@sberbusiness/triplex-next 1.32.0 → 1.34.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 (455) hide show
  1. package/README.md +36 -33
  2. package/chunks/{AlertProcessSpoiler-p-fWJ9CC.js → AlertProcessSpoiler-DaiPrsW6.js} +11 -11
  3. package/chunks/{CalendarViewItem-y_OwskEF.js → CalendarViewItem-DBzrBL3f.js} +15 -15
  4. package/chunks/Card.module-Pe2ogNIk.js +18 -0
  5. package/chunks/CheckboxTreeExtended.module-D-nuxCw2.js +15 -0
  6. package/chunks/Chip-l3XTM9L_.js +85 -0
  7. package/chunks/Confirm.module-BBLLzr0p.js +15 -0
  8. package/chunks/{DropdownListItem-CBAmYB__.js → DropdownListItem-Db1_Qf-T.js} +9 -9
  9. package/chunks/DropdownMobile.module-yjUQwtlN.js +23 -0
  10. package/chunks/Footer.module-CT9KM6mo.js +9 -0
  11. package/chunks/{FormFieldInput-d6WkPngW.js → FormFieldInput-DFQ9utC5.js} +10 -10
  12. package/chunks/HeaderLayoutSidebar.module-DyYzCUfm.js +9 -0
  13. package/chunks/HeaderTabs.module-xtUGHrWk.js +9 -0
  14. package/chunks/{HeaderTitle.module-CFdpGGVy.js → HeaderTitle.module-XER-L3oZ.js} +2 -2
  15. package/chunks/ImageGalleryExtendedMain.module-XdOAzDPn.js +17 -0
  16. package/chunks/ImageGalleryExtendedThumb-DyFhUrYf.js +28 -0
  17. package/chunks/IslandAccordion.module-CJbyk2md.js +25 -0
  18. package/chunks/IslandWidgetFooter.module-DmCVzrdZ.js +9 -0
  19. package/chunks/IslandWidgetHeader.module-DsL-iWLC.js +13 -0
  20. package/chunks/{LightBoxContent-CUHF8ym9.js → LightBoxContent--zK60qip.js} +10 -10
  21. package/chunks/LightBoxControls.module-CzFWAOVn.js +16 -0
  22. package/chunks/LightBoxSideOverlayClose.module-DMvLOKDr.js +9 -0
  23. package/chunks/{ListItemControlsButton-GwTSx9t3.js → ListItemControlsButton-DOzJu8QS.js} +11 -11
  24. package/chunks/ListItemTail.module-BktNzHQ3.js +12 -0
  25. package/chunks/ListMasterFooter.module-BupkMzcp.js +10 -0
  26. package/chunks/ModalWindow.module-BKssph_P.js +17 -0
  27. package/chunks/Notification.module-BU6Z_ATv.js +20 -0
  28. package/chunks/Overlay.module-MZsYSnWB.js +18 -0
  29. package/chunks/Page.module-CS5TUL6b.js +11 -0
  30. package/chunks/SMSField.module-C73HM5Ag.js +16 -0
  31. package/chunks/SliderExtendedMarks.module-BONXJjKi.js +15 -0
  32. package/chunks/{SliderExtendedRail-s3nj0g7A.js → SliderExtendedRail-DmkehIF9.js} +6 -6
  33. package/chunks/StatusTracker.module-BpNMTLV3.js +24 -0
  34. package/chunks/{StepperStepArrowBorder-7nXw_k6S.js → StepperStepArrowBorder-D7k-xdb7.js} +6 -6
  35. package/chunks/{SuggestFieldMobileDropdownHint-DTd9ZRJc.js → SuggestFieldMobileDropdownHint-AG8aD2R1.js} +4 -4
  36. package/chunks/TableFooter.module-gdlmAJMs.js +14 -0
  37. package/chunks/TabsExtended.module-CAl-vyry.js +16 -0
  38. package/chunks/TabsLine.module-DzWGxbiq.js +21 -0
  39. package/chunks/TooltipDesktop.module-Bfmd95Xq.js +19 -0
  40. package/chunks/TreeView.module-zhlptASD.js +9 -0
  41. package/chunks/{UploadZoneInput-DH0deFXt.js → UploadZoneInput-DsuMWKCX.js} +8 -8
  42. package/chunks/{constants-Dsgjokad.js → constants-BU5P5Suc.js} +10 -10
  43. package/chunks/{utils-C0vdTK6h.js → utils-B0yofitE.js} +4 -4
  44. package/chunks/utils-BWmvhfLt.js +73 -0
  45. package/chunks/utils-DeQzy52G.js +24 -0
  46. package/chunks/{utils-CXTWVT_w.js → utils-YOUyx-FI.js} +10 -10
  47. package/chunks/{vendor-82AnkPpo.js → vendor-D5cfSbgz.js} +1114 -1116
  48. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  49. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  50. package/components/Alert/AlertContext/AlertContext.js +22 -22
  51. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  52. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  53. package/components/Amount/Amount.js +3 -3
  54. package/components/AmountField/AmountField.js +1 -1
  55. package/components/Avatar/Avatar.js +12 -12
  56. package/components/Badge/Badge.js +6 -6
  57. package/components/Badge/BadgeDot.js +4 -4
  58. package/components/Badge/components/BadgeContent.js +16 -16
  59. package/components/Badge/components/BadgePostfix.js +5 -5
  60. package/components/Badge/components/BadgePrefix.js +6 -6
  61. package/components/Body/Body.js +5 -5
  62. package/components/Button/Button.js +22 -22
  63. package/components/Button/ButtonBase.js +1 -1
  64. package/components/Button/ButtonDropdown.js +27 -27
  65. package/components/Button/ButtonDropdownExtended.js +2 -2
  66. package/components/Button/ButtonIcon.js +2 -2
  67. package/components/Calendar/Calendar.js +8 -8
  68. package/components/Calendar/components/CalendarControls.js +13 -13
  69. package/components/Calendar/components/CalendarFooter.js +1 -1
  70. package/components/Calendar/components/CalendarViewDays.js +2 -2
  71. package/components/Calendar/components/CalendarViewItem.js +2 -2
  72. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  73. package/components/Calendar/components/CalendarViewYears.js +1 -1
  74. package/components/Card/CardAction.js +11 -11
  75. package/components/Card/CardStatic.js +3 -3
  76. package/components/Card/components/CardContent/CardContent.js +2 -2
  77. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  78. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  79. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  80. package/components/Card/components/CardMedia.js +2 -2
  81. package/components/Card/utils.js +1 -1
  82. package/components/CarouselExtended/CarouselExtended.js +2 -2
  83. package/components/Checkbox/Checkbox.js +19 -19
  84. package/components/Checkbox/CheckboxXGroup.js +16 -16
  85. package/components/Checkbox/CheckboxYGroup.js +2 -2
  86. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  88. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
  89. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  90. package/components/Chip/Chip.js +2 -2
  91. package/components/Chip/ChipClearButton.js +5 -5
  92. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  93. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  94. package/components/Chip/ChipDropdownArrow.js +6 -6
  95. package/components/Chip/ChipIcon.js +1 -1
  96. package/components/Chip/ChipMultiselect.js +2 -2
  97. package/components/Chip/ChipOptions.js +9 -9
  98. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  99. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  100. package/components/Chip/ChipSort.js +2 -2
  101. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  102. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  103. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +15 -15
  104. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +50 -46
  105. package/components/Chip/index.js +1 -1
  106. package/components/ChipGroup/ChipGroup.js +10 -10
  107. package/components/Col/Col.js +143 -143
  108. package/components/CollapsibleTree/CollapsibleTree.js +6 -6
  109. package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +5 -5
  110. package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +5 -5
  111. package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +11 -11
  112. package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +4 -4
  113. package/components/Confirm/Confirm.js +2 -2
  114. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  115. package/components/Confirm/components/ConfirmContent.js +2 -2
  116. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  117. package/components/Confirm/components/ConfirmControls.js +2 -2
  118. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  119. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
  120. package/components/DateRange/DateRange.js +16 -16
  121. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  122. package/components/DesignTokens/components/Button.js +1 -1
  123. package/components/DesignTokens/components/Chip.js +1 -1
  124. package/components/DesignTokens/components/LightBox.js +10 -4
  125. package/components/DesignTokens/components/Tabs.js +2 -2
  126. package/components/Divider/Divider.js +23 -23
  127. package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
  128. package/components/Dropdown/desktop/DropdownDesktop.js +9 -9
  129. package/components/Dropdown/desktop/DropdownList.js +2 -2
  130. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  131. package/components/Dropdown/desktop/index.js +1 -1
  132. package/components/Dropdown/index.js +1 -1
  133. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  136. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  137. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  138. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  139. package/components/Dropdown/mobile/DropdownMobileInput.js +5 -5
  140. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  141. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  142. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  143. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
  144. package/components/Ellipsis/Ellipsis.js +8 -8
  145. package/components/EmptyView/EmptyView.js +12 -12
  146. package/components/ExpandAnimation/ExpandAnimation.js +19 -19
  147. package/components/FocusTrapExtended/FocusTrapExtended.js +34 -0
  148. package/components/FocusTrapExtended/index.js +5 -0
  149. package/components/Footer/Footer.js +1 -1
  150. package/components/Footer/components/FooterDescription.js +2 -2
  151. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  152. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  153. package/components/FormField/FormField.js +18 -18
  154. package/components/FormField/components/FormFieldClear.js +8 -8
  155. package/components/FormField/components/FormFieldCounter.js +4 -4
  156. package/components/FormField/components/FormFieldDescription.js +6 -6
  157. package/components/FormField/components/FormFieldInput.js +2 -2
  158. package/components/FormField/components/FormFieldLabel.js +12 -12
  159. package/components/FormField/components/FormFieldMaskedInput.js +26 -26
  160. package/components/FormField/components/FormFieldPostfix.js +8 -8
  161. package/components/FormField/components/FormFieldPrefix.js +6 -6
  162. package/components/FormField/components/FormFieldTarget.js +11 -11
  163. package/components/FormField/components/FormFieldTextarea.js +20 -20
  164. package/components/FormField/components/index.js +1 -1
  165. package/components/FormField/index.js +1 -1
  166. package/components/Gap/Gap.js +11 -11
  167. package/components/Header/Header.js +1 -1
  168. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  169. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  170. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  171. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
  172. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  173. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  174. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  175. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  176. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  177. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  178. package/components/HelpBox/HelpBox.js +7 -7
  179. package/components/IconWrapper/IconWrapper.js +14 -14
  180. package/components/ImageGallery/ImageGallery.js +5 -4
  181. package/components/ImageGalleryExtended/ImageGalleryExtended.js +15 -15
  182. package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +2 -2
  183. package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +12 -12
  184. package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +8 -7
  185. package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +2 -2
  186. package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +2 -2
  187. package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +2 -2
  188. package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +2 -2
  189. package/components/ImageGalleryExtended/components/index.js +1 -1
  190. package/components/ImageGalleryExtended/index.js +1 -1
  191. package/components/Island/Island.js +2 -2
  192. package/components/Island/components/IslandBody.js +3 -3
  193. package/components/Island/components/IslandFooter.js +4 -4
  194. package/components/Island/components/IslandHeader.js +4 -4
  195. package/components/Island/utils.js +1 -1
  196. package/components/IslandAccordion/IslandAccordion.js +3 -3
  197. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  198. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  199. package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
  200. package/components/IslandWidget/IslandWidget.js +19 -19
  201. package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
  202. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +5 -5
  203. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  204. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  205. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  206. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  207. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  208. package/components/IslandWidget/components/IslandWidgetHeaderControls.js +2 -2
  209. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  210. package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +2 -2
  211. package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
  212. package/components/LightBox/LightBox.js +49 -48
  213. package/components/LightBox/LightBoxContent.js +2 -2
  214. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  215. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  216. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  217. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  218. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +105 -97
  219. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  220. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  221. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  222. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +6 -6
  223. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +13 -13
  224. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  225. package/components/Link/Link.js +19 -19
  226. package/components/List/List.js +9 -8
  227. package/components/List/ListSortable.js +1 -1
  228. package/components/List/components/ListEmptyState.js +4 -4
  229. package/components/List/components/ListItem.js +1 -1
  230. package/components/List/components/ListItemContent.js +14 -14
  231. package/components/List/components/ListItemControls.js +6 -6
  232. package/components/List/components/ListItemControlsButton.js +2 -2
  233. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  234. package/components/List/components/ListItemLoading.js +6 -6
  235. package/components/List/components/ListItemSelectable.js +2 -2
  236. package/components/List/components/ListItemTable.js +6 -6
  237. package/components/List/components/ListItemTailLeft.js +7 -15
  238. package/components/List/components/ListItemTailRight.js +2 -2
  239. package/components/List/components/ListSortableItem.js +2 -2
  240. package/components/List/components/ListSortableItemControls.js +5 -5
  241. package/components/List/components/ListSortableItemTarget.js +4 -4
  242. package/components/List/index.js +1 -1
  243. package/components/ListMaster/ListMaster.js +1 -1
  244. package/components/ListMaster/components/ListMasterBody.js +1 -1
  245. package/components/ListMaster/components/ListMasterChipGroup.js +3 -3
  246. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  247. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  248. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  249. package/components/ListMaster/components/ListMasterHeader.js +6 -6
  250. package/components/ListMaster/components/SelectionControls.js +6 -6
  251. package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
  252. package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
  253. package/components/LoaderScreen/LoaderScreen.js +8 -8
  254. package/components/Marker/Marker.js +2 -2
  255. package/components/Marker/utils.js +1 -1
  256. package/components/MarkerStatus/MarkerStatus.js +4 -4
  257. package/components/MobileView/index.js +3 -1
  258. package/components/MobileView/useMobileView.js +10 -0
  259. package/components/ModalWindow/ModalWindow.js +30 -30
  260. package/components/ModalWindow/components/ModalWindowBody.js +2 -2
  261. package/components/ModalWindow/components/ModalWindowClose.js +6 -6
  262. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  263. package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
  264. package/components/ModalWindow/components/ModalWindowViewManager.js +7 -7
  265. package/components/MonthYearRange/MonthYearRange.js +6 -6
  266. package/components/MultiselectField/components/MultiselectFieldDropdown.js +2 -2
  267. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +13 -13
  268. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  269. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
  270. package/components/Notification/Notification.js +36 -37
  271. package/components/Notification/NotificationGrouped.js +12 -7
  272. package/components/Notification/components/NotificationBody.js +20 -16
  273. package/components/Notification/components/NotificationBodyList.js +2 -2
  274. package/components/Notification/components/NotificationClose.js +1 -1
  275. package/components/Notification/components/NotificationFooter.js +1 -1
  276. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  277. package/components/Notification/components/NotificationHeader.js +1 -1
  278. package/components/Notification/components/NotificationIcon.js +1 -1
  279. package/components/Notification/components/NotificationTime.js +1 -1
  280. package/components/NumberField/NumberFieldInput.js +1 -1
  281. package/components/OrderedList/OrderedList.js +3 -3
  282. package/components/OrderedList/OrderedListItem.js +3 -3
  283. package/components/Overlay/Overlay.js +54 -54
  284. package/components/Overlay/OverlayBase.js +26 -22
  285. package/components/Overlay/OverlayMask.js +2 -2
  286. package/components/Overlay/OverlayPanel.js +2 -2
  287. package/components/Page/Page.js +2 -2
  288. package/components/Page/components/BodyPage.js +9 -9
  289. package/components/Page/components/FooterPage.js +2 -2
  290. package/components/Page/components/HeaderPage.js +2 -2
  291. package/components/Pagination/components/PaginationExtended.js +6 -6
  292. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  293. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  294. package/components/Pagination/components/PaginationPageButton.js +13 -13
  295. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  296. package/components/Pagination/components/PaginationSelect.js +7 -7
  297. package/components/Pagination/utils/paginationUtils.js +1 -1
  298. package/components/Radio/Radio.js +12 -12
  299. package/components/Radio/RadioXGroup.js +13 -13
  300. package/components/Radio/RadioYGroup.js +5 -5
  301. package/components/Row/Row.js +16 -16
  302. package/components/SMSField/SMSField.js +3 -3
  303. package/components/SMSField/components/RefreshIcon.js +2 -2
  304. package/components/SMSField/components/SMSFieldInput.js +3 -3
  305. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  306. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  307. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  308. package/components/SegmentedControl/SegmentedControl.js +14 -14
  309. package/components/SegmentedControl/SegmentedControlSegment.js +10 -10
  310. package/components/SelectExtendedField/SelectExtendedField.js +16 -16
  311. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  312. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
  313. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +4 -4
  314. package/components/SelectField/SelectField.js +2 -2
  315. package/components/Skeleton/Skeleton.js +7 -7
  316. package/components/SliderExtended/SliderExtended.js +3 -3
  317. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +2 -2
  318. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  319. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  320. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  321. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
  322. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +20 -20
  323. package/components/SmallInput/SmallInput.js +4 -4
  324. package/components/Spoiler/Spoiler.js +14 -14
  325. package/components/StatusTracker/StatusTracker.js +3 -3
  326. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  327. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  328. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  329. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  330. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  331. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  332. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  333. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  334. package/components/StatusTracker/components/StatusTrackerStatusGroup.js +2 -2
  335. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  336. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  337. package/components/Step/Step.js +9 -9
  338. package/components/Stepper/Stepper.js +13 -12
  339. package/components/Stepper/StepperExtended.js +9 -9
  340. package/components/Stepper/StepperStep.js +3 -3
  341. package/components/Stepper/StepperStepArrowBorder.js +1 -1
  342. package/components/Stepper/index.js +9 -7
  343. package/components/Suggest/SuggestMobileDropdownContent.js +18 -18
  344. package/components/Suggest/useSuggest.js +1 -1
  345. package/components/SuggestField/SuggestField.js +2 -2
  346. package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
  347. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  348. package/components/SuggestField/index.js +1 -1
  349. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  350. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  351. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  352. package/components/SuggestField/mobile/index.js +1 -1
  353. package/components/SwipeableArea/SwipeableArea.js +11 -11
  354. package/components/Table/ChipPanel.js +7 -7
  355. package/components/Table/ChipPanelLinks.js +2 -2
  356. package/components/Table/FilterPanel.js +3 -3
  357. package/components/Table/MasterTable.js +7 -7
  358. package/components/Table/NoColumns.js +2 -2
  359. package/components/Table/PaginationPanel.js +3 -3
  360. package/components/Table/TableBasic/TableBasic.js +2 -2
  361. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  362. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  363. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  364. package/components/Table/TableBasicSettings/TableBasicSettings.js +8 -8
  365. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +10 -10
  366. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  367. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +4 -4
  368. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  369. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
  370. package/components/Table/TableFooter/TableFooter.js +2 -2
  371. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  372. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  373. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  374. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  375. package/components/Table/utils.js +1 -1
  376. package/components/Tabs/Tabs.js +10 -10
  377. package/components/TabsExtended/TabsExtended.js +3 -3
  378. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  379. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  380. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  381. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  382. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +7 -7
  383. package/components/TabsExtended/utils.js +1 -1
  384. package/components/TabsLine/TabsLine.js +13 -12
  385. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  386. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  387. package/components/TabsLine/components/TabsLineItem.js +38 -38
  388. package/components/TabsLine/components/TabsLineMobile.js +7 -7
  389. package/components/Tag/Tag.js +27 -27
  390. package/components/TagColor/TagColor.js +9 -9
  391. package/components/TagGroup/TagGroup.js +11 -11
  392. package/components/TextField/TextField.js +1 -1
  393. package/components/TextField/TextFieldBase.js +1 -1
  394. package/components/TextareaField/TextareaField.js +1 -1
  395. package/components/ThemeProvider/ThemeProvider.js +1 -1
  396. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  397. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  398. package/components/Tooltip/components/common/TooltipLink.js +18 -18
  399. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  400. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  401. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  402. package/components/Tooltip/components/mobile/TooltipMobile.js +6 -6
  403. package/components/TopOverlay/TopOverlay.js +43 -43
  404. package/components/TreeView/TreeView.js +2 -2
  405. package/components/TreeView/components/TreeViewGroup.js +1 -1
  406. package/components/TreeView/components/TreeViewNode.js +2 -2
  407. package/components/Typography/Caption.js +19 -19
  408. package/components/Typography/CodeText.js +7 -7
  409. package/components/Typography/Text.js +25 -25
  410. package/components/Typography/Title.js +20 -20
  411. package/components/Typography/constants.js +1 -1
  412. package/components/Typography/enums.js +1 -1
  413. package/components/UnorderedList/UnorderedList.js +7 -7
  414. package/components/UnorderedList/UnorderedListItem.js +3 -3
  415. package/components/UploadZone/UploadZone.js +3 -3
  416. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  417. package/components/UploadZone/index.js +1 -1
  418. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  419. package/components/index.js +363 -359
  420. package/index.d.ts +104 -155
  421. package/index.js +397 -393
  422. package/package.json +5 -1
  423. package/styles/triplex-next.css +557 -556
  424. package/utils/amountUtils.js +1 -1
  425. package/chunks/Card.module-DLre-hDg.js +0 -18
  426. package/chunks/CheckboxTreeExtended.module-BsnFYetJ.js +0 -15
  427. package/chunks/Chip-Fb7_tfTx.js +0 -85
  428. package/chunks/Confirm.module-ONNAnitW.js +0 -15
  429. package/chunks/DropdownMobile.module-C99ad0jt.js +0 -23
  430. package/chunks/Footer.module-fCYYdKPC.js +0 -9
  431. package/chunks/HeaderLayoutSidebar.module-BUlWJH2L.js +0 -9
  432. package/chunks/HeaderTabs.module-f0pOEOus.js +0 -9
  433. package/chunks/ImageGalleryExtendedMain.module-BGe90A85.js +0 -17
  434. package/chunks/ImageGalleryExtendedThumb-BVI6zmzL.js +0 -28
  435. package/chunks/IslandAccordion.module-CpsIbUZS.js +0 -25
  436. package/chunks/IslandWidgetFooter.module-Cv-pFx97.js +0 -9
  437. package/chunks/IslandWidgetHeader.module-DZ7u5KdZ.js +0 -13
  438. package/chunks/LightBoxControls.module-BGzxKeYz.js +0 -16
  439. package/chunks/LightBoxSideOverlayClose.module-CmhYqDUn.js +0 -9
  440. package/chunks/ListItemTail.module-_zPCXCQZ.js +0 -12
  441. package/chunks/ListMasterFooter.module-OOs3HMYn.js +0 -10
  442. package/chunks/ModalWindow.module-BkI79oza.js +0 -17
  443. package/chunks/Notification.module-CtpYgvcX.js +0 -20
  444. package/chunks/Overlay.module-C3WPSJN5.js +0 -18
  445. package/chunks/Page.module-CkMrRJ3E.js +0 -11
  446. package/chunks/SMSField.module-Bo60-Oyi.js +0 -16
  447. package/chunks/SliderExtendedMarks.module-kdIHU6Y0.js +0 -15
  448. package/chunks/StatusTracker.module-DiLzRUA8.js +0 -24
  449. package/chunks/TableFooter.module-Bq-wqvaF.js +0 -14
  450. package/chunks/TabsExtended.module-CsY7VuxQ.js +0 -16
  451. package/chunks/TabsLine.module-BWx30e5X.js +0 -21
  452. package/chunks/TooltipDesktop.module-BkTwHXKO.js +0 -19
  453. package/chunks/TreeView.module-seYxUon6.js +0 -9
  454. package/chunks/utils-BIYQTFij.js +0 -24
  455. package/chunks/utils-CXwYWTdr.js +0 -73
@@ -1,556 +1,557 @@
1
- html {--triplex-next-ColorBrand-0-1-32-0: #1F3336;
2
- --triplex-next-ColorBrand-10-1-32-0: #0B3A3C;
3
- --triplex-next-ColorBrand-20-1-32-0: #006063;
4
- --triplex-next-ColorBrand-30-1-32-0: #007777;
5
- --triplex-next-ColorBrand-40-1-32-0: #008985;
6
- --triplex-next-ColorBrand-50-1-32-0: #21A19A;
7
- --triplex-next-ColorBrand-60-1-32-0: #19BDB0;
8
- --triplex-next-ColorBrand-70-1-32-0: #4BD9CF;
9
- --triplex-next-ColorBrand-80-1-32-0: #71ECDC;
10
- --triplex-next-ColorBrand-90-1-32-0: #A8F5E9;
11
- --triplex-next-ColorBrand-95-1-32-0: #C5FAF1;
12
- --triplex-next-ColorBrand-100-1-32-0: #E3FFFA;
13
- --triplex-next-ColorDarkNeutralAlpha-0-1-32-0: rgba(31, 31, 34, 1);
14
- --triplex-next-ColorDarkNeutralAlpha-10-1-32-0: rgba(31, 31, 34, .95);
15
- --triplex-next-ColorDarkNeutralAlpha-20-1-32-0: rgba(31, 31, 34, .85);
16
- --triplex-next-ColorDarkNeutralAlpha-30-1-32-0: rgba(31, 31, 34, .75);
17
- --triplex-next-ColorDarkNeutralAlpha-40-1-32-0: rgba(31, 31, 34, .65);
18
- --triplex-next-ColorDarkNeutralAlpha-50-1-32-0: rgba(31, 31, 34, .55);
19
- --triplex-next-ColorDarkNeutralAlpha-60-1-32-0: rgba(31, 31, 34, .45);
20
- --triplex-next-ColorDarkNeutralAlpha-70-1-32-0: rgba(31, 31, 34, .35);
21
- --triplex-next-ColorDarkNeutralAlpha-80-1-32-0: rgba(31, 31, 34, .25);
22
- --triplex-next-ColorDarkNeutralAlpha-90-1-32-0: rgba(31, 31, 34, .15);
23
- --triplex-next-ColorDarkNeutralAlpha-100-1-32-0: rgba(31, 31, 34, .05);
24
- --triplex-next-ColorDarkNeutral-0-1-32-0: #000000;
25
- --triplex-next-ColorDarkNeutral-10-1-32-0: #171719;
26
- --triplex-next-ColorDarkNeutral-20-1-32-0: #1B1B1D;
27
- --triplex-next-ColorDarkNeutral-30-1-32-0: #1F1F22;
28
- --triplex-next-ColorDarkNeutral-40-1-32-0: #262629;
29
- --triplex-next-ColorDarkNeutral-50-1-32-0: #2D2D30;
30
- --triplex-next-ColorDarkNeutral-60-1-32-0: #343437;
31
- --triplex-next-ColorDarkNeutral-70-1-32-0: #3B3B3E;
32
- --triplex-next-ColorDarkNeutral-80-1-32-0: #424245;
33
- --triplex-next-ColorDarkNeutral-90-1-32-0: #49494C;
34
- --triplex-next-ColorDarkNeutral-100-1-32-0: #4F4F52;
35
- --triplex-next-ColorError-0-1-32-0: #443139;
36
- --triplex-next-ColorError-10-1-32-0: #4E3741;
37
- --triplex-next-ColorError-20-1-32-0: #A90024;
38
- --triplex-next-ColorError-30-1-32-0: #BD002C;
39
- --triplex-next-ColorError-40-1-32-0: #D10032;
40
- --triplex-next-ColorError-50-1-32-0: #E60037;
41
- --triplex-next-ColorError-60-1-32-0: #F80C45;
42
- --triplex-next-ColorError-70-1-32-0: #FF5571;
43
- --triplex-next-ColorError-80-1-32-0: #FFB1C1;
44
- --triplex-next-ColorError-90-1-32-0: #FCE0E6;
45
- --triplex-next-ColorError-100-1-32-0: #FFF0F3;
46
- --triplex-next-ColorInfo-0-1-32-0: #313749;
47
- --triplex-next-ColorInfo-10-1-32-0: #2E3A52;
48
- --triplex-next-ColorInfo-20-1-32-0: #0A43B0;
49
- --triplex-next-ColorInfo-30-1-32-0: #124FC2;
50
- --triplex-next-ColorInfo-40-1-32-0: #0E57CC;
51
- --triplex-next-ColorInfo-50-1-32-0: #1371E4;
52
- --triplex-next-ColorInfo-60-1-32-0: #1297FE;
53
- --triplex-next-ColorInfo-70-1-32-0: #66BEFF;
54
- --triplex-next-ColorInfo-80-1-32-0: #8DD2FF;
55
- --triplex-next-ColorInfo-90-1-32-0: #B8E6FF;
56
- --triplex-next-ColorInfo-100-1-32-0: #E3F6FF;
57
- --triplex-next-ColorNeutralAlpha-0-1-32-0: rgba(255, 255, 255, 1);
58
- --triplex-next-ColorNeutralAlpha-10-1-32-0: rgba(255, 255, 255, .95);
59
- --triplex-next-ColorNeutralAlpha-20-1-32-0: rgba(255, 255, 255, .85);
60
- --triplex-next-ColorNeutralAlpha-30-1-32-0: rgba(255, 255, 255, .75);
61
- --triplex-next-ColorNeutralAlpha-40-1-32-0: rgba(255, 255, 255, .65);
62
- --triplex-next-ColorNeutralAlpha-50-1-32-0: rgba(255, 255, 255, .55);
63
- --triplex-next-ColorNeutralAlpha-60-1-32-0: rgba(255, 255, 255, .45);
64
- --triplex-next-ColorNeutralAlpha-70-1-32-0: rgba(255, 255, 255, .35);
65
- --triplex-next-ColorNeutralAlpha-80-1-32-0: rgba(255, 255, 255, .25);
66
- --triplex-next-ColorNeutralAlpha-90-1-32-0: rgba(255, 255, 255, .15);
67
- --triplex-next-ColorNeutralAlpha-100-1-32-0: rgba(255, 255, 255, .05);
68
- --triplex-next-ColorNeutral-0-1-32-0: #CBCFD7;
69
- --triplex-next-ColorNeutral-10-1-32-0: #D1D4DC;
70
- --triplex-next-ColorNeutral-20-1-32-0: #D6D9E0;
71
- --triplex-next-ColorNeutral-30-1-32-0: #DCDFE4;
72
- --triplex-next-ColorNeutral-40-1-32-0: #DFE2E7;
73
- --triplex-next-ColorNeutral-50-1-32-0: #E3E6EA;
74
- --triplex-next-ColorNeutral-60-1-32-0: #E7E9EE;
75
- --triplex-next-ColorNeutral-70-1-32-0: #EAEDF1;
76
- --triplex-next-ColorNeutral-80-1-32-0: #EEF0F4;
77
- --triplex-next-ColorNeutral-90-1-32-0: #F2F4F7;
78
- --triplex-next-ColorNeutral-100-1-32-0: #FFFFFF;
79
- --triplex-next-ColorSuccess-0-1-32-0: #28433E;
80
- --triplex-next-ColorSuccess-10-1-32-0: #2A4C45;
81
- --triplex-next-ColorSuccess-20-1-32-0: #00624C;
82
- --triplex-next-ColorSuccess-30-1-32-0: #007353;
83
- --triplex-next-ColorSuccess-40-1-32-0: #008B5C;
84
- --triplex-next-ColorSuccess-50-1-32-0: #00C075;
85
- --triplex-next-ColorSuccess-60-1-32-0: #00D67D;
86
- --triplex-next-ColorSuccess-70-1-32-0: #3AF299;
87
- --triplex-next-ColorSuccess-80-1-32-0: #8AFFB8;
88
- --triplex-next-ColorSuccess-90-1-32-0: #B8FFD4;
89
- --triplex-next-ColorSuccess-100-1-32-0: #E1FFEB;
90
- --triplex-next-ColorSystem-0-1-32-0: #373C49;
91
- --triplex-next-ColorSystem-10-1-32-0: #384156;
92
- --triplex-next-ColorSystem-20-1-32-0: #47526D;
93
- --triplex-next-ColorSystem-30-1-32-0: #57637F;
94
- --triplex-next-ColorSystem-40-1-32-0: #697591;
95
- --triplex-next-ColorSystem-50-1-32-0: #8291B3;
96
- --triplex-next-ColorSystem-60-1-32-0: #95A3C1;
97
- --triplex-next-ColorSystem-70-1-32-0: #A9B6D0;
98
- --triplex-next-ColorSystem-80-1-32-0: #BFCADF;
99
- --triplex-next-ColorSystem-90-1-32-0: #D6DEED;
100
- --triplex-next-ColorSystem-95-1-32-0: #E0E8F4;
101
- --triplex-next-ColorSystem-100-1-32-0: #EEF3FC;
102
- --triplex-next-ColorWarning-0-1-32-0: #463734;
103
- --triplex-next-ColorWarning-10-1-32-0: #4F3E3B;
104
- --triplex-next-ColorWarning-20-1-32-0: #E03400;
105
- --triplex-next-ColorWarning-30-1-32-0: #E63D00;
106
- --triplex-next-ColorWarning-40-1-32-0: #EF4C01;
107
- --triplex-next-ColorWarning-50-1-32-0: #FD6508;
108
- --triplex-next-ColorWarning-60-1-32-0: #FF7A17;
109
- --triplex-next-ColorWarning-70-1-32-0: #FFB13B;
110
- --triplex-next-ColorWarning-80-1-32-0: #FFD169;
111
- --triplex-next-ColorWarning-90-1-32-0: #FCEAC7;
112
- --triplex-next-ColorWarning-100-1-32-0: #FFF4DB;
113
- --triplex-next-AlertContext-Error_Color-1-32-0: #D10032;
114
- --triplex-next-AlertContext-Info_Color-1-32-0: rgba(31, 31, 34, 1);
115
- --triplex-next-AlertContext-System_Color-1-32-0: rgba(31, 31, 34, 1);
116
- --triplex-next-AlertContext-Warning_Color-1-32-0: rgba(31, 31, 34, 1);
117
- --triplex-next-AlertProcess-Info_Background-1-32-0: #E3F6FF;
118
- --triplex-next-AlertProcess-Warning_Background-1-32-0: #FFF4DB;
119
- --triplex-next-AlertProcess-Error_Background-1-32-0: #FFF0F3;
120
- --triplex-next-AlertProcess-System_Background-1-32-0: #E0E8F4;
121
- --triplex-next-AlertProcess-Feature_Background-1-32-0: #E3FFFA;
122
- --triplex-next-Avatar-Background-1-32-0: #E3E6EA;
123
- --triplex-next-Badge-Background-1-32-0: #FFB13B;
124
- --triplex-next-Button-General_Background_Active-1-32-0: #007777;
125
- --triplex-next-Button-General_Background_Default-1-32-0: #21A19A;
126
- --triplex-next-Button-General_Background_Disabled-1-32-0: #F2F4F7;
127
- --triplex-next-Button-General_Background_Hover-1-32-0: #19BDB0;
128
- --triplex-next-Button-General_Color_Active-1-32-0: rgba(255, 255, 255, 1);
129
- --triplex-next-Button-General_Color_Default-1-32-0: rgba(255, 255, 255, 1);
130
- --triplex-next-Button-General_Color_Disabled-1-32-0: rgba(31, 31, 34, .35);
131
- --triplex-next-Button-General_Color_Hover-1-32-0: rgba(255, 255, 255, 1);
132
- --triplex-next-Button-General_Shadow_Focus-1-32-0: 0 0 0 1px #FFD169 inset;
133
- --triplex-next-Button-Secondary_Background_Active-1-32-0: #DCDFE4;
134
- --triplex-next-Button-Secondary_Background_Default-1-32-0: #F2F4F7;
135
- --triplex-next-Button-Secondary_Background_Disabled-1-32-0: #F2F4F7;
136
- --triplex-next-Button-Secondary_Background_Hover-1-32-0: #EAEDF1;
137
- --triplex-next-Button-Secondary_Color_Active-1-32-0: #007777;
138
- --triplex-next-Button-Secondary_Color_Default-1-32-0: #008985;
139
- --triplex-next-Button-Secondary_Color_Disabled-1-32-0: rgba(31, 31, 34, .35);
140
- --triplex-next-Button-Secondary_Color_Hover-1-32-0: #21A19A;
141
- --triplex-next-Button-Secondary_Shadow_Focus-1-32-0: 0 0 0 1px #FFD169 inset;
142
- --triplex-next-Button-SecondaryLight_Background_Active-1-32-0: #DFE2E7;
143
- --triplex-next-Button-SecondaryLight_Background_Default-1-32-0: #FFFFFF;
144
- --triplex-next-Button-SecondaryLight_Background_Disabled-1-32-0: #F2F4F7;
145
- --triplex-next-Button-SecondaryLight_Background_Hover-1-32-0: #EEF0F4;
146
- --triplex-next-Button-SecondaryLight_Color_Active-1-32-0: #007777;
147
- --triplex-next-Button-SecondaryLight_Color_Default-1-32-0: #008985;
148
- --triplex-next-Button-SecondaryLight_Color_Disabled-1-32-0: rgba(31, 31, 34, .35);
149
- --triplex-next-Button-SecondaryLight_Color_Hover-1-32-0: #21A19A;
150
- --triplex-next-Button-SecondaryLight_Shadow_Focus-1-32-0: 0 0 0 1px #FFD169 inset;
151
- --triplex-next-Button-Danger_Background_Active-1-32-0: #BD002C;
152
- --triplex-next-Button-Danger_Background_Default-1-32-0: #E60037;
153
- --triplex-next-Button-Danger_Background_Disabled-1-32-0: #F2F4F7;
154
- --triplex-next-Button-Danger_Background_Hover-1-32-0: #F80C45;
155
- --triplex-next-Button-Danger_Color_Active-1-32-0: rgba(255, 255, 255, 1);
156
- --triplex-next-Button-Danger_Color_Default-1-32-0: rgba(255, 255, 255, 1);
157
- --triplex-next-Button-Danger_Color_Disabled-1-32-0: rgba(31, 31, 34, .35);
158
- --triplex-next-Button-Danger_Color_Hover-1-32-0: rgba(255, 255, 255, 1);
159
- --triplex-next-Button-Danger_Shadow_Focus-1-32-0: 0 0 0 1px #FFD169 inset;
160
- --triplex-next-Button-Icon_Shadow_Focus-1-32-0: 0 0 0 1px #FFD169;
161
- --triplex-next-Button-Link_Color_Active-1-32-0: #007777;
162
- --triplex-next-Button-Link_Color_Default-1-32-0: #008985;
163
- --triplex-next-Button-Link_Color_Disabled-1-32-0: rgba(31, 31, 34, .35);
164
- --triplex-next-Button-Link_Color_Hover-1-32-0: #21A19A;
165
- --triplex-next-Button-Link_Shadow_Focus-1-32-0: 0 0 0 1px #FFD169 inset;
166
- --triplex-next-Calendar-Background-1-32-0: #FFFFFF;
167
- --triplex-next-Calendar-View_Header_Color-1-32-0: rgba(31, 31, 34, .55);
168
- --triplex-next-Calendar-View_Item_Background_Default-1-32-0: none;
169
- --triplex-next-Calendar-View_Item_Background_Hover-1-32-0: #19BDB0;
170
- --triplex-next-Calendar-View_Item_Background_Selected_Default-1-32-0: #21A19A;
171
- --triplex-next-Calendar-View_Item_Background_Selected_Hover-1-32-0: #007777;
172
- --triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-32-0: #E3FFFA;
173
- --triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-32-0: #A8F5E9;
174
- --triplex-next-Calendar-View_Item_BorderColor_Default-1-32-0: transparent;
175
- --triplex-next-Calendar-View_Item_BorderColor_Focus-1-32-0: #FFD169;
176
- --triplex-next-Calendar-View_Item_Color_Default-1-32-0: rgba(31, 31, 34, 1);
177
- --triplex-next-Calendar-View_Item_Color_Hover-1-32-0: rgba(255, 255, 255, 1);
178
- --triplex-next-Calendar-View_Item_Color_Disabled-1-32-0: rgba(31, 31, 34, .35);
179
- --triplex-next-Calendar-View_Item_Color_Muted-1-32-0: rgba(31, 31, 34, .35);
180
- --triplex-next-Calendar-View_Item_Color_Selected-1-32-0: rgba(255, 255, 255, 1);
181
- --triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-32-0: rgba(31, 31, 34, .35);
182
- --triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-32-0: rgba(31, 31, 34, .35);
183
- --triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-32-0: rgba(31, 31, 34, .35);
184
- --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-32-0: rgba(31, 31, 34, .35);
185
- --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-32-0: rgba(31, 31, 34, .35);
186
- --triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-32-0: #00C075;
187
- --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-32-0: #00C075;
188
- --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-32-0: #00C075;
189
- --triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-32-0: #FD6508;
190
- --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-32-0: #FD6508;
191
- --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-32-0: #FD6508;
192
- --triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-32-0: #E60037;
193
- --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-32-0: #E60037;
194
- --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-32-0: #E60037;
195
- --triplex-next-Card-Static_General_Background-1-32-0: #FFFFFF;
196
- --triplex-next-Card-Static_Secondary_Background-1-32-0: #F2F4F7;
197
- --triplex-next-Card-Action_General_Background-1-32-0: #FFFFFF;
198
- --triplex-next-Card-Action_General_Background_Hover-1-32-0: #FFFFFF;
199
- --triplex-next-Card-Action_General_Background_Selected-1-32-0: #F2F4F7;
200
- --triplex-next-Card-Action_General_Background_Selected_Hover-1-32-0: #F2F4F7;
201
- --triplex-next-Card-Action_Secondary_Background-1-32-0: #F2F4F7;
202
- --triplex-next-Card-Action_Secondary_Background_Hover-1-32-0: #EAEDF1;
203
- --triplex-next-Card-Action_Secondary_Background_Selected-1-32-0: #E3E6EA;
204
- --triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-32-0: #DCDFE4;
205
- --triplex-next-Card-Shadow_Default-1-32-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
206
- --triplex-next-Card-Shadow_Focus-1-32-0: inset 0 0 0 1px #FFD169;
207
- --triplex-next-Card-Shadow_Hover-1-32-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
208
- --triplex-next-Card-Shadow_Selected-1-32-0: inset 0 0 0 1px #21A19A;
209
- --triplex-next-Card-Shadow_Selected_Hover-1-32-0: inset 0 0 0 1px #19BDB0;
210
- --triplex-next-Checkbox-Background_Checked_Default-1-32-0: #21A19A;
211
- --triplex-next-Checkbox-Background_Checked_Disabled-1-32-0: #EAEDF1;
212
- --triplex-next-Checkbox-Background_Checked_Hover-1-32-0: #007777;
213
- --triplex-next-Checkbox-Background_Default-1-32-0: #F2F4F7;
214
- --triplex-next-Checkbox-Background_Disabled-1-32-0: #F2F4F7;
215
- --triplex-next-Checkbox-Background_Hover-1-32-0: #19BDB0;
216
- --triplex-next-Checkbox-BorderColor_Default-1-32-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
217
- --triplex-next-Checkbox-BorderColor_Disabled-1-32-0: 0 0 0 1px #E3E6EA inset;
218
- --triplex-next-Checkbox-BorderColor_Focus-1-32-0: 0 0 0 1px #FFD169 inset;
219
- --triplex-next-Checkbox-BorderColor_Hover-1-32-0: none;
220
- --triplex-next-Checkbox-BorderColor_Checked_Default-1-32-0: none;
221
- --triplex-next-Checkbox-BorderColor_Checked_Disabled-1-32-0: none;
222
- --triplex-next-Checkbox-Checkmark_Fill_Default-1-32-0: rgba(255, 255, 255, 1);
223
- --triplex-next-Checkbox-Checkmark_Fill_Disabled-1-32-0: rgba(31, 31, 34, .15);
224
- --triplex-next-Chip-Background_Active-1-32-0: #DFE2E7;
225
- --triplex-next-Chip-Background_Disabled-1-32-0: #F2F4F7;
226
- --triplex-next-Chip-Background_Type1_Default-1-32-0: #F2F4F7;
227
- --triplex-next-Chip-Background_Type1_Hover-1-32-0: #EAEDF1;
228
- --triplex-next-Chip-Background_Type2_Default-1-32-0: #FFFFFF;
229
- --triplex-next-Chip-Background_Type2_Hover-1-32-0: #EEF0F4;
230
- --triplex-next-Chip-Background_Selected_Active-1-32-0: #4F4F52;
231
- --triplex-next-Chip-Background_Selected_Default-1-32-0: #3B3B3E;
232
- --triplex-next-Chip-Background_Selected_Disabled-1-32-0: #343437;
233
- --triplex-next-Chip-Background_Selected_Hover-1-32-0: #49494C;
234
- --triplex-next-Chip-Color_Active-1-32-0: rgba(31, 31, 34, 1);
235
- --triplex-next-Chip-Color_Default-1-32-0: rgba(31, 31, 34, 1);
236
- --triplex-next-Chip-Color_Disabled-1-32-0: rgba(31, 31, 34, .35);
237
- --triplex-next-Chip-Color_Hover-1-32-0: rgba(31, 31, 34, 1);
238
- --triplex-next-Chip-Color_Selected_Active-1-32-0: rgba(255, 255, 255, 1);
239
- --triplex-next-Chip-Color_Selected_Default-1-32-0: rgba(255, 255, 255, 1);
240
- --triplex-next-Chip-Color_Selected_Disabled-1-32-0: rgba(255, 255, 255, .25);
241
- --triplex-next-Chip-Color_Selected_Hover-1-32-0: rgba(255, 255, 255, 1);
242
- --triplex-next-Chip-Shadow_Focus-1-32-0: 0 0 0 1px #FFD169 inset;
243
- --triplex-next-CollapsibleTree-Header_Background_Hover-1-32-0: #E3E6EA;
244
- --triplex-next-CollapsibleTree-Header_Shadow_Focus-1-32-0: 0 0 0 1px #FFD169 inset;
245
- --triplex-next-Divider-Background-1-32-0: #D6D9E0;
246
- --triplex-next-Dropdown-Background-1-32-0: #FFFFFF;
247
- --triplex-next-Dropdown-Shadow-1-32-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
248
- --triplex-next-DropdownList-Background_Active-1-32-0: #EAEDF1;
249
- --triplex-next-DropdownList-Background_Default-1-32-0: none;
250
- --triplex-next-DropdownList-Background_Selected-1-32-0: #DCDFE4;
251
- --triplex-next-DropdownList-Color-1-32-0: rgba(31, 31, 34, 1);
252
- --triplex-next-DropdownMobile-Backdrop-1-32-0: rgba(31, 31, 34, .65);
253
- --triplex-next-DropdownMobile-Border_Color-1-32-0: #D6D9E0;
254
- --triplex-next-DropdownMobile-Content_Background-1-32-0: #FFFFFF;
255
- --triplex-next-DropdownMobile-Footer_Background-1-32-0: #FFFFFF;
256
- --triplex-next-DropdownMobile-Header_Background-1-32-0: #F2F4F7;
257
- --triplex-next-DropdownMobileList-Active_Background-1-32-0: #EAEDF1;
258
- --triplex-next-DropdownMobileList-Selected_Background-1-32-0: #DCDFE4;
259
- --triplex-next-FooterPage-StickyShadow-1-32-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
260
- --triplex-next-FormField-Background_Active-1-32-0: #F2F4F7;
261
- --triplex-next-FormField-Background_Default-1-32-0: #F2F4F7;
262
- --triplex-next-FormField-Background_Disabled-1-32-0: #F2F4F7;
263
- --triplex-next-FormField-Background_Error-1-32-0: #FFF0F3;
264
- --triplex-next-FormField-Background_Error_Hover-1-32-0: #FCE0E6;
265
- --triplex-next-FormField-Background_Hover-1-32-0: #EAEDF1;
266
- --triplex-next-FormField-Background_Warning-1-32-0: #FFF4DB;
267
- --triplex-next-FormField-Background_Warning_Hover-1-32-0: #FCEAC7;
268
- --triplex-next-FormField-Input_Color_Default-1-32-0: rgba(31, 31, 34, 1);
269
- --triplex-next-FormField-Input_Color_Disabled-1-32-0: rgba(31, 31, 34, .35);
270
- --triplex-next-FormField-Target_Color_Default-1-32-0: rgba(31, 31, 34, 1);
271
- --triplex-next-FormField-Target_Color_Disabled-1-32-0: rgba(31, 31, 34, .45);
272
- --triplex-next-FormField-Target_PlaceholderColor_Default-1-32-0: rgba(31, 31, 34, .65);
273
- --triplex-next-FormField-Label_Color_Default-1-32-0: rgba(31, 31, 34, .65);
274
- --triplex-next-FormField-Label_Color_Disabled-1-32-0: rgba(31, 31, 34, .35);
275
- --triplex-next-FormField-Shadow_Active-1-32-0: 0 0 0 1px #21A19A inset;
276
- --triplex-next-FormField-Shadow_Default-1-32-0: none;
277
- --triplex-next-FormField-Shadow_Error_Active-1-32-0: 0 0 0 1px #E60037 inset;
278
- --triplex-next-FormField-Shadow_Warning_Active-1-32-0: 0 0 0 1px #FD6508 inset;
279
- --triplex-next-FormField-Placeholder_Color-1-32-0: rgba(31, 31, 34, .65);
280
- --triplex-next-HeaderPage-StickyShadow-1-32-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
281
- --triplex-next-Island-Type1_Background-1-32-0: #FFFFFF;
282
- --triplex-next-Island-Type2_Background-1-32-0: rgba(255, 255, 255, .35);
283
- --triplex-next-Island-Type3_Background-1-32-0: #F2F4F7;
284
- --triplex-next-Island-Type1_Shadow-1-32-0: none;
285
- --triplex-next-Island-Type2_Shadow-1-32-0: 0 0 0 1px #FFFFFF inset;
286
- --triplex-next-Island-Type3_Shadow-1-32-0: none;
287
- --triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-32-0: #DCDFE4;
288
- --triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-32-0: rgba(31, 31, 34, .05);
289
- --triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-32-0: #DCDFE4;
290
- --triplex-next-IslandAccordion-Shadow_Focus-1-32-0: 0 0 0 1px #FFD169 inset;
291
- --triplex-next-IslandWidget-ExtraFooter_Background-1-32-0: #FFFFFF;
292
- --triplex-next-IslandWidget-ExtraFooter_Shadow-1-32-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
293
- --triplex-next-ImageGallery-Arrow_Background_Default-1-32-0: rgba(31, 31, 34, .25);
294
- --triplex-next-ImageGallery-Arrow_Background_Hover-1-32-0: rgba(31, 31, 34, .45);
295
- --triplex-next-ImageGallery-Arrow_Background_Active-1-32-0: rgba(31, 31, 34, .55);
296
- --triplex-next-ImageGallery-Arrow_Background_Disabled-1-32-0: rgba(31, 31, 34, .15);
297
- --triplex-next-ImageGallery-Arrow_BorderColor_Default-1-32-0: rgba(31, 31, 34, .15);
298
- --triplex-next-ImageGallery-Arrow_BorderColor_Hover-1-32-0: rgba(31, 31, 34, .15);
299
- --triplex-next-ImageGallery-Arrow_BorderColor_Active-1-32-0: rgba(31, 31, 34, .15);
300
- --triplex-next-ImageGallery-Arrow_BorderColor_Disabled-1-32-0: rgba(31, 31, 34, .15);
301
- --triplex-next-ImageGallery-Dot_Background_Default-1-32-0: rgba(31, 31, 34, .25);
302
- --triplex-next-ImageGallery-Dot_Background_Hover-1-32-0: rgba(31, 31, 34, .45);
303
- --triplex-next-ImageGallery-Dot_Background_Active-1-32-0: rgba(31, 31, 34, .75);
304
- --triplex-next-ImageGallery-Thumb_Mask_Background-1-32-0: rgba(31, 31, 34, .25);
305
- --triplex-next-ImageGallery-Accent_Color-1-32-0: #21A19A;
306
- --triplex-next-LightBox-Backdrop_Background-1-32-0: rgba(31, 31, 34, .75);
307
- --triplex-next-LightBox-Content_Background-1-32-0: #EAEDF1;
308
- --triplex-next-Link-BorderColor_Focus-1-32-0: 0 0 0 1px #FFD169 inset;
309
- --triplex-next-Link-Text_Color_Active-1-32-0: #007777;
310
- --triplex-next-Link-Text_Color_Default-1-32-0: #008985;
311
- --triplex-next-Link-Text_Color_Hover-1-32-0: #21A19A;
312
- --triplex-next-ListItem-Background-1-32-0: #FFFFFF;
313
- --triplex-next-ListItem-Background_Dragging-1-32-0: #FFFFFF;
314
- --triplex-next-ListItem-Background_Selected-1-32-0: #F2F4F7;
315
- --triplex-next-ListItem-Background_Hover-1-32-0: #F2F4F7;
316
- --triplex-next-ListItem-Shadow_Dragging-1-32-0: 0 2px 7px rgba(31, 31, 34, 0.25);
317
- --triplex-next-ListItemControlsButton-Background_Active-1-32-0: #DCDFE4;
318
- --triplex-next-ListItemControlsButton-Background_Default-1-32-0: #F2F4F7;
319
- --triplex-next-ListItemControlsButton-Background_Hover-1-32-0: #EAEDF1;
320
- --triplex-next-ListItemControlsButton-Color_Active-1-32-0: #007777;
321
- --triplex-next-ListItemControlsButton-Color_Default-1-32-0: #008985;
322
- --triplex-next-ListItemControlsButton-Color_Hover-1-32-0: #21A19A;
323
- --triplex-next-ListMaster-Background-1-32-0: #FFFFFF;
324
- --triplex-next-ListMaster-Footer_Background-1-32-0: #FFFFFF;
325
- --triplex-next-ListMaster-Footer_Shadow-1-32-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
326
- --triplex-next-ListMaster-Header_Background-1-32-0: #FFFFFF;
327
- --triplex-next-ListMaster-Header_Shadow-1-32-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
328
- --triplex-next-Loader-Element_Background_Brand-1-32-0: #21A19A;
329
- --triplex-next-Loader-Element_Background_Neutral-1-32-0: rgba(255, 255, 255, 1);
330
- --triplex-next-Loader-Middle_Background_Default-1-32-0: #EEF0F4;
331
- --triplex-next-LoaderScreen-Small_Backdrop_Default-1-32-0: rgba(255, 255, 255, .75);
332
- --triplex-next-LoaderScreen-Middle_Backdrop_Default-1-32-0: rgba(255, 255, 255, .75);
333
- --triplex-next-LoaderScreen-Middle_Background_Default-1-32-0: #EEF0F4;
334
- --triplex-next-Marker-Background_Error-1-32-0: #E60037;
335
- --triplex-next-Marker-Background_Success-1-32-0: #21A19A;
336
- --triplex-next-Marker-Background_Waiting-1-32-0: #8291B3;
337
- --triplex-next-Marker-Background_Warning-1-32-0: #FD6508;
338
- --triplex-next-MarkerStatus-Description_Color-1-32-0: rgba(0, 0, 0, 0.55);
339
- --triplex-next-ModalWindow-Background-1-32-0: #EAEDF1;
340
- --triplex-next-ModalWindow-Backdrop_Background-1-32-0: rgba(79, 79, 82, .5);
341
- --triplex-next-MultiselectField-Divider_Color-1-32-0: #D6D9E0;
342
- --triplex-next-Notification-Background-1-32-0: #FFFFFF;
343
- --triplex-next-Notification-Color-1-32-0: #1F1F22;
344
- --triplex-next-Notification-TimeColor-1-32-0: rgba(31, 31, 34, 0.65);
345
- --triplex-next-Notification-Shadow-1-32-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
346
- --triplex-next-Overlay-Background-1-32-0: rgba(255, 255, 255, .8);
347
- --triplex-next-Overlay-Panel_Background-1-32-0: #FFFFFF;
348
- --triplex-next-Pagination-PageButton_Background_Active-1-32-0: #E3E6EA;
349
- --triplex-next-Pagination-PageButton_Background_Hover-1-32-0: #F2F4F7;
350
- --triplex-next-Pagination-PageButton_Background_Selected-1-32-0: #E3E6EA;
351
- --triplex-next-Pagination-PageButton_BorderColor_Focus-1-32-0: #FFD169;
352
- --triplex-next-Radio-Background_Checked_Default-1-32-0: #21A19A;
353
- --triplex-next-Radio-Background_Checked_Disabled-1-32-0: #EAEDF1;
354
- --triplex-next-Radio-Background_Checked_Hover-1-32-0: #007777;
355
- --triplex-next-Radio-Background_Default-1-32-0: #F2F4F7;
356
- --triplex-next-Radio-Background_Disabled-1-32-0: #F2F4F7;
357
- --triplex-next-Radio-Background_Hover-1-32-0: #19BDB0;
358
- --triplex-next-Radio-BorderColor_Default-1-32-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
359
- --triplex-next-Radio-BorderColor_Disabled-1-32-0: 0 0 0 1px #E3E6EA inset;
360
- --triplex-next-Radio-BorderColor_Focused-1-32-0: 0 0 0 1px #FFD169 inset;
361
- --triplex-next-Radio-BorderColor_Checked_Default-1-32-0: none;
362
- --triplex-next-Radio-BorderColor_Checked_Disabled-1-32-0: none;
363
- --triplex-next-Radio-Dot_Default-1-32-0: rgba(255, 255, 255, 1);
364
- --triplex-next-Radio-Dot_Disabled-1-32-0: rgba(31, 31, 34, .15);
365
- --triplex-next-SegmentedControl-General_1_Background-1-32-0: #F2F4F7;
366
- --triplex-next-SegmentedControl-General_2_Background-1-32-0: #FFFFFF;
367
- --triplex-next-SegmentedControl-Secondary_1_Background-1-32-0: #F2F4F7;
368
- --triplex-next-SegmentedControl-Secondary_2_Background-1-32-0: #FFFFFF;
369
- --triplex-next-SegmentedControlSegment-General_1_Color_Default-1-32-0: rgba(31, 31, 34, .65);
370
- --triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-32-0: rgba(31, 31, 34, 1);
371
- --triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-32-0: rgba(31, 31, 34, .15);
372
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-32-0: rgba(255, 255, 255, 1);
373
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-32-0: rgba(255, 255, 255, 1);
374
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-32-0: rgba(255, 255, 255, .25);
375
- --triplex-next-SegmentedControlSegment-General_1_Background_Default-1-32-0: #F2F4F7;
376
- --triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-32-0: #DFE2E7;
377
- --triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-32-0: #F2F4F7;
378
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-32-0: #3B3B3E;
379
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-32-0: #49494C;
380
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-32-0: #343437;
381
- --triplex-next-SegmentedControlSegment-General_2_Color_Default-1-32-0: rgba(31, 31, 34, .65);
382
- --triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-32-0: rgba(31, 31, 34, 1);
383
- --triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-32-0: rgba(31, 31, 34, .15);
384
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-32-0: rgba(255, 255, 255, 1);
385
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-32-0: rgba(255, 255, 255, 1);
386
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-32-0: rgba(255, 255, 255, .25);
387
- --triplex-next-SegmentedControlSegment-General_2_Background_Default-1-32-0: #FFFFFF;
388
- --triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-32-0: #EEF0F4;
389
- --triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-32-0: #FFFFFF;
390
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-32-0: #3B3B3E;
391
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-32-0: #49494C;
392
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-32-0: #343437;
393
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-32-0: rgba(31, 31, 34, .65);
394
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-32-0: rgba(31, 31, 34, 1);
395
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-32-0: rgba(31, 31, 34, .15);
396
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-32-0: rgba(31, 31, 34, 1);
397
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-32-0: rgba(31, 31, 34, 1);
398
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-32-0: rgba(31, 31, 34, .15);
399
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-32-0: #F2F4F7;
400
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-32-0: #DFE2E7;
401
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-32-0: #F2F4F7;
402
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-32-0: #FFFFFF;
403
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-32-0: #DFE2E7;
404
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-32-0: #FFFFFF;
405
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-32-0: rgba(31, 31, 34, .65);
406
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-32-0: rgba(31, 31, 34, 1);
407
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-32-0: rgba(31, 31, 34, .15);
408
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-32-0: rgba(31, 31, 34, 1);
409
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-32-0: rgba(31, 31, 34, 1);
410
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-32-0: rgba(31, 31, 34, .15);
411
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-32-0: #FFFFFF;
412
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-32-0: #EEF0F4;
413
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-32-0: #FFFFFF;
414
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-32-0: #E3E6EA;
415
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-32-0: #D6D9E0;
416
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-32-0: #F2F4F7;
417
- --triplex-next-SegmentedControlSegment-BorderColor_Default-1-32-0: transparent;
418
- --triplex-next-SegmentedControlSegment-BorderColor_Focus-1-32-0: #FFD169;
419
- --triplex-next-Skeleton-BackgroundColor_Light_Start-1-32-0: #F2F4F7;
420
- --triplex-next-Skeleton-BackgroundColor_Light_End-1-32-0: #DFE2E7;
421
- --triplex-next-Skeleton-BackgroundColor_Dark_Start-1-32-0: rgba(31, 31, 34, .05);
422
- --triplex-next-Skeleton-BackgroundColor_Dark_End-1-32-0: rgba(31, 31, 34, .15);
423
- --triplex-next-SmallInput-Background-1-32-0: #F2F4F7;
424
- --triplex-next-SmallInput-Color-1-32-0: rgba(31, 31, 34, 1);
425
- --triplex-next-SmallInput-PlaceholderColor-1-32-0: rgba(31, 31, 34, .65);
426
- --triplex-next-SmallInput-Shadow-1-32-0: 0 0 0 1px rgba(33, 161, 154) inset;
427
- --triplex-next-SMSField-Refresh_Fill_Empty-1-32-0: rgba(31, 31, 34, .35);
428
- --triplex-next-SMSField-Refresh_Fill_Full-1-32-0: #008985;
429
- --triplex-next-SMSField-Refresh_Disabled-1-32-0: rgba(31, 31, 34, .15);
430
- --triplex-next-SMSField-Submit_Background_Default-1-32-0: rgba(31, 31, 34, .15);
431
- --triplex-next-SMSField-Submit_Background_Hover-1-32-0: #19BDB0;
432
- --triplex-next-SMSField-Submit_Background_Active-1-32-0: #21A19A;
433
- --triplex-next-Slider-Dot_Background_Default-1-32-0: #21A19A;
434
- --triplex-next-Slider-Dot_Background_Disabled-1-32-0: #F2F4F7;
435
- --triplex-next-Slider-Dot_Background_Hover-1-32-0: #19BDB0;
436
- --triplex-next-Slider-Dot_Background_Select-1-32-0: #007777;
437
- --triplex-next-Slider-Dot_Focus-1-32-0: #FFD169;
438
- --triplex-next-Slider-Dot_Inner_Background-1-32-0: #FFFFFF;
439
- --triplex-next-Slider-Dot_Inner_Background_Disabled-1-32-0: rgba(31, 31, 34, .15);
440
- --triplex-next-Slider-Mark_Dot_Background_Default-1-32-0: #DCDFE4;
441
- --triplex-next-Slider-Mark_Dot_Background_Selected-1-32-0: #21A19A;
442
- --triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-32-0: #E7E9EE;
443
- --triplex-next-Slider-Rail_Background-1-32-0: #DCDFE4;
444
- --triplex-next-Slider-Rail_Background_Disabled-1-32-0: #DCDFE4;
445
- --triplex-next-Slider-Tooltip_Background-1-32-0: #1B1B1D;
446
- --triplex-next-Slider-Tooltip_Color-1-32-0: rgba(255, 255, 255, 1);
447
- --triplex-next-Slider-Track_Background_Default-1-32-0: #21A19A;
448
- --triplex-next-Slider-Track_Background_Disabled-1-32-0: #E7E9EE;
449
- --triplex-next-Slider-Track_Background_Hover-1-32-0: #007777;
450
- --triplex-next-StatusTracker-Draft_Background-1-32-0: rgba(255, 255, 255, .15);
451
- --triplex-next-StatusTracker-Warning_Background-1-32-0: #FF7A17;
452
- --triplex-next-StatusTracker-Waiting_Background-1-32-0: #BFCADF;
453
- --triplex-next-StatusTracker-Rejected_Background-1-32-0: #FF5571;
454
- --triplex-next-StatusTracker-Approved_Background-1-32-0: #00D67D;
455
- --triplex-next-StatusTracker-Waiting_Color-1-32-0: #A9B6D0;
456
- --triplex-next-StatusTracker-Rejected_Color-1-32-0: #FFB1C1;
457
- --triplex-next-StatusTracker-Approved_Color-1-32-0: #00D67D;
458
- --triplex-next-StatusTracker-Border_Color-1-32-0: #FFFFFF;
459
- --triplex-next-Step-Color_Active-1-32-0: #008985;
460
- --triplex-next-Step-Color_Default-1-32-0: rgba(31, 31, 34, .65);
461
- --triplex-next-Step-Color_Disabled-1-32-0: #FFFFFF;
462
- --triplex-next-Step-Color_Done-1-32-0: #FFFFFF;
463
- --triplex-next-Step-Color_Error-1-32-0: rgba(255, 255, 255, 1);
464
- --triplex-next-Step-Color_Warning-1-32-0: rgba(255, 255, 255, 1);
465
- --triplex-next-Step-Background_Active-1-32-0: #E3FFFA;
466
- --triplex-next-Step-Background_Default-1-32-0: rgba(31, 31, 34, .05);
467
- --triplex-next-Step-Background_Disabled-1-32-0: rgba(31, 31, 34, .15);
468
- --triplex-next-Step-Background_Done-1-32-0: #008985;
469
- --triplex-next-Step-Background_Error-1-32-0: #D10032;
470
- --triplex-next-Step-Background_Warning-1-32-0: #EF4C01;
471
- --triplex-next-Stepper-Step_Background_Default-1-32-0: #F2F4F7;
472
- --triplex-next-Stepper-Step_Background_Hover-1-32-0: #EAEDF1;
473
- --triplex-next-Stepper-Step_Background_Disabled-1-32-0: #F2F4F7;
474
- --triplex-next-Stepper-Step_Background_Error-1-32-0: #FFF0F3;
475
- --triplex-next-Stepper-Step_Background_Error_Hover-1-32-0: #FCE0E6;
476
- --triplex-next-Stepper-Step_Background_Warning-1-32-0: #FFF4DB;
477
- --triplex-next-Stepper-Step_Background_Warning_Hover-1-32-0: #FCEAC7;
478
- --triplex-next-Stepper-Step_BorderColor_Focus-1-32-0: #FFD169;
479
- --triplex-next-Stepper-Step_BorderColor_Error-1-32-0: #E60037;
480
- --triplex-next-Stepper-Step_BorderColor_Warning-1-32-0: #FD6508;
481
- --triplex-next-Stepper-Step_BorderColor_Success-1-32-0: #21A19A;
482
- --triplex-next-Stepper-Step_Color_Default-1-32-0: rgba(31, 31, 34, .65);
483
- --triplex-next-Stepper-Step_Color_Hover-1-32-0: rgba(31, 31, 34, 1);
484
- --triplex-next-Stepper-Step_Color_Disabled-1-32-0: rgba(31, 31, 34, .35);
485
- --triplex-next-Stepper-ButtonWrapper_Background_Prev-1-32-0: linear-gradient(to right, rgba(255,255,255,1) 39.06%, rgba(255,255,255,0) 100%);
486
- --triplex-next-Stepper-ButtonWrapper_Background_Next-1-32-0: linear-gradient(to left, rgba(255,255,255,1) 39.06%, rgba(255,255,255,0) 100%);
487
- --triplex-next-TableBasic-Background_Hover-1-32-0: #E3E6EA;
488
- --triplex-next-TableBasic-Background_Selected-1-32-0: #DCDFE4;
489
- --triplex-next-TableBasic-Color-1-32-0: rgba(31, 31, 34, 1);
490
- --triplex-next-TableBasic-Header_Background-1-32-0: #E7E9EE;
491
- --triplex-next-TableBasic-TableFooter_Background-1-32-0: #E7E9EE;
492
- --triplex-next-TableBasic-TableFooter_Highlight-1-32-0: linear-gradient(transparent, #FFFFFF);
493
- --triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-32-0: #D6D9E0;
494
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-32-0: #FFFFFF;
495
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-32-0: #EAEDF1;
496
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-32-0: #FFFFFF;
497
- --triplex-next-Tabs-Type1_Background-1-32-0: #F2F4F7;
498
- --triplex-next-Tabs-Type2_Background-1-32-0: #FFFFFF;
499
- --triplex-next-Tabs-Type1_Tab_Background_Default-1-32-0: #F2F4F7;
500
- --triplex-next-Tabs-Type2_Tab_Background_Default-1-32-0: #FFFFFF;
501
- --triplex-next-Tabs-Type1_Tab_Background_Selected-1-32-0: #DCDFE4;
502
- --triplex-next-Tabs-Type2_Tab_Background_Selected-1-32-0: #E3E6EA;
503
- --triplex-next-Tabs-Type1_Tab_Background_Hover-1-32-0: #E3E6EA;
504
- --triplex-next-Tabs-Type2_Tab_Background_Hover-1-32-0: #EEF0F4;
505
- --triplex-next-Tabs-Tab_BorderColor_Default-1-32-0: transparent;
506
- --triplex-next-Tabs-Tab_BorderColor_Focus-1-32-0: #FFD169;
507
- --triplex-next-Tag-Background-1-32-0: #DFE2E7;
508
- --triplex-next-TagColor-Background_Default-1-32-0: #EEF3FC;
509
- --triplex-next-TagColor-Background_Success-1-32-0: #E3FFFA;
510
- --triplex-next-TagColor-Background_Info-1-32-0: #E3F6FF;
511
- --triplex-next-TagColor-Background_Warning-1-32-0: #FFF4DB;
512
- --triplex-next-TagColor-Background_Error-1-32-0: #FFF0F3;
513
- --triplex-next-TagColor-Text_Color_Default-1-32-0: rgba(31, 31, 34, .75);
514
- --triplex-next-TabsLine-BorderColor_Active-1-32-0: #21A19A;
515
- --triplex-next-TabsLine-BorderColor_Hover-1-32-0: #19BDB0;
516
- --triplex-next-TabsLine-Separator_Color-1-32-0: #D6D9E0;
517
- --triplex-next-TabsLine-Shadow_Focus-1-32-0: 0 0 0 1px #FFDD64 inset;
518
- --triplex-next-Tooltip-Background-1-32-0: #1B1B1D;
519
- --triplex-next-Tooltip-Color-1-32-0: rgba(255, 255, 255, 1);
520
- --triplex-next-Tooltip-Link_Desktop_Color_Active-1-32-0: #008985;
521
- --triplex-next-Tooltip-Link_Desktop_Color_Default-1-32-0: #19BDB0;
522
- --triplex-next-Tooltip-Link_Desktop_Color_Hover-1-32-0: #4BD9CF;
523
- --triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-32-0: 0 0 0 1px #FFD169;
524
- --triplex-next-Tooltip-Link_Mobile_Color_Active-1-32-0: #007777;
525
- --triplex-next-Tooltip-Link_Mobile_Color_Default-1-32-0: #008985;
526
- --triplex-next-Tooltip-Link_Mobile_Color_Hover-1-32-0: #21A19A;
527
- --triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-32-0: 0 0 0 1px #FFDD64;
528
- --triplex-next-TopOverlay-Background-1-32-0: rgba(79,79,82,.15);
529
- --triplex-next-Typography-Primary_Color-1-32-0: rgba(31, 31, 34, 1);
530
- --triplex-next-Typography-Complementary_Color-1-32-0: rgba(31, 31, 34, .85);
531
- --triplex-next-Typography-Secondary_Color-1-32-0: rgba(31, 31, 34, .65);
532
- --triplex-next-Typography-Tertiary_Color-1-32-0: rgba(31, 31, 34, .55);
533
- --triplex-next-Typography-Disabled_Color-1-32-0: rgba(31, 31, 34, .35);
534
- --triplex-next-Typography-Brand_Color-1-32-0: #008985;
535
- --triplex-next-Typography-Info_Color-1-32-0: #0E57CC;
536
- --triplex-next-Typography-Success_Color-1-32-0: #008B5C;
537
- --triplex-next-Typography-Error_Color-1-32-0: #D10032;
538
- --triplex-next-Typography-Warning_Color-1-32-0: #EF4C01;
539
- --triplex-next-Typography-System_Color-1-32-0: #697591;
540
- --triplex-next-Typography-PrimaryInvert_Color-1-32-0: rgba(255, 255, 255, 1);
541
- --triplex-next-Typography-ComplementaryInvert_Color-1-32-0: rgba(255, 255, 255, .75);
542
- --triplex-next-Typography-SecondaryInvert_Color-1-32-0: rgba(255, 255, 255, .55);
543
- --triplex-next-Typography-TertiaryInvert_Color-1-32-0: rgba(255, 255, 255, .45);
544
- --triplex-next-Typography-DisabledInvert_Color-1-32-0: rgba(255, 255, 255, .25);
545
- --triplex-next-Typography-BrandInvert_Color-1-32-0: #19BDB0;
546
- --triplex-next-Typography-InfoInvert_Color-1-32-0: #1297FE;
547
- --triplex-next-Typography-SuccessInvert_Color-1-32-0: #00D67D;
548
- --triplex-next-Typography-ErrorInvert_Color-1-32-0: #F80C45;
549
- --triplex-next-Typography-WarningInvert_Color-1-32-0: #FF7A17;
550
- --triplex-next-Typography-SystemInvert_Color-1-32-0: #95A3C1;
551
- --triplex-next-UploadZone-Background_Default-1-32-0: #F2F4F7;
552
- --triplex-next-UploadZone-Background_Hover-1-32-0: #EAEDF1;
553
- --triplex-next-UploadZone-BorderColor_Default-1-32-0: #2D2D30;
554
- --triplex-next-UploadZone-DragArea_Background-1-32-0: #F2F4F7;
555
- --triplex-next-UploadZone-DragArea_BorderColor-1-32-0: #21A19A;}
556
- .underline__d4b9acc5{text-decoration:underline}.strikethrough__81954cbf{text-decoration:line-through}.underlineStrikethrough__0affd433{text-decoration:underline line-through}.typography__1ccd04e0.primary__35fa14b1{color:var(--triplex-next-Typography-Primary_Color-1-32-0)}.typography__1ccd04e0.primaryInvert__4de591d5{color:var(--triplex-next-Typography-PrimaryInvert_Color-1-32-0)}.typography__1ccd04e0.complementary__c902c48f{color:var(--triplex-next-Typography-Complementary_Color-1-32-0)}.typography__1ccd04e0.complementaryInvert__3dcf0d85{color:var(--triplex-next-Typography-ComplementaryInvert_Color-1-32-0)}.typography__1ccd04e0.secondary__7e1e856d{color:var(--triplex-next-Typography-Secondary_Color-1-32-0)}.typography__1ccd04e0.secondaryInvert__40dbd56b{color:var(--triplex-next-Typography-SecondaryInvert_Color-1-32-0)}.typography__1ccd04e0.tertiary__430c53cf{color:var(--triplex-next-Typography-Tertiary_Color-1-32-0)}.typography__1ccd04e0.tertiaryInvert__bb8e5b22{color:var(--triplex-next-Typography-TertiaryInvert_Color-1-32-0)}.typography__1ccd04e0.disabled__bb77798a{color:var(--triplex-next-Typography-Disabled_Color-1-32-0)}.typography__1ccd04e0.disabledInvert__17bf5f78{color:var(--triplex-next-Typography-DisabledInvert_Color-1-32-0)}.typography__1ccd04e0.brand__f4973675{color:var(--triplex-next-Typography-Brand_Color-1-32-0);-webkit-user-select:none;user-select:none}.typography__1ccd04e0.brandInvert__ccd40fbf{color:var(--triplex-next-Typography-BrandInvert_Color-1-32-0)}.typography__1ccd04e0.info__7465f7c4{color:var(--triplex-next-Typography-Info_Color-1-32-0)}.typography__1ccd04e0.infoInvert__8d4a05a1{color:var(--triplex-next-Typography-InfoInvert_Color-1-32-0)}.typography__1ccd04e0.success__b794a653{color:var(--triplex-next-Typography-Success_Color-1-32-0)}.typography__1ccd04e0.successInvert__09370bef{color:var(--triplex-next-Typography-SuccessInvert_Color-1-32-0)}.typography__1ccd04e0.error__fba3dbb5{color:var(--triplex-next-Typography-Error_Color-1-32-0)}.typography__1ccd04e0.errorInvert__b711b328{color:var(--triplex-next-Typography-ErrorInvert_Color-1-32-0)}.typography__1ccd04e0.warning__3a49a969{color:var(--triplex-next-Typography-Warning_Color-1-32-0)}.typography__1ccd04e0.warningInvert__0bbf1d10{color:var(--triplex-next-Typography-WarningInvert_Color-1-32-0)}.typography__1ccd04e0.system__9b01a7c0{color:var(--triplex-next-Typography-System_Color-1-32-0)}.typography__1ccd04e0.systemInvert__39c58e1d{color:var(--triplex-next-Typography-SystemInvert_Color-1-32-0)}.typography__1ccd04e0.compact__b83b15b5{line-height:calc(16 / 14)}.caption__57b8789e.regular__fa90814b{font-family:SBSansText,Arial,sans-serif}.caption__57b8789e.semibold__e2f08321{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.c1__fbee8582{font-size:10px;line-height:12px}.c2__ab74ec02{font-size:8px;line-height:10px}.d1__8cd0c492{font-size:32px;line-height:40px}.d1__8cd0c492.regular__fa90814b{font-family:SBSansDisplay,Arial,sans-serif}.d1__8cd0c492.semibold__e2f08321{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.codeText__1e80ad35{font-family:SBSansTextMono,Arial,monospace;font-size:14px;line-height:20px;font-weight:400}.text__be7928c1{outline:none}.text__be7928c1.regular__fa90814b{font-family:SBSansText,Arial,sans-serif}.text__be7928c1.semibold__e2f08321{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.b1__cbe367ff{font-size:18px;line-height:24px}.b2__e8d2d748{font-size:16px;line-height:20px}.b3__3d10ac83{font-size:14px;line-height:20px}.b3__3d10ac83.compact__b83b15b5{line-height:16px}.b4__9ad259f1{font-size:12px;line-height:16px}.title__fc174f83{outline:none}.title__fc174f83.regular__fa90814b{font-family:SBSansDisplay,Arial,sans-serif;font-weight:400}.title__fc174f83.semibold__e2f08321{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.title__fc174f83.medium__4d60bcf0{font-family:SBSansDisplayMedium,Arial,sans-serif;font-weight:500}.title__fc174f83.bold__fce29df1{font-family:SBSansDisplayBold,Arial,sans-serif;font-weight:700}.h1__d9a4654d,.h2__97d6f866,.h3__ec7a0caf{margin:0}.h1__d9a4654d{font-size:28px;line-height:36px}.h2__97d6f866{font-size:24px;line-height:32px}.h3__ec7a0caf{font-size:20px;line-height:28px}.formFieldInput__3346af13{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-1-32-0)}.formFieldInput__3346af13.sm__ab9ef21c{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__3346af13.md__9ec7e2e7{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__3346af13.lg__f50c04ee{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldInput__3346af13:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-32-0)}.formFieldInput__3346af13::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-32-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__3346af13:focus{outline:none}.formFieldInput__3346af13:focus::placeholder{opacity:1}.formFieldInput__3346af13:-webkit-autofill{animation-name:autofill-applied-hook__706f6847;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__3346af13:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__4a99695a;animation-duration:1ms}.disableInteraction__f1b8679f{pointer-events:none}.displayContents__40b4c540{display:contents}.buttonIcon__0e9c58f2{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__0e9c58f2:enabled{cursor:pointer}.buttonIcon__0e9c58f2.circle__ecae92d3{border-radius:50%}.buttonIcon__0e9c58f2.squircle__5445ba84{border-radius:4px}.buttonIcon__0e9c58f2:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-32-0)}.formFieldClear__1a057f89{visibility:hidden;opacity:0;transition:visibility,opacity;transition-duration:.3s;pointer-events:none}.formFieldClear__1a057f89:focus{visibility:visible;opacity:1;pointer-events:auto}.formFieldCounter__6426ee65{padding-left:4px;margin-left:auto}.formFieldDescription__4b76e4db{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__4b76e4db.withCounter__f39cd67c{display:flex}.formFieldLabel__bb70cb50{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__bb70cb50.sm__ab9ef21c{top:6px}.formFieldLabel__bb70cb50.md__9ec7e2e7{top:10px}.formFieldLabel__bb70cb50.lg__f50c04ee{top:18px}.formFieldLabel__bb70cb50.lg__f50c04ee.floating__c6bb33ba{top:10px}.formFieldLabelText__8e609218{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-32-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__ab9ef21c .formFieldLabelText__8e609218{font-size:12px;line-height:16px}.md__9ec7e2e7 .formFieldLabelText__8e609218{font-size:14px;line-height:20px}.lg__f50c04ee .formFieldLabelText__8e609218{font-size:16px;line-height:20px}.floating__c6bb33ba .formFieldLabelText__8e609218{font-size:12px;line-height:16px}.floating__c6bb33ba.sm__ab9ef21c .formFieldLabelText__8e609218,.floating__c6bb33ba.md__9ec7e2e7 .formFieldLabelText__8e609218{display:none}.disabled__556e7922 .formFieldLabelText__8e609218{color:var(--triplex-next-FormField-Label_Color_Disabled-1-32-0)}.formFieldMaskedInputWrapper__49237050{position:relative}.formFieldMaskedInputWrapper__49237050 .formFieldMaskedInputPlaceholder__093d7168{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__49237050 .formFieldMaskedInputPlaceholder__093d7168::placeholder{opacity:1}.formFieldMaskedInputWrapper__49237050 .formFieldMaskedInputPlaceholder__093d7168:disabled{visibility:hidden}.formFieldMaskedInputWrapper__49237050.size-sm__3b0a937c{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__49237050.size-sm__3b0a937c .formFieldMaskedInputPlaceholder__093d7168{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__49237050.size-md__50ede9cd{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__49237050.size-md__50ede9cd .formFieldMaskedInputPlaceholder__093d7168{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__49237050.size-lg__2a2c60e6{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__49237050.size-lg__2a2c60e6 .formFieldMaskedInputPlaceholder__093d7168{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__49237050 .formFieldMaskedInput__1f7090fa{display:block;position:relative;background:none!important}.formFieldPostfix__5a09e621{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__cc89771f{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldTarget__a982acec{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-32-0);overflow:hidden;white-space:nowrap}.formFieldTarget__a982acec.sm__ab9ef21c{font-size:12px;height:28px;line-height:16px}.formFieldTarget__a982acec.md__9ec7e2e7{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__a982acec.lg__f50c04ee{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__a982acec.placeholder__d8fc1150{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-32-0)}.formFieldTarget__a982acec.disabled__556e7922{color:var(--triplex-next-FormField-Target_Color_Disabled-1-32-0)}.formFieldTarget__a982acec .placeholderWrapper__c36499cd{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__a982acec:focus{outline:none}.formFieldTarget__a982acec:focus .placeholderWrapper__c36499cd,.formFieldTarget__a982acec.active__331be4ad .placeholderWrapper__c36499cd{opacity:1}.formFieldTextarea__c28d07ae{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-32-0);vertical-align:top;font-family:inherit}.formFieldTextarea__c28d07ae.sm__ab9ef21c{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__c28d07ae.md__9ec7e2e7{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__c28d07ae.lg__f50c04ee{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__c28d07ae::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-32-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__c28d07ae:focus{outline:none}.formFieldTextarea__c28d07ae:focus::placeholder{opacity:1}.formFieldTextarea__c28d07ae:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-32-0)}.formFieldTextarea__c28d07ae:-webkit-autofill{animation-name:autofill-applied-hook__706f6847;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldTextarea__c28d07ae:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__4a99695a;animation-duration:1ms}@keyframes autofill-applied-hook__706f6847{0%{transform:none}}@keyframes autofill-cancelled-hook__4a99695a{0%{transform:none}}.formField__ca466614{position:relative;flex-grow:1;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.formField__ca466614.sm__ab9ef21c{border-radius:6px}.formField__ca466614.md__9ec7e2e7{border-radius:8px}.formField__ca466614.lg__f50c04ee{border-radius:10px}.formField__ca466614.default__36485c31{background:var(--triplex-next-FormField-Background_Default-1-32-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-32-0)}.formField__ca466614:hover{background:var(--triplex-next-FormField-Background_Hover-1-32-0)}.formField__ca466614.active__331be4ad{background:var(--triplex-next-FormField-Background_Active-1-32-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-32-0)}.formField__ca466614.active__331be4ad .formFieldInput__3346af13::placeholder,.formField__ca466614.active__331be4ad .formFieldTextarea__c28d07ae::placeholder{opacity:1}.formField__ca466614.disabled__556e7922{background:var(--triplex-next-FormField-Background_Disabled-1-32-0)}.formField__ca466614.error__dd749805{background:var(--triplex-next-FormField-Background_Error-1-32-0)}.formField__ca466614.error__dd749805:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-32-0)}.formField__ca466614.error__dd749805.active__331be4ad{background:var(--triplex-next-FormField-Background_Error-1-32-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-32-0)}.formField__ca466614.warning__a46f8255{background:var(--triplex-next-FormField-Background_Warning-1-32-0)}.formField__ca466614.warning__a46f8255:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-32-0)}.formField__ca466614.warning__a46f8255.active__331be4ad{background:var(--triplex-next-FormField-Background_Warning-1-32-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-32-0)}.formField__ca466614.filled__397d515b:not(.disabled__556e7922):hover .formFieldClear__1a057f89,.formField__ca466614.filled__397d515b:not(.disabled__556e7922).active__331be4ad .formFieldClear__1a057f89{visibility:visible;opacity:1;pointer-events:auto}.dropdownDesktop__fabf7855{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-32-0);background-color:var(--triplex-next-Dropdown-Background-1-32-0)}.dropdownDesktop__fabf7855.sm__5e55b7ec{border-radius:6px}.dropdownDesktop__fabf7855.md__70f49c8a{border-radius:8px}.dropdownDesktop__fabf7855.lg__9ff1f4f4{border-radius:10px}.dropdownDesktopOverflowHidden__ad88dc0a{overflow:hidden}.badgeDot__af044789{display:inline-block;background:var(--triplex-next-Badge-Background-1-32-0);border-radius:50%}.badgeDot__af044789.sm__f7403439{width:6px;height:6px}.badgeDot__af044789.md__1bc14e57{width:8px;height:8px}.badgeDot__af044789.lg__20d410cc{width:10px;height:10px}.badgeContent__1ddc8cc1{display:flex}.badgeContent__1ddc8cc1.sm__f7403439{padding-left:4px;padding-right:4px}.badgeContent__1ddc8cc1.md__1bc14e57{padding-left:6px;padding-right:6px}.badgeContent__1ddc8cc1.lg__20d410cc{padding-left:8px;padding-right:8px}.badgeContent__1ddc8cc1.noPaddingLeft__c4582ded{padding-left:0}.badgeContent__1ddc8cc1.noPaddingRight__186b6b10{padding-right:0}.badgePrefix__85ca3bbc,.badgePostfix__4f4d69a7{display:contents}.badge__3e7df2f3{display:inline-flex;align-items:center;justify-content:center;position:relative;width:fit-content;white-space:nowrap;background:var(--triplex-next-Badge-Background-1-32-0)}.badge__3e7df2f3.sm__f7403439{height:16px;border-radius:4px}.badge__3e7df2f3.md__1bc14e57{height:20px;border-radius:6px}.badge__3e7df2f3.lg__20d410cc{height:24px;border-radius:8px}.dropdownDesktopList__24ff3208{margin:4px;overflow:auto}.dropdownDesktopList__24ff3208 .notificationIcon__62b87ac0{position:absolute}.dropdownDesktopList__24ff3208.sm__5e55b7ec{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__24ff3208.sm__5e55b7ec .dropdownDesktopListItem__bd9a5657{padding:6px 8px;border-radius:6px}.dropdownDesktopList__24ff3208.sm__5e55b7ec .dropdownDesktopListLoader__383fe4d7{margin:0 auto}.dropdownDesktopList__24ff3208.sm__5e55b7ec .notificationIcon__62b87ac0{right:3px;top:3px}.dropdownDesktopList__24ff3208.md__70f49c8a{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__24ff3208.md__70f49c8a .dropdownDesktopListItem__bd9a5657{padding:7px 8px;border-radius:8px}.dropdownDesktopList__24ff3208.md__70f49c8a .dropdownDesktopListLoader__383fe4d7{margin:-2px auto}.dropdownDesktopList__24ff3208.md__70f49c8a .notificationIcon__62b87ac0{right:4px;top:4px}.dropdownDesktopList__24ff3208.lg__9ff1f4f4{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__24ff3208.lg__9ff1f4f4 .dropdownDesktopListItem__bd9a5657{padding:14px 8px;border-radius:10px}.dropdownDesktopList__24ff3208.lg__9ff1f4f4 .dropdownDesktopListLoader__383fe4d7{margin:-6px auto}.dropdownDesktopList__24ff3208.lg__9ff1f4f4 .notificationIcon__62b87ac0{right:4px;top:6px}.dropdownDesktopListItem__bd9a5657{color:var(--triplex-next-DropdownList-Color-1-32-0);background:var(--triplex-next-DropdownList-Background_Default-1-32-0);position:relative;outline:none}.dropdownDesktopListItem__bd9a5657+.dropdownDesktopListItem__bd9a5657{margin-top:2px}.dropdownDesktopListItem__bd9a5657.active__d228daa4{background:var(--triplex-next-DropdownList-Background_Active-1-32-0);cursor:pointer}.dropdownDesktopListItem__bd9a5657.selected__ac6f4b06{background:var(--triplex-next-DropdownList-Background_Selected-1-32-0);cursor:default}.loaderSmall__591ceb2d{display:flex;justify-content:center;align-items:center}.loaderSmall__591ceb2d.sm__c78cbc12{width:16px;height:16px;gap:2px}.loaderSmall__591ceb2d.sm__c78cbc12 .dot__f2b9afb3{width:4px;height:4px}.loaderSmall__591ceb2d.md__b89a40bd{width:24px;height:24px;gap:3px}.loaderSmall__591ceb2d.md__b89a40bd .dot__f2b9afb3{width:6px;height:6px}.loaderSmall__591ceb2d.lg__f7b63da0{width:32px;height:32px;gap:4px}.loaderSmall__591ceb2d.lg__f7b63da0 .dot__f2b9afb3{width:8px;height:8px}.loaderSmall__591ceb2d.neutral__6e064254 .dot__f2b9afb3{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-32-0)}.loaderSmall__591ceb2d.brand__fe6143a0 .dot__f2b9afb3{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-32-0)}.loaderSmall__591ceb2d .dot__f2b9afb3{border-radius:50%}.loaderSmall__591ceb2d .dot1__8d01d136{animation:dotCycleSmall__ad1301ad .9s infinite}.loaderSmall__591ceb2d .dot2__9298fd3c{animation:dotCycleSmall__ad1301ad .9s infinite .15s}.loaderSmall__591ceb2d .dot3__71ffdabb{animation:dotCycleSmall__ad1301ad .9s infinite .3s}@keyframes dotCycleSmall__ad1301ad{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__59efa5a4{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-32-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__2d56d2ab{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__2d56d2ab .dot__f2b9afb3{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-32-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__2d56d2ab .dot1__8d01d136{top:0;left:0;animation:dotCycleMiddle__4fd88838 3s infinite}.loaderMiddleDots__2d56d2ab .dot2__9298fd3c{right:0;top:0;opacity:.7;animation:dotCycleMiddle__4fd88838 3s infinite .74s}.loaderMiddleDots__2d56d2ab .dot3__71ffdabb{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__4fd88838 3s infinite 1.5s}.loaderMiddleDots__2d56d2ab .dot4__f78f1b3e{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__4fd88838 3s infinite 2.25s}.loaderMiddleDots__2d56d2ab .line__10720554{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-32-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__a4bac719 3s infinite}@keyframes lineCycle__a4bac719{0%{width:12px;height:12px;left:0;top:0;opacity:1}12.5%{width:100%;height:12px;left:0;top:0;opacity:1}25%{width:12px;height:12px;left:calc(100% - 12px);top:0;opacity:1}37.5%{width:12px;height:100%;left:calc(100% - 12px);top:0;opacity:1}50%{width:12px;height:12px;left:calc(100% - 12px);top:calc(100% - 12px);opacity:1}62.5%{width:100%;height:12px;left:0;top:calc(100% - 12px);opacity:1}75%{width:12px;height:12px;left:0;top:calc(100% - 12px);opacity:1}87.5%{width:12px;height:100%;left:0;top:0;opacity:1}to{width:12px;height:12px;left:0;top:0;opacity:1}}@keyframes dotCycleMiddle__4fd88838{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__27dc1bce{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__947dd76f{background:var(--triplex-next-DropdownMobile-Backdrop-1-32-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__947dd76f.closing__6be68f49{opacity:0}.dropdownMobileBackdrop__947dd76f.opening__3ea188ed,.dropdownMobileBackdrop__947dd76f.opened__b939285e{opacity:var(--triplex-DropdownMobile-Opacity-1-32-0)}.dropdownMobile__ebeef9d3{position:absolute;bottom:0;left:0;right:0;transform:translateY(100%);transition:transform .3s ease-in-out;max-height:50vh;display:flex;flex-direction:column;outline:none}.dropdownMobile__ebeef9d3.closing__6be68f49{transform:translateY(100%)}.dropdownMobile__ebeef9d3.opening__3ea188ed,.dropdownMobile__ebeef9d3.opened__b939285e{transform:translateY(0)}.dropdownMobileHeader__0068d375{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-32-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__0068d375 .dropdownMobileHeaderContent__13b9805e{display:flex;flex-grow:1;min-width:0;margin-right:12px;min-height:20px}.dropdownMobileContent__78e3499a{background:var(--triplex-next-DropdownMobile-Content_Background-1-32-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__92763228{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-32-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-32-0);flex-shrink:1}.dropdownMobileListItem__c7382f9e{position:relative;padding:16px}.dropdownMobileListItem__c7382f9e.selected__ac6f4b06{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-32-0)}.dropdownMobileListItem__c7382f9e:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-32-0)}.dropdownMobileBodyOverflow__e758b62a{overflow:hidden}.controlButtons__dc2d1bce{display:flex}.dropdownMobileLoader__595cc067{margin-right:8px}.dropdownMobileListLoader__c6e7ee1c{display:flex;justify-content:center;align-items:center;padding:16px}.notificationIcon__62b87ac0{position:absolute;right:6px;top:6px}.dropdownMobileInput__b4346f1a{width:100%;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input_Color_Default-1-32-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__b4346f1a::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-32-0);opacity:1}.dropdownMobileInput__b4346f1a::-ms-clear{display:none}.tabsLineWrapper__86629966[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__86629966[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__86629966[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__86629966[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__86629966{position:relative}.tabsLineWrapper__86629966.withSeparator__f1536a4c:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-32-0);bottom:0;left:0;right:0}.tabsLine__5b3d2b02{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__5b3d2b02:has(.sm__9583fbd1){height:28px}.tabsLine__5b3d2b02:has(.md__6e786047){height:40px}.tabsLine__5b3d2b02:has(.lg__0d038d23){height:56px}.tab__20455533{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__20455533.sm__9583fbd1{height:28px;padding-bottom:12px}.tab__20455533.md__6e786047{height:40px;padding-top:8px;padding-bottom:12px}.tab__20455533.lg__0d038d23{height:56px;padding-top:16px;padding-bottom:20px}.tab__20455533::-moz-focus-inner{border:none;padding:0}.tab__20455533:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-32-0)}.tab__20455533.active__8de10b86{cursor:default}.tab__20455533:after{content:"";position:absolute;bottom:0;left:0;right:0;border-radius:2px 2px 0 0;border-bottom:4px solid transparent;transition:border-color .5s}.tab__20455533:hover:after,.tab__20455533:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-32-0)}.tab__20455533.active__8de10b86:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-32-0)}.notificationIcon__6e00459a{position:absolute;right:6px}.sm__9583fbd1 .notificationIcon__6e00459a{top:0}.md__6e786047 .notificationIcon__6e00459a{top:8px}.lg__0d038d23 .notificationIcon__6e00459a{top:16px}.tabsLineDropdown__ab9cacf8{display:inline-block}.tabsLineDropdown__ab9cacf8 .dropdownTarget__54f1a464.active__8de10b86{cursor:pointer}.tabsLineDropdown__ab9cacf8 .dropdownTargetInner__bcc330cd{display:inline-flex;align-items:center}.tabsLineDropdown__ab9cacf8 .dropdownTargetCaret__e3ed344f{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__ab9cacf8 .dropdownTargetCaret__e3ed344f.opened__dc0f57fd{transform:rotate(-180deg)}.tabsLineDropdown__ab9cacf8 .dropdown__db4034a8{right:0;padding:4px}.tabsLineMobileWrapper__449b191c{position:relative}.tabsLineMobileWrapper__449b191c .tab__20455533{flex-shrink:0}.tabsLineMobileWrapper__449b191c .tab__20455533:first-child{margin-left:16px}.tabsLineMobileWrapper__449b191c .tab__20455533:last-child{margin-right:16px}.tabsLineMobile__dcc8bba8{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__dcc8bba8::-webkit-scrollbar{display:none}.label__267746c8{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__267746c8.sm__509ee768{min-width:16px;min-height:16px}.label__267746c8.sm__509ee768.nonempty__412bfa8a{padding:2px 0 2px 24px}.label__267746c8.md__2235acd5{min-height:24px;min-width:24px}.label__267746c8.md__2235acd5.nonempty__412bfa8a{padding-left:32px;padding-top:2px}.label__267746c8.lg__26040071{min-width:28px;min-height:28px}.label__267746c8.lg__26040071.nonempty__412bfa8a{padding-left:40px;padding-top:4px}.label__267746c8.disabled__81fb291c{cursor:default}.radio__c5547666{margin:0;opacity:0}.radioIcon__ae77b127{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-32-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-32-0)}.radioIcon__ae77b127:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-32-0);border-radius:50%;transform:scale(0)}.sm__509ee768 .radioIcon__ae77b127:after{width:8px;height:8px;top:4px;left:4px}.md__2235acd5 .radioIcon__ae77b127:after{width:12px;height:12px;top:6px;left:6px}.lg__26040071 .radioIcon__ae77b127:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__ae77b127,.radioIcon__ae77b127:after{pointer-events:none}.radio__c5547666,.radioIcon__ae77b127{position:absolute;left:0;top:0}.sm__509ee768 .radio__c5547666,.sm__509ee768 .radioIcon__ae77b127{width:16px;height:16px;top:2px}.md__2235acd5 .radio__c5547666,.md__2235acd5 .radioIcon__ae77b127{width:24px;height:24px}.lg__26040071 .radio__c5547666,.lg__26040071 .radioIcon__ae77b127{width:28px;height:28px}.radio__c5547666:enabled{cursor:pointer}.radio__c5547666:checked+.radioIcon__ae77b127{background:var(--triplex-next-Radio-Background_Checked_Default-1-32-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-32-0)}.radio__c5547666:checked+.radioIcon__ae77b127:after{transform:scale(1);transition:transform .2s ease-out}.radio__c5547666:hover+.radioIcon__ae77b127{background-color:var(--triplex-next-Radio-Background_Hover-1-32-0);box-shadow:none}.radio__c5547666:disabled+.radioIcon__ae77b127{background:var(--triplex-next-Radio-Background_Disabled-1-32-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-32-0)}.radio__c5547666:disabled:checked+.radioIcon__ae77b127{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-32-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-32-0)}.radio__c5547666:disabled+.radioIcon__ae77b127:after{background:var(--triplex-next-Radio-Dot_Disabled-1-32-0)}.radio__c5547666:focus-visible+.radioIcon__ae77b127{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-32-0)}.radio__c5547666:checked:enabled:hover+.radioIcon__ae77b127{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-32-0)}.radioXGroup__6bdda34e{display:inline-flex;flex-flow:row wrap}.radioXGroup__6bdda34e.indent-12__5bb085ed{margin-left:-6px;margin-right:-6px}.radioXGroup__6bdda34e.indent-12__5bb085ed .label__267746c8{margin-left:6px;margin-right:6px}.radioXGroup__6bdda34e.indent-16__5d45d2a4{margin-left:-8px;margin-right:-8px}.radioXGroup__6bdda34e.indent-16__5d45d2a4 .label__267746c8{margin-left:8px;margin-right:8px}.radioXGroup__6bdda34e.indent-20__5a376a92{margin-left:-10px;margin-right:-10px}.radioXGroup__6bdda34e.indent-20__5a376a92 .label__267746c8{margin-left:10px;margin-right:10px}.radioXGroup__6bdda34e.indent-24__a15d4821{margin-left:-12px;margin-right:-12px}.radioXGroup__6bdda34e.indent-24__a15d4821 .label__267746c8{margin-left:12px;margin-right:12px}.radioXGroup__6bdda34e.indent-28__63038a46{margin-left:-14px;margin-right:-14px}.radioXGroup__6bdda34e.indent-28__63038a46 .label__267746c8{margin-left:14px;margin-right:14px}.radioXGroup__6bdda34e.indent-32__9c084c50{margin-left:-16px;margin-right:-16px}.radioXGroup__6bdda34e.indent-32__9c084c50 .label__267746c8{margin-left:16px;margin-right:16px}.radioYGroup__354c9b5d{display:inline-flex;flex-flow:column wrap}.radioYGroup__354c9b5d .label__267746c8.sm__509ee768+.label__267746c8.sm__509ee768{margin-top:8px}.radioYGroup__354c9b5d .label__267746c8.md__2235acd5+.label__267746c8.md__2235acd5{margin-top:16px}.radioYGroup__354c9b5d .label__267746c8.lg__26040071+.label__267746c8.lg__26040071{margin-top:20px}.notification__4a2639b5{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-32-0);background:var(--triplex-next-Notification-Background-1-32-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-32-0);z-index:300}.notification__4a2639b5:first-child{margin-top:0}.notification__4a2639b5.extraBottomPadding__27922dcc{padding-bottom:24px}.notification__4a2639b5 .notificationHeader__85b0478f{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-32-0);width:100%;margin-top:0;margin-bottom:8px}.notification__4a2639b5 .notificationIcon__f59d4980{line-height:0}.notification__4a2639b5 .notificationBody__ba7d332c{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__4a2639b5 .notificationBodyList__26753d56{margin-top:8px}.notification__4a2639b5 .notificationClose__0e2acc14{position:absolute;top:8px;right:8px;background-color:transparent;box-sizing:border-box;padding:0;margin:0;border-radius:0;border:none;outline:none;line-height:0}.notification__4a2639b5.showCloseOnHover__c41d40f1 .notificationClose__0e2acc14{opacity:0}.notification__4a2639b5.showCloseOnHover__c41d40f1:hover{cursor:pointer}.notification__4a2639b5.showCloseOnHover__c41d40f1:hover .notificationClose__0e2acc14{opacity:1}.notification__4a2639b5 .notificationFooter__5ef4c078{display:flex;align-items:center;margin-top:16px}.notification__4a2639b5 .notificationFooter__5ef4c078 button+a{margin-left:16px}.notification__4a2639b5 .notificationTime__299f296f{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-32-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__e991f106{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__e991f106:hover{cursor:pointer}.notificationGroupedWrapper__e991f106 .notificationGroupedFooterItem__4d43a46b{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-32-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-32-0)}.notificationGroupedWrapper__e991f106 .notificationGroupedFooterItem__4d43a46b.first__92df673d{bottom:-8px;z-index:200}.notificationGroupedWrapper__e991f106 .notificationGroupedFooterItem__4d43a46b.second__ab1ed753{bottom:-16px;z-index:100}@media(max-width:767px){.notification__4a2639b5,.notificationGroupedWrapper__e991f106{width:100%}}.unorderedListItem__3e6e1691:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__3e6e1691+.unorderedListItem__3e6e1691{margin-top:8px}.unorderedList__e0e7632a{position:relative;margin:0;padding-left:14px;list-style:none}.button__135010a0.general__4e47f817{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-32-0);color:var(--triplex-next-Button-General_Color_Default-1-32-0)}.button__135010a0.general__4e47f817:hover{background:var(--triplex-next-Button-General_Background_Hover-1-32-0);color:var(--triplex-next-Button-General_Color_Hover-1-32-0)}.button__135010a0.general__4e47f817.expanded__b7e4af72,.button__135010a0.general__4e47f817:active{background:var(--triplex-next-Button-General_Background_Active-1-32-0);color:var(--triplex-next-Button-General_Color_Active-1-32-0)}.button__135010a0.general__4e47f817:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-32-0)}.button__135010a0.general__4e47f817:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-32-0);color:var(--triplex-next-Button-General_Color_Disabled-1-32-0)}.button__135010a0.secondary__b3b4cab9{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-32-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-32-0)}.button__135010a0.secondary__b3b4cab9:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-32-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-32-0)}.button__135010a0.secondary__b3b4cab9.expanded__b7e4af72,.button__135010a0.secondary__b3b4cab9:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-32-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-32-0)}.button__135010a0.secondary__b3b4cab9:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-32-0)}.button__135010a0.secondary__b3b4cab9:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-32-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-32-0)}.button__135010a0.secondaryLight__cc1325a9{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-32-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-32-0)}.button__135010a0.secondaryLight__cc1325a9:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-32-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-32-0)}.button__135010a0.secondaryLight__cc1325a9.expanded__b7e4af72,.button__135010a0.secondaryLight__cc1325a9:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-32-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-32-0)}.button__135010a0.secondaryLight__cc1325a9:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-32-0)}.button__135010a0.secondaryLight__cc1325a9:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-32-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-32-0)}.button__135010a0.danger__33af9b16{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-32-0);color:var(--triplex-next-Button-Danger_Color_Default-1-32-0)}.button__135010a0.danger__33af9b16:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-32-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-32-0)}.button__135010a0.danger__33af9b16.expanded__b7e4af72,.button__135010a0.danger__33af9b16:active{background:var(--triplex-next-Button-Danger_Background_Active-1-32-0);color:var(--triplex-next-Button-Danger_Color_Active-1-32-0)}.button__135010a0.danger__33af9b16:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-32-0)}.button__135010a0.danger__33af9b16:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-32-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-32-0)}.button__135010a0.link__5f0247c5{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-32-0);padding:0}.button__135010a0.link__5f0247c5.sm__32633ce9{height:28px;min-width:0px;padding:6px 2px}.button__135010a0.link__5f0247c5.md__14c15c1e{height:40px;min-width:0px;padding:10px 2px}.button__135010a0.link__5f0247c5.lg__e25e72fd{height:56px;min-width:0px;padding:18px 2px}.button__135010a0.link__5f0247c5:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-32-0)}.button__135010a0.link__5f0247c5.expanded__b7e4af72,.button__135010a0.link__5f0247c5:active{color:var(--triplex-next-Button-Link_Color_Active-1-32-0)}.button__135010a0.link__5f0247c5:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-32-0)}.button__135010a0.link__5f0247c5:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-32-0)}.button__135010a0{display:inline-flex;align-items:center;position:relative;margin:0;outline:none;font-family:inherit;background-clip:padding-box;cursor:pointer;border:none;font-weight:600;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.button__135010a0::-moz-focus-inner{border:none;padding:0}.button__135010a0.sm__32633ce9{line-height:16px;font-size:12px}.button__135010a0.sm__32633ce9.general__4e47f817,.button__135010a0.sm__32633ce9.secondary__b3b4cab9,.button__135010a0.sm__32633ce9.secondaryLight__cc1325a9,.button__135010a0.sm__32633ce9.danger__33af9b16{height:28px;min-width:58px;padding:0 12px;border-radius:6px}.button__135010a0.sm__32633ce9.icon__ff0d6962{min-height:28px;min-width:28px;padding:0 4px}.button__135010a0.md__14c15c1e{line-height:20px;font-size:14px}.button__135010a0.md__14c15c1e.general__4e47f817,.button__135010a0.md__14c15c1e.secondary__b3b4cab9,.button__135010a0.md__14c15c1e.secondaryLight__cc1325a9,.button__135010a0.md__14c15c1e.danger__33af9b16{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__135010a0.md__14c15c1e.icon__ff0d6962{min-height:40px;min-width:40px;padding:0 10px}.button__135010a0.lg__e25e72fd{line-height:20px;font-size:16px}.button__135010a0.lg__e25e72fd.general__4e47f817,.button__135010a0.lg__e25e72fd.secondary__b3b4cab9,.button__135010a0.lg__e25e72fd.secondaryLight__cc1325a9,.button__135010a0.lg__e25e72fd.danger__33af9b16{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__135010a0.lg__e25e72fd.icon__ff0d6962{min-height:56px;min-width:56px;padding:0 12px}.button__135010a0:disabled{cursor:default}.button__135010a0:disabled *{pointer-events:none}.button__135010a0+.button__135010a0:not(.block__b491e631),.button__135010a0+.buttonDropdown__a15fab77:not(.block__b491e631){margin-left:12px}.button__135010a0 .content__2edda792{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__135010a0.block__b491e631{display:block;width:100%}.button__135010a0.loading__0a6a1fda{pointer-events:none}.button__135010a0.loading__0a6a1fda .content__2edda792{visibility:hidden}.button__135010a0 .loader__3edb6d51{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__135010a0 .loader__3edb6d51.hidden__920bebdf{visibility:hidden}.buttonDropdownExtended__65eab571{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__65eab571 .buttonDropdownExtendedBlock__d3c1e3cd{padding:4px;margin-top:4px;right:0}.buttonDropdown__a15fab77.block__b491e631{display:block}.buttonDropdown__a15fab77+.button__135010a0:not(.block__b491e631),.buttonDropdown__a15fab77+.buttonDropdown__a15fab77:not(.block__b491e631){margin-left:12px}.buttonDropdown__a15fab77 .buttonDropdownTarget__597b0278.md__14c15c1e.dots__a2a596bb{padding:0 8px}.buttonDropdown__a15fab77 .buttonDropdownTarget__597b0278 .caretIcon__cb030752{margin-left:2px;transition:transform .3s ease-in-out}.buttonDropdown__a15fab77 .buttonDropdownTarget__597b0278.active__a26d6f29 .caretIcon__cb030752{transform:rotate(-180deg)}.buttonDropdown__a15fab77 .buttonDropdownMenuItem__a742e27c{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__d8db4ce9{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__175fba9d{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__d1f82fb0{position:fixed;left:var(--modalWindow-screen-left, 0);top:var(--modalWindow-screen-top, 0);width:var(--modalWindow-screen-width, 100%);bottom:0;z-index:1400}.modalWindowBackdrop__99ee87a9{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-1-32-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__9c4a57e6{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__9c4a57e6 .modalWindowContentWrapper__419eb64f{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__d8db4ce9 .6s ease}.modalWindow__9c4a57e6 .modalWindowContent__070f7104{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__9c4a57e6 .modalWindowContent__070f7104 .modalWindowBody__d2f52c9d{box-sizing:border-box;animation:fadeIn__6e67d7db .3s ease}@keyframes fadeIn__6e67d7db{0%{opacity:0}to{opacity:1}}.modalWindow__9c4a57e6 .modalWindowContent__070f7104 .spinnerSm__455c185f{display:none}@media(max-width:767px){.modalWindow__9c4a57e6 .modalWindowContent__070f7104 .spinner__043768b7{display:none}.modalWindow__9c4a57e6 .modalWindowContent__070f7104 .spinnerSm__455c185f{display:flex}}.global-modalWindowTransition-exit .modalWindow__9c4a57e6 .modalWindowContentWrapper__419eb64f{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__175fba9d .3s ease}.global-modalWindowTransition-exit .modalWindow__9c4a57e6 .modalWindowContentWrapper__419eb64f .modalWindowBody__d2f52c9d{animation:fadeOut__ed29c3ae .3s ease}@keyframes fadeOut__ed29c3ae{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__400dc87c{position:absolute;left:0;right:0;height:0}.modalWindow__9c4a57e6.sm__5c6a8637 .modalWindowContentWrapper__419eb64f{max-width:480px}.modalWindow__9c4a57e6.sm__5c6a8637 .modalWindowContent__070f7104 .modalWindowBody__d2f52c9d{min-height:196px}@media(max-width:575px){.modalWindow__9c4a57e6.sm__5c6a8637 .modalWindowContentWrapper__419eb64f{max-width:100%}}.modalWindow__9c4a57e6.md__28ae8e9a .modalWindowContentWrapper__419eb64f{max-width:600px}.modalWindow__9c4a57e6.md__28ae8e9a .modalWindowContent__070f7104 .modalWindowBody__d2f52c9d{min-height:246px}@media(max-width:767px){.modalWindow__9c4a57e6.md__28ae8e9a .modalWindowContentWrapper__419eb64f{max-width:100%}}.modalWindow__9c4a57e6.lg__c3d1a721 .modalWindowContentWrapper__419eb64f{max-width:800px}.modalWindow__9c4a57e6.lg__c3d1a721 .modalWindowContent__070f7104 .modalWindowBody__d2f52c9d{min-height:396px}@media(max-width:991px){.modalWindow__9c4a57e6.lg__c3d1a721 .modalWindowContentWrapper__419eb64f{max-width:100%}}.modalWindowContentPage__f01eeece{background:var(--triplex-next-ModalWindow-Background-1-32-0);padding:8px!important}.modalWindowContentPage__f01eeece,.modalWindowLoaderScreen__b2ea0863{border-radius:32px}@media(max-width:767px){.modalWindowContentPage__f01eeece,.modalWindowLoaderScreen__b2ea0863{border-radius:24px}}.islandBody__3e4d4f08{display:block}.islandHeader__2b43119d,.islandFooter__30a2179f,.island__7882c3b6{position:relative}.island__7882c3b6.type1__df083611{background-color:var(--triplex-next-Island-Type1_Background-1-32-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-32-0)}.island__7882c3b6.type2__b64d8ef5{background-color:var(--triplex-next-Island-Type2_Background-1-32-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-32-0)}.island__7882c3b6.type3__d8407698{background-color:var(--triplex-next-Island-Type3_Background-1-32-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-32-0)}.island__7882c3b6.sm__22b2f59b{border-radius:16px;padding:16px}.island__7882c3b6.sm__22b2f59b .islandHeader__2b43119d+.islandBody__3e4d4f08,.island__7882c3b6.sm__22b2f59b .islandHeader__2b43119d+.islandFooter__30a2179f,.island__7882c3b6.sm__22b2f59b .islandBody__3e4d4f08+.islandFooter__30a2179f{margin-top:8px}.island__7882c3b6.md__0a44af4c{border-radius:24px;padding:24px}.island__7882c3b6.md__0a44af4c .islandHeader__2b43119d+.islandBody__3e4d4f08,.island__7882c3b6.md__0a44af4c .islandHeader__2b43119d+.islandFooter__30a2179f,.island__7882c3b6.md__0a44af4c .islandBody__3e4d4f08+.islandFooter__30a2179f{margin-top:12px}.island__7882c3b6.lg__e0429f5d{border-radius:32px;padding:32px}.island__7882c3b6.lg__e0429f5d .islandHeader__2b43119d+.islandBody__3e4d4f08,.island__7882c3b6.lg__e0429f5d .islandHeader__2b43119d+.islandFooter__30a2179f,.island__7882c3b6.lg__e0429f5d .islandBody__3e4d4f08+.islandFooter__30a2179f{margin-top:16px}@media(max-width:767px){.island__7882c3b6.sm__22b2f59b,.island__7882c3b6.md__0a44af4c{border-radius:16px;padding:16px}.island__7882c3b6.lg__e0429f5d{border-radius:24px;padding:24px}}.modalWindowBody__d2f52c9d{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__ab747776{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media(max-width:767px){.modalWindowClose__ab747776{top:20px;right:20px}}.loaderScreen__0c580069{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;left:0;top:0;right:0;bottom:0;z-index:10100}.loaderScreen__0c580069.loaderSmallBackdrop__5836defa{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-32-0)}.loaderScreen__0c580069.loaderMiddleBackdrop__7a3f3d90{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-32-0)}.body__84180591{position:relative;display:flex}.body__84180591 .bodyInner__a012465e{position:relative;flex-grow:1;width:100%}.bodyPage__186cc8b4{flex-grow:1}.verticalMargin24__ff66b024{margin-top:24px;margin-bottom:24px}.verticalMargin16__8d42d6d8{margin-top:16px;margin-bottom:16px}@media(max-width:767px){.verticalMargin24__ff66b024{margin-top:16px;margin-bottom:16px}.verticalMargin16__8d42d6d8{margin-top:8px;margin-bottom:8px}}.headerTabs__2fda43a7{display:flex;justify-content:space-between}.headerTabs__2fda43a7 .headerTabsContent__7e91637f{flex-grow:1;min-width:1px}.headerTabs__2fda43a7 .headerTabsControls__04a4eba9{flex-shrink:0;white-space:nowrap;padding-left:24px}@media(max-width:767px){.headerTabs__2fda43a7{flex-wrap:wrap}.headerTabs__2fda43a7 .headerTabsContent__7e91637f{width:100%}.headerTabs__2fda43a7 .headerTabsControls__04a4eba9{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__2fda43a7 .headerTabsControls__04a4eba9>button{margin-left:16px;margin-top:16px}}.headerTitle__fbb5af0c{display:flex;justify-content:space-between}.headerTitle__fbb5af0c .headerTitleControls__e342f1ec{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__c30dc311+.headerTitle__fbb5af0c{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media(max-width:767px){.headerTitle__fbb5af0c{flex-wrap:wrap}.headerTitle__fbb5af0c .headerTitleContent__1fa191e2{width:100%}.headerTitle__fbb5af0c .headerTitleControls__e342f1ec{padding-left:0;white-space:normal;flex-shrink:initial;margin-left:-16px}.headerTitle__fbb5af0c .headerTitleControls__e342f1ec>button,.headerTitle__fbb5af0c .headerTitleControls__e342f1ec>[class*=buttonDropdown]{margin-left:16px;margin-top:16px}}.headerSubheader__85f26a39{padding:24px 0}.headerSubheader__85f26a39.withoutPaddings__4be0c7e7{padding:0}.headerLayoutSidebar__19550106{display:flex;justify-content:space-between}.headerLayoutSidebarContent__d2a20368{flex-grow:1;min-width:1px}@media(max-width:767px){.headerLayoutSidebarSidebar__0b02ded2{display:none}}.page__51beaf21{height:100%;display:flex;flex-direction:column;max-width:100%;padding:32px;box-sizing:border-box}.global-page{position:relative}@media(max-width:767px){.page__51beaf21{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__33e1f7f3.sticky__bba4dedc{z-index:101;position:sticky;top:0;border-top-left-radius:var(--r-top, 24px)!important;border-top-right-radius:var(--r-top, 24px)!important;transition:border-radius .2s ease,box-shadow .2s ease}.global-LB-more-media-point-0 .headerPageTypeFirst__33e1f7f3.sticky__bba4dedc[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-32-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__0a1c6da6.sticky__bba4dedc{z-index:101;position:sticky;bottom:0;transition:border-radius .2s ease,box-shadow .2s ease;border-bottom-left-radius:var(--r-bottom, 24px)!important;border-bottom-right-radius:var(--r-bottom, 24px)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__0a1c6da6.sticky__bba4dedc[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-1-32-0)!important}.footerDescription__789f43a5{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__d68618a2{flex-grow:1;margin-right:auto}.footerDescriptionControls__ed47815a{margin-left:auto;white-space:nowrap;padding-left:24px}@media(max-width:767px){.footerDescription__789f43a5{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__d68618a2{width:100%}.footerDescriptionControls__ed47815a{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__ed47815a>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__d68618a2+.footerDescriptionControls__ed47815a{margin-top:0}.footer__1c8f2070{padding:16px 0}}.modalWindowHeader__20af1b4c .global-HeaderTitleContent{padding-right:64px}@media(max-width:767px){.modalWindowHeader__20af1b4c .global-HeaderTitleContent{padding-right:72px}}.list__46ecfce2{margin:0;padding:0;list-style:none;position:relative}.listItemControls__e47f5a28{display:flex;padding:0 16px 0 4px}.listItemContent__1da3080f{background:var(--triplex-next-ListItem-Background-1-32-0);padding:12px 0 12px 16px;box-sizing:border-box}.listItemContent__1da3080f.selected__205753fb{background:var(--triplex-next-ListItem-Background_Selected-1-32-0)}.listItemContent__1da3080f.selectable__80474b51{border-radius:8px}.listItemControlsButton__23ec3ca0{margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-32-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px;width:92px}.listItemControlsButton__23ec3ca0:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-32-0)}.listItemControlsButton__23ec3ca0:hover .listItemControlsButtonLabel__829f4966{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-32-0)!important}.listItemControlsButton__23ec3ca0:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-32-0)}.listItemControlsButton__23ec3ca0:active .listItemControlsButtonLabel__829f4966{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-32-0)!important}.listItemControlsButton__23ec3ca0+.listItemControlsButton__23ec3ca0,.listItemControlsButton__23ec3ca0+.listItemControlsButtonDropdown__cf1d2781{margin-left:4px}.listItemControlsButtonIcon__bdb3b852{line-height:0}.listItemControlsButton__23ec3ca0.withText__7b78d614 .listItemControlsButtonIcon__bdb3b852{margin-bottom:8px}.listItemControlsButtonLabel__829f4966{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-32-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__cf1d2781{display:flex}.listItemControlsButtonInner__41abb2ed{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__23ec3ca0.withIcon__e8595cf8.withText__7b78d614 .listItemControlsButtonInner__41abb2ed{height:44px;overflow:visible}.buttonDropdownMenuItem__9cfc0800{overflow:hidden;text-overflow:ellipsis}.listEmptyState__145fe165{padding:64px 16px 16px;text-align:center}.listItemLoading__761a8913{display:flex;justify-content:center;height:24px;padding:12px 0;position:relative;background-color:var(--triplex-next-ListItem-Background-1-32-0)}.label__0621f454{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__0621f454.sm__9ae3a286{min-width:16px;min-height:16px}.label__0621f454.sm__9ae3a286.nonempty__6ecccfa4{padding:2px 0 2px 24px}.label__0621f454.md__593f14e3{min-width:24px;min-height:24px}.label__0621f454.md__593f14e3.nonempty__6ecccfa4{padding-left:32px;padding-top:2px}.label__0621f454.lg__9a80e45b{min-width:28px;min-height:28px}.label__0621f454.lg__9a80e45b.nonempty__6ecccfa4{padding-left:40px;padding-top:4px}.label__0621f454.disabled__3197c2f9{cursor:default}.label__0621f454[hidden]{display:none}.checkbox__1fee8872{margin:0;opacity:0}.checkboxIcon__03f02ffe{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-32-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-32-0)}.sm__9ae3a286 .checkboxIcon__03f02ffe{border-radius:4px}.checkmarkIcon__498f64bd{transform:scale(0)}.checkmarkIcon__498f64bd path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-32-0)}.checkboxIcon__03f02ffe,.checkmarkIcon__498f64bd{pointer-events:none}.checkbox__1fee8872,.checkboxIcon__03f02ffe,.checkmarkIcon__498f64bd{position:absolute;left:0;top:0}.sm__9ae3a286 .checkbox__1fee8872,.sm__9ae3a286 .checkboxIcon__03f02ffe,.sm__9ae3a286 .checkmarkIcon__498f64bd{width:16px;height:16px;top:2px}.md__593f14e3 .checkbox__1fee8872,.md__593f14e3 .checkboxIcon__03f02ffe,.md__593f14e3 .checkmarkIcon__498f64bd{width:24px;height:24px}.lg__9a80e45b .checkbox__1fee8872,.lg__9a80e45b .checkboxIcon__03f02ffe,.lg__9a80e45b .checkmarkIcon__498f64bd{width:28px;height:28px}.checkbox__1fee8872:enabled{cursor:pointer}.checkbox__1fee8872:enabled:hover+.checkboxIcon__03f02ffe{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-32-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-32-0)}.checkbox__1fee8872:checked+.checkboxIcon__03f02ffe{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-32-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-32-0)}.checkbox__1fee8872:checked~.checkmarkIcon__498f64bd{transform:scale(1);transition:transform .2s ease-out}.checkbox__1fee8872:disabled+.checkboxIcon__03f02ffe{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-32-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-32-0)}.checkbox__1fee8872:disabled:checked+.checkboxIcon__03f02ffe{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-32-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-32-0)}.checkbox__1fee8872:disabled~.checkmarkIcon__498f64bd path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-32-0)}.checkbox__1fee8872:focus-visible+.checkboxIcon__03f02ffe{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-32-0)}.checkbox__1fee8872:checked:enabled:hover+.checkboxIcon__03f02ffe{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-32-0)}.listItemSelectable__340a541c{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-32-0);border-radius:8px}.listItemSelectable__340a541c.selected__205753fb{background:var(--triplex-next-ListItem-Background_Selected-1-32-0)}.checkboxWrapper__7e68bfd1{padding:16px;line-height:0}.childrenWrapper__d4172f7a{flex-grow:1}.checkboxLabel__ae8af81d{padding:0!important;position:relative}.checkboxLabelClickArea__61308d6a{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__6e3a036d{position:relative;overflow:hidden}.swipeableArea__6e3a036d .content__7e39cb70{position:relative;touch-action:pan-y}.swipeableArea__6e3a036d .content__7e39cb70.disableScroll__12ff54f6{touch-action:none}.swipeableArea__6e3a036d .content__7e39cb70.disablePointerEvents__d6d7a2a8:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__6e3a036d .swipeAnimationFinish__b4993962{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__6e3a036d .leftContent__c55e2eea,.swipeableArea__6e3a036d .rightContent__1aecf6a1{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__6e3a036d .rightContent__1aecf6a1{left:auto;right:0}.listItemTail__4570d747{position:absolute;width:18px;top:0;bottom:0;overflow:hidden}.listItemTailLine__777276d6{background:var(--triplex-next-ListMaster-Background-1-32-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailLeft__ed96b5fe{left:-8px}.listItemTailRight__20e55522{right:-10px}.listItemTailTop__1d136df3{position:absolute;top:0;left:0;right:0}.listItemTailTop__1d136df3:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-32-0)}.listItemTailTop__1d136df3:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-32-0)}.listItemTailBottom__cfc93756{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__cfc93756:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-32-0)}.listItemTailBottom__cfc93756:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-32-0)}.listItemTable__20339a1d{margin-bottom:4px}.listItemTable__20339a1d:last-child{margin-bottom:0}.listItemTable__20339a1d .swipeableArea__ef969494{border-radius:8px}.listItemTable__20339a1d .content__6c9585ba{min-height:56px}.listSortableItemTarget__18a3047d{display:flex;gap:16px;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-32-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__18a3047d:hover{background:var(--triplex-next-ListItem-Background_Hover-1-32-0)}.listSortableItemTarget__18a3047d.dragging__e6a5c187{background:var(--triplex-next-ListItem-Background_Dragging-1-32-0);box-shadow:var(--triplex-next-ListItem-Shadow_Dragging-1-32-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__633a3781{flex:1}.listSortableItemTargetIcon__1a215d66{display:block}.listSortableItem__4ad25952{position:relative}.listSortableItem__4ad25952.dragging__e6a5c187{z-index:1}.listSortableItemControls__135ace47{display:inline-block}.islandWidgetHeader__844b2e3c{display:flex;justify-content:flex-start;align-items:center;gap:8px}.islandWidgetHeader__844b2e3c .islandWidgetHeaderTitle__8a864740{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandWidgetHeader__844b2e3c .islandWidgetHeaderControls__497400f9{display:flex;align-items:center;gap:8px}.islandWidgetHeader__844b2e3c .islandWidgetHeaderDescription__5084579e{display:flex;flex-grow:1;justify-content:flex-end}.islandWidgetHeader__844b2e3c .caretWrapper__247748cd{position:absolute;top:16px;right:16px}.islandWidgetHeader__844b2e3c .caretIcon__921aaff0{transition:transform .3s ease-in-out}.islandWidgetHeader__844b2e3c.open__3e576be2 .caretWrapper__247748cd .caretIcon__921aaff0{transform:rotate(-180deg)}@media(max-width:767px){.islandWidgetHeader__844b2e3c{flex-wrap:wrap;padding-right:32px}.islandWidgetHeader__844b2e3c .islandWidgetHeaderTitle__8a864740{white-space:normal}.islandWidgetHeader__844b2e3c .islandWidgetHeaderDescription__5084579e{flex-basis:100%;justify-content:flex-start}}.islandWidgetBody__02d3de94{padding-top:16px}.islandWidgetFooter__5a5ec326{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__93cf5ae5{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__7f5c032c{margin-left:auto;white-space:nowrap}@media(max-width:767px){.islandWidgetFooter__5a5ec326{flex-direction:column;gap:16px}.islandWidgetFooterControls__7f5c032c{display:flex;flex-wrap:wrap;gap:12px;margin:0 auto 0 0}.islandWidgetFooterControls__7f5c032c>button{margin-left:0!important}}.expandAnimation__e02885bc{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__a2605d66{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-32-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media(max-width:767px){.islandWidgetExtraFooter__a2605d66{border-radius:0 0 16px 16px}}.islandWidget__95aec48a{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__95aec48a>*{height:100%}.islandWidgetWithExtraFooter__6637520f:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-1-32-0)!important}@media(max-width:767px){.islandWidgetHeaderWrapperAdaptive__07145f3c{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__a8e5bb00{display:flex;flex-direction:column}.main__690301f0{position:relative;width:100%;height:var(--triplex-next-runtime-ImageGalleryExtended-Main_Height, 504px);border-radius:16px;overflow:hidden;touch-action:pan-y}.main__690301f0:hover .arrow__8b4f8eae{opacity:1}.main__690301f0 .image__85fcfec9{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none}.imageButton__60becd89{display:block;width:100%;height:100%;margin:0;padding:0;border:none;background:transparent}.track__b196ea31{display:flex;width:100%;height:100%;transform:translate(calc(var(--triplex-next-runtime-ImageGalleryExtended-Track_Shift, 0%) + var(--triplex-next-runtime-ImageGalleryExtended-Track_Drag, 0px)));transition:none;will-change:transform}.track__b196ea31.animating__d5924943{transition:transform .3s ease-out}.slide__d18f7412{position:relative;flex:0 0 100%;height:100%;overflow:hidden}.blur__3ff61e82{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover;filter:blur(40px);transform:scale(1.2);pointer-events:none}.clickable__ea0c27b5{cursor:pointer}.arrow__8b4f8eae{outline:none;position:absolute;top:50%;z-index:2;width:40px;height:40px;transform:translateY(-50%);background:var(--triplex-next-ImageGallery-Arrow_Background_Default-1-32-0);border:1px solid var(--triplex-next-ImageGallery-Arrow_BorderColor_Default-1-32-0);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .15s ease}.arrow__8b4f8eae:focus-visible{opacity:1}.arrow__8b4f8eae:hover{background:var(--triplex-next-ImageGallery-Arrow_Background_Hover-1-32-0);border-color:var(--triplex-next-ImageGallery-Arrow_BorderColor_Hover-1-32-0)}.arrow__8b4f8eae:active{background:var(--triplex-next-ImageGallery-Arrow_Background_Active-1-32-0);border-color:var(--triplex-next-ImageGallery-Arrow_BorderColor_Active-1-32-0)}.arrow__8b4f8eae:disabled{display:none}.arrow__8b4f8eae.prev__3755d4c9{left:16px}.arrow__8b4f8eae.next__c41bd88f{right:16px}@media(max-width:767px){.main__690301f0{height:var(--triplex-next-runtime-ImageGalleryExtended-Main_Height, 264px);border-radius:8px}.arrow__8b4f8eae{display:none}}.thumbnails__dae42d9e{display:flex;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.thumbnails__dae42d9e::-webkit-scrollbar{display:none}.thumb__6b0ca9a6{position:relative;flex:0 0 auto;display:block;margin:0;padding:2px;border:2px solid transparent;border-radius:12px;background:transparent;cursor:pointer;outline:none;transition:border-color .15s ease-in-out}.thumb__6b0ca9a6+.thumb__6b0ca9a6{margin-left:8px}.thumb__6b0ca9a6:focus-visible,.thumb__6b0ca9a6.active__ae39e2f0{border-color:var(--triplex-next-ImageGallery-Accent_Color-1-32-0)}.thumb__6b0ca9a6:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:8px;background:var(--triplex-next-ImageGallery-Thumb_Mask_Background-1-32-0);pointer-events:none;transition:opacity .15s ease-in-out}.thumb__6b0ca9a6:hover:after,.thumb__6b0ca9a6.active__ae39e2f0:after{opacity:0}.thumb__6b0ca9a6 .image__85fcfec9{display:block;width:72px;height:72px;border-radius:8px;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none}.dots__a01d7aa3{display:flex;justify-content:center;align-items:center;gap:8px}.dot__907fb141{width:16px;height:3px;padding:0;margin:0;border:none;border-radius:2px;background:var(--triplex-next-ImageGallery-Dot_Background_Default-1-32-0);cursor:pointer;outline:none;transition:background .15s ease-in-out,width .15s ease-in-out}.dot__907fb141:hover{background:var(--triplex-next-ImageGallery-Dot_Background_Hover-1-32-0)}.dot__907fb141:focus-visible{box-shadow:0 0 0 2px var(--triplex-next-ImageGallery-Accent_Color-1-32-0)}.dot__907fb141.active__ae39e2f0{width:24px;background:var(--triplex-next-ImageGallery-Dot_Background_Active-1-32-0)}.treeView__1ff17fb8,.treeViewGroup__a21e8892{margin:0;padding:0}.treeView__1ff17fb8 .treeViewNode__eeb5bfbb,.treeViewGroup__a21e8892 .treeViewNode__eeb5bfbb{margin:0;padding:0;outline:none;list-style:none}.collapsibleTreeExtendedNodeContent__d91eb710.collapsed__8154c4ca{visibility:hidden}.collapsibleTreeNodeHeader__b9a5f057{display:inline-flex;align-items:center;gap:8px;width:100%;margin:0 0 2px;padding:12px;outline:none;border:none;border-radius:8px;background:none;color:inherit}.collapsibleTreeNodeHeader__b9a5f057.interactive__cea0e27e{cursor:pointer}.collapsibleTreeNodeHeader__b9a5f057.interactive__cea0e27e:hover{background:var(--triplex-next-CollapsibleTree-Header_Background_Hover-1-32-0)}.collapsibleTreeNodeHeader__b9a5f057.interactive__cea0e27e:focus-visible{box-shadow:var(--triplex-next-CollapsibleTree-Header_Shadow_Focus-1-32-0)}.chevron__7b7fa25a{flex:0 0 auto;width:24px;height:24px;transition:transform .2s ease;transform:rotate(0)}.chevron__7b7fa25a.opened__1d2fc5ac{transform:rotate(90deg)}.collapsibleTreeLeafContent__905f7c0a{display:block}.collapsibleTreeLeafNode__8797366e{margin-bottom:2px!important}.collapsibleTree__539dec50 [role=group]{padding-left:24px}.chipGroupItem__5f21eac7{display:inline-block}.chip__4434b285{position:relative;display:inline-flex;align-items:center;gap:2px;box-sizing:border-box;min-width:40px;max-width:264px;flex-shrink:0;vertical-align:middle;cursor:pointer;outline:none;color:var(--triplex-next-Chip-Color_Default-1-32-0)}.chip__4434b285.lg__99a67ce0{height:56px;padding:0 16px;font-size:16px;line-height:20px;border-radius:10px}.chip__4434b285.lg__99a67ce0 .prefix__82760eaf{padding-left:16px}.chip__4434b285.lg__99a67ce0 .postfix__9b18f49f{padding-right:12px}.chip__4434b285.lg__99a67ce0 .notificationIcon__1b149034{top:6px;right:6px}.chip__4434b285.md__69ad732a{height:40px;padding:0 12px;font-size:14px;line-height:20px;border-radius:8px}.chip__4434b285.md__69ad732a .prefix__82760eaf{padding-left:12px}.chip__4434b285.md__69ad732a .postfix__9b18f49f{padding-right:8px}.chip__4434b285.md__69ad732a .notificationIcon__1b149034{top:4px;right:4px}.chip__4434b285.sm__181a6b0e{height:28px;padding:0 12px;font-size:12px;line-height:16px;border-radius:6px}.chip__4434b285.sm__181a6b0e .prefix__82760eaf{padding-left:8px}.chip__4434b285.sm__181a6b0e .postfix__9b18f49f{padding-right:8px}.chip__4434b285.sm__181a6b0e .notificationIcon__1b149034{top:3px;right:3px}.chip__4434b285.type1__f45a721a{background:var(--triplex-next-Chip-Background_Type1_Default-1-32-0)}.chip__4434b285.type1__f45a721a:hover{background:var(--triplex-next-Chip-Background_Type1_Hover-1-32-0)}.chip__4434b285.type2__794bad85{background:var(--triplex-next-Chip-Background_Type2_Default-1-32-0)}.chip__4434b285.type2__794bad85:hover{background:var(--triplex-next-Chip-Background_Type2_Hover-1-32-0)}.chip__4434b285:hover{color:var(--triplex-next-Chip-Color_Hover-1-32-0)}.chip__4434b285:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-32-0)}.chip__4434b285:active,.chip__4434b285[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-32-0);color:var(--triplex-next-Chip-Color_Active-1-32-0)}.chip__4434b285.selected__f4ae9219{background:var(--triplex-next-Chip-Background_Selected_Default-1-32-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-32-0)}.chip__4434b285.selected__f4ae9219:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-32-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-32-0)}.chip__4434b285.selected__f4ae9219:active,.chip__4434b285.selected__f4ae9219[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-32-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-32-0)}.chip__4434b285.selected__f4ae9219.disabled__f5124f0f{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-32-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-32-0)}.chip__4434b285.disabled__f5124f0f{pointer-events:none;cursor:default;background:var(--triplex-next-Chip-Background_Disabled-1-32-0);color:var(--triplex-next-Chip-Color_Disabled-1-32-0)}.chip__4434b285.withPrefix__e0b70dff{padding-left:0}.chip__4434b285.withPostfix__c0f506d4{padding-right:0}.chip__4434b285 .content__2d2cdaf9{flex-grow:1;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chip__4434b285 .prefix__82760eaf,.chip__4434b285 .postfix__9b18f49f{display:flex}.chip__4434b285 .notificationIcon__1b149034{position:absolute}.calendarControls__0bd98387{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-32-0)}.calendarViewDays__08827ce4{width:calc(100% + 8px);margin:12px -4px 0;border-spacing:4px 0px;table-layout:fixed}.calendarViewDays__08827ce4+.calendarFooter__5ad50d91{margin-top:18px}.adaptive__c52f1e58 .calendarViewDays__08827ce4{width:100%;margin:12px 0 0;border-spacing:0}.adaptive__c52f1e58 .calendarViewDays__08827ce4+.calendarFooter__5ad50d91{margin-top:12px}.calendarViewMonths__56d1aef9,.calendarViewYears__0f4f62fd{width:calc(100% + 12px);margin:8px -6px -14px;border-spacing:6px 14px;table-layout:fixed}.calendarViewMonths__56d1aef9+.calendarFooter__5ad50d91,.calendarViewYears__0f4f62fd+.calendarFooter__5ad50d91{margin-top:22px}.adaptive__c52f1e58 .calendarViewMonths__56d1aef9,.adaptive__c52f1e58 .calendarViewYears__0f4f62fd{width:100%;margin:4px 0 -8px;border-spacing:0 8px}.adaptive__c52f1e58 .calendarViewMonths__56d1aef9+.calendarFooter__5ad50d91,.adaptive__c52f1e58 .calendarViewYears__0f4f62fd+.calendarFooter__5ad50d91{margin-top:12px}.calendarViewDaysHeader__05e43256{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-1-32-0)}.calendarViewDaysBody__69a6c750:before{display:block;content:"‌";line-height:8px}.calendarViewItem__0368f546{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__0368f546:focus-visible{outline:none}.calendarViewItem__0368f546.current__26210974{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.calendarViewItem__0368f546.disabled__e1b71587{pointer-events:none}.calendarViewItemLabel__21db8315{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-32-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-32-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-32-0);cursor:pointer}.calendarViewItemLabel__21db8315.muted__3ffdf4dd{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-32-0)}.calendarViewItemLabel__21db8315:hover{color:var(--triplex-next-Calendar-View_Item_Color_Hover-1-32-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-32-0)}.calendarViewItemLabel__21db8315.selected__1ee545f4{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-32-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-32-0)}.calendarViewItemLabel__21db8315.selected__1ee545f4:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-32-0)}.calendarViewItemLabel__21db8315.selected__1ee545f4:hover.basicMark__60297dcc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-32-0)}.calendarViewItemLabel__21db8315.selected__1ee545f4:hover.standardMark__c7179333:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-32-0)}.calendarViewItemLabel__21db8315.selected__1ee545f4:hover.attentionMark__e23a4c03:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-32-0)}.calendarViewItemLabel__21db8315.selected__1ee545f4:hover.criticalMark__e1c4e600:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-32-0)}.calendarViewItemLabel__21db8315.selected__1ee545f4.muted__3ffdf4dd{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-32-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-32-0)}.calendarViewItemLabel__21db8315.selected__1ee545f4.muted__3ffdf4dd:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-32-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-32-0)}.calendarViewItemLabel__21db8315.selected__1ee545f4.basicMark__60297dcc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-32-0)}.calendarViewItemLabel__21db8315.selected__1ee545f4.standardMark__c7179333:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-32-0)}.calendarViewItemLabel__21db8315.selected__1ee545f4.attentionMark__e23a4c03:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-32-0)}.calendarViewItemLabel__21db8315.selected__1ee545f4.criticalMark__e1c4e600:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-32-0)}.calendarViewItemLabel__21db8315.marked__3e2d73af:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__21db8315.basicMark__60297dcc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-32-0)}.calendarViewItemLabel__21db8315.standardMark__c7179333:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-32-0)}.calendarViewItemLabel__21db8315.attentionMark__e23a4c03:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-32-0)}.calendarViewItemLabel__21db8315.criticalMark__e1c4e600:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-32-0)}.calendarViewItemLabel__21db8315.disabled__e1b71587{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-32-0);background:none}.calendarViewItem__0368f546:focus-visible .calendarViewItemLabel__21db8315{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-32-0)}.unitDay__243863e8{width:36px;height:36px;border-radius:6px}.unitMonth__f20cc9a3,.unitYear__89cada63{width:88px;height:48px;border-radius:6px}.adaptive__c52f1e58 .unitMonth__f20cc9a3,.adaptive__c52f1e58 .unitYear__89cada63{width:104px;height:56px;border-radius:10px}.calendarFooter__5ad50d91{text-align:center}.calendar__9a92c0ee{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-32-0);border-radius:8px;-webkit-user-select:none;user-select:none}.calendar__9a92c0ee.extraBottom__c87d16ca{padding-bottom:12px}.calendar__9a92c0ee.adaptive__c52f1e58{width:auto;padding:20px 20px 24px}.calendar__9a92c0ee+.calendar__9a92c0ee{margin-top:20px}.datePickerExtendedMobileDropdown__781d8c1a{max-height:100vh}.chipDropdownArrow__9ba737aa{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__9ba737aa.rotated__0fb6cef8{transform:rotate(-180deg)}.chipClearButton__7b482d52{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__7b482d52:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-32-0)}.dropdownMobileMaskedInput__82a8036d{height:20px!important;padding:0!important}.dropdownMobileMaskedInput__82a8036d:first-child{top:0}.selectExtendedFieldTarget__e0cc7249{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__e0cc7249 .caretIcon__95fc4305{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__e0cc7249.selectOpened__240da2e0 .caretIcon__95fc4305{transform:rotate(180deg)}.selectExtendedFieldTarget__e0cc7249.disabled__e884269d{-webkit-user-select:none;user-select:none;cursor:default}.selectExtendedFieldTarget__e0cc7249.disabled__e884269d .target__aad5785b,.selectExtendedFieldTarget__e0cc7249.disabled__e884269d .caretWrapper__f1a05593{pointer-events:none}.selectExtendedField__656db2aa{position:relative}.multiselectFieldHeader__e407de33{padding:12px}.multiselectFieldContent__64e34c89{position:relative;padding:0 12px 12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContent__64e34c89:first-child{padding-top:12px}.multiselectFieldContent__64e34c89:has(.loaderScreen__ef0f8730){overflow:hidden}.multiselectFieldContent__64e34c89.sm__9e805af5{max-height:208px}.multiselectFieldContent__64e34c89.md__6ec1e22e{max-height:266px}.multiselectFieldContent__64e34c89.lg__f289434d{max-height:296px}.multiselectFieldFooter__a9758d62{padding:0 12px 12px}.multiselectFieldFooter__a9758d62:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-32-0)}.chipOptionsContent__e6c41ae1{min-width:14px;text-align:center;display:block}.tooltipDesktop__b61f4cb5{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__b61f4cb5 .tooltipBody__1a364a01{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-32-0)}.tooltipDesktop__b61f4cb5 .tooltipXButton__9c4bea06{position:absolute;right:8px;top:8px}.tooltipDesktopContent__e3b204b1{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-32-0);border-radius:8px}.closable__4a6d97fb .tooltipDesktopContent__e3b204b1{padding-right:32px}.tooltipSM__789a7d87 .tooltipDesktopContent__e3b204b1{width:192px;min-height:52px}.tooltipLG__b1438f04 .tooltipDesktopContent__e3b204b1{width:384px;min-height:52px}.tooltipOverlay__08a29a04{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__8af50602{width:0;height:0}.tooltipDesktopTip__8af50602.down__b8cceb4e{border-top:solid var(--triplex-next-Tooltip-Background-1-32-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__8af50602.up__117bea6f{border-bottom:solid var(--triplex-next-Tooltip-Background-1-32-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__8af50602.left__e05f5a4e{border-right:solid var(--triplex-next-Tooltip-Background-1-32-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__8af50602.right__5803aee9{border-left:solid var(--triplex-next-Tooltip-Background-1-32-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__1bc96b47 .tooltipBody__1a364a01{text-align:left}.tooltipMobileContent__ab6f874c{padding:16px}.headerless__7bfcd15a .tooltipMobileContent__ab6f874c{padding-right:40px;border-radius:16px 16px 0 0}.headerless__7bfcd15a .tooltipMobileContent__ab6f874c .closeButton__d49f0133{position:absolute;right:16px;top:16px}.tooltipLink__307daf52{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__1716aa3a{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-32-0)}.desktop__1716aa3a:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-32-0)}.desktop__1716aa3a:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-32-0)}.desktop__1716aa3a:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-32-0)}.mobile__0c2431a5{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-32-0)}.mobile__0c2431a5:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-32-0)}.mobile__0c2431a5:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-32-0)}.mobile__0c2431a5:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-32-0)}.chipSuggestInputWrapper__259f9dbd{margin:12px}.suggestDropdownMobileBody__2fd5d48b{height:176px}.suggestDropdownMobileNoOptionsText__5c3bbc03{padding:16px}.checkboxXGroup__3a573f16{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__3a573f16.indent-12__8ee903c6{margin-left:-6px;margin-right:-6px}.checkboxXGroup__3a573f16.indent-12__8ee903c6 .label__0621f454{margin-left:6px;margin-right:6px}.checkboxXGroup__3a573f16.indent-16__89b1da4b{margin-left:-8px;margin-right:-8px}.checkboxXGroup__3a573f16.indent-16__89b1da4b .label__0621f454{margin-left:8px;margin-right:8px}.checkboxXGroup__3a573f16.indent-20__d87e72c1{margin-left:-10px;margin-right:-10px}.checkboxXGroup__3a573f16.indent-20__d87e72c1 .label__0621f454{margin-left:10px;margin-right:10px}.checkboxXGroup__3a573f16.indent-24__ffbe7a3d{margin-left:-12px;margin-right:-12px}.checkboxXGroup__3a573f16.indent-24__ffbe7a3d .label__0621f454{margin-left:12px;margin-right:12px}.checkboxXGroup__3a573f16.indent-28__5bf4aa93{margin-left:-14px;margin-right:-14px}.checkboxXGroup__3a573f16.indent-28__5bf4aa93 .label__0621f454{margin-left:14px;margin-right:14px}.checkboxXGroup__3a573f16.indent-32__cce369e5{margin-left:-16px;margin-right:-16px}.checkboxXGroup__3a573f16.indent-32__cce369e5 .label__0621f454{margin-left:16px;margin-right:16px}.checkboxYGroup__c26e4fb4{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__c26e4fb4 .label__0621f454.sm__9ae3a286+.label__0621f454.sm__9ae3a286{margin-top:8px}.checkboxYGroup__c26e4fb4 .label__0621f454.lg__9a80e45b+.label__0621f454.lg__9a80e45b{margin-top:20px}.checkboxYGroup__c26e4fb4 .label__0621f454.md__593f14e3+.label__0621f454.md__593f14e3{margin-top:16px}@media(max-width:767px){.checkboxYGroup__c26e4fb4{margin:14px 16px}.checkboxYGroup__c26e4fb4 .label__0621f454.sm__9ae3a286+.label__0621f454.sm__9ae3a286,.checkboxYGroup__c26e4fb4 .label__0621f454.md__593f14e3+.label__0621f454.md__593f14e3,.checkboxYGroup__c26e4fb4 .label__0621f454.lg__9a80e45b+.label__0621f454.lg__9a80e45b{margin-top:28px}}.card__e062ac1a{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__e062ac1a.roundingMD__80178fe8{--radius: 16px}.card__e062ac1a.roundingSM__01378ea7{--radius: 8px}.card__e062ac1a.general__b0d2ca07{background:var(--triplex-next-Card-Static_General_Background-1-32-0)}.card__e062ac1a.secondary__7924809b{background:var(--triplex-next-Card-Static_Secondary_Background-1-32-0)}.card__e062ac1a .cardMedia__c20ea2ac{background-size:cover;background-repeat:no-repeat;background-position:center}.card__e062ac1a .cardContent__10b86147{padding:var(--padding);display:flex;flex-direction:column;flex:1}.card__e062ac1a .cardContent__10b86147.paddingMD__4509ba67{--padding: 24px}.card__e062ac1a .cardContent__10b86147.paddingSM__7ec58043{--padding: 16px}.card__e062ac1a .cardContent__10b86147 .cardContentHeader__080553a4{margin-bottom:16px}.card__e062ac1a .cardContent__10b86147 .cardContentBody__9bc1de82{flex:1}.card__e062ac1a .cardContent__10b86147 .cardContentFooter__21b8608c{margin-top:16px}.action__df1048f2{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__df1048f2:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;pointer-events:none;box-shadow:var(--card-inner-shadow, none);border-radius:var(--radius)}.action__df1048f2.general__b0d2ca07{background:var(--triplex-next-Card-Action_General_Background-1-32-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-32-0)}.action__df1048f2.general__b0d2ca07:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-32-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-32-0)}.action__df1048f2.general__b0d2ca07.selected__afa2c300{background:var(--triplex-next-Card-Action_General_Background_Selected-1-32-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-32-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-32-0)}.action__df1048f2.general__b0d2ca07.selected__afa2c300:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-32-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-32-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-32-0)}.action__df1048f2.general__b0d2ca07:focus{outline:none}.action__df1048f2.general__b0d2ca07:focus.focusVisible__03b6b661{box-shadow:var(--triplex-next-Card-Shadow_Default-1-32-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-32-0)}.action__df1048f2.secondary__7924809b{background:var(--triplex-next-Card-Action_Secondary_Background-1-32-0)}.action__df1048f2.secondary__7924809b:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-32-0)}.action__df1048f2.secondary__7924809b.selected__afa2c300{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-32-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-32-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-32-0)}.action__df1048f2.secondary__7924809b.selected__afa2c300:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-32-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-32-0)}.action__df1048f2.secondary__7924809b:focus{outline:none}.action__df1048f2.secondary__7924809b:focus.focusVisible__03b6b661{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-32-0)}.alertContext__a5f6b7a3{display:flex;font-size:12px;line-height:16px}.alertContext__a5f6b7a3>svg{flex-shrink:0}.alertContext__a5f6b7a3 .alertContextText__d754fa04{margin-left:8px}.alertContext__a5f6b7a3.alertTypeError__362ed812 .alertContextText__d754fa04{color:var(--triplex-next-AlertContext-Error_Color-1-32-0)}.alertContext__a5f6b7a3.alertTypeInfo__303b0b60 .alertContextText__d754fa04{color:var(--triplex-next-AlertContext-Info_Color-1-32-0)}.alertContext__a5f6b7a3.alertTypeWarning__490ad3f2 .alertContextText__d754fa04{color:var(--triplex-next-AlertContext-Warning_Color-1-32-0)}.alertContext__a5f6b7a3.alertTypeSystem__347f21b7 .alertContextText__d754fa04{color:var(--triplex-next-AlertContext-System_Color-1-32-0)}.alertProcess__5f1e26a7{display:flex;padding:16px;position:relative}.alertProcess__5f1e26a7.md__11d64c88{border-radius:12px}.alertProcess__5f1e26a7.lg__d4436edb{border-radius:24px}.alertProcess__5f1e26a7.withSpoiler__6f4cb845{min-height:40px}.alertProcess__5f1e26a7 .themeIcon__3b0593ea{box-sizing:border-box;height:20px;width:20px}.alertProcess__5f1e26a7.alertTypeError__362ed812{background:var(--triplex-next-AlertProcess-Error_Background-1-32-0)}.alertProcess__5f1e26a7.alertTypeInfo__303b0b60{background:var(--triplex-next-AlertProcess-Info_Background-1-32-0)}.alertProcess__5f1e26a7.alertTypeWarning__490ad3f2{background:var(--triplex-next-AlertProcess-Warning_Background-1-32-0)}.alertProcess__5f1e26a7.alertTypeSystem__347f21b7{background:var(--triplex-next-AlertProcess-System_Background-1-32-0)}.alertProcess__5f1e26a7.alertTypeFeature__eb9d8e7f{background:var(--triplex-next-AlertProcess-Feature_Background-1-32-0)}.alertProcess__5f1e26a7.alertTypeFeature__eb9d8e7f .themeIcon__3b0593ea{padding-top:0}.alertProcess__5f1e26a7 .alertProcessContentBlock__f4094841{flex:1;margin-left:10px}.alertProcess__5f1e26a7 .alertProcessContentBlock__f4094841 .expandableContent__518db3b4{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__5f1e26a7 .alertProcessContentBlock__f4094841 .expandableContent__518db3b4.expanded__6d2d827d{max-height:1000px;opacity:1}.alertProcess__5f1e26a7 .closeButton__89bc8246{margin-left:10px}.alertProcess__5f1e26a7 .expandButton__bcae2903{position:absolute;right:16px;bottom:16px;height:16px;width:16px;transition:transform .3s ease-in-out;display:flex;align-items:center;justify-content:center}.alertProcess__5f1e26a7 .expandButton__bcae2903.expanded__6d2d827d{transform:rotate(180deg)}.adaptive__655c1b65{font-size:10px!important;line-height:12px!important}.avatar__55a17fc4{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-1-32-0)}.avatar__55a17fc4.borderRadius6__442f3378{border-radius:6px}.avatar__55a17fc4.borderRadius8__9786b09a{border-radius:8px}.avatar__55a17fc4.borderRadius10__2a5886b6{border-radius:10px}.avatar__55a17fc4.borderRadius12__dcc92dd7{border-radius:12px}.avatar__55a17fc4.borderRadius16__bb64b029{border-radius:16px}.avatar__55a17fc4.xxs__08aa73d5{width:28px;height:28px}.avatar__55a17fc4.xs__26efc1e9{width:32px;height:32px}.avatar__55a17fc4.sm__9764bc01{width:40px;height:40px}.avatar__55a17fc4.md__754948c5{width:56px;height:56px}.avatar__55a17fc4.lg__5675dc65{width:80px;height:80px}.avatar__55a17fc4.xl__0f5b72a1{width:96px;height:96px}.avatar__55a17fc4.xxl__3da2b136{width:128px;height:128px}.carouselExtended__97f41faf{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__97f41faf::-webkit-scrollbar{display:none}.checkboxTreeExtended__3dbfe975{margin-bottom:-12px}.checkboxTreeExtendedNode__b1ed2a8a .checkboxTreeExtendedNode__b1ed2a8a:has(.sm__98176b30){margin-left:16px}.checkboxTreeExtendedNode__b1ed2a8a .checkboxTreeExtendedNode__b1ed2a8a:has(.md__1a7f2fb2),.checkboxTreeExtendedNode__b1ed2a8a .checkboxTreeExtendedNode__b1ed2a8a:has(.lg__d8f488d7){margin-left:24px}.checkboxTreeExtendedNodeHeader__68d93e76{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__68d93e76.sm__98176b30{margin-bottom:8px}.checkboxTreeExtendedNodeHeader__68d93e76.md__1a7f2fb2,.checkboxTreeExtendedNodeHeader__68d93e76.lg__d8f488d7{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__68d93e76 .checkboxTreeCheckboxLabel__932f986f{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__68d93e76 .caretIconWrapper__962d90d1{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__68d93e76 .caretIconWrapper__962d90d1:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-32-0)}.checkboxTreeExtendedNodeHeader__68d93e76.opened__8b0b1312 .caretIconWrapper__962d90d1{transform:rotate(180deg)}@media(max-width:767px){.checkboxTreeExtended__3dbfe975{padding:0 16px}.checkboxTreeExtended__3dbfe975 .checkboxTreeExtendedNodeHeader__68d93e76{margin-bottom:0}.checkboxTreeExtended__3dbfe975 .checkboxTreeExtendedNodeHeader__68d93e76 .checkboxTreeCheckboxLabel__932f986f{padding-top:16px;padding-bottom:16px}.checkboxTreeExtended__3dbfe975 .checkboxTreeExtendedNodeHeader__68d93e76 .checkboxTreeCheckboxLabel__932f986f>span,.checkboxTreeExtended__3dbfe975 .checkboxTreeExtendedNodeHeader__68d93e76 .checkboxTreeCheckboxLabel__932f986f>svg,.checkboxTreeExtended__3dbfe975 .checkboxTreeExtendedNodeHeader__68d93e76 .checkboxTreeCheckboxLabel__932f986f .checkboxTreeCheckbox__74d24be8{top:14px}}.chipGroup__8978f438{display:flex}.chipGroup__8978f438.oneLine__d063626b{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__8978f438.oneLine__d063626b::-webkit-scrollbar{display:none}.chipGroup__8978f438.multiLine__2218dca1{flex-wrap:wrap}.chipGroup__8978f438.lg__ed719655{gap:12px}.chipGroup__8978f438.md__1e6d2697,.chipGroup__8978f438.sm__28496138{gap:8px}.gridHorizontalGapSM__64561aeb{--grid-horizontal-gap: 8px}.gridHorizontalGapMD__86217835{--grid-horizontal-gap: 12px}.col-1__eeb20603{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__2cbd187f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__b7a4899b{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__f899923f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__5d583c7e{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__d87228f7{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__f8386c96{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__cb911baa{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__7269b1d8{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__25206129{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__75db556e{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__bb040439{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__8974b33e{margin-left:0%}.offset-1__39c53038{margin-left:8.33333333%}.offset-2__b629d60d{margin-left:16.66666667%}.offset-3__a6fe6c05{margin-left:25%}.offset-4__524fa738{margin-left:33.33333333%}.offset-5__9e0109c1{margin-left:41.66666667%}.offset-6__b2f90092{margin-left:50%}.offset-7__bdb86a56{margin-left:58.33333333%}.offset-8__360c874f{margin-left:66.66666667%}.offset-9__852a875e{margin-left:75%}.offset-10__24e8f2c7{margin-left:83.33333333%}.offset-11__519b8510{margin-left:91.66666667%}.d-none__2251d6a0{display:none!important}.d-block__75424548{display:block!important}@media(min-width:576px){.col-sm-1__5889639f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__3906a0aa{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__78e6d53e{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__3896beb6{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__44c7318a{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__9ae86d00{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__504a58f4{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__0874367d{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__b042fb64{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__462aa181{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__22fc8c37{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__634176d4{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__72137017{margin-left:0%}.offset-sm-1__18e507a8{margin-left:8.33333333%}.offset-sm-2__1424a8c3{margin-left:16.66666667%}.offset-sm-3__6cd510a8{margin-left:25%}.offset-sm-4__f1716f7e{margin-left:33.33333333%}.offset-sm-5__16fbc838{margin-left:41.66666667%}.offset-sm-6__6c6c330b{margin-left:50%}.offset-sm-7__457a5626{margin-left:58.33333333%}.offset-sm-8__e07991f3{margin-left:66.66666667%}.offset-sm-9__12b9fa2f{margin-left:75%}.offset-sm-10__5c49bcee{margin-left:83.33333333%}.offset-sm-11__e58ece5b{margin-left:91.66666667%}.d-none-sm__4480b1f7{display:none!important}.d-block-sm__197f1d12{display:block!important}}@media(min-width:768px){.col-md-1__18716d05{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__13fe4120{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__63d78bee{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__94d9f84c{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__dd02125f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__1134e605{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__739e4ffa{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__c57b0518{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__02860196{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__0b3196b4{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__a3e1e189{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__f336051d{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__f350223e{margin-left:0%}.offset-md-1__20d98b37{margin-left:8.33333333%}.offset-md-2__b80093bd{margin-left:16.66666667%}.offset-md-3__7ce59607{margin-left:25%}.offset-md-4__e4b496dd{margin-left:33.33333333%}.offset-md-5__cbdd00d4{margin-left:41.66666667%}.offset-md-6__a10e11e7{margin-left:50%}.offset-md-7__c1eee45f{margin-left:58.33333333%}.offset-md-8__9cd89908{margin-left:66.66666667%}.offset-md-9__9456151c{margin-left:75%}.offset-md-10__2fa247c8{margin-left:83.33333333%}.offset-md-11__9f061ad0{margin-left:91.66666667%}.d-none-md__d98f742b{display:none!important}.d-block-md__a2817610{display:block!important}}@media(min-width:992px){.col-lg-1__3ec686ce{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__24aace05{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__1121cdad{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__bf93b51f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__0b7fa2f9{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__1322e88a{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__135ef307{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__2402fc3b{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__8043e228{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__26f464be{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__bba1a362{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__7138e9e0{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__87079a3f{margin-left:0%}.offset-lg-1__0075207c{margin-left:8.33333333%}.offset-lg-2__e29f0a52{margin-left:16.66666667%}.offset-lg-3__2844e222{margin-left:25%}.offset-lg-4__5f6862da{margin-left:33.33333333%}.offset-lg-5__00bef0b9{margin-left:41.66666667%}.offset-lg-6__6849c3d2{margin-left:50%}.offset-lg-7__d2cf0a8b{margin-left:58.33333333%}.offset-lg-8__f2bed1e0{margin-left:66.66666667%}.offset-lg-9__1e162e51{margin-left:75%}.offset-lg-10__cf7ae8e0{margin-left:83.33333333%}.offset-lg-11__97b72036{margin-left:91.66666667%}.d-none-lg__935af2a3{display:none!important}.d-block-lg__c2795f90{display:block!important}}@media(min-width:1200px){.col-xl-1__6a83388e{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__ba1263e9{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__99866249{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__33ec94d6{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__d527c8ea{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__69bbe824{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__90bfea8a{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__85086e0f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__1578c390{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__d6481e7f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__5f0a913c{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__f569b82c{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__98abb76e{margin-left:0%}.offset-xl-1__809cf299{margin-left:8.33333333%}.offset-xl-2__d394d8e7{margin-left:16.66666667%}.offset-xl-3__d1a2f0e5{margin-left:25%}.offset-xl-4__a3b61657{margin-left:33.33333333%}.offset-xl-5__c65b3999{margin-left:41.66666667%}.offset-xl-6__54aaf7ad{margin-left:50%}.offset-xl-7__540f5eaf{margin-left:58.33333333%}.offset-xl-8__50eb7acf{margin-left:66.66666667%}.offset-xl-9__ec9431a3{margin-left:75%}.offset-xl-10__4d56f631{margin-left:83.33333333%}.offset-xl-11__e2826f62{margin-left:91.66666667%}.d-none-xl__2f7567b7{display:none!important}.d-block-xl__34ef5c83{display:block!important}}.confirm__37cd44c4{flex-grow:1;margin:0 auto;max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2);box-sizing:border-box}.confirm__37cd44c4.isInLightBox__f6f817e5{max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2)}.confirm__37cd44c4.isInSideOverlaySM__2a81fe7e{max-width:520px}.confirm__37cd44c4.isInSideOverlayMD__1b7c86cf{max-width:680px}.confirm__37cd44c4.isInSideOverlayLG__8a04353f{max-width:800px}.confirmCloseButton__82e8aa35{position:absolute;top:24px;right:24px}.confirmContent__4bda8f38{margin-bottom:24px;padding-right:56px}.confirmControls__f6e0c898{white-space:nowrap}.confirmContentTitle__698a4146{margin-bottom:12px}@media(max-width:767px){.confirmCloseButton__82e8aa35{top:16px;right:16px}.confirmContent__4bda8f38{margin-bottom:16px}}.dateRange__b9d1f3eb{display:flex;align-items:center}.dateRangeButton__750d76dc{z-index:1}.separator__1782c6b4{width:20px;height:20px;flex-shrink:0}.divider__d2b61b6b{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-32-0);border:none}.marginTopSize-4__6ba2e715{margin-top:4px}.marginBottomSize-4__71774ec9{margin-bottom:4px}.marginTopSize-8__4d65192b{margin-top:8px}.marginBottomSize-8__957794cf{margin-bottom:8px}.marginTopSize-12__87fed187{margin-top:12px}.marginBottomSize-12__fd8da7f5{margin-bottom:12px}.marginTopSize-16__e4a6080c{margin-top:16px}.marginBottomSize-16__48e3e04e{margin-bottom:16px}.marginTopSize-20__b7eeda0d{margin-top:20px}.marginBottomSize-20__fd6b9516{margin-bottom:20px}.marginTopSize-24__7ebc3809{margin-top:24px}.marginBottomSize-24__f11c32c2{margin-bottom:24px}.marginTopSize-28__759691ca{margin-top:28px}.marginBottomSize-28__cf6aaebd{margin-bottom:28px}.marginTopSize-32__80fb6f8e{margin-top:32px}.marginBottomSize-32__b5ee45be{margin-bottom:32px}.smallInput__8638aaf6{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-1-32-0);background:var(--triplex-next-SmallInput-Background-1-32-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-32-0)}.smallInput__8638aaf6::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-32-0);opacity:1}.smallInput__8638aaf6::-ms-clear{display:none}.link__bf53db7e{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-32-0)}.link__bf53db7e:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-32-0)}.link__bf53db7e:active{color:var(--triplex-next-Link-Text_Color_Active-1-32-0)}.link__bf53db7e:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-32-0)}.wordWithContent__6c91bf03{white-space:nowrap;display:inline-flex;align-items:center}.before__da43ad9a :first-child{margin-right:2px}.after__ea775d6d :last-child{margin-left:2px}.documentNumberEdit__b0a4e115 .label__e407de62{display:inline-block;margin-right:8px}.documentNumberEdit__b0a4e115 .inputEditWrapper__07d1914f{width:68px;display:inline-block}.ellipsisLineClamp__aa63902b{--ellipsis-line-clamp: 1;padding:0;display:-webkit-box;-webkit-line-clamp:var(--ellipsis-line-clamp);line-clamp:var(--ellipsis-line-clamp);-webkit-box-orient:vertical;overflow:hidden;white-space:normal;word-break:break-word}.ellipsisLineClamp__aa63902b.oneLine__a368b375{word-break:break-all}.size4__cb581981{height:4px}.size8__ce2f1094{height:8px}.size12__e3e79654{height:12px}.size16__02338bed{height:16px}.size24__db36bb7a{height:24px}.size32__3144f2d3{height:32px}.size64__2b15730d{height:64px}.size128__bb7045ae{height:128px}.emptyView__4e3495f4,.container__9c22a626{display:flex;flex-direction:column;align-items:center;width:100%}.icon__6d447540{flex-shrink:0}.textBlock__0454f623{text-align:center}button.helpBoxButton__8c067086{position:relative;vertical-align:text-bottom}.root__d9cd0b99{position:relative;display:flex;flex-direction:column;gap:16px;outline:none}.islandAccordion__e01eabc9{margin:0;padding:0}.islandAccordion__e01eabc9 .island__b8b685c5{padding:0}.islandAccordion__e01eabc9 .item__03c86ef5{position:relative;list-style-type:none}.islandAccordion__e01eabc9 .item__03c86ef5.disabled__740daa38{cursor:default;pointer-events:none}.islandAccordion__e01eabc9 .item__03c86ef5+.item__03c86ef5.sm__94b51a6f,.islandAccordion__e01eabc9 .item__03c86ef5+.item__03c86ef5.md__4c2a1f7f{margin-top:16px}.islandAccordion__e01eabc9 .item__03c86ef5+.item__03c86ef5.lg__a480f819{margin-top:24px}.islandAccordion__e01eabc9 .item__03c86ef5 .header__b96e2db3{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__e01eabc9 .item__03c86ef5 .header__b96e2db3:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-32-0)}.islandAccordion__e01eabc9 .item__03c86ef5.type1__35d643c4:not(.opened__7dceb196) .header__b96e2db3:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-32-0)}.islandAccordion__e01eabc9 .item__03c86ef5.type2__aeb1aeab:not(.opened__7dceb196) .header__b96e2db3:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-32-0)}.islandAccordion__e01eabc9 .item__03c86ef5.type3__89d7f52d:not(.opened__7dceb196) .header__b96e2db3:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-32-0)}.islandAccordion__e01eabc9 .item__03c86ef5 .footer__03a91307{text-align:right}.islandAccordion__e01eabc9 .item__03c86ef5 .body__992a6278,.islandAccordion__e01eabc9 .item__03c86ef5 .footer__03a91307{visibility:hidden}.islandAccordion__e01eabc9 .item__03c86ef5.opened__7dceb196 .body__992a6278,.islandAccordion__e01eabc9 .item__03c86ef5.opened__7dceb196 .footer__03a91307{visibility:visible}.islandAccordion__e01eabc9 .item__03c86ef5 .caretWrapper__f8b98f9b{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__e01eabc9 .item__03c86ef5 .caretIcon__f5053ec0{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__e01eabc9 .item__03c86ef5 .title__b1a2748e{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__e01eabc9 .item__03c86ef5.sm__94b51a6f .header__b96e2db3{padding:16px;border-radius:16px}.islandAccordion__e01eabc9 .item__03c86ef5.sm__94b51a6f .title__b1a2748e{padding-right:42px}.islandAccordion__e01eabc9 .item__03c86ef5.sm__94b51a6f .body__992a6278,.islandAccordion__e01eabc9 .item__03c86ef5.sm__94b51a6f .footer__03a91307{padding:0 16px 16px}.islandAccordion__e01eabc9 .item__03c86ef5.sm__94b51a6f .caretWrapper__f8b98f9b{right:10px}.islandAccordion__e01eabc9 .item__03c86ef5.sm__94b51a6f .remove__3ac245be{right:-36px;top:18px}.islandAccordion__e01eabc9 .item__03c86ef5.sm__94b51a6f .step__c0fb8183{margin-right:12px}.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .header__b96e2db3{padding:24px;border-radius:24px}.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .title__b1a2748e{padding-right:42px}.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .body__992a6278,.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .footer__03a91307{padding:0 24px 24px}.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .caretWrapper__f8b98f9b{right:18px}.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .remove__3ac245be{right:-40px;top:26px}.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .step__c0fb8183{margin-right:12px}.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .header__b96e2db3{padding:32px;border-radius:32px}.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .title__b1a2748e{padding-right:44px}.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .body__992a6278,.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .footer__03a91307{padding:0 32px 32px}.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .caretWrapper__f8b98f9b{right:24px}.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .remove__3ac245be{right:-40px;top:36px}.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .step__c0fb8183{margin:0 16px 0 0}.islandAccordion__e01eabc9 .item__03c86ef5.opened__7dceb196:not(.disabled__740daa38) .caretWrapper__f8b98f9b .caretIcon__f5053ec0{transform:rotate(-180deg)}.islandAccordion__e01eabc9 .item__03c86ef5 .remove__3ac245be{position:absolute}@media(max-width:767px){.islandAccordion__e01eabc9 .item__03c86ef5 .title__b1a2748e{white-space:normal;overflow-wrap:anywhere}.islandAccordion__e01eabc9 .item__03c86ef5 .footer__03a91307{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__e01eabc9 .item__03c86ef5 .footer__03a91307>*{margin-left:0!important}.islandAccordion__e01eabc9 .item__03c86ef5 .caretWrapper__f8b98f9b{transform:none}.islandAccordion__e01eabc9 .item__03c86ef5.sm__94b51a6f .title__b1a2748e{padding-right:34px}.islandAccordion__e01eabc9 .item__03c86ef5.sm__94b51a6f .caretWrapper__f8b98f9b{top:18px}.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .header__b96e2db3{padding:16px;border-radius:16px}.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .title__b1a2748e{padding-right:34px}.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .body__992a6278,.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .footer__03a91307{padding:0 16px 16px}.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .caretWrapper__f8b98f9b{right:10px;top:18px}.islandAccordion__e01eabc9 .item__03c86ef5.md__4c2a1f7f .remove__3ac245be{top:18px}.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .header__b96e2db3{padding:24px;border-radius:24px}.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .title__b1a2748e{padding-right:34px}.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .body__992a6278,.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .footer__03a91307{padding:0 24px 24px}.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .caretWrapper__f8b98f9b{top:26px;right:18px}.islandAccordion__e01eabc9 .item__03c86ef5.lg__a480f819 .remove__3ac245be{top:26px}}.step__261fff3e{display:flex;align-items:center;justify-content:center;box-sizing:border-box;-webkit-user-select:none;user-select:none;cursor:default;border-radius:50%}.step__261fff3e.sm__1aa60a89,.step__261fff3e.md__4d58ba8a{width:28px;height:28px}.step__261fff3e.lg__5015f72c{width:32px;height:32px}.step__261fff3e.default__b5885389{background-color:var(--triplex-next-Step-Background_Default-1-32-0)}.step__261fff3e.default__b5885389>span{color:var(--triplex-next-Step-Color_Default-1-32-0)}.step__261fff3e.done__ff9aad93{background-color:var(--triplex-next-Step-Background_Done-1-32-0)}.step__261fff3e.done__ff9aad93>span{color:var(--triplex-next-Step-Color_Done-1-32-0)}.step__261fff3e.warning__6abeabc7{background-color:var(--triplex-next-Step-Background_Warning-1-32-0)}.step__261fff3e.warning__6abeabc7>span{color:var(--triplex-next-Step-Color_Warning-1-32-0)}.step__261fff3e.active__bdbf7205{background-color:var(--triplex-next-Step-Background_Active-1-32-0)}.step__261fff3e.active__bdbf7205>span{color:var(--triplex-next-Step-Color_Active-1-32-0)}.step__261fff3e.error__f5d3cf8e{background-color:var(--triplex-next-Step-Background_Error-1-32-0)}.step__261fff3e.error__f5d3cf8e>span{color:var(--triplex-next-Step-Color_Error-1-32-0)}.step__261fff3e.disabled__6507ebc3{background-color:var(--triplex-next-Step-Background_Disabled-1-32-0)}.step__261fff3e.disabled__6507ebc3>span{color:var(--triplex-next-Step-Color_Disabled-1-32-0)}@media(max-width:767px){.step__261fff3e.lg__5015f72c{width:28px;height:28px}}.lightBox__2dace1b3{--lightBox-content-max-width: 864px;display:flex;flex-direction:column;position:fixed;z-index:1300;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);top:var(--lightBox-screen-top);bottom:0;min-width:0;overflow-y:scroll}.lightBox__2dace1b3.sm__3f9e96f0{--lightBox-content-max-width: 664px}.lightBox__2dace1b3.md__980ad7d1{--lightBox-content-max-width: 864px}.lightBox__2dace1b3.lg__c284cb30{--lightBox-content-max-width: 1064px}.lightBox__2dace1b3.xl__91f3f501{--lightBox-content-max-width: 1264px}.lightBox__2dace1b3 .lightBoxBackdrop__68d8c8c0{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-32-0)}.lightBox__2dace1b3.lightBoxSideOverlayActive__5c228d38,.lightBox__2dace1b3.lightBoxTopOverlayActive__519e744c{overflow-y:hidden}.lightBox__2dace1b3 .lightBoxContent__67e5bdac{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-32-0)}.lightBox__2dace1b3 .lightBoxContent__67e5bdac>.global-page{width:100%;max-width:var(--lightBox-content-max-width);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBox__2dace1b3 .lightBoxContent__67e5bdac>.global-page{padding:16px}}.lightBox__2dace1b3 .loadingContentOverlay__739794f3{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__2dace1b3 .lightBoxContentResizeWrapper__22e02778{position:absolute;left:0;right:0;height:0}.lightBox__2dace1b3 .tempElSafariBug__41c878ea{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__11532c9f,.global-LB-less-or-equal-media-point-0 .lightBox__2dace1b3.lightBoxSideOverlayActive__5c228d38{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__67e5bdac{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__67e5bdac{padding-left:80px;padding-right:80px}.lightBoxControls__dcdfa951{z-index:100}.withKeyboardEvent__e6c7d08d{display:inline-block}.withoutKeyboardEvent__f82e2e62,.lightBox__2dace1b3.lightBoxSideOverlayActive__5c228d38 .withKeyboardEvent__e6c7d08d,.lightBox__2dace1b3.lightBoxTopOverlayActive__519e744c .withKeyboardEvent__e6c7d08d,.lightBox__2dace1b3.isLoading__3bc43f1d .withKeyboardEvent__e6c7d08d{display:none}.lightBox__2dace1b3.lightBoxSideOverlayActive__5c228d38 .withoutKeyboardEvent__f82e2e62,.lightBox__2dace1b3.lightBoxTopOverlayActive__519e744c .withoutKeyboardEvent__f82e2e62,.lightBox__2dace1b3.isLoading__3bc43f1d .withoutKeyboardEvent__f82e2e62{display:inline-block}.lightBox__2dace1b3.isLoading__3bc43f1d .lightBoxPrev__5d092217,.lightBox__2dace1b3.isLoading__3bc43f1d .lightBoxNext__e76e0a03{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__dcdfa951{position:absolute;left:0;right:0;top:0;min-height:56px;padding:16px 16px 0;box-sizing:border-box}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__30c7e73b{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__db9be224{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__8ab22a79{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__5d092217,.global-LB-less-or-equal-media-point-0 .lightBoxNext__e76e0a03{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__5d092217{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__29a3c3de,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__faf9501e{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__dcdfa951{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__30c7e73b{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__db9be224{display:none}.global-LB-more-media-point-0 .lightBoxClose__8ab22a79{position:fixed;left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px);top:calc(40px + var(--lightBox-screen-top))}.global-LB-more-media-point-0 .lightBoxPrev__5d092217,.global-LB-more-media-point-0 .lightBoxNext__e76e0a03{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__5d092217{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__e76e0a03{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__dda7b37f{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__dda7b37f.fixed__179b61fa{position:fixed}.overlay__dda7b37f.closing__56d19b33,.overlay__dda7b37f.opened__fd6d5a67{visibility:visible;left:0;right:0}.overlayPanel__72bae6bf{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-32-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__72bae6bf.bottom__becdfb03{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__72bae6bf.left__df246606{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__72bae6bf.right__8edec668{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__72bae6bf.top__996f6f16{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__72bae6bf.left__df246606.opened__fd6d5a67,.overlayPanel__72bae6bf.right__8edec668.opened__fd6d5a67{transform:translate(0)}.overlayPanel__72bae6bf.top__996f6f16.opened__fd6d5a67,.overlayPanel__72bae6bf.bottom__becdfb03.opened__fd6d5a67{transform:translateY(0)}.overlayContent__6d13fdea{display:flex;min-height:100%}.overlayMask__80d64968{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-32-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__80d64968.overlayOpened__20e0812c{opacity:1}.lightBoxSideOverlayLoaderWrapper__f85decf4{left:0;top:0;right:0;height:100vh;position:absolute;z-index:201;border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden}.lightBoxSideOverlayCloseDesktopContainer__255bf9c7{position:absolute;top:24px;right:24px;bottom:0;pointer-events:none}.lightBoxSideOverlayCloseDesktop__c2338c8f{position:sticky;top:24px;pointer-events:auto}.lightBoxSideOverlayCloseMobile__1c9ed631{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__255bf9c7{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__1c9ed631{display:block}@media(max-width:767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__1c9ed631{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__255bf9c7{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__1c9ed631{display:none}.lightBoxSideOverlayMask__48035397{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-32-0)}.lightBoxSideOverlayWrapper__a1b132a4{position:fixed;min-height:calc(100% - var(--lightBox-screen-top));top:var(--lightBox-screen-top);left:0;width:0;z-index:200;overflow-y:auto;visibility:hidden}.lightBoxSideOverlayWrapper__a1b132a4.overflowXHidden__d0d9917a{overflow-x:hidden}.lightBoxSideOverlayWrapper__a1b132a4.overflowYHidden__629c7fec{overflow-y:hidden}.lightBoxSideOverlayWrapper__a1b132a4.closing__3e353a40,.lightBoxSideOverlayWrapper__a1b132a4.opened__905d0aa5{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__a1b132a4.closing__3e353a40{pointer-events:none}.lightBoxSideOverlayWrapper__a1b132a4 .global-page{max-width:var(--lightBox-content-max-width, 864px);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBoxSideOverlayWrapper__a1b132a4 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__a1b132a4 .lightBoxSideOverlayContent__5baa9733{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-32-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__a1b132a4 .lightBoxSideOverlayContent__5baa9733.opened__905d0aa5{transform:none}.lightBoxSideOverlayWrapper__a1b132a4 .lightBoxSideOverlayContent__5baa9733.opening__7e68d2cd{transform:translateY(0)}.lightBoxSideOverlayWrapper__a1b132a4.sm__3f9e96f0 .global-page{width:584px;max-width:100%}.lightBoxSideOverlayWrapper__a1b132a4.md__980ad7d1 .global-page{width:744px;max-width:100%}.lightBoxSideOverlayWrapper__a1b132a4.lg__c284cb30 .global-page{width:864px;max-width:100%}.lightBoxSideOverlayWrapper__a1b132a4 .lightBoxSideOverlayBase__7010dec2{overflow:visible;bottom:auto;height:100%}@media(max-width:767px){.lightBoxSideOverlayWrapper__a1b132a4 .lightBoxSideOverlayContent__5baa9733{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__a1b132a4 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__a1b132a4 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__99ebd95a{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__99ebd95a.closing__3e353a40,.lightBoxSideOverlay__99ebd95a.opening__7e68d2cd{overflow-x:hidden}.topOverlayMask__ae4b34b8{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-32-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__db866a3f{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__db866a3f.closing__dcc44208,.topOverlayWrapper__db866a3f.opened__69c780b4{bottom:0}.topOverlayWrapper__db866a3f .topOverlayPanel__d9edc523{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__161cfd81{z-index:500}@media(max-width:767px){.topOverlayPanel__d9edc523{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__642eb9e6{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: var(--lightBox-content-max-width, 864px);--left-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;left:var(--left-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--left-position) * 2) / 2 + var(--additional-width))}.lightBoxLeftSidebar__642eb9e6.fixed__ed2d965e{position:fixed}.lightBoxRightSidebar__f308499f{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: var(--lightBox-content-max-width, 864px);--right-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;right:var(--right-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--right-position) * 2) / 2 + var(--additional-width))}.lightBoxRightSidebar__f308499f.fixed__ed2d965e{position:fixed}.hidden__76752076{display:none}html.scroll-0__6a72ab04{--triplex-next-scroll-width: 0px}html.scroll-15__580c0a76{--triplex-next-scroll-width: 15px}html.scroll-16__e6f7d43e{--triplex-next-scroll-width: 16px}html.scroll-17__6af0251d{--triplex-next-scroll-width: 17px}.listMasterChipGroup__3c58e16c{padding:0 16px}.listMasterFooter__567c916d{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-32-0);box-shadow:var(--triplex-next-ListMaster-Footer_Shadow-1-32-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__567c916d.sticky__fc407f97{position:sticky;bottom:0}.listMasterFooterDescription__651f06c8{padding-right:16px}.listMasterFooterControls__f9b7086a{white-space:nowrap}.listMasterHeader__ebb429ff{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-32-0);box-shadow:var(--triplex-next-ListMaster-Header_Shadow-1-32-0)}.listMasterHeader__ebb429ff.sticky__fc407f97{position:sticky;top:0;z-index:2}.selectionControls__b33e7fec{display:flex;justify-content:space-between;align-items:center}.marker__3f5c0ec9.success__6eb9a29d{background:var(--triplex-next-Marker-Background_Success-1-32-0)}.marker__3f5c0ec9.error__1c630d51{background:var(--triplex-next-Marker-Background_Error-1-32-0)}.marker__3f5c0ec9.warning__44425f5b{background:var(--triplex-next-Marker-Background_Warning-1-32-0)}.marker__3f5c0ec9.waiting__2a8ae83c{background:var(--triplex-next-Marker-Background_Waiting-1-32-0)}.markerStatus__cee6cd14{line-height:0;display:flex;align-items:start}.markerStatus__cee6cd14 .contentContainer__184639ee{display:flex;flex-direction:column;text-align:left}.markerStatus__cee6cd14.md__5848c69a{gap:4px}.markerStatus__cee6cd14.md__5848c69a .markerContainer__43e9176d{margin-top:4px}.markerStatus__cee6cd14.lg__7f57189c{gap:6px}.markerStatus__cee6cd14.lg__7f57189c .contentContainer__184639ee{gap:4px}.markerStatus__cee6cd14.lg__7f57189c .markerContainer__43e9176d{margin-top:5px}.monthYearRange__1695511d{display:flex;align-items:center}.monthYearRangeButton__6a888e81{z-index:1}.separator__3fd52b9a{width:16px;height:16px;flex-shrink:0}.orderedListItem__de523c4c{counter-increment:list-item-tx}.orderedListItem__de523c4c:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__de523c4c+.orderedListItem__de523c4c{margin-top:8px}.orderedList__9e3a30d6{--start-index-tx: 0;position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx var(--start-index-tx)}.paginationExtended__1cd19f6c{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__237eea86 .directionIconNext__cbaa0c50{transform:rotate(180deg)}.paginationPageEllipsis__7e333157{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;cursor:default}.paginationPageButton__1e8fd776{background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__1e8fd776:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-32-0);outline:none}.paginationPageButton__1e8fd776:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-32-0)}.paginationPageButton__1e8fd776:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-32-0);cursor:grabbing}.paginationPageButton__1e8fd776.currentPage__1ca8fe7f{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-32-0);cursor:default}.paginationNavigationExtended__9706adbd{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__34d5f9ad{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__34d5f9ad .paginationSelectControl__da735a1f{margin-left:8px;min-width:72px}.row__f1897f29{display:flex;flex-wrap:wrap;padding-bottom:16px}.row__f1897f29.noPaddingBottom__f0bbdaea,.row__f1897f29:last-child{padding-bottom:0}.row__f1897f29.SM__7462fb2c{margin-left:-8px;margin-right:-8px}.row__f1897f29.MD__5d765adb{margin-left:-12px;margin-right:-12px}.segmentedControlSegment__df1ee611{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-32-0);outline:none;cursor:pointer}.segmentedControlSegment__df1ee611:disabled{cursor:default}.sm__d05b1863 .segmentedControlSegment__df1ee611{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__23f691dc .segmentedControlSegment__df1ee611{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__3ca11788 .segmentedControlSegment__df1ee611{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__29148f5b .segmentedControlSegment__df1ee611{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-32-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-32-0)}.general1__29148f5b .segmentedControlSegment__df1ee611:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-32-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-32-0)}.general1__29148f5b .segmentedControlSegment__df1ee611:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-32-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-32-0)}.general1__29148f5b .segmentedControlSegment__df1ee611.selected__3a833d3c{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-32-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-32-0)}.general1__29148f5b .segmentedControlSegment__df1ee611.selected__3a833d3c:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-32-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-32-0)}.general1__29148f5b .segmentedControlSegment__df1ee611.selected__3a833d3c:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-32-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-32-0)}.general2__8091c9b1 .segmentedControlSegment__df1ee611{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-32-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-32-0)}.general2__8091c9b1 .segmentedControlSegment__df1ee611:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-32-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-32-0)}.general2__8091c9b1 .segmentedControlSegment__df1ee611:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-32-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-32-0)}.general2__8091c9b1 .segmentedControlSegment__df1ee611.selected__3a833d3c{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-32-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-32-0)}.general2__8091c9b1 .segmentedControlSegment__df1ee611.selected__3a833d3c:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-32-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-32-0)}.general2__8091c9b1 .segmentedControlSegment__df1ee611.selected__3a833d3c:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-32-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-32-0)}.secondary1__e2f953b0 .segmentedControlSegment__df1ee611{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-32-0)}.secondary1__e2f953b0 .segmentedControlSegment__df1ee611:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-32-0)}.secondary1__e2f953b0 .segmentedControlSegment__df1ee611:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-32-0)}.secondary1__e2f953b0 .segmentedControlSegment__df1ee611.selected__3a833d3c{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-32-0)}.secondary1__e2f953b0 .segmentedControlSegment__df1ee611.selected__3a833d3c:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-32-0)}.secondary2__0aa2a89c .segmentedControlSegment__df1ee611{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-32-0)}.secondary2__0aa2a89c .segmentedControlSegment__df1ee611:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-32-0)}.secondary2__0aa2a89c .segmentedControlSegment__df1ee611:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-32-0)}.secondary2__0aa2a89c .segmentedControlSegment__df1ee611.selected__3a833d3c{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-32-0)}.secondary2__0aa2a89c .segmentedControlSegment__df1ee611.selected__3a833d3c:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-32-0)}.segmentedControlSegment__df1ee611:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-32-0)}.content__438e7ef6{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__a3825a6e{display:flex;gap:4px}.segmentedControl__a3825a6e.general1__29148f5b{background:var(--triplex-next-SegmentedControl-General_1_Background-1-32-0)}.segmentedControl__a3825a6e.secondary1__e2f953b0{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-32-0)}.segmentedControl__a3825a6e.general2__8091c9b1{background:var(--triplex-next-SegmentedControl-General_2_Background-1-32-0)}.segmentedControl__a3825a6e.secondary2__0aa2a89c{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-32-0)}.segmentedControl__a3825a6e.sm__d05b1863{border-radius:6px;padding:4px}.segmentedControl__a3825a6e.md__23f691dc{border-radius:8px;padding:4px}.segmentedControl__a3825a6e.lg__3ca11788{border-radius:10px;padding:8px}.skeleton__62d76f8e{border-radius:16px;flex-grow:1}.skeleton__62d76f8e.light__48de96a0{animation:skeleton-light-pulse__b44c4172 2s ease-in-out infinite}.skeleton__62d76f8e.dark__8cd2a811{animation:skeleton-dark-pulse__5df436b5 2s ease-in-out infinite}@keyframes skeleton-light-pulse__b44c4172{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-32-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-32-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-32-0)}}@keyframes skeleton-dark-pulse__5df436b5{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-32-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-32-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-32-0)}}.sliderExtendedDot__62a4cb6a{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-32-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__62a4cb6a:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-32-0)}.sliderExtendedDot__62a4cb6a.focusedByClick__58833f37:focus{box-shadow:none}.sliderExtendedDot__62a4cb6a:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-32-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__62a4cb6a:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-32-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__62a4cb6a.disabled__e8da0966{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-32-0)}.sliderExtendedDot__62a4cb6a.disabled__e8da0966:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-32-0)}.sliderExtendedDot__62a4cb6a.disabled__e8da0966:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-32-0)}.sliderExtendedDot__62a4cb6a:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-32-0)}.sliderExtendedDot__62a4cb6a:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-32-0)}.sliderExtendedDot__62a4cb6a.dragByMouse__a40090d9{background:var(--triplex-next-Slider-Dot_Background_Select-1-32-0)}.sliderExtendedDot__62a4cb6a.dragByMouse__a40090d9:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-32-0)}.sliderExtendedDot__62a4cb6a:hover .sliderExtendedTooltipOverlay__8c46cd1a,.sliderExtendedDot__62a4cb6a:focus .sliderExtendedTooltipOverlay__8c46cd1a{visibility:visible}.sliderExtendedDot__62a4cb6a.lg__d0e9659a{width:28px;height:28px}.sliderExtendedDot__62a4cb6a.lg__d0e9659a:after{width:10px;height:10px}.sliderExtendedDot__62a4cb6a.lg__d0e9659a:before{width:14px;height:14px}.sliderExtendedMarks__9fb1c75f{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__7148517f{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__7148517f .sliderExtendedMarkDot__60eafaac{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-32-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__7148517f .sliderExtendedMarkDot__60eafaac.inSelectedRange__eb95cfbd{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-32-0)}.sliderExtendedMark__7148517f.lg__d0e9659a{top:20px}.sliderExtendedMark__7148517f.lg__d0e9659a .sliderExtendedMarkDot__60eafaac{top:-20px}.sliderExtendedMark__7148517f .sliderExtendedMarkText__bc672fba{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__7148517f.disabled__e8da0966{pointer-events:none}.sliderExtendedMark__7148517f.disabled__e8da0966 .sliderExtendedMarkText__bc672fba{pointer-events:none;opacity:.35}.sliderExtendedMark__7148517f.disabled__e8da0966 .sliderExtendedMarkDot__60eafaac{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-32-0)}.sliderExtendedMark__7148517f:first-child,.sliderExtendedMark__7148517f:last-child{transform:none}.sliderExtendedMark__7148517f:first-child.reverse__b3c1b261 .sliderExtendedMarkDot__60eafaac{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__7148517f:first-child.reverse__b3c1b261 .sliderExtendedMarkText__bc672fba{margin-right:-4px}.sliderExtendedMark__7148517f:first-child:not(.reverse__b3c1b261) .sliderExtendedMarkDot__60eafaac{left:0;transform:translate(-50%)}.sliderExtendedMark__7148517f:first-child .sliderExtendedMarkText__bc672fba{margin-left:-4px}.sliderExtendedMark__7148517f:last-child.reverse__b3c1b261 .sliderExtendedMarkDot__60eafaac{left:0;transform:translate(-50%)}.sliderExtendedMark__7148517f:last-child.reverse__b3c1b261 .sliderExtendedMarkText__bc672fba{margin-left:-4px}.sliderExtendedMark__7148517f:last-child:not(.reverse__b3c1b261) .sliderExtendedMarkDot__60eafaac{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__7148517f:last-child .sliderExtendedMarkText__bc672fba{margin-right:-4px}.sliderExtendedMark__7148517f.active__8417b04e{pointer-events:none}.sliderExtendedRail__424bdd29{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-32-0);cursor:pointer}.sliderExtended__c7334aaf{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__c7334aaf.disabled__e8da0966 .sliderExtendedRail__424bdd29{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-32-0)}.sliderExtended__c7334aaf.lg__d0e9659a{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__2c4423ac{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-32-0);z-index:10}.sliderExtendedTrack__2c4423ac.lg__d0e9659a{top:12px}.sliderExtendedTrack__2c4423ac:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-32-0)}.sliderExtendedTrack__2c4423ac.focusedByClick__58833f37:focus{box-shadow:none}.sliderExtendedTrack__2c4423ac.hoverOrDragByMouse__f95264bd{background:var(--triplex-next-Slider-Track_Background_Hover-1-32-0)}.sliderExtendedTrack__2c4423ac.staticSlider__169b9813{cursor:default;pointer-events:none}.sliderExtendedTrack__2c4423ac.disabled__e8da0966{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-32-0)}.sliderExtendedTooltipOverlay__8c46cd1a{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__8c46cd1a.lg__d0e9659a{bottom:32px}.sliderExtendedTooltipOverlay__8c46cd1a .tooltipBody__66b9fe0e{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-32-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-32-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__8c46cd1a .tooltipTip__cbcde1ba{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-32-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.sliderExtendedTooltipOverlay__8c46cd1a .tooltipTip__cbcde1ba{margin:-.5px}}.smsField__372b7af4{display:inline-block;position:relative;width:100%}.smsField__372b7af4 .input__e4bcccd2{text-align:center}.smsField__372b7af4 .input__e4bcccd2::placeholder{opacity:1}.smsField__372b7af4 .input__e4bcccd2:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-32-0)}.smsField__372b7af4 .input__e4bcccd2.lg__447e377c{padding:18px 40px}.smsField__372b7af4 .input__e4bcccd2.md__5c22c342{padding-left:26px;padding-right:26px}.smsField__372b7af4 .input__e4bcccd2.sm__04740544{padding-left:20px;padding-right:20px}.smsField__372b7af4 .btnRefresh__a9a61d0d{position:absolute;outline:none;z-index:1}.smsField__372b7af4 .btnRefresh__a9a61d0d.lg__447e377c{top:12px;left:12px;height:32px;width:32px}.smsField__372b7af4 .btnRefresh__a9a61d0d.md__5c22c342{top:10px;left:10px}.smsField__372b7af4 .btnRefresh__a9a61d0d.sm__04740544{top:4px;left:4px}.smsField__372b7af4 .btnRefresh__a9a61d0d .full__b5270f1c{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-32-0)}.smsField__372b7af4 .btnRefresh__a9a61d0d .empty__c67e0e25{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-32-0)}.smsField__372b7af4 .btnRefresh__a9a61d0d:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-32-0)}.smsField__372b7af4 .btnSubmit__834f0325{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-32-0)}.smsField__372b7af4 .btnSubmit__834f0325.active__0d467c26:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-32-0)}.smsField__372b7af4 .btnSubmit__834f0325.active__0d467c26:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-32-0)}.smsField__372b7af4 .btnSubmit__834f0325.lg__447e377c{top:15px;right:15px;height:26px;width:26px}.smsField__372b7af4 .btnSubmit__834f0325.md__5c22c342{top:10px;right:10px}.smsField__372b7af4 .btnSubmit__834f0325.sm__04740544{top:4px;right:4px}.spoiler__6fded008{display:flex;flex-direction:column}.spoiler__6fded008.opened__5fcc865d .caretIcon__df99f98d{transform:rotate(-180deg)}.spoiler__6fded008 .head__c0c0ae6b .caretIcon__df99f98d{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__6fded008 .head__c0c0ae6b button>span{white-space:normal;text-align:left}.spoiler__6fded008 .content__6a901a24.hidden__c922e857{display:none}.spoiler__6fded008 .lg__8e941ea5 .content__6a901a24{margin-top:8px}.spoiler__6fded008 .md__316d2651 .content__6a901a24{margin-top:0}.spoiler__6fded008 .sm__e16ceff7 .content__6a901a24{margin-top:-4px}.statusTrackerWrapper__e4ff73e4{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-32-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-32-0);overflow:hidden;height:100%}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db{width:100%;padding:40px 24px 16px;box-sizing:border-box;z-index:1;text-align:center}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db.verticalAlignMiddle__0d508e92{align-self:center}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db.verticalAlignBottom__38507888{align-self:end}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db .statusTrackerChild__2a140d45{padding:8px 0}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db .statusTrackerChild__2a140d45:empty{padding:0}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db .statusTrackerSum__686378cc,.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db .statusTrackerTitle__443cee34{padding-bottom:4px}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db .statusTrackerDescription__d9f06562{display:block;padding-top:8px}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db .statusTrackerAlert__aabe6bd7{margin-top:12px;text-align:left}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db .statusTrackerStatus__2af11b8e{display:inline-flex;margin-bottom:4px}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db .statusTrackerFooterWrapper__5ff7e289{display:grid}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db .statusTrackerFooterWrapper__5ff7e289 .statusTrackerDescription__d9f06562:last-child{padding-top:0}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db .statusTrackerFooterWrapper__5ff7e289 .statusTrackerButton__b7aee7a3{margin-bottom:12px}.statusTrackerWrapper__e4ff73e4 .statusTracker__6b4be7db .statusTrackerFooterWrapper__5ff7e289 .statusTrackerButton__b7aee7a3:last-child{margin-bottom:0}.statusTrackerWrapper__e4ff73e4 .statusTrackerColor__7bf15c46{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__e4ff73e4 .statusTrackerColor__7bf15c46.waiting__dfd78fb0{background:var(--triplex-next-StatusTracker-Waiting_Color-1-32-0)}.statusTrackerWrapper__e4ff73e4 .statusTrackerColor__7bf15c46.warning__caf93e5b{background:var(--triplex-next-StatusTracker-Warning_Background-1-32-0)}.statusTrackerWrapper__e4ff73e4 .statusTrackerColor__7bf15c46.rejected__6ca18383{background:var(--triplex-next-StatusTracker-Rejected_Color-1-32-0)}.statusTrackerWrapper__e4ff73e4 .statusTrackerColor__7bf15c46.approved__658152d7{background:var(--triplex-next-StatusTracker-Approved_Color-1-32-0)}.statusTrackerWrapper__e4ff73e4 .statusTrackerBackground__df5bf517{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__e4ff73e4 .statusTrackerBackground__df5bf517.waiting__dfd78fb0{background:var(--triplex-next-StatusTracker-Waiting_Background-1-32-0)}.statusTrackerWrapper__e4ff73e4 .statusTrackerBackground__df5bf517.warning__caf93e5b{background:var(--triplex-next-StatusTracker-Warning_Background-1-32-0)}.statusTrackerWrapper__e4ff73e4 .statusTrackerBackground__df5bf517.rejected__6ca18383{background:var(--triplex-next-StatusTracker-Rejected_Background-1-32-0)}.statusTrackerWrapper__e4ff73e4 .statusTrackerBackground__df5bf517.approved__658152d7{background:var(--triplex-next-StatusTracker-Approved_Background-1-32-0)}@media(max-width:767px){.statusTrackerWrapper__e4ff73e4{border-radius:16px}}.statusTrackerStatusGroup__79f9931c{display:flex;flex-direction:column;align-items:flex-start;margin:0 auto;width:fit-content}.stepperStep__200cb153{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__200cb153+.stepperStep__200cb153{margin-left:12px}.stepperStep__200cb153.sm__1c33ce53{font-size:12px;line-height:16px}.stepperStep__200cb153.sm__1c33ce53:not(:last-child) .content__d5010619{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__200cb153.sm__1c33ce53:last-child .content__d5010619{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__200cb153.sm__1c33ce53:last-child .arrow__52f29022{display:none}.stepperStep__200cb153.md__bd178f50{font-size:14px;line-height:20px}.stepperStep__200cb153.md__bd178f50:not(:last-child) .content__d5010619{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__200cb153.md__bd178f50:last-child .content__d5010619{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__200cb153.md__bd178f50:last-child .arrow__52f29022{display:none}.stepperStep__200cb153.lg__bdb3df4f{font-size:16px;line-height:20px}.stepperStep__200cb153.lg__bdb3df4f:not(:last-child) .content__d5010619{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__200cb153.lg__bdb3df4f:last-child .content__d5010619{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__200cb153.lg__bdb3df4f:last-child .arrow__52f29022{display:none}.stepperStep__200cb153:hover:not(.active__36f08ef3):not(.disabled__252658c8) .content__d5010619{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-32-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-32-0)}.stepperStep__200cb153:hover:not(.active__36f08ef3):not(.disabled__252658c8) .arrow__52f29022 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-32-0)}.stepperStep__200cb153:hover:not(.active__36f08ef3):not(.disabled__252658c8) .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-32-0)}.stepperStep__200cb153.active__36f08ef3{cursor:default}.stepperStep__200cb153.active__36f08ef3 .content__d5010619{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-32-0)}.stepperStep__200cb153.active__36f08ef3 .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-32-0)}.stepperStep__200cb153.active__36f08ef3.error__71056d9a .content__d5010619{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-32-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-32-0)}.stepperStep__200cb153.active__36f08ef3.error__71056d9a .arrow__52f29022 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-32-0)}.stepperStep__200cb153.active__36f08ef3.error__71056d9a .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-32-0)}.stepperStep__200cb153.active__36f08ef3.warning__0f22ad67 .content__d5010619{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-32-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-32-0)}.stepperStep__200cb153.active__36f08ef3.warning__0f22ad67 .arrow__52f29022 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-32-0)}.stepperStep__200cb153.active__36f08ef3.warning__0f22ad67 .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-32-0)}.stepperStep__200cb153.completed__fc278c53.error__71056d9a .content__d5010619{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-32-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-32-0)}.stepperStep__200cb153.completed__fc278c53.error__71056d9a .arrow__52f29022 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-32-0)}.stepperStep__200cb153.completed__fc278c53.error__71056d9a .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-32-0)}.stepperStep__200cb153.completed__fc278c53.error__71056d9a:hover .content__d5010619{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-32-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-32-0)}.stepperStep__200cb153.completed__fc278c53.error__71056d9a:hover .arrow__52f29022 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-32-0)}.stepperStep__200cb153.completed__fc278c53.error__71056d9a:hover .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-32-0)}.stepperStep__200cb153.completed__fc278c53.warning__0f22ad67 .content__d5010619{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-32-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-32-0)}.stepperStep__200cb153.completed__fc278c53.warning__0f22ad67 .arrow__52f29022 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-32-0)}.stepperStep__200cb153.completed__fc278c53.warning__0f22ad67 .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-32-0)}.stepperStep__200cb153.completed__fc278c53.warning__0f22ad67:hover .content__d5010619{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-32-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-32-0)}.stepperStep__200cb153.completed__fc278c53.warning__0f22ad67:hover .arrow__52f29022 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-32-0)}.stepperStep__200cb153.completed__fc278c53.warning__0f22ad67:hover .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-32-0)}.stepperStep__200cb153.inactive__59c78da5 :not(.error__71056d9a):not(.warning__0f22ad67) .content__d5010619{color:var(--triplex-next-Stepper-Step_Color_Default-1-32-0)}.stepperStep__200cb153.inactive__59c78da5 :not(.error__71056d9a):not(.warning__0f22ad67):hover .content__d5010619{color:var(--triplex-next-Stepper-Step_Color_Hover-1-32-0)}.stepperStep__200cb153.inactive__59c78da5.error__71056d9a .content__d5010619{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-32-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-32-0)}.stepperStep__200cb153.inactive__59c78da5.error__71056d9a .arrow__52f29022 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-32-0)}.stepperStep__200cb153.inactive__59c78da5.error__71056d9a .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-32-0)}.stepperStep__200cb153.inactive__59c78da5.error__71056d9a:hover .content__d5010619{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-32-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-32-0)}.stepperStep__200cb153.inactive__59c78da5.error__71056d9a:hover .arrow__52f29022 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-32-0)}.stepperStep__200cb153.inactive__59c78da5.error__71056d9a:hover .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-32-0)}.stepperStep__200cb153.inactive__59c78da5.warning__0f22ad67 .content__d5010619{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-32-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-32-0)}.stepperStep__200cb153.inactive__59c78da5.warning__0f22ad67 .arrow__52f29022 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-32-0)}.stepperStep__200cb153.inactive__59c78da5.warning__0f22ad67 .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-32-0)}.stepperStep__200cb153.inactive__59c78da5.warning__0f22ad67:hover .content__d5010619{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-32-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-32-0)}.stepperStep__200cb153.inactive__59c78da5.warning__0f22ad67:hover .arrow__52f29022 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-32-0)}.stepperStep__200cb153.inactive__59c78da5.warning__0f22ad67:hover .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-32-0)}.stepperStep__200cb153.disabled__252658c8{pointer-events:none}.stepperStep__200cb153.disabled__252658c8 .content__d5010619{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-32-0)}.stepperStep__200cb153.disabled__252658c8 .content__d5010619{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-32-0)}.stepperStep__200cb153.disabled__252658c8 .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-32-0)}.stepperStep__200cb153.focusVisible__229627f5.completed__fc278c53 .content__d5010619,.stepperStep__200cb153.focusVisible__229627f5.active__36f08ef3 .content__d5010619,.stepperStep__200cb153.focusVisible__229627f5.inactive__59c78da5 .content__d5010619{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-32-0)}.stepperStep__200cb153.focusVisible__229627f5.completed__fc278c53 .arrow__52f29022 path:last-child,.stepperStep__200cb153.focusVisible__229627f5.active__36f08ef3 .arrow__52f29022 path:last-child,.stepperStep__200cb153.focusVisible__229627f5.inactive__59c78da5 .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-32-0)}.stepperStep__200cb153.focusVisible__229627f5.completed__fc278c53:hover .content__d5010619,.stepperStep__200cb153.focusVisible__229627f5.active__36f08ef3:hover .content__d5010619,.stepperStep__200cb153.focusVisible__229627f5.inactive__59c78da5:hover .content__d5010619{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-32-0)}.stepperStep__200cb153.focusVisible__229627f5.completed__fc278c53:hover .arrow__52f29022 path:last-child,.stepperStep__200cb153.focusVisible__229627f5.active__36f08ef3:hover .arrow__52f29022 path:last-child,.stepperStep__200cb153.focusVisible__229627f5.inactive__59c78da5:hover .arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-32-0)}.content__d5010619{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-32-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-32-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-32-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.arrow__52f29022{transform:translate(0)}.arrow__52f29022 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-32-0)}.arrow__52f29022 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-32-0)}.icon__f0a32ac7{display:inline-flex;align-items:center;line-height:0}.nonempty__1fc139b1 .icon__f0a32ac7{margin-right:6px}.stepperExtended__e4cddff5{display:flex;padding:0;margin:0;list-style:none}.stepperCarousel__9e2f18eb{position:relative}.stepperCarousel__9e2f18eb:hover .stepperButtonWrapper__358e68e1{opacity:1;pointer-events:auto}.stepperButtonWrapper__358e68e1{position:absolute;top:0;z-index:1;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.stepperButtonWrapper__358e68e1.prev__e9d3983f{left:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Prev-1-32-0)}.stepperButtonWrapper__358e68e1.next__299959ba{right:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Next-1-32-0)}.stepperButton__0c9bdd61.sm__1c33ce53{height:28px;width:28px}.stepperButton__0c9bdd61.md__bd178f50{height:40px;width:40px}.stepperButton__0c9bdd61.lg__bdb3df4f{height:56px;width:56px}@media(max-width:767px){.stepperButtonWrapper__358e68e1{display:none}}.suggestFieldMobileBody__19e858d7{height:176px}.suggestFieldMobileDropdownHint__65b4bbb3{padding:16px}.noColumns__b991a8b0{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__b991a8b0>.content__bbf134d2{width:456px;text-align:center}.filterPanel__626ff193{padding:8px 0 24px;border-radius:8px 8px 0 0}.chipPanelLinks__9f832d65{display:flex;height:28px;z-index:1;margin-left:auto}.chipPanelLinks__9f832d65>a:not(:first-child){margin-left:16px}.chipPanel__cc96d0c3{display:flex;justify-content:space-between}@keyframes fadeIn__26b1e68b{0%{opacity:0}to{opacity:1}}.tableBasic__b02d7088{position:relative}.tableBasic__b02d7088 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__b02d7088 table th.alignLeft__48cfdd38,.tableBasic__b02d7088 table td.alignLeft__48cfdd38{text-align:left}.tableBasic__b02d7088 table th.alignRight__bf4144c2,.tableBasic__b02d7088 table td.alignRight__bf4144c2{text-align:right}.tableBasic__b02d7088 table th.alignCenter__2db63e91,.tableBasic__b02d7088 table td.alignCenter__2db63e91{text-align:center}.tableBasic__b02d7088 table th.verticalAlignBaseline__a583a384,.tableBasic__b02d7088 table td.verticalAlignBaseline__a583a384{vertical-align:baseline}.tableBasic__b02d7088 table th.verticalAlignSub__d47ad4bb,.tableBasic__b02d7088 table td.verticalAlignSub__d47ad4bb{vertical-align:sub}.tableBasic__b02d7088 table th.verticalAlignSuper__1afa2976,.tableBasic__b02d7088 table td.verticalAlignSuper__1afa2976{vertical-align:super}.tableBasic__b02d7088 table th.verticalAlignTextTop__2e478596,.tableBasic__b02d7088 table td.verticalAlignTextTop__2e478596{vertical-align:text-top}.tableBasic__b02d7088 table th.verticalAlignTextBottom__f660a5d3,.tableBasic__b02d7088 table td.verticalAlignTextBottom__f660a5d3{vertical-align:text-bottom}.tableBasic__b02d7088 table th.verticalAlignMiddle__7e76f539,.tableBasic__b02d7088 table td.verticalAlignMiddle__7e76f539{vertical-align:middle}.tableBasic__b02d7088 table th.verticalAlignTop__86f11537,.tableBasic__b02d7088 table td.verticalAlignTop__86f11537{vertical-align:top}.tableBasic__b02d7088 table th.verticalAlignBottom__a139aa05,.tableBasic__b02d7088 table td.verticalAlignBottom__a139aa05{vertical-align:bottom}.tableBasic__b02d7088 table>thead>tr{height:48px}.tableBasic__b02d7088 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-32-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-32-0)}.tableBasic__b02d7088 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__b02d7088 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__b02d7088 table>thead>tr>th.checkboxType__bc6eae58{padding:16px 12px}.tableBasic__b02d7088 table>thead>tr>th .thBlock__580b2dac{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__b02d7088 table>thead>tr>th .thBlock__580b2dac.order__6f6441ba{cursor:pointer}.tableBasic__b02d7088 table>thead>tr>th .thBlock__580b2dac.order__6f6441ba .orderButton__e07c00a3{display:flex;visibility:hidden;align-items:center}.tableBasic__b02d7088 table>thead>tr>th .thBlock__580b2dac.order__6f6441ba .orderButton__e07c00a3.alignLeft__48cfdd38{margin-right:8px}.tableBasic__b02d7088 table>thead>tr>th .thBlock__580b2dac.order__6f6441ba .orderButton__e07c00a3.alignRight__bf4144c2{margin-left:8px}.tableBasic__b02d7088 table>thead>tr>th .thBlock__580b2dac.order__6f6441ba .orderButton__e07c00a3.sorted__9f9ac801{visibility:visible}.tableBasic__b02d7088 table>thead>tr>th .thBlock__580b2dac.order__6f6441ba:hover .orderButton__e07c00a3{visibility:visible}.tableBasic__b02d7088 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-32-0)}.tableBasic__b02d7088 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__b02d7088 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__b02d7088 table>tbody>tr>td.textType__ddaab6a6{padding:12px}.tableBasic__b02d7088 table>tbody>tr>td.componentsType__9754afb4{padding:8px 12px}.tableBasic__b02d7088 table>tbody>tr>td.checkboxType__bc6eae58{padding:10px 12px 12px}.tableBasic__b02d7088 table>tbody>tr.selected__a6ddb740>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-32-0)}.tableBasic__b02d7088 table>tbody.clickable__a8a29388>tr{cursor:pointer}.tableBasic__b02d7088 table>tbody.hoverable__3cd308b1>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-32-0)}.tableBasic__b02d7088 .footerEmptyData__e8b055f7{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__b02d7088 .spinnerWrapper__234862e4{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__b02d7088 .spinnerWrapper__234862e4 .tableLoaderScreen__ccb9529e{border-radius:8px 8px 0 0}.tableBasic__b02d7088 .overlayCover__7ffe889a{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-32-0);animation:fadeIn__26b1e68b .3s}.tableBasicSettingsBody__a89f51dc{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__cda27a8d{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-32-0)!important}.columnSettingsSortableListItemTarget__cda27a8d:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-32-0)!important}.columnSettingsSortableListItemTarget__cda27a8d.dragging__65224fe0{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-32-0)!important}.columnSettingsStaticListItem__299f9254{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-32-0)}.tableBasicSettingsFooter__34acf090{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-32-0);padding:11px 12px 12px}.tableBasicSettingsHeader__bf96d4e3{padding:16px 12px 12px}.tableSettingsLink__71c7567d{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__cf008980{width:320px}.tableFooterWrapper__f3eb9058{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__f3eb9058 .tableFooterShadow__3d9c42d0{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-32-0);pointer-events:none}.tableFooterWrapper__f3eb9058 .tableFooter__ef0d1550{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-32-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__f3eb9058 .tableFooter__ef0d1550 .tableFooterSummary__9c9cbd0d{display:flex;align-items:center}.tableFooterWrapper__f3eb9058 .tableFooter__ef0d1550 .tableFooterSummary__9c9cbd0d .tableFooterSummarySelectedCount__288827a8,.tableFooterWrapper__f3eb9058 .tableFooter__ef0d1550 .tableFooterSummary__9c9cbd0d .tableFooterSummarySelectAllButton__e802c69e,.tableFooterWrapper__f3eb9058 .tableFooter__ef0d1550 .tableFooterSummary__9c9cbd0d .tableFooterSummaryAmount__b3c543ba{display:inline-flex}.tableFooterWrapper__f3eb9058 .tableFooter__ef0d1550 .tableFooterSummary__9c9cbd0d .tableFooterSummarySelectedCount__288827a8,.tableFooterWrapper__f3eb9058 .tableFooter__ef0d1550 .tableFooterSummary__9c9cbd0d .tableFooterSummarySelectAllButton__e802c69e,.tableFooterWrapper__f3eb9058 .tableFooter__ef0d1550 .tableFooterSummary__9c9cbd0d .tableFooterSummaryAmount__b3c543ba,.tableFooterWrapper__f3eb9058 .tableFooter__ef0d1550 .tableFooterSummary__9c9cbd0d .tableFooterSummaryLabel__2efc08e3{margin-left:24px}@media(max-width:767px){.tableFooterWrapper__f3eb9058{height:112px}}.paginationPanel__8140fbc6{margin-top:16px}.masterTable__b30991d3,.tabsExtended__59f086a7{position:relative}.tabsExtendedContent__7130c6c0{display:inline-flex}.tabsExtendedContent__7130c6c0.sm__94e58f6d{border-radius:6px;padding:4px}.tabsExtendedContent__7130c6c0.md__5ccf2de4{border-radius:8px;padding:4px}.tabsExtendedContent__7130c6c0.lg__9544f845{border-radius:10px;padding:8px}.tabsExtendedTab__11ae93fa{display:flex}.tabsExtendedTab__11ae93fa+.tabsExtendedTab__11ae93fa,.tabsExtendedDropdown__5c3196cc{margin-left:4px}.tabsReal__684259f6,.tabsFake__ca3bcdc7{display:flex;box-sizing:border-box;width:100%}.tabsReal__684259f6.hidden__506a0536{visibility:hidden}.tabsReal__684259f6 .tabsExtendedTab__11ae93fa.hidden__506a0536{display:none}.tabsFake__ca3bcdc7{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__8cd664ce .tabsExtendedContent__7130c6c0{background-color:var(--triplex-next-Tabs-Type1_Background-1-32-0)}.type2__83976beb .tabsExtendedContent__7130c6c0{background-color:var(--triplex-next-Tabs-Type2_Background-1-32-0)}.tabsExtendedTabButton__baaee79f{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-32-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__baaee79f .notificationIcon__a1793d83{position:absolute}.tabsExtendedTabButton__baaee79f.lg__9544f845{border-radius:6px;padding:9px 16px}.tabsExtendedTabButton__baaee79f.lg__9544f845 .notificationIcon__a1793d83{right:6px;top:6px}.tabsExtendedTabButton__baaee79f.md__5ccf2de4{border-radius:4px;padding:5px 16px}.tabsExtendedTabButton__baaee79f.md__5ccf2de4 .notificationIcon__a1793d83{right:4px;top:4px}.tabsExtendedTabButton__baaee79f.sm__94e58f6d{border-radius:4px;padding:1px 16px}.tabsExtendedTabButton__baaee79f.sm__94e58f6d .notificationIcon__a1793d83{right:3px;top:3px}.tabsExtendedTabButton__baaee79f .tabsExtendedTabButtonTextDefault__529aa5d3{display:block}.tabsExtendedTabButton__baaee79f .tabsExtendedTabButtonTextHover__e0f14fa5,.tabsExtendedTabButton__baaee79f:hover .tabsExtendedTabButtonTextDefault__529aa5d3,.tabsExtendedTabButton__baaee79f.selected__ed7069b2 .tabsExtendedTabButtonTextDefault__529aa5d3{display:none}.tabsExtendedTabButton__baaee79f:hover .tabsExtendedTabButtonTextHover__e0f14fa5,.tabsExtendedTabButton__baaee79f.selected__ed7069b2 .tabsExtendedTabButtonTextHover__e0f14fa5{display:block}.tabsExtendedTabButton__baaee79f::-moz-focus-inner{border:none}.tabsExtendedTabButton__baaee79f+.tabsExtendedTabButton__baaee79f{margin-left:2px}.tabsExtendedTabButton__baaee79f:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-32-0)}.tabsExtendedTabButton__baaee79f.type1__8cd664ce{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-32-0)}.tabsExtendedTabButton__baaee79f.type1__8cd664ce.selected__ed7069b2{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-32-0)}.tabsExtendedTabButton__baaee79f.type1__8cd664ce:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-32-0)}.tabsExtendedTabButton__baaee79f.type2__83976beb{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-32-0)}.tabsExtendedTabButton__baaee79f.type2__83976beb.selected__ed7069b2{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-32-0)}.tabsExtendedTabButton__baaee79f.type2__83976beb:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-32-0)}.tabsContent__ec584d52 .tabButtonDropdown__9b2d0fe1{justify-content:center;padding:0!important}.tabsContent__ec584d52 .tabButtonDropdown__9b2d0fe1.sm__c1cb5183{min-width:20px;min-height:20px;height:20px}.tabsContent__ec584d52 .tabButtonDropdown__9b2d0fe1.md__bb1222d4{min-width:32px;min-height:32px;height:32px}.tabsContent__ec584d52 .tabButtonDropdown__9b2d0fe1.lg__2f5a64d5{min-width:40px;min-height:40px;height:40px}.tag__ae45340f{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-32-0);border-radius:4px;gap:2px}.tag__ae45340f.sm__1938a49f{height:20px;padding:2px 4px 2px 6px}.tag__ae45340f.md__5f9e4afc{height:28px;padding:4px 6px 4px 8px}.tag__ae45340f.lg__f383b39b{height:32px;padding:6px 8px 6px 10px}.content__7c9af774{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagColor__8e3091b3{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__8e3091b3.sm__47f81917{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__8e3091b3.md__23666b36{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__8e3091b3.lg__08d0d864{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__8e3091b3.default__0e1a9832{background:var(--triplex-next-TagColor-Background_Default-1-32-0)}.tagColor__8e3091b3.success__67a0ec01{background:var(--triplex-next-TagColor-Background_Success-1-32-0)}.tagColor__8e3091b3.info__172405a3{background:var(--triplex-next-TagColor-Background_Info-1-32-0)}.tagColor__8e3091b3.warning__979fce21{background:var(--triplex-next-TagColor-Background_Warning-1-32-0)}.tagColor__8e3091b3.error__f5ca13a0{background:var(--triplex-next-TagColor-Background_Error-1-32-0)}.content__078daeeb{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-32-0)}.tagGroup__7dafdfd7.sm__47572636{margin:-2px}.tagGroup__7dafdfd7.sm__47572636>*{margin:2px}.tagGroup__7dafdfd7.md__60de2bf4{margin:-4px}.tagGroup__7dafdfd7.md__60de2bf4>*{margin:4px}.tagGroup__7dafdfd7.lg__530f97c6{margin:-6px}.tagGroup__7dafdfd7.lg__530f97c6>*{margin:6px}.uploadZone__3486665f{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-32-0)}.uploadZone__3486665f:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-32-0)}.uploadZoneDragArea__6590687e{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-32-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__0ef1bddc{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-32-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-32-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-32-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__52da402b{display:none}@media(max-width:767px){.uploadZone__3486665f,.uploadZone__3486665f:hover{background:none}.uploadZoneDragArea__6590687e{display:none}}
1
+ html {--triplex-next-ColorBrand-0-1-34-0: #1F3336;
2
+ --triplex-next-ColorBrand-10-1-34-0: #0B3A3C;
3
+ --triplex-next-ColorBrand-20-1-34-0: #006063;
4
+ --triplex-next-ColorBrand-30-1-34-0: #007777;
5
+ --triplex-next-ColorBrand-40-1-34-0: #008985;
6
+ --triplex-next-ColorBrand-50-1-34-0: #21A19A;
7
+ --triplex-next-ColorBrand-60-1-34-0: #19BDB0;
8
+ --triplex-next-ColorBrand-70-1-34-0: #4BD9CF;
9
+ --triplex-next-ColorBrand-80-1-34-0: #71ECDC;
10
+ --triplex-next-ColorBrand-90-1-34-0: #A8F5E9;
11
+ --triplex-next-ColorBrand-95-1-34-0: #C5FAF1;
12
+ --triplex-next-ColorBrand-100-1-34-0: #E3FFFA;
13
+ --triplex-next-ColorDarkNeutralAlpha-0-1-34-0: rgba(31, 31, 34, 1);
14
+ --triplex-next-ColorDarkNeutralAlpha-10-1-34-0: rgba(31, 31, 34, .95);
15
+ --triplex-next-ColorDarkNeutralAlpha-20-1-34-0: rgba(31, 31, 34, .85);
16
+ --triplex-next-ColorDarkNeutralAlpha-30-1-34-0: rgba(31, 31, 34, .75);
17
+ --triplex-next-ColorDarkNeutralAlpha-40-1-34-0: rgba(31, 31, 34, .65);
18
+ --triplex-next-ColorDarkNeutralAlpha-50-1-34-0: rgba(31, 31, 34, .55);
19
+ --triplex-next-ColorDarkNeutralAlpha-60-1-34-0: rgba(31, 31, 34, .45);
20
+ --triplex-next-ColorDarkNeutralAlpha-70-1-34-0: rgba(31, 31, 34, .35);
21
+ --triplex-next-ColorDarkNeutralAlpha-80-1-34-0: rgba(31, 31, 34, .25);
22
+ --triplex-next-ColorDarkNeutralAlpha-90-1-34-0: rgba(31, 31, 34, .15);
23
+ --triplex-next-ColorDarkNeutralAlpha-100-1-34-0: rgba(31, 31, 34, .05);
24
+ --triplex-next-ColorDarkNeutral-0-1-34-0: #000000;
25
+ --triplex-next-ColorDarkNeutral-10-1-34-0: #171719;
26
+ --triplex-next-ColorDarkNeutral-20-1-34-0: #1B1B1D;
27
+ --triplex-next-ColorDarkNeutral-30-1-34-0: #1F1F22;
28
+ --triplex-next-ColorDarkNeutral-40-1-34-0: #262629;
29
+ --triplex-next-ColorDarkNeutral-50-1-34-0: #2D2D30;
30
+ --triplex-next-ColorDarkNeutral-60-1-34-0: #343437;
31
+ --triplex-next-ColorDarkNeutral-70-1-34-0: #3B3B3E;
32
+ --triplex-next-ColorDarkNeutral-80-1-34-0: #424245;
33
+ --triplex-next-ColorDarkNeutral-90-1-34-0: #49494C;
34
+ --triplex-next-ColorDarkNeutral-100-1-34-0: #4F4F52;
35
+ --triplex-next-ColorError-0-1-34-0: #443139;
36
+ --triplex-next-ColorError-10-1-34-0: #4E3741;
37
+ --triplex-next-ColorError-20-1-34-0: #A90024;
38
+ --triplex-next-ColorError-30-1-34-0: #BD002C;
39
+ --triplex-next-ColorError-40-1-34-0: #D10032;
40
+ --triplex-next-ColorError-50-1-34-0: #E60037;
41
+ --triplex-next-ColorError-60-1-34-0: #F80C45;
42
+ --triplex-next-ColorError-70-1-34-0: #FF5571;
43
+ --triplex-next-ColorError-80-1-34-0: #FFB1C1;
44
+ --triplex-next-ColorError-90-1-34-0: #FCE0E6;
45
+ --triplex-next-ColorError-100-1-34-0: #FFF0F3;
46
+ --triplex-next-ColorInfo-0-1-34-0: #313749;
47
+ --triplex-next-ColorInfo-10-1-34-0: #2E3A52;
48
+ --triplex-next-ColorInfo-20-1-34-0: #0A43B0;
49
+ --triplex-next-ColorInfo-30-1-34-0: #124FC2;
50
+ --triplex-next-ColorInfo-40-1-34-0: #0E57CC;
51
+ --triplex-next-ColorInfo-50-1-34-0: #1371E4;
52
+ --triplex-next-ColorInfo-60-1-34-0: #1297FE;
53
+ --triplex-next-ColorInfo-70-1-34-0: #66BEFF;
54
+ --triplex-next-ColorInfo-80-1-34-0: #8DD2FF;
55
+ --triplex-next-ColorInfo-90-1-34-0: #B8E6FF;
56
+ --triplex-next-ColorInfo-100-1-34-0: #E3F6FF;
57
+ --triplex-next-ColorNeutralAlpha-0-1-34-0: rgba(255, 255, 255, 1);
58
+ --triplex-next-ColorNeutralAlpha-10-1-34-0: rgba(255, 255, 255, .95);
59
+ --triplex-next-ColorNeutralAlpha-20-1-34-0: rgba(255, 255, 255, .85);
60
+ --triplex-next-ColorNeutralAlpha-30-1-34-0: rgba(255, 255, 255, .75);
61
+ --triplex-next-ColorNeutralAlpha-40-1-34-0: rgba(255, 255, 255, .65);
62
+ --triplex-next-ColorNeutralAlpha-50-1-34-0: rgba(255, 255, 255, .55);
63
+ --triplex-next-ColorNeutralAlpha-60-1-34-0: rgba(255, 255, 255, .45);
64
+ --triplex-next-ColorNeutralAlpha-70-1-34-0: rgba(255, 255, 255, .35);
65
+ --triplex-next-ColorNeutralAlpha-80-1-34-0: rgba(255, 255, 255, .25);
66
+ --triplex-next-ColorNeutralAlpha-90-1-34-0: rgba(255, 255, 255, .15);
67
+ --triplex-next-ColorNeutralAlpha-100-1-34-0: rgba(255, 255, 255, .05);
68
+ --triplex-next-ColorNeutral-0-1-34-0: #CBCFD7;
69
+ --triplex-next-ColorNeutral-10-1-34-0: #D1D4DC;
70
+ --triplex-next-ColorNeutral-20-1-34-0: #D6D9E0;
71
+ --triplex-next-ColorNeutral-30-1-34-0: #DCDFE4;
72
+ --triplex-next-ColorNeutral-40-1-34-0: #DFE2E7;
73
+ --triplex-next-ColorNeutral-50-1-34-0: #E3E6EA;
74
+ --triplex-next-ColorNeutral-60-1-34-0: #E7E9EE;
75
+ --triplex-next-ColorNeutral-70-1-34-0: #EAEDF1;
76
+ --triplex-next-ColorNeutral-80-1-34-0: #EEF0F4;
77
+ --triplex-next-ColorNeutral-90-1-34-0: #F2F4F7;
78
+ --triplex-next-ColorNeutral-100-1-34-0: #FFFFFF;
79
+ --triplex-next-ColorSuccess-0-1-34-0: #28433E;
80
+ --triplex-next-ColorSuccess-10-1-34-0: #2A4C45;
81
+ --triplex-next-ColorSuccess-20-1-34-0: #00624C;
82
+ --triplex-next-ColorSuccess-30-1-34-0: #007353;
83
+ --triplex-next-ColorSuccess-40-1-34-0: #008B5C;
84
+ --triplex-next-ColorSuccess-50-1-34-0: #00C075;
85
+ --triplex-next-ColorSuccess-60-1-34-0: #00D67D;
86
+ --triplex-next-ColorSuccess-70-1-34-0: #3AF299;
87
+ --triplex-next-ColorSuccess-80-1-34-0: #8AFFB8;
88
+ --triplex-next-ColorSuccess-90-1-34-0: #B8FFD4;
89
+ --triplex-next-ColorSuccess-100-1-34-0: #E1FFEB;
90
+ --triplex-next-ColorSystem-0-1-34-0: #373C49;
91
+ --triplex-next-ColorSystem-10-1-34-0: #384156;
92
+ --triplex-next-ColorSystem-20-1-34-0: #47526D;
93
+ --triplex-next-ColorSystem-30-1-34-0: #57637F;
94
+ --triplex-next-ColorSystem-40-1-34-0: #697591;
95
+ --triplex-next-ColorSystem-50-1-34-0: #8291B3;
96
+ --triplex-next-ColorSystem-60-1-34-0: #95A3C1;
97
+ --triplex-next-ColorSystem-70-1-34-0: #A9B6D0;
98
+ --triplex-next-ColorSystem-80-1-34-0: #BFCADF;
99
+ --triplex-next-ColorSystem-90-1-34-0: #D6DEED;
100
+ --triplex-next-ColorSystem-95-1-34-0: #E0E8F4;
101
+ --triplex-next-ColorSystem-100-1-34-0: #EEF3FC;
102
+ --triplex-next-ColorWarning-0-1-34-0: #463734;
103
+ --triplex-next-ColorWarning-10-1-34-0: #4F3E3B;
104
+ --triplex-next-ColorWarning-20-1-34-0: #E03400;
105
+ --triplex-next-ColorWarning-30-1-34-0: #E63D00;
106
+ --triplex-next-ColorWarning-40-1-34-0: #EF4C01;
107
+ --triplex-next-ColorWarning-50-1-34-0: #FD6508;
108
+ --triplex-next-ColorWarning-60-1-34-0: #FF7A17;
109
+ --triplex-next-ColorWarning-70-1-34-0: #FFB13B;
110
+ --triplex-next-ColorWarning-80-1-34-0: #FFD169;
111
+ --triplex-next-ColorWarning-90-1-34-0: #FCEAC7;
112
+ --triplex-next-ColorWarning-100-1-34-0: #FFF4DB;
113
+ --triplex-next-AlertContext-Error_Color-1-34-0: #D10032;
114
+ --triplex-next-AlertContext-Info_Color-1-34-0: rgba(31, 31, 34, 1);
115
+ --triplex-next-AlertContext-System_Color-1-34-0: rgba(31, 31, 34, 1);
116
+ --triplex-next-AlertContext-Warning_Color-1-34-0: rgba(31, 31, 34, 1);
117
+ --triplex-next-AlertProcess-Info_Background-1-34-0: #E3F6FF;
118
+ --triplex-next-AlertProcess-Warning_Background-1-34-0: #FFF4DB;
119
+ --triplex-next-AlertProcess-Error_Background-1-34-0: #FFF0F3;
120
+ --triplex-next-AlertProcess-System_Background-1-34-0: #E0E8F4;
121
+ --triplex-next-AlertProcess-Feature_Background-1-34-0: #E3FFFA;
122
+ --triplex-next-Avatar-Background-1-34-0: #E3E6EA;
123
+ --triplex-next-Badge-Background-1-34-0: #FFB13B;
124
+ --triplex-next-Button-General_Background_Active-1-34-0: #007777;
125
+ --triplex-next-Button-General_Background_Default-1-34-0: #21A19A;
126
+ --triplex-next-Button-General_Background_Disabled-1-34-0: #F2F4F7;
127
+ --triplex-next-Button-General_Background_Hover-1-34-0: #19BDB0;
128
+ --triplex-next-Button-General_Color_Active-1-34-0: rgba(255, 255, 255, 1);
129
+ --triplex-next-Button-General_Color_Default-1-34-0: rgba(255, 255, 255, 1);
130
+ --triplex-next-Button-General_Color_Disabled-1-34-0: rgba(31, 31, 34, .35);
131
+ --triplex-next-Button-General_Color_Hover-1-34-0: rgba(255, 255, 255, 1);
132
+ --triplex-next-Button-General_Shadow_Focus-1-34-0: 0 0 0 1px #FFD169 inset;
133
+ --triplex-next-Button-Secondary_Background_Active-1-34-0: #DCDFE4;
134
+ --triplex-next-Button-Secondary_Background_Default-1-34-0: #F2F4F7;
135
+ --triplex-next-Button-Secondary_Background_Disabled-1-34-0: #F2F4F7;
136
+ --triplex-next-Button-Secondary_Background_Hover-1-34-0: #EAEDF1;
137
+ --triplex-next-Button-Secondary_Color_Active-1-34-0: #007777;
138
+ --triplex-next-Button-Secondary_Color_Default-1-34-0: #008985;
139
+ --triplex-next-Button-Secondary_Color_Disabled-1-34-0: rgba(31, 31, 34, .35);
140
+ --triplex-next-Button-Secondary_Color_Hover-1-34-0: #21A19A;
141
+ --triplex-next-Button-Secondary_Shadow_Focus-1-34-0: 0 0 0 1px #FFD169 inset;
142
+ --triplex-next-Button-SecondaryLight_Background_Active-1-34-0: #DCDFE4;
143
+ --triplex-next-Button-SecondaryLight_Background_Default-1-34-0: #FFFFFF;
144
+ --triplex-next-Button-SecondaryLight_Background_Disabled-1-34-0: #F2F4F7;
145
+ --triplex-next-Button-SecondaryLight_Background_Hover-1-34-0: #EEF0F4;
146
+ --triplex-next-Button-SecondaryLight_Color_Active-1-34-0: #007777;
147
+ --triplex-next-Button-SecondaryLight_Color_Default-1-34-0: #008985;
148
+ --triplex-next-Button-SecondaryLight_Color_Disabled-1-34-0: rgba(31, 31, 34, .35);
149
+ --triplex-next-Button-SecondaryLight_Color_Hover-1-34-0: #21A19A;
150
+ --triplex-next-Button-SecondaryLight_Shadow_Focus-1-34-0: 0 0 0 1px #FFD169 inset;
151
+ --triplex-next-Button-Danger_Background_Active-1-34-0: #BD002C;
152
+ --triplex-next-Button-Danger_Background_Default-1-34-0: #E60037;
153
+ --triplex-next-Button-Danger_Background_Disabled-1-34-0: #F2F4F7;
154
+ --triplex-next-Button-Danger_Background_Hover-1-34-0: #F80C45;
155
+ --triplex-next-Button-Danger_Color_Active-1-34-0: rgba(255, 255, 255, 1);
156
+ --triplex-next-Button-Danger_Color_Default-1-34-0: rgba(255, 255, 255, 1);
157
+ --triplex-next-Button-Danger_Color_Disabled-1-34-0: rgba(31, 31, 34, .35);
158
+ --triplex-next-Button-Danger_Color_Hover-1-34-0: rgba(255, 255, 255, 1);
159
+ --triplex-next-Button-Danger_Shadow_Focus-1-34-0: 0 0 0 1px #FFD169 inset;
160
+ --triplex-next-Button-Icon_Shadow_Focus-1-34-0: 0 0 0 1px #FFD169;
161
+ --triplex-next-Button-Link_Color_Active-1-34-0: #007777;
162
+ --triplex-next-Button-Link_Color_Default-1-34-0: #008985;
163
+ --triplex-next-Button-Link_Color_Disabled-1-34-0: rgba(31, 31, 34, .35);
164
+ --triplex-next-Button-Link_Color_Hover-1-34-0: #21A19A;
165
+ --triplex-next-Button-Link_Shadow_Focus-1-34-0: 0 0 0 1px #FFD169 inset;
166
+ --triplex-next-Calendar-Background-1-34-0: #FFFFFF;
167
+ --triplex-next-Calendar-View_Header_Color-1-34-0: rgba(31, 31, 34, .55);
168
+ --triplex-next-Calendar-View_Item_Background_Default-1-34-0: none;
169
+ --triplex-next-Calendar-View_Item_Background_Hover-1-34-0: #19BDB0;
170
+ --triplex-next-Calendar-View_Item_Background_Selected_Default-1-34-0: #21A19A;
171
+ --triplex-next-Calendar-View_Item_Background_Selected_Hover-1-34-0: #007777;
172
+ --triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-34-0: #E3FFFA;
173
+ --triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-34-0: #A8F5E9;
174
+ --triplex-next-Calendar-View_Item_BorderColor_Default-1-34-0: transparent;
175
+ --triplex-next-Calendar-View_Item_BorderColor_Focus-1-34-0: #FFD169;
176
+ --triplex-next-Calendar-View_Item_Color_Default-1-34-0: rgba(31, 31, 34, 1);
177
+ --triplex-next-Calendar-View_Item_Color_Hover-1-34-0: rgba(255, 255, 255, 1);
178
+ --triplex-next-Calendar-View_Item_Color_Disabled-1-34-0: rgba(31, 31, 34, .35);
179
+ --triplex-next-Calendar-View_Item_Color_Muted-1-34-0: rgba(31, 31, 34, .35);
180
+ --triplex-next-Calendar-View_Item_Color_Selected-1-34-0: rgba(255, 255, 255, 1);
181
+ --triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-34-0: rgba(31, 31, 34, .35);
182
+ --triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-34-0: rgba(31, 31, 34, .35);
183
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-34-0: rgba(31, 31, 34, .35);
184
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-34-0: rgba(31, 31, 34, .35);
185
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-34-0: rgba(31, 31, 34, .35);
186
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-34-0: #00C075;
187
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-34-0: #00C075;
188
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-34-0: #00C075;
189
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-34-0: #FD6508;
190
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-34-0: #FD6508;
191
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-34-0: #FD6508;
192
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-34-0: #E60037;
193
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-34-0: #E60037;
194
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-34-0: #E60037;
195
+ --triplex-next-Card-Static_General_Background-1-34-0: #FFFFFF;
196
+ --triplex-next-Card-Static_Secondary_Background-1-34-0: #F2F4F7;
197
+ --triplex-next-Card-Action_General_Background-1-34-0: #FFFFFF;
198
+ --triplex-next-Card-Action_General_Background_Hover-1-34-0: #FFFFFF;
199
+ --triplex-next-Card-Action_General_Background_Selected-1-34-0: #F2F4F7;
200
+ --triplex-next-Card-Action_General_Background_Selected_Hover-1-34-0: #F2F4F7;
201
+ --triplex-next-Card-Action_Secondary_Background-1-34-0: #F2F4F7;
202
+ --triplex-next-Card-Action_Secondary_Background_Hover-1-34-0: #EAEDF1;
203
+ --triplex-next-Card-Action_Secondary_Background_Selected-1-34-0: #E3E6EA;
204
+ --triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-34-0: #DCDFE4;
205
+ --triplex-next-Card-Shadow_Default-1-34-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
206
+ --triplex-next-Card-Shadow_Focus-1-34-0: inset 0 0 0 1px #FFD169;
207
+ --triplex-next-Card-Shadow_Hover-1-34-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
208
+ --triplex-next-Card-Shadow_Selected-1-34-0: inset 0 0 0 1px #21A19A;
209
+ --triplex-next-Card-Shadow_Selected_Hover-1-34-0: inset 0 0 0 1px #19BDB0;
210
+ --triplex-next-Checkbox-Background_Checked_Default-1-34-0: #21A19A;
211
+ --triplex-next-Checkbox-Background_Checked_Disabled-1-34-0: #EAEDF1;
212
+ --triplex-next-Checkbox-Background_Checked_Hover-1-34-0: #007777;
213
+ --triplex-next-Checkbox-Background_Default-1-34-0: #F2F4F7;
214
+ --triplex-next-Checkbox-Background_Disabled-1-34-0: #F2F4F7;
215
+ --triplex-next-Checkbox-Background_Hover-1-34-0: #19BDB0;
216
+ --triplex-next-Checkbox-BorderColor_Default-1-34-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
217
+ --triplex-next-Checkbox-BorderColor_Disabled-1-34-0: 0 0 0 1px #E3E6EA inset;
218
+ --triplex-next-Checkbox-BorderColor_Focus-1-34-0: 0 0 0 1px #FFD169 inset;
219
+ --triplex-next-Checkbox-BorderColor_Hover-1-34-0: none;
220
+ --triplex-next-Checkbox-BorderColor_Checked_Default-1-34-0: none;
221
+ --triplex-next-Checkbox-BorderColor_Checked_Disabled-1-34-0: none;
222
+ --triplex-next-Checkbox-Checkmark_Fill_Default-1-34-0: rgba(255, 255, 255, 1);
223
+ --triplex-next-Checkbox-Checkmark_Fill_Disabled-1-34-0: rgba(31, 31, 34, .15);
224
+ --triplex-next-Chip-Background_Active-1-34-0: #DFE2E7;
225
+ --triplex-next-Chip-Background_Disabled-1-34-0: #F2F4F7;
226
+ --triplex-next-Chip-Background_Type1_Default-1-34-0: #F2F4F7;
227
+ --triplex-next-Chip-Background_Type1_Hover-1-34-0: #EAEDF1;
228
+ --triplex-next-Chip-Background_Type2_Default-1-34-0: #FFFFFF;
229
+ --triplex-next-Chip-Background_Type2_Hover-1-34-0: #EEF0F4;
230
+ --triplex-next-Chip-Background_Selected_Active-1-34-0: #4F4F52;
231
+ --triplex-next-Chip-Background_Selected_Default-1-34-0: #3B3B3E;
232
+ --triplex-next-Chip-Background_Selected_Disabled-1-34-0: #343437;
233
+ --triplex-next-Chip-Background_Selected_Hover-1-34-0: #49494C;
234
+ --triplex-next-Chip-Color_Active-1-34-0: rgba(31, 31, 34, 1);
235
+ --triplex-next-Chip-Color_Default-1-34-0: rgba(31, 31, 34, 1);
236
+ --triplex-next-Chip-Color_Disabled-1-34-0: rgba(31, 31, 34, .35);
237
+ --triplex-next-Chip-Color_Hover-1-34-0: rgba(31, 31, 34, 1);
238
+ --triplex-next-Chip-Color_Selected_Active-1-34-0: rgba(255, 255, 255, 1);
239
+ --triplex-next-Chip-Color_Selected_Default-1-34-0: rgba(255, 255, 255, 1);
240
+ --triplex-next-Chip-Color_Selected_Disabled-1-34-0: rgba(255, 255, 255, .25);
241
+ --triplex-next-Chip-Color_Selected_Hover-1-34-0: rgba(255, 255, 255, 1);
242
+ --triplex-next-Chip-Shadow_Focus-1-34-0: 0 0 0 1px #FFD169 inset;
243
+ --triplex-next-CollapsibleTree-Header_Background_Hover-1-34-0: #E3E6EA;
244
+ --triplex-next-CollapsibleTree-Header_Shadow_Focus-1-34-0: 0 0 0 1px #FFD169 inset;
245
+ --triplex-next-Divider-Background-1-34-0: #D6D9E0;
246
+ --triplex-next-Dropdown-Background-1-34-0: #FFFFFF;
247
+ --triplex-next-Dropdown-Shadow-1-34-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
248
+ --triplex-next-DropdownList-Background_Active-1-34-0: #EAEDF1;
249
+ --triplex-next-DropdownList-Background_Default-1-34-0: none;
250
+ --triplex-next-DropdownList-Background_Selected-1-34-0: #DCDFE4;
251
+ --triplex-next-DropdownList-Color-1-34-0: rgba(31, 31, 34, 1);
252
+ --triplex-next-DropdownMobile-Backdrop-1-34-0: rgba(31, 31, 34, .65);
253
+ --triplex-next-DropdownMobile-Border_Color-1-34-0: #D6D9E0;
254
+ --triplex-next-DropdownMobile-Content_Background-1-34-0: #FFFFFF;
255
+ --triplex-next-DropdownMobile-Footer_Background-1-34-0: #FFFFFF;
256
+ --triplex-next-DropdownMobile-Header_Background-1-34-0: #F2F4F7;
257
+ --triplex-next-DropdownMobileList-Active_Background-1-34-0: #EAEDF1;
258
+ --triplex-next-DropdownMobileList-Selected_Background-1-34-0: #DCDFE4;
259
+ --triplex-next-FooterPage-StickyShadow-1-34-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
260
+ --triplex-next-FormField-Background_Active-1-34-0: #F2F4F7;
261
+ --triplex-next-FormField-Background_Default-1-34-0: #F2F4F7;
262
+ --triplex-next-FormField-Background_Disabled-1-34-0: #F2F4F7;
263
+ --triplex-next-FormField-Background_Error-1-34-0: #FFF0F3;
264
+ --triplex-next-FormField-Background_Error_Hover-1-34-0: #FCE0E6;
265
+ --triplex-next-FormField-Background_Hover-1-34-0: #EAEDF1;
266
+ --triplex-next-FormField-Background_Warning-1-34-0: #FFF4DB;
267
+ --triplex-next-FormField-Background_Warning_Hover-1-34-0: #FCEAC7;
268
+ --triplex-next-FormField-Input_Color_Default-1-34-0: rgba(31, 31, 34, 1);
269
+ --triplex-next-FormField-Input_Color_Disabled-1-34-0: rgba(31, 31, 34, .35);
270
+ --triplex-next-FormField-Target_Color_Default-1-34-0: rgba(31, 31, 34, 1);
271
+ --triplex-next-FormField-Target_Color_Disabled-1-34-0: rgba(31, 31, 34, .45);
272
+ --triplex-next-FormField-Target_PlaceholderColor_Default-1-34-0: rgba(31, 31, 34, .65);
273
+ --triplex-next-FormField-Label_Color_Default-1-34-0: rgba(31, 31, 34, .65);
274
+ --triplex-next-FormField-Label_Color_Disabled-1-34-0: rgba(31, 31, 34, .35);
275
+ --triplex-next-FormField-Shadow_Active-1-34-0: 0 0 0 1px #21A19A inset;
276
+ --triplex-next-FormField-Shadow_Default-1-34-0: none;
277
+ --triplex-next-FormField-Shadow_Error_Active-1-34-0: 0 0 0 1px #E60037 inset;
278
+ --triplex-next-FormField-Shadow_Warning_Active-1-34-0: 0 0 0 1px #FD6508 inset;
279
+ --triplex-next-FormField-Placeholder_Color-1-34-0: rgba(31, 31, 34, .65);
280
+ --triplex-next-HeaderPage-StickyShadow-1-34-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
281
+ --triplex-next-Island-Type1_Background-1-34-0: #FFFFFF;
282
+ --triplex-next-Island-Type2_Background-1-34-0: rgba(255, 255, 255, .35);
283
+ --triplex-next-Island-Type3_Background-1-34-0: #F2F4F7;
284
+ --triplex-next-Island-Type1_Shadow-1-34-0: none;
285
+ --triplex-next-Island-Type2_Shadow-1-34-0: 0 0 0 1px #FFFFFF inset;
286
+ --triplex-next-Island-Type3_Shadow-1-34-0: none;
287
+ --triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-34-0: #DCDFE4;
288
+ --triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-34-0: rgba(31, 31, 34, .05);
289
+ --triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-34-0: #DCDFE4;
290
+ --triplex-next-IslandAccordion-Shadow_Focus-1-34-0: 0 0 0 1px #FFD169 inset;
291
+ --triplex-next-IslandWidget-ExtraFooter_Background-1-34-0: #FFFFFF;
292
+ --triplex-next-IslandWidget-ExtraFooter_Shadow-1-34-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
293
+ --triplex-next-ImageGallery-Arrow_Background_Default-1-34-0: rgba(31, 31, 34, .25);
294
+ --triplex-next-ImageGallery-Arrow_Background_Hover-1-34-0: rgba(31, 31, 34, .45);
295
+ --triplex-next-ImageGallery-Arrow_Background_Active-1-34-0: rgba(31, 31, 34, .55);
296
+ --triplex-next-ImageGallery-Arrow_Background_Disabled-1-34-0: rgba(31, 31, 34, .15);
297
+ --triplex-next-ImageGallery-Arrow_BorderColor_Default-1-34-0: rgba(31, 31, 34, .15);
298
+ --triplex-next-ImageGallery-Arrow_BorderColor_Hover-1-34-0: rgba(31, 31, 34, .15);
299
+ --triplex-next-ImageGallery-Arrow_BorderColor_Active-1-34-0: rgba(31, 31, 34, .15);
300
+ --triplex-next-ImageGallery-Arrow_BorderColor_Disabled-1-34-0: rgba(31, 31, 34, .15);
301
+ --triplex-next-ImageGallery-Dot_Background_Default-1-34-0: rgba(31, 31, 34, .25);
302
+ --triplex-next-ImageGallery-Dot_Background_Hover-1-34-0: rgba(31, 31, 34, .45);
303
+ --triplex-next-ImageGallery-Dot_Background_Active-1-34-0: rgba(31, 31, 34, .75);
304
+ --triplex-next-ImageGallery-Thumb_Mask_Background-1-34-0: rgba(31, 31, 34, .25);
305
+ --triplex-next-ImageGallery-Accent_Color-1-34-0: #21A19A;
306
+ --triplex-next-LightBox-Backdrop_Background-1-34-0: rgba(31, 31, 34, .75);
307
+ --triplex-next-LightBox-Content_Background-1-34-0: #EAEDF1;
308
+ --triplex-next-LightBox-SideOverlay_Background-1-34-0: #EAEDF1;
309
+ --triplex-next-Link-BorderColor_Focus-1-34-0: 0 0 0 1px #FFD169 inset;
310
+ --triplex-next-Link-Text_Color_Active-1-34-0: #007777;
311
+ --triplex-next-Link-Text_Color_Default-1-34-0: #008985;
312
+ --triplex-next-Link-Text_Color_Hover-1-34-0: #21A19A;
313
+ --triplex-next-ListItem-Background-1-34-0: #FFFFFF;
314
+ --triplex-next-ListItem-Background_Dragging-1-34-0: #FFFFFF;
315
+ --triplex-next-ListItem-Background_Selected-1-34-0: #F2F4F7;
316
+ --triplex-next-ListItem-Background_Hover-1-34-0: #F2F4F7;
317
+ --triplex-next-ListItem-Shadow_Dragging-1-34-0: 0 2px 7px rgba(31, 31, 34, 0.25);
318
+ --triplex-next-ListItemControlsButton-Background_Active-1-34-0: #DCDFE4;
319
+ --triplex-next-ListItemControlsButton-Background_Default-1-34-0: #F2F4F7;
320
+ --triplex-next-ListItemControlsButton-Background_Hover-1-34-0: #EAEDF1;
321
+ --triplex-next-ListItemControlsButton-Color_Active-1-34-0: #007777;
322
+ --triplex-next-ListItemControlsButton-Color_Default-1-34-0: #008985;
323
+ --triplex-next-ListItemControlsButton-Color_Hover-1-34-0: #21A19A;
324
+ --triplex-next-ListMaster-Background-1-34-0: #FFFFFF;
325
+ --triplex-next-ListMaster-Footer_Background-1-34-0: #FFFFFF;
326
+ --triplex-next-ListMaster-Footer_Shadow-1-34-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
327
+ --triplex-next-ListMaster-Header_Background-1-34-0: #FFFFFF;
328
+ --triplex-next-ListMaster-Header_Shadow-1-34-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
329
+ --triplex-next-Loader-Element_Background_Brand-1-34-0: #21A19A;
330
+ --triplex-next-Loader-Element_Background_Neutral-1-34-0: rgba(255, 255, 255, 1);
331
+ --triplex-next-Loader-Middle_Background_Default-1-34-0: #EEF0F4;
332
+ --triplex-next-LoaderScreen-Small_Backdrop_Default-1-34-0: rgba(255, 255, 255, .75);
333
+ --triplex-next-LoaderScreen-Middle_Backdrop_Default-1-34-0: rgba(255, 255, 255, .75);
334
+ --triplex-next-LoaderScreen-Middle_Background_Default-1-34-0: #EEF0F4;
335
+ --triplex-next-Marker-Background_Error-1-34-0: #E60037;
336
+ --triplex-next-Marker-Background_Success-1-34-0: #21A19A;
337
+ --triplex-next-Marker-Background_Waiting-1-34-0: #8291B3;
338
+ --triplex-next-Marker-Background_Warning-1-34-0: #FD6508;
339
+ --triplex-next-MarkerStatus-Description_Color-1-34-0: rgba(0, 0, 0, 0.55);
340
+ --triplex-next-ModalWindow-Background-1-34-0: #EAEDF1;
341
+ --triplex-next-ModalWindow-Backdrop_Background-1-34-0: rgba(79, 79, 82, .5);
342
+ --triplex-next-MultiselectField-Divider_Color-1-34-0: #D6D9E0;
343
+ --triplex-next-Notification-Background-1-34-0: #FFFFFF;
344
+ --triplex-next-Notification-Color-1-34-0: #1F1F22;
345
+ --triplex-next-Notification-TimeColor-1-34-0: rgba(31, 31, 34, 0.65);
346
+ --triplex-next-Notification-Shadow-1-34-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
347
+ --triplex-next-Overlay-Background-1-34-0: rgba(255, 255, 255, .8);
348
+ --triplex-next-Overlay-Panel_Background-1-34-0: #FFFFFF;
349
+ --triplex-next-Pagination-PageButton_Background_Active-1-34-0: #E3E6EA;
350
+ --triplex-next-Pagination-PageButton_Background_Hover-1-34-0: #F2F4F7;
351
+ --triplex-next-Pagination-PageButton_Background_Selected-1-34-0: #E3E6EA;
352
+ --triplex-next-Pagination-PageButton_BorderColor_Focus-1-34-0: #FFD169;
353
+ --triplex-next-Radio-Background_Checked_Default-1-34-0: #21A19A;
354
+ --triplex-next-Radio-Background_Checked_Disabled-1-34-0: #EAEDF1;
355
+ --triplex-next-Radio-Background_Checked_Hover-1-34-0: #007777;
356
+ --triplex-next-Radio-Background_Default-1-34-0: #F2F4F7;
357
+ --triplex-next-Radio-Background_Disabled-1-34-0: #F2F4F7;
358
+ --triplex-next-Radio-Background_Hover-1-34-0: #19BDB0;
359
+ --triplex-next-Radio-BorderColor_Default-1-34-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
360
+ --triplex-next-Radio-BorderColor_Disabled-1-34-0: 0 0 0 1px #E3E6EA inset;
361
+ --triplex-next-Radio-BorderColor_Focused-1-34-0: 0 0 0 1px #FFD169 inset;
362
+ --triplex-next-Radio-BorderColor_Checked_Default-1-34-0: none;
363
+ --triplex-next-Radio-BorderColor_Checked_Disabled-1-34-0: none;
364
+ --triplex-next-Radio-Dot_Default-1-34-0: rgba(255, 255, 255, 1);
365
+ --triplex-next-Radio-Dot_Disabled-1-34-0: rgba(31, 31, 34, .15);
366
+ --triplex-next-SegmentedControl-General_1_Background-1-34-0: #F2F4F7;
367
+ --triplex-next-SegmentedControl-General_2_Background-1-34-0: #FFFFFF;
368
+ --triplex-next-SegmentedControl-Secondary_1_Background-1-34-0: #F2F4F7;
369
+ --triplex-next-SegmentedControl-Secondary_2_Background-1-34-0: #FFFFFF;
370
+ --triplex-next-SegmentedControlSegment-General_1_Color_Default-1-34-0: rgba(31, 31, 34, .65);
371
+ --triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-34-0: rgba(31, 31, 34, 1);
372
+ --triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-34-0: rgba(31, 31, 34, .15);
373
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-34-0: rgba(255, 255, 255, 1);
374
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-34-0: rgba(255, 255, 255, 1);
375
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-34-0: rgba(255, 255, 255, .25);
376
+ --triplex-next-SegmentedControlSegment-General_1_Background_Default-1-34-0: #F2F4F7;
377
+ --triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-34-0: #DFE2E7;
378
+ --triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-34-0: #F2F4F7;
379
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-34-0: #3B3B3E;
380
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-34-0: #49494C;
381
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-34-0: #343437;
382
+ --triplex-next-SegmentedControlSegment-General_2_Color_Default-1-34-0: rgba(31, 31, 34, .65);
383
+ --triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-34-0: rgba(31, 31, 34, 1);
384
+ --triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-34-0: rgba(31, 31, 34, .15);
385
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-34-0: rgba(255, 255, 255, 1);
386
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-34-0: rgba(255, 255, 255, 1);
387
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-34-0: rgba(255, 255, 255, .25);
388
+ --triplex-next-SegmentedControlSegment-General_2_Background_Default-1-34-0: #FFFFFF;
389
+ --triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-34-0: #EEF0F4;
390
+ --triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-34-0: #FFFFFF;
391
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-34-0: #3B3B3E;
392
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-34-0: #49494C;
393
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-34-0: #343437;
394
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-34-0: rgba(31, 31, 34, .65);
395
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-34-0: rgba(31, 31, 34, 1);
396
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-34-0: rgba(31, 31, 34, .15);
397
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-34-0: rgba(31, 31, 34, 1);
398
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-34-0: rgba(31, 31, 34, 1);
399
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-34-0: rgba(31, 31, 34, .15);
400
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-34-0: #F2F4F7;
401
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-34-0: #DFE2E7;
402
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-34-0: #F2F4F7;
403
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-34-0: #FFFFFF;
404
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-34-0: #DFE2E7;
405
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-34-0: #FFFFFF;
406
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-34-0: rgba(31, 31, 34, .65);
407
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-34-0: rgba(31, 31, 34, 1);
408
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-34-0: rgba(31, 31, 34, .15);
409
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-34-0: rgba(31, 31, 34, 1);
410
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-34-0: rgba(31, 31, 34, 1);
411
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-34-0: rgba(31, 31, 34, .15);
412
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-34-0: #FFFFFF;
413
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-34-0: #EEF0F4;
414
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-34-0: #FFFFFF;
415
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-34-0: #E3E6EA;
416
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-34-0: #D6D9E0;
417
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-34-0: #F2F4F7;
418
+ --triplex-next-SegmentedControlSegment-BorderColor_Default-1-34-0: transparent;
419
+ --triplex-next-SegmentedControlSegment-BorderColor_Focus-1-34-0: #FFD169;
420
+ --triplex-next-Skeleton-BackgroundColor_Light_Start-1-34-0: #F2F4F7;
421
+ --triplex-next-Skeleton-BackgroundColor_Light_End-1-34-0: #DFE2E7;
422
+ --triplex-next-Skeleton-BackgroundColor_Dark_Start-1-34-0: rgba(31, 31, 34, .05);
423
+ --triplex-next-Skeleton-BackgroundColor_Dark_End-1-34-0: rgba(31, 31, 34, .15);
424
+ --triplex-next-SmallInput-Background-1-34-0: #F2F4F7;
425
+ --triplex-next-SmallInput-Color-1-34-0: rgba(31, 31, 34, 1);
426
+ --triplex-next-SmallInput-PlaceholderColor-1-34-0: rgba(31, 31, 34, .65);
427
+ --triplex-next-SmallInput-Shadow-1-34-0: 0 0 0 1px rgba(33, 161, 154) inset;
428
+ --triplex-next-SMSField-Refresh_Fill_Empty-1-34-0: rgba(31, 31, 34, .35);
429
+ --triplex-next-SMSField-Refresh_Fill_Full-1-34-0: #008985;
430
+ --triplex-next-SMSField-Refresh_Disabled-1-34-0: rgba(31, 31, 34, .15);
431
+ --triplex-next-SMSField-Submit_Background_Default-1-34-0: rgba(31, 31, 34, .15);
432
+ --triplex-next-SMSField-Submit_Background_Hover-1-34-0: #19BDB0;
433
+ --triplex-next-SMSField-Submit_Background_Active-1-34-0: #21A19A;
434
+ --triplex-next-Slider-Dot_Background_Default-1-34-0: #21A19A;
435
+ --triplex-next-Slider-Dot_Background_Disabled-1-34-0: #F2F4F7;
436
+ --triplex-next-Slider-Dot_Background_Hover-1-34-0: #19BDB0;
437
+ --triplex-next-Slider-Dot_Background_Select-1-34-0: #007777;
438
+ --triplex-next-Slider-Dot_Focus-1-34-0: #FFD169;
439
+ --triplex-next-Slider-Dot_Inner_Background-1-34-0: #FFFFFF;
440
+ --triplex-next-Slider-Dot_Inner_Background_Disabled-1-34-0: rgba(31, 31, 34, .15);
441
+ --triplex-next-Slider-Mark_Dot_Background_Default-1-34-0: #DCDFE4;
442
+ --triplex-next-Slider-Mark_Dot_Background_Selected-1-34-0: #21A19A;
443
+ --triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-34-0: #E7E9EE;
444
+ --triplex-next-Slider-Rail_Background-1-34-0: #DCDFE4;
445
+ --triplex-next-Slider-Rail_Background_Disabled-1-34-0: #DCDFE4;
446
+ --triplex-next-Slider-Tooltip_Background-1-34-0: #1B1B1D;
447
+ --triplex-next-Slider-Tooltip_Color-1-34-0: rgba(255, 255, 255, 1);
448
+ --triplex-next-Slider-Track_Background_Default-1-34-0: #21A19A;
449
+ --triplex-next-Slider-Track_Background_Disabled-1-34-0: #E7E9EE;
450
+ --triplex-next-Slider-Track_Background_Hover-1-34-0: #007777;
451
+ --triplex-next-StatusTracker-Draft_Background-1-34-0: rgba(255, 255, 255, .15);
452
+ --triplex-next-StatusTracker-Warning_Background-1-34-0: #FF7A17;
453
+ --triplex-next-StatusTracker-Waiting_Background-1-34-0: #BFCADF;
454
+ --triplex-next-StatusTracker-Rejected_Background-1-34-0: #FF5571;
455
+ --triplex-next-StatusTracker-Approved_Background-1-34-0: #00D67D;
456
+ --triplex-next-StatusTracker-Waiting_Color-1-34-0: #A9B6D0;
457
+ --triplex-next-StatusTracker-Rejected_Color-1-34-0: #FFB1C1;
458
+ --triplex-next-StatusTracker-Approved_Color-1-34-0: #00D67D;
459
+ --triplex-next-StatusTracker-Border_Color-1-34-0: #FFFFFF;
460
+ --triplex-next-Step-Color_Active-1-34-0: #008985;
461
+ --triplex-next-Step-Color_Default-1-34-0: rgba(31, 31, 34, .65);
462
+ --triplex-next-Step-Color_Disabled-1-34-0: #FFFFFF;
463
+ --triplex-next-Step-Color_Done-1-34-0: #FFFFFF;
464
+ --triplex-next-Step-Color_Error-1-34-0: rgba(255, 255, 255, 1);
465
+ --triplex-next-Step-Color_Warning-1-34-0: rgba(255, 255, 255, 1);
466
+ --triplex-next-Step-Background_Active-1-34-0: #E3FFFA;
467
+ --triplex-next-Step-Background_Default-1-34-0: rgba(31, 31, 34, .05);
468
+ --triplex-next-Step-Background_Disabled-1-34-0: rgba(31, 31, 34, .15);
469
+ --triplex-next-Step-Background_Done-1-34-0: #008985;
470
+ --triplex-next-Step-Background_Error-1-34-0: #D10032;
471
+ --triplex-next-Step-Background_Warning-1-34-0: #EF4C01;
472
+ --triplex-next-Stepper-Step_Background_Default-1-34-0: #F2F4F7;
473
+ --triplex-next-Stepper-Step_Background_Hover-1-34-0: #EAEDF1;
474
+ --triplex-next-Stepper-Step_Background_Disabled-1-34-0: #F2F4F7;
475
+ --triplex-next-Stepper-Step_Background_Error-1-34-0: #FFF0F3;
476
+ --triplex-next-Stepper-Step_Background_Error_Hover-1-34-0: #FCE0E6;
477
+ --triplex-next-Stepper-Step_Background_Warning-1-34-0: #FFF4DB;
478
+ --triplex-next-Stepper-Step_Background_Warning_Hover-1-34-0: #FCEAC7;
479
+ --triplex-next-Stepper-Step_BorderColor_Focus-1-34-0: #FFD169;
480
+ --triplex-next-Stepper-Step_BorderColor_Error-1-34-0: #E60037;
481
+ --triplex-next-Stepper-Step_BorderColor_Warning-1-34-0: #FD6508;
482
+ --triplex-next-Stepper-Step_BorderColor_Success-1-34-0: #21A19A;
483
+ --triplex-next-Stepper-Step_Color_Default-1-34-0: rgba(31, 31, 34, .65);
484
+ --triplex-next-Stepper-Step_Color_Hover-1-34-0: rgba(31, 31, 34, 1);
485
+ --triplex-next-Stepper-Step_Color_Disabled-1-34-0: rgba(31, 31, 34, .35);
486
+ --triplex-next-Stepper-ButtonWrapper_Background_Prev-1-34-0: linear-gradient(to right, rgba(255,255,255,1) 39.06%, rgba(255,255,255,0) 100%);
487
+ --triplex-next-Stepper-ButtonWrapper_Background_Next-1-34-0: linear-gradient(to left, rgba(255,255,255,1) 39.06%, rgba(255,255,255,0) 100%);
488
+ --triplex-next-TableBasic-Background_Hover-1-34-0: #E3E6EA;
489
+ --triplex-next-TableBasic-Background_Selected-1-34-0: #DCDFE4;
490
+ --triplex-next-TableBasic-Color-1-34-0: rgba(31, 31, 34, 1);
491
+ --triplex-next-TableBasic-Header_Background-1-34-0: #E7E9EE;
492
+ --triplex-next-TableBasic-TableFooter_Background-1-34-0: #E7E9EE;
493
+ --triplex-next-TableBasic-TableFooter_Highlight-1-34-0: linear-gradient(transparent, #FFFFFF);
494
+ --triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-34-0: #D6D9E0;
495
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-34-0: #FFFFFF;
496
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-34-0: #EAEDF1;
497
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-34-0: #FFFFFF;
498
+ --triplex-next-Tabs-Type1_Background-1-34-0: #F2F4F7;
499
+ --triplex-next-Tabs-Type2_Background-1-34-0: #FFFFFF;
500
+ --triplex-next-Tabs-Type1_Tab_Background_Default-1-34-0: #F2F4F7;
501
+ --triplex-next-Tabs-Type2_Tab_Background_Default-1-34-0: #FFFFFF;
502
+ --triplex-next-Tabs-Type1_Tab_Background_Selected-1-34-0: #DCDFE4;
503
+ --triplex-next-Tabs-Type2_Tab_Background_Selected-1-34-0: #E3E6EA;
504
+ --triplex-next-Tabs-Type1_Tab_Background_Hover-1-34-0: #E3E6EA;
505
+ --triplex-next-Tabs-Type2_Tab_Background_Hover-1-34-0: #EEF0F4;
506
+ --triplex-next-Tabs-Tab_BorderColor_Default-1-34-0: transparent;
507
+ --triplex-next-Tabs-Tab_BorderColor_Focus-1-34-0: #FFD169;
508
+ --triplex-next-Tag-Background-1-34-0: #DFE2E7;
509
+ --triplex-next-TagColor-Background_Default-1-34-0: #EEF3FC;
510
+ --triplex-next-TagColor-Background_Success-1-34-0: #E3FFFA;
511
+ --triplex-next-TagColor-Background_Info-1-34-0: #E3F6FF;
512
+ --triplex-next-TagColor-Background_Warning-1-34-0: #FFF4DB;
513
+ --triplex-next-TagColor-Background_Error-1-34-0: #FFF0F3;
514
+ --triplex-next-TagColor-Text_Color_Default-1-34-0: rgba(31, 31, 34, .75);
515
+ --triplex-next-TabsLine-BorderColor_Active-1-34-0: #21A19A;
516
+ --triplex-next-TabsLine-BorderColor_Hover-1-34-0: #19BDB0;
517
+ --triplex-next-TabsLine-Separator_Color-1-34-0: #D6D9E0;
518
+ --triplex-next-TabsLine-Shadow_Focus-1-34-0: 0 0 0 1px #FFDD64 inset;
519
+ --triplex-next-Tooltip-Background-1-34-0: #1B1B1D;
520
+ --triplex-next-Tooltip-Color-1-34-0: rgba(255, 255, 255, 1);
521
+ --triplex-next-Tooltip-Link_Desktop_Color_Active-1-34-0: #008985;
522
+ --triplex-next-Tooltip-Link_Desktop_Color_Default-1-34-0: #19BDB0;
523
+ --triplex-next-Tooltip-Link_Desktop_Color_Hover-1-34-0: #4BD9CF;
524
+ --triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-34-0: 0 0 0 1px #FFD169;
525
+ --triplex-next-Tooltip-Link_Mobile_Color_Active-1-34-0: #007777;
526
+ --triplex-next-Tooltip-Link_Mobile_Color_Default-1-34-0: #008985;
527
+ --triplex-next-Tooltip-Link_Mobile_Color_Hover-1-34-0: #21A19A;
528
+ --triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-34-0: 0 0 0 1px #FFDD64;
529
+ --triplex-next-TopOverlay-Background-1-34-0: rgba(79,79,82,.15);
530
+ --triplex-next-Typography-Primary_Color-1-34-0: rgba(31, 31, 34, 1);
531
+ --triplex-next-Typography-Complementary_Color-1-34-0: rgba(31, 31, 34, .85);
532
+ --triplex-next-Typography-Secondary_Color-1-34-0: rgba(31, 31, 34, .65);
533
+ --triplex-next-Typography-Tertiary_Color-1-34-0: rgba(31, 31, 34, .55);
534
+ --triplex-next-Typography-Disabled_Color-1-34-0: rgba(31, 31, 34, .35);
535
+ --triplex-next-Typography-Brand_Color-1-34-0: #008985;
536
+ --triplex-next-Typography-Info_Color-1-34-0: #0E57CC;
537
+ --triplex-next-Typography-Success_Color-1-34-0: #008B5C;
538
+ --triplex-next-Typography-Error_Color-1-34-0: #D10032;
539
+ --triplex-next-Typography-Warning_Color-1-34-0: #EF4C01;
540
+ --triplex-next-Typography-System_Color-1-34-0: #697591;
541
+ --triplex-next-Typography-PrimaryInvert_Color-1-34-0: rgba(255, 255, 255, 1);
542
+ --triplex-next-Typography-ComplementaryInvert_Color-1-34-0: rgba(255, 255, 255, .75);
543
+ --triplex-next-Typography-SecondaryInvert_Color-1-34-0: rgba(255, 255, 255, .55);
544
+ --triplex-next-Typography-TertiaryInvert_Color-1-34-0: rgba(255, 255, 255, .45);
545
+ --triplex-next-Typography-DisabledInvert_Color-1-34-0: rgba(255, 255, 255, .25);
546
+ --triplex-next-Typography-BrandInvert_Color-1-34-0: #19BDB0;
547
+ --triplex-next-Typography-InfoInvert_Color-1-34-0: #1297FE;
548
+ --triplex-next-Typography-SuccessInvert_Color-1-34-0: #00D67D;
549
+ --triplex-next-Typography-ErrorInvert_Color-1-34-0: #F80C45;
550
+ --triplex-next-Typography-WarningInvert_Color-1-34-0: #FF7A17;
551
+ --triplex-next-Typography-SystemInvert_Color-1-34-0: #95A3C1;
552
+ --triplex-next-UploadZone-Background_Default-1-34-0: #F2F4F7;
553
+ --triplex-next-UploadZone-Background_Hover-1-34-0: #EAEDF1;
554
+ --triplex-next-UploadZone-BorderColor_Default-1-34-0: #2D2D30;
555
+ --triplex-next-UploadZone-DragArea_Background-1-34-0: #F2F4F7;
556
+ --triplex-next-UploadZone-DragArea_BorderColor-1-34-0: #21A19A;}
557
+ .underline__4ca5b1f1{text-decoration:underline}.strikethrough__0cb69cf9{text-decoration:line-through}.underlineStrikethrough__21d76059{text-decoration:underline line-through}.typography__3a2d6e94.primary__e56a047f{color:var(--triplex-next-Typography-Primary_Color-1-34-0)}.typography__3a2d6e94.primaryInvert__9361160a{color:var(--triplex-next-Typography-PrimaryInvert_Color-1-34-0)}.typography__3a2d6e94.complementary__e2f83f07{color:var(--triplex-next-Typography-Complementary_Color-1-34-0)}.typography__3a2d6e94.complementaryInvert__45026676{color:var(--triplex-next-Typography-ComplementaryInvert_Color-1-34-0)}.typography__3a2d6e94.secondary__bfdbfe01{color:var(--triplex-next-Typography-Secondary_Color-1-34-0)}.typography__3a2d6e94.secondaryInvert__a1294de9{color:var(--triplex-next-Typography-SecondaryInvert_Color-1-34-0)}.typography__3a2d6e94.tertiary__cd57ebbe{color:var(--triplex-next-Typography-Tertiary_Color-1-34-0)}.typography__3a2d6e94.tertiaryInvert__af92ae5e{color:var(--triplex-next-Typography-TertiaryInvert_Color-1-34-0)}.typography__3a2d6e94.disabled__2a6fc7c6{color:var(--triplex-next-Typography-Disabled_Color-1-34-0)}.typography__3a2d6e94.disabledInvert__2ceff5f7{color:var(--triplex-next-Typography-DisabledInvert_Color-1-34-0)}.typography__3a2d6e94.brand__15e8ef66{color:var(--triplex-next-Typography-Brand_Color-1-34-0);-webkit-user-select:none;user-select:none}.typography__3a2d6e94.brandInvert__1f02961e{color:var(--triplex-next-Typography-BrandInvert_Color-1-34-0)}.typography__3a2d6e94.info__971c9e7d{color:var(--triplex-next-Typography-Info_Color-1-34-0)}.typography__3a2d6e94.infoInvert__e88bcb9f{color:var(--triplex-next-Typography-InfoInvert_Color-1-34-0)}.typography__3a2d6e94.success__2703c7d6{color:var(--triplex-next-Typography-Success_Color-1-34-0)}.typography__3a2d6e94.successInvert__f22b7f02{color:var(--triplex-next-Typography-SuccessInvert_Color-1-34-0)}.typography__3a2d6e94.error__d477b94d{color:var(--triplex-next-Typography-Error_Color-1-34-0)}.typography__3a2d6e94.errorInvert__11cbe1e7{color:var(--triplex-next-Typography-ErrorInvert_Color-1-34-0)}.typography__3a2d6e94.warning__4da7ccd7{color:var(--triplex-next-Typography-Warning_Color-1-34-0)}.typography__3a2d6e94.warningInvert__08d297e1{color:var(--triplex-next-Typography-WarningInvert_Color-1-34-0)}.typography__3a2d6e94.system__22bc8eb5{color:var(--triplex-next-Typography-System_Color-1-34-0)}.typography__3a2d6e94.systemInvert__f317dd9c{color:var(--triplex-next-Typography-SystemInvert_Color-1-34-0)}.typography__3a2d6e94.compact__6346a595{line-height:calc(16 / 14)}.caption__7f5556b6.regular__f2a74201{font-family:SBSansText,Arial,sans-serif}.caption__7f5556b6.semibold__ed18c9dd{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.c1__0108ca60{font-size:10px;line-height:12px}.c2__d7909bf2{font-size:8px;line-height:10px}.d1__9baf862d{font-size:32px;line-height:40px}.d1__9baf862d.regular__f2a74201{font-family:SBSansDisplay,Arial,sans-serif}.d1__9baf862d.semibold__ed18c9dd{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.codeText__8e3872b9{font-family:SBSansTextMono,Arial,monospace;font-size:14px;line-height:20px;font-weight:400}.text__fa2db24c{outline:none}.text__fa2db24c.regular__f2a74201{font-family:SBSansText,Arial,sans-serif}.text__fa2db24c.semibold__ed18c9dd{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.b1__91d697da{font-size:18px;line-height:24px}.b2__7a10daf6{font-size:16px;line-height:20px}.b3__8777f96e{font-size:14px;line-height:20px}.b3__8777f96e.compact__6346a595{line-height:16px}.b4__7037db9c{font-size:12px;line-height:16px}.title__e9134899{outline:none}.title__e9134899.regular__f2a74201{font-family:SBSansDisplay,Arial,sans-serif;font-weight:400}.title__e9134899.medium__94638fb5{font-family:SBSansDisplayMedium,Arial,sans-serif;font-weight:500}.title__e9134899.semibold__ed18c9dd{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.title__e9134899.bold__e4036b5a{font-family:SBSansDisplayBold,Arial,sans-serif;font-weight:700}.h1__2dd6f268,.h2__d05ea995,.h3__8b58ae4e{margin:0}.h1__2dd6f268{font-size:28px;line-height:36px}.h2__d05ea995{font-size:24px;line-height:32px}.h3__8b58ae4e{font-size:20px;line-height:28px}.formFieldInput__e7b550d0{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-1-34-0)}.formFieldInput__e7b550d0.sm__2079d6a4{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__e7b550d0.md__7fe9c68e{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__e7b550d0.lg__aac0ac1a{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldInput__e7b550d0:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-34-0)}.formFieldInput__e7b550d0::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-34-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__e7b550d0:focus{outline:none}.formFieldInput__e7b550d0:focus::placeholder{opacity:1}.formFieldInput__e7b550d0:-webkit-autofill{animation-name:autofill-applied-hook__32f90662;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__e7b550d0:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__41362af0;animation-duration:1ms}.disableInteraction__2e6cfe21{pointer-events:none}.displayContents__684b1aed{display:contents}.buttonIcon__0a3cfad0{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__0a3cfad0:enabled{cursor:pointer}.buttonIcon__0a3cfad0.circle__ed17b5c4{border-radius:50%}.buttonIcon__0a3cfad0.squircle__67cb1100{border-radius:4px}.buttonIcon__0a3cfad0:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-34-0)}.formFieldClear__5c8e3250{visibility:hidden;opacity:0;transition:visibility,opacity;transition-duration:.3s;pointer-events:none}.formFieldClear__5c8e3250:focus{visibility:visible;opacity:1;pointer-events:auto}.formFieldCounter__806ad52f{padding-left:4px;margin-left:auto}.formFieldDescription__d84f0c5f{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__d84f0c5f.withCounter__c0d6c84d{display:flex}.formFieldLabel__32ca718a{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__32ca718a.sm__2079d6a4{top:6px}.formFieldLabel__32ca718a.md__7fe9c68e{top:10px}.formFieldLabel__32ca718a.lg__aac0ac1a{top:18px}.formFieldLabel__32ca718a.lg__aac0ac1a.floating__51f68d10{top:10px}.formFieldLabelText__fff15d0c{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-34-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__2079d6a4 .formFieldLabelText__fff15d0c{font-size:12px;line-height:16px}.md__7fe9c68e .formFieldLabelText__fff15d0c{font-size:14px;line-height:20px}.lg__aac0ac1a .formFieldLabelText__fff15d0c{font-size:16px;line-height:20px}.floating__51f68d10 .formFieldLabelText__fff15d0c{font-size:12px;line-height:16px}.floating__51f68d10.sm__2079d6a4 .formFieldLabelText__fff15d0c,.floating__51f68d10.md__7fe9c68e .formFieldLabelText__fff15d0c{display:none}.disabled__c53733d4 .formFieldLabelText__fff15d0c{color:var(--triplex-next-FormField-Label_Color_Disabled-1-34-0)}.formFieldMaskedInputWrapper__4a62c7f0{position:relative}.formFieldMaskedInputWrapper__4a62c7f0 .formFieldMaskedInputPlaceholder__b0121f15{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__4a62c7f0 .formFieldMaskedInputPlaceholder__b0121f15::placeholder{opacity:1}.formFieldMaskedInputWrapper__4a62c7f0 .formFieldMaskedInputPlaceholder__b0121f15:disabled{visibility:hidden}.formFieldMaskedInputWrapper__4a62c7f0.size-sm__3ce585f9{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__4a62c7f0.size-sm__3ce585f9 .formFieldMaskedInputPlaceholder__b0121f15{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__4a62c7f0.size-md__b1257c59{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__4a62c7f0.size-md__b1257c59 .formFieldMaskedInputPlaceholder__b0121f15{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__4a62c7f0.size-lg__29157d77{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__4a62c7f0.size-lg__29157d77 .formFieldMaskedInputPlaceholder__b0121f15{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__4a62c7f0 .formFieldMaskedInput__5c8d62b8{display:block;position:relative;background:none!important}.formFieldPostfix__0b403c7f{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__394d326b{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldTarget__c2522cd1{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-34-0);overflow:hidden;white-space:nowrap}.formFieldTarget__c2522cd1.sm__2079d6a4{font-size:12px;height:28px;line-height:16px}.formFieldTarget__c2522cd1.md__7fe9c68e{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__c2522cd1.lg__aac0ac1a{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__c2522cd1.placeholder__67deedf2{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-34-0)}.formFieldTarget__c2522cd1.disabled__c53733d4{color:var(--triplex-next-FormField-Target_Color_Disabled-1-34-0)}.formFieldTarget__c2522cd1 .placeholderWrapper__9ce4d936{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__c2522cd1:focus{outline:none}.formFieldTarget__c2522cd1:focus .placeholderWrapper__9ce4d936,.formFieldTarget__c2522cd1.active__701240be .placeholderWrapper__9ce4d936{opacity:1}.formFieldTextarea__cbc497bb{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-34-0);vertical-align:top;font-family:inherit}.formFieldTextarea__cbc497bb.sm__2079d6a4{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__cbc497bb.md__7fe9c68e{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__cbc497bb.lg__aac0ac1a{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__cbc497bb::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-34-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__cbc497bb:focus{outline:none}.formFieldTextarea__cbc497bb:focus::placeholder{opacity:1}.formFieldTextarea__cbc497bb:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-34-0)}.formFieldTextarea__cbc497bb:-webkit-autofill{animation-name:autofill-applied-hook__32f90662;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldTextarea__cbc497bb:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__41362af0;animation-duration:1ms}@keyframes autofill-applied-hook__32f90662{0%{transform:none}}@keyframes autofill-cancelled-hook__41362af0{0%{transform:none}}.formField__c96b5160{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__c96b5160.sm__2079d6a4{border-radius:6px}.formField__c96b5160.md__7fe9c68e{border-radius:8px}.formField__c96b5160.lg__aac0ac1a{border-radius:10px}.formField__c96b5160.default__0af22212{background:var(--triplex-next-FormField-Background_Default-1-34-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-34-0)}.formField__c96b5160:hover{background:var(--triplex-next-FormField-Background_Hover-1-34-0)}.formField__c96b5160.active__701240be{background:var(--triplex-next-FormField-Background_Active-1-34-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-34-0)}.formField__c96b5160.active__701240be .formFieldInput__e7b550d0::placeholder,.formField__c96b5160.active__701240be .formFieldTextarea__cbc497bb::placeholder{opacity:1}.formField__c96b5160.disabled__c53733d4{background:var(--triplex-next-FormField-Background_Disabled-1-34-0)}.formField__c96b5160.error__4c616467{background:var(--triplex-next-FormField-Background_Error-1-34-0)}.formField__c96b5160.error__4c616467:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-34-0)}.formField__c96b5160.error__4c616467.active__701240be{background:var(--triplex-next-FormField-Background_Error-1-34-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-34-0)}.formField__c96b5160.warning__fd5245fb{background:var(--triplex-next-FormField-Background_Warning-1-34-0)}.formField__c96b5160.warning__fd5245fb:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-34-0)}.formField__c96b5160.warning__fd5245fb.active__701240be{background:var(--triplex-next-FormField-Background_Warning-1-34-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-34-0)}.formField__c96b5160.filled__821e9e87:not(.disabled__c53733d4):hover .formFieldClear__5c8e3250,.formField__c96b5160.filled__821e9e87:not(.disabled__c53733d4).active__701240be .formFieldClear__5c8e3250{visibility:visible;opacity:1;pointer-events:auto}.dropdownDesktop__1525cb4c{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-34-0);background-color:var(--triplex-next-Dropdown-Background-1-34-0)}.dropdownDesktop__1525cb4c.sm__fdfa5586{border-radius:6px}.dropdownDesktop__1525cb4c.md__afe9b339{border-radius:8px}.dropdownDesktop__1525cb4c.lg__51ab00a2{border-radius:10px}.dropdownDesktopOverflowHidden__af069618{overflow:hidden}.badgeDot__1b490b04{display:inline-block;background:var(--triplex-next-Badge-Background-1-34-0);border-radius:50%}.badgeDot__1b490b04.sm__4086e834{width:6px;height:6px}.badgeDot__1b490b04.md__18f5b040{width:8px;height:8px}.badgeDot__1b490b04.lg__45fccdcd{width:10px;height:10px}.badgeContent__e3a6ec84{display:flex}.badgeContent__e3a6ec84.sm__4086e834{padding-left:4px;padding-right:4px}.badgeContent__e3a6ec84.md__18f5b040{padding-left:6px;padding-right:6px}.badgeContent__e3a6ec84.lg__45fccdcd{padding-left:8px;padding-right:8px}.badgeContent__e3a6ec84.noPaddingLeft__a8b44c48{padding-left:0}.badgeContent__e3a6ec84.noPaddingRight__4bdcba4a{padding-right:0}.badgePrefix__57c1719f,.badgePostfix__f49b4013{display:contents}.badge__f274c999{display:inline-flex;align-items:center;justify-content:center;position:relative;width:fit-content;white-space:nowrap;background:var(--triplex-next-Badge-Background-1-34-0)}.badge__f274c999.sm__4086e834{height:16px;border-radius:4px}.badge__f274c999.md__18f5b040{height:20px;border-radius:6px}.badge__f274c999.lg__45fccdcd{height:24px;border-radius:8px}.dropdownDesktopList__312d0343{margin:4px;overflow:auto}.dropdownDesktopList__312d0343 .notificationIcon__95ad1c2c{position:absolute}.dropdownDesktopList__312d0343.sm__fdfa5586{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__312d0343.sm__fdfa5586 .dropdownDesktopListItem__61f74b03{padding:6px 8px;border-radius:6px}.dropdownDesktopList__312d0343.sm__fdfa5586 .dropdownDesktopListLoader__58f2d2b4{margin:0 auto}.dropdownDesktopList__312d0343.sm__fdfa5586 .notificationIcon__95ad1c2c{right:3px;top:3px}.dropdownDesktopList__312d0343.md__afe9b339{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__312d0343.md__afe9b339 .dropdownDesktopListItem__61f74b03{padding:7px 12px;border-radius:8px}.dropdownDesktopList__312d0343.md__afe9b339 .dropdownDesktopListLoader__58f2d2b4{margin:-2px auto}.dropdownDesktopList__312d0343.md__afe9b339 .notificationIcon__95ad1c2c{right:4px;top:4px}.dropdownDesktopList__312d0343.lg__51ab00a2{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__312d0343.lg__51ab00a2 .dropdownDesktopListItem__61f74b03{padding:14px 16px;border-radius:10px}.dropdownDesktopList__312d0343.lg__51ab00a2 .dropdownDesktopListLoader__58f2d2b4{margin:-6px auto}.dropdownDesktopList__312d0343.lg__51ab00a2 .notificationIcon__95ad1c2c{right:4px;top:6px}.dropdownDesktopListItem__61f74b03{color:var(--triplex-next-DropdownList-Color-1-34-0);background:var(--triplex-next-DropdownList-Background_Default-1-34-0);position:relative;outline:none}.dropdownDesktopListItem__61f74b03+.dropdownDesktopListItem__61f74b03{margin-top:2px}.dropdownDesktopListItem__61f74b03.active__af246a36{background:var(--triplex-next-DropdownList-Background_Active-1-34-0);cursor:pointer}.dropdownDesktopListItem__61f74b03.selected__e599a21b{background:var(--triplex-next-DropdownList-Background_Selected-1-34-0);cursor:default}.loaderSmall__b277807f{display:flex;justify-content:center;align-items:center}.loaderSmall__b277807f.sm__857010a9{width:16px;height:16px;gap:2px}.loaderSmall__b277807f.sm__857010a9 .dot__65968007{width:4px;height:4px}.loaderSmall__b277807f.md__ad44c3cf{width:24px;height:24px;gap:3px}.loaderSmall__b277807f.md__ad44c3cf .dot__65968007{width:6px;height:6px}.loaderSmall__b277807f.lg__10d0e121{width:32px;height:32px;gap:4px}.loaderSmall__b277807f.lg__10d0e121 .dot__65968007{width:8px;height:8px}.loaderSmall__b277807f.neutral__03224987 .dot__65968007{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-34-0)}.loaderSmall__b277807f.brand__d24d089e .dot__65968007{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-34-0)}.loaderSmall__b277807f .dot__65968007{border-radius:50%}.loaderSmall__b277807f .dot1__1b0dca17{animation:dotCycleSmall__020be20d .9s infinite}.loaderSmall__b277807f .dot2__23ddb488{animation:dotCycleSmall__020be20d .9s infinite .15s}.loaderSmall__b277807f .dot3__08e068cc{animation:dotCycleSmall__020be20d .9s infinite .3s}@keyframes dotCycleSmall__020be20d{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__ed7541d7{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-34-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__1e36a612{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__1e36a612 .dot__65968007{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-34-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__1e36a612 .dot1__1b0dca17{top:0;left:0;animation:dotCycleMiddle__be937914 3s infinite}.loaderMiddleDots__1e36a612 .dot2__23ddb488{right:0;top:0;opacity:.7;animation:dotCycleMiddle__be937914 3s infinite .74s}.loaderMiddleDots__1e36a612 .dot3__08e068cc{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__be937914 3s infinite 1.5s}.loaderMiddleDots__1e36a612 .dot4__f3e79a2d{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__be937914 3s infinite 2.25s}.loaderMiddleDots__1e36a612 .line__32d143a8{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-34-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__86fd8754 3s infinite}@keyframes lineCycle__86fd8754{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__be937914{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__21974612{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__52665cba{background:var(--triplex-next-DropdownMobile-Backdrop-1-34-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__52665cba.closing__defc326b{opacity:0}.dropdownMobileBackdrop__52665cba.opening__9bddb732,.dropdownMobileBackdrop__52665cba.opened__6454a6b4{opacity:var(--triplex-DropdownMobile-Opacity-1-34-0)}.dropdownMobile__55aea402{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__55aea402.closing__defc326b{transform:translateY(100%)}.dropdownMobile__55aea402.opening__9bddb732,.dropdownMobile__55aea402.opened__6454a6b4{transform:translateY(0)}.dropdownMobileHeader__b9b330d2{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-34-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__b9b330d2 .dropdownMobileHeaderContent__f65cfd3e{display:flex;flex-grow:1;min-width:0;margin-right:12px;min-height:20px}.dropdownMobileContent__81315bd7{background:var(--triplex-next-DropdownMobile-Content_Background-1-34-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__f08ee351{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-34-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-34-0);flex-shrink:1}.dropdownMobileListItem__4b7def96{position:relative;padding:16px}.dropdownMobileListItem__4b7def96.selected__e599a21b{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-34-0)}.dropdownMobileListItem__4b7def96:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-34-0)}.dropdownMobileBodyOverflow__55ba1514{overflow:hidden}.controlButtons__b2723ed8{display:flex}.dropdownMobileLoader__1f4a89b6{margin-right:8px}.dropdownMobileListLoader__cc5076d3{display:flex;justify-content:center;align-items:center;padding:16px}.notificationIcon__95ad1c2c{position:absolute;right:6px;top:6px}.dropdownMobileInput__0d2f7d78{width:100%;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input_Color_Default-1-34-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__0d2f7d78::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-34-0);opacity:1}.dropdownMobileInput__0d2f7d78::-ms-clear{display:none}.tabsLineWrapper__8644b84a[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__8644b84a[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__8644b84a[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__8644b84a[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__8644b84a{position:relative}.tabsLineWrapper__8644b84a.withSeparator__98173cfd:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-34-0);bottom:0;left:0;right:0}.tabsLine__2314851b{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__2314851b:has(.sm__e96ec62c){height:28px}.tabsLine__2314851b:has(.md__ebffc81d){height:40px}.tabsLine__2314851b:has(.lg__64b2b6d1){height:56px}.tab__0624165e{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__0624165e.sm__e96ec62c{height:28px;padding-bottom:12px}.tab__0624165e.md__ebffc81d{height:40px;padding-top:8px;padding-bottom:12px}.tab__0624165e.lg__64b2b6d1{height:56px;padding-top:16px;padding-bottom:20px}.tab__0624165e::-moz-focus-inner{border:none;padding:0}.tab__0624165e:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-34-0)}.tab__0624165e.active__53ee4826{cursor:default}.tab__0624165e: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__0624165e:hover:after,.tab__0624165e:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-34-0)}.tab__0624165e.active__53ee4826:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-34-0)}.notificationIcon__3d7dacd0{position:absolute}.sm__e96ec62c .notificationIcon__3d7dacd0{top:0;right:8px}.md__ebffc81d .notificationIcon__3d7dacd0{top:8px;right:6px}.lg__64b2b6d1 .notificationIcon__3d7dacd0{top:16px;right:4px}.tabsLineDropdown__86e3ec0a{display:inline-block}.tabsLineDropdown__86e3ec0a .dropdownTarget__5592e1e5.active__53ee4826{cursor:pointer}.tabsLineDropdown__86e3ec0a .dropdownTargetInner__ddac5eed{display:inline-flex;align-items:center}.tabsLineDropdown__86e3ec0a .dropdownTargetCaret__6a124953{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__86e3ec0a .dropdownTargetCaret__6a124953.opened__7bd4b3ea{transform:rotate(-180deg)}.tabsLineDropdown__86e3ec0a .dropdown__1d6a7cf6{right:0;padding:4px}.tabsLineMobileWrapper__06bea8ea{position:relative}.tabsLineMobileWrapper__06bea8ea .tab__0624165e{flex-shrink:0}.tabsLineMobileWrapper__06bea8ea .tab__0624165e:first-child{margin-left:16px}.tabsLineMobileWrapper__06bea8ea .tab__0624165e:last-child{margin-right:16px}.tabsLineMobile__d3684a17{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__d3684a17::-webkit-scrollbar{display:none}.label__244c19c4{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__244c19c4.sm__f1b011d3{min-width:16px;min-height:16px}.label__244c19c4.sm__f1b011d3.nonempty__3d94c531{padding:2px 0 2px 24px}.label__244c19c4.md__614f92c8{min-height:24px;min-width:24px}.label__244c19c4.md__614f92c8.nonempty__3d94c531{padding-left:32px;padding-top:2px}.label__244c19c4.lg__f43cdf61{min-width:28px;min-height:28px}.label__244c19c4.lg__f43cdf61.nonempty__3d94c531{padding-left:40px;padding-top:4px}.label__244c19c4.disabled__1945e1e4{cursor:default}.radio__6fdaf33d{margin:0;opacity:0}.radioIcon__b1f79899{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-34-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-34-0)}.radioIcon__b1f79899:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-34-0);border-radius:50%;transform:scale(0)}.sm__f1b011d3 .radioIcon__b1f79899:after{width:8px;height:8px;top:4px;left:4px}.md__614f92c8 .radioIcon__b1f79899:after{width:12px;height:12px;top:6px;left:6px}.lg__f43cdf61 .radioIcon__b1f79899:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__b1f79899,.radioIcon__b1f79899:after{pointer-events:none}.radio__6fdaf33d,.radioIcon__b1f79899{position:absolute;left:0;top:0}.sm__f1b011d3 .radio__6fdaf33d,.sm__f1b011d3 .radioIcon__b1f79899{width:16px;height:16px;top:2px}.md__614f92c8 .radio__6fdaf33d,.md__614f92c8 .radioIcon__b1f79899{width:24px;height:24px}.lg__f43cdf61 .radio__6fdaf33d,.lg__f43cdf61 .radioIcon__b1f79899{width:28px;height:28px}.radio__6fdaf33d:enabled{cursor:pointer}.radio__6fdaf33d:checked+.radioIcon__b1f79899{background:var(--triplex-next-Radio-Background_Checked_Default-1-34-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-34-0)}.radio__6fdaf33d:checked+.radioIcon__b1f79899:after{transform:scale(1);transition:transform .2s ease-out}.radio__6fdaf33d:hover+.radioIcon__b1f79899{background-color:var(--triplex-next-Radio-Background_Hover-1-34-0);box-shadow:none}.radio__6fdaf33d:disabled+.radioIcon__b1f79899{background:var(--triplex-next-Radio-Background_Disabled-1-34-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-34-0)}.radio__6fdaf33d:disabled:checked+.radioIcon__b1f79899{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-34-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-34-0)}.radio__6fdaf33d:disabled+.radioIcon__b1f79899:after{background:var(--triplex-next-Radio-Dot_Disabled-1-34-0)}.radio__6fdaf33d:focus-visible+.radioIcon__b1f79899{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-34-0)}.radio__6fdaf33d:checked:enabled:hover+.radioIcon__b1f79899{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-34-0)}.radioXGroup__4994c47e{display:inline-flex;flex-flow:row wrap}.radioXGroup__4994c47e.indent-12__a4335d94{margin-left:-6px;margin-right:-6px}.radioXGroup__4994c47e.indent-12__a4335d94 .label__244c19c4{margin-left:6px;margin-right:6px}.radioXGroup__4994c47e.indent-16__3af45d15{margin-left:-8px;margin-right:-8px}.radioXGroup__4994c47e.indent-16__3af45d15 .label__244c19c4{margin-left:8px;margin-right:8px}.radioXGroup__4994c47e.indent-20__41b2c77a{margin-left:-10px;margin-right:-10px}.radioXGroup__4994c47e.indent-20__41b2c77a .label__244c19c4{margin-left:10px;margin-right:10px}.radioXGroup__4994c47e.indent-24__c70bce4f{margin-left:-12px;margin-right:-12px}.radioXGroup__4994c47e.indent-24__c70bce4f .label__244c19c4{margin-left:12px;margin-right:12px}.radioXGroup__4994c47e.indent-28__c785407f{margin-left:-14px;margin-right:-14px}.radioXGroup__4994c47e.indent-28__c785407f .label__244c19c4{margin-left:14px;margin-right:14px}.radioXGroup__4994c47e.indent-32__57b230d7{margin-left:-16px;margin-right:-16px}.radioXGroup__4994c47e.indent-32__57b230d7 .label__244c19c4{margin-left:16px;margin-right:16px}.radioYGroup__d238028a{display:inline-flex;flex-flow:column wrap}.radioYGroup__d238028a .label__244c19c4.sm__f1b011d3+.label__244c19c4.sm__f1b011d3{margin-top:8px}.radioYGroup__d238028a .label__244c19c4.md__614f92c8+.label__244c19c4.md__614f92c8{margin-top:16px}.radioYGroup__d238028a .label__244c19c4.lg__f43cdf61+.label__244c19c4.lg__f43cdf61{margin-top:20px}.notification__e739514e{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-34-0);background:var(--triplex-next-Notification-Background-1-34-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-34-0);z-index:300}.notification__e739514e:first-child{margin-top:0}.notification__e739514e.extraBottomPadding__9acaf8d4{padding-bottom:24px}.notification__e739514e .notificationHeader__475c0406{width:100%;margin-top:0;margin-bottom:8px;font-family:SBSansTextSemibold,Arial,sans-serif;font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-34-0)}.notification__e739514e .notificationIcon__160c6cfd{line-height:0}.notification__e739514e .notificationBody__8e5e12f1{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__e739514e .notificationBodyList__6654f802{margin-top:8px}.notification__e739514e .notificationClose__9ea0ea7c{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__e739514e.showCloseOnHover__d7904d85 .notificationClose__9ea0ea7c{opacity:0}.notification__e739514e.showCloseOnHover__d7904d85:hover{cursor:pointer}.notification__e739514e.showCloseOnHover__d7904d85:hover .notificationClose__9ea0ea7c{opacity:1}.notification__e739514e .notificationFooter__c44b6d71{display:flex;align-items:center;margin-top:16px}.notification__e739514e .notificationFooter__c44b6d71 button+a{margin-left:16px}.notification__e739514e .notificationTime__df62251d{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-34-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__0bf2cde2{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__0bf2cde2:hover{cursor:pointer}.notificationGroupedWrapper__0bf2cde2 .notificationGroupedFooterItem__a21fc52c{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-34-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-34-0)}.notificationGroupedWrapper__0bf2cde2 .notificationGroupedFooterItem__a21fc52c.first__d9dbbd9a{bottom:-8px;z-index:200}.notificationGroupedWrapper__0bf2cde2 .notificationGroupedFooterItem__a21fc52c.second__17b2bb0f{bottom:-16px;z-index:100}@media(max-width:767px){.notification__e739514e,.notificationGroupedWrapper__0bf2cde2{width:100%}}.unorderedListItem__95ad3607:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__95ad3607+.unorderedListItem__95ad3607{margin-top:8px}.unorderedList__8f93c284{position:relative;margin:0;padding-left:14px;list-style:none}.button__c73d2db8.general__885bc4a2{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-34-0);color:var(--triplex-next-Button-General_Color_Default-1-34-0)}.button__c73d2db8.general__885bc4a2:hover{background:var(--triplex-next-Button-General_Background_Hover-1-34-0);color:var(--triplex-next-Button-General_Color_Hover-1-34-0)}.button__c73d2db8.general__885bc4a2.expanded__7b0e2a6d,.button__c73d2db8.general__885bc4a2:active{background:var(--triplex-next-Button-General_Background_Active-1-34-0);color:var(--triplex-next-Button-General_Color_Active-1-34-0)}.button__c73d2db8.general__885bc4a2:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-34-0)}.button__c73d2db8.general__885bc4a2:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-34-0);color:var(--triplex-next-Button-General_Color_Disabled-1-34-0)}.button__c73d2db8.secondary__b7a62615{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-34-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-34-0)}.button__c73d2db8.secondary__b7a62615:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-34-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-34-0)}.button__c73d2db8.secondary__b7a62615.expanded__7b0e2a6d,.button__c73d2db8.secondary__b7a62615:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-34-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-34-0)}.button__c73d2db8.secondary__b7a62615:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-34-0)}.button__c73d2db8.secondary__b7a62615:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-34-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-34-0)}.button__c73d2db8.secondaryLight__948054bd{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-34-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-34-0)}.button__c73d2db8.secondaryLight__948054bd:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-34-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-34-0)}.button__c73d2db8.secondaryLight__948054bd.expanded__7b0e2a6d,.button__c73d2db8.secondaryLight__948054bd:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-34-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-34-0)}.button__c73d2db8.secondaryLight__948054bd:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-34-0)}.button__c73d2db8.secondaryLight__948054bd:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-34-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-34-0)}.button__c73d2db8.danger__3221394f{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-34-0);color:var(--triplex-next-Button-Danger_Color_Default-1-34-0)}.button__c73d2db8.danger__3221394f:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-34-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-34-0)}.button__c73d2db8.danger__3221394f.expanded__7b0e2a6d,.button__c73d2db8.danger__3221394f:active{background:var(--triplex-next-Button-Danger_Background_Active-1-34-0);color:var(--triplex-next-Button-Danger_Color_Active-1-34-0)}.button__c73d2db8.danger__3221394f:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-34-0)}.button__c73d2db8.danger__3221394f:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-34-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-34-0)}.button__c73d2db8.link__7dee03af{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-34-0);padding:0}.button__c73d2db8.link__7dee03af.sm__8084e127{height:28px;min-width:0px;padding:6px 2px}.button__c73d2db8.link__7dee03af.md__34a213ae{height:40px;min-width:0px;padding:10px 2px}.button__c73d2db8.link__7dee03af.lg__bf9b3a6e{height:56px;min-width:0px;padding:18px 2px}.button__c73d2db8.link__7dee03af:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-34-0)}.button__c73d2db8.link__7dee03af.expanded__7b0e2a6d,.button__c73d2db8.link__7dee03af:active{color:var(--triplex-next-Button-Link_Color_Active-1-34-0)}.button__c73d2db8.link__7dee03af:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-34-0)}.button__c73d2db8.link__7dee03af:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-34-0)}.button__c73d2db8{position:relative;display:inline-flex;align-items:center;margin:0;border:none;outline:none;background-clip:padding-box;font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600;cursor:pointer;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__c73d2db8::-moz-focus-inner{border:none;padding:0}.button__c73d2db8.sm__8084e127{line-height:16px;font-size:12px}.button__c73d2db8.sm__8084e127.general__885bc4a2,.button__c73d2db8.sm__8084e127.secondary__b7a62615,.button__c73d2db8.sm__8084e127.secondaryLight__948054bd,.button__c73d2db8.sm__8084e127.danger__3221394f{height:28px;min-width:58px;padding:0 12px;border-radius:6px}.button__c73d2db8.sm__8084e127.icon__978facc6{min-height:28px;min-width:28px;padding:0 4px}.button__c73d2db8.md__34a213ae{line-height:20px;font-size:14px}.button__c73d2db8.md__34a213ae.general__885bc4a2,.button__c73d2db8.md__34a213ae.secondary__b7a62615,.button__c73d2db8.md__34a213ae.secondaryLight__948054bd,.button__c73d2db8.md__34a213ae.danger__3221394f{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__c73d2db8.md__34a213ae.icon__978facc6{min-height:40px;min-width:40px;padding:0 10px}.button__c73d2db8.lg__bf9b3a6e{line-height:20px;font-size:16px}.button__c73d2db8.lg__bf9b3a6e.general__885bc4a2,.button__c73d2db8.lg__bf9b3a6e.secondary__b7a62615,.button__c73d2db8.lg__bf9b3a6e.secondaryLight__948054bd,.button__c73d2db8.lg__bf9b3a6e.danger__3221394f{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__c73d2db8.lg__bf9b3a6e.icon__978facc6{min-height:56px;min-width:56px;padding:0 12px}.button__c73d2db8:disabled{cursor:default}.button__c73d2db8:disabled *{pointer-events:none}.button__c73d2db8+.button__c73d2db8:not(.block__45e0c163),.button__c73d2db8+.buttonDropdown__473273e4:not(.block__45e0c163){margin-left:12px}.button__c73d2db8 .content__c6b5dcf5{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__c73d2db8.block__45e0c163{display:block;width:100%}.button__c73d2db8.loading__f06faf57{pointer-events:none}.button__c73d2db8.loading__f06faf57 .content__c6b5dcf5{visibility:hidden}.button__c73d2db8 .loader__6f16efad{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__c73d2db8 .loader__6f16efad.hidden__9406fb38{visibility:hidden}.buttonDropdownExtended__f4f634d9{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__f4f634d9 .buttonDropdownExtendedBlock__dcd03ba4{padding:4px;margin-top:4px;right:0}.buttonDropdown__473273e4.block__45e0c163{display:block}.buttonDropdown__473273e4+.button__c73d2db8:not(.block__45e0c163),.buttonDropdown__473273e4+.buttonDropdown__473273e4:not(.block__45e0c163){margin-left:12px}.buttonDropdown__473273e4 .buttonDropdownTarget__a2966556.md__34a213ae.dots__3537e5ef{padding:0 8px}.buttonDropdown__473273e4 .buttonDropdownTarget__a2966556 .caretIcon__acd5c01c{margin-left:2px;transition:transform .3s ease-in-out}.buttonDropdown__473273e4 .buttonDropdownTarget__a2966556.active__802b5df9 .caretIcon__acd5c01c{transform:rotate(-180deg)}.buttonDropdown__473273e4 .buttonDropdownMenuItem__217ffcd4{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__8398d2c9{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__b6ba666a{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__8f63605d{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__9bb85e34{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-1-34-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__b1f51ba3{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__b1f51ba3 .modalWindowContentWrapper__7a687ae8{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__8398d2c9 .6s ease}.modalWindow__b1f51ba3 .modalWindowContent__bac5c4ec{margin-top:var(--modal-window-top);margin-bottom:100px;width:100%}.modalWindow__b1f51ba3 .modalWindowContent__bac5c4ec .modalWindowBody__7f589ddc{box-sizing:border-box;animation:fadeIn__14a39da1 .3s ease}@keyframes fadeIn__14a39da1{0%{opacity:0}to{opacity:1}}.modalWindow__b1f51ba3 .modalWindowContent__bac5c4ec .spinnerSm__880399dd{display:none}@media(max-width:767px){.modalWindow__b1f51ba3 .modalWindowContent__bac5c4ec .spinner__69cd4145{display:none}.modalWindow__b1f51ba3 .modalWindowContent__bac5c4ec .spinnerSm__880399dd{display:flex}}.global-modalWindowTransition-exit .modalWindow__b1f51ba3 .modalWindowContentWrapper__7a687ae8{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__b6ba666a .3s ease}.global-modalWindowTransition-exit .modalWindow__b1f51ba3 .modalWindowContentWrapper__7a687ae8 .modalWindowBody__7f589ddc{animation:fadeOut__93da047f .3s ease}@keyframes fadeOut__93da047f{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__bcad9c2a{position:absolute;left:0;right:0;height:0}.modalWindow__b1f51ba3.sm__424b10f2 .modalWindowContentWrapper__7a687ae8{max-width:480px}.modalWindow__b1f51ba3.sm__424b10f2 .modalWindowContent__bac5c4ec .modalWindowBody__7f589ddc{min-height:196px}@media(max-width:575px){.modalWindow__b1f51ba3.sm__424b10f2 .modalWindowContentWrapper__7a687ae8{max-width:100%}}.modalWindow__b1f51ba3.md__9979db81 .modalWindowContentWrapper__7a687ae8{max-width:600px}.modalWindow__b1f51ba3.md__9979db81 .modalWindowContent__bac5c4ec .modalWindowBody__7f589ddc{min-height:246px}@media(max-width:767px){.modalWindow__b1f51ba3.md__9979db81 .modalWindowContentWrapper__7a687ae8{max-width:100%}}.modalWindow__b1f51ba3.lg__4bb540a5 .modalWindowContentWrapper__7a687ae8{max-width:800px}.modalWindow__b1f51ba3.lg__4bb540a5 .modalWindowContent__bac5c4ec .modalWindowBody__7f589ddc{min-height:396px}@media(max-width:991px){.modalWindow__b1f51ba3.lg__4bb540a5 .modalWindowContentWrapper__7a687ae8{max-width:100%}}.modalWindowContentPage__bf3c1c9a{background:var(--triplex-next-ModalWindow-Background-1-34-0);padding:8px!important}.modalWindowContentPage__bf3c1c9a,.modalWindowLoaderScreen__d1ef0a6f{border-radius:32px}@media(max-width:767px){.modalWindowContentPage__bf3c1c9a,.modalWindowLoaderScreen__d1ef0a6f{border-radius:24px}}.islandBody__6f13d7f0{display:block}.islandHeader__bf1f3f8a,.islandFooter__d798adf5,.island__320d28ea{position:relative}.island__320d28ea.type1__7be98248{background-color:var(--triplex-next-Island-Type1_Background-1-34-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-34-0)}.island__320d28ea.type2__e01106e0{background-color:var(--triplex-next-Island-Type2_Background-1-34-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-34-0)}.island__320d28ea.type3__6e02616f{background-color:var(--triplex-next-Island-Type3_Background-1-34-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-34-0)}.island__320d28ea.sm__0be9a9e8{border-radius:16px;padding:16px}.island__320d28ea.sm__0be9a9e8 .islandHeader__bf1f3f8a+.islandBody__6f13d7f0,.island__320d28ea.sm__0be9a9e8 .islandHeader__bf1f3f8a+.islandFooter__d798adf5,.island__320d28ea.sm__0be9a9e8 .islandBody__6f13d7f0+.islandFooter__d798adf5{margin-top:8px}.island__320d28ea.md__c6dc3572{border-radius:24px;padding:24px}.island__320d28ea.md__c6dc3572 .islandHeader__bf1f3f8a+.islandBody__6f13d7f0,.island__320d28ea.md__c6dc3572 .islandHeader__bf1f3f8a+.islandFooter__d798adf5,.island__320d28ea.md__c6dc3572 .islandBody__6f13d7f0+.islandFooter__d798adf5{margin-top:12px}.island__320d28ea.lg__9eb96188{border-radius:32px;padding:32px}.island__320d28ea.lg__9eb96188 .islandHeader__bf1f3f8a+.islandBody__6f13d7f0,.island__320d28ea.lg__9eb96188 .islandHeader__bf1f3f8a+.islandFooter__d798adf5,.island__320d28ea.lg__9eb96188 .islandBody__6f13d7f0+.islandFooter__d798adf5{margin-top:16px}@media(max-width:767px){.island__320d28ea.sm__0be9a9e8,.island__320d28ea.md__c6dc3572{border-radius:16px;padding:16px}.island__320d28ea.lg__9eb96188{border-radius:24px;padding:24px}}.modalWindowBody__7f589ddc{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowBody__7f589ddc:last-child{margin-bottom:0}.modalWindowClose__23f40c0e{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media(max-width:767px){.modalWindowClose__23f40c0e{top:20px;right:20px}}.loaderScreen__f9b1e384{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__f9b1e384.loaderSmallBackdrop__c31528b7{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-34-0)}.loaderScreen__f9b1e384.loaderMiddleBackdrop__a92c05b1{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-34-0)}.body__b55334cd{position:relative;display:flex}.body__b55334cd .bodyInner__e41ab326{position:relative;flex-grow:1;width:100%}.bodyPage__176c17b3{flex-grow:1}.verticalMargin24__d87ce9bf{margin-top:24px;margin-bottom:24px}.verticalMargin16__596127ef{margin-top:16px;margin-bottom:16px}@media(max-width:767px){.verticalMargin24__d87ce9bf{margin-top:16px;margin-bottom:16px}.verticalMargin16__596127ef{margin-top:8px;margin-bottom:8px}}.headerTabs__e2875784{display:flex;justify-content:space-between}.headerTabs__e2875784 .headerTabsContent__abc2c96e{flex-grow:1;min-width:1px}.headerTabs__e2875784 .headerTabsControls__4bbac330{flex-shrink:0;white-space:nowrap;padding-left:24px}@media(max-width:767px){.headerTabs__e2875784{flex-wrap:wrap}.headerTabs__e2875784 .headerTabsContent__abc2c96e{width:100%}.headerTabs__e2875784 .headerTabsControls__4bbac330{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__e2875784 .headerTabsControls__4bbac330>button{margin-left:16px;margin-top:16px}}.headerTitle__0ad18394{display:flex;justify-content:space-between}.headerTitle__0ad18394 .headerTitleControls__23897485{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__155a8605+.headerTitle__0ad18394{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media(max-width:767px){.headerTitle__0ad18394{flex-wrap:wrap}.headerTitle__0ad18394 .headerTitleContent__d321131c{width:100%}.headerTitle__0ad18394 .headerTitleControls__23897485{padding-left:0;white-space:normal;flex-shrink:initial;margin-left:-16px}.headerTitle__0ad18394 .headerTitleControls__23897485>button,.headerTitle__0ad18394 .headerTitleControls__23897485>[class*=buttonDropdown]{margin-left:16px;margin-top:16px}}.headerSubheader__e14a03fd{padding:24px 0}.headerSubheader__e14a03fd.withoutPaddings__e2123a62{padding:0}.headerLayoutSidebar__6021b84f{display:flex;justify-content:space-between}.headerLayoutSidebarContent__2981a241{flex-grow:1;min-width:1px}@media(max-width:767px){.headerLayoutSidebarSidebar__fc1295d7{display:none}}.page__434eaa5c{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__434eaa5c{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__b96a0691.sticky__054eb205{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__b96a0691.sticky__054eb205[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-34-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__bb4cc137.sticky__054eb205{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__bb4cc137.sticky__054eb205[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-1-34-0)!important}.footerDescription__621b5bf9{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__3d8ae551{flex-grow:1;margin-right:auto}.footerDescriptionControls__80babdb3{margin-left:auto;white-space:nowrap;padding-left:24px}@media(max-width:767px){.footerDescription__621b5bf9{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__3d8ae551{width:100%}.footerDescriptionControls__80babdb3{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__80babdb3>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__3d8ae551+.footerDescriptionControls__80babdb3{margin-top:0}.footer__f13c5e46{padding:16px 0}}.modalWindowHeader__2d7752c1 .global-HeaderTitleContent{padding-right:64px}@media(max-width:767px){.modalWindowHeader__2d7752c1 .global-HeaderTitleContent{padding-right:72px}}.list__442ca97c{margin:0;padding:0;list-style:none;position:relative}.list__442ca97c .listLoaderScreen__4bb49aa9{z-index:100}.listItemControls__3b280e2c{display:flex;padding:0 16px 0 4px}.listItemContent__e4b6500c{background:var(--triplex-next-ListItem-Background-1-34-0);padding:12px 0 12px 16px;box-sizing:border-box}.listItemContent__e4b6500c.selected__ce5ac1bb{background:var(--triplex-next-ListItem-Background_Selected-1-34-0)}.listItemContent__e4b6500c.selectable__3c46fd80{border-radius:8px}.listItemControlsButton__e67300a0{margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-34-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px;width:92px}.listItemControlsButton__e67300a0:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-34-0)}.listItemControlsButton__e67300a0:hover .listItemControlsButtonLabel__63bc7d67{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-34-0)!important}.listItemControlsButton__e67300a0:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-34-0)}.listItemControlsButton__e67300a0:active .listItemControlsButtonLabel__63bc7d67{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-34-0)!important}.listItemControlsButton__e67300a0+.listItemControlsButton__e67300a0,.listItemControlsButton__e67300a0+.listItemControlsButtonDropdown__0cdaa5e7{margin-left:4px}.listItemControlsButtonIcon__ff597233{line-height:0}.listItemControlsButton__e67300a0.withText__a6b252fb .listItemControlsButtonIcon__ff597233{margin-bottom:8px}.listItemControlsButtonLabel__63bc7d67{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-34-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__0cdaa5e7{display:flex}.listItemControlsButtonInner__fceb602c{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__e67300a0.withIcon__87709503.withText__a6b252fb .listItemControlsButtonInner__fceb602c{height:44px;overflow:visible}.buttonDropdownMenuItem__817a95c9{overflow:hidden;text-overflow:ellipsis}.listEmptyState__7f021566{padding:64px 16px 16px;text-align:center}.listItemLoading__952b8e51{display:flex;justify-content:center;height:24px;padding:12px 0;position:relative;background-color:var(--triplex-next-ListItem-Background-1-34-0)}.label__5187703f{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__5187703f.sm__2bb0e556{min-width:16px;min-height:16px}.label__5187703f.sm__2bb0e556.nonempty__7de4a57a{padding:2px 0 2px 24px}.label__5187703f.md__fd4139ac{min-width:24px;min-height:24px}.label__5187703f.md__fd4139ac.nonempty__7de4a57a{padding-left:32px;padding-top:2px}.label__5187703f.lg__e3ca197e{min-width:28px;min-height:28px}.label__5187703f.lg__e3ca197e.nonempty__7de4a57a{padding-left:40px;padding-top:4px}.label__5187703f.disabled__e9e1999c{cursor:default}.label__5187703f[hidden]{display:none}.checkbox__e840db22{margin:0;opacity:0}.checkboxIcon__c2497139{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-34-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-34-0)}.sm__2bb0e556 .checkboxIcon__c2497139{border-radius:4px}.checkmarkIcon__6819642a{transform:scale(0)}.checkmarkIcon__6819642a path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-34-0)}.checkboxIcon__c2497139,.checkmarkIcon__6819642a{pointer-events:none}.checkbox__e840db22,.checkboxIcon__c2497139,.checkmarkIcon__6819642a{position:absolute;left:0;top:0}.sm__2bb0e556 .checkbox__e840db22,.sm__2bb0e556 .checkboxIcon__c2497139,.sm__2bb0e556 .checkmarkIcon__6819642a{width:16px;height:16px;top:2px}.md__fd4139ac .checkbox__e840db22,.md__fd4139ac .checkboxIcon__c2497139,.md__fd4139ac .checkmarkIcon__6819642a{width:24px;height:24px}.lg__e3ca197e .checkbox__e840db22,.lg__e3ca197e .checkboxIcon__c2497139,.lg__e3ca197e .checkmarkIcon__6819642a{width:28px;height:28px}.checkbox__e840db22:enabled{cursor:pointer}.checkbox__e840db22:enabled:hover+.checkboxIcon__c2497139{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-34-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-34-0)}.checkbox__e840db22:checked+.checkboxIcon__c2497139{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-34-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-34-0)}.checkbox__e840db22:checked~.checkmarkIcon__6819642a{transform:scale(1);transition:transform .2s ease-out}.checkbox__e840db22:disabled+.checkboxIcon__c2497139{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-34-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-34-0)}.checkbox__e840db22:disabled:checked+.checkboxIcon__c2497139{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-34-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-34-0)}.checkbox__e840db22:disabled~.checkmarkIcon__6819642a path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-34-0)}.checkbox__e840db22:focus-visible+.checkboxIcon__c2497139{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-34-0)}.checkbox__e840db22:checked:enabled:hover+.checkboxIcon__c2497139{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-34-0)}.listItemSelectable__f5583ab4{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-34-0);border-radius:8px}.listItemSelectable__f5583ab4.selected__ce5ac1bb{background:var(--triplex-next-ListItem-Background_Selected-1-34-0)}.checkboxWrapper__76248252{padding:16px;line-height:0}.childrenWrapper__ddf1878a{flex-grow:1}.checkboxLabel__5336fdb9{padding:0!important;position:relative}.checkboxLabelClickArea__7e8ce74d{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__ed35dfbb{position:relative;overflow:hidden}.swipeableArea__ed35dfbb .content__f30d6e48{position:relative;touch-action:pan-y}.swipeableArea__ed35dfbb .content__f30d6e48.disableScroll__69dcf05e{touch-action:none}.swipeableArea__ed35dfbb .content__f30d6e48.disablePointerEvents__63b3a1bb:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__ed35dfbb .swipeAnimationFinish__6985f080{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__ed35dfbb .leftContent__c78f546d,.swipeableArea__ed35dfbb .rightContent__a9e5c61a{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__ed35dfbb .rightContent__a9e5c61a{left:auto;right:0}.listItemTail__6974a87c{position:absolute;width:18px;top:0;bottom:0;overflow:hidden}.listItemTailLine__01c5cf76{background:var(--triplex-next-ListMaster-Background-1-34-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailLeft__a83937c0{left:-8px}.listItemTailRight__40922d7d{right:-10px}.listItemTailTop__1a3144d7{position:absolute;top:0;left:0;right:0}.listItemTailTop__1a3144d7:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-34-0)}.listItemTailTop__1a3144d7:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-34-0)}.listItemTailBottom__266795bf{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__266795bf:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-34-0)}.listItemTailBottom__266795bf:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-34-0)}.listItemTable__44473285{margin-bottom:4px}.listItemTable__44473285:last-child{margin-bottom:0}.listItemTable__44473285 .swipeableArea__f7726feb{border-radius:8px}.listItemTable__44473285 .content__cd8bce85{min-height:56px}.listSortableItemTarget__46ea6bf4{display:flex;gap:16px;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-34-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__46ea6bf4:hover{background:var(--triplex-next-ListItem-Background_Hover-1-34-0)}.listSortableItemTarget__46ea6bf4.dragging__c07472e6{background:var(--triplex-next-ListItem-Background_Dragging-1-34-0);box-shadow:var(--triplex-next-ListItem-Shadow_Dragging-1-34-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__d04720a1{flex:1}.listSortableItemTargetIcon__ad0e3008{display:block}.listSortableItem__c1267201{position:relative}.listSortableItem__c1267201.dragging__c07472e6{z-index:1}.listSortableItemControls__545c107a{display:inline-block}.islandWidgetHeader__49ccbfad{display:flex;justify-content:flex-start;align-items:center;gap:8px}.islandWidgetHeader__49ccbfad .islandWidgetHeaderTitle__95370f30{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandWidgetHeader__49ccbfad .islandWidgetHeaderControls__89e276a3{display:flex;align-items:center;gap:8px}.islandWidgetHeader__49ccbfad .islandWidgetHeaderDescription__1f72a3da{display:flex;flex-grow:1;justify-content:flex-end}.islandWidgetHeader__49ccbfad .caretWrapper__29c681a5{position:absolute;top:16px;right:16px}.islandWidgetHeader__49ccbfad .caretIcon__de10736a{transition:transform .3s ease-in-out}.islandWidgetHeader__49ccbfad.open__dbdb1d78 .caretWrapper__29c681a5 .caretIcon__de10736a{transform:rotate(-180deg)}@media(max-width:767px){.islandWidgetHeader__49ccbfad{flex-wrap:wrap;padding-right:32px}.islandWidgetHeader__49ccbfad .islandWidgetHeaderTitle__95370f30{white-space:normal}.islandWidgetHeader__49ccbfad .islandWidgetHeaderDescription__1f72a3da{flex-basis:100%;justify-content:flex-start}}.islandWidgetBody__00946824{padding-top:16px}.islandWidgetFooter__ae681952{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__b8744f23{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__4cbbc042{margin-left:auto;white-space:nowrap}@media(max-width:767px){.islandWidgetFooter__ae681952{flex-direction:column;gap:16px}.islandWidgetFooterControls__4cbbc042{display:flex;flex-wrap:wrap;gap:12px;margin:0 auto 0 0}.islandWidgetFooterControls__4cbbc042>button{margin-left:0!important}}.expandAnimation__d47f07e3{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__c5b38889{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-34-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media(max-width:767px){.islandWidgetExtraFooter__c5b38889{border-radius:0 0 16px 16px}}.islandWidget__8d3a8abd{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__8d3a8abd>*{height:100%}.islandWidgetWithExtraFooter__b4f483b7:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-1-34-0)!important}@media(max-width:767px){.islandWidgetHeaderWrapperAdaptive__3288f078{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__d1486f96{display:flex;flex-direction:column}.main__1874fee1{position:relative;width:100%;height:var(--triplex-next-runtime-ImageGalleryExtended-Main_Height, 504px);border-radius:16px;overflow:hidden;touch-action:pan-y}.main__1874fee1:hover .arrow__f2a73013{opacity:1}.main__1874fee1 .image__023a4c5d{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none}.imageButton__e1c27630{display:block;width:100%;height:100%;margin:0;padding:0;border:none;background:transparent}.track__ccca1bef{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__ccca1bef.animating__e483488d{transition:transform .3s ease-out}.slide__ee970f49{position:relative;flex:0 0 100%;height:100%;overflow:hidden}.blur__a9567e2b{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__7bc47978{cursor:pointer}.arrow__f2a73013{outline:none;position:absolute;top:50%;z-index:2;width:40px;height:40px;transform:translateY(-50%);background:var(--triplex-next-ImageGallery-Arrow_Background_Default-1-34-0);border:1px solid var(--triplex-next-ImageGallery-Arrow_BorderColor_Default-1-34-0);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .15s ease}.arrow__f2a73013:focus-visible{opacity:1}.arrow__f2a73013:hover{background:var(--triplex-next-ImageGallery-Arrow_Background_Hover-1-34-0);border-color:var(--triplex-next-ImageGallery-Arrow_BorderColor_Hover-1-34-0)}.arrow__f2a73013:active{background:var(--triplex-next-ImageGallery-Arrow_Background_Active-1-34-0);border-color:var(--triplex-next-ImageGallery-Arrow_BorderColor_Active-1-34-0)}.arrow__f2a73013:disabled{display:none}.arrow__f2a73013.prev__577e7d2e{left:16px}.arrow__f2a73013.next__fd5b065c{right:16px}@media(max-width:767px){.main__1874fee1{height:var(--triplex-next-runtime-ImageGalleryExtended-Main_Height, 264px);border-radius:8px}.arrow__f2a73013{display:none}}.thumbnails__d19cb9ad{display:flex;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.thumbnails__d19cb9ad::-webkit-scrollbar{display:none}.thumb__2386784c{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__2386784c+.thumb__2386784c{margin-left:8px}.thumb__2386784c:focus-visible,.thumb__2386784c.active__d65ec4cd{border-color:var(--triplex-next-ImageGallery-Accent_Color-1-34-0)}.thumb__2386784c:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:8px;background:var(--triplex-next-ImageGallery-Thumb_Mask_Background-1-34-0);pointer-events:none;transition:opacity .15s ease-in-out}.thumb__2386784c:hover:after,.thumb__2386784c.active__d65ec4cd:after{opacity:0}.thumb__2386784c .image__023a4c5d{display:block;width:72px;height:72px;border-radius:8px;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none}.dots__3e4a959e{display:flex;justify-content:center;align-items:center;gap:8px}.dot__04d28fcc{width:16px;height:3px;padding:0;margin:0;border:none;border-radius:2px;background:var(--triplex-next-ImageGallery-Dot_Background_Default-1-34-0);cursor:pointer;outline:none;transition:background .15s ease-in-out,width .15s ease-in-out}.dot__04d28fcc:hover{background:var(--triplex-next-ImageGallery-Dot_Background_Hover-1-34-0)}.dot__04d28fcc:focus-visible{box-shadow:0 0 0 2px var(--triplex-next-ImageGallery-Accent_Color-1-34-0)}.dot__04d28fcc.active__d65ec4cd{width:24px;background:var(--triplex-next-ImageGallery-Dot_Background_Active-1-34-0)}.treeView__9335ddc0,.treeViewGroup__a2a39582{margin:0;padding:0}.treeView__9335ddc0 .treeViewNode__e9a76528,.treeViewGroup__a2a39582 .treeViewNode__e9a76528{margin:0;padding:0;outline:none;list-style:none}.collapsibleTreeExtendedNodeContent__58554c5a.collapsed__875e4fb9{visibility:hidden}.collapsibleTreeNodeHeader__0dc18f3b{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__0dc18f3b.interactive__a6ca6606{cursor:pointer}.collapsibleTreeNodeHeader__0dc18f3b.interactive__a6ca6606:hover{background:var(--triplex-next-CollapsibleTree-Header_Background_Hover-1-34-0)}.collapsibleTreeNodeHeader__0dc18f3b.interactive__a6ca6606:focus-visible{box-shadow:var(--triplex-next-CollapsibleTree-Header_Shadow_Focus-1-34-0)}.chevron__3987e774{flex:0 0 auto;width:24px;height:24px;transition:transform .2s ease;transform:rotate(0)}.chevron__3987e774.opened__90bb2095{transform:rotate(90deg)}.collapsibleTreeLeafContent__2b210818{display:block}.collapsibleTreeLeafNode__814d9ca8{margin-bottom:2px!important}.collapsibleTree__e8f37ca9 [role=group]{padding-left:24px}.chipGroupItem__fefa8bfe{display:inline-block}.chip__79b34ec8{position:relative;display:inline-flex;align-items:center;gap:2px;box-sizing:border-box;min-width:40px;max-width:264px;flex-shrink:0;vertical-align:middle;cursor:pointer;outline:none;color:var(--triplex-next-Chip-Color_Default-1-34-0)}.chip__79b34ec8.lg__fe04938c{height:56px;padding:0 16px;font-size:16px;line-height:20px;border-radius:10px}.chip__79b34ec8.lg__fe04938c .prefix__29dd7180{padding-left:16px}.chip__79b34ec8.lg__fe04938c .postfix__e27facd7{padding-right:12px}.chip__79b34ec8.lg__fe04938c .notificationIcon__3bec8633{top:6px;right:6px}.chip__79b34ec8.md__79c3cd35{height:40px;padding:0 12px;font-size:14px;line-height:20px;border-radius:8px}.chip__79b34ec8.md__79c3cd35 .prefix__29dd7180{padding-left:12px}.chip__79b34ec8.md__79c3cd35 .postfix__e27facd7{padding-right:8px}.chip__79b34ec8.md__79c3cd35 .notificationIcon__3bec8633{top:4px;right:4px}.chip__79b34ec8.sm__4bba9efb{height:28px;padding:0 12px;font-size:12px;line-height:16px;border-radius:6px}.chip__79b34ec8.sm__4bba9efb .prefix__29dd7180{padding-left:8px}.chip__79b34ec8.sm__4bba9efb .postfix__e27facd7{padding-right:8px}.chip__79b34ec8.sm__4bba9efb .notificationIcon__3bec8633{top:3px;right:3px}.chip__79b34ec8.type1__7e222efa{background:var(--triplex-next-Chip-Background_Type1_Default-1-34-0)}.chip__79b34ec8.type1__7e222efa:hover{background:var(--triplex-next-Chip-Background_Type1_Hover-1-34-0)}.chip__79b34ec8.type2__db23d3bd{background:var(--triplex-next-Chip-Background_Type2_Default-1-34-0)}.chip__79b34ec8.type2__db23d3bd:hover{background:var(--triplex-next-Chip-Background_Type2_Hover-1-34-0)}.chip__79b34ec8:hover{color:var(--triplex-next-Chip-Color_Hover-1-34-0)}.chip__79b34ec8:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-34-0)}.chip__79b34ec8:active,.chip__79b34ec8[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-34-0);color:var(--triplex-next-Chip-Color_Active-1-34-0)}.chip__79b34ec8.selected__5b756451{background:var(--triplex-next-Chip-Background_Selected_Default-1-34-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-34-0)}.chip__79b34ec8.selected__5b756451:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-34-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-34-0)}.chip__79b34ec8.selected__5b756451:active,.chip__79b34ec8.selected__5b756451[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-34-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-34-0)}.chip__79b34ec8.selected__5b756451.disabled__b370385c{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-34-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-34-0)}.chip__79b34ec8.disabled__b370385c{pointer-events:none;cursor:default;background:var(--triplex-next-Chip-Background_Disabled-1-34-0);color:var(--triplex-next-Chip-Color_Disabled-1-34-0)}.chip__79b34ec8.withPrefix__d1d28f96{padding-left:0}.chip__79b34ec8.withPostfix__35847385{padding-right:0}.chip__79b34ec8 .content__c31d5eae{flex-grow:1;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chip__79b34ec8 .prefix__29dd7180,.chip__79b34ec8 .postfix__e27facd7{display:flex}.chip__79b34ec8 .notificationIcon__3bec8633{position:absolute}.calendarControls__dffcaf6f{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-34-0)}.calendarViewDays__c8ab4072{width:calc(100% + 8px);margin:12px -4px 0;border-spacing:4px 0px;table-layout:fixed}.calendarViewDays__c8ab4072+.calendarFooter__d3576abb{margin-top:18px}.adaptive__538ba9e7 .calendarViewDays__c8ab4072{width:100%;margin:12px 0 0;border-spacing:0}.adaptive__538ba9e7 .calendarViewDays__c8ab4072+.calendarFooter__d3576abb{margin-top:12px}.calendarViewMonths__785e376b,.calendarViewYears__44929265{width:calc(100% + 12px);margin:8px -6px -14px;border-spacing:6px 14px;table-layout:fixed}.calendarViewMonths__785e376b+.calendarFooter__d3576abb,.calendarViewYears__44929265+.calendarFooter__d3576abb{margin-top:22px}.adaptive__538ba9e7 .calendarViewMonths__785e376b,.adaptive__538ba9e7 .calendarViewYears__44929265{width:100%;margin:4px 0 -8px;border-spacing:0 8px}.adaptive__538ba9e7 .calendarViewMonths__785e376b+.calendarFooter__d3576abb,.adaptive__538ba9e7 .calendarViewYears__44929265+.calendarFooter__d3576abb{margin-top:12px}.calendarViewDaysHeader__0608ee7d{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-1-34-0)}.calendarViewDaysBody__1f0d3c18:before{display:block;content:"‌";line-height:8px}.calendarViewItem__b34cee0f{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__b34cee0f:focus-visible{outline:none}.calendarViewItem__b34cee0f.current__e4d3adec{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.calendarViewItem__b34cee0f.disabled__3f4f5755{pointer-events:none}.calendarViewItemLabel__b8d613c2{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-34-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-34-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-34-0);cursor:pointer}.calendarViewItemLabel__b8d613c2.muted__1f3f00c3{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-34-0)}.calendarViewItemLabel__b8d613c2:hover{color:var(--triplex-next-Calendar-View_Item_Color_Hover-1-34-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-34-0)}.calendarViewItemLabel__b8d613c2.selected__b0dc29e4{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-34-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-34-0)}.calendarViewItemLabel__b8d613c2.selected__b0dc29e4:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-34-0)}.calendarViewItemLabel__b8d613c2.selected__b0dc29e4:hover.basicMark__f66b74b5:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-34-0)}.calendarViewItemLabel__b8d613c2.selected__b0dc29e4:hover.standardMark__04d2cf7b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-34-0)}.calendarViewItemLabel__b8d613c2.selected__b0dc29e4:hover.attentionMark__9abbce1f:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-34-0)}.calendarViewItemLabel__b8d613c2.selected__b0dc29e4:hover.criticalMark__9a16e7a6:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-34-0)}.calendarViewItemLabel__b8d613c2.selected__b0dc29e4.muted__1f3f00c3{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-34-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-34-0)}.calendarViewItemLabel__b8d613c2.selected__b0dc29e4.muted__1f3f00c3:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-34-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-34-0)}.calendarViewItemLabel__b8d613c2.selected__b0dc29e4.basicMark__f66b74b5:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-34-0)}.calendarViewItemLabel__b8d613c2.selected__b0dc29e4.standardMark__04d2cf7b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-34-0)}.calendarViewItemLabel__b8d613c2.selected__b0dc29e4.attentionMark__9abbce1f:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-34-0)}.calendarViewItemLabel__b8d613c2.selected__b0dc29e4.criticalMark__9a16e7a6:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-34-0)}.calendarViewItemLabel__b8d613c2.marked__bdaffafa:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__b8d613c2.basicMark__f66b74b5:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-34-0)}.calendarViewItemLabel__b8d613c2.standardMark__04d2cf7b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-34-0)}.calendarViewItemLabel__b8d613c2.attentionMark__9abbce1f:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-34-0)}.calendarViewItemLabel__b8d613c2.criticalMark__9a16e7a6:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-34-0)}.calendarViewItemLabel__b8d613c2.disabled__3f4f5755{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-34-0);background:none}.calendarViewItem__b34cee0f:focus-visible .calendarViewItemLabel__b8d613c2{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-34-0)}.unitDay__30b2e908{width:36px;height:36px;border-radius:6px}.unitMonth__1d76678e,.unitYear__ddf4d3c9{width:88px;height:48px;border-radius:6px}.adaptive__538ba9e7 .unitMonth__1d76678e,.adaptive__538ba9e7 .unitYear__ddf4d3c9{width:104px;height:56px;border-radius:10px}.calendarFooter__d3576abb{text-align:center}.calendar__8baa7eba{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-34-0);border-radius:8px;-webkit-user-select:none;user-select:none}.calendar__8baa7eba.extraBottom__5d04302e{padding-bottom:12px}.calendar__8baa7eba.adaptive__538ba9e7{width:auto;padding:20px 20px 24px}.calendar__8baa7eba+.calendar__8baa7eba{margin-top:20px}.datePickerExtendedMobileDropdown__1ecf1dbe{max-height:100vh}.chipDropdownArrow__c8b4d766{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__c8b4d766.rotated__1ef8fc67{transform:rotate(-180deg)}.chipClearButton__b9913ba8{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__b9913ba8:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-34-0)}.dropdownMobileMaskedInput__0b0cd153{height:20px!important;padding:0!important}.dropdownMobileMaskedInput__0b0cd153:first-child{top:0}.selectExtendedFieldTarget__87606666{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__87606666 .caretIcon__eadf6bea{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__87606666.selectOpened__4d94c15d .caretIcon__eadf6bea{transform:rotate(180deg)}.selectExtendedFieldTarget__87606666.disabled__f979f76c{-webkit-user-select:none;user-select:none;cursor:default}.selectExtendedFieldTarget__87606666.disabled__f979f76c .target__077ff0d5,.selectExtendedFieldTarget__87606666.disabled__f979f76c .caretWrapper__7f01d32c{pointer-events:none}.selectExtendedField__92670f93{position:relative}.multiselectFieldHeader__ac006564{padding:12px}.multiselectFieldContent__fe538562{position:relative;padding:0 12px 12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContent__fe538562:first-child{padding-top:12px}.multiselectFieldContent__fe538562:has(.loaderScreen__9ab4eda9){overflow:hidden}.multiselectFieldContent__fe538562.sm__ec673d7e{max-height:208px}.multiselectFieldContent__fe538562.md__ba645f69{max-height:266px}.multiselectFieldContent__fe538562.lg__583290a5{max-height:296px}.multiselectFieldFooter__b87d1103{padding:0 12px 12px}.multiselectFieldFooter__b87d1103:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-34-0)}.chipOptionsContent__44630798{min-width:14px;text-align:center;display:block}.tooltipDesktop__93e27ed3{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__93e27ed3 .tooltipBody__c180cb82{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-34-0)}.tooltipDesktop__93e27ed3 .tooltipXButton__4500f817{position:absolute;right:8px;top:8px}.tooltipDesktopContent__879daabe{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-34-0);border-radius:8px}.closable__2ce5927e .tooltipDesktopContent__879daabe{padding-right:32px}.tooltipSM__5a961567 .tooltipDesktopContent__879daabe{width:192px;min-height:52px}.tooltipLG__9cb833c5 .tooltipDesktopContent__879daabe{width:384px;min-height:52px}.tooltipOverlay__d6a41837{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__85704c12{width:0;height:0}.tooltipDesktopTip__85704c12.down__30ff92b8{border-top:solid var(--triplex-next-Tooltip-Background-1-34-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__85704c12.up__a0cd8245{border-bottom:solid var(--triplex-next-Tooltip-Background-1-34-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__85704c12.left__0aac7a20{border-right:solid var(--triplex-next-Tooltip-Background-1-34-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__85704c12.right__07591490{border-left:solid var(--triplex-next-Tooltip-Background-1-34-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__b12d7a45 .tooltipBody__c180cb82{text-align:left}.tooltipMobileContent__664a0655{padding:16px}.headerless__79a260dc .tooltipMobileContent__664a0655{padding-right:40px;border-radius:16px 16px 0 0}.headerless__79a260dc .tooltipMobileContent__664a0655 .closeButton__8fa22548{position:absolute;right:16px;top:16px}.tooltipLink__c371af42{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__f2d9323d{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-34-0)}.desktop__f2d9323d:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-34-0)}.desktop__f2d9323d:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-34-0)}.desktop__f2d9323d:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-34-0)}.mobile__d006d0e2{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-34-0)}.mobile__d006d0e2:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-34-0)}.mobile__d006d0e2:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-34-0)}.mobile__d006d0e2:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-34-0)}.chipSuggestInputWrapper__21a28c30{margin:12px}.suggestDropdownMobileBody__c4eb2de3{height:176px}.suggestDropdownMobileNoOptionsText__36952ea3{padding:16px}.checkboxXGroup__d4d886a6{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__d4d886a6.indent-12__70f2c258{margin-left:-6px;margin-right:-6px}.checkboxXGroup__d4d886a6.indent-12__70f2c258 .label__5187703f{margin-left:6px;margin-right:6px}.checkboxXGroup__d4d886a6.indent-16__5c94add2{margin-left:-8px;margin-right:-8px}.checkboxXGroup__d4d886a6.indent-16__5c94add2 .label__5187703f{margin-left:8px;margin-right:8px}.checkboxXGroup__d4d886a6.indent-20__78dc9548{margin-left:-10px;margin-right:-10px}.checkboxXGroup__d4d886a6.indent-20__78dc9548 .label__5187703f{margin-left:10px;margin-right:10px}.checkboxXGroup__d4d886a6.indent-24__b03c452d{margin-left:-12px;margin-right:-12px}.checkboxXGroup__d4d886a6.indent-24__b03c452d .label__5187703f{margin-left:12px;margin-right:12px}.checkboxXGroup__d4d886a6.indent-28__59696b27{margin-left:-14px;margin-right:-14px}.checkboxXGroup__d4d886a6.indent-28__59696b27 .label__5187703f{margin-left:14px;margin-right:14px}.checkboxXGroup__d4d886a6.indent-32__88c6dcd6{margin-left:-16px;margin-right:-16px}.checkboxXGroup__d4d886a6.indent-32__88c6dcd6 .label__5187703f{margin-left:16px;margin-right:16px}.checkboxYGroup__bd052562{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__bd052562 .label__5187703f.sm__2bb0e556+.label__5187703f.sm__2bb0e556{margin-top:8px}.checkboxYGroup__bd052562 .label__5187703f.lg__e3ca197e+.label__5187703f.lg__e3ca197e{margin-top:20px}.checkboxYGroup__bd052562 .label__5187703f.md__fd4139ac+.label__5187703f.md__fd4139ac{margin-top:16px}@media(max-width:767px){.checkboxYGroup__bd052562{margin:14px 16px}.checkboxYGroup__bd052562 .label__5187703f.sm__2bb0e556+.label__5187703f.sm__2bb0e556,.checkboxYGroup__bd052562 .label__5187703f.md__fd4139ac+.label__5187703f.md__fd4139ac,.checkboxYGroup__bd052562 .label__5187703f.lg__e3ca197e+.label__5187703f.lg__e3ca197e{margin-top:28px}}.card__55f3e112{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__55f3e112.roundingMD__0bbe98fb{--radius: 16px}.card__55f3e112.roundingSM__bf6be9fa{--radius: 8px}.card__55f3e112.general__55582d27{background:var(--triplex-next-Card-Static_General_Background-1-34-0)}.card__55f3e112.secondary__bcdda8fc{background:var(--triplex-next-Card-Static_Secondary_Background-1-34-0)}.card__55f3e112 .cardMedia__273414a0{background-size:cover;background-repeat:no-repeat;background-position:center}.card__55f3e112 .cardContent__df155df8{padding:var(--padding);display:flex;flex-direction:column;flex:1}.card__55f3e112 .cardContent__df155df8.paddingMD__c771bd6a{--padding: 24px}.card__55f3e112 .cardContent__df155df8.paddingSM__df4eca63{--padding: 16px}.card__55f3e112 .cardContent__df155df8 .cardContentHeader__ec7d166d{margin-bottom:16px}.card__55f3e112 .cardContent__df155df8 .cardContentBody__c3bbaaf4{flex:1}.card__55f3e112 .cardContent__df155df8 .cardContentFooter__f2ea1b7c{margin-top:16px}.action__96070ccb{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__96070ccb: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__96070ccb.general__55582d27{background:var(--triplex-next-Card-Action_General_Background-1-34-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-34-0)}.action__96070ccb.general__55582d27:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-34-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-34-0)}.action__96070ccb.general__55582d27.selected__45f4039d{background:var(--triplex-next-Card-Action_General_Background_Selected-1-34-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-34-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-34-0)}.action__96070ccb.general__55582d27.selected__45f4039d:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-34-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-34-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-34-0)}.action__96070ccb.general__55582d27:focus{outline:none}.action__96070ccb.general__55582d27:focus.focusVisible__9e32197d{box-shadow:var(--triplex-next-Card-Shadow_Default-1-34-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-34-0)}.action__96070ccb.secondary__bcdda8fc{background:var(--triplex-next-Card-Action_Secondary_Background-1-34-0)}.action__96070ccb.secondary__bcdda8fc:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-34-0)}.action__96070ccb.secondary__bcdda8fc.selected__45f4039d{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-34-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-34-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-34-0)}.action__96070ccb.secondary__bcdda8fc.selected__45f4039d:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-34-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-34-0)}.action__96070ccb.secondary__bcdda8fc:focus{outline:none}.action__96070ccb.secondary__bcdda8fc:focus.focusVisible__9e32197d{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-34-0)}.alertContext__2134023c{display:flex;font-size:12px;line-height:16px}.alertContext__2134023c>svg{flex-shrink:0}.alertContext__2134023c .alertContextText__1e61bab4{margin-left:8px}.alertContext__2134023c.alertTypeError__0e22f12c .alertContextText__1e61bab4{color:var(--triplex-next-AlertContext-Error_Color-1-34-0)}.alertContext__2134023c.alertTypeInfo__cfe956ae .alertContextText__1e61bab4{color:var(--triplex-next-AlertContext-Info_Color-1-34-0)}.alertContext__2134023c.alertTypeWarning__1428d7ee .alertContextText__1e61bab4{color:var(--triplex-next-AlertContext-Warning_Color-1-34-0)}.alertContext__2134023c.alertTypeSystem__fd336eb4 .alertContextText__1e61bab4{color:var(--triplex-next-AlertContext-System_Color-1-34-0)}.alertProcess__dbbd51de{display:flex;padding:16px;position:relative}.alertProcess__dbbd51de.md__ef2ecb30{border-radius:12px}.alertProcess__dbbd51de.lg__9216a962{border-radius:24px}.alertProcess__dbbd51de.withSpoiler__66577251{min-height:40px}.alertProcess__dbbd51de .themeIcon__93505e69{box-sizing:border-box;height:20px;width:20px}.alertProcess__dbbd51de.alertTypeError__0e22f12c{background:var(--triplex-next-AlertProcess-Error_Background-1-34-0)}.alertProcess__dbbd51de.alertTypeInfo__cfe956ae{background:var(--triplex-next-AlertProcess-Info_Background-1-34-0)}.alertProcess__dbbd51de.alertTypeWarning__1428d7ee{background:var(--triplex-next-AlertProcess-Warning_Background-1-34-0)}.alertProcess__dbbd51de.alertTypeSystem__fd336eb4{background:var(--triplex-next-AlertProcess-System_Background-1-34-0)}.alertProcess__dbbd51de.alertTypeFeature__9a579abf{background:var(--triplex-next-AlertProcess-Feature_Background-1-34-0)}.alertProcess__dbbd51de.alertTypeFeature__9a579abf .themeIcon__93505e69{padding-top:0}.alertProcess__dbbd51de .alertProcessContentBlock__5dcddf6a{flex:1;margin-left:10px}.alertProcess__dbbd51de .alertProcessContentBlock__5dcddf6a .expandableContent__1233f83d{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__dbbd51de .alertProcessContentBlock__5dcddf6a .expandableContent__1233f83d.expanded__782d96e6{max-height:1000px;opacity:1}.alertProcess__dbbd51de .closeButton__c59d4c6c{margin-left:10px}.alertProcess__dbbd51de .expandButton__21b7df0f{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__dbbd51de .expandButton__21b7df0f.expanded__782d96e6{transform:rotate(180deg)}.adaptive__de1050fa{font-size:10px!important;line-height:12px!important}.avatar__abc1e00c{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-1-34-0)}.avatar__abc1e00c.borderRadius6__c297bcd9{border-radius:6px}.avatar__abc1e00c.borderRadius8__55564358{border-radius:8px}.avatar__abc1e00c.borderRadius10__2be68d6e{border-radius:10px}.avatar__abc1e00c.borderRadius12__1ea9a0c7{border-radius:12px}.avatar__abc1e00c.borderRadius16__070aaf33{border-radius:16px}.avatar__abc1e00c.xxs__c57757a9{width:28px;height:28px}.avatar__abc1e00c.xs__92dfa221{width:32px;height:32px}.avatar__abc1e00c.sm__35d79a80{width:40px;height:40px}.avatar__abc1e00c.md__05909c96{width:56px;height:56px}.avatar__abc1e00c.lg__e17b2b44{width:80px;height:80px}.avatar__abc1e00c.xl__b711e508{width:96px;height:96px}.avatar__abc1e00c.xxl__447f7c32{width:128px;height:128px}.carouselExtended__e63058a7{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__e63058a7::-webkit-scrollbar{display:none}.checkboxTreeExtended__fc4751ee{margin-bottom:-12px}.checkboxTreeExtendedNode__5abe1214 .checkboxTreeExtendedNode__5abe1214:has(.sm__3ae89a35){margin-left:16px}.checkboxTreeExtendedNode__5abe1214 .checkboxTreeExtendedNode__5abe1214:has(.md__4cb1283c),.checkboxTreeExtendedNode__5abe1214 .checkboxTreeExtendedNode__5abe1214:has(.lg__7ca94db5){margin-left:24px}.checkboxTreeExtendedNodeHeader__b17cf5aa{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__b17cf5aa.sm__3ae89a35{margin-bottom:8px}.checkboxTreeExtendedNodeHeader__b17cf5aa.md__4cb1283c,.checkboxTreeExtendedNodeHeader__b17cf5aa.lg__7ca94db5{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__b17cf5aa .checkboxTreeCheckboxLabel__c649bc4b{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__b17cf5aa .caretIconWrapper__e2a00c8e{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__b17cf5aa .caretIconWrapper__e2a00c8e:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-34-0)}.checkboxTreeExtendedNodeHeader__b17cf5aa.opened__51c439bc .caretIconWrapper__e2a00c8e{transform:rotate(180deg)}@media(max-width:767px){.checkboxTreeExtended__fc4751ee{padding:0 16px}.checkboxTreeExtended__fc4751ee .checkboxTreeExtendedNodeHeader__b17cf5aa{margin-bottom:0}.checkboxTreeExtended__fc4751ee .checkboxTreeExtendedNodeHeader__b17cf5aa .checkboxTreeCheckboxLabel__c649bc4b{padding-top:16px;padding-bottom:16px}.checkboxTreeExtended__fc4751ee .checkboxTreeExtendedNodeHeader__b17cf5aa .checkboxTreeCheckboxLabel__c649bc4b>span,.checkboxTreeExtended__fc4751ee .checkboxTreeExtendedNodeHeader__b17cf5aa .checkboxTreeCheckboxLabel__c649bc4b>svg,.checkboxTreeExtended__fc4751ee .checkboxTreeExtendedNodeHeader__b17cf5aa .checkboxTreeCheckboxLabel__c649bc4b .checkboxTreeCheckbox__b17cc0bc{top:14px}}.chipGroup__28fb505e{display:flex}.chipGroup__28fb505e.oneLine__5c6307e8{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__28fb505e.oneLine__5c6307e8::-webkit-scrollbar{display:none}.chipGroup__28fb505e.multiLine__39921a21{flex-wrap:wrap}.chipGroup__28fb505e.lg__08afa4c8{gap:12px}.chipGroup__28fb505e.md__6e88775a,.chipGroup__28fb505e.sm__ffeee86e{gap:8px}.gridHorizontalGapSM__a7556048{--grid-horizontal-gap: 8px}.gridHorizontalGapMD__0d98a408{--grid-horizontal-gap: 12px}.col-1__13b6bd7f{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__0726bd7c{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__0ed72b6f{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__ae6bfb58{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__e61ab329{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__e1df278c{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__206c7d14{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__a03fb376{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__012cc816{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__286940c2{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__3eff4a2f{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__d144738f{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__4613471b{margin-left:0%}.offset-1__24295e33{margin-left:8.33333333%}.offset-2__94c7a9c1{margin-left:16.66666667%}.offset-3__4a499c3d{margin-left:25%}.offset-4__c04c80d6{margin-left:33.33333333%}.offset-5__845ccb04{margin-left:41.66666667%}.offset-6__a6564402{margin-left:50%}.offset-7__c8b857f7{margin-left:58.33333333%}.offset-8__4bb76b6e{margin-left:66.66666667%}.offset-9__7c6cb2a4{margin-left:75%}.offset-10__8a2864fc{margin-left:83.33333333%}.offset-11__c60172e1{margin-left:91.66666667%}.d-none__68cb082d{display:none!important}.d-block__6e65030a{display:block!important}@media(min-width:576px){.col-sm-1__1cdac110{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__0e8d8f41{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__cbb844bb{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__a19d1afe{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__db9c9792{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__1e795d36{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__b6b3e2a4{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__c1bea4f6{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__5c3efa78{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__27b81d28{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__06bb9b4b{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__27e758ea{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__a7ba07b9{margin-left:0%}.offset-sm-1__7f829a20{margin-left:8.33333333%}.offset-sm-2__a9deb4e6{margin-left:16.66666667%}.offset-sm-3__dcdd736a{margin-left:25%}.offset-sm-4__71d0e3ad{margin-left:33.33333333%}.offset-sm-5__b9b1c0bc{margin-left:41.66666667%}.offset-sm-6__f5352e7f{margin-left:50%}.offset-sm-7__cd9986d3{margin-left:58.33333333%}.offset-sm-8__71f4e44a{margin-left:66.66666667%}.offset-sm-9__325bcb3c{margin-left:75%}.offset-sm-10__7d569662{margin-left:83.33333333%}.offset-sm-11__c47726ed{margin-left:91.66666667%}.d-none-sm__f6527934{display:none!important}.d-block-sm__55629b49{display:block!important}}@media(min-width:768px){.col-md-1__20e61100{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__b3170d9a{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__7018b3f6{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__93ae31fd{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__44239a47{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__36e7c624{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__01419797{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__ac8e46e8{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__16d4c4cc{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__0e9d3ede{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__cea43260{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__d46626dd{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__0cb05291{margin-left:0%}.offset-md-1__a52cb11a{margin-left:8.33333333%}.offset-md-2__0e6a2596{margin-left:16.66666667%}.offset-md-3__195d1673{margin-left:25%}.offset-md-4__01eb6c54{margin-left:33.33333333%}.offset-md-5__8f16b797{margin-left:41.66666667%}.offset-md-6__bf625ac4{margin-left:50%}.offset-md-7__1ac68ac6{margin-left:58.33333333%}.offset-md-8__8ff4cd37{margin-left:66.66666667%}.offset-md-9__74ef0923{margin-left:75%}.offset-md-10__cbc3fcc9{margin-left:83.33333333%}.offset-md-11__7e3f2ec2{margin-left:91.66666667%}.d-none-md__f0afd4c1{display:none!important}.d-block-md__469099be{display:block!important}}@media(min-width:992px){.col-lg-1__8fa682b4{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__fac10f93{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__f5a349b9{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__9b65d33a{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__e7be1a58{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__29b3d4cc{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__a9a46ed5{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__ef15a996{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__df677d92{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__78643033{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__3504601a{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__fed33307{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__eee59dd9{margin-left:0%}.offset-lg-1__165181a9{margin-left:8.33333333%}.offset-lg-2__e8e69e02{margin-left:16.66666667%}.offset-lg-3__d0ade602{margin-left:25%}.offset-lg-4__668150d4{margin-left:33.33333333%}.offset-lg-5__b8dcc00e{margin-left:41.66666667%}.offset-lg-6__23da76b2{margin-left:50%}.offset-lg-7__2c860159{margin-left:58.33333333%}.offset-lg-8__64808bba{margin-left:66.66666667%}.offset-lg-9__cbc33ed7{margin-left:75%}.offset-lg-10__695f40a8{margin-left:83.33333333%}.offset-lg-11__2f8b0c7e{margin-left:91.66666667%}.d-none-lg__c8a62fde{display:none!important}.d-block-lg__e98c479f{display:block!important}}@media(min-width:1200px){.col-xl-1__570d435d{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__a43d5890{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__986612f6{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__97a058f4{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__24cc846f{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__c0b7949a{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__21d47c51{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__73f54467{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__911f4652{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__9c072f7f{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__b47acd57{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__fd19eaf7{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__e13c09a0{margin-left:0%}.offset-xl-1__47ae0e6e{margin-left:8.33333333%}.offset-xl-2__8c72c8e6{margin-left:16.66666667%}.offset-xl-3__563567af{margin-left:25%}.offset-xl-4__56088b2d{margin-left:33.33333333%}.offset-xl-5__93ae97a2{margin-left:41.66666667%}.offset-xl-6__c13a6612{margin-left:50%}.offset-xl-7__5ff487a0{margin-left:58.33333333%}.offset-xl-8__ab06c276{margin-left:66.66666667%}.offset-xl-9__2a97cf2f{margin-left:75%}.offset-xl-10__665738a6{margin-left:83.33333333%}.offset-xl-11__68473f4c{margin-left:91.66666667%}.d-none-xl__0506e352{display:none!important}.d-block-xl__d98eb1f6{display:block!important}}.confirm__801782cd{flex-grow:1;margin:0 auto;max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2);box-sizing:border-box}.confirm__801782cd.isInLightBox__dc779dae{max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2)}.confirm__801782cd.isInSideOverlaySM__e69da015{max-width:520px}.confirm__801782cd.isInSideOverlayMD__30103baa{max-width:680px}.confirm__801782cd.isInSideOverlayLG__0c12184d{max-width:800px}.confirmCloseButton__e173bbd5{position:absolute;top:24px;right:24px}.confirmContent__0158b59c{margin-bottom:24px;padding-right:56px}.confirmControls__ecb2b0ca{white-space:nowrap}.confirmContentTitle__0dd98b34{margin-bottom:12px}@media(max-width:767px){.confirmCloseButton__e173bbd5{top:16px;right:16px}.confirmContent__0158b59c{margin-bottom:16px}}.dateRange__51691ffd{display:flex;align-items:flex-start}.dateRange__51691ffd:has([class*=sm]) .dateRangeButton__41ea08e9,.dateRange__51691ffd:has([class*=sm]) .separator__c3f74696{margin-top:4px}.dateRange__51691ffd:has([class*=md]) .dateRangeButton__41ea08e9,.dateRange__51691ffd:has([class*=md]) .separator__c3f74696{margin-top:10px}.dateRange__51691ffd:has([class*=lg]) .dateRangeButton__41ea08e9,.dateRange__51691ffd:has([class*=lg]) .separator__c3f74696{margin-top:18px}.dateRangeButton__41ea08e9{z-index:1}.separator__c3f74696{width:20px;height:20px;flex-shrink:0}.divider__7155048e{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-34-0);border:none}.marginTopSize-4__921a93d5{margin-top:4px}.marginBottomSize-4__271944f1{margin-bottom:4px}.marginTopSize-8__a6d70a12{margin-top:8px}.marginBottomSize-8__ca9929a6{margin-bottom:8px}.marginTopSize-12__ae626a54{margin-top:12px}.marginBottomSize-12__fa3569a1{margin-bottom:12px}.marginTopSize-16__3b5aaa91{margin-top:16px}.marginBottomSize-16__139bb7a6{margin-bottom:16px}.marginTopSize-20__98da61e1{margin-top:20px}.marginBottomSize-20__35f1f5cb{margin-bottom:20px}.marginTopSize-24__3656f1e7{margin-top:24px}.marginBottomSize-24__106fe749{margin-bottom:24px}.marginTopSize-28__9f082a9c{margin-top:28px}.marginBottomSize-28__d9265636{margin-bottom:28px}.marginTopSize-32__b4d8c0bd{margin-top:32px}.marginBottomSize-32__825f8fac{margin-bottom:32px}.smallInput__bf588159{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-1-34-0);background:var(--triplex-next-SmallInput-Background-1-34-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-34-0)}.smallInput__bf588159::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-34-0);opacity:1}.smallInput__bf588159::-ms-clear{display:none}.link__94fdfe72{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-34-0)}.link__94fdfe72:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-34-0)}.link__94fdfe72:active{color:var(--triplex-next-Link-Text_Color_Active-1-34-0)}.link__94fdfe72:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-34-0)}.wordWithContent__79729f59{white-space:nowrap;display:inline-flex;align-items:center}.before__7a8bf67d :first-child{margin-right:2px}.after__d933bd5f :last-child{margin-left:2px}.documentNumberEdit__e587fe87 .label__877f92e3{display:inline-block;margin-right:8px}.documentNumberEdit__e587fe87 .inputEditWrapper__c43ad9c5{width:68px;display:inline-block}.ellipsisLineClamp__7f97a60c{--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__7f97a60c.oneLine__1eda1ce3{word-break:break-all}.size4__8689cdec{height:4px}.size8__8fe5e0b3{height:8px}.size12__83ea8ae6{height:12px}.size16__ac3071ba{height:16px}.size24__f7189125{height:24px}.size32__d4a2ac9e{height:32px}.size64__f62740fa{height:64px}.size128__74d4e4e1{height:128px}.emptyView__64b9db8c,.container__2225d0ec{display:flex;flex-direction:column;align-items:center;width:100%}.icon__593299e4{flex-shrink:0}.textBlock__67fa756f{text-align:center}button.helpBoxButton__14c967e8{position:relative;vertical-align:text-bottom}.root__a59f45da{position:relative;display:flex;flex-direction:column;gap:16px;outline:none}.islandAccordion__0d28da68{margin:0;padding:0}.islandAccordion__0d28da68 .island__b2de3f69{padding:0}.islandAccordion__0d28da68 .item__3f73d46c{position:relative;list-style-type:none}.islandAccordion__0d28da68 .item__3f73d46c.disabled__647a8305{cursor:default;pointer-events:none}.islandAccordion__0d28da68 .item__3f73d46c+.item__3f73d46c.sm__c2f32428,.islandAccordion__0d28da68 .item__3f73d46c+.item__3f73d46c.md__79f82aa1{margin-top:16px}.islandAccordion__0d28da68 .item__3f73d46c+.item__3f73d46c.lg__80aea9e6{margin-top:24px}.islandAccordion__0d28da68 .item__3f73d46c .header__727d8c18{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__0d28da68 .item__3f73d46c .header__727d8c18:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-34-0)}.islandAccordion__0d28da68 .item__3f73d46c.type1__014adc5c:not(.opened__e8d2e588) .header__727d8c18:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-34-0)}.islandAccordion__0d28da68 .item__3f73d46c.type2__bfc1ecb4:not(.opened__e8d2e588) .header__727d8c18:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-34-0)}.islandAccordion__0d28da68 .item__3f73d46c.type3__9c72b8d0:not(.opened__e8d2e588) .header__727d8c18:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-34-0)}.islandAccordion__0d28da68 .item__3f73d46c .footer__40b34600{text-align:right}.islandAccordion__0d28da68 .item__3f73d46c .body__2d595e15,.islandAccordion__0d28da68 .item__3f73d46c .footer__40b34600{visibility:hidden}.islandAccordion__0d28da68 .item__3f73d46c.opened__e8d2e588 .body__2d595e15,.islandAccordion__0d28da68 .item__3f73d46c.opened__e8d2e588 .footer__40b34600{visibility:visible}.islandAccordion__0d28da68 .item__3f73d46c .caretWrapper__b15f8d40{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__0d28da68 .item__3f73d46c .caretIcon__cab0415e{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__0d28da68 .item__3f73d46c .title__1f9dc841{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__0d28da68 .item__3f73d46c.sm__c2f32428 .header__727d8c18{padding:16px;border-radius:16px}.islandAccordion__0d28da68 .item__3f73d46c.sm__c2f32428 .title__1f9dc841{padding-right:42px}.islandAccordion__0d28da68 .item__3f73d46c.sm__c2f32428 .body__2d595e15,.islandAccordion__0d28da68 .item__3f73d46c.sm__c2f32428 .footer__40b34600{padding:0 16px 16px}.islandAccordion__0d28da68 .item__3f73d46c.sm__c2f32428 .caretWrapper__b15f8d40{right:10px}.islandAccordion__0d28da68 .item__3f73d46c.sm__c2f32428 .remove__755ef853{right:-36px;top:18px}.islandAccordion__0d28da68 .item__3f73d46c.sm__c2f32428 .step__abb848fb{margin-right:12px}.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .header__727d8c18{padding:24px;border-radius:24px}.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .title__1f9dc841{padding-right:42px}.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .body__2d595e15,.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .footer__40b34600{padding:0 24px 24px}.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .caretWrapper__b15f8d40{right:18px}.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .remove__755ef853{right:-40px;top:26px}.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .step__abb848fb{margin-right:12px}.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .header__727d8c18{padding:32px;border-radius:32px}.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .title__1f9dc841{padding-right:44px}.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .body__2d595e15,.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .footer__40b34600{padding:0 32px 32px}.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .caretWrapper__b15f8d40{right:24px}.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .remove__755ef853{right:-40px;top:36px}.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .step__abb848fb{margin:0 16px 0 0}.islandAccordion__0d28da68 .item__3f73d46c.opened__e8d2e588:not(.disabled__647a8305) .caretWrapper__b15f8d40 .caretIcon__cab0415e{transform:rotate(-180deg)}.islandAccordion__0d28da68 .item__3f73d46c .remove__755ef853{position:absolute}@media(max-width:767px){.islandAccordion__0d28da68 .item__3f73d46c .title__1f9dc841{white-space:normal;overflow-wrap:anywhere}.islandAccordion__0d28da68 .item__3f73d46c .footer__40b34600{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__0d28da68 .item__3f73d46c .footer__40b34600>*{margin-left:0!important}.islandAccordion__0d28da68 .item__3f73d46c .caretWrapper__b15f8d40{transform:none}.islandAccordion__0d28da68 .item__3f73d46c.sm__c2f32428 .title__1f9dc841{padding-right:34px}.islandAccordion__0d28da68 .item__3f73d46c.sm__c2f32428 .caretWrapper__b15f8d40{top:18px}.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .header__727d8c18{padding:16px;border-radius:16px}.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .title__1f9dc841{padding-right:34px}.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .body__2d595e15,.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .footer__40b34600{padding:0 16px 16px}.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .caretWrapper__b15f8d40{right:10px;top:18px}.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .remove__755ef853{top:18px}.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .header__727d8c18{padding:24px;border-radius:24px}.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .title__1f9dc841{padding-right:34px}.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .body__2d595e15,.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .footer__40b34600{padding:0 24px 24px}.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .caretWrapper__b15f8d40{top:26px;right:18px}.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .remove__755ef853{top:26px}}.step__54237306{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__54237306.sm__81a5acbc,.step__54237306.md__1bfc0ecf{width:28px;height:28px}.step__54237306.lg__b24d1363{width:32px;height:32px}.step__54237306.default__9db0b193{background-color:var(--triplex-next-Step-Background_Default-1-34-0)}.step__54237306.default__9db0b193>span{color:var(--triplex-next-Step-Color_Default-1-34-0)}.step__54237306.done__238737ed{background-color:var(--triplex-next-Step-Background_Done-1-34-0)}.step__54237306.done__238737ed>span{color:var(--triplex-next-Step-Color_Done-1-34-0)}.step__54237306.warning__9bc4892b{background-color:var(--triplex-next-Step-Background_Warning-1-34-0)}.step__54237306.warning__9bc4892b>span{color:var(--triplex-next-Step-Color_Warning-1-34-0)}.step__54237306.active__d7b322ad{background-color:var(--triplex-next-Step-Background_Active-1-34-0)}.step__54237306.active__d7b322ad>span{color:var(--triplex-next-Step-Color_Active-1-34-0)}.step__54237306.error__13e82798{background-color:var(--triplex-next-Step-Background_Error-1-34-0)}.step__54237306.error__13e82798>span{color:var(--triplex-next-Step-Color_Error-1-34-0)}.step__54237306.disabled__7689a2be{background-color:var(--triplex-next-Step-Background_Disabled-1-34-0)}.step__54237306.disabled__7689a2be>span{color:var(--triplex-next-Step-Color_Disabled-1-34-0)}@media(max-width:767px){.step__54237306.lg__b24d1363{width:28px;height:28px}}.lightBox__f37e5486{--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__f37e5486.sm__3866c24f{--lightBox-content-max-width: 664px}.lightBox__f37e5486.md__4a3569e5{--lightBox-content-max-width: 864px}.lightBox__f37e5486.lg__67d11008{--lightBox-content-max-width: 1064px}.lightBox__f37e5486.xl__c44f21c3{--lightBox-content-max-width: 1264px}.lightBox__f37e5486 .lightBoxBackdrop__7df71a58{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-34-0)}.lightBox__f37e5486.lightBoxSideOverlayActive__d36b1213,.lightBox__f37e5486.lightBoxTopOverlayActive__051684ff{overflow-y:hidden}.lightBox__f37e5486 .lightBoxContent__ea2be259{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-34-0)}.lightBox__f37e5486 .lightBoxContent__ea2be259>.global-page{width:100%;max-width:var(--lightBox-content-max-width);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBox__f37e5486 .lightBoxContent__ea2be259>.global-page{padding:16px}}.lightBox__f37e5486 .loadingContentOverlay__21993ba3{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__f37e5486 .lightBoxContentResizeWrapper__cadb86b4{position:absolute;left:0;right:0;height:0}.lightBox__f37e5486 .tempElSafariBug__ac1f30f2{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__4c1b9f9d,.global-LB-less-or-equal-media-point-0 .lightBox__f37e5486.lightBoxSideOverlayActive__d36b1213{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__ea2be259{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__ea2be259{padding-left:80px;padding-right:80px}.lightBoxControls__6c3212a7{z-index:100}.withKeyboardEvent__0545b92b{display:inline-block}.withoutKeyboardEvent__b27a4334,.lightBox__f37e5486.lightBoxSideOverlayActive__d36b1213 .withKeyboardEvent__0545b92b,.lightBox__f37e5486.lightBoxTopOverlayActive__051684ff .withKeyboardEvent__0545b92b,.lightBox__f37e5486.isLoading__74ae28fa .withKeyboardEvent__0545b92b{display:none}.lightBox__f37e5486.lightBoxSideOverlayActive__d36b1213 .withoutKeyboardEvent__b27a4334,.lightBox__f37e5486.lightBoxTopOverlayActive__051684ff .withoutKeyboardEvent__b27a4334,.lightBox__f37e5486.isLoading__74ae28fa .withoutKeyboardEvent__b27a4334{display:inline-block}.lightBox__f37e5486.isLoading__74ae28fa .lightBoxPrev__4ef320db,.lightBox__f37e5486.isLoading__74ae28fa .lightBoxNext__4438e9d2{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__6c3212a7{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__19724cae{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__137c5466{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__0995c335{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__4ef320db,.global-LB-less-or-equal-media-point-0 .lightBoxNext__4438e9d2{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__4ef320db{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__e2fc099e,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__3aef0bba{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__6c3212a7{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__19724cae{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__137c5466{display:none}.global-LB-more-media-point-0 .lightBoxClose__0995c335{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__4ef320db,.global-LB-more-media-point-0 .lightBoxNext__4438e9d2{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__4ef320db{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__4438e9d2{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__3d168e16{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__3d168e16.fixed__7bb5c000{position:fixed}.overlay__3d168e16.closing__ccd02645,.overlay__3d168e16.opened__9a55bde3{visibility:visible;left:0;right:0}.overlayPanel__57473d9f{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-34-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__57473d9f.bottom__164f3a47{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__57473d9f.left__19e8e82c{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__57473d9f.right__e31e1b59{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__57473d9f.top__a344f3d1{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__57473d9f.left__19e8e82c.opened__9a55bde3,.overlayPanel__57473d9f.right__e31e1b59.opened__9a55bde3{transform:translate(0)}.overlayPanel__57473d9f.top__a344f3d1.opened__9a55bde3,.overlayPanel__57473d9f.bottom__164f3a47.opened__9a55bde3{transform:translateY(0)}.overlayContent__5b012973{display:flex;min-height:100%}.overlayMask__c9ba3e93{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-34-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__c9ba3e93.overlayOpened__f8084410{opacity:1}.lightBoxSideOverlayLoaderWrapper__c4c0dc36{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__219246ad{position:absolute;top:24px;right:24px;bottom:0;pointer-events:none}.lightBoxSideOverlayCloseDesktop__6c275b34{position:sticky;top:24px;pointer-events:auto}.lightBoxSideOverlayCloseMobile__c61a4c06{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__219246ad{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__c61a4c06{display:block}@media(max-width:767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__c61a4c06{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__219246ad{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__c61a4c06{display:none}.lightBoxSideOverlayMask__77ac8eea{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-34-0)}.lightBoxSideOverlayWrapper__bb4d167e{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__bb4d167e.overflowXHidden__eb992e4d{overflow-x:hidden}.lightBoxSideOverlayWrapper__bb4d167e.overflowYHidden__d91a9375{overflow-y:hidden}.lightBoxSideOverlayWrapper__bb4d167e.closing__c9a4dc64,.lightBoxSideOverlayWrapper__bb4d167e.opened__56e6379f{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__bb4d167e.closing__c9a4dc64{pointer-events:none}.lightBoxSideOverlayWrapper__bb4d167e .global-page{max-width:var(--lightBox-content-max-width, 864px);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBoxSideOverlayWrapper__bb4d167e .global-page{padding:16px}}.lightBoxSideOverlayWrapper__bb4d167e .lightBoxSideOverlayContent__e720b601{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-SideOverlay_Background-1-34-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__bb4d167e .lightBoxSideOverlayContent__e720b601.opened__56e6379f{transform:none}.lightBoxSideOverlayWrapper__bb4d167e .lightBoxSideOverlayContent__e720b601.opening__aae2cbbb{transform:translateY(0)}.lightBoxSideOverlayWrapper__bb4d167e.sm__3866c24f .global-page{width:584px;max-width:100%}.lightBoxSideOverlayWrapper__bb4d167e.md__4a3569e5 .global-page{width:744px;max-width:100%}.lightBoxSideOverlayWrapper__bb4d167e.lg__67d11008 .global-page{width:864px;max-width:100%}.lightBoxSideOverlayWrapper__bb4d167e .lightBoxSideOverlayBase__1e18cd89{overflow:visible;bottom:auto;height:100%}@media(max-width:767px){.lightBoxSideOverlayWrapper__bb4d167e .lightBoxSideOverlayContent__e720b601{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__bb4d167e .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__bb4d167e .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__b7df7b18{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__b7df7b18.closing__c9a4dc64,.lightBoxSideOverlay__b7df7b18.opening__aae2cbbb{overflow-x:hidden}.topOverlayMask__a0a144ce{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-34-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__09a83da3{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__09a83da3.closing__633ddfe1,.topOverlayWrapper__09a83da3.opened__c2c0e0fd{bottom:0}.topOverlayWrapper__09a83da3 .topOverlayPanel__3242ed65{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__80fe3bfd{z-index:500}@media(max-width:767px){.topOverlayPanel__3242ed65{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__21300181{--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__21300181.fixed__8b308920{position:fixed}.lightBoxRightSidebar__b337835f{--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__b337835f.fixed__8b308920{position:fixed}.hidden__7a5a7406{display:none}html.scroll-0__85136a14{--triplex-next-scroll-width: 0px}html.scroll-15__a863b658{--triplex-next-scroll-width: 15px}html.scroll-16__eb09dd21{--triplex-next-scroll-width: 16px}html.scroll-17__e408f98f{--triplex-next-scroll-width: 17px}.listMasterChipGroup__fe6f87a0{padding:0 16px}.listMasterFooter__da5fe9d2{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-34-0);box-shadow:var(--triplex-next-ListMaster-Footer_Shadow-1-34-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__da5fe9d2.sticky__e41f36b2{position:sticky;bottom:0}.listMasterFooterDescription__459cd2a0{padding-right:16px}.listMasterFooterControls__62f30303{white-space:nowrap}.listMasterHeader__29203189{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-34-0);box-shadow:var(--triplex-next-ListMaster-Header_Shadow-1-34-0)}.listMasterHeader__29203189.sticky__e41f36b2{position:sticky;top:0;z-index:2}.selectionControls__0f71588c{display:flex;justify-content:space-between;align-items:center}.marker__ae611725.success__cff0c757{background:var(--triplex-next-Marker-Background_Success-1-34-0)}.marker__ae611725.error__4e4c58c2{background:var(--triplex-next-Marker-Background_Error-1-34-0)}.marker__ae611725.warning__d828abff{background:var(--triplex-next-Marker-Background_Warning-1-34-0)}.marker__ae611725.waiting__48fb2069{background:var(--triplex-next-Marker-Background_Waiting-1-34-0)}.markerStatus__de86a87f{line-height:0;display:flex;align-items:start}.markerStatus__de86a87f .contentContainer__dd3e941f{display:flex;flex-direction:column;text-align:left}.markerStatus__de86a87f.md__7c8363ea{gap:4px}.markerStatus__de86a87f.md__7c8363ea .markerContainer__31466821{margin-top:4px}.markerStatus__de86a87f.lg__34c7447d{gap:6px}.markerStatus__de86a87f.lg__34c7447d .contentContainer__dd3e941f{gap:4px}.markerStatus__de86a87f.lg__34c7447d .markerContainer__31466821{margin-top:5px}.monthYearRange__9e5da9d5{display:flex;align-items:center}.monthYearRangeButton__491652c5{z-index:1}.separator__2aee1427{width:16px;height:16px;flex-shrink:0}.orderedListItem__bce38484{counter-increment:list-item-tx}.orderedListItem__bce38484:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__bce38484+.orderedListItem__bce38484{margin-top:8px}.orderedList__2fc4def6{--start-index-tx: 0;position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx var(--start-index-tx)}.paginationExtended__c02196a5{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__2e3411e4 .directionIconNext__4f16d239{transform:rotate(180deg)}.paginationPageEllipsis__4981a10f{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;cursor:default}.paginationPageButton__dbca9815{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__dbca9815:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-34-0);outline:none}.paginationPageButton__dbca9815:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-34-0)}.paginationPageButton__dbca9815:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-34-0);cursor:grabbing}.paginationPageButton__dbca9815.currentPage__17a9acec{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-34-0);cursor:default}.paginationNavigationExtended__3c8e5fd9{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__759b4aa7{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__759b4aa7 .paginationSelectControl__0791667a{margin-left:8px;min-width:72px}.row__b2c7be8c{display:flex;flex-wrap:wrap;padding-bottom:16px}.row__b2c7be8c.noPaddingBottom__84774aa0,.row__b2c7be8c:last-child{padding-bottom:0}.row__b2c7be8c.SM__2e7ca77a{margin-left:-8px;margin-right:-8px}.row__b2c7be8c.MD__e2f97d14{margin-left:-12px;margin-right:-12px}.segmentedControlSegment__200dfd89{display:flex;flex:1 1 0;min-width:0;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-34-0);outline:none;cursor:pointer}.segmentedControlSegment__200dfd89:disabled{cursor:default}.sm__22421c5e .segmentedControlSegment__200dfd89{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__154c6b2a .segmentedControlSegment__200dfd89{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__75f4a8a2 .segmentedControlSegment__200dfd89{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__53c51acc .segmentedControlSegment__200dfd89{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-34-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-34-0)}.general1__53c51acc .segmentedControlSegment__200dfd89:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-34-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-34-0)}.general1__53c51acc .segmentedControlSegment__200dfd89:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-34-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-34-0)}.general1__53c51acc .segmentedControlSegment__200dfd89.selected__7def39a5{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-34-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-34-0)}.general1__53c51acc .segmentedControlSegment__200dfd89.selected__7def39a5:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-34-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-34-0)}.general1__53c51acc .segmentedControlSegment__200dfd89.selected__7def39a5:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-34-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-34-0)}.general2__4aab598a .segmentedControlSegment__200dfd89{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-34-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-34-0)}.general2__4aab598a .segmentedControlSegment__200dfd89:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-34-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-34-0)}.general2__4aab598a .segmentedControlSegment__200dfd89:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-34-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-34-0)}.general2__4aab598a .segmentedControlSegment__200dfd89.selected__7def39a5{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-34-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-34-0)}.general2__4aab598a .segmentedControlSegment__200dfd89.selected__7def39a5:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-34-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-34-0)}.general2__4aab598a .segmentedControlSegment__200dfd89.selected__7def39a5:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-34-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-34-0)}.secondary1__a3d09bbf .segmentedControlSegment__200dfd89{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-34-0)}.secondary1__a3d09bbf .segmentedControlSegment__200dfd89:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-34-0)}.secondary1__a3d09bbf .segmentedControlSegment__200dfd89:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-34-0)}.secondary1__a3d09bbf .segmentedControlSegment__200dfd89.selected__7def39a5{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-34-0)}.secondary1__a3d09bbf .segmentedControlSegment__200dfd89.selected__7def39a5:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-34-0)}.secondary2__8fc28c5e .segmentedControlSegment__200dfd89{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-34-0)}.secondary2__8fc28c5e .segmentedControlSegment__200dfd89:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-34-0)}.secondary2__8fc28c5e .segmentedControlSegment__200dfd89:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-34-0)}.secondary2__8fc28c5e .segmentedControlSegment__200dfd89.selected__7def39a5{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-34-0)}.secondary2__8fc28c5e .segmentedControlSegment__200dfd89.selected__7def39a5:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-34-0)}.segmentedControlSegment__200dfd89:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-34-0)}.content__b21744f8{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__452cf44c{display:flex;gap:4px}.segmentedControl__452cf44c.general1__53c51acc{background:var(--triplex-next-SegmentedControl-General_1_Background-1-34-0)}.segmentedControl__452cf44c.secondary1__a3d09bbf{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-34-0)}.segmentedControl__452cf44c.general2__4aab598a{background:var(--triplex-next-SegmentedControl-General_2_Background-1-34-0)}.segmentedControl__452cf44c.secondary2__8fc28c5e{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-34-0)}.segmentedControl__452cf44c.sm__22421c5e{border-radius:6px;padding:4px}.segmentedControl__452cf44c.md__154c6b2a{border-radius:8px;padding:4px}.segmentedControl__452cf44c.lg__75f4a8a2{border-radius:10px;padding:8px}.skeleton__7cac9f91{border-radius:16px;flex-grow:1}.skeleton__7cac9f91.light__7c0267eb{animation:skeleton-light-pulse__1b00bd73 2s ease-in-out infinite}.skeleton__7cac9f91.dark__a10a1975{animation:skeleton-dark-pulse__8d2e554e 2s ease-in-out infinite}@keyframes skeleton-light-pulse__1b00bd73{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-34-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-34-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-34-0)}}@keyframes skeleton-dark-pulse__8d2e554e{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-34-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-34-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-34-0)}}.sliderExtendedDot__f9376d5d{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-34-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__f9376d5d:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-34-0)}.sliderExtendedDot__f9376d5d.focusedByClick__029d458a:focus{box-shadow:none}.sliderExtendedDot__f9376d5d:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-34-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__f9376d5d:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-34-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__f9376d5d.disabled__e9c0c10c{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-34-0)}.sliderExtendedDot__f9376d5d.disabled__e9c0c10c:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-34-0)}.sliderExtendedDot__f9376d5d.disabled__e9c0c10c:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-34-0)}.sliderExtendedDot__f9376d5d:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-34-0)}.sliderExtendedDot__f9376d5d:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-34-0)}.sliderExtendedDot__f9376d5d.dragByMouse__4dacb440{background:var(--triplex-next-Slider-Dot_Background_Select-1-34-0)}.sliderExtendedDot__f9376d5d.dragByMouse__4dacb440:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-34-0)}.sliderExtendedDot__f9376d5d:hover .sliderExtendedTooltipOverlay__d2c01bd5,.sliderExtendedDot__f9376d5d:focus .sliderExtendedTooltipOverlay__d2c01bd5{visibility:visible}.sliderExtendedDot__f9376d5d.lg__1a20e2aa{width:28px;height:28px}.sliderExtendedDot__f9376d5d.lg__1a20e2aa:after{width:10px;height:10px}.sliderExtendedDot__f9376d5d.lg__1a20e2aa:before{width:14px;height:14px}.sliderExtendedMarks__6b7b1c09{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__09a14074{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__09a14074 .sliderExtendedMarkDot__d9a2c9f9{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-34-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__09a14074 .sliderExtendedMarkDot__d9a2c9f9.inSelectedRange__2be4fd17{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-34-0)}.sliderExtendedMark__09a14074.lg__1a20e2aa{top:20px}.sliderExtendedMark__09a14074.lg__1a20e2aa .sliderExtendedMarkDot__d9a2c9f9{top:-20px}.sliderExtendedMark__09a14074 .sliderExtendedMarkText__f57373b9{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__09a14074.disabled__e9c0c10c{pointer-events:none}.sliderExtendedMark__09a14074.disabled__e9c0c10c .sliderExtendedMarkText__f57373b9{pointer-events:none;opacity:.35}.sliderExtendedMark__09a14074.disabled__e9c0c10c .sliderExtendedMarkDot__d9a2c9f9{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-34-0)}.sliderExtendedMark__09a14074:first-child,.sliderExtendedMark__09a14074:last-child{transform:none}.sliderExtendedMark__09a14074:first-child.reverse__e6ec77b7 .sliderExtendedMarkDot__d9a2c9f9{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__09a14074:first-child.reverse__e6ec77b7 .sliderExtendedMarkText__f57373b9{margin-right:-4px}.sliderExtendedMark__09a14074:first-child:not(.reverse__e6ec77b7) .sliderExtendedMarkDot__d9a2c9f9{left:0;transform:translate(-50%)}.sliderExtendedMark__09a14074:first-child .sliderExtendedMarkText__f57373b9{margin-left:-4px}.sliderExtendedMark__09a14074:last-child.reverse__e6ec77b7 .sliderExtendedMarkDot__d9a2c9f9{left:0;transform:translate(-50%)}.sliderExtendedMark__09a14074:last-child.reverse__e6ec77b7 .sliderExtendedMarkText__f57373b9{margin-left:-4px}.sliderExtendedMark__09a14074:last-child:not(.reverse__e6ec77b7) .sliderExtendedMarkDot__d9a2c9f9{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__09a14074:last-child .sliderExtendedMarkText__f57373b9{margin-right:-4px}.sliderExtendedMark__09a14074.active__22a84bf0{pointer-events:none}.sliderExtendedRail__0734459a{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-34-0);cursor:pointer}.sliderExtended__865719a3{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__865719a3.disabled__e9c0c10c .sliderExtendedRail__0734459a{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-34-0)}.sliderExtended__865719a3.lg__1a20e2aa{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__abb82eba{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-34-0);z-index:10}.sliderExtendedTrack__abb82eba.lg__1a20e2aa{top:12px}.sliderExtendedTrack__abb82eba:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-34-0)}.sliderExtendedTrack__abb82eba.focusedByClick__029d458a:focus{box-shadow:none}.sliderExtendedTrack__abb82eba.hoverOrDragByMouse__4c687a5a{background:var(--triplex-next-Slider-Track_Background_Hover-1-34-0)}.sliderExtendedTrack__abb82eba.staticSlider__bf9cb9a0{cursor:default;pointer-events:none}.sliderExtendedTrack__abb82eba.disabled__e9c0c10c{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-34-0)}.sliderExtendedTooltipOverlay__d2c01bd5{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__d2c01bd5.lg__1a20e2aa{bottom:32px}.sliderExtendedTooltipOverlay__d2c01bd5 .tooltipBody__8d6022f0{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-34-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-34-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__d2c01bd5 .tooltipTip__7c013be8{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-34-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.sliderExtendedTooltipOverlay__d2c01bd5 .tooltipTip__7c013be8{margin:-.5px}}.smsField__e77d82c3{display:inline-block;position:relative;width:100%}.smsField__e77d82c3 .input__8a107c09{text-align:center}.smsField__e77d82c3 .input__8a107c09::placeholder{opacity:1}.smsField__e77d82c3 .input__8a107c09:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-34-0)}.smsField__e77d82c3 .input__8a107c09.lg__3aeacc6a{padding:18px 40px}.smsField__e77d82c3 .input__8a107c09.md__c46ec0df{padding-left:26px;padding-right:26px}.smsField__e77d82c3 .input__8a107c09.sm__12398e99{padding-left:20px;padding-right:20px}.smsField__e77d82c3 .btnRefresh__8b7c1b69{position:absolute;outline:none;z-index:1}.smsField__e77d82c3 .btnRefresh__8b7c1b69.lg__3aeacc6a{top:12px;left:12px;height:32px;width:32px}.smsField__e77d82c3 .btnRefresh__8b7c1b69.md__c46ec0df{top:10px;left:10px}.smsField__e77d82c3 .btnRefresh__8b7c1b69.sm__12398e99{top:4px;left:4px}.smsField__e77d82c3 .btnRefresh__8b7c1b69 .full__765e52d9{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-34-0)}.smsField__e77d82c3 .btnRefresh__8b7c1b69 .empty__e94b8f51{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-34-0)}.smsField__e77d82c3 .btnRefresh__8b7c1b69:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-34-0)}.smsField__e77d82c3 .btnSubmit__d0b7773e{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-34-0)}.smsField__e77d82c3 .btnSubmit__d0b7773e.active__cdf6cacf:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-34-0)}.smsField__e77d82c3 .btnSubmit__d0b7773e.active__cdf6cacf:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-34-0)}.smsField__e77d82c3 .btnSubmit__d0b7773e.lg__3aeacc6a{top:15px;right:15px;height:26px;width:26px}.smsField__e77d82c3 .btnSubmit__d0b7773e.md__c46ec0df{top:10px;right:10px}.smsField__e77d82c3 .btnSubmit__d0b7773e.sm__12398e99{top:4px;right:4px}.spoiler__ecf3d125{display:flex;flex-direction:column}.spoiler__ecf3d125.opened__51c652d4 .caretIcon__97b0327a{transform:rotate(-180deg)}.spoiler__ecf3d125 .head__641d9ce1 .caretIcon__97b0327a{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__ecf3d125 .head__641d9ce1 button>span{white-space:normal;text-align:left}.spoiler__ecf3d125 .content__712cdc01.hidden__7ea63b5a{display:none}.spoiler__ecf3d125 .lg__acaa6ecc .content__712cdc01{margin-top:8px}.spoiler__ecf3d125 .md__539d77ed .content__712cdc01{margin-top:0}.spoiler__ecf3d125 .sm__68708182 .content__712cdc01{margin-top:-4px}.statusTrackerWrapper__6347f0da{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-34-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-34-0);overflow:hidden;height:100%}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8{width:100%;padding:40px 24px 16px;box-sizing:border-box;z-index:1;text-align:center}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8.verticalAlignMiddle__f21b326f{align-self:center}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8.verticalAlignBottom__9cbc6365{align-self:end}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8 .statusTrackerChild__f27c212d{padding:8px 0}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8 .statusTrackerChild__f27c212d:empty{padding:0}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8 .statusTrackerSum__19298cbc,.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8 .statusTrackerTitle__80e8b4a7{padding-bottom:4px}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8 .statusTrackerDescription__253c2a80{display:block;padding-top:8px}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8 .statusTrackerAlert__24fa40fc{margin-top:12px;text-align:left}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8 .statusTrackerStatus__b14321d0{display:inline-flex;margin-bottom:4px}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8 .statusTrackerFooterWrapper__dc9f7959{display:grid}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8 .statusTrackerFooterWrapper__dc9f7959 .statusTrackerDescription__253c2a80:last-child{padding-top:0}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8 .statusTrackerFooterWrapper__dc9f7959 .statusTrackerButton__bf6b6dda{margin-bottom:12px}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8 .statusTrackerFooterWrapper__dc9f7959 .statusTrackerButton__bf6b6dda:last-child{margin-bottom:0}.statusTrackerWrapper__6347f0da .statusTrackerColor__9ec80786{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__6347f0da .statusTrackerColor__9ec80786.waiting__51b829ad{background:var(--triplex-next-StatusTracker-Waiting_Color-1-34-0)}.statusTrackerWrapper__6347f0da .statusTrackerColor__9ec80786.warning__2213d599{background:var(--triplex-next-StatusTracker-Warning_Background-1-34-0)}.statusTrackerWrapper__6347f0da .statusTrackerColor__9ec80786.rejected__1eb960ac{background:var(--triplex-next-StatusTracker-Rejected_Color-1-34-0)}.statusTrackerWrapper__6347f0da .statusTrackerColor__9ec80786.approved__9787fbae{background:var(--triplex-next-StatusTracker-Approved_Color-1-34-0)}.statusTrackerWrapper__6347f0da .statusTrackerBackground__8d76f424{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__6347f0da .statusTrackerBackground__8d76f424.waiting__51b829ad{background:var(--triplex-next-StatusTracker-Waiting_Background-1-34-0)}.statusTrackerWrapper__6347f0da .statusTrackerBackground__8d76f424.warning__2213d599{background:var(--triplex-next-StatusTracker-Warning_Background-1-34-0)}.statusTrackerWrapper__6347f0da .statusTrackerBackground__8d76f424.rejected__1eb960ac{background:var(--triplex-next-StatusTracker-Rejected_Background-1-34-0)}.statusTrackerWrapper__6347f0da .statusTrackerBackground__8d76f424.approved__9787fbae{background:var(--triplex-next-StatusTracker-Approved_Background-1-34-0)}@media(max-width:767px){.statusTrackerWrapper__6347f0da{border-radius:16px}}.statusTrackerStatusGroup__6246b959{display:flex;flex-direction:column;align-items:flex-start;margin:0 auto;width:fit-content}.stepperStep__53c55dba{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__53c55dba+.stepperStep__53c55dba{margin-left:12px}.stepperStep__53c55dba.sm__f8080222{font-size:12px;line-height:16px}.stepperStep__53c55dba.sm__f8080222:not(:last-child) .content__500f0952{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__53c55dba.sm__f8080222:last-child .content__500f0952{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__53c55dba.sm__f8080222:last-child .arrow__54ee3c53{display:none}.stepperStep__53c55dba.md__625c9e55{font-size:14px;line-height:20px}.stepperStep__53c55dba.md__625c9e55:not(:last-child) .content__500f0952{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__53c55dba.md__625c9e55:last-child .content__500f0952{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__53c55dba.md__625c9e55:last-child .arrow__54ee3c53{display:none}.stepperStep__53c55dba.lg__ffdccd66{font-size:16px;line-height:20px}.stepperStep__53c55dba.lg__ffdccd66:not(:last-child) .content__500f0952{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__53c55dba.lg__ffdccd66:last-child .content__500f0952{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__53c55dba.lg__ffdccd66:last-child .arrow__54ee3c53{display:none}.stepperStep__53c55dba:hover:not(.active__69586c83):not(.disabled__9e793091) .content__500f0952{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-34-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-34-0)}.stepperStep__53c55dba:hover:not(.active__69586c83):not(.disabled__9e793091) .arrow__54ee3c53 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-34-0)}.stepperStep__53c55dba:hover:not(.active__69586c83):not(.disabled__9e793091) .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-34-0)}.stepperStep__53c55dba.active__69586c83{cursor:default}.stepperStep__53c55dba.active__69586c83 .content__500f0952{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-34-0)}.stepperStep__53c55dba.active__69586c83 .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-34-0)}.stepperStep__53c55dba.active__69586c83.error__bacd7881 .content__500f0952{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-34-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-34-0)}.stepperStep__53c55dba.active__69586c83.error__bacd7881 .arrow__54ee3c53 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-34-0)}.stepperStep__53c55dba.active__69586c83.error__bacd7881 .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-34-0)}.stepperStep__53c55dba.active__69586c83.warning__a83c32cf .content__500f0952{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-34-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-34-0)}.stepperStep__53c55dba.active__69586c83.warning__a83c32cf .arrow__54ee3c53 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-34-0)}.stepperStep__53c55dba.active__69586c83.warning__a83c32cf .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-34-0)}.stepperStep__53c55dba.completed__ab971906.error__bacd7881 .content__500f0952{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-34-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-34-0)}.stepperStep__53c55dba.completed__ab971906.error__bacd7881 .arrow__54ee3c53 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-34-0)}.stepperStep__53c55dba.completed__ab971906.error__bacd7881 .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-34-0)}.stepperStep__53c55dba.completed__ab971906.error__bacd7881:hover .content__500f0952{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-34-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-34-0)}.stepperStep__53c55dba.completed__ab971906.error__bacd7881:hover .arrow__54ee3c53 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-34-0)}.stepperStep__53c55dba.completed__ab971906.error__bacd7881:hover .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-34-0)}.stepperStep__53c55dba.completed__ab971906.warning__a83c32cf .content__500f0952{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-34-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-34-0)}.stepperStep__53c55dba.completed__ab971906.warning__a83c32cf .arrow__54ee3c53 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-34-0)}.stepperStep__53c55dba.completed__ab971906.warning__a83c32cf .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-34-0)}.stepperStep__53c55dba.completed__ab971906.warning__a83c32cf:hover .content__500f0952{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-34-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-34-0)}.stepperStep__53c55dba.completed__ab971906.warning__a83c32cf:hover .arrow__54ee3c53 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-34-0)}.stepperStep__53c55dba.completed__ab971906.warning__a83c32cf:hover .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3 :not(.error__bacd7881):not(.warning__a83c32cf) .content__500f0952{color:var(--triplex-next-Stepper-Step_Color_Default-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3 :not(.error__bacd7881):not(.warning__a83c32cf):hover .content__500f0952{color:var(--triplex-next-Stepper-Step_Color_Hover-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3.error__bacd7881 .content__500f0952{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-34-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3.error__bacd7881 .arrow__54ee3c53 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3.error__bacd7881 .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3.error__bacd7881:hover .content__500f0952{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-34-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3.error__bacd7881:hover .arrow__54ee3c53 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3.error__bacd7881:hover .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3.warning__a83c32cf .content__500f0952{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-34-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3.warning__a83c32cf .arrow__54ee3c53 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3.warning__a83c32cf .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3.warning__a83c32cf:hover .content__500f0952{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-34-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3.warning__a83c32cf:hover .arrow__54ee3c53 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3.warning__a83c32cf:hover .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-34-0)}.stepperStep__53c55dba.disabled__9e793091{pointer-events:none}.stepperStep__53c55dba.disabled__9e793091 .content__500f0952{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-34-0)}.stepperStep__53c55dba.disabled__9e793091 .content__500f0952{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-34-0)}.stepperStep__53c55dba.disabled__9e793091 .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-34-0)}.stepperStep__53c55dba.focusVisible__a5ad93f3.completed__ab971906 .content__500f0952,.stepperStep__53c55dba.focusVisible__a5ad93f3.active__69586c83 .content__500f0952,.stepperStep__53c55dba.focusVisible__a5ad93f3.inactive__ec6b21b3 .content__500f0952{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-34-0)}.stepperStep__53c55dba.focusVisible__a5ad93f3.completed__ab971906 .arrow__54ee3c53 path:last-child,.stepperStep__53c55dba.focusVisible__a5ad93f3.active__69586c83 .arrow__54ee3c53 path:last-child,.stepperStep__53c55dba.focusVisible__a5ad93f3.inactive__ec6b21b3 .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-34-0)}.stepperStep__53c55dba.focusVisible__a5ad93f3.completed__ab971906:hover .content__500f0952,.stepperStep__53c55dba.focusVisible__a5ad93f3.active__69586c83:hover .content__500f0952,.stepperStep__53c55dba.focusVisible__a5ad93f3.inactive__ec6b21b3:hover .content__500f0952{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-34-0)}.stepperStep__53c55dba.focusVisible__a5ad93f3.completed__ab971906:hover .arrow__54ee3c53 path:last-child,.stepperStep__53c55dba.focusVisible__a5ad93f3.active__69586c83:hover .arrow__54ee3c53 path:last-child,.stepperStep__53c55dba.focusVisible__a5ad93f3.inactive__ec6b21b3:hover .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-34-0)}.content__500f0952{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-34-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-34-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-34-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.arrow__54ee3c53{transform:translate(0)}.arrow__54ee3c53 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-34-0)}.arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-34-0)}.icon__0b0e8e7c{display:inline-flex;align-items:center;line-height:0}.nonempty__4d4d6e14 .icon__0b0e8e7c{margin-right:6px}.stepperExtended__02a31119{display:flex;padding:0;margin:0;list-style:none}.stepperCarousel__448070e3{position:relative}.stepperCarousel__448070e3:hover .stepperButtonWrapper__23ae7c51{opacity:1;pointer-events:auto}.stepperButtonWrapper__23ae7c51{position:absolute;top:0;z-index:1;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.stepperButtonWrapper__23ae7c51.prev__6e129c49{left:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Prev-1-34-0)}.stepperButtonWrapper__23ae7c51.next__db9c27f2{right:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Next-1-34-0)}.stepperButton__402a1090.sm__f8080222{height:28px;width:28px}.stepperButton__402a1090.md__625c9e55{height:40px;width:40px}.stepperButton__402a1090.lg__ffdccd66{height:56px;width:56px}@media(max-width:767px){.stepperButtonWrapper__23ae7c51{display:none}}.suggestFieldMobileBody__c232ef8c{height:176px}.suggestFieldMobileDropdownHint__d50ec87d{padding:16px}.noColumns__80160310{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__80160310>.content__221209c0{width:456px;text-align:center}.filterPanel__bf2f2ca1{padding:8px 0 24px;border-radius:8px 8px 0 0}.chipPanelLinks__86803d6c{display:flex;height:28px;z-index:1;margin-left:auto}.chipPanelLinks__86803d6c>a:not(:first-child){margin-left:16px}.chipPanel__a069656d{display:flex;justify-content:space-between}@keyframes fadeIn__d585637d{0%{opacity:0}to{opacity:1}}.tableBasic__d9f1582a{position:relative}.tableBasic__d9f1582a table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__d9f1582a table th.alignLeft__86ca8324,.tableBasic__d9f1582a table td.alignLeft__86ca8324{text-align:left}.tableBasic__d9f1582a table th.alignRight__3a5e4c4d,.tableBasic__d9f1582a table td.alignRight__3a5e4c4d{text-align:right}.tableBasic__d9f1582a table th.alignCenter__ab969c57,.tableBasic__d9f1582a table td.alignCenter__ab969c57{text-align:center}.tableBasic__d9f1582a table th.verticalAlignBaseline__9ae094db,.tableBasic__d9f1582a table td.verticalAlignBaseline__9ae094db{vertical-align:baseline}.tableBasic__d9f1582a table th.verticalAlignSub__af6c5506,.tableBasic__d9f1582a table td.verticalAlignSub__af6c5506{vertical-align:sub}.tableBasic__d9f1582a table th.verticalAlignSuper__0e1499d6,.tableBasic__d9f1582a table td.verticalAlignSuper__0e1499d6{vertical-align:super}.tableBasic__d9f1582a table th.verticalAlignTextTop__7f8404e2,.tableBasic__d9f1582a table td.verticalAlignTextTop__7f8404e2{vertical-align:text-top}.tableBasic__d9f1582a table th.verticalAlignTextBottom__896e69b8,.tableBasic__d9f1582a table td.verticalAlignTextBottom__896e69b8{vertical-align:text-bottom}.tableBasic__d9f1582a table th.verticalAlignMiddle__56af4820,.tableBasic__d9f1582a table td.verticalAlignMiddle__56af4820{vertical-align:middle}.tableBasic__d9f1582a table th.verticalAlignTop__60f48c21,.tableBasic__d9f1582a table td.verticalAlignTop__60f48c21{vertical-align:top}.tableBasic__d9f1582a table th.verticalAlignBottom__86b7aa4e,.tableBasic__d9f1582a table td.verticalAlignBottom__86b7aa4e{vertical-align:bottom}.tableBasic__d9f1582a table>thead>tr{height:48px}.tableBasic__d9f1582a table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-34-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-34-0)}.tableBasic__d9f1582a table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__d9f1582a table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__d9f1582a table>thead>tr>th.checkboxType__dee243de{padding:16px 12px}.tableBasic__d9f1582a table>thead>tr>th .thBlock__3d5b851b{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__d9f1582a table>thead>tr>th .thBlock__3d5b851b.order__760168ef{cursor:pointer}.tableBasic__d9f1582a table>thead>tr>th .thBlock__3d5b851b.order__760168ef .orderButton__f0cb1d3d{display:flex;visibility:hidden;align-items:center}.tableBasic__d9f1582a table>thead>tr>th .thBlock__3d5b851b.order__760168ef .orderButton__f0cb1d3d.alignLeft__86ca8324{margin-right:8px}.tableBasic__d9f1582a table>thead>tr>th .thBlock__3d5b851b.order__760168ef .orderButton__f0cb1d3d.alignRight__3a5e4c4d{margin-left:8px}.tableBasic__d9f1582a table>thead>tr>th .thBlock__3d5b851b.order__760168ef .orderButton__f0cb1d3d.sorted__ddebd49d{visibility:visible}.tableBasic__d9f1582a table>thead>tr>th .thBlock__3d5b851b.order__760168ef:hover .orderButton__f0cb1d3d{visibility:visible}.tableBasic__d9f1582a table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-34-0)}.tableBasic__d9f1582a table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__d9f1582a table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__d9f1582a table>tbody>tr>td.textType__57c50396{padding:12px}.tableBasic__d9f1582a table>tbody>tr>td.componentsType__a2e05279{padding:8px 12px}.tableBasic__d9f1582a table>tbody>tr>td.checkboxType__dee243de{padding:10px 12px 12px}.tableBasic__d9f1582a table>tbody>tr.selected__8b705442>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-34-0)}.tableBasic__d9f1582a table>tbody.clickable__e3b65773>tr{cursor:pointer}.tableBasic__d9f1582a table>tbody.hoverable__43853840>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-34-0)}.tableBasic__d9f1582a .footerEmptyData__3229f9c9{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__d9f1582a .spinnerWrapper__d72b0a50{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__d9f1582a .spinnerWrapper__d72b0a50 .tableLoaderScreen__35e965c7{border-radius:8px 8px 0 0;z-index:100}.tableBasic__d9f1582a .overlayCover__ffb18dfe{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-34-0);animation:fadeIn__d585637d .3s}.tableBasicSettingsBody__8dd23665{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__62095403{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-34-0)!important}.columnSettingsSortableListItemTarget__62095403:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-34-0)!important}.columnSettingsSortableListItemTarget__62095403.dragging__d5846e9f{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-34-0)!important}.columnSettingsStaticListItem__50b4fd45{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-34-0)}.tableBasicSettingsFooter__1f022909{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-34-0);padding:11px 12px 12px}.tableBasicSettingsHeader__b3236368{padding:16px 12px 12px}.tableSettingsLink__a1b99609{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__e35f49be{width:320px}.tableFooterWrapper__83bd960a{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__83bd960a .tableFooterShadow__ec8b0bbb{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-34-0);pointer-events:none}.tableFooterWrapper__83bd960a .tableFooter__3928d1e0{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-34-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__83bd960a .tableFooter__3928d1e0 .tableFooterSummary__4724bded{display:flex;align-items:center}.tableFooterWrapper__83bd960a .tableFooter__3928d1e0 .tableFooterSummary__4724bded .tableFooterSummarySelectedCount__7edd8279,.tableFooterWrapper__83bd960a .tableFooter__3928d1e0 .tableFooterSummary__4724bded .tableFooterSummarySelectAllButton__e517942f,.tableFooterWrapper__83bd960a .tableFooter__3928d1e0 .tableFooterSummary__4724bded .tableFooterSummaryAmount__82aacaee{display:inline-flex}.tableFooterWrapper__83bd960a .tableFooter__3928d1e0 .tableFooterSummary__4724bded .tableFooterSummarySelectedCount__7edd8279,.tableFooterWrapper__83bd960a .tableFooter__3928d1e0 .tableFooterSummary__4724bded .tableFooterSummarySelectAllButton__e517942f,.tableFooterWrapper__83bd960a .tableFooter__3928d1e0 .tableFooterSummary__4724bded .tableFooterSummaryAmount__82aacaee,.tableFooterWrapper__83bd960a .tableFooter__3928d1e0 .tableFooterSummary__4724bded .tableFooterSummaryLabel__4c98a566{margin-left:24px}@media(max-width:767px){.tableFooterWrapper__83bd960a{height:112px}}.paginationPanel__460287d7{margin-top:16px}.masterTable__ef95158d,.tabsExtended__8fa4f0a6{position:relative}.tabsExtendedContent__8d407676{display:inline-flex}.tabsExtendedContent__8d407676.sm__7e26077e{border-radius:6px;padding:4px}.tabsExtendedContent__8d407676.md__5b637558{border-radius:8px;padding:4px}.tabsExtendedContent__8d407676.lg__319c65c3{border-radius:10px;padding:8px}.tabsExtendedTab__14816204{display:flex}.tabsExtendedTab__14816204+.tabsExtendedTab__14816204,.tabsExtendedDropdown__4491533b{margin-left:4px}.tabsReal__98133105,.tabsFake__109d2b01{display:flex;box-sizing:border-box;width:100%}.tabsReal__98133105.hidden__d3649955{visibility:hidden}.tabsReal__98133105 .tabsExtendedTab__14816204.hidden__d3649955{display:none}.tabsFake__109d2b01{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__971d6320 .tabsExtendedContent__8d407676{background-color:var(--triplex-next-Tabs-Type1_Background-1-34-0)}.type2__7dc2b1a4 .tabsExtendedContent__8d407676{background-color:var(--triplex-next-Tabs-Type2_Background-1-34-0)}.tabsExtendedTabButton__f557ef10{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-34-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__f557ef10 .notificationIcon__3327c3ea{position:absolute}.tabsExtendedTabButton__f557ef10.lg__319c65c3{border-radius:6px;padding:9px 15px}.tabsExtendedTabButton__f557ef10.lg__319c65c3 .notificationIcon__3327c3ea{right:6px;top:6px}.tabsExtendedTabButton__f557ef10.md__5b637558{border-radius:4px;padding:5px 15px}.tabsExtendedTabButton__f557ef10.md__5b637558 .notificationIcon__3327c3ea{right:4px;top:4px}.tabsExtendedTabButton__f557ef10.sm__7e26077e{border-radius:4px;padding:1px 15px}.tabsExtendedTabButton__f557ef10.sm__7e26077e .notificationIcon__3327c3ea{right:3px;top:3px}.tabsExtendedTabButton__f557ef10 .tabsExtendedTabButtonTextDefault__15b8c93b{display:block}.tabsExtendedTabButton__f557ef10 .tabsExtendedTabButtonTextHover__29e59d3a,.tabsExtendedTabButton__f557ef10:hover .tabsExtendedTabButtonTextDefault__15b8c93b,.tabsExtendedTabButton__f557ef10.selected__148429d1 .tabsExtendedTabButtonTextDefault__15b8c93b{display:none}.tabsExtendedTabButton__f557ef10:hover .tabsExtendedTabButtonTextHover__29e59d3a,.tabsExtendedTabButton__f557ef10.selected__148429d1 .tabsExtendedTabButtonTextHover__29e59d3a{display:block}.tabsExtendedTabButton__f557ef10::-moz-focus-inner{border:none}.tabsExtendedTabButton__f557ef10+.tabsExtendedTabButton__f557ef10{margin-left:2px}.tabsExtendedTabButton__f557ef10:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-34-0)}.tabsExtendedTabButton__f557ef10.type1__971d6320{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-34-0)}.tabsExtendedTabButton__f557ef10.type1__971d6320.selected__148429d1{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-34-0)}.tabsExtendedTabButton__f557ef10.type1__971d6320:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-34-0)}.tabsExtendedTabButton__f557ef10.type2__7dc2b1a4{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-34-0)}.tabsExtendedTabButton__f557ef10.type2__7dc2b1a4.selected__148429d1{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-34-0)}.tabsExtendedTabButton__f557ef10.type2__7dc2b1a4:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-34-0)}.tabsContent__c13a55f1 .tabButtonDropdown__2f80fca0{justify-content:center;padding:0!important}.tabsContent__c13a55f1 .tabButtonDropdown__2f80fca0.sm__337a924d{min-width:20px;min-height:20px;height:20px}.tabsContent__c13a55f1 .tabButtonDropdown__2f80fca0.md__73dc179d{min-width:32px;min-height:32px;height:32px}.tabsContent__c13a55f1 .tabButtonDropdown__2f80fca0.lg__8de5e7af{min-width:40px;min-height:40px;height:40px}.tag__9c2afc90{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-34-0);border-radius:4px;gap:2px}.tag__9c2afc90.sm__81c30cb4{height:20px;padding:2px 4px 2px 6px}.tag__9c2afc90.md__ed515c10{height:28px;padding:4px 6px 4px 8px}.tag__9c2afc90.lg__3a96ddb3{height:32px;padding:6px 8px 6px 10px}.content__bee5b380{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagColor__e821cda0{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__e821cda0.sm__453140e6{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__e821cda0.md__44cb9056{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__e821cda0.lg__0812c8ef{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__e821cda0.default__a9b81f38{background:var(--triplex-next-TagColor-Background_Default-1-34-0)}.tagColor__e821cda0.success__0b5f4097{background:var(--triplex-next-TagColor-Background_Success-1-34-0)}.tagColor__e821cda0.info__882ad9c9{background:var(--triplex-next-TagColor-Background_Info-1-34-0)}.tagColor__e821cda0.warning__a4b9f4d1{background:var(--triplex-next-TagColor-Background_Warning-1-34-0)}.tagColor__e821cda0.error__bf10d86e{background:var(--triplex-next-TagColor-Background_Error-1-34-0)}.content__190c9814{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-34-0)}.tagGroup__2723ff95.sm__d8eaad87{margin:-2px}.tagGroup__2723ff95.sm__d8eaad87>*{margin:2px}.tagGroup__2723ff95.md__0a0b0461{margin:-4px}.tagGroup__2723ff95.md__0a0b0461>*{margin:4px}.tagGroup__2723ff95.lg__16aa995f{margin:-6px}.tagGroup__2723ff95.lg__16aa995f>*{margin:6px}.uploadZone__7689a657{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-34-0)}.uploadZone__7689a657:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-34-0)}.uploadZoneDragArea__a33cf2ac{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-34-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__8294ff55{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-34-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-34-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-34-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__9f780570{display:none}@media(max-width:767px){.uploadZone__7689a657,.uploadZone__7689a657:hover{background:none}.uploadZoneDragArea__a33cf2ac{display:none}}