@sberbusiness/triplex-next 1.23.0 → 1.25.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 (437) hide show
  1. package/README.md +8 -2
  2. package/assets/fonts/SBSansTextMono-Regular.woff2 +0 -0
  3. package/chunks/AlertProcessSpoiler-B46jKfAb.js +41 -0
  4. package/chunks/{CalendarViewItem-DhRDn7-d.js → CalendarViewItem-D-POWd2-.js} +8 -8
  5. package/chunks/Card.module-CncHGyjC.js +17 -0
  6. package/chunks/CheckboxTreeExtended.module-B1Kgd0nu.js +15 -0
  7. package/chunks/Chip-DTIbYTEg.js +77 -0
  8. package/chunks/Confirm.module-EXbF7o_5.js +15 -0
  9. package/chunks/{DropdownListItem-BOB8eQXM.js → DropdownListItem-DEiNYa7V.js} +19 -19
  10. package/chunks/DropdownMobile.module-BoKjV5kN.js +23 -0
  11. package/chunks/Footer.module-DZkZf8cZ.js +9 -0
  12. package/chunks/{FormFieldInput-CwX_1h09.js → FormFieldInput-DtYGQ_bi.js} +19 -19
  13. package/chunks/HeaderLayoutSidebar.module-DgEDu6U2.js +9 -0
  14. package/chunks/HeaderTabs.module-BepwFanR.js +9 -0
  15. package/chunks/{HeaderTitle.module-DyI7KGeM.js → HeaderTitle.module-C31ELKBY.js} +2 -2
  16. package/chunks/IslandAccordion.module-rpYHTG9-.js +25 -0
  17. package/chunks/IslandWidgetFooter.module-CGX_gIzr.js +9 -0
  18. package/chunks/IslandWidgetHeader.module-CBRjot0L.js +12 -0
  19. package/chunks/LightBoxContent-9gb9WiYK.js +63 -0
  20. package/chunks/LightBoxControls.module-DW8BGlP2.js +16 -0
  21. package/chunks/LightBoxSideOverlayClose.module-DfPgpuEZ.js +9 -0
  22. package/chunks/ListItemControlsButton-DYBfA1gz.js +59 -0
  23. package/chunks/ListItemTail.module-BaV7s4hM.js +12 -0
  24. package/chunks/ListMasterFooter.module-DJ5zh4gk.js +10 -0
  25. package/chunks/ModalWindow.module-CBYym922.js +17 -0
  26. package/chunks/Notification.module-DxdRS8Y5.js +20 -0
  27. package/chunks/Overlay.module-BNFZ_rbt.js +18 -0
  28. package/chunks/Page.module-C50cd0OD.js +11 -0
  29. package/chunks/{RightBorderArrow-nrRpapza.js → RightBorderArrow-BDD4mS5-.js} +6 -6
  30. package/chunks/SMSField.module-C20gqTPw.js +16 -0
  31. package/chunks/SliderExtendedMarks.module-CsyPT1yp.js +15 -0
  32. package/chunks/{SliderExtendedRail-BP0BcOY7.js → SliderExtendedRail-D5G6Gddu.js} +6 -6
  33. package/chunks/StatusTracker.module-Dn-2MvTp.js +24 -0
  34. package/chunks/{SuggestFieldMobileDropdownHint-CRvB37lf.js → SuggestFieldMobileDropdownHint-Bl-fHUU9.js} +6 -5
  35. package/chunks/TableFooter.module-CVe7H3F5.js +14 -0
  36. package/chunks/TabsExtended.module-DAVeemgZ.js +16 -0
  37. package/chunks/TabsLine.module-DpFaqhk4.js +21 -0
  38. package/chunks/TooltipDesktop.module-OpglHVA8.js +19 -0
  39. package/chunks/TreeView.module-D0XjOCzq.js +9 -0
  40. package/chunks/{UploadZoneInput-D9OID08A.js → UploadZoneInput-CUKt0mmY.js} +3 -3
  41. package/chunks/{constants-DXLVATUh.js → constants-CmdvDG7U.js} +12 -12
  42. package/chunks/utils-B8JwCW07.js +73 -0
  43. package/chunks/{utils-BXi-2Jma.js → utils-D0TxmRz_.js} +11 -11
  44. package/chunks/{utils-BDGrf0u9.js → utils-DILds0zQ.js} +2 -2
  45. package/chunks/utils-iU8-da0U.js +24 -0
  46. package/chunks/{vendor-BiObpx9E.js → vendor-DudMBGKr.js} +4964 -4966
  47. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  48. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  49. package/components/Alert/AlertContext/AlertContext.js +21 -21
  50. package/components/Alert/AlertProcess/AlertProcess.js +45 -38
  51. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  52. package/components/Alert/AlertProcess/enums.js +5 -0
  53. package/components/Alert/AlertTypeUtils.js +2 -2
  54. package/components/Alert/index.js +7 -5
  55. package/components/Amount/Amount.js +3 -3
  56. package/components/AmountField/AmountField.js +4 -3
  57. package/components/Avatar/Avatar.js +14 -14
  58. package/components/Badge/Badge.js +12 -12
  59. package/components/Badge/BadgeDot.js +8 -8
  60. package/components/Badge/components/BadgeContent.js +16 -16
  61. package/components/Badge/components/BadgePostfix.js +7 -7
  62. package/components/Badge/components/BadgePrefix.js +6 -6
  63. package/components/Body/Body.js +6 -6
  64. package/components/Button/Button.js +63 -86
  65. package/components/Button/ButtonBase.js +1 -1
  66. package/components/Button/ButtonDropdown.js +90 -89
  67. package/components/Button/ButtonDropdownExtended.js +5 -5
  68. package/components/Button/ButtonIcon.js +16 -18
  69. package/components/Calendar/Calendar.js +7 -7
  70. package/components/Calendar/components/CalendarControls.js +13 -13
  71. package/components/Calendar/components/CalendarFooter.js +1 -1
  72. package/components/Calendar/components/CalendarViewDays.js +2 -2
  73. package/components/Calendar/components/CalendarViewItem.js +2 -2
  74. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  75. package/components/Calendar/components/CalendarViewYears.js +1 -1
  76. package/components/Card/CardAction.js +24 -24
  77. package/components/Card/CardStatic.js +3 -3
  78. package/components/Card/components/CardContent/CardContent.js +2 -2
  79. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  80. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  81. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  82. package/components/Card/components/CardMedia.js +2 -2
  83. package/components/Card/utils.js +1 -1
  84. package/components/CarouselExtended/CarouselExtended.js +2 -2
  85. package/components/Checkbox/Checkbox.js +30 -28
  86. package/components/Checkbox/CheckboxXGroup.js +17 -16
  87. package/components/Checkbox/CheckboxYGroup.js +11 -10
  88. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
  89. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  90. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
  91. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  92. package/components/Chip/Chip.js +4 -3
  93. package/components/Chip/ChipClearButton.js +7 -7
  94. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  95. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  96. package/components/Chip/ChipDropdownArrow.js +2 -2
  97. package/components/Chip/ChipIcon.js +1 -1
  98. package/components/Chip/ChipMultiselect.js +2 -2
  99. package/components/Chip/ChipOptions.js +9 -9
  100. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  101. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  102. package/components/Chip/ChipSort.js +38 -43
  103. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  104. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  105. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  106. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
  107. package/components/Chip/index.js +1 -1
  108. package/components/ChipGroup/ChipGroup.js +9 -9
  109. package/components/Col/Col.js +146 -146
  110. package/components/CollapsableTree/components/CollapsableTreeNode.js +4 -4
  111. package/components/Confirm/Confirm.js +2 -2
  112. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  113. package/components/Confirm/components/ConfirmContent.js +2 -2
  114. package/components/Confirm/components/ConfirmContentSubTitle.js +4 -3
  115. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  116. package/components/Confirm/components/ConfirmControls.js +2 -2
  117. package/components/DateField/DateField.js +1 -1
  118. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  119. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
  120. package/components/DateRange/DateRange.js +9 -9
  121. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  122. package/components/DesignTokens/components/AlertProcess.js +1 -1
  123. package/components/Divider/Divider.js +21 -21
  124. package/components/DocumentNumberEdit/DocumentNumberEdit.js +7 -7
  125. package/components/Dropdown/desktop/DropdownDesktop.js +70 -63
  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 +2 -2
  129. package/components/Dropdown/desktop/index.js +1 -1
  130. package/components/Dropdown/index.js +1 -1
  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 +3 -3
  142. package/components/Ellipsis/Ellipsis.js +6 -6
  143. package/components/EmptyView/EmptyView.js +78 -0
  144. package/components/EmptyView/enums.js +5 -0
  145. package/components/EmptyView/index.js +7 -0
  146. package/components/EmptyView/types.js +2 -0
  147. package/components/ExpandAnimation/ExpandAnimation.js +12 -12
  148. package/components/Footer/Footer.js +1 -1
  149. package/components/Footer/components/FooterDescription.js +2 -2
  150. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  151. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  152. package/components/FormField/FormField.js +17 -17
  153. package/components/FormField/components/FormFieldClear.js +5 -5
  154. package/components/FormField/components/FormFieldCounter.js +4 -4
  155. package/components/FormField/components/FormFieldDescription.js +4 -4
  156. package/components/FormField/components/FormFieldInput.js +2 -2
  157. package/components/FormField/components/FormFieldLabel.js +7 -7
  158. package/components/FormField/components/FormFieldMaskedInput.js +10 -10
  159. package/components/FormField/components/FormFieldPostfix.js +9 -9
  160. package/components/FormField/components/FormFieldPrefix.js +9 -9
  161. package/components/FormField/components/FormFieldTarget.js +5 -5
  162. package/components/FormField/components/FormFieldTextarea.js +17 -17
  163. package/components/FormField/components/index.js +1 -1
  164. package/components/FormField/index.js +1 -1
  165. package/components/Header/Header.js +1 -1
  166. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  167. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  168. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  169. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +9 -9
  170. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  171. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  172. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  173. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  174. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  175. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  176. package/components/HelpBox/HelpBox.js +92 -88
  177. package/components/IconWrapper/IconWrapper.js +27 -0
  178. package/components/IconWrapper/index.js +5 -0
  179. package/components/Island/Island.js +2 -2
  180. package/components/Island/components/IslandBody.js +9 -7
  181. package/components/Island/components/IslandFooter.js +5 -5
  182. package/components/Island/components/IslandHeader.js +3 -3
  183. package/components/Island/utils.js +1 -1
  184. package/components/IslandAccordion/IslandAccordion.js +3 -3
  185. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  186. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  187. package/components/IslandAccordion/components/IslandAccordionItem.js +28 -27
  188. package/components/IslandWidget/IslandWidget.js +13 -13
  189. package/components/IslandWidget/components/IslandWidgetBody.js +2 -2
  190. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
  191. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  192. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  193. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  194. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  195. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  196. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  197. package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
  198. package/components/LightBox/LightBox.js +43 -40
  199. package/components/LightBox/LightBoxContent.js +2 -2
  200. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  201. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  202. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  203. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  204. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +13 -13
  205. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  206. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  207. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  208. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +12 -12
  209. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +2 -2
  210. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  211. package/components/LightBox/enums.js +5 -0
  212. package/components/LightBox/index.js +4 -2
  213. package/components/Link/Link.js +40 -39
  214. package/components/List/List.js +4 -4
  215. package/components/List/ListSortable.js +1 -1
  216. package/components/List/components/ListEmptyState.js +7 -7
  217. package/components/List/components/ListItem.js +1 -1
  218. package/components/List/components/ListItemContent.js +11 -11
  219. package/components/List/components/ListItemControls.js +2 -2
  220. package/components/List/components/ListItemControlsButton.js +4 -3
  221. package/components/List/components/ListItemControlsButtonDropdown.js +25 -26
  222. package/components/List/components/ListItemLoading.js +8 -8
  223. package/components/List/components/ListItemSelectable.js +12 -12
  224. package/components/List/components/ListItemTable.js +7 -7
  225. package/components/List/components/ListItemTailLeft.js +2 -2
  226. package/components/List/components/ListItemTailRight.js +2 -2
  227. package/components/List/components/ListSortableItem.js +8 -8
  228. package/components/List/components/ListSortableItemControls.js +2 -2
  229. package/components/List/components/ListSortableItemTarget.js +6 -6
  230. package/components/List/index.js +1 -1
  231. package/components/ListMaster/ListMaster.js +1 -1
  232. package/components/ListMaster/components/ListMasterBody.js +1 -1
  233. package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
  234. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  235. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  236. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  237. package/components/ListMaster/components/ListMasterHeader.js +6 -6
  238. package/components/ListMaster/components/SelectionControls.js +7 -7
  239. package/components/Loader/LoaderMiddle/LoaderMiddle.js +11 -11
  240. package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
  241. package/components/LoaderScreen/LoaderScreen.js +11 -11
  242. package/components/Marker/Marker.js +2 -2
  243. package/components/Marker/utils.js +1 -1
  244. package/components/MarkerStatus/MarkerStatus.js +16 -15
  245. package/components/ModalWindow/ModalWindow.js +2 -2
  246. package/components/ModalWindow/components/ModalWindowBody.js +6 -6
  247. package/components/ModalWindow/components/ModalWindowClose.js +1 -1
  248. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  249. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  250. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  251. package/components/MultiselectField/components/MultiselectFieldDropdown.js +2 -2
  252. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +14 -14
  253. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  254. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
  255. package/components/Notification/Notification.js +3 -3
  256. package/components/Notification/NotificationGrouped.js +1 -1
  257. package/components/Notification/components/NotificationBody.js +1 -1
  258. package/components/Notification/components/NotificationBodyList.js +2 -2
  259. package/components/Notification/components/NotificationClose.js +1 -1
  260. package/components/Notification/components/NotificationFooter.js +1 -1
  261. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  262. package/components/Notification/components/NotificationHeader.js +1 -1
  263. package/components/Notification/components/NotificationIcon.js +1 -1
  264. package/components/Notification/components/NotificationTime.js +1 -1
  265. package/components/NumberField/NumberFieldInput.js +1 -1
  266. package/components/OrderedList/OrderedList.js +19 -14
  267. package/components/OrderedList/OrderedListItem.js +12 -11
  268. package/components/Overlay/Overlay.js +2 -2
  269. package/components/Overlay/OverlayMask.js +2 -2
  270. package/components/Overlay/OverlayPanel.js +2 -2
  271. package/components/Page/Page.js +2 -2
  272. package/components/Page/components/BodyPage.js +13 -13
  273. package/components/Page/components/FooterPage.js +2 -2
  274. package/components/Page/components/HeaderPage.js +2 -2
  275. package/components/Pagination/components/PaginationExtended.js +6 -6
  276. package/components/Pagination/components/PaginationNavigationButton.js +7 -7
  277. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  278. package/components/Pagination/components/PaginationPageButton.js +15 -14
  279. package/components/Pagination/components/PaginationPageEllipsis.js +6 -5
  280. package/components/Pagination/components/PaginationSelect.js +12 -11
  281. package/components/Pagination/utils/paginationUtils.js +1 -1
  282. package/components/Radio/Radio.js +18 -17
  283. package/components/Radio/RadioXGroup.js +14 -14
  284. package/components/Radio/RadioYGroup.js +2 -2
  285. package/components/Row/Row.js +9 -9
  286. package/components/SMSField/SMSField.js +3 -3
  287. package/components/SMSField/components/RefreshIcon.js +2 -2
  288. package/components/SMSField/components/SMSFieldInput.js +3 -3
  289. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  290. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  291. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  292. package/components/SegmentedControl/SegmentedControl.js +6 -6
  293. package/components/SegmentedControl/SegmentedControlSegment.js +32 -37
  294. package/components/SelectExtendedField/SelectExtendedField.js +50 -41
  295. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  296. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +4 -3
  297. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +90 -90
  298. package/components/SelectField/SelectField.js +2 -2
  299. package/components/Skeleton/Skeleton.js +10 -10
  300. package/components/SliderExtended/SliderExtended.js +3 -3
  301. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +21 -21
  302. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  303. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  304. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  305. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
  306. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +15 -15
  307. package/components/SmallInput/SmallInput.js +5 -5
  308. package/components/Spoiler/Spoiler.js +7 -7
  309. package/components/StatusTracker/StatusTracker.js +3 -3
  310. package/components/StatusTracker/components/StatusTrackerAlert.js +5 -4
  311. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  312. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  313. package/components/StatusTracker/components/StatusTrackerDescription.js +5 -4
  314. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  315. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  316. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  317. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  318. package/components/StatusTracker/components/StatusTrackerSum.js +11 -10
  319. package/components/StatusTracker/components/StatusTrackerTitle.js +9 -8
  320. package/components/Step/Step.js +8 -7
  321. package/components/Stepper/RightBorderArrow.js +1 -1
  322. package/components/Stepper/Stepper.js +9 -9
  323. package/components/Stepper/StepperExtended.js +6 -6
  324. package/components/Stepper/StepperStep.js +63 -65
  325. package/components/Stepper/StepperWrapper.js +5 -5
  326. package/components/Suggest/SuggestMobileDropdownContent.js +12 -11
  327. package/components/Suggest/useSuggest.js +1 -1
  328. package/components/SuggestField/SuggestField.js +13 -12
  329. package/components/SuggestField/desktop/SuggestFieldDesktop.js +11 -11
  330. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  331. package/components/SuggestField/index.js +1 -1
  332. package/components/SuggestField/mobile/SuggestFieldMobile.js +40 -38
  333. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +50 -49
  334. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +3 -2
  335. package/components/SuggestField/mobile/index.js +1 -1
  336. package/components/SwipeableArea/SwipeableArea.js +3 -3
  337. package/components/Table/FilterPanel.js +6 -6
  338. package/components/Table/MasterTable.js +3 -3
  339. package/components/Table/NoColumns.js +4 -4
  340. package/components/Table/PaginationPanel.js +3 -3
  341. package/components/Table/TableBasic/TableBasic.js +2 -2
  342. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  343. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  344. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  345. package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
  346. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +6 -6
  347. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  348. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
  349. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  350. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +10 -10
  351. package/components/Table/TableFooter/TableFooter.js +2 -2
  352. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  353. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  354. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  355. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  356. package/components/Table/TabsLinePanel.js +3 -3
  357. package/components/Table/TabsLinePanelLinks.js +2 -2
  358. package/components/Table/utils.js +1 -1
  359. package/components/Tabs/Tabs.js +7 -7
  360. package/components/TabsExtended/TabsExtended.js +3 -3
  361. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  362. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  363. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  364. package/components/TabsExtended/components/TabsExtendedTabButton.js +3 -2
  365. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  366. package/components/TabsExtended/utils.js +1 -1
  367. package/components/TabsLine/TabsLine.js +2 -2
  368. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  369. package/components/TabsLine/components/TabsLineDropdown.js +21 -20
  370. package/components/TabsLine/components/TabsLineItem.js +2 -2
  371. package/components/TabsLine/components/TabsLineMobile.js +7 -7
  372. package/components/Tag/Tag.js +15 -15
  373. package/components/TagColor/TagColor.js +15 -15
  374. package/components/TagGroup/TagGroup.js +14 -14
  375. package/components/TextField/TextField.js +1 -1
  376. package/components/TextareaField/TextareaField.js +1 -1
  377. package/components/ThemeProvider/ThemeProvider.js +1 -1
  378. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  379. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  380. package/components/Tooltip/components/common/TooltipLink.js +8 -8
  381. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  382. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  383. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  384. package/components/Tooltip/components/mobile/TooltipMobile.js +5 -5
  385. package/components/TopOverlay/TopOverlay.js +6 -6
  386. package/components/TreeView/TreeView.js +2 -2
  387. package/components/TreeView/components/TreeViewGroup.js +1 -1
  388. package/components/TreeView/components/TreeViewNode.js +2 -2
  389. package/components/Typography/Caption.js +17 -17
  390. package/components/Typography/CodeText.js +36 -0
  391. package/components/Typography/Text.js +13 -13
  392. package/components/Typography/Title.js +22 -22
  393. package/components/Typography/constants.js +1 -1
  394. package/components/Typography/index.js +12 -10
  395. package/components/UnorderedList/UnorderedList.js +7 -7
  396. package/components/UnorderedList/UnorderedListItem.js +12 -11
  397. package/components/UploadZone/UploadZone.js +3 -3
  398. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  399. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  400. package/components/index.js +591 -579
  401. package/index.d.ts +94 -23
  402. package/index.js +639 -627
  403. package/package.json +9 -1
  404. package/styles/triplex-next.css +541 -541
  405. package/utils/amountUtils.js +1 -1
  406. package/chunks/AlertProcessSpoiler-IulaUJl0.js +0 -39
  407. package/chunks/Card.module-DSOXKXtd.js +0 -17
  408. package/chunks/CheckboxTreeExtended.module-DNUeMDQZ.js +0 -15
  409. package/chunks/Chip-EVPZneh2.js +0 -104
  410. package/chunks/Confirm.module-gphOS6IB.js +0 -15
  411. package/chunks/DropdownMobile.module-B8t5FlvW.js +0 -23
  412. package/chunks/Footer.module-CMW0u8UD.js +0 -9
  413. package/chunks/HeaderLayoutSidebar.module-DUG5ZWLV.js +0 -9
  414. package/chunks/HeaderTabs.module-BKu6DIV4.js +0 -9
  415. package/chunks/IslandAccordion.module-Q_9Jiw2w.js +0 -25
  416. package/chunks/IslandWidgetFooter.module-DjNDtlKM.js +0 -9
  417. package/chunks/IslandWidgetHeader.module-DiWg8j16.js +0 -12
  418. package/chunks/LightBoxContent-CE6sXjX1.js +0 -56
  419. package/chunks/LightBoxControls.module-BaHnxhDB.js +0 -16
  420. package/chunks/LightBoxSideOverlayClose.module-CuuwIIzJ.js +0 -9
  421. package/chunks/ListItemControlsButton-BCd2PF9-.js +0 -51
  422. package/chunks/ListItemTail.module-D_nBCryf.js +0 -12
  423. package/chunks/ListMasterFooter.module-D4TPImq7.js +0 -10
  424. package/chunks/ModalWindow.module-u5Pst2YX.js +0 -17
  425. package/chunks/Notification.module-809Tnazq.js +0 -20
  426. package/chunks/Overlay.module-c4cyqpKr.js +0 -18
  427. package/chunks/Page.module-CixV2VSG.js +0 -11
  428. package/chunks/SMSField.module-Qub64N0s.js +0 -16
  429. package/chunks/SliderExtendedMarks.module-BdFYVISZ.js +0 -15
  430. package/chunks/StatusTracker.module-BMkZgzxy.js +0 -24
  431. package/chunks/TableFooter.module-BW9hgU6o.js +0 -14
  432. package/chunks/TabsExtended.module-By6HIyMh.js +0 -16
  433. package/chunks/TabsLine.module-KvKWfBwF.js +0 -21
  434. package/chunks/TooltipDesktop.module-DAGDT-nl.js +0 -19
  435. package/chunks/TreeView.module-B8RxFbbh.js +0 -9
  436. package/chunks/utils-CvsNd4Ut.js +0 -24
  437. package/chunks/utils-DXnkRIJ2.js +0 -73
@@ -1,541 +1,541 @@
1
- html {--triplex-next-ColorBrand-0-1-23-0: #1F3336;
2
- --triplex-next-ColorBrand-10-1-23-0: #0B3A3C;
3
- --triplex-next-ColorBrand-20-1-23-0: #006063;
4
- --triplex-next-ColorBrand-30-1-23-0: #007777;
5
- --triplex-next-ColorBrand-40-1-23-0: #008985;
6
- --triplex-next-ColorBrand-50-1-23-0: #21A19A;
7
- --triplex-next-ColorBrand-60-1-23-0: #19BDB0;
8
- --triplex-next-ColorBrand-70-1-23-0: #4BD9CF;
9
- --triplex-next-ColorBrand-80-1-23-0: #71ECDC;
10
- --triplex-next-ColorBrand-90-1-23-0: #A8F5E9;
11
- --triplex-next-ColorBrand-95-1-23-0: #C5FAF1;
12
- --triplex-next-ColorBrand-100-1-23-0: #E3FFFA;
13
- --triplex-next-ColorDarkNeutralAlpha-0-1-23-0: rgba(31, 31, 34, 1);
14
- --triplex-next-ColorDarkNeutralAlpha-10-1-23-0: rgba(31, 31, 34, .95);
15
- --triplex-next-ColorDarkNeutralAlpha-20-1-23-0: rgba(31, 31, 34, .85);
16
- --triplex-next-ColorDarkNeutralAlpha-30-1-23-0: rgba(31, 31, 34, .75);
17
- --triplex-next-ColorDarkNeutralAlpha-40-1-23-0: rgba(31, 31, 34, .65);
18
- --triplex-next-ColorDarkNeutralAlpha-50-1-23-0: rgba(31, 31, 34, .55);
19
- --triplex-next-ColorDarkNeutralAlpha-60-1-23-0: rgba(31, 31, 34, .45);
20
- --triplex-next-ColorDarkNeutralAlpha-70-1-23-0: rgba(31, 31, 34, .35);
21
- --triplex-next-ColorDarkNeutralAlpha-80-1-23-0: rgba(31, 31, 34, .25);
22
- --triplex-next-ColorDarkNeutralAlpha-90-1-23-0: rgba(31, 31, 34, .15);
23
- --triplex-next-ColorDarkNeutralAlpha-100-1-23-0: rgba(31, 31, 34, .05);
24
- --triplex-next-ColorDarkNeutral-0-1-23-0: #000000;
25
- --triplex-next-ColorDarkNeutral-10-1-23-0: #171719;
26
- --triplex-next-ColorDarkNeutral-20-1-23-0: #1B1B1D;
27
- --triplex-next-ColorDarkNeutral-30-1-23-0: #1F1F22;
28
- --triplex-next-ColorDarkNeutral-40-1-23-0: #262629;
29
- --triplex-next-ColorDarkNeutral-50-1-23-0: #2D2D30;
30
- --triplex-next-ColorDarkNeutral-60-1-23-0: #343437;
31
- --triplex-next-ColorDarkNeutral-70-1-23-0: #3B3B3E;
32
- --triplex-next-ColorDarkNeutral-80-1-23-0: #424245;
33
- --triplex-next-ColorDarkNeutral-90-1-23-0: #49494C;
34
- --triplex-next-ColorDarkNeutral-100-1-23-0: #4F4F52;
35
- --triplex-next-ColorError-0-1-23-0: #443139;
36
- --triplex-next-ColorError-10-1-23-0: #4E3741;
37
- --triplex-next-ColorError-20-1-23-0: #A90024;
38
- --triplex-next-ColorError-30-1-23-0: #BD002C;
39
- --triplex-next-ColorError-40-1-23-0: #D10032;
40
- --triplex-next-ColorError-50-1-23-0: #E60037;
41
- --triplex-next-ColorError-60-1-23-0: #F80C45;
42
- --triplex-next-ColorError-70-1-23-0: #FF5571;
43
- --triplex-next-ColorError-80-1-23-0: #FFB1C1;
44
- --triplex-next-ColorError-90-1-23-0: #FCE0E6;
45
- --triplex-next-ColorError-100-1-23-0: #FFF0F3;
46
- --triplex-next-ColorInfo-0-1-23-0: #313749;
47
- --triplex-next-ColorInfo-10-1-23-0: #2E3A52;
48
- --triplex-next-ColorInfo-20-1-23-0: #0A43B0;
49
- --triplex-next-ColorInfo-30-1-23-0: #124FC2;
50
- --triplex-next-ColorInfo-40-1-23-0: #0E57CC;
51
- --triplex-next-ColorInfo-50-1-23-0: #1371E4;
52
- --triplex-next-ColorInfo-60-1-23-0: #1297FE;
53
- --triplex-next-ColorInfo-70-1-23-0: #66BEFF;
54
- --triplex-next-ColorInfo-80-1-23-0: #8DD2FF;
55
- --triplex-next-ColorInfo-90-1-23-0: #B8E6FF;
56
- --triplex-next-ColorInfo-100-1-23-0: #E3F6FF;
57
- --triplex-next-ColorNeutralAlpha-0-1-23-0: rgba(255, 255, 255, 1);
58
- --triplex-next-ColorNeutralAlpha-10-1-23-0: rgba(255, 255, 255, .95);
59
- --triplex-next-ColorNeutralAlpha-20-1-23-0: rgba(255, 255, 255, .85);
60
- --triplex-next-ColorNeutralAlpha-30-1-23-0: rgba(255, 255, 255, .75);
61
- --triplex-next-ColorNeutralAlpha-40-1-23-0: rgba(255, 255, 255, .65);
62
- --triplex-next-ColorNeutralAlpha-50-1-23-0: rgba(255, 255, 255, .55);
63
- --triplex-next-ColorNeutralAlpha-60-1-23-0: rgba(255, 255, 255, .45);
64
- --triplex-next-ColorNeutralAlpha-70-1-23-0: rgba(255, 255, 255, .35);
65
- --triplex-next-ColorNeutralAlpha-80-1-23-0: rgba(255, 255, 255, .25);
66
- --triplex-next-ColorNeutralAlpha-90-1-23-0: rgba(255, 255, 255, .15);
67
- --triplex-next-ColorNeutralAlpha-100-1-23-0: rgba(255, 255, 255, .05);
68
- --triplex-next-ColorNeutral-0-1-23-0: #CBCFD7;
69
- --triplex-next-ColorNeutral-10-1-23-0: #D1D4DC;
70
- --triplex-next-ColorNeutral-20-1-23-0: #D6D9E0;
71
- --triplex-next-ColorNeutral-30-1-23-0: #DCDFE4;
72
- --triplex-next-ColorNeutral-40-1-23-0: #DFE2E7;
73
- --triplex-next-ColorNeutral-50-1-23-0: #E3E6EA;
74
- --triplex-next-ColorNeutral-60-1-23-0: #E7E9EE;
75
- --triplex-next-ColorNeutral-70-1-23-0: #EAEDF1;
76
- --triplex-next-ColorNeutral-80-1-23-0: #EEF0F4;
77
- --triplex-next-ColorNeutral-90-1-23-0: #F2F4F7;
78
- --triplex-next-ColorNeutral-100-1-23-0: #FFFFFF;
79
- --triplex-next-ColorSuccess-0-1-23-0: #28433E;
80
- --triplex-next-ColorSuccess-10-1-23-0: #2A4C45;
81
- --triplex-next-ColorSuccess-20-1-23-0: #00624C;
82
- --triplex-next-ColorSuccess-30-1-23-0: #007353;
83
- --triplex-next-ColorSuccess-40-1-23-0: #008B5C;
84
- --triplex-next-ColorSuccess-50-1-23-0: #00C075;
85
- --triplex-next-ColorSuccess-60-1-23-0: #00D67D;
86
- --triplex-next-ColorSuccess-70-1-23-0: #3AF299;
87
- --triplex-next-ColorSuccess-80-1-23-0: #8AFFB8;
88
- --triplex-next-ColorSuccess-90-1-23-0: #B8FFD4;
89
- --triplex-next-ColorSuccess-100-1-23-0: #E1FFEB;
90
- --triplex-next-ColorSystem-0-1-23-0: #373C49;
91
- --triplex-next-ColorSystem-10-1-23-0: #384156;
92
- --triplex-next-ColorSystem-20-1-23-0: #47526D;
93
- --triplex-next-ColorSystem-30-1-23-0: #57637F;
94
- --triplex-next-ColorSystem-40-1-23-0: #697591;
95
- --triplex-next-ColorSystem-50-1-23-0: #8291B3;
96
- --triplex-next-ColorSystem-60-1-23-0: #95A3C1;
97
- --triplex-next-ColorSystem-70-1-23-0: #A9B6D0;
98
- --triplex-next-ColorSystem-80-1-23-0: #BFCADF;
99
- --triplex-next-ColorSystem-90-1-23-0: #D6DEED;
100
- --triplex-next-ColorSystem-95-1-23-0: #E0E8F4;
101
- --triplex-next-ColorSystem-100-1-23-0: #EEF3FC;
102
- --triplex-next-ColorWarning-0-1-23-0: #463734;
103
- --triplex-next-ColorWarning-10-1-23-0: #4F3E3B;
104
- --triplex-next-ColorWarning-20-1-23-0: #E03400;
105
- --triplex-next-ColorWarning-30-1-23-0: #E63D00;
106
- --triplex-next-ColorWarning-40-1-23-0: #EF4C01;
107
- --triplex-next-ColorWarning-50-1-23-0: #FD6508;
108
- --triplex-next-ColorWarning-60-1-23-0: #FF7A17;
109
- --triplex-next-ColorWarning-70-1-23-0: #FFB13B;
110
- --triplex-next-ColorWarning-80-1-23-0: #FFD169;
111
- --triplex-next-ColorWarning-90-1-23-0: #FCEAC7;
112
- --triplex-next-ColorWarning-100-1-23-0: #FFF4DB;
113
- --triplex-next-AlertContext-Error_Color-1-23-0: #D10032;
114
- --triplex-next-AlertContext-Info_Color-1-23-0: rgba(31, 31, 34, 1);
115
- --triplex-next-AlertContext-System_Color-1-23-0: rgba(31, 31, 34, 1);
116
- --triplex-next-AlertContext-Warning_Color-1-23-0: rgba(31, 31, 34, 1);
117
- --triplex-next-AlertProcess-Info_Background-1-23-0: #E3F6FF;
118
- --triplex-next-AlertProcess-Warning_Background-1-23-0: #FFF4DB;
119
- --triplex-next-AlertProcess-Error_Background-1-23-0: #FFF0F3;
120
- --triplex-next-AlertProcess-System_Background-1-23-0: #EEF3FC;
121
- --triplex-next-AlertProcess-Feature_Background-1-23-0: #E3FFFA;
122
- --triplex-next-Avatar-Background-1-23-0: #E3E6EA;
123
- --triplex-next-Badge-Background-1-23-0: #FFB13B;
124
- --triplex-next-Button-General_Background_Active-1-23-0: #007777;
125
- --triplex-next-Button-General_Background_Default-1-23-0: #21A19A;
126
- --triplex-next-Button-General_Background_Disabled-1-23-0: #F2F4F7;
127
- --triplex-next-Button-General_Background_Hover-1-23-0: #19BDB0;
128
- --triplex-next-Button-General_Color_Active-1-23-0: rgba(255, 255, 255, 1);
129
- --triplex-next-Button-General_Color_Default-1-23-0: rgba(255, 255, 255, 1);
130
- --triplex-next-Button-General_Color_Disabled-1-23-0: rgba(31, 31, 34, .35);
131
- --triplex-next-Button-General_Color_Hover-1-23-0: rgba(255, 255, 255, 1);
132
- --triplex-next-Button-General_Shadow_Focus-1-23-0: 0 0 0 1px #FFD169 inset;
133
- --triplex-next-Button-Secondary_Background_Active-1-23-0: #DCDFE4;
134
- --triplex-next-Button-Secondary_Background_Default-1-23-0: #F2F4F7;
135
- --triplex-next-Button-Secondary_Background_Disabled-1-23-0: #F2F4F7;
136
- --triplex-next-Button-Secondary_Background_Hover-1-23-0: #EAEDF1;
137
- --triplex-next-Button-Secondary_Color_Active-1-23-0: #007777;
138
- --triplex-next-Button-Secondary_Color_Default-1-23-0: #008985;
139
- --triplex-next-Button-Secondary_Color_Disabled-1-23-0: rgba(31, 31, 34, .35);
140
- --triplex-next-Button-Secondary_Color_Hover-1-23-0: #21A19A;
141
- --triplex-next-Button-Secondary_Shadow_Focus-1-23-0: 0 0 0 1px #FFD169 inset;
142
- --triplex-next-Button-SecondaryLight_Background_Active-1-23-0: #DFE2E7;
143
- --triplex-next-Button-SecondaryLight_Background_Default-1-23-0: #FFFFFF;
144
- --triplex-next-Button-SecondaryLight_Background_Disabled-1-23-0: #F2F4F7;
145
- --triplex-next-Button-SecondaryLight_Background_Hover-1-23-0: #EEF0F4;
146
- --triplex-next-Button-SecondaryLight_Color_Active-1-23-0: #007777;
147
- --triplex-next-Button-SecondaryLight_Color_Default-1-23-0: #008985;
148
- --triplex-next-Button-SecondaryLight_Color_Disabled-1-23-0: rgba(31, 31, 34, .35);
149
- --triplex-next-Button-SecondaryLight_Color_Hover-1-23-0: #21A19A;
150
- --triplex-next-Button-SecondaryLight_Shadow_Focus-1-23-0: 0 0 0 1px #FFD169 inset;
151
- --triplex-next-Button-Danger_Background_Active-1-23-0: #BD002C;
152
- --triplex-next-Button-Danger_Background_Default-1-23-0: #E60037;
153
- --triplex-next-Button-Danger_Background_Disabled-1-23-0: #F2F4F7;
154
- --triplex-next-Button-Danger_Background_Hover-1-23-0: #F80C45;
155
- --triplex-next-Button-Danger_Color_Active-1-23-0: rgba(255, 255, 255, 1);
156
- --triplex-next-Button-Danger_Color_Default-1-23-0: rgba(255, 255, 255, 1);
157
- --triplex-next-Button-Danger_Color_Disabled-1-23-0: rgba(31, 31, 34, .35);
158
- --triplex-next-Button-Danger_Color_Hover-1-23-0: rgba(255, 255, 255, 1);
159
- --triplex-next-Button-Danger_Shadow_Focus-1-23-0: 0 0 0 1px #FFD169 inset;
160
- --triplex-next-Button-Icon_Shadow_Focus-1-23-0: 0 0 0 1px #FFD169;
161
- --triplex-next-Button-Link_Color_Active-1-23-0: #007777;
162
- --triplex-next-Button-Link_Color_Default-1-23-0: #008985;
163
- --triplex-next-Button-Link_Color_Disabled-1-23-0: rgba(31, 31, 34, .35);
164
- --triplex-next-Button-Link_Color_Hover-1-23-0: #21A19A;
165
- --triplex-next-Button-Link_Shadow_Focus-1-23-0: 0 0 0 1px #FFD169 inset;
166
- --triplex-next-Calendar-Background_Shadow-1-23-0: 0 2px 7px 0 rgba(31, 31, 34, 0.25);
167
- --triplex-next-Calendar-View_Header_Color-1-23-0: rgba(31, 31, 34, .55);
168
- --triplex-next-Calendar-View_Item_Background_Default-1-23-0: none;
169
- --triplex-next-Calendar-View_Item_Background_Hover-1-23-0: #19BDB0;
170
- --triplex-next-Calendar-View_Item_Background_Selected_Default-1-23-0: #21A19A;
171
- --triplex-next-Calendar-View_Item_Background_Selected_Hover-1-23-0: #007777;
172
- --triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-23-0: #E3FFFA;
173
- --triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-23-0: #A8F5E9;
174
- --triplex-next-Calendar-View_Item_BorderColor_Default-1-23-0: transparent;
175
- --triplex-next-Calendar-View_Item_BorderColor_Focus-1-23-0: #FFD169;
176
- --triplex-next-Calendar-View_Item_Color_Default-1-23-0: rgba(31, 31, 34, 1);
177
- --triplex-next-Calendar-View_Item_Color_Hover-1-23-0: rgba(255, 255, 255, 1);
178
- --triplex-next-Calendar-View_Item_Color_Disabled-1-23-0: rgba(31, 31, 34, .35);
179
- --triplex-next-Calendar-View_Item_Color_Muted-1-23-0: rgba(31, 31, 34, .35);
180
- --triplex-next-Calendar-View_Item_Color_Selected-1-23-0: rgba(255, 255, 255, 1);
181
- --triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-23-0: rgba(31, 31, 34, .35);
182
- --triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-23-0: rgba(31, 31, 34, .35);
183
- --triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-23-0: rgba(31, 31, 34, .35);
184
- --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-23-0: rgba(31, 31, 34, .35);
185
- --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-23-0: rgba(31, 31, 34, .35);
186
- --triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-23-0: #00C075;
187
- --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-23-0: #00C075;
188
- --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-23-0: #00C075;
189
- --triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-23-0: #FD6508;
190
- --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-23-0: #FD6508;
191
- --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-23-0: #FD6508;
192
- --triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-23-0: #E60037;
193
- --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-23-0: #E60037;
194
- --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-23-0: #E60037;
195
- --triplex-next-Card-Static_General_Background-1-23-0: #FFFFFF;
196
- --triplex-next-Card-Static_Secondary_Background-1-23-0: #F2F4F7;
197
- --triplex-next-Card-Action_General_Background-1-23-0: #FFFFFF;
198
- --triplex-next-Card-Action_General_Background_Hover-1-23-0: #FFFFFF;
199
- --triplex-next-Card-Action_General_Background_Selected-1-23-0: #F2F4F7;
200
- --triplex-next-Card-Action_General_Background_Selected_Hover-1-23-0: #F2F4F7;
201
- --triplex-next-Card-Action_Secondary_Background-1-23-0: #F2F4F7;
202
- --triplex-next-Card-Action_Secondary_Background_Hover-1-23-0: #EAEDF1;
203
- --triplex-next-Card-Action_Secondary_Background_Selected-1-23-0: #E3E6EA;
204
- --triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-23-0: #DCDFE4;
205
- --triplex-next-Card-Shadow_Default-1-23-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
206
- --triplex-next-Card-Shadow_Focus-1-23-0: inset 0 0 0 1px #FFD169;
207
- --triplex-next-Card-Shadow_Hover-1-23-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
208
- --triplex-next-Card-Shadow_Selected-1-23-0: inset 0 0 0 1px #21A19A;
209
- --triplex-next-Card-Shadow_Selected_Hover-1-23-0: inset 0 0 0 1px #19BDB0;
210
- --triplex-next-Checkbox-Background_Checked_Default-1-23-0: #21A19A;
211
- --triplex-next-Checkbox-Background_Checked_Disabled-1-23-0: #EAEDF1;
212
- --triplex-next-Checkbox-Background_Checked_Hover-1-23-0: #007777;
213
- --triplex-next-Checkbox-Background_Default-1-23-0: #F2F4F7;
214
- --triplex-next-Checkbox-Background_Disabled-1-23-0: #F2F4F7;
215
- --triplex-next-Checkbox-Background_Hover-1-23-0: #19BDB0;
216
- --triplex-next-Checkbox-BorderColor_Default-1-23-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
217
- --triplex-next-Checkbox-BorderColor_Disabled-1-23-0: 0 0 0 1px #E3E6EA inset;
218
- --triplex-next-Checkbox-BorderColor_Focus-1-23-0: 0 0 0 1px #FFD169 inset;
219
- --triplex-next-Checkbox-BorderColor_Hover-1-23-0: none;
220
- --triplex-next-Checkbox-BorderColor_Checked_Default-1-23-0: none;
221
- --triplex-next-Checkbox-BorderColor_Checked_Disabled-1-23-0: none;
222
- --triplex-next-Checkbox-Checkmark_Fill_Default-1-23-0: rgba(255, 255, 255, 1);
223
- --triplex-next-Checkbox-Checkmark_Fill_Disabled-1-23-0: rgba(31, 31, 34, .15);
224
- --triplex-next-Chip-Background_Active-1-23-0: #DFE2E7;
225
- --triplex-next-Chip-Background_Default-1-23-0: #F2F4F7;
226
- --triplex-next-Chip-Background_Disabled-1-23-0: #F2F4F7;
227
- --triplex-next-Chip-Background_Hover-1-23-0: #EAEDF1;
228
- --triplex-next-Chip-Background_Selected_Active-1-23-0: #4F4F52;
229
- --triplex-next-Chip-Background_Selected_Default-1-23-0: #3B3B3E;
230
- --triplex-next-Chip-Background_Selected_Disabled-1-23-0: #343437;
231
- --triplex-next-Chip-Background_Selected_Hover-1-23-0: #49494C;
232
- --triplex-next-Chip-Color_Active-1-23-0: rgba(31, 31, 34, 1);
233
- --triplex-next-Chip-Color_Default-1-23-0: rgba(31, 31, 34, 1);
234
- --triplex-next-Chip-Color_Disabled-1-23-0: rgba(31, 31, 34, .35);
235
- --triplex-next-Chip-Color_Hover-1-23-0: rgba(31, 31, 34, 1);
236
- --triplex-next-Chip-Color_Selected_Active-1-23-0: rgba(255, 255, 255, 1);
237
- --triplex-next-Chip-Color_Selected_Default-1-23-0: rgba(255, 255, 255, 1);
238
- --triplex-next-Chip-Color_Selected_Disabled-1-23-0: rgba(255, 255, 255, .25);
239
- --triplex-next-Chip-Color_Selected_Hover-1-23-0: rgba(255, 255, 255, 1);
240
- --triplex-next-Chip-Shadow_Focus-1-23-0: 0 0 0 1px #FFD169 inset;
241
- --triplex-next-Divider-Background-1-23-0: #D6D9E0;
242
- --triplex-next-Dropdown-Background-1-23-0: #FFFFFF;
243
- --triplex-next-Dropdown-Shadow-1-23-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
244
- --triplex-next-DropdownList-Background_Active-1-23-0: #EAEDF1;
245
- --triplex-next-DropdownList-Background_Default-1-23-0: none;
246
- --triplex-next-DropdownList-Background_Selected-1-23-0: #DCDFE4;
247
- --triplex-next-DropdownList-Color-1-23-0: rgba(31, 31, 34, 1);
248
- --triplex-next-DropdownMobile-Backdrop-1-23-0: rgba(31, 31, 34, .65);
249
- --triplex-next-DropdownMobile-Border_Color-1-23-0: #D6D9E0;
250
- --triplex-next-DropdownMobile-Content_Background-1-23-0: #FFFFFF;
251
- --triplex-next-DropdownMobile-Footer_Background-1-23-0: #FFFFFF;
252
- --triplex-next-DropdownMobile-Header_Background-1-23-0: #F2F4F7;
253
- --triplex-next-DropdownMobileList-Active_Background-1-23-0: #EAEDF1;
254
- --triplex-next-DropdownMobileList-Selected_Background-1-23-0: #DCDFE4;
255
- --triplex-next-FooterPage-StickyShadow-1-23-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
256
- --triplex-next-FormField-Background_Active-1-23-0: #F2F4F7;
257
- --triplex-next-FormField-Background_Default-1-23-0: #F2F4F7;
258
- --triplex-next-FormField-Background_Disabled-1-23-0: #F2F4F7;
259
- --triplex-next-FormField-Background_Error-1-23-0: #FFF0F3;
260
- --triplex-next-FormField-Background_Error_Hover-1-23-0: #FCE0E6;
261
- --triplex-next-FormField-Background_Hover-1-23-0: #EAEDF1;
262
- --triplex-next-FormField-Background_Warning-1-23-0: #FFF4DB;
263
- --triplex-next-FormField-Background_Warning_Hover-1-23-0: #FCEAC7;
264
- --triplex-next-FormField-Input_Color_Default-1-23-0: rgba(31, 31, 34, 1);
265
- --triplex-next-FormField-Input_Color_Disabled-1-23-0: rgba(31, 31, 34, .35);
266
- --triplex-next-FormField-Target_Color_Default-1-23-0: rgba(31, 31, 34, 1);
267
- --triplex-next-FormField-Target_Color_Disabled-1-23-0: rgba(31, 31, 34, .45);
268
- --triplex-next-FormField-Target_PlaceholderColor_Default-1-23-0: rgba(31, 31, 34, .65);
269
- --triplex-next-FormField-Label_Color_Default-1-23-0: rgba(31, 31, 34, .65);
270
- --triplex-next-FormField-Label_Color_Disabled-1-23-0: rgba(31, 31, 34, .35);
271
- --triplex-next-FormField-Shadow_Active-1-23-0: 0 0 0 1px #21A19A inset;
272
- --triplex-next-FormField-Shadow_Default-1-23-0: none;
273
- --triplex-next-FormField-Shadow_Error_Active-1-23-0: 0 0 0 1px #E60037 inset;
274
- --triplex-next-FormField-Shadow_Warning_Active-1-23-0: 0 0 0 1px #FD6508 inset;
275
- --triplex-next-FormField-Placeholder_Color-1-23-0: rgba(31, 31, 34, .65);
276
- --triplex-next-HeaderPage-StickyShadow-1-23-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
277
- --triplex-next-Island-Type1_Background-1-23-0: #FFFFFF;
278
- --triplex-next-Island-Type2_Background-1-23-0: rgba(255, 255, 255, .35);
279
- --triplex-next-Island-Type3_Background-1-23-0: #F2F4F7;
280
- --triplex-next-Island-Type1_Shadow-1-23-0: none;
281
- --triplex-next-Island-Type2_Shadow-1-23-0: 0 0 0 1px #FFFFFF inset;
282
- --triplex-next-Island-Type3_Shadow-1-23-0: none;
283
- --triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-23-0: #DCDFE4;
284
- --triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-23-0: rgba(31, 31, 34, .05);
285
- --triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-23-0: #DCDFE4;
286
- --triplex-next-IslandAccordion-Shadow_Focus-1-23-0: 0 0 0 1px #FFD169 inset;
287
- --triplex-next-IslandWidget-ExtraFooter_Background-1-23-0: #FFFFFF;
288
- --triplex-next-IslandWidget-ExtraFooter_Shadow-1-23-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
289
- --triplex-next-LightBox-Backdrop_Background-1-23-0: rgba(31, 31, 34, .75);
290
- --triplex-next-LightBox-Content_Background-1-23-0: #EAEDF1;
291
- --triplex-next-Link-BorderColor_Focus-1-23-0: 0 0 0 1px #FFD169 inset;
292
- --triplex-next-Link-Text_Color_Active-1-23-0: #007777;
293
- --triplex-next-Link-Text_Color_Default-1-23-0: #008985;
294
- --triplex-next-Link-Text_Color_Hover-1-23-0: #21A19A;
295
- --triplex-next-ListItem-Background-1-23-0: #FFFFFF;
296
- --triplex-next-ListItem-Background_Dragging-1-23-0: #FFFFFF;
297
- --triplex-next-ListItem-Background_Selected-1-23-0: #F2F4F7;
298
- --triplex-next-ListItem-Shadow_Dragging-1-23-0: 0 2px 7px rgba(31, 31, 34, 0.25);
299
- --triplex-next-ListItemControlsButton-Background_Active-1-23-0: #DCDFE4;
300
- --triplex-next-ListItemControlsButton-Background_Default-1-23-0: #F2F4F7;
301
- --triplex-next-ListItemControlsButton-Background_Hover-1-23-0: #EAEDF1;
302
- --triplex-next-ListItemControlsButton-Color_Active-1-23-0: #007777;
303
- --triplex-next-ListItemControlsButton-Color_Default-1-23-0: #008985;
304
- --triplex-next-ListItemControlsButton-Color_Hover-1-23-0: #21A19A;
305
- --triplex-next-ListMaster-Background-1-23-0: #FFFFFF;
306
- --triplex-next-ListMaster-Footer_Background-1-23-0: #FFFFFF;
307
- --triplex-next-ListMaster-Footer_Shadow-1-23-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
308
- --triplex-next-ListMaster-Header_Background-1-23-0: #FFFFFF;
309
- --triplex-next-ListMaster-Header_Shadow-1-23-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
310
- --triplex-next-Loader-Element_Background_Brand-1-23-0: #21A19A;
311
- --triplex-next-Loader-Element_Background_Neutral-1-23-0: rgba(255, 255, 255, 1);
312
- --triplex-next-Loader-Middle_Background_Default-1-23-0: #EEF0F4;
313
- --triplex-next-LoaderScreen-Small_Backdrop_Default-1-23-0: rgba(255, 255, 255, .75);
314
- --triplex-next-LoaderScreen-Middle_Backdrop_Default-1-23-0: rgba(255, 255, 255, .75);
315
- --triplex-next-LoaderScreen-Middle_Background_Default-1-23-0: #EEF0F4;
316
- --triplex-next-Marker-Background_Error-1-23-0: #E60037;
317
- --triplex-next-Marker-Background_Success-1-23-0: #21A19A;
318
- --triplex-next-Marker-Background_Waiting-1-23-0: #8291B3;
319
- --triplex-next-Marker-Background_Warning-1-23-0: #FD6508;
320
- --triplex-next-MarkerStatus-Description_Color-1-23-0: rgba(0, 0, 0, 0.55);
321
- --triplex-next-ModalWindow-Background-1-23-0: #EAEDF1;
322
- --triplex-next-ModalWindow-Backdrop_Background-1-23-0: rgba(79, 79, 82, .5);
323
- --triplex-next-MultiselectField-Divider_Color-1-23-0: #D6D9E0;
324
- --triplex-next-Notification-Background-1-23-0: #FFFFFF;
325
- --triplex-next-Notification-Color-1-23-0: #1F1F22;
326
- --triplex-next-Notification-TimeColor-1-23-0: rgba(31, 31, 34, 0.65);
327
- --triplex-next-Notification-Shadow-1-23-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
328
- --triplex-next-Overlay-Background-1-23-0: rgba(255, 255, 255, .8);
329
- --triplex-next-Overlay-Panel_Background-1-23-0: #FFFFFF;
330
- --triplex-next-Pagination-PageButton_Background_Active-1-23-0: #E3E6EA;
331
- --triplex-next-Pagination-PageButton_Background_Hover-1-23-0: #F2F4F7;
332
- --triplex-next-Pagination-PageButton_Background_Selected-1-23-0: #E3E6EA;
333
- --triplex-next-Pagination-PageButton_BorderColor_Focus-1-23-0: #FFD169;
334
- --triplex-next-Radio-Background_Checked_Default-1-23-0: #21A19A;
335
- --triplex-next-Radio-Background_Checked_Disabled-1-23-0: #EAEDF1;
336
- --triplex-next-Radio-Background_Checked_Hover-1-23-0: #007777;
337
- --triplex-next-Radio-Background_Default-1-23-0: #F2F4F7;
338
- --triplex-next-Radio-Background_Disabled-1-23-0: #F2F4F7;
339
- --triplex-next-Radio-Background_Hover-1-23-0: #19BDB0;
340
- --triplex-next-Radio-BorderColor_Default-1-23-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
341
- --triplex-next-Radio-BorderColor_Disabled-1-23-0: 0 0 0 1px #E3E6EA inset;
342
- --triplex-next-Radio-BorderColor_Focused-1-23-0: 0 0 0 1px #FFD169 inset;
343
- --triplex-next-Radio-BorderColor_Checked_Default-1-23-0: none;
344
- --triplex-next-Radio-BorderColor_Checked_Disabled-1-23-0: none;
345
- --triplex-next-Radio-Dot_Default-1-23-0: rgba(255, 255, 255, 1);
346
- --triplex-next-Radio-Dot_Disabled-1-23-0: rgba(31, 31, 34, .15);
347
- --triplex-next-SegmentedControl-General_1_Background-1-23-0: #F2F4F7;
348
- --triplex-next-SegmentedControl-General_2_Background-1-23-0: #FFFFFF;
349
- --triplex-next-SegmentedControl-Secondary_1_Background-1-23-0: #F2F4F7;
350
- --triplex-next-SegmentedControl-Secondary_2_Background-1-23-0: #FFFFFF;
351
- --triplex-next-SegmentedControlSegment-General_1_Color_Default-1-23-0: rgba(31, 31, 34, .65);
352
- --triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-23-0: rgba(31, 31, 34, 1);
353
- --triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-23-0: rgba(31, 31, 34, .15);
354
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-23-0: rgba(255, 255, 255, 1);
355
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-23-0: rgba(255, 255, 255, 1);
356
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-23-0: rgba(255, 255, 255, .25);
357
- --triplex-next-SegmentedControlSegment-General_1_Background_Default-1-23-0: #F2F4F7;
358
- --triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-23-0: #DFE2E7;
359
- --triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-23-0: #F2F4F7;
360
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-23-0: #3B3B3E;
361
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-23-0: #49494C;
362
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-23-0: #343437;
363
- --triplex-next-SegmentedControlSegment-General_2_Color_Default-1-23-0: rgba(31, 31, 34, .65);
364
- --triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-23-0: rgba(31, 31, 34, 1);
365
- --triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-23-0: rgba(31, 31, 34, .15);
366
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-23-0: rgba(255, 255, 255, 1);
367
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-23-0: rgba(255, 255, 255, 1);
368
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-23-0: rgba(255, 255, 255, .25);
369
- --triplex-next-SegmentedControlSegment-General_2_Background_Default-1-23-0: #FFFFFF;
370
- --triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-23-0: #EEF0F4;
371
- --triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-23-0: #FFFFFF;
372
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-23-0: #3B3B3E;
373
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-23-0: #49494C;
374
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-23-0: #343437;
375
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-23-0: rgba(31, 31, 34, .65);
376
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-23-0: rgba(31, 31, 34, 1);
377
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-23-0: rgba(31, 31, 34, .15);
378
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-23-0: rgba(31, 31, 34, 1);
379
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-23-0: rgba(31, 31, 34, 1);
380
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-23-0: rgba(31, 31, 34, .15);
381
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-23-0: #F2F4F7;
382
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-23-0: #DFE2E7;
383
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-23-0: #F2F4F7;
384
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-23-0: #FFFFFF;
385
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-23-0: #DFE2E7;
386
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-23-0: #FFFFFF;
387
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-23-0: rgba(31, 31, 34, .65);
388
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-23-0: rgba(31, 31, 34, 1);
389
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-23-0: rgba(31, 31, 34, .15);
390
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-23-0: rgba(31, 31, 34, 1);
391
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-23-0: rgba(31, 31, 34, 1);
392
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-23-0: rgba(31, 31, 34, .15);
393
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-23-0: #FFFFFF;
394
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-23-0: #EEF0F4;
395
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-23-0: #FFFFFF;
396
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-23-0: #E3E6EA;
397
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-23-0: #D6D9E0;
398
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-23-0: #F2F4F7;
399
- --triplex-next-SegmentedControlSegment-BorderColor_Default-1-23-0: transparent;
400
- --triplex-next-SegmentedControlSegment-BorderColor_Focus-1-23-0: #FFD169;
401
- --triplex-next-Skeleton-BackgroundColor_Light_Start-1-23-0: #F2F4F7;
402
- --triplex-next-Skeleton-BackgroundColor_Light_End-1-23-0: #DFE2E7;
403
- --triplex-next-Skeleton-BackgroundColor_Dark_Start-1-23-0: rgba(31, 31, 34, .05);
404
- --triplex-next-Skeleton-BackgroundColor_Dark_End-1-23-0: rgba(31, 31, 34, .15);
405
- --triplex-next-SmallInput-Background-1-23-0: #F2F4F7;
406
- --triplex-next-SmallInput-Color-1-23-0: rgba(31, 31, 34, 1);
407
- --triplex-next-SmallInput-PlaceholderColor-1-23-0: rgba(31, 31, 34, .65);
408
- --triplex-next-SmallInput-Shadow-1-23-0: 0 0 0 1px rgba(33, 161, 154) inset;
409
- --triplex-next-SMSField-Refresh_Fill_Empty-1-23-0: rgba(31, 31, 34, .35);
410
- --triplex-next-SMSField-Refresh_Fill_Full-1-23-0: #008985;
411
- --triplex-next-SMSField-Refresh_Disabled-1-23-0: rgba(31, 31, 34, .15);
412
- --triplex-next-SMSField-Submit_Background_Default-1-23-0: rgba(31, 31, 34, .15);
413
- --triplex-next-SMSField-Submit_Background_Hover-1-23-0: #19BDB0;
414
- --triplex-next-SMSField-Submit_Background_Active-1-23-0: #21A19A;
415
- --triplex-next-Slider-Dot_Background_Default-1-23-0: #21A19A;
416
- --triplex-next-Slider-Dot_Background_Disabled-1-23-0: #F2F4F7;
417
- --triplex-next-Slider-Dot_Background_Hover-1-23-0: #19BDB0;
418
- --triplex-next-Slider-Dot_Background_Select-1-23-0: #007777;
419
- --triplex-next-Slider-Dot_Focus-1-23-0: #FFD169;
420
- --triplex-next-Slider-Dot_Inner_Background-1-23-0: #FFFFFF;
421
- --triplex-next-Slider-Dot_Inner_Background_Disabled-1-23-0: rgba(31, 31, 34, .15);
422
- --triplex-next-Slider-Mark_Dot_Background_Default-1-23-0: #DCDFE4;
423
- --triplex-next-Slider-Mark_Dot_Background_Selected-1-23-0: #21A19A;
424
- --triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-23-0: #E7E9EE;
425
- --triplex-next-Slider-Rail_Background-1-23-0: #DCDFE4;
426
- --triplex-next-Slider-Rail_Background_Disabled-1-23-0: #DCDFE4;
427
- --triplex-next-Slider-Tooltip_Background-1-23-0: #1B1B1D;
428
- --triplex-next-Slider-Tooltip_Color-1-23-0: rgba(255, 255, 255, 1);
429
- --triplex-next-Slider-Track_Background_Default-1-23-0: #21A19A;
430
- --triplex-next-Slider-Track_Background_Disabled-1-23-0: #E7E9EE;
431
- --triplex-next-Slider-Track_Background_Hover-1-23-0: #007777;
432
- --triplex-next-StatusTracker-Draft_Background-1-23-0: rgba(255, 255, 255, .15);
433
- --triplex-next-StatusTracker-Warning_Background-1-23-0: #FF7A17;
434
- --triplex-next-StatusTracker-Waiting_Background-1-23-0: #BFCADF;
435
- --triplex-next-StatusTracker-Rejected_Background-1-23-0: #FF5571;
436
- --triplex-next-StatusTracker-Approved_Background-1-23-0: #00D67D;
437
- --triplex-next-StatusTracker-Waiting_Color-1-23-0: #A9B6D0;
438
- --triplex-next-StatusTracker-Rejected_Color-1-23-0: #FFB1C1;
439
- --triplex-next-StatusTracker-Approved_Color-1-23-0: #00D67D;
440
- --triplex-next-StatusTracker-Border_Color-1-23-0: #FFFFFF;
441
- --triplex-next-Step-Color_Active-1-23-0: #008985;
442
- --triplex-next-Step-Color_Default-1-23-0: rgba(31, 31, 34, .65);
443
- --triplex-next-Step-Color_Disabled-1-23-0: #FFFFFF;
444
- --triplex-next-Step-Color_Done-1-23-0: #FFFFFF;
445
- --triplex-next-Step-Color_Error-1-23-0: rgba(255, 255, 255, 1);
446
- --triplex-next-Step-Color_Warning-1-23-0: rgba(255, 255, 255, 1);
447
- --triplex-next-Step-Background_Active-1-23-0: #E3FFFA;
448
- --triplex-next-Step-Background_Default-1-23-0: rgba(31, 31, 34, .05);
449
- --triplex-next-Step-Background_Disabled-1-23-0: rgba(31, 31, 34, .15);
450
- --triplex-next-Step-Background_Done-1-23-0: #008985;
451
- --triplex-next-Step-Background_Error-1-23-0: #D10032;
452
- --triplex-next-Step-Background_Warning-1-23-0: #EF4C01;
453
- --triplex-next-Stepper-Step_Background_Default-1-23-0: #F2F4F7;
454
- --triplex-next-Stepper-Step_Background_Hover-1-23-0: #EAEDF1;
455
- --triplex-next-Stepper-Step_Background_Disabled-1-23-0: #F2F4F7;
456
- --triplex-next-Stepper-Step_Background_Error-1-23-0: #FFF0F3;
457
- --triplex-next-Stepper-Step_Background_Error_Hover-1-23-0: #FCE0E6;
458
- --triplex-next-Stepper-Step_Background_Warning-1-23-0: #FFF4DB;
459
- --triplex-next-Stepper-Step_Background_Warning_Hover-1-23-0: #FCEAC7;
460
- --triplex-next-Stepper-Step_BorderColor_Focus-1-23-0: #FFD169;
461
- --triplex-next-Stepper-Step_BorderColor_Error-1-23-0: #E60037;
462
- --triplex-next-Stepper-Step_BorderColor_Warning-1-23-0: #FD6508;
463
- --triplex-next-Stepper-Step_BorderColor_Success-1-23-0: #21A19A;
464
- --triplex-next-Stepper-Step_Color_Default-1-23-0: rgba(31, 31, 34, .65);
465
- --triplex-next-Stepper-Step_Color_Hover-1-23-0: rgba(31, 31, 34, 1);
466
- --triplex-next-Stepper-Step_Color_Disabled-1-23-0: rgba(31, 31, 34, .35);
467
- --triplex-next-Stepper-ButtonNext_Background-1-23-0: linear-gradient(to left, #FFFFFF 39.06%, transparent);
468
- --triplex-next-Stepper-ButtonPrev_Background-1-23-0: linear-gradient(to right, #FFFFFF 39.06%, transparent);
469
- --triplex-next-Stepper-Background-1-23-0: #FFFFFF;
470
- --triplex-next-Stepper-Wrapper_Background-1-23-0: linear-gradient(#FFFFFF 64px, transparent 0);
471
- --triplex-next-Stepper-Wrapper_BoxShadow-1-23-0: 0 10px 15px 0 rgba(228, 232, 235, 0.5);
472
- --triplex-next-TableBasic-Background_Hover-1-23-0: #E3E6EA;
473
- --triplex-next-TableBasic-Background_Selected-1-23-0: #DCDFE4;
474
- --triplex-next-TableBasic-Color-1-23-0: rgba(31, 31, 34, 1);
475
- --triplex-next-TableBasic-Header_Background-1-23-0: #E7E9EE;
476
- --triplex-next-TableBasic-TableFooter_Background-1-23-0: #E7E9EE;
477
- --triplex-next-TableBasic-TableFooter_Highlight-1-23-0: linear-gradient(transparent, #FFFFFF);
478
- --triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-23-0: #D6D9E0;
479
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-23-0: #FFFFFF;
480
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-23-0: #EAEDF1;
481
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-23-0: #FFFFFF;
482
- --triplex-next-Tabs-Type1_Background-1-23-0: #F2F4F7;
483
- --triplex-next-Tabs-Type2_Background-1-23-0: #FFFFFF;
484
- --triplex-next-Tabs-Type1_Tab_Background_Default-1-23-0: #F2F4F7;
485
- --triplex-next-Tabs-Type2_Tab_Background_Default-1-23-0: #FFFFFF;
486
- --triplex-next-Tabs-Type1_Tab_Background_Selected-1-23-0: #DCDFE4;
487
- --triplex-next-Tabs-Type2_Tab_Background_Selected-1-23-0: #E3E6EA;
488
- --triplex-next-Tabs-Type1_Tab_Background_Hover-1-23-0: #E3E6EA;
489
- --triplex-next-Tabs-Type2_Tab_Background_Hover-1-23-0: #EEF0F4;
490
- --triplex-next-Tabs-Tab_BorderColor_Default-1-23-0: transparent;
491
- --triplex-next-Tabs-Tab_BorderColor_Focus-1-23-0: #FFD169;
492
- --triplex-next-Tag-Background-1-23-0: #DFE2E7;
493
- --triplex-next-TagColor-Background_Default-1-23-0: #EEF3FC;
494
- --triplex-next-TagColor-Background_Success-1-23-0: #E3FFFA;
495
- --triplex-next-TagColor-Background_Info-1-23-0: #E3F6FF;
496
- --triplex-next-TagColor-Background_Warning-1-23-0: #FFF4DB;
497
- --triplex-next-TagColor-Background_Error-1-23-0: #FFF0F3;
498
- --triplex-next-TagColor-Text_Color_Default-1-23-0: rgba(31, 31, 34, .75);
499
- --triplex-next-TabsLine-BorderColor_Active-1-23-0: #21A19A;
500
- --triplex-next-TabsLine-BorderColor_Hover-1-23-0: #19BDB0;
501
- --triplex-next-TabsLine-Separator_Color-1-23-0: #D6D9E0;
502
- --triplex-next-TabsLine-Shadow_Focus-1-23-0: 0 0 0 1px #FFDD64 inset;
503
- --triplex-next-Tooltip-Background-1-23-0: #1B1B1D;
504
- --triplex-next-Tooltip-Color-1-23-0: rgba(255, 255, 255, 1);
505
- --triplex-next-Tooltip-Link_Desktop_Color_Active-1-23-0: #008985;
506
- --triplex-next-Tooltip-Link_Desktop_Color_Default-1-23-0: #19BDB0;
507
- --triplex-next-Tooltip-Link_Desktop_Color_Hover-1-23-0: #4BD9CF;
508
- --triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-23-0: 0 0 0 1px #FFD169;
509
- --triplex-next-Tooltip-Link_Mobile_Color_Active-1-23-0: #007777;
510
- --triplex-next-Tooltip-Link_Mobile_Color_Default-1-23-0: #008985;
511
- --triplex-next-Tooltip-Link_Mobile_Color_Hover-1-23-0: #21A19A;
512
- --triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-23-0: 0 0 0 1px #FFDD64;
513
- --triplex-next-TopOverlay-Background-1-23-0: rgba(31, 31, 34, .55);
514
- --triplex-next-Typography-Primary_Color-1-23-0: rgba(31, 31, 34, 1);
515
- --triplex-next-Typography-Complementary_Color-1-23-0: rgba(31, 31, 34, .85);
516
- --triplex-next-Typography-Secondary_Color-1-23-0: rgba(31, 31, 34, .65);
517
- --triplex-next-Typography-Tertiary_Color-1-23-0: rgba(31, 31, 34, .55);
518
- --triplex-next-Typography-Disabled_Color-1-23-0: rgba(31, 31, 34, .35);
519
- --triplex-next-Typography-Brand_Color-1-23-0: #008985;
520
- --triplex-next-Typography-Info_Color-1-23-0: #0E57CC;
521
- --triplex-next-Typography-Success_Color-1-23-0: #008B5C;
522
- --triplex-next-Typography-Error_Color-1-23-0: #D10032;
523
- --triplex-next-Typography-Warning_Color-1-23-0: #EF4C01;
524
- --triplex-next-Typography-System_Color-1-23-0: #697591;
525
- --triplex-next-Typography-PrimaryInvert_Color-1-23-0: rgba(255, 255, 255, 1);
526
- --triplex-next-Typography-ComplementaryInvert_Color-1-23-0: rgba(255, 255, 255, .75);
527
- --triplex-next-Typography-SecondaryInvert_Color-1-23-0: rgba(255, 255, 255, .55);
528
- --triplex-next-Typography-TertiaryInvert_Color-1-23-0: rgba(255, 255, 255, .45);
529
- --triplex-next-Typography-DisabledInvert_Color-1-23-0: rgba(255, 255, 255, .25);
530
- --triplex-next-Typography-BrandInvert_Color-1-23-0: #19BDB0;
531
- --triplex-next-Typography-InfoInvert_Color-1-23-0: #1297FE;
532
- --triplex-next-Typography-SuccessInvert_Color-1-23-0: #00D67D;
533
- --triplex-next-Typography-ErrorInvert_Color-1-23-0: #F80C45;
534
- --triplex-next-Typography-WarningInvert_Color-1-23-0: #FF7A17;
535
- --triplex-next-Typography-SystemInvert_Color-1-23-0: #95A3C1;
536
- --triplex-next-UploadZone-Background_Default-1-23-0: #F2F4F7;
537
- --triplex-next-UploadZone-Background_Hover-1-23-0: #EAEDF1;
538
- --triplex-next-UploadZone-BorderColor_Default-1-23-0: #2D2D30;
539
- --triplex-next-UploadZone-DragArea_Background-1-23-0: #F2F4F7;
540
- --triplex-next-UploadZone-DragArea_BorderColor-1-23-0: #21A19A;}
541
- .underline__40936d87{text-decoration:underline}.strikethrough__8765d50b{text-decoration:line-through}.underlineStrikethrough__2a135b6a{text-decoration:underline line-through}.typography__5f1d5cb1.primary__0f913da7{color:var(--triplex-next-Typography-Primary_Color-1-23-0)}.typography__5f1d5cb1.primaryInvert__62b2435e{color:var(--triplex-next-Typography-PrimaryInvert_Color-1-23-0)}.typography__5f1d5cb1.complementary__a6f9ac87{color:var(--triplex-next-Typography-Complementary_Color-1-23-0)}.typography__5f1d5cb1.complementaryInvert__c76b9c83{color:var(--triplex-next-Typography-ComplementaryInvert_Color-1-23-0)}.typography__5f1d5cb1.secondary__4a74d619{color:var(--triplex-next-Typography-Secondary_Color-1-23-0)}.typography__5f1d5cb1.secondaryInvert__a2be3eec{color:var(--triplex-next-Typography-SecondaryInvert_Color-1-23-0)}.typography__5f1d5cb1.tertiary__8c63d95d{color:var(--triplex-next-Typography-Tertiary_Color-1-23-0)}.typography__5f1d5cb1.tertiaryInvert__91b81fe3{color:var(--triplex-next-Typography-TertiaryInvert_Color-1-23-0)}.typography__5f1d5cb1.disabled__c840e26c{color:var(--triplex-next-Typography-Disabled_Color-1-23-0)}.typography__5f1d5cb1.disabledInvert__ec360223{color:var(--triplex-next-Typography-DisabledInvert_Color-1-23-0)}.typography__5f1d5cb1.brand__75b55218{color:var(--triplex-next-Typography-Brand_Color-1-23-0);-webkit-user-select:none;user-select:none}.typography__5f1d5cb1.brandInvert__db0fe010{color:var(--triplex-next-Typography-BrandInvert_Color-1-23-0)}.typography__5f1d5cb1.info__a0de3c8b{color:var(--triplex-next-Typography-Info_Color-1-23-0)}.typography__5f1d5cb1.infoInvert__ec2ccc78{color:var(--triplex-next-Typography-InfoInvert_Color-1-23-0)}.typography__5f1d5cb1.success__268626b2{color:var(--triplex-next-Typography-Success_Color-1-23-0)}.typography__5f1d5cb1.successInvert__7f69c5af{color:var(--triplex-next-Typography-SuccessInvert_Color-1-23-0)}.typography__5f1d5cb1.error__a857a3db{color:var(--triplex-next-Typography-Error_Color-1-23-0)}.typography__5f1d5cb1.errorInvert__1edb1b9b{color:var(--triplex-next-Typography-ErrorInvert_Color-1-23-0)}.typography__5f1d5cb1.warning__2a5f7864{color:var(--triplex-next-Typography-Warning_Color-1-23-0)}.typography__5f1d5cb1.warningInvert__cbdb9f07{color:var(--triplex-next-Typography-WarningInvert_Color-1-23-0)}.typography__5f1d5cb1.system__c918e46a{color:var(--triplex-next-Typography-System_Color-1-23-0)}.typography__5f1d5cb1.systemInvert__769a6017{color:var(--triplex-next-Typography-SystemInvert_Color-1-23-0)}.typography__5f1d5cb1.compact__11f07b26{line-height:calc(16 / 14)}.caption__aced2235.regular__dcdb1641{font-family:SBSansText,Arial,sans-serif}.caption__aced2235.semibold__5b2127ac{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.c1__1fbdd3d6{font-size:10px;line-height:12px}.c2__49eee03f{font-size:8px;line-height:10px}.d1__401656fa{font-size:32px;line-height:40px}.d1__401656fa.regular__dcdb1641{font-family:SBSansDisplay,Arial,sans-serif}.d1__401656fa.semibold__5b2127ac{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.text__8d3f9167{outline:none}.text__8d3f9167.regular__dcdb1641{font-family:SBSansText,Arial,sans-serif}.text__8d3f9167.semibold__5b2127ac{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.b1__b3a8944a{font-size:18px;line-height:24px}.b2__15833069{font-size:16px;line-height:20px}.b3__cb477cec{font-size:14px;line-height:20px}.b3__cb477cec.compact__11f07b26{line-height:16px}.b4__3d2adb43{font-size:12px;line-height:16px}.title__64fe38d6{outline:none}.title__64fe38d6.regular__dcdb1641{font-family:SBSansDisplay,Arial,sans-serif;font-weight:400}.title__64fe38d6.semibold__5b2127ac{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.title__64fe38d6.medium__55808c4a{font-family:SBSansDisplayMedium,Arial,sans-serif;font-weight:500}.title__64fe38d6.bold__a872de6b{font-family:SBSansDisplayBold,Arial,sans-serif;font-weight:700}.h1__ed07f65a,.h2__829b8751,.h3__7fe75337{margin:0}.h1__ed07f65a{font-size:28px;line-height:36px}.h2__829b8751{font-size:24px;line-height:32px}.h3__7fe75337{font-size:20px;line-height:28px}.formFieldInput__5237a063{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-23-0)}.formFieldInput__5237a063.sm__26ad389e{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__5237a063.md__d9ffd574{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__5237a063.lg__35f13ce0{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldInput__5237a063:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-23-0)}.formFieldInput__5237a063::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-23-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__5237a063:focus{outline:none}.formFieldInput__5237a063:focus::placeholder{opacity:1}.formFieldInput__5237a063:-webkit-autofill{animation-name:autofill-applied-hook__e2d14b4d;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__5237a063:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__6515a9d2;animation-duration:1ms}.formField__913f43e5{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__913f43e5.sm__26ad389e{border-radius:6px}.formField__913f43e5.md__d9ffd574{border-radius:8px}.formField__913f43e5.lg__35f13ce0{border-radius:10px}.formField__913f43e5.default__58caed7e{background:var(--triplex-next-FormField-Background_Default-1-23-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-23-0)}.formField__913f43e5:hover{background:var(--triplex-next-FormField-Background_Hover-1-23-0)}.formField__913f43e5.active__41fe4b61{background:var(--triplex-next-FormField-Background_Active-1-23-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-23-0)}.formField__913f43e5.active__41fe4b61 .formFieldInput__5237a063::placeholder,.formField__913f43e5.active__41fe4b61 .formFieldTextarea__7a3d371b::placeholder{opacity:1}.formField__913f43e5.disabled__31b1d2c0{background:var(--triplex-next-FormField-Background_Disabled-1-23-0)}.formField__913f43e5.error__ff5f0f6c{background:var(--triplex-next-FormField-Background_Error-1-23-0)}.formField__913f43e5.error__ff5f0f6c:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-23-0)}.formField__913f43e5.error__ff5f0f6c.active__41fe4b61{background:var(--triplex-next-FormField-Background_Error-1-23-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-23-0)}.formField__913f43e5.warning__0f9e5e33{background:var(--triplex-next-FormField-Background_Warning-1-23-0)}.formField__913f43e5.warning__0f9e5e33:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-23-0)}.formField__913f43e5.warning__0f9e5e33.active__41fe4b61{background:var(--triplex-next-FormField-Background_Warning-1-23-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-23-0)}.formField__913f43e5.filled__092d3f2a:not(.disabled__31b1d2c0):hover .formFieldClear__e84651f8,.formField__913f43e5.filled__092d3f2a:not(.disabled__31b1d2c0).active__41fe4b61 .formFieldClear__e84651f8{visibility:visible;opacity:1;pointer-events:auto}.formFieldDescription__5c5f2005{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__5c5f2005.withCounter__5bdb5833{display:flex}.formFieldLabel__c6f22484{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__c6f22484.sm__26ad389e{top:6px}.formFieldLabel__c6f22484.md__d9ffd574{top:10px}.formFieldLabel__c6f22484.lg__35f13ce0{top:18px}.formFieldLabel__c6f22484.lg__35f13ce0.floating__d9407c8a{top:10px}.formFieldLabelText__f91d9ca2{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-23-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__26ad389e .formFieldLabelText__f91d9ca2{font-size:12px;line-height:16px}.md__d9ffd574 .formFieldLabelText__f91d9ca2{font-size:14px;line-height:20px}.lg__35f13ce0 .formFieldLabelText__f91d9ca2{font-size:16px;line-height:20px}.floating__d9407c8a .formFieldLabelText__f91d9ca2{font-size:12px;line-height:16px}.floating__d9407c8a.sm__26ad389e .formFieldLabelText__f91d9ca2,.floating__d9407c8a.md__d9ffd574 .formFieldLabelText__f91d9ca2{display:none}.disabled__31b1d2c0 .formFieldLabelText__f91d9ca2{color:var(--triplex-next-FormField-Label_Color_Disabled-1-23-0)}.formFieldPostfix__dc5f2945{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__b555e782{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__87ac50c3{padding-left:4px;margin-left:auto}.formFieldMaskedInputWrapper__e8c14f94{position:relative}.formFieldMaskedInputWrapper__e8c14f94 .formFieldMaskedInputPlaceholder__3fb60620{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__e8c14f94 .formFieldMaskedInputPlaceholder__3fb60620::placeholder{opacity:1}.formFieldMaskedInputWrapper__e8c14f94 .formFieldMaskedInputPlaceholder__3fb60620:disabled{visibility:hidden}.formFieldMaskedInputWrapper__e8c14f94.size-sm__905bccee{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__e8c14f94.size-sm__905bccee .formFieldMaskedInputPlaceholder__3fb60620{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__e8c14f94.size-md__af2618b4{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__e8c14f94.size-md__af2618b4 .formFieldMaskedInputPlaceholder__3fb60620{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__e8c14f94.size-lg__e7b5e08c{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__e8c14f94.size-lg__e7b5e08c .formFieldMaskedInputPlaceholder__3fb60620{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__e8c14f94 .formFieldMaskedInput__2c1d4917{display:block;position:relative;background:none!important}.dropdownDesktop__605ef578{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-23-0);background-color:var(--triplex-next-Dropdown-Background-1-23-0)}.dropdownDesktop__605ef578.sm__8356540d{border-radius:6px}.dropdownDesktop__605ef578.md__b78aaf80{border-radius:8px}.dropdownDesktop__605ef578.lg__181f4388{border-radius:10px}.dropdownDesktopOverflowHidden__cc65eefa{overflow:hidden}.badgeDot__4968d24e{display:inline-block;background:var(--triplex-next-Badge-Background-1-23-0);border-radius:50%}.badgeDot__4968d24e.sm__c7cf3130{width:6px;height:6px}.badgeDot__4968d24e.md__cf8d8194{width:8px;height:8px}.badgeDot__4968d24e.lg__a6c1a140{width:10px;height:10px}.badgeContent__bd03d725{display:flex}.badgeContent__bd03d725.sm__c7cf3130{padding-left:4px;padding-right:4px}.badgeContent__bd03d725.md__cf8d8194{padding-left:6px;padding-right:6px}.badgeContent__bd03d725.lg__a6c1a140{padding-left:8px;padding-right:8px}.badgeContent__bd03d725.noPaddingLeft__a42a1d59{padding-left:0}.badgeContent__bd03d725.noPaddingRight__e6700cb2{padding-right:0}.badgePrefix__9435e456,.badgePostfix__8b4283f1{display:contents}.badge__67c7e7de{display:inline-flex;align-items:center;justify-content:center;position:relative;white-space:nowrap;background:var(--triplex-next-Badge-Background-1-23-0)}.badge__67c7e7de.sm__c7cf3130{height:16px;border-radius:4px}.badge__67c7e7de.md__cf8d8194{height:20px;border-radius:6px}.badge__67c7e7de.lg__a6c1a140{height:24px;border-radius:8px}.dropdownDesktopList__da0b7cc7{margin:4px;overflow:auto}.dropdownDesktopList__da0b7cc7 .notificationIcon__86435de6{position:absolute}.dropdownDesktopList__da0b7cc7.sm__8356540d{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__da0b7cc7.sm__8356540d .dropdownDesktopListItem__dfec2799{padding:6px 8px;border-radius:6px}.dropdownDesktopList__da0b7cc7.sm__8356540d .dropdownDesktopListLoader__70f80c0d{margin:0 auto}.dropdownDesktopList__da0b7cc7.sm__8356540d .notificationIcon__86435de6{right:3px;top:3px}.dropdownDesktopList__da0b7cc7.md__b78aaf80{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__da0b7cc7.md__b78aaf80 .dropdownDesktopListItem__dfec2799{padding:7px 8px;border-radius:8px}.dropdownDesktopList__da0b7cc7.md__b78aaf80 .dropdownDesktopListLoader__70f80c0d{margin:-2px auto}.dropdownDesktopList__da0b7cc7.md__b78aaf80 .notificationIcon__86435de6{right:4px;top:4px}.dropdownDesktopList__da0b7cc7.lg__181f4388{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__da0b7cc7.lg__181f4388 .dropdownDesktopListItem__dfec2799{padding:14px 8px;border-radius:10px}.dropdownDesktopList__da0b7cc7.lg__181f4388 .dropdownDesktopListLoader__70f80c0d{margin:-6px auto}.dropdownDesktopList__da0b7cc7.lg__181f4388 .notificationIcon__86435de6{right:4px;top:6px}.dropdownDesktopListItem__dfec2799{color:var(--triplex-next-DropdownList-Color-1-23-0);background:var(--triplex-next-DropdownList-Background_Default-1-23-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__dfec2799+.dropdownDesktopListItem__dfec2799{margin-top:2px}.dropdownDesktopListItem__dfec2799.active__46fa5b84{background:var(--triplex-next-DropdownList-Background_Active-1-23-0);cursor:pointer}.dropdownDesktopListItem__dfec2799.selected__7e62d8e1{background:var(--triplex-next-DropdownList-Background_Selected-1-23-0);cursor:default}.loaderSmall__5b9ade56{display:flex;justify-content:center;align-items:center}.loaderSmall__5b9ade56.sm__9a3a4f57{width:16px;height:16px;gap:2px}.loaderSmall__5b9ade56.sm__9a3a4f57 .dot__dd3a3916{width:4px;height:4px}.loaderSmall__5b9ade56.md__7a01d893{width:24px;height:24px;gap:3px}.loaderSmall__5b9ade56.md__7a01d893 .dot__dd3a3916{width:6px;height:6px}.loaderSmall__5b9ade56.lg__b52f2de7{width:32px;height:32px;gap:4px}.loaderSmall__5b9ade56.lg__b52f2de7 .dot__dd3a3916{width:8px;height:8px}.loaderSmall__5b9ade56.neutral__3865167b .dot__dd3a3916{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-23-0)}.loaderSmall__5b9ade56.brand__8c50abcc .dot__dd3a3916{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-23-0)}.loaderSmall__5b9ade56 .dot__dd3a3916{border-radius:50%}.loaderSmall__5b9ade56 .dot1__8eb7f79e{animation:dotCycleSmall__94c7cc79 .9s infinite}.loaderSmall__5b9ade56 .dot2__55ad663b{animation:dotCycleSmall__94c7cc79 .9s infinite .15s}.loaderSmall__5b9ade56 .dot3__1be448e7{animation:dotCycleSmall__94c7cc79 .9s infinite .3s}@keyframes dotCycleSmall__94c7cc79{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__a5a47d47{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-23-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__52de111b{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__52de111b .dot__dd3a3916{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-23-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__52de111b .dot1__8eb7f79e{top:0;left:0;animation:dotCycleMiddle__b1a398be 3s infinite}.loaderMiddleDots__52de111b .dot2__55ad663b{right:0;top:0;opacity:.7;animation:dotCycleMiddle__b1a398be 3s infinite .74s}.loaderMiddleDots__52de111b .dot3__1be448e7{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__b1a398be 3s infinite 1.5s}.loaderMiddleDots__52de111b .dot4__80ac15f6{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__b1a398be 3s infinite 2.25s}.loaderMiddleDots__52de111b .line__afd9ddee{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-23-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__7951f0e7 3s infinite}@keyframes lineCycle__7951f0e7{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__b1a398be{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__792459ce{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__85026842{background:var(--triplex-next-DropdownMobile-Backdrop-1-23-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__85026842.closing__e0b6e0ea{opacity:0}.dropdownMobileBackdrop__85026842.opening__cf8df252,.dropdownMobileBackdrop__85026842.opened__1fee23c5{opacity:var(--triplex-DropdownMobile-Opacity-1-23-0)}.dropdownMobile__05126d34{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__05126d34.closing__e0b6e0ea{transform:translateY(100%)}.dropdownMobile__05126d34.opening__cf8df252,.dropdownMobile__05126d34.opened__1fee23c5{transform:translateY(0)}.dropdownMobileHeader__f9f58ceb{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-23-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__f9f58ceb .dropdownMobileHeaderContent__bc26acd2{display:flex;flex-grow:1;min-width:0;margin-right:12px;min-height:20px}.dropdownMobileContent__1e4c0ec3{background:var(--triplex-next-DropdownMobile-Content_Background-1-23-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__408160af{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-23-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-23-0);flex-shrink:1}.dropdownMobileListItem__b094d832{position:relative;padding:16px}.dropdownMobileListItem__b094d832.selected__7e62d8e1{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-23-0)}.dropdownMobileListItem__b094d832:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-23-0)}.dropdownMobileBodyOverflow__785d4dd0{overflow:hidden}.controlButtons__6c65b76b{display:flex}.dropdownMobileLoader__7f910a7a{margin-right:8px}.dropdownMobileListLoader__990eb741{display:flex;justify-content:center;align-items:center;padding:16px}.notificationIcon__86435de6{position:absolute;right:6px;top:6px}.buttonIcon__9c213e82{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__9c213e82:enabled{cursor:pointer}.buttonIcon__9c213e82.circle__0640863e{border-radius:50%}.buttonIcon__9c213e82.squircle__0ca695ae{border-radius:4px}.buttonIcon__9c213e82:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-23-0)}.dropdownMobileInput__15f96c9d{width:100%;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input_Color_Default-1-23-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__15f96c9d::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-23-0);opacity:1}.dropdownMobileInput__15f96c9d::-ms-clear{display:none}.tabsLineWrapper__14754b52[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__14754b52[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__14754b52[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__14754b52[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__14754b52{position:relative}.tabsLineWrapper__14754b52.withSeparator__6e8b9f8b:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-23-0);bottom:0;left:0;right:0}.tabsLine__f6309062{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__f6309062:has(.sm__945ad419){height:28px}.tabsLine__f6309062:has(.md__e87d92fa){height:40px}.tabsLine__f6309062:has(.lg__047d8fdd){height:56px}.tab__1606b4b8{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__1606b4b8.sm__945ad419{height:28px;padding-bottom:12px}.tab__1606b4b8.md__e87d92fa{height:40px;padding-top:8px;padding-bottom:12px}.tab__1606b4b8.lg__047d8fdd{height:56px;padding-top:16px;padding-bottom:20px}.tab__1606b4b8::-moz-focus-inner{border:none;padding:0}.tab__1606b4b8:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-23-0)}.tab__1606b4b8.active__a97fc3e2{cursor:default}.tab__1606b4b8: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__1606b4b8:hover:after,.tab__1606b4b8:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-23-0)}.tab__1606b4b8.active__a97fc3e2:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-23-0)}.notificationIcon__6f1afb5a{position:absolute;right:6px}.sm__945ad419 .notificationIcon__6f1afb5a{top:0}.md__e87d92fa .notificationIcon__6f1afb5a{top:8px}.lg__047d8fdd .notificationIcon__6f1afb5a{top:16px}.tabsLineDropdown__956f4dbd{display:inline-block}.tabsLineDropdown__956f4dbd .dropdownTarget__9ceb6c24.active__a97fc3e2{cursor:pointer}.tabsLineDropdown__956f4dbd .dropdownTargetInner__25ae9951{display:inline-flex;align-items:center}.tabsLineDropdown__956f4dbd .dropdownTargetCaret__55b7143f{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__956f4dbd .dropdownTargetCaret__55b7143f.opened__35cc74ec{transform:rotate(-180deg)}.tabsLineDropdown__956f4dbd .dropdown__7d6b5736{right:0;padding:4px}.tabsLineMobileWrapper__a2f92b8e{position:relative}.tabsLineMobileWrapper__a2f92b8e .tab__1606b4b8{flex-shrink:0}.tabsLineMobileWrapper__a2f92b8e .tab__1606b4b8:first-child{margin-left:16px}.tabsLineMobileWrapper__a2f92b8e .tab__1606b4b8:last-child{margin-right:16px}.tabsLineMobile__ea16c853{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__ea16c853::-webkit-scrollbar{display:none}.label__e7653f28{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__e7653f28.sm__049c7c47{min-width:16px;min-height:16px}.label__e7653f28.sm__049c7c47.nonempty__bf177c46{padding:2px 0 2px 24px}.label__e7653f28.md__da1f8c5b{min-height:24px;min-width:24px}.label__e7653f28.md__da1f8c5b.nonempty__bf177c46{padding-left:32px;padding-top:2px}.label__e7653f28.lg__6483ec41{min-width:28px;min-height:28px}.label__e7653f28.lg__6483ec41.nonempty__bf177c46{padding-left:40px;padding-top:4px}.label__e7653f28.disabled__80d760da{cursor:default}.radio__a42ced27{margin:0;opacity:0}.radioIcon__8de7ce1c{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-23-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-23-0)}.radioIcon__8de7ce1c:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-23-0);border-radius:50%;transform:scale(0)}.sm__049c7c47 .radioIcon__8de7ce1c:after{width:8px;height:8px;top:4px;left:4px}.md__da1f8c5b .radioIcon__8de7ce1c:after{width:12px;height:12px;top:6px;left:6px}.lg__6483ec41 .radioIcon__8de7ce1c:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__8de7ce1c,.radioIcon__8de7ce1c:after{pointer-events:none}.radio__a42ced27,.radioIcon__8de7ce1c{position:absolute;left:0;top:0}.sm__049c7c47 .radio__a42ced27,.sm__049c7c47 .radioIcon__8de7ce1c{width:16px;height:16px;top:2px}.md__da1f8c5b .radio__a42ced27,.md__da1f8c5b .radioIcon__8de7ce1c{width:24px;height:24px}.lg__6483ec41 .radio__a42ced27,.lg__6483ec41 .radioIcon__8de7ce1c{width:28px;height:28px}.radio__a42ced27:enabled{cursor:pointer}.radio__a42ced27:checked+.radioIcon__8de7ce1c{background:var(--triplex-next-Radio-Background_Checked_Default-1-23-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-23-0)}.radio__a42ced27:checked+.radioIcon__8de7ce1c:after{transform:scale(1);transition:transform .2s ease-out}.radio__a42ced27:hover+.radioIcon__8de7ce1c{background-color:var(--triplex-next-Radio-Background_Hover-1-23-0);box-shadow:none}.radio__a42ced27:disabled+.radioIcon__8de7ce1c{background:var(--triplex-next-Radio-Background_Disabled-1-23-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-23-0)}.radio__a42ced27:disabled:checked+.radioIcon__8de7ce1c{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-23-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-23-0)}.radio__a42ced27:disabled+.radioIcon__8de7ce1c:after{background:var(--triplex-next-Radio-Dot_Disabled-1-23-0)}.radio__a42ced27:focus-visible+.radioIcon__8de7ce1c{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-23-0)}.radio__a42ced27:checked:enabled:hover+.radioIcon__8de7ce1c{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-23-0)}.radioXGroup__e06e41a6{display:inline-flex;flex-flow:row wrap}.radioXGroup__e06e41a6.indent-12__779bbef6{margin-left:-6px;margin-right:-6px}.radioXGroup__e06e41a6.indent-12__779bbef6 .label__e7653f28{margin-left:6px;margin-right:6px}.radioXGroup__e06e41a6.indent-16__b2643588{margin-left:-8px;margin-right:-8px}.radioXGroup__e06e41a6.indent-16__b2643588 .label__e7653f28{margin-left:8px;margin-right:8px}.radioXGroup__e06e41a6.indent-20__43ef985d{margin-left:-10px;margin-right:-10px}.radioXGroup__e06e41a6.indent-20__43ef985d .label__e7653f28{margin-left:10px;margin-right:10px}.radioXGroup__e06e41a6.indent-24__3dbbb592{margin-left:-12px;margin-right:-12px}.radioXGroup__e06e41a6.indent-24__3dbbb592 .label__e7653f28{margin-left:12px;margin-right:12px}.radioXGroup__e06e41a6.indent-28__d7a8ff32{margin-left:-14px;margin-right:-14px}.radioXGroup__e06e41a6.indent-28__d7a8ff32 .label__e7653f28{margin-left:14px;margin-right:14px}.radioXGroup__e06e41a6.indent-32__641928ca{margin-left:-16px;margin-right:-16px}.radioXGroup__e06e41a6.indent-32__641928ca .label__e7653f28{margin-left:16px;margin-right:16px}.radioYGroup__9f941b29{display:inline-flex;flex-flow:column wrap}.radioYGroup__9f941b29 .label__e7653f28.sm__049c7c47+.label__e7653f28.sm__049c7c47{margin-top:8px}.radioYGroup__9f941b29 .label__e7653f28.md__da1f8c5b+.label__e7653f28.md__da1f8c5b{margin-top:16px}.radioYGroup__9f941b29 .label__e7653f28.lg__6483ec41+.label__e7653f28.lg__6483ec41{margin-top:20px}.notification__63edfcac{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-23-0);background:var(--triplex-next-Notification-Background-1-23-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-23-0);z-index:300}.notification__63edfcac:first-child{margin-top:0}.notification__63edfcac.extraBottomPadding__ae1f3e62{padding-bottom:24px}.notification__63edfcac .notificationHeader__41cf2324{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-23-0);width:100%;margin-top:0;margin-bottom:8px}.notification__63edfcac .notificationIcon__904f9b61{line-height:0}.notification__63edfcac .notificationBody__ff42fff5{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__63edfcac .notificationBodyList__216e7044{margin-top:8px}.notification__63edfcac .notificationClose__b77de9e3{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__63edfcac.showCloseOnHover__8cdddb24 .notificationClose__b77de9e3{opacity:0}.notification__63edfcac.showCloseOnHover__8cdddb24:hover{cursor:pointer}.notification__63edfcac.showCloseOnHover__8cdddb24:hover .notificationClose__b77de9e3{opacity:1}.notification__63edfcac .notificationFooter__4e491aeb{display:flex;align-items:center;margin-top:16px}.notification__63edfcac .notificationFooter__4e491aeb button+a{margin-left:16px}.notification__63edfcac .notificationTime__423630cb{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-23-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__db10c4a7{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__db10c4a7:hover{cursor:pointer}.notificationGroupedWrapper__db10c4a7 .notificationGroupedFooterItem__6393fcd4{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-23-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-23-0)}.notificationGroupedWrapper__db10c4a7 .notificationGroupedFooterItem__6393fcd4.first__709ae993{bottom:-8px;z-index:200}.notificationGroupedWrapper__db10c4a7 .notificationGroupedFooterItem__6393fcd4.second__28de38eb{bottom:-16px;z-index:100}@media(max-width:767px){.notification__63edfcac,.notificationGroupedWrapper__db10c4a7{width:100%}}.unorderedListItem__f5c989d9:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__f5c989d9+.unorderedListItem__f5c989d9{margin-top:8px}.unorderedList__f7792782{position:relative;margin:0;padding-left:14px;list-style:none}.button__2b1e75e1.general__d086df85{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-23-0);color:var(--triplex-next-Button-General_Color_Default-1-23-0)}.button__2b1e75e1.general__d086df85:hover{background:var(--triplex-next-Button-General_Background_Hover-1-23-0);color:var(--triplex-next-Button-General_Color_Hover-1-23-0)}.button__2b1e75e1.general__d086df85.expanded__d592967b,.button__2b1e75e1.general__d086df85:active{background:var(--triplex-next-Button-General_Background_Active-1-23-0);color:var(--triplex-next-Button-General_Color_Active-1-23-0)}.button__2b1e75e1.general__d086df85:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-23-0)}.button__2b1e75e1.general__d086df85:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-23-0);color:var(--triplex-next-Button-General_Color_Disabled-1-23-0)}.button__2b1e75e1.secondary__44d275bb{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-23-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-23-0)}.button__2b1e75e1.secondary__44d275bb:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-23-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-23-0)}.button__2b1e75e1.secondary__44d275bb.expanded__d592967b,.button__2b1e75e1.secondary__44d275bb:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-23-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-23-0)}.button__2b1e75e1.secondary__44d275bb:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-23-0)}.button__2b1e75e1.secondary__44d275bb:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-23-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-23-0)}.button__2b1e75e1.secondaryLight__85cdfc1e{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-23-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-23-0)}.button__2b1e75e1.secondaryLight__85cdfc1e:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-23-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-23-0)}.button__2b1e75e1.secondaryLight__85cdfc1e.expanded__d592967b,.button__2b1e75e1.secondaryLight__85cdfc1e:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-23-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-23-0)}.button__2b1e75e1.secondaryLight__85cdfc1e:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-23-0)}.button__2b1e75e1.secondaryLight__85cdfc1e:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-23-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-23-0)}.button__2b1e75e1.danger__9cd63adf{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-23-0);color:var(--triplex-next-Button-Danger_Color_Default-1-23-0)}.button__2b1e75e1.danger__9cd63adf:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-23-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-23-0)}.button__2b1e75e1.danger__9cd63adf.expanded__d592967b,.button__2b1e75e1.danger__9cd63adf:active{background:var(--triplex-next-Button-Danger_Background_Active-1-23-0);color:var(--triplex-next-Button-Danger_Color_Active-1-23-0)}.button__2b1e75e1.danger__9cd63adf:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-23-0)}.button__2b1e75e1.danger__9cd63adf:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-23-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-23-0)}.button__2b1e75e1.link__48f1381a{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-23-0);padding:0}.button__2b1e75e1.link__48f1381a.sm__a3ddf2d6{height:28px;min-width:0px;padding:6px 2px}.button__2b1e75e1.link__48f1381a.md__01304f50{height:40px;min-width:0px;padding:10px 2px}.button__2b1e75e1.link__48f1381a.lg__de756cc3{height:56px;min-width:0px;padding:18px 2px}.button__2b1e75e1.link__48f1381a:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-23-0)}.button__2b1e75e1.link__48f1381a.expanded__d592967b,.button__2b1e75e1.link__48f1381a:active{color:var(--triplex-next-Button-Link_Color_Active-1-23-0)}.button__2b1e75e1.link__48f1381a:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-23-0)}.button__2b1e75e1.link__48f1381a:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-23-0)}.button__2b1e75e1{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__2b1e75e1::-moz-focus-inner{border:none;padding:0}.button__2b1e75e1.sm__a3ddf2d6{line-height:16px;font-size:12px}.button__2b1e75e1.sm__a3ddf2d6.general__d086df85,.button__2b1e75e1.sm__a3ddf2d6.secondary__44d275bb,.button__2b1e75e1.sm__a3ddf2d6.secondaryLight__85cdfc1e,.button__2b1e75e1.sm__a3ddf2d6.danger__9cd63adf{height:28px;min-width:58px;padding:0 12px;border-radius:6px}.button__2b1e75e1.sm__a3ddf2d6.icon__c2352e88{min-height:28px;min-width:28px;padding:0 4px}.button__2b1e75e1.md__01304f50{line-height:20px;font-size:14px}.button__2b1e75e1.md__01304f50.general__d086df85,.button__2b1e75e1.md__01304f50.secondary__44d275bb,.button__2b1e75e1.md__01304f50.secondaryLight__85cdfc1e,.button__2b1e75e1.md__01304f50.danger__9cd63adf{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__2b1e75e1.md__01304f50.icon__c2352e88{min-height:40px;min-width:40px;padding:0 10px}.button__2b1e75e1.lg__de756cc3{line-height:20px;font-size:16px}.button__2b1e75e1.lg__de756cc3.general__d086df85,.button__2b1e75e1.lg__de756cc3.secondary__44d275bb,.button__2b1e75e1.lg__de756cc3.secondaryLight__85cdfc1e,.button__2b1e75e1.lg__de756cc3.danger__9cd63adf{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__2b1e75e1.lg__de756cc3.icon__c2352e88{min-height:56px;min-width:56px;padding:0 12px}.button__2b1e75e1:disabled{cursor:default}.button__2b1e75e1:disabled *{pointer-events:none}.button__2b1e75e1+.button__2b1e75e1:not(.block__ec2ecd60){margin-left:12px}.button__2b1e75e1 .content__3fe68055{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__2b1e75e1.block__ec2ecd60{display:block;width:100%}.button__2b1e75e1.loading__4955b094{pointer-events:none}.button__2b1e75e1.loading__4955b094 .content__3fe68055{visibility:hidden}.button__2b1e75e1 .loader__d09186cd{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__2b1e75e1 .loader__d09186cd.hidden__5e2a8e15{visibility:hidden}.buttonDropdownExtended__3bb8b83f{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__3bb8b83f .buttonDropdownExtendedBlock__ad7cfb6f{padding:4px;margin-top:4px;right:0}.buttonDropdown__cab84d4e.block__ec2ecd60{display:block}.buttonDropdown__cab84d4e+.button__2b1e75e1:not(.block__ec2ecd60),.buttonDropdown__cab84d4e+.buttonDropdown__cab84d4e:not(.block__ec2ecd60){margin-left:16px}.buttonDropdown__cab84d4e .buttonDropdownTarget__61d17f97 .caretIcon__a3ab35a8{margin-left:2px;transition:transform .3s ease-in-out}.buttonDropdown__cab84d4e .buttonDropdownTarget__61d17f97.active__424578fe .caretIcon__a3ab35a8{transform:rotate(-180deg)}.buttonDropdown__cab84d4e .buttonDropdownMenuItem__3dde1b9a{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__3d262f7b{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__4576cbff{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__2205cacd{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__6abe5ec6{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-23-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__e8506ba7{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__e8506ba7 .modalWindowContentWrapper__aed42ba5{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__3d262f7b .6s ease}.modalWindow__e8506ba7 .modalWindowContent__deb97b01{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__e8506ba7 .modalWindowContent__deb97b01 .modalWindowBody__d7b61dda{box-sizing:border-box;animation:fadeIn__bf9aefd4 .3s ease}@keyframes fadeIn__bf9aefd4{0%{opacity:0}to{opacity:1}}.modalWindow__e8506ba7 .modalWindowContent__deb97b01 .spinnerSm__61a8f17b{display:none}@media(max-width:767px){.modalWindow__e8506ba7 .modalWindowContent__deb97b01 .spinner__52e08724{display:none}.modalWindow__e8506ba7 .modalWindowContent__deb97b01 .spinnerSm__61a8f17b{display:flex}}.global-modalWindowTransition-exit .modalWindow__e8506ba7 .modalWindowContentWrapper__aed42ba5{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__4576cbff .3s ease}.global-modalWindowTransition-exit .modalWindow__e8506ba7 .modalWindowContentWrapper__aed42ba5 .modalWindowBody__d7b61dda{animation:fadeOut__c97e7d9f .3s ease}@keyframes fadeOut__c97e7d9f{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__2687d066{position:absolute;left:0;right:0;height:0}.modalWindow__e8506ba7.sm__f60f2cc9 .modalWindowContentWrapper__aed42ba5{max-width:480px}.modalWindow__e8506ba7.sm__f60f2cc9 .modalWindowContent__deb97b01 .modalWindowBody__d7b61dda{min-height:196px}@media(max-width:575px){.modalWindow__e8506ba7.sm__f60f2cc9 .modalWindowContentWrapper__aed42ba5{max-width:100%}}.modalWindow__e8506ba7.md__f0b464b4 .modalWindowContentWrapper__aed42ba5{max-width:600px}.modalWindow__e8506ba7.md__f0b464b4 .modalWindowContent__deb97b01 .modalWindowBody__d7b61dda{min-height:246px}@media(max-width:767px){.modalWindow__e8506ba7.md__f0b464b4 .modalWindowContentWrapper__aed42ba5{max-width:100%}}.modalWindow__e8506ba7.lg__370d48a3 .modalWindowContentWrapper__aed42ba5{max-width:800px}.modalWindow__e8506ba7.lg__370d48a3 .modalWindowContent__deb97b01 .modalWindowBody__d7b61dda{min-height:396px}@media(max-width:991px){.modalWindow__e8506ba7.lg__370d48a3 .modalWindowContentWrapper__aed42ba5{max-width:100%}}.modalWindowContentPage__b968234a{background:var(--triplex-next-ModalWindow-Background-1-23-0);padding:8px!important}.modalWindowContentPage__b968234a,.modalWindowLoaderScreen__a21aec35{border-radius:32px}@media(max-width:767px){.modalWindowContentPage__b968234a,.modalWindowLoaderScreen__a21aec35{border-radius:24px}}.islandBody__52321673{display:block}.islandHeader__f6c00a4d,.islandFooter__e44f3f54,.island__4981eb85{position:relative}.island__4981eb85.type1__92de19c7{background-color:var(--triplex-next-Island-Type1_Background-1-23-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-23-0)}.island__4981eb85.type2__0f0daded{background-color:var(--triplex-next-Island-Type2_Background-1-23-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-23-0)}.island__4981eb85.type3__f0d18c0d{background-color:var(--triplex-next-Island-Type3_Background-1-23-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-23-0)}.island__4981eb85.sm__6b42f18b{border-radius:16px;padding:16px}.island__4981eb85.sm__6b42f18b .islandHeader__f6c00a4d+.islandBody__52321673,.island__4981eb85.sm__6b42f18b .islandHeader__f6c00a4d+.islandFooter__e44f3f54,.island__4981eb85.sm__6b42f18b .islandBody__52321673+.islandFooter__e44f3f54{margin-top:8px}.island__4981eb85.md__c9ffd2f7{border-radius:24px;padding:24px}.island__4981eb85.md__c9ffd2f7 .islandHeader__f6c00a4d+.islandBody__52321673,.island__4981eb85.md__c9ffd2f7 .islandHeader__f6c00a4d+.islandFooter__e44f3f54,.island__4981eb85.md__c9ffd2f7 .islandBody__52321673+.islandFooter__e44f3f54{margin-top:12px}.island__4981eb85.lg__e26d36c9{border-radius:32px;padding:32px}.island__4981eb85.lg__e26d36c9 .islandHeader__f6c00a4d+.islandBody__52321673,.island__4981eb85.lg__e26d36c9 .islandHeader__f6c00a4d+.islandFooter__e44f3f54,.island__4981eb85.lg__e26d36c9 .islandBody__52321673+.islandFooter__e44f3f54{margin-top:16px}@media(max-width:767px){.island__4981eb85.sm__6b42f18b,.island__4981eb85.md__c9ffd2f7{border-radius:16px;padding:16px}.island__4981eb85.lg__e26d36c9{border-radius:24px;padding:24px}}.modalWindowBody__d7b61dda{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__b969c381{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media(max-width:767px){.modalWindowClose__b969c381{top:20px;right:20px}}.loaderScreen__4fbfc757{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__4fbfc757.loaderSmallBackdrop__fa961c92{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-23-0)}.loaderScreen__4fbfc757.loaderMiddleBackdrop__03a2b6a4{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-23-0)}.body__5c628f35{position:relative;display:flex}.body__5c628f35 .bodyInner__d2b50ae7{position:relative;flex-grow:1;width:100%}.bodyPage__ca729922{flex-grow:1}.verticalMargin24__cc28824f{margin-top:24px;margin-bottom:24px}.verticalMargin16__18812aaa{margin-top:16px;margin-bottom:16px}@media(max-width:767px){.verticalMargin24__cc28824f{margin-top:16px;margin-bottom:16px}.verticalMargin16__18812aaa{margin-top:8px;margin-bottom:8px}}.headerTabs__7e8ef05d{display:flex;justify-content:space-between}.headerTabs__7e8ef05d .headerTabsContent__587a06f0{flex-grow:1}.headerTabs__7e8ef05d .headerTabsControls__0b03f948{flex-shrink:0;white-space:nowrap;padding-left:24px}@media(max-width:767px){.headerTabs__7e8ef05d{flex-wrap:wrap}.headerTabs__7e8ef05d .headerTabsContent__587a06f0{width:100%}.headerTabs__7e8ef05d .headerTabsControls__0b03f948{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__7e8ef05d .headerTabsControls__0b03f948>button{margin-left:16px;margin-top:16px}}.headerTitle__03bf1aa4{display:flex;justify-content:space-between}.headerTitle__03bf1aa4 .headerTitleControls__6b8b309f{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__295ae141+.headerTitle__03bf1aa4{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media(max-width:767px){.headerTitle__03bf1aa4{flex-wrap:wrap}.headerTitle__03bf1aa4 .headerTitleContent__40165887{width:100%}.headerTitle__03bf1aa4 .headerTitleControls__6b8b309f{padding-left:0;white-space:normal;flex-shrink:initial;margin-left:-16px}.headerTitle__03bf1aa4 .headerTitleControls__6b8b309f>button{margin-left:16px;margin-top:16px}}.headerSubheader__5591b825{padding:24px 0}.headerSubheader__5591b825.withoutPaddings__65f9270b{padding:0}.headerLayoutSidebar__d837ce40{display:flex;justify-content:space-between}.headerLayoutSidebarContent__2565bcfd{flex-grow:1;min-width:1px}@media(max-width:767px){.headerLayoutSidebarSidebar__643c5b77{display:none}}.page__783fdcc4{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__783fdcc4{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__8bda7269.sticky__1dd18da5{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__8bda7269.sticky__1dd18da5[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-23-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__9f1a708e.sticky__1dd18da5{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__9f1a708e.sticky__1dd18da5[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-1-23-0)!important}.footerDescription__1b390402{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__c30e65e3{flex-grow:1;margin-right:auto}.footerDescriptionControls__1e397c80{margin-left:auto;white-space:nowrap;padding-left:24px}@media(max-width:767px){.footerDescription__1b390402{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__c30e65e3{width:100%}.footerDescriptionControls__1e397c80{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__1e397c80>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__c30e65e3+.footerDescriptionControls__1e397c80{margin-top:0}.footer__dcf52875{padding:16px 0}}.modalWindowHeader__c6e5a04a .global-HeaderTitleContent{padding-right:64px}@media(max-width:767px){.modalWindowHeader__c6e5a04a .global-HeaderTitleContent{padding-right:72px}}.list__8f78b7ed{margin:0;padding:0;list-style:none;position:relative}.listItemControls__21dd7f8f{display:flex;padding:0 16px 0 4px}.listItemContent__db889e52{background:var(--triplex-next-ListItem-Background-1-23-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__db889e52.selected__a1e43e95{background:var(--triplex-next-ListItem-Background_Selected-1-23-0)}.listItemControlsButton__b67b21e5{margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-23-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px;width:92px}.listItemControlsButton__b67b21e5:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-23-0)}.listItemControlsButton__b67b21e5:hover .listItemControlsButtonLabel__7da2f06a{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-23-0)!important}.listItemControlsButton__b67b21e5.expanded__812f4b71,.listItemControlsButton__b67b21e5:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-23-0)}.listItemControlsButton__b67b21e5.expanded__812f4b71 .listItemControlsButtonLabel__7da2f06a,.listItemControlsButton__b67b21e5:active .listItemControlsButtonLabel__7da2f06a{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-23-0)!important}.listItemControlsButton__b67b21e5+.listItemControlsButton__b67b21e5,.listItemControlsButton__b67b21e5+.listItemControlsButtonDropdown__27c2b1b1{margin-left:4px}.listItemControlsButtonIcon__a916337a{line-height:0}.listItemControlsButton__b67b21e5.withText__346a83de .listItemControlsButtonIcon__a916337a{margin-bottom:8px}.listItemControlsButtonLabel__7da2f06a{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-23-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__27c2b1b1{display:flex}.listItemControlsButtonInner__a486f14f{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__b67b21e5.withIcon__7624d966.withText__346a83de .listItemControlsButtonInner__a486f14f{height:44px;overflow:visible}.buttonDropdownMenuItem__d67fffba{overflow:hidden;text-overflow:ellipsis}.listEmptyState__4582e231{padding:64px 16px 16px;text-align:center}.listItemLoading__55604f08{display:flex;justify-content:center;height:24px;padding:12px 0;position:relative;background-color:var(--triplex-next-ListItem-Background-1-23-0)}.label__357a9523{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__357a9523.sm__40865650{min-width:16px;min-height:16px}.label__357a9523.sm__40865650.nonempty__6682a827{padding:2px 0 2px 24px}.label__357a9523.md__c5cdefc0{min-width:24px;min-height:24px}.label__357a9523.md__c5cdefc0.nonempty__6682a827{padding-left:32px;padding-top:2px}.label__357a9523.lg__757725c0{min-width:28px;min-height:28px}.label__357a9523.lg__757725c0.nonempty__6682a827{padding-left:40px;padding-top:4px}.label__357a9523.disabled__268a8976{cursor:default}.label__357a9523[hidden]{display:none}.checkbox__f3a4c117{margin:0;opacity:0}.checkboxIcon__96345d38{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-23-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-23-0)}.sm__40865650 .checkboxIcon__96345d38{border-radius:4px}.checkmarkIcon__3474f344{transform:scale(0)}.checkmarkIcon__3474f344 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-23-0)}.checkboxIcon__96345d38,.checkmarkIcon__3474f344{pointer-events:none}.checkbox__f3a4c117,.checkboxIcon__96345d38,.checkmarkIcon__3474f344{position:absolute;left:0;top:0}.sm__40865650 .checkbox__f3a4c117,.sm__40865650 .checkboxIcon__96345d38,.sm__40865650 .checkmarkIcon__3474f344{width:16px;height:16px;top:2px}.md__c5cdefc0 .checkbox__f3a4c117,.md__c5cdefc0 .checkboxIcon__96345d38,.md__c5cdefc0 .checkmarkIcon__3474f344{width:24px;height:24px}.lg__757725c0 .checkbox__f3a4c117,.lg__757725c0 .checkboxIcon__96345d38,.lg__757725c0 .checkmarkIcon__3474f344{width:28px;height:28px}.checkbox__f3a4c117:enabled{cursor:pointer}.checkbox__f3a4c117:enabled:hover+.checkboxIcon__96345d38{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-23-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-23-0)}.checkbox__f3a4c117:checked+.checkboxIcon__96345d38{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-23-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-23-0)}.checkbox__f3a4c117:checked~.checkmarkIcon__3474f344{transform:scale(1);transition:transform .2s ease-out}.checkbox__f3a4c117:disabled+.checkboxIcon__96345d38{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-23-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-23-0)}.checkbox__f3a4c117:disabled:checked+.checkboxIcon__96345d38{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-23-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-23-0)}.checkbox__f3a4c117:disabled~.checkmarkIcon__3474f344 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-23-0)}.checkbox__f3a4c117:focus-visible+.checkboxIcon__96345d38{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-23-0)}.checkbox__f3a4c117:checked:enabled:hover+.checkboxIcon__96345d38{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-23-0)}.listItemSelectable__5be9b341{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-23-0);border-radius:8px}.listItemSelectable__5be9b341.selected__a1e43e95{background:var(--triplex-next-ListItem-Background_Selected-1-23-0)}.checkboxWrapper__db236e74{padding:16px;line-height:0}.childrenWrapper__3a8d4c06{flex-grow:1}.checkboxLabel__6783e1e0{padding:0!important;position:relative}.checkboxLabelClickArea__4d2914a2{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__20c8c86f{position:relative;overflow:hidden}.swipeableArea__20c8c86f .content__bfbf023b{position:relative;touch-action:pan-y}.swipeableArea__20c8c86f .content__bfbf023b.disableScroll__fdde502e{touch-action:none}.swipeableArea__20c8c86f .content__bfbf023b.disablePointerEvents__885a974e:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__20c8c86f .swipeAnimationFinish__498cb80b{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__20c8c86f .leftContent__edfaa458,.swipeableArea__20c8c86f .rightContent__573f3c54{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__20c8c86f .rightContent__573f3c54{left:auto;right:0}.listItemTail__69ae00e6{position:absolute;width:18px;top:0;bottom:0;overflow:hidden}.listItemTailLine__ac798a21{background:var(--triplex-next-ListMaster-Background-1-23-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailLeft__425fa95b{left:-8px}.listItemTailRight__51b8a034{right:-10px}.listItemTailTop__7dd09cad{position:absolute;top:0;left:0;right:0}.listItemTailTop__7dd09cad: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-23-0)}.listItemTailTop__7dd09cad: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-23-0)}.listItemTailBottom__8992545a{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__8992545a: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-23-0)}.listItemTailBottom__8992545a: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-ListMaster-Background-1-23-0)}.listItemTable__3ad0ef75{margin-bottom:4px}.listItemTable__3ad0ef75:last-child{margin-bottom:0}.listItemTable__3ad0ef75 .swipeableArea__2acff5e8{border-radius:8px}.listSortableItemTarget__a784c4e1{display:flex;gap:16px;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-23-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__a784c4e1:hover{background:var(--triplex-next-ListItem-Background_Selected-1-23-0)}.listSortableItemTarget__a784c4e1.dragging__a3bea7d3{background:var(--triplex-next-ListItem-Background_Dragging-1-23-0);box-shadow:var(--triplex-next-ListItem-Shadow_Dragging-1-23-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__9392300c{flex:1}.listSortableItemTargetIcon__a0cc7353{display:block}.listSortableItem__3b952513{position:relative}.listSortableItem__3b952513.dragging__a3bea7d3{z-index:1}.listSortableItemControls__b4705fed{display:inline-block}.islandWidgetHeader__0499b6fb{display:flex;justify-content:space-between;align-items:center}.islandWidgetHeader__0499b6fb .islandWidgetHeaderContent__39c0af33{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__0499b6fb .islandWidgetHeaderDescription__df8ad87d{display:flex}.islandWidgetHeader__0499b6fb .caretWrapper__4cf7c1aa{position:absolute;top:20px;right:16px}.islandWidgetHeader__0499b6fb .caretIcon__4e95db19{transition:transform .3s ease-in-out}.islandWidgetHeader__0499b6fb.open__99ce26c9 .caretWrapper__4cf7c1aa .caretIcon__4e95db19{transform:rotate(-180deg)}@media(max-width:767px){.islandWidgetHeader__0499b6fb{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetBody__7a5e4ba3{padding-top:16px}.islandWidgetFooter__442361e3{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__2f44134b{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__57df2844{margin-left:auto;white-space:nowrap}.expandAnimation__da11306d{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__f1cca139{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-23-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media(max-width:767px){.islandWidgetExtraFooter__f1cca139{border-radius:0 0 16px 16px}}.islandWidget__4fbe1951{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__4fbe1951>*{height:100%}.islandWidgetWithExtraFooter__396f6894: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-23-0)!important}@media(max-width:767px){.islandWidgetHeaderWrapperAdaptive__de94e995{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__49aedb54{display:flex;flex-direction:column}.formFieldClear__e84651f8{visibility:hidden;opacity:0;transition:visibility,opacity;transition-duration:.3s;pointer-events:none}.formFieldClear__e84651f8:focus{visibility:visible;opacity:1;pointer-events:auto}.formFieldTarget__00b5e1c9{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-23-0);overflow:hidden;white-space:nowrap}.formFieldTarget__00b5e1c9.sm__26ad389e{font-size:12px;height:28px;line-height:16px}.formFieldTarget__00b5e1c9.md__d9ffd574{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__00b5e1c9.lg__35f13ce0{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__00b5e1c9.placeholder__7cdbba3a{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-23-0)}.formFieldTarget__00b5e1c9.disabled__31b1d2c0{color:var(--triplex-next-FormField-Target_Color_Disabled-1-23-0)}.formFieldTarget__00b5e1c9 .placeholderWrapper__e0611c0b{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__00b5e1c9:focus{outline:none}.formFieldTarget__00b5e1c9:focus .placeholderWrapper__e0611c0b,.formFieldTarget__00b5e1c9.active__41fe4b61 .placeholderWrapper__e0611c0b{opacity:1}.formFieldTextarea__7a3d371b{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-23-0);vertical-align:top;font-family:inherit}.formFieldTextarea__7a3d371b.sm__26ad389e{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__7a3d371b.md__d9ffd574{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__7a3d371b.lg__35f13ce0{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__7a3d371b::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-23-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__7a3d371b:focus{outline:none}.formFieldTextarea__7a3d371b:focus::placeholder{opacity:1}.formFieldTextarea__7a3d371b:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-23-0)}.formFieldTextarea__7a3d371b:-webkit-autofill{animation-name:autofill-applied-hook__e2d14b4d;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldTextarea__7a3d371b:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__6515a9d2;animation-duration:1ms}@keyframes autofill-applied-hook__e2d14b4d{0%{transform:none}}@keyframes autofill-cancelled-hook__6515a9d2{0%{transform:none}}.chipGroupItem__2d8c0db7{display:inline-block}.chip__546cb606{background:var(--triplex-next-Chip-Background_Default-1-23-0);color:var(--triplex-next-Chip-Color_Default-1-23-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;position:relative;vertical-align:middle}.chip__546cb606.lg__7afbe72f{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__546cb606.lg__7afbe72f .prefix__a1eb3b98{padding-left:16px}.chip__546cb606.lg__7afbe72f .postfix__bbdd4693{padding-right:12px}.chip__546cb606.lg__7afbe72f .notificationIcon__2a378d32{right:6px;top:6px}.chip__546cb606.md__c3ed2453{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__546cb606.md__c3ed2453 .prefix__a1eb3b98{padding-left:12px}.chip__546cb606.md__c3ed2453 .postfix__bbdd4693{padding-right:8px}.chip__546cb606.md__c3ed2453 .notificationIcon__2a378d32{right:4px;top:4px}.chip__546cb606.sm__5bd454eb{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__546cb606.sm__5bd454eb .prefix__a1eb3b98{padding-left:8px}.chip__546cb606.sm__5bd454eb .postfix__bbdd4693{padding-right:8px}.chip__546cb606.sm__5bd454eb .notificationIcon__2a378d32{right:3px;top:3px}.chip__546cb606:hover{background:var(--triplex-next-Chip-Background_Hover-1-23-0);color:var(--triplex-next-Chip-Color_Hover-1-23-0)}.chip__546cb606:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-23-0)}.chip__546cb606:active,.chip__546cb606[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-23-0);color:var(--triplex-next-Chip-Color_Active-1-23-0)}.chip__546cb606.disabled__93c6f4aa{background:var(--triplex-next-Chip-Background_Disabled-1-23-0);color:var(--triplex-next-Chip-Color_Disabled-1-23-0);cursor:default;pointer-events:none}.chip__546cb606.selected__a1fcc410{background:var(--triplex-next-Chip-Background_Selected_Default-1-23-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-23-0)}.chip__546cb606.selected__a1fcc410:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-23-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-23-0)}.chip__546cb606.selected__a1fcc410:active,.chip__546cb606.selected__a1fcc410[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-23-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-23-0)}.chip__546cb606.selected__a1fcc410.disabled__93c6f4aa{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-23-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-23-0)}.chip__546cb606.withPrefix__015e564f{padding-left:0}.chip__546cb606.withPostfix__ea2da15f{padding-right:0}.chip__546cb606 .content__5de8eb96{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__546cb606 .prefix__a1eb3b98,.chip__546cb606 .postfix__bbdd4693{display:flex}.chip__546cb606 .notificationIcon__2a378d32{position:absolute}.calendarControls__61f920be{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-23-0)}.calendarViewDays__8511d715{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__589bfacb .calendarViewDays__8511d715{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__52664357,.calendarViewYears__3726f35c{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__589bfacb .calendarViewMonths__52664357,.adaptive__589bfacb .calendarViewYears__3726f35c{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__09c6771b{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-23-0)}.calendarViewDaysBody__7ccae8bc:before{display:block;content:"‌";line-height:8px}.adaptive__589bfacb .calendarViewDaysBody__7ccae8bc:before{line-height:4px}.calendarViewItem__828d9fb8{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__828d9fb8:focus-visible{outline:none}.calendarViewItem__828d9fb8.current__55738986{font-weight:600}.calendarViewItem__828d9fb8.disabled__231decae{pointer-events:none}.calendarViewItemLabel__fb1ab5fc{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-23-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-23-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-23-0);cursor:pointer}.calendarViewItemLabel__fb1ab5fc:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-23-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-23-0)}.calendarViewItemLabel__fb1ab5fc.selected__71afd5b9{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-23-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-23-0)}.calendarViewItemLabel__fb1ab5fc.selected__71afd5b9:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-23-0)}.calendarViewItemLabel__fb1ab5fc.selected__71afd5b9:hover.basicMark__3db2a494:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-23-0)}.calendarViewItemLabel__fb1ab5fc.selected__71afd5b9:hover.standardMark__349a1042:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-23-0)}.calendarViewItemLabel__fb1ab5fc.selected__71afd5b9:hover.attentionMark__918e1b39:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-23-0)}.calendarViewItemLabel__fb1ab5fc.selected__71afd5b9:hover.criticalMark__a5b3a599:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-23-0)}.calendarViewItemLabel__fb1ab5fc.selected__71afd5b9.muted__822813da{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-23-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-23-0)}.calendarViewItemLabel__fb1ab5fc.selected__71afd5b9.muted__822813da:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-23-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-23-0)}.calendarViewItemLabel__fb1ab5fc.selected__71afd5b9.basicMark__3db2a494:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-23-0)}.calendarViewItemLabel__fb1ab5fc.selected__71afd5b9.standardMark__349a1042:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-23-0)}.calendarViewItemLabel__fb1ab5fc.selected__71afd5b9.attentionMark__918e1b39:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-23-0)}.calendarViewItemLabel__fb1ab5fc.selected__71afd5b9.criticalMark__a5b3a599:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-23-0)}.calendarViewItemLabel__fb1ab5fc.marked__e7d45054:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__fb1ab5fc.basicMark__3db2a494:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-23-0)}.calendarViewItemLabel__fb1ab5fc.standardMark__349a1042:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-23-0)}.calendarViewItemLabel__fb1ab5fc.attentionMark__918e1b39:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-23-0)}.calendarViewItemLabel__fb1ab5fc.criticalMark__a5b3a599:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-23-0)}.calendarViewItemLabel__fb1ab5fc.muted__822813da{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-23-0)}.calendarViewItemLabel__fb1ab5fc.disabled__231decae{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-23-0);background:none}.calendarViewItem__828d9fb8:focus-visible .calendarViewItemLabel__fb1ab5fc{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-23-0)}.unitDay__29796eb6{width:36px;height:36px;border-radius:6px}.unitMonth__02fa3344,.unitYear__0f79cffb{width:89px;height:48px;border-radius:6px}.adaptive__589bfacb .unitMonth__02fa3344,.adaptive__589bfacb .unitYear__0f79cffb{width:104px;height:48px;border-radius:6px}.calendarFooter__6e5c9a9f{margin-top:12px;text-align:center}.calendar__b43e41fb{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-23-0);-webkit-user-select:none;user-select:none}.calendar__b43e41fb.adaptive__589bfacb{width:auto;padding:20px}.calendar__b43e41fb+.calendar__b43e41fb{margin-top:20px}.datePickerExtendedMobileDropdown__784ef8a1{max-height:100vh}.chipDropdownArrow__b3a44d1f{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__b3a44d1f.rotated__e425d362{transform:rotate(-180deg)}.chipClearButton__40ca03ae{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__40ca03ae:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-23-0)}.dropdownMobileMaskedInput__3155d643{height:20px!important;padding:0!important}.dropdownMobileMaskedInput__3155d643:first-child{top:0}.selectExtendedFieldTarget__2d4365d9{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__2d4365d9 .caretWrapper__e556ef47{height:100%}.selectExtendedFieldTarget__2d4365d9 .caretIcon__7fe25210{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__2d4365d9.selectOpened__42bcea41 .caretIcon__7fe25210{transform:rotate(180deg)}.selectExtendedFieldTarget__2d4365d9.disabled__b739b93f{-webkit-user-select:none;user-select:none;cursor:default}.selectExtendedFieldTarget__2d4365d9.disabled__b739b93f .target__27dad3c0,.selectExtendedFieldTarget__2d4365d9.disabled__b739b93f .caretWrapper__e556ef47{pointer-events:none}.selectExtendedField__3b02eddb{position:relative}.multiselectFieldHeader__18b88fac{padding:12px}.multiselectFieldContent__fc590f51{position:relative;padding:0 12px 12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContent__fc590f51:first-child{padding-top:12px}.multiselectFieldContent__fc590f51:has(.loaderScreen__56e2d765){overflow:hidden}.multiselectFieldContent__fc590f51.sm__694fcde1{max-height:208px}.multiselectFieldContent__fc590f51.md__99ffda7d{max-height:266px}.multiselectFieldContent__fc590f51.lg__41d90e74{max-height:296px}.multiselectFieldFooter__da620199{padding:0 12px 12px}.multiselectFieldFooter__da620199:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-23-0)}.chipOptionsContent__a4359d44{min-width:14px;text-align:center;display:block}.tooltipDesktop__ef5c3559{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__ef5c3559 .tooltipBody__7f8206a8{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-23-0)}.tooltipDesktop__ef5c3559 .tooltipXButton__4da2e9ed{position:absolute;right:8px;top:8px}.tooltipDesktopContent__a6309e6a{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-23-0);border-radius:8px}.closable__b2040d66 .tooltipDesktopContent__a6309e6a{padding-right:32px}.tooltipSM__4dcfd11a .tooltipDesktopContent__a6309e6a{width:192px;min-height:52px}.tooltipLG__786c7bec .tooltipDesktopContent__a6309e6a{width:384px;min-height:52px}.tooltipOverlay__532e9e4a{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__7db5c6c4{width:0;height:0}.tooltipDesktopTip__7db5c6c4.down__d6b03f5f{border-top:solid var(--triplex-next-Tooltip-Background-1-23-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__7db5c6c4.up__66e79619{border-bottom:solid var(--triplex-next-Tooltip-Background-1-23-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__7db5c6c4.left__65f67ae1{border-right:solid var(--triplex-next-Tooltip-Background-1-23-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__7db5c6c4.right__9bfdfff3{border-left:solid var(--triplex-next-Tooltip-Background-1-23-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__6feca668 .tooltipBody__7f8206a8{text-align:left}.tooltipMobileContent__dabe285a{padding:16px}.headerless__c79d7f9c .tooltipMobileContent__dabe285a{padding-right:40px;border-radius:16px 16px 0 0}.headerless__c79d7f9c .tooltipMobileContent__dabe285a .closeButton__2db96955{position:absolute;right:16px;top:16px}.tooltipLink__319b0a10{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__ff4cfbf3{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-23-0)}.desktop__ff4cfbf3:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-23-0)}.desktop__ff4cfbf3:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-23-0)}.desktop__ff4cfbf3:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-23-0)}.mobile__7551c32a{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-23-0)}.mobile__7551c32a:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-23-0)}.mobile__7551c32a:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-23-0)}.mobile__7551c32a:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-23-0)}.chipSuggestInputWrapper__bd81f49e{margin:12px}.suggestDropdownMobileBody__9fa8f879{height:176px}.suggestDropdownMobileNoOptionsText__c31e0199{padding:16px}.checkboxXGroup__2774e408{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__2774e408.indent-12__aa170ee0{margin-left:-6px;margin-right:-6px}.checkboxXGroup__2774e408.indent-12__aa170ee0 .label__357a9523{margin-left:6px;margin-right:6px}.checkboxXGroup__2774e408.indent-16__b7a1e509{margin-left:-8px;margin-right:-8px}.checkboxXGroup__2774e408.indent-16__b7a1e509 .label__357a9523{margin-left:8px;margin-right:8px}.checkboxXGroup__2774e408.indent-20__53a7f84c{margin-left:-10px;margin-right:-10px}.checkboxXGroup__2774e408.indent-20__53a7f84c .label__357a9523{margin-left:10px;margin-right:10px}.checkboxXGroup__2774e408.indent-24__96c2d9be{margin-left:-12px;margin-right:-12px}.checkboxXGroup__2774e408.indent-24__96c2d9be .label__357a9523{margin-left:12px;margin-right:12px}.checkboxXGroup__2774e408.indent-28__ff0b13d8{margin-left:-14px;margin-right:-14px}.checkboxXGroup__2774e408.indent-28__ff0b13d8 .label__357a9523{margin-left:14px;margin-right:14px}.checkboxXGroup__2774e408.indent-32__bc172a28{margin-left:-16px;margin-right:-16px}.checkboxXGroup__2774e408.indent-32__bc172a28 .label__357a9523{margin-left:16px;margin-right:16px}.checkboxYGroup__b3d4f84c{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__b3d4f84c .label__357a9523.sm__40865650+.label__357a9523.sm__40865650{margin-top:8px}.checkboxYGroup__b3d4f84c .label__357a9523.lg__757725c0+.label__357a9523.lg__757725c0{margin-top:20px}.checkboxYGroup__b3d4f84c .label__357a9523.md__c5cdefc0+.label__357a9523.md__c5cdefc0{margin-top:16px}.card__d77d3ba0{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__d77d3ba0.roundingMD__6d7f88a7{--radius: 16px}.card__d77d3ba0.roundingSM__6bd39f77{--radius: 8px}.card__d77d3ba0.general__bd6e7233{background:var(--triplex-next-Card-Static_General_Background-1-23-0)}.card__d77d3ba0.secondary__58e9a83d{background:var(--triplex-next-Card-Static_Secondary_Background-1-23-0)}.card__d77d3ba0 .cardMedia__e678ad14{background-size:cover;background-repeat:no-repeat;background-position:center}.card__d77d3ba0 .cardContent__9333d88f{padding:var(--padding)}.card__d77d3ba0 .cardContent__9333d88f.paddingMD__cc662380{--padding: 24px}.card__d77d3ba0 .cardContent__9333d88f.paddingSM__e444ce14{--padding: 16px}.card__d77d3ba0 .cardContent__9333d88f .cardContentHeader__cccc864a{margin-bottom:16px}.card__d77d3ba0 .cardContent__9333d88f .cardContentFooter__e45cc977{margin-top:16px}.action__0d1145e8{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__0d1145e8: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__0d1145e8.general__bd6e7233{background:var(--triplex-next-Card-Action_General_Background-1-23-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-23-0)}.action__0d1145e8.general__bd6e7233:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-23-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-23-0)}.action__0d1145e8.general__bd6e7233.selected__5bb45681{background:var(--triplex-next-Card-Action_General_Background_Selected-1-23-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-23-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-23-0)}.action__0d1145e8.general__bd6e7233.selected__5bb45681:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-23-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-23-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-23-0)}.action__0d1145e8.general__bd6e7233:focus{outline:none}.action__0d1145e8.general__bd6e7233:focus.focusVisible__b3a688a9{box-shadow:var(--triplex-next-Card-Shadow_Default-1-23-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-23-0)}.action__0d1145e8.secondary__58e9a83d{background:var(--triplex-next-Card-Action_Secondary_Background-1-23-0)}.action__0d1145e8.secondary__58e9a83d:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-23-0)}.action__0d1145e8.secondary__58e9a83d.selected__5bb45681{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-23-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-23-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-23-0)}.action__0d1145e8.secondary__58e9a83d.selected__5bb45681:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-23-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-23-0)}.action__0d1145e8.secondary__58e9a83d:focus{outline:none}.action__0d1145e8.secondary__58e9a83d:focus.focusVisible__b3a688a9{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-23-0)}.alertContext__45dab1cb{display:flex;font-size:12px;line-height:16px}.alertContext__45dab1cb>svg{flex-shrink:0}.alertContext__45dab1cb .alertContextText__ea48a53b{margin-left:8px}.alertContext__45dab1cb.alertTypeError__8746f529 .alertContextText__ea48a53b{color:var(--triplex-next-AlertContext-Error_Color-1-23-0)}.alertContext__45dab1cb.alertTypeInfo__cd151951 .alertContextText__ea48a53b{color:var(--triplex-next-AlertContext-Info_Color-1-23-0)}.alertContext__45dab1cb.alertTypeWarning__6c0a2a37 .alertContextText__ea48a53b{color:var(--triplex-next-AlertContext-Warning_Color-1-23-0)}.alertContext__45dab1cb.alertTypeSystem__cebb1369 .alertContextText__ea48a53b{color:var(--triplex-next-AlertContext-System_Color-1-23-0)}.alertProcess__4b9da859{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__4b9da859.withSpoiler__ee72f2a7{min-height:40px}.alertProcess__4b9da859 .themeIcon__ecdd53fe{box-sizing:border-box;height:20px;width:20px}.alertProcess__4b9da859.alertTypeError__8746f529{background:var(--triplex-next-AlertProcess-Error_Background-1-23-0)}.alertProcess__4b9da859.alertTypeInfo__cd151951{background:var(--triplex-next-AlertProcess-Info_Background-1-23-0)}.alertProcess__4b9da859.alertTypeWarning__6c0a2a37{background:var(--triplex-next-AlertProcess-Warning_Background-1-23-0)}.alertProcess__4b9da859.alertTypeSystem__cebb1369{background:var(--triplex-next-AlertProcess-System_Background-1-23-0)}.alertProcess__4b9da859.alertTypeFeature__5d65bd9b{background:var(--triplex-next-AlertProcess-Feature_Background-1-23-0)}.alertProcess__4b9da859.alertTypeFeature__5d65bd9b .themeIcon__ecdd53fe{padding-top:0}.alertProcess__4b9da859 .alertProcessContentBlock__25f2c991{flex:1;margin-left:10px}.alertProcess__4b9da859 .alertProcessContentBlock__25f2c991 .expandableContent__af338750{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__4b9da859 .alertProcessContentBlock__25f2c991 .expandableContent__af338750.expanded__ed3b140d{max-height:1000px;opacity:1}.alertProcess__4b9da859 .closeButton__ad88ff99{margin-left:10px}.alertProcess__4b9da859 .expandButton__002b549a{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__4b9da859 .expandButton__002b549a.expanded__ed3b140d{transform:rotate(180deg)}.adaptive__abf2a7ee{font-size:10px!important;line-height:12px!important}.avatar__40782c4f{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-1-23-0)}.avatar__40782c4f.xxs__75c8633e{width:28px;height:28px;border-radius:6px}.avatar__40782c4f.xs__31a13fe6{width:32px;height:32px;border-radius:8px}.avatar__40782c4f.sm__b98362cf{width:40px;height:40px;border-radius:10px}.avatar__40782c4f.md__12fed1b0{width:56px;height:56px;border-radius:16px}.avatar__40782c4f.lg__926dd20e{width:80px;height:80px;border-radius:20px}.avatar__40782c4f.xl__4dd86ce5{width:96px;height:96px;border-radius:24px}.avatar__40782c4f.xxl__c6e92348{width:128px;height:128px;border-radius:28px}.carouselExtended__2a7c0c04{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__2a7c0c04::-webkit-scrollbar{display:none}.treeView__e6df4048,.treeViewGroup__dfbdc451{margin:0;padding:0}.treeView__e6df4048 .treeViewNode__f2b89096,.treeViewGroup__dfbdc451 .treeViewNode__f2b89096{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__a0e3b30b.collapsed__f711135f{visibility:hidden}.checkboxTreeExtended__b4f2fb0c{margin-bottom:-12px}.checkboxTreeExtendedNode__12fe6f22 .checkboxTreeExtendedNode__12fe6f22:has(.sm__6fc3ba00){margin-left:16px}.checkboxTreeExtendedNode__12fe6f22 .checkboxTreeExtendedNode__12fe6f22:has(.md__ac4c56d4),.checkboxTreeExtendedNode__12fe6f22 .checkboxTreeExtendedNode__12fe6f22:has(.lg__567a2057){margin-left:24px}.checkboxTreeExtendedNodeHeader__110bc894{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__110bc894.sm__6fc3ba00{margin-bottom:8px}.checkboxTreeExtendedNodeHeader__110bc894.md__ac4c56d4,.checkboxTreeExtendedNodeHeader__110bc894.lg__567a2057{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__110bc894 .checkboxTreeCheckboxLabel__b06ae70d{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__110bc894 .caretIconWrapper__ecc99841{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__110bc894 .caretIconWrapper__ecc99841:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-23-0)}.checkboxTreeExtendedNodeHeader__110bc894.opened__74a1e124 .caretIconWrapper__ecc99841{transform:rotate(180deg)}@media(max-width:767px){.checkboxTreeExtended__b4f2fb0c{padding:0 16px}.checkboxTreeExtended__b4f2fb0c .checkboxTreeExtendedNodeHeader__110bc894{margin-bottom:0}.checkboxTreeExtended__b4f2fb0c .checkboxTreeExtendedNodeHeader__110bc894 .checkboxTreeCheckboxLabel__b06ae70d{padding-top:16px;padding-bottom:16px}.checkboxTreeExtended__b4f2fb0c .checkboxTreeExtendedNodeHeader__110bc894 .checkboxTreeCheckboxLabel__b06ae70d>span,.checkboxTreeExtended__b4f2fb0c .checkboxTreeExtendedNodeHeader__110bc894 .checkboxTreeCheckboxLabel__b06ae70d>svg,.checkboxTreeExtended__b4f2fb0c .checkboxTreeExtendedNodeHeader__110bc894 .checkboxTreeCheckboxLabel__b06ae70d .checkboxTreeCheckbox__a8f27e7a{top:14px}}.chipGroup__318e2bc8{display:flex}.chipGroup__318e2bc8.oneLine__206c56a2{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__318e2bc8.oneLine__206c56a2::-webkit-scrollbar{display:none}.chipGroup__318e2bc8.multiLine__428c9979{flex-wrap:wrap}.chipGroup__318e2bc8.lg__5b37cce1{gap:12px}.chipGroup__318e2bc8.md__d83806dd,.chipGroup__318e2bc8.sm__597a5ed1{gap:8px}.col-1__bb3e5024{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__28873579{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__c426d07e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__b96f0d43{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__92773d31{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__66710131{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__abd79f4d{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__304007b7{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__39226804{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__955d5cda{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__0674914c{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__539a4de9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__64c25639{margin-left:0%}.offset-1__c60eb237{margin-left:8.33333333%}.offset-2__a4996021{margin-left:16.66666667%}.offset-3__62b8e56a{margin-left:25%}.offset-4__ce26e26f{margin-left:33.33333333%}.offset-5__481634d1{margin-left:41.66666667%}.offset-6__7fe17b23{margin-left:50%}.offset-7__a8c1b5e2{margin-left:58.33333333%}.offset-8__85f372ff{margin-left:66.66666667%}.offset-9__643728a1{margin-left:75%}.offset-10__336f0a5d{margin-left:83.33333333%}.offset-11__391e3cb4{margin-left:91.66666667%}.d-none__247b69fb{display:none!important}.d-block__8b540b69{display:block!important}@media(min-width:576px){.col-sm-1__9458ce78{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__14852f96{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__ce81955a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__f0af56af{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__2998eeea{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__66089825{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__e634a178{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__a09ff01a{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__2100828a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__d72b6b7a{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__fc4437f9{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__45a55581{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__7540d8ce{margin-left:0%}.offset-sm-1__af294d83{margin-left:8.33333333%}.offset-sm-2__b2cc6192{margin-left:16.66666667%}.offset-sm-3__9d1e2ccd{margin-left:25%}.offset-sm-4__7496e956{margin-left:33.33333333%}.offset-sm-5__62d0099e{margin-left:41.66666667%}.offset-sm-6__13998f14{margin-left:50%}.offset-sm-7__425ebe12{margin-left:58.33333333%}.offset-sm-8__dbcb1c93{margin-left:66.66666667%}.offset-sm-9__e63a5f6a{margin-left:75%}.offset-sm-10__7c75cd28{margin-left:83.33333333%}.offset-sm-11__dad479c9{margin-left:91.66666667%}.d-none-sm__1834669e{display:none!important}.d-block-sm__e48db461{display:block!important}}@media(min-width:768px){.col-md-1__2e37283c{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__07689965{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__4348fc19{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__457b19f1{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__aafa02fc{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__64c838ce{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__b6892f90{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__971a6d91{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__1f71f9c8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__14cbadec{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__32196175{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__42761380{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__c70fbb7c{margin-left:0%}.offset-md-1__3845b7ed{margin-left:8.33333333%}.offset-md-2__e53c9dfa{margin-left:16.66666667%}.offset-md-3__4c0850ef{margin-left:25%}.offset-md-4__20313cb8{margin-left:33.33333333%}.offset-md-5__e2e757f9{margin-left:41.66666667%}.offset-md-6__bd60ff2e{margin-left:50%}.offset-md-7__05572f0e{margin-left:58.33333333%}.offset-md-8__4c13f740{margin-left:66.66666667%}.offset-md-9__d450efb0{margin-left:75%}.offset-md-10__b8e0e201{margin-left:83.33333333%}.offset-md-11__f62637f4{margin-left:91.66666667%}.d-none-md__60e5944e{display:none!important}.d-block-md__f223e1ca{display:block!important}}@media(min-width:992px){.col-lg-1__29c77bf7{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__cc9fe38c{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__1624325a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__72fa512f{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__68f5f2ac{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__e7f4cbf0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__38ae16ce{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__15794cbb{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__fe2d12e8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__7cfae883{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__b953157f{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__babd6a74{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__b17654c6{margin-left:0%}.offset-lg-1__015c35ab{margin-left:8.33333333%}.offset-lg-2__0f7e1875{margin-left:16.66666667%}.offset-lg-3__d1bfdae5{margin-left:25%}.offset-lg-4__c7c1875a{margin-left:33.33333333%}.offset-lg-5__e4cc5e6b{margin-left:41.66666667%}.offset-lg-6__296d7dae{margin-left:50%}.offset-lg-7__16a13a32{margin-left:58.33333333%}.offset-lg-8__09a7409e{margin-left:66.66666667%}.offset-lg-9__cd8f55b9{margin-left:75%}.offset-lg-10__e16c0101{margin-left:83.33333333%}.offset-lg-11__4f7f7e1d{margin-left:91.66666667%}.d-none-lg__3e0f38e6{display:none!important}.d-block-lg__ab78d838{display:block!important}}@media(min-width:1200px){.col-xl-1__72bc2d29{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__b7ade3cc{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__68ee0f18{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__534464b1{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__5900f662{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__d166488e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__fa4c70af{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__67ab27ef{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__3af36fd6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__f2b70434{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__7a4c3664{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__f8267091{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__ea41ee95{margin-left:0%}.offset-xl-1__00f92f60{margin-left:8.33333333%}.offset-xl-2__23ecce0d{margin-left:16.66666667%}.offset-xl-3__dbd675cb{margin-left:25%}.offset-xl-4__2c802d21{margin-left:33.33333333%}.offset-xl-5__bcfc3795{margin-left:41.66666667%}.offset-xl-6__97fc1bfd{margin-left:50%}.offset-xl-7__149ac990{margin-left:58.33333333%}.offset-xl-8__d7483ca0{margin-left:66.66666667%}.offset-xl-9__2518b7de{margin-left:75%}.offset-xl-10__54f7f502{margin-left:83.33333333%}.offset-xl-11__28928e2d{margin-left:91.66666667%}.d-none-xl__cc4f8cfe{display:none!important}.d-block-xl__129f0d05{display:block!important}}.confirm__c052e710{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__c052e710.isInLightBox__00ebdcda{max-width:800px}.confirm__c052e710.isInSideOverlaySM__a2177bf5{max-width:520px}.confirm__c052e710.isInSideOverlayMD__a44e0ff6{max-width:680px}.confirm__c052e710.isInSideOverlayLG__8f0257a1{max-width:800px}.confirmCloseButton__fb7440a7{position:absolute;top:24px;right:24px}.confirmContent__a6dd2f28{margin-bottom:24px;padding-right:56px}.confirmControls__7d851e7f{white-space:nowrap}.confirmContentTitle__415051f8{margin-bottom:12px}@media(max-width:767px){.confirmCloseButton__fb7440a7{top:16px;right:16px}.confirmContent__a6dd2f28{margin-bottom:16px}}.dateRange__0aab74c9{display:flex;align-items:center}.dateRangeButton__f015fd02{z-index:1}.separator__596d2537{width:20px;height:20px;flex-shrink:0}.divider__1d147a36{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-23-0);border:none}.marginTopSize-4__55cbcaf4{margin-top:4px}.marginBottomSize-4__404177ca{margin-bottom:4px}.marginTopSize-8__49a699d7{margin-top:8px}.marginBottomSize-8__b361801f{margin-bottom:8px}.marginTopSize-12__15985788{margin-top:12px}.marginBottomSize-12__3a93f15c{margin-bottom:12px}.marginTopSize-16__7956bb35{margin-top:16px}.marginBottomSize-16__d9375769{margin-bottom:16px}.marginTopSize-20__30ce0171{margin-top:20px}.marginBottomSize-20__00717197{margin-bottom:20px}.marginTopSize-24__c7255138{margin-top:24px}.marginBottomSize-24__60b54b55{margin-bottom:24px}.marginTopSize-28__a8fcfc72{margin-top:28px}.marginBottomSize-28__b07421d1{margin-bottom:28px}.marginTopSize-32__455f254b{margin-top:32px}.marginBottomSize-32__4f66a919{margin-bottom:32px}.smallInput__8fd1587e{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-23-0);background:var(--triplex-next-SmallInput-Background-1-23-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-23-0)}.smallInput__8fd1587e::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-23-0);opacity:1}.smallInput__8fd1587e::-ms-clear{display:none}.link__687c213a{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-23-0)}.link__687c213a:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-23-0)}.link__687c213a:active{color:var(--triplex-next-Link-Text_Color_Active-1-23-0)}.link__687c213a:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-23-0)}.wordWithContent__de9e6da4{white-space:nowrap;display:inline-flex;align-items:center}.before__588bc88c :first-child{margin-right:2px}.after__7881077f :last-child{margin-left:2px}.documentNumberEdit__cba51430 .label__9a104384{display:inline-block;margin-right:8px}.documentNumberEdit__cba51430 .inputEditWrapper__66e29bfd{width:68px;display:inline-block}.ellipsisLineClamp__bea3d737{--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__bea3d737.oneLine__9ded019c{word-break:break-all}button.helpBoxButton__8364f7c0{position:relative;vertical-align:text-bottom}.islandAccordion__d4d95c12{margin:0;padding:0}.islandAccordion__d4d95c12 .island__3979e90a{padding:0}.islandAccordion__d4d95c12 .item__2c516b9a{position:relative;list-style-type:none}.islandAccordion__d4d95c12 .item__2c516b9a.disabled__ca702662{cursor:default;pointer-events:none}.islandAccordion__d4d95c12 .item__2c516b9a+.item__2c516b9a.sm__f6cd3ca4,.islandAccordion__d4d95c12 .item__2c516b9a+.item__2c516b9a.md__8655a0ef{margin-top:16px}.islandAccordion__d4d95c12 .item__2c516b9a+.item__2c516b9a.lg__70da98ef{margin-top:24px}.islandAccordion__d4d95c12 .item__2c516b9a .header__88886afc{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__d4d95c12 .item__2c516b9a .header__88886afc:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-23-0)}.islandAccordion__d4d95c12 .item__2c516b9a.type1__311e83ae:not(.opened__a231c064) .header__88886afc:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-23-0)}.islandAccordion__d4d95c12 .item__2c516b9a.type2__da9d8840:not(.opened__a231c064) .header__88886afc:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-23-0)}.islandAccordion__d4d95c12 .item__2c516b9a.type3__0dc08648:not(.opened__a231c064) .header__88886afc:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-23-0)}.islandAccordion__d4d95c12 .item__2c516b9a .footer__43c3e759{text-align:right}.islandAccordion__d4d95c12 .item__2c516b9a .body__6db70ea8,.islandAccordion__d4d95c12 .item__2c516b9a .footer__43c3e759{visibility:hidden}.islandAccordion__d4d95c12 .item__2c516b9a.opened__a231c064 .body__6db70ea8,.islandAccordion__d4d95c12 .item__2c516b9a.opened__a231c064 .footer__43c3e759{visibility:visible}.islandAccordion__d4d95c12 .item__2c516b9a .caretWrapper__5bab412e{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__d4d95c12 .item__2c516b9a .caretIcon__aa835266{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__d4d95c12 .item__2c516b9a .title__64ffa419{padding-right:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__d4d95c12 .item__2c516b9a.sm__f6cd3ca4 .header__88886afc{padding:16px;border-radius:16px}.islandAccordion__d4d95c12 .item__2c516b9a.sm__f6cd3ca4 .step__b8059456+.title__64ffa419{margin-top:2px}.islandAccordion__d4d95c12 .item__2c516b9a.sm__f6cd3ca4 .body__6db70ea8,.islandAccordion__d4d95c12 .item__2c516b9a.sm__f6cd3ca4 .footer__43c3e759{padding:0 16px 16px}.islandAccordion__d4d95c12 .item__2c516b9a.sm__f6cd3ca4 .caretWrapper__5bab412e{right:12px}.islandAccordion__d4d95c12 .item__2c516b9a.sm__f6cd3ca4 .remove__436f5949{right:-36px;top:20px}.islandAccordion__d4d95c12 .item__2c516b9a.sm__f6cd3ca4 .step__b8059456{margin-right:12px}.islandAccordion__d4d95c12 .item__2c516b9a.md__8655a0ef .header__88886afc{padding:24px;border-radius:24px}.islandAccordion__d4d95c12 .item__2c516b9a.md__8655a0ef .body__6db70ea8,.islandAccordion__d4d95c12 .item__2c516b9a.md__8655a0ef .footer__43c3e759{padding:0 24px 24px}.islandAccordion__d4d95c12 .item__2c516b9a.md__8655a0ef .caretWrapper__5bab412e{right:20px}.islandAccordion__d4d95c12 .item__2c516b9a.md__8655a0ef .remove__436f5949{right:-40px;top:28px}.islandAccordion__d4d95c12 .item__2c516b9a.md__8655a0ef .step__b8059456{margin-right:12px}.islandAccordion__d4d95c12 .item__2c516b9a.lg__70da98ef .header__88886afc{padding:32px;border-radius:32px}.islandAccordion__d4d95c12 .item__2c516b9a.lg__70da98ef .body__6db70ea8,.islandAccordion__d4d95c12 .item__2c516b9a.lg__70da98ef .footer__43c3e759{padding:0 32px 32px}.islandAccordion__d4d95c12 .item__2c516b9a.lg__70da98ef .caretWrapper__5bab412e{right:28px}.islandAccordion__d4d95c12 .item__2c516b9a.lg__70da98ef .remove__436f5949{right:-40px;top:36px}.islandAccordion__d4d95c12 .item__2c516b9a.lg__70da98ef .step__b8059456{margin:0 16px 0 0}.islandAccordion__d4d95c12 .item__2c516b9a.opened__a231c064:not(.disabled__ca702662) .caretWrapper__5bab412e .caretIcon__aa835266{transform:rotate(-180deg)}.islandAccordion__d4d95c12 .item__2c516b9a .remove__436f5949{position:absolute}@media(max-width:767px){.islandAccordion__d4d95c12 .item__2c516b9a .footer__43c3e759{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__d4d95c12 .item__2c516b9a .footer__43c3e759>*{margin-left:0!important}.islandAccordion__d4d95c12 .item__2c516b9a.md__8655a0ef .header__88886afc{border-radius:16px}.islandAccordion__d4d95c12 .item__2c516b9a.lg__70da98ef .header__88886afc{border-radius:24px}}.step__dabe32ad{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__dabe32ad.default__0c0fc081{background-color:var(--triplex-next-Step-Background_Default-1-23-0)}.step__dabe32ad.default__0c0fc081>span{color:var(--triplex-next-Step-Color_Default-1-23-0)}.step__dabe32ad.done__818087b4{background-color:var(--triplex-next-Step-Background_Done-1-23-0)}.step__dabe32ad.done__818087b4>span{color:var(--triplex-next-Step-Color_Done-1-23-0)}.step__dabe32ad.warning__555de52c{background-color:var(--triplex-next-Step-Background_Warning-1-23-0)}.step__dabe32ad.warning__555de52c>span{color:var(--triplex-next-Step-Color_Warning-1-23-0)}.step__dabe32ad.active__0746579f{background-color:var(--triplex-next-Step-Background_Active-1-23-0)}.step__dabe32ad.active__0746579f>span{color:var(--triplex-next-Step-Color_Active-1-23-0)}.step__dabe32ad.error__e2f3a206{background-color:var(--triplex-next-Step-Background_Error-1-23-0)}.step__dabe32ad.error__e2f3a206>span{color:var(--triplex-next-Step-Color_Error-1-23-0)}.step__dabe32ad.disabled__5eba943f{background-color:var(--triplex-next-Step-Background_Disabled-1-23-0)}.step__dabe32ad.disabled__5eba943f>span{color:var(--triplex-next-Step-Color_Disabled-1-23-0)}.lightBox__699ce695{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__699ce695 .lightBoxBackdrop__74fc18fc{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-23-0)}.lightBox__699ce695.lightBoxSideOverlayActive__076f544b,.lightBox__699ce695.lightBoxTopOverlayActive__801b15c3{overflow-y:hidden}.lightBox__699ce695 .lightBoxContent__e987324b{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-23-0)}.lightBox__699ce695 .lightBoxContent__e987324b>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBox__699ce695 .lightBoxContent__e987324b>.global-page{padding:16px}}.lightBox__699ce695 .loadingContentOverlay__2de8fb25{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__699ce695 .lightBoxContentResizeWrapper__783937c6{position:absolute;left:0;right:0;height:0}.lightBox__699ce695 .tempElSafariBug__5e3cbb32{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__b95b49f0,.global-LB-less-or-equal-media-point-0 .lightBox__699ce695.lightBoxSideOverlayActive__076f544b{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__e987324b{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__e987324b{padding-left:80px;padding-right:80px}.lightBoxControls__1d919d40{z-index:100}.withKeyboardEvent__4ac8b020{display:inline-block}.withoutKeyboardEvent__51900b29,.lightBox__699ce695.lightBoxSideOverlayActive__076f544b .withKeyboardEvent__4ac8b020,.lightBox__699ce695.lightBoxTopOverlayActive__801b15c3 .withKeyboardEvent__4ac8b020,.lightBox__699ce695.isLoading__c07392af .withKeyboardEvent__4ac8b020{display:none}.lightBox__699ce695.lightBoxSideOverlayActive__076f544b .withoutKeyboardEvent__51900b29,.lightBox__699ce695.lightBoxTopOverlayActive__801b15c3 .withoutKeyboardEvent__51900b29,.lightBox__699ce695.isLoading__c07392af .withoutKeyboardEvent__51900b29{display:inline-block}.lightBox__699ce695.isLoading__c07392af .lightBoxPrev__8dd4a54c,.lightBox__699ce695.isLoading__c07392af .lightBoxNext__74b4989a{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__1d919d40{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__66f606b9{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__4db5d40d{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__a1f108a7{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__8dd4a54c,.global-LB-less-or-equal-media-point-0 .lightBoxNext__74b4989a{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__8dd4a54c{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__e01fb899,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__e55b5eec{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__1d919d40{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__66f606b9{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__4db5d40d{display:none}.global-LB-more-media-point-0 .lightBoxClose__a1f108a7{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__8dd4a54c,.global-LB-more-media-point-0 .lightBoxNext__74b4989a{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__8dd4a54c{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__74b4989a{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__a511d136{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__a511d136.fixed__4f7273a4{position:fixed}.overlay__a511d136.closing__bf3271a2,.overlay__a511d136.opened__a93c1481{visibility:visible;left:0;right:0}.overlayPanel__66441e6d{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-23-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__66441e6d.bottom__5115af3b{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__66441e6d.left__29af0e19{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__66441e6d.right__f29a87e0{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__66441e6d.top__f5612ff7{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__66441e6d.left__29af0e19.opened__a93c1481,.overlayPanel__66441e6d.right__f29a87e0.opened__a93c1481{transform:translate(0)}.overlayPanel__66441e6d.top__f5612ff7.opened__a93c1481,.overlayPanel__66441e6d.bottom__5115af3b.opened__a93c1481{transform:translateY(0)}.overlayContent__9cc0ec4f{display:flex;min-height:100%}.overlayMask__c7584892{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-23-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__c7584892.overlayOpened__d93407d9{opacity:1}.lightBoxSideOverlayLoaderWrapper__38cd3188{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__cbdf747c{position:absolute;top:24px;right:24px;bottom:0;pointer-events:none}.lightBoxSideOverlayCloseDesktop__7e75fda2{position:sticky;top:24px;pointer-events:auto}.lightBoxSideOverlayCloseMobile__be586d13{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__cbdf747c{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__be586d13{display:block}@media(max-width:767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__be586d13{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__cbdf747c{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__be586d13{display:none}.lightBoxSideOverlayMask__ecef6306{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-23-0)}.lightBoxSideOverlayWrapper__da063bc8{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__da063bc8.overflowXHidden__613b4a8a{overflow-x:hidden}.lightBoxSideOverlayWrapper__da063bc8.overflowYHidden__9005845a{overflow-y:hidden}.lightBoxSideOverlayWrapper__da063bc8.closing__d332335b,.lightBoxSideOverlayWrapper__da063bc8.opened__799f9071{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__da063bc8.closing__d332335b{pointer-events:none}.lightBoxSideOverlayWrapper__da063bc8 .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBoxSideOverlayWrapper__da063bc8 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__da063bc8 .lightBoxSideOverlayContent__41a7280c{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-23-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__da063bc8 .lightBoxSideOverlayContent__41a7280c.opened__799f9071{transform:none}.lightBoxSideOverlayWrapper__da063bc8 .lightBoxSideOverlayContent__41a7280c.opening__4d8b7a15{transform:translateY(0)}.lightBoxSideOverlayWrapper__da063bc8.sm__ae36b51b .global-page{width:584px;max-width:100%}.lightBoxSideOverlayWrapper__da063bc8.md__b9030d3a .global-page{width:744px;max-width:100%}.lightBoxSideOverlayWrapper__da063bc8.lg__b52188a7 .global-page{width:864px;max-width:100%}.lightBoxSideOverlayWrapper__da063bc8 .lightBoxSideOverlayBase__621a34f2{overflow:visible;bottom:auto;height:100%}@media(max-width:767px){.lightBoxSideOverlayWrapper__da063bc8 .lightBoxSideOverlayContent__41a7280c{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__da063bc8 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__da063bc8 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__4b0a6193{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__4b0a6193.closing__d332335b,.lightBoxSideOverlay__4b0a6193.opening__4d8b7a15{overflow-x:hidden}.topOverlayMask__1e4cb8e2{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-23-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__30f79d33{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__30f79d33.closing__e4fdd105,.topOverlayWrapper__30f79d33.opened__89e63770{bottom:0}.topOverlayWrapper__30f79d33 .topOverlayPanel__6dbd86be{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__c8acae90{z-index:500}@media(max-width:767px){.topOverlayPanel__6dbd86be{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__9d0f0c9b{--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))}.lightBoxLeftSidebar__9d0f0c9b.fixed__f112a4e6{position:fixed}.lightBoxRightSidebar__e249a14f{--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))}.lightBoxRightSidebar__e249a14f.fixed__f112a4e6{position:fixed}.hidden__c3a015bb{display:none}html.scroll-0__d76060cb{--triplex-next-scroll-width: 0px}html.scroll-15__dd2efcf6{--triplex-next-scroll-width: 15px}html.scroll-16__89cbefea{--triplex-next-scroll-width: 16px}html.scroll-17__718d9880{--triplex-next-scroll-width: 17px}.listMasterChipGroup__ce3a5187{padding:0 16px}.listMasterFooter__1fd06454{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-23-0);box-shadow:var(--triplex-next-ListMaster-Footer_Shadow-1-23-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__1fd06454.sticky__78a049eb{position:sticky;bottom:0}.listMasterFooterDescription__74577fb7{padding-right:16px}.listMasterFooterControls__27af93fb{white-space:nowrap}.listMasterHeader__611589a7{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-23-0);box-shadow:var(--triplex-next-ListMaster-Header_Shadow-1-23-0)}.listMasterHeader__611589a7.sticky__78a049eb{position:sticky;top:0;z-index:1}.selectionControls__b9bd61b4{display:flex;justify-content:space-between;align-items:center}.marker__d63f60a8.success__4f242cab{background:var(--triplex-next-Marker-Background_Success-1-23-0)}.marker__d63f60a8.error__9b253496{background:var(--triplex-next-Marker-Background_Error-1-23-0)}.marker__d63f60a8.warning__525c47bc{background:var(--triplex-next-Marker-Background_Warning-1-23-0)}.marker__d63f60a8.waiting__4b3f063a{background:var(--triplex-next-Marker-Background_Waiting-1-23-0)}.markerStatus__dfe9c67e{line-height:0;display:flex;align-items:start}.markerStatus__dfe9c67e .contentContainer__93ff0699{display:flex;flex-direction:column}.markerStatus__dfe9c67e.md__dfe08a1c{gap:4px}.markerStatus__dfe9c67e.md__dfe08a1c .markerContainer__843daa0b{margin-top:4px}.markerStatus__dfe9c67e.lg__716a7af6{gap:6px}.markerStatus__dfe9c67e.lg__716a7af6 .contentContainer__93ff0699{gap:4px}.markerStatus__dfe9c67e.lg__716a7af6 .markerContainer__843daa0b{margin-top:5px}.orderedListItem__d75effb7{counter-increment:list-item-tx}.orderedListItem__d75effb7:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__d75effb7+.orderedListItem__d75effb7{margin-top:8px}.orderedList__0ed6ccea{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.paginationExtended__571ec4c6{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__1342317c .directionIconNext__cff8618b{transform:rotate(180deg)}.paginationPageEllipsis__d47c20c8{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;cursor:default}.paginationPageButton__fbe5609f{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__fbe5609f:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-23-0);outline:none}.paginationPageButton__fbe5609f:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-23-0)}.paginationPageButton__fbe5609f:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-23-0);cursor:grabbing}.paginationPageButton__fbe5609f.currentPage__60259d37{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-23-0);cursor:default}.paginationNavigationExtended__7f3829e1{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__017dd286{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__017dd286 .paginationSelectControl__0298c230{margin-left:8px;min-width:72px}.row__6e04190c{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__6e04190c.noPaddingBottom__dbe31672,.row__6e04190c:last-child{padding-bottom:0}.segmentedControlSegment__b4ee1dae{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-23-0);outline:none;cursor:pointer}.segmentedControlSegment__b4ee1dae:disabled{cursor:default}.sm__7f8c8827 .segmentedControlSegment__b4ee1dae{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__5ac0586f .segmentedControlSegment__b4ee1dae{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__2321b73a .segmentedControlSegment__b4ee1dae{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__f15e3ead .segmentedControlSegment__b4ee1dae{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-23-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-23-0)}.general1__f15e3ead .segmentedControlSegment__b4ee1dae:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-23-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-23-0)}.general1__f15e3ead .segmentedControlSegment__b4ee1dae:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-23-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-23-0)}.general1__f15e3ead .segmentedControlSegment__b4ee1dae.selected__6accba2b{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-23-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-23-0)}.general1__f15e3ead .segmentedControlSegment__b4ee1dae.selected__6accba2b:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-23-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-23-0)}.general1__f15e3ead .segmentedControlSegment__b4ee1dae.selected__6accba2b:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-23-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-23-0)}.general2__75ee31d9 .segmentedControlSegment__b4ee1dae{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-23-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-23-0)}.general2__75ee31d9 .segmentedControlSegment__b4ee1dae:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-23-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-23-0)}.general2__75ee31d9 .segmentedControlSegment__b4ee1dae:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-23-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-23-0)}.general2__75ee31d9 .segmentedControlSegment__b4ee1dae.selected__6accba2b{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-23-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-23-0)}.general2__75ee31d9 .segmentedControlSegment__b4ee1dae.selected__6accba2b:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-23-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-23-0)}.general2__75ee31d9 .segmentedControlSegment__b4ee1dae.selected__6accba2b:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-23-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-23-0)}.secondary1__1bd60abb .segmentedControlSegment__b4ee1dae{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-23-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-23-0)}.secondary1__1bd60abb .segmentedControlSegment__b4ee1dae:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-23-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-23-0)}.secondary1__1bd60abb .segmentedControlSegment__b4ee1dae:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-23-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-23-0)}.secondary1__1bd60abb .segmentedControlSegment__b4ee1dae.selected__6accba2b{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-23-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-23-0)}.secondary1__1bd60abb .segmentedControlSegment__b4ee1dae.selected__6accba2b:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-23-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-23-0)}.secondary2__7649b219 .segmentedControlSegment__b4ee1dae{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-23-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-23-0)}.secondary2__7649b219 .segmentedControlSegment__b4ee1dae:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-23-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-23-0)}.secondary2__7649b219 .segmentedControlSegment__b4ee1dae:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-23-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-23-0)}.secondary2__7649b219 .segmentedControlSegment__b4ee1dae.selected__6accba2b{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-23-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-23-0)}.secondary2__7649b219 .segmentedControlSegment__b4ee1dae.selected__6accba2b:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-23-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-23-0)}.segmentedControlSegment__b4ee1dae:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-23-0)}.content__ea6348f1{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__ca9dfb6e{display:flex;gap:4px}.segmentedControl__ca9dfb6e.general1__f15e3ead{background:var(--triplex-next-SegmentedControl-General_1_Background-1-23-0)}.segmentedControl__ca9dfb6e.secondary1__1bd60abb{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-23-0)}.segmentedControl__ca9dfb6e.general2__75ee31d9{background:var(--triplex-next-SegmentedControl-General_2_Background-1-23-0)}.segmentedControl__ca9dfb6e.secondary2__7649b219{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-23-0)}.segmentedControl__ca9dfb6e.sm__7f8c8827{border-radius:6px;padding:4px}.segmentedControl__ca9dfb6e.md__5ac0586f{border-radius:8px;padding:4px}.segmentedControl__ca9dfb6e.lg__2321b73a{border-radius:10px;padding:8px}.skeleton__34980e8d{border-radius:16px;flex-grow:1}.skeleton__34980e8d.light__6d4d90c1{animation:skeleton-light-pulse__b303509e 2s ease-in-out infinite}.skeleton__34980e8d.dark__9f3fc8bf{animation:skeleton-dark-pulse__c3060326 2s ease-in-out infinite}@keyframes skeleton-light-pulse__b303509e{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-23-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-23-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-23-0)}}@keyframes skeleton-dark-pulse__c3060326{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-23-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-23-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-23-0)}}.sliderExtendedDot__210d0bdb{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-23-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__210d0bdb:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-23-0)}.sliderExtendedDot__210d0bdb.focusedByClick__182e55d0:focus{box-shadow:none}.sliderExtendedDot__210d0bdb:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-23-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__210d0bdb:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-23-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__210d0bdb.disabled__cc27578e{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-23-0)}.sliderExtendedDot__210d0bdb.disabled__cc27578e:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-23-0)}.sliderExtendedDot__210d0bdb.disabled__cc27578e:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-23-0)}.sliderExtendedDot__210d0bdb:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-23-0)}.sliderExtendedDot__210d0bdb:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-23-0)}.sliderExtendedDot__210d0bdb.dragByMouse__d8e767fc{background:var(--triplex-next-Slider-Dot_Background_Select-1-23-0)}.sliderExtendedDot__210d0bdb.dragByMouse__d8e767fc:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-23-0)}.sliderExtendedDot__210d0bdb:hover .sliderExtendedTooltipOverlay__d1e7159e,.sliderExtendedDot__210d0bdb:focus .sliderExtendedTooltipOverlay__d1e7159e{visibility:visible}.sliderExtendedDot__210d0bdb.lg__6739ccc0{width:28px;height:28px}.sliderExtendedDot__210d0bdb.lg__6739ccc0:after{width:10px;height:10px}.sliderExtendedDot__210d0bdb.lg__6739ccc0:before{width:14px;height:14px}.sliderExtendedMarks__b17285ed{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__ad5cf0f0{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__ad5cf0f0 .sliderExtendedMarkDot__a3d64bdb{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-23-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__ad5cf0f0 .sliderExtendedMarkDot__a3d64bdb.inSelectedRange__50635f9d{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-23-0)}.sliderExtendedMark__ad5cf0f0.lg__6739ccc0{top:20px}.sliderExtendedMark__ad5cf0f0.lg__6739ccc0 .sliderExtendedMarkDot__a3d64bdb{top:-20px}.sliderExtendedMark__ad5cf0f0 .sliderExtendedMarkText__a6772a1a{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__ad5cf0f0.disabled__cc27578e{pointer-events:none}.sliderExtendedMark__ad5cf0f0.disabled__cc27578e .sliderExtendedMarkText__a6772a1a{pointer-events:none;opacity:.35}.sliderExtendedMark__ad5cf0f0.disabled__cc27578e .sliderExtendedMarkDot__a3d64bdb{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-23-0)}.sliderExtendedMark__ad5cf0f0:first-child,.sliderExtendedMark__ad5cf0f0:last-child{transform:none}.sliderExtendedMark__ad5cf0f0:first-child.reverse__f7ef489f .sliderExtendedMarkDot__a3d64bdb{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__ad5cf0f0:first-child.reverse__f7ef489f .sliderExtendedMarkText__a6772a1a{margin-right:-4px}.sliderExtendedMark__ad5cf0f0:first-child:not(.reverse__f7ef489f) .sliderExtendedMarkDot__a3d64bdb{left:0;transform:translate(-50%)}.sliderExtendedMark__ad5cf0f0:first-child .sliderExtendedMarkText__a6772a1a{margin-left:-4px}.sliderExtendedMark__ad5cf0f0:last-child.reverse__f7ef489f .sliderExtendedMarkDot__a3d64bdb{left:0;transform:translate(-50%)}.sliderExtendedMark__ad5cf0f0:last-child.reverse__f7ef489f .sliderExtendedMarkText__a6772a1a{margin-left:-4px}.sliderExtendedMark__ad5cf0f0:last-child:not(.reverse__f7ef489f) .sliderExtendedMarkDot__a3d64bdb{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__ad5cf0f0:last-child .sliderExtendedMarkText__a6772a1a{margin-right:-4px}.sliderExtendedMark__ad5cf0f0.active__fe25f7d9{pointer-events:none}.sliderExtendedRail__4c78397a{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-23-0);cursor:pointer}.sliderExtended__cec3d344{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__cec3d344.disabled__cc27578e .sliderExtendedRail__4c78397a{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-23-0)}.sliderExtended__cec3d344.lg__6739ccc0{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__e8b43b85{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-23-0);z-index:10}.sliderExtendedTrack__e8b43b85.lg__6739ccc0{top:12px}.sliderExtendedTrack__e8b43b85:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-23-0)}.sliderExtendedTrack__e8b43b85.focusedByClick__182e55d0:focus{box-shadow:none}.sliderExtendedTrack__e8b43b85.hoverOrDragByMouse__17e5380e{background:var(--triplex-next-Slider-Track_Background_Hover-1-23-0)}.sliderExtendedTrack__e8b43b85.staticSlider__65dad4a1{cursor:default;pointer-events:none}.sliderExtendedTrack__e8b43b85.disabled__cc27578e{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-23-0)}.sliderExtendedTooltipOverlay__d1e7159e{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__d1e7159e.lg__6739ccc0{bottom:32px}.sliderExtendedTooltipOverlay__d1e7159e .tooltipBody__fc553d2a{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-23-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-23-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__d1e7159e .tooltipTip__6675e22b{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-23-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.sliderExtendedTooltipOverlay__d1e7159e .tooltipTip__6675e22b{margin:-.5px}}.smsField__3c3e3507{display:inline-block;position:relative;width:100%}.smsField__3c3e3507 .input__6c211914{text-align:center}.smsField__3c3e3507 .input__6c211914::placeholder{opacity:1}.smsField__3c3e3507 .input__6c211914:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-23-0)}.smsField__3c3e3507 .input__6c211914.lg__3a54805b{padding:18px 40px}.smsField__3c3e3507 .input__6c211914.md__c5800292{padding-left:26px;padding-right:26px}.smsField__3c3e3507 .input__6c211914.sm__6500610d{padding-left:20px;padding-right:20px}.smsField__3c3e3507 .btnRefresh__e8d34145{position:absolute;outline:none;z-index:1}.smsField__3c3e3507 .btnRefresh__e8d34145.lg__3a54805b{top:12px;left:12px;height:32px;width:32px}.smsField__3c3e3507 .btnRefresh__e8d34145.md__c5800292{top:10px;left:10px}.smsField__3c3e3507 .btnRefresh__e8d34145.sm__6500610d{top:4px;left:4px}.smsField__3c3e3507 .btnRefresh__e8d34145 .full__1d111549{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-23-0)}.smsField__3c3e3507 .btnRefresh__e8d34145 .empty__777fae6f{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-23-0)}.smsField__3c3e3507 .btnRefresh__e8d34145:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-23-0)}.smsField__3c3e3507 .btnSubmit__ac145116{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-23-0)}.smsField__3c3e3507 .btnSubmit__ac145116.active__11ea44b5:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-23-0)}.smsField__3c3e3507 .btnSubmit__ac145116.active__11ea44b5:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-23-0)}.smsField__3c3e3507 .btnSubmit__ac145116.lg__3a54805b{top:15px;right:15px;height:26px;width:26px}.smsField__3c3e3507 .btnSubmit__ac145116.md__c5800292{top:10px;right:10px}.smsField__3c3e3507 .btnSubmit__ac145116.sm__6500610d{top:4px;right:4px}.spoiler__a21bb6ec{display:flex;flex-direction:column}.spoiler__a21bb6ec.opened__4a33ef76 .caretIcon__cddfc5d1{transform:rotate(-180deg)}.spoiler__a21bb6ec .head__44f5e42b .caretIcon__cddfc5d1{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__a21bb6ec .head__44f5e42b button>span{white-space:normal;text-align:left}.spoiler__a21bb6ec .content__42596ab7.hidden__54e04964{display:none}.spoiler__a21bb6ec .lg__f319dd4d .content__42596ab7{margin-top:8px}.spoiler__a21bb6ec .md__d26a5e05 .content__42596ab7{margin-top:0}.spoiler__a21bb6ec .sm__e907ab64 .content__42596ab7{margin-top:-4px}.statusTrackerWrapper__3b2495b8{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-23-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-23-0);overflow:hidden;height:100%}.statusTrackerWrapper__3b2495b8 .statusTracker__83697e30{width:100%;padding:16px 24px;box-sizing:border-box;z-index:1;text-align:center}.statusTrackerWrapper__3b2495b8 .statusTracker__83697e30.verticalAlignMiddle__699ef1f2{align-self:center}.statusTrackerWrapper__3b2495b8 .statusTracker__83697e30.verticalAlignBottom__388c5ff6{align-self:end}.statusTrackerWrapper__3b2495b8 .statusTracker__83697e30 .statusTrackerChild__c7ee9989{padding:8px 0}.statusTrackerWrapper__3b2495b8 .statusTracker__83697e30 .statusTrackerChild__c7ee9989:empty{padding:0}.statusTrackerWrapper__3b2495b8 .statusTracker__83697e30 .statusTrackerSum__18933e56,.statusTrackerWrapper__3b2495b8 .statusTracker__83697e30 .statusTrackerTitle__20cbfee9{padding-bottom:4px}.statusTrackerWrapper__3b2495b8 .statusTracker__83697e30 .statusTrackerDescription__947ec724{display:block;padding-top:8px}.statusTrackerWrapper__3b2495b8 .statusTracker__83697e30 .statusTrackerAlert__da37d40d{margin-top:12px;text-align:left}.statusTrackerWrapper__3b2495b8 .statusTracker__83697e30 .statusTrackerStatus__d331f7e6{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__3b2495b8 .statusTracker__83697e30 .statusTrackerFooterWrapper__53d64535{display:grid}.statusTrackerWrapper__3b2495b8 .statusTracker__83697e30 .statusTrackerFooterWrapper__53d64535 .statusTrackerDescription__947ec724:last-child{padding-top:0}.statusTrackerWrapper__3b2495b8 .statusTracker__83697e30 .statusTrackerFooterWrapper__53d64535 .statusTrackerButton__59cfa80a{margin-bottom:12px}.statusTrackerWrapper__3b2495b8 .statusTracker__83697e30 .statusTrackerFooterWrapper__53d64535 .statusTrackerButton__59cfa80a:last-child{margin-bottom:0}.statusTrackerWrapper__3b2495b8 .statusTrackerColor__eeafe255{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__3b2495b8 .statusTrackerColor__eeafe255.waiting__abefb434{background:var(--triplex-next-StatusTracker-Waiting_Color-1-23-0)}.statusTrackerWrapper__3b2495b8 .statusTrackerColor__eeafe255.warning__9f5e894a{background:var(--triplex-next-StatusTracker-Warning_Background-1-23-0)}.statusTrackerWrapper__3b2495b8 .statusTrackerColor__eeafe255.rejected__5a6b0ea8{background:var(--triplex-next-StatusTracker-Rejected_Color-1-23-0)}.statusTrackerWrapper__3b2495b8 .statusTrackerColor__eeafe255.approved__9964a860{background:var(--triplex-next-StatusTracker-Approved_Color-1-23-0)}.statusTrackerWrapper__3b2495b8 .statusTrackerBackground__b0245539{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__3b2495b8 .statusTrackerBackground__b0245539.waiting__abefb434{background:var(--triplex-next-StatusTracker-Waiting_Background-1-23-0)}.statusTrackerWrapper__3b2495b8 .statusTrackerBackground__b0245539.warning__9f5e894a{background:var(--triplex-next-StatusTracker-Warning_Background-1-23-0)}.statusTrackerWrapper__3b2495b8 .statusTrackerBackground__b0245539.rejected__5a6b0ea8{background:var(--triplex-next-StatusTracker-Rejected_Background-1-23-0)}.statusTrackerWrapper__3b2495b8 .statusTrackerBackground__b0245539.approved__9964a860{background:var(--triplex-next-StatusTracker-Approved_Background-1-23-0)}@media(max-width:767px){.statusTrackerWrapper__3b2495b8{border-radius:16px}}.stepperWrapper__bb07c121{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-1-23-0)}.stepperStep__3b368e77{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__3b368e77+.stepperStep__3b368e77{margin-left:12px}.stepperStep__3b368e77.sm__7cdc02eb:not(:last-child) .content__bf729b51{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__3b368e77.sm__7cdc02eb:last-child .content__bf729b51{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__3b368e77.sm__7cdc02eb:last-child .arrow__8a639982{display:none}.stepperStep__3b368e77.md__489e840a:not(:last-child) .content__bf729b51{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__3b368e77.md__489e840a:last-child .content__bf729b51{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__3b368e77.md__489e840a:last-child .arrow__8a639982{display:none}.stepperStep__3b368e77.lg__e0f367a9:not(:last-child) .content__bf729b51{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__3b368e77.lg__e0f367a9:last-child .content__bf729b51{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__3b368e77.lg__e0f367a9:last-child .arrow__8a639982{display:none}.stepperStep__3b368e77:hover:not(.active__52c0630e):not(.disabled__5e346f6e) .content__bf729b51{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-23-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-23-0)}.stepperStep__3b368e77:hover:not(.active__52c0630e):not(.disabled__5e346f6e) .arrow__8a639982 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-23-0)}.stepperStep__3b368e77:hover:not(.active__52c0630e):not(.disabled__5e346f6e) .arrow__8a639982 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-23-0)}.stepperStep__3b368e77.active__52c0630e{cursor:default}.stepperStep__3b368e77.active__52c0630e .content__bf729b51{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-23-0)}.stepperStep__3b368e77.active__52c0630e .arrow__8a639982 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-23-0)}.stepperStep__3b368e77.active__52c0630e.error__dc04d7d4 .content__bf729b51{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-23-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-23-0)}.stepperStep__3b368e77.active__52c0630e.error__dc04d7d4 .arrow__8a639982 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-23-0)}.stepperStep__3b368e77.active__52c0630e.error__dc04d7d4 .arrow__8a639982 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-23-0)}.stepperStep__3b368e77.active__52c0630e.warning__cb117d23 .content__bf729b51{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-23-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-23-0)}.stepperStep__3b368e77.active__52c0630e.warning__cb117d23 .arrow__8a639982 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-23-0)}.stepperStep__3b368e77.active__52c0630e.warning__cb117d23 .arrow__8a639982 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-23-0)}.stepperStep__3b368e77.completed__944eebfd.error__dc04d7d4 .content__bf729b51{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-23-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-23-0)}.stepperStep__3b368e77.completed__944eebfd.error__dc04d7d4 .arrow__8a639982 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-23-0)}.stepperStep__3b368e77.completed__944eebfd.error__dc04d7d4 .arrow__8a639982 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-23-0)}.stepperStep__3b368e77.completed__944eebfd.error__dc04d7d4:hover .content__bf729b51{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-23-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-23-0)}.stepperStep__3b368e77.completed__944eebfd.error__dc04d7d4:hover .arrow__8a639982 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-23-0)}.stepperStep__3b368e77.completed__944eebfd.error__dc04d7d4:hover .arrow__8a639982 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-23-0)}.stepperStep__3b368e77.completed__944eebfd.warning__cb117d23 .content__bf729b51{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-23-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-23-0)}.stepperStep__3b368e77.completed__944eebfd.warning__cb117d23 .arrow__8a639982 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-23-0)}.stepperStep__3b368e77.completed__944eebfd.warning__cb117d23 .arrow__8a639982 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-23-0)}.stepperStep__3b368e77.completed__944eebfd.warning__cb117d23:hover .content__bf729b51{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-23-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-23-0)}.stepperStep__3b368e77.completed__944eebfd.warning__cb117d23:hover .arrow__8a639982 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-23-0)}.stepperStep__3b368e77.completed__944eebfd.warning__cb117d23:hover .arrow__8a639982 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-23-0)}.stepperStep__3b368e77.inactive__2b67a2ff :not(.error__dc04d7d4):not(.warning__cb117d23) .content__bf729b51{color:var(--triplex-next-Stepper-Step_Color_Default-1-23-0)}.stepperStep__3b368e77.inactive__2b67a2ff :not(.error__dc04d7d4):not(.warning__cb117d23):hover .content__bf729b51{color:var(--triplex-next-Stepper-Step_Color_Hover-1-23-0)}.stepperStep__3b368e77.inactive__2b67a2ff.error__dc04d7d4 .content__bf729b51{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-23-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-23-0)}.stepperStep__3b368e77.inactive__2b67a2ff.error__dc04d7d4 .arrow__8a639982 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-23-0)}.stepperStep__3b368e77.inactive__2b67a2ff.error__dc04d7d4 .arrow__8a639982 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-23-0)}.stepperStep__3b368e77.inactive__2b67a2ff.error__dc04d7d4:hover .content__bf729b51{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-23-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-23-0)}.stepperStep__3b368e77.inactive__2b67a2ff.error__dc04d7d4:hover .arrow__8a639982 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-23-0)}.stepperStep__3b368e77.inactive__2b67a2ff.error__dc04d7d4:hover .arrow__8a639982 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-23-0)}.stepperStep__3b368e77.inactive__2b67a2ff.warning__cb117d23 .content__bf729b51{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-23-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-23-0)}.stepperStep__3b368e77.inactive__2b67a2ff.warning__cb117d23 .arrow__8a639982 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-23-0)}.stepperStep__3b368e77.inactive__2b67a2ff.warning__cb117d23 .arrow__8a639982 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-23-0)}.stepperStep__3b368e77.inactive__2b67a2ff.warning__cb117d23:hover .content__bf729b51{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-23-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-23-0)}.stepperStep__3b368e77.inactive__2b67a2ff.warning__cb117d23:hover .arrow__8a639982 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-23-0)}.stepperStep__3b368e77.inactive__2b67a2ff.warning__cb117d23:hover .arrow__8a639982 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-23-0)}.stepperStep__3b368e77.disabled__5e346f6e{pointer-events:none}.stepperStep__3b368e77.disabled__5e346f6e .content__bf729b51{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-23-0)}.stepperStep__3b368e77.disabled__5e346f6e .content__bf729b51{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-23-0)}.stepperStep__3b368e77.disabled__5e346f6e .arrow__8a639982 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-23-0)}.stepperStep__3b368e77.focusVisible__3bafb355.completed__944eebfd .content__bf729b51,.stepperStep__3b368e77.focusVisible__3bafb355.active__52c0630e .content__bf729b51,.stepperStep__3b368e77.focusVisible__3bafb355.inactive__2b67a2ff .content__bf729b51{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-23-0)}.stepperStep__3b368e77.focusVisible__3bafb355.completed__944eebfd .arrow__8a639982 path:last-child,.stepperStep__3b368e77.focusVisible__3bafb355.active__52c0630e .arrow__8a639982 path:last-child,.stepperStep__3b368e77.focusVisible__3bafb355.inactive__2b67a2ff .arrow__8a639982 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-23-0)}.stepperStep__3b368e77.focusVisible__3bafb355.completed__944eebfd:hover .content__bf729b51,.stepperStep__3b368e77.focusVisible__3bafb355.active__52c0630e:hover .content__bf729b51,.stepperStep__3b368e77.focusVisible__3bafb355.inactive__2b67a2ff:hover .content__bf729b51{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-23-0)}.stepperStep__3b368e77.focusVisible__3bafb355.completed__944eebfd:hover .arrow__8a639982 path:last-child,.stepperStep__3b368e77.focusVisible__3bafb355.active__52c0630e:hover .arrow__8a639982 path:last-child,.stepperStep__3b368e77.focusVisible__3bafb355.inactive__2b67a2ff:hover .arrow__8a639982 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-23-0)}.content__bf729b51{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-23-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-23-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-23-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__7cdc02eb{font-size:12px;line-height:16px}.md__489e840a{font-size:14px;line-height:20px}.lg__e0f367a9{font-size:16px;line-height:20px}.arrow__8a639982{transform:translate(0)}.arrow__8a639982 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-23-0)}.arrow__8a639982 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-23-0)}.icon__e84584df{display:inline-flex;align-items:center;line-height:0}.nonempty__3de43957 .icon__e84584df{margin-right:6px}.stepperExtended__24a6759a{display:flex;padding:0;margin:0;list-style:none}.stepper__84f3d0eb.sm__7cdc02eb{padding-left:28px;padding-right:28px}.stepper__84f3d0eb.md__489e840a{padding-left:40px;padding-right:40px}.stepper__84f3d0eb.lg__e0f367a9{padding-left:56px;padding-right:56px}.stepperCarousel__b8eafd4e{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__b8eafd4e .buttonPrev__93ffe208,.stepperCarousel__b8eafd4e .buttonNext__0258dd32{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__b8eafd4e .buttonPrev__93ffe208.sm__7cdc02eb,.stepperCarousel__b8eafd4e .buttonNext__0258dd32.sm__7cdc02eb{height:28px;width:28px}.stepperCarousel__b8eafd4e .buttonPrev__93ffe208.md__489e840a,.stepperCarousel__b8eafd4e .buttonNext__0258dd32.md__489e840a{height:40px;width:40px}.stepperCarousel__b8eafd4e .buttonPrev__93ffe208.lg__e0f367a9,.stepperCarousel__b8eafd4e .buttonNext__0258dd32.lg__e0f367a9{height:56px;width:56px}.stepperCarousel__b8eafd4e .buttonPrev__93ffe208{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-1-23-0)}.stepperCarousel__b8eafd4e .buttonNext__0258dd32{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-1-23-0)}@media(max-width:767px){.stepper__84f3d0eb{padding-left:16px;padding-right:16px}.buttonPrev__93ffe208,.buttonNext__0258dd32{display:none}}.suggestFieldMobileBody__b9b1377f{height:176px}.suggestFieldMobileDropdownHint__33b5e379{padding:16px}.noColumns__d8551ba4{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__d8551ba4>.content__80039b19{width:456px;text-align:center}.filterPanel__49a01d8f{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__803479c9{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__803479c9>a:not(:first-child){margin-left:16px}.tabsLinePanel__bc71c7a8{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__cb98012c{0%{opacity:0}to{opacity:1}}.tableBasic__2d1edd72{position:relative}.tableBasic__2d1edd72 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__2d1edd72 table th.alignLeft__2b01b27c,.tableBasic__2d1edd72 table td.alignLeft__2b01b27c{text-align:left}.tableBasic__2d1edd72 table th.alignRight__a4679679,.tableBasic__2d1edd72 table td.alignRight__a4679679{text-align:right}.tableBasic__2d1edd72 table th.alignCenter__535ad146,.tableBasic__2d1edd72 table td.alignCenter__535ad146{text-align:center}.tableBasic__2d1edd72 table th.verticalAlignBaseline__956a4ea4,.tableBasic__2d1edd72 table td.verticalAlignBaseline__956a4ea4{vertical-align:baseline}.tableBasic__2d1edd72 table th.verticalAlignSub__6534264f,.tableBasic__2d1edd72 table td.verticalAlignSub__6534264f{vertical-align:sub}.tableBasic__2d1edd72 table th.verticalAlignSuper__61d11b28,.tableBasic__2d1edd72 table td.verticalAlignSuper__61d11b28{vertical-align:super}.tableBasic__2d1edd72 table th.verticalAlignTextTop__97fefc87,.tableBasic__2d1edd72 table td.verticalAlignTextTop__97fefc87{vertical-align:text-top}.tableBasic__2d1edd72 table th.verticalAlignTextBottom__ed5db77e,.tableBasic__2d1edd72 table td.verticalAlignTextBottom__ed5db77e{vertical-align:text-bottom}.tableBasic__2d1edd72 table th.verticalAlignMiddle__0ee8fd2f,.tableBasic__2d1edd72 table td.verticalAlignMiddle__0ee8fd2f{vertical-align:middle}.tableBasic__2d1edd72 table th.verticalAlignTop__e3ae0965,.tableBasic__2d1edd72 table td.verticalAlignTop__e3ae0965{vertical-align:top}.tableBasic__2d1edd72 table th.verticalAlignBottom__f3bb3d1e,.tableBasic__2d1edd72 table td.verticalAlignBottom__f3bb3d1e{vertical-align:bottom}.tableBasic__2d1edd72 table>thead>tr{height:48px}.tableBasic__2d1edd72 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-23-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-23-0)}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.tableBasic__2d1edd72 table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-23-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-23-0)}}.tableBasic__2d1edd72 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__2d1edd72 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__2d1edd72 table>thead>tr>th.checkboxType__a211fae7{padding:16px 12px}.tableBasic__2d1edd72 table>thead>tr>th .thBlock__99c5eb97{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__2d1edd72 table>thead>tr>th .thBlock__99c5eb97.order__aed0c300{cursor:pointer}.tableBasic__2d1edd72 table>thead>tr>th .thBlock__99c5eb97.order__aed0c300 .orderButton__f07adcd1{display:flex;visibility:hidden;align-items:center}.tableBasic__2d1edd72 table>thead>tr>th .thBlock__99c5eb97.order__aed0c300 .orderButton__f07adcd1.alignLeft__2b01b27c{margin-right:8px}.tableBasic__2d1edd72 table>thead>tr>th .thBlock__99c5eb97.order__aed0c300 .orderButton__f07adcd1.alignRight__a4679679{margin-left:8px}.tableBasic__2d1edd72 table>thead>tr>th .thBlock__99c5eb97.order__aed0c300 .orderButton__f07adcd1.sorted__75415692{visibility:visible}.tableBasic__2d1edd72 table>thead>tr>th .thBlock__99c5eb97.order__aed0c300:hover .orderButton__f07adcd1{visibility:visible}.tableBasic__2d1edd72 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-23-0)}.tableBasic__2d1edd72 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__2d1edd72 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__2d1edd72 table>tbody>tr>td.textType__b4e9c1d6{padding:12px}.tableBasic__2d1edd72 table>tbody>tr>td.componentsType__8f68add0{padding:8px 12px}.tableBasic__2d1edd72 table>tbody>tr>td.checkboxType__a211fae7{padding:10px 12px 12px}.tableBasic__2d1edd72 table>tbody>tr.selected__8e81c864>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-23-0)}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.tableBasic__2d1edd72 table>tbody>tr.selected__8e81c864>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-23-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-23-0)}}.tableBasic__2d1edd72 table>tbody.clickable__78526eec>tr{cursor:pointer}.tableBasic__2d1edd72 table>tbody.hoverable__47efdb4d>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-23-0)}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.tableBasic__2d1edd72 table>tbody.hoverable__47efdb4d>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-23-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-23-0)}}.tableBasic__2d1edd72 .footerEmptyData__d51e9424{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__2d1edd72 .spinnerWrapper__637a8230{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__2d1edd72 .spinnerWrapper__637a8230 .tableLoaderScreen__f46e5e1c{border-radius:8px 8px 0 0}.tableBasic__2d1edd72 .overlayCover__9ba6560f{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-23-0);animation:fadeIn__cb98012c .3s}.tableBasicSettingsBody__280daa10{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__1b3ca470{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-23-0)!important}.columnSettingsSortableListItemTarget__1b3ca470:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-23-0)!important}.columnSettingsSortableListItemTarget__1b3ca470.dragging__f5910f37{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-23-0)!important}.columnSettingsStaticListItem__972ddd86{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-23-0)}.tableBasicSettingsFooter__db07851e{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-23-0);padding:11px 12px 12px}.tableBasicSettingsHeader__2a473d5f{padding:16px 12px 12px}.tableSettingsLink__aac84862{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__e3534adc{width:320px}.tableFooterWrapper__622cda7b{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__622cda7b .tableFooterShadow__fa8ca13e{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-23-0);pointer-events:none}.tableFooterWrapper__622cda7b .tableFooter__6b626c71{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-23-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__622cda7b .tableFooter__6b626c71 .tableFooterSummary__ec0767e1{display:flex;align-items:center}.tableFooterWrapper__622cda7b .tableFooter__6b626c71 .tableFooterSummary__ec0767e1 .tableFooterSummarySelectedCount__31f5edc9,.tableFooterWrapper__622cda7b .tableFooter__6b626c71 .tableFooterSummary__ec0767e1 .tableFooterSummarySelectAllButton__dc83ad2d,.tableFooterWrapper__622cda7b .tableFooter__6b626c71 .tableFooterSummary__ec0767e1 .tableFooterSummaryAmount__ea0f8898{display:inline-flex}.tableFooterWrapper__622cda7b .tableFooter__6b626c71 .tableFooterSummary__ec0767e1 .tableFooterSummarySelectedCount__31f5edc9,.tableFooterWrapper__622cda7b .tableFooter__6b626c71 .tableFooterSummary__ec0767e1 .tableFooterSummarySelectAllButton__dc83ad2d,.tableFooterWrapper__622cda7b .tableFooter__6b626c71 .tableFooterSummary__ec0767e1 .tableFooterSummaryAmount__ea0f8898,.tableFooterWrapper__622cda7b .tableFooter__6b626c71 .tableFooterSummary__ec0767e1 .tableFooterSummaryLabel__5399c29e{margin-left:24px}@media(max-width:767px){.tableFooterWrapper__622cda7b{height:112px}}.paginationPanel__9ac1ac37{margin-top:16px}.masterTable__4b89612f,.tabsExtended__7e41b09d{position:relative}.tabsExtendedContent__c698b9da{display:inline-flex}.tabsExtendedContent__c698b9da.sm__5946b924{border-radius:6px;padding:4px}.tabsExtendedContent__c698b9da.md__3e547b99{border-radius:8px;padding:4px}.tabsExtendedContent__c698b9da.lg__f43110e8{border-radius:10px;padding:8px}.tabsExtendedTab__30ea7e6d{display:flex}.tabsExtendedTab__30ea7e6d+.tabsExtendedTab__30ea7e6d,.tabsExtendedDropdown__b611b9f5{margin-left:4px}.tabsReal__61972f2f,.tabsFake__844ffe45{display:flex;box-sizing:border-box;width:100%}.tabsReal__61972f2f.hidden__6d2f1085{visibility:hidden}.tabsReal__61972f2f .tabsExtendedTab__30ea7e6d.hidden__6d2f1085{display:none}.tabsFake__844ffe45{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__1667de58 .tabsExtendedContent__c698b9da{background-color:var(--triplex-next-Tabs-Type1_Background-1-23-0)}.type2__91920c51 .tabsExtendedContent__c698b9da{background-color:var(--triplex-next-Tabs-Type2_Background-1-23-0)}.tabsExtendedTabButton__d732eec8{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-23-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__d732eec8 .notificationIcon__20171db6{position:absolute}.tabsExtendedTabButton__d732eec8.lg__f43110e8{border-radius:6px;padding:9px 16px}.tabsExtendedTabButton__d732eec8.lg__f43110e8 .notificationIcon__20171db6{right:6px;top:6px}.tabsExtendedTabButton__d732eec8.md__3e547b99{border-radius:4px;padding:5px 16px}.tabsExtendedTabButton__d732eec8.md__3e547b99 .notificationIcon__20171db6{right:4px;top:4px}.tabsExtendedTabButton__d732eec8.sm__5946b924{border-radius:4px;padding:1px 16px}.tabsExtendedTabButton__d732eec8.sm__5946b924 .notificationIcon__20171db6{right:3px;top:3px}.tabsExtendedTabButton__d732eec8 .tabsExtendedTabButtonTextDefault__7586887f{display:block}.tabsExtendedTabButton__d732eec8 .tabsExtendedTabButtonTextHover__6528d6b9,.tabsExtendedTabButton__d732eec8:hover .tabsExtendedTabButtonTextDefault__7586887f,.tabsExtendedTabButton__d732eec8.selected__7c8ce966 .tabsExtendedTabButtonTextDefault__7586887f{display:none}.tabsExtendedTabButton__d732eec8:hover .tabsExtendedTabButtonTextHover__6528d6b9,.tabsExtendedTabButton__d732eec8.selected__7c8ce966 .tabsExtendedTabButtonTextHover__6528d6b9{display:block}.tabsExtendedTabButton__d732eec8::-moz-focus-inner{border:none}.tabsExtendedTabButton__d732eec8+.tabsExtendedTabButton__d732eec8{margin-left:2px}.tabsExtendedTabButton__d732eec8:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-23-0)}.tabsExtendedTabButton__d732eec8.type1__1667de58{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-23-0)}.tabsExtendedTabButton__d732eec8.type1__1667de58.selected__7c8ce966{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-23-0)}.tabsExtendedTabButton__d732eec8.type1__1667de58:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-23-0)}.tabsExtendedTabButton__d732eec8.type2__91920c51{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-23-0)}.tabsExtendedTabButton__d732eec8.type2__91920c51.selected__7c8ce966{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-23-0)}.tabsExtendedTabButton__d732eec8.type2__91920c51:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-23-0)}.tabsContent__66d7ff2b .tabButtonDropdown__a2681cb1{justify-content:center;padding:0!important;border-radius:0!important;background:none!important}.tabsContent__66d7ff2b .tabButtonDropdown__a2681cb1.sm__8c8df622{min-width:20px;min-height:20px;height:20px}.tabsContent__66d7ff2b .tabButtonDropdown__a2681cb1.md__05226da6{min-width:32px;min-height:32px;height:32px}.tabsContent__66d7ff2b .tabButtonDropdown__a2681cb1.lg__458fcf39{min-width:40px;min-height:40px;height:40px}.tag__394a2c66{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-23-0);border-radius:4px;gap:2px}.tag__394a2c66.sm__b115c069{height:20px;padding:2px 4px 2px 6px}.tag__394a2c66.md__ce5f3e72{height:28px;padding:4px 6px 4px 8px}.tag__394a2c66.lg__1292f224{height:32px;padding:6px 8px 6px 10px}.content__43e2e6d1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagColor__709f75ce{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__709f75ce.sm__571c7741{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__709f75ce.md__50769359{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__709f75ce.lg__89265295{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__709f75ce.default__61f4fe29{background:var(--triplex-next-TagColor-Background_Default-1-23-0)}.tagColor__709f75ce.success__578f775f{background:var(--triplex-next-TagColor-Background_Success-1-23-0)}.tagColor__709f75ce.info__fdfedb1d{background:var(--triplex-next-TagColor-Background_Info-1-23-0)}.tagColor__709f75ce.warning__96a04e59{background:var(--triplex-next-TagColor-Background_Warning-1-23-0)}.tagColor__709f75ce.error__95338e5d{background:var(--triplex-next-TagColor-Background_Error-1-23-0)}.content__2a204590{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-23-0)}.tagGroup__eb9d60a3.sm__b9e191ae{margin:-2px}.tagGroup__eb9d60a3.sm__b9e191ae>*{margin:2px}.tagGroup__eb9d60a3.md__88a5424e{margin:-4px}.tagGroup__eb9d60a3.md__88a5424e>*{margin:4px}.tagGroup__eb9d60a3.lg__34275e7e{margin:-6px}.tagGroup__eb9d60a3.lg__34275e7e>*{margin:6px}.uploadZone__c14f0ec9{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-23-0)}.uploadZone__c14f0ec9:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-23-0)}.uploadZoneDragArea__e771622a{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-23-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__4b3362bc{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-23-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-23-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-23-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__5e6bdf47{display:none}@media(max-width:767px){.uploadZone__c14f0ec9,.uploadZone__c14f0ec9:hover{background:none}.uploadZoneDragArea__e771622a{display:none}}
1
+ html {--triplex-next-ColorBrand-0-1-25-0: #1F3336;
2
+ --triplex-next-ColorBrand-10-1-25-0: #0B3A3C;
3
+ --triplex-next-ColorBrand-20-1-25-0: #006063;
4
+ --triplex-next-ColorBrand-30-1-25-0: #007777;
5
+ --triplex-next-ColorBrand-40-1-25-0: #008985;
6
+ --triplex-next-ColorBrand-50-1-25-0: #21A19A;
7
+ --triplex-next-ColorBrand-60-1-25-0: #19BDB0;
8
+ --triplex-next-ColorBrand-70-1-25-0: #4BD9CF;
9
+ --triplex-next-ColorBrand-80-1-25-0: #71ECDC;
10
+ --triplex-next-ColorBrand-90-1-25-0: #A8F5E9;
11
+ --triplex-next-ColorBrand-95-1-25-0: #C5FAF1;
12
+ --triplex-next-ColorBrand-100-1-25-0: #E3FFFA;
13
+ --triplex-next-ColorDarkNeutralAlpha-0-1-25-0: rgba(31, 31, 34, 1);
14
+ --triplex-next-ColorDarkNeutralAlpha-10-1-25-0: rgba(31, 31, 34, .95);
15
+ --triplex-next-ColorDarkNeutralAlpha-20-1-25-0: rgba(31, 31, 34, .85);
16
+ --triplex-next-ColorDarkNeutralAlpha-30-1-25-0: rgba(31, 31, 34, .75);
17
+ --triplex-next-ColorDarkNeutralAlpha-40-1-25-0: rgba(31, 31, 34, .65);
18
+ --triplex-next-ColorDarkNeutralAlpha-50-1-25-0: rgba(31, 31, 34, .55);
19
+ --triplex-next-ColorDarkNeutralAlpha-60-1-25-0: rgba(31, 31, 34, .45);
20
+ --triplex-next-ColorDarkNeutralAlpha-70-1-25-0: rgba(31, 31, 34, .35);
21
+ --triplex-next-ColorDarkNeutralAlpha-80-1-25-0: rgba(31, 31, 34, .25);
22
+ --triplex-next-ColorDarkNeutralAlpha-90-1-25-0: rgba(31, 31, 34, .15);
23
+ --triplex-next-ColorDarkNeutralAlpha-100-1-25-0: rgba(31, 31, 34, .05);
24
+ --triplex-next-ColorDarkNeutral-0-1-25-0: #000000;
25
+ --triplex-next-ColorDarkNeutral-10-1-25-0: #171719;
26
+ --triplex-next-ColorDarkNeutral-20-1-25-0: #1B1B1D;
27
+ --triplex-next-ColorDarkNeutral-30-1-25-0: #1F1F22;
28
+ --triplex-next-ColorDarkNeutral-40-1-25-0: #262629;
29
+ --triplex-next-ColorDarkNeutral-50-1-25-0: #2D2D30;
30
+ --triplex-next-ColorDarkNeutral-60-1-25-0: #343437;
31
+ --triplex-next-ColorDarkNeutral-70-1-25-0: #3B3B3E;
32
+ --triplex-next-ColorDarkNeutral-80-1-25-0: #424245;
33
+ --triplex-next-ColorDarkNeutral-90-1-25-0: #49494C;
34
+ --triplex-next-ColorDarkNeutral-100-1-25-0: #4F4F52;
35
+ --triplex-next-ColorError-0-1-25-0: #443139;
36
+ --triplex-next-ColorError-10-1-25-0: #4E3741;
37
+ --triplex-next-ColorError-20-1-25-0: #A90024;
38
+ --triplex-next-ColorError-30-1-25-0: #BD002C;
39
+ --triplex-next-ColorError-40-1-25-0: #D10032;
40
+ --triplex-next-ColorError-50-1-25-0: #E60037;
41
+ --triplex-next-ColorError-60-1-25-0: #F80C45;
42
+ --triplex-next-ColorError-70-1-25-0: #FF5571;
43
+ --triplex-next-ColorError-80-1-25-0: #FFB1C1;
44
+ --triplex-next-ColorError-90-1-25-0: #FCE0E6;
45
+ --triplex-next-ColorError-100-1-25-0: #FFF0F3;
46
+ --triplex-next-ColorInfo-0-1-25-0: #313749;
47
+ --triplex-next-ColorInfo-10-1-25-0: #2E3A52;
48
+ --triplex-next-ColorInfo-20-1-25-0: #0A43B0;
49
+ --triplex-next-ColorInfo-30-1-25-0: #124FC2;
50
+ --triplex-next-ColorInfo-40-1-25-0: #0E57CC;
51
+ --triplex-next-ColorInfo-50-1-25-0: #1371E4;
52
+ --triplex-next-ColorInfo-60-1-25-0: #1297FE;
53
+ --triplex-next-ColorInfo-70-1-25-0: #66BEFF;
54
+ --triplex-next-ColorInfo-80-1-25-0: #8DD2FF;
55
+ --triplex-next-ColorInfo-90-1-25-0: #B8E6FF;
56
+ --triplex-next-ColorInfo-100-1-25-0: #E3F6FF;
57
+ --triplex-next-ColorNeutralAlpha-0-1-25-0: rgba(255, 255, 255, 1);
58
+ --triplex-next-ColorNeutralAlpha-10-1-25-0: rgba(255, 255, 255, .95);
59
+ --triplex-next-ColorNeutralAlpha-20-1-25-0: rgba(255, 255, 255, .85);
60
+ --triplex-next-ColorNeutralAlpha-30-1-25-0: rgba(255, 255, 255, .75);
61
+ --triplex-next-ColorNeutralAlpha-40-1-25-0: rgba(255, 255, 255, .65);
62
+ --triplex-next-ColorNeutralAlpha-50-1-25-0: rgba(255, 255, 255, .55);
63
+ --triplex-next-ColorNeutralAlpha-60-1-25-0: rgba(255, 255, 255, .45);
64
+ --triplex-next-ColorNeutralAlpha-70-1-25-0: rgba(255, 255, 255, .35);
65
+ --triplex-next-ColorNeutralAlpha-80-1-25-0: rgba(255, 255, 255, .25);
66
+ --triplex-next-ColorNeutralAlpha-90-1-25-0: rgba(255, 255, 255, .15);
67
+ --triplex-next-ColorNeutralAlpha-100-1-25-0: rgba(255, 255, 255, .05);
68
+ --triplex-next-ColorNeutral-0-1-25-0: #CBCFD7;
69
+ --triplex-next-ColorNeutral-10-1-25-0: #D1D4DC;
70
+ --triplex-next-ColorNeutral-20-1-25-0: #D6D9E0;
71
+ --triplex-next-ColorNeutral-30-1-25-0: #DCDFE4;
72
+ --triplex-next-ColorNeutral-40-1-25-0: #DFE2E7;
73
+ --triplex-next-ColorNeutral-50-1-25-0: #E3E6EA;
74
+ --triplex-next-ColorNeutral-60-1-25-0: #E7E9EE;
75
+ --triplex-next-ColorNeutral-70-1-25-0: #EAEDF1;
76
+ --triplex-next-ColorNeutral-80-1-25-0: #EEF0F4;
77
+ --triplex-next-ColorNeutral-90-1-25-0: #F2F4F7;
78
+ --triplex-next-ColorNeutral-100-1-25-0: #FFFFFF;
79
+ --triplex-next-ColorSuccess-0-1-25-0: #28433E;
80
+ --triplex-next-ColorSuccess-10-1-25-0: #2A4C45;
81
+ --triplex-next-ColorSuccess-20-1-25-0: #00624C;
82
+ --triplex-next-ColorSuccess-30-1-25-0: #007353;
83
+ --triplex-next-ColorSuccess-40-1-25-0: #008B5C;
84
+ --triplex-next-ColorSuccess-50-1-25-0: #00C075;
85
+ --triplex-next-ColorSuccess-60-1-25-0: #00D67D;
86
+ --triplex-next-ColorSuccess-70-1-25-0: #3AF299;
87
+ --triplex-next-ColorSuccess-80-1-25-0: #8AFFB8;
88
+ --triplex-next-ColorSuccess-90-1-25-0: #B8FFD4;
89
+ --triplex-next-ColorSuccess-100-1-25-0: #E1FFEB;
90
+ --triplex-next-ColorSystem-0-1-25-0: #373C49;
91
+ --triplex-next-ColorSystem-10-1-25-0: #384156;
92
+ --triplex-next-ColorSystem-20-1-25-0: #47526D;
93
+ --triplex-next-ColorSystem-30-1-25-0: #57637F;
94
+ --triplex-next-ColorSystem-40-1-25-0: #697591;
95
+ --triplex-next-ColorSystem-50-1-25-0: #8291B3;
96
+ --triplex-next-ColorSystem-60-1-25-0: #95A3C1;
97
+ --triplex-next-ColorSystem-70-1-25-0: #A9B6D0;
98
+ --triplex-next-ColorSystem-80-1-25-0: #BFCADF;
99
+ --triplex-next-ColorSystem-90-1-25-0: #D6DEED;
100
+ --triplex-next-ColorSystem-95-1-25-0: #E0E8F4;
101
+ --triplex-next-ColorSystem-100-1-25-0: #EEF3FC;
102
+ --triplex-next-ColorWarning-0-1-25-0: #463734;
103
+ --triplex-next-ColorWarning-10-1-25-0: #4F3E3B;
104
+ --triplex-next-ColorWarning-20-1-25-0: #E03400;
105
+ --triplex-next-ColorWarning-30-1-25-0: #E63D00;
106
+ --triplex-next-ColorWarning-40-1-25-0: #EF4C01;
107
+ --triplex-next-ColorWarning-50-1-25-0: #FD6508;
108
+ --triplex-next-ColorWarning-60-1-25-0: #FF7A17;
109
+ --triplex-next-ColorWarning-70-1-25-0: #FFB13B;
110
+ --triplex-next-ColorWarning-80-1-25-0: #FFD169;
111
+ --triplex-next-ColorWarning-90-1-25-0: #FCEAC7;
112
+ --triplex-next-ColorWarning-100-1-25-0: #FFF4DB;
113
+ --triplex-next-AlertContext-Error_Color-1-25-0: #D10032;
114
+ --triplex-next-AlertContext-Info_Color-1-25-0: rgba(31, 31, 34, 1);
115
+ --triplex-next-AlertContext-System_Color-1-25-0: rgba(31, 31, 34, 1);
116
+ --triplex-next-AlertContext-Warning_Color-1-25-0: rgba(31, 31, 34, 1);
117
+ --triplex-next-AlertProcess-Info_Background-1-25-0: #E3F6FF;
118
+ --triplex-next-AlertProcess-Warning_Background-1-25-0: #FFF4DB;
119
+ --triplex-next-AlertProcess-Error_Background-1-25-0: #FFF0F3;
120
+ --triplex-next-AlertProcess-System_Background-1-25-0: #E0E8F4;
121
+ --triplex-next-AlertProcess-Feature_Background-1-25-0: #E3FFFA;
122
+ --triplex-next-Avatar-Background-1-25-0: #E3E6EA;
123
+ --triplex-next-Badge-Background-1-25-0: #FFB13B;
124
+ --triplex-next-Button-General_Background_Active-1-25-0: #007777;
125
+ --triplex-next-Button-General_Background_Default-1-25-0: #21A19A;
126
+ --triplex-next-Button-General_Background_Disabled-1-25-0: #F2F4F7;
127
+ --triplex-next-Button-General_Background_Hover-1-25-0: #19BDB0;
128
+ --triplex-next-Button-General_Color_Active-1-25-0: rgba(255, 255, 255, 1);
129
+ --triplex-next-Button-General_Color_Default-1-25-0: rgba(255, 255, 255, 1);
130
+ --triplex-next-Button-General_Color_Disabled-1-25-0: rgba(31, 31, 34, .35);
131
+ --triplex-next-Button-General_Color_Hover-1-25-0: rgba(255, 255, 255, 1);
132
+ --triplex-next-Button-General_Shadow_Focus-1-25-0: 0 0 0 1px #FFD169 inset;
133
+ --triplex-next-Button-Secondary_Background_Active-1-25-0: #DCDFE4;
134
+ --triplex-next-Button-Secondary_Background_Default-1-25-0: #F2F4F7;
135
+ --triplex-next-Button-Secondary_Background_Disabled-1-25-0: #F2F4F7;
136
+ --triplex-next-Button-Secondary_Background_Hover-1-25-0: #EAEDF1;
137
+ --triplex-next-Button-Secondary_Color_Active-1-25-0: #007777;
138
+ --triplex-next-Button-Secondary_Color_Default-1-25-0: #008985;
139
+ --triplex-next-Button-Secondary_Color_Disabled-1-25-0: rgba(31, 31, 34, .35);
140
+ --triplex-next-Button-Secondary_Color_Hover-1-25-0: #21A19A;
141
+ --triplex-next-Button-Secondary_Shadow_Focus-1-25-0: 0 0 0 1px #FFD169 inset;
142
+ --triplex-next-Button-SecondaryLight_Background_Active-1-25-0: #DFE2E7;
143
+ --triplex-next-Button-SecondaryLight_Background_Default-1-25-0: #FFFFFF;
144
+ --triplex-next-Button-SecondaryLight_Background_Disabled-1-25-0: #F2F4F7;
145
+ --triplex-next-Button-SecondaryLight_Background_Hover-1-25-0: #EEF0F4;
146
+ --triplex-next-Button-SecondaryLight_Color_Active-1-25-0: #007777;
147
+ --triplex-next-Button-SecondaryLight_Color_Default-1-25-0: #008985;
148
+ --triplex-next-Button-SecondaryLight_Color_Disabled-1-25-0: rgba(31, 31, 34, .35);
149
+ --triplex-next-Button-SecondaryLight_Color_Hover-1-25-0: #21A19A;
150
+ --triplex-next-Button-SecondaryLight_Shadow_Focus-1-25-0: 0 0 0 1px #FFD169 inset;
151
+ --triplex-next-Button-Danger_Background_Active-1-25-0: #BD002C;
152
+ --triplex-next-Button-Danger_Background_Default-1-25-0: #E60037;
153
+ --triplex-next-Button-Danger_Background_Disabled-1-25-0: #F2F4F7;
154
+ --triplex-next-Button-Danger_Background_Hover-1-25-0: #F80C45;
155
+ --triplex-next-Button-Danger_Color_Active-1-25-0: rgba(255, 255, 255, 1);
156
+ --triplex-next-Button-Danger_Color_Default-1-25-0: rgba(255, 255, 255, 1);
157
+ --triplex-next-Button-Danger_Color_Disabled-1-25-0: rgba(31, 31, 34, .35);
158
+ --triplex-next-Button-Danger_Color_Hover-1-25-0: rgba(255, 255, 255, 1);
159
+ --triplex-next-Button-Danger_Shadow_Focus-1-25-0: 0 0 0 1px #FFD169 inset;
160
+ --triplex-next-Button-Icon_Shadow_Focus-1-25-0: 0 0 0 1px #FFD169;
161
+ --triplex-next-Button-Link_Color_Active-1-25-0: #007777;
162
+ --triplex-next-Button-Link_Color_Default-1-25-0: #008985;
163
+ --triplex-next-Button-Link_Color_Disabled-1-25-0: rgba(31, 31, 34, .35);
164
+ --triplex-next-Button-Link_Color_Hover-1-25-0: #21A19A;
165
+ --triplex-next-Button-Link_Shadow_Focus-1-25-0: 0 0 0 1px #FFD169 inset;
166
+ --triplex-next-Calendar-Background_Shadow-1-25-0: 0 2px 7px 0 rgba(31, 31, 34, 0.25);
167
+ --triplex-next-Calendar-View_Header_Color-1-25-0: rgba(31, 31, 34, .55);
168
+ --triplex-next-Calendar-View_Item_Background_Default-1-25-0: none;
169
+ --triplex-next-Calendar-View_Item_Background_Hover-1-25-0: #19BDB0;
170
+ --triplex-next-Calendar-View_Item_Background_Selected_Default-1-25-0: #21A19A;
171
+ --triplex-next-Calendar-View_Item_Background_Selected_Hover-1-25-0: #007777;
172
+ --triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-25-0: #E3FFFA;
173
+ --triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-25-0: #A8F5E9;
174
+ --triplex-next-Calendar-View_Item_BorderColor_Default-1-25-0: transparent;
175
+ --triplex-next-Calendar-View_Item_BorderColor_Focus-1-25-0: #FFD169;
176
+ --triplex-next-Calendar-View_Item_Color_Default-1-25-0: rgba(31, 31, 34, 1);
177
+ --triplex-next-Calendar-View_Item_Color_Hover-1-25-0: rgba(255, 255, 255, 1);
178
+ --triplex-next-Calendar-View_Item_Color_Disabled-1-25-0: rgba(31, 31, 34, .35);
179
+ --triplex-next-Calendar-View_Item_Color_Muted-1-25-0: rgba(31, 31, 34, .35);
180
+ --triplex-next-Calendar-View_Item_Color_Selected-1-25-0: rgba(255, 255, 255, 1);
181
+ --triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-25-0: rgba(31, 31, 34, .35);
182
+ --triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-25-0: rgba(31, 31, 34, .35);
183
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-25-0: rgba(31, 31, 34, .35);
184
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-25-0: rgba(31, 31, 34, .35);
185
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-25-0: rgba(31, 31, 34, .35);
186
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-25-0: #00C075;
187
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-25-0: #00C075;
188
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-25-0: #00C075;
189
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-25-0: #FD6508;
190
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-25-0: #FD6508;
191
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-25-0: #FD6508;
192
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-25-0: #E60037;
193
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-25-0: #E60037;
194
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-25-0: #E60037;
195
+ --triplex-next-Card-Static_General_Background-1-25-0: #FFFFFF;
196
+ --triplex-next-Card-Static_Secondary_Background-1-25-0: #F2F4F7;
197
+ --triplex-next-Card-Action_General_Background-1-25-0: #FFFFFF;
198
+ --triplex-next-Card-Action_General_Background_Hover-1-25-0: #FFFFFF;
199
+ --triplex-next-Card-Action_General_Background_Selected-1-25-0: #F2F4F7;
200
+ --triplex-next-Card-Action_General_Background_Selected_Hover-1-25-0: #F2F4F7;
201
+ --triplex-next-Card-Action_Secondary_Background-1-25-0: #F2F4F7;
202
+ --triplex-next-Card-Action_Secondary_Background_Hover-1-25-0: #EAEDF1;
203
+ --triplex-next-Card-Action_Secondary_Background_Selected-1-25-0: #E3E6EA;
204
+ --triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-25-0: #DCDFE4;
205
+ --triplex-next-Card-Shadow_Default-1-25-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
206
+ --triplex-next-Card-Shadow_Focus-1-25-0: inset 0 0 0 1px #FFD169;
207
+ --triplex-next-Card-Shadow_Hover-1-25-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
208
+ --triplex-next-Card-Shadow_Selected-1-25-0: inset 0 0 0 1px #21A19A;
209
+ --triplex-next-Card-Shadow_Selected_Hover-1-25-0: inset 0 0 0 1px #19BDB0;
210
+ --triplex-next-Checkbox-Background_Checked_Default-1-25-0: #21A19A;
211
+ --triplex-next-Checkbox-Background_Checked_Disabled-1-25-0: #EAEDF1;
212
+ --triplex-next-Checkbox-Background_Checked_Hover-1-25-0: #007777;
213
+ --triplex-next-Checkbox-Background_Default-1-25-0: #F2F4F7;
214
+ --triplex-next-Checkbox-Background_Disabled-1-25-0: #F2F4F7;
215
+ --triplex-next-Checkbox-Background_Hover-1-25-0: #19BDB0;
216
+ --triplex-next-Checkbox-BorderColor_Default-1-25-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
217
+ --triplex-next-Checkbox-BorderColor_Disabled-1-25-0: 0 0 0 1px #E3E6EA inset;
218
+ --triplex-next-Checkbox-BorderColor_Focus-1-25-0: 0 0 0 1px #FFD169 inset;
219
+ --triplex-next-Checkbox-BorderColor_Hover-1-25-0: none;
220
+ --triplex-next-Checkbox-BorderColor_Checked_Default-1-25-0: none;
221
+ --triplex-next-Checkbox-BorderColor_Checked_Disabled-1-25-0: none;
222
+ --triplex-next-Checkbox-Checkmark_Fill_Default-1-25-0: rgba(255, 255, 255, 1);
223
+ --triplex-next-Checkbox-Checkmark_Fill_Disabled-1-25-0: rgba(31, 31, 34, .15);
224
+ --triplex-next-Chip-Background_Active-1-25-0: #DFE2E7;
225
+ --triplex-next-Chip-Background_Default-1-25-0: #F2F4F7;
226
+ --triplex-next-Chip-Background_Disabled-1-25-0: #F2F4F7;
227
+ --triplex-next-Chip-Background_Hover-1-25-0: #EAEDF1;
228
+ --triplex-next-Chip-Background_Selected_Active-1-25-0: #4F4F52;
229
+ --triplex-next-Chip-Background_Selected_Default-1-25-0: #3B3B3E;
230
+ --triplex-next-Chip-Background_Selected_Disabled-1-25-0: #343437;
231
+ --triplex-next-Chip-Background_Selected_Hover-1-25-0: #49494C;
232
+ --triplex-next-Chip-Color_Active-1-25-0: rgba(31, 31, 34, 1);
233
+ --triplex-next-Chip-Color_Default-1-25-0: rgba(31, 31, 34, 1);
234
+ --triplex-next-Chip-Color_Disabled-1-25-0: rgba(31, 31, 34, .35);
235
+ --triplex-next-Chip-Color_Hover-1-25-0: rgba(31, 31, 34, 1);
236
+ --triplex-next-Chip-Color_Selected_Active-1-25-0: rgba(255, 255, 255, 1);
237
+ --triplex-next-Chip-Color_Selected_Default-1-25-0: rgba(255, 255, 255, 1);
238
+ --triplex-next-Chip-Color_Selected_Disabled-1-25-0: rgba(255, 255, 255, .25);
239
+ --triplex-next-Chip-Color_Selected_Hover-1-25-0: rgba(255, 255, 255, 1);
240
+ --triplex-next-Chip-Shadow_Focus-1-25-0: 0 0 0 1px #FFD169 inset;
241
+ --triplex-next-Divider-Background-1-25-0: #D6D9E0;
242
+ --triplex-next-Dropdown-Background-1-25-0: #FFFFFF;
243
+ --triplex-next-Dropdown-Shadow-1-25-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
244
+ --triplex-next-DropdownList-Background_Active-1-25-0: #EAEDF1;
245
+ --triplex-next-DropdownList-Background_Default-1-25-0: none;
246
+ --triplex-next-DropdownList-Background_Selected-1-25-0: #DCDFE4;
247
+ --triplex-next-DropdownList-Color-1-25-0: rgba(31, 31, 34, 1);
248
+ --triplex-next-DropdownMobile-Backdrop-1-25-0: rgba(31, 31, 34, .65);
249
+ --triplex-next-DropdownMobile-Border_Color-1-25-0: #D6D9E0;
250
+ --triplex-next-DropdownMobile-Content_Background-1-25-0: #FFFFFF;
251
+ --triplex-next-DropdownMobile-Footer_Background-1-25-0: #FFFFFF;
252
+ --triplex-next-DropdownMobile-Header_Background-1-25-0: #F2F4F7;
253
+ --triplex-next-DropdownMobileList-Active_Background-1-25-0: #EAEDF1;
254
+ --triplex-next-DropdownMobileList-Selected_Background-1-25-0: #DCDFE4;
255
+ --triplex-next-FooterPage-StickyShadow-1-25-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
256
+ --triplex-next-FormField-Background_Active-1-25-0: #F2F4F7;
257
+ --triplex-next-FormField-Background_Default-1-25-0: #F2F4F7;
258
+ --triplex-next-FormField-Background_Disabled-1-25-0: #F2F4F7;
259
+ --triplex-next-FormField-Background_Error-1-25-0: #FFF0F3;
260
+ --triplex-next-FormField-Background_Error_Hover-1-25-0: #FCE0E6;
261
+ --triplex-next-FormField-Background_Hover-1-25-0: #EAEDF1;
262
+ --triplex-next-FormField-Background_Warning-1-25-0: #FFF4DB;
263
+ --triplex-next-FormField-Background_Warning_Hover-1-25-0: #FCEAC7;
264
+ --triplex-next-FormField-Input_Color_Default-1-25-0: rgba(31, 31, 34, 1);
265
+ --triplex-next-FormField-Input_Color_Disabled-1-25-0: rgba(31, 31, 34, .35);
266
+ --triplex-next-FormField-Target_Color_Default-1-25-0: rgba(31, 31, 34, 1);
267
+ --triplex-next-FormField-Target_Color_Disabled-1-25-0: rgba(31, 31, 34, .45);
268
+ --triplex-next-FormField-Target_PlaceholderColor_Default-1-25-0: rgba(31, 31, 34, .65);
269
+ --triplex-next-FormField-Label_Color_Default-1-25-0: rgba(31, 31, 34, .65);
270
+ --triplex-next-FormField-Label_Color_Disabled-1-25-0: rgba(31, 31, 34, .35);
271
+ --triplex-next-FormField-Shadow_Active-1-25-0: 0 0 0 1px #21A19A inset;
272
+ --triplex-next-FormField-Shadow_Default-1-25-0: none;
273
+ --triplex-next-FormField-Shadow_Error_Active-1-25-0: 0 0 0 1px #E60037 inset;
274
+ --triplex-next-FormField-Shadow_Warning_Active-1-25-0: 0 0 0 1px #FD6508 inset;
275
+ --triplex-next-FormField-Placeholder_Color-1-25-0: rgba(31, 31, 34, .65);
276
+ --triplex-next-HeaderPage-StickyShadow-1-25-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
277
+ --triplex-next-Island-Type1_Background-1-25-0: #FFFFFF;
278
+ --triplex-next-Island-Type2_Background-1-25-0: rgba(255, 255, 255, .35);
279
+ --triplex-next-Island-Type3_Background-1-25-0: #F2F4F7;
280
+ --triplex-next-Island-Type1_Shadow-1-25-0: none;
281
+ --triplex-next-Island-Type2_Shadow-1-25-0: 0 0 0 1px #FFFFFF inset;
282
+ --triplex-next-Island-Type3_Shadow-1-25-0: none;
283
+ --triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-25-0: #DCDFE4;
284
+ --triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-25-0: rgba(31, 31, 34, .05);
285
+ --triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-25-0: #DCDFE4;
286
+ --triplex-next-IslandAccordion-Shadow_Focus-1-25-0: 0 0 0 1px #FFD169 inset;
287
+ --triplex-next-IslandWidget-ExtraFooter_Background-1-25-0: #FFFFFF;
288
+ --triplex-next-IslandWidget-ExtraFooter_Shadow-1-25-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
289
+ --triplex-next-LightBox-Backdrop_Background-1-25-0: rgba(31, 31, 34, .75);
290
+ --triplex-next-LightBox-Content_Background-1-25-0: #EAEDF1;
291
+ --triplex-next-Link-BorderColor_Focus-1-25-0: 0 0 0 1px #FFD169 inset;
292
+ --triplex-next-Link-Text_Color_Active-1-25-0: #007777;
293
+ --triplex-next-Link-Text_Color_Default-1-25-0: #008985;
294
+ --triplex-next-Link-Text_Color_Hover-1-25-0: #21A19A;
295
+ --triplex-next-ListItem-Background-1-25-0: #FFFFFF;
296
+ --triplex-next-ListItem-Background_Dragging-1-25-0: #FFFFFF;
297
+ --triplex-next-ListItem-Background_Selected-1-25-0: #F2F4F7;
298
+ --triplex-next-ListItem-Shadow_Dragging-1-25-0: 0 2px 7px rgba(31, 31, 34, 0.25);
299
+ --triplex-next-ListItemControlsButton-Background_Active-1-25-0: #DCDFE4;
300
+ --triplex-next-ListItemControlsButton-Background_Default-1-25-0: #F2F4F7;
301
+ --triplex-next-ListItemControlsButton-Background_Hover-1-25-0: #EAEDF1;
302
+ --triplex-next-ListItemControlsButton-Color_Active-1-25-0: #007777;
303
+ --triplex-next-ListItemControlsButton-Color_Default-1-25-0: #008985;
304
+ --triplex-next-ListItemControlsButton-Color_Hover-1-25-0: #21A19A;
305
+ --triplex-next-ListMaster-Background-1-25-0: #FFFFFF;
306
+ --triplex-next-ListMaster-Footer_Background-1-25-0: #FFFFFF;
307
+ --triplex-next-ListMaster-Footer_Shadow-1-25-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
308
+ --triplex-next-ListMaster-Header_Background-1-25-0: #FFFFFF;
309
+ --triplex-next-ListMaster-Header_Shadow-1-25-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
310
+ --triplex-next-Loader-Element_Background_Brand-1-25-0: #21A19A;
311
+ --triplex-next-Loader-Element_Background_Neutral-1-25-0: rgba(255, 255, 255, 1);
312
+ --triplex-next-Loader-Middle_Background_Default-1-25-0: #EEF0F4;
313
+ --triplex-next-LoaderScreen-Small_Backdrop_Default-1-25-0: rgba(255, 255, 255, .75);
314
+ --triplex-next-LoaderScreen-Middle_Backdrop_Default-1-25-0: rgba(255, 255, 255, .75);
315
+ --triplex-next-LoaderScreen-Middle_Background_Default-1-25-0: #EEF0F4;
316
+ --triplex-next-Marker-Background_Error-1-25-0: #E60037;
317
+ --triplex-next-Marker-Background_Success-1-25-0: #21A19A;
318
+ --triplex-next-Marker-Background_Waiting-1-25-0: #8291B3;
319
+ --triplex-next-Marker-Background_Warning-1-25-0: #FD6508;
320
+ --triplex-next-MarkerStatus-Description_Color-1-25-0: rgba(0, 0, 0, 0.55);
321
+ --triplex-next-ModalWindow-Background-1-25-0: #EAEDF1;
322
+ --triplex-next-ModalWindow-Backdrop_Background-1-25-0: rgba(79, 79, 82, .5);
323
+ --triplex-next-MultiselectField-Divider_Color-1-25-0: #D6D9E0;
324
+ --triplex-next-Notification-Background-1-25-0: #FFFFFF;
325
+ --triplex-next-Notification-Color-1-25-0: #1F1F22;
326
+ --triplex-next-Notification-TimeColor-1-25-0: rgba(31, 31, 34, 0.65);
327
+ --triplex-next-Notification-Shadow-1-25-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
328
+ --triplex-next-Overlay-Background-1-25-0: rgba(255, 255, 255, .8);
329
+ --triplex-next-Overlay-Panel_Background-1-25-0: #FFFFFF;
330
+ --triplex-next-Pagination-PageButton_Background_Active-1-25-0: #E3E6EA;
331
+ --triplex-next-Pagination-PageButton_Background_Hover-1-25-0: #F2F4F7;
332
+ --triplex-next-Pagination-PageButton_Background_Selected-1-25-0: #E3E6EA;
333
+ --triplex-next-Pagination-PageButton_BorderColor_Focus-1-25-0: #FFD169;
334
+ --triplex-next-Radio-Background_Checked_Default-1-25-0: #21A19A;
335
+ --triplex-next-Radio-Background_Checked_Disabled-1-25-0: #EAEDF1;
336
+ --triplex-next-Radio-Background_Checked_Hover-1-25-0: #007777;
337
+ --triplex-next-Radio-Background_Default-1-25-0: #F2F4F7;
338
+ --triplex-next-Radio-Background_Disabled-1-25-0: #F2F4F7;
339
+ --triplex-next-Radio-Background_Hover-1-25-0: #19BDB0;
340
+ --triplex-next-Radio-BorderColor_Default-1-25-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
341
+ --triplex-next-Radio-BorderColor_Disabled-1-25-0: 0 0 0 1px #E3E6EA inset;
342
+ --triplex-next-Radio-BorderColor_Focused-1-25-0: 0 0 0 1px #FFD169 inset;
343
+ --triplex-next-Radio-BorderColor_Checked_Default-1-25-0: none;
344
+ --triplex-next-Radio-BorderColor_Checked_Disabled-1-25-0: none;
345
+ --triplex-next-Radio-Dot_Default-1-25-0: rgba(255, 255, 255, 1);
346
+ --triplex-next-Radio-Dot_Disabled-1-25-0: rgba(31, 31, 34, .15);
347
+ --triplex-next-SegmentedControl-General_1_Background-1-25-0: #F2F4F7;
348
+ --triplex-next-SegmentedControl-General_2_Background-1-25-0: #FFFFFF;
349
+ --triplex-next-SegmentedControl-Secondary_1_Background-1-25-0: #F2F4F7;
350
+ --triplex-next-SegmentedControl-Secondary_2_Background-1-25-0: #FFFFFF;
351
+ --triplex-next-SegmentedControlSegment-General_1_Color_Default-1-25-0: rgba(31, 31, 34, .65);
352
+ --triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-25-0: rgba(31, 31, 34, 1);
353
+ --triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-25-0: rgba(31, 31, 34, .15);
354
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-25-0: rgba(255, 255, 255, 1);
355
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-25-0: rgba(255, 255, 255, 1);
356
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-25-0: rgba(255, 255, 255, .25);
357
+ --triplex-next-SegmentedControlSegment-General_1_Background_Default-1-25-0: #F2F4F7;
358
+ --triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-25-0: #DFE2E7;
359
+ --triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-25-0: #F2F4F7;
360
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-25-0: #3B3B3E;
361
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-25-0: #49494C;
362
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-25-0: #343437;
363
+ --triplex-next-SegmentedControlSegment-General_2_Color_Default-1-25-0: rgba(31, 31, 34, .65);
364
+ --triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-25-0: rgba(31, 31, 34, 1);
365
+ --triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-25-0: rgba(31, 31, 34, .15);
366
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-25-0: rgba(255, 255, 255, 1);
367
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-25-0: rgba(255, 255, 255, 1);
368
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-25-0: rgba(255, 255, 255, .25);
369
+ --triplex-next-SegmentedControlSegment-General_2_Background_Default-1-25-0: #FFFFFF;
370
+ --triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-25-0: #EEF0F4;
371
+ --triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-25-0: #FFFFFF;
372
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-25-0: #3B3B3E;
373
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-25-0: #49494C;
374
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-25-0: #343437;
375
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-25-0: rgba(31, 31, 34, .65);
376
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-25-0: rgba(31, 31, 34, 1);
377
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-25-0: rgba(31, 31, 34, .15);
378
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-25-0: rgba(31, 31, 34, 1);
379
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-25-0: rgba(31, 31, 34, 1);
380
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-25-0: rgba(31, 31, 34, .15);
381
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-25-0: #F2F4F7;
382
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-25-0: #DFE2E7;
383
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-25-0: #F2F4F7;
384
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-25-0: #FFFFFF;
385
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-25-0: #DFE2E7;
386
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-25-0: #FFFFFF;
387
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-25-0: rgba(31, 31, 34, .65);
388
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-25-0: rgba(31, 31, 34, 1);
389
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-25-0: rgba(31, 31, 34, .15);
390
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-25-0: rgba(31, 31, 34, 1);
391
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-25-0: rgba(31, 31, 34, 1);
392
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-25-0: rgba(31, 31, 34, .15);
393
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-25-0: #FFFFFF;
394
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-25-0: #EEF0F4;
395
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-25-0: #FFFFFF;
396
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-25-0: #E3E6EA;
397
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-25-0: #D6D9E0;
398
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-25-0: #F2F4F7;
399
+ --triplex-next-SegmentedControlSegment-BorderColor_Default-1-25-0: transparent;
400
+ --triplex-next-SegmentedControlSegment-BorderColor_Focus-1-25-0: #FFD169;
401
+ --triplex-next-Skeleton-BackgroundColor_Light_Start-1-25-0: #F2F4F7;
402
+ --triplex-next-Skeleton-BackgroundColor_Light_End-1-25-0: #DFE2E7;
403
+ --triplex-next-Skeleton-BackgroundColor_Dark_Start-1-25-0: rgba(31, 31, 34, .05);
404
+ --triplex-next-Skeleton-BackgroundColor_Dark_End-1-25-0: rgba(31, 31, 34, .15);
405
+ --triplex-next-SmallInput-Background-1-25-0: #F2F4F7;
406
+ --triplex-next-SmallInput-Color-1-25-0: rgba(31, 31, 34, 1);
407
+ --triplex-next-SmallInput-PlaceholderColor-1-25-0: rgba(31, 31, 34, .65);
408
+ --triplex-next-SmallInput-Shadow-1-25-0: 0 0 0 1px rgba(33, 161, 154) inset;
409
+ --triplex-next-SMSField-Refresh_Fill_Empty-1-25-0: rgba(31, 31, 34, .35);
410
+ --triplex-next-SMSField-Refresh_Fill_Full-1-25-0: #008985;
411
+ --triplex-next-SMSField-Refresh_Disabled-1-25-0: rgba(31, 31, 34, .15);
412
+ --triplex-next-SMSField-Submit_Background_Default-1-25-0: rgba(31, 31, 34, .15);
413
+ --triplex-next-SMSField-Submit_Background_Hover-1-25-0: #19BDB0;
414
+ --triplex-next-SMSField-Submit_Background_Active-1-25-0: #21A19A;
415
+ --triplex-next-Slider-Dot_Background_Default-1-25-0: #21A19A;
416
+ --triplex-next-Slider-Dot_Background_Disabled-1-25-0: #F2F4F7;
417
+ --triplex-next-Slider-Dot_Background_Hover-1-25-0: #19BDB0;
418
+ --triplex-next-Slider-Dot_Background_Select-1-25-0: #007777;
419
+ --triplex-next-Slider-Dot_Focus-1-25-0: #FFD169;
420
+ --triplex-next-Slider-Dot_Inner_Background-1-25-0: #FFFFFF;
421
+ --triplex-next-Slider-Dot_Inner_Background_Disabled-1-25-0: rgba(31, 31, 34, .15);
422
+ --triplex-next-Slider-Mark_Dot_Background_Default-1-25-0: #DCDFE4;
423
+ --triplex-next-Slider-Mark_Dot_Background_Selected-1-25-0: #21A19A;
424
+ --triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-25-0: #E7E9EE;
425
+ --triplex-next-Slider-Rail_Background-1-25-0: #DCDFE4;
426
+ --triplex-next-Slider-Rail_Background_Disabled-1-25-0: #DCDFE4;
427
+ --triplex-next-Slider-Tooltip_Background-1-25-0: #1B1B1D;
428
+ --triplex-next-Slider-Tooltip_Color-1-25-0: rgba(255, 255, 255, 1);
429
+ --triplex-next-Slider-Track_Background_Default-1-25-0: #21A19A;
430
+ --triplex-next-Slider-Track_Background_Disabled-1-25-0: #E7E9EE;
431
+ --triplex-next-Slider-Track_Background_Hover-1-25-0: #007777;
432
+ --triplex-next-StatusTracker-Draft_Background-1-25-0: rgba(255, 255, 255, .15);
433
+ --triplex-next-StatusTracker-Warning_Background-1-25-0: #FF7A17;
434
+ --triplex-next-StatusTracker-Waiting_Background-1-25-0: #BFCADF;
435
+ --triplex-next-StatusTracker-Rejected_Background-1-25-0: #FF5571;
436
+ --triplex-next-StatusTracker-Approved_Background-1-25-0: #00D67D;
437
+ --triplex-next-StatusTracker-Waiting_Color-1-25-0: #A9B6D0;
438
+ --triplex-next-StatusTracker-Rejected_Color-1-25-0: #FFB1C1;
439
+ --triplex-next-StatusTracker-Approved_Color-1-25-0: #00D67D;
440
+ --triplex-next-StatusTracker-Border_Color-1-25-0: #FFFFFF;
441
+ --triplex-next-Step-Color_Active-1-25-0: #008985;
442
+ --triplex-next-Step-Color_Default-1-25-0: rgba(31, 31, 34, .65);
443
+ --triplex-next-Step-Color_Disabled-1-25-0: #FFFFFF;
444
+ --triplex-next-Step-Color_Done-1-25-0: #FFFFFF;
445
+ --triplex-next-Step-Color_Error-1-25-0: rgba(255, 255, 255, 1);
446
+ --triplex-next-Step-Color_Warning-1-25-0: rgba(255, 255, 255, 1);
447
+ --triplex-next-Step-Background_Active-1-25-0: #E3FFFA;
448
+ --triplex-next-Step-Background_Default-1-25-0: rgba(31, 31, 34, .05);
449
+ --triplex-next-Step-Background_Disabled-1-25-0: rgba(31, 31, 34, .15);
450
+ --triplex-next-Step-Background_Done-1-25-0: #008985;
451
+ --triplex-next-Step-Background_Error-1-25-0: #D10032;
452
+ --triplex-next-Step-Background_Warning-1-25-0: #EF4C01;
453
+ --triplex-next-Stepper-Step_Background_Default-1-25-0: #F2F4F7;
454
+ --triplex-next-Stepper-Step_Background_Hover-1-25-0: #EAEDF1;
455
+ --triplex-next-Stepper-Step_Background_Disabled-1-25-0: #F2F4F7;
456
+ --triplex-next-Stepper-Step_Background_Error-1-25-0: #FFF0F3;
457
+ --triplex-next-Stepper-Step_Background_Error_Hover-1-25-0: #FCE0E6;
458
+ --triplex-next-Stepper-Step_Background_Warning-1-25-0: #FFF4DB;
459
+ --triplex-next-Stepper-Step_Background_Warning_Hover-1-25-0: #FCEAC7;
460
+ --triplex-next-Stepper-Step_BorderColor_Focus-1-25-0: #FFD169;
461
+ --triplex-next-Stepper-Step_BorderColor_Error-1-25-0: #E60037;
462
+ --triplex-next-Stepper-Step_BorderColor_Warning-1-25-0: #FD6508;
463
+ --triplex-next-Stepper-Step_BorderColor_Success-1-25-0: #21A19A;
464
+ --triplex-next-Stepper-Step_Color_Default-1-25-0: rgba(31, 31, 34, .65);
465
+ --triplex-next-Stepper-Step_Color_Hover-1-25-0: rgba(31, 31, 34, 1);
466
+ --triplex-next-Stepper-Step_Color_Disabled-1-25-0: rgba(31, 31, 34, .35);
467
+ --triplex-next-Stepper-ButtonNext_Background-1-25-0: linear-gradient(to left, #FFFFFF 39.06%, transparent);
468
+ --triplex-next-Stepper-ButtonPrev_Background-1-25-0: linear-gradient(to right, #FFFFFF 39.06%, transparent);
469
+ --triplex-next-Stepper-Background-1-25-0: #FFFFFF;
470
+ --triplex-next-Stepper-Wrapper_Background-1-25-0: linear-gradient(#FFFFFF 64px, transparent 0);
471
+ --triplex-next-Stepper-Wrapper_BoxShadow-1-25-0: 0 10px 15px 0 rgba(228, 232, 235, 0.5);
472
+ --triplex-next-TableBasic-Background_Hover-1-25-0: #E3E6EA;
473
+ --triplex-next-TableBasic-Background_Selected-1-25-0: #DCDFE4;
474
+ --triplex-next-TableBasic-Color-1-25-0: rgba(31, 31, 34, 1);
475
+ --triplex-next-TableBasic-Header_Background-1-25-0: #E7E9EE;
476
+ --triplex-next-TableBasic-TableFooter_Background-1-25-0: #E7E9EE;
477
+ --triplex-next-TableBasic-TableFooter_Highlight-1-25-0: linear-gradient(transparent, #FFFFFF);
478
+ --triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-25-0: #D6D9E0;
479
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-25-0: #FFFFFF;
480
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-25-0: #EAEDF1;
481
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-25-0: #FFFFFF;
482
+ --triplex-next-Tabs-Type1_Background-1-25-0: #F2F4F7;
483
+ --triplex-next-Tabs-Type2_Background-1-25-0: #FFFFFF;
484
+ --triplex-next-Tabs-Type1_Tab_Background_Default-1-25-0: #F2F4F7;
485
+ --triplex-next-Tabs-Type2_Tab_Background_Default-1-25-0: #FFFFFF;
486
+ --triplex-next-Tabs-Type1_Tab_Background_Selected-1-25-0: #DCDFE4;
487
+ --triplex-next-Tabs-Type2_Tab_Background_Selected-1-25-0: #E3E6EA;
488
+ --triplex-next-Tabs-Type1_Tab_Background_Hover-1-25-0: #E3E6EA;
489
+ --triplex-next-Tabs-Type2_Tab_Background_Hover-1-25-0: #EEF0F4;
490
+ --triplex-next-Tabs-Tab_BorderColor_Default-1-25-0: transparent;
491
+ --triplex-next-Tabs-Tab_BorderColor_Focus-1-25-0: #FFD169;
492
+ --triplex-next-Tag-Background-1-25-0: #DFE2E7;
493
+ --triplex-next-TagColor-Background_Default-1-25-0: #EEF3FC;
494
+ --triplex-next-TagColor-Background_Success-1-25-0: #E3FFFA;
495
+ --triplex-next-TagColor-Background_Info-1-25-0: #E3F6FF;
496
+ --triplex-next-TagColor-Background_Warning-1-25-0: #FFF4DB;
497
+ --triplex-next-TagColor-Background_Error-1-25-0: #FFF0F3;
498
+ --triplex-next-TagColor-Text_Color_Default-1-25-0: rgba(31, 31, 34, .75);
499
+ --triplex-next-TabsLine-BorderColor_Active-1-25-0: #21A19A;
500
+ --triplex-next-TabsLine-BorderColor_Hover-1-25-0: #19BDB0;
501
+ --triplex-next-TabsLine-Separator_Color-1-25-0: #D6D9E0;
502
+ --triplex-next-TabsLine-Shadow_Focus-1-25-0: 0 0 0 1px #FFDD64 inset;
503
+ --triplex-next-Tooltip-Background-1-25-0: #1B1B1D;
504
+ --triplex-next-Tooltip-Color-1-25-0: rgba(255, 255, 255, 1);
505
+ --triplex-next-Tooltip-Link_Desktop_Color_Active-1-25-0: #008985;
506
+ --triplex-next-Tooltip-Link_Desktop_Color_Default-1-25-0: #19BDB0;
507
+ --triplex-next-Tooltip-Link_Desktop_Color_Hover-1-25-0: #4BD9CF;
508
+ --triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-25-0: 0 0 0 1px #FFD169;
509
+ --triplex-next-Tooltip-Link_Mobile_Color_Active-1-25-0: #007777;
510
+ --triplex-next-Tooltip-Link_Mobile_Color_Default-1-25-0: #008985;
511
+ --triplex-next-Tooltip-Link_Mobile_Color_Hover-1-25-0: #21A19A;
512
+ --triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-25-0: 0 0 0 1px #FFDD64;
513
+ --triplex-next-TopOverlay-Background-1-25-0: rgba(31, 31, 34, .55);
514
+ --triplex-next-Typography-Primary_Color-1-25-0: rgba(31, 31, 34, 1);
515
+ --triplex-next-Typography-Complementary_Color-1-25-0: rgba(31, 31, 34, .85);
516
+ --triplex-next-Typography-Secondary_Color-1-25-0: rgba(31, 31, 34, .65);
517
+ --triplex-next-Typography-Tertiary_Color-1-25-0: rgba(31, 31, 34, .55);
518
+ --triplex-next-Typography-Disabled_Color-1-25-0: rgba(31, 31, 34, .35);
519
+ --triplex-next-Typography-Brand_Color-1-25-0: #008985;
520
+ --triplex-next-Typography-Info_Color-1-25-0: #0E57CC;
521
+ --triplex-next-Typography-Success_Color-1-25-0: #008B5C;
522
+ --triplex-next-Typography-Error_Color-1-25-0: #D10032;
523
+ --triplex-next-Typography-Warning_Color-1-25-0: #EF4C01;
524
+ --triplex-next-Typography-System_Color-1-25-0: #697591;
525
+ --triplex-next-Typography-PrimaryInvert_Color-1-25-0: rgba(255, 255, 255, 1);
526
+ --triplex-next-Typography-ComplementaryInvert_Color-1-25-0: rgba(255, 255, 255, .75);
527
+ --triplex-next-Typography-SecondaryInvert_Color-1-25-0: rgba(255, 255, 255, .55);
528
+ --triplex-next-Typography-TertiaryInvert_Color-1-25-0: rgba(255, 255, 255, .45);
529
+ --triplex-next-Typography-DisabledInvert_Color-1-25-0: rgba(255, 255, 255, .25);
530
+ --triplex-next-Typography-BrandInvert_Color-1-25-0: #19BDB0;
531
+ --triplex-next-Typography-InfoInvert_Color-1-25-0: #1297FE;
532
+ --triplex-next-Typography-SuccessInvert_Color-1-25-0: #00D67D;
533
+ --triplex-next-Typography-ErrorInvert_Color-1-25-0: #F80C45;
534
+ --triplex-next-Typography-WarningInvert_Color-1-25-0: #FF7A17;
535
+ --triplex-next-Typography-SystemInvert_Color-1-25-0: #95A3C1;
536
+ --triplex-next-UploadZone-Background_Default-1-25-0: #F2F4F7;
537
+ --triplex-next-UploadZone-Background_Hover-1-25-0: #EAEDF1;
538
+ --triplex-next-UploadZone-BorderColor_Default-1-25-0: #2D2D30;
539
+ --triplex-next-UploadZone-DragArea_Background-1-25-0: #F2F4F7;
540
+ --triplex-next-UploadZone-DragArea_BorderColor-1-25-0: #21A19A;}
541
+ .underline__aba456ed{text-decoration:underline}.strikethrough__d39a0f8f{text-decoration:line-through}.underlineStrikethrough__eb2ee2e6{text-decoration:underline line-through}.typography__9f1c2206.primary__f6f67189{color:var(--triplex-next-Typography-Primary_Color-1-25-0)}.typography__9f1c2206.primaryInvert__492cb458{color:var(--triplex-next-Typography-PrimaryInvert_Color-1-25-0)}.typography__9f1c2206.complementary__daa5bc69{color:var(--triplex-next-Typography-Complementary_Color-1-25-0)}.typography__9f1c2206.complementaryInvert__19f35051{color:var(--triplex-next-Typography-ComplementaryInvert_Color-1-25-0)}.typography__9f1c2206.secondary__0a33fc68{color:var(--triplex-next-Typography-Secondary_Color-1-25-0)}.typography__9f1c2206.secondaryInvert__cd150ea1{color:var(--triplex-next-Typography-SecondaryInvert_Color-1-25-0)}.typography__9f1c2206.tertiary__c20485bf{color:var(--triplex-next-Typography-Tertiary_Color-1-25-0)}.typography__9f1c2206.tertiaryInvert__5c5d69d1{color:var(--triplex-next-Typography-TertiaryInvert_Color-1-25-0)}.typography__9f1c2206.disabled__34947068{color:var(--triplex-next-Typography-Disabled_Color-1-25-0)}.typography__9f1c2206.disabledInvert__32e74e65{color:var(--triplex-next-Typography-DisabledInvert_Color-1-25-0)}.typography__9f1c2206.brand__734c3e7c{color:var(--triplex-next-Typography-Brand_Color-1-25-0);-webkit-user-select:none;user-select:none}.typography__9f1c2206.brandInvert__35bf8783{color:var(--triplex-next-Typography-BrandInvert_Color-1-25-0)}.typography__9f1c2206.info__3bf2de3b{color:var(--triplex-next-Typography-Info_Color-1-25-0)}.typography__9f1c2206.infoInvert__29d24ca6{color:var(--triplex-next-Typography-InfoInvert_Color-1-25-0)}.typography__9f1c2206.success__8190aa15{color:var(--triplex-next-Typography-Success_Color-1-25-0)}.typography__9f1c2206.successInvert__5cb1aa1f{color:var(--triplex-next-Typography-SuccessInvert_Color-1-25-0)}.typography__9f1c2206.error__d815da35{color:var(--triplex-next-Typography-Error_Color-1-25-0)}.typography__9f1c2206.errorInvert__c8514c91{color:var(--triplex-next-Typography-ErrorInvert_Color-1-25-0)}.typography__9f1c2206.warning__6a314db7{color:var(--triplex-next-Typography-Warning_Color-1-25-0)}.typography__9f1c2206.warningInvert__66fef4d0{color:var(--triplex-next-Typography-WarningInvert_Color-1-25-0)}.typography__9f1c2206.system__8babbc5a{color:var(--triplex-next-Typography-System_Color-1-25-0)}.typography__9f1c2206.systemInvert__5c55efde{color:var(--triplex-next-Typography-SystemInvert_Color-1-25-0)}.typography__9f1c2206.compact__73726002{line-height:calc(16 / 14)}.caption__3c60841c.regular__5ca19c6f{font-family:SBSansText,Arial,sans-serif}.caption__3c60841c.semibold__47b4e977{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.c1__0db59276{font-size:10px;line-height:12px}.c2__bc4ee6c2{font-size:8px;line-height:10px}.d1__08ddc149{font-size:32px;line-height:40px}.d1__08ddc149.regular__5ca19c6f{font-family:SBSansDisplay,Arial,sans-serif}.d1__08ddc149.semibold__47b4e977{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.codeText__2af85bb7{font-family:SBSansTextMono,Arial,monospace;font-size:14px;line-height:20px;font-weight:400}.text__ab6adb31{outline:none}.text__ab6adb31.regular__5ca19c6f{font-family:SBSansText,Arial,sans-serif}.text__ab6adb31.semibold__47b4e977{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.b1__12ae3f22{font-size:18px;line-height:24px}.b2__b36d0a6e{font-size:16px;line-height:20px}.b3__4fa1fb04{font-size:14px;line-height:20px}.b3__4fa1fb04.compact__73726002{line-height:16px}.b4__4b2a3dbc{font-size:12px;line-height:16px}.title__ac49ddc4{outline:none}.title__ac49ddc4.regular__5ca19c6f{font-family:SBSansDisplay,Arial,sans-serif;font-weight:400}.title__ac49ddc4.semibold__47b4e977{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.title__ac49ddc4.medium__68c309a1{font-family:SBSansDisplayMedium,Arial,sans-serif;font-weight:500}.title__ac49ddc4.bold__aaa84aa7{font-family:SBSansDisplayBold,Arial,sans-serif;font-weight:700}.h1__00919153,.h2__c3ec1402,.h3__dd63d984{margin:0}.h1__00919153{font-size:28px;line-height:36px}.h2__c3ec1402{font-size:24px;line-height:32px}.h3__dd63d984{font-size:20px;line-height:28px}.formFieldInput__f161ae16{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-25-0)}.formFieldInput__f161ae16.sm__f589f97d{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__f161ae16.md__6b4d80bd{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__f161ae16.lg__96b7f74b{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldInput__f161ae16:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-25-0)}.formFieldInput__f161ae16::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-25-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__f161ae16:focus{outline:none}.formFieldInput__f161ae16:focus::placeholder{opacity:1}.formFieldInput__f161ae16:-webkit-autofill{animation-name:autofill-applied-hook__1a22afe2;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__f161ae16:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__bdfe6a88;animation-duration:1ms}.formField__102c06f2{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__102c06f2.sm__f589f97d{border-radius:6px}.formField__102c06f2.md__6b4d80bd{border-radius:8px}.formField__102c06f2.lg__96b7f74b{border-radius:10px}.formField__102c06f2.default__c9a7dc4a{background:var(--triplex-next-FormField-Background_Default-1-25-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-25-0)}.formField__102c06f2:hover{background:var(--triplex-next-FormField-Background_Hover-1-25-0)}.formField__102c06f2.active__13e73209{background:var(--triplex-next-FormField-Background_Active-1-25-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-25-0)}.formField__102c06f2.active__13e73209 .formFieldInput__f161ae16::placeholder,.formField__102c06f2.active__13e73209 .formFieldTextarea__eb1fd6e5::placeholder{opacity:1}.formField__102c06f2.disabled__680cc01e{background:var(--triplex-next-FormField-Background_Disabled-1-25-0)}.formField__102c06f2.error__d20d2acd{background:var(--triplex-next-FormField-Background_Error-1-25-0)}.formField__102c06f2.error__d20d2acd:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-25-0)}.formField__102c06f2.error__d20d2acd.active__13e73209{background:var(--triplex-next-FormField-Background_Error-1-25-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-25-0)}.formField__102c06f2.warning__d4cb4cc5{background:var(--triplex-next-FormField-Background_Warning-1-25-0)}.formField__102c06f2.warning__d4cb4cc5:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-25-0)}.formField__102c06f2.warning__d4cb4cc5.active__13e73209{background:var(--triplex-next-FormField-Background_Warning-1-25-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-25-0)}.formField__102c06f2.filled__d0aba4a4:not(.disabled__680cc01e):hover .formFieldClear__157e13b3,.formField__102c06f2.filled__d0aba4a4:not(.disabled__680cc01e).active__13e73209 .formFieldClear__157e13b3{visibility:visible;opacity:1;pointer-events:auto}.formFieldDescription__85e2cca8{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__85e2cca8.withCounter__69a43f35{display:flex}.formFieldLabel__ba3da132{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__ba3da132.sm__f589f97d{top:6px}.formFieldLabel__ba3da132.md__6b4d80bd{top:10px}.formFieldLabel__ba3da132.lg__96b7f74b{top:18px}.formFieldLabel__ba3da132.lg__96b7f74b.floating__e0e9a755{top:10px}.formFieldLabelText__d5252fb4{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-25-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__f589f97d .formFieldLabelText__d5252fb4{font-size:12px;line-height:16px}.md__6b4d80bd .formFieldLabelText__d5252fb4{font-size:14px;line-height:20px}.lg__96b7f74b .formFieldLabelText__d5252fb4{font-size:16px;line-height:20px}.floating__e0e9a755 .formFieldLabelText__d5252fb4{font-size:12px;line-height:16px}.floating__e0e9a755.sm__f589f97d .formFieldLabelText__d5252fb4,.floating__e0e9a755.md__6b4d80bd .formFieldLabelText__d5252fb4{display:none}.disabled__680cc01e .formFieldLabelText__d5252fb4{color:var(--triplex-next-FormField-Label_Color_Disabled-1-25-0)}.formFieldPostfix__d9c0ac9d{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__ae28bd71{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__9c28f227{padding-left:4px;margin-left:auto}.formFieldMaskedInputWrapper__f9d0847f{position:relative}.formFieldMaskedInputWrapper__f9d0847f .formFieldMaskedInputPlaceholder__8a6ceee8{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__f9d0847f .formFieldMaskedInputPlaceholder__8a6ceee8::placeholder{opacity:1}.formFieldMaskedInputWrapper__f9d0847f .formFieldMaskedInputPlaceholder__8a6ceee8:disabled{visibility:hidden}.formFieldMaskedInputWrapper__f9d0847f.size-sm__c9101362{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__f9d0847f.size-sm__c9101362 .formFieldMaskedInputPlaceholder__8a6ceee8{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__f9d0847f.size-md__131c4e39{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__f9d0847f.size-md__131c4e39 .formFieldMaskedInputPlaceholder__8a6ceee8{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__f9d0847f.size-lg__d339a6ec{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__f9d0847f.size-lg__d339a6ec .formFieldMaskedInputPlaceholder__8a6ceee8{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__f9d0847f .formFieldMaskedInput__3bbc7e27{display:block;position:relative;background:none!important}.dropdownDesktop__fdb647f3{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-25-0);background-color:var(--triplex-next-Dropdown-Background-1-25-0)}.dropdownDesktop__fdb647f3.sm__fc1b2fec{border-radius:6px}.dropdownDesktop__fdb647f3.md__47789f5a{border-radius:8px}.dropdownDesktop__fdb647f3.lg__31408154{border-radius:10px}.dropdownDesktopOverflowHidden__a01c200a{overflow:hidden}.badgeDot__42ecf4bb{display:inline-block;background:var(--triplex-next-Badge-Background-1-25-0);border-radius:50%}.badgeDot__42ecf4bb.sm__cf5b4419{width:6px;height:6px}.badgeDot__42ecf4bb.md__bd150dee{width:8px;height:8px}.badgeDot__42ecf4bb.lg__b20b9590{width:10px;height:10px}.badgeContent__7fbc94cc{display:flex}.badgeContent__7fbc94cc.sm__cf5b4419{padding-left:4px;padding-right:4px}.badgeContent__7fbc94cc.md__bd150dee{padding-left:6px;padding-right:6px}.badgeContent__7fbc94cc.lg__b20b9590{padding-left:8px;padding-right:8px}.badgeContent__7fbc94cc.noPaddingLeft__0ea4e5ae{padding-left:0}.badgeContent__7fbc94cc.noPaddingRight__e523ec8c{padding-right:0}.badgePrefix__de4d49d5,.badgePostfix__8b607c96{display:contents}.badge__97598eea{display:inline-flex;align-items:center;justify-content:center;position:relative;white-space:nowrap;background:var(--triplex-next-Badge-Background-1-25-0)}.badge__97598eea.sm__cf5b4419{height:16px;border-radius:4px}.badge__97598eea.md__bd150dee{height:20px;border-radius:6px}.badge__97598eea.lg__b20b9590{height:24px;border-radius:8px}.dropdownDesktopList__40edde2b{margin:4px;overflow:auto}.dropdownDesktopList__40edde2b .notificationIcon__bc16449d{position:absolute}.dropdownDesktopList__40edde2b.sm__fc1b2fec{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__40edde2b.sm__fc1b2fec .dropdownDesktopListItem__ee5dec2d{padding:6px 8px;border-radius:6px}.dropdownDesktopList__40edde2b.sm__fc1b2fec .dropdownDesktopListLoader__fe320199{margin:0 auto}.dropdownDesktopList__40edde2b.sm__fc1b2fec .notificationIcon__bc16449d{right:3px;top:3px}.dropdownDesktopList__40edde2b.md__47789f5a{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__40edde2b.md__47789f5a .dropdownDesktopListItem__ee5dec2d{padding:7px 8px;border-radius:8px}.dropdownDesktopList__40edde2b.md__47789f5a .dropdownDesktopListLoader__fe320199{margin:-2px auto}.dropdownDesktopList__40edde2b.md__47789f5a .notificationIcon__bc16449d{right:4px;top:4px}.dropdownDesktopList__40edde2b.lg__31408154{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__40edde2b.lg__31408154 .dropdownDesktopListItem__ee5dec2d{padding:14px 8px;border-radius:10px}.dropdownDesktopList__40edde2b.lg__31408154 .dropdownDesktopListLoader__fe320199{margin:-6px auto}.dropdownDesktopList__40edde2b.lg__31408154 .notificationIcon__bc16449d{right:4px;top:6px}.dropdownDesktopListItem__ee5dec2d{color:var(--triplex-next-DropdownList-Color-1-25-0);background:var(--triplex-next-DropdownList-Background_Default-1-25-0);position:relative;outline:none}.dropdownDesktopListItem__ee5dec2d+.dropdownDesktopListItem__ee5dec2d{margin-top:2px}.dropdownDesktopListItem__ee5dec2d.active__163817e8{background:var(--triplex-next-DropdownList-Background_Active-1-25-0);cursor:pointer}.dropdownDesktopListItem__ee5dec2d.selected__b69f051f{background:var(--triplex-next-DropdownList-Background_Selected-1-25-0);cursor:default}.loaderSmall__9a6f9fb2{display:flex;justify-content:center;align-items:center}.loaderSmall__9a6f9fb2.sm__9e1ed6ff{width:16px;height:16px;gap:2px}.loaderSmall__9a6f9fb2.sm__9e1ed6ff .dot__25d1683a{width:4px;height:4px}.loaderSmall__9a6f9fb2.md__d5ad0a44{width:24px;height:24px;gap:3px}.loaderSmall__9a6f9fb2.md__d5ad0a44 .dot__25d1683a{width:6px;height:6px}.loaderSmall__9a6f9fb2.lg__8607abe5{width:32px;height:32px;gap:4px}.loaderSmall__9a6f9fb2.lg__8607abe5 .dot__25d1683a{width:8px;height:8px}.loaderSmall__9a6f9fb2.neutral__20b66f9b .dot__25d1683a{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-25-0)}.loaderSmall__9a6f9fb2.brand__399b0fbb .dot__25d1683a{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-25-0)}.loaderSmall__9a6f9fb2 .dot__25d1683a{border-radius:50%}.loaderSmall__9a6f9fb2 .dot1__27923a37{animation:dotCycleSmall__8eb190c9 .9s infinite}.loaderSmall__9a6f9fb2 .dot2__a3ec491f{animation:dotCycleSmall__8eb190c9 .9s infinite .15s}.loaderSmall__9a6f9fb2 .dot3__a1a718ae{animation:dotCycleSmall__8eb190c9 .9s infinite .3s}@keyframes dotCycleSmall__8eb190c9{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__531bce10{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-25-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__3b73a25d{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__3b73a25d .dot__25d1683a{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-25-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__3b73a25d .dot1__27923a37{top:0;left:0;animation:dotCycleMiddle__15472803 3s infinite}.loaderMiddleDots__3b73a25d .dot2__a3ec491f{right:0;top:0;opacity:.7;animation:dotCycleMiddle__15472803 3s infinite .74s}.loaderMiddleDots__3b73a25d .dot3__a1a718ae{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__15472803 3s infinite 1.5s}.loaderMiddleDots__3b73a25d .dot4__8baadbc2{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__15472803 3s infinite 2.25s}.loaderMiddleDots__3b73a25d .line__d554bf80{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-25-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__d2b63818 3s infinite}@keyframes lineCycle__d2b63818{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__15472803{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__0c8f20bc{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__af8e6af4{background:var(--triplex-next-DropdownMobile-Backdrop-1-25-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__af8e6af4.closing__e8f72294{opacity:0}.dropdownMobileBackdrop__af8e6af4.opening__333fb062,.dropdownMobileBackdrop__af8e6af4.opened__f67a948c{opacity:var(--triplex-DropdownMobile-Opacity-1-25-0)}.dropdownMobile__4a637195{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__4a637195.closing__e8f72294{transform:translateY(100%)}.dropdownMobile__4a637195.opening__333fb062,.dropdownMobile__4a637195.opened__f67a948c{transform:translateY(0)}.dropdownMobileHeader__db2cb9c9{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-25-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__db2cb9c9 .dropdownMobileHeaderContent__2171ad4f{display:flex;flex-grow:1;min-width:0;margin-right:12px;min-height:20px}.dropdownMobileContent__e5b0a91f{background:var(--triplex-next-DropdownMobile-Content_Background-1-25-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__327a3f96{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-25-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-25-0);flex-shrink:1}.dropdownMobileListItem__9a2fc9c8{position:relative;padding:16px}.dropdownMobileListItem__9a2fc9c8.selected__b69f051f{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-25-0)}.dropdownMobileListItem__9a2fc9c8:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-25-0)}.dropdownMobileBodyOverflow__38a75599{overflow:hidden}.controlButtons__626d5221{display:flex}.dropdownMobileLoader__379bcbdc{margin-right:8px}.dropdownMobileListLoader__c412677c{display:flex;justify-content:center;align-items:center;padding:16px}.notificationIcon__bc16449d{position:absolute;right:6px;top:6px}.disableInteraction__f3122b2d{pointer-events:none}.displayContents__d6d1f81b{display:contents}.buttonIcon__b6f3da9b{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__b6f3da9b:enabled{cursor:pointer}.buttonIcon__b6f3da9b.circle__30dad13c{border-radius:50%}.buttonIcon__b6f3da9b.squircle__b78d7ed0{border-radius:4px}.buttonIcon__b6f3da9b:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-25-0)}.dropdownMobileInput__d30c4536{width:100%;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input_Color_Default-1-25-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__d30c4536::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-25-0);opacity:1}.dropdownMobileInput__d30c4536::-ms-clear{display:none}.tabsLineWrapper__59d51f85[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__59d51f85[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__59d51f85[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__59d51f85[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__59d51f85{position:relative}.tabsLineWrapper__59d51f85.withSeparator__93238982:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-25-0);bottom:0;left:0;right:0}.tabsLine__903e926c{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__903e926c:has(.sm__0cf081d0){height:28px}.tabsLine__903e926c:has(.md__0f1c8807){height:40px}.tabsLine__903e926c:has(.lg__0ac7f17b){height:56px}.tab__7824e9c1{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__7824e9c1.sm__0cf081d0{height:28px;padding-bottom:12px}.tab__7824e9c1.md__0f1c8807{height:40px;padding-top:8px;padding-bottom:12px}.tab__7824e9c1.lg__0ac7f17b{height:56px;padding-top:16px;padding-bottom:20px}.tab__7824e9c1::-moz-focus-inner{border:none;padding:0}.tab__7824e9c1:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-25-0)}.tab__7824e9c1.active__b182c23e{cursor:default}.tab__7824e9c1: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__7824e9c1:hover:after,.tab__7824e9c1:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-25-0)}.tab__7824e9c1.active__b182c23e:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-25-0)}.notificationIcon__194a8d48{position:absolute;right:6px}.sm__0cf081d0 .notificationIcon__194a8d48{top:0}.md__0f1c8807 .notificationIcon__194a8d48{top:8px}.lg__0ac7f17b .notificationIcon__194a8d48{top:16px}.tabsLineDropdown__841bca63{display:inline-block}.tabsLineDropdown__841bca63 .dropdownTarget__90623601.active__b182c23e{cursor:pointer}.tabsLineDropdown__841bca63 .dropdownTargetInner__e99c7af1{display:inline-flex;align-items:center}.tabsLineDropdown__841bca63 .dropdownTargetCaret__24966073{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__841bca63 .dropdownTargetCaret__24966073.opened__c5e54172{transform:rotate(-180deg)}.tabsLineDropdown__841bca63 .dropdown__183d042c{right:0;padding:4px}.tabsLineMobileWrapper__6cd5ac45{position:relative}.tabsLineMobileWrapper__6cd5ac45 .tab__7824e9c1{flex-shrink:0}.tabsLineMobileWrapper__6cd5ac45 .tab__7824e9c1:first-child{margin-left:16px}.tabsLineMobileWrapper__6cd5ac45 .tab__7824e9c1:last-child{margin-right:16px}.tabsLineMobile__21d72f68{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__21d72f68::-webkit-scrollbar{display:none}.label__00cd1632{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__00cd1632.sm__707b0b6a{min-width:16px;min-height:16px}.label__00cd1632.sm__707b0b6a.nonempty__2a5dccbf{padding:2px 0 2px 24px}.label__00cd1632.md__cde65fe7{min-height:24px;min-width:24px}.label__00cd1632.md__cde65fe7.nonempty__2a5dccbf{padding-left:32px;padding-top:2px}.label__00cd1632.lg__9dc92ad4{min-width:28px;min-height:28px}.label__00cd1632.lg__9dc92ad4.nonempty__2a5dccbf{padding-left:40px;padding-top:4px}.label__00cd1632.disabled__8ddc6b07{cursor:default}.radio__84b26ff5{margin:0;opacity:0}.radioIcon__4aa296d6{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-25-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-25-0)}.radioIcon__4aa296d6:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-25-0);border-radius:50%;transform:scale(0)}.sm__707b0b6a .radioIcon__4aa296d6:after{width:8px;height:8px;top:4px;left:4px}.md__cde65fe7 .radioIcon__4aa296d6:after{width:12px;height:12px;top:6px;left:6px}.lg__9dc92ad4 .radioIcon__4aa296d6:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__4aa296d6,.radioIcon__4aa296d6:after{pointer-events:none}.radio__84b26ff5,.radioIcon__4aa296d6{position:absolute;left:0;top:0}.sm__707b0b6a .radio__84b26ff5,.sm__707b0b6a .radioIcon__4aa296d6{width:16px;height:16px;top:2px}.md__cde65fe7 .radio__84b26ff5,.md__cde65fe7 .radioIcon__4aa296d6{width:24px;height:24px}.lg__9dc92ad4 .radio__84b26ff5,.lg__9dc92ad4 .radioIcon__4aa296d6{width:28px;height:28px}.radio__84b26ff5:enabled{cursor:pointer}.radio__84b26ff5:checked+.radioIcon__4aa296d6{background:var(--triplex-next-Radio-Background_Checked_Default-1-25-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-25-0)}.radio__84b26ff5:checked+.radioIcon__4aa296d6:after{transform:scale(1);transition:transform .2s ease-out}.radio__84b26ff5:hover+.radioIcon__4aa296d6{background-color:var(--triplex-next-Radio-Background_Hover-1-25-0);box-shadow:none}.radio__84b26ff5:disabled+.radioIcon__4aa296d6{background:var(--triplex-next-Radio-Background_Disabled-1-25-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-25-0)}.radio__84b26ff5:disabled:checked+.radioIcon__4aa296d6{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-25-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-25-0)}.radio__84b26ff5:disabled+.radioIcon__4aa296d6:after{background:var(--triplex-next-Radio-Dot_Disabled-1-25-0)}.radio__84b26ff5:focus-visible+.radioIcon__4aa296d6{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-25-0)}.radio__84b26ff5:checked:enabled:hover+.radioIcon__4aa296d6{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-25-0)}.radioXGroup__63e8b1ef{display:inline-flex;flex-flow:row wrap}.radioXGroup__63e8b1ef.indent-12__18513021{margin-left:-6px;margin-right:-6px}.radioXGroup__63e8b1ef.indent-12__18513021 .label__00cd1632{margin-left:6px;margin-right:6px}.radioXGroup__63e8b1ef.indent-16__906a8712{margin-left:-8px;margin-right:-8px}.radioXGroup__63e8b1ef.indent-16__906a8712 .label__00cd1632{margin-left:8px;margin-right:8px}.radioXGroup__63e8b1ef.indent-20__8b78ada3{margin-left:-10px;margin-right:-10px}.radioXGroup__63e8b1ef.indent-20__8b78ada3 .label__00cd1632{margin-left:10px;margin-right:10px}.radioXGroup__63e8b1ef.indent-24__52fd3add{margin-left:-12px;margin-right:-12px}.radioXGroup__63e8b1ef.indent-24__52fd3add .label__00cd1632{margin-left:12px;margin-right:12px}.radioXGroup__63e8b1ef.indent-28__70d37cc0{margin-left:-14px;margin-right:-14px}.radioXGroup__63e8b1ef.indent-28__70d37cc0 .label__00cd1632{margin-left:14px;margin-right:14px}.radioXGroup__63e8b1ef.indent-32__4e813114{margin-left:-16px;margin-right:-16px}.radioXGroup__63e8b1ef.indent-32__4e813114 .label__00cd1632{margin-left:16px;margin-right:16px}.radioYGroup__183160b7{display:inline-flex;flex-flow:column wrap}.radioYGroup__183160b7 .label__00cd1632.sm__707b0b6a+.label__00cd1632.sm__707b0b6a{margin-top:8px}.radioYGroup__183160b7 .label__00cd1632.md__cde65fe7+.label__00cd1632.md__cde65fe7{margin-top:16px}.radioYGroup__183160b7 .label__00cd1632.lg__9dc92ad4+.label__00cd1632.lg__9dc92ad4{margin-top:20px}.notification__71366db4{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-25-0);background:var(--triplex-next-Notification-Background-1-25-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-25-0);z-index:300}.notification__71366db4:first-child{margin-top:0}.notification__71366db4.extraBottomPadding__5ab5a6b4{padding-bottom:24px}.notification__71366db4 .notificationHeader__3659a46f{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-25-0);width:100%;margin-top:0;margin-bottom:8px}.notification__71366db4 .notificationIcon__51d7c115{line-height:0}.notification__71366db4 .notificationBody__656ef43c{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__71366db4 .notificationBodyList__a8b9617f{margin-top:8px}.notification__71366db4 .notificationClose__b86b0957{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__71366db4.showCloseOnHover__6fa77fdd .notificationClose__b86b0957{opacity:0}.notification__71366db4.showCloseOnHover__6fa77fdd:hover{cursor:pointer}.notification__71366db4.showCloseOnHover__6fa77fdd:hover .notificationClose__b86b0957{opacity:1}.notification__71366db4 .notificationFooter__ee461c31{display:flex;align-items:center;margin-top:16px}.notification__71366db4 .notificationFooter__ee461c31 button+a{margin-left:16px}.notification__71366db4 .notificationTime__1fbab104{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-25-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__48259ea9{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__48259ea9:hover{cursor:pointer}.notificationGroupedWrapper__48259ea9 .notificationGroupedFooterItem__b17a96c6{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-25-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-25-0)}.notificationGroupedWrapper__48259ea9 .notificationGroupedFooterItem__b17a96c6.first__4d0d59cc{bottom:-8px;z-index:200}.notificationGroupedWrapper__48259ea9 .notificationGroupedFooterItem__b17a96c6.second__ec12cc3e{bottom:-16px;z-index:100}@media(max-width:767px){.notification__71366db4,.notificationGroupedWrapper__48259ea9{width:100%}}.unorderedListItem__0bffdd4d:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__0bffdd4d+.unorderedListItem__0bffdd4d{margin-top:8px}.unorderedList__a365483a{position:relative;margin:0;padding-left:14px;list-style:none}.button__c2487998.general__b71b9519{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-25-0);color:var(--triplex-next-Button-General_Color_Default-1-25-0)}.button__c2487998.general__b71b9519:hover{background:var(--triplex-next-Button-General_Background_Hover-1-25-0);color:var(--triplex-next-Button-General_Color_Hover-1-25-0)}.button__c2487998.general__b71b9519.expanded__283d8a29,.button__c2487998.general__b71b9519:active{background:var(--triplex-next-Button-General_Background_Active-1-25-0);color:var(--triplex-next-Button-General_Color_Active-1-25-0)}.button__c2487998.general__b71b9519:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-25-0)}.button__c2487998.general__b71b9519:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-25-0);color:var(--triplex-next-Button-General_Color_Disabled-1-25-0)}.button__c2487998.secondary__28433d75{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-25-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-25-0)}.button__c2487998.secondary__28433d75:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-25-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-25-0)}.button__c2487998.secondary__28433d75.expanded__283d8a29,.button__c2487998.secondary__28433d75:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-25-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-25-0)}.button__c2487998.secondary__28433d75:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-25-0)}.button__c2487998.secondary__28433d75:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-25-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-25-0)}.button__c2487998.secondaryLight__52114bfd{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-25-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-25-0)}.button__c2487998.secondaryLight__52114bfd:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-25-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-25-0)}.button__c2487998.secondaryLight__52114bfd.expanded__283d8a29,.button__c2487998.secondaryLight__52114bfd:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-25-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-25-0)}.button__c2487998.secondaryLight__52114bfd:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-25-0)}.button__c2487998.secondaryLight__52114bfd:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-25-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-25-0)}.button__c2487998.danger__6ca453e2{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-25-0);color:var(--triplex-next-Button-Danger_Color_Default-1-25-0)}.button__c2487998.danger__6ca453e2:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-25-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-25-0)}.button__c2487998.danger__6ca453e2.expanded__283d8a29,.button__c2487998.danger__6ca453e2:active{background:var(--triplex-next-Button-Danger_Background_Active-1-25-0);color:var(--triplex-next-Button-Danger_Color_Active-1-25-0)}.button__c2487998.danger__6ca453e2:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-25-0)}.button__c2487998.danger__6ca453e2:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-25-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-25-0)}.button__c2487998.link__4fae2579{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-25-0);padding:0}.button__c2487998.link__4fae2579.sm__0b812fb6{height:28px;min-width:0px;padding:6px 2px}.button__c2487998.link__4fae2579.md__ddd0a686{height:40px;min-width:0px;padding:10px 2px}.button__c2487998.link__4fae2579.lg__097c745d{height:56px;min-width:0px;padding:18px 2px}.button__c2487998.link__4fae2579:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-25-0)}.button__c2487998.link__4fae2579.expanded__283d8a29,.button__c2487998.link__4fae2579:active{color:var(--triplex-next-Button-Link_Color_Active-1-25-0)}.button__c2487998.link__4fae2579:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-25-0)}.button__c2487998.link__4fae2579:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-25-0)}.button__c2487998{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__c2487998::-moz-focus-inner{border:none;padding:0}.button__c2487998.sm__0b812fb6{line-height:16px;font-size:12px}.button__c2487998.sm__0b812fb6.general__b71b9519,.button__c2487998.sm__0b812fb6.secondary__28433d75,.button__c2487998.sm__0b812fb6.secondaryLight__52114bfd,.button__c2487998.sm__0b812fb6.danger__6ca453e2{height:28px;min-width:58px;padding:0 12px;border-radius:6px}.button__c2487998.sm__0b812fb6.icon__053d1abf{min-height:28px;min-width:28px;padding:0 4px}.button__c2487998.md__ddd0a686{line-height:20px;font-size:14px}.button__c2487998.md__ddd0a686.general__b71b9519,.button__c2487998.md__ddd0a686.secondary__28433d75,.button__c2487998.md__ddd0a686.secondaryLight__52114bfd,.button__c2487998.md__ddd0a686.danger__6ca453e2{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__c2487998.md__ddd0a686.icon__053d1abf{min-height:40px;min-width:40px;padding:0 10px}.button__c2487998.lg__097c745d{line-height:20px;font-size:16px}.button__c2487998.lg__097c745d.general__b71b9519,.button__c2487998.lg__097c745d.secondary__28433d75,.button__c2487998.lg__097c745d.secondaryLight__52114bfd,.button__c2487998.lg__097c745d.danger__6ca453e2{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__c2487998.lg__097c745d.icon__053d1abf{min-height:56px;min-width:56px;padding:0 12px}.button__c2487998:disabled{cursor:default}.button__c2487998:disabled *{pointer-events:none}.button__c2487998+.button__c2487998:not(.block__5b808079){margin-left:12px}.button__c2487998 .content__18e9d676{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__c2487998.block__5b808079{display:block;width:100%}.button__c2487998.loading__0c39abe3{pointer-events:none}.button__c2487998.loading__0c39abe3 .content__18e9d676{visibility:hidden}.button__c2487998 .loader__f5eea93b{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__c2487998 .loader__f5eea93b.hidden__0ae191dc{visibility:hidden}.buttonDropdownExtended__6ecf99ae{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__6ecf99ae .buttonDropdownExtendedBlock__78be5ee5{padding:4px;margin-top:4px;right:0}.buttonDropdown__f5694263.block__5b808079{display:block}.buttonDropdown__f5694263+.button__c2487998:not(.block__5b808079),.buttonDropdown__f5694263+.buttonDropdown__f5694263:not(.block__5b808079){margin-left:16px}.buttonDropdown__f5694263 .buttonDropdownTarget__e6f19abe .caretIcon__22f1da34{margin-left:2px;transition:transform .3s ease-in-out}.buttonDropdown__f5694263 .buttonDropdownTarget__e6f19abe.active__bd30761f .caretIcon__22f1da34{transform:rotate(-180deg)}.buttonDropdown__f5694263 .buttonDropdownMenuItem__790683b6{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__c0a32de8{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__7ba785a5{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__9e9c7afa{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__6c4de289{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-25-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__6d258939{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__6d258939 .modalWindowContentWrapper__aa9eeca8{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__c0a32de8 .6s ease}.modalWindow__6d258939 .modalWindowContent__01fa5382{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__6d258939 .modalWindowContent__01fa5382 .modalWindowBody__e19c6e7c{box-sizing:border-box;animation:fadeIn__c42db7c6 .3s ease}@keyframes fadeIn__c42db7c6{0%{opacity:0}to{opacity:1}}.modalWindow__6d258939 .modalWindowContent__01fa5382 .spinnerSm__aca81b91{display:none}@media(max-width:767px){.modalWindow__6d258939 .modalWindowContent__01fa5382 .spinner__43d8a0df{display:none}.modalWindow__6d258939 .modalWindowContent__01fa5382 .spinnerSm__aca81b91{display:flex}}.global-modalWindowTransition-exit .modalWindow__6d258939 .modalWindowContentWrapper__aa9eeca8{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__7ba785a5 .3s ease}.global-modalWindowTransition-exit .modalWindow__6d258939 .modalWindowContentWrapper__aa9eeca8 .modalWindowBody__e19c6e7c{animation:fadeOut__e48807d5 .3s ease}@keyframes fadeOut__e48807d5{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__d60586ae{position:absolute;left:0;right:0;height:0}.modalWindow__6d258939.sm__5707eebc .modalWindowContentWrapper__aa9eeca8{max-width:480px}.modalWindow__6d258939.sm__5707eebc .modalWindowContent__01fa5382 .modalWindowBody__e19c6e7c{min-height:196px}@media(max-width:575px){.modalWindow__6d258939.sm__5707eebc .modalWindowContentWrapper__aa9eeca8{max-width:100%}}.modalWindow__6d258939.md__43cec330 .modalWindowContentWrapper__aa9eeca8{max-width:600px}.modalWindow__6d258939.md__43cec330 .modalWindowContent__01fa5382 .modalWindowBody__e19c6e7c{min-height:246px}@media(max-width:767px){.modalWindow__6d258939.md__43cec330 .modalWindowContentWrapper__aa9eeca8{max-width:100%}}.modalWindow__6d258939.lg__b0f37a3f .modalWindowContentWrapper__aa9eeca8{max-width:800px}.modalWindow__6d258939.lg__b0f37a3f .modalWindowContent__01fa5382 .modalWindowBody__e19c6e7c{min-height:396px}@media(max-width:991px){.modalWindow__6d258939.lg__b0f37a3f .modalWindowContentWrapper__aa9eeca8{max-width:100%}}.modalWindowContentPage__da93d27d{background:var(--triplex-next-ModalWindow-Background-1-25-0);padding:8px!important}.modalWindowContentPage__da93d27d,.modalWindowLoaderScreen__289307d8{border-radius:32px}@media(max-width:767px){.modalWindowContentPage__da93d27d,.modalWindowLoaderScreen__289307d8{border-radius:24px}}.islandBody__00c3a406{display:block}.islandHeader__b142df44,.islandFooter__5aa395bf,.island__ed36652a{position:relative}.island__ed36652a.type1__11f51b36{background-color:var(--triplex-next-Island-Type1_Background-1-25-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-25-0)}.island__ed36652a.type2__6e22e7a0{background-color:var(--triplex-next-Island-Type2_Background-1-25-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-25-0)}.island__ed36652a.type3__85bdcab8{background-color:var(--triplex-next-Island-Type3_Background-1-25-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-25-0)}.island__ed36652a.sm__1b6ae436{border-radius:16px;padding:16px}.island__ed36652a.sm__1b6ae436 .islandHeader__b142df44+.islandBody__00c3a406,.island__ed36652a.sm__1b6ae436 .islandHeader__b142df44+.islandFooter__5aa395bf,.island__ed36652a.sm__1b6ae436 .islandBody__00c3a406+.islandFooter__5aa395bf{margin-top:8px}.island__ed36652a.md__6a0a9741{border-radius:24px;padding:24px}.island__ed36652a.md__6a0a9741 .islandHeader__b142df44+.islandBody__00c3a406,.island__ed36652a.md__6a0a9741 .islandHeader__b142df44+.islandFooter__5aa395bf,.island__ed36652a.md__6a0a9741 .islandBody__00c3a406+.islandFooter__5aa395bf{margin-top:12px}.island__ed36652a.lg__dbe96ad4{border-radius:32px;padding:32px}.island__ed36652a.lg__dbe96ad4 .islandHeader__b142df44+.islandBody__00c3a406,.island__ed36652a.lg__dbe96ad4 .islandHeader__b142df44+.islandFooter__5aa395bf,.island__ed36652a.lg__dbe96ad4 .islandBody__00c3a406+.islandFooter__5aa395bf{margin-top:16px}@media(max-width:767px){.island__ed36652a.sm__1b6ae436,.island__ed36652a.md__6a0a9741{border-radius:16px;padding:16px}.island__ed36652a.lg__dbe96ad4{border-radius:24px;padding:24px}}.modalWindowBody__e19c6e7c{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__014d7413{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media(max-width:767px){.modalWindowClose__014d7413{top:20px;right:20px}}.loaderScreen__d8c7f9d2{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__d8c7f9d2.loaderSmallBackdrop__8fb2cbfb{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-25-0)}.loaderScreen__d8c7f9d2.loaderMiddleBackdrop__a541e63f{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-25-0)}.body__5a15ffa8{position:relative;display:flex}.body__5a15ffa8 .bodyInner__6382bb8d{position:relative;flex-grow:1;width:100%}.bodyPage__8d76c77e{flex-grow:1}.verticalMargin24__37ed001b{margin-top:24px;margin-bottom:24px}.verticalMargin16__5bd0cbc6{margin-top:16px;margin-bottom:16px}@media(max-width:767px){.verticalMargin24__37ed001b{margin-top:16px;margin-bottom:16px}.verticalMargin16__5bd0cbc6{margin-top:8px;margin-bottom:8px}}.headerTabs__bffb6863{display:flex;justify-content:space-between}.headerTabs__bffb6863 .headerTabsContent__93d0969f{flex-grow:1}.headerTabs__bffb6863 .headerTabsControls__a22f6dc4{flex-shrink:0;white-space:nowrap;padding-left:24px}@media(max-width:767px){.headerTabs__bffb6863{flex-wrap:wrap}.headerTabs__bffb6863 .headerTabsContent__93d0969f{width:100%}.headerTabs__bffb6863 .headerTabsControls__a22f6dc4{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__bffb6863 .headerTabsControls__a22f6dc4>button{margin-left:16px;margin-top:16px}}.headerTitle__01b293ae{display:flex;justify-content:space-between}.headerTitle__01b293ae .headerTitleControls__0cb127ec{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__a220e1e6+.headerTitle__01b293ae{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media(max-width:767px){.headerTitle__01b293ae{flex-wrap:wrap}.headerTitle__01b293ae .headerTitleContent__2235cf91{width:100%}.headerTitle__01b293ae .headerTitleControls__0cb127ec{padding-left:0;white-space:normal;flex-shrink:initial;margin-left:-16px}.headerTitle__01b293ae .headerTitleControls__0cb127ec>button,.headerTitle__01b293ae .headerTitleControls__0cb127ec>[class*=buttonDropdown]{margin-left:16px;margin-top:16px}}.headerSubheader__1ddf91e0{padding:24px 0}.headerSubheader__1ddf91e0.withoutPaddings__4c3ebd1e{padding:0}.headerLayoutSidebar__1cb44ef0{display:flex;justify-content:space-between}.headerLayoutSidebarContent__ab7c7627{flex-grow:1;min-width:1px}@media(max-width:767px){.headerLayoutSidebarSidebar__32bb40bc{display:none}}.page__f514914e{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__f514914e{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__0dbe9fbc.sticky__570d00e8{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__0dbe9fbc.sticky__570d00e8[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-25-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__5d7275f4.sticky__570d00e8{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__5d7275f4.sticky__570d00e8[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-1-25-0)!important}.footerDescription__4a1206d7{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__1d18fd0d{flex-grow:1;margin-right:auto}.footerDescriptionControls__f191a8af{margin-left:auto;white-space:nowrap;padding-left:24px}@media(max-width:767px){.footerDescription__4a1206d7{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__1d18fd0d{width:100%}.footerDescriptionControls__f191a8af{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__f191a8af>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__1d18fd0d+.footerDescriptionControls__f191a8af{margin-top:0}.footer__abdcfe41{padding:16px 0}}.modalWindowHeader__76253375 .global-HeaderTitleContent{padding-right:64px}@media(max-width:767px){.modalWindowHeader__76253375 .global-HeaderTitleContent{padding-right:72px}}.list__f2cf2ea5{margin:0;padding:0;list-style:none;position:relative}.listItemControls__4c675435{display:flex;padding:0 16px 0 4px}.listItemContent__ce6d5c72{background:var(--triplex-next-ListItem-Background-1-25-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__ce6d5c72.selected__0fc60cab{background:var(--triplex-next-ListItem-Background_Selected-1-25-0)}.listItemControlsButton__b64169b8{margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-25-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px;width:92px}.listItemControlsButton__b64169b8:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-25-0)}.listItemControlsButton__b64169b8:hover .listItemControlsButtonLabel__05aef155{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-25-0)!important}.listItemControlsButton__b64169b8.expanded__94146437,.listItemControlsButton__b64169b8:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-25-0)}.listItemControlsButton__b64169b8.expanded__94146437 .listItemControlsButtonLabel__05aef155,.listItemControlsButton__b64169b8:active .listItemControlsButtonLabel__05aef155{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-25-0)!important}.listItemControlsButton__b64169b8+.listItemControlsButton__b64169b8,.listItemControlsButton__b64169b8+.listItemControlsButtonDropdown__073488d1{margin-left:4px}.listItemControlsButtonIcon__2b180682{line-height:0}.listItemControlsButton__b64169b8.withText__83c240de .listItemControlsButtonIcon__2b180682{margin-bottom:8px}.listItemControlsButtonLabel__05aef155{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-25-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__073488d1{display:flex}.listItemControlsButtonInner__6c8909cc{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__b64169b8.withIcon__586e4992.withText__83c240de .listItemControlsButtonInner__6c8909cc{height:44px;overflow:visible}.buttonDropdownMenuItem__68b6949e{overflow:hidden;text-overflow:ellipsis}.listEmptyState__c2bea20c{padding:64px 16px 16px;text-align:center}.listItemLoading__9a87e716{display:flex;justify-content:center;height:24px;padding:12px 0;position:relative;background-color:var(--triplex-next-ListItem-Background-1-25-0)}.label__35321320{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__35321320.sm__99683305{min-width:16px;min-height:16px}.label__35321320.sm__99683305.nonempty__5fd9b4b5{padding:2px 0 2px 24px}.label__35321320.md__420ca32c{min-width:24px;min-height:24px}.label__35321320.md__420ca32c.nonempty__5fd9b4b5{padding-left:32px;padding-top:2px}.label__35321320.lg__b12f1c20{min-width:28px;min-height:28px}.label__35321320.lg__b12f1c20.nonempty__5fd9b4b5{padding-left:40px;padding-top:4px}.label__35321320.disabled__a267bd28{cursor:default}.label__35321320[hidden]{display:none}.checkbox__7bc7f206{margin:0;opacity:0}.checkboxIcon__7ea8aca1{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-25-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-25-0)}.sm__99683305 .checkboxIcon__7ea8aca1{border-radius:4px}.checkmarkIcon__d2009b1e{transform:scale(0)}.checkmarkIcon__d2009b1e path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-25-0)}.checkboxIcon__7ea8aca1,.checkmarkIcon__d2009b1e{pointer-events:none}.checkbox__7bc7f206,.checkboxIcon__7ea8aca1,.checkmarkIcon__d2009b1e{position:absolute;left:0;top:0}.sm__99683305 .checkbox__7bc7f206,.sm__99683305 .checkboxIcon__7ea8aca1,.sm__99683305 .checkmarkIcon__d2009b1e{width:16px;height:16px;top:2px}.md__420ca32c .checkbox__7bc7f206,.md__420ca32c .checkboxIcon__7ea8aca1,.md__420ca32c .checkmarkIcon__d2009b1e{width:24px;height:24px}.lg__b12f1c20 .checkbox__7bc7f206,.lg__b12f1c20 .checkboxIcon__7ea8aca1,.lg__b12f1c20 .checkmarkIcon__d2009b1e{width:28px;height:28px}.checkbox__7bc7f206:enabled{cursor:pointer}.checkbox__7bc7f206:enabled:hover+.checkboxIcon__7ea8aca1{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-25-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-25-0)}.checkbox__7bc7f206:checked+.checkboxIcon__7ea8aca1{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-25-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-25-0)}.checkbox__7bc7f206:checked~.checkmarkIcon__d2009b1e{transform:scale(1);transition:transform .2s ease-out}.checkbox__7bc7f206:disabled+.checkboxIcon__7ea8aca1{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-25-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-25-0)}.checkbox__7bc7f206:disabled:checked+.checkboxIcon__7ea8aca1{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-25-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-25-0)}.checkbox__7bc7f206:disabled~.checkmarkIcon__d2009b1e path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-25-0)}.checkbox__7bc7f206:focus-visible+.checkboxIcon__7ea8aca1{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-25-0)}.checkbox__7bc7f206:checked:enabled:hover+.checkboxIcon__7ea8aca1{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-25-0)}.listItemSelectable__a749aaa9{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-25-0);border-radius:8px}.listItemSelectable__a749aaa9.selected__0fc60cab{background:var(--triplex-next-ListItem-Background_Selected-1-25-0)}.checkboxWrapper__12a2c493{padding:16px;line-height:0}.childrenWrapper__eda0f16f{flex-grow:1}.checkboxLabel__63d51ede{padding:0!important;position:relative}.checkboxLabelClickArea__f49af4fc{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__1bfad5e0{position:relative;overflow:hidden}.swipeableArea__1bfad5e0 .content__c6692e5d{position:relative;touch-action:pan-y}.swipeableArea__1bfad5e0 .content__c6692e5d.disableScroll__b6e09ade{touch-action:none}.swipeableArea__1bfad5e0 .content__c6692e5d.disablePointerEvents__b36dac95:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__1bfad5e0 .swipeAnimationFinish__5622f1b2{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__1bfad5e0 .leftContent__ab5fe4f5,.swipeableArea__1bfad5e0 .rightContent__fd8138ed{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__1bfad5e0 .rightContent__fd8138ed{left:auto;right:0}.listItemTail__da692f50{position:absolute;width:18px;top:0;bottom:0;overflow:hidden}.listItemTailLine__7412d78c{background:var(--triplex-next-ListMaster-Background-1-25-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailLeft__dd020d58{left:-8px}.listItemTailRight__1e23d06d{right:-10px}.listItemTailTop__77ab8a50{position:absolute;top:0;left:0;right:0}.listItemTailTop__77ab8a50: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-25-0)}.listItemTailTop__77ab8a50: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-25-0)}.listItemTailBottom__ba639d03{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__ba639d03: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-25-0)}.listItemTailBottom__ba639d03: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-ListMaster-Background-1-25-0)}.listItemTable__0eacda0c{margin-bottom:4px}.listItemTable__0eacda0c:last-child{margin-bottom:0}.listItemTable__0eacda0c .swipeableArea__ad803ea8{border-radius:8px}.listSortableItemTarget__8856436e{display:flex;gap:16px;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-25-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__8856436e:hover{background:var(--triplex-next-ListItem-Background_Selected-1-25-0)}.listSortableItemTarget__8856436e.dragging__2947752b{background:var(--triplex-next-ListItem-Background_Dragging-1-25-0);box-shadow:var(--triplex-next-ListItem-Shadow_Dragging-1-25-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__09457948{flex:1}.listSortableItemTargetIcon__39b499c8{display:block}.listSortableItem__dfd8d21e{position:relative}.listSortableItem__dfd8d21e.dragging__2947752b{z-index:1}.listSortableItemControls__7c25982e{display:inline-block}.islandWidgetHeader__41bbc4c8{display:flex;justify-content:space-between;align-items:center}.islandWidgetHeader__41bbc4c8 .islandWidgetHeaderContent__0fe9127f{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__41bbc4c8 .islandWidgetHeaderDescription__153a163d{display:flex}.islandWidgetHeader__41bbc4c8 .caretWrapper__b175f217{position:absolute;top:20px;right:16px}.islandWidgetHeader__41bbc4c8 .caretIcon__a1c6d35f{transition:transform .3s ease-in-out}.islandWidgetHeader__41bbc4c8.open__da96cc0a .caretWrapper__b175f217 .caretIcon__a1c6d35f{transform:rotate(-180deg)}@media(max-width:767px){.islandWidgetHeader__41bbc4c8{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetBody__a85929d3{padding-top:16px}.islandWidgetFooter__47b6bbb1{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__7fabd0b8{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__52b49730{margin-left:auto;white-space:nowrap}.expandAnimation__05f2784e{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__177d9988{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-25-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media(max-width:767px){.islandWidgetExtraFooter__177d9988{border-radius:0 0 16px 16px}}.islandWidget__77288332{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__77288332>*{height:100%}.islandWidgetWithExtraFooter__9f42e74c: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-25-0)!important}@media(max-width:767px){.islandWidgetHeaderWrapperAdaptive__1effb5c5{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__b9f189e7{display:flex;flex-direction:column}.formFieldClear__157e13b3{visibility:hidden;opacity:0;transition:visibility,opacity;transition-duration:.3s;pointer-events:none}.formFieldClear__157e13b3:focus{visibility:visible;opacity:1;pointer-events:auto}.formFieldTarget__966e65b3{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-25-0);overflow:hidden;white-space:nowrap}.formFieldTarget__966e65b3.sm__f589f97d{font-size:12px;height:28px;line-height:16px}.formFieldTarget__966e65b3.md__6b4d80bd{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__966e65b3.lg__96b7f74b{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__966e65b3.placeholder__f6858a2c{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-25-0)}.formFieldTarget__966e65b3.disabled__680cc01e{color:var(--triplex-next-FormField-Target_Color_Disabled-1-25-0)}.formFieldTarget__966e65b3 .placeholderWrapper__c3d9f635{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__966e65b3:focus{outline:none}.formFieldTarget__966e65b3:focus .placeholderWrapper__c3d9f635,.formFieldTarget__966e65b3.active__13e73209 .placeholderWrapper__c3d9f635{opacity:1}.formFieldTextarea__eb1fd6e5{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-25-0);vertical-align:top;font-family:inherit}.formFieldTextarea__eb1fd6e5.sm__f589f97d{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__eb1fd6e5.md__6b4d80bd{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__eb1fd6e5.lg__96b7f74b{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__eb1fd6e5::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-25-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__eb1fd6e5:focus{outline:none}.formFieldTextarea__eb1fd6e5:focus::placeholder{opacity:1}.formFieldTextarea__eb1fd6e5:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-25-0)}.formFieldTextarea__eb1fd6e5:-webkit-autofill{animation-name:autofill-applied-hook__1a22afe2;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldTextarea__eb1fd6e5:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__bdfe6a88;animation-duration:1ms}@keyframes autofill-applied-hook__1a22afe2{0%{transform:none}}@keyframes autofill-cancelled-hook__bdfe6a88{0%{transform:none}}.chipGroupItem__bbfd907c{display:inline-block}.chip__c3a400ed{background:var(--triplex-next-Chip-Background_Default-1-25-0);color:var(--triplex-next-Chip-Color_Default-1-25-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;position:relative;vertical-align:middle}.chip__c3a400ed.lg__a942d8e0{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__c3a400ed.lg__a942d8e0 .prefix__aad226bd{padding-left:16px}.chip__c3a400ed.lg__a942d8e0 .postfix__5bc943cb{padding-right:12px}.chip__c3a400ed.lg__a942d8e0 .notificationIcon__588b2181{right:6px;top:6px}.chip__c3a400ed.md__58277e3b{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__c3a400ed.md__58277e3b .prefix__aad226bd{padding-left:12px}.chip__c3a400ed.md__58277e3b .postfix__5bc943cb{padding-right:8px}.chip__c3a400ed.md__58277e3b .notificationIcon__588b2181{right:4px;top:4px}.chip__c3a400ed.sm__ef2e396b{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__c3a400ed.sm__ef2e396b .prefix__aad226bd{padding-left:8px}.chip__c3a400ed.sm__ef2e396b .postfix__5bc943cb{padding-right:8px}.chip__c3a400ed.sm__ef2e396b .notificationIcon__588b2181{right:3px;top:3px}.chip__c3a400ed:hover{background:var(--triplex-next-Chip-Background_Hover-1-25-0);color:var(--triplex-next-Chip-Color_Hover-1-25-0)}.chip__c3a400ed:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-25-0)}.chip__c3a400ed:active,.chip__c3a400ed[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-25-0);color:var(--triplex-next-Chip-Color_Active-1-25-0)}.chip__c3a400ed.disabled__d1c327d5{background:var(--triplex-next-Chip-Background_Disabled-1-25-0);color:var(--triplex-next-Chip-Color_Disabled-1-25-0);cursor:default;pointer-events:none}.chip__c3a400ed.selected__a98fab22{background:var(--triplex-next-Chip-Background_Selected_Default-1-25-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-25-0)}.chip__c3a400ed.selected__a98fab22:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-25-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-25-0)}.chip__c3a400ed.selected__a98fab22:active,.chip__c3a400ed.selected__a98fab22[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-25-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-25-0)}.chip__c3a400ed.selected__a98fab22.disabled__d1c327d5{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-25-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-25-0)}.chip__c3a400ed.withPrefix__f7806e18{padding-left:0}.chip__c3a400ed.withPostfix__25f74a6b{padding-right:0}.chip__c3a400ed .content__a467d561{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__c3a400ed .prefix__aad226bd,.chip__c3a400ed .postfix__5bc943cb{display:flex}.chip__c3a400ed .notificationIcon__588b2181{position:absolute}.calendarControls__c7d0cffd{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-25-0)}.calendarViewDays__3e3290f5{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__2b1549ec .calendarViewDays__3e3290f5{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__4f0a1668,.calendarViewYears__13e3fabd{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__2b1549ec .calendarViewMonths__4f0a1668,.adaptive__2b1549ec .calendarViewYears__13e3fabd{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__f445fdb0{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-25-0)}.calendarViewDaysBody__8bbaa07e:before{display:block;content:"‌";line-height:8px}.adaptive__2b1549ec .calendarViewDaysBody__8bbaa07e:before{line-height:4px}.calendarViewItem__ad9ee222{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__ad9ee222:focus-visible{outline:none}.calendarViewItem__ad9ee222.current__5df6b983{font-weight:600}.calendarViewItem__ad9ee222.disabled__c8daf34e{pointer-events:none}.calendarViewItemLabel__e10fda33{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-25-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-25-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-25-0);cursor:pointer}.calendarViewItemLabel__e10fda33:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-25-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-25-0)}.calendarViewItemLabel__e10fda33.selected__56b65444{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-25-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-25-0)}.calendarViewItemLabel__e10fda33.selected__56b65444:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-25-0)}.calendarViewItemLabel__e10fda33.selected__56b65444:hover.basicMark__6705b66c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-25-0)}.calendarViewItemLabel__e10fda33.selected__56b65444:hover.standardMark__74caef1d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-25-0)}.calendarViewItemLabel__e10fda33.selected__56b65444:hover.attentionMark__b2d5ec14:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-25-0)}.calendarViewItemLabel__e10fda33.selected__56b65444:hover.criticalMark__6ecf12fa:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-25-0)}.calendarViewItemLabel__e10fda33.selected__56b65444.muted__08ae34d8{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-25-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-25-0)}.calendarViewItemLabel__e10fda33.selected__56b65444.muted__08ae34d8:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-25-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-25-0)}.calendarViewItemLabel__e10fda33.selected__56b65444.basicMark__6705b66c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-25-0)}.calendarViewItemLabel__e10fda33.selected__56b65444.standardMark__74caef1d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-25-0)}.calendarViewItemLabel__e10fda33.selected__56b65444.attentionMark__b2d5ec14:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-25-0)}.calendarViewItemLabel__e10fda33.selected__56b65444.criticalMark__6ecf12fa:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-25-0)}.calendarViewItemLabel__e10fda33.marked__ee94714f:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__e10fda33.basicMark__6705b66c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-25-0)}.calendarViewItemLabel__e10fda33.standardMark__74caef1d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-25-0)}.calendarViewItemLabel__e10fda33.attentionMark__b2d5ec14:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-25-0)}.calendarViewItemLabel__e10fda33.criticalMark__6ecf12fa:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-25-0)}.calendarViewItemLabel__e10fda33.muted__08ae34d8{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-25-0)}.calendarViewItemLabel__e10fda33.disabled__c8daf34e{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-25-0);background:none}.calendarViewItem__ad9ee222:focus-visible .calendarViewItemLabel__e10fda33{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-25-0)}.unitDay__7cea25dc{width:36px;height:36px;border-radius:6px}.unitMonth__658d2d9d,.unitYear__8c55bd93{width:89px;height:48px;border-radius:6px}.adaptive__2b1549ec .unitMonth__658d2d9d,.adaptive__2b1549ec .unitYear__8c55bd93{width:104px;height:48px;border-radius:6px}.calendarFooter__0640bd3c{margin-top:12px;text-align:center}.calendar__36bdc0d4{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-25-0);-webkit-user-select:none;user-select:none}.calendar__36bdc0d4.adaptive__2b1549ec{width:auto;padding:20px}.calendar__36bdc0d4+.calendar__36bdc0d4{margin-top:20px}.datePickerExtendedMobileDropdown__b6044450{max-height:100vh}.chipDropdownArrow__8e61a155{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__8e61a155.rotated__b26942e6{transform:rotate(-180deg)}.chipClearButton__0afe729b{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__0afe729b:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-25-0)}.dropdownMobileMaskedInput__8d8114e8{height:20px!important;padding:0!important}.dropdownMobileMaskedInput__8d8114e8:first-child{top:0}.selectExtendedFieldTarget__4e4c3459{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__4e4c3459 .caretWrapper__f5a2869c{height:100%}.selectExtendedFieldTarget__4e4c3459 .caretIcon__c3a903cf{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__4e4c3459.selectOpened__4844ff7b .caretIcon__c3a903cf{transform:rotate(180deg)}.selectExtendedFieldTarget__4e4c3459.disabled__84e231b8{-webkit-user-select:none;user-select:none;cursor:default}.selectExtendedFieldTarget__4e4c3459.disabled__84e231b8 .target__1b88c147,.selectExtendedFieldTarget__4e4c3459.disabled__84e231b8 .caretWrapper__f5a2869c{pointer-events:none}.selectExtendedField__79ce251f{position:relative}.multiselectFieldHeader__4d021555{padding:12px}.multiselectFieldContent__dc1a79f9{position:relative;padding:0 12px 12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContent__dc1a79f9:first-child{padding-top:12px}.multiselectFieldContent__dc1a79f9:has(.loaderScreen__6737e62c){overflow:hidden}.multiselectFieldContent__dc1a79f9.sm__d7102ad9{max-height:208px}.multiselectFieldContent__dc1a79f9.md__2c9e7500{max-height:266px}.multiselectFieldContent__dc1a79f9.lg__08b6e864{max-height:296px}.multiselectFieldFooter__6007db60{padding:0 12px 12px}.multiselectFieldFooter__6007db60:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-25-0)}.chipOptionsContent__bd28426c{min-width:14px;text-align:center;display:block}.tooltipDesktop__5b64f2e6{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__5b64f2e6 .tooltipBody__f89cf61c{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-25-0)}.tooltipDesktop__5b64f2e6 .tooltipXButton__e83cbcae{position:absolute;right:8px;top:8px}.tooltipDesktopContent__cab9c1f5{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-25-0);border-radius:8px}.closable__6eea3583 .tooltipDesktopContent__cab9c1f5{padding-right:32px}.tooltipSM__1d97674f .tooltipDesktopContent__cab9c1f5{width:192px;min-height:52px}.tooltipLG__eab54c92 .tooltipDesktopContent__cab9c1f5{width:384px;min-height:52px}.tooltipOverlay__5ce5abc7{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__7754420c{width:0;height:0}.tooltipDesktopTip__7754420c.down__8d9383cc{border-top:solid var(--triplex-next-Tooltip-Background-1-25-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__7754420c.up__702550e6{border-bottom:solid var(--triplex-next-Tooltip-Background-1-25-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__7754420c.left__a2c41947{border-right:solid var(--triplex-next-Tooltip-Background-1-25-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__7754420c.right__16e0e7a8{border-left:solid var(--triplex-next-Tooltip-Background-1-25-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__10badfe8 .tooltipBody__f89cf61c{text-align:left}.tooltipMobileContent__7c124231{padding:16px}.headerless__a1298838 .tooltipMobileContent__7c124231{padding-right:40px;border-radius:16px 16px 0 0}.headerless__a1298838 .tooltipMobileContent__7c124231 .closeButton__20f5e0d2{position:absolute;right:16px;top:16px}.tooltipLink__7012e072{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__3d92f307{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-25-0)}.desktop__3d92f307:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-25-0)}.desktop__3d92f307:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-25-0)}.desktop__3d92f307:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-25-0)}.mobile__3c8c1be7{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-25-0)}.mobile__3c8c1be7:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-25-0)}.mobile__3c8c1be7:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-25-0)}.mobile__3c8c1be7:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-25-0)}.chipSuggestInputWrapper__4b59808e{margin:12px}.suggestDropdownMobileBody__f9e0d864{height:176px}.suggestDropdownMobileNoOptionsText__b8136957{padding:16px}.checkboxXGroup__61ba137b{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__61ba137b.indent-12__44b74e22{margin-left:-6px;margin-right:-6px}.checkboxXGroup__61ba137b.indent-12__44b74e22 .label__35321320{margin-left:6px;margin-right:6px}.checkboxXGroup__61ba137b.indent-16__24fd1981{margin-left:-8px;margin-right:-8px}.checkboxXGroup__61ba137b.indent-16__24fd1981 .label__35321320{margin-left:8px;margin-right:8px}.checkboxXGroup__61ba137b.indent-20__cd8a1ecf{margin-left:-10px;margin-right:-10px}.checkboxXGroup__61ba137b.indent-20__cd8a1ecf .label__35321320{margin-left:10px;margin-right:10px}.checkboxXGroup__61ba137b.indent-24__2a642a7c{margin-left:-12px;margin-right:-12px}.checkboxXGroup__61ba137b.indent-24__2a642a7c .label__35321320{margin-left:12px;margin-right:12px}.checkboxXGroup__61ba137b.indent-28__23e8375f{margin-left:-14px;margin-right:-14px}.checkboxXGroup__61ba137b.indent-28__23e8375f .label__35321320{margin-left:14px;margin-right:14px}.checkboxXGroup__61ba137b.indent-32__49c0eacf{margin-left:-16px;margin-right:-16px}.checkboxXGroup__61ba137b.indent-32__49c0eacf .label__35321320{margin-left:16px;margin-right:16px}.checkboxYGroup__1189f1fd{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__1189f1fd .label__35321320.sm__99683305+.label__35321320.sm__99683305{margin-top:8px}.checkboxYGroup__1189f1fd .label__35321320.lg__b12f1c20+.label__35321320.lg__b12f1c20{margin-top:20px}.checkboxYGroup__1189f1fd .label__35321320.md__420ca32c+.label__35321320.md__420ca32c{margin-top:16px}@media(max-width:767px){.checkboxYGroup__1189f1fd{margin:14px 16px}.checkboxYGroup__1189f1fd .label__35321320.sm__99683305+.label__35321320.sm__99683305,.checkboxYGroup__1189f1fd .label__35321320.md__420ca32c+.label__35321320.md__420ca32c,.checkboxYGroup__1189f1fd .label__35321320.lg__b12f1c20+.label__35321320.lg__b12f1c20{margin-top:28px}}.card__7cdb24ce{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__7cdb24ce.roundingMD__d9d4c828{--radius: 16px}.card__7cdb24ce.roundingSM__f02c5b3d{--radius: 8px}.card__7cdb24ce.general__9c3c4ec7{background:var(--triplex-next-Card-Static_General_Background-1-25-0)}.card__7cdb24ce.secondary__ea98c022{background:var(--triplex-next-Card-Static_Secondary_Background-1-25-0)}.card__7cdb24ce .cardMedia__9ef1fb75{background-size:cover;background-repeat:no-repeat;background-position:center}.card__7cdb24ce .cardContent__855ece63{padding:var(--padding)}.card__7cdb24ce .cardContent__855ece63.paddingMD__d2fdbf9b{--padding: 24px}.card__7cdb24ce .cardContent__855ece63.paddingSM__2420ce7c{--padding: 16px}.card__7cdb24ce .cardContent__855ece63 .cardContentHeader__f81dd61c{margin-bottom:16px}.card__7cdb24ce .cardContent__855ece63 .cardContentFooter__8082109e{margin-top:16px}.action__3aafe0fb{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__3aafe0fb: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__3aafe0fb.general__9c3c4ec7{background:var(--triplex-next-Card-Action_General_Background-1-25-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-25-0)}.action__3aafe0fb.general__9c3c4ec7:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-25-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-25-0)}.action__3aafe0fb.general__9c3c4ec7.selected__a72fdf40{background:var(--triplex-next-Card-Action_General_Background_Selected-1-25-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-25-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-25-0)}.action__3aafe0fb.general__9c3c4ec7.selected__a72fdf40:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-25-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-25-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-25-0)}.action__3aafe0fb.general__9c3c4ec7:focus{outline:none}.action__3aafe0fb.general__9c3c4ec7:focus.focusVisible__fc1228c6{box-shadow:var(--triplex-next-Card-Shadow_Default-1-25-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-25-0)}.action__3aafe0fb.secondary__ea98c022{background:var(--triplex-next-Card-Action_Secondary_Background-1-25-0)}.action__3aafe0fb.secondary__ea98c022:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-25-0)}.action__3aafe0fb.secondary__ea98c022.selected__a72fdf40{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-25-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-25-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-25-0)}.action__3aafe0fb.secondary__ea98c022.selected__a72fdf40:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-25-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-25-0)}.action__3aafe0fb.secondary__ea98c022:focus{outline:none}.action__3aafe0fb.secondary__ea98c022:focus.focusVisible__fc1228c6{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-25-0)}.alertContext__6e984a81{display:flex;font-size:12px;line-height:16px}.alertContext__6e984a81>svg{flex-shrink:0}.alertContext__6e984a81 .alertContextText__ad2f8f96{margin-left:8px}.alertContext__6e984a81.alertTypeError__f4d2da1f .alertContextText__ad2f8f96{color:var(--triplex-next-AlertContext-Error_Color-1-25-0)}.alertContext__6e984a81.alertTypeInfo__2ebcdc41 .alertContextText__ad2f8f96{color:var(--triplex-next-AlertContext-Info_Color-1-25-0)}.alertContext__6e984a81.alertTypeWarning__73b995b0 .alertContextText__ad2f8f96{color:var(--triplex-next-AlertContext-Warning_Color-1-25-0)}.alertContext__6e984a81.alertTypeSystem__9d3c3e6c .alertContextText__ad2f8f96{color:var(--triplex-next-AlertContext-System_Color-1-25-0)}.alertProcess__f6ee74b6{display:flex;padding:16px;position:relative}.alertProcess__f6ee74b6.md__a943aca5{border-radius:12px}.alertProcess__f6ee74b6.lg__4139ebb0{border-radius:24px}.alertProcess__f6ee74b6.withSpoiler__34c1c4b4{min-height:40px}.alertProcess__f6ee74b6 .themeIcon__d9dd7cb8{box-sizing:border-box;height:20px;width:20px}.alertProcess__f6ee74b6.alertTypeError__f4d2da1f{background:var(--triplex-next-AlertProcess-Error_Background-1-25-0)}.alertProcess__f6ee74b6.alertTypeInfo__2ebcdc41{background:var(--triplex-next-AlertProcess-Info_Background-1-25-0)}.alertProcess__f6ee74b6.alertTypeWarning__73b995b0{background:var(--triplex-next-AlertProcess-Warning_Background-1-25-0)}.alertProcess__f6ee74b6.alertTypeSystem__9d3c3e6c{background:var(--triplex-next-AlertProcess-System_Background-1-25-0)}.alertProcess__f6ee74b6.alertTypeFeature__bf98fe1c{background:var(--triplex-next-AlertProcess-Feature_Background-1-25-0)}.alertProcess__f6ee74b6.alertTypeFeature__bf98fe1c .themeIcon__d9dd7cb8{padding-top:0}.alertProcess__f6ee74b6 .alertProcessContentBlock__169e4a71{flex:1;margin-left:10px}.alertProcess__f6ee74b6 .alertProcessContentBlock__169e4a71 .expandableContent__03ccaba4{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__f6ee74b6 .alertProcessContentBlock__169e4a71 .expandableContent__03ccaba4.expanded__bf8fa9b9{max-height:1000px;opacity:1}.alertProcess__f6ee74b6 .closeButton__d3125071{margin-left:10px}.alertProcess__f6ee74b6 .expandButton__e05c739a{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__f6ee74b6 .expandButton__e05c739a.expanded__bf8fa9b9{transform:rotate(180deg)}.adaptive__723ba940{font-size:10px!important;line-height:12px!important}.avatar__23d4b40b{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-1-25-0)}.avatar__23d4b40b.xxs__62a8d29a{width:28px;height:28px;border-radius:6px}.avatar__23d4b40b.xs__78f10203{width:32px;height:32px;border-radius:8px}.avatar__23d4b40b.sm__3ea08ed6{width:40px;height:40px;border-radius:10px}.avatar__23d4b40b.md__9ad7c2ea{width:56px;height:56px;border-radius:16px}.avatar__23d4b40b.lg__4cdf419e{width:80px;height:80px;border-radius:20px}.avatar__23d4b40b.xl__275822ba{width:96px;height:96px;border-radius:24px}.avatar__23d4b40b.xxl__25c9a062{width:128px;height:128px;border-radius:28px}.carouselExtended__38ae2779{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__38ae2779::-webkit-scrollbar{display:none}.treeView__957f057d,.treeViewGroup__54bea874{margin:0;padding:0}.treeView__957f057d .treeViewNode__76ee5260,.treeViewGroup__54bea874 .treeViewNode__76ee5260{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__b33c001a.collapsed__5caf8698{visibility:hidden}.checkboxTreeExtended__74c7cce0{margin-bottom:-12px}.checkboxTreeExtendedNode__b8b1fa3b .checkboxTreeExtendedNode__b8b1fa3b:has(.sm__7a14612d){margin-left:16px}.checkboxTreeExtendedNode__b8b1fa3b .checkboxTreeExtendedNode__b8b1fa3b:has(.md__b6c9249b),.checkboxTreeExtendedNode__b8b1fa3b .checkboxTreeExtendedNode__b8b1fa3b:has(.lg__711a4119){margin-left:24px}.checkboxTreeExtendedNodeHeader__ef298c7f{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__ef298c7f.sm__7a14612d{margin-bottom:8px}.checkboxTreeExtendedNodeHeader__ef298c7f.md__b6c9249b,.checkboxTreeExtendedNodeHeader__ef298c7f.lg__711a4119{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__ef298c7f .checkboxTreeCheckboxLabel__984f5c5b{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__ef298c7f .caretIconWrapper__7409cb5e{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__ef298c7f .caretIconWrapper__7409cb5e:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-25-0)}.checkboxTreeExtendedNodeHeader__ef298c7f.opened__88f6773f .caretIconWrapper__7409cb5e{transform:rotate(180deg)}@media(max-width:767px){.checkboxTreeExtended__74c7cce0{padding:0 16px}.checkboxTreeExtended__74c7cce0 .checkboxTreeExtendedNodeHeader__ef298c7f{margin-bottom:0}.checkboxTreeExtended__74c7cce0 .checkboxTreeExtendedNodeHeader__ef298c7f .checkboxTreeCheckboxLabel__984f5c5b{padding-top:16px;padding-bottom:16px}.checkboxTreeExtended__74c7cce0 .checkboxTreeExtendedNodeHeader__ef298c7f .checkboxTreeCheckboxLabel__984f5c5b>span,.checkboxTreeExtended__74c7cce0 .checkboxTreeExtendedNodeHeader__ef298c7f .checkboxTreeCheckboxLabel__984f5c5b>svg,.checkboxTreeExtended__74c7cce0 .checkboxTreeExtendedNodeHeader__ef298c7f .checkboxTreeCheckboxLabel__984f5c5b .checkboxTreeCheckbox__db910a9d{top:14px}}.chipGroup__209642a7{display:flex}.chipGroup__209642a7.oneLine__dbf4cd30{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__209642a7.oneLine__dbf4cd30::-webkit-scrollbar{display:none}.chipGroup__209642a7.multiLine__32b7fe5a{flex-wrap:wrap}.chipGroup__209642a7.lg__307070d2{gap:12px}.chipGroup__209642a7.md__c7af57b2,.chipGroup__209642a7.sm__6ca62bf8{gap:8px}.col-1__30664451{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__afd9e4af{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__37318ebe{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__b1d97081{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__dfec88d8{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__1d4fd3d1{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__4409176e{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__6a164caf{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__aa5a44d9{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__a1adb913{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__033b25df{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__6eeb02c0{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__af6a71f4{margin-left:0%}.offset-1__cb7bcd4c{margin-left:8.33333333%}.offset-2__53730f85{margin-left:16.66666667%}.offset-3__2970ac72{margin-left:25%}.offset-4__72f8ca0b{margin-left:33.33333333%}.offset-5__ccfbcd36{margin-left:41.66666667%}.offset-6__2b57f40e{margin-left:50%}.offset-7__d93948b3{margin-left:58.33333333%}.offset-8__d45106d6{margin-left:66.66666667%}.offset-9__2935c384{margin-left:75%}.offset-10__efe9ce49{margin-left:83.33333333%}.offset-11__84488632{margin-left:91.66666667%}.d-none__2177a9d1{display:none!important}.d-block__37679078{display:block!important}@media(min-width:576px){.col-sm-1__67952677{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__23790313{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__c91bf2de{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__81723924{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__6799e9b7{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__5eb2d911{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__ec32f4c4{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__7cdf9c32{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__6da0c3ad{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__db53b9c3{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__64dc1f09{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__78755d66{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__34f2f1e2{margin-left:0%}.offset-sm-1__49ae3741{margin-left:8.33333333%}.offset-sm-2__fb811077{margin-left:16.66666667%}.offset-sm-3__40b386cc{margin-left:25%}.offset-sm-4__a4be3258{margin-left:33.33333333%}.offset-sm-5__01b2cefb{margin-left:41.66666667%}.offset-sm-6__036812d0{margin-left:50%}.offset-sm-7__0defcafe{margin-left:58.33333333%}.offset-sm-8__3de9e59c{margin-left:66.66666667%}.offset-sm-9__e136d5f0{margin-left:75%}.offset-sm-10__cf91f59b{margin-left:83.33333333%}.offset-sm-11__1f9ff54b{margin-left:91.66666667%}.d-none-sm__3b88d027{display:none!important}.d-block-sm__ebae53b9{display:block!important}}@media(min-width:768px){.col-md-1__33b265e5{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__a89fdeb4{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__c8e60eb3{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__193ba382{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__f61ee69e{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__e905b1e9{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__de927338{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__0e2880a8{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__fba506a4{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__28e03712{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__80f773be{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__e0f77c18{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__026636f3{margin-left:0%}.offset-md-1__98ac7b77{margin-left:8.33333333%}.offset-md-2__fd03acbe{margin-left:16.66666667%}.offset-md-3__ecf24b89{margin-left:25%}.offset-md-4__573953dd{margin-left:33.33333333%}.offset-md-5__a3a9178e{margin-left:41.66666667%}.offset-md-6__d5ce4848{margin-left:50%}.offset-md-7__9198ec42{margin-left:58.33333333%}.offset-md-8__0e9cc087{margin-left:66.66666667%}.offset-md-9__0e55ac68{margin-left:75%}.offset-md-10__88d6ea75{margin-left:83.33333333%}.offset-md-11__003cf28f{margin-left:91.66666667%}.d-none-md__8937343d{display:none!important}.d-block-md__b99a00c9{display:block!important}}@media(min-width:992px){.col-lg-1__5036630b{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__2f690e3f{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__c5298bdc{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__f9ad771a{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__46feccd5{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__a28f7b48{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__edd74ee4{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__66ef17a6{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__c1004ad0{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__41d93e23{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__93a05e21{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__bc828577{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__6c5bed70{margin-left:0%}.offset-lg-1__127c6327{margin-left:8.33333333%}.offset-lg-2__637b92e4{margin-left:16.66666667%}.offset-lg-3__878cffd7{margin-left:25%}.offset-lg-4__c6ec1fc7{margin-left:33.33333333%}.offset-lg-5__d48e9f23{margin-left:41.66666667%}.offset-lg-6__07c4fba5{margin-left:50%}.offset-lg-7__1d5fe273{margin-left:58.33333333%}.offset-lg-8__6c5c78ef{margin-left:66.66666667%}.offset-lg-9__56628bf3{margin-left:75%}.offset-lg-10__b548526e{margin-left:83.33333333%}.offset-lg-11__2e74f6be{margin-left:91.66666667%}.d-none-lg__8718e723{display:none!important}.d-block-lg__3e3d8510{display:block!important}}@media(min-width:1200px){.col-xl-1__5b446107{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__5134f81b{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__7b9a27a3{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__b9fd6141{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__92037fb5{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__c0b33272{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__60139dab{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__08209560{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__2504d3d7{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__326af5f5{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__f4b3b691{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__1b89b8b3{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__b5ae978d{margin-left:0%}.offset-xl-1__7c319b17{margin-left:8.33333333%}.offset-xl-2__4023dfac{margin-left:16.66666667%}.offset-xl-3__9219f570{margin-left:25%}.offset-xl-4__1affc364{margin-left:33.33333333%}.offset-xl-5__828ac385{margin-left:41.66666667%}.offset-xl-6__0bfe96f0{margin-left:50%}.offset-xl-7__8163e538{margin-left:58.33333333%}.offset-xl-8__462cd5dd{margin-left:66.66666667%}.offset-xl-9__b8026822{margin-left:75%}.offset-xl-10__38732d08{margin-left:83.33333333%}.offset-xl-11__279708d5{margin-left:91.66666667%}.d-none-xl__445f7d7f{display:none!important}.d-block-xl__f31c9102{display:block!important}}.confirm__6e3b0855{flex-grow:1;margin:0 auto;max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2);box-sizing:border-box}.confirm__6e3b0855.isInLightBox__c6f038c8{max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2)}.confirm__6e3b0855.isInSideOverlaySM__0c3639d0{max-width:520px}.confirm__6e3b0855.isInSideOverlayMD__fbd51cab{max-width:680px}.confirm__6e3b0855.isInSideOverlayLG__9cf26cd6{max-width:800px}.confirmCloseButton__ac3cef42{position:absolute;top:24px;right:24px}.confirmContent__68e1e13e{margin-bottom:24px;padding-right:56px}.confirmControls__d346d770{white-space:nowrap}.confirmContentTitle__f86bea12{margin-bottom:12px}@media(max-width:767px){.confirmCloseButton__ac3cef42{top:16px;right:16px}.confirmContent__68e1e13e{margin-bottom:16px}}.dateRange__2aeed3ce{display:flex;align-items:center}.dateRangeButton__40843218{z-index:1}.separator__840e287e{width:20px;height:20px;flex-shrink:0}.divider__86ca7a46{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-25-0);border:none}.marginTopSize-4__9c173b55{margin-top:4px}.marginBottomSize-4__1ba14ed7{margin-bottom:4px}.marginTopSize-8__9282b905{margin-top:8px}.marginBottomSize-8__362bfe0e{margin-bottom:8px}.marginTopSize-12__327fa387{margin-top:12px}.marginBottomSize-12__5c8318c4{margin-bottom:12px}.marginTopSize-16__9e86472d{margin-top:16px}.marginBottomSize-16__fb167c25{margin-bottom:16px}.marginTopSize-20__03fa6b21{margin-top:20px}.marginBottomSize-20__8a6483f0{margin-bottom:20px}.marginTopSize-24__fabf6a05{margin-top:24px}.marginBottomSize-24__3613755d{margin-bottom:24px}.marginTopSize-28__2fbb8248{margin-top:28px}.marginBottomSize-28__66ea6997{margin-bottom:28px}.marginTopSize-32__8bbfee0d{margin-top:32px}.marginBottomSize-32__68c317bd{margin-bottom:32px}.smallInput__2f675650{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-25-0);background:var(--triplex-next-SmallInput-Background-1-25-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-25-0)}.smallInput__2f675650::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-25-0);opacity:1}.smallInput__2f675650::-ms-clear{display:none}.link__add73811{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-25-0)}.link__add73811:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-25-0)}.link__add73811:active{color:var(--triplex-next-Link-Text_Color_Active-1-25-0)}.link__add73811:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-25-0)}.wordWithContent__aca5d3a9{white-space:nowrap;display:inline-flex;align-items:center}.before__7d1088e0 :first-child{margin-right:2px}.after__5475b83d :last-child{margin-left:2px}.documentNumberEdit__363aad5d .label__3de3ea74{display:inline-block;margin-right:8px}.documentNumberEdit__363aad5d .inputEditWrapper__b1d06168{width:68px;display:inline-block}.ellipsisLineClamp__f95d734a{--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__f95d734a.oneLine__bf66967c{word-break:break-all}.emptyView__90829ebf,.container__938ece26{display:flex;flex-direction:column;align-items:center;width:100%}.icon__0d9e33e9{flex-shrink:0}.textBlock__fa30074d{text-align:center}button.helpBoxButton__25f9169f{position:relative;vertical-align:text-bottom}.islandAccordion__e2a7ae9d{margin:0;padding:0}.islandAccordion__e2a7ae9d .island__5d3e086e{padding:0}.islandAccordion__e2a7ae9d .item__c20e16c6{position:relative;list-style-type:none}.islandAccordion__e2a7ae9d .item__c20e16c6.disabled__da04e64c{cursor:default;pointer-events:none}.islandAccordion__e2a7ae9d .item__c20e16c6+.item__c20e16c6.sm__bad241da,.islandAccordion__e2a7ae9d .item__c20e16c6+.item__c20e16c6.md__c90dc264{margin-top:16px}.islandAccordion__e2a7ae9d .item__c20e16c6+.item__c20e16c6.lg__ddbee0a0{margin-top:24px}.islandAccordion__e2a7ae9d .item__c20e16c6 .header__9970818e{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__e2a7ae9d .item__c20e16c6 .header__9970818e:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-25-0)}.islandAccordion__e2a7ae9d .item__c20e16c6.type1__971906a9:not(.opened__fde4f3da) .header__9970818e:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-25-0)}.islandAccordion__e2a7ae9d .item__c20e16c6.type2__c4b3aa82:not(.opened__fde4f3da) .header__9970818e:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-25-0)}.islandAccordion__e2a7ae9d .item__c20e16c6.type3__c9545e5e:not(.opened__fde4f3da) .header__9970818e:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-25-0)}.islandAccordion__e2a7ae9d .item__c20e16c6 .footer__1ad9031c{text-align:right}.islandAccordion__e2a7ae9d .item__c20e16c6 .body__98c58232,.islandAccordion__e2a7ae9d .item__c20e16c6 .footer__1ad9031c{visibility:hidden}.islandAccordion__e2a7ae9d .item__c20e16c6.opened__fde4f3da .body__98c58232,.islandAccordion__e2a7ae9d .item__c20e16c6.opened__fde4f3da .footer__1ad9031c{visibility:visible}.islandAccordion__e2a7ae9d .item__c20e16c6 .caretWrapper__ecd39473{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__e2a7ae9d .item__c20e16c6 .caretIcon__5aa96e49{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__e2a7ae9d .item__c20e16c6 .title__b7f45b00{padding-right:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__e2a7ae9d .item__c20e16c6.sm__bad241da .header__9970818e{padding:16px;border-radius:16px}.islandAccordion__e2a7ae9d .item__c20e16c6.sm__bad241da .step__456898f8+.title__b7f45b00{margin-top:2px}.islandAccordion__e2a7ae9d .item__c20e16c6.sm__bad241da .body__98c58232,.islandAccordion__e2a7ae9d .item__c20e16c6.sm__bad241da .footer__1ad9031c{padding:0 16px 16px}.islandAccordion__e2a7ae9d .item__c20e16c6.sm__bad241da .caretWrapper__ecd39473{right:12px}.islandAccordion__e2a7ae9d .item__c20e16c6.sm__bad241da .remove__b9e83ba2{right:-36px;top:20px}.islandAccordion__e2a7ae9d .item__c20e16c6.sm__bad241da .step__456898f8{margin-right:12px}.islandAccordion__e2a7ae9d .item__c20e16c6.md__c90dc264 .header__9970818e{padding:24px;border-radius:24px}.islandAccordion__e2a7ae9d .item__c20e16c6.md__c90dc264 .body__98c58232,.islandAccordion__e2a7ae9d .item__c20e16c6.md__c90dc264 .footer__1ad9031c{padding:0 24px 24px}.islandAccordion__e2a7ae9d .item__c20e16c6.md__c90dc264 .caretWrapper__ecd39473{right:20px}.islandAccordion__e2a7ae9d .item__c20e16c6.md__c90dc264 .remove__b9e83ba2{right:-40px;top:28px}.islandAccordion__e2a7ae9d .item__c20e16c6.md__c90dc264 .step__456898f8{margin-right:12px}.islandAccordion__e2a7ae9d .item__c20e16c6.lg__ddbee0a0 .header__9970818e{padding:32px;border-radius:32px}.islandAccordion__e2a7ae9d .item__c20e16c6.lg__ddbee0a0 .body__98c58232,.islandAccordion__e2a7ae9d .item__c20e16c6.lg__ddbee0a0 .footer__1ad9031c{padding:0 32px 32px}.islandAccordion__e2a7ae9d .item__c20e16c6.lg__ddbee0a0 .caretWrapper__ecd39473{right:28px}.islandAccordion__e2a7ae9d .item__c20e16c6.lg__ddbee0a0 .remove__b9e83ba2{right:-40px;top:36px}.islandAccordion__e2a7ae9d .item__c20e16c6.lg__ddbee0a0 .step__456898f8{margin:0 16px 0 0}.islandAccordion__e2a7ae9d .item__c20e16c6.opened__fde4f3da:not(.disabled__da04e64c) .caretWrapper__ecd39473 .caretIcon__5aa96e49{transform:rotate(-180deg)}.islandAccordion__e2a7ae9d .item__c20e16c6 .remove__b9e83ba2{position:absolute}@media(max-width:767px){.islandAccordion__e2a7ae9d .item__c20e16c6 .footer__1ad9031c{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__e2a7ae9d .item__c20e16c6 .footer__1ad9031c>*{margin-left:0!important}.islandAccordion__e2a7ae9d .item__c20e16c6.md__c90dc264 .header__9970818e{border-radius:16px}.islandAccordion__e2a7ae9d .item__c20e16c6.lg__ddbee0a0 .header__9970818e{border-radius:24px}}.step__aa77be9f{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__aa77be9f.default__3f7a48fc{background-color:var(--triplex-next-Step-Background_Default-1-25-0)}.step__aa77be9f.default__3f7a48fc>span{color:var(--triplex-next-Step-Color_Default-1-25-0)}.step__aa77be9f.done__d8c73a85{background-color:var(--triplex-next-Step-Background_Done-1-25-0)}.step__aa77be9f.done__d8c73a85>span{color:var(--triplex-next-Step-Color_Done-1-25-0)}.step__aa77be9f.warning__8585f9ce{background-color:var(--triplex-next-Step-Background_Warning-1-25-0)}.step__aa77be9f.warning__8585f9ce>span{color:var(--triplex-next-Step-Color_Warning-1-25-0)}.step__aa77be9f.active__d3e028d2{background-color:var(--triplex-next-Step-Background_Active-1-25-0)}.step__aa77be9f.active__d3e028d2>span{color:var(--triplex-next-Step-Color_Active-1-25-0)}.step__aa77be9f.error__f50d2817{background-color:var(--triplex-next-Step-Background_Error-1-25-0)}.step__aa77be9f.error__f50d2817>span{color:var(--triplex-next-Step-Color_Error-1-25-0)}.step__aa77be9f.disabled__53a2b215{background-color:var(--triplex-next-Step-Background_Disabled-1-25-0)}.step__aa77be9f.disabled__53a2b215>span{color:var(--triplex-next-Step-Color_Disabled-1-25-0)}.lightBox__a6cdfd94{--lightBox-content-max-width: 864px;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__a6cdfd94.sm__97e4619c{--lightBox-content-max-width: 664px}.lightBox__a6cdfd94.md__dee0d76c{--lightBox-content-max-width: 864px}.lightBox__a6cdfd94.lg__b297ed2a{--lightBox-content-max-width: 1064px}.lightBox__a6cdfd94.xl__21446f85{--lightBox-content-max-width: 1264px}.lightBox__a6cdfd94 .lightBoxBackdrop__846361ed{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-25-0)}.lightBox__a6cdfd94.lightBoxSideOverlayActive__056b8dc4,.lightBox__a6cdfd94.lightBoxTopOverlayActive__1f37ab4b{overflow-y:hidden}.lightBox__a6cdfd94 .lightBoxContent__76f67c25{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-25-0)}.lightBox__a6cdfd94 .lightBoxContent__76f67c25>.global-page{width:100%;max-width:var(--lightBox-content-max-width);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBox__a6cdfd94 .lightBoxContent__76f67c25>.global-page{padding:16px}}.lightBox__a6cdfd94 .loadingContentOverlay__178100bb{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__a6cdfd94 .lightBoxContentResizeWrapper__8c0000df{position:absolute;left:0;right:0;height:0}.lightBox__a6cdfd94 .tempElSafariBug__f3b3df02{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__89459a53,.global-LB-less-or-equal-media-point-0 .lightBox__a6cdfd94.lightBoxSideOverlayActive__056b8dc4{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__76f67c25{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__76f67c25{padding-left:80px;padding-right:80px}.lightBoxControls__2dbadccc{z-index:100}.withKeyboardEvent__2ea9d22c{display:inline-block}.withoutKeyboardEvent__1aa6f47f,.lightBox__a6cdfd94.lightBoxSideOverlayActive__056b8dc4 .withKeyboardEvent__2ea9d22c,.lightBox__a6cdfd94.lightBoxTopOverlayActive__1f37ab4b .withKeyboardEvent__2ea9d22c,.lightBox__a6cdfd94.isLoading__46adba07 .withKeyboardEvent__2ea9d22c{display:none}.lightBox__a6cdfd94.lightBoxSideOverlayActive__056b8dc4 .withoutKeyboardEvent__1aa6f47f,.lightBox__a6cdfd94.lightBoxTopOverlayActive__1f37ab4b .withoutKeyboardEvent__1aa6f47f,.lightBox__a6cdfd94.isLoading__46adba07 .withoutKeyboardEvent__1aa6f47f{display:inline-block}.lightBox__a6cdfd94.isLoading__46adba07 .lightBoxPrev__49e016a8,.lightBox__a6cdfd94.isLoading__46adba07 .lightBoxNext__44046408{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__2dbadccc{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__cc43ddc3{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__5d27c15d{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__74eeb763{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__49e016a8,.global-LB-less-or-equal-media-point-0 .lightBoxNext__44046408{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__49e016a8{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__f6a17181,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__1ad889c0{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__2dbadccc{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__cc43ddc3{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__5d27c15d{display:none}.global-LB-more-media-point-0 .lightBoxClose__74eeb763{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__49e016a8,.global-LB-more-media-point-0 .lightBoxNext__44046408{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__49e016a8{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__44046408{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__cc9ba7b1{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__cc9ba7b1.fixed__8a0c3f35{position:fixed}.overlay__cc9ba7b1.closing__e2066ada,.overlay__cc9ba7b1.opened__7ff21381{visibility:visible;left:0;right:0}.overlayPanel__fa00117a{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-25-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__fa00117a.bottom__eb9f0843{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__fa00117a.left__e8e10425{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__fa00117a.right__e149d53b{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__fa00117a.top__64de8e72{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__fa00117a.left__e8e10425.opened__7ff21381,.overlayPanel__fa00117a.right__e149d53b.opened__7ff21381{transform:translate(0)}.overlayPanel__fa00117a.top__64de8e72.opened__7ff21381,.overlayPanel__fa00117a.bottom__eb9f0843.opened__7ff21381{transform:translateY(0)}.overlayContent__afe4d921{display:flex;min-height:100%}.overlayMask__8be2b137{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-25-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__8be2b137.overlayOpened__5f85c185{opacity:1}.lightBoxSideOverlayLoaderWrapper__ec39a92e{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__d88fb901{position:absolute;top:24px;right:24px;bottom:0;pointer-events:none}.lightBoxSideOverlayCloseDesktop__bf383a9e{position:sticky;top:24px;pointer-events:auto}.lightBoxSideOverlayCloseMobile__316e0d7b{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__d88fb901{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__316e0d7b{display:block}@media(max-width:767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__316e0d7b{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__d88fb901{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__316e0d7b{display:none}.lightBoxSideOverlayMask__266527aa{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-25-0)}.lightBoxSideOverlayWrapper__00d13254{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__00d13254.overflowXHidden__401cb50f{overflow-x:hidden}.lightBoxSideOverlayWrapper__00d13254.overflowYHidden__10caffb0{overflow-y:hidden}.lightBoxSideOverlayWrapper__00d13254.closing__535d98ba,.lightBoxSideOverlayWrapper__00d13254.opened__0e391a91{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__00d13254.closing__535d98ba{pointer-events:none}.lightBoxSideOverlayWrapper__00d13254 .global-page{max-width:var(--lightBox-content-max-width, 864px);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBoxSideOverlayWrapper__00d13254 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__00d13254 .lightBoxSideOverlayContent__5a194862{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-25-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__00d13254 .lightBoxSideOverlayContent__5a194862.opened__0e391a91{transform:none}.lightBoxSideOverlayWrapper__00d13254 .lightBoxSideOverlayContent__5a194862.opening__7753bf06{transform:translateY(0)}.lightBoxSideOverlayWrapper__00d13254.sm__97e4619c .global-page{width:584px;max-width:100%}.lightBoxSideOverlayWrapper__00d13254.md__dee0d76c .global-page{width:744px;max-width:100%}.lightBoxSideOverlayWrapper__00d13254.lg__b297ed2a .global-page{width:864px;max-width:100%}.lightBoxSideOverlayWrapper__00d13254 .lightBoxSideOverlayBase__f50e6554{overflow:visible;bottom:auto;height:100%}@media(max-width:767px){.lightBoxSideOverlayWrapper__00d13254 .lightBoxSideOverlayContent__5a194862{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__00d13254 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__00d13254 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__e03384c3{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__e03384c3.closing__535d98ba,.lightBoxSideOverlay__e03384c3.opening__7753bf06{overflow-x:hidden}.topOverlayMask__4223fe78{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-25-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__3cff80d9{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__3cff80d9.closing__bbd14d02,.topOverlayWrapper__3cff80d9.opened__0eea148d{bottom:0}.topOverlayWrapper__3cff80d9 .topOverlayPanel__be4d3460{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__6fcfef43{z-index:500}@media(max-width:767px){.topOverlayPanel__be4d3460{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__dd52af77{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: var(--lightBox-content-max-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))}.lightBoxLeftSidebar__dd52af77.fixed__fa3767a2{position:fixed}.lightBoxRightSidebar__b1192183{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: var(--lightBox-content-max-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))}.lightBoxRightSidebar__b1192183.fixed__fa3767a2{position:fixed}.hidden__b6f03f29{display:none}html.scroll-0__d7cb990f{--triplex-next-scroll-width: 0px}html.scroll-15__75bd628f{--triplex-next-scroll-width: 15px}html.scroll-16__3216185e{--triplex-next-scroll-width: 16px}html.scroll-17__a0573ed6{--triplex-next-scroll-width: 17px}.listMasterChipGroup__bdff9480{padding:0 16px}.listMasterFooter__203f3713{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-25-0);box-shadow:var(--triplex-next-ListMaster-Footer_Shadow-1-25-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__203f3713.sticky__c7295688{position:sticky;bottom:0}.listMasterFooterDescription__386103f8{padding-right:16px}.listMasterFooterControls__3ca0a5ee{white-space:nowrap}.listMasterHeader__9dd2e687{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-25-0);box-shadow:var(--triplex-next-ListMaster-Header_Shadow-1-25-0)}.listMasterHeader__9dd2e687.sticky__c7295688{position:sticky;top:0;z-index:1}.selectionControls__c428839a{display:flex;justify-content:space-between;align-items:center}.marker__93352823.success__26cb087f{background:var(--triplex-next-Marker-Background_Success-1-25-0)}.marker__93352823.error__c7bd31ad{background:var(--triplex-next-Marker-Background_Error-1-25-0)}.marker__93352823.warning__939f4041{background:var(--triplex-next-Marker-Background_Warning-1-25-0)}.marker__93352823.waiting__10cfa2e7{background:var(--triplex-next-Marker-Background_Waiting-1-25-0)}.markerStatus__3fa74938{line-height:0;display:flex;align-items:start}.markerStatus__3fa74938 .contentContainer__7e076b7d{display:flex;flex-direction:column}.markerStatus__3fa74938.md__26df1650{gap:4px}.markerStatus__3fa74938.md__26df1650 .markerContainer__581c71c5{margin-top:4px}.markerStatus__3fa74938.lg__c1fab5e3{gap:6px}.markerStatus__3fa74938.lg__c1fab5e3 .contentContainer__7e076b7d{gap:4px}.markerStatus__3fa74938.lg__c1fab5e3 .markerContainer__581c71c5{margin-top:5px}.orderedListItem__1636dc43{counter-increment:list-item-tx}.orderedListItem__1636dc43:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__1636dc43+.orderedListItem__1636dc43{margin-top:8px}.orderedList__8cce94f1{--start-index-tx: 0;position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx var(--start-index-tx)}.paginationExtended__7b88decc{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__cdbb0a5e .directionIconNext__4bc58c47{transform:rotate(180deg)}.paginationPageEllipsis__0fbf0a14{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;cursor:default}.paginationPageButton__c81123bd{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__c81123bd:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-25-0);outline:none}.paginationPageButton__c81123bd:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-25-0)}.paginationPageButton__c81123bd:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-25-0);cursor:grabbing}.paginationPageButton__c81123bd.currentPage__b981b2e0{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-25-0);cursor:default}.paginationNavigationExtended__7d343631{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__60cb78a8{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__60cb78a8 .paginationSelectControl__d39b5d10{margin-left:8px;min-width:72px}.row__f3fdccaa{display:flex;flex-wrap:wrap;margin-left:-8px;margin-right:-8px;padding-bottom:16px}.row__f3fdccaa.noPaddingBottom__9516ea71,.row__f3fdccaa:last-child{padding-bottom:0}.segmentedControlSegment__21914f2f{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-25-0);outline:none;cursor:pointer}.segmentedControlSegment__21914f2f:disabled{cursor:default}.sm__48e0d844 .segmentedControlSegment__21914f2f{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__9c6f7db2 .segmentedControlSegment__21914f2f{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__a9e372ba .segmentedControlSegment__21914f2f{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__ce5330d1 .segmentedControlSegment__21914f2f{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-25-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-25-0)}.general1__ce5330d1 .segmentedControlSegment__21914f2f:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-25-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-25-0)}.general1__ce5330d1 .segmentedControlSegment__21914f2f:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-25-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-25-0)}.general1__ce5330d1 .segmentedControlSegment__21914f2f.selected__c78f5607{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-25-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-25-0)}.general1__ce5330d1 .segmentedControlSegment__21914f2f.selected__c78f5607:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-25-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-25-0)}.general1__ce5330d1 .segmentedControlSegment__21914f2f.selected__c78f5607:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-25-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-25-0)}.general2__efa8d5ad .segmentedControlSegment__21914f2f{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-25-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-25-0)}.general2__efa8d5ad .segmentedControlSegment__21914f2f:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-25-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-25-0)}.general2__efa8d5ad .segmentedControlSegment__21914f2f:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-25-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-25-0)}.general2__efa8d5ad .segmentedControlSegment__21914f2f.selected__c78f5607{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-25-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-25-0)}.general2__efa8d5ad .segmentedControlSegment__21914f2f.selected__c78f5607:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-25-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-25-0)}.general2__efa8d5ad .segmentedControlSegment__21914f2f.selected__c78f5607:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-25-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-25-0)}.secondary1__40455f9a .segmentedControlSegment__21914f2f{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-25-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-25-0)}.secondary1__40455f9a .segmentedControlSegment__21914f2f:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-25-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-25-0)}.secondary1__40455f9a .segmentedControlSegment__21914f2f:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-25-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-25-0)}.secondary1__40455f9a .segmentedControlSegment__21914f2f.selected__c78f5607{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-25-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-25-0)}.secondary1__40455f9a .segmentedControlSegment__21914f2f.selected__c78f5607:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-25-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-25-0)}.secondary2__fb58cad0 .segmentedControlSegment__21914f2f{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-25-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-25-0)}.secondary2__fb58cad0 .segmentedControlSegment__21914f2f:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-25-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-25-0)}.secondary2__fb58cad0 .segmentedControlSegment__21914f2f:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-25-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-25-0)}.secondary2__fb58cad0 .segmentedControlSegment__21914f2f.selected__c78f5607{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-25-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-25-0)}.secondary2__fb58cad0 .segmentedControlSegment__21914f2f.selected__c78f5607:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-25-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-25-0)}.segmentedControlSegment__21914f2f:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-25-0)}.content__692c3e73{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__b48be71f{display:flex;gap:4px}.segmentedControl__b48be71f.general1__ce5330d1{background:var(--triplex-next-SegmentedControl-General_1_Background-1-25-0)}.segmentedControl__b48be71f.secondary1__40455f9a{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-25-0)}.segmentedControl__b48be71f.general2__efa8d5ad{background:var(--triplex-next-SegmentedControl-General_2_Background-1-25-0)}.segmentedControl__b48be71f.secondary2__fb58cad0{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-25-0)}.segmentedControl__b48be71f.sm__48e0d844{border-radius:6px;padding:4px}.segmentedControl__b48be71f.md__9c6f7db2{border-radius:8px;padding:4px}.segmentedControl__b48be71f.lg__a9e372ba{border-radius:10px;padding:8px}.skeleton__8c75ed2c{border-radius:16px;flex-grow:1}.skeleton__8c75ed2c.light__1f7e8ec8{animation:skeleton-light-pulse__63c40a6f 2s ease-in-out infinite}.skeleton__8c75ed2c.dark__6e91945d{animation:skeleton-dark-pulse__69c54335 2s ease-in-out infinite}@keyframes skeleton-light-pulse__63c40a6f{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-25-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-25-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-25-0)}}@keyframes skeleton-dark-pulse__69c54335{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-25-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-25-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-25-0)}}.sliderExtendedDot__f8cf1610{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-25-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__f8cf1610:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-25-0)}.sliderExtendedDot__f8cf1610.focusedByClick__2ea25eca:focus{box-shadow:none}.sliderExtendedDot__f8cf1610:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-25-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__f8cf1610:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-25-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__f8cf1610.disabled__81614e79{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-25-0)}.sliderExtendedDot__f8cf1610.disabled__81614e79:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-25-0)}.sliderExtendedDot__f8cf1610.disabled__81614e79:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-25-0)}.sliderExtendedDot__f8cf1610:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-25-0)}.sliderExtendedDot__f8cf1610:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-25-0)}.sliderExtendedDot__f8cf1610.dragByMouse__a163f5f7{background:var(--triplex-next-Slider-Dot_Background_Select-1-25-0)}.sliderExtendedDot__f8cf1610.dragByMouse__a163f5f7:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-25-0)}.sliderExtendedDot__f8cf1610:hover .sliderExtendedTooltipOverlay__42383ef2,.sliderExtendedDot__f8cf1610:focus .sliderExtendedTooltipOverlay__42383ef2{visibility:visible}.sliderExtendedDot__f8cf1610.lg__d1b44726{width:28px;height:28px}.sliderExtendedDot__f8cf1610.lg__d1b44726:after{width:10px;height:10px}.sliderExtendedDot__f8cf1610.lg__d1b44726:before{width:14px;height:14px}.sliderExtendedMarks__da245616{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__9f403c9f{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__9f403c9f .sliderExtendedMarkDot__fc6200ef{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-25-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__9f403c9f .sliderExtendedMarkDot__fc6200ef.inSelectedRange__4b38a901{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-25-0)}.sliderExtendedMark__9f403c9f.lg__d1b44726{top:20px}.sliderExtendedMark__9f403c9f.lg__d1b44726 .sliderExtendedMarkDot__fc6200ef{top:-20px}.sliderExtendedMark__9f403c9f .sliderExtendedMarkText__697abde0{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__9f403c9f.disabled__81614e79{pointer-events:none}.sliderExtendedMark__9f403c9f.disabled__81614e79 .sliderExtendedMarkText__697abde0{pointer-events:none;opacity:.35}.sliderExtendedMark__9f403c9f.disabled__81614e79 .sliderExtendedMarkDot__fc6200ef{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-25-0)}.sliderExtendedMark__9f403c9f:first-child,.sliderExtendedMark__9f403c9f:last-child{transform:none}.sliderExtendedMark__9f403c9f:first-child.reverse__479455ea .sliderExtendedMarkDot__fc6200ef{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__9f403c9f:first-child.reverse__479455ea .sliderExtendedMarkText__697abde0{margin-right:-4px}.sliderExtendedMark__9f403c9f:first-child:not(.reverse__479455ea) .sliderExtendedMarkDot__fc6200ef{left:0;transform:translate(-50%)}.sliderExtendedMark__9f403c9f:first-child .sliderExtendedMarkText__697abde0{margin-left:-4px}.sliderExtendedMark__9f403c9f:last-child.reverse__479455ea .sliderExtendedMarkDot__fc6200ef{left:0;transform:translate(-50%)}.sliderExtendedMark__9f403c9f:last-child.reverse__479455ea .sliderExtendedMarkText__697abde0{margin-left:-4px}.sliderExtendedMark__9f403c9f:last-child:not(.reverse__479455ea) .sliderExtendedMarkDot__fc6200ef{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__9f403c9f:last-child .sliderExtendedMarkText__697abde0{margin-right:-4px}.sliderExtendedMark__9f403c9f.active__f20cc1d8{pointer-events:none}.sliderExtendedRail__e21de24b{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-25-0);cursor:pointer}.sliderExtended__d6eba07d{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__d6eba07d.disabled__81614e79 .sliderExtendedRail__e21de24b{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-25-0)}.sliderExtended__d6eba07d.lg__d1b44726{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__aa7387b8{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-25-0);z-index:10}.sliderExtendedTrack__aa7387b8.lg__d1b44726{top:12px}.sliderExtendedTrack__aa7387b8:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-25-0)}.sliderExtendedTrack__aa7387b8.focusedByClick__2ea25eca:focus{box-shadow:none}.sliderExtendedTrack__aa7387b8.hoverOrDragByMouse__af3c9103{background:var(--triplex-next-Slider-Track_Background_Hover-1-25-0)}.sliderExtendedTrack__aa7387b8.staticSlider__5f01dafd{cursor:default;pointer-events:none}.sliderExtendedTrack__aa7387b8.disabled__81614e79{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-25-0)}.sliderExtendedTooltipOverlay__42383ef2{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__42383ef2.lg__d1b44726{bottom:32px}.sliderExtendedTooltipOverlay__42383ef2 .tooltipBody__9939eb00{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-25-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-25-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__42383ef2 .tooltipTip__db6187aa{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-25-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.sliderExtendedTooltipOverlay__42383ef2 .tooltipTip__db6187aa{margin:-.5px}}.smsField__6eb11d3d{display:inline-block;position:relative;width:100%}.smsField__6eb11d3d .input__f26493d0{text-align:center}.smsField__6eb11d3d .input__f26493d0::placeholder{opacity:1}.smsField__6eb11d3d .input__f26493d0:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-25-0)}.smsField__6eb11d3d .input__f26493d0.lg__509275e6{padding:18px 40px}.smsField__6eb11d3d .input__f26493d0.md__1a78afcb{padding-left:26px;padding-right:26px}.smsField__6eb11d3d .input__f26493d0.sm__e3be96cd{padding-left:20px;padding-right:20px}.smsField__6eb11d3d .btnRefresh__f37ebdc8{position:absolute;outline:none;z-index:1}.smsField__6eb11d3d .btnRefresh__f37ebdc8.lg__509275e6{top:12px;left:12px;height:32px;width:32px}.smsField__6eb11d3d .btnRefresh__f37ebdc8.md__1a78afcb{top:10px;left:10px}.smsField__6eb11d3d .btnRefresh__f37ebdc8.sm__e3be96cd{top:4px;left:4px}.smsField__6eb11d3d .btnRefresh__f37ebdc8 .full__55acf711{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-25-0)}.smsField__6eb11d3d .btnRefresh__f37ebdc8 .empty__69a31c11{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-25-0)}.smsField__6eb11d3d .btnRefresh__f37ebdc8:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-25-0)}.smsField__6eb11d3d .btnSubmit__b82040a2{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-25-0)}.smsField__6eb11d3d .btnSubmit__b82040a2.active__4887feac:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-25-0)}.smsField__6eb11d3d .btnSubmit__b82040a2.active__4887feac:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-25-0)}.smsField__6eb11d3d .btnSubmit__b82040a2.lg__509275e6{top:15px;right:15px;height:26px;width:26px}.smsField__6eb11d3d .btnSubmit__b82040a2.md__1a78afcb{top:10px;right:10px}.smsField__6eb11d3d .btnSubmit__b82040a2.sm__e3be96cd{top:4px;right:4px}.spoiler__56bec2fa{display:flex;flex-direction:column}.spoiler__56bec2fa.opened__67530031 .caretIcon__a13fe747{transform:rotate(-180deg)}.spoiler__56bec2fa .head__21ea5cb2 .caretIcon__a13fe747{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__56bec2fa .head__21ea5cb2 button>span{white-space:normal;text-align:left}.spoiler__56bec2fa .content__f016dc89.hidden__9089ffe3{display:none}.spoiler__56bec2fa .lg__212e2420 .content__f016dc89{margin-top:8px}.spoiler__56bec2fa .md__c7cff317 .content__f016dc89{margin-top:0}.spoiler__56bec2fa .sm__b227bb15 .content__f016dc89{margin-top:-4px}.statusTrackerWrapper__cb29d739{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-25-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-25-0);overflow:hidden;height:100%}.statusTrackerWrapper__cb29d739 .statusTracker__8de6623f{width:100%;padding:40px 24px 16px;box-sizing:border-box;z-index:1;text-align:center}.statusTrackerWrapper__cb29d739 .statusTracker__8de6623f.verticalAlignMiddle__fbeae132{align-self:center}.statusTrackerWrapper__cb29d739 .statusTracker__8de6623f.verticalAlignBottom__5064945a{align-self:end}.statusTrackerWrapper__cb29d739 .statusTracker__8de6623f .statusTrackerChild__465e7101{padding:8px 0}.statusTrackerWrapper__cb29d739 .statusTracker__8de6623f .statusTrackerChild__465e7101:empty{padding:0}.statusTrackerWrapper__cb29d739 .statusTracker__8de6623f .statusTrackerSum__cffec46c,.statusTrackerWrapper__cb29d739 .statusTracker__8de6623f .statusTrackerTitle__f626b5c1{padding-bottom:4px}.statusTrackerWrapper__cb29d739 .statusTracker__8de6623f .statusTrackerDescription__4408a337{display:block;padding-top:8px}.statusTrackerWrapper__cb29d739 .statusTracker__8de6623f .statusTrackerAlert__31d7da37{margin-top:12px;text-align:left}.statusTrackerWrapper__cb29d739 .statusTracker__8de6623f .statusTrackerStatus__a7b8d4fc{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__cb29d739 .statusTracker__8de6623f .statusTrackerFooterWrapper__3f3c74e1{display:grid}.statusTrackerWrapper__cb29d739 .statusTracker__8de6623f .statusTrackerFooterWrapper__3f3c74e1 .statusTrackerDescription__4408a337:last-child{padding-top:0}.statusTrackerWrapper__cb29d739 .statusTracker__8de6623f .statusTrackerFooterWrapper__3f3c74e1 .statusTrackerButton__6e9042a9{margin-bottom:12px}.statusTrackerWrapper__cb29d739 .statusTracker__8de6623f .statusTrackerFooterWrapper__3f3c74e1 .statusTrackerButton__6e9042a9:last-child{margin-bottom:0}.statusTrackerWrapper__cb29d739 .statusTrackerColor__7f12ac53{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__cb29d739 .statusTrackerColor__7f12ac53.waiting__2d87b2b2{background:var(--triplex-next-StatusTracker-Waiting_Color-1-25-0)}.statusTrackerWrapper__cb29d739 .statusTrackerColor__7f12ac53.warning__810fc678{background:var(--triplex-next-StatusTracker-Warning_Background-1-25-0)}.statusTrackerWrapper__cb29d739 .statusTrackerColor__7f12ac53.rejected__2517af8d{background:var(--triplex-next-StatusTracker-Rejected_Color-1-25-0)}.statusTrackerWrapper__cb29d739 .statusTrackerColor__7f12ac53.approved__74851e0b{background:var(--triplex-next-StatusTracker-Approved_Color-1-25-0)}.statusTrackerWrapper__cb29d739 .statusTrackerBackground__177c0e84{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__cb29d739 .statusTrackerBackground__177c0e84.waiting__2d87b2b2{background:var(--triplex-next-StatusTracker-Waiting_Background-1-25-0)}.statusTrackerWrapper__cb29d739 .statusTrackerBackground__177c0e84.warning__810fc678{background:var(--triplex-next-StatusTracker-Warning_Background-1-25-0)}.statusTrackerWrapper__cb29d739 .statusTrackerBackground__177c0e84.rejected__2517af8d{background:var(--triplex-next-StatusTracker-Rejected_Background-1-25-0)}.statusTrackerWrapper__cb29d739 .statusTrackerBackground__177c0e84.approved__74851e0b{background:var(--triplex-next-StatusTracker-Approved_Background-1-25-0)}@media(max-width:767px){.statusTrackerWrapper__cb29d739{border-radius:16px}}.stepperWrapper__9ec16e7a{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-1-25-0)}.stepperStep__97209117{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__97209117+.stepperStep__97209117{margin-left:12px}.stepperStep__97209117.sm__d1134cb4:not(:last-child) .content__f41c04dc{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__97209117.sm__d1134cb4:last-child .content__f41c04dc{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__97209117.sm__d1134cb4:last-child .arrow__a949f3a6{display:none}.stepperStep__97209117.md__b82095f3:not(:last-child) .content__f41c04dc{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__97209117.md__b82095f3:last-child .content__f41c04dc{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__97209117.md__b82095f3:last-child .arrow__a949f3a6{display:none}.stepperStep__97209117.lg__2bc9648b:not(:last-child) .content__f41c04dc{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__97209117.lg__2bc9648b:last-child .content__f41c04dc{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__97209117.lg__2bc9648b:last-child .arrow__a949f3a6{display:none}.stepperStep__97209117:hover:not(.active__d4e6583e):not(.disabled__65d2a1aa) .content__f41c04dc{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-25-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-25-0)}.stepperStep__97209117:hover:not(.active__d4e6583e):not(.disabled__65d2a1aa) .arrow__a949f3a6 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-25-0)}.stepperStep__97209117:hover:not(.active__d4e6583e):not(.disabled__65d2a1aa) .arrow__a949f3a6 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-25-0)}.stepperStep__97209117.active__d4e6583e{cursor:default}.stepperStep__97209117.active__d4e6583e .content__f41c04dc{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-25-0)}.stepperStep__97209117.active__d4e6583e .arrow__a949f3a6 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-25-0)}.stepperStep__97209117.active__d4e6583e.error__c58f3797 .content__f41c04dc{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-25-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-25-0)}.stepperStep__97209117.active__d4e6583e.error__c58f3797 .arrow__a949f3a6 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-25-0)}.stepperStep__97209117.active__d4e6583e.error__c58f3797 .arrow__a949f3a6 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-25-0)}.stepperStep__97209117.active__d4e6583e.warning__dc2715a2 .content__f41c04dc{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-25-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-25-0)}.stepperStep__97209117.active__d4e6583e.warning__dc2715a2 .arrow__a949f3a6 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-25-0)}.stepperStep__97209117.active__d4e6583e.warning__dc2715a2 .arrow__a949f3a6 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-25-0)}.stepperStep__97209117.completed__078e0bc4.error__c58f3797 .content__f41c04dc{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-25-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-25-0)}.stepperStep__97209117.completed__078e0bc4.error__c58f3797 .arrow__a949f3a6 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-25-0)}.stepperStep__97209117.completed__078e0bc4.error__c58f3797 .arrow__a949f3a6 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-25-0)}.stepperStep__97209117.completed__078e0bc4.error__c58f3797:hover .content__f41c04dc{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-25-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-25-0)}.stepperStep__97209117.completed__078e0bc4.error__c58f3797:hover .arrow__a949f3a6 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-25-0)}.stepperStep__97209117.completed__078e0bc4.error__c58f3797:hover .arrow__a949f3a6 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-25-0)}.stepperStep__97209117.completed__078e0bc4.warning__dc2715a2 .content__f41c04dc{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-25-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-25-0)}.stepperStep__97209117.completed__078e0bc4.warning__dc2715a2 .arrow__a949f3a6 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-25-0)}.stepperStep__97209117.completed__078e0bc4.warning__dc2715a2 .arrow__a949f3a6 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-25-0)}.stepperStep__97209117.completed__078e0bc4.warning__dc2715a2:hover .content__f41c04dc{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-25-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-25-0)}.stepperStep__97209117.completed__078e0bc4.warning__dc2715a2:hover .arrow__a949f3a6 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-25-0)}.stepperStep__97209117.completed__078e0bc4.warning__dc2715a2:hover .arrow__a949f3a6 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-25-0)}.stepperStep__97209117.inactive__1d03264b :not(.error__c58f3797):not(.warning__dc2715a2) .content__f41c04dc{color:var(--triplex-next-Stepper-Step_Color_Default-1-25-0)}.stepperStep__97209117.inactive__1d03264b :not(.error__c58f3797):not(.warning__dc2715a2):hover .content__f41c04dc{color:var(--triplex-next-Stepper-Step_Color_Hover-1-25-0)}.stepperStep__97209117.inactive__1d03264b.error__c58f3797 .content__f41c04dc{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-25-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-25-0)}.stepperStep__97209117.inactive__1d03264b.error__c58f3797 .arrow__a949f3a6 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-25-0)}.stepperStep__97209117.inactive__1d03264b.error__c58f3797 .arrow__a949f3a6 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-25-0)}.stepperStep__97209117.inactive__1d03264b.error__c58f3797:hover .content__f41c04dc{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-25-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-25-0)}.stepperStep__97209117.inactive__1d03264b.error__c58f3797:hover .arrow__a949f3a6 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-25-0)}.stepperStep__97209117.inactive__1d03264b.error__c58f3797:hover .arrow__a949f3a6 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-25-0)}.stepperStep__97209117.inactive__1d03264b.warning__dc2715a2 .content__f41c04dc{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-25-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-25-0)}.stepperStep__97209117.inactive__1d03264b.warning__dc2715a2 .arrow__a949f3a6 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-25-0)}.stepperStep__97209117.inactive__1d03264b.warning__dc2715a2 .arrow__a949f3a6 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-25-0)}.stepperStep__97209117.inactive__1d03264b.warning__dc2715a2:hover .content__f41c04dc{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-25-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-25-0)}.stepperStep__97209117.inactive__1d03264b.warning__dc2715a2:hover .arrow__a949f3a6 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-25-0)}.stepperStep__97209117.inactive__1d03264b.warning__dc2715a2:hover .arrow__a949f3a6 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-25-0)}.stepperStep__97209117.disabled__65d2a1aa{pointer-events:none}.stepperStep__97209117.disabled__65d2a1aa .content__f41c04dc{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-25-0)}.stepperStep__97209117.disabled__65d2a1aa .content__f41c04dc{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-25-0)}.stepperStep__97209117.disabled__65d2a1aa .arrow__a949f3a6 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-25-0)}.stepperStep__97209117.focusVisible__20653135.completed__078e0bc4 .content__f41c04dc,.stepperStep__97209117.focusVisible__20653135.active__d4e6583e .content__f41c04dc,.stepperStep__97209117.focusVisible__20653135.inactive__1d03264b .content__f41c04dc{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-25-0)}.stepperStep__97209117.focusVisible__20653135.completed__078e0bc4 .arrow__a949f3a6 path:last-child,.stepperStep__97209117.focusVisible__20653135.active__d4e6583e .arrow__a949f3a6 path:last-child,.stepperStep__97209117.focusVisible__20653135.inactive__1d03264b .arrow__a949f3a6 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-25-0)}.stepperStep__97209117.focusVisible__20653135.completed__078e0bc4:hover .content__f41c04dc,.stepperStep__97209117.focusVisible__20653135.active__d4e6583e:hover .content__f41c04dc,.stepperStep__97209117.focusVisible__20653135.inactive__1d03264b:hover .content__f41c04dc{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-25-0)}.stepperStep__97209117.focusVisible__20653135.completed__078e0bc4:hover .arrow__a949f3a6 path:last-child,.stepperStep__97209117.focusVisible__20653135.active__d4e6583e:hover .arrow__a949f3a6 path:last-child,.stepperStep__97209117.focusVisible__20653135.inactive__1d03264b:hover .arrow__a949f3a6 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-25-0)}.content__f41c04dc{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-25-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-25-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-25-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__d1134cb4{font-size:12px;line-height:16px}.md__b82095f3{font-size:14px;line-height:20px}.lg__2bc9648b{font-size:16px;line-height:20px}.arrow__a949f3a6{transform:translate(0)}.arrow__a949f3a6 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-25-0)}.arrow__a949f3a6 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-25-0)}.icon__e05d6d14{display:inline-flex;align-items:center;line-height:0}.nonempty__5b94db81 .icon__e05d6d14{margin-right:6px}.stepperExtended__e0f8389b{display:flex;padding:0;margin:0;list-style:none}.stepper__8bde7d74.sm__d1134cb4{padding-left:28px;padding-right:28px}.stepper__8bde7d74.md__b82095f3{padding-left:40px;padding-right:40px}.stepper__8bde7d74.lg__2bc9648b{padding-left:56px;padding-right:56px}.stepperCarousel__2dbd236c{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__2dbd236c .buttonPrev__8f82be4d,.stepperCarousel__2dbd236c .buttonNext__5631c962{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__2dbd236c .buttonPrev__8f82be4d.sm__d1134cb4,.stepperCarousel__2dbd236c .buttonNext__5631c962.sm__d1134cb4{height:28px;width:28px}.stepperCarousel__2dbd236c .buttonPrev__8f82be4d.md__b82095f3,.stepperCarousel__2dbd236c .buttonNext__5631c962.md__b82095f3{height:40px;width:40px}.stepperCarousel__2dbd236c .buttonPrev__8f82be4d.lg__2bc9648b,.stepperCarousel__2dbd236c .buttonNext__5631c962.lg__2bc9648b{height:56px;width:56px}.stepperCarousel__2dbd236c .buttonPrev__8f82be4d{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-1-25-0)}.stepperCarousel__2dbd236c .buttonNext__5631c962{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-1-25-0)}@media(max-width:767px){.stepper__8bde7d74{padding-left:16px;padding-right:16px}.buttonPrev__8f82be4d,.buttonNext__5631c962{display:none}}.suggestFieldMobileBody__e9e27fee{height:176px}.suggestFieldMobileDropdownHint__0e246303{padding:16px}.noColumns__671cacdc{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__671cacdc>.content__114667f1{width:456px;text-align:center}.filterPanel__8a9243a6{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__f024c721{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__f024c721>a:not(:first-child){margin-left:16px}.tabsLinePanel__62abd32e{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__34519214{0%{opacity:0}to{opacity:1}}.tableBasic__c70a1262{position:relative}.tableBasic__c70a1262 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__c70a1262 table th.alignLeft__29f47290,.tableBasic__c70a1262 table td.alignLeft__29f47290{text-align:left}.tableBasic__c70a1262 table th.alignRight__0a570d32,.tableBasic__c70a1262 table td.alignRight__0a570d32{text-align:right}.tableBasic__c70a1262 table th.alignCenter__56d684ad,.tableBasic__c70a1262 table td.alignCenter__56d684ad{text-align:center}.tableBasic__c70a1262 table th.verticalAlignBaseline__3c3e47d4,.tableBasic__c70a1262 table td.verticalAlignBaseline__3c3e47d4{vertical-align:baseline}.tableBasic__c70a1262 table th.verticalAlignSub__6d532987,.tableBasic__c70a1262 table td.verticalAlignSub__6d532987{vertical-align:sub}.tableBasic__c70a1262 table th.verticalAlignSuper__8d08f362,.tableBasic__c70a1262 table td.verticalAlignSuper__8d08f362{vertical-align:super}.tableBasic__c70a1262 table th.verticalAlignTextTop__065b418b,.tableBasic__c70a1262 table td.verticalAlignTextTop__065b418b{vertical-align:text-top}.tableBasic__c70a1262 table th.verticalAlignTextBottom__2f1faac0,.tableBasic__c70a1262 table td.verticalAlignTextBottom__2f1faac0{vertical-align:text-bottom}.tableBasic__c70a1262 table th.verticalAlignMiddle__8a124081,.tableBasic__c70a1262 table td.verticalAlignMiddle__8a124081{vertical-align:middle}.tableBasic__c70a1262 table th.verticalAlignTop__b59e4de2,.tableBasic__c70a1262 table td.verticalAlignTop__b59e4de2{vertical-align:top}.tableBasic__c70a1262 table th.verticalAlignBottom__2adcb03c,.tableBasic__c70a1262 table td.verticalAlignBottom__2adcb03c{vertical-align:bottom}.tableBasic__c70a1262 table>thead>tr{height:48px}.tableBasic__c70a1262 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-25-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-25-0)}.tableBasic__c70a1262 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__c70a1262 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__c70a1262 table>thead>tr>th.checkboxType__49390853{padding:16px 12px}.tableBasic__c70a1262 table>thead>tr>th .thBlock__20dca3b6{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__c70a1262 table>thead>tr>th .thBlock__20dca3b6.order__567c48fb{cursor:pointer}.tableBasic__c70a1262 table>thead>tr>th .thBlock__20dca3b6.order__567c48fb .orderButton__f2da8a72{display:flex;visibility:hidden;align-items:center}.tableBasic__c70a1262 table>thead>tr>th .thBlock__20dca3b6.order__567c48fb .orderButton__f2da8a72.alignLeft__29f47290{margin-right:8px}.tableBasic__c70a1262 table>thead>tr>th .thBlock__20dca3b6.order__567c48fb .orderButton__f2da8a72.alignRight__0a570d32{margin-left:8px}.tableBasic__c70a1262 table>thead>tr>th .thBlock__20dca3b6.order__567c48fb .orderButton__f2da8a72.sorted__7992987b{visibility:visible}.tableBasic__c70a1262 table>thead>tr>th .thBlock__20dca3b6.order__567c48fb:hover .orderButton__f2da8a72{visibility:visible}.tableBasic__c70a1262 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-25-0)}.tableBasic__c70a1262 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__c70a1262 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__c70a1262 table>tbody>tr>td.textType__32f5cd3c{padding:12px}.tableBasic__c70a1262 table>tbody>tr>td.componentsType__edeccc2b{padding:8px 12px}.tableBasic__c70a1262 table>tbody>tr>td.checkboxType__49390853{padding:10px 12px 12px}.tableBasic__c70a1262 table>tbody>tr.selected__2fcc77d8>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-25-0)}.tableBasic__c70a1262 table>tbody.clickable__97c85096>tr{cursor:pointer}.tableBasic__c70a1262 table>tbody.hoverable__9aecf11a>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-25-0)}.tableBasic__c70a1262 .footerEmptyData__3ecdcbfe{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__c70a1262 .spinnerWrapper__bda05d17{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__c70a1262 .spinnerWrapper__bda05d17 .tableLoaderScreen__4830f284{border-radius:8px 8px 0 0}.tableBasic__c70a1262 .overlayCover__26b927c6{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-25-0);animation:fadeIn__34519214 .3s}.tableBasicSettingsBody__9b809d5a{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__cb9e563e{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-25-0)!important}.columnSettingsSortableListItemTarget__cb9e563e:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-25-0)!important}.columnSettingsSortableListItemTarget__cb9e563e.dragging__85912dac{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-25-0)!important}.columnSettingsStaticListItem__3319d1e2{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-25-0)}.tableBasicSettingsFooter__41a0b6e8{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-25-0);padding:11px 12px 12px}.tableBasicSettingsHeader__6b963dcd{padding:16px 12px 12px}.tableSettingsLink__ba281f7a{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__962e7a13{width:320px}.tableFooterWrapper__22ef00ff{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__22ef00ff .tableFooterShadow__50107f9f{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-25-0);pointer-events:none}.tableFooterWrapper__22ef00ff .tableFooter__c444e02f{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-25-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__22ef00ff .tableFooter__c444e02f .tableFooterSummary__f8c31704{display:flex;align-items:center}.tableFooterWrapper__22ef00ff .tableFooter__c444e02f .tableFooterSummary__f8c31704 .tableFooterSummarySelectedCount__0ade6d1c,.tableFooterWrapper__22ef00ff .tableFooter__c444e02f .tableFooterSummary__f8c31704 .tableFooterSummarySelectAllButton__01eaef3f,.tableFooterWrapper__22ef00ff .tableFooter__c444e02f .tableFooterSummary__f8c31704 .tableFooterSummaryAmount__f5feaa1c{display:inline-flex}.tableFooterWrapper__22ef00ff .tableFooter__c444e02f .tableFooterSummary__f8c31704 .tableFooterSummarySelectedCount__0ade6d1c,.tableFooterWrapper__22ef00ff .tableFooter__c444e02f .tableFooterSummary__f8c31704 .tableFooterSummarySelectAllButton__01eaef3f,.tableFooterWrapper__22ef00ff .tableFooter__c444e02f .tableFooterSummary__f8c31704 .tableFooterSummaryAmount__f5feaa1c,.tableFooterWrapper__22ef00ff .tableFooter__c444e02f .tableFooterSummary__f8c31704 .tableFooterSummaryLabel__4bdcb396{margin-left:24px}@media(max-width:767px){.tableFooterWrapper__22ef00ff{height:112px}}.paginationPanel__4f82cc19{margin-top:16px}.masterTable__735f836b,.tabsExtended__f9e88024{position:relative}.tabsExtendedContent__db65fcca{display:inline-flex}.tabsExtendedContent__db65fcca.sm__a3d48de8{border-radius:6px;padding:4px}.tabsExtendedContent__db65fcca.md__6930f0c3{border-radius:8px;padding:4px}.tabsExtendedContent__db65fcca.lg__22cee029{border-radius:10px;padding:8px}.tabsExtendedTab__c9e6fc23{display:flex}.tabsExtendedTab__c9e6fc23+.tabsExtendedTab__c9e6fc23,.tabsExtendedDropdown__17041351{margin-left:4px}.tabsReal__08579bce,.tabsFake__f8448f15{display:flex;box-sizing:border-box;width:100%}.tabsReal__08579bce.hidden__642c5e92{visibility:hidden}.tabsReal__08579bce .tabsExtendedTab__c9e6fc23.hidden__642c5e92{display:none}.tabsFake__f8448f15{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__58c0125c .tabsExtendedContent__db65fcca{background-color:var(--triplex-next-Tabs-Type1_Background-1-25-0)}.type2__4f7c46a9 .tabsExtendedContent__db65fcca{background-color:var(--triplex-next-Tabs-Type2_Background-1-25-0)}.tabsExtendedTabButton__b0be37bc{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-25-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__b0be37bc .notificationIcon__5a3ada3d{position:absolute}.tabsExtendedTabButton__b0be37bc.lg__22cee029{border-radius:6px;padding:9px 16px}.tabsExtendedTabButton__b0be37bc.lg__22cee029 .notificationIcon__5a3ada3d{right:6px;top:6px}.tabsExtendedTabButton__b0be37bc.md__6930f0c3{border-radius:4px;padding:5px 16px}.tabsExtendedTabButton__b0be37bc.md__6930f0c3 .notificationIcon__5a3ada3d{right:4px;top:4px}.tabsExtendedTabButton__b0be37bc.sm__a3d48de8{border-radius:4px;padding:1px 16px}.tabsExtendedTabButton__b0be37bc.sm__a3d48de8 .notificationIcon__5a3ada3d{right:3px;top:3px}.tabsExtendedTabButton__b0be37bc .tabsExtendedTabButtonTextDefault__9c131a02{display:block}.tabsExtendedTabButton__b0be37bc .tabsExtendedTabButtonTextHover__8e8baf2b,.tabsExtendedTabButton__b0be37bc:hover .tabsExtendedTabButtonTextDefault__9c131a02,.tabsExtendedTabButton__b0be37bc.selected__421e8d25 .tabsExtendedTabButtonTextDefault__9c131a02{display:none}.tabsExtendedTabButton__b0be37bc:hover .tabsExtendedTabButtonTextHover__8e8baf2b,.tabsExtendedTabButton__b0be37bc.selected__421e8d25 .tabsExtendedTabButtonTextHover__8e8baf2b{display:block}.tabsExtendedTabButton__b0be37bc::-moz-focus-inner{border:none}.tabsExtendedTabButton__b0be37bc+.tabsExtendedTabButton__b0be37bc{margin-left:2px}.tabsExtendedTabButton__b0be37bc:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-25-0)}.tabsExtendedTabButton__b0be37bc.type1__58c0125c{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-25-0)}.tabsExtendedTabButton__b0be37bc.type1__58c0125c.selected__421e8d25{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-25-0)}.tabsExtendedTabButton__b0be37bc.type1__58c0125c:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-25-0)}.tabsExtendedTabButton__b0be37bc.type2__4f7c46a9{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-25-0)}.tabsExtendedTabButton__b0be37bc.type2__4f7c46a9.selected__421e8d25{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-25-0)}.tabsExtendedTabButton__b0be37bc.type2__4f7c46a9:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-25-0)}.tabsContent__93cc56c1 .tabButtonDropdown__d253d07e{justify-content:center;padding:0!important;border-radius:0!important;background:none!important}.tabsContent__93cc56c1 .tabButtonDropdown__d253d07e.sm__5ec96ce3{min-width:20px;min-height:20px;height:20px}.tabsContent__93cc56c1 .tabButtonDropdown__d253d07e.md__c133d856{min-width:32px;min-height:32px;height:32px}.tabsContent__93cc56c1 .tabButtonDropdown__d253d07e.lg__668b44e8{min-width:40px;min-height:40px;height:40px}.tag__4ee61784{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-25-0);border-radius:4px;gap:2px}.tag__4ee61784.sm__fdc7646e{height:20px;padding:2px 4px 2px 6px}.tag__4ee61784.md__c638d2fa{height:28px;padding:4px 6px 4px 8px}.tag__4ee61784.lg__0ff9d030{height:32px;padding:6px 8px 6px 10px}.content__82b620b1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagColor__260da714{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__260da714.sm__cb7b0ead{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__260da714.md__a62d28be{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__260da714.lg__a4cc26ee{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__260da714.default__1bb4f614{background:var(--triplex-next-TagColor-Background_Default-1-25-0)}.tagColor__260da714.success__86a5bc90{background:var(--triplex-next-TagColor-Background_Success-1-25-0)}.tagColor__260da714.info__42eefff5{background:var(--triplex-next-TagColor-Background_Info-1-25-0)}.tagColor__260da714.warning__844da5ed{background:var(--triplex-next-TagColor-Background_Warning-1-25-0)}.tagColor__260da714.error__0c18d13a{background:var(--triplex-next-TagColor-Background_Error-1-25-0)}.content__ee035c6b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-25-0)}.tagGroup__cf8ef173.sm__f0b1b01d{margin:-2px}.tagGroup__cf8ef173.sm__f0b1b01d>*{margin:2px}.tagGroup__cf8ef173.md__5261b68b{margin:-4px}.tagGroup__cf8ef173.md__5261b68b>*{margin:4px}.tagGroup__cf8ef173.lg__4fbdfd85{margin:-6px}.tagGroup__cf8ef173.lg__4fbdfd85>*{margin:6px}.uploadZone__754ad39a{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-25-0)}.uploadZone__754ad39a:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-25-0)}.uploadZoneDragArea__b90f0b74{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-25-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__28728ede{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-25-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-25-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-25-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__15338d01{display:none}@media(max-width:767px){.uploadZone__754ad39a,.uploadZone__754ad39a:hover{background:none}.uploadZoneDragArea__b90f0b74{display:none}}