@sberbusiness/triplex-next 0.24.0 → 0.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 (420) hide show
  1. package/README.md +0 -1
  2. package/chunks/AlertProcessSpoiler-DF_eSZ-p.js +41 -0
  3. package/chunks/{CalendarViewItem-DuqIjj7K.js → CalendarViewItem-CQErGrhc.js} +26 -26
  4. package/chunks/Card.module-Ce9rAKOc.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-Cj2c6m06.js +15 -0
  6. package/chunks/Chip-BEnNi0nL.js +77 -0
  7. package/chunks/Confirm.module-CbAi5bkG.js +15 -0
  8. package/chunks/{DropdownListItem-D_38hBVf.js → DropdownListItem-wT8cLRdZ.js} +14 -14
  9. package/chunks/DropdownMobile.module-rYB54yd0.js +23 -0
  10. package/chunks/Footer.module-CzJ_N1fs.js +9 -0
  11. package/chunks/{FormFieldInput-CP3P-T8_.js → FormFieldInput-Dj2JAqj2.js} +12 -12
  12. package/chunks/HeaderLayoutSidebar.module-HXJhEmKU.js +9 -0
  13. package/chunks/HeaderTabs.module-CjapozXy.js +9 -0
  14. package/chunks/{HeaderTitle.module-CoThbDwW.js → HeaderTitle.module-SmVWml2y.js} +2 -2
  15. package/chunks/IslandAccordion.module-YvqRlzmi.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-iMuqKnPP.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-CnPne0Uq.js +12 -0
  18. package/chunks/LightBoxContent-DlDaCKV4.js +63 -0
  19. package/chunks/LightBoxControls.module-laAGRPrR.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-B3L_EV1B.js +9 -0
  21. package/chunks/ListItemControlsButton-UKjqQcv7.js +59 -0
  22. package/chunks/ListItemTail.module-igeWTjyg.js +12 -0
  23. package/chunks/ListMasterFooter.module-C0eM4fK4.js +10 -0
  24. package/chunks/ModalWindow.module-Cpk4uhwk.js +17 -0
  25. package/chunks/Notification.module-9japFkgv.js +20 -0
  26. package/chunks/Overlay.module-B3Az7dZS.js +18 -0
  27. package/chunks/Page.module-DOHwIYM4.js +11 -0
  28. package/chunks/{RightBorderArrow-TcR9E_47.js → RightBorderArrow-C6j8565V.js} +9 -9
  29. package/chunks/SMSField.module-BOpUjsSJ.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-cdkiaSbT.js +15 -0
  31. package/chunks/{SliderExtendedRail-DawwH3OZ.js → SliderExtendedRail-jfLPbgEp.js} +9 -9
  32. package/chunks/StatusTracker.module-OAxbFucN.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-_Gn-OMhG.js → SuggestFieldMobileDropdownHint-CCyHjS-V.js} +6 -6
  34. package/chunks/TableFooter.module-CGWCS8e3.js +14 -0
  35. package/chunks/TabsExtended.module-BJOWXSHt.js +16 -0
  36. package/chunks/TabsLine.module-BsiLhw0I.js +21 -0
  37. package/chunks/TooltipDesktop.module-DVp6GHr8.js +19 -0
  38. package/chunks/TreeView.module-C2WPNvMq.js +9 -0
  39. package/chunks/{UploadZoneInput-DmnrQ-pa.js → UploadZoneInput-DYiPRAAI.js} +2 -2
  40. package/chunks/{constants-BECBzrfZ.js → constants-Ctks52i0.js} +14 -14
  41. package/chunks/utils-Bz5uKYQD.js +24 -0
  42. package/chunks/{utils-BlzKyU4p.js → utils-C6a9XDaC.js} +5 -5
  43. package/chunks/{utils-WHBUmZgw.js → utils-CrkRbGiM.js} +9 -9
  44. package/chunks/{utils-C9aEOF3O.js → utils-QVs0E_e3.js} +15 -15
  45. package/components/Alert/AlertContext/AlertContext.js +28 -28
  46. package/components/Alert/AlertProcess/AlertProcess.js +41 -34
  47. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  48. package/components/Alert/AlertProcess/enums.js +5 -0
  49. package/components/Alert/AlertTypeUtils.js +2 -2
  50. package/components/Alert/index.js +7 -5
  51. package/components/Amount/Amount.js +2 -2
  52. package/components/AmountField/AmountField.js +1 -1
  53. package/components/Avatar/Avatar.js +8 -8
  54. package/components/Badge/Badge.js +15 -15
  55. package/components/Badge/BadgeDot.js +6 -6
  56. package/components/Badge/components/BadgeContent.js +18 -18
  57. package/components/Badge/components/BadgePostfix.js +4 -4
  58. package/components/Badge/components/BadgePrefix.js +6 -6
  59. package/components/Body/Body.js +8 -8
  60. package/components/Button/Button.js +63 -86
  61. package/components/Button/ButtonBase.js +1 -1
  62. package/components/Button/ButtonDropdown.js +63 -62
  63. package/components/Button/ButtonDropdownExtended.js +1 -1
  64. package/components/Button/ButtonIcon.js +17 -19
  65. package/components/Calendar/Calendar.js +20 -20
  66. package/components/Calendar/components/CalendarControls.js +9 -9
  67. package/components/Calendar/components/CalendarFooter.js +1 -1
  68. package/components/Calendar/components/CalendarViewDays.js +1 -1
  69. package/components/Calendar/components/CalendarViewItem.js +1 -1
  70. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  71. package/components/Calendar/components/CalendarViewYears.js +1 -1
  72. package/components/Card/CardAction.js +8 -8
  73. package/components/Card/CardStatic.js +2 -2
  74. package/components/Card/components/CardContent/CardContent.js +1 -1
  75. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  76. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  77. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  78. package/components/Card/components/CardMedia.js +1 -1
  79. package/components/Card/utils.js +1 -1
  80. package/components/CarouselExtended/CarouselExtended.js +1 -1
  81. package/components/Checkbox/Checkbox.js +34 -33
  82. package/components/Checkbox/CheckboxXGroup.js +18 -17
  83. package/components/Checkbox/CheckboxYGroup.js +8 -7
  84. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  85. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  86. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  88. package/components/Chip/Chip.js +3 -2
  89. package/components/Chip/ChipClearButton.js +6 -6
  90. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  91. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  92. package/components/Chip/ChipDropdownArrow.js +4 -4
  93. package/components/Chip/ChipIcon.js +1 -1
  94. package/components/Chip/ChipMultiselect.js +1 -1
  95. package/components/Chip/ChipOptions.js +5 -5
  96. package/components/Chip/ChipSelect/ChipSelect.js +1 -1
  97. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  98. package/components/Chip/ChipSort.js +38 -43
  99. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  100. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
  101. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  102. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
  103. package/components/Chip/index.js +1 -1
  104. package/components/ChipGroup/ChipGroup.js +5 -5
  105. package/components/Col/Col.js +136 -136
  106. package/components/CollapsableTree/components/CollapsableTreeNode.js +5 -5
  107. package/components/Confirm/Confirm.js +1 -1
  108. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  109. package/components/Confirm/components/ConfirmContent.js +1 -1
  110. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  111. package/components/Confirm/components/ConfirmControls.js +1 -1
  112. package/components/DateField/DateField.js +1 -1
  113. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  114. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +4 -4
  115. package/components/DateRange/DateRange.js +13 -13
  116. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  117. package/components/DesignTokens/components/AlertProcess.js +1 -1
  118. package/components/Divider/Divider.js +17 -17
  119. package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
  120. package/components/Dropdown/desktop/DropdownDesktop.js +22 -22
  121. package/components/Dropdown/desktop/DropdownList.js +1 -1
  122. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  123. package/components/Dropdown/desktop/index.js +1 -1
  124. package/components/Dropdown/index.js +1 -1
  125. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  126. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  127. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  129. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  131. package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
  132. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  133. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  134. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  135. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
  136. package/components/Ellipsis/Ellipsis.js +8 -8
  137. package/components/EmptyView/EmptyView.js +78 -0
  138. package/components/EmptyView/enums.js +5 -0
  139. package/components/EmptyView/index.js +7 -0
  140. package/components/EmptyView/types.js +2 -0
  141. package/components/ExpandAnimation/ExpandAnimation.js +7 -7
  142. package/components/Footer/Footer.js +1 -1
  143. package/components/Footer/components/FooterDescription.js +1 -1
  144. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  145. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  146. package/components/FormField/FormField.js +17 -17
  147. package/components/FormField/components/FormFieldClear.js +8 -8
  148. package/components/FormField/components/FormFieldCounter.js +5 -5
  149. package/components/FormField/components/FormFieldDescription.js +7 -7
  150. package/components/FormField/components/FormFieldInput.js +1 -1
  151. package/components/FormField/components/FormFieldLabel.js +6 -6
  152. package/components/FormField/components/FormFieldMaskedInput.js +9 -9
  153. package/components/FormField/components/FormFieldPostfix.js +5 -5
  154. package/components/FormField/components/FormFieldPrefix.js +7 -7
  155. package/components/FormField/components/FormFieldTarget.js +12 -12
  156. package/components/FormField/components/FormFieldTextarea.js +11 -11
  157. package/components/FormField/components/index.js +1 -1
  158. package/components/FormField/index.js +1 -1
  159. package/components/Header/Header.js +1 -1
  160. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  161. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  162. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  163. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
  164. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  165. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  166. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  167. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  168. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  169. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  170. package/components/HelpBox/HelpBox.js +92 -88
  171. package/components/IconWrapper/IconWrapper.js +27 -0
  172. package/components/IconWrapper/index.js +5 -0
  173. package/components/Island/Island.js +1 -1
  174. package/components/Island/components/IslandBody.js +1 -1
  175. package/components/Island/components/IslandFooter.js +3 -3
  176. package/components/Island/components/IslandHeader.js +1 -1
  177. package/components/Island/utils.js +1 -1
  178. package/components/IslandAccordion/IslandAccordion.js +2 -2
  179. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  180. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  181. package/components/IslandAccordion/components/IslandAccordionItem.js +28 -28
  182. package/components/IslandWidget/IslandWidget.js +21 -21
  183. package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
  184. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +10 -10
  185. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  186. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  187. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  188. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  189. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  190. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  191. package/components/IslandWidget/components/IslandWidgetWrapper.js +1 -1
  192. package/components/LightBox/LightBox.js +36 -33
  193. package/components/LightBox/LightBoxContent.js +1 -1
  194. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  195. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  196. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  197. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  198. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +11 -11
  199. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  200. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  201. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  202. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +11 -11
  203. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +3 -3
  204. package/components/LightBox/enums.js +5 -0
  205. package/components/LightBox/index.js +4 -2
  206. package/components/Link/Link.js +42 -41
  207. package/components/List/List.js +4 -4
  208. package/components/List/components/ListEmptyState.js +4 -4
  209. package/components/List/components/ListItem.js +1 -1
  210. package/components/List/components/ListItemContent.js +8 -8
  211. package/components/List/components/ListItemControls.js +5 -5
  212. package/components/List/components/ListItemControlsButton.js +3 -2
  213. package/components/List/components/ListItemControlsButtonDropdown.js +29 -30
  214. package/components/List/components/ListItemLoading.js +1 -1
  215. package/components/List/components/ListItemSelectable.js +4 -4
  216. package/components/List/components/ListItemTable.js +6 -6
  217. package/components/List/components/ListItemTailLeft.js +1 -1
  218. package/components/List/components/ListItemTailRight.js +1 -1
  219. package/components/List/components/ListSortableItem.js +4 -4
  220. package/components/List/components/ListSortableItemControls.js +5 -5
  221. package/components/List/components/ListSortableItemTarget.js +12 -12
  222. package/components/List/index.js +1 -1
  223. package/components/ListMaster/ListMaster.js +1 -1
  224. package/components/ListMaster/components/ListMasterBody.js +1 -1
  225. package/components/ListMaster/components/ListMasterChipGroup.js +1 -1
  226. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  227. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  228. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  229. package/components/ListMaster/components/ListMasterHeader.js +10 -10
  230. package/components/ListMaster/components/SelectionControls.js +6 -6
  231. package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
  232. package/components/Loader/LoaderSmall/LoaderSmall.js +5 -5
  233. package/components/LoaderScreen/LoaderScreen.js +11 -11
  234. package/components/Marker/Marker.js +1 -1
  235. package/components/Marker/utils.js +1 -1
  236. package/components/MarkerStatus/MarkerStatus.js +7 -7
  237. package/components/ModalWindow/ModalWindow.js +1 -1
  238. package/components/ModalWindow/components/ModalWindowBody.js +1 -1
  239. package/components/ModalWindow/components/ModalWindowClose.js +5 -5
  240. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  241. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  242. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  243. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  244. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +8 -8
  245. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +3 -3
  246. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +3 -3
  247. package/components/Notification/Notification.js +2 -2
  248. package/components/Notification/NotificationGrouped.js +1 -1
  249. package/components/Notification/components/NotificationBody.js +1 -1
  250. package/components/Notification/components/NotificationBodyList.js +1 -1
  251. package/components/Notification/components/NotificationClose.js +1 -1
  252. package/components/Notification/components/NotificationFooter.js +1 -1
  253. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  254. package/components/Notification/components/NotificationHeader.js +1 -1
  255. package/components/Notification/components/NotificationIcon.js +1 -1
  256. package/components/Notification/components/NotificationTime.js +1 -1
  257. package/components/NumberField/NumberFieldInput.js +1 -1
  258. package/components/OrderedList/OrderedList.js +19 -14
  259. package/components/OrderedList/OrderedListItem.js +2 -2
  260. package/components/Overlay/Overlay.js +1 -1
  261. package/components/Overlay/OverlayMask.js +1 -1
  262. package/components/Overlay/OverlayPanel.js +1 -1
  263. package/components/Page/Page.js +1 -1
  264. package/components/Page/components/BodyPage.js +4 -4
  265. package/components/Page/components/FooterPage.js +1 -1
  266. package/components/Page/components/HeaderPage.js +1 -1
  267. package/components/Pagination/components/PaginationExtended.js +2 -2
  268. package/components/Pagination/components/PaginationNavigationButton.js +1 -1
  269. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  270. package/components/Pagination/components/PaginationPageButton.js +5 -5
  271. package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
  272. package/components/Pagination/components/PaginationSelect.js +7 -7
  273. package/components/Radio/Radio.js +11 -11
  274. package/components/Radio/RadioXGroup.js +13 -13
  275. package/components/Radio/RadioYGroup.js +5 -5
  276. package/components/Row/Row.js +7 -7
  277. package/components/SMSField/SMSField.js +2 -2
  278. package/components/SMSField/components/RefreshIcon.js +1 -1
  279. package/components/SMSField/components/SMSFieldInput.js +2 -2
  280. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  281. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  282. package/components/SegmentedControl/SegmentedControl.js +17 -17
  283. package/components/SegmentedControl/SegmentedControlSegment.js +37 -42
  284. package/components/SelectExtendedField/SelectExtendedField.js +1 -1
  285. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  286. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
  287. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +90 -90
  288. package/components/SelectField/SelectField.js +1 -1
  289. package/components/Skeleton/Skeleton.js +8 -8
  290. package/components/SliderExtended/SliderExtended.js +2 -2
  291. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
  292. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  293. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  294. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  295. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +5 -5
  296. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +15 -15
  297. package/components/SmallInput/SmallInput.js +6 -6
  298. package/components/Spoiler/Spoiler.js +18 -18
  299. package/components/StatusTracker/StatusTracker.js +2 -2
  300. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  301. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  302. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  303. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  304. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  305. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  306. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  307. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  308. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  309. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  310. package/components/Step/Step.js +11 -11
  311. package/components/Stepper/RightBorderArrow.js +1 -1
  312. package/components/Stepper/Stepper.js +16 -16
  313. package/components/Stepper/StepperExtended.js +4 -4
  314. package/components/Stepper/StepperStep.js +63 -65
  315. package/components/Stepper/StepperWrapper.js +2 -2
  316. package/components/Suggest/SuggestMobileDropdownContent.js +10 -10
  317. package/components/SuggestField/SuggestField.js +2 -2
  318. package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
  319. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  320. package/components/SuggestField/index.js +1 -1
  321. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  322. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  323. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  324. package/components/SuggestField/mobile/index.js +1 -1
  325. package/components/SwipeableArea/SwipeableArea.js +8 -8
  326. package/components/Table/FilterPanel.js +2 -2
  327. package/components/Table/MasterTable.js +6 -6
  328. package/components/Table/NoColumns.js +6 -6
  329. package/components/Table/PaginationPanel.js +4 -4
  330. package/components/Table/TableBasic/TableBasic.js +1 -1
  331. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  332. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  333. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  334. package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
  335. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +9 -9
  336. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +6 -6
  337. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
  338. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  339. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
  340. package/components/Table/TableFooter/TableFooter.js +1 -1
  341. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  342. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  343. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  344. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  345. package/components/Table/TabsLinePanel.js +6 -6
  346. package/components/Table/TabsLinePanelLinks.js +1 -1
  347. package/components/Table/utils.js +1 -1
  348. package/components/Tabs/Tabs.js +18 -18
  349. package/components/TabsExtended/TabsExtended.js +2 -2
  350. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  351. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  352. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  353. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  354. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  355. package/components/TabsExtended/utils.js +1 -1
  356. package/components/TabsLine/TabsLine.js +1 -1
  357. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  358. package/components/TabsLine/components/TabsLineDropdown.js +17 -17
  359. package/components/TabsLine/components/TabsLineItem.js +1 -1
  360. package/components/TabsLine/components/TabsLineMobile.js +9 -9
  361. package/components/Tag/Tag.js +25 -25
  362. package/components/TagColor/TagColor.js +10 -10
  363. package/components/TagGroup/TagGroup.js +7 -7
  364. package/components/TextField/TextField.js +1 -1
  365. package/components/TextareaField/TextareaField.js +1 -1
  366. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  367. package/components/Tooltip/components/common/TooltipLink.js +3 -3
  368. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  369. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  370. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  371. package/components/Tooltip/components/mobile/TooltipMobile.js +7 -7
  372. package/components/TopOverlay/TopOverlay.js +24 -24
  373. package/components/TreeView/TreeView.js +1 -1
  374. package/components/TreeView/components/TreeViewGroup.js +1 -1
  375. package/components/TreeView/components/TreeViewNode.js +1 -1
  376. package/components/Typography/Caption.js +19 -19
  377. package/components/Typography/CodeText.js +7 -7
  378. package/components/Typography/Text.js +9 -9
  379. package/components/Typography/Title.js +10 -10
  380. package/components/Typography/constants.js +1 -1
  381. package/components/UnorderedList/UnorderedList.js +7 -7
  382. package/components/UnorderedList/UnorderedListItem.js +2 -2
  383. package/components/UploadZone/UploadZone.js +2 -2
  384. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  385. package/components/index.js +591 -581
  386. package/index.d.ts +80 -14
  387. package/index.js +639 -629
  388. package/package.json +9 -1
  389. package/styles/triplex-next.css +541 -541
  390. package/chunks/AlertProcessSpoiler-BofkfSM8.js +0 -39
  391. package/chunks/Card.module-Cok9cKxI.js +0 -17
  392. package/chunks/CheckboxTreeExtended.module-D_OBlNho.js +0 -15
  393. package/chunks/Chip-CFtA5mp4.js +0 -104
  394. package/chunks/Confirm.module-BgCUAiCk.js +0 -15
  395. package/chunks/DropdownMobile.module-Bccjckjq.js +0 -23
  396. package/chunks/Footer.module-CkVvrPtL.js +0 -9
  397. package/chunks/HeaderLayoutSidebar.module-Ci8iAZs7.js +0 -9
  398. package/chunks/HeaderTabs.module-2vtcjdH_.js +0 -9
  399. package/chunks/IslandAccordion.module-DLanAkfo.js +0 -25
  400. package/chunks/IslandWidgetFooter.module-kdzBJDuu.js +0 -9
  401. package/chunks/IslandWidgetHeader.module-BAcC1EB8.js +0 -12
  402. package/chunks/LightBoxContent-hyVn3q-T.js +0 -56
  403. package/chunks/LightBoxControls.module-CTUWde8O.js +0 -16
  404. package/chunks/LightBoxSideOverlayClose.module-CnOh-RZn.js +0 -9
  405. package/chunks/ListItemControlsButton-BFfMrFr7.js +0 -51
  406. package/chunks/ListItemTail.module-BOV7kcBg.js +0 -12
  407. package/chunks/ListMasterFooter.module-DT_P8Iub.js +0 -10
  408. package/chunks/ModalWindow.module-DZdMA7rm.js +0 -17
  409. package/chunks/Notification.module-CJl-qcj8.js +0 -20
  410. package/chunks/Overlay.module-Buw8PcSy.js +0 -18
  411. package/chunks/Page.module-DIObxp8c.js +0 -11
  412. package/chunks/SMSField.module-B170OigL.js +0 -16
  413. package/chunks/SliderExtendedMarks.module-SBpITDrZ.js +0 -15
  414. package/chunks/StatusTracker.module-BT9AMEAv.js +0 -24
  415. package/chunks/TableFooter.module-DaFHVJUx.js +0 -14
  416. package/chunks/TabsExtended.module-vg1pJlhg.js +0 -16
  417. package/chunks/TabsLine.module-h8aBK1Tw.js +0 -21
  418. package/chunks/TooltipDesktop.module-oXI2FLzE.js +0 -19
  419. package/chunks/TreeView.module-C6t2uuwa.js +0 -9
  420. package/chunks/utils-BI5x-xfE.js +0 -24
@@ -1,541 +1,541 @@
1
- html {--triplex-next-ColorBrand-0-0-24-0: #1F3336;
2
- --triplex-next-ColorBrand-10-0-24-0: #0B3A3C;
3
- --triplex-next-ColorBrand-20-0-24-0: #006063;
4
- --triplex-next-ColorBrand-30-0-24-0: #007777;
5
- --triplex-next-ColorBrand-40-0-24-0: #008985;
6
- --triplex-next-ColorBrand-50-0-24-0: #21A19A;
7
- --triplex-next-ColorBrand-60-0-24-0: #19BDB0;
8
- --triplex-next-ColorBrand-70-0-24-0: #4BD9CF;
9
- --triplex-next-ColorBrand-80-0-24-0: #71ECDC;
10
- --triplex-next-ColorBrand-90-0-24-0: #A8F5E9;
11
- --triplex-next-ColorBrand-95-0-24-0: #C5FAF1;
12
- --triplex-next-ColorBrand-100-0-24-0: #E3FFFA;
13
- --triplex-next-ColorDarkNeutralAlpha-0-0-24-0: rgba(31, 31, 34, 1);
14
- --triplex-next-ColorDarkNeutralAlpha-10-0-24-0: rgba(31, 31, 34, .95);
15
- --triplex-next-ColorDarkNeutralAlpha-20-0-24-0: rgba(31, 31, 34, .85);
16
- --triplex-next-ColorDarkNeutralAlpha-30-0-24-0: rgba(31, 31, 34, .75);
17
- --triplex-next-ColorDarkNeutralAlpha-40-0-24-0: rgba(31, 31, 34, .65);
18
- --triplex-next-ColorDarkNeutralAlpha-50-0-24-0: rgba(31, 31, 34, .55);
19
- --triplex-next-ColorDarkNeutralAlpha-60-0-24-0: rgba(31, 31, 34, .45);
20
- --triplex-next-ColorDarkNeutralAlpha-70-0-24-0: rgba(31, 31, 34, .35);
21
- --triplex-next-ColorDarkNeutralAlpha-80-0-24-0: rgba(31, 31, 34, .25);
22
- --triplex-next-ColorDarkNeutralAlpha-90-0-24-0: rgba(31, 31, 34, .15);
23
- --triplex-next-ColorDarkNeutralAlpha-100-0-24-0: rgba(31, 31, 34, .05);
24
- --triplex-next-ColorDarkNeutral-0-0-24-0: #000000;
25
- --triplex-next-ColorDarkNeutral-10-0-24-0: #171719;
26
- --triplex-next-ColorDarkNeutral-20-0-24-0: #1B1B1D;
27
- --triplex-next-ColorDarkNeutral-30-0-24-0: #1F1F22;
28
- --triplex-next-ColorDarkNeutral-40-0-24-0: #262629;
29
- --triplex-next-ColorDarkNeutral-50-0-24-0: #2D2D30;
30
- --triplex-next-ColorDarkNeutral-60-0-24-0: #343437;
31
- --triplex-next-ColorDarkNeutral-70-0-24-0: #3B3B3E;
32
- --triplex-next-ColorDarkNeutral-80-0-24-0: #424245;
33
- --triplex-next-ColorDarkNeutral-90-0-24-0: #49494C;
34
- --triplex-next-ColorDarkNeutral-100-0-24-0: #4F4F52;
35
- --triplex-next-ColorError-0-0-24-0: #443139;
36
- --triplex-next-ColorError-10-0-24-0: #4E3741;
37
- --triplex-next-ColorError-20-0-24-0: #A90024;
38
- --triplex-next-ColorError-30-0-24-0: #BD002C;
39
- --triplex-next-ColorError-40-0-24-0: #D10032;
40
- --triplex-next-ColorError-50-0-24-0: #E60037;
41
- --triplex-next-ColorError-60-0-24-0: #F80C45;
42
- --triplex-next-ColorError-70-0-24-0: #FF5571;
43
- --triplex-next-ColorError-80-0-24-0: #FFB1C1;
44
- --triplex-next-ColorError-90-0-24-0: #FCE0E6;
45
- --triplex-next-ColorError-100-0-24-0: #FFF0F3;
46
- --triplex-next-ColorInfo-0-0-24-0: #313749;
47
- --triplex-next-ColorInfo-10-0-24-0: #2E3A52;
48
- --triplex-next-ColorInfo-20-0-24-0: #0A43B0;
49
- --triplex-next-ColorInfo-30-0-24-0: #124FC2;
50
- --triplex-next-ColorInfo-40-0-24-0: #0E57CC;
51
- --triplex-next-ColorInfo-50-0-24-0: #1371E4;
52
- --triplex-next-ColorInfo-60-0-24-0: #1297FE;
53
- --triplex-next-ColorInfo-70-0-24-0: #66BEFF;
54
- --triplex-next-ColorInfo-80-0-24-0: #8DD2FF;
55
- --triplex-next-ColorInfo-90-0-24-0: #B8E6FF;
56
- --triplex-next-ColorInfo-100-0-24-0: #E3F6FF;
57
- --triplex-next-ColorNeutralAlpha-0-0-24-0: rgba(255, 255, 255, 1);
58
- --triplex-next-ColorNeutralAlpha-10-0-24-0: rgba(255, 255, 255, .95);
59
- --triplex-next-ColorNeutralAlpha-20-0-24-0: rgba(255, 255, 255, .85);
60
- --triplex-next-ColorNeutralAlpha-30-0-24-0: rgba(255, 255, 255, .75);
61
- --triplex-next-ColorNeutralAlpha-40-0-24-0: rgba(255, 255, 255, .65);
62
- --triplex-next-ColorNeutralAlpha-50-0-24-0: rgba(255, 255, 255, .55);
63
- --triplex-next-ColorNeutralAlpha-60-0-24-0: rgba(255, 255, 255, .45);
64
- --triplex-next-ColorNeutralAlpha-70-0-24-0: rgba(255, 255, 255, .35);
65
- --triplex-next-ColorNeutralAlpha-80-0-24-0: rgba(255, 255, 255, .25);
66
- --triplex-next-ColorNeutralAlpha-90-0-24-0: rgba(255, 255, 255, .15);
67
- --triplex-next-ColorNeutralAlpha-100-0-24-0: rgba(255, 255, 255, .05);
68
- --triplex-next-ColorNeutral-0-0-24-0: #CBCFD7;
69
- --triplex-next-ColorNeutral-10-0-24-0: #D1D4DC;
70
- --triplex-next-ColorNeutral-20-0-24-0: #D6D9E0;
71
- --triplex-next-ColorNeutral-30-0-24-0: #DCDFE4;
72
- --triplex-next-ColorNeutral-40-0-24-0: #DFE2E7;
73
- --triplex-next-ColorNeutral-50-0-24-0: #E3E6EA;
74
- --triplex-next-ColorNeutral-60-0-24-0: #E7E9EE;
75
- --triplex-next-ColorNeutral-70-0-24-0: #EAEDF1;
76
- --triplex-next-ColorNeutral-80-0-24-0: #EEF0F4;
77
- --triplex-next-ColorNeutral-90-0-24-0: #F2F4F7;
78
- --triplex-next-ColorNeutral-100-0-24-0: #FFFFFF;
79
- --triplex-next-ColorSuccess-0-0-24-0: #28433E;
80
- --triplex-next-ColorSuccess-10-0-24-0: #2A4C45;
81
- --triplex-next-ColorSuccess-20-0-24-0: #00624C;
82
- --triplex-next-ColorSuccess-30-0-24-0: #007353;
83
- --triplex-next-ColorSuccess-40-0-24-0: #008B5C;
84
- --triplex-next-ColorSuccess-50-0-24-0: #00C075;
85
- --triplex-next-ColorSuccess-60-0-24-0: #00D67D;
86
- --triplex-next-ColorSuccess-70-0-24-0: #3AF299;
87
- --triplex-next-ColorSuccess-80-0-24-0: #8AFFB8;
88
- --triplex-next-ColorSuccess-90-0-24-0: #B8FFD4;
89
- --triplex-next-ColorSuccess-100-0-24-0: #E1FFEB;
90
- --triplex-next-ColorSystem-0-0-24-0: #373C49;
91
- --triplex-next-ColorSystem-10-0-24-0: #384156;
92
- --triplex-next-ColorSystem-20-0-24-0: #47526D;
93
- --triplex-next-ColorSystem-30-0-24-0: #57637F;
94
- --triplex-next-ColorSystem-40-0-24-0: #697591;
95
- --triplex-next-ColorSystem-50-0-24-0: #8291B3;
96
- --triplex-next-ColorSystem-60-0-24-0: #95A3C1;
97
- --triplex-next-ColorSystem-70-0-24-0: #A9B6D0;
98
- --triplex-next-ColorSystem-80-0-24-0: #BFCADF;
99
- --triplex-next-ColorSystem-90-0-24-0: #D6DEED;
100
- --triplex-next-ColorSystem-95-0-24-0: #E0E8F4;
101
- --triplex-next-ColorSystem-100-0-24-0: #EEF3FC;
102
- --triplex-next-ColorWarning-0-0-24-0: #463734;
103
- --triplex-next-ColorWarning-10-0-24-0: #4F3E3B;
104
- --triplex-next-ColorWarning-20-0-24-0: #E03400;
105
- --triplex-next-ColorWarning-30-0-24-0: #E63D00;
106
- --triplex-next-ColorWarning-40-0-24-0: #EF4C01;
107
- --triplex-next-ColorWarning-50-0-24-0: #FD6508;
108
- --triplex-next-ColorWarning-60-0-24-0: #FF7A17;
109
- --triplex-next-ColorWarning-70-0-24-0: #FFB13B;
110
- --triplex-next-ColorWarning-80-0-24-0: #FFD169;
111
- --triplex-next-ColorWarning-90-0-24-0: #FCEAC7;
112
- --triplex-next-ColorWarning-100-0-24-0: #FFF4DB;
113
- --triplex-next-AlertContext-Error_Color-0-24-0: #D10032;
114
- --triplex-next-AlertContext-Info_Color-0-24-0: rgba(31, 31, 34, 1);
115
- --triplex-next-AlertContext-System_Color-0-24-0: rgba(31, 31, 34, 1);
116
- --triplex-next-AlertContext-Warning_Color-0-24-0: rgba(31, 31, 34, 1);
117
- --triplex-next-AlertProcess-Info_Background-0-24-0: #E3F6FF;
118
- --triplex-next-AlertProcess-Warning_Background-0-24-0: #FFF4DB;
119
- --triplex-next-AlertProcess-Error_Background-0-24-0: #FFF0F3;
120
- --triplex-next-AlertProcess-System_Background-0-24-0: #EEF3FC;
121
- --triplex-next-AlertProcess-Feature_Background-0-24-0: #E3FFFA;
122
- --triplex-next-Avatar-Background-0-24-0: #E3E6EA;
123
- --triplex-next-Badge-Background-0-24-0: #FFB13B;
124
- --triplex-next-Button-General_Background_Active-0-24-0: #007777;
125
- --triplex-next-Button-General_Background_Default-0-24-0: #21A19A;
126
- --triplex-next-Button-General_Background_Disabled-0-24-0: #F2F4F7;
127
- --triplex-next-Button-General_Background_Hover-0-24-0: #19BDB0;
128
- --triplex-next-Button-General_Color_Active-0-24-0: rgba(255, 255, 255, 1);
129
- --triplex-next-Button-General_Color_Default-0-24-0: rgba(255, 255, 255, 1);
130
- --triplex-next-Button-General_Color_Disabled-0-24-0: rgba(31, 31, 34, .35);
131
- --triplex-next-Button-General_Color_Hover-0-24-0: rgba(255, 255, 255, 1);
132
- --triplex-next-Button-General_Shadow_Focus-0-24-0: 0 0 0 1px #FFD169 inset;
133
- --triplex-next-Button-Secondary_Background_Active-0-24-0: #DCDFE4;
134
- --triplex-next-Button-Secondary_Background_Default-0-24-0: #F2F4F7;
135
- --triplex-next-Button-Secondary_Background_Disabled-0-24-0: #F2F4F7;
136
- --triplex-next-Button-Secondary_Background_Hover-0-24-0: #EAEDF1;
137
- --triplex-next-Button-Secondary_Color_Active-0-24-0: #007777;
138
- --triplex-next-Button-Secondary_Color_Default-0-24-0: #008985;
139
- --triplex-next-Button-Secondary_Color_Disabled-0-24-0: rgba(31, 31, 34, .35);
140
- --triplex-next-Button-Secondary_Color_Hover-0-24-0: #21A19A;
141
- --triplex-next-Button-Secondary_Shadow_Focus-0-24-0: 0 0 0 1px #FFD169 inset;
142
- --triplex-next-Button-SecondaryLight_Background_Active-0-24-0: #DFE2E7;
143
- --triplex-next-Button-SecondaryLight_Background_Default-0-24-0: #FFFFFF;
144
- --triplex-next-Button-SecondaryLight_Background_Disabled-0-24-0: #F2F4F7;
145
- --triplex-next-Button-SecondaryLight_Background_Hover-0-24-0: #EEF0F4;
146
- --triplex-next-Button-SecondaryLight_Color_Active-0-24-0: #007777;
147
- --triplex-next-Button-SecondaryLight_Color_Default-0-24-0: #008985;
148
- --triplex-next-Button-SecondaryLight_Color_Disabled-0-24-0: rgba(31, 31, 34, .35);
149
- --triplex-next-Button-SecondaryLight_Color_Hover-0-24-0: #21A19A;
150
- --triplex-next-Button-SecondaryLight_Shadow_Focus-0-24-0: 0 0 0 1px #FFD169 inset;
151
- --triplex-next-Button-Danger_Background_Active-0-24-0: #BD002C;
152
- --triplex-next-Button-Danger_Background_Default-0-24-0: #E60037;
153
- --triplex-next-Button-Danger_Background_Disabled-0-24-0: #F2F4F7;
154
- --triplex-next-Button-Danger_Background_Hover-0-24-0: #F80C45;
155
- --triplex-next-Button-Danger_Color_Active-0-24-0: rgba(255, 255, 255, 1);
156
- --triplex-next-Button-Danger_Color_Default-0-24-0: rgba(255, 255, 255, 1);
157
- --triplex-next-Button-Danger_Color_Disabled-0-24-0: rgba(31, 31, 34, .35);
158
- --triplex-next-Button-Danger_Color_Hover-0-24-0: rgba(255, 255, 255, 1);
159
- --triplex-next-Button-Danger_Shadow_Focus-0-24-0: 0 0 0 1px #FFD169 inset;
160
- --triplex-next-Button-Icon_Shadow_Focus-0-24-0: 0 0 0 1px #FFD169;
161
- --triplex-next-Button-Link_Color_Active-0-24-0: #007777;
162
- --triplex-next-Button-Link_Color_Default-0-24-0: #008985;
163
- --triplex-next-Button-Link_Color_Disabled-0-24-0: rgba(31, 31, 34, .35);
164
- --triplex-next-Button-Link_Color_Hover-0-24-0: #21A19A;
165
- --triplex-next-Button-Link_Shadow_Focus-0-24-0: 0 0 0 1px #FFD169 inset;
166
- --triplex-next-Calendar-Background_Shadow-0-24-0: 0 2px 7px 0 rgba(31, 31, 34, 0.25);
167
- --triplex-next-Calendar-View_Header_Color-0-24-0: rgba(31, 31, 34, .55);
168
- --triplex-next-Calendar-View_Item_Background_Default-0-24-0: none;
169
- --triplex-next-Calendar-View_Item_Background_Hover-0-24-0: #19BDB0;
170
- --triplex-next-Calendar-View_Item_Background_Selected_Default-0-24-0: #21A19A;
171
- --triplex-next-Calendar-View_Item_Background_Selected_Hover-0-24-0: #007777;
172
- --triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-24-0: #E3FFFA;
173
- --triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-24-0: #A8F5E9;
174
- --triplex-next-Calendar-View_Item_BorderColor_Default-0-24-0: transparent;
175
- --triplex-next-Calendar-View_Item_BorderColor_Focus-0-24-0: #FFD169;
176
- --triplex-next-Calendar-View_Item_Color_Default-0-24-0: rgba(31, 31, 34, 1);
177
- --triplex-next-Calendar-View_Item_Color_Hover-0-24-0: rgba(255, 255, 255, 1);
178
- --triplex-next-Calendar-View_Item_Color_Disabled-0-24-0: rgba(31, 31, 34, .35);
179
- --triplex-next-Calendar-View_Item_Color_Muted-0-24-0: rgba(31, 31, 34, .35);
180
- --triplex-next-Calendar-View_Item_Color_Selected-0-24-0: rgba(255, 255, 255, 1);
181
- --triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-24-0: rgba(31, 31, 34, .35);
182
- --triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-24-0: rgba(31, 31, 34, .35);
183
- --triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-24-0: rgba(31, 31, 34, .35);
184
- --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-24-0: rgba(31, 31, 34, .35);
185
- --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-24-0: rgba(31, 31, 34, .35);
186
- --triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-24-0: #00C075;
187
- --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-24-0: #00C075;
188
- --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-24-0: #00C075;
189
- --triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-24-0: #FD6508;
190
- --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-24-0: #FD6508;
191
- --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-24-0: #FD6508;
192
- --triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-24-0: #E60037;
193
- --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-24-0: #E60037;
194
- --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-24-0: #E60037;
195
- --triplex-next-Card-Static_General_Background-0-24-0: #FFFFFF;
196
- --triplex-next-Card-Static_Secondary_Background-0-24-0: #F2F4F7;
197
- --triplex-next-Card-Action_General_Background-0-24-0: #FFFFFF;
198
- --triplex-next-Card-Action_General_Background_Hover-0-24-0: #FFFFFF;
199
- --triplex-next-Card-Action_General_Background_Selected-0-24-0: #F2F4F7;
200
- --triplex-next-Card-Action_General_Background_Selected_Hover-0-24-0: #F2F4F7;
201
- --triplex-next-Card-Action_Secondary_Background-0-24-0: #F2F4F7;
202
- --triplex-next-Card-Action_Secondary_Background_Hover-0-24-0: #EAEDF1;
203
- --triplex-next-Card-Action_Secondary_Background_Selected-0-24-0: #E3E6EA;
204
- --triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-24-0: #DCDFE4;
205
- --triplex-next-Card-Shadow_Default-0-24-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
206
- --triplex-next-Card-Shadow_Focus-0-24-0: inset 0 0 0 1px #FFD169;
207
- --triplex-next-Card-Shadow_Hover-0-24-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
208
- --triplex-next-Card-Shadow_Selected-0-24-0: inset 0 0 0 1px #21A19A;
209
- --triplex-next-Card-Shadow_Selected_Hover-0-24-0: inset 0 0 0 1px #19BDB0;
210
- --triplex-next-Checkbox-Background_Checked_Default-0-24-0: #21A19A;
211
- --triplex-next-Checkbox-Background_Checked_Disabled-0-24-0: #EAEDF1;
212
- --triplex-next-Checkbox-Background_Checked_Hover-0-24-0: #007777;
213
- --triplex-next-Checkbox-Background_Default-0-24-0: #F2F4F7;
214
- --triplex-next-Checkbox-Background_Disabled-0-24-0: #F2F4F7;
215
- --triplex-next-Checkbox-Background_Hover-0-24-0: #19BDB0;
216
- --triplex-next-Checkbox-BorderColor_Default-0-24-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
217
- --triplex-next-Checkbox-BorderColor_Disabled-0-24-0: 0 0 0 1px #E3E6EA inset;
218
- --triplex-next-Checkbox-BorderColor_Focus-0-24-0: 0 0 0 1px #FFD169 inset;
219
- --triplex-next-Checkbox-BorderColor_Hover-0-24-0: none;
220
- --triplex-next-Checkbox-BorderColor_Checked_Default-0-24-0: none;
221
- --triplex-next-Checkbox-BorderColor_Checked_Disabled-0-24-0: none;
222
- --triplex-next-Checkbox-Checkmark_Fill_Default-0-24-0: rgba(255, 255, 255, 1);
223
- --triplex-next-Checkbox-Checkmark_Fill_Disabled-0-24-0: rgba(31, 31, 34, .15);
224
- --triplex-next-Chip-Background_Active-0-24-0: #DFE2E7;
225
- --triplex-next-Chip-Background_Default-0-24-0: #F2F4F7;
226
- --triplex-next-Chip-Background_Disabled-0-24-0: #F2F4F7;
227
- --triplex-next-Chip-Background_Hover-0-24-0: #EAEDF1;
228
- --triplex-next-Chip-Background_Selected_Active-0-24-0: #4F4F52;
229
- --triplex-next-Chip-Background_Selected_Default-0-24-0: #3B3B3E;
230
- --triplex-next-Chip-Background_Selected_Disabled-0-24-0: #343437;
231
- --triplex-next-Chip-Background_Selected_Hover-0-24-0: #49494C;
232
- --triplex-next-Chip-Color_Active-0-24-0: rgba(31, 31, 34, 1);
233
- --triplex-next-Chip-Color_Default-0-24-0: rgba(31, 31, 34, 1);
234
- --triplex-next-Chip-Color_Disabled-0-24-0: rgba(31, 31, 34, .35);
235
- --triplex-next-Chip-Color_Hover-0-24-0: rgba(31, 31, 34, 1);
236
- --triplex-next-Chip-Color_Selected_Active-0-24-0: rgba(255, 255, 255, 1);
237
- --triplex-next-Chip-Color_Selected_Default-0-24-0: rgba(255, 255, 255, 1);
238
- --triplex-next-Chip-Color_Selected_Disabled-0-24-0: rgba(255, 255, 255, .25);
239
- --triplex-next-Chip-Color_Selected_Hover-0-24-0: rgba(255, 255, 255, 1);
240
- --triplex-next-Chip-Shadow_Focus-0-24-0: 0 0 0 1px #FFD169 inset;
241
- --triplex-next-Divider-Background-0-24-0: #D6D9E0;
242
- --triplex-next-Dropdown-Background-0-24-0: #FFFFFF;
243
- --triplex-next-Dropdown-Shadow-0-24-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
244
- --triplex-next-DropdownList-Background_Active-0-24-0: #EAEDF1;
245
- --triplex-next-DropdownList-Background_Default-0-24-0: none;
246
- --triplex-next-DropdownList-Background_Selected-0-24-0: #DCDFE4;
247
- --triplex-next-DropdownList-Color-0-24-0: rgba(31, 31, 34, 1);
248
- --triplex-next-DropdownMobile-Backdrop-0-24-0: rgba(31, 31, 34, .65);
249
- --triplex-next-DropdownMobile-Border_Color-0-24-0: #D6D9E0;
250
- --triplex-next-DropdownMobile-Content_Background-0-24-0: #FFFFFF;
251
- --triplex-next-DropdownMobile-Footer_Background-0-24-0: #FFFFFF;
252
- --triplex-next-DropdownMobile-Header_Background-0-24-0: #F2F4F7;
253
- --triplex-next-DropdownMobileList-Active_Background-0-24-0: #EAEDF1;
254
- --triplex-next-DropdownMobileList-Selected_Background-0-24-0: #DCDFE4;
255
- --triplex-next-FooterPage-StickyShadow-0-24-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
256
- --triplex-next-FormField-Background_Active-0-24-0: #F2F4F7;
257
- --triplex-next-FormField-Background_Default-0-24-0: #F2F4F7;
258
- --triplex-next-FormField-Background_Disabled-0-24-0: #F2F4F7;
259
- --triplex-next-FormField-Background_Error-0-24-0: #FFF0F3;
260
- --triplex-next-FormField-Background_Error_Hover-0-24-0: #FCE0E6;
261
- --triplex-next-FormField-Background_Hover-0-24-0: #EAEDF1;
262
- --triplex-next-FormField-Background_Warning-0-24-0: #FFF4DB;
263
- --triplex-next-FormField-Background_Warning_Hover-0-24-0: #FCEAC7;
264
- --triplex-next-FormField-Input_Color_Default-0-24-0: rgba(31, 31, 34, 1);
265
- --triplex-next-FormField-Input_Color_Disabled-0-24-0: rgba(31, 31, 34, .35);
266
- --triplex-next-FormField-Target_Color_Default-0-24-0: rgba(31, 31, 34, 1);
267
- --triplex-next-FormField-Target_Color_Disabled-0-24-0: rgba(31, 31, 34, .45);
268
- --triplex-next-FormField-Target_PlaceholderColor_Default-0-24-0: rgba(31, 31, 34, .65);
269
- --triplex-next-FormField-Label_Color_Default-0-24-0: rgba(31, 31, 34, .65);
270
- --triplex-next-FormField-Label_Color_Disabled-0-24-0: rgba(31, 31, 34, .35);
271
- --triplex-next-FormField-Shadow_Active-0-24-0: 0 0 0 1px #21A19A inset;
272
- --triplex-next-FormField-Shadow_Default-0-24-0: none;
273
- --triplex-next-FormField-Shadow_Error_Active-0-24-0: 0 0 0 1px #E60037 inset;
274
- --triplex-next-FormField-Shadow_Warning_Active-0-24-0: 0 0 0 1px #FD6508 inset;
275
- --triplex-next-FormField-Placeholder_Color-0-24-0: rgba(31, 31, 34, .65);
276
- --triplex-next-HeaderPage-StickyShadow-0-24-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
277
- --triplex-next-Island-Type1_Background-0-24-0: #FFFFFF;
278
- --triplex-next-Island-Type2_Background-0-24-0: rgba(255, 255, 255, .35);
279
- --triplex-next-Island-Type3_Background-0-24-0: #F2F4F7;
280
- --triplex-next-Island-Type1_Shadow-0-24-0: none;
281
- --triplex-next-Island-Type2_Shadow-0-24-0: 0 0 0 1px #FFFFFF inset;
282
- --triplex-next-Island-Type3_Shadow-0-24-0: none;
283
- --triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-24-0: #DCDFE4;
284
- --triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-24-0: rgba(31, 31, 34, .05);
285
- --triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-24-0: #DCDFE4;
286
- --triplex-next-IslandAccordion-Shadow_Focus-0-24-0: 0 0 0 1px #FFD169 inset;
287
- --triplex-next-IslandWidget-ExtraFooter_Background-0-24-0: #FFFFFF;
288
- --triplex-next-IslandWidget-ExtraFooter_Shadow-0-24-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
289
- --triplex-next-LightBox-Backdrop_Background-0-24-0: rgba(31, 31, 34, .75);
290
- --triplex-next-LightBox-Content_Background-0-24-0: #EAEDF1;
291
- --triplex-next-Link-BorderColor_Focus-0-24-0: 0 0 0 1px #FFD169 inset;
292
- --triplex-next-Link-Text_Color_Active-0-24-0: #007777;
293
- --triplex-next-Link-Text_Color_Default-0-24-0: #008985;
294
- --triplex-next-Link-Text_Color_Hover-0-24-0: #21A19A;
295
- --triplex-next-ListItem-Background-0-24-0: #FFFFFF;
296
- --triplex-next-ListItem-Background_Dragging-0-24-0: #FFFFFF;
297
- --triplex-next-ListItem-Background_Selected-0-24-0: #F2F4F7;
298
- --triplex-next-ListItem-Shadow_Dragging-0-24-0: 0 2px 7px rgba(31, 31, 34, 0.25);
299
- --triplex-next-ListItemControlsButton-Background_Active-0-24-0: #DCDFE4;
300
- --triplex-next-ListItemControlsButton-Background_Default-0-24-0: #F2F4F7;
301
- --triplex-next-ListItemControlsButton-Background_Hover-0-24-0: #EAEDF1;
302
- --triplex-next-ListItemControlsButton-Color_Active-0-24-0: #007777;
303
- --triplex-next-ListItemControlsButton-Color_Default-0-24-0: #008985;
304
- --triplex-next-ListItemControlsButton-Color_Hover-0-24-0: #21A19A;
305
- --triplex-next-ListMaster-Background-0-24-0: #FFFFFF;
306
- --triplex-next-ListMaster-Footer_Background-0-24-0: #FFFFFF;
307
- --triplex-next-ListMaster-Footer_Shadow-0-24-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
308
- --triplex-next-ListMaster-Header_Background-0-24-0: #FFFFFF;
309
- --triplex-next-ListMaster-Header_Shadow-0-24-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
310
- --triplex-next-Loader-Element_Background_Brand-0-24-0: #21A19A;
311
- --triplex-next-Loader-Element_Background_Neutral-0-24-0: rgba(255, 255, 255, 1);
312
- --triplex-next-Loader-Middle_Background_Default-0-24-0: #EEF0F4;
313
- --triplex-next-LoaderScreen-Small_Backdrop_Default-0-24-0: rgba(255, 255, 255, .75);
314
- --triplex-next-LoaderScreen-Middle_Backdrop_Default-0-24-0: rgba(255, 255, 255, .75);
315
- --triplex-next-LoaderScreen-Middle_Background_Default-0-24-0: #EEF0F4;
316
- --triplex-next-Marker-Background_Error-0-24-0: #E60037;
317
- --triplex-next-Marker-Background_Success-0-24-0: #21A19A;
318
- --triplex-next-Marker-Background_Waiting-0-24-0: #8291B3;
319
- --triplex-next-Marker-Background_Warning-0-24-0: #FD6508;
320
- --triplex-next-MarkerStatus-Description_Color-0-24-0: rgba(0, 0, 0, 0.55);
321
- --triplex-next-ModalWindow-Background-0-24-0: #EAEDF1;
322
- --triplex-next-ModalWindow-Backdrop_Background-0-24-0: rgba(79, 79, 82, .5);
323
- --triplex-next-MultiselectField-Divider_Color-0-24-0: #D6D9E0;
324
- --triplex-next-Notification-Background-0-24-0: #FFFFFF;
325
- --triplex-next-Notification-Color-0-24-0: #1F1F22;
326
- --triplex-next-Notification-TimeColor-0-24-0: rgba(31, 31, 34, 0.65);
327
- --triplex-next-Notification-Shadow-0-24-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
328
- --triplex-next-Overlay-Background-0-24-0: rgba(255, 255, 255, .8);
329
- --triplex-next-Overlay-Panel_Background-0-24-0: #FFFFFF;
330
- --triplex-next-Pagination-PageButton_Background_Active-0-24-0: #E3E6EA;
331
- --triplex-next-Pagination-PageButton_Background_Hover-0-24-0: #F2F4F7;
332
- --triplex-next-Pagination-PageButton_Background_Selected-0-24-0: #E3E6EA;
333
- --triplex-next-Pagination-PageButton_BorderColor_Focus-0-24-0: #FFD169;
334
- --triplex-next-Radio-Background_Checked_Default-0-24-0: #21A19A;
335
- --triplex-next-Radio-Background_Checked_Disabled-0-24-0: #EAEDF1;
336
- --triplex-next-Radio-Background_Checked_Hover-0-24-0: #007777;
337
- --triplex-next-Radio-Background_Default-0-24-0: #F2F4F7;
338
- --triplex-next-Radio-Background_Disabled-0-24-0: #F2F4F7;
339
- --triplex-next-Radio-Background_Hover-0-24-0: #19BDB0;
340
- --triplex-next-Radio-BorderColor_Default-0-24-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
341
- --triplex-next-Radio-BorderColor_Disabled-0-24-0: 0 0 0 1px #E3E6EA inset;
342
- --triplex-next-Radio-BorderColor_Focused-0-24-0: 0 0 0 1px #FFD169 inset;
343
- --triplex-next-Radio-BorderColor_Checked_Default-0-24-0: none;
344
- --triplex-next-Radio-BorderColor_Checked_Disabled-0-24-0: none;
345
- --triplex-next-Radio-Dot_Default-0-24-0: rgba(255, 255, 255, 1);
346
- --triplex-next-Radio-Dot_Disabled-0-24-0: rgba(31, 31, 34, .15);
347
- --triplex-next-SegmentedControl-General_1_Background-0-24-0: #F2F4F7;
348
- --triplex-next-SegmentedControl-General_2_Background-0-24-0: #FFFFFF;
349
- --triplex-next-SegmentedControl-Secondary_1_Background-0-24-0: #F2F4F7;
350
- --triplex-next-SegmentedControl-Secondary_2_Background-0-24-0: #FFFFFF;
351
- --triplex-next-SegmentedControlSegment-General_1_Color_Default-0-24-0: rgba(31, 31, 34, .65);
352
- --triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-24-0: rgba(31, 31, 34, 1);
353
- --triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-24-0: rgba(31, 31, 34, .15);
354
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-24-0: rgba(255, 255, 255, 1);
355
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-24-0: rgba(255, 255, 255, 1);
356
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-24-0: rgba(255, 255, 255, .25);
357
- --triplex-next-SegmentedControlSegment-General_1_Background_Default-0-24-0: #F2F4F7;
358
- --triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-24-0: #DFE2E7;
359
- --triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-24-0: #F2F4F7;
360
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-24-0: #3B3B3E;
361
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-24-0: #49494C;
362
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-24-0: #343437;
363
- --triplex-next-SegmentedControlSegment-General_2_Color_Default-0-24-0: rgba(31, 31, 34, .65);
364
- --triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-24-0: rgba(31, 31, 34, 1);
365
- --triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-24-0: rgba(31, 31, 34, .15);
366
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-24-0: rgba(255, 255, 255, 1);
367
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-24-0: rgba(255, 255, 255, 1);
368
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-24-0: rgba(255, 255, 255, .25);
369
- --triplex-next-SegmentedControlSegment-General_2_Background_Default-0-24-0: #FFFFFF;
370
- --triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-24-0: #EEF0F4;
371
- --triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-24-0: #FFFFFF;
372
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-24-0: #3B3B3E;
373
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-24-0: #49494C;
374
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-24-0: #343437;
375
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-24-0: rgba(31, 31, 34, .65);
376
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-24-0: rgba(31, 31, 34, 1);
377
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-24-0: rgba(31, 31, 34, .15);
378
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-24-0: rgba(31, 31, 34, 1);
379
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-0-24-0: rgba(31, 31, 34, 1);
380
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-24-0: rgba(31, 31, 34, .15);
381
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-24-0: #F2F4F7;
382
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-24-0: #DFE2E7;
383
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-24-0: #F2F4F7;
384
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-24-0: #FFFFFF;
385
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-0-24-0: #DFE2E7;
386
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-24-0: #FFFFFF;
387
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-24-0: rgba(31, 31, 34, .65);
388
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-24-0: rgba(31, 31, 34, 1);
389
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-24-0: rgba(31, 31, 34, .15);
390
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-24-0: rgba(31, 31, 34, 1);
391
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-0-24-0: rgba(31, 31, 34, 1);
392
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-24-0: rgba(31, 31, 34, .15);
393
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-24-0: #FFFFFF;
394
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-24-0: #EEF0F4;
395
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-24-0: #FFFFFF;
396
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-24-0: #E3E6EA;
397
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-0-24-0: #D6D9E0;
398
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-24-0: #F2F4F7;
399
- --triplex-next-SegmentedControlSegment-BorderColor_Default-0-24-0: transparent;
400
- --triplex-next-SegmentedControlSegment-BorderColor_Focus-0-24-0: #FFD169;
401
- --triplex-next-Skeleton-BackgroundColor_Light_Start-0-24-0: #F2F4F7;
402
- --triplex-next-Skeleton-BackgroundColor_Light_End-0-24-0: #DFE2E7;
403
- --triplex-next-Skeleton-BackgroundColor_Dark_Start-0-24-0: rgba(31, 31, 34, .05);
404
- --triplex-next-Skeleton-BackgroundColor_Dark_End-0-24-0: rgba(31, 31, 34, .15);
405
- --triplex-next-SmallInput-Background-0-24-0: #F2F4F7;
406
- --triplex-next-SmallInput-Color-0-24-0: rgba(31, 31, 34, 1);
407
- --triplex-next-SmallInput-PlaceholderColor-0-24-0: rgba(31, 31, 34, .65);
408
- --triplex-next-SmallInput-Shadow-0-24-0: 0 0 0 1px rgba(33, 161, 154) inset;
409
- --triplex-next-SMSField-Refresh_Fill_Empty-0-24-0: rgba(31, 31, 34, .35);
410
- --triplex-next-SMSField-Refresh_Fill_Full-0-24-0: #008985;
411
- --triplex-next-SMSField-Refresh_Disabled-0-24-0: rgba(31, 31, 34, .15);
412
- --triplex-next-SMSField-Submit_Background_Default-0-24-0: rgba(31, 31, 34, .15);
413
- --triplex-next-SMSField-Submit_Background_Hover-0-24-0: #19BDB0;
414
- --triplex-next-SMSField-Submit_Background_Active-0-24-0: #21A19A;
415
- --triplex-next-Slider-Dot_Background_Default-0-24-0: #21A19A;
416
- --triplex-next-Slider-Dot_Background_Disabled-0-24-0: #F2F4F7;
417
- --triplex-next-Slider-Dot_Background_Hover-0-24-0: #19BDB0;
418
- --triplex-next-Slider-Dot_Background_Select-0-24-0: #007777;
419
- --triplex-next-Slider-Dot_Focus-0-24-0: #FFD169;
420
- --triplex-next-Slider-Dot_Inner_Background-0-24-0: #FFFFFF;
421
- --triplex-next-Slider-Dot_Inner_Background_Disabled-0-24-0: rgba(31, 31, 34, .15);
422
- --triplex-next-Slider-Mark_Dot_Background_Default-0-24-0: #DCDFE4;
423
- --triplex-next-Slider-Mark_Dot_Background_Selected-0-24-0: #21A19A;
424
- --triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-24-0: #E7E9EE;
425
- --triplex-next-Slider-Rail_Background-0-24-0: #DCDFE4;
426
- --triplex-next-Slider-Rail_Background_Disabled-0-24-0: #DCDFE4;
427
- --triplex-next-Slider-Tooltip_Background-0-24-0: #1B1B1D;
428
- --triplex-next-Slider-Tooltip_Color-0-24-0: rgba(255, 255, 255, 1);
429
- --triplex-next-Slider-Track_Background_Default-0-24-0: #21A19A;
430
- --triplex-next-Slider-Track_Background_Disabled-0-24-0: #E7E9EE;
431
- --triplex-next-Slider-Track_Background_Hover-0-24-0: #007777;
432
- --triplex-next-StatusTracker-Draft_Background-0-24-0: rgba(255, 255, 255, .15);
433
- --triplex-next-StatusTracker-Warning_Background-0-24-0: #FF7A17;
434
- --triplex-next-StatusTracker-Waiting_Background-0-24-0: #BFCADF;
435
- --triplex-next-StatusTracker-Rejected_Background-0-24-0: #FF5571;
436
- --triplex-next-StatusTracker-Approved_Background-0-24-0: #00D67D;
437
- --triplex-next-StatusTracker-Waiting_Color-0-24-0: #A9B6D0;
438
- --triplex-next-StatusTracker-Rejected_Color-0-24-0: #FFB1C1;
439
- --triplex-next-StatusTracker-Approved_Color-0-24-0: #00D67D;
440
- --triplex-next-StatusTracker-Border_Color-0-24-0: #FFFFFF;
441
- --triplex-next-Step-Color_Active-0-24-0: #008985;
442
- --triplex-next-Step-Color_Default-0-24-0: rgba(31, 31, 34, .65);
443
- --triplex-next-Step-Color_Disabled-0-24-0: #FFFFFF;
444
- --triplex-next-Step-Color_Done-0-24-0: #FFFFFF;
445
- --triplex-next-Step-Color_Error-0-24-0: rgba(255, 255, 255, 1);
446
- --triplex-next-Step-Color_Warning-0-24-0: rgba(255, 255, 255, 1);
447
- --triplex-next-Step-Background_Active-0-24-0: #E3FFFA;
448
- --triplex-next-Step-Background_Default-0-24-0: rgba(31, 31, 34, .05);
449
- --triplex-next-Step-Background_Disabled-0-24-0: rgba(31, 31, 34, .15);
450
- --triplex-next-Step-Background_Done-0-24-0: #008985;
451
- --triplex-next-Step-Background_Error-0-24-0: #D10032;
452
- --triplex-next-Step-Background_Warning-0-24-0: #EF4C01;
453
- --triplex-next-Stepper-Step_Background_Default-0-24-0: #F2F4F7;
454
- --triplex-next-Stepper-Step_Background_Hover-0-24-0: #EAEDF1;
455
- --triplex-next-Stepper-Step_Background_Disabled-0-24-0: #F2F4F7;
456
- --triplex-next-Stepper-Step_Background_Error-0-24-0: #FFF0F3;
457
- --triplex-next-Stepper-Step_Background_Error_Hover-0-24-0: #FCE0E6;
458
- --triplex-next-Stepper-Step_Background_Warning-0-24-0: #FFF4DB;
459
- --triplex-next-Stepper-Step_Background_Warning_Hover-0-24-0: #FCEAC7;
460
- --triplex-next-Stepper-Step_BorderColor_Focus-0-24-0: #FFD169;
461
- --triplex-next-Stepper-Step_BorderColor_Error-0-24-0: #E60037;
462
- --triplex-next-Stepper-Step_BorderColor_Warning-0-24-0: #FD6508;
463
- --triplex-next-Stepper-Step_BorderColor_Success-0-24-0: #21A19A;
464
- --triplex-next-Stepper-Step_Color_Default-0-24-0: rgba(31, 31, 34, .65);
465
- --triplex-next-Stepper-Step_Color_Hover-0-24-0: rgba(31, 31, 34, 1);
466
- --triplex-next-Stepper-Step_Color_Disabled-0-24-0: rgba(31, 31, 34, .35);
467
- --triplex-next-Stepper-ButtonNext_Background-0-24-0: linear-gradient(to left, #FFFFFF 39.06%, transparent);
468
- --triplex-next-Stepper-ButtonPrev_Background-0-24-0: linear-gradient(to right, #FFFFFF 39.06%, transparent);
469
- --triplex-next-Stepper-Background-0-24-0: #FFFFFF;
470
- --triplex-next-Stepper-Wrapper_Background-0-24-0: linear-gradient(#FFFFFF 64px, transparent 0);
471
- --triplex-next-Stepper-Wrapper_BoxShadow-0-24-0: 0 10px 15px 0 rgba(228, 232, 235, 0.5);
472
- --triplex-next-TableBasic-Background_Hover-0-24-0: #E3E6EA;
473
- --triplex-next-TableBasic-Background_Selected-0-24-0: #DCDFE4;
474
- --triplex-next-TableBasic-Color-0-24-0: rgba(31, 31, 34, 1);
475
- --triplex-next-TableBasic-Header_Background-0-24-0: #E7E9EE;
476
- --triplex-next-TableBasic-TableFooter_Background-0-24-0: #E7E9EE;
477
- --triplex-next-TableBasic-TableFooter_Highlight-0-24-0: linear-gradient(transparent, #FFFFFF);
478
- --triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-24-0: #D6D9E0;
479
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-24-0: #FFFFFF;
480
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-24-0: #EAEDF1;
481
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-24-0: #FFFFFF;
482
- --triplex-next-Tabs-Type1_Background-0-24-0: #F2F4F7;
483
- --triplex-next-Tabs-Type2_Background-0-24-0: #FFFFFF;
484
- --triplex-next-Tabs-Type1_Tab_Background_Default-0-24-0: #F2F4F7;
485
- --triplex-next-Tabs-Type2_Tab_Background_Default-0-24-0: #FFFFFF;
486
- --triplex-next-Tabs-Type1_Tab_Background_Selected-0-24-0: #DCDFE4;
487
- --triplex-next-Tabs-Type2_Tab_Background_Selected-0-24-0: #E3E6EA;
488
- --triplex-next-Tabs-Type1_Tab_Background_Hover-0-24-0: #E3E6EA;
489
- --triplex-next-Tabs-Type2_Tab_Background_Hover-0-24-0: #EEF0F4;
490
- --triplex-next-Tabs-Tab_BorderColor_Default-0-24-0: transparent;
491
- --triplex-next-Tabs-Tab_BorderColor_Focus-0-24-0: #FFD169;
492
- --triplex-next-Tag-Background-0-24-0: #DFE2E7;
493
- --triplex-next-TagColor-Background_Default-0-24-0: #EEF3FC;
494
- --triplex-next-TagColor-Background_Success-0-24-0: #E3FFFA;
495
- --triplex-next-TagColor-Background_Info-0-24-0: #E3F6FF;
496
- --triplex-next-TagColor-Background_Warning-0-24-0: #FFF4DB;
497
- --triplex-next-TagColor-Background_Error-0-24-0: #FFF0F3;
498
- --triplex-next-TagColor-Text_Color_Default-0-24-0: rgba(31, 31, 34, .75);
499
- --triplex-next-TabsLine-BorderColor_Active-0-24-0: #21A19A;
500
- --triplex-next-TabsLine-BorderColor_Hover-0-24-0: #19BDB0;
501
- --triplex-next-TabsLine-Separator_Color-0-24-0: #D6D9E0;
502
- --triplex-next-TabsLine-Shadow_Focus-0-24-0: 0 0 0 1px #FFDD64 inset;
503
- --triplex-next-Tooltip-Background-0-24-0: #1B1B1D;
504
- --triplex-next-Tooltip-Color-0-24-0: rgba(255, 255, 255, 1);
505
- --triplex-next-Tooltip-Link_Desktop_Color_Active-0-24-0: #008985;
506
- --triplex-next-Tooltip-Link_Desktop_Color_Default-0-24-0: #19BDB0;
507
- --triplex-next-Tooltip-Link_Desktop_Color_Hover-0-24-0: #4BD9CF;
508
- --triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-24-0: 0 0 0 1px #FFD169;
509
- --triplex-next-Tooltip-Link_Mobile_Color_Active-0-24-0: #007777;
510
- --triplex-next-Tooltip-Link_Mobile_Color_Default-0-24-0: #008985;
511
- --triplex-next-Tooltip-Link_Mobile_Color_Hover-0-24-0: #21A19A;
512
- --triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-24-0: 0 0 0 1px #FFDD64;
513
- --triplex-next-TopOverlay-Background-0-24-0: rgba(31, 31, 34, .55);
514
- --triplex-next-Typography-Primary_Color-0-24-0: rgba(31, 31, 34, 1);
515
- --triplex-next-Typography-Complementary_Color-0-24-0: rgba(31, 31, 34, .85);
516
- --triplex-next-Typography-Secondary_Color-0-24-0: rgba(31, 31, 34, .65);
517
- --triplex-next-Typography-Tertiary_Color-0-24-0: rgba(31, 31, 34, .55);
518
- --triplex-next-Typography-Disabled_Color-0-24-0: rgba(31, 31, 34, .35);
519
- --triplex-next-Typography-Brand_Color-0-24-0: #008985;
520
- --triplex-next-Typography-Info_Color-0-24-0: #0E57CC;
521
- --triplex-next-Typography-Success_Color-0-24-0: #008B5C;
522
- --triplex-next-Typography-Error_Color-0-24-0: #D10032;
523
- --triplex-next-Typography-Warning_Color-0-24-0: #EF4C01;
524
- --triplex-next-Typography-System_Color-0-24-0: #697591;
525
- --triplex-next-Typography-PrimaryInvert_Color-0-24-0: rgba(255, 255, 255, 1);
526
- --triplex-next-Typography-ComplementaryInvert_Color-0-24-0: rgba(255, 255, 255, .75);
527
- --triplex-next-Typography-SecondaryInvert_Color-0-24-0: rgba(255, 255, 255, .55);
528
- --triplex-next-Typography-TertiaryInvert_Color-0-24-0: rgba(255, 255, 255, .45);
529
- --triplex-next-Typography-DisabledInvert_Color-0-24-0: rgba(255, 255, 255, .25);
530
- --triplex-next-Typography-BrandInvert_Color-0-24-0: #19BDB0;
531
- --triplex-next-Typography-InfoInvert_Color-0-24-0: #1297FE;
532
- --triplex-next-Typography-SuccessInvert_Color-0-24-0: #00D67D;
533
- --triplex-next-Typography-ErrorInvert_Color-0-24-0: #F80C45;
534
- --triplex-next-Typography-WarningInvert_Color-0-24-0: #FF7A17;
535
- --triplex-next-Typography-SystemInvert_Color-0-24-0: #95A3C1;
536
- --triplex-next-UploadZone-Background_Default-0-24-0: #F2F4F7;
537
- --triplex-next-UploadZone-Background_Hover-0-24-0: #EAEDF1;
538
- --triplex-next-UploadZone-BorderColor_Default-0-24-0: #2D2D30;
539
- --triplex-next-UploadZone-DragArea_Background-0-24-0: #F2F4F7;
540
- --triplex-next-UploadZone-DragArea_BorderColor-0-24-0: #21A19A;}
541
- .underline__310d5b65{text-decoration:underline}.strikethrough__c9abec08{text-decoration:line-through}.underlineStrikethrough__e62d5a1b{text-decoration:underline line-through}.typography__70e6810a.primary__a478a6a4{color:var(--triplex-next-Typography-Primary_Color-0-24-0)}.typography__70e6810a.primaryInvert__d8a8c6cb{color:var(--triplex-next-Typography-PrimaryInvert_Color-0-24-0)}.typography__70e6810a.complementary__e9bcfc45{color:var(--triplex-next-Typography-Complementary_Color-0-24-0)}.typography__70e6810a.complementaryInvert__01ca7351{color:var(--triplex-next-Typography-ComplementaryInvert_Color-0-24-0)}.typography__70e6810a.secondary__efb1e27e{color:var(--triplex-next-Typography-Secondary_Color-0-24-0)}.typography__70e6810a.secondaryInvert__7adf88b9{color:var(--triplex-next-Typography-SecondaryInvert_Color-0-24-0)}.typography__70e6810a.tertiary__08a26e57{color:var(--triplex-next-Typography-Tertiary_Color-0-24-0)}.typography__70e6810a.tertiaryInvert__0b774cb0{color:var(--triplex-next-Typography-TertiaryInvert_Color-0-24-0)}.typography__70e6810a.disabled__9567df66{color:var(--triplex-next-Typography-Disabled_Color-0-24-0)}.typography__70e6810a.disabledInvert__865a1b5d{color:var(--triplex-next-Typography-DisabledInvert_Color-0-24-0)}.typography__70e6810a.brand__3300c9f6{color:var(--triplex-next-Typography-Brand_Color-0-24-0);-webkit-user-select:none;user-select:none}.typography__70e6810a.brandInvert__41c8d9e7{color:var(--triplex-next-Typography-BrandInvert_Color-0-24-0)}.typography__70e6810a.info__fc132554{color:var(--triplex-next-Typography-Info_Color-0-24-0)}.typography__70e6810a.infoInvert__46edd514{color:var(--triplex-next-Typography-InfoInvert_Color-0-24-0)}.typography__70e6810a.success__3279efef{color:var(--triplex-next-Typography-Success_Color-0-24-0)}.typography__70e6810a.successInvert__af2495d1{color:var(--triplex-next-Typography-SuccessInvert_Color-0-24-0)}.typography__70e6810a.error__622e6642{color:var(--triplex-next-Typography-Error_Color-0-24-0)}.typography__70e6810a.errorInvert__4ea275e3{color:var(--triplex-next-Typography-ErrorInvert_Color-0-24-0)}.typography__70e6810a.warning__a9beada5{color:var(--triplex-next-Typography-Warning_Color-0-24-0)}.typography__70e6810a.warningInvert__2c2b8d86{color:var(--triplex-next-Typography-WarningInvert_Color-0-24-0)}.typography__70e6810a.system__e1bd4d09{color:var(--triplex-next-Typography-System_Color-0-24-0)}.typography__70e6810a.systemInvert__862b2b31{color:var(--triplex-next-Typography-SystemInvert_Color-0-24-0)}.typography__70e6810a.compact__052abd8d{line-height:calc(16 / 14)}.caption__dcd21d10.regular__a9f840ef{font-family:SBSansText,Arial,sans-serif}.caption__dcd21d10.semibold__9d92130c{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.c1__c9b30f91{font-size:10px;line-height:12px}.c2__e368abf7{font-size:8px;line-height:10px}.d1__8853cd78{font-size:32px;line-height:40px}.d1__8853cd78.regular__a9f840ef{font-family:SBSansDisplay,Arial,sans-serif}.d1__8853cd78.semibold__9d92130c{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.codeText__6061ad65{font-family:SBSansTextMono,Arial,monospace;font-size:14px;line-height:20px;font-weight:400}.text__495f9bee{outline:none}.text__495f9bee.regular__a9f840ef{font-family:SBSansText,Arial,sans-serif}.text__495f9bee.semibold__9d92130c{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.b1__b56fabc0{font-size:18px;line-height:24px}.b2__2e5df9fb{font-size:16px;line-height:20px}.b3__3d65d414{font-size:14px;line-height:20px}.b3__3d65d414.compact__052abd8d{line-height:16px}.b4__91700d3f{font-size:12px;line-height:16px}.title__b7baeb3a{outline:none}.title__b7baeb3a.regular__a9f840ef{font-family:SBSansDisplay,Arial,sans-serif;font-weight:400}.title__b7baeb3a.semibold__9d92130c{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.title__b7baeb3a.medium__7bca1ed5{font-family:SBSansDisplayMedium,Arial,sans-serif;font-weight:500}.title__b7baeb3a.bold__33bd7988{font-family:SBSansDisplayBold,Arial,sans-serif;font-weight:700}.h1__176e9309,.h2__f19777db,.h3__9f061143{margin:0}.h1__176e9309{font-size:28px;line-height:36px}.h2__f19777db{font-size:24px;line-height:32px}.h3__9f061143{font-size:20px;line-height:28px}.formFieldInput__e1a304c6{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-0-24-0)}.formFieldInput__e1a304c6.sm__8a39ed0d{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__e1a304c6.md__fd053d06{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__e1a304c6.lg__4c4546f3{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldInput__e1a304c6:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-24-0)}.formFieldInput__e1a304c6::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-24-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__e1a304c6:focus{outline:none}.formFieldInput__e1a304c6:focus::placeholder{opacity:1}.formFieldInput__e1a304c6:-webkit-autofill{animation-name:autofill-applied-hook__aff6286f;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__e1a304c6:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__57c96b32;animation-duration:1ms}.formField__d3e11fe9{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__d3e11fe9.sm__8a39ed0d{border-radius:6px}.formField__d3e11fe9.md__fd053d06{border-radius:8px}.formField__d3e11fe9.lg__4c4546f3{border-radius:10px}.formField__d3e11fe9.default__b9d650d2{background:var(--triplex-next-FormField-Background_Default-0-24-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-0-24-0)}.formField__d3e11fe9:hover{background:var(--triplex-next-FormField-Background_Hover-0-24-0)}.formField__d3e11fe9.active__dbde74a1{background:var(--triplex-next-FormField-Background_Active-0-24-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-0-24-0)}.formField__d3e11fe9.active__dbde74a1 .formFieldInput__e1a304c6::placeholder,.formField__d3e11fe9.active__dbde74a1 .formFieldTextarea__4a7568f4::placeholder{opacity:1}.formField__d3e11fe9.disabled__fe7d58f3{background:var(--triplex-next-FormField-Background_Disabled-0-24-0)}.formField__d3e11fe9.error__61dd0f08{background:var(--triplex-next-FormField-Background_Error-0-24-0)}.formField__d3e11fe9.error__61dd0f08:hover{background:var(--triplex-next-FormField-Background_Error_Hover-0-24-0)}.formField__d3e11fe9.error__61dd0f08.active__dbde74a1{background:var(--triplex-next-FormField-Background_Error-0-24-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-0-24-0)}.formField__d3e11fe9.warning__e16458aa{background:var(--triplex-next-FormField-Background_Warning-0-24-0)}.formField__d3e11fe9.warning__e16458aa:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-0-24-0)}.formField__d3e11fe9.warning__e16458aa.active__dbde74a1{background:var(--triplex-next-FormField-Background_Warning-0-24-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-0-24-0)}.formField__d3e11fe9.filled__ea7df871:not(.disabled__fe7d58f3):hover .formFieldClear__30388b14,.formField__d3e11fe9.filled__ea7df871:not(.disabled__fe7d58f3).active__dbde74a1 .formFieldClear__30388b14{visibility:visible;opacity:1;pointer-events:auto}.formFieldDescription__10c40d4d{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__10c40d4d.withCounter__2a8abe92{display:flex}.formFieldLabel__f9343692{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__f9343692.sm__8a39ed0d{top:6px}.formFieldLabel__f9343692.md__fd053d06{top:10px}.formFieldLabel__f9343692.lg__4c4546f3{top:18px}.formFieldLabel__f9343692.lg__4c4546f3.floating__590a3408{top:10px}.formFieldLabelText__d3bd7b92{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-0-24-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__8a39ed0d .formFieldLabelText__d3bd7b92{font-size:12px;line-height:16px}.md__fd053d06 .formFieldLabelText__d3bd7b92{font-size:14px;line-height:20px}.lg__4c4546f3 .formFieldLabelText__d3bd7b92{font-size:16px;line-height:20px}.floating__590a3408 .formFieldLabelText__d3bd7b92{font-size:12px;line-height:16px}.floating__590a3408.sm__8a39ed0d .formFieldLabelText__d3bd7b92,.floating__590a3408.md__fd053d06 .formFieldLabelText__d3bd7b92{display:none}.disabled__fe7d58f3 .formFieldLabelText__d3bd7b92{color:var(--triplex-next-FormField-Label_Color_Disabled-0-24-0)}.formFieldPostfix__c178119b{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__b3ec8cfb{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__8627c6c3{padding-left:4px;margin-left:auto}.formFieldMaskedInputWrapper__a96df7ad{position:relative}.formFieldMaskedInputWrapper__a96df7ad .formFieldMaskedInputPlaceholder__498a2d0c{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__a96df7ad .formFieldMaskedInputPlaceholder__498a2d0c::placeholder{opacity:1}.formFieldMaskedInputWrapper__a96df7ad .formFieldMaskedInputPlaceholder__498a2d0c:disabled{visibility:hidden}.formFieldMaskedInputWrapper__a96df7ad.size-sm__5629b962{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__a96df7ad.size-sm__5629b962 .formFieldMaskedInputPlaceholder__498a2d0c{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__a96df7ad.size-md__ba6148a2{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__a96df7ad.size-md__ba6148a2 .formFieldMaskedInputPlaceholder__498a2d0c{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__a96df7ad.size-lg__d368e703{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__a96df7ad.size-lg__d368e703 .formFieldMaskedInputPlaceholder__498a2d0c{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__a96df7ad .formFieldMaskedInput__5f047438{display:block;position:relative;background:none!important}.dropdownDesktop__29231499{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-0-24-0);background-color:var(--triplex-next-Dropdown-Background-0-24-0)}.dropdownDesktop__29231499.sm__9759fd25{border-radius:6px}.dropdownDesktop__29231499.md__7b49afb3{border-radius:8px}.dropdownDesktop__29231499.lg__d49ac429{border-radius:10px}.dropdownDesktopOverflowHidden__e642f0a5{overflow:hidden}.badgeDot__502bde55{display:inline-block;background:var(--triplex-next-Badge-Background-0-24-0);border-radius:50%}.badgeDot__502bde55.sm__98dafcce{width:6px;height:6px}.badgeDot__502bde55.md__0c6644e5{width:8px;height:8px}.badgeDot__502bde55.lg__e6c73fa0{width:10px;height:10px}.badgeContent__e96c91f1{display:flex}.badgeContent__e96c91f1.sm__98dafcce{padding-left:4px;padding-right:4px}.badgeContent__e96c91f1.md__0c6644e5{padding-left:6px;padding-right:6px}.badgeContent__e96c91f1.lg__e6c73fa0{padding-left:8px;padding-right:8px}.badgeContent__e96c91f1.noPaddingLeft__900b4b19{padding-left:0}.badgeContent__e96c91f1.noPaddingRight__9132ef89{padding-right:0}.badgePrefix__edccc262,.badgePostfix__7f7d042b{display:contents}.badge__82ae9899{display:inline-flex;align-items:center;justify-content:center;position:relative;white-space:nowrap;background:var(--triplex-next-Badge-Background-0-24-0)}.badge__82ae9899.sm__98dafcce{height:16px;border-radius:4px}.badge__82ae9899.md__0c6644e5{height:20px;border-radius:6px}.badge__82ae9899.lg__e6c73fa0{height:24px;border-radius:8px}.dropdownDesktopList__1ac859ab{margin:4px;overflow:auto}.dropdownDesktopList__1ac859ab .notificationIcon__1e12e509{position:absolute}.dropdownDesktopList__1ac859ab.sm__9759fd25{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__1ac859ab.sm__9759fd25 .dropdownDesktopListItem__14d5ee4c{padding:6px 8px;border-radius:6px}.dropdownDesktopList__1ac859ab.sm__9759fd25 .dropdownDesktopListLoader__2925b3aa{margin:0 auto}.dropdownDesktopList__1ac859ab.sm__9759fd25 .notificationIcon__1e12e509{right:3px;top:3px}.dropdownDesktopList__1ac859ab.md__7b49afb3{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__1ac859ab.md__7b49afb3 .dropdownDesktopListItem__14d5ee4c{padding:7px 8px;border-radius:8px}.dropdownDesktopList__1ac859ab.md__7b49afb3 .dropdownDesktopListLoader__2925b3aa{margin:-2px auto}.dropdownDesktopList__1ac859ab.md__7b49afb3 .notificationIcon__1e12e509{right:4px;top:4px}.dropdownDesktopList__1ac859ab.lg__d49ac429{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__1ac859ab.lg__d49ac429 .dropdownDesktopListItem__14d5ee4c{padding:14px 8px;border-radius:10px}.dropdownDesktopList__1ac859ab.lg__d49ac429 .dropdownDesktopListLoader__2925b3aa{margin:-6px auto}.dropdownDesktopList__1ac859ab.lg__d49ac429 .notificationIcon__1e12e509{right:4px;top:6px}.dropdownDesktopListItem__14d5ee4c{color:var(--triplex-next-DropdownList-Color-0-24-0);background:var(--triplex-next-DropdownList-Background_Default-0-24-0);position:relative;outline:none}.dropdownDesktopListItem__14d5ee4c+.dropdownDesktopListItem__14d5ee4c{margin-top:2px}.dropdownDesktopListItem__14d5ee4c.active__89cb6f7d{background:var(--triplex-next-DropdownList-Background_Active-0-24-0);cursor:pointer}.dropdownDesktopListItem__14d5ee4c.selected__30b9c3f1{background:var(--triplex-next-DropdownList-Background_Selected-0-24-0);cursor:default}.loaderSmall__2512b850{display:flex;justify-content:center;align-items:center}.loaderSmall__2512b850.sm__9b81d669{width:16px;height:16px;gap:2px}.loaderSmall__2512b850.sm__9b81d669 .dot__82e5562b{width:4px;height:4px}.loaderSmall__2512b850.md__e843ddd4{width:24px;height:24px;gap:3px}.loaderSmall__2512b850.md__e843ddd4 .dot__82e5562b{width:6px;height:6px}.loaderSmall__2512b850.lg__cb2e4608{width:32px;height:32px;gap:4px}.loaderSmall__2512b850.lg__cb2e4608 .dot__82e5562b{width:8px;height:8px}.loaderSmall__2512b850.neutral__d7134d9b .dot__82e5562b{background-color:var(--triplex-next-Loader-Element_Background_Neutral-0-24-0)}.loaderSmall__2512b850.brand__be4a7f6d .dot__82e5562b{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-24-0)}.loaderSmall__2512b850 .dot__82e5562b{border-radius:50%}.loaderSmall__2512b850 .dot1__46979cbf{animation:dotCycleSmall__dd1bb8b5 .9s infinite}.loaderSmall__2512b850 .dot2__1066bee2{animation:dotCycleSmall__dd1bb8b5 .9s infinite .15s}.loaderSmall__2512b850 .dot3__4ecabbf0{animation:dotCycleSmall__dd1bb8b5 .9s infinite .3s}@keyframes dotCycleSmall__dd1bb8b5{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__b031575e{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-0-24-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__3e14d9e5{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__3e14d9e5 .dot__82e5562b{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-0-24-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__3e14d9e5 .dot1__46979cbf{top:0;left:0;animation:dotCycleMiddle__dc9f5bb1 3s infinite}.loaderMiddleDots__3e14d9e5 .dot2__1066bee2{right:0;top:0;opacity:.7;animation:dotCycleMiddle__dc9f5bb1 3s infinite .74s}.loaderMiddleDots__3e14d9e5 .dot3__4ecabbf0{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__dc9f5bb1 3s infinite 1.5s}.loaderMiddleDots__3e14d9e5 .dot4__697efec1{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__dc9f5bb1 3s infinite 2.25s}.loaderMiddleDots__3e14d9e5 .line__186371ff{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-24-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__254d08e5 3s infinite}@keyframes lineCycle__254d08e5{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__dc9f5bb1{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__f9d2006f{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__51afe3d8{background:var(--triplex-next-DropdownMobile-Backdrop-0-24-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__51afe3d8.closing__7b7c4825{opacity:0}.dropdownMobileBackdrop__51afe3d8.opening__dc899b27,.dropdownMobileBackdrop__51afe3d8.opened__99023691{opacity:var(--triplex-DropdownMobile-Opacity-0-24-0)}.dropdownMobile__1790410f{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__1790410f.closing__7b7c4825{transform:translateY(100%)}.dropdownMobile__1790410f.opening__dc899b27,.dropdownMobile__1790410f.opened__99023691{transform:translateY(0)}.dropdownMobileHeader__e15e8a5a{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-0-24-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__e15e8a5a .dropdownMobileHeaderContent__d5852446{display:flex;flex-grow:1;min-width:0;margin-right:12px;min-height:20px}.dropdownMobileContent__b8447886{background:var(--triplex-next-DropdownMobile-Content_Background-0-24-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__eeda0523{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-0-24-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-0-24-0);flex-shrink:1}.dropdownMobileListItem__aa79de9f{position:relative;padding:16px}.dropdownMobileListItem__aa79de9f.selected__30b9c3f1{background:var(--triplex-next-DropdownMobileList-Selected_Background-0-24-0)}.dropdownMobileListItem__aa79de9f:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-0-24-0)}.dropdownMobileBodyOverflow__be2709bc{overflow:hidden}.controlButtons__1ad2beb6{display:flex}.dropdownMobileLoader__15932d07{margin-right:8px}.dropdownMobileListLoader__bcd13ab1{display:flex;justify-content:center;align-items:center;padding:16px}.notificationIcon__1e12e509{position:absolute;right:6px;top:6px}.buttonIcon__377371ac{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__377371ac:enabled{cursor:pointer}.buttonIcon__377371ac.circle__41ed660d{border-radius:50%}.buttonIcon__377371ac.squircle__babbfe39{border-radius:4px}.buttonIcon__377371ac:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-0-24-0)}.dropdownMobileInput__ecbb802c{width:100%;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input_Color_Default-0-24-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__ecbb802c::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-24-0);opacity:1}.dropdownMobileInput__ecbb802c::-ms-clear{display:none}.tabsLineWrapper__57d51b3c[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__57d51b3c[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__57d51b3c[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__57d51b3c[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__57d51b3c{position:relative}.tabsLineWrapper__57d51b3c.withSeparator__9f59b64a:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-0-24-0);bottom:0;left:0;right:0}.tabsLine__14081e3c{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__14081e3c:has(.sm__295bf804){height:28px}.tabsLine__14081e3c:has(.md__0cd2a321){height:40px}.tabsLine__14081e3c:has(.lg__02921d90){height:56px}.tab__426d34ab{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__426d34ab.sm__295bf804{height:28px;padding-bottom:12px}.tab__426d34ab.md__0cd2a321{height:40px;padding-top:8px;padding-bottom:12px}.tab__426d34ab.lg__02921d90{height:56px;padding-top:16px;padding-bottom:20px}.tab__426d34ab::-moz-focus-inner{border:none;padding:0}.tab__426d34ab:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-0-24-0)}.tab__426d34ab.active__54caab68{cursor:default}.tab__426d34ab: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__426d34ab:hover:after,.tab__426d34ab:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-0-24-0)}.tab__426d34ab.active__54caab68:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-0-24-0)}.notificationIcon__86d32a4c{position:absolute;right:6px}.sm__295bf804 .notificationIcon__86d32a4c{top:0}.md__0cd2a321 .notificationIcon__86d32a4c{top:8px}.lg__02921d90 .notificationIcon__86d32a4c{top:16px}.tabsLineDropdown__4d0d9961{display:inline-block}.tabsLineDropdown__4d0d9961 .dropdownTarget__af55f4d8.active__54caab68{cursor:pointer}.tabsLineDropdown__4d0d9961 .dropdownTargetInner__b8894a8f{display:inline-flex;align-items:center}.tabsLineDropdown__4d0d9961 .dropdownTargetCaret__b3178b15{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__4d0d9961 .dropdownTargetCaret__b3178b15.opened__406ac0fe{transform:rotate(-180deg)}.tabsLineDropdown__4d0d9961 .dropdown__343971a7{right:0;padding:4px}.tabsLineMobileWrapper__fa113360{position:relative}.tabsLineMobileWrapper__fa113360 .tab__426d34ab{flex-shrink:0}.tabsLineMobileWrapper__fa113360 .tab__426d34ab:first-child{margin-left:16px}.tabsLineMobileWrapper__fa113360 .tab__426d34ab:last-child{margin-right:16px}.tabsLineMobile__f7693e73{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__f7693e73::-webkit-scrollbar{display:none}.label__7a24f902{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__7a24f902.sm__a1075c48{min-width:16px;min-height:16px}.label__7a24f902.sm__a1075c48.nonempty__93e10bf6{padding:2px 0 2px 24px}.label__7a24f902.md__e43e5e1a{min-height:24px;min-width:24px}.label__7a24f902.md__e43e5e1a.nonempty__93e10bf6{padding-left:32px;padding-top:2px}.label__7a24f902.lg__a8071fd9{min-width:28px;min-height:28px}.label__7a24f902.lg__a8071fd9.nonempty__93e10bf6{padding-left:40px;padding-top:4px}.label__7a24f902.disabled__000b6630{cursor:default}.radio__038a5441{margin:0;opacity:0}.radioIcon__7d488283{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-0-24-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-0-24-0)}.radioIcon__7d488283:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-0-24-0);border-radius:50%;transform:scale(0)}.sm__a1075c48 .radioIcon__7d488283:after{width:8px;height:8px;top:4px;left:4px}.md__e43e5e1a .radioIcon__7d488283:after{width:12px;height:12px;top:6px;left:6px}.lg__a8071fd9 .radioIcon__7d488283:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__7d488283,.radioIcon__7d488283:after{pointer-events:none}.radio__038a5441,.radioIcon__7d488283{position:absolute;left:0;top:0}.sm__a1075c48 .radio__038a5441,.sm__a1075c48 .radioIcon__7d488283{width:16px;height:16px;top:2px}.md__e43e5e1a .radio__038a5441,.md__e43e5e1a .radioIcon__7d488283{width:24px;height:24px}.lg__a8071fd9 .radio__038a5441,.lg__a8071fd9 .radioIcon__7d488283{width:28px;height:28px}.radio__038a5441:enabled{cursor:pointer}.radio__038a5441:checked+.radioIcon__7d488283{background:var(--triplex-next-Radio-Background_Checked_Default-0-24-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-0-24-0)}.radio__038a5441:checked+.radioIcon__7d488283:after{transform:scale(1);transition:transform .2s ease-out}.radio__038a5441:hover+.radioIcon__7d488283{background-color:var(--triplex-next-Radio-Background_Hover-0-24-0);box-shadow:none}.radio__038a5441:disabled+.radioIcon__7d488283{background:var(--triplex-next-Radio-Background_Disabled-0-24-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-0-24-0)}.radio__038a5441:disabled:checked+.radioIcon__7d488283{background:var(--triplex-next-Radio-Background_Checked_Disabled-0-24-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-0-24-0)}.radio__038a5441:disabled+.radioIcon__7d488283:after{background:var(--triplex-next-Radio-Dot_Disabled-0-24-0)}.radio__038a5441:focus-visible+.radioIcon__7d488283{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-0-24-0)}.radio__038a5441:checked:enabled:hover+.radioIcon__7d488283{background-color:var(--triplex-next-Radio-Background_Checked_Hover-0-24-0)}.radioXGroup__669e0e0d{display:inline-flex;flex-flow:row wrap}.radioXGroup__669e0e0d.indent-12__c97cb9ef{margin-left:-6px;margin-right:-6px}.radioXGroup__669e0e0d.indent-12__c97cb9ef .label__7a24f902{margin-left:6px;margin-right:6px}.radioXGroup__669e0e0d.indent-16__e31604f4{margin-left:-8px;margin-right:-8px}.radioXGroup__669e0e0d.indent-16__e31604f4 .label__7a24f902{margin-left:8px;margin-right:8px}.radioXGroup__669e0e0d.indent-20__64d0cc93{margin-left:-10px;margin-right:-10px}.radioXGroup__669e0e0d.indent-20__64d0cc93 .label__7a24f902{margin-left:10px;margin-right:10px}.radioXGroup__669e0e0d.indent-24__46ed9e5c{margin-left:-12px;margin-right:-12px}.radioXGroup__669e0e0d.indent-24__46ed9e5c .label__7a24f902{margin-left:12px;margin-right:12px}.radioXGroup__669e0e0d.indent-28__b830e466{margin-left:-14px;margin-right:-14px}.radioXGroup__669e0e0d.indent-28__b830e466 .label__7a24f902{margin-left:14px;margin-right:14px}.radioXGroup__669e0e0d.indent-32__5099b2e3{margin-left:-16px;margin-right:-16px}.radioXGroup__669e0e0d.indent-32__5099b2e3 .label__7a24f902{margin-left:16px;margin-right:16px}.radioYGroup__af8b193c{display:inline-flex;flex-flow:column wrap}.radioYGroup__af8b193c .label__7a24f902.sm__a1075c48+.label__7a24f902.sm__a1075c48{margin-top:8px}.radioYGroup__af8b193c .label__7a24f902.md__e43e5e1a+.label__7a24f902.md__e43e5e1a{margin-top:16px}.radioYGroup__af8b193c .label__7a24f902.lg__a8071fd9+.label__7a24f902.lg__a8071fd9{margin-top:20px}.notification__32a9656e{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-0-24-0);background:var(--triplex-next-Notification-Background-0-24-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-0-24-0);z-index:300}.notification__32a9656e:first-child{margin-top:0}.notification__32a9656e.extraBottomPadding__9a646065{padding-bottom:24px}.notification__32a9656e .notificationHeader__2b9ef814{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-0-24-0);width:100%;margin-top:0;margin-bottom:8px}.notification__32a9656e .notificationIcon__8b3b5662{line-height:0}.notification__32a9656e .notificationBody__d8747972{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__32a9656e .notificationBodyList__1d03c78d{margin-top:8px}.notification__32a9656e .notificationClose__efdb508f{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__32a9656e.showCloseOnHover__e7d0358e .notificationClose__efdb508f{opacity:0}.notification__32a9656e.showCloseOnHover__e7d0358e:hover{cursor:pointer}.notification__32a9656e.showCloseOnHover__e7d0358e:hover .notificationClose__efdb508f{opacity:1}.notification__32a9656e .notificationFooter__d74ab2ca{display:flex;align-items:center;margin-top:16px}.notification__32a9656e .notificationFooter__d74ab2ca button+a{margin-left:16px}.notification__32a9656e .notificationTime__b26cb5c1{font-size:12px;color:var(--triplex-next-Notification-TimeColor-0-24-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__5457107a{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__5457107a:hover{cursor:pointer}.notificationGroupedWrapper__5457107a .notificationGroupedFooterItem__a6eae361{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-0-24-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-0-24-0)}.notificationGroupedWrapper__5457107a .notificationGroupedFooterItem__a6eae361.first__b30e7dd0{bottom:-8px;z-index:200}.notificationGroupedWrapper__5457107a .notificationGroupedFooterItem__a6eae361.second__ae982306{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__32a9656e,.notificationGroupedWrapper__5457107a{width:100%}}.unorderedListItem__cb05e955:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__cb05e955+.unorderedListItem__cb05e955{margin-top:8px}.unorderedList__d4aad82e{position:relative;margin:0;padding-left:14px;list-style:none}.button__642f2c2f.general__7c91477a{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-0-24-0);color:var(--triplex-next-Button-General_Color_Default-0-24-0)}.button__642f2c2f.general__7c91477a:hover{background:var(--triplex-next-Button-General_Background_Hover-0-24-0);color:var(--triplex-next-Button-General_Color_Hover-0-24-0)}.button__642f2c2f.general__7c91477a.expanded__850f5270,.button__642f2c2f.general__7c91477a:active{background:var(--triplex-next-Button-General_Background_Active-0-24-0);color:var(--triplex-next-Button-General_Color_Active-0-24-0)}.button__642f2c2f.general__7c91477a:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-0-24-0)}.button__642f2c2f.general__7c91477a:disabled{background:var(--triplex-next-Button-General_Background_Disabled-0-24-0);color:var(--triplex-next-Button-General_Color_Disabled-0-24-0)}.button__642f2c2f.secondary__5fb94e47{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-0-24-0);color:var(--triplex-next-Button-Secondary_Color_Default-0-24-0)}.button__642f2c2f.secondary__5fb94e47:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-0-24-0);color:var(--triplex-next-Button-Secondary_Color_Hover-0-24-0)}.button__642f2c2f.secondary__5fb94e47.expanded__850f5270,.button__642f2c2f.secondary__5fb94e47:active{background:var(--triplex-next-Button-Secondary_Background_Active-0-24-0);color:var(--triplex-next-Button-Secondary_Color_Active-0-24-0)}.button__642f2c2f.secondary__5fb94e47:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-0-24-0)}.button__642f2c2f.secondary__5fb94e47:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-0-24-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-0-24-0)}.button__642f2c2f.secondaryLight__c2845fd3{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-0-24-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-0-24-0)}.button__642f2c2f.secondaryLight__c2845fd3:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-0-24-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-0-24-0)}.button__642f2c2f.secondaryLight__c2845fd3.expanded__850f5270,.button__642f2c2f.secondaryLight__c2845fd3:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-0-24-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-0-24-0)}.button__642f2c2f.secondaryLight__c2845fd3:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-0-24-0)}.button__642f2c2f.secondaryLight__c2845fd3:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-0-24-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-0-24-0)}.button__642f2c2f.danger__a92c156d{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-0-24-0);color:var(--triplex-next-Button-Danger_Color_Default-0-24-0)}.button__642f2c2f.danger__a92c156d:hover{background:var(--triplex-next-Button-Danger_Background_Hover-0-24-0);color:var(--triplex-next-Button-Danger_Color_Hover-0-24-0)}.button__642f2c2f.danger__a92c156d.expanded__850f5270,.button__642f2c2f.danger__a92c156d:active{background:var(--triplex-next-Button-Danger_Background_Active-0-24-0);color:var(--triplex-next-Button-Danger_Color_Active-0-24-0)}.button__642f2c2f.danger__a92c156d:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-0-24-0)}.button__642f2c2f.danger__a92c156d:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-0-24-0);color:var(--triplex-next-Button-Danger_Color_Disabled-0-24-0)}.button__642f2c2f.link__95f38031{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-0-24-0);padding:0}.button__642f2c2f.link__95f38031.sm__05153909{height:28px;min-width:0px;padding:6px 2px}.button__642f2c2f.link__95f38031.md__f0d6a902{height:40px;min-width:0px;padding:10px 2px}.button__642f2c2f.link__95f38031.lg__89fca13f{height:56px;min-width:0px;padding:18px 2px}.button__642f2c2f.link__95f38031:hover{color:var(--triplex-next-Button-Link_Color_Hover-0-24-0)}.button__642f2c2f.link__95f38031.expanded__850f5270,.button__642f2c2f.link__95f38031:active{color:var(--triplex-next-Button-Link_Color_Active-0-24-0)}.button__642f2c2f.link__95f38031:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-0-24-0)}.button__642f2c2f.link__95f38031:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-0-24-0)}.button__642f2c2f{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__642f2c2f::-moz-focus-inner{border:none;padding:0}.button__642f2c2f.sm__05153909{line-height:16px;font-size:12px}.button__642f2c2f.sm__05153909.general__7c91477a,.button__642f2c2f.sm__05153909.secondary__5fb94e47,.button__642f2c2f.sm__05153909.secondaryLight__c2845fd3,.button__642f2c2f.sm__05153909.danger__a92c156d{height:28px;min-width:58px;padding:0 12px;border-radius:6px}.button__642f2c2f.sm__05153909.icon__2b158510{min-height:28px;min-width:28px;padding:0 4px}.button__642f2c2f.md__f0d6a902{line-height:20px;font-size:14px}.button__642f2c2f.md__f0d6a902.general__7c91477a,.button__642f2c2f.md__f0d6a902.secondary__5fb94e47,.button__642f2c2f.md__f0d6a902.secondaryLight__c2845fd3,.button__642f2c2f.md__f0d6a902.danger__a92c156d{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__642f2c2f.md__f0d6a902.icon__2b158510{min-height:40px;min-width:40px;padding:0 10px}.button__642f2c2f.lg__89fca13f{line-height:20px;font-size:16px}.button__642f2c2f.lg__89fca13f.general__7c91477a,.button__642f2c2f.lg__89fca13f.secondary__5fb94e47,.button__642f2c2f.lg__89fca13f.secondaryLight__c2845fd3,.button__642f2c2f.lg__89fca13f.danger__a92c156d{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__642f2c2f.lg__89fca13f.icon__2b158510{min-height:56px;min-width:56px;padding:0 12px}.button__642f2c2f:disabled{cursor:default}.button__642f2c2f:disabled *{pointer-events:none}.button__642f2c2f+.button__642f2c2f:not(.block__415558d4){margin-left:12px}.button__642f2c2f .content__9751f173{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__642f2c2f.block__415558d4{display:block;width:100%}.button__642f2c2f.loading__49d2d56e{pointer-events:none}.button__642f2c2f.loading__49d2d56e .content__9751f173{visibility:hidden}.button__642f2c2f .loader__ae5c111b{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__642f2c2f .loader__ae5c111b.hidden__6e621c71{visibility:hidden}.buttonDropdownExtended__b68fd366{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__b68fd366 .buttonDropdownExtendedBlock__e5b577ab{padding:4px;margin-top:4px;right:0}.buttonDropdown__1d1528d1.block__415558d4{display:block}.buttonDropdown__1d1528d1+.button__642f2c2f:not(.block__415558d4),.buttonDropdown__1d1528d1+.buttonDropdown__1d1528d1:not(.block__415558d4){margin-left:16px}.buttonDropdown__1d1528d1 .buttonDropdownTarget__1082edfd .caretIcon__9eb2b581{margin-left:2px;transition:transform .3s ease-in-out}.buttonDropdown__1d1528d1 .buttonDropdownTarget__1082edfd.active__20b48ba2 .caretIcon__9eb2b581{transform:rotate(-180deg)}.buttonDropdown__1d1528d1 .buttonDropdownMenuItem__23e484a5{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__d4bb34c4{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__826770b9{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__ff4a679c{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__f3af4936{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-0-24-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__7d3b42f7{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__7d3b42f7 .modalWindowContentWrapper__c2937a1a{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__d4bb34c4 .6s ease}.modalWindow__7d3b42f7 .modalWindowContent__e87e64d8{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__7d3b42f7 .modalWindowContent__e87e64d8 .modalWindowBody__6b98503c{box-sizing:border-box;animation:fadeIn__b3428dd2 .3s ease}@keyframes fadeIn__b3428dd2{0%{opacity:0}to{opacity:1}}.modalWindow__7d3b42f7 .modalWindowContent__e87e64d8 .spinnerSm__744c0503{display:none}@media (max-width: 767px){.modalWindow__7d3b42f7 .modalWindowContent__e87e64d8 .spinner__4cd1089a{display:none}.modalWindow__7d3b42f7 .modalWindowContent__e87e64d8 .spinnerSm__744c0503{display:flex}}.global-modalWindowTransition-exit .modalWindow__7d3b42f7 .modalWindowContentWrapper__c2937a1a{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__826770b9 .3s ease}.global-modalWindowTransition-exit .modalWindow__7d3b42f7 .modalWindowContentWrapper__c2937a1a .modalWindowBody__6b98503c{animation:fadeOut__95c4ead1 .3s ease}@keyframes fadeOut__95c4ead1{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__d642ad38{position:absolute;left:0;right:0;height:0}.modalWindow__7d3b42f7.sm__f6573b0c .modalWindowContentWrapper__c2937a1a{max-width:480px}.modalWindow__7d3b42f7.sm__f6573b0c .modalWindowContent__e87e64d8 .modalWindowBody__6b98503c{min-height:196px}@media (max-width: 575px){.modalWindow__7d3b42f7.sm__f6573b0c .modalWindowContentWrapper__c2937a1a{max-width:100%}}.modalWindow__7d3b42f7.md__c48b4445 .modalWindowContentWrapper__c2937a1a{max-width:600px}.modalWindow__7d3b42f7.md__c48b4445 .modalWindowContent__e87e64d8 .modalWindowBody__6b98503c{min-height:246px}@media (max-width: 767px){.modalWindow__7d3b42f7.md__c48b4445 .modalWindowContentWrapper__c2937a1a{max-width:100%}}.modalWindow__7d3b42f7.lg__bce3acfa .modalWindowContentWrapper__c2937a1a{max-width:800px}.modalWindow__7d3b42f7.lg__bce3acfa .modalWindowContent__e87e64d8 .modalWindowBody__6b98503c{min-height:396px}@media (max-width: 991px){.modalWindow__7d3b42f7.lg__bce3acfa .modalWindowContentWrapper__c2937a1a{max-width:100%}}.modalWindowContentPage__3de0cde2{background:var(--triplex-next-ModalWindow-Background-0-24-0);padding:8px!important}.modalWindowContentPage__3de0cde2,.modalWindowLoaderScreen__12723b85{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__3de0cde2,.modalWindowLoaderScreen__12723b85{border-radius:24px}}.islandBody__d1d355a3{display:block}.islandHeader__892ad365,.islandFooter__562c6c38,.island__e4e39b08{position:relative}.island__e4e39b08.type1__2908fd14{background-color:var(--triplex-next-Island-Type1_Background-0-24-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-0-24-0)}.island__e4e39b08.type2__b9da417f{background-color:var(--triplex-next-Island-Type2_Background-0-24-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-0-24-0)}.island__e4e39b08.type3__e02ee289{background-color:var(--triplex-next-Island-Type3_Background-0-24-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-0-24-0)}.island__e4e39b08.sm__1ffee9ec{border-radius:16px;padding:16px}.island__e4e39b08.sm__1ffee9ec .islandHeader__892ad365+.islandBody__d1d355a3,.island__e4e39b08.sm__1ffee9ec .islandHeader__892ad365+.islandFooter__562c6c38,.island__e4e39b08.sm__1ffee9ec .islandBody__d1d355a3+.islandFooter__562c6c38{margin-top:8px}.island__e4e39b08.md__dfc6f09a{border-radius:24px;padding:24px}.island__e4e39b08.md__dfc6f09a .islandHeader__892ad365+.islandBody__d1d355a3,.island__e4e39b08.md__dfc6f09a .islandHeader__892ad365+.islandFooter__562c6c38,.island__e4e39b08.md__dfc6f09a .islandBody__d1d355a3+.islandFooter__562c6c38{margin-top:12px}.island__e4e39b08.lg__90064707{border-radius:32px;padding:32px}.island__e4e39b08.lg__90064707 .islandHeader__892ad365+.islandBody__d1d355a3,.island__e4e39b08.lg__90064707 .islandHeader__892ad365+.islandFooter__562c6c38,.island__e4e39b08.lg__90064707 .islandBody__d1d355a3+.islandFooter__562c6c38{margin-top:16px}@media (max-width: 767px){.island__e4e39b08.sm__1ffee9ec,.island__e4e39b08.md__dfc6f09a{border-radius:16px;padding:16px}.island__e4e39b08.lg__90064707{border-radius:24px;padding:24px}}.modalWindowBody__6b98503c{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__34ad6c09{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__34ad6c09{top:20px;right:20px}}.loaderScreen__f481c473{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__f481c473.loaderSmallBackdrop__aa96261d{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-0-24-0)}.loaderScreen__f481c473.loaderMiddleBackdrop__5c94d6a6{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-24-0)}.body__9b5d1c33{position:relative;display:flex}.body__9b5d1c33 .bodyInner__699a544c{position:relative;flex-grow:1;width:100%}.bodyPage__f83e3061{flex-grow:1}.verticalMargin24__9b7d0f8b{margin-top:24px;margin-bottom:24px}.verticalMargin16__367ba840{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__9b7d0f8b{margin-top:16px;margin-bottom:16px}.verticalMargin16__367ba840{margin-top:8px;margin-bottom:8px}}.headerTabs__4f49c381{display:flex;justify-content:space-between}.headerTabs__4f49c381 .headerTabsContent__1219bc8f{flex-grow:1}.headerTabs__4f49c381 .headerTabsControls__b7c6d654{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__4f49c381{flex-wrap:wrap}.headerTabs__4f49c381 .headerTabsContent__1219bc8f{width:100%}.headerTabs__4f49c381 .headerTabsControls__b7c6d654{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__4f49c381 .headerTabsControls__b7c6d654>button{margin-left:16px;margin-top:16px}}.headerTitle__da2d13fd{display:flex;justify-content:space-between}.headerTitle__da2d13fd .headerTitleControls__15ebaef5{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__da13f827+.headerTitle__da2d13fd{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__da2d13fd{flex-wrap:wrap}.headerTitle__da2d13fd .headerTitleContent__fc29fff7{width:100%}.headerTitle__da2d13fd .headerTitleControls__15ebaef5{padding-left:0;white-space:normal;flex-shrink:initial;margin-left:-16px}.headerTitle__da2d13fd .headerTitleControls__15ebaef5>button,.headerTitle__da2d13fd .headerTitleControls__15ebaef5>[class*=buttonDropdown]{margin-left:16px;margin-top:16px}}.headerSubheader__9dbec252{padding:24px 0}.headerSubheader__9dbec252.withoutPaddings__326a8b5b{padding:0}.headerLayoutSidebar__49b13957{display:flex;justify-content:space-between}.headerLayoutSidebarContent__bb8a5f54{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__ce8a494b{display:none}}.page__9fdb4c14{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__9fdb4c14{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__127132a1.sticky__bf70ab81{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__127132a1.sticky__bf70ab81[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-24-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__0fd6a963.sticky__bf70ab81{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__0fd6a963.sticky__bf70ab81[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-0-24-0)!important}.footerDescription__7d50c6d6{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__ff1c5ec0{flex-grow:1;margin-right:auto}.footerDescriptionControls__7720482c{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__7d50c6d6{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__ff1c5ec0{width:100%}.footerDescriptionControls__7720482c{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__7720482c>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__ff1c5ec0+.footerDescriptionControls__7720482c{margin-top:0}.footer__8ac06f55{padding:16px 0}}.modalWindowHeader__b87bee3a .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__b87bee3a .global-HeaderTitleContent{padding-right:72px}}.list__70caf936{margin:0;padding:0;list-style:none;position:relative}.listItemControls__c51b21aa{display:flex;padding:0 16px 0 4px}.listItemContent__b9190dde{background:var(--triplex-next-ListItem-Background-0-24-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__b9190dde.selected__94c15600{background:var(--triplex-next-ListItem-Background_Selected-0-24-0)}.listItemControlsButton__e25df6d0{margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-0-24-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px;width:92px}.listItemControlsButton__e25df6d0:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-0-24-0)}.listItemControlsButton__e25df6d0:hover .listItemControlsButtonLabel__7e59160a{color:var(--triplex-next-ListItemControlsButton-Color_Hover-0-24-0)!important}.listItemControlsButton__e25df6d0.expanded__a776c819,.listItemControlsButton__e25df6d0:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-0-24-0)}.listItemControlsButton__e25df6d0.expanded__a776c819 .listItemControlsButtonLabel__7e59160a,.listItemControlsButton__e25df6d0:active .listItemControlsButtonLabel__7e59160a{color:var(--triplex-next-ListItemControlsButton-Color_Active-0-24-0)!important}.listItemControlsButton__e25df6d0+.listItemControlsButton__e25df6d0,.listItemControlsButton__e25df6d0+.listItemControlsButtonDropdown__2cc1379a{margin-left:4px}.listItemControlsButtonIcon__7f3e77a5{line-height:0}.listItemControlsButton__e25df6d0.withText__1cde1e44 .listItemControlsButtonIcon__7f3e77a5{margin-bottom:8px}.listItemControlsButtonLabel__7e59160a{color:var(--triplex-next-ListItemControlsButton-Color_Default-0-24-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__2cc1379a{display:flex}.listItemControlsButtonInner__b356ad4f{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__e25df6d0.withIcon__abfa91b1.withText__1cde1e44 .listItemControlsButtonInner__b356ad4f{height:44px;overflow:visible}.buttonDropdownMenuItem__fa416ef8{overflow:hidden;text-overflow:ellipsis}.listEmptyState__4fd172de{padding:64px 16px 16px;text-align:center}.listItemLoading__a7c4e316{display:flex;justify-content:center;height:24px;padding:12px 0;position:relative;background-color:var(--triplex-next-ListItem-Background-0-24-0)}.label__b5c4fffc{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__b5c4fffc.sm__16aa2955{min-width:16px;min-height:16px}.label__b5c4fffc.sm__16aa2955.nonempty__76227c58{padding:2px 0 2px 24px}.label__b5c4fffc.md__7eaadb26{min-width:24px;min-height:24px}.label__b5c4fffc.md__7eaadb26.nonempty__76227c58{padding-left:32px;padding-top:2px}.label__b5c4fffc.lg__1852e8cc{min-width:28px;min-height:28px}.label__b5c4fffc.lg__1852e8cc.nonempty__76227c58{padding-left:40px;padding-top:4px}.label__b5c4fffc.disabled__359481f4{cursor:default}.label__b5c4fffc[hidden]{display:none}.checkbox__9bd6f4cc{margin:0;opacity:0}.checkboxIcon__1cad8f5b{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-0-24-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-0-24-0)}.sm__16aa2955 .checkboxIcon__1cad8f5b{border-radius:4px}.checkmarkIcon__d2e5dd0e{transform:scale(0)}.checkmarkIcon__d2e5dd0e path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-0-24-0)}.checkboxIcon__1cad8f5b,.checkmarkIcon__d2e5dd0e{pointer-events:none}.checkbox__9bd6f4cc,.checkboxIcon__1cad8f5b,.checkmarkIcon__d2e5dd0e{position:absolute;left:0;top:0}.sm__16aa2955 .checkbox__9bd6f4cc,.sm__16aa2955 .checkboxIcon__1cad8f5b,.sm__16aa2955 .checkmarkIcon__d2e5dd0e{width:16px;height:16px;top:2px}.md__7eaadb26 .checkbox__9bd6f4cc,.md__7eaadb26 .checkboxIcon__1cad8f5b,.md__7eaadb26 .checkmarkIcon__d2e5dd0e{width:24px;height:24px}.lg__1852e8cc .checkbox__9bd6f4cc,.lg__1852e8cc .checkboxIcon__1cad8f5b,.lg__1852e8cc .checkmarkIcon__d2e5dd0e{width:28px;height:28px}.checkbox__9bd6f4cc:enabled{cursor:pointer}.checkbox__9bd6f4cc:enabled:hover+.checkboxIcon__1cad8f5b{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-0-24-0);background-color:var(--triplex-next-Checkbox-Background_Hover-0-24-0)}.checkbox__9bd6f4cc:checked+.checkboxIcon__1cad8f5b{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-0-24-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-0-24-0)}.checkbox__9bd6f4cc:checked~.checkmarkIcon__d2e5dd0e{transform:scale(1);transition:transform .2s ease-out}.checkbox__9bd6f4cc:disabled+.checkboxIcon__1cad8f5b{background-color:var(--triplex-next-Checkbox-Background_Disabled-0-24-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-0-24-0)}.checkbox__9bd6f4cc:disabled:checked+.checkboxIcon__1cad8f5b{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-0-24-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-24-0)}.checkbox__9bd6f4cc:disabled~.checkmarkIcon__d2e5dd0e path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-24-0)}.checkbox__9bd6f4cc:focus-visible+.checkboxIcon__1cad8f5b{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-0-24-0)}.checkbox__9bd6f4cc:checked:enabled:hover+.checkboxIcon__1cad8f5b{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-0-24-0)}.listItemSelectable__0cd33a81{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-0-24-0);border-radius:8px}.listItemSelectable__0cd33a81.selected__94c15600{background:var(--triplex-next-ListItem-Background_Selected-0-24-0)}.checkboxWrapper__9c156ebe{padding:16px;line-height:0}.childrenWrapper__832de8f2{flex-grow:1}.checkboxLabel__69c98ea8{padding:0!important;position:relative}.checkboxLabelClickArea__f2ebf86e{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__efa66e47{position:relative;overflow:hidden}.swipeableArea__efa66e47 .content__88008cb4{position:relative;touch-action:pan-y}.swipeableArea__efa66e47 .content__88008cb4.disableScroll__822ab2f1{touch-action:none}.swipeableArea__efa66e47 .content__88008cb4.disablePointerEvents__d128baee:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__efa66e47 .swipeAnimationFinish__2f8fae84{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__efa66e47 .leftContent__183d721b,.swipeableArea__efa66e47 .rightContent__c13974a3{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__efa66e47 .rightContent__c13974a3{left:auto;right:0}.listItemTail__d5025b66{position:absolute;width:18px;top:0;bottom:0;overflow:hidden}.listItemTailLine__f725a186{background:var(--triplex-next-ListMaster-Background-0-24-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailLeft__c8512def{left:-8px}.listItemTailRight__ba2b40c5{right:-10px}.listItemTailTop__1d805569{position:absolute;top:0;left:0;right:0}.listItemTailTop__1d805569: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-0-24-0)}.listItemTailTop__1d805569: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-0-24-0)}.listItemTailBottom__38ee7759{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__38ee7759: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-0-24-0)}.listItemTailBottom__38ee7759: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-0-24-0)}.listItemTable__3dc1a8c9{margin-bottom:4px}.listItemTable__3dc1a8c9:last-child{margin-bottom:0}.listItemTable__3dc1a8c9 .swipeableArea__ba55b4b3{border-radius:8px}.listSortableItemTarget__340ebd9d{display:flex;gap:16px;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-0-24-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__340ebd9d:hover{background:var(--triplex-next-ListItem-Background_Selected-0-24-0)}.listSortableItemTarget__340ebd9d.dragging__02e3d939{background:var(--triplex-next-ListItem-Background_Dragging-0-24-0);box-shadow:var(--triplex-next-ListItem-Shadow_Dragging-0-24-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__95ae5627{flex:1}.listSortableItemTargetIcon__ade8d2a7{display:block}.listSortableItem__a095e3a5{position:relative}.listSortableItem__a095e3a5.dragging__02e3d939{z-index:1}.listSortableItemControls__f4ebe0f7{display:inline-block}.islandWidgetHeader__39f2ac15{display:flex;justify-content:space-between;align-items:center}.islandWidgetHeader__39f2ac15 .islandWidgetHeaderContent__b49a1278{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__39f2ac15 .islandWidgetHeaderDescription__b721a991{display:flex}.islandWidgetHeader__39f2ac15 .caretWrapper__6d4f979a{position:absolute;top:20px;right:16px}.islandWidgetHeader__39f2ac15 .caretIcon__5fac7f31{transition:transform .3s ease-in-out}.islandWidgetHeader__39f2ac15.open__4b4f23cc .caretWrapper__6d4f979a .caretIcon__5fac7f31{transform:rotate(-180deg)}@media (max-width: 767px){.islandWidgetHeader__39f2ac15{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetBody__34a82e73{padding-top:16px}.islandWidgetFooter__b355a848{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__33413104{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__0049f1fc{margin-left:auto;white-space:nowrap}.expandAnimation__cd80e6ef{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__30b6dcb1{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-0-24-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__30b6dcb1{border-radius:0 0 16px 16px}}.islandWidget__4b2dceb9{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__4b2dceb9>*{height:100%}.islandWidgetWithExtraFooter__ebaccd32: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-0-24-0)!important}@media (max-width: 767px){.islandWidgetHeaderWrapperAdaptive__7ea920cb{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__ab9bdef6{display:flex;flex-direction:column}.formFieldClear__30388b14{visibility:hidden;opacity:0;transition:visibility,opacity;transition-duration:.3s;pointer-events:none}.formFieldClear__30388b14:focus{visibility:visible;opacity:1;pointer-events:auto}.formFieldTarget__ab444b96{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-0-24-0);overflow:hidden;white-space:nowrap}.formFieldTarget__ab444b96.sm__8a39ed0d{font-size:12px;height:28px;line-height:16px}.formFieldTarget__ab444b96.md__fd053d06{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__ab444b96.lg__4c4546f3{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__ab444b96.placeholder__04059e0b{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-0-24-0)}.formFieldTarget__ab444b96.disabled__fe7d58f3{color:var(--triplex-next-FormField-Target_Color_Disabled-0-24-0)}.formFieldTarget__ab444b96 .placeholderWrapper__025932af{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__ab444b96:focus{outline:none}.formFieldTarget__ab444b96:focus .placeholderWrapper__025932af,.formFieldTarget__ab444b96.active__dbde74a1 .placeholderWrapper__025932af{opacity:1}.formFieldTextarea__4a7568f4{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-0-24-0);vertical-align:top;font-family:inherit}.formFieldTextarea__4a7568f4.sm__8a39ed0d{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__4a7568f4.md__fd053d06{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__4a7568f4.lg__4c4546f3{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__4a7568f4::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-24-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__4a7568f4:focus{outline:none}.formFieldTextarea__4a7568f4:focus::placeholder{opacity:1}.formFieldTextarea__4a7568f4:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-24-0)}.formFieldTextarea__4a7568f4:-webkit-autofill{animation-name:autofill-applied-hook__aff6286f;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldTextarea__4a7568f4:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__57c96b32;animation-duration:1ms}@keyframes autofill-applied-hook__aff6286f{0%{transform:none}}@keyframes autofill-cancelled-hook__57c96b32{0%{transform:none}}.chipGroupItem__8416497a{display:inline-block}.chip__68de2802{background:var(--triplex-next-Chip-Background_Default-0-24-0);color:var(--triplex-next-Chip-Color_Default-0-24-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__68de2802.lg__c974dd4d{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__68de2802.lg__c974dd4d .prefix__79531048{padding-left:16px}.chip__68de2802.lg__c974dd4d .postfix__89a16e95{padding-right:12px}.chip__68de2802.lg__c974dd4d .notificationIcon__88b6c431{right:6px;top:6px}.chip__68de2802.md__b4bb0516{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__68de2802.md__b4bb0516 .prefix__79531048{padding-left:12px}.chip__68de2802.md__b4bb0516 .postfix__89a16e95{padding-right:8px}.chip__68de2802.md__b4bb0516 .notificationIcon__88b6c431{right:4px;top:4px}.chip__68de2802.sm__c767b58e{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__68de2802.sm__c767b58e .prefix__79531048{padding-left:8px}.chip__68de2802.sm__c767b58e .postfix__89a16e95{padding-right:8px}.chip__68de2802.sm__c767b58e .notificationIcon__88b6c431{right:3px;top:3px}.chip__68de2802:hover{background:var(--triplex-next-Chip-Background_Hover-0-24-0);color:var(--triplex-next-Chip-Color_Hover-0-24-0)}.chip__68de2802:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-24-0)}.chip__68de2802:active,.chip__68de2802[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-0-24-0);color:var(--triplex-next-Chip-Color_Active-0-24-0)}.chip__68de2802.disabled__17ab2a88{background:var(--triplex-next-Chip-Background_Disabled-0-24-0);color:var(--triplex-next-Chip-Color_Disabled-0-24-0);cursor:default;pointer-events:none}.chip__68de2802.selected__8f5709b8{background:var(--triplex-next-Chip-Background_Selected_Default-0-24-0);color:var(--triplex-next-Chip-Color_Selected_Default-0-24-0)}.chip__68de2802.selected__8f5709b8:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-0-24-0);color:var(--triplex-next-Chip-Color_Selected_Hover-0-24-0)}.chip__68de2802.selected__8f5709b8:active,.chip__68de2802.selected__8f5709b8[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-0-24-0);color:var(--triplex-next-Chip-Color_Selected_Active-0-24-0)}.chip__68de2802.selected__8f5709b8.disabled__17ab2a88{background:var(--triplex-next-Chip-Background_Selected_Disabled-0-24-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-0-24-0)}.chip__68de2802.withPrefix__1e7ed2af{padding-left:0}.chip__68de2802.withPostfix__03fe1d8b{padding-right:0}.chip__68de2802 .content__9430f420{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__68de2802 .prefix__79531048,.chip__68de2802 .postfix__89a16e95{display:flex}.chip__68de2802 .notificationIcon__88b6c431{position:absolute}.calendarControls__b6037860{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-0-24-0)}.calendarViewDays__7fc1585e{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__8de16ba5 .calendarViewDays__7fc1585e{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__e3f8268d,.calendarViewYears__957562f7{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__8de16ba5 .calendarViewMonths__e3f8268d,.adaptive__8de16ba5 .calendarViewYears__957562f7{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__f68a0e00{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-0-24-0)}.calendarViewDaysBody__f0ae2ad0:before{display:block;content:"‌";line-height:8px}.adaptive__8de16ba5 .calendarViewDaysBody__f0ae2ad0:before{line-height:4px}.calendarViewItem__82b58aa5{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__82b58aa5:focus-visible{outline:none}.calendarViewItem__82b58aa5.current__676fed64{font-weight:600}.calendarViewItem__82b58aa5.disabled__63b85784{pointer-events:none}.calendarViewItemLabel__d6f31700{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-0-24-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-0-24-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-0-24-0);cursor:pointer}.calendarViewItemLabel__d6f31700:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-24-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-0-24-0)}.calendarViewItemLabel__d6f31700.selected__fd818ff0{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-24-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-0-24-0)}.calendarViewItemLabel__d6f31700.selected__fd818ff0:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-24-0)}.calendarViewItemLabel__d6f31700.selected__fd818ff0:hover.basicMark__ca6762fc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-24-0)}.calendarViewItemLabel__d6f31700.selected__fd818ff0:hover.standardMark__b32d99aa:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-24-0)}.calendarViewItemLabel__d6f31700.selected__fd818ff0:hover.attentionMark__eeeb08e1:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-24-0)}.calendarViewItemLabel__d6f31700.selected__fd818ff0:hover.criticalMark__c0063f98:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-24-0)}.calendarViewItemLabel__d6f31700.selected__fd818ff0.muted__7ffc2be3{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-24-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-24-0)}.calendarViewItemLabel__d6f31700.selected__fd818ff0.muted__7ffc2be3:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-24-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-24-0)}.calendarViewItemLabel__d6f31700.selected__fd818ff0.basicMark__ca6762fc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-24-0)}.calendarViewItemLabel__d6f31700.selected__fd818ff0.standardMark__b32d99aa:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-24-0)}.calendarViewItemLabel__d6f31700.selected__fd818ff0.attentionMark__eeeb08e1:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-24-0)}.calendarViewItemLabel__d6f31700.selected__fd818ff0.criticalMark__c0063f98:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-24-0)}.calendarViewItemLabel__d6f31700.marked__4b8c11c0:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__d6f31700.basicMark__ca6762fc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-24-0)}.calendarViewItemLabel__d6f31700.standardMark__b32d99aa:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-24-0)}.calendarViewItemLabel__d6f31700.attentionMark__eeeb08e1:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-24-0)}.calendarViewItemLabel__d6f31700.criticalMark__c0063f98:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-24-0)}.calendarViewItemLabel__d6f31700.muted__7ffc2be3{color:var(--triplex-next-Calendar-View_Item_Color_Muted-0-24-0)}.calendarViewItemLabel__d6f31700.disabled__63b85784{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-0-24-0);background:none}.calendarViewItem__82b58aa5:focus-visible .calendarViewItemLabel__d6f31700{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-0-24-0)}.unitDay__5533b4d8{width:36px;height:36px;border-radius:6px}.unitMonth__5dc9286a,.unitYear__83cf2c27{width:89px;height:48px;border-radius:6px}.adaptive__8de16ba5 .unitMonth__5dc9286a,.adaptive__8de16ba5 .unitYear__83cf2c27{width:104px;height:48px;border-radius:6px}.calendarFooter__b7d3bb8f{margin-top:12px;text-align:center}.calendar__43daa3ef{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-0-24-0);-webkit-user-select:none;user-select:none}.calendar__43daa3ef.adaptive__8de16ba5{width:auto;padding:20px}.calendar__43daa3ef+.calendar__43daa3ef{margin-top:20px}.datePickerExtendedMobileDropdown__1288c4e8{max-height:100vh}.chipDropdownArrow__77661a7c{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__77661a7c.rotated__738a7937{transform:rotate(-180deg)}.chipClearButton__6f048350{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__6f048350:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-24-0)}.dropdownMobileMaskedInput__2a65bb34{height:20px!important;padding:0!important}.dropdownMobileMaskedInput__2a65bb34:first-child{top:0}.selectExtendedFieldTarget__c65ec508{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__c65ec508 .caretWrapper__c309b2be{height:100%}.selectExtendedFieldTarget__c65ec508 .caretIcon__e9a9f5ef{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__c65ec508.selectOpened__772744d0 .caretIcon__e9a9f5ef{transform:rotate(180deg)}.selectExtendedFieldTarget__c65ec508.disabled__3890270a{-webkit-user-select:none;user-select:none;cursor:default}.selectExtendedFieldTarget__c65ec508.disabled__3890270a .target__7efc6a23,.selectExtendedFieldTarget__c65ec508.disabled__3890270a .caretWrapper__c309b2be{pointer-events:none}.selectExtendedField__2710eadc{position:relative}.multiselectFieldHeader__6a5a2216{padding:12px}.multiselectFieldContent__4c10956e{position:relative;padding:0 12px 12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContent__4c10956e:first-child{padding-top:12px}.multiselectFieldContent__4c10956e:has(.loaderScreen__ace1e88c){overflow:hidden}.multiselectFieldContent__4c10956e.sm__f5a99bbb{max-height:208px}.multiselectFieldContent__4c10956e.md__9dcced76{max-height:266px}.multiselectFieldContent__4c10956e.lg__785210bf{max-height:296px}.multiselectFieldFooter__19f8284c{padding:0 12px 12px}.multiselectFieldFooter__19f8284c:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-0-24-0)}.chipOptionsContent__e8935441{min-width:14px;text-align:center;display:block}.tooltipDesktop__cdd5f4cd{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__cdd5f4cd .tooltipBody__2e88a1f6{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-0-24-0)}.tooltipDesktop__cdd5f4cd .tooltipXButton__88bf06da{position:absolute;right:8px;top:8px}.tooltipDesktopContent__864ade1b{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-0-24-0);border-radius:8px}.closable__be6e016c .tooltipDesktopContent__864ade1b{padding-right:32px}.tooltipSM__dd297626 .tooltipDesktopContent__864ade1b{width:192px;min-height:52px}.tooltipLG__dad1a277 .tooltipDesktopContent__864ade1b{width:384px;min-height:52px}.tooltipOverlay__10e86335{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__ae9a8527{width:0;height:0}.tooltipDesktopTip__ae9a8527.down__8ba33da9{border-top:solid var(--triplex-next-Tooltip-Background-0-24-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__ae9a8527.up__1ea5b14e{border-bottom:solid var(--triplex-next-Tooltip-Background-0-24-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__ae9a8527.left__34e8a3a9{border-right:solid var(--triplex-next-Tooltip-Background-0-24-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__ae9a8527.right__bb2df359{border-left:solid var(--triplex-next-Tooltip-Background-0-24-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__7d1c15b8 .tooltipBody__2e88a1f6{text-align:left}.tooltipMobileContent__fc0d15a9{padding:16px}.headerless__d8106a98 .tooltipMobileContent__fc0d15a9{padding-right:40px;border-radius:16px 16px 0 0}.headerless__d8106a98 .tooltipMobileContent__fc0d15a9 .closeButton__71e7ef44{position:absolute;right:16px;top:16px}.tooltipLink__be3ec873{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__4dbef7fd{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-0-24-0)}.desktop__4dbef7fd:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-24-0)}.desktop__4dbef7fd:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-0-24-0)}.desktop__4dbef7fd:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-24-0)}.mobile__130e83f4{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-0-24-0)}.mobile__130e83f4:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-24-0)}.mobile__130e83f4:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-0-24-0)}.mobile__130e83f4:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-24-0)}.chipSuggestInputWrapper__aa3af81f{margin:12px}.suggestDropdownMobileBody__f9617e8f{height:176px}.suggestDropdownMobileNoOptionsText__ea50de9a{padding:16px}.checkboxXGroup__6890524f{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__6890524f.indent-12__787aa8a6{margin-left:-6px;margin-right:-6px}.checkboxXGroup__6890524f.indent-12__787aa8a6 .label__b5c4fffc{margin-left:6px;margin-right:6px}.checkboxXGroup__6890524f.indent-16__3b736b5f{margin-left:-8px;margin-right:-8px}.checkboxXGroup__6890524f.indent-16__3b736b5f .label__b5c4fffc{margin-left:8px;margin-right:8px}.checkboxXGroup__6890524f.indent-20__14ae49f9{margin-left:-10px;margin-right:-10px}.checkboxXGroup__6890524f.indent-20__14ae49f9 .label__b5c4fffc{margin-left:10px;margin-right:10px}.checkboxXGroup__6890524f.indent-24__f5869236{margin-left:-12px;margin-right:-12px}.checkboxXGroup__6890524f.indent-24__f5869236 .label__b5c4fffc{margin-left:12px;margin-right:12px}.checkboxXGroup__6890524f.indent-28__95fa3bbc{margin-left:-14px;margin-right:-14px}.checkboxXGroup__6890524f.indent-28__95fa3bbc .label__b5c4fffc{margin-left:14px;margin-right:14px}.checkboxXGroup__6890524f.indent-32__08dfcb65{margin-left:-16px;margin-right:-16px}.checkboxXGroup__6890524f.indent-32__08dfcb65 .label__b5c4fffc{margin-left:16px;margin-right:16px}.checkboxYGroup__75b8a68c{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__75b8a68c .label__b5c4fffc.sm__16aa2955+.label__b5c4fffc.sm__16aa2955{margin-top:8px}.checkboxYGroup__75b8a68c .label__b5c4fffc.lg__1852e8cc+.label__b5c4fffc.lg__1852e8cc{margin-top:20px}.checkboxYGroup__75b8a68c .label__b5c4fffc.md__7eaadb26+.label__b5c4fffc.md__7eaadb26{margin-top:16px}@media (max-width: 767px){.checkboxYGroup__75b8a68c{margin:14px 16px}.checkboxYGroup__75b8a68c .label__b5c4fffc.sm__16aa2955+.label__b5c4fffc.sm__16aa2955,.checkboxYGroup__75b8a68c .label__b5c4fffc.md__7eaadb26+.label__b5c4fffc.md__7eaadb26,.checkboxYGroup__75b8a68c .label__b5c4fffc.lg__1852e8cc+.label__b5c4fffc.lg__1852e8cc{margin-top:28px}}.card__0592c98d{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__0592c98d.roundingMD__e01b3602{--radius: 16px}.card__0592c98d.roundingSM__49b56472{--radius: 8px}.card__0592c98d.general__d25ccb4c{background:var(--triplex-next-Card-Static_General_Background-0-24-0)}.card__0592c98d.secondary__cfeb54a0{background:var(--triplex-next-Card-Static_Secondary_Background-0-24-0)}.card__0592c98d .cardMedia__fd635070{background-size:cover;background-repeat:no-repeat;background-position:center}.card__0592c98d .cardContent__8d65fa02{padding:var(--padding)}.card__0592c98d .cardContent__8d65fa02.paddingMD__170ddae9{--padding: 24px}.card__0592c98d .cardContent__8d65fa02.paddingSM__2e9f55e6{--padding: 16px}.card__0592c98d .cardContent__8d65fa02 .cardContentHeader__0268d271{margin-bottom:16px}.card__0592c98d .cardContent__8d65fa02 .cardContentFooter__4204d4d3{margin-top:16px}.action__47ad6ac3{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__47ad6ac3: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__47ad6ac3.general__d25ccb4c{background:var(--triplex-next-Card-Action_General_Background-0-24-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-24-0)}.action__47ad6ac3.general__d25ccb4c:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-0-24-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-24-0)}.action__47ad6ac3.general__d25ccb4c.selected__40c04f93{background:var(--triplex-next-Card-Action_General_Background_Selected-0-24-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-24-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-24-0)}.action__47ad6ac3.general__d25ccb4c.selected__40c04f93:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-0-24-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-24-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-24-0)}.action__47ad6ac3.general__d25ccb4c:focus{outline:none}.action__47ad6ac3.general__d25ccb4c:focus.focusVisible__62db3a93{box-shadow:var(--triplex-next-Card-Shadow_Default-0-24-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-24-0)}.action__47ad6ac3.secondary__cfeb54a0{background:var(--triplex-next-Card-Action_Secondary_Background-0-24-0)}.action__47ad6ac3.secondary__cfeb54a0:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-0-24-0)}.action__47ad6ac3.secondary__cfeb54a0.selected__40c04f93{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-0-24-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-0-24-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-24-0)}.action__47ad6ac3.secondary__cfeb54a0.selected__40c04f93:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-24-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-24-0)}.action__47ad6ac3.secondary__cfeb54a0:focus{outline:none}.action__47ad6ac3.secondary__cfeb54a0:focus.focusVisible__62db3a93{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-24-0)}.alertContext__84151b56{display:flex;font-size:12px;line-height:16px}.alertContext__84151b56>svg{flex-shrink:0}.alertContext__84151b56 .alertContextText__dad1d022{margin-left:8px}.alertContext__84151b56.alertTypeError__8be68988 .alertContextText__dad1d022{color:var(--triplex-next-AlertContext-Error_Color-0-24-0)}.alertContext__84151b56.alertTypeInfo__59ae1ec0 .alertContextText__dad1d022{color:var(--triplex-next-AlertContext-Info_Color-0-24-0)}.alertContext__84151b56.alertTypeWarning__aa33fd2c .alertContextText__dad1d022{color:var(--triplex-next-AlertContext-Warning_Color-0-24-0)}.alertContext__84151b56.alertTypeSystem__bbfa821c .alertContextText__dad1d022{color:var(--triplex-next-AlertContext-System_Color-0-24-0)}.alertProcess__ab47d42e{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__ab47d42e.withSpoiler__951fe78b{min-height:40px}.alertProcess__ab47d42e .themeIcon__731768fc{box-sizing:border-box;height:20px;width:20px}.alertProcess__ab47d42e.alertTypeError__8be68988{background:var(--triplex-next-AlertProcess-Error_Background-0-24-0)}.alertProcess__ab47d42e.alertTypeInfo__59ae1ec0{background:var(--triplex-next-AlertProcess-Info_Background-0-24-0)}.alertProcess__ab47d42e.alertTypeWarning__aa33fd2c{background:var(--triplex-next-AlertProcess-Warning_Background-0-24-0)}.alertProcess__ab47d42e.alertTypeSystem__bbfa821c{background:var(--triplex-next-AlertProcess-System_Background-0-24-0)}.alertProcess__ab47d42e.alertTypeFeature__84537c30{background:var(--triplex-next-AlertProcess-Feature_Background-0-24-0)}.alertProcess__ab47d42e.alertTypeFeature__84537c30 .themeIcon__731768fc{padding-top:0}.alertProcess__ab47d42e .alertProcessContentBlock__b1c9cb28{flex:1;margin-left:10px}.alertProcess__ab47d42e .alertProcessContentBlock__b1c9cb28 .expandableContent__518bfd43{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__ab47d42e .alertProcessContentBlock__b1c9cb28 .expandableContent__518bfd43.expanded__912d92cf{max-height:1000px;opacity:1}.alertProcess__ab47d42e .closeButton__66a3f2da{margin-left:10px}.alertProcess__ab47d42e .expandButton__ea601e4f{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__ab47d42e .expandButton__ea601e4f.expanded__912d92cf{transform:rotate(180deg)}.adaptive__1b606442{font-size:10px!important;line-height:12px!important}.avatar__647a5fdc{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-0-24-0)}.avatar__647a5fdc.xxs__4c2d43da{width:28px;height:28px;border-radius:6px}.avatar__647a5fdc.xs__cb36e9a1{width:32px;height:32px;border-radius:8px}.avatar__647a5fdc.sm__450ee9d8{width:40px;height:40px;border-radius:10px}.avatar__647a5fdc.md__9dcfa044{width:56px;height:56px;border-radius:16px}.avatar__647a5fdc.lg__bc359c9c{width:80px;height:80px;border-radius:20px}.avatar__647a5fdc.xl__4887f5ca{width:96px;height:96px;border-radius:24px}.avatar__647a5fdc.xxl__4e63cb3f{width:128px;height:128px;border-radius:28px}.carouselExtended__93a1c215{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__93a1c215::-webkit-scrollbar{display:none}.treeView__fe514a67,.treeViewGroup__cad8366d{margin:0;padding:0}.treeView__fe514a67 .treeViewNode__956a1d69,.treeViewGroup__cad8366d .treeViewNode__956a1d69{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__9d161a0e.collapsed__f9731d95{visibility:hidden}.checkboxTreeExtended__74824ca3{margin-bottom:-12px}.checkboxTreeExtendedNode__db5dd16f .checkboxTreeExtendedNode__db5dd16f:has(.sm__b5226859){margin-left:16px}.checkboxTreeExtendedNode__db5dd16f .checkboxTreeExtendedNode__db5dd16f:has(.md__9eab8105),.checkboxTreeExtendedNode__db5dd16f .checkboxTreeExtendedNode__db5dd16f:has(.lg__24a523b0){margin-left:24px}.checkboxTreeExtendedNodeHeader__549e7cd8{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__549e7cd8.sm__b5226859{margin-bottom:8px}.checkboxTreeExtendedNodeHeader__549e7cd8.md__9eab8105,.checkboxTreeExtendedNodeHeader__549e7cd8.lg__24a523b0{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__549e7cd8 .checkboxTreeCheckboxLabel__0fb829f1{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__549e7cd8 .caretIconWrapper__63683b57{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__549e7cd8 .caretIconWrapper__63683b57:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-0-24-0)}.checkboxTreeExtendedNodeHeader__549e7cd8.opened__9fcc0dcd .caretIconWrapper__63683b57{transform:rotate(180deg)}@media (max-width: 767px){.checkboxTreeExtended__74824ca3{padding:0 16px}.checkboxTreeExtended__74824ca3 .checkboxTreeExtendedNodeHeader__549e7cd8{margin-bottom:0}.checkboxTreeExtended__74824ca3 .checkboxTreeExtendedNodeHeader__549e7cd8 .checkboxTreeCheckboxLabel__0fb829f1{padding-top:16px;padding-bottom:16px}.checkboxTreeExtended__74824ca3 .checkboxTreeExtendedNodeHeader__549e7cd8 .checkboxTreeCheckboxLabel__0fb829f1>span,.checkboxTreeExtended__74824ca3 .checkboxTreeExtendedNodeHeader__549e7cd8 .checkboxTreeCheckboxLabel__0fb829f1>svg,.checkboxTreeExtended__74824ca3 .checkboxTreeExtendedNodeHeader__549e7cd8 .checkboxTreeCheckboxLabel__0fb829f1 .checkboxTreeCheckbox__ef49ffbe{top:14px}}.chipGroup__0a2b1008{display:flex}.chipGroup__0a2b1008.oneLine__3c350268{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__0a2b1008.oneLine__3c350268::-webkit-scrollbar{display:none}.chipGroup__0a2b1008.multiLine__c6b1fca5{flex-wrap:wrap}.chipGroup__0a2b1008.lg__bc22717d{gap:12px}.chipGroup__0a2b1008.md__4123958f,.chipGroup__0a2b1008.sm__1edb18e6{gap:8px}.col-1__1647409b{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__ffd4420e{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__b4aab767{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__3932f5e9{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__4d768e7e{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__0f1768a2{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__9c31ab8d{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__36629f8a{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__443e06f6{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__949ab1af{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__8daca615{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__9993f826{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__17e5cf7f{margin-left:0%}.offset-1__307ca56d{margin-left:8.33333333%}.offset-2__dc2f7da0{margin-left:16.66666667%}.offset-3__1d650c96{margin-left:25%}.offset-4__6d00b058{margin-left:33.33333333%}.offset-5__053bad40{margin-left:41.66666667%}.offset-6__fd7d16ab{margin-left:50%}.offset-7__8610c76f{margin-left:58.33333333%}.offset-8__a30ef3a9{margin-left:66.66666667%}.offset-9__3d596215{margin-left:75%}.offset-10__be183e25{margin-left:83.33333333%}.offset-11__1daf5185{margin-left:91.66666667%}.d-none__f1d67344{display:none!important}.d-block__93300941{display:block!important}@media (min-width: 576px){.col-sm-1__2041c151{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__b7ef47cc{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__dfb1498b{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__d31cd7b1{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__96bd68d6{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__d40f7524{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__55a577b8{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__8f3b5fe6{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__b2219229{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__94916d3e{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__4e4bc0c1{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__9f6c0a16{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__5d45915c{margin-left:0%}.offset-sm-1__cb1c9d68{margin-left:8.33333333%}.offset-sm-2__1d776e26{margin-left:16.66666667%}.offset-sm-3__1a5f6feb{margin-left:25%}.offset-sm-4__954403d1{margin-left:33.33333333%}.offset-sm-5__891f3471{margin-left:41.66666667%}.offset-sm-6__8c9b5dc3{margin-left:50%}.offset-sm-7__4ec15b30{margin-left:58.33333333%}.offset-sm-8__dda34846{margin-left:66.66666667%}.offset-sm-9__6adbd39f{margin-left:75%}.offset-sm-10__0b0191cd{margin-left:83.33333333%}.offset-sm-11__26845a70{margin-left:91.66666667%}.d-none-sm__01b6acde{display:none!important}.d-block-sm__b2b84151{display:block!important}}@media (min-width: 768px){.col-md-1__9c3c3aae{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__700ea6ce{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__e725bd91{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__9f4df383{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__474e5eca{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__2eb74fb0{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__6353f8fe{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__aa1c0a16{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__d7870f77{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__e3ad4f66{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__56bb590d{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__2b11a93c{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__6614cd17{margin-left:0%}.offset-md-1__237c1cb9{margin-left:8.33333333%}.offset-md-2__1c734e84{margin-left:16.66666667%}.offset-md-3__3996debd{margin-left:25%}.offset-md-4__4deb6b9e{margin-left:33.33333333%}.offset-md-5__ce10b647{margin-left:41.66666667%}.offset-md-6__da2c6ac1{margin-left:50%}.offset-md-7__3c0e302b{margin-left:58.33333333%}.offset-md-8__25e8cdce{margin-left:66.66666667%}.offset-md-9__796ec24d{margin-left:75%}.offset-md-10__15a13601{margin-left:83.33333333%}.offset-md-11__f62e4baf{margin-left:91.66666667%}.d-none-md__2cd44ee8{display:none!important}.d-block-md__92322ea8{display:block!important}}@media (min-width: 992px){.col-lg-1__d8326b62{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__fb364dc3{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__b529f0b3{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__2b510dd6{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__207b7f45{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__0bcd89fe{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__d346d664{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__d953af40{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__119886d2{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__55b01ee2{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__449809d4{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__53f0a6a3{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__531429d7{margin-left:0%}.offset-lg-1__97b95ef2{margin-left:8.33333333%}.offset-lg-2__8b64338e{margin-left:16.66666667%}.offset-lg-3__34fe075f{margin-left:25%}.offset-lg-4__6fdb1ffe{margin-left:33.33333333%}.offset-lg-5__4658f13f{margin-left:41.66666667%}.offset-lg-6__6132da96{margin-left:50%}.offset-lg-7__f8cf8022{margin-left:58.33333333%}.offset-lg-8__0df47d80{margin-left:66.66666667%}.offset-lg-9__135d61f0{margin-left:75%}.offset-lg-10__6d95cc2a{margin-left:83.33333333%}.offset-lg-11__b1135b93{margin-left:91.66666667%}.d-none-lg__893b51b1{display:none!important}.d-block-lg__10bc7e3f{display:block!important}}@media (min-width: 1200px){.col-xl-1__ad143bdb{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__71b15333{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__9e9dad1b{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__f795dce2{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__1a888eee{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__0b5648bd{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__53e3bdc0{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__0ec52cb1{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__b23c81fe{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__12c0aa4c{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__8fea3502{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__a277e2f1{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__f3f789e0{margin-left:0%}.offset-xl-1__823843ec{margin-left:8.33333333%}.offset-xl-2__fcb83e20{margin-left:16.66666667%}.offset-xl-3__a71223ed{margin-left:25%}.offset-xl-4__9ced334e{margin-left:33.33333333%}.offset-xl-5__1e9399e8{margin-left:41.66666667%}.offset-xl-6__4969181e{margin-left:50%}.offset-xl-7__2e4dfbe6{margin-left:58.33333333%}.offset-xl-8__24d3fe00{margin-left:66.66666667%}.offset-xl-9__a7031915{margin-left:75%}.offset-xl-10__03c932d8{margin-left:83.33333333%}.offset-xl-11__18120e1d{margin-left:91.66666667%}.d-none-xl__bb3427ef{display:none!important}.d-block-xl__a324a512{display:block!important}}.confirm__5f8c086e{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__5f8c086e.isInLightBox__d1988c42{max-width:800px}.confirm__5f8c086e.isInSideOverlaySM__e78710c7{max-width:520px}.confirm__5f8c086e.isInSideOverlayMD__035263eb{max-width:680px}.confirm__5f8c086e.isInSideOverlayLG__0731463f{max-width:800px}.confirmCloseButton__e12f89ba{position:absolute;top:24px;right:24px}.confirmContent__c2007c78{margin-bottom:24px;padding-right:56px}.confirmControls__7b06f87b{white-space:nowrap}.confirmContentTitle__79b4d7f2{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__e12f89ba{top:16px;right:16px}.confirmContent__c2007c78{margin-bottom:16px}}.dateRange__e9f84280{display:flex;align-items:center}.dateRangeButton__6030eb2e{z-index:1}.separator__54a5548e{width:20px;height:20px;flex-shrink:0}.divider__42474506{height:1px;margin:0;background:var(--triplex-next-Divider-Background-0-24-0);border:none}.marginTopSize-4__01793a95{margin-top:4px}.marginBottomSize-4__12b0acc8{margin-bottom:4px}.marginTopSize-8__84a8ebce{margin-top:8px}.marginBottomSize-8__a6874ac2{margin-bottom:8px}.marginTopSize-12__d2d06256{margin-top:12px}.marginBottomSize-12__36127e10{margin-bottom:12px}.marginTopSize-16__8198ba03{margin-top:16px}.marginBottomSize-16__2e8bb221{margin-bottom:16px}.marginTopSize-20__10384adb{margin-top:20px}.marginBottomSize-20__853ffcc2{margin-bottom:20px}.marginTopSize-24__e4e5ddcd{margin-top:24px}.marginBottomSize-24__0ff02ae3{margin-bottom:24px}.marginTopSize-28__f278476c{margin-top:28px}.marginBottomSize-28__2dac9c62{margin-bottom:28px}.marginTopSize-32__93b37e68{margin-top:32px}.marginBottomSize-32__fbfc5bfc{margin-bottom:32px}.smallInput__65120c8d{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-0-24-0);background:var(--triplex-next-SmallInput-Background-0-24-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-0-24-0)}.smallInput__65120c8d::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-0-24-0);opacity:1}.smallInput__65120c8d::-ms-clear{display:none}.link__bbe10c07{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-0-24-0)}.link__bbe10c07:hover{color:var(--triplex-next-Link-Text_Color_Hover-0-24-0)}.link__bbe10c07:active{color:var(--triplex-next-Link-Text_Color_Active-0-24-0)}.link__bbe10c07:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-0-24-0)}.wordWithContent__0a4a3618{white-space:nowrap;display:inline-flex;align-items:center}.before__26030191 :first-child{margin-right:2px}.after__3fefd069 :last-child{margin-left:2px}.documentNumberEdit__12d6f252 .label__423d9127{display:inline-block;margin-right:8px}.documentNumberEdit__12d6f252 .inputEditWrapper__2446e54b{width:68px;display:inline-block}.ellipsisLineClamp__2fc13f51{--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__2fc13f51.oneLine__5684f64a{word-break:break-all}button.helpBoxButton__d6467b71{position:relative;vertical-align:text-bottom}.islandAccordion__5be1e888{margin:0;padding:0}.islandAccordion__5be1e888 .island__289c7952{padding:0}.islandAccordion__5be1e888 .item__8d05b0ab{position:relative;list-style-type:none}.islandAccordion__5be1e888 .item__8d05b0ab.disabled__5441903f{cursor:default;pointer-events:none}.islandAccordion__5be1e888 .item__8d05b0ab+.item__8d05b0ab.sm__4a8dee37,.islandAccordion__5be1e888 .item__8d05b0ab+.item__8d05b0ab.md__6408c0e9{margin-top:16px}.islandAccordion__5be1e888 .item__8d05b0ab+.item__8d05b0ab.lg__a220d140{margin-top:24px}.islandAccordion__5be1e888 .item__8d05b0ab .header__e6889ced{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__5be1e888 .item__8d05b0ab .header__e6889ced:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-0-24-0)}.islandAccordion__5be1e888 .item__8d05b0ab.type1__2f0b6f61:not(.opened__850a7256) .header__e6889ced:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-24-0)}.islandAccordion__5be1e888 .item__8d05b0ab.type2__8975024b:not(.opened__850a7256) .header__e6889ced:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-24-0)}.islandAccordion__5be1e888 .item__8d05b0ab.type3__3c4731c2:not(.opened__850a7256) .header__e6889ced:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-24-0)}.islandAccordion__5be1e888 .item__8d05b0ab .footer__ab14e1bd{text-align:right}.islandAccordion__5be1e888 .item__8d05b0ab .body__69d92384,.islandAccordion__5be1e888 .item__8d05b0ab .footer__ab14e1bd{visibility:hidden}.islandAccordion__5be1e888 .item__8d05b0ab.opened__850a7256 .body__69d92384,.islandAccordion__5be1e888 .item__8d05b0ab.opened__850a7256 .footer__ab14e1bd{visibility:visible}.islandAccordion__5be1e888 .item__8d05b0ab .caretWrapper__4dc6594d{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__5be1e888 .item__8d05b0ab .caretIcon__7a5dc51a{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__5be1e888 .item__8d05b0ab .title__125e5a6c{padding-right:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__5be1e888 .item__8d05b0ab.sm__4a8dee37 .header__e6889ced{padding:16px;border-radius:16px}.islandAccordion__5be1e888 .item__8d05b0ab.sm__4a8dee37 .step__b6d46bd7+.title__125e5a6c{margin-top:2px}.islandAccordion__5be1e888 .item__8d05b0ab.sm__4a8dee37 .body__69d92384,.islandAccordion__5be1e888 .item__8d05b0ab.sm__4a8dee37 .footer__ab14e1bd{padding:0 16px 16px}.islandAccordion__5be1e888 .item__8d05b0ab.sm__4a8dee37 .caretWrapper__4dc6594d{right:12px}.islandAccordion__5be1e888 .item__8d05b0ab.sm__4a8dee37 .remove__2a0733c3{right:-36px;top:20px}.islandAccordion__5be1e888 .item__8d05b0ab.sm__4a8dee37 .step__b6d46bd7{margin-right:12px}.islandAccordion__5be1e888 .item__8d05b0ab.md__6408c0e9 .header__e6889ced{padding:24px;border-radius:24px}.islandAccordion__5be1e888 .item__8d05b0ab.md__6408c0e9 .body__69d92384,.islandAccordion__5be1e888 .item__8d05b0ab.md__6408c0e9 .footer__ab14e1bd{padding:0 24px 24px}.islandAccordion__5be1e888 .item__8d05b0ab.md__6408c0e9 .caretWrapper__4dc6594d{right:20px}.islandAccordion__5be1e888 .item__8d05b0ab.md__6408c0e9 .remove__2a0733c3{right:-40px;top:28px}.islandAccordion__5be1e888 .item__8d05b0ab.md__6408c0e9 .step__b6d46bd7{margin-right:12px}.islandAccordion__5be1e888 .item__8d05b0ab.lg__a220d140 .header__e6889ced{padding:32px;border-radius:32px}.islandAccordion__5be1e888 .item__8d05b0ab.lg__a220d140 .body__69d92384,.islandAccordion__5be1e888 .item__8d05b0ab.lg__a220d140 .footer__ab14e1bd{padding:0 32px 32px}.islandAccordion__5be1e888 .item__8d05b0ab.lg__a220d140 .caretWrapper__4dc6594d{right:28px}.islandAccordion__5be1e888 .item__8d05b0ab.lg__a220d140 .remove__2a0733c3{right:-40px;top:36px}.islandAccordion__5be1e888 .item__8d05b0ab.lg__a220d140 .step__b6d46bd7{margin:0 16px 0 0}.islandAccordion__5be1e888 .item__8d05b0ab.opened__850a7256:not(.disabled__5441903f) .caretWrapper__4dc6594d .caretIcon__7a5dc51a{transform:rotate(-180deg)}.islandAccordion__5be1e888 .item__8d05b0ab .remove__2a0733c3{position:absolute}@media (max-width: 767px){.islandAccordion__5be1e888 .item__8d05b0ab .footer__ab14e1bd{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__5be1e888 .item__8d05b0ab .footer__ab14e1bd>*{margin-left:0!important}.islandAccordion__5be1e888 .item__8d05b0ab.md__6408c0e9 .header__e6889ced{border-radius:16px}.islandAccordion__5be1e888 .item__8d05b0ab.lg__a220d140 .header__e6889ced{border-radius:24px}}.step__289855a6{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__289855a6.default__a5298071{background-color:var(--triplex-next-Step-Background_Default-0-24-0)}.step__289855a6.default__a5298071>span{color:var(--triplex-next-Step-Color_Default-0-24-0)}.step__289855a6.done__ea60c434{background-color:var(--triplex-next-Step-Background_Done-0-24-0)}.step__289855a6.done__ea60c434>span{color:var(--triplex-next-Step-Color_Done-0-24-0)}.step__289855a6.warning__47cc8f1e{background-color:var(--triplex-next-Step-Background_Warning-0-24-0)}.step__289855a6.warning__47cc8f1e>span{color:var(--triplex-next-Step-Color_Warning-0-24-0)}.step__289855a6.active__532d98c2{background-color:var(--triplex-next-Step-Background_Active-0-24-0)}.step__289855a6.active__532d98c2>span{color:var(--triplex-next-Step-Color_Active-0-24-0)}.step__289855a6.error__172bda2f{background-color:var(--triplex-next-Step-Background_Error-0-24-0)}.step__289855a6.error__172bda2f>span{color:var(--triplex-next-Step-Color_Error-0-24-0)}.step__289855a6.disabled__0c211446{background-color:var(--triplex-next-Step-Background_Disabled-0-24-0)}.step__289855a6.disabled__0c211446>span{color:var(--triplex-next-Step-Color_Disabled-0-24-0)}.lightBox__78e95988{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__78e95988 .lightBoxBackdrop__1b3e8d5d{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-0-24-0)}.lightBox__78e95988.lightBoxSideOverlayActive__0c5c7ee7,.lightBox__78e95988.lightBoxTopOverlayActive__7d9460d4{overflow-y:hidden}.lightBox__78e95988 .lightBoxContent__90e51998{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-0-24-0)}.lightBox__78e95988 .lightBoxContent__90e51998>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__78e95988 .lightBoxContent__90e51998>.global-page{padding:16px}}.lightBox__78e95988 .loadingContentOverlay__d74da27c{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__78e95988 .lightBoxContentResizeWrapper__87b6c1d4{position:absolute;left:0;right:0;height:0}.lightBox__78e95988 .tempElSafariBug__6a315619{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__f671de81,.global-LB-less-or-equal-media-point-0 .lightBox__78e95988.lightBoxSideOverlayActive__0c5c7ee7{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__90e51998{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__90e51998{padding-left:80px;padding-right:80px}.lightBoxControls__16ed3107{z-index:100}.withKeyboardEvent__a0ae79a3{display:inline-block}.withoutKeyboardEvent__3001d5b5,.lightBox__78e95988.lightBoxSideOverlayActive__0c5c7ee7 .withKeyboardEvent__a0ae79a3,.lightBox__78e95988.lightBoxTopOverlayActive__7d9460d4 .withKeyboardEvent__a0ae79a3,.lightBox__78e95988.isLoading__2238d409 .withKeyboardEvent__a0ae79a3{display:none}.lightBox__78e95988.lightBoxSideOverlayActive__0c5c7ee7 .withoutKeyboardEvent__3001d5b5,.lightBox__78e95988.lightBoxTopOverlayActive__7d9460d4 .withoutKeyboardEvent__3001d5b5,.lightBox__78e95988.isLoading__2238d409 .withoutKeyboardEvent__3001d5b5{display:inline-block}.lightBox__78e95988.isLoading__2238d409 .lightBoxPrev__da75ffcc,.lightBox__78e95988.isLoading__2238d409 .lightBoxNext__3e82bc68{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__16ed3107{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__df776a0c{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__413ccb17{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__b08c0aeb{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__da75ffcc,.global-LB-less-or-equal-media-point-0 .lightBoxNext__3e82bc68{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__da75ffcc{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__c833a47e,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__751ca2d8{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__16ed3107{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__df776a0c{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__413ccb17{display:none}.global-LB-more-media-point-0 .lightBoxClose__b08c0aeb{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__da75ffcc,.global-LB-more-media-point-0 .lightBoxNext__3e82bc68{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__da75ffcc{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__3e82bc68{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__49b8943c{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__49b8943c.fixed__2c8af53d{position:fixed}.overlay__49b8943c.closing__6645ef46,.overlay__49b8943c.opened__b040e410{visibility:visible;left:0;right:0}.overlayPanel__b5505c53{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-0-24-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__b5505c53.bottom__69bbaa2f{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__b5505c53.left__c90f638e{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__b5505c53.right__1a04e63d{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__b5505c53.top__00fada97{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__b5505c53.left__c90f638e.opened__b040e410,.overlayPanel__b5505c53.right__1a04e63d.opened__b040e410{transform:translate(0)}.overlayPanel__b5505c53.top__00fada97.opened__b040e410,.overlayPanel__b5505c53.bottom__69bbaa2f.opened__b040e410{transform:translateY(0)}.overlayContent__3400cf17{display:flex;min-height:100%}.overlayMask__5c20d82f{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-0-24-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__5c20d82f.overlayOpened__535fe080{opacity:1}.lightBoxSideOverlayLoaderWrapper__7e9f43c3{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__ec2d3000{position:absolute;top:24px;right:24px;bottom:0;pointer-events:none}.lightBoxSideOverlayCloseDesktop__7cf9ee57{position:sticky;top:24px;pointer-events:auto}.lightBoxSideOverlayCloseMobile__0fdd2862{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__ec2d3000{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__0fdd2862{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__0fdd2862{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__ec2d3000{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__0fdd2862{display:none}.lightBoxSideOverlayMask__9903c77c{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-24-0)}.lightBoxSideOverlayWrapper__355d475f{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__355d475f.overflowXHidden__90a951c8{overflow-x:hidden}.lightBoxSideOverlayWrapper__355d475f.overflowYHidden__10e1e0c0{overflow-y:hidden}.lightBoxSideOverlayWrapper__355d475f.closing__0411bfe8,.lightBoxSideOverlayWrapper__355d475f.opened__6fdc3ec6{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__355d475f.closing__0411bfe8{pointer-events:none}.lightBoxSideOverlayWrapper__355d475f .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__355d475f .global-page{padding:16px}}.lightBoxSideOverlayWrapper__355d475f .lightBoxSideOverlayContent__15505845{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-0-24-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__355d475f .lightBoxSideOverlayContent__15505845.opened__6fdc3ec6{transform:none}.lightBoxSideOverlayWrapper__355d475f .lightBoxSideOverlayContent__15505845.opening__c6a4b5fd{transform:translateY(0)}.lightBoxSideOverlayWrapper__355d475f.sm__286b2bf1 .global-page{width:584px;max-width:100%}.lightBoxSideOverlayWrapper__355d475f.md__b0181ee0 .global-page{width:744px;max-width:100%}.lightBoxSideOverlayWrapper__355d475f.lg__8ecdc552 .global-page{width:864px;max-width:100%}.lightBoxSideOverlayWrapper__355d475f .lightBoxSideOverlayBase__5e614731{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__355d475f .lightBoxSideOverlayContent__15505845{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__355d475f .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__355d475f .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__651e5acf{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__651e5acf.closing__0411bfe8,.lightBoxSideOverlay__651e5acf.opening__c6a4b5fd{overflow-x:hidden}.topOverlayMask__39715c3a{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-0-24-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__ee6f9ce2{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__ee6f9ce2.closing__270003e9,.topOverlayWrapper__ee6f9ce2.opened__6186c047{bottom:0}.topOverlayWrapper__ee6f9ce2 .topOverlayPanel__9e31b2f9{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__7c6c9d3c{z-index:500}@media (max-width: 767px){.topOverlayPanel__9e31b2f9{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__f35967a5{--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__f35967a5.fixed__88ea061a{position:fixed}.lightBoxRightSidebar__528b1aa7{--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__528b1aa7.fixed__88ea061a{position:fixed}.hidden__723e6028{display:none}html.scroll-0__1087a633{--triplex-next-scroll-width: 0px}html.scroll-15__760e6262{--triplex-next-scroll-width: 15px}html.scroll-16__925c6de7{--triplex-next-scroll-width: 16px}html.scroll-17__afb3e98c{--triplex-next-scroll-width: 17px}.listMasterChipGroup__d3888819{padding:0 16px}.listMasterFooter__c637d9e0{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-0-24-0);box-shadow:var(--triplex-next-ListMaster-Footer_Shadow-0-24-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__c637d9e0.sticky__36503e86{position:sticky;bottom:0}.listMasterFooterDescription__eaf5f3f9{padding-right:16px}.listMasterFooterControls__9b1738d8{white-space:nowrap}.listMasterHeader__beb81efb{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-0-24-0);box-shadow:var(--triplex-next-ListMaster-Header_Shadow-0-24-0)}.listMasterHeader__beb81efb.sticky__36503e86{position:sticky;top:0;z-index:1}.selectionControls__26e885a4{display:flex;justify-content:space-between;align-items:center}.marker__aa0e9dec.success__95a77074{background:var(--triplex-next-Marker-Background_Success-0-24-0)}.marker__aa0e9dec.error__0e977578{background:var(--triplex-next-Marker-Background_Error-0-24-0)}.marker__aa0e9dec.warning__5fe6e1e2{background:var(--triplex-next-Marker-Background_Warning-0-24-0)}.marker__aa0e9dec.waiting__c2fa594e{background:var(--triplex-next-Marker-Background_Waiting-0-24-0)}.markerStatus__c79ff92c{line-height:0;display:flex;align-items:start}.markerStatus__c79ff92c .contentContainer__d683ac5e{display:flex;flex-direction:column}.markerStatus__c79ff92c.md__856aaa1f{gap:4px}.markerStatus__c79ff92c.md__856aaa1f .markerContainer__5003fb7e{margin-top:4px}.markerStatus__c79ff92c.lg__a3d262eb{gap:6px}.markerStatus__c79ff92c.lg__a3d262eb .contentContainer__d683ac5e{gap:4px}.markerStatus__c79ff92c.lg__a3d262eb .markerContainer__5003fb7e{margin-top:5px}.orderedListItem__849a858f{counter-increment:list-item-tx}.orderedListItem__849a858f:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__849a858f+.orderedListItem__849a858f{margin-top:8px}.orderedList__d4023b2e{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.paginationExtended__1ebe5bd7{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__83843261 .directionIconNext__bdfceb8b{transform:rotate(180deg)}.paginationPageEllipsis__593bec62{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;cursor:default}.paginationPageButton__6c5fc4b3{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__6c5fc4b3:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-0-24-0);outline:none}.paginationPageButton__6c5fc4b3:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-0-24-0)}.paginationPageButton__6c5fc4b3:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-0-24-0);cursor:grabbing}.paginationPageButton__6c5fc4b3.currentPage__d9bb709f{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-0-24-0);cursor:default}.paginationNavigationExtended__9398a7ec{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__70754ba8{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__70754ba8 .paginationSelectControl__a2642c73{margin-left:8px;min-width:72px}.row__c4e7abde{display:flex;flex-wrap:wrap;margin-left:-8px;margin-right:-8px;padding-bottom:16px}.row__c4e7abde.noPaddingBottom__ed558b32,.row__c4e7abde:last-child{padding-bottom:0}.segmentedControlSegment__3cf61559{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-0-24-0);outline:none;cursor:pointer}.segmentedControlSegment__3cf61559:disabled{cursor:default}.sm__7a8d3864 .segmentedControlSegment__3cf61559{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__78a0a400 .segmentedControlSegment__3cf61559{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__d4e670dd .segmentedControlSegment__3cf61559{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__c0914aed .segmentedControlSegment__3cf61559{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-24-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-24-0)}.general1__c0914aed .segmentedControlSegment__3cf61559:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-24-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-24-0)}.general1__c0914aed .segmentedControlSegment__3cf61559:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-24-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-24-0)}.general1__c0914aed .segmentedControlSegment__3cf61559.selected__80c83a57{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-24-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-24-0)}.general1__c0914aed .segmentedControlSegment__3cf61559.selected__80c83a57:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-24-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-24-0)}.general1__c0914aed .segmentedControlSegment__3cf61559.selected__80c83a57:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-24-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-24-0)}.general2__74e26d1a .segmentedControlSegment__3cf61559{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-24-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-24-0)}.general2__74e26d1a .segmentedControlSegment__3cf61559:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-24-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-24-0)}.general2__74e26d1a .segmentedControlSegment__3cf61559:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-24-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-24-0)}.general2__74e26d1a .segmentedControlSegment__3cf61559.selected__80c83a57{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-24-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-24-0)}.general2__74e26d1a .segmentedControlSegment__3cf61559.selected__80c83a57:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-24-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-24-0)}.general2__74e26d1a .segmentedControlSegment__3cf61559.selected__80c83a57:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-24-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-24-0)}.secondary1__5385d236 .segmentedControlSegment__3cf61559{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-24-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-24-0)}.secondary1__5385d236 .segmentedControlSegment__3cf61559:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-24-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-24-0)}.secondary1__5385d236 .segmentedControlSegment__3cf61559:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-24-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-24-0)}.secondary1__5385d236 .segmentedControlSegment__3cf61559.selected__80c83a57{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-24-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-24-0)}.secondary1__5385d236 .segmentedControlSegment__3cf61559.selected__80c83a57:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-24-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-24-0)}.secondary2__a9330505 .segmentedControlSegment__3cf61559{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-24-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-24-0)}.secondary2__a9330505 .segmentedControlSegment__3cf61559:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-24-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-24-0)}.secondary2__a9330505 .segmentedControlSegment__3cf61559:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-24-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-24-0)}.secondary2__a9330505 .segmentedControlSegment__3cf61559.selected__80c83a57{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-24-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-24-0)}.secondary2__a9330505 .segmentedControlSegment__3cf61559.selected__80c83a57:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-24-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-24-0)}.segmentedControlSegment__3cf61559:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-24-0)}.content__ebd3dc70{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__ae3961af{display:flex;gap:4px}.segmentedControl__ae3961af.general1__c0914aed{background:var(--triplex-next-SegmentedControl-General_1_Background-0-24-0)}.segmentedControl__ae3961af.secondary1__5385d236{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-0-24-0)}.segmentedControl__ae3961af.general2__74e26d1a{background:var(--triplex-next-SegmentedControl-General_2_Background-0-24-0)}.segmentedControl__ae3961af.secondary2__a9330505{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-0-24-0)}.segmentedControl__ae3961af.sm__7a8d3864{border-radius:6px;padding:4px}.segmentedControl__ae3961af.md__78a0a400{border-radius:8px;padding:4px}.segmentedControl__ae3961af.lg__d4e670dd{border-radius:10px;padding:8px}.skeleton__30de58af{border-radius:16px;flex-grow:1}.skeleton__30de58af.light__33541043{animation:skeleton-light-pulse__7e3c8e5e 2s ease-in-out infinite}.skeleton__30de58af.dark__bdfff987{animation:skeleton-dark-pulse__04911b4f 2s ease-in-out infinite}@keyframes skeleton-light-pulse__7e3c8e5e{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-24-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-0-24-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-24-0)}}@keyframes skeleton-dark-pulse__04911b4f{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-24-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-0-24-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-24-0)}}.sliderExtendedDot__669ed1a5{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-0-24-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__669ed1a5:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-24-0)}.sliderExtendedDot__669ed1a5.focusedByClick__6cabcf3c:focus{box-shadow:none}.sliderExtendedDot__669ed1a5:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-0-24-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__669ed1a5:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-0-24-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__669ed1a5.disabled__ecdc9e74{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-0-24-0)}.sliderExtendedDot__669ed1a5.disabled__ecdc9e74:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-0-24-0)}.sliderExtendedDot__669ed1a5.disabled__ecdc9e74:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-0-24-0)}.sliderExtendedDot__669ed1a5:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-0-24-0)}.sliderExtendedDot__669ed1a5:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-24-0)}.sliderExtendedDot__669ed1a5.dragByMouse__abcf73b5{background:var(--triplex-next-Slider-Dot_Background_Select-0-24-0)}.sliderExtendedDot__669ed1a5.dragByMouse__abcf73b5:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-24-0)}.sliderExtendedDot__669ed1a5:hover .sliderExtendedTooltipOverlay__8322c71d,.sliderExtendedDot__669ed1a5:focus .sliderExtendedTooltipOverlay__8322c71d{visibility:visible}.sliderExtendedDot__669ed1a5.lg__252d9dbc{width:28px;height:28px}.sliderExtendedDot__669ed1a5.lg__252d9dbc:after{width:10px;height:10px}.sliderExtendedDot__669ed1a5.lg__252d9dbc:before{width:14px;height:14px}.sliderExtendedMarks__eae8fec0{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__c8075187{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__c8075187 .sliderExtendedMarkDot__9b43eaf0{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-0-24-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__c8075187 .sliderExtendedMarkDot__9b43eaf0.inSelectedRange__ff94cc9d{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-0-24-0)}.sliderExtendedMark__c8075187.lg__252d9dbc{top:20px}.sliderExtendedMark__c8075187.lg__252d9dbc .sliderExtendedMarkDot__9b43eaf0{top:-20px}.sliderExtendedMark__c8075187 .sliderExtendedMarkText__69ea7aa4{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__c8075187.disabled__ecdc9e74{pointer-events:none}.sliderExtendedMark__c8075187.disabled__ecdc9e74 .sliderExtendedMarkText__69ea7aa4{pointer-events:none;opacity:.35}.sliderExtendedMark__c8075187.disabled__ecdc9e74 .sliderExtendedMarkDot__9b43eaf0{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-24-0)}.sliderExtendedMark__c8075187:first-child,.sliderExtendedMark__c8075187:last-child{transform:none}.sliderExtendedMark__c8075187:first-child.reverse__72817a9d .sliderExtendedMarkDot__9b43eaf0{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__c8075187:first-child.reverse__72817a9d .sliderExtendedMarkText__69ea7aa4{margin-right:-4px}.sliderExtendedMark__c8075187:first-child:not(.reverse__72817a9d) .sliderExtendedMarkDot__9b43eaf0{left:0;transform:translate(-50%)}.sliderExtendedMark__c8075187:first-child .sliderExtendedMarkText__69ea7aa4{margin-left:-4px}.sliderExtendedMark__c8075187:last-child.reverse__72817a9d .sliderExtendedMarkDot__9b43eaf0{left:0;transform:translate(-50%)}.sliderExtendedMark__c8075187:last-child.reverse__72817a9d .sliderExtendedMarkText__69ea7aa4{margin-left:-4px}.sliderExtendedMark__c8075187:last-child:not(.reverse__72817a9d) .sliderExtendedMarkDot__9b43eaf0{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__c8075187:last-child .sliderExtendedMarkText__69ea7aa4{margin-right:-4px}.sliderExtendedMark__c8075187.active__318ce7d2{pointer-events:none}.sliderExtendedRail__a4da1567{height:4px;background:var(--triplex-next-Slider-Rail_Background-0-24-0);cursor:pointer}.sliderExtended__a3d5d96a{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__a3d5d96a.disabled__ecdc9e74 .sliderExtendedRail__a4da1567{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-0-24-0)}.sliderExtended__a3d5d96a.lg__252d9dbc{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__62908933{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-0-24-0);z-index:10}.sliderExtendedTrack__62908933.lg__252d9dbc{top:12px}.sliderExtendedTrack__62908933:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-24-0)}.sliderExtendedTrack__62908933.focusedByClick__6cabcf3c:focus{box-shadow:none}.sliderExtendedTrack__62908933.hoverOrDragByMouse__7dd23f08{background:var(--triplex-next-Slider-Track_Background_Hover-0-24-0)}.sliderExtendedTrack__62908933.staticSlider__cee05f68{cursor:default;pointer-events:none}.sliderExtendedTrack__62908933.disabled__ecdc9e74{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-0-24-0)}.sliderExtendedTooltipOverlay__8322c71d{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__8322c71d.lg__252d9dbc{bottom:32px}.sliderExtendedTooltipOverlay__8322c71d .tooltipBody__f1c14f87{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-0-24-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-0-24-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__8322c71d .tooltipTip__af9a0a81{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-0-24-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__8322c71d .tooltipTip__af9a0a81{margin:-.5px}}.smsField__94945416{display:inline-block;position:relative;width:100%}.smsField__94945416 .input__1fe70474{text-align:center}.smsField__94945416 .input__1fe70474::placeholder{opacity:1}.smsField__94945416 .input__1fe70474:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-0-24-0)}.smsField__94945416 .input__1fe70474.lg__512705eb{padding:18px 40px}.smsField__94945416 .input__1fe70474.md__786d4dd2{padding-left:26px;padding-right:26px}.smsField__94945416 .input__1fe70474.sm__0c94ee60{padding-left:20px;padding-right:20px}.smsField__94945416 .btnRefresh__d8042da8{position:absolute;outline:none;z-index:1}.smsField__94945416 .btnRefresh__d8042da8.lg__512705eb{top:12px;left:12px;height:32px;width:32px}.smsField__94945416 .btnRefresh__d8042da8.md__786d4dd2{top:10px;left:10px}.smsField__94945416 .btnRefresh__d8042da8.sm__0c94ee60{top:4px;left:4px}.smsField__94945416 .btnRefresh__d8042da8 .full__2a1b2619{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-0-24-0)}.smsField__94945416 .btnRefresh__d8042da8 .empty__e272becc{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-0-24-0)}.smsField__94945416 .btnRefresh__d8042da8:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-0-24-0)}.smsField__94945416 .btnSubmit__f0c72fd6{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-0-24-0)}.smsField__94945416 .btnSubmit__f0c72fd6.active__c48c8c6d:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-0-24-0)}.smsField__94945416 .btnSubmit__f0c72fd6.active__c48c8c6d:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-0-24-0)}.smsField__94945416 .btnSubmit__f0c72fd6.lg__512705eb{top:15px;right:15px;height:26px;width:26px}.smsField__94945416 .btnSubmit__f0c72fd6.md__786d4dd2{top:10px;right:10px}.smsField__94945416 .btnSubmit__f0c72fd6.sm__0c94ee60{top:4px;right:4px}.spoiler__48289b00{display:flex;flex-direction:column}.spoiler__48289b00.opened__febaeb8b .caretIcon__853359ca{transform:rotate(-180deg)}.spoiler__48289b00 .head__99b1cb4e .caretIcon__853359ca{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__48289b00 .head__99b1cb4e button>span{white-space:normal;text-align:left}.spoiler__48289b00 .content__723b5ee3.hidden__9baebf4e{display:none}.spoiler__48289b00 .lg__79874da1 .content__723b5ee3{margin-top:8px}.spoiler__48289b00 .md__eac8e00f .content__723b5ee3{margin-top:0}.spoiler__48289b00 .sm__f8dfe079 .content__723b5ee3{margin-top:-4px}.statusTrackerWrapper__d3434b76{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-0-24-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-0-24-0);overflow:hidden;height:100%}.statusTrackerWrapper__d3434b76 .statusTracker__0fc90fc1{width:100%;padding:16px 24px;box-sizing:border-box;z-index:1;text-align:center}.statusTrackerWrapper__d3434b76 .statusTracker__0fc90fc1.verticalAlignMiddle__d91ca4fd{align-self:center}.statusTrackerWrapper__d3434b76 .statusTracker__0fc90fc1.verticalAlignBottom__7ac77c9d{align-self:end}.statusTrackerWrapper__d3434b76 .statusTracker__0fc90fc1 .statusTrackerChild__d465aba3{padding:8px 0}.statusTrackerWrapper__d3434b76 .statusTracker__0fc90fc1 .statusTrackerChild__d465aba3:empty{padding:0}.statusTrackerWrapper__d3434b76 .statusTracker__0fc90fc1 .statusTrackerSum__0868a5a4,.statusTrackerWrapper__d3434b76 .statusTracker__0fc90fc1 .statusTrackerTitle__f19993d8{padding-bottom:4px}.statusTrackerWrapper__d3434b76 .statusTracker__0fc90fc1 .statusTrackerDescription__51a16a29{display:block;padding-top:8px}.statusTrackerWrapper__d3434b76 .statusTracker__0fc90fc1 .statusTrackerAlert__7f4f3f89{margin-top:12px;text-align:left}.statusTrackerWrapper__d3434b76 .statusTracker__0fc90fc1 .statusTrackerStatus__8cba7d6c{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__d3434b76 .statusTracker__0fc90fc1 .statusTrackerFooterWrapper__c58379da{display:grid}.statusTrackerWrapper__d3434b76 .statusTracker__0fc90fc1 .statusTrackerFooterWrapper__c58379da .statusTrackerDescription__51a16a29:last-child{padding-top:0}.statusTrackerWrapper__d3434b76 .statusTracker__0fc90fc1 .statusTrackerFooterWrapper__c58379da .statusTrackerButton__7af4c1ef{margin-bottom:12px}.statusTrackerWrapper__d3434b76 .statusTracker__0fc90fc1 .statusTrackerFooterWrapper__c58379da .statusTrackerButton__7af4c1ef:last-child{margin-bottom:0}.statusTrackerWrapper__d3434b76 .statusTrackerColor__c6a27927{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__d3434b76 .statusTrackerColor__c6a27927.waiting__f5be267f{background:var(--triplex-next-StatusTracker-Waiting_Color-0-24-0)}.statusTrackerWrapper__d3434b76 .statusTrackerColor__c6a27927.warning__baa1f180{background:var(--triplex-next-StatusTracker-Warning_Background-0-24-0)}.statusTrackerWrapper__d3434b76 .statusTrackerColor__c6a27927.rejected__97c37541{background:var(--triplex-next-StatusTracker-Rejected_Color-0-24-0)}.statusTrackerWrapper__d3434b76 .statusTrackerColor__c6a27927.approved__6be61d99{background:var(--triplex-next-StatusTracker-Approved_Color-0-24-0)}.statusTrackerWrapper__d3434b76 .statusTrackerBackground__8df3c7dd{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__d3434b76 .statusTrackerBackground__8df3c7dd.waiting__f5be267f{background:var(--triplex-next-StatusTracker-Waiting_Background-0-24-0)}.statusTrackerWrapper__d3434b76 .statusTrackerBackground__8df3c7dd.warning__baa1f180{background:var(--triplex-next-StatusTracker-Warning_Background-0-24-0)}.statusTrackerWrapper__d3434b76 .statusTrackerBackground__8df3c7dd.rejected__97c37541{background:var(--triplex-next-StatusTracker-Rejected_Background-0-24-0)}.statusTrackerWrapper__d3434b76 .statusTrackerBackground__8df3c7dd.approved__6be61d99{background:var(--triplex-next-StatusTracker-Approved_Background-0-24-0)}@media (max-width: 767px){.statusTrackerWrapper__d3434b76{border-radius:16px}}.stepperWrapper__ddb1f17c{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-0-24-0)}.stepperStep__253414fb{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__253414fb+.stepperStep__253414fb{margin-left:12px}.stepperStep__253414fb.sm__95acaf1e:not(:last-child) .content__975fc8f6{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__253414fb.sm__95acaf1e:last-child .content__975fc8f6{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__253414fb.sm__95acaf1e:last-child .arrow__10413b9f{display:none}.stepperStep__253414fb.md__e41d5bec:not(:last-child) .content__975fc8f6{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__253414fb.md__e41d5bec:last-child .content__975fc8f6{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__253414fb.md__e41d5bec:last-child .arrow__10413b9f{display:none}.stepperStep__253414fb.lg__28b8f7cc:not(:last-child) .content__975fc8f6{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__253414fb.lg__28b8f7cc:last-child .content__975fc8f6{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__253414fb.lg__28b8f7cc:last-child .arrow__10413b9f{display:none}.stepperStep__253414fb:hover:not(.active__7cc27cb9):not(.disabled__a8f32750) .content__975fc8f6{border-color:var(--triplex-next-Stepper-Step_Background_Hover-0-24-0);background:var(--triplex-next-Stepper-Step_Background_Hover-0-24-0)}.stepperStep__253414fb:hover:not(.active__7cc27cb9):not(.disabled__a8f32750) .arrow__10413b9f path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-24-0)}.stepperStep__253414fb:hover:not(.active__7cc27cb9):not(.disabled__a8f32750) .arrow__10413b9f path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-24-0)}.stepperStep__253414fb.active__7cc27cb9{cursor:default}.stepperStep__253414fb.active__7cc27cb9 .content__975fc8f6{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-0-24-0)}.stepperStep__253414fb.active__7cc27cb9 .arrow__10413b9f path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-0-24-0)}.stepperStep__253414fb.active__7cc27cb9.error__a178ada8 .content__975fc8f6{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-0-24-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-24-0)}.stepperStep__253414fb.active__7cc27cb9.error__a178ada8 .arrow__10413b9f path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-24-0)}.stepperStep__253414fb.active__7cc27cb9.error__a178ada8 .arrow__10413b9f path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-0-24-0)}.stepperStep__253414fb.active__7cc27cb9.warning__a4138315 .content__975fc8f6{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-24-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-24-0)}.stepperStep__253414fb.active__7cc27cb9.warning__a4138315 .arrow__10413b9f path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-24-0)}.stepperStep__253414fb.active__7cc27cb9.warning__a4138315 .arrow__10413b9f path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-24-0)}.stepperStep__253414fb.completed__e8f05f8d.error__a178ada8 .content__975fc8f6{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-24-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-24-0)}.stepperStep__253414fb.completed__e8f05f8d.error__a178ada8 .arrow__10413b9f path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-24-0)}.stepperStep__253414fb.completed__e8f05f8d.error__a178ada8 .arrow__10413b9f path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-24-0)}.stepperStep__253414fb.completed__e8f05f8d.error__a178ada8:hover .content__975fc8f6{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-24-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-24-0)}.stepperStep__253414fb.completed__e8f05f8d.error__a178ada8:hover .arrow__10413b9f path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-24-0)}.stepperStep__253414fb.completed__e8f05f8d.error__a178ada8:hover .arrow__10413b9f path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-24-0)}.stepperStep__253414fb.completed__e8f05f8d.warning__a4138315 .content__975fc8f6{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-24-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-24-0)}.stepperStep__253414fb.completed__e8f05f8d.warning__a4138315 .arrow__10413b9f path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-24-0)}.stepperStep__253414fb.completed__e8f05f8d.warning__a4138315 .arrow__10413b9f path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-24-0)}.stepperStep__253414fb.completed__e8f05f8d.warning__a4138315:hover .content__975fc8f6{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-24-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-24-0)}.stepperStep__253414fb.completed__e8f05f8d.warning__a4138315:hover .arrow__10413b9f path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-24-0)}.stepperStep__253414fb.completed__e8f05f8d.warning__a4138315:hover .arrow__10413b9f path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-24-0)}.stepperStep__253414fb.inactive__298e845b :not(.error__a178ada8):not(.warning__a4138315) .content__975fc8f6{color:var(--triplex-next-Stepper-Step_Color_Default-0-24-0)}.stepperStep__253414fb.inactive__298e845b :not(.error__a178ada8):not(.warning__a4138315):hover .content__975fc8f6{color:var(--triplex-next-Stepper-Step_Color_Hover-0-24-0)}.stepperStep__253414fb.inactive__298e845b.error__a178ada8 .content__975fc8f6{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-24-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-24-0)}.stepperStep__253414fb.inactive__298e845b.error__a178ada8 .arrow__10413b9f path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-24-0)}.stepperStep__253414fb.inactive__298e845b.error__a178ada8 .arrow__10413b9f path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-24-0)}.stepperStep__253414fb.inactive__298e845b.error__a178ada8:hover .content__975fc8f6{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-24-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-24-0)}.stepperStep__253414fb.inactive__298e845b.error__a178ada8:hover .arrow__10413b9f path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-24-0)}.stepperStep__253414fb.inactive__298e845b.error__a178ada8:hover .arrow__10413b9f path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-24-0)}.stepperStep__253414fb.inactive__298e845b.warning__a4138315 .content__975fc8f6{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-24-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-24-0)}.stepperStep__253414fb.inactive__298e845b.warning__a4138315 .arrow__10413b9f path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-24-0)}.stepperStep__253414fb.inactive__298e845b.warning__a4138315 .arrow__10413b9f path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-24-0)}.stepperStep__253414fb.inactive__298e845b.warning__a4138315:hover .content__975fc8f6{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-24-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-24-0)}.stepperStep__253414fb.inactive__298e845b.warning__a4138315:hover .arrow__10413b9f path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-24-0)}.stepperStep__253414fb.inactive__298e845b.warning__a4138315:hover .arrow__10413b9f path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-24-0)}.stepperStep__253414fb.disabled__a8f32750{pointer-events:none}.stepperStep__253414fb.disabled__a8f32750 .content__975fc8f6{color:var(--triplex-next-Stepper-Step_Color_Disabled-0-24-0)}.stepperStep__253414fb.disabled__a8f32750 .content__975fc8f6{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-0-24-0)}.stepperStep__253414fb.disabled__a8f32750 .arrow__10413b9f path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-0-24-0)}.stepperStep__253414fb.focusVisible__8b647f7a.completed__e8f05f8d .content__975fc8f6,.stepperStep__253414fb.focusVisible__8b647f7a.active__7cc27cb9 .content__975fc8f6,.stepperStep__253414fb.focusVisible__8b647f7a.inactive__298e845b .content__975fc8f6{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-24-0)}.stepperStep__253414fb.focusVisible__8b647f7a.completed__e8f05f8d .arrow__10413b9f path:last-child,.stepperStep__253414fb.focusVisible__8b647f7a.active__7cc27cb9 .arrow__10413b9f path:last-child,.stepperStep__253414fb.focusVisible__8b647f7a.inactive__298e845b .arrow__10413b9f path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-24-0)}.stepperStep__253414fb.focusVisible__8b647f7a.completed__e8f05f8d:hover .content__975fc8f6,.stepperStep__253414fb.focusVisible__8b647f7a.active__7cc27cb9:hover .content__975fc8f6,.stepperStep__253414fb.focusVisible__8b647f7a.inactive__298e845b:hover .content__975fc8f6{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-24-0)}.stepperStep__253414fb.focusVisible__8b647f7a.completed__e8f05f8d:hover .arrow__10413b9f path:last-child,.stepperStep__253414fb.focusVisible__8b647f7a.active__7cc27cb9:hover .arrow__10413b9f path:last-child,.stepperStep__253414fb.focusVisible__8b647f7a.inactive__298e845b:hover .arrow__10413b9f path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-24-0)}.content__975fc8f6{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-0-24-0);color:var(--triplex-next-Stepper-Step_Color_Hover-0-24-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-0-24-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__95acaf1e{font-size:12px;line-height:16px}.md__e41d5bec{font-size:14px;line-height:20px}.lg__28b8f7cc{font-size:16px;line-height:20px}.arrow__10413b9f{transform:translate(0)}.arrow__10413b9f path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-24-0)}.arrow__10413b9f path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-24-0)}.icon__f5706eba{display:inline-flex;align-items:center;line-height:0}.nonempty__512b054b .icon__f5706eba{margin-right:6px}.stepperExtended__6e3e1c76{display:flex;padding:0;margin:0;list-style:none}.stepper__56036f20.sm__95acaf1e{padding-left:28px;padding-right:28px}.stepper__56036f20.md__e41d5bec{padding-left:40px;padding-right:40px}.stepper__56036f20.lg__28b8f7cc{padding-left:56px;padding-right:56px}.stepperCarousel__bb4611c4{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__bb4611c4 .buttonPrev__974ce2cb,.stepperCarousel__bb4611c4 .buttonNext__3bf5c548{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__bb4611c4 .buttonPrev__974ce2cb.sm__95acaf1e,.stepperCarousel__bb4611c4 .buttonNext__3bf5c548.sm__95acaf1e{height:28px;width:28px}.stepperCarousel__bb4611c4 .buttonPrev__974ce2cb.md__e41d5bec,.stepperCarousel__bb4611c4 .buttonNext__3bf5c548.md__e41d5bec{height:40px;width:40px}.stepperCarousel__bb4611c4 .buttonPrev__974ce2cb.lg__28b8f7cc,.stepperCarousel__bb4611c4 .buttonNext__3bf5c548.lg__28b8f7cc{height:56px;width:56px}.stepperCarousel__bb4611c4 .buttonPrev__974ce2cb{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-0-24-0)}.stepperCarousel__bb4611c4 .buttonNext__3bf5c548{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-0-24-0)}@media (max-width: 767px){.stepper__56036f20{padding-left:16px;padding-right:16px}.buttonPrev__974ce2cb,.buttonNext__3bf5c548{display:none}}.suggestFieldMobileBody__c194e390{height:176px}.suggestFieldMobileDropdownHint__9e8a203e{padding:16px}.noColumns__2ff0a09b{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__2ff0a09b>.content__debcd04d{width:456px;text-align:center}.filterPanel__179d4173{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__13283e6f{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__13283e6f>a:not(:first-child){margin-left:16px}.tabsLinePanel__6f2c1ab3{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__bf02b9b5{0%{opacity:0}to{opacity:1}}.tableBasic__8817fdc7{position:relative}.tableBasic__8817fdc7 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__8817fdc7 table th.alignLeft__1f15e2ce,.tableBasic__8817fdc7 table td.alignLeft__1f15e2ce{text-align:left}.tableBasic__8817fdc7 table th.alignRight__e2c41147,.tableBasic__8817fdc7 table td.alignRight__e2c41147{text-align:right}.tableBasic__8817fdc7 table th.alignCenter__aeff9734,.tableBasic__8817fdc7 table td.alignCenter__aeff9734{text-align:center}.tableBasic__8817fdc7 table th.verticalAlignBaseline__fcce8525,.tableBasic__8817fdc7 table td.verticalAlignBaseline__fcce8525{vertical-align:baseline}.tableBasic__8817fdc7 table th.verticalAlignSub__cb2e6751,.tableBasic__8817fdc7 table td.verticalAlignSub__cb2e6751{vertical-align:sub}.tableBasic__8817fdc7 table th.verticalAlignSuper__ef8c8188,.tableBasic__8817fdc7 table td.verticalAlignSuper__ef8c8188{vertical-align:super}.tableBasic__8817fdc7 table th.verticalAlignTextTop__d350b51f,.tableBasic__8817fdc7 table td.verticalAlignTextTop__d350b51f{vertical-align:text-top}.tableBasic__8817fdc7 table th.verticalAlignTextBottom__d2a1c7c4,.tableBasic__8817fdc7 table td.verticalAlignTextBottom__d2a1c7c4{vertical-align:text-bottom}.tableBasic__8817fdc7 table th.verticalAlignMiddle__f691b433,.tableBasic__8817fdc7 table td.verticalAlignMiddle__f691b433{vertical-align:middle}.tableBasic__8817fdc7 table th.verticalAlignTop__75334e16,.tableBasic__8817fdc7 table td.verticalAlignTop__75334e16{vertical-align:top}.tableBasic__8817fdc7 table th.verticalAlignBottom__5f6a5573,.tableBasic__8817fdc7 table td.verticalAlignBottom__5f6a5573{vertical-align:bottom}.tableBasic__8817fdc7 table>thead>tr{height:48px}.tableBasic__8817fdc7 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-0-24-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-24-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__8817fdc7 table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-0-24-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-0-24-0)}}.tableBasic__8817fdc7 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__8817fdc7 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__8817fdc7 table>thead>tr>th.checkboxType__58f03f0e{padding:16px 12px}.tableBasic__8817fdc7 table>thead>tr>th .thBlock__843d2cd1{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__8817fdc7 table>thead>tr>th .thBlock__843d2cd1.order__3d74d3a9{cursor:pointer}.tableBasic__8817fdc7 table>thead>tr>th .thBlock__843d2cd1.order__3d74d3a9 .orderButton__3dc32b37{display:flex;visibility:hidden;align-items:center}.tableBasic__8817fdc7 table>thead>tr>th .thBlock__843d2cd1.order__3d74d3a9 .orderButton__3dc32b37.alignLeft__1f15e2ce{margin-right:8px}.tableBasic__8817fdc7 table>thead>tr>th .thBlock__843d2cd1.order__3d74d3a9 .orderButton__3dc32b37.alignRight__e2c41147{margin-left:8px}.tableBasic__8817fdc7 table>thead>tr>th .thBlock__843d2cd1.order__3d74d3a9 .orderButton__3dc32b37.sorted__7eff1c46{visibility:visible}.tableBasic__8817fdc7 table>thead>tr>th .thBlock__843d2cd1.order__3d74d3a9:hover .orderButton__3dc32b37{visibility:visible}.tableBasic__8817fdc7 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-24-0)}.tableBasic__8817fdc7 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__8817fdc7 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__8817fdc7 table>tbody>tr>td.textType__c69503e2{padding:12px}.tableBasic__8817fdc7 table>tbody>tr>td.componentsType__dc6e51fd{padding:8px 12px}.tableBasic__8817fdc7 table>tbody>tr>td.checkboxType__58f03f0e{padding:10px 12px 12px}.tableBasic__8817fdc7 table>tbody>tr.selected__e7a5e089>td{background-color:var(--triplex-next-TableBasic-Background_Selected-0-24-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__8817fdc7 table>tbody>tr.selected__e7a5e089>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-0-24-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-0-24-0)}}.tableBasic__8817fdc7 table>tbody.clickable__3339568f>tr{cursor:pointer}.tableBasic__8817fdc7 table>tbody.hoverable__9669c1ba>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-0-24-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__8817fdc7 table>tbody.hoverable__9669c1ba>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-0-24-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-0-24-0)}}.tableBasic__8817fdc7 .footerEmptyData__78fa855e{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__8817fdc7 .spinnerWrapper__3d33378f{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__8817fdc7 .spinnerWrapper__3d33378f .tableLoaderScreen__66a3e843{border-radius:8px 8px 0 0}.tableBasic__8817fdc7 .overlayCover__061078a0{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-0-24-0);animation:fadeIn__bf02b9b5 .3s}.tableBasicSettingsBody__b9bfdc47{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__0a3c2e5d{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-24-0)!important}.columnSettingsSortableListItemTarget__0a3c2e5d:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-24-0)!important}.columnSettingsSortableListItemTarget__0a3c2e5d.dragging__f29022b9{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-24-0)!important}.columnSettingsStaticListItem__dccacb80{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-24-0)}.tableBasicSettingsFooter__9f3fb7e3{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-24-0);padding:11px 12px 12px}.tableBasicSettingsHeader__08ef3fd7{padding:16px 12px 12px}.tableSettingsLink__8f274039{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__5e537b11{width:320px}.tableFooterWrapper__cd91e2a7{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__cd91e2a7 .tableFooterShadow__2fee1cb6{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-0-24-0);pointer-events:none}.tableFooterWrapper__cd91e2a7 .tableFooter__f79e0cea{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-0-24-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__cd91e2a7 .tableFooter__f79e0cea .tableFooterSummary__8dc9e88c{display:flex;align-items:center}.tableFooterWrapper__cd91e2a7 .tableFooter__f79e0cea .tableFooterSummary__8dc9e88c .tableFooterSummarySelectedCount__1f378f38,.tableFooterWrapper__cd91e2a7 .tableFooter__f79e0cea .tableFooterSummary__8dc9e88c .tableFooterSummarySelectAllButton__830c5837,.tableFooterWrapper__cd91e2a7 .tableFooter__f79e0cea .tableFooterSummary__8dc9e88c .tableFooterSummaryAmount__072dc341{display:inline-flex}.tableFooterWrapper__cd91e2a7 .tableFooter__f79e0cea .tableFooterSummary__8dc9e88c .tableFooterSummarySelectedCount__1f378f38,.tableFooterWrapper__cd91e2a7 .tableFooter__f79e0cea .tableFooterSummary__8dc9e88c .tableFooterSummarySelectAllButton__830c5837,.tableFooterWrapper__cd91e2a7 .tableFooter__f79e0cea .tableFooterSummary__8dc9e88c .tableFooterSummaryAmount__072dc341,.tableFooterWrapper__cd91e2a7 .tableFooter__f79e0cea .tableFooterSummary__8dc9e88c .tableFooterSummaryLabel__9342c11a{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__cd91e2a7{height:112px}}.paginationPanel__df94d1fe{margin-top:16px}.masterTable__fdbef478,.tabsExtended__fcca9013{position:relative}.tabsExtendedContent__c0eaec7d{display:inline-flex}.tabsExtendedContent__c0eaec7d.sm__90a4d954{border-radius:6px;padding:4px}.tabsExtendedContent__c0eaec7d.md__530776f4{border-radius:8px;padding:4px}.tabsExtendedContent__c0eaec7d.lg__7cb305dd{border-radius:10px;padding:8px}.tabsExtendedTab__96e17c0d{display:flex}.tabsExtendedTab__96e17c0d+.tabsExtendedTab__96e17c0d,.tabsExtendedDropdown__ade8d71f{margin-left:4px}.tabsReal__8094c6a8,.tabsFake__c00435ce{display:flex;box-sizing:border-box;width:100%}.tabsReal__8094c6a8.hidden__2bc54443{visibility:hidden}.tabsReal__8094c6a8 .tabsExtendedTab__96e17c0d.hidden__2bc54443{display:none}.tabsFake__c00435ce{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__a766c763 .tabsExtendedContent__c0eaec7d{background-color:var(--triplex-next-Tabs-Type1_Background-0-24-0)}.type2__19a805d9 .tabsExtendedContent__c0eaec7d{background-color:var(--triplex-next-Tabs-Type2_Background-0-24-0)}.tabsExtendedTabButton__7b3207ad{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-0-24-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__7b3207ad .notificationIcon__bb854db0{position:absolute}.tabsExtendedTabButton__7b3207ad.lg__7cb305dd{border-radius:6px;padding:9px 16px}.tabsExtendedTabButton__7b3207ad.lg__7cb305dd .notificationIcon__bb854db0{right:6px;top:6px}.tabsExtendedTabButton__7b3207ad.md__530776f4{border-radius:4px;padding:5px 16px}.tabsExtendedTabButton__7b3207ad.md__530776f4 .notificationIcon__bb854db0{right:4px;top:4px}.tabsExtendedTabButton__7b3207ad.sm__90a4d954{border-radius:4px;padding:1px 16px}.tabsExtendedTabButton__7b3207ad.sm__90a4d954 .notificationIcon__bb854db0{right:3px;top:3px}.tabsExtendedTabButton__7b3207ad .tabsExtendedTabButtonTextDefault__77218262{display:block}.tabsExtendedTabButton__7b3207ad .tabsExtendedTabButtonTextHover__4119899a,.tabsExtendedTabButton__7b3207ad:hover .tabsExtendedTabButtonTextDefault__77218262,.tabsExtendedTabButton__7b3207ad.selected__95ac6d5b .tabsExtendedTabButtonTextDefault__77218262{display:none}.tabsExtendedTabButton__7b3207ad:hover .tabsExtendedTabButtonTextHover__4119899a,.tabsExtendedTabButton__7b3207ad.selected__95ac6d5b .tabsExtendedTabButtonTextHover__4119899a{display:block}.tabsExtendedTabButton__7b3207ad::-moz-focus-inner{border:none}.tabsExtendedTabButton__7b3207ad+.tabsExtendedTabButton__7b3207ad{margin-left:2px}.tabsExtendedTabButton__7b3207ad:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-0-24-0)}.tabsExtendedTabButton__7b3207ad.type1__a766c763{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-0-24-0)}.tabsExtendedTabButton__7b3207ad.type1__a766c763.selected__95ac6d5b{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-0-24-0)}.tabsExtendedTabButton__7b3207ad.type1__a766c763:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-0-24-0)}.tabsExtendedTabButton__7b3207ad.type2__19a805d9{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-0-24-0)}.tabsExtendedTabButton__7b3207ad.type2__19a805d9.selected__95ac6d5b{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-0-24-0)}.tabsExtendedTabButton__7b3207ad.type2__19a805d9:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-0-24-0)}.tabsContent__65e81fd6 .tabButtonDropdown__f2658d26{justify-content:center;padding:0!important;border-radius:0!important;background:none!important}.tabsContent__65e81fd6 .tabButtonDropdown__f2658d26.sm__98770965{min-width:20px;min-height:20px;height:20px}.tabsContent__65e81fd6 .tabButtonDropdown__f2658d26.md__a137f992{min-width:32px;min-height:32px;height:32px}.tabsContent__65e81fd6 .tabButtonDropdown__f2658d26.lg__fa045f38{min-width:40px;min-height:40px;height:40px}.tag__ea3cdf86{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-0-24-0);border-radius:4px;gap:2px}.tag__ea3cdf86.sm__962adaf5{height:20px;padding:2px 4px 2px 6px}.tag__ea3cdf86.md__9947ecfc{height:28px;padding:4px 6px 4px 8px}.tag__ea3cdf86.lg__52df2226{height:32px;padding:6px 8px 6px 10px}.content__d4eb926b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagColor__712251a0{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__712251a0.sm__e9e2f628{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__712251a0.md__81abccb5{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__712251a0.lg__3ec28722{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__712251a0.default__57f6c6c8{background:var(--triplex-next-TagColor-Background_Default-0-24-0)}.tagColor__712251a0.success__82eb71ff{background:var(--triplex-next-TagColor-Background_Success-0-24-0)}.tagColor__712251a0.info__5868cf9a{background:var(--triplex-next-TagColor-Background_Info-0-24-0)}.tagColor__712251a0.warning__1e098366{background:var(--triplex-next-TagColor-Background_Warning-0-24-0)}.tagColor__712251a0.error__fb5fc365{background:var(--triplex-next-TagColor-Background_Error-0-24-0)}.content__7f1d035f{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-0-24-0)}.tagGroup__e4990e70.sm__9cf48e95{margin:-2px}.tagGroup__e4990e70.sm__9cf48e95>*{margin:2px}.tagGroup__e4990e70.md__b54c692c{margin:-4px}.tagGroup__e4990e70.md__b54c692c>*{margin:4px}.tagGroup__e4990e70.lg__ea0883ba{margin:-6px}.tagGroup__e4990e70.lg__ea0883ba>*{margin:6px}.uploadZone__235da7b1{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-0-24-0)}.uploadZone__235da7b1:hover{background:var(--triplex-next-UploadZone-Background_Hover-0-24-0)}.uploadZoneDragArea__03b7e66e{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-24-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__7284052c{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-24-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-0-24-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-0-24-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__f81b6c58{display:none}@media (max-width: 767px){.uploadZone__235da7b1,.uploadZone__235da7b1:hover{background:none}.uploadZoneDragArea__03b7e66e{display:none}}
1
+ html {--triplex-next-ColorBrand-0-0-25-0: #1F3336;
2
+ --triplex-next-ColorBrand-10-0-25-0: #0B3A3C;
3
+ --triplex-next-ColorBrand-20-0-25-0: #006063;
4
+ --triplex-next-ColorBrand-30-0-25-0: #007777;
5
+ --triplex-next-ColorBrand-40-0-25-0: #008985;
6
+ --triplex-next-ColorBrand-50-0-25-0: #21A19A;
7
+ --triplex-next-ColorBrand-60-0-25-0: #19BDB0;
8
+ --triplex-next-ColorBrand-70-0-25-0: #4BD9CF;
9
+ --triplex-next-ColorBrand-80-0-25-0: #71ECDC;
10
+ --triplex-next-ColorBrand-90-0-25-0: #A8F5E9;
11
+ --triplex-next-ColorBrand-95-0-25-0: #C5FAF1;
12
+ --triplex-next-ColorBrand-100-0-25-0: #E3FFFA;
13
+ --triplex-next-ColorDarkNeutralAlpha-0-0-25-0: rgba(31, 31, 34, 1);
14
+ --triplex-next-ColorDarkNeutralAlpha-10-0-25-0: rgba(31, 31, 34, .95);
15
+ --triplex-next-ColorDarkNeutralAlpha-20-0-25-0: rgba(31, 31, 34, .85);
16
+ --triplex-next-ColorDarkNeutralAlpha-30-0-25-0: rgba(31, 31, 34, .75);
17
+ --triplex-next-ColorDarkNeutralAlpha-40-0-25-0: rgba(31, 31, 34, .65);
18
+ --triplex-next-ColorDarkNeutralAlpha-50-0-25-0: rgba(31, 31, 34, .55);
19
+ --triplex-next-ColorDarkNeutralAlpha-60-0-25-0: rgba(31, 31, 34, .45);
20
+ --triplex-next-ColorDarkNeutralAlpha-70-0-25-0: rgba(31, 31, 34, .35);
21
+ --triplex-next-ColorDarkNeutralAlpha-80-0-25-0: rgba(31, 31, 34, .25);
22
+ --triplex-next-ColorDarkNeutralAlpha-90-0-25-0: rgba(31, 31, 34, .15);
23
+ --triplex-next-ColorDarkNeutralAlpha-100-0-25-0: rgba(31, 31, 34, .05);
24
+ --triplex-next-ColorDarkNeutral-0-0-25-0: #000000;
25
+ --triplex-next-ColorDarkNeutral-10-0-25-0: #171719;
26
+ --triplex-next-ColorDarkNeutral-20-0-25-0: #1B1B1D;
27
+ --triplex-next-ColorDarkNeutral-30-0-25-0: #1F1F22;
28
+ --triplex-next-ColorDarkNeutral-40-0-25-0: #262629;
29
+ --triplex-next-ColorDarkNeutral-50-0-25-0: #2D2D30;
30
+ --triplex-next-ColorDarkNeutral-60-0-25-0: #343437;
31
+ --triplex-next-ColorDarkNeutral-70-0-25-0: #3B3B3E;
32
+ --triplex-next-ColorDarkNeutral-80-0-25-0: #424245;
33
+ --triplex-next-ColorDarkNeutral-90-0-25-0: #49494C;
34
+ --triplex-next-ColorDarkNeutral-100-0-25-0: #4F4F52;
35
+ --triplex-next-ColorError-0-0-25-0: #443139;
36
+ --triplex-next-ColorError-10-0-25-0: #4E3741;
37
+ --triplex-next-ColorError-20-0-25-0: #A90024;
38
+ --triplex-next-ColorError-30-0-25-0: #BD002C;
39
+ --triplex-next-ColorError-40-0-25-0: #D10032;
40
+ --triplex-next-ColorError-50-0-25-0: #E60037;
41
+ --triplex-next-ColorError-60-0-25-0: #F80C45;
42
+ --triplex-next-ColorError-70-0-25-0: #FF5571;
43
+ --triplex-next-ColorError-80-0-25-0: #FFB1C1;
44
+ --triplex-next-ColorError-90-0-25-0: #FCE0E6;
45
+ --triplex-next-ColorError-100-0-25-0: #FFF0F3;
46
+ --triplex-next-ColorInfo-0-0-25-0: #313749;
47
+ --triplex-next-ColorInfo-10-0-25-0: #2E3A52;
48
+ --triplex-next-ColorInfo-20-0-25-0: #0A43B0;
49
+ --triplex-next-ColorInfo-30-0-25-0: #124FC2;
50
+ --triplex-next-ColorInfo-40-0-25-0: #0E57CC;
51
+ --triplex-next-ColorInfo-50-0-25-0: #1371E4;
52
+ --triplex-next-ColorInfo-60-0-25-0: #1297FE;
53
+ --triplex-next-ColorInfo-70-0-25-0: #66BEFF;
54
+ --triplex-next-ColorInfo-80-0-25-0: #8DD2FF;
55
+ --triplex-next-ColorInfo-90-0-25-0: #B8E6FF;
56
+ --triplex-next-ColorInfo-100-0-25-0: #E3F6FF;
57
+ --triplex-next-ColorNeutralAlpha-0-0-25-0: rgba(255, 255, 255, 1);
58
+ --triplex-next-ColorNeutralAlpha-10-0-25-0: rgba(255, 255, 255, .95);
59
+ --triplex-next-ColorNeutralAlpha-20-0-25-0: rgba(255, 255, 255, .85);
60
+ --triplex-next-ColorNeutralAlpha-30-0-25-0: rgba(255, 255, 255, .75);
61
+ --triplex-next-ColorNeutralAlpha-40-0-25-0: rgba(255, 255, 255, .65);
62
+ --triplex-next-ColorNeutralAlpha-50-0-25-0: rgba(255, 255, 255, .55);
63
+ --triplex-next-ColorNeutralAlpha-60-0-25-0: rgba(255, 255, 255, .45);
64
+ --triplex-next-ColorNeutralAlpha-70-0-25-0: rgba(255, 255, 255, .35);
65
+ --triplex-next-ColorNeutralAlpha-80-0-25-0: rgba(255, 255, 255, .25);
66
+ --triplex-next-ColorNeutralAlpha-90-0-25-0: rgba(255, 255, 255, .15);
67
+ --triplex-next-ColorNeutralAlpha-100-0-25-0: rgba(255, 255, 255, .05);
68
+ --triplex-next-ColorNeutral-0-0-25-0: #CBCFD7;
69
+ --triplex-next-ColorNeutral-10-0-25-0: #D1D4DC;
70
+ --triplex-next-ColorNeutral-20-0-25-0: #D6D9E0;
71
+ --triplex-next-ColorNeutral-30-0-25-0: #DCDFE4;
72
+ --triplex-next-ColorNeutral-40-0-25-0: #DFE2E7;
73
+ --triplex-next-ColorNeutral-50-0-25-0: #E3E6EA;
74
+ --triplex-next-ColorNeutral-60-0-25-0: #E7E9EE;
75
+ --triplex-next-ColorNeutral-70-0-25-0: #EAEDF1;
76
+ --triplex-next-ColorNeutral-80-0-25-0: #EEF0F4;
77
+ --triplex-next-ColorNeutral-90-0-25-0: #F2F4F7;
78
+ --triplex-next-ColorNeutral-100-0-25-0: #FFFFFF;
79
+ --triplex-next-ColorSuccess-0-0-25-0: #28433E;
80
+ --triplex-next-ColorSuccess-10-0-25-0: #2A4C45;
81
+ --triplex-next-ColorSuccess-20-0-25-0: #00624C;
82
+ --triplex-next-ColorSuccess-30-0-25-0: #007353;
83
+ --triplex-next-ColorSuccess-40-0-25-0: #008B5C;
84
+ --triplex-next-ColorSuccess-50-0-25-0: #00C075;
85
+ --triplex-next-ColorSuccess-60-0-25-0: #00D67D;
86
+ --triplex-next-ColorSuccess-70-0-25-0: #3AF299;
87
+ --triplex-next-ColorSuccess-80-0-25-0: #8AFFB8;
88
+ --triplex-next-ColorSuccess-90-0-25-0: #B8FFD4;
89
+ --triplex-next-ColorSuccess-100-0-25-0: #E1FFEB;
90
+ --triplex-next-ColorSystem-0-0-25-0: #373C49;
91
+ --triplex-next-ColorSystem-10-0-25-0: #384156;
92
+ --triplex-next-ColorSystem-20-0-25-0: #47526D;
93
+ --triplex-next-ColorSystem-30-0-25-0: #57637F;
94
+ --triplex-next-ColorSystem-40-0-25-0: #697591;
95
+ --triplex-next-ColorSystem-50-0-25-0: #8291B3;
96
+ --triplex-next-ColorSystem-60-0-25-0: #95A3C1;
97
+ --triplex-next-ColorSystem-70-0-25-0: #A9B6D0;
98
+ --triplex-next-ColorSystem-80-0-25-0: #BFCADF;
99
+ --triplex-next-ColorSystem-90-0-25-0: #D6DEED;
100
+ --triplex-next-ColorSystem-95-0-25-0: #E0E8F4;
101
+ --triplex-next-ColorSystem-100-0-25-0: #EEF3FC;
102
+ --triplex-next-ColorWarning-0-0-25-0: #463734;
103
+ --triplex-next-ColorWarning-10-0-25-0: #4F3E3B;
104
+ --triplex-next-ColorWarning-20-0-25-0: #E03400;
105
+ --triplex-next-ColorWarning-30-0-25-0: #E63D00;
106
+ --triplex-next-ColorWarning-40-0-25-0: #EF4C01;
107
+ --triplex-next-ColorWarning-50-0-25-0: #FD6508;
108
+ --triplex-next-ColorWarning-60-0-25-0: #FF7A17;
109
+ --triplex-next-ColorWarning-70-0-25-0: #FFB13B;
110
+ --triplex-next-ColorWarning-80-0-25-0: #FFD169;
111
+ --triplex-next-ColorWarning-90-0-25-0: #FCEAC7;
112
+ --triplex-next-ColorWarning-100-0-25-0: #FFF4DB;
113
+ --triplex-next-AlertContext-Error_Color-0-25-0: #D10032;
114
+ --triplex-next-AlertContext-Info_Color-0-25-0: rgba(31, 31, 34, 1);
115
+ --triplex-next-AlertContext-System_Color-0-25-0: rgba(31, 31, 34, 1);
116
+ --triplex-next-AlertContext-Warning_Color-0-25-0: rgba(31, 31, 34, 1);
117
+ --triplex-next-AlertProcess-Info_Background-0-25-0: #E3F6FF;
118
+ --triplex-next-AlertProcess-Warning_Background-0-25-0: #FFF4DB;
119
+ --triplex-next-AlertProcess-Error_Background-0-25-0: #FFF0F3;
120
+ --triplex-next-AlertProcess-System_Background-0-25-0: #E0E8F4;
121
+ --triplex-next-AlertProcess-Feature_Background-0-25-0: #E3FFFA;
122
+ --triplex-next-Avatar-Background-0-25-0: #E3E6EA;
123
+ --triplex-next-Badge-Background-0-25-0: #FFB13B;
124
+ --triplex-next-Button-General_Background_Active-0-25-0: #007777;
125
+ --triplex-next-Button-General_Background_Default-0-25-0: #21A19A;
126
+ --triplex-next-Button-General_Background_Disabled-0-25-0: #F2F4F7;
127
+ --triplex-next-Button-General_Background_Hover-0-25-0: #19BDB0;
128
+ --triplex-next-Button-General_Color_Active-0-25-0: rgba(255, 255, 255, 1);
129
+ --triplex-next-Button-General_Color_Default-0-25-0: rgba(255, 255, 255, 1);
130
+ --triplex-next-Button-General_Color_Disabled-0-25-0: rgba(31, 31, 34, .35);
131
+ --triplex-next-Button-General_Color_Hover-0-25-0: rgba(255, 255, 255, 1);
132
+ --triplex-next-Button-General_Shadow_Focus-0-25-0: 0 0 0 1px #FFD169 inset;
133
+ --triplex-next-Button-Secondary_Background_Active-0-25-0: #DCDFE4;
134
+ --triplex-next-Button-Secondary_Background_Default-0-25-0: #F2F4F7;
135
+ --triplex-next-Button-Secondary_Background_Disabled-0-25-0: #F2F4F7;
136
+ --triplex-next-Button-Secondary_Background_Hover-0-25-0: #EAEDF1;
137
+ --triplex-next-Button-Secondary_Color_Active-0-25-0: #007777;
138
+ --triplex-next-Button-Secondary_Color_Default-0-25-0: #008985;
139
+ --triplex-next-Button-Secondary_Color_Disabled-0-25-0: rgba(31, 31, 34, .35);
140
+ --triplex-next-Button-Secondary_Color_Hover-0-25-0: #21A19A;
141
+ --triplex-next-Button-Secondary_Shadow_Focus-0-25-0: 0 0 0 1px #FFD169 inset;
142
+ --triplex-next-Button-SecondaryLight_Background_Active-0-25-0: #DFE2E7;
143
+ --triplex-next-Button-SecondaryLight_Background_Default-0-25-0: #FFFFFF;
144
+ --triplex-next-Button-SecondaryLight_Background_Disabled-0-25-0: #F2F4F7;
145
+ --triplex-next-Button-SecondaryLight_Background_Hover-0-25-0: #EEF0F4;
146
+ --triplex-next-Button-SecondaryLight_Color_Active-0-25-0: #007777;
147
+ --triplex-next-Button-SecondaryLight_Color_Default-0-25-0: #008985;
148
+ --triplex-next-Button-SecondaryLight_Color_Disabled-0-25-0: rgba(31, 31, 34, .35);
149
+ --triplex-next-Button-SecondaryLight_Color_Hover-0-25-0: #21A19A;
150
+ --triplex-next-Button-SecondaryLight_Shadow_Focus-0-25-0: 0 0 0 1px #FFD169 inset;
151
+ --triplex-next-Button-Danger_Background_Active-0-25-0: #BD002C;
152
+ --triplex-next-Button-Danger_Background_Default-0-25-0: #E60037;
153
+ --triplex-next-Button-Danger_Background_Disabled-0-25-0: #F2F4F7;
154
+ --triplex-next-Button-Danger_Background_Hover-0-25-0: #F80C45;
155
+ --triplex-next-Button-Danger_Color_Active-0-25-0: rgba(255, 255, 255, 1);
156
+ --triplex-next-Button-Danger_Color_Default-0-25-0: rgba(255, 255, 255, 1);
157
+ --triplex-next-Button-Danger_Color_Disabled-0-25-0: rgba(31, 31, 34, .35);
158
+ --triplex-next-Button-Danger_Color_Hover-0-25-0: rgba(255, 255, 255, 1);
159
+ --triplex-next-Button-Danger_Shadow_Focus-0-25-0: 0 0 0 1px #FFD169 inset;
160
+ --triplex-next-Button-Icon_Shadow_Focus-0-25-0: 0 0 0 1px #FFD169;
161
+ --triplex-next-Button-Link_Color_Active-0-25-0: #007777;
162
+ --triplex-next-Button-Link_Color_Default-0-25-0: #008985;
163
+ --triplex-next-Button-Link_Color_Disabled-0-25-0: rgba(31, 31, 34, .35);
164
+ --triplex-next-Button-Link_Color_Hover-0-25-0: #21A19A;
165
+ --triplex-next-Button-Link_Shadow_Focus-0-25-0: 0 0 0 1px #FFD169 inset;
166
+ --triplex-next-Calendar-Background_Shadow-0-25-0: 0 2px 7px 0 rgba(31, 31, 34, 0.25);
167
+ --triplex-next-Calendar-View_Header_Color-0-25-0: rgba(31, 31, 34, .55);
168
+ --triplex-next-Calendar-View_Item_Background_Default-0-25-0: none;
169
+ --triplex-next-Calendar-View_Item_Background_Hover-0-25-0: #19BDB0;
170
+ --triplex-next-Calendar-View_Item_Background_Selected_Default-0-25-0: #21A19A;
171
+ --triplex-next-Calendar-View_Item_Background_Selected_Hover-0-25-0: #007777;
172
+ --triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-25-0: #E3FFFA;
173
+ --triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-25-0: #A8F5E9;
174
+ --triplex-next-Calendar-View_Item_BorderColor_Default-0-25-0: transparent;
175
+ --triplex-next-Calendar-View_Item_BorderColor_Focus-0-25-0: #FFD169;
176
+ --triplex-next-Calendar-View_Item_Color_Default-0-25-0: rgba(31, 31, 34, 1);
177
+ --triplex-next-Calendar-View_Item_Color_Hover-0-25-0: rgba(255, 255, 255, 1);
178
+ --triplex-next-Calendar-View_Item_Color_Disabled-0-25-0: rgba(31, 31, 34, .35);
179
+ --triplex-next-Calendar-View_Item_Color_Muted-0-25-0: rgba(31, 31, 34, .35);
180
+ --triplex-next-Calendar-View_Item_Color_Selected-0-25-0: rgba(255, 255, 255, 1);
181
+ --triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-25-0: rgba(31, 31, 34, .35);
182
+ --triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-25-0: rgba(31, 31, 34, .35);
183
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-25-0: rgba(31, 31, 34, .35);
184
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-25-0: rgba(31, 31, 34, .35);
185
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-25-0: rgba(31, 31, 34, .35);
186
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-25-0: #00C075;
187
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-25-0: #00C075;
188
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-25-0: #00C075;
189
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-25-0: #FD6508;
190
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-25-0: #FD6508;
191
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-25-0: #FD6508;
192
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-25-0: #E60037;
193
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-25-0: #E60037;
194
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-25-0: #E60037;
195
+ --triplex-next-Card-Static_General_Background-0-25-0: #FFFFFF;
196
+ --triplex-next-Card-Static_Secondary_Background-0-25-0: #F2F4F7;
197
+ --triplex-next-Card-Action_General_Background-0-25-0: #FFFFFF;
198
+ --triplex-next-Card-Action_General_Background_Hover-0-25-0: #FFFFFF;
199
+ --triplex-next-Card-Action_General_Background_Selected-0-25-0: #F2F4F7;
200
+ --triplex-next-Card-Action_General_Background_Selected_Hover-0-25-0: #F2F4F7;
201
+ --triplex-next-Card-Action_Secondary_Background-0-25-0: #F2F4F7;
202
+ --triplex-next-Card-Action_Secondary_Background_Hover-0-25-0: #EAEDF1;
203
+ --triplex-next-Card-Action_Secondary_Background_Selected-0-25-0: #E3E6EA;
204
+ --triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-25-0: #DCDFE4;
205
+ --triplex-next-Card-Shadow_Default-0-25-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
206
+ --triplex-next-Card-Shadow_Focus-0-25-0: inset 0 0 0 1px #FFD169;
207
+ --triplex-next-Card-Shadow_Hover-0-25-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
208
+ --triplex-next-Card-Shadow_Selected-0-25-0: inset 0 0 0 1px #21A19A;
209
+ --triplex-next-Card-Shadow_Selected_Hover-0-25-0: inset 0 0 0 1px #19BDB0;
210
+ --triplex-next-Checkbox-Background_Checked_Default-0-25-0: #21A19A;
211
+ --triplex-next-Checkbox-Background_Checked_Disabled-0-25-0: #EAEDF1;
212
+ --triplex-next-Checkbox-Background_Checked_Hover-0-25-0: #007777;
213
+ --triplex-next-Checkbox-Background_Default-0-25-0: #F2F4F7;
214
+ --triplex-next-Checkbox-Background_Disabled-0-25-0: #F2F4F7;
215
+ --triplex-next-Checkbox-Background_Hover-0-25-0: #19BDB0;
216
+ --triplex-next-Checkbox-BorderColor_Default-0-25-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
217
+ --triplex-next-Checkbox-BorderColor_Disabled-0-25-0: 0 0 0 1px #E3E6EA inset;
218
+ --triplex-next-Checkbox-BorderColor_Focus-0-25-0: 0 0 0 1px #FFD169 inset;
219
+ --triplex-next-Checkbox-BorderColor_Hover-0-25-0: none;
220
+ --triplex-next-Checkbox-BorderColor_Checked_Default-0-25-0: none;
221
+ --triplex-next-Checkbox-BorderColor_Checked_Disabled-0-25-0: none;
222
+ --triplex-next-Checkbox-Checkmark_Fill_Default-0-25-0: rgba(255, 255, 255, 1);
223
+ --triplex-next-Checkbox-Checkmark_Fill_Disabled-0-25-0: rgba(31, 31, 34, .15);
224
+ --triplex-next-Chip-Background_Active-0-25-0: #DFE2E7;
225
+ --triplex-next-Chip-Background_Default-0-25-0: #F2F4F7;
226
+ --triplex-next-Chip-Background_Disabled-0-25-0: #F2F4F7;
227
+ --triplex-next-Chip-Background_Hover-0-25-0: #EAEDF1;
228
+ --triplex-next-Chip-Background_Selected_Active-0-25-0: #4F4F52;
229
+ --triplex-next-Chip-Background_Selected_Default-0-25-0: #3B3B3E;
230
+ --triplex-next-Chip-Background_Selected_Disabled-0-25-0: #343437;
231
+ --triplex-next-Chip-Background_Selected_Hover-0-25-0: #49494C;
232
+ --triplex-next-Chip-Color_Active-0-25-0: rgba(31, 31, 34, 1);
233
+ --triplex-next-Chip-Color_Default-0-25-0: rgba(31, 31, 34, 1);
234
+ --triplex-next-Chip-Color_Disabled-0-25-0: rgba(31, 31, 34, .35);
235
+ --triplex-next-Chip-Color_Hover-0-25-0: rgba(31, 31, 34, 1);
236
+ --triplex-next-Chip-Color_Selected_Active-0-25-0: rgba(255, 255, 255, 1);
237
+ --triplex-next-Chip-Color_Selected_Default-0-25-0: rgba(255, 255, 255, 1);
238
+ --triplex-next-Chip-Color_Selected_Disabled-0-25-0: rgba(255, 255, 255, .25);
239
+ --triplex-next-Chip-Color_Selected_Hover-0-25-0: rgba(255, 255, 255, 1);
240
+ --triplex-next-Chip-Shadow_Focus-0-25-0: 0 0 0 1px #FFD169 inset;
241
+ --triplex-next-Divider-Background-0-25-0: #D6D9E0;
242
+ --triplex-next-Dropdown-Background-0-25-0: #FFFFFF;
243
+ --triplex-next-Dropdown-Shadow-0-25-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
244
+ --triplex-next-DropdownList-Background_Active-0-25-0: #EAEDF1;
245
+ --triplex-next-DropdownList-Background_Default-0-25-0: none;
246
+ --triplex-next-DropdownList-Background_Selected-0-25-0: #DCDFE4;
247
+ --triplex-next-DropdownList-Color-0-25-0: rgba(31, 31, 34, 1);
248
+ --triplex-next-DropdownMobile-Backdrop-0-25-0: rgba(31, 31, 34, .65);
249
+ --triplex-next-DropdownMobile-Border_Color-0-25-0: #D6D9E0;
250
+ --triplex-next-DropdownMobile-Content_Background-0-25-0: #FFFFFF;
251
+ --triplex-next-DropdownMobile-Footer_Background-0-25-0: #FFFFFF;
252
+ --triplex-next-DropdownMobile-Header_Background-0-25-0: #F2F4F7;
253
+ --triplex-next-DropdownMobileList-Active_Background-0-25-0: #EAEDF1;
254
+ --triplex-next-DropdownMobileList-Selected_Background-0-25-0: #DCDFE4;
255
+ --triplex-next-FooterPage-StickyShadow-0-25-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
256
+ --triplex-next-FormField-Background_Active-0-25-0: #F2F4F7;
257
+ --triplex-next-FormField-Background_Default-0-25-0: #F2F4F7;
258
+ --triplex-next-FormField-Background_Disabled-0-25-0: #F2F4F7;
259
+ --triplex-next-FormField-Background_Error-0-25-0: #FFF0F3;
260
+ --triplex-next-FormField-Background_Error_Hover-0-25-0: #FCE0E6;
261
+ --triplex-next-FormField-Background_Hover-0-25-0: #EAEDF1;
262
+ --triplex-next-FormField-Background_Warning-0-25-0: #FFF4DB;
263
+ --triplex-next-FormField-Background_Warning_Hover-0-25-0: #FCEAC7;
264
+ --triplex-next-FormField-Input_Color_Default-0-25-0: rgba(31, 31, 34, 1);
265
+ --triplex-next-FormField-Input_Color_Disabled-0-25-0: rgba(31, 31, 34, .35);
266
+ --triplex-next-FormField-Target_Color_Default-0-25-0: rgba(31, 31, 34, 1);
267
+ --triplex-next-FormField-Target_Color_Disabled-0-25-0: rgba(31, 31, 34, .45);
268
+ --triplex-next-FormField-Target_PlaceholderColor_Default-0-25-0: rgba(31, 31, 34, .65);
269
+ --triplex-next-FormField-Label_Color_Default-0-25-0: rgba(31, 31, 34, .65);
270
+ --triplex-next-FormField-Label_Color_Disabled-0-25-0: rgba(31, 31, 34, .35);
271
+ --triplex-next-FormField-Shadow_Active-0-25-0: 0 0 0 1px #21A19A inset;
272
+ --triplex-next-FormField-Shadow_Default-0-25-0: none;
273
+ --triplex-next-FormField-Shadow_Error_Active-0-25-0: 0 0 0 1px #E60037 inset;
274
+ --triplex-next-FormField-Shadow_Warning_Active-0-25-0: 0 0 0 1px #FD6508 inset;
275
+ --triplex-next-FormField-Placeholder_Color-0-25-0: rgba(31, 31, 34, .65);
276
+ --triplex-next-HeaderPage-StickyShadow-0-25-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
277
+ --triplex-next-Island-Type1_Background-0-25-0: #FFFFFF;
278
+ --triplex-next-Island-Type2_Background-0-25-0: rgba(255, 255, 255, .35);
279
+ --triplex-next-Island-Type3_Background-0-25-0: #F2F4F7;
280
+ --triplex-next-Island-Type1_Shadow-0-25-0: none;
281
+ --triplex-next-Island-Type2_Shadow-0-25-0: 0 0 0 1px #FFFFFF inset;
282
+ --triplex-next-Island-Type3_Shadow-0-25-0: none;
283
+ --triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-25-0: #DCDFE4;
284
+ --triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-25-0: rgba(31, 31, 34, .05);
285
+ --triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-25-0: #DCDFE4;
286
+ --triplex-next-IslandAccordion-Shadow_Focus-0-25-0: 0 0 0 1px #FFD169 inset;
287
+ --triplex-next-IslandWidget-ExtraFooter_Background-0-25-0: #FFFFFF;
288
+ --triplex-next-IslandWidget-ExtraFooter_Shadow-0-25-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
289
+ --triplex-next-LightBox-Backdrop_Background-0-25-0: rgba(31, 31, 34, .75);
290
+ --triplex-next-LightBox-Content_Background-0-25-0: #EAEDF1;
291
+ --triplex-next-Link-BorderColor_Focus-0-25-0: 0 0 0 1px #FFD169 inset;
292
+ --triplex-next-Link-Text_Color_Active-0-25-0: #007777;
293
+ --triplex-next-Link-Text_Color_Default-0-25-0: #008985;
294
+ --triplex-next-Link-Text_Color_Hover-0-25-0: #21A19A;
295
+ --triplex-next-ListItem-Background-0-25-0: #FFFFFF;
296
+ --triplex-next-ListItem-Background_Dragging-0-25-0: #FFFFFF;
297
+ --triplex-next-ListItem-Background_Selected-0-25-0: #F2F4F7;
298
+ --triplex-next-ListItem-Shadow_Dragging-0-25-0: 0 2px 7px rgba(31, 31, 34, 0.25);
299
+ --triplex-next-ListItemControlsButton-Background_Active-0-25-0: #DCDFE4;
300
+ --triplex-next-ListItemControlsButton-Background_Default-0-25-0: #F2F4F7;
301
+ --triplex-next-ListItemControlsButton-Background_Hover-0-25-0: #EAEDF1;
302
+ --triplex-next-ListItemControlsButton-Color_Active-0-25-0: #007777;
303
+ --triplex-next-ListItemControlsButton-Color_Default-0-25-0: #008985;
304
+ --triplex-next-ListItemControlsButton-Color_Hover-0-25-0: #21A19A;
305
+ --triplex-next-ListMaster-Background-0-25-0: #FFFFFF;
306
+ --triplex-next-ListMaster-Footer_Background-0-25-0: #FFFFFF;
307
+ --triplex-next-ListMaster-Footer_Shadow-0-25-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
308
+ --triplex-next-ListMaster-Header_Background-0-25-0: #FFFFFF;
309
+ --triplex-next-ListMaster-Header_Shadow-0-25-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
310
+ --triplex-next-Loader-Element_Background_Brand-0-25-0: #21A19A;
311
+ --triplex-next-Loader-Element_Background_Neutral-0-25-0: rgba(255, 255, 255, 1);
312
+ --triplex-next-Loader-Middle_Background_Default-0-25-0: #EEF0F4;
313
+ --triplex-next-LoaderScreen-Small_Backdrop_Default-0-25-0: rgba(255, 255, 255, .75);
314
+ --triplex-next-LoaderScreen-Middle_Backdrop_Default-0-25-0: rgba(255, 255, 255, .75);
315
+ --triplex-next-LoaderScreen-Middle_Background_Default-0-25-0: #EEF0F4;
316
+ --triplex-next-Marker-Background_Error-0-25-0: #E60037;
317
+ --triplex-next-Marker-Background_Success-0-25-0: #21A19A;
318
+ --triplex-next-Marker-Background_Waiting-0-25-0: #8291B3;
319
+ --triplex-next-Marker-Background_Warning-0-25-0: #FD6508;
320
+ --triplex-next-MarkerStatus-Description_Color-0-25-0: rgba(0, 0, 0, 0.55);
321
+ --triplex-next-ModalWindow-Background-0-25-0: #EAEDF1;
322
+ --triplex-next-ModalWindow-Backdrop_Background-0-25-0: rgba(79, 79, 82, .5);
323
+ --triplex-next-MultiselectField-Divider_Color-0-25-0: #D6D9E0;
324
+ --triplex-next-Notification-Background-0-25-0: #FFFFFF;
325
+ --triplex-next-Notification-Color-0-25-0: #1F1F22;
326
+ --triplex-next-Notification-TimeColor-0-25-0: rgba(31, 31, 34, 0.65);
327
+ --triplex-next-Notification-Shadow-0-25-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
328
+ --triplex-next-Overlay-Background-0-25-0: rgba(255, 255, 255, .8);
329
+ --triplex-next-Overlay-Panel_Background-0-25-0: #FFFFFF;
330
+ --triplex-next-Pagination-PageButton_Background_Active-0-25-0: #E3E6EA;
331
+ --triplex-next-Pagination-PageButton_Background_Hover-0-25-0: #F2F4F7;
332
+ --triplex-next-Pagination-PageButton_Background_Selected-0-25-0: #E3E6EA;
333
+ --triplex-next-Pagination-PageButton_BorderColor_Focus-0-25-0: #FFD169;
334
+ --triplex-next-Radio-Background_Checked_Default-0-25-0: #21A19A;
335
+ --triplex-next-Radio-Background_Checked_Disabled-0-25-0: #EAEDF1;
336
+ --triplex-next-Radio-Background_Checked_Hover-0-25-0: #007777;
337
+ --triplex-next-Radio-Background_Default-0-25-0: #F2F4F7;
338
+ --triplex-next-Radio-Background_Disabled-0-25-0: #F2F4F7;
339
+ --triplex-next-Radio-Background_Hover-0-25-0: #19BDB0;
340
+ --triplex-next-Radio-BorderColor_Default-0-25-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
341
+ --triplex-next-Radio-BorderColor_Disabled-0-25-0: 0 0 0 1px #E3E6EA inset;
342
+ --triplex-next-Radio-BorderColor_Focused-0-25-0: 0 0 0 1px #FFD169 inset;
343
+ --triplex-next-Radio-BorderColor_Checked_Default-0-25-0: none;
344
+ --triplex-next-Radio-BorderColor_Checked_Disabled-0-25-0: none;
345
+ --triplex-next-Radio-Dot_Default-0-25-0: rgba(255, 255, 255, 1);
346
+ --triplex-next-Radio-Dot_Disabled-0-25-0: rgba(31, 31, 34, .15);
347
+ --triplex-next-SegmentedControl-General_1_Background-0-25-0: #F2F4F7;
348
+ --triplex-next-SegmentedControl-General_2_Background-0-25-0: #FFFFFF;
349
+ --triplex-next-SegmentedControl-Secondary_1_Background-0-25-0: #F2F4F7;
350
+ --triplex-next-SegmentedControl-Secondary_2_Background-0-25-0: #FFFFFF;
351
+ --triplex-next-SegmentedControlSegment-General_1_Color_Default-0-25-0: rgba(31, 31, 34, .65);
352
+ --triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-25-0: rgba(31, 31, 34, 1);
353
+ --triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-25-0: rgba(31, 31, 34, .15);
354
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-25-0: rgba(255, 255, 255, 1);
355
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-25-0: rgba(255, 255, 255, 1);
356
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-25-0: rgba(255, 255, 255, .25);
357
+ --triplex-next-SegmentedControlSegment-General_1_Background_Default-0-25-0: #F2F4F7;
358
+ --triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-25-0: #DFE2E7;
359
+ --triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-25-0: #F2F4F7;
360
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-25-0: #3B3B3E;
361
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-25-0: #49494C;
362
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-25-0: #343437;
363
+ --triplex-next-SegmentedControlSegment-General_2_Color_Default-0-25-0: rgba(31, 31, 34, .65);
364
+ --triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-25-0: rgba(31, 31, 34, 1);
365
+ --triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-25-0: rgba(31, 31, 34, .15);
366
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-25-0: rgba(255, 255, 255, 1);
367
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-25-0: rgba(255, 255, 255, 1);
368
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-25-0: rgba(255, 255, 255, .25);
369
+ --triplex-next-SegmentedControlSegment-General_2_Background_Default-0-25-0: #FFFFFF;
370
+ --triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-25-0: #EEF0F4;
371
+ --triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-25-0: #FFFFFF;
372
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-25-0: #3B3B3E;
373
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-25-0: #49494C;
374
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-25-0: #343437;
375
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-25-0: rgba(31, 31, 34, .65);
376
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-25-0: rgba(31, 31, 34, 1);
377
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-25-0: rgba(31, 31, 34, .15);
378
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-25-0: rgba(31, 31, 34, 1);
379
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-0-25-0: rgba(31, 31, 34, 1);
380
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-25-0: rgba(31, 31, 34, .15);
381
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-25-0: #F2F4F7;
382
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-25-0: #DFE2E7;
383
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-25-0: #F2F4F7;
384
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-25-0: #FFFFFF;
385
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-0-25-0: #DFE2E7;
386
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-25-0: #FFFFFF;
387
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-25-0: rgba(31, 31, 34, .65);
388
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-25-0: rgba(31, 31, 34, 1);
389
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-25-0: rgba(31, 31, 34, .15);
390
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-25-0: rgba(31, 31, 34, 1);
391
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-0-25-0: rgba(31, 31, 34, 1);
392
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-25-0: rgba(31, 31, 34, .15);
393
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-25-0: #FFFFFF;
394
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-25-0: #EEF0F4;
395
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-25-0: #FFFFFF;
396
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-25-0: #E3E6EA;
397
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-0-25-0: #D6D9E0;
398
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-25-0: #F2F4F7;
399
+ --triplex-next-SegmentedControlSegment-BorderColor_Default-0-25-0: transparent;
400
+ --triplex-next-SegmentedControlSegment-BorderColor_Focus-0-25-0: #FFD169;
401
+ --triplex-next-Skeleton-BackgroundColor_Light_Start-0-25-0: #F2F4F7;
402
+ --triplex-next-Skeleton-BackgroundColor_Light_End-0-25-0: #DFE2E7;
403
+ --triplex-next-Skeleton-BackgroundColor_Dark_Start-0-25-0: rgba(31, 31, 34, .05);
404
+ --triplex-next-Skeleton-BackgroundColor_Dark_End-0-25-0: rgba(31, 31, 34, .15);
405
+ --triplex-next-SmallInput-Background-0-25-0: #F2F4F7;
406
+ --triplex-next-SmallInput-Color-0-25-0: rgba(31, 31, 34, 1);
407
+ --triplex-next-SmallInput-PlaceholderColor-0-25-0: rgba(31, 31, 34, .65);
408
+ --triplex-next-SmallInput-Shadow-0-25-0: 0 0 0 1px rgba(33, 161, 154) inset;
409
+ --triplex-next-SMSField-Refresh_Fill_Empty-0-25-0: rgba(31, 31, 34, .35);
410
+ --triplex-next-SMSField-Refresh_Fill_Full-0-25-0: #008985;
411
+ --triplex-next-SMSField-Refresh_Disabled-0-25-0: rgba(31, 31, 34, .15);
412
+ --triplex-next-SMSField-Submit_Background_Default-0-25-0: rgba(31, 31, 34, .15);
413
+ --triplex-next-SMSField-Submit_Background_Hover-0-25-0: #19BDB0;
414
+ --triplex-next-SMSField-Submit_Background_Active-0-25-0: #21A19A;
415
+ --triplex-next-Slider-Dot_Background_Default-0-25-0: #21A19A;
416
+ --triplex-next-Slider-Dot_Background_Disabled-0-25-0: #F2F4F7;
417
+ --triplex-next-Slider-Dot_Background_Hover-0-25-0: #19BDB0;
418
+ --triplex-next-Slider-Dot_Background_Select-0-25-0: #007777;
419
+ --triplex-next-Slider-Dot_Focus-0-25-0: #FFD169;
420
+ --triplex-next-Slider-Dot_Inner_Background-0-25-0: #FFFFFF;
421
+ --triplex-next-Slider-Dot_Inner_Background_Disabled-0-25-0: rgba(31, 31, 34, .15);
422
+ --triplex-next-Slider-Mark_Dot_Background_Default-0-25-0: #DCDFE4;
423
+ --triplex-next-Slider-Mark_Dot_Background_Selected-0-25-0: #21A19A;
424
+ --triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-25-0: #E7E9EE;
425
+ --triplex-next-Slider-Rail_Background-0-25-0: #DCDFE4;
426
+ --triplex-next-Slider-Rail_Background_Disabled-0-25-0: #DCDFE4;
427
+ --triplex-next-Slider-Tooltip_Background-0-25-0: #1B1B1D;
428
+ --triplex-next-Slider-Tooltip_Color-0-25-0: rgba(255, 255, 255, 1);
429
+ --triplex-next-Slider-Track_Background_Default-0-25-0: #21A19A;
430
+ --triplex-next-Slider-Track_Background_Disabled-0-25-0: #E7E9EE;
431
+ --triplex-next-Slider-Track_Background_Hover-0-25-0: #007777;
432
+ --triplex-next-StatusTracker-Draft_Background-0-25-0: rgba(255, 255, 255, .15);
433
+ --triplex-next-StatusTracker-Warning_Background-0-25-0: #FF7A17;
434
+ --triplex-next-StatusTracker-Waiting_Background-0-25-0: #BFCADF;
435
+ --triplex-next-StatusTracker-Rejected_Background-0-25-0: #FF5571;
436
+ --triplex-next-StatusTracker-Approved_Background-0-25-0: #00D67D;
437
+ --triplex-next-StatusTracker-Waiting_Color-0-25-0: #A9B6D0;
438
+ --triplex-next-StatusTracker-Rejected_Color-0-25-0: #FFB1C1;
439
+ --triplex-next-StatusTracker-Approved_Color-0-25-0: #00D67D;
440
+ --triplex-next-StatusTracker-Border_Color-0-25-0: #FFFFFF;
441
+ --triplex-next-Step-Color_Active-0-25-0: #008985;
442
+ --triplex-next-Step-Color_Default-0-25-0: rgba(31, 31, 34, .65);
443
+ --triplex-next-Step-Color_Disabled-0-25-0: #FFFFFF;
444
+ --triplex-next-Step-Color_Done-0-25-0: #FFFFFF;
445
+ --triplex-next-Step-Color_Error-0-25-0: rgba(255, 255, 255, 1);
446
+ --triplex-next-Step-Color_Warning-0-25-0: rgba(255, 255, 255, 1);
447
+ --triplex-next-Step-Background_Active-0-25-0: #E3FFFA;
448
+ --triplex-next-Step-Background_Default-0-25-0: rgba(31, 31, 34, .05);
449
+ --triplex-next-Step-Background_Disabled-0-25-0: rgba(31, 31, 34, .15);
450
+ --triplex-next-Step-Background_Done-0-25-0: #008985;
451
+ --triplex-next-Step-Background_Error-0-25-0: #D10032;
452
+ --triplex-next-Step-Background_Warning-0-25-0: #EF4C01;
453
+ --triplex-next-Stepper-Step_Background_Default-0-25-0: #F2F4F7;
454
+ --triplex-next-Stepper-Step_Background_Hover-0-25-0: #EAEDF1;
455
+ --triplex-next-Stepper-Step_Background_Disabled-0-25-0: #F2F4F7;
456
+ --triplex-next-Stepper-Step_Background_Error-0-25-0: #FFF0F3;
457
+ --triplex-next-Stepper-Step_Background_Error_Hover-0-25-0: #FCE0E6;
458
+ --triplex-next-Stepper-Step_Background_Warning-0-25-0: #FFF4DB;
459
+ --triplex-next-Stepper-Step_Background_Warning_Hover-0-25-0: #FCEAC7;
460
+ --triplex-next-Stepper-Step_BorderColor_Focus-0-25-0: #FFD169;
461
+ --triplex-next-Stepper-Step_BorderColor_Error-0-25-0: #E60037;
462
+ --triplex-next-Stepper-Step_BorderColor_Warning-0-25-0: #FD6508;
463
+ --triplex-next-Stepper-Step_BorderColor_Success-0-25-0: #21A19A;
464
+ --triplex-next-Stepper-Step_Color_Default-0-25-0: rgba(31, 31, 34, .65);
465
+ --triplex-next-Stepper-Step_Color_Hover-0-25-0: rgba(31, 31, 34, 1);
466
+ --triplex-next-Stepper-Step_Color_Disabled-0-25-0: rgba(31, 31, 34, .35);
467
+ --triplex-next-Stepper-ButtonNext_Background-0-25-0: linear-gradient(to left, #FFFFFF 39.06%, transparent);
468
+ --triplex-next-Stepper-ButtonPrev_Background-0-25-0: linear-gradient(to right, #FFFFFF 39.06%, transparent);
469
+ --triplex-next-Stepper-Background-0-25-0: #FFFFFF;
470
+ --triplex-next-Stepper-Wrapper_Background-0-25-0: linear-gradient(#FFFFFF 64px, transparent 0);
471
+ --triplex-next-Stepper-Wrapper_BoxShadow-0-25-0: 0 10px 15px 0 rgba(228, 232, 235, 0.5);
472
+ --triplex-next-TableBasic-Background_Hover-0-25-0: #E3E6EA;
473
+ --triplex-next-TableBasic-Background_Selected-0-25-0: #DCDFE4;
474
+ --triplex-next-TableBasic-Color-0-25-0: rgba(31, 31, 34, 1);
475
+ --triplex-next-TableBasic-Header_Background-0-25-0: #E7E9EE;
476
+ --triplex-next-TableBasic-TableFooter_Background-0-25-0: #E7E9EE;
477
+ --triplex-next-TableBasic-TableFooter_Highlight-0-25-0: linear-gradient(transparent, #FFFFFF);
478
+ --triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-25-0: #D6D9E0;
479
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-25-0: #FFFFFF;
480
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-25-0: #EAEDF1;
481
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-25-0: #FFFFFF;
482
+ --triplex-next-Tabs-Type1_Background-0-25-0: #F2F4F7;
483
+ --triplex-next-Tabs-Type2_Background-0-25-0: #FFFFFF;
484
+ --triplex-next-Tabs-Type1_Tab_Background_Default-0-25-0: #F2F4F7;
485
+ --triplex-next-Tabs-Type2_Tab_Background_Default-0-25-0: #FFFFFF;
486
+ --triplex-next-Tabs-Type1_Tab_Background_Selected-0-25-0: #DCDFE4;
487
+ --triplex-next-Tabs-Type2_Tab_Background_Selected-0-25-0: #E3E6EA;
488
+ --triplex-next-Tabs-Type1_Tab_Background_Hover-0-25-0: #E3E6EA;
489
+ --triplex-next-Tabs-Type2_Tab_Background_Hover-0-25-0: #EEF0F4;
490
+ --triplex-next-Tabs-Tab_BorderColor_Default-0-25-0: transparent;
491
+ --triplex-next-Tabs-Tab_BorderColor_Focus-0-25-0: #FFD169;
492
+ --triplex-next-Tag-Background-0-25-0: #DFE2E7;
493
+ --triplex-next-TagColor-Background_Default-0-25-0: #EEF3FC;
494
+ --triplex-next-TagColor-Background_Success-0-25-0: #E3FFFA;
495
+ --triplex-next-TagColor-Background_Info-0-25-0: #E3F6FF;
496
+ --triplex-next-TagColor-Background_Warning-0-25-0: #FFF4DB;
497
+ --triplex-next-TagColor-Background_Error-0-25-0: #FFF0F3;
498
+ --triplex-next-TagColor-Text_Color_Default-0-25-0: rgba(31, 31, 34, .75);
499
+ --triplex-next-TabsLine-BorderColor_Active-0-25-0: #21A19A;
500
+ --triplex-next-TabsLine-BorderColor_Hover-0-25-0: #19BDB0;
501
+ --triplex-next-TabsLine-Separator_Color-0-25-0: #D6D9E0;
502
+ --triplex-next-TabsLine-Shadow_Focus-0-25-0: 0 0 0 1px #FFDD64 inset;
503
+ --triplex-next-Tooltip-Background-0-25-0: #1B1B1D;
504
+ --triplex-next-Tooltip-Color-0-25-0: rgba(255, 255, 255, 1);
505
+ --triplex-next-Tooltip-Link_Desktop_Color_Active-0-25-0: #008985;
506
+ --triplex-next-Tooltip-Link_Desktop_Color_Default-0-25-0: #19BDB0;
507
+ --triplex-next-Tooltip-Link_Desktop_Color_Hover-0-25-0: #4BD9CF;
508
+ --triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-25-0: 0 0 0 1px #FFD169;
509
+ --triplex-next-Tooltip-Link_Mobile_Color_Active-0-25-0: #007777;
510
+ --triplex-next-Tooltip-Link_Mobile_Color_Default-0-25-0: #008985;
511
+ --triplex-next-Tooltip-Link_Mobile_Color_Hover-0-25-0: #21A19A;
512
+ --triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-25-0: 0 0 0 1px #FFDD64;
513
+ --triplex-next-TopOverlay-Background-0-25-0: rgba(31, 31, 34, .55);
514
+ --triplex-next-Typography-Primary_Color-0-25-0: rgba(31, 31, 34, 1);
515
+ --triplex-next-Typography-Complementary_Color-0-25-0: rgba(31, 31, 34, .85);
516
+ --triplex-next-Typography-Secondary_Color-0-25-0: rgba(31, 31, 34, .65);
517
+ --triplex-next-Typography-Tertiary_Color-0-25-0: rgba(31, 31, 34, .55);
518
+ --triplex-next-Typography-Disabled_Color-0-25-0: rgba(31, 31, 34, .35);
519
+ --triplex-next-Typography-Brand_Color-0-25-0: #008985;
520
+ --triplex-next-Typography-Info_Color-0-25-0: #0E57CC;
521
+ --triplex-next-Typography-Success_Color-0-25-0: #008B5C;
522
+ --triplex-next-Typography-Error_Color-0-25-0: #D10032;
523
+ --triplex-next-Typography-Warning_Color-0-25-0: #EF4C01;
524
+ --triplex-next-Typography-System_Color-0-25-0: #697591;
525
+ --triplex-next-Typography-PrimaryInvert_Color-0-25-0: rgba(255, 255, 255, 1);
526
+ --triplex-next-Typography-ComplementaryInvert_Color-0-25-0: rgba(255, 255, 255, .75);
527
+ --triplex-next-Typography-SecondaryInvert_Color-0-25-0: rgba(255, 255, 255, .55);
528
+ --triplex-next-Typography-TertiaryInvert_Color-0-25-0: rgba(255, 255, 255, .45);
529
+ --triplex-next-Typography-DisabledInvert_Color-0-25-0: rgba(255, 255, 255, .25);
530
+ --triplex-next-Typography-BrandInvert_Color-0-25-0: #19BDB0;
531
+ --triplex-next-Typography-InfoInvert_Color-0-25-0: #1297FE;
532
+ --triplex-next-Typography-SuccessInvert_Color-0-25-0: #00D67D;
533
+ --triplex-next-Typography-ErrorInvert_Color-0-25-0: #F80C45;
534
+ --triplex-next-Typography-WarningInvert_Color-0-25-0: #FF7A17;
535
+ --triplex-next-Typography-SystemInvert_Color-0-25-0: #95A3C1;
536
+ --triplex-next-UploadZone-Background_Default-0-25-0: #F2F4F7;
537
+ --triplex-next-UploadZone-Background_Hover-0-25-0: #EAEDF1;
538
+ --triplex-next-UploadZone-BorderColor_Default-0-25-0: #2D2D30;
539
+ --triplex-next-UploadZone-DragArea_Background-0-25-0: #F2F4F7;
540
+ --triplex-next-UploadZone-DragArea_BorderColor-0-25-0: #21A19A;}
541
+ .underline__225bab80{text-decoration:underline}.strikethrough__9cb77872{text-decoration:line-through}.underlineStrikethrough__76a4b260{text-decoration:underline line-through}.typography__3dcdb666.primary__e4b29041{color:var(--triplex-next-Typography-Primary_Color-0-25-0)}.typography__3dcdb666.primaryInvert__99aff9de{color:var(--triplex-next-Typography-PrimaryInvert_Color-0-25-0)}.typography__3dcdb666.complementary__5cb13fd9{color:var(--triplex-next-Typography-Complementary_Color-0-25-0)}.typography__3dcdb666.complementaryInvert__60530f0e{color:var(--triplex-next-Typography-ComplementaryInvert_Color-0-25-0)}.typography__3dcdb666.secondary__4c9d1f48{color:var(--triplex-next-Typography-Secondary_Color-0-25-0)}.typography__3dcdb666.secondaryInvert__f15972c7{color:var(--triplex-next-Typography-SecondaryInvert_Color-0-25-0)}.typography__3dcdb666.tertiary__1dfd168b{color:var(--triplex-next-Typography-Tertiary_Color-0-25-0)}.typography__3dcdb666.tertiaryInvert__a03f8743{color:var(--triplex-next-Typography-TertiaryInvert_Color-0-25-0)}.typography__3dcdb666.disabled__84972c63{color:var(--triplex-next-Typography-Disabled_Color-0-25-0)}.typography__3dcdb666.disabledInvert__5aa0b12f{color:var(--triplex-next-Typography-DisabledInvert_Color-0-25-0)}.typography__3dcdb666.brand__e38e0281{color:var(--triplex-next-Typography-Brand_Color-0-25-0);-webkit-user-select:none;user-select:none}.typography__3dcdb666.brandInvert__f3eabedc{color:var(--triplex-next-Typography-BrandInvert_Color-0-25-0)}.typography__3dcdb666.info__b52b3fdb{color:var(--triplex-next-Typography-Info_Color-0-25-0)}.typography__3dcdb666.infoInvert__37fbdbeb{color:var(--triplex-next-Typography-InfoInvert_Color-0-25-0)}.typography__3dcdb666.success__c7d9e86c{color:var(--triplex-next-Typography-Success_Color-0-25-0)}.typography__3dcdb666.successInvert__35e2e528{color:var(--triplex-next-Typography-SuccessInvert_Color-0-25-0)}.typography__3dcdb666.error__d4f7396f{color:var(--triplex-next-Typography-Error_Color-0-25-0)}.typography__3dcdb666.errorInvert__8469a9f3{color:var(--triplex-next-Typography-ErrorInvert_Color-0-25-0)}.typography__3dcdb666.warning__04a0ce66{color:var(--triplex-next-Typography-Warning_Color-0-25-0)}.typography__3dcdb666.warningInvert__d3a42a9e{color:var(--triplex-next-Typography-WarningInvert_Color-0-25-0)}.typography__3dcdb666.system__4229bc7d{color:var(--triplex-next-Typography-System_Color-0-25-0)}.typography__3dcdb666.systemInvert__cb5b9b9d{color:var(--triplex-next-Typography-SystemInvert_Color-0-25-0)}.typography__3dcdb666.compact__df7563dd{line-height:calc(16 / 14)}.caption__5ed6857a.regular__f19d3c04{font-family:SBSansText,Arial,sans-serif}.caption__5ed6857a.semibold__54d07fe5{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.c1__c2b3649d{font-size:10px;line-height:12px}.c2__ad8265a1{font-size:8px;line-height:10px}.d1__43922248{font-size:32px;line-height:40px}.d1__43922248.regular__f19d3c04{font-family:SBSansDisplay,Arial,sans-serif}.d1__43922248.semibold__54d07fe5{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.codeText__69d95f59{font-family:SBSansTextMono,Arial,monospace;font-size:14px;line-height:20px;font-weight:400}.text__8dbfa89a{outline:none}.text__8dbfa89a.regular__f19d3c04{font-family:SBSansText,Arial,sans-serif}.text__8dbfa89a.semibold__54d07fe5{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.b1__9876e704{font-size:18px;line-height:24px}.b2__ec962ff0{font-size:16px;line-height:20px}.b3__d4c840b9{font-size:14px;line-height:20px}.b3__d4c840b9.compact__df7563dd{line-height:16px}.b4__2a2b60a4{font-size:12px;line-height:16px}.title__3d6b4227{outline:none}.title__3d6b4227.regular__f19d3c04{font-family:SBSansDisplay,Arial,sans-serif;font-weight:400}.title__3d6b4227.semibold__54d07fe5{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.title__3d6b4227.medium__21c947b0{font-family:SBSansDisplayMedium,Arial,sans-serif;font-weight:500}.title__3d6b4227.bold__11410f38{font-family:SBSansDisplayBold,Arial,sans-serif;font-weight:700}.h1__73ea4245,.h2__68bcbe52,.h3__180ad1f9{margin:0}.h1__73ea4245{font-size:28px;line-height:36px}.h2__68bcbe52{font-size:24px;line-height:32px}.h3__180ad1f9{font-size:20px;line-height:28px}.formFieldInput__efc46eab{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-0-25-0)}.formFieldInput__efc46eab.sm__53529901{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__efc46eab.md__e44fc94a{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__efc46eab.lg__725588fc{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldInput__efc46eab:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-25-0)}.formFieldInput__efc46eab::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-25-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__efc46eab:focus{outline:none}.formFieldInput__efc46eab:focus::placeholder{opacity:1}.formFieldInput__efc46eab:-webkit-autofill{animation-name:autofill-applied-hook__c615bc29;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__efc46eab:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__9cc24fdf;animation-duration:1ms}.formField__613f354a{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__613f354a.sm__53529901{border-radius:6px}.formField__613f354a.md__e44fc94a{border-radius:8px}.formField__613f354a.lg__725588fc{border-radius:10px}.formField__613f354a.default__3e8da407{background:var(--triplex-next-FormField-Background_Default-0-25-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-0-25-0)}.formField__613f354a:hover{background:var(--triplex-next-FormField-Background_Hover-0-25-0)}.formField__613f354a.active__445db38f{background:var(--triplex-next-FormField-Background_Active-0-25-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-0-25-0)}.formField__613f354a.active__445db38f .formFieldInput__efc46eab::placeholder,.formField__613f354a.active__445db38f .formFieldTextarea__880ed5a7::placeholder{opacity:1}.formField__613f354a.disabled__47bcdafa{background:var(--triplex-next-FormField-Background_Disabled-0-25-0)}.formField__613f354a.error__60009525{background:var(--triplex-next-FormField-Background_Error-0-25-0)}.formField__613f354a.error__60009525:hover{background:var(--triplex-next-FormField-Background_Error_Hover-0-25-0)}.formField__613f354a.error__60009525.active__445db38f{background:var(--triplex-next-FormField-Background_Error-0-25-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-0-25-0)}.formField__613f354a.warning__e764f9a9{background:var(--triplex-next-FormField-Background_Warning-0-25-0)}.formField__613f354a.warning__e764f9a9:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-0-25-0)}.formField__613f354a.warning__e764f9a9.active__445db38f{background:var(--triplex-next-FormField-Background_Warning-0-25-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-0-25-0)}.formField__613f354a.filled__51180dc0:not(.disabled__47bcdafa):hover .formFieldClear__942f9300,.formField__613f354a.filled__51180dc0:not(.disabled__47bcdafa).active__445db38f .formFieldClear__942f9300{visibility:visible;opacity:1;pointer-events:auto}.formFieldDescription__0b3fd96f{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__0b3fd96f.withCounter__0cd06dff{display:flex}.formFieldLabel__86426156{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__86426156.sm__53529901{top:6px}.formFieldLabel__86426156.md__e44fc94a{top:10px}.formFieldLabel__86426156.lg__725588fc{top:18px}.formFieldLabel__86426156.lg__725588fc.floating__80e5035f{top:10px}.formFieldLabelText__96bb0511{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-0-25-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__53529901 .formFieldLabelText__96bb0511{font-size:12px;line-height:16px}.md__e44fc94a .formFieldLabelText__96bb0511{font-size:14px;line-height:20px}.lg__725588fc .formFieldLabelText__96bb0511{font-size:16px;line-height:20px}.floating__80e5035f .formFieldLabelText__96bb0511{font-size:12px;line-height:16px}.floating__80e5035f.sm__53529901 .formFieldLabelText__96bb0511,.floating__80e5035f.md__e44fc94a .formFieldLabelText__96bb0511{display:none}.disabled__47bcdafa .formFieldLabelText__96bb0511{color:var(--triplex-next-FormField-Label_Color_Disabled-0-25-0)}.formFieldPostfix__d66d1f93{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__1a8ab9e8{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__266ff50d{padding-left:4px;margin-left:auto}.formFieldMaskedInputWrapper__8946674f{position:relative}.formFieldMaskedInputWrapper__8946674f .formFieldMaskedInputPlaceholder__82bba700{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__8946674f .formFieldMaskedInputPlaceholder__82bba700::placeholder{opacity:1}.formFieldMaskedInputWrapper__8946674f .formFieldMaskedInputPlaceholder__82bba700:disabled{visibility:hidden}.formFieldMaskedInputWrapper__8946674f.size-sm__9e58d599{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__8946674f.size-sm__9e58d599 .formFieldMaskedInputPlaceholder__82bba700{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__8946674f.size-md__bb269355{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__8946674f.size-md__bb269355 .formFieldMaskedInputPlaceholder__82bba700{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__8946674f.size-lg__d13834da{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__8946674f.size-lg__d13834da .formFieldMaskedInputPlaceholder__82bba700{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__8946674f .formFieldMaskedInput__19c32235{display:block;position:relative;background:none!important}.dropdownDesktop__779caac9{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-0-25-0);background-color:var(--triplex-next-Dropdown-Background-0-25-0)}.dropdownDesktop__779caac9.sm__fc145dc2{border-radius:6px}.dropdownDesktop__779caac9.md__7dd28963{border-radius:8px}.dropdownDesktop__779caac9.lg__250fc1fa{border-radius:10px}.dropdownDesktopOverflowHidden__5c6e406c{overflow:hidden}.badgeDot__982b7454{display:inline-block;background:var(--triplex-next-Badge-Background-0-25-0);border-radius:50%}.badgeDot__982b7454.sm__b682dadf{width:6px;height:6px}.badgeDot__982b7454.md__ce970b95{width:8px;height:8px}.badgeDot__982b7454.lg__38a4b98f{width:10px;height:10px}.badgeContent__4039cf8e{display:flex}.badgeContent__4039cf8e.sm__b682dadf{padding-left:4px;padding-right:4px}.badgeContent__4039cf8e.md__ce970b95{padding-left:6px;padding-right:6px}.badgeContent__4039cf8e.lg__38a4b98f{padding-left:8px;padding-right:8px}.badgeContent__4039cf8e.noPaddingLeft__db59df9d{padding-left:0}.badgeContent__4039cf8e.noPaddingRight__6b4f57a9{padding-right:0}.badgePrefix__7b9c9161,.badgePostfix__03abf287{display:contents}.badge__0fd347c3{display:inline-flex;align-items:center;justify-content:center;position:relative;white-space:nowrap;background:var(--triplex-next-Badge-Background-0-25-0)}.badge__0fd347c3.sm__b682dadf{height:16px;border-radius:4px}.badge__0fd347c3.md__ce970b95{height:20px;border-radius:6px}.badge__0fd347c3.lg__38a4b98f{height:24px;border-radius:8px}.dropdownDesktopList__5bec3667{margin:4px;overflow:auto}.dropdownDesktopList__5bec3667 .notificationIcon__07d2c5dc{position:absolute}.dropdownDesktopList__5bec3667.sm__fc145dc2{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__5bec3667.sm__fc145dc2 .dropdownDesktopListItem__df8befb1{padding:6px 8px;border-radius:6px}.dropdownDesktopList__5bec3667.sm__fc145dc2 .dropdownDesktopListLoader__b0ae15f9{margin:0 auto}.dropdownDesktopList__5bec3667.sm__fc145dc2 .notificationIcon__07d2c5dc{right:3px;top:3px}.dropdownDesktopList__5bec3667.md__7dd28963{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__5bec3667.md__7dd28963 .dropdownDesktopListItem__df8befb1{padding:7px 8px;border-radius:8px}.dropdownDesktopList__5bec3667.md__7dd28963 .dropdownDesktopListLoader__b0ae15f9{margin:-2px auto}.dropdownDesktopList__5bec3667.md__7dd28963 .notificationIcon__07d2c5dc{right:4px;top:4px}.dropdownDesktopList__5bec3667.lg__250fc1fa{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__5bec3667.lg__250fc1fa .dropdownDesktopListItem__df8befb1{padding:14px 8px;border-radius:10px}.dropdownDesktopList__5bec3667.lg__250fc1fa .dropdownDesktopListLoader__b0ae15f9{margin:-6px auto}.dropdownDesktopList__5bec3667.lg__250fc1fa .notificationIcon__07d2c5dc{right:4px;top:6px}.dropdownDesktopListItem__df8befb1{color:var(--triplex-next-DropdownList-Color-0-25-0);background:var(--triplex-next-DropdownList-Background_Default-0-25-0);position:relative;outline:none}.dropdownDesktopListItem__df8befb1+.dropdownDesktopListItem__df8befb1{margin-top:2px}.dropdownDesktopListItem__df8befb1.active__95101a66{background:var(--triplex-next-DropdownList-Background_Active-0-25-0);cursor:pointer}.dropdownDesktopListItem__df8befb1.selected__51282ac9{background:var(--triplex-next-DropdownList-Background_Selected-0-25-0);cursor:default}.loaderSmall__b392a69f{display:flex;justify-content:center;align-items:center}.loaderSmall__b392a69f.sm__2b97b1cd{width:16px;height:16px;gap:2px}.loaderSmall__b392a69f.sm__2b97b1cd .dot__0f89be64{width:4px;height:4px}.loaderSmall__b392a69f.md__5c233c03{width:24px;height:24px;gap:3px}.loaderSmall__b392a69f.md__5c233c03 .dot__0f89be64{width:6px;height:6px}.loaderSmall__b392a69f.lg__24e8ad39{width:32px;height:32px;gap:4px}.loaderSmall__b392a69f.lg__24e8ad39 .dot__0f89be64{width:8px;height:8px}.loaderSmall__b392a69f.neutral__c0019475 .dot__0f89be64{background-color:var(--triplex-next-Loader-Element_Background_Neutral-0-25-0)}.loaderSmall__b392a69f.brand__08f33064 .dot__0f89be64{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-25-0)}.loaderSmall__b392a69f .dot__0f89be64{border-radius:50%}.loaderSmall__b392a69f .dot1__d485bb6e{animation:dotCycleSmall__73ce586c .9s infinite}.loaderSmall__b392a69f .dot2__10769e6d{animation:dotCycleSmall__73ce586c .9s infinite .15s}.loaderSmall__b392a69f .dot3__ca99c557{animation:dotCycleSmall__73ce586c .9s infinite .3s}@keyframes dotCycleSmall__73ce586c{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__881117cc{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-0-25-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__99a84db6{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__99a84db6 .dot__0f89be64{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-0-25-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__99a84db6 .dot1__d485bb6e{top:0;left:0;animation:dotCycleMiddle__32400f3c 3s infinite}.loaderMiddleDots__99a84db6 .dot2__10769e6d{right:0;top:0;opacity:.7;animation:dotCycleMiddle__32400f3c 3s infinite .74s}.loaderMiddleDots__99a84db6 .dot3__ca99c557{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__32400f3c 3s infinite 1.5s}.loaderMiddleDots__99a84db6 .dot4__fb647016{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__32400f3c 3s infinite 2.25s}.loaderMiddleDots__99a84db6 .line__06ca1c8b{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-25-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__d7a84928 3s infinite}@keyframes lineCycle__d7a84928{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__32400f3c{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__964ebdf4{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__2219ce0d{background:var(--triplex-next-DropdownMobile-Backdrop-0-25-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__2219ce0d.closing__c371501c{opacity:0}.dropdownMobileBackdrop__2219ce0d.opening__e1e1bad4,.dropdownMobileBackdrop__2219ce0d.opened__15ef822e{opacity:var(--triplex-DropdownMobile-Opacity-0-25-0)}.dropdownMobile__f4444124{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__f4444124.closing__c371501c{transform:translateY(100%)}.dropdownMobile__f4444124.opening__e1e1bad4,.dropdownMobile__f4444124.opened__15ef822e{transform:translateY(0)}.dropdownMobileHeader__261762f2{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-0-25-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__261762f2 .dropdownMobileHeaderContent__7dcd1a85{display:flex;flex-grow:1;min-width:0;margin-right:12px;min-height:20px}.dropdownMobileContent__d34753f7{background:var(--triplex-next-DropdownMobile-Content_Background-0-25-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__075779da{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-0-25-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-0-25-0);flex-shrink:1}.dropdownMobileListItem__fd85a5d2{position:relative;padding:16px}.dropdownMobileListItem__fd85a5d2.selected__51282ac9{background:var(--triplex-next-DropdownMobileList-Selected_Background-0-25-0)}.dropdownMobileListItem__fd85a5d2:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-0-25-0)}.dropdownMobileBodyOverflow__723b6b4d{overflow:hidden}.controlButtons__66c7c4c8{display:flex}.dropdownMobileLoader__7575a4c8{margin-right:8px}.dropdownMobileListLoader__12a7a4b3{display:flex;justify-content:center;align-items:center;padding:16px}.notificationIcon__07d2c5dc{position:absolute;right:6px;top:6px}.disableInteraction__ebea8389{pointer-events:none}.displayContents__b4e32394{display:contents}.buttonIcon__8f1bf3c3{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__8f1bf3c3:enabled{cursor:pointer}.buttonIcon__8f1bf3c3.circle__a8a2511f{border-radius:50%}.buttonIcon__8f1bf3c3.squircle__24d804e2{border-radius:4px}.buttonIcon__8f1bf3c3:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-0-25-0)}.dropdownMobileInput__866c842e{width:100%;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input_Color_Default-0-25-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__866c842e::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-25-0);opacity:1}.dropdownMobileInput__866c842e::-ms-clear{display:none}.tabsLineWrapper__a02e1c2d[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__a02e1c2d[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__a02e1c2d[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__a02e1c2d[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__a02e1c2d{position:relative}.tabsLineWrapper__a02e1c2d.withSeparator__b2239edf:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-0-25-0);bottom:0;left:0;right:0}.tabsLine__62a9e49d{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__62a9e49d:has(.sm__7f55fa04){height:28px}.tabsLine__62a9e49d:has(.md__4e3fe445){height:40px}.tabsLine__62a9e49d:has(.lg__42b49abd){height:56px}.tab__3ea5908e{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__3ea5908e.sm__7f55fa04{height:28px;padding-bottom:12px}.tab__3ea5908e.md__4e3fe445{height:40px;padding-top:8px;padding-bottom:12px}.tab__3ea5908e.lg__42b49abd{height:56px;padding-top:16px;padding-bottom:20px}.tab__3ea5908e::-moz-focus-inner{border:none;padding:0}.tab__3ea5908e:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-0-25-0)}.tab__3ea5908e.active__a966a9a8{cursor:default}.tab__3ea5908e: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__3ea5908e:hover:after,.tab__3ea5908e:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-0-25-0)}.tab__3ea5908e.active__a966a9a8:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-0-25-0)}.notificationIcon__b5e0a26f{position:absolute;right:6px}.sm__7f55fa04 .notificationIcon__b5e0a26f{top:0}.md__4e3fe445 .notificationIcon__b5e0a26f{top:8px}.lg__42b49abd .notificationIcon__b5e0a26f{top:16px}.tabsLineDropdown__7e3d9aab{display:inline-block}.tabsLineDropdown__7e3d9aab .dropdownTarget__2e3863f1.active__a966a9a8{cursor:pointer}.tabsLineDropdown__7e3d9aab .dropdownTargetInner__a80665a4{display:inline-flex;align-items:center}.tabsLineDropdown__7e3d9aab .dropdownTargetCaret__263037ff{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__7e3d9aab .dropdownTargetCaret__263037ff.opened__2e954e19{transform:rotate(-180deg)}.tabsLineDropdown__7e3d9aab .dropdown__7a1c49c0{right:0;padding:4px}.tabsLineMobileWrapper__7cc43b53{position:relative}.tabsLineMobileWrapper__7cc43b53 .tab__3ea5908e{flex-shrink:0}.tabsLineMobileWrapper__7cc43b53 .tab__3ea5908e:first-child{margin-left:16px}.tabsLineMobileWrapper__7cc43b53 .tab__3ea5908e:last-child{margin-right:16px}.tabsLineMobile__43d1fb4d{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__43d1fb4d::-webkit-scrollbar{display:none}.label__cc88a94d{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__cc88a94d.sm__edfbd0e8{min-width:16px;min-height:16px}.label__cc88a94d.sm__edfbd0e8.nonempty__c0e4d330{padding:2px 0 2px 24px}.label__cc88a94d.md__9a13d60c{min-height:24px;min-width:24px}.label__cc88a94d.md__9a13d60c.nonempty__c0e4d330{padding-left:32px;padding-top:2px}.label__cc88a94d.lg__bc95b430{min-width:28px;min-height:28px}.label__cc88a94d.lg__bc95b430.nonempty__c0e4d330{padding-left:40px;padding-top:4px}.label__cc88a94d.disabled__006f9a10{cursor:default}.radio__a6b21a20{margin:0;opacity:0}.radioIcon__236ad963{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-0-25-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-0-25-0)}.radioIcon__236ad963:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-0-25-0);border-radius:50%;transform:scale(0)}.sm__edfbd0e8 .radioIcon__236ad963:after{width:8px;height:8px;top:4px;left:4px}.md__9a13d60c .radioIcon__236ad963:after{width:12px;height:12px;top:6px;left:6px}.lg__bc95b430 .radioIcon__236ad963:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__236ad963,.radioIcon__236ad963:after{pointer-events:none}.radio__a6b21a20,.radioIcon__236ad963{position:absolute;left:0;top:0}.sm__edfbd0e8 .radio__a6b21a20,.sm__edfbd0e8 .radioIcon__236ad963{width:16px;height:16px;top:2px}.md__9a13d60c .radio__a6b21a20,.md__9a13d60c .radioIcon__236ad963{width:24px;height:24px}.lg__bc95b430 .radio__a6b21a20,.lg__bc95b430 .radioIcon__236ad963{width:28px;height:28px}.radio__a6b21a20:enabled{cursor:pointer}.radio__a6b21a20:checked+.radioIcon__236ad963{background:var(--triplex-next-Radio-Background_Checked_Default-0-25-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-0-25-0)}.radio__a6b21a20:checked+.radioIcon__236ad963:after{transform:scale(1);transition:transform .2s ease-out}.radio__a6b21a20:hover+.radioIcon__236ad963{background-color:var(--triplex-next-Radio-Background_Hover-0-25-0);box-shadow:none}.radio__a6b21a20:disabled+.radioIcon__236ad963{background:var(--triplex-next-Radio-Background_Disabled-0-25-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-0-25-0)}.radio__a6b21a20:disabled:checked+.radioIcon__236ad963{background:var(--triplex-next-Radio-Background_Checked_Disabled-0-25-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-0-25-0)}.radio__a6b21a20:disabled+.radioIcon__236ad963:after{background:var(--triplex-next-Radio-Dot_Disabled-0-25-0)}.radio__a6b21a20:focus-visible+.radioIcon__236ad963{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-0-25-0)}.radio__a6b21a20:checked:enabled:hover+.radioIcon__236ad963{background-color:var(--triplex-next-Radio-Background_Checked_Hover-0-25-0)}.radioXGroup__6cfa78d6{display:inline-flex;flex-flow:row wrap}.radioXGroup__6cfa78d6.indent-12__d5c0455d{margin-left:-6px;margin-right:-6px}.radioXGroup__6cfa78d6.indent-12__d5c0455d .label__cc88a94d{margin-left:6px;margin-right:6px}.radioXGroup__6cfa78d6.indent-16__d0f4b3af{margin-left:-8px;margin-right:-8px}.radioXGroup__6cfa78d6.indent-16__d0f4b3af .label__cc88a94d{margin-left:8px;margin-right:8px}.radioXGroup__6cfa78d6.indent-20__15c7b0c9{margin-left:-10px;margin-right:-10px}.radioXGroup__6cfa78d6.indent-20__15c7b0c9 .label__cc88a94d{margin-left:10px;margin-right:10px}.radioXGroup__6cfa78d6.indent-24__7ec0188c{margin-left:-12px;margin-right:-12px}.radioXGroup__6cfa78d6.indent-24__7ec0188c .label__cc88a94d{margin-left:12px;margin-right:12px}.radioXGroup__6cfa78d6.indent-28__8288e284{margin-left:-14px;margin-right:-14px}.radioXGroup__6cfa78d6.indent-28__8288e284 .label__cc88a94d{margin-left:14px;margin-right:14px}.radioXGroup__6cfa78d6.indent-32__2565d96b{margin-left:-16px;margin-right:-16px}.radioXGroup__6cfa78d6.indent-32__2565d96b .label__cc88a94d{margin-left:16px;margin-right:16px}.radioYGroup__d8f14dd3{display:inline-flex;flex-flow:column wrap}.radioYGroup__d8f14dd3 .label__cc88a94d.sm__edfbd0e8+.label__cc88a94d.sm__edfbd0e8{margin-top:8px}.radioYGroup__d8f14dd3 .label__cc88a94d.md__9a13d60c+.label__cc88a94d.md__9a13d60c{margin-top:16px}.radioYGroup__d8f14dd3 .label__cc88a94d.lg__bc95b430+.label__cc88a94d.lg__bc95b430{margin-top:20px}.notification__fa84723a{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-0-25-0);background:var(--triplex-next-Notification-Background-0-25-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-0-25-0);z-index:300}.notification__fa84723a:first-child{margin-top:0}.notification__fa84723a.extraBottomPadding__1cf149ca{padding-bottom:24px}.notification__fa84723a .notificationHeader__c11a30ad{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-0-25-0);width:100%;margin-top:0;margin-bottom:8px}.notification__fa84723a .notificationIcon__9921e884{line-height:0}.notification__fa84723a .notificationBody__23be8b97{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__fa84723a .notificationBodyList__579b3805{margin-top:8px}.notification__fa84723a .notificationClose__0bbb7b95{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__fa84723a.showCloseOnHover__045f18b8 .notificationClose__0bbb7b95{opacity:0}.notification__fa84723a.showCloseOnHover__045f18b8:hover{cursor:pointer}.notification__fa84723a.showCloseOnHover__045f18b8:hover .notificationClose__0bbb7b95{opacity:1}.notification__fa84723a .notificationFooter__d961ef4e{display:flex;align-items:center;margin-top:16px}.notification__fa84723a .notificationFooter__d961ef4e button+a{margin-left:16px}.notification__fa84723a .notificationTime__9f12fef0{font-size:12px;color:var(--triplex-next-Notification-TimeColor-0-25-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__20e3237c{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__20e3237c:hover{cursor:pointer}.notificationGroupedWrapper__20e3237c .notificationGroupedFooterItem__a8f6e7e0{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-0-25-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-0-25-0)}.notificationGroupedWrapper__20e3237c .notificationGroupedFooterItem__a8f6e7e0.first__7edac223{bottom:-8px;z-index:200}.notificationGroupedWrapper__20e3237c .notificationGroupedFooterItem__a8f6e7e0.second__42e0e235{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__fa84723a,.notificationGroupedWrapper__20e3237c{width:100%}}.unorderedListItem__22d891f7:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__22d891f7+.unorderedListItem__22d891f7{margin-top:8px}.unorderedList__4d045b3e{position:relative;margin:0;padding-left:14px;list-style:none}.button__2fbb3955.general__c3d74477{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-0-25-0);color:var(--triplex-next-Button-General_Color_Default-0-25-0)}.button__2fbb3955.general__c3d74477:hover{background:var(--triplex-next-Button-General_Background_Hover-0-25-0);color:var(--triplex-next-Button-General_Color_Hover-0-25-0)}.button__2fbb3955.general__c3d74477.expanded__01c850e1,.button__2fbb3955.general__c3d74477:active{background:var(--triplex-next-Button-General_Background_Active-0-25-0);color:var(--triplex-next-Button-General_Color_Active-0-25-0)}.button__2fbb3955.general__c3d74477:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-0-25-0)}.button__2fbb3955.general__c3d74477:disabled{background:var(--triplex-next-Button-General_Background_Disabled-0-25-0);color:var(--triplex-next-Button-General_Color_Disabled-0-25-0)}.button__2fbb3955.secondary__c7a087f3{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-0-25-0);color:var(--triplex-next-Button-Secondary_Color_Default-0-25-0)}.button__2fbb3955.secondary__c7a087f3:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-0-25-0);color:var(--triplex-next-Button-Secondary_Color_Hover-0-25-0)}.button__2fbb3955.secondary__c7a087f3.expanded__01c850e1,.button__2fbb3955.secondary__c7a087f3:active{background:var(--triplex-next-Button-Secondary_Background_Active-0-25-0);color:var(--triplex-next-Button-Secondary_Color_Active-0-25-0)}.button__2fbb3955.secondary__c7a087f3:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-0-25-0)}.button__2fbb3955.secondary__c7a087f3:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-0-25-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-0-25-0)}.button__2fbb3955.secondaryLight__52f2959a{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-0-25-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-0-25-0)}.button__2fbb3955.secondaryLight__52f2959a:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-0-25-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-0-25-0)}.button__2fbb3955.secondaryLight__52f2959a.expanded__01c850e1,.button__2fbb3955.secondaryLight__52f2959a:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-0-25-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-0-25-0)}.button__2fbb3955.secondaryLight__52f2959a:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-0-25-0)}.button__2fbb3955.secondaryLight__52f2959a:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-0-25-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-0-25-0)}.button__2fbb3955.danger__88d709f6{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-0-25-0);color:var(--triplex-next-Button-Danger_Color_Default-0-25-0)}.button__2fbb3955.danger__88d709f6:hover{background:var(--triplex-next-Button-Danger_Background_Hover-0-25-0);color:var(--triplex-next-Button-Danger_Color_Hover-0-25-0)}.button__2fbb3955.danger__88d709f6.expanded__01c850e1,.button__2fbb3955.danger__88d709f6:active{background:var(--triplex-next-Button-Danger_Background_Active-0-25-0);color:var(--triplex-next-Button-Danger_Color_Active-0-25-0)}.button__2fbb3955.danger__88d709f6:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-0-25-0)}.button__2fbb3955.danger__88d709f6:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-0-25-0);color:var(--triplex-next-Button-Danger_Color_Disabled-0-25-0)}.button__2fbb3955.link__0055b832{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-0-25-0);padding:0}.button__2fbb3955.link__0055b832.sm__4cc3f43a{height:28px;min-width:0px;padding:6px 2px}.button__2fbb3955.link__0055b832.md__4a3e0920{height:40px;min-width:0px;padding:10px 2px}.button__2fbb3955.link__0055b832.lg__750aae4f{height:56px;min-width:0px;padding:18px 2px}.button__2fbb3955.link__0055b832:hover{color:var(--triplex-next-Button-Link_Color_Hover-0-25-0)}.button__2fbb3955.link__0055b832.expanded__01c850e1,.button__2fbb3955.link__0055b832:active{color:var(--triplex-next-Button-Link_Color_Active-0-25-0)}.button__2fbb3955.link__0055b832:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-0-25-0)}.button__2fbb3955.link__0055b832:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-0-25-0)}.button__2fbb3955{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__2fbb3955::-moz-focus-inner{border:none;padding:0}.button__2fbb3955.sm__4cc3f43a{line-height:16px;font-size:12px}.button__2fbb3955.sm__4cc3f43a.general__c3d74477,.button__2fbb3955.sm__4cc3f43a.secondary__c7a087f3,.button__2fbb3955.sm__4cc3f43a.secondaryLight__52f2959a,.button__2fbb3955.sm__4cc3f43a.danger__88d709f6{height:28px;min-width:58px;padding:0 12px;border-radius:6px}.button__2fbb3955.sm__4cc3f43a.icon__cf333d45{min-height:28px;min-width:28px;padding:0 4px}.button__2fbb3955.md__4a3e0920{line-height:20px;font-size:14px}.button__2fbb3955.md__4a3e0920.general__c3d74477,.button__2fbb3955.md__4a3e0920.secondary__c7a087f3,.button__2fbb3955.md__4a3e0920.secondaryLight__52f2959a,.button__2fbb3955.md__4a3e0920.danger__88d709f6{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__2fbb3955.md__4a3e0920.icon__cf333d45{min-height:40px;min-width:40px;padding:0 10px}.button__2fbb3955.lg__750aae4f{line-height:20px;font-size:16px}.button__2fbb3955.lg__750aae4f.general__c3d74477,.button__2fbb3955.lg__750aae4f.secondary__c7a087f3,.button__2fbb3955.lg__750aae4f.secondaryLight__52f2959a,.button__2fbb3955.lg__750aae4f.danger__88d709f6{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__2fbb3955.lg__750aae4f.icon__cf333d45{min-height:56px;min-width:56px;padding:0 12px}.button__2fbb3955:disabled{cursor:default}.button__2fbb3955:disabled *{pointer-events:none}.button__2fbb3955+.button__2fbb3955:not(.block__ba8e34d0){margin-left:12px}.button__2fbb3955 .content__ede95c9b{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__2fbb3955.block__ba8e34d0{display:block;width:100%}.button__2fbb3955.loading__8946ae7f{pointer-events:none}.button__2fbb3955.loading__8946ae7f .content__ede95c9b{visibility:hidden}.button__2fbb3955 .loader__46e009b0{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__2fbb3955 .loader__46e009b0.hidden__416fda51{visibility:hidden}.buttonDropdownExtended__5a99b7bd{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__5a99b7bd .buttonDropdownExtendedBlock__a3f3aa04{padding:4px;margin-top:4px;right:0}.buttonDropdown__f96eb5ca.block__ba8e34d0{display:block}.buttonDropdown__f96eb5ca+.button__2fbb3955:not(.block__ba8e34d0),.buttonDropdown__f96eb5ca+.buttonDropdown__f96eb5ca:not(.block__ba8e34d0){margin-left:16px}.buttonDropdown__f96eb5ca .buttonDropdownTarget__a1364b1b .caretIcon__8e67ec3f{margin-left:2px;transition:transform .3s ease-in-out}.buttonDropdown__f96eb5ca .buttonDropdownTarget__a1364b1b.active__919becbc .caretIcon__8e67ec3f{transform:rotate(-180deg)}.buttonDropdown__f96eb5ca .buttonDropdownMenuItem__56754fd0{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__a016a061{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__5d9dc924{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__96740b6c{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__b23f2cc3{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-0-25-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__804edd63{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__804edd63 .modalWindowContentWrapper__1107d5bd{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__a016a061 .6s ease}.modalWindow__804edd63 .modalWindowContent__e53bc032{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__804edd63 .modalWindowContent__e53bc032 .modalWindowBody__7e8df72b{box-sizing:border-box;animation:fadeIn__2f5737c4 .3s ease}@keyframes fadeIn__2f5737c4{0%{opacity:0}to{opacity:1}}.modalWindow__804edd63 .modalWindowContent__e53bc032 .spinnerSm__ed24b2f4{display:none}@media (max-width: 767px){.modalWindow__804edd63 .modalWindowContent__e53bc032 .spinner__8aa79974{display:none}.modalWindow__804edd63 .modalWindowContent__e53bc032 .spinnerSm__ed24b2f4{display:flex}}.global-modalWindowTransition-exit .modalWindow__804edd63 .modalWindowContentWrapper__1107d5bd{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__5d9dc924 .3s ease}.global-modalWindowTransition-exit .modalWindow__804edd63 .modalWindowContentWrapper__1107d5bd .modalWindowBody__7e8df72b{animation:fadeOut__76995016 .3s ease}@keyframes fadeOut__76995016{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__74885e25{position:absolute;left:0;right:0;height:0}.modalWindow__804edd63.sm__d08e54b4 .modalWindowContentWrapper__1107d5bd{max-width:480px}.modalWindow__804edd63.sm__d08e54b4 .modalWindowContent__e53bc032 .modalWindowBody__7e8df72b{min-height:196px}@media (max-width: 575px){.modalWindow__804edd63.sm__d08e54b4 .modalWindowContentWrapper__1107d5bd{max-width:100%}}.modalWindow__804edd63.md__df773d10 .modalWindowContentWrapper__1107d5bd{max-width:600px}.modalWindow__804edd63.md__df773d10 .modalWindowContent__e53bc032 .modalWindowBody__7e8df72b{min-height:246px}@media (max-width: 767px){.modalWindow__804edd63.md__df773d10 .modalWindowContentWrapper__1107d5bd{max-width:100%}}.modalWindow__804edd63.lg__f7aae080 .modalWindowContentWrapper__1107d5bd{max-width:800px}.modalWindow__804edd63.lg__f7aae080 .modalWindowContent__e53bc032 .modalWindowBody__7e8df72b{min-height:396px}@media (max-width: 991px){.modalWindow__804edd63.lg__f7aae080 .modalWindowContentWrapper__1107d5bd{max-width:100%}}.modalWindowContentPage__ddcb1a0d{background:var(--triplex-next-ModalWindow-Background-0-25-0);padding:8px!important}.modalWindowContentPage__ddcb1a0d,.modalWindowLoaderScreen__cdf6cd1a{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__ddcb1a0d,.modalWindowLoaderScreen__cdf6cd1a{border-radius:24px}}.islandBody__6700d48a{display:block}.islandHeader__8d6a5105,.islandFooter__924ae140,.island__8352b5e9{position:relative}.island__8352b5e9.type1__76ea5c8d{background-color:var(--triplex-next-Island-Type1_Background-0-25-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-0-25-0)}.island__8352b5e9.type2__0ea3642d{background-color:var(--triplex-next-Island-Type2_Background-0-25-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-0-25-0)}.island__8352b5e9.type3__89d34ab0{background-color:var(--triplex-next-Island-Type3_Background-0-25-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-0-25-0)}.island__8352b5e9.sm__aa9599f2{border-radius:16px;padding:16px}.island__8352b5e9.sm__aa9599f2 .islandHeader__8d6a5105+.islandBody__6700d48a,.island__8352b5e9.sm__aa9599f2 .islandHeader__8d6a5105+.islandFooter__924ae140,.island__8352b5e9.sm__aa9599f2 .islandBody__6700d48a+.islandFooter__924ae140{margin-top:8px}.island__8352b5e9.md__8f815b77{border-radius:24px;padding:24px}.island__8352b5e9.md__8f815b77 .islandHeader__8d6a5105+.islandBody__6700d48a,.island__8352b5e9.md__8f815b77 .islandHeader__8d6a5105+.islandFooter__924ae140,.island__8352b5e9.md__8f815b77 .islandBody__6700d48a+.islandFooter__924ae140{margin-top:12px}.island__8352b5e9.lg__c4e5c773{border-radius:32px;padding:32px}.island__8352b5e9.lg__c4e5c773 .islandHeader__8d6a5105+.islandBody__6700d48a,.island__8352b5e9.lg__c4e5c773 .islandHeader__8d6a5105+.islandFooter__924ae140,.island__8352b5e9.lg__c4e5c773 .islandBody__6700d48a+.islandFooter__924ae140{margin-top:16px}@media (max-width: 767px){.island__8352b5e9.sm__aa9599f2,.island__8352b5e9.md__8f815b77{border-radius:16px;padding:16px}.island__8352b5e9.lg__c4e5c773{border-radius:24px;padding:24px}}.modalWindowBody__7e8df72b{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__8c5af7cf{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__8c5af7cf{top:20px;right:20px}}.loaderScreen__c6f2d46e{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__c6f2d46e.loaderSmallBackdrop__9bac30f4{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-0-25-0)}.loaderScreen__c6f2d46e.loaderMiddleBackdrop__2f91901b{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-25-0)}.body__2621feca{position:relative;display:flex}.body__2621feca .bodyInner__5218687a{position:relative;flex-grow:1;width:100%}.bodyPage__a4ff13d3{flex-grow:1}.verticalMargin24__a2f671be{margin-top:24px;margin-bottom:24px}.verticalMargin16__c0fba382{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__a2f671be{margin-top:16px;margin-bottom:16px}.verticalMargin16__c0fba382{margin-top:8px;margin-bottom:8px}}.headerTabs__82dc2081{display:flex;justify-content:space-between}.headerTabs__82dc2081 .headerTabsContent__e598a786{flex-grow:1}.headerTabs__82dc2081 .headerTabsControls__3a39b80b{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__82dc2081{flex-wrap:wrap}.headerTabs__82dc2081 .headerTabsContent__e598a786{width:100%}.headerTabs__82dc2081 .headerTabsControls__3a39b80b{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__82dc2081 .headerTabsControls__3a39b80b>button{margin-left:16px;margin-top:16px}}.headerTitle__5657a3c2{display:flex;justify-content:space-between}.headerTitle__5657a3c2 .headerTitleControls__61a72a8d{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__dc8d630e+.headerTitle__5657a3c2{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__5657a3c2{flex-wrap:wrap}.headerTitle__5657a3c2 .headerTitleContent__62762b38{width:100%}.headerTitle__5657a3c2 .headerTitleControls__61a72a8d{padding-left:0;white-space:normal;flex-shrink:initial;margin-left:-16px}.headerTitle__5657a3c2 .headerTitleControls__61a72a8d>button,.headerTitle__5657a3c2 .headerTitleControls__61a72a8d>[class*=buttonDropdown]{margin-left:16px;margin-top:16px}}.headerSubheader__082eac03{padding:24px 0}.headerSubheader__082eac03.withoutPaddings__a42d1896{padding:0}.headerLayoutSidebar__d66553b5{display:flex;justify-content:space-between}.headerLayoutSidebarContent__cb467cb1{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__6f2157b0{display:none}}.page__eeaf6c58{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__eeaf6c58{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__a48fb693.sticky__10cf2511{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__a48fb693.sticky__10cf2511[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-25-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__db6db522.sticky__10cf2511{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__db6db522.sticky__10cf2511[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-0-25-0)!important}.footerDescription__ae048621{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__9404d094{flex-grow:1;margin-right:auto}.footerDescriptionControls__3395c044{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__ae048621{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__9404d094{width:100%}.footerDescriptionControls__3395c044{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__3395c044>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__9404d094+.footerDescriptionControls__3395c044{margin-top:0}.footer__fb8ef118{padding:16px 0}}.modalWindowHeader__7f76d30b .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__7f76d30b .global-HeaderTitleContent{padding-right:72px}}.list__5f625d98{margin:0;padding:0;list-style:none;position:relative}.listItemControls__14b60387{display:flex;padding:0 16px 0 4px}.listItemContent__09a74c0f{background:var(--triplex-next-ListItem-Background-0-25-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__09a74c0f.selected__9525e7a3{background:var(--triplex-next-ListItem-Background_Selected-0-25-0)}.listItemControlsButton__2bbcb1eb{margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-0-25-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px;width:92px}.listItemControlsButton__2bbcb1eb:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-0-25-0)}.listItemControlsButton__2bbcb1eb:hover .listItemControlsButtonLabel__b0df41f1{color:var(--triplex-next-ListItemControlsButton-Color_Hover-0-25-0)!important}.listItemControlsButton__2bbcb1eb.expanded__96ca04bc,.listItemControlsButton__2bbcb1eb:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-0-25-0)}.listItemControlsButton__2bbcb1eb.expanded__96ca04bc .listItemControlsButtonLabel__b0df41f1,.listItemControlsButton__2bbcb1eb:active .listItemControlsButtonLabel__b0df41f1{color:var(--triplex-next-ListItemControlsButton-Color_Active-0-25-0)!important}.listItemControlsButton__2bbcb1eb+.listItemControlsButton__2bbcb1eb,.listItemControlsButton__2bbcb1eb+.listItemControlsButtonDropdown__b85e961f{margin-left:4px}.listItemControlsButtonIcon__88908a29{line-height:0}.listItemControlsButton__2bbcb1eb.withText__2a0a0f9d .listItemControlsButtonIcon__88908a29{margin-bottom:8px}.listItemControlsButtonLabel__b0df41f1{color:var(--triplex-next-ListItemControlsButton-Color_Default-0-25-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__b85e961f{display:flex}.listItemControlsButtonInner__60ab4aec{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__2bbcb1eb.withIcon__742f2739.withText__2a0a0f9d .listItemControlsButtonInner__60ab4aec{height:44px;overflow:visible}.buttonDropdownMenuItem__8862aa93{overflow:hidden;text-overflow:ellipsis}.listEmptyState__e24bc745{padding:64px 16px 16px;text-align:center}.listItemLoading__3afe2208{display:flex;justify-content:center;height:24px;padding:12px 0;position:relative;background-color:var(--triplex-next-ListItem-Background-0-25-0)}.label__cf0b6562{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__cf0b6562.sm__7704e190{min-width:16px;min-height:16px}.label__cf0b6562.sm__7704e190.nonempty__4cb25d1d{padding:2px 0 2px 24px}.label__cf0b6562.md__d736c5a4{min-width:24px;min-height:24px}.label__cf0b6562.md__d736c5a4.nonempty__4cb25d1d{padding-left:32px;padding-top:2px}.label__cf0b6562.lg__b8125683{min-width:28px;min-height:28px}.label__cf0b6562.lg__b8125683.nonempty__4cb25d1d{padding-left:40px;padding-top:4px}.label__cf0b6562.disabled__f3df6820{cursor:default}.label__cf0b6562[hidden]{display:none}.checkbox__60ab8476{margin:0;opacity:0}.checkboxIcon__85939f11{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-0-25-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-0-25-0)}.sm__7704e190 .checkboxIcon__85939f11{border-radius:4px}.checkmarkIcon__308cb599{transform:scale(0)}.checkmarkIcon__308cb599 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-0-25-0)}.checkboxIcon__85939f11,.checkmarkIcon__308cb599{pointer-events:none}.checkbox__60ab8476,.checkboxIcon__85939f11,.checkmarkIcon__308cb599{position:absolute;left:0;top:0}.sm__7704e190 .checkbox__60ab8476,.sm__7704e190 .checkboxIcon__85939f11,.sm__7704e190 .checkmarkIcon__308cb599{width:16px;height:16px;top:2px}.md__d736c5a4 .checkbox__60ab8476,.md__d736c5a4 .checkboxIcon__85939f11,.md__d736c5a4 .checkmarkIcon__308cb599{width:24px;height:24px}.lg__b8125683 .checkbox__60ab8476,.lg__b8125683 .checkboxIcon__85939f11,.lg__b8125683 .checkmarkIcon__308cb599{width:28px;height:28px}.checkbox__60ab8476:enabled{cursor:pointer}.checkbox__60ab8476:enabled:hover+.checkboxIcon__85939f11{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-0-25-0);background-color:var(--triplex-next-Checkbox-Background_Hover-0-25-0)}.checkbox__60ab8476:checked+.checkboxIcon__85939f11{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-0-25-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-0-25-0)}.checkbox__60ab8476:checked~.checkmarkIcon__308cb599{transform:scale(1);transition:transform .2s ease-out}.checkbox__60ab8476:disabled+.checkboxIcon__85939f11{background-color:var(--triplex-next-Checkbox-Background_Disabled-0-25-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-0-25-0)}.checkbox__60ab8476:disabled:checked+.checkboxIcon__85939f11{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-0-25-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-25-0)}.checkbox__60ab8476:disabled~.checkmarkIcon__308cb599 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-25-0)}.checkbox__60ab8476:focus-visible+.checkboxIcon__85939f11{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-0-25-0)}.checkbox__60ab8476:checked:enabled:hover+.checkboxIcon__85939f11{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-0-25-0)}.listItemSelectable__3ac92239{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-0-25-0);border-radius:8px}.listItemSelectable__3ac92239.selected__9525e7a3{background:var(--triplex-next-ListItem-Background_Selected-0-25-0)}.checkboxWrapper__4ef2172f{padding:16px;line-height:0}.childrenWrapper__81d25344{flex-grow:1}.checkboxLabel__e15563db{padding:0!important;position:relative}.checkboxLabelClickArea__90b2d330{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__fb60d5cd{position:relative;overflow:hidden}.swipeableArea__fb60d5cd .content__03be281b{position:relative;touch-action:pan-y}.swipeableArea__fb60d5cd .content__03be281b.disableScroll__d006c8a6{touch-action:none}.swipeableArea__fb60d5cd .content__03be281b.disablePointerEvents__80c8c08d:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__fb60d5cd .swipeAnimationFinish__7c2e553f{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__fb60d5cd .leftContent__020fdef5,.swipeableArea__fb60d5cd .rightContent__0d2da466{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__fb60d5cd .rightContent__0d2da466{left:auto;right:0}.listItemTail__f3e3901c{position:absolute;width:18px;top:0;bottom:0;overflow:hidden}.listItemTailLine__f5c57e9a{background:var(--triplex-next-ListMaster-Background-0-25-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailLeft__91738b17{left:-8px}.listItemTailRight__6d9e1b6c{right:-10px}.listItemTailTop__1753ea42{position:absolute;top:0;left:0;right:0}.listItemTailTop__1753ea42: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-0-25-0)}.listItemTailTop__1753ea42: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-0-25-0)}.listItemTailBottom__99843f31{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__99843f31: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-0-25-0)}.listItemTailBottom__99843f31: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-0-25-0)}.listItemTable__10f331e2{margin-bottom:4px}.listItemTable__10f331e2:last-child{margin-bottom:0}.listItemTable__10f331e2 .swipeableArea__34d47643{border-radius:8px}.listSortableItemTarget__41ec4634{display:flex;gap:16px;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-0-25-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__41ec4634:hover{background:var(--triplex-next-ListItem-Background_Selected-0-25-0)}.listSortableItemTarget__41ec4634.dragging__911d90e8{background:var(--triplex-next-ListItem-Background_Dragging-0-25-0);box-shadow:var(--triplex-next-ListItem-Shadow_Dragging-0-25-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__32406917{flex:1}.listSortableItemTargetIcon__9cf2172e{display:block}.listSortableItem__6f6032d5{position:relative}.listSortableItem__6f6032d5.dragging__911d90e8{z-index:1}.listSortableItemControls__d019c023{display:inline-block}.islandWidgetHeader__7a8512be{display:flex;justify-content:space-between;align-items:center}.islandWidgetHeader__7a8512be .islandWidgetHeaderContent__94d594af{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__7a8512be .islandWidgetHeaderDescription__c151d909{display:flex}.islandWidgetHeader__7a8512be .caretWrapper__2aa0586c{position:absolute;top:20px;right:16px}.islandWidgetHeader__7a8512be .caretIcon__749411e2{transition:transform .3s ease-in-out}.islandWidgetHeader__7a8512be.open__7d7579c6 .caretWrapper__2aa0586c .caretIcon__749411e2{transform:rotate(-180deg)}@media (max-width: 767px){.islandWidgetHeader__7a8512be{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetBody__4a2be548{padding-top:16px}.islandWidgetFooter__960095d5{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__4cb7fc13{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__c07adabd{margin-left:auto;white-space:nowrap}.expandAnimation__4354f56c{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__1eacf048{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-0-25-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__1eacf048{border-radius:0 0 16px 16px}}.islandWidget__39acdf1d{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__39acdf1d>*{height:100%}.islandWidgetWithExtraFooter__7b6d2775: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-0-25-0)!important}@media (max-width: 767px){.islandWidgetHeaderWrapperAdaptive__962df581{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__fe29a057{display:flex;flex-direction:column}.formFieldClear__942f9300{visibility:hidden;opacity:0;transition:visibility,opacity;transition-duration:.3s;pointer-events:none}.formFieldClear__942f9300:focus{visibility:visible;opacity:1;pointer-events:auto}.formFieldTarget__48842aa8{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-0-25-0);overflow:hidden;white-space:nowrap}.formFieldTarget__48842aa8.sm__53529901{font-size:12px;height:28px;line-height:16px}.formFieldTarget__48842aa8.md__e44fc94a{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__48842aa8.lg__725588fc{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__48842aa8.placeholder__1d545087{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-0-25-0)}.formFieldTarget__48842aa8.disabled__47bcdafa{color:var(--triplex-next-FormField-Target_Color_Disabled-0-25-0)}.formFieldTarget__48842aa8 .placeholderWrapper__e7905519{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__48842aa8:focus{outline:none}.formFieldTarget__48842aa8:focus .placeholderWrapper__e7905519,.formFieldTarget__48842aa8.active__445db38f .placeholderWrapper__e7905519{opacity:1}.formFieldTextarea__880ed5a7{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-0-25-0);vertical-align:top;font-family:inherit}.formFieldTextarea__880ed5a7.sm__53529901{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__880ed5a7.md__e44fc94a{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__880ed5a7.lg__725588fc{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__880ed5a7::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-25-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__880ed5a7:focus{outline:none}.formFieldTextarea__880ed5a7:focus::placeholder{opacity:1}.formFieldTextarea__880ed5a7:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-25-0)}.formFieldTextarea__880ed5a7:-webkit-autofill{animation-name:autofill-applied-hook__c615bc29;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldTextarea__880ed5a7:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__9cc24fdf;animation-duration:1ms}@keyframes autofill-applied-hook__c615bc29{0%{transform:none}}@keyframes autofill-cancelled-hook__9cc24fdf{0%{transform:none}}.chipGroupItem__5e09dfe9{display:inline-block}.chip__e846a14c{background:var(--triplex-next-Chip-Background_Default-0-25-0);color:var(--triplex-next-Chip-Color_Default-0-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__e846a14c.lg__657079d8{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__e846a14c.lg__657079d8 .prefix__1f25577d{padding-left:16px}.chip__e846a14c.lg__657079d8 .postfix__3d8e39ce{padding-right:12px}.chip__e846a14c.lg__657079d8 .notificationIcon__7f553795{right:6px;top:6px}.chip__e846a14c.md__514a1640{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__e846a14c.md__514a1640 .prefix__1f25577d{padding-left:12px}.chip__e846a14c.md__514a1640 .postfix__3d8e39ce{padding-right:8px}.chip__e846a14c.md__514a1640 .notificationIcon__7f553795{right:4px;top:4px}.chip__e846a14c.sm__c0c2b385{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__e846a14c.sm__c0c2b385 .prefix__1f25577d{padding-left:8px}.chip__e846a14c.sm__c0c2b385 .postfix__3d8e39ce{padding-right:8px}.chip__e846a14c.sm__c0c2b385 .notificationIcon__7f553795{right:3px;top:3px}.chip__e846a14c:hover{background:var(--triplex-next-Chip-Background_Hover-0-25-0);color:var(--triplex-next-Chip-Color_Hover-0-25-0)}.chip__e846a14c:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-25-0)}.chip__e846a14c:active,.chip__e846a14c[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-0-25-0);color:var(--triplex-next-Chip-Color_Active-0-25-0)}.chip__e846a14c.disabled__10127c52{background:var(--triplex-next-Chip-Background_Disabled-0-25-0);color:var(--triplex-next-Chip-Color_Disabled-0-25-0);cursor:default;pointer-events:none}.chip__e846a14c.selected__7efed7a6{background:var(--triplex-next-Chip-Background_Selected_Default-0-25-0);color:var(--triplex-next-Chip-Color_Selected_Default-0-25-0)}.chip__e846a14c.selected__7efed7a6:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-0-25-0);color:var(--triplex-next-Chip-Color_Selected_Hover-0-25-0)}.chip__e846a14c.selected__7efed7a6:active,.chip__e846a14c.selected__7efed7a6[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-0-25-0);color:var(--triplex-next-Chip-Color_Selected_Active-0-25-0)}.chip__e846a14c.selected__7efed7a6.disabled__10127c52{background:var(--triplex-next-Chip-Background_Selected_Disabled-0-25-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-0-25-0)}.chip__e846a14c.withPrefix__c7e580ed{padding-left:0}.chip__e846a14c.withPostfix__3e8b8f62{padding-right:0}.chip__e846a14c .content__c152ec8d{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__e846a14c .prefix__1f25577d,.chip__e846a14c .postfix__3d8e39ce{display:flex}.chip__e846a14c .notificationIcon__7f553795{position:absolute}.calendarControls__d61a4052{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-0-25-0)}.calendarViewDays__a8c75dbb{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__81c0c738 .calendarViewDays__a8c75dbb{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__a61f6cbe,.calendarViewYears__a40a5d89{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__81c0c738 .calendarViewMonths__a61f6cbe,.adaptive__81c0c738 .calendarViewYears__a40a5d89{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__15c429a5{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-0-25-0)}.calendarViewDaysBody__931b2646:before{display:block;content:"‌";line-height:8px}.adaptive__81c0c738 .calendarViewDaysBody__931b2646:before{line-height:4px}.calendarViewItem__7cbd87de{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__7cbd87de:focus-visible{outline:none}.calendarViewItem__7cbd87de.current__b956ec98{font-weight:600}.calendarViewItem__7cbd87de.disabled__a5bd077b{pointer-events:none}.calendarViewItemLabel__26058805{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-0-25-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-0-25-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-0-25-0);cursor:pointer}.calendarViewItemLabel__26058805:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-25-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-0-25-0)}.calendarViewItemLabel__26058805.selected__51638105{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-25-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-0-25-0)}.calendarViewItemLabel__26058805.selected__51638105:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-25-0)}.calendarViewItemLabel__26058805.selected__51638105:hover.basicMark__987a0388:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-25-0)}.calendarViewItemLabel__26058805.selected__51638105:hover.standardMark__b8926f88:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-25-0)}.calendarViewItemLabel__26058805.selected__51638105:hover.attentionMark__0fd4835d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-25-0)}.calendarViewItemLabel__26058805.selected__51638105:hover.criticalMark__ae52ef65:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-25-0)}.calendarViewItemLabel__26058805.selected__51638105.muted__90a23466{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-25-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-25-0)}.calendarViewItemLabel__26058805.selected__51638105.muted__90a23466:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-25-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-25-0)}.calendarViewItemLabel__26058805.selected__51638105.basicMark__987a0388:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-25-0)}.calendarViewItemLabel__26058805.selected__51638105.standardMark__b8926f88:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-25-0)}.calendarViewItemLabel__26058805.selected__51638105.attentionMark__0fd4835d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-25-0)}.calendarViewItemLabel__26058805.selected__51638105.criticalMark__ae52ef65:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-25-0)}.calendarViewItemLabel__26058805.marked__01e5b1ae:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__26058805.basicMark__987a0388:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-25-0)}.calendarViewItemLabel__26058805.standardMark__b8926f88:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-25-0)}.calendarViewItemLabel__26058805.attentionMark__0fd4835d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-25-0)}.calendarViewItemLabel__26058805.criticalMark__ae52ef65:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-25-0)}.calendarViewItemLabel__26058805.muted__90a23466{color:var(--triplex-next-Calendar-View_Item_Color_Muted-0-25-0)}.calendarViewItemLabel__26058805.disabled__a5bd077b{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-0-25-0);background:none}.calendarViewItem__7cbd87de:focus-visible .calendarViewItemLabel__26058805{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-0-25-0)}.unitDay__1250a2a5{width:36px;height:36px;border-radius:6px}.unitMonth__d0f12fc4,.unitYear__ed533414{width:89px;height:48px;border-radius:6px}.adaptive__81c0c738 .unitMonth__d0f12fc4,.adaptive__81c0c738 .unitYear__ed533414{width:104px;height:48px;border-radius:6px}.calendarFooter__029da1e0{margin-top:12px;text-align:center}.calendar__81fad87e{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-0-25-0);-webkit-user-select:none;user-select:none}.calendar__81fad87e.adaptive__81c0c738{width:auto;padding:20px}.calendar__81fad87e+.calendar__81fad87e{margin-top:20px}.datePickerExtendedMobileDropdown__0eae7903{max-height:100vh}.chipDropdownArrow__45a10d71{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__45a10d71.rotated__2d69b761{transform:rotate(-180deg)}.chipClearButton__24767352{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__24767352:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-25-0)}.dropdownMobileMaskedInput__5eb797ee{height:20px!important;padding:0!important}.dropdownMobileMaskedInput__5eb797ee:first-child{top:0}.selectExtendedFieldTarget__c70a7abd{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__c70a7abd .caretWrapper__087144d2{height:100%}.selectExtendedFieldTarget__c70a7abd .caretIcon__7be478cb{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__c70a7abd.selectOpened__3fbff0ff .caretIcon__7be478cb{transform:rotate(180deg)}.selectExtendedFieldTarget__c70a7abd.disabled__79000ac0{-webkit-user-select:none;user-select:none;cursor:default}.selectExtendedFieldTarget__c70a7abd.disabled__79000ac0 .target__1e0d4fcd,.selectExtendedFieldTarget__c70a7abd.disabled__79000ac0 .caretWrapper__087144d2{pointer-events:none}.selectExtendedField__7acdf8c9{position:relative}.multiselectFieldHeader__107b8e3b{padding:12px}.multiselectFieldContent__a250e5b5{position:relative;padding:0 12px 12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContent__a250e5b5:first-child{padding-top:12px}.multiselectFieldContent__a250e5b5:has(.loaderScreen__324c1ef7){overflow:hidden}.multiselectFieldContent__a250e5b5.sm__3c2f8edd{max-height:208px}.multiselectFieldContent__a250e5b5.md__45491d28{max-height:266px}.multiselectFieldContent__a250e5b5.lg__e706cbb7{max-height:296px}.multiselectFieldFooter__0dd06a56{padding:0 12px 12px}.multiselectFieldFooter__0dd06a56:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-0-25-0)}.chipOptionsContent__d5ce04c9{min-width:14px;text-align:center;display:block}.tooltipDesktop__ad051841{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__ad051841 .tooltipBody__537ee1e8{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-0-25-0)}.tooltipDesktop__ad051841 .tooltipXButton__9c0271ea{position:absolute;right:8px;top:8px}.tooltipDesktopContent__01a02a7b{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-0-25-0);border-radius:8px}.closable__c1a663c5 .tooltipDesktopContent__01a02a7b{padding-right:32px}.tooltipSM__7452c26b .tooltipDesktopContent__01a02a7b{width:192px;min-height:52px}.tooltipLG__4ce194b9 .tooltipDesktopContent__01a02a7b{width:384px;min-height:52px}.tooltipOverlay__ed8fc147{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__27574e7b{width:0;height:0}.tooltipDesktopTip__27574e7b.down__0efd0abb{border-top:solid var(--triplex-next-Tooltip-Background-0-25-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__27574e7b.up__763a09ab{border-bottom:solid var(--triplex-next-Tooltip-Background-0-25-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__27574e7b.left__f1c13cd8{border-right:solid var(--triplex-next-Tooltip-Background-0-25-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__27574e7b.right__07fbf7bf{border-left:solid var(--triplex-next-Tooltip-Background-0-25-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__844a7574 .tooltipBody__537ee1e8{text-align:left}.tooltipMobileContent__a7c38fdc{padding:16px}.headerless__b036d5ba .tooltipMobileContent__a7c38fdc{padding-right:40px;border-radius:16px 16px 0 0}.headerless__b036d5ba .tooltipMobileContent__a7c38fdc .closeButton__26babab8{position:absolute;right:16px;top:16px}.tooltipLink__e68fbcd6{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__c8f96762{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-0-25-0)}.desktop__c8f96762:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-25-0)}.desktop__c8f96762:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-0-25-0)}.desktop__c8f96762:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-25-0)}.mobile__f73b736f{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-0-25-0)}.mobile__f73b736f:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-25-0)}.mobile__f73b736f:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-0-25-0)}.mobile__f73b736f:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-25-0)}.chipSuggestInputWrapper__f94df0f9{margin:12px}.suggestDropdownMobileBody__fd8b781c{height:176px}.suggestDropdownMobileNoOptionsText__8642f604{padding:16px}.checkboxXGroup__f4d35fa1{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__f4d35fa1.indent-12__8c22637f{margin-left:-6px;margin-right:-6px}.checkboxXGroup__f4d35fa1.indent-12__8c22637f .label__cf0b6562{margin-left:6px;margin-right:6px}.checkboxXGroup__f4d35fa1.indent-16__9ff78f83{margin-left:-8px;margin-right:-8px}.checkboxXGroup__f4d35fa1.indent-16__9ff78f83 .label__cf0b6562{margin-left:8px;margin-right:8px}.checkboxXGroup__f4d35fa1.indent-20__796dbeb7{margin-left:-10px;margin-right:-10px}.checkboxXGroup__f4d35fa1.indent-20__796dbeb7 .label__cf0b6562{margin-left:10px;margin-right:10px}.checkboxXGroup__f4d35fa1.indent-24__a2631b43{margin-left:-12px;margin-right:-12px}.checkboxXGroup__f4d35fa1.indent-24__a2631b43 .label__cf0b6562{margin-left:12px;margin-right:12px}.checkboxXGroup__f4d35fa1.indent-28__97e77923{margin-left:-14px;margin-right:-14px}.checkboxXGroup__f4d35fa1.indent-28__97e77923 .label__cf0b6562{margin-left:14px;margin-right:14px}.checkboxXGroup__f4d35fa1.indent-32__c2a49d11{margin-left:-16px;margin-right:-16px}.checkboxXGroup__f4d35fa1.indent-32__c2a49d11 .label__cf0b6562{margin-left:16px;margin-right:16px}.checkboxYGroup__bfbc1596{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__bfbc1596 .label__cf0b6562.sm__7704e190+.label__cf0b6562.sm__7704e190{margin-top:8px}.checkboxYGroup__bfbc1596 .label__cf0b6562.lg__b8125683+.label__cf0b6562.lg__b8125683{margin-top:20px}.checkboxYGroup__bfbc1596 .label__cf0b6562.md__d736c5a4+.label__cf0b6562.md__d736c5a4{margin-top:16px}@media (max-width: 767px){.checkboxYGroup__bfbc1596{margin:14px 16px}.checkboxYGroup__bfbc1596 .label__cf0b6562.sm__7704e190+.label__cf0b6562.sm__7704e190,.checkboxYGroup__bfbc1596 .label__cf0b6562.md__d736c5a4+.label__cf0b6562.md__d736c5a4,.checkboxYGroup__bfbc1596 .label__cf0b6562.lg__b8125683+.label__cf0b6562.lg__b8125683{margin-top:28px}}.card__02dde270{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__02dde270.roundingMD__3dc20a73{--radius: 16px}.card__02dde270.roundingSM__9cc8d59e{--radius: 8px}.card__02dde270.general__ec156274{background:var(--triplex-next-Card-Static_General_Background-0-25-0)}.card__02dde270.secondary__f1b271fe{background:var(--triplex-next-Card-Static_Secondary_Background-0-25-0)}.card__02dde270 .cardMedia__3199e05f{background-size:cover;background-repeat:no-repeat;background-position:center}.card__02dde270 .cardContent__dd7c5e5c{padding:var(--padding)}.card__02dde270 .cardContent__dd7c5e5c.paddingMD__a46eca14{--padding: 24px}.card__02dde270 .cardContent__dd7c5e5c.paddingSM__3d1ff8b5{--padding: 16px}.card__02dde270 .cardContent__dd7c5e5c .cardContentHeader__3cad7220{margin-bottom:16px}.card__02dde270 .cardContent__dd7c5e5c .cardContentFooter__5b2b7102{margin-top:16px}.action__79dbd08e{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__79dbd08e: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__79dbd08e.general__ec156274{background:var(--triplex-next-Card-Action_General_Background-0-25-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-25-0)}.action__79dbd08e.general__ec156274:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-0-25-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-25-0)}.action__79dbd08e.general__ec156274.selected__5833f59b{background:var(--triplex-next-Card-Action_General_Background_Selected-0-25-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-25-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-25-0)}.action__79dbd08e.general__ec156274.selected__5833f59b:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-0-25-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-25-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-25-0)}.action__79dbd08e.general__ec156274:focus{outline:none}.action__79dbd08e.general__ec156274:focus.focusVisible__c9f67b7a{box-shadow:var(--triplex-next-Card-Shadow_Default-0-25-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-25-0)}.action__79dbd08e.secondary__f1b271fe{background:var(--triplex-next-Card-Action_Secondary_Background-0-25-0)}.action__79dbd08e.secondary__f1b271fe:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-0-25-0)}.action__79dbd08e.secondary__f1b271fe.selected__5833f59b{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-0-25-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-0-25-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-25-0)}.action__79dbd08e.secondary__f1b271fe.selected__5833f59b:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-25-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-25-0)}.action__79dbd08e.secondary__f1b271fe:focus{outline:none}.action__79dbd08e.secondary__f1b271fe:focus.focusVisible__c9f67b7a{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-25-0)}.alertContext__f76d31c2{display:flex;font-size:12px;line-height:16px}.alertContext__f76d31c2>svg{flex-shrink:0}.alertContext__f76d31c2 .alertContextText__85dc0c76{margin-left:8px}.alertContext__f76d31c2.alertTypeError__a40eb110 .alertContextText__85dc0c76{color:var(--triplex-next-AlertContext-Error_Color-0-25-0)}.alertContext__f76d31c2.alertTypeInfo__25332f23 .alertContextText__85dc0c76{color:var(--triplex-next-AlertContext-Info_Color-0-25-0)}.alertContext__f76d31c2.alertTypeWarning__3f93d298 .alertContextText__85dc0c76{color:var(--triplex-next-AlertContext-Warning_Color-0-25-0)}.alertContext__f76d31c2.alertTypeSystem__9566ad0e .alertContextText__85dc0c76{color:var(--triplex-next-AlertContext-System_Color-0-25-0)}.alertProcess__3797b0fc{display:flex;padding:16px;position:relative}.alertProcess__3797b0fc.md__f0a5dad2{border-radius:12px}.alertProcess__3797b0fc.lg__17719846{border-radius:24px}.alertProcess__3797b0fc.withSpoiler__2c45eb3d{min-height:40px}.alertProcess__3797b0fc .themeIcon__8647ae55{box-sizing:border-box;height:20px;width:20px}.alertProcess__3797b0fc.alertTypeError__a40eb110{background:var(--triplex-next-AlertProcess-Error_Background-0-25-0)}.alertProcess__3797b0fc.alertTypeInfo__25332f23{background:var(--triplex-next-AlertProcess-Info_Background-0-25-0)}.alertProcess__3797b0fc.alertTypeWarning__3f93d298{background:var(--triplex-next-AlertProcess-Warning_Background-0-25-0)}.alertProcess__3797b0fc.alertTypeSystem__9566ad0e{background:var(--triplex-next-AlertProcess-System_Background-0-25-0)}.alertProcess__3797b0fc.alertTypeFeature__0e5c0c8a{background:var(--triplex-next-AlertProcess-Feature_Background-0-25-0)}.alertProcess__3797b0fc.alertTypeFeature__0e5c0c8a .themeIcon__8647ae55{padding-top:0}.alertProcess__3797b0fc .alertProcessContentBlock__620a9e55{flex:1;margin-left:10px}.alertProcess__3797b0fc .alertProcessContentBlock__620a9e55 .expandableContent__5548714b{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__3797b0fc .alertProcessContentBlock__620a9e55 .expandableContent__5548714b.expanded__1181aa74{max-height:1000px;opacity:1}.alertProcess__3797b0fc .closeButton__ab32dacb{margin-left:10px}.alertProcess__3797b0fc .expandButton__99a91348{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__3797b0fc .expandButton__99a91348.expanded__1181aa74{transform:rotate(180deg)}.adaptive__4105889d{font-size:10px!important;line-height:12px!important}.avatar__2f5fcf37{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-0-25-0)}.avatar__2f5fcf37.xxs__81a7754f{width:28px;height:28px;border-radius:6px}.avatar__2f5fcf37.xs__72287d25{width:32px;height:32px;border-radius:8px}.avatar__2f5fcf37.sm__bbff6486{width:40px;height:40px;border-radius:10px}.avatar__2f5fcf37.md__5a8e5899{width:56px;height:56px;border-radius:16px}.avatar__2f5fcf37.lg__386c23cb{width:80px;height:80px;border-radius:20px}.avatar__2f5fcf37.xl__0662b8a3{width:96px;height:96px;border-radius:24px}.avatar__2f5fcf37.xxl__c25f2009{width:128px;height:128px;border-radius:28px}.carouselExtended__c0bafac1{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__c0bafac1::-webkit-scrollbar{display:none}.treeView__09a5a5c5,.treeViewGroup__b233b444{margin:0;padding:0}.treeView__09a5a5c5 .treeViewNode__3ae2c34d,.treeViewGroup__b233b444 .treeViewNode__3ae2c34d{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__c17fc7cd.collapsed__b37efdba{visibility:hidden}.checkboxTreeExtended__4a0d02f1{margin-bottom:-12px}.checkboxTreeExtendedNode__fb7bda08 .checkboxTreeExtendedNode__fb7bda08:has(.sm__3630c02c){margin-left:16px}.checkboxTreeExtendedNode__fb7bda08 .checkboxTreeExtendedNode__fb7bda08:has(.md__d7dca834),.checkboxTreeExtendedNode__fb7bda08 .checkboxTreeExtendedNode__fb7bda08:has(.lg__709c717a){margin-left:24px}.checkboxTreeExtendedNodeHeader__de300ee5{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__de300ee5.sm__3630c02c{margin-bottom:8px}.checkboxTreeExtendedNodeHeader__de300ee5.md__d7dca834,.checkboxTreeExtendedNodeHeader__de300ee5.lg__709c717a{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__de300ee5 .checkboxTreeCheckboxLabel__1f07a54a{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__de300ee5 .caretIconWrapper__afc9d869{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__de300ee5 .caretIconWrapper__afc9d869:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-0-25-0)}.checkboxTreeExtendedNodeHeader__de300ee5.opened__85c8e926 .caretIconWrapper__afc9d869{transform:rotate(180deg)}@media (max-width: 767px){.checkboxTreeExtended__4a0d02f1{padding:0 16px}.checkboxTreeExtended__4a0d02f1 .checkboxTreeExtendedNodeHeader__de300ee5{margin-bottom:0}.checkboxTreeExtended__4a0d02f1 .checkboxTreeExtendedNodeHeader__de300ee5 .checkboxTreeCheckboxLabel__1f07a54a{padding-top:16px;padding-bottom:16px}.checkboxTreeExtended__4a0d02f1 .checkboxTreeExtendedNodeHeader__de300ee5 .checkboxTreeCheckboxLabel__1f07a54a>span,.checkboxTreeExtended__4a0d02f1 .checkboxTreeExtendedNodeHeader__de300ee5 .checkboxTreeCheckboxLabel__1f07a54a>svg,.checkboxTreeExtended__4a0d02f1 .checkboxTreeExtendedNodeHeader__de300ee5 .checkboxTreeCheckboxLabel__1f07a54a .checkboxTreeCheckbox__9ed6b2de{top:14px}}.chipGroup__86a1dd99{display:flex}.chipGroup__86a1dd99.oneLine__8ae5ce81{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__86a1dd99.oneLine__8ae5ce81::-webkit-scrollbar{display:none}.chipGroup__86a1dd99.multiLine__12163d41{flex-wrap:wrap}.chipGroup__86a1dd99.lg__9cc77e7a{gap:12px}.chipGroup__86a1dd99.md__94cffb69,.chipGroup__86a1dd99.sm__a48c751f{gap:8px}.col-1__8aa36914{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__a52aaf95{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__cbabdf51{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__f7542083{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__a5b1ad3b{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__6809873b{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__3ca09708{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__dcb44c7f{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__6b5e26e3{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__b9b1c98f{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__25304390{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__38dc38bb{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__af260ee0{margin-left:0%}.offset-1__16edd29e{margin-left:8.33333333%}.offset-2__4734376c{margin-left:16.66666667%}.offset-3__fdaea91c{margin-left:25%}.offset-4__60334dc9{margin-left:33.33333333%}.offset-5__8fa5db1a{margin-left:41.66666667%}.offset-6__aac66600{margin-left:50%}.offset-7__15f3cc80{margin-left:58.33333333%}.offset-8__f9e5d8d1{margin-left:66.66666667%}.offset-9__f44b3046{margin-left:75%}.offset-10__51cb88e9{margin-left:83.33333333%}.offset-11__8836112a{margin-left:91.66666667%}.d-none__c7cf9ae9{display:none!important}.d-block__ed1fbb39{display:block!important}@media (min-width: 576px){.col-sm-1__da68a19c{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__560b263f{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__e33bd634{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__8bd3d440{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__f21dd44b{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__eb5b5916{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__8f89b0c8{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__340cddaa{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__d908677b{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__d34f6550{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__12061a16{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__001c5780{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__fe0f2486{margin-left:0%}.offset-sm-1__ae43f3f5{margin-left:8.33333333%}.offset-sm-2__2bcb364e{margin-left:16.66666667%}.offset-sm-3__11f9e013{margin-left:25%}.offset-sm-4__5e3866c6{margin-left:33.33333333%}.offset-sm-5__b4f93bbc{margin-left:41.66666667%}.offset-sm-6__94d0b7df{margin-left:50%}.offset-sm-7__55889c37{margin-left:58.33333333%}.offset-sm-8__db5459c5{margin-left:66.66666667%}.offset-sm-9__43058816{margin-left:75%}.offset-sm-10__633ad12b{margin-left:83.33333333%}.offset-sm-11__90406a79{margin-left:91.66666667%}.d-none-sm__b89c63d0{display:none!important}.d-block-sm__858179ee{display:block!important}}@media (min-width: 768px){.col-md-1__c6c93ae9{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__a4f63a6e{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__25f194cf{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__51c00a1f{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__ca7cc2a2{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__f9517aa0{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__cac722a7{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__f335b8b6{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__42f87d69{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__08860a5f{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__f063b7e1{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__a345b104{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__edcb5a87{margin-left:0%}.offset-md-1__b3154596{margin-left:8.33333333%}.offset-md-2__a10a519e{margin-left:16.66666667%}.offset-md-3__8d72b5cf{margin-left:25%}.offset-md-4__19ce5402{margin-left:33.33333333%}.offset-md-5__dd7746ac{margin-left:41.66666667%}.offset-md-6__e21c06a2{margin-left:50%}.offset-md-7__bbfa27b9{margin-left:58.33333333%}.offset-md-8__162624ca{margin-left:66.66666667%}.offset-md-9__4b890364{margin-left:75%}.offset-md-10__08793fb1{margin-left:83.33333333%}.offset-md-11__bb91580d{margin-left:91.66666667%}.d-none-md__99959a95{display:none!important}.d-block-md__9e6995ed{display:block!important}}@media (min-width: 992px){.col-lg-1__25366e88{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__2ebdd072{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__2018b693{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__5fa936a8{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__1b323696{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__9a0834f0{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__91885a48{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__842d4a7d{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__1700c130{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__7f801bcb{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__03778caf{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__06f84103{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__eb02cd5d{margin-left:0%}.offset-lg-1__b8601efd{margin-left:8.33333333%}.offset-lg-2__bea24ba1{margin-left:16.66666667%}.offset-lg-3__b090f961{margin-left:25%}.offset-lg-4__7898e6a7{margin-left:33.33333333%}.offset-lg-5__c6b12374{margin-left:41.66666667%}.offset-lg-6__7eb7fb24{margin-left:50%}.offset-lg-7__458e7843{margin-left:58.33333333%}.offset-lg-8__6d82b402{margin-left:66.66666667%}.offset-lg-9__44b69a5a{margin-left:75%}.offset-lg-10__12b26de9{margin-left:83.33333333%}.offset-lg-11__9f47b668{margin-left:91.66666667%}.d-none-lg__9dc8f8c6{display:none!important}.d-block-lg__a3a16e5d{display:block!important}}@media (min-width: 1200px){.col-xl-1__80a78f8e{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__79474877{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__9c544674{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__e2024738{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__92bdc2b9{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__4e04be0e{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__0555ead2{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__79739ba6{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__87863178{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__b404e39f{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__22326f0a{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__64e9a770{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__22669012{margin-left:0%}.offset-xl-1__b459d080{margin-left:8.33333333%}.offset-xl-2__7fd940ba{margin-left:16.66666667%}.offset-xl-3__fcca9cd9{margin-left:25%}.offset-xl-4__ac68420f{margin-left:33.33333333%}.offset-xl-5__15c6e5a1{margin-left:41.66666667%}.offset-xl-6__bf651ef4{margin-left:50%}.offset-xl-7__60b6d4c1{margin-left:58.33333333%}.offset-xl-8__63112d28{margin-left:66.66666667%}.offset-xl-9__ed6e496f{margin-left:75%}.offset-xl-10__46a93cb3{margin-left:83.33333333%}.offset-xl-11__a940c5a3{margin-left:91.66666667%}.d-none-xl__e3d4e9d1{display:none!important}.d-block-xl__391969e8{display:block!important}}.confirm__025f07e8{flex-grow:1;margin:0 auto;max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2);box-sizing:border-box}.confirm__025f07e8.isInLightBox__56a8623a{max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2)}.confirm__025f07e8.isInSideOverlaySM__6ecc3f67{max-width:520px}.confirm__025f07e8.isInSideOverlayMD__74a4a5aa{max-width:680px}.confirm__025f07e8.isInSideOverlayLG__e97d3c60{max-width:800px}.confirmCloseButton__345c15df{position:absolute;top:24px;right:24px}.confirmContent__b769e9bb{margin-bottom:24px;padding-right:56px}.confirmControls__394e3780{white-space:nowrap}.confirmContentTitle__e1aad2d8{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__345c15df{top:16px;right:16px}.confirmContent__b769e9bb{margin-bottom:16px}}.dateRange__a76570a9{display:flex;align-items:center}.dateRangeButton__a60206cc{z-index:1}.separator__ed8ff65d{width:20px;height:20px;flex-shrink:0}.divider__e41fcfca{height:1px;margin:0;background:var(--triplex-next-Divider-Background-0-25-0);border:none}.marginTopSize-4__ced213fb{margin-top:4px}.marginBottomSize-4__dad177ec{margin-bottom:4px}.marginTopSize-8__b04f2a9d{margin-top:8px}.marginBottomSize-8__d1391bd0{margin-bottom:8px}.marginTopSize-12__9bf122c6{margin-top:12px}.marginBottomSize-12__dd14b711{margin-bottom:12px}.marginTopSize-16__d25dbc7f{margin-top:16px}.marginBottomSize-16__649792ba{margin-bottom:16px}.marginTopSize-20__366d87fc{margin-top:20px}.marginBottomSize-20__6e7a22ee{margin-bottom:20px}.marginTopSize-24__ee1e7c13{margin-top:24px}.marginBottomSize-24__3114009b{margin-bottom:24px}.marginTopSize-28__421151bd{margin-top:28px}.marginBottomSize-28__d12e7a5e{margin-bottom:28px}.marginTopSize-32__9593ffba{margin-top:32px}.marginBottomSize-32__c4606121{margin-bottom:32px}.smallInput__94c12bea{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-0-25-0);background:var(--triplex-next-SmallInput-Background-0-25-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-0-25-0)}.smallInput__94c12bea::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-0-25-0);opacity:1}.smallInput__94c12bea::-ms-clear{display:none}.link__b30f9e66{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-0-25-0)}.link__b30f9e66:hover{color:var(--triplex-next-Link-Text_Color_Hover-0-25-0)}.link__b30f9e66:active{color:var(--triplex-next-Link-Text_Color_Active-0-25-0)}.link__b30f9e66:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-0-25-0)}.wordWithContent__695da5d3{white-space:nowrap;display:inline-flex;align-items:center}.before__d750a3cc :first-child{margin-right:2px}.after__a838e865 :last-child{margin-left:2px}.documentNumberEdit__b57806ee .label__3dc9f02e{display:inline-block;margin-right:8px}.documentNumberEdit__b57806ee .inputEditWrapper__75efa226{width:68px;display:inline-block}.ellipsisLineClamp__37b15284{--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__37b15284.oneLine__101e67b7{word-break:break-all}.emptyView__baba03c9,.container__fc9351a4{display:flex;flex-direction:column;align-items:center;width:100%}.icon__bc039b57{flex-shrink:0}.textBlock__73ae78f6{text-align:center}button.helpBoxButton__059b2f63{position:relative;vertical-align:text-bottom}.islandAccordion__9dd3e201{margin:0;padding:0}.islandAccordion__9dd3e201 .island__0c58a8b8{padding:0}.islandAccordion__9dd3e201 .item__cf102422{position:relative;list-style-type:none}.islandAccordion__9dd3e201 .item__cf102422.disabled__64b8cfd4{cursor:default;pointer-events:none}.islandAccordion__9dd3e201 .item__cf102422+.item__cf102422.sm__d08bc3b3,.islandAccordion__9dd3e201 .item__cf102422+.item__cf102422.md__83c77021{margin-top:16px}.islandAccordion__9dd3e201 .item__cf102422+.item__cf102422.lg__240ee4f2{margin-top:24px}.islandAccordion__9dd3e201 .item__cf102422 .header__bdee794b{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__9dd3e201 .item__cf102422 .header__bdee794b:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-0-25-0)}.islandAccordion__9dd3e201 .item__cf102422.type1__7329958e:not(.opened__e573e5d4) .header__bdee794b:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-25-0)}.islandAccordion__9dd3e201 .item__cf102422.type2__08fefc31:not(.opened__e573e5d4) .header__bdee794b:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-25-0)}.islandAccordion__9dd3e201 .item__cf102422.type3__0c1ae6d2:not(.opened__e573e5d4) .header__bdee794b:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-25-0)}.islandAccordion__9dd3e201 .item__cf102422 .footer__e56e6b9d{text-align:right}.islandAccordion__9dd3e201 .item__cf102422 .body__34a7ee26,.islandAccordion__9dd3e201 .item__cf102422 .footer__e56e6b9d{visibility:hidden}.islandAccordion__9dd3e201 .item__cf102422.opened__e573e5d4 .body__34a7ee26,.islandAccordion__9dd3e201 .item__cf102422.opened__e573e5d4 .footer__e56e6b9d{visibility:visible}.islandAccordion__9dd3e201 .item__cf102422 .caretWrapper__51530e78{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__9dd3e201 .item__cf102422 .caretIcon__6c42e296{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__9dd3e201 .item__cf102422 .title__85df9ff7{padding-right:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__9dd3e201 .item__cf102422.sm__d08bc3b3 .header__bdee794b{padding:16px;border-radius:16px}.islandAccordion__9dd3e201 .item__cf102422.sm__d08bc3b3 .step__8b4289a5+.title__85df9ff7{margin-top:2px}.islandAccordion__9dd3e201 .item__cf102422.sm__d08bc3b3 .body__34a7ee26,.islandAccordion__9dd3e201 .item__cf102422.sm__d08bc3b3 .footer__e56e6b9d{padding:0 16px 16px}.islandAccordion__9dd3e201 .item__cf102422.sm__d08bc3b3 .caretWrapper__51530e78{right:12px}.islandAccordion__9dd3e201 .item__cf102422.sm__d08bc3b3 .remove__20263208{right:-36px;top:20px}.islandAccordion__9dd3e201 .item__cf102422.sm__d08bc3b3 .step__8b4289a5{margin-right:12px}.islandAccordion__9dd3e201 .item__cf102422.md__83c77021 .header__bdee794b{padding:24px;border-radius:24px}.islandAccordion__9dd3e201 .item__cf102422.md__83c77021 .body__34a7ee26,.islandAccordion__9dd3e201 .item__cf102422.md__83c77021 .footer__e56e6b9d{padding:0 24px 24px}.islandAccordion__9dd3e201 .item__cf102422.md__83c77021 .caretWrapper__51530e78{right:20px}.islandAccordion__9dd3e201 .item__cf102422.md__83c77021 .remove__20263208{right:-40px;top:28px}.islandAccordion__9dd3e201 .item__cf102422.md__83c77021 .step__8b4289a5{margin-right:12px}.islandAccordion__9dd3e201 .item__cf102422.lg__240ee4f2 .header__bdee794b{padding:32px;border-radius:32px}.islandAccordion__9dd3e201 .item__cf102422.lg__240ee4f2 .body__34a7ee26,.islandAccordion__9dd3e201 .item__cf102422.lg__240ee4f2 .footer__e56e6b9d{padding:0 32px 32px}.islandAccordion__9dd3e201 .item__cf102422.lg__240ee4f2 .caretWrapper__51530e78{right:28px}.islandAccordion__9dd3e201 .item__cf102422.lg__240ee4f2 .remove__20263208{right:-40px;top:36px}.islandAccordion__9dd3e201 .item__cf102422.lg__240ee4f2 .step__8b4289a5{margin:0 16px 0 0}.islandAccordion__9dd3e201 .item__cf102422.opened__e573e5d4:not(.disabled__64b8cfd4) .caretWrapper__51530e78 .caretIcon__6c42e296{transform:rotate(-180deg)}.islandAccordion__9dd3e201 .item__cf102422 .remove__20263208{position:absolute}@media (max-width: 767px){.islandAccordion__9dd3e201 .item__cf102422 .footer__e56e6b9d{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__9dd3e201 .item__cf102422 .footer__e56e6b9d>*{margin-left:0!important}.islandAccordion__9dd3e201 .item__cf102422.md__83c77021 .header__bdee794b{border-radius:16px}.islandAccordion__9dd3e201 .item__cf102422.lg__240ee4f2 .header__bdee794b{border-radius:24px}}.step__10bbe76c{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__10bbe76c.default__45458f91{background-color:var(--triplex-next-Step-Background_Default-0-25-0)}.step__10bbe76c.default__45458f91>span{color:var(--triplex-next-Step-Color_Default-0-25-0)}.step__10bbe76c.done__d04e089c{background-color:var(--triplex-next-Step-Background_Done-0-25-0)}.step__10bbe76c.done__d04e089c>span{color:var(--triplex-next-Step-Color_Done-0-25-0)}.step__10bbe76c.warning__74b2a59b{background-color:var(--triplex-next-Step-Background_Warning-0-25-0)}.step__10bbe76c.warning__74b2a59b>span{color:var(--triplex-next-Step-Color_Warning-0-25-0)}.step__10bbe76c.active__c8b40417{background-color:var(--triplex-next-Step-Background_Active-0-25-0)}.step__10bbe76c.active__c8b40417>span{color:var(--triplex-next-Step-Color_Active-0-25-0)}.step__10bbe76c.error__c555165d{background-color:var(--triplex-next-Step-Background_Error-0-25-0)}.step__10bbe76c.error__c555165d>span{color:var(--triplex-next-Step-Color_Error-0-25-0)}.step__10bbe76c.disabled__fb4a6ea0{background-color:var(--triplex-next-Step-Background_Disabled-0-25-0)}.step__10bbe76c.disabled__fb4a6ea0>span{color:var(--triplex-next-Step-Color_Disabled-0-25-0)}.lightBox__6fbd0dcc{--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__6fbd0dcc.sm__ffb1b653{--lightBox-content-max-width: 664px}.lightBox__6fbd0dcc.md__a048644d{--lightBox-content-max-width: 864px}.lightBox__6fbd0dcc.lg__f9bbb966{--lightBox-content-max-width: 1064px}.lightBox__6fbd0dcc.xl__fa4cce8f{--lightBox-content-max-width: 1264px}.lightBox__6fbd0dcc .lightBoxBackdrop__f2b4350f{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-0-25-0)}.lightBox__6fbd0dcc.lightBoxSideOverlayActive__e07170ae,.lightBox__6fbd0dcc.lightBoxTopOverlayActive__f929f4fd{overflow-y:hidden}.lightBox__6fbd0dcc .lightBoxContent__0fdd0a0c{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-0-25-0)}.lightBox__6fbd0dcc .lightBoxContent__0fdd0a0c>.global-page{width:100%;max-width:var(--lightBox-content-max-width);padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__6fbd0dcc .lightBoxContent__0fdd0a0c>.global-page{padding:16px}}.lightBox__6fbd0dcc .loadingContentOverlay__3a156861{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__6fbd0dcc .lightBoxContentResizeWrapper__b82361a9{position:absolute;left:0;right:0;height:0}.lightBox__6fbd0dcc .tempElSafariBug__79a4971b{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__493865a1,.global-LB-less-or-equal-media-point-0 .lightBox__6fbd0dcc.lightBoxSideOverlayActive__e07170ae{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__0fdd0a0c{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__0fdd0a0c{padding-left:80px;padding-right:80px}.lightBoxControls__57d7de83{z-index:100}.withKeyboardEvent__5132840f{display:inline-block}.withoutKeyboardEvent__36cf0a3c,.lightBox__6fbd0dcc.lightBoxSideOverlayActive__e07170ae .withKeyboardEvent__5132840f,.lightBox__6fbd0dcc.lightBoxTopOverlayActive__f929f4fd .withKeyboardEvent__5132840f,.lightBox__6fbd0dcc.isLoading__ac48282d .withKeyboardEvent__5132840f{display:none}.lightBox__6fbd0dcc.lightBoxSideOverlayActive__e07170ae .withoutKeyboardEvent__36cf0a3c,.lightBox__6fbd0dcc.lightBoxTopOverlayActive__f929f4fd .withoutKeyboardEvent__36cf0a3c,.lightBox__6fbd0dcc.isLoading__ac48282d .withoutKeyboardEvent__36cf0a3c{display:inline-block}.lightBox__6fbd0dcc.isLoading__ac48282d .lightBoxPrev__1c46f162,.lightBox__6fbd0dcc.isLoading__ac48282d .lightBoxNext__8c1da479{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__57d7de83{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__b3ce0925{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__41c5b21c{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__538e3b9c{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__1c46f162,.global-LB-less-or-equal-media-point-0 .lightBoxNext__8c1da479{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__1c46f162{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__80351cf7,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__d6ae52a6{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__57d7de83{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__b3ce0925{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__41c5b21c{display:none}.global-LB-more-media-point-0 .lightBoxClose__538e3b9c{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__1c46f162,.global-LB-more-media-point-0 .lightBoxNext__8c1da479{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__1c46f162{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__8c1da479{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__5276a263{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__5276a263.fixed__f85cfb33{position:fixed}.overlay__5276a263.closing__4965264f,.overlay__5276a263.opened__dca20b09{visibility:visible;left:0;right:0}.overlayPanel__692de3a7{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-0-25-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__692de3a7.bottom__76398563{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__692de3a7.left__c84c1ffd{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__692de3a7.right__f0bcd994{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__692de3a7.top__d3f7e518{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__692de3a7.left__c84c1ffd.opened__dca20b09,.overlayPanel__692de3a7.right__f0bcd994.opened__dca20b09{transform:translate(0)}.overlayPanel__692de3a7.top__d3f7e518.opened__dca20b09,.overlayPanel__692de3a7.bottom__76398563.opened__dca20b09{transform:translateY(0)}.overlayContent__21207e7a{display:flex;min-height:100%}.overlayMask__ecaf3561{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-0-25-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__ecaf3561.overlayOpened__d23ed4c6{opacity:1}.lightBoxSideOverlayLoaderWrapper__291609ce{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__2339f109{position:absolute;top:24px;right:24px;bottom:0;pointer-events:none}.lightBoxSideOverlayCloseDesktop__c8610e89{position:sticky;top:24px;pointer-events:auto}.lightBoxSideOverlayCloseMobile__e36231c6{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__2339f109{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__e36231c6{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__e36231c6{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__2339f109{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__e36231c6{display:none}.lightBoxSideOverlayMask__706ee422{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-25-0)}.lightBoxSideOverlayWrapper__33f53050{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__33f53050.overflowXHidden__189cc4be{overflow-x:hidden}.lightBoxSideOverlayWrapper__33f53050.overflowYHidden__7340d3d6{overflow-y:hidden}.lightBoxSideOverlayWrapper__33f53050.closing__210538e1,.lightBoxSideOverlayWrapper__33f53050.opened__4ef18d6a{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__33f53050.closing__210538e1{pointer-events:none}.lightBoxSideOverlayWrapper__33f53050 .global-page{max-width:var(--lightBox-content-max-width, 864px);padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__33f53050 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__33f53050 .lightBoxSideOverlayContent__7a4fd305{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-0-25-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__33f53050 .lightBoxSideOverlayContent__7a4fd305.opened__4ef18d6a{transform:none}.lightBoxSideOverlayWrapper__33f53050 .lightBoxSideOverlayContent__7a4fd305.opening__4922bcb1{transform:translateY(0)}.lightBoxSideOverlayWrapper__33f53050.sm__ffb1b653 .global-page{width:584px;max-width:100%}.lightBoxSideOverlayWrapper__33f53050.md__a048644d .global-page{width:744px;max-width:100%}.lightBoxSideOverlayWrapper__33f53050.lg__f9bbb966 .global-page{width:864px;max-width:100%}.lightBoxSideOverlayWrapper__33f53050 .lightBoxSideOverlayBase__2877c096{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__33f53050 .lightBoxSideOverlayContent__7a4fd305{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__33f53050 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__33f53050 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__43d2cf62{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__43d2cf62.closing__210538e1,.lightBoxSideOverlay__43d2cf62.opening__4922bcb1{overflow-x:hidden}.topOverlayMask__0e22ad9c{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-0-25-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__6a5b4bde{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__6a5b4bde.closing__25b5724f,.topOverlayWrapper__6a5b4bde.opened__b18c525b{bottom:0}.topOverlayWrapper__6a5b4bde .topOverlayPanel__e04f08df{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__14c7ef39{z-index:500}@media (max-width: 767px){.topOverlayPanel__e04f08df{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__bdfcb54f{--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__bdfcb54f.fixed__0b8f15d6{position:fixed}.lightBoxRightSidebar__0163e943{--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__0163e943.fixed__0b8f15d6{position:fixed}.hidden__1a716317{display:none}html.scroll-0__89c3a124{--triplex-next-scroll-width: 0px}html.scroll-15__90bda9e2{--triplex-next-scroll-width: 15px}html.scroll-16__60d68b66{--triplex-next-scroll-width: 16px}html.scroll-17__7f4ac5c3{--triplex-next-scroll-width: 17px}.listMasterChipGroup__ee9a06dd{padding:0 16px}.listMasterFooter__0a606d0d{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-0-25-0);box-shadow:var(--triplex-next-ListMaster-Footer_Shadow-0-25-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__0a606d0d.sticky__bab674b9{position:sticky;bottom:0}.listMasterFooterDescription__f194b4f9{padding-right:16px}.listMasterFooterControls__65fde057{white-space:nowrap}.listMasterHeader__d428986e{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-0-25-0);box-shadow:var(--triplex-next-ListMaster-Header_Shadow-0-25-0)}.listMasterHeader__d428986e.sticky__bab674b9{position:sticky;top:0;z-index:1}.selectionControls__aa71d320{display:flex;justify-content:space-between;align-items:center}.marker__3f4f4862.success__243dd12e{background:var(--triplex-next-Marker-Background_Success-0-25-0)}.marker__3f4f4862.error__6f51f52b{background:var(--triplex-next-Marker-Background_Error-0-25-0)}.marker__3f4f4862.warning__e91f41b3{background:var(--triplex-next-Marker-Background_Warning-0-25-0)}.marker__3f4f4862.waiting__029d6aab{background:var(--triplex-next-Marker-Background_Waiting-0-25-0)}.markerStatus__25f504a3{line-height:0;display:flex;align-items:start}.markerStatus__25f504a3 .contentContainer__60cd44dd{display:flex;flex-direction:column}.markerStatus__25f504a3.md__0aaf4e13{gap:4px}.markerStatus__25f504a3.md__0aaf4e13 .markerContainer__a3681513{margin-top:4px}.markerStatus__25f504a3.lg__0e8a147b{gap:6px}.markerStatus__25f504a3.lg__0e8a147b .contentContainer__60cd44dd{gap:4px}.markerStatus__25f504a3.lg__0e8a147b .markerContainer__a3681513{margin-top:5px}.orderedListItem__f42b2199{counter-increment:list-item-tx}.orderedListItem__f42b2199:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__f42b2199+.orderedListItem__f42b2199{margin-top:8px}.orderedList__c8a02efd{--start-index-tx: 0;position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx var(--start-index-tx)}.paginationExtended__14d1fc53{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__a0245572 .directionIconNext__5539978d{transform:rotate(180deg)}.paginationPageEllipsis__ec6a0261{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;cursor:default}.paginationPageButton__aa9c36b6{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__aa9c36b6:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-0-25-0);outline:none}.paginationPageButton__aa9c36b6:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-0-25-0)}.paginationPageButton__aa9c36b6:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-0-25-0);cursor:grabbing}.paginationPageButton__aa9c36b6.currentPage__abc7bf4a{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-0-25-0);cursor:default}.paginationNavigationExtended__d116f140{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__54cfb393{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__54cfb393 .paginationSelectControl__0484ecc0{margin-left:8px;min-width:72px}.row__f20db8ee{display:flex;flex-wrap:wrap;margin-left:-8px;margin-right:-8px;padding-bottom:16px}.row__f20db8ee.noPaddingBottom__474c4406,.row__f20db8ee:last-child{padding-bottom:0}.segmentedControlSegment__0e8d68b9{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-0-25-0);outline:none;cursor:pointer}.segmentedControlSegment__0e8d68b9:disabled{cursor:default}.sm__060a0a4b .segmentedControlSegment__0e8d68b9{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__72c3432b .segmentedControlSegment__0e8d68b9{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__9f5bb120 .segmentedControlSegment__0e8d68b9{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__6ec4e268 .segmentedControlSegment__0e8d68b9{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-25-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-25-0)}.general1__6ec4e268 .segmentedControlSegment__0e8d68b9:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-25-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-25-0)}.general1__6ec4e268 .segmentedControlSegment__0e8d68b9:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-25-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-25-0)}.general1__6ec4e268 .segmentedControlSegment__0e8d68b9.selected__cd329535{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-25-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-25-0)}.general1__6ec4e268 .segmentedControlSegment__0e8d68b9.selected__cd329535:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-25-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-25-0)}.general1__6ec4e268 .segmentedControlSegment__0e8d68b9.selected__cd329535:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-25-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-25-0)}.general2__0081d11e .segmentedControlSegment__0e8d68b9{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-25-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-25-0)}.general2__0081d11e .segmentedControlSegment__0e8d68b9:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-25-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-25-0)}.general2__0081d11e .segmentedControlSegment__0e8d68b9:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-25-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-25-0)}.general2__0081d11e .segmentedControlSegment__0e8d68b9.selected__cd329535{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-25-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-25-0)}.general2__0081d11e .segmentedControlSegment__0e8d68b9.selected__cd329535:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-25-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-25-0)}.general2__0081d11e .segmentedControlSegment__0e8d68b9.selected__cd329535:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-25-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-25-0)}.secondary1__3ab5d7c7 .segmentedControlSegment__0e8d68b9{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-25-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-25-0)}.secondary1__3ab5d7c7 .segmentedControlSegment__0e8d68b9:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-25-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-25-0)}.secondary1__3ab5d7c7 .segmentedControlSegment__0e8d68b9:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-25-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-25-0)}.secondary1__3ab5d7c7 .segmentedControlSegment__0e8d68b9.selected__cd329535{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-25-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-25-0)}.secondary1__3ab5d7c7 .segmentedControlSegment__0e8d68b9.selected__cd329535:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-25-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-25-0)}.secondary2__0e7796f1 .segmentedControlSegment__0e8d68b9{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-25-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-25-0)}.secondary2__0e7796f1 .segmentedControlSegment__0e8d68b9:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-25-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-25-0)}.secondary2__0e7796f1 .segmentedControlSegment__0e8d68b9:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-25-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-25-0)}.secondary2__0e7796f1 .segmentedControlSegment__0e8d68b9.selected__cd329535{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-25-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-25-0)}.secondary2__0e7796f1 .segmentedControlSegment__0e8d68b9.selected__cd329535:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-25-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-25-0)}.segmentedControlSegment__0e8d68b9:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-25-0)}.content__8fd878ce{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__53a26743{display:flex;gap:4px}.segmentedControl__53a26743.general1__6ec4e268{background:var(--triplex-next-SegmentedControl-General_1_Background-0-25-0)}.segmentedControl__53a26743.secondary1__3ab5d7c7{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-0-25-0)}.segmentedControl__53a26743.general2__0081d11e{background:var(--triplex-next-SegmentedControl-General_2_Background-0-25-0)}.segmentedControl__53a26743.secondary2__0e7796f1{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-0-25-0)}.segmentedControl__53a26743.sm__060a0a4b{border-radius:6px;padding:4px}.segmentedControl__53a26743.md__72c3432b{border-radius:8px;padding:4px}.segmentedControl__53a26743.lg__9f5bb120{border-radius:10px;padding:8px}.skeleton__f9023e99{border-radius:16px;flex-grow:1}.skeleton__f9023e99.light__0168afa9{animation:skeleton-light-pulse__52e34632 2s ease-in-out infinite}.skeleton__f9023e99.dark__15b55b9f{animation:skeleton-dark-pulse__6397db0a 2s ease-in-out infinite}@keyframes skeleton-light-pulse__52e34632{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-25-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-0-25-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-25-0)}}@keyframes skeleton-dark-pulse__6397db0a{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-25-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-0-25-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-25-0)}}.sliderExtendedDot__0599dc29{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-0-25-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__0599dc29:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-25-0)}.sliderExtendedDot__0599dc29.focusedByClick__cd875098:focus{box-shadow:none}.sliderExtendedDot__0599dc29:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-0-25-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__0599dc29:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-0-25-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__0599dc29.disabled__34926d7c{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-0-25-0)}.sliderExtendedDot__0599dc29.disabled__34926d7c:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-0-25-0)}.sliderExtendedDot__0599dc29.disabled__34926d7c:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-0-25-0)}.sliderExtendedDot__0599dc29:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-0-25-0)}.sliderExtendedDot__0599dc29:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-25-0)}.sliderExtendedDot__0599dc29.dragByMouse__cfc793a8{background:var(--triplex-next-Slider-Dot_Background_Select-0-25-0)}.sliderExtendedDot__0599dc29.dragByMouse__cfc793a8:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-25-0)}.sliderExtendedDot__0599dc29:hover .sliderExtendedTooltipOverlay__e2fde09c,.sliderExtendedDot__0599dc29:focus .sliderExtendedTooltipOverlay__e2fde09c{visibility:visible}.sliderExtendedDot__0599dc29.lg__27a4c827{width:28px;height:28px}.sliderExtendedDot__0599dc29.lg__27a4c827:after{width:10px;height:10px}.sliderExtendedDot__0599dc29.lg__27a4c827:before{width:14px;height:14px}.sliderExtendedMarks__e8ecec21{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__869b8bbf{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__869b8bbf .sliderExtendedMarkDot__c8db0fde{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-0-25-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__869b8bbf .sliderExtendedMarkDot__c8db0fde.inSelectedRange__3c606af2{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-0-25-0)}.sliderExtendedMark__869b8bbf.lg__27a4c827{top:20px}.sliderExtendedMark__869b8bbf.lg__27a4c827 .sliderExtendedMarkDot__c8db0fde{top:-20px}.sliderExtendedMark__869b8bbf .sliderExtendedMarkText__448014b7{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__869b8bbf.disabled__34926d7c{pointer-events:none}.sliderExtendedMark__869b8bbf.disabled__34926d7c .sliderExtendedMarkText__448014b7{pointer-events:none;opacity:.35}.sliderExtendedMark__869b8bbf.disabled__34926d7c .sliderExtendedMarkDot__c8db0fde{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-25-0)}.sliderExtendedMark__869b8bbf:first-child,.sliderExtendedMark__869b8bbf:last-child{transform:none}.sliderExtendedMark__869b8bbf:first-child.reverse__a4bc0c40 .sliderExtendedMarkDot__c8db0fde{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__869b8bbf:first-child.reverse__a4bc0c40 .sliderExtendedMarkText__448014b7{margin-right:-4px}.sliderExtendedMark__869b8bbf:first-child:not(.reverse__a4bc0c40) .sliderExtendedMarkDot__c8db0fde{left:0;transform:translate(-50%)}.sliderExtendedMark__869b8bbf:first-child .sliderExtendedMarkText__448014b7{margin-left:-4px}.sliderExtendedMark__869b8bbf:last-child.reverse__a4bc0c40 .sliderExtendedMarkDot__c8db0fde{left:0;transform:translate(-50%)}.sliderExtendedMark__869b8bbf:last-child.reverse__a4bc0c40 .sliderExtendedMarkText__448014b7{margin-left:-4px}.sliderExtendedMark__869b8bbf:last-child:not(.reverse__a4bc0c40) .sliderExtendedMarkDot__c8db0fde{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__869b8bbf:last-child .sliderExtendedMarkText__448014b7{margin-right:-4px}.sliderExtendedMark__869b8bbf.active__6bcf3de6{pointer-events:none}.sliderExtendedRail__42585cb4{height:4px;background:var(--triplex-next-Slider-Rail_Background-0-25-0);cursor:pointer}.sliderExtended__9ef7bd6a{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__9ef7bd6a.disabled__34926d7c .sliderExtendedRail__42585cb4{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-0-25-0)}.sliderExtended__9ef7bd6a.lg__27a4c827{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__66146f2b{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-0-25-0);z-index:10}.sliderExtendedTrack__66146f2b.lg__27a4c827{top:12px}.sliderExtendedTrack__66146f2b:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-25-0)}.sliderExtendedTrack__66146f2b.focusedByClick__cd875098:focus{box-shadow:none}.sliderExtendedTrack__66146f2b.hoverOrDragByMouse__53d11976{background:var(--triplex-next-Slider-Track_Background_Hover-0-25-0)}.sliderExtendedTrack__66146f2b.staticSlider__e0bf660e{cursor:default;pointer-events:none}.sliderExtendedTrack__66146f2b.disabled__34926d7c{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-0-25-0)}.sliderExtendedTooltipOverlay__e2fde09c{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__e2fde09c.lg__27a4c827{bottom:32px}.sliderExtendedTooltipOverlay__e2fde09c .tooltipBody__3f60fd9f{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-0-25-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-0-25-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__e2fde09c .tooltipTip__4c49de6c{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-0-25-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__e2fde09c .tooltipTip__4c49de6c{margin:-.5px}}.smsField__fd167770{display:inline-block;position:relative;width:100%}.smsField__fd167770 .input__f6f0adc0{text-align:center}.smsField__fd167770 .input__f6f0adc0::placeholder{opacity:1}.smsField__fd167770 .input__f6f0adc0:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-0-25-0)}.smsField__fd167770 .input__f6f0adc0.lg__fb66ab13{padding:18px 40px}.smsField__fd167770 .input__f6f0adc0.md__6c2bbf0d{padding-left:26px;padding-right:26px}.smsField__fd167770 .input__f6f0adc0.sm__42f1e08c{padding-left:20px;padding-right:20px}.smsField__fd167770 .btnRefresh__ba65502f{position:absolute;outline:none;z-index:1}.smsField__fd167770 .btnRefresh__ba65502f.lg__fb66ab13{top:12px;left:12px;height:32px;width:32px}.smsField__fd167770 .btnRefresh__ba65502f.md__6c2bbf0d{top:10px;left:10px}.smsField__fd167770 .btnRefresh__ba65502f.sm__42f1e08c{top:4px;left:4px}.smsField__fd167770 .btnRefresh__ba65502f .full__6fa03f27{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-0-25-0)}.smsField__fd167770 .btnRefresh__ba65502f .empty__c69fbb25{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-0-25-0)}.smsField__fd167770 .btnRefresh__ba65502f:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-0-25-0)}.smsField__fd167770 .btnSubmit__44196e1d{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-0-25-0)}.smsField__fd167770 .btnSubmit__44196e1d.active__708e3880:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-0-25-0)}.smsField__fd167770 .btnSubmit__44196e1d.active__708e3880:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-0-25-0)}.smsField__fd167770 .btnSubmit__44196e1d.lg__fb66ab13{top:15px;right:15px;height:26px;width:26px}.smsField__fd167770 .btnSubmit__44196e1d.md__6c2bbf0d{top:10px;right:10px}.smsField__fd167770 .btnSubmit__44196e1d.sm__42f1e08c{top:4px;right:4px}.spoiler__afb0e17d{display:flex;flex-direction:column}.spoiler__afb0e17d.opened__4fae9a94 .caretIcon__c5b99aa2{transform:rotate(-180deg)}.spoiler__afb0e17d .head__2f11d88a .caretIcon__c5b99aa2{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__afb0e17d .head__2f11d88a button>span{white-space:normal;text-align:left}.spoiler__afb0e17d .content__1d837faf.hidden__8fae1ac8{display:none}.spoiler__afb0e17d .lg__baf7147b .content__1d837faf{margin-top:8px}.spoiler__afb0e17d .md__3e894f12 .content__1d837faf{margin-top:0}.spoiler__afb0e17d .sm__c40fbbb1 .content__1d837faf{margin-top:-4px}.statusTrackerWrapper__d3f7d86d{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-0-25-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-0-25-0);overflow:hidden;height:100%}.statusTrackerWrapper__d3f7d86d .statusTracker__828ea386{width:100%;padding:40px 24px 16px;box-sizing:border-box;z-index:1;text-align:center}.statusTrackerWrapper__d3f7d86d .statusTracker__828ea386.verticalAlignMiddle__de81c037{align-self:center}.statusTrackerWrapper__d3f7d86d .statusTracker__828ea386.verticalAlignBottom__2708dfce{align-self:end}.statusTrackerWrapper__d3f7d86d .statusTracker__828ea386 .statusTrackerChild__f37d0c78{padding:8px 0}.statusTrackerWrapper__d3f7d86d .statusTracker__828ea386 .statusTrackerChild__f37d0c78:empty{padding:0}.statusTrackerWrapper__d3f7d86d .statusTracker__828ea386 .statusTrackerSum__31e9d510,.statusTrackerWrapper__d3f7d86d .statusTracker__828ea386 .statusTrackerTitle__9cb745e9{padding-bottom:4px}.statusTrackerWrapper__d3f7d86d .statusTracker__828ea386 .statusTrackerDescription__a5e5c099{display:block;padding-top:8px}.statusTrackerWrapper__d3f7d86d .statusTracker__828ea386 .statusTrackerAlert__f53d7424{margin-top:12px;text-align:left}.statusTrackerWrapper__d3f7d86d .statusTracker__828ea386 .statusTrackerStatus__be7df683{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__d3f7d86d .statusTracker__828ea386 .statusTrackerFooterWrapper__9f7625e8{display:grid}.statusTrackerWrapper__d3f7d86d .statusTracker__828ea386 .statusTrackerFooterWrapper__9f7625e8 .statusTrackerDescription__a5e5c099:last-child{padding-top:0}.statusTrackerWrapper__d3f7d86d .statusTracker__828ea386 .statusTrackerFooterWrapper__9f7625e8 .statusTrackerButton__3ddc96e4{margin-bottom:12px}.statusTrackerWrapper__d3f7d86d .statusTracker__828ea386 .statusTrackerFooterWrapper__9f7625e8 .statusTrackerButton__3ddc96e4:last-child{margin-bottom:0}.statusTrackerWrapper__d3f7d86d .statusTrackerColor__ec8667c1{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__d3f7d86d .statusTrackerColor__ec8667c1.waiting__09e57cd9{background:var(--triplex-next-StatusTracker-Waiting_Color-0-25-0)}.statusTrackerWrapper__d3f7d86d .statusTrackerColor__ec8667c1.warning__44a78c20{background:var(--triplex-next-StatusTracker-Warning_Background-0-25-0)}.statusTrackerWrapper__d3f7d86d .statusTrackerColor__ec8667c1.rejected__f97b04ea{background:var(--triplex-next-StatusTracker-Rejected_Color-0-25-0)}.statusTrackerWrapper__d3f7d86d .statusTrackerColor__ec8667c1.approved__4228c9b5{background:var(--triplex-next-StatusTracker-Approved_Color-0-25-0)}.statusTrackerWrapper__d3f7d86d .statusTrackerBackground__f04438d6{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__d3f7d86d .statusTrackerBackground__f04438d6.waiting__09e57cd9{background:var(--triplex-next-StatusTracker-Waiting_Background-0-25-0)}.statusTrackerWrapper__d3f7d86d .statusTrackerBackground__f04438d6.warning__44a78c20{background:var(--triplex-next-StatusTracker-Warning_Background-0-25-0)}.statusTrackerWrapper__d3f7d86d .statusTrackerBackground__f04438d6.rejected__f97b04ea{background:var(--triplex-next-StatusTracker-Rejected_Background-0-25-0)}.statusTrackerWrapper__d3f7d86d .statusTrackerBackground__f04438d6.approved__4228c9b5{background:var(--triplex-next-StatusTracker-Approved_Background-0-25-0)}@media (max-width: 767px){.statusTrackerWrapper__d3f7d86d{border-radius:16px}}.stepperWrapper__9f8852c5{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-0-25-0)}.stepperStep__55470ca6{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__55470ca6+.stepperStep__55470ca6{margin-left:12px}.stepperStep__55470ca6.sm__136a59ec:not(:last-child) .content__bdca6512{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__55470ca6.sm__136a59ec:last-child .content__bdca6512{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__55470ca6.sm__136a59ec:last-child .arrow__3fc72b2f{display:none}.stepperStep__55470ca6.md__931b859f:not(:last-child) .content__bdca6512{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__55470ca6.md__931b859f:last-child .content__bdca6512{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__55470ca6.md__931b859f:last-child .arrow__3fc72b2f{display:none}.stepperStep__55470ca6.lg__59985e00:not(:last-child) .content__bdca6512{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__55470ca6.lg__59985e00:last-child .content__bdca6512{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__55470ca6.lg__59985e00:last-child .arrow__3fc72b2f{display:none}.stepperStep__55470ca6:hover:not(.active__95f7c798):not(.disabled__e80a1aec) .content__bdca6512{border-color:var(--triplex-next-Stepper-Step_Background_Hover-0-25-0);background:var(--triplex-next-Stepper-Step_Background_Hover-0-25-0)}.stepperStep__55470ca6:hover:not(.active__95f7c798):not(.disabled__e80a1aec) .arrow__3fc72b2f path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-25-0)}.stepperStep__55470ca6:hover:not(.active__95f7c798):not(.disabled__e80a1aec) .arrow__3fc72b2f path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-25-0)}.stepperStep__55470ca6.active__95f7c798{cursor:default}.stepperStep__55470ca6.active__95f7c798 .content__bdca6512{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-0-25-0)}.stepperStep__55470ca6.active__95f7c798 .arrow__3fc72b2f path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-0-25-0)}.stepperStep__55470ca6.active__95f7c798.error__88fc96eb .content__bdca6512{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-0-25-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-25-0)}.stepperStep__55470ca6.active__95f7c798.error__88fc96eb .arrow__3fc72b2f path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-25-0)}.stepperStep__55470ca6.active__95f7c798.error__88fc96eb .arrow__3fc72b2f path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-0-25-0)}.stepperStep__55470ca6.active__95f7c798.warning__93d55fe1 .content__bdca6512{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-25-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-25-0)}.stepperStep__55470ca6.active__95f7c798.warning__93d55fe1 .arrow__3fc72b2f path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-25-0)}.stepperStep__55470ca6.active__95f7c798.warning__93d55fe1 .arrow__3fc72b2f path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-25-0)}.stepperStep__55470ca6.completed__c1d2e000.error__88fc96eb .content__bdca6512{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-25-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-25-0)}.stepperStep__55470ca6.completed__c1d2e000.error__88fc96eb .arrow__3fc72b2f path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-25-0)}.stepperStep__55470ca6.completed__c1d2e000.error__88fc96eb .arrow__3fc72b2f path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-25-0)}.stepperStep__55470ca6.completed__c1d2e000.error__88fc96eb:hover .content__bdca6512{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-25-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-25-0)}.stepperStep__55470ca6.completed__c1d2e000.error__88fc96eb:hover .arrow__3fc72b2f path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-25-0)}.stepperStep__55470ca6.completed__c1d2e000.error__88fc96eb:hover .arrow__3fc72b2f path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-25-0)}.stepperStep__55470ca6.completed__c1d2e000.warning__93d55fe1 .content__bdca6512{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-25-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-25-0)}.stepperStep__55470ca6.completed__c1d2e000.warning__93d55fe1 .arrow__3fc72b2f path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-25-0)}.stepperStep__55470ca6.completed__c1d2e000.warning__93d55fe1 .arrow__3fc72b2f path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-25-0)}.stepperStep__55470ca6.completed__c1d2e000.warning__93d55fe1:hover .content__bdca6512{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-25-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-25-0)}.stepperStep__55470ca6.completed__c1d2e000.warning__93d55fe1:hover .arrow__3fc72b2f path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-25-0)}.stepperStep__55470ca6.completed__c1d2e000.warning__93d55fe1:hover .arrow__3fc72b2f path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-25-0)}.stepperStep__55470ca6.inactive__e161f861 :not(.error__88fc96eb):not(.warning__93d55fe1) .content__bdca6512{color:var(--triplex-next-Stepper-Step_Color_Default-0-25-0)}.stepperStep__55470ca6.inactive__e161f861 :not(.error__88fc96eb):not(.warning__93d55fe1):hover .content__bdca6512{color:var(--triplex-next-Stepper-Step_Color_Hover-0-25-0)}.stepperStep__55470ca6.inactive__e161f861.error__88fc96eb .content__bdca6512{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-25-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-25-0)}.stepperStep__55470ca6.inactive__e161f861.error__88fc96eb .arrow__3fc72b2f path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-25-0)}.stepperStep__55470ca6.inactive__e161f861.error__88fc96eb .arrow__3fc72b2f path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-25-0)}.stepperStep__55470ca6.inactive__e161f861.error__88fc96eb:hover .content__bdca6512{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-25-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-25-0)}.stepperStep__55470ca6.inactive__e161f861.error__88fc96eb:hover .arrow__3fc72b2f path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-25-0)}.stepperStep__55470ca6.inactive__e161f861.error__88fc96eb:hover .arrow__3fc72b2f path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-25-0)}.stepperStep__55470ca6.inactive__e161f861.warning__93d55fe1 .content__bdca6512{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-25-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-25-0)}.stepperStep__55470ca6.inactive__e161f861.warning__93d55fe1 .arrow__3fc72b2f path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-25-0)}.stepperStep__55470ca6.inactive__e161f861.warning__93d55fe1 .arrow__3fc72b2f path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-25-0)}.stepperStep__55470ca6.inactive__e161f861.warning__93d55fe1:hover .content__bdca6512{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-25-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-25-0)}.stepperStep__55470ca6.inactive__e161f861.warning__93d55fe1:hover .arrow__3fc72b2f path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-25-0)}.stepperStep__55470ca6.inactive__e161f861.warning__93d55fe1:hover .arrow__3fc72b2f path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-25-0)}.stepperStep__55470ca6.disabled__e80a1aec{pointer-events:none}.stepperStep__55470ca6.disabled__e80a1aec .content__bdca6512{color:var(--triplex-next-Stepper-Step_Color_Disabled-0-25-0)}.stepperStep__55470ca6.disabled__e80a1aec .content__bdca6512{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-0-25-0)}.stepperStep__55470ca6.disabled__e80a1aec .arrow__3fc72b2f path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-0-25-0)}.stepperStep__55470ca6.focusVisible__4e2411e6.completed__c1d2e000 .content__bdca6512,.stepperStep__55470ca6.focusVisible__4e2411e6.active__95f7c798 .content__bdca6512,.stepperStep__55470ca6.focusVisible__4e2411e6.inactive__e161f861 .content__bdca6512{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-25-0)}.stepperStep__55470ca6.focusVisible__4e2411e6.completed__c1d2e000 .arrow__3fc72b2f path:last-child,.stepperStep__55470ca6.focusVisible__4e2411e6.active__95f7c798 .arrow__3fc72b2f path:last-child,.stepperStep__55470ca6.focusVisible__4e2411e6.inactive__e161f861 .arrow__3fc72b2f path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-25-0)}.stepperStep__55470ca6.focusVisible__4e2411e6.completed__c1d2e000:hover .content__bdca6512,.stepperStep__55470ca6.focusVisible__4e2411e6.active__95f7c798:hover .content__bdca6512,.stepperStep__55470ca6.focusVisible__4e2411e6.inactive__e161f861:hover .content__bdca6512{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-25-0)}.stepperStep__55470ca6.focusVisible__4e2411e6.completed__c1d2e000:hover .arrow__3fc72b2f path:last-child,.stepperStep__55470ca6.focusVisible__4e2411e6.active__95f7c798:hover .arrow__3fc72b2f path:last-child,.stepperStep__55470ca6.focusVisible__4e2411e6.inactive__e161f861:hover .arrow__3fc72b2f path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-25-0)}.content__bdca6512{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-0-25-0);color:var(--triplex-next-Stepper-Step_Color_Hover-0-25-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-0-25-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__136a59ec{font-size:12px;line-height:16px}.md__931b859f{font-size:14px;line-height:20px}.lg__59985e00{font-size:16px;line-height:20px}.arrow__3fc72b2f{transform:translate(0)}.arrow__3fc72b2f path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-25-0)}.arrow__3fc72b2f path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-25-0)}.icon__4df393b4{display:inline-flex;align-items:center;line-height:0}.nonempty__8da17c55 .icon__4df393b4{margin-right:6px}.stepperExtended__0a9410f5{display:flex;padding:0;margin:0;list-style:none}.stepper__29313d95.sm__136a59ec{padding-left:28px;padding-right:28px}.stepper__29313d95.md__931b859f{padding-left:40px;padding-right:40px}.stepper__29313d95.lg__59985e00{padding-left:56px;padding-right:56px}.stepperCarousel__b7b95d54{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__b7b95d54 .buttonPrev__02463b91,.stepperCarousel__b7b95d54 .buttonNext__347ad6df{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__b7b95d54 .buttonPrev__02463b91.sm__136a59ec,.stepperCarousel__b7b95d54 .buttonNext__347ad6df.sm__136a59ec{height:28px;width:28px}.stepperCarousel__b7b95d54 .buttonPrev__02463b91.md__931b859f,.stepperCarousel__b7b95d54 .buttonNext__347ad6df.md__931b859f{height:40px;width:40px}.stepperCarousel__b7b95d54 .buttonPrev__02463b91.lg__59985e00,.stepperCarousel__b7b95d54 .buttonNext__347ad6df.lg__59985e00{height:56px;width:56px}.stepperCarousel__b7b95d54 .buttonPrev__02463b91{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-0-25-0)}.stepperCarousel__b7b95d54 .buttonNext__347ad6df{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-0-25-0)}@media (max-width: 767px){.stepper__29313d95{padding-left:16px;padding-right:16px}.buttonPrev__02463b91,.buttonNext__347ad6df{display:none}}.suggestFieldMobileBody__7e80a547{height:176px}.suggestFieldMobileDropdownHint__4e2220d3{padding:16px}.noColumns__796757d6{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__796757d6>.content__ca10ddda{width:456px;text-align:center}.filterPanel__7b6900bb{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__5f99414e{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__5f99414e>a:not(:first-child){margin-left:16px}.tabsLinePanel__dcb688bb{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__113fd2fd{0%{opacity:0}to{opacity:1}}.tableBasic__f21439c0{position:relative}.tableBasic__f21439c0 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__f21439c0 table th.alignLeft__26915a50,.tableBasic__f21439c0 table td.alignLeft__26915a50{text-align:left}.tableBasic__f21439c0 table th.alignRight__4298aafd,.tableBasic__f21439c0 table td.alignRight__4298aafd{text-align:right}.tableBasic__f21439c0 table th.alignCenter__f991278f,.tableBasic__f21439c0 table td.alignCenter__f991278f{text-align:center}.tableBasic__f21439c0 table th.verticalAlignBaseline__7da4d48e,.tableBasic__f21439c0 table td.verticalAlignBaseline__7da4d48e{vertical-align:baseline}.tableBasic__f21439c0 table th.verticalAlignSub__5b98661b,.tableBasic__f21439c0 table td.verticalAlignSub__5b98661b{vertical-align:sub}.tableBasic__f21439c0 table th.verticalAlignSuper__a62e2649,.tableBasic__f21439c0 table td.verticalAlignSuper__a62e2649{vertical-align:super}.tableBasic__f21439c0 table th.verticalAlignTextTop__c0218dc8,.tableBasic__f21439c0 table td.verticalAlignTextTop__c0218dc8{vertical-align:text-top}.tableBasic__f21439c0 table th.verticalAlignTextBottom__75b68264,.tableBasic__f21439c0 table td.verticalAlignTextBottom__75b68264{vertical-align:text-bottom}.tableBasic__f21439c0 table th.verticalAlignMiddle__2099d328,.tableBasic__f21439c0 table td.verticalAlignMiddle__2099d328{vertical-align:middle}.tableBasic__f21439c0 table th.verticalAlignTop__3c01c8d9,.tableBasic__f21439c0 table td.verticalAlignTop__3c01c8d9{vertical-align:top}.tableBasic__f21439c0 table th.verticalAlignBottom__73411a8a,.tableBasic__f21439c0 table td.verticalAlignBottom__73411a8a{vertical-align:bottom}.tableBasic__f21439c0 table>thead>tr{height:48px}.tableBasic__f21439c0 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-0-25-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-25-0)}.tableBasic__f21439c0 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__f21439c0 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__f21439c0 table>thead>tr>th.checkboxType__ff1c19cb{padding:16px 12px}.tableBasic__f21439c0 table>thead>tr>th .thBlock__24e64937{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__f21439c0 table>thead>tr>th .thBlock__24e64937.order__db5c367f{cursor:pointer}.tableBasic__f21439c0 table>thead>tr>th .thBlock__24e64937.order__db5c367f .orderButton__d727ce19{display:flex;visibility:hidden;align-items:center}.tableBasic__f21439c0 table>thead>tr>th .thBlock__24e64937.order__db5c367f .orderButton__d727ce19.alignLeft__26915a50{margin-right:8px}.tableBasic__f21439c0 table>thead>tr>th .thBlock__24e64937.order__db5c367f .orderButton__d727ce19.alignRight__4298aafd{margin-left:8px}.tableBasic__f21439c0 table>thead>tr>th .thBlock__24e64937.order__db5c367f .orderButton__d727ce19.sorted__0afed163{visibility:visible}.tableBasic__f21439c0 table>thead>tr>th .thBlock__24e64937.order__db5c367f:hover .orderButton__d727ce19{visibility:visible}.tableBasic__f21439c0 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-25-0)}.tableBasic__f21439c0 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__f21439c0 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__f21439c0 table>tbody>tr>td.textType__6918cbb3{padding:12px}.tableBasic__f21439c0 table>tbody>tr>td.componentsType__b550755e{padding:8px 12px}.tableBasic__f21439c0 table>tbody>tr>td.checkboxType__ff1c19cb{padding:10px 12px 12px}.tableBasic__f21439c0 table>tbody>tr.selected__4ebe6a75>td{background-color:var(--triplex-next-TableBasic-Background_Selected-0-25-0)}.tableBasic__f21439c0 table>tbody.clickable__af1327ab>tr{cursor:pointer}.tableBasic__f21439c0 table>tbody.hoverable__6884b6ac>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-0-25-0)}.tableBasic__f21439c0 .footerEmptyData__43b9fffa{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__f21439c0 .spinnerWrapper__74fe2a9d{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__f21439c0 .spinnerWrapper__74fe2a9d .tableLoaderScreen__86f1ef8f{border-radius:8px 8px 0 0}.tableBasic__f21439c0 .overlayCover__fdacf98a{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-0-25-0);animation:fadeIn__113fd2fd .3s}.tableBasicSettingsBody__caa67e05{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__e2245f0b{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-25-0)!important}.columnSettingsSortableListItemTarget__e2245f0b:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-25-0)!important}.columnSettingsSortableListItemTarget__e2245f0b.dragging__0f9f4081{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-25-0)!important}.columnSettingsStaticListItem__b1234464{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-25-0)}.tableBasicSettingsFooter__e0cb8ee5{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-25-0);padding:11px 12px 12px}.tableBasicSettingsHeader__0a4d8a88{padding:16px 12px 12px}.tableSettingsLink__1f4b5dbb{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__b7bbbab1{width:320px}.tableFooterWrapper__96fb7784{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__96fb7784 .tableFooterShadow__8b2693d3{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-0-25-0);pointer-events:none}.tableFooterWrapper__96fb7784 .tableFooter__50bc358b{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-0-25-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__96fb7784 .tableFooter__50bc358b .tableFooterSummary__d7cefca4{display:flex;align-items:center}.tableFooterWrapper__96fb7784 .tableFooter__50bc358b .tableFooterSummary__d7cefca4 .tableFooterSummarySelectedCount__585bc89d,.tableFooterWrapper__96fb7784 .tableFooter__50bc358b .tableFooterSummary__d7cefca4 .tableFooterSummarySelectAllButton__fc61de8d,.tableFooterWrapper__96fb7784 .tableFooter__50bc358b .tableFooterSummary__d7cefca4 .tableFooterSummaryAmount__56647d4f{display:inline-flex}.tableFooterWrapper__96fb7784 .tableFooter__50bc358b .tableFooterSummary__d7cefca4 .tableFooterSummarySelectedCount__585bc89d,.tableFooterWrapper__96fb7784 .tableFooter__50bc358b .tableFooterSummary__d7cefca4 .tableFooterSummarySelectAllButton__fc61de8d,.tableFooterWrapper__96fb7784 .tableFooter__50bc358b .tableFooterSummary__d7cefca4 .tableFooterSummaryAmount__56647d4f,.tableFooterWrapper__96fb7784 .tableFooter__50bc358b .tableFooterSummary__d7cefca4 .tableFooterSummaryLabel__0d6c58e6{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__96fb7784{height:112px}}.paginationPanel__ccb4fb16{margin-top:16px}.masterTable__e6b58e36,.tabsExtended__5468b275{position:relative}.tabsExtendedContent__17aed47c{display:inline-flex}.tabsExtendedContent__17aed47c.sm__3e041a36{border-radius:6px;padding:4px}.tabsExtendedContent__17aed47c.md__27a0c9a8{border-radius:8px;padding:4px}.tabsExtendedContent__17aed47c.lg__32639618{border-radius:10px;padding:8px}.tabsExtendedTab__47a40820{display:flex}.tabsExtendedTab__47a40820+.tabsExtendedTab__47a40820,.tabsExtendedDropdown__f9a55b98{margin-left:4px}.tabsReal__27c66d2f,.tabsFake__1f5ea554{display:flex;box-sizing:border-box;width:100%}.tabsReal__27c66d2f.hidden__cbf6ef28{visibility:hidden}.tabsReal__27c66d2f .tabsExtendedTab__47a40820.hidden__cbf6ef28{display:none}.tabsFake__1f5ea554{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__bde4ed80 .tabsExtendedContent__17aed47c{background-color:var(--triplex-next-Tabs-Type1_Background-0-25-0)}.type2__6e28af3f .tabsExtendedContent__17aed47c{background-color:var(--triplex-next-Tabs-Type2_Background-0-25-0)}.tabsExtendedTabButton__3f63eb1d{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-0-25-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__3f63eb1d .notificationIcon__9303ae78{position:absolute}.tabsExtendedTabButton__3f63eb1d.lg__32639618{border-radius:6px;padding:9px 16px}.tabsExtendedTabButton__3f63eb1d.lg__32639618 .notificationIcon__9303ae78{right:6px;top:6px}.tabsExtendedTabButton__3f63eb1d.md__27a0c9a8{border-radius:4px;padding:5px 16px}.tabsExtendedTabButton__3f63eb1d.md__27a0c9a8 .notificationIcon__9303ae78{right:4px;top:4px}.tabsExtendedTabButton__3f63eb1d.sm__3e041a36{border-radius:4px;padding:1px 16px}.tabsExtendedTabButton__3f63eb1d.sm__3e041a36 .notificationIcon__9303ae78{right:3px;top:3px}.tabsExtendedTabButton__3f63eb1d .tabsExtendedTabButtonTextDefault__dac15fce{display:block}.tabsExtendedTabButton__3f63eb1d .tabsExtendedTabButtonTextHover__d54b7e46,.tabsExtendedTabButton__3f63eb1d:hover .tabsExtendedTabButtonTextDefault__dac15fce,.tabsExtendedTabButton__3f63eb1d.selected__f944b32a .tabsExtendedTabButtonTextDefault__dac15fce{display:none}.tabsExtendedTabButton__3f63eb1d:hover .tabsExtendedTabButtonTextHover__d54b7e46,.tabsExtendedTabButton__3f63eb1d.selected__f944b32a .tabsExtendedTabButtonTextHover__d54b7e46{display:block}.tabsExtendedTabButton__3f63eb1d::-moz-focus-inner{border:none}.tabsExtendedTabButton__3f63eb1d+.tabsExtendedTabButton__3f63eb1d{margin-left:2px}.tabsExtendedTabButton__3f63eb1d:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-0-25-0)}.tabsExtendedTabButton__3f63eb1d.type1__bde4ed80{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-0-25-0)}.tabsExtendedTabButton__3f63eb1d.type1__bde4ed80.selected__f944b32a{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-0-25-0)}.tabsExtendedTabButton__3f63eb1d.type1__bde4ed80:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-0-25-0)}.tabsExtendedTabButton__3f63eb1d.type2__6e28af3f{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-0-25-0)}.tabsExtendedTabButton__3f63eb1d.type2__6e28af3f.selected__f944b32a{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-0-25-0)}.tabsExtendedTabButton__3f63eb1d.type2__6e28af3f:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-0-25-0)}.tabsContent__08ac5b57 .tabButtonDropdown__22401d00{justify-content:center;padding:0!important;border-radius:0!important;background:none!important}.tabsContent__08ac5b57 .tabButtonDropdown__22401d00.sm__4083bfde{min-width:20px;min-height:20px;height:20px}.tabsContent__08ac5b57 .tabButtonDropdown__22401d00.md__158dfa13{min-width:32px;min-height:32px;height:32px}.tabsContent__08ac5b57 .tabButtonDropdown__22401d00.lg__44f6a6e1{min-width:40px;min-height:40px;height:40px}.tag__75f65081{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-0-25-0);border-radius:4px;gap:2px}.tag__75f65081.sm__87f3f707{height:20px;padding:2px 4px 2px 6px}.tag__75f65081.md__980a3572{height:28px;padding:4px 6px 4px 8px}.tag__75f65081.lg__27b28292{height:32px;padding:6px 8px 6px 10px}.content__f6a8ecfd{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagColor__53a54834{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__53a54834.sm__0537093c{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__53a54834.md__0af5bdaa{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__53a54834.lg__7dbabb9f{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__53a54834.default__ab046242{background:var(--triplex-next-TagColor-Background_Default-0-25-0)}.tagColor__53a54834.success__43f6b27e{background:var(--triplex-next-TagColor-Background_Success-0-25-0)}.tagColor__53a54834.info__a28c0685{background:var(--triplex-next-TagColor-Background_Info-0-25-0)}.tagColor__53a54834.warning__51e0a5bf{background:var(--triplex-next-TagColor-Background_Warning-0-25-0)}.tagColor__53a54834.error__0f6b3751{background:var(--triplex-next-TagColor-Background_Error-0-25-0)}.content__41e2ff99{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-0-25-0)}.tagGroup__436d0c6a.sm__752447ca{margin:-2px}.tagGroup__436d0c6a.sm__752447ca>*{margin:2px}.tagGroup__436d0c6a.md__65d9342e{margin:-4px}.tagGroup__436d0c6a.md__65d9342e>*{margin:4px}.tagGroup__436d0c6a.lg__497c87cc{margin:-6px}.tagGroup__436d0c6a.lg__497c87cc>*{margin:6px}.uploadZone__15840b2f{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-0-25-0)}.uploadZone__15840b2f:hover{background:var(--triplex-next-UploadZone-Background_Hover-0-25-0)}.uploadZoneDragArea__e2a2e2a9{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-25-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__33a1fdd9{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-25-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-0-25-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-0-25-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__3342f721{display:none}@media (max-width: 767px){.uploadZone__15840b2f,.uploadZone__15840b2f:hover{background:none}.uploadZoneDragArea__e2a2e2a9{display:none}}