@sberbusiness/triplex-next 0.29.0 → 0.31.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 (476) hide show
  1. package/chunks/AlertProcessSpoiler-D94updt3.js +41 -0
  2. package/chunks/{CalendarViewItem-D_gRwbwg.js → CalendarViewItem-w08J4qsu.js} +23 -23
  3. package/chunks/Card.module-D8EAMd92.js +18 -0
  4. package/chunks/CheckboxTreeExtended.module-b9bSHVAz.js +15 -0
  5. package/chunks/Chip-Cteq3rht.js +85 -0
  6. package/chunks/Confirm.module-BtroC28g.js +15 -0
  7. package/chunks/{DropdownListItem-CGZyMM5K.js → DropdownListItem-D093kwGL.js} +21 -21
  8. package/chunks/DropdownMobile.module-BkdWickw.js +23 -0
  9. package/chunks/Footer.module-fb6dwao-.js +9 -0
  10. package/chunks/{FormFieldInput-B7snQZVi.js → FormFieldInput-DEkpK71h.js} +14 -14
  11. package/chunks/HeaderLayoutSidebar.module-DJZa8d1z.js +9 -0
  12. package/chunks/HeaderTabs.module-CYj6xy4J.js +9 -0
  13. package/chunks/{HeaderTitle.module-CgarzGR5.js → HeaderTitle.module-_RjZrixi.js} +2 -2
  14. package/chunks/ImageGalleryExtendedMain.module-Da65hjez.js +17 -0
  15. package/chunks/ImageGalleryExtendedThumb-DvxWiBol.js +28 -0
  16. package/chunks/IslandAccordion.module-BPxUPtoo.js +25 -0
  17. package/chunks/IslandWidgetFooter.module-ZxH3O6oy.js +9 -0
  18. package/chunks/IslandWidgetHeader.module-BSFljZcD.js +13 -0
  19. package/chunks/{LightBoxContent-BdM4QdVW.js → LightBoxContent-CD2ywHRd.js} +7 -7
  20. package/chunks/LightBoxControls.module-CmEdh818.js +16 -0
  21. package/chunks/LightBoxSideOverlayClose.module-BN81wlqm.js +9 -0
  22. package/chunks/ListItemControlsButton-ooEBqOYi.js +59 -0
  23. package/chunks/ListItemTail.module-4rSSMPVx.js +12 -0
  24. package/chunks/ListMasterFooter.module-C-WLsVa2.js +10 -0
  25. package/chunks/ModalWindow.module-D-ruP-W_.js +17 -0
  26. package/chunks/Notification.module-CGwe5hz6.js +20 -0
  27. package/chunks/Overlay.module-VY4-MhFj.js +18 -0
  28. package/chunks/Page.module-DxsbvUY0.js +11 -0
  29. package/chunks/SMSField.module-DsLV_aE8.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-D_aHvnyq.js +15 -0
  31. package/chunks/SliderExtendedRail-DUIgrgt7.js +40 -0
  32. package/chunks/StatusTracker.module-BXZqUX7q.js +24 -0
  33. package/chunks/{StepperStepArrowBorder-CjYvRZAE.js → StepperStepArrowBorder-A6WoCp_l.js} +11 -11
  34. package/chunks/{SuggestFieldMobileDropdownHint--qfcwzvU.js → SuggestFieldMobileDropdownHint-B6H-gTlk.js} +4 -4
  35. package/chunks/TableFooter.module-IT9a3X2n.js +14 -0
  36. package/chunks/TabsExtended.module-BeSILSIo.js +16 -0
  37. package/chunks/TabsLine.module-D1SiIi4c.js +21 -0
  38. package/chunks/TooltipDesktop.module--e7kCd3A.js +19 -0
  39. package/chunks/TreeView.module-BGGC5iP2.js +9 -0
  40. package/chunks/{UploadZoneInput-BOfYw8qb.js → UploadZoneInput-CKzf73QX.js} +6 -6
  41. package/chunks/{constants-CsbqScFv.js → constants-BO1zd0dv.js} +13 -13
  42. package/chunks/utils-B99NmqsA.js +73 -0
  43. package/chunks/{utils-BB-XJeUI.js → utils-BKnry-Ny.js} +8 -8
  44. package/chunks/{utils-DNiUrC2u.js → utils-DBuNwIFU.js} +4 -4
  45. package/chunks/{utils-BREiNocx.js → utils-bwYnj4U9.js} +7 -7
  46. package/chunks/vendor-z35N2Tap.js +12618 -0
  47. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  48. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  49. package/components/Alert/AlertContext/AlertContext.js +27 -27
  50. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  51. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  52. package/components/Amount/Amount.js +3 -3
  53. package/components/AmountField/AmountField.js +1 -1
  54. package/components/Avatar/Avatar.js +12 -12
  55. package/components/Badge/Badge.js +11 -11
  56. package/components/Badge/BadgeDot.js +5 -5
  57. package/components/Badge/components/BadgeContent.js +13 -13
  58. package/components/Badge/components/BadgePostfix.js +7 -7
  59. package/components/Badge/components/BadgePrefix.js +2 -2
  60. package/components/Body/Body.js +8 -8
  61. package/components/Button/Button.js +26 -26
  62. package/components/Button/ButtonBase.js +1 -1
  63. package/components/Button/ButtonDropdown.js +11 -11
  64. package/components/Button/ButtonDropdownExtended.js +5 -5
  65. package/components/Button/ButtonIcon.js +11 -11
  66. package/components/Calendar/Calendar.js +3 -3
  67. package/components/Calendar/components/CalendarControls.js +1 -1
  68. package/components/Calendar/components/CalendarFooter.js +1 -1
  69. package/components/Calendar/components/CalendarViewDays.js +2 -2
  70. package/components/Calendar/components/CalendarViewItem.js +2 -2
  71. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  72. package/components/Calendar/components/CalendarViewYears.js +1 -1
  73. package/components/Card/CardAction.js +12 -12
  74. package/components/Card/CardStatic.js +3 -3
  75. package/components/Card/components/CardContent/CardContent.js +2 -2
  76. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  77. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  78. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  79. package/components/Card/components/CardMedia.js +2 -2
  80. package/components/Card/utils.js +1 -1
  81. package/components/CarouselExtended/CarouselExtended.js +2 -2
  82. package/components/Checkbox/Checkbox.js +13 -13
  83. package/components/Checkbox/CheckboxXGroup.js +13 -13
  84. package/components/Checkbox/CheckboxYGroup.js +6 -6
  85. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +5 -5
  86. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
  88. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +10 -10
  89. package/components/Chip/Chip.js +4 -3
  90. package/components/Chip/ChipClearButton.js +7 -7
  91. package/components/Chip/ChipDatePicker/ChipDatePicker.js +37 -36
  92. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +11 -11
  93. package/components/Chip/ChipDropdownArrow.js +2 -2
  94. package/components/Chip/ChipIcon.js +1 -1
  95. package/components/Chip/ChipMultiselect.js +22 -21
  96. package/components/Chip/ChipOptions.js +6 -6
  97. package/components/Chip/ChipSelect/ChipSelect.js +40 -27
  98. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  99. package/components/Chip/ChipSort.js +23 -22
  100. package/components/Chip/ChipSuggest/ChipSuggest.js +14 -14
  101. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  102. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  103. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
  104. package/components/Chip/enums.js +5 -0
  105. package/components/Chip/index.js +28 -26
  106. package/components/ChipGroup/ChipGroup.js +16 -16
  107. package/components/Col/Col.js +178 -163
  108. package/components/CollapsibleTree/CollapsibleTree.js +23 -0
  109. package/components/CollapsibleTree/components/CollapsibleTreeBranchNode.js +37 -0
  110. package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +13 -0
  111. package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +24 -0
  112. package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +44 -0
  113. package/components/CollapsibleTree/components/CollapsibleTreeNodeLabel.js +12 -0
  114. package/components/CollapsibleTree/index.js +11 -0
  115. package/components/CollapsibleTree/types.js +5 -0
  116. package/components/CollapsibleTreeExtended/CollapsibleTreeExtended.js +10 -0
  117. package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +71 -0
  118. package/components/CollapsibleTreeExtended/index.js +7 -0
  119. package/components/Confirm/Confirm.js +2 -2
  120. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  121. package/components/Confirm/components/ConfirmContent.js +2 -2
  122. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  123. package/components/Confirm/components/ConfirmControls.js +2 -2
  124. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  125. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +8 -8
  126. package/components/DateRange/DateRange.js +6 -6
  127. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  128. package/components/DesignTokens/DesignTokensComponents.js +94 -84
  129. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +90 -80
  130. package/components/DesignTokens/components/Chip.js +12 -6
  131. package/components/DesignTokens/components/CollapsibleTree.js +11 -0
  132. package/components/DesignTokens/components/ImageGallery.js +47 -0
  133. package/components/DesignTokens/components/LightBox.js +1 -1
  134. package/components/DesignTokens/components/ListItem.js +7 -4
  135. package/components/DesignTokens/components/TopOverlay.js +1 -1
  136. package/components/DesignTokens/components/index.js +144 -138
  137. package/components/Divider/Divider.js +21 -21
  138. package/components/DocumentNumberEdit/DocumentNumberEdit.js +11 -11
  139. package/components/Dropdown/desktop/DropdownDesktop.js +16 -16
  140. package/components/Dropdown/desktop/DropdownList.js +2 -2
  141. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  142. package/components/Dropdown/desktop/index.js +1 -1
  143. package/components/Dropdown/index.js +1 -1
  144. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  145. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  146. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  147. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  148. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  149. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  150. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  151. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  152. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  153. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  154. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  155. package/components/Ellipsis/Ellipsis.js +9 -9
  156. package/components/EmptyView/EmptyView.js +21 -21
  157. package/components/ExpandAnimation/ExpandAnimation.js +14 -14
  158. package/components/Footer/Footer.js +1 -1
  159. package/components/Footer/components/FooterDescription.js +2 -2
  160. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  161. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  162. package/components/FormField/FormField.js +22 -22
  163. package/components/FormField/components/FormFieldClear.js +8 -8
  164. package/components/FormField/components/FormFieldCounter.js +1 -1
  165. package/components/FormField/components/FormFieldDescription.js +6 -6
  166. package/components/FormField/components/FormFieldInput.js +2 -2
  167. package/components/FormField/components/FormFieldLabel.js +11 -11
  168. package/components/FormField/components/FormFieldMaskedInput.js +21 -21
  169. package/components/FormField/components/FormFieldPostfix.js +24 -17
  170. package/components/FormField/components/FormFieldPrefix.js +24 -17
  171. package/components/FormField/components/FormFieldTarget.js +18 -18
  172. package/components/FormField/components/FormFieldTextarea.js +14 -14
  173. package/components/FormField/components/index.js +1 -1
  174. package/components/FormField/index.js +1 -1
  175. package/components/Gap/Gap.js +15 -5
  176. package/components/Header/Header.js +1 -1
  177. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  178. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  179. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  180. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +7 -7
  181. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  182. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  183. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  184. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  185. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  186. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  187. package/components/HelpBox/HelpBox.js +5 -5
  188. package/components/IconWrapper/IconWrapper.js +11 -11
  189. package/components/ImageGallery/ImageGallery.js +74 -0
  190. package/components/ImageGallery/index.js +5 -0
  191. package/components/ImageGallery/types.js +2 -0
  192. package/components/ImageGalleryExtended/ImageGalleryExtended.js +72 -0
  193. package/components/ImageGalleryExtended/ImageGalleryExtendedContext.js +16 -0
  194. package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +31 -0
  195. package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +35 -0
  196. package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +31 -0
  197. package/components/ImageGalleryExtended/components/ImageGalleryExtendedNav.js +19 -0
  198. package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +20 -0
  199. package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +89 -0
  200. package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +8 -0
  201. package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +40 -0
  202. package/components/ImageGalleryExtended/components/index.js +15 -0
  203. package/components/ImageGalleryExtended/enums.js +5 -0
  204. package/components/ImageGalleryExtended/index.js +21 -0
  205. package/components/ImageGalleryExtended/types.js +2 -0
  206. package/components/Island/Island.js +2 -2
  207. package/components/Island/components/IslandBody.js +2 -2
  208. package/components/Island/components/IslandFooter.js +2 -2
  209. package/components/Island/components/IslandHeader.js +2 -2
  210. package/components/Island/utils.js +1 -1
  211. package/components/IslandAccordion/IslandAccordion.js +3 -3
  212. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  213. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  214. package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
  215. package/components/IslandWidget/IslandWidget.js +14 -14
  216. package/components/IslandWidget/components/IslandWidgetBody.js +2 -2
  217. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +5 -5
  218. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  219. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  220. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  221. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  222. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  223. package/components/IslandWidget/components/IslandWidgetHeaderControls.js +2 -2
  224. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  225. package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +2 -2
  226. package/components/IslandWidget/components/IslandWidgetWrapper.js +7 -7
  227. package/components/LightBox/LightBox.js +33 -33
  228. package/components/LightBox/LightBoxContent.js +2 -2
  229. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  230. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  231. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  232. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  233. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +34 -34
  234. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  235. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  236. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  237. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +8 -8
  238. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +6 -6
  239. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  240. package/components/Link/Link.js +26 -26
  241. package/components/List/List.js +3 -3
  242. package/components/List/ListSortable.js +1 -1
  243. package/components/List/components/ListEmptyState.js +5 -5
  244. package/components/List/components/ListItem.js +8 -8
  245. package/components/List/components/ListItemContent.js +21 -16
  246. package/components/List/components/ListItemContext.js +5 -2
  247. package/components/List/components/ListItemControls.js +6 -6
  248. package/components/List/components/ListItemControlsButton.js +2 -2
  249. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  250. package/components/List/components/ListItemLoading.js +7 -7
  251. package/components/List/components/ListItemSelectable.js +30 -27
  252. package/components/List/components/ListItemTable.js +15 -14
  253. package/components/List/components/ListItemTailLeft.js +2 -2
  254. package/components/List/components/ListItemTailRight.js +2 -2
  255. package/components/List/components/ListSortableItem.js +2 -2
  256. package/components/List/components/ListSortableItemControls.js +2 -2
  257. package/components/List/components/ListSortableItemTarget.js +11 -11
  258. package/components/List/index.js +1 -1
  259. package/components/ListMaster/ListMaster.js +1 -1
  260. package/components/ListMaster/components/ListMasterBody.js +1 -1
  261. package/components/ListMaster/components/ListMasterChipGroup.js +3 -3
  262. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  263. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  264. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  265. package/components/ListMaster/components/ListMasterHeader.js +13 -13
  266. package/components/ListMaster/components/SelectionControls.js +7 -7
  267. package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
  268. package/components/Loader/LoaderSmall/LoaderSmall.js +10 -10
  269. package/components/LoaderScreen/LoaderScreen.js +13 -13
  270. package/components/Marker/Marker.js +2 -2
  271. package/components/Marker/utils.js +1 -1
  272. package/components/MarkerStatus/MarkerStatus.js +5 -5
  273. package/components/ModalWindow/ModalWindow.js +9 -9
  274. package/components/ModalWindow/components/ModalWindowBody.js +2 -2
  275. package/components/ModalWindow/components/ModalWindowClose.js +1 -1
  276. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  277. package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
  278. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  279. package/components/MonthYearRange/MonthYearRange.js +5 -5
  280. package/components/MultiselectField/MultiselectField.js +19 -14
  281. package/components/MultiselectField/MultiselectFieldContext.js +5 -4
  282. package/components/MultiselectField/components/MultiselectFieldDropdown.js +32 -29
  283. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +11 -11
  284. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  285. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  286. package/components/Notification/Notification.js +3 -3
  287. package/components/Notification/NotificationGrouped.js +1 -1
  288. package/components/Notification/components/NotificationBody.js +1 -1
  289. package/components/Notification/components/NotificationBodyList.js +2 -2
  290. package/components/Notification/components/NotificationClose.js +1 -1
  291. package/components/Notification/components/NotificationFooter.js +1 -1
  292. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  293. package/components/Notification/components/NotificationHeader.js +1 -1
  294. package/components/Notification/components/NotificationIcon.js +1 -1
  295. package/components/Notification/components/NotificationTime.js +1 -1
  296. package/components/NumberField/NumberFieldInput.js +1 -1
  297. package/components/OrderedList/OrderedList.js +3 -3
  298. package/components/OrderedList/OrderedListItem.js +3 -3
  299. package/components/Overlay/Overlay.js +2 -2
  300. package/components/Overlay/OverlayMask.js +2 -2
  301. package/components/Overlay/OverlayPanel.js +2 -2
  302. package/components/Page/Page.js +2 -2
  303. package/components/Page/components/BodyPage.js +11 -11
  304. package/components/Page/components/FooterPage.js +2 -2
  305. package/components/Page/components/HeaderPage.js +2 -2
  306. package/components/Page/components/useStickyCornerRadius.js +16 -16
  307. package/components/Pagination/components/PaginationExtended.js +6 -6
  308. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  309. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  310. package/components/Pagination/components/PaginationPageButton.js +2 -2
  311. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  312. package/components/Pagination/components/PaginationSelect.js +10 -10
  313. package/components/Pagination/utils/paginationUtils.js +1 -1
  314. package/components/Radio/Radio.js +12 -12
  315. package/components/Radio/RadioXGroup.js +13 -13
  316. package/components/Radio/RadioYGroup.js +6 -6
  317. package/components/Row/Row.js +25 -10
  318. package/components/Row/RowContext.js +9 -0
  319. package/components/SMSField/SMSField.js +3 -3
  320. package/components/SMSField/components/RefreshIcon.js +2 -2
  321. package/components/SMSField/components/SMSFieldInput.js +29 -29
  322. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  323. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  324. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  325. package/components/SegmentedControl/SegmentedControl.js +11 -11
  326. package/components/SegmentedControl/SegmentedControlSegment.js +5 -5
  327. package/components/SelectExtendedField/SelectExtendedField.js +10 -10
  328. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  329. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
  330. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +19 -19
  331. package/components/SelectField/SelectField.js +2 -2
  332. package/components/Skeleton/Skeleton.js +11 -11
  333. package/components/SliderExtended/SliderExtended.js +3 -3
  334. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +21 -21
  335. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  336. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  337. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  338. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +8 -8
  339. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +20 -20
  340. package/components/SmallInput/SmallInput.js +2 -2
  341. package/components/Spoiler/Spoiler.js +14 -14
  342. package/components/StatusTracker/StatusTracker.js +3 -3
  343. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  344. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  345. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  346. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  347. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  348. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  349. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  350. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  351. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  352. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  353. package/components/Step/Step.js +19 -19
  354. package/components/Stepper/Stepper.js +34 -34
  355. package/components/Stepper/StepperExtended.js +10 -10
  356. package/components/Stepper/StepperStep.js +3 -3
  357. package/components/Stepper/StepperStepArrowBorder.js +1 -1
  358. package/components/Suggest/SuggestMobileDropdownContent.js +16 -16
  359. package/components/Suggest/useSuggest.js +1 -1
  360. package/components/SuggestField/SuggestField.js +2 -2
  361. package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
  362. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  363. package/components/SuggestField/index.js +1 -1
  364. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  365. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  366. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  367. package/components/SuggestField/mobile/index.js +1 -1
  368. package/components/SwipeableArea/SwipeableArea.js +77 -81
  369. package/components/Table/ChipPanel.js +12 -0
  370. package/components/Table/ChipPanelLinks.js +22 -0
  371. package/components/Table/FilterPanel.js +6 -6
  372. package/components/Table/MasterTable.js +10 -10
  373. package/components/Table/NoColumns.js +2 -2
  374. package/components/Table/PaginationPanel.js +3 -3
  375. package/components/Table/TableBasic/TableBasic.js +2 -2
  376. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  377. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  378. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  379. package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
  380. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +3 -3
  381. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  382. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
  383. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  384. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
  385. package/components/Table/TableFooter/TableFooter.js +2 -2
  386. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  387. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  388. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  389. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  390. package/components/Table/index.js +7 -7
  391. package/components/Table/utils.js +1 -1
  392. package/components/Tabs/Tabs.js +15 -15
  393. package/components/TabsExtended/TabsExtended.js +3 -3
  394. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  395. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  396. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  397. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  398. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  399. package/components/TabsExtended/utils.js +1 -1
  400. package/components/TabsLine/TabsLine.js +2 -2
  401. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  402. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  403. package/components/TabsLine/components/TabsLineItem.js +2 -2
  404. package/components/TabsLine/components/TabsLineMobile.js +5 -5
  405. package/components/Tag/Tag.js +15 -15
  406. package/components/TagColor/TagColor.js +16 -16
  407. package/components/TagGroup/TagGroup.js +10 -10
  408. package/components/TextField/TextField.js +1 -1
  409. package/components/TextField/TextFieldBase.js +22 -17
  410. package/components/TextareaField/TextareaField.js +1 -1
  411. package/components/ThemeProvider/ThemeProvider.js +1 -1
  412. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  413. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  414. package/components/Tooltip/components/common/TooltipLink.js +12 -12
  415. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  416. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  417. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  418. package/components/Tooltip/components/mobile/TooltipMobile.js +6 -6
  419. package/components/TopOverlay/TopOverlay.js +38 -38
  420. package/components/TreeView/TreeView.js +2 -2
  421. package/components/TreeView/components/TreeViewGroup.js +1 -1
  422. package/components/TreeView/components/TreeViewNode.js +2 -2
  423. package/components/Typography/Caption.js +20 -20
  424. package/components/Typography/CodeText.js +9 -9
  425. package/components/Typography/Text.js +26 -26
  426. package/components/Typography/Title.js +10 -10
  427. package/components/Typography/constants.js +1 -1
  428. package/components/UnorderedList/UnorderedList.js +3 -3
  429. package/components/UnorderedList/UnorderedListItem.js +6 -6
  430. package/components/UploadZone/UploadZone.js +3 -3
  431. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  432. package/components/UploadZone/index.js +1 -1
  433. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  434. package/components/index.js +652 -622
  435. package/index.d.ts +449 -88
  436. package/index.js +685 -655
  437. package/package.json +16 -4
  438. package/styles/triplex-next.css +556 -538
  439. package/utils/amountUtils.js +1 -1
  440. package/chunks/AlertProcessSpoiler-DE66k9NP.js +0 -41
  441. package/chunks/Card.module-BWjkCuCg.js +0 -17
  442. package/chunks/CheckboxTreeExtended.module-D7kAm43p.js +0 -15
  443. package/chunks/Chip-Bk0l10k4.js +0 -77
  444. package/chunks/Confirm.module-UrrVAY0j.js +0 -15
  445. package/chunks/DropdownMobile.module-DyKJlGOg.js +0 -23
  446. package/chunks/Footer.module-sbV81EJD.js +0 -9
  447. package/chunks/HeaderLayoutSidebar.module-x2nqqRdl.js +0 -9
  448. package/chunks/HeaderTabs.module-CksnQh12.js +0 -9
  449. package/chunks/IslandAccordion.module-BXOOvpYn.js +0 -25
  450. package/chunks/IslandWidgetFooter.module-DwWAkCRp.js +0 -9
  451. package/chunks/IslandWidgetHeader.module-CQebj2O8.js +0 -13
  452. package/chunks/LightBoxControls.module-CZYk-V6O.js +0 -16
  453. package/chunks/LightBoxSideOverlayClose.module-ColwiMcL.js +0 -9
  454. package/chunks/ListItemControlsButton-Bo2ir8rI.js +0 -59
  455. package/chunks/ListItemTail.module-CFYYwAc-.js +0 -12
  456. package/chunks/ListMasterFooter.module-BUKqB_dT.js +0 -10
  457. package/chunks/ModalWindow.module-4BH52pa7.js +0 -17
  458. package/chunks/Notification.module-Bkv2fddJ.js +0 -20
  459. package/chunks/Overlay.module-B986w4hy.js +0 -18
  460. package/chunks/Page.module-oopm23nH.js +0 -11
  461. package/chunks/SMSField.module-B48LpGzA.js +0 -16
  462. package/chunks/SliderExtendedMarks.module-DkUSlj4_.js +0 -15
  463. package/chunks/SliderExtendedRail-B1jT6Bzj.js +0 -40
  464. package/chunks/StatusTracker.module-BtXyaaNz.js +0 -24
  465. package/chunks/TableFooter.module-CTUrl1eY.js +0 -14
  466. package/chunks/TabsExtended.module-_Y6KIl3m.js +0 -16
  467. package/chunks/TabsLine.module-CaWr6_95.js +0 -21
  468. package/chunks/TooltipDesktop.module-Crnh1kg9.js +0 -19
  469. package/chunks/TreeView.module-BKMbHz4P.js +0 -9
  470. package/chunks/utils-EiF_pPO4.js +0 -73
  471. package/chunks/vendor-DJ6wKpvR.js +0 -12477
  472. package/components/CollapsableTree/CollapsableTree.js +0 -10
  473. package/components/CollapsableTree/components/CollapsableTreeNode.js +0 -79
  474. package/components/CollapsableTree/index.js +0 -7
  475. package/components/Table/TabsLinePanel.js +0 -12
  476. package/components/Table/TabsLinePanelLinks.js +0 -26
@@ -1,538 +1,556 @@
1
- html {--triplex-next-ColorBrand-0-0-29-0: #1F3336;
2
- --triplex-next-ColorBrand-10-0-29-0: #0B3A3C;
3
- --triplex-next-ColorBrand-20-0-29-0: #006063;
4
- --triplex-next-ColorBrand-30-0-29-0: #007777;
5
- --triplex-next-ColorBrand-40-0-29-0: #008985;
6
- --triplex-next-ColorBrand-50-0-29-0: #21A19A;
7
- --triplex-next-ColorBrand-60-0-29-0: #19BDB0;
8
- --triplex-next-ColorBrand-70-0-29-0: #4BD9CF;
9
- --triplex-next-ColorBrand-80-0-29-0: #71ECDC;
10
- --triplex-next-ColorBrand-90-0-29-0: #A8F5E9;
11
- --triplex-next-ColorBrand-95-0-29-0: #C5FAF1;
12
- --triplex-next-ColorBrand-100-0-29-0: #E3FFFA;
13
- --triplex-next-ColorDarkNeutralAlpha-0-0-29-0: rgba(31, 31, 34, 1);
14
- --triplex-next-ColorDarkNeutralAlpha-10-0-29-0: rgba(31, 31, 34, .95);
15
- --triplex-next-ColorDarkNeutralAlpha-20-0-29-0: rgba(31, 31, 34, .85);
16
- --triplex-next-ColorDarkNeutralAlpha-30-0-29-0: rgba(31, 31, 34, .75);
17
- --triplex-next-ColorDarkNeutralAlpha-40-0-29-0: rgba(31, 31, 34, .65);
18
- --triplex-next-ColorDarkNeutralAlpha-50-0-29-0: rgba(31, 31, 34, .55);
19
- --triplex-next-ColorDarkNeutralAlpha-60-0-29-0: rgba(31, 31, 34, .45);
20
- --triplex-next-ColorDarkNeutralAlpha-70-0-29-0: rgba(31, 31, 34, .35);
21
- --triplex-next-ColorDarkNeutralAlpha-80-0-29-0: rgba(31, 31, 34, .25);
22
- --triplex-next-ColorDarkNeutralAlpha-90-0-29-0: rgba(31, 31, 34, .15);
23
- --triplex-next-ColorDarkNeutralAlpha-100-0-29-0: rgba(31, 31, 34, .05);
24
- --triplex-next-ColorDarkNeutral-0-0-29-0: #000000;
25
- --triplex-next-ColorDarkNeutral-10-0-29-0: #171719;
26
- --triplex-next-ColorDarkNeutral-20-0-29-0: #1B1B1D;
27
- --triplex-next-ColorDarkNeutral-30-0-29-0: #1F1F22;
28
- --triplex-next-ColorDarkNeutral-40-0-29-0: #262629;
29
- --triplex-next-ColorDarkNeutral-50-0-29-0: #2D2D30;
30
- --triplex-next-ColorDarkNeutral-60-0-29-0: #343437;
31
- --triplex-next-ColorDarkNeutral-70-0-29-0: #3B3B3E;
32
- --triplex-next-ColorDarkNeutral-80-0-29-0: #424245;
33
- --triplex-next-ColorDarkNeutral-90-0-29-0: #49494C;
34
- --triplex-next-ColorDarkNeutral-100-0-29-0: #4F4F52;
35
- --triplex-next-ColorError-0-0-29-0: #443139;
36
- --triplex-next-ColorError-10-0-29-0: #4E3741;
37
- --triplex-next-ColorError-20-0-29-0: #A90024;
38
- --triplex-next-ColorError-30-0-29-0: #BD002C;
39
- --triplex-next-ColorError-40-0-29-0: #D10032;
40
- --triplex-next-ColorError-50-0-29-0: #E60037;
41
- --triplex-next-ColorError-60-0-29-0: #F80C45;
42
- --triplex-next-ColorError-70-0-29-0: #FF5571;
43
- --triplex-next-ColorError-80-0-29-0: #FFB1C1;
44
- --triplex-next-ColorError-90-0-29-0: #FCE0E6;
45
- --triplex-next-ColorError-100-0-29-0: #FFF0F3;
46
- --triplex-next-ColorInfo-0-0-29-0: #313749;
47
- --triplex-next-ColorInfo-10-0-29-0: #2E3A52;
48
- --triplex-next-ColorInfo-20-0-29-0: #0A43B0;
49
- --triplex-next-ColorInfo-30-0-29-0: #124FC2;
50
- --triplex-next-ColorInfo-40-0-29-0: #0E57CC;
51
- --triplex-next-ColorInfo-50-0-29-0: #1371E4;
52
- --triplex-next-ColorInfo-60-0-29-0: #1297FE;
53
- --triplex-next-ColorInfo-70-0-29-0: #66BEFF;
54
- --triplex-next-ColorInfo-80-0-29-0: #8DD2FF;
55
- --triplex-next-ColorInfo-90-0-29-0: #B8E6FF;
56
- --triplex-next-ColorInfo-100-0-29-0: #E3F6FF;
57
- --triplex-next-ColorNeutralAlpha-0-0-29-0: rgba(255, 255, 255, 1);
58
- --triplex-next-ColorNeutralAlpha-10-0-29-0: rgba(255, 255, 255, .95);
59
- --triplex-next-ColorNeutralAlpha-20-0-29-0: rgba(255, 255, 255, .85);
60
- --triplex-next-ColorNeutralAlpha-30-0-29-0: rgba(255, 255, 255, .75);
61
- --triplex-next-ColorNeutralAlpha-40-0-29-0: rgba(255, 255, 255, .65);
62
- --triplex-next-ColorNeutralAlpha-50-0-29-0: rgba(255, 255, 255, .55);
63
- --triplex-next-ColorNeutralAlpha-60-0-29-0: rgba(255, 255, 255, .45);
64
- --triplex-next-ColorNeutralAlpha-70-0-29-0: rgba(255, 255, 255, .35);
65
- --triplex-next-ColorNeutralAlpha-80-0-29-0: rgba(255, 255, 255, .25);
66
- --triplex-next-ColorNeutralAlpha-90-0-29-0: rgba(255, 255, 255, .15);
67
- --triplex-next-ColorNeutralAlpha-100-0-29-0: rgba(255, 255, 255, .05);
68
- --triplex-next-ColorNeutral-0-0-29-0: #CBCFD7;
69
- --triplex-next-ColorNeutral-10-0-29-0: #D1D4DC;
70
- --triplex-next-ColorNeutral-20-0-29-0: #D6D9E0;
71
- --triplex-next-ColorNeutral-30-0-29-0: #DCDFE4;
72
- --triplex-next-ColorNeutral-40-0-29-0: #DFE2E7;
73
- --triplex-next-ColorNeutral-50-0-29-0: #E3E6EA;
74
- --triplex-next-ColorNeutral-60-0-29-0: #E7E9EE;
75
- --triplex-next-ColorNeutral-70-0-29-0: #EAEDF1;
76
- --triplex-next-ColorNeutral-80-0-29-0: #EEF0F4;
77
- --triplex-next-ColorNeutral-90-0-29-0: #F2F4F7;
78
- --triplex-next-ColorNeutral-100-0-29-0: #FFFFFF;
79
- --triplex-next-ColorSuccess-0-0-29-0: #28433E;
80
- --triplex-next-ColorSuccess-10-0-29-0: #2A4C45;
81
- --triplex-next-ColorSuccess-20-0-29-0: #00624C;
82
- --triplex-next-ColorSuccess-30-0-29-0: #007353;
83
- --triplex-next-ColorSuccess-40-0-29-0: #008B5C;
84
- --triplex-next-ColorSuccess-50-0-29-0: #00C075;
85
- --triplex-next-ColorSuccess-60-0-29-0: #00D67D;
86
- --triplex-next-ColorSuccess-70-0-29-0: #3AF299;
87
- --triplex-next-ColorSuccess-80-0-29-0: #8AFFB8;
88
- --triplex-next-ColorSuccess-90-0-29-0: #B8FFD4;
89
- --triplex-next-ColorSuccess-100-0-29-0: #E1FFEB;
90
- --triplex-next-ColorSystem-0-0-29-0: #373C49;
91
- --triplex-next-ColorSystem-10-0-29-0: #384156;
92
- --triplex-next-ColorSystem-20-0-29-0: #47526D;
93
- --triplex-next-ColorSystem-30-0-29-0: #57637F;
94
- --triplex-next-ColorSystem-40-0-29-0: #697591;
95
- --triplex-next-ColorSystem-50-0-29-0: #8291B3;
96
- --triplex-next-ColorSystem-60-0-29-0: #95A3C1;
97
- --triplex-next-ColorSystem-70-0-29-0: #A9B6D0;
98
- --triplex-next-ColorSystem-80-0-29-0: #BFCADF;
99
- --triplex-next-ColorSystem-90-0-29-0: #D6DEED;
100
- --triplex-next-ColorSystem-95-0-29-0: #E0E8F4;
101
- --triplex-next-ColorSystem-100-0-29-0: #EEF3FC;
102
- --triplex-next-ColorWarning-0-0-29-0: #463734;
103
- --triplex-next-ColorWarning-10-0-29-0: #4F3E3B;
104
- --triplex-next-ColorWarning-20-0-29-0: #E03400;
105
- --triplex-next-ColorWarning-30-0-29-0: #E63D00;
106
- --triplex-next-ColorWarning-40-0-29-0: #EF4C01;
107
- --triplex-next-ColorWarning-50-0-29-0: #FD6508;
108
- --triplex-next-ColorWarning-60-0-29-0: #FF7A17;
109
- --triplex-next-ColorWarning-70-0-29-0: #FFB13B;
110
- --triplex-next-ColorWarning-80-0-29-0: #FFD169;
111
- --triplex-next-ColorWarning-90-0-29-0: #FCEAC7;
112
- --triplex-next-ColorWarning-100-0-29-0: #FFF4DB;
113
- --triplex-next-AlertContext-Error_Color-0-29-0: #D10032;
114
- --triplex-next-AlertContext-Info_Color-0-29-0: rgba(31, 31, 34, 1);
115
- --triplex-next-AlertContext-System_Color-0-29-0: rgba(31, 31, 34, 1);
116
- --triplex-next-AlertContext-Warning_Color-0-29-0: rgba(31, 31, 34, 1);
117
- --triplex-next-AlertProcess-Info_Background-0-29-0: #E3F6FF;
118
- --triplex-next-AlertProcess-Warning_Background-0-29-0: #FFF4DB;
119
- --triplex-next-AlertProcess-Error_Background-0-29-0: #FFF0F3;
120
- --triplex-next-AlertProcess-System_Background-0-29-0: #E0E8F4;
121
- --triplex-next-AlertProcess-Feature_Background-0-29-0: #E3FFFA;
122
- --triplex-next-Avatar-Background-0-29-0: #E3E6EA;
123
- --triplex-next-Badge-Background-0-29-0: #FFB13B;
124
- --triplex-next-Button-General_Background_Active-0-29-0: #007777;
125
- --triplex-next-Button-General_Background_Default-0-29-0: #21A19A;
126
- --triplex-next-Button-General_Background_Disabled-0-29-0: #F2F4F7;
127
- --triplex-next-Button-General_Background_Hover-0-29-0: #19BDB0;
128
- --triplex-next-Button-General_Color_Active-0-29-0: rgba(255, 255, 255, 1);
129
- --triplex-next-Button-General_Color_Default-0-29-0: rgba(255, 255, 255, 1);
130
- --triplex-next-Button-General_Color_Disabled-0-29-0: rgba(31, 31, 34, .35);
131
- --triplex-next-Button-General_Color_Hover-0-29-0: rgba(255, 255, 255, 1);
132
- --triplex-next-Button-General_Shadow_Focus-0-29-0: 0 0 0 1px #FFD169 inset;
133
- --triplex-next-Button-Secondary_Background_Active-0-29-0: #DCDFE4;
134
- --triplex-next-Button-Secondary_Background_Default-0-29-0: #F2F4F7;
135
- --triplex-next-Button-Secondary_Background_Disabled-0-29-0: #F2F4F7;
136
- --triplex-next-Button-Secondary_Background_Hover-0-29-0: #EAEDF1;
137
- --triplex-next-Button-Secondary_Color_Active-0-29-0: #007777;
138
- --triplex-next-Button-Secondary_Color_Default-0-29-0: #008985;
139
- --triplex-next-Button-Secondary_Color_Disabled-0-29-0: rgba(31, 31, 34, .35);
140
- --triplex-next-Button-Secondary_Color_Hover-0-29-0: #21A19A;
141
- --triplex-next-Button-Secondary_Shadow_Focus-0-29-0: 0 0 0 1px #FFD169 inset;
142
- --triplex-next-Button-SecondaryLight_Background_Active-0-29-0: #DFE2E7;
143
- --triplex-next-Button-SecondaryLight_Background_Default-0-29-0: #FFFFFF;
144
- --triplex-next-Button-SecondaryLight_Background_Disabled-0-29-0: #F2F4F7;
145
- --triplex-next-Button-SecondaryLight_Background_Hover-0-29-0: #EEF0F4;
146
- --triplex-next-Button-SecondaryLight_Color_Active-0-29-0: #007777;
147
- --triplex-next-Button-SecondaryLight_Color_Default-0-29-0: #008985;
148
- --triplex-next-Button-SecondaryLight_Color_Disabled-0-29-0: rgba(31, 31, 34, .35);
149
- --triplex-next-Button-SecondaryLight_Color_Hover-0-29-0: #21A19A;
150
- --triplex-next-Button-SecondaryLight_Shadow_Focus-0-29-0: 0 0 0 1px #FFD169 inset;
151
- --triplex-next-Button-Danger_Background_Active-0-29-0: #BD002C;
152
- --triplex-next-Button-Danger_Background_Default-0-29-0: #E60037;
153
- --triplex-next-Button-Danger_Background_Disabled-0-29-0: #F2F4F7;
154
- --triplex-next-Button-Danger_Background_Hover-0-29-0: #F80C45;
155
- --triplex-next-Button-Danger_Color_Active-0-29-0: rgba(255, 255, 255, 1);
156
- --triplex-next-Button-Danger_Color_Default-0-29-0: rgba(255, 255, 255, 1);
157
- --triplex-next-Button-Danger_Color_Disabled-0-29-0: rgba(31, 31, 34, .35);
158
- --triplex-next-Button-Danger_Color_Hover-0-29-0: rgba(255, 255, 255, 1);
159
- --triplex-next-Button-Danger_Shadow_Focus-0-29-0: 0 0 0 1px #FFD169 inset;
160
- --triplex-next-Button-Icon_Shadow_Focus-0-29-0: 0 0 0 1px #FFD169;
161
- --triplex-next-Button-Link_Color_Active-0-29-0: #007777;
162
- --triplex-next-Button-Link_Color_Default-0-29-0: #008985;
163
- --triplex-next-Button-Link_Color_Disabled-0-29-0: rgba(31, 31, 34, .35);
164
- --triplex-next-Button-Link_Color_Hover-0-29-0: #21A19A;
165
- --triplex-next-Button-Link_Shadow_Focus-0-29-0: 0 0 0 1px #FFD169 inset;
166
- --triplex-next-Calendar-Background-0-29-0: #FFFFFF;
167
- --triplex-next-Calendar-View_Header_Color-0-29-0: rgba(31, 31, 34, .55);
168
- --triplex-next-Calendar-View_Item_Background_Default-0-29-0: none;
169
- --triplex-next-Calendar-View_Item_Background_Hover-0-29-0: #19BDB0;
170
- --triplex-next-Calendar-View_Item_Background_Selected_Default-0-29-0: #21A19A;
171
- --triplex-next-Calendar-View_Item_Background_Selected_Hover-0-29-0: #007777;
172
- --triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-29-0: #E3FFFA;
173
- --triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-29-0: #A8F5E9;
174
- --triplex-next-Calendar-View_Item_BorderColor_Default-0-29-0: transparent;
175
- --triplex-next-Calendar-View_Item_BorderColor_Focus-0-29-0: #FFD169;
176
- --triplex-next-Calendar-View_Item_Color_Default-0-29-0: rgba(31, 31, 34, 1);
177
- --triplex-next-Calendar-View_Item_Color_Hover-0-29-0: rgba(255, 255, 255, 1);
178
- --triplex-next-Calendar-View_Item_Color_Disabled-0-29-0: rgba(31, 31, 34, .35);
179
- --triplex-next-Calendar-View_Item_Color_Muted-0-29-0: rgba(31, 31, 34, .35);
180
- --triplex-next-Calendar-View_Item_Color_Selected-0-29-0: rgba(255, 255, 255, 1);
181
- --triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-29-0: rgba(31, 31, 34, .35);
182
- --triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-29-0: rgba(31, 31, 34, .35);
183
- --triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-29-0: rgba(31, 31, 34, .35);
184
- --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-29-0: rgba(31, 31, 34, .35);
185
- --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-29-0: rgba(31, 31, 34, .35);
186
- --triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-29-0: #00C075;
187
- --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-29-0: #00C075;
188
- --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-29-0: #00C075;
189
- --triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-29-0: #FD6508;
190
- --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-29-0: #FD6508;
191
- --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-29-0: #FD6508;
192
- --triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-29-0: #E60037;
193
- --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-29-0: #E60037;
194
- --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-29-0: #E60037;
195
- --triplex-next-Card-Static_General_Background-0-29-0: #FFFFFF;
196
- --triplex-next-Card-Static_Secondary_Background-0-29-0: #F2F4F7;
197
- --triplex-next-Card-Action_General_Background-0-29-0: #FFFFFF;
198
- --triplex-next-Card-Action_General_Background_Hover-0-29-0: #FFFFFF;
199
- --triplex-next-Card-Action_General_Background_Selected-0-29-0: #F2F4F7;
200
- --triplex-next-Card-Action_General_Background_Selected_Hover-0-29-0: #F2F4F7;
201
- --triplex-next-Card-Action_Secondary_Background-0-29-0: #F2F4F7;
202
- --triplex-next-Card-Action_Secondary_Background_Hover-0-29-0: #EAEDF1;
203
- --triplex-next-Card-Action_Secondary_Background_Selected-0-29-0: #E3E6EA;
204
- --triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-29-0: #DCDFE4;
205
- --triplex-next-Card-Shadow_Default-0-29-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
206
- --triplex-next-Card-Shadow_Focus-0-29-0: inset 0 0 0 1px #FFD169;
207
- --triplex-next-Card-Shadow_Hover-0-29-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
208
- --triplex-next-Card-Shadow_Selected-0-29-0: inset 0 0 0 1px #21A19A;
209
- --triplex-next-Card-Shadow_Selected_Hover-0-29-0: inset 0 0 0 1px #19BDB0;
210
- --triplex-next-Checkbox-Background_Checked_Default-0-29-0: #21A19A;
211
- --triplex-next-Checkbox-Background_Checked_Disabled-0-29-0: #EAEDF1;
212
- --triplex-next-Checkbox-Background_Checked_Hover-0-29-0: #007777;
213
- --triplex-next-Checkbox-Background_Default-0-29-0: #F2F4F7;
214
- --triplex-next-Checkbox-Background_Disabled-0-29-0: #F2F4F7;
215
- --triplex-next-Checkbox-Background_Hover-0-29-0: #19BDB0;
216
- --triplex-next-Checkbox-BorderColor_Default-0-29-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
217
- --triplex-next-Checkbox-BorderColor_Disabled-0-29-0: 0 0 0 1px #E3E6EA inset;
218
- --triplex-next-Checkbox-BorderColor_Focus-0-29-0: 0 0 0 1px #FFD169 inset;
219
- --triplex-next-Checkbox-BorderColor_Hover-0-29-0: none;
220
- --triplex-next-Checkbox-BorderColor_Checked_Default-0-29-0: none;
221
- --triplex-next-Checkbox-BorderColor_Checked_Disabled-0-29-0: none;
222
- --triplex-next-Checkbox-Checkmark_Fill_Default-0-29-0: rgba(255, 255, 255, 1);
223
- --triplex-next-Checkbox-Checkmark_Fill_Disabled-0-29-0: rgba(31, 31, 34, .15);
224
- --triplex-next-Chip-Background_Active-0-29-0: #DFE2E7;
225
- --triplex-next-Chip-Background_Default-0-29-0: #F2F4F7;
226
- --triplex-next-Chip-Background_Disabled-0-29-0: #F2F4F7;
227
- --triplex-next-Chip-Background_Hover-0-29-0: #EAEDF1;
228
- --triplex-next-Chip-Background_Selected_Active-0-29-0: #4F4F52;
229
- --triplex-next-Chip-Background_Selected_Default-0-29-0: #3B3B3E;
230
- --triplex-next-Chip-Background_Selected_Disabled-0-29-0: #343437;
231
- --triplex-next-Chip-Background_Selected_Hover-0-29-0: #49494C;
232
- --triplex-next-Chip-Color_Active-0-29-0: rgba(31, 31, 34, 1);
233
- --triplex-next-Chip-Color_Default-0-29-0: rgba(31, 31, 34, 1);
234
- --triplex-next-Chip-Color_Disabled-0-29-0: rgba(31, 31, 34, .35);
235
- --triplex-next-Chip-Color_Hover-0-29-0: rgba(31, 31, 34, 1);
236
- --triplex-next-Chip-Color_Selected_Active-0-29-0: rgba(255, 255, 255, 1);
237
- --triplex-next-Chip-Color_Selected_Default-0-29-0: rgba(255, 255, 255, 1);
238
- --triplex-next-Chip-Color_Selected_Disabled-0-29-0: rgba(255, 255, 255, .25);
239
- --triplex-next-Chip-Color_Selected_Hover-0-29-0: rgba(255, 255, 255, 1);
240
- --triplex-next-Chip-Shadow_Focus-0-29-0: 0 0 0 1px #FFD169 inset;
241
- --triplex-next-Divider-Background-0-29-0: #D6D9E0;
242
- --triplex-next-Dropdown-Background-0-29-0: #FFFFFF;
243
- --triplex-next-Dropdown-Shadow-0-29-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
244
- --triplex-next-DropdownList-Background_Active-0-29-0: #EAEDF1;
245
- --triplex-next-DropdownList-Background_Default-0-29-0: none;
246
- --triplex-next-DropdownList-Background_Selected-0-29-0: #DCDFE4;
247
- --triplex-next-DropdownList-Color-0-29-0: rgba(31, 31, 34, 1);
248
- --triplex-next-DropdownMobile-Backdrop-0-29-0: rgba(31, 31, 34, .65);
249
- --triplex-next-DropdownMobile-Border_Color-0-29-0: #D6D9E0;
250
- --triplex-next-DropdownMobile-Content_Background-0-29-0: #FFFFFF;
251
- --triplex-next-DropdownMobile-Footer_Background-0-29-0: #FFFFFF;
252
- --triplex-next-DropdownMobile-Header_Background-0-29-0: #F2F4F7;
253
- --triplex-next-DropdownMobileList-Active_Background-0-29-0: #EAEDF1;
254
- --triplex-next-DropdownMobileList-Selected_Background-0-29-0: #DCDFE4;
255
- --triplex-next-FooterPage-StickyShadow-0-29-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
256
- --triplex-next-FormField-Background_Active-0-29-0: #F2F4F7;
257
- --triplex-next-FormField-Background_Default-0-29-0: #F2F4F7;
258
- --triplex-next-FormField-Background_Disabled-0-29-0: #F2F4F7;
259
- --triplex-next-FormField-Background_Error-0-29-0: #FFF0F3;
260
- --triplex-next-FormField-Background_Error_Hover-0-29-0: #FCE0E6;
261
- --triplex-next-FormField-Background_Hover-0-29-0: #EAEDF1;
262
- --triplex-next-FormField-Background_Warning-0-29-0: #FFF4DB;
263
- --triplex-next-FormField-Background_Warning_Hover-0-29-0: #FCEAC7;
264
- --triplex-next-FormField-Input_Color_Default-0-29-0: rgba(31, 31, 34, 1);
265
- --triplex-next-FormField-Input_Color_Disabled-0-29-0: rgba(31, 31, 34, .35);
266
- --triplex-next-FormField-Target_Color_Default-0-29-0: rgba(31, 31, 34, 1);
267
- --triplex-next-FormField-Target_Color_Disabled-0-29-0: rgba(31, 31, 34, .45);
268
- --triplex-next-FormField-Target_PlaceholderColor_Default-0-29-0: rgba(31, 31, 34, .65);
269
- --triplex-next-FormField-Label_Color_Default-0-29-0: rgba(31, 31, 34, .65);
270
- --triplex-next-FormField-Label_Color_Disabled-0-29-0: rgba(31, 31, 34, .35);
271
- --triplex-next-FormField-Shadow_Active-0-29-0: 0 0 0 1px #21A19A inset;
272
- --triplex-next-FormField-Shadow_Default-0-29-0: none;
273
- --triplex-next-FormField-Shadow_Error_Active-0-29-0: 0 0 0 1px #E60037 inset;
274
- --triplex-next-FormField-Shadow_Warning_Active-0-29-0: 0 0 0 1px #FD6508 inset;
275
- --triplex-next-FormField-Placeholder_Color-0-29-0: rgba(31, 31, 34, .65);
276
- --triplex-next-HeaderPage-StickyShadow-0-29-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
277
- --triplex-next-Island-Type1_Background-0-29-0: #FFFFFF;
278
- --triplex-next-Island-Type2_Background-0-29-0: rgba(255, 255, 255, .35);
279
- --triplex-next-Island-Type3_Background-0-29-0: #F2F4F7;
280
- --triplex-next-Island-Type1_Shadow-0-29-0: none;
281
- --triplex-next-Island-Type2_Shadow-0-29-0: 0 0 0 1px #FFFFFF inset;
282
- --triplex-next-Island-Type3_Shadow-0-29-0: none;
283
- --triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-29-0: #DCDFE4;
284
- --triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-29-0: rgba(31, 31, 34, .05);
285
- --triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-29-0: #DCDFE4;
286
- --triplex-next-IslandAccordion-Shadow_Focus-0-29-0: 0 0 0 1px #FFD169 inset;
287
- --triplex-next-IslandWidget-ExtraFooter_Background-0-29-0: #FFFFFF;
288
- --triplex-next-IslandWidget-ExtraFooter_Shadow-0-29-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
289
- --triplex-next-LightBox-Backdrop_Background-0-29-0: rgba(31, 31, 34, .75);
290
- --triplex-next-LightBox-Content_Background-0-29-0: #EAEDF1;
291
- --triplex-next-Link-BorderColor_Focus-0-29-0: 0 0 0 1px #FFD169 inset;
292
- --triplex-next-Link-Text_Color_Active-0-29-0: #007777;
293
- --triplex-next-Link-Text_Color_Default-0-29-0: #008985;
294
- --triplex-next-Link-Text_Color_Hover-0-29-0: #21A19A;
295
- --triplex-next-ListItem-Background-0-29-0: #FFFFFF;
296
- --triplex-next-ListItem-Background_Dragging-0-29-0: #FFFFFF;
297
- --triplex-next-ListItem-Background_Selected-0-29-0: #F2F4F7;
298
- --triplex-next-ListItem-Shadow_Dragging-0-29-0: 0 2px 7px rgba(31, 31, 34, 0.25);
299
- --triplex-next-ListItemControlsButton-Background_Active-0-29-0: #DCDFE4;
300
- --triplex-next-ListItemControlsButton-Background_Default-0-29-0: #F2F4F7;
301
- --triplex-next-ListItemControlsButton-Background_Hover-0-29-0: #EAEDF1;
302
- --triplex-next-ListItemControlsButton-Color_Active-0-29-0: #007777;
303
- --triplex-next-ListItemControlsButton-Color_Default-0-29-0: #008985;
304
- --triplex-next-ListItemControlsButton-Color_Hover-0-29-0: #21A19A;
305
- --triplex-next-ListMaster-Background-0-29-0: #FFFFFF;
306
- --triplex-next-ListMaster-Footer_Background-0-29-0: #FFFFFF;
307
- --triplex-next-ListMaster-Footer_Shadow-0-29-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
308
- --triplex-next-ListMaster-Header_Background-0-29-0: #FFFFFF;
309
- --triplex-next-ListMaster-Header_Shadow-0-29-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
310
- --triplex-next-Loader-Element_Background_Brand-0-29-0: #21A19A;
311
- --triplex-next-Loader-Element_Background_Neutral-0-29-0: rgba(255, 255, 255, 1);
312
- --triplex-next-Loader-Middle_Background_Default-0-29-0: #EEF0F4;
313
- --triplex-next-LoaderScreen-Small_Backdrop_Default-0-29-0: rgba(255, 255, 255, .75);
314
- --triplex-next-LoaderScreen-Middle_Backdrop_Default-0-29-0: rgba(255, 255, 255, .75);
315
- --triplex-next-LoaderScreen-Middle_Background_Default-0-29-0: #EEF0F4;
316
- --triplex-next-Marker-Background_Error-0-29-0: #E60037;
317
- --triplex-next-Marker-Background_Success-0-29-0: #21A19A;
318
- --triplex-next-Marker-Background_Waiting-0-29-0: #8291B3;
319
- --triplex-next-Marker-Background_Warning-0-29-0: #FD6508;
320
- --triplex-next-MarkerStatus-Description_Color-0-29-0: rgba(0, 0, 0, 0.55);
321
- --triplex-next-ModalWindow-Background-0-29-0: #EAEDF1;
322
- --triplex-next-ModalWindow-Backdrop_Background-0-29-0: rgba(79, 79, 82, .5);
323
- --triplex-next-MultiselectField-Divider_Color-0-29-0: #D6D9E0;
324
- --triplex-next-Notification-Background-0-29-0: #FFFFFF;
325
- --triplex-next-Notification-Color-0-29-0: #1F1F22;
326
- --triplex-next-Notification-TimeColor-0-29-0: rgba(31, 31, 34, 0.65);
327
- --triplex-next-Notification-Shadow-0-29-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
328
- --triplex-next-Overlay-Background-0-29-0: rgba(255, 255, 255, .8);
329
- --triplex-next-Overlay-Panel_Background-0-29-0: #FFFFFF;
330
- --triplex-next-Pagination-PageButton_Background_Active-0-29-0: #E3E6EA;
331
- --triplex-next-Pagination-PageButton_Background_Hover-0-29-0: #F2F4F7;
332
- --triplex-next-Pagination-PageButton_Background_Selected-0-29-0: #E3E6EA;
333
- --triplex-next-Pagination-PageButton_BorderColor_Focus-0-29-0: #FFD169;
334
- --triplex-next-Radio-Background_Checked_Default-0-29-0: #21A19A;
335
- --triplex-next-Radio-Background_Checked_Disabled-0-29-0: #EAEDF1;
336
- --triplex-next-Radio-Background_Checked_Hover-0-29-0: #007777;
337
- --triplex-next-Radio-Background_Default-0-29-0: #F2F4F7;
338
- --triplex-next-Radio-Background_Disabled-0-29-0: #F2F4F7;
339
- --triplex-next-Radio-Background_Hover-0-29-0: #19BDB0;
340
- --triplex-next-Radio-BorderColor_Default-0-29-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
341
- --triplex-next-Radio-BorderColor_Disabled-0-29-0: 0 0 0 1px #E3E6EA inset;
342
- --triplex-next-Radio-BorderColor_Focused-0-29-0: 0 0 0 1px #FFD169 inset;
343
- --triplex-next-Radio-BorderColor_Checked_Default-0-29-0: none;
344
- --triplex-next-Radio-BorderColor_Checked_Disabled-0-29-0: none;
345
- --triplex-next-Radio-Dot_Default-0-29-0: rgba(255, 255, 255, 1);
346
- --triplex-next-Radio-Dot_Disabled-0-29-0: rgba(31, 31, 34, .15);
347
- --triplex-next-SegmentedControl-General_1_Background-0-29-0: #F2F4F7;
348
- --triplex-next-SegmentedControl-General_2_Background-0-29-0: #FFFFFF;
349
- --triplex-next-SegmentedControl-Secondary_1_Background-0-29-0: #F2F4F7;
350
- --triplex-next-SegmentedControl-Secondary_2_Background-0-29-0: #FFFFFF;
351
- --triplex-next-SegmentedControlSegment-General_1_Color_Default-0-29-0: rgba(31, 31, 34, .65);
352
- --triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-29-0: rgba(31, 31, 34, 1);
353
- --triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-29-0: rgba(31, 31, 34, .15);
354
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-29-0: rgba(255, 255, 255, 1);
355
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-29-0: rgba(255, 255, 255, 1);
356
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-29-0: rgba(255, 255, 255, .25);
357
- --triplex-next-SegmentedControlSegment-General_1_Background_Default-0-29-0: #F2F4F7;
358
- --triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-29-0: #DFE2E7;
359
- --triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-29-0: #F2F4F7;
360
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-29-0: #3B3B3E;
361
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-29-0: #49494C;
362
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-29-0: #343437;
363
- --triplex-next-SegmentedControlSegment-General_2_Color_Default-0-29-0: rgba(31, 31, 34, .65);
364
- --triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-29-0: rgba(31, 31, 34, 1);
365
- --triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-29-0: rgba(31, 31, 34, .15);
366
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-29-0: rgba(255, 255, 255, 1);
367
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-29-0: rgba(255, 255, 255, 1);
368
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-29-0: rgba(255, 255, 255, .25);
369
- --triplex-next-SegmentedControlSegment-General_2_Background_Default-0-29-0: #FFFFFF;
370
- --triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-29-0: #EEF0F4;
371
- --triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-29-0: #FFFFFF;
372
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-29-0: #3B3B3E;
373
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-29-0: #49494C;
374
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-29-0: #343437;
375
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-29-0: rgba(31, 31, 34, .65);
376
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-29-0: rgba(31, 31, 34, 1);
377
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-29-0: rgba(31, 31, 34, .15);
378
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-29-0: rgba(31, 31, 34, 1);
379
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-0-29-0: rgba(31, 31, 34, 1);
380
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-29-0: rgba(31, 31, 34, .15);
381
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-29-0: #F2F4F7;
382
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-29-0: #DFE2E7;
383
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-29-0: #F2F4F7;
384
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-29-0: #FFFFFF;
385
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-0-29-0: #DFE2E7;
386
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-29-0: #FFFFFF;
387
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-29-0: rgba(31, 31, 34, .65);
388
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-29-0: rgba(31, 31, 34, 1);
389
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-29-0: rgba(31, 31, 34, .15);
390
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-29-0: rgba(31, 31, 34, 1);
391
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-0-29-0: rgba(31, 31, 34, 1);
392
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-29-0: rgba(31, 31, 34, .15);
393
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-29-0: #FFFFFF;
394
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-29-0: #EEF0F4;
395
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-29-0: #FFFFFF;
396
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-29-0: #E3E6EA;
397
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-0-29-0: #D6D9E0;
398
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-29-0: #F2F4F7;
399
- --triplex-next-SegmentedControlSegment-BorderColor_Default-0-29-0: transparent;
400
- --triplex-next-SegmentedControlSegment-BorderColor_Focus-0-29-0: #FFD169;
401
- --triplex-next-Skeleton-BackgroundColor_Light_Start-0-29-0: #F2F4F7;
402
- --triplex-next-Skeleton-BackgroundColor_Light_End-0-29-0: #DFE2E7;
403
- --triplex-next-Skeleton-BackgroundColor_Dark_Start-0-29-0: rgba(31, 31, 34, .05);
404
- --triplex-next-Skeleton-BackgroundColor_Dark_End-0-29-0: rgba(31, 31, 34, .15);
405
- --triplex-next-SmallInput-Background-0-29-0: #F2F4F7;
406
- --triplex-next-SmallInput-Color-0-29-0: rgba(31, 31, 34, 1);
407
- --triplex-next-SmallInput-PlaceholderColor-0-29-0: rgba(31, 31, 34, .65);
408
- --triplex-next-SmallInput-Shadow-0-29-0: 0 0 0 1px rgba(33, 161, 154) inset;
409
- --triplex-next-SMSField-Refresh_Fill_Empty-0-29-0: rgba(31, 31, 34, .35);
410
- --triplex-next-SMSField-Refresh_Fill_Full-0-29-0: #008985;
411
- --triplex-next-SMSField-Refresh_Disabled-0-29-0: rgba(31, 31, 34, .15);
412
- --triplex-next-SMSField-Submit_Background_Default-0-29-0: rgba(31, 31, 34, .15);
413
- --triplex-next-SMSField-Submit_Background_Hover-0-29-0: #19BDB0;
414
- --triplex-next-SMSField-Submit_Background_Active-0-29-0: #21A19A;
415
- --triplex-next-Slider-Dot_Background_Default-0-29-0: #21A19A;
416
- --triplex-next-Slider-Dot_Background_Disabled-0-29-0: #F2F4F7;
417
- --triplex-next-Slider-Dot_Background_Hover-0-29-0: #19BDB0;
418
- --triplex-next-Slider-Dot_Background_Select-0-29-0: #007777;
419
- --triplex-next-Slider-Dot_Focus-0-29-0: #FFD169;
420
- --triplex-next-Slider-Dot_Inner_Background-0-29-0: #FFFFFF;
421
- --triplex-next-Slider-Dot_Inner_Background_Disabled-0-29-0: rgba(31, 31, 34, .15);
422
- --triplex-next-Slider-Mark_Dot_Background_Default-0-29-0: #DCDFE4;
423
- --triplex-next-Slider-Mark_Dot_Background_Selected-0-29-0: #21A19A;
424
- --triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-29-0: #E7E9EE;
425
- --triplex-next-Slider-Rail_Background-0-29-0: #DCDFE4;
426
- --triplex-next-Slider-Rail_Background_Disabled-0-29-0: #DCDFE4;
427
- --triplex-next-Slider-Tooltip_Background-0-29-0: #1B1B1D;
428
- --triplex-next-Slider-Tooltip_Color-0-29-0: rgba(255, 255, 255, 1);
429
- --triplex-next-Slider-Track_Background_Default-0-29-0: #21A19A;
430
- --triplex-next-Slider-Track_Background_Disabled-0-29-0: #E7E9EE;
431
- --triplex-next-Slider-Track_Background_Hover-0-29-0: #007777;
432
- --triplex-next-StatusTracker-Draft_Background-0-29-0: rgba(255, 255, 255, .15);
433
- --triplex-next-StatusTracker-Warning_Background-0-29-0: #FF7A17;
434
- --triplex-next-StatusTracker-Waiting_Background-0-29-0: #BFCADF;
435
- --triplex-next-StatusTracker-Rejected_Background-0-29-0: #FF5571;
436
- --triplex-next-StatusTracker-Approved_Background-0-29-0: #00D67D;
437
- --triplex-next-StatusTracker-Waiting_Color-0-29-0: #A9B6D0;
438
- --triplex-next-StatusTracker-Rejected_Color-0-29-0: #FFB1C1;
439
- --triplex-next-StatusTracker-Approved_Color-0-29-0: #00D67D;
440
- --triplex-next-StatusTracker-Border_Color-0-29-0: #FFFFFF;
441
- --triplex-next-Step-Color_Active-0-29-0: #008985;
442
- --triplex-next-Step-Color_Default-0-29-0: rgba(31, 31, 34, .65);
443
- --triplex-next-Step-Color_Disabled-0-29-0: #FFFFFF;
444
- --triplex-next-Step-Color_Done-0-29-0: #FFFFFF;
445
- --triplex-next-Step-Color_Error-0-29-0: rgba(255, 255, 255, 1);
446
- --triplex-next-Step-Color_Warning-0-29-0: rgba(255, 255, 255, 1);
447
- --triplex-next-Step-Background_Active-0-29-0: #E3FFFA;
448
- --triplex-next-Step-Background_Default-0-29-0: rgba(31, 31, 34, .05);
449
- --triplex-next-Step-Background_Disabled-0-29-0: rgba(31, 31, 34, .15);
450
- --triplex-next-Step-Background_Done-0-29-0: #008985;
451
- --triplex-next-Step-Background_Error-0-29-0: #D10032;
452
- --triplex-next-Step-Background_Warning-0-29-0: #EF4C01;
453
- --triplex-next-Stepper-Step_Background_Default-0-29-0: #F2F4F7;
454
- --triplex-next-Stepper-Step_Background_Hover-0-29-0: #EAEDF1;
455
- --triplex-next-Stepper-Step_Background_Disabled-0-29-0: #F2F4F7;
456
- --triplex-next-Stepper-Step_Background_Error-0-29-0: #FFF0F3;
457
- --triplex-next-Stepper-Step_Background_Error_Hover-0-29-0: #FCE0E6;
458
- --triplex-next-Stepper-Step_Background_Warning-0-29-0: #FFF4DB;
459
- --triplex-next-Stepper-Step_Background_Warning_Hover-0-29-0: #FCEAC7;
460
- --triplex-next-Stepper-Step_BorderColor_Focus-0-29-0: #FFD169;
461
- --triplex-next-Stepper-Step_BorderColor_Error-0-29-0: #E60037;
462
- --triplex-next-Stepper-Step_BorderColor_Warning-0-29-0: #FD6508;
463
- --triplex-next-Stepper-Step_BorderColor_Success-0-29-0: #21A19A;
464
- --triplex-next-Stepper-Step_Color_Default-0-29-0: rgba(31, 31, 34, .65);
465
- --triplex-next-Stepper-Step_Color_Hover-0-29-0: rgba(31, 31, 34, 1);
466
- --triplex-next-Stepper-Step_Color_Disabled-0-29-0: rgba(31, 31, 34, .35);
467
- --triplex-next-Stepper-ButtonWrapper_Background_Prev-0-29-0: linear-gradient(to right, rgba(255,255,255,1) 39.06%, rgba(255,255,255,0) 100%);
468
- --triplex-next-Stepper-ButtonWrapper_Background_Next-0-29-0: linear-gradient(to left, rgba(255,255,255,1) 39.06%, rgba(255,255,255,0) 100%);
469
- --triplex-next-TableBasic-Background_Hover-0-29-0: #E3E6EA;
470
- --triplex-next-TableBasic-Background_Selected-0-29-0: #DCDFE4;
471
- --triplex-next-TableBasic-Color-0-29-0: rgba(31, 31, 34, 1);
472
- --triplex-next-TableBasic-Header_Background-0-29-0: #E7E9EE;
473
- --triplex-next-TableBasic-TableFooter_Background-0-29-0: #E7E9EE;
474
- --triplex-next-TableBasic-TableFooter_Highlight-0-29-0: linear-gradient(transparent, #FFFFFF);
475
- --triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-29-0: #D6D9E0;
476
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-29-0: #FFFFFF;
477
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-29-0: #EAEDF1;
478
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-29-0: #FFFFFF;
479
- --triplex-next-Tabs-Type1_Background-0-29-0: #F2F4F7;
480
- --triplex-next-Tabs-Type2_Background-0-29-0: #FFFFFF;
481
- --triplex-next-Tabs-Type1_Tab_Background_Default-0-29-0: #F2F4F7;
482
- --triplex-next-Tabs-Type2_Tab_Background_Default-0-29-0: #FFFFFF;
483
- --triplex-next-Tabs-Type1_Tab_Background_Selected-0-29-0: #DCDFE4;
484
- --triplex-next-Tabs-Type2_Tab_Background_Selected-0-29-0: #E3E6EA;
485
- --triplex-next-Tabs-Type1_Tab_Background_Hover-0-29-0: #E3E6EA;
486
- --triplex-next-Tabs-Type2_Tab_Background_Hover-0-29-0: #EEF0F4;
487
- --triplex-next-Tabs-Tab_BorderColor_Default-0-29-0: transparent;
488
- --triplex-next-Tabs-Tab_BorderColor_Focus-0-29-0: #FFD169;
489
- --triplex-next-Tag-Background-0-29-0: #DFE2E7;
490
- --triplex-next-TagColor-Background_Default-0-29-0: #EEF3FC;
491
- --triplex-next-TagColor-Background_Success-0-29-0: #E3FFFA;
492
- --triplex-next-TagColor-Background_Info-0-29-0: #E3F6FF;
493
- --triplex-next-TagColor-Background_Warning-0-29-0: #FFF4DB;
494
- --triplex-next-TagColor-Background_Error-0-29-0: #FFF0F3;
495
- --triplex-next-TagColor-Text_Color_Default-0-29-0: rgba(31, 31, 34, .75);
496
- --triplex-next-TabsLine-BorderColor_Active-0-29-0: #21A19A;
497
- --triplex-next-TabsLine-BorderColor_Hover-0-29-0: #19BDB0;
498
- --triplex-next-TabsLine-Separator_Color-0-29-0: #D6D9E0;
499
- --triplex-next-TabsLine-Shadow_Focus-0-29-0: 0 0 0 1px #FFDD64 inset;
500
- --triplex-next-Tooltip-Background-0-29-0: #1B1B1D;
501
- --triplex-next-Tooltip-Color-0-29-0: rgba(255, 255, 255, 1);
502
- --triplex-next-Tooltip-Link_Desktop_Color_Active-0-29-0: #008985;
503
- --triplex-next-Tooltip-Link_Desktop_Color_Default-0-29-0: #19BDB0;
504
- --triplex-next-Tooltip-Link_Desktop_Color_Hover-0-29-0: #4BD9CF;
505
- --triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-29-0: 0 0 0 1px #FFD169;
506
- --triplex-next-Tooltip-Link_Mobile_Color_Active-0-29-0: #007777;
507
- --triplex-next-Tooltip-Link_Mobile_Color_Default-0-29-0: #008985;
508
- --triplex-next-Tooltip-Link_Mobile_Color_Hover-0-29-0: #21A19A;
509
- --triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-29-0: 0 0 0 1px #FFDD64;
510
- --triplex-next-TopOverlay-Background-0-29-0: rgba(31, 31, 34, .55);
511
- --triplex-next-Typography-Primary_Color-0-29-0: rgba(31, 31, 34, 1);
512
- --triplex-next-Typography-Complementary_Color-0-29-0: rgba(31, 31, 34, .85);
513
- --triplex-next-Typography-Secondary_Color-0-29-0: rgba(31, 31, 34, .65);
514
- --triplex-next-Typography-Tertiary_Color-0-29-0: rgba(31, 31, 34, .55);
515
- --triplex-next-Typography-Disabled_Color-0-29-0: rgba(31, 31, 34, .35);
516
- --triplex-next-Typography-Brand_Color-0-29-0: #008985;
517
- --triplex-next-Typography-Info_Color-0-29-0: #0E57CC;
518
- --triplex-next-Typography-Success_Color-0-29-0: #008B5C;
519
- --triplex-next-Typography-Error_Color-0-29-0: #D10032;
520
- --triplex-next-Typography-Warning_Color-0-29-0: #EF4C01;
521
- --triplex-next-Typography-System_Color-0-29-0: #697591;
522
- --triplex-next-Typography-PrimaryInvert_Color-0-29-0: rgba(255, 255, 255, 1);
523
- --triplex-next-Typography-ComplementaryInvert_Color-0-29-0: rgba(255, 255, 255, .75);
524
- --triplex-next-Typography-SecondaryInvert_Color-0-29-0: rgba(255, 255, 255, .55);
525
- --triplex-next-Typography-TertiaryInvert_Color-0-29-0: rgba(255, 255, 255, .45);
526
- --triplex-next-Typography-DisabledInvert_Color-0-29-0: rgba(255, 255, 255, .25);
527
- --triplex-next-Typography-BrandInvert_Color-0-29-0: #19BDB0;
528
- --triplex-next-Typography-InfoInvert_Color-0-29-0: #1297FE;
529
- --triplex-next-Typography-SuccessInvert_Color-0-29-0: #00D67D;
530
- --triplex-next-Typography-ErrorInvert_Color-0-29-0: #F80C45;
531
- --triplex-next-Typography-WarningInvert_Color-0-29-0: #FF7A17;
532
- --triplex-next-Typography-SystemInvert_Color-0-29-0: #95A3C1;
533
- --triplex-next-UploadZone-Background_Default-0-29-0: #F2F4F7;
534
- --triplex-next-UploadZone-Background_Hover-0-29-0: #EAEDF1;
535
- --triplex-next-UploadZone-BorderColor_Default-0-29-0: #2D2D30;
536
- --triplex-next-UploadZone-DragArea_Background-0-29-0: #F2F4F7;
537
- --triplex-next-UploadZone-DragArea_BorderColor-0-29-0: #21A19A;}
538
- .underline__16a85a6c{text-decoration:underline}.strikethrough__39dc6fa1{text-decoration:line-through}.underlineStrikethrough__4f80a1bc{text-decoration:underline line-through}.typography__8daa01a8.primary__62696daf{color:var(--triplex-next-Typography-Primary_Color-0-29-0)}.typography__8daa01a8.primaryInvert__e5e45e9d{color:var(--triplex-next-Typography-PrimaryInvert_Color-0-29-0)}.typography__8daa01a8.complementary__2fd9bd04{color:var(--triplex-next-Typography-Complementary_Color-0-29-0)}.typography__8daa01a8.complementaryInvert__093dd086{color:var(--triplex-next-Typography-ComplementaryInvert_Color-0-29-0)}.typography__8daa01a8.secondary__741e78bc{color:var(--triplex-next-Typography-Secondary_Color-0-29-0)}.typography__8daa01a8.secondaryInvert__e3eaaccc{color:var(--triplex-next-Typography-SecondaryInvert_Color-0-29-0)}.typography__8daa01a8.tertiary__b3fa6df0{color:var(--triplex-next-Typography-Tertiary_Color-0-29-0)}.typography__8daa01a8.tertiaryInvert__d1084334{color:var(--triplex-next-Typography-TertiaryInvert_Color-0-29-0)}.typography__8daa01a8.disabled__4819adce{color:var(--triplex-next-Typography-Disabled_Color-0-29-0)}.typography__8daa01a8.disabledInvert__b747d015{color:var(--triplex-next-Typography-DisabledInvert_Color-0-29-0)}.typography__8daa01a8.brand__75dc88bd{color:var(--triplex-next-Typography-Brand_Color-0-29-0);-webkit-user-select:none;user-select:none}.typography__8daa01a8.brandInvert__fc5d8da9{color:var(--triplex-next-Typography-BrandInvert_Color-0-29-0)}.typography__8daa01a8.info__5a6a1c7f{color:var(--triplex-next-Typography-Info_Color-0-29-0)}.typography__8daa01a8.infoInvert__3169caeb{color:var(--triplex-next-Typography-InfoInvert_Color-0-29-0)}.typography__8daa01a8.success__251eac7f{color:var(--triplex-next-Typography-Success_Color-0-29-0)}.typography__8daa01a8.successInvert__96ea2b5f{color:var(--triplex-next-Typography-SuccessInvert_Color-0-29-0)}.typography__8daa01a8.error__790b661e{color:var(--triplex-next-Typography-Error_Color-0-29-0)}.typography__8daa01a8.errorInvert__65ae55a4{color:var(--triplex-next-Typography-ErrorInvert_Color-0-29-0)}.typography__8daa01a8.warning__609cd619{color:var(--triplex-next-Typography-Warning_Color-0-29-0)}.typography__8daa01a8.warningInvert__360e9283{color:var(--triplex-next-Typography-WarningInvert_Color-0-29-0)}.typography__8daa01a8.system__5bcc845e{color:var(--triplex-next-Typography-System_Color-0-29-0)}.typography__8daa01a8.systemInvert__4db03638{color:var(--triplex-next-Typography-SystemInvert_Color-0-29-0)}.typography__8daa01a8.compact__5f9656f5{line-height:calc(16 / 14)}.caption__5931dddc.regular__093c401c{font-family:SBSansText,Arial,sans-serif}.caption__5931dddc.semibold__baf60e4d{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.c1__360f1133{font-size:10px;line-height:12px}.c2__b9ead6dc{font-size:8px;line-height:10px}.d1__66c43d69{font-size:32px;line-height:40px}.d1__66c43d69.regular__093c401c{font-family:SBSansDisplay,Arial,sans-serif}.d1__66c43d69.semibold__baf60e4d{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.codeText__2041ff0f{font-family:SBSansTextMono,Arial,monospace;font-size:14px;line-height:20px;font-weight:400}.text__5ec7ca82{outline:none}.text__5ec7ca82.regular__093c401c{font-family:SBSansText,Arial,sans-serif}.text__5ec7ca82.semibold__baf60e4d{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.b1__b59112a5{font-size:18px;line-height:24px}.b2__df08cc6e{font-size:16px;line-height:20px}.b3__be960fd2{font-size:14px;line-height:20px}.b3__be960fd2.compact__5f9656f5{line-height:16px}.b4__1d838a51{font-size:12px;line-height:16px}.title__2ff6ee29{outline:none}.title__2ff6ee29.regular__093c401c{font-family:SBSansDisplay,Arial,sans-serif;font-weight:400}.title__2ff6ee29.semibold__baf60e4d{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.title__2ff6ee29.medium__bbd7bb91{font-family:SBSansDisplayMedium,Arial,sans-serif;font-weight:500}.title__2ff6ee29.bold__d2560bbc{font-family:SBSansDisplayBold,Arial,sans-serif;font-weight:700}.h1__95f0adbd,.h2__921a395c,.h3__08ed8111{margin:0}.h1__95f0adbd{font-size:28px;line-height:36px}.h2__921a395c{font-size:24px;line-height:32px}.h3__08ed8111{font-size:20px;line-height:28px}.formFieldInput__f490873a{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-0-29-0)}.formFieldInput__f490873a.sm__73ad6550{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__f490873a.md__f8b59b9a{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__f490873a.lg__dd7da29d{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldInput__f490873a:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-29-0)}.formFieldInput__f490873a::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-29-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__f490873a:focus{outline:none}.formFieldInput__f490873a:focus::placeholder{opacity:1}.formFieldInput__f490873a:-webkit-autofill{animation-name:autofill-applied-hook__37164354;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__f490873a:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__ab5c8657;animation-duration:1ms}.formField__01b07e6b{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__01b07e6b.sm__73ad6550{border-radius:6px}.formField__01b07e6b.md__f8b59b9a{border-radius:8px}.formField__01b07e6b.lg__dd7da29d{border-radius:10px}.formField__01b07e6b.default__dcd9c7d5{background:var(--triplex-next-FormField-Background_Default-0-29-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-0-29-0)}.formField__01b07e6b:hover{background:var(--triplex-next-FormField-Background_Hover-0-29-0)}.formField__01b07e6b.active__38638889{background:var(--triplex-next-FormField-Background_Active-0-29-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-0-29-0)}.formField__01b07e6b.active__38638889 .formFieldInput__f490873a::placeholder,.formField__01b07e6b.active__38638889 .formFieldTextarea__4ddb6778::placeholder{opacity:1}.formField__01b07e6b.disabled__0f67b9dd{background:var(--triplex-next-FormField-Background_Disabled-0-29-0)}.formField__01b07e6b.error__1f0a84bb{background:var(--triplex-next-FormField-Background_Error-0-29-0)}.formField__01b07e6b.error__1f0a84bb:hover{background:var(--triplex-next-FormField-Background_Error_Hover-0-29-0)}.formField__01b07e6b.error__1f0a84bb.active__38638889{background:var(--triplex-next-FormField-Background_Error-0-29-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-0-29-0)}.formField__01b07e6b.warning__10505302{background:var(--triplex-next-FormField-Background_Warning-0-29-0)}.formField__01b07e6b.warning__10505302:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-0-29-0)}.formField__01b07e6b.warning__10505302.active__38638889{background:var(--triplex-next-FormField-Background_Warning-0-29-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-0-29-0)}.formField__01b07e6b.filled__8ec16689:not(.disabled__0f67b9dd):hover .formFieldClear__3804b2a4,.formField__01b07e6b.filled__8ec16689:not(.disabled__0f67b9dd).active__38638889 .formFieldClear__3804b2a4{visibility:visible;opacity:1;pointer-events:auto}.formFieldDescription__c83eb588{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__c83eb588.withCounter__c98a5323{display:flex}.formFieldLabel__744b5375{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__744b5375.sm__73ad6550{top:6px}.formFieldLabel__744b5375.md__f8b59b9a{top:10px}.formFieldLabel__744b5375.lg__dd7da29d{top:18px}.formFieldLabel__744b5375.lg__dd7da29d.floating__35a492ae{top:10px}.formFieldLabelText__382912b8{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-0-29-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__73ad6550 .formFieldLabelText__382912b8{font-size:12px;line-height:16px}.md__f8b59b9a .formFieldLabelText__382912b8{font-size:14px;line-height:20px}.lg__dd7da29d .formFieldLabelText__382912b8{font-size:16px;line-height:20px}.floating__35a492ae .formFieldLabelText__382912b8{font-size:12px;line-height:16px}.floating__35a492ae.sm__73ad6550 .formFieldLabelText__382912b8,.floating__35a492ae.md__f8b59b9a .formFieldLabelText__382912b8{display:none}.disabled__0f67b9dd .formFieldLabelText__382912b8{color:var(--triplex-next-FormField-Label_Color_Disabled-0-29-0)}.formFieldPostfix__a39efa26{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__26978044{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__8a961cad{padding-left:4px;margin-left:auto}.formFieldMaskedInputWrapper__ff186aff{position:relative}.formFieldMaskedInputWrapper__ff186aff .formFieldMaskedInputPlaceholder__7cc02802{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__ff186aff .formFieldMaskedInputPlaceholder__7cc02802::placeholder{opacity:1}.formFieldMaskedInputWrapper__ff186aff .formFieldMaskedInputPlaceholder__7cc02802:disabled{visibility:hidden}.formFieldMaskedInputWrapper__ff186aff.size-sm__eee6d82f{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__ff186aff.size-sm__eee6d82f .formFieldMaskedInputPlaceholder__7cc02802{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__ff186aff.size-md__6d773018{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__ff186aff.size-md__6d773018 .formFieldMaskedInputPlaceholder__7cc02802{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__ff186aff.size-lg__2c160edc{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__ff186aff.size-lg__2c160edc .formFieldMaskedInputPlaceholder__7cc02802{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__ff186aff .formFieldMaskedInput__944e700e{display:block;position:relative;background:none!important}.dropdownDesktop__d16667da{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-0-29-0);background-color:var(--triplex-next-Dropdown-Background-0-29-0)}.dropdownDesktop__d16667da.sm__660c9f3a{border-radius:6px}.dropdownDesktop__d16667da.md__e91ce7cb{border-radius:8px}.dropdownDesktop__d16667da.lg__b91fb458{border-radius:10px}.dropdownDesktopOverflowHidden__f94c37bc{overflow:hidden}.badgeDot__45c06333{display:inline-block;background:var(--triplex-next-Badge-Background-0-29-0);border-radius:50%}.badgeDot__45c06333.sm__0c4896f7{width:6px;height:6px}.badgeDot__45c06333.md__a508d799{width:8px;height:8px}.badgeDot__45c06333.lg__a018e2c2{width:10px;height:10px}.badgeContent__601b00c5{display:flex}.badgeContent__601b00c5.sm__0c4896f7{padding-left:4px;padding-right:4px}.badgeContent__601b00c5.md__a508d799{padding-left:6px;padding-right:6px}.badgeContent__601b00c5.lg__a018e2c2{padding-left:8px;padding-right:8px}.badgeContent__601b00c5.noPaddingLeft__6c22fbbb{padding-left:0}.badgeContent__601b00c5.noPaddingRight__61d406c1{padding-right:0}.badgePrefix__d29e7999,.badgePostfix__d5e63731{display:contents}.badge__f36e874c{display:inline-flex;align-items:center;justify-content:center;position:relative;width:fit-content;white-space:nowrap;background:var(--triplex-next-Badge-Background-0-29-0)}.badge__f36e874c.sm__0c4896f7{height:16px;border-radius:4px}.badge__f36e874c.md__a508d799{height:20px;border-radius:6px}.badge__f36e874c.lg__a018e2c2{height:24px;border-radius:8px}.dropdownDesktopList__0b67940a{margin:4px;overflow:auto}.dropdownDesktopList__0b67940a .notificationIcon__275f8892{position:absolute}.dropdownDesktopList__0b67940a.sm__660c9f3a{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__0b67940a.sm__660c9f3a .dropdownDesktopListItem__b61996c3{padding:6px 8px;border-radius:6px}.dropdownDesktopList__0b67940a.sm__660c9f3a .dropdownDesktopListLoader__def26def{margin:0 auto}.dropdownDesktopList__0b67940a.sm__660c9f3a .notificationIcon__275f8892{right:3px;top:3px}.dropdownDesktopList__0b67940a.md__e91ce7cb{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__0b67940a.md__e91ce7cb .dropdownDesktopListItem__b61996c3{padding:7px 8px;border-radius:8px}.dropdownDesktopList__0b67940a.md__e91ce7cb .dropdownDesktopListLoader__def26def{margin:-2px auto}.dropdownDesktopList__0b67940a.md__e91ce7cb .notificationIcon__275f8892{right:4px;top:4px}.dropdownDesktopList__0b67940a.lg__b91fb458{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__0b67940a.lg__b91fb458 .dropdownDesktopListItem__b61996c3{padding:14px 8px;border-radius:10px}.dropdownDesktopList__0b67940a.lg__b91fb458 .dropdownDesktopListLoader__def26def{margin:-6px auto}.dropdownDesktopList__0b67940a.lg__b91fb458 .notificationIcon__275f8892{right:4px;top:6px}.dropdownDesktopListItem__b61996c3{color:var(--triplex-next-DropdownList-Color-0-29-0);background:var(--triplex-next-DropdownList-Background_Default-0-29-0);position:relative;outline:none}.dropdownDesktopListItem__b61996c3+.dropdownDesktopListItem__b61996c3{margin-top:2px}.dropdownDesktopListItem__b61996c3.active__f63864af{background:var(--triplex-next-DropdownList-Background_Active-0-29-0);cursor:pointer}.dropdownDesktopListItem__b61996c3.selected__d89c9dae{background:var(--triplex-next-DropdownList-Background_Selected-0-29-0);cursor:default}.loaderSmall__9a56b632{display:flex;justify-content:center;align-items:center}.loaderSmall__9a56b632.sm__ee42ff1e{width:16px;height:16px;gap:2px}.loaderSmall__9a56b632.sm__ee42ff1e .dot__5613b222{width:4px;height:4px}.loaderSmall__9a56b632.md__a9305077{width:24px;height:24px;gap:3px}.loaderSmall__9a56b632.md__a9305077 .dot__5613b222{width:6px;height:6px}.loaderSmall__9a56b632.lg__4cec421d{width:32px;height:32px;gap:4px}.loaderSmall__9a56b632.lg__4cec421d .dot__5613b222{width:8px;height:8px}.loaderSmall__9a56b632.neutral__c1ea1ee1 .dot__5613b222{background-color:var(--triplex-next-Loader-Element_Background_Neutral-0-29-0)}.loaderSmall__9a56b632.brand__41d3e0a6 .dot__5613b222{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-29-0)}.loaderSmall__9a56b632 .dot__5613b222{border-radius:50%}.loaderSmall__9a56b632 .dot1__d49dba1b{animation:dotCycleSmall__3b37eec9 .9s infinite}.loaderSmall__9a56b632 .dot2__d1a7ffa7{animation:dotCycleSmall__3b37eec9 .9s infinite .15s}.loaderSmall__9a56b632 .dot3__906590cd{animation:dotCycleSmall__3b37eec9 .9s infinite .3s}@keyframes dotCycleSmall__3b37eec9{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__8ea2c4ad{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-0-29-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__dff0860a{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__dff0860a .dot__5613b222{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-0-29-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__dff0860a .dot1__d49dba1b{top:0;left:0;animation:dotCycleMiddle__65ca0696 3s infinite}.loaderMiddleDots__dff0860a .dot2__d1a7ffa7{right:0;top:0;opacity:.7;animation:dotCycleMiddle__65ca0696 3s infinite .74s}.loaderMiddleDots__dff0860a .dot3__906590cd{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__65ca0696 3s infinite 1.5s}.loaderMiddleDots__dff0860a .dot4__8b072239{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__65ca0696 3s infinite 2.25s}.loaderMiddleDots__dff0860a .line__5f42ad7b{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-29-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__5106a950 3s infinite}@keyframes lineCycle__5106a950{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__65ca0696{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__93c5e01e{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__d2210f16{background:var(--triplex-next-DropdownMobile-Backdrop-0-29-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__d2210f16.closing__9b53ac7f{opacity:0}.dropdownMobileBackdrop__d2210f16.opening__c1ec6e5e,.dropdownMobileBackdrop__d2210f16.opened__adb1e4d8{opacity:var(--triplex-DropdownMobile-Opacity-0-29-0)}.dropdownMobile__c6d0f655{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__c6d0f655.closing__9b53ac7f{transform:translateY(100%)}.dropdownMobile__c6d0f655.opening__c1ec6e5e,.dropdownMobile__c6d0f655.opened__adb1e4d8{transform:translateY(0)}.dropdownMobileHeader__dfb04940{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-0-29-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__dfb04940 .dropdownMobileHeaderContent__4960ea5c{display:flex;flex-grow:1;min-width:0;margin-right:12px;min-height:20px}.dropdownMobileContent__f2a24154{background:var(--triplex-next-DropdownMobile-Content_Background-0-29-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__37b90235{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-0-29-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-0-29-0);flex-shrink:1}.dropdownMobileListItem__056d49cb{position:relative;padding:16px}.dropdownMobileListItem__056d49cb.selected__d89c9dae{background:var(--triplex-next-DropdownMobileList-Selected_Background-0-29-0)}.dropdownMobileListItem__056d49cb:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-0-29-0)}.dropdownMobileBodyOverflow__6a160e7f{overflow:hidden}.controlButtons__be1bb97a{display:flex}.dropdownMobileLoader__c094f309{margin-right:8px}.dropdownMobileListLoader__d67ea5d8{display:flex;justify-content:center;align-items:center;padding:16px}.notificationIcon__275f8892{position:absolute;right:6px;top:6px}.disableInteraction__7998aaca{pointer-events:none}.displayContents__f33cecf5{display:contents}.buttonIcon__0f804002{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__0f804002:enabled{cursor:pointer}.buttonIcon__0f804002.circle__4fdec1f6{border-radius:50%}.buttonIcon__0f804002.squircle__1526a2dd{border-radius:4px}.buttonIcon__0f804002:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-0-29-0)}.dropdownMobileInput__a07c11d7{width:100%;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input_Color_Default-0-29-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__a07c11d7::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-29-0);opacity:1}.dropdownMobileInput__a07c11d7::-ms-clear{display:none}.tabsLineWrapper__70e1bed5[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__70e1bed5[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__70e1bed5[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__70e1bed5[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__70e1bed5{position:relative}.tabsLineWrapper__70e1bed5.withSeparator__532cdccc:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-0-29-0);bottom:0;left:0;right:0}.tabsLine__d44e9fcb{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__d44e9fcb:has(.sm__27894859){height:28px}.tabsLine__d44e9fcb:has(.md__8bef47ef){height:40px}.tabsLine__d44e9fcb:has(.lg__869627dc){height:56px}.tab__cf2d1339{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__cf2d1339.sm__27894859{height:28px;padding-bottom:12px}.tab__cf2d1339.md__8bef47ef{height:40px;padding-top:8px;padding-bottom:12px}.tab__cf2d1339.lg__869627dc{height:56px;padding-top:16px;padding-bottom:20px}.tab__cf2d1339::-moz-focus-inner{border:none;padding:0}.tab__cf2d1339:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-0-29-0)}.tab__cf2d1339.active__45b1ce7d{cursor:default}.tab__cf2d1339: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__cf2d1339:hover:after,.tab__cf2d1339:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-0-29-0)}.tab__cf2d1339.active__45b1ce7d:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-0-29-0)}.notificationIcon__0bbf18c4{position:absolute;right:6px}.sm__27894859 .notificationIcon__0bbf18c4{top:0}.md__8bef47ef .notificationIcon__0bbf18c4{top:8px}.lg__869627dc .notificationIcon__0bbf18c4{top:16px}.tabsLineDropdown__98437efd{display:inline-block}.tabsLineDropdown__98437efd .dropdownTarget__0c7230cc.active__45b1ce7d{cursor:pointer}.tabsLineDropdown__98437efd .dropdownTargetInner__3d974971{display:inline-flex;align-items:center}.tabsLineDropdown__98437efd .dropdownTargetCaret__83e675b8{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__98437efd .dropdownTargetCaret__83e675b8.opened__1d560007{transform:rotate(-180deg)}.tabsLineDropdown__98437efd .dropdown__ae6adc83{right:0;padding:4px}.tabsLineMobileWrapper__e66c8582{position:relative}.tabsLineMobileWrapper__e66c8582 .tab__cf2d1339{flex-shrink:0}.tabsLineMobileWrapper__e66c8582 .tab__cf2d1339:first-child{margin-left:16px}.tabsLineMobileWrapper__e66c8582 .tab__cf2d1339:last-child{margin-right:16px}.tabsLineMobile__e41d4f71{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__e41d4f71::-webkit-scrollbar{display:none}.label__b481365e{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__b481365e.sm__6c28bda1{min-width:16px;min-height:16px}.label__b481365e.sm__6c28bda1.nonempty__79bf54aa{padding:2px 0 2px 24px}.label__b481365e.md__0e5c9920{min-height:24px;min-width:24px}.label__b481365e.md__0e5c9920.nonempty__79bf54aa{padding-left:32px;padding-top:2px}.label__b481365e.lg__c404199f{min-width:28px;min-height:28px}.label__b481365e.lg__c404199f.nonempty__79bf54aa{padding-left:40px;padding-top:4px}.label__b481365e.disabled__728c405f{cursor:default}.radio__1c61ab04{margin:0;opacity:0}.radioIcon__c3306566{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-0-29-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-0-29-0)}.radioIcon__c3306566:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-0-29-0);border-radius:50%;transform:scale(0)}.sm__6c28bda1 .radioIcon__c3306566:after{width:8px;height:8px;top:4px;left:4px}.md__0e5c9920 .radioIcon__c3306566:after{width:12px;height:12px;top:6px;left:6px}.lg__c404199f .radioIcon__c3306566:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__c3306566,.radioIcon__c3306566:after{pointer-events:none}.radio__1c61ab04,.radioIcon__c3306566{position:absolute;left:0;top:0}.sm__6c28bda1 .radio__1c61ab04,.sm__6c28bda1 .radioIcon__c3306566{width:16px;height:16px;top:2px}.md__0e5c9920 .radio__1c61ab04,.md__0e5c9920 .radioIcon__c3306566{width:24px;height:24px}.lg__c404199f .radio__1c61ab04,.lg__c404199f .radioIcon__c3306566{width:28px;height:28px}.radio__1c61ab04:enabled{cursor:pointer}.radio__1c61ab04:checked+.radioIcon__c3306566{background:var(--triplex-next-Radio-Background_Checked_Default-0-29-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-0-29-0)}.radio__1c61ab04:checked+.radioIcon__c3306566:after{transform:scale(1);transition:transform .2s ease-out}.radio__1c61ab04:hover+.radioIcon__c3306566{background-color:var(--triplex-next-Radio-Background_Hover-0-29-0);box-shadow:none}.radio__1c61ab04:disabled+.radioIcon__c3306566{background:var(--triplex-next-Radio-Background_Disabled-0-29-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-0-29-0)}.radio__1c61ab04:disabled:checked+.radioIcon__c3306566{background:var(--triplex-next-Radio-Background_Checked_Disabled-0-29-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-0-29-0)}.radio__1c61ab04:disabled+.radioIcon__c3306566:after{background:var(--triplex-next-Radio-Dot_Disabled-0-29-0)}.radio__1c61ab04:focus-visible+.radioIcon__c3306566{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-0-29-0)}.radio__1c61ab04:checked:enabled:hover+.radioIcon__c3306566{background-color:var(--triplex-next-Radio-Background_Checked_Hover-0-29-0)}.radioXGroup__68feaf9b{display:inline-flex;flex-flow:row wrap}.radioXGroup__68feaf9b.indent-12__663735c5{margin-left:-6px;margin-right:-6px}.radioXGroup__68feaf9b.indent-12__663735c5 .label__b481365e{margin-left:6px;margin-right:6px}.radioXGroup__68feaf9b.indent-16__0c0fe406{margin-left:-8px;margin-right:-8px}.radioXGroup__68feaf9b.indent-16__0c0fe406 .label__b481365e{margin-left:8px;margin-right:8px}.radioXGroup__68feaf9b.indent-20__58b876b9{margin-left:-10px;margin-right:-10px}.radioXGroup__68feaf9b.indent-20__58b876b9 .label__b481365e{margin-left:10px;margin-right:10px}.radioXGroup__68feaf9b.indent-24__d220552f{margin-left:-12px;margin-right:-12px}.radioXGroup__68feaf9b.indent-24__d220552f .label__b481365e{margin-left:12px;margin-right:12px}.radioXGroup__68feaf9b.indent-28__e35443cf{margin-left:-14px;margin-right:-14px}.radioXGroup__68feaf9b.indent-28__e35443cf .label__b481365e{margin-left:14px;margin-right:14px}.radioXGroup__68feaf9b.indent-32__3df89c18{margin-left:-16px;margin-right:-16px}.radioXGroup__68feaf9b.indent-32__3df89c18 .label__b481365e{margin-left:16px;margin-right:16px}.radioYGroup__67a48a3c{display:inline-flex;flex-flow:column wrap}.radioYGroup__67a48a3c .label__b481365e.sm__6c28bda1+.label__b481365e.sm__6c28bda1{margin-top:8px}.radioYGroup__67a48a3c .label__b481365e.md__0e5c9920+.label__b481365e.md__0e5c9920{margin-top:16px}.radioYGroup__67a48a3c .label__b481365e.lg__c404199f+.label__b481365e.lg__c404199f{margin-top:20px}.notification__4b320011{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-0-29-0);background:var(--triplex-next-Notification-Background-0-29-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-0-29-0);z-index:300}.notification__4b320011:first-child{margin-top:0}.notification__4b320011.extraBottomPadding__ef318c7f{padding-bottom:24px}.notification__4b320011 .notificationHeader__3c9f8304{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-0-29-0);width:100%;margin-top:0;margin-bottom:8px}.notification__4b320011 .notificationIcon__4520f5f2{line-height:0}.notification__4b320011 .notificationBody__ac2776f6{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__4b320011 .notificationBodyList__e3e8cf41{margin-top:8px}.notification__4b320011 .notificationClose__70deb869{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__4b320011.showCloseOnHover__aef7c7a1 .notificationClose__70deb869{opacity:0}.notification__4b320011.showCloseOnHover__aef7c7a1:hover{cursor:pointer}.notification__4b320011.showCloseOnHover__aef7c7a1:hover .notificationClose__70deb869{opacity:1}.notification__4b320011 .notificationFooter__8ed572d2{display:flex;align-items:center;margin-top:16px}.notification__4b320011 .notificationFooter__8ed572d2 button+a{margin-left:16px}.notification__4b320011 .notificationTime__4a3fb24d{font-size:12px;color:var(--triplex-next-Notification-TimeColor-0-29-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__f72b2ee1{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__f72b2ee1:hover{cursor:pointer}.notificationGroupedWrapper__f72b2ee1 .notificationGroupedFooterItem__5d42b01d{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-0-29-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-0-29-0)}.notificationGroupedWrapper__f72b2ee1 .notificationGroupedFooterItem__5d42b01d.first__98dd65a7{bottom:-8px;z-index:200}.notificationGroupedWrapper__f72b2ee1 .notificationGroupedFooterItem__5d42b01d.second__2ea31873{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__4b320011,.notificationGroupedWrapper__f72b2ee1{width:100%}}.unorderedListItem__3cd3e83e:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__3cd3e83e+.unorderedListItem__3cd3e83e{margin-top:8px}.unorderedList__0efc4830{position:relative;margin:0;padding-left:14px;list-style:none}.button__96117c0c.general__96295443{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-0-29-0);color:var(--triplex-next-Button-General_Color_Default-0-29-0)}.button__96117c0c.general__96295443:hover{background:var(--triplex-next-Button-General_Background_Hover-0-29-0);color:var(--triplex-next-Button-General_Color_Hover-0-29-0)}.button__96117c0c.general__96295443.expanded__2852bb85,.button__96117c0c.general__96295443:active{background:var(--triplex-next-Button-General_Background_Active-0-29-0);color:var(--triplex-next-Button-General_Color_Active-0-29-0)}.button__96117c0c.general__96295443:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-0-29-0)}.button__96117c0c.general__96295443:disabled{background:var(--triplex-next-Button-General_Background_Disabled-0-29-0);color:var(--triplex-next-Button-General_Color_Disabled-0-29-0)}.button__96117c0c.secondary__c9008f59{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-0-29-0);color:var(--triplex-next-Button-Secondary_Color_Default-0-29-0)}.button__96117c0c.secondary__c9008f59:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-0-29-0);color:var(--triplex-next-Button-Secondary_Color_Hover-0-29-0)}.button__96117c0c.secondary__c9008f59.expanded__2852bb85,.button__96117c0c.secondary__c9008f59:active{background:var(--triplex-next-Button-Secondary_Background_Active-0-29-0);color:var(--triplex-next-Button-Secondary_Color_Active-0-29-0)}.button__96117c0c.secondary__c9008f59:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-0-29-0)}.button__96117c0c.secondary__c9008f59:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-0-29-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-0-29-0)}.button__96117c0c.secondaryLight__1490e98f{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-0-29-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-0-29-0)}.button__96117c0c.secondaryLight__1490e98f:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-0-29-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-0-29-0)}.button__96117c0c.secondaryLight__1490e98f.expanded__2852bb85,.button__96117c0c.secondaryLight__1490e98f:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-0-29-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-0-29-0)}.button__96117c0c.secondaryLight__1490e98f:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-0-29-0)}.button__96117c0c.secondaryLight__1490e98f:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-0-29-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-0-29-0)}.button__96117c0c.danger__32959777{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-0-29-0);color:var(--triplex-next-Button-Danger_Color_Default-0-29-0)}.button__96117c0c.danger__32959777:hover{background:var(--triplex-next-Button-Danger_Background_Hover-0-29-0);color:var(--triplex-next-Button-Danger_Color_Hover-0-29-0)}.button__96117c0c.danger__32959777.expanded__2852bb85,.button__96117c0c.danger__32959777:active{background:var(--triplex-next-Button-Danger_Background_Active-0-29-0);color:var(--triplex-next-Button-Danger_Color_Active-0-29-0)}.button__96117c0c.danger__32959777:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-0-29-0)}.button__96117c0c.danger__32959777:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-0-29-0);color:var(--triplex-next-Button-Danger_Color_Disabled-0-29-0)}.button__96117c0c.link__f9f9726c{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-0-29-0);padding:0}.button__96117c0c.link__f9f9726c.sm__d872479f{height:28px;min-width:0px;padding:6px 2px}.button__96117c0c.link__f9f9726c.md__acf0c85d{height:40px;min-width:0px;padding:10px 2px}.button__96117c0c.link__f9f9726c.lg__e4cafc6f{height:56px;min-width:0px;padding:18px 2px}.button__96117c0c.link__f9f9726c:hover{color:var(--triplex-next-Button-Link_Color_Hover-0-29-0)}.button__96117c0c.link__f9f9726c.expanded__2852bb85,.button__96117c0c.link__f9f9726c:active{color:var(--triplex-next-Button-Link_Color_Active-0-29-0)}.button__96117c0c.link__f9f9726c:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-0-29-0)}.button__96117c0c.link__f9f9726c:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-0-29-0)}.button__96117c0c{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__96117c0c::-moz-focus-inner{border:none;padding:0}.button__96117c0c.sm__d872479f{line-height:16px;font-size:12px}.button__96117c0c.sm__d872479f.general__96295443,.button__96117c0c.sm__d872479f.secondary__c9008f59,.button__96117c0c.sm__d872479f.secondaryLight__1490e98f,.button__96117c0c.sm__d872479f.danger__32959777{height:28px;min-width:58px;padding:0 12px;border-radius:6px}.button__96117c0c.sm__d872479f.icon__d1c3e8fd{min-height:28px;min-width:28px;padding:0 4px}.button__96117c0c.md__acf0c85d{line-height:20px;font-size:14px}.button__96117c0c.md__acf0c85d.general__96295443,.button__96117c0c.md__acf0c85d.secondary__c9008f59,.button__96117c0c.md__acf0c85d.secondaryLight__1490e98f,.button__96117c0c.md__acf0c85d.danger__32959777{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__96117c0c.md__acf0c85d.icon__d1c3e8fd{min-height:40px;min-width:40px;padding:0 10px}.button__96117c0c.lg__e4cafc6f{line-height:20px;font-size:16px}.button__96117c0c.lg__e4cafc6f.general__96295443,.button__96117c0c.lg__e4cafc6f.secondary__c9008f59,.button__96117c0c.lg__e4cafc6f.secondaryLight__1490e98f,.button__96117c0c.lg__e4cafc6f.danger__32959777{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__96117c0c.lg__e4cafc6f.icon__d1c3e8fd{min-height:56px;min-width:56px;padding:0 12px}.button__96117c0c:disabled{cursor:default}.button__96117c0c:disabled *{pointer-events:none}.button__96117c0c+.button__96117c0c:not(.block__aa33e9d1){margin-left:12px}.button__96117c0c .content__c8b67b96{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__96117c0c.block__aa33e9d1{display:block;width:100%}.button__96117c0c.loading__139a9254{pointer-events:none}.button__96117c0c.loading__139a9254 .content__c8b67b96{visibility:hidden}.button__96117c0c .loader__80c1a44b{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__96117c0c .loader__80c1a44b.hidden__a30430f9{visibility:hidden}.buttonDropdownExtended__d0d38355{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__d0d38355 .buttonDropdownExtendedBlock__41dbe544{padding:4px;margin-top:4px;right:0}.buttonDropdown__f14dcdcf.block__aa33e9d1{display:block}.buttonDropdown__f14dcdcf+.button__96117c0c:not(.block__aa33e9d1),.buttonDropdown__f14dcdcf+.buttonDropdown__f14dcdcf:not(.block__aa33e9d1){margin-left:16px}.buttonDropdown__f14dcdcf .buttonDropdownTarget__26399001 .caretIcon__4342f0fa{margin-left:2px;transition:transform .3s ease-in-out}.buttonDropdown__f14dcdcf .buttonDropdownTarget__26399001.active__92203775 .caretIcon__4342f0fa{transform:rotate(-180deg)}.buttonDropdown__f14dcdcf .buttonDropdownMenuItem__97cc805f{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__b605638c{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__12ffda06{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__42687c39{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__791e978a{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-0-29-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__5a3e7d8f{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__5a3e7d8f .modalWindowContentWrapper__c26482d5{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__b605638c .6s ease}.modalWindow__5a3e7d8f .modalWindowContent__9fc328d5{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__5a3e7d8f .modalWindowContent__9fc328d5 .modalWindowBody__d84982f2{box-sizing:border-box;animation:fadeIn__675ac937 .3s ease}@keyframes fadeIn__675ac937{0%{opacity:0}to{opacity:1}}.modalWindow__5a3e7d8f .modalWindowContent__9fc328d5 .spinnerSm__668efa8f{display:none}@media (max-width: 767px){.modalWindow__5a3e7d8f .modalWindowContent__9fc328d5 .spinner__581c2049{display:none}.modalWindow__5a3e7d8f .modalWindowContent__9fc328d5 .spinnerSm__668efa8f{display:flex}}.global-modalWindowTransition-exit .modalWindow__5a3e7d8f .modalWindowContentWrapper__c26482d5{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__12ffda06 .3s ease}.global-modalWindowTransition-exit .modalWindow__5a3e7d8f .modalWindowContentWrapper__c26482d5 .modalWindowBody__d84982f2{animation:fadeOut__302bc9a5 .3s ease}@keyframes fadeOut__302bc9a5{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__e21143cd{position:absolute;left:0;right:0;height:0}.modalWindow__5a3e7d8f.sm__8845130d .modalWindowContentWrapper__c26482d5{max-width:480px}.modalWindow__5a3e7d8f.sm__8845130d .modalWindowContent__9fc328d5 .modalWindowBody__d84982f2{min-height:196px}@media (max-width: 575px){.modalWindow__5a3e7d8f.sm__8845130d .modalWindowContentWrapper__c26482d5{max-width:100%}}.modalWindow__5a3e7d8f.md__e4e2df6a .modalWindowContentWrapper__c26482d5{max-width:600px}.modalWindow__5a3e7d8f.md__e4e2df6a .modalWindowContent__9fc328d5 .modalWindowBody__d84982f2{min-height:246px}@media (max-width: 767px){.modalWindow__5a3e7d8f.md__e4e2df6a .modalWindowContentWrapper__c26482d5{max-width:100%}}.modalWindow__5a3e7d8f.lg__105f5961 .modalWindowContentWrapper__c26482d5{max-width:800px}.modalWindow__5a3e7d8f.lg__105f5961 .modalWindowContent__9fc328d5 .modalWindowBody__d84982f2{min-height:396px}@media (max-width: 991px){.modalWindow__5a3e7d8f.lg__105f5961 .modalWindowContentWrapper__c26482d5{max-width:100%}}.modalWindowContentPage__e85a009b{background:var(--triplex-next-ModalWindow-Background-0-29-0);padding:8px!important}.modalWindowContentPage__e85a009b,.modalWindowLoaderScreen__f09ec6b4{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__e85a009b,.modalWindowLoaderScreen__f09ec6b4{border-radius:24px}}.islandBody__0be6fa8d{display:block}.islandHeader__1b2227e3,.islandFooter__e34497b9,.island__56c9a8c3{position:relative}.island__56c9a8c3.type1__843f7ed9{background-color:var(--triplex-next-Island-Type1_Background-0-29-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-0-29-0)}.island__56c9a8c3.type2__9490d634{background-color:var(--triplex-next-Island-Type2_Background-0-29-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-0-29-0)}.island__56c9a8c3.type3__788f2fcc{background-color:var(--triplex-next-Island-Type3_Background-0-29-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-0-29-0)}.island__56c9a8c3.sm__e9079409{border-radius:16px;padding:16px}.island__56c9a8c3.sm__e9079409 .islandHeader__1b2227e3+.islandBody__0be6fa8d,.island__56c9a8c3.sm__e9079409 .islandHeader__1b2227e3+.islandFooter__e34497b9,.island__56c9a8c3.sm__e9079409 .islandBody__0be6fa8d+.islandFooter__e34497b9{margin-top:8px}.island__56c9a8c3.md__e3020c03{border-radius:24px;padding:24px}.island__56c9a8c3.md__e3020c03 .islandHeader__1b2227e3+.islandBody__0be6fa8d,.island__56c9a8c3.md__e3020c03 .islandHeader__1b2227e3+.islandFooter__e34497b9,.island__56c9a8c3.md__e3020c03 .islandBody__0be6fa8d+.islandFooter__e34497b9{margin-top:12px}.island__56c9a8c3.lg__abd340f2{border-radius:32px;padding:32px}.island__56c9a8c3.lg__abd340f2 .islandHeader__1b2227e3+.islandBody__0be6fa8d,.island__56c9a8c3.lg__abd340f2 .islandHeader__1b2227e3+.islandFooter__e34497b9,.island__56c9a8c3.lg__abd340f2 .islandBody__0be6fa8d+.islandFooter__e34497b9{margin-top:16px}@media (max-width: 767px){.island__56c9a8c3.sm__e9079409,.island__56c9a8c3.md__e3020c03{border-radius:16px;padding:16px}.island__56c9a8c3.lg__abd340f2{border-radius:24px;padding:24px}}.modalWindowBody__d84982f2{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__941c9b38{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__941c9b38{top:20px;right:20px}}.loaderScreen__85e1ba01{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__85e1ba01.loaderSmallBackdrop__95ed4195{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-0-29-0)}.loaderScreen__85e1ba01.loaderMiddleBackdrop__b46c46db{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-29-0)}.body__5fbd82eb{position:relative;display:flex}.body__5fbd82eb .bodyInner__32f3abb4{position:relative;flex-grow:1;width:100%}.bodyPage__97adc22a{flex-grow:1}.verticalMargin24__0dc2f9ff{margin-top:24px;margin-bottom:24px}.verticalMargin16__203f517e{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__0dc2f9ff{margin-top:16px;margin-bottom:16px}.verticalMargin16__203f517e{margin-top:8px;margin-bottom:8px}}.headerTabs__c8632faa{display:flex;justify-content:space-between}.headerTabs__c8632faa .headerTabsContent__66115e1e{flex-grow:1;min-width:1px}.headerTabs__c8632faa .headerTabsControls__619a30ed{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__c8632faa{flex-wrap:wrap}.headerTabs__c8632faa .headerTabsContent__66115e1e{width:100%}.headerTabs__c8632faa .headerTabsControls__619a30ed{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__c8632faa .headerTabsControls__619a30ed>button{margin-left:16px;margin-top:16px}}.headerTitle__a4bbf637{display:flex;justify-content:space-between}.headerTitle__a4bbf637 .headerTitleControls__90021676{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__2512a0df+.headerTitle__a4bbf637{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__a4bbf637{flex-wrap:wrap}.headerTitle__a4bbf637 .headerTitleContent__51712685{width:100%}.headerTitle__a4bbf637 .headerTitleControls__90021676{padding-left:0;white-space:normal;flex-shrink:initial;margin-left:-16px}.headerTitle__a4bbf637 .headerTitleControls__90021676>button,.headerTitle__a4bbf637 .headerTitleControls__90021676>[class*=buttonDropdown]{margin-left:16px;margin-top:16px}}.headerSubheader__cb56b543{padding:24px 0}.headerSubheader__cb56b543.withoutPaddings__98cf6328{padding:0}.headerLayoutSidebar__c82aa2bb{display:flex;justify-content:space-between}.headerLayoutSidebarContent__eeec719c{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__ef0c554f{display:none}}.page__d96a723e{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__d96a723e{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__72ba62a0.sticky__742c3960{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__72ba62a0.sticky__742c3960[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-29-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__c4d7d5eb.sticky__742c3960{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__c4d7d5eb.sticky__742c3960[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-0-29-0)!important}.footerDescription__0ca29a6c{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__f8ffffd5{flex-grow:1;margin-right:auto}.footerDescriptionControls__6a0d985d{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__0ca29a6c{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__f8ffffd5{width:100%}.footerDescriptionControls__6a0d985d{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__6a0d985d>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__f8ffffd5+.footerDescriptionControls__6a0d985d{margin-top:0}.footer__d3b52033{padding:16px 0}}.modalWindowHeader__593eb6ce .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__593eb6ce .global-HeaderTitleContent{padding-right:72px}}.list__577498f2{margin:0;padding:0;list-style:none;position:relative}.listItemControls__aedf1ada{display:flex;padding:0 16px 0 4px}.listItemContent__fff0f7ba{background:var(--triplex-next-ListItem-Background-0-29-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__fff0f7ba.selected__82703735{background:var(--triplex-next-ListItem-Background_Selected-0-29-0)}.listItemControlsButton__40277033{margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-0-29-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px;width:92px}.listItemControlsButton__40277033:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-0-29-0)}.listItemControlsButton__40277033:hover .listItemControlsButtonLabel__0d2e6e38{color:var(--triplex-next-ListItemControlsButton-Color_Hover-0-29-0)!important}.listItemControlsButton__40277033:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-0-29-0)}.listItemControlsButton__40277033:active .listItemControlsButtonLabel__0d2e6e38{color:var(--triplex-next-ListItemControlsButton-Color_Active-0-29-0)!important}.listItemControlsButton__40277033+.listItemControlsButton__40277033,.listItemControlsButton__40277033+.listItemControlsButtonDropdown__2d94de5e{margin-left:4px}.listItemControlsButtonIcon__9f5becd0{line-height:0}.listItemControlsButton__40277033.withText__e1430894 .listItemControlsButtonIcon__9f5becd0{margin-bottom:8px}.listItemControlsButtonLabel__0d2e6e38{color:var(--triplex-next-ListItemControlsButton-Color_Default-0-29-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__2d94de5e{display:flex}.listItemControlsButtonInner__e76646ee{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__40277033.withIcon__5f5c4a5e.withText__e1430894 .listItemControlsButtonInner__e76646ee{height:44px;overflow:visible}.buttonDropdownMenuItem__9588286e{overflow:hidden;text-overflow:ellipsis}.listEmptyState__35eef717{padding:64px 16px 16px;text-align:center}.listItemLoading__df2d527c{display:flex;justify-content:center;height:24px;padding:12px 0;position:relative;background-color:var(--triplex-next-ListItem-Background-0-29-0)}.label__174c9812{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__174c9812.sm__c94c502b{min-width:16px;min-height:16px}.label__174c9812.sm__c94c502b.nonempty__a5bdfd77{padding:2px 0 2px 24px}.label__174c9812.md__07cab0e0{min-width:24px;min-height:24px}.label__174c9812.md__07cab0e0.nonempty__a5bdfd77{padding-left:32px;padding-top:2px}.label__174c9812.lg__d9d4a711{min-width:28px;min-height:28px}.label__174c9812.lg__d9d4a711.nonempty__a5bdfd77{padding-left:40px;padding-top:4px}.label__174c9812.disabled__5bea883e{cursor:default}.label__174c9812[hidden]{display:none}.checkbox__2a6ba124{margin:0;opacity:0}.checkboxIcon__81948121{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-0-29-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-0-29-0)}.sm__c94c502b .checkboxIcon__81948121{border-radius:4px}.checkmarkIcon__a8c69809{transform:scale(0)}.checkmarkIcon__a8c69809 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-0-29-0)}.checkboxIcon__81948121,.checkmarkIcon__a8c69809{pointer-events:none}.checkbox__2a6ba124,.checkboxIcon__81948121,.checkmarkIcon__a8c69809{position:absolute;left:0;top:0}.sm__c94c502b .checkbox__2a6ba124,.sm__c94c502b .checkboxIcon__81948121,.sm__c94c502b .checkmarkIcon__a8c69809{width:16px;height:16px;top:2px}.md__07cab0e0 .checkbox__2a6ba124,.md__07cab0e0 .checkboxIcon__81948121,.md__07cab0e0 .checkmarkIcon__a8c69809{width:24px;height:24px}.lg__d9d4a711 .checkbox__2a6ba124,.lg__d9d4a711 .checkboxIcon__81948121,.lg__d9d4a711 .checkmarkIcon__a8c69809{width:28px;height:28px}.checkbox__2a6ba124:enabled{cursor:pointer}.checkbox__2a6ba124:enabled:hover+.checkboxIcon__81948121{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-0-29-0);background-color:var(--triplex-next-Checkbox-Background_Hover-0-29-0)}.checkbox__2a6ba124:checked+.checkboxIcon__81948121{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-0-29-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-0-29-0)}.checkbox__2a6ba124:checked~.checkmarkIcon__a8c69809{transform:scale(1);transition:transform .2s ease-out}.checkbox__2a6ba124:disabled+.checkboxIcon__81948121{background-color:var(--triplex-next-Checkbox-Background_Disabled-0-29-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-0-29-0)}.checkbox__2a6ba124:disabled:checked+.checkboxIcon__81948121{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-0-29-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-29-0)}.checkbox__2a6ba124:disabled~.checkmarkIcon__a8c69809 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-29-0)}.checkbox__2a6ba124:focus-visible+.checkboxIcon__81948121{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-0-29-0)}.checkbox__2a6ba124:checked:enabled:hover+.checkboxIcon__81948121{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-0-29-0)}.listItemSelectable__04a6451c{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-0-29-0);border-radius:8px}.listItemSelectable__04a6451c.selected__82703735{background:var(--triplex-next-ListItem-Background_Selected-0-29-0)}.checkboxWrapper__1e17943d{padding:16px;line-height:0}.childrenWrapper__3237a17b{flex-grow:1}.checkboxLabel__dd5e8d5b{padding:0!important;position:relative}.checkboxLabelClickArea__7a461dbf{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__db5f0a2e{position:relative;overflow:hidden}.swipeableArea__db5f0a2e .content__40d71535{position:relative;touch-action:pan-y}.swipeableArea__db5f0a2e .content__40d71535.disableScroll__3ee96ff3{touch-action:none}.swipeableArea__db5f0a2e .content__40d71535.disablePointerEvents__009e5826:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__db5f0a2e .swipeAnimationFinish__69429924{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__db5f0a2e .leftContent__7cf3918b,.swipeableArea__db5f0a2e .rightContent__18c7a4a9{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__db5f0a2e .rightContent__18c7a4a9{left:auto;right:0}.listItemTail__bbd61c88{position:absolute;width:18px;top:0;bottom:0;overflow:hidden}.listItemTailLine__9a11badb{background:var(--triplex-next-ListMaster-Background-0-29-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailLeft__f5953209{left:-8px}.listItemTailRight__40f48650{right:-10px}.listItemTailTop__b38957d5{position:absolute;top:0;left:0;right:0}.listItemTailTop__b38957d5:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-29-0)}.listItemTailTop__b38957d5:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-29-0)}.listItemTailBottom__f3ba2420{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__f3ba2420:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-0-29-0)}.listItemTailBottom__f3ba2420:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListMaster-Background-0-29-0)}.listItemTable__00b6a857{margin-bottom:4px}.listItemTable__00b6a857:last-child{margin-bottom:0}.listItemTable__00b6a857 .swipeableArea__089ebaa8{border-radius:8px}.listSortableItemTarget__13249fe7{display:flex;gap:16px;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-0-29-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__13249fe7:hover{background:var(--triplex-next-ListItem-Background_Selected-0-29-0)}.listSortableItemTarget__13249fe7.dragging__d3a5239e{background:var(--triplex-next-ListItem-Background_Dragging-0-29-0);box-shadow:var(--triplex-next-ListItem-Shadow_Dragging-0-29-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__0c809a52{flex:1}.listSortableItemTargetIcon__65325203{display:block}.listSortableItem__edabf228{position:relative}.listSortableItem__edabf228.dragging__d3a5239e{z-index:1}.listSortableItemControls__a683e07a{display:inline-block}.islandWidgetHeader__9c2cfa3c{display:flex;justify-content:flex-start;align-items:center;gap:8px}.islandWidgetHeader__9c2cfa3c .islandWidgetHeaderTitle__039772dd{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandWidgetHeader__9c2cfa3c .islandWidgetHeaderControls__2ca88b63{display:flex;align-items:center;gap:8px}.islandWidgetHeader__9c2cfa3c .islandWidgetHeaderDescription__0c059e5a{display:flex;flex-grow:1;justify-content:flex-end}.islandWidgetHeader__9c2cfa3c .caretWrapper__2a4458a1{position:absolute;top:16px;right:16px}.islandWidgetHeader__9c2cfa3c .caretIcon__8afbad1e{transition:transform .3s ease-in-out}.islandWidgetHeader__9c2cfa3c.open__45183340 .caretWrapper__2a4458a1 .caretIcon__8afbad1e{transform:rotate(-180deg)}@media (max-width: 767px){.islandWidgetHeader__9c2cfa3c{flex-wrap:wrap;padding-right:32px}.islandWidgetHeader__9c2cfa3c .islandWidgetHeaderTitle__039772dd{white-space:normal}.islandWidgetHeader__9c2cfa3c .islandWidgetHeaderDescription__0c059e5a{flex-basis:100%;justify-content:flex-start}}.islandWidgetBody__9ee33c19{padding-top:16px}.islandWidgetFooter__136a905b{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__3170123f{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__8d0f10d5{margin-left:auto;white-space:nowrap}@media (max-width: 767px){.islandWidgetFooter__136a905b{flex-direction:column;gap:16px}.islandWidgetFooterControls__8d0f10d5{display:flex;flex-wrap:wrap;gap:12px;margin:0 auto 0 0}.islandWidgetFooterControls__8d0f10d5>button{margin-left:0!important}}.expandAnimation__9f38b8a4{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__b0ec9275{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-0-29-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__b0ec9275{border-radius:0 0 16px 16px}}.islandWidget__22da2f02{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__22da2f02>*{height:100%}.islandWidgetWithExtraFooter__04de4664:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-0-29-0)!important}@media (max-width: 767px){.islandWidgetHeaderWrapperAdaptive__17792f18{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__275a405a{display:flex;flex-direction:column}.formFieldClear__3804b2a4{visibility:hidden;opacity:0;transition:visibility,opacity;transition-duration:.3s;pointer-events:none}.formFieldClear__3804b2a4:focus{visibility:visible;opacity:1;pointer-events:auto}.formFieldTarget__1141b780{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-0-29-0);overflow:hidden;white-space:nowrap}.formFieldTarget__1141b780.sm__73ad6550{font-size:12px;height:28px;line-height:16px}.formFieldTarget__1141b780.md__f8b59b9a{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__1141b780.lg__dd7da29d{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__1141b780.placeholder__c083c6d8{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-0-29-0)}.formFieldTarget__1141b780.disabled__0f67b9dd{color:var(--triplex-next-FormField-Target_Color_Disabled-0-29-0)}.formFieldTarget__1141b780 .placeholderWrapper__251cffc2{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__1141b780:focus{outline:none}.formFieldTarget__1141b780:focus .placeholderWrapper__251cffc2,.formFieldTarget__1141b780.active__38638889 .placeholderWrapper__251cffc2{opacity:1}.formFieldTextarea__4ddb6778{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-0-29-0);vertical-align:top;font-family:inherit}.formFieldTextarea__4ddb6778.sm__73ad6550{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__4ddb6778.md__f8b59b9a{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__4ddb6778.lg__dd7da29d{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__4ddb6778::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-29-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__4ddb6778:focus{outline:none}.formFieldTextarea__4ddb6778:focus::placeholder{opacity:1}.formFieldTextarea__4ddb6778:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-29-0)}.formFieldTextarea__4ddb6778:-webkit-autofill{animation-name:autofill-applied-hook__37164354;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldTextarea__4ddb6778:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__ab5c8657;animation-duration:1ms}@keyframes autofill-applied-hook__37164354{0%{transform:none}}@keyframes autofill-cancelled-hook__ab5c8657{0%{transform:none}}.chipGroupItem__10f9e88b{display:inline-block}.chip__9d84c6f7{background:var(--triplex-next-Chip-Background_Default-0-29-0);color:var(--triplex-next-Chip-Color_Default-0-29-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__9d84c6f7.lg__4cf7dd5f{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__9d84c6f7.lg__4cf7dd5f .prefix__78ab829e{padding-left:16px}.chip__9d84c6f7.lg__4cf7dd5f .postfix__de396a37{padding-right:12px}.chip__9d84c6f7.lg__4cf7dd5f .notificationIcon__4c416f75{right:6px;top:6px}.chip__9d84c6f7.md__6a73fd6e{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__9d84c6f7.md__6a73fd6e .prefix__78ab829e{padding-left:12px}.chip__9d84c6f7.md__6a73fd6e .postfix__de396a37{padding-right:8px}.chip__9d84c6f7.md__6a73fd6e .notificationIcon__4c416f75{right:4px;top:4px}.chip__9d84c6f7.sm__3b90fb99{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__9d84c6f7.sm__3b90fb99 .prefix__78ab829e{padding-left:8px}.chip__9d84c6f7.sm__3b90fb99 .postfix__de396a37{padding-right:8px}.chip__9d84c6f7.sm__3b90fb99 .notificationIcon__4c416f75{right:3px;top:3px}.chip__9d84c6f7:hover{background:var(--triplex-next-Chip-Background_Hover-0-29-0);color:var(--triplex-next-Chip-Color_Hover-0-29-0)}.chip__9d84c6f7:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-29-0)}.chip__9d84c6f7:active,.chip__9d84c6f7[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-0-29-0);color:var(--triplex-next-Chip-Color_Active-0-29-0)}.chip__9d84c6f7.disabled__862017f3{background:var(--triplex-next-Chip-Background_Disabled-0-29-0);color:var(--triplex-next-Chip-Color_Disabled-0-29-0);cursor:default;pointer-events:none}.chip__9d84c6f7.selected__98f07c7d{background:var(--triplex-next-Chip-Background_Selected_Default-0-29-0);color:var(--triplex-next-Chip-Color_Selected_Default-0-29-0)}.chip__9d84c6f7.selected__98f07c7d:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-0-29-0);color:var(--triplex-next-Chip-Color_Selected_Hover-0-29-0)}.chip__9d84c6f7.selected__98f07c7d:active,.chip__9d84c6f7.selected__98f07c7d[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-0-29-0);color:var(--triplex-next-Chip-Color_Selected_Active-0-29-0)}.chip__9d84c6f7.selected__98f07c7d.disabled__862017f3{background:var(--triplex-next-Chip-Background_Selected_Disabled-0-29-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-0-29-0)}.chip__9d84c6f7.withPrefix__a58ea557{padding-left:0}.chip__9d84c6f7.withPostfix__2622d858{padding-right:0}.chip__9d84c6f7 .content__300cd389{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__9d84c6f7 .prefix__78ab829e,.chip__9d84c6f7 .postfix__de396a37{display:flex}.chip__9d84c6f7 .notificationIcon__4c416f75{position:absolute}.calendarControls__ef3d2c32{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-0-29-0)}.calendarViewDays__39f9e2d1{width:calc(100% + 8px);margin:12px -4px 0;border-spacing:4px 0px;table-layout:fixed}.calendarViewDays__39f9e2d1+.calendarFooter__b1abb8e1{margin-top:18px}.adaptive__be671ce6 .calendarViewDays__39f9e2d1{width:100%;margin:12px 0 0;border-spacing:0}.adaptive__be671ce6 .calendarViewDays__39f9e2d1+.calendarFooter__b1abb8e1{margin-top:12px}.calendarViewMonths__abd28f5b,.calendarViewYears__1da31f69{width:calc(100% + 12px);margin:8px -6px -14px;border-spacing:6px 14px;table-layout:fixed}.calendarViewMonths__abd28f5b+.calendarFooter__b1abb8e1,.calendarViewYears__1da31f69+.calendarFooter__b1abb8e1{margin-top:22px}.adaptive__be671ce6 .calendarViewMonths__abd28f5b,.adaptive__be671ce6 .calendarViewYears__1da31f69{width:100%;margin:4px 0 -8px;border-spacing:0 8px}.adaptive__be671ce6 .calendarViewMonths__abd28f5b+.calendarFooter__b1abb8e1,.adaptive__be671ce6 .calendarViewYears__1da31f69+.calendarFooter__b1abb8e1{margin-top:12px}.calendarViewDaysHeader__1dbd8294{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-0-29-0)}.calendarViewDaysBody__dae72842:before{display:block;content:"‌";line-height:8px}.calendarViewItem__d3486241{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__d3486241:focus-visible{outline:none}.calendarViewItem__d3486241.current__f2ded58d{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.calendarViewItem__d3486241.disabled__05b93994{pointer-events:none}.calendarViewItemLabel__055e5e7d{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-0-29-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-0-29-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-0-29-0);cursor:pointer}.calendarViewItemLabel__055e5e7d.muted__6856f753{color:var(--triplex-next-Calendar-View_Item_Color_Muted-0-29-0)}.calendarViewItemLabel__055e5e7d:hover{color:var(--triplex-next-Calendar-View_Item_Color_Hover-0-29-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-0-29-0)}.calendarViewItemLabel__055e5e7d.selected__5d7a842a{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-29-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-0-29-0)}.calendarViewItemLabel__055e5e7d.selected__5d7a842a:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-29-0)}.calendarViewItemLabel__055e5e7d.selected__5d7a842a:hover.basicMark__d7f88f16:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-29-0)}.calendarViewItemLabel__055e5e7d.selected__5d7a842a:hover.standardMark__8a2caccf:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-29-0)}.calendarViewItemLabel__055e5e7d.selected__5d7a842a:hover.attentionMark__db5c706a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-29-0)}.calendarViewItemLabel__055e5e7d.selected__5d7a842a:hover.criticalMark__4d5f9c52:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-29-0)}.calendarViewItemLabel__055e5e7d.selected__5d7a842a.muted__6856f753{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-29-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-29-0)}.calendarViewItemLabel__055e5e7d.selected__5d7a842a.muted__6856f753:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-29-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-29-0)}.calendarViewItemLabel__055e5e7d.selected__5d7a842a.basicMark__d7f88f16:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-29-0)}.calendarViewItemLabel__055e5e7d.selected__5d7a842a.standardMark__8a2caccf:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-29-0)}.calendarViewItemLabel__055e5e7d.selected__5d7a842a.attentionMark__db5c706a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-29-0)}.calendarViewItemLabel__055e5e7d.selected__5d7a842a.criticalMark__4d5f9c52:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-29-0)}.calendarViewItemLabel__055e5e7d.marked__6dcd35e5:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__055e5e7d.basicMark__d7f88f16:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-29-0)}.calendarViewItemLabel__055e5e7d.standardMark__8a2caccf:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-29-0)}.calendarViewItemLabel__055e5e7d.attentionMark__db5c706a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-29-0)}.calendarViewItemLabel__055e5e7d.criticalMark__4d5f9c52:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-29-0)}.calendarViewItemLabel__055e5e7d.disabled__05b93994{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-0-29-0);background:none}.calendarViewItem__d3486241:focus-visible .calendarViewItemLabel__055e5e7d{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-0-29-0)}.unitDay__99fd8bbc{width:36px;height:36px;border-radius:6px}.unitMonth__83e58082,.unitYear__56858e75{width:88px;height:48px;border-radius:6px}.adaptive__be671ce6 .unitMonth__83e58082,.adaptive__be671ce6 .unitYear__56858e75{width:104px;height:56px;border-radius:10px}.calendarFooter__b1abb8e1{text-align:center}.calendar__1c850754{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-0-29-0);-webkit-user-select:none;user-select:none}.calendar__1c850754.extraBottom__63b2cf0e{padding-bottom:12px}.calendar__1c850754.adaptive__be671ce6{width:auto;padding:20px 20px 24px}.calendar__1c850754+.calendar__1c850754{margin-top:20px}.datePickerExtendedMobileDropdown__12a2abbb{max-height:100vh}.chipDropdownArrow__abf2a779{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__abf2a779.rotated__01bd6a05{transform:rotate(-180deg)}.chipClearButton__c9c87afa{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__c9c87afa:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-29-0)}.dropdownMobileMaskedInput__902c3542{height:20px!important;padding:0!important}.dropdownMobileMaskedInput__902c3542:first-child{top:0}.selectExtendedFieldTarget__182169cb{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__182169cb .caretWrapper__7d4a3873{height:100%}.selectExtendedFieldTarget__182169cb .caretIcon__236b7f7f{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__182169cb.selectOpened__d685d818 .caretIcon__236b7f7f{transform:rotate(180deg)}.selectExtendedFieldTarget__182169cb.disabled__d43d56bc{-webkit-user-select:none;user-select:none;cursor:default}.selectExtendedFieldTarget__182169cb.disabled__d43d56bc .target__757feb0f,.selectExtendedFieldTarget__182169cb.disabled__d43d56bc .caretWrapper__7d4a3873{pointer-events:none}.selectExtendedField__560c749d{position:relative}.multiselectFieldHeader__ead097cc{padding:12px}.multiselectFieldContent__af5c9d6a{position:relative;padding:0 12px 12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContent__af5c9d6a:first-child{padding-top:12px}.multiselectFieldContent__af5c9d6a:has(.loaderScreen__602d5cd1){overflow:hidden}.multiselectFieldContent__af5c9d6a.sm__9ea772d8{max-height:208px}.multiselectFieldContent__af5c9d6a.md__d651f9b5{max-height:266px}.multiselectFieldContent__af5c9d6a.lg__8768acd5{max-height:296px}.multiselectFieldFooter__0c65db01{padding:0 12px 12px}.multiselectFieldFooter__0c65db01:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-0-29-0)}.chipOptionsContent__8f4fc2b0{min-width:14px;text-align:center;display:block}.tooltipDesktop__248b68a9{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__248b68a9 .tooltipBody__3a3c7f26{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-0-29-0)}.tooltipDesktop__248b68a9 .tooltipXButton__6a0b4b46{position:absolute;right:8px;top:8px}.tooltipDesktopContent__3a000e2a{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-0-29-0);border-radius:8px}.closable__274fb947 .tooltipDesktopContent__3a000e2a{padding-right:32px}.tooltipSM__82f6406c .tooltipDesktopContent__3a000e2a{width:192px;min-height:52px}.tooltipLG__806120db .tooltipDesktopContent__3a000e2a{width:384px;min-height:52px}.tooltipOverlay__9e92d975{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__53e926e8{width:0;height:0}.tooltipDesktopTip__53e926e8.down__f1b2ea4f{border-top:solid var(--triplex-next-Tooltip-Background-0-29-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__53e926e8.up__b3032955{border-bottom:solid var(--triplex-next-Tooltip-Background-0-29-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__53e926e8.left__4de204c4{border-right:solid var(--triplex-next-Tooltip-Background-0-29-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__53e926e8.right__819de66a{border-left:solid var(--triplex-next-Tooltip-Background-0-29-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__41ce66ab .tooltipBody__3a3c7f26{text-align:left}.tooltipMobileContent__7dad4068{padding:16px}.headerless__c03275e6 .tooltipMobileContent__7dad4068{padding-right:40px;border-radius:16px 16px 0 0}.headerless__c03275e6 .tooltipMobileContent__7dad4068 .closeButton__dee653fe{position:absolute;right:16px;top:16px}.tooltipLink__98e31a4b{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__06b8674c{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-0-29-0)}.desktop__06b8674c:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-29-0)}.desktop__06b8674c:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-0-29-0)}.desktop__06b8674c:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-29-0)}.mobile__94e4eeaa{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-0-29-0)}.mobile__94e4eeaa:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-29-0)}.mobile__94e4eeaa:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-0-29-0)}.mobile__94e4eeaa:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-29-0)}.chipSuggestInputWrapper__2046dd5d{margin:12px}.suggestDropdownMobileBody__48900353{height:176px}.suggestDropdownMobileNoOptionsText__fde465e0{padding:16px}.checkboxXGroup__68cd298f{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__68cd298f.indent-12__65581be4{margin-left:-6px;margin-right:-6px}.checkboxXGroup__68cd298f.indent-12__65581be4 .label__174c9812{margin-left:6px;margin-right:6px}.checkboxXGroup__68cd298f.indent-16__3943f369{margin-left:-8px;margin-right:-8px}.checkboxXGroup__68cd298f.indent-16__3943f369 .label__174c9812{margin-left:8px;margin-right:8px}.checkboxXGroup__68cd298f.indent-20__30d4025c{margin-left:-10px;margin-right:-10px}.checkboxXGroup__68cd298f.indent-20__30d4025c .label__174c9812{margin-left:10px;margin-right:10px}.checkboxXGroup__68cd298f.indent-24__fb3d3743{margin-left:-12px;margin-right:-12px}.checkboxXGroup__68cd298f.indent-24__fb3d3743 .label__174c9812{margin-left:12px;margin-right:12px}.checkboxXGroup__68cd298f.indent-28__2aea9526{margin-left:-14px;margin-right:-14px}.checkboxXGroup__68cd298f.indent-28__2aea9526 .label__174c9812{margin-left:14px;margin-right:14px}.checkboxXGroup__68cd298f.indent-32__93280921{margin-left:-16px;margin-right:-16px}.checkboxXGroup__68cd298f.indent-32__93280921 .label__174c9812{margin-left:16px;margin-right:16px}.checkboxYGroup__0e1c566d{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__0e1c566d .label__174c9812.sm__c94c502b+.label__174c9812.sm__c94c502b{margin-top:8px}.checkboxYGroup__0e1c566d .label__174c9812.lg__d9d4a711+.label__174c9812.lg__d9d4a711{margin-top:20px}.checkboxYGroup__0e1c566d .label__174c9812.md__07cab0e0+.label__174c9812.md__07cab0e0{margin-top:16px}@media (max-width: 767px){.checkboxYGroup__0e1c566d{margin:14px 16px}.checkboxYGroup__0e1c566d .label__174c9812.sm__c94c502b+.label__174c9812.sm__c94c502b,.checkboxYGroup__0e1c566d .label__174c9812.md__07cab0e0+.label__174c9812.md__07cab0e0,.checkboxYGroup__0e1c566d .label__174c9812.lg__d9d4a711+.label__174c9812.lg__d9d4a711{margin-top:28px}}.card__16602805{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__16602805.roundingMD__74ecf633{--radius: 16px}.card__16602805.roundingSM__afc7a801{--radius: 8px}.card__16602805.general__a9f952ee{background:var(--triplex-next-Card-Static_General_Background-0-29-0)}.card__16602805.secondary__339603e8{background:var(--triplex-next-Card-Static_Secondary_Background-0-29-0)}.card__16602805 .cardMedia__635606d2{background-size:cover;background-repeat:no-repeat;background-position:center}.card__16602805 .cardContent__fa024c8e{padding:var(--padding)}.card__16602805 .cardContent__fa024c8e.paddingMD__5d46f259{--padding: 24px}.card__16602805 .cardContent__fa024c8e.paddingSM__e94c6753{--padding: 16px}.card__16602805 .cardContent__fa024c8e .cardContentHeader__84c440a9{margin-bottom:16px}.card__16602805 .cardContent__fa024c8e .cardContentFooter__860c65d5{margin-top:16px}.action__0229d717{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__0229d717: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__0229d717.general__a9f952ee{background:var(--triplex-next-Card-Action_General_Background-0-29-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-29-0)}.action__0229d717.general__a9f952ee:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-0-29-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-29-0)}.action__0229d717.general__a9f952ee.selected__7d4eb02d{background:var(--triplex-next-Card-Action_General_Background_Selected-0-29-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-29-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-29-0)}.action__0229d717.general__a9f952ee.selected__7d4eb02d:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-0-29-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-29-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-29-0)}.action__0229d717.general__a9f952ee:focus{outline:none}.action__0229d717.general__a9f952ee:focus.focusVisible__acfdbbd1{box-shadow:var(--triplex-next-Card-Shadow_Default-0-29-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-29-0)}.action__0229d717.secondary__339603e8{background:var(--triplex-next-Card-Action_Secondary_Background-0-29-0)}.action__0229d717.secondary__339603e8:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-0-29-0)}.action__0229d717.secondary__339603e8.selected__7d4eb02d{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-0-29-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-0-29-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-29-0)}.action__0229d717.secondary__339603e8.selected__7d4eb02d:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-29-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-29-0)}.action__0229d717.secondary__339603e8:focus{outline:none}.action__0229d717.secondary__339603e8:focus.focusVisible__acfdbbd1{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-29-0)}.alertContext__327085c1{display:flex;font-size:12px;line-height:16px}.alertContext__327085c1>svg{flex-shrink:0}.alertContext__327085c1 .alertContextText__3e435f12{margin-left:8px}.alertContext__327085c1.alertTypeError__5a80d557 .alertContextText__3e435f12{color:var(--triplex-next-AlertContext-Error_Color-0-29-0)}.alertContext__327085c1.alertTypeInfo__25ff9c08 .alertContextText__3e435f12{color:var(--triplex-next-AlertContext-Info_Color-0-29-0)}.alertContext__327085c1.alertTypeWarning__f1bfbac6 .alertContextText__3e435f12{color:var(--triplex-next-AlertContext-Warning_Color-0-29-0)}.alertContext__327085c1.alertTypeSystem__16a51e00 .alertContextText__3e435f12{color:var(--triplex-next-AlertContext-System_Color-0-29-0)}.alertProcess__5be9a2be{display:flex;padding:16px;position:relative}.alertProcess__5be9a2be.md__c9e6a278{border-radius:12px}.alertProcess__5be9a2be.lg__d6231393{border-radius:24px}.alertProcess__5be9a2be.withSpoiler__54c4e2b7{min-height:40px}.alertProcess__5be9a2be .themeIcon__bcf6f4ba{box-sizing:border-box;height:20px;width:20px}.alertProcess__5be9a2be.alertTypeError__5a80d557{background:var(--triplex-next-AlertProcess-Error_Background-0-29-0)}.alertProcess__5be9a2be.alertTypeInfo__25ff9c08{background:var(--triplex-next-AlertProcess-Info_Background-0-29-0)}.alertProcess__5be9a2be.alertTypeWarning__f1bfbac6{background:var(--triplex-next-AlertProcess-Warning_Background-0-29-0)}.alertProcess__5be9a2be.alertTypeSystem__16a51e00{background:var(--triplex-next-AlertProcess-System_Background-0-29-0)}.alertProcess__5be9a2be.alertTypeFeature__24732e00{background:var(--triplex-next-AlertProcess-Feature_Background-0-29-0)}.alertProcess__5be9a2be.alertTypeFeature__24732e00 .themeIcon__bcf6f4ba{padding-top:0}.alertProcess__5be9a2be .alertProcessContentBlock__bb7a4714{flex:1;margin-left:10px}.alertProcess__5be9a2be .alertProcessContentBlock__bb7a4714 .expandableContent__3670fc67{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__5be9a2be .alertProcessContentBlock__bb7a4714 .expandableContent__3670fc67.expanded__9be1ce13{max-height:1000px;opacity:1}.alertProcess__5be9a2be .closeButton__a83c179c{margin-left:10px}.alertProcess__5be9a2be .expandButton__a415d9e2{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__5be9a2be .expandButton__a415d9e2.expanded__9be1ce13{transform:rotate(180deg)}.adaptive__a5c54354{font-size:10px!important;line-height:12px!important}.avatar__e4b2fac2{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-0-29-0)}.avatar__e4b2fac2.borderRadius6__e5ba3cc2{border-radius:6px}.avatar__e4b2fac2.borderRadius8__5e49dca7{border-radius:8px}.avatar__e4b2fac2.borderRadius10__367780cf{border-radius:10px}.avatar__e4b2fac2.borderRadius12__b206ada8{border-radius:12px}.avatar__e4b2fac2.borderRadius16__af729ad5{border-radius:16px}.avatar__e4b2fac2.xxs__ef1a7d32{width:28px;height:28px}.avatar__e4b2fac2.xs__5ce4fe22{width:32px;height:32px}.avatar__e4b2fac2.sm__b58d16b8{width:40px;height:40px}.avatar__e4b2fac2.md__efb7dac4{width:56px;height:56px}.avatar__e4b2fac2.lg__12b3899b{width:80px;height:80px}.avatar__e4b2fac2.xl__6d51addd{width:96px;height:96px}.avatar__e4b2fac2.xxl__33bc7939{width:128px;height:128px}.carouselExtended__811aa03f{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__811aa03f::-webkit-scrollbar{display:none}.treeView__9b2dc02d,.treeViewGroup__08f83ce7{margin:0;padding:0}.treeView__9b2dc02d .treeViewNode__82802723,.treeViewGroup__08f83ce7 .treeViewNode__82802723{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__ab901b0f.collapsed__8ea994be{visibility:hidden}.checkboxTreeExtended__69b555d3{margin-bottom:-12px}.checkboxTreeExtendedNode__182c2302 .checkboxTreeExtendedNode__182c2302:has(.sm__2cf51cf2){margin-left:16px}.checkboxTreeExtendedNode__182c2302 .checkboxTreeExtendedNode__182c2302:has(.md__92d49e6f),.checkboxTreeExtendedNode__182c2302 .checkboxTreeExtendedNode__182c2302:has(.lg__d2742e4d){margin-left:24px}.checkboxTreeExtendedNodeHeader__f1fe55c4{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__f1fe55c4.sm__2cf51cf2{margin-bottom:8px}.checkboxTreeExtendedNodeHeader__f1fe55c4.md__92d49e6f,.checkboxTreeExtendedNodeHeader__f1fe55c4.lg__d2742e4d{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__f1fe55c4 .checkboxTreeCheckboxLabel__0ec0bde2{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__f1fe55c4 .caretIconWrapper__473df856{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__f1fe55c4 .caretIconWrapper__473df856:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-0-29-0)}.checkboxTreeExtendedNodeHeader__f1fe55c4.opened__b3441bf5 .caretIconWrapper__473df856{transform:rotate(180deg)}@media (max-width: 767px){.checkboxTreeExtended__69b555d3{padding:0 16px}.checkboxTreeExtended__69b555d3 .checkboxTreeExtendedNodeHeader__f1fe55c4{margin-bottom:0}.checkboxTreeExtended__69b555d3 .checkboxTreeExtendedNodeHeader__f1fe55c4 .checkboxTreeCheckboxLabel__0ec0bde2{padding-top:16px;padding-bottom:16px}.checkboxTreeExtended__69b555d3 .checkboxTreeExtendedNodeHeader__f1fe55c4 .checkboxTreeCheckboxLabel__0ec0bde2>span,.checkboxTreeExtended__69b555d3 .checkboxTreeExtendedNodeHeader__f1fe55c4 .checkboxTreeCheckboxLabel__0ec0bde2>svg,.checkboxTreeExtended__69b555d3 .checkboxTreeExtendedNodeHeader__f1fe55c4 .checkboxTreeCheckboxLabel__0ec0bde2 .checkboxTreeCheckbox__35778843{top:14px}}.chipGroup__235b4ea0{display:flex}.chipGroup__235b4ea0.oneLine__e5dd2371{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__235b4ea0.oneLine__e5dd2371::-webkit-scrollbar{display:none}.chipGroup__235b4ea0.multiLine__1e74e9ec{flex-wrap:wrap}.chipGroup__235b4ea0.lg__e43b74bb{gap:12px}.chipGroup__235b4ea0.md__13a3e618,.chipGroup__235b4ea0.sm__bbf60b62{gap:8px}.col-1__9215d7c7{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__3168eb45{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__d5f82bf6{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__24648d6f{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__8cc942bf{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__70cb5654{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__b15b3b33{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__80d60026{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__0b18272e{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__1cb27053{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__f7f72a60{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__e9c90c77{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__b7964550{margin-left:0%}.offset-1__8a644f6c{margin-left:8.33333333%}.offset-2__cf185c25{margin-left:16.66666667%}.offset-3__10a37bfb{margin-left:25%}.offset-4__073f9154{margin-left:33.33333333%}.offset-5__722bc033{margin-left:41.66666667%}.offset-6__a739c198{margin-left:50%}.offset-7__6edcec4f{margin-left:58.33333333%}.offset-8__0190c6b2{margin-left:66.66666667%}.offset-9__23a4ef36{margin-left:75%}.offset-10__4ec4512f{margin-left:83.33333333%}.offset-11__fae5c025{margin-left:91.66666667%}.d-none__dfd795de{display:none!important}.d-block__9a8a2822{display:block!important}@media (min-width: 576px){.col-sm-1__66561833{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__f837e566{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__07136207{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__2c37057b{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__4761b40a{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__c3a48451{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__e4ea0ff2{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__004b9b95{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__e2bcab57{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__3ccb74a5{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__2ab153c2{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__75a277c8{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__5c401bfb{margin-left:0%}.offset-sm-1__7dc1c48a{margin-left:8.33333333%}.offset-sm-2__5acabd71{margin-left:16.66666667%}.offset-sm-3__ebb9eac4{margin-left:25%}.offset-sm-4__66246815{margin-left:33.33333333%}.offset-sm-5__9bcfe2dd{margin-left:41.66666667%}.offset-sm-6__e869e08e{margin-left:50%}.offset-sm-7__24ed6e75{margin-left:58.33333333%}.offset-sm-8__547034c8{margin-left:66.66666667%}.offset-sm-9__9b121873{margin-left:75%}.offset-sm-10__3a5129ad{margin-left:83.33333333%}.offset-sm-11__9d2fe0ba{margin-left:91.66666667%}.d-none-sm__f2937209{display:none!important}.d-block-sm__a805202a{display:block!important}}@media (min-width: 768px){.col-md-1__b50b4994{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__3c8a056e{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__debe634e{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__77f9222b{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__5f698ecc{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__194bd66a{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__5986c9b5{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__a065bdae{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__d0e01859{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__31679432{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__f1426f75{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__713c7434{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__0f734b0c{margin-left:0%}.offset-md-1__adfa428c{margin-left:8.33333333%}.offset-md-2__0aed9217{margin-left:16.66666667%}.offset-md-3__0e3c658e{margin-left:25%}.offset-md-4__692ba562{margin-left:33.33333333%}.offset-md-5__4004835f{margin-left:41.66666667%}.offset-md-6__eef1460f{margin-left:50%}.offset-md-7__44677680{margin-left:58.33333333%}.offset-md-8__eab10f6f{margin-left:66.66666667%}.offset-md-9__9572ccc8{margin-left:75%}.offset-md-10__352bde72{margin-left:83.33333333%}.offset-md-11__a33ac4d9{margin-left:91.66666667%}.d-none-md__1b522faf{display:none!important}.d-block-md__5e435213{display:block!important}}@media (min-width: 992px){.col-lg-1__09973cd1{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__33fddd25{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__df528d0d{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__d6819325{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__3f8e6088{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__5b24e886{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__a18ae184{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__c2b8b01e{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__885b7a76{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__3a8decd6{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__765d5472{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__69b6a676{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__cdacf47e{margin-left:0%}.offset-lg-1__d900150b{margin-left:8.33333333%}.offset-lg-2__3fb10fbe{margin-left:16.66666667%}.offset-lg-3__ddb4574c{margin-left:25%}.offset-lg-4__1393f8b3{margin-left:33.33333333%}.offset-lg-5__70596778{margin-left:41.66666667%}.offset-lg-6__0a51aa34{margin-left:50%}.offset-lg-7__6f7b1df7{margin-left:58.33333333%}.offset-lg-8__9242bf6b{margin-left:66.66666667%}.offset-lg-9__c3a7b617{margin-left:75%}.offset-lg-10__bfc4ae4c{margin-left:83.33333333%}.offset-lg-11__f6b2b1f8{margin-left:91.66666667%}.d-none-lg__0c52f123{display:none!important}.d-block-lg__95b9716c{display:block!important}}@media (min-width: 1200px){.col-xl-1__f61d7162{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__b5f281c3{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__de6d6b25{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__166c05b1{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__4e014fb4{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__ffcb6b8f{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__1134eb35{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__3ec03806{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__52c839fd{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__be563216{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__cb878fb5{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__1faf6d27{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__7ac9b499{margin-left:0%}.offset-xl-1__c6ed2595{margin-left:8.33333333%}.offset-xl-2__adf073cc{margin-left:16.66666667%}.offset-xl-3__c3a13f29{margin-left:25%}.offset-xl-4__73ed43ab{margin-left:33.33333333%}.offset-xl-5__6a7005d8{margin-left:41.66666667%}.offset-xl-6__23127666{margin-left:50%}.offset-xl-7__9909f64e{margin-left:58.33333333%}.offset-xl-8__62aa6ca1{margin-left:66.66666667%}.offset-xl-9__2d90f57f{margin-left:75%}.offset-xl-10__68d18741{margin-left:83.33333333%}.offset-xl-11__0df1e137{margin-left:91.66666667%}.d-none-xl__a7af2127{display:none!important}.d-block-xl__c9b15485{display:block!important}}.confirm__b41549d7{flex-grow:1;margin:0 auto;max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2);box-sizing:border-box}.confirm__b41549d7.isInLightBox__45a58deb{max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2)}.confirm__b41549d7.isInSideOverlaySM__a2102163{max-width:520px}.confirm__b41549d7.isInSideOverlayMD__d8b330e2{max-width:680px}.confirm__b41549d7.isInSideOverlayLG__ceeac91f{max-width:800px}.confirmCloseButton__b86bdd1c{position:absolute;top:24px;right:24px}.confirmContent__13fb57e2{margin-bottom:24px;padding-right:56px}.confirmControls__3e58442d{white-space:nowrap}.confirmContentTitle__f6195970{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__b86bdd1c{top:16px;right:16px}.confirmContent__13fb57e2{margin-bottom:16px}}.dateRange__ea76d8e5{display:flex;align-items:center}.dateRangeButton__668df79e{z-index:1}.separator__2fedda76{width:20px;height:20px;flex-shrink:0}.divider__c3123436{height:1px;margin:0;background:var(--triplex-next-Divider-Background-0-29-0);border:none}.marginTopSize-4__9e05b9de{margin-top:4px}.marginBottomSize-4__2832b293{margin-bottom:4px}.marginTopSize-8__b9693dfd{margin-top:8px}.marginBottomSize-8__1c871d38{margin-bottom:8px}.marginTopSize-12__4d4a3b3d{margin-top:12px}.marginBottomSize-12__44d43c96{margin-bottom:12px}.marginTopSize-16__9ae1f560{margin-top:16px}.marginBottomSize-16__057417e5{margin-bottom:16px}.marginTopSize-20__79eb3d7e{margin-top:20px}.marginBottomSize-20__4b102c6a{margin-bottom:20px}.marginTopSize-24__e8cea117{margin-top:24px}.marginBottomSize-24__95696bad{margin-bottom:24px}.marginTopSize-28__e6d5005d{margin-top:28px}.marginBottomSize-28__2a511ed8{margin-bottom:28px}.marginTopSize-32__98d1cf49{margin-top:32px}.marginBottomSize-32__193c973a{margin-bottom:32px}.smallInput__b75f81bd{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-0-29-0);background:var(--triplex-next-SmallInput-Background-0-29-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-0-29-0)}.smallInput__b75f81bd::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-0-29-0);opacity:1}.smallInput__b75f81bd::-ms-clear{display:none}.link__093dd032{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-0-29-0)}.link__093dd032:hover{color:var(--triplex-next-Link-Text_Color_Hover-0-29-0)}.link__093dd032:active{color:var(--triplex-next-Link-Text_Color_Active-0-29-0)}.link__093dd032:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-0-29-0)}.wordWithContent__7bd91c0f{white-space:nowrap;display:inline-flex;align-items:center}.before__1b00c837 :first-child{margin-right:2px}.after__f764f4b8 :last-child{margin-left:2px}.documentNumberEdit__f7780f07 .label__7ec243f7{display:inline-block;margin-right:8px}.documentNumberEdit__f7780f07 .inputEditWrapper__94fbf965{width:68px;display:inline-block}.ellipsisLineClamp__b3a7ce1f{--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__b3a7ce1f.oneLine__341ff491{word-break:break-all}.emptyView__fded2986,.container__c2d4d32b{display:flex;flex-direction:column;align-items:center;width:100%}.icon__5d28de95{flex-shrink:0}.textBlock__aeb97be7{text-align:center}button.helpBoxButton__466db3f0{position:relative;vertical-align:text-bottom}.islandAccordion__008235ce{margin:0;padding:0}.islandAccordion__008235ce .island__c16b330e{padding:0}.islandAccordion__008235ce .item__aa005a49{position:relative;list-style-type:none}.islandAccordion__008235ce .item__aa005a49.disabled__b3bc5b15{cursor:default;pointer-events:none}.islandAccordion__008235ce .item__aa005a49+.item__aa005a49.sm__cfa878fe,.islandAccordion__008235ce .item__aa005a49+.item__aa005a49.md__dc62eafe{margin-top:16px}.islandAccordion__008235ce .item__aa005a49+.item__aa005a49.lg__76ab05e6{margin-top:24px}.islandAccordion__008235ce .item__aa005a49 .header__fe59858d{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__008235ce .item__aa005a49 .header__fe59858d:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-0-29-0)}.islandAccordion__008235ce .item__aa005a49.type1__01e7e7fb:not(.opened__36620b3e) .header__fe59858d:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-29-0)}.islandAccordion__008235ce .item__aa005a49.type2__d3e65f4f:not(.opened__36620b3e) .header__fe59858d:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-29-0)}.islandAccordion__008235ce .item__aa005a49.type3__1c93ca27:not(.opened__36620b3e) .header__fe59858d:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-29-0)}.islandAccordion__008235ce .item__aa005a49 .footer__9b140607{text-align:right}.islandAccordion__008235ce .item__aa005a49 .body__03fe770a,.islandAccordion__008235ce .item__aa005a49 .footer__9b140607{visibility:hidden}.islandAccordion__008235ce .item__aa005a49.opened__36620b3e .body__03fe770a,.islandAccordion__008235ce .item__aa005a49.opened__36620b3e .footer__9b140607{visibility:visible}.islandAccordion__008235ce .item__aa005a49 .caretWrapper__b70b6c92{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__008235ce .item__aa005a49 .caretIcon__7878dc68{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__008235ce .item__aa005a49 .title__5d410c59{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__008235ce .item__aa005a49.sm__cfa878fe .header__fe59858d{padding:16px;border-radius:16px}.islandAccordion__008235ce .item__aa005a49.sm__cfa878fe .title__5d410c59{padding-right:42px}.islandAccordion__008235ce .item__aa005a49.sm__cfa878fe .body__03fe770a,.islandAccordion__008235ce .item__aa005a49.sm__cfa878fe .footer__9b140607{padding:0 16px 16px}.islandAccordion__008235ce .item__aa005a49.sm__cfa878fe .caretWrapper__b70b6c92{right:10px}.islandAccordion__008235ce .item__aa005a49.sm__cfa878fe .remove__9c31c967{right:-36px;top:18px}.islandAccordion__008235ce .item__aa005a49.sm__cfa878fe .step__10a734de{margin-right:12px}.islandAccordion__008235ce .item__aa005a49.md__dc62eafe .header__fe59858d{padding:24px;border-radius:24px}.islandAccordion__008235ce .item__aa005a49.md__dc62eafe .title__5d410c59{padding-right:42px}.islandAccordion__008235ce .item__aa005a49.md__dc62eafe .body__03fe770a,.islandAccordion__008235ce .item__aa005a49.md__dc62eafe .footer__9b140607{padding:0 24px 24px}.islandAccordion__008235ce .item__aa005a49.md__dc62eafe .caretWrapper__b70b6c92{right:18px}.islandAccordion__008235ce .item__aa005a49.md__dc62eafe .remove__9c31c967{right:-40px;top:26px}.islandAccordion__008235ce .item__aa005a49.md__dc62eafe .step__10a734de{margin-right:12px}.islandAccordion__008235ce .item__aa005a49.lg__76ab05e6 .header__fe59858d{padding:32px;border-radius:32px}.islandAccordion__008235ce .item__aa005a49.lg__76ab05e6 .title__5d410c59{padding-right:44px}.islandAccordion__008235ce .item__aa005a49.lg__76ab05e6 .body__03fe770a,.islandAccordion__008235ce .item__aa005a49.lg__76ab05e6 .footer__9b140607{padding:0 32px 32px}.islandAccordion__008235ce .item__aa005a49.lg__76ab05e6 .caretWrapper__b70b6c92{right:24px}.islandAccordion__008235ce .item__aa005a49.lg__76ab05e6 .remove__9c31c967{right:-40px;top:36px}.islandAccordion__008235ce .item__aa005a49.lg__76ab05e6 .step__10a734de{margin:0 16px 0 0}.islandAccordion__008235ce .item__aa005a49.opened__36620b3e:not(.disabled__b3bc5b15) .caretWrapper__b70b6c92 .caretIcon__7878dc68{transform:rotate(-180deg)}.islandAccordion__008235ce .item__aa005a49 .remove__9c31c967{position:absolute}@media (max-width: 767px){.islandAccordion__008235ce .item__aa005a49 .title__5d410c59{white-space:normal;overflow-wrap:anywhere}.islandAccordion__008235ce .item__aa005a49 .footer__9b140607{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__008235ce .item__aa005a49 .footer__9b140607>*{margin-left:0!important}.islandAccordion__008235ce .item__aa005a49 .caretWrapper__b70b6c92{transform:none}.islandAccordion__008235ce .item__aa005a49.sm__cfa878fe .title__5d410c59{padding-right:34px}.islandAccordion__008235ce .item__aa005a49.sm__cfa878fe .caretWrapper__b70b6c92{top:18px}.islandAccordion__008235ce .item__aa005a49.md__dc62eafe .header__fe59858d{padding:16px;border-radius:16px}.islandAccordion__008235ce .item__aa005a49.md__dc62eafe .title__5d410c59{padding-right:34px}.islandAccordion__008235ce .item__aa005a49.md__dc62eafe .body__03fe770a,.islandAccordion__008235ce .item__aa005a49.md__dc62eafe .footer__9b140607{padding:0 16px 16px}.islandAccordion__008235ce .item__aa005a49.md__dc62eafe .caretWrapper__b70b6c92{right:10px;top:18px}.islandAccordion__008235ce .item__aa005a49.md__dc62eafe .remove__9c31c967{top:18px}.islandAccordion__008235ce .item__aa005a49.lg__76ab05e6 .header__fe59858d{padding:24px;border-radius:24px}.islandAccordion__008235ce .item__aa005a49.lg__76ab05e6 .title__5d410c59{padding-right:34px}.islandAccordion__008235ce .item__aa005a49.lg__76ab05e6 .body__03fe770a,.islandAccordion__008235ce .item__aa005a49.lg__76ab05e6 .footer__9b140607{padding:0 24px 24px}.islandAccordion__008235ce .item__aa005a49.lg__76ab05e6 .caretWrapper__b70b6c92{top:26px;right:18px}.islandAccordion__008235ce .item__aa005a49.lg__76ab05e6 .remove__9c31c967{top:26px}}.step__aae81259{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__aae81259.sm__282d5878,.step__aae81259.md__aaf2a369{width:28px;height:28px}.step__aae81259.lg__a6aed56e{width:32px;height:32px}.step__aae81259.default__39035cbc{background-color:var(--triplex-next-Step-Background_Default-0-29-0)}.step__aae81259.default__39035cbc>span{color:var(--triplex-next-Step-Color_Default-0-29-0)}.step__aae81259.done__d5ead6c5{background-color:var(--triplex-next-Step-Background_Done-0-29-0)}.step__aae81259.done__d5ead6c5>span{color:var(--triplex-next-Step-Color_Done-0-29-0)}.step__aae81259.warning__4236fed4{background-color:var(--triplex-next-Step-Background_Warning-0-29-0)}.step__aae81259.warning__4236fed4>span{color:var(--triplex-next-Step-Color_Warning-0-29-0)}.step__aae81259.active__6da28b97{background-color:var(--triplex-next-Step-Background_Active-0-29-0)}.step__aae81259.active__6da28b97>span{color:var(--triplex-next-Step-Color_Active-0-29-0)}.step__aae81259.error__5bac2505{background-color:var(--triplex-next-Step-Background_Error-0-29-0)}.step__aae81259.error__5bac2505>span{color:var(--triplex-next-Step-Color_Error-0-29-0)}.step__aae81259.disabled__189cd6a4{background-color:var(--triplex-next-Step-Background_Disabled-0-29-0)}.step__aae81259.disabled__189cd6a4>span{color:var(--triplex-next-Step-Color_Disabled-0-29-0)}@media (max-width: 767px){.step__aae81259.lg__a6aed56e{width:28px;height:28px}}.lightBox__2bcc988c{--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__2bcc988c.sm__57c7389c{--lightBox-content-max-width: 664px}.lightBox__2bcc988c.md__2121ebe7{--lightBox-content-max-width: 864px}.lightBox__2bcc988c.lg__eed1fab0{--lightBox-content-max-width: 1064px}.lightBox__2bcc988c.xl__9c2c6478{--lightBox-content-max-width: 1264px}.lightBox__2bcc988c .lightBoxBackdrop__527628f1{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-29-0)}.lightBox__2bcc988c.lightBoxSideOverlayActive__65ebb3fb,.lightBox__2bcc988c.lightBoxTopOverlayActive__cad1fa17{overflow-y:hidden}.lightBox__2bcc988c .lightBoxContent__f13c4fd9{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-0-29-0)}.lightBox__2bcc988c .lightBoxContent__f13c4fd9>.global-page{width:100%;max-width:var(--lightBox-content-max-width);padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__2bcc988c .lightBoxContent__f13c4fd9>.global-page{padding:16px}}.lightBox__2bcc988c .loadingContentOverlay__63ee132a{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__2bcc988c .lightBoxContentResizeWrapper__3f0607c8{position:absolute;left:0;right:0;height:0}.lightBox__2bcc988c .tempElSafariBug__aef47c00{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__095eea78,.global-LB-less-or-equal-media-point-0 .lightBox__2bcc988c.lightBoxSideOverlayActive__65ebb3fb{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__f13c4fd9{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__f13c4fd9{padding-left:80px;padding-right:80px}.lightBoxControls__4594768a{z-index:100}.withKeyboardEvent__44e44d20{display:inline-block}.withoutKeyboardEvent__46013ee5,.lightBox__2bcc988c.lightBoxSideOverlayActive__65ebb3fb .withKeyboardEvent__44e44d20,.lightBox__2bcc988c.lightBoxTopOverlayActive__cad1fa17 .withKeyboardEvent__44e44d20,.lightBox__2bcc988c.isLoading__8d72d806 .withKeyboardEvent__44e44d20{display:none}.lightBox__2bcc988c.lightBoxSideOverlayActive__65ebb3fb .withoutKeyboardEvent__46013ee5,.lightBox__2bcc988c.lightBoxTopOverlayActive__cad1fa17 .withoutKeyboardEvent__46013ee5,.lightBox__2bcc988c.isLoading__8d72d806 .withoutKeyboardEvent__46013ee5{display:inline-block}.lightBox__2bcc988c.isLoading__8d72d806 .lightBoxPrev__e5d29410,.lightBox__2bcc988c.isLoading__8d72d806 .lightBoxNext__e4007023{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__4594768a{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__e723609e{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__85b8f757{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__9d32f8d4{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__e5d29410,.global-LB-less-or-equal-media-point-0 .lightBoxNext__e4007023{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__e5d29410{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__9c7fab88,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__9253caf4{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__4594768a{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__e723609e{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__85b8f757{display:none}.global-LB-more-media-point-0 .lightBoxClose__9d32f8d4{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__e5d29410,.global-LB-more-media-point-0 .lightBoxNext__e4007023{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__e5d29410{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__e4007023{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__66179f59{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__66179f59.fixed__b4542f06{position:fixed}.overlay__66179f59.closing__6db93d56,.overlay__66179f59.opened__224c3130{visibility:visible;left:0;right:0}.overlayPanel__4a49a031{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-0-29-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__4a49a031.bottom__24e4cedf{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__4a49a031.left__7735a97e{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__4a49a031.right__ed72b5e4{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__4a49a031.top__eb2534fe{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__4a49a031.left__7735a97e.opened__224c3130,.overlayPanel__4a49a031.right__ed72b5e4.opened__224c3130{transform:translate(0)}.overlayPanel__4a49a031.top__eb2534fe.opened__224c3130,.overlayPanel__4a49a031.bottom__24e4cedf.opened__224c3130{transform:translateY(0)}.overlayContent__3414ab7f{display:flex;min-height:100%}.overlayMask__6c631c27{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-0-29-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__6c631c27.overlayOpened__f2b2d95a{opacity:1}.lightBoxSideOverlayLoaderWrapper__349dfa7d{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__8e406622{position:absolute;top:24px;right:24px;bottom:0;pointer-events:none}.lightBoxSideOverlayCloseDesktop__08e66ec3{position:sticky;top:24px;pointer-events:auto}.lightBoxSideOverlayCloseMobile__832d0159{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__8e406622{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__832d0159{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__832d0159{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__8e406622{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__832d0159{display:none}.lightBoxSideOverlayMask__ab1dd069{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-29-0)}.lightBoxSideOverlayWrapper__3c26bbb3{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__3c26bbb3.overflowXHidden__b220104c{overflow-x:hidden}.lightBoxSideOverlayWrapper__3c26bbb3.overflowYHidden__feac4695{overflow-y:hidden}.lightBoxSideOverlayWrapper__3c26bbb3.closing__070c4d41,.lightBoxSideOverlayWrapper__3c26bbb3.opened__a648ba30{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__3c26bbb3.closing__070c4d41{pointer-events:none}.lightBoxSideOverlayWrapper__3c26bbb3 .global-page{max-width:var(--lightBox-content-max-width, 864px);padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__3c26bbb3 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__3c26bbb3 .lightBoxSideOverlayContent__818880f6{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-0-29-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__3c26bbb3 .lightBoxSideOverlayContent__818880f6.opened__a648ba30{transform:none}.lightBoxSideOverlayWrapper__3c26bbb3 .lightBoxSideOverlayContent__818880f6.opening__1d5ad070{transform:translateY(0)}.lightBoxSideOverlayWrapper__3c26bbb3.sm__57c7389c .global-page{width:584px;max-width:100%}.lightBoxSideOverlayWrapper__3c26bbb3.md__2121ebe7 .global-page{width:744px;max-width:100%}.lightBoxSideOverlayWrapper__3c26bbb3.lg__eed1fab0 .global-page{width:864px;max-width:100%}.lightBoxSideOverlayWrapper__3c26bbb3 .lightBoxSideOverlayBase__0b305e79{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__3c26bbb3 .lightBoxSideOverlayContent__818880f6{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__3c26bbb3 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__3c26bbb3 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__7609f5d6{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__7609f5d6.closing__070c4d41,.lightBoxSideOverlay__7609f5d6.opening__1d5ad070{overflow-x:hidden}.topOverlayMask__ee8df2d9{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-0-29-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__3b2dda73{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__3b2dda73.closing__50c77735,.topOverlayWrapper__3b2dda73.opened__85c4497d{bottom:0}.topOverlayWrapper__3b2dda73 .topOverlayPanel__1ffa1d03{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__8158da3d{z-index:500}@media (max-width: 767px){.topOverlayPanel__1ffa1d03{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__c631ef15{--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__c631ef15.fixed__c6b5aa9f{position:fixed}.lightBoxRightSidebar__1da5cac9{--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__1da5cac9.fixed__c6b5aa9f{position:fixed}.hidden__b6dcebc6{display:none}html.scroll-0__3dd08c6a{--triplex-next-scroll-width: 0px}html.scroll-15__c76a636c{--triplex-next-scroll-width: 15px}html.scroll-16__75792650{--triplex-next-scroll-width: 16px}html.scroll-17__9b44bf60{--triplex-next-scroll-width: 17px}.listMasterChipGroup__7bbfda2f{padding:0 16px}.listMasterFooter__4b47d0d1{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-0-29-0);box-shadow:var(--triplex-next-ListMaster-Footer_Shadow-0-29-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__4b47d0d1.sticky__a63eedb8{position:sticky;bottom:0}.listMasterFooterDescription__6c68c796{padding-right:16px}.listMasterFooterControls__d75c999e{white-space:nowrap}.listMasterHeader__baef4b26{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-0-29-0);box-shadow:var(--triplex-next-ListMaster-Header_Shadow-0-29-0)}.listMasterHeader__baef4b26.sticky__a63eedb8{position:sticky;top:0;z-index:1}.selectionControls__d719acc6{display:flex;justify-content:space-between;align-items:center}.marker__5a08fb4d.success__34168ddc{background:var(--triplex-next-Marker-Background_Success-0-29-0)}.marker__5a08fb4d.error__af333a12{background:var(--triplex-next-Marker-Background_Error-0-29-0)}.marker__5a08fb4d.warning__fb2ae6ed{background:var(--triplex-next-Marker-Background_Warning-0-29-0)}.marker__5a08fb4d.waiting__7eb0e73f{background:var(--triplex-next-Marker-Background_Waiting-0-29-0)}.markerStatus__52d92b9f{line-height:0;display:flex;align-items:start}.markerStatus__52d92b9f .contentContainer__1ee6348c{display:flex;flex-direction:column}.markerStatus__52d92b9f.md__70aedb92{gap:4px}.markerStatus__52d92b9f.md__70aedb92 .markerContainer__20a9c58a{margin-top:4px}.markerStatus__52d92b9f.lg__2be2b2ad{gap:6px}.markerStatus__52d92b9f.lg__2be2b2ad .contentContainer__1ee6348c{gap:4px}.markerStatus__52d92b9f.lg__2be2b2ad .markerContainer__20a9c58a{margin-top:5px}.monthYearRange__cb9875b3{display:flex;align-items:center}.monthYearRangeButton__1c2e2ea9{z-index:1}.separator__6dc12df7{width:16px;height:16px;flex-shrink:0}.orderedListItem__5eb7138b{counter-increment:list-item-tx}.orderedListItem__5eb7138b:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__5eb7138b+.orderedListItem__5eb7138b{margin-top:8px}.orderedList__66977df9{--start-index-tx: 0;position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx var(--start-index-tx)}.paginationExtended__c6b32210{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__a9be8e34 .directionIconNext__7a2cfc59{transform:rotate(180deg)}.paginationPageEllipsis__232731bf{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;cursor:default}.paginationPageButton__7b72bfda{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__7b72bfda:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-0-29-0);outline:none}.paginationPageButton__7b72bfda:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-0-29-0)}.paginationPageButton__7b72bfda:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-0-29-0);cursor:grabbing}.paginationPageButton__7b72bfda.currentPage__285c2dcd{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-0-29-0);cursor:default}.paginationNavigationExtended__0cc496cd{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__ae0e8235{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__ae0e8235 .paginationSelectControl__d7dea9a6{margin-left:8px;min-width:72px}.row__97eb0c9b{display:flex;flex-wrap:wrap;margin-left:-8px;margin-right:-8px;padding-bottom:16px}.row__97eb0c9b.noPaddingBottom__bb3f9bb2,.row__97eb0c9b:last-child{padding-bottom:0}.segmentedControlSegment__cd316e52{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-0-29-0);outline:none;cursor:pointer}.segmentedControlSegment__cd316e52:disabled{cursor:default}.sm__1da48f09 .segmentedControlSegment__cd316e52{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__90f6e3eb .segmentedControlSegment__cd316e52{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__9b0b5986 .segmentedControlSegment__cd316e52{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__6f66b751 .segmentedControlSegment__cd316e52{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-29-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-29-0)}.general1__6f66b751 .segmentedControlSegment__cd316e52:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-29-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-29-0)}.general1__6f66b751 .segmentedControlSegment__cd316e52:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-29-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-29-0)}.general1__6f66b751 .segmentedControlSegment__cd316e52.selected__b3bba397{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-29-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-29-0)}.general1__6f66b751 .segmentedControlSegment__cd316e52.selected__b3bba397:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-29-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-29-0)}.general1__6f66b751 .segmentedControlSegment__cd316e52.selected__b3bba397:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-29-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-29-0)}.general2__fb7c3d9a .segmentedControlSegment__cd316e52{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-29-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-29-0)}.general2__fb7c3d9a .segmentedControlSegment__cd316e52:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-29-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-29-0)}.general2__fb7c3d9a .segmentedControlSegment__cd316e52:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-29-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-29-0)}.general2__fb7c3d9a .segmentedControlSegment__cd316e52.selected__b3bba397{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-29-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-29-0)}.general2__fb7c3d9a .segmentedControlSegment__cd316e52.selected__b3bba397:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-29-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-29-0)}.general2__fb7c3d9a .segmentedControlSegment__cd316e52.selected__b3bba397:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-29-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-29-0)}.secondary1__d6a687de .segmentedControlSegment__cd316e52{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-29-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-29-0)}.secondary1__d6a687de .segmentedControlSegment__cd316e52:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-29-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-29-0)}.secondary1__d6a687de .segmentedControlSegment__cd316e52:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-29-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-29-0)}.secondary1__d6a687de .segmentedControlSegment__cd316e52.selected__b3bba397{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-29-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-29-0)}.secondary1__d6a687de .segmentedControlSegment__cd316e52.selected__b3bba397:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-29-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-29-0)}.secondary2__ac2bf380 .segmentedControlSegment__cd316e52{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-29-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-29-0)}.secondary2__ac2bf380 .segmentedControlSegment__cd316e52:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-29-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-29-0)}.secondary2__ac2bf380 .segmentedControlSegment__cd316e52:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-29-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-29-0)}.secondary2__ac2bf380 .segmentedControlSegment__cd316e52.selected__b3bba397{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-29-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-29-0)}.secondary2__ac2bf380 .segmentedControlSegment__cd316e52.selected__b3bba397:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-29-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-29-0)}.segmentedControlSegment__cd316e52:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-29-0)}.content__763b8d2c{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__2c2fca14{display:flex;gap:4px}.segmentedControl__2c2fca14.general1__6f66b751{background:var(--triplex-next-SegmentedControl-General_1_Background-0-29-0)}.segmentedControl__2c2fca14.secondary1__d6a687de{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-0-29-0)}.segmentedControl__2c2fca14.general2__fb7c3d9a{background:var(--triplex-next-SegmentedControl-General_2_Background-0-29-0)}.segmentedControl__2c2fca14.secondary2__ac2bf380{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-0-29-0)}.segmentedControl__2c2fca14.sm__1da48f09{border-radius:6px;padding:4px}.segmentedControl__2c2fca14.md__90f6e3eb{border-radius:8px;padding:4px}.segmentedControl__2c2fca14.lg__9b0b5986{border-radius:10px;padding:8px}.skeleton__fff89477{border-radius:16px;flex-grow:1}.skeleton__fff89477.light__700962ed{animation:skeleton-light-pulse__cc00dabb 2s ease-in-out infinite}.skeleton__fff89477.dark__28278630{animation:skeleton-dark-pulse__0449898f 2s ease-in-out infinite}@keyframes skeleton-light-pulse__cc00dabb{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-29-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-0-29-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-29-0)}}@keyframes skeleton-dark-pulse__0449898f{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-29-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-0-29-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-29-0)}}.sliderExtendedDot__985cd2bc{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-0-29-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__985cd2bc:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-29-0)}.sliderExtendedDot__985cd2bc.focusedByClick__c6e5729a:focus{box-shadow:none}.sliderExtendedDot__985cd2bc:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-0-29-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__985cd2bc:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-0-29-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__985cd2bc.disabled__853111c6{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-0-29-0)}.sliderExtendedDot__985cd2bc.disabled__853111c6:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-0-29-0)}.sliderExtendedDot__985cd2bc.disabled__853111c6:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-0-29-0)}.sliderExtendedDot__985cd2bc:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-0-29-0)}.sliderExtendedDot__985cd2bc:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-29-0)}.sliderExtendedDot__985cd2bc.dragByMouse__c7ff1a9a{background:var(--triplex-next-Slider-Dot_Background_Select-0-29-0)}.sliderExtendedDot__985cd2bc.dragByMouse__c7ff1a9a:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-29-0)}.sliderExtendedDot__985cd2bc:hover .sliderExtendedTooltipOverlay__d97fb136,.sliderExtendedDot__985cd2bc:focus .sliderExtendedTooltipOverlay__d97fb136{visibility:visible}.sliderExtendedDot__985cd2bc.lg__f4ec6f89{width:28px;height:28px}.sliderExtendedDot__985cd2bc.lg__f4ec6f89:after{width:10px;height:10px}.sliderExtendedDot__985cd2bc.lg__f4ec6f89:before{width:14px;height:14px}.sliderExtendedMarks__f1a2df6e{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__98be038d{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__98be038d .sliderExtendedMarkDot__067bbc94{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-0-29-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__98be038d .sliderExtendedMarkDot__067bbc94.inSelectedRange__c4aa9156{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-0-29-0)}.sliderExtendedMark__98be038d.lg__f4ec6f89{top:20px}.sliderExtendedMark__98be038d.lg__f4ec6f89 .sliderExtendedMarkDot__067bbc94{top:-20px}.sliderExtendedMark__98be038d .sliderExtendedMarkText__1845d30a{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__98be038d.disabled__853111c6{pointer-events:none}.sliderExtendedMark__98be038d.disabled__853111c6 .sliderExtendedMarkText__1845d30a{pointer-events:none;opacity:.35}.sliderExtendedMark__98be038d.disabled__853111c6 .sliderExtendedMarkDot__067bbc94{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-29-0)}.sliderExtendedMark__98be038d:first-child,.sliderExtendedMark__98be038d:last-child{transform:none}.sliderExtendedMark__98be038d:first-child.reverse__612ec0ab .sliderExtendedMarkDot__067bbc94{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__98be038d:first-child.reverse__612ec0ab .sliderExtendedMarkText__1845d30a{margin-right:-4px}.sliderExtendedMark__98be038d:first-child:not(.reverse__612ec0ab) .sliderExtendedMarkDot__067bbc94{left:0;transform:translate(-50%)}.sliderExtendedMark__98be038d:first-child .sliderExtendedMarkText__1845d30a{margin-left:-4px}.sliderExtendedMark__98be038d:last-child.reverse__612ec0ab .sliderExtendedMarkDot__067bbc94{left:0;transform:translate(-50%)}.sliderExtendedMark__98be038d:last-child.reverse__612ec0ab .sliderExtendedMarkText__1845d30a{margin-left:-4px}.sliderExtendedMark__98be038d:last-child:not(.reverse__612ec0ab) .sliderExtendedMarkDot__067bbc94{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__98be038d:last-child .sliderExtendedMarkText__1845d30a{margin-right:-4px}.sliderExtendedMark__98be038d.active__f058ccf2{pointer-events:none}.sliderExtendedRail__1f4dae56{height:4px;background:var(--triplex-next-Slider-Rail_Background-0-29-0);cursor:pointer}.sliderExtended__54b8f6b7{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__54b8f6b7.disabled__853111c6 .sliderExtendedRail__1f4dae56{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-0-29-0)}.sliderExtended__54b8f6b7.lg__f4ec6f89{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__01146d5f{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-0-29-0);z-index:10}.sliderExtendedTrack__01146d5f.lg__f4ec6f89{top:12px}.sliderExtendedTrack__01146d5f:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-29-0)}.sliderExtendedTrack__01146d5f.focusedByClick__c6e5729a:focus{box-shadow:none}.sliderExtendedTrack__01146d5f.hoverOrDragByMouse__9247803e{background:var(--triplex-next-Slider-Track_Background_Hover-0-29-0)}.sliderExtendedTrack__01146d5f.staticSlider__d3ae6e2d{cursor:default;pointer-events:none}.sliderExtendedTrack__01146d5f.disabled__853111c6{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-0-29-0)}.sliderExtendedTooltipOverlay__d97fb136{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__d97fb136.lg__f4ec6f89{bottom:32px}.sliderExtendedTooltipOverlay__d97fb136 .tooltipBody__62a7bc15{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-0-29-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-0-29-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__d97fb136 .tooltipTip__e7350fe5{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-0-29-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__d97fb136 .tooltipTip__e7350fe5{margin:-.5px}}.smsField__0fd24583{display:inline-block;position:relative;width:100%}.smsField__0fd24583 .input__ee70af28{text-align:center}.smsField__0fd24583 .input__ee70af28::placeholder{opacity:1}.smsField__0fd24583 .input__ee70af28:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-0-29-0)}.smsField__0fd24583 .input__ee70af28.lg__801c24f4{padding:18px 40px}.smsField__0fd24583 .input__ee70af28.md__facb3852{padding-left:26px;padding-right:26px}.smsField__0fd24583 .input__ee70af28.sm__5d8741aa{padding-left:20px;padding-right:20px}.smsField__0fd24583 .btnRefresh__f673bcc0{position:absolute;outline:none;z-index:1}.smsField__0fd24583 .btnRefresh__f673bcc0.lg__801c24f4{top:12px;left:12px;height:32px;width:32px}.smsField__0fd24583 .btnRefresh__f673bcc0.md__facb3852{top:10px;left:10px}.smsField__0fd24583 .btnRefresh__f673bcc0.sm__5d8741aa{top:4px;left:4px}.smsField__0fd24583 .btnRefresh__f673bcc0 .full__2b3c0796{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-0-29-0)}.smsField__0fd24583 .btnRefresh__f673bcc0 .empty__c1886f60{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-0-29-0)}.smsField__0fd24583 .btnRefresh__f673bcc0:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-0-29-0)}.smsField__0fd24583 .btnSubmit__9bc97c6c{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-0-29-0)}.smsField__0fd24583 .btnSubmit__9bc97c6c.active__1123d56a:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-0-29-0)}.smsField__0fd24583 .btnSubmit__9bc97c6c.active__1123d56a:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-0-29-0)}.smsField__0fd24583 .btnSubmit__9bc97c6c.lg__801c24f4{top:15px;right:15px;height:26px;width:26px}.smsField__0fd24583 .btnSubmit__9bc97c6c.md__facb3852{top:10px;right:10px}.smsField__0fd24583 .btnSubmit__9bc97c6c.sm__5d8741aa{top:4px;right:4px}.spoiler__9b61d1ea{display:flex;flex-direction:column}.spoiler__9b61d1ea.opened__73727c12 .caretIcon__7b36855c{transform:rotate(-180deg)}.spoiler__9b61d1ea .head__54900545 .caretIcon__7b36855c{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__9b61d1ea .head__54900545 button>span{white-space:normal;text-align:left}.spoiler__9b61d1ea .content__bff421c3.hidden__bb9a5cfc{display:none}.spoiler__9b61d1ea .lg__2b8444ae .content__bff421c3{margin-top:8px}.spoiler__9b61d1ea .md__7672eec1 .content__bff421c3{margin-top:0}.spoiler__9b61d1ea .sm__530398ac .content__bff421c3{margin-top:-4px}.statusTrackerWrapper__9ce55d4e{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-0-29-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-0-29-0);overflow:hidden;height:100%}.statusTrackerWrapper__9ce55d4e .statusTracker__dd89e3ff{width:100%;padding:40px 24px 16px;box-sizing:border-box;z-index:1;text-align:center}.statusTrackerWrapper__9ce55d4e .statusTracker__dd89e3ff.verticalAlignMiddle__1ae01819{align-self:center}.statusTrackerWrapper__9ce55d4e .statusTracker__dd89e3ff.verticalAlignBottom__d527e2f6{align-self:end}.statusTrackerWrapper__9ce55d4e .statusTracker__dd89e3ff .statusTrackerChild__50ab36fa{padding:8px 0}.statusTrackerWrapper__9ce55d4e .statusTracker__dd89e3ff .statusTrackerChild__50ab36fa:empty{padding:0}.statusTrackerWrapper__9ce55d4e .statusTracker__dd89e3ff .statusTrackerSum__e8da2224,.statusTrackerWrapper__9ce55d4e .statusTracker__dd89e3ff .statusTrackerTitle__0d238e01{padding-bottom:4px}.statusTrackerWrapper__9ce55d4e .statusTracker__dd89e3ff .statusTrackerDescription__21c65d4b{display:block;padding-top:8px}.statusTrackerWrapper__9ce55d4e .statusTracker__dd89e3ff .statusTrackerAlert__48634d2d{margin-top:12px;text-align:left}.statusTrackerWrapper__9ce55d4e .statusTracker__dd89e3ff .statusTrackerStatus__19151750{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__9ce55d4e .statusTracker__dd89e3ff .statusTrackerFooterWrapper__e715e568{display:grid}.statusTrackerWrapper__9ce55d4e .statusTracker__dd89e3ff .statusTrackerFooterWrapper__e715e568 .statusTrackerDescription__21c65d4b:last-child{padding-top:0}.statusTrackerWrapper__9ce55d4e .statusTracker__dd89e3ff .statusTrackerFooterWrapper__e715e568 .statusTrackerButton__26147114{margin-bottom:12px}.statusTrackerWrapper__9ce55d4e .statusTracker__dd89e3ff .statusTrackerFooterWrapper__e715e568 .statusTrackerButton__26147114:last-child{margin-bottom:0}.statusTrackerWrapper__9ce55d4e .statusTrackerColor__6dbab0bc{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__9ce55d4e .statusTrackerColor__6dbab0bc.waiting__a294b6b3{background:var(--triplex-next-StatusTracker-Waiting_Color-0-29-0)}.statusTrackerWrapper__9ce55d4e .statusTrackerColor__6dbab0bc.warning__041cd9be{background:var(--triplex-next-StatusTracker-Warning_Background-0-29-0)}.statusTrackerWrapper__9ce55d4e .statusTrackerColor__6dbab0bc.rejected__34893e5c{background:var(--triplex-next-StatusTracker-Rejected_Color-0-29-0)}.statusTrackerWrapper__9ce55d4e .statusTrackerColor__6dbab0bc.approved__2a6cda1f{background:var(--triplex-next-StatusTracker-Approved_Color-0-29-0)}.statusTrackerWrapper__9ce55d4e .statusTrackerBackground__5f0ac00b{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__9ce55d4e .statusTrackerBackground__5f0ac00b.waiting__a294b6b3{background:var(--triplex-next-StatusTracker-Waiting_Background-0-29-0)}.statusTrackerWrapper__9ce55d4e .statusTrackerBackground__5f0ac00b.warning__041cd9be{background:var(--triplex-next-StatusTracker-Warning_Background-0-29-0)}.statusTrackerWrapper__9ce55d4e .statusTrackerBackground__5f0ac00b.rejected__34893e5c{background:var(--triplex-next-StatusTracker-Rejected_Background-0-29-0)}.statusTrackerWrapper__9ce55d4e .statusTrackerBackground__5f0ac00b.approved__2a6cda1f{background:var(--triplex-next-StatusTracker-Approved_Background-0-29-0)}@media (max-width: 767px){.statusTrackerWrapper__9ce55d4e{border-radius:16px}}.stepperStep__88d9abcb{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__88d9abcb+.stepperStep__88d9abcb{margin-left:12px}.stepperStep__88d9abcb.sm__8385283d{font-size:12px;line-height:16px}.stepperStep__88d9abcb.sm__8385283d:not(:last-child) .content__3d7d670d{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__88d9abcb.sm__8385283d:last-child .content__3d7d670d{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__88d9abcb.sm__8385283d:last-child .arrow__e280c6b5{display:none}.stepperStep__88d9abcb.md__7ef4bb68{font-size:14px;line-height:20px}.stepperStep__88d9abcb.md__7ef4bb68:not(:last-child) .content__3d7d670d{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__88d9abcb.md__7ef4bb68:last-child .content__3d7d670d{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__88d9abcb.md__7ef4bb68:last-child .arrow__e280c6b5{display:none}.stepperStep__88d9abcb.lg__137d5018{font-size:16px;line-height:20px}.stepperStep__88d9abcb.lg__137d5018:not(:last-child) .content__3d7d670d{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__88d9abcb.lg__137d5018:last-child .content__3d7d670d{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__88d9abcb.lg__137d5018:last-child .arrow__e280c6b5{display:none}.stepperStep__88d9abcb:hover:not(.active__daf0bf36):not(.disabled__e38a7af3) .content__3d7d670d{border-color:var(--triplex-next-Stepper-Step_Background_Hover-0-29-0);background:var(--triplex-next-Stepper-Step_Background_Hover-0-29-0)}.stepperStep__88d9abcb:hover:not(.active__daf0bf36):not(.disabled__e38a7af3) .arrow__e280c6b5 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-29-0)}.stepperStep__88d9abcb:hover:not(.active__daf0bf36):not(.disabled__e38a7af3) .arrow__e280c6b5 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-29-0)}.stepperStep__88d9abcb.active__daf0bf36{cursor:default}.stepperStep__88d9abcb.active__daf0bf36 .content__3d7d670d{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-0-29-0)}.stepperStep__88d9abcb.active__daf0bf36 .arrow__e280c6b5 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-0-29-0)}.stepperStep__88d9abcb.active__daf0bf36.error__3aa64790 .content__3d7d670d{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-0-29-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-29-0)}.stepperStep__88d9abcb.active__daf0bf36.error__3aa64790 .arrow__e280c6b5 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-29-0)}.stepperStep__88d9abcb.active__daf0bf36.error__3aa64790 .arrow__e280c6b5 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-0-29-0)}.stepperStep__88d9abcb.active__daf0bf36.warning__503b6780 .content__3d7d670d{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-29-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-29-0)}.stepperStep__88d9abcb.active__daf0bf36.warning__503b6780 .arrow__e280c6b5 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-29-0)}.stepperStep__88d9abcb.active__daf0bf36.warning__503b6780 .arrow__e280c6b5 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-29-0)}.stepperStep__88d9abcb.completed__1bdf74e6.error__3aa64790 .content__3d7d670d{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-29-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-29-0)}.stepperStep__88d9abcb.completed__1bdf74e6.error__3aa64790 .arrow__e280c6b5 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-29-0)}.stepperStep__88d9abcb.completed__1bdf74e6.error__3aa64790 .arrow__e280c6b5 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-29-0)}.stepperStep__88d9abcb.completed__1bdf74e6.error__3aa64790:hover .content__3d7d670d{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-29-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-29-0)}.stepperStep__88d9abcb.completed__1bdf74e6.error__3aa64790:hover .arrow__e280c6b5 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-29-0)}.stepperStep__88d9abcb.completed__1bdf74e6.error__3aa64790:hover .arrow__e280c6b5 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-29-0)}.stepperStep__88d9abcb.completed__1bdf74e6.warning__503b6780 .content__3d7d670d{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-29-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-29-0)}.stepperStep__88d9abcb.completed__1bdf74e6.warning__503b6780 .arrow__e280c6b5 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-29-0)}.stepperStep__88d9abcb.completed__1bdf74e6.warning__503b6780 .arrow__e280c6b5 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-29-0)}.stepperStep__88d9abcb.completed__1bdf74e6.warning__503b6780:hover .content__3d7d670d{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-29-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-29-0)}.stepperStep__88d9abcb.completed__1bdf74e6.warning__503b6780:hover .arrow__e280c6b5 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-29-0)}.stepperStep__88d9abcb.completed__1bdf74e6.warning__503b6780:hover .arrow__e280c6b5 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-29-0)}.stepperStep__88d9abcb.inactive__9e9bcc73 :not(.error__3aa64790):not(.warning__503b6780) .content__3d7d670d{color:var(--triplex-next-Stepper-Step_Color_Default-0-29-0)}.stepperStep__88d9abcb.inactive__9e9bcc73 :not(.error__3aa64790):not(.warning__503b6780):hover .content__3d7d670d{color:var(--triplex-next-Stepper-Step_Color_Hover-0-29-0)}.stepperStep__88d9abcb.inactive__9e9bcc73.error__3aa64790 .content__3d7d670d{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-29-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-29-0)}.stepperStep__88d9abcb.inactive__9e9bcc73.error__3aa64790 .arrow__e280c6b5 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-29-0)}.stepperStep__88d9abcb.inactive__9e9bcc73.error__3aa64790 .arrow__e280c6b5 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-29-0)}.stepperStep__88d9abcb.inactive__9e9bcc73.error__3aa64790:hover .content__3d7d670d{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-29-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-29-0)}.stepperStep__88d9abcb.inactive__9e9bcc73.error__3aa64790:hover .arrow__e280c6b5 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-29-0)}.stepperStep__88d9abcb.inactive__9e9bcc73.error__3aa64790:hover .arrow__e280c6b5 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-29-0)}.stepperStep__88d9abcb.inactive__9e9bcc73.warning__503b6780 .content__3d7d670d{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-29-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-29-0)}.stepperStep__88d9abcb.inactive__9e9bcc73.warning__503b6780 .arrow__e280c6b5 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-29-0)}.stepperStep__88d9abcb.inactive__9e9bcc73.warning__503b6780 .arrow__e280c6b5 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-29-0)}.stepperStep__88d9abcb.inactive__9e9bcc73.warning__503b6780:hover .content__3d7d670d{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-29-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-29-0)}.stepperStep__88d9abcb.inactive__9e9bcc73.warning__503b6780:hover .arrow__e280c6b5 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-29-0)}.stepperStep__88d9abcb.inactive__9e9bcc73.warning__503b6780:hover .arrow__e280c6b5 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-29-0)}.stepperStep__88d9abcb.disabled__e38a7af3{pointer-events:none}.stepperStep__88d9abcb.disabled__e38a7af3 .content__3d7d670d{color:var(--triplex-next-Stepper-Step_Color_Disabled-0-29-0)}.stepperStep__88d9abcb.disabled__e38a7af3 .content__3d7d670d{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-0-29-0)}.stepperStep__88d9abcb.disabled__e38a7af3 .arrow__e280c6b5 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-0-29-0)}.stepperStep__88d9abcb.focusVisible__b5eda816.completed__1bdf74e6 .content__3d7d670d,.stepperStep__88d9abcb.focusVisible__b5eda816.active__daf0bf36 .content__3d7d670d,.stepperStep__88d9abcb.focusVisible__b5eda816.inactive__9e9bcc73 .content__3d7d670d{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-29-0)}.stepperStep__88d9abcb.focusVisible__b5eda816.completed__1bdf74e6 .arrow__e280c6b5 path:last-child,.stepperStep__88d9abcb.focusVisible__b5eda816.active__daf0bf36 .arrow__e280c6b5 path:last-child,.stepperStep__88d9abcb.focusVisible__b5eda816.inactive__9e9bcc73 .arrow__e280c6b5 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-29-0)}.stepperStep__88d9abcb.focusVisible__b5eda816.completed__1bdf74e6:hover .content__3d7d670d,.stepperStep__88d9abcb.focusVisible__b5eda816.active__daf0bf36:hover .content__3d7d670d,.stepperStep__88d9abcb.focusVisible__b5eda816.inactive__9e9bcc73:hover .content__3d7d670d{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-29-0)}.stepperStep__88d9abcb.focusVisible__b5eda816.completed__1bdf74e6:hover .arrow__e280c6b5 path:last-child,.stepperStep__88d9abcb.focusVisible__b5eda816.active__daf0bf36:hover .arrow__e280c6b5 path:last-child,.stepperStep__88d9abcb.focusVisible__b5eda816.inactive__9e9bcc73:hover .arrow__e280c6b5 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-29-0)}.content__3d7d670d{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-0-29-0);color:var(--triplex-next-Stepper-Step_Color_Hover-0-29-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-0-29-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.arrow__e280c6b5{transform:translate(0)}.arrow__e280c6b5 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-29-0)}.arrow__e280c6b5 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-29-0)}.icon__2492ce87{display:inline-flex;align-items:center;line-height:0}.nonempty__425cdc64 .icon__2492ce87{margin-right:6px}.stepperExtended__27be48d7{display:flex;padding:0;margin:0;list-style:none}.stepperCarousel__6cadb972{position:relative}.stepperCarousel__6cadb972:hover .stepperButtonWrapper__f233e914{opacity:1;pointer-events:auto}.stepperButtonWrapper__f233e914{position:absolute;top:0;z-index:1;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.stepperButtonWrapper__f233e914.prev__aa490963{left:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Prev-0-29-0)}.stepperButtonWrapper__f233e914.next__9cd389c2{right:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Next-0-29-0)}.stepperButton__96d9eda1.sm__8385283d{height:28px;width:28px}.stepperButton__96d9eda1.md__7ef4bb68{height:40px;width:40px}.stepperButton__96d9eda1.lg__137d5018{height:56px;width:56px}@media (max-width: 767px){.stepperButtonWrapper__f233e914{display:none}}.suggestFieldMobileBody__0e16dfe4{height:176px}.suggestFieldMobileDropdownHint__7cf5c530{padding:16px}.noColumns__35df7169{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__35df7169>.content__afb42f8b{width:456px;text-align:center}.filterPanel__8dff6f53{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__df294410{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__df294410>a:not(:first-child){margin-left:16px}.tabsLinePanel__0e0f25fe{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__fb29a469{0%{opacity:0}to{opacity:1}}.tableBasic__20acce99{position:relative}.tableBasic__20acce99 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__20acce99 table th.alignLeft__27fa8ce2,.tableBasic__20acce99 table td.alignLeft__27fa8ce2{text-align:left}.tableBasic__20acce99 table th.alignRight__18729180,.tableBasic__20acce99 table td.alignRight__18729180{text-align:right}.tableBasic__20acce99 table th.alignCenter__a2846b3b,.tableBasic__20acce99 table td.alignCenter__a2846b3b{text-align:center}.tableBasic__20acce99 table th.verticalAlignBaseline__0a690f01,.tableBasic__20acce99 table td.verticalAlignBaseline__0a690f01{vertical-align:baseline}.tableBasic__20acce99 table th.verticalAlignSub__7551dc18,.tableBasic__20acce99 table td.verticalAlignSub__7551dc18{vertical-align:sub}.tableBasic__20acce99 table th.verticalAlignSuper__59735a1f,.tableBasic__20acce99 table td.verticalAlignSuper__59735a1f{vertical-align:super}.tableBasic__20acce99 table th.verticalAlignTextTop__53f863eb,.tableBasic__20acce99 table td.verticalAlignTextTop__53f863eb{vertical-align:text-top}.tableBasic__20acce99 table th.verticalAlignTextBottom__ad627a58,.tableBasic__20acce99 table td.verticalAlignTextBottom__ad627a58{vertical-align:text-bottom}.tableBasic__20acce99 table th.verticalAlignMiddle__051e1186,.tableBasic__20acce99 table td.verticalAlignMiddle__051e1186{vertical-align:middle}.tableBasic__20acce99 table th.verticalAlignTop__7ce3c956,.tableBasic__20acce99 table td.verticalAlignTop__7ce3c956{vertical-align:top}.tableBasic__20acce99 table th.verticalAlignBottom__f50e4dfe,.tableBasic__20acce99 table td.verticalAlignBottom__f50e4dfe{vertical-align:bottom}.tableBasic__20acce99 table>thead>tr{height:48px}.tableBasic__20acce99 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-0-29-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-29-0)}.tableBasic__20acce99 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__20acce99 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__20acce99 table>thead>tr>th.checkboxType__10c75b4c{padding:16px 12px}.tableBasic__20acce99 table>thead>tr>th .thBlock__d2f68df5{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__20acce99 table>thead>tr>th .thBlock__d2f68df5.order__298d541d{cursor:pointer}.tableBasic__20acce99 table>thead>tr>th .thBlock__d2f68df5.order__298d541d .orderButton__2068779f{display:flex;visibility:hidden;align-items:center}.tableBasic__20acce99 table>thead>tr>th .thBlock__d2f68df5.order__298d541d .orderButton__2068779f.alignLeft__27fa8ce2{margin-right:8px}.tableBasic__20acce99 table>thead>tr>th .thBlock__d2f68df5.order__298d541d .orderButton__2068779f.alignRight__18729180{margin-left:8px}.tableBasic__20acce99 table>thead>tr>th .thBlock__d2f68df5.order__298d541d .orderButton__2068779f.sorted__b566c237{visibility:visible}.tableBasic__20acce99 table>thead>tr>th .thBlock__d2f68df5.order__298d541d:hover .orderButton__2068779f{visibility:visible}.tableBasic__20acce99 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-29-0)}.tableBasic__20acce99 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__20acce99 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__20acce99 table>tbody>tr>td.textType__6450ed5c{padding:12px}.tableBasic__20acce99 table>tbody>tr>td.componentsType__4531a587{padding:8px 12px}.tableBasic__20acce99 table>tbody>tr>td.checkboxType__10c75b4c{padding:10px 12px 12px}.tableBasic__20acce99 table>tbody>tr.selected__adf725bb>td{background-color:var(--triplex-next-TableBasic-Background_Selected-0-29-0)}.tableBasic__20acce99 table>tbody.clickable__09590687>tr{cursor:pointer}.tableBasic__20acce99 table>tbody.hoverable__bcfda17f>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-0-29-0)}.tableBasic__20acce99 .footerEmptyData__769c269a{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__20acce99 .spinnerWrapper__26c9803a{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__20acce99 .spinnerWrapper__26c9803a .tableLoaderScreen__dcfc61aa{border-radius:8px 8px 0 0}.tableBasic__20acce99 .overlayCover__bb207290{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-0-29-0);animation:fadeIn__fb29a469 .3s}.tableBasicSettingsBody__222e47c3{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__1b56f279{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-29-0)!important}.columnSettingsSortableListItemTarget__1b56f279:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-29-0)!important}.columnSettingsSortableListItemTarget__1b56f279.dragging__93c98ccc{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-29-0)!important}.columnSettingsStaticListItem__9ea9b8eb{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-29-0)}.tableBasicSettingsFooter__2c29fb9a{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-29-0);padding:11px 12px 12px}.tableBasicSettingsHeader__80518c31{padding:16px 12px 12px}.tableSettingsLink__c5d89ba2{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__042fc735{width:320px}.tableFooterWrapper__2ee9384e{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__2ee9384e .tableFooterShadow__9eb633ed{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-0-29-0);pointer-events:none}.tableFooterWrapper__2ee9384e .tableFooter__69e8b6e9{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-0-29-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__2ee9384e .tableFooter__69e8b6e9 .tableFooterSummary__969ebc99{display:flex;align-items:center}.tableFooterWrapper__2ee9384e .tableFooter__69e8b6e9 .tableFooterSummary__969ebc99 .tableFooterSummarySelectedCount__ddfd8b7b,.tableFooterWrapper__2ee9384e .tableFooter__69e8b6e9 .tableFooterSummary__969ebc99 .tableFooterSummarySelectAllButton__f2c51c14,.tableFooterWrapper__2ee9384e .tableFooter__69e8b6e9 .tableFooterSummary__969ebc99 .tableFooterSummaryAmount__f9ea4665{display:inline-flex}.tableFooterWrapper__2ee9384e .tableFooter__69e8b6e9 .tableFooterSummary__969ebc99 .tableFooterSummarySelectedCount__ddfd8b7b,.tableFooterWrapper__2ee9384e .tableFooter__69e8b6e9 .tableFooterSummary__969ebc99 .tableFooterSummarySelectAllButton__f2c51c14,.tableFooterWrapper__2ee9384e .tableFooter__69e8b6e9 .tableFooterSummary__969ebc99 .tableFooterSummaryAmount__f9ea4665,.tableFooterWrapper__2ee9384e .tableFooter__69e8b6e9 .tableFooterSummary__969ebc99 .tableFooterSummaryLabel__0604eb33{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__2ee9384e{height:112px}}.paginationPanel__01093505{margin-top:16px}.masterTable__57cc6991,.tabsExtended__68d65e7c{position:relative}.tabsExtendedContent__65827eb2{display:inline-flex}.tabsExtendedContent__65827eb2.sm__25764524{border-radius:6px;padding:4px}.tabsExtendedContent__65827eb2.md__a45c4ad3{border-radius:8px;padding:4px}.tabsExtendedContent__65827eb2.lg__dfcdeec2{border-radius:10px;padding:8px}.tabsExtendedTab__18a0cc50{display:flex}.tabsExtendedTab__18a0cc50+.tabsExtendedTab__18a0cc50,.tabsExtendedDropdown__6715c3ff{margin-left:4px}.tabsReal__4520fa70,.tabsFake__5ceddd79{display:flex;box-sizing:border-box;width:100%}.tabsReal__4520fa70.hidden__64ef68f5{visibility:hidden}.tabsReal__4520fa70 .tabsExtendedTab__18a0cc50.hidden__64ef68f5{display:none}.tabsFake__5ceddd79{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__8b66fcf4 .tabsExtendedContent__65827eb2{background-color:var(--triplex-next-Tabs-Type1_Background-0-29-0)}.type2__0a3f8ade .tabsExtendedContent__65827eb2{background-color:var(--triplex-next-Tabs-Type2_Background-0-29-0)}.tabsExtendedTabButton__bcb13e8e{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-0-29-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__bcb13e8e .notificationIcon__5699cd7d{position:absolute}.tabsExtendedTabButton__bcb13e8e.lg__dfcdeec2{border-radius:6px;padding:9px 16px}.tabsExtendedTabButton__bcb13e8e.lg__dfcdeec2 .notificationIcon__5699cd7d{right:6px;top:6px}.tabsExtendedTabButton__bcb13e8e.md__a45c4ad3{border-radius:4px;padding:5px 16px}.tabsExtendedTabButton__bcb13e8e.md__a45c4ad3 .notificationIcon__5699cd7d{right:4px;top:4px}.tabsExtendedTabButton__bcb13e8e.sm__25764524{border-radius:4px;padding:1px 16px}.tabsExtendedTabButton__bcb13e8e.sm__25764524 .notificationIcon__5699cd7d{right:3px;top:3px}.tabsExtendedTabButton__bcb13e8e .tabsExtendedTabButtonTextDefault__c78c24ec{display:block}.tabsExtendedTabButton__bcb13e8e .tabsExtendedTabButtonTextHover__b5053de8,.tabsExtendedTabButton__bcb13e8e:hover .tabsExtendedTabButtonTextDefault__c78c24ec,.tabsExtendedTabButton__bcb13e8e.selected__84403d3c .tabsExtendedTabButtonTextDefault__c78c24ec{display:none}.tabsExtendedTabButton__bcb13e8e:hover .tabsExtendedTabButtonTextHover__b5053de8,.tabsExtendedTabButton__bcb13e8e.selected__84403d3c .tabsExtendedTabButtonTextHover__b5053de8{display:block}.tabsExtendedTabButton__bcb13e8e::-moz-focus-inner{border:none}.tabsExtendedTabButton__bcb13e8e+.tabsExtendedTabButton__bcb13e8e{margin-left:2px}.tabsExtendedTabButton__bcb13e8e:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-0-29-0)}.tabsExtendedTabButton__bcb13e8e.type1__8b66fcf4{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-0-29-0)}.tabsExtendedTabButton__bcb13e8e.type1__8b66fcf4.selected__84403d3c{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-0-29-0)}.tabsExtendedTabButton__bcb13e8e.type1__8b66fcf4:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-0-29-0)}.tabsExtendedTabButton__bcb13e8e.type2__0a3f8ade{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-0-29-0)}.tabsExtendedTabButton__bcb13e8e.type2__0a3f8ade.selected__84403d3c{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-0-29-0)}.tabsExtendedTabButton__bcb13e8e.type2__0a3f8ade:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-0-29-0)}.tabsContent__19715fa5 .tabButtonDropdown__3fdf0579{justify-content:center;padding:0!important;border-radius:0!important;background:none!important}.tabsContent__19715fa5 .tabButtonDropdown__3fdf0579.sm__5775a88c{min-width:20px;min-height:20px;height:20px}.tabsContent__19715fa5 .tabButtonDropdown__3fdf0579.md__b8701255{min-width:32px;min-height:32px;height:32px}.tabsContent__19715fa5 .tabButtonDropdown__3fdf0579.lg__c4db75bf{min-width:40px;min-height:40px;height:40px}.tag__fe47e585{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-0-29-0);border-radius:4px;gap:2px}.tag__fe47e585.sm__cc731bea{height:20px;padding:2px 4px 2px 6px}.tag__fe47e585.md__49a34ef5{height:28px;padding:4px 6px 4px 8px}.tag__fe47e585.lg__187f7dbb{height:32px;padding:6px 8px 6px 10px}.content__8cffd863{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagColor__42b13c80{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__42b13c80.sm__136a8e4c{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__42b13c80.md__4673a510{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__42b13c80.lg__9373048a{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__42b13c80.default__f08c61d5{background:var(--triplex-next-TagColor-Background_Default-0-29-0)}.tagColor__42b13c80.success__402e9f7b{background:var(--triplex-next-TagColor-Background_Success-0-29-0)}.tagColor__42b13c80.info__5a96209e{background:var(--triplex-next-TagColor-Background_Info-0-29-0)}.tagColor__42b13c80.warning__c5c65774{background:var(--triplex-next-TagColor-Background_Warning-0-29-0)}.tagColor__42b13c80.error__b2c04c63{background:var(--triplex-next-TagColor-Background_Error-0-29-0)}.content__505d59a7{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-0-29-0)}.tagGroup__574234c2.sm__1105edcc{margin:-2px}.tagGroup__574234c2.sm__1105edcc>*{margin:2px}.tagGroup__574234c2.md__0fa30ad6{margin:-4px}.tagGroup__574234c2.md__0fa30ad6>*{margin:4px}.tagGroup__574234c2.lg__2aa7ac7e{margin:-6px}.tagGroup__574234c2.lg__2aa7ac7e>*{margin:6px}.uploadZone__129ea8ba{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-0-29-0)}.uploadZone__129ea8ba:hover{background:var(--triplex-next-UploadZone-Background_Hover-0-29-0)}.uploadZoneDragArea__77be48a6{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-29-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__296899b3{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-29-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-0-29-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-0-29-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__e247395c{display:none}@media (max-width: 767px){.uploadZone__129ea8ba,.uploadZone__129ea8ba:hover{background:none}.uploadZoneDragArea__77be48a6{display:none}}
1
+ html {--triplex-next-ColorBrand-0-0-31-0: #1F3336;
2
+ --triplex-next-ColorBrand-10-0-31-0: #0B3A3C;
3
+ --triplex-next-ColorBrand-20-0-31-0: #006063;
4
+ --triplex-next-ColorBrand-30-0-31-0: #007777;
5
+ --triplex-next-ColorBrand-40-0-31-0: #008985;
6
+ --triplex-next-ColorBrand-50-0-31-0: #21A19A;
7
+ --triplex-next-ColorBrand-60-0-31-0: #19BDB0;
8
+ --triplex-next-ColorBrand-70-0-31-0: #4BD9CF;
9
+ --triplex-next-ColorBrand-80-0-31-0: #71ECDC;
10
+ --triplex-next-ColorBrand-90-0-31-0: #A8F5E9;
11
+ --triplex-next-ColorBrand-95-0-31-0: #C5FAF1;
12
+ --triplex-next-ColorBrand-100-0-31-0: #E3FFFA;
13
+ --triplex-next-ColorDarkNeutralAlpha-0-0-31-0: rgba(31, 31, 34, 1);
14
+ --triplex-next-ColorDarkNeutralAlpha-10-0-31-0: rgba(31, 31, 34, .95);
15
+ --triplex-next-ColorDarkNeutralAlpha-20-0-31-0: rgba(31, 31, 34, .85);
16
+ --triplex-next-ColorDarkNeutralAlpha-30-0-31-0: rgba(31, 31, 34, .75);
17
+ --triplex-next-ColorDarkNeutralAlpha-40-0-31-0: rgba(31, 31, 34, .65);
18
+ --triplex-next-ColorDarkNeutralAlpha-50-0-31-0: rgba(31, 31, 34, .55);
19
+ --triplex-next-ColorDarkNeutralAlpha-60-0-31-0: rgba(31, 31, 34, .45);
20
+ --triplex-next-ColorDarkNeutralAlpha-70-0-31-0: rgba(31, 31, 34, .35);
21
+ --triplex-next-ColorDarkNeutralAlpha-80-0-31-0: rgba(31, 31, 34, .25);
22
+ --triplex-next-ColorDarkNeutralAlpha-90-0-31-0: rgba(31, 31, 34, .15);
23
+ --triplex-next-ColorDarkNeutralAlpha-100-0-31-0: rgba(31, 31, 34, .05);
24
+ --triplex-next-ColorDarkNeutral-0-0-31-0: #000000;
25
+ --triplex-next-ColorDarkNeutral-10-0-31-0: #171719;
26
+ --triplex-next-ColorDarkNeutral-20-0-31-0: #1B1B1D;
27
+ --triplex-next-ColorDarkNeutral-30-0-31-0: #1F1F22;
28
+ --triplex-next-ColorDarkNeutral-40-0-31-0: #262629;
29
+ --triplex-next-ColorDarkNeutral-50-0-31-0: #2D2D30;
30
+ --triplex-next-ColorDarkNeutral-60-0-31-0: #343437;
31
+ --triplex-next-ColorDarkNeutral-70-0-31-0: #3B3B3E;
32
+ --triplex-next-ColorDarkNeutral-80-0-31-0: #424245;
33
+ --triplex-next-ColorDarkNeutral-90-0-31-0: #49494C;
34
+ --triplex-next-ColorDarkNeutral-100-0-31-0: #4F4F52;
35
+ --triplex-next-ColorError-0-0-31-0: #443139;
36
+ --triplex-next-ColorError-10-0-31-0: #4E3741;
37
+ --triplex-next-ColorError-20-0-31-0: #A90024;
38
+ --triplex-next-ColorError-30-0-31-0: #BD002C;
39
+ --triplex-next-ColorError-40-0-31-0: #D10032;
40
+ --triplex-next-ColorError-50-0-31-0: #E60037;
41
+ --triplex-next-ColorError-60-0-31-0: #F80C45;
42
+ --triplex-next-ColorError-70-0-31-0: #FF5571;
43
+ --triplex-next-ColorError-80-0-31-0: #FFB1C1;
44
+ --triplex-next-ColorError-90-0-31-0: #FCE0E6;
45
+ --triplex-next-ColorError-100-0-31-0: #FFF0F3;
46
+ --triplex-next-ColorInfo-0-0-31-0: #313749;
47
+ --triplex-next-ColorInfo-10-0-31-0: #2E3A52;
48
+ --triplex-next-ColorInfo-20-0-31-0: #0A43B0;
49
+ --triplex-next-ColorInfo-30-0-31-0: #124FC2;
50
+ --triplex-next-ColorInfo-40-0-31-0: #0E57CC;
51
+ --triplex-next-ColorInfo-50-0-31-0: #1371E4;
52
+ --triplex-next-ColorInfo-60-0-31-0: #1297FE;
53
+ --triplex-next-ColorInfo-70-0-31-0: #66BEFF;
54
+ --triplex-next-ColorInfo-80-0-31-0: #8DD2FF;
55
+ --triplex-next-ColorInfo-90-0-31-0: #B8E6FF;
56
+ --triplex-next-ColorInfo-100-0-31-0: #E3F6FF;
57
+ --triplex-next-ColorNeutralAlpha-0-0-31-0: rgba(255, 255, 255, 1);
58
+ --triplex-next-ColorNeutralAlpha-10-0-31-0: rgba(255, 255, 255, .95);
59
+ --triplex-next-ColorNeutralAlpha-20-0-31-0: rgba(255, 255, 255, .85);
60
+ --triplex-next-ColorNeutralAlpha-30-0-31-0: rgba(255, 255, 255, .75);
61
+ --triplex-next-ColorNeutralAlpha-40-0-31-0: rgba(255, 255, 255, .65);
62
+ --triplex-next-ColorNeutralAlpha-50-0-31-0: rgba(255, 255, 255, .55);
63
+ --triplex-next-ColorNeutralAlpha-60-0-31-0: rgba(255, 255, 255, .45);
64
+ --triplex-next-ColorNeutralAlpha-70-0-31-0: rgba(255, 255, 255, .35);
65
+ --triplex-next-ColorNeutralAlpha-80-0-31-0: rgba(255, 255, 255, .25);
66
+ --triplex-next-ColorNeutralAlpha-90-0-31-0: rgba(255, 255, 255, .15);
67
+ --triplex-next-ColorNeutralAlpha-100-0-31-0: rgba(255, 255, 255, .05);
68
+ --triplex-next-ColorNeutral-0-0-31-0: #CBCFD7;
69
+ --triplex-next-ColorNeutral-10-0-31-0: #D1D4DC;
70
+ --triplex-next-ColorNeutral-20-0-31-0: #D6D9E0;
71
+ --triplex-next-ColorNeutral-30-0-31-0: #DCDFE4;
72
+ --triplex-next-ColorNeutral-40-0-31-0: #DFE2E7;
73
+ --triplex-next-ColorNeutral-50-0-31-0: #E3E6EA;
74
+ --triplex-next-ColorNeutral-60-0-31-0: #E7E9EE;
75
+ --triplex-next-ColorNeutral-70-0-31-0: #EAEDF1;
76
+ --triplex-next-ColorNeutral-80-0-31-0: #EEF0F4;
77
+ --triplex-next-ColorNeutral-90-0-31-0: #F2F4F7;
78
+ --triplex-next-ColorNeutral-100-0-31-0: #FFFFFF;
79
+ --triplex-next-ColorSuccess-0-0-31-0: #28433E;
80
+ --triplex-next-ColorSuccess-10-0-31-0: #2A4C45;
81
+ --triplex-next-ColorSuccess-20-0-31-0: #00624C;
82
+ --triplex-next-ColorSuccess-30-0-31-0: #007353;
83
+ --triplex-next-ColorSuccess-40-0-31-0: #008B5C;
84
+ --triplex-next-ColorSuccess-50-0-31-0: #00C075;
85
+ --triplex-next-ColorSuccess-60-0-31-0: #00D67D;
86
+ --triplex-next-ColorSuccess-70-0-31-0: #3AF299;
87
+ --triplex-next-ColorSuccess-80-0-31-0: #8AFFB8;
88
+ --triplex-next-ColorSuccess-90-0-31-0: #B8FFD4;
89
+ --triplex-next-ColorSuccess-100-0-31-0: #E1FFEB;
90
+ --triplex-next-ColorSystem-0-0-31-0: #373C49;
91
+ --triplex-next-ColorSystem-10-0-31-0: #384156;
92
+ --triplex-next-ColorSystem-20-0-31-0: #47526D;
93
+ --triplex-next-ColorSystem-30-0-31-0: #57637F;
94
+ --triplex-next-ColorSystem-40-0-31-0: #697591;
95
+ --triplex-next-ColorSystem-50-0-31-0: #8291B3;
96
+ --triplex-next-ColorSystem-60-0-31-0: #95A3C1;
97
+ --triplex-next-ColorSystem-70-0-31-0: #A9B6D0;
98
+ --triplex-next-ColorSystem-80-0-31-0: #BFCADF;
99
+ --triplex-next-ColorSystem-90-0-31-0: #D6DEED;
100
+ --triplex-next-ColorSystem-95-0-31-0: #E0E8F4;
101
+ --triplex-next-ColorSystem-100-0-31-0: #EEF3FC;
102
+ --triplex-next-ColorWarning-0-0-31-0: #463734;
103
+ --triplex-next-ColorWarning-10-0-31-0: #4F3E3B;
104
+ --triplex-next-ColorWarning-20-0-31-0: #E03400;
105
+ --triplex-next-ColorWarning-30-0-31-0: #E63D00;
106
+ --triplex-next-ColorWarning-40-0-31-0: #EF4C01;
107
+ --triplex-next-ColorWarning-50-0-31-0: #FD6508;
108
+ --triplex-next-ColorWarning-60-0-31-0: #FF7A17;
109
+ --triplex-next-ColorWarning-70-0-31-0: #FFB13B;
110
+ --triplex-next-ColorWarning-80-0-31-0: #FFD169;
111
+ --triplex-next-ColorWarning-90-0-31-0: #FCEAC7;
112
+ --triplex-next-ColorWarning-100-0-31-0: #FFF4DB;
113
+ --triplex-next-AlertContext-Error_Color-0-31-0: #D10032;
114
+ --triplex-next-AlertContext-Info_Color-0-31-0: rgba(31, 31, 34, 1);
115
+ --triplex-next-AlertContext-System_Color-0-31-0: rgba(31, 31, 34, 1);
116
+ --triplex-next-AlertContext-Warning_Color-0-31-0: rgba(31, 31, 34, 1);
117
+ --triplex-next-AlertProcess-Info_Background-0-31-0: #E3F6FF;
118
+ --triplex-next-AlertProcess-Warning_Background-0-31-0: #FFF4DB;
119
+ --triplex-next-AlertProcess-Error_Background-0-31-0: #FFF0F3;
120
+ --triplex-next-AlertProcess-System_Background-0-31-0: #E0E8F4;
121
+ --triplex-next-AlertProcess-Feature_Background-0-31-0: #E3FFFA;
122
+ --triplex-next-Avatar-Background-0-31-0: #E3E6EA;
123
+ --triplex-next-Badge-Background-0-31-0: #FFB13B;
124
+ --triplex-next-Button-General_Background_Active-0-31-0: #007777;
125
+ --triplex-next-Button-General_Background_Default-0-31-0: #21A19A;
126
+ --triplex-next-Button-General_Background_Disabled-0-31-0: #F2F4F7;
127
+ --triplex-next-Button-General_Background_Hover-0-31-0: #19BDB0;
128
+ --triplex-next-Button-General_Color_Active-0-31-0: rgba(255, 255, 255, 1);
129
+ --triplex-next-Button-General_Color_Default-0-31-0: rgba(255, 255, 255, 1);
130
+ --triplex-next-Button-General_Color_Disabled-0-31-0: rgba(31, 31, 34, .35);
131
+ --triplex-next-Button-General_Color_Hover-0-31-0: rgba(255, 255, 255, 1);
132
+ --triplex-next-Button-General_Shadow_Focus-0-31-0: 0 0 0 1px #FFD169 inset;
133
+ --triplex-next-Button-Secondary_Background_Active-0-31-0: #DCDFE4;
134
+ --triplex-next-Button-Secondary_Background_Default-0-31-0: #F2F4F7;
135
+ --triplex-next-Button-Secondary_Background_Disabled-0-31-0: #F2F4F7;
136
+ --triplex-next-Button-Secondary_Background_Hover-0-31-0: #EAEDF1;
137
+ --triplex-next-Button-Secondary_Color_Active-0-31-0: #007777;
138
+ --triplex-next-Button-Secondary_Color_Default-0-31-0: #008985;
139
+ --triplex-next-Button-Secondary_Color_Disabled-0-31-0: rgba(31, 31, 34, .35);
140
+ --triplex-next-Button-Secondary_Color_Hover-0-31-0: #21A19A;
141
+ --triplex-next-Button-Secondary_Shadow_Focus-0-31-0: 0 0 0 1px #FFD169 inset;
142
+ --triplex-next-Button-SecondaryLight_Background_Active-0-31-0: #DFE2E7;
143
+ --triplex-next-Button-SecondaryLight_Background_Default-0-31-0: #FFFFFF;
144
+ --triplex-next-Button-SecondaryLight_Background_Disabled-0-31-0: #F2F4F7;
145
+ --triplex-next-Button-SecondaryLight_Background_Hover-0-31-0: #EEF0F4;
146
+ --triplex-next-Button-SecondaryLight_Color_Active-0-31-0: #007777;
147
+ --triplex-next-Button-SecondaryLight_Color_Default-0-31-0: #008985;
148
+ --triplex-next-Button-SecondaryLight_Color_Disabled-0-31-0: rgba(31, 31, 34, .35);
149
+ --triplex-next-Button-SecondaryLight_Color_Hover-0-31-0: #21A19A;
150
+ --triplex-next-Button-SecondaryLight_Shadow_Focus-0-31-0: 0 0 0 1px #FFD169 inset;
151
+ --triplex-next-Button-Danger_Background_Active-0-31-0: #BD002C;
152
+ --triplex-next-Button-Danger_Background_Default-0-31-0: #E60037;
153
+ --triplex-next-Button-Danger_Background_Disabled-0-31-0: #F2F4F7;
154
+ --triplex-next-Button-Danger_Background_Hover-0-31-0: #F80C45;
155
+ --triplex-next-Button-Danger_Color_Active-0-31-0: rgba(255, 255, 255, 1);
156
+ --triplex-next-Button-Danger_Color_Default-0-31-0: rgba(255, 255, 255, 1);
157
+ --triplex-next-Button-Danger_Color_Disabled-0-31-0: rgba(31, 31, 34, .35);
158
+ --triplex-next-Button-Danger_Color_Hover-0-31-0: rgba(255, 255, 255, 1);
159
+ --triplex-next-Button-Danger_Shadow_Focus-0-31-0: 0 0 0 1px #FFD169 inset;
160
+ --triplex-next-Button-Icon_Shadow_Focus-0-31-0: 0 0 0 1px #FFD169;
161
+ --triplex-next-Button-Link_Color_Active-0-31-0: #007777;
162
+ --triplex-next-Button-Link_Color_Default-0-31-0: #008985;
163
+ --triplex-next-Button-Link_Color_Disabled-0-31-0: rgba(31, 31, 34, .35);
164
+ --triplex-next-Button-Link_Color_Hover-0-31-0: #21A19A;
165
+ --triplex-next-Button-Link_Shadow_Focus-0-31-0: 0 0 0 1px #FFD169 inset;
166
+ --triplex-next-Calendar-Background-0-31-0: #FFFFFF;
167
+ --triplex-next-Calendar-View_Header_Color-0-31-0: rgba(31, 31, 34, .55);
168
+ --triplex-next-Calendar-View_Item_Background_Default-0-31-0: none;
169
+ --triplex-next-Calendar-View_Item_Background_Hover-0-31-0: #19BDB0;
170
+ --triplex-next-Calendar-View_Item_Background_Selected_Default-0-31-0: #21A19A;
171
+ --triplex-next-Calendar-View_Item_Background_Selected_Hover-0-31-0: #007777;
172
+ --triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-31-0: #E3FFFA;
173
+ --triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-31-0: #A8F5E9;
174
+ --triplex-next-Calendar-View_Item_BorderColor_Default-0-31-0: transparent;
175
+ --triplex-next-Calendar-View_Item_BorderColor_Focus-0-31-0: #FFD169;
176
+ --triplex-next-Calendar-View_Item_Color_Default-0-31-0: rgba(31, 31, 34, 1);
177
+ --triplex-next-Calendar-View_Item_Color_Hover-0-31-0: rgba(255, 255, 255, 1);
178
+ --triplex-next-Calendar-View_Item_Color_Disabled-0-31-0: rgba(31, 31, 34, .35);
179
+ --triplex-next-Calendar-View_Item_Color_Muted-0-31-0: rgba(31, 31, 34, .35);
180
+ --triplex-next-Calendar-View_Item_Color_Selected-0-31-0: rgba(255, 255, 255, 1);
181
+ --triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-31-0: rgba(31, 31, 34, .35);
182
+ --triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-31-0: rgba(31, 31, 34, .35);
183
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-31-0: rgba(31, 31, 34, .35);
184
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-31-0: rgba(31, 31, 34, .35);
185
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-31-0: rgba(31, 31, 34, .35);
186
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-31-0: #00C075;
187
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-31-0: #00C075;
188
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-31-0: #00C075;
189
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-31-0: #FD6508;
190
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-31-0: #FD6508;
191
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-31-0: #FD6508;
192
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-31-0: #E60037;
193
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-31-0: #E60037;
194
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-31-0: #E60037;
195
+ --triplex-next-Card-Static_General_Background-0-31-0: #FFFFFF;
196
+ --triplex-next-Card-Static_Secondary_Background-0-31-0: #F2F4F7;
197
+ --triplex-next-Card-Action_General_Background-0-31-0: #FFFFFF;
198
+ --triplex-next-Card-Action_General_Background_Hover-0-31-0: #FFFFFF;
199
+ --triplex-next-Card-Action_General_Background_Selected-0-31-0: #F2F4F7;
200
+ --triplex-next-Card-Action_General_Background_Selected_Hover-0-31-0: #F2F4F7;
201
+ --triplex-next-Card-Action_Secondary_Background-0-31-0: #F2F4F7;
202
+ --triplex-next-Card-Action_Secondary_Background_Hover-0-31-0: #EAEDF1;
203
+ --triplex-next-Card-Action_Secondary_Background_Selected-0-31-0: #E3E6EA;
204
+ --triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-31-0: #DCDFE4;
205
+ --triplex-next-Card-Shadow_Default-0-31-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
206
+ --triplex-next-Card-Shadow_Focus-0-31-0: inset 0 0 0 1px #FFD169;
207
+ --triplex-next-Card-Shadow_Hover-0-31-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
208
+ --triplex-next-Card-Shadow_Selected-0-31-0: inset 0 0 0 1px #21A19A;
209
+ --triplex-next-Card-Shadow_Selected_Hover-0-31-0: inset 0 0 0 1px #19BDB0;
210
+ --triplex-next-Checkbox-Background_Checked_Default-0-31-0: #21A19A;
211
+ --triplex-next-Checkbox-Background_Checked_Disabled-0-31-0: #EAEDF1;
212
+ --triplex-next-Checkbox-Background_Checked_Hover-0-31-0: #007777;
213
+ --triplex-next-Checkbox-Background_Default-0-31-0: #F2F4F7;
214
+ --triplex-next-Checkbox-Background_Disabled-0-31-0: #F2F4F7;
215
+ --triplex-next-Checkbox-Background_Hover-0-31-0: #19BDB0;
216
+ --triplex-next-Checkbox-BorderColor_Default-0-31-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
217
+ --triplex-next-Checkbox-BorderColor_Disabled-0-31-0: 0 0 0 1px #E3E6EA inset;
218
+ --triplex-next-Checkbox-BorderColor_Focus-0-31-0: 0 0 0 1px #FFD169 inset;
219
+ --triplex-next-Checkbox-BorderColor_Hover-0-31-0: none;
220
+ --triplex-next-Checkbox-BorderColor_Checked_Default-0-31-0: none;
221
+ --triplex-next-Checkbox-BorderColor_Checked_Disabled-0-31-0: none;
222
+ --triplex-next-Checkbox-Checkmark_Fill_Default-0-31-0: rgba(255, 255, 255, 1);
223
+ --triplex-next-Checkbox-Checkmark_Fill_Disabled-0-31-0: rgba(31, 31, 34, .15);
224
+ --triplex-next-Chip-Background_Active-0-31-0: #DFE2E7;
225
+ --triplex-next-Chip-Background_Disabled-0-31-0: #F2F4F7;
226
+ --triplex-next-Chip-Background_Type1_Default-0-31-0: #F2F4F7;
227
+ --triplex-next-Chip-Background_Type1_Hover-0-31-0: #EAEDF1;
228
+ --triplex-next-Chip-Background_Type2_Default-0-31-0: #FFFFFF;
229
+ --triplex-next-Chip-Background_Type2_Hover-0-31-0: #EEF0F4;
230
+ --triplex-next-Chip-Background_Selected_Active-0-31-0: #4F4F52;
231
+ --triplex-next-Chip-Background_Selected_Default-0-31-0: #3B3B3E;
232
+ --triplex-next-Chip-Background_Selected_Disabled-0-31-0: #343437;
233
+ --triplex-next-Chip-Background_Selected_Hover-0-31-0: #49494C;
234
+ --triplex-next-Chip-Color_Active-0-31-0: rgba(31, 31, 34, 1);
235
+ --triplex-next-Chip-Color_Default-0-31-0: rgba(31, 31, 34, 1);
236
+ --triplex-next-Chip-Color_Disabled-0-31-0: rgba(31, 31, 34, .35);
237
+ --triplex-next-Chip-Color_Hover-0-31-0: rgba(31, 31, 34, 1);
238
+ --triplex-next-Chip-Color_Selected_Active-0-31-0: rgba(255, 255, 255, 1);
239
+ --triplex-next-Chip-Color_Selected_Default-0-31-0: rgba(255, 255, 255, 1);
240
+ --triplex-next-Chip-Color_Selected_Disabled-0-31-0: rgba(255, 255, 255, .25);
241
+ --triplex-next-Chip-Color_Selected_Hover-0-31-0: rgba(255, 255, 255, 1);
242
+ --triplex-next-Chip-Shadow_Focus-0-31-0: 0 0 0 1px #FFD169 inset;
243
+ --triplex-next-CollapsibleTree-Header_Background_Hover-0-31-0: #E3E6EA;
244
+ --triplex-next-CollapsibleTree-Header_Shadow_Focus-0-31-0: 0 0 0 1px #FFD169 inset;
245
+ --triplex-next-Divider-Background-0-31-0: #D6D9E0;
246
+ --triplex-next-Dropdown-Background-0-31-0: #FFFFFF;
247
+ --triplex-next-Dropdown-Shadow-0-31-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
248
+ --triplex-next-DropdownList-Background_Active-0-31-0: #EAEDF1;
249
+ --triplex-next-DropdownList-Background_Default-0-31-0: none;
250
+ --triplex-next-DropdownList-Background_Selected-0-31-0: #DCDFE4;
251
+ --triplex-next-DropdownList-Color-0-31-0: rgba(31, 31, 34, 1);
252
+ --triplex-next-DropdownMobile-Backdrop-0-31-0: rgba(31, 31, 34, .65);
253
+ --triplex-next-DropdownMobile-Border_Color-0-31-0: #D6D9E0;
254
+ --triplex-next-DropdownMobile-Content_Background-0-31-0: #FFFFFF;
255
+ --triplex-next-DropdownMobile-Footer_Background-0-31-0: #FFFFFF;
256
+ --triplex-next-DropdownMobile-Header_Background-0-31-0: #F2F4F7;
257
+ --triplex-next-DropdownMobileList-Active_Background-0-31-0: #EAEDF1;
258
+ --triplex-next-DropdownMobileList-Selected_Background-0-31-0: #DCDFE4;
259
+ --triplex-next-FooterPage-StickyShadow-0-31-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
260
+ --triplex-next-FormField-Background_Active-0-31-0: #F2F4F7;
261
+ --triplex-next-FormField-Background_Default-0-31-0: #F2F4F7;
262
+ --triplex-next-FormField-Background_Disabled-0-31-0: #F2F4F7;
263
+ --triplex-next-FormField-Background_Error-0-31-0: #FFF0F3;
264
+ --triplex-next-FormField-Background_Error_Hover-0-31-0: #FCE0E6;
265
+ --triplex-next-FormField-Background_Hover-0-31-0: #EAEDF1;
266
+ --triplex-next-FormField-Background_Warning-0-31-0: #FFF4DB;
267
+ --triplex-next-FormField-Background_Warning_Hover-0-31-0: #FCEAC7;
268
+ --triplex-next-FormField-Input_Color_Default-0-31-0: rgba(31, 31, 34, 1);
269
+ --triplex-next-FormField-Input_Color_Disabled-0-31-0: rgba(31, 31, 34, .35);
270
+ --triplex-next-FormField-Target_Color_Default-0-31-0: rgba(31, 31, 34, 1);
271
+ --triplex-next-FormField-Target_Color_Disabled-0-31-0: rgba(31, 31, 34, .45);
272
+ --triplex-next-FormField-Target_PlaceholderColor_Default-0-31-0: rgba(31, 31, 34, .65);
273
+ --triplex-next-FormField-Label_Color_Default-0-31-0: rgba(31, 31, 34, .65);
274
+ --triplex-next-FormField-Label_Color_Disabled-0-31-0: rgba(31, 31, 34, .35);
275
+ --triplex-next-FormField-Shadow_Active-0-31-0: 0 0 0 1px #21A19A inset;
276
+ --triplex-next-FormField-Shadow_Default-0-31-0: none;
277
+ --triplex-next-FormField-Shadow_Error_Active-0-31-0: 0 0 0 1px #E60037 inset;
278
+ --triplex-next-FormField-Shadow_Warning_Active-0-31-0: 0 0 0 1px #FD6508 inset;
279
+ --triplex-next-FormField-Placeholder_Color-0-31-0: rgba(31, 31, 34, .65);
280
+ --triplex-next-HeaderPage-StickyShadow-0-31-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
281
+ --triplex-next-Island-Type1_Background-0-31-0: #FFFFFF;
282
+ --triplex-next-Island-Type2_Background-0-31-0: rgba(255, 255, 255, .35);
283
+ --triplex-next-Island-Type3_Background-0-31-0: #F2F4F7;
284
+ --triplex-next-Island-Type1_Shadow-0-31-0: none;
285
+ --triplex-next-Island-Type2_Shadow-0-31-0: 0 0 0 1px #FFFFFF inset;
286
+ --triplex-next-Island-Type3_Shadow-0-31-0: none;
287
+ --triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-31-0: #DCDFE4;
288
+ --triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-31-0: rgba(31, 31, 34, .05);
289
+ --triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-31-0: #DCDFE4;
290
+ --triplex-next-IslandAccordion-Shadow_Focus-0-31-0: 0 0 0 1px #FFD169 inset;
291
+ --triplex-next-IslandWidget-ExtraFooter_Background-0-31-0: #FFFFFF;
292
+ --triplex-next-IslandWidget-ExtraFooter_Shadow-0-31-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
293
+ --triplex-next-ImageGallery-Arrow_Background_Default-0-31-0: rgba(31, 31, 34, .25);
294
+ --triplex-next-ImageGallery-Arrow_Background_Hover-0-31-0: rgba(31, 31, 34, .45);
295
+ --triplex-next-ImageGallery-Arrow_Background_Active-0-31-0: rgba(31, 31, 34, .55);
296
+ --triplex-next-ImageGallery-Arrow_Background_Disabled-0-31-0: rgba(31, 31, 34, .15);
297
+ --triplex-next-ImageGallery-Arrow_BorderColor_Default-0-31-0: rgba(31, 31, 34, .15);
298
+ --triplex-next-ImageGallery-Arrow_BorderColor_Hover-0-31-0: rgba(31, 31, 34, .15);
299
+ --triplex-next-ImageGallery-Arrow_BorderColor_Active-0-31-0: rgba(31, 31, 34, .15);
300
+ --triplex-next-ImageGallery-Arrow_BorderColor_Disabled-0-31-0: rgba(31, 31, 34, .15);
301
+ --triplex-next-ImageGallery-Dot_Background_Default-0-31-0: rgba(31, 31, 34, .25);
302
+ --triplex-next-ImageGallery-Dot_Background_Hover-0-31-0: rgba(31, 31, 34, .45);
303
+ --triplex-next-ImageGallery-Dot_Background_Active-0-31-0: rgba(31, 31, 34, .75);
304
+ --triplex-next-ImageGallery-Thumb_Mask_Background-0-31-0: rgba(31, 31, 34, .25);
305
+ --triplex-next-ImageGallery-Accent_Color-0-31-0: #21A19A;
306
+ --triplex-next-LightBox-Backdrop_Background-0-31-0: rgba(31, 31, 34, .75);
307
+ --triplex-next-LightBox-Content_Background-0-31-0: #EAEDF1;
308
+ --triplex-next-Link-BorderColor_Focus-0-31-0: 0 0 0 1px #FFD169 inset;
309
+ --triplex-next-Link-Text_Color_Active-0-31-0: #007777;
310
+ --triplex-next-Link-Text_Color_Default-0-31-0: #008985;
311
+ --triplex-next-Link-Text_Color_Hover-0-31-0: #21A19A;
312
+ --triplex-next-ListItem-Background-0-31-0: #FFFFFF;
313
+ --triplex-next-ListItem-Background_Dragging-0-31-0: #FFFFFF;
314
+ --triplex-next-ListItem-Background_Selected-0-31-0: #F2F4F7;
315
+ --triplex-next-ListItem-Background_Hover-0-31-0: #F2F4F7;
316
+ --triplex-next-ListItem-Shadow_Dragging-0-31-0: 0 2px 7px rgba(31, 31, 34, 0.25);
317
+ --triplex-next-ListItemControlsButton-Background_Active-0-31-0: #DCDFE4;
318
+ --triplex-next-ListItemControlsButton-Background_Default-0-31-0: #F2F4F7;
319
+ --triplex-next-ListItemControlsButton-Background_Hover-0-31-0: #EAEDF1;
320
+ --triplex-next-ListItemControlsButton-Color_Active-0-31-0: #007777;
321
+ --triplex-next-ListItemControlsButton-Color_Default-0-31-0: #008985;
322
+ --triplex-next-ListItemControlsButton-Color_Hover-0-31-0: #21A19A;
323
+ --triplex-next-ListMaster-Background-0-31-0: #FFFFFF;
324
+ --triplex-next-ListMaster-Footer_Background-0-31-0: #FFFFFF;
325
+ --triplex-next-ListMaster-Footer_Shadow-0-31-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
326
+ --triplex-next-ListMaster-Header_Background-0-31-0: #FFFFFF;
327
+ --triplex-next-ListMaster-Header_Shadow-0-31-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
328
+ --triplex-next-Loader-Element_Background_Brand-0-31-0: #21A19A;
329
+ --triplex-next-Loader-Element_Background_Neutral-0-31-0: rgba(255, 255, 255, 1);
330
+ --triplex-next-Loader-Middle_Background_Default-0-31-0: #EEF0F4;
331
+ --triplex-next-LoaderScreen-Small_Backdrop_Default-0-31-0: rgba(255, 255, 255, .75);
332
+ --triplex-next-LoaderScreen-Middle_Backdrop_Default-0-31-0: rgba(255, 255, 255, .75);
333
+ --triplex-next-LoaderScreen-Middle_Background_Default-0-31-0: #EEF0F4;
334
+ --triplex-next-Marker-Background_Error-0-31-0: #E60037;
335
+ --triplex-next-Marker-Background_Success-0-31-0: #21A19A;
336
+ --triplex-next-Marker-Background_Waiting-0-31-0: #8291B3;
337
+ --triplex-next-Marker-Background_Warning-0-31-0: #FD6508;
338
+ --triplex-next-MarkerStatus-Description_Color-0-31-0: rgba(0, 0, 0, 0.55);
339
+ --triplex-next-ModalWindow-Background-0-31-0: #EAEDF1;
340
+ --triplex-next-ModalWindow-Backdrop_Background-0-31-0: rgba(79, 79, 82, .5);
341
+ --triplex-next-MultiselectField-Divider_Color-0-31-0: #D6D9E0;
342
+ --triplex-next-Notification-Background-0-31-0: #FFFFFF;
343
+ --triplex-next-Notification-Color-0-31-0: #1F1F22;
344
+ --triplex-next-Notification-TimeColor-0-31-0: rgba(31, 31, 34, 0.65);
345
+ --triplex-next-Notification-Shadow-0-31-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
346
+ --triplex-next-Overlay-Background-0-31-0: rgba(255, 255, 255, .8);
347
+ --triplex-next-Overlay-Panel_Background-0-31-0: #FFFFFF;
348
+ --triplex-next-Pagination-PageButton_Background_Active-0-31-0: #E3E6EA;
349
+ --triplex-next-Pagination-PageButton_Background_Hover-0-31-0: #F2F4F7;
350
+ --triplex-next-Pagination-PageButton_Background_Selected-0-31-0: #E3E6EA;
351
+ --triplex-next-Pagination-PageButton_BorderColor_Focus-0-31-0: #FFD169;
352
+ --triplex-next-Radio-Background_Checked_Default-0-31-0: #21A19A;
353
+ --triplex-next-Radio-Background_Checked_Disabled-0-31-0: #EAEDF1;
354
+ --triplex-next-Radio-Background_Checked_Hover-0-31-0: #007777;
355
+ --triplex-next-Radio-Background_Default-0-31-0: #F2F4F7;
356
+ --triplex-next-Radio-Background_Disabled-0-31-0: #F2F4F7;
357
+ --triplex-next-Radio-Background_Hover-0-31-0: #19BDB0;
358
+ --triplex-next-Radio-BorderColor_Default-0-31-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
359
+ --triplex-next-Radio-BorderColor_Disabled-0-31-0: 0 0 0 1px #E3E6EA inset;
360
+ --triplex-next-Radio-BorderColor_Focused-0-31-0: 0 0 0 1px #FFD169 inset;
361
+ --triplex-next-Radio-BorderColor_Checked_Default-0-31-0: none;
362
+ --triplex-next-Radio-BorderColor_Checked_Disabled-0-31-0: none;
363
+ --triplex-next-Radio-Dot_Default-0-31-0: rgba(255, 255, 255, 1);
364
+ --triplex-next-Radio-Dot_Disabled-0-31-0: rgba(31, 31, 34, .15);
365
+ --triplex-next-SegmentedControl-General_1_Background-0-31-0: #F2F4F7;
366
+ --triplex-next-SegmentedControl-General_2_Background-0-31-0: #FFFFFF;
367
+ --triplex-next-SegmentedControl-Secondary_1_Background-0-31-0: #F2F4F7;
368
+ --triplex-next-SegmentedControl-Secondary_2_Background-0-31-0: #FFFFFF;
369
+ --triplex-next-SegmentedControlSegment-General_1_Color_Default-0-31-0: rgba(31, 31, 34, .65);
370
+ --triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-31-0: rgba(31, 31, 34, 1);
371
+ --triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-31-0: rgba(31, 31, 34, .15);
372
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-31-0: rgba(255, 255, 255, 1);
373
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-31-0: rgba(255, 255, 255, 1);
374
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-31-0: rgba(255, 255, 255, .25);
375
+ --triplex-next-SegmentedControlSegment-General_1_Background_Default-0-31-0: #F2F4F7;
376
+ --triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-31-0: #DFE2E7;
377
+ --triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-31-0: #F2F4F7;
378
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-31-0: #3B3B3E;
379
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-31-0: #49494C;
380
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-31-0: #343437;
381
+ --triplex-next-SegmentedControlSegment-General_2_Color_Default-0-31-0: rgba(31, 31, 34, .65);
382
+ --triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-31-0: rgba(31, 31, 34, 1);
383
+ --triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-31-0: rgba(31, 31, 34, .15);
384
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-31-0: rgba(255, 255, 255, 1);
385
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-31-0: rgba(255, 255, 255, 1);
386
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-31-0: rgba(255, 255, 255, .25);
387
+ --triplex-next-SegmentedControlSegment-General_2_Background_Default-0-31-0: #FFFFFF;
388
+ --triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-31-0: #EEF0F4;
389
+ --triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-31-0: #FFFFFF;
390
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-31-0: #3B3B3E;
391
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-31-0: #49494C;
392
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-31-0: #343437;
393
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-31-0: rgba(31, 31, 34, .65);
394
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-31-0: rgba(31, 31, 34, 1);
395
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-31-0: rgba(31, 31, 34, .15);
396
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-31-0: rgba(31, 31, 34, 1);
397
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-0-31-0: rgba(31, 31, 34, 1);
398
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-31-0: rgba(31, 31, 34, .15);
399
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-31-0: #F2F4F7;
400
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-31-0: #DFE2E7;
401
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-31-0: #F2F4F7;
402
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-31-0: #FFFFFF;
403
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-0-31-0: #DFE2E7;
404
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-31-0: #FFFFFF;
405
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-31-0: rgba(31, 31, 34, .65);
406
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-31-0: rgba(31, 31, 34, 1);
407
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-31-0: rgba(31, 31, 34, .15);
408
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-31-0: rgba(31, 31, 34, 1);
409
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-0-31-0: rgba(31, 31, 34, 1);
410
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-31-0: rgba(31, 31, 34, .15);
411
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-31-0: #FFFFFF;
412
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-31-0: #EEF0F4;
413
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-31-0: #FFFFFF;
414
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-31-0: #E3E6EA;
415
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-0-31-0: #D6D9E0;
416
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-31-0: #F2F4F7;
417
+ --triplex-next-SegmentedControlSegment-BorderColor_Default-0-31-0: transparent;
418
+ --triplex-next-SegmentedControlSegment-BorderColor_Focus-0-31-0: #FFD169;
419
+ --triplex-next-Skeleton-BackgroundColor_Light_Start-0-31-0: #F2F4F7;
420
+ --triplex-next-Skeleton-BackgroundColor_Light_End-0-31-0: #DFE2E7;
421
+ --triplex-next-Skeleton-BackgroundColor_Dark_Start-0-31-0: rgba(31, 31, 34, .05);
422
+ --triplex-next-Skeleton-BackgroundColor_Dark_End-0-31-0: rgba(31, 31, 34, .15);
423
+ --triplex-next-SmallInput-Background-0-31-0: #F2F4F7;
424
+ --triplex-next-SmallInput-Color-0-31-0: rgba(31, 31, 34, 1);
425
+ --triplex-next-SmallInput-PlaceholderColor-0-31-0: rgba(31, 31, 34, .65);
426
+ --triplex-next-SmallInput-Shadow-0-31-0: 0 0 0 1px rgba(33, 161, 154) inset;
427
+ --triplex-next-SMSField-Refresh_Fill_Empty-0-31-0: rgba(31, 31, 34, .35);
428
+ --triplex-next-SMSField-Refresh_Fill_Full-0-31-0: #008985;
429
+ --triplex-next-SMSField-Refresh_Disabled-0-31-0: rgba(31, 31, 34, .15);
430
+ --triplex-next-SMSField-Submit_Background_Default-0-31-0: rgba(31, 31, 34, .15);
431
+ --triplex-next-SMSField-Submit_Background_Hover-0-31-0: #19BDB0;
432
+ --triplex-next-SMSField-Submit_Background_Active-0-31-0: #21A19A;
433
+ --triplex-next-Slider-Dot_Background_Default-0-31-0: #21A19A;
434
+ --triplex-next-Slider-Dot_Background_Disabled-0-31-0: #F2F4F7;
435
+ --triplex-next-Slider-Dot_Background_Hover-0-31-0: #19BDB0;
436
+ --triplex-next-Slider-Dot_Background_Select-0-31-0: #007777;
437
+ --triplex-next-Slider-Dot_Focus-0-31-0: #FFD169;
438
+ --triplex-next-Slider-Dot_Inner_Background-0-31-0: #FFFFFF;
439
+ --triplex-next-Slider-Dot_Inner_Background_Disabled-0-31-0: rgba(31, 31, 34, .15);
440
+ --triplex-next-Slider-Mark_Dot_Background_Default-0-31-0: #DCDFE4;
441
+ --triplex-next-Slider-Mark_Dot_Background_Selected-0-31-0: #21A19A;
442
+ --triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-31-0: #E7E9EE;
443
+ --triplex-next-Slider-Rail_Background-0-31-0: #DCDFE4;
444
+ --triplex-next-Slider-Rail_Background_Disabled-0-31-0: #DCDFE4;
445
+ --triplex-next-Slider-Tooltip_Background-0-31-0: #1B1B1D;
446
+ --triplex-next-Slider-Tooltip_Color-0-31-0: rgba(255, 255, 255, 1);
447
+ --triplex-next-Slider-Track_Background_Default-0-31-0: #21A19A;
448
+ --triplex-next-Slider-Track_Background_Disabled-0-31-0: #E7E9EE;
449
+ --triplex-next-Slider-Track_Background_Hover-0-31-0: #007777;
450
+ --triplex-next-StatusTracker-Draft_Background-0-31-0: rgba(255, 255, 255, .15);
451
+ --triplex-next-StatusTracker-Warning_Background-0-31-0: #FF7A17;
452
+ --triplex-next-StatusTracker-Waiting_Background-0-31-0: #BFCADF;
453
+ --triplex-next-StatusTracker-Rejected_Background-0-31-0: #FF5571;
454
+ --triplex-next-StatusTracker-Approved_Background-0-31-0: #00D67D;
455
+ --triplex-next-StatusTracker-Waiting_Color-0-31-0: #A9B6D0;
456
+ --triplex-next-StatusTracker-Rejected_Color-0-31-0: #FFB1C1;
457
+ --triplex-next-StatusTracker-Approved_Color-0-31-0: #00D67D;
458
+ --triplex-next-StatusTracker-Border_Color-0-31-0: #FFFFFF;
459
+ --triplex-next-Step-Color_Active-0-31-0: #008985;
460
+ --triplex-next-Step-Color_Default-0-31-0: rgba(31, 31, 34, .65);
461
+ --triplex-next-Step-Color_Disabled-0-31-0: #FFFFFF;
462
+ --triplex-next-Step-Color_Done-0-31-0: #FFFFFF;
463
+ --triplex-next-Step-Color_Error-0-31-0: rgba(255, 255, 255, 1);
464
+ --triplex-next-Step-Color_Warning-0-31-0: rgba(255, 255, 255, 1);
465
+ --triplex-next-Step-Background_Active-0-31-0: #E3FFFA;
466
+ --triplex-next-Step-Background_Default-0-31-0: rgba(31, 31, 34, .05);
467
+ --triplex-next-Step-Background_Disabled-0-31-0: rgba(31, 31, 34, .15);
468
+ --triplex-next-Step-Background_Done-0-31-0: #008985;
469
+ --triplex-next-Step-Background_Error-0-31-0: #D10032;
470
+ --triplex-next-Step-Background_Warning-0-31-0: #EF4C01;
471
+ --triplex-next-Stepper-Step_Background_Default-0-31-0: #F2F4F7;
472
+ --triplex-next-Stepper-Step_Background_Hover-0-31-0: #EAEDF1;
473
+ --triplex-next-Stepper-Step_Background_Disabled-0-31-0: #F2F4F7;
474
+ --triplex-next-Stepper-Step_Background_Error-0-31-0: #FFF0F3;
475
+ --triplex-next-Stepper-Step_Background_Error_Hover-0-31-0: #FCE0E6;
476
+ --triplex-next-Stepper-Step_Background_Warning-0-31-0: #FFF4DB;
477
+ --triplex-next-Stepper-Step_Background_Warning_Hover-0-31-0: #FCEAC7;
478
+ --triplex-next-Stepper-Step_BorderColor_Focus-0-31-0: #FFD169;
479
+ --triplex-next-Stepper-Step_BorderColor_Error-0-31-0: #E60037;
480
+ --triplex-next-Stepper-Step_BorderColor_Warning-0-31-0: #FD6508;
481
+ --triplex-next-Stepper-Step_BorderColor_Success-0-31-0: #21A19A;
482
+ --triplex-next-Stepper-Step_Color_Default-0-31-0: rgba(31, 31, 34, .65);
483
+ --triplex-next-Stepper-Step_Color_Hover-0-31-0: rgba(31, 31, 34, 1);
484
+ --triplex-next-Stepper-Step_Color_Disabled-0-31-0: rgba(31, 31, 34, .35);
485
+ --triplex-next-Stepper-ButtonWrapper_Background_Prev-0-31-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-0-31-0: linear-gradient(to left, rgba(255,255,255,1) 39.06%, rgba(255,255,255,0) 100%);
487
+ --triplex-next-TableBasic-Background_Hover-0-31-0: #E3E6EA;
488
+ --triplex-next-TableBasic-Background_Selected-0-31-0: #DCDFE4;
489
+ --triplex-next-TableBasic-Color-0-31-0: rgba(31, 31, 34, 1);
490
+ --triplex-next-TableBasic-Header_Background-0-31-0: #E7E9EE;
491
+ --triplex-next-TableBasic-TableFooter_Background-0-31-0: #E7E9EE;
492
+ --triplex-next-TableBasic-TableFooter_Highlight-0-31-0: linear-gradient(transparent, #FFFFFF);
493
+ --triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-31-0: #D6D9E0;
494
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-31-0: #FFFFFF;
495
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-31-0: #EAEDF1;
496
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-31-0: #FFFFFF;
497
+ --triplex-next-Tabs-Type1_Background-0-31-0: #F2F4F7;
498
+ --triplex-next-Tabs-Type2_Background-0-31-0: #FFFFFF;
499
+ --triplex-next-Tabs-Type1_Tab_Background_Default-0-31-0: #F2F4F7;
500
+ --triplex-next-Tabs-Type2_Tab_Background_Default-0-31-0: #FFFFFF;
501
+ --triplex-next-Tabs-Type1_Tab_Background_Selected-0-31-0: #DCDFE4;
502
+ --triplex-next-Tabs-Type2_Tab_Background_Selected-0-31-0: #E3E6EA;
503
+ --triplex-next-Tabs-Type1_Tab_Background_Hover-0-31-0: #E3E6EA;
504
+ --triplex-next-Tabs-Type2_Tab_Background_Hover-0-31-0: #EEF0F4;
505
+ --triplex-next-Tabs-Tab_BorderColor_Default-0-31-0: transparent;
506
+ --triplex-next-Tabs-Tab_BorderColor_Focus-0-31-0: #FFD169;
507
+ --triplex-next-Tag-Background-0-31-0: #DFE2E7;
508
+ --triplex-next-TagColor-Background_Default-0-31-0: #EEF3FC;
509
+ --triplex-next-TagColor-Background_Success-0-31-0: #E3FFFA;
510
+ --triplex-next-TagColor-Background_Info-0-31-0: #E3F6FF;
511
+ --triplex-next-TagColor-Background_Warning-0-31-0: #FFF4DB;
512
+ --triplex-next-TagColor-Background_Error-0-31-0: #FFF0F3;
513
+ --triplex-next-TagColor-Text_Color_Default-0-31-0: rgba(31, 31, 34, .75);
514
+ --triplex-next-TabsLine-BorderColor_Active-0-31-0: #21A19A;
515
+ --triplex-next-TabsLine-BorderColor_Hover-0-31-0: #19BDB0;
516
+ --triplex-next-TabsLine-Separator_Color-0-31-0: #D6D9E0;
517
+ --triplex-next-TabsLine-Shadow_Focus-0-31-0: 0 0 0 1px #FFDD64 inset;
518
+ --triplex-next-Tooltip-Background-0-31-0: #1B1B1D;
519
+ --triplex-next-Tooltip-Color-0-31-0: rgba(255, 255, 255, 1);
520
+ --triplex-next-Tooltip-Link_Desktop_Color_Active-0-31-0: #008985;
521
+ --triplex-next-Tooltip-Link_Desktop_Color_Default-0-31-0: #19BDB0;
522
+ --triplex-next-Tooltip-Link_Desktop_Color_Hover-0-31-0: #4BD9CF;
523
+ --triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-31-0: 0 0 0 1px #FFD169;
524
+ --triplex-next-Tooltip-Link_Mobile_Color_Active-0-31-0: #007777;
525
+ --triplex-next-Tooltip-Link_Mobile_Color_Default-0-31-0: #008985;
526
+ --triplex-next-Tooltip-Link_Mobile_Color_Hover-0-31-0: #21A19A;
527
+ --triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-31-0: 0 0 0 1px #FFDD64;
528
+ --triplex-next-TopOverlay-Background-0-31-0: rgba(79,79,82,.15);
529
+ --triplex-next-Typography-Primary_Color-0-31-0: rgba(31, 31, 34, 1);
530
+ --triplex-next-Typography-Complementary_Color-0-31-0: rgba(31, 31, 34, .85);
531
+ --triplex-next-Typography-Secondary_Color-0-31-0: rgba(31, 31, 34, .65);
532
+ --triplex-next-Typography-Tertiary_Color-0-31-0: rgba(31, 31, 34, .55);
533
+ --triplex-next-Typography-Disabled_Color-0-31-0: rgba(31, 31, 34, .35);
534
+ --triplex-next-Typography-Brand_Color-0-31-0: #008985;
535
+ --triplex-next-Typography-Info_Color-0-31-0: #0E57CC;
536
+ --triplex-next-Typography-Success_Color-0-31-0: #008B5C;
537
+ --triplex-next-Typography-Error_Color-0-31-0: #D10032;
538
+ --triplex-next-Typography-Warning_Color-0-31-0: #EF4C01;
539
+ --triplex-next-Typography-System_Color-0-31-0: #697591;
540
+ --triplex-next-Typography-PrimaryInvert_Color-0-31-0: rgba(255, 255, 255, 1);
541
+ --triplex-next-Typography-ComplementaryInvert_Color-0-31-0: rgba(255, 255, 255, .75);
542
+ --triplex-next-Typography-SecondaryInvert_Color-0-31-0: rgba(255, 255, 255, .55);
543
+ --triplex-next-Typography-TertiaryInvert_Color-0-31-0: rgba(255, 255, 255, .45);
544
+ --triplex-next-Typography-DisabledInvert_Color-0-31-0: rgba(255, 255, 255, .25);
545
+ --triplex-next-Typography-BrandInvert_Color-0-31-0: #19BDB0;
546
+ --triplex-next-Typography-InfoInvert_Color-0-31-0: #1297FE;
547
+ --triplex-next-Typography-SuccessInvert_Color-0-31-0: #00D67D;
548
+ --triplex-next-Typography-ErrorInvert_Color-0-31-0: #F80C45;
549
+ --triplex-next-Typography-WarningInvert_Color-0-31-0: #FF7A17;
550
+ --triplex-next-Typography-SystemInvert_Color-0-31-0: #95A3C1;
551
+ --triplex-next-UploadZone-Background_Default-0-31-0: #F2F4F7;
552
+ --triplex-next-UploadZone-Background_Hover-0-31-0: #EAEDF1;
553
+ --triplex-next-UploadZone-BorderColor_Default-0-31-0: #2D2D30;
554
+ --triplex-next-UploadZone-DragArea_Background-0-31-0: #F2F4F7;
555
+ --triplex-next-UploadZone-DragArea_BorderColor-0-31-0: #21A19A;}
556
+ .underline__fa4802b7{text-decoration:underline}.strikethrough__46980511{text-decoration:line-through}.underlineStrikethrough__e17de201{text-decoration:underline line-through}.typography__90c2c228.primary__db6b3fd0{color:var(--triplex-next-Typography-Primary_Color-0-31-0)}.typography__90c2c228.primaryInvert__8011c2f3{color:var(--triplex-next-Typography-PrimaryInvert_Color-0-31-0)}.typography__90c2c228.complementary__3d815eff{color:var(--triplex-next-Typography-Complementary_Color-0-31-0)}.typography__90c2c228.complementaryInvert__967a8fcf{color:var(--triplex-next-Typography-ComplementaryInvert_Color-0-31-0)}.typography__90c2c228.secondary__f2b4fad8{color:var(--triplex-next-Typography-Secondary_Color-0-31-0)}.typography__90c2c228.secondaryInvert__81a3a5c9{color:var(--triplex-next-Typography-SecondaryInvert_Color-0-31-0)}.typography__90c2c228.tertiary__902ceac8{color:var(--triplex-next-Typography-Tertiary_Color-0-31-0)}.typography__90c2c228.tertiaryInvert__6517569c{color:var(--triplex-next-Typography-TertiaryInvert_Color-0-31-0)}.typography__90c2c228.disabled__fcc864c9{color:var(--triplex-next-Typography-Disabled_Color-0-31-0)}.typography__90c2c228.disabledInvert__b26719b9{color:var(--triplex-next-Typography-DisabledInvert_Color-0-31-0)}.typography__90c2c228.brand__862b1fe8{color:var(--triplex-next-Typography-Brand_Color-0-31-0);-webkit-user-select:none;user-select:none}.typography__90c2c228.brandInvert__b727a029{color:var(--triplex-next-Typography-BrandInvert_Color-0-31-0)}.typography__90c2c228.info__f1d76513{color:var(--triplex-next-Typography-Info_Color-0-31-0)}.typography__90c2c228.infoInvert__cd36709b{color:var(--triplex-next-Typography-InfoInvert_Color-0-31-0)}.typography__90c2c228.success__9d52c089{color:var(--triplex-next-Typography-Success_Color-0-31-0)}.typography__90c2c228.successInvert__a679231d{color:var(--triplex-next-Typography-SuccessInvert_Color-0-31-0)}.typography__90c2c228.error__0de4b7f4{color:var(--triplex-next-Typography-Error_Color-0-31-0)}.typography__90c2c228.errorInvert__03f9f186{color:var(--triplex-next-Typography-ErrorInvert_Color-0-31-0)}.typography__90c2c228.warning__75ab0717{color:var(--triplex-next-Typography-Warning_Color-0-31-0)}.typography__90c2c228.warningInvert__33f8b937{color:var(--triplex-next-Typography-WarningInvert_Color-0-31-0)}.typography__90c2c228.system__9387a442{color:var(--triplex-next-Typography-System_Color-0-31-0)}.typography__90c2c228.systemInvert__9803f914{color:var(--triplex-next-Typography-SystemInvert_Color-0-31-0)}.typography__90c2c228.compact__300aaa23{line-height:calc(16 / 14)}.caption__92b81d7a.regular__6897fc77{font-family:SBSansText,Arial,sans-serif}.caption__92b81d7a.semibold__b5c8c31a{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.c1__18a8168f{font-size:10px;line-height:12px}.c2__fa8ec814{font-size:8px;line-height:10px}.d1__513519cf{font-size:32px;line-height:40px}.d1__513519cf.regular__6897fc77{font-family:SBSansDisplay,Arial,sans-serif}.d1__513519cf.semibold__b5c8c31a{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.codeText__8eb35d4d{font-family:SBSansTextMono,Arial,monospace;font-size:14px;line-height:20px;font-weight:400}.text__f0e5ebbc{outline:none}.text__f0e5ebbc.regular__6897fc77{font-family:SBSansText,Arial,sans-serif}.text__f0e5ebbc.semibold__b5c8c31a{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.b1__18b3c220{font-size:18px;line-height:24px}.b2__8302b9cc{font-size:16px;line-height:20px}.b3__6855bd49{font-size:14px;line-height:20px}.b3__6855bd49.compact__300aaa23{line-height:16px}.b4__c9d31b90{font-size:12px;line-height:16px}.title__c7e38536{outline:none}.title__c7e38536.regular__6897fc77{font-family:SBSansDisplay,Arial,sans-serif;font-weight:400}.title__c7e38536.semibold__b5c8c31a{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.title__c7e38536.medium__4dbdb3b2{font-family:SBSansDisplayMedium,Arial,sans-serif;font-weight:500}.title__c7e38536.bold__e309e998{font-family:SBSansDisplayBold,Arial,sans-serif;font-weight:700}.h1__8078147d,.h2__af128558,.h3__14ba42ee{margin:0}.h1__8078147d{font-size:28px;line-height:36px}.h2__af128558{font-size:24px;line-height:32px}.h3__14ba42ee{font-size:20px;line-height:28px}.formFieldInput__c76fb462{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-0-31-0)}.formFieldInput__c76fb462.sm__792d82d9{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__c76fb462.md__b8eea7f5{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__c76fb462.lg__1afbec6a{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldInput__c76fb462:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-31-0)}.formFieldInput__c76fb462::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-31-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__c76fb462:focus{outline:none}.formFieldInput__c76fb462:focus::placeholder{opacity:1}.formFieldInput__c76fb462:-webkit-autofill{animation-name:autofill-applied-hook__96a83ab3;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__c76fb462:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__a3189b90;animation-duration:1ms}.disableInteraction__b3d12b48{pointer-events:none}.displayContents__afe00a9f{display:contents}.buttonIcon__dc975197{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__dc975197:enabled{cursor:pointer}.buttonIcon__dc975197.circle__7bb41c95{border-radius:50%}.buttonIcon__dc975197.squircle__1ecb6715{border-radius:4px}.buttonIcon__dc975197:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-0-31-0)}.formFieldClear__81372f0e{visibility:hidden;opacity:0;transition:visibility,opacity;transition-duration:.3s;pointer-events:none}.formFieldClear__81372f0e:focus{visibility:visible;opacity:1;pointer-events:auto}.formFieldCounter__da4e2e10{padding-left:4px;margin-left:auto}.formFieldDescription__86dbea9c{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__86dbea9c.withCounter__d3940631{display:flex}.formFieldLabel__c752699b{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__c752699b.sm__792d82d9{top:6px}.formFieldLabel__c752699b.md__b8eea7f5{top:10px}.formFieldLabel__c752699b.lg__1afbec6a{top:18px}.formFieldLabel__c752699b.lg__1afbec6a.floating__b623ffd9{top:10px}.formFieldLabelText__b5c16cec{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-0-31-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__792d82d9 .formFieldLabelText__b5c16cec{font-size:12px;line-height:16px}.md__b8eea7f5 .formFieldLabelText__b5c16cec{font-size:14px;line-height:20px}.lg__1afbec6a .formFieldLabelText__b5c16cec{font-size:16px;line-height:20px}.floating__b623ffd9 .formFieldLabelText__b5c16cec{font-size:12px;line-height:16px}.floating__b623ffd9.sm__792d82d9 .formFieldLabelText__b5c16cec,.floating__b623ffd9.md__b8eea7f5 .formFieldLabelText__b5c16cec{display:none}.disabled__e1cdc7ab .formFieldLabelText__b5c16cec{color:var(--triplex-next-FormField-Label_Color_Disabled-0-31-0)}.formFieldMaskedInputWrapper__d4cd601f{position:relative}.formFieldMaskedInputWrapper__d4cd601f .formFieldMaskedInputPlaceholder__7050ab64{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__d4cd601f .formFieldMaskedInputPlaceholder__7050ab64::placeholder{opacity:1}.formFieldMaskedInputWrapper__d4cd601f .formFieldMaskedInputPlaceholder__7050ab64:disabled{visibility:hidden}.formFieldMaskedInputWrapper__d4cd601f.size-sm__919e421c{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__d4cd601f.size-sm__919e421c .formFieldMaskedInputPlaceholder__7050ab64{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__d4cd601f.size-md__1a3d1a66{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__d4cd601f.size-md__1a3d1a66 .formFieldMaskedInputPlaceholder__7050ab64{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__d4cd601f.size-lg__ae6735ee{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__d4cd601f.size-lg__ae6735ee .formFieldMaskedInputPlaceholder__7050ab64{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__d4cd601f .formFieldMaskedInput__c1957155{display:block;position:relative;background:none!important}.formFieldPostfix__79bc4087{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__f15f4dd5{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldTarget__0e6a8315{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-0-31-0);overflow:hidden;white-space:nowrap}.formFieldTarget__0e6a8315.sm__792d82d9{font-size:12px;height:28px;line-height:16px}.formFieldTarget__0e6a8315.md__b8eea7f5{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__0e6a8315.lg__1afbec6a{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__0e6a8315.placeholder__4ecb506f{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-0-31-0)}.formFieldTarget__0e6a8315.disabled__e1cdc7ab{color:var(--triplex-next-FormField-Target_Color_Disabled-0-31-0)}.formFieldTarget__0e6a8315 .placeholderWrapper__7a99e6f6{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__0e6a8315:focus{outline:none}.formFieldTarget__0e6a8315:focus .placeholderWrapper__7a99e6f6,.formFieldTarget__0e6a8315.active__be5cf051 .placeholderWrapper__7a99e6f6{opacity:1}.formFieldTextarea__101df65b{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-0-31-0);vertical-align:top;font-family:inherit}.formFieldTextarea__101df65b.sm__792d82d9{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__101df65b.md__b8eea7f5{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__101df65b.lg__1afbec6a{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__101df65b::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-31-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__101df65b:focus{outline:none}.formFieldTextarea__101df65b:focus::placeholder{opacity:1}.formFieldTextarea__101df65b:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-31-0)}.formFieldTextarea__101df65b:-webkit-autofill{animation-name:autofill-applied-hook__96a83ab3;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldTextarea__101df65b:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__a3189b90;animation-duration:1ms}@keyframes autofill-applied-hook__96a83ab3{0%{transform:none}}@keyframes autofill-cancelled-hook__a3189b90{0%{transform:none}}.formField__5012e20c{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__5012e20c.sm__792d82d9{border-radius:6px}.formField__5012e20c.md__b8eea7f5{border-radius:8px}.formField__5012e20c.lg__1afbec6a{border-radius:10px}.formField__5012e20c.default__5985cccc{background:var(--triplex-next-FormField-Background_Default-0-31-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-0-31-0)}.formField__5012e20c:hover{background:var(--triplex-next-FormField-Background_Hover-0-31-0)}.formField__5012e20c.active__be5cf051{background:var(--triplex-next-FormField-Background_Active-0-31-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-0-31-0)}.formField__5012e20c.active__be5cf051 .formFieldInput__c76fb462::placeholder,.formField__5012e20c.active__be5cf051 .formFieldTextarea__101df65b::placeholder{opacity:1}.formField__5012e20c.disabled__e1cdc7ab{background:var(--triplex-next-FormField-Background_Disabled-0-31-0)}.formField__5012e20c.error__757da270{background:var(--triplex-next-FormField-Background_Error-0-31-0)}.formField__5012e20c.error__757da270:hover{background:var(--triplex-next-FormField-Background_Error_Hover-0-31-0)}.formField__5012e20c.error__757da270.active__be5cf051{background:var(--triplex-next-FormField-Background_Error-0-31-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-0-31-0)}.formField__5012e20c.warning__e060230f{background:var(--triplex-next-FormField-Background_Warning-0-31-0)}.formField__5012e20c.warning__e060230f:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-0-31-0)}.formField__5012e20c.warning__e060230f.active__be5cf051{background:var(--triplex-next-FormField-Background_Warning-0-31-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-0-31-0)}.formField__5012e20c.filled__f8357f3d:not(.disabled__e1cdc7ab):hover .formFieldClear__81372f0e,.formField__5012e20c.filled__f8357f3d:not(.disabled__e1cdc7ab).active__be5cf051 .formFieldClear__81372f0e{visibility:visible;opacity:1;pointer-events:auto}.dropdownDesktop__5231d05b{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-0-31-0);background-color:var(--triplex-next-Dropdown-Background-0-31-0)}.dropdownDesktop__5231d05b.sm__dd8ea9ea{border-radius:6px}.dropdownDesktop__5231d05b.md__68741bda{border-radius:8px}.dropdownDesktop__5231d05b.lg__a7f8adab{border-radius:10px}.dropdownDesktopOverflowHidden__4e9e9db2{overflow:hidden}.badgeDot__e4056ce9{display:inline-block;background:var(--triplex-next-Badge-Background-0-31-0);border-radius:50%}.badgeDot__e4056ce9.sm__ce10a459{width:6px;height:6px}.badgeDot__e4056ce9.md__27614f1b{width:8px;height:8px}.badgeDot__e4056ce9.lg__1127559c{width:10px;height:10px}.badgeContent__d313a2e8{display:flex}.badgeContent__d313a2e8.sm__ce10a459{padding-left:4px;padding-right:4px}.badgeContent__d313a2e8.md__27614f1b{padding-left:6px;padding-right:6px}.badgeContent__d313a2e8.lg__1127559c{padding-left:8px;padding-right:8px}.badgeContent__d313a2e8.noPaddingLeft__63068203{padding-left:0}.badgeContent__d313a2e8.noPaddingRight__66152076{padding-right:0}.badgePrefix__8380d632,.badgePostfix__cf968d01{display:contents}.badge__8b7bbf14{display:inline-flex;align-items:center;justify-content:center;position:relative;width:fit-content;white-space:nowrap;background:var(--triplex-next-Badge-Background-0-31-0)}.badge__8b7bbf14.sm__ce10a459{height:16px;border-radius:4px}.badge__8b7bbf14.md__27614f1b{height:20px;border-radius:6px}.badge__8b7bbf14.lg__1127559c{height:24px;border-radius:8px}.dropdownDesktopList__d434fa71{margin:4px;overflow:auto}.dropdownDesktopList__d434fa71 .notificationIcon__d48dc16d{position:absolute}.dropdownDesktopList__d434fa71.sm__dd8ea9ea{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__d434fa71.sm__dd8ea9ea .dropdownDesktopListItem__74c39486{padding:6px 8px;border-radius:6px}.dropdownDesktopList__d434fa71.sm__dd8ea9ea .dropdownDesktopListLoader__e5c5c8d6{margin:0 auto}.dropdownDesktopList__d434fa71.sm__dd8ea9ea .notificationIcon__d48dc16d{right:3px;top:3px}.dropdownDesktopList__d434fa71.md__68741bda{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__d434fa71.md__68741bda .dropdownDesktopListItem__74c39486{padding:7px 8px;border-radius:8px}.dropdownDesktopList__d434fa71.md__68741bda .dropdownDesktopListLoader__e5c5c8d6{margin:-2px auto}.dropdownDesktopList__d434fa71.md__68741bda .notificationIcon__d48dc16d{right:4px;top:4px}.dropdownDesktopList__d434fa71.lg__a7f8adab{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__d434fa71.lg__a7f8adab .dropdownDesktopListItem__74c39486{padding:14px 8px;border-radius:10px}.dropdownDesktopList__d434fa71.lg__a7f8adab .dropdownDesktopListLoader__e5c5c8d6{margin:-6px auto}.dropdownDesktopList__d434fa71.lg__a7f8adab .notificationIcon__d48dc16d{right:4px;top:6px}.dropdownDesktopListItem__74c39486{color:var(--triplex-next-DropdownList-Color-0-31-0);background:var(--triplex-next-DropdownList-Background_Default-0-31-0);position:relative;outline:none}.dropdownDesktopListItem__74c39486+.dropdownDesktopListItem__74c39486{margin-top:2px}.dropdownDesktopListItem__74c39486.active__70a23f0d{background:var(--triplex-next-DropdownList-Background_Active-0-31-0);cursor:pointer}.dropdownDesktopListItem__74c39486.selected__a1539bd4{background:var(--triplex-next-DropdownList-Background_Selected-0-31-0);cursor:default}.loaderSmall__38f4198a{display:flex;justify-content:center;align-items:center}.loaderSmall__38f4198a.sm__66cb8b6c{width:16px;height:16px;gap:2px}.loaderSmall__38f4198a.sm__66cb8b6c .dot__f849ce6f{width:4px;height:4px}.loaderSmall__38f4198a.md__501c5858{width:24px;height:24px;gap:3px}.loaderSmall__38f4198a.md__501c5858 .dot__f849ce6f{width:6px;height:6px}.loaderSmall__38f4198a.lg__21a825e3{width:32px;height:32px;gap:4px}.loaderSmall__38f4198a.lg__21a825e3 .dot__f849ce6f{width:8px;height:8px}.loaderSmall__38f4198a.neutral__701324bb .dot__f849ce6f{background-color:var(--triplex-next-Loader-Element_Background_Neutral-0-31-0)}.loaderSmall__38f4198a.brand__faa97cea .dot__f849ce6f{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-31-0)}.loaderSmall__38f4198a .dot__f849ce6f{border-radius:50%}.loaderSmall__38f4198a .dot1__6a43f24c{animation:dotCycleSmall__3e7b7674 .9s infinite}.loaderSmall__38f4198a .dot2__781922c8{animation:dotCycleSmall__3e7b7674 .9s infinite .15s}.loaderSmall__38f4198a .dot3__5f37455a{animation:dotCycleSmall__3e7b7674 .9s infinite .3s}@keyframes dotCycleSmall__3e7b7674{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__5eb49d99{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-0-31-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__d0c0090c{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__d0c0090c .dot__f849ce6f{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-0-31-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__d0c0090c .dot1__6a43f24c{top:0;left:0;animation:dotCycleMiddle__021eae7b 3s infinite}.loaderMiddleDots__d0c0090c .dot2__781922c8{right:0;top:0;opacity:.7;animation:dotCycleMiddle__021eae7b 3s infinite .74s}.loaderMiddleDots__d0c0090c .dot3__5f37455a{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__021eae7b 3s infinite 1.5s}.loaderMiddleDots__d0c0090c .dot4__31cb1a23{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__021eae7b 3s infinite 2.25s}.loaderMiddleDots__d0c0090c .line__15bba838{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-31-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__4dade445 3s infinite}@keyframes lineCycle__4dade445{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__021eae7b{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__05ba7d18{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__c3a3ff29{background:var(--triplex-next-DropdownMobile-Backdrop-0-31-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__c3a3ff29.closing__89af1767{opacity:0}.dropdownMobileBackdrop__c3a3ff29.opening__f4995221,.dropdownMobileBackdrop__c3a3ff29.opened__ac893409{opacity:var(--triplex-DropdownMobile-Opacity-0-31-0)}.dropdownMobile__9eb496cb{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__9eb496cb.closing__89af1767{transform:translateY(100%)}.dropdownMobile__9eb496cb.opening__f4995221,.dropdownMobile__9eb496cb.opened__ac893409{transform:translateY(0)}.dropdownMobileHeader__c8e0541b{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-0-31-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__c8e0541b .dropdownMobileHeaderContent__54e27807{display:flex;flex-grow:1;min-width:0;margin-right:12px;min-height:20px}.dropdownMobileContent__1dc60c35{background:var(--triplex-next-DropdownMobile-Content_Background-0-31-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__45066277{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-0-31-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-0-31-0);flex-shrink:1}.dropdownMobileListItem__3cca5522{position:relative;padding:16px}.dropdownMobileListItem__3cca5522.selected__a1539bd4{background:var(--triplex-next-DropdownMobileList-Selected_Background-0-31-0)}.dropdownMobileListItem__3cca5522:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-0-31-0)}.dropdownMobileBodyOverflow__8e30b999{overflow:hidden}.controlButtons__db5233e7{display:flex}.dropdownMobileLoader__741b6951{margin-right:8px}.dropdownMobileListLoader__d640f904{display:flex;justify-content:center;align-items:center;padding:16px}.notificationIcon__d48dc16d{position:absolute;right:6px;top:6px}.dropdownMobileInput__b7b0a910{width:100%;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input_Color_Default-0-31-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__b7b0a910::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-31-0);opacity:1}.dropdownMobileInput__b7b0a910::-ms-clear{display:none}.tabsLineWrapper__7e21d248[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__7e21d248[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__7e21d248[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__7e21d248[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__7e21d248{position:relative}.tabsLineWrapper__7e21d248.withSeparator__93140b03:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-0-31-0);bottom:0;left:0;right:0}.tabsLine__06c91bd2{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__06c91bd2:has(.sm__26d19537){height:28px}.tabsLine__06c91bd2:has(.md__a9f0778c){height:40px}.tabsLine__06c91bd2:has(.lg__6d3301dc){height:56px}.tab__bd5c3a7f{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__bd5c3a7f.sm__26d19537{height:28px;padding-bottom:12px}.tab__bd5c3a7f.md__a9f0778c{height:40px;padding-top:8px;padding-bottom:12px}.tab__bd5c3a7f.lg__6d3301dc{height:56px;padding-top:16px;padding-bottom:20px}.tab__bd5c3a7f::-moz-focus-inner{border:none;padding:0}.tab__bd5c3a7f:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-0-31-0)}.tab__bd5c3a7f.active__d461627e{cursor:default}.tab__bd5c3a7f: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__bd5c3a7f:hover:after,.tab__bd5c3a7f:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-0-31-0)}.tab__bd5c3a7f.active__d461627e:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-0-31-0)}.notificationIcon__393a8801{position:absolute;right:6px}.sm__26d19537 .notificationIcon__393a8801{top:0}.md__a9f0778c .notificationIcon__393a8801{top:8px}.lg__6d3301dc .notificationIcon__393a8801{top:16px}.tabsLineDropdown__df0c44f8{display:inline-block}.tabsLineDropdown__df0c44f8 .dropdownTarget__38592e37.active__d461627e{cursor:pointer}.tabsLineDropdown__df0c44f8 .dropdownTargetInner__d62145d9{display:inline-flex;align-items:center}.tabsLineDropdown__df0c44f8 .dropdownTargetCaret__5e71dfa1{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__df0c44f8 .dropdownTargetCaret__5e71dfa1.opened__dd69fe0e{transform:rotate(-180deg)}.tabsLineDropdown__df0c44f8 .dropdown__616dd942{right:0;padding:4px}.tabsLineMobileWrapper__c7da7d38{position:relative}.tabsLineMobileWrapper__c7da7d38 .tab__bd5c3a7f{flex-shrink:0}.tabsLineMobileWrapper__c7da7d38 .tab__bd5c3a7f:first-child{margin-left:16px}.tabsLineMobileWrapper__c7da7d38 .tab__bd5c3a7f:last-child{margin-right:16px}.tabsLineMobile__d72fac16{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__d72fac16::-webkit-scrollbar{display:none}.label__7c8b261b{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__7c8b261b.sm__3ae96ae5{min-width:16px;min-height:16px}.label__7c8b261b.sm__3ae96ae5.nonempty__e84b0883{padding:2px 0 2px 24px}.label__7c8b261b.md__94eb6b07{min-height:24px;min-width:24px}.label__7c8b261b.md__94eb6b07.nonempty__e84b0883{padding-left:32px;padding-top:2px}.label__7c8b261b.lg__c6b21254{min-width:28px;min-height:28px}.label__7c8b261b.lg__c6b21254.nonempty__e84b0883{padding-left:40px;padding-top:4px}.label__7c8b261b.disabled__964e907f{cursor:default}.radio__f06737d7{margin:0;opacity:0}.radioIcon__78696814{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-0-31-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-0-31-0)}.radioIcon__78696814:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-0-31-0);border-radius:50%;transform:scale(0)}.sm__3ae96ae5 .radioIcon__78696814:after{width:8px;height:8px;top:4px;left:4px}.md__94eb6b07 .radioIcon__78696814:after{width:12px;height:12px;top:6px;left:6px}.lg__c6b21254 .radioIcon__78696814:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__78696814,.radioIcon__78696814:after{pointer-events:none}.radio__f06737d7,.radioIcon__78696814{position:absolute;left:0;top:0}.sm__3ae96ae5 .radio__f06737d7,.sm__3ae96ae5 .radioIcon__78696814{width:16px;height:16px;top:2px}.md__94eb6b07 .radio__f06737d7,.md__94eb6b07 .radioIcon__78696814{width:24px;height:24px}.lg__c6b21254 .radio__f06737d7,.lg__c6b21254 .radioIcon__78696814{width:28px;height:28px}.radio__f06737d7:enabled{cursor:pointer}.radio__f06737d7:checked+.radioIcon__78696814{background:var(--triplex-next-Radio-Background_Checked_Default-0-31-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-0-31-0)}.radio__f06737d7:checked+.radioIcon__78696814:after{transform:scale(1);transition:transform .2s ease-out}.radio__f06737d7:hover+.radioIcon__78696814{background-color:var(--triplex-next-Radio-Background_Hover-0-31-0);box-shadow:none}.radio__f06737d7:disabled+.radioIcon__78696814{background:var(--triplex-next-Radio-Background_Disabled-0-31-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-0-31-0)}.radio__f06737d7:disabled:checked+.radioIcon__78696814{background:var(--triplex-next-Radio-Background_Checked_Disabled-0-31-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-0-31-0)}.radio__f06737d7:disabled+.radioIcon__78696814:after{background:var(--triplex-next-Radio-Dot_Disabled-0-31-0)}.radio__f06737d7:focus-visible+.radioIcon__78696814{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-0-31-0)}.radio__f06737d7:checked:enabled:hover+.radioIcon__78696814{background-color:var(--triplex-next-Radio-Background_Checked_Hover-0-31-0)}.radioXGroup__bb441f5e{display:inline-flex;flex-flow:row wrap}.radioXGroup__bb441f5e.indent-12__bd91d0c4{margin-left:-6px;margin-right:-6px}.radioXGroup__bb441f5e.indent-12__bd91d0c4 .label__7c8b261b{margin-left:6px;margin-right:6px}.radioXGroup__bb441f5e.indent-16__579a684b{margin-left:-8px;margin-right:-8px}.radioXGroup__bb441f5e.indent-16__579a684b .label__7c8b261b{margin-left:8px;margin-right:8px}.radioXGroup__bb441f5e.indent-20__545047bd{margin-left:-10px;margin-right:-10px}.radioXGroup__bb441f5e.indent-20__545047bd .label__7c8b261b{margin-left:10px;margin-right:10px}.radioXGroup__bb441f5e.indent-24__07cf9daf{margin-left:-12px;margin-right:-12px}.radioXGroup__bb441f5e.indent-24__07cf9daf .label__7c8b261b{margin-left:12px;margin-right:12px}.radioXGroup__bb441f5e.indent-28__68d55987{margin-left:-14px;margin-right:-14px}.radioXGroup__bb441f5e.indent-28__68d55987 .label__7c8b261b{margin-left:14px;margin-right:14px}.radioXGroup__bb441f5e.indent-32__f72ffe58{margin-left:-16px;margin-right:-16px}.radioXGroup__bb441f5e.indent-32__f72ffe58 .label__7c8b261b{margin-left:16px;margin-right:16px}.radioYGroup__49461d30{display:inline-flex;flex-flow:column wrap}.radioYGroup__49461d30 .label__7c8b261b.sm__3ae96ae5+.label__7c8b261b.sm__3ae96ae5{margin-top:8px}.radioYGroup__49461d30 .label__7c8b261b.md__94eb6b07+.label__7c8b261b.md__94eb6b07{margin-top:16px}.radioYGroup__49461d30 .label__7c8b261b.lg__c6b21254+.label__7c8b261b.lg__c6b21254{margin-top:20px}.notification__2a4c36e5{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-0-31-0);background:var(--triplex-next-Notification-Background-0-31-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-0-31-0);z-index:300}.notification__2a4c36e5:first-child{margin-top:0}.notification__2a4c36e5.extraBottomPadding__72a411b6{padding-bottom:24px}.notification__2a4c36e5 .notificationHeader__497781c0{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-0-31-0);width:100%;margin-top:0;margin-bottom:8px}.notification__2a4c36e5 .notificationIcon__2d87525b{line-height:0}.notification__2a4c36e5 .notificationBody__f4e91320{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__2a4c36e5 .notificationBodyList__55c57a3e{margin-top:8px}.notification__2a4c36e5 .notificationClose__ed0718c0{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__2a4c36e5.showCloseOnHover__969c8a05 .notificationClose__ed0718c0{opacity:0}.notification__2a4c36e5.showCloseOnHover__969c8a05:hover{cursor:pointer}.notification__2a4c36e5.showCloseOnHover__969c8a05:hover .notificationClose__ed0718c0{opacity:1}.notification__2a4c36e5 .notificationFooter__8fcac58c{display:flex;align-items:center;margin-top:16px}.notification__2a4c36e5 .notificationFooter__8fcac58c button+a{margin-left:16px}.notification__2a4c36e5 .notificationTime__712dd5ad{font-size:12px;color:var(--triplex-next-Notification-TimeColor-0-31-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__301dd220{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__301dd220:hover{cursor:pointer}.notificationGroupedWrapper__301dd220 .notificationGroupedFooterItem__a061c4d7{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-0-31-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-0-31-0)}.notificationGroupedWrapper__301dd220 .notificationGroupedFooterItem__a061c4d7.first__03c53f82{bottom:-8px;z-index:200}.notificationGroupedWrapper__301dd220 .notificationGroupedFooterItem__a061c4d7.second__21d2f83e{bottom:-16px;z-index:100}@media(max-width:767px){.notification__2a4c36e5,.notificationGroupedWrapper__301dd220{width:100%}}.unorderedListItem__ced78efe:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__ced78efe+.unorderedListItem__ced78efe{margin-top:8px}.unorderedList__19cdfe24{position:relative;margin:0;padding-left:14px;list-style:none}.button__38d095af.general__2b6a1ac5{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-0-31-0);color:var(--triplex-next-Button-General_Color_Default-0-31-0)}.button__38d095af.general__2b6a1ac5:hover{background:var(--triplex-next-Button-General_Background_Hover-0-31-0);color:var(--triplex-next-Button-General_Color_Hover-0-31-0)}.button__38d095af.general__2b6a1ac5.expanded__8a9be1be,.button__38d095af.general__2b6a1ac5:active{background:var(--triplex-next-Button-General_Background_Active-0-31-0);color:var(--triplex-next-Button-General_Color_Active-0-31-0)}.button__38d095af.general__2b6a1ac5:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-0-31-0)}.button__38d095af.general__2b6a1ac5:disabled{background:var(--triplex-next-Button-General_Background_Disabled-0-31-0);color:var(--triplex-next-Button-General_Color_Disabled-0-31-0)}.button__38d095af.secondary__7e251003{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-0-31-0);color:var(--triplex-next-Button-Secondary_Color_Default-0-31-0)}.button__38d095af.secondary__7e251003:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-0-31-0);color:var(--triplex-next-Button-Secondary_Color_Hover-0-31-0)}.button__38d095af.secondary__7e251003.expanded__8a9be1be,.button__38d095af.secondary__7e251003:active{background:var(--triplex-next-Button-Secondary_Background_Active-0-31-0);color:var(--triplex-next-Button-Secondary_Color_Active-0-31-0)}.button__38d095af.secondary__7e251003:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-0-31-0)}.button__38d095af.secondary__7e251003:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-0-31-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-0-31-0)}.button__38d095af.secondaryLight__0e5cad35{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-0-31-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-0-31-0)}.button__38d095af.secondaryLight__0e5cad35:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-0-31-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-0-31-0)}.button__38d095af.secondaryLight__0e5cad35.expanded__8a9be1be,.button__38d095af.secondaryLight__0e5cad35:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-0-31-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-0-31-0)}.button__38d095af.secondaryLight__0e5cad35:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-0-31-0)}.button__38d095af.secondaryLight__0e5cad35:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-0-31-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-0-31-0)}.button__38d095af.danger__64f8f6a1{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-0-31-0);color:var(--triplex-next-Button-Danger_Color_Default-0-31-0)}.button__38d095af.danger__64f8f6a1:hover{background:var(--triplex-next-Button-Danger_Background_Hover-0-31-0);color:var(--triplex-next-Button-Danger_Color_Hover-0-31-0)}.button__38d095af.danger__64f8f6a1.expanded__8a9be1be,.button__38d095af.danger__64f8f6a1:active{background:var(--triplex-next-Button-Danger_Background_Active-0-31-0);color:var(--triplex-next-Button-Danger_Color_Active-0-31-0)}.button__38d095af.danger__64f8f6a1:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-0-31-0)}.button__38d095af.danger__64f8f6a1:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-0-31-0);color:var(--triplex-next-Button-Danger_Color_Disabled-0-31-0)}.button__38d095af.link__a097a11e{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-0-31-0);padding:0}.button__38d095af.link__a097a11e.sm__fc938016{height:28px;min-width:0px;padding:6px 2px}.button__38d095af.link__a097a11e.md__6994c3f1{height:40px;min-width:0px;padding:10px 2px}.button__38d095af.link__a097a11e.lg__dd288e3c{height:56px;min-width:0px;padding:18px 2px}.button__38d095af.link__a097a11e:hover{color:var(--triplex-next-Button-Link_Color_Hover-0-31-0)}.button__38d095af.link__a097a11e.expanded__8a9be1be,.button__38d095af.link__a097a11e:active{color:var(--triplex-next-Button-Link_Color_Active-0-31-0)}.button__38d095af.link__a097a11e:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-0-31-0)}.button__38d095af.link__a097a11e:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-0-31-0)}.button__38d095af{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__38d095af::-moz-focus-inner{border:none;padding:0}.button__38d095af.sm__fc938016{line-height:16px;font-size:12px}.button__38d095af.sm__fc938016.general__2b6a1ac5,.button__38d095af.sm__fc938016.secondary__7e251003,.button__38d095af.sm__fc938016.secondaryLight__0e5cad35,.button__38d095af.sm__fc938016.danger__64f8f6a1{height:28px;min-width:58px;padding:0 12px;border-radius:6px}.button__38d095af.sm__fc938016.icon__a7f54c4a{min-height:28px;min-width:28px;padding:0 4px}.button__38d095af.md__6994c3f1{line-height:20px;font-size:14px}.button__38d095af.md__6994c3f1.general__2b6a1ac5,.button__38d095af.md__6994c3f1.secondary__7e251003,.button__38d095af.md__6994c3f1.secondaryLight__0e5cad35,.button__38d095af.md__6994c3f1.danger__64f8f6a1{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__38d095af.md__6994c3f1.icon__a7f54c4a{min-height:40px;min-width:40px;padding:0 10px}.button__38d095af.lg__dd288e3c{line-height:20px;font-size:16px}.button__38d095af.lg__dd288e3c.general__2b6a1ac5,.button__38d095af.lg__dd288e3c.secondary__7e251003,.button__38d095af.lg__dd288e3c.secondaryLight__0e5cad35,.button__38d095af.lg__dd288e3c.danger__64f8f6a1{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__38d095af.lg__dd288e3c.icon__a7f54c4a{min-height:56px;min-width:56px;padding:0 12px}.button__38d095af:disabled{cursor:default}.button__38d095af:disabled *{pointer-events:none}.button__38d095af+.button__38d095af:not(.block__1db09cbb),.button__38d095af+.buttonDropdown__d277b4bf:not(.block__1db09cbb){margin-left:12px}.button__38d095af .content__8ff73c96{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__38d095af.block__1db09cbb{display:block;width:100%}.button__38d095af.loading__b436a603{pointer-events:none}.button__38d095af.loading__b436a603 .content__8ff73c96{visibility:hidden}.button__38d095af .loader__d7feabd2{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__38d095af .loader__d7feabd2.hidden__c5b26ab4{visibility:hidden}.buttonDropdownExtended__2be748f3{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__2be748f3 .buttonDropdownExtendedBlock__230f3aa8{padding:4px;margin-top:4px;right:0}.buttonDropdown__d277b4bf.block__1db09cbb{display:block}.buttonDropdown__d277b4bf+.button__38d095af:not(.block__1db09cbb),.buttonDropdown__d277b4bf+.buttonDropdown__d277b4bf:not(.block__1db09cbb){margin-left:12px}.buttonDropdown__d277b4bf .buttonDropdownTarget__6562227f .caretIcon__189ce1bc{margin-left:2px;transition:transform .3s ease-in-out}.buttonDropdown__d277b4bf .buttonDropdownTarget__6562227f.active__5803b370 .caretIcon__189ce1bc{transform:rotate(-180deg)}.buttonDropdown__d277b4bf .buttonDropdownMenuItem__1a57708d{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__6097d335{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__1c1ad6b5{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__f106b707{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__e18d194c{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-0-31-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__2a721593{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__2a721593 .modalWindowContentWrapper__d54a31e7{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__6097d335 .6s ease}.modalWindow__2a721593 .modalWindowContent__edb14c54{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__2a721593 .modalWindowContent__edb14c54 .modalWindowBody__8f621473{box-sizing:border-box;animation:fadeIn__9c1a6254 .3s ease}@keyframes fadeIn__9c1a6254{0%{opacity:0}to{opacity:1}}.modalWindow__2a721593 .modalWindowContent__edb14c54 .spinnerSm__f8b04a7b{display:none}@media(max-width:767px){.modalWindow__2a721593 .modalWindowContent__edb14c54 .spinner__d6feccd0{display:none}.modalWindow__2a721593 .modalWindowContent__edb14c54 .spinnerSm__f8b04a7b{display:flex}}.global-modalWindowTransition-exit .modalWindow__2a721593 .modalWindowContentWrapper__d54a31e7{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__1c1ad6b5 .3s ease}.global-modalWindowTransition-exit .modalWindow__2a721593 .modalWindowContentWrapper__d54a31e7 .modalWindowBody__8f621473{animation:fadeOut__e20789f3 .3s ease}@keyframes fadeOut__e20789f3{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__ba0129f9{position:absolute;left:0;right:0;height:0}.modalWindow__2a721593.sm__ec8c652b .modalWindowContentWrapper__d54a31e7{max-width:480px}.modalWindow__2a721593.sm__ec8c652b .modalWindowContent__edb14c54 .modalWindowBody__8f621473{min-height:196px}@media(max-width:575px){.modalWindow__2a721593.sm__ec8c652b .modalWindowContentWrapper__d54a31e7{max-width:100%}}.modalWindow__2a721593.md__21cd742d .modalWindowContentWrapper__d54a31e7{max-width:600px}.modalWindow__2a721593.md__21cd742d .modalWindowContent__edb14c54 .modalWindowBody__8f621473{min-height:246px}@media(max-width:767px){.modalWindow__2a721593.md__21cd742d .modalWindowContentWrapper__d54a31e7{max-width:100%}}.modalWindow__2a721593.lg__6469dca9 .modalWindowContentWrapper__d54a31e7{max-width:800px}.modalWindow__2a721593.lg__6469dca9 .modalWindowContent__edb14c54 .modalWindowBody__8f621473{min-height:396px}@media(max-width:991px){.modalWindow__2a721593.lg__6469dca9 .modalWindowContentWrapper__d54a31e7{max-width:100%}}.modalWindowContentPage__006d65c1{background:var(--triplex-next-ModalWindow-Background-0-31-0);padding:8px!important}.modalWindowContentPage__006d65c1,.modalWindowLoaderScreen__c1a02f5d{border-radius:32px}@media(max-width:767px){.modalWindowContentPage__006d65c1,.modalWindowLoaderScreen__c1a02f5d{border-radius:24px}}.islandBody__a0703f85{display:block}.islandHeader__779eb790,.islandFooter__ae12f974,.island__5193d072{position:relative}.island__5193d072.type1__07459aab{background-color:var(--triplex-next-Island-Type1_Background-0-31-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-0-31-0)}.island__5193d072.type2__5832c725{background-color:var(--triplex-next-Island-Type2_Background-0-31-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-0-31-0)}.island__5193d072.type3__61305834{background-color:var(--triplex-next-Island-Type3_Background-0-31-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-0-31-0)}.island__5193d072.sm__7776b5d4{border-radius:16px;padding:16px}.island__5193d072.sm__7776b5d4 .islandHeader__779eb790+.islandBody__a0703f85,.island__5193d072.sm__7776b5d4 .islandHeader__779eb790+.islandFooter__ae12f974,.island__5193d072.sm__7776b5d4 .islandBody__a0703f85+.islandFooter__ae12f974{margin-top:8px}.island__5193d072.md__d953fa20{border-radius:24px;padding:24px}.island__5193d072.md__d953fa20 .islandHeader__779eb790+.islandBody__a0703f85,.island__5193d072.md__d953fa20 .islandHeader__779eb790+.islandFooter__ae12f974,.island__5193d072.md__d953fa20 .islandBody__a0703f85+.islandFooter__ae12f974{margin-top:12px}.island__5193d072.lg__789f7086{border-radius:32px;padding:32px}.island__5193d072.lg__789f7086 .islandHeader__779eb790+.islandBody__a0703f85,.island__5193d072.lg__789f7086 .islandHeader__779eb790+.islandFooter__ae12f974,.island__5193d072.lg__789f7086 .islandBody__a0703f85+.islandFooter__ae12f974{margin-top:16px}@media(max-width:767px){.island__5193d072.sm__7776b5d4,.island__5193d072.md__d953fa20{border-radius:16px;padding:16px}.island__5193d072.lg__789f7086{border-radius:24px;padding:24px}}.modalWindowBody__8f621473{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__0249c8b3{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media(max-width:767px){.modalWindowClose__0249c8b3{top:20px;right:20px}}.loaderScreen__2336fa07{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__2336fa07.loaderSmallBackdrop__d99f3224{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-0-31-0)}.loaderScreen__2336fa07.loaderMiddleBackdrop__abc66a33{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-31-0)}.body__5638d3a7{position:relative;display:flex}.body__5638d3a7 .bodyInner__bf67c5b8{position:relative;flex-grow:1;width:100%}.bodyPage__b982e522{flex-grow:1}.verticalMargin24__d03bcd5a{margin-top:24px;margin-bottom:24px}.verticalMargin16__98215fc8{margin-top:16px;margin-bottom:16px}@media(max-width:767px){.verticalMargin24__d03bcd5a{margin-top:16px;margin-bottom:16px}.verticalMargin16__98215fc8{margin-top:8px;margin-bottom:8px}}.headerTabs__f5ed60bb{display:flex;justify-content:space-between}.headerTabs__f5ed60bb .headerTabsContent__ee634e54{flex-grow:1;min-width:1px}.headerTabs__f5ed60bb .headerTabsControls__97778f0c{flex-shrink:0;white-space:nowrap;padding-left:24px}@media(max-width:767px){.headerTabs__f5ed60bb{flex-wrap:wrap}.headerTabs__f5ed60bb .headerTabsContent__ee634e54{width:100%}.headerTabs__f5ed60bb .headerTabsControls__97778f0c{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__f5ed60bb .headerTabsControls__97778f0c>button{margin-left:16px;margin-top:16px}}.headerTitle__fc9ffa01{display:flex;justify-content:space-between}.headerTitle__fc9ffa01 .headerTitleControls__e2227b73{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__c757ffbb+.headerTitle__fc9ffa01{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media(max-width:767px){.headerTitle__fc9ffa01{flex-wrap:wrap}.headerTitle__fc9ffa01 .headerTitleContent__0fddd967{width:100%}.headerTitle__fc9ffa01 .headerTitleControls__e2227b73{padding-left:0;white-space:normal;flex-shrink:initial;margin-left:-16px}.headerTitle__fc9ffa01 .headerTitleControls__e2227b73>button,.headerTitle__fc9ffa01 .headerTitleControls__e2227b73>[class*=buttonDropdown]{margin-left:16px;margin-top:16px}}.headerSubheader__532d91e6{padding:24px 0}.headerSubheader__532d91e6.withoutPaddings__490f4f5e{padding:0}.headerLayoutSidebar__489d623a{display:flex;justify-content:space-between}.headerLayoutSidebarContent__9f3bc88f{flex-grow:1;min-width:1px}@media(max-width:767px){.headerLayoutSidebarSidebar__ff99b14b{display:none}}.page__eb858a1f{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__eb858a1f{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__1edcba23.sticky__40ae8561{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__1edcba23.sticky__40ae8561[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-31-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__4af0ae35.sticky__40ae8561{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__4af0ae35.sticky__40ae8561[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-0-31-0)!important}.footerDescription__6430edc0{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__55f224ef{flex-grow:1;margin-right:auto}.footerDescriptionControls__f59eba19{margin-left:auto;white-space:nowrap;padding-left:24px}@media(max-width:767px){.footerDescription__6430edc0{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__55f224ef{width:100%}.footerDescriptionControls__f59eba19{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__f59eba19>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__55f224ef+.footerDescriptionControls__f59eba19{margin-top:0}.footer__08c0c108{padding:16px 0}}.modalWindowHeader__d3ebb551 .global-HeaderTitleContent{padding-right:64px}@media(max-width:767px){.modalWindowHeader__d3ebb551 .global-HeaderTitleContent{padding-right:72px}}.list__192df196{margin:0;padding:0;list-style:none;position:relative}.listItemControls__1d4ca919{display:flex;padding:0 16px 0 4px}.listItemContent__0ddc2d6e{background:var(--triplex-next-ListItem-Background-0-31-0);padding:12px 0 12px 16px;box-sizing:border-box}.listItemContent__0ddc2d6e.selected__58b37833{background:var(--triplex-next-ListItem-Background_Selected-0-31-0)}.listItemContent__0ddc2d6e.selectable__512dcd8e{border-radius:8px}.listItemControlsButton__45dc8e16{margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-0-31-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px;width:92px}.listItemControlsButton__45dc8e16:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-0-31-0)}.listItemControlsButton__45dc8e16:hover .listItemControlsButtonLabel__c64b24ba{color:var(--triplex-next-ListItemControlsButton-Color_Hover-0-31-0)!important}.listItemControlsButton__45dc8e16:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-0-31-0)}.listItemControlsButton__45dc8e16:active .listItemControlsButtonLabel__c64b24ba{color:var(--triplex-next-ListItemControlsButton-Color_Active-0-31-0)!important}.listItemControlsButton__45dc8e16+.listItemControlsButton__45dc8e16,.listItemControlsButton__45dc8e16+.listItemControlsButtonDropdown__f21af9d8{margin-left:4px}.listItemControlsButtonIcon__3f07e51f{line-height:0}.listItemControlsButton__45dc8e16.withText__0cd36cc4 .listItemControlsButtonIcon__3f07e51f{margin-bottom:8px}.listItemControlsButtonLabel__c64b24ba{color:var(--triplex-next-ListItemControlsButton-Color_Default-0-31-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__f21af9d8{display:flex}.listItemControlsButtonInner__e5652698{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__45dc8e16.withIcon__f3f7c7c5.withText__0cd36cc4 .listItemControlsButtonInner__e5652698{height:44px;overflow:visible}.buttonDropdownMenuItem__e7a69ee1{overflow:hidden;text-overflow:ellipsis}.listEmptyState__ce75867e{padding:64px 16px 16px;text-align:center}.listItemLoading__e115ba3b{display:flex;justify-content:center;height:24px;padding:12px 0;position:relative;background-color:var(--triplex-next-ListItem-Background-0-31-0)}.label__0588a810{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__0588a810.sm__8462a4b7{min-width:16px;min-height:16px}.label__0588a810.sm__8462a4b7.nonempty__25921c92{padding:2px 0 2px 24px}.label__0588a810.md__ef0ec733{min-width:24px;min-height:24px}.label__0588a810.md__ef0ec733.nonempty__25921c92{padding-left:32px;padding-top:2px}.label__0588a810.lg__b29f382c{min-width:28px;min-height:28px}.label__0588a810.lg__b29f382c.nonempty__25921c92{padding-left:40px;padding-top:4px}.label__0588a810.disabled__0a66af52{cursor:default}.label__0588a810[hidden]{display:none}.checkbox__f0146bda{margin:0;opacity:0}.checkboxIcon__f2aa30cc{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-0-31-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-0-31-0)}.sm__8462a4b7 .checkboxIcon__f2aa30cc{border-radius:4px}.checkmarkIcon__81ae316b{transform:scale(0)}.checkmarkIcon__81ae316b path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-0-31-0)}.checkboxIcon__f2aa30cc,.checkmarkIcon__81ae316b{pointer-events:none}.checkbox__f0146bda,.checkboxIcon__f2aa30cc,.checkmarkIcon__81ae316b{position:absolute;left:0;top:0}.sm__8462a4b7 .checkbox__f0146bda,.sm__8462a4b7 .checkboxIcon__f2aa30cc,.sm__8462a4b7 .checkmarkIcon__81ae316b{width:16px;height:16px;top:2px}.md__ef0ec733 .checkbox__f0146bda,.md__ef0ec733 .checkboxIcon__f2aa30cc,.md__ef0ec733 .checkmarkIcon__81ae316b{width:24px;height:24px}.lg__b29f382c .checkbox__f0146bda,.lg__b29f382c .checkboxIcon__f2aa30cc,.lg__b29f382c .checkmarkIcon__81ae316b{width:28px;height:28px}.checkbox__f0146bda:enabled{cursor:pointer}.checkbox__f0146bda:enabled:hover+.checkboxIcon__f2aa30cc{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-0-31-0);background-color:var(--triplex-next-Checkbox-Background_Hover-0-31-0)}.checkbox__f0146bda:checked+.checkboxIcon__f2aa30cc{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-0-31-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-0-31-0)}.checkbox__f0146bda:checked~.checkmarkIcon__81ae316b{transform:scale(1);transition:transform .2s ease-out}.checkbox__f0146bda:disabled+.checkboxIcon__f2aa30cc{background-color:var(--triplex-next-Checkbox-Background_Disabled-0-31-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-0-31-0)}.checkbox__f0146bda:disabled:checked+.checkboxIcon__f2aa30cc{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-0-31-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-31-0)}.checkbox__f0146bda:disabled~.checkmarkIcon__81ae316b path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-31-0)}.checkbox__f0146bda:focus-visible+.checkboxIcon__f2aa30cc{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-0-31-0)}.checkbox__f0146bda:checked:enabled:hover+.checkboxIcon__f2aa30cc{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-0-31-0)}.listItemSelectable__74e826f4{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-0-31-0);border-radius:8px}.listItemSelectable__74e826f4.selected__58b37833{background:var(--triplex-next-ListItem-Background_Selected-0-31-0)}.checkboxWrapper__51c8e377{padding:16px;line-height:0}.childrenWrapper__ada3b329{flex-grow:1}.checkboxLabel__d3106e4b{padding:0!important;position:relative}.checkboxLabelClickArea__654a6ece{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__a2b2123c{position:relative;overflow:hidden}.swipeableArea__a2b2123c .content__f85fa713{position:relative;touch-action:pan-y}.swipeableArea__a2b2123c .content__f85fa713.disableScroll__ba6f6517{touch-action:none}.swipeableArea__a2b2123c .content__f85fa713.disablePointerEvents__940defb9:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__a2b2123c .swipeAnimationFinish__9df21186{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__a2b2123c .leftContent__821a9d07,.swipeableArea__a2b2123c .rightContent__a82d6fe7{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__a2b2123c .rightContent__a82d6fe7{left:auto;right:0}.listItemTail__6c3a284e{position:absolute;width:18px;top:0;bottom:0;overflow:hidden}.listItemTailLine__8d379800{background:var(--triplex-next-ListMaster-Background-0-31-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailLeft__3b1e7a73{left:-8px}.listItemTailRight__53a7d404{right:-10px}.listItemTailTop__1d7c74d9{position:absolute;top:0;left:0;right:0}.listItemTailTop__1d7c74d9:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-31-0)}.listItemTailTop__1d7c74d9:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-31-0)}.listItemTailBottom__6a1fed4d{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__6a1fed4d:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-0-31-0)}.listItemTailBottom__6a1fed4d:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListMaster-Background-0-31-0)}.listItemTable__76624812{margin-bottom:4px}.listItemTable__76624812:last-child{margin-bottom:0}.listItemTable__76624812 .swipeableArea__6fc31fab{border-radius:8px}.listItemTable__76624812 .content__d039c375{min-height:56px}.listSortableItemTarget__5785e1e7{display:flex;gap:16px;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-0-31-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__5785e1e7:hover{background:var(--triplex-next-ListItem-Background_Hover-0-31-0)}.listSortableItemTarget__5785e1e7.dragging__d74e7d46{background:var(--triplex-next-ListItem-Background_Dragging-0-31-0);box-shadow:var(--triplex-next-ListItem-Shadow_Dragging-0-31-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__78cdbb04{flex:1}.listSortableItemTargetIcon__3f0229bf{display:block}.listSortableItem__4e4b36ff{position:relative}.listSortableItem__4e4b36ff.dragging__d74e7d46{z-index:1}.listSortableItemControls__3770e188{display:inline-block}.islandWidgetHeader__73ffc1b4{display:flex;justify-content:flex-start;align-items:center;gap:8px}.islandWidgetHeader__73ffc1b4 .islandWidgetHeaderTitle__d30da8fc{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandWidgetHeader__73ffc1b4 .islandWidgetHeaderControls__570a455f{display:flex;align-items:center;gap:8px}.islandWidgetHeader__73ffc1b4 .islandWidgetHeaderDescription__315bb835{display:flex;flex-grow:1;justify-content:flex-end}.islandWidgetHeader__73ffc1b4 .caretWrapper__5c168019{position:absolute;top:16px;right:16px}.islandWidgetHeader__73ffc1b4 .caretIcon__02a0cff5{transition:transform .3s ease-in-out}.islandWidgetHeader__73ffc1b4.open__3202617b .caretWrapper__5c168019 .caretIcon__02a0cff5{transform:rotate(-180deg)}@media(max-width:767px){.islandWidgetHeader__73ffc1b4{flex-wrap:wrap;padding-right:32px}.islandWidgetHeader__73ffc1b4 .islandWidgetHeaderTitle__d30da8fc{white-space:normal}.islandWidgetHeader__73ffc1b4 .islandWidgetHeaderDescription__315bb835{flex-basis:100%;justify-content:flex-start}}.islandWidgetBody__3e2bed69{padding-top:16px}.islandWidgetFooter__299b208b{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__da5bf485{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__a109fac2{margin-left:auto;white-space:nowrap}@media(max-width:767px){.islandWidgetFooter__299b208b{flex-direction:column;gap:16px}.islandWidgetFooterControls__a109fac2{display:flex;flex-wrap:wrap;gap:12px;margin:0 auto 0 0}.islandWidgetFooterControls__a109fac2>button{margin-left:0!important}}.expandAnimation__7ea41c19{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__94a2669b{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-0-31-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media(max-width:767px){.islandWidgetExtraFooter__94a2669b{border-radius:0 0 16px 16px}}.islandWidget__eb73c303{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__eb73c303>*{height:100%}.islandWidgetWithExtraFooter__5ca3159f:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-0-31-0)!important}@media(max-width:767px){.islandWidgetHeaderWrapperAdaptive__0d57023a{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__24c2b654{display:flex;flex-direction:column}.main__4128bcb6{position:relative;width:100%;height:var(--triplex-next-runtime-ImageGalleryExtended-Main_Height, 504px);border-radius:16px;overflow:hidden;touch-action:pan-y}.main__4128bcb6:hover .arrow__05a366d0{opacity:1}.main__4128bcb6 .image__57ee7b5e{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none}.imageButton__d4e51d4d{display:block;width:100%;height:100%;margin:0;padding:0;border:none;background:transparent}.track__149c886a{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__149c886a.animating__f2c611a1{transition:transform .3s ease-out}.slide__a26a77da{position:relative;flex:0 0 100%;height:100%;overflow:hidden}.blur__8b724ce2{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__6e0dde64{cursor:pointer}.arrow__05a366d0{outline:none;position:absolute;top:50%;z-index:2;width:40px;height:40px;transform:translateY(-50%);background:var(--triplex-next-ImageGallery-Arrow_Background_Default-0-31-0);border:1px solid var(--triplex-next-ImageGallery-Arrow_BorderColor_Default-0-31-0);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .15s ease}.arrow__05a366d0:focus-visible{opacity:1}.arrow__05a366d0:hover{background:var(--triplex-next-ImageGallery-Arrow_Background_Hover-0-31-0);border-color:var(--triplex-next-ImageGallery-Arrow_BorderColor_Hover-0-31-0)}.arrow__05a366d0:active{background:var(--triplex-next-ImageGallery-Arrow_Background_Active-0-31-0);border-color:var(--triplex-next-ImageGallery-Arrow_BorderColor_Active-0-31-0)}.arrow__05a366d0:disabled{display:none}.arrow__05a366d0.prev__846207aa{left:16px}.arrow__05a366d0.next__c3f832e1{right:16px}@media(max-width:767px){.main__4128bcb6{height:var(--triplex-next-runtime-ImageGalleryExtended-Main_Height, 264px);border-radius:8px}.arrow__05a366d0{display:none}}.thumbnails__c6b2ec4b{display:flex;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.thumbnails__c6b2ec4b::-webkit-scrollbar{display:none}.thumb__09e28091{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__09e28091+.thumb__09e28091{margin-left:8px}.thumb__09e28091:focus-visible,.thumb__09e28091.active__b0171908{border-color:var(--triplex-next-ImageGallery-Accent_Color-0-31-0)}.thumb__09e28091:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:8px;background:var(--triplex-next-ImageGallery-Thumb_Mask_Background-0-31-0);pointer-events:none;transition:opacity .15s ease-in-out}.thumb__09e28091:hover:after,.thumb__09e28091.active__b0171908:after{opacity:0}.thumb__09e28091 .image__57ee7b5e{display:block;width:72px;height:72px;border-radius:8px;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none}.dots__1786f08a{display:flex;justify-content:center;align-items:center;gap:8px}.dot__254423cf{width:16px;height:3px;padding:0;margin:0;border:none;border-radius:2px;background:var(--triplex-next-ImageGallery-Dot_Background_Default-0-31-0);cursor:pointer;outline:none;transition:background .15s ease-in-out,width .15s ease-in-out}.dot__254423cf:hover{background:var(--triplex-next-ImageGallery-Dot_Background_Hover-0-31-0)}.dot__254423cf:focus-visible{box-shadow:0 0 0 2px var(--triplex-next-ImageGallery-Accent_Color-0-31-0)}.dot__254423cf.active__b0171908{width:24px;background:var(--triplex-next-ImageGallery-Dot_Background_Active-0-31-0)}.treeView__b7678f36,.treeViewGroup__2898035c{margin:0;padding:0}.treeView__b7678f36 .treeViewNode__135df8e2,.treeViewGroup__2898035c .treeViewNode__135df8e2{margin:0;padding:0;outline:none;list-style:none}.collapsibleTreeExtendedNodeContent__918ddd64.collapsed__2d40f5f2{visibility:hidden}.collapsibleTreeNodeHeader__e2e600e6{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__e2e600e6.interactive__34aa6b21{cursor:pointer}.collapsibleTreeNodeHeader__e2e600e6.interactive__34aa6b21:hover{background:var(--triplex-next-CollapsibleTree-Header_Background_Hover-0-31-0)}.collapsibleTreeNodeHeader__e2e600e6.interactive__34aa6b21:focus-visible{box-shadow:var(--triplex-next-CollapsibleTree-Header_Shadow_Focus-0-31-0)}.chevron__1f5fab90{flex:0 0 auto;width:24px;height:24px;transition:transform .2s ease;transform:rotate(0)}.chevron__1f5fab90.opened__bf8940af{transform:rotate(90deg)}.collapsibleTreeLeafContent__33373268{display:block}.collapsibleTreeLeafNode__bbcbd022{margin-bottom:2px!important}.collapsibleTree__bb0daccc [role=group]{padding-left:24px}.chipGroupItem__4771b70d{display:inline-block}.chip__e87e3fae{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-0-31-0)}.chip__e87e3fae.lg__26122746{height:56px;padding:0 16px;font-size:16px;line-height:20px;border-radius:10px}.chip__e87e3fae.lg__26122746 .prefix__aee411ee{padding-left:16px}.chip__e87e3fae.lg__26122746 .postfix__f3bec4f3{padding-right:12px}.chip__e87e3fae.lg__26122746 .notificationIcon__56d8602d{top:6px;right:6px}.chip__e87e3fae.md__3af7d047{height:40px;padding:0 12px;font-size:14px;line-height:20px;border-radius:8px}.chip__e87e3fae.md__3af7d047 .prefix__aee411ee{padding-left:12px}.chip__e87e3fae.md__3af7d047 .postfix__f3bec4f3{padding-right:8px}.chip__e87e3fae.md__3af7d047 .notificationIcon__56d8602d{top:4px;right:4px}.chip__e87e3fae.sm__8a536262{height:28px;padding:0 12px;font-size:12px;line-height:16px;border-radius:6px}.chip__e87e3fae.sm__8a536262 .prefix__aee411ee{padding-left:8px}.chip__e87e3fae.sm__8a536262 .postfix__f3bec4f3{padding-right:8px}.chip__e87e3fae.sm__8a536262 .notificationIcon__56d8602d{top:3px;right:3px}.chip__e87e3fae.type1__72af24e0{background:var(--triplex-next-Chip-Background_Type1_Default-0-31-0)}.chip__e87e3fae.type1__72af24e0:hover{background:var(--triplex-next-Chip-Background_Type1_Hover-0-31-0)}.chip__e87e3fae.type2__c845ff10{background:var(--triplex-next-Chip-Background_Type2_Default-0-31-0)}.chip__e87e3fae.type2__c845ff10:hover{background:var(--triplex-next-Chip-Background_Type2_Hover-0-31-0)}.chip__e87e3fae:hover{color:var(--triplex-next-Chip-Color_Hover-0-31-0)}.chip__e87e3fae:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-31-0)}.chip__e87e3fae:active,.chip__e87e3fae[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-0-31-0);color:var(--triplex-next-Chip-Color_Active-0-31-0)}.chip__e87e3fae.selected__58fcd3d1{background:var(--triplex-next-Chip-Background_Selected_Default-0-31-0);color:var(--triplex-next-Chip-Color_Selected_Default-0-31-0)}.chip__e87e3fae.selected__58fcd3d1:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-0-31-0);color:var(--triplex-next-Chip-Color_Selected_Hover-0-31-0)}.chip__e87e3fae.selected__58fcd3d1:active,.chip__e87e3fae.selected__58fcd3d1[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-0-31-0);color:var(--triplex-next-Chip-Color_Selected_Active-0-31-0)}.chip__e87e3fae.selected__58fcd3d1.disabled__a8ecfe38{background:var(--triplex-next-Chip-Background_Selected_Disabled-0-31-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-0-31-0)}.chip__e87e3fae.disabled__a8ecfe38{pointer-events:none;cursor:default;background:var(--triplex-next-Chip-Background_Disabled-0-31-0);color:var(--triplex-next-Chip-Color_Disabled-0-31-0)}.chip__e87e3fae.withPrefix__134c3fba{padding-left:0}.chip__e87e3fae.withPostfix__77e54b6a{padding-right:0}.chip__e87e3fae .content__6b36ac55{flex-grow:1;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chip__e87e3fae .prefix__aee411ee,.chip__e87e3fae .postfix__f3bec4f3{display:flex}.chip__e87e3fae .notificationIcon__56d8602d{position:absolute}.calendarControls__267ae479{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-0-31-0)}.calendarViewDays__3b73a5e6{width:calc(100% + 8px);margin:12px -4px 0;border-spacing:4px 0px;table-layout:fixed}.calendarViewDays__3b73a5e6+.calendarFooter__78ddc9f2{margin-top:18px}.adaptive__e79044a5 .calendarViewDays__3b73a5e6{width:100%;margin:12px 0 0;border-spacing:0}.adaptive__e79044a5 .calendarViewDays__3b73a5e6+.calendarFooter__78ddc9f2{margin-top:12px}.calendarViewMonths__bb1ae9c8,.calendarViewYears__0a001e56{width:calc(100% + 12px);margin:8px -6px -14px;border-spacing:6px 14px;table-layout:fixed}.calendarViewMonths__bb1ae9c8+.calendarFooter__78ddc9f2,.calendarViewYears__0a001e56+.calendarFooter__78ddc9f2{margin-top:22px}.adaptive__e79044a5 .calendarViewMonths__bb1ae9c8,.adaptive__e79044a5 .calendarViewYears__0a001e56{width:100%;margin:4px 0 -8px;border-spacing:0 8px}.adaptive__e79044a5 .calendarViewMonths__bb1ae9c8+.calendarFooter__78ddc9f2,.adaptive__e79044a5 .calendarViewYears__0a001e56+.calendarFooter__78ddc9f2{margin-top:12px}.calendarViewDaysHeader__e10ebc71{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-0-31-0)}.calendarViewDaysBody__2c34e58b:before{display:block;content:"‌";line-height:8px}.calendarViewItem__ae00a3bd{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__ae00a3bd:focus-visible{outline:none}.calendarViewItem__ae00a3bd.current__d436e26a{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.calendarViewItem__ae00a3bd.disabled__74811c9b{pointer-events:none}.calendarViewItemLabel__b712e664{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-0-31-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-0-31-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-0-31-0);cursor:pointer}.calendarViewItemLabel__b712e664.muted__48623d44{color:var(--triplex-next-Calendar-View_Item_Color_Muted-0-31-0)}.calendarViewItemLabel__b712e664:hover{color:var(--triplex-next-Calendar-View_Item_Color_Hover-0-31-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-0-31-0)}.calendarViewItemLabel__b712e664.selected__16186185{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-31-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-0-31-0)}.calendarViewItemLabel__b712e664.selected__16186185:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-31-0)}.calendarViewItemLabel__b712e664.selected__16186185:hover.basicMark__cdf601fd:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-31-0)}.calendarViewItemLabel__b712e664.selected__16186185:hover.standardMark__bdd8a0c5:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-31-0)}.calendarViewItemLabel__b712e664.selected__16186185:hover.attentionMark__1a34ce1a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-31-0)}.calendarViewItemLabel__b712e664.selected__16186185:hover.criticalMark__e1a35108:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-31-0)}.calendarViewItemLabel__b712e664.selected__16186185.muted__48623d44{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-31-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-31-0)}.calendarViewItemLabel__b712e664.selected__16186185.muted__48623d44:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-31-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-31-0)}.calendarViewItemLabel__b712e664.selected__16186185.basicMark__cdf601fd:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-31-0)}.calendarViewItemLabel__b712e664.selected__16186185.standardMark__bdd8a0c5:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-31-0)}.calendarViewItemLabel__b712e664.selected__16186185.attentionMark__1a34ce1a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-31-0)}.calendarViewItemLabel__b712e664.selected__16186185.criticalMark__e1a35108:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-31-0)}.calendarViewItemLabel__b712e664.marked__be5daec9:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__b712e664.basicMark__cdf601fd:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-31-0)}.calendarViewItemLabel__b712e664.standardMark__bdd8a0c5:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-31-0)}.calendarViewItemLabel__b712e664.attentionMark__1a34ce1a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-31-0)}.calendarViewItemLabel__b712e664.criticalMark__e1a35108:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-31-0)}.calendarViewItemLabel__b712e664.disabled__74811c9b{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-0-31-0);background:none}.calendarViewItem__ae00a3bd:focus-visible .calendarViewItemLabel__b712e664{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-0-31-0)}.unitDay__a01eaac4{width:36px;height:36px;border-radius:6px}.unitMonth__157af5da,.unitYear__45e869ef{width:88px;height:48px;border-radius:6px}.adaptive__e79044a5 .unitMonth__157af5da,.adaptive__e79044a5 .unitYear__45e869ef{width:104px;height:56px;border-radius:10px}.calendarFooter__78ddc9f2{text-align:center}.calendar__4287801a{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-0-31-0);border-radius:8px;-webkit-user-select:none;user-select:none}.calendar__4287801a.extraBottom__a63bc8af{padding-bottom:12px}.calendar__4287801a.adaptive__e79044a5{width:auto;padding:20px 20px 24px}.calendar__4287801a+.calendar__4287801a{margin-top:20px}.datePickerExtendedMobileDropdown__b4031924{max-height:100vh}.chipDropdownArrow__877484ca{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__877484ca.rotated__31a20b0f{transform:rotate(-180deg)}.chipClearButton__a0f46e14{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__a0f46e14:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-31-0)}.dropdownMobileMaskedInput__1d37c43d{height:20px!important;padding:0!important}.dropdownMobileMaskedInput__1d37c43d:first-child{top:0}.selectExtendedFieldTarget__70f31ba1{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__70f31ba1 .caretWrapper__cbe57e2e{height:100%}.selectExtendedFieldTarget__70f31ba1 .caretIcon__8755305e{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__70f31ba1.selectOpened__617001cd .caretIcon__8755305e{transform:rotate(180deg)}.selectExtendedFieldTarget__70f31ba1.disabled__891f1ee0{-webkit-user-select:none;user-select:none;cursor:default}.selectExtendedFieldTarget__70f31ba1.disabled__891f1ee0 .target__08cfcec5,.selectExtendedFieldTarget__70f31ba1.disabled__891f1ee0 .caretWrapper__cbe57e2e{pointer-events:none}.selectExtendedField__db86bc81{position:relative}.multiselectFieldHeader__d836599a{padding:12px}.multiselectFieldContent__a7cd3d04{position:relative;padding:0 12px 12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContent__a7cd3d04:first-child{padding-top:12px}.multiselectFieldContent__a7cd3d04:has(.loaderScreen__facac94e){overflow:hidden}.multiselectFieldContent__a7cd3d04.sm__ce67e56d{max-height:208px}.multiselectFieldContent__a7cd3d04.md__eed22633{max-height:266px}.multiselectFieldContent__a7cd3d04.lg__dcc201e2{max-height:296px}.multiselectFieldFooter__1daab8ee{padding:0 12px 12px}.multiselectFieldFooter__1daab8ee:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-0-31-0)}.chipOptionsContent__dc36ac8d{min-width:14px;text-align:center;display:block}.tooltipDesktop__cf514c94{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__cf514c94 .tooltipBody__94eacbea{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-0-31-0)}.tooltipDesktop__cf514c94 .tooltipXButton__0902b7ec{position:absolute;right:8px;top:8px}.tooltipDesktopContent__526db34a{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-0-31-0);border-radius:8px}.closable__dde73057 .tooltipDesktopContent__526db34a{padding-right:32px}.tooltipSM__762d868f .tooltipDesktopContent__526db34a{width:192px;min-height:52px}.tooltipLG__ba4df9ee .tooltipDesktopContent__526db34a{width:384px;min-height:52px}.tooltipOverlay__fefcbf5c{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__713e3386{width:0;height:0}.tooltipDesktopTip__713e3386.down__4e8f36c9{border-top:solid var(--triplex-next-Tooltip-Background-0-31-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__713e3386.up__37c43aea{border-bottom:solid var(--triplex-next-Tooltip-Background-0-31-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__713e3386.left__3ff7d4e2{border-right:solid var(--triplex-next-Tooltip-Background-0-31-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__713e3386.right__a9227ce8{border-left:solid var(--triplex-next-Tooltip-Background-0-31-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__e935976e .tooltipBody__94eacbea{text-align:left}.tooltipMobileContent__7334d7d6{padding:16px}.headerless__90128788 .tooltipMobileContent__7334d7d6{padding-right:40px;border-radius:16px 16px 0 0}.headerless__90128788 .tooltipMobileContent__7334d7d6 .closeButton__228e2b20{position:absolute;right:16px;top:16px}.tooltipLink__37fae685{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__88d04696{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-0-31-0)}.desktop__88d04696:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-31-0)}.desktop__88d04696:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-0-31-0)}.desktop__88d04696:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-31-0)}.mobile__671019d6{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-0-31-0)}.mobile__671019d6:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-31-0)}.mobile__671019d6:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-0-31-0)}.mobile__671019d6:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-31-0)}.chipSuggestInputWrapper__841146e1{margin:12px}.suggestDropdownMobileBody__ed62c693{height:176px}.suggestDropdownMobileNoOptionsText__da1f51b4{padding:16px}.checkboxXGroup__94922837{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__94922837.indent-12__eca62b9c{margin-left:-6px;margin-right:-6px}.checkboxXGroup__94922837.indent-12__eca62b9c .label__0588a810{margin-left:6px;margin-right:6px}.checkboxXGroup__94922837.indent-16__f54a3e91{margin-left:-8px;margin-right:-8px}.checkboxXGroup__94922837.indent-16__f54a3e91 .label__0588a810{margin-left:8px;margin-right:8px}.checkboxXGroup__94922837.indent-20__cd83229f{margin-left:-10px;margin-right:-10px}.checkboxXGroup__94922837.indent-20__cd83229f .label__0588a810{margin-left:10px;margin-right:10px}.checkboxXGroup__94922837.indent-24__be3a320d{margin-left:-12px;margin-right:-12px}.checkboxXGroup__94922837.indent-24__be3a320d .label__0588a810{margin-left:12px;margin-right:12px}.checkboxXGroup__94922837.indent-28__55ae3afa{margin-left:-14px;margin-right:-14px}.checkboxXGroup__94922837.indent-28__55ae3afa .label__0588a810{margin-left:14px;margin-right:14px}.checkboxXGroup__94922837.indent-32__3290c389{margin-left:-16px;margin-right:-16px}.checkboxXGroup__94922837.indent-32__3290c389 .label__0588a810{margin-left:16px;margin-right:16px}.checkboxYGroup__6fe12ba1{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__6fe12ba1 .label__0588a810.sm__8462a4b7+.label__0588a810.sm__8462a4b7{margin-top:8px}.checkboxYGroup__6fe12ba1 .label__0588a810.lg__b29f382c+.label__0588a810.lg__b29f382c{margin-top:20px}.checkboxYGroup__6fe12ba1 .label__0588a810.md__ef0ec733+.label__0588a810.md__ef0ec733{margin-top:16px}@media(max-width:767px){.checkboxYGroup__6fe12ba1{margin:14px 16px}.checkboxYGroup__6fe12ba1 .label__0588a810.sm__8462a4b7+.label__0588a810.sm__8462a4b7,.checkboxYGroup__6fe12ba1 .label__0588a810.md__ef0ec733+.label__0588a810.md__ef0ec733,.checkboxYGroup__6fe12ba1 .label__0588a810.lg__b29f382c+.label__0588a810.lg__b29f382c{margin-top:28px}}.card__202aa599{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__202aa599.roundingMD__bf208cc9{--radius: 16px}.card__202aa599.roundingSM__90c44167{--radius: 8px}.card__202aa599.general__c5a5c5ad{background:var(--triplex-next-Card-Static_General_Background-0-31-0)}.card__202aa599.secondary__4925b82b{background:var(--triplex-next-Card-Static_Secondary_Background-0-31-0)}.card__202aa599 .cardMedia__22bdc3b5{background-size:cover;background-repeat:no-repeat;background-position:center}.card__202aa599 .cardContent__fc4e3ec9{padding:var(--padding);display:flex;flex-direction:column;flex:1}.card__202aa599 .cardContent__fc4e3ec9.paddingMD__59cbdef2{--padding: 24px}.card__202aa599 .cardContent__fc4e3ec9.paddingSM__fe8d0d6a{--padding: 16px}.card__202aa599 .cardContent__fc4e3ec9 .cardContentHeader__24a4ef2b{margin-bottom:16px}.card__202aa599 .cardContent__fc4e3ec9 .cardContentBody__b4ce3c5f{flex:1}.card__202aa599 .cardContent__fc4e3ec9 .cardContentFooter__52739ce7{margin-top:16px}.action__b97d6474{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__b97d6474: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__b97d6474.general__c5a5c5ad{background:var(--triplex-next-Card-Action_General_Background-0-31-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-31-0)}.action__b97d6474.general__c5a5c5ad:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-0-31-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-31-0)}.action__b97d6474.general__c5a5c5ad.selected__abb9aa6f{background:var(--triplex-next-Card-Action_General_Background_Selected-0-31-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-31-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-31-0)}.action__b97d6474.general__c5a5c5ad.selected__abb9aa6f:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-0-31-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-31-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-31-0)}.action__b97d6474.general__c5a5c5ad:focus{outline:none}.action__b97d6474.general__c5a5c5ad:focus.focusVisible__1d1a6c92{box-shadow:var(--triplex-next-Card-Shadow_Default-0-31-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-31-0)}.action__b97d6474.secondary__4925b82b{background:var(--triplex-next-Card-Action_Secondary_Background-0-31-0)}.action__b97d6474.secondary__4925b82b:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-0-31-0)}.action__b97d6474.secondary__4925b82b.selected__abb9aa6f{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-0-31-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-0-31-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-31-0)}.action__b97d6474.secondary__4925b82b.selected__abb9aa6f:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-31-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-31-0)}.action__b97d6474.secondary__4925b82b:focus{outline:none}.action__b97d6474.secondary__4925b82b:focus.focusVisible__1d1a6c92{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-31-0)}.alertContext__1f131d65{display:flex;font-size:12px;line-height:16px}.alertContext__1f131d65>svg{flex-shrink:0}.alertContext__1f131d65 .alertContextText__c7babc99{margin-left:8px}.alertContext__1f131d65.alertTypeError__ecc2a61b .alertContextText__c7babc99{color:var(--triplex-next-AlertContext-Error_Color-0-31-0)}.alertContext__1f131d65.alertTypeInfo__8f094117 .alertContextText__c7babc99{color:var(--triplex-next-AlertContext-Info_Color-0-31-0)}.alertContext__1f131d65.alertTypeWarning__d656e3e0 .alertContextText__c7babc99{color:var(--triplex-next-AlertContext-Warning_Color-0-31-0)}.alertContext__1f131d65.alertTypeSystem__344571cc .alertContextText__c7babc99{color:var(--triplex-next-AlertContext-System_Color-0-31-0)}.alertProcess__d2d0fbcd{display:flex;padding:16px;position:relative}.alertProcess__d2d0fbcd.md__6a29288e{border-radius:12px}.alertProcess__d2d0fbcd.lg__09204f65{border-radius:24px}.alertProcess__d2d0fbcd.withSpoiler__d7e134d5{min-height:40px}.alertProcess__d2d0fbcd .themeIcon__e02e045e{box-sizing:border-box;height:20px;width:20px}.alertProcess__d2d0fbcd.alertTypeError__ecc2a61b{background:var(--triplex-next-AlertProcess-Error_Background-0-31-0)}.alertProcess__d2d0fbcd.alertTypeInfo__8f094117{background:var(--triplex-next-AlertProcess-Info_Background-0-31-0)}.alertProcess__d2d0fbcd.alertTypeWarning__d656e3e0{background:var(--triplex-next-AlertProcess-Warning_Background-0-31-0)}.alertProcess__d2d0fbcd.alertTypeSystem__344571cc{background:var(--triplex-next-AlertProcess-System_Background-0-31-0)}.alertProcess__d2d0fbcd.alertTypeFeature__31e89197{background:var(--triplex-next-AlertProcess-Feature_Background-0-31-0)}.alertProcess__d2d0fbcd.alertTypeFeature__31e89197 .themeIcon__e02e045e{padding-top:0}.alertProcess__d2d0fbcd .alertProcessContentBlock__726089ad{flex:1;margin-left:10px}.alertProcess__d2d0fbcd .alertProcessContentBlock__726089ad .expandableContent__9a7db1cd{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__d2d0fbcd .alertProcessContentBlock__726089ad .expandableContent__9a7db1cd.expanded__c62bc26e{max-height:1000px;opacity:1}.alertProcess__d2d0fbcd .closeButton__4094fe12{margin-left:10px}.alertProcess__d2d0fbcd .expandButton__a8362f64{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__d2d0fbcd .expandButton__a8362f64.expanded__c62bc26e{transform:rotate(180deg)}.adaptive__c32f50fb{font-size:10px!important;line-height:12px!important}.avatar__f4abcdeb{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-0-31-0)}.avatar__f4abcdeb.borderRadius6__4b346676{border-radius:6px}.avatar__f4abcdeb.borderRadius8__d06d8a22{border-radius:8px}.avatar__f4abcdeb.borderRadius10__0c025ca5{border-radius:10px}.avatar__f4abcdeb.borderRadius12__fd82487b{border-radius:12px}.avatar__f4abcdeb.borderRadius16__d01b76fc{border-radius:16px}.avatar__f4abcdeb.xxs__5b5e113b{width:28px;height:28px}.avatar__f4abcdeb.xs__c51b9168{width:32px;height:32px}.avatar__f4abcdeb.sm__6246c0c9{width:40px;height:40px}.avatar__f4abcdeb.md__9f57bd5d{width:56px;height:56px}.avatar__f4abcdeb.lg__e022c906{width:80px;height:80px}.avatar__f4abcdeb.xl__ae5a4184{width:96px;height:96px}.avatar__f4abcdeb.xxl__4e1fe216{width:128px;height:128px}.carouselExtended__8a593d68{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__8a593d68::-webkit-scrollbar{display:none}.checkboxTreeExtended__d0056a89{margin-bottom:-12px}.checkboxTreeExtendedNode__5bf19bfb .checkboxTreeExtendedNode__5bf19bfb:has(.sm__aa6c3994){margin-left:16px}.checkboxTreeExtendedNode__5bf19bfb .checkboxTreeExtendedNode__5bf19bfb:has(.md__29c675af),.checkboxTreeExtendedNode__5bf19bfb .checkboxTreeExtendedNode__5bf19bfb:has(.lg__22eadfc4){margin-left:24px}.checkboxTreeExtendedNodeHeader__e49be1a6{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__e49be1a6.sm__aa6c3994{margin-bottom:8px}.checkboxTreeExtendedNodeHeader__e49be1a6.md__29c675af,.checkboxTreeExtendedNodeHeader__e49be1a6.lg__22eadfc4{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__e49be1a6 .checkboxTreeCheckboxLabel__0dba1ac0{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__e49be1a6 .caretIconWrapper__a46c7404{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__e49be1a6 .caretIconWrapper__a46c7404:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-0-31-0)}.checkboxTreeExtendedNodeHeader__e49be1a6.opened__e77a765d .caretIconWrapper__a46c7404{transform:rotate(180deg)}@media(max-width:767px){.checkboxTreeExtended__d0056a89{padding:0 16px}.checkboxTreeExtended__d0056a89 .checkboxTreeExtendedNodeHeader__e49be1a6{margin-bottom:0}.checkboxTreeExtended__d0056a89 .checkboxTreeExtendedNodeHeader__e49be1a6 .checkboxTreeCheckboxLabel__0dba1ac0{padding-top:16px;padding-bottom:16px}.checkboxTreeExtended__d0056a89 .checkboxTreeExtendedNodeHeader__e49be1a6 .checkboxTreeCheckboxLabel__0dba1ac0>span,.checkboxTreeExtended__d0056a89 .checkboxTreeExtendedNodeHeader__e49be1a6 .checkboxTreeCheckboxLabel__0dba1ac0>svg,.checkboxTreeExtended__d0056a89 .checkboxTreeExtendedNodeHeader__e49be1a6 .checkboxTreeCheckboxLabel__0dba1ac0 .checkboxTreeCheckbox__6996254f{top:14px}}.chipGroup__472ae2ea{display:flex}.chipGroup__472ae2ea.oneLine__a97da159{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__472ae2ea.oneLine__a97da159::-webkit-scrollbar{display:none}.chipGroup__472ae2ea.multiLine__c252d3d0{flex-wrap:wrap}.chipGroup__472ae2ea.lg__71319e2b{gap:12px}.chipGroup__472ae2ea.md__2af5502e,.chipGroup__472ae2ea.sm__cedb5a5d{gap:8px}.gridHorizontalGapSM__83505741{--grid-horizontal-gap: 8px}.gridHorizontalGapMD__dcd861fa{--grid-horizontal-gap: 12px}.col-1__5d00afcc{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__f1a50822{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__962c210b{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__252d6a89{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__701f93ae{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__bb5f3acb{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__8eee63ba{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__019fd1a7{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__a4ca9b4e{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__9dff9f32{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__5c32cd8a{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__c126f687{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__3010f947{margin-left:0%}.offset-1__b787f4a7{margin-left:8.33333333%}.offset-2__aaf863c1{margin-left:16.66666667%}.offset-3__30d2f3ac{margin-left:25%}.offset-4__952d52e0{margin-left:33.33333333%}.offset-5__bdc19869{margin-left:41.66666667%}.offset-6__9f7b4d21{margin-left:50%}.offset-7__d4a1e52e{margin-left:58.33333333%}.offset-8__2ea3d136{margin-left:66.66666667%}.offset-9__58b3ca72{margin-left:75%}.offset-10__c20576e2{margin-left:83.33333333%}.offset-11__6edf6cf4{margin-left:91.66666667%}.d-none__bc0a1d85{display:none!important}.d-block__49c89391{display:block!important}@media(min-width:576px){.col-sm-1__4a87804d{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__b13ac051{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__df42a90d{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__c0a1c446{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__46bd4949{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__871407d6{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__f9bca5bf{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__b27516a6{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__815fbd21{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__dd1f6a24{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__bd9c69d5{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__1a6fd73f{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__78aa0e81{margin-left:0%}.offset-sm-1__c36ba9a6{margin-left:8.33333333%}.offset-sm-2__a06e4856{margin-left:16.66666667%}.offset-sm-3__e5bf68c6{margin-left:25%}.offset-sm-4__409be32a{margin-left:33.33333333%}.offset-sm-5__f632d38c{margin-left:41.66666667%}.offset-sm-6__b8b2981e{margin-left:50%}.offset-sm-7__74f5b380{margin-left:58.33333333%}.offset-sm-8__45f390e8{margin-left:66.66666667%}.offset-sm-9__44fc6c6b{margin-left:75%}.offset-sm-10__f937cc65{margin-left:83.33333333%}.offset-sm-11__a95d4be2{margin-left:91.66666667%}.d-none-sm__6ef6992f{display:none!important}.d-block-sm__5b4ffe81{display:block!important}}@media(min-width:768px){.col-md-1__6339f1b4{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__923a7ba0{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__ba729bd7{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__5c43f897{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__616e37f8{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__57e435af{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__4b5cf86b{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__f25efe02{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__08fda5bc{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__1e1fc6ca{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__6805ccb4{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__b4850cd6{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__cd8e7f69{margin-left:0%}.offset-md-1__3334bc92{margin-left:8.33333333%}.offset-md-2__e0c47b99{margin-left:16.66666667%}.offset-md-3__9c1137b4{margin-left:25%}.offset-md-4__889f91f9{margin-left:33.33333333%}.offset-md-5__dde0ba9f{margin-left:41.66666667%}.offset-md-6__7bd56f97{margin-left:50%}.offset-md-7__eaf0dc60{margin-left:58.33333333%}.offset-md-8__49fd5d8f{margin-left:66.66666667%}.offset-md-9__2ca40edf{margin-left:75%}.offset-md-10__043b066d{margin-left:83.33333333%}.offset-md-11__acef75a7{margin-left:91.66666667%}.d-none-md__7c92e873{display:none!important}.d-block-md__92952ed9{display:block!important}}@media(min-width:992px){.col-lg-1__68f15a80{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__ebf93ff1{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__dfe7fdd9{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__f2f6e2c0{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__76d6fd2f{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__b7c04292{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__fd8e710f{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__801b44bb{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__33032856{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__4f4b7008{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__dc2bd9e7{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__365b587c{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__e756cb47{margin-left:0%}.offset-lg-1__09ce277a{margin-left:8.33333333%}.offset-lg-2__541e9a12{margin-left:16.66666667%}.offset-lg-3__1b4e6973{margin-left:25%}.offset-lg-4__9025ed7d{margin-left:33.33333333%}.offset-lg-5__97315a73{margin-left:41.66666667%}.offset-lg-6__17add5b1{margin-left:50%}.offset-lg-7__34147c78{margin-left:58.33333333%}.offset-lg-8__cf0f4718{margin-left:66.66666667%}.offset-lg-9__41c4688a{margin-left:75%}.offset-lg-10__be25e164{margin-left:83.33333333%}.offset-lg-11__2ad74523{margin-left:91.66666667%}.d-none-lg__d2e00786{display:none!important}.d-block-lg__01b26cc7{display:block!important}}@media(min-width:1200px){.col-xl-1__e031236c{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__8c402888{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__1430b428{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__8a65f5ac{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__78c5bbac{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__b284766f{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__2cc7bebf{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__225daa48{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__d625843c{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__a5b21de4{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__2775e884{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__a372cbae{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__b02e533e{margin-left:0%}.offset-xl-1__8365b9f7{margin-left:8.33333333%}.offset-xl-2__3d14b681{margin-left:16.66666667%}.offset-xl-3__dd2a7248{margin-left:25%}.offset-xl-4__6369e204{margin-left:33.33333333%}.offset-xl-5__bc7e81c9{margin-left:41.66666667%}.offset-xl-6__23fd8b43{margin-left:50%}.offset-xl-7__0a55d61a{margin-left:58.33333333%}.offset-xl-8__19243434{margin-left:66.66666667%}.offset-xl-9__1f15a0cf{margin-left:75%}.offset-xl-10__9cdac3ae{margin-left:83.33333333%}.offset-xl-11__5a1eef61{margin-left:91.66666667%}.d-none-xl__38d54987{display:none!important}.d-block-xl__dfedbce4{display:block!important}}.confirm__7fdb2f2b{flex-grow:1;margin:0 auto;max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2);box-sizing:border-box}.confirm__7fdb2f2b.isInLightBox__2da8bd61{max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2)}.confirm__7fdb2f2b.isInSideOverlaySM__4f29e3b7{max-width:520px}.confirm__7fdb2f2b.isInSideOverlayMD__9449bb12{max-width:680px}.confirm__7fdb2f2b.isInSideOverlayLG__ab1a570d{max-width:800px}.confirmCloseButton__79e6a670{position:absolute;top:24px;right:24px}.confirmContent__9e747047{margin-bottom:24px;padding-right:56px}.confirmControls__1b2469dd{white-space:nowrap}.confirmContentTitle__bf952968{margin-bottom:12px}@media(max-width:767px){.confirmCloseButton__79e6a670{top:16px;right:16px}.confirmContent__9e747047{margin-bottom:16px}}.dateRange__80dce17a{display:flex;align-items:center}.dateRangeButton__64e0054d{z-index:1}.separator__8126ced8{width:20px;height:20px;flex-shrink:0}.divider__4d6ca58d{height:1px;margin:0;background:var(--triplex-next-Divider-Background-0-31-0);border:none}.marginTopSize-4__d2349fb2{margin-top:4px}.marginBottomSize-4__17a35bba{margin-bottom:4px}.marginTopSize-8__73c6ebc3{margin-top:8px}.marginBottomSize-8__bd723779{margin-bottom:8px}.marginTopSize-12__675cfc3d{margin-top:12px}.marginBottomSize-12__518c7e7b{margin-bottom:12px}.marginTopSize-16__3edec61c{margin-top:16px}.marginBottomSize-16__d3918710{margin-bottom:16px}.marginTopSize-20__d8d225c1{margin-top:20px}.marginBottomSize-20__d4dc1c3d{margin-bottom:20px}.marginTopSize-24__1b9f4519{margin-top:24px}.marginBottomSize-24__d7e7d0ff{margin-bottom:24px}.marginTopSize-28__82923559{margin-top:28px}.marginBottomSize-28__5988e70f{margin-bottom:28px}.marginTopSize-32__d37ed5e0{margin-top:32px}.marginBottomSize-32__fafed534{margin-bottom:32px}.smallInput__f262173d{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-0-31-0);background:var(--triplex-next-SmallInput-Background-0-31-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-0-31-0)}.smallInput__f262173d::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-0-31-0);opacity:1}.smallInput__f262173d::-ms-clear{display:none}.link__aa4b2508{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-0-31-0)}.link__aa4b2508:hover{color:var(--triplex-next-Link-Text_Color_Hover-0-31-0)}.link__aa4b2508:active{color:var(--triplex-next-Link-Text_Color_Active-0-31-0)}.link__aa4b2508:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-0-31-0)}.wordWithContent__5dd6270e{white-space:nowrap;display:inline-flex;align-items:center}.before__8b1a6929 :first-child{margin-right:2px}.after__1a589b09 :last-child{margin-left:2px}.documentNumberEdit__2eb3b5e5 .label__e659d163{display:inline-block;margin-right:8px}.documentNumberEdit__2eb3b5e5 .inputEditWrapper__0d96575d{width:68px;display:inline-block}.ellipsisLineClamp__126679b5{--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__126679b5.oneLine__266137da{word-break:break-all}.size4__052b54b1{height:4px}.size8__c5fb574b{height:8px}.size12__264fc198{height:12px}.size16__09c8f3be{height:16px}.size24__95d1da0f{height:24px}.size32__5e178ebf{height:32px}.size64__1ad44d94{height:64px}.size128__38d8f162{height:128px}.emptyView__1b882241,.container__b14c7503{display:flex;flex-direction:column;align-items:center;width:100%}.icon__80fb2cb4{flex-shrink:0}.textBlock__f1d0f751{text-align:center}button.helpBoxButton__52142f8f{position:relative;vertical-align:text-bottom}.root__82fac005{position:relative;display:flex;flex-direction:column;gap:16px;outline:none}.islandAccordion__5155bd39{margin:0;padding:0}.islandAccordion__5155bd39 .island__38c09214{padding:0}.islandAccordion__5155bd39 .item__b416a311{position:relative;list-style-type:none}.islandAccordion__5155bd39 .item__b416a311.disabled__1ad9c41e{cursor:default;pointer-events:none}.islandAccordion__5155bd39 .item__b416a311+.item__b416a311.sm__282d0c5a,.islandAccordion__5155bd39 .item__b416a311+.item__b416a311.md__d281e156{margin-top:16px}.islandAccordion__5155bd39 .item__b416a311+.item__b416a311.lg__196e4c52{margin-top:24px}.islandAccordion__5155bd39 .item__b416a311 .header__39a0c9d1{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__5155bd39 .item__b416a311 .header__39a0c9d1:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-0-31-0)}.islandAccordion__5155bd39 .item__b416a311.type1__aa3507fe:not(.opened__79b81c93) .header__39a0c9d1:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-31-0)}.islandAccordion__5155bd39 .item__b416a311.type2__75bd2371:not(.opened__79b81c93) .header__39a0c9d1:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-31-0)}.islandAccordion__5155bd39 .item__b416a311.type3__75ef86c4:not(.opened__79b81c93) .header__39a0c9d1:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-31-0)}.islandAccordion__5155bd39 .item__b416a311 .footer__ce9bd7f0{text-align:right}.islandAccordion__5155bd39 .item__b416a311 .body__08e4823c,.islandAccordion__5155bd39 .item__b416a311 .footer__ce9bd7f0{visibility:hidden}.islandAccordion__5155bd39 .item__b416a311.opened__79b81c93 .body__08e4823c,.islandAccordion__5155bd39 .item__b416a311.opened__79b81c93 .footer__ce9bd7f0{visibility:visible}.islandAccordion__5155bd39 .item__b416a311 .caretWrapper__80bd602e{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__5155bd39 .item__b416a311 .caretIcon__7b903945{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__5155bd39 .item__b416a311 .title__537c3103{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__5155bd39 .item__b416a311.sm__282d0c5a .header__39a0c9d1{padding:16px;border-radius:16px}.islandAccordion__5155bd39 .item__b416a311.sm__282d0c5a .title__537c3103{padding-right:42px}.islandAccordion__5155bd39 .item__b416a311.sm__282d0c5a .body__08e4823c,.islandAccordion__5155bd39 .item__b416a311.sm__282d0c5a .footer__ce9bd7f0{padding:0 16px 16px}.islandAccordion__5155bd39 .item__b416a311.sm__282d0c5a .caretWrapper__80bd602e{right:10px}.islandAccordion__5155bd39 .item__b416a311.sm__282d0c5a .remove__b6088bf4{right:-36px;top:18px}.islandAccordion__5155bd39 .item__b416a311.sm__282d0c5a .step__98a32144{margin-right:12px}.islandAccordion__5155bd39 .item__b416a311.md__d281e156 .header__39a0c9d1{padding:24px;border-radius:24px}.islandAccordion__5155bd39 .item__b416a311.md__d281e156 .title__537c3103{padding-right:42px}.islandAccordion__5155bd39 .item__b416a311.md__d281e156 .body__08e4823c,.islandAccordion__5155bd39 .item__b416a311.md__d281e156 .footer__ce9bd7f0{padding:0 24px 24px}.islandAccordion__5155bd39 .item__b416a311.md__d281e156 .caretWrapper__80bd602e{right:18px}.islandAccordion__5155bd39 .item__b416a311.md__d281e156 .remove__b6088bf4{right:-40px;top:26px}.islandAccordion__5155bd39 .item__b416a311.md__d281e156 .step__98a32144{margin-right:12px}.islandAccordion__5155bd39 .item__b416a311.lg__196e4c52 .header__39a0c9d1{padding:32px;border-radius:32px}.islandAccordion__5155bd39 .item__b416a311.lg__196e4c52 .title__537c3103{padding-right:44px}.islandAccordion__5155bd39 .item__b416a311.lg__196e4c52 .body__08e4823c,.islandAccordion__5155bd39 .item__b416a311.lg__196e4c52 .footer__ce9bd7f0{padding:0 32px 32px}.islandAccordion__5155bd39 .item__b416a311.lg__196e4c52 .caretWrapper__80bd602e{right:24px}.islandAccordion__5155bd39 .item__b416a311.lg__196e4c52 .remove__b6088bf4{right:-40px;top:36px}.islandAccordion__5155bd39 .item__b416a311.lg__196e4c52 .step__98a32144{margin:0 16px 0 0}.islandAccordion__5155bd39 .item__b416a311.opened__79b81c93:not(.disabled__1ad9c41e) .caretWrapper__80bd602e .caretIcon__7b903945{transform:rotate(-180deg)}.islandAccordion__5155bd39 .item__b416a311 .remove__b6088bf4{position:absolute}@media(max-width:767px){.islandAccordion__5155bd39 .item__b416a311 .title__537c3103{white-space:normal;overflow-wrap:anywhere}.islandAccordion__5155bd39 .item__b416a311 .footer__ce9bd7f0{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__5155bd39 .item__b416a311 .footer__ce9bd7f0>*{margin-left:0!important}.islandAccordion__5155bd39 .item__b416a311 .caretWrapper__80bd602e{transform:none}.islandAccordion__5155bd39 .item__b416a311.sm__282d0c5a .title__537c3103{padding-right:34px}.islandAccordion__5155bd39 .item__b416a311.sm__282d0c5a .caretWrapper__80bd602e{top:18px}.islandAccordion__5155bd39 .item__b416a311.md__d281e156 .header__39a0c9d1{padding:16px;border-radius:16px}.islandAccordion__5155bd39 .item__b416a311.md__d281e156 .title__537c3103{padding-right:34px}.islandAccordion__5155bd39 .item__b416a311.md__d281e156 .body__08e4823c,.islandAccordion__5155bd39 .item__b416a311.md__d281e156 .footer__ce9bd7f0{padding:0 16px 16px}.islandAccordion__5155bd39 .item__b416a311.md__d281e156 .caretWrapper__80bd602e{right:10px;top:18px}.islandAccordion__5155bd39 .item__b416a311.md__d281e156 .remove__b6088bf4{top:18px}.islandAccordion__5155bd39 .item__b416a311.lg__196e4c52 .header__39a0c9d1{padding:24px;border-radius:24px}.islandAccordion__5155bd39 .item__b416a311.lg__196e4c52 .title__537c3103{padding-right:34px}.islandAccordion__5155bd39 .item__b416a311.lg__196e4c52 .body__08e4823c,.islandAccordion__5155bd39 .item__b416a311.lg__196e4c52 .footer__ce9bd7f0{padding:0 24px 24px}.islandAccordion__5155bd39 .item__b416a311.lg__196e4c52 .caretWrapper__80bd602e{top:26px;right:18px}.islandAccordion__5155bd39 .item__b416a311.lg__196e4c52 .remove__b6088bf4{top:26px}}.step__5665b3cb{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__5665b3cb.sm__f417c4f8,.step__5665b3cb.md__6587097d{width:28px;height:28px}.step__5665b3cb.lg__da912447{width:32px;height:32px}.step__5665b3cb.default__f47c606a{background-color:var(--triplex-next-Step-Background_Default-0-31-0)}.step__5665b3cb.default__f47c606a>span{color:var(--triplex-next-Step-Color_Default-0-31-0)}.step__5665b3cb.done__b0c04353{background-color:var(--triplex-next-Step-Background_Done-0-31-0)}.step__5665b3cb.done__b0c04353>span{color:var(--triplex-next-Step-Color_Done-0-31-0)}.step__5665b3cb.warning__dc3897cc{background-color:var(--triplex-next-Step-Background_Warning-0-31-0)}.step__5665b3cb.warning__dc3897cc>span{color:var(--triplex-next-Step-Color_Warning-0-31-0)}.step__5665b3cb.active__54024cb7{background-color:var(--triplex-next-Step-Background_Active-0-31-0)}.step__5665b3cb.active__54024cb7>span{color:var(--triplex-next-Step-Color_Active-0-31-0)}.step__5665b3cb.error__3fb47f31{background-color:var(--triplex-next-Step-Background_Error-0-31-0)}.step__5665b3cb.error__3fb47f31>span{color:var(--triplex-next-Step-Color_Error-0-31-0)}.step__5665b3cb.disabled__3287bc2b{background-color:var(--triplex-next-Step-Background_Disabled-0-31-0)}.step__5665b3cb.disabled__3287bc2b>span{color:var(--triplex-next-Step-Color_Disabled-0-31-0)}@media(max-width:767px){.step__5665b3cb.lg__da912447{width:28px;height:28px}}.lightBox__b6ac48b4{--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__b6ac48b4.sm__e68decab{--lightBox-content-max-width: 664px}.lightBox__b6ac48b4.md__141f27e8{--lightBox-content-max-width: 864px}.lightBox__b6ac48b4.lg__7e7f8f97{--lightBox-content-max-width: 1064px}.lightBox__b6ac48b4.xl__71ec83d3{--lightBox-content-max-width: 1264px}.lightBox__b6ac48b4 .lightBoxBackdrop__fd54397b{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-31-0)}.lightBox__b6ac48b4.lightBoxSideOverlayActive__5e51fcc6,.lightBox__b6ac48b4.lightBoxTopOverlayActive__22d544e5{overflow-y:hidden}.lightBox__b6ac48b4 .lightBoxContent__84192229{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-0-31-0)}.lightBox__b6ac48b4 .lightBoxContent__84192229>.global-page{width:100%;max-width:var(--lightBox-content-max-width);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBox__b6ac48b4 .lightBoxContent__84192229>.global-page{padding:16px}}.lightBox__b6ac48b4 .loadingContentOverlay__3889ab2c{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__b6ac48b4 .lightBoxContentResizeWrapper__ee18bf6f{position:absolute;left:0;right:0;height:0}.lightBox__b6ac48b4 .tempElSafariBug__d879c53f{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__33327de6,.global-LB-less-or-equal-media-point-0 .lightBox__b6ac48b4.lightBoxSideOverlayActive__5e51fcc6{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__84192229{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__84192229{padding-left:80px;padding-right:80px}.lightBoxControls__406cba5d{z-index:100}.withKeyboardEvent__5fe1cbc8{display:inline-block}.withoutKeyboardEvent__b7f26811,.lightBox__b6ac48b4.lightBoxSideOverlayActive__5e51fcc6 .withKeyboardEvent__5fe1cbc8,.lightBox__b6ac48b4.lightBoxTopOverlayActive__22d544e5 .withKeyboardEvent__5fe1cbc8,.lightBox__b6ac48b4.isLoading__8c9e607c .withKeyboardEvent__5fe1cbc8{display:none}.lightBox__b6ac48b4.lightBoxSideOverlayActive__5e51fcc6 .withoutKeyboardEvent__b7f26811,.lightBox__b6ac48b4.lightBoxTopOverlayActive__22d544e5 .withoutKeyboardEvent__b7f26811,.lightBox__b6ac48b4.isLoading__8c9e607c .withoutKeyboardEvent__b7f26811{display:inline-block}.lightBox__b6ac48b4.isLoading__8c9e607c .lightBoxPrev__ae7f7e0b,.lightBox__b6ac48b4.isLoading__8c9e607c .lightBoxNext__79ab4973{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__406cba5d{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__4951adb5{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__af2413ce{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__9b2f1f44{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__ae7f7e0b,.global-LB-less-or-equal-media-point-0 .lightBoxNext__79ab4973{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__ae7f7e0b{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__46c07b92,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__d76c1aba{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__406cba5d{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__4951adb5{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__af2413ce{display:none}.global-LB-more-media-point-0 .lightBoxClose__9b2f1f44{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__ae7f7e0b,.global-LB-more-media-point-0 .lightBoxNext__79ab4973{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__ae7f7e0b{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__79ab4973{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__3da651ca{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__3da651ca.fixed__f5c88f76{position:fixed}.overlay__3da651ca.closing__dd3c66dd,.overlay__3da651ca.opened__a547efb8{visibility:visible;left:0;right:0}.overlayPanel__011a7b39{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-0-31-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__011a7b39.bottom__f5c5bcdd{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__011a7b39.left__53951e59{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__011a7b39.right__108d1a57{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__011a7b39.top__41ad0c0a{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__011a7b39.left__53951e59.opened__a547efb8,.overlayPanel__011a7b39.right__108d1a57.opened__a547efb8{transform:translate(0)}.overlayPanel__011a7b39.top__41ad0c0a.opened__a547efb8,.overlayPanel__011a7b39.bottom__f5c5bcdd.opened__a547efb8{transform:translateY(0)}.overlayContent__9f922d1e{display:flex;min-height:100%}.overlayMask__3c185ff5{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-0-31-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__3c185ff5.overlayOpened__6443aa61{opacity:1}.lightBoxSideOverlayLoaderWrapper__5bddabc9{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__1890e1ea{position:absolute;top:24px;right:24px;bottom:0;pointer-events:none}.lightBoxSideOverlayCloseDesktop__ce9508f7{position:sticky;top:24px;pointer-events:auto}.lightBoxSideOverlayCloseMobile__47cb3a81{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__1890e1ea{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__47cb3a81{display:block}@media(max-width:767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__47cb3a81{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__1890e1ea{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__47cb3a81{display:none}.lightBoxSideOverlayMask__c90f9de5{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-31-0)}.lightBoxSideOverlayWrapper__505d6fea{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__505d6fea.overflowXHidden__8e0d3259{overflow-x:hidden}.lightBoxSideOverlayWrapper__505d6fea.overflowYHidden__19a10f05{overflow-y:hidden}.lightBoxSideOverlayWrapper__505d6fea.closing__b7aaa78b,.lightBoxSideOverlayWrapper__505d6fea.opened__1c558519{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__505d6fea.closing__b7aaa78b{pointer-events:none}.lightBoxSideOverlayWrapper__505d6fea .global-page{max-width:var(--lightBox-content-max-width, 864px);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBoxSideOverlayWrapper__505d6fea .global-page{padding:16px}}.lightBoxSideOverlayWrapper__505d6fea .lightBoxSideOverlayContent__79cf9444{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-0-31-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__505d6fea .lightBoxSideOverlayContent__79cf9444.opened__1c558519{transform:none}.lightBoxSideOverlayWrapper__505d6fea .lightBoxSideOverlayContent__79cf9444.opening__929e7314{transform:translateY(0)}.lightBoxSideOverlayWrapper__505d6fea.sm__e68decab .global-page{width:584px;max-width:100%}.lightBoxSideOverlayWrapper__505d6fea.md__141f27e8 .global-page{width:744px;max-width:100%}.lightBoxSideOverlayWrapper__505d6fea.lg__7e7f8f97 .global-page{width:864px;max-width:100%}.lightBoxSideOverlayWrapper__505d6fea .lightBoxSideOverlayBase__98d838d5{overflow:visible;bottom:auto;height:100%}@media(max-width:767px){.lightBoxSideOverlayWrapper__505d6fea .lightBoxSideOverlayContent__79cf9444{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__505d6fea .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__505d6fea .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__27c0746b{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__27c0746b.closing__b7aaa78b,.lightBoxSideOverlay__27c0746b.opening__929e7314{overflow-x:hidden}.topOverlayMask__6ad13adf{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-0-31-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__9d6a0f6c{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__9d6a0f6c.closing__e80141ee,.topOverlayWrapper__9d6a0f6c.opened__6afeb122{bottom:0}.topOverlayWrapper__9d6a0f6c .topOverlayPanel__e0803e05{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__95bf6bd6{z-index:500}@media(max-width:767px){.topOverlayPanel__e0803e05{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__b8040510{--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__b8040510.fixed__9ccf5bcc{position:fixed}.lightBoxRightSidebar__3b12f867{--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__3b12f867.fixed__9ccf5bcc{position:fixed}.hidden__d8b3a6ca{display:none}html.scroll-0__0c392f66{--triplex-next-scroll-width: 0px}html.scroll-15__a7b2f2c9{--triplex-next-scroll-width: 15px}html.scroll-16__cce02079{--triplex-next-scroll-width: 16px}html.scroll-17__fedcf4a4{--triplex-next-scroll-width: 17px}.listMasterChipGroup__c740b672{padding:0 16px}.listMasterFooter__ef4f4290{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-0-31-0);box-shadow:var(--triplex-next-ListMaster-Footer_Shadow-0-31-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__ef4f4290.sticky__5f15a643{position:sticky;bottom:0}.listMasterFooterDescription__7b19a338{padding-right:16px}.listMasterFooterControls__c30c2891{white-space:nowrap}.listMasterHeader__43fe476e{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-0-31-0);box-shadow:var(--triplex-next-ListMaster-Header_Shadow-0-31-0)}.listMasterHeader__43fe476e.sticky__5f15a643{position:sticky;top:0;z-index:2}.selectionControls__5b075f39{display:flex;justify-content:space-between;align-items:center}.marker__893ce5f7.success__5ddf9289{background:var(--triplex-next-Marker-Background_Success-0-31-0)}.marker__893ce5f7.error__40adc18d{background:var(--triplex-next-Marker-Background_Error-0-31-0)}.marker__893ce5f7.warning__994ec150{background:var(--triplex-next-Marker-Background_Warning-0-31-0)}.marker__893ce5f7.waiting__be240e70{background:var(--triplex-next-Marker-Background_Waiting-0-31-0)}.markerStatus__f6cdddab{line-height:0;display:flex;align-items:start}.markerStatus__f6cdddab .contentContainer__f9b6455f{display:flex;flex-direction:column;text-align:left}.markerStatus__f6cdddab.md__17574ee9{gap:4px}.markerStatus__f6cdddab.md__17574ee9 .markerContainer__b72ca261{margin-top:4px}.markerStatus__f6cdddab.lg__5846e6e5{gap:6px}.markerStatus__f6cdddab.lg__5846e6e5 .contentContainer__f9b6455f{gap:4px}.markerStatus__f6cdddab.lg__5846e6e5 .markerContainer__b72ca261{margin-top:5px}.monthYearRange__b114a9fb{display:flex;align-items:center}.monthYearRangeButton__32556ea7{z-index:1}.separator__4b7fa585{width:16px;height:16px;flex-shrink:0}.orderedListItem__404f8c66{counter-increment:list-item-tx}.orderedListItem__404f8c66:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__404f8c66+.orderedListItem__404f8c66{margin-top:8px}.orderedList__f917bbb1{--start-index-tx: 0;position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx var(--start-index-tx)}.paginationExtended__26ced97b{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__1708d736 .directionIconNext__0d2909f2{transform:rotate(180deg)}.paginationPageEllipsis__150599d7{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;cursor:default}.paginationPageButton__117e3d91{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__117e3d91:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-0-31-0);outline:none}.paginationPageButton__117e3d91:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-0-31-0)}.paginationPageButton__117e3d91:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-0-31-0);cursor:grabbing}.paginationPageButton__117e3d91.currentPage__2c0253fa{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-0-31-0);cursor:default}.paginationNavigationExtended__b1e03dcc{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__28d15e15{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__28d15e15 .paginationSelectControl__bae44817{margin-left:8px;min-width:72px}.row__e7bd1319{display:flex;flex-wrap:wrap;padding-bottom:16px}.row__e7bd1319.noPaddingBottom__47c493b7,.row__e7bd1319:last-child{padding-bottom:0}.row__e7bd1319.SM__6e02d499{margin-left:-8px;margin-right:-8px}.row__e7bd1319.MD__e983b8c2{margin-left:-12px;margin-right:-12px}.segmentedControlSegment__bb49a74e{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-0-31-0);outline:none;cursor:pointer}.segmentedControlSegment__bb49a74e:disabled{cursor:default}.sm__9d7b4320 .segmentedControlSegment__bb49a74e{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__88d56a9f .segmentedControlSegment__bb49a74e{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__8ae16e6d .segmentedControlSegment__bb49a74e{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__f4553eb3 .segmentedControlSegment__bb49a74e{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-31-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-31-0)}.general1__f4553eb3 .segmentedControlSegment__bb49a74e:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-31-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-31-0)}.general1__f4553eb3 .segmentedControlSegment__bb49a74e:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-31-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-31-0)}.general1__f4553eb3 .segmentedControlSegment__bb49a74e.selected__e0a16274{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-31-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-31-0)}.general1__f4553eb3 .segmentedControlSegment__bb49a74e.selected__e0a16274:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-31-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-31-0)}.general1__f4553eb3 .segmentedControlSegment__bb49a74e.selected__e0a16274:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-31-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-31-0)}.general2__a2b6c84b .segmentedControlSegment__bb49a74e{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-31-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-31-0)}.general2__a2b6c84b .segmentedControlSegment__bb49a74e:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-31-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-31-0)}.general2__a2b6c84b .segmentedControlSegment__bb49a74e:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-31-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-31-0)}.general2__a2b6c84b .segmentedControlSegment__bb49a74e.selected__e0a16274{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-31-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-31-0)}.general2__a2b6c84b .segmentedControlSegment__bb49a74e.selected__e0a16274:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-31-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-31-0)}.general2__a2b6c84b .segmentedControlSegment__bb49a74e.selected__e0a16274:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-31-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-31-0)}.secondary1__3ab7d3c1 .segmentedControlSegment__bb49a74e{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-31-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-31-0)}.secondary1__3ab7d3c1 .segmentedControlSegment__bb49a74e:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-31-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-31-0)}.secondary1__3ab7d3c1 .segmentedControlSegment__bb49a74e:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-31-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-31-0)}.secondary1__3ab7d3c1 .segmentedControlSegment__bb49a74e.selected__e0a16274{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-31-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-31-0)}.secondary1__3ab7d3c1 .segmentedControlSegment__bb49a74e.selected__e0a16274:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-31-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-31-0)}.secondary2__bd6db8d6 .segmentedControlSegment__bb49a74e{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-31-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-31-0)}.secondary2__bd6db8d6 .segmentedControlSegment__bb49a74e:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-31-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-31-0)}.secondary2__bd6db8d6 .segmentedControlSegment__bb49a74e:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-31-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-31-0)}.secondary2__bd6db8d6 .segmentedControlSegment__bb49a74e.selected__e0a16274{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-31-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-31-0)}.secondary2__bd6db8d6 .segmentedControlSegment__bb49a74e.selected__e0a16274:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-31-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-31-0)}.segmentedControlSegment__bb49a74e:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-31-0)}.content__d7722622{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__551f7395{display:flex;gap:4px}.segmentedControl__551f7395.general1__f4553eb3{background:var(--triplex-next-SegmentedControl-General_1_Background-0-31-0)}.segmentedControl__551f7395.secondary1__3ab7d3c1{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-0-31-0)}.segmentedControl__551f7395.general2__a2b6c84b{background:var(--triplex-next-SegmentedControl-General_2_Background-0-31-0)}.segmentedControl__551f7395.secondary2__bd6db8d6{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-0-31-0)}.segmentedControl__551f7395.sm__9d7b4320{border-radius:6px;padding:4px}.segmentedControl__551f7395.md__88d56a9f{border-radius:8px;padding:4px}.segmentedControl__551f7395.lg__8ae16e6d{border-radius:10px;padding:8px}.skeleton__26756d0e{border-radius:16px;flex-grow:1}.skeleton__26756d0e.light__e4773636{animation:skeleton-light-pulse__7f0692f1 2s ease-in-out infinite}.skeleton__26756d0e.dark__aa6e903c{animation:skeleton-dark-pulse__6e112c91 2s ease-in-out infinite}@keyframes skeleton-light-pulse__7f0692f1{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-31-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-0-31-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-31-0)}}@keyframes skeleton-dark-pulse__6e112c91{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-31-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-0-31-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-31-0)}}.sliderExtendedDot__e06043ae{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-0-31-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__e06043ae:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-31-0)}.sliderExtendedDot__e06043ae.focusedByClick__b992d317:focus{box-shadow:none}.sliderExtendedDot__e06043ae:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-0-31-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__e06043ae:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-0-31-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__e06043ae.disabled__a4a553d4{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-0-31-0)}.sliderExtendedDot__e06043ae.disabled__a4a553d4:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-0-31-0)}.sliderExtendedDot__e06043ae.disabled__a4a553d4:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-0-31-0)}.sliderExtendedDot__e06043ae:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-0-31-0)}.sliderExtendedDot__e06043ae:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-31-0)}.sliderExtendedDot__e06043ae.dragByMouse__54d0a583{background:var(--triplex-next-Slider-Dot_Background_Select-0-31-0)}.sliderExtendedDot__e06043ae.dragByMouse__54d0a583:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-31-0)}.sliderExtendedDot__e06043ae:hover .sliderExtendedTooltipOverlay__f0932f99,.sliderExtendedDot__e06043ae:focus .sliderExtendedTooltipOverlay__f0932f99{visibility:visible}.sliderExtendedDot__e06043ae.lg__c347b837{width:28px;height:28px}.sliderExtendedDot__e06043ae.lg__c347b837:after{width:10px;height:10px}.sliderExtendedDot__e06043ae.lg__c347b837:before{width:14px;height:14px}.sliderExtendedMarks__42bb672f{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__0eed0bee{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__0eed0bee .sliderExtendedMarkDot__27176be4{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-0-31-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__0eed0bee .sliderExtendedMarkDot__27176be4.inSelectedRange__42dd59a2{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-0-31-0)}.sliderExtendedMark__0eed0bee.lg__c347b837{top:20px}.sliderExtendedMark__0eed0bee.lg__c347b837 .sliderExtendedMarkDot__27176be4{top:-20px}.sliderExtendedMark__0eed0bee .sliderExtendedMarkText__5f066bd9{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__0eed0bee.disabled__a4a553d4{pointer-events:none}.sliderExtendedMark__0eed0bee.disabled__a4a553d4 .sliderExtendedMarkText__5f066bd9{pointer-events:none;opacity:.35}.sliderExtendedMark__0eed0bee.disabled__a4a553d4 .sliderExtendedMarkDot__27176be4{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-31-0)}.sliderExtendedMark__0eed0bee:first-child,.sliderExtendedMark__0eed0bee:last-child{transform:none}.sliderExtendedMark__0eed0bee:first-child.reverse__62cca1bf .sliderExtendedMarkDot__27176be4{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__0eed0bee:first-child.reverse__62cca1bf .sliderExtendedMarkText__5f066bd9{margin-right:-4px}.sliderExtendedMark__0eed0bee:first-child:not(.reverse__62cca1bf) .sliderExtendedMarkDot__27176be4{left:0;transform:translate(-50%)}.sliderExtendedMark__0eed0bee:first-child .sliderExtendedMarkText__5f066bd9{margin-left:-4px}.sliderExtendedMark__0eed0bee:last-child.reverse__62cca1bf .sliderExtendedMarkDot__27176be4{left:0;transform:translate(-50%)}.sliderExtendedMark__0eed0bee:last-child.reverse__62cca1bf .sliderExtendedMarkText__5f066bd9{margin-left:-4px}.sliderExtendedMark__0eed0bee:last-child:not(.reverse__62cca1bf) .sliderExtendedMarkDot__27176be4{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__0eed0bee:last-child .sliderExtendedMarkText__5f066bd9{margin-right:-4px}.sliderExtendedMark__0eed0bee.active__2a9a7569{pointer-events:none}.sliderExtendedRail__7ba4124b{height:4px;background:var(--triplex-next-Slider-Rail_Background-0-31-0);cursor:pointer}.sliderExtended__979abf1c{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__979abf1c.disabled__a4a553d4 .sliderExtendedRail__7ba4124b{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-0-31-0)}.sliderExtended__979abf1c.lg__c347b837{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__bba4032f{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-0-31-0);z-index:10}.sliderExtendedTrack__bba4032f.lg__c347b837{top:12px}.sliderExtendedTrack__bba4032f:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-31-0)}.sliderExtendedTrack__bba4032f.focusedByClick__b992d317:focus{box-shadow:none}.sliderExtendedTrack__bba4032f.hoverOrDragByMouse__11a08e6e{background:var(--triplex-next-Slider-Track_Background_Hover-0-31-0)}.sliderExtendedTrack__bba4032f.staticSlider__62ed0cd4{cursor:default;pointer-events:none}.sliderExtendedTrack__bba4032f.disabled__a4a553d4{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-0-31-0)}.sliderExtendedTooltipOverlay__f0932f99{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__f0932f99.lg__c347b837{bottom:32px}.sliderExtendedTooltipOverlay__f0932f99 .tooltipBody__f3dcbcdc{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-0-31-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-0-31-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__f0932f99 .tooltipTip__ad4daf22{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-0-31-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.sliderExtendedTooltipOverlay__f0932f99 .tooltipTip__ad4daf22{margin:-.5px}}.smsField__47b57d33{display:inline-block;position:relative;width:100%}.smsField__47b57d33 .input__bf96c7f5{text-align:center}.smsField__47b57d33 .input__bf96c7f5::placeholder{opacity:1}.smsField__47b57d33 .input__bf96c7f5:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-0-31-0)}.smsField__47b57d33 .input__bf96c7f5.lg__44c5af66{padding:18px 40px}.smsField__47b57d33 .input__bf96c7f5.md__b8c12c08{padding-left:26px;padding-right:26px}.smsField__47b57d33 .input__bf96c7f5.sm__4bb3adb7{padding-left:20px;padding-right:20px}.smsField__47b57d33 .btnRefresh__13d8627c{position:absolute;outline:none;z-index:1}.smsField__47b57d33 .btnRefresh__13d8627c.lg__44c5af66{top:12px;left:12px;height:32px;width:32px}.smsField__47b57d33 .btnRefresh__13d8627c.md__b8c12c08{top:10px;left:10px}.smsField__47b57d33 .btnRefresh__13d8627c.sm__4bb3adb7{top:4px;left:4px}.smsField__47b57d33 .btnRefresh__13d8627c .full__631a636f{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-0-31-0)}.smsField__47b57d33 .btnRefresh__13d8627c .empty__35749f45{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-0-31-0)}.smsField__47b57d33 .btnRefresh__13d8627c:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-0-31-0)}.smsField__47b57d33 .btnSubmit__696c4ff6{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-0-31-0)}.smsField__47b57d33 .btnSubmit__696c4ff6.active__a2040463:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-0-31-0)}.smsField__47b57d33 .btnSubmit__696c4ff6.active__a2040463:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-0-31-0)}.smsField__47b57d33 .btnSubmit__696c4ff6.lg__44c5af66{top:15px;right:15px;height:26px;width:26px}.smsField__47b57d33 .btnSubmit__696c4ff6.md__b8c12c08{top:10px;right:10px}.smsField__47b57d33 .btnSubmit__696c4ff6.sm__4bb3adb7{top:4px;right:4px}.spoiler__88875204{display:flex;flex-direction:column}.spoiler__88875204.opened__1cb02168 .caretIcon__eb5c0157{transform:rotate(-180deg)}.spoiler__88875204 .head__9e5c64cc .caretIcon__eb5c0157{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__88875204 .head__9e5c64cc button>span{white-space:normal;text-align:left}.spoiler__88875204 .content__f8af9f1f.hidden__acaaa46e{display:none}.spoiler__88875204 .lg__9ae40ca3 .content__f8af9f1f{margin-top:8px}.spoiler__88875204 .md__4d749f14 .content__f8af9f1f{margin-top:0}.spoiler__88875204 .sm__e175b799 .content__f8af9f1f{margin-top:-4px}.statusTrackerWrapper__1cfb5c51{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-0-31-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-0-31-0);overflow:hidden;height:100%}.statusTrackerWrapper__1cfb5c51 .statusTracker__b1237b6f{width:100%;padding:40px 24px 16px;box-sizing:border-box;z-index:1;text-align:center}.statusTrackerWrapper__1cfb5c51 .statusTracker__b1237b6f.verticalAlignMiddle__9db5c5f1{align-self:center}.statusTrackerWrapper__1cfb5c51 .statusTracker__b1237b6f.verticalAlignBottom__fbdf4eb0{align-self:end}.statusTrackerWrapper__1cfb5c51 .statusTracker__b1237b6f .statusTrackerChild__b3f4c44d{padding:8px 0}.statusTrackerWrapper__1cfb5c51 .statusTracker__b1237b6f .statusTrackerChild__b3f4c44d:empty{padding:0}.statusTrackerWrapper__1cfb5c51 .statusTracker__b1237b6f .statusTrackerSum__5c216a1f,.statusTrackerWrapper__1cfb5c51 .statusTracker__b1237b6f .statusTrackerTitle__c5b67434{padding-bottom:4px}.statusTrackerWrapper__1cfb5c51 .statusTracker__b1237b6f .statusTrackerDescription__7bb8764f{display:block;padding-top:8px}.statusTrackerWrapper__1cfb5c51 .statusTracker__b1237b6f .statusTrackerAlert__87d084d3{margin-top:12px;text-align:left}.statusTrackerWrapper__1cfb5c51 .statusTracker__b1237b6f .statusTrackerStatus__7fdcf0a3{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__1cfb5c51 .statusTracker__b1237b6f .statusTrackerFooterWrapper__0496ed58{display:grid}.statusTrackerWrapper__1cfb5c51 .statusTracker__b1237b6f .statusTrackerFooterWrapper__0496ed58 .statusTrackerDescription__7bb8764f:last-child{padding-top:0}.statusTrackerWrapper__1cfb5c51 .statusTracker__b1237b6f .statusTrackerFooterWrapper__0496ed58 .statusTrackerButton__fa815dc7{margin-bottom:12px}.statusTrackerWrapper__1cfb5c51 .statusTracker__b1237b6f .statusTrackerFooterWrapper__0496ed58 .statusTrackerButton__fa815dc7:last-child{margin-bottom:0}.statusTrackerWrapper__1cfb5c51 .statusTrackerColor__0264dd4f{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__1cfb5c51 .statusTrackerColor__0264dd4f.waiting__f911b0f6{background:var(--triplex-next-StatusTracker-Waiting_Color-0-31-0)}.statusTrackerWrapper__1cfb5c51 .statusTrackerColor__0264dd4f.warning__23c2fd58{background:var(--triplex-next-StatusTracker-Warning_Background-0-31-0)}.statusTrackerWrapper__1cfb5c51 .statusTrackerColor__0264dd4f.rejected__942fcb30{background:var(--triplex-next-StatusTracker-Rejected_Color-0-31-0)}.statusTrackerWrapper__1cfb5c51 .statusTrackerColor__0264dd4f.approved__b20b1e9a{background:var(--triplex-next-StatusTracker-Approved_Color-0-31-0)}.statusTrackerWrapper__1cfb5c51 .statusTrackerBackground__3bfef48a{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__1cfb5c51 .statusTrackerBackground__3bfef48a.waiting__f911b0f6{background:var(--triplex-next-StatusTracker-Waiting_Background-0-31-0)}.statusTrackerWrapper__1cfb5c51 .statusTrackerBackground__3bfef48a.warning__23c2fd58{background:var(--triplex-next-StatusTracker-Warning_Background-0-31-0)}.statusTrackerWrapper__1cfb5c51 .statusTrackerBackground__3bfef48a.rejected__942fcb30{background:var(--triplex-next-StatusTracker-Rejected_Background-0-31-0)}.statusTrackerWrapper__1cfb5c51 .statusTrackerBackground__3bfef48a.approved__b20b1e9a{background:var(--triplex-next-StatusTracker-Approved_Background-0-31-0)}@media(max-width:767px){.statusTrackerWrapper__1cfb5c51{border-radius:16px}}.stepperStep__e964c337{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__e964c337+.stepperStep__e964c337{margin-left:12px}.stepperStep__e964c337.sm__bd4fbd3b{font-size:12px;line-height:16px}.stepperStep__e964c337.sm__bd4fbd3b:not(:last-child) .content__8ad63ff1{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__e964c337.sm__bd4fbd3b:last-child .content__8ad63ff1{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__e964c337.sm__bd4fbd3b:last-child .arrow__4b980970{display:none}.stepperStep__e964c337.md__17f2bf88{font-size:14px;line-height:20px}.stepperStep__e964c337.md__17f2bf88:not(:last-child) .content__8ad63ff1{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__e964c337.md__17f2bf88:last-child .content__8ad63ff1{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__e964c337.md__17f2bf88:last-child .arrow__4b980970{display:none}.stepperStep__e964c337.lg__fef1d829{font-size:16px;line-height:20px}.stepperStep__e964c337.lg__fef1d829:not(:last-child) .content__8ad63ff1{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__e964c337.lg__fef1d829:last-child .content__8ad63ff1{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__e964c337.lg__fef1d829:last-child .arrow__4b980970{display:none}.stepperStep__e964c337:hover:not(.active__91e928f5):not(.disabled__41021f2d) .content__8ad63ff1{border-color:var(--triplex-next-Stepper-Step_Background_Hover-0-31-0);background:var(--triplex-next-Stepper-Step_Background_Hover-0-31-0)}.stepperStep__e964c337:hover:not(.active__91e928f5):not(.disabled__41021f2d) .arrow__4b980970 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-31-0)}.stepperStep__e964c337:hover:not(.active__91e928f5):not(.disabled__41021f2d) .arrow__4b980970 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-31-0)}.stepperStep__e964c337.active__91e928f5{cursor:default}.stepperStep__e964c337.active__91e928f5 .content__8ad63ff1{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-0-31-0)}.stepperStep__e964c337.active__91e928f5 .arrow__4b980970 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-0-31-0)}.stepperStep__e964c337.active__91e928f5.error__9dc74ee3 .content__8ad63ff1{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-0-31-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-31-0)}.stepperStep__e964c337.active__91e928f5.error__9dc74ee3 .arrow__4b980970 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-31-0)}.stepperStep__e964c337.active__91e928f5.error__9dc74ee3 .arrow__4b980970 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-0-31-0)}.stepperStep__e964c337.active__91e928f5.warning__6c0b71a1 .content__8ad63ff1{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-31-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-31-0)}.stepperStep__e964c337.active__91e928f5.warning__6c0b71a1 .arrow__4b980970 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-31-0)}.stepperStep__e964c337.active__91e928f5.warning__6c0b71a1 .arrow__4b980970 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-31-0)}.stepperStep__e964c337.completed__d86696ad.error__9dc74ee3 .content__8ad63ff1{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-31-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-31-0)}.stepperStep__e964c337.completed__d86696ad.error__9dc74ee3 .arrow__4b980970 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-31-0)}.stepperStep__e964c337.completed__d86696ad.error__9dc74ee3 .arrow__4b980970 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-31-0)}.stepperStep__e964c337.completed__d86696ad.error__9dc74ee3:hover .content__8ad63ff1{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-31-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-31-0)}.stepperStep__e964c337.completed__d86696ad.error__9dc74ee3:hover .arrow__4b980970 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-31-0)}.stepperStep__e964c337.completed__d86696ad.error__9dc74ee3:hover .arrow__4b980970 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-31-0)}.stepperStep__e964c337.completed__d86696ad.warning__6c0b71a1 .content__8ad63ff1{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-31-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-31-0)}.stepperStep__e964c337.completed__d86696ad.warning__6c0b71a1 .arrow__4b980970 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-31-0)}.stepperStep__e964c337.completed__d86696ad.warning__6c0b71a1 .arrow__4b980970 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-31-0)}.stepperStep__e964c337.completed__d86696ad.warning__6c0b71a1:hover .content__8ad63ff1{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-31-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-31-0)}.stepperStep__e964c337.completed__d86696ad.warning__6c0b71a1:hover .arrow__4b980970 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-31-0)}.stepperStep__e964c337.completed__d86696ad.warning__6c0b71a1:hover .arrow__4b980970 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-31-0)}.stepperStep__e964c337.inactive__11cf81f6 :not(.error__9dc74ee3):not(.warning__6c0b71a1) .content__8ad63ff1{color:var(--triplex-next-Stepper-Step_Color_Default-0-31-0)}.stepperStep__e964c337.inactive__11cf81f6 :not(.error__9dc74ee3):not(.warning__6c0b71a1):hover .content__8ad63ff1{color:var(--triplex-next-Stepper-Step_Color_Hover-0-31-0)}.stepperStep__e964c337.inactive__11cf81f6.error__9dc74ee3 .content__8ad63ff1{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-31-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-31-0)}.stepperStep__e964c337.inactive__11cf81f6.error__9dc74ee3 .arrow__4b980970 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-31-0)}.stepperStep__e964c337.inactive__11cf81f6.error__9dc74ee3 .arrow__4b980970 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-31-0)}.stepperStep__e964c337.inactive__11cf81f6.error__9dc74ee3:hover .content__8ad63ff1{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-31-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-31-0)}.stepperStep__e964c337.inactive__11cf81f6.error__9dc74ee3:hover .arrow__4b980970 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-31-0)}.stepperStep__e964c337.inactive__11cf81f6.error__9dc74ee3:hover .arrow__4b980970 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-31-0)}.stepperStep__e964c337.inactive__11cf81f6.warning__6c0b71a1 .content__8ad63ff1{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-31-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-31-0)}.stepperStep__e964c337.inactive__11cf81f6.warning__6c0b71a1 .arrow__4b980970 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-31-0)}.stepperStep__e964c337.inactive__11cf81f6.warning__6c0b71a1 .arrow__4b980970 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-31-0)}.stepperStep__e964c337.inactive__11cf81f6.warning__6c0b71a1:hover .content__8ad63ff1{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-31-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-31-0)}.stepperStep__e964c337.inactive__11cf81f6.warning__6c0b71a1:hover .arrow__4b980970 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-31-0)}.stepperStep__e964c337.inactive__11cf81f6.warning__6c0b71a1:hover .arrow__4b980970 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-31-0)}.stepperStep__e964c337.disabled__41021f2d{pointer-events:none}.stepperStep__e964c337.disabled__41021f2d .content__8ad63ff1{color:var(--triplex-next-Stepper-Step_Color_Disabled-0-31-0)}.stepperStep__e964c337.disabled__41021f2d .content__8ad63ff1{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-0-31-0)}.stepperStep__e964c337.disabled__41021f2d .arrow__4b980970 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-0-31-0)}.stepperStep__e964c337.focusVisible__be172845.completed__d86696ad .content__8ad63ff1,.stepperStep__e964c337.focusVisible__be172845.active__91e928f5 .content__8ad63ff1,.stepperStep__e964c337.focusVisible__be172845.inactive__11cf81f6 .content__8ad63ff1{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-31-0)}.stepperStep__e964c337.focusVisible__be172845.completed__d86696ad .arrow__4b980970 path:last-child,.stepperStep__e964c337.focusVisible__be172845.active__91e928f5 .arrow__4b980970 path:last-child,.stepperStep__e964c337.focusVisible__be172845.inactive__11cf81f6 .arrow__4b980970 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-31-0)}.stepperStep__e964c337.focusVisible__be172845.completed__d86696ad:hover .content__8ad63ff1,.stepperStep__e964c337.focusVisible__be172845.active__91e928f5:hover .content__8ad63ff1,.stepperStep__e964c337.focusVisible__be172845.inactive__11cf81f6:hover .content__8ad63ff1{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-31-0)}.stepperStep__e964c337.focusVisible__be172845.completed__d86696ad:hover .arrow__4b980970 path:last-child,.stepperStep__e964c337.focusVisible__be172845.active__91e928f5:hover .arrow__4b980970 path:last-child,.stepperStep__e964c337.focusVisible__be172845.inactive__11cf81f6:hover .arrow__4b980970 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-31-0)}.content__8ad63ff1{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-0-31-0);color:var(--triplex-next-Stepper-Step_Color_Hover-0-31-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-0-31-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.arrow__4b980970{transform:translate(0)}.arrow__4b980970 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-31-0)}.arrow__4b980970 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-31-0)}.icon__e2a57268{display:inline-flex;align-items:center;line-height:0}.nonempty__ef094a8f .icon__e2a57268{margin-right:6px}.stepperExtended__da547fcd{display:flex;padding:0;margin:0;list-style:none}.stepperCarousel__02222bbd{position:relative}.stepperCarousel__02222bbd:hover .stepperButtonWrapper__1d5c7671{opacity:1;pointer-events:auto}.stepperButtonWrapper__1d5c7671{position:absolute;top:0;z-index:1;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.stepperButtonWrapper__1d5c7671.prev__977d367f{left:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Prev-0-31-0)}.stepperButtonWrapper__1d5c7671.next__b6c70136{right:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Next-0-31-0)}.stepperButton__fc53f349.sm__bd4fbd3b{height:28px;width:28px}.stepperButton__fc53f349.md__17f2bf88{height:40px;width:40px}.stepperButton__fc53f349.lg__fef1d829{height:56px;width:56px}@media(max-width:767px){.stepperButtonWrapper__1d5c7671{display:none}}.suggestFieldMobileBody__0b80dc3b{height:176px}.suggestFieldMobileDropdownHint__f572b59d{padding:16px}.noColumns__7ff0924a{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__7ff0924a>.content__0c446238{width:456px;text-align:center}.filterPanel__5925f49c{padding:8px 0 24px;border-radius:8px 8px 0 0}.chipPanelLinks__35c1ff17{display:flex;height:28px;z-index:1;margin-left:auto}.chipPanelLinks__35c1ff17>a:not(:first-child){margin-left:16px}.chipPanel__f971e917{display:flex;justify-content:space-between}@keyframes fadeIn__539e26e5{0%{opacity:0}to{opacity:1}}.tableBasic__0746a9b7{position:relative}.tableBasic__0746a9b7 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__0746a9b7 table th.alignLeft__5bdd7f9d,.tableBasic__0746a9b7 table td.alignLeft__5bdd7f9d{text-align:left}.tableBasic__0746a9b7 table th.alignRight__f3e9ef1d,.tableBasic__0746a9b7 table td.alignRight__f3e9ef1d{text-align:right}.tableBasic__0746a9b7 table th.alignCenter__06b61b55,.tableBasic__0746a9b7 table td.alignCenter__06b61b55{text-align:center}.tableBasic__0746a9b7 table th.verticalAlignBaseline__67d7df03,.tableBasic__0746a9b7 table td.verticalAlignBaseline__67d7df03{vertical-align:baseline}.tableBasic__0746a9b7 table th.verticalAlignSub__4b6bec9f,.tableBasic__0746a9b7 table td.verticalAlignSub__4b6bec9f{vertical-align:sub}.tableBasic__0746a9b7 table th.verticalAlignSuper__0abdfad5,.tableBasic__0746a9b7 table td.verticalAlignSuper__0abdfad5{vertical-align:super}.tableBasic__0746a9b7 table th.verticalAlignTextTop__42ac7e3b,.tableBasic__0746a9b7 table td.verticalAlignTextTop__42ac7e3b{vertical-align:text-top}.tableBasic__0746a9b7 table th.verticalAlignTextBottom__333f6081,.tableBasic__0746a9b7 table td.verticalAlignTextBottom__333f6081{vertical-align:text-bottom}.tableBasic__0746a9b7 table th.verticalAlignMiddle__8f4bae42,.tableBasic__0746a9b7 table td.verticalAlignMiddle__8f4bae42{vertical-align:middle}.tableBasic__0746a9b7 table th.verticalAlignTop__2355a5b3,.tableBasic__0746a9b7 table td.verticalAlignTop__2355a5b3{vertical-align:top}.tableBasic__0746a9b7 table th.verticalAlignBottom__eb1882c5,.tableBasic__0746a9b7 table td.verticalAlignBottom__eb1882c5{vertical-align:bottom}.tableBasic__0746a9b7 table>thead>tr{height:48px}.tableBasic__0746a9b7 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-0-31-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-31-0)}.tableBasic__0746a9b7 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__0746a9b7 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__0746a9b7 table>thead>tr>th.checkboxType__dc6141a2{padding:16px 12px}.tableBasic__0746a9b7 table>thead>tr>th .thBlock__acdf4b7b{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__0746a9b7 table>thead>tr>th .thBlock__acdf4b7b.order__f597577f{cursor:pointer}.tableBasic__0746a9b7 table>thead>tr>th .thBlock__acdf4b7b.order__f597577f .orderButton__0bc21d5b{display:flex;visibility:hidden;align-items:center}.tableBasic__0746a9b7 table>thead>tr>th .thBlock__acdf4b7b.order__f597577f .orderButton__0bc21d5b.alignLeft__5bdd7f9d{margin-right:8px}.tableBasic__0746a9b7 table>thead>tr>th .thBlock__acdf4b7b.order__f597577f .orderButton__0bc21d5b.alignRight__f3e9ef1d{margin-left:8px}.tableBasic__0746a9b7 table>thead>tr>th .thBlock__acdf4b7b.order__f597577f .orderButton__0bc21d5b.sorted__03c58a36{visibility:visible}.tableBasic__0746a9b7 table>thead>tr>th .thBlock__acdf4b7b.order__f597577f:hover .orderButton__0bc21d5b{visibility:visible}.tableBasic__0746a9b7 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-31-0)}.tableBasic__0746a9b7 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__0746a9b7 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__0746a9b7 table>tbody>tr>td.textType__b0595c04{padding:12px}.tableBasic__0746a9b7 table>tbody>tr>td.componentsType__90968107{padding:8px 12px}.tableBasic__0746a9b7 table>tbody>tr>td.checkboxType__dc6141a2{padding:10px 12px 12px}.tableBasic__0746a9b7 table>tbody>tr.selected__4f9511ba>td{background-color:var(--triplex-next-TableBasic-Background_Selected-0-31-0)}.tableBasic__0746a9b7 table>tbody.clickable__c202e344>tr{cursor:pointer}.tableBasic__0746a9b7 table>tbody.hoverable__e5f40a08>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-0-31-0)}.tableBasic__0746a9b7 .footerEmptyData__f5c2e3a8{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__0746a9b7 .spinnerWrapper__f143f8ea{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__0746a9b7 .spinnerWrapper__f143f8ea .tableLoaderScreen__77922e82{border-radius:8px 8px 0 0}.tableBasic__0746a9b7 .overlayCover__9c72cf4e{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-0-31-0);animation:fadeIn__539e26e5 .3s}.tableBasicSettingsBody__377aaf9a{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__5b9b7829{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-31-0)!important}.columnSettingsSortableListItemTarget__5b9b7829:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-31-0)!important}.columnSettingsSortableListItemTarget__5b9b7829.dragging__4c2b1117{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-31-0)!important}.columnSettingsStaticListItem__1fdaf67d{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-31-0)}.tableBasicSettingsFooter__04b3bd0a{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-31-0);padding:11px 12px 12px}.tableBasicSettingsHeader__9e051f02{padding:16px 12px 12px}.tableSettingsLink__b204fe87{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__05855b67{width:320px}.tableFooterWrapper__74814386{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__74814386 .tableFooterShadow__a2e869b0{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-0-31-0);pointer-events:none}.tableFooterWrapper__74814386 .tableFooter__90db5f55{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-0-31-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__74814386 .tableFooter__90db5f55 .tableFooterSummary__4361c57d{display:flex;align-items:center}.tableFooterWrapper__74814386 .tableFooter__90db5f55 .tableFooterSummary__4361c57d .tableFooterSummarySelectedCount__ddacef1b,.tableFooterWrapper__74814386 .tableFooter__90db5f55 .tableFooterSummary__4361c57d .tableFooterSummarySelectAllButton__2896db9c,.tableFooterWrapper__74814386 .tableFooter__90db5f55 .tableFooterSummary__4361c57d .tableFooterSummaryAmount__11289fc8{display:inline-flex}.tableFooterWrapper__74814386 .tableFooter__90db5f55 .tableFooterSummary__4361c57d .tableFooterSummarySelectedCount__ddacef1b,.tableFooterWrapper__74814386 .tableFooter__90db5f55 .tableFooterSummary__4361c57d .tableFooterSummarySelectAllButton__2896db9c,.tableFooterWrapper__74814386 .tableFooter__90db5f55 .tableFooterSummary__4361c57d .tableFooterSummaryAmount__11289fc8,.tableFooterWrapper__74814386 .tableFooter__90db5f55 .tableFooterSummary__4361c57d .tableFooterSummaryLabel__0646baf7{margin-left:24px}@media(max-width:767px){.tableFooterWrapper__74814386{height:112px}}.paginationPanel__bb3084d9{margin-top:16px}.masterTable__5aeed183,.tabsExtended__45f90e2c{position:relative}.tabsExtendedContent__916ff733{display:inline-flex}.tabsExtendedContent__916ff733.sm__42004a9e{border-radius:6px;padding:4px}.tabsExtendedContent__916ff733.md__a9a70ff7{border-radius:8px;padding:4px}.tabsExtendedContent__916ff733.lg__0832ee91{border-radius:10px;padding:8px}.tabsExtendedTab__6357d7f3{display:flex}.tabsExtendedTab__6357d7f3+.tabsExtendedTab__6357d7f3,.tabsExtendedDropdown__408bf9c5{margin-left:4px}.tabsReal__929c57d6,.tabsFake__cde2fe02{display:flex;box-sizing:border-box;width:100%}.tabsReal__929c57d6.hidden__3f7e31e5{visibility:hidden}.tabsReal__929c57d6 .tabsExtendedTab__6357d7f3.hidden__3f7e31e5{display:none}.tabsFake__cde2fe02{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__83e9c2cf .tabsExtendedContent__916ff733{background-color:var(--triplex-next-Tabs-Type1_Background-0-31-0)}.type2__8cc2e62e .tabsExtendedContent__916ff733{background-color:var(--triplex-next-Tabs-Type2_Background-0-31-0)}.tabsExtendedTabButton__906f29bf{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-0-31-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__906f29bf .notificationIcon__0722903d{position:absolute}.tabsExtendedTabButton__906f29bf.lg__0832ee91{border-radius:6px;padding:9px 16px}.tabsExtendedTabButton__906f29bf.lg__0832ee91 .notificationIcon__0722903d{right:6px;top:6px}.tabsExtendedTabButton__906f29bf.md__a9a70ff7{border-radius:4px;padding:5px 16px}.tabsExtendedTabButton__906f29bf.md__a9a70ff7 .notificationIcon__0722903d{right:4px;top:4px}.tabsExtendedTabButton__906f29bf.sm__42004a9e{border-radius:4px;padding:1px 16px}.tabsExtendedTabButton__906f29bf.sm__42004a9e .notificationIcon__0722903d{right:3px;top:3px}.tabsExtendedTabButton__906f29bf .tabsExtendedTabButtonTextDefault__71bc809f{display:block}.tabsExtendedTabButton__906f29bf .tabsExtendedTabButtonTextHover__311b40de,.tabsExtendedTabButton__906f29bf:hover .tabsExtendedTabButtonTextDefault__71bc809f,.tabsExtendedTabButton__906f29bf.selected__765eb1a9 .tabsExtendedTabButtonTextDefault__71bc809f{display:none}.tabsExtendedTabButton__906f29bf:hover .tabsExtendedTabButtonTextHover__311b40de,.tabsExtendedTabButton__906f29bf.selected__765eb1a9 .tabsExtendedTabButtonTextHover__311b40de{display:block}.tabsExtendedTabButton__906f29bf::-moz-focus-inner{border:none}.tabsExtendedTabButton__906f29bf+.tabsExtendedTabButton__906f29bf{margin-left:2px}.tabsExtendedTabButton__906f29bf:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-0-31-0)}.tabsExtendedTabButton__906f29bf.type1__83e9c2cf{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-0-31-0)}.tabsExtendedTabButton__906f29bf.type1__83e9c2cf.selected__765eb1a9{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-0-31-0)}.tabsExtendedTabButton__906f29bf.type1__83e9c2cf:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-0-31-0)}.tabsExtendedTabButton__906f29bf.type2__8cc2e62e{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-0-31-0)}.tabsExtendedTabButton__906f29bf.type2__8cc2e62e.selected__765eb1a9{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-0-31-0)}.tabsExtendedTabButton__906f29bf.type2__8cc2e62e:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-0-31-0)}.tabsContent__d88cb679 .tabButtonDropdown__4c75af5c{justify-content:center;padding:0!important;border-radius:0!important;background:none!important}.tabsContent__d88cb679 .tabButtonDropdown__4c75af5c.sm__d6836c91{min-width:20px;min-height:20px;height:20px}.tabsContent__d88cb679 .tabButtonDropdown__4c75af5c.md__0330470c{min-width:32px;min-height:32px;height:32px}.tabsContent__d88cb679 .tabButtonDropdown__4c75af5c.lg__b386a796{min-width:40px;min-height:40px;height:40px}.tag__6e0ea03b{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-0-31-0);border-radius:4px;gap:2px}.tag__6e0ea03b.sm__7af80639{height:20px;padding:2px 4px 2px 6px}.tag__6e0ea03b.md__1caa190c{height:28px;padding:4px 6px 4px 8px}.tag__6e0ea03b.lg__8de4c09e{height:32px;padding:6px 8px 6px 10px}.content__41a29b7e{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagColor__aab125ce{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__aab125ce.sm__a3ac9fa6{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__aab125ce.md__0408cb94{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__aab125ce.lg__02a9b36a{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__aab125ce.default__3e5d54d1{background:var(--triplex-next-TagColor-Background_Default-0-31-0)}.tagColor__aab125ce.success__f1b36f4c{background:var(--triplex-next-TagColor-Background_Success-0-31-0)}.tagColor__aab125ce.info__92f2bab0{background:var(--triplex-next-TagColor-Background_Info-0-31-0)}.tagColor__aab125ce.warning__487477e5{background:var(--triplex-next-TagColor-Background_Warning-0-31-0)}.tagColor__aab125ce.error__70bc2c93{background:var(--triplex-next-TagColor-Background_Error-0-31-0)}.content__f5dd9e1f{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-0-31-0)}.tagGroup__24923ba0.sm__d0704b4e{margin:-2px}.tagGroup__24923ba0.sm__d0704b4e>*{margin:2px}.tagGroup__24923ba0.md__11c3504c{margin:-4px}.tagGroup__24923ba0.md__11c3504c>*{margin:4px}.tagGroup__24923ba0.lg__816becf2{margin:-6px}.tagGroup__24923ba0.lg__816becf2>*{margin:6px}.uploadZone__e292ca29{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-0-31-0)}.uploadZone__e292ca29:hover{background:var(--triplex-next-UploadZone-Background_Hover-0-31-0)}.uploadZoneDragArea__7c95f18b{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-31-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__7bb66ce1{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-31-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-0-31-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-0-31-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__4c353a10{display:none}@media(max-width:767px){.uploadZone__e292ca29,.uploadZone__e292ca29:hover{background:none}.uploadZoneDragArea__7c95f18b{display:none}}