@sberbusiness/triplex-next 0.14.0 → 0.14.1
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.
- package/chunks/AlertProcessSpoiler-w7bEDQkZ.js +39 -0
- package/chunks/{CalendarViewItem-BXB-l14w.js → CalendarViewItem-bjlzO6fA.js} +26 -26
- package/chunks/Card.module-BLsCGNSy.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CgfwcCEk.js +14 -0
- package/chunks/{Chip-CY6jm0GS.js → Chip-BjcDj2XE.js} +12 -12
- package/chunks/Confirm.module-CzudnAyq.js +15 -0
- package/chunks/{DropdownListItem-BsD2UckS.js → DropdownListItem-BByGOD7_.js} +13 -13
- package/chunks/DropdownMobile.module-DOLon8EA.js +23 -0
- package/chunks/Footer.module-BVFglVCT.js +9 -0
- package/chunks/{FormFieldInput-fdQkON04.js → FormFieldInput-CXE2lpa2.js} +14 -14
- package/chunks/HeaderLayoutSidebar.module-DKuCSX50.js +9 -0
- package/chunks/HeaderTabs.module-BD-cjJN0.js +9 -0
- package/chunks/{HeaderTitle.module-DcwCxesK.js → HeaderTitle.module-Aa8Ayziq.js} +2 -2
- package/chunks/IslandAccordion.module-DuBXHdTP.js +25 -0
- package/chunks/IslandWidgetFooter.module-Dv6ikQyO.js +9 -0
- package/chunks/IslandWidgetHeader.module-ChVPLOQn.js +9 -0
- package/chunks/{LightBoxContent-3oHJFM6-.js → LightBoxContent-B5TEJXI-.js} +13 -13
- package/chunks/LightBoxControls.module-4BsaXW9O.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-Bx568ER4.js +8 -0
- package/chunks/{ListItemControlsButton-DQyZxkWl.js → ListItemControlsButton-BQWXaAf7.js} +13 -13
- package/chunks/ListItemTail.module-Dqje1Ta9.js +12 -0
- package/chunks/ListMasterFooter.module-CQ5ySLht.js +10 -0
- package/chunks/ModalWindow.module-BhRZeAo8.js +17 -0
- package/chunks/Notification.module-DwrRfWOt.js +21 -0
- package/chunks/Overlay.module-B6CO6ER3.js +18 -0
- package/chunks/Page.module-DkHondpd.js +11 -0
- package/chunks/{RightBorderArrow-NMZgNz0e.js → RightBorderArrow-BjcGiO4Y.js} +10 -10
- package/chunks/SMSField.module-CDTpuKgF.js +16 -0
- package/chunks/SliderExtendedMarks.module--4YyXPzu.js +15 -0
- package/chunks/{SliderExtendedRail-w5E8mOCQ.js → SliderExtendedRail-DHe0BU85.js} +2 -2
- package/chunks/StatusTracker.module-DkISSFNd.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-Bu9hDMWX.js → SuggestFieldMobileDropdownHint-BM9lOqXe.js} +2 -2
- package/chunks/TableFooter.module-zu7cE58N.js +14 -0
- package/chunks/TabsExtended.module-CKJx5gTC.js +16 -0
- package/chunks/TabsLine.module-dWFH4Lb0.js +21 -0
- package/chunks/TooltipDesktop.module-8uJuXz2F.js +19 -0
- package/chunks/TreeView.module-CBWqJQ3g.js +9 -0
- package/chunks/{UploadZoneInput-DxpDQJSy.js → UploadZoneInput-DgPYo5Ct.js} +7 -7
- package/chunks/utils-D6gsTR6V.js +73 -0
- package/chunks/{utils-CXsSOP27.js → utils-DQttOWML.js} +5 -5
- package/chunks/utils-DXZkhXsb.js +24 -0
- package/chunks/utils-Ds7Etruz.js +20 -0
- package/chunks/{utils-H2e9tc3r.js → utils-QtOC5s-T.js} +7 -7
- package/components/Alert/AlertContext/AlertContext.js +10 -10
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +6 -6
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +14 -14
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +29 -29
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +1 -1
- package/components/Button/ButtonDropdownExtended.js +8 -8
- package/components/Button/ButtonIcon.js +7 -7
- package/components/Calendar/Calendar.js +5 -5
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +16 -16
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +4 -4
- package/components/Checkbox/Checkbox.js +8 -8
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- package/components/Checkbox/CheckboxYGroup.js +5 -5
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +7 -7
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +4 -4
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +13 -13
- package/components/Col/Col.js +134 -134
- package/components/CollapsableTree/components/CollapsableTreeNode.js +1 -1
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
- package/components/DateRange/DateRange.js +10 -10
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +4 -4
- package/components/Dropdown/desktop/DropdownDesktop.js +14 -14
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/ExpandAnimation/ExpandAnimation.js +20 -20
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +23 -23
- package/components/FormField/components/FormFieldClear.js +4 -4
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +11 -11
- package/components/FormField/components/FormFieldMaskedInput.js +5 -5
- package/components/FormField/components/FormFieldPostfix.js +9 -9
- package/components/FormField/components/FormFieldPrefix.js +6 -6
- package/components/FormField/components/FormFieldTarget.js +17 -17
- package/components/FormField/components/FormFieldTextarea.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +5 -5
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +3 -3
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
- package/components/IslandWidget/IslandWidget.js +9 -9
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +4 -4
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
- package/components/LightBox/LightBox.js +16 -16
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +22 -22
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +5 -5
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +6 -6
- package/components/Link/Link.js +11 -11
- package/components/List/List.js +5 -5
- package/components/List/components/ListEmptyState.js +3 -3
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +5 -5
- package/components/List/components/ListItemControls.js +6 -6
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +4 -4
- package/components/List/components/ListItemSelectable.js +10 -10
- package/components/List/components/ListItemTable.js +1 -1
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +1 -1
- package/components/List/components/ListSortableItemControls.js +1 -1
- package/components/List/components/ListSortableItemTarget.js +5 -5
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +7 -7
- package/components/ListMaster/components/SelectionControls.js +7 -7
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +7 -7
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +14 -14
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +7 -7
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +10 -10
- package/components/ModalWindow/components/ModalWindowClose.js +5 -5
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +8 -8
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +4 -4
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +6 -6
- package/components/OrderedList/OrderedListItem.js +5 -5
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +8 -8
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +1 -1
- package/components/Radio/Radio.js +5 -5
- package/components/Radio/RadioXGroup.js +10 -10
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +5 -5
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +4 -4
- package/components/SegmentedControl/SegmentedControlSegment.js +7 -7
- package/components/SelectExtendedField/SelectExtendedField.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +17 -17
- package/components/Skeleton/Skeleton.js +9 -9
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +19 -19
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +14 -14
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +2 -2
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +15 -15
- package/components/Stepper/StepperExtended.js +1 -1
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +2 -2
- package/components/Suggest/SuggestMobileDropdownContent.js +6 -6
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +14 -14
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +22 -22
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +19 -19
- package/components/Table/NoColumns.js +1 -1
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +2 -2
- package/components/Table/TabsLinePanelLinks.js +8 -8
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +12 -12
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +9 -9
- package/components/Tag/Tag.js +23 -23
- package/components/TagColor/TagColor.js +9 -9
- package/components/TagGroup/TagGroup.js +12 -12
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +12 -12
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +5 -5
- package/components/TopOverlay/TopOverlay.js +13 -13
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +18 -18
- package/components/Typography/Text.js +10 -10
- package/components/Typography/Title.js +10 -10
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +8 -8
- package/components/UnorderedList/UnorderedListItem.js +5 -5
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +5 -5
- package/index.js +5 -5
- package/package.json +1 -1
- package/styles/triplex-next.css +534 -534
- package/chunks/AlertProcessSpoiler-Clc5Pcoq.js +0 -39
- package/chunks/Card.module-Cu7AW6wF.js +0 -17
- package/chunks/CheckboxTreeExtended.module-C2bEprSb.js +0 -14
- package/chunks/Confirm.module-OZDQwZ76.js +0 -15
- package/chunks/DropdownMobile.module-DyAN0fdk.js +0 -23
- package/chunks/Footer.module-CNLRKuaO.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-D6JKqqZC.js +0 -9
- package/chunks/HeaderTabs.module-bgwZzpN5.js +0 -9
- package/chunks/IslandAccordion.module-CkwZRvz0.js +0 -25
- package/chunks/IslandWidgetFooter.module-CRDSENKS.js +0 -9
- package/chunks/IslandWidgetHeader.module-CplPMePk.js +0 -9
- package/chunks/LightBoxControls.module-BiErhmuy.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-B1Ry_HK0.js +0 -8
- package/chunks/ListItemTail.module-BcXdd7Tg.js +0 -12
- package/chunks/ListMasterFooter.module-IIuFg261.js +0 -10
- package/chunks/ModalWindow.module-BxpQ7u7J.js +0 -17
- package/chunks/Notification.module-Dd05nJZX.js +0 -21
- package/chunks/Overlay.module-nyoFWXgt.js +0 -18
- package/chunks/Page.module-COesJT7Q.js +0 -11
- package/chunks/SMSField.module-CyHqtrvG.js +0 -16
- package/chunks/SliderExtendedMarks.module-2LnzmFbF.js +0 -15
- package/chunks/StatusTracker.module-4qTM1xYQ.js +0 -24
- package/chunks/TableFooter.module-w1swDJka.js +0 -14
- package/chunks/TabsExtended.module-tx9R1r2s.js +0 -16
- package/chunks/TabsLine.module-DySAqOh5.js +0 -21
- package/chunks/TooltipDesktop.module-CVyAe5HN.js +0 -19
- package/chunks/TreeView.module-4qMoe0gI.js +0 -9
- package/chunks/utils-BqO-7PCm.js +0 -20
- package/chunks/utils-Clzm2Vel.js +0 -73
- package/chunks/utils-Dtu8f6BX.js +0 -24
package/styles/triplex-next.css
CHANGED
|
@@ -1,534 +1,534 @@
|
|
|
1
|
-
html {--triplex-next-ColorBrand-0-0-14-
|
|
2
|
-
--triplex-next-ColorBrand-10-0-14-
|
|
3
|
-
--triplex-next-ColorBrand-20-0-14-
|
|
4
|
-
--triplex-next-ColorBrand-30-0-14-
|
|
5
|
-
--triplex-next-ColorBrand-40-0-14-
|
|
6
|
-
--triplex-next-ColorBrand-50-0-14-
|
|
7
|
-
--triplex-next-ColorBrand-60-0-14-
|
|
8
|
-
--triplex-next-ColorBrand-70-0-14-
|
|
9
|
-
--triplex-next-ColorBrand-80-0-14-
|
|
10
|
-
--triplex-next-ColorBrand-90-0-14-
|
|
11
|
-
--triplex-next-ColorBrand-100-0-14-
|
|
12
|
-
--triplex-next-ColorDarkNeutralAlpha-0-0-14-
|
|
13
|
-
--triplex-next-ColorDarkNeutralAlpha-10-0-14-
|
|
14
|
-
--triplex-next-ColorDarkNeutralAlpha-20-0-14-
|
|
15
|
-
--triplex-next-ColorDarkNeutralAlpha-30-0-14-
|
|
16
|
-
--triplex-next-ColorDarkNeutralAlpha-40-0-14-
|
|
17
|
-
--triplex-next-ColorDarkNeutralAlpha-50-0-14-
|
|
18
|
-
--triplex-next-ColorDarkNeutralAlpha-60-0-14-
|
|
19
|
-
--triplex-next-ColorDarkNeutralAlpha-70-0-14-
|
|
20
|
-
--triplex-next-ColorDarkNeutralAlpha-80-0-14-
|
|
21
|
-
--triplex-next-ColorDarkNeutralAlpha-90-0-14-
|
|
22
|
-
--triplex-next-ColorDarkNeutralAlpha-100-0-14-
|
|
23
|
-
--triplex-next-ColorDarkNeutral-0-0-14-
|
|
24
|
-
--triplex-next-ColorDarkNeutral-10-0-14-
|
|
25
|
-
--triplex-next-ColorDarkNeutral-20-0-14-
|
|
26
|
-
--triplex-next-ColorDarkNeutral-30-0-14-
|
|
27
|
-
--triplex-next-ColorDarkNeutral-40-0-14-
|
|
28
|
-
--triplex-next-ColorDarkNeutral-50-0-14-
|
|
29
|
-
--triplex-next-ColorDarkNeutral-60-0-14-
|
|
30
|
-
--triplex-next-ColorDarkNeutral-70-0-14-
|
|
31
|
-
--triplex-next-ColorDarkNeutral-80-0-14-
|
|
32
|
-
--triplex-next-ColorDarkNeutral-90-0-14-
|
|
33
|
-
--triplex-next-ColorDarkNeutral-100-0-14-
|
|
34
|
-
--triplex-next-ColorError-0-0-14-
|
|
35
|
-
--triplex-next-ColorError-10-0-14-
|
|
36
|
-
--triplex-next-ColorError-20-0-14-
|
|
37
|
-
--triplex-next-ColorError-30-0-14-
|
|
38
|
-
--triplex-next-ColorError-40-0-14-
|
|
39
|
-
--triplex-next-ColorError-50-0-14-
|
|
40
|
-
--triplex-next-ColorError-60-0-14-
|
|
41
|
-
--triplex-next-ColorError-70-0-14-
|
|
42
|
-
--triplex-next-ColorError-80-0-14-
|
|
43
|
-
--triplex-next-ColorError-90-0-14-
|
|
44
|
-
--triplex-next-ColorError-100-0-14-
|
|
45
|
-
--triplex-next-ColorInfo-0-0-14-
|
|
46
|
-
--triplex-next-ColorInfo-10-0-14-
|
|
47
|
-
--triplex-next-ColorInfo-20-0-14-
|
|
48
|
-
--triplex-next-ColorInfo-30-0-14-
|
|
49
|
-
--triplex-next-ColorInfo-40-0-14-
|
|
50
|
-
--triplex-next-ColorInfo-50-0-14-
|
|
51
|
-
--triplex-next-ColorInfo-60-0-14-
|
|
52
|
-
--triplex-next-ColorInfo-70-0-14-
|
|
53
|
-
--triplex-next-ColorInfo-80-0-14-
|
|
54
|
-
--triplex-next-ColorInfo-90-0-14-
|
|
55
|
-
--triplex-next-ColorInfo-100-0-14-
|
|
56
|
-
--triplex-next-ColorNeutralAlpha-0-0-14-
|
|
57
|
-
--triplex-next-ColorNeutralAlpha-10-0-14-
|
|
58
|
-
--triplex-next-ColorNeutralAlpha-20-0-14-
|
|
59
|
-
--triplex-next-ColorNeutralAlpha-30-0-14-
|
|
60
|
-
--triplex-next-ColorNeutralAlpha-40-0-14-
|
|
61
|
-
--triplex-next-ColorNeutralAlpha-50-0-14-
|
|
62
|
-
--triplex-next-ColorNeutralAlpha-60-0-14-
|
|
63
|
-
--triplex-next-ColorNeutralAlpha-70-0-14-
|
|
64
|
-
--triplex-next-ColorNeutralAlpha-80-0-14-
|
|
65
|
-
--triplex-next-ColorNeutralAlpha-90-0-14-
|
|
66
|
-
--triplex-next-ColorNeutralAlpha-100-0-14-
|
|
67
|
-
--triplex-next-ColorNeutral-0-0-14-
|
|
68
|
-
--triplex-next-ColorNeutral-10-0-14-
|
|
69
|
-
--triplex-next-ColorNeutral-20-0-14-
|
|
70
|
-
--triplex-next-ColorNeutral-30-0-14-
|
|
71
|
-
--triplex-next-ColorNeutral-40-0-14-
|
|
72
|
-
--triplex-next-ColorNeutral-50-0-14-
|
|
73
|
-
--triplex-next-ColorNeutral-60-0-14-
|
|
74
|
-
--triplex-next-ColorNeutral-70-0-14-
|
|
75
|
-
--triplex-next-ColorNeutral-80-0-14-
|
|
76
|
-
--triplex-next-ColorNeutral-90-0-14-
|
|
77
|
-
--triplex-next-ColorNeutral-100-0-14-
|
|
78
|
-
--triplex-next-ColorSuccess-0-0-14-
|
|
79
|
-
--triplex-next-ColorSuccess-10-0-14-
|
|
80
|
-
--triplex-next-ColorSuccess-20-0-14-
|
|
81
|
-
--triplex-next-ColorSuccess-30-0-14-
|
|
82
|
-
--triplex-next-ColorSuccess-40-0-14-
|
|
83
|
-
--triplex-next-ColorSuccess-50-0-14-
|
|
84
|
-
--triplex-next-ColorSuccess-60-0-14-
|
|
85
|
-
--triplex-next-ColorSuccess-70-0-14-
|
|
86
|
-
--triplex-next-ColorSuccess-80-0-14-
|
|
87
|
-
--triplex-next-ColorSuccess-90-0-14-
|
|
88
|
-
--triplex-next-ColorSuccess-100-0-14-
|
|
89
|
-
--triplex-next-ColorSystem-0-0-14-
|
|
90
|
-
--triplex-next-ColorSystem-10-0-14-
|
|
91
|
-
--triplex-next-ColorSystem-20-0-14-
|
|
92
|
-
--triplex-next-ColorSystem-30-0-14-
|
|
93
|
-
--triplex-next-ColorSystem-40-0-14-
|
|
94
|
-
--triplex-next-ColorSystem-50-0-14-
|
|
95
|
-
--triplex-next-ColorSystem-60-0-14-
|
|
96
|
-
--triplex-next-ColorSystem-70-0-14-
|
|
97
|
-
--triplex-next-ColorSystem-80-0-14-
|
|
98
|
-
--triplex-next-ColorSystem-90-0-14-
|
|
99
|
-
--triplex-next-ColorSystem-100-0-14-
|
|
100
|
-
--triplex-next-ColorWarning-0-0-14-
|
|
101
|
-
--triplex-next-ColorWarning-10-0-14-
|
|
102
|
-
--triplex-next-ColorWarning-20-0-14-
|
|
103
|
-
--triplex-next-ColorWarning-30-0-14-
|
|
104
|
-
--triplex-next-ColorWarning-40-0-14-
|
|
105
|
-
--triplex-next-ColorWarning-50-0-14-
|
|
106
|
-
--triplex-next-ColorWarning-60-0-14-
|
|
107
|
-
--triplex-next-ColorWarning-70-0-14-
|
|
108
|
-
--triplex-next-ColorWarning-80-0-14-
|
|
109
|
-
--triplex-next-ColorWarning-90-0-14-
|
|
110
|
-
--triplex-next-ColorWarning-100-0-14-
|
|
111
|
-
--triplex-next-AlertContext-Error_Color-0-14-
|
|
112
|
-
--triplex-next-AlertContext-Info_Color-0-14-
|
|
113
|
-
--triplex-next-AlertContext-System_Color-0-14-
|
|
114
|
-
--triplex-next-AlertContext-Warning_Color-0-14-
|
|
115
|
-
--triplex-next-AlertProcess-Info_Background-0-14-
|
|
116
|
-
--triplex-next-AlertProcess-Warning_Background-0-14-
|
|
117
|
-
--triplex-next-AlertProcess-Error_Background-0-14-
|
|
118
|
-
--triplex-next-AlertProcess-System_Background-0-14-
|
|
119
|
-
--triplex-next-AlertProcess-Feature_Background-0-14-
|
|
120
|
-
--triplex-next-Avatar-Background-0-14-
|
|
121
|
-
--triplex-next-Button-General_Background_Active-0-14-
|
|
122
|
-
--triplex-next-Button-General_Background_Default-0-14-
|
|
123
|
-
--triplex-next-Button-General_Background_Disabled-0-14-
|
|
124
|
-
--triplex-next-Button-General_Background_Hover-0-14-
|
|
125
|
-
--triplex-next-Button-General_Color_Active-0-14-
|
|
126
|
-
--triplex-next-Button-General_Color_Default-0-14-
|
|
127
|
-
--triplex-next-Button-General_Color_Disabled-0-14-
|
|
128
|
-
--triplex-next-Button-General_Color_Hover-0-14-
|
|
129
|
-
--triplex-next-Button-General_Shadow_Focus-0-14-
|
|
130
|
-
--triplex-next-Button-Secondary_Background_Active-0-14-
|
|
131
|
-
--triplex-next-Button-Secondary_Background_Default-0-14-
|
|
132
|
-
--triplex-next-Button-Secondary_Background_Disabled-0-14-
|
|
133
|
-
--triplex-next-Button-Secondary_Background_Hover-0-14-
|
|
134
|
-
--triplex-next-Button-Secondary_Color_Active-0-14-
|
|
135
|
-
--triplex-next-Button-Secondary_Color_Default-0-14-
|
|
136
|
-
--triplex-next-Button-Secondary_Color_Disabled-0-14-
|
|
137
|
-
--triplex-next-Button-Secondary_Color_Hover-0-14-
|
|
138
|
-
--triplex-next-Button-Secondary_Shadow_Focus-0-14-
|
|
139
|
-
--triplex-next-Button-SecondaryLight_Background_Active-0-14-
|
|
140
|
-
--triplex-next-Button-SecondaryLight_Background_Default-0-14-
|
|
141
|
-
--triplex-next-Button-SecondaryLight_Background_Disabled-0-14-
|
|
142
|
-
--triplex-next-Button-SecondaryLight_Background_Hover-0-14-
|
|
143
|
-
--triplex-next-Button-SecondaryLight_Color_Active-0-14-
|
|
144
|
-
--triplex-next-Button-SecondaryLight_Color_Default-0-14-
|
|
145
|
-
--triplex-next-Button-SecondaryLight_Color_Disabled-0-14-
|
|
146
|
-
--triplex-next-Button-SecondaryLight_Color_Hover-0-14-
|
|
147
|
-
--triplex-next-Button-SecondaryLight_Shadow_Focus-0-14-
|
|
148
|
-
--triplex-next-Button-Danger_Background_Active-0-14-
|
|
149
|
-
--triplex-next-Button-Danger_Background_Default-0-14-
|
|
150
|
-
--triplex-next-Button-Danger_Background_Disabled-0-14-
|
|
151
|
-
--triplex-next-Button-Danger_Background_Hover-0-14-
|
|
152
|
-
--triplex-next-Button-Danger_Color_Active-0-14-
|
|
153
|
-
--triplex-next-Button-Danger_Color_Default-0-14-
|
|
154
|
-
--triplex-next-Button-Danger_Color_Disabled-0-14-
|
|
155
|
-
--triplex-next-Button-Danger_Color_Hover-0-14-
|
|
156
|
-
--triplex-next-Button-Danger_Shadow_Focus-0-14-
|
|
157
|
-
--triplex-next-Button-Icon_Shadow_Focus-0-14-
|
|
158
|
-
--triplex-next-Button-Link_Color_Active-0-14-
|
|
159
|
-
--triplex-next-Button-Link_Color_Default-0-14-
|
|
160
|
-
--triplex-next-Button-Link_Color_Disabled-0-14-
|
|
161
|
-
--triplex-next-Button-Link_Color_Hover-0-14-
|
|
162
|
-
--triplex-next-Button-Link_Shadow_Focus-0-14-
|
|
163
|
-
--triplex-next-Calendar-Background_Shadow-0-14-
|
|
164
|
-
--triplex-next-Calendar-View_Header_Color-0-14-
|
|
165
|
-
--triplex-next-Calendar-View_Item_Background_Default-0-14-
|
|
166
|
-
--triplex-next-Calendar-View_Item_Background_Hover-0-14-
|
|
167
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Default-0-14-
|
|
168
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-14-
|
|
169
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-14-
|
|
170
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-14-
|
|
171
|
-
--triplex-next-Calendar-View_Item_BorderColor_Default-0-14-
|
|
172
|
-
--triplex-next-Calendar-View_Item_BorderColor_Focus-0-14-
|
|
173
|
-
--triplex-next-Calendar-View_Item_Color_Default-0-14-
|
|
174
|
-
--triplex-next-Calendar-View_Item_Color_Hover-0-14-
|
|
175
|
-
--triplex-next-Calendar-View_Item_Color_Disabled-0-14-
|
|
176
|
-
--triplex-next-Calendar-View_Item_Color_Muted-0-14-
|
|
177
|
-
--triplex-next-Calendar-View_Item_Color_Selected-0-14-
|
|
178
|
-
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-14-
|
|
179
|
-
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-14-
|
|
180
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-14-
|
|
181
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-14-
|
|
182
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-14-
|
|
183
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-14-
|
|
184
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-14-
|
|
185
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-14-
|
|
186
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-14-
|
|
187
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-14-
|
|
188
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-14-
|
|
189
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-14-
|
|
190
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-14-
|
|
191
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-14-
|
|
192
|
-
--triplex-next-Card-Static_General_Background-0-14-
|
|
193
|
-
--triplex-next-Card-Static_Secondary_Background-0-14-
|
|
194
|
-
--triplex-next-Card-Action_General_Background-0-14-
|
|
195
|
-
--triplex-next-Card-Action_General_Background_Hover-0-14-
|
|
196
|
-
--triplex-next-Card-Action_General_Background_Selected-0-14-
|
|
197
|
-
--triplex-next-Card-Action_General_Background_Selected_Hover-0-14-
|
|
198
|
-
--triplex-next-Card-Action_Secondary_Background-0-14-
|
|
199
|
-
--triplex-next-Card-Action_Secondary_Background_Hover-0-14-
|
|
200
|
-
--triplex-next-Card-Action_Secondary_Background_Selected-0-14-
|
|
201
|
-
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-14-
|
|
202
|
-
--triplex-next-Card-Shadow_Default-0-14-
|
|
203
|
-
--triplex-next-Card-Shadow_Focus-0-14-
|
|
204
|
-
--triplex-next-Card-Shadow_Hover-0-14-
|
|
205
|
-
--triplex-next-Card-Shadow_Selected-0-14-
|
|
206
|
-
--triplex-next-Card-Shadow_Selected_Hover-0-14-
|
|
207
|
-
--triplex-next-Checkbox-Background_Checked_Default-0-14-
|
|
208
|
-
--triplex-next-Checkbox-Background_Checked_Disabled-0-14-
|
|
209
|
-
--triplex-next-Checkbox-Background_Checked_Hover-0-14-
|
|
210
|
-
--triplex-next-Checkbox-Background_Default-0-14-
|
|
211
|
-
--triplex-next-Checkbox-Background_Disabled-0-14-
|
|
212
|
-
--triplex-next-Checkbox-Background_Hover-0-14-
|
|
213
|
-
--triplex-next-Checkbox-BorderColor_Default-0-14-
|
|
214
|
-
--triplex-next-Checkbox-BorderColor_Disabled-0-14-
|
|
215
|
-
--triplex-next-Checkbox-BorderColor_Focus-0-14-
|
|
216
|
-
--triplex-next-Checkbox-BorderColor_Hover-0-14-
|
|
217
|
-
--triplex-next-Checkbox-BorderColor_Checked_Default-0-14-
|
|
218
|
-
--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-14-
|
|
219
|
-
--triplex-next-Checkbox-Checkmark_Fill_Default-0-14-
|
|
220
|
-
--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-14-
|
|
221
|
-
--triplex-next-Chip-Background_Active-0-14-
|
|
222
|
-
--triplex-next-Chip-Background_Default-0-14-
|
|
223
|
-
--triplex-next-Chip-Background_Disabled-0-14-
|
|
224
|
-
--triplex-next-Chip-Background_Hover-0-14-
|
|
225
|
-
--triplex-next-Chip-Background_Selected_Active-0-14-
|
|
226
|
-
--triplex-next-Chip-Background_Selected_Default-0-14-
|
|
227
|
-
--triplex-next-Chip-Background_Selected_Disabled-0-14-
|
|
228
|
-
--triplex-next-Chip-Background_Selected_Hover-0-14-
|
|
229
|
-
--triplex-next-Chip-Color_Active-0-14-
|
|
230
|
-
--triplex-next-Chip-Color_Default-0-14-
|
|
231
|
-
--triplex-next-Chip-Color_Disabled-0-14-
|
|
232
|
-
--triplex-next-Chip-Color_Hover-0-14-
|
|
233
|
-
--triplex-next-Chip-Color_Selected_Active-0-14-
|
|
234
|
-
--triplex-next-Chip-Color_Selected_Default-0-14-
|
|
235
|
-
--triplex-next-Chip-Color_Selected_Disabled-0-14-
|
|
236
|
-
--triplex-next-Chip-Color_Selected_Hover-0-14-
|
|
237
|
-
--triplex-next-Chip-Shadow_Focus-0-14-
|
|
238
|
-
--triplex-next-Divider-Background-0-14-
|
|
239
|
-
--triplex-next-Dropdown-Background-0-14-
|
|
240
|
-
--triplex-next-Dropdown-Shadow-0-14-
|
|
241
|
-
--triplex-next-DropdownList-Background_Active-0-14-
|
|
242
|
-
--triplex-next-DropdownList-Background_Default-0-14-
|
|
243
|
-
--triplex-next-DropdownList-Background_Selected-0-14-
|
|
244
|
-
--triplex-next-DropdownList-Color-0-14-
|
|
245
|
-
--triplex-next-DropdownMobile-Backdrop-0-14-
|
|
246
|
-
--triplex-next-DropdownMobile-Border_Color-0-14-
|
|
247
|
-
--triplex-next-DropdownMobile-Content_Background-0-14-
|
|
248
|
-
--triplex-next-DropdownMobile-Footer_Background-0-14-
|
|
249
|
-
--triplex-next-DropdownMobile-Header_Background-0-14-
|
|
250
|
-
--triplex-next-DropdownMobileList-Active_Background-0-14-
|
|
251
|
-
--triplex-next-DropdownMobileList-Selected_Background-0-14-
|
|
252
|
-
--triplex-next-FooterPage-StickyShadow-0-14-
|
|
253
|
-
--triplex-next-FormField-Background_Active-0-14-
|
|
254
|
-
--triplex-next-FormField-Background_Default-0-14-
|
|
255
|
-
--triplex-next-FormField-Background_Disabled-0-14-
|
|
256
|
-
--triplex-next-FormField-Background_Error-0-14-
|
|
257
|
-
--triplex-next-FormField-Background_Error_Hover-0-14-
|
|
258
|
-
--triplex-next-FormField-Background_Hover-0-14-
|
|
259
|
-
--triplex-next-FormField-Background_Warning-0-14-
|
|
260
|
-
--triplex-next-FormField-Background_Warning_Hover-0-14-
|
|
261
|
-
--triplex-next-FormField-Input_Color_Default-0-14-
|
|
262
|
-
--triplex-next-FormField-Input_Color_Disabled-0-14-
|
|
263
|
-
--triplex-next-FormField-Target_Color_Default-0-14-
|
|
264
|
-
--triplex-next-FormField-Target_Color_Disabled-0-14-
|
|
265
|
-
--triplex-next-FormField-Target_PlaceholderColor_Default-0-14-
|
|
266
|
-
--triplex-next-FormField-Label_Color_Default-0-14-
|
|
267
|
-
--triplex-next-FormField-Label_Color_Disabled-0-14-
|
|
268
|
-
--triplex-next-FormField-Shadow_Active-0-14-
|
|
269
|
-
--triplex-next-FormField-Shadow_Default-0-14-
|
|
270
|
-
--triplex-next-FormField-Shadow_Error_Active-0-14-
|
|
271
|
-
--triplex-next-FormField-Shadow_Warning_Active-0-14-
|
|
272
|
-
--triplex-next-FormField-Placeholder_Color-0-14-
|
|
273
|
-
--triplex-next-HeaderPage-StickyShadow-0-14-
|
|
274
|
-
--triplex-next-Island-Type1_Background-0-14-
|
|
275
|
-
--triplex-next-Island-Type2_Background-0-14-
|
|
276
|
-
--triplex-next-Island-Type3_Background-0-14-
|
|
277
|
-
--triplex-next-Island-Type1_Shadow-0-14-
|
|
278
|
-
--triplex-next-Island-Type2_Shadow-0-14-
|
|
279
|
-
--triplex-next-Island-Type3_Shadow-0-14-
|
|
280
|
-
--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-14-
|
|
281
|
-
--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-14-
|
|
282
|
-
--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-14-
|
|
283
|
-
--triplex-next-IslandAccordion-Shadow_Focus-0-14-
|
|
284
|
-
--triplex-next-IslandWidget-ExtraFooter_Background-0-14-
|
|
285
|
-
--triplex-next-IslandWidget-ExtraFooter_Shadow-0-14-
|
|
286
|
-
--triplex-next-LightBox-Backdrop_Background-0-14-
|
|
287
|
-
--triplex-next-LightBox-Content_Background-0-14-
|
|
288
|
-
--triplex-next-Link-BorderColor_Focus-0-14-
|
|
289
|
-
--triplex-next-Link-Text_Color_Active-0-14-
|
|
290
|
-
--triplex-next-Link-Text_Color_Default-0-14-
|
|
291
|
-
--triplex-next-Link-Text_Color_Hover-0-14-
|
|
292
|
-
--triplex-next-ListItem-Background-0-14-
|
|
293
|
-
--triplex-next-ListItem-Background_Dragging-0-14-
|
|
294
|
-
--triplex-next-ListItem-Background_Selected-0-14-
|
|
295
|
-
--triplex-next-ListItem-Shadow-0-14-
|
|
296
|
-
--triplex-next-ListItemControlsButton-Background_Active-0-14-
|
|
297
|
-
--triplex-next-ListItemControlsButton-Background_Default-0-14-
|
|
298
|
-
--triplex-next-ListItemControlsButton-Background_Hover-0-14-
|
|
299
|
-
--triplex-next-ListItemControlsButton-Color_Active-0-14-
|
|
300
|
-
--triplex-next-ListItemControlsButton-Color_Default-0-14-
|
|
301
|
-
--triplex-next-ListItemControlsButton-Color_Hover-0-14-
|
|
302
|
-
--triplex-next-ListMaster-Background-0-14-
|
|
303
|
-
--triplex-next-ListMaster-Footer_Background-0-14-
|
|
304
|
-
--triplex-next-ListMaster-Footer_Color-0-14-
|
|
305
|
-
--triplex-next-ListMaster-Header_Background-0-14-
|
|
306
|
-
--triplex-next-ListMaster-Header_Color-0-14-
|
|
307
|
-
--triplex-next-Loader-Element_Background_Brand-0-14-
|
|
308
|
-
--triplex-next-Loader-Element_Background_Neutral-0-14-
|
|
309
|
-
--triplex-next-Loader-Middle_Background_Default-0-14-
|
|
310
|
-
--triplex-next-LoaderScreen-Small_Backdrop_Default-0-14-
|
|
311
|
-
--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-14-
|
|
312
|
-
--triplex-next-LoaderScreen-Middle_Background_Default-0-14-
|
|
313
|
-
--triplex-next-Marker-Background_Error-0-14-
|
|
314
|
-
--triplex-next-Marker-Background_Success-0-14-
|
|
315
|
-
--triplex-next-Marker-Background_Waiting-0-14-
|
|
316
|
-
--triplex-next-Marker-Background_Warning-0-14-
|
|
317
|
-
--triplex-next-MarkerStatus-Description_Color-0-14-
|
|
318
|
-
--triplex-next-ModalWindow-Background-0-14-
|
|
319
|
-
--triplex-next-ModalWindow-Backdrop_Background-0-14-
|
|
320
|
-
--triplex-next-MultiselectField-Divider_Color-0-14-
|
|
321
|
-
--triplex-next-Notification-Background-0-14-
|
|
322
|
-
--triplex-next-Notification-Color-0-14-
|
|
323
|
-
--triplex-next-Notification-TimeColor-0-14-
|
|
324
|
-
--triplex-next-Notification-Shadow-0-14-
|
|
325
|
-
--triplex-next-Overlay-Background-0-14-
|
|
326
|
-
--triplex-next-Overlay-Panel_Background-0-14-
|
|
327
|
-
--triplex-next-Pagination-PageButton_Background_Active-0-14-
|
|
328
|
-
--triplex-next-Pagination-PageButton_Background_Hover-0-14-
|
|
329
|
-
--triplex-next-Pagination-PageButton_Background_Selected-0-14-
|
|
330
|
-
--triplex-next-Pagination-PageButton_BorderColor_Focus-0-14-
|
|
331
|
-
--triplex-next-Pagination-PageButton_Color-0-14-
|
|
332
|
-
--triplex-next-Radio-Background_Checked_Default-0-14-
|
|
333
|
-
--triplex-next-Radio-Background_Checked_Disabled-0-14-
|
|
334
|
-
--triplex-next-Radio-Background_Checked_Hover-0-14-
|
|
335
|
-
--triplex-next-Radio-Background_Default-0-14-
|
|
336
|
-
--triplex-next-Radio-Background_Disabled-0-14-
|
|
337
|
-
--triplex-next-Radio-Background_Hover-0-14-
|
|
338
|
-
--triplex-next-Radio-BorderColor_Default-0-14-
|
|
339
|
-
--triplex-next-Radio-BorderColor_Disabled-0-14-
|
|
340
|
-
--triplex-next-Radio-BorderColor_Focused-0-14-
|
|
341
|
-
--triplex-next-Radio-BorderColor_Checked_Default-0-14-
|
|
342
|
-
--triplex-next-Radio-BorderColor_Checked_Disabled-0-14-
|
|
343
|
-
--triplex-next-Radio-Dot_Default-0-14-
|
|
344
|
-
--triplex-next-Radio-Dot_Disabled-0-14-
|
|
345
|
-
--triplex-next-SegmentedControl-General_1_Background-0-14-
|
|
346
|
-
--triplex-next-SegmentedControl-General_2_Background-0-14-
|
|
347
|
-
--triplex-next-SegmentedControl-Secondary_1_Background-0-14-
|
|
348
|
-
--triplex-next-SegmentedControl-Secondary_2_Background-0-14-
|
|
349
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-14-
|
|
350
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-14-
|
|
351
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-14-
|
|
352
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-14-
|
|
353
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-14-
|
|
354
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-14-
|
|
355
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-14-
|
|
356
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-14-
|
|
357
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-14-
|
|
358
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-14-
|
|
359
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-14-
|
|
360
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-14-
|
|
361
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-14-
|
|
362
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-14-
|
|
363
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-14-
|
|
364
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-14-
|
|
365
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-14-
|
|
366
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-14-
|
|
367
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-14-
|
|
368
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-14-
|
|
369
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-14-
|
|
370
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-14-
|
|
371
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-14-
|
|
372
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-14-
|
|
373
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-14-
|
|
374
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-14-
|
|
375
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-14-
|
|
376
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-14-
|
|
377
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-0-14-
|
|
378
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-14-
|
|
379
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-14-
|
|
380
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-14-
|
|
381
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-14-
|
|
382
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-14-
|
|
383
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-0-14-
|
|
384
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-14-
|
|
385
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-14-
|
|
386
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-14-
|
|
387
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-14-
|
|
388
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-14-
|
|
389
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-0-14-
|
|
390
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-14-
|
|
391
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-14-
|
|
392
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-14-
|
|
393
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-14-
|
|
394
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-14-
|
|
395
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-0-14-
|
|
396
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-14-
|
|
397
|
-
--triplex-next-SegmentedControlSegment-BorderColor_Default-0-14-
|
|
398
|
-
--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-14-
|
|
399
|
-
--triplex-next-Skeleton-BackgroundColor_Light_Start-0-14-
|
|
400
|
-
--triplex-next-Skeleton-BackgroundColor_Light_End-0-14-
|
|
401
|
-
--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-14-
|
|
402
|
-
--triplex-next-Skeleton-BackgroundColor_Dark_End-0-14-
|
|
403
|
-
--triplex-next-SmallInput-Background-0-14-
|
|
404
|
-
--triplex-next-SmallInput-Color-0-14-
|
|
405
|
-
--triplex-next-SmallInput-PlaceholderColor-0-14-
|
|
406
|
-
--triplex-next-SmallInput-Shadow-0-14-
|
|
407
|
-
--triplex-next-SMSField-Refresh_Fill_Empty-0-14-
|
|
408
|
-
--triplex-next-SMSField-Refresh_Fill_Full-0-14-
|
|
409
|
-
--triplex-next-SMSField-Refresh_Disabled-0-14-
|
|
410
|
-
--triplex-next-SMSField-Submit_Background_Default-0-14-
|
|
411
|
-
--triplex-next-SMSField-Submit_Background_Hover-0-14-
|
|
412
|
-
--triplex-next-SMSField-Submit_Background_Active-0-14-
|
|
413
|
-
--triplex-next-Slider-Dot_Background_Default-0-14-
|
|
414
|
-
--triplex-next-Slider-Dot_Background_Disabled-0-14-
|
|
415
|
-
--triplex-next-Slider-Dot_Background_Hover-0-14-
|
|
416
|
-
--triplex-next-Slider-Dot_Background_Select-0-14-
|
|
417
|
-
--triplex-next-Slider-Dot_Focus-0-14-
|
|
418
|
-
--triplex-next-Slider-Dot_Inner_Background-0-14-
|
|
419
|
-
--triplex-next-Slider-Dot_Inner_Background_Disabled-0-14-
|
|
420
|
-
--triplex-next-Slider-Mark_Dot_Background_Default-0-14-
|
|
421
|
-
--triplex-next-Slider-Mark_Dot_Background_Selected-0-14-
|
|
422
|
-
--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-14-
|
|
423
|
-
--triplex-next-Slider-Rail_Background-0-14-
|
|
424
|
-
--triplex-next-Slider-Rail_Background_Disabled-0-14-
|
|
425
|
-
--triplex-next-Slider-Tooltip_Background-0-14-
|
|
426
|
-
--triplex-next-Slider-Tooltip_Color-0-14-
|
|
427
|
-
--triplex-next-Slider-Track_Background_Default-0-14-
|
|
428
|
-
--triplex-next-Slider-Track_Background_Disabled-0-14-
|
|
429
|
-
--triplex-next-Slider-Track_Background_Hover-0-14-
|
|
430
|
-
--triplex-next-StatusTracker-Draft_Background-0-14-
|
|
431
|
-
--triplex-next-StatusTracker-Warning_Background-0-14-
|
|
432
|
-
--triplex-next-StatusTracker-Waiting_Background-0-14-
|
|
433
|
-
--triplex-next-StatusTracker-Rejected_Background-0-14-
|
|
434
|
-
--triplex-next-StatusTracker-Approved_Background-0-14-
|
|
435
|
-
--triplex-next-StatusTracker-Waiting_Color-0-14-
|
|
436
|
-
--triplex-next-StatusTracker-Rejected_Color-0-14-
|
|
437
|
-
--triplex-next-StatusTracker-Approved_Color-0-14-
|
|
438
|
-
--triplex-next-StatusTracker-Border_Color-0-14-
|
|
439
|
-
--triplex-next-Step-Color_Active-0-14-
|
|
440
|
-
--triplex-next-Step-Color_Default-0-14-
|
|
441
|
-
--triplex-next-Step-Color_Disabled-0-14-
|
|
442
|
-
--triplex-next-Step-Color_Done-0-14-
|
|
443
|
-
--triplex-next-Step-Color_Error-0-14-
|
|
444
|
-
--triplex-next-Step-Color_Warning-0-14-
|
|
445
|
-
--triplex-next-Step-Background_Active-0-14-
|
|
446
|
-
--triplex-next-Step-Background_Default-0-14-
|
|
447
|
-
--triplex-next-Step-Background_Disabled-0-14-
|
|
448
|
-
--triplex-next-Step-Background_Done-0-14-
|
|
449
|
-
--triplex-next-Step-Background_Error-0-14-
|
|
450
|
-
--triplex-next-Step-Background_Warning-0-14-
|
|
451
|
-
--triplex-next-Stepper-Step_Background_Default-0-14-
|
|
452
|
-
--triplex-next-Stepper-Step_Background_Hover-0-14-
|
|
453
|
-
--triplex-next-Stepper-Step_Background_Disabled-0-14-
|
|
454
|
-
--triplex-next-Stepper-Step_Background_Error-0-14-
|
|
455
|
-
--triplex-next-Stepper-Step_Background_Error_Hover-0-14-
|
|
456
|
-
--triplex-next-Stepper-Step_Background_Warning-0-14-
|
|
457
|
-
--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-
|
|
458
|
-
--triplex-next-Stepper-Step_BorderColor_Focus-0-14-
|
|
459
|
-
--triplex-next-Stepper-Step_BorderColor_Error-0-14-
|
|
460
|
-
--triplex-next-Stepper-Step_BorderColor_Warning-0-14-
|
|
461
|
-
--triplex-next-Stepper-Step_BorderColor_Success-0-14-
|
|
462
|
-
--triplex-next-Stepper-Step_Color_Default-0-14-
|
|
463
|
-
--triplex-next-Stepper-Step_Color_Hover-0-14-
|
|
464
|
-
--triplex-next-Stepper-Step_Color_Disabled-0-14-
|
|
465
|
-
--triplex-next-Stepper-ButtonNext_Background-0-14-
|
|
466
|
-
--triplex-next-Stepper-ButtonPrev_Background-0-14-
|
|
467
|
-
--triplex-next-Stepper-Background-0-14-
|
|
468
|
-
--triplex-next-Stepper-Wrapper_Background-0-14-
|
|
469
|
-
--triplex-next-Stepper-Wrapper_BoxShadow-0-14-
|
|
470
|
-
--triplex-next-TableBasic-Background_Hover-0-14-
|
|
471
|
-
--triplex-next-TableBasic-Background_Selected-0-14-
|
|
472
|
-
--triplex-next-TableBasic-Color-0-14-
|
|
473
|
-
--triplex-next-TableBasic-Header_Background-0-14-
|
|
474
|
-
--triplex-next-TableBasic-TableFooter_Background-0-14-
|
|
475
|
-
--triplex-next-TableBasic-TableFooter_Highlight-0-14-
|
|
476
|
-
--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-14-
|
|
477
|
-
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-14-
|
|
478
|
-
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-14-
|
|
479
|
-
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-14-
|
|
480
|
-
--triplex-next-Tabs-Type1_Background-0-14-
|
|
481
|
-
--triplex-next-Tabs-Type2_Background-0-14-
|
|
482
|
-
--triplex-next-Tabs-Type1_Tab_Background_Default-0-14-
|
|
483
|
-
--triplex-next-Tabs-Type2_Tab_Background_Default-0-14-
|
|
484
|
-
--triplex-next-Tabs-Type1_Tab_Background_Selected-0-14-
|
|
485
|
-
--triplex-next-Tabs-Type2_Tab_Background_Selected-0-14-
|
|
486
|
-
--triplex-next-Tabs-Type1_Tab_Background_Hover-0-14-
|
|
487
|
-
--triplex-next-Tabs-Type2_Tab_Background_Hover-0-14-
|
|
488
|
-
--triplex-next-Tabs-Type1_Tab_Color_Default-0-14-
|
|
489
|
-
--triplex-next-Tabs-Type2_Tab_Color_Default-0-14-
|
|
490
|
-
--triplex-next-Tabs-Type1_Tab_Color_Selected-0-14-
|
|
491
|
-
--triplex-next-Tabs-Type2_Tab_Color_Selected-0-14-
|
|
492
|
-
--triplex-next-Tabs-Type1_Tab_Color_Hover-0-14-
|
|
493
|
-
--triplex-next-Tabs-Type2_Tab_Color_Hover-0-14-
|
|
494
|
-
--triplex-next-Tabs-Tab_BorderColor_Default-0-14-
|
|
495
|
-
--triplex-next-Tabs-Tab_BorderColor_Focus-0-14-
|
|
496
|
-
--triplex-next-Tag-Background-0-14-
|
|
497
|
-
--triplex-next-TagColor-Background_Default-0-14-
|
|
498
|
-
--triplex-next-TagColor-Background_Success-0-14-
|
|
499
|
-
--triplex-next-TagColor-Background_Info-0-14-
|
|
500
|
-
--triplex-next-TagColor-Background_Warning-0-14-
|
|
501
|
-
--triplex-next-TagColor-Background_Error-0-14-
|
|
502
|
-
--triplex-next-TagColor-Text_Color_Default-0-14-
|
|
503
|
-
--triplex-next-TabsLine-BorderColor_Active-0-14-
|
|
504
|
-
--triplex-next-TabsLine-BorderColor_Hover-0-14-
|
|
505
|
-
--triplex-next-TabsLine-Separator_Color-0-14-
|
|
506
|
-
--triplex-next-TabsLine-Shadow_Focus-0-14-
|
|
507
|
-
--triplex-next-Tooltip-Background-0-14-
|
|
508
|
-
--triplex-next-Tooltip-Color-0-14-
|
|
509
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Active-0-14-
|
|
510
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Default-0-14-
|
|
511
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-14-
|
|
512
|
-
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-14-
|
|
513
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Active-0-14-
|
|
514
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Default-0-14-
|
|
515
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-14-
|
|
516
|
-
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-14-
|
|
517
|
-
--triplex-next-TopOverlay-Background-0-14-
|
|
518
|
-
--triplex-next-Typography-Primary_Color-0-14-
|
|
519
|
-
--triplex-next-Typography-Complementary_Color-0-14-
|
|
520
|
-
--triplex-next-Typography-Secondary_Color-0-14-
|
|
521
|
-
--triplex-next-Typography-Tertiary_Color-0-14-
|
|
522
|
-
--triplex-next-Typography-Disabled_Color-0-14-
|
|
523
|
-
--triplex-next-Typography-Brand_Color-0-14-
|
|
524
|
-
--triplex-next-Typography-Info_Color-0-14-
|
|
525
|
-
--triplex-next-Typography-Success_Color-0-14-
|
|
526
|
-
--triplex-next-Typography-Error_Color-0-14-
|
|
527
|
-
--triplex-next-Typography-Warning_Color-0-14-
|
|
528
|
-
--triplex-next-Typography-System_Color-0-14-
|
|
529
|
-
--triplex-next-UploadZone-Background_Default-0-14-
|
|
530
|
-
--triplex-next-UploadZone-Background_Hover-0-14-
|
|
531
|
-
--triplex-next-UploadZone-BorderColor_Default-0-14-
|
|
532
|
-
--triplex-next-UploadZone-DragArea_Background-0-14-
|
|
533
|
-
--triplex-next-UploadZone-DragArea_BorderColor-0-14-
|
|
534
|
-
.underline__2592f4b0{text-decoration:underline}.strikethrough__35298714{text-decoration:line-through}.underlineStrikethrough__13be9287{text-decoration:underline line-through}.typography__4a71116e.primary__0cf41eca{color:var(--triplex-next-Typography-Primary_Color-0-14-0)}.typography__4a71116e.complementary__1f01321b{color:var(--triplex-next-Typography-Complementary_Color-0-14-0)}.typography__4a71116e.secondary__83830336{color:var(--triplex-next-Typography-Secondary_Color-0-14-0)}.typography__4a71116e.tertiary__e4a60ec8{color:var(--triplex-next-Typography-Tertiary_Color-0-14-0)}.typography__4a71116e.disabled__e7852367{color:var(--triplex-next-Typography-Disabled_Color-0-14-0)}.typography__4a71116e.brand__fb1e70d9{color:var(--triplex-next-Typography-Brand_Color-0-14-0);-webkit-user-select:none;user-select:none}.typography__4a71116e.info__9c6e3b36{color:var(--triplex-next-Typography-Info_Color-0-14-0)}.typography__4a71116e.success__ff91310c{color:var(--triplex-next-Typography-Success_Color-0-14-0)}.typography__4a71116e.error__eada841c{color:var(--triplex-next-Typography-Error_Color-0-14-0)}.typography__4a71116e.warning__ebb99894{color:var(--triplex-next-Typography-Warning_Color-0-14-0)}.typography__4a71116e.system__6142ef39{color:var(--triplex-next-Typography-System_Color-0-14-0)}.typography__4a71116e.compact__fa38bb6e{line-height:calc(16 / 14)}.title__d46e8913{outline:none}.title__d46e8913.regular__686c0bdf{font-family:SBSansDisplay;font-weight:400}.title__d46e8913.semibold__8b595a46{font-family:SBSansDisplaySemibold;font-weight:600}.title__d46e8913.medium__c60ba6d1{font-family:SBSansDisplayMedium;font-weight:500}.title__d46e8913.bold__c5595b21{font-family:SBSansDisplayBold;font-weight:700}.h1__75c9a79b,.h2__f9d4956b,.h3__840084e2{margin:0}.h1__75c9a79b{font-size:28px;line-height:36px}.h2__f9d4956b{font-size:24px;line-height:32px}.h3__840084e2{font-size:20px;line-height:28px}.text__dea829d9{outline:none}.text__dea829d9.regular__686c0bdf{font-family:SBSansText}.text__dea829d9.semibold__8b595a46{font-family:SBSansTextSemibold;font-weight:600}.b1__a03ca72d{font-size:18px;line-height:24px}.b2__d8897e41{font-size:16px;line-height:20px}.b3__3a360c6a{font-size:14px;line-height:20px}.b3__3a360c6a.compact__fa38bb6e{line-height:16px}.b4__455bbd97{font-size:12px;line-height:16px}.caption__17c25437.regular__686c0bdf{font-family:SBSansText}.caption__17c25437.semibold__8b595a46{font-family:SBSansTextSemibold;font-weight:600}.c1__9ef39a46{font-size:10px;line-height:12px}.c2__0553e69d{font-size:8px;line-height:10px}.d1__6c7c0a14{font-size:32px;line-height:40px}.d1__6c7c0a14.regular__686c0bdf{font-family:SBSansDisplay}.d1__6c7c0a14.semibold__8b595a46{font-family:SBSansDisplaySemibold;font-weight:600}.formFieldInput__4f2ed957{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-0-14-0)}.formFieldInput__4f2ed957:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-14-0)}.formFieldInput__4f2ed957::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-14-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__4f2ed957:focus{outline:none}.formFieldInput__4f2ed957:focus::placeholder{opacity:1}.formFieldInput__4f2ed957:-webkit-autofill{animation-name:autofill-applied-hook__37b55846;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__4f2ed957:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__7f36d435;animation-duration:1ms}.formFieldInput__4f2ed957.sm__37a81005{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__4f2ed957.md__331a4505{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__4f2ed957.lg__3d1f879a{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__37b55846{0%{transform:none}}@keyframes autofill-cancelled-hook__7f36d435{0%{transform:none}}.formField__c5bf9feb{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__c5bf9feb.default__980587f0{background:var(--triplex-next-FormField-Background_Default-0-14-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-0-14-0)}.formField__c5bf9feb:hover{background:var(--triplex-next-FormField-Background_Hover-0-14-0)}.formField__c5bf9feb.disabled__df7314e9{background:var(--triplex-next-FormField-Background_Disabled-0-14-0)}.formField__c5bf9feb.active__e011ab0c{background:var(--triplex-next-FormField-Background_Active-0-14-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-0-14-0)}.formField__c5bf9feb.active__e011ab0c::placeholder{opacity:1}.formField__c5bf9feb.error__23bcfc5d{background:var(--triplex-next-FormField-Background_Error-0-14-0)}.formField__c5bf9feb.error__23bcfc5d:hover{background:var(--triplex-next-FormField-Background_Error_Hover-0-14-0)}.formField__c5bf9feb.error__23bcfc5d.active__e011ab0c{background:var(--triplex-next-FormField-Background_Error-0-14-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-0-14-0)}.formField__c5bf9feb.warning__a18b8ee7{background:var(--triplex-next-FormField-Background_Warning-0-14-0)}.formField__c5bf9feb.warning__a18b8ee7:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-0-14-0)}.formField__c5bf9feb.warning__a18b8ee7.active__e011ab0c{background:var(--triplex-next-FormField-Background_Warning-0-14-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-0-14-0)}.formField__c5bf9feb.sm__37a81005{border-radius:6px}.formField__c5bf9feb.md__331a4505{border-radius:8px}.formField__c5bf9feb.lg__3d1f879a{border-radius:10px}.formFieldDescription__cfabe3d6{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__cfabe3d6.withCounter__5b6bf7c2{display:flex;justify-content:space-between}.formFieldLabel__77e3646c{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__77e3646c.size-sm__8c382fc9{top:6px}.formFieldLabel__77e3646c.size-md__1dbbe534{top:10px}.formFieldLabel__77e3646c.size-lg__9b6a7ff1{top:18px}.formFieldLabel__77e3646c.size-lg__9b6a7ff1.floating__5a1ed3f0{top:10px}.formFieldLabelText__edba1299{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-0-14-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__8c382fc9 .formFieldLabelText__edba1299{font-size:12px;line-height:16px}.size-md__1dbbe534 .formFieldLabelText__edba1299{font-size:14px;line-height:20px}.size-lg__9b6a7ff1 .formFieldLabelText__edba1299{font-size:16px;line-height:20px}.floating__5a1ed3f0 .formFieldLabelText__edba1299{font-size:12px;line-height:16px}.floating__5a1ed3f0.size-sm__8c382fc9 .formFieldLabelText__edba1299,.floating__5a1ed3f0.size-md__1dbbe534 .formFieldLabelText__edba1299{display:none}.disabled__df7314e9 .formFieldLabelText__edba1299{color:var(--triplex-next-FormField-Label_Color_Disabled-0-14-0)}.formFieldPostfix__b52358d5{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__62fef420{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__6701a878{padding-left:4px}.formFieldMaskedInputWrapper__71087e30{position:relative}.formFieldMaskedInputWrapper__71087e30 .formFieldMaskedInputPlaceholder__b1baa69c{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__71087e30 .formFieldMaskedInputPlaceholder__b1baa69c::placeholder{opacity:1}.formFieldMaskedInputWrapper__71087e30 .formFieldMaskedInputPlaceholder__b1baa69c:disabled{visibility:hidden}.formFieldMaskedInputWrapper__71087e30.size-sm__8c382fc9{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__71087e30.size-sm__8c382fc9 .formFieldMaskedInputPlaceholder__b1baa69c{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__71087e30.size-md__1dbbe534{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__71087e30.size-md__1dbbe534 .formFieldMaskedInputPlaceholder__b1baa69c{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__71087e30.size-lg__9b6a7ff1{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__71087e30.size-lg__9b6a7ff1 .formFieldMaskedInputPlaceholder__b1baa69c{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__71087e30 .formFieldMaskedInput__70a5836d{display:block;position:relative;background:none!important}.dropdownDesktop__5c96610c{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-0-14-0);background-color:var(--triplex-next-Dropdown-Background-0-14-0)}.dropdownDesktop-sm__b19cb5e3{border-radius:6px}.dropdownDesktop-md__58a3f130{border-radius:8px}.dropdownDesktop-lg__d2f8e223{border-radius:10px}.dropdownDesktopOverflowHidden__284ebc58{overflow:hidden}.dropdownMobileWrapper__5b9d4ad5{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__dfc9592e{background:var(--triplex-next-DropdownMobile-Backdrop-0-14-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__dfc9592e.closing__a07688a9{opacity:0}.dropdownMobileBackdrop__dfc9592e.opening__bb828852,.dropdownMobileBackdrop__dfc9592e.opened__cc1ed01f{opacity:var(--triplex-DropdownMobile-Opacity-0-14-0)}.dropdownMobile__2628d320{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__2628d320.closing__a07688a9{transform:translateY(100%)}.dropdownMobile__2628d320.opening__bb828852,.dropdownMobile__2628d320.opened__cc1ed01f{transform:translateY(0)}.dropdownMobileHeader__42dff315{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-0-14-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__42dff315 .dropdownMobileHeaderContent__541bf7ef{margin-right:28px;min-height:20px}.dropdownMobileContent__76b44d43{background:var(--triplex-next-DropdownMobile-Content_Background-0-14-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__9ff1acde{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-0-14-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-0-14-0);flex-shrink:1}.dropdownMobileListItem__442cf855{padding:16px}.dropdownMobileListItem__442cf855.selected__d6a8f5d6{background:var(--triplex-next-DropdownMobileList-Selected_Background-0-14-0)}.dropdownMobileListItem__442cf855:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-0-14-0)}.dropdownMobileListLoader__6dfa4913{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__c08e5982{overflow:hidden}.controlButtons__bb7301a3{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__edd8418e{margin-right:8px}.notificationIcon__6eb8b15f{width:8px;height:8px;border-radius:50%;background-color:#ffb13b}.dropdownDesktopList__f93c6574{padding:4px;overflow:auto}.dropdownDesktopList__f93c6574.sm__4050a3c7{max-height:156px;font-size:12px;line-height:16px}.dropdownDesktopList__f93c6574.sm__4050a3c7 .dropdownDesktopListItem__d51d1f29{padding:6px 8px;border-radius:6px}.dropdownDesktopList__f93c6574.sm__4050a3c7 .dropdownDesktopListLoader__7dbd03d9{margin:0 auto}.dropdownDesktopList__f93c6574.md__35188ac7{max-height:186px;font-size:14px;line-height:20px}.dropdownDesktopList__f93c6574.md__35188ac7 .dropdownDesktopListItem__d51d1f29{padding:7px 8px;border-radius:8px}.dropdownDesktopList__f93c6574.md__35188ac7 .dropdownDesktopListLoader__7dbd03d9{margin:-2px auto}.dropdownDesktopList__f93c6574.lg__d603de93{max-height:256px;font-size:16px;line-height:20px}.dropdownDesktopList__f93c6574.lg__d603de93 .dropdownDesktopListItem__d51d1f29{padding:14px 8px;border-radius:10px}.dropdownDesktopList__f93c6574.lg__d603de93 .dropdownDesktopListLoader__7dbd03d9{margin:-6px auto}.dropdownDesktopListItem__d51d1f29{color:var(--triplex-next-DropdownList-Color-0-14-0);background:var(--triplex-next-DropdownList-Background_Default-0-14-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__d51d1f29+.dropdownDesktopListItem__d51d1f29{margin-top:2px}.dropdownDesktopListItem__d51d1f29.active__adcb5e21{background:var(--triplex-next-DropdownList-Background_Active-0-14-0);cursor:pointer}.dropdownDesktopListItem__d51d1f29.selected__d6a8f5d6{background:var(--triplex-next-DropdownList-Background_Selected-0-14-0);cursor:default}.notificationIcon__167f6a6d{position:absolute;right:4px;top:4px}.loaderSmall__92e56c17{display:flex;justify-content:center;align-items:center}.loaderSmall__92e56c17.sm__0ddff7c2{width:16px;height:16px;gap:2px}.loaderSmall__92e56c17.sm__0ddff7c2 .dot__61288457{width:4px;height:4px}.loaderSmall__92e56c17.md__cda6533c{width:24px;height:24px;gap:3px}.loaderSmall__92e56c17.md__cda6533c .dot__61288457{width:6px;height:6px}.loaderSmall__92e56c17.lg__ffb29973{width:32px;height:32px;gap:4px}.loaderSmall__92e56c17.lg__ffb29973 .dot__61288457{width:8px;height:8px}.loaderSmall__92e56c17.neutral__e60d2e60 .dot__61288457{background-color:var(--triplex-next-Loader-Element_Background_Neutral-0-14-0)}.loaderSmall__92e56c17.brand__a9e023b0 .dot__61288457{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-14-0)}.loaderSmall__92e56c17 .dot__61288457{border-radius:50%}.loaderSmall__92e56c17 .dot1__271c225b{animation:dotCycleSmall__7153675e .9s infinite}.loaderSmall__92e56c17 .dot2__fbed243b{animation:dotCycleSmall__7153675e .9s infinite .15s}.loaderSmall__92e56c17 .dot3__7118ebad{animation:dotCycleSmall__7153675e .9s infinite .3s}@keyframes dotCycleSmall__7153675e{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__2392eaf9{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-0-14-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__363ed8b3{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__363ed8b3 .dot__61288457{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-0-14-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__363ed8b3 .dot1__271c225b{top:0;left:0;animation:dotCycleMiddle__84ac209c 3s infinite}.loaderMiddleDots__363ed8b3 .dot2__fbed243b{right:0;top:0;opacity:.7;animation:dotCycleMiddle__84ac209c 3s infinite .74s}.loaderMiddleDots__363ed8b3 .dot3__7118ebad{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__84ac209c 3s infinite 1.5s}.loaderMiddleDots__363ed8b3 .dot4__b8ad2322{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__84ac209c 3s infinite 2.25s}.loaderMiddleDots__363ed8b3 .line__a8960f7d{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-14-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__3ef9ca3b 3s infinite}@keyframes lineCycle__3ef9ca3b{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__84ac209c{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.buttonIcon__ef528c30{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__ef528c30:enabled{cursor:pointer}.buttonIcon__ef528c30.circle__bba0e1c2{border-radius:50%}.buttonIcon__ef528c30.squircle__a452efb7{border-radius:4px}.buttonIcon__ef528c30:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-0-14-0)}.dropdownMobileInput__3ebbc47b{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-0-14-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__3ebbc47b::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-14-0);opacity:1}.dropdownMobileInput__3ebbc47b::-ms-clear{display:none}.tabsLineWrapper__7f9dcb9c[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__7f9dcb9c[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__7f9dcb9c[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__7f9dcb9c[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__7f9dcb9c{position:relative}.tabsLineWrapper__7f9dcb9c.withSeparator__d4010506:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-0-14-0);bottom:0;left:0;right:0}.tabsLine__96b315ad{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__96b315ad:has(.sm__e2e6c2f2){height:28px}.tabsLine__96b315ad:has(.md__60913876){height:40px}.tabsLine__96b315ad:has(.lg__79dde16e){height:56px}.tab__41e4f586{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__41e4f586.sm__e2e6c2f2{height:28px;padding-bottom:12px}.tab__41e4f586.md__60913876{height:40px;padding-top:8px;padding-bottom:12px}.tab__41e4f586.lg__79dde16e{height:56px;padding-top:16px;padding-bottom:20px}.tab__41e4f586::-moz-focus-inner{border:none;padding:0}.tab__41e4f586:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-0-14-0)}.tab__41e4f586.active__783c27bc{cursor:default}.tab__41e4f586: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__41e4f586:hover:after,.tab__41e4f586:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-0-14-0)}.tab__41e4f586.active__783c27bc:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-0-14-0)}.notificationIcon__61d1f270{position:absolute;right:6px}.sm__e2e6c2f2 .notificationIcon__61d1f270{top:0}.md__60913876 .notificationIcon__61d1f270{top:8px}.lg__79dde16e .notificationIcon__61d1f270{top:16px}.tabsLineDropdown__5d9bcae9{display:inline-block}.tabsLineDropdown__5d9bcae9 .dropdownTarget__a4e60e55.active__783c27bc{cursor:pointer}.tabsLineDropdown__5d9bcae9 .dropdownTargetInner__023d8466{display:inline-flex;align-items:center}.tabsLineDropdown__5d9bcae9 .dropdownTargetCaret__0654696e{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__5d9bcae9 .dropdownTargetCaret__0654696e.opened__59d99a8d{transform:rotate(-180deg)}.tabsLineDropdown__5d9bcae9 .dropdown__7f8f6a89{right:0;padding:4px}.tabsLineMobileWrapper__730ab83b{position:relative}.tabsLineMobileWrapper__730ab83b .tab__41e4f586{flex-shrink:0}.tabsLineMobileWrapper__730ab83b .tab__41e4f586:first-child{margin-left:16px}.tabsLineMobileWrapper__730ab83b .tab__41e4f586:last-child{margin-right:16px}.tabsLineMobile__d3440d5a{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__d3440d5a::-webkit-scrollbar{display:none}.label__a59b604b{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__a59b604b.sm__ece69c65{min-width:16px;min-height:16px}.label__a59b604b.sm__ece69c65.nonempty__f533c48e{padding:2px 0 2px 24px}.label__a59b604b.md__4bdab3dc{min-height:24px;min-width:24px}.label__a59b604b.md__4bdab3dc.nonempty__f533c48e{padding-left:32px;padding-top:2px}.label__a59b604b.lg__3b9574d6{min-width:28px;min-height:28px}.label__a59b604b.lg__3b9574d6.nonempty__f533c48e{padding-left:40px;padding-top:4px}.label__a59b604b.disabled__67065b5e{cursor:default}.radio__846972d8{margin:0;opacity:0}.radioIcon__27895869{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-0-14-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-0-14-0)}.radioIcon__27895869:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-0-14-0);border-radius:50%;transform:scale(0)}.sm__ece69c65 .radioIcon__27895869:after{width:8px;height:8px;top:4px;left:4px}.md__4bdab3dc .radioIcon__27895869:after{width:12px;height:12px;top:6px;left:6px}.lg__3b9574d6 .radioIcon__27895869:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__27895869,.radioIcon__27895869:after{pointer-events:none}.radio__846972d8,.radioIcon__27895869{position:absolute;left:0;top:0}.sm__ece69c65 .radio__846972d8,.sm__ece69c65 .radioIcon__27895869{width:16px;height:16px;top:2px}.md__4bdab3dc .radio__846972d8,.md__4bdab3dc .radioIcon__27895869{width:24px;height:24px}.lg__3b9574d6 .radio__846972d8,.lg__3b9574d6 .radioIcon__27895869{width:28px;height:28px}.radio__846972d8:enabled{cursor:pointer}.radio__846972d8:checked+.radioIcon__27895869{background:var(--triplex-next-Radio-Background_Checked_Default-0-14-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-0-14-0)}.radio__846972d8:checked+.radioIcon__27895869:after{transform:scale(1);transition:transform .2s ease-out}.radio__846972d8:hover+.radioIcon__27895869{background-color:var(--triplex-next-Radio-Background_Hover-0-14-0);box-shadow:none}.radio__846972d8:disabled+.radioIcon__27895869{background:var(--triplex-next-Radio-Background_Disabled-0-14-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-0-14-0)}.radio__846972d8:disabled:checked+.radioIcon__27895869{background:var(--triplex-next-Radio-Background_Checked_Disabled-0-14-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-0-14-0)}.radio__846972d8:disabled+.radioIcon__27895869:after{background:var(--triplex-next-Radio-Dot_Disabled-0-14-0)}.radio__846972d8:focus-visible+.radioIcon__27895869{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-0-14-0)}.radio__846972d8:checked:enabled:hover+.radioIcon__27895869{background-color:var(--triplex-next-Radio-Background_Checked_Hover-0-14-0)}.radioXGroup__438792aa{display:inline-flex;flex-flow:row wrap}.radioXGroup__438792aa.indent-12__64395add{margin-left:-6px;margin-right:-6px}.radioXGroup__438792aa.indent-12__64395add .label__a59b604b{margin-left:6px;margin-right:6px}.radioXGroup__438792aa.indent-16__1eb80d6c{margin-left:-8px;margin-right:-8px}.radioXGroup__438792aa.indent-16__1eb80d6c .label__a59b604b{margin-left:8px;margin-right:8px}.radioXGroup__438792aa.indent-20__9ca42893{margin-left:-10px;margin-right:-10px}.radioXGroup__438792aa.indent-20__9ca42893 .label__a59b604b{margin-left:10px;margin-right:10px}.radioXGroup__438792aa.indent-24__c834182d{margin-left:-12px;margin-right:-12px}.radioXGroup__438792aa.indent-24__c834182d .label__a59b604b{margin-left:12px;margin-right:12px}.radioXGroup__438792aa.indent-28__5c999aa7{margin-left:-14px;margin-right:-14px}.radioXGroup__438792aa.indent-28__5c999aa7 .label__a59b604b{margin-left:14px;margin-right:14px}.radioXGroup__438792aa.indent-32__899b41fd{margin-left:-16px;margin-right:-16px}.radioXGroup__438792aa.indent-32__899b41fd .label__a59b604b{margin-left:16px;margin-right:16px}.radioYGroup__15abb454{display:inline-flex;flex-flow:column wrap}.radioYGroup__15abb454 .label__a59b604b.sm__ece69c65+.label__a59b604b.sm__ece69c65{margin-top:8px}.radioYGroup__15abb454 .label__a59b604b.md__4bdab3dc+.label__a59b604b.md__4bdab3dc{margin-top:16px}.radioYGroup__15abb454 .label__a59b604b.lg__3b9574d6+.label__a59b604b.lg__3b9574d6{margin-top:20px}.notification__4541cbeb{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-0-14-0);background:var(--triplex-next-Notification-Background-0-14-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-0-14-0);z-index:300}.notification__4541cbeb:first-child{margin-top:0}.notification__4541cbeb.extraBottomPadding__34b4ff26{padding-bottom:24px}.notification__4541cbeb .notificationHeader__17c0a103{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-0-14-0);width:100%;margin-top:0;margin-bottom:8px}.notification__4541cbeb .notificationIcon__72bb7e57{line-height:0}.notification__4541cbeb .notificationBody__efbb5320{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__4541cbeb .notificationBodyList__ccd213b2{margin-top:8px}.notification__4541cbeb .notificationBodyContent__fa91db6f{width:100%;font-size:14px}.notification__4541cbeb .notificationClose__8504eff6{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__4541cbeb.showCloseOnHover__09fa004a .notificationClose__8504eff6{opacity:0}.notification__4541cbeb.showCloseOnHover__09fa004a:hover{cursor:pointer}.notification__4541cbeb.showCloseOnHover__09fa004a:hover .notificationClose__8504eff6{opacity:1}.notification__4541cbeb .notificationFooter__fea8c1cd{display:flex;align-items:center;margin-top:16px}.notification__4541cbeb .notificationFooter__fea8c1cd button+a{margin-left:16px}.notification__4541cbeb .notificationTime__0446a390{font-size:12px;color:var(--triplex-next-Notification-TimeColor-0-14-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__d5e1f656{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__d5e1f656:hover{cursor:pointer}.notificationGroupedWrapper__d5e1f656 .notificationGroupedFooterItem__5c82ef28{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-0-14-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-0-14-0)}.notificationGroupedWrapper__d5e1f656 .notificationGroupedFooterItem__5c82ef28.first__f9cd3969{bottom:-8px;z-index:200}.notificationGroupedWrapper__d5e1f656 .notificationGroupedFooterItem__5c82ef28.second__9481625d{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__4541cbeb,.notificationGroupedWrapper__d5e1f656{width:100%}}.unorderedListItem__e6163ed5:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__e6163ed5+.unorderedListItem__e6163ed5{margin-top:8px}.unorderedList__e64dea23{position:relative;margin:0;padding-left:14px;list-style:none}.button__55abaee1.general__b428aae2{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-0-14-0);color:var(--triplex-next-Button-General_Color_Default-0-14-0)}.button__55abaee1.general__b428aae2:hover{background:var(--triplex-next-Button-General_Background_Hover-0-14-0);color:var(--triplex-next-Button-General_Color_Hover-0-14-0)}.button__55abaee1.general__b428aae2.expanded__1b6d2526,.button__55abaee1.general__b428aae2:active{background:var(--triplex-next-Button-General_Background_Active-0-14-0);color:var(--triplex-next-Button-General_Color_Active-0-14-0)}.button__55abaee1.general__b428aae2:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-0-14-0)}.button__55abaee1.general__b428aae2:disabled{background:var(--triplex-next-Button-General_Background_Disabled-0-14-0);color:var(--triplex-next-Button-General_Color_Disabled-0-14-0)}.button__55abaee1.secondary__bf0ccc74{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-0-14-0);color:var(--triplex-next-Button-Secondary_Color_Default-0-14-0)}.button__55abaee1.secondary__bf0ccc74:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-0-14-0);color:var(--triplex-next-Button-Secondary_Color_Hover-0-14-0)}.button__55abaee1.secondary__bf0ccc74.expanded__1b6d2526,.button__55abaee1.secondary__bf0ccc74:active{background:var(--triplex-next-Button-Secondary_Background_Active-0-14-0);color:var(--triplex-next-Button-Secondary_Color_Active-0-14-0)}.button__55abaee1.secondary__bf0ccc74:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-0-14-0)}.button__55abaee1.secondary__bf0ccc74:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-0-14-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-0-14-0)}.button__55abaee1.secondaryLight__a046be1a{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-0-14-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-0-14-0)}.button__55abaee1.secondaryLight__a046be1a:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-0-14-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-0-14-0)}.button__55abaee1.secondaryLight__a046be1a.expanded__1b6d2526,.button__55abaee1.secondaryLight__a046be1a:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-0-14-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-0-14-0)}.button__55abaee1.secondaryLight__a046be1a:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-0-14-0)}.button__55abaee1.secondaryLight__a046be1a:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-0-14-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-0-14-0)}.button__55abaee1.danger__d8813860{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-0-14-0);color:var(--triplex-next-Button-Danger_Color_Default-0-14-0)}.button__55abaee1.danger__d8813860:hover{background:var(--triplex-next-Button-Danger_Background_Hover-0-14-0);color:var(--triplex-next-Button-Danger_Color_Hover-0-14-0)}.button__55abaee1.danger__d8813860.expanded__1b6d2526,.button__55abaee1.danger__d8813860:active{background:var(--triplex-next-Button-Danger_Background_Active-0-14-0);color:var(--triplex-next-Button-Danger_Color_Active-0-14-0)}.button__55abaee1.danger__d8813860:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-0-14-0)}.button__55abaee1.danger__d8813860:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-0-14-0);color:var(--triplex-next-Button-Danger_Color_Disabled-0-14-0)}.button__55abaee1.link__bf1e1eef{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-0-14-0);padding:0}.button__55abaee1.link__bf1e1eef.sm__4c687326{height:28px;min-width:0px;padding:6px 2px}.button__55abaee1.link__bf1e1eef.md__7ca0c12e{height:40px;min-width:0px;padding:10px 2px}.button__55abaee1.link__bf1e1eef.lg__50c25add{height:56px;min-width:0px;padding:18px 2px}.button__55abaee1.link__bf1e1eef:hover{color:var(--triplex-next-Button-Link_Color_Hover-0-14-0)}.button__55abaee1.link__bf1e1eef.expanded__1b6d2526,.button__55abaee1.link__bf1e1eef:active{color:var(--triplex-next-Button-Link_Color_Active-0-14-0)}.button__55abaee1.link__bf1e1eef:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-0-14-0)}.button__55abaee1.link__bf1e1eef:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-0-14-0)}.button__55abaee1{position:relative;margin:0;vertical-align:top;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__55abaee1::-moz-focus-inner{border:none;padding:0}.button__55abaee1.sm__4c687326{line-height:16px;font-size:12px}.button__55abaee1.sm__4c687326.general__b428aae2,.button__55abaee1.sm__4c687326.secondary__bf0ccc74,.button__55abaee1.sm__4c687326.secondaryLight__a046be1a,.button__55abaee1.sm__4c687326.danger__d8813860{height:28px;min-width:58px;padding:6px 16px;border-radius:6px}.button__55abaee1.sm__4c687326.icon__dd278f16{min-height:28px;min-width:28px;padding:4px}.button__55abaee1.md__7ca0c12e{line-height:20px;font-size:14px}.button__55abaee1.md__7ca0c12e.general__b428aae2,.button__55abaee1.md__7ca0c12e.secondary__bf0ccc74,.button__55abaee1.md__7ca0c12e.secondaryLight__a046be1a,.button__55abaee1.md__7ca0c12e.danger__d8813860{height:40px;min-width:72px;padding:10px 20px;border-radius:8px}.button__55abaee1.md__7ca0c12e.icon__dd278f16{min-height:40px;min-width:40px;padding:10px}.button__55abaee1.lg__50c25add{line-height:20px;font-size:16px}.button__55abaee1.lg__50c25add.general__b428aae2,.button__55abaee1.lg__50c25add.secondary__bf0ccc74,.button__55abaee1.lg__50c25add.secondaryLight__a046be1a,.button__55abaee1.lg__50c25add.danger__d8813860{height:56px;min-width:84px;padding:18px 24px;border-radius:10px}.button__55abaee1.lg__50c25add.icon__dd278f16{min-height:56px;min-width:56px;padding:12px}.button__55abaee1:disabled{cursor:default}.button__55abaee1:disabled *{pointer-events:none}.button__55abaee1+.button__55abaee1:not(.block__9e87407d){margin-left:12px}.button__55abaee1 .content__dbc8bd10{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__55abaee1.block__9e87407d{display:block;width:100%}.button__55abaee1.loading__69f27e6a{pointer-events:none}.button__55abaee1.loading__69f27e6a .content__dbc8bd10{visibility:hidden}.button__55abaee1 .loader__a65ce44b{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__55abaee1 .loader__a65ce44b.hidden__9fd80fac{visibility:hidden}.buttonDropdownExtended__0cd4d31c{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__0cd4d31c .buttonDropdownExtendedBlock__56cc9d9d{padding:4px;margin-top:4px;right:0}.buttonDropdown__62993966.block__9e87407d{display:block}.buttonDropdown__62993966+.button__55abaee1:not(.block__9e87407d),.buttonDropdown__62993966+.buttonDropdown__62993966:not(.block__9e87407d){margin-left:16px}.buttonDropdown__62993966 .buttonDropdownTarget__e9f78bb2 .caretIcon__da09d343{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__62993966 .buttonDropdownTarget__e9f78bb2.active__736f1c8c .caretIcon__da09d343{transform:rotate(-180deg)}.buttonDropdown__62993966 .buttonDropdownMenuItem__12471fc1{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__f8d6aef4{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__cbea609c{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__63abd1e6{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__e6359a63{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-0-14-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__0d510a43{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__0d510a43 .modalWindowContentWrapper__15ea0bf6{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__f8d6aef4 .6s ease}.modalWindow__0d510a43 .modalWindowContent__d5c91815{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__0d510a43 .modalWindowContent__d5c91815 .modalWindowBody__c69288b7{box-sizing:border-box;animation:fadeIn__43016986 .3s ease}@keyframes fadeIn__43016986{0%{opacity:0}to{opacity:1}}.modalWindow__0d510a43 .modalWindowContent__d5c91815 .spinnerSm__4dc739cd{display:none}@media (max-width: 767px){.modalWindow__0d510a43 .modalWindowContent__d5c91815 .spinner__4d0f9e32{display:none}.modalWindow__0d510a43 .modalWindowContent__d5c91815 .spinnerSm__4dc739cd{display:flex}}.global-modalWindowTransition-exit .modalWindow__0d510a43 .modalWindowContentWrapper__15ea0bf6{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__cbea609c .3s ease}.global-modalWindowTransition-exit .modalWindow__0d510a43 .modalWindowContentWrapper__15ea0bf6 .modalWindowBody__c69288b7{animation:fadeOut__87322dcb .3s ease}@keyframes fadeOut__87322dcb{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__f7b44769{position:absolute;left:0;right:0;height:0}.modalWindow__0d510a43.sm__ef678431 .modalWindowContentWrapper__15ea0bf6{max-width:480px}.modalWindow__0d510a43.sm__ef678431 .modalWindowContent__d5c91815 .modalWindowBody__c69288b7{min-height:196px}@media (max-width: 575px){.modalWindow__0d510a43.sm__ef678431 .modalWindowContentWrapper__15ea0bf6{max-width:100%}}.modalWindow__0d510a43.md__c724c1e1 .modalWindowContentWrapper__15ea0bf6{max-width:600px}.modalWindow__0d510a43.md__c724c1e1 .modalWindowContent__d5c91815 .modalWindowBody__c69288b7{min-height:246px}@media (max-width: 767px){.modalWindow__0d510a43.md__c724c1e1 .modalWindowContentWrapper__15ea0bf6{max-width:100%}}.modalWindow__0d510a43.lg__6840f547 .modalWindowContentWrapper__15ea0bf6{max-width:800px}.modalWindow__0d510a43.lg__6840f547 .modalWindowContent__d5c91815 .modalWindowBody__c69288b7{min-height:396px}@media (max-width: 991px){.modalWindow__0d510a43.lg__6840f547 .modalWindowContentWrapper__15ea0bf6{max-width:100%}}.modalWindowContentPage__00718b4a{background:var(--triplex-next-ModalWindow-Background-0-14-0);padding:8px!important}.modalWindowContentPage__00718b4a,.modalWindowLoaderScreen__95eb8c0b{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__00718b4a,.modalWindowLoaderScreen__95eb8c0b{border-radius:24px}}.islandBody__1811bc9f{display:block}.islandHeader__99ec48cd,.islandFooter__b8079ca5,.island__14e0ef8a{position:relative}.island__14e0ef8a.type1__caeb3869{background-color:var(--triplex-next-Island-Type1_Background-0-14-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-0-14-0)}.island__14e0ef8a.type2__bf116d42{background-color:var(--triplex-next-Island-Type2_Background-0-14-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-0-14-0)}.island__14e0ef8a.type3__9ee99aa8{background-color:var(--triplex-next-Island-Type3_Background-0-14-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-0-14-0)}.island__14e0ef8a.sm__bf3fcfc2{border-radius:16px;padding:16px}.island__14e0ef8a.sm__bf3fcfc2 .islandHeader__99ec48cd+.islandBody__1811bc9f,.island__14e0ef8a.sm__bf3fcfc2 .islandHeader__99ec48cd+.islandFooter__b8079ca5,.island__14e0ef8a.sm__bf3fcfc2 .islandBody__1811bc9f+.islandFooter__b8079ca5{margin-top:8px}.island__14e0ef8a.md__b82e3f2d{border-radius:24px;padding:24px}.island__14e0ef8a.md__b82e3f2d .islandHeader__99ec48cd+.islandBody__1811bc9f,.island__14e0ef8a.md__b82e3f2d .islandHeader__99ec48cd+.islandFooter__b8079ca5,.island__14e0ef8a.md__b82e3f2d .islandBody__1811bc9f+.islandFooter__b8079ca5{margin-top:12px}.island__14e0ef8a.lg__669b5555{border-radius:32px;padding:32px}.island__14e0ef8a.lg__669b5555 .islandHeader__99ec48cd+.islandBody__1811bc9f,.island__14e0ef8a.lg__669b5555 .islandHeader__99ec48cd+.islandFooter__b8079ca5,.island__14e0ef8a.lg__669b5555 .islandBody__1811bc9f+.islandFooter__b8079ca5{margin-top:16px}@media (max-width: 767px){.island__14e0ef8a.sm__bf3fcfc2,.island__14e0ef8a.md__b82e3f2d{border-radius:16px;padding:16px}.island__14e0ef8a.lg__669b5555{border-radius:24px;padding:24px}}.modalWindowBody__c69288b7{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__dc65d07d{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__dc65d07d{top:20px;right:20px}}.loaderScreen__f5140db9{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__f5140db9.loaderSmallBackdrop__30f549f0{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-0-14-0)}.loaderScreen__f5140db9.loaderMiddleBackdrop__f3d5f18c{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-14-0)}.body__c0d0c86a{position:relative;display:flex}.body__c0d0c86a .bodyInner__424e204b{position:relative;flex-grow:1;width:100%}.bodyPage__fe1d44aa{flex-grow:1}.verticalMargin24__54ed9b32{margin-top:24px;margin-bottom:24px}.verticalMargin16__4c4fe3b7{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__54ed9b32{margin-top:16px;margin-bottom:16px}.verticalMargin16__4c4fe3b7{margin-top:8px;margin-bottom:8px}}.headerTabs__a3e061c1{display:flex;justify-content:space-between}.headerTabs__a3e061c1 .headerTabsContent__18bb2988{flex-grow:1}.headerTabs__a3e061c1 .headerTabsControls__75dd0410{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__a3e061c1{flex-wrap:wrap}.headerTabs__a3e061c1 .headerTabsContent__18bb2988{width:100%}.headerTabs__a3e061c1 .headerTabsControls__75dd0410{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__a3e061c1 .headerTabsControls__75dd0410>button{margin-left:16px;margin-top:16px}}.headerTitle__fd8ccaa2{display:flex;justify-content:space-between}.headerTitle__fd8ccaa2 .headerTitleControls__a7c9c3bf{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__4afb7b3e+.headerTitle__fd8ccaa2{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__fd8ccaa2{flex-wrap:wrap}.headerTitle__fd8ccaa2 .headerTitleContent__a75bfa22{width:100%}.headerTitle__fd8ccaa2 .headerTitleControls__a7c9c3bf{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__fd8ccaa2 .headerTitleControls__a7c9c3bf>button{margin-left:16px;margin-top:16px}}.headerSubheader__8c143be5{padding:24px 0}.headerSubheader__8c143be5.withoutPaddings__c7278a89{padding:0}.headerLayoutSidebar__ebb3b1fc{display:flex;justify-content:space-between}.headerLayoutSidebarContent__ba29ad02{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__0360f73d{display:none}}.page__7cafdddc{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__7cafdddc{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__40270f6d.sticky__139bea98{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__40270f6d.sticky__139bea98[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-14-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__8defb897.sticky__139bea98{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__8defb897.sticky__139bea98[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-14-0)!important}.footerDescription__2ad299e5{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__d69e3f63{flex-grow:1;margin-right:auto}.footerDescriptionControls__3b2f6550{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__2ad299e5{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__d69e3f63{width:100%}.footerDescriptionControls__3b2f6550{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__3b2f6550>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__d69e3f63+.footerDescriptionControls__3b2f6550{margin-top:0}.footer__77a9ebe2{padding:16px 0}}.modalWindowHeader__5883a6a2 .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__5883a6a2 .global-HeaderTitleContent{padding-right:72px}}.list__dd03729d{margin:0;padding:0;list-style:none;position:relative}.listItemControls__814d88eb{display:flex;padding:0 16px 0 4px}.listItemContent__643af3c6{background:var(--triplex-next-ListItem-Background-0-14-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__643af3c6.selected__d1080e62{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-0-14-0)}.listItemControlsButton__0750e2dc{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-0-14-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__0750e2dc:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-0-14-0)}.listItemControlsButton__0750e2dc:hover .listItemControlsButtonLabel__8f84727d{color:var(--triplex-next-ListItemControlsButton-Color_Hover-0-14-0)!important}.listItemControlsButton__0750e2dc.expanded__28e4c104,.listItemControlsButton__0750e2dc:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-0-14-0)}.listItemControlsButton__0750e2dc.expanded__28e4c104 .listItemControlsButtonLabel__8f84727d,.listItemControlsButton__0750e2dc:active .listItemControlsButtonLabel__8f84727d{color:var(--triplex-next-ListItemControlsButton-Color_Active-0-14-0)!important}.listItemControlsButton__0750e2dc+.listItemControlsButton__0750e2dc,.listItemControlsButton__0750e2dc+.listItemControlsButtonDropdown__7aacb5b6{margin-left:4px}.listItemControlsButtonIcon__b4e2d6fb{line-height:0}.listItemControlsButton__0750e2dc.withText__90f5e7f8 .listItemControlsButtonIcon__b4e2d6fb{margin-bottom:8px}.listItemControlsButtonLabel__8f84727d{color:var(--triplex-next-ListItemControlsButton-Color_Default-0-14-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__7aacb5b6{display:flex}.listItemControlsButtonInner__28c9e091{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__0750e2dc.withIcon__de6f3fc4.withText__90f5e7f8 .listItemControlsButtonInner__28c9e091{height:44px;overflow:visible}.buttonDropdownMenuItem__eb1d050d{overflow:hidden;text-overflow:ellipsis}.listEmptyState__5977941a{padding:64px 16px 16px;text-align:center}.listItemLoading__0709fe7d{height:24px;padding:12px 0;position:relative}.label__5c81a752{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__5c81a752.sm__de359a39{min-width:16px;min-height:16px}.label__5c81a752.sm__de359a39.nonempty__5df6ed52{padding:2px 0 2px 24px}.label__5c81a752.md__fcffd43c{min-width:24px;min-height:24px}.label__5c81a752.md__fcffd43c.nonempty__5df6ed52{padding-left:32px;padding-top:2px}.label__5c81a752.lg__508d6c72{min-width:28px;min-height:28px}.label__5c81a752.lg__508d6c72.nonempty__5df6ed52{padding-left:40px;padding-top:4px}.label__5c81a752.disabled__e9dab38c{cursor:default}.label__5c81a752[hidden]{display:none}.checkbox__e37b748f{margin:0;opacity:0}.checkboxIcon__152834a3{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-0-14-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-0-14-0)}.sm__de359a39 .checkboxIcon__152834a3{border-radius:4px}.checkmarkIcon__a33f5b6b{transform:scale(0)}.checkmarkIcon__a33f5b6b path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-0-14-0)}.checkboxIcon__152834a3,.checkmarkIcon__a33f5b6b{pointer-events:none}.checkbox__e37b748f,.checkboxIcon__152834a3,.checkmarkIcon__a33f5b6b{position:absolute;left:0;top:0}.sm__de359a39 .checkbox__e37b748f,.sm__de359a39 .checkboxIcon__152834a3,.sm__de359a39 .checkmarkIcon__a33f5b6b{width:16px;height:16px;top:2px}.md__fcffd43c .checkbox__e37b748f,.md__fcffd43c .checkboxIcon__152834a3,.md__fcffd43c .checkmarkIcon__a33f5b6b{width:24px;height:24px}.lg__508d6c72 .checkbox__e37b748f,.lg__508d6c72 .checkboxIcon__152834a3,.lg__508d6c72 .checkmarkIcon__a33f5b6b{width:28px;height:28px}.checkbox__e37b748f:enabled{cursor:pointer}.checkbox__e37b748f:enabled:hover+.checkboxIcon__152834a3{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-0-14-0);background-color:var(--triplex-next-Checkbox-Background_Hover-0-14-0)}.checkbox__e37b748f:checked+.checkboxIcon__152834a3{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-0-14-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-0-14-0)}.checkbox__e37b748f:checked~.checkmarkIcon__a33f5b6b{transform:scale(1);transition:transform .2s ease-out}.checkbox__e37b748f:disabled+.checkboxIcon__152834a3{background-color:var(--triplex-next-Checkbox-Background_Disabled-0-14-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-0-14-0)}.checkbox__e37b748f:disabled:checked+.checkboxIcon__152834a3{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-0-14-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-14-0)}.checkbox__e37b748f:disabled~.checkmarkIcon__a33f5b6b path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-14-0)}.checkbox__e37b748f:focus-visible+.checkboxIcon__152834a3{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-0-14-0)}.checkbox__e37b748f:checked:enabled:hover+.checkboxIcon__152834a3{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-0-14-0)}.listItemSelectable__0b396545{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-0-14-0);border-radius:8px}.listItemSelectable__0b396545.selected__d1080e62{background:var(--triplex-next-ListItem-Background_Selected-0-14-0)}.checkboxWrapper__5d4b2d6c{padding:16px;line-height:0}.childrenWrapper__9d79eb05{flex-grow:1}.checkboxLabel__b6e192f0{padding:0!important;position:relative}.checkboxLabelClickArea__a47052bb{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__7a17ae8c{position:relative;overflow:hidden}.swipeableArea__7a17ae8c .content__821f4a84{position:relative;touch-action:pan-y}.swipeableArea__7a17ae8c .content__821f4a84.disableScroll__34734b4f{touch-action:none}.swipeableArea__7a17ae8c .content__821f4a84.disablePointerEvents__1e79b98b:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__7a17ae8c .swipeAnimationFinish__fc8cde81{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__7a17ae8c .leftContent__9d1b4aac,.swipeableArea__7a17ae8c .rightContent__da3eb4fd{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__7a17ae8c .rightContent__da3eb4fd{left:auto;right:0}.listItemTail__a1d0ee51{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__d3081746{background:var(--triplex-next-ListMaster-Background-0-14-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__1745d7c0{position:absolute;top:0;left:0;right:0}.listItemTailTop__1745d7c0:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-14-0)}.listItemTailTop__1745d7c0:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-14-0)}.listItemTailBottom__cba4e863{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__cba4e863:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-0-14-0)}.listItemTailBottom__cba4e863: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-ListItem-Tail_Background-0-14-0)}.listItemTailRight__b72c6356{right:-8px}.listItemTailLeft__39481ca5{left:-8px}.listItemTable__f5a09e7e{margin-bottom:4px}.listItemTable__f5a09e7e:last-child{margin-bottom:0}.listSortableItemTarget__e4aba832{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-0-14-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__e4aba832:hover{background:var(--triplex-next-ListItem-Background_Selected-0-14-0)}.listSortableItemTarget__e4aba832.dragging__2a2725ba{background:var(--triplex-next-ListItem-Background_Dragging-0-14-0);box-shadow:var(--triplex-next-ListItem-Shadow-0-14-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__9794baa1{flex:1}.listSortableItemTargetIcon__4e32e92e{display:block;margin-left:24px}.listSortableItem__3813e603{position:relative}.listSortableItem__3813e603.dragging__2a2725ba{z-index:1}.listSortableItemControls__7809585c{display:inline-block}.islandWidgetHeader__e3fcdfb8{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.islandWidgetHeader__e3fcdfb8 .islandWidgetHeaderContent__09f5b6ac{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__e3fcdfb8 .islandWidgetHeaderDescription__5dff066a{display:flex}@media (max-width: 767px){.islandWidgetHeader__e3fcdfb8{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetFooter__1999ecea{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__a15e3aa4{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__585c3ebe{margin-left:auto;white-space:nowrap}.expandAnimation__dde651aa{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__7752dcf6{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-0-14-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__7752dcf6{border-radius:0 0 16px 16px}}.islandWidget__4afdb679{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__4afdb679>*{height:100%}.islandWidgetWithExtraFooter__1bf04ff6:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-0-14-0)!important}.islandWidgetWrapper__85b5c6b8{display:flex;flex-direction:column}.formFieldClear__c6d3fc23{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__c6d3fc23.hidden__fff7c1f3{opacity:0;pointer-events:none}.formFieldTarget__1a9d08d6{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-0-14-0);overflow:hidden;white-space:nowrap}.formFieldTarget__1a9d08d6.placeholder__bdfb2160{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-0-14-0)}.formFieldTarget__1a9d08d6.disabled__df7314e9{color:var(--triplex-next-FormField-Target_Color_Disabled-0-14-0)}.formFieldTarget__1a9d08d6.size-sm__8c382fc9{font-size:12px;height:28px;line-height:16px}.formFieldTarget__1a9d08d6.size-md__1dbbe534{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__1a9d08d6.size-lg__9b6a7ff1{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__1a9d08d6 .placeholderWrapper__4df9bbec{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__1a9d08d6:focus{outline:none}.formFieldTarget__1a9d08d6:focus .placeholderWrapper__4df9bbec{opacity:1}.formFieldTextarea__28b605fc{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-0-14-0);vertical-align:top;font-family:inherit}.formFieldTextarea__28b605fc.sm__37a81005{height:44px;padding-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__28b605fc.md__331a4505{height:60px;padding-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__28b605fc.lg__3d1f879a{height:76px;padding-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__28b605fc::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-14-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__28b605fc:focus{outline:none}.formFieldTextarea__28b605fc:focus::placeholder{opacity:1}.formFieldTextarea__28b605fc:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-14-0)}.chipGroupItem__506e5b71{display:inline-block}.chip__7b89fe00{background:var(--triplex-next-Chip-Background_Default-0-14-0);color:var(--triplex-next-Chip-Color_Default-0-14-0);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;align-items:center;cursor:pointer;outline:none;vertical-align:middle}.chip__7b89fe00.lg__9dfb73cd{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__7b89fe00.lg__9dfb73cd .prefix__1128d513{padding-left:16px}.chip__7b89fe00.lg__9dfb73cd .postfix__8f083fe9{padding-right:16px}.chip__7b89fe00.md__e70654d3{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__7b89fe00.md__e70654d3 .prefix__1128d513{padding-left:12px}.chip__7b89fe00.md__e70654d3 .postfix__8f083fe9{padding-right:12px}.chip__7b89fe00.sm__be878bf3{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__7b89fe00.sm__be878bf3 .prefix__1128d513{padding-left:8px}.chip__7b89fe00.sm__be878bf3 .postfix__8f083fe9{padding-right:8px}.chip__7b89fe00:hover{background:var(--triplex-next-Chip-Background_Hover-0-14-0);color:var(--triplex-next-Chip-Color_Hover-0-14-0)}.chip__7b89fe00:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-14-0)}.chip__7b89fe00:active,.chip__7b89fe00[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-0-14-0);color:var(--triplex-next-Chip-Color_Active-0-14-0)}.chip__7b89fe00.disabled__b1f3a319{background:var(--triplex-next-Chip-Background_Disabled-0-14-0);color:var(--triplex-next-Chip-Color_Disabled-0-14-0);cursor:default;pointer-events:none}.chip__7b89fe00.selected__191e5443{background:var(--triplex-next-Chip-Background_Selected_Default-0-14-0);color:var(--triplex-next-Chip-Color_Selected_Default-0-14-0)}.chip__7b89fe00.selected__191e5443:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-0-14-0);color:var(--triplex-next-Chip-Color_Selected_Hover-0-14-0)}.chip__7b89fe00.selected__191e5443:active,.chip__7b89fe00.selected__191e5443[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-0-14-0);color:var(--triplex-next-Chip-Color_Selected_Active-0-14-0)}.chip__7b89fe00.selected__191e5443.disabled__b1f3a319{background:var(--triplex-next-Chip-Background_Selected_Disabled-0-14-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-0-14-0)}.chip__7b89fe00.withPrefix__fce2397e{padding-left:0}.chip__7b89fe00.withPostfix__62c82e99{padding-right:0}.chip__7b89fe00 .content__f9750f81{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__7b89fe00 .prefix__1128d513,.chip__7b89fe00 .postfix__8f083fe9{display:flex}.calendarControls__35b3eaaa{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-0-14-0)}.calendarViewDays__d85dc986{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__9cf3b173 .calendarViewDays__d85dc986{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__e77494a4,.calendarViewYears__f7d7613a{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__9cf3b173 .calendarViewMonths__e77494a4,.adaptive__9cf3b173 .calendarViewYears__f7d7613a{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__54784873{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-0-14-0)}.calendarViewDaysBody__92b47f97:before{display:block;content:"";line-height:8px}.adaptive__9cf3b173 .calendarViewDaysBody__92b47f97:before{line-height:4px}.calendarViewItem__56efa70a{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__56efa70a:focus-visible{outline:none}.calendarViewItem__56efa70a.current__6e433052{font-weight:600}.calendarViewItem__56efa70a.disabled__f356517b{pointer-events:none}.calendarViewItemLabel__373997a8{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-0-14-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-0-14-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-0-14-0);cursor:pointer}.calendarViewItemLabel__373997a8:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-14-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-14-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e:hover.basicMark__cccb0c7c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e:hover.standardMark__88c724ce:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e:hover.attentionMark__11113e34:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e:hover.criticalMark__1d4dcefc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e.muted__d68f8c97{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-14-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e.muted__d68f8c97:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-14-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e.basicMark__cccb0c7c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e.standardMark__88c724ce:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e.attentionMark__11113e34:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e.criticalMark__1d4dcefc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-14-0)}.calendarViewItemLabel__373997a8.marked__961a37f3:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__373997a8.basicMark__cccb0c7c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-14-0)}.calendarViewItemLabel__373997a8.standardMark__88c724ce:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-14-0)}.calendarViewItemLabel__373997a8.attentionMark__11113e34:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-14-0)}.calendarViewItemLabel__373997a8.criticalMark__1d4dcefc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-14-0)}.calendarViewItemLabel__373997a8.muted__d68f8c97{color:var(--triplex-next-Calendar-View_Item_Color_Muted-0-14-0)}.calendarViewItemLabel__373997a8.disabled__f356517b{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-0-14-0);background:none}.calendarViewItem__56efa70a:focus-visible .calendarViewItemLabel__373997a8{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-0-14-0)}.unitDay__142f86ff{width:36px;height:36px;border-radius:6px}.unitMonth__7fa44750,.unitYear__b0a9e448{width:89px;height:48px;border-radius:6px}.adaptive__9cf3b173 .unitMonth__7fa44750,.adaptive__9cf3b173 .unitYear__b0a9e448{width:104px;height:48px;border-radius:6px}.calendarFooter__96265b1c{margin-top:12px;text-align:center}.calendar__874a22ca{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-0-14-0);-webkit-user-select:none;user-select:none}.calendar__874a22ca.adaptive__9cf3b173{width:auto;padding:20px}.calendar__874a22ca+.calendar__874a22ca{margin-top:20px}.datePickerExtendedMobileDropdown__b6738879{max-height:100vh}.chipDropdownArrow__38378cb8{transition:transform .3s ease}.chipDropdownArrow__38378cb8.rotated__1ca1efbd{transform:rotate(-180deg)}.chipClearButton__31be100c{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__31be100c:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-14-0)}.dropdownMobileMaskedInput__aadf27e5{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__8e38a5ab{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__8e38a5ab .caretWrapper__2d9fd4db{height:100%}.selectExtendedFieldTarget__8e38a5ab .caretIcon__163a8898{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__8e38a5ab.selectOpened__e9b7df37 .caretIcon__163a8898{transform:rotate(180deg)}.selectExtendedFieldTarget__8e38a5ab.disabled__e3bdcaf5{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__316eaf01{position:relative}.multiselectFieldHeader__8573f73f{padding:12px 12px 0}.multiselectFieldContentWrapper__b14e901c .multiselectFieldContent__3102bcac{position:relative;padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__b14e901c .multiselectFieldContent__3102bcac.sm__c173980b{height:204px}.multiselectFieldContentWrapper__b14e901c .multiselectFieldContent__3102bcac.md__bb9941ae{height:245px}.multiselectFieldContentWrapper__b14e901c .multiselectFieldContent__3102bcac.lg__808440b9{height:324px}.multiselectFieldFooter__74f89375{padding:0 12px 12px}.multiselectFieldFooter__74f89375:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-0-14-0)}.chipOptionsContent__2f8fe96c{min-width:14px;text-align:center;display:block}.tooltipDesktop__a52ef147{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__a52ef147 .tooltipBody__5ff76d95{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-0-14-0)}.tooltipDesktop__a52ef147 .tooltipXButton__efe918cd{position:absolute;right:8px;top:8px}.tooltipDesktopContent__0a5fb958{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-0-14-0);border-radius:8px}.closable__ad6526ce .tooltipDesktopContent__0a5fb958{padding-right:32px}.tooltipSM__7dd1c25c .tooltipDesktopContent__0a5fb958{width:192px;min-height:52px}.tooltipLG__dd47d8bf .tooltipDesktopContent__0a5fb958{width:384px;min-height:52px}.tooltipOverlay__bb663b86{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__7f46afc8{width:0;height:0}.tooltipDesktopTip__7f46afc8.down__2179f0ca{border-top:solid var(--triplex-next-Tooltip-Background-0-14-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__7f46afc8.up__d009acb4{border-bottom:solid var(--triplex-next-Tooltip-Background-0-14-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__7f46afc8.left__3d34f732{border-right:solid var(--triplex-next-Tooltip-Background-0-14-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__7f46afc8.right__5cb7bf29{border-left:solid var(--triplex-next-Tooltip-Background-0-14-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__f8fda304 .tooltipBody__5ff76d95{text-align:left}.tooltipMobileContent__63966c25{padding:16px}.headerless__f6f95dd5 .tooltipMobileContent__63966c25{padding-right:40px;border-radius:16px 16px 0 0}.headerless__f6f95dd5 .tooltipMobileContent__63966c25 .closeButton__918776ae{position:absolute;right:16px;top:16px}.tooltipLink__aefb6e86{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__2f19f321{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-0-14-0)}.desktop__2f19f321:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-14-0)}.desktop__2f19f321:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-0-14-0)}.desktop__2f19f321:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-14-0)}.mobile__03cafbbc{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-0-14-0)}.mobile__03cafbbc:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-14-0)}.mobile__03cafbbc:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-0-14-0)}.mobile__03cafbbc:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-14-0)}.chipSuggestInputWrapper__262a71de{margin:12px}.suggestDropdownMobileBody__326d5607{height:176px}.suggestDropdownMobileNoOptionsText__a54b7aff{padding:16px}.checkboxXGroup__6fea4faf{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__6fea4faf.indent-12__e7a96882{margin-left:-6px;margin-right:-6px}.checkboxXGroup__6fea4faf.indent-12__e7a96882 .label__5c81a752{margin-left:6px;margin-right:6px}.checkboxXGroup__6fea4faf.indent-16__5e31ce87{margin-left:-8px;margin-right:-8px}.checkboxXGroup__6fea4faf.indent-16__5e31ce87 .label__5c81a752{margin-left:8px;margin-right:8px}.checkboxXGroup__6fea4faf.indent-20__bcae5acf{margin-left:-10px;margin-right:-10px}.checkboxXGroup__6fea4faf.indent-20__bcae5acf .label__5c81a752{margin-left:10px;margin-right:10px}.checkboxXGroup__6fea4faf.indent-24__84d8570d{margin-left:-12px;margin-right:-12px}.checkboxXGroup__6fea4faf.indent-24__84d8570d .label__5c81a752{margin-left:12px;margin-right:12px}.checkboxXGroup__6fea4faf.indent-28__09c7c2a1{margin-left:-14px;margin-right:-14px}.checkboxXGroup__6fea4faf.indent-28__09c7c2a1 .label__5c81a752{margin-left:14px;margin-right:14px}.checkboxXGroup__6fea4faf.indent-32__bc882ce1{margin-left:-16px;margin-right:-16px}.checkboxXGroup__6fea4faf.indent-32__bc882ce1 .label__5c81a752{margin-left:16px;margin-right:16px}.checkboxYGroup__8298b1b3{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__8298b1b3 .label__5c81a752.sm__de359a39+.label__5c81a752.sm__de359a39{margin-top:8px}.checkboxYGroup__8298b1b3 .label__5c81a752.lg__508d6c72+.label__5c81a752.lg__508d6c72{margin-top:20px}.checkboxYGroup__8298b1b3 .label__5c81a752.md__fcffd43c+.label__5c81a752.md__fcffd43c{margin-top:16px}.card__d9f6929f{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__d9f6929f.roundingMD__c91008fd{--radius: 16px}.card__d9f6929f.roundingSM__1c3fb8f2{--radius: 8px}.card__d9f6929f.general__a6b79627{background:var(--triplex-next-Card-Static_General_Background-0-14-0)}.card__d9f6929f.secondary__de142cea{background:var(--triplex-next-Card-Static_Secondary_Background-0-14-0)}.card__d9f6929f .cardMedia__1f542dd5{background-size:cover;background-repeat:no-repeat;background-position:center}.card__d9f6929f .cardContent__ca735f23{padding:var(--padding)}.card__d9f6929f .cardContent__ca735f23.paddingMD__6bf1ba23{--padding: 24px}.card__d9f6929f .cardContent__ca735f23.paddingSM__856364e0{--padding: 16px}.card__d9f6929f .cardContent__ca735f23 .cardContentHeader__2295f4f1{margin-bottom:16px}.card__d9f6929f .cardContent__ca735f23 .cardContentFooter__37abbee9{margin-top:16px}.action__c1daf592{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__c1daf592: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__c1daf592.general__a6b79627{background:var(--triplex-next-Card-Action_General_Background-0-14-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-14-0)}.action__c1daf592.general__a6b79627:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-0-14-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-14-0)}.action__c1daf592.general__a6b79627.selected__34535dd6{background:var(--triplex-next-Card-Action_General_Background_Selected-0-14-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-14-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-14-0)}.action__c1daf592.general__a6b79627.selected__34535dd6:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-0-14-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-14-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-14-0)}.action__c1daf592.general__a6b79627:focus{outline:none}.action__c1daf592.general__a6b79627:focus.focusVisible__6410ae2b{box-shadow:var(--triplex-next-Card-Shadow_Default-0-14-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-14-0)}.action__c1daf592.secondary__de142cea{background:var(--triplex-next-Card-Action_Secondary_Background-0-14-0)}.action__c1daf592.secondary__de142cea:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-0-14-0)}.action__c1daf592.secondary__de142cea.selected__34535dd6{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-0-14-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-0-14-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-14-0)}.action__c1daf592.secondary__de142cea.selected__34535dd6:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-14-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-14-0)}.action__c1daf592.secondary__de142cea:focus{outline:none}.action__c1daf592.secondary__de142cea:focus.focusVisible__6410ae2b{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-14-0)}.alertContext__72cca15a{display:flex;font-size:12px;line-height:16px}.alertContext__72cca15a>svg{flex-shrink:0}.alertContext__72cca15a .alertContextText__6bd5d723{margin-left:8px}.alertContext__72cca15a.alertTypeError__959916b9 .alertContextText__6bd5d723{color:var(--triplex-next-AlertContext-Error_Color-0-14-0)}.alertContext__72cca15a.alertTypeInfo__5033d577 .alertContextText__6bd5d723{color:var(--triplex-next-AlertContext-Info_Color-0-14-0)}.alertContext__72cca15a.alertTypeWarning__9fe0eb93 .alertContextText__6bd5d723{color:var(--triplex-next-AlertContext-Warning_Color-0-14-0)}.alertContext__72cca15a.alertTypeSystem__ded94022 .alertContextText__6bd5d723{color:var(--triplex-next-AlertContext-System_Color-0-14-0)}.alertProcess__8a05c99a{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__8a05c99a.withSpoiler__cc71b57b{min-height:40px}.alertProcess__8a05c99a .themeIcon__724a17b4{box-sizing:border-box;height:20px;width:20px}.alertProcess__8a05c99a.alertTypeError__959916b9{background:var(--triplex-next-AlertProcess-Error_Background-0-14-0)}.alertProcess__8a05c99a.alertTypeInfo__5033d577{background:var(--triplex-next-AlertProcess-Info_Background-0-14-0)}.alertProcess__8a05c99a.alertTypeWarning__9fe0eb93{background:var(--triplex-next-AlertProcess-Warning_Background-0-14-0)}.alertProcess__8a05c99a.alertTypeSystem__ded94022{background:var(--triplex-next-AlertProcess-System_Background-0-14-0)}.alertProcess__8a05c99a.alertTypeFeature__20cac178{background:var(--triplex-next-AlertProcess-Feature_Background-0-14-0)}.alertProcess__8a05c99a.alertTypeFeature__20cac178 .themeIcon__724a17b4{padding-top:0}.alertProcess__8a05c99a .alertProcessContentBlock__c8f982c3{flex:1;margin-left:10px}.alertProcess__8a05c99a .alertProcessContentBlock__c8f982c3 .expandableContent__41295b64{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__8a05c99a .alertProcessContentBlock__c8f982c3 .expandableContent__41295b64.expanded__52ce531a{max-height:1000px;opacity:1}.alertProcess__8a05c99a .closeButton__b5f3a9ab{margin-left:10px}.alertProcess__8a05c99a .expandButton__c587f597{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__8a05c99a .expandButton__c587f597.expanded__52ce531a{transform:rotate(180deg)}.adaptive__816cbbcc{font-size:10px!important;line-height:12px!important}.avatar__d7a95df5{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-0-14-0)}.avatar__d7a95df5.xxs__eef7d014{width:28px;height:28px;border-radius:6px}.avatar__d7a95df5.xs__832f050e{width:32px;height:32px;border-radius:8px}.avatar__d7a95df5.sm__96731d9b{width:40px;height:40px;border-radius:10px}.avatar__d7a95df5.md__f22088e6{width:56px;height:56px;border-radius:16px}.avatar__d7a95df5.lg__019896f9{width:80px;height:80px;border-radius:20px}.avatar__d7a95df5.xl__bec36abb{width:96px;height:96px;border-radius:24px}.avatar__d7a95df5.xxl__fad967e6{width:128px;height:128px;border-radius:28px}.col-1__53f99637{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__2c1b223c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__29bda3a3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__94121d3a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__1bdb6662{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__38373ef3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__6e75c408{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__771bb9e3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__ffbce2cf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__c3ff65da{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__367f29bf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__0f19bb9a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__267e7d2f{margin-left:0%}.offset-1__99274812{margin-left:8.33333333%}.offset-2__66d23125{margin-left:16.66666667%}.offset-3__7ed766d6{margin-left:25%}.offset-4__555dfca0{margin-left:33.33333333%}.offset-5__4963db65{margin-left:41.66666667%}.offset-6__b6f16b02{margin-left:50%}.offset-7__9099cf71{margin-left:58.33333333%}.offset-8__a63cdce5{margin-left:66.66666667%}.offset-9__b7f463e5{margin-left:75%}.offset-10__671a7917{margin-left:83.33333333%}.offset-11__5e66fdaf{margin-left:91.66666667%}.d-none__3d2b1bce{display:none!important}.d-block__777d8645{display:block!important}@media (min-width: 576px){.col-sm-1__0a07aff6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__fd1ddbf8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__3a408e93{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__1dd136ff{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__74ada877{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__8d981424{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__1c78b05e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__1f0c7a47{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__58929bec{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__22b6b504{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__a11a7877{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__cf4b19f4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__a125d47f{margin-left:0%}.offset-sm-1__e6161a85{margin-left:8.33333333%}.offset-sm-2__1296b8c1{margin-left:16.66666667%}.offset-sm-3__a5b80b40{margin-left:25%}.offset-sm-4__4df32499{margin-left:33.33333333%}.offset-sm-5__42da24cb{margin-left:41.66666667%}.offset-sm-6__b8ed6f71{margin-left:50%}.offset-sm-7__239016ee{margin-left:58.33333333%}.offset-sm-8__36903a9e{margin-left:66.66666667%}.offset-sm-9__35ddc9f9{margin-left:75%}.offset-sm-10__b1220595{margin-left:83.33333333%}.offset-sm-11__cd6f1ad0{margin-left:91.66666667%}.d-none-sm__e672d8cf{display:none!important}.d-block-sm__6acdefd8{display:block!important}}@media (min-width: 768px){.col-md-1__89a6d1d0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__9a56b868{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__c3426da3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__43f6c0a6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__3d9af767{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__06e50b04{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__7e72b55e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__75f3ab40{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__806ff5f7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__ed179b0b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__ebb37f0f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__3a562b3d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__9452acea{margin-left:0%}.offset-md-1__d2032530{margin-left:8.33333333%}.offset-md-2__09f60f10{margin-left:16.66666667%}.offset-md-3__c6c5d259{margin-left:25%}.offset-md-4__14c9e624{margin-left:33.33333333%}.offset-md-5__93596e8c{margin-left:41.66666667%}.offset-md-6__67582e8c{margin-left:50%}.offset-md-7__581afc8b{margin-left:58.33333333%}.offset-md-8__2548f559{margin-left:66.66666667%}.offset-md-9__6cbf0da7{margin-left:75%}.offset-md-10__9238af79{margin-left:83.33333333%}.offset-md-11__d65f359c{margin-left:91.66666667%}.d-none-md__99102583{display:none!important}.d-block-md__bad71b61{display:block!important}}@media (min-width: 992px){.col-lg-1__719db2a5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__160343e3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__177ab103{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__e25a3fdf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__9a713519{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__fb607a22{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__5e25d602{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__b07ed800{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__92a76b7c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__ebbcbbd5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__2769c997{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__4acb7c49{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__dd85c20e{margin-left:0%}.offset-lg-1__1277b1fa{margin-left:8.33333333%}.offset-lg-2__3c6448ef{margin-left:16.66666667%}.offset-lg-3__4cecbcfd{margin-left:25%}.offset-lg-4__1d62a53b{margin-left:33.33333333%}.offset-lg-5__49464d99{margin-left:41.66666667%}.offset-lg-6__d0c8648e{margin-left:50%}.offset-lg-7__c488b2a5{margin-left:58.33333333%}.offset-lg-8__afdf22a2{margin-left:66.66666667%}.offset-lg-9__eee4ab98{margin-left:75%}.offset-lg-10__f45f3a79{margin-left:83.33333333%}.offset-lg-11__de3812cb{margin-left:91.66666667%}.d-none-lg__4f615feb{display:none!important}.d-block-lg__d3854094{display:block!important}}@media (min-width: 1200px){.col-xl-1__d51a3746{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__ab6628cd{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__fc63b59c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__d400dad3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__b9ca49ec{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__6e2a397a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__25686c72{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__dedbc70c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__56d3eba8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__91e31588{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__08049733{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__dc910f2b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__8c2b5f0d{margin-left:0%}.offset-xl-1__ffb1609a{margin-left:8.33333333%}.offset-xl-2__020420e3{margin-left:16.66666667%}.offset-xl-3__51f203a9{margin-left:25%}.offset-xl-4__ddf2daeb{margin-left:33.33333333%}.offset-xl-5__77c58ae6{margin-left:41.66666667%}.offset-xl-6__e998d94c{margin-left:50%}.offset-xl-7__5a28908e{margin-left:58.33333333%}.offset-xl-8__98375417{margin-left:66.66666667%}.offset-xl-9__01076eb4{margin-left:75%}.offset-xl-10__98d1b6ba{margin-left:83.33333333%}.offset-xl-11__4c5f723f{margin-left:91.66666667%}.d-none-xl__94c4a7fc{display:none!important}.d-block-xl__01ba380a{display:block!important}}.ellipsisLineClamp__0dfe7cf4{--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__0dfe7cf4.oneLine__5de48a39{word-break:break-all}.link__23b05c82{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-0-14-0)}.link__23b05c82:hover{color:var(--triplex-next-Link-Text_Color_Hover-0-14-0)}.link__23b05c82:active{color:var(--triplex-next-Link-Text_Color_Active-0-14-0)}.link__23b05c82:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-0-14-0)}.wordWithContent__63cc6b53{white-space:nowrap;display:inline-flex;align-items:center}.before__e0baf431 :first-child{margin-right:2px}.after__3e1667f1 :last-child{margin-left:2px}.marker__e5e228f7{border-radius:50%}.marker__e5e228f7.md__ace0b9bc{width:8px;height:8px}.marker__e5e228f7.lg__c95223e7{width:10px;height:10px}.marker__e5e228f7.success__eaf66988{background:var(--triplex-next-Marker-Background_Success-0-14-0)}.marker__e5e228f7.error__d3fd2ceb{background:var(--triplex-next-Marker-Background_Error-0-14-0)}.marker__e5e228f7.warning__f007a7c6{background:var(--triplex-next-Marker-Background_Warning-0-14-0)}.marker__e5e228f7.waiting__ea5f3a84{background:var(--triplex-next-Marker-Background_Waiting-0-14-0)}.markerStatus__a3855e1f{line-height:0;display:flex;align-items:start}.markerStatus__a3855e1f .contentContainer__239fd70e{display:flex;flex-direction:column}.markerStatus__a3855e1f.md__894f8f1b{gap:4px}.markerStatus__a3855e1f.md__894f8f1b .markerContainer__1420e9ab{margin-top:4px}.markerStatus__a3855e1f.lg__d6d96acf{gap:6px}.markerStatus__a3855e1f.lg__d6d96acf .contentContainer__239fd70e{gap:4px}.markerStatus__a3855e1f.lg__d6d96acf .markerContainer__1420e9ab{margin-top:5px}.row__ed441538{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__ed441538.noPaddingBottom__7bd65118,.row__ed441538:last-child{padding-bottom:0}.tabsExtended__0ee6486c{position:relative}.tabsExtendedContent__603c7e0e{display:inline-flex}.tabsExtendedContent__603c7e0e.sm__8419bdb1{border-radius:6px;padding:4px}.tabsExtendedContent__603c7e0e.md__579a9a43{border-radius:8px;padding:4px}.tabsExtendedContent__603c7e0e.lg__7715d358{border-radius:10px;padding:8px}.tabsExtendedTab__c55746ed{display:flex}.tabsExtendedTab__c55746ed+.tabsExtendedTab__c55746ed,.tabsExtendedDropdown__21e2105e{margin-left:2px}.tabsReal__df13e948,.tabsFake__33ef9666{display:flex;box-sizing:border-box;width:100%}.tabsReal__df13e948.hidden__35fb9a6c{visibility:hidden}.tabsReal__df13e948 .tabsExtendedTab__c55746ed.hidden__35fb9a6c{display:none}.tabsFake__33ef9666{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__0769c9c4 .tabsExtendedContent__603c7e0e{background-color:var(--triplex-next-Tabs-Type1_Background-0-14-0)}.type2__975d257c .tabsExtendedContent__603c7e0e{background-color:var(--triplex-next-Tabs-Type2_Background-0-14-0)}.tabsExtendedTabButton__8a584516{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-0-14-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__8a584516 .tabButtonText__bcdaa620{font-weight:400}.tabsExtendedTabButton__8a584516.lg__7715d358{border-radius:6px;padding:10px 16px}.tabsExtendedTabButton__8a584516.lg__7715d358 .tabButtonText__bcdaa620{font-size:16px;line-height:20px}.tabsExtendedTabButton__8a584516.md__579a9a43{border-radius:4px;padding:6px 16px}.tabsExtendedTabButton__8a584516.md__579a9a43 .tabButtonText__bcdaa620{font-size:14px;line-height:20px}.tabsExtendedTabButton__8a584516.sm__8419bdb1{border-radius:4px;padding:2px 16px}.tabsExtendedTabButton__8a584516.sm__8419bdb1 .tabButtonText__bcdaa620{font-size:12px;line-height:16px}.tabsExtendedTabButton__8a584516::-moz-focus-inner{border:none}.tabsExtendedTabButton__8a584516+.tabsExtendedTabButton__8a584516{margin-left:2px}.tabsExtendedTabButton__8a584516:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-0-14-0)}.tabsExtendedTabButton__8a584516.type1__0769c9c4{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-0-14-0)}.tabsExtendedTabButton__8a584516.type1__0769c9c4.selected__f10531ec{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-0-14-0)}.tabsExtendedTabButton__8a584516.type1__0769c9c4.selected__f10531ec .tabButtonText__bcdaa620{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-0-14-0)}.tabsExtendedTabButton__8a584516.type1__0769c9c4:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-0-14-0)}.tabsExtendedTabButton__8a584516.type1__0769c9c4:hover .tabButtonText__bcdaa620{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-0-14-0)}.tabsExtendedTabButton__8a584516.type1__0769c9c4 .tabButtonText__bcdaa620{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-0-14-0)}.tabsExtendedTabButton__8a584516.type2__975d257c{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-0-14-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-0-14-0)}.tabsExtendedTabButton__8a584516.type2__975d257c.selected__f10531ec{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-0-14-0)}.tabsExtendedTabButton__8a584516.type2__975d257c.selected__f10531ec .tabButtonText__bcdaa620{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-0-14-0)}.tabsExtendedTabButton__8a584516.type2__975d257c:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-0-14-0)}.tabsExtendedTabButton__8a584516.type2__975d257c:hover .tabButtonText__bcdaa620{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-0-14-0)}.notificationIcon__f2a38ae4{position:absolute;right:4px;top:4px}.tabsContent__dc4075f6 .tabButtonDropdown__a12b45ff{padding:0!important;border-radius:0!important;background:none!important}.tabsContent__dc4075f6 .tabButtonDropdown__a12b45ff.sm__e2c9b4fe{min-width:20px;min-height:20px;height:20px}.tabsContent__dc4075f6 .tabButtonDropdown__a12b45ff.md__9c171e0b{min-width:32px;min-height:32px;height:32px}.tabsContent__dc4075f6 .tabButtonDropdown__a12b45ff.lg__bfbdfe89{min-width:40px;min-height:40px;height:40px}.tag__72ebb920{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-0-14-0);border-radius:4px;gap:2px}.tag__72ebb920.sm__995465e4{height:20px;padding:2px 4px 2px 6px}.tag__72ebb920.md__f8aae8fb{height:28px;padding:4px 6px 4px 8px}.tag__72ebb920.lg__2c0c03d0{height:32px;padding:6px 8px 6px 10px}.content__2c5b9b83{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__80309da6{display:flex;flex-wrap:wrap}.tagGroup__80309da6.sm__9bf56fd4{gap:4px}.tagGroup__80309da6.md__dcdf7380{gap:8px}.tagGroup__80309da6.lg__f1980c94{gap:12px}.paginationExtended__55219901{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__b76d52aa .directionIconNext__fb4f15a3{transform:rotate(180deg)}.pageEllipsis__db623083{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-0-14-0);cursor:default}.paginationPageButton__3501a63b{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-0-14-0);background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;line-height:20px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__3501a63b:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-0-14-0);outline:none}.paginationPageButton__3501a63b:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-0-14-0)}.paginationPageButton__3501a63b:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-0-14-0);cursor:grabbing}.paginationPageButton__3501a63b.currentPage__11b8c934{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-0-14-0);cursor:default}.paginationNavigationExtended__1ddf5329{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__acf58f78{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__acf58f78 .paginationSelectControl__cdeff3d9{margin-left:8px;min-width:72px}.skeleton__7e464204{border-radius:16px;flex-grow:1}.skeleton__7e464204.light__34280bd5{animation:skeleton-light-pulse__c33ace26 2s ease-in-out infinite}.skeleton__7e464204.dark__0eb88df8{animation:skeleton-dark-pulse__2e114bbd 2s ease-in-out infinite}@keyframes skeleton-light-pulse__c33ace26{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-14-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-0-14-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-14-0)}}@keyframes skeleton-dark-pulse__2e114bbd{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-14-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-0-14-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-14-0)}}.segmentedControlSegment__2ba71791{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-0-14-0);outline:none;cursor:pointer}.segmentedControlSegment__2ba71791:disabled{cursor:default}.sm__2246a2f8 .segmentedControlSegment__2ba71791{padding:1px;font-size:12px;line-height:16px;border-radius:4px}.md__f1eb9fec .segmentedControlSegment__2ba71791{padding:5px;font-size:14px;line-height:20px;border-radius:6px}.lg__f02ce122 .segmentedControlSegment__2ba71791{padding:9px;font-size:16px;line-height:20px;border-radius:8px}.general1__b9cdafe4 .segmentedControlSegment__2ba71791{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-14-0)}.general1__b9cdafe4 .segmentedControlSegment__2ba71791:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-14-0)}.general1__b9cdafe4 .segmentedControlSegment__2ba71791:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-14-0)}.general1__b9cdafe4 .segmentedControlSegment__2ba71791.selected__e204e9ef{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-14-0)}.general1__b9cdafe4 .segmentedControlSegment__2ba71791.selected__e204e9ef:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-14-0)}.general1__b9cdafe4 .segmentedControlSegment__2ba71791.selected__e204e9ef:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-14-0)}.general2__581356bc .segmentedControlSegment__2ba71791{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-14-0)}.general2__581356bc .segmentedControlSegment__2ba71791:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-14-0)}.general2__581356bc .segmentedControlSegment__2ba71791:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-14-0)}.general2__581356bc .segmentedControlSegment__2ba71791.selected__e204e9ef{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-14-0)}.general2__581356bc .segmentedControlSegment__2ba71791.selected__e204e9ef:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-14-0)}.general2__581356bc .segmentedControlSegment__2ba71791.selected__e204e9ef:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-14-0)}.secondary1__e8f55ca8 .segmentedControlSegment__2ba71791{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-14-0)}.secondary1__e8f55ca8 .segmentedControlSegment__2ba71791:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-14-0)}.secondary1__e8f55ca8 .segmentedControlSegment__2ba71791:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-14-0)}.secondary1__e8f55ca8 .segmentedControlSegment__2ba71791.selected__e204e9ef{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-14-0)}.secondary1__e8f55ca8 .segmentedControlSegment__2ba71791.selected__e204e9ef:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-14-0)}.secondary2__d67eda88 .segmentedControlSegment__2ba71791{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-14-0)}.secondary2__d67eda88 .segmentedControlSegment__2ba71791:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-14-0)}.secondary2__d67eda88 .segmentedControlSegment__2ba71791:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-14-0)}.secondary2__d67eda88 .segmentedControlSegment__2ba71791.selected__e204e9ef{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-14-0)}.secondary2__d67eda88 .segmentedControlSegment__2ba71791.selected__e204e9ef:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-14-0)}.segmentedControlSegment__2ba71791:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-14-0)}.content__f01b9c17{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__86b95b27{display:flex;gap:4px}.segmentedControl__86b95b27.general1__b9cdafe4{background:var(--triplex-next-SegmentedControl-General_1_Background-0-14-0)}.segmentedControl__86b95b27.secondary1__e8f55ca8{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-0-14-0)}.segmentedControl__86b95b27.general2__581356bc{background:var(--triplex-next-SegmentedControl-General_2_Background-0-14-0)}.segmentedControl__86b95b27.secondary2__d67eda88{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-0-14-0)}.segmentedControl__86b95b27.sm__2246a2f8{border-radius:6px;padding:4px}.segmentedControl__86b95b27.md__f1eb9fec{border-radius:8px;padding:4px}.segmentedControl__86b95b27.lg__f02ce122{border-radius:10px;padding:8px}.step__4e64020f{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:32px;height:32px;-webkit-user-select:none;user-select:none;cursor:default;border-radius:50%}.step__4e64020f.default__5ab12c61{background-color:var(--triplex-next-Step-Background_Default-0-14-0)}.step__4e64020f.default__5ab12c61>span{color:var(--triplex-next-Step-Color_Default-0-14-0)}.step__4e64020f.done__bb6dfec0{background-color:var(--triplex-next-Step-Background_Done-0-14-0)}.step__4e64020f.done__bb6dfec0>span{color:var(--triplex-next-Step-Color_Done-0-14-0)}.step__4e64020f.warning__e625ee24{background-color:var(--triplex-next-Step-Background_Warning-0-14-0)}.step__4e64020f.warning__e625ee24>span{color:var(--triplex-next-Step-Color_Warning-0-14-0)}.step__4e64020f.active__8f1207b5{background-color:var(--triplex-next-Step-Background_Active-0-14-0)}.step__4e64020f.active__8f1207b5>span{color:var(--triplex-next-Step-Color_Active-0-14-0)}.step__4e64020f.error__aac3f5ed{background-color:var(--triplex-next-Step-Background_Error-0-14-0)}.step__4e64020f.error__aac3f5ed>span{color:var(--triplex-next-Step-Color_Error-0-14-0)}.step__4e64020f.disabled__e052cb3b{background-color:var(--triplex-next-Step-Background_Disabled-0-14-0)}.step__4e64020f.disabled__e052cb3b>span{color:var(--triplex-next-Step-Color_Disabled-0-14-0)}.stepperWrapper__2b47fef9{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-0-14-0)}.stepperStep__d8b5e498{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__d8b5e498+.stepperStep__d8b5e498{margin-left:12px}.stepperStep__d8b5e498.sm__721776ff:not(:last-child) .content__9bdeb9c4{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__d8b5e498.sm__721776ff:last-child .content__9bdeb9c4{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__d8b5e498.sm__721776ff:last-child .arrow__c09c3a66{display:none}.stepperStep__d8b5e498.md__f4f3df54:not(:last-child) .content__9bdeb9c4{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__d8b5e498.md__f4f3df54:last-child .content__9bdeb9c4{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__d8b5e498.md__f4f3df54:last-child .arrow__c09c3a66{display:none}.stepperStep__d8b5e498.lg__3de3dd1a:not(:last-child) .content__9bdeb9c4{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__d8b5e498.lg__3de3dd1a:last-child .content__9bdeb9c4{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__d8b5e498.lg__3de3dd1a:last-child .arrow__c09c3a66{display:none}.stepperStep__d8b5e498:hover:not(.active__ce0ea3d2):not(.disabled__5ba24504) .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Hover-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Hover-0-14-0)}.stepperStep__d8b5e498:hover:not(.active__ce0ea3d2):not(.disabled__5ba24504) .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-14-0)}.stepperStep__d8b5e498:hover:not(.active__ce0ea3d2):not(.disabled__5ba24504) .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-14-0)}.stepperStep__d8b5e498.active__ce0ea3d2{cursor:default}.stepperStep__d8b5e498.active__ce0ea3d2 .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-0-14-0)}.stepperStep__d8b5e498.active__ce0ea3d2 .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-0-14-0)}.stepperStep__d8b5e498.active__ce0ea3d2.error__72c6d4ea .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-14-0)}.stepperStep__d8b5e498.active__ce0ea3d2.error__72c6d4ea .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-14-0)}.stepperStep__d8b5e498.active__ce0ea3d2.error__72c6d4ea .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-0-14-0)}.stepperStep__d8b5e498.active__ce0ea3d2.warning__53b65cce .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0)}.stepperStep__d8b5e498.active__ce0ea3d2.warning__53b65cce .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0)}.stepperStep__d8b5e498.active__ce0ea3d2.warning__53b65cce .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.error__72c6d4ea .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.error__72c6d4ea .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.error__72c6d4ea .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.error__72c6d4ea:hover .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.error__72c6d4ea:hover .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.error__72c6d4ea:hover .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.warning__53b65cce .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.warning__53b65cce .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.warning__53b65cce .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.warning__53b65cce:hover .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.warning__53b65cce:hover .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.warning__53b65cce:hover .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf :not(.error__72c6d4ea):not(.warning__53b65cce) .content__9bdeb9c4{color:var(--triplex-next-Stepper-Step_Color_Default-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf :not(.error__72c6d4ea):not(.warning__53b65cce):hover .content__9bdeb9c4{color:var(--triplex-next-Stepper-Step_Color_Hover-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.error__72c6d4ea .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.error__72c6d4ea .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.error__72c6d4ea .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.error__72c6d4ea:hover .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.error__72c6d4ea:hover .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.error__72c6d4ea:hover .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.warning__53b65cce .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.warning__53b65cce .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.warning__53b65cce .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.warning__53b65cce:hover .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.warning__53b65cce:hover .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.warning__53b65cce:hover .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0)}.stepperStep__d8b5e498.disabled__5ba24504{pointer-events:none}.stepperStep__d8b5e498.disabled__5ba24504 .content__9bdeb9c4{color:var(--triplex-next-Stepper-Step_Color_Disabled-0-14-0)}.stepperStep__d8b5e498.disabled__5ba24504 .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-0-14-0)}.stepperStep__d8b5e498.disabled__5ba24504 .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-0-14-0)}.stepperStep__d8b5e498.focusVisible__d8ca84db.completed__1bda3f35 .content__9bdeb9c4,.stepperStep__d8b5e498.focusVisible__d8ca84db.active__ce0ea3d2 .content__9bdeb9c4,.stepperStep__d8b5e498.focusVisible__d8ca84db.inactive__74092dcf .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-14-0)}.stepperStep__d8b5e498.focusVisible__d8ca84db.completed__1bda3f35 .arrow__c09c3a66 path:last-child,.stepperStep__d8b5e498.focusVisible__d8ca84db.active__ce0ea3d2 .arrow__c09c3a66 path:last-child,.stepperStep__d8b5e498.focusVisible__d8ca84db.inactive__74092dcf .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-14-0)}.stepperStep__d8b5e498.focusVisible__d8ca84db.completed__1bda3f35:hover .content__9bdeb9c4,.stepperStep__d8b5e498.focusVisible__d8ca84db.active__ce0ea3d2:hover .content__9bdeb9c4,.stepperStep__d8b5e498.focusVisible__d8ca84db.inactive__74092dcf:hover .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-14-0)}.stepperStep__d8b5e498.focusVisible__d8ca84db.completed__1bda3f35:hover .arrow__c09c3a66 path:last-child,.stepperStep__d8b5e498.focusVisible__d8ca84db.active__ce0ea3d2:hover .arrow__c09c3a66 path:last-child,.stepperStep__d8b5e498.focusVisible__d8ca84db.inactive__74092dcf:hover .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-14-0)}.content__9bdeb9c4{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-0-14-0);color:var(--triplex-next-Stepper-Step_Color_Hover-0-14-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-0-14-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__721776ff{font-size:12px;line-height:16px}.md__f4f3df54{font-size:14px;line-height:20px}.lg__3de3dd1a{font-size:16px;line-height:20px}.arrow__c09c3a66{transform:translate(0)}.arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-14-0)}.arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-14-0)}.icon__ba486a23{display:inline-flex;align-items:center;line-height:0}.nonempty__809b9f78 .icon__ba486a23{margin-right:6px}.stepperExtended__2e299f9d{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__d50532bb{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__d50532bb::-webkit-scrollbar{display:none}.stepper__8c750dd6.sm__721776ff{padding-left:28px;padding-right:28px}.stepper__8c750dd6.md__f4f3df54{padding-left:40px;padding-right:40px}.stepper__8c750dd6.lg__3de3dd1a{padding-left:56px;padding-right:56px}.stepperCarousel__dafe34aa{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__dafe34aa .buttonPrev__cba8ab6f,.stepperCarousel__dafe34aa .buttonNext__590dffdd{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__dafe34aa .buttonPrev__cba8ab6f.sm__721776ff,.stepperCarousel__dafe34aa .buttonNext__590dffdd.sm__721776ff{height:28px;width:28px}.stepperCarousel__dafe34aa .buttonPrev__cba8ab6f.md__f4f3df54,.stepperCarousel__dafe34aa .buttonNext__590dffdd.md__f4f3df54{height:40px;width:40px}.stepperCarousel__dafe34aa .buttonPrev__cba8ab6f.lg__3de3dd1a,.stepperCarousel__dafe34aa .buttonNext__590dffdd.lg__3de3dd1a{height:56px;width:56px}.stepperCarousel__dafe34aa .buttonPrev__cba8ab6f{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-0-14-0)}.stepperCarousel__dafe34aa .buttonNext__590dffdd{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-0-14-0)}@media (max-width: 767px){.stepper__8c750dd6{padding-left:16px;padding-right:16px}.buttonPrev__cba8ab6f,.buttonNext__590dffdd{display:none}}.islandAccordion__2a6d1f1d{margin:0;padding:0}.islandAccordion__2a6d1f1d .island__bfe95344{padding:0}.islandAccordion__2a6d1f1d .item__297ef8f7{position:relative;list-style-type:none}.islandAccordion__2a6d1f1d .item__297ef8f7.disabled__7e87c214{cursor:default;pointer-events:none}.islandAccordion__2a6d1f1d .item__297ef8f7+.item__297ef8f7.sm__0e6461a7,.islandAccordion__2a6d1f1d .item__297ef8f7+.item__297ef8f7.md__4e268c81{margin-top:16px}.islandAccordion__2a6d1f1d .item__297ef8f7+.item__297ef8f7.lg__3d99d4db{margin-top:24px}.islandAccordion__2a6d1f1d .item__297ef8f7 .header__c65c3b70{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__2a6d1f1d .item__297ef8f7 :focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-0-14-0)}.islandAccordion__2a6d1f1d .item__297ef8f7.type1__696341b6:not(.opened__756e1bfc) .header__c65c3b70:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-14-0)}.islandAccordion__2a6d1f1d .item__297ef8f7.type2__e433a773:not(.opened__756e1bfc) .header__c65c3b70:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-14-0)}.islandAccordion__2a6d1f1d .item__297ef8f7.type3__d81da04c:not(.opened__756e1bfc) .header__c65c3b70:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-14-0)}.islandAccordion__2a6d1f1d .item__297ef8f7 .footer__3784f74b{text-align:right}.islandAccordion__2a6d1f1d .item__297ef8f7 .body__6771faa4,.islandAccordion__2a6d1f1d .item__297ef8f7 .footer__3784f74b{visibility:hidden}.islandAccordion__2a6d1f1d .item__297ef8f7.opened__756e1bfc .body__6771faa4,.islandAccordion__2a6d1f1d .item__297ef8f7.opened__756e1bfc .footer__3784f74b{visibility:visible}.islandAccordion__2a6d1f1d .item__297ef8f7 .caretWrapper__8552024e{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__2a6d1f1d .item__297ef8f7 .caretIcon__aa5dcdc3{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__2a6d1f1d .item__297ef8f7.sm__0e6461a7 .header__c65c3b70{padding:16px;border-radius:16px}.islandAccordion__2a6d1f1d .item__297ef8f7.sm__0e6461a7 .step__03e26c37+.titleWrapper__808254d0{margin-top:2px}.islandAccordion__2a6d1f1d .item__297ef8f7.sm__0e6461a7 .body__6771faa4,.islandAccordion__2a6d1f1d .item__297ef8f7.sm__0e6461a7 .footer__3784f74b{padding:0 16px 16px}.islandAccordion__2a6d1f1d .item__297ef8f7.sm__0e6461a7 .caretWrapper__8552024e{right:12px}.islandAccordion__2a6d1f1d .item__297ef8f7.sm__0e6461a7 .remove__e4e8dee8{right:-36px;top:20px}.islandAccordion__2a6d1f1d .item__297ef8f7.sm__0e6461a7 .step__03e26c37{margin-right:12px}.islandAccordion__2a6d1f1d .item__297ef8f7.md__4e268c81 .header__c65c3b70{padding:24px;border-radius:24px}.islandAccordion__2a6d1f1d .item__297ef8f7.md__4e268c81 .body__6771faa4,.islandAccordion__2a6d1f1d .item__297ef8f7.md__4e268c81 .footer__3784f74b{padding:0 24px 24px}.islandAccordion__2a6d1f1d .item__297ef8f7.md__4e268c81 .caretWrapper__8552024e{right:20px}.islandAccordion__2a6d1f1d .item__297ef8f7.md__4e268c81 .remove__e4e8dee8{right:-40px;top:28px}.islandAccordion__2a6d1f1d .item__297ef8f7.md__4e268c81 .step__03e26c37{margin-right:12px}.islandAccordion__2a6d1f1d .item__297ef8f7.lg__3d99d4db .header__c65c3b70{padding:32px;border-radius:32px}.islandAccordion__2a6d1f1d .item__297ef8f7.lg__3d99d4db .body__6771faa4,.islandAccordion__2a6d1f1d .item__297ef8f7.lg__3d99d4db .footer__3784f74b{padding:0 32px 32px}.islandAccordion__2a6d1f1d .item__297ef8f7.lg__3d99d4db .caretWrapper__8552024e{right:28px}.islandAccordion__2a6d1f1d .item__297ef8f7.lg__3d99d4db .remove__e4e8dee8{right:-40px;top:36px}.islandAccordion__2a6d1f1d .item__297ef8f7.lg__3d99d4db .step__03e26c37{margin:0 16px 0 0}.islandAccordion__2a6d1f1d .item__297ef8f7.opened__756e1bfc:not(.disabled__7e87c214) .caretWrapper__8552024e .caretIcon__aa5dcdc3{transform:rotate(-180deg)}.islandAccordion__2a6d1f1d .item__297ef8f7 .remove__e4e8dee8{position:absolute}@media (max-width: 767px){.islandAccordion__2a6d1f1d .item__297ef8f7 .footer__3784f74b{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__2a6d1f1d .item__297ef8f7 .footer__3784f74b>*{margin-left:0!important}}.noColumns__c7fb8b3f{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__c7fb8b3f>.content__377e0e72{width:456px;text-align:center}.filterPanel__20f0d20d{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__fdcaa196{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__fdcaa196>a:not(:first-child){margin-left:16px}.tabsLinePanel__20792e1f{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__4ba411b0{0%{opacity:0}to{opacity:1}}.tableBasic__712d1b13{position:relative}.tableBasic__712d1b13 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__712d1b13 table th.alignLeft__04af0e69,.tableBasic__712d1b13 table td.alignLeft__04af0e69{text-align:left}.tableBasic__712d1b13 table th.alignRight__0723eda9,.tableBasic__712d1b13 table td.alignRight__0723eda9{text-align:right}.tableBasic__712d1b13 table th.alignCenter__6147f599,.tableBasic__712d1b13 table td.alignCenter__6147f599{text-align:center}.tableBasic__712d1b13 table th.verticalAlignBaseline__d9dfda1b,.tableBasic__712d1b13 table td.verticalAlignBaseline__d9dfda1b{vertical-align:baseline}.tableBasic__712d1b13 table th.verticalAlignSub__4ad26e2f,.tableBasic__712d1b13 table td.verticalAlignSub__4ad26e2f{vertical-align:sub}.tableBasic__712d1b13 table th.verticalAlignSuper__64af1a1f,.tableBasic__712d1b13 table td.verticalAlignSuper__64af1a1f{vertical-align:super}.tableBasic__712d1b13 table th.verticalAlignTextTop__3785df2d,.tableBasic__712d1b13 table td.verticalAlignTextTop__3785df2d{vertical-align:text-top}.tableBasic__712d1b13 table th.verticalAlignTextBottom__b82beee9,.tableBasic__712d1b13 table td.verticalAlignTextBottom__b82beee9{vertical-align:text-bottom}.tableBasic__712d1b13 table th.verticalAlignMiddle__d1685d9f,.tableBasic__712d1b13 table td.verticalAlignMiddle__d1685d9f{vertical-align:middle}.tableBasic__712d1b13 table th.verticalAlignTop__dc0eeebc,.tableBasic__712d1b13 table td.verticalAlignTop__dc0eeebc{vertical-align:top}.tableBasic__712d1b13 table th.verticalAlignBottom__20438e59,.tableBasic__712d1b13 table td.verticalAlignBottom__20438e59{vertical-align:bottom}.tableBasic__712d1b13 table>thead>tr{height:48px}.tableBasic__712d1b13 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-0-14-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-14-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__712d1b13 table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-0-14-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-0-14-0)}}.tableBasic__712d1b13 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__712d1b13 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__712d1b13 table>thead>tr>th.checkboxType__7e1f15b7{padding:16px 12px}.tableBasic__712d1b13 table>thead>tr>th .thBlock__ae30079f{display:inline-flex;vertical-align:top}.tableBasic__712d1b13 table>thead>tr>th .thBlock__ae30079f.order__d29670d4{cursor:pointer}.tableBasic__712d1b13 table>thead>tr>th .thBlock__ae30079f.order__d29670d4 .orderButton__2ba44c63{display:flex;visibility:hidden;align-items:center}.tableBasic__712d1b13 table>thead>tr>th .thBlock__ae30079f.order__d29670d4 .orderButton__2ba44c63.alignLeft__04af0e69{margin-right:8px}.tableBasic__712d1b13 table>thead>tr>th .thBlock__ae30079f.order__d29670d4 .orderButton__2ba44c63.alignRight__0723eda9{margin-left:8px}.tableBasic__712d1b13 table>thead>tr>th .thBlock__ae30079f.order__d29670d4 .orderButton__2ba44c63.sorted__082a1317{visibility:visible}.tableBasic__712d1b13 table>thead>tr>th .thBlock__ae30079f.order__d29670d4:hover .orderButton__2ba44c63{visibility:visible}.tableBasic__712d1b13 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-14-0)}.tableBasic__712d1b13 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__712d1b13 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__712d1b13 table>tbody>tr>td.textType__66a47f35{padding:12px}.tableBasic__712d1b13 table>tbody>tr>td.componentsType__b5f02449{padding:8px 12px}.tableBasic__712d1b13 table>tbody>tr>td.checkboxType__7e1f15b7{padding:10px 12px 12px}.tableBasic__712d1b13 table>tbody>tr.selected__f134b453>td{background-color:var(--triplex-next-TableBasic-Background_Selected-0-14-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__712d1b13 table>tbody>tr.selected__f134b453>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-0-14-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-0-14-0)}}.tableBasic__712d1b13 table>tbody.clickable__19500544>tr{cursor:pointer}.tableBasic__712d1b13 table>tbody.hoverable__909dbc12>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-0-14-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__712d1b13 table>tbody.hoverable__909dbc12>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-0-14-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-0-14-0)}}.tableBasic__712d1b13 .footerEmptyData__b8a206b5{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__712d1b13 .spinnerWrapper__f7dd2d8d{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__712d1b13 .spinnerWrapper__f7dd2d8d .tableLoaderScreen__0b3ef57f{border-radius:8px 8px 0 0}.tableBasic__712d1b13 .overlayCover__eef1408e{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-0-14-0);animation:fadeIn__4ba411b0 .3s}.tableBasicSettingsBody__e02120e9{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__01f5b7cf{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-14-0)!important}.columnSettingsSortableListItemTarget__01f5b7cf:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-14-0)!important}.columnSettingsSortableListItemTarget__01f5b7cf.dragging__1642e83f{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-14-0)!important}.columnSettingsStaticListItem__01652a2f{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-14-0)}.tableBasicSettingsFooter__9932c63d{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-14-0);padding:11px 12px 12px}.tableBasicSettingsHeader__9a66bb78{padding:16px 12px 12px}.tableSettingsLink__7e41ad34{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__72c97d98{width:320px}.tableFooterWrapper__a6d9a403{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__a6d9a403 .tableFooterShadow__ce21b1e3{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-0-14-0);pointer-events:none}.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-0-14-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9 .tableFooterSummary__9f47a73f{display:flex;align-items:center}.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9 .tableFooterSummary__9f47a73f .tableFooterSummarySelectedCount__4d42a3c1,.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9 .tableFooterSummary__9f47a73f .tableFooterSummarySelectAllButton__fcbf929b,.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9 .tableFooterSummary__9f47a73f .tableFooterSummaryAmount__49c0540f{display:inline-flex}.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9 .tableFooterSummary__9f47a73f .tableFooterSummarySelectedCount__4d42a3c1,.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9 .tableFooterSummary__9f47a73f .tableFooterSummarySelectAllButton__fcbf929b,.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9 .tableFooterSummary__9f47a73f .tableFooterSummaryAmount__49c0540f,.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9 .tableFooterSummary__9f47a73f .tableFooterSummaryLabel__617e4c5c{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__a6d9a403{height:112px}}.paginationPanel__c6d4bcdc{margin-top:16px}.masterTable__a3f72581{position:relative}.orderedListItem__d0a3725f{counter-increment:list-item-tx}.orderedListItem__d0a3725f:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__d0a3725f+.orderedListItem__d0a3725f{margin-top:8px}.orderedList__07f077b1{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldDesktop__df3a5997{position:relative}.suggestDropdownListItem__a718b1ae{overflow:hidden;text-overflow:ellipsis}.suggestFieldMobile__97976292{position:relative}.suggestFieldMobileBody__1f285723{height:176px}.suggestFieldMobileDropdownHint__be74f58f{padding:16px}.lightBox__b323f180{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__b323f180 .lightBoxBackdrop__38f22bd0{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-14-0)}.lightBox__b323f180.lightBoxSideOverlayActive__529334fb,.lightBox__b323f180.lightBoxTopOverlayActive__3b09937f{overflow-y:hidden}.lightBox__b323f180 .lightBoxContent__e109bc88{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-0-14-0)}.lightBox__b323f180 .lightBoxContent__e109bc88>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__b323f180 .lightBoxContent__e109bc88>.global-page{padding:16px}}.lightBox__b323f180 .loadingContentOverlay__7a1129f5{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__b323f180 .lightBoxContentResizeWrapper__1688c511{position:absolute;left:0;right:0;height:0}.lightBox__b323f180 .tempElSafariBug__5e42d480{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__fa18c0a7,.global-LB-less-or-equal-media-point-0 .lightBox__b323f180.lightBoxSideOverlayActive__529334fb{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__e109bc88{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__e109bc88{padding-left:80px;padding-right:80px}.lightBoxControls__ec76cd82{z-index:100}.withKeyboardEvent__2f1d84bf{display:inline-block}.withoutKeyboardEvent__bfdf2f4a,.lightBox__b323f180.lightBoxSideOverlayActive__529334fb .withKeyboardEvent__2f1d84bf,.lightBox__b323f180.lightBoxTopOverlayActive__3b09937f .withKeyboardEvent__2f1d84bf,.lightBox__b323f180.isLoading__1751b48e .withKeyboardEvent__2f1d84bf{display:none}.lightBox__b323f180.lightBoxSideOverlayActive__529334fb .withoutKeyboardEvent__bfdf2f4a,.lightBox__b323f180.lightBoxTopOverlayActive__3b09937f .withoutKeyboardEvent__bfdf2f4a,.lightBox__b323f180.isLoading__1751b48e .withoutKeyboardEvent__bfdf2f4a{display:inline-block}.lightBox__b323f180.isLoading__1751b48e .lightBoxPrev__74cb36d4,.lightBox__b323f180.isLoading__1751b48e .lightBoxNext__ad4154a8{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__ec76cd82{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__f692a94d{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__4308e8ae{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__594f4883{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__74cb36d4,.global-LB-less-or-equal-media-point-0 .lightBoxNext__ad4154a8{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__74cb36d4{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__ba465d37,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__4ef8f613{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__ec76cd82{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__f692a94d{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__4308e8ae{display:none}.global-LB-more-media-point-0 .lightBoxClose__594f4883{position:fixed;left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px);top:calc(40px + var(--lightBox-screen-top))}.global-LB-more-media-point-0 .lightBoxPrev__74cb36d4,.global-LB-more-media-point-0 .lightBoxNext__ad4154a8{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__74cb36d4{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__ad4154a8{left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__0fdbfd06{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__0fdbfd06.fixed__cf7e79ac{position:fixed}.overlay__0fdbfd06.closing__071b931e,.overlay__0fdbfd06.opened__a18ebe72{visibility:visible;left:0;right:0}.overlayPanel__5975a508{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-0-14-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__5975a508.bottom__e63f7079{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__5975a508.left__66e0cfa3{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__5975a508.right__f889ae1f{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__5975a508.top__90e051ea{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__5975a508.left__66e0cfa3.opened__a18ebe72,.overlayPanel__5975a508.right__f889ae1f.opened__a18ebe72{transform:translate(0)}.overlayPanel__5975a508.top__90e051ea.opened__a18ebe72,.overlayPanel__5975a508.bottom__e63f7079.opened__a18ebe72{transform:translateY(0)}.overlayContent__48cf89d3{display:flex;min-height:100%}.overlayMask__de383fda{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-0-14-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__de383fda.overlayOpened__62a799ae{opacity:1}.lightBoxSideOverlayLoaderWrapper__98288a24{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}.lightBoxSideOverlayCloseDesktop__6e5fd207{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__de286945{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__6e5fd207{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__de286945{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__de286945{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__6e5fd207{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__de286945{display:none}.lightBoxSideOverlayMask__3583ab6a{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-14-0)}.lightBoxSideOverlayWrapper__bc596e27{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__bc596e27.overflowXHidden__73e8d417{overflow-x:hidden}.lightBoxSideOverlayWrapper__bc596e27.overflowYHidden__167e30cf{overflow-y:hidden}.lightBoxSideOverlayWrapper__bc596e27.closing__9820c030,.lightBoxSideOverlayWrapper__bc596e27.opened__44504a8a{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__bc596e27.closing__9820c030{pointer-events:none}.lightBoxSideOverlayWrapper__bc596e27 .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__bc596e27 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__bc596e27 .lightBoxSideOverlayContent__60ceeaf3{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-0-14-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__bc596e27 .lightBoxSideOverlayContent__60ceeaf3.opened__44504a8a{transform:none}.lightBoxSideOverlayWrapper__bc596e27 .lightBoxSideOverlayContent__60ceeaf3.opening__f477660a{transform:translateY(0)}.lightBoxSideOverlayWrapper__bc596e27.sizeSM__ddaa65e7 .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__bc596e27.sizeMD__15dd2630 .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__bc596e27.sizeLG__7b5a9490 .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__bc596e27 .lightBoxSideOverlayBase__ba19ec5d{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__bc596e27 .lightBoxSideOverlayContent__60ceeaf3{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__bc596e27 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__bc596e27 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__b29edf97{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__b29edf97.closing__9820c030,.lightBoxSideOverlay__b29edf97.opening__f477660a{overflow-x:hidden}.topOverlayMask__a787b5b6{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-0-14-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__b50668d1{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__b50668d1.closing__b35788fe,.topOverlayWrapper__b50668d1.opened__eeda3fd0{bottom:0}.topOverlayWrapper__b50668d1 .topOverlayPanel__ed5da810{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__5ca24d22{z-index:500}@media (max-width: 767px){.topOverlayPanel__ed5da810{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__40d7e9fd{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--left-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;left:var(--left-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--left-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:left-sidebar-wrapper}.lightBoxLeftSidebar__40d7e9fd.fixed__cec169a0{position:fixed}@container left-sidebar-wrapper (max-width: 100px){.lightBoxLeftSidebarInner__a744bb1d{display:none}}.lightBoxRightSidebar__40c32798{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--right-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;right:var(--right-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--right-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:right-sidebar-wrapper}.lightBoxRightSidebar__40c32798.fixed__cec169a0{position:fixed}@container right-sidebar-wrapper (max-width: 100px){.lightBoxRightSidebarInner__79694699{display:none}}html.scroll-0__b0d4e4cb{--triplex-next-scroll-width: 0px}html.scroll-15__7ab77077{--triplex-next-scroll-width: 15px}html.scroll-16__da2c1b14{--triplex-next-scroll-width: 16px}html.scroll-17__bc3ee76d{--triplex-next-scroll-width: 17px}.smsField__6321ae13{display:inline-block;position:relative;width:100%}.smsField__6321ae13 .input__0e41eb4f{text-align:center}.smsField__6321ae13 .input__0e41eb4f::placeholder{opacity:1}.smsField__6321ae13 .input__0e41eb4f:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-0-14-0)}.smsField__6321ae13 .input__0e41eb4f.lg__94c08ba3{padding:18px 40px}.smsField__6321ae13 .input__0e41eb4f.md__1958c94a{padding-left:26px;padding-right:26px}.smsField__6321ae13 .input__0e41eb4f.sm__27179710{padding-left:20px;padding-right:20px}.smsField__6321ae13 .btnRefresh__bfa0e30a{position:absolute;outline:none;z-index:1}.smsField__6321ae13 .btnRefresh__bfa0e30a.lg__94c08ba3{top:12px;left:12px;height:32px;width:32px}.smsField__6321ae13 .btnRefresh__bfa0e30a.md__1958c94a{top:10px;left:10px}.smsField__6321ae13 .btnRefresh__bfa0e30a.sm__27179710{top:4px;left:4px}.smsField__6321ae13 .btnRefresh__bfa0e30a .full__78d36da0{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-0-14-0)}.smsField__6321ae13 .btnRefresh__bfa0e30a .empty__5e895903{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-0-14-0)}.smsField__6321ae13 .btnRefresh__bfa0e30a:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-0-14-0)}.smsField__6321ae13 .btnSubmit__4e31851a{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-0-14-0)}.smsField__6321ae13 .btnSubmit__4e31851a.active__a9625f16:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-0-14-0)}.smsField__6321ae13 .btnSubmit__4e31851a.active__a9625f16:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-0-14-0)}.smsField__6321ae13 .btnSubmit__4e31851a.lg__94c08ba3{top:15px;right:15px;height:26px;width:26px}.smsField__6321ae13 .btnSubmit__4e31851a.md__1958c94a{top:10px;right:10px}.smsField__6321ae13 .btnSubmit__4e31851a.sm__27179710{top:4px;right:4px}.spoiler__08602386{display:flex;flex-direction:column}.spoiler__08602386.opened__f8f84209 .caretIcon__433e71b8{transform:rotate(-180deg)}.spoiler__08602386 .head__f606efac .caretIcon__433e71b8{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__08602386 .head__f606efac button>span{white-space:normal;text-align:left}.spoiler__08602386 .content__e876be70.hidden__8b085ddb{display:none}.spoiler__08602386 .lg__7aeb0ab3 .content__e876be70{margin-top:8px}.spoiler__08602386 .md__00670ea4 .content__e876be70{margin-top:0}.spoiler__08602386 .sm__7b8f07c7 .content__e876be70{margin-top:-4px}.statusTrackerWrapper__fc8a3340{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-0-14-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-0-14-0);overflow:hidden;height:100%}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b.verticalAlignMiddle__d52566b0{align-self:center}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b.verticalAlignBottom__212a4ad5{align-self:end}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerChild__8ba98eb9{padding:8px 0}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerChild__8ba98eb9:empty{padding:0}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerSum__5c5e9220,.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerTitle__10ab66f3{padding-bottom:4px}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerDescription__39fc5cc3{display:block;padding-top:8px}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerAlert__e727dbff{margin-top:12px;text-align:left}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerStatus__ebdcd4fb{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerFooterWrapper__a61ca2ec{display:grid}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerFooterWrapper__a61ca2ec .statusTrackerDescription__39fc5cc3:last-child{padding-top:0}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerFooterWrapper__a61ca2ec .statusTrackerButton__24a02372{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__fc8a3340 .statusTrackerColor__8de3968e{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__fc8a3340 .statusTrackerColor__8de3968e.waiting__996cb1fb{background:var(--triplex-next-StatusTracker-Waiting_Color-0-14-0)}.statusTrackerWrapper__fc8a3340 .statusTrackerColor__8de3968e.warning__6f1268e7{background:var(--triplex-next-StatusTracker-Warning_Background-0-14-0)}.statusTrackerWrapper__fc8a3340 .statusTrackerColor__8de3968e.rejected__d4edd860{background:var(--triplex-next-StatusTracker-Rejected_Color-0-14-0)}.statusTrackerWrapper__fc8a3340 .statusTrackerColor__8de3968e.approved__0abc56a6{background:var(--triplex-next-StatusTracker-Approved_Color-0-14-0)}.statusTrackerWrapper__fc8a3340 .statusTrackerBackground__19ef6c54{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__fc8a3340 .statusTrackerBackground__19ef6c54.waiting__996cb1fb{background:var(--triplex-next-StatusTracker-Waiting_Background-0-14-0)}.statusTrackerWrapper__fc8a3340 .statusTrackerBackground__19ef6c54.warning__6f1268e7{background:var(--triplex-next-StatusTracker-Warning_Background-0-14-0)}.statusTrackerWrapper__fc8a3340 .statusTrackerBackground__19ef6c54.rejected__d4edd860{background:var(--triplex-next-StatusTracker-Rejected_Background-0-14-0)}.statusTrackerWrapper__fc8a3340 .statusTrackerBackground__19ef6c54.approved__0abc56a6{background:var(--triplex-next-StatusTracker-Approved_Background-0-14-0)}@media (max-width: 767px){.statusTrackerWrapper__fc8a3340{border-radius:16px}}.smallInput__84dd36a7{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-0-14-0);background:var(--triplex-next-SmallInput-Background-0-14-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-0-14-0)}.smallInput__84dd36a7::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-0-14-0);opacity:1}.smallInput__84dd36a7::-ms-clear{display:none}.documentNumberEdit__6126cd87 .label__cabae12f{display:inline-block;margin-right:8px}.documentNumberEdit__6126cd87 .inputEditWrapper__3cfec4d3{width:68px;display:inline-block}.sliderExtendedDot__76d0417d{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-0-14-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__76d0417d:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-14-0)}.sliderExtendedDot__76d0417d.focusedByClick__4b5927ee:focus{box-shadow:none}.sliderExtendedDot__76d0417d:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-0-14-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__76d0417d:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-0-14-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__76d0417d.disabled__a8b0fd29{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-0-14-0)}.sliderExtendedDot__76d0417d.disabled__a8b0fd29:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-0-14-0)}.sliderExtendedDot__76d0417d.disabled__a8b0fd29:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-0-14-0)}.sliderExtendedDot__76d0417d:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-0-14-0)}.sliderExtendedDot__76d0417d:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-14-0)}.sliderExtendedDot__76d0417d.dragByMouse__d6d26ee2{background:var(--triplex-next-Slider-Dot_Background_Select-0-14-0)}.sliderExtendedDot__76d0417d.dragByMouse__d6d26ee2:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-14-0)}.sliderExtendedDot__76d0417d:hover .sliderExtendedTooltipOverlay__7eb2d8f1,.sliderExtendedDot__76d0417d:focus .sliderExtendedTooltipOverlay__7eb2d8f1{visibility:visible}.sliderExtendedDot__76d0417d.lg__364d6c20{width:28px;height:28px}.sliderExtendedDot__76d0417d.lg__364d6c20:after{width:10px;height:10px}.sliderExtendedDot__76d0417d.lg__364d6c20:before{width:14px;height:14px}.sliderExtendedMarks__43933229{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__4a36557e{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__4a36557e .sliderExtendedMarkDot__4e961dde{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-0-14-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__4a36557e .sliderExtendedMarkDot__4e961dde.inSelectedRange__4c93ddfd{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-0-14-0)}.sliderExtendedMark__4a36557e.lg__364d6c20{top:20px}.sliderExtendedMark__4a36557e.lg__364d6c20 .sliderExtendedMarkDot__4e961dde{top:-20px}.sliderExtendedMark__4a36557e .sliderExtendedMarkText__9c426bc0{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__4a36557e.disabled__a8b0fd29{pointer-events:none}.sliderExtendedMark__4a36557e.disabled__a8b0fd29 .sliderExtendedMarkText__9c426bc0{pointer-events:none;opacity:.35}.sliderExtendedMark__4a36557e.disabled__a8b0fd29 .sliderExtendedMarkDot__4e961dde{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-14-0)}.sliderExtendedMark__4a36557e:first-child,.sliderExtendedMark__4a36557e:last-child{transform:none}.sliderExtendedMark__4a36557e:first-child.reverse__d41edbc8 .sliderExtendedMarkDot__4e961dde{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__4a36557e:first-child.reverse__d41edbc8 .sliderExtendedMarkText__9c426bc0{margin-right:-4px}.sliderExtendedMark__4a36557e:first-child:not(.reverse__d41edbc8) .sliderExtendedMarkDot__4e961dde{left:0;transform:translate(-50%)}.sliderExtendedMark__4a36557e:first-child .sliderExtendedMarkText__9c426bc0{margin-left:-4px}.sliderExtendedMark__4a36557e:last-child.reverse__d41edbc8 .sliderExtendedMarkDot__4e961dde{left:0;transform:translate(-50%)}.sliderExtendedMark__4a36557e:last-child.reverse__d41edbc8 .sliderExtendedMarkText__9c426bc0{margin-left:-4px}.sliderExtendedMark__4a36557e:last-child:not(.reverse__d41edbc8) .sliderExtendedMarkDot__4e961dde{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__4a36557e:last-child .sliderExtendedMarkText__9c426bc0{margin-right:-4px}.sliderExtendedMark__4a36557e.active__8e9abcad{pointer-events:none}.sliderExtendedRail__24f1de2a{height:4px;background:var(--triplex-next-Slider-Rail_Background-0-14-0);cursor:pointer}.sliderExtended__24809e54{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__24809e54.disabled__a8b0fd29 .sliderExtendedRail__24f1de2a{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-0-14-0)}.sliderExtended__24809e54.lg__364d6c20{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__e7f15991{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-0-14-0);z-index:10}.sliderExtendedTrack__e7f15991.lg__364d6c20{top:12px}.sliderExtendedTrack__e7f15991:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-14-0)}.sliderExtendedTrack__e7f15991.focusedByClick__4b5927ee:focus{box-shadow:none}.sliderExtendedTrack__e7f15991.hoverOrDragByMouse__a1053109{background:var(--triplex-next-Slider-Track_Background_Hover-0-14-0)}.sliderExtendedTrack__e7f15991.staticSlider__63de7858{cursor:default;pointer-events:none}.sliderExtendedTrack__e7f15991.disabled__a8b0fd29{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-0-14-0)}.sliderExtendedTooltipOverlay__7eb2d8f1{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__7eb2d8f1.lg__364d6c20{bottom:32px}.sliderExtendedTooltipOverlay__7eb2d8f1 .tooltipBody__e8adfab9{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-0-14-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-0-14-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__7eb2d8f1 .tooltipTip__16aee6f3{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-0-14-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__7eb2d8f1 .tooltipTip__16aee6f3{margin:-.5px}}.treeView__8580caf6,.treeViewGroup__307fcfa3{margin:0;padding:0}.treeView__8580caf6 .treeViewNode__3df1fc42,.treeViewGroup__307fcfa3 .treeViewNode__3df1fc42{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__27de8992.collapsed__741d5ec3{visibility:hidden}.checkboxTreeExtended__9f7ec7b1{margin-bottom:-12px;padding:12px}.checkboxTreeExtendedNode__cb4dbe6f .checkboxTreeExtendedNode__cb4dbe6f{margin-left:24px}.checkboxTreeExtendedNodeHeader__d0fbe336{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__d0fbe336.sm__62359e33{margin-bottom:10px}.checkboxTreeExtendedNodeHeader__d0fbe336.md__47c7f60f,.checkboxTreeExtendedNodeHeader__d0fbe336.lg__c766bee4{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__d0fbe336 .checkboxTreeCheckboxLabel__18ef291d{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__d0fbe336 .caretIconWrapper__f3fcbf4e{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__d0fbe336 .caretIconWrapper__f3fcbf4e:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-0-14-0)}.checkboxTreeExtendedNodeHeader__d0fbe336.opened__da913a21 .caretIconWrapper__f3fcbf4e{transform:rotate(180deg)}@media (max-width: 767px){.checkboxTreeExtended__9f7ec7b1{padding:12px 14px}}.chipGroup__e70ac86c{display:flex}.chipGroup__e70ac86c.oneLine__e0d65c5c{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__e70ac86c.oneLine__e0d65c5c::-webkit-scrollbar{display:none}.chipGroup__e70ac86c.multiLine__1b797c24{flex-wrap:wrap}.chipGroup__e70ac86c.lg__769deaf7{gap:12px}.chipGroup__e70ac86c.md__29b42eeb,.chipGroup__e70ac86c.sm__4357aa58{gap:8px}.confirm__f4ac078f{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__f4ac078f.isInLightBox__5900fed7{max-width:800px}.confirm__f4ac078f.isInSideOverlaySM__34e5335e{max-width:416px}.confirm__f4ac078f.isInSideOverlayMD__93df4195{max-width:536px}.confirm__f4ac078f.isInSideOverlayLG__759d2b37{max-width:736px}.confirmCloseButton__0e425de0{position:absolute;top:24px;right:24px}.confirmContent__ecc42f22{margin-bottom:24px;padding-right:56px}.confirmControls__95a1f57f{white-space:nowrap}.confirmContentTitle__c34791c2{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__0e425de0{top:16px;right:16px}.confirmContent__ecc42f22{margin-bottom:16px}}.divider__44058757{height:1px;margin:0;background:var(--triplex-next-Divider-Background-0-14-0);border:none}.marginTopSize-4__37128aac{margin-top:4px}.marginBottomSize-4__8c1585ba{margin-bottom:4px}.marginTopSize-8__5a779cba{margin-top:8px}.marginBottomSize-8__5d188255{margin-bottom:8px}.marginTopSize-12__9d2dea17{margin-top:12px}.marginBottomSize-12__c52e2a25{margin-bottom:12px}.marginTopSize-16__dedac44c{margin-top:16px}.marginBottomSize-16__d21039ec{margin-bottom:16px}.marginTopSize-20__39490fa6{margin-top:20px}.marginBottomSize-20__2dcd33a8{margin-bottom:20px}.marginTopSize-24__aeb651b5{margin-top:24px}.marginBottomSize-24__187d3a60{margin-bottom:24px}.marginTopSize-28__a698ce68{margin-top:28px}.marginBottomSize-28__67163233{margin-bottom:28px}.marginTopSize-32__337677ec{margin-top:32px}.marginBottomSize-32__db3a1f6b{margin-bottom:32px}.listMasterChipGroup__2d3fc645{padding:0 16px}.listMasterFooter__ac4e38de{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-0-14-0);color:var(--triplex-next-ListMaster-Footer_Color-0-14-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__ac4e38de.sticky__ec27d2f4{position:sticky;bottom:0}.listMasterFooterDescription__3967fabc{padding-right:16px}.listMasterFooterControls__7a3381ff{white-space:nowrap}.listMasterHeader__bdafd2ac{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-0-14-0);color:var(--triplex-next-ListMaster-Header_Color-0-14-0)}.listMasterHeader__bdafd2ac.sticky__ec27d2f4{position:sticky;top:0;z-index:1}.selectionControls__ded29cca{display:flex;justify-content:space-between;align-items:center}.uploadZone__81275f5b{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-0-14-0)}.uploadZone__81275f5b:hover{background:var(--triplex-next-UploadZone-Background_Hover-0-14-0)}.uploadZoneDragArea__903938e0{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-14-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__318a2525{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-14-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-0-14-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-0-14-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__21bcdbdd{display:none}@media (max-width: 767px){.uploadZone__81275f5b,.uploadZone__81275f5b:hover{background:none}.uploadZoneDragArea__903938e0{display:none}}button.helpBoxButton__058cd83b{position:relative;vertical-align:text-bottom}.dateRange__97bb19e9{display:flex;align-items:center}.dateRangeButton__a92e68dd{z-index:1}.separator__6e3ba876{width:20px;height:20px;flex-shrink:0}.tagColor__ba2eaa2d{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__ba2eaa2d.sm__1f0c992e{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__ba2eaa2d.md__f18e64c0{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__ba2eaa2d.lg__6672eb69{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__ba2eaa2d.default__b424d7db{background:var(--triplex-next-TagColor-Background_Default-0-14-0)}.tagColor__ba2eaa2d.success__971f460c{background:var(--triplex-next-TagColor-Background_Success-0-14-0)}.tagColor__ba2eaa2d.info__e4c2c551{background:var(--triplex-next-TagColor-Background_Info-0-14-0)}.tagColor__ba2eaa2d.warning__0f1cae3b{background:var(--triplex-next-TagColor-Background_Warning-0-14-0)}.tagColor__ba2eaa2d.error__91bd1fb1{background:var(--triplex-next-TagColor-Background_Error-0-14-0)}.content__2517b1d3{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-0-14-0)}
|
|
1
|
+
html {--triplex-next-ColorBrand-0-0-14-1: #1F3336;
|
|
2
|
+
--triplex-next-ColorBrand-10-0-14-1: #0B3A3C;
|
|
3
|
+
--triplex-next-ColorBrand-20-0-14-1: #006063;
|
|
4
|
+
--triplex-next-ColorBrand-30-0-14-1: #007777;
|
|
5
|
+
--triplex-next-ColorBrand-40-0-14-1: #008985;
|
|
6
|
+
--triplex-next-ColorBrand-50-0-14-1: #21A19A;
|
|
7
|
+
--triplex-next-ColorBrand-60-0-14-1: #19BDB0;
|
|
8
|
+
--triplex-next-ColorBrand-70-0-14-1: #4BD9CF;
|
|
9
|
+
--triplex-next-ColorBrand-80-0-14-1: #71ECDC;
|
|
10
|
+
--triplex-next-ColorBrand-90-0-14-1: #A8F5E9;
|
|
11
|
+
--triplex-next-ColorBrand-100-0-14-1: #E3FFFA;
|
|
12
|
+
--triplex-next-ColorDarkNeutralAlpha-0-0-14-1: rgba(31, 31, 34, 1);
|
|
13
|
+
--triplex-next-ColorDarkNeutralAlpha-10-0-14-1: rgba(31, 31, 34, .95);
|
|
14
|
+
--triplex-next-ColorDarkNeutralAlpha-20-0-14-1: rgba(31, 31, 34, .85);
|
|
15
|
+
--triplex-next-ColorDarkNeutralAlpha-30-0-14-1: rgba(31, 31, 34, .75);
|
|
16
|
+
--triplex-next-ColorDarkNeutralAlpha-40-0-14-1: rgba(31, 31, 34, .65);
|
|
17
|
+
--triplex-next-ColorDarkNeutralAlpha-50-0-14-1: rgba(31, 31, 34, .55);
|
|
18
|
+
--triplex-next-ColorDarkNeutralAlpha-60-0-14-1: rgba(31, 31, 34, .45);
|
|
19
|
+
--triplex-next-ColorDarkNeutralAlpha-70-0-14-1: rgba(31, 31, 34, .35);
|
|
20
|
+
--triplex-next-ColorDarkNeutralAlpha-80-0-14-1: rgba(31, 31, 34, .25);
|
|
21
|
+
--triplex-next-ColorDarkNeutralAlpha-90-0-14-1: rgba(31, 31, 34, .15);
|
|
22
|
+
--triplex-next-ColorDarkNeutralAlpha-100-0-14-1: rgba(31, 31, 34, .05);
|
|
23
|
+
--triplex-next-ColorDarkNeutral-0-0-14-1: #000000;
|
|
24
|
+
--triplex-next-ColorDarkNeutral-10-0-14-1: #171719;
|
|
25
|
+
--triplex-next-ColorDarkNeutral-20-0-14-1: #1B1B1D;
|
|
26
|
+
--triplex-next-ColorDarkNeutral-30-0-14-1: #1F1F22;
|
|
27
|
+
--triplex-next-ColorDarkNeutral-40-0-14-1: #262629;
|
|
28
|
+
--triplex-next-ColorDarkNeutral-50-0-14-1: #2D2D30;
|
|
29
|
+
--triplex-next-ColorDarkNeutral-60-0-14-1: #343437;
|
|
30
|
+
--triplex-next-ColorDarkNeutral-70-0-14-1: #3B3B3E;
|
|
31
|
+
--triplex-next-ColorDarkNeutral-80-0-14-1: #424245;
|
|
32
|
+
--triplex-next-ColorDarkNeutral-90-0-14-1: #49494C;
|
|
33
|
+
--triplex-next-ColorDarkNeutral-100-0-14-1: #4F4F52;
|
|
34
|
+
--triplex-next-ColorError-0-0-14-1: #443139;
|
|
35
|
+
--triplex-next-ColorError-10-0-14-1: #4E3741;
|
|
36
|
+
--triplex-next-ColorError-20-0-14-1: #A90024;
|
|
37
|
+
--triplex-next-ColorError-30-0-14-1: #BD002C;
|
|
38
|
+
--triplex-next-ColorError-40-0-14-1: #D10032;
|
|
39
|
+
--triplex-next-ColorError-50-0-14-1: #E60037;
|
|
40
|
+
--triplex-next-ColorError-60-0-14-1: #F80C45;
|
|
41
|
+
--triplex-next-ColorError-70-0-14-1: #FF5571;
|
|
42
|
+
--triplex-next-ColorError-80-0-14-1: #FFB1C1;
|
|
43
|
+
--triplex-next-ColorError-90-0-14-1: #FCE0E6;
|
|
44
|
+
--triplex-next-ColorError-100-0-14-1: #FFF0F3;
|
|
45
|
+
--triplex-next-ColorInfo-0-0-14-1: #313749;
|
|
46
|
+
--triplex-next-ColorInfo-10-0-14-1: #2E3A52;
|
|
47
|
+
--triplex-next-ColorInfo-20-0-14-1: #0A43B0;
|
|
48
|
+
--triplex-next-ColorInfo-30-0-14-1: #124FC2;
|
|
49
|
+
--triplex-next-ColorInfo-40-0-14-1: #0E57CC;
|
|
50
|
+
--triplex-next-ColorInfo-50-0-14-1: #1371E4;
|
|
51
|
+
--triplex-next-ColorInfo-60-0-14-1: #1297FE;
|
|
52
|
+
--triplex-next-ColorInfo-70-0-14-1: #66BEFF;
|
|
53
|
+
--triplex-next-ColorInfo-80-0-14-1: #8DD2FF;
|
|
54
|
+
--triplex-next-ColorInfo-90-0-14-1: #B8E6FF;
|
|
55
|
+
--triplex-next-ColorInfo-100-0-14-1: #E3F6FF;
|
|
56
|
+
--triplex-next-ColorNeutralAlpha-0-0-14-1: rgba(255, 255, 255, 1);
|
|
57
|
+
--triplex-next-ColorNeutralAlpha-10-0-14-1: rgba(255, 255, 255, .95);
|
|
58
|
+
--triplex-next-ColorNeutralAlpha-20-0-14-1: rgba(255, 255, 255, .85);
|
|
59
|
+
--triplex-next-ColorNeutralAlpha-30-0-14-1: rgba(255, 255, 255, .75);
|
|
60
|
+
--triplex-next-ColorNeutralAlpha-40-0-14-1: rgba(255, 255, 255, .65);
|
|
61
|
+
--triplex-next-ColorNeutralAlpha-50-0-14-1: rgba(255, 255, 255, .55);
|
|
62
|
+
--triplex-next-ColorNeutralAlpha-60-0-14-1: rgba(255, 255, 255, .45);
|
|
63
|
+
--triplex-next-ColorNeutralAlpha-70-0-14-1: rgba(255, 255, 255, .35);
|
|
64
|
+
--triplex-next-ColorNeutralAlpha-80-0-14-1: rgba(255, 255, 255, .25);
|
|
65
|
+
--triplex-next-ColorNeutralAlpha-90-0-14-1: rgba(255, 255, 255, .15);
|
|
66
|
+
--triplex-next-ColorNeutralAlpha-100-0-14-1: rgba(255, 255, 255, .05);
|
|
67
|
+
--triplex-next-ColorNeutral-0-0-14-1: #CBCFD7;
|
|
68
|
+
--triplex-next-ColorNeutral-10-0-14-1: #D1D4DC;
|
|
69
|
+
--triplex-next-ColorNeutral-20-0-14-1: #D6D9E0;
|
|
70
|
+
--triplex-next-ColorNeutral-30-0-14-1: #DCDFE4;
|
|
71
|
+
--triplex-next-ColorNeutral-40-0-14-1: #DFE2E7;
|
|
72
|
+
--triplex-next-ColorNeutral-50-0-14-1: #E3E6EA;
|
|
73
|
+
--triplex-next-ColorNeutral-60-0-14-1: #E7E9EE;
|
|
74
|
+
--triplex-next-ColorNeutral-70-0-14-1: #EAEDF1;
|
|
75
|
+
--triplex-next-ColorNeutral-80-0-14-1: #EEF0F4;
|
|
76
|
+
--triplex-next-ColorNeutral-90-0-14-1: #F2F4F7;
|
|
77
|
+
--triplex-next-ColorNeutral-100-0-14-1: #FFFFFF;
|
|
78
|
+
--triplex-next-ColorSuccess-0-0-14-1: #28433E;
|
|
79
|
+
--triplex-next-ColorSuccess-10-0-14-1: #2A4C45;
|
|
80
|
+
--triplex-next-ColorSuccess-20-0-14-1: #00624C;
|
|
81
|
+
--triplex-next-ColorSuccess-30-0-14-1: #007353;
|
|
82
|
+
--triplex-next-ColorSuccess-40-0-14-1: #008B5C;
|
|
83
|
+
--triplex-next-ColorSuccess-50-0-14-1: #00C075;
|
|
84
|
+
--triplex-next-ColorSuccess-60-0-14-1: #00D67D;
|
|
85
|
+
--triplex-next-ColorSuccess-70-0-14-1: #3AF299;
|
|
86
|
+
--triplex-next-ColorSuccess-80-0-14-1: #8AFFB8;
|
|
87
|
+
--triplex-next-ColorSuccess-90-0-14-1: #B8FFD4;
|
|
88
|
+
--triplex-next-ColorSuccess-100-0-14-1: #E1FFEB;
|
|
89
|
+
--triplex-next-ColorSystem-0-0-14-1: #373C49;
|
|
90
|
+
--triplex-next-ColorSystem-10-0-14-1: #384156;
|
|
91
|
+
--triplex-next-ColorSystem-20-0-14-1: #47526D;
|
|
92
|
+
--triplex-next-ColorSystem-30-0-14-1: #57637F;
|
|
93
|
+
--triplex-next-ColorSystem-40-0-14-1: #697591;
|
|
94
|
+
--triplex-next-ColorSystem-50-0-14-1: #8291B3;
|
|
95
|
+
--triplex-next-ColorSystem-60-0-14-1: #95A3C1;
|
|
96
|
+
--triplex-next-ColorSystem-70-0-14-1: #A9B6D0;
|
|
97
|
+
--triplex-next-ColorSystem-80-0-14-1: #BFCADF;
|
|
98
|
+
--triplex-next-ColorSystem-90-0-14-1: #D6DEED;
|
|
99
|
+
--triplex-next-ColorSystem-100-0-14-1: #EEF3FC;
|
|
100
|
+
--triplex-next-ColorWarning-0-0-14-1: #463734;
|
|
101
|
+
--triplex-next-ColorWarning-10-0-14-1: #4F3E3B;
|
|
102
|
+
--triplex-next-ColorWarning-20-0-14-1: #E03400;
|
|
103
|
+
--triplex-next-ColorWarning-30-0-14-1: #E63D00;
|
|
104
|
+
--triplex-next-ColorWarning-40-0-14-1: #EF4C01;
|
|
105
|
+
--triplex-next-ColorWarning-50-0-14-1: #FD6508;
|
|
106
|
+
--triplex-next-ColorWarning-60-0-14-1: #FF7A17;
|
|
107
|
+
--triplex-next-ColorWarning-70-0-14-1: #FFB13B;
|
|
108
|
+
--triplex-next-ColorWarning-80-0-14-1: #FFD169;
|
|
109
|
+
--triplex-next-ColorWarning-90-0-14-1: #FCEAC7;
|
|
110
|
+
--triplex-next-ColorWarning-100-0-14-1: #FFF4DB;
|
|
111
|
+
--triplex-next-AlertContext-Error_Color-0-14-1: #D10032;
|
|
112
|
+
--triplex-next-AlertContext-Info_Color-0-14-1: rgba(31, 31, 34, 1);
|
|
113
|
+
--triplex-next-AlertContext-System_Color-0-14-1: rgba(31, 31, 34, 1);
|
|
114
|
+
--triplex-next-AlertContext-Warning_Color-0-14-1: rgba(31, 31, 34, 1);
|
|
115
|
+
--triplex-next-AlertProcess-Info_Background-0-14-1: #E3F6FF;
|
|
116
|
+
--triplex-next-AlertProcess-Warning_Background-0-14-1: #FFF4DB;
|
|
117
|
+
--triplex-next-AlertProcess-Error_Background-0-14-1: #FFF0F3;
|
|
118
|
+
--triplex-next-AlertProcess-System_Background-0-14-1: #EEF3FC;
|
|
119
|
+
--triplex-next-AlertProcess-Feature_Background-0-14-1: #E3FFFA;
|
|
120
|
+
--triplex-next-Avatar-Background-0-14-1: #E3E6EA;
|
|
121
|
+
--triplex-next-Button-General_Background_Active-0-14-1: #007777;
|
|
122
|
+
--triplex-next-Button-General_Background_Default-0-14-1: #21A19A;
|
|
123
|
+
--triplex-next-Button-General_Background_Disabled-0-14-1: #F2F4F7;
|
|
124
|
+
--triplex-next-Button-General_Background_Hover-0-14-1: #19BDB0;
|
|
125
|
+
--triplex-next-Button-General_Color_Active-0-14-1: rgba(255, 255, 255, 1);
|
|
126
|
+
--triplex-next-Button-General_Color_Default-0-14-1: rgba(255, 255, 255, 1);
|
|
127
|
+
--triplex-next-Button-General_Color_Disabled-0-14-1: rgba(31, 31, 34, .35);
|
|
128
|
+
--triplex-next-Button-General_Color_Hover-0-14-1: rgba(255, 255, 255, 1);
|
|
129
|
+
--triplex-next-Button-General_Shadow_Focus-0-14-1: 0 0 0 1px #FFD169 inset;
|
|
130
|
+
--triplex-next-Button-Secondary_Background_Active-0-14-1: #DCDFE4;
|
|
131
|
+
--triplex-next-Button-Secondary_Background_Default-0-14-1: #F2F4F7;
|
|
132
|
+
--triplex-next-Button-Secondary_Background_Disabled-0-14-1: #F2F4F7;
|
|
133
|
+
--triplex-next-Button-Secondary_Background_Hover-0-14-1: #EAEDF1;
|
|
134
|
+
--triplex-next-Button-Secondary_Color_Active-0-14-1: #007777;
|
|
135
|
+
--triplex-next-Button-Secondary_Color_Default-0-14-1: #008985;
|
|
136
|
+
--triplex-next-Button-Secondary_Color_Disabled-0-14-1: rgba(31, 31, 34, .35);
|
|
137
|
+
--triplex-next-Button-Secondary_Color_Hover-0-14-1: #21A19A;
|
|
138
|
+
--triplex-next-Button-Secondary_Shadow_Focus-0-14-1: 0 0 0 1px #FFD169 inset;
|
|
139
|
+
--triplex-next-Button-SecondaryLight_Background_Active-0-14-1: #DFE2E7;
|
|
140
|
+
--triplex-next-Button-SecondaryLight_Background_Default-0-14-1: #FFFFFF;
|
|
141
|
+
--triplex-next-Button-SecondaryLight_Background_Disabled-0-14-1: #F2F4F7;
|
|
142
|
+
--triplex-next-Button-SecondaryLight_Background_Hover-0-14-1: #EEF0F4;
|
|
143
|
+
--triplex-next-Button-SecondaryLight_Color_Active-0-14-1: #007777;
|
|
144
|
+
--triplex-next-Button-SecondaryLight_Color_Default-0-14-1: #008985;
|
|
145
|
+
--triplex-next-Button-SecondaryLight_Color_Disabled-0-14-1: rgba(31, 31, 34, .35);
|
|
146
|
+
--triplex-next-Button-SecondaryLight_Color_Hover-0-14-1: #21A19A;
|
|
147
|
+
--triplex-next-Button-SecondaryLight_Shadow_Focus-0-14-1: 0 0 0 1px #FFD169 inset;
|
|
148
|
+
--triplex-next-Button-Danger_Background_Active-0-14-1: #BD002C;
|
|
149
|
+
--triplex-next-Button-Danger_Background_Default-0-14-1: #E60037;
|
|
150
|
+
--triplex-next-Button-Danger_Background_Disabled-0-14-1: #F2F4F7;
|
|
151
|
+
--triplex-next-Button-Danger_Background_Hover-0-14-1: #F80C45;
|
|
152
|
+
--triplex-next-Button-Danger_Color_Active-0-14-1: rgba(255, 255, 255, 1);
|
|
153
|
+
--triplex-next-Button-Danger_Color_Default-0-14-1: rgba(255, 255, 255, 1);
|
|
154
|
+
--triplex-next-Button-Danger_Color_Disabled-0-14-1: rgba(31, 31, 34, .35);
|
|
155
|
+
--triplex-next-Button-Danger_Color_Hover-0-14-1: rgba(255, 255, 255, 1);
|
|
156
|
+
--triplex-next-Button-Danger_Shadow_Focus-0-14-1: 0 0 0 1px #FFD169 inset;
|
|
157
|
+
--triplex-next-Button-Icon_Shadow_Focus-0-14-1: 0 0 0 1px #FFD169;
|
|
158
|
+
--triplex-next-Button-Link_Color_Active-0-14-1: #007777;
|
|
159
|
+
--triplex-next-Button-Link_Color_Default-0-14-1: #008985;
|
|
160
|
+
--triplex-next-Button-Link_Color_Disabled-0-14-1: rgba(31, 31, 34, .35);
|
|
161
|
+
--triplex-next-Button-Link_Color_Hover-0-14-1: #21A19A;
|
|
162
|
+
--triplex-next-Button-Link_Shadow_Focus-0-14-1: 0 0 0 1px #FFD169 inset;
|
|
163
|
+
--triplex-next-Calendar-Background_Shadow-0-14-1: 0 2px 7px 0 rgba(31, 31, 34, 0.25);
|
|
164
|
+
--triplex-next-Calendar-View_Header_Color-0-14-1: rgba(31, 31, 34, .55);
|
|
165
|
+
--triplex-next-Calendar-View_Item_Background_Default-0-14-1: none;
|
|
166
|
+
--triplex-next-Calendar-View_Item_Background_Hover-0-14-1: #19BDB0;
|
|
167
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Default-0-14-1: #21A19A;
|
|
168
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-14-1: #007777;
|
|
169
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-14-1: #E3FFFA;
|
|
170
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-14-1: #A8F5E9;
|
|
171
|
+
--triplex-next-Calendar-View_Item_BorderColor_Default-0-14-1: transparent;
|
|
172
|
+
--triplex-next-Calendar-View_Item_BorderColor_Focus-0-14-1: #FFD169;
|
|
173
|
+
--triplex-next-Calendar-View_Item_Color_Default-0-14-1: rgba(31, 31, 34, 1);
|
|
174
|
+
--triplex-next-Calendar-View_Item_Color_Hover-0-14-1: rgba(255, 255, 255, 1);
|
|
175
|
+
--triplex-next-Calendar-View_Item_Color_Disabled-0-14-1: rgba(31, 31, 34, .35);
|
|
176
|
+
--triplex-next-Calendar-View_Item_Color_Muted-0-14-1: rgba(31, 31, 34, .35);
|
|
177
|
+
--triplex-next-Calendar-View_Item_Color_Selected-0-14-1: rgba(255, 255, 255, 1);
|
|
178
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-14-1: rgba(31, 31, 34, .35);
|
|
179
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-14-1: rgba(31, 31, 34, .35);
|
|
180
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-14-1: rgba(31, 31, 34, .35);
|
|
181
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-14-1: rgba(31, 31, 34, .35);
|
|
182
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-14-1: rgba(31, 31, 34, .35);
|
|
183
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-14-1: #00C075;
|
|
184
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-14-1: #00C075;
|
|
185
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-14-1: #00C075;
|
|
186
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-14-1: #FD6508;
|
|
187
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-14-1: #FD6508;
|
|
188
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-14-1: #FD6508;
|
|
189
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-14-1: #E60037;
|
|
190
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-14-1: #E60037;
|
|
191
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-14-1: #E60037;
|
|
192
|
+
--triplex-next-Card-Static_General_Background-0-14-1: #FFFFFF;
|
|
193
|
+
--triplex-next-Card-Static_Secondary_Background-0-14-1: #F2F4F7;
|
|
194
|
+
--triplex-next-Card-Action_General_Background-0-14-1: #FFFFFF;
|
|
195
|
+
--triplex-next-Card-Action_General_Background_Hover-0-14-1: #FFFFFF;
|
|
196
|
+
--triplex-next-Card-Action_General_Background_Selected-0-14-1: #F2F4F7;
|
|
197
|
+
--triplex-next-Card-Action_General_Background_Selected_Hover-0-14-1: #F2F4F7;
|
|
198
|
+
--triplex-next-Card-Action_Secondary_Background-0-14-1: #F2F4F7;
|
|
199
|
+
--triplex-next-Card-Action_Secondary_Background_Hover-0-14-1: #EAEDF1;
|
|
200
|
+
--triplex-next-Card-Action_Secondary_Background_Selected-0-14-1: #E3E6EA;
|
|
201
|
+
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-14-1: #DCDFE4;
|
|
202
|
+
--triplex-next-Card-Shadow_Default-0-14-1: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
|
|
203
|
+
--triplex-next-Card-Shadow_Focus-0-14-1: inset 0 0 0 1px #FFD169;
|
|
204
|
+
--triplex-next-Card-Shadow_Hover-0-14-1: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
|
|
205
|
+
--triplex-next-Card-Shadow_Selected-0-14-1: inset 0 0 0 1px #21A19A;
|
|
206
|
+
--triplex-next-Card-Shadow_Selected_Hover-0-14-1: inset 0 0 0 1px #19BDB0;
|
|
207
|
+
--triplex-next-Checkbox-Background_Checked_Default-0-14-1: #21A19A;
|
|
208
|
+
--triplex-next-Checkbox-Background_Checked_Disabled-0-14-1: #EAEDF1;
|
|
209
|
+
--triplex-next-Checkbox-Background_Checked_Hover-0-14-1: #007777;
|
|
210
|
+
--triplex-next-Checkbox-Background_Default-0-14-1: #F2F4F7;
|
|
211
|
+
--triplex-next-Checkbox-Background_Disabled-0-14-1: #F2F4F7;
|
|
212
|
+
--triplex-next-Checkbox-Background_Hover-0-14-1: #19BDB0;
|
|
213
|
+
--triplex-next-Checkbox-BorderColor_Default-0-14-1: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
214
|
+
--triplex-next-Checkbox-BorderColor_Disabled-0-14-1: 0 0 0 1px #E3E6EA inset;
|
|
215
|
+
--triplex-next-Checkbox-BorderColor_Focus-0-14-1: 0 0 0 1px #FFD169 inset;
|
|
216
|
+
--triplex-next-Checkbox-BorderColor_Hover-0-14-1: none;
|
|
217
|
+
--triplex-next-Checkbox-BorderColor_Checked_Default-0-14-1: none;
|
|
218
|
+
--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-14-1: none;
|
|
219
|
+
--triplex-next-Checkbox-Checkmark_Fill_Default-0-14-1: rgba(255, 255, 255, 1);
|
|
220
|
+
--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-14-1: rgba(31, 31, 34, .15);
|
|
221
|
+
--triplex-next-Chip-Background_Active-0-14-1: #DFE2E7;
|
|
222
|
+
--triplex-next-Chip-Background_Default-0-14-1: #F2F4F7;
|
|
223
|
+
--triplex-next-Chip-Background_Disabled-0-14-1: #F2F4F7;
|
|
224
|
+
--triplex-next-Chip-Background_Hover-0-14-1: #EAEDF1;
|
|
225
|
+
--triplex-next-Chip-Background_Selected_Active-0-14-1: #4F4F52;
|
|
226
|
+
--triplex-next-Chip-Background_Selected_Default-0-14-1: #3B3B3E;
|
|
227
|
+
--triplex-next-Chip-Background_Selected_Disabled-0-14-1: #343437;
|
|
228
|
+
--triplex-next-Chip-Background_Selected_Hover-0-14-1: #49494C;
|
|
229
|
+
--triplex-next-Chip-Color_Active-0-14-1: rgba(31, 31, 34, 1);
|
|
230
|
+
--triplex-next-Chip-Color_Default-0-14-1: rgba(31, 31, 34, 1);
|
|
231
|
+
--triplex-next-Chip-Color_Disabled-0-14-1: rgba(31, 31, 34, .35);
|
|
232
|
+
--triplex-next-Chip-Color_Hover-0-14-1: rgba(31, 31, 34, 1);
|
|
233
|
+
--triplex-next-Chip-Color_Selected_Active-0-14-1: rgba(255, 255, 255, 1);
|
|
234
|
+
--triplex-next-Chip-Color_Selected_Default-0-14-1: rgba(255, 255, 255, 1);
|
|
235
|
+
--triplex-next-Chip-Color_Selected_Disabled-0-14-1: rgba(255, 255, 255, .25);
|
|
236
|
+
--triplex-next-Chip-Color_Selected_Hover-0-14-1: rgba(255, 255, 255, 1);
|
|
237
|
+
--triplex-next-Chip-Shadow_Focus-0-14-1: 0 0 0 1px #FFD169 inset;
|
|
238
|
+
--triplex-next-Divider-Background-0-14-1: #D6D9E0;
|
|
239
|
+
--triplex-next-Dropdown-Background-0-14-1: #FFFFFF;
|
|
240
|
+
--triplex-next-Dropdown-Shadow-0-14-1: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
241
|
+
--triplex-next-DropdownList-Background_Active-0-14-1: #EAEDF1;
|
|
242
|
+
--triplex-next-DropdownList-Background_Default-0-14-1: none;
|
|
243
|
+
--triplex-next-DropdownList-Background_Selected-0-14-1: #DCDFE4;
|
|
244
|
+
--triplex-next-DropdownList-Color-0-14-1: rgba(31, 31, 34, 1);
|
|
245
|
+
--triplex-next-DropdownMobile-Backdrop-0-14-1: rgba(31, 31, 34, .65);
|
|
246
|
+
--triplex-next-DropdownMobile-Border_Color-0-14-1: #D6D9E0;
|
|
247
|
+
--triplex-next-DropdownMobile-Content_Background-0-14-1: #FFFFFF;
|
|
248
|
+
--triplex-next-DropdownMobile-Footer_Background-0-14-1: #FFFFFF;
|
|
249
|
+
--triplex-next-DropdownMobile-Header_Background-0-14-1: #F2F4F7;
|
|
250
|
+
--triplex-next-DropdownMobileList-Active_Background-0-14-1: #F2F4F7;
|
|
251
|
+
--triplex-next-DropdownMobileList-Selected_Background-0-14-1: #DCDFE4;
|
|
252
|
+
--triplex-next-FooterPage-StickyShadow-0-14-1: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
253
|
+
--triplex-next-FormField-Background_Active-0-14-1: #F2F4F7;
|
|
254
|
+
--triplex-next-FormField-Background_Default-0-14-1: #F2F4F7;
|
|
255
|
+
--triplex-next-FormField-Background_Disabled-0-14-1: #F2F4F7;
|
|
256
|
+
--triplex-next-FormField-Background_Error-0-14-1: #FFF0F3;
|
|
257
|
+
--triplex-next-FormField-Background_Error_Hover-0-14-1: #FCE0E6;
|
|
258
|
+
--triplex-next-FormField-Background_Hover-0-14-1: #EAEDF1;
|
|
259
|
+
--triplex-next-FormField-Background_Warning-0-14-1: #FFF4DB;
|
|
260
|
+
--triplex-next-FormField-Background_Warning_Hover-0-14-1: #FCEAC7;
|
|
261
|
+
--triplex-next-FormField-Input_Color_Default-0-14-1: rgba(31, 31, 34, 1);
|
|
262
|
+
--triplex-next-FormField-Input_Color_Disabled-0-14-1: rgba(31, 31, 34, .35);
|
|
263
|
+
--triplex-next-FormField-Target_Color_Default-0-14-1: rgba(31, 31, 34, 1);
|
|
264
|
+
--triplex-next-FormField-Target_Color_Disabled-0-14-1: rgba(31, 31, 34, .45);
|
|
265
|
+
--triplex-next-FormField-Target_PlaceholderColor_Default-0-14-1: rgba(31, 31, 34, .65);
|
|
266
|
+
--triplex-next-FormField-Label_Color_Default-0-14-1: rgba(31, 31, 34, .65);
|
|
267
|
+
--triplex-next-FormField-Label_Color_Disabled-0-14-1: rgba(31, 31, 34, .35);
|
|
268
|
+
--triplex-next-FormField-Shadow_Active-0-14-1: 0 0 0 1px #21A19A inset;
|
|
269
|
+
--triplex-next-FormField-Shadow_Default-0-14-1: none;
|
|
270
|
+
--triplex-next-FormField-Shadow_Error_Active-0-14-1: 0 0 0 1px #E60037 inset;
|
|
271
|
+
--triplex-next-FormField-Shadow_Warning_Active-0-14-1: 0 0 0 1px #FD6508 inset;
|
|
272
|
+
--triplex-next-FormField-Placeholder_Color-0-14-1: rgba(31, 31, 34, .65);
|
|
273
|
+
--triplex-next-HeaderPage-StickyShadow-0-14-1: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
274
|
+
--triplex-next-Island-Type1_Background-0-14-1: #FFFFFF;
|
|
275
|
+
--triplex-next-Island-Type2_Background-0-14-1: rgba(255, 255, 255, .35);
|
|
276
|
+
--triplex-next-Island-Type3_Background-0-14-1: #F2F4F7;
|
|
277
|
+
--triplex-next-Island-Type1_Shadow-0-14-1: none;
|
|
278
|
+
--triplex-next-Island-Type2_Shadow-0-14-1: 0 0 0 1px #FFFFFF inset;
|
|
279
|
+
--triplex-next-Island-Type3_Shadow-0-14-1: none;
|
|
280
|
+
--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-14-1: #DCDFE4;
|
|
281
|
+
--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-14-1: rgba(31, 31, 34, .05);
|
|
282
|
+
--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-14-1: #DCDFE4;
|
|
283
|
+
--triplex-next-IslandAccordion-Shadow_Focus-0-14-1: 0 0 0 1px #FFD169 inset;
|
|
284
|
+
--triplex-next-IslandWidget-ExtraFooter_Background-0-14-1: #FFFFFF;
|
|
285
|
+
--triplex-next-IslandWidget-ExtraFooter_Shadow-0-14-1: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
|
|
286
|
+
--triplex-next-LightBox-Backdrop_Background-0-14-1: rgba(31, 31, 34, .75);
|
|
287
|
+
--triplex-next-LightBox-Content_Background-0-14-1: #EAEDF1;
|
|
288
|
+
--triplex-next-Link-BorderColor_Focus-0-14-1: 0 0 0 1px #FFD169 inset;
|
|
289
|
+
--triplex-next-Link-Text_Color_Active-0-14-1: #007777;
|
|
290
|
+
--triplex-next-Link-Text_Color_Default-0-14-1: #008985;
|
|
291
|
+
--triplex-next-Link-Text_Color_Hover-0-14-1: #21A19A;
|
|
292
|
+
--triplex-next-ListItem-Background-0-14-1: #FFFFFF;
|
|
293
|
+
--triplex-next-ListItem-Background_Dragging-0-14-1: #FFFFFF;
|
|
294
|
+
--triplex-next-ListItem-Background_Selected-0-14-1: #F2F4F7;
|
|
295
|
+
--triplex-next-ListItem-Shadow-0-14-1: 0 2px 7px rgba(31, 31, 34, 0.25);
|
|
296
|
+
--triplex-next-ListItemControlsButton-Background_Active-0-14-1: #DCDFE4;
|
|
297
|
+
--triplex-next-ListItemControlsButton-Background_Default-0-14-1: #F2F4F7;
|
|
298
|
+
--triplex-next-ListItemControlsButton-Background_Hover-0-14-1: #EAEDF1;
|
|
299
|
+
--triplex-next-ListItemControlsButton-Color_Active-0-14-1: #007777;
|
|
300
|
+
--triplex-next-ListItemControlsButton-Color_Default-0-14-1: #008985;
|
|
301
|
+
--triplex-next-ListItemControlsButton-Color_Hover-0-14-1: #21A19A;
|
|
302
|
+
--triplex-next-ListMaster-Background-0-14-1: #FFFFFF;
|
|
303
|
+
--triplex-next-ListMaster-Footer_Background-0-14-1: #DCDFE4;
|
|
304
|
+
--triplex-next-ListMaster-Footer_Color-0-14-1: #EAEDF1;
|
|
305
|
+
--triplex-next-ListMaster-Header_Background-0-14-1: #DCDFE4;
|
|
306
|
+
--triplex-next-ListMaster-Header_Color-0-14-1: #EAEDF1;
|
|
307
|
+
--triplex-next-Loader-Element_Background_Brand-0-14-1: #21A19A;
|
|
308
|
+
--triplex-next-Loader-Element_Background_Neutral-0-14-1: rgba(255, 255, 255, 1);
|
|
309
|
+
--triplex-next-Loader-Middle_Background_Default-0-14-1: #EEF0F4;
|
|
310
|
+
--triplex-next-LoaderScreen-Small_Backdrop_Default-0-14-1: rgba(255, 255, 255, .75);
|
|
311
|
+
--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-14-1: rgba(255, 255, 255, .75);
|
|
312
|
+
--triplex-next-LoaderScreen-Middle_Background_Default-0-14-1: #EEF0F4;
|
|
313
|
+
--triplex-next-Marker-Background_Error-0-14-1: #E60037;
|
|
314
|
+
--triplex-next-Marker-Background_Success-0-14-1: #21A19A;
|
|
315
|
+
--triplex-next-Marker-Background_Waiting-0-14-1: #8291B3;
|
|
316
|
+
--triplex-next-Marker-Background_Warning-0-14-1: #FD6508;
|
|
317
|
+
--triplex-next-MarkerStatus-Description_Color-0-14-1: rgba(0, 0, 0, 0.55);
|
|
318
|
+
--triplex-next-ModalWindow-Background-0-14-1: #EAEDF1;
|
|
319
|
+
--triplex-next-ModalWindow-Backdrop_Background-0-14-1: rgba(79, 79, 82, .5);
|
|
320
|
+
--triplex-next-MultiselectField-Divider_Color-0-14-1: #D6D9E0;
|
|
321
|
+
--triplex-next-Notification-Background-0-14-1: #FFFFFF;
|
|
322
|
+
--triplex-next-Notification-Color-0-14-1: #1F1F22;
|
|
323
|
+
--triplex-next-Notification-TimeColor-0-14-1: rgba(31, 31, 34, 0.65);
|
|
324
|
+
--triplex-next-Notification-Shadow-0-14-1: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
325
|
+
--triplex-next-Overlay-Background-0-14-1: rgba(255, 255, 255, .8);
|
|
326
|
+
--triplex-next-Overlay-Panel_Background-0-14-1: #FFFFFF;
|
|
327
|
+
--triplex-next-Pagination-PageButton_Background_Active-0-14-1: #E3E6EA;
|
|
328
|
+
--triplex-next-Pagination-PageButton_Background_Hover-0-14-1: #F2F4F7;
|
|
329
|
+
--triplex-next-Pagination-PageButton_Background_Selected-0-14-1: #E3E6EA;
|
|
330
|
+
--triplex-next-Pagination-PageButton_BorderColor_Focus-0-14-1: #FFD169;
|
|
331
|
+
--triplex-next-Pagination-PageButton_Color-0-14-1: rgba(31, 31, 34, 1);
|
|
332
|
+
--triplex-next-Radio-Background_Checked_Default-0-14-1: #21A19A;
|
|
333
|
+
--triplex-next-Radio-Background_Checked_Disabled-0-14-1: #EAEDF1;
|
|
334
|
+
--triplex-next-Radio-Background_Checked_Hover-0-14-1: #007777;
|
|
335
|
+
--triplex-next-Radio-Background_Default-0-14-1: #F2F4F7;
|
|
336
|
+
--triplex-next-Radio-Background_Disabled-0-14-1: #F2F4F7;
|
|
337
|
+
--triplex-next-Radio-Background_Hover-0-14-1: #19BDB0;
|
|
338
|
+
--triplex-next-Radio-BorderColor_Default-0-14-1: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
339
|
+
--triplex-next-Radio-BorderColor_Disabled-0-14-1: 0 0 0 1px #E3E6EA inset;
|
|
340
|
+
--triplex-next-Radio-BorderColor_Focused-0-14-1: 0 0 0 1px #FFD169 inset;
|
|
341
|
+
--triplex-next-Radio-BorderColor_Checked_Default-0-14-1: none;
|
|
342
|
+
--triplex-next-Radio-BorderColor_Checked_Disabled-0-14-1: none;
|
|
343
|
+
--triplex-next-Radio-Dot_Default-0-14-1: rgba(255, 255, 255, 1);
|
|
344
|
+
--triplex-next-Radio-Dot_Disabled-0-14-1: rgba(31, 31, 34, .15);
|
|
345
|
+
--triplex-next-SegmentedControl-General_1_Background-0-14-1: #F2F4F7;
|
|
346
|
+
--triplex-next-SegmentedControl-General_2_Background-0-14-1: #FFFFFF;
|
|
347
|
+
--triplex-next-SegmentedControl-Secondary_1_Background-0-14-1: #F2F4F7;
|
|
348
|
+
--triplex-next-SegmentedControl-Secondary_2_Background-0-14-1: #FFFFFF;
|
|
349
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-14-1: rgba(31, 31, 34, .65);
|
|
350
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-14-1: rgba(31, 31, 34, 1);
|
|
351
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-14-1: rgba(31, 31, 34, .15);
|
|
352
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-14-1: rgba(255, 255, 255, 1);
|
|
353
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-14-1: rgba(255, 255, 255, 1);
|
|
354
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-14-1: rgba(255, 255, 255, .25);
|
|
355
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-14-1: #F2F4F7;
|
|
356
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-14-1: #DFE2E7;
|
|
357
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-14-1: #F2F4F7;
|
|
358
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-14-1: #3B3B3E;
|
|
359
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-14-1: #49494C;
|
|
360
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-14-1: #343437;
|
|
361
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-14-1: rgba(31, 31, 34, .65);
|
|
362
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-14-1: rgba(31, 31, 34, 1);
|
|
363
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-14-1: rgba(31, 31, 34, .15);
|
|
364
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-14-1: rgba(255, 255, 255, 1);
|
|
365
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-14-1: rgba(255, 255, 255, 1);
|
|
366
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-14-1: rgba(255, 255, 255, .25);
|
|
367
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-14-1: #FFFFFF;
|
|
368
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-14-1: #EEF0F4;
|
|
369
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-14-1: #FFFFFF;
|
|
370
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-14-1: #3B3B3E;
|
|
371
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-14-1: #49494C;
|
|
372
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-14-1: #343437;
|
|
373
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-14-1: rgba(31, 31, 34, .65);
|
|
374
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-14-1: rgba(31, 31, 34, 1);
|
|
375
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-14-1: rgba(31, 31, 34, .15);
|
|
376
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-14-1: rgba(31, 31, 34, 1);
|
|
377
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-0-14-1: rgba(31, 31, 34, 1);
|
|
378
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-14-1: rgba(31, 31, 34, .15);
|
|
379
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-14-1: #F2F4F7;
|
|
380
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-14-1: #DFE2E7;
|
|
381
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-14-1: #F2F4F7;
|
|
382
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-14-1: #FFFFFF;
|
|
383
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-0-14-1: #DFE2E7;
|
|
384
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-14-1: #FFFFFF;
|
|
385
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-14-1: rgba(31, 31, 34, .65);
|
|
386
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-14-1: rgba(31, 31, 34, 1);
|
|
387
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-14-1: rgba(31, 31, 34, .15);
|
|
388
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-14-1: rgba(31, 31, 34, 1);
|
|
389
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-0-14-1: rgba(31, 31, 34, 1);
|
|
390
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-14-1: rgba(31, 31, 34, .15);
|
|
391
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-14-1: #FFFFFF;
|
|
392
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-14-1: #EEF0F4;
|
|
393
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-14-1: #FFFFFF;
|
|
394
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-14-1: #E3E6EA;
|
|
395
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-0-14-1: #D6D9E0;
|
|
396
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-14-1: #F2F4F7;
|
|
397
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Default-0-14-1: transparent;
|
|
398
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-14-1: #FFD169;
|
|
399
|
+
--triplex-next-Skeleton-BackgroundColor_Light_Start-0-14-1: #F2F4F7;
|
|
400
|
+
--triplex-next-Skeleton-BackgroundColor_Light_End-0-14-1: #DFE2E7;
|
|
401
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-14-1: rgba(31, 31, 34, .05);
|
|
402
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_End-0-14-1: rgba(31, 31, 34, .15);
|
|
403
|
+
--triplex-next-SmallInput-Background-0-14-1: #F2F4F7;
|
|
404
|
+
--triplex-next-SmallInput-Color-0-14-1: rgba(31, 31, 34, 1);
|
|
405
|
+
--triplex-next-SmallInput-PlaceholderColor-0-14-1: rgba(31, 31, 34, .65);
|
|
406
|
+
--triplex-next-SmallInput-Shadow-0-14-1: 0 0 0 1px rgba(33, 161, 154) inset;
|
|
407
|
+
--triplex-next-SMSField-Refresh_Fill_Empty-0-14-1: rgba(31, 31, 34, .35);
|
|
408
|
+
--triplex-next-SMSField-Refresh_Fill_Full-0-14-1: #008985;
|
|
409
|
+
--triplex-next-SMSField-Refresh_Disabled-0-14-1: rgba(31, 31, 34, .15);
|
|
410
|
+
--triplex-next-SMSField-Submit_Background_Default-0-14-1: rgba(31, 31, 34, .15);
|
|
411
|
+
--triplex-next-SMSField-Submit_Background_Hover-0-14-1: #19BDB0;
|
|
412
|
+
--triplex-next-SMSField-Submit_Background_Active-0-14-1: #21A19A;
|
|
413
|
+
--triplex-next-Slider-Dot_Background_Default-0-14-1: #21A19A;
|
|
414
|
+
--triplex-next-Slider-Dot_Background_Disabled-0-14-1: #F2F4F7;
|
|
415
|
+
--triplex-next-Slider-Dot_Background_Hover-0-14-1: #19BDB0;
|
|
416
|
+
--triplex-next-Slider-Dot_Background_Select-0-14-1: #007777;
|
|
417
|
+
--triplex-next-Slider-Dot_Focus-0-14-1: #FFD169;
|
|
418
|
+
--triplex-next-Slider-Dot_Inner_Background-0-14-1: #FFFFFF;
|
|
419
|
+
--triplex-next-Slider-Dot_Inner_Background_Disabled-0-14-1: rgba(31, 31, 34, .15);
|
|
420
|
+
--triplex-next-Slider-Mark_Dot_Background_Default-0-14-1: #DCDFE4;
|
|
421
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected-0-14-1: #21A19A;
|
|
422
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-14-1: #E7E9EE;
|
|
423
|
+
--triplex-next-Slider-Rail_Background-0-14-1: #DCDFE4;
|
|
424
|
+
--triplex-next-Slider-Rail_Background_Disabled-0-14-1: #DCDFE4;
|
|
425
|
+
--triplex-next-Slider-Tooltip_Background-0-14-1: #1B1B1D;
|
|
426
|
+
--triplex-next-Slider-Tooltip_Color-0-14-1: rgba(255, 255, 255, 1);
|
|
427
|
+
--triplex-next-Slider-Track_Background_Default-0-14-1: #21A19A;
|
|
428
|
+
--triplex-next-Slider-Track_Background_Disabled-0-14-1: #E7E9EE;
|
|
429
|
+
--triplex-next-Slider-Track_Background_Hover-0-14-1: #007777;
|
|
430
|
+
--triplex-next-StatusTracker-Draft_Background-0-14-1: rgba(255, 255, 255, .15);
|
|
431
|
+
--triplex-next-StatusTracker-Warning_Background-0-14-1: #FF7A17;
|
|
432
|
+
--triplex-next-StatusTracker-Waiting_Background-0-14-1: #BFCADF;
|
|
433
|
+
--triplex-next-StatusTracker-Rejected_Background-0-14-1: #FF5571;
|
|
434
|
+
--triplex-next-StatusTracker-Approved_Background-0-14-1: #00D67D;
|
|
435
|
+
--triplex-next-StatusTracker-Waiting_Color-0-14-1: #A9B6D0;
|
|
436
|
+
--triplex-next-StatusTracker-Rejected_Color-0-14-1: #FFB1C1;
|
|
437
|
+
--triplex-next-StatusTracker-Approved_Color-0-14-1: #00D67D;
|
|
438
|
+
--triplex-next-StatusTracker-Border_Color-0-14-1: #FFFFFF;
|
|
439
|
+
--triplex-next-Step-Color_Active-0-14-1: #008985;
|
|
440
|
+
--triplex-next-Step-Color_Default-0-14-1: rgba(31, 31, 34, .65);
|
|
441
|
+
--triplex-next-Step-Color_Disabled-0-14-1: #FFFFFF;
|
|
442
|
+
--triplex-next-Step-Color_Done-0-14-1: #FFFFFF;
|
|
443
|
+
--triplex-next-Step-Color_Error-0-14-1: rgba(255, 255, 255, 1);
|
|
444
|
+
--triplex-next-Step-Color_Warning-0-14-1: rgba(255, 255, 255, 1);
|
|
445
|
+
--triplex-next-Step-Background_Active-0-14-1: #E3FFFA;
|
|
446
|
+
--triplex-next-Step-Background_Default-0-14-1: rgba(31, 31, 34, .05);
|
|
447
|
+
--triplex-next-Step-Background_Disabled-0-14-1: rgba(31, 31, 34, .15);
|
|
448
|
+
--triplex-next-Step-Background_Done-0-14-1: #008985;
|
|
449
|
+
--triplex-next-Step-Background_Error-0-14-1: #D10032;
|
|
450
|
+
--triplex-next-Step-Background_Warning-0-14-1: #EF4C01;
|
|
451
|
+
--triplex-next-Stepper-Step_Background_Default-0-14-1: #F2F4F7;
|
|
452
|
+
--triplex-next-Stepper-Step_Background_Hover-0-14-1: #EAEDF1;
|
|
453
|
+
--triplex-next-Stepper-Step_Background_Disabled-0-14-1: #F2F4F7;
|
|
454
|
+
--triplex-next-Stepper-Step_Background_Error-0-14-1: #FFF0F3;
|
|
455
|
+
--triplex-next-Stepper-Step_Background_Error_Hover-0-14-1: #FCE0E6;
|
|
456
|
+
--triplex-next-Stepper-Step_Background_Warning-0-14-1: #FFF4DB;
|
|
457
|
+
--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-1: #FCEAC7;
|
|
458
|
+
--triplex-next-Stepper-Step_BorderColor_Focus-0-14-1: #FFD169;
|
|
459
|
+
--triplex-next-Stepper-Step_BorderColor_Error-0-14-1: #E60037;
|
|
460
|
+
--triplex-next-Stepper-Step_BorderColor_Warning-0-14-1: #FD6508;
|
|
461
|
+
--triplex-next-Stepper-Step_BorderColor_Success-0-14-1: #21A19A;
|
|
462
|
+
--triplex-next-Stepper-Step_Color_Default-0-14-1: rgba(31, 31, 34, .65);
|
|
463
|
+
--triplex-next-Stepper-Step_Color_Hover-0-14-1: rgba(31, 31, 34, 1);
|
|
464
|
+
--triplex-next-Stepper-Step_Color_Disabled-0-14-1: rgba(31, 31, 34, .35);
|
|
465
|
+
--triplex-next-Stepper-ButtonNext_Background-0-14-1: linear-gradient(to left, #FFFFFF 39.06%, transparent);
|
|
466
|
+
--triplex-next-Stepper-ButtonPrev_Background-0-14-1: linear-gradient(to right, #FFFFFF 39.06%, transparent);
|
|
467
|
+
--triplex-next-Stepper-Background-0-14-1: #FFFFFF;
|
|
468
|
+
--triplex-next-Stepper-Wrapper_Background-0-14-1: linear-gradient(#FFFFFF 64px, transparent 0);
|
|
469
|
+
--triplex-next-Stepper-Wrapper_BoxShadow-0-14-1: 0 10px 15px 0 rgba(228, 232, 235, 0.5);
|
|
470
|
+
--triplex-next-TableBasic-Background_Hover-0-14-1: #E3E6EA;
|
|
471
|
+
--triplex-next-TableBasic-Background_Selected-0-14-1: #DCDFE4;
|
|
472
|
+
--triplex-next-TableBasic-Color-0-14-1: rgba(31, 31, 34, 1);
|
|
473
|
+
--triplex-next-TableBasic-Header_Background-0-14-1: #E7E9EE;
|
|
474
|
+
--triplex-next-TableBasic-TableFooter_Background-0-14-1: #E7E9EE;
|
|
475
|
+
--triplex-next-TableBasic-TableFooter_Highlight-0-14-1: linear-gradient(transparent, #FFFFFF);
|
|
476
|
+
--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-14-1: #D6D9E0;
|
|
477
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-14-1: #FFFFFF;
|
|
478
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-14-1: #EAEDF1;
|
|
479
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-14-1: #FFFFFF;
|
|
480
|
+
--triplex-next-Tabs-Type1_Background-0-14-1: #F2F4F7;
|
|
481
|
+
--triplex-next-Tabs-Type2_Background-0-14-1: #FFFFFF;
|
|
482
|
+
--triplex-next-Tabs-Type1_Tab_Background_Default-0-14-1: #F2F4F7;
|
|
483
|
+
--triplex-next-Tabs-Type2_Tab_Background_Default-0-14-1: #FFFFFF;
|
|
484
|
+
--triplex-next-Tabs-Type1_Tab_Background_Selected-0-14-1: #DCDFE4;
|
|
485
|
+
--triplex-next-Tabs-Type2_Tab_Background_Selected-0-14-1: #E3E6EA;
|
|
486
|
+
--triplex-next-Tabs-Type1_Tab_Background_Hover-0-14-1: #E3E6EA;
|
|
487
|
+
--triplex-next-Tabs-Type2_Tab_Background_Hover-0-14-1: #EEF0F4;
|
|
488
|
+
--triplex-next-Tabs-Type1_Tab_Color_Default-0-14-1: rgba(31, 31, 34, .65);
|
|
489
|
+
--triplex-next-Tabs-Type2_Tab_Color_Default-0-14-1: rgba(31, 31, 34, .65);
|
|
490
|
+
--triplex-next-Tabs-Type1_Tab_Color_Selected-0-14-1: rgba(31, 31, 34, 1);
|
|
491
|
+
--triplex-next-Tabs-Type2_Tab_Color_Selected-0-14-1: rgba(31, 31, 34, 1);
|
|
492
|
+
--triplex-next-Tabs-Type1_Tab_Color_Hover-0-14-1: rgba(31, 31, 34, 1);
|
|
493
|
+
--triplex-next-Tabs-Type2_Tab_Color_Hover-0-14-1: rgba(31, 31, 34, 1);
|
|
494
|
+
--triplex-next-Tabs-Tab_BorderColor_Default-0-14-1: transparent;
|
|
495
|
+
--triplex-next-Tabs-Tab_BorderColor_Focus-0-14-1: #FFD169;
|
|
496
|
+
--triplex-next-Tag-Background-0-14-1: #DFE2E7;
|
|
497
|
+
--triplex-next-TagColor-Background_Default-0-14-1: #EEF3FC;
|
|
498
|
+
--triplex-next-TagColor-Background_Success-0-14-1: #E3FFFA;
|
|
499
|
+
--triplex-next-TagColor-Background_Info-0-14-1: #E3F6FF;
|
|
500
|
+
--triplex-next-TagColor-Background_Warning-0-14-1: #FFF4DB;
|
|
501
|
+
--triplex-next-TagColor-Background_Error-0-14-1: #FFF0F3;
|
|
502
|
+
--triplex-next-TagColor-Text_Color_Default-0-14-1: rgba(31, 31, 34, .75);
|
|
503
|
+
--triplex-next-TabsLine-BorderColor_Active-0-14-1: #21A19A;
|
|
504
|
+
--triplex-next-TabsLine-BorderColor_Hover-0-14-1: #19BDB0;
|
|
505
|
+
--triplex-next-TabsLine-Separator_Color-0-14-1: #D6D9E0;
|
|
506
|
+
--triplex-next-TabsLine-Shadow_Focus-0-14-1: 0 0 0 1px #FFDD64 inset;
|
|
507
|
+
--triplex-next-Tooltip-Background-0-14-1: #1B1B1D;
|
|
508
|
+
--triplex-next-Tooltip-Color-0-14-1: rgba(255, 255, 255, 1);
|
|
509
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Active-0-14-1: #008985;
|
|
510
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Default-0-14-1: #19BDB0;
|
|
511
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-14-1: #4BD9CF;
|
|
512
|
+
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-14-1: 0 0 0 1px #FFD169;
|
|
513
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Active-0-14-1: #007777;
|
|
514
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Default-0-14-1: #008985;
|
|
515
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-14-1: #21A19A;
|
|
516
|
+
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-14-1: 0 0 0 1px #FFDD64;
|
|
517
|
+
--triplex-next-TopOverlay-Background-0-14-1: rgba(31, 31, 34, .55);
|
|
518
|
+
--triplex-next-Typography-Primary_Color-0-14-1: rgba(31, 31, 34, 1);
|
|
519
|
+
--triplex-next-Typography-Complementary_Color-0-14-1: rgba(31, 31, 34, .85);
|
|
520
|
+
--triplex-next-Typography-Secondary_Color-0-14-1: rgba(31, 31, 34, .65);
|
|
521
|
+
--triplex-next-Typography-Tertiary_Color-0-14-1: rgba(31, 31, 34, .55);
|
|
522
|
+
--triplex-next-Typography-Disabled_Color-0-14-1: rgba(31, 31, 34, .35);
|
|
523
|
+
--triplex-next-Typography-Brand_Color-0-14-1: #008985;
|
|
524
|
+
--triplex-next-Typography-Info_Color-0-14-1: #0E57CC;
|
|
525
|
+
--triplex-next-Typography-Success_Color-0-14-1: #008B5C;
|
|
526
|
+
--triplex-next-Typography-Error_Color-0-14-1: #D10032;
|
|
527
|
+
--triplex-next-Typography-Warning_Color-0-14-1: #EF4C01;
|
|
528
|
+
--triplex-next-Typography-System_Color-0-14-1: #697591;
|
|
529
|
+
--triplex-next-UploadZone-Background_Default-0-14-1: #F2F4F7;
|
|
530
|
+
--triplex-next-UploadZone-Background_Hover-0-14-1: #EAEDF1;
|
|
531
|
+
--triplex-next-UploadZone-BorderColor_Default-0-14-1: #2D2D30;
|
|
532
|
+
--triplex-next-UploadZone-DragArea_Background-0-14-1: #F2F4F7;
|
|
533
|
+
--triplex-next-UploadZone-DragArea_BorderColor-0-14-1: #21A19A;}
|
|
534
|
+
.underline__9add38d3{text-decoration:underline}.strikethrough__a08055ec{text-decoration:line-through}.underlineStrikethrough__eb9abb9b{text-decoration:underline line-through}.typography__ba18db29.primary__abc6e784{color:var(--triplex-next-Typography-Primary_Color-0-14-1)}.typography__ba18db29.complementary__d336f455{color:var(--triplex-next-Typography-Complementary_Color-0-14-1)}.typography__ba18db29.secondary__67a74900{color:var(--triplex-next-Typography-Secondary_Color-0-14-1)}.typography__ba18db29.tertiary__4b080e3b{color:var(--triplex-next-Typography-Tertiary_Color-0-14-1)}.typography__ba18db29.disabled__a027698e{color:var(--triplex-next-Typography-Disabled_Color-0-14-1)}.typography__ba18db29.brand__09aa86ef{color:var(--triplex-next-Typography-Brand_Color-0-14-1);-webkit-user-select:none;user-select:none}.typography__ba18db29.info__6feb6ba7{color:var(--triplex-next-Typography-Info_Color-0-14-1)}.typography__ba18db29.success__cfda144b{color:var(--triplex-next-Typography-Success_Color-0-14-1)}.typography__ba18db29.error__07feed5d{color:var(--triplex-next-Typography-Error_Color-0-14-1)}.typography__ba18db29.warning__22c4b7d0{color:var(--triplex-next-Typography-Warning_Color-0-14-1)}.typography__ba18db29.system__3a766288{color:var(--triplex-next-Typography-System_Color-0-14-1)}.typography__ba18db29.compact__a02f140a{line-height:calc(16 / 14)}.title__0606b73c{outline:none}.title__0606b73c.regular__17269fe3{font-family:SBSansDisplay;font-weight:400}.title__0606b73c.semibold__882e4b75{font-family:SBSansDisplaySemibold;font-weight:600}.title__0606b73c.medium__6fb0bc08{font-family:SBSansDisplayMedium;font-weight:500}.title__0606b73c.bold__3671fb57{font-family:SBSansDisplayBold;font-weight:700}.h1__70276b3f,.h2__6d16e965,.h3__2868d2ae{margin:0}.h1__70276b3f{font-size:28px;line-height:36px}.h2__6d16e965{font-size:24px;line-height:32px}.h3__2868d2ae{font-size:20px;line-height:28px}.text__6d4c5a55{outline:none}.text__6d4c5a55.regular__17269fe3{font-family:SBSansText}.text__6d4c5a55.semibold__882e4b75{font-family:SBSansTextSemibold;font-weight:600}.b1__82630052{font-size:18px;line-height:24px}.b2__fdb39805{font-size:16px;line-height:20px}.b3__0a6d0bf1{font-size:14px;line-height:20px}.b3__0a6d0bf1.compact__a02f140a{line-height:16px}.b4__148f6d2f{font-size:12px;line-height:16px}.caption__7eedbffe.regular__17269fe3{font-family:SBSansText}.caption__7eedbffe.semibold__882e4b75{font-family:SBSansTextSemibold;font-weight:600}.c1__34996e70{font-size:10px;line-height:12px}.c2__a2bc3471{font-size:8px;line-height:10px}.d1__8b67ace1{font-size:32px;line-height:40px}.d1__8b67ace1.regular__17269fe3{font-family:SBSansDisplay}.d1__8b67ace1.semibold__882e4b75{font-family:SBSansDisplaySemibold;font-weight:600}.formFieldInput__20f82b76{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-0-14-1)}.formFieldInput__20f82b76:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-14-1)}.formFieldInput__20f82b76::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-14-1);opacity:0;transition:opacity .3s ease-out}.formFieldInput__20f82b76:focus{outline:none}.formFieldInput__20f82b76:focus::placeholder{opacity:1}.formFieldInput__20f82b76:-webkit-autofill{animation-name:autofill-applied-hook__489b226f;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__20f82b76:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__59c1a592;animation-duration:1ms}.formFieldInput__20f82b76.sm__6024f80b{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__20f82b76.md__71d9ec8d{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__20f82b76.lg__67a1e04d{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__489b226f{0%{transform:none}}@keyframes autofill-cancelled-hook__59c1a592{0%{transform:none}}.formField__b4b98094{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__b4b98094.default__587cba61{background:var(--triplex-next-FormField-Background_Default-0-14-1);box-shadow:var(--triplex-next-FormField-Shadow_Default-0-14-1)}.formField__b4b98094:hover{background:var(--triplex-next-FormField-Background_Hover-0-14-1)}.formField__b4b98094.disabled__e741afb1{background:var(--triplex-next-FormField-Background_Disabled-0-14-1)}.formField__b4b98094.active__065e37ce{background:var(--triplex-next-FormField-Background_Active-0-14-1);box-shadow:var(--triplex-next-FormField-Shadow_Active-0-14-1)}.formField__b4b98094.active__065e37ce::placeholder{opacity:1}.formField__b4b98094.error__3159dee4{background:var(--triplex-next-FormField-Background_Error-0-14-1)}.formField__b4b98094.error__3159dee4:hover{background:var(--triplex-next-FormField-Background_Error_Hover-0-14-1)}.formField__b4b98094.error__3159dee4.active__065e37ce{background:var(--triplex-next-FormField-Background_Error-0-14-1);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-0-14-1)}.formField__b4b98094.warning__a0e2e410{background:var(--triplex-next-FormField-Background_Warning-0-14-1)}.formField__b4b98094.warning__a0e2e410:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-0-14-1)}.formField__b4b98094.warning__a0e2e410.active__065e37ce{background:var(--triplex-next-FormField-Background_Warning-0-14-1);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-0-14-1)}.formField__b4b98094.sm__6024f80b{border-radius:6px}.formField__b4b98094.md__71d9ec8d{border-radius:8px}.formField__b4b98094.lg__67a1e04d{border-radius:10px}.formFieldDescription__f4be74ba{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__f4be74ba.withCounter__e74d27f3{display:flex;justify-content:space-between}.formFieldLabel__0a1eb26b{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__0a1eb26b.size-sm__e38e4cfb{top:6px}.formFieldLabel__0a1eb26b.size-md__c398aa65{top:10px}.formFieldLabel__0a1eb26b.size-lg__fa0f795e{top:18px}.formFieldLabel__0a1eb26b.size-lg__fa0f795e.floating__b41be358{top:10px}.formFieldLabelText__bed0a263{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-0-14-1);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__e38e4cfb .formFieldLabelText__bed0a263{font-size:12px;line-height:16px}.size-md__c398aa65 .formFieldLabelText__bed0a263{font-size:14px;line-height:20px}.size-lg__fa0f795e .formFieldLabelText__bed0a263{font-size:16px;line-height:20px}.floating__b41be358 .formFieldLabelText__bed0a263{font-size:12px;line-height:16px}.floating__b41be358.size-sm__e38e4cfb .formFieldLabelText__bed0a263,.floating__b41be358.size-md__c398aa65 .formFieldLabelText__bed0a263{display:none}.disabled__e741afb1 .formFieldLabelText__bed0a263{color:var(--triplex-next-FormField-Label_Color_Disabled-0-14-1)}.formFieldPostfix__318a6ac2{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__37c53a80{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__f2e36b0a{padding-left:4px}.formFieldMaskedInputWrapper__4b608b16{position:relative}.formFieldMaskedInputWrapper__4b608b16 .formFieldMaskedInputPlaceholder__f8e957bb{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__4b608b16 .formFieldMaskedInputPlaceholder__f8e957bb::placeholder{opacity:1}.formFieldMaskedInputWrapper__4b608b16 .formFieldMaskedInputPlaceholder__f8e957bb:disabled{visibility:hidden}.formFieldMaskedInputWrapper__4b608b16.size-sm__e38e4cfb{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__4b608b16.size-sm__e38e4cfb .formFieldMaskedInputPlaceholder__f8e957bb{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__4b608b16.size-md__c398aa65{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__4b608b16.size-md__c398aa65 .formFieldMaskedInputPlaceholder__f8e957bb{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__4b608b16.size-lg__fa0f795e{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__4b608b16.size-lg__fa0f795e .formFieldMaskedInputPlaceholder__f8e957bb{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__4b608b16 .formFieldMaskedInput__6484a7a3{display:block;position:relative;background:none!important}.dropdownDesktop__91257ec6{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-0-14-1);background-color:var(--triplex-next-Dropdown-Background-0-14-1)}.dropdownDesktop-sm__b20d47ca{border-radius:6px}.dropdownDesktop-md__0fa6f37c{border-radius:8px}.dropdownDesktop-lg__e2942366{border-radius:10px}.dropdownDesktopOverflowHidden__88745acf{overflow:hidden}.dropdownMobileWrapper__99426c8d{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__49d7405b{background:var(--triplex-next-DropdownMobile-Backdrop-0-14-1);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__49d7405b.closing__1953d66f{opacity:0}.dropdownMobileBackdrop__49d7405b.opening__5f5bdb1d,.dropdownMobileBackdrop__49d7405b.opened__df79b5d2{opacity:var(--triplex-DropdownMobile-Opacity-0-14-1)}.dropdownMobile__0b56c3cd{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__0b56c3cd.closing__1953d66f{transform:translateY(100%)}.dropdownMobile__0b56c3cd.opening__5f5bdb1d,.dropdownMobile__0b56c3cd.opened__df79b5d2{transform:translateY(0)}.dropdownMobileHeader__087ee3c6{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-0-14-1);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__087ee3c6 .dropdownMobileHeaderContent__bc849b2b{margin-right:28px;min-height:20px}.dropdownMobileContent__7983b2c3{background:var(--triplex-next-DropdownMobile-Content_Background-0-14-1);flex-grow:1;overflow:auto}.dropdownMobileFooter__7b92d7d0{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-0-14-1);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-0-14-1);flex-shrink:1}.dropdownMobileListItem__33cd5e45{padding:16px}.dropdownMobileListItem__33cd5e45.selected__7a0b915c{background:var(--triplex-next-DropdownMobileList-Selected_Background-0-14-1)}.dropdownMobileListItem__33cd5e45:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-0-14-1)}.dropdownMobileListLoader__33fa1dc0{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__4ed8a1fc{overflow:hidden}.controlButtons__cec7c6ab{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__eaf8b877{margin-right:8px}.notificationIcon__1de5793c{width:8px;height:8px;border-radius:50%;background-color:#ffb13b}.dropdownDesktopList__3966fa93{padding:4px;overflow:auto}.dropdownDesktopList__3966fa93.sm__8cc5e593{max-height:156px;font-size:12px;line-height:16px}.dropdownDesktopList__3966fa93.sm__8cc5e593 .dropdownDesktopListItem__594c7e19{padding:6px 8px;border-radius:6px}.dropdownDesktopList__3966fa93.sm__8cc5e593 .dropdownDesktopListLoader__32303cc7{margin:0 auto}.dropdownDesktopList__3966fa93.md__7d643e21{max-height:186px;font-size:14px;line-height:20px}.dropdownDesktopList__3966fa93.md__7d643e21 .dropdownDesktopListItem__594c7e19{padding:7px 8px;border-radius:8px}.dropdownDesktopList__3966fa93.md__7d643e21 .dropdownDesktopListLoader__32303cc7{margin:-2px auto}.dropdownDesktopList__3966fa93.lg__d6a00d17{max-height:256px;font-size:16px;line-height:20px}.dropdownDesktopList__3966fa93.lg__d6a00d17 .dropdownDesktopListItem__594c7e19{padding:14px 8px;border-radius:10px}.dropdownDesktopList__3966fa93.lg__d6a00d17 .dropdownDesktopListLoader__32303cc7{margin:-6px auto}.dropdownDesktopListItem__594c7e19{color:var(--triplex-next-DropdownList-Color-0-14-1);background:var(--triplex-next-DropdownList-Background_Default-0-14-1);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__594c7e19+.dropdownDesktopListItem__594c7e19{margin-top:2px}.dropdownDesktopListItem__594c7e19.active__ed22f585{background:var(--triplex-next-DropdownList-Background_Active-0-14-1);cursor:pointer}.dropdownDesktopListItem__594c7e19.selected__7a0b915c{background:var(--triplex-next-DropdownList-Background_Selected-0-14-1);cursor:default}.notificationIcon__08b50d8c{position:absolute;right:4px;top:4px}.loaderSmall__93dcdb28{display:flex;justify-content:center;align-items:center}.loaderSmall__93dcdb28.sm__01d647c3{width:16px;height:16px;gap:2px}.loaderSmall__93dcdb28.sm__01d647c3 .dot__5d0f3ab6{width:4px;height:4px}.loaderSmall__93dcdb28.md__42c1b1f4{width:24px;height:24px;gap:3px}.loaderSmall__93dcdb28.md__42c1b1f4 .dot__5d0f3ab6{width:6px;height:6px}.loaderSmall__93dcdb28.lg__bc732c2e{width:32px;height:32px;gap:4px}.loaderSmall__93dcdb28.lg__bc732c2e .dot__5d0f3ab6{width:8px;height:8px}.loaderSmall__93dcdb28.neutral__9fe1a680 .dot__5d0f3ab6{background-color:var(--triplex-next-Loader-Element_Background_Neutral-0-14-1)}.loaderSmall__93dcdb28.brand__f9696902 .dot__5d0f3ab6{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-14-1)}.loaderSmall__93dcdb28 .dot__5d0f3ab6{border-radius:50%}.loaderSmall__93dcdb28 .dot1__b03fdcc2{animation:dotCycleSmall__3048fcc0 .9s infinite}.loaderSmall__93dcdb28 .dot2__9be131d4{animation:dotCycleSmall__3048fcc0 .9s infinite .15s}.loaderSmall__93dcdb28 .dot3__933f1138{animation:dotCycleSmall__3048fcc0 .9s infinite .3s}@keyframes dotCycleSmall__3048fcc0{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__7bf367d0{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-0-14-1);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__4dc21fb5{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__4dc21fb5 .dot__5d0f3ab6{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-0-14-1);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__4dc21fb5 .dot1__b03fdcc2{top:0;left:0;animation:dotCycleMiddle__ea341864 3s infinite}.loaderMiddleDots__4dc21fb5 .dot2__9be131d4{right:0;top:0;opacity:.7;animation:dotCycleMiddle__ea341864 3s infinite .74s}.loaderMiddleDots__4dc21fb5 .dot3__933f1138{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__ea341864 3s infinite 1.5s}.loaderMiddleDots__4dc21fb5 .dot4__1059b7a9{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__ea341864 3s infinite 2.25s}.loaderMiddleDots__4dc21fb5 .line__6179fbb1{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-14-1);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__8e2f7504 3s infinite}@keyframes lineCycle__8e2f7504{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__ea341864{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.buttonIcon__992bf8b0{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__992bf8b0:enabled{cursor:pointer}.buttonIcon__992bf8b0.circle__a6d70e00{border-radius:50%}.buttonIcon__992bf8b0.squircle__dbb970c9{border-radius:4px}.buttonIcon__992bf8b0:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-0-14-1)}.dropdownMobileInput__c043e4cc{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-0-14-1);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__c043e4cc::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-14-1);opacity:1}.dropdownMobileInput__c043e4cc::-ms-clear{display:none}.tabsLineWrapper__b3c05d7f[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__b3c05d7f[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__b3c05d7f[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__b3c05d7f[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__b3c05d7f{position:relative}.tabsLineWrapper__b3c05d7f.withSeparator__347a859a:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-0-14-1);bottom:0;left:0;right:0}.tabsLine__bf2dab56{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__bf2dab56:has(.sm__80e49c3c){height:28px}.tabsLine__bf2dab56:has(.md__3d374e73){height:40px}.tabsLine__bf2dab56:has(.lg__aa5131eb){height:56px}.tab__650819f4{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__650819f4.sm__80e49c3c{height:28px;padding-bottom:12px}.tab__650819f4.md__3d374e73{height:40px;padding-top:8px;padding-bottom:12px}.tab__650819f4.lg__aa5131eb{height:56px;padding-top:16px;padding-bottom:20px}.tab__650819f4::-moz-focus-inner{border:none;padding:0}.tab__650819f4:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-0-14-1)}.tab__650819f4.active__e006ddfb{cursor:default}.tab__650819f4: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__650819f4:hover:after,.tab__650819f4:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-0-14-1)}.tab__650819f4.active__e006ddfb:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-0-14-1)}.notificationIcon__5fe13bba{position:absolute;right:6px}.sm__80e49c3c .notificationIcon__5fe13bba{top:0}.md__3d374e73 .notificationIcon__5fe13bba{top:8px}.lg__aa5131eb .notificationIcon__5fe13bba{top:16px}.tabsLineDropdown__e7d3f3d7{display:inline-block}.tabsLineDropdown__e7d3f3d7 .dropdownTarget__acf54ea9.active__e006ddfb{cursor:pointer}.tabsLineDropdown__e7d3f3d7 .dropdownTargetInner__5e38ee9c{display:inline-flex;align-items:center}.tabsLineDropdown__e7d3f3d7 .dropdownTargetCaret__70bac713{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__e7d3f3d7 .dropdownTargetCaret__70bac713.opened__f40d5987{transform:rotate(-180deg)}.tabsLineDropdown__e7d3f3d7 .dropdown__5770187e{right:0;padding:4px}.tabsLineMobileWrapper__9a90b03b{position:relative}.tabsLineMobileWrapper__9a90b03b .tab__650819f4{flex-shrink:0}.tabsLineMobileWrapper__9a90b03b .tab__650819f4:first-child{margin-left:16px}.tabsLineMobileWrapper__9a90b03b .tab__650819f4:last-child{margin-right:16px}.tabsLineMobile__6f0ca569{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__6f0ca569::-webkit-scrollbar{display:none}.label__be462933{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__be462933.sm__340cfc59{min-width:16px;min-height:16px}.label__be462933.sm__340cfc59.nonempty__b99b7561{padding:2px 0 2px 24px}.label__be462933.md__5dff3931{min-height:24px;min-width:24px}.label__be462933.md__5dff3931.nonempty__b99b7561{padding-left:32px;padding-top:2px}.label__be462933.lg__0b2f2e04{min-width:28px;min-height:28px}.label__be462933.lg__0b2f2e04.nonempty__b99b7561{padding-left:40px;padding-top:4px}.label__be462933.disabled__b977b935{cursor:default}.radio__efba817c{margin:0;opacity:0}.radioIcon__31cf6172{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-0-14-1);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-0-14-1)}.radioIcon__31cf6172:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-0-14-1);border-radius:50%;transform:scale(0)}.sm__340cfc59 .radioIcon__31cf6172:after{width:8px;height:8px;top:4px;left:4px}.md__5dff3931 .radioIcon__31cf6172:after{width:12px;height:12px;top:6px;left:6px}.lg__0b2f2e04 .radioIcon__31cf6172:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__31cf6172,.radioIcon__31cf6172:after{pointer-events:none}.radio__efba817c,.radioIcon__31cf6172{position:absolute;left:0;top:0}.sm__340cfc59 .radio__efba817c,.sm__340cfc59 .radioIcon__31cf6172{width:16px;height:16px;top:2px}.md__5dff3931 .radio__efba817c,.md__5dff3931 .radioIcon__31cf6172{width:24px;height:24px}.lg__0b2f2e04 .radio__efba817c,.lg__0b2f2e04 .radioIcon__31cf6172{width:28px;height:28px}.radio__efba817c:enabled{cursor:pointer}.radio__efba817c:checked+.radioIcon__31cf6172{background:var(--triplex-next-Radio-Background_Checked_Default-0-14-1);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-0-14-1)}.radio__efba817c:checked+.radioIcon__31cf6172:after{transform:scale(1);transition:transform .2s ease-out}.radio__efba817c:hover+.radioIcon__31cf6172{background-color:var(--triplex-next-Radio-Background_Hover-0-14-1);box-shadow:none}.radio__efba817c:disabled+.radioIcon__31cf6172{background:var(--triplex-next-Radio-Background_Disabled-0-14-1);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-0-14-1)}.radio__efba817c:disabled:checked+.radioIcon__31cf6172{background:var(--triplex-next-Radio-Background_Checked_Disabled-0-14-1);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-0-14-1)}.radio__efba817c:disabled+.radioIcon__31cf6172:after{background:var(--triplex-next-Radio-Dot_Disabled-0-14-1)}.radio__efba817c:focus-visible+.radioIcon__31cf6172{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-0-14-1)}.radio__efba817c:checked:enabled:hover+.radioIcon__31cf6172{background-color:var(--triplex-next-Radio-Background_Checked_Hover-0-14-1)}.radioXGroup__fc9ddf5f{display:inline-flex;flex-flow:row wrap}.radioXGroup__fc9ddf5f.indent-12__51d730c3{margin-left:-6px;margin-right:-6px}.radioXGroup__fc9ddf5f.indent-12__51d730c3 .label__be462933{margin-left:6px;margin-right:6px}.radioXGroup__fc9ddf5f.indent-16__57cfaf0c{margin-left:-8px;margin-right:-8px}.radioXGroup__fc9ddf5f.indent-16__57cfaf0c .label__be462933{margin-left:8px;margin-right:8px}.radioXGroup__fc9ddf5f.indent-20__cf4ae12f{margin-left:-10px;margin-right:-10px}.radioXGroup__fc9ddf5f.indent-20__cf4ae12f .label__be462933{margin-left:10px;margin-right:10px}.radioXGroup__fc9ddf5f.indent-24__acb52473{margin-left:-12px;margin-right:-12px}.radioXGroup__fc9ddf5f.indent-24__acb52473 .label__be462933{margin-left:12px;margin-right:12px}.radioXGroup__fc9ddf5f.indent-28__34513ae9{margin-left:-14px;margin-right:-14px}.radioXGroup__fc9ddf5f.indent-28__34513ae9 .label__be462933{margin-left:14px;margin-right:14px}.radioXGroup__fc9ddf5f.indent-32__49433fc3{margin-left:-16px;margin-right:-16px}.radioXGroup__fc9ddf5f.indent-32__49433fc3 .label__be462933{margin-left:16px;margin-right:16px}.radioYGroup__a89ae8ef{display:inline-flex;flex-flow:column wrap}.radioYGroup__a89ae8ef .label__be462933.sm__340cfc59+.label__be462933.sm__340cfc59{margin-top:8px}.radioYGroup__a89ae8ef .label__be462933.md__5dff3931+.label__be462933.md__5dff3931{margin-top:16px}.radioYGroup__a89ae8ef .label__be462933.lg__0b2f2e04+.label__be462933.lg__0b2f2e04{margin-top:20px}.notification__5210c158{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-0-14-1);background:var(--triplex-next-Notification-Background-0-14-1);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-0-14-1);z-index:300}.notification__5210c158:first-child{margin-top:0}.notification__5210c158.extraBottomPadding__ec0063a8{padding-bottom:24px}.notification__5210c158 .notificationHeader__db93e3aa{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-0-14-1);width:100%;margin-top:0;margin-bottom:8px}.notification__5210c158 .notificationIcon__cf8e2166{line-height:0}.notification__5210c158 .notificationBody__f0d0db1d{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__5210c158 .notificationBodyList__54dca0a7{margin-top:8px}.notification__5210c158 .notificationBodyContent__bd159304{width:100%;font-size:14px}.notification__5210c158 .notificationClose__007b70f0{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__5210c158.showCloseOnHover__c7413b4a .notificationClose__007b70f0{opacity:0}.notification__5210c158.showCloseOnHover__c7413b4a:hover{cursor:pointer}.notification__5210c158.showCloseOnHover__c7413b4a:hover .notificationClose__007b70f0{opacity:1}.notification__5210c158 .notificationFooter__820de50e{display:flex;align-items:center;margin-top:16px}.notification__5210c158 .notificationFooter__820de50e button+a{margin-left:16px}.notification__5210c158 .notificationTime__54d9c935{font-size:12px;color:var(--triplex-next-Notification-TimeColor-0-14-1);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__85008564{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__85008564:hover{cursor:pointer}.notificationGroupedWrapper__85008564 .notificationGroupedFooterItem__28b53f9e{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-0-14-1);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-0-14-1)}.notificationGroupedWrapper__85008564 .notificationGroupedFooterItem__28b53f9e.first__854e022d{bottom:-8px;z-index:200}.notificationGroupedWrapper__85008564 .notificationGroupedFooterItem__28b53f9e.second__5317e0c0{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__5210c158,.notificationGroupedWrapper__85008564{width:100%}}.unorderedListItem__78af24e4:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__78af24e4+.unorderedListItem__78af24e4{margin-top:8px}.unorderedList__ce9c021f{position:relative;margin:0;padding-left:14px;list-style:none}.button__69fd00ca.general__f283f3bc{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-0-14-1);color:var(--triplex-next-Button-General_Color_Default-0-14-1)}.button__69fd00ca.general__f283f3bc:hover{background:var(--triplex-next-Button-General_Background_Hover-0-14-1);color:var(--triplex-next-Button-General_Color_Hover-0-14-1)}.button__69fd00ca.general__f283f3bc.expanded__bd80a9c1,.button__69fd00ca.general__f283f3bc:active{background:var(--triplex-next-Button-General_Background_Active-0-14-1);color:var(--triplex-next-Button-General_Color_Active-0-14-1)}.button__69fd00ca.general__f283f3bc:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-0-14-1)}.button__69fd00ca.general__f283f3bc:disabled{background:var(--triplex-next-Button-General_Background_Disabled-0-14-1);color:var(--triplex-next-Button-General_Color_Disabled-0-14-1)}.button__69fd00ca.secondary__63922773{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-0-14-1);color:var(--triplex-next-Button-Secondary_Color_Default-0-14-1)}.button__69fd00ca.secondary__63922773:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-0-14-1);color:var(--triplex-next-Button-Secondary_Color_Hover-0-14-1)}.button__69fd00ca.secondary__63922773.expanded__bd80a9c1,.button__69fd00ca.secondary__63922773:active{background:var(--triplex-next-Button-Secondary_Background_Active-0-14-1);color:var(--triplex-next-Button-Secondary_Color_Active-0-14-1)}.button__69fd00ca.secondary__63922773:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-0-14-1)}.button__69fd00ca.secondary__63922773:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-0-14-1);color:var(--triplex-next-Button-Secondary_Color_Disabled-0-14-1)}.button__69fd00ca.secondaryLight__588a2925{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-0-14-1);color:var(--triplex-next-Button-SecondaryLight_Color_Default-0-14-1)}.button__69fd00ca.secondaryLight__588a2925:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-0-14-1);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-0-14-1)}.button__69fd00ca.secondaryLight__588a2925.expanded__bd80a9c1,.button__69fd00ca.secondaryLight__588a2925:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-0-14-1);color:var(--triplex-next-Button-SecondaryLight_Color_Active-0-14-1)}.button__69fd00ca.secondaryLight__588a2925:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-0-14-1)}.button__69fd00ca.secondaryLight__588a2925:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-0-14-1);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-0-14-1)}.button__69fd00ca.danger__f4fec3bd{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-0-14-1);color:var(--triplex-next-Button-Danger_Color_Default-0-14-1)}.button__69fd00ca.danger__f4fec3bd:hover{background:var(--triplex-next-Button-Danger_Background_Hover-0-14-1);color:var(--triplex-next-Button-Danger_Color_Hover-0-14-1)}.button__69fd00ca.danger__f4fec3bd.expanded__bd80a9c1,.button__69fd00ca.danger__f4fec3bd:active{background:var(--triplex-next-Button-Danger_Background_Active-0-14-1);color:var(--triplex-next-Button-Danger_Color_Active-0-14-1)}.button__69fd00ca.danger__f4fec3bd:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-0-14-1)}.button__69fd00ca.danger__f4fec3bd:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-0-14-1);color:var(--triplex-next-Button-Danger_Color_Disabled-0-14-1)}.button__69fd00ca.link__6b3a0780{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-0-14-1);padding:0}.button__69fd00ca.link__6b3a0780.sm__9c5852f3{height:28px;min-width:0px;padding:6px 2px}.button__69fd00ca.link__6b3a0780.md__7fab1235{height:40px;min-width:0px;padding:10px 2px}.button__69fd00ca.link__6b3a0780.lg__fa9f6f72{height:56px;min-width:0px;padding:18px 2px}.button__69fd00ca.link__6b3a0780:hover{color:var(--triplex-next-Button-Link_Color_Hover-0-14-1)}.button__69fd00ca.link__6b3a0780.expanded__bd80a9c1,.button__69fd00ca.link__6b3a0780:active{color:var(--triplex-next-Button-Link_Color_Active-0-14-1)}.button__69fd00ca.link__6b3a0780:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-0-14-1)}.button__69fd00ca.link__6b3a0780:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-0-14-1)}.button__69fd00ca{position:relative;margin:0;vertical-align:top;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__69fd00ca::-moz-focus-inner{border:none;padding:0}.button__69fd00ca.sm__9c5852f3{line-height:16px;font-size:12px}.button__69fd00ca.sm__9c5852f3.general__f283f3bc,.button__69fd00ca.sm__9c5852f3.secondary__63922773,.button__69fd00ca.sm__9c5852f3.secondaryLight__588a2925,.button__69fd00ca.sm__9c5852f3.danger__f4fec3bd{height:28px;min-width:58px;padding:6px 16px;border-radius:6px}.button__69fd00ca.sm__9c5852f3.icon__b3c8f51a{min-height:28px;min-width:28px;padding:4px}.button__69fd00ca.md__7fab1235{line-height:20px;font-size:14px}.button__69fd00ca.md__7fab1235.general__f283f3bc,.button__69fd00ca.md__7fab1235.secondary__63922773,.button__69fd00ca.md__7fab1235.secondaryLight__588a2925,.button__69fd00ca.md__7fab1235.danger__f4fec3bd{height:40px;min-width:72px;padding:10px 20px;border-radius:8px}.button__69fd00ca.md__7fab1235.icon__b3c8f51a{min-height:40px;min-width:40px;padding:10px}.button__69fd00ca.lg__fa9f6f72{line-height:20px;font-size:16px}.button__69fd00ca.lg__fa9f6f72.general__f283f3bc,.button__69fd00ca.lg__fa9f6f72.secondary__63922773,.button__69fd00ca.lg__fa9f6f72.secondaryLight__588a2925,.button__69fd00ca.lg__fa9f6f72.danger__f4fec3bd{height:56px;min-width:84px;padding:18px 24px;border-radius:10px}.button__69fd00ca.lg__fa9f6f72.icon__b3c8f51a{min-height:56px;min-width:56px;padding:12px}.button__69fd00ca:disabled{cursor:default}.button__69fd00ca:disabled *{pointer-events:none}.button__69fd00ca+.button__69fd00ca:not(.block__33bdfb6e){margin-left:12px}.button__69fd00ca .content__4c41bfbe{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__69fd00ca.block__33bdfb6e{display:block;width:100%}.button__69fd00ca.loading__488d1946{pointer-events:none}.button__69fd00ca.loading__488d1946 .content__4c41bfbe{visibility:hidden}.button__69fd00ca .loader__c875c3f5{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__69fd00ca .loader__c875c3f5.hidden__4921dc9f{visibility:hidden}.buttonDropdownExtended__b42cab90{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__b42cab90 .buttonDropdownExtendedBlock__ecd4a841{padding:4px;margin-top:4px;right:0}.buttonDropdown__d3ad9c32.block__33bdfb6e{display:block}.buttonDropdown__d3ad9c32+.button__69fd00ca:not(.block__33bdfb6e),.buttonDropdown__d3ad9c32+.buttonDropdown__d3ad9c32:not(.block__33bdfb6e){margin-left:16px}.buttonDropdown__d3ad9c32 .buttonDropdownTarget__927dffcb .caretIcon__c8947781{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__d3ad9c32 .buttonDropdownTarget__927dffcb.active__ea0c451d .caretIcon__c8947781{transform:rotate(-180deg)}.buttonDropdown__d3ad9c32 .buttonDropdownMenuItem__a83e09e5{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__3a26c35c{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__2c2f8dd2{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__e7ed8403{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__5c38d548{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-0-14-1);width:var(--modalWindow-screen-width, 100%)}.modalWindow__b7c32d10{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__b7c32d10 .modalWindowContentWrapper__2fbb5b63{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__3a26c35c .6s ease}.modalWindow__b7c32d10 .modalWindowContent__64322588{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__b7c32d10 .modalWindowContent__64322588 .modalWindowBody__69abfa9d{box-sizing:border-box;animation:fadeIn__65a1316e .3s ease}@keyframes fadeIn__65a1316e{0%{opacity:0}to{opacity:1}}.modalWindow__b7c32d10 .modalWindowContent__64322588 .spinnerSm__3883e930{display:none}@media (max-width: 767px){.modalWindow__b7c32d10 .modalWindowContent__64322588 .spinner__6aa61cd1{display:none}.modalWindow__b7c32d10 .modalWindowContent__64322588 .spinnerSm__3883e930{display:flex}}.global-modalWindowTransition-exit .modalWindow__b7c32d10 .modalWindowContentWrapper__2fbb5b63{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__2c2f8dd2 .3s ease}.global-modalWindowTransition-exit .modalWindow__b7c32d10 .modalWindowContentWrapper__2fbb5b63 .modalWindowBody__69abfa9d{animation:fadeOut__a5c4d381 .3s ease}@keyframes fadeOut__a5c4d381{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__79d93ae7{position:absolute;left:0;right:0;height:0}.modalWindow__b7c32d10.sm__bae4fdca .modalWindowContentWrapper__2fbb5b63{max-width:480px}.modalWindow__b7c32d10.sm__bae4fdca .modalWindowContent__64322588 .modalWindowBody__69abfa9d{min-height:196px}@media (max-width: 575px){.modalWindow__b7c32d10.sm__bae4fdca .modalWindowContentWrapper__2fbb5b63{max-width:100%}}.modalWindow__b7c32d10.md__ceed0376 .modalWindowContentWrapper__2fbb5b63{max-width:600px}.modalWindow__b7c32d10.md__ceed0376 .modalWindowContent__64322588 .modalWindowBody__69abfa9d{min-height:246px}@media (max-width: 767px){.modalWindow__b7c32d10.md__ceed0376 .modalWindowContentWrapper__2fbb5b63{max-width:100%}}.modalWindow__b7c32d10.lg__b8f2566a .modalWindowContentWrapper__2fbb5b63{max-width:800px}.modalWindow__b7c32d10.lg__b8f2566a .modalWindowContent__64322588 .modalWindowBody__69abfa9d{min-height:396px}@media (max-width: 991px){.modalWindow__b7c32d10.lg__b8f2566a .modalWindowContentWrapper__2fbb5b63{max-width:100%}}.modalWindowContentPage__c869737a{background:var(--triplex-next-ModalWindow-Background-0-14-1);padding:8px!important}.modalWindowContentPage__c869737a,.modalWindowLoaderScreen__3f9b519f{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__c869737a,.modalWindowLoaderScreen__3f9b519f{border-radius:24px}}.islandBody__d8f7da07{display:block}.islandHeader__e80dd11e,.islandFooter__54cd3aac,.island__bd3e1abb{position:relative}.island__bd3e1abb.type1__9a3578dc{background-color:var(--triplex-next-Island-Type1_Background-0-14-1);box-shadow:var(--triplex-next-Island-Type1_Shadow-0-14-1)}.island__bd3e1abb.type2__9adeeeea{background-color:var(--triplex-next-Island-Type2_Background-0-14-1);box-shadow:var(--triplex-next-Island-Type2_Shadow-0-14-1)}.island__bd3e1abb.type3__fd5bbcec{background-color:var(--triplex-next-Island-Type3_Background-0-14-1);box-shadow:var(--triplex-next-Island-Type3_Shadow-0-14-1)}.island__bd3e1abb.sm__a49f5214{border-radius:16px;padding:16px}.island__bd3e1abb.sm__a49f5214 .islandHeader__e80dd11e+.islandBody__d8f7da07,.island__bd3e1abb.sm__a49f5214 .islandHeader__e80dd11e+.islandFooter__54cd3aac,.island__bd3e1abb.sm__a49f5214 .islandBody__d8f7da07+.islandFooter__54cd3aac{margin-top:8px}.island__bd3e1abb.md__828fb135{border-radius:24px;padding:24px}.island__bd3e1abb.md__828fb135 .islandHeader__e80dd11e+.islandBody__d8f7da07,.island__bd3e1abb.md__828fb135 .islandHeader__e80dd11e+.islandFooter__54cd3aac,.island__bd3e1abb.md__828fb135 .islandBody__d8f7da07+.islandFooter__54cd3aac{margin-top:12px}.island__bd3e1abb.lg__8287997a{border-radius:32px;padding:32px}.island__bd3e1abb.lg__8287997a .islandHeader__e80dd11e+.islandBody__d8f7da07,.island__bd3e1abb.lg__8287997a .islandHeader__e80dd11e+.islandFooter__54cd3aac,.island__bd3e1abb.lg__8287997a .islandBody__d8f7da07+.islandFooter__54cd3aac{margin-top:16px}@media (max-width: 767px){.island__bd3e1abb.sm__a49f5214,.island__bd3e1abb.md__828fb135{border-radius:16px;padding:16px}.island__bd3e1abb.lg__8287997a{border-radius:24px;padding:24px}}.modalWindowBody__69abfa9d{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__322ee751{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__322ee751{top:20px;right:20px}}.loaderScreen__e3cce61f{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__e3cce61f.loaderSmallBackdrop__68af638e{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-0-14-1)}.loaderScreen__e3cce61f.loaderMiddleBackdrop__b987ae6b{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-14-1)}.body__1b641074{position:relative;display:flex}.body__1b641074 .bodyInner__9bced19d{position:relative;flex-grow:1;width:100%}.bodyPage__bc1138c2{flex-grow:1}.verticalMargin24__9b731cf5{margin-top:24px;margin-bottom:24px}.verticalMargin16__43e0b4dc{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__9b731cf5{margin-top:16px;margin-bottom:16px}.verticalMargin16__43e0b4dc{margin-top:8px;margin-bottom:8px}}.headerTabs__fb0cc1b5{display:flex;justify-content:space-between}.headerTabs__fb0cc1b5 .headerTabsContent__8b4f5816{flex-grow:1}.headerTabs__fb0cc1b5 .headerTabsControls__76276aac{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__fb0cc1b5{flex-wrap:wrap}.headerTabs__fb0cc1b5 .headerTabsContent__8b4f5816{width:100%}.headerTabs__fb0cc1b5 .headerTabsControls__76276aac{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__fb0cc1b5 .headerTabsControls__76276aac>button{margin-left:16px;margin-top:16px}}.headerTitle__9b8c60c2{display:flex;justify-content:space-between}.headerTitle__9b8c60c2 .headerTitleControls__374e045c{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__37da4369+.headerTitle__9b8c60c2{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__9b8c60c2{flex-wrap:wrap}.headerTitle__9b8c60c2 .headerTitleContent__ad1ce1b5{width:100%}.headerTitle__9b8c60c2 .headerTitleControls__374e045c{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__9b8c60c2 .headerTitleControls__374e045c>button{margin-left:16px;margin-top:16px}}.headerSubheader__7c3f0f19{padding:24px 0}.headerSubheader__7c3f0f19.withoutPaddings__51c98b71{padding:0}.headerLayoutSidebar__9f4bb582{display:flex;justify-content:space-between}.headerLayoutSidebarContent__fdbe3cca{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__c4dd4ca3{display:none}}.page__a5742528{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__a5742528{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__4274027f.sticky__60420f1e{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__4274027f.sticky__60420f1e[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-14-1)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__a6a34cb2.sticky__60420f1e{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__a6a34cb2.sticky__60420f1e[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-14-1)!important}.footerDescription__3751b44d{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__9ca2f8c4{flex-grow:1;margin-right:auto}.footerDescriptionControls__77530fdd{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__3751b44d{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__9ca2f8c4{width:100%}.footerDescriptionControls__77530fdd{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__77530fdd>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__9ca2f8c4+.footerDescriptionControls__77530fdd{margin-top:0}.footer__058500e3{padding:16px 0}}.modalWindowHeader__9c9b8515 .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__9c9b8515 .global-HeaderTitleContent{padding-right:72px}}.list__7091dd3e{margin:0;padding:0;list-style:none;position:relative}.listItemControls__ce5f69ea{display:flex;padding:0 16px 0 4px}.listItemContent__561b6445{background:var(--triplex-next-ListItem-Background-0-14-1);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__561b6445.selected__a36e6e87{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-0-14-1)}.listItemControlsButton__55c62ea9{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-0-14-1);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__55c62ea9:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-0-14-1)}.listItemControlsButton__55c62ea9:hover .listItemControlsButtonLabel__8f93f720{color:var(--triplex-next-ListItemControlsButton-Color_Hover-0-14-1)!important}.listItemControlsButton__55c62ea9.expanded__a00f45b9,.listItemControlsButton__55c62ea9:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-0-14-1)}.listItemControlsButton__55c62ea9.expanded__a00f45b9 .listItemControlsButtonLabel__8f93f720,.listItemControlsButton__55c62ea9:active .listItemControlsButtonLabel__8f93f720{color:var(--triplex-next-ListItemControlsButton-Color_Active-0-14-1)!important}.listItemControlsButton__55c62ea9+.listItemControlsButton__55c62ea9,.listItemControlsButton__55c62ea9+.listItemControlsButtonDropdown__157948b6{margin-left:4px}.listItemControlsButtonIcon__86e59185{line-height:0}.listItemControlsButton__55c62ea9.withText__ea94578f .listItemControlsButtonIcon__86e59185{margin-bottom:8px}.listItemControlsButtonLabel__8f93f720{color:var(--triplex-next-ListItemControlsButton-Color_Default-0-14-1)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__157948b6{display:flex}.listItemControlsButtonInner__51429620{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__55c62ea9.withIcon__04aeb378.withText__ea94578f .listItemControlsButtonInner__51429620{height:44px;overflow:visible}.buttonDropdownMenuItem__d0286869{overflow:hidden;text-overflow:ellipsis}.listEmptyState__de574117{padding:64px 16px 16px;text-align:center}.listItemLoading__4bca125a{height:24px;padding:12px 0;position:relative}.label__fa97282b{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__fa97282b.sm__a12d02cc{min-width:16px;min-height:16px}.label__fa97282b.sm__a12d02cc.nonempty__e0faec82{padding:2px 0 2px 24px}.label__fa97282b.md__68414630{min-width:24px;min-height:24px}.label__fa97282b.md__68414630.nonempty__e0faec82{padding-left:32px;padding-top:2px}.label__fa97282b.lg__2b4e4195{min-width:28px;min-height:28px}.label__fa97282b.lg__2b4e4195.nonempty__e0faec82{padding-left:40px;padding-top:4px}.label__fa97282b.disabled__701faac9{cursor:default}.label__fa97282b[hidden]{display:none}.checkbox__00e20c50{margin:0;opacity:0}.checkboxIcon__d6ae2589{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-0-14-1);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-0-14-1)}.sm__a12d02cc .checkboxIcon__d6ae2589{border-radius:4px}.checkmarkIcon__2dcbe9c7{transform:scale(0)}.checkmarkIcon__2dcbe9c7 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-0-14-1)}.checkboxIcon__d6ae2589,.checkmarkIcon__2dcbe9c7{pointer-events:none}.checkbox__00e20c50,.checkboxIcon__d6ae2589,.checkmarkIcon__2dcbe9c7{position:absolute;left:0;top:0}.sm__a12d02cc .checkbox__00e20c50,.sm__a12d02cc .checkboxIcon__d6ae2589,.sm__a12d02cc .checkmarkIcon__2dcbe9c7{width:16px;height:16px;top:2px}.md__68414630 .checkbox__00e20c50,.md__68414630 .checkboxIcon__d6ae2589,.md__68414630 .checkmarkIcon__2dcbe9c7{width:24px;height:24px}.lg__2b4e4195 .checkbox__00e20c50,.lg__2b4e4195 .checkboxIcon__d6ae2589,.lg__2b4e4195 .checkmarkIcon__2dcbe9c7{width:28px;height:28px}.checkbox__00e20c50:enabled{cursor:pointer}.checkbox__00e20c50:enabled:hover+.checkboxIcon__d6ae2589{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-0-14-1);background-color:var(--triplex-next-Checkbox-Background_Hover-0-14-1)}.checkbox__00e20c50:checked+.checkboxIcon__d6ae2589{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-0-14-1);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-0-14-1)}.checkbox__00e20c50:checked~.checkmarkIcon__2dcbe9c7{transform:scale(1);transition:transform .2s ease-out}.checkbox__00e20c50:disabled+.checkboxIcon__d6ae2589{background-color:var(--triplex-next-Checkbox-Background_Disabled-0-14-1);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-0-14-1)}.checkbox__00e20c50:disabled:checked+.checkboxIcon__d6ae2589{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-0-14-1);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-14-1)}.checkbox__00e20c50:disabled~.checkmarkIcon__2dcbe9c7 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-14-1)}.checkbox__00e20c50:focus-visible+.checkboxIcon__d6ae2589{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-0-14-1)}.checkbox__00e20c50:checked:enabled:hover+.checkboxIcon__d6ae2589{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-0-14-1)}.listItemSelectable__492a8cfd{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-0-14-1);border-radius:8px}.listItemSelectable__492a8cfd.selected__a36e6e87{background:var(--triplex-next-ListItem-Background_Selected-0-14-1)}.checkboxWrapper__05748435{padding:16px;line-height:0}.childrenWrapper__8ee030b2{flex-grow:1}.checkboxLabel__58909da9{padding:0!important;position:relative}.checkboxLabelClickArea__6f4a5a7b{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__264d7dce{position:relative;overflow:hidden}.swipeableArea__264d7dce .content__5c695c0f{position:relative;touch-action:pan-y}.swipeableArea__264d7dce .content__5c695c0f.disableScroll__b7539e67{touch-action:none}.swipeableArea__264d7dce .content__5c695c0f.disablePointerEvents__c4347602:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__264d7dce .swipeAnimationFinish__84375c7d{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__264d7dce .leftContent__5de15a55,.swipeableArea__264d7dce .rightContent__16cd1603{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__264d7dce .rightContent__16cd1603{left:auto;right:0}.listItemTail__7cf0c4d6{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__df47ab59{background:var(--triplex-next-ListMaster-Background-0-14-1);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__f949c700{position:absolute;top:0;left:0;right:0}.listItemTailTop__f949c700:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-14-1)}.listItemTailTop__f949c700:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-14-1)}.listItemTailBottom__705cb431{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__705cb431:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-0-14-1)}.listItemTailBottom__705cb431: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-ListItem-Tail_Background-0-14-1)}.listItemTailRight__396dd639{right:-8px}.listItemTailLeft__b8ff2d24{left:-8px}.listItemTable__8ae1287a{margin-bottom:4px}.listItemTable__8ae1287a:last-child{margin-bottom:0}.listSortableItemTarget__723ca2c7{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-0-14-1);touch-action:manipulation;cursor:grab}.listSortableItemTarget__723ca2c7:hover{background:var(--triplex-next-ListItem-Background_Selected-0-14-1)}.listSortableItemTarget__723ca2c7.dragging__64474959{background:var(--triplex-next-ListItem-Background_Dragging-0-14-1);box-shadow:var(--triplex-next-ListItem-Shadow-0-14-1);cursor:grabbing;z-index:1}.listSortableItemTargetContent__f5dc572a{flex:1}.listSortableItemTargetIcon__8ad98ba9{display:block;margin-left:24px}.listSortableItem__ebadb590{position:relative}.listSortableItem__ebadb590.dragging__64474959{z-index:1}.listSortableItemControls__54560b94{display:inline-block}.islandWidgetHeader__3716ca10{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.islandWidgetHeader__3716ca10 .islandWidgetHeaderContent__91c14d4a{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__3716ca10 .islandWidgetHeaderDescription__331f6323{display:flex}@media (max-width: 767px){.islandWidgetHeader__3716ca10{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetFooter__e4a2208c{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__2b9aeb50{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__53398021{margin-left:auto;white-space:nowrap}.expandAnimation__02754bab{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__1da63719{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-0-14-1);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__1da63719{border-radius:0 0 16px 16px}}.islandWidget__d6b99411{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__d6b99411>*{height:100%}.islandWidgetWithExtraFooter__928906f3:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-0-14-1)!important}.islandWidgetWrapper__e70a6827{display:flex;flex-direction:column}.formFieldClear__dc5f4610{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__dc5f4610.hidden__8f0e954b{opacity:0;pointer-events:none}.formFieldTarget__a438e549{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-0-14-1);overflow:hidden;white-space:nowrap}.formFieldTarget__a438e549.placeholder__b4a710bc{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-0-14-1)}.formFieldTarget__a438e549.disabled__e741afb1{color:var(--triplex-next-FormField-Target_Color_Disabled-0-14-1)}.formFieldTarget__a438e549.size-sm__e38e4cfb{font-size:12px;height:28px;line-height:16px}.formFieldTarget__a438e549.size-md__c398aa65{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__a438e549.size-lg__fa0f795e{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__a438e549 .placeholderWrapper__a6e689fd{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__a438e549:focus{outline:none}.formFieldTarget__a438e549:focus .placeholderWrapper__a6e689fd{opacity:1}.formFieldTextarea__28582350{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-0-14-1);vertical-align:top;font-family:inherit}.formFieldTextarea__28582350.sm__6024f80b{height:44px;padding-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__28582350.md__71d9ec8d{height:60px;padding-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__28582350.lg__67a1e04d{height:76px;padding-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__28582350::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-14-1);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__28582350:focus{outline:none}.formFieldTextarea__28582350:focus::placeholder{opacity:1}.formFieldTextarea__28582350:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-14-1)}.chipGroupItem__c0dfd90c{display:inline-block}.chip__c615d1f5{background:var(--triplex-next-Chip-Background_Default-0-14-1);color:var(--triplex-next-Chip-Color_Default-0-14-1);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;align-items:center;cursor:pointer;outline:none;vertical-align:middle}.chip__c615d1f5.lg__bca250d4{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__c615d1f5.lg__bca250d4 .prefix__671de904{padding-left:16px}.chip__c615d1f5.lg__bca250d4 .postfix__259c0e8f{padding-right:16px}.chip__c615d1f5.md__c10f2108{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__c615d1f5.md__c10f2108 .prefix__671de904{padding-left:12px}.chip__c615d1f5.md__c10f2108 .postfix__259c0e8f{padding-right:12px}.chip__c615d1f5.sm__8bc77ad9{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__c615d1f5.sm__8bc77ad9 .prefix__671de904{padding-left:8px}.chip__c615d1f5.sm__8bc77ad9 .postfix__259c0e8f{padding-right:8px}.chip__c615d1f5:hover{background:var(--triplex-next-Chip-Background_Hover-0-14-1);color:var(--triplex-next-Chip-Color_Hover-0-14-1)}.chip__c615d1f5:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-14-1)}.chip__c615d1f5:active,.chip__c615d1f5[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-0-14-1);color:var(--triplex-next-Chip-Color_Active-0-14-1)}.chip__c615d1f5.disabled__b4f4c63f{background:var(--triplex-next-Chip-Background_Disabled-0-14-1);color:var(--triplex-next-Chip-Color_Disabled-0-14-1);cursor:default;pointer-events:none}.chip__c615d1f5.selected__b3aa63b5{background:var(--triplex-next-Chip-Background_Selected_Default-0-14-1);color:var(--triplex-next-Chip-Color_Selected_Default-0-14-1)}.chip__c615d1f5.selected__b3aa63b5:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-0-14-1);color:var(--triplex-next-Chip-Color_Selected_Hover-0-14-1)}.chip__c615d1f5.selected__b3aa63b5:active,.chip__c615d1f5.selected__b3aa63b5[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-0-14-1);color:var(--triplex-next-Chip-Color_Selected_Active-0-14-1)}.chip__c615d1f5.selected__b3aa63b5.disabled__b4f4c63f{background:var(--triplex-next-Chip-Background_Selected_Disabled-0-14-1);color:var(--triplex-next-Chip-Color_Selected_Disabled-0-14-1)}.chip__c615d1f5.withPrefix__a578f4f1{padding-left:0}.chip__c615d1f5.withPostfix__3e983958{padding-right:0}.chip__c615d1f5 .content__7b2b143e{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__c615d1f5 .prefix__671de904,.chip__c615d1f5 .postfix__259c0e8f{display:flex}.calendarControls__bd4a6d55{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-0-14-1)}.calendarViewDays__5c5b62e2{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__3a2132ec .calendarViewDays__5c5b62e2{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__6b8950a5,.calendarViewYears__6c6c33b2{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__3a2132ec .calendarViewMonths__6b8950a5,.adaptive__3a2132ec .calendarViewYears__6c6c33b2{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__2a02356d{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-0-14-1)}.calendarViewDaysBody__46d8dee3:before{display:block;content:"";line-height:8px}.adaptive__3a2132ec .calendarViewDaysBody__46d8dee3:before{line-height:4px}.calendarViewItem__7626f06b{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__7626f06b:focus-visible{outline:none}.calendarViewItem__7626f06b.current__254727e8{font-weight:600}.calendarViewItem__7626f06b.disabled__cefccbc6{pointer-events:none}.calendarViewItemLabel__743df65f{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-0-14-1);background:var(--triplex-next-Calendar-View_Item_Background_Default-0-14-1);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-0-14-1);cursor:pointer}.calendarViewItemLabel__743df65f:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-14-1);background:var(--triplex-next-Calendar-View_Item_Background_Hover-0-14-1)}.calendarViewItemLabel__743df65f.selected__3cb26a5d{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-14-1);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-0-14-1)}.calendarViewItemLabel__743df65f.selected__3cb26a5d:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-14-1)}.calendarViewItemLabel__743df65f.selected__3cb26a5d:hover.basicMark__73b848df:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-14-1)}.calendarViewItemLabel__743df65f.selected__3cb26a5d:hover.standardMark__10b6e6a0:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-14-1)}.calendarViewItemLabel__743df65f.selected__3cb26a5d:hover.attentionMark__86fd348a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-14-1)}.calendarViewItemLabel__743df65f.selected__3cb26a5d:hover.criticalMark__d648981a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-14-1)}.calendarViewItemLabel__743df65f.selected__3cb26a5d.muted__20adf745{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-14-1);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-14-1)}.calendarViewItemLabel__743df65f.selected__3cb26a5d.muted__20adf745:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-14-1);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-14-1)}.calendarViewItemLabel__743df65f.selected__3cb26a5d.basicMark__73b848df:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-14-1)}.calendarViewItemLabel__743df65f.selected__3cb26a5d.standardMark__10b6e6a0:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-14-1)}.calendarViewItemLabel__743df65f.selected__3cb26a5d.attentionMark__86fd348a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-14-1)}.calendarViewItemLabel__743df65f.selected__3cb26a5d.criticalMark__d648981a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-14-1)}.calendarViewItemLabel__743df65f.marked__46bb0a01:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__743df65f.basicMark__73b848df:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-14-1)}.calendarViewItemLabel__743df65f.standardMark__10b6e6a0:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-14-1)}.calendarViewItemLabel__743df65f.attentionMark__86fd348a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-14-1)}.calendarViewItemLabel__743df65f.criticalMark__d648981a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-14-1)}.calendarViewItemLabel__743df65f.muted__20adf745{color:var(--triplex-next-Calendar-View_Item_Color_Muted-0-14-1)}.calendarViewItemLabel__743df65f.disabled__cefccbc6{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-0-14-1);background:none}.calendarViewItem__7626f06b:focus-visible .calendarViewItemLabel__743df65f{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-0-14-1)}.unitDay__42d393a6{width:36px;height:36px;border-radius:6px}.unitMonth__18c37cdb,.unitYear__cbe5b406{width:89px;height:48px;border-radius:6px}.adaptive__3a2132ec .unitMonth__18c37cdb,.adaptive__3a2132ec .unitYear__cbe5b406{width:104px;height:48px;border-radius:6px}.calendarFooter__92da29c4{margin-top:12px;text-align:center}.calendar__8ca15736{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-0-14-1);-webkit-user-select:none;user-select:none}.calendar__8ca15736.adaptive__3a2132ec{width:auto;padding:20px}.calendar__8ca15736+.calendar__8ca15736{margin-top:20px}.datePickerExtendedMobileDropdown__efd030d2{max-height:100vh}.chipDropdownArrow__8e2e2837{transition:transform .3s ease}.chipDropdownArrow__8e2e2837.rotated__b115e70f{transform:rotate(-180deg)}.chipClearButton__7861ffaa{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__7861ffaa:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-14-1)}.dropdownMobileMaskedInput__1f1f3508{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__f23032ea{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__f23032ea .caretWrapper__4ee8cf20{height:100%}.selectExtendedFieldTarget__f23032ea .caretIcon__b1eb88b9{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__f23032ea.selectOpened__70e2c280 .caretIcon__b1eb88b9{transform:rotate(180deg)}.selectExtendedFieldTarget__f23032ea.disabled__0e58684e{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__81f99a42{position:relative}.multiselectFieldHeader__1d34e999{padding:12px 12px 0}.multiselectFieldContentWrapper__e3e51db5 .multiselectFieldContent__07a7a2ea{position:relative;padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__e3e51db5 .multiselectFieldContent__07a7a2ea.sm__c2d193e0{height:204px}.multiselectFieldContentWrapper__e3e51db5 .multiselectFieldContent__07a7a2ea.md__b9c6c99e{height:245px}.multiselectFieldContentWrapper__e3e51db5 .multiselectFieldContent__07a7a2ea.lg__ed3e2da7{height:324px}.multiselectFieldFooter__acd24be8{padding:0 12px 12px}.multiselectFieldFooter__acd24be8:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-0-14-1)}.chipOptionsContent__dee26f9e{min-width:14px;text-align:center;display:block}.tooltipDesktop__19de8688{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__19de8688 .tooltipBody__6f609b11{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-0-14-1)}.tooltipDesktop__19de8688 .tooltipXButton__cbabfd5f{position:absolute;right:8px;top:8px}.tooltipDesktopContent__a0bcad04{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-0-14-1);border-radius:8px}.closable__17f5c3d2 .tooltipDesktopContent__a0bcad04{padding-right:32px}.tooltipSM__f2eb8b4b .tooltipDesktopContent__a0bcad04{width:192px;min-height:52px}.tooltipLG__590ca8f0 .tooltipDesktopContent__a0bcad04{width:384px;min-height:52px}.tooltipOverlay__89b4c6ee{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__d4f7003d{width:0;height:0}.tooltipDesktopTip__d4f7003d.down__b8de33da{border-top:solid var(--triplex-next-Tooltip-Background-0-14-1);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__d4f7003d.up__c33f5ee3{border-bottom:solid var(--triplex-next-Tooltip-Background-0-14-1);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__d4f7003d.left__9eac6c85{border-right:solid var(--triplex-next-Tooltip-Background-0-14-1);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__d4f7003d.right__7ff47810{border-left:solid var(--triplex-next-Tooltip-Background-0-14-1);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__8aae9116 .tooltipBody__6f609b11{text-align:left}.tooltipMobileContent__bd0ec503{padding:16px}.headerless__9dba48ac .tooltipMobileContent__bd0ec503{padding-right:40px;border-radius:16px 16px 0 0}.headerless__9dba48ac .tooltipMobileContent__bd0ec503 .closeButton__7c576c6b{position:absolute;right:16px;top:16px}.tooltipLink__7afb6a43{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__16372bfd{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-0-14-1)}.desktop__16372bfd:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-14-1)}.desktop__16372bfd:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-0-14-1)}.desktop__16372bfd:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-14-1)}.mobile__a0d37e5e{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-0-14-1)}.mobile__a0d37e5e:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-14-1)}.mobile__a0d37e5e:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-0-14-1)}.mobile__a0d37e5e:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-14-1)}.chipSuggestInputWrapper__327d653e{margin:12px}.suggestDropdownMobileBody__156bf637{height:176px}.suggestDropdownMobileNoOptionsText__152ee94b{padding:16px}.checkboxXGroup__c8f6d3d4{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__c8f6d3d4.indent-12__bc2a7e51{margin-left:-6px;margin-right:-6px}.checkboxXGroup__c8f6d3d4.indent-12__bc2a7e51 .label__fa97282b{margin-left:6px;margin-right:6px}.checkboxXGroup__c8f6d3d4.indent-16__5bbf6655{margin-left:-8px;margin-right:-8px}.checkboxXGroup__c8f6d3d4.indent-16__5bbf6655 .label__fa97282b{margin-left:8px;margin-right:8px}.checkboxXGroup__c8f6d3d4.indent-20__da58c15c{margin-left:-10px;margin-right:-10px}.checkboxXGroup__c8f6d3d4.indent-20__da58c15c .label__fa97282b{margin-left:10px;margin-right:10px}.checkboxXGroup__c8f6d3d4.indent-24__2ad88199{margin-left:-12px;margin-right:-12px}.checkboxXGroup__c8f6d3d4.indent-24__2ad88199 .label__fa97282b{margin-left:12px;margin-right:12px}.checkboxXGroup__c8f6d3d4.indent-28__235302db{margin-left:-14px;margin-right:-14px}.checkboxXGroup__c8f6d3d4.indent-28__235302db .label__fa97282b{margin-left:14px;margin-right:14px}.checkboxXGroup__c8f6d3d4.indent-32__c6f6a41c{margin-left:-16px;margin-right:-16px}.checkboxXGroup__c8f6d3d4.indent-32__c6f6a41c .label__fa97282b{margin-left:16px;margin-right:16px}.checkboxYGroup__b78b886b{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__b78b886b .label__fa97282b.sm__a12d02cc+.label__fa97282b.sm__a12d02cc{margin-top:8px}.checkboxYGroup__b78b886b .label__fa97282b.lg__2b4e4195+.label__fa97282b.lg__2b4e4195{margin-top:20px}.checkboxYGroup__b78b886b .label__fa97282b.md__68414630+.label__fa97282b.md__68414630{margin-top:16px}.card__f9c7cd3d{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__f9c7cd3d.roundingMD__a744903c{--radius: 16px}.card__f9c7cd3d.roundingSM__2c27265e{--radius: 8px}.card__f9c7cd3d.general__66a9ef92{background:var(--triplex-next-Card-Static_General_Background-0-14-1)}.card__f9c7cd3d.secondary__e2d55138{background:var(--triplex-next-Card-Static_Secondary_Background-0-14-1)}.card__f9c7cd3d .cardMedia__11917b94{background-size:cover;background-repeat:no-repeat;background-position:center}.card__f9c7cd3d .cardContent__f3c4692f{padding:var(--padding)}.card__f9c7cd3d .cardContent__f3c4692f.paddingMD__96d5f070{--padding: 24px}.card__f9c7cd3d .cardContent__f3c4692f.paddingSM__ead6a02d{--padding: 16px}.card__f9c7cd3d .cardContent__f3c4692f .cardContentHeader__da6c6a6d{margin-bottom:16px}.card__f9c7cd3d .cardContent__f3c4692f .cardContentFooter__bb8ec9dd{margin-top:16px}.action__87aa84be{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__87aa84be: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__87aa84be.general__66a9ef92{background:var(--triplex-next-Card-Action_General_Background-0-14-1);box-shadow:var(--triplex-next-Card-Shadow_Default-0-14-1)}.action__87aa84be.general__66a9ef92:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-0-14-1);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-14-1)}.action__87aa84be.general__66a9ef92.selected__d72aaf41{background:var(--triplex-next-Card-Action_General_Background_Selected-0-14-1);box-shadow:var(--triplex-next-Card-Shadow_Default-0-14-1);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-14-1)}.action__87aa84be.general__66a9ef92.selected__d72aaf41:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-0-14-1);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-14-1);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-14-1)}.action__87aa84be.general__66a9ef92:focus{outline:none}.action__87aa84be.general__66a9ef92:focus.focusVisible__c6b3acb8{box-shadow:var(--triplex-next-Card-Shadow_Default-0-14-1);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-14-1)}.action__87aa84be.secondary__e2d55138{background:var(--triplex-next-Card-Action_Secondary_Background-0-14-1)}.action__87aa84be.secondary__e2d55138:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-0-14-1)}.action__87aa84be.secondary__e2d55138.selected__d72aaf41{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-0-14-1);box-shadow:var(--triplex-next-Card-Shadow_Selected-0-14-1);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-14-1)}.action__87aa84be.secondary__e2d55138.selected__d72aaf41:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-14-1);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-14-1)}.action__87aa84be.secondary__e2d55138:focus{outline:none}.action__87aa84be.secondary__e2d55138:focus.focusVisible__c6b3acb8{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-14-1)}.alertContext__e2b1b33e{display:flex;font-size:12px;line-height:16px}.alertContext__e2b1b33e>svg{flex-shrink:0}.alertContext__e2b1b33e .alertContextText__730495c6{margin-left:8px}.alertContext__e2b1b33e.alertTypeError__9bddb8cd .alertContextText__730495c6{color:var(--triplex-next-AlertContext-Error_Color-0-14-1)}.alertContext__e2b1b33e.alertTypeInfo__a2a151f4 .alertContextText__730495c6{color:var(--triplex-next-AlertContext-Info_Color-0-14-1)}.alertContext__e2b1b33e.alertTypeWarning__3323ca35 .alertContextText__730495c6{color:var(--triplex-next-AlertContext-Warning_Color-0-14-1)}.alertContext__e2b1b33e.alertTypeSystem__89560cff .alertContextText__730495c6{color:var(--triplex-next-AlertContext-System_Color-0-14-1)}.alertProcess__55d1af1b{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__55d1af1b.withSpoiler__bf138663{min-height:40px}.alertProcess__55d1af1b .themeIcon__4eed70b3{box-sizing:border-box;height:20px;width:20px}.alertProcess__55d1af1b.alertTypeError__9bddb8cd{background:var(--triplex-next-AlertProcess-Error_Background-0-14-1)}.alertProcess__55d1af1b.alertTypeInfo__a2a151f4{background:var(--triplex-next-AlertProcess-Info_Background-0-14-1)}.alertProcess__55d1af1b.alertTypeWarning__3323ca35{background:var(--triplex-next-AlertProcess-Warning_Background-0-14-1)}.alertProcess__55d1af1b.alertTypeSystem__89560cff{background:var(--triplex-next-AlertProcess-System_Background-0-14-1)}.alertProcess__55d1af1b.alertTypeFeature__c55738f5{background:var(--triplex-next-AlertProcess-Feature_Background-0-14-1)}.alertProcess__55d1af1b.alertTypeFeature__c55738f5 .themeIcon__4eed70b3{padding-top:0}.alertProcess__55d1af1b .alertProcessContentBlock__5eac78d1{flex:1;margin-left:10px}.alertProcess__55d1af1b .alertProcessContentBlock__5eac78d1 .expandableContent__33d3906e{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__55d1af1b .alertProcessContentBlock__5eac78d1 .expandableContent__33d3906e.expanded__0c552cd1{max-height:1000px;opacity:1}.alertProcess__55d1af1b .closeButton__77c810b8{margin-left:10px}.alertProcess__55d1af1b .expandButton__7bd278d1{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__55d1af1b .expandButton__7bd278d1.expanded__0c552cd1{transform:rotate(180deg)}.adaptive__f662948a{font-size:10px!important;line-height:12px!important}.avatar__ddbecd2e{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-0-14-1)}.avatar__ddbecd2e.xxs__bc2ad8ef{width:28px;height:28px;border-radius:6px}.avatar__ddbecd2e.xs__dc2bdf33{width:32px;height:32px;border-radius:8px}.avatar__ddbecd2e.sm__98d7475e{width:40px;height:40px;border-radius:10px}.avatar__ddbecd2e.md__5070b552{width:56px;height:56px;border-radius:16px}.avatar__ddbecd2e.lg__d14014e4{width:80px;height:80px;border-radius:20px}.avatar__ddbecd2e.xl__649093bb{width:96px;height:96px;border-radius:24px}.avatar__ddbecd2e.xxl__dbd14953{width:128px;height:128px;border-radius:28px}.col-1__d04fd4df{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__40912b00{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__99c93acc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__62bc4866{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__73764056{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__01b72ea9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__a3cf13fd{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__47a750e7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__16d051ac{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__f8e43f1e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__d4f49812{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__7683667c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__8172d14f{margin-left:0%}.offset-1__19b86c5a{margin-left:8.33333333%}.offset-2__2d8a7a29{margin-left:16.66666667%}.offset-3__883a4d0e{margin-left:25%}.offset-4__2c4aaab0{margin-left:33.33333333%}.offset-5__ed67a54b{margin-left:41.66666667%}.offset-6__81ec7565{margin-left:50%}.offset-7__c5f977b2{margin-left:58.33333333%}.offset-8__9e40f34a{margin-left:66.66666667%}.offset-9__1602fde1{margin-left:75%}.offset-10__97fa2b67{margin-left:83.33333333%}.offset-11__7a593840{margin-left:91.66666667%}.d-none__c4a0ab74{display:none!important}.d-block__f81c2612{display:block!important}@media (min-width: 576px){.col-sm-1__14902838{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__21882769{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__17f05e5c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__4a45a10f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__58ee0c8e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__d181b759{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__097d1646{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__ff65962f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__1471c5c6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__c084d194{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__c952d084{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__85cfeae9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__bd913b0f{margin-left:0%}.offset-sm-1__06f8d3cd{margin-left:8.33333333%}.offset-sm-2__a0d2a0d7{margin-left:16.66666667%}.offset-sm-3__16c38b24{margin-left:25%}.offset-sm-4__513ac71e{margin-left:33.33333333%}.offset-sm-5__e144e875{margin-left:41.66666667%}.offset-sm-6__71416685{margin-left:50%}.offset-sm-7__a282015c{margin-left:58.33333333%}.offset-sm-8__b423046a{margin-left:66.66666667%}.offset-sm-9__c161ecd9{margin-left:75%}.offset-sm-10__07d74c06{margin-left:83.33333333%}.offset-sm-11__f20926a6{margin-left:91.66666667%}.d-none-sm__a8cae453{display:none!important}.d-block-sm__eda628b0{display:block!important}}@media (min-width: 768px){.col-md-1__92af0c61{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__9ea5194e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__5eae65f0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__7a3fc721{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__f4addf92{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__34f6e6f6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__46fba2c9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__d31f3125{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__e7a20f96{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__50e331e3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__d7ad931b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__4988b82e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__612c1c1d{margin-left:0%}.offset-md-1__4fdef8e4{margin-left:8.33333333%}.offset-md-2__b4076303{margin-left:16.66666667%}.offset-md-3__c8bdc022{margin-left:25%}.offset-md-4__19d9a119{margin-left:33.33333333%}.offset-md-5__30f0fa5c{margin-left:41.66666667%}.offset-md-6__e875c10e{margin-left:50%}.offset-md-7__511b93ce{margin-left:58.33333333%}.offset-md-8__5756c9fd{margin-left:66.66666667%}.offset-md-9__bc6ef817{margin-left:75%}.offset-md-10__f7f02d5a{margin-left:83.33333333%}.offset-md-11__f952e3ef{margin-left:91.66666667%}.d-none-md__c35f2253{display:none!important}.d-block-md__e27c9a7c{display:block!important}}@media (min-width: 992px){.col-lg-1__2514735b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__41f639e2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__ae6416fa{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__2ec7aa0d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__5ed76c67{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__7c07603a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__820faa39{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__00568ee4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__f85896d4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__aa2d9e17{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__8d6092aa{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__9b1bed2a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__fa39da49{margin-left:0%}.offset-lg-1__e0af662c{margin-left:8.33333333%}.offset-lg-2__e5401a89{margin-left:16.66666667%}.offset-lg-3__5c118b32{margin-left:25%}.offset-lg-4__bfbc2c55{margin-left:33.33333333%}.offset-lg-5__08a17465{margin-left:41.66666667%}.offset-lg-6__6c6243c7{margin-left:50%}.offset-lg-7__d35ee83c{margin-left:58.33333333%}.offset-lg-8__340a2cb7{margin-left:66.66666667%}.offset-lg-9__4ea75b80{margin-left:75%}.offset-lg-10__b4737293{margin-left:83.33333333%}.offset-lg-11__c9edd09b{margin-left:91.66666667%}.d-none-lg__49325ef8{display:none!important}.d-block-lg__4f931d9f{display:block!important}}@media (min-width: 1200px){.col-xl-1__33efd8ed{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__9876a976{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__1deaae35{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__d81f18e9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__7779d0ce{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__3ddf7983{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__b4aca625{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__311e370c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__a4f39176{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__35239ab2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__d1edf84f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__4209e00e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__6af4b40f{margin-left:0%}.offset-xl-1__90f97bd9{margin-left:8.33333333%}.offset-xl-2__08e9a56b{margin-left:16.66666667%}.offset-xl-3__566b5da4{margin-left:25%}.offset-xl-4__17ea4052{margin-left:33.33333333%}.offset-xl-5__9429b8e9{margin-left:41.66666667%}.offset-xl-6__79d76421{margin-left:50%}.offset-xl-7__db090b36{margin-left:58.33333333%}.offset-xl-8__a8c04804{margin-left:66.66666667%}.offset-xl-9__8a9261f5{margin-left:75%}.offset-xl-10__f19eab9f{margin-left:83.33333333%}.offset-xl-11__95f85ef5{margin-left:91.66666667%}.d-none-xl__de7d5a9a{display:none!important}.d-block-xl__43bc4485{display:block!important}}.ellipsisLineClamp__1c6e4362{--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__1c6e4362.oneLine__349736f7{word-break:break-all}.link__7566ec48{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-0-14-1)}.link__7566ec48:hover{color:var(--triplex-next-Link-Text_Color_Hover-0-14-1)}.link__7566ec48:active{color:var(--triplex-next-Link-Text_Color_Active-0-14-1)}.link__7566ec48:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-0-14-1)}.wordWithContent__bccac27f{white-space:nowrap;display:inline-flex;align-items:center}.before__2587b892 :first-child{margin-right:2px}.after__8c315299 :last-child{margin-left:2px}.marker__19b2bdfc{border-radius:50%}.marker__19b2bdfc.md__9020415f{width:8px;height:8px}.marker__19b2bdfc.lg__8a270de7{width:10px;height:10px}.marker__19b2bdfc.success__3963475e{background:var(--triplex-next-Marker-Background_Success-0-14-1)}.marker__19b2bdfc.error__58a7295a{background:var(--triplex-next-Marker-Background_Error-0-14-1)}.marker__19b2bdfc.warning__0f336616{background:var(--triplex-next-Marker-Background_Warning-0-14-1)}.marker__19b2bdfc.waiting__565372a3{background:var(--triplex-next-Marker-Background_Waiting-0-14-1)}.markerStatus__89473731{line-height:0;display:flex;align-items:start}.markerStatus__89473731 .contentContainer__6b2e99cd{display:flex;flex-direction:column}.markerStatus__89473731.md__f98d19eb{gap:4px}.markerStatus__89473731.md__f98d19eb .markerContainer__36134e91{margin-top:4px}.markerStatus__89473731.lg__5824050c{gap:6px}.markerStatus__89473731.lg__5824050c .contentContainer__6b2e99cd{gap:4px}.markerStatus__89473731.lg__5824050c .markerContainer__36134e91{margin-top:5px}.row__50e3f2d2{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__50e3f2d2.noPaddingBottom__9ab215d9,.row__50e3f2d2:last-child{padding-bottom:0}.tabsExtended__2dbcffe3{position:relative}.tabsExtendedContent__1cd06d79{display:inline-flex}.tabsExtendedContent__1cd06d79.sm__1670afc0{border-radius:6px;padding:4px}.tabsExtendedContent__1cd06d79.md__41736013{border-radius:8px;padding:4px}.tabsExtendedContent__1cd06d79.lg__1b3be8d4{border-radius:10px;padding:8px}.tabsExtendedTab__017274fa{display:flex}.tabsExtendedTab__017274fa+.tabsExtendedTab__017274fa,.tabsExtendedDropdown__4355714e{margin-left:2px}.tabsReal__b22bdfb8,.tabsFake__38a4843a{display:flex;box-sizing:border-box;width:100%}.tabsReal__b22bdfb8.hidden__49053684{visibility:hidden}.tabsReal__b22bdfb8 .tabsExtendedTab__017274fa.hidden__49053684{display:none}.tabsFake__38a4843a{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__d1cb1521 .tabsExtendedContent__1cd06d79{background-color:var(--triplex-next-Tabs-Type1_Background-0-14-1)}.type2__ecbd9b20 .tabsExtendedContent__1cd06d79{background-color:var(--triplex-next-Tabs-Type2_Background-0-14-1)}.tabsExtendedTabButton__c139914d{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-0-14-1);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__c139914d .tabButtonText__49826220{font-weight:400}.tabsExtendedTabButton__c139914d.lg__1b3be8d4{border-radius:6px;padding:10px 16px}.tabsExtendedTabButton__c139914d.lg__1b3be8d4 .tabButtonText__49826220{font-size:16px;line-height:20px}.tabsExtendedTabButton__c139914d.md__41736013{border-radius:4px;padding:6px 16px}.tabsExtendedTabButton__c139914d.md__41736013 .tabButtonText__49826220{font-size:14px;line-height:20px}.tabsExtendedTabButton__c139914d.sm__1670afc0{border-radius:4px;padding:2px 16px}.tabsExtendedTabButton__c139914d.sm__1670afc0 .tabButtonText__49826220{font-size:12px;line-height:16px}.tabsExtendedTabButton__c139914d::-moz-focus-inner{border:none}.tabsExtendedTabButton__c139914d+.tabsExtendedTabButton__c139914d{margin-left:2px}.tabsExtendedTabButton__c139914d:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-0-14-1)}.tabsExtendedTabButton__c139914d.type1__d1cb1521{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-0-14-1)}.tabsExtendedTabButton__c139914d.type1__d1cb1521.selected__3556aab0{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-0-14-1)}.tabsExtendedTabButton__c139914d.type1__d1cb1521.selected__3556aab0 .tabButtonText__49826220{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-0-14-1)}.tabsExtendedTabButton__c139914d.type1__d1cb1521:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-0-14-1)}.tabsExtendedTabButton__c139914d.type1__d1cb1521:hover .tabButtonText__49826220{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-0-14-1)}.tabsExtendedTabButton__c139914d.type1__d1cb1521 .tabButtonText__49826220{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-0-14-1)}.tabsExtendedTabButton__c139914d.type2__ecbd9b20{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-0-14-1);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-0-14-1)}.tabsExtendedTabButton__c139914d.type2__ecbd9b20.selected__3556aab0{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-0-14-1)}.tabsExtendedTabButton__c139914d.type2__ecbd9b20.selected__3556aab0 .tabButtonText__49826220{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-0-14-1)}.tabsExtendedTabButton__c139914d.type2__ecbd9b20:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-0-14-1)}.tabsExtendedTabButton__c139914d.type2__ecbd9b20:hover .tabButtonText__49826220{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-0-14-1)}.notificationIcon__12364527{position:absolute;right:4px;top:4px}.tabsContent__3d92da8d .tabButtonDropdown__eb8636db{padding:0!important;border-radius:0!important;background:none!important}.tabsContent__3d92da8d .tabButtonDropdown__eb8636db.sm__1e9e54ef{min-width:20px;min-height:20px;height:20px}.tabsContent__3d92da8d .tabButtonDropdown__eb8636db.md__247cc3ac{min-width:32px;min-height:32px;height:32px}.tabsContent__3d92da8d .tabButtonDropdown__eb8636db.lg__2344a2cb{min-width:40px;min-height:40px;height:40px}.tag__5a17d28a{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-0-14-1);border-radius:4px;gap:2px}.tag__5a17d28a.sm__6327f732{height:20px;padding:2px 4px 2px 6px}.tag__5a17d28a.md__8e1e415a{height:28px;padding:4px 6px 4px 8px}.tag__5a17d28a.lg__3988aee5{height:32px;padding:6px 8px 6px 10px}.content__871d6943{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__b2db9f32{display:flex;flex-wrap:wrap}.tagGroup__b2db9f32.sm__59875f4a{gap:4px}.tagGroup__b2db9f32.md__e4e64acc{gap:8px}.tagGroup__b2db9f32.lg__0f78bc49{gap:12px}.paginationExtended__44814d0e{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__cdd8b9db .directionIconNext__208e979e{transform:rotate(180deg)}.pageEllipsis__ab0fddd3{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-0-14-1);cursor:default}.paginationPageButton__24f120e9{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-0-14-1);background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;line-height:20px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__24f120e9:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-0-14-1);outline:none}.paginationPageButton__24f120e9:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-0-14-1)}.paginationPageButton__24f120e9:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-0-14-1);cursor:grabbing}.paginationPageButton__24f120e9.currentPage__64c8c9c4{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-0-14-1);cursor:default}.paginationNavigationExtended__e0e42ad5{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__f5a0c28f{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__f5a0c28f .paginationSelectControl__d7ec63cd{margin-left:8px;min-width:72px}.skeleton__4a9e1092{border-radius:16px;flex-grow:1}.skeleton__4a9e1092.light__14ec587f{animation:skeleton-light-pulse__6715cab3 2s ease-in-out infinite}.skeleton__4a9e1092.dark__a7755c40{animation:skeleton-dark-pulse__b9759370 2s ease-in-out infinite}@keyframes skeleton-light-pulse__6715cab3{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-14-1)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-0-14-1)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-14-1)}}@keyframes skeleton-dark-pulse__b9759370{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-14-1)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-0-14-1)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-14-1)}}.segmentedControlSegment__56db64ca{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-0-14-1);outline:none;cursor:pointer}.segmentedControlSegment__56db64ca:disabled{cursor:default}.sm__41989a1c .segmentedControlSegment__56db64ca{padding:1px;font-size:12px;line-height:16px;border-radius:4px}.md__ac6f9e0b .segmentedControlSegment__56db64ca{padding:5px;font-size:14px;line-height:20px;border-radius:6px}.lg__8845f5ba .segmentedControlSegment__56db64ca{padding:9px;font-size:16px;line-height:20px;border-radius:8px}.general1__0341ffb6 .segmentedControlSegment__56db64ca{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-14-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-14-1)}.general1__0341ffb6 .segmentedControlSegment__56db64ca:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-14-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-14-1)}.general1__0341ffb6 .segmentedControlSegment__56db64ca:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-14-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-14-1)}.general1__0341ffb6 .segmentedControlSegment__56db64ca.selected__00df5ebe{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-14-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-14-1)}.general1__0341ffb6 .segmentedControlSegment__56db64ca.selected__00df5ebe:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-14-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-14-1)}.general1__0341ffb6 .segmentedControlSegment__56db64ca.selected__00df5ebe:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-14-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-14-1)}.general2__449ca3f9 .segmentedControlSegment__56db64ca{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-14-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-14-1)}.general2__449ca3f9 .segmentedControlSegment__56db64ca:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-14-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-14-1)}.general2__449ca3f9 .segmentedControlSegment__56db64ca:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-14-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-14-1)}.general2__449ca3f9 .segmentedControlSegment__56db64ca.selected__00df5ebe{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-14-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-14-1)}.general2__449ca3f9 .segmentedControlSegment__56db64ca.selected__00df5ebe:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-14-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-14-1)}.general2__449ca3f9 .segmentedControlSegment__56db64ca.selected__00df5ebe:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-14-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-14-1)}.secondary1__0aec93d7 .segmentedControlSegment__56db64ca{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-14-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-14-1)}.secondary1__0aec93d7 .segmentedControlSegment__56db64ca:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-14-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-14-1)}.secondary1__0aec93d7 .segmentedControlSegment__56db64ca:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-14-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-14-1)}.secondary1__0aec93d7 .segmentedControlSegment__56db64ca.selected__00df5ebe{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-14-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-14-1)}.secondary1__0aec93d7 .segmentedControlSegment__56db64ca.selected__00df5ebe:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-14-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-14-1)}.secondary2__a446bd02 .segmentedControlSegment__56db64ca{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-14-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-14-1)}.secondary2__a446bd02 .segmentedControlSegment__56db64ca:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-14-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-14-1)}.secondary2__a446bd02 .segmentedControlSegment__56db64ca:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-14-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-14-1)}.secondary2__a446bd02 .segmentedControlSegment__56db64ca.selected__00df5ebe{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-14-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-14-1)}.secondary2__a446bd02 .segmentedControlSegment__56db64ca.selected__00df5ebe:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-14-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-14-1)}.segmentedControlSegment__56db64ca:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-14-1)}.content__883e66b4{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__ba036519{display:flex;gap:4px}.segmentedControl__ba036519.general1__0341ffb6{background:var(--triplex-next-SegmentedControl-General_1_Background-0-14-1)}.segmentedControl__ba036519.secondary1__0aec93d7{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-0-14-1)}.segmentedControl__ba036519.general2__449ca3f9{background:var(--triplex-next-SegmentedControl-General_2_Background-0-14-1)}.segmentedControl__ba036519.secondary2__a446bd02{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-0-14-1)}.segmentedControl__ba036519.sm__41989a1c{border-radius:6px;padding:4px}.segmentedControl__ba036519.md__ac6f9e0b{border-radius:8px;padding:4px}.segmentedControl__ba036519.lg__8845f5ba{border-radius:10px;padding:8px}.step__b024c7b8{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:32px;height:32px;-webkit-user-select:none;user-select:none;cursor:default;border-radius:50%}.step__b024c7b8.default__08151915{background-color:var(--triplex-next-Step-Background_Default-0-14-1)}.step__b024c7b8.default__08151915>span{color:var(--triplex-next-Step-Color_Default-0-14-1)}.step__b024c7b8.done__40acdc86{background-color:var(--triplex-next-Step-Background_Done-0-14-1)}.step__b024c7b8.done__40acdc86>span{color:var(--triplex-next-Step-Color_Done-0-14-1)}.step__b024c7b8.warning__8e7917cb{background-color:var(--triplex-next-Step-Background_Warning-0-14-1)}.step__b024c7b8.warning__8e7917cb>span{color:var(--triplex-next-Step-Color_Warning-0-14-1)}.step__b024c7b8.active__4d5f04f4{background-color:var(--triplex-next-Step-Background_Active-0-14-1)}.step__b024c7b8.active__4d5f04f4>span{color:var(--triplex-next-Step-Color_Active-0-14-1)}.step__b024c7b8.error__e67bf39e{background-color:var(--triplex-next-Step-Background_Error-0-14-1)}.step__b024c7b8.error__e67bf39e>span{color:var(--triplex-next-Step-Color_Error-0-14-1)}.step__b024c7b8.disabled__9db3a011{background-color:var(--triplex-next-Step-Background_Disabled-0-14-1)}.step__b024c7b8.disabled__9db3a011>span{color:var(--triplex-next-Step-Color_Disabled-0-14-1)}.stepperWrapper__2777bead{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-0-14-1)}.stepperStep__a0efa3fc{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__a0efa3fc+.stepperStep__a0efa3fc{margin-left:12px}.stepperStep__a0efa3fc.sm__8b39e94d:not(:last-child) .content__c9c3acc5{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__a0efa3fc.sm__8b39e94d:last-child .content__c9c3acc5{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__a0efa3fc.sm__8b39e94d:last-child .arrow__4b9f3d35{display:none}.stepperStep__a0efa3fc.md__cb8ceb66:not(:last-child) .content__c9c3acc5{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__a0efa3fc.md__cb8ceb66:last-child .content__c9c3acc5{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__a0efa3fc.md__cb8ceb66:last-child .arrow__4b9f3d35{display:none}.stepperStep__a0efa3fc.lg__b5a68f7d:not(:last-child) .content__c9c3acc5{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__a0efa3fc.lg__b5a68f7d:last-child .content__c9c3acc5{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__a0efa3fc.lg__b5a68f7d:last-child .arrow__4b9f3d35{display:none}.stepperStep__a0efa3fc:hover:not(.active__9223ce0b):not(.disabled__b8645aee) .content__c9c3acc5{border-color:var(--triplex-next-Stepper-Step_Background_Hover-0-14-1);background:var(--triplex-next-Stepper-Step_Background_Hover-0-14-1)}.stepperStep__a0efa3fc:hover:not(.active__9223ce0b):not(.disabled__b8645aee) .arrow__4b9f3d35 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-14-1)}.stepperStep__a0efa3fc:hover:not(.active__9223ce0b):not(.disabled__b8645aee) .arrow__4b9f3d35 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-14-1)}.stepperStep__a0efa3fc.active__9223ce0b{cursor:default}.stepperStep__a0efa3fc.active__9223ce0b .content__c9c3acc5{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-0-14-1)}.stepperStep__a0efa3fc.active__9223ce0b .arrow__4b9f3d35 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-0-14-1)}.stepperStep__a0efa3fc.active__9223ce0b.error__c69ef114 .content__c9c3acc5{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-0-14-1);background:var(--triplex-next-Stepper-Step_Background_Error-0-14-1)}.stepperStep__a0efa3fc.active__9223ce0b.error__c69ef114 .arrow__4b9f3d35 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-14-1)}.stepperStep__a0efa3fc.active__9223ce0b.error__c69ef114 .arrow__4b9f3d35 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-0-14-1)}.stepperStep__a0efa3fc.active__9223ce0b.warning__58734f77 .content__c9c3acc5{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-14-1);background:var(--triplex-next-Stepper-Step_Background_Warning-0-14-1)}.stepperStep__a0efa3fc.active__9223ce0b.warning__58734f77 .arrow__4b9f3d35 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-14-1)}.stepperStep__a0efa3fc.active__9223ce0b.warning__58734f77 .arrow__4b9f3d35 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-14-1)}.stepperStep__a0efa3fc.completed__3b07e07e.error__c69ef114 .content__c9c3acc5{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-14-1);background:var(--triplex-next-Stepper-Step_Background_Error-0-14-1)}.stepperStep__a0efa3fc.completed__3b07e07e.error__c69ef114 .arrow__4b9f3d35 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-14-1)}.stepperStep__a0efa3fc.completed__3b07e07e.error__c69ef114 .arrow__4b9f3d35 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-14-1)}.stepperStep__a0efa3fc.completed__3b07e07e.error__c69ef114:hover .content__c9c3acc5{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-1);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-1)}.stepperStep__a0efa3fc.completed__3b07e07e.error__c69ef114:hover .arrow__4b9f3d35 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-1)}.stepperStep__a0efa3fc.completed__3b07e07e.error__c69ef114:hover .arrow__4b9f3d35 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-1)}.stepperStep__a0efa3fc.completed__3b07e07e.warning__58734f77 .content__c9c3acc5{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-14-1);background:var(--triplex-next-Stepper-Step_Background_Warning-0-14-1)}.stepperStep__a0efa3fc.completed__3b07e07e.warning__58734f77 .arrow__4b9f3d35 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-14-1)}.stepperStep__a0efa3fc.completed__3b07e07e.warning__58734f77 .arrow__4b9f3d35 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-14-1)}.stepperStep__a0efa3fc.completed__3b07e07e.warning__58734f77:hover .content__c9c3acc5{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-1);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-1)}.stepperStep__a0efa3fc.completed__3b07e07e.warning__58734f77:hover .arrow__4b9f3d35 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-1)}.stepperStep__a0efa3fc.completed__3b07e07e.warning__58734f77:hover .arrow__4b9f3d35 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-1)}.stepperStep__a0efa3fc.inactive__ad954b68 :not(.error__c69ef114):not(.warning__58734f77) .content__c9c3acc5{color:var(--triplex-next-Stepper-Step_Color_Default-0-14-1)}.stepperStep__a0efa3fc.inactive__ad954b68 :not(.error__c69ef114):not(.warning__58734f77):hover .content__c9c3acc5{color:var(--triplex-next-Stepper-Step_Color_Hover-0-14-1)}.stepperStep__a0efa3fc.inactive__ad954b68.error__c69ef114 .content__c9c3acc5{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-14-1);background:var(--triplex-next-Stepper-Step_Background_Error-0-14-1)}.stepperStep__a0efa3fc.inactive__ad954b68.error__c69ef114 .arrow__4b9f3d35 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-14-1)}.stepperStep__a0efa3fc.inactive__ad954b68.error__c69ef114 .arrow__4b9f3d35 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-14-1)}.stepperStep__a0efa3fc.inactive__ad954b68.error__c69ef114:hover .content__c9c3acc5{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-1);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-1)}.stepperStep__a0efa3fc.inactive__ad954b68.error__c69ef114:hover .arrow__4b9f3d35 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-1)}.stepperStep__a0efa3fc.inactive__ad954b68.error__c69ef114:hover .arrow__4b9f3d35 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-1)}.stepperStep__a0efa3fc.inactive__ad954b68.warning__58734f77 .content__c9c3acc5{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-14-1);background:var(--triplex-next-Stepper-Step_Background_Warning-0-14-1)}.stepperStep__a0efa3fc.inactive__ad954b68.warning__58734f77 .arrow__4b9f3d35 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-14-1)}.stepperStep__a0efa3fc.inactive__ad954b68.warning__58734f77 .arrow__4b9f3d35 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-14-1)}.stepperStep__a0efa3fc.inactive__ad954b68.warning__58734f77:hover .content__c9c3acc5{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-1);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-1)}.stepperStep__a0efa3fc.inactive__ad954b68.warning__58734f77:hover .arrow__4b9f3d35 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-1)}.stepperStep__a0efa3fc.inactive__ad954b68.warning__58734f77:hover .arrow__4b9f3d35 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-1)}.stepperStep__a0efa3fc.disabled__b8645aee{pointer-events:none}.stepperStep__a0efa3fc.disabled__b8645aee .content__c9c3acc5{color:var(--triplex-next-Stepper-Step_Color_Disabled-0-14-1)}.stepperStep__a0efa3fc.disabled__b8645aee .content__c9c3acc5{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-0-14-1)}.stepperStep__a0efa3fc.disabled__b8645aee .arrow__4b9f3d35 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-0-14-1)}.stepperStep__a0efa3fc.focusVisible__b78375dd.completed__3b07e07e .content__c9c3acc5,.stepperStep__a0efa3fc.focusVisible__b78375dd.active__9223ce0b .content__c9c3acc5,.stepperStep__a0efa3fc.focusVisible__b78375dd.inactive__ad954b68 .content__c9c3acc5{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-14-1)}.stepperStep__a0efa3fc.focusVisible__b78375dd.completed__3b07e07e .arrow__4b9f3d35 path:last-child,.stepperStep__a0efa3fc.focusVisible__b78375dd.active__9223ce0b .arrow__4b9f3d35 path:last-child,.stepperStep__a0efa3fc.focusVisible__b78375dd.inactive__ad954b68 .arrow__4b9f3d35 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-14-1)}.stepperStep__a0efa3fc.focusVisible__b78375dd.completed__3b07e07e:hover .content__c9c3acc5,.stepperStep__a0efa3fc.focusVisible__b78375dd.active__9223ce0b:hover .content__c9c3acc5,.stepperStep__a0efa3fc.focusVisible__b78375dd.inactive__ad954b68:hover .content__c9c3acc5{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-14-1)}.stepperStep__a0efa3fc.focusVisible__b78375dd.completed__3b07e07e:hover .arrow__4b9f3d35 path:last-child,.stepperStep__a0efa3fc.focusVisible__b78375dd.active__9223ce0b:hover .arrow__4b9f3d35 path:last-child,.stepperStep__a0efa3fc.focusVisible__b78375dd.inactive__ad954b68:hover .arrow__4b9f3d35 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-14-1)}.content__c9c3acc5{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-0-14-1);color:var(--triplex-next-Stepper-Step_Color_Hover-0-14-1);border-color:var(--triplex-next-Stepper-Step_Background_Default-0-14-1);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__8b39e94d{font-size:12px;line-height:16px}.md__cb8ceb66{font-size:14px;line-height:20px}.lg__b5a68f7d{font-size:16px;line-height:20px}.arrow__4b9f3d35{transform:translate(0)}.arrow__4b9f3d35 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-14-1)}.arrow__4b9f3d35 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-14-1)}.icon__e94f22a1{display:inline-flex;align-items:center;line-height:0}.nonempty__bd4d514c .icon__e94f22a1{margin-right:6px}.stepperExtended__880140e2{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__43a9afec{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__43a9afec::-webkit-scrollbar{display:none}.stepper__aafca827.sm__8b39e94d{padding-left:28px;padding-right:28px}.stepper__aafca827.md__cb8ceb66{padding-left:40px;padding-right:40px}.stepper__aafca827.lg__b5a68f7d{padding-left:56px;padding-right:56px}.stepperCarousel__76e0ab4d{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__76e0ab4d .buttonPrev__6fa988f1,.stepperCarousel__76e0ab4d .buttonNext__40abc7b1{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__76e0ab4d .buttonPrev__6fa988f1.sm__8b39e94d,.stepperCarousel__76e0ab4d .buttonNext__40abc7b1.sm__8b39e94d{height:28px;width:28px}.stepperCarousel__76e0ab4d .buttonPrev__6fa988f1.md__cb8ceb66,.stepperCarousel__76e0ab4d .buttonNext__40abc7b1.md__cb8ceb66{height:40px;width:40px}.stepperCarousel__76e0ab4d .buttonPrev__6fa988f1.lg__b5a68f7d,.stepperCarousel__76e0ab4d .buttonNext__40abc7b1.lg__b5a68f7d{height:56px;width:56px}.stepperCarousel__76e0ab4d .buttonPrev__6fa988f1{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-0-14-1)}.stepperCarousel__76e0ab4d .buttonNext__40abc7b1{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-0-14-1)}@media (max-width: 767px){.stepper__aafca827{padding-left:16px;padding-right:16px}.buttonPrev__6fa988f1,.buttonNext__40abc7b1{display:none}}.islandAccordion__c3f2d920{margin:0;padding:0}.islandAccordion__c3f2d920 .island__06d4b4f4{padding:0}.islandAccordion__c3f2d920 .item__7ec04b00{position:relative;list-style-type:none}.islandAccordion__c3f2d920 .item__7ec04b00.disabled__aa89e179{cursor:default;pointer-events:none}.islandAccordion__c3f2d920 .item__7ec04b00+.item__7ec04b00.sm__a5958176,.islandAccordion__c3f2d920 .item__7ec04b00+.item__7ec04b00.md__9fdfef1b{margin-top:16px}.islandAccordion__c3f2d920 .item__7ec04b00+.item__7ec04b00.lg__9d7fd92c{margin-top:24px}.islandAccordion__c3f2d920 .item__7ec04b00 .header__b07e1b84{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__c3f2d920 .item__7ec04b00 :focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-0-14-1)}.islandAccordion__c3f2d920 .item__7ec04b00.type1__9de46f0f:not(.opened__93e0cc7a) .header__b07e1b84:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-14-1)}.islandAccordion__c3f2d920 .item__7ec04b00.type2__5302c787:not(.opened__93e0cc7a) .header__b07e1b84:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-14-1)}.islandAccordion__c3f2d920 .item__7ec04b00.type3__46c2a6e1:not(.opened__93e0cc7a) .header__b07e1b84:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-14-1)}.islandAccordion__c3f2d920 .item__7ec04b00 .footer__f91f7017{text-align:right}.islandAccordion__c3f2d920 .item__7ec04b00 .body__ea47a277,.islandAccordion__c3f2d920 .item__7ec04b00 .footer__f91f7017{visibility:hidden}.islandAccordion__c3f2d920 .item__7ec04b00.opened__93e0cc7a .body__ea47a277,.islandAccordion__c3f2d920 .item__7ec04b00.opened__93e0cc7a .footer__f91f7017{visibility:visible}.islandAccordion__c3f2d920 .item__7ec04b00 .caretWrapper__d5e77acf{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__c3f2d920 .item__7ec04b00 .caretIcon__fd7f0a6d{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__c3f2d920 .item__7ec04b00.sm__a5958176 .header__b07e1b84{padding:16px;border-radius:16px}.islandAccordion__c3f2d920 .item__7ec04b00.sm__a5958176 .step__0895cdf5+.titleWrapper__0f537f1c{margin-top:2px}.islandAccordion__c3f2d920 .item__7ec04b00.sm__a5958176 .body__ea47a277,.islandAccordion__c3f2d920 .item__7ec04b00.sm__a5958176 .footer__f91f7017{padding:0 16px 16px}.islandAccordion__c3f2d920 .item__7ec04b00.sm__a5958176 .caretWrapper__d5e77acf{right:12px}.islandAccordion__c3f2d920 .item__7ec04b00.sm__a5958176 .remove__363eb089{right:-36px;top:20px}.islandAccordion__c3f2d920 .item__7ec04b00.sm__a5958176 .step__0895cdf5{margin-right:12px}.islandAccordion__c3f2d920 .item__7ec04b00.md__9fdfef1b .header__b07e1b84{padding:24px;border-radius:24px}.islandAccordion__c3f2d920 .item__7ec04b00.md__9fdfef1b .body__ea47a277,.islandAccordion__c3f2d920 .item__7ec04b00.md__9fdfef1b .footer__f91f7017{padding:0 24px 24px}.islandAccordion__c3f2d920 .item__7ec04b00.md__9fdfef1b .caretWrapper__d5e77acf{right:20px}.islandAccordion__c3f2d920 .item__7ec04b00.md__9fdfef1b .remove__363eb089{right:-40px;top:28px}.islandAccordion__c3f2d920 .item__7ec04b00.md__9fdfef1b .step__0895cdf5{margin-right:12px}.islandAccordion__c3f2d920 .item__7ec04b00.lg__9d7fd92c .header__b07e1b84{padding:32px;border-radius:32px}.islandAccordion__c3f2d920 .item__7ec04b00.lg__9d7fd92c .body__ea47a277,.islandAccordion__c3f2d920 .item__7ec04b00.lg__9d7fd92c .footer__f91f7017{padding:0 32px 32px}.islandAccordion__c3f2d920 .item__7ec04b00.lg__9d7fd92c .caretWrapper__d5e77acf{right:28px}.islandAccordion__c3f2d920 .item__7ec04b00.lg__9d7fd92c .remove__363eb089{right:-40px;top:36px}.islandAccordion__c3f2d920 .item__7ec04b00.lg__9d7fd92c .step__0895cdf5{margin:0 16px 0 0}.islandAccordion__c3f2d920 .item__7ec04b00.opened__93e0cc7a:not(.disabled__aa89e179) .caretWrapper__d5e77acf .caretIcon__fd7f0a6d{transform:rotate(-180deg)}.islandAccordion__c3f2d920 .item__7ec04b00 .remove__363eb089{position:absolute}@media (max-width: 767px){.islandAccordion__c3f2d920 .item__7ec04b00 .footer__f91f7017{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__c3f2d920 .item__7ec04b00 .footer__f91f7017>*{margin-left:0!important}}.noColumns__d1b499b3{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__d1b499b3>.content__a6ffd098{width:456px;text-align:center}.filterPanel__a139f3bb{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__ec6be6f7{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__ec6be6f7>a:not(:first-child){margin-left:16px}.tabsLinePanel__81196c76{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__288087b2{0%{opacity:0}to{opacity:1}}.tableBasic__f3c9302a{position:relative}.tableBasic__f3c9302a table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__f3c9302a table th.alignLeft__fa10c9b6,.tableBasic__f3c9302a table td.alignLeft__fa10c9b6{text-align:left}.tableBasic__f3c9302a table th.alignRight__e8950067,.tableBasic__f3c9302a table td.alignRight__e8950067{text-align:right}.tableBasic__f3c9302a table th.alignCenter__de1fdcc7,.tableBasic__f3c9302a table td.alignCenter__de1fdcc7{text-align:center}.tableBasic__f3c9302a table th.verticalAlignBaseline__0421a15f,.tableBasic__f3c9302a table td.verticalAlignBaseline__0421a15f{vertical-align:baseline}.tableBasic__f3c9302a table th.verticalAlignSub__65db327f,.tableBasic__f3c9302a table td.verticalAlignSub__65db327f{vertical-align:sub}.tableBasic__f3c9302a table th.verticalAlignSuper__0d5837ae,.tableBasic__f3c9302a table td.verticalAlignSuper__0d5837ae{vertical-align:super}.tableBasic__f3c9302a table th.verticalAlignTextTop__ca0927a4,.tableBasic__f3c9302a table td.verticalAlignTextTop__ca0927a4{vertical-align:text-top}.tableBasic__f3c9302a table th.verticalAlignTextBottom__25d6db73,.tableBasic__f3c9302a table td.verticalAlignTextBottom__25d6db73{vertical-align:text-bottom}.tableBasic__f3c9302a table th.verticalAlignMiddle__48c015cf,.tableBasic__f3c9302a table td.verticalAlignMiddle__48c015cf{vertical-align:middle}.tableBasic__f3c9302a table th.verticalAlignTop__dd177c5a,.tableBasic__f3c9302a table td.verticalAlignTop__dd177c5a{vertical-align:top}.tableBasic__f3c9302a table th.verticalAlignBottom__d5a2ceb8,.tableBasic__f3c9302a table td.verticalAlignBottom__d5a2ceb8{vertical-align:bottom}.tableBasic__f3c9302a table>thead>tr{height:48px}.tableBasic__f3c9302a table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-0-14-1);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-14-1)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__f3c9302a table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-0-14-1),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-0-14-1)}}.tableBasic__f3c9302a table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__f3c9302a table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__f3c9302a table>thead>tr>th.checkboxType__a10b9888{padding:16px 12px}.tableBasic__f3c9302a table>thead>tr>th .thBlock__ab6ef417{display:inline-flex;vertical-align:top}.tableBasic__f3c9302a table>thead>tr>th .thBlock__ab6ef417.order__1ab6d8e2{cursor:pointer}.tableBasic__f3c9302a table>thead>tr>th .thBlock__ab6ef417.order__1ab6d8e2 .orderButton__8eea18bf{display:flex;visibility:hidden;align-items:center}.tableBasic__f3c9302a table>thead>tr>th .thBlock__ab6ef417.order__1ab6d8e2 .orderButton__8eea18bf.alignLeft__fa10c9b6{margin-right:8px}.tableBasic__f3c9302a table>thead>tr>th .thBlock__ab6ef417.order__1ab6d8e2 .orderButton__8eea18bf.alignRight__e8950067{margin-left:8px}.tableBasic__f3c9302a table>thead>tr>th .thBlock__ab6ef417.order__1ab6d8e2 .orderButton__8eea18bf.sorted__d692e939{visibility:visible}.tableBasic__f3c9302a table>thead>tr>th .thBlock__ab6ef417.order__1ab6d8e2:hover .orderButton__8eea18bf{visibility:visible}.tableBasic__f3c9302a table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-14-1)}.tableBasic__f3c9302a table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__f3c9302a table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__f3c9302a table>tbody>tr>td.textType__f7be8cff{padding:12px}.tableBasic__f3c9302a table>tbody>tr>td.componentsType__83eceea4{padding:8px 12px}.tableBasic__f3c9302a table>tbody>tr>td.checkboxType__a10b9888{padding:10px 12px 12px}.tableBasic__f3c9302a table>tbody>tr.selected__6913370c>td{background-color:var(--triplex-next-TableBasic-Background_Selected-0-14-1)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__f3c9302a table>tbody>tr.selected__6913370c>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-0-14-1),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-0-14-1)}}.tableBasic__f3c9302a table>tbody.clickable__fcb19ae3>tr{cursor:pointer}.tableBasic__f3c9302a table>tbody.hoverable__1f26fad0>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-0-14-1)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__f3c9302a table>tbody.hoverable__1f26fad0>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-0-14-1),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-0-14-1)}}.tableBasic__f3c9302a .footerEmptyData__dd6a7cce{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__f3c9302a .spinnerWrapper__79aa322f{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__f3c9302a .spinnerWrapper__79aa322f .tableLoaderScreen__c3009628{border-radius:8px 8px 0 0}.tableBasic__f3c9302a .overlayCover__3be88fbc{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-0-14-1);animation:fadeIn__288087b2 .3s}.tableBasicSettingsBody__bf0598ea{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__0bb92314{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-14-1)!important}.columnSettingsSortableListItemTarget__0bb92314:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-14-1)!important}.columnSettingsSortableListItemTarget__0bb92314.dragging__315473c4{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-14-1)!important}.columnSettingsStaticListItem__93b7de6d{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-14-1)}.tableBasicSettingsFooter__984c6d79{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-14-1);padding:11px 12px 12px}.tableBasicSettingsHeader__51ef1904{padding:16px 12px 12px}.tableSettingsLink__e4628924{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__71c026eb{width:320px}.tableFooterWrapper__ea745164{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__ea745164 .tableFooterShadow__dae25ea7{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-0-14-1);pointer-events:none}.tableFooterWrapper__ea745164 .tableFooter__1bed586c{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-0-14-1);padding:16px 12px;border-radius:8px}.tableFooterWrapper__ea745164 .tableFooter__1bed586c .tableFooterSummary__27d67e50{display:flex;align-items:center}.tableFooterWrapper__ea745164 .tableFooter__1bed586c .tableFooterSummary__27d67e50 .tableFooterSummarySelectedCount__c5d6477a,.tableFooterWrapper__ea745164 .tableFooter__1bed586c .tableFooterSummary__27d67e50 .tableFooterSummarySelectAllButton__a0dc23ed,.tableFooterWrapper__ea745164 .tableFooter__1bed586c .tableFooterSummary__27d67e50 .tableFooterSummaryAmount__730ce12c{display:inline-flex}.tableFooterWrapper__ea745164 .tableFooter__1bed586c .tableFooterSummary__27d67e50 .tableFooterSummarySelectedCount__c5d6477a,.tableFooterWrapper__ea745164 .tableFooter__1bed586c .tableFooterSummary__27d67e50 .tableFooterSummarySelectAllButton__a0dc23ed,.tableFooterWrapper__ea745164 .tableFooter__1bed586c .tableFooterSummary__27d67e50 .tableFooterSummaryAmount__730ce12c,.tableFooterWrapper__ea745164 .tableFooter__1bed586c .tableFooterSummary__27d67e50 .tableFooterSummaryLabel__8af9a196{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__ea745164{height:112px}}.paginationPanel__80255a1d{margin-top:16px}.masterTable__bdffd197{position:relative}.orderedListItem__c1a21052{counter-increment:list-item-tx}.orderedListItem__c1a21052:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__c1a21052+.orderedListItem__c1a21052{margin-top:8px}.orderedList__42d56075{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldDesktop__4523083c{position:relative}.suggestDropdownListItem__78498d1a{overflow:hidden;text-overflow:ellipsis}.suggestFieldMobile__fe9fe172{position:relative}.suggestFieldMobileBody__08c26760{height:176px}.suggestFieldMobileDropdownHint__ac5421b1{padding:16px}.lightBox__1ef6fe82{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__1ef6fe82 .lightBoxBackdrop__f01c92e3{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-14-1)}.lightBox__1ef6fe82.lightBoxSideOverlayActive__40ca1b5f,.lightBox__1ef6fe82.lightBoxTopOverlayActive__834dd3ee{overflow-y:hidden}.lightBox__1ef6fe82 .lightBoxContent__a0369f03{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-0-14-1)}.lightBox__1ef6fe82 .lightBoxContent__a0369f03>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__1ef6fe82 .lightBoxContent__a0369f03>.global-page{padding:16px}}.lightBox__1ef6fe82 .loadingContentOverlay__7906d73e{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__1ef6fe82 .lightBoxContentResizeWrapper__3c21a5bb{position:absolute;left:0;right:0;height:0}.lightBox__1ef6fe82 .tempElSafariBug__48dff804{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__bc899ef9,.global-LB-less-or-equal-media-point-0 .lightBox__1ef6fe82.lightBoxSideOverlayActive__40ca1b5f{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__a0369f03{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__a0369f03{padding-left:80px;padding-right:80px}.lightBoxControls__93d30504{z-index:100}.withKeyboardEvent__733dbcb8{display:inline-block}.withoutKeyboardEvent__9fde3d96,.lightBox__1ef6fe82.lightBoxSideOverlayActive__40ca1b5f .withKeyboardEvent__733dbcb8,.lightBox__1ef6fe82.lightBoxTopOverlayActive__834dd3ee .withKeyboardEvent__733dbcb8,.lightBox__1ef6fe82.isLoading__74f66a15 .withKeyboardEvent__733dbcb8{display:none}.lightBox__1ef6fe82.lightBoxSideOverlayActive__40ca1b5f .withoutKeyboardEvent__9fde3d96,.lightBox__1ef6fe82.lightBoxTopOverlayActive__834dd3ee .withoutKeyboardEvent__9fde3d96,.lightBox__1ef6fe82.isLoading__74f66a15 .withoutKeyboardEvent__9fde3d96{display:inline-block}.lightBox__1ef6fe82.isLoading__74f66a15 .lightBoxPrev__b009245b,.lightBox__1ef6fe82.isLoading__74f66a15 .lightBoxNext__0bd453bb{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__93d30504{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__ed3a3cb1{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__0fd28262{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__f7188be9{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__b009245b,.global-LB-less-or-equal-media-point-0 .lightBoxNext__0bd453bb{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__b009245b{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__9b35cdec,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__2f6fba37{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__93d30504{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__ed3a3cb1{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__0fd28262{display:none}.global-LB-more-media-point-0 .lightBoxClose__f7188be9{position:fixed;left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px);top:calc(40px + var(--lightBox-screen-top))}.global-LB-more-media-point-0 .lightBoxPrev__b009245b,.global-LB-more-media-point-0 .lightBoxNext__0bd453bb{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__b009245b{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__0bd453bb{left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__c776e945{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__c776e945.fixed__2eefba5c{position:fixed}.overlay__c776e945.closing__3f4b2a81,.overlay__c776e945.opened__85e64eae{visibility:visible;left:0;right:0}.overlayPanel__1aad6648{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-0-14-1);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__1aad6648.bottom__1e265ca2{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__1aad6648.left__85bed2e9{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__1aad6648.right__51c65782{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__1aad6648.top__d2f01c4f{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__1aad6648.left__85bed2e9.opened__85e64eae,.overlayPanel__1aad6648.right__51c65782.opened__85e64eae{transform:translate(0)}.overlayPanel__1aad6648.top__d2f01c4f.opened__85e64eae,.overlayPanel__1aad6648.bottom__1e265ca2.opened__85e64eae{transform:translateY(0)}.overlayContent__d8bff774{display:flex;min-height:100%}.overlayMask__2f44e3b1{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-0-14-1);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__2f44e3b1.overlayOpened__d3a6ca65{opacity:1}.lightBoxSideOverlayLoaderWrapper__2e0a98f3{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}.lightBoxSideOverlayCloseDesktop__290a06b3{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__16c854c1{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__290a06b3{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__16c854c1{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__16c854c1{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__290a06b3{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__16c854c1{display:none}.lightBoxSideOverlayMask__3be15f5c{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-14-1)}.lightBoxSideOverlayWrapper__e018e417{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__e018e417.overflowXHidden__a0146917{overflow-x:hidden}.lightBoxSideOverlayWrapper__e018e417.overflowYHidden__c69adc7a{overflow-y:hidden}.lightBoxSideOverlayWrapper__e018e417.closing__fff7fa59,.lightBoxSideOverlayWrapper__e018e417.opened__bbf81e48{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__e018e417.closing__fff7fa59{pointer-events:none}.lightBoxSideOverlayWrapper__e018e417 .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__e018e417 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__e018e417 .lightBoxSideOverlayContent__a98b90f2{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-0-14-1);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__e018e417 .lightBoxSideOverlayContent__a98b90f2.opened__bbf81e48{transform:none}.lightBoxSideOverlayWrapper__e018e417 .lightBoxSideOverlayContent__a98b90f2.opening__6b6fb2f9{transform:translateY(0)}.lightBoxSideOverlayWrapper__e018e417.sizeSM__879d33c2 .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__e018e417.sizeMD__128ecb98 .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__e018e417.sizeLG__fef0851d .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__e018e417 .lightBoxSideOverlayBase__d4ce5997{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__e018e417 .lightBoxSideOverlayContent__a98b90f2{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__e018e417 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__e018e417 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__599f6215{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__599f6215.closing__fff7fa59,.lightBoxSideOverlay__599f6215.opening__6b6fb2f9{overflow-x:hidden}.topOverlayMask__9ea04184{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-0-14-1);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__c0915d78{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__c0915d78.closing__a61ca5e8,.topOverlayWrapper__c0915d78.opened__abfa00f5{bottom:0}.topOverlayWrapper__c0915d78 .topOverlayPanel__ae1d2502{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__6fc22bb9{z-index:500}@media (max-width: 767px){.topOverlayPanel__ae1d2502{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__001bd896{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--left-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;left:var(--left-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--left-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:left-sidebar-wrapper}.lightBoxLeftSidebar__001bd896.fixed__055c46f2{position:fixed}@container left-sidebar-wrapper (max-width: 100px){.lightBoxLeftSidebarInner__470c3b96{display:none}}.lightBoxRightSidebar__876aa7c1{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--right-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;right:var(--right-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--right-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:right-sidebar-wrapper}.lightBoxRightSidebar__876aa7c1.fixed__055c46f2{position:fixed}@container right-sidebar-wrapper (max-width: 100px){.lightBoxRightSidebarInner__f1d4a607{display:none}}html.scroll-0__695de17b{--triplex-next-scroll-width: 0px}html.scroll-15__cfeef167{--triplex-next-scroll-width: 15px}html.scroll-16__dd5f1124{--triplex-next-scroll-width: 16px}html.scroll-17__6711ef4e{--triplex-next-scroll-width: 17px}.smsField__aab191cc{display:inline-block;position:relative;width:100%}.smsField__aab191cc .input__30f3ba3f{text-align:center}.smsField__aab191cc .input__30f3ba3f::placeholder{opacity:1}.smsField__aab191cc .input__30f3ba3f:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-0-14-1)}.smsField__aab191cc .input__30f3ba3f.lg__77e0a037{padding:18px 40px}.smsField__aab191cc .input__30f3ba3f.md__d8bc934f{padding-left:26px;padding-right:26px}.smsField__aab191cc .input__30f3ba3f.sm__8f998edb{padding-left:20px;padding-right:20px}.smsField__aab191cc .btnRefresh__62e456af{position:absolute;outline:none;z-index:1}.smsField__aab191cc .btnRefresh__62e456af.lg__77e0a037{top:12px;left:12px;height:32px;width:32px}.smsField__aab191cc .btnRefresh__62e456af.md__d8bc934f{top:10px;left:10px}.smsField__aab191cc .btnRefresh__62e456af.sm__8f998edb{top:4px;left:4px}.smsField__aab191cc .btnRefresh__62e456af .full__a690be78{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-0-14-1)}.smsField__aab191cc .btnRefresh__62e456af .empty__c9d23356{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-0-14-1)}.smsField__aab191cc .btnRefresh__62e456af:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-0-14-1)}.smsField__aab191cc .btnSubmit__da9de463{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-0-14-1)}.smsField__aab191cc .btnSubmit__da9de463.active__216e605d:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-0-14-1)}.smsField__aab191cc .btnSubmit__da9de463.active__216e605d:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-0-14-1)}.smsField__aab191cc .btnSubmit__da9de463.lg__77e0a037{top:15px;right:15px;height:26px;width:26px}.smsField__aab191cc .btnSubmit__da9de463.md__d8bc934f{top:10px;right:10px}.smsField__aab191cc .btnSubmit__da9de463.sm__8f998edb{top:4px;right:4px}.spoiler__fad9ccfc{display:flex;flex-direction:column}.spoiler__fad9ccfc.opened__39ae3335 .caretIcon__e0c6add6{transform:rotate(-180deg)}.spoiler__fad9ccfc .head__0d599f46 .caretIcon__e0c6add6{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__fad9ccfc .head__0d599f46 button>span{white-space:normal;text-align:left}.spoiler__fad9ccfc .content__39496ad8.hidden__5f8bd1ef{display:none}.spoiler__fad9ccfc .lg__e1161c11 .content__39496ad8{margin-top:8px}.spoiler__fad9ccfc .md__ce413183 .content__39496ad8{margin-top:0}.spoiler__fad9ccfc .sm__190d2893 .content__39496ad8{margin-top:-4px}.statusTrackerWrapper__c43aebd8{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-0-14-1);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-0-14-1);overflow:hidden;height:100%}.statusTrackerWrapper__c43aebd8 .statusTracker__23653a8c{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__c43aebd8 .statusTracker__23653a8c.verticalAlignMiddle__aedc0c01{align-self:center}.statusTrackerWrapper__c43aebd8 .statusTracker__23653a8c.verticalAlignBottom__f628b60b{align-self:end}.statusTrackerWrapper__c43aebd8 .statusTracker__23653a8c .statusTrackerChild__29ebf23d{padding:8px 0}.statusTrackerWrapper__c43aebd8 .statusTracker__23653a8c .statusTrackerChild__29ebf23d:empty{padding:0}.statusTrackerWrapper__c43aebd8 .statusTracker__23653a8c .statusTrackerSum__76ccbd10,.statusTrackerWrapper__c43aebd8 .statusTracker__23653a8c .statusTrackerTitle__98520258{padding-bottom:4px}.statusTrackerWrapper__c43aebd8 .statusTracker__23653a8c .statusTrackerDescription__9fbfdc16{display:block;padding-top:8px}.statusTrackerWrapper__c43aebd8 .statusTracker__23653a8c .statusTrackerAlert__4c6433e4{margin-top:12px;text-align:left}.statusTrackerWrapper__c43aebd8 .statusTracker__23653a8c .statusTrackerStatus__8c42a2cb{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__c43aebd8 .statusTracker__23653a8c .statusTrackerFooterWrapper__abbab83d{display:grid}.statusTrackerWrapper__c43aebd8 .statusTracker__23653a8c .statusTrackerFooterWrapper__abbab83d .statusTrackerDescription__9fbfdc16:last-child{padding-top:0}.statusTrackerWrapper__c43aebd8 .statusTracker__23653a8c .statusTrackerFooterWrapper__abbab83d .statusTrackerButton__cb09a121{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__c43aebd8 .statusTrackerColor__b836a030{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__c43aebd8 .statusTrackerColor__b836a030.waiting__8b22973e{background:var(--triplex-next-StatusTracker-Waiting_Color-0-14-1)}.statusTrackerWrapper__c43aebd8 .statusTrackerColor__b836a030.warning__36391f74{background:var(--triplex-next-StatusTracker-Warning_Background-0-14-1)}.statusTrackerWrapper__c43aebd8 .statusTrackerColor__b836a030.rejected__8c22dde6{background:var(--triplex-next-StatusTracker-Rejected_Color-0-14-1)}.statusTrackerWrapper__c43aebd8 .statusTrackerColor__b836a030.approved__88401f73{background:var(--triplex-next-StatusTracker-Approved_Color-0-14-1)}.statusTrackerWrapper__c43aebd8 .statusTrackerBackground__022f98d7{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__c43aebd8 .statusTrackerBackground__022f98d7.waiting__8b22973e{background:var(--triplex-next-StatusTracker-Waiting_Background-0-14-1)}.statusTrackerWrapper__c43aebd8 .statusTrackerBackground__022f98d7.warning__36391f74{background:var(--triplex-next-StatusTracker-Warning_Background-0-14-1)}.statusTrackerWrapper__c43aebd8 .statusTrackerBackground__022f98d7.rejected__8c22dde6{background:var(--triplex-next-StatusTracker-Rejected_Background-0-14-1)}.statusTrackerWrapper__c43aebd8 .statusTrackerBackground__022f98d7.approved__88401f73{background:var(--triplex-next-StatusTracker-Approved_Background-0-14-1)}@media (max-width: 767px){.statusTrackerWrapper__c43aebd8{border-radius:16px}}.smallInput__440f243d{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-0-14-1);background:var(--triplex-next-SmallInput-Background-0-14-1);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-0-14-1)}.smallInput__440f243d::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-0-14-1);opacity:1}.smallInput__440f243d::-ms-clear{display:none}.documentNumberEdit__3fee804a .label__e1ad84c2{display:inline-block;margin-right:8px}.documentNumberEdit__3fee804a .inputEditWrapper__0ad176f5{width:68px;display:inline-block}.sliderExtendedDot__1aadbde0{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-0-14-1);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__1aadbde0:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-14-1)}.sliderExtendedDot__1aadbde0.focusedByClick__2a772c56:focus{box-shadow:none}.sliderExtendedDot__1aadbde0:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-0-14-1);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__1aadbde0:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-0-14-1);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__1aadbde0.disabled__028c73d2{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-0-14-1)}.sliderExtendedDot__1aadbde0.disabled__028c73d2:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-0-14-1)}.sliderExtendedDot__1aadbde0.disabled__028c73d2:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-0-14-1)}.sliderExtendedDot__1aadbde0:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-0-14-1)}.sliderExtendedDot__1aadbde0:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-14-1)}.sliderExtendedDot__1aadbde0.dragByMouse__a7f00181{background:var(--triplex-next-Slider-Dot_Background_Select-0-14-1)}.sliderExtendedDot__1aadbde0.dragByMouse__a7f00181:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-14-1)}.sliderExtendedDot__1aadbde0:hover .sliderExtendedTooltipOverlay__e2198aff,.sliderExtendedDot__1aadbde0:focus .sliderExtendedTooltipOverlay__e2198aff{visibility:visible}.sliderExtendedDot__1aadbde0.lg__e4dbc35c{width:28px;height:28px}.sliderExtendedDot__1aadbde0.lg__e4dbc35c:after{width:10px;height:10px}.sliderExtendedDot__1aadbde0.lg__e4dbc35c:before{width:14px;height:14px}.sliderExtendedMarks__617f43c8{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__7b0eb194{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__7b0eb194 .sliderExtendedMarkDot__1c6fd97f{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-0-14-1);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__7b0eb194 .sliderExtendedMarkDot__1c6fd97f.inSelectedRange__b6540d6d{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-0-14-1)}.sliderExtendedMark__7b0eb194.lg__e4dbc35c{top:20px}.sliderExtendedMark__7b0eb194.lg__e4dbc35c .sliderExtendedMarkDot__1c6fd97f{top:-20px}.sliderExtendedMark__7b0eb194 .sliderExtendedMarkText__53fc2b7d{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__7b0eb194.disabled__028c73d2{pointer-events:none}.sliderExtendedMark__7b0eb194.disabled__028c73d2 .sliderExtendedMarkText__53fc2b7d{pointer-events:none;opacity:.35}.sliderExtendedMark__7b0eb194.disabled__028c73d2 .sliderExtendedMarkDot__1c6fd97f{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-14-1)}.sliderExtendedMark__7b0eb194:first-child,.sliderExtendedMark__7b0eb194:last-child{transform:none}.sliderExtendedMark__7b0eb194:first-child.reverse__e0e55eb7 .sliderExtendedMarkDot__1c6fd97f{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__7b0eb194:first-child.reverse__e0e55eb7 .sliderExtendedMarkText__53fc2b7d{margin-right:-4px}.sliderExtendedMark__7b0eb194:first-child:not(.reverse__e0e55eb7) .sliderExtendedMarkDot__1c6fd97f{left:0;transform:translate(-50%)}.sliderExtendedMark__7b0eb194:first-child .sliderExtendedMarkText__53fc2b7d{margin-left:-4px}.sliderExtendedMark__7b0eb194:last-child.reverse__e0e55eb7 .sliderExtendedMarkDot__1c6fd97f{left:0;transform:translate(-50%)}.sliderExtendedMark__7b0eb194:last-child.reverse__e0e55eb7 .sliderExtendedMarkText__53fc2b7d{margin-left:-4px}.sliderExtendedMark__7b0eb194:last-child:not(.reverse__e0e55eb7) .sliderExtendedMarkDot__1c6fd97f{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__7b0eb194:last-child .sliderExtendedMarkText__53fc2b7d{margin-right:-4px}.sliderExtendedMark__7b0eb194.active__18dd470a{pointer-events:none}.sliderExtendedRail__6d9a0fa3{height:4px;background:var(--triplex-next-Slider-Rail_Background-0-14-1);cursor:pointer}.sliderExtended__14b4f7e8{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__14b4f7e8.disabled__028c73d2 .sliderExtendedRail__6d9a0fa3{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-0-14-1)}.sliderExtended__14b4f7e8.lg__e4dbc35c{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__b795c004{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-0-14-1);z-index:10}.sliderExtendedTrack__b795c004.lg__e4dbc35c{top:12px}.sliderExtendedTrack__b795c004:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-14-1)}.sliderExtendedTrack__b795c004.focusedByClick__2a772c56:focus{box-shadow:none}.sliderExtendedTrack__b795c004.hoverOrDragByMouse__cb9286c7{background:var(--triplex-next-Slider-Track_Background_Hover-0-14-1)}.sliderExtendedTrack__b795c004.staticSlider__62f838c2{cursor:default;pointer-events:none}.sliderExtendedTrack__b795c004.disabled__028c73d2{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-0-14-1)}.sliderExtendedTooltipOverlay__e2198aff{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__e2198aff.lg__e4dbc35c{bottom:32px}.sliderExtendedTooltipOverlay__e2198aff .tooltipBody__f52b01e5{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-0-14-1);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-0-14-1);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__e2198aff .tooltipTip__c52e53d5{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-0-14-1);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__e2198aff .tooltipTip__c52e53d5{margin:-.5px}}.treeView__511e8b28,.treeViewGroup__5cd38240{margin:0;padding:0}.treeView__511e8b28 .treeViewNode__c64ef24c,.treeViewGroup__5cd38240 .treeViewNode__c64ef24c{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__36e36e52.collapsed__45ce226b{visibility:hidden}.checkboxTreeExtended__ccfd5d2f{margin-bottom:-12px;padding:12px}.checkboxTreeExtendedNode__cc8548f1 .checkboxTreeExtendedNode__cc8548f1{margin-left:24px}.checkboxTreeExtendedNodeHeader__a4259625{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__a4259625.sm__68d79e70{margin-bottom:10px}.checkboxTreeExtendedNodeHeader__a4259625.md__e8af9fb0,.checkboxTreeExtendedNodeHeader__a4259625.lg__6ae91b8b{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__a4259625 .checkboxTreeCheckboxLabel__282c4f62{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__a4259625 .caretIconWrapper__a0ccd6a5{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__a4259625 .caretIconWrapper__a0ccd6a5:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-0-14-1)}.checkboxTreeExtendedNodeHeader__a4259625.opened__ffa9804f .caretIconWrapper__a0ccd6a5{transform:rotate(180deg)}@media (max-width: 767px){.checkboxTreeExtended__ccfd5d2f{padding:12px 14px}}.chipGroup__67e94667{display:flex}.chipGroup__67e94667.oneLine__12ab2ed0{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__67e94667.oneLine__12ab2ed0::-webkit-scrollbar{display:none}.chipGroup__67e94667.multiLine__1e84f42b{flex-wrap:wrap}.chipGroup__67e94667.lg__dabbccaa{gap:12px}.chipGroup__67e94667.md__40591206,.chipGroup__67e94667.sm__03d5b3fb{gap:8px}.confirm__26bdddfa{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__26bdddfa.isInLightBox__f029cfb7{max-width:800px}.confirm__26bdddfa.isInSideOverlaySM__542e90f7{max-width:416px}.confirm__26bdddfa.isInSideOverlayMD__72f78aed{max-width:536px}.confirm__26bdddfa.isInSideOverlayLG__67881bb6{max-width:736px}.confirmCloseButton__a878ec43{position:absolute;top:24px;right:24px}.confirmContent__dcaa7ab0{margin-bottom:24px;padding-right:56px}.confirmControls__cbde0b56{white-space:nowrap}.confirmContentTitle__0b777e7b{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__a878ec43{top:16px;right:16px}.confirmContent__dcaa7ab0{margin-bottom:16px}}.divider__38d45558{height:1px;margin:0;background:var(--triplex-next-Divider-Background-0-14-1);border:none}.marginTopSize-4__c3902a4a{margin-top:4px}.marginBottomSize-4__ffe88a87{margin-bottom:4px}.marginTopSize-8__084ea5f7{margin-top:8px}.marginBottomSize-8__97c794a5{margin-bottom:8px}.marginTopSize-12__294c66e2{margin-top:12px}.marginBottomSize-12__a32bd414{margin-bottom:12px}.marginTopSize-16__2b508122{margin-top:16px}.marginBottomSize-16__d7d4134b{margin-bottom:16px}.marginTopSize-20__89c15c57{margin-top:20px}.marginBottomSize-20__ac3873a4{margin-bottom:20px}.marginTopSize-24__d29c51dd{margin-top:24px}.marginBottomSize-24__73f04c6a{margin-bottom:24px}.marginTopSize-28__d844226f{margin-top:28px}.marginBottomSize-28__f4c6b6e7{margin-bottom:28px}.marginTopSize-32__43a98dcc{margin-top:32px}.marginBottomSize-32__b75d9b58{margin-bottom:32px}.listMasterChipGroup__e9d0dda1{padding:0 16px}.listMasterFooter__db3bb5e7{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-0-14-1);color:var(--triplex-next-ListMaster-Footer_Color-0-14-1);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__db3bb5e7.sticky__0090c2ff{position:sticky;bottom:0}.listMasterFooterDescription__72f7e066{padding-right:16px}.listMasterFooterControls__27062983{white-space:nowrap}.listMasterHeader__7693c174{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-0-14-1);color:var(--triplex-next-ListMaster-Header_Color-0-14-1)}.listMasterHeader__7693c174.sticky__0090c2ff{position:sticky;top:0;z-index:1}.selectionControls__4a7e4891{display:flex;justify-content:space-between;align-items:center}.uploadZone__446ed5e0{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-0-14-1)}.uploadZone__446ed5e0:hover{background:var(--triplex-next-UploadZone-Background_Hover-0-14-1)}.uploadZoneDragArea__53ee58d7{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-14-1);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__01202f6f{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-14-1);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-0-14-1);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-0-14-1);border-radius:8px;box-sizing:border-box}.uploadZoneInput__fc2b8ecd{display:none}@media (max-width: 767px){.uploadZone__446ed5e0,.uploadZone__446ed5e0:hover{background:none}.uploadZoneDragArea__53ee58d7{display:none}}button.helpBoxButton__9afc14a4{position:relative;vertical-align:text-bottom}.dateRange__7d626fc7{display:flex;align-items:center}.dateRangeButton__7fa692a4{z-index:1}.separator__d6bb5616{width:20px;height:20px;flex-shrink:0}.tagColor__e2be1af6{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__e2be1af6.sm__fa83a72b{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__e2be1af6.md__4dc2549f{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__e2be1af6.lg__6ca54494{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__e2be1af6.default__cf78aaed{background:var(--triplex-next-TagColor-Background_Default-0-14-1)}.tagColor__e2be1af6.success__43cd8752{background:var(--triplex-next-TagColor-Background_Success-0-14-1)}.tagColor__e2be1af6.info__237f7660{background:var(--triplex-next-TagColor-Background_Info-0-14-1)}.tagColor__e2be1af6.warning__c4b8e0ab{background:var(--triplex-next-TagColor-Background_Warning-0-14-1)}.tagColor__e2be1af6.error__7abb51ac{background:var(--triplex-next-TagColor-Background_Error-0-14-1)}.content__e1d8abbb{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-0-14-1)}
|