@sberbusiness/triplex-next 1.30.0 → 1.32.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 (449) hide show
  1. package/chunks/AlertProcessSpoiler-p-fWJ9CC.js +41 -0
  2. package/chunks/CalendarViewItem-y_OwskEF.js +101 -0
  3. package/chunks/Card.module-DLre-hDg.js +18 -0
  4. package/chunks/CheckboxTreeExtended.module-BsnFYetJ.js +15 -0
  5. package/chunks/Chip-Fb7_tfTx.js +85 -0
  6. package/chunks/Confirm.module-ONNAnitW.js +15 -0
  7. package/chunks/{DropdownListItem-PhDNj_sI.js → DropdownListItem-CBAmYB__.js} +15 -15
  8. package/chunks/DropdownMobile.module-C99ad0jt.js +23 -0
  9. package/chunks/Footer.module-fCYYdKPC.js +9 -0
  10. package/chunks/{FormFieldInput-Du3nMTry.js → FormFieldInput-d6WkPngW.js} +23 -23
  11. package/chunks/HeaderLayoutSidebar.module-BUlWJH2L.js +9 -0
  12. package/chunks/HeaderTabs.module-f0pOEOus.js +9 -0
  13. package/chunks/{HeaderTitle.module-mufXm8bf.js → HeaderTitle.module-CFdpGGVy.js} +2 -2
  14. package/chunks/ImageGalleryExtendedMain.module-BGe90A85.js +17 -0
  15. package/chunks/ImageGalleryExtendedThumb-BVI6zmzL.js +28 -0
  16. package/chunks/IslandAccordion.module-CpsIbUZS.js +25 -0
  17. package/chunks/IslandWidgetFooter.module-Cv-pFx97.js +9 -0
  18. package/chunks/IslandWidgetHeader.module-DZ7u5KdZ.js +13 -0
  19. package/chunks/{LightBoxContent-oXmUc0O4.js → LightBoxContent-CUHF8ym9.js} +8 -8
  20. package/chunks/LightBoxControls.module-BGzxKeYz.js +16 -0
  21. package/chunks/LightBoxSideOverlayClose.module-CmhYqDUn.js +9 -0
  22. package/chunks/{ListItemControlsButton-Cn_qKgVF.js → ListItemControlsButton-GwTSx9t3.js} +8 -8
  23. package/chunks/ListItemTail.module-_zPCXCQZ.js +12 -0
  24. package/chunks/ListMasterFooter.module-OOs3HMYn.js +10 -0
  25. package/chunks/ModalWindow.module-BkI79oza.js +17 -0
  26. package/chunks/Notification.module-CtpYgvcX.js +20 -0
  27. package/chunks/Overlay.module-C3WPSJN5.js +18 -0
  28. package/chunks/Page.module-CkMrRJ3E.js +11 -0
  29. package/chunks/SMSField.module-Bo60-Oyi.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-kdIHU6Y0.js +15 -0
  31. package/chunks/{SliderExtendedRail-Cr47EmrH.js → SliderExtendedRail-s3nj0g7A.js} +10 -10
  32. package/chunks/StatusTracker.module-DiLzRUA8.js +24 -0
  33. package/chunks/{StepperStepArrowBorder-C6up4LVv.js → StepperStepArrowBorder-7nXw_k6S.js} +10 -10
  34. package/chunks/{SuggestFieldMobileDropdownHint-BZyaIt1i.js → SuggestFieldMobileDropdownHint-DTd9ZRJc.js} +6 -6
  35. package/chunks/TableFooter.module-Bq-wqvaF.js +14 -0
  36. package/chunks/TabsExtended.module-CsY7VuxQ.js +16 -0
  37. package/chunks/TabsLine.module-BWx30e5X.js +21 -0
  38. package/chunks/TooltipDesktop.module-BkTwHXKO.js +19 -0
  39. package/chunks/TreeView.module-seYxUon6.js +9 -0
  40. package/chunks/{UploadZoneInput-BbaamBLA.js → UploadZoneInput-DH0deFXt.js} +2 -2
  41. package/chunks/{constants-DG4U-QtS.js → constants-Dsgjokad.js} +10 -10
  42. package/chunks/utils-BIYQTFij.js +24 -0
  43. package/chunks/{utils-BTk2T8x6.js → utils-C0vdTK6h.js} +6 -6
  44. package/chunks/{utils-DgpN6CSa.js → utils-CXTWVT_w.js} +4 -4
  45. package/chunks/utils-CXwYWTdr.js +73 -0
  46. package/components/Alert/AlertContext/AlertContext.js +19 -19
  47. package/components/Alert/AlertProcess/AlertProcess.js +2 -2
  48. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  49. package/components/Amount/Amount.js +6 -6
  50. package/components/AmountField/AmountField.js +1 -1
  51. package/components/Avatar/Avatar.js +27 -27
  52. package/components/Badge/Badge.js +9 -9
  53. package/components/Badge/BadgeDot.js +5 -5
  54. package/components/Badge/components/BadgeContent.js +15 -15
  55. package/components/Badge/components/BadgePostfix.js +4 -4
  56. package/components/Badge/components/BadgePrefix.js +6 -6
  57. package/components/Body/Body.js +4 -4
  58. package/components/Button/Button.js +24 -24
  59. package/components/Button/ButtonBase.js +1 -1
  60. package/components/Button/ButtonDropdown.js +78 -77
  61. package/components/Button/ButtonDropdownExtended.js +4 -4
  62. package/components/Button/ButtonIcon.js +8 -8
  63. package/components/Calendar/Calendar.js +5 -5
  64. package/components/Calendar/components/CalendarControls.js +9 -9
  65. package/components/Calendar/components/CalendarFooter.js +4 -4
  66. package/components/Calendar/components/CalendarViewDays.js +1 -1
  67. package/components/Calendar/components/CalendarViewItem.js +1 -1
  68. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  69. package/components/Calendar/components/CalendarViewYears.js +1 -1
  70. package/components/Card/CardAction.js +6 -6
  71. package/components/Card/CardStatic.js +2 -2
  72. package/components/Card/components/CardContent/CardContent.js +1 -1
  73. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  74. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  75. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  76. package/components/Card/components/CardMedia.js +1 -1
  77. package/components/Card/utils.js +1 -1
  78. package/components/CarouselExtended/CarouselExtended.js +1 -1
  79. package/components/Checkbox/Checkbox.js +13 -13
  80. package/components/Checkbox/CheckboxXGroup.js +12 -12
  81. package/components/Checkbox/CheckboxYGroup.js +1 -1
  82. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  83. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  84. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  85. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  86. package/components/Chip/Chip.js +3 -2
  87. package/components/Chip/ChipClearButton.js +7 -7
  88. package/components/Chip/ChipDatePicker/ChipDatePicker.js +37 -36
  89. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +15 -15
  90. package/components/Chip/ChipDropdownArrow.js +4 -4
  91. package/components/Chip/ChipIcon.js +1 -1
  92. package/components/Chip/ChipMultiselect.js +22 -21
  93. package/components/Chip/ChipOptions.js +2 -2
  94. package/components/Chip/ChipSelect/ChipSelect.js +40 -27
  95. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  96. package/components/Chip/ChipSort.js +23 -22
  97. package/components/Chip/ChipSuggest/ChipSuggest.js +14 -14
  98. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
  99. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  100. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +13 -13
  101. package/components/Chip/enums.js +5 -0
  102. package/components/Chip/index.js +28 -26
  103. package/components/ChipGroup/ChipGroup.js +11 -11
  104. package/components/Col/Col.js +181 -166
  105. package/components/CollapsibleTree/CollapsibleTree.js +3 -3
  106. package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +5 -5
  107. package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +1 -1
  108. package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +12 -12
  109. package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +1 -1
  110. package/components/Confirm/Confirm.js +1 -1
  111. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  112. package/components/Confirm/components/ConfirmContent.js +1 -1
  113. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  114. package/components/Confirm/components/ConfirmControls.js +1 -1
  115. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  116. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +6 -6
  117. package/components/DateRange/DateRange.js +5 -5
  118. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  119. package/components/DesignTokens/DesignTokensComponents.js +69 -64
  120. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +57 -52
  121. package/components/DesignTokens/components/Chip.js +12 -6
  122. package/components/DesignTokens/components/ImageGallery.js +47 -0
  123. package/components/DesignTokens/components/LightBox.js +1 -1
  124. package/components/DesignTokens/components/TopOverlay.js +1 -1
  125. package/components/DesignTokens/components/index.js +116 -113
  126. package/components/Divider/Divider.js +21 -21
  127. package/components/DocumentNumberEdit/DocumentNumberEdit.js +12 -12
  128. package/components/Dropdown/desktop/DropdownDesktop.js +26 -26
  129. package/components/Dropdown/desktop/DropdownList.js +1 -1
  130. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  131. package/components/Dropdown/desktop/index.js +1 -1
  132. package/components/Dropdown/index.js +1 -1
  133. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  135. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  136. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  137. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  138. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  139. package/components/Dropdown/mobile/DropdownMobileInput.js +5 -5
  140. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  141. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  142. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  143. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  144. package/components/Ellipsis/Ellipsis.js +8 -8
  145. package/components/EmptyView/EmptyView.js +11 -11
  146. package/components/ExpandAnimation/ExpandAnimation.js +9 -9
  147. package/components/Footer/Footer.js +1 -1
  148. package/components/Footer/components/FooterDescription.js +1 -1
  149. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  150. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  151. package/components/FormField/FormField.js +18 -18
  152. package/components/FormField/components/FormFieldClear.js +8 -8
  153. package/components/FormField/components/FormFieldCounter.js +4 -4
  154. package/components/FormField/components/FormFieldDescription.js +6 -6
  155. package/components/FormField/components/FormFieldInput.js +1 -1
  156. package/components/FormField/components/FormFieldLabel.js +8 -8
  157. package/components/FormField/components/FormFieldMaskedInput.js +14 -14
  158. package/components/FormField/components/FormFieldPostfix.js +7 -7
  159. package/components/FormField/components/FormFieldPrefix.js +5 -5
  160. package/components/FormField/components/FormFieldTarget.js +19 -19
  161. package/components/FormField/components/FormFieldTextarea.js +18 -18
  162. package/components/FormField/components/index.js +1 -1
  163. package/components/FormField/index.js +1 -1
  164. package/components/Gap/Gap.js +15 -5
  165. package/components/Header/Header.js +1 -1
  166. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  167. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  168. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  169. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +1 -1
  170. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  171. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  172. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  173. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  174. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  175. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  176. package/components/HelpBox/HelpBox.js +5 -5
  177. package/components/IconWrapper/IconWrapper.js +5 -5
  178. package/components/ImageGallery/ImageGallery.js +74 -0
  179. package/components/ImageGallery/index.js +5 -0
  180. package/components/ImageGallery/types.js +2 -0
  181. package/components/ImageGalleryExtended/ImageGalleryExtended.js +72 -0
  182. package/components/ImageGalleryExtended/ImageGalleryExtendedContext.js +16 -0
  183. package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +31 -0
  184. package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +35 -0
  185. package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +31 -0
  186. package/components/ImageGalleryExtended/components/ImageGalleryExtendedNav.js +19 -0
  187. package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +20 -0
  188. package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +89 -0
  189. package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +8 -0
  190. package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +40 -0
  191. package/components/ImageGalleryExtended/components/index.js +15 -0
  192. package/components/ImageGalleryExtended/enums.js +5 -0
  193. package/components/ImageGalleryExtended/index.js +21 -0
  194. package/components/ImageGalleryExtended/types.js +2 -0
  195. package/components/Island/Island.js +1 -1
  196. package/components/Island/components/IslandBody.js +1 -1
  197. package/components/Island/components/IslandFooter.js +6 -6
  198. package/components/Island/components/IslandHeader.js +2 -2
  199. package/components/Island/utils.js +1 -1
  200. package/components/IslandAccordion/IslandAccordion.js +2 -2
  201. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  202. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  203. package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
  204. package/components/IslandWidget/IslandWidget.js +6 -6
  205. package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
  206. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
  207. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  208. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  209. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  210. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  211. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  212. package/components/IslandWidget/components/IslandWidgetHeaderControls.js +1 -1
  213. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  214. package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +1 -1
  215. package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
  216. package/components/LightBox/LightBox.js +66 -76
  217. package/components/LightBox/LightBoxContent.js +1 -1
  218. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  219. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  220. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  221. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  222. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +34 -34
  223. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  224. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  225. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +3 -3
  226. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +1 -1
  227. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
  228. package/components/Link/Link.js +8 -8
  229. package/components/List/List.js +7 -7
  230. package/components/List/components/ListEmptyState.js +3 -3
  231. package/components/List/components/ListItem.js +1 -1
  232. package/components/List/components/ListItemContent.js +8 -8
  233. package/components/List/components/ListItemControls.js +7 -7
  234. package/components/List/components/ListItemControlsButton.js +1 -1
  235. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  236. package/components/List/components/ListItemLoading.js +4 -4
  237. package/components/List/components/ListItemSelectable.js +6 -6
  238. package/components/List/components/ListItemTable.js +5 -5
  239. package/components/List/components/ListItemTailLeft.js +1 -1
  240. package/components/List/components/ListItemTailRight.js +1 -1
  241. package/components/List/components/ListSortableItem.js +6 -6
  242. package/components/List/components/ListSortableItemControls.js +5 -5
  243. package/components/List/components/ListSortableItemTarget.js +3 -3
  244. package/components/List/index.js +1 -1
  245. package/components/ListMaster/ListMaster.js +1 -1
  246. package/components/ListMaster/components/ListMasterBody.js +1 -1
  247. package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
  248. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  249. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  250. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  251. package/components/ListMaster/components/ListMasterHeader.js +7 -7
  252. package/components/ListMaster/components/SelectionControls.js +5 -5
  253. package/components/Loader/LoaderMiddle/LoaderMiddle.js +4 -4
  254. package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
  255. package/components/LoaderScreen/LoaderScreen.js +13 -13
  256. package/components/Marker/Marker.js +1 -1
  257. package/components/Marker/utils.js +1 -1
  258. package/components/MarkerStatus/MarkerStatus.js +26 -30
  259. package/components/ModalWindow/ModalWindow.js +17 -17
  260. package/components/ModalWindow/components/ModalWindowBody.js +4 -4
  261. package/components/ModalWindow/components/ModalWindowClose.js +5 -5
  262. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  263. package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
  264. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  265. package/components/MonthYearRange/MonthYearRange.js +14 -14
  266. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  267. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +5 -5
  268. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
  269. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +3 -3
  270. package/components/Notification/Notification.js +2 -2
  271. package/components/Notification/NotificationGrouped.js +1 -1
  272. package/components/Notification/components/NotificationBody.js +1 -1
  273. package/components/Notification/components/NotificationBodyList.js +1 -1
  274. package/components/Notification/components/NotificationClose.js +1 -1
  275. package/components/Notification/components/NotificationFooter.js +1 -1
  276. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  277. package/components/Notification/components/NotificationHeader.js +1 -1
  278. package/components/Notification/components/NotificationIcon.js +1 -1
  279. package/components/Notification/components/NotificationTime.js +1 -1
  280. package/components/NumberField/NumberFieldInput.js +1 -1
  281. package/components/OrderedList/OrderedList.js +2 -2
  282. package/components/OrderedList/OrderedListItem.js +2 -2
  283. package/components/Overlay/Overlay.js +1 -1
  284. package/components/Overlay/OverlayMask.js +1 -1
  285. package/components/Overlay/OverlayPanel.js +1 -1
  286. package/components/Page/Page.js +1 -1
  287. package/components/Page/components/BodyPage.js +6 -6
  288. package/components/Page/components/FooterPage.js +1 -1
  289. package/components/Page/components/HeaderPage.js +1 -1
  290. package/components/Pagination/components/PaginationExtended.js +6 -6
  291. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  292. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  293. package/components/Pagination/components/PaginationPageButton.js +5 -5
  294. package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
  295. package/components/Pagination/components/PaginationSelect.js +6 -6
  296. package/components/Radio/Radio.js +4 -4
  297. package/components/Radio/RadioXGroup.js +7 -7
  298. package/components/Radio/RadioYGroup.js +4 -4
  299. package/components/Row/Row.js +25 -10
  300. package/components/Row/RowContext.js +9 -0
  301. package/components/SMSField/SMSField.js +2 -2
  302. package/components/SMSField/components/RefreshIcon.js +1 -1
  303. package/components/SMSField/components/SMSFieldInput.js +2 -2
  304. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  305. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  306. package/components/SegmentedControl/SegmentedControl.js +14 -14
  307. package/components/SegmentedControl/SegmentedControlSegment.js +10 -10
  308. package/components/SelectExtendedField/SelectExtendedField.js +15 -15
  309. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  310. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
  311. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +25 -24
  312. package/components/SelectField/SelectField.js +1 -1
  313. package/components/Skeleton/Skeleton.js +9 -9
  314. package/components/SliderExtended/SliderExtended.js +2 -2
  315. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +28 -28
  316. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  317. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  318. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  319. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +11 -11
  320. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +30 -30
  321. package/components/SmallInput/SmallInput.js +1 -1
  322. package/components/Spoiler/Spoiler.js +11 -11
  323. package/components/StatusTracker/StatusTracker.js +2 -2
  324. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  325. package/components/StatusTracker/components/StatusTrackerBody.js +10 -8
  326. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  327. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  328. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  329. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  330. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  331. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  332. package/components/StatusTracker/components/StatusTrackerStatusGroup.js +13 -0
  333. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  334. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  335. package/components/Step/Step.js +17 -17
  336. package/components/Stepper/Stepper.js +9 -9
  337. package/components/Stepper/StepperExtended.js +9 -9
  338. package/components/Stepper/StepperStep.js +2 -2
  339. package/components/Stepper/StepperStepArrowBorder.js +1 -1
  340. package/components/Suggest/SuggestMobileDropdownContent.js +14 -14
  341. package/components/SuggestField/SuggestField.js +2 -2
  342. package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
  343. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  344. package/components/SuggestField/index.js +1 -1
  345. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  346. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  347. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  348. package/components/SuggestField/mobile/index.js +1 -1
  349. package/components/SwipeableArea/SwipeableArea.js +77 -81
  350. package/components/Table/ChipPanel.js +12 -0
  351. package/components/Table/ChipPanelLinks.js +22 -0
  352. package/components/Table/FilterPanel.js +2 -2
  353. package/components/Table/MasterTable.js +24 -24
  354. package/components/Table/NoColumns.js +1 -1
  355. package/components/Table/PaginationPanel.js +2 -2
  356. package/components/Table/TableBasic/TableBasic.js +1 -1
  357. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  358. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  359. package/components/Table/TableBasic/components/TableBasicRow.js +20 -20
  360. package/components/Table/TableBasicSettings/TableBasicSettings.js +1 -1
  361. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +9 -9
  362. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +4 -4
  363. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
  364. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  365. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
  366. package/components/Table/TableFooter/TableFooter.js +1 -1
  367. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  368. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  369. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  370. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  371. package/components/Table/index.js +7 -7
  372. package/components/Table/utils.js +1 -1
  373. package/components/Tabs/Tabs.js +40 -35
  374. package/components/TabsExtended/TabsExtended.js +2 -2
  375. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  376. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  377. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  378. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  379. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  380. package/components/TabsExtended/utils.js +1 -1
  381. package/components/TabsLine/TabsLine.js +1 -1
  382. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  383. package/components/TabsLine/components/TabsLineDropdown.js +2 -2
  384. package/components/TabsLine/components/TabsLineItem.js +1 -1
  385. package/components/TabsLine/components/TabsLineMobile.js +7 -7
  386. package/components/Tag/Tag.js +8 -8
  387. package/components/TagColor/TagColor.js +7 -7
  388. package/components/TagGroup/TagGroup.js +10 -10
  389. package/components/TextField/TextField.js +1 -1
  390. package/components/TextField/TextFieldBase.js +1 -1
  391. package/components/TextareaField/TextareaField.js +1 -1
  392. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  393. package/components/Tooltip/components/common/TooltipLink.js +16 -16
  394. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  395. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  396. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  397. package/components/Tooltip/components/mobile/TooltipMobile.js +3 -3
  398. package/components/TopOverlay/TopOverlay.js +33 -33
  399. package/components/TreeView/TreeView.js +1 -1
  400. package/components/TreeView/components/TreeViewGroup.js +1 -1
  401. package/components/TreeView/components/TreeViewNode.js +1 -1
  402. package/components/Typography/Caption.js +25 -25
  403. package/components/Typography/CodeText.js +6 -6
  404. package/components/Typography/Text.js +20 -20
  405. package/components/Typography/Title.js +16 -16
  406. package/components/Typography/constants.js +1 -1
  407. package/components/UnorderedList/UnorderedList.js +8 -8
  408. package/components/UnorderedList/UnorderedListItem.js +2 -2
  409. package/components/UploadZone/UploadZone.js +2 -2
  410. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  411. package/components/UploadZone/index.js +1 -1
  412. package/components/index.js +644 -622
  413. package/index.d.ts +325 -34
  414. package/index.js +676 -654
  415. package/package.json +9 -1
  416. package/styles/triplex-next.css +556 -541
  417. package/chunks/AlertProcessSpoiler-BIiexkiG.js +0 -41
  418. package/chunks/CalendarViewItem-DZix7Wi3.js +0 -101
  419. package/chunks/Card.module-C57O8DQ9.js +0 -18
  420. package/chunks/CheckboxTreeExtended.module-D_Xqk2Z0.js +0 -15
  421. package/chunks/Chip-D73o-tIk.js +0 -77
  422. package/chunks/Confirm.module-CUcXlA0E.js +0 -15
  423. package/chunks/DropdownMobile.module-DL87iBcj.js +0 -23
  424. package/chunks/Footer.module-DZzX_hiB.js +0 -9
  425. package/chunks/HeaderLayoutSidebar.module-BOcwOhH9.js +0 -9
  426. package/chunks/HeaderTabs.module-D5xnWADy.js +0 -9
  427. package/chunks/IslandAccordion.module-cWQkjySQ.js +0 -25
  428. package/chunks/IslandWidgetFooter.module-K-i_a4VV.js +0 -9
  429. package/chunks/IslandWidgetHeader.module-BU39_xm_.js +0 -13
  430. package/chunks/LightBoxControls.module-BOBUS8MF.js +0 -16
  431. package/chunks/LightBoxSideOverlayClose.module-BLxHQH7u.js +0 -9
  432. package/chunks/ListItemTail.module-D7OEUQSH.js +0 -12
  433. package/chunks/ListMasterFooter.module-B2oYxI3b.js +0 -10
  434. package/chunks/ModalWindow.module-B7YcXJ55.js +0 -17
  435. package/chunks/Notification.module-OkzyDWlc.js +0 -20
  436. package/chunks/Overlay.module-CBlckNkR.js +0 -18
  437. package/chunks/Page.module-BkDd7q7x.js +0 -11
  438. package/chunks/SMSField.module-BBRpa0-4.js +0 -16
  439. package/chunks/SliderExtendedMarks.module-DOunMVrv.js +0 -15
  440. package/chunks/StatusTracker.module-B6VeAoHW.js +0 -24
  441. package/chunks/TableFooter.module-Exx3Pc8E.js +0 -14
  442. package/chunks/TabsExtended.module-D8onFEnM.js +0 -16
  443. package/chunks/TabsLine.module-BvYF3ue-.js +0 -21
  444. package/chunks/TooltipDesktop.module-DD0ESKwE.js +0 -19
  445. package/chunks/TreeView.module-ClEsZNDe.js +0 -9
  446. package/chunks/utils-2vVjLvvg.js +0 -24
  447. package/chunks/utils-Bk10DX0W.js +0 -73
  448. package/components/Table/TabsLinePanel.js +0 -12
  449. package/components/Table/TabsLinePanelLinks.js +0 -26
@@ -1,541 +1,556 @@
1
- html {--triplex-next-ColorBrand-0-1-30-0: #1F3336;
2
- --triplex-next-ColorBrand-10-1-30-0: #0B3A3C;
3
- --triplex-next-ColorBrand-20-1-30-0: #006063;
4
- --triplex-next-ColorBrand-30-1-30-0: #007777;
5
- --triplex-next-ColorBrand-40-1-30-0: #008985;
6
- --triplex-next-ColorBrand-50-1-30-0: #21A19A;
7
- --triplex-next-ColorBrand-60-1-30-0: #19BDB0;
8
- --triplex-next-ColorBrand-70-1-30-0: #4BD9CF;
9
- --triplex-next-ColorBrand-80-1-30-0: #71ECDC;
10
- --triplex-next-ColorBrand-90-1-30-0: #A8F5E9;
11
- --triplex-next-ColorBrand-95-1-30-0: #C5FAF1;
12
- --triplex-next-ColorBrand-100-1-30-0: #E3FFFA;
13
- --triplex-next-ColorDarkNeutralAlpha-0-1-30-0: rgba(31, 31, 34, 1);
14
- --triplex-next-ColorDarkNeutralAlpha-10-1-30-0: rgba(31, 31, 34, .95);
15
- --triplex-next-ColorDarkNeutralAlpha-20-1-30-0: rgba(31, 31, 34, .85);
16
- --triplex-next-ColorDarkNeutralAlpha-30-1-30-0: rgba(31, 31, 34, .75);
17
- --triplex-next-ColorDarkNeutralAlpha-40-1-30-0: rgba(31, 31, 34, .65);
18
- --triplex-next-ColorDarkNeutralAlpha-50-1-30-0: rgba(31, 31, 34, .55);
19
- --triplex-next-ColorDarkNeutralAlpha-60-1-30-0: rgba(31, 31, 34, .45);
20
- --triplex-next-ColorDarkNeutralAlpha-70-1-30-0: rgba(31, 31, 34, .35);
21
- --triplex-next-ColorDarkNeutralAlpha-80-1-30-0: rgba(31, 31, 34, .25);
22
- --triplex-next-ColorDarkNeutralAlpha-90-1-30-0: rgba(31, 31, 34, .15);
23
- --triplex-next-ColorDarkNeutralAlpha-100-1-30-0: rgba(31, 31, 34, .05);
24
- --triplex-next-ColorDarkNeutral-0-1-30-0: #000000;
25
- --triplex-next-ColorDarkNeutral-10-1-30-0: #171719;
26
- --triplex-next-ColorDarkNeutral-20-1-30-0: #1B1B1D;
27
- --triplex-next-ColorDarkNeutral-30-1-30-0: #1F1F22;
28
- --triplex-next-ColorDarkNeutral-40-1-30-0: #262629;
29
- --triplex-next-ColorDarkNeutral-50-1-30-0: #2D2D30;
30
- --triplex-next-ColorDarkNeutral-60-1-30-0: #343437;
31
- --triplex-next-ColorDarkNeutral-70-1-30-0: #3B3B3E;
32
- --triplex-next-ColorDarkNeutral-80-1-30-0: #424245;
33
- --triplex-next-ColorDarkNeutral-90-1-30-0: #49494C;
34
- --triplex-next-ColorDarkNeutral-100-1-30-0: #4F4F52;
35
- --triplex-next-ColorError-0-1-30-0: #443139;
36
- --triplex-next-ColorError-10-1-30-0: #4E3741;
37
- --triplex-next-ColorError-20-1-30-0: #A90024;
38
- --triplex-next-ColorError-30-1-30-0: #BD002C;
39
- --triplex-next-ColorError-40-1-30-0: #D10032;
40
- --triplex-next-ColorError-50-1-30-0: #E60037;
41
- --triplex-next-ColorError-60-1-30-0: #F80C45;
42
- --triplex-next-ColorError-70-1-30-0: #FF5571;
43
- --triplex-next-ColorError-80-1-30-0: #FFB1C1;
44
- --triplex-next-ColorError-90-1-30-0: #FCE0E6;
45
- --triplex-next-ColorError-100-1-30-0: #FFF0F3;
46
- --triplex-next-ColorInfo-0-1-30-0: #313749;
47
- --triplex-next-ColorInfo-10-1-30-0: #2E3A52;
48
- --triplex-next-ColorInfo-20-1-30-0: #0A43B0;
49
- --triplex-next-ColorInfo-30-1-30-0: #124FC2;
50
- --triplex-next-ColorInfo-40-1-30-0: #0E57CC;
51
- --triplex-next-ColorInfo-50-1-30-0: #1371E4;
52
- --triplex-next-ColorInfo-60-1-30-0: #1297FE;
53
- --triplex-next-ColorInfo-70-1-30-0: #66BEFF;
54
- --triplex-next-ColorInfo-80-1-30-0: #8DD2FF;
55
- --triplex-next-ColorInfo-90-1-30-0: #B8E6FF;
56
- --triplex-next-ColorInfo-100-1-30-0: #E3F6FF;
57
- --triplex-next-ColorNeutralAlpha-0-1-30-0: rgba(255, 255, 255, 1);
58
- --triplex-next-ColorNeutralAlpha-10-1-30-0: rgba(255, 255, 255, .95);
59
- --triplex-next-ColorNeutralAlpha-20-1-30-0: rgba(255, 255, 255, .85);
60
- --triplex-next-ColorNeutralAlpha-30-1-30-0: rgba(255, 255, 255, .75);
61
- --triplex-next-ColorNeutralAlpha-40-1-30-0: rgba(255, 255, 255, .65);
62
- --triplex-next-ColorNeutralAlpha-50-1-30-0: rgba(255, 255, 255, .55);
63
- --triplex-next-ColorNeutralAlpha-60-1-30-0: rgba(255, 255, 255, .45);
64
- --triplex-next-ColorNeutralAlpha-70-1-30-0: rgba(255, 255, 255, .35);
65
- --triplex-next-ColorNeutralAlpha-80-1-30-0: rgba(255, 255, 255, .25);
66
- --triplex-next-ColorNeutralAlpha-90-1-30-0: rgba(255, 255, 255, .15);
67
- --triplex-next-ColorNeutralAlpha-100-1-30-0: rgba(255, 255, 255, .05);
68
- --triplex-next-ColorNeutral-0-1-30-0: #CBCFD7;
69
- --triplex-next-ColorNeutral-10-1-30-0: #D1D4DC;
70
- --triplex-next-ColorNeutral-20-1-30-0: #D6D9E0;
71
- --triplex-next-ColorNeutral-30-1-30-0: #DCDFE4;
72
- --triplex-next-ColorNeutral-40-1-30-0: #DFE2E7;
73
- --triplex-next-ColorNeutral-50-1-30-0: #E3E6EA;
74
- --triplex-next-ColorNeutral-60-1-30-0: #E7E9EE;
75
- --triplex-next-ColorNeutral-70-1-30-0: #EAEDF1;
76
- --triplex-next-ColorNeutral-80-1-30-0: #EEF0F4;
77
- --triplex-next-ColorNeutral-90-1-30-0: #F2F4F7;
78
- --triplex-next-ColorNeutral-100-1-30-0: #FFFFFF;
79
- --triplex-next-ColorSuccess-0-1-30-0: #28433E;
80
- --triplex-next-ColorSuccess-10-1-30-0: #2A4C45;
81
- --triplex-next-ColorSuccess-20-1-30-0: #00624C;
82
- --triplex-next-ColorSuccess-30-1-30-0: #007353;
83
- --triplex-next-ColorSuccess-40-1-30-0: #008B5C;
84
- --triplex-next-ColorSuccess-50-1-30-0: #00C075;
85
- --triplex-next-ColorSuccess-60-1-30-0: #00D67D;
86
- --triplex-next-ColorSuccess-70-1-30-0: #3AF299;
87
- --triplex-next-ColorSuccess-80-1-30-0: #8AFFB8;
88
- --triplex-next-ColorSuccess-90-1-30-0: #B8FFD4;
89
- --triplex-next-ColorSuccess-100-1-30-0: #E1FFEB;
90
- --triplex-next-ColorSystem-0-1-30-0: #373C49;
91
- --triplex-next-ColorSystem-10-1-30-0: #384156;
92
- --triplex-next-ColorSystem-20-1-30-0: #47526D;
93
- --triplex-next-ColorSystem-30-1-30-0: #57637F;
94
- --triplex-next-ColorSystem-40-1-30-0: #697591;
95
- --triplex-next-ColorSystem-50-1-30-0: #8291B3;
96
- --triplex-next-ColorSystem-60-1-30-0: #95A3C1;
97
- --triplex-next-ColorSystem-70-1-30-0: #A9B6D0;
98
- --triplex-next-ColorSystem-80-1-30-0: #BFCADF;
99
- --triplex-next-ColorSystem-90-1-30-0: #D6DEED;
100
- --triplex-next-ColorSystem-95-1-30-0: #E0E8F4;
101
- --triplex-next-ColorSystem-100-1-30-0: #EEF3FC;
102
- --triplex-next-ColorWarning-0-1-30-0: #463734;
103
- --triplex-next-ColorWarning-10-1-30-0: #4F3E3B;
104
- --triplex-next-ColorWarning-20-1-30-0: #E03400;
105
- --triplex-next-ColorWarning-30-1-30-0: #E63D00;
106
- --triplex-next-ColorWarning-40-1-30-0: #EF4C01;
107
- --triplex-next-ColorWarning-50-1-30-0: #FD6508;
108
- --triplex-next-ColorWarning-60-1-30-0: #FF7A17;
109
- --triplex-next-ColorWarning-70-1-30-0: #FFB13B;
110
- --triplex-next-ColorWarning-80-1-30-0: #FFD169;
111
- --triplex-next-ColorWarning-90-1-30-0: #FCEAC7;
112
- --triplex-next-ColorWarning-100-1-30-0: #FFF4DB;
113
- --triplex-next-AlertContext-Error_Color-1-30-0: #D10032;
114
- --triplex-next-AlertContext-Info_Color-1-30-0: rgba(31, 31, 34, 1);
115
- --triplex-next-AlertContext-System_Color-1-30-0: rgba(31, 31, 34, 1);
116
- --triplex-next-AlertContext-Warning_Color-1-30-0: rgba(31, 31, 34, 1);
117
- --triplex-next-AlertProcess-Info_Background-1-30-0: #E3F6FF;
118
- --triplex-next-AlertProcess-Warning_Background-1-30-0: #FFF4DB;
119
- --triplex-next-AlertProcess-Error_Background-1-30-0: #FFF0F3;
120
- --triplex-next-AlertProcess-System_Background-1-30-0: #E0E8F4;
121
- --triplex-next-AlertProcess-Feature_Background-1-30-0: #E3FFFA;
122
- --triplex-next-Avatar-Background-1-30-0: #E3E6EA;
123
- --triplex-next-Badge-Background-1-30-0: #FFB13B;
124
- --triplex-next-Button-General_Background_Active-1-30-0: #007777;
125
- --triplex-next-Button-General_Background_Default-1-30-0: #21A19A;
126
- --triplex-next-Button-General_Background_Disabled-1-30-0: #F2F4F7;
127
- --triplex-next-Button-General_Background_Hover-1-30-0: #19BDB0;
128
- --triplex-next-Button-General_Color_Active-1-30-0: rgba(255, 255, 255, 1);
129
- --triplex-next-Button-General_Color_Default-1-30-0: rgba(255, 255, 255, 1);
130
- --triplex-next-Button-General_Color_Disabled-1-30-0: rgba(31, 31, 34, .35);
131
- --triplex-next-Button-General_Color_Hover-1-30-0: rgba(255, 255, 255, 1);
132
- --triplex-next-Button-General_Shadow_Focus-1-30-0: 0 0 0 1px #FFD169 inset;
133
- --triplex-next-Button-Secondary_Background_Active-1-30-0: #DCDFE4;
134
- --triplex-next-Button-Secondary_Background_Default-1-30-0: #F2F4F7;
135
- --triplex-next-Button-Secondary_Background_Disabled-1-30-0: #F2F4F7;
136
- --triplex-next-Button-Secondary_Background_Hover-1-30-0: #EAEDF1;
137
- --triplex-next-Button-Secondary_Color_Active-1-30-0: #007777;
138
- --triplex-next-Button-Secondary_Color_Default-1-30-0: #008985;
139
- --triplex-next-Button-Secondary_Color_Disabled-1-30-0: rgba(31, 31, 34, .35);
140
- --triplex-next-Button-Secondary_Color_Hover-1-30-0: #21A19A;
141
- --triplex-next-Button-Secondary_Shadow_Focus-1-30-0: 0 0 0 1px #FFD169 inset;
142
- --triplex-next-Button-SecondaryLight_Background_Active-1-30-0: #DFE2E7;
143
- --triplex-next-Button-SecondaryLight_Background_Default-1-30-0: #FFFFFF;
144
- --triplex-next-Button-SecondaryLight_Background_Disabled-1-30-0: #F2F4F7;
145
- --triplex-next-Button-SecondaryLight_Background_Hover-1-30-0: #EEF0F4;
146
- --triplex-next-Button-SecondaryLight_Color_Active-1-30-0: #007777;
147
- --triplex-next-Button-SecondaryLight_Color_Default-1-30-0: #008985;
148
- --triplex-next-Button-SecondaryLight_Color_Disabled-1-30-0: rgba(31, 31, 34, .35);
149
- --triplex-next-Button-SecondaryLight_Color_Hover-1-30-0: #21A19A;
150
- --triplex-next-Button-SecondaryLight_Shadow_Focus-1-30-0: 0 0 0 1px #FFD169 inset;
151
- --triplex-next-Button-Danger_Background_Active-1-30-0: #BD002C;
152
- --triplex-next-Button-Danger_Background_Default-1-30-0: #E60037;
153
- --triplex-next-Button-Danger_Background_Disabled-1-30-0: #F2F4F7;
154
- --triplex-next-Button-Danger_Background_Hover-1-30-0: #F80C45;
155
- --triplex-next-Button-Danger_Color_Active-1-30-0: rgba(255, 255, 255, 1);
156
- --triplex-next-Button-Danger_Color_Default-1-30-0: rgba(255, 255, 255, 1);
157
- --triplex-next-Button-Danger_Color_Disabled-1-30-0: rgba(31, 31, 34, .35);
158
- --triplex-next-Button-Danger_Color_Hover-1-30-0: rgba(255, 255, 255, 1);
159
- --triplex-next-Button-Danger_Shadow_Focus-1-30-0: 0 0 0 1px #FFD169 inset;
160
- --triplex-next-Button-Icon_Shadow_Focus-1-30-0: 0 0 0 1px #FFD169;
161
- --triplex-next-Button-Link_Color_Active-1-30-0: #007777;
162
- --triplex-next-Button-Link_Color_Default-1-30-0: #008985;
163
- --triplex-next-Button-Link_Color_Disabled-1-30-0: rgba(31, 31, 34, .35);
164
- --triplex-next-Button-Link_Color_Hover-1-30-0: #21A19A;
165
- --triplex-next-Button-Link_Shadow_Focus-1-30-0: 0 0 0 1px #FFD169 inset;
166
- --triplex-next-Calendar-Background-1-30-0: #FFFFFF;
167
- --triplex-next-Calendar-View_Header_Color-1-30-0: rgba(31, 31, 34, .55);
168
- --triplex-next-Calendar-View_Item_Background_Default-1-30-0: none;
169
- --triplex-next-Calendar-View_Item_Background_Hover-1-30-0: #19BDB0;
170
- --triplex-next-Calendar-View_Item_Background_Selected_Default-1-30-0: #21A19A;
171
- --triplex-next-Calendar-View_Item_Background_Selected_Hover-1-30-0: #007777;
172
- --triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-30-0: #E3FFFA;
173
- --triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-30-0: #A8F5E9;
174
- --triplex-next-Calendar-View_Item_BorderColor_Default-1-30-0: transparent;
175
- --triplex-next-Calendar-View_Item_BorderColor_Focus-1-30-0: #FFD169;
176
- --triplex-next-Calendar-View_Item_Color_Default-1-30-0: rgba(31, 31, 34, 1);
177
- --triplex-next-Calendar-View_Item_Color_Hover-1-30-0: rgba(255, 255, 255, 1);
178
- --triplex-next-Calendar-View_Item_Color_Disabled-1-30-0: rgba(31, 31, 34, .35);
179
- --triplex-next-Calendar-View_Item_Color_Muted-1-30-0: rgba(31, 31, 34, .35);
180
- --triplex-next-Calendar-View_Item_Color_Selected-1-30-0: rgba(255, 255, 255, 1);
181
- --triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-30-0: rgba(31, 31, 34, .35);
182
- --triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-30-0: rgba(31, 31, 34, .35);
183
- --triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-30-0: rgba(31, 31, 34, .35);
184
- --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-30-0: rgba(31, 31, 34, .35);
185
- --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-30-0: rgba(31, 31, 34, .35);
186
- --triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-30-0: #00C075;
187
- --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-30-0: #00C075;
188
- --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-30-0: #00C075;
189
- --triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-30-0: #FD6508;
190
- --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-30-0: #FD6508;
191
- --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-30-0: #FD6508;
192
- --triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-30-0: #E60037;
193
- --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-30-0: #E60037;
194
- --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-30-0: #E60037;
195
- --triplex-next-Card-Static_General_Background-1-30-0: #FFFFFF;
196
- --triplex-next-Card-Static_Secondary_Background-1-30-0: #F2F4F7;
197
- --triplex-next-Card-Action_General_Background-1-30-0: #FFFFFF;
198
- --triplex-next-Card-Action_General_Background_Hover-1-30-0: #FFFFFF;
199
- --triplex-next-Card-Action_General_Background_Selected-1-30-0: #F2F4F7;
200
- --triplex-next-Card-Action_General_Background_Selected_Hover-1-30-0: #F2F4F7;
201
- --triplex-next-Card-Action_Secondary_Background-1-30-0: #F2F4F7;
202
- --triplex-next-Card-Action_Secondary_Background_Hover-1-30-0: #EAEDF1;
203
- --triplex-next-Card-Action_Secondary_Background_Selected-1-30-0: #E3E6EA;
204
- --triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-30-0: #DCDFE4;
205
- --triplex-next-Card-Shadow_Default-1-30-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
206
- --triplex-next-Card-Shadow_Focus-1-30-0: inset 0 0 0 1px #FFD169;
207
- --triplex-next-Card-Shadow_Hover-1-30-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
208
- --triplex-next-Card-Shadow_Selected-1-30-0: inset 0 0 0 1px #21A19A;
209
- --triplex-next-Card-Shadow_Selected_Hover-1-30-0: inset 0 0 0 1px #19BDB0;
210
- --triplex-next-Checkbox-Background_Checked_Default-1-30-0: #21A19A;
211
- --triplex-next-Checkbox-Background_Checked_Disabled-1-30-0: #EAEDF1;
212
- --triplex-next-Checkbox-Background_Checked_Hover-1-30-0: #007777;
213
- --triplex-next-Checkbox-Background_Default-1-30-0: #F2F4F7;
214
- --triplex-next-Checkbox-Background_Disabled-1-30-0: #F2F4F7;
215
- --triplex-next-Checkbox-Background_Hover-1-30-0: #19BDB0;
216
- --triplex-next-Checkbox-BorderColor_Default-1-30-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
217
- --triplex-next-Checkbox-BorderColor_Disabled-1-30-0: 0 0 0 1px #E3E6EA inset;
218
- --triplex-next-Checkbox-BorderColor_Focus-1-30-0: 0 0 0 1px #FFD169 inset;
219
- --triplex-next-Checkbox-BorderColor_Hover-1-30-0: none;
220
- --triplex-next-Checkbox-BorderColor_Checked_Default-1-30-0: none;
221
- --triplex-next-Checkbox-BorderColor_Checked_Disabled-1-30-0: none;
222
- --triplex-next-Checkbox-Checkmark_Fill_Default-1-30-0: rgba(255, 255, 255, 1);
223
- --triplex-next-Checkbox-Checkmark_Fill_Disabled-1-30-0: rgba(31, 31, 34, .15);
224
- --triplex-next-Chip-Background_Active-1-30-0: #DFE2E7;
225
- --triplex-next-Chip-Background_Default-1-30-0: #F2F4F7;
226
- --triplex-next-Chip-Background_Disabled-1-30-0: #F2F4F7;
227
- --triplex-next-Chip-Background_Hover-1-30-0: #EAEDF1;
228
- --triplex-next-Chip-Background_Selected_Active-1-30-0: #4F4F52;
229
- --triplex-next-Chip-Background_Selected_Default-1-30-0: #3B3B3E;
230
- --triplex-next-Chip-Background_Selected_Disabled-1-30-0: #343437;
231
- --triplex-next-Chip-Background_Selected_Hover-1-30-0: #49494C;
232
- --triplex-next-Chip-Color_Active-1-30-0: rgba(31, 31, 34, 1);
233
- --triplex-next-Chip-Color_Default-1-30-0: rgba(31, 31, 34, 1);
234
- --triplex-next-Chip-Color_Disabled-1-30-0: rgba(31, 31, 34, .35);
235
- --triplex-next-Chip-Color_Hover-1-30-0: rgba(31, 31, 34, 1);
236
- --triplex-next-Chip-Color_Selected_Active-1-30-0: rgba(255, 255, 255, 1);
237
- --triplex-next-Chip-Color_Selected_Default-1-30-0: rgba(255, 255, 255, 1);
238
- --triplex-next-Chip-Color_Selected_Disabled-1-30-0: rgba(255, 255, 255, .25);
239
- --triplex-next-Chip-Color_Selected_Hover-1-30-0: rgba(255, 255, 255, 1);
240
- --triplex-next-Chip-Shadow_Focus-1-30-0: 0 0 0 1px #FFD169 inset;
241
- --triplex-next-CollapsibleTree-Header_Background_Hover-1-30-0: #E3E6EA;
242
- --triplex-next-CollapsibleTree-Header_Shadow_Focus-1-30-0: 0 0 0 1px #FFD169 inset;
243
- --triplex-next-Divider-Background-1-30-0: #D6D9E0;
244
- --triplex-next-Dropdown-Background-1-30-0: #FFFFFF;
245
- --triplex-next-Dropdown-Shadow-1-30-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
246
- --triplex-next-DropdownList-Background_Active-1-30-0: #EAEDF1;
247
- --triplex-next-DropdownList-Background_Default-1-30-0: none;
248
- --triplex-next-DropdownList-Background_Selected-1-30-0: #DCDFE4;
249
- --triplex-next-DropdownList-Color-1-30-0: rgba(31, 31, 34, 1);
250
- --triplex-next-DropdownMobile-Backdrop-1-30-0: rgba(31, 31, 34, .65);
251
- --triplex-next-DropdownMobile-Border_Color-1-30-0: #D6D9E0;
252
- --triplex-next-DropdownMobile-Content_Background-1-30-0: #FFFFFF;
253
- --triplex-next-DropdownMobile-Footer_Background-1-30-0: #FFFFFF;
254
- --triplex-next-DropdownMobile-Header_Background-1-30-0: #F2F4F7;
255
- --triplex-next-DropdownMobileList-Active_Background-1-30-0: #EAEDF1;
256
- --triplex-next-DropdownMobileList-Selected_Background-1-30-0: #DCDFE4;
257
- --triplex-next-FooterPage-StickyShadow-1-30-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
258
- --triplex-next-FormField-Background_Active-1-30-0: #F2F4F7;
259
- --triplex-next-FormField-Background_Default-1-30-0: #F2F4F7;
260
- --triplex-next-FormField-Background_Disabled-1-30-0: #F2F4F7;
261
- --triplex-next-FormField-Background_Error-1-30-0: #FFF0F3;
262
- --triplex-next-FormField-Background_Error_Hover-1-30-0: #FCE0E6;
263
- --triplex-next-FormField-Background_Hover-1-30-0: #EAEDF1;
264
- --triplex-next-FormField-Background_Warning-1-30-0: #FFF4DB;
265
- --triplex-next-FormField-Background_Warning_Hover-1-30-0: #FCEAC7;
266
- --triplex-next-FormField-Input_Color_Default-1-30-0: rgba(31, 31, 34, 1);
267
- --triplex-next-FormField-Input_Color_Disabled-1-30-0: rgba(31, 31, 34, .35);
268
- --triplex-next-FormField-Target_Color_Default-1-30-0: rgba(31, 31, 34, 1);
269
- --triplex-next-FormField-Target_Color_Disabled-1-30-0: rgba(31, 31, 34, .45);
270
- --triplex-next-FormField-Target_PlaceholderColor_Default-1-30-0: rgba(31, 31, 34, .65);
271
- --triplex-next-FormField-Label_Color_Default-1-30-0: rgba(31, 31, 34, .65);
272
- --triplex-next-FormField-Label_Color_Disabled-1-30-0: rgba(31, 31, 34, .35);
273
- --triplex-next-FormField-Shadow_Active-1-30-0: 0 0 0 1px #21A19A inset;
274
- --triplex-next-FormField-Shadow_Default-1-30-0: none;
275
- --triplex-next-FormField-Shadow_Error_Active-1-30-0: 0 0 0 1px #E60037 inset;
276
- --triplex-next-FormField-Shadow_Warning_Active-1-30-0: 0 0 0 1px #FD6508 inset;
277
- --triplex-next-FormField-Placeholder_Color-1-30-0: rgba(31, 31, 34, .65);
278
- --triplex-next-HeaderPage-StickyShadow-1-30-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
279
- --triplex-next-Island-Type1_Background-1-30-0: #FFFFFF;
280
- --triplex-next-Island-Type2_Background-1-30-0: rgba(255, 255, 255, .35);
281
- --triplex-next-Island-Type3_Background-1-30-0: #F2F4F7;
282
- --triplex-next-Island-Type1_Shadow-1-30-0: none;
283
- --triplex-next-Island-Type2_Shadow-1-30-0: 0 0 0 1px #FFFFFF inset;
284
- --triplex-next-Island-Type3_Shadow-1-30-0: none;
285
- --triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-30-0: #DCDFE4;
286
- --triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-30-0: rgba(31, 31, 34, .05);
287
- --triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-30-0: #DCDFE4;
288
- --triplex-next-IslandAccordion-Shadow_Focus-1-30-0: 0 0 0 1px #FFD169 inset;
289
- --triplex-next-IslandWidget-ExtraFooter_Background-1-30-0: #FFFFFF;
290
- --triplex-next-IslandWidget-ExtraFooter_Shadow-1-30-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
291
- --triplex-next-LightBox-Backdrop_Background-1-30-0: rgba(31, 31, 34, .75);
292
- --triplex-next-LightBox-Content_Background-1-30-0: #EAEDF1;
293
- --triplex-next-Link-BorderColor_Focus-1-30-0: 0 0 0 1px #FFD169 inset;
294
- --triplex-next-Link-Text_Color_Active-1-30-0: #007777;
295
- --triplex-next-Link-Text_Color_Default-1-30-0: #008985;
296
- --triplex-next-Link-Text_Color_Hover-1-30-0: #21A19A;
297
- --triplex-next-ListItem-Background-1-30-0: #FFFFFF;
298
- --triplex-next-ListItem-Background_Dragging-1-30-0: #FFFFFF;
299
- --triplex-next-ListItem-Background_Selected-1-30-0: #F2F4F7;
300
- --triplex-next-ListItem-Background_Hover-1-30-0: #F2F4F7;
301
- --triplex-next-ListItem-Shadow_Dragging-1-30-0: 0 2px 7px rgba(31, 31, 34, 0.25);
302
- --triplex-next-ListItemControlsButton-Background_Active-1-30-0: #DCDFE4;
303
- --triplex-next-ListItemControlsButton-Background_Default-1-30-0: #F2F4F7;
304
- --triplex-next-ListItemControlsButton-Background_Hover-1-30-0: #EAEDF1;
305
- --triplex-next-ListItemControlsButton-Color_Active-1-30-0: #007777;
306
- --triplex-next-ListItemControlsButton-Color_Default-1-30-0: #008985;
307
- --triplex-next-ListItemControlsButton-Color_Hover-1-30-0: #21A19A;
308
- --triplex-next-ListMaster-Background-1-30-0: #FFFFFF;
309
- --triplex-next-ListMaster-Footer_Background-1-30-0: #FFFFFF;
310
- --triplex-next-ListMaster-Footer_Shadow-1-30-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
311
- --triplex-next-ListMaster-Header_Background-1-30-0: #FFFFFF;
312
- --triplex-next-ListMaster-Header_Shadow-1-30-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
313
- --triplex-next-Loader-Element_Background_Brand-1-30-0: #21A19A;
314
- --triplex-next-Loader-Element_Background_Neutral-1-30-0: rgba(255, 255, 255, 1);
315
- --triplex-next-Loader-Middle_Background_Default-1-30-0: #EEF0F4;
316
- --triplex-next-LoaderScreen-Small_Backdrop_Default-1-30-0: rgba(255, 255, 255, .75);
317
- --triplex-next-LoaderScreen-Middle_Backdrop_Default-1-30-0: rgba(255, 255, 255, .75);
318
- --triplex-next-LoaderScreen-Middle_Background_Default-1-30-0: #EEF0F4;
319
- --triplex-next-Marker-Background_Error-1-30-0: #E60037;
320
- --triplex-next-Marker-Background_Success-1-30-0: #21A19A;
321
- --triplex-next-Marker-Background_Waiting-1-30-0: #8291B3;
322
- --triplex-next-Marker-Background_Warning-1-30-0: #FD6508;
323
- --triplex-next-MarkerStatus-Description_Color-1-30-0: rgba(0, 0, 0, 0.55);
324
- --triplex-next-ModalWindow-Background-1-30-0: #EAEDF1;
325
- --triplex-next-ModalWindow-Backdrop_Background-1-30-0: rgba(79, 79, 82, .5);
326
- --triplex-next-MultiselectField-Divider_Color-1-30-0: #D6D9E0;
327
- --triplex-next-Notification-Background-1-30-0: #FFFFFF;
328
- --triplex-next-Notification-Color-1-30-0: #1F1F22;
329
- --triplex-next-Notification-TimeColor-1-30-0: rgba(31, 31, 34, 0.65);
330
- --triplex-next-Notification-Shadow-1-30-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
331
- --triplex-next-Overlay-Background-1-30-0: rgba(255, 255, 255, .8);
332
- --triplex-next-Overlay-Panel_Background-1-30-0: #FFFFFF;
333
- --triplex-next-Pagination-PageButton_Background_Active-1-30-0: #E3E6EA;
334
- --triplex-next-Pagination-PageButton_Background_Hover-1-30-0: #F2F4F7;
335
- --triplex-next-Pagination-PageButton_Background_Selected-1-30-0: #E3E6EA;
336
- --triplex-next-Pagination-PageButton_BorderColor_Focus-1-30-0: #FFD169;
337
- --triplex-next-Radio-Background_Checked_Default-1-30-0: #21A19A;
338
- --triplex-next-Radio-Background_Checked_Disabled-1-30-0: #EAEDF1;
339
- --triplex-next-Radio-Background_Checked_Hover-1-30-0: #007777;
340
- --triplex-next-Radio-Background_Default-1-30-0: #F2F4F7;
341
- --triplex-next-Radio-Background_Disabled-1-30-0: #F2F4F7;
342
- --triplex-next-Radio-Background_Hover-1-30-0: #19BDB0;
343
- --triplex-next-Radio-BorderColor_Default-1-30-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
344
- --triplex-next-Radio-BorderColor_Disabled-1-30-0: 0 0 0 1px #E3E6EA inset;
345
- --triplex-next-Radio-BorderColor_Focused-1-30-0: 0 0 0 1px #FFD169 inset;
346
- --triplex-next-Radio-BorderColor_Checked_Default-1-30-0: none;
347
- --triplex-next-Radio-BorderColor_Checked_Disabled-1-30-0: none;
348
- --triplex-next-Radio-Dot_Default-1-30-0: rgba(255, 255, 255, 1);
349
- --triplex-next-Radio-Dot_Disabled-1-30-0: rgba(31, 31, 34, .15);
350
- --triplex-next-SegmentedControl-General_1_Background-1-30-0: #F2F4F7;
351
- --triplex-next-SegmentedControl-General_2_Background-1-30-0: #FFFFFF;
352
- --triplex-next-SegmentedControl-Secondary_1_Background-1-30-0: #F2F4F7;
353
- --triplex-next-SegmentedControl-Secondary_2_Background-1-30-0: #FFFFFF;
354
- --triplex-next-SegmentedControlSegment-General_1_Color_Default-1-30-0: rgba(31, 31, 34, .65);
355
- --triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-30-0: rgba(31, 31, 34, 1);
356
- --triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-30-0: rgba(31, 31, 34, .15);
357
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-30-0: rgba(255, 255, 255, 1);
358
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-30-0: rgba(255, 255, 255, 1);
359
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-30-0: rgba(255, 255, 255, .25);
360
- --triplex-next-SegmentedControlSegment-General_1_Background_Default-1-30-0: #F2F4F7;
361
- --triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-30-0: #DFE2E7;
362
- --triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-30-0: #F2F4F7;
363
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-30-0: #3B3B3E;
364
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-30-0: #49494C;
365
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-30-0: #343437;
366
- --triplex-next-SegmentedControlSegment-General_2_Color_Default-1-30-0: rgba(31, 31, 34, .65);
367
- --triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-30-0: rgba(31, 31, 34, 1);
368
- --triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-30-0: rgba(31, 31, 34, .15);
369
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-30-0: rgba(255, 255, 255, 1);
370
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-30-0: rgba(255, 255, 255, 1);
371
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-30-0: rgba(255, 255, 255, .25);
372
- --triplex-next-SegmentedControlSegment-General_2_Background_Default-1-30-0: #FFFFFF;
373
- --triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-30-0: #EEF0F4;
374
- --triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-30-0: #FFFFFF;
375
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-30-0: #3B3B3E;
376
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-30-0: #49494C;
377
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-30-0: #343437;
378
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-30-0: rgba(31, 31, 34, .65);
379
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-30-0: rgba(31, 31, 34, 1);
380
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-30-0: rgba(31, 31, 34, .15);
381
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-30-0: rgba(31, 31, 34, 1);
382
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-30-0: rgba(31, 31, 34, 1);
383
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-30-0: rgba(31, 31, 34, .15);
384
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-30-0: #F2F4F7;
385
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-30-0: #DFE2E7;
386
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-30-0: #F2F4F7;
387
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-30-0: #FFFFFF;
388
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-30-0: #DFE2E7;
389
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-30-0: #FFFFFF;
390
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-30-0: rgba(31, 31, 34, .65);
391
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-30-0: rgba(31, 31, 34, 1);
392
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-30-0: rgba(31, 31, 34, .15);
393
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-30-0: rgba(31, 31, 34, 1);
394
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-30-0: rgba(31, 31, 34, 1);
395
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-30-0: rgba(31, 31, 34, .15);
396
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-30-0: #FFFFFF;
397
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-30-0: #EEF0F4;
398
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-30-0: #FFFFFF;
399
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-30-0: #E3E6EA;
400
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-30-0: #D6D9E0;
401
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-30-0: #F2F4F7;
402
- --triplex-next-SegmentedControlSegment-BorderColor_Default-1-30-0: transparent;
403
- --triplex-next-SegmentedControlSegment-BorderColor_Focus-1-30-0: #FFD169;
404
- --triplex-next-Skeleton-BackgroundColor_Light_Start-1-30-0: #F2F4F7;
405
- --triplex-next-Skeleton-BackgroundColor_Light_End-1-30-0: #DFE2E7;
406
- --triplex-next-Skeleton-BackgroundColor_Dark_Start-1-30-0: rgba(31, 31, 34, .05);
407
- --triplex-next-Skeleton-BackgroundColor_Dark_End-1-30-0: rgba(31, 31, 34, .15);
408
- --triplex-next-SmallInput-Background-1-30-0: #F2F4F7;
409
- --triplex-next-SmallInput-Color-1-30-0: rgba(31, 31, 34, 1);
410
- --triplex-next-SmallInput-PlaceholderColor-1-30-0: rgba(31, 31, 34, .65);
411
- --triplex-next-SmallInput-Shadow-1-30-0: 0 0 0 1px rgba(33, 161, 154) inset;
412
- --triplex-next-SMSField-Refresh_Fill_Empty-1-30-0: rgba(31, 31, 34, .35);
413
- --triplex-next-SMSField-Refresh_Fill_Full-1-30-0: #008985;
414
- --triplex-next-SMSField-Refresh_Disabled-1-30-0: rgba(31, 31, 34, .15);
415
- --triplex-next-SMSField-Submit_Background_Default-1-30-0: rgba(31, 31, 34, .15);
416
- --triplex-next-SMSField-Submit_Background_Hover-1-30-0: #19BDB0;
417
- --triplex-next-SMSField-Submit_Background_Active-1-30-0: #21A19A;
418
- --triplex-next-Slider-Dot_Background_Default-1-30-0: #21A19A;
419
- --triplex-next-Slider-Dot_Background_Disabled-1-30-0: #F2F4F7;
420
- --triplex-next-Slider-Dot_Background_Hover-1-30-0: #19BDB0;
421
- --triplex-next-Slider-Dot_Background_Select-1-30-0: #007777;
422
- --triplex-next-Slider-Dot_Focus-1-30-0: #FFD169;
423
- --triplex-next-Slider-Dot_Inner_Background-1-30-0: #FFFFFF;
424
- --triplex-next-Slider-Dot_Inner_Background_Disabled-1-30-0: rgba(31, 31, 34, .15);
425
- --triplex-next-Slider-Mark_Dot_Background_Default-1-30-0: #DCDFE4;
426
- --triplex-next-Slider-Mark_Dot_Background_Selected-1-30-0: #21A19A;
427
- --triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-30-0: #E7E9EE;
428
- --triplex-next-Slider-Rail_Background-1-30-0: #DCDFE4;
429
- --triplex-next-Slider-Rail_Background_Disabled-1-30-0: #DCDFE4;
430
- --triplex-next-Slider-Tooltip_Background-1-30-0: #1B1B1D;
431
- --triplex-next-Slider-Tooltip_Color-1-30-0: rgba(255, 255, 255, 1);
432
- --triplex-next-Slider-Track_Background_Default-1-30-0: #21A19A;
433
- --triplex-next-Slider-Track_Background_Disabled-1-30-0: #E7E9EE;
434
- --triplex-next-Slider-Track_Background_Hover-1-30-0: #007777;
435
- --triplex-next-StatusTracker-Draft_Background-1-30-0: rgba(255, 255, 255, .15);
436
- --triplex-next-StatusTracker-Warning_Background-1-30-0: #FF7A17;
437
- --triplex-next-StatusTracker-Waiting_Background-1-30-0: #BFCADF;
438
- --triplex-next-StatusTracker-Rejected_Background-1-30-0: #FF5571;
439
- --triplex-next-StatusTracker-Approved_Background-1-30-0: #00D67D;
440
- --triplex-next-StatusTracker-Waiting_Color-1-30-0: #A9B6D0;
441
- --triplex-next-StatusTracker-Rejected_Color-1-30-0: #FFB1C1;
442
- --triplex-next-StatusTracker-Approved_Color-1-30-0: #00D67D;
443
- --triplex-next-StatusTracker-Border_Color-1-30-0: #FFFFFF;
444
- --triplex-next-Step-Color_Active-1-30-0: #008985;
445
- --triplex-next-Step-Color_Default-1-30-0: rgba(31, 31, 34, .65);
446
- --triplex-next-Step-Color_Disabled-1-30-0: #FFFFFF;
447
- --triplex-next-Step-Color_Done-1-30-0: #FFFFFF;
448
- --triplex-next-Step-Color_Error-1-30-0: rgba(255, 255, 255, 1);
449
- --triplex-next-Step-Color_Warning-1-30-0: rgba(255, 255, 255, 1);
450
- --triplex-next-Step-Background_Active-1-30-0: #E3FFFA;
451
- --triplex-next-Step-Background_Default-1-30-0: rgba(31, 31, 34, .05);
452
- --triplex-next-Step-Background_Disabled-1-30-0: rgba(31, 31, 34, .15);
453
- --triplex-next-Step-Background_Done-1-30-0: #008985;
454
- --triplex-next-Step-Background_Error-1-30-0: #D10032;
455
- --triplex-next-Step-Background_Warning-1-30-0: #EF4C01;
456
- --triplex-next-Stepper-Step_Background_Default-1-30-0: #F2F4F7;
457
- --triplex-next-Stepper-Step_Background_Hover-1-30-0: #EAEDF1;
458
- --triplex-next-Stepper-Step_Background_Disabled-1-30-0: #F2F4F7;
459
- --triplex-next-Stepper-Step_Background_Error-1-30-0: #FFF0F3;
460
- --triplex-next-Stepper-Step_Background_Error_Hover-1-30-0: #FCE0E6;
461
- --triplex-next-Stepper-Step_Background_Warning-1-30-0: #FFF4DB;
462
- --triplex-next-Stepper-Step_Background_Warning_Hover-1-30-0: #FCEAC7;
463
- --triplex-next-Stepper-Step_BorderColor_Focus-1-30-0: #FFD169;
464
- --triplex-next-Stepper-Step_BorderColor_Error-1-30-0: #E60037;
465
- --triplex-next-Stepper-Step_BorderColor_Warning-1-30-0: #FD6508;
466
- --triplex-next-Stepper-Step_BorderColor_Success-1-30-0: #21A19A;
467
- --triplex-next-Stepper-Step_Color_Default-1-30-0: rgba(31, 31, 34, .65);
468
- --triplex-next-Stepper-Step_Color_Hover-1-30-0: rgba(31, 31, 34, 1);
469
- --triplex-next-Stepper-Step_Color_Disabled-1-30-0: rgba(31, 31, 34, .35);
470
- --triplex-next-Stepper-ButtonWrapper_Background_Prev-1-30-0: linear-gradient(to right, rgba(255,255,255,1) 39.06%, rgba(255,255,255,0) 100%);
471
- --triplex-next-Stepper-ButtonWrapper_Background_Next-1-30-0: linear-gradient(to left, rgba(255,255,255,1) 39.06%, rgba(255,255,255,0) 100%);
472
- --triplex-next-TableBasic-Background_Hover-1-30-0: #E3E6EA;
473
- --triplex-next-TableBasic-Background_Selected-1-30-0: #DCDFE4;
474
- --triplex-next-TableBasic-Color-1-30-0: rgba(31, 31, 34, 1);
475
- --triplex-next-TableBasic-Header_Background-1-30-0: #E7E9EE;
476
- --triplex-next-TableBasic-TableFooter_Background-1-30-0: #E7E9EE;
477
- --triplex-next-TableBasic-TableFooter_Highlight-1-30-0: linear-gradient(transparent, #FFFFFF);
478
- --triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-30-0: #D6D9E0;
479
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-30-0: #FFFFFF;
480
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-30-0: #EAEDF1;
481
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-30-0: #FFFFFF;
482
- --triplex-next-Tabs-Type1_Background-1-30-0: #F2F4F7;
483
- --triplex-next-Tabs-Type2_Background-1-30-0: #FFFFFF;
484
- --triplex-next-Tabs-Type1_Tab_Background_Default-1-30-0: #F2F4F7;
485
- --triplex-next-Tabs-Type2_Tab_Background_Default-1-30-0: #FFFFFF;
486
- --triplex-next-Tabs-Type1_Tab_Background_Selected-1-30-0: #DCDFE4;
487
- --triplex-next-Tabs-Type2_Tab_Background_Selected-1-30-0: #E3E6EA;
488
- --triplex-next-Tabs-Type1_Tab_Background_Hover-1-30-0: #E3E6EA;
489
- --triplex-next-Tabs-Type2_Tab_Background_Hover-1-30-0: #EEF0F4;
490
- --triplex-next-Tabs-Tab_BorderColor_Default-1-30-0: transparent;
491
- --triplex-next-Tabs-Tab_BorderColor_Focus-1-30-0: #FFD169;
492
- --triplex-next-Tag-Background-1-30-0: #DFE2E7;
493
- --triplex-next-TagColor-Background_Default-1-30-0: #EEF3FC;
494
- --triplex-next-TagColor-Background_Success-1-30-0: #E3FFFA;
495
- --triplex-next-TagColor-Background_Info-1-30-0: #E3F6FF;
496
- --triplex-next-TagColor-Background_Warning-1-30-0: #FFF4DB;
497
- --triplex-next-TagColor-Background_Error-1-30-0: #FFF0F3;
498
- --triplex-next-TagColor-Text_Color_Default-1-30-0: rgba(31, 31, 34, .75);
499
- --triplex-next-TabsLine-BorderColor_Active-1-30-0: #21A19A;
500
- --triplex-next-TabsLine-BorderColor_Hover-1-30-0: #19BDB0;
501
- --triplex-next-TabsLine-Separator_Color-1-30-0: #D6D9E0;
502
- --triplex-next-TabsLine-Shadow_Focus-1-30-0: 0 0 0 1px #FFDD64 inset;
503
- --triplex-next-Tooltip-Background-1-30-0: #1B1B1D;
504
- --triplex-next-Tooltip-Color-1-30-0: rgba(255, 255, 255, 1);
505
- --triplex-next-Tooltip-Link_Desktop_Color_Active-1-30-0: #008985;
506
- --triplex-next-Tooltip-Link_Desktop_Color_Default-1-30-0: #19BDB0;
507
- --triplex-next-Tooltip-Link_Desktop_Color_Hover-1-30-0: #4BD9CF;
508
- --triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-30-0: 0 0 0 1px #FFD169;
509
- --triplex-next-Tooltip-Link_Mobile_Color_Active-1-30-0: #007777;
510
- --triplex-next-Tooltip-Link_Mobile_Color_Default-1-30-0: #008985;
511
- --triplex-next-Tooltip-Link_Mobile_Color_Hover-1-30-0: #21A19A;
512
- --triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-30-0: 0 0 0 1px #FFDD64;
513
- --triplex-next-TopOverlay-Background-1-30-0: rgba(31, 31, 34, .55);
514
- --triplex-next-Typography-Primary_Color-1-30-0: rgba(31, 31, 34, 1);
515
- --triplex-next-Typography-Complementary_Color-1-30-0: rgba(31, 31, 34, .85);
516
- --triplex-next-Typography-Secondary_Color-1-30-0: rgba(31, 31, 34, .65);
517
- --triplex-next-Typography-Tertiary_Color-1-30-0: rgba(31, 31, 34, .55);
518
- --triplex-next-Typography-Disabled_Color-1-30-0: rgba(31, 31, 34, .35);
519
- --triplex-next-Typography-Brand_Color-1-30-0: #008985;
520
- --triplex-next-Typography-Info_Color-1-30-0: #0E57CC;
521
- --triplex-next-Typography-Success_Color-1-30-0: #008B5C;
522
- --triplex-next-Typography-Error_Color-1-30-0: #D10032;
523
- --triplex-next-Typography-Warning_Color-1-30-0: #EF4C01;
524
- --triplex-next-Typography-System_Color-1-30-0: #697591;
525
- --triplex-next-Typography-PrimaryInvert_Color-1-30-0: rgba(255, 255, 255, 1);
526
- --triplex-next-Typography-ComplementaryInvert_Color-1-30-0: rgba(255, 255, 255, .75);
527
- --triplex-next-Typography-SecondaryInvert_Color-1-30-0: rgba(255, 255, 255, .55);
528
- --triplex-next-Typography-TertiaryInvert_Color-1-30-0: rgba(255, 255, 255, .45);
529
- --triplex-next-Typography-DisabledInvert_Color-1-30-0: rgba(255, 255, 255, .25);
530
- --triplex-next-Typography-BrandInvert_Color-1-30-0: #19BDB0;
531
- --triplex-next-Typography-InfoInvert_Color-1-30-0: #1297FE;
532
- --triplex-next-Typography-SuccessInvert_Color-1-30-0: #00D67D;
533
- --triplex-next-Typography-ErrorInvert_Color-1-30-0: #F80C45;
534
- --triplex-next-Typography-WarningInvert_Color-1-30-0: #FF7A17;
535
- --triplex-next-Typography-SystemInvert_Color-1-30-0: #95A3C1;
536
- --triplex-next-UploadZone-Background_Default-1-30-0: #F2F4F7;
537
- --triplex-next-UploadZone-Background_Hover-1-30-0: #EAEDF1;
538
- --triplex-next-UploadZone-BorderColor_Default-1-30-0: #2D2D30;
539
- --triplex-next-UploadZone-DragArea_Background-1-30-0: #F2F4F7;
540
- --triplex-next-UploadZone-DragArea_BorderColor-1-30-0: #21A19A;}
541
- .underline__1ac2d269{text-decoration:underline}.strikethrough__e46e5847{text-decoration:line-through}.underlineStrikethrough__5fcdc4f1{text-decoration:underline line-through}.typography__69ff2f76.primary__465f2ad1{color:var(--triplex-next-Typography-Primary_Color-1-30-0)}.typography__69ff2f76.primaryInvert__dd23e598{color:var(--triplex-next-Typography-PrimaryInvert_Color-1-30-0)}.typography__69ff2f76.complementary__ac6f8bf5{color:var(--triplex-next-Typography-Complementary_Color-1-30-0)}.typography__69ff2f76.complementaryInvert__bfaaef9e{color:var(--triplex-next-Typography-ComplementaryInvert_Color-1-30-0)}.typography__69ff2f76.secondary__30d1740b{color:var(--triplex-next-Typography-Secondary_Color-1-30-0)}.typography__69ff2f76.secondaryInvert__c07af665{color:var(--triplex-next-Typography-SecondaryInvert_Color-1-30-0)}.typography__69ff2f76.tertiary__a57b4c52{color:var(--triplex-next-Typography-Tertiary_Color-1-30-0)}.typography__69ff2f76.tertiaryInvert__98f07657{color:var(--triplex-next-Typography-TertiaryInvert_Color-1-30-0)}.typography__69ff2f76.disabled__886d53c2{color:var(--triplex-next-Typography-Disabled_Color-1-30-0)}.typography__69ff2f76.disabledInvert__9e7185bd{color:var(--triplex-next-Typography-DisabledInvert_Color-1-30-0)}.typography__69ff2f76.brand__5388403c{color:var(--triplex-next-Typography-Brand_Color-1-30-0);-webkit-user-select:none;user-select:none}.typography__69ff2f76.brandInvert__2701d4ba{color:var(--triplex-next-Typography-BrandInvert_Color-1-30-0)}.typography__69ff2f76.info__9ee6495e{color:var(--triplex-next-Typography-Info_Color-1-30-0)}.typography__69ff2f76.infoInvert__a87274d7{color:var(--triplex-next-Typography-InfoInvert_Color-1-30-0)}.typography__69ff2f76.success__f5289b49{color:var(--triplex-next-Typography-Success_Color-1-30-0)}.typography__69ff2f76.successInvert__d2d19b1d{color:var(--triplex-next-Typography-SuccessInvert_Color-1-30-0)}.typography__69ff2f76.error__2432b519{color:var(--triplex-next-Typography-Error_Color-1-30-0)}.typography__69ff2f76.errorInvert__92afeef7{color:var(--triplex-next-Typography-ErrorInvert_Color-1-30-0)}.typography__69ff2f76.warning__7e3a4549{color:var(--triplex-next-Typography-Warning_Color-1-30-0)}.typography__69ff2f76.warningInvert__7c27c265{color:var(--triplex-next-Typography-WarningInvert_Color-1-30-0)}.typography__69ff2f76.system__4b9fa292{color:var(--triplex-next-Typography-System_Color-1-30-0)}.typography__69ff2f76.systemInvert__3bb1f342{color:var(--triplex-next-Typography-SystemInvert_Color-1-30-0)}.typography__69ff2f76.compact__86258e0a{line-height:calc(16 / 14)}.caption__6fc23244.regular__8116a70a{font-family:SBSansText,Arial,sans-serif}.caption__6fc23244.semibold__60b40546{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.c1__c6a09934{font-size:10px;line-height:12px}.c2__25ef4bc1{font-size:8px;line-height:10px}.d1__0bea2a36{font-size:32px;line-height:40px}.d1__0bea2a36.regular__8116a70a{font-family:SBSansDisplay,Arial,sans-serif}.d1__0bea2a36.semibold__60b40546{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.codeText__223a2a4c{font-family:SBSansTextMono,Arial,monospace;font-size:14px;line-height:20px;font-weight:400}.text__02a9f71e{outline:none}.text__02a9f71e.regular__8116a70a{font-family:SBSansText,Arial,sans-serif}.text__02a9f71e.semibold__60b40546{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.b1__11d9f1c2{font-size:18px;line-height:24px}.b2__c9a940d1{font-size:16px;line-height:20px}.b3__f197893c{font-size:14px;line-height:20px}.b3__f197893c.compact__86258e0a{line-height:16px}.b4__034f3f21{font-size:12px;line-height:16px}.title__7d0e05fb{outline:none}.title__7d0e05fb.regular__8116a70a{font-family:SBSansDisplay,Arial,sans-serif;font-weight:400}.title__7d0e05fb.semibold__60b40546{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.title__7d0e05fb.medium__1a3d3b9f{font-family:SBSansDisplayMedium,Arial,sans-serif;font-weight:500}.title__7d0e05fb.bold__a1b7cf53{font-family:SBSansDisplayBold,Arial,sans-serif;font-weight:700}.h1__49126962,.h2__72f429de,.h3__6427bf0c{margin:0}.h1__49126962{font-size:28px;line-height:36px}.h2__72f429de{font-size:24px;line-height:32px}.h3__6427bf0c{font-size:20px;line-height:28px}.formFieldInput__86f28b8c{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-1-30-0)}.formFieldInput__86f28b8c.sm__f1c7d6be{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__86f28b8c.md__14d41478{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__86f28b8c.lg__19569db4{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldInput__86f28b8c:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-30-0)}.formFieldInput__86f28b8c::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-30-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__86f28b8c:focus{outline:none}.formFieldInput__86f28b8c:focus::placeholder{opacity:1}.formFieldInput__86f28b8c:-webkit-autofill{animation-name:autofill-applied-hook__5d1021f3;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__86f28b8c:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__d3227c0c;animation-duration:1ms}.disableInteraction__7688bf97{pointer-events:none}.displayContents__07352b90{display:contents}.buttonIcon__3715625d{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__3715625d:enabled{cursor:pointer}.buttonIcon__3715625d.circle__8a02a808{border-radius:50%}.buttonIcon__3715625d.squircle__d8104184{border-radius:4px}.buttonIcon__3715625d:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-30-0)}.formFieldClear__eb7cc032{visibility:hidden;opacity:0;transition:visibility,opacity;transition-duration:.3s;pointer-events:none}.formFieldClear__eb7cc032:focus{visibility:visible;opacity:1;pointer-events:auto}.formFieldCounter__ce098fdd{padding-left:4px;margin-left:auto}.formFieldDescription__9c40c2dc{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__9c40c2dc.withCounter__6bbee554{display:flex}.formFieldLabel__d08ff3d7{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__d08ff3d7.sm__f1c7d6be{top:6px}.formFieldLabel__d08ff3d7.md__14d41478{top:10px}.formFieldLabel__d08ff3d7.lg__19569db4{top:18px}.formFieldLabel__d08ff3d7.lg__19569db4.floating__c97e21a3{top:10px}.formFieldLabelText__d48fa2ba{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-30-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__f1c7d6be .formFieldLabelText__d48fa2ba{font-size:12px;line-height:16px}.md__14d41478 .formFieldLabelText__d48fa2ba{font-size:14px;line-height:20px}.lg__19569db4 .formFieldLabelText__d48fa2ba{font-size:16px;line-height:20px}.floating__c97e21a3 .formFieldLabelText__d48fa2ba{font-size:12px;line-height:16px}.floating__c97e21a3.sm__f1c7d6be .formFieldLabelText__d48fa2ba,.floating__c97e21a3.md__14d41478 .formFieldLabelText__d48fa2ba{display:none}.disabled__2b9933f4 .formFieldLabelText__d48fa2ba{color:var(--triplex-next-FormField-Label_Color_Disabled-1-30-0)}.formFieldMaskedInputWrapper__9c30a36c{position:relative}.formFieldMaskedInputWrapper__9c30a36c .formFieldMaskedInputPlaceholder__d41e6676{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__9c30a36c .formFieldMaskedInputPlaceholder__d41e6676::placeholder{opacity:1}.formFieldMaskedInputWrapper__9c30a36c .formFieldMaskedInputPlaceholder__d41e6676:disabled{visibility:hidden}.formFieldMaskedInputWrapper__9c30a36c.size-sm__03497711{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__9c30a36c.size-sm__03497711 .formFieldMaskedInputPlaceholder__d41e6676{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__9c30a36c.size-md__23c22f61{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__9c30a36c.size-md__23c22f61 .formFieldMaskedInputPlaceholder__d41e6676{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__9c30a36c.size-lg__a7afa17c{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__9c30a36c.size-lg__a7afa17c .formFieldMaskedInputPlaceholder__d41e6676{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__9c30a36c .formFieldMaskedInput__32e005ad{display:block;position:relative;background:none!important}.formFieldPostfix__0ec5b110{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__edb4ee52{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldTarget__ab67d4c8{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-30-0);overflow:hidden;white-space:nowrap}.formFieldTarget__ab67d4c8.sm__f1c7d6be{font-size:12px;height:28px;line-height:16px}.formFieldTarget__ab67d4c8.md__14d41478{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__ab67d4c8.lg__19569db4{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__ab67d4c8.placeholder__752534cd{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-30-0)}.formFieldTarget__ab67d4c8.disabled__2b9933f4{color:var(--triplex-next-FormField-Target_Color_Disabled-1-30-0)}.formFieldTarget__ab67d4c8 .placeholderWrapper__4de99277{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__ab67d4c8:focus{outline:none}.formFieldTarget__ab67d4c8:focus .placeholderWrapper__4de99277,.formFieldTarget__ab67d4c8.active__da079565 .placeholderWrapper__4de99277{opacity:1}.formFieldTextarea__0ef11e20{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-30-0);vertical-align:top;font-family:inherit}.formFieldTextarea__0ef11e20.sm__f1c7d6be{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__0ef11e20.md__14d41478{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__0ef11e20.lg__19569db4{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__0ef11e20::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-30-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__0ef11e20:focus{outline:none}.formFieldTextarea__0ef11e20:focus::placeholder{opacity:1}.formFieldTextarea__0ef11e20:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-30-0)}.formFieldTextarea__0ef11e20:-webkit-autofill{animation-name:autofill-applied-hook__5d1021f3;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldTextarea__0ef11e20:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__d3227c0c;animation-duration:1ms}@keyframes autofill-applied-hook__5d1021f3{0%{transform:none}}@keyframes autofill-cancelled-hook__d3227c0c{0%{transform:none}}.formField__25c8cd50{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__25c8cd50.sm__f1c7d6be{border-radius:6px}.formField__25c8cd50.md__14d41478{border-radius:8px}.formField__25c8cd50.lg__19569db4{border-radius:10px}.formField__25c8cd50.default__4aa64c79{background:var(--triplex-next-FormField-Background_Default-1-30-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-30-0)}.formField__25c8cd50:hover{background:var(--triplex-next-FormField-Background_Hover-1-30-0)}.formField__25c8cd50.active__da079565{background:var(--triplex-next-FormField-Background_Active-1-30-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-30-0)}.formField__25c8cd50.active__da079565 .formFieldInput__86f28b8c::placeholder,.formField__25c8cd50.active__da079565 .formFieldTextarea__0ef11e20::placeholder{opacity:1}.formField__25c8cd50.disabled__2b9933f4{background:var(--triplex-next-FormField-Background_Disabled-1-30-0)}.formField__25c8cd50.error__f343b558{background:var(--triplex-next-FormField-Background_Error-1-30-0)}.formField__25c8cd50.error__f343b558:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-30-0)}.formField__25c8cd50.error__f343b558.active__da079565{background:var(--triplex-next-FormField-Background_Error-1-30-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-30-0)}.formField__25c8cd50.warning__b44cda6b{background:var(--triplex-next-FormField-Background_Warning-1-30-0)}.formField__25c8cd50.warning__b44cda6b:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-30-0)}.formField__25c8cd50.warning__b44cda6b.active__da079565{background:var(--triplex-next-FormField-Background_Warning-1-30-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-30-0)}.formField__25c8cd50.filled__33dc5b11:not(.disabled__2b9933f4):hover .formFieldClear__eb7cc032,.formField__25c8cd50.filled__33dc5b11:not(.disabled__2b9933f4).active__da079565 .formFieldClear__eb7cc032{visibility:visible;opacity:1;pointer-events:auto}.dropdownDesktop__6c845c7b{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-30-0);background-color:var(--triplex-next-Dropdown-Background-1-30-0)}.dropdownDesktop__6c845c7b.sm__5cb3b339{border-radius:6px}.dropdownDesktop__6c845c7b.md__e55b9ac4{border-radius:8px}.dropdownDesktop__6c845c7b.lg__e178c831{border-radius:10px}.dropdownDesktopOverflowHidden__9a41c10d{overflow:hidden}.badgeDot__8cfadf59{display:inline-block;background:var(--triplex-next-Badge-Background-1-30-0);border-radius:50%}.badgeDot__8cfadf59.sm__5ced96e3{width:6px;height:6px}.badgeDot__8cfadf59.md__a2383748{width:8px;height:8px}.badgeDot__8cfadf59.lg__b299bd81{width:10px;height:10px}.badgeContent__b9d146c9{display:flex}.badgeContent__b9d146c9.sm__5ced96e3{padding-left:4px;padding-right:4px}.badgeContent__b9d146c9.md__a2383748{padding-left:6px;padding-right:6px}.badgeContent__b9d146c9.lg__b299bd81{padding-left:8px;padding-right:8px}.badgeContent__b9d146c9.noPaddingLeft__4800877b{padding-left:0}.badgeContent__b9d146c9.noPaddingRight__0c7624a1{padding-right:0}.badgePrefix__a8308f50,.badgePostfix__aadbf812{display:contents}.badge__5940aae0{display:inline-flex;align-items:center;justify-content:center;position:relative;width:fit-content;white-space:nowrap;background:var(--triplex-next-Badge-Background-1-30-0)}.badge__5940aae0.sm__5ced96e3{height:16px;border-radius:4px}.badge__5940aae0.md__a2383748{height:20px;border-radius:6px}.badge__5940aae0.lg__b299bd81{height:24px;border-radius:8px}.dropdownDesktopList__83039bbe{margin:4px;overflow:auto}.dropdownDesktopList__83039bbe .notificationIcon__7dad7798{position:absolute}.dropdownDesktopList__83039bbe.sm__5cb3b339{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__83039bbe.sm__5cb3b339 .dropdownDesktopListItem__1cd06963{padding:6px 8px;border-radius:6px}.dropdownDesktopList__83039bbe.sm__5cb3b339 .dropdownDesktopListLoader__f8daef06{margin:0 auto}.dropdownDesktopList__83039bbe.sm__5cb3b339 .notificationIcon__7dad7798{right:3px;top:3px}.dropdownDesktopList__83039bbe.md__e55b9ac4{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__83039bbe.md__e55b9ac4 .dropdownDesktopListItem__1cd06963{padding:7px 8px;border-radius:8px}.dropdownDesktopList__83039bbe.md__e55b9ac4 .dropdownDesktopListLoader__f8daef06{margin:-2px auto}.dropdownDesktopList__83039bbe.md__e55b9ac4 .notificationIcon__7dad7798{right:4px;top:4px}.dropdownDesktopList__83039bbe.lg__e178c831{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__83039bbe.lg__e178c831 .dropdownDesktopListItem__1cd06963{padding:14px 8px;border-radius:10px}.dropdownDesktopList__83039bbe.lg__e178c831 .dropdownDesktopListLoader__f8daef06{margin:-6px auto}.dropdownDesktopList__83039bbe.lg__e178c831 .notificationIcon__7dad7798{right:4px;top:6px}.dropdownDesktopListItem__1cd06963{color:var(--triplex-next-DropdownList-Color-1-30-0);background:var(--triplex-next-DropdownList-Background_Default-1-30-0);position:relative;outline:none}.dropdownDesktopListItem__1cd06963+.dropdownDesktopListItem__1cd06963{margin-top:2px}.dropdownDesktopListItem__1cd06963.active__93d371ab{background:var(--triplex-next-DropdownList-Background_Active-1-30-0);cursor:pointer}.dropdownDesktopListItem__1cd06963.selected__42d6ed6c{background:var(--triplex-next-DropdownList-Background_Selected-1-30-0);cursor:default}.loaderSmall__b2519711{display:flex;justify-content:center;align-items:center}.loaderSmall__b2519711.sm__1778c026{width:16px;height:16px;gap:2px}.loaderSmall__b2519711.sm__1778c026 .dot__74d5aeac{width:4px;height:4px}.loaderSmall__b2519711.md__325aef87{width:24px;height:24px;gap:3px}.loaderSmall__b2519711.md__325aef87 .dot__74d5aeac{width:6px;height:6px}.loaderSmall__b2519711.lg__bd11e98c{width:32px;height:32px;gap:4px}.loaderSmall__b2519711.lg__bd11e98c .dot__74d5aeac{width:8px;height:8px}.loaderSmall__b2519711.neutral__c2f59f8f .dot__74d5aeac{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-30-0)}.loaderSmall__b2519711.brand__01be95a0 .dot__74d5aeac{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-30-0)}.loaderSmall__b2519711 .dot__74d5aeac{border-radius:50%}.loaderSmall__b2519711 .dot1__9444b268{animation:dotCycleSmall__31076c28 .9s infinite}.loaderSmall__b2519711 .dot2__63d39718{animation:dotCycleSmall__31076c28 .9s infinite .15s}.loaderSmall__b2519711 .dot3__58c32e12{animation:dotCycleSmall__31076c28 .9s infinite .3s}@keyframes dotCycleSmall__31076c28{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__ec0128fa{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-30-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__4187b898{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__4187b898 .dot__74d5aeac{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-30-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__4187b898 .dot1__9444b268{top:0;left:0;animation:dotCycleMiddle__02c2823c 3s infinite}.loaderMiddleDots__4187b898 .dot2__63d39718{right:0;top:0;opacity:.7;animation:dotCycleMiddle__02c2823c 3s infinite .74s}.loaderMiddleDots__4187b898 .dot3__58c32e12{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__02c2823c 3s infinite 1.5s}.loaderMiddleDots__4187b898 .dot4__a1c9d951{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__02c2823c 3s infinite 2.25s}.loaderMiddleDots__4187b898 .line__a5959578{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-30-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__41b65c9c 3s infinite}@keyframes lineCycle__41b65c9c{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__02c2823c{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__88ac4c91{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__6e43ad56{background:var(--triplex-next-DropdownMobile-Backdrop-1-30-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__6e43ad56.closing__abaab26b{opacity:0}.dropdownMobileBackdrop__6e43ad56.opening__0ed6937c,.dropdownMobileBackdrop__6e43ad56.opened__77ebb548{opacity:var(--triplex-DropdownMobile-Opacity-1-30-0)}.dropdownMobile__f2ba0e30{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__f2ba0e30.closing__abaab26b{transform:translateY(100%)}.dropdownMobile__f2ba0e30.opening__0ed6937c,.dropdownMobile__f2ba0e30.opened__77ebb548{transform:translateY(0)}.dropdownMobileHeader__0b7feb27{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-30-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__0b7feb27 .dropdownMobileHeaderContent__2a96318d{display:flex;flex-grow:1;min-width:0;margin-right:12px;min-height:20px}.dropdownMobileContent__525dbf4b{background:var(--triplex-next-DropdownMobile-Content_Background-1-30-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__008e9aa2{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-30-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-30-0);flex-shrink:1}.dropdownMobileListItem__b91f1c0f{position:relative;padding:16px}.dropdownMobileListItem__b91f1c0f.selected__42d6ed6c{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-30-0)}.dropdownMobileListItem__b91f1c0f:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-30-0)}.dropdownMobileBodyOverflow__3720b3cd{overflow:hidden}.controlButtons__70987b8f{display:flex}.dropdownMobileLoader__03ede1e4{margin-right:8px}.dropdownMobileListLoader__8ee6b814{display:flex;justify-content:center;align-items:center;padding:16px}.notificationIcon__7dad7798{position:absolute;right:6px;top:6px}.dropdownMobileInput__cd7f6f7d{width:100%;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input_Color_Default-1-30-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__cd7f6f7d::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-30-0);opacity:1}.dropdownMobileInput__cd7f6f7d::-ms-clear{display:none}.tabsLineWrapper__d19fe411[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__d19fe411[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__d19fe411[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__d19fe411[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__d19fe411{position:relative}.tabsLineWrapper__d19fe411.withSeparator__93f99553:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-30-0);bottom:0;left:0;right:0}.tabsLine__1a2ad8dd{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__1a2ad8dd:has(.sm__47eb12cf){height:28px}.tabsLine__1a2ad8dd:has(.md__7cc2106e){height:40px}.tabsLine__1a2ad8dd:has(.lg__b4709cdd){height:56px}.tab__6e6db15e{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__6e6db15e.sm__47eb12cf{height:28px;padding-bottom:12px}.tab__6e6db15e.md__7cc2106e{height:40px;padding-top:8px;padding-bottom:12px}.tab__6e6db15e.lg__b4709cdd{height:56px;padding-top:16px;padding-bottom:20px}.tab__6e6db15e::-moz-focus-inner{border:none;padding:0}.tab__6e6db15e:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-30-0)}.tab__6e6db15e.active__c964aebd{cursor:default}.tab__6e6db15e: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__6e6db15e:hover:after,.tab__6e6db15e:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-30-0)}.tab__6e6db15e.active__c964aebd:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-30-0)}.notificationIcon__99a87438{position:absolute;right:6px}.sm__47eb12cf .notificationIcon__99a87438{top:0}.md__7cc2106e .notificationIcon__99a87438{top:8px}.lg__b4709cdd .notificationIcon__99a87438{top:16px}.tabsLineDropdown__db8839b2{display:inline-block}.tabsLineDropdown__db8839b2 .dropdownTarget__53db5e6c.active__c964aebd{cursor:pointer}.tabsLineDropdown__db8839b2 .dropdownTargetInner__3d38c82c{display:inline-flex;align-items:center}.tabsLineDropdown__db8839b2 .dropdownTargetCaret__fa4f81f4{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__db8839b2 .dropdownTargetCaret__fa4f81f4.opened__bc2eed80{transform:rotate(-180deg)}.tabsLineDropdown__db8839b2 .dropdown__ee61dbeb{right:0;padding:4px}.tabsLineMobileWrapper__5c69f2d3{position:relative}.tabsLineMobileWrapper__5c69f2d3 .tab__6e6db15e{flex-shrink:0}.tabsLineMobileWrapper__5c69f2d3 .tab__6e6db15e:first-child{margin-left:16px}.tabsLineMobileWrapper__5c69f2d3 .tab__6e6db15e:last-child{margin-right:16px}.tabsLineMobile__e3d36d32{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__e3d36d32::-webkit-scrollbar{display:none}.label__415f85a3{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__415f85a3.sm__765375b6{min-width:16px;min-height:16px}.label__415f85a3.sm__765375b6.nonempty__1655c249{padding:2px 0 2px 24px}.label__415f85a3.md__9e4a9b81{min-height:24px;min-width:24px}.label__415f85a3.md__9e4a9b81.nonempty__1655c249{padding-left:32px;padding-top:2px}.label__415f85a3.lg__e58e9afc{min-width:28px;min-height:28px}.label__415f85a3.lg__e58e9afc.nonempty__1655c249{padding-left:40px;padding-top:4px}.label__415f85a3.disabled__1a88db8c{cursor:default}.radio__32f64de5{margin:0;opacity:0}.radioIcon__5ff7726c{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-30-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-30-0)}.radioIcon__5ff7726c:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-30-0);border-radius:50%;transform:scale(0)}.sm__765375b6 .radioIcon__5ff7726c:after{width:8px;height:8px;top:4px;left:4px}.md__9e4a9b81 .radioIcon__5ff7726c:after{width:12px;height:12px;top:6px;left:6px}.lg__e58e9afc .radioIcon__5ff7726c:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__5ff7726c,.radioIcon__5ff7726c:after{pointer-events:none}.radio__32f64de5,.radioIcon__5ff7726c{position:absolute;left:0;top:0}.sm__765375b6 .radio__32f64de5,.sm__765375b6 .radioIcon__5ff7726c{width:16px;height:16px;top:2px}.md__9e4a9b81 .radio__32f64de5,.md__9e4a9b81 .radioIcon__5ff7726c{width:24px;height:24px}.lg__e58e9afc .radio__32f64de5,.lg__e58e9afc .radioIcon__5ff7726c{width:28px;height:28px}.radio__32f64de5:enabled{cursor:pointer}.radio__32f64de5:checked+.radioIcon__5ff7726c{background:var(--triplex-next-Radio-Background_Checked_Default-1-30-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-30-0)}.radio__32f64de5:checked+.radioIcon__5ff7726c:after{transform:scale(1);transition:transform .2s ease-out}.radio__32f64de5:hover+.radioIcon__5ff7726c{background-color:var(--triplex-next-Radio-Background_Hover-1-30-0);box-shadow:none}.radio__32f64de5:disabled+.radioIcon__5ff7726c{background:var(--triplex-next-Radio-Background_Disabled-1-30-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-30-0)}.radio__32f64de5:disabled:checked+.radioIcon__5ff7726c{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-30-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-30-0)}.radio__32f64de5:disabled+.radioIcon__5ff7726c:after{background:var(--triplex-next-Radio-Dot_Disabled-1-30-0)}.radio__32f64de5:focus-visible+.radioIcon__5ff7726c{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-30-0)}.radio__32f64de5:checked:enabled:hover+.radioIcon__5ff7726c{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-30-0)}.radioXGroup__dda96889{display:inline-flex;flex-flow:row wrap}.radioXGroup__dda96889.indent-12__061d88d3{margin-left:-6px;margin-right:-6px}.radioXGroup__dda96889.indent-12__061d88d3 .label__415f85a3{margin-left:6px;margin-right:6px}.radioXGroup__dda96889.indent-16__44d47174{margin-left:-8px;margin-right:-8px}.radioXGroup__dda96889.indent-16__44d47174 .label__415f85a3{margin-left:8px;margin-right:8px}.radioXGroup__dda96889.indent-20__1f1592dc{margin-left:-10px;margin-right:-10px}.radioXGroup__dda96889.indent-20__1f1592dc .label__415f85a3{margin-left:10px;margin-right:10px}.radioXGroup__dda96889.indent-24__2aa7e449{margin-left:-12px;margin-right:-12px}.radioXGroup__dda96889.indent-24__2aa7e449 .label__415f85a3{margin-left:12px;margin-right:12px}.radioXGroup__dda96889.indent-28__e11a9940{margin-left:-14px;margin-right:-14px}.radioXGroup__dda96889.indent-28__e11a9940 .label__415f85a3{margin-left:14px;margin-right:14px}.radioXGroup__dda96889.indent-32__945fcb58{margin-left:-16px;margin-right:-16px}.radioXGroup__dda96889.indent-32__945fcb58 .label__415f85a3{margin-left:16px;margin-right:16px}.radioYGroup__0307620d{display:inline-flex;flex-flow:column wrap}.radioYGroup__0307620d .label__415f85a3.sm__765375b6+.label__415f85a3.sm__765375b6{margin-top:8px}.radioYGroup__0307620d .label__415f85a3.md__9e4a9b81+.label__415f85a3.md__9e4a9b81{margin-top:16px}.radioYGroup__0307620d .label__415f85a3.lg__e58e9afc+.label__415f85a3.lg__e58e9afc{margin-top:20px}.notification__69f53075{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-30-0);background:var(--triplex-next-Notification-Background-1-30-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-30-0);z-index:300}.notification__69f53075:first-child{margin-top:0}.notification__69f53075.extraBottomPadding__d6286a84{padding-bottom:24px}.notification__69f53075 .notificationHeader__a52bca77{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-30-0);width:100%;margin-top:0;margin-bottom:8px}.notification__69f53075 .notificationIcon__f362c882{line-height:0}.notification__69f53075 .notificationBody__ec4005c7{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__69f53075 .notificationBodyList__f49725ee{margin-top:8px}.notification__69f53075 .notificationClose__73f7b4bb{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__69f53075.showCloseOnHover__f2a52a8d .notificationClose__73f7b4bb{opacity:0}.notification__69f53075.showCloseOnHover__f2a52a8d:hover{cursor:pointer}.notification__69f53075.showCloseOnHover__f2a52a8d:hover .notificationClose__73f7b4bb{opacity:1}.notification__69f53075 .notificationFooter__5a7f4268{display:flex;align-items:center;margin-top:16px}.notification__69f53075 .notificationFooter__5a7f4268 button+a{margin-left:16px}.notification__69f53075 .notificationTime__233d1420{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-30-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__d25fee6d{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__d25fee6d:hover{cursor:pointer}.notificationGroupedWrapper__d25fee6d .notificationGroupedFooterItem__a550519e{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-30-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-30-0)}.notificationGroupedWrapper__d25fee6d .notificationGroupedFooterItem__a550519e.first__bf06f9c0{bottom:-8px;z-index:200}.notificationGroupedWrapper__d25fee6d .notificationGroupedFooterItem__a550519e.second__3e23395b{bottom:-16px;z-index:100}@media(max-width:767px){.notification__69f53075,.notificationGroupedWrapper__d25fee6d{width:100%}}.unorderedListItem__d9c71046:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__d9c71046+.unorderedListItem__d9c71046{margin-top:8px}.unorderedList__09a055da{position:relative;margin:0;padding-left:14px;list-style:none}.button__fb159c32.general__2f57aad6{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-30-0);color:var(--triplex-next-Button-General_Color_Default-1-30-0)}.button__fb159c32.general__2f57aad6:hover{background:var(--triplex-next-Button-General_Background_Hover-1-30-0);color:var(--triplex-next-Button-General_Color_Hover-1-30-0)}.button__fb159c32.general__2f57aad6.expanded__246bac08,.button__fb159c32.general__2f57aad6:active{background:var(--triplex-next-Button-General_Background_Active-1-30-0);color:var(--triplex-next-Button-General_Color_Active-1-30-0)}.button__fb159c32.general__2f57aad6:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-30-0)}.button__fb159c32.general__2f57aad6:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-30-0);color:var(--triplex-next-Button-General_Color_Disabled-1-30-0)}.button__fb159c32.secondary__b3e1d6e8{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-30-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-30-0)}.button__fb159c32.secondary__b3e1d6e8:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-30-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-30-0)}.button__fb159c32.secondary__b3e1d6e8.expanded__246bac08,.button__fb159c32.secondary__b3e1d6e8:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-30-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-30-0)}.button__fb159c32.secondary__b3e1d6e8:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-30-0)}.button__fb159c32.secondary__b3e1d6e8:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-30-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-30-0)}.button__fb159c32.secondaryLight__c097d40d{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-30-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-30-0)}.button__fb159c32.secondaryLight__c097d40d:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-30-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-30-0)}.button__fb159c32.secondaryLight__c097d40d.expanded__246bac08,.button__fb159c32.secondaryLight__c097d40d:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-30-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-30-0)}.button__fb159c32.secondaryLight__c097d40d:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-30-0)}.button__fb159c32.secondaryLight__c097d40d:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-30-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-30-0)}.button__fb159c32.danger__18223e84{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-30-0);color:var(--triplex-next-Button-Danger_Color_Default-1-30-0)}.button__fb159c32.danger__18223e84:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-30-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-30-0)}.button__fb159c32.danger__18223e84.expanded__246bac08,.button__fb159c32.danger__18223e84:active{background:var(--triplex-next-Button-Danger_Background_Active-1-30-0);color:var(--triplex-next-Button-Danger_Color_Active-1-30-0)}.button__fb159c32.danger__18223e84:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-30-0)}.button__fb159c32.danger__18223e84:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-30-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-30-0)}.button__fb159c32.link__9f11ede7{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-30-0);padding:0}.button__fb159c32.link__9f11ede7.sm__f42efb22{height:28px;min-width:0px;padding:6px 2px}.button__fb159c32.link__9f11ede7.md__e66763d1{height:40px;min-width:0px;padding:10px 2px}.button__fb159c32.link__9f11ede7.lg__03210b21{height:56px;min-width:0px;padding:18px 2px}.button__fb159c32.link__9f11ede7:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-30-0)}.button__fb159c32.link__9f11ede7.expanded__246bac08,.button__fb159c32.link__9f11ede7:active{color:var(--triplex-next-Button-Link_Color_Active-1-30-0)}.button__fb159c32.link__9f11ede7:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-30-0)}.button__fb159c32.link__9f11ede7:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-30-0)}.button__fb159c32{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__fb159c32::-moz-focus-inner{border:none;padding:0}.button__fb159c32.sm__f42efb22{line-height:16px;font-size:12px}.button__fb159c32.sm__f42efb22.general__2f57aad6,.button__fb159c32.sm__f42efb22.secondary__b3e1d6e8,.button__fb159c32.sm__f42efb22.secondaryLight__c097d40d,.button__fb159c32.sm__f42efb22.danger__18223e84{height:28px;min-width:58px;padding:0 12px;border-radius:6px}.button__fb159c32.sm__f42efb22.icon__4586e72b{min-height:28px;min-width:28px;padding:0 4px}.button__fb159c32.md__e66763d1{line-height:20px;font-size:14px}.button__fb159c32.md__e66763d1.general__2f57aad6,.button__fb159c32.md__e66763d1.secondary__b3e1d6e8,.button__fb159c32.md__e66763d1.secondaryLight__c097d40d,.button__fb159c32.md__e66763d1.danger__18223e84{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__fb159c32.md__e66763d1.icon__4586e72b{min-height:40px;min-width:40px;padding:0 10px}.button__fb159c32.lg__03210b21{line-height:20px;font-size:16px}.button__fb159c32.lg__03210b21.general__2f57aad6,.button__fb159c32.lg__03210b21.secondary__b3e1d6e8,.button__fb159c32.lg__03210b21.secondaryLight__c097d40d,.button__fb159c32.lg__03210b21.danger__18223e84{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__fb159c32.lg__03210b21.icon__4586e72b{min-height:56px;min-width:56px;padding:0 12px}.button__fb159c32:disabled{cursor:default}.button__fb159c32:disabled *{pointer-events:none}.button__fb159c32+.button__fb159c32:not(.block__97071934),.button__fb159c32+.buttonDropdown__b6bbc945:not(.block__97071934){margin-left:12px}.button__fb159c32 .content__fa613606{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__fb159c32.block__97071934{display:block;width:100%}.button__fb159c32.loading__20acbf98{pointer-events:none}.button__fb159c32.loading__20acbf98 .content__fa613606{visibility:hidden}.button__fb159c32 .loader__05951adb{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__fb159c32 .loader__05951adb.hidden__f916299e{visibility:hidden}.buttonDropdownExtended__63111ce8{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__63111ce8 .buttonDropdownExtendedBlock__a38df295{padding:4px;margin-top:4px;right:0}.buttonDropdown__b6bbc945.block__97071934{display:block}.buttonDropdown__b6bbc945+.button__fb159c32:not(.block__97071934),.buttonDropdown__b6bbc945+.buttonDropdown__b6bbc945:not(.block__97071934){margin-left:12px}.buttonDropdown__b6bbc945 .buttonDropdownTarget__5a1b024a .caretIcon__1143e207{margin-left:2px;transition:transform .3s ease-in-out}.buttonDropdown__b6bbc945 .buttonDropdownTarget__5a1b024a.active__4543bd8a .caretIcon__1143e207{transform:rotate(-180deg)}.buttonDropdown__b6bbc945 .buttonDropdownMenuItem__d725b6a2{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__36f24939{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__1918c800{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__be46d4f2{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__d2f00dda{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-1-30-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__a6771af0{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__a6771af0 .modalWindowContentWrapper__bb5e503c{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__36f24939 .6s ease}.modalWindow__a6771af0 .modalWindowContent__d77b10dc{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__a6771af0 .modalWindowContent__d77b10dc .modalWindowBody__6262e733{box-sizing:border-box;animation:fadeIn__1b60c9ea .3s ease}@keyframes fadeIn__1b60c9ea{0%{opacity:0}to{opacity:1}}.modalWindow__a6771af0 .modalWindowContent__d77b10dc .spinnerSm__f90af257{display:none}@media(max-width:767px){.modalWindow__a6771af0 .modalWindowContent__d77b10dc .spinner__5549db4c{display:none}.modalWindow__a6771af0 .modalWindowContent__d77b10dc .spinnerSm__f90af257{display:flex}}.global-modalWindowTransition-exit .modalWindow__a6771af0 .modalWindowContentWrapper__bb5e503c{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__1918c800 .3s ease}.global-modalWindowTransition-exit .modalWindow__a6771af0 .modalWindowContentWrapper__bb5e503c .modalWindowBody__6262e733{animation:fadeOut__344d4ba7 .3s ease}@keyframes fadeOut__344d4ba7{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__5c0bb1d6{position:absolute;left:0;right:0;height:0}.modalWindow__a6771af0.sm__e1f66bdf .modalWindowContentWrapper__bb5e503c{max-width:480px}.modalWindow__a6771af0.sm__e1f66bdf .modalWindowContent__d77b10dc .modalWindowBody__6262e733{min-height:196px}@media(max-width:575px){.modalWindow__a6771af0.sm__e1f66bdf .modalWindowContentWrapper__bb5e503c{max-width:100%}}.modalWindow__a6771af0.md__6a79f92b .modalWindowContentWrapper__bb5e503c{max-width:600px}.modalWindow__a6771af0.md__6a79f92b .modalWindowContent__d77b10dc .modalWindowBody__6262e733{min-height:246px}@media(max-width:767px){.modalWindow__a6771af0.md__6a79f92b .modalWindowContentWrapper__bb5e503c{max-width:100%}}.modalWindow__a6771af0.lg__7c025675 .modalWindowContentWrapper__bb5e503c{max-width:800px}.modalWindow__a6771af0.lg__7c025675 .modalWindowContent__d77b10dc .modalWindowBody__6262e733{min-height:396px}@media(max-width:991px){.modalWindow__a6771af0.lg__7c025675 .modalWindowContentWrapper__bb5e503c{max-width:100%}}.modalWindowContentPage__996cd465{background:var(--triplex-next-ModalWindow-Background-1-30-0);padding:8px!important}.modalWindowContentPage__996cd465,.modalWindowLoaderScreen__c0264cf0{border-radius:32px}@media(max-width:767px){.modalWindowContentPage__996cd465,.modalWindowLoaderScreen__c0264cf0{border-radius:24px}}.islandBody__941edffa{display:block}.islandHeader__1b0cac8a,.islandFooter__d0b5deac,.island__c7a22a53{position:relative}.island__c7a22a53.type1__32a0f874{background-color:var(--triplex-next-Island-Type1_Background-1-30-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-30-0)}.island__c7a22a53.type2__084c6c2a{background-color:var(--triplex-next-Island-Type2_Background-1-30-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-30-0)}.island__c7a22a53.type3__c22ee546{background-color:var(--triplex-next-Island-Type3_Background-1-30-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-30-0)}.island__c7a22a53.sm__46463682{border-radius:16px;padding:16px}.island__c7a22a53.sm__46463682 .islandHeader__1b0cac8a+.islandBody__941edffa,.island__c7a22a53.sm__46463682 .islandHeader__1b0cac8a+.islandFooter__d0b5deac,.island__c7a22a53.sm__46463682 .islandBody__941edffa+.islandFooter__d0b5deac{margin-top:8px}.island__c7a22a53.md__fe7658e2{border-radius:24px;padding:24px}.island__c7a22a53.md__fe7658e2 .islandHeader__1b0cac8a+.islandBody__941edffa,.island__c7a22a53.md__fe7658e2 .islandHeader__1b0cac8a+.islandFooter__d0b5deac,.island__c7a22a53.md__fe7658e2 .islandBody__941edffa+.islandFooter__d0b5deac{margin-top:12px}.island__c7a22a53.lg__8a979b75{border-radius:32px;padding:32px}.island__c7a22a53.lg__8a979b75 .islandHeader__1b0cac8a+.islandBody__941edffa,.island__c7a22a53.lg__8a979b75 .islandHeader__1b0cac8a+.islandFooter__d0b5deac,.island__c7a22a53.lg__8a979b75 .islandBody__941edffa+.islandFooter__d0b5deac{margin-top:16px}@media(max-width:767px){.island__c7a22a53.sm__46463682,.island__c7a22a53.md__fe7658e2{border-radius:16px;padding:16px}.island__c7a22a53.lg__8a979b75{border-radius:24px;padding:24px}}.modalWindowBody__6262e733{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__df3a30f2{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media(max-width:767px){.modalWindowClose__df3a30f2{top:20px;right:20px}}.loaderScreen__e50a8ad5{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__e50a8ad5.loaderSmallBackdrop__ef28f99f{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-30-0)}.loaderScreen__e50a8ad5.loaderMiddleBackdrop__0fc901fb{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-30-0)}.body__e968788c{position:relative;display:flex}.body__e968788c .bodyInner__ad1c4246{position:relative;flex-grow:1;width:100%}.bodyPage__b9482016{flex-grow:1}.verticalMargin24__94fcaaa9{margin-top:24px;margin-bottom:24px}.verticalMargin16__5a5862e7{margin-top:16px;margin-bottom:16px}@media(max-width:767px){.verticalMargin24__94fcaaa9{margin-top:16px;margin-bottom:16px}.verticalMargin16__5a5862e7{margin-top:8px;margin-bottom:8px}}.headerTabs__2593e09e{display:flex;justify-content:space-between}.headerTabs__2593e09e .headerTabsContent__f8bd1a7a{flex-grow:1;min-width:1px}.headerTabs__2593e09e .headerTabsControls__5c8628de{flex-shrink:0;white-space:nowrap;padding-left:24px}@media(max-width:767px){.headerTabs__2593e09e{flex-wrap:wrap}.headerTabs__2593e09e .headerTabsContent__f8bd1a7a{width:100%}.headerTabs__2593e09e .headerTabsControls__5c8628de{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__2593e09e .headerTabsControls__5c8628de>button{margin-left:16px;margin-top:16px}}.headerTitle__e44d4e5b{display:flex;justify-content:space-between}.headerTitle__e44d4e5b .headerTitleControls__3c2ca30d{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__9eeb0ba6+.headerTitle__e44d4e5b{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media(max-width:767px){.headerTitle__e44d4e5b{flex-wrap:wrap}.headerTitle__e44d4e5b .headerTitleContent__7e97df8f{width:100%}.headerTitle__e44d4e5b .headerTitleControls__3c2ca30d{padding-left:0;white-space:normal;flex-shrink:initial;margin-left:-16px}.headerTitle__e44d4e5b .headerTitleControls__3c2ca30d>button,.headerTitle__e44d4e5b .headerTitleControls__3c2ca30d>[class*=buttonDropdown]{margin-left:16px;margin-top:16px}}.headerSubheader__5d59fcec{padding:24px 0}.headerSubheader__5d59fcec.withoutPaddings__1f2086ad{padding:0}.headerLayoutSidebar__6e80c70a{display:flex;justify-content:space-between}.headerLayoutSidebarContent__561180a9{flex-grow:1;min-width:1px}@media(max-width:767px){.headerLayoutSidebarSidebar__34234e3f{display:none}}.page__e64484d8{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__e64484d8{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__a60e88e1.sticky__cb028498{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__a60e88e1.sticky__cb028498[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-30-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__8d5d5c48.sticky__cb028498{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__8d5d5c48.sticky__cb028498[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-1-30-0)!important}.footerDescription__4605f071{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__1f94b342{flex-grow:1;margin-right:auto}.footerDescriptionControls__efd3f80a{margin-left:auto;white-space:nowrap;padding-left:24px}@media(max-width:767px){.footerDescription__4605f071{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__1f94b342{width:100%}.footerDescriptionControls__efd3f80a{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__efd3f80a>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__1f94b342+.footerDescriptionControls__efd3f80a{margin-top:0}.footer__3b221228{padding:16px 0}}.modalWindowHeader__665f16a2 .global-HeaderTitleContent{padding-right:64px}@media(max-width:767px){.modalWindowHeader__665f16a2 .global-HeaderTitleContent{padding-right:72px}}.list__3f616f2a{margin:0;padding:0;list-style:none;position:relative}.listItemControls__12688b81{display:flex;padding:0 16px 0 4px}.listItemContent__e5023515{background:var(--triplex-next-ListItem-Background-1-30-0);padding:12px 0 12px 16px;box-sizing:border-box}.listItemContent__e5023515.selected__1061921d{background:var(--triplex-next-ListItem-Background_Selected-1-30-0)}.listItemContent__e5023515.selectable__285db8a2{border-radius:8px}.listItemControlsButton__855fc2b9{margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-30-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px;width:92px}.listItemControlsButton__855fc2b9:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-30-0)}.listItemControlsButton__855fc2b9:hover .listItemControlsButtonLabel__f72e61ec{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-30-0)!important}.listItemControlsButton__855fc2b9:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-30-0)}.listItemControlsButton__855fc2b9:active .listItemControlsButtonLabel__f72e61ec{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-30-0)!important}.listItemControlsButton__855fc2b9+.listItemControlsButton__855fc2b9,.listItemControlsButton__855fc2b9+.listItemControlsButtonDropdown__8a3616f2{margin-left:4px}.listItemControlsButtonIcon__b116cc5a{line-height:0}.listItemControlsButton__855fc2b9.withText__3a8d1144 .listItemControlsButtonIcon__b116cc5a{margin-bottom:8px}.listItemControlsButtonLabel__f72e61ec{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-30-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__8a3616f2{display:flex}.listItemControlsButtonInner__8673dd7b{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__855fc2b9.withIcon__8245d9d0.withText__3a8d1144 .listItemControlsButtonInner__8673dd7b{height:44px;overflow:visible}.buttonDropdownMenuItem__9b5b621a{overflow:hidden;text-overflow:ellipsis}.listEmptyState__6db9fd08{padding:64px 16px 16px;text-align:center}.listItemLoading__968db6ba{display:flex;justify-content:center;height:24px;padding:12px 0;position:relative;background-color:var(--triplex-next-ListItem-Background-1-30-0)}.label__703ce254{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__703ce254.sm__876f136f{min-width:16px;min-height:16px}.label__703ce254.sm__876f136f.nonempty__5f3ff633{padding:2px 0 2px 24px}.label__703ce254.md__5d53878d{min-width:24px;min-height:24px}.label__703ce254.md__5d53878d.nonempty__5f3ff633{padding-left:32px;padding-top:2px}.label__703ce254.lg__14ca2cfd{min-width:28px;min-height:28px}.label__703ce254.lg__14ca2cfd.nonempty__5f3ff633{padding-left:40px;padding-top:4px}.label__703ce254.disabled__90d9d027{cursor:default}.label__703ce254[hidden]{display:none}.checkbox__b32b9655{margin:0;opacity:0}.checkboxIcon__526eea50{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-30-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-30-0)}.sm__876f136f .checkboxIcon__526eea50{border-radius:4px}.checkmarkIcon__ce07cc4f{transform:scale(0)}.checkmarkIcon__ce07cc4f path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-30-0)}.checkboxIcon__526eea50,.checkmarkIcon__ce07cc4f{pointer-events:none}.checkbox__b32b9655,.checkboxIcon__526eea50,.checkmarkIcon__ce07cc4f{position:absolute;left:0;top:0}.sm__876f136f .checkbox__b32b9655,.sm__876f136f .checkboxIcon__526eea50,.sm__876f136f .checkmarkIcon__ce07cc4f{width:16px;height:16px;top:2px}.md__5d53878d .checkbox__b32b9655,.md__5d53878d .checkboxIcon__526eea50,.md__5d53878d .checkmarkIcon__ce07cc4f{width:24px;height:24px}.lg__14ca2cfd .checkbox__b32b9655,.lg__14ca2cfd .checkboxIcon__526eea50,.lg__14ca2cfd .checkmarkIcon__ce07cc4f{width:28px;height:28px}.checkbox__b32b9655:enabled{cursor:pointer}.checkbox__b32b9655:enabled:hover+.checkboxIcon__526eea50{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-30-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-30-0)}.checkbox__b32b9655:checked+.checkboxIcon__526eea50{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-30-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-30-0)}.checkbox__b32b9655:checked~.checkmarkIcon__ce07cc4f{transform:scale(1);transition:transform .2s ease-out}.checkbox__b32b9655:disabled+.checkboxIcon__526eea50{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-30-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-30-0)}.checkbox__b32b9655:disabled:checked+.checkboxIcon__526eea50{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-30-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-30-0)}.checkbox__b32b9655:disabled~.checkmarkIcon__ce07cc4f path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-30-0)}.checkbox__b32b9655:focus-visible+.checkboxIcon__526eea50{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-30-0)}.checkbox__b32b9655:checked:enabled:hover+.checkboxIcon__526eea50{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-30-0)}.listItemSelectable__80e44f93{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-30-0);border-radius:8px}.listItemSelectable__80e44f93.selected__1061921d{background:var(--triplex-next-ListItem-Background_Selected-1-30-0)}.checkboxWrapper__78934e09{padding:16px;line-height:0}.childrenWrapper__00b91299{flex-grow:1}.checkboxLabel__625dff27{padding:0!important;position:relative}.checkboxLabelClickArea__c6c8e212{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__9b619451{position:relative;overflow:hidden}.swipeableArea__9b619451 .content__c15f183e{position:relative;touch-action:pan-y}.swipeableArea__9b619451 .content__c15f183e.disableScroll__1be443af{touch-action:none}.swipeableArea__9b619451 .content__c15f183e.disablePointerEvents__d379233d:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__9b619451 .swipeAnimationFinish__d5ad73b2{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__9b619451 .leftContent__4cc6ae26,.swipeableArea__9b619451 .rightContent__9d5cb948{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__9b619451 .rightContent__9d5cb948{left:auto;right:0}.listItemTail__f5948001{position:absolute;width:18px;top:0;bottom:0;overflow:hidden}.listItemTailLine__ffc3d8e0{background:var(--triplex-next-ListMaster-Background-1-30-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailLeft__c8a753fd{left:-8px}.listItemTailRight__e27224bb{right:-10px}.listItemTailTop__c9585167{position:absolute;top:0;left:0;right:0}.listItemTailTop__c9585167:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-30-0)}.listItemTailTop__c9585167:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-30-0)}.listItemTailBottom__dfc2ddbc{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__dfc2ddbc:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-30-0)}.listItemTailBottom__dfc2ddbc:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-30-0)}.listItemTable__7266a9a9{margin-bottom:4px}.listItemTable__7266a9a9:last-child{margin-bottom:0}.listItemTable__7266a9a9 .swipeableArea__d0ef0224{border-radius:8px}.listItemTable__7266a9a9 .content__581dc0d2{min-height:56px}.listSortableItemTarget__4268f769{display:flex;gap:16px;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-30-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__4268f769:hover{background:var(--triplex-next-ListItem-Background_Hover-1-30-0)}.listSortableItemTarget__4268f769.dragging__e1a9d6ad{background:var(--triplex-next-ListItem-Background_Dragging-1-30-0);box-shadow:var(--triplex-next-ListItem-Shadow_Dragging-1-30-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__7b99c611{flex:1}.listSortableItemTargetIcon__252429af{display:block}.listSortableItem__ead1fa2c{position:relative}.listSortableItem__ead1fa2c.dragging__e1a9d6ad{z-index:1}.listSortableItemControls__305d3c29{display:inline-block}.islandWidgetHeader__dd808bf6{display:flex;justify-content:flex-start;align-items:center;gap:8px}.islandWidgetHeader__dd808bf6 .islandWidgetHeaderTitle__63c6f227{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandWidgetHeader__dd808bf6 .islandWidgetHeaderControls__82a9c87b{display:flex;align-items:center;gap:8px}.islandWidgetHeader__dd808bf6 .islandWidgetHeaderDescription__19ecce12{display:flex;flex-grow:1;justify-content:flex-end}.islandWidgetHeader__dd808bf6 .caretWrapper__5b93fb8c{position:absolute;top:16px;right:16px}.islandWidgetHeader__dd808bf6 .caretIcon__280f3621{transition:transform .3s ease-in-out}.islandWidgetHeader__dd808bf6.open__c0dd2a5e .caretWrapper__5b93fb8c .caretIcon__280f3621{transform:rotate(-180deg)}@media(max-width:767px){.islandWidgetHeader__dd808bf6{flex-wrap:wrap;padding-right:32px}.islandWidgetHeader__dd808bf6 .islandWidgetHeaderTitle__63c6f227{white-space:normal}.islandWidgetHeader__dd808bf6 .islandWidgetHeaderDescription__19ecce12{flex-basis:100%;justify-content:flex-start}}.islandWidgetBody__1e651555{padding-top:16px}.islandWidgetFooter__9f6d653c{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__0d58d606{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__17dfb55e{margin-left:auto;white-space:nowrap}@media(max-width:767px){.islandWidgetFooter__9f6d653c{flex-direction:column;gap:16px}.islandWidgetFooterControls__17dfb55e{display:flex;flex-wrap:wrap;gap:12px;margin:0 auto 0 0}.islandWidgetFooterControls__17dfb55e>button{margin-left:0!important}}.expandAnimation__0a8aa90c{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__32ce51b4{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-30-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media(max-width:767px){.islandWidgetExtraFooter__32ce51b4{border-radius:0 0 16px 16px}}.islandWidget__38490a80{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__38490a80>*{height:100%}.islandWidgetWithExtraFooter__d51cd359:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-1-30-0)!important}@media(max-width:767px){.islandWidgetHeaderWrapperAdaptive__97d66a31{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__a43ddf67{display:flex;flex-direction:column}.treeView__d0d78979,.treeViewGroup__54ded0fd{margin:0;padding:0}.treeView__d0d78979 .treeViewNode__83df26a1,.treeViewGroup__54ded0fd .treeViewNode__83df26a1{margin:0;padding:0;outline:none;list-style:none}.collapsibleTreeExtendedNodeContent__16b114a8.collapsed__39216c9b{visibility:hidden}.collapsibleTreeNodeHeader__df1b508e{display:inline-flex;align-items:center;gap:8px;width:100%;margin:0 0 2px;padding:12px;outline:none;border:none;border-radius:8px;background:none;color:inherit}.collapsibleTreeNodeHeader__df1b508e.interactive__0fe326b3{cursor:pointer}.collapsibleTreeNodeHeader__df1b508e.interactive__0fe326b3:hover{background:var(--triplex-next-CollapsibleTree-Header_Background_Hover-1-30-0)}.collapsibleTreeNodeHeader__df1b508e.interactive__0fe326b3:focus-visible{box-shadow:var(--triplex-next-CollapsibleTree-Header_Shadow_Focus-1-30-0)}.chevron__f7f636f0{flex:0 0 auto;width:24px;height:24px;transition:transform .2s ease;transform:rotate(0)}.chevron__f7f636f0.opened__7689d454{transform:rotate(90deg)}.collapsibleTreeLeafContent__c2f78cba{display:block}.collapsibleTreeLeafNode__421c8ff4{margin-bottom:2px!important}.collapsibleTree__fb7250cf [role=group]{padding-left:24px}.chipGroupItem__52cf1a17{display:inline-block}.chip__9d433c45{background:var(--triplex-next-Chip-Background_Default-1-30-0);color:var(--triplex-next-Chip-Color_Default-1-30-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__9d433c45.lg__e682baa0{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__9d433c45.lg__e682baa0 .prefix__ad14e989{padding-left:16px}.chip__9d433c45.lg__e682baa0 .postfix__3da12d63{padding-right:12px}.chip__9d433c45.lg__e682baa0 .notificationIcon__d6c4a52d{right:6px;top:6px}.chip__9d433c45.md__079da8c2{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__9d433c45.md__079da8c2 .prefix__ad14e989{padding-left:12px}.chip__9d433c45.md__079da8c2 .postfix__3da12d63{padding-right:8px}.chip__9d433c45.md__079da8c2 .notificationIcon__d6c4a52d{right:4px;top:4px}.chip__9d433c45.sm__50684b98{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__9d433c45.sm__50684b98 .prefix__ad14e989{padding-left:8px}.chip__9d433c45.sm__50684b98 .postfix__3da12d63{padding-right:8px}.chip__9d433c45.sm__50684b98 .notificationIcon__d6c4a52d{right:3px;top:3px}.chip__9d433c45:hover{background:var(--triplex-next-Chip-Background_Hover-1-30-0);color:var(--triplex-next-Chip-Color_Hover-1-30-0)}.chip__9d433c45:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-30-0)}.chip__9d433c45:active,.chip__9d433c45[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-30-0);color:var(--triplex-next-Chip-Color_Active-1-30-0)}.chip__9d433c45.disabled__24e95891{background:var(--triplex-next-Chip-Background_Disabled-1-30-0);color:var(--triplex-next-Chip-Color_Disabled-1-30-0);cursor:default;pointer-events:none}.chip__9d433c45.selected__6cd311c6{background:var(--triplex-next-Chip-Background_Selected_Default-1-30-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-30-0)}.chip__9d433c45.selected__6cd311c6:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-30-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-30-0)}.chip__9d433c45.selected__6cd311c6:active,.chip__9d433c45.selected__6cd311c6[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-30-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-30-0)}.chip__9d433c45.selected__6cd311c6.disabled__24e95891{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-30-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-30-0)}.chip__9d433c45.withPrefix__0afb7d17{padding-left:0}.chip__9d433c45.withPostfix__23846298{padding-right:0}.chip__9d433c45 .content__6540a1c7{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__9d433c45 .prefix__ad14e989,.chip__9d433c45 .postfix__3da12d63{display:flex}.chip__9d433c45 .notificationIcon__d6c4a52d{position:absolute}.calendarControls__c9936d9e{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-30-0)}.calendarViewDays__5b2606ac{width:calc(100% + 8px);margin:12px -4px 0;border-spacing:4px 0px;table-layout:fixed}.calendarViewDays__5b2606ac+.calendarFooter__e5f9d548{margin-top:18px}.adaptive__ce7be00f .calendarViewDays__5b2606ac{width:100%;margin:12px 0 0;border-spacing:0}.adaptive__ce7be00f .calendarViewDays__5b2606ac+.calendarFooter__e5f9d548{margin-top:12px}.calendarViewMonths__0fef403a,.calendarViewYears__74fa6e99{width:calc(100% + 12px);margin:8px -6px -14px;border-spacing:6px 14px;table-layout:fixed}.calendarViewMonths__0fef403a+.calendarFooter__e5f9d548,.calendarViewYears__74fa6e99+.calendarFooter__e5f9d548{margin-top:22px}.adaptive__ce7be00f .calendarViewMonths__0fef403a,.adaptive__ce7be00f .calendarViewYears__74fa6e99{width:100%;margin:4px 0 -8px;border-spacing:0 8px}.adaptive__ce7be00f .calendarViewMonths__0fef403a+.calendarFooter__e5f9d548,.adaptive__ce7be00f .calendarViewYears__74fa6e99+.calendarFooter__e5f9d548{margin-top:12px}.calendarViewDaysHeader__733883fe{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-1-30-0)}.calendarViewDaysBody__b1a41202:before{display:block;content:"‌";line-height:8px}.calendarViewItem__66aceb9a{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__66aceb9a:focus-visible{outline:none}.calendarViewItem__66aceb9a.current__6ee6542b{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.calendarViewItem__66aceb9a.disabled__6b7ef62a{pointer-events:none}.calendarViewItemLabel__b37a27db{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-30-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-30-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-30-0);cursor:pointer}.calendarViewItemLabel__b37a27db.muted__ab31ac3e{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-30-0)}.calendarViewItemLabel__b37a27db:hover{color:var(--triplex-next-Calendar-View_Item_Color_Hover-1-30-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-30-0)}.calendarViewItemLabel__b37a27db.selected__8c2c2687{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-30-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-30-0)}.calendarViewItemLabel__b37a27db.selected__8c2c2687:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-30-0)}.calendarViewItemLabel__b37a27db.selected__8c2c2687:hover.basicMark__eb2bb1b3:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-30-0)}.calendarViewItemLabel__b37a27db.selected__8c2c2687:hover.standardMark__e0db7af3:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-30-0)}.calendarViewItemLabel__b37a27db.selected__8c2c2687:hover.attentionMark__b703b721:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-30-0)}.calendarViewItemLabel__b37a27db.selected__8c2c2687:hover.criticalMark__4da2be0b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-30-0)}.calendarViewItemLabel__b37a27db.selected__8c2c2687.muted__ab31ac3e{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-30-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-30-0)}.calendarViewItemLabel__b37a27db.selected__8c2c2687.muted__ab31ac3e:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-30-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-30-0)}.calendarViewItemLabel__b37a27db.selected__8c2c2687.basicMark__eb2bb1b3:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-30-0)}.calendarViewItemLabel__b37a27db.selected__8c2c2687.standardMark__e0db7af3:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-30-0)}.calendarViewItemLabel__b37a27db.selected__8c2c2687.attentionMark__b703b721:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-30-0)}.calendarViewItemLabel__b37a27db.selected__8c2c2687.criticalMark__4da2be0b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-30-0)}.calendarViewItemLabel__b37a27db.marked__c2afe855:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__b37a27db.basicMark__eb2bb1b3:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-30-0)}.calendarViewItemLabel__b37a27db.standardMark__e0db7af3:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-30-0)}.calendarViewItemLabel__b37a27db.attentionMark__b703b721:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-30-0)}.calendarViewItemLabel__b37a27db.criticalMark__4da2be0b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-30-0)}.calendarViewItemLabel__b37a27db.disabled__6b7ef62a{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-30-0);background:none}.calendarViewItem__66aceb9a:focus-visible .calendarViewItemLabel__b37a27db{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-30-0)}.unitDay__55e34817{width:36px;height:36px;border-radius:6px}.unitMonth__60da2257,.unitYear__20f4e760{width:88px;height:48px;border-radius:6px}.adaptive__ce7be00f .unitMonth__60da2257,.adaptive__ce7be00f .unitYear__20f4e760{width:104px;height:56px;border-radius:10px}.calendarFooter__e5f9d548{text-align:center}.calendar__ee82cd11{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-30-0);-webkit-user-select:none;user-select:none}.calendar__ee82cd11.extraBottom__9b302202{padding-bottom:12px}.calendar__ee82cd11.adaptive__ce7be00f{width:auto;padding:20px 20px 24px}.calendar__ee82cd11+.calendar__ee82cd11{margin-top:20px}.datePickerExtendedMobileDropdown__69cbf339{max-height:100vh}.chipDropdownArrow__f9970a61{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__f9970a61.rotated__85590dae{transform:rotate(-180deg)}.chipClearButton__2d7c8b67{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__2d7c8b67:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-30-0)}.dropdownMobileMaskedInput__53a61b06{height:20px!important;padding:0!important}.dropdownMobileMaskedInput__53a61b06:first-child{top:0}.selectExtendedFieldTarget__306b41a3{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__306b41a3 .caretWrapper__9aa6c670{height:100%}.selectExtendedFieldTarget__306b41a3 .caretIcon__057eb98c{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__306b41a3.selectOpened__472d668a .caretIcon__057eb98c{transform:rotate(180deg)}.selectExtendedFieldTarget__306b41a3.disabled__0203afa7{-webkit-user-select:none;user-select:none;cursor:default}.selectExtendedFieldTarget__306b41a3.disabled__0203afa7 .target__d81a7b93,.selectExtendedFieldTarget__306b41a3.disabled__0203afa7 .caretWrapper__9aa6c670{pointer-events:none}.selectExtendedField__42e58741{position:relative}.multiselectFieldHeader__27cdadf0{padding:12px}.multiselectFieldContent__6ce9dfe1{position:relative;padding:0 12px 12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContent__6ce9dfe1:first-child{padding-top:12px}.multiselectFieldContent__6ce9dfe1:has(.loaderScreen__b818fbe0){overflow:hidden}.multiselectFieldContent__6ce9dfe1.sm__3539a052{max-height:208px}.multiselectFieldContent__6ce9dfe1.md__fb335a3d{max-height:266px}.multiselectFieldContent__6ce9dfe1.lg__561c7928{max-height:296px}.multiselectFieldFooter__04c69d88{padding:0 12px 12px}.multiselectFieldFooter__04c69d88:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-30-0)}.chipOptionsContent__ae1d8c3b{min-width:14px;text-align:center;display:block}.tooltipDesktop__ca7e68c8{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__ca7e68c8 .tooltipBody__7cb8737f{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-30-0)}.tooltipDesktop__ca7e68c8 .tooltipXButton__a44f0db9{position:absolute;right:8px;top:8px}.tooltipDesktopContent__7782d2cd{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-30-0);border-radius:8px}.closable__233840e0 .tooltipDesktopContent__7782d2cd{padding-right:32px}.tooltipSM__681039bc .tooltipDesktopContent__7782d2cd{width:192px;min-height:52px}.tooltipLG__81dc4ff9 .tooltipDesktopContent__7782d2cd{width:384px;min-height:52px}.tooltipOverlay__c15114ac{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__fc16b04f{width:0;height:0}.tooltipDesktopTip__fc16b04f.down__43117be2{border-top:solid var(--triplex-next-Tooltip-Background-1-30-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__fc16b04f.up__21d921b0{border-bottom:solid var(--triplex-next-Tooltip-Background-1-30-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__fc16b04f.left__37ce476e{border-right:solid var(--triplex-next-Tooltip-Background-1-30-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__fc16b04f.right__6ed13a60{border-left:solid var(--triplex-next-Tooltip-Background-1-30-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__36fb5d92 .tooltipBody__7cb8737f{text-align:left}.tooltipMobileContent__4a279ab9{padding:16px}.headerless__c1b2c483 .tooltipMobileContent__4a279ab9{padding-right:40px;border-radius:16px 16px 0 0}.headerless__c1b2c483 .tooltipMobileContent__4a279ab9 .closeButton__183cdeb0{position:absolute;right:16px;top:16px}.tooltipLink__c16bfb32{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__29ccfaab{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-30-0)}.desktop__29ccfaab:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-30-0)}.desktop__29ccfaab:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-30-0)}.desktop__29ccfaab:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-30-0)}.mobile__89e5f7ee{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-30-0)}.mobile__89e5f7ee:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-30-0)}.mobile__89e5f7ee:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-30-0)}.mobile__89e5f7ee:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-30-0)}.chipSuggestInputWrapper__4afd3ee8{margin:12px}.suggestDropdownMobileBody__e453439d{height:176px}.suggestDropdownMobileNoOptionsText__f2929274{padding:16px}.checkboxXGroup__1b7852f8{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__1b7852f8.indent-12__58ace41b{margin-left:-6px;margin-right:-6px}.checkboxXGroup__1b7852f8.indent-12__58ace41b .label__703ce254{margin-left:6px;margin-right:6px}.checkboxXGroup__1b7852f8.indent-16__8b020584{margin-left:-8px;margin-right:-8px}.checkboxXGroup__1b7852f8.indent-16__8b020584 .label__703ce254{margin-left:8px;margin-right:8px}.checkboxXGroup__1b7852f8.indent-20__73b4922a{margin-left:-10px;margin-right:-10px}.checkboxXGroup__1b7852f8.indent-20__73b4922a .label__703ce254{margin-left:10px;margin-right:10px}.checkboxXGroup__1b7852f8.indent-24__279eee1c{margin-left:-12px;margin-right:-12px}.checkboxXGroup__1b7852f8.indent-24__279eee1c .label__703ce254{margin-left:12px;margin-right:12px}.checkboxXGroup__1b7852f8.indent-28__0da84a7c{margin-left:-14px;margin-right:-14px}.checkboxXGroup__1b7852f8.indent-28__0da84a7c .label__703ce254{margin-left:14px;margin-right:14px}.checkboxXGroup__1b7852f8.indent-32__59f13181{margin-left:-16px;margin-right:-16px}.checkboxXGroup__1b7852f8.indent-32__59f13181 .label__703ce254{margin-left:16px;margin-right:16px}.checkboxYGroup__604376ef{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__604376ef .label__703ce254.sm__876f136f+.label__703ce254.sm__876f136f{margin-top:8px}.checkboxYGroup__604376ef .label__703ce254.lg__14ca2cfd+.label__703ce254.lg__14ca2cfd{margin-top:20px}.checkboxYGroup__604376ef .label__703ce254.md__5d53878d+.label__703ce254.md__5d53878d{margin-top:16px}@media(max-width:767px){.checkboxYGroup__604376ef{margin:14px 16px}.checkboxYGroup__604376ef .label__703ce254.sm__876f136f+.label__703ce254.sm__876f136f,.checkboxYGroup__604376ef .label__703ce254.md__5d53878d+.label__703ce254.md__5d53878d,.checkboxYGroup__604376ef .label__703ce254.lg__14ca2cfd+.label__703ce254.lg__14ca2cfd{margin-top:28px}}.card__bc58a098{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__bc58a098.roundingMD__081c8492{--radius: 16px}.card__bc58a098.roundingSM__00f84f53{--radius: 8px}.card__bc58a098.general__0e04bde1{background:var(--triplex-next-Card-Static_General_Background-1-30-0)}.card__bc58a098.secondary__e325568a{background:var(--triplex-next-Card-Static_Secondary_Background-1-30-0)}.card__bc58a098 .cardMedia__268ec15c{background-size:cover;background-repeat:no-repeat;background-position:center}.card__bc58a098 .cardContent__76ce306d{padding:var(--padding);display:flex;flex-direction:column;flex:1}.card__bc58a098 .cardContent__76ce306d.paddingMD__38d562e8{--padding: 24px}.card__bc58a098 .cardContent__76ce306d.paddingSM__af5a35f8{--padding: 16px}.card__bc58a098 .cardContent__76ce306d .cardContentHeader__0c2313a7{margin-bottom:16px}.card__bc58a098 .cardContent__76ce306d .cardContentBody__29fc68f2{flex:1}.card__bc58a098 .cardContent__76ce306d .cardContentFooter__bfa8c768{margin-top:16px}.action__d696ec8f{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__d696ec8f: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__d696ec8f.general__0e04bde1{background:var(--triplex-next-Card-Action_General_Background-1-30-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-30-0)}.action__d696ec8f.general__0e04bde1:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-30-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-30-0)}.action__d696ec8f.general__0e04bde1.selected__61e459d9{background:var(--triplex-next-Card-Action_General_Background_Selected-1-30-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-30-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-30-0)}.action__d696ec8f.general__0e04bde1.selected__61e459d9:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-30-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-30-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-30-0)}.action__d696ec8f.general__0e04bde1:focus{outline:none}.action__d696ec8f.general__0e04bde1:focus.focusVisible__92b2f610{box-shadow:var(--triplex-next-Card-Shadow_Default-1-30-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-30-0)}.action__d696ec8f.secondary__e325568a{background:var(--triplex-next-Card-Action_Secondary_Background-1-30-0)}.action__d696ec8f.secondary__e325568a:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-30-0)}.action__d696ec8f.secondary__e325568a.selected__61e459d9{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-30-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-30-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-30-0)}.action__d696ec8f.secondary__e325568a.selected__61e459d9:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-30-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-30-0)}.action__d696ec8f.secondary__e325568a:focus{outline:none}.action__d696ec8f.secondary__e325568a:focus.focusVisible__92b2f610{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-30-0)}.alertContext__efa0acef{display:flex;font-size:12px;line-height:16px}.alertContext__efa0acef>svg{flex-shrink:0}.alertContext__efa0acef .alertContextText__7938dd82{margin-left:8px}.alertContext__efa0acef.alertTypeError__66a442ab .alertContextText__7938dd82{color:var(--triplex-next-AlertContext-Error_Color-1-30-0)}.alertContext__efa0acef.alertTypeInfo__c528655f .alertContextText__7938dd82{color:var(--triplex-next-AlertContext-Info_Color-1-30-0)}.alertContext__efa0acef.alertTypeWarning__49c4ebc2 .alertContextText__7938dd82{color:var(--triplex-next-AlertContext-Warning_Color-1-30-0)}.alertContext__efa0acef.alertTypeSystem__84759f29 .alertContextText__7938dd82{color:var(--triplex-next-AlertContext-System_Color-1-30-0)}.alertProcess__ced07c57{display:flex;padding:16px;position:relative}.alertProcess__ced07c57.md__9a1f29f3{border-radius:12px}.alertProcess__ced07c57.lg__147cacba{border-radius:24px}.alertProcess__ced07c57.withSpoiler__1e630d92{min-height:40px}.alertProcess__ced07c57 .themeIcon__e76a190b{box-sizing:border-box;height:20px;width:20px}.alertProcess__ced07c57.alertTypeError__66a442ab{background:var(--triplex-next-AlertProcess-Error_Background-1-30-0)}.alertProcess__ced07c57.alertTypeInfo__c528655f{background:var(--triplex-next-AlertProcess-Info_Background-1-30-0)}.alertProcess__ced07c57.alertTypeWarning__49c4ebc2{background:var(--triplex-next-AlertProcess-Warning_Background-1-30-0)}.alertProcess__ced07c57.alertTypeSystem__84759f29{background:var(--triplex-next-AlertProcess-System_Background-1-30-0)}.alertProcess__ced07c57.alertTypeFeature__a7fa79aa{background:var(--triplex-next-AlertProcess-Feature_Background-1-30-0)}.alertProcess__ced07c57.alertTypeFeature__a7fa79aa .themeIcon__e76a190b{padding-top:0}.alertProcess__ced07c57 .alertProcessContentBlock__c222b8fb{flex:1;margin-left:10px}.alertProcess__ced07c57 .alertProcessContentBlock__c222b8fb .expandableContent__77061e9d{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__ced07c57 .alertProcessContentBlock__c222b8fb .expandableContent__77061e9d.expanded__8183016e{max-height:1000px;opacity:1}.alertProcess__ced07c57 .closeButton__9a4a4039{margin-left:10px}.alertProcess__ced07c57 .expandButton__9c930117{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__ced07c57 .expandButton__9c930117.expanded__8183016e{transform:rotate(180deg)}.adaptive__fff09787{font-size:10px!important;line-height:12px!important}.avatar__eae16fbd{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-1-30-0)}.avatar__eae16fbd.borderRadius6__88204fdf{border-radius:6px}.avatar__eae16fbd.borderRadius8__10dd2a2c{border-radius:8px}.avatar__eae16fbd.borderRadius10__e4fe766a{border-radius:10px}.avatar__eae16fbd.borderRadius12__5d880f95{border-radius:12px}.avatar__eae16fbd.borderRadius16__719ff8ee{border-radius:16px}.avatar__eae16fbd.xxs__0b26aed5{width:28px;height:28px}.avatar__eae16fbd.xs__ebfa1c46{width:32px;height:32px}.avatar__eae16fbd.sm__641d7708{width:40px;height:40px}.avatar__eae16fbd.md__77d7d4de{width:56px;height:56px}.avatar__eae16fbd.lg__c2844595{width:80px;height:80px}.avatar__eae16fbd.xl__267dfaa5{width:96px;height:96px}.avatar__eae16fbd.xxl__849c2097{width:128px;height:128px}.carouselExtended__e8a73529{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__e8a73529::-webkit-scrollbar{display:none}.checkboxTreeExtended__cf170fe3{margin-bottom:-12px}.checkboxTreeExtendedNode__23cb094e .checkboxTreeExtendedNode__23cb094e:has(.sm__da78573c){margin-left:16px}.checkboxTreeExtendedNode__23cb094e .checkboxTreeExtendedNode__23cb094e:has(.md__f49f84c6),.checkboxTreeExtendedNode__23cb094e .checkboxTreeExtendedNode__23cb094e:has(.lg__e9e59e2e){margin-left:24px}.checkboxTreeExtendedNodeHeader__6a786a53{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__6a786a53.sm__da78573c{margin-bottom:8px}.checkboxTreeExtendedNodeHeader__6a786a53.md__f49f84c6,.checkboxTreeExtendedNodeHeader__6a786a53.lg__e9e59e2e{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__6a786a53 .checkboxTreeCheckboxLabel__59742f2d{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__6a786a53 .caretIconWrapper__accaec4d{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__6a786a53 .caretIconWrapper__accaec4d:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-30-0)}.checkboxTreeExtendedNodeHeader__6a786a53.opened__9568bb35 .caretIconWrapper__accaec4d{transform:rotate(180deg)}@media(max-width:767px){.checkboxTreeExtended__cf170fe3{padding:0 16px}.checkboxTreeExtended__cf170fe3 .checkboxTreeExtendedNodeHeader__6a786a53{margin-bottom:0}.checkboxTreeExtended__cf170fe3 .checkboxTreeExtendedNodeHeader__6a786a53 .checkboxTreeCheckboxLabel__59742f2d{padding-top:16px;padding-bottom:16px}.checkboxTreeExtended__cf170fe3 .checkboxTreeExtendedNodeHeader__6a786a53 .checkboxTreeCheckboxLabel__59742f2d>span,.checkboxTreeExtended__cf170fe3 .checkboxTreeExtendedNodeHeader__6a786a53 .checkboxTreeCheckboxLabel__59742f2d>svg,.checkboxTreeExtended__cf170fe3 .checkboxTreeExtendedNodeHeader__6a786a53 .checkboxTreeCheckboxLabel__59742f2d .checkboxTreeCheckbox__e135e5d2{top:14px}}.chipGroup__af811a55{display:flex}.chipGroup__af811a55.oneLine__0a63094f{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__af811a55.oneLine__0a63094f::-webkit-scrollbar{display:none}.chipGroup__af811a55.multiLine__e321cb2c{flex-wrap:wrap}.chipGroup__af811a55.lg__dd40bc5b{gap:12px}.chipGroup__af811a55.md__c87dd6bb,.chipGroup__af811a55.sm__94249da0{gap:8px}.col-1__3382cbe2{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__b504a00d{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__d3109a3a{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__eaa71829{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__cc4ed97a{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__5b2216b8{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__323a6ad0{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__b1abade6{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__56c7997b{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__c65c9b8d{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__2781bd82{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__ef02a72f{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__c2f1da5b{margin-left:0%}.offset-1__aeea6762{margin-left:8.33333333%}.offset-2__e854a7d6{margin-left:16.66666667%}.offset-3__ab0f8645{margin-left:25%}.offset-4__229ebb8d{margin-left:33.33333333%}.offset-5__672f4e94{margin-left:41.66666667%}.offset-6__4e910a6b{margin-left:50%}.offset-7__1db5a987{margin-left:58.33333333%}.offset-8__cf454ca2{margin-left:66.66666667%}.offset-9__784c0c8e{margin-left:75%}.offset-10__999c3600{margin-left:83.33333333%}.offset-11__77cb4ff5{margin-left:91.66666667%}.d-none__3c78adbc{display:none!important}.d-block__83884174{display:block!important}@media(min-width:576px){.col-sm-1__773bc39e{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__a3060a6a{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__d13174f4{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__e31b2d3d{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__3b117081{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__a8d6a3cf{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__88ac2ec1{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__32707346{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__2649819d{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__601e7fee{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__bd48b337{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__965aaba2{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__222debfc{margin-left:0%}.offset-sm-1__bcf7cebd{margin-left:8.33333333%}.offset-sm-2__177e9b43{margin-left:16.66666667%}.offset-sm-3__4e08fc8e{margin-left:25%}.offset-sm-4__5a27b380{margin-left:33.33333333%}.offset-sm-5__7994a1d2{margin-left:41.66666667%}.offset-sm-6__1afa978b{margin-left:50%}.offset-sm-7__d1472df2{margin-left:58.33333333%}.offset-sm-8__9fe842b4{margin-left:66.66666667%}.offset-sm-9__46ca2f23{margin-left:75%}.offset-sm-10__5fc1d219{margin-left:83.33333333%}.offset-sm-11__060cf74c{margin-left:91.66666667%}.d-none-sm__2cf00381{display:none!important}.d-block-sm__bd37e6e3{display:block!important}}@media(min-width:768px){.col-md-1__499999a1{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__3961812a{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__62652978{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__285e03ae{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__b2f7b090{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__ea5d2768{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__4fa404f3{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__c3fe6071{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__0c10d3b2{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__71ac698b{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__a5b40f23{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__4fa56313{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__ebc01d55{margin-left:0%}.offset-md-1__6fdceb25{margin-left:8.33333333%}.offset-md-2__1d4d89fc{margin-left:16.66666667%}.offset-md-3__e1672260{margin-left:25%}.offset-md-4__c819b2fc{margin-left:33.33333333%}.offset-md-5__fadaabd3{margin-left:41.66666667%}.offset-md-6__c0e57ad3{margin-left:50%}.offset-md-7__42b4f695{margin-left:58.33333333%}.offset-md-8__eea2d508{margin-left:66.66666667%}.offset-md-9__9d49c56b{margin-left:75%}.offset-md-10__252a90c9{margin-left:83.33333333%}.offset-md-11__8b49bbeb{margin-left:91.66666667%}.d-none-md__9d6ab8f6{display:none!important}.d-block-md__9ccd9173{display:block!important}}@media(min-width:992px){.col-lg-1__68036277{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__92acf052{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__ab337eda{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__1ab64071{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__b5a68f01{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__6082dd15{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__a19885aa{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__b4c66526{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__c108ca85{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__40855472{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__2dbd36d0{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__2638149b{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__396ef59d{margin-left:0%}.offset-lg-1__b9b07351{margin-left:8.33333333%}.offset-lg-2__0c82e972{margin-left:16.66666667%}.offset-lg-3__c2cb7618{margin-left:25%}.offset-lg-4__6563acb7{margin-left:33.33333333%}.offset-lg-5__8d2dcaa4{margin-left:41.66666667%}.offset-lg-6__953a9e87{margin-left:50%}.offset-lg-7__17553f6a{margin-left:58.33333333%}.offset-lg-8__82932ed6{margin-left:66.66666667%}.offset-lg-9__2a676af2{margin-left:75%}.offset-lg-10__1834e0d2{margin-left:83.33333333%}.offset-lg-11__3a3ec0db{margin-left:91.66666667%}.d-none-lg__164ec1b6{display:none!important}.d-block-lg__02fba318{display:block!important}}@media(min-width:1200px){.col-xl-1__5d442c03{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__e00a52ce{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__efa4efac{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__a3c54eed{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__452fc889{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__c2cc4086{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__c491f3fd{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__ee2d9e71{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__2f359235{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__910216eb{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__4df33166{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__6ce322dd{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__f1c52b36{margin-left:0%}.offset-xl-1__a638588d{margin-left:8.33333333%}.offset-xl-2__e72b24b5{margin-left:16.66666667%}.offset-xl-3__c788bc7f{margin-left:25%}.offset-xl-4__3eea39ca{margin-left:33.33333333%}.offset-xl-5__58a4c68c{margin-left:41.66666667%}.offset-xl-6__1cd5c8f9{margin-left:50%}.offset-xl-7__45ae9b16{margin-left:58.33333333%}.offset-xl-8__12c4f213{margin-left:66.66666667%}.offset-xl-9__25cea718{margin-left:75%}.offset-xl-10__f3429e07{margin-left:83.33333333%}.offset-xl-11__ad0423d8{margin-left:91.66666667%}.d-none-xl__2aa81cce{display:none!important}.d-block-xl__b784d6ec{display:block!important}}.confirm__4a5a2489{flex-grow:1;margin:0 auto;max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2);box-sizing:border-box}.confirm__4a5a2489.isInLightBox__83bf626f{max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2)}.confirm__4a5a2489.isInSideOverlaySM__391b02e9{max-width:520px}.confirm__4a5a2489.isInSideOverlayMD__3b701348{max-width:680px}.confirm__4a5a2489.isInSideOverlayLG__0cdddb03{max-width:800px}.confirmCloseButton__8c0e5cdb{position:absolute;top:24px;right:24px}.confirmContent__61365622{margin-bottom:24px;padding-right:56px}.confirmControls__b55d61cb{white-space:nowrap}.confirmContentTitle__b53c405a{margin-bottom:12px}@media(max-width:767px){.confirmCloseButton__8c0e5cdb{top:16px;right:16px}.confirmContent__61365622{margin-bottom:16px}}.dateRange__66b87fb6{display:flex;align-items:center}.dateRangeButton__6238e45d{z-index:1}.separator__8b463f97{width:20px;height:20px;flex-shrink:0}.divider__fef21c4b{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-30-0);border:none}.marginTopSize-4__4315e41f{margin-top:4px}.marginBottomSize-4__79b4772f{margin-bottom:4px}.marginTopSize-8__cde2e117{margin-top:8px}.marginBottomSize-8__18b7b2c3{margin-bottom:8px}.marginTopSize-12__ca71deea{margin-top:12px}.marginBottomSize-12__6aa6d79e{margin-bottom:12px}.marginTopSize-16__7c1989ba{margin-top:16px}.marginBottomSize-16__25fd2b14{margin-bottom:16px}.marginTopSize-20__098820c3{margin-top:20px}.marginBottomSize-20__e5283dd7{margin-bottom:20px}.marginTopSize-24__db977b3a{margin-top:24px}.marginBottomSize-24__e6e469da{margin-bottom:24px}.marginTopSize-28__65185708{margin-top:28px}.marginBottomSize-28__b58954c1{margin-bottom:28px}.marginTopSize-32__eaaf0dcb{margin-top:32px}.marginBottomSize-32__7faa739c{margin-bottom:32px}.smallInput__4fa13d81{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-1-30-0);background:var(--triplex-next-SmallInput-Background-1-30-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-30-0)}.smallInput__4fa13d81::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-30-0);opacity:1}.smallInput__4fa13d81::-ms-clear{display:none}.link__adb0547f{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-30-0)}.link__adb0547f:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-30-0)}.link__adb0547f:active{color:var(--triplex-next-Link-Text_Color_Active-1-30-0)}.link__adb0547f:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-30-0)}.wordWithContent__b6ba3157{white-space:nowrap;display:inline-flex;align-items:center}.before__10f37c41 :first-child{margin-right:2px}.after__5a57e112 :last-child{margin-left:2px}.documentNumberEdit__d71dde5c .label__c36a20fd{display:inline-block;margin-right:8px}.documentNumberEdit__d71dde5c .inputEditWrapper__ef5093c5{width:68px;display:inline-block}.ellipsisLineClamp__3ebb4626{--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__3ebb4626.oneLine__fa724028{word-break:break-all}.emptyView__fd79e81c,.container__47d942ab{display:flex;flex-direction:column;align-items:center;width:100%}.icon__8caea79a{flex-shrink:0}.textBlock__67a2e69f{text-align:center}button.helpBoxButton__d0222cee{position:relative;vertical-align:text-bottom}.islandAccordion__5ba84777{margin:0;padding:0}.islandAccordion__5ba84777 .island__a9353f0c{padding:0}.islandAccordion__5ba84777 .item__fd2b92c2{position:relative;list-style-type:none}.islandAccordion__5ba84777 .item__fd2b92c2.disabled__b42a8324{cursor:default;pointer-events:none}.islandAccordion__5ba84777 .item__fd2b92c2+.item__fd2b92c2.sm__2a0b0ee4,.islandAccordion__5ba84777 .item__fd2b92c2+.item__fd2b92c2.md__b70e3a54{margin-top:16px}.islandAccordion__5ba84777 .item__fd2b92c2+.item__fd2b92c2.lg__86db869c{margin-top:24px}.islandAccordion__5ba84777 .item__fd2b92c2 .header__5fb745f6{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__5ba84777 .item__fd2b92c2 .header__5fb745f6:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-30-0)}.islandAccordion__5ba84777 .item__fd2b92c2.type1__82f71da0:not(.opened__d93b53e8) .header__5fb745f6:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-30-0)}.islandAccordion__5ba84777 .item__fd2b92c2.type2__5735ca38:not(.opened__d93b53e8) .header__5fb745f6:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-30-0)}.islandAccordion__5ba84777 .item__fd2b92c2.type3__4c48d0d6:not(.opened__d93b53e8) .header__5fb745f6:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-30-0)}.islandAccordion__5ba84777 .item__fd2b92c2 .footer__8df1227d{text-align:right}.islandAccordion__5ba84777 .item__fd2b92c2 .body__350c0d1f,.islandAccordion__5ba84777 .item__fd2b92c2 .footer__8df1227d{visibility:hidden}.islandAccordion__5ba84777 .item__fd2b92c2.opened__d93b53e8 .body__350c0d1f,.islandAccordion__5ba84777 .item__fd2b92c2.opened__d93b53e8 .footer__8df1227d{visibility:visible}.islandAccordion__5ba84777 .item__fd2b92c2 .caretWrapper__3c684d82{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__5ba84777 .item__fd2b92c2 .caretIcon__e773db5f{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__5ba84777 .item__fd2b92c2 .title__9820fee1{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__5ba84777 .item__fd2b92c2.sm__2a0b0ee4 .header__5fb745f6{padding:16px;border-radius:16px}.islandAccordion__5ba84777 .item__fd2b92c2.sm__2a0b0ee4 .title__9820fee1{padding-right:42px}.islandAccordion__5ba84777 .item__fd2b92c2.sm__2a0b0ee4 .body__350c0d1f,.islandAccordion__5ba84777 .item__fd2b92c2.sm__2a0b0ee4 .footer__8df1227d{padding:0 16px 16px}.islandAccordion__5ba84777 .item__fd2b92c2.sm__2a0b0ee4 .caretWrapper__3c684d82{right:10px}.islandAccordion__5ba84777 .item__fd2b92c2.sm__2a0b0ee4 .remove__9e4e3db2{right:-36px;top:18px}.islandAccordion__5ba84777 .item__fd2b92c2.sm__2a0b0ee4 .step__432cea72{margin-right:12px}.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .header__5fb745f6{padding:24px;border-radius:24px}.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .title__9820fee1{padding-right:42px}.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .body__350c0d1f,.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .footer__8df1227d{padding:0 24px 24px}.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .caretWrapper__3c684d82{right:18px}.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .remove__9e4e3db2{right:-40px;top:26px}.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .step__432cea72{margin-right:12px}.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .header__5fb745f6{padding:32px;border-radius:32px}.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .title__9820fee1{padding-right:44px}.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .body__350c0d1f,.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .footer__8df1227d{padding:0 32px 32px}.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .caretWrapper__3c684d82{right:24px}.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .remove__9e4e3db2{right:-40px;top:36px}.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .step__432cea72{margin:0 16px 0 0}.islandAccordion__5ba84777 .item__fd2b92c2.opened__d93b53e8:not(.disabled__b42a8324) .caretWrapper__3c684d82 .caretIcon__e773db5f{transform:rotate(-180deg)}.islandAccordion__5ba84777 .item__fd2b92c2 .remove__9e4e3db2{position:absolute}@media(max-width:767px){.islandAccordion__5ba84777 .item__fd2b92c2 .title__9820fee1{white-space:normal;overflow-wrap:anywhere}.islandAccordion__5ba84777 .item__fd2b92c2 .footer__8df1227d{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__5ba84777 .item__fd2b92c2 .footer__8df1227d>*{margin-left:0!important}.islandAccordion__5ba84777 .item__fd2b92c2 .caretWrapper__3c684d82{transform:none}.islandAccordion__5ba84777 .item__fd2b92c2.sm__2a0b0ee4 .title__9820fee1{padding-right:34px}.islandAccordion__5ba84777 .item__fd2b92c2.sm__2a0b0ee4 .caretWrapper__3c684d82{top:18px}.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .header__5fb745f6{padding:16px;border-radius:16px}.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .title__9820fee1{padding-right:34px}.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .body__350c0d1f,.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .footer__8df1227d{padding:0 16px 16px}.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .caretWrapper__3c684d82{right:10px;top:18px}.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .remove__9e4e3db2{top:18px}.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .header__5fb745f6{padding:24px;border-radius:24px}.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .title__9820fee1{padding-right:34px}.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .body__350c0d1f,.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .footer__8df1227d{padding:0 24px 24px}.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .caretWrapper__3c684d82{top:26px;right:18px}.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .remove__9e4e3db2{top:26px}}.step__debd7363{display:flex;align-items:center;justify-content:center;box-sizing:border-box;-webkit-user-select:none;user-select:none;cursor:default;border-radius:50%}.step__debd7363.sm__c4e6a100,.step__debd7363.md__ea3371ab{width:28px;height:28px}.step__debd7363.lg__adaf3298{width:32px;height:32px}.step__debd7363.default__8de8846c{background-color:var(--triplex-next-Step-Background_Default-1-30-0)}.step__debd7363.default__8de8846c>span{color:var(--triplex-next-Step-Color_Default-1-30-0)}.step__debd7363.done__f6920f26{background-color:var(--triplex-next-Step-Background_Done-1-30-0)}.step__debd7363.done__f6920f26>span{color:var(--triplex-next-Step-Color_Done-1-30-0)}.step__debd7363.warning__a96a2e07{background-color:var(--triplex-next-Step-Background_Warning-1-30-0)}.step__debd7363.warning__a96a2e07>span{color:var(--triplex-next-Step-Color_Warning-1-30-0)}.step__debd7363.active__3cf3d436{background-color:var(--triplex-next-Step-Background_Active-1-30-0)}.step__debd7363.active__3cf3d436>span{color:var(--triplex-next-Step-Color_Active-1-30-0)}.step__debd7363.error__36e190a1{background-color:var(--triplex-next-Step-Background_Error-1-30-0)}.step__debd7363.error__36e190a1>span{color:var(--triplex-next-Step-Color_Error-1-30-0)}.step__debd7363.disabled__6100fd79{background-color:var(--triplex-next-Step-Background_Disabled-1-30-0)}.step__debd7363.disabled__6100fd79>span{color:var(--triplex-next-Step-Color_Disabled-1-30-0)}@media(max-width:767px){.step__debd7363.lg__adaf3298{width:28px;height:28px}}.lightBox__d128cf42{--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__d128cf42.sm__91a5cef2{--lightBox-content-max-width: 664px}.lightBox__d128cf42.md__87641712{--lightBox-content-max-width: 864px}.lightBox__d128cf42.lg__23fcc110{--lightBox-content-max-width: 1064px}.lightBox__d128cf42.xl__3d628d9c{--lightBox-content-max-width: 1264px}.lightBox__d128cf42 .lightBoxBackdrop__6d5815bb{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-30-0)}.lightBox__d128cf42.lightBoxSideOverlayActive__9ac8cd4b,.lightBox__d128cf42.lightBoxTopOverlayActive__36be8f8d{overflow-y:hidden}.lightBox__d128cf42 .lightBoxContent__f8134067{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-30-0)}.lightBox__d128cf42 .lightBoxContent__f8134067>.global-page{width:100%;max-width:var(--lightBox-content-max-width);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBox__d128cf42 .lightBoxContent__f8134067>.global-page{padding:16px}}.lightBox__d128cf42 .loadingContentOverlay__ec3a6e22{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__d128cf42 .lightBoxContentResizeWrapper__8efa924c{position:absolute;left:0;right:0;height:0}.lightBox__d128cf42 .tempElSafariBug__35b740f3{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__da8b651a,.global-LB-less-or-equal-media-point-0 .lightBox__d128cf42.lightBoxSideOverlayActive__9ac8cd4b{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__f8134067{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__f8134067{padding-left:80px;padding-right:80px}.lightBoxControls__24c1e04b{z-index:100}.withKeyboardEvent__4fc18e6b{display:inline-block}.withoutKeyboardEvent__077d7b52,.lightBox__d128cf42.lightBoxSideOverlayActive__9ac8cd4b .withKeyboardEvent__4fc18e6b,.lightBox__d128cf42.lightBoxTopOverlayActive__36be8f8d .withKeyboardEvent__4fc18e6b,.lightBox__d128cf42.isLoading__1c5b4341 .withKeyboardEvent__4fc18e6b{display:none}.lightBox__d128cf42.lightBoxSideOverlayActive__9ac8cd4b .withoutKeyboardEvent__077d7b52,.lightBox__d128cf42.lightBoxTopOverlayActive__36be8f8d .withoutKeyboardEvent__077d7b52,.lightBox__d128cf42.isLoading__1c5b4341 .withoutKeyboardEvent__077d7b52{display:inline-block}.lightBox__d128cf42.isLoading__1c5b4341 .lightBoxPrev__9384e05d,.lightBox__d128cf42.isLoading__1c5b4341 .lightBoxNext__134dc62c{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__24c1e04b{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__1f374d72{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__484b5a15{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__39cb32e3{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__9384e05d,.global-LB-less-or-equal-media-point-0 .lightBoxNext__134dc62c{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__9384e05d{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__22c570a2,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__9c5735d7{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__24c1e04b{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__1f374d72{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__484b5a15{display:none}.global-LB-more-media-point-0 .lightBoxClose__39cb32e3{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__9384e05d,.global-LB-more-media-point-0 .lightBoxNext__134dc62c{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__9384e05d{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__134dc62c{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__4327347b{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__4327347b.fixed__683dcf45{position:fixed}.overlay__4327347b.closing__51fd9157,.overlay__4327347b.opened__6b87770c{visibility:visible;left:0;right:0}.overlayPanel__f4aaa1ef{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-30-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__f4aaa1ef.bottom__85f206cb{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__f4aaa1ef.left__10208cc3{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__f4aaa1ef.right__353ea3e5{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__f4aaa1ef.top__679b2cfb{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__f4aaa1ef.left__10208cc3.opened__6b87770c,.overlayPanel__f4aaa1ef.right__353ea3e5.opened__6b87770c{transform:translate(0)}.overlayPanel__f4aaa1ef.top__679b2cfb.opened__6b87770c,.overlayPanel__f4aaa1ef.bottom__85f206cb.opened__6b87770c{transform:translateY(0)}.overlayContent__07158ce0{display:flex;min-height:100%}.overlayMask__934c5ef0{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-30-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__934c5ef0.overlayOpened__a2456423{opacity:1}.lightBoxSideOverlayLoaderWrapper__d2daba56{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__6f299a07{position:absolute;top:24px;right:24px;bottom:0;pointer-events:none}.lightBoxSideOverlayCloseDesktop__1b7ace17{position:sticky;top:24px;pointer-events:auto}.lightBoxSideOverlayCloseMobile__15111651{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__6f299a07{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__15111651{display:block}@media(max-width:767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__15111651{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__6f299a07{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__15111651{display:none}.lightBoxSideOverlayMask__40db1bf1{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-30-0)}.lightBoxSideOverlayWrapper__67e33d27{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__67e33d27.overflowXHidden__4b63391e{overflow-x:hidden}.lightBoxSideOverlayWrapper__67e33d27.overflowYHidden__b5ad2393{overflow-y:hidden}.lightBoxSideOverlayWrapper__67e33d27.closing__0b98caf0,.lightBoxSideOverlayWrapper__67e33d27.opened__f69b56f9{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__67e33d27.closing__0b98caf0{pointer-events:none}.lightBoxSideOverlayWrapper__67e33d27 .global-page{max-width:var(--lightBox-content-max-width, 864px);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBoxSideOverlayWrapper__67e33d27 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__67e33d27 .lightBoxSideOverlayContent__27b39e49{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-30-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__67e33d27 .lightBoxSideOverlayContent__27b39e49.opened__f69b56f9{transform:none}.lightBoxSideOverlayWrapper__67e33d27 .lightBoxSideOverlayContent__27b39e49.opening__cf79c2f5{transform:translateY(0)}.lightBoxSideOverlayWrapper__67e33d27.sm__91a5cef2 .global-page{width:584px;max-width:100%}.lightBoxSideOverlayWrapper__67e33d27.md__87641712 .global-page{width:744px;max-width:100%}.lightBoxSideOverlayWrapper__67e33d27.lg__23fcc110 .global-page{width:864px;max-width:100%}.lightBoxSideOverlayWrapper__67e33d27 .lightBoxSideOverlayBase__dc04dd40{overflow:visible;bottom:auto;height:100%}@media(max-width:767px){.lightBoxSideOverlayWrapper__67e33d27 .lightBoxSideOverlayContent__27b39e49{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__67e33d27 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__67e33d27 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__9bca4650{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__9bca4650.closing__0b98caf0,.lightBoxSideOverlay__9bca4650.opening__cf79c2f5{overflow-x:hidden}.topOverlayMask__b7c05280{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-30-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__0ffa4bec{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__0ffa4bec.closing__165c4bda,.topOverlayWrapper__0ffa4bec.opened__99f67f42{bottom:0}.topOverlayWrapper__0ffa4bec .topOverlayPanel__27664295{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__503c57e4{z-index:500}@media(max-width:767px){.topOverlayPanel__27664295{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__60c27be7{--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__60c27be7.fixed__9106882d{position:fixed}.lightBoxRightSidebar__26ecc011{--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__26ecc011.fixed__9106882d{position:fixed}.hidden__92342725{display:none}html.scroll-0__80b02f29{--triplex-next-scroll-width: 0px}html.scroll-15__b29f6fde{--triplex-next-scroll-width: 15px}html.scroll-16__9d59d73d{--triplex-next-scroll-width: 16px}html.scroll-17__e68be1b9{--triplex-next-scroll-width: 17px}.listMasterChipGroup__8349da15{padding:0 16px}.listMasterFooter__5f87ec95{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-30-0);box-shadow:var(--triplex-next-ListMaster-Footer_Shadow-1-30-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__5f87ec95.sticky__3a04e858{position:sticky;bottom:0}.listMasterFooterDescription__23b52cef{padding-right:16px}.listMasterFooterControls__27524450{white-space:nowrap}.listMasterHeader__8164d053{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-30-0);box-shadow:var(--triplex-next-ListMaster-Header_Shadow-1-30-0)}.listMasterHeader__8164d053.sticky__3a04e858{position:sticky;top:0;z-index:2}.selectionControls__391e459d{display:flex;justify-content:space-between;align-items:center}.marker__3769248c.success__adcb7bab{background:var(--triplex-next-Marker-Background_Success-1-30-0)}.marker__3769248c.error__b0ffec96{background:var(--triplex-next-Marker-Background_Error-1-30-0)}.marker__3769248c.warning__51774aa3{background:var(--triplex-next-Marker-Background_Warning-1-30-0)}.marker__3769248c.waiting__3556b4e5{background:var(--triplex-next-Marker-Background_Waiting-1-30-0)}.markerStatus__4e7e7256{line-height:0;display:flex;align-items:start}.markerStatus__4e7e7256 .contentContainer__6394096c{display:flex;flex-direction:column}.markerStatus__4e7e7256.md__d48b9a11{gap:4px}.markerStatus__4e7e7256.md__d48b9a11 .markerContainer__e72e8e89{margin-top:4px}.markerStatus__4e7e7256.lg__fc778368{gap:6px}.markerStatus__4e7e7256.lg__fc778368 .contentContainer__6394096c{gap:4px}.markerStatus__4e7e7256.lg__fc778368 .markerContainer__e72e8e89{margin-top:5px}.monthYearRange__2bb5a505{display:flex;align-items:center}.monthYearRangeButton__fe0fbbd0{z-index:1}.separator__2d268f05{width:16px;height:16px;flex-shrink:0}.orderedListItem__08c65d2e{counter-increment:list-item-tx}.orderedListItem__08c65d2e:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__08c65d2e+.orderedListItem__08c65d2e{margin-top:8px}.orderedList__a35fe786{--start-index-tx: 0;position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx var(--start-index-tx)}.paginationExtended__a728fc95{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__a930411b .directionIconNext__358cff92{transform:rotate(180deg)}.paginationPageEllipsis__b4970e76{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;cursor:default}.paginationPageButton__542c7955{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__542c7955:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-30-0);outline:none}.paginationPageButton__542c7955:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-30-0)}.paginationPageButton__542c7955:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-30-0);cursor:grabbing}.paginationPageButton__542c7955.currentPage__248f05f0{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-30-0);cursor:default}.paginationNavigationExtended__34ba6778{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__a5f29a89{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__a5f29a89 .paginationSelectControl__0d7e082e{margin-left:8px;min-width:72px}.row__f2971b81{display:flex;flex-wrap:wrap;margin-left:-8px;margin-right:-8px;padding-bottom:16px}.row__f2971b81.noPaddingBottom__af5f484b,.row__f2971b81:last-child{padding-bottom:0}.segmentedControlSegment__826b1f23{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-30-0);outline:none;cursor:pointer}.segmentedControlSegment__826b1f23:disabled{cursor:default}.sm__0c9925ff .segmentedControlSegment__826b1f23{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__9ac94ceb .segmentedControlSegment__826b1f23{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__fe5ed93c .segmentedControlSegment__826b1f23{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__93c1e0a4 .segmentedControlSegment__826b1f23{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-30-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-30-0)}.general1__93c1e0a4 .segmentedControlSegment__826b1f23:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-30-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-30-0)}.general1__93c1e0a4 .segmentedControlSegment__826b1f23:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-30-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-30-0)}.general1__93c1e0a4 .segmentedControlSegment__826b1f23.selected__21e66882{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-30-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-30-0)}.general1__93c1e0a4 .segmentedControlSegment__826b1f23.selected__21e66882:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-30-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-30-0)}.general1__93c1e0a4 .segmentedControlSegment__826b1f23.selected__21e66882:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-30-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-30-0)}.general2__1a395e2f .segmentedControlSegment__826b1f23{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-30-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-30-0)}.general2__1a395e2f .segmentedControlSegment__826b1f23:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-30-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-30-0)}.general2__1a395e2f .segmentedControlSegment__826b1f23:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-30-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-30-0)}.general2__1a395e2f .segmentedControlSegment__826b1f23.selected__21e66882{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-30-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-30-0)}.general2__1a395e2f .segmentedControlSegment__826b1f23.selected__21e66882:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-30-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-30-0)}.general2__1a395e2f .segmentedControlSegment__826b1f23.selected__21e66882:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-30-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-30-0)}.secondary1__f80869f9 .segmentedControlSegment__826b1f23{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-30-0)}.secondary1__f80869f9 .segmentedControlSegment__826b1f23:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-30-0)}.secondary1__f80869f9 .segmentedControlSegment__826b1f23:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-30-0)}.secondary1__f80869f9 .segmentedControlSegment__826b1f23.selected__21e66882{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-30-0)}.secondary1__f80869f9 .segmentedControlSegment__826b1f23.selected__21e66882:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-30-0)}.secondary2__9ddce4f2 .segmentedControlSegment__826b1f23{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-30-0)}.secondary2__9ddce4f2 .segmentedControlSegment__826b1f23:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-30-0)}.secondary2__9ddce4f2 .segmentedControlSegment__826b1f23:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-30-0)}.secondary2__9ddce4f2 .segmentedControlSegment__826b1f23.selected__21e66882{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-30-0)}.secondary2__9ddce4f2 .segmentedControlSegment__826b1f23.selected__21e66882:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-30-0)}.segmentedControlSegment__826b1f23:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-30-0)}.content__e6075e31{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__3368fe4d{display:flex;gap:4px}.segmentedControl__3368fe4d.general1__93c1e0a4{background:var(--triplex-next-SegmentedControl-General_1_Background-1-30-0)}.segmentedControl__3368fe4d.secondary1__f80869f9{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-30-0)}.segmentedControl__3368fe4d.general2__1a395e2f{background:var(--triplex-next-SegmentedControl-General_2_Background-1-30-0)}.segmentedControl__3368fe4d.secondary2__9ddce4f2{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-30-0)}.segmentedControl__3368fe4d.sm__0c9925ff{border-radius:6px;padding:4px}.segmentedControl__3368fe4d.md__9ac94ceb{border-radius:8px;padding:4px}.segmentedControl__3368fe4d.lg__fe5ed93c{border-radius:10px;padding:8px}.skeleton__bf430e4b{border-radius:16px;flex-grow:1}.skeleton__bf430e4b.light__6fa7188d{animation:skeleton-light-pulse__f0364431 2s ease-in-out infinite}.skeleton__bf430e4b.dark__e3e39839{animation:skeleton-dark-pulse__e49af5ce 2s ease-in-out infinite}@keyframes skeleton-light-pulse__f0364431{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-30-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-30-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-30-0)}}@keyframes skeleton-dark-pulse__e49af5ce{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-30-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-30-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-30-0)}}.sliderExtendedDot__2737b7fa{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-30-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__2737b7fa:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-30-0)}.sliderExtendedDot__2737b7fa.focusedByClick__ed02356b:focus{box-shadow:none}.sliderExtendedDot__2737b7fa:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-30-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__2737b7fa:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-30-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__2737b7fa.disabled__ebfd6efa{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-30-0)}.sliderExtendedDot__2737b7fa.disabled__ebfd6efa:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-30-0)}.sliderExtendedDot__2737b7fa.disabled__ebfd6efa:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-30-0)}.sliderExtendedDot__2737b7fa:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-30-0)}.sliderExtendedDot__2737b7fa:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-30-0)}.sliderExtendedDot__2737b7fa.dragByMouse__893d4afc{background:var(--triplex-next-Slider-Dot_Background_Select-1-30-0)}.sliderExtendedDot__2737b7fa.dragByMouse__893d4afc:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-30-0)}.sliderExtendedDot__2737b7fa:hover .sliderExtendedTooltipOverlay__a6dc99c6,.sliderExtendedDot__2737b7fa:focus .sliderExtendedTooltipOverlay__a6dc99c6{visibility:visible}.sliderExtendedDot__2737b7fa.lg__388a3330{width:28px;height:28px}.sliderExtendedDot__2737b7fa.lg__388a3330:after{width:10px;height:10px}.sliderExtendedDot__2737b7fa.lg__388a3330:before{width:14px;height:14px}.sliderExtendedMarks__696d4c95{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__90a2e666{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__90a2e666 .sliderExtendedMarkDot__9dfb9b07{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-30-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__90a2e666 .sliderExtendedMarkDot__9dfb9b07.inSelectedRange__f4841231{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-30-0)}.sliderExtendedMark__90a2e666.lg__388a3330{top:20px}.sliderExtendedMark__90a2e666.lg__388a3330 .sliderExtendedMarkDot__9dfb9b07{top:-20px}.sliderExtendedMark__90a2e666 .sliderExtendedMarkText__ab4123ca{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__90a2e666.disabled__ebfd6efa{pointer-events:none}.sliderExtendedMark__90a2e666.disabled__ebfd6efa .sliderExtendedMarkText__ab4123ca{pointer-events:none;opacity:.35}.sliderExtendedMark__90a2e666.disabled__ebfd6efa .sliderExtendedMarkDot__9dfb9b07{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-30-0)}.sliderExtendedMark__90a2e666:first-child,.sliderExtendedMark__90a2e666:last-child{transform:none}.sliderExtendedMark__90a2e666:first-child.reverse__c9adb566 .sliderExtendedMarkDot__9dfb9b07{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__90a2e666:first-child.reverse__c9adb566 .sliderExtendedMarkText__ab4123ca{margin-right:-4px}.sliderExtendedMark__90a2e666:first-child:not(.reverse__c9adb566) .sliderExtendedMarkDot__9dfb9b07{left:0;transform:translate(-50%)}.sliderExtendedMark__90a2e666:first-child .sliderExtendedMarkText__ab4123ca{margin-left:-4px}.sliderExtendedMark__90a2e666:last-child.reverse__c9adb566 .sliderExtendedMarkDot__9dfb9b07{left:0;transform:translate(-50%)}.sliderExtendedMark__90a2e666:last-child.reverse__c9adb566 .sliderExtendedMarkText__ab4123ca{margin-left:-4px}.sliderExtendedMark__90a2e666:last-child:not(.reverse__c9adb566) .sliderExtendedMarkDot__9dfb9b07{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__90a2e666:last-child .sliderExtendedMarkText__ab4123ca{margin-right:-4px}.sliderExtendedMark__90a2e666.active__e350d96b{pointer-events:none}.sliderExtendedRail__e2575321{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-30-0);cursor:pointer}.sliderExtended__5c5e58ea{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__5c5e58ea.disabled__ebfd6efa .sliderExtendedRail__e2575321{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-30-0)}.sliderExtended__5c5e58ea.lg__388a3330{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__fafb6885{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-30-0);z-index:10}.sliderExtendedTrack__fafb6885.lg__388a3330{top:12px}.sliderExtendedTrack__fafb6885:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-30-0)}.sliderExtendedTrack__fafb6885.focusedByClick__ed02356b:focus{box-shadow:none}.sliderExtendedTrack__fafb6885.hoverOrDragByMouse__7a0de28e{background:var(--triplex-next-Slider-Track_Background_Hover-1-30-0)}.sliderExtendedTrack__fafb6885.staticSlider__343bf084{cursor:default;pointer-events:none}.sliderExtendedTrack__fafb6885.disabled__ebfd6efa{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-30-0)}.sliderExtendedTooltipOverlay__a6dc99c6{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__a6dc99c6.lg__388a3330{bottom:32px}.sliderExtendedTooltipOverlay__a6dc99c6 .tooltipBody__896d1309{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-30-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-30-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__a6dc99c6 .tooltipTip__64207458{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-30-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.sliderExtendedTooltipOverlay__a6dc99c6 .tooltipTip__64207458{margin:-.5px}}.smsField__f191708b{display:inline-block;position:relative;width:100%}.smsField__f191708b .input__631fdf56{text-align:center}.smsField__f191708b .input__631fdf56::placeholder{opacity:1}.smsField__f191708b .input__631fdf56:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-30-0)}.smsField__f191708b .input__631fdf56.lg__f765a1b9{padding:18px 40px}.smsField__f191708b .input__631fdf56.md__1904005c{padding-left:26px;padding-right:26px}.smsField__f191708b .input__631fdf56.sm__37f45f8f{padding-left:20px;padding-right:20px}.smsField__f191708b .btnRefresh__54191e24{position:absolute;outline:none;z-index:1}.smsField__f191708b .btnRefresh__54191e24.lg__f765a1b9{top:12px;left:12px;height:32px;width:32px}.smsField__f191708b .btnRefresh__54191e24.md__1904005c{top:10px;left:10px}.smsField__f191708b .btnRefresh__54191e24.sm__37f45f8f{top:4px;left:4px}.smsField__f191708b .btnRefresh__54191e24 .full__fc4705ee{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-30-0)}.smsField__f191708b .btnRefresh__54191e24 .empty__42b131ea{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-30-0)}.smsField__f191708b .btnRefresh__54191e24:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-30-0)}.smsField__f191708b .btnSubmit__412f31cc{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-30-0)}.smsField__f191708b .btnSubmit__412f31cc.active__5e22dd99:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-30-0)}.smsField__f191708b .btnSubmit__412f31cc.active__5e22dd99:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-30-0)}.smsField__f191708b .btnSubmit__412f31cc.lg__f765a1b9{top:15px;right:15px;height:26px;width:26px}.smsField__f191708b .btnSubmit__412f31cc.md__1904005c{top:10px;right:10px}.smsField__f191708b .btnSubmit__412f31cc.sm__37f45f8f{top:4px;right:4px}.spoiler__528d0fad{display:flex;flex-direction:column}.spoiler__528d0fad.opened__7775d429 .caretIcon__998e0249{transform:rotate(-180deg)}.spoiler__528d0fad .head__a0b4601d .caretIcon__998e0249{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__528d0fad .head__a0b4601d button>span{white-space:normal;text-align:left}.spoiler__528d0fad .content__d3a6a38c.hidden__b6ad9261{display:none}.spoiler__528d0fad .lg__c36f7b82 .content__d3a6a38c{margin-top:8px}.spoiler__528d0fad .md__51303f42 .content__d3a6a38c{margin-top:0}.spoiler__528d0fad .sm__c6b4c64c .content__d3a6a38c{margin-top:-4px}.statusTrackerWrapper__5ad90331{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-30-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-30-0);overflow:hidden;height:100%}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5{width:100%;padding:40px 24px 16px;box-sizing:border-box;z-index:1;text-align:center}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5.verticalAlignMiddle__1dc435ee{align-self:center}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5.verticalAlignBottom__f12385a7{align-self:end}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5 .statusTrackerChild__57c4db54{padding:8px 0}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5 .statusTrackerChild__57c4db54:empty{padding:0}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5 .statusTrackerSum__273f5b2f,.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5 .statusTrackerTitle__eb9b789a{padding-bottom:4px}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5 .statusTrackerDescription__926bc908{display:block;padding-top:8px}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5 .statusTrackerAlert__f2b2d427{margin-top:12px;text-align:left}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5 .statusTrackerStatus__c95698dc{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5 .statusTrackerFooterWrapper__d52a4b40{display:grid}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5 .statusTrackerFooterWrapper__d52a4b40 .statusTrackerDescription__926bc908:last-child{padding-top:0}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5 .statusTrackerFooterWrapper__d52a4b40 .statusTrackerButton__b78381d3{margin-bottom:12px}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5 .statusTrackerFooterWrapper__d52a4b40 .statusTrackerButton__b78381d3:last-child{margin-bottom:0}.statusTrackerWrapper__5ad90331 .statusTrackerColor__56a99246{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__5ad90331 .statusTrackerColor__56a99246.waiting__56a11554{background:var(--triplex-next-StatusTracker-Waiting_Color-1-30-0)}.statusTrackerWrapper__5ad90331 .statusTrackerColor__56a99246.warning__879276cc{background:var(--triplex-next-StatusTracker-Warning_Background-1-30-0)}.statusTrackerWrapper__5ad90331 .statusTrackerColor__56a99246.rejected__ca864350{background:var(--triplex-next-StatusTracker-Rejected_Color-1-30-0)}.statusTrackerWrapper__5ad90331 .statusTrackerColor__56a99246.approved__4cfc48a1{background:var(--triplex-next-StatusTracker-Approved_Color-1-30-0)}.statusTrackerWrapper__5ad90331 .statusTrackerBackground__7d0fdfdb{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__5ad90331 .statusTrackerBackground__7d0fdfdb.waiting__56a11554{background:var(--triplex-next-StatusTracker-Waiting_Background-1-30-0)}.statusTrackerWrapper__5ad90331 .statusTrackerBackground__7d0fdfdb.warning__879276cc{background:var(--triplex-next-StatusTracker-Warning_Background-1-30-0)}.statusTrackerWrapper__5ad90331 .statusTrackerBackground__7d0fdfdb.rejected__ca864350{background:var(--triplex-next-StatusTracker-Rejected_Background-1-30-0)}.statusTrackerWrapper__5ad90331 .statusTrackerBackground__7d0fdfdb.approved__4cfc48a1{background:var(--triplex-next-StatusTracker-Approved_Background-1-30-0)}@media(max-width:767px){.statusTrackerWrapper__5ad90331{border-radius:16px}}.stepperStep__11500320{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__11500320+.stepperStep__11500320{margin-left:12px}.stepperStep__11500320.sm__c7108bbb{font-size:12px;line-height:16px}.stepperStep__11500320.sm__c7108bbb:not(:last-child) .content__8cf1cfb1{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__11500320.sm__c7108bbb:last-child .content__8cf1cfb1{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__11500320.sm__c7108bbb:last-child .arrow__26ba58ad{display:none}.stepperStep__11500320.md__5e5e9150{font-size:14px;line-height:20px}.stepperStep__11500320.md__5e5e9150:not(:last-child) .content__8cf1cfb1{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__11500320.md__5e5e9150:last-child .content__8cf1cfb1{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__11500320.md__5e5e9150:last-child .arrow__26ba58ad{display:none}.stepperStep__11500320.lg__c0c003a3{font-size:16px;line-height:20px}.stepperStep__11500320.lg__c0c003a3:not(:last-child) .content__8cf1cfb1{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__11500320.lg__c0c003a3:last-child .content__8cf1cfb1{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__11500320.lg__c0c003a3:last-child .arrow__26ba58ad{display:none}.stepperStep__11500320:hover:not(.active__cf714969):not(.disabled__d7ec1f02) .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-30-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-30-0)}.stepperStep__11500320:hover:not(.active__cf714969):not(.disabled__d7ec1f02) .arrow__26ba58ad path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-30-0)}.stepperStep__11500320:hover:not(.active__cf714969):not(.disabled__d7ec1f02) .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-30-0)}.stepperStep__11500320.active__cf714969{cursor:default}.stepperStep__11500320.active__cf714969 .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-30-0)}.stepperStep__11500320.active__cf714969 .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-30-0)}.stepperStep__11500320.active__cf714969.error__dc510c9b .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-30-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-30-0)}.stepperStep__11500320.active__cf714969.error__dc510c9b .arrow__26ba58ad path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-30-0)}.stepperStep__11500320.active__cf714969.error__dc510c9b .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-30-0)}.stepperStep__11500320.active__cf714969.warning__4b0864b5 .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-30-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-30-0)}.stepperStep__11500320.active__cf714969.warning__4b0864b5 .arrow__26ba58ad path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-30-0)}.stepperStep__11500320.active__cf714969.warning__4b0864b5 .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-30-0)}.stepperStep__11500320.completed__e3019953.error__dc510c9b .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-30-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-30-0)}.stepperStep__11500320.completed__e3019953.error__dc510c9b .arrow__26ba58ad path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-30-0)}.stepperStep__11500320.completed__e3019953.error__dc510c9b .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-30-0)}.stepperStep__11500320.completed__e3019953.error__dc510c9b:hover .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-30-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-30-0)}.stepperStep__11500320.completed__e3019953.error__dc510c9b:hover .arrow__26ba58ad path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-30-0)}.stepperStep__11500320.completed__e3019953.error__dc510c9b:hover .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-30-0)}.stepperStep__11500320.completed__e3019953.warning__4b0864b5 .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-30-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-30-0)}.stepperStep__11500320.completed__e3019953.warning__4b0864b5 .arrow__26ba58ad path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-30-0)}.stepperStep__11500320.completed__e3019953.warning__4b0864b5 .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-30-0)}.stepperStep__11500320.completed__e3019953.warning__4b0864b5:hover .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-30-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-30-0)}.stepperStep__11500320.completed__e3019953.warning__4b0864b5:hover .arrow__26ba58ad path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-30-0)}.stepperStep__11500320.completed__e3019953.warning__4b0864b5:hover .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-30-0)}.stepperStep__11500320.inactive__7caa4f72 :not(.error__dc510c9b):not(.warning__4b0864b5) .content__8cf1cfb1{color:var(--triplex-next-Stepper-Step_Color_Default-1-30-0)}.stepperStep__11500320.inactive__7caa4f72 :not(.error__dc510c9b):not(.warning__4b0864b5):hover .content__8cf1cfb1{color:var(--triplex-next-Stepper-Step_Color_Hover-1-30-0)}.stepperStep__11500320.inactive__7caa4f72.error__dc510c9b .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-30-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-30-0)}.stepperStep__11500320.inactive__7caa4f72.error__dc510c9b .arrow__26ba58ad path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-30-0)}.stepperStep__11500320.inactive__7caa4f72.error__dc510c9b .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-30-0)}.stepperStep__11500320.inactive__7caa4f72.error__dc510c9b:hover .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-30-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-30-0)}.stepperStep__11500320.inactive__7caa4f72.error__dc510c9b:hover .arrow__26ba58ad path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-30-0)}.stepperStep__11500320.inactive__7caa4f72.error__dc510c9b:hover .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-30-0)}.stepperStep__11500320.inactive__7caa4f72.warning__4b0864b5 .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-30-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-30-0)}.stepperStep__11500320.inactive__7caa4f72.warning__4b0864b5 .arrow__26ba58ad path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-30-0)}.stepperStep__11500320.inactive__7caa4f72.warning__4b0864b5 .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-30-0)}.stepperStep__11500320.inactive__7caa4f72.warning__4b0864b5:hover .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-30-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-30-0)}.stepperStep__11500320.inactive__7caa4f72.warning__4b0864b5:hover .arrow__26ba58ad path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-30-0)}.stepperStep__11500320.inactive__7caa4f72.warning__4b0864b5:hover .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-30-0)}.stepperStep__11500320.disabled__d7ec1f02{pointer-events:none}.stepperStep__11500320.disabled__d7ec1f02 .content__8cf1cfb1{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-30-0)}.stepperStep__11500320.disabled__d7ec1f02 .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-30-0)}.stepperStep__11500320.disabled__d7ec1f02 .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-30-0)}.stepperStep__11500320.focusVisible__3b5a9cba.completed__e3019953 .content__8cf1cfb1,.stepperStep__11500320.focusVisible__3b5a9cba.active__cf714969 .content__8cf1cfb1,.stepperStep__11500320.focusVisible__3b5a9cba.inactive__7caa4f72 .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-30-0)}.stepperStep__11500320.focusVisible__3b5a9cba.completed__e3019953 .arrow__26ba58ad path:last-child,.stepperStep__11500320.focusVisible__3b5a9cba.active__cf714969 .arrow__26ba58ad path:last-child,.stepperStep__11500320.focusVisible__3b5a9cba.inactive__7caa4f72 .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-30-0)}.stepperStep__11500320.focusVisible__3b5a9cba.completed__e3019953:hover .content__8cf1cfb1,.stepperStep__11500320.focusVisible__3b5a9cba.active__cf714969:hover .content__8cf1cfb1,.stepperStep__11500320.focusVisible__3b5a9cba.inactive__7caa4f72:hover .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-30-0)}.stepperStep__11500320.focusVisible__3b5a9cba.completed__e3019953:hover .arrow__26ba58ad path:last-child,.stepperStep__11500320.focusVisible__3b5a9cba.active__cf714969:hover .arrow__26ba58ad path:last-child,.stepperStep__11500320.focusVisible__3b5a9cba.inactive__7caa4f72:hover .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-30-0)}.content__8cf1cfb1{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-30-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-30-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-30-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.arrow__26ba58ad{transform:translate(0)}.arrow__26ba58ad path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-30-0)}.arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-30-0)}.icon__1736e539{display:inline-flex;align-items:center;line-height:0}.nonempty__1d30465a .icon__1736e539{margin-right:6px}.stepperExtended__1d0a4e17{display:flex;padding:0;margin:0;list-style:none}.stepperCarousel__ec4b9559{position:relative}.stepperCarousel__ec4b9559:hover .stepperButtonWrapper__bba15ca2{opacity:1;pointer-events:auto}.stepperButtonWrapper__bba15ca2{position:absolute;top:0;z-index:1;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.stepperButtonWrapper__bba15ca2.prev__02c307f1{left:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Prev-1-30-0)}.stepperButtonWrapper__bba15ca2.next__e7913f9d{right:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Next-1-30-0)}.stepperButton__b7d7b2c3.sm__c7108bbb{height:28px;width:28px}.stepperButton__b7d7b2c3.md__5e5e9150{height:40px;width:40px}.stepperButton__b7d7b2c3.lg__c0c003a3{height:56px;width:56px}@media(max-width:767px){.stepperButtonWrapper__bba15ca2{display:none}}.suggestFieldMobileBody__0e465e2c{height:176px}.suggestFieldMobileDropdownHint__caf02889{padding:16px}.noColumns__81b2103b{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__81b2103b>.content__ad440e60{width:456px;text-align:center}.filterPanel__7691460c{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__2bc0179d{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__2bc0179d>a:not(:first-child){margin-left:16px}.tabsLinePanel__46fe37be{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__3772895c{0%{opacity:0}to{opacity:1}}.tableBasic__47059dab{position:relative}.tableBasic__47059dab table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__47059dab table th.alignLeft__e4576b2f,.tableBasic__47059dab table td.alignLeft__e4576b2f{text-align:left}.tableBasic__47059dab table th.alignRight__e7f29dfb,.tableBasic__47059dab table td.alignRight__e7f29dfb{text-align:right}.tableBasic__47059dab table th.alignCenter__fe83854a,.tableBasic__47059dab table td.alignCenter__fe83854a{text-align:center}.tableBasic__47059dab table th.verticalAlignBaseline__f51e8c65,.tableBasic__47059dab table td.verticalAlignBaseline__f51e8c65{vertical-align:baseline}.tableBasic__47059dab table th.verticalAlignSub__36e8d7d1,.tableBasic__47059dab table td.verticalAlignSub__36e8d7d1{vertical-align:sub}.tableBasic__47059dab table th.verticalAlignSuper__17071bb0,.tableBasic__47059dab table td.verticalAlignSuper__17071bb0{vertical-align:super}.tableBasic__47059dab table th.verticalAlignTextTop__5e706694,.tableBasic__47059dab table td.verticalAlignTextTop__5e706694{vertical-align:text-top}.tableBasic__47059dab table th.verticalAlignTextBottom__dd317150,.tableBasic__47059dab table td.verticalAlignTextBottom__dd317150{vertical-align:text-bottom}.tableBasic__47059dab table th.verticalAlignMiddle__7dfbda51,.tableBasic__47059dab table td.verticalAlignMiddle__7dfbda51{vertical-align:middle}.tableBasic__47059dab table th.verticalAlignTop__08aced3b,.tableBasic__47059dab table td.verticalAlignTop__08aced3b{vertical-align:top}.tableBasic__47059dab table th.verticalAlignBottom__dbd00d38,.tableBasic__47059dab table td.verticalAlignBottom__dbd00d38{vertical-align:bottom}.tableBasic__47059dab table>thead>tr{height:48px}.tableBasic__47059dab table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-30-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-30-0)}.tableBasic__47059dab table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__47059dab table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__47059dab table>thead>tr>th.checkboxType__9745d992{padding:16px 12px}.tableBasic__47059dab table>thead>tr>th .thBlock__5ba3297a{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__47059dab table>thead>tr>th .thBlock__5ba3297a.order__d6a4032b{cursor:pointer}.tableBasic__47059dab table>thead>tr>th .thBlock__5ba3297a.order__d6a4032b .orderButton__91335996{display:flex;visibility:hidden;align-items:center}.tableBasic__47059dab table>thead>tr>th .thBlock__5ba3297a.order__d6a4032b .orderButton__91335996.alignLeft__e4576b2f{margin-right:8px}.tableBasic__47059dab table>thead>tr>th .thBlock__5ba3297a.order__d6a4032b .orderButton__91335996.alignRight__e7f29dfb{margin-left:8px}.tableBasic__47059dab table>thead>tr>th .thBlock__5ba3297a.order__d6a4032b .orderButton__91335996.sorted__e3923cb1{visibility:visible}.tableBasic__47059dab table>thead>tr>th .thBlock__5ba3297a.order__d6a4032b:hover .orderButton__91335996{visibility:visible}.tableBasic__47059dab table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-30-0)}.tableBasic__47059dab table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__47059dab table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__47059dab table>tbody>tr>td.textType__e679bc09{padding:12px}.tableBasic__47059dab table>tbody>tr>td.componentsType__ca3c7414{padding:8px 12px}.tableBasic__47059dab table>tbody>tr>td.checkboxType__9745d992{padding:10px 12px 12px}.tableBasic__47059dab table>tbody>tr.selected__6403d83e>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-30-0)}.tableBasic__47059dab table>tbody.clickable__4001bd5d>tr{cursor:pointer}.tableBasic__47059dab table>tbody.hoverable__8ab0742c>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-30-0)}.tableBasic__47059dab .footerEmptyData__ba3cf80c{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__47059dab .spinnerWrapper__9e013a2b{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__47059dab .spinnerWrapper__9e013a2b .tableLoaderScreen__a59640a2{border-radius:8px 8px 0 0}.tableBasic__47059dab .overlayCover__1349e618{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-30-0);animation:fadeIn__3772895c .3s}.tableBasicSettingsBody__2c88de8a{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__43472397{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-30-0)!important}.columnSettingsSortableListItemTarget__43472397:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-30-0)!important}.columnSettingsSortableListItemTarget__43472397.dragging__7278470e{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-30-0)!important}.columnSettingsStaticListItem__addc5c2f{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-30-0)}.tableBasicSettingsFooter__786d3d7a{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-30-0);padding:11px 12px 12px}.tableBasicSettingsHeader__4840f75c{padding:16px 12px 12px}.tableSettingsLink__da2ed832{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__f255ae2d{width:320px}.tableFooterWrapper__b00461c7{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__b00461c7 .tableFooterShadow__2b036e02{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-30-0);pointer-events:none}.tableFooterWrapper__b00461c7 .tableFooter__043a481a{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-30-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__b00461c7 .tableFooter__043a481a .tableFooterSummary__99d7377c{display:flex;align-items:center}.tableFooterWrapper__b00461c7 .tableFooter__043a481a .tableFooterSummary__99d7377c .tableFooterSummarySelectedCount__547b24ae,.tableFooterWrapper__b00461c7 .tableFooter__043a481a .tableFooterSummary__99d7377c .tableFooterSummarySelectAllButton__6cdf44c3,.tableFooterWrapper__b00461c7 .tableFooter__043a481a .tableFooterSummary__99d7377c .tableFooterSummaryAmount__3da9de73{display:inline-flex}.tableFooterWrapper__b00461c7 .tableFooter__043a481a .tableFooterSummary__99d7377c .tableFooterSummarySelectedCount__547b24ae,.tableFooterWrapper__b00461c7 .tableFooter__043a481a .tableFooterSummary__99d7377c .tableFooterSummarySelectAllButton__6cdf44c3,.tableFooterWrapper__b00461c7 .tableFooter__043a481a .tableFooterSummary__99d7377c .tableFooterSummaryAmount__3da9de73,.tableFooterWrapper__b00461c7 .tableFooter__043a481a .tableFooterSummary__99d7377c .tableFooterSummaryLabel__c6d07d7e{margin-left:24px}@media(max-width:767px){.tableFooterWrapper__b00461c7{height:112px}}.paginationPanel__534a5985{margin-top:16px}.masterTable__6c1b2ed2,.tabsExtended__42aff274{position:relative}.tabsExtendedContent__6e5b933e{display:inline-flex}.tabsExtendedContent__6e5b933e.sm__072bbeef{border-radius:6px;padding:4px}.tabsExtendedContent__6e5b933e.md__571f0969{border-radius:8px;padding:4px}.tabsExtendedContent__6e5b933e.lg__fc4cdd5a{border-radius:10px;padding:8px}.tabsExtendedTab__899a5226{display:flex}.tabsExtendedTab__899a5226+.tabsExtendedTab__899a5226,.tabsExtendedDropdown__bb0f5d61{margin-left:4px}.tabsReal__1eb82e35,.tabsFake__d2eab18a{display:flex;box-sizing:border-box;width:100%}.tabsReal__1eb82e35.hidden__c474b249{visibility:hidden}.tabsReal__1eb82e35 .tabsExtendedTab__899a5226.hidden__c474b249{display:none}.tabsFake__d2eab18a{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__04c729fa .tabsExtendedContent__6e5b933e{background-color:var(--triplex-next-Tabs-Type1_Background-1-30-0)}.type2__5a528f7f .tabsExtendedContent__6e5b933e{background-color:var(--triplex-next-Tabs-Type2_Background-1-30-0)}.tabsExtendedTabButton__de7d360b{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-30-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__de7d360b .notificationIcon__9649aeb8{position:absolute}.tabsExtendedTabButton__de7d360b.lg__fc4cdd5a{border-radius:6px;padding:9px 16px}.tabsExtendedTabButton__de7d360b.lg__fc4cdd5a .notificationIcon__9649aeb8{right:6px;top:6px}.tabsExtendedTabButton__de7d360b.md__571f0969{border-radius:4px;padding:5px 16px}.tabsExtendedTabButton__de7d360b.md__571f0969 .notificationIcon__9649aeb8{right:4px;top:4px}.tabsExtendedTabButton__de7d360b.sm__072bbeef{border-radius:4px;padding:1px 16px}.tabsExtendedTabButton__de7d360b.sm__072bbeef .notificationIcon__9649aeb8{right:3px;top:3px}.tabsExtendedTabButton__de7d360b .tabsExtendedTabButtonTextDefault__14671790{display:block}.tabsExtendedTabButton__de7d360b .tabsExtendedTabButtonTextHover__7ffb3da5,.tabsExtendedTabButton__de7d360b:hover .tabsExtendedTabButtonTextDefault__14671790,.tabsExtendedTabButton__de7d360b.selected__ab5109cf .tabsExtendedTabButtonTextDefault__14671790{display:none}.tabsExtendedTabButton__de7d360b:hover .tabsExtendedTabButtonTextHover__7ffb3da5,.tabsExtendedTabButton__de7d360b.selected__ab5109cf .tabsExtendedTabButtonTextHover__7ffb3da5{display:block}.tabsExtendedTabButton__de7d360b::-moz-focus-inner{border:none}.tabsExtendedTabButton__de7d360b+.tabsExtendedTabButton__de7d360b{margin-left:2px}.tabsExtendedTabButton__de7d360b:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-30-0)}.tabsExtendedTabButton__de7d360b.type1__04c729fa{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-30-0)}.tabsExtendedTabButton__de7d360b.type1__04c729fa.selected__ab5109cf{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-30-0)}.tabsExtendedTabButton__de7d360b.type1__04c729fa:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-30-0)}.tabsExtendedTabButton__de7d360b.type2__5a528f7f{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-30-0)}.tabsExtendedTabButton__de7d360b.type2__5a528f7f.selected__ab5109cf{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-30-0)}.tabsExtendedTabButton__de7d360b.type2__5a528f7f:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-30-0)}.tabsContent__6e72651b .tabButtonDropdown__9cc23a8e{justify-content:center;padding:0!important;border-radius:0!important;background:none!important}.tabsContent__6e72651b .tabButtonDropdown__9cc23a8e.sm__e006333d{min-width:20px;min-height:20px;height:20px}.tabsContent__6e72651b .tabButtonDropdown__9cc23a8e.md__564e5b58{min-width:32px;min-height:32px;height:32px}.tabsContent__6e72651b .tabButtonDropdown__9cc23a8e.lg__5b7c1b9d{min-width:40px;min-height:40px;height:40px}.tag__0135ebf4{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-30-0);border-radius:4px;gap:2px}.tag__0135ebf4.sm__fce1266a{height:20px;padding:2px 4px 2px 6px}.tag__0135ebf4.md__776ccfe0{height:28px;padding:4px 6px 4px 8px}.tag__0135ebf4.lg__66bfa734{height:32px;padding:6px 8px 6px 10px}.content__27972a28{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagColor__556f0a45{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__556f0a45.sm__a4fd027b{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__556f0a45.md__b986339b{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__556f0a45.lg__a6c5c56b{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__556f0a45.default__2e0368ea{background:var(--triplex-next-TagColor-Background_Default-1-30-0)}.tagColor__556f0a45.success__9ccd4206{background:var(--triplex-next-TagColor-Background_Success-1-30-0)}.tagColor__556f0a45.info__833d3aa5{background:var(--triplex-next-TagColor-Background_Info-1-30-0)}.tagColor__556f0a45.warning__afecc293{background:var(--triplex-next-TagColor-Background_Warning-1-30-0)}.tagColor__556f0a45.error__b038398d{background:var(--triplex-next-TagColor-Background_Error-1-30-0)}.content__5ee41736{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-30-0)}.tagGroup__803778e2.sm__dbac22fd{margin:-2px}.tagGroup__803778e2.sm__dbac22fd>*{margin:2px}.tagGroup__803778e2.md__519b495b{margin:-4px}.tagGroup__803778e2.md__519b495b>*{margin:4px}.tagGroup__803778e2.lg__bf547e5a{margin:-6px}.tagGroup__803778e2.lg__bf547e5a>*{margin:6px}.uploadZone__d7bcedd4{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-30-0)}.uploadZone__d7bcedd4:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-30-0)}.uploadZoneDragArea__f4fb5296{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-30-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__86b4584a{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-30-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-30-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-30-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__9dc6357a{display:none}@media(max-width:767px){.uploadZone__d7bcedd4,.uploadZone__d7bcedd4:hover{background:none}.uploadZoneDragArea__f4fb5296{display:none}}
1
+ html {--triplex-next-ColorBrand-0-1-32-0: #1F3336;
2
+ --triplex-next-ColorBrand-10-1-32-0: #0B3A3C;
3
+ --triplex-next-ColorBrand-20-1-32-0: #006063;
4
+ --triplex-next-ColorBrand-30-1-32-0: #007777;
5
+ --triplex-next-ColorBrand-40-1-32-0: #008985;
6
+ --triplex-next-ColorBrand-50-1-32-0: #21A19A;
7
+ --triplex-next-ColorBrand-60-1-32-0: #19BDB0;
8
+ --triplex-next-ColorBrand-70-1-32-0: #4BD9CF;
9
+ --triplex-next-ColorBrand-80-1-32-0: #71ECDC;
10
+ --triplex-next-ColorBrand-90-1-32-0: #A8F5E9;
11
+ --triplex-next-ColorBrand-95-1-32-0: #C5FAF1;
12
+ --triplex-next-ColorBrand-100-1-32-0: #E3FFFA;
13
+ --triplex-next-ColorDarkNeutralAlpha-0-1-32-0: rgba(31, 31, 34, 1);
14
+ --triplex-next-ColorDarkNeutralAlpha-10-1-32-0: rgba(31, 31, 34, .95);
15
+ --triplex-next-ColorDarkNeutralAlpha-20-1-32-0: rgba(31, 31, 34, .85);
16
+ --triplex-next-ColorDarkNeutralAlpha-30-1-32-0: rgba(31, 31, 34, .75);
17
+ --triplex-next-ColorDarkNeutralAlpha-40-1-32-0: rgba(31, 31, 34, .65);
18
+ --triplex-next-ColorDarkNeutralAlpha-50-1-32-0: rgba(31, 31, 34, .55);
19
+ --triplex-next-ColorDarkNeutralAlpha-60-1-32-0: rgba(31, 31, 34, .45);
20
+ --triplex-next-ColorDarkNeutralAlpha-70-1-32-0: rgba(31, 31, 34, .35);
21
+ --triplex-next-ColorDarkNeutralAlpha-80-1-32-0: rgba(31, 31, 34, .25);
22
+ --triplex-next-ColorDarkNeutralAlpha-90-1-32-0: rgba(31, 31, 34, .15);
23
+ --triplex-next-ColorDarkNeutralAlpha-100-1-32-0: rgba(31, 31, 34, .05);
24
+ --triplex-next-ColorDarkNeutral-0-1-32-0: #000000;
25
+ --triplex-next-ColorDarkNeutral-10-1-32-0: #171719;
26
+ --triplex-next-ColorDarkNeutral-20-1-32-0: #1B1B1D;
27
+ --triplex-next-ColorDarkNeutral-30-1-32-0: #1F1F22;
28
+ --triplex-next-ColorDarkNeutral-40-1-32-0: #262629;
29
+ --triplex-next-ColorDarkNeutral-50-1-32-0: #2D2D30;
30
+ --triplex-next-ColorDarkNeutral-60-1-32-0: #343437;
31
+ --triplex-next-ColorDarkNeutral-70-1-32-0: #3B3B3E;
32
+ --triplex-next-ColorDarkNeutral-80-1-32-0: #424245;
33
+ --triplex-next-ColorDarkNeutral-90-1-32-0: #49494C;
34
+ --triplex-next-ColorDarkNeutral-100-1-32-0: #4F4F52;
35
+ --triplex-next-ColorError-0-1-32-0: #443139;
36
+ --triplex-next-ColorError-10-1-32-0: #4E3741;
37
+ --triplex-next-ColorError-20-1-32-0: #A90024;
38
+ --triplex-next-ColorError-30-1-32-0: #BD002C;
39
+ --triplex-next-ColorError-40-1-32-0: #D10032;
40
+ --triplex-next-ColorError-50-1-32-0: #E60037;
41
+ --triplex-next-ColorError-60-1-32-0: #F80C45;
42
+ --triplex-next-ColorError-70-1-32-0: #FF5571;
43
+ --triplex-next-ColorError-80-1-32-0: #FFB1C1;
44
+ --triplex-next-ColorError-90-1-32-0: #FCE0E6;
45
+ --triplex-next-ColorError-100-1-32-0: #FFF0F3;
46
+ --triplex-next-ColorInfo-0-1-32-0: #313749;
47
+ --triplex-next-ColorInfo-10-1-32-0: #2E3A52;
48
+ --triplex-next-ColorInfo-20-1-32-0: #0A43B0;
49
+ --triplex-next-ColorInfo-30-1-32-0: #124FC2;
50
+ --triplex-next-ColorInfo-40-1-32-0: #0E57CC;
51
+ --triplex-next-ColorInfo-50-1-32-0: #1371E4;
52
+ --triplex-next-ColorInfo-60-1-32-0: #1297FE;
53
+ --triplex-next-ColorInfo-70-1-32-0: #66BEFF;
54
+ --triplex-next-ColorInfo-80-1-32-0: #8DD2FF;
55
+ --triplex-next-ColorInfo-90-1-32-0: #B8E6FF;
56
+ --triplex-next-ColorInfo-100-1-32-0: #E3F6FF;
57
+ --triplex-next-ColorNeutralAlpha-0-1-32-0: rgba(255, 255, 255, 1);
58
+ --triplex-next-ColorNeutralAlpha-10-1-32-0: rgba(255, 255, 255, .95);
59
+ --triplex-next-ColorNeutralAlpha-20-1-32-0: rgba(255, 255, 255, .85);
60
+ --triplex-next-ColorNeutralAlpha-30-1-32-0: rgba(255, 255, 255, .75);
61
+ --triplex-next-ColorNeutralAlpha-40-1-32-0: rgba(255, 255, 255, .65);
62
+ --triplex-next-ColorNeutralAlpha-50-1-32-0: rgba(255, 255, 255, .55);
63
+ --triplex-next-ColorNeutralAlpha-60-1-32-0: rgba(255, 255, 255, .45);
64
+ --triplex-next-ColorNeutralAlpha-70-1-32-0: rgba(255, 255, 255, .35);
65
+ --triplex-next-ColorNeutralAlpha-80-1-32-0: rgba(255, 255, 255, .25);
66
+ --triplex-next-ColorNeutralAlpha-90-1-32-0: rgba(255, 255, 255, .15);
67
+ --triplex-next-ColorNeutralAlpha-100-1-32-0: rgba(255, 255, 255, .05);
68
+ --triplex-next-ColorNeutral-0-1-32-0: #CBCFD7;
69
+ --triplex-next-ColorNeutral-10-1-32-0: #D1D4DC;
70
+ --triplex-next-ColorNeutral-20-1-32-0: #D6D9E0;
71
+ --triplex-next-ColorNeutral-30-1-32-0: #DCDFE4;
72
+ --triplex-next-ColorNeutral-40-1-32-0: #DFE2E7;
73
+ --triplex-next-ColorNeutral-50-1-32-0: #E3E6EA;
74
+ --triplex-next-ColorNeutral-60-1-32-0: #E7E9EE;
75
+ --triplex-next-ColorNeutral-70-1-32-0: #EAEDF1;
76
+ --triplex-next-ColorNeutral-80-1-32-0: #EEF0F4;
77
+ --triplex-next-ColorNeutral-90-1-32-0: #F2F4F7;
78
+ --triplex-next-ColorNeutral-100-1-32-0: #FFFFFF;
79
+ --triplex-next-ColorSuccess-0-1-32-0: #28433E;
80
+ --triplex-next-ColorSuccess-10-1-32-0: #2A4C45;
81
+ --triplex-next-ColorSuccess-20-1-32-0: #00624C;
82
+ --triplex-next-ColorSuccess-30-1-32-0: #007353;
83
+ --triplex-next-ColorSuccess-40-1-32-0: #008B5C;
84
+ --triplex-next-ColorSuccess-50-1-32-0: #00C075;
85
+ --triplex-next-ColorSuccess-60-1-32-0: #00D67D;
86
+ --triplex-next-ColorSuccess-70-1-32-0: #3AF299;
87
+ --triplex-next-ColorSuccess-80-1-32-0: #8AFFB8;
88
+ --triplex-next-ColorSuccess-90-1-32-0: #B8FFD4;
89
+ --triplex-next-ColorSuccess-100-1-32-0: #E1FFEB;
90
+ --triplex-next-ColorSystem-0-1-32-0: #373C49;
91
+ --triplex-next-ColorSystem-10-1-32-0: #384156;
92
+ --triplex-next-ColorSystem-20-1-32-0: #47526D;
93
+ --triplex-next-ColorSystem-30-1-32-0: #57637F;
94
+ --triplex-next-ColorSystem-40-1-32-0: #697591;
95
+ --triplex-next-ColorSystem-50-1-32-0: #8291B3;
96
+ --triplex-next-ColorSystem-60-1-32-0: #95A3C1;
97
+ --triplex-next-ColorSystem-70-1-32-0: #A9B6D0;
98
+ --triplex-next-ColorSystem-80-1-32-0: #BFCADF;
99
+ --triplex-next-ColorSystem-90-1-32-0: #D6DEED;
100
+ --triplex-next-ColorSystem-95-1-32-0: #E0E8F4;
101
+ --triplex-next-ColorSystem-100-1-32-0: #EEF3FC;
102
+ --triplex-next-ColorWarning-0-1-32-0: #463734;
103
+ --triplex-next-ColorWarning-10-1-32-0: #4F3E3B;
104
+ --triplex-next-ColorWarning-20-1-32-0: #E03400;
105
+ --triplex-next-ColorWarning-30-1-32-0: #E63D00;
106
+ --triplex-next-ColorWarning-40-1-32-0: #EF4C01;
107
+ --triplex-next-ColorWarning-50-1-32-0: #FD6508;
108
+ --triplex-next-ColorWarning-60-1-32-0: #FF7A17;
109
+ --triplex-next-ColorWarning-70-1-32-0: #FFB13B;
110
+ --triplex-next-ColorWarning-80-1-32-0: #FFD169;
111
+ --triplex-next-ColorWarning-90-1-32-0: #FCEAC7;
112
+ --triplex-next-ColorWarning-100-1-32-0: #FFF4DB;
113
+ --triplex-next-AlertContext-Error_Color-1-32-0: #D10032;
114
+ --triplex-next-AlertContext-Info_Color-1-32-0: rgba(31, 31, 34, 1);
115
+ --triplex-next-AlertContext-System_Color-1-32-0: rgba(31, 31, 34, 1);
116
+ --triplex-next-AlertContext-Warning_Color-1-32-0: rgba(31, 31, 34, 1);
117
+ --triplex-next-AlertProcess-Info_Background-1-32-0: #E3F6FF;
118
+ --triplex-next-AlertProcess-Warning_Background-1-32-0: #FFF4DB;
119
+ --triplex-next-AlertProcess-Error_Background-1-32-0: #FFF0F3;
120
+ --triplex-next-AlertProcess-System_Background-1-32-0: #E0E8F4;
121
+ --triplex-next-AlertProcess-Feature_Background-1-32-0: #E3FFFA;
122
+ --triplex-next-Avatar-Background-1-32-0: #E3E6EA;
123
+ --triplex-next-Badge-Background-1-32-0: #FFB13B;
124
+ --triplex-next-Button-General_Background_Active-1-32-0: #007777;
125
+ --triplex-next-Button-General_Background_Default-1-32-0: #21A19A;
126
+ --triplex-next-Button-General_Background_Disabled-1-32-0: #F2F4F7;
127
+ --triplex-next-Button-General_Background_Hover-1-32-0: #19BDB0;
128
+ --triplex-next-Button-General_Color_Active-1-32-0: rgba(255, 255, 255, 1);
129
+ --triplex-next-Button-General_Color_Default-1-32-0: rgba(255, 255, 255, 1);
130
+ --triplex-next-Button-General_Color_Disabled-1-32-0: rgba(31, 31, 34, .35);
131
+ --triplex-next-Button-General_Color_Hover-1-32-0: rgba(255, 255, 255, 1);
132
+ --triplex-next-Button-General_Shadow_Focus-1-32-0: 0 0 0 1px #FFD169 inset;
133
+ --triplex-next-Button-Secondary_Background_Active-1-32-0: #DCDFE4;
134
+ --triplex-next-Button-Secondary_Background_Default-1-32-0: #F2F4F7;
135
+ --triplex-next-Button-Secondary_Background_Disabled-1-32-0: #F2F4F7;
136
+ --triplex-next-Button-Secondary_Background_Hover-1-32-0: #EAEDF1;
137
+ --triplex-next-Button-Secondary_Color_Active-1-32-0: #007777;
138
+ --triplex-next-Button-Secondary_Color_Default-1-32-0: #008985;
139
+ --triplex-next-Button-Secondary_Color_Disabled-1-32-0: rgba(31, 31, 34, .35);
140
+ --triplex-next-Button-Secondary_Color_Hover-1-32-0: #21A19A;
141
+ --triplex-next-Button-Secondary_Shadow_Focus-1-32-0: 0 0 0 1px #FFD169 inset;
142
+ --triplex-next-Button-SecondaryLight_Background_Active-1-32-0: #DFE2E7;
143
+ --triplex-next-Button-SecondaryLight_Background_Default-1-32-0: #FFFFFF;
144
+ --triplex-next-Button-SecondaryLight_Background_Disabled-1-32-0: #F2F4F7;
145
+ --triplex-next-Button-SecondaryLight_Background_Hover-1-32-0: #EEF0F4;
146
+ --triplex-next-Button-SecondaryLight_Color_Active-1-32-0: #007777;
147
+ --triplex-next-Button-SecondaryLight_Color_Default-1-32-0: #008985;
148
+ --triplex-next-Button-SecondaryLight_Color_Disabled-1-32-0: rgba(31, 31, 34, .35);
149
+ --triplex-next-Button-SecondaryLight_Color_Hover-1-32-0: #21A19A;
150
+ --triplex-next-Button-SecondaryLight_Shadow_Focus-1-32-0: 0 0 0 1px #FFD169 inset;
151
+ --triplex-next-Button-Danger_Background_Active-1-32-0: #BD002C;
152
+ --triplex-next-Button-Danger_Background_Default-1-32-0: #E60037;
153
+ --triplex-next-Button-Danger_Background_Disabled-1-32-0: #F2F4F7;
154
+ --triplex-next-Button-Danger_Background_Hover-1-32-0: #F80C45;
155
+ --triplex-next-Button-Danger_Color_Active-1-32-0: rgba(255, 255, 255, 1);
156
+ --triplex-next-Button-Danger_Color_Default-1-32-0: rgba(255, 255, 255, 1);
157
+ --triplex-next-Button-Danger_Color_Disabled-1-32-0: rgba(31, 31, 34, .35);
158
+ --triplex-next-Button-Danger_Color_Hover-1-32-0: rgba(255, 255, 255, 1);
159
+ --triplex-next-Button-Danger_Shadow_Focus-1-32-0: 0 0 0 1px #FFD169 inset;
160
+ --triplex-next-Button-Icon_Shadow_Focus-1-32-0: 0 0 0 1px #FFD169;
161
+ --triplex-next-Button-Link_Color_Active-1-32-0: #007777;
162
+ --triplex-next-Button-Link_Color_Default-1-32-0: #008985;
163
+ --triplex-next-Button-Link_Color_Disabled-1-32-0: rgba(31, 31, 34, .35);
164
+ --triplex-next-Button-Link_Color_Hover-1-32-0: #21A19A;
165
+ --triplex-next-Button-Link_Shadow_Focus-1-32-0: 0 0 0 1px #FFD169 inset;
166
+ --triplex-next-Calendar-Background-1-32-0: #FFFFFF;
167
+ --triplex-next-Calendar-View_Header_Color-1-32-0: rgba(31, 31, 34, .55);
168
+ --triplex-next-Calendar-View_Item_Background_Default-1-32-0: none;
169
+ --triplex-next-Calendar-View_Item_Background_Hover-1-32-0: #19BDB0;
170
+ --triplex-next-Calendar-View_Item_Background_Selected_Default-1-32-0: #21A19A;
171
+ --triplex-next-Calendar-View_Item_Background_Selected_Hover-1-32-0: #007777;
172
+ --triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-32-0: #E3FFFA;
173
+ --triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-32-0: #A8F5E9;
174
+ --triplex-next-Calendar-View_Item_BorderColor_Default-1-32-0: transparent;
175
+ --triplex-next-Calendar-View_Item_BorderColor_Focus-1-32-0: #FFD169;
176
+ --triplex-next-Calendar-View_Item_Color_Default-1-32-0: rgba(31, 31, 34, 1);
177
+ --triplex-next-Calendar-View_Item_Color_Hover-1-32-0: rgba(255, 255, 255, 1);
178
+ --triplex-next-Calendar-View_Item_Color_Disabled-1-32-0: rgba(31, 31, 34, .35);
179
+ --triplex-next-Calendar-View_Item_Color_Muted-1-32-0: rgba(31, 31, 34, .35);
180
+ --triplex-next-Calendar-View_Item_Color_Selected-1-32-0: rgba(255, 255, 255, 1);
181
+ --triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-32-0: rgba(31, 31, 34, .35);
182
+ --triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-32-0: rgba(31, 31, 34, .35);
183
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-32-0: rgba(31, 31, 34, .35);
184
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-32-0: rgba(31, 31, 34, .35);
185
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-32-0: rgba(31, 31, 34, .35);
186
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-32-0: #00C075;
187
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-32-0: #00C075;
188
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-32-0: #00C075;
189
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-32-0: #FD6508;
190
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-32-0: #FD6508;
191
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-32-0: #FD6508;
192
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-32-0: #E60037;
193
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-32-0: #E60037;
194
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-32-0: #E60037;
195
+ --triplex-next-Card-Static_General_Background-1-32-0: #FFFFFF;
196
+ --triplex-next-Card-Static_Secondary_Background-1-32-0: #F2F4F7;
197
+ --triplex-next-Card-Action_General_Background-1-32-0: #FFFFFF;
198
+ --triplex-next-Card-Action_General_Background_Hover-1-32-0: #FFFFFF;
199
+ --triplex-next-Card-Action_General_Background_Selected-1-32-0: #F2F4F7;
200
+ --triplex-next-Card-Action_General_Background_Selected_Hover-1-32-0: #F2F4F7;
201
+ --triplex-next-Card-Action_Secondary_Background-1-32-0: #F2F4F7;
202
+ --triplex-next-Card-Action_Secondary_Background_Hover-1-32-0: #EAEDF1;
203
+ --triplex-next-Card-Action_Secondary_Background_Selected-1-32-0: #E3E6EA;
204
+ --triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-32-0: #DCDFE4;
205
+ --triplex-next-Card-Shadow_Default-1-32-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
206
+ --triplex-next-Card-Shadow_Focus-1-32-0: inset 0 0 0 1px #FFD169;
207
+ --triplex-next-Card-Shadow_Hover-1-32-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
208
+ --triplex-next-Card-Shadow_Selected-1-32-0: inset 0 0 0 1px #21A19A;
209
+ --triplex-next-Card-Shadow_Selected_Hover-1-32-0: inset 0 0 0 1px #19BDB0;
210
+ --triplex-next-Checkbox-Background_Checked_Default-1-32-0: #21A19A;
211
+ --triplex-next-Checkbox-Background_Checked_Disabled-1-32-0: #EAEDF1;
212
+ --triplex-next-Checkbox-Background_Checked_Hover-1-32-0: #007777;
213
+ --triplex-next-Checkbox-Background_Default-1-32-0: #F2F4F7;
214
+ --triplex-next-Checkbox-Background_Disabled-1-32-0: #F2F4F7;
215
+ --triplex-next-Checkbox-Background_Hover-1-32-0: #19BDB0;
216
+ --triplex-next-Checkbox-BorderColor_Default-1-32-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
217
+ --triplex-next-Checkbox-BorderColor_Disabled-1-32-0: 0 0 0 1px #E3E6EA inset;
218
+ --triplex-next-Checkbox-BorderColor_Focus-1-32-0: 0 0 0 1px #FFD169 inset;
219
+ --triplex-next-Checkbox-BorderColor_Hover-1-32-0: none;
220
+ --triplex-next-Checkbox-BorderColor_Checked_Default-1-32-0: none;
221
+ --triplex-next-Checkbox-BorderColor_Checked_Disabled-1-32-0: none;
222
+ --triplex-next-Checkbox-Checkmark_Fill_Default-1-32-0: rgba(255, 255, 255, 1);
223
+ --triplex-next-Checkbox-Checkmark_Fill_Disabled-1-32-0: rgba(31, 31, 34, .15);
224
+ --triplex-next-Chip-Background_Active-1-32-0: #DFE2E7;
225
+ --triplex-next-Chip-Background_Disabled-1-32-0: #F2F4F7;
226
+ --triplex-next-Chip-Background_Type1_Default-1-32-0: #F2F4F7;
227
+ --triplex-next-Chip-Background_Type1_Hover-1-32-0: #EAEDF1;
228
+ --triplex-next-Chip-Background_Type2_Default-1-32-0: #FFFFFF;
229
+ --triplex-next-Chip-Background_Type2_Hover-1-32-0: #EEF0F4;
230
+ --triplex-next-Chip-Background_Selected_Active-1-32-0: #4F4F52;
231
+ --triplex-next-Chip-Background_Selected_Default-1-32-0: #3B3B3E;
232
+ --triplex-next-Chip-Background_Selected_Disabled-1-32-0: #343437;
233
+ --triplex-next-Chip-Background_Selected_Hover-1-32-0: #49494C;
234
+ --triplex-next-Chip-Color_Active-1-32-0: rgba(31, 31, 34, 1);
235
+ --triplex-next-Chip-Color_Default-1-32-0: rgba(31, 31, 34, 1);
236
+ --triplex-next-Chip-Color_Disabled-1-32-0: rgba(31, 31, 34, .35);
237
+ --triplex-next-Chip-Color_Hover-1-32-0: rgba(31, 31, 34, 1);
238
+ --triplex-next-Chip-Color_Selected_Active-1-32-0: rgba(255, 255, 255, 1);
239
+ --triplex-next-Chip-Color_Selected_Default-1-32-0: rgba(255, 255, 255, 1);
240
+ --triplex-next-Chip-Color_Selected_Disabled-1-32-0: rgba(255, 255, 255, .25);
241
+ --triplex-next-Chip-Color_Selected_Hover-1-32-0: rgba(255, 255, 255, 1);
242
+ --triplex-next-Chip-Shadow_Focus-1-32-0: 0 0 0 1px #FFD169 inset;
243
+ --triplex-next-CollapsibleTree-Header_Background_Hover-1-32-0: #E3E6EA;
244
+ --triplex-next-CollapsibleTree-Header_Shadow_Focus-1-32-0: 0 0 0 1px #FFD169 inset;
245
+ --triplex-next-Divider-Background-1-32-0: #D6D9E0;
246
+ --triplex-next-Dropdown-Background-1-32-0: #FFFFFF;
247
+ --triplex-next-Dropdown-Shadow-1-32-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
248
+ --triplex-next-DropdownList-Background_Active-1-32-0: #EAEDF1;
249
+ --triplex-next-DropdownList-Background_Default-1-32-0: none;
250
+ --triplex-next-DropdownList-Background_Selected-1-32-0: #DCDFE4;
251
+ --triplex-next-DropdownList-Color-1-32-0: rgba(31, 31, 34, 1);
252
+ --triplex-next-DropdownMobile-Backdrop-1-32-0: rgba(31, 31, 34, .65);
253
+ --triplex-next-DropdownMobile-Border_Color-1-32-0: #D6D9E0;
254
+ --triplex-next-DropdownMobile-Content_Background-1-32-0: #FFFFFF;
255
+ --triplex-next-DropdownMobile-Footer_Background-1-32-0: #FFFFFF;
256
+ --triplex-next-DropdownMobile-Header_Background-1-32-0: #F2F4F7;
257
+ --triplex-next-DropdownMobileList-Active_Background-1-32-0: #EAEDF1;
258
+ --triplex-next-DropdownMobileList-Selected_Background-1-32-0: #DCDFE4;
259
+ --triplex-next-FooterPage-StickyShadow-1-32-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
260
+ --triplex-next-FormField-Background_Active-1-32-0: #F2F4F7;
261
+ --triplex-next-FormField-Background_Default-1-32-0: #F2F4F7;
262
+ --triplex-next-FormField-Background_Disabled-1-32-0: #F2F4F7;
263
+ --triplex-next-FormField-Background_Error-1-32-0: #FFF0F3;
264
+ --triplex-next-FormField-Background_Error_Hover-1-32-0: #FCE0E6;
265
+ --triplex-next-FormField-Background_Hover-1-32-0: #EAEDF1;
266
+ --triplex-next-FormField-Background_Warning-1-32-0: #FFF4DB;
267
+ --triplex-next-FormField-Background_Warning_Hover-1-32-0: #FCEAC7;
268
+ --triplex-next-FormField-Input_Color_Default-1-32-0: rgba(31, 31, 34, 1);
269
+ --triplex-next-FormField-Input_Color_Disabled-1-32-0: rgba(31, 31, 34, .35);
270
+ --triplex-next-FormField-Target_Color_Default-1-32-0: rgba(31, 31, 34, 1);
271
+ --triplex-next-FormField-Target_Color_Disabled-1-32-0: rgba(31, 31, 34, .45);
272
+ --triplex-next-FormField-Target_PlaceholderColor_Default-1-32-0: rgba(31, 31, 34, .65);
273
+ --triplex-next-FormField-Label_Color_Default-1-32-0: rgba(31, 31, 34, .65);
274
+ --triplex-next-FormField-Label_Color_Disabled-1-32-0: rgba(31, 31, 34, .35);
275
+ --triplex-next-FormField-Shadow_Active-1-32-0: 0 0 0 1px #21A19A inset;
276
+ --triplex-next-FormField-Shadow_Default-1-32-0: none;
277
+ --triplex-next-FormField-Shadow_Error_Active-1-32-0: 0 0 0 1px #E60037 inset;
278
+ --triplex-next-FormField-Shadow_Warning_Active-1-32-0: 0 0 0 1px #FD6508 inset;
279
+ --triplex-next-FormField-Placeholder_Color-1-32-0: rgba(31, 31, 34, .65);
280
+ --triplex-next-HeaderPage-StickyShadow-1-32-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
281
+ --triplex-next-Island-Type1_Background-1-32-0: #FFFFFF;
282
+ --triplex-next-Island-Type2_Background-1-32-0: rgba(255, 255, 255, .35);
283
+ --triplex-next-Island-Type3_Background-1-32-0: #F2F4F7;
284
+ --triplex-next-Island-Type1_Shadow-1-32-0: none;
285
+ --triplex-next-Island-Type2_Shadow-1-32-0: 0 0 0 1px #FFFFFF inset;
286
+ --triplex-next-Island-Type3_Shadow-1-32-0: none;
287
+ --triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-32-0: #DCDFE4;
288
+ --triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-32-0: rgba(31, 31, 34, .05);
289
+ --triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-32-0: #DCDFE4;
290
+ --triplex-next-IslandAccordion-Shadow_Focus-1-32-0: 0 0 0 1px #FFD169 inset;
291
+ --triplex-next-IslandWidget-ExtraFooter_Background-1-32-0: #FFFFFF;
292
+ --triplex-next-IslandWidget-ExtraFooter_Shadow-1-32-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
293
+ --triplex-next-ImageGallery-Arrow_Background_Default-1-32-0: rgba(31, 31, 34, .25);
294
+ --triplex-next-ImageGallery-Arrow_Background_Hover-1-32-0: rgba(31, 31, 34, .45);
295
+ --triplex-next-ImageGallery-Arrow_Background_Active-1-32-0: rgba(31, 31, 34, .55);
296
+ --triplex-next-ImageGallery-Arrow_Background_Disabled-1-32-0: rgba(31, 31, 34, .15);
297
+ --triplex-next-ImageGallery-Arrow_BorderColor_Default-1-32-0: rgba(31, 31, 34, .15);
298
+ --triplex-next-ImageGallery-Arrow_BorderColor_Hover-1-32-0: rgba(31, 31, 34, .15);
299
+ --triplex-next-ImageGallery-Arrow_BorderColor_Active-1-32-0: rgba(31, 31, 34, .15);
300
+ --triplex-next-ImageGallery-Arrow_BorderColor_Disabled-1-32-0: rgba(31, 31, 34, .15);
301
+ --triplex-next-ImageGallery-Dot_Background_Default-1-32-0: rgba(31, 31, 34, .25);
302
+ --triplex-next-ImageGallery-Dot_Background_Hover-1-32-0: rgba(31, 31, 34, .45);
303
+ --triplex-next-ImageGallery-Dot_Background_Active-1-32-0: rgba(31, 31, 34, .75);
304
+ --triplex-next-ImageGallery-Thumb_Mask_Background-1-32-0: rgba(31, 31, 34, .25);
305
+ --triplex-next-ImageGallery-Accent_Color-1-32-0: #21A19A;
306
+ --triplex-next-LightBox-Backdrop_Background-1-32-0: rgba(31, 31, 34, .75);
307
+ --triplex-next-LightBox-Content_Background-1-32-0: #EAEDF1;
308
+ --triplex-next-Link-BorderColor_Focus-1-32-0: 0 0 0 1px #FFD169 inset;
309
+ --triplex-next-Link-Text_Color_Active-1-32-0: #007777;
310
+ --triplex-next-Link-Text_Color_Default-1-32-0: #008985;
311
+ --triplex-next-Link-Text_Color_Hover-1-32-0: #21A19A;
312
+ --triplex-next-ListItem-Background-1-32-0: #FFFFFF;
313
+ --triplex-next-ListItem-Background_Dragging-1-32-0: #FFFFFF;
314
+ --triplex-next-ListItem-Background_Selected-1-32-0: #F2F4F7;
315
+ --triplex-next-ListItem-Background_Hover-1-32-0: #F2F4F7;
316
+ --triplex-next-ListItem-Shadow_Dragging-1-32-0: 0 2px 7px rgba(31, 31, 34, 0.25);
317
+ --triplex-next-ListItemControlsButton-Background_Active-1-32-0: #DCDFE4;
318
+ --triplex-next-ListItemControlsButton-Background_Default-1-32-0: #F2F4F7;
319
+ --triplex-next-ListItemControlsButton-Background_Hover-1-32-0: #EAEDF1;
320
+ --triplex-next-ListItemControlsButton-Color_Active-1-32-0: #007777;
321
+ --triplex-next-ListItemControlsButton-Color_Default-1-32-0: #008985;
322
+ --triplex-next-ListItemControlsButton-Color_Hover-1-32-0: #21A19A;
323
+ --triplex-next-ListMaster-Background-1-32-0: #FFFFFF;
324
+ --triplex-next-ListMaster-Footer_Background-1-32-0: #FFFFFF;
325
+ --triplex-next-ListMaster-Footer_Shadow-1-32-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
326
+ --triplex-next-ListMaster-Header_Background-1-32-0: #FFFFFF;
327
+ --triplex-next-ListMaster-Header_Shadow-1-32-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
328
+ --triplex-next-Loader-Element_Background_Brand-1-32-0: #21A19A;
329
+ --triplex-next-Loader-Element_Background_Neutral-1-32-0: rgba(255, 255, 255, 1);
330
+ --triplex-next-Loader-Middle_Background_Default-1-32-0: #EEF0F4;
331
+ --triplex-next-LoaderScreen-Small_Backdrop_Default-1-32-0: rgba(255, 255, 255, .75);
332
+ --triplex-next-LoaderScreen-Middle_Backdrop_Default-1-32-0: rgba(255, 255, 255, .75);
333
+ --triplex-next-LoaderScreen-Middle_Background_Default-1-32-0: #EEF0F4;
334
+ --triplex-next-Marker-Background_Error-1-32-0: #E60037;
335
+ --triplex-next-Marker-Background_Success-1-32-0: #21A19A;
336
+ --triplex-next-Marker-Background_Waiting-1-32-0: #8291B3;
337
+ --triplex-next-Marker-Background_Warning-1-32-0: #FD6508;
338
+ --triplex-next-MarkerStatus-Description_Color-1-32-0: rgba(0, 0, 0, 0.55);
339
+ --triplex-next-ModalWindow-Background-1-32-0: #EAEDF1;
340
+ --triplex-next-ModalWindow-Backdrop_Background-1-32-0: rgba(79, 79, 82, .5);
341
+ --triplex-next-MultiselectField-Divider_Color-1-32-0: #D6D9E0;
342
+ --triplex-next-Notification-Background-1-32-0: #FFFFFF;
343
+ --triplex-next-Notification-Color-1-32-0: #1F1F22;
344
+ --triplex-next-Notification-TimeColor-1-32-0: rgba(31, 31, 34, 0.65);
345
+ --triplex-next-Notification-Shadow-1-32-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
346
+ --triplex-next-Overlay-Background-1-32-0: rgba(255, 255, 255, .8);
347
+ --triplex-next-Overlay-Panel_Background-1-32-0: #FFFFFF;
348
+ --triplex-next-Pagination-PageButton_Background_Active-1-32-0: #E3E6EA;
349
+ --triplex-next-Pagination-PageButton_Background_Hover-1-32-0: #F2F4F7;
350
+ --triplex-next-Pagination-PageButton_Background_Selected-1-32-0: #E3E6EA;
351
+ --triplex-next-Pagination-PageButton_BorderColor_Focus-1-32-0: #FFD169;
352
+ --triplex-next-Radio-Background_Checked_Default-1-32-0: #21A19A;
353
+ --triplex-next-Radio-Background_Checked_Disabled-1-32-0: #EAEDF1;
354
+ --triplex-next-Radio-Background_Checked_Hover-1-32-0: #007777;
355
+ --triplex-next-Radio-Background_Default-1-32-0: #F2F4F7;
356
+ --triplex-next-Radio-Background_Disabled-1-32-0: #F2F4F7;
357
+ --triplex-next-Radio-Background_Hover-1-32-0: #19BDB0;
358
+ --triplex-next-Radio-BorderColor_Default-1-32-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
359
+ --triplex-next-Radio-BorderColor_Disabled-1-32-0: 0 0 0 1px #E3E6EA inset;
360
+ --triplex-next-Radio-BorderColor_Focused-1-32-0: 0 0 0 1px #FFD169 inset;
361
+ --triplex-next-Radio-BorderColor_Checked_Default-1-32-0: none;
362
+ --triplex-next-Radio-BorderColor_Checked_Disabled-1-32-0: none;
363
+ --triplex-next-Radio-Dot_Default-1-32-0: rgba(255, 255, 255, 1);
364
+ --triplex-next-Radio-Dot_Disabled-1-32-0: rgba(31, 31, 34, .15);
365
+ --triplex-next-SegmentedControl-General_1_Background-1-32-0: #F2F4F7;
366
+ --triplex-next-SegmentedControl-General_2_Background-1-32-0: #FFFFFF;
367
+ --triplex-next-SegmentedControl-Secondary_1_Background-1-32-0: #F2F4F7;
368
+ --triplex-next-SegmentedControl-Secondary_2_Background-1-32-0: #FFFFFF;
369
+ --triplex-next-SegmentedControlSegment-General_1_Color_Default-1-32-0: rgba(31, 31, 34, .65);
370
+ --triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-32-0: rgba(31, 31, 34, 1);
371
+ --triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-32-0: rgba(31, 31, 34, .15);
372
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-32-0: rgba(255, 255, 255, 1);
373
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-32-0: rgba(255, 255, 255, 1);
374
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-32-0: rgba(255, 255, 255, .25);
375
+ --triplex-next-SegmentedControlSegment-General_1_Background_Default-1-32-0: #F2F4F7;
376
+ --triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-32-0: #DFE2E7;
377
+ --triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-32-0: #F2F4F7;
378
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-32-0: #3B3B3E;
379
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-32-0: #49494C;
380
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-32-0: #343437;
381
+ --triplex-next-SegmentedControlSegment-General_2_Color_Default-1-32-0: rgba(31, 31, 34, .65);
382
+ --triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-32-0: rgba(31, 31, 34, 1);
383
+ --triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-32-0: rgba(31, 31, 34, .15);
384
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-32-0: rgba(255, 255, 255, 1);
385
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-32-0: rgba(255, 255, 255, 1);
386
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-32-0: rgba(255, 255, 255, .25);
387
+ --triplex-next-SegmentedControlSegment-General_2_Background_Default-1-32-0: #FFFFFF;
388
+ --triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-32-0: #EEF0F4;
389
+ --triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-32-0: #FFFFFF;
390
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-32-0: #3B3B3E;
391
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-32-0: #49494C;
392
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-32-0: #343437;
393
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-32-0: rgba(31, 31, 34, .65);
394
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-32-0: rgba(31, 31, 34, 1);
395
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-32-0: rgba(31, 31, 34, .15);
396
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-32-0: rgba(31, 31, 34, 1);
397
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-32-0: rgba(31, 31, 34, 1);
398
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-32-0: rgba(31, 31, 34, .15);
399
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-32-0: #F2F4F7;
400
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-32-0: #DFE2E7;
401
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-32-0: #F2F4F7;
402
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-32-0: #FFFFFF;
403
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-32-0: #DFE2E7;
404
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-32-0: #FFFFFF;
405
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-32-0: rgba(31, 31, 34, .65);
406
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-32-0: rgba(31, 31, 34, 1);
407
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-32-0: rgba(31, 31, 34, .15);
408
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-32-0: rgba(31, 31, 34, 1);
409
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-32-0: rgba(31, 31, 34, 1);
410
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-32-0: rgba(31, 31, 34, .15);
411
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-32-0: #FFFFFF;
412
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-32-0: #EEF0F4;
413
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-32-0: #FFFFFF;
414
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-32-0: #E3E6EA;
415
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-32-0: #D6D9E0;
416
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-32-0: #F2F4F7;
417
+ --triplex-next-SegmentedControlSegment-BorderColor_Default-1-32-0: transparent;
418
+ --triplex-next-SegmentedControlSegment-BorderColor_Focus-1-32-0: #FFD169;
419
+ --triplex-next-Skeleton-BackgroundColor_Light_Start-1-32-0: #F2F4F7;
420
+ --triplex-next-Skeleton-BackgroundColor_Light_End-1-32-0: #DFE2E7;
421
+ --triplex-next-Skeleton-BackgroundColor_Dark_Start-1-32-0: rgba(31, 31, 34, .05);
422
+ --triplex-next-Skeleton-BackgroundColor_Dark_End-1-32-0: rgba(31, 31, 34, .15);
423
+ --triplex-next-SmallInput-Background-1-32-0: #F2F4F7;
424
+ --triplex-next-SmallInput-Color-1-32-0: rgba(31, 31, 34, 1);
425
+ --triplex-next-SmallInput-PlaceholderColor-1-32-0: rgba(31, 31, 34, .65);
426
+ --triplex-next-SmallInput-Shadow-1-32-0: 0 0 0 1px rgba(33, 161, 154) inset;
427
+ --triplex-next-SMSField-Refresh_Fill_Empty-1-32-0: rgba(31, 31, 34, .35);
428
+ --triplex-next-SMSField-Refresh_Fill_Full-1-32-0: #008985;
429
+ --triplex-next-SMSField-Refresh_Disabled-1-32-0: rgba(31, 31, 34, .15);
430
+ --triplex-next-SMSField-Submit_Background_Default-1-32-0: rgba(31, 31, 34, .15);
431
+ --triplex-next-SMSField-Submit_Background_Hover-1-32-0: #19BDB0;
432
+ --triplex-next-SMSField-Submit_Background_Active-1-32-0: #21A19A;
433
+ --triplex-next-Slider-Dot_Background_Default-1-32-0: #21A19A;
434
+ --triplex-next-Slider-Dot_Background_Disabled-1-32-0: #F2F4F7;
435
+ --triplex-next-Slider-Dot_Background_Hover-1-32-0: #19BDB0;
436
+ --triplex-next-Slider-Dot_Background_Select-1-32-0: #007777;
437
+ --triplex-next-Slider-Dot_Focus-1-32-0: #FFD169;
438
+ --triplex-next-Slider-Dot_Inner_Background-1-32-0: #FFFFFF;
439
+ --triplex-next-Slider-Dot_Inner_Background_Disabled-1-32-0: rgba(31, 31, 34, .15);
440
+ --triplex-next-Slider-Mark_Dot_Background_Default-1-32-0: #DCDFE4;
441
+ --triplex-next-Slider-Mark_Dot_Background_Selected-1-32-0: #21A19A;
442
+ --triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-32-0: #E7E9EE;
443
+ --triplex-next-Slider-Rail_Background-1-32-0: #DCDFE4;
444
+ --triplex-next-Slider-Rail_Background_Disabled-1-32-0: #DCDFE4;
445
+ --triplex-next-Slider-Tooltip_Background-1-32-0: #1B1B1D;
446
+ --triplex-next-Slider-Tooltip_Color-1-32-0: rgba(255, 255, 255, 1);
447
+ --triplex-next-Slider-Track_Background_Default-1-32-0: #21A19A;
448
+ --triplex-next-Slider-Track_Background_Disabled-1-32-0: #E7E9EE;
449
+ --triplex-next-Slider-Track_Background_Hover-1-32-0: #007777;
450
+ --triplex-next-StatusTracker-Draft_Background-1-32-0: rgba(255, 255, 255, .15);
451
+ --triplex-next-StatusTracker-Warning_Background-1-32-0: #FF7A17;
452
+ --triplex-next-StatusTracker-Waiting_Background-1-32-0: #BFCADF;
453
+ --triplex-next-StatusTracker-Rejected_Background-1-32-0: #FF5571;
454
+ --triplex-next-StatusTracker-Approved_Background-1-32-0: #00D67D;
455
+ --triplex-next-StatusTracker-Waiting_Color-1-32-0: #A9B6D0;
456
+ --triplex-next-StatusTracker-Rejected_Color-1-32-0: #FFB1C1;
457
+ --triplex-next-StatusTracker-Approved_Color-1-32-0: #00D67D;
458
+ --triplex-next-StatusTracker-Border_Color-1-32-0: #FFFFFF;
459
+ --triplex-next-Step-Color_Active-1-32-0: #008985;
460
+ --triplex-next-Step-Color_Default-1-32-0: rgba(31, 31, 34, .65);
461
+ --triplex-next-Step-Color_Disabled-1-32-0: #FFFFFF;
462
+ --triplex-next-Step-Color_Done-1-32-0: #FFFFFF;
463
+ --triplex-next-Step-Color_Error-1-32-0: rgba(255, 255, 255, 1);
464
+ --triplex-next-Step-Color_Warning-1-32-0: rgba(255, 255, 255, 1);
465
+ --triplex-next-Step-Background_Active-1-32-0: #E3FFFA;
466
+ --triplex-next-Step-Background_Default-1-32-0: rgba(31, 31, 34, .05);
467
+ --triplex-next-Step-Background_Disabled-1-32-0: rgba(31, 31, 34, .15);
468
+ --triplex-next-Step-Background_Done-1-32-0: #008985;
469
+ --triplex-next-Step-Background_Error-1-32-0: #D10032;
470
+ --triplex-next-Step-Background_Warning-1-32-0: #EF4C01;
471
+ --triplex-next-Stepper-Step_Background_Default-1-32-0: #F2F4F7;
472
+ --triplex-next-Stepper-Step_Background_Hover-1-32-0: #EAEDF1;
473
+ --triplex-next-Stepper-Step_Background_Disabled-1-32-0: #F2F4F7;
474
+ --triplex-next-Stepper-Step_Background_Error-1-32-0: #FFF0F3;
475
+ --triplex-next-Stepper-Step_Background_Error_Hover-1-32-0: #FCE0E6;
476
+ --triplex-next-Stepper-Step_Background_Warning-1-32-0: #FFF4DB;
477
+ --triplex-next-Stepper-Step_Background_Warning_Hover-1-32-0: #FCEAC7;
478
+ --triplex-next-Stepper-Step_BorderColor_Focus-1-32-0: #FFD169;
479
+ --triplex-next-Stepper-Step_BorderColor_Error-1-32-0: #E60037;
480
+ --triplex-next-Stepper-Step_BorderColor_Warning-1-32-0: #FD6508;
481
+ --triplex-next-Stepper-Step_BorderColor_Success-1-32-0: #21A19A;
482
+ --triplex-next-Stepper-Step_Color_Default-1-32-0: rgba(31, 31, 34, .65);
483
+ --triplex-next-Stepper-Step_Color_Hover-1-32-0: rgba(31, 31, 34, 1);
484
+ --triplex-next-Stepper-Step_Color_Disabled-1-32-0: rgba(31, 31, 34, .35);
485
+ --triplex-next-Stepper-ButtonWrapper_Background_Prev-1-32-0: linear-gradient(to right, rgba(255,255,255,1) 39.06%, rgba(255,255,255,0) 100%);
486
+ --triplex-next-Stepper-ButtonWrapper_Background_Next-1-32-0: linear-gradient(to left, rgba(255,255,255,1) 39.06%, rgba(255,255,255,0) 100%);
487
+ --triplex-next-TableBasic-Background_Hover-1-32-0: #E3E6EA;
488
+ --triplex-next-TableBasic-Background_Selected-1-32-0: #DCDFE4;
489
+ --triplex-next-TableBasic-Color-1-32-0: rgba(31, 31, 34, 1);
490
+ --triplex-next-TableBasic-Header_Background-1-32-0: #E7E9EE;
491
+ --triplex-next-TableBasic-TableFooter_Background-1-32-0: #E7E9EE;
492
+ --triplex-next-TableBasic-TableFooter_Highlight-1-32-0: linear-gradient(transparent, #FFFFFF);
493
+ --triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-32-0: #D6D9E0;
494
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-32-0: #FFFFFF;
495
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-32-0: #EAEDF1;
496
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-32-0: #FFFFFF;
497
+ --triplex-next-Tabs-Type1_Background-1-32-0: #F2F4F7;
498
+ --triplex-next-Tabs-Type2_Background-1-32-0: #FFFFFF;
499
+ --triplex-next-Tabs-Type1_Tab_Background_Default-1-32-0: #F2F4F7;
500
+ --triplex-next-Tabs-Type2_Tab_Background_Default-1-32-0: #FFFFFF;
501
+ --triplex-next-Tabs-Type1_Tab_Background_Selected-1-32-0: #DCDFE4;
502
+ --triplex-next-Tabs-Type2_Tab_Background_Selected-1-32-0: #E3E6EA;
503
+ --triplex-next-Tabs-Type1_Tab_Background_Hover-1-32-0: #E3E6EA;
504
+ --triplex-next-Tabs-Type2_Tab_Background_Hover-1-32-0: #EEF0F4;
505
+ --triplex-next-Tabs-Tab_BorderColor_Default-1-32-0: transparent;
506
+ --triplex-next-Tabs-Tab_BorderColor_Focus-1-32-0: #FFD169;
507
+ --triplex-next-Tag-Background-1-32-0: #DFE2E7;
508
+ --triplex-next-TagColor-Background_Default-1-32-0: #EEF3FC;
509
+ --triplex-next-TagColor-Background_Success-1-32-0: #E3FFFA;
510
+ --triplex-next-TagColor-Background_Info-1-32-0: #E3F6FF;
511
+ --triplex-next-TagColor-Background_Warning-1-32-0: #FFF4DB;
512
+ --triplex-next-TagColor-Background_Error-1-32-0: #FFF0F3;
513
+ --triplex-next-TagColor-Text_Color_Default-1-32-0: rgba(31, 31, 34, .75);
514
+ --triplex-next-TabsLine-BorderColor_Active-1-32-0: #21A19A;
515
+ --triplex-next-TabsLine-BorderColor_Hover-1-32-0: #19BDB0;
516
+ --triplex-next-TabsLine-Separator_Color-1-32-0: #D6D9E0;
517
+ --triplex-next-TabsLine-Shadow_Focus-1-32-0: 0 0 0 1px #FFDD64 inset;
518
+ --triplex-next-Tooltip-Background-1-32-0: #1B1B1D;
519
+ --triplex-next-Tooltip-Color-1-32-0: rgba(255, 255, 255, 1);
520
+ --triplex-next-Tooltip-Link_Desktop_Color_Active-1-32-0: #008985;
521
+ --triplex-next-Tooltip-Link_Desktop_Color_Default-1-32-0: #19BDB0;
522
+ --triplex-next-Tooltip-Link_Desktop_Color_Hover-1-32-0: #4BD9CF;
523
+ --triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-32-0: 0 0 0 1px #FFD169;
524
+ --triplex-next-Tooltip-Link_Mobile_Color_Active-1-32-0: #007777;
525
+ --triplex-next-Tooltip-Link_Mobile_Color_Default-1-32-0: #008985;
526
+ --triplex-next-Tooltip-Link_Mobile_Color_Hover-1-32-0: #21A19A;
527
+ --triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-32-0: 0 0 0 1px #FFDD64;
528
+ --triplex-next-TopOverlay-Background-1-32-0: rgba(79,79,82,.15);
529
+ --triplex-next-Typography-Primary_Color-1-32-0: rgba(31, 31, 34, 1);
530
+ --triplex-next-Typography-Complementary_Color-1-32-0: rgba(31, 31, 34, .85);
531
+ --triplex-next-Typography-Secondary_Color-1-32-0: rgba(31, 31, 34, .65);
532
+ --triplex-next-Typography-Tertiary_Color-1-32-0: rgba(31, 31, 34, .55);
533
+ --triplex-next-Typography-Disabled_Color-1-32-0: rgba(31, 31, 34, .35);
534
+ --triplex-next-Typography-Brand_Color-1-32-0: #008985;
535
+ --triplex-next-Typography-Info_Color-1-32-0: #0E57CC;
536
+ --triplex-next-Typography-Success_Color-1-32-0: #008B5C;
537
+ --triplex-next-Typography-Error_Color-1-32-0: #D10032;
538
+ --triplex-next-Typography-Warning_Color-1-32-0: #EF4C01;
539
+ --triplex-next-Typography-System_Color-1-32-0: #697591;
540
+ --triplex-next-Typography-PrimaryInvert_Color-1-32-0: rgba(255, 255, 255, 1);
541
+ --triplex-next-Typography-ComplementaryInvert_Color-1-32-0: rgba(255, 255, 255, .75);
542
+ --triplex-next-Typography-SecondaryInvert_Color-1-32-0: rgba(255, 255, 255, .55);
543
+ --triplex-next-Typography-TertiaryInvert_Color-1-32-0: rgba(255, 255, 255, .45);
544
+ --triplex-next-Typography-DisabledInvert_Color-1-32-0: rgba(255, 255, 255, .25);
545
+ --triplex-next-Typography-BrandInvert_Color-1-32-0: #19BDB0;
546
+ --triplex-next-Typography-InfoInvert_Color-1-32-0: #1297FE;
547
+ --triplex-next-Typography-SuccessInvert_Color-1-32-0: #00D67D;
548
+ --triplex-next-Typography-ErrorInvert_Color-1-32-0: #F80C45;
549
+ --triplex-next-Typography-WarningInvert_Color-1-32-0: #FF7A17;
550
+ --triplex-next-Typography-SystemInvert_Color-1-32-0: #95A3C1;
551
+ --triplex-next-UploadZone-Background_Default-1-32-0: #F2F4F7;
552
+ --triplex-next-UploadZone-Background_Hover-1-32-0: #EAEDF1;
553
+ --triplex-next-UploadZone-BorderColor_Default-1-32-0: #2D2D30;
554
+ --triplex-next-UploadZone-DragArea_Background-1-32-0: #F2F4F7;
555
+ --triplex-next-UploadZone-DragArea_BorderColor-1-32-0: #21A19A;}
556
+ .underline__d4b9acc5{text-decoration:underline}.strikethrough__81954cbf{text-decoration:line-through}.underlineStrikethrough__0affd433{text-decoration:underline line-through}.typography__1ccd04e0.primary__35fa14b1{color:var(--triplex-next-Typography-Primary_Color-1-32-0)}.typography__1ccd04e0.primaryInvert__4de591d5{color:var(--triplex-next-Typography-PrimaryInvert_Color-1-32-0)}.typography__1ccd04e0.complementary__c902c48f{color:var(--triplex-next-Typography-Complementary_Color-1-32-0)}.typography__1ccd04e0.complementaryInvert__3dcf0d85{color:var(--triplex-next-Typography-ComplementaryInvert_Color-1-32-0)}.typography__1ccd04e0.secondary__7e1e856d{color:var(--triplex-next-Typography-Secondary_Color-1-32-0)}.typography__1ccd04e0.secondaryInvert__40dbd56b{color:var(--triplex-next-Typography-SecondaryInvert_Color-1-32-0)}.typography__1ccd04e0.tertiary__430c53cf{color:var(--triplex-next-Typography-Tertiary_Color-1-32-0)}.typography__1ccd04e0.tertiaryInvert__bb8e5b22{color:var(--triplex-next-Typography-TertiaryInvert_Color-1-32-0)}.typography__1ccd04e0.disabled__bb77798a{color:var(--triplex-next-Typography-Disabled_Color-1-32-0)}.typography__1ccd04e0.disabledInvert__17bf5f78{color:var(--triplex-next-Typography-DisabledInvert_Color-1-32-0)}.typography__1ccd04e0.brand__f4973675{color:var(--triplex-next-Typography-Brand_Color-1-32-0);-webkit-user-select:none;user-select:none}.typography__1ccd04e0.brandInvert__ccd40fbf{color:var(--triplex-next-Typography-BrandInvert_Color-1-32-0)}.typography__1ccd04e0.info__7465f7c4{color:var(--triplex-next-Typography-Info_Color-1-32-0)}.typography__1ccd04e0.infoInvert__8d4a05a1{color:var(--triplex-next-Typography-InfoInvert_Color-1-32-0)}.typography__1ccd04e0.success__b794a653{color:var(--triplex-next-Typography-Success_Color-1-32-0)}.typography__1ccd04e0.successInvert__09370bef{color:var(--triplex-next-Typography-SuccessInvert_Color-1-32-0)}.typography__1ccd04e0.error__fba3dbb5{color:var(--triplex-next-Typography-Error_Color-1-32-0)}.typography__1ccd04e0.errorInvert__b711b328{color:var(--triplex-next-Typography-ErrorInvert_Color-1-32-0)}.typography__1ccd04e0.warning__3a49a969{color:var(--triplex-next-Typography-Warning_Color-1-32-0)}.typography__1ccd04e0.warningInvert__0bbf1d10{color:var(--triplex-next-Typography-WarningInvert_Color-1-32-0)}.typography__1ccd04e0.system__9b01a7c0{color:var(--triplex-next-Typography-System_Color-1-32-0)}.typography__1ccd04e0.systemInvert__39c58e1d{color:var(--triplex-next-Typography-SystemInvert_Color-1-32-0)}.typography__1ccd04e0.compact__b83b15b5{line-height:calc(16 / 14)}.caption__57b8789e.regular__fa90814b{font-family:SBSansText,Arial,sans-serif}.caption__57b8789e.semibold__e2f08321{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.c1__fbee8582{font-size:10px;line-height:12px}.c2__ab74ec02{font-size:8px;line-height:10px}.d1__8cd0c492{font-size:32px;line-height:40px}.d1__8cd0c492.regular__fa90814b{font-family:SBSansDisplay,Arial,sans-serif}.d1__8cd0c492.semibold__e2f08321{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.codeText__1e80ad35{font-family:SBSansTextMono,Arial,monospace;font-size:14px;line-height:20px;font-weight:400}.text__be7928c1{outline:none}.text__be7928c1.regular__fa90814b{font-family:SBSansText,Arial,sans-serif}.text__be7928c1.semibold__e2f08321{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.b1__cbe367ff{font-size:18px;line-height:24px}.b2__e8d2d748{font-size:16px;line-height:20px}.b3__3d10ac83{font-size:14px;line-height:20px}.b3__3d10ac83.compact__b83b15b5{line-height:16px}.b4__9ad259f1{font-size:12px;line-height:16px}.title__fc174f83{outline:none}.title__fc174f83.regular__fa90814b{font-family:SBSansDisplay,Arial,sans-serif;font-weight:400}.title__fc174f83.semibold__e2f08321{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.title__fc174f83.medium__4d60bcf0{font-family:SBSansDisplayMedium,Arial,sans-serif;font-weight:500}.title__fc174f83.bold__fce29df1{font-family:SBSansDisplayBold,Arial,sans-serif;font-weight:700}.h1__d9a4654d,.h2__97d6f866,.h3__ec7a0caf{margin:0}.h1__d9a4654d{font-size:28px;line-height:36px}.h2__97d6f866{font-size:24px;line-height:32px}.h3__ec7a0caf{font-size:20px;line-height:28px}.formFieldInput__3346af13{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-1-32-0)}.formFieldInput__3346af13.sm__ab9ef21c{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__3346af13.md__9ec7e2e7{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__3346af13.lg__f50c04ee{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldInput__3346af13:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-32-0)}.formFieldInput__3346af13::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-32-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__3346af13:focus{outline:none}.formFieldInput__3346af13:focus::placeholder{opacity:1}.formFieldInput__3346af13:-webkit-autofill{animation-name:autofill-applied-hook__706f6847;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__3346af13:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__4a99695a;animation-duration:1ms}.disableInteraction__f1b8679f{pointer-events:none}.displayContents__40b4c540{display:contents}.buttonIcon__0e9c58f2{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__0e9c58f2:enabled{cursor:pointer}.buttonIcon__0e9c58f2.circle__ecae92d3{border-radius:50%}.buttonIcon__0e9c58f2.squircle__5445ba84{border-radius:4px}.buttonIcon__0e9c58f2:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-32-0)}.formFieldClear__1a057f89{visibility:hidden;opacity:0;transition:visibility,opacity;transition-duration:.3s;pointer-events:none}.formFieldClear__1a057f89:focus{visibility:visible;opacity:1;pointer-events:auto}.formFieldCounter__6426ee65{padding-left:4px;margin-left:auto}.formFieldDescription__4b76e4db{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__4b76e4db.withCounter__f39cd67c{display:flex}.formFieldLabel__bb70cb50{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__bb70cb50.sm__ab9ef21c{top:6px}.formFieldLabel__bb70cb50.md__9ec7e2e7{top:10px}.formFieldLabel__bb70cb50.lg__f50c04ee{top:18px}.formFieldLabel__bb70cb50.lg__f50c04ee.floating__c6bb33ba{top:10px}.formFieldLabelText__8e609218{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-32-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__ab9ef21c .formFieldLabelText__8e609218{font-size:12px;line-height:16px}.md__9ec7e2e7 .formFieldLabelText__8e609218{font-size:14px;line-height:20px}.lg__f50c04ee .formFieldLabelText__8e609218{font-size:16px;line-height:20px}.floating__c6bb33ba .formFieldLabelText__8e609218{font-size:12px;line-height:16px}.floating__c6bb33ba.sm__ab9ef21c .formFieldLabelText__8e609218,.floating__c6bb33ba.md__9ec7e2e7 .formFieldLabelText__8e609218{display:none}.disabled__556e7922 .formFieldLabelText__8e609218{color:var(--triplex-next-FormField-Label_Color_Disabled-1-32-0)}.formFieldMaskedInputWrapper__49237050{position:relative}.formFieldMaskedInputWrapper__49237050 .formFieldMaskedInputPlaceholder__093d7168{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__49237050 .formFieldMaskedInputPlaceholder__093d7168::placeholder{opacity:1}.formFieldMaskedInputWrapper__49237050 .formFieldMaskedInputPlaceholder__093d7168:disabled{visibility:hidden}.formFieldMaskedInputWrapper__49237050.size-sm__3b0a937c{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__49237050.size-sm__3b0a937c .formFieldMaskedInputPlaceholder__093d7168{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__49237050.size-md__50ede9cd{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__49237050.size-md__50ede9cd .formFieldMaskedInputPlaceholder__093d7168{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__49237050.size-lg__2a2c60e6{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__49237050.size-lg__2a2c60e6 .formFieldMaskedInputPlaceholder__093d7168{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__49237050 .formFieldMaskedInput__1f7090fa{display:block;position:relative;background:none!important}.formFieldPostfix__5a09e621{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__cc89771f{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldTarget__a982acec{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-32-0);overflow:hidden;white-space:nowrap}.formFieldTarget__a982acec.sm__ab9ef21c{font-size:12px;height:28px;line-height:16px}.formFieldTarget__a982acec.md__9ec7e2e7{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__a982acec.lg__f50c04ee{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__a982acec.placeholder__d8fc1150{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-32-0)}.formFieldTarget__a982acec.disabled__556e7922{color:var(--triplex-next-FormField-Target_Color_Disabled-1-32-0)}.formFieldTarget__a982acec .placeholderWrapper__c36499cd{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__a982acec:focus{outline:none}.formFieldTarget__a982acec:focus .placeholderWrapper__c36499cd,.formFieldTarget__a982acec.active__331be4ad .placeholderWrapper__c36499cd{opacity:1}.formFieldTextarea__c28d07ae{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-32-0);vertical-align:top;font-family:inherit}.formFieldTextarea__c28d07ae.sm__ab9ef21c{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__c28d07ae.md__9ec7e2e7{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__c28d07ae.lg__f50c04ee{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__c28d07ae::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-32-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__c28d07ae:focus{outline:none}.formFieldTextarea__c28d07ae:focus::placeholder{opacity:1}.formFieldTextarea__c28d07ae:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-32-0)}.formFieldTextarea__c28d07ae:-webkit-autofill{animation-name:autofill-applied-hook__706f6847;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldTextarea__c28d07ae:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__4a99695a;animation-duration:1ms}@keyframes autofill-applied-hook__706f6847{0%{transform:none}}@keyframes autofill-cancelled-hook__4a99695a{0%{transform:none}}.formField__ca466614{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__ca466614.sm__ab9ef21c{border-radius:6px}.formField__ca466614.md__9ec7e2e7{border-radius:8px}.formField__ca466614.lg__f50c04ee{border-radius:10px}.formField__ca466614.default__36485c31{background:var(--triplex-next-FormField-Background_Default-1-32-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-32-0)}.formField__ca466614:hover{background:var(--triplex-next-FormField-Background_Hover-1-32-0)}.formField__ca466614.active__331be4ad{background:var(--triplex-next-FormField-Background_Active-1-32-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-32-0)}.formField__ca466614.active__331be4ad .formFieldInput__3346af13::placeholder,.formField__ca466614.active__331be4ad .formFieldTextarea__c28d07ae::placeholder{opacity:1}.formField__ca466614.disabled__556e7922{background:var(--triplex-next-FormField-Background_Disabled-1-32-0)}.formField__ca466614.error__dd749805{background:var(--triplex-next-FormField-Background_Error-1-32-0)}.formField__ca466614.error__dd749805:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-32-0)}.formField__ca466614.error__dd749805.active__331be4ad{background:var(--triplex-next-FormField-Background_Error-1-32-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-32-0)}.formField__ca466614.warning__a46f8255{background:var(--triplex-next-FormField-Background_Warning-1-32-0)}.formField__ca466614.warning__a46f8255:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-32-0)}.formField__ca466614.warning__a46f8255.active__331be4ad{background:var(--triplex-next-FormField-Background_Warning-1-32-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-32-0)}.formField__ca466614.filled__397d515b:not(.disabled__556e7922):hover .formFieldClear__1a057f89,.formField__ca466614.filled__397d515b:not(.disabled__556e7922).active__331be4ad .formFieldClear__1a057f89{visibility:visible;opacity:1;pointer-events:auto}.dropdownDesktop__fabf7855{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-32-0);background-color:var(--triplex-next-Dropdown-Background-1-32-0)}.dropdownDesktop__fabf7855.sm__5e55b7ec{border-radius:6px}.dropdownDesktop__fabf7855.md__70f49c8a{border-radius:8px}.dropdownDesktop__fabf7855.lg__9ff1f4f4{border-radius:10px}.dropdownDesktopOverflowHidden__ad88dc0a{overflow:hidden}.badgeDot__af044789{display:inline-block;background:var(--triplex-next-Badge-Background-1-32-0);border-radius:50%}.badgeDot__af044789.sm__f7403439{width:6px;height:6px}.badgeDot__af044789.md__1bc14e57{width:8px;height:8px}.badgeDot__af044789.lg__20d410cc{width:10px;height:10px}.badgeContent__1ddc8cc1{display:flex}.badgeContent__1ddc8cc1.sm__f7403439{padding-left:4px;padding-right:4px}.badgeContent__1ddc8cc1.md__1bc14e57{padding-left:6px;padding-right:6px}.badgeContent__1ddc8cc1.lg__20d410cc{padding-left:8px;padding-right:8px}.badgeContent__1ddc8cc1.noPaddingLeft__c4582ded{padding-left:0}.badgeContent__1ddc8cc1.noPaddingRight__186b6b10{padding-right:0}.badgePrefix__85ca3bbc,.badgePostfix__4f4d69a7{display:contents}.badge__3e7df2f3{display:inline-flex;align-items:center;justify-content:center;position:relative;width:fit-content;white-space:nowrap;background:var(--triplex-next-Badge-Background-1-32-0)}.badge__3e7df2f3.sm__f7403439{height:16px;border-radius:4px}.badge__3e7df2f3.md__1bc14e57{height:20px;border-radius:6px}.badge__3e7df2f3.lg__20d410cc{height:24px;border-radius:8px}.dropdownDesktopList__24ff3208{margin:4px;overflow:auto}.dropdownDesktopList__24ff3208 .notificationIcon__62b87ac0{position:absolute}.dropdownDesktopList__24ff3208.sm__5e55b7ec{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__24ff3208.sm__5e55b7ec .dropdownDesktopListItem__bd9a5657{padding:6px 8px;border-radius:6px}.dropdownDesktopList__24ff3208.sm__5e55b7ec .dropdownDesktopListLoader__383fe4d7{margin:0 auto}.dropdownDesktopList__24ff3208.sm__5e55b7ec .notificationIcon__62b87ac0{right:3px;top:3px}.dropdownDesktopList__24ff3208.md__70f49c8a{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__24ff3208.md__70f49c8a .dropdownDesktopListItem__bd9a5657{padding:7px 8px;border-radius:8px}.dropdownDesktopList__24ff3208.md__70f49c8a .dropdownDesktopListLoader__383fe4d7{margin:-2px auto}.dropdownDesktopList__24ff3208.md__70f49c8a .notificationIcon__62b87ac0{right:4px;top:4px}.dropdownDesktopList__24ff3208.lg__9ff1f4f4{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__24ff3208.lg__9ff1f4f4 .dropdownDesktopListItem__bd9a5657{padding:14px 8px;border-radius:10px}.dropdownDesktopList__24ff3208.lg__9ff1f4f4 .dropdownDesktopListLoader__383fe4d7{margin:-6px auto}.dropdownDesktopList__24ff3208.lg__9ff1f4f4 .notificationIcon__62b87ac0{right:4px;top:6px}.dropdownDesktopListItem__bd9a5657{color:var(--triplex-next-DropdownList-Color-1-32-0);background:var(--triplex-next-DropdownList-Background_Default-1-32-0);position:relative;outline:none}.dropdownDesktopListItem__bd9a5657+.dropdownDesktopListItem__bd9a5657{margin-top:2px}.dropdownDesktopListItem__bd9a5657.active__d228daa4{background:var(--triplex-next-DropdownList-Background_Active-1-32-0);cursor:pointer}.dropdownDesktopListItem__bd9a5657.selected__ac6f4b06{background:var(--triplex-next-DropdownList-Background_Selected-1-32-0);cursor:default}.loaderSmall__591ceb2d{display:flex;justify-content:center;align-items:center}.loaderSmall__591ceb2d.sm__c78cbc12{width:16px;height:16px;gap:2px}.loaderSmall__591ceb2d.sm__c78cbc12 .dot__f2b9afb3{width:4px;height:4px}.loaderSmall__591ceb2d.md__b89a40bd{width:24px;height:24px;gap:3px}.loaderSmall__591ceb2d.md__b89a40bd .dot__f2b9afb3{width:6px;height:6px}.loaderSmall__591ceb2d.lg__f7b63da0{width:32px;height:32px;gap:4px}.loaderSmall__591ceb2d.lg__f7b63da0 .dot__f2b9afb3{width:8px;height:8px}.loaderSmall__591ceb2d.neutral__6e064254 .dot__f2b9afb3{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-32-0)}.loaderSmall__591ceb2d.brand__fe6143a0 .dot__f2b9afb3{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-32-0)}.loaderSmall__591ceb2d .dot__f2b9afb3{border-radius:50%}.loaderSmall__591ceb2d .dot1__8d01d136{animation:dotCycleSmall__ad1301ad .9s infinite}.loaderSmall__591ceb2d .dot2__9298fd3c{animation:dotCycleSmall__ad1301ad .9s infinite .15s}.loaderSmall__591ceb2d .dot3__71ffdabb{animation:dotCycleSmall__ad1301ad .9s infinite .3s}@keyframes dotCycleSmall__ad1301ad{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__59efa5a4{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-32-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__2d56d2ab{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__2d56d2ab .dot__f2b9afb3{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-32-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__2d56d2ab .dot1__8d01d136{top:0;left:0;animation:dotCycleMiddle__4fd88838 3s infinite}.loaderMiddleDots__2d56d2ab .dot2__9298fd3c{right:0;top:0;opacity:.7;animation:dotCycleMiddle__4fd88838 3s infinite .74s}.loaderMiddleDots__2d56d2ab .dot3__71ffdabb{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__4fd88838 3s infinite 1.5s}.loaderMiddleDots__2d56d2ab .dot4__f78f1b3e{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__4fd88838 3s infinite 2.25s}.loaderMiddleDots__2d56d2ab .line__10720554{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-32-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__a4bac719 3s infinite}@keyframes lineCycle__a4bac719{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__4fd88838{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__27dc1bce{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__947dd76f{background:var(--triplex-next-DropdownMobile-Backdrop-1-32-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__947dd76f.closing__6be68f49{opacity:0}.dropdownMobileBackdrop__947dd76f.opening__3ea188ed,.dropdownMobileBackdrop__947dd76f.opened__b939285e{opacity:var(--triplex-DropdownMobile-Opacity-1-32-0)}.dropdownMobile__ebeef9d3{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__ebeef9d3.closing__6be68f49{transform:translateY(100%)}.dropdownMobile__ebeef9d3.opening__3ea188ed,.dropdownMobile__ebeef9d3.opened__b939285e{transform:translateY(0)}.dropdownMobileHeader__0068d375{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-32-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__0068d375 .dropdownMobileHeaderContent__13b9805e{display:flex;flex-grow:1;min-width:0;margin-right:12px;min-height:20px}.dropdownMobileContent__78e3499a{background:var(--triplex-next-DropdownMobile-Content_Background-1-32-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__92763228{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-32-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-32-0);flex-shrink:1}.dropdownMobileListItem__c7382f9e{position:relative;padding:16px}.dropdownMobileListItem__c7382f9e.selected__ac6f4b06{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-32-0)}.dropdownMobileListItem__c7382f9e:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-32-0)}.dropdownMobileBodyOverflow__e758b62a{overflow:hidden}.controlButtons__dc2d1bce{display:flex}.dropdownMobileLoader__595cc067{margin-right:8px}.dropdownMobileListLoader__c6e7ee1c{display:flex;justify-content:center;align-items:center;padding:16px}.notificationIcon__62b87ac0{position:absolute;right:6px;top:6px}.dropdownMobileInput__b4346f1a{width:100%;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input_Color_Default-1-32-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__b4346f1a::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-32-0);opacity:1}.dropdownMobileInput__b4346f1a::-ms-clear{display:none}.tabsLineWrapper__86629966[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__86629966[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__86629966[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__86629966[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__86629966{position:relative}.tabsLineWrapper__86629966.withSeparator__f1536a4c:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-32-0);bottom:0;left:0;right:0}.tabsLine__5b3d2b02{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__5b3d2b02:has(.sm__9583fbd1){height:28px}.tabsLine__5b3d2b02:has(.md__6e786047){height:40px}.tabsLine__5b3d2b02:has(.lg__0d038d23){height:56px}.tab__20455533{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__20455533.sm__9583fbd1{height:28px;padding-bottom:12px}.tab__20455533.md__6e786047{height:40px;padding-top:8px;padding-bottom:12px}.tab__20455533.lg__0d038d23{height:56px;padding-top:16px;padding-bottom:20px}.tab__20455533::-moz-focus-inner{border:none;padding:0}.tab__20455533:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-32-0)}.tab__20455533.active__8de10b86{cursor:default}.tab__20455533: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__20455533:hover:after,.tab__20455533:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-32-0)}.tab__20455533.active__8de10b86:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-32-0)}.notificationIcon__6e00459a{position:absolute;right:6px}.sm__9583fbd1 .notificationIcon__6e00459a{top:0}.md__6e786047 .notificationIcon__6e00459a{top:8px}.lg__0d038d23 .notificationIcon__6e00459a{top:16px}.tabsLineDropdown__ab9cacf8{display:inline-block}.tabsLineDropdown__ab9cacf8 .dropdownTarget__54f1a464.active__8de10b86{cursor:pointer}.tabsLineDropdown__ab9cacf8 .dropdownTargetInner__bcc330cd{display:inline-flex;align-items:center}.tabsLineDropdown__ab9cacf8 .dropdownTargetCaret__e3ed344f{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__ab9cacf8 .dropdownTargetCaret__e3ed344f.opened__dc0f57fd{transform:rotate(-180deg)}.tabsLineDropdown__ab9cacf8 .dropdown__db4034a8{right:0;padding:4px}.tabsLineMobileWrapper__449b191c{position:relative}.tabsLineMobileWrapper__449b191c .tab__20455533{flex-shrink:0}.tabsLineMobileWrapper__449b191c .tab__20455533:first-child{margin-left:16px}.tabsLineMobileWrapper__449b191c .tab__20455533:last-child{margin-right:16px}.tabsLineMobile__dcc8bba8{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__dcc8bba8::-webkit-scrollbar{display:none}.label__267746c8{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__267746c8.sm__509ee768{min-width:16px;min-height:16px}.label__267746c8.sm__509ee768.nonempty__412bfa8a{padding:2px 0 2px 24px}.label__267746c8.md__2235acd5{min-height:24px;min-width:24px}.label__267746c8.md__2235acd5.nonempty__412bfa8a{padding-left:32px;padding-top:2px}.label__267746c8.lg__26040071{min-width:28px;min-height:28px}.label__267746c8.lg__26040071.nonempty__412bfa8a{padding-left:40px;padding-top:4px}.label__267746c8.disabled__81fb291c{cursor:default}.radio__c5547666{margin:0;opacity:0}.radioIcon__ae77b127{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-32-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-32-0)}.radioIcon__ae77b127:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-32-0);border-radius:50%;transform:scale(0)}.sm__509ee768 .radioIcon__ae77b127:after{width:8px;height:8px;top:4px;left:4px}.md__2235acd5 .radioIcon__ae77b127:after{width:12px;height:12px;top:6px;left:6px}.lg__26040071 .radioIcon__ae77b127:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__ae77b127,.radioIcon__ae77b127:after{pointer-events:none}.radio__c5547666,.radioIcon__ae77b127{position:absolute;left:0;top:0}.sm__509ee768 .radio__c5547666,.sm__509ee768 .radioIcon__ae77b127{width:16px;height:16px;top:2px}.md__2235acd5 .radio__c5547666,.md__2235acd5 .radioIcon__ae77b127{width:24px;height:24px}.lg__26040071 .radio__c5547666,.lg__26040071 .radioIcon__ae77b127{width:28px;height:28px}.radio__c5547666:enabled{cursor:pointer}.radio__c5547666:checked+.radioIcon__ae77b127{background:var(--triplex-next-Radio-Background_Checked_Default-1-32-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-32-0)}.radio__c5547666:checked+.radioIcon__ae77b127:after{transform:scale(1);transition:transform .2s ease-out}.radio__c5547666:hover+.radioIcon__ae77b127{background-color:var(--triplex-next-Radio-Background_Hover-1-32-0);box-shadow:none}.radio__c5547666:disabled+.radioIcon__ae77b127{background:var(--triplex-next-Radio-Background_Disabled-1-32-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-32-0)}.radio__c5547666:disabled:checked+.radioIcon__ae77b127{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-32-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-32-0)}.radio__c5547666:disabled+.radioIcon__ae77b127:after{background:var(--triplex-next-Radio-Dot_Disabled-1-32-0)}.radio__c5547666:focus-visible+.radioIcon__ae77b127{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-32-0)}.radio__c5547666:checked:enabled:hover+.radioIcon__ae77b127{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-32-0)}.radioXGroup__6bdda34e{display:inline-flex;flex-flow:row wrap}.radioXGroup__6bdda34e.indent-12__5bb085ed{margin-left:-6px;margin-right:-6px}.radioXGroup__6bdda34e.indent-12__5bb085ed .label__267746c8{margin-left:6px;margin-right:6px}.radioXGroup__6bdda34e.indent-16__5d45d2a4{margin-left:-8px;margin-right:-8px}.radioXGroup__6bdda34e.indent-16__5d45d2a4 .label__267746c8{margin-left:8px;margin-right:8px}.radioXGroup__6bdda34e.indent-20__5a376a92{margin-left:-10px;margin-right:-10px}.radioXGroup__6bdda34e.indent-20__5a376a92 .label__267746c8{margin-left:10px;margin-right:10px}.radioXGroup__6bdda34e.indent-24__a15d4821{margin-left:-12px;margin-right:-12px}.radioXGroup__6bdda34e.indent-24__a15d4821 .label__267746c8{margin-left:12px;margin-right:12px}.radioXGroup__6bdda34e.indent-28__63038a46{margin-left:-14px;margin-right:-14px}.radioXGroup__6bdda34e.indent-28__63038a46 .label__267746c8{margin-left:14px;margin-right:14px}.radioXGroup__6bdda34e.indent-32__9c084c50{margin-left:-16px;margin-right:-16px}.radioXGroup__6bdda34e.indent-32__9c084c50 .label__267746c8{margin-left:16px;margin-right:16px}.radioYGroup__354c9b5d{display:inline-flex;flex-flow:column wrap}.radioYGroup__354c9b5d .label__267746c8.sm__509ee768+.label__267746c8.sm__509ee768{margin-top:8px}.radioYGroup__354c9b5d .label__267746c8.md__2235acd5+.label__267746c8.md__2235acd5{margin-top:16px}.radioYGroup__354c9b5d .label__267746c8.lg__26040071+.label__267746c8.lg__26040071{margin-top:20px}.notification__4a2639b5{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-32-0);background:var(--triplex-next-Notification-Background-1-32-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-32-0);z-index:300}.notification__4a2639b5:first-child{margin-top:0}.notification__4a2639b5.extraBottomPadding__27922dcc{padding-bottom:24px}.notification__4a2639b5 .notificationHeader__85b0478f{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-32-0);width:100%;margin-top:0;margin-bottom:8px}.notification__4a2639b5 .notificationIcon__f59d4980{line-height:0}.notification__4a2639b5 .notificationBody__ba7d332c{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__4a2639b5 .notificationBodyList__26753d56{margin-top:8px}.notification__4a2639b5 .notificationClose__0e2acc14{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__4a2639b5.showCloseOnHover__c41d40f1 .notificationClose__0e2acc14{opacity:0}.notification__4a2639b5.showCloseOnHover__c41d40f1:hover{cursor:pointer}.notification__4a2639b5.showCloseOnHover__c41d40f1:hover .notificationClose__0e2acc14{opacity:1}.notification__4a2639b5 .notificationFooter__5ef4c078{display:flex;align-items:center;margin-top:16px}.notification__4a2639b5 .notificationFooter__5ef4c078 button+a{margin-left:16px}.notification__4a2639b5 .notificationTime__299f296f{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-32-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__e991f106{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__e991f106:hover{cursor:pointer}.notificationGroupedWrapper__e991f106 .notificationGroupedFooterItem__4d43a46b{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-32-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-32-0)}.notificationGroupedWrapper__e991f106 .notificationGroupedFooterItem__4d43a46b.first__92df673d{bottom:-8px;z-index:200}.notificationGroupedWrapper__e991f106 .notificationGroupedFooterItem__4d43a46b.second__ab1ed753{bottom:-16px;z-index:100}@media(max-width:767px){.notification__4a2639b5,.notificationGroupedWrapper__e991f106{width:100%}}.unorderedListItem__3e6e1691:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__3e6e1691+.unorderedListItem__3e6e1691{margin-top:8px}.unorderedList__e0e7632a{position:relative;margin:0;padding-left:14px;list-style:none}.button__135010a0.general__4e47f817{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-32-0);color:var(--triplex-next-Button-General_Color_Default-1-32-0)}.button__135010a0.general__4e47f817:hover{background:var(--triplex-next-Button-General_Background_Hover-1-32-0);color:var(--triplex-next-Button-General_Color_Hover-1-32-0)}.button__135010a0.general__4e47f817.expanded__b7e4af72,.button__135010a0.general__4e47f817:active{background:var(--triplex-next-Button-General_Background_Active-1-32-0);color:var(--triplex-next-Button-General_Color_Active-1-32-0)}.button__135010a0.general__4e47f817:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-32-0)}.button__135010a0.general__4e47f817:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-32-0);color:var(--triplex-next-Button-General_Color_Disabled-1-32-0)}.button__135010a0.secondary__b3b4cab9{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-32-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-32-0)}.button__135010a0.secondary__b3b4cab9:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-32-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-32-0)}.button__135010a0.secondary__b3b4cab9.expanded__b7e4af72,.button__135010a0.secondary__b3b4cab9:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-32-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-32-0)}.button__135010a0.secondary__b3b4cab9:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-32-0)}.button__135010a0.secondary__b3b4cab9:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-32-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-32-0)}.button__135010a0.secondaryLight__cc1325a9{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-32-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-32-0)}.button__135010a0.secondaryLight__cc1325a9:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-32-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-32-0)}.button__135010a0.secondaryLight__cc1325a9.expanded__b7e4af72,.button__135010a0.secondaryLight__cc1325a9:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-32-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-32-0)}.button__135010a0.secondaryLight__cc1325a9:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-32-0)}.button__135010a0.secondaryLight__cc1325a9:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-32-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-32-0)}.button__135010a0.danger__33af9b16{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-32-0);color:var(--triplex-next-Button-Danger_Color_Default-1-32-0)}.button__135010a0.danger__33af9b16:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-32-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-32-0)}.button__135010a0.danger__33af9b16.expanded__b7e4af72,.button__135010a0.danger__33af9b16:active{background:var(--triplex-next-Button-Danger_Background_Active-1-32-0);color:var(--triplex-next-Button-Danger_Color_Active-1-32-0)}.button__135010a0.danger__33af9b16:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-32-0)}.button__135010a0.danger__33af9b16:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-32-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-32-0)}.button__135010a0.link__5f0247c5{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-32-0);padding:0}.button__135010a0.link__5f0247c5.sm__32633ce9{height:28px;min-width:0px;padding:6px 2px}.button__135010a0.link__5f0247c5.md__14c15c1e{height:40px;min-width:0px;padding:10px 2px}.button__135010a0.link__5f0247c5.lg__e25e72fd{height:56px;min-width:0px;padding:18px 2px}.button__135010a0.link__5f0247c5:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-32-0)}.button__135010a0.link__5f0247c5.expanded__b7e4af72,.button__135010a0.link__5f0247c5:active{color:var(--triplex-next-Button-Link_Color_Active-1-32-0)}.button__135010a0.link__5f0247c5:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-32-0)}.button__135010a0.link__5f0247c5:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-32-0)}.button__135010a0{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__135010a0::-moz-focus-inner{border:none;padding:0}.button__135010a0.sm__32633ce9{line-height:16px;font-size:12px}.button__135010a0.sm__32633ce9.general__4e47f817,.button__135010a0.sm__32633ce9.secondary__b3b4cab9,.button__135010a0.sm__32633ce9.secondaryLight__cc1325a9,.button__135010a0.sm__32633ce9.danger__33af9b16{height:28px;min-width:58px;padding:0 12px;border-radius:6px}.button__135010a0.sm__32633ce9.icon__ff0d6962{min-height:28px;min-width:28px;padding:0 4px}.button__135010a0.md__14c15c1e{line-height:20px;font-size:14px}.button__135010a0.md__14c15c1e.general__4e47f817,.button__135010a0.md__14c15c1e.secondary__b3b4cab9,.button__135010a0.md__14c15c1e.secondaryLight__cc1325a9,.button__135010a0.md__14c15c1e.danger__33af9b16{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__135010a0.md__14c15c1e.icon__ff0d6962{min-height:40px;min-width:40px;padding:0 10px}.button__135010a0.lg__e25e72fd{line-height:20px;font-size:16px}.button__135010a0.lg__e25e72fd.general__4e47f817,.button__135010a0.lg__e25e72fd.secondary__b3b4cab9,.button__135010a0.lg__e25e72fd.secondaryLight__cc1325a9,.button__135010a0.lg__e25e72fd.danger__33af9b16{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__135010a0.lg__e25e72fd.icon__ff0d6962{min-height:56px;min-width:56px;padding:0 12px}.button__135010a0:disabled{cursor:default}.button__135010a0:disabled *{pointer-events:none}.button__135010a0+.button__135010a0:not(.block__b491e631),.button__135010a0+.buttonDropdown__a15fab77:not(.block__b491e631){margin-left:12px}.button__135010a0 .content__2edda792{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__135010a0.block__b491e631{display:block;width:100%}.button__135010a0.loading__0a6a1fda{pointer-events:none}.button__135010a0.loading__0a6a1fda .content__2edda792{visibility:hidden}.button__135010a0 .loader__3edb6d51{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__135010a0 .loader__3edb6d51.hidden__920bebdf{visibility:hidden}.buttonDropdownExtended__65eab571{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__65eab571 .buttonDropdownExtendedBlock__d3c1e3cd{padding:4px;margin-top:4px;right:0}.buttonDropdown__a15fab77.block__b491e631{display:block}.buttonDropdown__a15fab77+.button__135010a0:not(.block__b491e631),.buttonDropdown__a15fab77+.buttonDropdown__a15fab77:not(.block__b491e631){margin-left:12px}.buttonDropdown__a15fab77 .buttonDropdownTarget__597b0278.md__14c15c1e.dots__a2a596bb{padding:0 8px}.buttonDropdown__a15fab77 .buttonDropdownTarget__597b0278 .caretIcon__cb030752{margin-left:2px;transition:transform .3s ease-in-out}.buttonDropdown__a15fab77 .buttonDropdownTarget__597b0278.active__a26d6f29 .caretIcon__cb030752{transform:rotate(-180deg)}.buttonDropdown__a15fab77 .buttonDropdownMenuItem__a742e27c{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__d8db4ce9{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__175fba9d{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__d1f82fb0{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__99ee87a9{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-1-32-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__9c4a57e6{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__9c4a57e6 .modalWindowContentWrapper__419eb64f{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__d8db4ce9 .6s ease}.modalWindow__9c4a57e6 .modalWindowContent__070f7104{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__9c4a57e6 .modalWindowContent__070f7104 .modalWindowBody__d2f52c9d{box-sizing:border-box;animation:fadeIn__6e67d7db .3s ease}@keyframes fadeIn__6e67d7db{0%{opacity:0}to{opacity:1}}.modalWindow__9c4a57e6 .modalWindowContent__070f7104 .spinnerSm__455c185f{display:none}@media(max-width:767px){.modalWindow__9c4a57e6 .modalWindowContent__070f7104 .spinner__043768b7{display:none}.modalWindow__9c4a57e6 .modalWindowContent__070f7104 .spinnerSm__455c185f{display:flex}}.global-modalWindowTransition-exit .modalWindow__9c4a57e6 .modalWindowContentWrapper__419eb64f{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__175fba9d .3s ease}.global-modalWindowTransition-exit .modalWindow__9c4a57e6 .modalWindowContentWrapper__419eb64f .modalWindowBody__d2f52c9d{animation:fadeOut__ed29c3ae .3s ease}@keyframes fadeOut__ed29c3ae{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__400dc87c{position:absolute;left:0;right:0;height:0}.modalWindow__9c4a57e6.sm__5c6a8637 .modalWindowContentWrapper__419eb64f{max-width:480px}.modalWindow__9c4a57e6.sm__5c6a8637 .modalWindowContent__070f7104 .modalWindowBody__d2f52c9d{min-height:196px}@media(max-width:575px){.modalWindow__9c4a57e6.sm__5c6a8637 .modalWindowContentWrapper__419eb64f{max-width:100%}}.modalWindow__9c4a57e6.md__28ae8e9a .modalWindowContentWrapper__419eb64f{max-width:600px}.modalWindow__9c4a57e6.md__28ae8e9a .modalWindowContent__070f7104 .modalWindowBody__d2f52c9d{min-height:246px}@media(max-width:767px){.modalWindow__9c4a57e6.md__28ae8e9a .modalWindowContentWrapper__419eb64f{max-width:100%}}.modalWindow__9c4a57e6.lg__c3d1a721 .modalWindowContentWrapper__419eb64f{max-width:800px}.modalWindow__9c4a57e6.lg__c3d1a721 .modalWindowContent__070f7104 .modalWindowBody__d2f52c9d{min-height:396px}@media(max-width:991px){.modalWindow__9c4a57e6.lg__c3d1a721 .modalWindowContentWrapper__419eb64f{max-width:100%}}.modalWindowContentPage__f01eeece{background:var(--triplex-next-ModalWindow-Background-1-32-0);padding:8px!important}.modalWindowContentPage__f01eeece,.modalWindowLoaderScreen__b2ea0863{border-radius:32px}@media(max-width:767px){.modalWindowContentPage__f01eeece,.modalWindowLoaderScreen__b2ea0863{border-radius:24px}}.islandBody__3e4d4f08{display:block}.islandHeader__2b43119d,.islandFooter__30a2179f,.island__7882c3b6{position:relative}.island__7882c3b6.type1__df083611{background-color:var(--triplex-next-Island-Type1_Background-1-32-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-32-0)}.island__7882c3b6.type2__b64d8ef5{background-color:var(--triplex-next-Island-Type2_Background-1-32-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-32-0)}.island__7882c3b6.type3__d8407698{background-color:var(--triplex-next-Island-Type3_Background-1-32-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-32-0)}.island__7882c3b6.sm__22b2f59b{border-radius:16px;padding:16px}.island__7882c3b6.sm__22b2f59b .islandHeader__2b43119d+.islandBody__3e4d4f08,.island__7882c3b6.sm__22b2f59b .islandHeader__2b43119d+.islandFooter__30a2179f,.island__7882c3b6.sm__22b2f59b .islandBody__3e4d4f08+.islandFooter__30a2179f{margin-top:8px}.island__7882c3b6.md__0a44af4c{border-radius:24px;padding:24px}.island__7882c3b6.md__0a44af4c .islandHeader__2b43119d+.islandBody__3e4d4f08,.island__7882c3b6.md__0a44af4c .islandHeader__2b43119d+.islandFooter__30a2179f,.island__7882c3b6.md__0a44af4c .islandBody__3e4d4f08+.islandFooter__30a2179f{margin-top:12px}.island__7882c3b6.lg__e0429f5d{border-radius:32px;padding:32px}.island__7882c3b6.lg__e0429f5d .islandHeader__2b43119d+.islandBody__3e4d4f08,.island__7882c3b6.lg__e0429f5d .islandHeader__2b43119d+.islandFooter__30a2179f,.island__7882c3b6.lg__e0429f5d .islandBody__3e4d4f08+.islandFooter__30a2179f{margin-top:16px}@media(max-width:767px){.island__7882c3b6.sm__22b2f59b,.island__7882c3b6.md__0a44af4c{border-radius:16px;padding:16px}.island__7882c3b6.lg__e0429f5d{border-radius:24px;padding:24px}}.modalWindowBody__d2f52c9d{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__ab747776{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media(max-width:767px){.modalWindowClose__ab747776{top:20px;right:20px}}.loaderScreen__0c580069{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__0c580069.loaderSmallBackdrop__5836defa{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-32-0)}.loaderScreen__0c580069.loaderMiddleBackdrop__7a3f3d90{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-32-0)}.body__84180591{position:relative;display:flex}.body__84180591 .bodyInner__a012465e{position:relative;flex-grow:1;width:100%}.bodyPage__186cc8b4{flex-grow:1}.verticalMargin24__ff66b024{margin-top:24px;margin-bottom:24px}.verticalMargin16__8d42d6d8{margin-top:16px;margin-bottom:16px}@media(max-width:767px){.verticalMargin24__ff66b024{margin-top:16px;margin-bottom:16px}.verticalMargin16__8d42d6d8{margin-top:8px;margin-bottom:8px}}.headerTabs__2fda43a7{display:flex;justify-content:space-between}.headerTabs__2fda43a7 .headerTabsContent__7e91637f{flex-grow:1;min-width:1px}.headerTabs__2fda43a7 .headerTabsControls__04a4eba9{flex-shrink:0;white-space:nowrap;padding-left:24px}@media(max-width:767px){.headerTabs__2fda43a7{flex-wrap:wrap}.headerTabs__2fda43a7 .headerTabsContent__7e91637f{width:100%}.headerTabs__2fda43a7 .headerTabsControls__04a4eba9{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__2fda43a7 .headerTabsControls__04a4eba9>button{margin-left:16px;margin-top:16px}}.headerTitle__fbb5af0c{display:flex;justify-content:space-between}.headerTitle__fbb5af0c .headerTitleControls__e342f1ec{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__c30dc311+.headerTitle__fbb5af0c{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media(max-width:767px){.headerTitle__fbb5af0c{flex-wrap:wrap}.headerTitle__fbb5af0c .headerTitleContent__1fa191e2{width:100%}.headerTitle__fbb5af0c .headerTitleControls__e342f1ec{padding-left:0;white-space:normal;flex-shrink:initial;margin-left:-16px}.headerTitle__fbb5af0c .headerTitleControls__e342f1ec>button,.headerTitle__fbb5af0c .headerTitleControls__e342f1ec>[class*=buttonDropdown]{margin-left:16px;margin-top:16px}}.headerSubheader__85f26a39{padding:24px 0}.headerSubheader__85f26a39.withoutPaddings__4be0c7e7{padding:0}.headerLayoutSidebar__19550106{display:flex;justify-content:space-between}.headerLayoutSidebarContent__d2a20368{flex-grow:1;min-width:1px}@media(max-width:767px){.headerLayoutSidebarSidebar__0b02ded2{display:none}}.page__51beaf21{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__51beaf21{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__33e1f7f3.sticky__bba4dedc{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__33e1f7f3.sticky__bba4dedc[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-32-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__0a1c6da6.sticky__bba4dedc{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__0a1c6da6.sticky__bba4dedc[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-1-32-0)!important}.footerDescription__789f43a5{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__d68618a2{flex-grow:1;margin-right:auto}.footerDescriptionControls__ed47815a{margin-left:auto;white-space:nowrap;padding-left:24px}@media(max-width:767px){.footerDescription__789f43a5{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__d68618a2{width:100%}.footerDescriptionControls__ed47815a{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__ed47815a>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__d68618a2+.footerDescriptionControls__ed47815a{margin-top:0}.footer__1c8f2070{padding:16px 0}}.modalWindowHeader__20af1b4c .global-HeaderTitleContent{padding-right:64px}@media(max-width:767px){.modalWindowHeader__20af1b4c .global-HeaderTitleContent{padding-right:72px}}.list__46ecfce2{margin:0;padding:0;list-style:none;position:relative}.listItemControls__e47f5a28{display:flex;padding:0 16px 0 4px}.listItemContent__1da3080f{background:var(--triplex-next-ListItem-Background-1-32-0);padding:12px 0 12px 16px;box-sizing:border-box}.listItemContent__1da3080f.selected__205753fb{background:var(--triplex-next-ListItem-Background_Selected-1-32-0)}.listItemContent__1da3080f.selectable__80474b51{border-radius:8px}.listItemControlsButton__23ec3ca0{margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-32-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px;width:92px}.listItemControlsButton__23ec3ca0:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-32-0)}.listItemControlsButton__23ec3ca0:hover .listItemControlsButtonLabel__829f4966{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-32-0)!important}.listItemControlsButton__23ec3ca0:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-32-0)}.listItemControlsButton__23ec3ca0:active .listItemControlsButtonLabel__829f4966{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-32-0)!important}.listItemControlsButton__23ec3ca0+.listItemControlsButton__23ec3ca0,.listItemControlsButton__23ec3ca0+.listItemControlsButtonDropdown__cf1d2781{margin-left:4px}.listItemControlsButtonIcon__bdb3b852{line-height:0}.listItemControlsButton__23ec3ca0.withText__7b78d614 .listItemControlsButtonIcon__bdb3b852{margin-bottom:8px}.listItemControlsButtonLabel__829f4966{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-32-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__cf1d2781{display:flex}.listItemControlsButtonInner__41abb2ed{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__23ec3ca0.withIcon__e8595cf8.withText__7b78d614 .listItemControlsButtonInner__41abb2ed{height:44px;overflow:visible}.buttonDropdownMenuItem__9cfc0800{overflow:hidden;text-overflow:ellipsis}.listEmptyState__145fe165{padding:64px 16px 16px;text-align:center}.listItemLoading__761a8913{display:flex;justify-content:center;height:24px;padding:12px 0;position:relative;background-color:var(--triplex-next-ListItem-Background-1-32-0)}.label__0621f454{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__0621f454.sm__9ae3a286{min-width:16px;min-height:16px}.label__0621f454.sm__9ae3a286.nonempty__6ecccfa4{padding:2px 0 2px 24px}.label__0621f454.md__593f14e3{min-width:24px;min-height:24px}.label__0621f454.md__593f14e3.nonempty__6ecccfa4{padding-left:32px;padding-top:2px}.label__0621f454.lg__9a80e45b{min-width:28px;min-height:28px}.label__0621f454.lg__9a80e45b.nonempty__6ecccfa4{padding-left:40px;padding-top:4px}.label__0621f454.disabled__3197c2f9{cursor:default}.label__0621f454[hidden]{display:none}.checkbox__1fee8872{margin:0;opacity:0}.checkboxIcon__03f02ffe{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-32-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-32-0)}.sm__9ae3a286 .checkboxIcon__03f02ffe{border-radius:4px}.checkmarkIcon__498f64bd{transform:scale(0)}.checkmarkIcon__498f64bd path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-32-0)}.checkboxIcon__03f02ffe,.checkmarkIcon__498f64bd{pointer-events:none}.checkbox__1fee8872,.checkboxIcon__03f02ffe,.checkmarkIcon__498f64bd{position:absolute;left:0;top:0}.sm__9ae3a286 .checkbox__1fee8872,.sm__9ae3a286 .checkboxIcon__03f02ffe,.sm__9ae3a286 .checkmarkIcon__498f64bd{width:16px;height:16px;top:2px}.md__593f14e3 .checkbox__1fee8872,.md__593f14e3 .checkboxIcon__03f02ffe,.md__593f14e3 .checkmarkIcon__498f64bd{width:24px;height:24px}.lg__9a80e45b .checkbox__1fee8872,.lg__9a80e45b .checkboxIcon__03f02ffe,.lg__9a80e45b .checkmarkIcon__498f64bd{width:28px;height:28px}.checkbox__1fee8872:enabled{cursor:pointer}.checkbox__1fee8872:enabled:hover+.checkboxIcon__03f02ffe{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-32-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-32-0)}.checkbox__1fee8872:checked+.checkboxIcon__03f02ffe{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-32-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-32-0)}.checkbox__1fee8872:checked~.checkmarkIcon__498f64bd{transform:scale(1);transition:transform .2s ease-out}.checkbox__1fee8872:disabled+.checkboxIcon__03f02ffe{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-32-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-32-0)}.checkbox__1fee8872:disabled:checked+.checkboxIcon__03f02ffe{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-32-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-32-0)}.checkbox__1fee8872:disabled~.checkmarkIcon__498f64bd path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-32-0)}.checkbox__1fee8872:focus-visible+.checkboxIcon__03f02ffe{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-32-0)}.checkbox__1fee8872:checked:enabled:hover+.checkboxIcon__03f02ffe{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-32-0)}.listItemSelectable__340a541c{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-32-0);border-radius:8px}.listItemSelectable__340a541c.selected__205753fb{background:var(--triplex-next-ListItem-Background_Selected-1-32-0)}.checkboxWrapper__7e68bfd1{padding:16px;line-height:0}.childrenWrapper__d4172f7a{flex-grow:1}.checkboxLabel__ae8af81d{padding:0!important;position:relative}.checkboxLabelClickArea__61308d6a{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__6e3a036d{position:relative;overflow:hidden}.swipeableArea__6e3a036d .content__7e39cb70{position:relative;touch-action:pan-y}.swipeableArea__6e3a036d .content__7e39cb70.disableScroll__12ff54f6{touch-action:none}.swipeableArea__6e3a036d .content__7e39cb70.disablePointerEvents__d6d7a2a8:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__6e3a036d .swipeAnimationFinish__b4993962{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__6e3a036d .leftContent__c55e2eea,.swipeableArea__6e3a036d .rightContent__1aecf6a1{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__6e3a036d .rightContent__1aecf6a1{left:auto;right:0}.listItemTail__4570d747{position:absolute;width:18px;top:0;bottom:0;overflow:hidden}.listItemTailLine__777276d6{background:var(--triplex-next-ListMaster-Background-1-32-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailLeft__ed96b5fe{left:-8px}.listItemTailRight__20e55522{right:-10px}.listItemTailTop__1d136df3{position:absolute;top:0;left:0;right:0}.listItemTailTop__1d136df3:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-32-0)}.listItemTailTop__1d136df3:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-32-0)}.listItemTailBottom__cfc93756{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__cfc93756:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-32-0)}.listItemTailBottom__cfc93756:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-32-0)}.listItemTable__20339a1d{margin-bottom:4px}.listItemTable__20339a1d:last-child{margin-bottom:0}.listItemTable__20339a1d .swipeableArea__ef969494{border-radius:8px}.listItemTable__20339a1d .content__6c9585ba{min-height:56px}.listSortableItemTarget__18a3047d{display:flex;gap:16px;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-32-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__18a3047d:hover{background:var(--triplex-next-ListItem-Background_Hover-1-32-0)}.listSortableItemTarget__18a3047d.dragging__e6a5c187{background:var(--triplex-next-ListItem-Background_Dragging-1-32-0);box-shadow:var(--triplex-next-ListItem-Shadow_Dragging-1-32-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__633a3781{flex:1}.listSortableItemTargetIcon__1a215d66{display:block}.listSortableItem__4ad25952{position:relative}.listSortableItem__4ad25952.dragging__e6a5c187{z-index:1}.listSortableItemControls__135ace47{display:inline-block}.islandWidgetHeader__844b2e3c{display:flex;justify-content:flex-start;align-items:center;gap:8px}.islandWidgetHeader__844b2e3c .islandWidgetHeaderTitle__8a864740{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandWidgetHeader__844b2e3c .islandWidgetHeaderControls__497400f9{display:flex;align-items:center;gap:8px}.islandWidgetHeader__844b2e3c .islandWidgetHeaderDescription__5084579e{display:flex;flex-grow:1;justify-content:flex-end}.islandWidgetHeader__844b2e3c .caretWrapper__247748cd{position:absolute;top:16px;right:16px}.islandWidgetHeader__844b2e3c .caretIcon__921aaff0{transition:transform .3s ease-in-out}.islandWidgetHeader__844b2e3c.open__3e576be2 .caretWrapper__247748cd .caretIcon__921aaff0{transform:rotate(-180deg)}@media(max-width:767px){.islandWidgetHeader__844b2e3c{flex-wrap:wrap;padding-right:32px}.islandWidgetHeader__844b2e3c .islandWidgetHeaderTitle__8a864740{white-space:normal}.islandWidgetHeader__844b2e3c .islandWidgetHeaderDescription__5084579e{flex-basis:100%;justify-content:flex-start}}.islandWidgetBody__02d3de94{padding-top:16px}.islandWidgetFooter__5a5ec326{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__93cf5ae5{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__7f5c032c{margin-left:auto;white-space:nowrap}@media(max-width:767px){.islandWidgetFooter__5a5ec326{flex-direction:column;gap:16px}.islandWidgetFooterControls__7f5c032c{display:flex;flex-wrap:wrap;gap:12px;margin:0 auto 0 0}.islandWidgetFooterControls__7f5c032c>button{margin-left:0!important}}.expandAnimation__e02885bc{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__a2605d66{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-32-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media(max-width:767px){.islandWidgetExtraFooter__a2605d66{border-radius:0 0 16px 16px}}.islandWidget__95aec48a{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__95aec48a>*{height:100%}.islandWidgetWithExtraFooter__6637520f:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-1-32-0)!important}@media(max-width:767px){.islandWidgetHeaderWrapperAdaptive__07145f3c{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__a8e5bb00{display:flex;flex-direction:column}.main__690301f0{position:relative;width:100%;height:var(--triplex-next-runtime-ImageGalleryExtended-Main_Height, 504px);border-radius:16px;overflow:hidden;touch-action:pan-y}.main__690301f0:hover .arrow__8b4f8eae{opacity:1}.main__690301f0 .image__85fcfec9{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none}.imageButton__60becd89{display:block;width:100%;height:100%;margin:0;padding:0;border:none;background:transparent}.track__b196ea31{display:flex;width:100%;height:100%;transform:translate(calc(var(--triplex-next-runtime-ImageGalleryExtended-Track_Shift, 0%) + var(--triplex-next-runtime-ImageGalleryExtended-Track_Drag, 0px)));transition:none;will-change:transform}.track__b196ea31.animating__d5924943{transition:transform .3s ease-out}.slide__d18f7412{position:relative;flex:0 0 100%;height:100%;overflow:hidden}.blur__3ff61e82{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover;filter:blur(40px);transform:scale(1.2);pointer-events:none}.clickable__ea0c27b5{cursor:pointer}.arrow__8b4f8eae{outline:none;position:absolute;top:50%;z-index:2;width:40px;height:40px;transform:translateY(-50%);background:var(--triplex-next-ImageGallery-Arrow_Background_Default-1-32-0);border:1px solid var(--triplex-next-ImageGallery-Arrow_BorderColor_Default-1-32-0);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .15s ease}.arrow__8b4f8eae:focus-visible{opacity:1}.arrow__8b4f8eae:hover{background:var(--triplex-next-ImageGallery-Arrow_Background_Hover-1-32-0);border-color:var(--triplex-next-ImageGallery-Arrow_BorderColor_Hover-1-32-0)}.arrow__8b4f8eae:active{background:var(--triplex-next-ImageGallery-Arrow_Background_Active-1-32-0);border-color:var(--triplex-next-ImageGallery-Arrow_BorderColor_Active-1-32-0)}.arrow__8b4f8eae:disabled{display:none}.arrow__8b4f8eae.prev__3755d4c9{left:16px}.arrow__8b4f8eae.next__c41bd88f{right:16px}@media(max-width:767px){.main__690301f0{height:var(--triplex-next-runtime-ImageGalleryExtended-Main_Height, 264px);border-radius:8px}.arrow__8b4f8eae{display:none}}.thumbnails__dae42d9e{display:flex;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.thumbnails__dae42d9e::-webkit-scrollbar{display:none}.thumb__6b0ca9a6{position:relative;flex:0 0 auto;display:block;margin:0;padding:2px;border:2px solid transparent;border-radius:12px;background:transparent;cursor:pointer;outline:none;transition:border-color .15s ease-in-out}.thumb__6b0ca9a6+.thumb__6b0ca9a6{margin-left:8px}.thumb__6b0ca9a6:focus-visible,.thumb__6b0ca9a6.active__ae39e2f0{border-color:var(--triplex-next-ImageGallery-Accent_Color-1-32-0)}.thumb__6b0ca9a6:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:8px;background:var(--triplex-next-ImageGallery-Thumb_Mask_Background-1-32-0);pointer-events:none;transition:opacity .15s ease-in-out}.thumb__6b0ca9a6:hover:after,.thumb__6b0ca9a6.active__ae39e2f0:after{opacity:0}.thumb__6b0ca9a6 .image__85fcfec9{display:block;width:72px;height:72px;border-radius:8px;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none}.dots__a01d7aa3{display:flex;justify-content:center;align-items:center;gap:8px}.dot__907fb141{width:16px;height:3px;padding:0;margin:0;border:none;border-radius:2px;background:var(--triplex-next-ImageGallery-Dot_Background_Default-1-32-0);cursor:pointer;outline:none;transition:background .15s ease-in-out,width .15s ease-in-out}.dot__907fb141:hover{background:var(--triplex-next-ImageGallery-Dot_Background_Hover-1-32-0)}.dot__907fb141:focus-visible{box-shadow:0 0 0 2px var(--triplex-next-ImageGallery-Accent_Color-1-32-0)}.dot__907fb141.active__ae39e2f0{width:24px;background:var(--triplex-next-ImageGallery-Dot_Background_Active-1-32-0)}.treeView__1ff17fb8,.treeViewGroup__a21e8892{margin:0;padding:0}.treeView__1ff17fb8 .treeViewNode__eeb5bfbb,.treeViewGroup__a21e8892 .treeViewNode__eeb5bfbb{margin:0;padding:0;outline:none;list-style:none}.collapsibleTreeExtendedNodeContent__d91eb710.collapsed__8154c4ca{visibility:hidden}.collapsibleTreeNodeHeader__b9a5f057{display:inline-flex;align-items:center;gap:8px;width:100%;margin:0 0 2px;padding:12px;outline:none;border:none;border-radius:8px;background:none;color:inherit}.collapsibleTreeNodeHeader__b9a5f057.interactive__cea0e27e{cursor:pointer}.collapsibleTreeNodeHeader__b9a5f057.interactive__cea0e27e:hover{background:var(--triplex-next-CollapsibleTree-Header_Background_Hover-1-32-0)}.collapsibleTreeNodeHeader__b9a5f057.interactive__cea0e27e:focus-visible{box-shadow:var(--triplex-next-CollapsibleTree-Header_Shadow_Focus-1-32-0)}.chevron__7b7fa25a{flex:0 0 auto;width:24px;height:24px;transition:transform .2s ease;transform:rotate(0)}.chevron__7b7fa25a.opened__1d2fc5ac{transform:rotate(90deg)}.collapsibleTreeLeafContent__905f7c0a{display:block}.collapsibleTreeLeafNode__8797366e{margin-bottom:2px!important}.collapsibleTree__539dec50 [role=group]{padding-left:24px}.chipGroupItem__5f21eac7{display:inline-block}.chip__4434b285{position:relative;display:inline-flex;align-items:center;gap:2px;box-sizing:border-box;min-width:40px;max-width:264px;flex-shrink:0;vertical-align:middle;cursor:pointer;outline:none;color:var(--triplex-next-Chip-Color_Default-1-32-0)}.chip__4434b285.lg__99a67ce0{height:56px;padding:0 16px;font-size:16px;line-height:20px;border-radius:10px}.chip__4434b285.lg__99a67ce0 .prefix__82760eaf{padding-left:16px}.chip__4434b285.lg__99a67ce0 .postfix__9b18f49f{padding-right:12px}.chip__4434b285.lg__99a67ce0 .notificationIcon__1b149034{top:6px;right:6px}.chip__4434b285.md__69ad732a{height:40px;padding:0 12px;font-size:14px;line-height:20px;border-radius:8px}.chip__4434b285.md__69ad732a .prefix__82760eaf{padding-left:12px}.chip__4434b285.md__69ad732a .postfix__9b18f49f{padding-right:8px}.chip__4434b285.md__69ad732a .notificationIcon__1b149034{top:4px;right:4px}.chip__4434b285.sm__181a6b0e{height:28px;padding:0 12px;font-size:12px;line-height:16px;border-radius:6px}.chip__4434b285.sm__181a6b0e .prefix__82760eaf{padding-left:8px}.chip__4434b285.sm__181a6b0e .postfix__9b18f49f{padding-right:8px}.chip__4434b285.sm__181a6b0e .notificationIcon__1b149034{top:3px;right:3px}.chip__4434b285.type1__f45a721a{background:var(--triplex-next-Chip-Background_Type1_Default-1-32-0)}.chip__4434b285.type1__f45a721a:hover{background:var(--triplex-next-Chip-Background_Type1_Hover-1-32-0)}.chip__4434b285.type2__794bad85{background:var(--triplex-next-Chip-Background_Type2_Default-1-32-0)}.chip__4434b285.type2__794bad85:hover{background:var(--triplex-next-Chip-Background_Type2_Hover-1-32-0)}.chip__4434b285:hover{color:var(--triplex-next-Chip-Color_Hover-1-32-0)}.chip__4434b285:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-32-0)}.chip__4434b285:active,.chip__4434b285[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-32-0);color:var(--triplex-next-Chip-Color_Active-1-32-0)}.chip__4434b285.selected__f4ae9219{background:var(--triplex-next-Chip-Background_Selected_Default-1-32-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-32-0)}.chip__4434b285.selected__f4ae9219:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-32-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-32-0)}.chip__4434b285.selected__f4ae9219:active,.chip__4434b285.selected__f4ae9219[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-32-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-32-0)}.chip__4434b285.selected__f4ae9219.disabled__f5124f0f{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-32-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-32-0)}.chip__4434b285.disabled__f5124f0f{pointer-events:none;cursor:default;background:var(--triplex-next-Chip-Background_Disabled-1-32-0);color:var(--triplex-next-Chip-Color_Disabled-1-32-0)}.chip__4434b285.withPrefix__e0b70dff{padding-left:0}.chip__4434b285.withPostfix__c0f506d4{padding-right:0}.chip__4434b285 .content__2d2cdaf9{flex-grow:1;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chip__4434b285 .prefix__82760eaf,.chip__4434b285 .postfix__9b18f49f{display:flex}.chip__4434b285 .notificationIcon__1b149034{position:absolute}.calendarControls__0bd98387{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-32-0)}.calendarViewDays__08827ce4{width:calc(100% + 8px);margin:12px -4px 0;border-spacing:4px 0px;table-layout:fixed}.calendarViewDays__08827ce4+.calendarFooter__5ad50d91{margin-top:18px}.adaptive__c52f1e58 .calendarViewDays__08827ce4{width:100%;margin:12px 0 0;border-spacing:0}.adaptive__c52f1e58 .calendarViewDays__08827ce4+.calendarFooter__5ad50d91{margin-top:12px}.calendarViewMonths__56d1aef9,.calendarViewYears__0f4f62fd{width:calc(100% + 12px);margin:8px -6px -14px;border-spacing:6px 14px;table-layout:fixed}.calendarViewMonths__56d1aef9+.calendarFooter__5ad50d91,.calendarViewYears__0f4f62fd+.calendarFooter__5ad50d91{margin-top:22px}.adaptive__c52f1e58 .calendarViewMonths__56d1aef9,.adaptive__c52f1e58 .calendarViewYears__0f4f62fd{width:100%;margin:4px 0 -8px;border-spacing:0 8px}.adaptive__c52f1e58 .calendarViewMonths__56d1aef9+.calendarFooter__5ad50d91,.adaptive__c52f1e58 .calendarViewYears__0f4f62fd+.calendarFooter__5ad50d91{margin-top:12px}.calendarViewDaysHeader__05e43256{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-1-32-0)}.calendarViewDaysBody__69a6c750:before{display:block;content:"‌";line-height:8px}.calendarViewItem__0368f546{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__0368f546:focus-visible{outline:none}.calendarViewItem__0368f546.current__26210974{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.calendarViewItem__0368f546.disabled__e1b71587{pointer-events:none}.calendarViewItemLabel__21db8315{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-32-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-32-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-32-0);cursor:pointer}.calendarViewItemLabel__21db8315.muted__3ffdf4dd{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-32-0)}.calendarViewItemLabel__21db8315:hover{color:var(--triplex-next-Calendar-View_Item_Color_Hover-1-32-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-32-0)}.calendarViewItemLabel__21db8315.selected__1ee545f4{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-32-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-32-0)}.calendarViewItemLabel__21db8315.selected__1ee545f4:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-32-0)}.calendarViewItemLabel__21db8315.selected__1ee545f4:hover.basicMark__60297dcc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-32-0)}.calendarViewItemLabel__21db8315.selected__1ee545f4:hover.standardMark__c7179333:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-32-0)}.calendarViewItemLabel__21db8315.selected__1ee545f4:hover.attentionMark__e23a4c03:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-32-0)}.calendarViewItemLabel__21db8315.selected__1ee545f4:hover.criticalMark__e1c4e600:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-32-0)}.calendarViewItemLabel__21db8315.selected__1ee545f4.muted__3ffdf4dd{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-32-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-32-0)}.calendarViewItemLabel__21db8315.selected__1ee545f4.muted__3ffdf4dd:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-32-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-32-0)}.calendarViewItemLabel__21db8315.selected__1ee545f4.basicMark__60297dcc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-32-0)}.calendarViewItemLabel__21db8315.selected__1ee545f4.standardMark__c7179333:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-32-0)}.calendarViewItemLabel__21db8315.selected__1ee545f4.attentionMark__e23a4c03:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-32-0)}.calendarViewItemLabel__21db8315.selected__1ee545f4.criticalMark__e1c4e600:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-32-0)}.calendarViewItemLabel__21db8315.marked__3e2d73af:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__21db8315.basicMark__60297dcc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-32-0)}.calendarViewItemLabel__21db8315.standardMark__c7179333:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-32-0)}.calendarViewItemLabel__21db8315.attentionMark__e23a4c03:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-32-0)}.calendarViewItemLabel__21db8315.criticalMark__e1c4e600:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-32-0)}.calendarViewItemLabel__21db8315.disabled__e1b71587{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-32-0);background:none}.calendarViewItem__0368f546:focus-visible .calendarViewItemLabel__21db8315{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-32-0)}.unitDay__243863e8{width:36px;height:36px;border-radius:6px}.unitMonth__f20cc9a3,.unitYear__89cada63{width:88px;height:48px;border-radius:6px}.adaptive__c52f1e58 .unitMonth__f20cc9a3,.adaptive__c52f1e58 .unitYear__89cada63{width:104px;height:56px;border-radius:10px}.calendarFooter__5ad50d91{text-align:center}.calendar__9a92c0ee{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-32-0);border-radius:8px;-webkit-user-select:none;user-select:none}.calendar__9a92c0ee.extraBottom__c87d16ca{padding-bottom:12px}.calendar__9a92c0ee.adaptive__c52f1e58{width:auto;padding:20px 20px 24px}.calendar__9a92c0ee+.calendar__9a92c0ee{margin-top:20px}.datePickerExtendedMobileDropdown__781d8c1a{max-height:100vh}.chipDropdownArrow__9ba737aa{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__9ba737aa.rotated__0fb6cef8{transform:rotate(-180deg)}.chipClearButton__7b482d52{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__7b482d52:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-32-0)}.dropdownMobileMaskedInput__82a8036d{height:20px!important;padding:0!important}.dropdownMobileMaskedInput__82a8036d:first-child{top:0}.selectExtendedFieldTarget__e0cc7249{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__e0cc7249 .caretIcon__95fc4305{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__e0cc7249.selectOpened__240da2e0 .caretIcon__95fc4305{transform:rotate(180deg)}.selectExtendedFieldTarget__e0cc7249.disabled__e884269d{-webkit-user-select:none;user-select:none;cursor:default}.selectExtendedFieldTarget__e0cc7249.disabled__e884269d .target__aad5785b,.selectExtendedFieldTarget__e0cc7249.disabled__e884269d .caretWrapper__f1a05593{pointer-events:none}.selectExtendedField__656db2aa{position:relative}.multiselectFieldHeader__e407de33{padding:12px}.multiselectFieldContent__64e34c89{position:relative;padding:0 12px 12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContent__64e34c89:first-child{padding-top:12px}.multiselectFieldContent__64e34c89:has(.loaderScreen__ef0f8730){overflow:hidden}.multiselectFieldContent__64e34c89.sm__9e805af5{max-height:208px}.multiselectFieldContent__64e34c89.md__6ec1e22e{max-height:266px}.multiselectFieldContent__64e34c89.lg__f289434d{max-height:296px}.multiselectFieldFooter__a9758d62{padding:0 12px 12px}.multiselectFieldFooter__a9758d62:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-32-0)}.chipOptionsContent__e6c41ae1{min-width:14px;text-align:center;display:block}.tooltipDesktop__b61f4cb5{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__b61f4cb5 .tooltipBody__1a364a01{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-32-0)}.tooltipDesktop__b61f4cb5 .tooltipXButton__9c4bea06{position:absolute;right:8px;top:8px}.tooltipDesktopContent__e3b204b1{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-32-0);border-radius:8px}.closable__4a6d97fb .tooltipDesktopContent__e3b204b1{padding-right:32px}.tooltipSM__789a7d87 .tooltipDesktopContent__e3b204b1{width:192px;min-height:52px}.tooltipLG__b1438f04 .tooltipDesktopContent__e3b204b1{width:384px;min-height:52px}.tooltipOverlay__08a29a04{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__8af50602{width:0;height:0}.tooltipDesktopTip__8af50602.down__b8cceb4e{border-top:solid var(--triplex-next-Tooltip-Background-1-32-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__8af50602.up__117bea6f{border-bottom:solid var(--triplex-next-Tooltip-Background-1-32-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__8af50602.left__e05f5a4e{border-right:solid var(--triplex-next-Tooltip-Background-1-32-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__8af50602.right__5803aee9{border-left:solid var(--triplex-next-Tooltip-Background-1-32-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__1bc96b47 .tooltipBody__1a364a01{text-align:left}.tooltipMobileContent__ab6f874c{padding:16px}.headerless__7bfcd15a .tooltipMobileContent__ab6f874c{padding-right:40px;border-radius:16px 16px 0 0}.headerless__7bfcd15a .tooltipMobileContent__ab6f874c .closeButton__d49f0133{position:absolute;right:16px;top:16px}.tooltipLink__307daf52{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__1716aa3a{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-32-0)}.desktop__1716aa3a:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-32-0)}.desktop__1716aa3a:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-32-0)}.desktop__1716aa3a:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-32-0)}.mobile__0c2431a5{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-32-0)}.mobile__0c2431a5:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-32-0)}.mobile__0c2431a5:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-32-0)}.mobile__0c2431a5:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-32-0)}.chipSuggestInputWrapper__259f9dbd{margin:12px}.suggestDropdownMobileBody__2fd5d48b{height:176px}.suggestDropdownMobileNoOptionsText__5c3bbc03{padding:16px}.checkboxXGroup__3a573f16{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__3a573f16.indent-12__8ee903c6{margin-left:-6px;margin-right:-6px}.checkboxXGroup__3a573f16.indent-12__8ee903c6 .label__0621f454{margin-left:6px;margin-right:6px}.checkboxXGroup__3a573f16.indent-16__89b1da4b{margin-left:-8px;margin-right:-8px}.checkboxXGroup__3a573f16.indent-16__89b1da4b .label__0621f454{margin-left:8px;margin-right:8px}.checkboxXGroup__3a573f16.indent-20__d87e72c1{margin-left:-10px;margin-right:-10px}.checkboxXGroup__3a573f16.indent-20__d87e72c1 .label__0621f454{margin-left:10px;margin-right:10px}.checkboxXGroup__3a573f16.indent-24__ffbe7a3d{margin-left:-12px;margin-right:-12px}.checkboxXGroup__3a573f16.indent-24__ffbe7a3d .label__0621f454{margin-left:12px;margin-right:12px}.checkboxXGroup__3a573f16.indent-28__5bf4aa93{margin-left:-14px;margin-right:-14px}.checkboxXGroup__3a573f16.indent-28__5bf4aa93 .label__0621f454{margin-left:14px;margin-right:14px}.checkboxXGroup__3a573f16.indent-32__cce369e5{margin-left:-16px;margin-right:-16px}.checkboxXGroup__3a573f16.indent-32__cce369e5 .label__0621f454{margin-left:16px;margin-right:16px}.checkboxYGroup__c26e4fb4{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__c26e4fb4 .label__0621f454.sm__9ae3a286+.label__0621f454.sm__9ae3a286{margin-top:8px}.checkboxYGroup__c26e4fb4 .label__0621f454.lg__9a80e45b+.label__0621f454.lg__9a80e45b{margin-top:20px}.checkboxYGroup__c26e4fb4 .label__0621f454.md__593f14e3+.label__0621f454.md__593f14e3{margin-top:16px}@media(max-width:767px){.checkboxYGroup__c26e4fb4{margin:14px 16px}.checkboxYGroup__c26e4fb4 .label__0621f454.sm__9ae3a286+.label__0621f454.sm__9ae3a286,.checkboxYGroup__c26e4fb4 .label__0621f454.md__593f14e3+.label__0621f454.md__593f14e3,.checkboxYGroup__c26e4fb4 .label__0621f454.lg__9a80e45b+.label__0621f454.lg__9a80e45b{margin-top:28px}}.card__e062ac1a{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__e062ac1a.roundingMD__80178fe8{--radius: 16px}.card__e062ac1a.roundingSM__01378ea7{--radius: 8px}.card__e062ac1a.general__b0d2ca07{background:var(--triplex-next-Card-Static_General_Background-1-32-0)}.card__e062ac1a.secondary__7924809b{background:var(--triplex-next-Card-Static_Secondary_Background-1-32-0)}.card__e062ac1a .cardMedia__c20ea2ac{background-size:cover;background-repeat:no-repeat;background-position:center}.card__e062ac1a .cardContent__10b86147{padding:var(--padding);display:flex;flex-direction:column;flex:1}.card__e062ac1a .cardContent__10b86147.paddingMD__4509ba67{--padding: 24px}.card__e062ac1a .cardContent__10b86147.paddingSM__7ec58043{--padding: 16px}.card__e062ac1a .cardContent__10b86147 .cardContentHeader__080553a4{margin-bottom:16px}.card__e062ac1a .cardContent__10b86147 .cardContentBody__9bc1de82{flex:1}.card__e062ac1a .cardContent__10b86147 .cardContentFooter__21b8608c{margin-top:16px}.action__df1048f2{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__df1048f2: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__df1048f2.general__b0d2ca07{background:var(--triplex-next-Card-Action_General_Background-1-32-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-32-0)}.action__df1048f2.general__b0d2ca07:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-32-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-32-0)}.action__df1048f2.general__b0d2ca07.selected__afa2c300{background:var(--triplex-next-Card-Action_General_Background_Selected-1-32-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-32-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-32-0)}.action__df1048f2.general__b0d2ca07.selected__afa2c300:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-32-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-32-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-32-0)}.action__df1048f2.general__b0d2ca07:focus{outline:none}.action__df1048f2.general__b0d2ca07:focus.focusVisible__03b6b661{box-shadow:var(--triplex-next-Card-Shadow_Default-1-32-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-32-0)}.action__df1048f2.secondary__7924809b{background:var(--triplex-next-Card-Action_Secondary_Background-1-32-0)}.action__df1048f2.secondary__7924809b:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-32-0)}.action__df1048f2.secondary__7924809b.selected__afa2c300{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-32-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-32-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-32-0)}.action__df1048f2.secondary__7924809b.selected__afa2c300:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-32-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-32-0)}.action__df1048f2.secondary__7924809b:focus{outline:none}.action__df1048f2.secondary__7924809b:focus.focusVisible__03b6b661{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-32-0)}.alertContext__a5f6b7a3{display:flex;font-size:12px;line-height:16px}.alertContext__a5f6b7a3>svg{flex-shrink:0}.alertContext__a5f6b7a3 .alertContextText__d754fa04{margin-left:8px}.alertContext__a5f6b7a3.alertTypeError__362ed812 .alertContextText__d754fa04{color:var(--triplex-next-AlertContext-Error_Color-1-32-0)}.alertContext__a5f6b7a3.alertTypeInfo__303b0b60 .alertContextText__d754fa04{color:var(--triplex-next-AlertContext-Info_Color-1-32-0)}.alertContext__a5f6b7a3.alertTypeWarning__490ad3f2 .alertContextText__d754fa04{color:var(--triplex-next-AlertContext-Warning_Color-1-32-0)}.alertContext__a5f6b7a3.alertTypeSystem__347f21b7 .alertContextText__d754fa04{color:var(--triplex-next-AlertContext-System_Color-1-32-0)}.alertProcess__5f1e26a7{display:flex;padding:16px;position:relative}.alertProcess__5f1e26a7.md__11d64c88{border-radius:12px}.alertProcess__5f1e26a7.lg__d4436edb{border-radius:24px}.alertProcess__5f1e26a7.withSpoiler__6f4cb845{min-height:40px}.alertProcess__5f1e26a7 .themeIcon__3b0593ea{box-sizing:border-box;height:20px;width:20px}.alertProcess__5f1e26a7.alertTypeError__362ed812{background:var(--triplex-next-AlertProcess-Error_Background-1-32-0)}.alertProcess__5f1e26a7.alertTypeInfo__303b0b60{background:var(--triplex-next-AlertProcess-Info_Background-1-32-0)}.alertProcess__5f1e26a7.alertTypeWarning__490ad3f2{background:var(--triplex-next-AlertProcess-Warning_Background-1-32-0)}.alertProcess__5f1e26a7.alertTypeSystem__347f21b7{background:var(--triplex-next-AlertProcess-System_Background-1-32-0)}.alertProcess__5f1e26a7.alertTypeFeature__eb9d8e7f{background:var(--triplex-next-AlertProcess-Feature_Background-1-32-0)}.alertProcess__5f1e26a7.alertTypeFeature__eb9d8e7f .themeIcon__3b0593ea{padding-top:0}.alertProcess__5f1e26a7 .alertProcessContentBlock__f4094841{flex:1;margin-left:10px}.alertProcess__5f1e26a7 .alertProcessContentBlock__f4094841 .expandableContent__518db3b4{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__5f1e26a7 .alertProcessContentBlock__f4094841 .expandableContent__518db3b4.expanded__6d2d827d{max-height:1000px;opacity:1}.alertProcess__5f1e26a7 .closeButton__89bc8246{margin-left:10px}.alertProcess__5f1e26a7 .expandButton__bcae2903{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__5f1e26a7 .expandButton__bcae2903.expanded__6d2d827d{transform:rotate(180deg)}.adaptive__655c1b65{font-size:10px!important;line-height:12px!important}.avatar__55a17fc4{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-1-32-0)}.avatar__55a17fc4.borderRadius6__442f3378{border-radius:6px}.avatar__55a17fc4.borderRadius8__9786b09a{border-radius:8px}.avatar__55a17fc4.borderRadius10__2a5886b6{border-radius:10px}.avatar__55a17fc4.borderRadius12__dcc92dd7{border-radius:12px}.avatar__55a17fc4.borderRadius16__bb64b029{border-radius:16px}.avatar__55a17fc4.xxs__08aa73d5{width:28px;height:28px}.avatar__55a17fc4.xs__26efc1e9{width:32px;height:32px}.avatar__55a17fc4.sm__9764bc01{width:40px;height:40px}.avatar__55a17fc4.md__754948c5{width:56px;height:56px}.avatar__55a17fc4.lg__5675dc65{width:80px;height:80px}.avatar__55a17fc4.xl__0f5b72a1{width:96px;height:96px}.avatar__55a17fc4.xxl__3da2b136{width:128px;height:128px}.carouselExtended__97f41faf{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__97f41faf::-webkit-scrollbar{display:none}.checkboxTreeExtended__3dbfe975{margin-bottom:-12px}.checkboxTreeExtendedNode__b1ed2a8a .checkboxTreeExtendedNode__b1ed2a8a:has(.sm__98176b30){margin-left:16px}.checkboxTreeExtendedNode__b1ed2a8a .checkboxTreeExtendedNode__b1ed2a8a:has(.md__1a7f2fb2),.checkboxTreeExtendedNode__b1ed2a8a .checkboxTreeExtendedNode__b1ed2a8a:has(.lg__d8f488d7){margin-left:24px}.checkboxTreeExtendedNodeHeader__68d93e76{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__68d93e76.sm__98176b30{margin-bottom:8px}.checkboxTreeExtendedNodeHeader__68d93e76.md__1a7f2fb2,.checkboxTreeExtendedNodeHeader__68d93e76.lg__d8f488d7{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__68d93e76 .checkboxTreeCheckboxLabel__932f986f{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__68d93e76 .caretIconWrapper__962d90d1{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__68d93e76 .caretIconWrapper__962d90d1:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-32-0)}.checkboxTreeExtendedNodeHeader__68d93e76.opened__8b0b1312 .caretIconWrapper__962d90d1{transform:rotate(180deg)}@media(max-width:767px){.checkboxTreeExtended__3dbfe975{padding:0 16px}.checkboxTreeExtended__3dbfe975 .checkboxTreeExtendedNodeHeader__68d93e76{margin-bottom:0}.checkboxTreeExtended__3dbfe975 .checkboxTreeExtendedNodeHeader__68d93e76 .checkboxTreeCheckboxLabel__932f986f{padding-top:16px;padding-bottom:16px}.checkboxTreeExtended__3dbfe975 .checkboxTreeExtendedNodeHeader__68d93e76 .checkboxTreeCheckboxLabel__932f986f>span,.checkboxTreeExtended__3dbfe975 .checkboxTreeExtendedNodeHeader__68d93e76 .checkboxTreeCheckboxLabel__932f986f>svg,.checkboxTreeExtended__3dbfe975 .checkboxTreeExtendedNodeHeader__68d93e76 .checkboxTreeCheckboxLabel__932f986f .checkboxTreeCheckbox__74d24be8{top:14px}}.chipGroup__8978f438{display:flex}.chipGroup__8978f438.oneLine__d063626b{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__8978f438.oneLine__d063626b::-webkit-scrollbar{display:none}.chipGroup__8978f438.multiLine__2218dca1{flex-wrap:wrap}.chipGroup__8978f438.lg__ed719655{gap:12px}.chipGroup__8978f438.md__1e6d2697,.chipGroup__8978f438.sm__28496138{gap:8px}.gridHorizontalGapSM__64561aeb{--grid-horizontal-gap: 8px}.gridHorizontalGapMD__86217835{--grid-horizontal-gap: 12px}.col-1__eeb20603{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__2cbd187f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__b7a4899b{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__f899923f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__5d583c7e{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__d87228f7{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__f8386c96{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__cb911baa{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__7269b1d8{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__25206129{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__75db556e{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__bb040439{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__8974b33e{margin-left:0%}.offset-1__39c53038{margin-left:8.33333333%}.offset-2__b629d60d{margin-left:16.66666667%}.offset-3__a6fe6c05{margin-left:25%}.offset-4__524fa738{margin-left:33.33333333%}.offset-5__9e0109c1{margin-left:41.66666667%}.offset-6__b2f90092{margin-left:50%}.offset-7__bdb86a56{margin-left:58.33333333%}.offset-8__360c874f{margin-left:66.66666667%}.offset-9__852a875e{margin-left:75%}.offset-10__24e8f2c7{margin-left:83.33333333%}.offset-11__519b8510{margin-left:91.66666667%}.d-none__2251d6a0{display:none!important}.d-block__75424548{display:block!important}@media(min-width:576px){.col-sm-1__5889639f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__3906a0aa{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__78e6d53e{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__3896beb6{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__44c7318a{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__9ae86d00{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__504a58f4{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__0874367d{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__b042fb64{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__462aa181{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__22fc8c37{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__634176d4{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__72137017{margin-left:0%}.offset-sm-1__18e507a8{margin-left:8.33333333%}.offset-sm-2__1424a8c3{margin-left:16.66666667%}.offset-sm-3__6cd510a8{margin-left:25%}.offset-sm-4__f1716f7e{margin-left:33.33333333%}.offset-sm-5__16fbc838{margin-left:41.66666667%}.offset-sm-6__6c6c330b{margin-left:50%}.offset-sm-7__457a5626{margin-left:58.33333333%}.offset-sm-8__e07991f3{margin-left:66.66666667%}.offset-sm-9__12b9fa2f{margin-left:75%}.offset-sm-10__5c49bcee{margin-left:83.33333333%}.offset-sm-11__e58ece5b{margin-left:91.66666667%}.d-none-sm__4480b1f7{display:none!important}.d-block-sm__197f1d12{display:block!important}}@media(min-width:768px){.col-md-1__18716d05{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__13fe4120{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__63d78bee{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__94d9f84c{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__dd02125f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__1134e605{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__739e4ffa{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__c57b0518{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__02860196{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__0b3196b4{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__a3e1e189{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__f336051d{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__f350223e{margin-left:0%}.offset-md-1__20d98b37{margin-left:8.33333333%}.offset-md-2__b80093bd{margin-left:16.66666667%}.offset-md-3__7ce59607{margin-left:25%}.offset-md-4__e4b496dd{margin-left:33.33333333%}.offset-md-5__cbdd00d4{margin-left:41.66666667%}.offset-md-6__a10e11e7{margin-left:50%}.offset-md-7__c1eee45f{margin-left:58.33333333%}.offset-md-8__9cd89908{margin-left:66.66666667%}.offset-md-9__9456151c{margin-left:75%}.offset-md-10__2fa247c8{margin-left:83.33333333%}.offset-md-11__9f061ad0{margin-left:91.66666667%}.d-none-md__d98f742b{display:none!important}.d-block-md__a2817610{display:block!important}}@media(min-width:992px){.col-lg-1__3ec686ce{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__24aace05{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__1121cdad{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__bf93b51f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__0b7fa2f9{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__1322e88a{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__135ef307{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__2402fc3b{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__8043e228{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__26f464be{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__bba1a362{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__7138e9e0{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__87079a3f{margin-left:0%}.offset-lg-1__0075207c{margin-left:8.33333333%}.offset-lg-2__e29f0a52{margin-left:16.66666667%}.offset-lg-3__2844e222{margin-left:25%}.offset-lg-4__5f6862da{margin-left:33.33333333%}.offset-lg-5__00bef0b9{margin-left:41.66666667%}.offset-lg-6__6849c3d2{margin-left:50%}.offset-lg-7__d2cf0a8b{margin-left:58.33333333%}.offset-lg-8__f2bed1e0{margin-left:66.66666667%}.offset-lg-9__1e162e51{margin-left:75%}.offset-lg-10__cf7ae8e0{margin-left:83.33333333%}.offset-lg-11__97b72036{margin-left:91.66666667%}.d-none-lg__935af2a3{display:none!important}.d-block-lg__c2795f90{display:block!important}}@media(min-width:1200px){.col-xl-1__6a83388e{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__ba1263e9{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__99866249{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__33ec94d6{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__d527c8ea{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__69bbe824{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__90bfea8a{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__85086e0f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__1578c390{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__d6481e7f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__5f0a913c{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__f569b82c{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__98abb76e{margin-left:0%}.offset-xl-1__809cf299{margin-left:8.33333333%}.offset-xl-2__d394d8e7{margin-left:16.66666667%}.offset-xl-3__d1a2f0e5{margin-left:25%}.offset-xl-4__a3b61657{margin-left:33.33333333%}.offset-xl-5__c65b3999{margin-left:41.66666667%}.offset-xl-6__54aaf7ad{margin-left:50%}.offset-xl-7__540f5eaf{margin-left:58.33333333%}.offset-xl-8__50eb7acf{margin-left:66.66666667%}.offset-xl-9__ec9431a3{margin-left:75%}.offset-xl-10__4d56f631{margin-left:83.33333333%}.offset-xl-11__e2826f62{margin-left:91.66666667%}.d-none-xl__2f7567b7{display:none!important}.d-block-xl__34ef5c83{display:block!important}}.confirm__37cd44c4{flex-grow:1;margin:0 auto;max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2);box-sizing:border-box}.confirm__37cd44c4.isInLightBox__f6f817e5{max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2)}.confirm__37cd44c4.isInSideOverlaySM__2a81fe7e{max-width:520px}.confirm__37cd44c4.isInSideOverlayMD__1b7c86cf{max-width:680px}.confirm__37cd44c4.isInSideOverlayLG__8a04353f{max-width:800px}.confirmCloseButton__82e8aa35{position:absolute;top:24px;right:24px}.confirmContent__4bda8f38{margin-bottom:24px;padding-right:56px}.confirmControls__f6e0c898{white-space:nowrap}.confirmContentTitle__698a4146{margin-bottom:12px}@media(max-width:767px){.confirmCloseButton__82e8aa35{top:16px;right:16px}.confirmContent__4bda8f38{margin-bottom:16px}}.dateRange__b9d1f3eb{display:flex;align-items:center}.dateRangeButton__750d76dc{z-index:1}.separator__1782c6b4{width:20px;height:20px;flex-shrink:0}.divider__d2b61b6b{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-32-0);border:none}.marginTopSize-4__6ba2e715{margin-top:4px}.marginBottomSize-4__71774ec9{margin-bottom:4px}.marginTopSize-8__4d65192b{margin-top:8px}.marginBottomSize-8__957794cf{margin-bottom:8px}.marginTopSize-12__87fed187{margin-top:12px}.marginBottomSize-12__fd8da7f5{margin-bottom:12px}.marginTopSize-16__e4a6080c{margin-top:16px}.marginBottomSize-16__48e3e04e{margin-bottom:16px}.marginTopSize-20__b7eeda0d{margin-top:20px}.marginBottomSize-20__fd6b9516{margin-bottom:20px}.marginTopSize-24__7ebc3809{margin-top:24px}.marginBottomSize-24__f11c32c2{margin-bottom:24px}.marginTopSize-28__759691ca{margin-top:28px}.marginBottomSize-28__cf6aaebd{margin-bottom:28px}.marginTopSize-32__80fb6f8e{margin-top:32px}.marginBottomSize-32__b5ee45be{margin-bottom:32px}.smallInput__8638aaf6{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-1-32-0);background:var(--triplex-next-SmallInput-Background-1-32-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-32-0)}.smallInput__8638aaf6::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-32-0);opacity:1}.smallInput__8638aaf6::-ms-clear{display:none}.link__bf53db7e{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-32-0)}.link__bf53db7e:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-32-0)}.link__bf53db7e:active{color:var(--triplex-next-Link-Text_Color_Active-1-32-0)}.link__bf53db7e:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-32-0)}.wordWithContent__6c91bf03{white-space:nowrap;display:inline-flex;align-items:center}.before__da43ad9a :first-child{margin-right:2px}.after__ea775d6d :last-child{margin-left:2px}.documentNumberEdit__b0a4e115 .label__e407de62{display:inline-block;margin-right:8px}.documentNumberEdit__b0a4e115 .inputEditWrapper__07d1914f{width:68px;display:inline-block}.ellipsisLineClamp__aa63902b{--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__aa63902b.oneLine__a368b375{word-break:break-all}.size4__cb581981{height:4px}.size8__ce2f1094{height:8px}.size12__e3e79654{height:12px}.size16__02338bed{height:16px}.size24__db36bb7a{height:24px}.size32__3144f2d3{height:32px}.size64__2b15730d{height:64px}.size128__bb7045ae{height:128px}.emptyView__4e3495f4,.container__9c22a626{display:flex;flex-direction:column;align-items:center;width:100%}.icon__6d447540{flex-shrink:0}.textBlock__0454f623{text-align:center}button.helpBoxButton__8c067086{position:relative;vertical-align:text-bottom}.root__d9cd0b99{position:relative;display:flex;flex-direction:column;gap:16px;outline:none}.islandAccordion__e01eabc9{margin:0;padding:0}.islandAccordion__e01eabc9 .island__b8b685c5{padding:0}.islandAccordion__e01eabc9 .item__03c86ef5{position:relative;list-style-type:none}.islandAccordion__e01eabc9 .item__03c86ef5.disabled__740daa38{cursor:default;pointer-events:none}.islandAccordion__e01eabc9 .item__03c86ef5+.item__03c86ef5.sm__94b51a6f,.islandAccordion__e01eabc9 .item__03c86ef5+.item__03c86ef5.md__4c2a1f7f{margin-top:16px}.islandAccordion__e01eabc9 .item__03c86ef5+.item__03c86ef5.lg__a480f819{margin-top:24px}.islandAccordion__e01eabc9 .item__03c86ef5 .header__b96e2db3{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__e01eabc9 .item__03c86ef5 .header__b96e2db3:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-32-0)}.islandAccordion__e01eabc9 .item__03c86ef5.type1__35d643c4:not(.opened__7dceb196) .header__b96e2db3:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-32-0)}.islandAccordion__e01eabc9 .item__03c86ef5.type2__aeb1aeab:not(.opened__7dceb196) .header__b96e2db3:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-32-0)}.islandAccordion__e01eabc9 .item__03c86ef5.type3__89d7f52d:not(.opened__7dceb196) .header__b96e2db3:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-32-0)}.islandAccordion__e01eabc9 .item__03c86ef5 .footer__03a91307{text-align:right}.islandAccordion__e01eabc9 .item__03c86ef5 .body__992a6278,.islandAccordion__e01eabc9 .item__03c86ef5 .footer__03a91307{visibility:hidden}.islandAccordion__e01eabc9 .item__03c86ef5.opened__7dceb196 .body__992a6278,.islandAccordion__e01eabc9 .item__03c86ef5.opened__7dceb196 .footer__03a91307{visibility:visible}.islandAccordion__e01eabc9 .item__03c86ef5 .caretWrapper__f8b98f9b{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__e01eabc9 .item__03c86ef5 .caretIcon__f5053ec0{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__e01eabc9 .item__03c86ef5 .title__b1a2748e{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__e01eabc9 .item__03c86ef5.sm__94b51a6f .header__b96e2db3{padding:16px;border-radius:16px}.islandAccordion__e01eabc9 .item__03c86ef5.sm__94b51a6f .title__b1a2748e{padding-right:42px}.islandAccordion__e01eabc9 .item__03c86ef5.sm__94b51a6f .body__992a6278,.islandAccordion__e01eabc9 .item__03c86ef5.sm__94b51a6f .footer__03a91307{padding:0 16px 16px}.islandAccordion__e01eabc9 .item__03c86ef5.sm__94b51a6f .caretWrapper__f8b98f9b{right:10px}.islandAccordion__e01eabc9 .item__03c86ef5.sm__94b51a6f .remove__3ac245be{right:-36px;top:18px}.islandAccordion__e01eabc9 .item__03c86ef5.sm__94b51a6f .step__c0fb8183{margin-right:12px}.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .header__b96e2db3{padding:24px;border-radius:24px}.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .title__b1a2748e{padding-right:42px}.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .body__992a6278,.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .footer__03a91307{padding:0 24px 24px}.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .caretWrapper__f8b98f9b{right:18px}.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .remove__3ac245be{right:-40px;top:26px}.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .step__c0fb8183{margin-right:12px}.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .header__b96e2db3{padding:32px;border-radius:32px}.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .title__b1a2748e{padding-right:44px}.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .body__992a6278,.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .footer__03a91307{padding:0 32px 32px}.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .caretWrapper__f8b98f9b{right:24px}.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .remove__3ac245be{right:-40px;top:36px}.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .step__c0fb8183{margin:0 16px 0 0}.islandAccordion__e01eabc9 .item__03c86ef5.opened__7dceb196:not(.disabled__740daa38) .caretWrapper__f8b98f9b .caretIcon__f5053ec0{transform:rotate(-180deg)}.islandAccordion__e01eabc9 .item__03c86ef5 .remove__3ac245be{position:absolute}@media(max-width:767px){.islandAccordion__e01eabc9 .item__03c86ef5 .title__b1a2748e{white-space:normal;overflow-wrap:anywhere}.islandAccordion__e01eabc9 .item__03c86ef5 .footer__03a91307{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__e01eabc9 .item__03c86ef5 .footer__03a91307>*{margin-left:0!important}.islandAccordion__e01eabc9 .item__03c86ef5 .caretWrapper__f8b98f9b{transform:none}.islandAccordion__e01eabc9 .item__03c86ef5.sm__94b51a6f .title__b1a2748e{padding-right:34px}.islandAccordion__e01eabc9 .item__03c86ef5.sm__94b51a6f .caretWrapper__f8b98f9b{top:18px}.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .header__b96e2db3{padding:16px;border-radius:16px}.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .title__b1a2748e{padding-right:34px}.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .body__992a6278,.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .footer__03a91307{padding:0 16px 16px}.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .caretWrapper__f8b98f9b{right:10px;top:18px}.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .remove__3ac245be{top:18px}.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .header__b96e2db3{padding:24px;border-radius:24px}.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .title__b1a2748e{padding-right:34px}.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .body__992a6278,.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .footer__03a91307{padding:0 24px 24px}.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .caretWrapper__f8b98f9b{top:26px;right:18px}.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .remove__3ac245be{top:26px}}.step__261fff3e{display:flex;align-items:center;justify-content:center;box-sizing:border-box;-webkit-user-select:none;user-select:none;cursor:default;border-radius:50%}.step__261fff3e.sm__1aa60a89,.step__261fff3e.md__4d58ba8a{width:28px;height:28px}.step__261fff3e.lg__5015f72c{width:32px;height:32px}.step__261fff3e.default__b5885389{background-color:var(--triplex-next-Step-Background_Default-1-32-0)}.step__261fff3e.default__b5885389>span{color:var(--triplex-next-Step-Color_Default-1-32-0)}.step__261fff3e.done__ff9aad93{background-color:var(--triplex-next-Step-Background_Done-1-32-0)}.step__261fff3e.done__ff9aad93>span{color:var(--triplex-next-Step-Color_Done-1-32-0)}.step__261fff3e.warning__6abeabc7{background-color:var(--triplex-next-Step-Background_Warning-1-32-0)}.step__261fff3e.warning__6abeabc7>span{color:var(--triplex-next-Step-Color_Warning-1-32-0)}.step__261fff3e.active__bdbf7205{background-color:var(--triplex-next-Step-Background_Active-1-32-0)}.step__261fff3e.active__bdbf7205>span{color:var(--triplex-next-Step-Color_Active-1-32-0)}.step__261fff3e.error__f5d3cf8e{background-color:var(--triplex-next-Step-Background_Error-1-32-0)}.step__261fff3e.error__f5d3cf8e>span{color:var(--triplex-next-Step-Color_Error-1-32-0)}.step__261fff3e.disabled__6507ebc3{background-color:var(--triplex-next-Step-Background_Disabled-1-32-0)}.step__261fff3e.disabled__6507ebc3>span{color:var(--triplex-next-Step-Color_Disabled-1-32-0)}@media(max-width:767px){.step__261fff3e.lg__5015f72c{width:28px;height:28px}}.lightBox__2dace1b3{--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__2dace1b3.sm__3f9e96f0{--lightBox-content-max-width: 664px}.lightBox__2dace1b3.md__980ad7d1{--lightBox-content-max-width: 864px}.lightBox__2dace1b3.lg__c284cb30{--lightBox-content-max-width: 1064px}.lightBox__2dace1b3.xl__91f3f501{--lightBox-content-max-width: 1264px}.lightBox__2dace1b3 .lightBoxBackdrop__68d8c8c0{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-32-0)}.lightBox__2dace1b3.lightBoxSideOverlayActive__5c228d38,.lightBox__2dace1b3.lightBoxTopOverlayActive__519e744c{overflow-y:hidden}.lightBox__2dace1b3 .lightBoxContent__67e5bdac{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-32-0)}.lightBox__2dace1b3 .lightBoxContent__67e5bdac>.global-page{width:100%;max-width:var(--lightBox-content-max-width);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBox__2dace1b3 .lightBoxContent__67e5bdac>.global-page{padding:16px}}.lightBox__2dace1b3 .loadingContentOverlay__739794f3{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__2dace1b3 .lightBoxContentResizeWrapper__22e02778{position:absolute;left:0;right:0;height:0}.lightBox__2dace1b3 .tempElSafariBug__41c878ea{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__11532c9f,.global-LB-less-or-equal-media-point-0 .lightBox__2dace1b3.lightBoxSideOverlayActive__5c228d38{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__67e5bdac{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__67e5bdac{padding-left:80px;padding-right:80px}.lightBoxControls__dcdfa951{z-index:100}.withKeyboardEvent__e6c7d08d{display:inline-block}.withoutKeyboardEvent__f82e2e62,.lightBox__2dace1b3.lightBoxSideOverlayActive__5c228d38 .withKeyboardEvent__e6c7d08d,.lightBox__2dace1b3.lightBoxTopOverlayActive__519e744c .withKeyboardEvent__e6c7d08d,.lightBox__2dace1b3.isLoading__3bc43f1d .withKeyboardEvent__e6c7d08d{display:none}.lightBox__2dace1b3.lightBoxSideOverlayActive__5c228d38 .withoutKeyboardEvent__f82e2e62,.lightBox__2dace1b3.lightBoxTopOverlayActive__519e744c .withoutKeyboardEvent__f82e2e62,.lightBox__2dace1b3.isLoading__3bc43f1d .withoutKeyboardEvent__f82e2e62{display:inline-block}.lightBox__2dace1b3.isLoading__3bc43f1d .lightBoxPrev__5d092217,.lightBox__2dace1b3.isLoading__3bc43f1d .lightBoxNext__e76e0a03{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__dcdfa951{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__30c7e73b{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__db9be224{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__8ab22a79{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__5d092217,.global-LB-less-or-equal-media-point-0 .lightBoxNext__e76e0a03{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__5d092217{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__29a3c3de,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__faf9501e{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__dcdfa951{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__30c7e73b{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__db9be224{display:none}.global-LB-more-media-point-0 .lightBoxClose__8ab22a79{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__5d092217,.global-LB-more-media-point-0 .lightBoxNext__e76e0a03{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__5d092217{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__e76e0a03{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__dda7b37f{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__dda7b37f.fixed__179b61fa{position:fixed}.overlay__dda7b37f.closing__56d19b33,.overlay__dda7b37f.opened__fd6d5a67{visibility:visible;left:0;right:0}.overlayPanel__72bae6bf{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-32-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__72bae6bf.bottom__becdfb03{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__72bae6bf.left__df246606{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__72bae6bf.right__8edec668{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__72bae6bf.top__996f6f16{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__72bae6bf.left__df246606.opened__fd6d5a67,.overlayPanel__72bae6bf.right__8edec668.opened__fd6d5a67{transform:translate(0)}.overlayPanel__72bae6bf.top__996f6f16.opened__fd6d5a67,.overlayPanel__72bae6bf.bottom__becdfb03.opened__fd6d5a67{transform:translateY(0)}.overlayContent__6d13fdea{display:flex;min-height:100%}.overlayMask__80d64968{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-32-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__80d64968.overlayOpened__20e0812c{opacity:1}.lightBoxSideOverlayLoaderWrapper__f85decf4{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__255bf9c7{position:absolute;top:24px;right:24px;bottom:0;pointer-events:none}.lightBoxSideOverlayCloseDesktop__c2338c8f{position:sticky;top:24px;pointer-events:auto}.lightBoxSideOverlayCloseMobile__1c9ed631{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__255bf9c7{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__1c9ed631{display:block}@media(max-width:767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__1c9ed631{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__255bf9c7{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__1c9ed631{display:none}.lightBoxSideOverlayMask__48035397{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-32-0)}.lightBoxSideOverlayWrapper__a1b132a4{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__a1b132a4.overflowXHidden__d0d9917a{overflow-x:hidden}.lightBoxSideOverlayWrapper__a1b132a4.overflowYHidden__629c7fec{overflow-y:hidden}.lightBoxSideOverlayWrapper__a1b132a4.closing__3e353a40,.lightBoxSideOverlayWrapper__a1b132a4.opened__905d0aa5{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__a1b132a4.closing__3e353a40{pointer-events:none}.lightBoxSideOverlayWrapper__a1b132a4 .global-page{max-width:var(--lightBox-content-max-width, 864px);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBoxSideOverlayWrapper__a1b132a4 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__a1b132a4 .lightBoxSideOverlayContent__5baa9733{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-32-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__a1b132a4 .lightBoxSideOverlayContent__5baa9733.opened__905d0aa5{transform:none}.lightBoxSideOverlayWrapper__a1b132a4 .lightBoxSideOverlayContent__5baa9733.opening__7e68d2cd{transform:translateY(0)}.lightBoxSideOverlayWrapper__a1b132a4.sm__3f9e96f0 .global-page{width:584px;max-width:100%}.lightBoxSideOverlayWrapper__a1b132a4.md__980ad7d1 .global-page{width:744px;max-width:100%}.lightBoxSideOverlayWrapper__a1b132a4.lg__c284cb30 .global-page{width:864px;max-width:100%}.lightBoxSideOverlayWrapper__a1b132a4 .lightBoxSideOverlayBase__7010dec2{overflow:visible;bottom:auto;height:100%}@media(max-width:767px){.lightBoxSideOverlayWrapper__a1b132a4 .lightBoxSideOverlayContent__5baa9733{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__a1b132a4 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__a1b132a4 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__99ebd95a{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__99ebd95a.closing__3e353a40,.lightBoxSideOverlay__99ebd95a.opening__7e68d2cd{overflow-x:hidden}.topOverlayMask__ae4b34b8{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-32-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__db866a3f{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__db866a3f.closing__dcc44208,.topOverlayWrapper__db866a3f.opened__69c780b4{bottom:0}.topOverlayWrapper__db866a3f .topOverlayPanel__d9edc523{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__161cfd81{z-index:500}@media(max-width:767px){.topOverlayPanel__d9edc523{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__642eb9e6{--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__642eb9e6.fixed__ed2d965e{position:fixed}.lightBoxRightSidebar__f308499f{--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__f308499f.fixed__ed2d965e{position:fixed}.hidden__76752076{display:none}html.scroll-0__6a72ab04{--triplex-next-scroll-width: 0px}html.scroll-15__580c0a76{--triplex-next-scroll-width: 15px}html.scroll-16__e6f7d43e{--triplex-next-scroll-width: 16px}html.scroll-17__6af0251d{--triplex-next-scroll-width: 17px}.listMasterChipGroup__3c58e16c{padding:0 16px}.listMasterFooter__567c916d{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-32-0);box-shadow:var(--triplex-next-ListMaster-Footer_Shadow-1-32-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__567c916d.sticky__fc407f97{position:sticky;bottom:0}.listMasterFooterDescription__651f06c8{padding-right:16px}.listMasterFooterControls__f9b7086a{white-space:nowrap}.listMasterHeader__ebb429ff{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-32-0);box-shadow:var(--triplex-next-ListMaster-Header_Shadow-1-32-0)}.listMasterHeader__ebb429ff.sticky__fc407f97{position:sticky;top:0;z-index:2}.selectionControls__b33e7fec{display:flex;justify-content:space-between;align-items:center}.marker__3f5c0ec9.success__6eb9a29d{background:var(--triplex-next-Marker-Background_Success-1-32-0)}.marker__3f5c0ec9.error__1c630d51{background:var(--triplex-next-Marker-Background_Error-1-32-0)}.marker__3f5c0ec9.warning__44425f5b{background:var(--triplex-next-Marker-Background_Warning-1-32-0)}.marker__3f5c0ec9.waiting__2a8ae83c{background:var(--triplex-next-Marker-Background_Waiting-1-32-0)}.markerStatus__cee6cd14{line-height:0;display:flex;align-items:start}.markerStatus__cee6cd14 .contentContainer__184639ee{display:flex;flex-direction:column;text-align:left}.markerStatus__cee6cd14.md__5848c69a{gap:4px}.markerStatus__cee6cd14.md__5848c69a .markerContainer__43e9176d{margin-top:4px}.markerStatus__cee6cd14.lg__7f57189c{gap:6px}.markerStatus__cee6cd14.lg__7f57189c .contentContainer__184639ee{gap:4px}.markerStatus__cee6cd14.lg__7f57189c .markerContainer__43e9176d{margin-top:5px}.monthYearRange__1695511d{display:flex;align-items:center}.monthYearRangeButton__6a888e81{z-index:1}.separator__3fd52b9a{width:16px;height:16px;flex-shrink:0}.orderedListItem__de523c4c{counter-increment:list-item-tx}.orderedListItem__de523c4c:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__de523c4c+.orderedListItem__de523c4c{margin-top:8px}.orderedList__9e3a30d6{--start-index-tx: 0;position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx var(--start-index-tx)}.paginationExtended__1cd19f6c{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__237eea86 .directionIconNext__cbaa0c50{transform:rotate(180deg)}.paginationPageEllipsis__7e333157{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;cursor:default}.paginationPageButton__1e8fd776{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__1e8fd776:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-32-0);outline:none}.paginationPageButton__1e8fd776:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-32-0)}.paginationPageButton__1e8fd776:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-32-0);cursor:grabbing}.paginationPageButton__1e8fd776.currentPage__1ca8fe7f{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-32-0);cursor:default}.paginationNavigationExtended__9706adbd{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__34d5f9ad{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__34d5f9ad .paginationSelectControl__da735a1f{margin-left:8px;min-width:72px}.row__f1897f29{display:flex;flex-wrap:wrap;padding-bottom:16px}.row__f1897f29.noPaddingBottom__f0bbdaea,.row__f1897f29:last-child{padding-bottom:0}.row__f1897f29.SM__7462fb2c{margin-left:-8px;margin-right:-8px}.row__f1897f29.MD__5d765adb{margin-left:-12px;margin-right:-12px}.segmentedControlSegment__df1ee611{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-32-0);outline:none;cursor:pointer}.segmentedControlSegment__df1ee611:disabled{cursor:default}.sm__d05b1863 .segmentedControlSegment__df1ee611{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__23f691dc .segmentedControlSegment__df1ee611{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__3ca11788 .segmentedControlSegment__df1ee611{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__29148f5b .segmentedControlSegment__df1ee611{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-32-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-32-0)}.general1__29148f5b .segmentedControlSegment__df1ee611:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-32-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-32-0)}.general1__29148f5b .segmentedControlSegment__df1ee611:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-32-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-32-0)}.general1__29148f5b .segmentedControlSegment__df1ee611.selected__3a833d3c{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-32-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-32-0)}.general1__29148f5b .segmentedControlSegment__df1ee611.selected__3a833d3c:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-32-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-32-0)}.general1__29148f5b .segmentedControlSegment__df1ee611.selected__3a833d3c:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-32-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-32-0)}.general2__8091c9b1 .segmentedControlSegment__df1ee611{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-32-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-32-0)}.general2__8091c9b1 .segmentedControlSegment__df1ee611:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-32-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-32-0)}.general2__8091c9b1 .segmentedControlSegment__df1ee611:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-32-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-32-0)}.general2__8091c9b1 .segmentedControlSegment__df1ee611.selected__3a833d3c{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-32-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-32-0)}.general2__8091c9b1 .segmentedControlSegment__df1ee611.selected__3a833d3c:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-32-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-32-0)}.general2__8091c9b1 .segmentedControlSegment__df1ee611.selected__3a833d3c:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-32-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-32-0)}.secondary1__e2f953b0 .segmentedControlSegment__df1ee611{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-32-0)}.secondary1__e2f953b0 .segmentedControlSegment__df1ee611:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-32-0)}.secondary1__e2f953b0 .segmentedControlSegment__df1ee611:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-32-0)}.secondary1__e2f953b0 .segmentedControlSegment__df1ee611.selected__3a833d3c{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-32-0)}.secondary1__e2f953b0 .segmentedControlSegment__df1ee611.selected__3a833d3c:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-32-0)}.secondary2__0aa2a89c .segmentedControlSegment__df1ee611{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-32-0)}.secondary2__0aa2a89c .segmentedControlSegment__df1ee611:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-32-0)}.secondary2__0aa2a89c .segmentedControlSegment__df1ee611:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-32-0)}.secondary2__0aa2a89c .segmentedControlSegment__df1ee611.selected__3a833d3c{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-32-0)}.secondary2__0aa2a89c .segmentedControlSegment__df1ee611.selected__3a833d3c:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-32-0)}.segmentedControlSegment__df1ee611:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-32-0)}.content__438e7ef6{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__a3825a6e{display:flex;gap:4px}.segmentedControl__a3825a6e.general1__29148f5b{background:var(--triplex-next-SegmentedControl-General_1_Background-1-32-0)}.segmentedControl__a3825a6e.secondary1__e2f953b0{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-32-0)}.segmentedControl__a3825a6e.general2__8091c9b1{background:var(--triplex-next-SegmentedControl-General_2_Background-1-32-0)}.segmentedControl__a3825a6e.secondary2__0aa2a89c{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-32-0)}.segmentedControl__a3825a6e.sm__d05b1863{border-radius:6px;padding:4px}.segmentedControl__a3825a6e.md__23f691dc{border-radius:8px;padding:4px}.segmentedControl__a3825a6e.lg__3ca11788{border-radius:10px;padding:8px}.skeleton__62d76f8e{border-radius:16px;flex-grow:1}.skeleton__62d76f8e.light__48de96a0{animation:skeleton-light-pulse__b44c4172 2s ease-in-out infinite}.skeleton__62d76f8e.dark__8cd2a811{animation:skeleton-dark-pulse__5df436b5 2s ease-in-out infinite}@keyframes skeleton-light-pulse__b44c4172{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-32-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-32-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-32-0)}}@keyframes skeleton-dark-pulse__5df436b5{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-32-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-32-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-32-0)}}.sliderExtendedDot__62a4cb6a{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-32-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__62a4cb6a:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-32-0)}.sliderExtendedDot__62a4cb6a.focusedByClick__58833f37:focus{box-shadow:none}.sliderExtendedDot__62a4cb6a:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-32-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__62a4cb6a:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-32-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__62a4cb6a.disabled__e8da0966{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-32-0)}.sliderExtendedDot__62a4cb6a.disabled__e8da0966:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-32-0)}.sliderExtendedDot__62a4cb6a.disabled__e8da0966:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-32-0)}.sliderExtendedDot__62a4cb6a:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-32-0)}.sliderExtendedDot__62a4cb6a:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-32-0)}.sliderExtendedDot__62a4cb6a.dragByMouse__a40090d9{background:var(--triplex-next-Slider-Dot_Background_Select-1-32-0)}.sliderExtendedDot__62a4cb6a.dragByMouse__a40090d9:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-32-0)}.sliderExtendedDot__62a4cb6a:hover .sliderExtendedTooltipOverlay__8c46cd1a,.sliderExtendedDot__62a4cb6a:focus .sliderExtendedTooltipOverlay__8c46cd1a{visibility:visible}.sliderExtendedDot__62a4cb6a.lg__d0e9659a{width:28px;height:28px}.sliderExtendedDot__62a4cb6a.lg__d0e9659a:after{width:10px;height:10px}.sliderExtendedDot__62a4cb6a.lg__d0e9659a:before{width:14px;height:14px}.sliderExtendedMarks__9fb1c75f{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__7148517f{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__7148517f .sliderExtendedMarkDot__60eafaac{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-32-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__7148517f .sliderExtendedMarkDot__60eafaac.inSelectedRange__eb95cfbd{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-32-0)}.sliderExtendedMark__7148517f.lg__d0e9659a{top:20px}.sliderExtendedMark__7148517f.lg__d0e9659a .sliderExtendedMarkDot__60eafaac{top:-20px}.sliderExtendedMark__7148517f .sliderExtendedMarkText__bc672fba{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__7148517f.disabled__e8da0966{pointer-events:none}.sliderExtendedMark__7148517f.disabled__e8da0966 .sliderExtendedMarkText__bc672fba{pointer-events:none;opacity:.35}.sliderExtendedMark__7148517f.disabled__e8da0966 .sliderExtendedMarkDot__60eafaac{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-32-0)}.sliderExtendedMark__7148517f:first-child,.sliderExtendedMark__7148517f:last-child{transform:none}.sliderExtendedMark__7148517f:first-child.reverse__b3c1b261 .sliderExtendedMarkDot__60eafaac{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__7148517f:first-child.reverse__b3c1b261 .sliderExtendedMarkText__bc672fba{margin-right:-4px}.sliderExtendedMark__7148517f:first-child:not(.reverse__b3c1b261) .sliderExtendedMarkDot__60eafaac{left:0;transform:translate(-50%)}.sliderExtendedMark__7148517f:first-child .sliderExtendedMarkText__bc672fba{margin-left:-4px}.sliderExtendedMark__7148517f:last-child.reverse__b3c1b261 .sliderExtendedMarkDot__60eafaac{left:0;transform:translate(-50%)}.sliderExtendedMark__7148517f:last-child.reverse__b3c1b261 .sliderExtendedMarkText__bc672fba{margin-left:-4px}.sliderExtendedMark__7148517f:last-child:not(.reverse__b3c1b261) .sliderExtendedMarkDot__60eafaac{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__7148517f:last-child .sliderExtendedMarkText__bc672fba{margin-right:-4px}.sliderExtendedMark__7148517f.active__8417b04e{pointer-events:none}.sliderExtendedRail__424bdd29{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-32-0);cursor:pointer}.sliderExtended__c7334aaf{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__c7334aaf.disabled__e8da0966 .sliderExtendedRail__424bdd29{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-32-0)}.sliderExtended__c7334aaf.lg__d0e9659a{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__2c4423ac{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-32-0);z-index:10}.sliderExtendedTrack__2c4423ac.lg__d0e9659a{top:12px}.sliderExtendedTrack__2c4423ac:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-32-0)}.sliderExtendedTrack__2c4423ac.focusedByClick__58833f37:focus{box-shadow:none}.sliderExtendedTrack__2c4423ac.hoverOrDragByMouse__f95264bd{background:var(--triplex-next-Slider-Track_Background_Hover-1-32-0)}.sliderExtendedTrack__2c4423ac.staticSlider__169b9813{cursor:default;pointer-events:none}.sliderExtendedTrack__2c4423ac.disabled__e8da0966{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-32-0)}.sliderExtendedTooltipOverlay__8c46cd1a{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__8c46cd1a.lg__d0e9659a{bottom:32px}.sliderExtendedTooltipOverlay__8c46cd1a .tooltipBody__66b9fe0e{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-32-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-32-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__8c46cd1a .tooltipTip__cbcde1ba{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-32-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.sliderExtendedTooltipOverlay__8c46cd1a .tooltipTip__cbcde1ba{margin:-.5px}}.smsField__372b7af4{display:inline-block;position:relative;width:100%}.smsField__372b7af4 .input__e4bcccd2{text-align:center}.smsField__372b7af4 .input__e4bcccd2::placeholder{opacity:1}.smsField__372b7af4 .input__e4bcccd2:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-32-0)}.smsField__372b7af4 .input__e4bcccd2.lg__447e377c{padding:18px 40px}.smsField__372b7af4 .input__e4bcccd2.md__5c22c342{padding-left:26px;padding-right:26px}.smsField__372b7af4 .input__e4bcccd2.sm__04740544{padding-left:20px;padding-right:20px}.smsField__372b7af4 .btnRefresh__a9a61d0d{position:absolute;outline:none;z-index:1}.smsField__372b7af4 .btnRefresh__a9a61d0d.lg__447e377c{top:12px;left:12px;height:32px;width:32px}.smsField__372b7af4 .btnRefresh__a9a61d0d.md__5c22c342{top:10px;left:10px}.smsField__372b7af4 .btnRefresh__a9a61d0d.sm__04740544{top:4px;left:4px}.smsField__372b7af4 .btnRefresh__a9a61d0d .full__b5270f1c{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-32-0)}.smsField__372b7af4 .btnRefresh__a9a61d0d .empty__c67e0e25{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-32-0)}.smsField__372b7af4 .btnRefresh__a9a61d0d:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-32-0)}.smsField__372b7af4 .btnSubmit__834f0325{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-32-0)}.smsField__372b7af4 .btnSubmit__834f0325.active__0d467c26:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-32-0)}.smsField__372b7af4 .btnSubmit__834f0325.active__0d467c26:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-32-0)}.smsField__372b7af4 .btnSubmit__834f0325.lg__447e377c{top:15px;right:15px;height:26px;width:26px}.smsField__372b7af4 .btnSubmit__834f0325.md__5c22c342{top:10px;right:10px}.smsField__372b7af4 .btnSubmit__834f0325.sm__04740544{top:4px;right:4px}.spoiler__6fded008{display:flex;flex-direction:column}.spoiler__6fded008.opened__5fcc865d .caretIcon__df99f98d{transform:rotate(-180deg)}.spoiler__6fded008 .head__c0c0ae6b .caretIcon__df99f98d{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__6fded008 .head__c0c0ae6b button>span{white-space:normal;text-align:left}.spoiler__6fded008 .content__6a901a24.hidden__c922e857{display:none}.spoiler__6fded008 .lg__8e941ea5 .content__6a901a24{margin-top:8px}.spoiler__6fded008 .md__316d2651 .content__6a901a24{margin-top:0}.spoiler__6fded008 .sm__e16ceff7 .content__6a901a24{margin-top:-4px}.statusTrackerWrapper__e4ff73e4{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-32-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-32-0);overflow:hidden;height:100%}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db{width:100%;padding:40px 24px 16px;box-sizing:border-box;z-index:1;text-align:center}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db.verticalAlignMiddle__0d508e92{align-self:center}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db.verticalAlignBottom__38507888{align-self:end}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db .statusTrackerChild__2a140d45{padding:8px 0}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db .statusTrackerChild__2a140d45:empty{padding:0}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db .statusTrackerSum__686378cc,.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db .statusTrackerTitle__443cee34{padding-bottom:4px}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db .statusTrackerDescription__d9f06562{display:block;padding-top:8px}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db .statusTrackerAlert__aabe6bd7{margin-top:12px;text-align:left}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db .statusTrackerStatus__2af11b8e{display:inline-flex;margin-bottom:4px}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db .statusTrackerFooterWrapper__5ff7e289{display:grid}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db .statusTrackerFooterWrapper__5ff7e289 .statusTrackerDescription__d9f06562:last-child{padding-top:0}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db .statusTrackerFooterWrapper__5ff7e289 .statusTrackerButton__b7aee7a3{margin-bottom:12px}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db .statusTrackerFooterWrapper__5ff7e289 .statusTrackerButton__b7aee7a3:last-child{margin-bottom:0}.statusTrackerWrapper__e4ff73e4 .statusTrackerColor__7bf15c46{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__e4ff73e4 .statusTrackerColor__7bf15c46.waiting__dfd78fb0{background:var(--triplex-next-StatusTracker-Waiting_Color-1-32-0)}.statusTrackerWrapper__e4ff73e4 .statusTrackerColor__7bf15c46.warning__caf93e5b{background:var(--triplex-next-StatusTracker-Warning_Background-1-32-0)}.statusTrackerWrapper__e4ff73e4 .statusTrackerColor__7bf15c46.rejected__6ca18383{background:var(--triplex-next-StatusTracker-Rejected_Color-1-32-0)}.statusTrackerWrapper__e4ff73e4 .statusTrackerColor__7bf15c46.approved__658152d7{background:var(--triplex-next-StatusTracker-Approved_Color-1-32-0)}.statusTrackerWrapper__e4ff73e4 .statusTrackerBackground__df5bf517{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__e4ff73e4 .statusTrackerBackground__df5bf517.waiting__dfd78fb0{background:var(--triplex-next-StatusTracker-Waiting_Background-1-32-0)}.statusTrackerWrapper__e4ff73e4 .statusTrackerBackground__df5bf517.warning__caf93e5b{background:var(--triplex-next-StatusTracker-Warning_Background-1-32-0)}.statusTrackerWrapper__e4ff73e4 .statusTrackerBackground__df5bf517.rejected__6ca18383{background:var(--triplex-next-StatusTracker-Rejected_Background-1-32-0)}.statusTrackerWrapper__e4ff73e4 .statusTrackerBackground__df5bf517.approved__658152d7{background:var(--triplex-next-StatusTracker-Approved_Background-1-32-0)}@media(max-width:767px){.statusTrackerWrapper__e4ff73e4{border-radius:16px}}.statusTrackerStatusGroup__79f9931c{display:flex;flex-direction:column;align-items:flex-start;margin:0 auto;width:fit-content}.stepperStep__200cb153{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__200cb153+.stepperStep__200cb153{margin-left:12px}.stepperStep__200cb153.sm__1c33ce53{font-size:12px;line-height:16px}.stepperStep__200cb153.sm__1c33ce53:not(:last-child) .content__d5010619{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__200cb153.sm__1c33ce53:last-child .content__d5010619{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__200cb153.sm__1c33ce53:last-child .arrow__52f29022{display:none}.stepperStep__200cb153.md__bd178f50{font-size:14px;line-height:20px}.stepperStep__200cb153.md__bd178f50:not(:last-child) .content__d5010619{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__200cb153.md__bd178f50:last-child .content__d5010619{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__200cb153.md__bd178f50:last-child .arrow__52f29022{display:none}.stepperStep__200cb153.lg__bdb3df4f{font-size:16px;line-height:20px}.stepperStep__200cb153.lg__bdb3df4f:not(:last-child) .content__d5010619{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__200cb153.lg__bdb3df4f:last-child .content__d5010619{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__200cb153.lg__bdb3df4f:last-child .arrow__52f29022{display:none}.stepperStep__200cb153:hover:not(.active__36f08ef3):not(.disabled__252658c8) .content__d5010619{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-32-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-32-0)}.stepperStep__200cb153:hover:not(.active__36f08ef3):not(.disabled__252658c8) .arrow__52f29022 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-32-0)}.stepperStep__200cb153:hover:not(.active__36f08ef3):not(.disabled__252658c8) .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-32-0)}.stepperStep__200cb153.active__36f08ef3{cursor:default}.stepperStep__200cb153.active__36f08ef3 .content__d5010619{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-32-0)}.stepperStep__200cb153.active__36f08ef3 .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-32-0)}.stepperStep__200cb153.active__36f08ef3.error__71056d9a .content__d5010619{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-32-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-32-0)}.stepperStep__200cb153.active__36f08ef3.error__71056d9a .arrow__52f29022 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-32-0)}.stepperStep__200cb153.active__36f08ef3.error__71056d9a .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-32-0)}.stepperStep__200cb153.active__36f08ef3.warning__0f22ad67 .content__d5010619{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-32-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-32-0)}.stepperStep__200cb153.active__36f08ef3.warning__0f22ad67 .arrow__52f29022 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-32-0)}.stepperStep__200cb153.active__36f08ef3.warning__0f22ad67 .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-32-0)}.stepperStep__200cb153.completed__fc278c53.error__71056d9a .content__d5010619{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-32-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-32-0)}.stepperStep__200cb153.completed__fc278c53.error__71056d9a .arrow__52f29022 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-32-0)}.stepperStep__200cb153.completed__fc278c53.error__71056d9a .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-32-0)}.stepperStep__200cb153.completed__fc278c53.error__71056d9a:hover .content__d5010619{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-32-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-32-0)}.stepperStep__200cb153.completed__fc278c53.error__71056d9a:hover .arrow__52f29022 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-32-0)}.stepperStep__200cb153.completed__fc278c53.error__71056d9a:hover .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-32-0)}.stepperStep__200cb153.completed__fc278c53.warning__0f22ad67 .content__d5010619{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-32-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-32-0)}.stepperStep__200cb153.completed__fc278c53.warning__0f22ad67 .arrow__52f29022 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-32-0)}.stepperStep__200cb153.completed__fc278c53.warning__0f22ad67 .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-32-0)}.stepperStep__200cb153.completed__fc278c53.warning__0f22ad67:hover .content__d5010619{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-32-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-32-0)}.stepperStep__200cb153.completed__fc278c53.warning__0f22ad67:hover .arrow__52f29022 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-32-0)}.stepperStep__200cb153.completed__fc278c53.warning__0f22ad67:hover .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-32-0)}.stepperStep__200cb153.inactive__59c78da5 :not(.error__71056d9a):not(.warning__0f22ad67) .content__d5010619{color:var(--triplex-next-Stepper-Step_Color_Default-1-32-0)}.stepperStep__200cb153.inactive__59c78da5 :not(.error__71056d9a):not(.warning__0f22ad67):hover .content__d5010619{color:var(--triplex-next-Stepper-Step_Color_Hover-1-32-0)}.stepperStep__200cb153.inactive__59c78da5.error__71056d9a .content__d5010619{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-32-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-32-0)}.stepperStep__200cb153.inactive__59c78da5.error__71056d9a .arrow__52f29022 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-32-0)}.stepperStep__200cb153.inactive__59c78da5.error__71056d9a .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-32-0)}.stepperStep__200cb153.inactive__59c78da5.error__71056d9a:hover .content__d5010619{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-32-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-32-0)}.stepperStep__200cb153.inactive__59c78da5.error__71056d9a:hover .arrow__52f29022 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-32-0)}.stepperStep__200cb153.inactive__59c78da5.error__71056d9a:hover .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-32-0)}.stepperStep__200cb153.inactive__59c78da5.warning__0f22ad67 .content__d5010619{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-32-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-32-0)}.stepperStep__200cb153.inactive__59c78da5.warning__0f22ad67 .arrow__52f29022 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-32-0)}.stepperStep__200cb153.inactive__59c78da5.warning__0f22ad67 .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-32-0)}.stepperStep__200cb153.inactive__59c78da5.warning__0f22ad67:hover .content__d5010619{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-32-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-32-0)}.stepperStep__200cb153.inactive__59c78da5.warning__0f22ad67:hover .arrow__52f29022 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-32-0)}.stepperStep__200cb153.inactive__59c78da5.warning__0f22ad67:hover .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-32-0)}.stepperStep__200cb153.disabled__252658c8{pointer-events:none}.stepperStep__200cb153.disabled__252658c8 .content__d5010619{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-32-0)}.stepperStep__200cb153.disabled__252658c8 .content__d5010619{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-32-0)}.stepperStep__200cb153.disabled__252658c8 .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-32-0)}.stepperStep__200cb153.focusVisible__229627f5.completed__fc278c53 .content__d5010619,.stepperStep__200cb153.focusVisible__229627f5.active__36f08ef3 .content__d5010619,.stepperStep__200cb153.focusVisible__229627f5.inactive__59c78da5 .content__d5010619{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-32-0)}.stepperStep__200cb153.focusVisible__229627f5.completed__fc278c53 .arrow__52f29022 path:last-child,.stepperStep__200cb153.focusVisible__229627f5.active__36f08ef3 .arrow__52f29022 path:last-child,.stepperStep__200cb153.focusVisible__229627f5.inactive__59c78da5 .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-32-0)}.stepperStep__200cb153.focusVisible__229627f5.completed__fc278c53:hover .content__d5010619,.stepperStep__200cb153.focusVisible__229627f5.active__36f08ef3:hover .content__d5010619,.stepperStep__200cb153.focusVisible__229627f5.inactive__59c78da5:hover .content__d5010619{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-32-0)}.stepperStep__200cb153.focusVisible__229627f5.completed__fc278c53:hover .arrow__52f29022 path:last-child,.stepperStep__200cb153.focusVisible__229627f5.active__36f08ef3:hover .arrow__52f29022 path:last-child,.stepperStep__200cb153.focusVisible__229627f5.inactive__59c78da5:hover .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-32-0)}.content__d5010619{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-32-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-32-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-32-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.arrow__52f29022{transform:translate(0)}.arrow__52f29022 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-32-0)}.arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-32-0)}.icon__f0a32ac7{display:inline-flex;align-items:center;line-height:0}.nonempty__1fc139b1 .icon__f0a32ac7{margin-right:6px}.stepperExtended__e4cddff5{display:flex;padding:0;margin:0;list-style:none}.stepperCarousel__9e2f18eb{position:relative}.stepperCarousel__9e2f18eb:hover .stepperButtonWrapper__358e68e1{opacity:1;pointer-events:auto}.stepperButtonWrapper__358e68e1{position:absolute;top:0;z-index:1;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.stepperButtonWrapper__358e68e1.prev__e9d3983f{left:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Prev-1-32-0)}.stepperButtonWrapper__358e68e1.next__299959ba{right:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Next-1-32-0)}.stepperButton__0c9bdd61.sm__1c33ce53{height:28px;width:28px}.stepperButton__0c9bdd61.md__bd178f50{height:40px;width:40px}.stepperButton__0c9bdd61.lg__bdb3df4f{height:56px;width:56px}@media(max-width:767px){.stepperButtonWrapper__358e68e1{display:none}}.suggestFieldMobileBody__19e858d7{height:176px}.suggestFieldMobileDropdownHint__65b4bbb3{padding:16px}.noColumns__b991a8b0{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__b991a8b0>.content__bbf134d2{width:456px;text-align:center}.filterPanel__626ff193{padding:8px 0 24px;border-radius:8px 8px 0 0}.chipPanelLinks__9f832d65{display:flex;height:28px;z-index:1;margin-left:auto}.chipPanelLinks__9f832d65>a:not(:first-child){margin-left:16px}.chipPanel__cc96d0c3{display:flex;justify-content:space-between}@keyframes fadeIn__26b1e68b{0%{opacity:0}to{opacity:1}}.tableBasic__b02d7088{position:relative}.tableBasic__b02d7088 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__b02d7088 table th.alignLeft__48cfdd38,.tableBasic__b02d7088 table td.alignLeft__48cfdd38{text-align:left}.tableBasic__b02d7088 table th.alignRight__bf4144c2,.tableBasic__b02d7088 table td.alignRight__bf4144c2{text-align:right}.tableBasic__b02d7088 table th.alignCenter__2db63e91,.tableBasic__b02d7088 table td.alignCenter__2db63e91{text-align:center}.tableBasic__b02d7088 table th.verticalAlignBaseline__a583a384,.tableBasic__b02d7088 table td.verticalAlignBaseline__a583a384{vertical-align:baseline}.tableBasic__b02d7088 table th.verticalAlignSub__d47ad4bb,.tableBasic__b02d7088 table td.verticalAlignSub__d47ad4bb{vertical-align:sub}.tableBasic__b02d7088 table th.verticalAlignSuper__1afa2976,.tableBasic__b02d7088 table td.verticalAlignSuper__1afa2976{vertical-align:super}.tableBasic__b02d7088 table th.verticalAlignTextTop__2e478596,.tableBasic__b02d7088 table td.verticalAlignTextTop__2e478596{vertical-align:text-top}.tableBasic__b02d7088 table th.verticalAlignTextBottom__f660a5d3,.tableBasic__b02d7088 table td.verticalAlignTextBottom__f660a5d3{vertical-align:text-bottom}.tableBasic__b02d7088 table th.verticalAlignMiddle__7e76f539,.tableBasic__b02d7088 table td.verticalAlignMiddle__7e76f539{vertical-align:middle}.tableBasic__b02d7088 table th.verticalAlignTop__86f11537,.tableBasic__b02d7088 table td.verticalAlignTop__86f11537{vertical-align:top}.tableBasic__b02d7088 table th.verticalAlignBottom__a139aa05,.tableBasic__b02d7088 table td.verticalAlignBottom__a139aa05{vertical-align:bottom}.tableBasic__b02d7088 table>thead>tr{height:48px}.tableBasic__b02d7088 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-32-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-32-0)}.tableBasic__b02d7088 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__b02d7088 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__b02d7088 table>thead>tr>th.checkboxType__bc6eae58{padding:16px 12px}.tableBasic__b02d7088 table>thead>tr>th .thBlock__580b2dac{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__b02d7088 table>thead>tr>th .thBlock__580b2dac.order__6f6441ba{cursor:pointer}.tableBasic__b02d7088 table>thead>tr>th .thBlock__580b2dac.order__6f6441ba .orderButton__e07c00a3{display:flex;visibility:hidden;align-items:center}.tableBasic__b02d7088 table>thead>tr>th .thBlock__580b2dac.order__6f6441ba .orderButton__e07c00a3.alignLeft__48cfdd38{margin-right:8px}.tableBasic__b02d7088 table>thead>tr>th .thBlock__580b2dac.order__6f6441ba .orderButton__e07c00a3.alignRight__bf4144c2{margin-left:8px}.tableBasic__b02d7088 table>thead>tr>th .thBlock__580b2dac.order__6f6441ba .orderButton__e07c00a3.sorted__9f9ac801{visibility:visible}.tableBasic__b02d7088 table>thead>tr>th .thBlock__580b2dac.order__6f6441ba:hover .orderButton__e07c00a3{visibility:visible}.tableBasic__b02d7088 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-32-0)}.tableBasic__b02d7088 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__b02d7088 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__b02d7088 table>tbody>tr>td.textType__ddaab6a6{padding:12px}.tableBasic__b02d7088 table>tbody>tr>td.componentsType__9754afb4{padding:8px 12px}.tableBasic__b02d7088 table>tbody>tr>td.checkboxType__bc6eae58{padding:10px 12px 12px}.tableBasic__b02d7088 table>tbody>tr.selected__a6ddb740>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-32-0)}.tableBasic__b02d7088 table>tbody.clickable__a8a29388>tr{cursor:pointer}.tableBasic__b02d7088 table>tbody.hoverable__3cd308b1>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-32-0)}.tableBasic__b02d7088 .footerEmptyData__e8b055f7{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__b02d7088 .spinnerWrapper__234862e4{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__b02d7088 .spinnerWrapper__234862e4 .tableLoaderScreen__ccb9529e{border-radius:8px 8px 0 0}.tableBasic__b02d7088 .overlayCover__7ffe889a{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-32-0);animation:fadeIn__26b1e68b .3s}.tableBasicSettingsBody__a89f51dc{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__cda27a8d{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-32-0)!important}.columnSettingsSortableListItemTarget__cda27a8d:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-32-0)!important}.columnSettingsSortableListItemTarget__cda27a8d.dragging__65224fe0{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-32-0)!important}.columnSettingsStaticListItem__299f9254{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-32-0)}.tableBasicSettingsFooter__34acf090{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-32-0);padding:11px 12px 12px}.tableBasicSettingsHeader__bf96d4e3{padding:16px 12px 12px}.tableSettingsLink__71c7567d{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__cf008980{width:320px}.tableFooterWrapper__f3eb9058{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__f3eb9058 .tableFooterShadow__3d9c42d0{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-32-0);pointer-events:none}.tableFooterWrapper__f3eb9058 .tableFooter__ef0d1550{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-32-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__f3eb9058 .tableFooter__ef0d1550 .tableFooterSummary__9c9cbd0d{display:flex;align-items:center}.tableFooterWrapper__f3eb9058 .tableFooter__ef0d1550 .tableFooterSummary__9c9cbd0d .tableFooterSummarySelectedCount__288827a8,.tableFooterWrapper__f3eb9058 .tableFooter__ef0d1550 .tableFooterSummary__9c9cbd0d .tableFooterSummarySelectAllButton__e802c69e,.tableFooterWrapper__f3eb9058 .tableFooter__ef0d1550 .tableFooterSummary__9c9cbd0d .tableFooterSummaryAmount__b3c543ba{display:inline-flex}.tableFooterWrapper__f3eb9058 .tableFooter__ef0d1550 .tableFooterSummary__9c9cbd0d .tableFooterSummarySelectedCount__288827a8,.tableFooterWrapper__f3eb9058 .tableFooter__ef0d1550 .tableFooterSummary__9c9cbd0d .tableFooterSummarySelectAllButton__e802c69e,.tableFooterWrapper__f3eb9058 .tableFooter__ef0d1550 .tableFooterSummary__9c9cbd0d .tableFooterSummaryAmount__b3c543ba,.tableFooterWrapper__f3eb9058 .tableFooter__ef0d1550 .tableFooterSummary__9c9cbd0d .tableFooterSummaryLabel__2efc08e3{margin-left:24px}@media(max-width:767px){.tableFooterWrapper__f3eb9058{height:112px}}.paginationPanel__8140fbc6{margin-top:16px}.masterTable__b30991d3,.tabsExtended__59f086a7{position:relative}.tabsExtendedContent__7130c6c0{display:inline-flex}.tabsExtendedContent__7130c6c0.sm__94e58f6d{border-radius:6px;padding:4px}.tabsExtendedContent__7130c6c0.md__5ccf2de4{border-radius:8px;padding:4px}.tabsExtendedContent__7130c6c0.lg__9544f845{border-radius:10px;padding:8px}.tabsExtendedTab__11ae93fa{display:flex}.tabsExtendedTab__11ae93fa+.tabsExtendedTab__11ae93fa,.tabsExtendedDropdown__5c3196cc{margin-left:4px}.tabsReal__684259f6,.tabsFake__ca3bcdc7{display:flex;box-sizing:border-box;width:100%}.tabsReal__684259f6.hidden__506a0536{visibility:hidden}.tabsReal__684259f6 .tabsExtendedTab__11ae93fa.hidden__506a0536{display:none}.tabsFake__ca3bcdc7{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__8cd664ce .tabsExtendedContent__7130c6c0{background-color:var(--triplex-next-Tabs-Type1_Background-1-32-0)}.type2__83976beb .tabsExtendedContent__7130c6c0{background-color:var(--triplex-next-Tabs-Type2_Background-1-32-0)}.tabsExtendedTabButton__baaee79f{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-32-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__baaee79f .notificationIcon__a1793d83{position:absolute}.tabsExtendedTabButton__baaee79f.lg__9544f845{border-radius:6px;padding:9px 16px}.tabsExtendedTabButton__baaee79f.lg__9544f845 .notificationIcon__a1793d83{right:6px;top:6px}.tabsExtendedTabButton__baaee79f.md__5ccf2de4{border-radius:4px;padding:5px 16px}.tabsExtendedTabButton__baaee79f.md__5ccf2de4 .notificationIcon__a1793d83{right:4px;top:4px}.tabsExtendedTabButton__baaee79f.sm__94e58f6d{border-radius:4px;padding:1px 16px}.tabsExtendedTabButton__baaee79f.sm__94e58f6d .notificationIcon__a1793d83{right:3px;top:3px}.tabsExtendedTabButton__baaee79f .tabsExtendedTabButtonTextDefault__529aa5d3{display:block}.tabsExtendedTabButton__baaee79f .tabsExtendedTabButtonTextHover__e0f14fa5,.tabsExtendedTabButton__baaee79f:hover .tabsExtendedTabButtonTextDefault__529aa5d3,.tabsExtendedTabButton__baaee79f.selected__ed7069b2 .tabsExtendedTabButtonTextDefault__529aa5d3{display:none}.tabsExtendedTabButton__baaee79f:hover .tabsExtendedTabButtonTextHover__e0f14fa5,.tabsExtendedTabButton__baaee79f.selected__ed7069b2 .tabsExtendedTabButtonTextHover__e0f14fa5{display:block}.tabsExtendedTabButton__baaee79f::-moz-focus-inner{border:none}.tabsExtendedTabButton__baaee79f+.tabsExtendedTabButton__baaee79f{margin-left:2px}.tabsExtendedTabButton__baaee79f:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-32-0)}.tabsExtendedTabButton__baaee79f.type1__8cd664ce{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-32-0)}.tabsExtendedTabButton__baaee79f.type1__8cd664ce.selected__ed7069b2{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-32-0)}.tabsExtendedTabButton__baaee79f.type1__8cd664ce:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-32-0)}.tabsExtendedTabButton__baaee79f.type2__83976beb{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-32-0)}.tabsExtendedTabButton__baaee79f.type2__83976beb.selected__ed7069b2{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-32-0)}.tabsExtendedTabButton__baaee79f.type2__83976beb:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-32-0)}.tabsContent__ec584d52 .tabButtonDropdown__9b2d0fe1{justify-content:center;padding:0!important}.tabsContent__ec584d52 .tabButtonDropdown__9b2d0fe1.sm__c1cb5183{min-width:20px;min-height:20px;height:20px}.tabsContent__ec584d52 .tabButtonDropdown__9b2d0fe1.md__bb1222d4{min-width:32px;min-height:32px;height:32px}.tabsContent__ec584d52 .tabButtonDropdown__9b2d0fe1.lg__2f5a64d5{min-width:40px;min-height:40px;height:40px}.tag__ae45340f{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-32-0);border-radius:4px;gap:2px}.tag__ae45340f.sm__1938a49f{height:20px;padding:2px 4px 2px 6px}.tag__ae45340f.md__5f9e4afc{height:28px;padding:4px 6px 4px 8px}.tag__ae45340f.lg__f383b39b{height:32px;padding:6px 8px 6px 10px}.content__7c9af774{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagColor__8e3091b3{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__8e3091b3.sm__47f81917{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__8e3091b3.md__23666b36{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__8e3091b3.lg__08d0d864{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__8e3091b3.default__0e1a9832{background:var(--triplex-next-TagColor-Background_Default-1-32-0)}.tagColor__8e3091b3.success__67a0ec01{background:var(--triplex-next-TagColor-Background_Success-1-32-0)}.tagColor__8e3091b3.info__172405a3{background:var(--triplex-next-TagColor-Background_Info-1-32-0)}.tagColor__8e3091b3.warning__979fce21{background:var(--triplex-next-TagColor-Background_Warning-1-32-0)}.tagColor__8e3091b3.error__f5ca13a0{background:var(--triplex-next-TagColor-Background_Error-1-32-0)}.content__078daeeb{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-32-0)}.tagGroup__7dafdfd7.sm__47572636{margin:-2px}.tagGroup__7dafdfd7.sm__47572636>*{margin:2px}.tagGroup__7dafdfd7.md__60de2bf4{margin:-4px}.tagGroup__7dafdfd7.md__60de2bf4>*{margin:4px}.tagGroup__7dafdfd7.lg__530f97c6{margin:-6px}.tagGroup__7dafdfd7.lg__530f97c6>*{margin:6px}.uploadZone__3486665f{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-32-0)}.uploadZone__3486665f:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-32-0)}.uploadZoneDragArea__6590687e{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-32-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__0ef1bddc{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-32-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-32-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-32-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__52da402b{display:none}@media(max-width:767px){.uploadZone__3486665f,.uploadZone__3486665f:hover{background:none}.uploadZoneDragArea__6590687e{display:none}}