@sberbusiness/triplex-next 1.19.1 → 1.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +60 -22
- package/chunks/{AlertProcessSpoiler-CJysh-L6.js → AlertProcessSpoiler-io5SjBK8.js} +9 -9
- package/chunks/CalendarViewItem-CW39vnxU.js +101 -0
- package/chunks/Card.module-wkZoieJo.js +17 -0
- package/chunks/CheckboxTreeExtended.module-yaZgGm0h.js +15 -0
- package/chunks/{Chip-Cp4nSSv9.js → Chip-CtmEt4Cp.js} +20 -20
- package/chunks/Confirm.module-Bi0IoVgW.js +15 -0
- package/chunks/{DropdownListItem-Czxj-82d.js → DropdownListItem-gGRZUigY.js} +14 -14
- package/chunks/DropdownMobile.module-D1Tda3VC.js +23 -0
- package/chunks/Footer.module-dEM87TWq.js +9 -0
- package/chunks/FormFieldInput-BXZLkCG-.js +60 -0
- package/chunks/HeaderLayoutSidebar.module-CPuC-nCL.js +9 -0
- package/chunks/HeaderTabs.module-lGf7L-VN.js +9 -0
- package/chunks/{HeaderTitle.module-bJWT64K6.js → HeaderTitle.module-G-lXVibC.js} +2 -2
- package/chunks/IslandAccordion.module-CmJ_07-4.js +25 -0
- package/chunks/IslandWidgetFooter.module-PAcTvDvE.js +9 -0
- package/chunks/IslandWidgetHeader.module-CCpvQ7cl.js +12 -0
- package/chunks/LightBoxContent-Dwdsxv-p.js +56 -0
- package/chunks/LightBoxControls.module-C0ehN4OK.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DQQjxPZ4.js +9 -0
- package/chunks/{ListItemControlsButton-CLWIOf-c.js → ListItemControlsButton-CXrdUtOj.js} +8 -8
- package/chunks/ListItemTail.module-t77bOXMm.js +12 -0
- package/chunks/ListMasterFooter.module-S-2GdDuq.js +10 -0
- package/chunks/ModalWindow.module-BNDWxL9E.js +17 -0
- package/chunks/Notification.module-BukggXdi.js +20 -0
- package/chunks/Overlay.module-DNkYF6tu.js +18 -0
- package/chunks/Page.module-Bz9n-Dho.js +11 -0
- package/chunks/{RightBorderArrow-CDLZGJBa.js → RightBorderArrow-BStHeZkJ.js} +12 -12
- package/chunks/SMSField.module-DBEf-aa7.js +16 -0
- package/chunks/SliderExtendedMarks.module-QVPE-s18.js +15 -0
- package/chunks/SliderExtendedRail-1zC_WMFD.js +40 -0
- package/chunks/StatusTracker.module-_Hh_EXXG.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-B1qT-8-p.js → SuggestFieldMobileDropdownHint-DP7pX8_2.js} +2 -2
- package/chunks/TableFooter.module-nim97iDm.js +14 -0
- package/chunks/TabsExtended.module-33reL6bh.js +16 -0
- package/chunks/TabsLine.module-BS4pWC4f.js +21 -0
- package/chunks/TooltipDesktop.module-CU1qQ4fM.js +19 -0
- package/chunks/TreeView.module-7JefvvHQ.js +9 -0
- package/chunks/{UploadZoneInput-CXhNQ2dO.js → UploadZoneInput--cEsI9GG.js} +8 -8
- package/chunks/{constants-sbJX8JQ4.js → constants-Dag2NxzH.js} +15 -15
- package/chunks/utils-C81PwsD3.js +24 -0
- package/chunks/utils-DKXtpqrd.js +73 -0
- package/chunks/{utils-OFOU7B72.js → utils-mDzXEbG8.js} +6 -6
- package/chunks/{utils-BIaaXA7W.js → utils-wIML3CoI.js} +6 -6
- package/chunks/{vendor-Dlne6Znf.js → vendor-CuCj7SgU.js} +7116 -6977
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +6 -6
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +8 -8
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +16 -16
- package/components/Badge/Badge.js +8 -8
- package/components/Badge/BadgeDot.js +10 -10
- package/components/Badge/components/BadgeContent.js +14 -14
- package/components/Badge/components/BadgePostfix.js +5 -5
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +19 -19
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +12 -12
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +9 -9
- package/components/Calendar/Calendar.js +3 -3
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +19 -19
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +12 -12
- package/components/Checkbox/Checkbox.js +14 -14
- package/components/Checkbox/CheckboxXGroup.js +16 -16
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +18 -10
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +35 -28
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +2 -2
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +25 -24
- package/components/Chip/ChipDropdownArrow.js +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +10 -10
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +8 -8
- package/components/Col/Col.js +141 -141
- package/components/CollapsableTree/components/CollapsableTreeNode.js +16 -16
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/Confirm/index.js +4 -2
- 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 +11 -11
- package/components/DesignTokens/DesignTokenUtils.js +7 -7
- package/components/DesignTokens/DesignTokensCore.js +8 -0
- package/components/DesignTokens/components/Pagination.js +2 -5
- package/components/DesignTokens/types/DesignTokensTypes.js +2 -0
- package/components/Divider/Divider.js +18 -18
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
- package/components/Dropdown/desktop/DropdownDesktop.js +3 -3
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +3 -3
- 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 +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileList.js +14 -21
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +3 -3
- package/components/Ellipsis/Ellipsis.js +9 -9
- package/components/ExpandAnimation/ExpandAnimation.js +17 -17
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +69 -67
- package/components/FormField/FormFieldContext.js +4 -3
- package/components/FormField/components/FormFieldClear.js +5 -5
- package/components/FormField/components/FormFieldCounter.js +3 -3
- package/components/FormField/components/FormFieldDescription.js +6 -6
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +22 -22
- package/components/FormField/components/FormFieldMaskedInput.js +20 -20
- package/components/FormField/components/FormFieldPostfix.js +10 -10
- package/components/FormField/components/FormFieldPrefix.js +6 -6
- package/components/FormField/components/FormFieldTarget.js +34 -32
- package/components/FormField/components/FormFieldTextarea.js +12 -12
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +7 -7
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +8 -8
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +6 -6
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +75 -69
- package/components/IslandWidget/IslandWidget.js +14 -14
- package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +8 -8
- package/components/LightBox/LightBox.js +36 -36
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +26 -26
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +24 -24
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +3 -3
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +7 -7
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +3 -3
- package/components/Link/Link.js +21 -21
- package/components/List/List.js +3 -3
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +3 -3
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +7 -7
- package/components/List/components/ListItemControls.js +6 -6
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +4 -4
- package/components/List/components/ListItemSelectable.js +2 -2
- package/components/List/components/ListItemTable.js +9 -9
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +5 -5
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +6 -6
- 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 +2 -2
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +2 -2
- package/components/ListMaster/components/SelectionControls.js +7 -7
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +5 -5
- package/components/Loader/LoaderSmall/LoaderSmall.js +12 -12
- package/components/LoaderScreen/LoaderScreen.js +9 -9
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +14 -14
- package/components/ModalWindow/ModalWindow.js +14 -14
- package/components/ModalWindow/components/ModalWindowBody.js +5 -5
- package/components/ModalWindow/components/ModalWindowClose.js +7 -7
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
- package/components/ModalWindow/components/ModalWindowViewManager.js +5 -5
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +7 -7
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +4 -4
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +2 -2
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- 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/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +3 -3
- package/components/OrderedList/OrderedListItem.js +6 -6
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +9 -9
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +7 -7
- package/components/Pagination/components/PaginationNavigationButton.js +6 -6
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +24 -16
- package/components/Pagination/components/PaginationPageEllipsis.js +13 -9
- package/components/Pagination/components/PaginationSelect.js +6 -6
- package/components/Pagination/utils/paginationUtils.js +5 -5
- package/components/Portal/index.js +5 -0
- package/components/Radio/Radio.js +18 -18
- package/components/Radio/RadioXGroup.js +11 -11
- package/components/Radio/RadioYGroup.js +4 -4
- package/components/Row/Row.js +6 -6
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +3 -3
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +8 -8
- package/components/SegmentedControl/SegmentedControlSegment.js +9 -9
- package/components/SelectExtendedField/SelectExtendedField.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +72 -68
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +8 -8
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +11 -11
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +35 -35
- package/components/SmallInput/SmallInput.js +6 -6
- package/components/Spoiler/Spoiler.js +11 -11
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +15 -15
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +7 -7
- package/components/Stepper/StepperExtended.js +2 -2
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +3 -3
- package/components/Suggest/SuggestMobileDropdownContent.js +18 -17
- package/components/Suggest/useSuggest.js +1 -1
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +141 -137
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +59 -55
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +53 -49
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +75 -67
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +23 -23
- package/components/Table/FilterPanel.js +6 -6
- package/components/Table/MasterTable.js +3 -3
- package/components/Table/NoColumns.js +4 -4
- package/components/Table/PaginationPanel.js +5 -5
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +4 -4
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
- package/components/Table/TableFooter/TableFooter.js +2 -2
- 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 +6 -6
- package/components/Table/TabsLinePanelLinks.js +2 -2
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +20 -20
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +7 -7
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +120 -156
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +7 -7
- package/components/Tag/Tag.js +36 -36
- package/components/TagColor/TagColor.js +21 -19
- package/components/TagGroup/TagGroup.js +12 -12
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +3 -3
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +10 -10
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +2 -2
- package/components/Tooltip/index.js +13 -5
- package/components/TopOverlay/TopOverlay.js +31 -31
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/Typography/Caption.js +29 -29
- package/components/Typography/Text.js +10 -10
- package/components/Typography/Title.js +18 -18
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +7 -7
- package/components/UnorderedList/UnorderedListItem.js +11 -11
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +574 -560
- package/generated/refTokenTypes.js +1 -1
- package/helpers/less/colors.less +2 -0
- package/index.d.ts +231 -68
- package/index.js +618 -604
- package/package.json +5 -1
- package/styles/triplex-next.css +547 -546
- package/utils/amountUtils.js +1 -1
- package/chunks/CalendarViewItem-Dxr-IKuh.js +0 -101
- package/chunks/Card.module-DMUHU1y_.js +0 -17
- package/chunks/CheckboxTreeExtended.module-wyBivaJR.js +0 -14
- package/chunks/Confirm.module-BMe3cCgA.js +0 -15
- package/chunks/DropdownMobile.module-ChlziR7V.js +0 -23
- package/chunks/Footer.module-DdBlWFOs.js +0 -9
- package/chunks/FormFieldInput-Bb0syEep.js +0 -60
- package/chunks/HeaderLayoutSidebar.module-tndsgX78.js +0 -9
- package/chunks/HeaderTabs.module-T7IKL1xp.js +0 -9
- package/chunks/IslandAccordion.module-CLQD0a3_.js +0 -25
- package/chunks/IslandWidgetFooter.module-CPs8lx4X.js +0 -9
- package/chunks/IslandWidgetHeader.module-EYRdEBM6.js +0 -12
- package/chunks/LightBoxContent-6jOQAiJe.js +0 -56
- package/chunks/LightBoxControls.module-OIHtatwH.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-BB5P2oIx.js +0 -8
- package/chunks/ListItemTail.module-D9_VecUp.js +0 -12
- package/chunks/ListMasterFooter.module-Tad6_QUF.js +0 -10
- package/chunks/ModalWindow.module-CtWGFobP.js +0 -17
- package/chunks/Notification.module-1ONl_AQl.js +0 -20
- package/chunks/Overlay.module-BzUI6PNY.js +0 -18
- package/chunks/Page.module-BIAYhn48.js +0 -11
- package/chunks/SMSField.module-CshFlMUU.js +0 -16
- package/chunks/SliderExtendedMarks.module-BPt30iMn.js +0 -15
- package/chunks/SliderExtendedRail-Dc_iZlxS.js +0 -40
- package/chunks/StatusTracker.module-CTVX8mSd.js +0 -24
- package/chunks/TableFooter.module-CcIh2kO5.js +0 -14
- package/chunks/TabsExtended.module-DtrXq1jE.js +0 -16
- package/chunks/TabsLine.module-D5PBUMxf.js +0 -21
- package/chunks/TooltipDesktop.module-B2iSBrr1.js +0 -19
- package/chunks/TreeView.module-DEJX2JUM.js +0 -9
- package/chunks/utils-DHbotYsG.js +0 -73
- package/chunks/utils-DjwTklmD.js +0 -24
package/styles/triplex-next.css
CHANGED
|
@@ -1,546 +1,547 @@
|
|
|
1
|
-
html {--triplex-next-ColorBrand-0-1-
|
|
2
|
-
--triplex-next-ColorBrand-10-1-
|
|
3
|
-
--triplex-next-ColorBrand-20-1-
|
|
4
|
-
--triplex-next-ColorBrand-30-1-
|
|
5
|
-
--triplex-next-ColorBrand-40-1-
|
|
6
|
-
--triplex-next-ColorBrand-50-1-
|
|
7
|
-
--triplex-next-ColorBrand-60-1-
|
|
8
|
-
--triplex-next-ColorBrand-70-1-
|
|
9
|
-
--triplex-next-ColorBrand-80-1-
|
|
10
|
-
--triplex-next-ColorBrand-90-1-
|
|
11
|
-
--triplex-next-ColorBrand-
|
|
12
|
-
--triplex-next-
|
|
13
|
-
--triplex-next-ColorDarkNeutralAlpha-
|
|
14
|
-
--triplex-next-ColorDarkNeutralAlpha-
|
|
15
|
-
--triplex-next-ColorDarkNeutralAlpha-
|
|
16
|
-
--triplex-next-ColorDarkNeutralAlpha-
|
|
17
|
-
--triplex-next-ColorDarkNeutralAlpha-
|
|
18
|
-
--triplex-next-ColorDarkNeutralAlpha-
|
|
19
|
-
--triplex-next-ColorDarkNeutralAlpha-
|
|
20
|
-
--triplex-next-ColorDarkNeutralAlpha-
|
|
21
|
-
--triplex-next-ColorDarkNeutralAlpha-
|
|
22
|
-
--triplex-next-ColorDarkNeutralAlpha-
|
|
23
|
-
--triplex-next-
|
|
24
|
-
--triplex-next-ColorDarkNeutral-
|
|
25
|
-
--triplex-next-ColorDarkNeutral-
|
|
26
|
-
--triplex-next-ColorDarkNeutral-
|
|
27
|
-
--triplex-next-ColorDarkNeutral-
|
|
28
|
-
--triplex-next-ColorDarkNeutral-
|
|
29
|
-
--triplex-next-ColorDarkNeutral-
|
|
30
|
-
--triplex-next-ColorDarkNeutral-
|
|
31
|
-
--triplex-next-ColorDarkNeutral-
|
|
32
|
-
--triplex-next-ColorDarkNeutral-
|
|
33
|
-
--triplex-next-ColorDarkNeutral-
|
|
34
|
-
--triplex-next-
|
|
35
|
-
--triplex-next-ColorError-
|
|
36
|
-
--triplex-next-ColorError-
|
|
37
|
-
--triplex-next-ColorError-
|
|
38
|
-
--triplex-next-ColorError-
|
|
39
|
-
--triplex-next-ColorError-
|
|
40
|
-
--triplex-next-ColorError-
|
|
41
|
-
--triplex-next-ColorError-
|
|
42
|
-
--triplex-next-ColorError-
|
|
43
|
-
--triplex-next-ColorError-
|
|
44
|
-
--triplex-next-ColorError-
|
|
45
|
-
--triplex-next-
|
|
46
|
-
--triplex-next-ColorInfo-
|
|
47
|
-
--triplex-next-ColorInfo-
|
|
48
|
-
--triplex-next-ColorInfo-
|
|
49
|
-
--triplex-next-ColorInfo-
|
|
50
|
-
--triplex-next-ColorInfo-
|
|
51
|
-
--triplex-next-ColorInfo-
|
|
52
|
-
--triplex-next-ColorInfo-
|
|
53
|
-
--triplex-next-ColorInfo-
|
|
54
|
-
--triplex-next-ColorInfo-
|
|
55
|
-
--triplex-next-ColorInfo-
|
|
56
|
-
--triplex-next-
|
|
57
|
-
--triplex-next-ColorNeutralAlpha-
|
|
58
|
-
--triplex-next-ColorNeutralAlpha-
|
|
59
|
-
--triplex-next-ColorNeutralAlpha-
|
|
60
|
-
--triplex-next-ColorNeutralAlpha-
|
|
61
|
-
--triplex-next-ColorNeutralAlpha-
|
|
62
|
-
--triplex-next-ColorNeutralAlpha-
|
|
63
|
-
--triplex-next-ColorNeutralAlpha-
|
|
64
|
-
--triplex-next-ColorNeutralAlpha-
|
|
65
|
-
--triplex-next-ColorNeutralAlpha-
|
|
66
|
-
--triplex-next-ColorNeutralAlpha-
|
|
67
|
-
--triplex-next-
|
|
68
|
-
--triplex-next-ColorNeutral-
|
|
69
|
-
--triplex-next-ColorNeutral-
|
|
70
|
-
--triplex-next-ColorNeutral-
|
|
71
|
-
--triplex-next-ColorNeutral-
|
|
72
|
-
--triplex-next-ColorNeutral-
|
|
73
|
-
--triplex-next-ColorNeutral-
|
|
74
|
-
--triplex-next-ColorNeutral-
|
|
75
|
-
--triplex-next-ColorNeutral-
|
|
76
|
-
--triplex-next-ColorNeutral-
|
|
77
|
-
--triplex-next-ColorNeutral-
|
|
78
|
-
--triplex-next-
|
|
79
|
-
--triplex-next-ColorSuccess-
|
|
80
|
-
--triplex-next-ColorSuccess-
|
|
81
|
-
--triplex-next-ColorSuccess-
|
|
82
|
-
--triplex-next-ColorSuccess-
|
|
83
|
-
--triplex-next-ColorSuccess-
|
|
84
|
-
--triplex-next-ColorSuccess-
|
|
85
|
-
--triplex-next-ColorSuccess-
|
|
86
|
-
--triplex-next-ColorSuccess-
|
|
87
|
-
--triplex-next-ColorSuccess-
|
|
88
|
-
--triplex-next-ColorSuccess-
|
|
89
|
-
--triplex-next-
|
|
90
|
-
--triplex-next-ColorSystem-
|
|
91
|
-
--triplex-next-ColorSystem-
|
|
92
|
-
--triplex-next-ColorSystem-
|
|
93
|
-
--triplex-next-ColorSystem-
|
|
94
|
-
--triplex-next-ColorSystem-
|
|
95
|
-
--triplex-next-ColorSystem-
|
|
96
|
-
--triplex-next-ColorSystem-
|
|
97
|
-
--triplex-next-ColorSystem-
|
|
98
|
-
--triplex-next-ColorSystem-
|
|
99
|
-
--triplex-next-ColorSystem-
|
|
100
|
-
--triplex-next-
|
|
101
|
-
--triplex-next-
|
|
102
|
-
--triplex-next-ColorWarning-
|
|
103
|
-
--triplex-next-ColorWarning-
|
|
104
|
-
--triplex-next-ColorWarning-
|
|
105
|
-
--triplex-next-ColorWarning-
|
|
106
|
-
--triplex-next-ColorWarning-
|
|
107
|
-
--triplex-next-ColorWarning-
|
|
108
|
-
--triplex-next-ColorWarning-
|
|
109
|
-
--triplex-next-ColorWarning-
|
|
110
|
-
--triplex-next-ColorWarning-
|
|
111
|
-
--triplex-next-
|
|
112
|
-
--triplex-next-
|
|
113
|
-
--triplex-next-AlertContext-
|
|
114
|
-
--triplex-next-AlertContext-
|
|
115
|
-
--triplex-next-
|
|
116
|
-
--triplex-next-
|
|
117
|
-
--triplex-next-AlertProcess-
|
|
118
|
-
--triplex-next-AlertProcess-
|
|
119
|
-
--triplex-next-AlertProcess-
|
|
120
|
-
--triplex-next-
|
|
121
|
-
--triplex-next-
|
|
122
|
-
--triplex-next-
|
|
123
|
-
--triplex-next-
|
|
124
|
-
--triplex-next-Button-
|
|
125
|
-
--triplex-next-Button-
|
|
126
|
-
--triplex-next-Button-
|
|
127
|
-
--triplex-next-Button-
|
|
128
|
-
--triplex-next-Button-
|
|
129
|
-
--triplex-next-Button-
|
|
130
|
-
--triplex-next-Button-
|
|
131
|
-
--triplex-next-Button-
|
|
132
|
-
--triplex-next-Button-
|
|
133
|
-
--triplex-next-Button-
|
|
134
|
-
--triplex-next-Button-
|
|
135
|
-
--triplex-next-Button-
|
|
136
|
-
--triplex-next-Button-
|
|
137
|
-
--triplex-next-Button-
|
|
138
|
-
--triplex-next-Button-
|
|
139
|
-
--triplex-next-Button-
|
|
140
|
-
--triplex-next-Button-
|
|
141
|
-
--triplex-next-Button-
|
|
142
|
-
--triplex-next-Button-
|
|
143
|
-
--triplex-next-Button-
|
|
144
|
-
--triplex-next-Button-
|
|
145
|
-
--triplex-next-Button-
|
|
146
|
-
--triplex-next-Button-
|
|
147
|
-
--triplex-next-Button-
|
|
148
|
-
--triplex-next-Button-
|
|
149
|
-
--triplex-next-Button-
|
|
150
|
-
--triplex-next-Button-
|
|
151
|
-
--triplex-next-Button-
|
|
152
|
-
--triplex-next-Button-
|
|
153
|
-
--triplex-next-Button-
|
|
154
|
-
--triplex-next-Button-
|
|
155
|
-
--triplex-next-Button-
|
|
156
|
-
--triplex-next-Button-
|
|
157
|
-
--triplex-next-Button-
|
|
158
|
-
--triplex-next-Button-
|
|
159
|
-
--triplex-next-Button-
|
|
160
|
-
--triplex-next-Button-
|
|
161
|
-
--triplex-next-Button-
|
|
162
|
-
--triplex-next-Button-
|
|
163
|
-
--triplex-next-Button-
|
|
164
|
-
--triplex-next-
|
|
165
|
-
--triplex-next-
|
|
166
|
-
--triplex-next-Calendar-
|
|
167
|
-
--triplex-next-Calendar-
|
|
168
|
-
--triplex-next-Calendar-
|
|
169
|
-
--triplex-next-Calendar-
|
|
170
|
-
--triplex-next-Calendar-
|
|
171
|
-
--triplex-next-Calendar-
|
|
172
|
-
--triplex-next-Calendar-
|
|
173
|
-
--triplex-next-Calendar-
|
|
174
|
-
--triplex-next-Calendar-
|
|
175
|
-
--triplex-next-Calendar-
|
|
176
|
-
--triplex-next-Calendar-
|
|
177
|
-
--triplex-next-Calendar-
|
|
178
|
-
--triplex-next-Calendar-
|
|
179
|
-
--triplex-next-Calendar-
|
|
180
|
-
--triplex-next-Calendar-
|
|
181
|
-
--triplex-next-Calendar-
|
|
182
|
-
--triplex-next-Calendar-
|
|
183
|
-
--triplex-next-Calendar-
|
|
184
|
-
--triplex-next-Calendar-
|
|
185
|
-
--triplex-next-Calendar-
|
|
186
|
-
--triplex-next-Calendar-
|
|
187
|
-
--triplex-next-Calendar-
|
|
188
|
-
--triplex-next-Calendar-
|
|
189
|
-
--triplex-next-Calendar-
|
|
190
|
-
--triplex-next-Calendar-
|
|
191
|
-
--triplex-next-Calendar-
|
|
192
|
-
--triplex-next-Calendar-
|
|
193
|
-
--triplex-next-
|
|
194
|
-
--triplex-next-
|
|
195
|
-
--triplex-next-Card-
|
|
196
|
-
--triplex-next-Card-
|
|
197
|
-
--triplex-next-Card-
|
|
198
|
-
--triplex-next-Card-
|
|
199
|
-
--triplex-next-Card-
|
|
200
|
-
--triplex-next-Card-
|
|
201
|
-
--triplex-next-Card-
|
|
202
|
-
--triplex-next-Card-
|
|
203
|
-
--triplex-next-Card-
|
|
204
|
-
--triplex-next-Card-
|
|
205
|
-
--triplex-next-Card-
|
|
206
|
-
--triplex-next-Card-
|
|
207
|
-
--triplex-next-Card-
|
|
208
|
-
--triplex-next-
|
|
209
|
-
--triplex-next-
|
|
210
|
-
--triplex-next-Checkbox-
|
|
211
|
-
--triplex-next-Checkbox-
|
|
212
|
-
--triplex-next-Checkbox-
|
|
213
|
-
--triplex-next-Checkbox-
|
|
214
|
-
--triplex-next-Checkbox-
|
|
215
|
-
--triplex-next-Checkbox-
|
|
216
|
-
--triplex-next-Checkbox-
|
|
217
|
-
--triplex-next-Checkbox-
|
|
218
|
-
--triplex-next-Checkbox-
|
|
219
|
-
--triplex-next-Checkbox-
|
|
220
|
-
--triplex-next-Checkbox-
|
|
221
|
-
--triplex-next-Checkbox-
|
|
222
|
-
--triplex-next-
|
|
223
|
-
--triplex-next-
|
|
224
|
-
--triplex-next-Chip-
|
|
225
|
-
--triplex-next-Chip-
|
|
226
|
-
--triplex-next-Chip-
|
|
227
|
-
--triplex-next-Chip-
|
|
228
|
-
--triplex-next-Chip-
|
|
229
|
-
--triplex-next-Chip-
|
|
230
|
-
--triplex-next-Chip-
|
|
231
|
-
--triplex-next-Chip-
|
|
232
|
-
--triplex-next-Chip-
|
|
233
|
-
--triplex-next-Chip-
|
|
234
|
-
--triplex-next-Chip-
|
|
235
|
-
--triplex-next-Chip-
|
|
236
|
-
--triplex-next-Chip-
|
|
237
|
-
--triplex-next-Chip-
|
|
238
|
-
--triplex-next-Chip-
|
|
239
|
-
--triplex-next-
|
|
240
|
-
--triplex-next-
|
|
241
|
-
--triplex-next-
|
|
242
|
-
--triplex-next-
|
|
243
|
-
--triplex-next-
|
|
244
|
-
--triplex-next-DropdownList-
|
|
245
|
-
--triplex-next-DropdownList-
|
|
246
|
-
--triplex-next-
|
|
247
|
-
--triplex-next-
|
|
248
|
-
--triplex-next-DropdownMobile-
|
|
249
|
-
--triplex-next-DropdownMobile-
|
|
250
|
-
--triplex-next-DropdownMobile-
|
|
251
|
-
--triplex-next-
|
|
252
|
-
--triplex-next-
|
|
253
|
-
--triplex-next-
|
|
254
|
-
--triplex-next-
|
|
255
|
-
--triplex-next-
|
|
256
|
-
--triplex-next-FormField-
|
|
257
|
-
--triplex-next-FormField-
|
|
258
|
-
--triplex-next-FormField-
|
|
259
|
-
--triplex-next-FormField-
|
|
260
|
-
--triplex-next-FormField-
|
|
261
|
-
--triplex-next-FormField-
|
|
262
|
-
--triplex-next-FormField-
|
|
263
|
-
--triplex-next-FormField-
|
|
264
|
-
--triplex-next-FormField-
|
|
265
|
-
--triplex-next-FormField-
|
|
266
|
-
--triplex-next-FormField-
|
|
267
|
-
--triplex-next-FormField-
|
|
268
|
-
--triplex-next-FormField-
|
|
269
|
-
--triplex-next-FormField-
|
|
270
|
-
--triplex-next-FormField-
|
|
271
|
-
--triplex-next-FormField-
|
|
272
|
-
--triplex-next-FormField-
|
|
273
|
-
--triplex-next-FormField-
|
|
274
|
-
--triplex-next-
|
|
275
|
-
--triplex-next-
|
|
276
|
-
--triplex-next-
|
|
277
|
-
--triplex-next-Island-
|
|
278
|
-
--triplex-next-Island-
|
|
279
|
-
--triplex-next-Island-
|
|
280
|
-
--triplex-next-Island-
|
|
281
|
-
--triplex-next-
|
|
282
|
-
--triplex-next-
|
|
283
|
-
--triplex-next-IslandAccordion-
|
|
284
|
-
--triplex-next-IslandAccordion-
|
|
285
|
-
--triplex-next-
|
|
286
|
-
--triplex-next-
|
|
287
|
-
--triplex-next-
|
|
288
|
-
--triplex-next-
|
|
289
|
-
--triplex-next-
|
|
290
|
-
--triplex-next-
|
|
291
|
-
--triplex-next-Link-
|
|
292
|
-
--triplex-next-Link-
|
|
293
|
-
--triplex-next-
|
|
294
|
-
--triplex-next-
|
|
295
|
-
--triplex-next-ListItem-
|
|
296
|
-
--triplex-next-ListItem-
|
|
297
|
-
--triplex-next-
|
|
298
|
-
--triplex-next-
|
|
299
|
-
--triplex-next-ListItemControlsButton-
|
|
300
|
-
--triplex-next-ListItemControlsButton-
|
|
301
|
-
--triplex-next-ListItemControlsButton-
|
|
302
|
-
--triplex-next-ListItemControlsButton-
|
|
303
|
-
--triplex-next-
|
|
304
|
-
--triplex-next-
|
|
305
|
-
--triplex-next-ListMaster-
|
|
306
|
-
--triplex-next-ListMaster-
|
|
307
|
-
--triplex-next-ListMaster-
|
|
308
|
-
--triplex-next-
|
|
309
|
-
--triplex-next-
|
|
310
|
-
--triplex-next-Loader-
|
|
311
|
-
--triplex-next-
|
|
312
|
-
--triplex-next-
|
|
313
|
-
--triplex-next-LoaderScreen-
|
|
314
|
-
--triplex-next-
|
|
315
|
-
--triplex-next-
|
|
316
|
-
--triplex-next-Marker-
|
|
317
|
-
--triplex-next-Marker-
|
|
318
|
-
--triplex-next-
|
|
319
|
-
--triplex-next-
|
|
320
|
-
--triplex-next-
|
|
321
|
-
--triplex-next-
|
|
322
|
-
--triplex-next-
|
|
323
|
-
--triplex-next-
|
|
324
|
-
--triplex-next-Notification-
|
|
325
|
-
--triplex-next-Notification-
|
|
326
|
-
--triplex-next-
|
|
327
|
-
--triplex-next-
|
|
328
|
-
--triplex-next-
|
|
329
|
-
--triplex-next-
|
|
330
|
-
--triplex-next-Pagination-
|
|
331
|
-
--triplex-next-Pagination-
|
|
332
|
-
--triplex-next-Pagination-
|
|
333
|
-
--triplex-next-
|
|
334
|
-
--triplex-next-Radio-
|
|
335
|
-
--triplex-next-Radio-
|
|
336
|
-
--triplex-next-Radio-
|
|
337
|
-
--triplex-next-Radio-
|
|
338
|
-
--triplex-next-Radio-
|
|
339
|
-
--triplex-next-Radio-
|
|
340
|
-
--triplex-next-Radio-
|
|
341
|
-
--triplex-next-Radio-
|
|
342
|
-
--triplex-next-Radio-
|
|
343
|
-
--triplex-next-Radio-
|
|
344
|
-
--triplex-next-Radio-
|
|
345
|
-
--triplex-next-Radio-
|
|
346
|
-
--triplex-next-
|
|
347
|
-
--triplex-next-SegmentedControl-
|
|
348
|
-
--triplex-next-SegmentedControl-
|
|
349
|
-
--triplex-next-SegmentedControl-
|
|
350
|
-
--triplex-next-
|
|
351
|
-
--triplex-next-SegmentedControlSegment-
|
|
352
|
-
--triplex-next-SegmentedControlSegment-
|
|
353
|
-
--triplex-next-SegmentedControlSegment-
|
|
354
|
-
--triplex-next-SegmentedControlSegment-
|
|
355
|
-
--triplex-next-SegmentedControlSegment-
|
|
356
|
-
--triplex-next-SegmentedControlSegment-
|
|
357
|
-
--triplex-next-SegmentedControlSegment-
|
|
358
|
-
--triplex-next-SegmentedControlSegment-
|
|
359
|
-
--triplex-next-SegmentedControlSegment-
|
|
360
|
-
--triplex-next-SegmentedControlSegment-
|
|
361
|
-
--triplex-next-SegmentedControlSegment-
|
|
362
|
-
--triplex-next-SegmentedControlSegment-
|
|
363
|
-
--triplex-next-SegmentedControlSegment-
|
|
364
|
-
--triplex-next-SegmentedControlSegment-
|
|
365
|
-
--triplex-next-SegmentedControlSegment-
|
|
366
|
-
--triplex-next-SegmentedControlSegment-
|
|
367
|
-
--triplex-next-SegmentedControlSegment-
|
|
368
|
-
--triplex-next-SegmentedControlSegment-
|
|
369
|
-
--triplex-next-SegmentedControlSegment-
|
|
370
|
-
--triplex-next-SegmentedControlSegment-
|
|
371
|
-
--triplex-next-SegmentedControlSegment-
|
|
372
|
-
--triplex-next-SegmentedControlSegment-
|
|
373
|
-
--triplex-next-SegmentedControlSegment-
|
|
374
|
-
--triplex-next-SegmentedControlSegment-
|
|
375
|
-
--triplex-next-SegmentedControlSegment-
|
|
376
|
-
--triplex-next-SegmentedControlSegment-
|
|
377
|
-
--triplex-next-SegmentedControlSegment-
|
|
378
|
-
--triplex-next-SegmentedControlSegment-
|
|
379
|
-
--triplex-next-SegmentedControlSegment-
|
|
380
|
-
--triplex-next-SegmentedControlSegment-
|
|
381
|
-
--triplex-next-SegmentedControlSegment-
|
|
382
|
-
--triplex-next-SegmentedControlSegment-
|
|
383
|
-
--triplex-next-SegmentedControlSegment-
|
|
384
|
-
--triplex-next-SegmentedControlSegment-
|
|
385
|
-
--triplex-next-SegmentedControlSegment-
|
|
386
|
-
--triplex-next-SegmentedControlSegment-
|
|
387
|
-
--triplex-next-SegmentedControlSegment-
|
|
388
|
-
--triplex-next-SegmentedControlSegment-
|
|
389
|
-
--triplex-next-SegmentedControlSegment-
|
|
390
|
-
--triplex-next-SegmentedControlSegment-
|
|
391
|
-
--triplex-next-SegmentedControlSegment-
|
|
392
|
-
--triplex-next-SegmentedControlSegment-
|
|
393
|
-
--triplex-next-SegmentedControlSegment-
|
|
394
|
-
--triplex-next-SegmentedControlSegment-
|
|
395
|
-
--triplex-next-SegmentedControlSegment-
|
|
396
|
-
--triplex-next-SegmentedControlSegment-
|
|
397
|
-
--triplex-next-SegmentedControlSegment-
|
|
398
|
-
--triplex-next-SegmentedControlSegment-
|
|
399
|
-
--triplex-next-SegmentedControlSegment-
|
|
400
|
-
--triplex-next-
|
|
401
|
-
--triplex-next-Skeleton-
|
|
402
|
-
--triplex-next-Skeleton-
|
|
403
|
-
--triplex-next-Skeleton-
|
|
404
|
-
--triplex-next-
|
|
405
|
-
--triplex-next-SmallInput-
|
|
406
|
-
--triplex-next-SmallInput-
|
|
407
|
-
--triplex-next-SmallInput-
|
|
408
|
-
--triplex-next-
|
|
409
|
-
--triplex-next-SMSField-
|
|
410
|
-
--triplex-next-SMSField-
|
|
411
|
-
--triplex-next-SMSField-
|
|
412
|
-
--triplex-next-SMSField-
|
|
413
|
-
--triplex-next-SMSField-
|
|
414
|
-
--triplex-next-
|
|
415
|
-
--triplex-next-Slider-
|
|
416
|
-
--triplex-next-Slider-
|
|
417
|
-
--triplex-next-Slider-
|
|
418
|
-
--triplex-next-Slider-
|
|
419
|
-
--triplex-next-Slider-
|
|
420
|
-
--triplex-next-Slider-
|
|
421
|
-
--triplex-next-Slider-
|
|
422
|
-
--triplex-next-Slider-
|
|
423
|
-
--triplex-next-Slider-
|
|
424
|
-
--triplex-next-Slider-
|
|
425
|
-
--triplex-next-Slider-
|
|
426
|
-
--triplex-next-Slider-
|
|
427
|
-
--triplex-next-Slider-
|
|
428
|
-
--triplex-next-Slider-
|
|
429
|
-
--triplex-next-Slider-
|
|
430
|
-
--triplex-next-Slider-
|
|
431
|
-
--triplex-next-
|
|
432
|
-
--triplex-next-StatusTracker-
|
|
433
|
-
--triplex-next-StatusTracker-
|
|
434
|
-
--triplex-next-StatusTracker-
|
|
435
|
-
--triplex-next-StatusTracker-
|
|
436
|
-
--triplex-next-StatusTracker-
|
|
437
|
-
--triplex-next-StatusTracker-
|
|
438
|
-
--triplex-next-StatusTracker-
|
|
439
|
-
--triplex-next-StatusTracker-
|
|
440
|
-
--triplex-next-
|
|
441
|
-
--triplex-next-Step-
|
|
442
|
-
--triplex-next-Step-
|
|
443
|
-
--triplex-next-Step-
|
|
444
|
-
--triplex-next-Step-
|
|
445
|
-
--triplex-next-Step-
|
|
446
|
-
--triplex-next-Step-
|
|
447
|
-
--triplex-next-Step-
|
|
448
|
-
--triplex-next-Step-
|
|
449
|
-
--triplex-next-Step-
|
|
450
|
-
--triplex-next-Step-
|
|
451
|
-
--triplex-next-Step-
|
|
452
|
-
--triplex-next-
|
|
453
|
-
--triplex-next-Stepper-
|
|
454
|
-
--triplex-next-Stepper-
|
|
455
|
-
--triplex-next-Stepper-
|
|
456
|
-
--triplex-next-Stepper-
|
|
457
|
-
--triplex-next-Stepper-
|
|
458
|
-
--triplex-next-Stepper-
|
|
459
|
-
--triplex-next-Stepper-
|
|
460
|
-
--triplex-next-Stepper-
|
|
461
|
-
--triplex-next-Stepper-
|
|
462
|
-
--triplex-next-Stepper-
|
|
463
|
-
--triplex-next-Stepper-
|
|
464
|
-
--triplex-next-Stepper-
|
|
465
|
-
--triplex-next-Stepper-
|
|
466
|
-
--triplex-next-Stepper-
|
|
467
|
-
--triplex-next-Stepper-
|
|
468
|
-
--triplex-next-Stepper-
|
|
469
|
-
--triplex-next-Stepper-
|
|
470
|
-
--triplex-next-Stepper-
|
|
471
|
-
--triplex-next-
|
|
472
|
-
--triplex-next-TableBasic-
|
|
473
|
-
--triplex-next-TableBasic-
|
|
474
|
-
--triplex-next-TableBasic-
|
|
475
|
-
--triplex-next-TableBasic-
|
|
476
|
-
--triplex-next-TableBasic-
|
|
477
|
-
--triplex-next-TableBasic-
|
|
478
|
-
--triplex-next-TableBasic-
|
|
479
|
-
--triplex-next-TableBasic-
|
|
480
|
-
--triplex-next-TableBasic-
|
|
481
|
-
--triplex-next-
|
|
482
|
-
--triplex-next-Tabs-
|
|
483
|
-
--triplex-next-Tabs-
|
|
484
|
-
--triplex-next-Tabs-
|
|
485
|
-
--triplex-next-Tabs-
|
|
486
|
-
--triplex-next-Tabs-
|
|
487
|
-
--triplex-next-Tabs-
|
|
488
|
-
--triplex-next-Tabs-
|
|
489
|
-
--triplex-next-Tabs-
|
|
490
|
-
--triplex-next-Tabs-
|
|
491
|
-
--triplex-next-Tabs-
|
|
492
|
-
--triplex-next-Tabs-
|
|
493
|
-
--triplex-next-Tabs-
|
|
494
|
-
--triplex-next-Tabs-
|
|
495
|
-
--triplex-next-Tabs-
|
|
496
|
-
--triplex-next-Tabs-
|
|
497
|
-
--triplex-next-
|
|
498
|
-
--triplex-next-
|
|
499
|
-
--triplex-next-TagColor-
|
|
500
|
-
--triplex-next-TagColor-
|
|
501
|
-
--triplex-next-TagColor-
|
|
502
|
-
--triplex-next-TagColor-
|
|
503
|
-
--triplex-next-TagColor-
|
|
504
|
-
--triplex-next-
|
|
505
|
-
--triplex-next-TabsLine-
|
|
506
|
-
--triplex-next-TabsLine-
|
|
507
|
-
--triplex-next-TabsLine-
|
|
508
|
-
--triplex-next-
|
|
509
|
-
--triplex-next-Tooltip-
|
|
510
|
-
--triplex-next-Tooltip-
|
|
511
|
-
--triplex-next-Tooltip-
|
|
512
|
-
--triplex-next-Tooltip-
|
|
513
|
-
--triplex-next-Tooltip-
|
|
514
|
-
--triplex-next-Tooltip-
|
|
515
|
-
--triplex-next-Tooltip-
|
|
516
|
-
--triplex-next-Tooltip-
|
|
517
|
-
--triplex-next-Tooltip-
|
|
518
|
-
--triplex-next-
|
|
519
|
-
--triplex-next-
|
|
520
|
-
--triplex-next-Typography-
|
|
521
|
-
--triplex-next-Typography-
|
|
522
|
-
--triplex-next-Typography-
|
|
523
|
-
--triplex-next-Typography-
|
|
524
|
-
--triplex-next-Typography-
|
|
525
|
-
--triplex-next-Typography-
|
|
526
|
-
--triplex-next-Typography-
|
|
527
|
-
--triplex-next-Typography-
|
|
528
|
-
--triplex-next-Typography-
|
|
529
|
-
--triplex-next-Typography-
|
|
530
|
-
--triplex-next-Typography-
|
|
531
|
-
--triplex-next-Typography-
|
|
532
|
-
--triplex-next-Typography-
|
|
533
|
-
--triplex-next-Typography-
|
|
534
|
-
--triplex-next-Typography-
|
|
535
|
-
--triplex-next-Typography-
|
|
536
|
-
--triplex-next-Typography-
|
|
537
|
-
--triplex-next-Typography-
|
|
538
|
-
--triplex-next-Typography-
|
|
539
|
-
--triplex-next-Typography-
|
|
540
|
-
--triplex-next-Typography-
|
|
541
|
-
--triplex-next-
|
|
542
|
-
--triplex-next-UploadZone-
|
|
543
|
-
--triplex-next-UploadZone-
|
|
544
|
-
--triplex-next-UploadZone-
|
|
545
|
-
--triplex-next-UploadZone-
|
|
546
|
-
.underline__f41605ee{text-decoration:underline}.strikethrough__0ce9c7df{text-decoration:line-through}.underlineStrikethrough__59105998{text-decoration:underline line-through}.typography__441d30cf.primary__9b9102cb{color:var(--triplex-next-Typography-Primary_Color-1-19-1)}.typography__441d30cf.primaryInvert__486b3083{color:var(--triplex-next-Typography-PrimaryInvert_Color-1-19-1)}.typography__441d30cf.complementary__910c7d7d{color:var(--triplex-next-Typography-Complementary_Color-1-19-1)}.typography__441d30cf.complementaryInvert__9b301f8a{color:var(--triplex-next-Typography-ComplementaryInvert_Color-1-19-1)}.typography__441d30cf.secondary__f9811184{color:var(--triplex-next-Typography-Secondary_Color-1-19-1)}.typography__441d30cf.secondaryInvert__6e16029c{color:var(--triplex-next-Typography-SecondaryInvert_Color-1-19-1)}.typography__441d30cf.tertiary__a9fd4014{color:var(--triplex-next-Typography-Tertiary_Color-1-19-1)}.typography__441d30cf.tertiaryInvert__c370cb31{color:var(--triplex-next-Typography-TertiaryInvert_Color-1-19-1)}.typography__441d30cf.disabled__ee3a1d58{color:var(--triplex-next-Typography-Disabled_Color-1-19-1)}.typography__441d30cf.disabledInvert__fe7c7052{color:var(--triplex-next-Typography-DisabledInvert_Color-1-19-1)}.typography__441d30cf.brand__70cb03d2{color:var(--triplex-next-Typography-Brand_Color-1-19-1);-webkit-user-select:none;user-select:none}.typography__441d30cf.brandInvert__421f4ce8{color:var(--triplex-next-Typography-BrandInvert_Color-1-19-1)}.typography__441d30cf.info__b3ef63f8{color:var(--triplex-next-Typography-Info_Color-1-19-1)}.typography__441d30cf.infoInvert__7f95fd3a{color:var(--triplex-next-Typography-InfoInvert_Color-1-19-1)}.typography__441d30cf.success__048f2ce8{color:var(--triplex-next-Typography-Success_Color-1-19-1)}.typography__441d30cf.successInvert__33d47b10{color:var(--triplex-next-Typography-SuccessInvert_Color-1-19-1)}.typography__441d30cf.error__81c0343e{color:var(--triplex-next-Typography-Error_Color-1-19-1)}.typography__441d30cf.errorInvert__9744f118{color:var(--triplex-next-Typography-ErrorInvert_Color-1-19-1)}.typography__441d30cf.warning__f42e4818{color:var(--triplex-next-Typography-Warning_Color-1-19-1)}.typography__441d30cf.warningInvert__0c618127{color:var(--triplex-next-Typography-WarningInvert_Color-1-19-1)}.typography__441d30cf.system__23087ed0{color:var(--triplex-next-Typography-System_Color-1-19-1)}.typography__441d30cf.systemInvert__451d4c86{color:var(--triplex-next-Typography-SystemInvert_Color-1-19-1)}.typography__441d30cf.compact__9c37f39d{line-height:calc(16 / 14)}.caption__ed86a079.regular__9751b6c6{font-family:SBSansText}.caption__ed86a079.semibold__4de90575{font-family:SBSansTextSemibold;font-weight:600}.c1__1d0291cf{font-size:10px;line-height:12px}.c2__15d6dfa1{font-size:8px;line-height:10px}.d1__c3c08d5c{font-size:32px;line-height:40px}.d1__c3c08d5c.regular__9751b6c6{font-family:SBSansDisplay}.d1__c3c08d5c.semibold__4de90575{font-family:SBSansDisplaySemibold;font-weight:600}.text__489db179{outline:none}.text__489db179.regular__9751b6c6{font-family:SBSansText}.text__489db179.semibold__4de90575{font-family:SBSansTextSemibold;font-weight:600}.b1__1724048c{font-size:18px;line-height:24px}.b2__7a01bed8{font-size:16px;line-height:20px}.b3__a4e9cfda{font-size:14px;line-height:20px}.b3__a4e9cfda.compact__9c37f39d{line-height:16px}.b4__9e92db00{font-size:12px;line-height:16px}.title__093a48db{outline:none}.title__093a48db.regular__9751b6c6{font-family:SBSansDisplay;font-weight:400}.title__093a48db.semibold__4de90575{font-family:SBSansDisplaySemibold;font-weight:600}.title__093a48db.medium__44eb8d88{font-family:SBSansDisplayMedium;font-weight:500}.title__093a48db.bold__8b1c8d06{font-family:SBSansDisplayBold;font-weight:700}.h1__5964210e,.h2__74a1fed8,.h3__fc8e56c5{margin:0}.h1__5964210e{font-size:28px;line-height:36px}.h2__74a1fed8{font-size:24px;line-height:32px}.h3__fc8e56c5{font-size:20px;line-height:28px}.formFieldInput__2ffe16c4{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-1-19-1)}.formFieldInput__2ffe16c4:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-19-1)}.formFieldInput__2ffe16c4::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-19-1);opacity:0;transition:opacity .3s ease-out}.formFieldInput__2ffe16c4:focus{outline:none}.formFieldInput__2ffe16c4:focus::placeholder{opacity:1}.formFieldInput__2ffe16c4:-webkit-autofill{animation-name:autofill-applied-hook__a288975b;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__2ffe16c4:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__7416ce9c;animation-duration:1ms}.formFieldInput__2ffe16c4.sm__0100b60e{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__2ffe16c4.md__aecefac5{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__2ffe16c4.lg__da13c647{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__a288975b{0%{transform:none}}@keyframes autofill-cancelled-hook__7416ce9c{0%{transform:none}}.formField__8a0c5602{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__8a0c5602.default__d3ebc25c{background:var(--triplex-next-FormField-Background_Default-1-19-1);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-19-1)}.formField__8a0c5602:hover{background:var(--triplex-next-FormField-Background_Hover-1-19-1)}.formField__8a0c5602.disabled__773e6dab{background:var(--triplex-next-FormField-Background_Disabled-1-19-1)}.formField__8a0c5602.active__c6b1b70e{background:var(--triplex-next-FormField-Background_Active-1-19-1);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-19-1)}.formField__8a0c5602.active__c6b1b70e::placeholder{opacity:1}.formField__8a0c5602.error__242cf1f6{background:var(--triplex-next-FormField-Background_Error-1-19-1)}.formField__8a0c5602.error__242cf1f6:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-19-1)}.formField__8a0c5602.error__242cf1f6.active__c6b1b70e{background:var(--triplex-next-FormField-Background_Error-1-19-1);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-19-1)}.formField__8a0c5602.warning__3fc912af{background:var(--triplex-next-FormField-Background_Warning-1-19-1)}.formField__8a0c5602.warning__3fc912af:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-19-1)}.formField__8a0c5602.warning__3fc912af.active__c6b1b70e{background:var(--triplex-next-FormField-Background_Warning-1-19-1);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-19-1)}.formField__8a0c5602.sm__0100b60e{border-radius:6px}.formField__8a0c5602.md__aecefac5{border-radius:8px}.formField__8a0c5602.lg__da13c647{border-radius:10px}.formFieldDescription__d099caa2{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__d099caa2.withCounter__eaac7d8c{display:flex}.formFieldLabel__5373f78c{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__5373f78c.sm__0100b60e{top:6px}.formFieldLabel__5373f78c.md__aecefac5{top:10px}.formFieldLabel__5373f78c.lg__da13c647{top:18px}.formFieldLabel__5373f78c.lg__da13c647.floating__ae349787{top:10px}.formFieldLabelText__fddfd96f{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-19-1);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__0100b60e .formFieldLabelText__fddfd96f{font-size:12px;line-height:16px}.md__aecefac5 .formFieldLabelText__fddfd96f{font-size:14px;line-height:20px}.lg__da13c647 .formFieldLabelText__fddfd96f{font-size:16px;line-height:20px}.floating__ae349787 .formFieldLabelText__fddfd96f{font-size:12px;line-height:16px}.floating__ae349787.sm__0100b60e .formFieldLabelText__fddfd96f,.floating__ae349787.md__aecefac5 .formFieldLabelText__fddfd96f{display:none}.disabled__773e6dab .formFieldLabelText__fddfd96f{color:var(--triplex-next-FormField-Label_Color_Disabled-1-19-1)}.formFieldPostfix__78c5cc4e{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__e0105c30{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__004c8eb6{padding-left:4px;margin-left:auto}.formFieldMaskedInputWrapper__e8797637{position:relative}.formFieldMaskedInputWrapper__e8797637 .formFieldMaskedInputPlaceholder__5a28575a{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__e8797637 .formFieldMaskedInputPlaceholder__5a28575a::placeholder{opacity:1}.formFieldMaskedInputWrapper__e8797637 .formFieldMaskedInputPlaceholder__5a28575a:disabled{visibility:hidden}.formFieldMaskedInputWrapper__e8797637.size-sm__210ba9c0{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__e8797637.size-sm__210ba9c0 .formFieldMaskedInputPlaceholder__5a28575a{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__e8797637.size-md__6d8f25e7{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__e8797637.size-md__6d8f25e7 .formFieldMaskedInputPlaceholder__5a28575a{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__e8797637.size-lg__2858137b{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__e8797637.size-lg__2858137b .formFieldMaskedInputPlaceholder__5a28575a{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__e8797637 .formFieldMaskedInput__37197706{display:block;position:relative;background:none!important}.dropdownDesktop__0a24f4b0{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-19-1);background-color:var(--triplex-next-Dropdown-Background-1-19-1)}.dropdownDesktop__0a24f4b0.sm__f450964c{border-radius:6px}.dropdownDesktop__0a24f4b0.md__51586a07{border-radius:8px}.dropdownDesktop__0a24f4b0.lg__b1a6a361{border-radius:10px}.dropdownDesktopOverflowHidden__82d3060c{overflow:hidden}.badgeDot__3588eb68{display:inline-block;background:var(--triplex-next-Badge-Background-1-19-1);border-radius:50%}.badgeDot__3588eb68.sm__0a1b5368{width:6px;height:6px}.badgeDot__3588eb68.md__66981202{width:8px;height:8px}.badgeDot__3588eb68.lg__c3305cdb{width:10px;height:10px}.badgeContent__6547afdb{display:flex}.badgeContent__6547afdb.sm__0a1b5368{padding-left:4px;padding-right:4px}.badgeContent__6547afdb.md__66981202{padding-left:6px;padding-right:6px}.badgeContent__6547afdb.lg__c3305cdb{padding-left:8px;padding-right:8px}.badgeContent__6547afdb.noPaddingLeft__06cdfa5b{padding-left:0}.badgeContent__6547afdb.noPaddingRight__a572f6cc{padding-right:0}.badgePrefix__ab52b89d,.badgePostfix__9a5240eb{display:contents}.badge__ee31626c{display:inline-flex;align-items:center;justify-content:center;position:relative;white-space:nowrap;background:var(--triplex-next-Badge-Background-1-19-1)}.badge__ee31626c.sm__0a1b5368{height:16px;border-radius:4px}.badge__ee31626c.md__66981202{height:20px;border-radius:6px}.badge__ee31626c.lg__c3305cdb{height:24px;border-radius:8px}.dropdownDesktopList__7218d6f4{margin:4px;overflow:auto}.dropdownDesktopList__7218d6f4 .notificationIcon__fdb87080{position:absolute}.dropdownDesktopList__7218d6f4.sm__f450964c{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__7218d6f4.sm__f450964c .dropdownDesktopListItem__61f3eef6{padding:6px 8px;border-radius:6px}.dropdownDesktopList__7218d6f4.sm__f450964c .dropdownDesktopListLoader__bdef97fd{margin:0 auto}.dropdownDesktopList__7218d6f4.sm__f450964c .notificationIcon__fdb87080{right:3px;top:3px}.dropdownDesktopList__7218d6f4.md__51586a07{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__7218d6f4.md__51586a07 .dropdownDesktopListItem__61f3eef6{padding:7px 8px;border-radius:8px}.dropdownDesktopList__7218d6f4.md__51586a07 .dropdownDesktopListLoader__bdef97fd{margin:-2px auto}.dropdownDesktopList__7218d6f4.md__51586a07 .notificationIcon__fdb87080{right:4px;top:4px}.dropdownDesktopList__7218d6f4.lg__b1a6a361{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__7218d6f4.lg__b1a6a361 .dropdownDesktopListItem__61f3eef6{padding:14px 8px;border-radius:10px}.dropdownDesktopList__7218d6f4.lg__b1a6a361 .dropdownDesktopListLoader__bdef97fd{margin:-6px auto}.dropdownDesktopList__7218d6f4.lg__b1a6a361 .notificationIcon__fdb87080{right:4px;top:6px}.dropdownDesktopListItem__61f3eef6{color:var(--triplex-next-DropdownList-Color-1-19-1);background:var(--triplex-next-DropdownList-Background_Default-1-19-1);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__61f3eef6+.dropdownDesktopListItem__61f3eef6{margin-top:2px}.dropdownDesktopListItem__61f3eef6.active__b4f9cb30{background:var(--triplex-next-DropdownList-Background_Active-1-19-1);cursor:pointer}.dropdownDesktopListItem__61f3eef6.selected__4b611970{background:var(--triplex-next-DropdownList-Background_Selected-1-19-1);cursor:default}.loaderSmall__6da498a1{display:flex;justify-content:center;align-items:center}.loaderSmall__6da498a1.sm__5ae84891{width:16px;height:16px;gap:2px}.loaderSmall__6da498a1.sm__5ae84891 .dot__59d56f51{width:4px;height:4px}.loaderSmall__6da498a1.md__d6bd9db5{width:24px;height:24px;gap:3px}.loaderSmall__6da498a1.md__d6bd9db5 .dot__59d56f51{width:6px;height:6px}.loaderSmall__6da498a1.lg__254bf5f6{width:32px;height:32px;gap:4px}.loaderSmall__6da498a1.lg__254bf5f6 .dot__59d56f51{width:8px;height:8px}.loaderSmall__6da498a1.neutral__34231edb .dot__59d56f51{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-19-1)}.loaderSmall__6da498a1.brand__3a6242f1 .dot__59d56f51{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-19-1)}.loaderSmall__6da498a1 .dot__59d56f51{border-radius:50%}.loaderSmall__6da498a1 .dot1__7f1d6559{animation:dotCycleSmall__6748ba37 .9s infinite}.loaderSmall__6da498a1 .dot2__d4f88dcd{animation:dotCycleSmall__6748ba37 .9s infinite .15s}.loaderSmall__6da498a1 .dot3__ba12becd{animation:dotCycleSmall__6748ba37 .9s infinite .3s}@keyframes dotCycleSmall__6748ba37{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__284664a8{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-19-1);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__c227b639{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__c227b639 .dot__59d56f51{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-19-1);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__c227b639 .dot1__7f1d6559{top:0;left:0;animation:dotCycleMiddle__1cc3023a 3s infinite}.loaderMiddleDots__c227b639 .dot2__d4f88dcd{right:0;top:0;opacity:.7;animation:dotCycleMiddle__1cc3023a 3s infinite .74s}.loaderMiddleDots__c227b639 .dot3__ba12becd{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__1cc3023a 3s infinite 1.5s}.loaderMiddleDots__c227b639 .dot4__ac1b955e{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__1cc3023a 3s infinite 2.25s}.loaderMiddleDots__c227b639 .line__9e961d93{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-19-1);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__d77d47ea 3s infinite}@keyframes lineCycle__d77d47ea{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__1cc3023a{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__d8c09e2b{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__9dc90260{background:var(--triplex-next-DropdownMobile-Backdrop-1-19-1);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__9dc90260.closing__2a6b6db9{opacity:0}.dropdownMobileBackdrop__9dc90260.opening__1b382d2c,.dropdownMobileBackdrop__9dc90260.opened__728d9e50{opacity:var(--triplex-DropdownMobile-Opacity-1-19-1)}.dropdownMobile__367e342b{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__367e342b.closing__2a6b6db9{transform:translateY(100%)}.dropdownMobile__367e342b.opening__1b382d2c,.dropdownMobile__367e342b.opened__728d9e50{transform:translateY(0)}.dropdownMobileHeader__d29bcb15{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-19-1);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__d29bcb15 .dropdownMobileHeaderContent__de0b7bb0{margin-right:28px;min-height:20px}.dropdownMobileContent__1cf79617{background:var(--triplex-next-DropdownMobile-Content_Background-1-19-1);flex-grow:1;overflow:auto}.dropdownMobileFooter__cb4c897a{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-19-1);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-19-1);flex-shrink:1}.dropdownMobileListItem__b7340906{position:relative;padding:16px}.dropdownMobileListItem__b7340906.selected__4b611970{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-19-1)}.dropdownMobileListItem__b7340906:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-19-1)}.dropdownMobileListLoader__f87a800b{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__434e0ba3{overflow:hidden}.controlButtons__c4603a64{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__621658c6{margin-right:8px}.notificationIcon__fdb87080{position:absolute;right:6px;top:6px}.buttonIcon__8cef5d8c{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__8cef5d8c:enabled{cursor:pointer}.buttonIcon__8cef5d8c.circle__b82c40ae{border-radius:50%}.buttonIcon__8cef5d8c.squircle__b26a8880{border-radius:4px}.buttonIcon__8cef5d8c:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-19-1)}.dropdownMobileInput__4290d39c{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-1-19-1);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__4290d39c::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-19-1);opacity:1}.dropdownMobileInput__4290d39c::-ms-clear{display:none}.tabsLineWrapper__ba699c53[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__ba699c53[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__ba699c53[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__ba699c53[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__ba699c53{position:relative}.tabsLineWrapper__ba699c53.withSeparator__88a38743:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-19-1);bottom:0;left:0;right:0}.tabsLine__3832f2df{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__3832f2df:has(.sm__2284585b){height:28px}.tabsLine__3832f2df:has(.md__59f3986e){height:40px}.tabsLine__3832f2df:has(.lg__f641ff0b){height:56px}.tab__2a6a5df2{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__2a6a5df2.sm__2284585b{height:28px;padding-bottom:12px}.tab__2a6a5df2.md__59f3986e{height:40px;padding-top:8px;padding-bottom:12px}.tab__2a6a5df2.lg__f641ff0b{height:56px;padding-top:16px;padding-bottom:20px}.tab__2a6a5df2::-moz-focus-inner{border:none;padding:0}.tab__2a6a5df2:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-19-1)}.tab__2a6a5df2.active__9375bb1d{cursor:default}.tab__2a6a5df2: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__2a6a5df2:hover:after,.tab__2a6a5df2:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-19-1)}.tab__2a6a5df2.active__9375bb1d:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-19-1)}.notificationIcon__5f39186d{position:absolute;right:6px}.sm__2284585b .notificationIcon__5f39186d{top:0}.md__59f3986e .notificationIcon__5f39186d{top:8px}.lg__f641ff0b .notificationIcon__5f39186d{top:16px}.tabsLineDropdown__81c4288d{display:inline-block}.tabsLineDropdown__81c4288d .dropdownTarget__6c6d8c8e.active__9375bb1d{cursor:pointer}.tabsLineDropdown__81c4288d .dropdownTargetInner__0a36cc73{display:inline-flex;align-items:center}.tabsLineDropdown__81c4288d .dropdownTargetCaret__b77d5c72{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__81c4288d .dropdownTargetCaret__b77d5c72.opened__5b4b3911{transform:rotate(-180deg)}.tabsLineDropdown__81c4288d .dropdown__52a569f8{right:0;padding:4px}.tabsLineMobileWrapper__a858135b{position:relative}.tabsLineMobileWrapper__a858135b .tab__2a6a5df2{flex-shrink:0}.tabsLineMobileWrapper__a858135b .tab__2a6a5df2:first-child{margin-left:16px}.tabsLineMobileWrapper__a858135b .tab__2a6a5df2:last-child{margin-right:16px}.tabsLineMobile__e46a265f{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__e46a265f::-webkit-scrollbar{display:none}.label__ec017201{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__ec017201.sm__860b053e{min-width:16px;min-height:16px}.label__ec017201.sm__860b053e.nonempty__54a1d3fd{padding:2px 0 2px 24px}.label__ec017201.md__ba40aaa7{min-height:24px;min-width:24px}.label__ec017201.md__ba40aaa7.nonempty__54a1d3fd{padding-left:32px;padding-top:2px}.label__ec017201.lg__8645624d{min-width:28px;min-height:28px}.label__ec017201.lg__8645624d.nonempty__54a1d3fd{padding-left:40px;padding-top:4px}.label__ec017201.disabled__5c024b87{cursor:default}.radio__a1e19f68{margin:0;opacity:0}.radioIcon__1f6945ef{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-19-1);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-19-1)}.radioIcon__1f6945ef:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-19-1);border-radius:50%;transform:scale(0)}.sm__860b053e .radioIcon__1f6945ef:after{width:8px;height:8px;top:4px;left:4px}.md__ba40aaa7 .radioIcon__1f6945ef:after{width:12px;height:12px;top:6px;left:6px}.lg__8645624d .radioIcon__1f6945ef:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__1f6945ef,.radioIcon__1f6945ef:after{pointer-events:none}.radio__a1e19f68,.radioIcon__1f6945ef{position:absolute;left:0;top:0}.sm__860b053e .radio__a1e19f68,.sm__860b053e .radioIcon__1f6945ef{width:16px;height:16px;top:2px}.md__ba40aaa7 .radio__a1e19f68,.md__ba40aaa7 .radioIcon__1f6945ef{width:24px;height:24px}.lg__8645624d .radio__a1e19f68,.lg__8645624d .radioIcon__1f6945ef{width:28px;height:28px}.radio__a1e19f68:enabled{cursor:pointer}.radio__a1e19f68:checked+.radioIcon__1f6945ef{background:var(--triplex-next-Radio-Background_Checked_Default-1-19-1);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-19-1)}.radio__a1e19f68:checked+.radioIcon__1f6945ef:after{transform:scale(1);transition:transform .2s ease-out}.radio__a1e19f68:hover+.radioIcon__1f6945ef{background-color:var(--triplex-next-Radio-Background_Hover-1-19-1);box-shadow:none}.radio__a1e19f68:disabled+.radioIcon__1f6945ef{background:var(--triplex-next-Radio-Background_Disabled-1-19-1);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-19-1)}.radio__a1e19f68:disabled:checked+.radioIcon__1f6945ef{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-19-1);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-19-1)}.radio__a1e19f68:disabled+.radioIcon__1f6945ef:after{background:var(--triplex-next-Radio-Dot_Disabled-1-19-1)}.radio__a1e19f68:focus-visible+.radioIcon__1f6945ef{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-19-1)}.radio__a1e19f68:checked:enabled:hover+.radioIcon__1f6945ef{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-19-1)}.radioXGroup__552db04a{display:inline-flex;flex-flow:row wrap}.radioXGroup__552db04a.indent-12__b9cb3100{margin-left:-6px;margin-right:-6px}.radioXGroup__552db04a.indent-12__b9cb3100 .label__ec017201{margin-left:6px;margin-right:6px}.radioXGroup__552db04a.indent-16__22dae109{margin-left:-8px;margin-right:-8px}.radioXGroup__552db04a.indent-16__22dae109 .label__ec017201{margin-left:8px;margin-right:8px}.radioXGroup__552db04a.indent-20__ea23db58{margin-left:-10px;margin-right:-10px}.radioXGroup__552db04a.indent-20__ea23db58 .label__ec017201{margin-left:10px;margin-right:10px}.radioXGroup__552db04a.indent-24__8b41eb2c{margin-left:-12px;margin-right:-12px}.radioXGroup__552db04a.indent-24__8b41eb2c .label__ec017201{margin-left:12px;margin-right:12px}.radioXGroup__552db04a.indent-28__60892693{margin-left:-14px;margin-right:-14px}.radioXGroup__552db04a.indent-28__60892693 .label__ec017201{margin-left:14px;margin-right:14px}.radioXGroup__552db04a.indent-32__49803dc7{margin-left:-16px;margin-right:-16px}.radioXGroup__552db04a.indent-32__49803dc7 .label__ec017201{margin-left:16px;margin-right:16px}.radioYGroup__5af7a7db{display:inline-flex;flex-flow:column wrap}.radioYGroup__5af7a7db .label__ec017201.sm__860b053e+.label__ec017201.sm__860b053e{margin-top:8px}.radioYGroup__5af7a7db .label__ec017201.md__ba40aaa7+.label__ec017201.md__ba40aaa7{margin-top:16px}.radioYGroup__5af7a7db .label__ec017201.lg__8645624d+.label__ec017201.lg__8645624d{margin-top:20px}.notification__c3e59a1c{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-19-1);background:var(--triplex-next-Notification-Background-1-19-1);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-19-1);z-index:300}.notification__c3e59a1c:first-child{margin-top:0}.notification__c3e59a1c.extraBottomPadding__9baf4e81{padding-bottom:24px}.notification__c3e59a1c .notificationHeader__f4437e25{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-19-1);width:100%;margin-top:0;margin-bottom:8px}.notification__c3e59a1c .notificationIcon__fdd34d74{line-height:0}.notification__c3e59a1c .notificationBody__936e17d9{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__c3e59a1c .notificationBodyList__45e6bd63{margin-top:8px}.notification__c3e59a1c .notificationClose__f6892b94{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__c3e59a1c.showCloseOnHover__9d917f63 .notificationClose__f6892b94{opacity:0}.notification__c3e59a1c.showCloseOnHover__9d917f63:hover{cursor:pointer}.notification__c3e59a1c.showCloseOnHover__9d917f63:hover .notificationClose__f6892b94{opacity:1}.notification__c3e59a1c .notificationFooter__2e542cfa{display:flex;align-items:center;margin-top:16px}.notification__c3e59a1c .notificationFooter__2e542cfa button+a{margin-left:16px}.notification__c3e59a1c .notificationTime__ef5c3947{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-19-1);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__0b21f7fa{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__0b21f7fa:hover{cursor:pointer}.notificationGroupedWrapper__0b21f7fa .notificationGroupedFooterItem__2266f5d8{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-19-1);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-19-1)}.notificationGroupedWrapper__0b21f7fa .notificationGroupedFooterItem__2266f5d8.first__87ea3e75{bottom:-8px;z-index:200}.notificationGroupedWrapper__0b21f7fa .notificationGroupedFooterItem__2266f5d8.second__81b23758{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__c3e59a1c,.notificationGroupedWrapper__0b21f7fa{width:100%}}.unorderedListItem__4102a14d:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__4102a14d+.unorderedListItem__4102a14d{margin-top:8px}.unorderedList__aa3732a9{position:relative;margin:0;padding-left:14px;list-style:none}.button__2458e023.general__246be0ae{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-19-1);color:var(--triplex-next-Button-General_Color_Default-1-19-1)}.button__2458e023.general__246be0ae:hover{background:var(--triplex-next-Button-General_Background_Hover-1-19-1);color:var(--triplex-next-Button-General_Color_Hover-1-19-1)}.button__2458e023.general__246be0ae.expanded__e10c5e84,.button__2458e023.general__246be0ae:active{background:var(--triplex-next-Button-General_Background_Active-1-19-1);color:var(--triplex-next-Button-General_Color_Active-1-19-1)}.button__2458e023.general__246be0ae:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-19-1)}.button__2458e023.general__246be0ae:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-19-1);color:var(--triplex-next-Button-General_Color_Disabled-1-19-1)}.button__2458e023.secondary__7396c2e0{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-19-1);color:var(--triplex-next-Button-Secondary_Color_Default-1-19-1)}.button__2458e023.secondary__7396c2e0:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-19-1);color:var(--triplex-next-Button-Secondary_Color_Hover-1-19-1)}.button__2458e023.secondary__7396c2e0.expanded__e10c5e84,.button__2458e023.secondary__7396c2e0:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-19-1);color:var(--triplex-next-Button-Secondary_Color_Active-1-19-1)}.button__2458e023.secondary__7396c2e0:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-19-1)}.button__2458e023.secondary__7396c2e0:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-19-1);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-19-1)}.button__2458e023.secondaryLight__a87a78be{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-19-1);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-19-1)}.button__2458e023.secondaryLight__a87a78be:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-19-1);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-19-1)}.button__2458e023.secondaryLight__a87a78be.expanded__e10c5e84,.button__2458e023.secondaryLight__a87a78be:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-19-1);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-19-1)}.button__2458e023.secondaryLight__a87a78be:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-19-1)}.button__2458e023.secondaryLight__a87a78be:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-19-1);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-19-1)}.button__2458e023.danger__10a5e926{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-19-1);color:var(--triplex-next-Button-Danger_Color_Default-1-19-1)}.button__2458e023.danger__10a5e926:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-19-1);color:var(--triplex-next-Button-Danger_Color_Hover-1-19-1)}.button__2458e023.danger__10a5e926.expanded__e10c5e84,.button__2458e023.danger__10a5e926:active{background:var(--triplex-next-Button-Danger_Background_Active-1-19-1);color:var(--triplex-next-Button-Danger_Color_Active-1-19-1)}.button__2458e023.danger__10a5e926:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-19-1)}.button__2458e023.danger__10a5e926:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-19-1);color:var(--triplex-next-Button-Danger_Color_Disabled-1-19-1)}.button__2458e023.link__1fadc16c{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-19-1);padding:0}.button__2458e023.link__1fadc16c.sm__250c558e{height:28px;min-width:0px;padding:6px 2px}.button__2458e023.link__1fadc16c.md__540fe605{height:40px;min-width:0px;padding:10px 2px}.button__2458e023.link__1fadc16c.lg__ab555977{height:56px;min-width:0px;padding:18px 2px}.button__2458e023.link__1fadc16c:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-19-1)}.button__2458e023.link__1fadc16c.expanded__e10c5e84,.button__2458e023.link__1fadc16c:active{color:var(--triplex-next-Button-Link_Color_Active-1-19-1)}.button__2458e023.link__1fadc16c:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-19-1)}.button__2458e023.link__1fadc16c:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-19-1)}.button__2458e023{display:inline-flex;align-items:center;position:relative;margin:0;outline:none;font-family:inherit;background-clip:padding-box;cursor:pointer;border:none;font-weight:600;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.button__2458e023::-moz-focus-inner{border:none;padding:0}.button__2458e023.sm__250c558e{line-height:16px;font-size:12px}.button__2458e023.sm__250c558e.general__246be0ae,.button__2458e023.sm__250c558e.secondary__7396c2e0,.button__2458e023.sm__250c558e.secondaryLight__a87a78be,.button__2458e023.sm__250c558e.danger__10a5e926{height:28px;min-width:58px;padding:0 16px;border-radius:6px}.button__2458e023.sm__250c558e.icon__e315343a{min-height:28px;min-width:28px;padding:0 4px}.button__2458e023.md__540fe605{line-height:20px;font-size:14px}.button__2458e023.md__540fe605.general__246be0ae,.button__2458e023.md__540fe605.secondary__7396c2e0,.button__2458e023.md__540fe605.secondaryLight__a87a78be,.button__2458e023.md__540fe605.danger__10a5e926{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__2458e023.md__540fe605.icon__e315343a{min-height:40px;min-width:40px;padding:0 10px}.button__2458e023.lg__ab555977{line-height:20px;font-size:16px}.button__2458e023.lg__ab555977.general__246be0ae,.button__2458e023.lg__ab555977.secondary__7396c2e0,.button__2458e023.lg__ab555977.secondaryLight__a87a78be,.button__2458e023.lg__ab555977.danger__10a5e926{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__2458e023.lg__ab555977.icon__e315343a{min-height:56px;min-width:56px;padding:0 12px}.button__2458e023:disabled{cursor:default}.button__2458e023:disabled *{pointer-events:none}.button__2458e023+.button__2458e023:not(.block__471eadc1){margin-left:12px}.button__2458e023 .content__d5b2cb1e{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__2458e023.block__471eadc1{display:block;width:100%}.button__2458e023.loading__ffb2b8cf{pointer-events:none}.button__2458e023.loading__ffb2b8cf .content__d5b2cb1e{visibility:hidden}.button__2458e023 .loader__ad5746c1{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__2458e023 .loader__ad5746c1.hidden__065be988{visibility:hidden}.buttonDropdownExtended__9d2b747b{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__9d2b747b .buttonDropdownExtendedBlock__60457af9{padding:4px;margin-top:4px;right:0}.buttonDropdown__0432a99e.block__471eadc1{display:block}.buttonDropdown__0432a99e+.button__2458e023:not(.block__471eadc1),.buttonDropdown__0432a99e+.buttonDropdown__0432a99e:not(.block__471eadc1){margin-left:16px}.buttonDropdown__0432a99e .buttonDropdownTarget__a6e8eac0 .caretIcon__6a03b651{margin-left:4px;transition:transform .3s ease-in-out}.buttonDropdown__0432a99e .buttonDropdownTarget__a6e8eac0.active__53c761ed .caretIcon__6a03b651{transform:rotate(-180deg)}.buttonDropdown__0432a99e .buttonDropdownMenuItem__190d1d0f{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__1053f5cd{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__b6df86c4{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__fdefe44a{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__6f12a040{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-1-19-1);width:var(--modalWindow-screen-width, 100%)}.modalWindow__63651e3b{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__63651e3b .modalWindowContentWrapper__1fc0f385{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__1053f5cd .6s ease}.modalWindow__63651e3b .modalWindowContent__fba9261c{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__63651e3b .modalWindowContent__fba9261c .modalWindowBody__1299ab1f{box-sizing:border-box;animation:fadeIn__9f47c6f8 .3s ease}@keyframes fadeIn__9f47c6f8{0%{opacity:0}to{opacity:1}}.modalWindow__63651e3b .modalWindowContent__fba9261c .spinnerSm__703be163{display:none}@media (max-width: 767px){.modalWindow__63651e3b .modalWindowContent__fba9261c .spinner__e5d43cda{display:none}.modalWindow__63651e3b .modalWindowContent__fba9261c .spinnerSm__703be163{display:flex}}.global-modalWindowTransition-exit .modalWindow__63651e3b .modalWindowContentWrapper__1fc0f385{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__b6df86c4 .3s ease}.global-modalWindowTransition-exit .modalWindow__63651e3b .modalWindowContentWrapper__1fc0f385 .modalWindowBody__1299ab1f{animation:fadeOut__14085e19 .3s ease}@keyframes fadeOut__14085e19{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__4c5177df{position:absolute;left:0;right:0;height:0}.modalWindow__63651e3b.sm__51cd117d .modalWindowContentWrapper__1fc0f385{max-width:480px}.modalWindow__63651e3b.sm__51cd117d .modalWindowContent__fba9261c .modalWindowBody__1299ab1f{min-height:196px}@media (max-width: 575px){.modalWindow__63651e3b.sm__51cd117d .modalWindowContentWrapper__1fc0f385{max-width:100%}}.modalWindow__63651e3b.md__b9fae8ce .modalWindowContentWrapper__1fc0f385{max-width:600px}.modalWindow__63651e3b.md__b9fae8ce .modalWindowContent__fba9261c .modalWindowBody__1299ab1f{min-height:246px}@media (max-width: 767px){.modalWindow__63651e3b.md__b9fae8ce .modalWindowContentWrapper__1fc0f385{max-width:100%}}.modalWindow__63651e3b.lg__eae249a1 .modalWindowContentWrapper__1fc0f385{max-width:800px}.modalWindow__63651e3b.lg__eae249a1 .modalWindowContent__fba9261c .modalWindowBody__1299ab1f{min-height:396px}@media (max-width: 991px){.modalWindow__63651e3b.lg__eae249a1 .modalWindowContentWrapper__1fc0f385{max-width:100%}}.modalWindowContentPage__e70ea32a{background:var(--triplex-next-ModalWindow-Background-1-19-1);padding:8px!important}.modalWindowContentPage__e70ea32a,.modalWindowLoaderScreen__faaba377{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__e70ea32a,.modalWindowLoaderScreen__faaba377{border-radius:24px}}.islandBody__08c45ff2{display:block}.islandHeader__10f8efe0,.islandFooter__8419cff0,.island__6b947709{position:relative}.island__6b947709.type1__51c7dd8b{background-color:var(--triplex-next-Island-Type1_Background-1-19-1);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-19-1)}.island__6b947709.type2__c1e5f1e1{background-color:var(--triplex-next-Island-Type2_Background-1-19-1);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-19-1)}.island__6b947709.type3__dad27422{background-color:var(--triplex-next-Island-Type3_Background-1-19-1);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-19-1)}.island__6b947709.sm__2bd22675{border-radius:16px;padding:16px}.island__6b947709.sm__2bd22675 .islandHeader__10f8efe0+.islandBody__08c45ff2,.island__6b947709.sm__2bd22675 .islandHeader__10f8efe0+.islandFooter__8419cff0,.island__6b947709.sm__2bd22675 .islandBody__08c45ff2+.islandFooter__8419cff0{margin-top:8px}.island__6b947709.md__39164de0{border-radius:24px;padding:24px}.island__6b947709.md__39164de0 .islandHeader__10f8efe0+.islandBody__08c45ff2,.island__6b947709.md__39164de0 .islandHeader__10f8efe0+.islandFooter__8419cff0,.island__6b947709.md__39164de0 .islandBody__08c45ff2+.islandFooter__8419cff0{margin-top:12px}.island__6b947709.lg__6698df7d{border-radius:32px;padding:32px}.island__6b947709.lg__6698df7d .islandHeader__10f8efe0+.islandBody__08c45ff2,.island__6b947709.lg__6698df7d .islandHeader__10f8efe0+.islandFooter__8419cff0,.island__6b947709.lg__6698df7d .islandBody__08c45ff2+.islandFooter__8419cff0{margin-top:16px}@media (max-width: 767px){.island__6b947709.sm__2bd22675,.island__6b947709.md__39164de0{border-radius:16px;padding:16px}.island__6b947709.lg__6698df7d{border-radius:24px;padding:24px}}.modalWindowBody__1299ab1f{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__33c07f2e{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__33c07f2e{top:20px;right:20px}}.loaderScreen__59f93e52{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__59f93e52.loaderSmallBackdrop__fe00665a{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-19-1)}.loaderScreen__59f93e52.loaderMiddleBackdrop__0b088194{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-19-1)}.body__2dfec69a{position:relative;display:flex}.body__2dfec69a .bodyInner__9ad78345{position:relative;flex-grow:1;width:100%}.bodyPage__fde038a2{flex-grow:1}.verticalMargin24__5c531db9{margin-top:24px;margin-bottom:24px}.verticalMargin16__86994f27{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__5c531db9{margin-top:16px;margin-bottom:16px}.verticalMargin16__86994f27{margin-top:8px;margin-bottom:8px}}.headerTabs__4ca22328{display:flex;justify-content:space-between}.headerTabs__4ca22328 .headerTabsContent__047d355b{flex-grow:1}.headerTabs__4ca22328 .headerTabsControls__d98c64f1{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__4ca22328{flex-wrap:wrap}.headerTabs__4ca22328 .headerTabsContent__047d355b{width:100%}.headerTabs__4ca22328 .headerTabsControls__d98c64f1{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__4ca22328 .headerTabsControls__d98c64f1>button{margin-left:16px;margin-top:16px}}.headerTitle__70aa2b93{display:flex;justify-content:space-between}.headerTitle__70aa2b93 .headerTitleControls__3dac2af6{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__fd1b7c5b+.headerTitle__70aa2b93{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__70aa2b93{flex-wrap:wrap}.headerTitle__70aa2b93 .headerTitleContent__e0c6f674{width:100%}.headerTitle__70aa2b93 .headerTitleControls__3dac2af6{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__70aa2b93 .headerTitleControls__3dac2af6>button{margin-left:16px;margin-top:16px}}.headerSubheader__6e900099{padding:24px 0}.headerSubheader__6e900099.withoutPaddings__617ca4b9{padding:0}.headerLayoutSidebar__bd2386e3{display:flex;justify-content:space-between}.headerLayoutSidebarContent__0c8d374a{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__5592a106{display:none}}.page__640293a8{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__640293a8{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__200a0348.sticky__7db23d97{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__200a0348.sticky__7db23d97[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-19-1)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__7be6b417.sticky__7db23d97{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__7be6b417.sticky__7db23d97[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-1-19-1)!important}.footerDescription__7344bd88{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__22c083ee{flex-grow:1;margin-right:auto}.footerDescriptionControls__b5d85635{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__7344bd88{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__22c083ee{width:100%}.footerDescriptionControls__b5d85635{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__b5d85635>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__22c083ee+.footerDescriptionControls__b5d85635{margin-top:0}.footer__00870830{padding:16px 0}}.modalWindowHeader__4d3e5e83 .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__4d3e5e83 .global-HeaderTitleContent{padding-right:72px}}.list__4307a087{margin:0;padding:0;list-style:none;position:relative}.listItemControls__e18ef737{display:flex;padding:0 16px 0 4px}.listItemContent__dc83281b{background:var(--triplex-next-ListItem-Background-1-19-1);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__dc83281b.selected__ac802c76{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-19-1)}.listItemControlsButton__514564ae{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-19-1);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__514564ae:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-19-1)}.listItemControlsButton__514564ae:hover .listItemControlsButtonLabel__901063e5{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-19-1)!important}.listItemControlsButton__514564ae.expanded__dc91bd8f,.listItemControlsButton__514564ae:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-19-1)}.listItemControlsButton__514564ae.expanded__dc91bd8f .listItemControlsButtonLabel__901063e5,.listItemControlsButton__514564ae:active .listItemControlsButtonLabel__901063e5{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-19-1)!important}.listItemControlsButton__514564ae+.listItemControlsButton__514564ae,.listItemControlsButton__514564ae+.listItemControlsButtonDropdown__bffe3945{margin-left:4px}.listItemControlsButtonIcon__30c192d9{line-height:0}.listItemControlsButton__514564ae.withText__355fb865 .listItemControlsButtonIcon__30c192d9{margin-bottom:8px}.listItemControlsButtonLabel__901063e5{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-19-1)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__bffe3945{display:flex}.listItemControlsButtonInner__5e57fad5{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__514564ae.withIcon__0d0546cd.withText__355fb865 .listItemControlsButtonInner__5e57fad5{height:44px;overflow:visible}.buttonDropdownMenuItem__fb26f097{overflow:hidden;text-overflow:ellipsis}.listEmptyState__0baf0ea3{padding:64px 16px 16px;text-align:center}.listItemLoading__07ca1a3d{height:24px;padding:12px 0;position:relative}.label__70ab7714{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__70ab7714.sm__887b4c08{min-width:16px;min-height:16px}.label__70ab7714.sm__887b4c08.nonempty__6106b1c0{padding:2px 0 2px 24px}.label__70ab7714.md__a5eb271d{min-width:24px;min-height:24px}.label__70ab7714.md__a5eb271d.nonempty__6106b1c0{padding-left:32px;padding-top:2px}.label__70ab7714.lg__6d1be7d2{min-width:28px;min-height:28px}.label__70ab7714.lg__6d1be7d2.nonempty__6106b1c0{padding-left:40px;padding-top:4px}.label__70ab7714.disabled__a2a612fe{cursor:default}.label__70ab7714[hidden]{display:none}.checkbox__97c522c9{margin:0;opacity:0}.checkboxIcon__85ee8bf9{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-19-1);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-19-1)}.sm__887b4c08 .checkboxIcon__85ee8bf9{border-radius:4px}.checkmarkIcon__a00597aa{transform:scale(0)}.checkmarkIcon__a00597aa path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-19-1)}.checkboxIcon__85ee8bf9,.checkmarkIcon__a00597aa{pointer-events:none}.checkbox__97c522c9,.checkboxIcon__85ee8bf9,.checkmarkIcon__a00597aa{position:absolute;left:0;top:0}.sm__887b4c08 .checkbox__97c522c9,.sm__887b4c08 .checkboxIcon__85ee8bf9,.sm__887b4c08 .checkmarkIcon__a00597aa{width:16px;height:16px;top:2px}.md__a5eb271d .checkbox__97c522c9,.md__a5eb271d .checkboxIcon__85ee8bf9,.md__a5eb271d .checkmarkIcon__a00597aa{width:24px;height:24px}.lg__6d1be7d2 .checkbox__97c522c9,.lg__6d1be7d2 .checkboxIcon__85ee8bf9,.lg__6d1be7d2 .checkmarkIcon__a00597aa{width:28px;height:28px}.checkbox__97c522c9:enabled{cursor:pointer}.checkbox__97c522c9:enabled:hover+.checkboxIcon__85ee8bf9{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-19-1);background-color:var(--triplex-next-Checkbox-Background_Hover-1-19-1)}.checkbox__97c522c9:checked+.checkboxIcon__85ee8bf9{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-19-1);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-19-1)}.checkbox__97c522c9:checked~.checkmarkIcon__a00597aa{transform:scale(1);transition:transform .2s ease-out}.checkbox__97c522c9:disabled+.checkboxIcon__85ee8bf9{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-19-1);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-19-1)}.checkbox__97c522c9:disabled:checked+.checkboxIcon__85ee8bf9{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-19-1);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-19-1)}.checkbox__97c522c9:disabled~.checkmarkIcon__a00597aa path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-19-1)}.checkbox__97c522c9:focus-visible+.checkboxIcon__85ee8bf9{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-19-1)}.checkbox__97c522c9:checked:enabled:hover+.checkboxIcon__85ee8bf9{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-19-1)}.listItemSelectable__c18bf02d{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-19-1);border-radius:8px}.listItemSelectable__c18bf02d.selected__ac802c76{background:var(--triplex-next-ListItem-Background_Selected-1-19-1)}.checkboxWrapper__3597dec6{padding:16px;line-height:0}.childrenWrapper__52acaca6{flex-grow:1}.checkboxLabel__1b40e421{padding:0!important;position:relative}.checkboxLabelClickArea__f40eb227{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__8ee33698{position:relative;overflow:hidden}.swipeableArea__8ee33698 .content__abee335c{position:relative;touch-action:pan-y}.swipeableArea__8ee33698 .content__abee335c.disableScroll__579599f3{touch-action:none}.swipeableArea__8ee33698 .content__abee335c.disablePointerEvents__e3f0f643:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__8ee33698 .swipeAnimationFinish__682fbb40{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__8ee33698 .leftContent__1d2f1d95,.swipeableArea__8ee33698 .rightContent__b73ee9fb{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__8ee33698 .rightContent__b73ee9fb{left:auto;right:0}.listItemTail__fd7643e7{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__938bff5e{background:var(--triplex-next-ListMaster-Background-1-19-1);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__f2ad1e4d{position:absolute;top:0;left:0;right:0}.listItemTailTop__f2ad1e4d:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-19-1)}.listItemTailTop__f2ad1e4d:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-19-1)}.listItemTailBottom__5d257f41{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__5d257f41:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-19-1)}.listItemTailBottom__5d257f41: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-1-19-1)}.listItemTailRight__a3d8974d{right:-8px}.listItemTailLeft__f8dd4dfa{left:-8px}.listItemTable__ba5ccc53{margin-bottom:4px}.listItemTable__ba5ccc53:last-child{margin-bottom:0}.listSortableItemTarget__80e1a3d7{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-19-1);touch-action:manipulation;cursor:grab}.listSortableItemTarget__80e1a3d7:hover{background:var(--triplex-next-ListItem-Background_Selected-1-19-1)}.listSortableItemTarget__80e1a3d7.dragging__250166f4{background:var(--triplex-next-ListItem-Background_Dragging-1-19-1);box-shadow:var(--triplex-next-ListItem-Shadow-1-19-1);cursor:grabbing;z-index:1}.listSortableItemTargetContent__29015a63{flex:1}.listSortableItemTargetIcon__b771490c{display:block;margin-left:24px}.listSortableItem__3b52ec14{position:relative}.listSortableItem__3b52ec14.dragging__250166f4{z-index:1}.listSortableItemControls__5ddbbbb0{display:inline-block}.islandWidgetHeader__fa3d148c{display:flex;justify-content:space-between;align-items:center}.islandWidgetHeader__fa3d148c .islandWidgetHeaderContent__14286318{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__fa3d148c .islandWidgetHeaderDescription__ffa2ccba{display:flex}.islandWidgetHeader__fa3d148c .caretWrapper__052371a4{position:absolute;top:20px;right:16px}.islandWidgetHeader__fa3d148c .caretIcon__b5753532{transition:transform .3s ease-in-out}.islandWidgetHeader__fa3d148c.open__24f65dc9 .caretWrapper__052371a4 .caretIcon__b5753532{transform:rotate(-180deg)}@media (max-width: 767px){.islandWidgetHeader__fa3d148c{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetBody__f2c8c6c7{padding-top:16px}.islandWidgetFooter__05305c99{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__3b5a6d86{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__771814ba{margin-left:auto;white-space:nowrap}.expandAnimation__3a03ee1f{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__4b4a894d{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-19-1);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__4b4a894d{border-radius:0 0 16px 16px}}.islandWidget__a5c443d6{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__a5c443d6>*{height:100%}.islandWidgetWithExtraFooter__5b45df08:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-1-19-1)!important}@media (max-width: 767px){.islandWidgetHeaderWrapperAdaptive__127528a9{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__5fae8e2a{display:flex;flex-direction:column}.formFieldClear__35b98b19{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__35b98b19.hidden__1a1f8a6e{opacity:0;pointer-events:none}.formFieldTarget__c44efe3c{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-19-1);overflow:hidden;white-space:nowrap}.formFieldTarget__c44efe3c.placeholder__3a9a61c5{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-19-1)}.formFieldTarget__c44efe3c.disabled__773e6dab{color:var(--triplex-next-FormField-Target_Color_Disabled-1-19-1)}.formFieldTarget__c44efe3c.size-sm__210ba9c0{font-size:12px;height:28px;line-height:16px}.formFieldTarget__c44efe3c.size-md__6d8f25e7{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__c44efe3c.size-lg__2858137b{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__c44efe3c .placeholderWrapper__87249416{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__c44efe3c:focus{outline:none}.formFieldTarget__c44efe3c:focus .placeholderWrapper__87249416{opacity:1}.formFieldTextarea__0ca6d03e{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-19-1);vertical-align:top;font-family:inherit}.formFieldTextarea__0ca6d03e.sm__0100b60e{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__0ca6d03e.md__aecefac5{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__0ca6d03e.lg__da13c647{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__0ca6d03e::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-19-1);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__0ca6d03e:focus{outline:none}.formFieldTextarea__0ca6d03e:focus::placeholder{opacity:1}.formFieldTextarea__0ca6d03e:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-19-1)}.chipGroupItem__b2ed07c2{display:inline-block}.chip__a3a090e8{background:var(--triplex-next-Chip-Background_Default-1-19-1);color:var(--triplex-next-Chip-Color_Default-1-19-1);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;gap:2px;align-items:center;cursor:pointer;outline:none;vertical-align:middle}.chip__a3a090e8.lg__3547528e{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__a3a090e8.lg__3547528e .prefix__f02f025f{padding-left:16px}.chip__a3a090e8.lg__3547528e .postfix__6c5b95e9{padding-right:12px}.chip__a3a090e8.md__a6a49ab5{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__a3a090e8.md__a6a49ab5 .prefix__f02f025f{padding-left:12px}.chip__a3a090e8.md__a6a49ab5 .postfix__6c5b95e9{padding-right:8px}.chip__a3a090e8.sm__ceefa1f0{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__a3a090e8.sm__ceefa1f0 .prefix__f02f025f{padding-left:8px}.chip__a3a090e8.sm__ceefa1f0 .postfix__6c5b95e9{padding-right:8px}.chip__a3a090e8:hover{background:var(--triplex-next-Chip-Background_Hover-1-19-1);color:var(--triplex-next-Chip-Color_Hover-1-19-1)}.chip__a3a090e8:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-19-1)}.chip__a3a090e8:active,.chip__a3a090e8[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-19-1);color:var(--triplex-next-Chip-Color_Active-1-19-1)}.chip__a3a090e8.disabled__ff19ffec{background:var(--triplex-next-Chip-Background_Disabled-1-19-1);color:var(--triplex-next-Chip-Color_Disabled-1-19-1);cursor:default;pointer-events:none}.chip__a3a090e8.selected__fdb13d9f{background:var(--triplex-next-Chip-Background_Selected_Default-1-19-1);color:var(--triplex-next-Chip-Color_Selected_Default-1-19-1)}.chip__a3a090e8.selected__fdb13d9f:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-19-1);color:var(--triplex-next-Chip-Color_Selected_Hover-1-19-1)}.chip__a3a090e8.selected__fdb13d9f:active,.chip__a3a090e8.selected__fdb13d9f[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-19-1);color:var(--triplex-next-Chip-Color_Selected_Active-1-19-1)}.chip__a3a090e8.selected__fdb13d9f.disabled__ff19ffec{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-19-1);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-19-1)}.chip__a3a090e8.withPrefix__5d01c92a{padding-left:0}.chip__a3a090e8.withPostfix__1efeedc0{padding-right:0}.chip__a3a090e8 .content__f282ebf0{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__a3a090e8 .prefix__f02f025f,.chip__a3a090e8 .postfix__6c5b95e9{display:flex}.calendarControls__2ea56e62{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-19-1)}.calendarViewDays__48310850{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__43621bdb .calendarViewDays__48310850{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__8344e661,.calendarViewYears__eab80559{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__43621bdb .calendarViewMonths__8344e661,.adaptive__43621bdb .calendarViewYears__eab80559{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__a10afd75{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-1-19-1)}.calendarViewDaysBody__b49fb396:before{display:block;content:"";line-height:8px}.adaptive__43621bdb .calendarViewDaysBody__b49fb396:before{line-height:4px}.calendarViewItem__74e1c223{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__74e1c223:focus-visible{outline:none}.calendarViewItem__74e1c223.current__d6814769{font-weight:600}.calendarViewItem__74e1c223.disabled__0cda33f0{pointer-events:none}.calendarViewItemLabel__c502e696{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-19-1);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-19-1);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-19-1);cursor:pointer}.calendarViewItemLabel__c502e696:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-19-1);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-19-1)}.calendarViewItemLabel__c502e696.selected__d34d1afd{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-19-1);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-19-1)}.calendarViewItemLabel__c502e696.selected__d34d1afd:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-19-1)}.calendarViewItemLabel__c502e696.selected__d34d1afd:hover.basicMark__1b6898a6:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-19-1)}.calendarViewItemLabel__c502e696.selected__d34d1afd:hover.standardMark__f73920eb:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-19-1)}.calendarViewItemLabel__c502e696.selected__d34d1afd:hover.attentionMark__7d528862:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-19-1)}.calendarViewItemLabel__c502e696.selected__d34d1afd:hover.criticalMark__4bcbdd7c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-19-1)}.calendarViewItemLabel__c502e696.selected__d34d1afd.muted__dbaec8d6{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-19-1);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-19-1)}.calendarViewItemLabel__c502e696.selected__d34d1afd.muted__dbaec8d6:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-19-1);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-19-1)}.calendarViewItemLabel__c502e696.selected__d34d1afd.basicMark__1b6898a6:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-19-1)}.calendarViewItemLabel__c502e696.selected__d34d1afd.standardMark__f73920eb:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-19-1)}.calendarViewItemLabel__c502e696.selected__d34d1afd.attentionMark__7d528862:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-19-1)}.calendarViewItemLabel__c502e696.selected__d34d1afd.criticalMark__4bcbdd7c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-19-1)}.calendarViewItemLabel__c502e696.marked__b2eeff5e:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__c502e696.basicMark__1b6898a6:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-19-1)}.calendarViewItemLabel__c502e696.standardMark__f73920eb:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-19-1)}.calendarViewItemLabel__c502e696.attentionMark__7d528862:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-19-1)}.calendarViewItemLabel__c502e696.criticalMark__4bcbdd7c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-19-1)}.calendarViewItemLabel__c502e696.muted__dbaec8d6{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-19-1)}.calendarViewItemLabel__c502e696.disabled__0cda33f0{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-19-1);background:none}.calendarViewItem__74e1c223:focus-visible .calendarViewItemLabel__c502e696{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-19-1)}.unitDay__36b65b28{width:36px;height:36px;border-radius:6px}.unitMonth__6d6fd784,.unitYear__044c038d{width:89px;height:48px;border-radius:6px}.adaptive__43621bdb .unitMonth__6d6fd784,.adaptive__43621bdb .unitYear__044c038d{width:104px;height:48px;border-radius:6px}.calendarFooter__d3b9a4cc{margin-top:12px;text-align:center}.calendar__c49933d9{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-19-1);-webkit-user-select:none;user-select:none}.calendar__c49933d9.adaptive__43621bdb{width:auto;padding:20px}.calendar__c49933d9+.calendar__c49933d9{margin-top:20px}.datePickerExtendedMobileDropdown__5bd52979{max-height:100vh}.chipDropdownArrow__ccdd332f{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__ccdd332f.rotated__438355cb{transform:rotate(-180deg)}.chipClearButton__e2d4369e{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__e2d4369e:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-19-1)}.dropdownMobileMaskedInput__bd329320{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__4944b294{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__4944b294 .caretWrapper__5494f3f4{height:100%}.selectExtendedFieldTarget__4944b294 .caretIcon__d8e5b24f{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__4944b294.selectOpened__0cf0da03 .caretIcon__d8e5b24f{transform:rotate(180deg)}.selectExtendedFieldTarget__4944b294.disabled__61b79674{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__aa16c732{position:relative}.multiselectFieldHeader__9f599bc9{padding:12px 12px 0}.multiselectFieldContentWrapper__f9d38de0 .multiselectFieldContent__85f8bac0{position:relative;padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__f9d38de0 .multiselectFieldContent__85f8bac0:has(.loaderScreen__d367732e){overflow:hidden}.multiselectFieldContentWrapper__f9d38de0 .multiselectFieldContent__85f8bac0.sm__41241063{max-height:208px}.multiselectFieldContentWrapper__f9d38de0 .multiselectFieldContent__85f8bac0.md__f48fd628{max-height:266px}.multiselectFieldContentWrapper__f9d38de0 .multiselectFieldContent__85f8bac0.lg__fb50b75d{max-height:296px}.multiselectFieldFooter__a99de1a4{padding:0 12px 12px}.multiselectFieldFooter__a99de1a4:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-19-1)}.chipOptionsContent__124da0fa{min-width:14px;text-align:center;display:block}.tooltipDesktop__0121ec69{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__0121ec69 .tooltipBody__0035ceb1{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-19-1)}.tooltipDesktop__0121ec69 .tooltipXButton__f53b3f64{position:absolute;right:8px;top:8px}.tooltipDesktopContent__dc3c74f1{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-19-1);border-radius:8px}.closable__2c005024 .tooltipDesktopContent__dc3c74f1{padding-right:32px}.tooltipSM__8f95813f .tooltipDesktopContent__dc3c74f1{width:192px;min-height:52px}.tooltipLG__a5ed4911 .tooltipDesktopContent__dc3c74f1{width:384px;min-height:52px}.tooltipOverlay__997edce8{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__a5e60507{width:0;height:0}.tooltipDesktopTip__a5e60507.down__413ceb01{border-top:solid var(--triplex-next-Tooltip-Background-1-19-1);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__a5e60507.up__cfa3cd44{border-bottom:solid var(--triplex-next-Tooltip-Background-1-19-1);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__a5e60507.left__afddb956{border-right:solid var(--triplex-next-Tooltip-Background-1-19-1);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__a5e60507.right__d4265b93{border-left:solid var(--triplex-next-Tooltip-Background-1-19-1);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__d17f1ea7 .tooltipBody__0035ceb1{text-align:left}.tooltipMobileContent__efc20e5b{padding:16px}.headerless__b1d971ac .tooltipMobileContent__efc20e5b{padding-right:40px;border-radius:16px 16px 0 0}.headerless__b1d971ac .tooltipMobileContent__efc20e5b .closeButton__317fe816{position:absolute;right:16px;top:16px}.tooltipLink__66a3b214{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__7f8d6f0a{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-19-1)}.desktop__7f8d6f0a:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-19-1)}.desktop__7f8d6f0a:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-19-1)}.desktop__7f8d6f0a:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-19-1)}.mobile__74950548{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-19-1)}.mobile__74950548:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-19-1)}.mobile__74950548:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-19-1)}.mobile__74950548:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-19-1)}.chipSuggestInputWrapper__fbbd642b{margin:12px}.suggestDropdownMobileBody__a2c1d538{height:176px}.suggestDropdownMobileNoOptionsText__e9f59744{padding:16px}.checkboxXGroup__70a91de0{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__70a91de0.indent-12__3d63080d{margin-left:-6px;margin-right:-6px}.checkboxXGroup__70a91de0.indent-12__3d63080d .label__70ab7714{margin-left:6px;margin-right:6px}.checkboxXGroup__70a91de0.indent-16__126abdb4{margin-left:-8px;margin-right:-8px}.checkboxXGroup__70a91de0.indent-16__126abdb4 .label__70ab7714{margin-left:8px;margin-right:8px}.checkboxXGroup__70a91de0.indent-20__0ae97ece{margin-left:-10px;margin-right:-10px}.checkboxXGroup__70a91de0.indent-20__0ae97ece .label__70ab7714{margin-left:10px;margin-right:10px}.checkboxXGroup__70a91de0.indent-24__7bfeb20d{margin-left:-12px;margin-right:-12px}.checkboxXGroup__70a91de0.indent-24__7bfeb20d .label__70ab7714{margin-left:12px;margin-right:12px}.checkboxXGroup__70a91de0.indent-28__fd027ddd{margin-left:-14px;margin-right:-14px}.checkboxXGroup__70a91de0.indent-28__fd027ddd .label__70ab7714{margin-left:14px;margin-right:14px}.checkboxXGroup__70a91de0.indent-32__e6480593{margin-left:-16px;margin-right:-16px}.checkboxXGroup__70a91de0.indent-32__e6480593 .label__70ab7714{margin-left:16px;margin-right:16px}.checkboxYGroup__302901dd{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__302901dd .label__70ab7714.sm__887b4c08+.label__70ab7714.sm__887b4c08{margin-top:8px}.checkboxYGroup__302901dd .label__70ab7714.lg__6d1be7d2+.label__70ab7714.lg__6d1be7d2{margin-top:20px}.checkboxYGroup__302901dd .label__70ab7714.md__a5eb271d+.label__70ab7714.md__a5eb271d{margin-top:16px}.card__ef734bfb{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__ef734bfb.roundingMD__fe4622fc{--radius: 16px}.card__ef734bfb.roundingSM__740bcb3d{--radius: 8px}.card__ef734bfb.general__4be9bdf7{background:var(--triplex-next-Card-Static_General_Background-1-19-1)}.card__ef734bfb.secondary__8aca5f74{background:var(--triplex-next-Card-Static_Secondary_Background-1-19-1)}.card__ef734bfb .cardMedia__e0097078{background-size:cover;background-repeat:no-repeat;background-position:center}.card__ef734bfb .cardContent__7d9bcc96{padding:var(--padding)}.card__ef734bfb .cardContent__7d9bcc96.paddingMD__f4dc7c80{--padding: 24px}.card__ef734bfb .cardContent__7d9bcc96.paddingSM__c23f5954{--padding: 16px}.card__ef734bfb .cardContent__7d9bcc96 .cardContentHeader__83e7430a{margin-bottom:16px}.card__ef734bfb .cardContent__7d9bcc96 .cardContentFooter__2dc81897{margin-top:16px}.action__2ad8862a{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__2ad8862a: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__2ad8862a.general__4be9bdf7{background:var(--triplex-next-Card-Action_General_Background-1-19-1);box-shadow:var(--triplex-next-Card-Shadow_Default-1-19-1)}.action__2ad8862a.general__4be9bdf7:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-19-1);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-19-1)}.action__2ad8862a.general__4be9bdf7.selected__06b8dd54{background:var(--triplex-next-Card-Action_General_Background_Selected-1-19-1);box-shadow:var(--triplex-next-Card-Shadow_Default-1-19-1);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-19-1)}.action__2ad8862a.general__4be9bdf7.selected__06b8dd54:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-19-1);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-19-1);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-19-1)}.action__2ad8862a.general__4be9bdf7:focus{outline:none}.action__2ad8862a.general__4be9bdf7:focus.focusVisible__cdbcd5a3{box-shadow:var(--triplex-next-Card-Shadow_Default-1-19-1);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-19-1)}.action__2ad8862a.secondary__8aca5f74{background:var(--triplex-next-Card-Action_Secondary_Background-1-19-1)}.action__2ad8862a.secondary__8aca5f74:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-19-1)}.action__2ad8862a.secondary__8aca5f74.selected__06b8dd54{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-19-1);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-19-1);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-19-1)}.action__2ad8862a.secondary__8aca5f74.selected__06b8dd54:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-19-1);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-19-1)}.action__2ad8862a.secondary__8aca5f74:focus{outline:none}.action__2ad8862a.secondary__8aca5f74:focus.focusVisible__cdbcd5a3{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-19-1)}.alertContext__868ac50d{display:flex;font-size:12px;line-height:16px}.alertContext__868ac50d>svg{flex-shrink:0}.alertContext__868ac50d .alertContextText__6efc8c73{margin-left:8px}.alertContext__868ac50d.alertTypeError__0af9b082 .alertContextText__6efc8c73{color:var(--triplex-next-AlertContext-Error_Color-1-19-1)}.alertContext__868ac50d.alertTypeInfo__75bd5caa .alertContextText__6efc8c73{color:var(--triplex-next-AlertContext-Info_Color-1-19-1)}.alertContext__868ac50d.alertTypeWarning__3543e0a4 .alertContextText__6efc8c73{color:var(--triplex-next-AlertContext-Warning_Color-1-19-1)}.alertContext__868ac50d.alertTypeSystem__20786ed6 .alertContextText__6efc8c73{color:var(--triplex-next-AlertContext-System_Color-1-19-1)}.alertProcess__7bb41a6b{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__7bb41a6b.withSpoiler__ee7c9eed{min-height:40px}.alertProcess__7bb41a6b .themeIcon__4b71c246{box-sizing:border-box;height:20px;width:20px}.alertProcess__7bb41a6b.alertTypeError__0af9b082{background:var(--triplex-next-AlertProcess-Error_Background-1-19-1)}.alertProcess__7bb41a6b.alertTypeInfo__75bd5caa{background:var(--triplex-next-AlertProcess-Info_Background-1-19-1)}.alertProcess__7bb41a6b.alertTypeWarning__3543e0a4{background:var(--triplex-next-AlertProcess-Warning_Background-1-19-1)}.alertProcess__7bb41a6b.alertTypeSystem__20786ed6{background:var(--triplex-next-AlertProcess-System_Background-1-19-1)}.alertProcess__7bb41a6b.alertTypeFeature__d4972f0a{background:var(--triplex-next-AlertProcess-Feature_Background-1-19-1)}.alertProcess__7bb41a6b.alertTypeFeature__d4972f0a .themeIcon__4b71c246{padding-top:0}.alertProcess__7bb41a6b .alertProcessContentBlock__22183dc2{flex:1;margin-left:10px}.alertProcess__7bb41a6b .alertProcessContentBlock__22183dc2 .expandableContent__2d059c42{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__7bb41a6b .alertProcessContentBlock__22183dc2 .expandableContent__2d059c42.expanded__111b54a1{max-height:1000px;opacity:1}.alertProcess__7bb41a6b .closeButton__66e9fba6{margin-left:10px}.alertProcess__7bb41a6b .expandButton__b7f66117{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__7bb41a6b .expandButton__b7f66117.expanded__111b54a1{transform:rotate(180deg)}.adaptive__a67c6de9{font-size:10px!important;line-height:12px!important}.avatar__1d1173bf{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-1-19-1)}.avatar__1d1173bf.xxs__8b474de3{width:28px;height:28px;border-radius:6px}.avatar__1d1173bf.xs__2ce233be{width:32px;height:32px;border-radius:8px}.avatar__1d1173bf.sm__69fcc8fb{width:40px;height:40px;border-radius:10px}.avatar__1d1173bf.md__96bc9a47{width:56px;height:56px;border-radius:16px}.avatar__1d1173bf.lg__6e9b770e{width:80px;height:80px;border-radius:20px}.avatar__1d1173bf.xl__1abe0ddf{width:96px;height:96px;border-radius:24px}.avatar__1d1173bf.xxl__b3e05b51{width:128px;height:128px;border-radius:28px}.col-1__98a47e18{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__b76b997e{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__87d32614{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__76d68ac7{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__5d64ab47{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__08f433f3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__d0d1dce6{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__a7da647c{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__d8bb718a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__17b79df6{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__2cf27d22{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__ca2ed262{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__81192162{margin-left:0%}.offset-1__9d9db40d{margin-left:8.33333333%}.offset-2__d1c7de88{margin-left:16.66666667%}.offset-3__cdb86a47{margin-left:25%}.offset-4__57d80d2a{margin-left:33.33333333%}.offset-5__c7f7f792{margin-left:41.66666667%}.offset-6__376ca069{margin-left:50%}.offset-7__6bb8639d{margin-left:58.33333333%}.offset-8__b96e8985{margin-left:66.66666667%}.offset-9__dec3fce6{margin-left:75%}.offset-10__1e6d49f7{margin-left:83.33333333%}.offset-11__146c8d5b{margin-left:91.66666667%}.d-none__e6a6cd98{display:none!important}.d-block__d83f8638{display:block!important}@media (min-width: 576px){.col-sm-1__18f56fa6{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__57d8bd81{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__bcdb79fc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__f1b7aa74{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__5a445265{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__f8e5a05b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__9134a92b{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__237e04e9{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__7e7d286d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__8330e6a6{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__108bd04f{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__b03aa47f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__4ef1250b{margin-left:0%}.offset-sm-1__53ce78e7{margin-left:8.33333333%}.offset-sm-2__21f61ff8{margin-left:16.66666667%}.offset-sm-3__a3cd3ea7{margin-left:25%}.offset-sm-4__ef6dcf80{margin-left:33.33333333%}.offset-sm-5__39e3aee6{margin-left:41.66666667%}.offset-sm-6__4bdddf9b{margin-left:50%}.offset-sm-7__ed58aabe{margin-left:58.33333333%}.offset-sm-8__9a7e16fd{margin-left:66.66666667%}.offset-sm-9__e50f5a06{margin-left:75%}.offset-sm-10__8778162c{margin-left:83.33333333%}.offset-sm-11__2c4e134e{margin-left:91.66666667%}.d-none-sm__ea1d64f9{display:none!important}.d-block-sm__b3d52c7d{display:block!important}}@media (min-width: 768px){.col-md-1__9ce2b215{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__21f52510{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__1632d47b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__340409d1{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__9c6928f2{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__2fc83b09{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__eef56754{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__4a56e4f8{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__41ae4bae{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__14845aa5{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__745f6916{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__b8af8825{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__93f17029{margin-left:0%}.offset-md-1__2db77e56{margin-left:8.33333333%}.offset-md-2__66991939{margin-left:16.66666667%}.offset-md-3__8edcb4d9{margin-left:25%}.offset-md-4__2a040f31{margin-left:33.33333333%}.offset-md-5__c465a264{margin-left:41.66666667%}.offset-md-6__ac7aff3c{margin-left:50%}.offset-md-7__5cf4cd66{margin-left:58.33333333%}.offset-md-8__f6dfdba0{margin-left:66.66666667%}.offset-md-9__d1419c37{margin-left:75%}.offset-md-10__93a193ea{margin-left:83.33333333%}.offset-md-11__6f98504b{margin-left:91.66666667%}.d-none-md__ca57b6d5{display:none!important}.d-block-md__bef4a696{display:block!important}}@media (min-width: 992px){.col-lg-1__b7a04556{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__8efa8a8e{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__adb9c28a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__096acba3{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__4e252dfb{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__8a2ce4a9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__0fb690c0{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__88790d40{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__81027d77{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__eb79b59b{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__e2368d24{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__0da4254f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__cacc5c34{margin-left:0%}.offset-lg-1__09640d09{margin-left:8.33333333%}.offset-lg-2__8ee58eb0{margin-left:16.66666667%}.offset-lg-3__f022f4c9{margin-left:25%}.offset-lg-4__d06fa9e7{margin-left:33.33333333%}.offset-lg-5__6269b30a{margin-left:41.66666667%}.offset-lg-6__9a174785{margin-left:50%}.offset-lg-7__b67f4e54{margin-left:58.33333333%}.offset-lg-8__4d1492c2{margin-left:66.66666667%}.offset-lg-9__dc0d9eb7{margin-left:75%}.offset-lg-10__3dadc8dc{margin-left:83.33333333%}.offset-lg-11__f9252d85{margin-left:91.66666667%}.d-none-lg__6aab2af8{display:none!important}.d-block-lg__e15b7080{display:block!important}}@media (min-width: 1200px){.col-xl-1__cd10d888{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__b3c92866{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__5504dee9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__023991c3{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__e7211499{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__294a4560{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__8cd04965{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__6c9d23dd{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__ea3d65d2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__2efc2a4b{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__f73e9ff5{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__867c8d87{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__ffec5c7a{margin-left:0%}.offset-xl-1__39276c39{margin-left:8.33333333%}.offset-xl-2__3c159a44{margin-left:16.66666667%}.offset-xl-3__b7ae692e{margin-left:25%}.offset-xl-4__16be46e8{margin-left:33.33333333%}.offset-xl-5__185f7fa1{margin-left:41.66666667%}.offset-xl-6__3ccb557e{margin-left:50%}.offset-xl-7__92cba636{margin-left:58.33333333%}.offset-xl-8__21c54920{margin-left:66.66666667%}.offset-xl-9__40496d25{margin-left:75%}.offset-xl-10__3a67414b{margin-left:83.33333333%}.offset-xl-11__50b0602b{margin-left:91.66666667%}.d-none-xl__9c1118f2{display:none!important}.d-block-xl__1f5105b6{display:block!important}}.ellipsisLineClamp__cbebf41a{--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__cbebf41a.oneLine__55bf7826{word-break:break-all}.link__09ab1a45{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-19-1)}.link__09ab1a45:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-19-1)}.link__09ab1a45:active{color:var(--triplex-next-Link-Text_Color_Active-1-19-1)}.link__09ab1a45:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-19-1)}.wordWithContent__99a1735f{white-space:nowrap;display:inline-flex;align-items:center}.before__9a7929f7 :first-child{margin-right:2px}.after__391f6841 :last-child{margin-left:2px}.marker__dd6c8939.success__0b810db1{background:var(--triplex-next-Marker-Background_Success-1-19-1)}.marker__dd6c8939.error__fa930cf0{background:var(--triplex-next-Marker-Background_Error-1-19-1)}.marker__dd6c8939.warning__3deb0b6b{background:var(--triplex-next-Marker-Background_Warning-1-19-1)}.marker__dd6c8939.waiting__3f65065d{background:var(--triplex-next-Marker-Background_Waiting-1-19-1)}.markerStatus__db6b3a72{line-height:0;display:flex;align-items:start}.markerStatus__db6b3a72 .contentContainer__1a43a590{display:flex;flex-direction:column}.markerStatus__db6b3a72.md__e8aea63e{gap:4px}.markerStatus__db6b3a72.md__e8aea63e .markerContainer__7a2db34c{margin-top:4px}.markerStatus__db6b3a72.lg__a78b6b85{gap:6px}.markerStatus__db6b3a72.lg__a78b6b85 .contentContainer__1a43a590{gap:4px}.markerStatus__db6b3a72.lg__a78b6b85 .markerContainer__7a2db34c{margin-top:5px}.row__1f4ea96f{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__1f4ea96f.noPaddingBottom__7a11cf93,.row__1f4ea96f:last-child{padding-bottom:0}.tabsExtended__70112973{position:relative}.tabsExtendedContent__6e7f01ac{display:inline-flex}.tabsExtendedContent__6e7f01ac.sm__02813416{border-radius:6px;padding:4px}.tabsExtendedContent__6e7f01ac.md__c9b402a3{border-radius:8px;padding:4px}.tabsExtendedContent__6e7f01ac.lg__5858be50{border-radius:10px;padding:8px}.tabsExtendedTab__30566567{display:flex}.tabsExtendedTab__30566567+.tabsExtendedTab__30566567,.tabsExtendedDropdown__39ca1860{margin-left:2px}.tabsReal__42566ceb,.tabsFake__ec25d187{display:flex;box-sizing:border-box;width:100%}.tabsReal__42566ceb.hidden__2e7eabfe{visibility:hidden}.tabsReal__42566ceb .tabsExtendedTab__30566567.hidden__2e7eabfe{display:none}.tabsFake__ec25d187{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__7425db3f .tabsExtendedContent__6e7f01ac{background-color:var(--triplex-next-Tabs-Type1_Background-1-19-1)}.type2__07140a1e .tabsExtendedContent__6e7f01ac{background-color:var(--triplex-next-Tabs-Type2_Background-1-19-1)}.tabsExtendedTabButton__e33d3cd2{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-19-1);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__e33d3cd2 .tabButtonText__a3bfbafc{font-weight:400}.tabsExtendedTabButton__e33d3cd2 .notificationIcon__351d76c2{position:absolute}.tabsExtendedTabButton__e33d3cd2.lg__5858be50{border-radius:6px;padding:9px 16px}.tabsExtendedTabButton__e33d3cd2.lg__5858be50 .tabButtonText__a3bfbafc{font-size:16px;line-height:20px}.tabsExtendedTabButton__e33d3cd2.lg__5858be50 .notificationIcon__351d76c2{right:6px;top:6px}.tabsExtendedTabButton__e33d3cd2.md__c9b402a3{border-radius:4px;padding:5px 16px}.tabsExtendedTabButton__e33d3cd2.md__c9b402a3 .tabButtonText__a3bfbafc{font-size:14px;line-height:20px}.tabsExtendedTabButton__e33d3cd2.md__c9b402a3 .notificationIcon__351d76c2{right:4px;top:4px}.tabsExtendedTabButton__e33d3cd2.sm__02813416{border-radius:4px;padding:1px 16px}.tabsExtendedTabButton__e33d3cd2.sm__02813416 .tabButtonText__a3bfbafc{font-size:12px;line-height:16px}.tabsExtendedTabButton__e33d3cd2.sm__02813416 .notificationIcon__351d76c2{right:3px;top:3px}.tabsExtendedTabButton__e33d3cd2::-moz-focus-inner{border:none}.tabsExtendedTabButton__e33d3cd2+.tabsExtendedTabButton__e33d3cd2{margin-left:2px}.tabsExtendedTabButton__e33d3cd2:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-19-1)}.tabsExtendedTabButton__e33d3cd2.type1__7425db3f{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-19-1)}.tabsExtendedTabButton__e33d3cd2.type1__7425db3f.selected__ff79fe32{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-19-1)}.tabsExtendedTabButton__e33d3cd2.type1__7425db3f.selected__ff79fe32 .tabButtonText__a3bfbafc{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-1-19-1)}.tabsExtendedTabButton__e33d3cd2.type1__7425db3f:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-19-1)}.tabsExtendedTabButton__e33d3cd2.type1__7425db3f:hover .tabButtonText__a3bfbafc{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-1-19-1)}.tabsExtendedTabButton__e33d3cd2.type1__7425db3f .tabButtonText__a3bfbafc{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-1-19-1)}.tabsExtendedTabButton__e33d3cd2.type2__07140a1e{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-19-1);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-1-19-1)}.tabsExtendedTabButton__e33d3cd2.type2__07140a1e.selected__ff79fe32{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-19-1)}.tabsExtendedTabButton__e33d3cd2.type2__07140a1e.selected__ff79fe32 .tabButtonText__a3bfbafc{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-1-19-1)}.tabsExtendedTabButton__e33d3cd2.type2__07140a1e:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-19-1)}.tabsExtendedTabButton__e33d3cd2.type2__07140a1e:hover .tabButtonText__a3bfbafc{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-1-19-1)}.tabsContent__5bef8740 .tabButtonDropdown__ff135801{padding:0!important;border-radius:0!important;background:none!important}.tabsContent__5bef8740 .tabButtonDropdown__ff135801.sm__c7a6649e{min-width:20px;min-height:20px;height:20px}.tabsContent__5bef8740 .tabButtonDropdown__ff135801.md__38058774{min-width:32px;min-height:32px;height:32px}.tabsContent__5bef8740 .tabButtonDropdown__ff135801.lg__f524aa91{min-width:40px;min-height:40px;height:40px}.tag__4a3c9646{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-19-1);border-radius:4px;gap:2px}.tag__4a3c9646.sm__8ebbeb7a{height:20px;padding:2px 4px 2px 6px}.tag__4a3c9646.md__03da2c80{height:28px;padding:4px 6px 4px 8px}.tag__4a3c9646.lg__1d46b21a{height:32px;padding:6px 8px 6px 10px}.content__48be2673{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__582a7a44{display:flex;flex-wrap:wrap}.tagGroup__582a7a44.sm__40b74935{gap:4px}.tagGroup__582a7a44.md__75ae6d4c{gap:8px}.tagGroup__582a7a44.lg__c84946e2{gap:12px}.paginationExtended__3b9999c5{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__bc136048 .directionIconNext__2ef0803f{transform:rotate(180deg)}.pageEllipsis__3d8b70c8{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-1-19-1);cursor:default}.paginationPageButton__20aebe87{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-1-19-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__20aebe87:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-19-1);outline:none}.paginationPageButton__20aebe87:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-19-1)}.paginationPageButton__20aebe87:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-19-1);cursor:grabbing}.paginationPageButton__20aebe87.currentPage__757b2e7c{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-19-1);cursor:default}.paginationNavigationExtended__428f5f80{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__e3add07e{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__e3add07e .paginationSelectControl__631f85ba{margin-left:8px;min-width:72px}.skeleton__bd6fa0ce{border-radius:16px;flex-grow:1}.skeleton__bd6fa0ce.light__a270cdcd{animation:skeleton-light-pulse__79cca2f8 2s ease-in-out infinite}.skeleton__bd6fa0ce.dark__1fa38522{animation:skeleton-dark-pulse__5890ec01 2s ease-in-out infinite}@keyframes skeleton-light-pulse__79cca2f8{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-19-1)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-19-1)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-19-1)}}@keyframes skeleton-dark-pulse__5890ec01{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-19-1)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-19-1)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-19-1)}}.segmentedControlSegment__9c7c14b4{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-19-1);outline:none;cursor:pointer}.segmentedControlSegment__9c7c14b4:disabled{cursor:default}.sm__88fe2aa6 .segmentedControlSegment__9c7c14b4{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__88e8dd42 .segmentedControlSegment__9c7c14b4{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__92c28527 .segmentedControlSegment__9c7c14b4{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__44b6464f .segmentedControlSegment__9c7c14b4{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-19-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-19-1)}.general1__44b6464f .segmentedControlSegment__9c7c14b4:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-19-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-19-1)}.general1__44b6464f .segmentedControlSegment__9c7c14b4:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-19-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-19-1)}.general1__44b6464f .segmentedControlSegment__9c7c14b4.selected__75d9b846{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-19-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-19-1)}.general1__44b6464f .segmentedControlSegment__9c7c14b4.selected__75d9b846:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-19-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-19-1)}.general1__44b6464f .segmentedControlSegment__9c7c14b4.selected__75d9b846:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-19-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-19-1)}.general2__5f480f25 .segmentedControlSegment__9c7c14b4{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-19-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-19-1)}.general2__5f480f25 .segmentedControlSegment__9c7c14b4:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-19-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-19-1)}.general2__5f480f25 .segmentedControlSegment__9c7c14b4:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-19-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-19-1)}.general2__5f480f25 .segmentedControlSegment__9c7c14b4.selected__75d9b846{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-19-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-19-1)}.general2__5f480f25 .segmentedControlSegment__9c7c14b4.selected__75d9b846:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-19-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-19-1)}.general2__5f480f25 .segmentedControlSegment__9c7c14b4.selected__75d9b846:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-19-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-19-1)}.secondary1__c7b63793 .segmentedControlSegment__9c7c14b4{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-19-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-19-1)}.secondary1__c7b63793 .segmentedControlSegment__9c7c14b4:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-19-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-19-1)}.secondary1__c7b63793 .segmentedControlSegment__9c7c14b4:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-19-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-19-1)}.secondary1__c7b63793 .segmentedControlSegment__9c7c14b4.selected__75d9b846{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-19-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-19-1)}.secondary1__c7b63793 .segmentedControlSegment__9c7c14b4.selected__75d9b846:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-19-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-19-1)}.secondary2__043609e6 .segmentedControlSegment__9c7c14b4{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-19-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-19-1)}.secondary2__043609e6 .segmentedControlSegment__9c7c14b4:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-19-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-19-1)}.secondary2__043609e6 .segmentedControlSegment__9c7c14b4:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-19-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-19-1)}.secondary2__043609e6 .segmentedControlSegment__9c7c14b4.selected__75d9b846{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-19-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-19-1)}.secondary2__043609e6 .segmentedControlSegment__9c7c14b4.selected__75d9b846:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-19-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-19-1)}.segmentedControlSegment__9c7c14b4:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-19-1)}.content__d510aace{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__876019da{display:flex;gap:4px}.segmentedControl__876019da.general1__44b6464f{background:var(--triplex-next-SegmentedControl-General_1_Background-1-19-1)}.segmentedControl__876019da.secondary1__c7b63793{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-19-1)}.segmentedControl__876019da.general2__5f480f25{background:var(--triplex-next-SegmentedControl-General_2_Background-1-19-1)}.segmentedControl__876019da.secondary2__043609e6{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-19-1)}.segmentedControl__876019da.sm__88fe2aa6{border-radius:6px;padding:4px}.segmentedControl__876019da.md__88e8dd42{border-radius:8px;padding:4px}.segmentedControl__876019da.lg__92c28527{border-radius:10px;padding:8px}.step__01fb2a20{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__01fb2a20.default__86ce879e{background-color:var(--triplex-next-Step-Background_Default-1-19-1)}.step__01fb2a20.default__86ce879e>span{color:var(--triplex-next-Step-Color_Default-1-19-1)}.step__01fb2a20.done__e282bbf7{background-color:var(--triplex-next-Step-Background_Done-1-19-1)}.step__01fb2a20.done__e282bbf7>span{color:var(--triplex-next-Step-Color_Done-1-19-1)}.step__01fb2a20.warning__354a56c4{background-color:var(--triplex-next-Step-Background_Warning-1-19-1)}.step__01fb2a20.warning__354a56c4>span{color:var(--triplex-next-Step-Color_Warning-1-19-1)}.step__01fb2a20.active__4bd7390c{background-color:var(--triplex-next-Step-Background_Active-1-19-1)}.step__01fb2a20.active__4bd7390c>span{color:var(--triplex-next-Step-Color_Active-1-19-1)}.step__01fb2a20.error__34910c13{background-color:var(--triplex-next-Step-Background_Error-1-19-1)}.step__01fb2a20.error__34910c13>span{color:var(--triplex-next-Step-Color_Error-1-19-1)}.step__01fb2a20.disabled__bd920d13{background-color:var(--triplex-next-Step-Background_Disabled-1-19-1)}.step__01fb2a20.disabled__bd920d13>span{color:var(--triplex-next-Step-Color_Disabled-1-19-1)}.stepperWrapper__5aea803d{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-1-19-1)}.stepperStep__afe6820e{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__afe6820e+.stepperStep__afe6820e{margin-left:12px}.stepperStep__afe6820e.sm__b5a7d2d1:not(:last-child) .content__b4bf2a34{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__afe6820e.sm__b5a7d2d1:last-child .content__b4bf2a34{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__afe6820e.sm__b5a7d2d1:last-child .arrow__11878164{display:none}.stepperStep__afe6820e.md__396934eb:not(:last-child) .content__b4bf2a34{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__afe6820e.md__396934eb:last-child .content__b4bf2a34{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__afe6820e.md__396934eb:last-child .arrow__11878164{display:none}.stepperStep__afe6820e.lg__540a7cd7:not(:last-child) .content__b4bf2a34{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__afe6820e.lg__540a7cd7:last-child .content__b4bf2a34{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__afe6820e.lg__540a7cd7:last-child .arrow__11878164{display:none}.stepperStep__afe6820e:hover:not(.active__7f1ffebe):not(.disabled__4a67b21e) .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-19-1);background:var(--triplex-next-Stepper-Step_Background_Hover-1-19-1)}.stepperStep__afe6820e:hover:not(.active__7f1ffebe):not(.disabled__4a67b21e) .arrow__11878164 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-19-1)}.stepperStep__afe6820e:hover:not(.active__7f1ffebe):not(.disabled__4a67b21e) .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-19-1)}.stepperStep__afe6820e.active__7f1ffebe{cursor:default}.stepperStep__afe6820e.active__7f1ffebe .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-19-1)}.stepperStep__afe6820e.active__7f1ffebe .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-19-1)}.stepperStep__afe6820e.active__7f1ffebe.error__f3a128ab .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-19-1);background:var(--triplex-next-Stepper-Step_Background_Error-1-19-1)}.stepperStep__afe6820e.active__7f1ffebe.error__f3a128ab .arrow__11878164 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-19-1)}.stepperStep__afe6820e.active__7f1ffebe.error__f3a128ab .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-19-1)}.stepperStep__afe6820e.active__7f1ffebe.warning__bbdb3ddd .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-19-1);background:var(--triplex-next-Stepper-Step_Background_Warning-1-19-1)}.stepperStep__afe6820e.active__7f1ffebe.warning__bbdb3ddd .arrow__11878164 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-19-1)}.stepperStep__afe6820e.active__7f1ffebe.warning__bbdb3ddd .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-19-1)}.stepperStep__afe6820e.completed__3fbfb2f1.error__f3a128ab .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-19-1);background:var(--triplex-next-Stepper-Step_Background_Error-1-19-1)}.stepperStep__afe6820e.completed__3fbfb2f1.error__f3a128ab .arrow__11878164 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-19-1)}.stepperStep__afe6820e.completed__3fbfb2f1.error__f3a128ab .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-19-1)}.stepperStep__afe6820e.completed__3fbfb2f1.error__f3a128ab:hover .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-19-1);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-19-1)}.stepperStep__afe6820e.completed__3fbfb2f1.error__f3a128ab:hover .arrow__11878164 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-19-1)}.stepperStep__afe6820e.completed__3fbfb2f1.error__f3a128ab:hover .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-19-1)}.stepperStep__afe6820e.completed__3fbfb2f1.warning__bbdb3ddd .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-19-1);background:var(--triplex-next-Stepper-Step_Background_Warning-1-19-1)}.stepperStep__afe6820e.completed__3fbfb2f1.warning__bbdb3ddd .arrow__11878164 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-19-1)}.stepperStep__afe6820e.completed__3fbfb2f1.warning__bbdb3ddd .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-19-1)}.stepperStep__afe6820e.completed__3fbfb2f1.warning__bbdb3ddd:hover .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-19-1);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-19-1)}.stepperStep__afe6820e.completed__3fbfb2f1.warning__bbdb3ddd:hover .arrow__11878164 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-19-1)}.stepperStep__afe6820e.completed__3fbfb2f1.warning__bbdb3ddd:hover .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f :not(.error__f3a128ab):not(.warning__bbdb3ddd) .content__b4bf2a34{color:var(--triplex-next-Stepper-Step_Color_Default-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f :not(.error__f3a128ab):not(.warning__bbdb3ddd):hover .content__b4bf2a34{color:var(--triplex-next-Stepper-Step_Color_Hover-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f.error__f3a128ab .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-19-1);background:var(--triplex-next-Stepper-Step_Background_Error-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f.error__f3a128ab .arrow__11878164 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f.error__f3a128ab .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f.error__f3a128ab:hover .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-19-1);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f.error__f3a128ab:hover .arrow__11878164 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f.error__f3a128ab:hover .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f.warning__bbdb3ddd .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-19-1);background:var(--triplex-next-Stepper-Step_Background_Warning-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f.warning__bbdb3ddd .arrow__11878164 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f.warning__bbdb3ddd .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f.warning__bbdb3ddd:hover .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-19-1);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f.warning__bbdb3ddd:hover .arrow__11878164 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f.warning__bbdb3ddd:hover .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-19-1)}.stepperStep__afe6820e.disabled__4a67b21e{pointer-events:none}.stepperStep__afe6820e.disabled__4a67b21e .content__b4bf2a34{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-19-1)}.stepperStep__afe6820e.disabled__4a67b21e .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-19-1)}.stepperStep__afe6820e.disabled__4a67b21e .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-19-1)}.stepperStep__afe6820e.focusVisible__b53e7f82.completed__3fbfb2f1 .content__b4bf2a34,.stepperStep__afe6820e.focusVisible__b53e7f82.active__7f1ffebe .content__b4bf2a34,.stepperStep__afe6820e.focusVisible__b53e7f82.inactive__7e79cd8f .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-19-1)}.stepperStep__afe6820e.focusVisible__b53e7f82.completed__3fbfb2f1 .arrow__11878164 path:last-child,.stepperStep__afe6820e.focusVisible__b53e7f82.active__7f1ffebe .arrow__11878164 path:last-child,.stepperStep__afe6820e.focusVisible__b53e7f82.inactive__7e79cd8f .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-19-1)}.stepperStep__afe6820e.focusVisible__b53e7f82.completed__3fbfb2f1:hover .content__b4bf2a34,.stepperStep__afe6820e.focusVisible__b53e7f82.active__7f1ffebe:hover .content__b4bf2a34,.stepperStep__afe6820e.focusVisible__b53e7f82.inactive__7e79cd8f:hover .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-19-1)}.stepperStep__afe6820e.focusVisible__b53e7f82.completed__3fbfb2f1:hover .arrow__11878164 path:last-child,.stepperStep__afe6820e.focusVisible__b53e7f82.active__7f1ffebe:hover .arrow__11878164 path:last-child,.stepperStep__afe6820e.focusVisible__b53e7f82.inactive__7e79cd8f:hover .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-19-1)}.content__b4bf2a34{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-19-1);color:var(--triplex-next-Stepper-Step_Color_Hover-1-19-1);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-19-1);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__b5a7d2d1{font-size:12px;line-height:16px}.md__396934eb{font-size:14px;line-height:20px}.lg__540a7cd7{font-size:16px;line-height:20px}.arrow__11878164{transform:translate(0)}.arrow__11878164 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-19-1)}.arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-19-1)}.icon__20a2b4b3{display:inline-flex;align-items:center;line-height:0}.nonempty__772aab27 .icon__20a2b4b3{margin-right:6px}.stepperExtended__09316ca4{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__7e0a60e2{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__7e0a60e2::-webkit-scrollbar{display:none}.stepper__3ba7926d.sm__b5a7d2d1{padding-left:28px;padding-right:28px}.stepper__3ba7926d.md__396934eb{padding-left:40px;padding-right:40px}.stepper__3ba7926d.lg__540a7cd7{padding-left:56px;padding-right:56px}.stepperCarousel__9ab46e55{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__9ab46e55 .buttonPrev__6989952e,.stepperCarousel__9ab46e55 .buttonNext__0b5602a4{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__9ab46e55 .buttonPrev__6989952e.sm__b5a7d2d1,.stepperCarousel__9ab46e55 .buttonNext__0b5602a4.sm__b5a7d2d1{height:28px;width:28px}.stepperCarousel__9ab46e55 .buttonPrev__6989952e.md__396934eb,.stepperCarousel__9ab46e55 .buttonNext__0b5602a4.md__396934eb{height:40px;width:40px}.stepperCarousel__9ab46e55 .buttonPrev__6989952e.lg__540a7cd7,.stepperCarousel__9ab46e55 .buttonNext__0b5602a4.lg__540a7cd7{height:56px;width:56px}.stepperCarousel__9ab46e55 .buttonPrev__6989952e{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-1-19-1)}.stepperCarousel__9ab46e55 .buttonNext__0b5602a4{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-1-19-1)}@media (max-width: 767px){.stepper__3ba7926d{padding-left:16px;padding-right:16px}.buttonPrev__6989952e,.buttonNext__0b5602a4{display:none}}.islandAccordion__8fee2f7d{margin:0;padding:0}.islandAccordion__8fee2f7d .island__9f0eb0a4{padding:0}.islandAccordion__8fee2f7d .item__f2ed6c4b{position:relative;list-style-type:none}.islandAccordion__8fee2f7d .item__f2ed6c4b.disabled__ecde9f7b{cursor:default;pointer-events:none}.islandAccordion__8fee2f7d .item__f2ed6c4b+.item__f2ed6c4b.sm__4c6378d3,.islandAccordion__8fee2f7d .item__f2ed6c4b+.item__f2ed6c4b.md__49cafcf1{margin-top:16px}.islandAccordion__8fee2f7d .item__f2ed6c4b+.item__f2ed6c4b.lg__39831458{margin-top:24px}.islandAccordion__8fee2f7d .item__f2ed6c4b .header__81da511a{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__8fee2f7d .item__f2ed6c4b .header__81da511a:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-19-1)}.islandAccordion__8fee2f7d .item__f2ed6c4b.type1__87fb152f:not(.opened__063b48a3) .header__81da511a:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-19-1)}.islandAccordion__8fee2f7d .item__f2ed6c4b.type2__d1fec048:not(.opened__063b48a3) .header__81da511a:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-19-1)}.islandAccordion__8fee2f7d .item__f2ed6c4b.type3__0e08a66b:not(.opened__063b48a3) .header__81da511a:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-19-1)}.islandAccordion__8fee2f7d .item__f2ed6c4b .footer__34645e4a{text-align:right}.islandAccordion__8fee2f7d .item__f2ed6c4b .body__57f255f5,.islandAccordion__8fee2f7d .item__f2ed6c4b .footer__34645e4a{visibility:hidden}.islandAccordion__8fee2f7d .item__f2ed6c4b.opened__063b48a3 .body__57f255f5,.islandAccordion__8fee2f7d .item__f2ed6c4b.opened__063b48a3 .footer__34645e4a{visibility:visible}.islandAccordion__8fee2f7d .item__f2ed6c4b .caretWrapper__06177242{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__8fee2f7d .item__f2ed6c4b .caretIcon__c8fea362{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__8fee2f7d .item__f2ed6c4b .title__a98b4436{padding-right:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__8fee2f7d .item__f2ed6c4b.sm__4c6378d3 .header__81da511a{padding:16px;border-radius:16px}.islandAccordion__8fee2f7d .item__f2ed6c4b.sm__4c6378d3 .step__1fc62195+.title__a98b4436{margin-top:2px}.islandAccordion__8fee2f7d .item__f2ed6c4b.sm__4c6378d3 .body__57f255f5,.islandAccordion__8fee2f7d .item__f2ed6c4b.sm__4c6378d3 .footer__34645e4a{padding:0 16px 16px}.islandAccordion__8fee2f7d .item__f2ed6c4b.sm__4c6378d3 .caretWrapper__06177242{right:12px}.islandAccordion__8fee2f7d .item__f2ed6c4b.sm__4c6378d3 .remove__e329a749{right:-36px;top:20px}.islandAccordion__8fee2f7d .item__f2ed6c4b.sm__4c6378d3 .step__1fc62195{margin-right:12px}.islandAccordion__8fee2f7d .item__f2ed6c4b.md__49cafcf1 .header__81da511a{padding:24px;border-radius:24px}.islandAccordion__8fee2f7d .item__f2ed6c4b.md__49cafcf1 .body__57f255f5,.islandAccordion__8fee2f7d .item__f2ed6c4b.md__49cafcf1 .footer__34645e4a{padding:0 24px 24px}.islandAccordion__8fee2f7d .item__f2ed6c4b.md__49cafcf1 .caretWrapper__06177242{right:20px}.islandAccordion__8fee2f7d .item__f2ed6c4b.md__49cafcf1 .remove__e329a749{right:-40px;top:28px}.islandAccordion__8fee2f7d .item__f2ed6c4b.md__49cafcf1 .step__1fc62195{margin-right:12px}.islandAccordion__8fee2f7d .item__f2ed6c4b.lg__39831458 .header__81da511a{padding:32px;border-radius:32px}.islandAccordion__8fee2f7d .item__f2ed6c4b.lg__39831458 .body__57f255f5,.islandAccordion__8fee2f7d .item__f2ed6c4b.lg__39831458 .footer__34645e4a{padding:0 32px 32px}.islandAccordion__8fee2f7d .item__f2ed6c4b.lg__39831458 .caretWrapper__06177242{right:28px}.islandAccordion__8fee2f7d .item__f2ed6c4b.lg__39831458 .remove__e329a749{right:-40px;top:36px}.islandAccordion__8fee2f7d .item__f2ed6c4b.lg__39831458 .step__1fc62195{margin:0 16px 0 0}.islandAccordion__8fee2f7d .item__f2ed6c4b.opened__063b48a3:not(.disabled__ecde9f7b) .caretWrapper__06177242 .caretIcon__c8fea362{transform:rotate(-180deg)}.islandAccordion__8fee2f7d .item__f2ed6c4b .remove__e329a749{position:absolute}@media (max-width: 767px){.islandAccordion__8fee2f7d .item__f2ed6c4b .footer__34645e4a{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__8fee2f7d .item__f2ed6c4b .footer__34645e4a>*{margin-left:0!important}.islandAccordion__8fee2f7d .item__f2ed6c4b.md__49cafcf1 .header__81da511a{border-radius:16px}.islandAccordion__8fee2f7d .item__f2ed6c4b.lg__39831458 .header__81da511a{border-radius:24px}}.noColumns__68c60581{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__68c60581>.content__7f28db5d{width:456px;text-align:center}.filterPanel__a4a7e30c{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__b95eb04a{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__b95eb04a>a:not(:first-child){margin-left:16px}.tabsLinePanel__5ecf0e13{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__f500407f{0%{opacity:0}to{opacity:1}}.tableBasic__dcb48e97{position:relative}.tableBasic__dcb48e97 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__dcb48e97 table th.alignLeft__2206aa4a,.tableBasic__dcb48e97 table td.alignLeft__2206aa4a{text-align:left}.tableBasic__dcb48e97 table th.alignRight__a7f6f66f,.tableBasic__dcb48e97 table td.alignRight__a7f6f66f{text-align:right}.tableBasic__dcb48e97 table th.alignCenter__7a944da1,.tableBasic__dcb48e97 table td.alignCenter__7a944da1{text-align:center}.tableBasic__dcb48e97 table th.verticalAlignBaseline__7a894fed,.tableBasic__dcb48e97 table td.verticalAlignBaseline__7a894fed{vertical-align:baseline}.tableBasic__dcb48e97 table th.verticalAlignSub__9a367cc0,.tableBasic__dcb48e97 table td.verticalAlignSub__9a367cc0{vertical-align:sub}.tableBasic__dcb48e97 table th.verticalAlignSuper__cc72126d,.tableBasic__dcb48e97 table td.verticalAlignSuper__cc72126d{vertical-align:super}.tableBasic__dcb48e97 table th.verticalAlignTextTop__d37d489a,.tableBasic__dcb48e97 table td.verticalAlignTextTop__d37d489a{vertical-align:text-top}.tableBasic__dcb48e97 table th.verticalAlignTextBottom__ed7db3aa,.tableBasic__dcb48e97 table td.verticalAlignTextBottom__ed7db3aa{vertical-align:text-bottom}.tableBasic__dcb48e97 table th.verticalAlignMiddle__0ecbb19e,.tableBasic__dcb48e97 table td.verticalAlignMiddle__0ecbb19e{vertical-align:middle}.tableBasic__dcb48e97 table th.verticalAlignTop__ea1b2251,.tableBasic__dcb48e97 table td.verticalAlignTop__ea1b2251{vertical-align:top}.tableBasic__dcb48e97 table th.verticalAlignBottom__0ec8fa68,.tableBasic__dcb48e97 table td.verticalAlignBottom__0ec8fa68{vertical-align:bottom}.tableBasic__dcb48e97 table>thead>tr{height:48px}.tableBasic__dcb48e97 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-19-1);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-19-1)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__dcb48e97 table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-19-1),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-19-1)}}.tableBasic__dcb48e97 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__dcb48e97 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__dcb48e97 table>thead>tr>th.checkboxType__3531c11f{padding:16px 12px}.tableBasic__dcb48e97 table>thead>tr>th .thBlock__f8520d8c{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__dcb48e97 table>thead>tr>th .thBlock__f8520d8c.order__53a863f0{cursor:pointer}.tableBasic__dcb48e97 table>thead>tr>th .thBlock__f8520d8c.order__53a863f0 .orderButton__ef3ffa83{display:flex;visibility:hidden;align-items:center}.tableBasic__dcb48e97 table>thead>tr>th .thBlock__f8520d8c.order__53a863f0 .orderButton__ef3ffa83.alignLeft__2206aa4a{margin-right:8px}.tableBasic__dcb48e97 table>thead>tr>th .thBlock__f8520d8c.order__53a863f0 .orderButton__ef3ffa83.alignRight__a7f6f66f{margin-left:8px}.tableBasic__dcb48e97 table>thead>tr>th .thBlock__f8520d8c.order__53a863f0 .orderButton__ef3ffa83.sorted__7934bf24{visibility:visible}.tableBasic__dcb48e97 table>thead>tr>th .thBlock__f8520d8c.order__53a863f0:hover .orderButton__ef3ffa83{visibility:visible}.tableBasic__dcb48e97 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-19-1)}.tableBasic__dcb48e97 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__dcb48e97 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__dcb48e97 table>tbody>tr>td.textType__80bce5a7{padding:12px}.tableBasic__dcb48e97 table>tbody>tr>td.componentsType__7cc671a6{padding:8px 12px}.tableBasic__dcb48e97 table>tbody>tr>td.checkboxType__3531c11f{padding:10px 12px 12px}.tableBasic__dcb48e97 table>tbody>tr.selected__f7ee1db9>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-19-1)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__dcb48e97 table>tbody>tr.selected__f7ee1db9>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-19-1),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-19-1)}}.tableBasic__dcb48e97 table>tbody.clickable__dc38c97b>tr{cursor:pointer}.tableBasic__dcb48e97 table>tbody.hoverable__08de0d96>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-19-1)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__dcb48e97 table>tbody.hoverable__08de0d96>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-19-1),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-19-1)}}.tableBasic__dcb48e97 .footerEmptyData__181a7ade{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__dcb48e97 .spinnerWrapper__1946a64a{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__dcb48e97 .spinnerWrapper__1946a64a .tableLoaderScreen__44aab647{border-radius:8px 8px 0 0}.tableBasic__dcb48e97 .overlayCover__3dd43521{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-19-1);animation:fadeIn__f500407f .3s}.tableBasicSettingsBody__27eb305b{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__836d7955{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-19-1)!important}.columnSettingsSortableListItemTarget__836d7955:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-19-1)!important}.columnSettingsSortableListItemTarget__836d7955.dragging__ddf5e2e3{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-19-1)!important}.columnSettingsStaticListItem__32891257{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-19-1)}.tableBasicSettingsFooter__701bc321{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-19-1);padding:11px 12px 12px}.tableBasicSettingsHeader__606fd82a{padding:16px 12px 12px}.tableSettingsLink__0dde9a6b{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__05a78753{width:320px}.tableFooterWrapper__c55e054e{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__c55e054e .tableFooterShadow__d77aa5a3{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-19-1);pointer-events:none}.tableFooterWrapper__c55e054e .tableFooter__e915f983{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-19-1);padding:16px 12px;border-radius:8px}.tableFooterWrapper__c55e054e .tableFooter__e915f983 .tableFooterSummary__10f41896{display:flex;align-items:center}.tableFooterWrapper__c55e054e .tableFooter__e915f983 .tableFooterSummary__10f41896 .tableFooterSummarySelectedCount__474ca3fa,.tableFooterWrapper__c55e054e .tableFooter__e915f983 .tableFooterSummary__10f41896 .tableFooterSummarySelectAllButton__f41500ec,.tableFooterWrapper__c55e054e .tableFooter__e915f983 .tableFooterSummary__10f41896 .tableFooterSummaryAmount__d0d81064{display:inline-flex}.tableFooterWrapper__c55e054e .tableFooter__e915f983 .tableFooterSummary__10f41896 .tableFooterSummarySelectedCount__474ca3fa,.tableFooterWrapper__c55e054e .tableFooter__e915f983 .tableFooterSummary__10f41896 .tableFooterSummarySelectAllButton__f41500ec,.tableFooterWrapper__c55e054e .tableFooter__e915f983 .tableFooterSummary__10f41896 .tableFooterSummaryAmount__d0d81064,.tableFooterWrapper__c55e054e .tableFooter__e915f983 .tableFooterSummary__10f41896 .tableFooterSummaryLabel__c54512c7{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__c55e054e{height:112px}}.paginationPanel__9eb92e74{margin-top:16px}.masterTable__01e0e0e3{position:relative}.orderedListItem__00a47e79{counter-increment:list-item-tx}.orderedListItem__00a47e79:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__00a47e79+.orderedListItem__00a47e79{margin-top:8px}.orderedList__bc41ec2d{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldMobileBody__5b3f80d7{height:176px}.suggestFieldMobileDropdownHint__044b6e65{padding:16px}.lightBox__6847f58e{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__6847f58e .lightBoxBackdrop__75debb9d{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-19-1)}.lightBox__6847f58e.lightBoxSideOverlayActive__839d2912,.lightBox__6847f58e.lightBoxTopOverlayActive__f4c8d507{overflow-y:hidden}.lightBox__6847f58e .lightBoxContent__890ef83e{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-19-1)}.lightBox__6847f58e .lightBoxContent__890ef83e>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__6847f58e .lightBoxContent__890ef83e>.global-page{padding:16px}}.lightBox__6847f58e .loadingContentOverlay__417ad542{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__6847f58e .lightBoxContentResizeWrapper__0e5d8f2e{position:absolute;left:0;right:0;height:0}.lightBox__6847f58e .tempElSafariBug__eb495dc6{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__3d9d2e17,.global-LB-less-or-equal-media-point-0 .lightBox__6847f58e.lightBoxSideOverlayActive__839d2912{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__890ef83e{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__890ef83e{padding-left:80px;padding-right:80px}.lightBoxControls__780e4325{z-index:100}.withKeyboardEvent__ba0f458a{display:inline-block}.withoutKeyboardEvent__502f59d2,.lightBox__6847f58e.lightBoxSideOverlayActive__839d2912 .withKeyboardEvent__ba0f458a,.lightBox__6847f58e.lightBoxTopOverlayActive__f4c8d507 .withKeyboardEvent__ba0f458a,.lightBox__6847f58e.isLoading__36711373 .withKeyboardEvent__ba0f458a{display:none}.lightBox__6847f58e.lightBoxSideOverlayActive__839d2912 .withoutKeyboardEvent__502f59d2,.lightBox__6847f58e.lightBoxTopOverlayActive__f4c8d507 .withoutKeyboardEvent__502f59d2,.lightBox__6847f58e.isLoading__36711373 .withoutKeyboardEvent__502f59d2{display:inline-block}.lightBox__6847f58e.isLoading__36711373 .lightBoxPrev__01e263d3,.lightBox__6847f58e.isLoading__36711373 .lightBoxNext__91ecb23a{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__780e4325{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__b93e65ec{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__a6c78b15{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__5cf87afa{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__01e263d3,.global-LB-less-or-equal-media-point-0 .lightBoxNext__91ecb23a{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__01e263d3{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__fbb6e82c,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__0020837a{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__780e4325{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__b93e65ec{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__a6c78b15{display:none}.global-LB-more-media-point-0 .lightBoxClose__5cf87afa{position:fixed;left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px);top:calc(40px + var(--lightBox-screen-top))}.global-LB-more-media-point-0 .lightBoxPrev__01e263d3,.global-LB-more-media-point-0 .lightBoxNext__91ecb23a{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__01e263d3{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__91ecb23a{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__1e27c849{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__1e27c849.fixed__27422d93{position:fixed}.overlay__1e27c849.closing__68b418e7,.overlay__1e27c849.opened__3c0e75b3{visibility:visible;left:0;right:0}.overlayPanel__d7f42ba8{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-19-1);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__d7f42ba8.bottom__3677fe6e{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__d7f42ba8.left__1c26dc3c{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__d7f42ba8.right__0f3b2db9{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__d7f42ba8.top__2f5af34b{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__d7f42ba8.left__1c26dc3c.opened__3c0e75b3,.overlayPanel__d7f42ba8.right__0f3b2db9.opened__3c0e75b3{transform:translate(0)}.overlayPanel__d7f42ba8.top__2f5af34b.opened__3c0e75b3,.overlayPanel__d7f42ba8.bottom__3677fe6e.opened__3c0e75b3{transform:translateY(0)}.overlayContent__daffa689{display:flex;min-height:100%}.overlayMask__6dfe1c7c{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-19-1);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__6dfe1c7c.overlayOpened__12cfd357{opacity:1}.lightBoxSideOverlayLoaderWrapper__2b369d5d{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__f6bdaffa{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__f9a3b7d0{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__f6bdaffa{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__f9a3b7d0{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__f9a3b7d0{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__f6bdaffa{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__f9a3b7d0{display:none}.lightBoxSideOverlayMask__0723330e{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-19-1)}.lightBoxSideOverlayWrapper__aa4940d3{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__aa4940d3.overflowXHidden__da9aab9e{overflow-x:hidden}.lightBoxSideOverlayWrapper__aa4940d3.overflowYHidden__d2cf805f{overflow-y:hidden}.lightBoxSideOverlayWrapper__aa4940d3.closing__1a97e07b,.lightBoxSideOverlayWrapper__aa4940d3.opened__118f3c2e{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__aa4940d3.closing__1a97e07b{pointer-events:none}.lightBoxSideOverlayWrapper__aa4940d3 .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__aa4940d3 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__aa4940d3 .lightBoxSideOverlayContent__e14f2fce{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-19-1);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__aa4940d3 .lightBoxSideOverlayContent__e14f2fce.opened__118f3c2e{transform:none}.lightBoxSideOverlayWrapper__aa4940d3 .lightBoxSideOverlayContent__e14f2fce.opening__8d85ba53{transform:translateY(0)}.lightBoxSideOverlayWrapper__aa4940d3.sm__e655f133 .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__aa4940d3.md__b1df23bb .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__aa4940d3.lg__0388dfc3 .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__aa4940d3 .lightBoxSideOverlayBase__49067e83{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__aa4940d3 .lightBoxSideOverlayContent__e14f2fce{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__aa4940d3 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__aa4940d3 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__1af5644b{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__1af5644b.closing__1a97e07b,.lightBoxSideOverlay__1af5644b.opening__8d85ba53{overflow-x:hidden}.topOverlayMask__a3791e75{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-19-1);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__49e430dc{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__49e430dc.closing__216ca779,.topOverlayWrapper__49e430dc.opened__e5148c95{bottom:0}.topOverlayWrapper__49e430dc .topOverlayPanel__0516caa9{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__0bbec7a2{z-index:500}@media (max-width: 767px){.topOverlayPanel__0516caa9{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__6c56f3d5{--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__6c56f3d5.fixed__652ded03{position:fixed}@container left-sidebar-wrapper (max-width: 100px){.lightBoxLeftSidebarInner__ffda989d{display:none}}.lightBoxRightSidebar__954f9340{--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__954f9340.fixed__652ded03{position:fixed}@container right-sidebar-wrapper (max-width: 100px){.lightBoxRightSidebarInner__5ad662cd{display:none}}html.scroll-0__31c9ea51{--triplex-next-scroll-width: 0px}html.scroll-15__063b32a9{--triplex-next-scroll-width: 15px}html.scroll-16__841b848a{--triplex-next-scroll-width: 16px}html.scroll-17__63a8da77{--triplex-next-scroll-width: 17px}.smsField__88124fbb{display:inline-block;position:relative;width:100%}.smsField__88124fbb .input__c2442c0c{text-align:center}.smsField__88124fbb .input__c2442c0c::placeholder{opacity:1}.smsField__88124fbb .input__c2442c0c:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-19-1)}.smsField__88124fbb .input__c2442c0c.lg__3860c714{padding:18px 40px}.smsField__88124fbb .input__c2442c0c.md__fa8013c9{padding-left:26px;padding-right:26px}.smsField__88124fbb .input__c2442c0c.sm__161eb188{padding-left:20px;padding-right:20px}.smsField__88124fbb .btnRefresh__16c57fbc{position:absolute;outline:none;z-index:1}.smsField__88124fbb .btnRefresh__16c57fbc.lg__3860c714{top:12px;left:12px;height:32px;width:32px}.smsField__88124fbb .btnRefresh__16c57fbc.md__fa8013c9{top:10px;left:10px}.smsField__88124fbb .btnRefresh__16c57fbc.sm__161eb188{top:4px;left:4px}.smsField__88124fbb .btnRefresh__16c57fbc .full__48f161af{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-19-1)}.smsField__88124fbb .btnRefresh__16c57fbc .empty__8297b100{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-19-1)}.smsField__88124fbb .btnRefresh__16c57fbc:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-19-1)}.smsField__88124fbb .btnSubmit__6c59af71{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-19-1)}.smsField__88124fbb .btnSubmit__6c59af71.active__f6a4d898:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-19-1)}.smsField__88124fbb .btnSubmit__6c59af71.active__f6a4d898:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-19-1)}.smsField__88124fbb .btnSubmit__6c59af71.lg__3860c714{top:15px;right:15px;height:26px;width:26px}.smsField__88124fbb .btnSubmit__6c59af71.md__fa8013c9{top:10px;right:10px}.smsField__88124fbb .btnSubmit__6c59af71.sm__161eb188{top:4px;right:4px}.spoiler__7a887634{display:flex;flex-direction:column}.spoiler__7a887634.opened__5922b339 .caretIcon__ee52cd00{transform:rotate(-180deg)}.spoiler__7a887634 .head__f26d38b0 .caretIcon__ee52cd00{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__7a887634 .head__f26d38b0 button>span{white-space:normal;text-align:left}.spoiler__7a887634 .content__63d2e90b.hidden__5f672361{display:none}.spoiler__7a887634 .lg__4790271d .content__63d2e90b{margin-top:8px}.spoiler__7a887634 .md__51681ffd .content__63d2e90b{margin-top:0}.spoiler__7a887634 .sm__aadeebfe .content__63d2e90b{margin-top:-4px}.statusTrackerWrapper__cd3309d7{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-19-1);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-19-1);overflow:hidden;height:100%}.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632.verticalAlignMiddle__d74c8f82{align-self:center}.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632.verticalAlignBottom__38ff84ba{align-self:end}.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632 .statusTrackerChild__556099d2{padding:8px 0}.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632 .statusTrackerChild__556099d2:empty{padding:0}.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632 .statusTrackerSum__bfdaa4a7,.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632 .statusTrackerTitle__da515ea8{padding-bottom:4px}.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632 .statusTrackerDescription__f9f4b36f{display:block;padding-top:8px}.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632 .statusTrackerAlert__c2ab8e68{margin-top:12px;text-align:left}.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632 .statusTrackerStatus__842c969c{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632 .statusTrackerFooterWrapper__41138ebe{display:grid}.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632 .statusTrackerFooterWrapper__41138ebe .statusTrackerDescription__f9f4b36f:last-child{padding-top:0}.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632 .statusTrackerFooterWrapper__41138ebe .statusTrackerButton__a5a95f1c{margin-bottom:12px}.statusTrackerWrapper__cd3309d7 .statusTrackerColor__4e6ca61a{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__cd3309d7 .statusTrackerColor__4e6ca61a.waiting__1ca11b29{background:var(--triplex-next-StatusTracker-Waiting_Color-1-19-1)}.statusTrackerWrapper__cd3309d7 .statusTrackerColor__4e6ca61a.warning__ea298410{background:var(--triplex-next-StatusTracker-Warning_Background-1-19-1)}.statusTrackerWrapper__cd3309d7 .statusTrackerColor__4e6ca61a.rejected__2f983b9c{background:var(--triplex-next-StatusTracker-Rejected_Color-1-19-1)}.statusTrackerWrapper__cd3309d7 .statusTrackerColor__4e6ca61a.approved__f72fd998{background:var(--triplex-next-StatusTracker-Approved_Color-1-19-1)}.statusTrackerWrapper__cd3309d7 .statusTrackerBackground__d2fa37ef{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__cd3309d7 .statusTrackerBackground__d2fa37ef.waiting__1ca11b29{background:var(--triplex-next-StatusTracker-Waiting_Background-1-19-1)}.statusTrackerWrapper__cd3309d7 .statusTrackerBackground__d2fa37ef.warning__ea298410{background:var(--triplex-next-StatusTracker-Warning_Background-1-19-1)}.statusTrackerWrapper__cd3309d7 .statusTrackerBackground__d2fa37ef.rejected__2f983b9c{background:var(--triplex-next-StatusTracker-Rejected_Background-1-19-1)}.statusTrackerWrapper__cd3309d7 .statusTrackerBackground__d2fa37ef.approved__f72fd998{background:var(--triplex-next-StatusTracker-Approved_Background-1-19-1)}@media (max-width: 767px){.statusTrackerWrapper__cd3309d7{border-radius:16px}}.smallInput__c293f76c{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-1-19-1);background:var(--triplex-next-SmallInput-Background-1-19-1);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-19-1)}.smallInput__c293f76c::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-19-1);opacity:1}.smallInput__c293f76c::-ms-clear{display:none}.documentNumberEdit__3109d33b .label__fd7fdb0c{display:inline-block;margin-right:8px}.documentNumberEdit__3109d33b .inputEditWrapper__6dd2c6b7{width:68px;display:inline-block}.sliderExtendedDot__4ab1af88{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-19-1);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__4ab1af88:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-19-1)}.sliderExtendedDot__4ab1af88.focusedByClick__abe063b1:focus{box-shadow:none}.sliderExtendedDot__4ab1af88:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-19-1);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__4ab1af88:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-19-1);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__4ab1af88.disabled__93923604{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-19-1)}.sliderExtendedDot__4ab1af88.disabled__93923604:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-19-1)}.sliderExtendedDot__4ab1af88.disabled__93923604:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-19-1)}.sliderExtendedDot__4ab1af88:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-19-1)}.sliderExtendedDot__4ab1af88:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-19-1)}.sliderExtendedDot__4ab1af88.dragByMouse__f9b1271b{background:var(--triplex-next-Slider-Dot_Background_Select-1-19-1)}.sliderExtendedDot__4ab1af88.dragByMouse__f9b1271b:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-19-1)}.sliderExtendedDot__4ab1af88:hover .sliderExtendedTooltipOverlay__f3ff2ad7,.sliderExtendedDot__4ab1af88:focus .sliderExtendedTooltipOverlay__f3ff2ad7{visibility:visible}.sliderExtendedDot__4ab1af88.lg__2dc9acd1{width:28px;height:28px}.sliderExtendedDot__4ab1af88.lg__2dc9acd1:after{width:10px;height:10px}.sliderExtendedDot__4ab1af88.lg__2dc9acd1:before{width:14px;height:14px}.sliderExtendedMarks__2830af91{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__f43bc3e9{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__f43bc3e9 .sliderExtendedMarkDot__0ec1d3d5{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-19-1);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__f43bc3e9 .sliderExtendedMarkDot__0ec1d3d5.inSelectedRange__6c68c009{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-19-1)}.sliderExtendedMark__f43bc3e9.lg__2dc9acd1{top:20px}.sliderExtendedMark__f43bc3e9.lg__2dc9acd1 .sliderExtendedMarkDot__0ec1d3d5{top:-20px}.sliderExtendedMark__f43bc3e9 .sliderExtendedMarkText__c8bf8a42{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__f43bc3e9.disabled__93923604{pointer-events:none}.sliderExtendedMark__f43bc3e9.disabled__93923604 .sliderExtendedMarkText__c8bf8a42{pointer-events:none;opacity:.35}.sliderExtendedMark__f43bc3e9.disabled__93923604 .sliderExtendedMarkDot__0ec1d3d5{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-19-1)}.sliderExtendedMark__f43bc3e9:first-child,.sliderExtendedMark__f43bc3e9:last-child{transform:none}.sliderExtendedMark__f43bc3e9:first-child.reverse__9bcc109c .sliderExtendedMarkDot__0ec1d3d5{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__f43bc3e9:first-child.reverse__9bcc109c .sliderExtendedMarkText__c8bf8a42{margin-right:-4px}.sliderExtendedMark__f43bc3e9:first-child:not(.reverse__9bcc109c) .sliderExtendedMarkDot__0ec1d3d5{left:0;transform:translate(-50%)}.sliderExtendedMark__f43bc3e9:first-child .sliderExtendedMarkText__c8bf8a42{margin-left:-4px}.sliderExtendedMark__f43bc3e9:last-child.reverse__9bcc109c .sliderExtendedMarkDot__0ec1d3d5{left:0;transform:translate(-50%)}.sliderExtendedMark__f43bc3e9:last-child.reverse__9bcc109c .sliderExtendedMarkText__c8bf8a42{margin-left:-4px}.sliderExtendedMark__f43bc3e9:last-child:not(.reverse__9bcc109c) .sliderExtendedMarkDot__0ec1d3d5{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__f43bc3e9:last-child .sliderExtendedMarkText__c8bf8a42{margin-right:-4px}.sliderExtendedMark__f43bc3e9.active__6f4a022b{pointer-events:none}.sliderExtendedRail__30ac70ee{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-19-1);cursor:pointer}.sliderExtended__fd0cb595{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__fd0cb595.disabled__93923604 .sliderExtendedRail__30ac70ee{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-19-1)}.sliderExtended__fd0cb595.lg__2dc9acd1{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__28e9c1a9{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-19-1);z-index:10}.sliderExtendedTrack__28e9c1a9.lg__2dc9acd1{top:12px}.sliderExtendedTrack__28e9c1a9:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-19-1)}.sliderExtendedTrack__28e9c1a9.focusedByClick__abe063b1:focus{box-shadow:none}.sliderExtendedTrack__28e9c1a9.hoverOrDragByMouse__9d7cdd7d{background:var(--triplex-next-Slider-Track_Background_Hover-1-19-1)}.sliderExtendedTrack__28e9c1a9.staticSlider__d05e665a{cursor:default;pointer-events:none}.sliderExtendedTrack__28e9c1a9.disabled__93923604{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-19-1)}.sliderExtendedTooltipOverlay__f3ff2ad7{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__f3ff2ad7.lg__2dc9acd1{bottom:32px}.sliderExtendedTooltipOverlay__f3ff2ad7 .tooltipBody__2e6ea6ff{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-19-1);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-19-1);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__f3ff2ad7 .tooltipTip__f80115cf{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-19-1);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__f3ff2ad7 .tooltipTip__f80115cf{margin:-.5px}}.treeView__a6f33d91,.treeViewGroup__6bb39a88{margin:0;padding:0}.treeView__a6f33d91 .treeViewNode__ee7a3b42,.treeViewGroup__6bb39a88 .treeViewNode__ee7a3b42{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__60b9f1ae.collapsed__a32c1574{visibility:hidden}.checkboxTreeExtended__67f1630f{margin-bottom:-12px;padding:12px}.checkboxTreeExtendedNode__5cb2a5c7 .checkboxTreeExtendedNode__5cb2a5c7{margin-left:24px}.checkboxTreeExtendedNodeHeader__e75e0db4{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__e75e0db4.sm__9b5da083{margin-bottom:10px}.checkboxTreeExtendedNodeHeader__e75e0db4.md__1b75c1cb,.checkboxTreeExtendedNodeHeader__e75e0db4.lg__1b67810f{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__e75e0db4 .checkboxTreeCheckboxLabel__8371768c{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__e75e0db4 .caretIconWrapper__6a1db9d9{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__e75e0db4 .caretIconWrapper__6a1db9d9:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-19-1)}.checkboxTreeExtendedNodeHeader__e75e0db4.opened__9ea3ecbb .caretIconWrapper__6a1db9d9{transform:rotate(180deg)}@media (max-width: 767px){.checkboxTreeExtended__67f1630f{padding:12px 14px}}.chipGroup__b972e801{display:flex}.chipGroup__b972e801.oneLine__e07dab67{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__b972e801.oneLine__e07dab67::-webkit-scrollbar{display:none}.chipGroup__b972e801.multiLine__66b49539{flex-wrap:wrap}.chipGroup__b972e801.lg__2c9656d6{gap:12px}.chipGroup__b972e801.md__37369c98,.chipGroup__b972e801.sm__d3798d04{gap:8px}.confirm__a4676543{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__a4676543.isInLightBox__41c8a3e7{max-width:800px}.confirm__a4676543.isInSideOverlaySM__682b5544{max-width:416px}.confirm__a4676543.isInSideOverlayMD__8fbdbee1{max-width:536px}.confirm__a4676543.isInSideOverlayLG__269d8638{max-width:736px}.confirmCloseButton__c4b01de3{position:absolute;top:24px;right:24px}.confirmContent__469da6e5{margin-bottom:24px;padding-right:56px}.confirmControls__cd3d6771{white-space:nowrap}.confirmContentTitle__ec84f8b4{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__c4b01de3{top:16px;right:16px}.confirmContent__469da6e5{margin-bottom:16px}}.divider__92d3767a{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-19-1);border:none}.marginTopSize-4__a59e972f{margin-top:4px}.marginBottomSize-4__ee1db9c9{margin-bottom:4px}.marginTopSize-8__7d90dc4d{margin-top:8px}.marginBottomSize-8__0a670460{margin-bottom:8px}.marginTopSize-12__eba5151f{margin-top:12px}.marginBottomSize-12__55d97192{margin-bottom:12px}.marginTopSize-16__e4f1078f{margin-top:16px}.marginBottomSize-16__afe3fe1a{margin-bottom:16px}.marginTopSize-20__84f7eba0{margin-top:20px}.marginBottomSize-20__ef729569{margin-bottom:20px}.marginTopSize-24__68176c29{margin-top:24px}.marginBottomSize-24__328832c4{margin-bottom:24px}.marginTopSize-28__3f0d1850{margin-top:28px}.marginBottomSize-28__96c76bfd{margin-bottom:28px}.marginTopSize-32__06862bbf{margin-top:32px}.marginBottomSize-32__58233bc0{margin-bottom:32px}.listMasterChipGroup__6f53405b{padding:0 16px}.listMasterFooter__d48a520c{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-19-1);color:var(--triplex-next-ListMaster-Footer_Color-1-19-1);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__d48a520c.sticky__f6885dc9{position:sticky;bottom:0}.listMasterFooterDescription__58db6ffc{padding-right:16px}.listMasterFooterControls__2b0f445c{white-space:nowrap}.listMasterHeader__9b40eab9{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-19-1);color:var(--triplex-next-ListMaster-Header_Color-1-19-1)}.listMasterHeader__9b40eab9.sticky__f6885dc9{position:sticky;top:0;z-index:1}.selectionControls__9dfdefad{display:flex;justify-content:space-between;align-items:center}.uploadZone__9aad1346{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-19-1)}.uploadZone__9aad1346:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-19-1)}.uploadZoneDragArea__877349d8{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-19-1);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__7536b558{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-19-1);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-19-1);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-19-1);border-radius:8px;box-sizing:border-box}.uploadZoneInput__9847568a{display:none}@media (max-width: 767px){.uploadZone__9aad1346,.uploadZone__9aad1346:hover{background:none}.uploadZoneDragArea__877349d8{display:none}}button.helpBoxButton__c36a3eb2{position:relative;vertical-align:text-bottom}.dateRange__fc023076{display:flex;align-items:center}.dateRangeButton__87d6bb26{z-index:1}.separator__fa2ff80e{width:20px;height:20px;flex-shrink:0}.tagColor__baccbca8{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__baccbca8.sm__628ced62{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__baccbca8.md__c6af9566{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__baccbca8.lg__1a3d00c1{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__baccbca8.default__34aeb5b1{background:var(--triplex-next-TagColor-Background_Default-1-19-1)}.tagColor__baccbca8.success__0581b51e{background:var(--triplex-next-TagColor-Background_Success-1-19-1)}.tagColor__baccbca8.info__87d4582b{background:var(--triplex-next-TagColor-Background_Info-1-19-1)}.tagColor__baccbca8.warning__54d361ea{background:var(--triplex-next-TagColor-Background_Warning-1-19-1)}.tagColor__baccbca8.error__127b96dc{background:var(--triplex-next-TagColor-Background_Error-1-19-1)}.content__4fa31a6b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-19-1)}
|
|
1
|
+
html {--triplex-next-ColorBrand-0-1-21-0: #1F3336;
|
|
2
|
+
--triplex-next-ColorBrand-10-1-21-0: #0B3A3C;
|
|
3
|
+
--triplex-next-ColorBrand-20-1-21-0: #006063;
|
|
4
|
+
--triplex-next-ColorBrand-30-1-21-0: #007777;
|
|
5
|
+
--triplex-next-ColorBrand-40-1-21-0: #008985;
|
|
6
|
+
--triplex-next-ColorBrand-50-1-21-0: #21A19A;
|
|
7
|
+
--triplex-next-ColorBrand-60-1-21-0: #19BDB0;
|
|
8
|
+
--triplex-next-ColorBrand-70-1-21-0: #4BD9CF;
|
|
9
|
+
--triplex-next-ColorBrand-80-1-21-0: #71ECDC;
|
|
10
|
+
--triplex-next-ColorBrand-90-1-21-0: #A8F5E9;
|
|
11
|
+
--triplex-next-ColorBrand-95-1-21-0: #C5FAF1;
|
|
12
|
+
--triplex-next-ColorBrand-100-1-21-0: #E3FFFA;
|
|
13
|
+
--triplex-next-ColorDarkNeutralAlpha-0-1-21-0: rgba(31, 31, 34, 1);
|
|
14
|
+
--triplex-next-ColorDarkNeutralAlpha-10-1-21-0: rgba(31, 31, 34, .95);
|
|
15
|
+
--triplex-next-ColorDarkNeutralAlpha-20-1-21-0: rgba(31, 31, 34, .85);
|
|
16
|
+
--triplex-next-ColorDarkNeutralAlpha-30-1-21-0: rgba(31, 31, 34, .75);
|
|
17
|
+
--triplex-next-ColorDarkNeutralAlpha-40-1-21-0: rgba(31, 31, 34, .65);
|
|
18
|
+
--triplex-next-ColorDarkNeutralAlpha-50-1-21-0: rgba(31, 31, 34, .55);
|
|
19
|
+
--triplex-next-ColorDarkNeutralAlpha-60-1-21-0: rgba(31, 31, 34, .45);
|
|
20
|
+
--triplex-next-ColorDarkNeutralAlpha-70-1-21-0: rgba(31, 31, 34, .35);
|
|
21
|
+
--triplex-next-ColorDarkNeutralAlpha-80-1-21-0: rgba(31, 31, 34, .25);
|
|
22
|
+
--triplex-next-ColorDarkNeutralAlpha-90-1-21-0: rgba(31, 31, 34, .15);
|
|
23
|
+
--triplex-next-ColorDarkNeutralAlpha-100-1-21-0: rgba(31, 31, 34, .05);
|
|
24
|
+
--triplex-next-ColorDarkNeutral-0-1-21-0: #000000;
|
|
25
|
+
--triplex-next-ColorDarkNeutral-10-1-21-0: #171719;
|
|
26
|
+
--triplex-next-ColorDarkNeutral-20-1-21-0: #1B1B1D;
|
|
27
|
+
--triplex-next-ColorDarkNeutral-30-1-21-0: #1F1F22;
|
|
28
|
+
--triplex-next-ColorDarkNeutral-40-1-21-0: #262629;
|
|
29
|
+
--triplex-next-ColorDarkNeutral-50-1-21-0: #2D2D30;
|
|
30
|
+
--triplex-next-ColorDarkNeutral-60-1-21-0: #343437;
|
|
31
|
+
--triplex-next-ColorDarkNeutral-70-1-21-0: #3B3B3E;
|
|
32
|
+
--triplex-next-ColorDarkNeutral-80-1-21-0: #424245;
|
|
33
|
+
--triplex-next-ColorDarkNeutral-90-1-21-0: #49494C;
|
|
34
|
+
--triplex-next-ColorDarkNeutral-100-1-21-0: #4F4F52;
|
|
35
|
+
--triplex-next-ColorError-0-1-21-0: #443139;
|
|
36
|
+
--triplex-next-ColorError-10-1-21-0: #4E3741;
|
|
37
|
+
--triplex-next-ColorError-20-1-21-0: #A90024;
|
|
38
|
+
--triplex-next-ColorError-30-1-21-0: #BD002C;
|
|
39
|
+
--triplex-next-ColorError-40-1-21-0: #D10032;
|
|
40
|
+
--triplex-next-ColorError-50-1-21-0: #E60037;
|
|
41
|
+
--triplex-next-ColorError-60-1-21-0: #F80C45;
|
|
42
|
+
--triplex-next-ColorError-70-1-21-0: #FF5571;
|
|
43
|
+
--triplex-next-ColorError-80-1-21-0: #FFB1C1;
|
|
44
|
+
--triplex-next-ColorError-90-1-21-0: #FCE0E6;
|
|
45
|
+
--triplex-next-ColorError-100-1-21-0: #FFF0F3;
|
|
46
|
+
--triplex-next-ColorInfo-0-1-21-0: #313749;
|
|
47
|
+
--triplex-next-ColorInfo-10-1-21-0: #2E3A52;
|
|
48
|
+
--triplex-next-ColorInfo-20-1-21-0: #0A43B0;
|
|
49
|
+
--triplex-next-ColorInfo-30-1-21-0: #124FC2;
|
|
50
|
+
--triplex-next-ColorInfo-40-1-21-0: #0E57CC;
|
|
51
|
+
--triplex-next-ColorInfo-50-1-21-0: #1371E4;
|
|
52
|
+
--triplex-next-ColorInfo-60-1-21-0: #1297FE;
|
|
53
|
+
--triplex-next-ColorInfo-70-1-21-0: #66BEFF;
|
|
54
|
+
--triplex-next-ColorInfo-80-1-21-0: #8DD2FF;
|
|
55
|
+
--triplex-next-ColorInfo-90-1-21-0: #B8E6FF;
|
|
56
|
+
--triplex-next-ColorInfo-100-1-21-0: #E3F6FF;
|
|
57
|
+
--triplex-next-ColorNeutralAlpha-0-1-21-0: rgba(255, 255, 255, 1);
|
|
58
|
+
--triplex-next-ColorNeutralAlpha-10-1-21-0: rgba(255, 255, 255, .95);
|
|
59
|
+
--triplex-next-ColorNeutralAlpha-20-1-21-0: rgba(255, 255, 255, .85);
|
|
60
|
+
--triplex-next-ColorNeutralAlpha-30-1-21-0: rgba(255, 255, 255, .75);
|
|
61
|
+
--triplex-next-ColorNeutralAlpha-40-1-21-0: rgba(255, 255, 255, .65);
|
|
62
|
+
--triplex-next-ColorNeutralAlpha-50-1-21-0: rgba(255, 255, 255, .55);
|
|
63
|
+
--triplex-next-ColorNeutralAlpha-60-1-21-0: rgba(255, 255, 255, .45);
|
|
64
|
+
--triplex-next-ColorNeutralAlpha-70-1-21-0: rgba(255, 255, 255, .35);
|
|
65
|
+
--triplex-next-ColorNeutralAlpha-80-1-21-0: rgba(255, 255, 255, .25);
|
|
66
|
+
--triplex-next-ColorNeutralAlpha-90-1-21-0: rgba(255, 255, 255, .15);
|
|
67
|
+
--triplex-next-ColorNeutralAlpha-100-1-21-0: rgba(255, 255, 255, .05);
|
|
68
|
+
--triplex-next-ColorNeutral-0-1-21-0: #CBCFD7;
|
|
69
|
+
--triplex-next-ColorNeutral-10-1-21-0: #D1D4DC;
|
|
70
|
+
--triplex-next-ColorNeutral-20-1-21-0: #D6D9E0;
|
|
71
|
+
--triplex-next-ColorNeutral-30-1-21-0: #DCDFE4;
|
|
72
|
+
--triplex-next-ColorNeutral-40-1-21-0: #DFE2E7;
|
|
73
|
+
--triplex-next-ColorNeutral-50-1-21-0: #E3E6EA;
|
|
74
|
+
--triplex-next-ColorNeutral-60-1-21-0: #E7E9EE;
|
|
75
|
+
--triplex-next-ColorNeutral-70-1-21-0: #EAEDF1;
|
|
76
|
+
--triplex-next-ColorNeutral-80-1-21-0: #EEF0F4;
|
|
77
|
+
--triplex-next-ColorNeutral-90-1-21-0: #F2F4F7;
|
|
78
|
+
--triplex-next-ColorNeutral-100-1-21-0: #FFFFFF;
|
|
79
|
+
--triplex-next-ColorSuccess-0-1-21-0: #28433E;
|
|
80
|
+
--triplex-next-ColorSuccess-10-1-21-0: #2A4C45;
|
|
81
|
+
--triplex-next-ColorSuccess-20-1-21-0: #00624C;
|
|
82
|
+
--triplex-next-ColorSuccess-30-1-21-0: #007353;
|
|
83
|
+
--triplex-next-ColorSuccess-40-1-21-0: #008B5C;
|
|
84
|
+
--triplex-next-ColorSuccess-50-1-21-0: #00C075;
|
|
85
|
+
--triplex-next-ColorSuccess-60-1-21-0: #00D67D;
|
|
86
|
+
--triplex-next-ColorSuccess-70-1-21-0: #3AF299;
|
|
87
|
+
--triplex-next-ColorSuccess-80-1-21-0: #8AFFB8;
|
|
88
|
+
--triplex-next-ColorSuccess-90-1-21-0: #B8FFD4;
|
|
89
|
+
--triplex-next-ColorSuccess-100-1-21-0: #E1FFEB;
|
|
90
|
+
--triplex-next-ColorSystem-0-1-21-0: #373C49;
|
|
91
|
+
--triplex-next-ColorSystem-10-1-21-0: #384156;
|
|
92
|
+
--triplex-next-ColorSystem-20-1-21-0: #47526D;
|
|
93
|
+
--triplex-next-ColorSystem-30-1-21-0: #57637F;
|
|
94
|
+
--triplex-next-ColorSystem-40-1-21-0: #697591;
|
|
95
|
+
--triplex-next-ColorSystem-50-1-21-0: #8291B3;
|
|
96
|
+
--triplex-next-ColorSystem-60-1-21-0: #95A3C1;
|
|
97
|
+
--triplex-next-ColorSystem-70-1-21-0: #A9B6D0;
|
|
98
|
+
--triplex-next-ColorSystem-80-1-21-0: #BFCADF;
|
|
99
|
+
--triplex-next-ColorSystem-90-1-21-0: #D6DEED;
|
|
100
|
+
--triplex-next-ColorSystem-95-1-21-0: #E0E8F4;
|
|
101
|
+
--triplex-next-ColorSystem-100-1-21-0: #EEF3FC;
|
|
102
|
+
--triplex-next-ColorWarning-0-1-21-0: #463734;
|
|
103
|
+
--triplex-next-ColorWarning-10-1-21-0: #4F3E3B;
|
|
104
|
+
--triplex-next-ColorWarning-20-1-21-0: #E03400;
|
|
105
|
+
--triplex-next-ColorWarning-30-1-21-0: #E63D00;
|
|
106
|
+
--triplex-next-ColorWarning-40-1-21-0: #EF4C01;
|
|
107
|
+
--triplex-next-ColorWarning-50-1-21-0: #FD6508;
|
|
108
|
+
--triplex-next-ColorWarning-60-1-21-0: #FF7A17;
|
|
109
|
+
--triplex-next-ColorWarning-70-1-21-0: #FFB13B;
|
|
110
|
+
--triplex-next-ColorWarning-80-1-21-0: #FFD169;
|
|
111
|
+
--triplex-next-ColorWarning-90-1-21-0: #FCEAC7;
|
|
112
|
+
--triplex-next-ColorWarning-100-1-21-0: #FFF4DB;
|
|
113
|
+
--triplex-next-AlertContext-Error_Color-1-21-0: #D10032;
|
|
114
|
+
--triplex-next-AlertContext-Info_Color-1-21-0: rgba(31, 31, 34, 1);
|
|
115
|
+
--triplex-next-AlertContext-System_Color-1-21-0: rgba(31, 31, 34, 1);
|
|
116
|
+
--triplex-next-AlertContext-Warning_Color-1-21-0: rgba(31, 31, 34, 1);
|
|
117
|
+
--triplex-next-AlertProcess-Info_Background-1-21-0: #E3F6FF;
|
|
118
|
+
--triplex-next-AlertProcess-Warning_Background-1-21-0: #FFF4DB;
|
|
119
|
+
--triplex-next-AlertProcess-Error_Background-1-21-0: #FFF0F3;
|
|
120
|
+
--triplex-next-AlertProcess-System_Background-1-21-0: #EEF3FC;
|
|
121
|
+
--triplex-next-AlertProcess-Feature_Background-1-21-0: #E3FFFA;
|
|
122
|
+
--triplex-next-Avatar-Background-1-21-0: #E3E6EA;
|
|
123
|
+
--triplex-next-Badge-Background-1-21-0: #FFB13B;
|
|
124
|
+
--triplex-next-Button-General_Background_Active-1-21-0: #007777;
|
|
125
|
+
--triplex-next-Button-General_Background_Default-1-21-0: #21A19A;
|
|
126
|
+
--triplex-next-Button-General_Background_Disabled-1-21-0: #F2F4F7;
|
|
127
|
+
--triplex-next-Button-General_Background_Hover-1-21-0: #19BDB0;
|
|
128
|
+
--triplex-next-Button-General_Color_Active-1-21-0: rgba(255, 255, 255, 1);
|
|
129
|
+
--triplex-next-Button-General_Color_Default-1-21-0: rgba(255, 255, 255, 1);
|
|
130
|
+
--triplex-next-Button-General_Color_Disabled-1-21-0: rgba(31, 31, 34, .35);
|
|
131
|
+
--triplex-next-Button-General_Color_Hover-1-21-0: rgba(255, 255, 255, 1);
|
|
132
|
+
--triplex-next-Button-General_Shadow_Focus-1-21-0: 0 0 0 1px #FFD169 inset;
|
|
133
|
+
--triplex-next-Button-Secondary_Background_Active-1-21-0: #DCDFE4;
|
|
134
|
+
--triplex-next-Button-Secondary_Background_Default-1-21-0: #F2F4F7;
|
|
135
|
+
--triplex-next-Button-Secondary_Background_Disabled-1-21-0: #F2F4F7;
|
|
136
|
+
--triplex-next-Button-Secondary_Background_Hover-1-21-0: #EAEDF1;
|
|
137
|
+
--triplex-next-Button-Secondary_Color_Active-1-21-0: #007777;
|
|
138
|
+
--triplex-next-Button-Secondary_Color_Default-1-21-0: #008985;
|
|
139
|
+
--triplex-next-Button-Secondary_Color_Disabled-1-21-0: rgba(31, 31, 34, .35);
|
|
140
|
+
--triplex-next-Button-Secondary_Color_Hover-1-21-0: #21A19A;
|
|
141
|
+
--triplex-next-Button-Secondary_Shadow_Focus-1-21-0: 0 0 0 1px #FFD169 inset;
|
|
142
|
+
--triplex-next-Button-SecondaryLight_Background_Active-1-21-0: #DFE2E7;
|
|
143
|
+
--triplex-next-Button-SecondaryLight_Background_Default-1-21-0: #FFFFFF;
|
|
144
|
+
--triplex-next-Button-SecondaryLight_Background_Disabled-1-21-0: #F2F4F7;
|
|
145
|
+
--triplex-next-Button-SecondaryLight_Background_Hover-1-21-0: #EEF0F4;
|
|
146
|
+
--triplex-next-Button-SecondaryLight_Color_Active-1-21-0: #007777;
|
|
147
|
+
--triplex-next-Button-SecondaryLight_Color_Default-1-21-0: #008985;
|
|
148
|
+
--triplex-next-Button-SecondaryLight_Color_Disabled-1-21-0: rgba(31, 31, 34, .35);
|
|
149
|
+
--triplex-next-Button-SecondaryLight_Color_Hover-1-21-0: #21A19A;
|
|
150
|
+
--triplex-next-Button-SecondaryLight_Shadow_Focus-1-21-0: 0 0 0 1px #FFD169 inset;
|
|
151
|
+
--triplex-next-Button-Danger_Background_Active-1-21-0: #BD002C;
|
|
152
|
+
--triplex-next-Button-Danger_Background_Default-1-21-0: #E60037;
|
|
153
|
+
--triplex-next-Button-Danger_Background_Disabled-1-21-0: #F2F4F7;
|
|
154
|
+
--triplex-next-Button-Danger_Background_Hover-1-21-0: #F80C45;
|
|
155
|
+
--triplex-next-Button-Danger_Color_Active-1-21-0: rgba(255, 255, 255, 1);
|
|
156
|
+
--triplex-next-Button-Danger_Color_Default-1-21-0: rgba(255, 255, 255, 1);
|
|
157
|
+
--triplex-next-Button-Danger_Color_Disabled-1-21-0: rgba(31, 31, 34, .35);
|
|
158
|
+
--triplex-next-Button-Danger_Color_Hover-1-21-0: rgba(255, 255, 255, 1);
|
|
159
|
+
--triplex-next-Button-Danger_Shadow_Focus-1-21-0: 0 0 0 1px #FFD169 inset;
|
|
160
|
+
--triplex-next-Button-Icon_Shadow_Focus-1-21-0: 0 0 0 1px #FFD169;
|
|
161
|
+
--triplex-next-Button-Link_Color_Active-1-21-0: #007777;
|
|
162
|
+
--triplex-next-Button-Link_Color_Default-1-21-0: #008985;
|
|
163
|
+
--triplex-next-Button-Link_Color_Disabled-1-21-0: rgba(31, 31, 34, .35);
|
|
164
|
+
--triplex-next-Button-Link_Color_Hover-1-21-0: #21A19A;
|
|
165
|
+
--triplex-next-Button-Link_Shadow_Focus-1-21-0: 0 0 0 1px #FFD169 inset;
|
|
166
|
+
--triplex-next-Calendar-Background_Shadow-1-21-0: 0 2px 7px 0 rgba(31, 31, 34, 0.25);
|
|
167
|
+
--triplex-next-Calendar-View_Header_Color-1-21-0: rgba(31, 31, 34, .55);
|
|
168
|
+
--triplex-next-Calendar-View_Item_Background_Default-1-21-0: none;
|
|
169
|
+
--triplex-next-Calendar-View_Item_Background_Hover-1-21-0: #19BDB0;
|
|
170
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Default-1-21-0: #21A19A;
|
|
171
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-21-0: #007777;
|
|
172
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-21-0: #E3FFFA;
|
|
173
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-21-0: #A8F5E9;
|
|
174
|
+
--triplex-next-Calendar-View_Item_BorderColor_Default-1-21-0: transparent;
|
|
175
|
+
--triplex-next-Calendar-View_Item_BorderColor_Focus-1-21-0: #FFD169;
|
|
176
|
+
--triplex-next-Calendar-View_Item_Color_Default-1-21-0: rgba(31, 31, 34, 1);
|
|
177
|
+
--triplex-next-Calendar-View_Item_Color_Hover-1-21-0: rgba(255, 255, 255, 1);
|
|
178
|
+
--triplex-next-Calendar-View_Item_Color_Disabled-1-21-0: rgba(31, 31, 34, .35);
|
|
179
|
+
--triplex-next-Calendar-View_Item_Color_Muted-1-21-0: rgba(31, 31, 34, .35);
|
|
180
|
+
--triplex-next-Calendar-View_Item_Color_Selected-1-21-0: rgba(255, 255, 255, 1);
|
|
181
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-21-0: rgba(31, 31, 34, .35);
|
|
182
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-21-0: rgba(31, 31, 34, .35);
|
|
183
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-21-0: rgba(31, 31, 34, .35);
|
|
184
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-21-0: rgba(31, 31, 34, .35);
|
|
185
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-21-0: rgba(31, 31, 34, .35);
|
|
186
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-21-0: #00C075;
|
|
187
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-21-0: #00C075;
|
|
188
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-21-0: #00C075;
|
|
189
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-21-0: #FD6508;
|
|
190
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-21-0: #FD6508;
|
|
191
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-21-0: #FD6508;
|
|
192
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-21-0: #E60037;
|
|
193
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-21-0: #E60037;
|
|
194
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-21-0: #E60037;
|
|
195
|
+
--triplex-next-Card-Static_General_Background-1-21-0: #FFFFFF;
|
|
196
|
+
--triplex-next-Card-Static_Secondary_Background-1-21-0: #F2F4F7;
|
|
197
|
+
--triplex-next-Card-Action_General_Background-1-21-0: #FFFFFF;
|
|
198
|
+
--triplex-next-Card-Action_General_Background_Hover-1-21-0: #FFFFFF;
|
|
199
|
+
--triplex-next-Card-Action_General_Background_Selected-1-21-0: #F2F4F7;
|
|
200
|
+
--triplex-next-Card-Action_General_Background_Selected_Hover-1-21-0: #F2F4F7;
|
|
201
|
+
--triplex-next-Card-Action_Secondary_Background-1-21-0: #F2F4F7;
|
|
202
|
+
--triplex-next-Card-Action_Secondary_Background_Hover-1-21-0: #EAEDF1;
|
|
203
|
+
--triplex-next-Card-Action_Secondary_Background_Selected-1-21-0: #E3E6EA;
|
|
204
|
+
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-21-0: #DCDFE4;
|
|
205
|
+
--triplex-next-Card-Shadow_Default-1-21-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
|
|
206
|
+
--triplex-next-Card-Shadow_Focus-1-21-0: inset 0 0 0 1px #FFD169;
|
|
207
|
+
--triplex-next-Card-Shadow_Hover-1-21-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
|
|
208
|
+
--triplex-next-Card-Shadow_Selected-1-21-0: inset 0 0 0 1px #21A19A;
|
|
209
|
+
--triplex-next-Card-Shadow_Selected_Hover-1-21-0: inset 0 0 0 1px #19BDB0;
|
|
210
|
+
--triplex-next-Checkbox-Background_Checked_Default-1-21-0: #21A19A;
|
|
211
|
+
--triplex-next-Checkbox-Background_Checked_Disabled-1-21-0: #EAEDF1;
|
|
212
|
+
--triplex-next-Checkbox-Background_Checked_Hover-1-21-0: #007777;
|
|
213
|
+
--triplex-next-Checkbox-Background_Default-1-21-0: #F2F4F7;
|
|
214
|
+
--triplex-next-Checkbox-Background_Disabled-1-21-0: #F2F4F7;
|
|
215
|
+
--triplex-next-Checkbox-Background_Hover-1-21-0: #19BDB0;
|
|
216
|
+
--triplex-next-Checkbox-BorderColor_Default-1-21-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
217
|
+
--triplex-next-Checkbox-BorderColor_Disabled-1-21-0: 0 0 0 1px #E3E6EA inset;
|
|
218
|
+
--triplex-next-Checkbox-BorderColor_Focus-1-21-0: 0 0 0 1px #FFD169 inset;
|
|
219
|
+
--triplex-next-Checkbox-BorderColor_Hover-1-21-0: none;
|
|
220
|
+
--triplex-next-Checkbox-BorderColor_Checked_Default-1-21-0: none;
|
|
221
|
+
--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-21-0: none;
|
|
222
|
+
--triplex-next-Checkbox-Checkmark_Fill_Default-1-21-0: rgba(255, 255, 255, 1);
|
|
223
|
+
--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-21-0: rgba(31, 31, 34, .15);
|
|
224
|
+
--triplex-next-Chip-Background_Active-1-21-0: #DFE2E7;
|
|
225
|
+
--triplex-next-Chip-Background_Default-1-21-0: #F2F4F7;
|
|
226
|
+
--triplex-next-Chip-Background_Disabled-1-21-0: #F2F4F7;
|
|
227
|
+
--triplex-next-Chip-Background_Hover-1-21-0: #EAEDF1;
|
|
228
|
+
--triplex-next-Chip-Background_Selected_Active-1-21-0: #4F4F52;
|
|
229
|
+
--triplex-next-Chip-Background_Selected_Default-1-21-0: #3B3B3E;
|
|
230
|
+
--triplex-next-Chip-Background_Selected_Disabled-1-21-0: #343437;
|
|
231
|
+
--triplex-next-Chip-Background_Selected_Hover-1-21-0: #49494C;
|
|
232
|
+
--triplex-next-Chip-Color_Active-1-21-0: rgba(31, 31, 34, 1);
|
|
233
|
+
--triplex-next-Chip-Color_Default-1-21-0: rgba(31, 31, 34, 1);
|
|
234
|
+
--triplex-next-Chip-Color_Disabled-1-21-0: rgba(31, 31, 34, .35);
|
|
235
|
+
--triplex-next-Chip-Color_Hover-1-21-0: rgba(31, 31, 34, 1);
|
|
236
|
+
--triplex-next-Chip-Color_Selected_Active-1-21-0: rgba(255, 255, 255, 1);
|
|
237
|
+
--triplex-next-Chip-Color_Selected_Default-1-21-0: rgba(255, 255, 255, 1);
|
|
238
|
+
--triplex-next-Chip-Color_Selected_Disabled-1-21-0: rgba(255, 255, 255, .25);
|
|
239
|
+
--triplex-next-Chip-Color_Selected_Hover-1-21-0: rgba(255, 255, 255, 1);
|
|
240
|
+
--triplex-next-Chip-Shadow_Focus-1-21-0: 0 0 0 1px #FFD169 inset;
|
|
241
|
+
--triplex-next-Divider-Background-1-21-0: #D6D9E0;
|
|
242
|
+
--triplex-next-Dropdown-Background-1-21-0: #FFFFFF;
|
|
243
|
+
--triplex-next-Dropdown-Shadow-1-21-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
244
|
+
--triplex-next-DropdownList-Background_Active-1-21-0: #EAEDF1;
|
|
245
|
+
--triplex-next-DropdownList-Background_Default-1-21-0: none;
|
|
246
|
+
--triplex-next-DropdownList-Background_Selected-1-21-0: #DCDFE4;
|
|
247
|
+
--triplex-next-DropdownList-Color-1-21-0: rgba(31, 31, 34, 1);
|
|
248
|
+
--triplex-next-DropdownMobile-Backdrop-1-21-0: rgba(31, 31, 34, .65);
|
|
249
|
+
--triplex-next-DropdownMobile-Border_Color-1-21-0: #D6D9E0;
|
|
250
|
+
--triplex-next-DropdownMobile-Content_Background-1-21-0: #FFFFFF;
|
|
251
|
+
--triplex-next-DropdownMobile-Footer_Background-1-21-0: #FFFFFF;
|
|
252
|
+
--triplex-next-DropdownMobile-Header_Background-1-21-0: #F2F4F7;
|
|
253
|
+
--triplex-next-DropdownMobileList-Active_Background-1-21-0: #EAEDF1;
|
|
254
|
+
--triplex-next-DropdownMobileList-Selected_Background-1-21-0: #DCDFE4;
|
|
255
|
+
--triplex-next-FooterPage-StickyShadow-1-21-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
256
|
+
--triplex-next-FormField-Background_Active-1-21-0: #F2F4F7;
|
|
257
|
+
--triplex-next-FormField-Background_Default-1-21-0: #F2F4F7;
|
|
258
|
+
--triplex-next-FormField-Background_Disabled-1-21-0: #F2F4F7;
|
|
259
|
+
--triplex-next-FormField-Background_Error-1-21-0: #FFF0F3;
|
|
260
|
+
--triplex-next-FormField-Background_Error_Hover-1-21-0: #FCE0E6;
|
|
261
|
+
--triplex-next-FormField-Background_Hover-1-21-0: #EAEDF1;
|
|
262
|
+
--triplex-next-FormField-Background_Warning-1-21-0: #FFF4DB;
|
|
263
|
+
--triplex-next-FormField-Background_Warning_Hover-1-21-0: #FCEAC7;
|
|
264
|
+
--triplex-next-FormField-Input_Color_Default-1-21-0: rgba(31, 31, 34, 1);
|
|
265
|
+
--triplex-next-FormField-Input_Color_Disabled-1-21-0: rgba(31, 31, 34, .35);
|
|
266
|
+
--triplex-next-FormField-Target_Color_Default-1-21-0: rgba(31, 31, 34, 1);
|
|
267
|
+
--triplex-next-FormField-Target_Color_Disabled-1-21-0: rgba(31, 31, 34, .45);
|
|
268
|
+
--triplex-next-FormField-Target_PlaceholderColor_Default-1-21-0: rgba(31, 31, 34, .65);
|
|
269
|
+
--triplex-next-FormField-Label_Color_Default-1-21-0: rgba(31, 31, 34, .65);
|
|
270
|
+
--triplex-next-FormField-Label_Color_Disabled-1-21-0: rgba(31, 31, 34, .35);
|
|
271
|
+
--triplex-next-FormField-Shadow_Active-1-21-0: 0 0 0 1px #21A19A inset;
|
|
272
|
+
--triplex-next-FormField-Shadow_Default-1-21-0: none;
|
|
273
|
+
--triplex-next-FormField-Shadow_Error_Active-1-21-0: 0 0 0 1px #E60037 inset;
|
|
274
|
+
--triplex-next-FormField-Shadow_Warning_Active-1-21-0: 0 0 0 1px #FD6508 inset;
|
|
275
|
+
--triplex-next-FormField-Placeholder_Color-1-21-0: rgba(31, 31, 34, .65);
|
|
276
|
+
--triplex-next-HeaderPage-StickyShadow-1-21-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
277
|
+
--triplex-next-Island-Type1_Background-1-21-0: #FFFFFF;
|
|
278
|
+
--triplex-next-Island-Type2_Background-1-21-0: rgba(255, 255, 255, .35);
|
|
279
|
+
--triplex-next-Island-Type3_Background-1-21-0: #F2F4F7;
|
|
280
|
+
--triplex-next-Island-Type1_Shadow-1-21-0: none;
|
|
281
|
+
--triplex-next-Island-Type2_Shadow-1-21-0: 0 0 0 1px #FFFFFF inset;
|
|
282
|
+
--triplex-next-Island-Type3_Shadow-1-21-0: none;
|
|
283
|
+
--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-21-0: #DCDFE4;
|
|
284
|
+
--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-21-0: rgba(31, 31, 34, .05);
|
|
285
|
+
--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-21-0: #DCDFE4;
|
|
286
|
+
--triplex-next-IslandAccordion-Shadow_Focus-1-21-0: 0 0 0 1px #FFD169 inset;
|
|
287
|
+
--triplex-next-IslandWidget-ExtraFooter_Background-1-21-0: #FFFFFF;
|
|
288
|
+
--triplex-next-IslandWidget-ExtraFooter_Shadow-1-21-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
|
|
289
|
+
--triplex-next-LightBox-Backdrop_Background-1-21-0: rgba(31, 31, 34, .75);
|
|
290
|
+
--triplex-next-LightBox-Content_Background-1-21-0: #EAEDF1;
|
|
291
|
+
--triplex-next-Link-BorderColor_Focus-1-21-0: 0 0 0 1px #FFD169 inset;
|
|
292
|
+
--triplex-next-Link-Text_Color_Active-1-21-0: #007777;
|
|
293
|
+
--triplex-next-Link-Text_Color_Default-1-21-0: #008985;
|
|
294
|
+
--triplex-next-Link-Text_Color_Hover-1-21-0: #21A19A;
|
|
295
|
+
--triplex-next-ListItem-Background-1-21-0: #FFFFFF;
|
|
296
|
+
--triplex-next-ListItem-Background_Dragging-1-21-0: #FFFFFF;
|
|
297
|
+
--triplex-next-ListItem-Background_Selected-1-21-0: #F2F4F7;
|
|
298
|
+
--triplex-next-ListItem-Shadow-1-21-0: 0 2px 7px rgba(31, 31, 34, 0.25);
|
|
299
|
+
--triplex-next-ListItemControlsButton-Background_Active-1-21-0: #DCDFE4;
|
|
300
|
+
--triplex-next-ListItemControlsButton-Background_Default-1-21-0: #F2F4F7;
|
|
301
|
+
--triplex-next-ListItemControlsButton-Background_Hover-1-21-0: #EAEDF1;
|
|
302
|
+
--triplex-next-ListItemControlsButton-Color_Active-1-21-0: #007777;
|
|
303
|
+
--triplex-next-ListItemControlsButton-Color_Default-1-21-0: #008985;
|
|
304
|
+
--triplex-next-ListItemControlsButton-Color_Hover-1-21-0: #21A19A;
|
|
305
|
+
--triplex-next-ListMaster-Background-1-21-0: #FFFFFF;
|
|
306
|
+
--triplex-next-ListMaster-Footer_Background-1-21-0: #DCDFE4;
|
|
307
|
+
--triplex-next-ListMaster-Footer_Color-1-21-0: #EAEDF1;
|
|
308
|
+
--triplex-next-ListMaster-Header_Background-1-21-0: #DCDFE4;
|
|
309
|
+
--triplex-next-ListMaster-Header_Color-1-21-0: #EAEDF1;
|
|
310
|
+
--triplex-next-Loader-Element_Background_Brand-1-21-0: #21A19A;
|
|
311
|
+
--triplex-next-Loader-Element_Background_Neutral-1-21-0: rgba(255, 255, 255, 1);
|
|
312
|
+
--triplex-next-Loader-Middle_Background_Default-1-21-0: #EEF0F4;
|
|
313
|
+
--triplex-next-LoaderScreen-Small_Backdrop_Default-1-21-0: rgba(255, 255, 255, .75);
|
|
314
|
+
--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-21-0: rgba(255, 255, 255, .75);
|
|
315
|
+
--triplex-next-LoaderScreen-Middle_Background_Default-1-21-0: #EEF0F4;
|
|
316
|
+
--triplex-next-Marker-Background_Error-1-21-0: #E60037;
|
|
317
|
+
--triplex-next-Marker-Background_Success-1-21-0: #21A19A;
|
|
318
|
+
--triplex-next-Marker-Background_Waiting-1-21-0: #8291B3;
|
|
319
|
+
--triplex-next-Marker-Background_Warning-1-21-0: #FD6508;
|
|
320
|
+
--triplex-next-MarkerStatus-Description_Color-1-21-0: rgba(0, 0, 0, 0.55);
|
|
321
|
+
--triplex-next-ModalWindow-Background-1-21-0: #EAEDF1;
|
|
322
|
+
--triplex-next-ModalWindow-Backdrop_Background-1-21-0: rgba(79, 79, 82, .5);
|
|
323
|
+
--triplex-next-MultiselectField-Divider_Color-1-21-0: #D6D9E0;
|
|
324
|
+
--triplex-next-Notification-Background-1-21-0: #FFFFFF;
|
|
325
|
+
--triplex-next-Notification-Color-1-21-0: #1F1F22;
|
|
326
|
+
--triplex-next-Notification-TimeColor-1-21-0: rgba(31, 31, 34, 0.65);
|
|
327
|
+
--triplex-next-Notification-Shadow-1-21-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
328
|
+
--triplex-next-Overlay-Background-1-21-0: rgba(255, 255, 255, .8);
|
|
329
|
+
--triplex-next-Overlay-Panel_Background-1-21-0: #FFFFFF;
|
|
330
|
+
--triplex-next-Pagination-PageButton_Background_Active-1-21-0: #E3E6EA;
|
|
331
|
+
--triplex-next-Pagination-PageButton_Background_Hover-1-21-0: #F2F4F7;
|
|
332
|
+
--triplex-next-Pagination-PageButton_Background_Selected-1-21-0: #E3E6EA;
|
|
333
|
+
--triplex-next-Pagination-PageButton_BorderColor_Focus-1-21-0: #FFD169;
|
|
334
|
+
--triplex-next-Radio-Background_Checked_Default-1-21-0: #21A19A;
|
|
335
|
+
--triplex-next-Radio-Background_Checked_Disabled-1-21-0: #EAEDF1;
|
|
336
|
+
--triplex-next-Radio-Background_Checked_Hover-1-21-0: #007777;
|
|
337
|
+
--triplex-next-Radio-Background_Default-1-21-0: #F2F4F7;
|
|
338
|
+
--triplex-next-Radio-Background_Disabled-1-21-0: #F2F4F7;
|
|
339
|
+
--triplex-next-Radio-Background_Hover-1-21-0: #19BDB0;
|
|
340
|
+
--triplex-next-Radio-BorderColor_Default-1-21-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
341
|
+
--triplex-next-Radio-BorderColor_Disabled-1-21-0: 0 0 0 1px #E3E6EA inset;
|
|
342
|
+
--triplex-next-Radio-BorderColor_Focused-1-21-0: 0 0 0 1px #FFD169 inset;
|
|
343
|
+
--triplex-next-Radio-BorderColor_Checked_Default-1-21-0: none;
|
|
344
|
+
--triplex-next-Radio-BorderColor_Checked_Disabled-1-21-0: none;
|
|
345
|
+
--triplex-next-Radio-Dot_Default-1-21-0: rgba(255, 255, 255, 1);
|
|
346
|
+
--triplex-next-Radio-Dot_Disabled-1-21-0: rgba(31, 31, 34, .15);
|
|
347
|
+
--triplex-next-SegmentedControl-General_1_Background-1-21-0: #F2F4F7;
|
|
348
|
+
--triplex-next-SegmentedControl-General_2_Background-1-21-0: #FFFFFF;
|
|
349
|
+
--triplex-next-SegmentedControl-Secondary_1_Background-1-21-0: #F2F4F7;
|
|
350
|
+
--triplex-next-SegmentedControl-Secondary_2_Background-1-21-0: #FFFFFF;
|
|
351
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-21-0: rgba(31, 31, 34, .65);
|
|
352
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-21-0: rgba(31, 31, 34, 1);
|
|
353
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-21-0: rgba(31, 31, 34, .15);
|
|
354
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-21-0: rgba(255, 255, 255, 1);
|
|
355
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-21-0: rgba(255, 255, 255, 1);
|
|
356
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-21-0: rgba(255, 255, 255, .25);
|
|
357
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-21-0: #F2F4F7;
|
|
358
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-21-0: #DFE2E7;
|
|
359
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-21-0: #F2F4F7;
|
|
360
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-21-0: #3B3B3E;
|
|
361
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-21-0: #49494C;
|
|
362
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-21-0: #343437;
|
|
363
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-21-0: rgba(31, 31, 34, .65);
|
|
364
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-21-0: rgba(31, 31, 34, 1);
|
|
365
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-21-0: rgba(31, 31, 34, .15);
|
|
366
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-21-0: rgba(255, 255, 255, 1);
|
|
367
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-21-0: rgba(255, 255, 255, 1);
|
|
368
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-21-0: rgba(255, 255, 255, .25);
|
|
369
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-21-0: #FFFFFF;
|
|
370
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-21-0: #EEF0F4;
|
|
371
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-21-0: #FFFFFF;
|
|
372
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-21-0: #3B3B3E;
|
|
373
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-21-0: #49494C;
|
|
374
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-21-0: #343437;
|
|
375
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-21-0: rgba(31, 31, 34, .65);
|
|
376
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-21-0: rgba(31, 31, 34, 1);
|
|
377
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-21-0: rgba(31, 31, 34, .15);
|
|
378
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-21-0: rgba(31, 31, 34, 1);
|
|
379
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-21-0: rgba(31, 31, 34, 1);
|
|
380
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-21-0: rgba(31, 31, 34, .15);
|
|
381
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-21-0: #F2F4F7;
|
|
382
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-21-0: #DFE2E7;
|
|
383
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-21-0: #F2F4F7;
|
|
384
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-21-0: #FFFFFF;
|
|
385
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-21-0: #DFE2E7;
|
|
386
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-21-0: #FFFFFF;
|
|
387
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-21-0: rgba(31, 31, 34, .65);
|
|
388
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-21-0: rgba(31, 31, 34, 1);
|
|
389
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-21-0: rgba(31, 31, 34, .15);
|
|
390
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-21-0: rgba(31, 31, 34, 1);
|
|
391
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-21-0: rgba(31, 31, 34, 1);
|
|
392
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-21-0: rgba(31, 31, 34, .15);
|
|
393
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-21-0: #FFFFFF;
|
|
394
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-21-0: #EEF0F4;
|
|
395
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-21-0: #FFFFFF;
|
|
396
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-21-0: #E3E6EA;
|
|
397
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-21-0: #D6D9E0;
|
|
398
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-21-0: #F2F4F7;
|
|
399
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Default-1-21-0: transparent;
|
|
400
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-21-0: #FFD169;
|
|
401
|
+
--triplex-next-Skeleton-BackgroundColor_Light_Start-1-21-0: #F2F4F7;
|
|
402
|
+
--triplex-next-Skeleton-BackgroundColor_Light_End-1-21-0: #DFE2E7;
|
|
403
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-21-0: rgba(31, 31, 34, .05);
|
|
404
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_End-1-21-0: rgba(31, 31, 34, .15);
|
|
405
|
+
--triplex-next-SmallInput-Background-1-21-0: #F2F4F7;
|
|
406
|
+
--triplex-next-SmallInput-Color-1-21-0: rgba(31, 31, 34, 1);
|
|
407
|
+
--triplex-next-SmallInput-PlaceholderColor-1-21-0: rgba(31, 31, 34, .65);
|
|
408
|
+
--triplex-next-SmallInput-Shadow-1-21-0: 0 0 0 1px rgba(33, 161, 154) inset;
|
|
409
|
+
--triplex-next-SMSField-Refresh_Fill_Empty-1-21-0: rgba(31, 31, 34, .35);
|
|
410
|
+
--triplex-next-SMSField-Refresh_Fill_Full-1-21-0: #008985;
|
|
411
|
+
--triplex-next-SMSField-Refresh_Disabled-1-21-0: rgba(31, 31, 34, .15);
|
|
412
|
+
--triplex-next-SMSField-Submit_Background_Default-1-21-0: rgba(31, 31, 34, .15);
|
|
413
|
+
--triplex-next-SMSField-Submit_Background_Hover-1-21-0: #19BDB0;
|
|
414
|
+
--triplex-next-SMSField-Submit_Background_Active-1-21-0: #21A19A;
|
|
415
|
+
--triplex-next-Slider-Dot_Background_Default-1-21-0: #21A19A;
|
|
416
|
+
--triplex-next-Slider-Dot_Background_Disabled-1-21-0: #F2F4F7;
|
|
417
|
+
--triplex-next-Slider-Dot_Background_Hover-1-21-0: #19BDB0;
|
|
418
|
+
--triplex-next-Slider-Dot_Background_Select-1-21-0: #007777;
|
|
419
|
+
--triplex-next-Slider-Dot_Focus-1-21-0: #FFD169;
|
|
420
|
+
--triplex-next-Slider-Dot_Inner_Background-1-21-0: #FFFFFF;
|
|
421
|
+
--triplex-next-Slider-Dot_Inner_Background_Disabled-1-21-0: rgba(31, 31, 34, .15);
|
|
422
|
+
--triplex-next-Slider-Mark_Dot_Background_Default-1-21-0: #DCDFE4;
|
|
423
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected-1-21-0: #21A19A;
|
|
424
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-21-0: #E7E9EE;
|
|
425
|
+
--triplex-next-Slider-Rail_Background-1-21-0: #DCDFE4;
|
|
426
|
+
--triplex-next-Slider-Rail_Background_Disabled-1-21-0: #DCDFE4;
|
|
427
|
+
--triplex-next-Slider-Tooltip_Background-1-21-0: #1B1B1D;
|
|
428
|
+
--triplex-next-Slider-Tooltip_Color-1-21-0: rgba(255, 255, 255, 1);
|
|
429
|
+
--triplex-next-Slider-Track_Background_Default-1-21-0: #21A19A;
|
|
430
|
+
--triplex-next-Slider-Track_Background_Disabled-1-21-0: #E7E9EE;
|
|
431
|
+
--triplex-next-Slider-Track_Background_Hover-1-21-0: #007777;
|
|
432
|
+
--triplex-next-StatusTracker-Draft_Background-1-21-0: rgba(255, 255, 255, .15);
|
|
433
|
+
--triplex-next-StatusTracker-Warning_Background-1-21-0: #FF7A17;
|
|
434
|
+
--triplex-next-StatusTracker-Waiting_Background-1-21-0: #BFCADF;
|
|
435
|
+
--triplex-next-StatusTracker-Rejected_Background-1-21-0: #FF5571;
|
|
436
|
+
--triplex-next-StatusTracker-Approved_Background-1-21-0: #00D67D;
|
|
437
|
+
--triplex-next-StatusTracker-Waiting_Color-1-21-0: #A9B6D0;
|
|
438
|
+
--triplex-next-StatusTracker-Rejected_Color-1-21-0: #FFB1C1;
|
|
439
|
+
--triplex-next-StatusTracker-Approved_Color-1-21-0: #00D67D;
|
|
440
|
+
--triplex-next-StatusTracker-Border_Color-1-21-0: #FFFFFF;
|
|
441
|
+
--triplex-next-Step-Color_Active-1-21-0: #008985;
|
|
442
|
+
--triplex-next-Step-Color_Default-1-21-0: rgba(31, 31, 34, .65);
|
|
443
|
+
--triplex-next-Step-Color_Disabled-1-21-0: #FFFFFF;
|
|
444
|
+
--triplex-next-Step-Color_Done-1-21-0: #FFFFFF;
|
|
445
|
+
--triplex-next-Step-Color_Error-1-21-0: rgba(255, 255, 255, 1);
|
|
446
|
+
--triplex-next-Step-Color_Warning-1-21-0: rgba(255, 255, 255, 1);
|
|
447
|
+
--triplex-next-Step-Background_Active-1-21-0: #E3FFFA;
|
|
448
|
+
--triplex-next-Step-Background_Default-1-21-0: rgba(31, 31, 34, .05);
|
|
449
|
+
--triplex-next-Step-Background_Disabled-1-21-0: rgba(31, 31, 34, .15);
|
|
450
|
+
--triplex-next-Step-Background_Done-1-21-0: #008985;
|
|
451
|
+
--triplex-next-Step-Background_Error-1-21-0: #D10032;
|
|
452
|
+
--triplex-next-Step-Background_Warning-1-21-0: #EF4C01;
|
|
453
|
+
--triplex-next-Stepper-Step_Background_Default-1-21-0: #F2F4F7;
|
|
454
|
+
--triplex-next-Stepper-Step_Background_Hover-1-21-0: #EAEDF1;
|
|
455
|
+
--triplex-next-Stepper-Step_Background_Disabled-1-21-0: #F2F4F7;
|
|
456
|
+
--triplex-next-Stepper-Step_Background_Error-1-21-0: #FFF0F3;
|
|
457
|
+
--triplex-next-Stepper-Step_Background_Error_Hover-1-21-0: #FCE0E6;
|
|
458
|
+
--triplex-next-Stepper-Step_Background_Warning-1-21-0: #FFF4DB;
|
|
459
|
+
--triplex-next-Stepper-Step_Background_Warning_Hover-1-21-0: #FCEAC7;
|
|
460
|
+
--triplex-next-Stepper-Step_BorderColor_Focus-1-21-0: #FFD169;
|
|
461
|
+
--triplex-next-Stepper-Step_BorderColor_Error-1-21-0: #E60037;
|
|
462
|
+
--triplex-next-Stepper-Step_BorderColor_Warning-1-21-0: #FD6508;
|
|
463
|
+
--triplex-next-Stepper-Step_BorderColor_Success-1-21-0: #21A19A;
|
|
464
|
+
--triplex-next-Stepper-Step_Color_Default-1-21-0: rgba(31, 31, 34, .65);
|
|
465
|
+
--triplex-next-Stepper-Step_Color_Hover-1-21-0: rgba(31, 31, 34, 1);
|
|
466
|
+
--triplex-next-Stepper-Step_Color_Disabled-1-21-0: rgba(31, 31, 34, .35);
|
|
467
|
+
--triplex-next-Stepper-ButtonNext_Background-1-21-0: linear-gradient(to left, #FFFFFF 39.06%, transparent);
|
|
468
|
+
--triplex-next-Stepper-ButtonPrev_Background-1-21-0: linear-gradient(to right, #FFFFFF 39.06%, transparent);
|
|
469
|
+
--triplex-next-Stepper-Background-1-21-0: #FFFFFF;
|
|
470
|
+
--triplex-next-Stepper-Wrapper_Background-1-21-0: linear-gradient(#FFFFFF 64px, transparent 0);
|
|
471
|
+
--triplex-next-Stepper-Wrapper_BoxShadow-1-21-0: 0 10px 15px 0 rgba(228, 232, 235, 0.5);
|
|
472
|
+
--triplex-next-TableBasic-Background_Hover-1-21-0: #E3E6EA;
|
|
473
|
+
--triplex-next-TableBasic-Background_Selected-1-21-0: #DCDFE4;
|
|
474
|
+
--triplex-next-TableBasic-Color-1-21-0: rgba(31, 31, 34, 1);
|
|
475
|
+
--triplex-next-TableBasic-Header_Background-1-21-0: #E7E9EE;
|
|
476
|
+
--triplex-next-TableBasic-TableFooter_Background-1-21-0: #E7E9EE;
|
|
477
|
+
--triplex-next-TableBasic-TableFooter_Highlight-1-21-0: linear-gradient(transparent, #FFFFFF);
|
|
478
|
+
--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-21-0: #D6D9E0;
|
|
479
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-21-0: #FFFFFF;
|
|
480
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-21-0: #EAEDF1;
|
|
481
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-21-0: #FFFFFF;
|
|
482
|
+
--triplex-next-Tabs-Type1_Background-1-21-0: #F2F4F7;
|
|
483
|
+
--triplex-next-Tabs-Type2_Background-1-21-0: #FFFFFF;
|
|
484
|
+
--triplex-next-Tabs-Type1_Tab_Background_Default-1-21-0: #F2F4F7;
|
|
485
|
+
--triplex-next-Tabs-Type2_Tab_Background_Default-1-21-0: #FFFFFF;
|
|
486
|
+
--triplex-next-Tabs-Type1_Tab_Background_Selected-1-21-0: #DCDFE4;
|
|
487
|
+
--triplex-next-Tabs-Type2_Tab_Background_Selected-1-21-0: #E3E6EA;
|
|
488
|
+
--triplex-next-Tabs-Type1_Tab_Background_Hover-1-21-0: #E3E6EA;
|
|
489
|
+
--triplex-next-Tabs-Type2_Tab_Background_Hover-1-21-0: #EEF0F4;
|
|
490
|
+
--triplex-next-Tabs-Type1_Tab_Color_Default-1-21-0: rgba(31, 31, 34, .65);
|
|
491
|
+
--triplex-next-Tabs-Type2_Tab_Color_Default-1-21-0: rgba(31, 31, 34, .65);
|
|
492
|
+
--triplex-next-Tabs-Type1_Tab_Color_Selected-1-21-0: rgba(31, 31, 34, 1);
|
|
493
|
+
--triplex-next-Tabs-Type2_Tab_Color_Selected-1-21-0: rgba(31, 31, 34, 1);
|
|
494
|
+
--triplex-next-Tabs-Type1_Tab_Color_Hover-1-21-0: rgba(31, 31, 34, 1);
|
|
495
|
+
--triplex-next-Tabs-Type2_Tab_Color_Hover-1-21-0: rgba(31, 31, 34, 1);
|
|
496
|
+
--triplex-next-Tabs-Tab_BorderColor_Default-1-21-0: transparent;
|
|
497
|
+
--triplex-next-Tabs-Tab_BorderColor_Focus-1-21-0: #FFD169;
|
|
498
|
+
--triplex-next-Tag-Background-1-21-0: #DFE2E7;
|
|
499
|
+
--triplex-next-TagColor-Background_Default-1-21-0: #EEF3FC;
|
|
500
|
+
--triplex-next-TagColor-Background_Success-1-21-0: #E3FFFA;
|
|
501
|
+
--triplex-next-TagColor-Background_Info-1-21-0: #E3F6FF;
|
|
502
|
+
--triplex-next-TagColor-Background_Warning-1-21-0: #FFF4DB;
|
|
503
|
+
--triplex-next-TagColor-Background_Error-1-21-0: #FFF0F3;
|
|
504
|
+
--triplex-next-TagColor-Text_Color_Default-1-21-0: rgba(31, 31, 34, .75);
|
|
505
|
+
--triplex-next-TabsLine-BorderColor_Active-1-21-0: #21A19A;
|
|
506
|
+
--triplex-next-TabsLine-BorderColor_Hover-1-21-0: #19BDB0;
|
|
507
|
+
--triplex-next-TabsLine-Separator_Color-1-21-0: #D6D9E0;
|
|
508
|
+
--triplex-next-TabsLine-Shadow_Focus-1-21-0: 0 0 0 1px #FFDD64 inset;
|
|
509
|
+
--triplex-next-Tooltip-Background-1-21-0: #1B1B1D;
|
|
510
|
+
--triplex-next-Tooltip-Color-1-21-0: rgba(255, 255, 255, 1);
|
|
511
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Active-1-21-0: #008985;
|
|
512
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Default-1-21-0: #19BDB0;
|
|
513
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-21-0: #4BD9CF;
|
|
514
|
+
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-21-0: 0 0 0 1px #FFD169;
|
|
515
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Active-1-21-0: #007777;
|
|
516
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Default-1-21-0: #008985;
|
|
517
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-21-0: #21A19A;
|
|
518
|
+
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-21-0: 0 0 0 1px #FFDD64;
|
|
519
|
+
--triplex-next-TopOverlay-Background-1-21-0: rgba(31, 31, 34, .55);
|
|
520
|
+
--triplex-next-Typography-Primary_Color-1-21-0: rgba(31, 31, 34, 1);
|
|
521
|
+
--triplex-next-Typography-Complementary_Color-1-21-0: rgba(31, 31, 34, .85);
|
|
522
|
+
--triplex-next-Typography-Secondary_Color-1-21-0: rgba(31, 31, 34, .65);
|
|
523
|
+
--triplex-next-Typography-Tertiary_Color-1-21-0: rgba(31, 31, 34, .55);
|
|
524
|
+
--triplex-next-Typography-Disabled_Color-1-21-0: rgba(31, 31, 34, .35);
|
|
525
|
+
--triplex-next-Typography-Brand_Color-1-21-0: #008985;
|
|
526
|
+
--triplex-next-Typography-Info_Color-1-21-0: #0E57CC;
|
|
527
|
+
--triplex-next-Typography-Success_Color-1-21-0: #008B5C;
|
|
528
|
+
--triplex-next-Typography-Error_Color-1-21-0: #D10032;
|
|
529
|
+
--triplex-next-Typography-Warning_Color-1-21-0: #EF4C01;
|
|
530
|
+
--triplex-next-Typography-System_Color-1-21-0: #697591;
|
|
531
|
+
--triplex-next-Typography-PrimaryInvert_Color-1-21-0: rgba(255, 255, 255, 1);
|
|
532
|
+
--triplex-next-Typography-ComplementaryInvert_Color-1-21-0: rgba(255, 255, 255, .75);
|
|
533
|
+
--triplex-next-Typography-SecondaryInvert_Color-1-21-0: rgba(255, 255, 255, .55);
|
|
534
|
+
--triplex-next-Typography-TertiaryInvert_Color-1-21-0: rgba(255, 255, 255, .45);
|
|
535
|
+
--triplex-next-Typography-DisabledInvert_Color-1-21-0: rgba(255, 255, 255, .25);
|
|
536
|
+
--triplex-next-Typography-BrandInvert_Color-1-21-0: #19BDB0;
|
|
537
|
+
--triplex-next-Typography-InfoInvert_Color-1-21-0: #1297FE;
|
|
538
|
+
--triplex-next-Typography-SuccessInvert_Color-1-21-0: #00D67D;
|
|
539
|
+
--triplex-next-Typography-ErrorInvert_Color-1-21-0: #F80C45;
|
|
540
|
+
--triplex-next-Typography-WarningInvert_Color-1-21-0: #FF7A17;
|
|
541
|
+
--triplex-next-Typography-SystemInvert_Color-1-21-0: #95A3C1;
|
|
542
|
+
--triplex-next-UploadZone-Background_Default-1-21-0: #F2F4F7;
|
|
543
|
+
--triplex-next-UploadZone-Background_Hover-1-21-0: #EAEDF1;
|
|
544
|
+
--triplex-next-UploadZone-BorderColor_Default-1-21-0: #2D2D30;
|
|
545
|
+
--triplex-next-UploadZone-DragArea_Background-1-21-0: #F2F4F7;
|
|
546
|
+
--triplex-next-UploadZone-DragArea_BorderColor-1-21-0: #21A19A;}
|
|
547
|
+
.underline__dfd32787{text-decoration:underline}.strikethrough__dec964c7{text-decoration:line-through}.underlineStrikethrough__edec83a0{text-decoration:underline line-through}.typography__aabbb4c3.primary__77b6c7ee{color:var(--triplex-next-Typography-Primary_Color-1-21-0)}.typography__aabbb4c3.primaryInvert__bc9bb33c{color:var(--triplex-next-Typography-PrimaryInvert_Color-1-21-0)}.typography__aabbb4c3.complementary__f1a503a3{color:var(--triplex-next-Typography-Complementary_Color-1-21-0)}.typography__aabbb4c3.complementaryInvert__2d91c33d{color:var(--triplex-next-Typography-ComplementaryInvert_Color-1-21-0)}.typography__aabbb4c3.secondary__d6dcf7cb{color:var(--triplex-next-Typography-Secondary_Color-1-21-0)}.typography__aabbb4c3.secondaryInvert__9732d0b9{color:var(--triplex-next-Typography-SecondaryInvert_Color-1-21-0)}.typography__aabbb4c3.tertiary__077fe415{color:var(--triplex-next-Typography-Tertiary_Color-1-21-0)}.typography__aabbb4c3.tertiaryInvert__7c9bc9c3{color:var(--triplex-next-Typography-TertiaryInvert_Color-1-21-0)}.typography__aabbb4c3.disabled__a6f03f24{color:var(--triplex-next-Typography-Disabled_Color-1-21-0)}.typography__aabbb4c3.disabledInvert__4a7530b9{color:var(--triplex-next-Typography-DisabledInvert_Color-1-21-0)}.typography__aabbb4c3.brand__0e75e827{color:var(--triplex-next-Typography-Brand_Color-1-21-0);-webkit-user-select:none;user-select:none}.typography__aabbb4c3.brandInvert__8c75e975{color:var(--triplex-next-Typography-BrandInvert_Color-1-21-0)}.typography__aabbb4c3.info__9652f242{color:var(--triplex-next-Typography-Info_Color-1-21-0)}.typography__aabbb4c3.infoInvert__24de5309{color:var(--triplex-next-Typography-InfoInvert_Color-1-21-0)}.typography__aabbb4c3.success__2e647388{color:var(--triplex-next-Typography-Success_Color-1-21-0)}.typography__aabbb4c3.successInvert__c4807d70{color:var(--triplex-next-Typography-SuccessInvert_Color-1-21-0)}.typography__aabbb4c3.error__5ae1152c{color:var(--triplex-next-Typography-Error_Color-1-21-0)}.typography__aabbb4c3.errorInvert__a4ef5266{color:var(--triplex-next-Typography-ErrorInvert_Color-1-21-0)}.typography__aabbb4c3.warning__091a699b{color:var(--triplex-next-Typography-Warning_Color-1-21-0)}.typography__aabbb4c3.warningInvert__c8c239ea{color:var(--triplex-next-Typography-WarningInvert_Color-1-21-0)}.typography__aabbb4c3.system__edf0b731{color:var(--triplex-next-Typography-System_Color-1-21-0)}.typography__aabbb4c3.systemInvert__ebecf83b{color:var(--triplex-next-Typography-SystemInvert_Color-1-21-0)}.typography__aabbb4c3.compact__ce1da737{line-height:calc(16 / 14)}.caption__21bd8b20.regular__607953a3{font-family:SBSansText}.caption__21bd8b20.semibold__ec18a54f{font-family:SBSansTextSemibold;font-weight:600}.c1__7ec59ab1{font-size:10px;line-height:12px}.c2__53b2e259{font-size:8px;line-height:10px}.d1__aa5c5ac5{font-size:32px;line-height:40px}.d1__aa5c5ac5.regular__607953a3{font-family:SBSansDisplay}.d1__aa5c5ac5.semibold__ec18a54f{font-family:SBSansDisplaySemibold;font-weight:600}.text__81a86ae7{outline:none}.text__81a86ae7.regular__607953a3{font-family:SBSansText}.text__81a86ae7.semibold__ec18a54f{font-family:SBSansTextSemibold;font-weight:600}.b1__e49add68{font-size:18px;line-height:24px}.b2__bafdda56{font-size:16px;line-height:20px}.b3__6a9534ce{font-size:14px;line-height:20px}.b3__6a9534ce.compact__ce1da737{line-height:16px}.b4__d44a5070{font-size:12px;line-height:16px}.title__347532ff{outline:none}.title__347532ff.regular__607953a3{font-family:SBSansDisplay;font-weight:400}.title__347532ff.semibold__ec18a54f{font-family:SBSansDisplaySemibold;font-weight:600}.title__347532ff.medium__afd5a932{font-family:SBSansDisplayMedium;font-weight:500}.title__347532ff.bold__9d7ac4d5{font-family:SBSansDisplayBold;font-weight:700}.h1__a869cf99,.h2__a7f5d324,.h3__b90497ca{margin:0}.h1__a869cf99{font-size:28px;line-height:36px}.h2__a7f5d324{font-size:24px;line-height:32px}.h3__b90497ca{font-size:20px;line-height:28px}.formFieldInput__379b8d4e{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-1-21-0)}.formFieldInput__379b8d4e:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-21-0)}.formFieldInput__379b8d4e::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-21-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__379b8d4e:focus{outline:none}.formFieldInput__379b8d4e:focus::placeholder{opacity:1}.formFieldInput__379b8d4e:-webkit-autofill{animation-name:autofill-applied-hook__a43d3ef8;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__379b8d4e:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__a3cb07cb;animation-duration:1ms}.formFieldInput__379b8d4e.sm__4e3f34fa{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__379b8d4e.md__390f6d1a{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__379b8d4e.lg__d8ba3336{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__a43d3ef8{0%{transform:none}}@keyframes autofill-cancelled-hook__a3cb07cb{0%{transform:none}}.formField__e6a2ea91{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__e6a2ea91.default__0f4d4572{background:var(--triplex-next-FormField-Background_Default-1-21-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-21-0)}.formField__e6a2ea91:hover{background:var(--triplex-next-FormField-Background_Hover-1-21-0)}.formField__e6a2ea91.disabled__3a3108fa{background:var(--triplex-next-FormField-Background_Disabled-1-21-0)}.formField__e6a2ea91.active__2c2dd6d7{background:var(--triplex-next-FormField-Background_Active-1-21-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-21-0)}.formField__e6a2ea91.active__2c2dd6d7::placeholder{opacity:1}.formField__e6a2ea91.error__f07ff60e{background:var(--triplex-next-FormField-Background_Error-1-21-0)}.formField__e6a2ea91.error__f07ff60e:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-21-0)}.formField__e6a2ea91.error__f07ff60e.active__2c2dd6d7{background:var(--triplex-next-FormField-Background_Error-1-21-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-21-0)}.formField__e6a2ea91.warning__15436a82{background:var(--triplex-next-FormField-Background_Warning-1-21-0)}.formField__e6a2ea91.warning__15436a82:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-21-0)}.formField__e6a2ea91.warning__15436a82.active__2c2dd6d7{background:var(--triplex-next-FormField-Background_Warning-1-21-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-21-0)}.formField__e6a2ea91.sm__4e3f34fa{border-radius:6px}.formField__e6a2ea91.md__390f6d1a{border-radius:8px}.formField__e6a2ea91.lg__d8ba3336{border-radius:10px}.formFieldDescription__c86c7305{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__c86c7305.withCounter__2f1214e7{display:flex}.formFieldLabel__4064b567{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__4064b567.sm__4e3f34fa{top:6px}.formFieldLabel__4064b567.md__390f6d1a{top:10px}.formFieldLabel__4064b567.lg__d8ba3336{top:18px}.formFieldLabel__4064b567.lg__d8ba3336.floating__17ca77bf{top:10px}.formFieldLabelText__d60b2223{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-21-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__4e3f34fa .formFieldLabelText__d60b2223{font-size:12px;line-height:16px}.md__390f6d1a .formFieldLabelText__d60b2223{font-size:14px;line-height:20px}.lg__d8ba3336 .formFieldLabelText__d60b2223{font-size:16px;line-height:20px}.floating__17ca77bf .formFieldLabelText__d60b2223{font-size:12px;line-height:16px}.floating__17ca77bf.sm__4e3f34fa .formFieldLabelText__d60b2223,.floating__17ca77bf.md__390f6d1a .formFieldLabelText__d60b2223{display:none}.disabled__3a3108fa .formFieldLabelText__d60b2223{color:var(--triplex-next-FormField-Label_Color_Disabled-1-21-0)}.formFieldPostfix__330a088d{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__3379917a{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px;pointer-events:none}.formFieldCounter__07307901{padding-left:4px;margin-left:auto}.formFieldMaskedInputWrapper__fefbaa57{position:relative}.formFieldMaskedInputWrapper__fefbaa57 .formFieldMaskedInputPlaceholder__1396ef53{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__fefbaa57 .formFieldMaskedInputPlaceholder__1396ef53::placeholder{opacity:1}.formFieldMaskedInputWrapper__fefbaa57 .formFieldMaskedInputPlaceholder__1396ef53:disabled{visibility:hidden}.formFieldMaskedInputWrapper__fefbaa57.size-sm__e0da98f3{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__fefbaa57.size-sm__e0da98f3 .formFieldMaskedInputPlaceholder__1396ef53{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__fefbaa57.size-md__d6b60af2{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__fefbaa57.size-md__d6b60af2 .formFieldMaskedInputPlaceholder__1396ef53{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__fefbaa57.size-lg__afbb2769{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__fefbaa57.size-lg__afbb2769 .formFieldMaskedInputPlaceholder__1396ef53{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__fefbaa57 .formFieldMaskedInput__7870dcc5{display:block;position:relative;background:none!important}.dropdownDesktop__8435201b{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-21-0);background-color:var(--triplex-next-Dropdown-Background-1-21-0)}.dropdownDesktop__8435201b.sm__751961ee{border-radius:6px}.dropdownDesktop__8435201b.md__08f86fb4{border-radius:8px}.dropdownDesktop__8435201b.lg__4927092d{border-radius:10px}.dropdownDesktopOverflowHidden__7ee203a6{overflow:hidden}.badgeDot__5351dfa3{display:inline-block;background:var(--triplex-next-Badge-Background-1-21-0);border-radius:50%}.badgeDot__5351dfa3.sm__959ed347{width:6px;height:6px}.badgeDot__5351dfa3.md__8aef02e9{width:8px;height:8px}.badgeDot__5351dfa3.lg__d3ec0f60{width:10px;height:10px}.badgeContent__902414bc{display:flex}.badgeContent__902414bc.sm__959ed347{padding-left:4px;padding-right:4px}.badgeContent__902414bc.md__8aef02e9{padding-left:6px;padding-right:6px}.badgeContent__902414bc.lg__d3ec0f60{padding-left:8px;padding-right:8px}.badgeContent__902414bc.noPaddingLeft__46f63cba{padding-left:0}.badgeContent__902414bc.noPaddingRight__d4adbf49{padding-right:0}.badgePrefix__61e65ef0,.badgePostfix__068be51b{display:contents}.badge__d67c6c50{display:inline-flex;align-items:center;justify-content:center;position:relative;white-space:nowrap;background:var(--triplex-next-Badge-Background-1-21-0)}.badge__d67c6c50.sm__959ed347{height:16px;border-radius:4px}.badge__d67c6c50.md__8aef02e9{height:20px;border-radius:6px}.badge__d67c6c50.lg__d3ec0f60{height:24px;border-radius:8px}.dropdownDesktopList__260fc26b{margin:4px;overflow:auto}.dropdownDesktopList__260fc26b .notificationIcon__05f48a0d{position:absolute}.dropdownDesktopList__260fc26b.sm__751961ee{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__260fc26b.sm__751961ee .dropdownDesktopListItem__be306ba4{padding:6px 8px;border-radius:6px}.dropdownDesktopList__260fc26b.sm__751961ee .dropdownDesktopListLoader__c8ef236a{margin:0 auto}.dropdownDesktopList__260fc26b.sm__751961ee .notificationIcon__05f48a0d{right:3px;top:3px}.dropdownDesktopList__260fc26b.md__08f86fb4{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__260fc26b.md__08f86fb4 .dropdownDesktopListItem__be306ba4{padding:7px 8px;border-radius:8px}.dropdownDesktopList__260fc26b.md__08f86fb4 .dropdownDesktopListLoader__c8ef236a{margin:-2px auto}.dropdownDesktopList__260fc26b.md__08f86fb4 .notificationIcon__05f48a0d{right:4px;top:4px}.dropdownDesktopList__260fc26b.lg__4927092d{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__260fc26b.lg__4927092d .dropdownDesktopListItem__be306ba4{padding:14px 8px;border-radius:10px}.dropdownDesktopList__260fc26b.lg__4927092d .dropdownDesktopListLoader__c8ef236a{margin:-6px auto}.dropdownDesktopList__260fc26b.lg__4927092d .notificationIcon__05f48a0d{right:4px;top:6px}.dropdownDesktopListItem__be306ba4{color:var(--triplex-next-DropdownList-Color-1-21-0);background:var(--triplex-next-DropdownList-Background_Default-1-21-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__be306ba4+.dropdownDesktopListItem__be306ba4{margin-top:2px}.dropdownDesktopListItem__be306ba4.active__72fe1f21{background:var(--triplex-next-DropdownList-Background_Active-1-21-0);cursor:pointer}.dropdownDesktopListItem__be306ba4.selected__e66d7475{background:var(--triplex-next-DropdownList-Background_Selected-1-21-0);cursor:default}.loaderSmall__8cd15f20{display:flex;justify-content:center;align-items:center}.loaderSmall__8cd15f20.sm__ebaed98f{width:16px;height:16px;gap:2px}.loaderSmall__8cd15f20.sm__ebaed98f .dot__1a34a272{width:4px;height:4px}.loaderSmall__8cd15f20.md__2f302e2d{width:24px;height:24px;gap:3px}.loaderSmall__8cd15f20.md__2f302e2d .dot__1a34a272{width:6px;height:6px}.loaderSmall__8cd15f20.lg__8fae32ed{width:32px;height:32px;gap:4px}.loaderSmall__8cd15f20.lg__8fae32ed .dot__1a34a272{width:8px;height:8px}.loaderSmall__8cd15f20.neutral__01c5635a .dot__1a34a272{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-21-0)}.loaderSmall__8cd15f20.brand__1714e1e1 .dot__1a34a272{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-21-0)}.loaderSmall__8cd15f20 .dot__1a34a272{border-radius:50%}.loaderSmall__8cd15f20 .dot1__1051a620{animation:dotCycleSmall__69dea7ca .9s infinite}.loaderSmall__8cd15f20 .dot2__d9ebd247{animation:dotCycleSmall__69dea7ca .9s infinite .15s}.loaderSmall__8cd15f20 .dot3__01ec8066{animation:dotCycleSmall__69dea7ca .9s infinite .3s}@keyframes dotCycleSmall__69dea7ca{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__fe43065e{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-21-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__fc649122{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__fc649122 .dot__1a34a272{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-21-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__fc649122 .dot1__1051a620{top:0;left:0;animation:dotCycleMiddle__ce555bfa 3s infinite}.loaderMiddleDots__fc649122 .dot2__d9ebd247{right:0;top:0;opacity:.7;animation:dotCycleMiddle__ce555bfa 3s infinite .74s}.loaderMiddleDots__fc649122 .dot3__01ec8066{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__ce555bfa 3s infinite 1.5s}.loaderMiddleDots__fc649122 .dot4__017af025{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__ce555bfa 3s infinite 2.25s}.loaderMiddleDots__fc649122 .line__c3a4f1c9{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-21-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__60952ad9 3s infinite}@keyframes lineCycle__60952ad9{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__ce555bfa{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__21b11455{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__bc9e75ca{background:var(--triplex-next-DropdownMobile-Backdrop-1-21-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__bc9e75ca.closing__40985fc3{opacity:0}.dropdownMobileBackdrop__bc9e75ca.opening__ebd49990,.dropdownMobileBackdrop__bc9e75ca.opened__c29c9b8c{opacity:var(--triplex-DropdownMobile-Opacity-1-21-0)}.dropdownMobile__875e237c{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__875e237c.closing__40985fc3{transform:translateY(100%)}.dropdownMobile__875e237c.opening__ebd49990,.dropdownMobile__875e237c.opened__c29c9b8c{transform:translateY(0)}.dropdownMobileHeader__adab4436{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-21-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__adab4436 .dropdownMobileHeaderContent__c19dd4d6{display:flex;flex-grow:1;min-width:0;margin-right:12px;min-height:20px}.dropdownMobileContent__e6c3d2e8{background:var(--triplex-next-DropdownMobile-Content_Background-1-21-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__84a7f952{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-21-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-21-0);flex-shrink:1}.dropdownMobileListItem__97dab53d{position:relative;padding:16px}.dropdownMobileListItem__97dab53d.selected__e66d7475{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-21-0)}.dropdownMobileListItem__97dab53d:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-21-0)}.dropdownMobileBodyOverflow__9783b4d7{overflow:hidden}.controlButtons__e02f598c{display:flex}.dropdownMobileLoader__5653347a{margin-right:8px}.dropdownMobileListLoader__f3ae1c4a{display:flex;justify-content:center;align-items:center;padding:16px}.notificationIcon__05f48a0d{position:absolute;right:6px;top:6px}.buttonIcon__903738d5{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__903738d5:enabled{cursor:pointer}.buttonIcon__903738d5.circle__7f132175{border-radius:50%}.buttonIcon__903738d5.squircle__b42c1e43{border-radius:4px}.buttonIcon__903738d5:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-21-0)}.dropdownMobileInput__913a8285{width:100%;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input_Color_Default-1-21-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__913a8285::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-21-0);opacity:1}.dropdownMobileInput__913a8285::-ms-clear{display:none}.tabsLineWrapper__e58e0014[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__e58e0014[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__e58e0014[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__e58e0014[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__e58e0014{position:relative}.tabsLineWrapper__e58e0014.withSeparator__55771536:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-21-0);bottom:0;left:0;right:0}.tabsLine__927ce362{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__927ce362:has(.sm__e205b1aa){height:28px}.tabsLine__927ce362:has(.md__c25123b3){height:40px}.tabsLine__927ce362:has(.lg__47f8dcad){height:56px}.tab__3ca71147{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__3ca71147.sm__e205b1aa{height:28px;padding-bottom:12px}.tab__3ca71147.md__c25123b3{height:40px;padding-top:8px;padding-bottom:12px}.tab__3ca71147.lg__47f8dcad{height:56px;padding-top:16px;padding-bottom:20px}.tab__3ca71147::-moz-focus-inner{border:none;padding:0}.tab__3ca71147:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-21-0)}.tab__3ca71147.active__7d91d16b{cursor:default}.tab__3ca71147: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__3ca71147:hover:after,.tab__3ca71147:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-21-0)}.tab__3ca71147.active__7d91d16b:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-21-0)}.notificationIcon__52d7b143{position:absolute;right:6px}.sm__e205b1aa .notificationIcon__52d7b143{top:0}.md__c25123b3 .notificationIcon__52d7b143{top:8px}.lg__47f8dcad .notificationIcon__52d7b143{top:16px}.tabsLineDropdown__9d41d03d{display:inline-block}.tabsLineDropdown__9d41d03d .dropdownTarget__c20fbf9e.active__7d91d16b{cursor:pointer}.tabsLineDropdown__9d41d03d .dropdownTargetInner__c8709b8e{display:inline-flex;align-items:center}.tabsLineDropdown__9d41d03d .dropdownTargetCaret__15b87d9e{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__9d41d03d .dropdownTargetCaret__15b87d9e.opened__c15c7224{transform:rotate(-180deg)}.tabsLineDropdown__9d41d03d .dropdown__2c8e0df3{right:0;padding:4px}.tabsLineMobileWrapper__54a3b420{position:relative}.tabsLineMobileWrapper__54a3b420 .tab__3ca71147{flex-shrink:0}.tabsLineMobileWrapper__54a3b420 .tab__3ca71147:first-child{margin-left:16px}.tabsLineMobileWrapper__54a3b420 .tab__3ca71147:last-child{margin-right:16px}.tabsLineMobile__b7d69f20{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__b7d69f20::-webkit-scrollbar{display:none}.label__2e576798{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__2e576798.sm__0a53302f{min-width:16px;min-height:16px}.label__2e576798.sm__0a53302f.nonempty__bdfd9dc7{padding:2px 0 2px 24px}.label__2e576798.md__35c5131c{min-height:24px;min-width:24px}.label__2e576798.md__35c5131c.nonempty__bdfd9dc7{padding-left:32px;padding-top:2px}.label__2e576798.lg__dc3addd5{min-width:28px;min-height:28px}.label__2e576798.lg__dc3addd5.nonempty__bdfd9dc7{padding-left:40px;padding-top:4px}.label__2e576798.disabled__7160efe1{cursor:default}.radio__103f404d{margin:0;opacity:0}.radioIcon__f5bde340{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-21-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-21-0)}.radioIcon__f5bde340:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-21-0);border-radius:50%;transform:scale(0)}.sm__0a53302f .radioIcon__f5bde340:after{width:8px;height:8px;top:4px;left:4px}.md__35c5131c .radioIcon__f5bde340:after{width:12px;height:12px;top:6px;left:6px}.lg__dc3addd5 .radioIcon__f5bde340:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__f5bde340,.radioIcon__f5bde340:after{pointer-events:none}.radio__103f404d,.radioIcon__f5bde340{position:absolute;left:0;top:0}.sm__0a53302f .radio__103f404d,.sm__0a53302f .radioIcon__f5bde340{width:16px;height:16px;top:2px}.md__35c5131c .radio__103f404d,.md__35c5131c .radioIcon__f5bde340{width:24px;height:24px}.lg__dc3addd5 .radio__103f404d,.lg__dc3addd5 .radioIcon__f5bde340{width:28px;height:28px}.radio__103f404d:enabled{cursor:pointer}.radio__103f404d:checked+.radioIcon__f5bde340{background:var(--triplex-next-Radio-Background_Checked_Default-1-21-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-21-0)}.radio__103f404d:checked+.radioIcon__f5bde340:after{transform:scale(1);transition:transform .2s ease-out}.radio__103f404d:hover+.radioIcon__f5bde340{background-color:var(--triplex-next-Radio-Background_Hover-1-21-0);box-shadow:none}.radio__103f404d:disabled+.radioIcon__f5bde340{background:var(--triplex-next-Radio-Background_Disabled-1-21-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-21-0)}.radio__103f404d:disabled:checked+.radioIcon__f5bde340{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-21-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-21-0)}.radio__103f404d:disabled+.radioIcon__f5bde340:after{background:var(--triplex-next-Radio-Dot_Disabled-1-21-0)}.radio__103f404d:focus-visible+.radioIcon__f5bde340{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-21-0)}.radio__103f404d:checked:enabled:hover+.radioIcon__f5bde340{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-21-0)}.radioXGroup__2b97c351{display:inline-flex;flex-flow:row wrap}.radioXGroup__2b97c351.indent-12__81768fc0{margin-left:-6px;margin-right:-6px}.radioXGroup__2b97c351.indent-12__81768fc0 .label__2e576798{margin-left:6px;margin-right:6px}.radioXGroup__2b97c351.indent-16__d370f203{margin-left:-8px;margin-right:-8px}.radioXGroup__2b97c351.indent-16__d370f203 .label__2e576798{margin-left:8px;margin-right:8px}.radioXGroup__2b97c351.indent-20__16b05b04{margin-left:-10px;margin-right:-10px}.radioXGroup__2b97c351.indent-20__16b05b04 .label__2e576798{margin-left:10px;margin-right:10px}.radioXGroup__2b97c351.indent-24__51def3a6{margin-left:-12px;margin-right:-12px}.radioXGroup__2b97c351.indent-24__51def3a6 .label__2e576798{margin-left:12px;margin-right:12px}.radioXGroup__2b97c351.indent-28__3cf42b84{margin-left:-14px;margin-right:-14px}.radioXGroup__2b97c351.indent-28__3cf42b84 .label__2e576798{margin-left:14px;margin-right:14px}.radioXGroup__2b97c351.indent-32__f421058c{margin-left:-16px;margin-right:-16px}.radioXGroup__2b97c351.indent-32__f421058c .label__2e576798{margin-left:16px;margin-right:16px}.radioYGroup__13231af7{display:inline-flex;flex-flow:column wrap}.radioYGroup__13231af7 .label__2e576798.sm__0a53302f+.label__2e576798.sm__0a53302f{margin-top:8px}.radioYGroup__13231af7 .label__2e576798.md__35c5131c+.label__2e576798.md__35c5131c{margin-top:16px}.radioYGroup__13231af7 .label__2e576798.lg__dc3addd5+.label__2e576798.lg__dc3addd5{margin-top:20px}.notification__8257abce{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-21-0);background:var(--triplex-next-Notification-Background-1-21-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-21-0);z-index:300}.notification__8257abce:first-child{margin-top:0}.notification__8257abce.extraBottomPadding__c65360d8{padding-bottom:24px}.notification__8257abce .notificationHeader__01b15191{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-21-0);width:100%;margin-top:0;margin-bottom:8px}.notification__8257abce .notificationIcon__d7800b56{line-height:0}.notification__8257abce .notificationBody__0f76af17{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__8257abce .notificationBodyList__3fa68a8e{margin-top:8px}.notification__8257abce .notificationClose__66bc2b3e{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__8257abce.showCloseOnHover__a17e6250 .notificationClose__66bc2b3e{opacity:0}.notification__8257abce.showCloseOnHover__a17e6250:hover{cursor:pointer}.notification__8257abce.showCloseOnHover__a17e6250:hover .notificationClose__66bc2b3e{opacity:1}.notification__8257abce .notificationFooter__73be0454{display:flex;align-items:center;margin-top:16px}.notification__8257abce .notificationFooter__73be0454 button+a{margin-left:16px}.notification__8257abce .notificationTime__9b0da9fe{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-21-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__e35aa762{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__e35aa762:hover{cursor:pointer}.notificationGroupedWrapper__e35aa762 .notificationGroupedFooterItem__ed246543{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-21-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-21-0)}.notificationGroupedWrapper__e35aa762 .notificationGroupedFooterItem__ed246543.first__ba0c5db6{bottom:-8px;z-index:200}.notificationGroupedWrapper__e35aa762 .notificationGroupedFooterItem__ed246543.second__3bd23a01{bottom:-16px;z-index:100}@media(max-width:767px){.notification__8257abce,.notificationGroupedWrapper__e35aa762{width:100%}}.unorderedListItem__bf944334:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__bf944334+.unorderedListItem__bf944334{margin-top:8px}.unorderedList__47d50686{position:relative;margin:0;padding-left:14px;list-style:none}.button__718ea080.general__208fea75{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-21-0);color:var(--triplex-next-Button-General_Color_Default-1-21-0)}.button__718ea080.general__208fea75:hover{background:var(--triplex-next-Button-General_Background_Hover-1-21-0);color:var(--triplex-next-Button-General_Color_Hover-1-21-0)}.button__718ea080.general__208fea75.expanded__94e2c860,.button__718ea080.general__208fea75:active{background:var(--triplex-next-Button-General_Background_Active-1-21-0);color:var(--triplex-next-Button-General_Color_Active-1-21-0)}.button__718ea080.general__208fea75:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-21-0)}.button__718ea080.general__208fea75:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-21-0);color:var(--triplex-next-Button-General_Color_Disabled-1-21-0)}.button__718ea080.secondary__a3bc9244{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-21-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-21-0)}.button__718ea080.secondary__a3bc9244:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-21-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-21-0)}.button__718ea080.secondary__a3bc9244.expanded__94e2c860,.button__718ea080.secondary__a3bc9244:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-21-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-21-0)}.button__718ea080.secondary__a3bc9244:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-21-0)}.button__718ea080.secondary__a3bc9244:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-21-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-21-0)}.button__718ea080.secondaryLight__7f33bdb5{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-21-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-21-0)}.button__718ea080.secondaryLight__7f33bdb5:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-21-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-21-0)}.button__718ea080.secondaryLight__7f33bdb5.expanded__94e2c860,.button__718ea080.secondaryLight__7f33bdb5:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-21-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-21-0)}.button__718ea080.secondaryLight__7f33bdb5:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-21-0)}.button__718ea080.secondaryLight__7f33bdb5:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-21-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-21-0)}.button__718ea080.danger__29e8f79a{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-21-0);color:var(--triplex-next-Button-Danger_Color_Default-1-21-0)}.button__718ea080.danger__29e8f79a:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-21-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-21-0)}.button__718ea080.danger__29e8f79a.expanded__94e2c860,.button__718ea080.danger__29e8f79a:active{background:var(--triplex-next-Button-Danger_Background_Active-1-21-0);color:var(--triplex-next-Button-Danger_Color_Active-1-21-0)}.button__718ea080.danger__29e8f79a:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-21-0)}.button__718ea080.danger__29e8f79a:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-21-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-21-0)}.button__718ea080.link__0ad73dee{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-21-0);padding:0}.button__718ea080.link__0ad73dee.sm__8c5104d6{height:28px;min-width:0px;padding:6px 2px}.button__718ea080.link__0ad73dee.md__d2c5d8ca{height:40px;min-width:0px;padding:10px 2px}.button__718ea080.link__0ad73dee.lg__0ede1311{height:56px;min-width:0px;padding:18px 2px}.button__718ea080.link__0ad73dee:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-21-0)}.button__718ea080.link__0ad73dee.expanded__94e2c860,.button__718ea080.link__0ad73dee:active{color:var(--triplex-next-Button-Link_Color_Active-1-21-0)}.button__718ea080.link__0ad73dee:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-21-0)}.button__718ea080.link__0ad73dee:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-21-0)}.button__718ea080{display:inline-flex;align-items:center;position:relative;margin:0;outline:none;font-family:inherit;background-clip:padding-box;cursor:pointer;border:none;font-weight:600;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.button__718ea080::-moz-focus-inner{border:none;padding:0}.button__718ea080.sm__8c5104d6{line-height:16px;font-size:12px}.button__718ea080.sm__8c5104d6.general__208fea75,.button__718ea080.sm__8c5104d6.secondary__a3bc9244,.button__718ea080.sm__8c5104d6.secondaryLight__7f33bdb5,.button__718ea080.sm__8c5104d6.danger__29e8f79a{height:28px;min-width:58px;padding:0 12px;border-radius:6px}.button__718ea080.sm__8c5104d6.icon__27b9c578{min-height:28px;min-width:28px;padding:0 4px}.button__718ea080.md__d2c5d8ca{line-height:20px;font-size:14px}.button__718ea080.md__d2c5d8ca.general__208fea75,.button__718ea080.md__d2c5d8ca.secondary__a3bc9244,.button__718ea080.md__d2c5d8ca.secondaryLight__7f33bdb5,.button__718ea080.md__d2c5d8ca.danger__29e8f79a{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__718ea080.md__d2c5d8ca.icon__27b9c578{min-height:40px;min-width:40px;padding:0 10px}.button__718ea080.lg__0ede1311{line-height:20px;font-size:16px}.button__718ea080.lg__0ede1311.general__208fea75,.button__718ea080.lg__0ede1311.secondary__a3bc9244,.button__718ea080.lg__0ede1311.secondaryLight__7f33bdb5,.button__718ea080.lg__0ede1311.danger__29e8f79a{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__718ea080.lg__0ede1311.icon__27b9c578{min-height:56px;min-width:56px;padding:0 12px}.button__718ea080:disabled{cursor:default}.button__718ea080:disabled *{pointer-events:none}.button__718ea080+.button__718ea080:not(.block__6279d3af){margin-left:12px}.button__718ea080 .content__fc00e72c{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__718ea080.block__6279d3af{display:block;width:100%}.button__718ea080.loading__45e9a6b4{pointer-events:none}.button__718ea080.loading__45e9a6b4 .content__fc00e72c{visibility:hidden}.button__718ea080 .loader__bd43f345{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__718ea080 .loader__bd43f345.hidden__5af1ac40{visibility:hidden}.buttonDropdownExtended__f4ba3f48{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__f4ba3f48 .buttonDropdownExtendedBlock__6a55a8d3{padding:4px;margin-top:4px;right:0}.buttonDropdown__25691be9.block__6279d3af{display:block}.buttonDropdown__25691be9+.button__718ea080:not(.block__6279d3af),.buttonDropdown__25691be9+.buttonDropdown__25691be9:not(.block__6279d3af){margin-left:16px}.buttonDropdown__25691be9 .buttonDropdownTarget__4a9e3819 .caretIcon__2970ea24{margin-left:2px;transition:transform .3s ease-in-out}.buttonDropdown__25691be9 .buttonDropdownTarget__4a9e3819.active__6263f5c5 .caretIcon__2970ea24{transform:rotate(-180deg)}.buttonDropdown__25691be9 .buttonDropdownMenuItem__76c810d0{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__95d38137{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__29384326{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__5e2b5075{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__63a791a1{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-1-21-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__2b270e41{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__2b270e41 .modalWindowContentWrapper__57562d5b{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__95d38137 .6s ease}.modalWindow__2b270e41 .modalWindowContent__5f786772{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__2b270e41 .modalWindowContent__5f786772 .modalWindowBody__357400b3{box-sizing:border-box;animation:fadeIn__9cfb172b .3s ease}@keyframes fadeIn__9cfb172b{0%{opacity:0}to{opacity:1}}.modalWindow__2b270e41 .modalWindowContent__5f786772 .spinnerSm__5c402af1{display:none}@media(max-width:767px){.modalWindow__2b270e41 .modalWindowContent__5f786772 .spinner__ac0a1e39{display:none}.modalWindow__2b270e41 .modalWindowContent__5f786772 .spinnerSm__5c402af1{display:flex}}.global-modalWindowTransition-exit .modalWindow__2b270e41 .modalWindowContentWrapper__57562d5b{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__29384326 .3s ease}.global-modalWindowTransition-exit .modalWindow__2b270e41 .modalWindowContentWrapper__57562d5b .modalWindowBody__357400b3{animation:fadeOut__3f8601aa .3s ease}@keyframes fadeOut__3f8601aa{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__df52dc05{position:absolute;left:0;right:0;height:0}.modalWindow__2b270e41.sm__a778ba6d .modalWindowContentWrapper__57562d5b{max-width:480px}.modalWindow__2b270e41.sm__a778ba6d .modalWindowContent__5f786772 .modalWindowBody__357400b3{min-height:196px}@media(max-width:575px){.modalWindow__2b270e41.sm__a778ba6d .modalWindowContentWrapper__57562d5b{max-width:100%}}.modalWindow__2b270e41.md__66c75ed7 .modalWindowContentWrapper__57562d5b{max-width:600px}.modalWindow__2b270e41.md__66c75ed7 .modalWindowContent__5f786772 .modalWindowBody__357400b3{min-height:246px}@media(max-width:767px){.modalWindow__2b270e41.md__66c75ed7 .modalWindowContentWrapper__57562d5b{max-width:100%}}.modalWindow__2b270e41.lg__360d21cd .modalWindowContentWrapper__57562d5b{max-width:800px}.modalWindow__2b270e41.lg__360d21cd .modalWindowContent__5f786772 .modalWindowBody__357400b3{min-height:396px}@media(max-width:991px){.modalWindow__2b270e41.lg__360d21cd .modalWindowContentWrapper__57562d5b{max-width:100%}}.modalWindowContentPage__5c0a05f3{background:var(--triplex-next-ModalWindow-Background-1-21-0);padding:8px!important}.modalWindowContentPage__5c0a05f3,.modalWindowLoaderScreen__382c5476{border-radius:32px}@media(max-width:767px){.modalWindowContentPage__5c0a05f3,.modalWindowLoaderScreen__382c5476{border-radius:24px}}.islandBody__248e1490{display:block}.islandHeader__d6c83bd2,.islandFooter__996295ea,.island__6f84126c{position:relative}.island__6f84126c.type1__e225853d{background-color:var(--triplex-next-Island-Type1_Background-1-21-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-21-0)}.island__6f84126c.type2__0697570e{background-color:var(--triplex-next-Island-Type2_Background-1-21-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-21-0)}.island__6f84126c.type3__4290a2a3{background-color:var(--triplex-next-Island-Type3_Background-1-21-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-21-0)}.island__6f84126c.sm__db6b5eb9{border-radius:16px;padding:16px}.island__6f84126c.sm__db6b5eb9 .islandHeader__d6c83bd2+.islandBody__248e1490,.island__6f84126c.sm__db6b5eb9 .islandHeader__d6c83bd2+.islandFooter__996295ea,.island__6f84126c.sm__db6b5eb9 .islandBody__248e1490+.islandFooter__996295ea{margin-top:8px}.island__6f84126c.md__6e8476e5{border-radius:24px;padding:24px}.island__6f84126c.md__6e8476e5 .islandHeader__d6c83bd2+.islandBody__248e1490,.island__6f84126c.md__6e8476e5 .islandHeader__d6c83bd2+.islandFooter__996295ea,.island__6f84126c.md__6e8476e5 .islandBody__248e1490+.islandFooter__996295ea{margin-top:12px}.island__6f84126c.lg__c3ec7154{border-radius:32px;padding:32px}.island__6f84126c.lg__c3ec7154 .islandHeader__d6c83bd2+.islandBody__248e1490,.island__6f84126c.lg__c3ec7154 .islandHeader__d6c83bd2+.islandFooter__996295ea,.island__6f84126c.lg__c3ec7154 .islandBody__248e1490+.islandFooter__996295ea{margin-top:16px}@media(max-width:767px){.island__6f84126c.sm__db6b5eb9,.island__6f84126c.md__6e8476e5{border-radius:16px;padding:16px}.island__6f84126c.lg__c3ec7154{border-radius:24px;padding:24px}}.modalWindowBody__357400b3{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__2fca6d1d{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media(max-width:767px){.modalWindowClose__2fca6d1d{top:20px;right:20px}}.loaderScreen__82e1cb75{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__82e1cb75.loaderSmallBackdrop__4b37cdbf{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-21-0)}.loaderScreen__82e1cb75.loaderMiddleBackdrop__8d73cc2b{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-21-0)}.body__4ce97122{position:relative;display:flex}.body__4ce97122 .bodyInner__d5c20d2f{position:relative;flex-grow:1;width:100%}.bodyPage__feb3b3f9{flex-grow:1}.verticalMargin24__02105c70{margin-top:24px;margin-bottom:24px}.verticalMargin16__5efc6ec7{margin-top:16px;margin-bottom:16px}@media(max-width:767px){.verticalMargin24__02105c70{margin-top:16px;margin-bottom:16px}.verticalMargin16__5efc6ec7{margin-top:8px;margin-bottom:8px}}.headerTabs__6957775b{display:flex;justify-content:space-between}.headerTabs__6957775b .headerTabsContent__37bcc8dd{flex-grow:1}.headerTabs__6957775b .headerTabsControls__cf8a1a8f{flex-shrink:0;white-space:nowrap;padding-left:24px}@media(max-width:767px){.headerTabs__6957775b{flex-wrap:wrap}.headerTabs__6957775b .headerTabsContent__37bcc8dd{width:100%}.headerTabs__6957775b .headerTabsControls__cf8a1a8f{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__6957775b .headerTabsControls__cf8a1a8f>button{margin-left:16px;margin-top:16px}}.headerTitle__c732fa74{display:flex;justify-content:space-between}.headerTitle__c732fa74 .headerTitleControls__022a153a{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__6df22d7a+.headerTitle__c732fa74{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media(max-width:767px){.headerTitle__c732fa74{flex-wrap:wrap}.headerTitle__c732fa74 .headerTitleContent__d38e21b9{width:100%}.headerTitle__c732fa74 .headerTitleControls__022a153a{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__c732fa74 .headerTitleControls__022a153a>button{margin-left:16px;margin-top:16px}}.headerSubheader__5fffbd34{padding:24px 0}.headerSubheader__5fffbd34.withoutPaddings__dfaf6c23{padding:0}.headerLayoutSidebar__0057c567{display:flex;justify-content:space-between}.headerLayoutSidebarContent__7417f7ac{flex-grow:1;min-width:1px}@media(max-width:767px){.headerLayoutSidebarSidebar__3d03ff5f{display:none}}.page__cbdb036b{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__cbdb036b{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__eb438777.sticky__c73154ae{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__eb438777.sticky__c73154ae[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-21-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__65e72c13.sticky__c73154ae{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__65e72c13.sticky__c73154ae[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-1-21-0)!important}.footerDescription__be73cba1{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__3f53b291{flex-grow:1;margin-right:auto}.footerDescriptionControls__4b57a0a0{margin-left:auto;white-space:nowrap;padding-left:24px}@media(max-width:767px){.footerDescription__be73cba1{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__3f53b291{width:100%}.footerDescriptionControls__4b57a0a0{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__4b57a0a0>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__3f53b291+.footerDescriptionControls__4b57a0a0{margin-top:0}.footer__0f80a823{padding:16px 0}}.modalWindowHeader__995cf071 .global-HeaderTitleContent{padding-right:64px}@media(max-width:767px){.modalWindowHeader__995cf071 .global-HeaderTitleContent{padding-right:72px}}.list__11298ea5{margin:0;padding:0;list-style:none;position:relative}.listItemControls__3e064619{display:flex;padding:0 16px 0 4px}.listItemContent__094c4756{background:var(--triplex-next-ListItem-Background-1-21-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__094c4756.selected__d9a86ea6{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-21-0)}.listItemControlsButton__274d87e3{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-21-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__274d87e3:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-21-0)}.listItemControlsButton__274d87e3:hover .listItemControlsButtonLabel__a9be41e9{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-21-0)!important}.listItemControlsButton__274d87e3.expanded__afefa958,.listItemControlsButton__274d87e3:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-21-0)}.listItemControlsButton__274d87e3.expanded__afefa958 .listItemControlsButtonLabel__a9be41e9,.listItemControlsButton__274d87e3:active .listItemControlsButtonLabel__a9be41e9{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-21-0)!important}.listItemControlsButton__274d87e3+.listItemControlsButton__274d87e3,.listItemControlsButton__274d87e3+.listItemControlsButtonDropdown__e74ee26f{margin-left:4px}.listItemControlsButtonIcon__7a181043{line-height:0}.listItemControlsButton__274d87e3.withText__771fc94e .listItemControlsButtonIcon__7a181043{margin-bottom:8px}.listItemControlsButtonLabel__a9be41e9{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-21-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__e74ee26f{display:flex}.listItemControlsButtonInner__04044402{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__274d87e3.withIcon__703d9633.withText__771fc94e .listItemControlsButtonInner__04044402{height:44px;overflow:visible}.buttonDropdownMenuItem__0c7b5db7{overflow:hidden;text-overflow:ellipsis}.listEmptyState__234b4d48{padding:64px 16px 16px;text-align:center}.listItemLoading__1c7eb729{height:24px;padding:12px 0;position:relative}.label__7cbcd502{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__7cbcd502.sm__2918a17b{min-width:16px;min-height:16px}.label__7cbcd502.sm__2918a17b.nonempty__19fcaf08{padding:2px 0 2px 24px}.label__7cbcd502.md__55a38473{min-width:24px;min-height:24px}.label__7cbcd502.md__55a38473.nonempty__19fcaf08{padding-left:32px;padding-top:2px}.label__7cbcd502.lg__695a366d{min-width:28px;min-height:28px}.label__7cbcd502.lg__695a366d.nonempty__19fcaf08{padding-left:40px;padding-top:4px}.label__7cbcd502.disabled__1a70a8f2{cursor:default}.label__7cbcd502[hidden]{display:none}.checkbox__09706418{margin:0;opacity:0}.checkboxIcon__f2e353b9{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-21-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-21-0)}.sm__2918a17b .checkboxIcon__f2e353b9{border-radius:4px}.checkmarkIcon__88309cd7{transform:scale(0)}.checkmarkIcon__88309cd7 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-21-0)}.checkboxIcon__f2e353b9,.checkmarkIcon__88309cd7{pointer-events:none}.checkbox__09706418,.checkboxIcon__f2e353b9,.checkmarkIcon__88309cd7{position:absolute;left:0;top:0}.sm__2918a17b .checkbox__09706418,.sm__2918a17b .checkboxIcon__f2e353b9,.sm__2918a17b .checkmarkIcon__88309cd7{width:16px;height:16px;top:2px}.md__55a38473 .checkbox__09706418,.md__55a38473 .checkboxIcon__f2e353b9,.md__55a38473 .checkmarkIcon__88309cd7{width:24px;height:24px}.lg__695a366d .checkbox__09706418,.lg__695a366d .checkboxIcon__f2e353b9,.lg__695a366d .checkmarkIcon__88309cd7{width:28px;height:28px}.checkbox__09706418:enabled{cursor:pointer}.checkbox__09706418:enabled:hover+.checkboxIcon__f2e353b9{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-21-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-21-0)}.checkbox__09706418:checked+.checkboxIcon__f2e353b9{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-21-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-21-0)}.checkbox__09706418:checked~.checkmarkIcon__88309cd7{transform:scale(1);transition:transform .2s ease-out}.checkbox__09706418:disabled+.checkboxIcon__f2e353b9{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-21-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-21-0)}.checkbox__09706418:disabled:checked+.checkboxIcon__f2e353b9{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-21-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-21-0)}.checkbox__09706418:disabled~.checkmarkIcon__88309cd7 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-21-0)}.checkbox__09706418:focus-visible+.checkboxIcon__f2e353b9{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-21-0)}.checkbox__09706418:checked:enabled:hover+.checkboxIcon__f2e353b9{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-21-0)}.listItemSelectable__3d98c084{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-21-0);border-radius:8px}.listItemSelectable__3d98c084.selected__d9a86ea6{background:var(--triplex-next-ListItem-Background_Selected-1-21-0)}.checkboxWrapper__399029f3{padding:16px;line-height:0}.childrenWrapper__39328605{flex-grow:1}.checkboxLabel__683b073f{padding:0!important;position:relative}.checkboxLabelClickArea__16ab0653{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__639fbc2b{position:relative;overflow:hidden}.swipeableArea__639fbc2b .content__ac71cd4d{position:relative;touch-action:pan-y}.swipeableArea__639fbc2b .content__ac71cd4d.disableScroll__9860bafb{touch-action:none}.swipeableArea__639fbc2b .content__ac71cd4d.disablePointerEvents__a71d1841:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__639fbc2b .swipeAnimationFinish__9b6b9987{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__639fbc2b .leftContent__bbf9de15,.swipeableArea__639fbc2b .rightContent__94e72659{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__639fbc2b .rightContent__94e72659{left:auto;right:0}.listItemTail__467e85b7{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__4dfc10ee{background:var(--triplex-next-ListMaster-Background-1-21-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__725faba6{position:absolute;top:0;left:0;right:0}.listItemTailTop__725faba6:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-21-0)}.listItemTailTop__725faba6:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-21-0)}.listItemTailBottom__3c927afe{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__3c927afe:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-21-0)}.listItemTailBottom__3c927afe: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-1-21-0)}.listItemTailRight__6ef61f38{right:-8px}.listItemTailLeft__9d0d3b59{left:-8px}.listItemTable__ac04d92d{margin-bottom:4px}.listItemTable__ac04d92d:last-child{margin-bottom:0}.listSortableItemTarget__f36b220b{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-21-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__f36b220b:hover{background:var(--triplex-next-ListItem-Background_Selected-1-21-0)}.listSortableItemTarget__f36b220b.dragging__634bcc73{background:var(--triplex-next-ListItem-Background_Dragging-1-21-0);box-shadow:var(--triplex-next-ListItem-Shadow-1-21-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__8e5f91b2{flex:1}.listSortableItemTargetIcon__f1d31f93{display:block;margin-left:24px}.listSortableItem__c6e2c567{position:relative}.listSortableItem__c6e2c567.dragging__634bcc73{z-index:1}.listSortableItemControls__55cba11a{display:inline-block}.islandWidgetHeader__f0191039{display:flex;justify-content:space-between;align-items:center}.islandWidgetHeader__f0191039 .islandWidgetHeaderContent__c1c356a5{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__f0191039 .islandWidgetHeaderDescription__752ca55b{display:flex}.islandWidgetHeader__f0191039 .caretWrapper__c06e8609{position:absolute;top:20px;right:16px}.islandWidgetHeader__f0191039 .caretIcon__daa34c7f{transition:transform .3s ease-in-out}.islandWidgetHeader__f0191039.open__97bb9b1c .caretWrapper__c06e8609 .caretIcon__daa34c7f{transform:rotate(-180deg)}@media(max-width:767px){.islandWidgetHeader__f0191039{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetBody__d92bb7be{padding-top:16px}.islandWidgetFooter__4f0fce16{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__461b982f{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__63e69ed6{margin-left:auto;white-space:nowrap}.expandAnimation__8bbf835e{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__92f57fbc{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-21-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media(max-width:767px){.islandWidgetExtraFooter__92f57fbc{border-radius:0 0 16px 16px}}.islandWidget__b071a606{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__b071a606>*{height:100%}.islandWidgetWithExtraFooter__eeab74d6:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-1-21-0)!important}@media(max-width:767px){.islandWidgetHeaderWrapperAdaptive__ae87ad50{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__e33cd17b{display:flex;flex-direction:column}.formFieldClear__7d4e9d5a{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__7d4e9d5a.hidden__0b7aef52{opacity:0;pointer-events:none}.formFieldTarget__c742e43c{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-21-0);overflow:hidden;white-space:nowrap}.formFieldTarget__c742e43c.placeholder__faa938f4{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-21-0)}.formFieldTarget__c742e43c.disabled__3a3108fa{color:var(--triplex-next-FormField-Target_Color_Disabled-1-21-0)}.formFieldTarget__c742e43c.size-sm__e0da98f3{font-size:12px;height:28px;line-height:16px}.formFieldTarget__c742e43c.size-md__d6b60af2{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__c742e43c.size-lg__afbb2769{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__c742e43c .placeholderWrapper__f06ae357{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__c742e43c:focus{outline:none}.formFieldTarget__c742e43c:focus .placeholderWrapper__f06ae357,.formFieldTarget__c742e43c.active__2c2dd6d7 .placeholderWrapper__f06ae357{opacity:1}.formFieldTextarea__c9216d02{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-21-0);vertical-align:top;font-family:inherit}.formFieldTextarea__c9216d02.sm__4e3f34fa{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__c9216d02.md__390f6d1a{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__c9216d02.lg__d8ba3336{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__c9216d02::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-21-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__c9216d02:focus{outline:none}.formFieldTextarea__c9216d02:focus::placeholder{opacity:1}.formFieldTextarea__c9216d02:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-21-0)}.chipGroupItem__ed829c35{display:inline-block}.chip__f4d718a6{background:var(--triplex-next-Chip-Background_Default-1-21-0);color:var(--triplex-next-Chip-Color_Default-1-21-0);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;gap:2px;align-items:center;cursor:pointer;outline:none;vertical-align:middle}.chip__f4d718a6.lg__2964dacc{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__f4d718a6.lg__2964dacc .prefix__c9613ad0{padding-left:16px}.chip__f4d718a6.lg__2964dacc .postfix__e4a1de8b{padding-right:12px}.chip__f4d718a6.md__b26c6b8c{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__f4d718a6.md__b26c6b8c .prefix__c9613ad0{padding-left:12px}.chip__f4d718a6.md__b26c6b8c .postfix__e4a1de8b{padding-right:8px}.chip__f4d718a6.sm__5bede429{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__f4d718a6.sm__5bede429 .prefix__c9613ad0{padding-left:8px}.chip__f4d718a6.sm__5bede429 .postfix__e4a1de8b{padding-right:8px}.chip__f4d718a6:hover{background:var(--triplex-next-Chip-Background_Hover-1-21-0);color:var(--triplex-next-Chip-Color_Hover-1-21-0)}.chip__f4d718a6:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-21-0)}.chip__f4d718a6:active,.chip__f4d718a6[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-21-0);color:var(--triplex-next-Chip-Color_Active-1-21-0)}.chip__f4d718a6.disabled__400b0167{background:var(--triplex-next-Chip-Background_Disabled-1-21-0);color:var(--triplex-next-Chip-Color_Disabled-1-21-0);cursor:default;pointer-events:none}.chip__f4d718a6.selected__c311cbd5{background:var(--triplex-next-Chip-Background_Selected_Default-1-21-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-21-0)}.chip__f4d718a6.selected__c311cbd5:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-21-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-21-0)}.chip__f4d718a6.selected__c311cbd5:active,.chip__f4d718a6.selected__c311cbd5[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-21-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-21-0)}.chip__f4d718a6.selected__c311cbd5.disabled__400b0167{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-21-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-21-0)}.chip__f4d718a6.withPrefix__b8bc9cee{padding-left:0}.chip__f4d718a6.withPostfix__5cbdfd4d{padding-right:0}.chip__f4d718a6 .content__a3dc2870{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__f4d718a6 .prefix__c9613ad0,.chip__f4d718a6 .postfix__e4a1de8b{display:flex}.calendarControls__948f6508{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-21-0)}.calendarViewDays__1bef117d{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__3fca7f0a .calendarViewDays__1bef117d{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__08cd43bc,.calendarViewYears__2d913ad6{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__3fca7f0a .calendarViewMonths__08cd43bc,.adaptive__3fca7f0a .calendarViewYears__2d913ad6{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__4d941f5b{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-1-21-0)}.calendarViewDaysBody__5bcf6e42:before{display:block;content:"";line-height:8px}.adaptive__3fca7f0a .calendarViewDaysBody__5bcf6e42:before{line-height:4px}.calendarViewItem__4ce9749d{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__4ce9749d:focus-visible{outline:none}.calendarViewItem__4ce9749d.current__b2e581ad{font-weight:600}.calendarViewItem__4ce9749d.disabled__103021d2{pointer-events:none}.calendarViewItemLabel__392d9ff1{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-21-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-21-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-21-0);cursor:pointer}.calendarViewItemLabel__392d9ff1:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-21-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-21-0)}.calendarViewItemLabel__392d9ff1.selected__80e2c812{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-21-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-21-0)}.calendarViewItemLabel__392d9ff1.selected__80e2c812:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-21-0)}.calendarViewItemLabel__392d9ff1.selected__80e2c812:hover.basicMark__69d11f64:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-21-0)}.calendarViewItemLabel__392d9ff1.selected__80e2c812:hover.standardMark__3a34f23c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-21-0)}.calendarViewItemLabel__392d9ff1.selected__80e2c812:hover.attentionMark__78e81195:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-21-0)}.calendarViewItemLabel__392d9ff1.selected__80e2c812:hover.criticalMark__7bb5113f:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-21-0)}.calendarViewItemLabel__392d9ff1.selected__80e2c812.muted__6b450551{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-21-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-21-0)}.calendarViewItemLabel__392d9ff1.selected__80e2c812.muted__6b450551:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-21-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-21-0)}.calendarViewItemLabel__392d9ff1.selected__80e2c812.basicMark__69d11f64:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-21-0)}.calendarViewItemLabel__392d9ff1.selected__80e2c812.standardMark__3a34f23c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-21-0)}.calendarViewItemLabel__392d9ff1.selected__80e2c812.attentionMark__78e81195:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-21-0)}.calendarViewItemLabel__392d9ff1.selected__80e2c812.criticalMark__7bb5113f:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-21-0)}.calendarViewItemLabel__392d9ff1.marked__70e8eea0:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__392d9ff1.basicMark__69d11f64:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-21-0)}.calendarViewItemLabel__392d9ff1.standardMark__3a34f23c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-21-0)}.calendarViewItemLabel__392d9ff1.attentionMark__78e81195:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-21-0)}.calendarViewItemLabel__392d9ff1.criticalMark__7bb5113f:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-21-0)}.calendarViewItemLabel__392d9ff1.muted__6b450551{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-21-0)}.calendarViewItemLabel__392d9ff1.disabled__103021d2{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-21-0);background:none}.calendarViewItem__4ce9749d:focus-visible .calendarViewItemLabel__392d9ff1{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-21-0)}.unitDay__0815a075{width:36px;height:36px;border-radius:6px}.unitMonth__efea8d2f,.unitYear__7f360583{width:89px;height:48px;border-radius:6px}.adaptive__3fca7f0a .unitMonth__efea8d2f,.adaptive__3fca7f0a .unitYear__7f360583{width:104px;height:48px;border-radius:6px}.calendarFooter__52b88120{margin-top:12px;text-align:center}.calendar__7b7f0d00{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-21-0);-webkit-user-select:none;user-select:none}.calendar__7b7f0d00.adaptive__3fca7f0a{width:auto;padding:20px}.calendar__7b7f0d00+.calendar__7b7f0d00{margin-top:20px}.datePickerExtendedMobileDropdown__51e1c780{max-height:100vh}.chipDropdownArrow__62766ad1{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__62766ad1.rotated__45798793{transform:rotate(-180deg)}.chipClearButton__b60373df{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__b60373df:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-21-0)}.dropdownMobileMaskedInput__62eda58e{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__1491ab51{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__1491ab51 .caretWrapper__f43752a4{height:100%}.selectExtendedFieldTarget__1491ab51 .caretIcon__e33389ac{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__1491ab51.selectOpened__1fbd7347 .caretIcon__e33389ac{transform:rotate(180deg)}.selectExtendedFieldTarget__1491ab51.disabled__ac417eb2{-webkit-user-select:none;user-select:none;cursor:default}.selectExtendedFieldTarget__1491ab51.disabled__ac417eb2 .target__69a7efa9,.selectExtendedFieldTarget__1491ab51.disabled__ac417eb2 .caretWrapper__f43752a4{pointer-events:none}.selectExtendedField__e8caead0{position:relative}.multiselectFieldHeader__8404cf87{padding:12px 12px 0}.multiselectFieldContentWrapper__6139a255 .multiselectFieldContent__115d0340{position:relative;padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__6139a255 .multiselectFieldContent__115d0340:has(.loaderScreen__e5c27f15){overflow:hidden}.multiselectFieldContentWrapper__6139a255 .multiselectFieldContent__115d0340.sm__0552f198{max-height:208px}.multiselectFieldContentWrapper__6139a255 .multiselectFieldContent__115d0340.md__1d44b971{max-height:266px}.multiselectFieldContentWrapper__6139a255 .multiselectFieldContent__115d0340.lg__6d1ae31d{max-height:296px}.multiselectFieldFooter__964a6caf{padding:0 12px 12px}.multiselectFieldFooter__964a6caf:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-21-0)}.chipOptionsContent__7a768130{min-width:14px;text-align:center;display:block}.tooltipDesktop__f4b99012{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__f4b99012 .tooltipBody__38755e19{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-21-0)}.tooltipDesktop__f4b99012 .tooltipXButton__d0598084{position:absolute;right:8px;top:8px}.tooltipDesktopContent__257a90e5{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-21-0);border-radius:8px}.closable__e0287e60 .tooltipDesktopContent__257a90e5{padding-right:32px}.tooltipSM__9c3cb6ea .tooltipDesktopContent__257a90e5{width:192px;min-height:52px}.tooltipLG__4e26e04f .tooltipDesktopContent__257a90e5{width:384px;min-height:52px}.tooltipOverlay__89c124b5{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__168e829a{width:0;height:0}.tooltipDesktopTip__168e829a.down__e8ca9fd2{border-top:solid var(--triplex-next-Tooltip-Background-1-21-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__168e829a.up__34234c5b{border-bottom:solid var(--triplex-next-Tooltip-Background-1-21-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__168e829a.left__4ca1e9b9{border-right:solid var(--triplex-next-Tooltip-Background-1-21-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__168e829a.right__a061802f{border-left:solid var(--triplex-next-Tooltip-Background-1-21-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__3e51d8e1 .tooltipBody__38755e19{text-align:left}.tooltipMobileContent__d9882f1c{padding:16px}.headerless__8ce51773 .tooltipMobileContent__d9882f1c{padding-right:40px;border-radius:16px 16px 0 0}.headerless__8ce51773 .tooltipMobileContent__d9882f1c .closeButton__27fad423{position:absolute;right:16px;top:16px}.tooltipLink__6bd2527f{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__014670af{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-21-0)}.desktop__014670af:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-21-0)}.desktop__014670af:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-21-0)}.desktop__014670af:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-21-0)}.mobile__c1b715c8{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-21-0)}.mobile__c1b715c8:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-21-0)}.mobile__c1b715c8:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-21-0)}.mobile__c1b715c8:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-21-0)}.chipSuggestInputWrapper__439b92b0{margin:12px}.suggestDropdownMobileBody__7809fc62{height:176px}.suggestDropdownMobileNoOptionsText__c9bbce5d{padding:16px}.checkboxXGroup__d4050eab{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__d4050eab.indent-12__0ab3fb8c{margin-left:-6px;margin-right:-6px}.checkboxXGroup__d4050eab.indent-12__0ab3fb8c .label__7cbcd502{margin-left:6px;margin-right:6px}.checkboxXGroup__d4050eab.indent-16__da63226b{margin-left:-8px;margin-right:-8px}.checkboxXGroup__d4050eab.indent-16__da63226b .label__7cbcd502{margin-left:8px;margin-right:8px}.checkboxXGroup__d4050eab.indent-20__a32f3a8b{margin-left:-10px;margin-right:-10px}.checkboxXGroup__d4050eab.indent-20__a32f3a8b .label__7cbcd502{margin-left:10px;margin-right:10px}.checkboxXGroup__d4050eab.indent-24__06f5e321{margin-left:-12px;margin-right:-12px}.checkboxXGroup__d4050eab.indent-24__06f5e321 .label__7cbcd502{margin-left:12px;margin-right:12px}.checkboxXGroup__d4050eab.indent-28__aba370a4{margin-left:-14px;margin-right:-14px}.checkboxXGroup__d4050eab.indent-28__aba370a4 .label__7cbcd502{margin-left:14px;margin-right:14px}.checkboxXGroup__d4050eab.indent-32__e4b6183d{margin-left:-16px;margin-right:-16px}.checkboxXGroup__d4050eab.indent-32__e4b6183d .label__7cbcd502{margin-left:16px;margin-right:16px}.checkboxYGroup__35072835{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__35072835 .label__7cbcd502.sm__2918a17b+.label__7cbcd502.sm__2918a17b{margin-top:8px}.checkboxYGroup__35072835 .label__7cbcd502.lg__695a366d+.label__7cbcd502.lg__695a366d{margin-top:20px}.checkboxYGroup__35072835 .label__7cbcd502.md__55a38473+.label__7cbcd502.md__55a38473{margin-top:16px}.card__26eeb0f2{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__26eeb0f2.roundingMD__8c75d840{--radius: 16px}.card__26eeb0f2.roundingSM__a30e20cd{--radius: 8px}.card__26eeb0f2.general__9fd8b17c{background:var(--triplex-next-Card-Static_General_Background-1-21-0)}.card__26eeb0f2.secondary__e0ee75ec{background:var(--triplex-next-Card-Static_Secondary_Background-1-21-0)}.card__26eeb0f2 .cardMedia__56c8b6d0{background-size:cover;background-repeat:no-repeat;background-position:center}.card__26eeb0f2 .cardContent__e325406e{padding:var(--padding)}.card__26eeb0f2 .cardContent__e325406e.paddingMD__dc74ea3e{--padding: 24px}.card__26eeb0f2 .cardContent__e325406e.paddingSM__b6118993{--padding: 16px}.card__26eeb0f2 .cardContent__e325406e .cardContentHeader__f1c46585{margin-bottom:16px}.card__26eeb0f2 .cardContent__e325406e .cardContentFooter__276f0b77{margin-top:16px}.action__09a6b0fc{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__09a6b0fc: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__09a6b0fc.general__9fd8b17c{background:var(--triplex-next-Card-Action_General_Background-1-21-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-21-0)}.action__09a6b0fc.general__9fd8b17c:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-21-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-21-0)}.action__09a6b0fc.general__9fd8b17c.selected__17dc0832{background:var(--triplex-next-Card-Action_General_Background_Selected-1-21-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-21-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-21-0)}.action__09a6b0fc.general__9fd8b17c.selected__17dc0832:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-21-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-21-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-21-0)}.action__09a6b0fc.general__9fd8b17c:focus{outline:none}.action__09a6b0fc.general__9fd8b17c:focus.focusVisible__239f152c{box-shadow:var(--triplex-next-Card-Shadow_Default-1-21-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-21-0)}.action__09a6b0fc.secondary__e0ee75ec{background:var(--triplex-next-Card-Action_Secondary_Background-1-21-0)}.action__09a6b0fc.secondary__e0ee75ec:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-21-0)}.action__09a6b0fc.secondary__e0ee75ec.selected__17dc0832{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-21-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-21-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-21-0)}.action__09a6b0fc.secondary__e0ee75ec.selected__17dc0832:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-21-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-21-0)}.action__09a6b0fc.secondary__e0ee75ec:focus{outline:none}.action__09a6b0fc.secondary__e0ee75ec:focus.focusVisible__239f152c{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-21-0)}.alertContext__39244dc5{display:flex;font-size:12px;line-height:16px}.alertContext__39244dc5>svg{flex-shrink:0}.alertContext__39244dc5 .alertContextText__12f63d18{margin-left:8px}.alertContext__39244dc5.alertTypeError__0c713d1a .alertContextText__12f63d18{color:var(--triplex-next-AlertContext-Error_Color-1-21-0)}.alertContext__39244dc5.alertTypeInfo__c59624b0 .alertContextText__12f63d18{color:var(--triplex-next-AlertContext-Info_Color-1-21-0)}.alertContext__39244dc5.alertTypeWarning__846b4ea4 .alertContextText__12f63d18{color:var(--triplex-next-AlertContext-Warning_Color-1-21-0)}.alertContext__39244dc5.alertTypeSystem__1bb9921c .alertContextText__12f63d18{color:var(--triplex-next-AlertContext-System_Color-1-21-0)}.alertProcess__c5f39d22{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__c5f39d22.withSpoiler__db601e48{min-height:40px}.alertProcess__c5f39d22 .themeIcon__921d7d6f{box-sizing:border-box;height:20px;width:20px}.alertProcess__c5f39d22.alertTypeError__0c713d1a{background:var(--triplex-next-AlertProcess-Error_Background-1-21-0)}.alertProcess__c5f39d22.alertTypeInfo__c59624b0{background:var(--triplex-next-AlertProcess-Info_Background-1-21-0)}.alertProcess__c5f39d22.alertTypeWarning__846b4ea4{background:var(--triplex-next-AlertProcess-Warning_Background-1-21-0)}.alertProcess__c5f39d22.alertTypeSystem__1bb9921c{background:var(--triplex-next-AlertProcess-System_Background-1-21-0)}.alertProcess__c5f39d22.alertTypeFeature__4e4388a1{background:var(--triplex-next-AlertProcess-Feature_Background-1-21-0)}.alertProcess__c5f39d22.alertTypeFeature__4e4388a1 .themeIcon__921d7d6f{padding-top:0}.alertProcess__c5f39d22 .alertProcessContentBlock__d8cd5f63{flex:1;margin-left:10px}.alertProcess__c5f39d22 .alertProcessContentBlock__d8cd5f63 .expandableContent__8a7965c7{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__c5f39d22 .alertProcessContentBlock__d8cd5f63 .expandableContent__8a7965c7.expanded__f11341ef{max-height:1000px;opacity:1}.alertProcess__c5f39d22 .closeButton__79feacb6{margin-left:10px}.alertProcess__c5f39d22 .expandButton__6f59d53b{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__c5f39d22 .expandButton__6f59d53b.expanded__f11341ef{transform:rotate(180deg)}.adaptive__5d1335e0{font-size:10px!important;line-height:12px!important}.avatar__542bc621{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-1-21-0)}.avatar__542bc621.xxs__11083ae2{width:28px;height:28px;border-radius:6px}.avatar__542bc621.xs__6055ad5f{width:32px;height:32px;border-radius:8px}.avatar__542bc621.sm__acb9c6eb{width:40px;height:40px;border-radius:10px}.avatar__542bc621.md__beea1f10{width:56px;height:56px;border-radius:16px}.avatar__542bc621.lg__44b514a6{width:80px;height:80px;border-radius:20px}.avatar__542bc621.xl__ce41095b{width:96px;height:96px;border-radius:24px}.avatar__542bc621.xxl__f765be04{width:128px;height:128px;border-radius:28px}.carouselExtended__4fa5af3d{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__4fa5af3d::-webkit-scrollbar{display:none}.treeView__dc6d7f63,.treeViewGroup__dbee7191{margin:0;padding:0}.treeView__dc6d7f63 .treeViewNode__fb0d3602,.treeViewGroup__dbee7191 .treeViewNode__fb0d3602{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__d26ee598.collapsed__18a18e48{visibility:hidden}.checkboxTreeExtended__538866ee{margin-bottom:-12px;padding:12px}.checkboxTreeExtendedNode__12be3540 .checkboxTreeExtendedNode__12be3540:has(.sm__30225755){margin-left:16px}.checkboxTreeExtendedNode__12be3540 .checkboxTreeExtendedNode__12be3540:has(.md__975caa4f),.checkboxTreeExtendedNode__12be3540 .checkboxTreeExtendedNode__12be3540:has(.lg__81d17aa7){margin-left:24px}.checkboxTreeExtendedNodeHeader__4743fda7{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__4743fda7.sm__30225755{margin-bottom:8px}.checkboxTreeExtendedNodeHeader__4743fda7.md__975caa4f,.checkboxTreeExtendedNodeHeader__4743fda7.lg__81d17aa7{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__4743fda7 .checkboxTreeCheckboxLabel__96375bdc{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__4743fda7 .caretIconWrapper__ab31512a{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__4743fda7 .caretIconWrapper__ab31512a:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-21-0)}.checkboxTreeExtendedNodeHeader__4743fda7.opened__6c0775da .caretIconWrapper__ab31512a{transform:rotate(180deg)}@media(max-width:767px){.checkboxTreeExtended__538866ee{padding:0 16px}.checkboxTreeExtended__538866ee .checkboxTreeExtendedNodeHeader__4743fda7{margin-bottom:0}.checkboxTreeExtended__538866ee .checkboxTreeExtendedNodeHeader__4743fda7 .checkboxTreeCheckboxLabel__96375bdc{padding-top:16px;padding-bottom:16px}.checkboxTreeExtended__538866ee .checkboxTreeExtendedNodeHeader__4743fda7 .checkboxTreeCheckboxLabel__96375bdc>span,.checkboxTreeExtended__538866ee .checkboxTreeExtendedNodeHeader__4743fda7 .checkboxTreeCheckboxLabel__96375bdc>svg,.checkboxTreeExtended__538866ee .checkboxTreeExtendedNodeHeader__4743fda7 .checkboxTreeCheckboxLabel__96375bdc .checkboxTreeCheckbox__cbcfb081{top:14px}}.chipGroup__1e18d611{display:flex}.chipGroup__1e18d611.oneLine__6c99f3b3{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__1e18d611.oneLine__6c99f3b3::-webkit-scrollbar{display:none}.chipGroup__1e18d611.multiLine__14e0da59{flex-wrap:wrap}.chipGroup__1e18d611.lg__204efd52{gap:12px}.chipGroup__1e18d611.md__73c4932b,.chipGroup__1e18d611.sm__b32bb778{gap:8px}.col-1__faec1bde{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__ffc00353{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__0a1f2fa7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__40d7501d{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__31aa6e54{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__2c2912b8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__53b4d1e6{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__1b0e2942{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__4fcae49b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__1ef51b93{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__50f996fc{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__9c76e26a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__eb3b14ea{margin-left:0%}.offset-1__a934f10c{margin-left:8.33333333%}.offset-2__cccfbd5c{margin-left:16.66666667%}.offset-3__a6de2630{margin-left:25%}.offset-4__edeb3337{margin-left:33.33333333%}.offset-5__e720d350{margin-left:41.66666667%}.offset-6__65fcc4b3{margin-left:50%}.offset-7__c6bc7625{margin-left:58.33333333%}.offset-8__3d81c0cd{margin-left:66.66666667%}.offset-9__1962a699{margin-left:75%}.offset-10__3c8aa7ae{margin-left:83.33333333%}.offset-11__04868894{margin-left:91.66666667%}.d-none__f49e5b7b{display:none!important}.d-block__1b956c41{display:block!important}@media(min-width:576px){.col-sm-1__248282eb{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__0e58407f{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__2ee149b3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__ac3cea8f{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__d5f8feaa{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__7c55be0e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__d4dd53aa{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__f28a4cb6{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__95b55089{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__b8f66d05{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__a11cffb3{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__5116d835{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__626fe284{margin-left:0%}.offset-sm-1__75ae325f{margin-left:8.33333333%}.offset-sm-2__0c000667{margin-left:16.66666667%}.offset-sm-3__6e025d51{margin-left:25%}.offset-sm-4__8f55dbbf{margin-left:33.33333333%}.offset-sm-5__be450ce6{margin-left:41.66666667%}.offset-sm-6__5a091f49{margin-left:50%}.offset-sm-7__acf5525c{margin-left:58.33333333%}.offset-sm-8__87ee7669{margin-left:66.66666667%}.offset-sm-9__0cbffbd3{margin-left:75%}.offset-sm-10__a8b68cae{margin-left:83.33333333%}.offset-sm-11__978bdd97{margin-left:91.66666667%}.d-none-sm__0aadb5c5{display:none!important}.d-block-sm__be4d312b{display:block!important}}@media(min-width:768px){.col-md-1__7fa6840f{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__39c26274{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__eb61d791{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__96361221{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__4d471b47{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__3b07b027{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__bb5225f0{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__40138b51{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__c44798af{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__f38bfe82{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__848eddc1{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__fda75e5a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__d5e47b72{margin-left:0%}.offset-md-1__c7f879ac{margin-left:8.33333333%}.offset-md-2__eac1faf7{margin-left:16.66666667%}.offset-md-3__c18e29d7{margin-left:25%}.offset-md-4__056129e7{margin-left:33.33333333%}.offset-md-5__d7c67ec9{margin-left:41.66666667%}.offset-md-6__af59b2f8{margin-left:50%}.offset-md-7__0cbbf8bf{margin-left:58.33333333%}.offset-md-8__6bc71b9a{margin-left:66.66666667%}.offset-md-9__1d38b20a{margin-left:75%}.offset-md-10__2174fcca{margin-left:83.33333333%}.offset-md-11__e72aa4d8{margin-left:91.66666667%}.d-none-md__91aece11{display:none!important}.d-block-md__6169565c{display:block!important}}@media(min-width:992px){.col-lg-1__60746af3{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__dd02dce9{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__2ed1e302{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__45108584{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__418c8c00{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__9f38a300{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__e8838eae{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__35a8f910{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__cd734ee8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__c8da63a8{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__421ef08d{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__c366261d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__319fbfe9{margin-left:0%}.offset-lg-1__72b28b9e{margin-left:8.33333333%}.offset-lg-2__db9b0e01{margin-left:16.66666667%}.offset-lg-3__ff0227a6{margin-left:25%}.offset-lg-4__1bc1a285{margin-left:33.33333333%}.offset-lg-5__7fc19392{margin-left:41.66666667%}.offset-lg-6__17816acb{margin-left:50%}.offset-lg-7__56d9459e{margin-left:58.33333333%}.offset-lg-8__20536f02{margin-left:66.66666667%}.offset-lg-9__fcdd951a{margin-left:75%}.offset-lg-10__909e2314{margin-left:83.33333333%}.offset-lg-11__9609295f{margin-left:91.66666667%}.d-none-lg__c33b7e77{display:none!important}.d-block-lg__0dd985c6{display:block!important}}@media(min-width:1200px){.col-xl-1__d432b78e{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__18a3f57f{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__0203338c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__aafaf883{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__46d0df67{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__a206c7cb{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__b8bf395e{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__6b55ca5b{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__5ffdbbc0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__d22de26f{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__c3ba946e{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__109df06c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__146b8840{margin-left:0%}.offset-xl-1__d6fec90c{margin-left:8.33333333%}.offset-xl-2__8ce9839c{margin-left:16.66666667%}.offset-xl-3__8533e73e{margin-left:25%}.offset-xl-4__2ff5a0d3{margin-left:33.33333333%}.offset-xl-5__28c288a9{margin-left:41.66666667%}.offset-xl-6__0efc40fa{margin-left:50%}.offset-xl-7__56c1daed{margin-left:58.33333333%}.offset-xl-8__413755eb{margin-left:66.66666667%}.offset-xl-9__587abb52{margin-left:75%}.offset-xl-10__bbf3cb76{margin-left:83.33333333%}.offset-xl-11__2098d322{margin-left:91.66666667%}.d-none-xl__f42a16ae{display:none!important}.d-block-xl__5229f399{display:block!important}}.confirm__a1a68dd0{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__a1a68dd0.isInLightBox__7ba6e1ab{max-width:800px}.confirm__a1a68dd0.isInSideOverlaySM__c8634689{max-width:520px}.confirm__a1a68dd0.isInSideOverlayMD__ae11298f{max-width:680px}.confirm__a1a68dd0.isInSideOverlayLG__78cb3a1b{max-width:800px}.confirmCloseButton__3a327f68{position:absolute;top:24px;right:24px}.confirmContent__e82a5483{margin-bottom:24px;padding-right:56px}.confirmControls__2d864109{white-space:nowrap}.confirmContentTitle__2836b0d5{margin-bottom:12px}@media(max-width:767px){.confirmCloseButton__3a327f68{top:16px;right:16px}.confirmContent__e82a5483{margin-bottom:16px}}.dateRange__4cc8874d{display:flex;align-items:center}.dateRangeButton__907d33f1{z-index:1}.separator__e77204b7{width:20px;height:20px;flex-shrink:0}.divider__85efa552{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-21-0);border:none}.marginTopSize-4__2d177427{margin-top:4px}.marginBottomSize-4__5b76812d{margin-bottom:4px}.marginTopSize-8__0761b7b6{margin-top:8px}.marginBottomSize-8__b6d7202c{margin-bottom:8px}.marginTopSize-12__c9ac49c7{margin-top:12px}.marginBottomSize-12__5c5990a2{margin-bottom:12px}.marginTopSize-16__7215017b{margin-top:16px}.marginBottomSize-16__4f1cd19e{margin-bottom:16px}.marginTopSize-20__e734ed73{margin-top:20px}.marginBottomSize-20__85149d9b{margin-bottom:20px}.marginTopSize-24__18e61e38{margin-top:24px}.marginBottomSize-24__4ee1ff9f{margin-bottom:24px}.marginTopSize-28__ba56a457{margin-top:28px}.marginBottomSize-28__30787244{margin-bottom:28px}.marginTopSize-32__b86c6db6{margin-top:32px}.marginBottomSize-32__17f92a14{margin-bottom:32px}.smallInput__448e7e98{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-1-21-0);background:var(--triplex-next-SmallInput-Background-1-21-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-21-0)}.smallInput__448e7e98::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-21-0);opacity:1}.smallInput__448e7e98::-ms-clear{display:none}.link__5bf9d842{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-21-0)}.link__5bf9d842:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-21-0)}.link__5bf9d842:active{color:var(--triplex-next-Link-Text_Color_Active-1-21-0)}.link__5bf9d842:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-21-0)}.wordWithContent__f17412e1{white-space:nowrap;display:inline-flex;align-items:center}.before__2f92e013 :first-child{margin-right:2px}.after__3b349276 :last-child{margin-left:2px}.documentNumberEdit__b7d45ead .label__0581a9c5{display:inline-block;margin-right:8px}.documentNumberEdit__b7d45ead .inputEditWrapper__0f3b5e9c{width:68px;display:inline-block}.ellipsisLineClamp__b623510c{--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__b623510c.oneLine__7f0945e5{word-break:break-all}button.helpBoxButton__fb46b695{position:relative;vertical-align:text-bottom}.islandAccordion__354a1622{margin:0;padding:0}.islandAccordion__354a1622 .island__5f4c4827{padding:0}.islandAccordion__354a1622 .item__1a1b0066{position:relative;list-style-type:none}.islandAccordion__354a1622 .item__1a1b0066.disabled__1afb1114{cursor:default;pointer-events:none}.islandAccordion__354a1622 .item__1a1b0066+.item__1a1b0066.sm__3a012c97,.islandAccordion__354a1622 .item__1a1b0066+.item__1a1b0066.md__8e3e9359{margin-top:16px}.islandAccordion__354a1622 .item__1a1b0066+.item__1a1b0066.lg__942ed643{margin-top:24px}.islandAccordion__354a1622 .item__1a1b0066 .header__16e8da52{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__354a1622 .item__1a1b0066 .header__16e8da52:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-21-0)}.islandAccordion__354a1622 .item__1a1b0066.type1__ec9d950b:not(.opened__0f6be7bb) .header__16e8da52:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-21-0)}.islandAccordion__354a1622 .item__1a1b0066.type2__e77b0e85:not(.opened__0f6be7bb) .header__16e8da52:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-21-0)}.islandAccordion__354a1622 .item__1a1b0066.type3__829bc435:not(.opened__0f6be7bb) .header__16e8da52:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-21-0)}.islandAccordion__354a1622 .item__1a1b0066 .footer__fbe09521{text-align:right}.islandAccordion__354a1622 .item__1a1b0066 .body__63b52909,.islandAccordion__354a1622 .item__1a1b0066 .footer__fbe09521{visibility:hidden}.islandAccordion__354a1622 .item__1a1b0066.opened__0f6be7bb .body__63b52909,.islandAccordion__354a1622 .item__1a1b0066.opened__0f6be7bb .footer__fbe09521{visibility:visible}.islandAccordion__354a1622 .item__1a1b0066 .caretWrapper__b63e0f8a{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__354a1622 .item__1a1b0066 .caretIcon__88f05c5c{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__354a1622 .item__1a1b0066 .title__9535d705{padding-right:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__354a1622 .item__1a1b0066.sm__3a012c97 .header__16e8da52{padding:16px;border-radius:16px}.islandAccordion__354a1622 .item__1a1b0066.sm__3a012c97 .step__69adc587+.title__9535d705{margin-top:2px}.islandAccordion__354a1622 .item__1a1b0066.sm__3a012c97 .body__63b52909,.islandAccordion__354a1622 .item__1a1b0066.sm__3a012c97 .footer__fbe09521{padding:0 16px 16px}.islandAccordion__354a1622 .item__1a1b0066.sm__3a012c97 .caretWrapper__b63e0f8a{right:12px}.islandAccordion__354a1622 .item__1a1b0066.sm__3a012c97 .remove__3ff7555f{right:-36px;top:20px}.islandAccordion__354a1622 .item__1a1b0066.sm__3a012c97 .step__69adc587{margin-right:12px}.islandAccordion__354a1622 .item__1a1b0066.md__8e3e9359 .header__16e8da52{padding:24px;border-radius:24px}.islandAccordion__354a1622 .item__1a1b0066.md__8e3e9359 .body__63b52909,.islandAccordion__354a1622 .item__1a1b0066.md__8e3e9359 .footer__fbe09521{padding:0 24px 24px}.islandAccordion__354a1622 .item__1a1b0066.md__8e3e9359 .caretWrapper__b63e0f8a{right:20px}.islandAccordion__354a1622 .item__1a1b0066.md__8e3e9359 .remove__3ff7555f{right:-40px;top:28px}.islandAccordion__354a1622 .item__1a1b0066.md__8e3e9359 .step__69adc587{margin-right:12px}.islandAccordion__354a1622 .item__1a1b0066.lg__942ed643 .header__16e8da52{padding:32px;border-radius:32px}.islandAccordion__354a1622 .item__1a1b0066.lg__942ed643 .body__63b52909,.islandAccordion__354a1622 .item__1a1b0066.lg__942ed643 .footer__fbe09521{padding:0 32px 32px}.islandAccordion__354a1622 .item__1a1b0066.lg__942ed643 .caretWrapper__b63e0f8a{right:28px}.islandAccordion__354a1622 .item__1a1b0066.lg__942ed643 .remove__3ff7555f{right:-40px;top:36px}.islandAccordion__354a1622 .item__1a1b0066.lg__942ed643 .step__69adc587{margin:0 16px 0 0}.islandAccordion__354a1622 .item__1a1b0066.opened__0f6be7bb:not(.disabled__1afb1114) .caretWrapper__b63e0f8a .caretIcon__88f05c5c{transform:rotate(-180deg)}.islandAccordion__354a1622 .item__1a1b0066 .remove__3ff7555f{position:absolute}@media(max-width:767px){.islandAccordion__354a1622 .item__1a1b0066 .footer__fbe09521{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__354a1622 .item__1a1b0066 .footer__fbe09521>*{margin-left:0!important}.islandAccordion__354a1622 .item__1a1b0066.md__8e3e9359 .header__16e8da52{border-radius:16px}.islandAccordion__354a1622 .item__1a1b0066.lg__942ed643 .header__16e8da52{border-radius:24px}}.step__1685a5e8{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__1685a5e8.default__91f0810a{background-color:var(--triplex-next-Step-Background_Default-1-21-0)}.step__1685a5e8.default__91f0810a>span{color:var(--triplex-next-Step-Color_Default-1-21-0)}.step__1685a5e8.done__87adf2ce{background-color:var(--triplex-next-Step-Background_Done-1-21-0)}.step__1685a5e8.done__87adf2ce>span{color:var(--triplex-next-Step-Color_Done-1-21-0)}.step__1685a5e8.warning__2ef3fc69{background-color:var(--triplex-next-Step-Background_Warning-1-21-0)}.step__1685a5e8.warning__2ef3fc69>span{color:var(--triplex-next-Step-Color_Warning-1-21-0)}.step__1685a5e8.active__3af3d50d{background-color:var(--triplex-next-Step-Background_Active-1-21-0)}.step__1685a5e8.active__3af3d50d>span{color:var(--triplex-next-Step-Color_Active-1-21-0)}.step__1685a5e8.error__676a518d{background-color:var(--triplex-next-Step-Background_Error-1-21-0)}.step__1685a5e8.error__676a518d>span{color:var(--triplex-next-Step-Color_Error-1-21-0)}.step__1685a5e8.disabled__56431661{background-color:var(--triplex-next-Step-Background_Disabled-1-21-0)}.step__1685a5e8.disabled__56431661>span{color:var(--triplex-next-Step-Color_Disabled-1-21-0)}.lightBox__e628fa67{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__e628fa67 .lightBoxBackdrop__25bc232a{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-21-0)}.lightBox__e628fa67.lightBoxSideOverlayActive__153b5fcc,.lightBox__e628fa67.lightBoxTopOverlayActive__eb53d410{overflow-y:hidden}.lightBox__e628fa67 .lightBoxContent__66b47062{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-21-0)}.lightBox__e628fa67 .lightBoxContent__66b47062>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBox__e628fa67 .lightBoxContent__66b47062>.global-page{padding:16px}}.lightBox__e628fa67 .loadingContentOverlay__1d9bfbd2{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__e628fa67 .lightBoxContentResizeWrapper__ffc6c4f1{position:absolute;left:0;right:0;height:0}.lightBox__e628fa67 .tempElSafariBug__edf00e39{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__9faadf32,.global-LB-less-or-equal-media-point-0 .lightBox__e628fa67.lightBoxSideOverlayActive__153b5fcc{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__66b47062{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__66b47062{padding-left:80px;padding-right:80px}.lightBoxControls__de75414a{z-index:100}.withKeyboardEvent__c81b875f{display:inline-block}.withoutKeyboardEvent__5eb70855,.lightBox__e628fa67.lightBoxSideOverlayActive__153b5fcc .withKeyboardEvent__c81b875f,.lightBox__e628fa67.lightBoxTopOverlayActive__eb53d410 .withKeyboardEvent__c81b875f,.lightBox__e628fa67.isLoading__7f8eda82 .withKeyboardEvent__c81b875f{display:none}.lightBox__e628fa67.lightBoxSideOverlayActive__153b5fcc .withoutKeyboardEvent__5eb70855,.lightBox__e628fa67.lightBoxTopOverlayActive__eb53d410 .withoutKeyboardEvent__5eb70855,.lightBox__e628fa67.isLoading__7f8eda82 .withoutKeyboardEvent__5eb70855{display:inline-block}.lightBox__e628fa67.isLoading__7f8eda82 .lightBoxPrev__0aad6e61,.lightBox__e628fa67.isLoading__7f8eda82 .lightBoxNext__fa537b6f{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__de75414a{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__df0bea2b{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__1aa84bae{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__b5af2f2b{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__0aad6e61,.global-LB-less-or-equal-media-point-0 .lightBoxNext__fa537b6f{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__0aad6e61{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__84ccdd30,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__c9f70457{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__de75414a{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__df0bea2b{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__1aa84bae{display:none}.global-LB-more-media-point-0 .lightBoxClose__b5af2f2b{position:fixed;left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px);top:calc(40px + var(--lightBox-screen-top))}.global-LB-more-media-point-0 .lightBoxPrev__0aad6e61,.global-LB-more-media-point-0 .lightBoxNext__fa537b6f{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__0aad6e61{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__fa537b6f{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__01024eb3{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__01024eb3.fixed__f1f98b1d{position:fixed}.overlay__01024eb3.closing__2db4eb99,.overlay__01024eb3.opened__4d4c5ebd{visibility:visible;left:0;right:0}.overlayPanel__5217d619{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-21-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__5217d619.bottom__d4db609c{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__5217d619.left__2a56ff3c{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__5217d619.right__05b8c6d5{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__5217d619.top__f9ba4aa0{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__5217d619.left__2a56ff3c.opened__4d4c5ebd,.overlayPanel__5217d619.right__05b8c6d5.opened__4d4c5ebd{transform:translate(0)}.overlayPanel__5217d619.top__f9ba4aa0.opened__4d4c5ebd,.overlayPanel__5217d619.bottom__d4db609c.opened__4d4c5ebd{transform:translateY(0)}.overlayContent__b277bc6a{display:flex;min-height:100%}.overlayMask__d114f07d{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-21-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__d114f07d.overlayOpened__9c7ccdea{opacity:1}.lightBoxSideOverlayLoaderWrapper__98e3e54d{left:0;top:0;right:0;height:100vh;position:absolute;z-index:201;border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden}.lightBoxSideOverlayCloseDesktopContainer__45bc576d{position:absolute;top:24px;right:24px;bottom:0;pointer-events:none}.lightBoxSideOverlayCloseDesktop__50ba31c2{position:sticky;top:24px;pointer-events:auto}.lightBoxSideOverlayCloseMobile__e843e7d6{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__45bc576d{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__e843e7d6{display:block}@media(max-width:767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__e843e7d6{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__45bc576d{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__e843e7d6{display:none}.lightBoxSideOverlayMask__057d5da8{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-21-0)}.lightBoxSideOverlayWrapper__35708611{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__35708611.overflowXHidden__f7e22593{overflow-x:hidden}.lightBoxSideOverlayWrapper__35708611.overflowYHidden__4c7626a8{overflow-y:hidden}.lightBoxSideOverlayWrapper__35708611.closing__60ca6ece,.lightBoxSideOverlayWrapper__35708611.opened__57004a87{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__35708611.closing__60ca6ece{pointer-events:none}.lightBoxSideOverlayWrapper__35708611 .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBoxSideOverlayWrapper__35708611 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__35708611 .lightBoxSideOverlayContent__6cfbce4d{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-21-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__35708611 .lightBoxSideOverlayContent__6cfbce4d.opened__57004a87{transform:none}.lightBoxSideOverlayWrapper__35708611 .lightBoxSideOverlayContent__6cfbce4d.opening__f4d04c12{transform:translateY(0)}.lightBoxSideOverlayWrapper__35708611.sm__a392be6a .global-page{width:584px;max-width:100%}.lightBoxSideOverlayWrapper__35708611.md__da48ae44 .global-page{width:744px;max-width:100%}.lightBoxSideOverlayWrapper__35708611.lg__919ac8b6 .global-page{width:864px;max-width:100%}.lightBoxSideOverlayWrapper__35708611 .lightBoxSideOverlayBase__e464d2a7{overflow:visible;bottom:auto;height:100%}@media(max-width:767px){.lightBoxSideOverlayWrapper__35708611 .lightBoxSideOverlayContent__6cfbce4d{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__35708611 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__35708611 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__bf4d6c06{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__bf4d6c06.closing__60ca6ece,.lightBoxSideOverlay__bf4d6c06.opening__f4d04c12{overflow-x:hidden}.topOverlayMask__09ba16ed{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-21-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__6245998e{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__6245998e.closing__aa974d68,.topOverlayWrapper__6245998e.opened__b7630805{bottom:0}.topOverlayWrapper__6245998e .topOverlayPanel__89223c7a{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__0fdbd0bf{z-index:500}@media(max-width:767px){.topOverlayPanel__89223c7a{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__a862c056{--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__a862c056.fixed__65d04821{position:fixed}@container left-sidebar-wrapper (max-width: 100px){.lightBoxLeftSidebarInner__ef0c74b8{display:none}}.lightBoxRightSidebar__02c9e733{--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__02c9e733.fixed__65d04821{position:fixed}@container right-sidebar-wrapper (max-width: 100px){.lightBoxRightSidebarInner__e6134078{display:none}}html.scroll-0__99d97d5d{--triplex-next-scroll-width: 0px}html.scroll-15__f797ac3f{--triplex-next-scroll-width: 15px}html.scroll-16__6f716b0e{--triplex-next-scroll-width: 16px}html.scroll-17__7db4a5f3{--triplex-next-scroll-width: 17px}.listMasterChipGroup__9a459d1e{padding:0 16px}.listMasterFooter__2d43594e{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-21-0);color:var(--triplex-next-ListMaster-Footer_Color-1-21-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__2d43594e.sticky__568e2998{position:sticky;bottom:0}.listMasterFooterDescription__57d64c91{padding-right:16px}.listMasterFooterControls__95b710d9{white-space:nowrap}.listMasterHeader__dc8c1928{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-21-0);color:var(--triplex-next-ListMaster-Header_Color-1-21-0)}.listMasterHeader__dc8c1928.sticky__568e2998{position:sticky;top:0;z-index:1}.selectionControls__c1fb7815{display:flex;justify-content:space-between;align-items:center}.marker__302c0e4e.success__8db55e4d{background:var(--triplex-next-Marker-Background_Success-1-21-0)}.marker__302c0e4e.error__6aa93bdf{background:var(--triplex-next-Marker-Background_Error-1-21-0)}.marker__302c0e4e.warning__b22844ea{background:var(--triplex-next-Marker-Background_Warning-1-21-0)}.marker__302c0e4e.waiting__7257a85a{background:var(--triplex-next-Marker-Background_Waiting-1-21-0)}.markerStatus__221351da{line-height:0;display:flex;align-items:start}.markerStatus__221351da .contentContainer__dc9cad0a{display:flex;flex-direction:column}.markerStatus__221351da.md__7214a6cd{gap:4px}.markerStatus__221351da.md__7214a6cd .markerContainer__68889945{margin-top:4px}.markerStatus__221351da.lg__323ac368{gap:6px}.markerStatus__221351da.lg__323ac368 .contentContainer__dc9cad0a{gap:4px}.markerStatus__221351da.lg__323ac368 .markerContainer__68889945{margin-top:5px}.orderedListItem__49b6a1ee{counter-increment:list-item-tx}.orderedListItem__49b6a1ee:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__49b6a1ee+.orderedListItem__49b6a1ee{margin-top:8px}.orderedList__5dbe4f90{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.paginationExtended__a2a1219d{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__8590f657 .directionIconNext__f51d3f4f{transform:rotate(180deg)}.paginationPageEllipsis__9c836b9b{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;cursor:default}.paginationPageButton__bb0c66cd{background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__bb0c66cd:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-21-0);outline:none}.paginationPageButton__bb0c66cd:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-21-0)}.paginationPageButton__bb0c66cd:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-21-0);cursor:grabbing}.paginationPageButton__bb0c66cd.currentPage__911eaa7d{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-21-0);cursor:default}.paginationNavigationExtended__98e0a600{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__7221548e{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__7221548e .paginationSelectControl__39b13425{margin-left:8px;min-width:72px}.row__9020fe32{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__9020fe32.noPaddingBottom__b2d936f4,.row__9020fe32:last-child{padding-bottom:0}.segmentedControlSegment__1817d86f{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-21-0);outline:none;cursor:pointer}.segmentedControlSegment__1817d86f:disabled{cursor:default}.sm__494d6c86 .segmentedControlSegment__1817d86f{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__609e41d6 .segmentedControlSegment__1817d86f{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__88a8cfd4 .segmentedControlSegment__1817d86f{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__1fbf3a30 .segmentedControlSegment__1817d86f{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-21-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-21-0)}.general1__1fbf3a30 .segmentedControlSegment__1817d86f:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-21-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-21-0)}.general1__1fbf3a30 .segmentedControlSegment__1817d86f:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-21-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-21-0)}.general1__1fbf3a30 .segmentedControlSegment__1817d86f.selected__5f152983{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-21-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-21-0)}.general1__1fbf3a30 .segmentedControlSegment__1817d86f.selected__5f152983:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-21-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-21-0)}.general1__1fbf3a30 .segmentedControlSegment__1817d86f.selected__5f152983:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-21-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-21-0)}.general2__0e731c53 .segmentedControlSegment__1817d86f{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-21-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-21-0)}.general2__0e731c53 .segmentedControlSegment__1817d86f:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-21-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-21-0)}.general2__0e731c53 .segmentedControlSegment__1817d86f:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-21-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-21-0)}.general2__0e731c53 .segmentedControlSegment__1817d86f.selected__5f152983{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-21-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-21-0)}.general2__0e731c53 .segmentedControlSegment__1817d86f.selected__5f152983:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-21-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-21-0)}.general2__0e731c53 .segmentedControlSegment__1817d86f.selected__5f152983:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-21-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-21-0)}.secondary1__ae7cc46c .segmentedControlSegment__1817d86f{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-21-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-21-0)}.secondary1__ae7cc46c .segmentedControlSegment__1817d86f:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-21-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-21-0)}.secondary1__ae7cc46c .segmentedControlSegment__1817d86f:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-21-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-21-0)}.secondary1__ae7cc46c .segmentedControlSegment__1817d86f.selected__5f152983{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-21-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-21-0)}.secondary1__ae7cc46c .segmentedControlSegment__1817d86f.selected__5f152983:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-21-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-21-0)}.secondary2__f62736c9 .segmentedControlSegment__1817d86f{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-21-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-21-0)}.secondary2__f62736c9 .segmentedControlSegment__1817d86f:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-21-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-21-0)}.secondary2__f62736c9 .segmentedControlSegment__1817d86f:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-21-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-21-0)}.secondary2__f62736c9 .segmentedControlSegment__1817d86f.selected__5f152983{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-21-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-21-0)}.secondary2__f62736c9 .segmentedControlSegment__1817d86f.selected__5f152983:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-21-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-21-0)}.segmentedControlSegment__1817d86f:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-21-0)}.content__86b48668{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__25a6e5e6{display:flex;gap:4px}.segmentedControl__25a6e5e6.general1__1fbf3a30{background:var(--triplex-next-SegmentedControl-General_1_Background-1-21-0)}.segmentedControl__25a6e5e6.secondary1__ae7cc46c{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-21-0)}.segmentedControl__25a6e5e6.general2__0e731c53{background:var(--triplex-next-SegmentedControl-General_2_Background-1-21-0)}.segmentedControl__25a6e5e6.secondary2__f62736c9{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-21-0)}.segmentedControl__25a6e5e6.sm__494d6c86{border-radius:6px;padding:4px}.segmentedControl__25a6e5e6.md__609e41d6{border-radius:8px;padding:4px}.segmentedControl__25a6e5e6.lg__88a8cfd4{border-radius:10px;padding:8px}.skeleton__c63fdca3{border-radius:16px;flex-grow:1}.skeleton__c63fdca3.light__70f4b92a{animation:skeleton-light-pulse__073cbb36 2s ease-in-out infinite}.skeleton__c63fdca3.dark__e644e64f{animation:skeleton-dark-pulse__b286423a 2s ease-in-out infinite}@keyframes skeleton-light-pulse__073cbb36{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-21-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-21-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-21-0)}}@keyframes skeleton-dark-pulse__b286423a{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-21-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-21-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-21-0)}}.sliderExtendedDot__0ce6ebc8{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-21-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__0ce6ebc8:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-21-0)}.sliderExtendedDot__0ce6ebc8.focusedByClick__2bba625e:focus{box-shadow:none}.sliderExtendedDot__0ce6ebc8:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-21-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__0ce6ebc8:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-21-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__0ce6ebc8.disabled__b201df56{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-21-0)}.sliderExtendedDot__0ce6ebc8.disabled__b201df56:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-21-0)}.sliderExtendedDot__0ce6ebc8.disabled__b201df56:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-21-0)}.sliderExtendedDot__0ce6ebc8:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-21-0)}.sliderExtendedDot__0ce6ebc8:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-21-0)}.sliderExtendedDot__0ce6ebc8.dragByMouse__4549d0a4{background:var(--triplex-next-Slider-Dot_Background_Select-1-21-0)}.sliderExtendedDot__0ce6ebc8.dragByMouse__4549d0a4:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-21-0)}.sliderExtendedDot__0ce6ebc8:hover .sliderExtendedTooltipOverlay__10206eb7,.sliderExtendedDot__0ce6ebc8:focus .sliderExtendedTooltipOverlay__10206eb7{visibility:visible}.sliderExtendedDot__0ce6ebc8.lg__321f2b61{width:28px;height:28px}.sliderExtendedDot__0ce6ebc8.lg__321f2b61:after{width:10px;height:10px}.sliderExtendedDot__0ce6ebc8.lg__321f2b61:before{width:14px;height:14px}.sliderExtendedMarks__ed79d6a4{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__34f06d0c{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__34f06d0c .sliderExtendedMarkDot__807f893f{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-21-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__34f06d0c .sliderExtendedMarkDot__807f893f.inSelectedRange__c27673bc{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-21-0)}.sliderExtendedMark__34f06d0c.lg__321f2b61{top:20px}.sliderExtendedMark__34f06d0c.lg__321f2b61 .sliderExtendedMarkDot__807f893f{top:-20px}.sliderExtendedMark__34f06d0c .sliderExtendedMarkText__51b4b27b{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__34f06d0c.disabled__b201df56{pointer-events:none}.sliderExtendedMark__34f06d0c.disabled__b201df56 .sliderExtendedMarkText__51b4b27b{pointer-events:none;opacity:.35}.sliderExtendedMark__34f06d0c.disabled__b201df56 .sliderExtendedMarkDot__807f893f{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-21-0)}.sliderExtendedMark__34f06d0c:first-child,.sliderExtendedMark__34f06d0c:last-child{transform:none}.sliderExtendedMark__34f06d0c:first-child.reverse__899a523d .sliderExtendedMarkDot__807f893f{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__34f06d0c:first-child.reverse__899a523d .sliderExtendedMarkText__51b4b27b{margin-right:-4px}.sliderExtendedMark__34f06d0c:first-child:not(.reverse__899a523d) .sliderExtendedMarkDot__807f893f{left:0;transform:translate(-50%)}.sliderExtendedMark__34f06d0c:first-child .sliderExtendedMarkText__51b4b27b{margin-left:-4px}.sliderExtendedMark__34f06d0c:last-child.reverse__899a523d .sliderExtendedMarkDot__807f893f{left:0;transform:translate(-50%)}.sliderExtendedMark__34f06d0c:last-child.reverse__899a523d .sliderExtendedMarkText__51b4b27b{margin-left:-4px}.sliderExtendedMark__34f06d0c:last-child:not(.reverse__899a523d) .sliderExtendedMarkDot__807f893f{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__34f06d0c:last-child .sliderExtendedMarkText__51b4b27b{margin-right:-4px}.sliderExtendedMark__34f06d0c.active__a22bb235{pointer-events:none}.sliderExtendedRail__23ba3b3b{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-21-0);cursor:pointer}.sliderExtended__b89307a3{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__b89307a3.disabled__b201df56 .sliderExtendedRail__23ba3b3b{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-21-0)}.sliderExtended__b89307a3.lg__321f2b61{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__845f28e5{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-21-0);z-index:10}.sliderExtendedTrack__845f28e5.lg__321f2b61{top:12px}.sliderExtendedTrack__845f28e5:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-21-0)}.sliderExtendedTrack__845f28e5.focusedByClick__2bba625e:focus{box-shadow:none}.sliderExtendedTrack__845f28e5.hoverOrDragByMouse__ecf5aa1b{background:var(--triplex-next-Slider-Track_Background_Hover-1-21-0)}.sliderExtendedTrack__845f28e5.staticSlider__4ecb3b44{cursor:default;pointer-events:none}.sliderExtendedTrack__845f28e5.disabled__b201df56{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-21-0)}.sliderExtendedTooltipOverlay__10206eb7{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__10206eb7.lg__321f2b61{bottom:32px}.sliderExtendedTooltipOverlay__10206eb7 .tooltipBody__46d77517{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-21-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-21-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__10206eb7 .tooltipTip__58485711{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-21-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.sliderExtendedTooltipOverlay__10206eb7 .tooltipTip__58485711{margin:-.5px}}.smsField__4c607570{display:inline-block;position:relative;width:100%}.smsField__4c607570 .input__97c9d3ea{text-align:center}.smsField__4c607570 .input__97c9d3ea::placeholder{opacity:1}.smsField__4c607570 .input__97c9d3ea:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-21-0)}.smsField__4c607570 .input__97c9d3ea.lg__192b036f{padding:18px 40px}.smsField__4c607570 .input__97c9d3ea.md__fa12265a{padding-left:26px;padding-right:26px}.smsField__4c607570 .input__97c9d3ea.sm__c1d35ae3{padding-left:20px;padding-right:20px}.smsField__4c607570 .btnRefresh__07654de1{position:absolute;outline:none;z-index:1}.smsField__4c607570 .btnRefresh__07654de1.lg__192b036f{top:12px;left:12px;height:32px;width:32px}.smsField__4c607570 .btnRefresh__07654de1.md__fa12265a{top:10px;left:10px}.smsField__4c607570 .btnRefresh__07654de1.sm__c1d35ae3{top:4px;left:4px}.smsField__4c607570 .btnRefresh__07654de1 .full__66828fb8{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-21-0)}.smsField__4c607570 .btnRefresh__07654de1 .empty__800bb600{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-21-0)}.smsField__4c607570 .btnRefresh__07654de1:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-21-0)}.smsField__4c607570 .btnSubmit__c8476872{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-21-0)}.smsField__4c607570 .btnSubmit__c8476872.active__f7a11712:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-21-0)}.smsField__4c607570 .btnSubmit__c8476872.active__f7a11712:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-21-0)}.smsField__4c607570 .btnSubmit__c8476872.lg__192b036f{top:15px;right:15px;height:26px;width:26px}.smsField__4c607570 .btnSubmit__c8476872.md__fa12265a{top:10px;right:10px}.smsField__4c607570 .btnSubmit__c8476872.sm__c1d35ae3{top:4px;right:4px}.spoiler__abe00d3f{display:flex;flex-direction:column}.spoiler__abe00d3f.opened__554a8d1e .caretIcon__5e9b84b0{transform:rotate(-180deg)}.spoiler__abe00d3f .head__c30b7dba .caretIcon__5e9b84b0{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__abe00d3f .head__c30b7dba button>span{white-space:normal;text-align:left}.spoiler__abe00d3f .content__f0e8a071.hidden__5f12617f{display:none}.spoiler__abe00d3f .lg__01dddcc4 .content__f0e8a071{margin-top:8px}.spoiler__abe00d3f .md__1dd9275d .content__f0e8a071{margin-top:0}.spoiler__abe00d3f .sm__9abf358e .content__f0e8a071{margin-top:-4px}.statusTrackerWrapper__a6bf506e{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-21-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-21-0);overflow:hidden;height:100%}.statusTrackerWrapper__a6bf506e .statusTracker__62dd0427{width:100%;padding:16px 24px;box-sizing:border-box;z-index:1;text-align:center}.statusTrackerWrapper__a6bf506e .statusTracker__62dd0427.verticalAlignMiddle__387301fc{align-self:center}.statusTrackerWrapper__a6bf506e .statusTracker__62dd0427.verticalAlignBottom__717fd6af{align-self:end}.statusTrackerWrapper__a6bf506e .statusTracker__62dd0427 .statusTrackerChild__6667b7f0{padding:8px 0}.statusTrackerWrapper__a6bf506e .statusTracker__62dd0427 .statusTrackerChild__6667b7f0:empty{padding:0}.statusTrackerWrapper__a6bf506e .statusTracker__62dd0427 .statusTrackerSum__e453ea8d,.statusTrackerWrapper__a6bf506e .statusTracker__62dd0427 .statusTrackerTitle__3e8d6d5e{padding-bottom:4px}.statusTrackerWrapper__a6bf506e .statusTracker__62dd0427 .statusTrackerDescription__b6bec80c{display:block;padding-top:8px}.statusTrackerWrapper__a6bf506e .statusTracker__62dd0427 .statusTrackerAlert__17a98082{margin-top:12px;text-align:left}.statusTrackerWrapper__a6bf506e .statusTracker__62dd0427 .statusTrackerStatus__ac39ca36{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__a6bf506e .statusTracker__62dd0427 .statusTrackerFooterWrapper__721f1b02{display:grid}.statusTrackerWrapper__a6bf506e .statusTracker__62dd0427 .statusTrackerFooterWrapper__721f1b02 .statusTrackerDescription__b6bec80c:last-child{padding-top:0}.statusTrackerWrapper__a6bf506e .statusTracker__62dd0427 .statusTrackerFooterWrapper__721f1b02 .statusTrackerButton__cb147da8{margin-bottom:12px}.statusTrackerWrapper__a6bf506e .statusTracker__62dd0427 .statusTrackerFooterWrapper__721f1b02 .statusTrackerButton__cb147da8:last-child{margin-bottom:0}.statusTrackerWrapper__a6bf506e .statusTrackerColor__acf4df9c{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__a6bf506e .statusTrackerColor__acf4df9c.waiting__9697cd99{background:var(--triplex-next-StatusTracker-Waiting_Color-1-21-0)}.statusTrackerWrapper__a6bf506e .statusTrackerColor__acf4df9c.warning__c74e65c0{background:var(--triplex-next-StatusTracker-Warning_Background-1-21-0)}.statusTrackerWrapper__a6bf506e .statusTrackerColor__acf4df9c.rejected__a4321a25{background:var(--triplex-next-StatusTracker-Rejected_Color-1-21-0)}.statusTrackerWrapper__a6bf506e .statusTrackerColor__acf4df9c.approved__a49af5ea{background:var(--triplex-next-StatusTracker-Approved_Color-1-21-0)}.statusTrackerWrapper__a6bf506e .statusTrackerBackground__1ba0463d{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__a6bf506e .statusTrackerBackground__1ba0463d.waiting__9697cd99{background:var(--triplex-next-StatusTracker-Waiting_Background-1-21-0)}.statusTrackerWrapper__a6bf506e .statusTrackerBackground__1ba0463d.warning__c74e65c0{background:var(--triplex-next-StatusTracker-Warning_Background-1-21-0)}.statusTrackerWrapper__a6bf506e .statusTrackerBackground__1ba0463d.rejected__a4321a25{background:var(--triplex-next-StatusTracker-Rejected_Background-1-21-0)}.statusTrackerWrapper__a6bf506e .statusTrackerBackground__1ba0463d.approved__a49af5ea{background:var(--triplex-next-StatusTracker-Approved_Background-1-21-0)}@media(max-width:767px){.statusTrackerWrapper__a6bf506e{border-radius:16px}}.stepperWrapper__0e33f4aa{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-1-21-0)}.stepperStep__04233dad{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__04233dad+.stepperStep__04233dad{margin-left:12px}.stepperStep__04233dad.sm__b0800097:not(:last-child) .content__572356bc{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__04233dad.sm__b0800097:last-child .content__572356bc{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__04233dad.sm__b0800097:last-child .arrow__d7fb08eb{display:none}.stepperStep__04233dad.md__65a84f19:not(:last-child) .content__572356bc{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__04233dad.md__65a84f19:last-child .content__572356bc{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__04233dad.md__65a84f19:last-child .arrow__d7fb08eb{display:none}.stepperStep__04233dad.lg__0ac845d6:not(:last-child) .content__572356bc{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__04233dad.lg__0ac845d6:last-child .content__572356bc{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__04233dad.lg__0ac845d6:last-child .arrow__d7fb08eb{display:none}.stepperStep__04233dad:hover:not(.active__18910b25):not(.disabled__5023d8cf) .content__572356bc{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-21-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-21-0)}.stepperStep__04233dad:hover:not(.active__18910b25):not(.disabled__5023d8cf) .arrow__d7fb08eb path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-21-0)}.stepperStep__04233dad:hover:not(.active__18910b25):not(.disabled__5023d8cf) .arrow__d7fb08eb path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-21-0)}.stepperStep__04233dad.active__18910b25{cursor:default}.stepperStep__04233dad.active__18910b25 .content__572356bc{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-21-0)}.stepperStep__04233dad.active__18910b25 .arrow__d7fb08eb path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-21-0)}.stepperStep__04233dad.active__18910b25.error__2c646f94 .content__572356bc{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-21-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-21-0)}.stepperStep__04233dad.active__18910b25.error__2c646f94 .arrow__d7fb08eb path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-21-0)}.stepperStep__04233dad.active__18910b25.error__2c646f94 .arrow__d7fb08eb path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-21-0)}.stepperStep__04233dad.active__18910b25.warning__e7909344 .content__572356bc{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-21-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-21-0)}.stepperStep__04233dad.active__18910b25.warning__e7909344 .arrow__d7fb08eb path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-21-0)}.stepperStep__04233dad.active__18910b25.warning__e7909344 .arrow__d7fb08eb path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-21-0)}.stepperStep__04233dad.completed__b9b1126e.error__2c646f94 .content__572356bc{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-21-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-21-0)}.stepperStep__04233dad.completed__b9b1126e.error__2c646f94 .arrow__d7fb08eb path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-21-0)}.stepperStep__04233dad.completed__b9b1126e.error__2c646f94 .arrow__d7fb08eb path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-21-0)}.stepperStep__04233dad.completed__b9b1126e.error__2c646f94:hover .content__572356bc{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-21-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-21-0)}.stepperStep__04233dad.completed__b9b1126e.error__2c646f94:hover .arrow__d7fb08eb path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-21-0)}.stepperStep__04233dad.completed__b9b1126e.error__2c646f94:hover .arrow__d7fb08eb path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-21-0)}.stepperStep__04233dad.completed__b9b1126e.warning__e7909344 .content__572356bc{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-21-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-21-0)}.stepperStep__04233dad.completed__b9b1126e.warning__e7909344 .arrow__d7fb08eb path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-21-0)}.stepperStep__04233dad.completed__b9b1126e.warning__e7909344 .arrow__d7fb08eb path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-21-0)}.stepperStep__04233dad.completed__b9b1126e.warning__e7909344:hover .content__572356bc{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-21-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-21-0)}.stepperStep__04233dad.completed__b9b1126e.warning__e7909344:hover .arrow__d7fb08eb path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-21-0)}.stepperStep__04233dad.completed__b9b1126e.warning__e7909344:hover .arrow__d7fb08eb path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-21-0)}.stepperStep__04233dad.inactive__17d8b8fd :not(.error__2c646f94):not(.warning__e7909344) .content__572356bc{color:var(--triplex-next-Stepper-Step_Color_Default-1-21-0)}.stepperStep__04233dad.inactive__17d8b8fd :not(.error__2c646f94):not(.warning__e7909344):hover .content__572356bc{color:var(--triplex-next-Stepper-Step_Color_Hover-1-21-0)}.stepperStep__04233dad.inactive__17d8b8fd.error__2c646f94 .content__572356bc{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-21-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-21-0)}.stepperStep__04233dad.inactive__17d8b8fd.error__2c646f94 .arrow__d7fb08eb path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-21-0)}.stepperStep__04233dad.inactive__17d8b8fd.error__2c646f94 .arrow__d7fb08eb path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-21-0)}.stepperStep__04233dad.inactive__17d8b8fd.error__2c646f94:hover .content__572356bc{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-21-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-21-0)}.stepperStep__04233dad.inactive__17d8b8fd.error__2c646f94:hover .arrow__d7fb08eb path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-21-0)}.stepperStep__04233dad.inactive__17d8b8fd.error__2c646f94:hover .arrow__d7fb08eb path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-21-0)}.stepperStep__04233dad.inactive__17d8b8fd.warning__e7909344 .content__572356bc{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-21-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-21-0)}.stepperStep__04233dad.inactive__17d8b8fd.warning__e7909344 .arrow__d7fb08eb path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-21-0)}.stepperStep__04233dad.inactive__17d8b8fd.warning__e7909344 .arrow__d7fb08eb path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-21-0)}.stepperStep__04233dad.inactive__17d8b8fd.warning__e7909344:hover .content__572356bc{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-21-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-21-0)}.stepperStep__04233dad.inactive__17d8b8fd.warning__e7909344:hover .arrow__d7fb08eb path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-21-0)}.stepperStep__04233dad.inactive__17d8b8fd.warning__e7909344:hover .arrow__d7fb08eb path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-21-0)}.stepperStep__04233dad.disabled__5023d8cf{pointer-events:none}.stepperStep__04233dad.disabled__5023d8cf .content__572356bc{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-21-0)}.stepperStep__04233dad.disabled__5023d8cf .content__572356bc{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-21-0)}.stepperStep__04233dad.disabled__5023d8cf .arrow__d7fb08eb path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-21-0)}.stepperStep__04233dad.focusVisible__7f6c0714.completed__b9b1126e .content__572356bc,.stepperStep__04233dad.focusVisible__7f6c0714.active__18910b25 .content__572356bc,.stepperStep__04233dad.focusVisible__7f6c0714.inactive__17d8b8fd .content__572356bc{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-21-0)}.stepperStep__04233dad.focusVisible__7f6c0714.completed__b9b1126e .arrow__d7fb08eb path:last-child,.stepperStep__04233dad.focusVisible__7f6c0714.active__18910b25 .arrow__d7fb08eb path:last-child,.stepperStep__04233dad.focusVisible__7f6c0714.inactive__17d8b8fd .arrow__d7fb08eb path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-21-0)}.stepperStep__04233dad.focusVisible__7f6c0714.completed__b9b1126e:hover .content__572356bc,.stepperStep__04233dad.focusVisible__7f6c0714.active__18910b25:hover .content__572356bc,.stepperStep__04233dad.focusVisible__7f6c0714.inactive__17d8b8fd:hover .content__572356bc{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-21-0)}.stepperStep__04233dad.focusVisible__7f6c0714.completed__b9b1126e:hover .arrow__d7fb08eb path:last-child,.stepperStep__04233dad.focusVisible__7f6c0714.active__18910b25:hover .arrow__d7fb08eb path:last-child,.stepperStep__04233dad.focusVisible__7f6c0714.inactive__17d8b8fd:hover .arrow__d7fb08eb path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-21-0)}.content__572356bc{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-21-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-21-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-21-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__b0800097{font-size:12px;line-height:16px}.md__65a84f19{font-size:14px;line-height:20px}.lg__0ac845d6{font-size:16px;line-height:20px}.arrow__d7fb08eb{transform:translate(0)}.arrow__d7fb08eb path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-21-0)}.arrow__d7fb08eb path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-21-0)}.icon__d1c094aa{display:inline-flex;align-items:center;line-height:0}.nonempty__2ce4b090 .icon__d1c094aa{margin-right:6px}.stepperExtended__c2041639{display:flex;padding:0;margin:0;list-style:none}.stepper__faf5e27c.sm__b0800097{padding-left:28px;padding-right:28px}.stepper__faf5e27c.md__65a84f19{padding-left:40px;padding-right:40px}.stepper__faf5e27c.lg__0ac845d6{padding-left:56px;padding-right:56px}.stepperCarousel__6e53c7af{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__6e53c7af .buttonPrev__c75c5d9e,.stepperCarousel__6e53c7af .buttonNext__f4839fd5{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__6e53c7af .buttonPrev__c75c5d9e.sm__b0800097,.stepperCarousel__6e53c7af .buttonNext__f4839fd5.sm__b0800097{height:28px;width:28px}.stepperCarousel__6e53c7af .buttonPrev__c75c5d9e.md__65a84f19,.stepperCarousel__6e53c7af .buttonNext__f4839fd5.md__65a84f19{height:40px;width:40px}.stepperCarousel__6e53c7af .buttonPrev__c75c5d9e.lg__0ac845d6,.stepperCarousel__6e53c7af .buttonNext__f4839fd5.lg__0ac845d6{height:56px;width:56px}.stepperCarousel__6e53c7af .buttonPrev__c75c5d9e{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-1-21-0)}.stepperCarousel__6e53c7af .buttonNext__f4839fd5{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-1-21-0)}@media(max-width:767px){.stepper__faf5e27c{padding-left:16px;padding-right:16px}.buttonPrev__c75c5d9e,.buttonNext__f4839fd5{display:none}}.suggestFieldMobileBody__545e3bb6{height:176px}.suggestFieldMobileDropdownHint__6cb8d386{padding:16px}.noColumns__61a1c36e{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__61a1c36e>.content__2580e6cf{width:456px;text-align:center}.filterPanel__dea694ee{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__e28ae237{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__e28ae237>a:not(:first-child){margin-left:16px}.tabsLinePanel__7452817a{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__521055d6{0%{opacity:0}to{opacity:1}}.tableBasic__fe409e13{position:relative}.tableBasic__fe409e13 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__fe409e13 table th.alignLeft__6fd47d72,.tableBasic__fe409e13 table td.alignLeft__6fd47d72{text-align:left}.tableBasic__fe409e13 table th.alignRight__6545d566,.tableBasic__fe409e13 table td.alignRight__6545d566{text-align:right}.tableBasic__fe409e13 table th.alignCenter__bbb5bcd0,.tableBasic__fe409e13 table td.alignCenter__bbb5bcd0{text-align:center}.tableBasic__fe409e13 table th.verticalAlignBaseline__2db3a9a0,.tableBasic__fe409e13 table td.verticalAlignBaseline__2db3a9a0{vertical-align:baseline}.tableBasic__fe409e13 table th.verticalAlignSub__a5c2114d,.tableBasic__fe409e13 table td.verticalAlignSub__a5c2114d{vertical-align:sub}.tableBasic__fe409e13 table th.verticalAlignSuper__4c608a50,.tableBasic__fe409e13 table td.verticalAlignSuper__4c608a50{vertical-align:super}.tableBasic__fe409e13 table th.verticalAlignTextTop__82228c75,.tableBasic__fe409e13 table td.verticalAlignTextTop__82228c75{vertical-align:text-top}.tableBasic__fe409e13 table th.verticalAlignTextBottom__679b96cd,.tableBasic__fe409e13 table td.verticalAlignTextBottom__679b96cd{vertical-align:text-bottom}.tableBasic__fe409e13 table th.verticalAlignMiddle__d7417da2,.tableBasic__fe409e13 table td.verticalAlignMiddle__d7417da2{vertical-align:middle}.tableBasic__fe409e13 table th.verticalAlignTop__703f6209,.tableBasic__fe409e13 table td.verticalAlignTop__703f6209{vertical-align:top}.tableBasic__fe409e13 table th.verticalAlignBottom__1467999c,.tableBasic__fe409e13 table td.verticalAlignBottom__1467999c{vertical-align:bottom}.tableBasic__fe409e13 table>thead>tr{height:48px}.tableBasic__fe409e13 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-21-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-21-0)}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.tableBasic__fe409e13 table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-21-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-21-0)}}.tableBasic__fe409e13 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__fe409e13 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__fe409e13 table>thead>tr>th.checkboxType__f217925c{padding:16px 12px}.tableBasic__fe409e13 table>thead>tr>th .thBlock__33a00997{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__fe409e13 table>thead>tr>th .thBlock__33a00997.order__44133ffd{cursor:pointer}.tableBasic__fe409e13 table>thead>tr>th .thBlock__33a00997.order__44133ffd .orderButton__5132a7b9{display:flex;visibility:hidden;align-items:center}.tableBasic__fe409e13 table>thead>tr>th .thBlock__33a00997.order__44133ffd .orderButton__5132a7b9.alignLeft__6fd47d72{margin-right:8px}.tableBasic__fe409e13 table>thead>tr>th .thBlock__33a00997.order__44133ffd .orderButton__5132a7b9.alignRight__6545d566{margin-left:8px}.tableBasic__fe409e13 table>thead>tr>th .thBlock__33a00997.order__44133ffd .orderButton__5132a7b9.sorted__91b8ede7{visibility:visible}.tableBasic__fe409e13 table>thead>tr>th .thBlock__33a00997.order__44133ffd:hover .orderButton__5132a7b9{visibility:visible}.tableBasic__fe409e13 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-21-0)}.tableBasic__fe409e13 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__fe409e13 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__fe409e13 table>tbody>tr>td.textType__bceab216{padding:12px}.tableBasic__fe409e13 table>tbody>tr>td.componentsType__04bc5be5{padding:8px 12px}.tableBasic__fe409e13 table>tbody>tr>td.checkboxType__f217925c{padding:10px 12px 12px}.tableBasic__fe409e13 table>tbody>tr.selected__211814c7>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-21-0)}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.tableBasic__fe409e13 table>tbody>tr.selected__211814c7>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-21-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-21-0)}}.tableBasic__fe409e13 table>tbody.clickable__357d2a67>tr{cursor:pointer}.tableBasic__fe409e13 table>tbody.hoverable__767eec59>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-21-0)}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.tableBasic__fe409e13 table>tbody.hoverable__767eec59>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-21-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-21-0)}}.tableBasic__fe409e13 .footerEmptyData__b63c636f{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__fe409e13 .spinnerWrapper__60fbe1d4{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__fe409e13 .spinnerWrapper__60fbe1d4 .tableLoaderScreen__5847a597{border-radius:8px 8px 0 0}.tableBasic__fe409e13 .overlayCover__0ec6b5e9{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-21-0);animation:fadeIn__521055d6 .3s}.tableBasicSettingsBody__6bb495ef{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__c0c95aeb{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-21-0)!important}.columnSettingsSortableListItemTarget__c0c95aeb:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-21-0)!important}.columnSettingsSortableListItemTarget__c0c95aeb.dragging__5cc16160{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-21-0)!important}.columnSettingsStaticListItem__d534c012{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-21-0)}.tableBasicSettingsFooter__c2dfbfce{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-21-0);padding:11px 12px 12px}.tableBasicSettingsHeader__050ab945{padding:16px 12px 12px}.tableSettingsLink__f9a24165{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__3906d661{width:320px}.tableFooterWrapper__e48a4ea8{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__e48a4ea8 .tableFooterShadow__bccb68f2{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-21-0);pointer-events:none}.tableFooterWrapper__e48a4ea8 .tableFooter__0b302fef{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-21-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__e48a4ea8 .tableFooter__0b302fef .tableFooterSummary__24d94835{display:flex;align-items:center}.tableFooterWrapper__e48a4ea8 .tableFooter__0b302fef .tableFooterSummary__24d94835 .tableFooterSummarySelectedCount__3e249291,.tableFooterWrapper__e48a4ea8 .tableFooter__0b302fef .tableFooterSummary__24d94835 .tableFooterSummarySelectAllButton__3d78cad4,.tableFooterWrapper__e48a4ea8 .tableFooter__0b302fef .tableFooterSummary__24d94835 .tableFooterSummaryAmount__37176aa2{display:inline-flex}.tableFooterWrapper__e48a4ea8 .tableFooter__0b302fef .tableFooterSummary__24d94835 .tableFooterSummarySelectedCount__3e249291,.tableFooterWrapper__e48a4ea8 .tableFooter__0b302fef .tableFooterSummary__24d94835 .tableFooterSummarySelectAllButton__3d78cad4,.tableFooterWrapper__e48a4ea8 .tableFooter__0b302fef .tableFooterSummary__24d94835 .tableFooterSummaryAmount__37176aa2,.tableFooterWrapper__e48a4ea8 .tableFooter__0b302fef .tableFooterSummary__24d94835 .tableFooterSummaryLabel__6ed23145{margin-left:24px}@media(max-width:767px){.tableFooterWrapper__e48a4ea8{height:112px}}.paginationPanel__fc47dd5b{margin-top:16px}.masterTable__5e6224c1,.tabsExtended__f2949271{position:relative}.tabsExtendedContent__1b2146c0{display:inline-flex}.tabsExtendedContent__1b2146c0.sm__e6ea2e8c{border-radius:6px;padding:4px}.tabsExtendedContent__1b2146c0.md__c9e750cb{border-radius:8px;padding:4px}.tabsExtendedContent__1b2146c0.lg__d44f92c5{border-radius:10px;padding:8px}.tabsExtendedTab__d69e54e0{display:flex}.tabsExtendedTab__d69e54e0+.tabsExtendedTab__d69e54e0,.tabsExtendedDropdown__10303e86{margin-left:2px}.tabsReal__63f982e9,.tabsFake__c5e92f00{display:flex;box-sizing:border-box;width:100%}.tabsReal__63f982e9.hidden__3415b795{visibility:hidden}.tabsReal__63f982e9 .tabsExtendedTab__d69e54e0.hidden__3415b795{display:none}.tabsFake__c5e92f00{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__9ff46702 .tabsExtendedContent__1b2146c0{background-color:var(--triplex-next-Tabs-Type1_Background-1-21-0)}.type2__b22cda20 .tabsExtendedContent__1b2146c0{background-color:var(--triplex-next-Tabs-Type2_Background-1-21-0)}.tabsExtendedTabButton__2b2380cf{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-21-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__2b2380cf .tabButtonText__8e2e581c{font-weight:400}.tabsExtendedTabButton__2b2380cf .notificationIcon__d6443d25{position:absolute}.tabsExtendedTabButton__2b2380cf.lg__d44f92c5{border-radius:6px;padding:9px 16px}.tabsExtendedTabButton__2b2380cf.lg__d44f92c5 .tabButtonText__8e2e581c{font-size:16px;line-height:20px}.tabsExtendedTabButton__2b2380cf.lg__d44f92c5 .notificationIcon__d6443d25{right:6px;top:6px}.tabsExtendedTabButton__2b2380cf.md__c9e750cb{border-radius:4px;padding:5px 16px}.tabsExtendedTabButton__2b2380cf.md__c9e750cb .tabButtonText__8e2e581c{font-size:14px;line-height:20px}.tabsExtendedTabButton__2b2380cf.md__c9e750cb .notificationIcon__d6443d25{right:4px;top:4px}.tabsExtendedTabButton__2b2380cf.sm__e6ea2e8c{border-radius:4px;padding:1px 16px}.tabsExtendedTabButton__2b2380cf.sm__e6ea2e8c .tabButtonText__8e2e581c{font-size:12px;line-height:16px}.tabsExtendedTabButton__2b2380cf.sm__e6ea2e8c .notificationIcon__d6443d25{right:3px;top:3px}.tabsExtendedTabButton__2b2380cf::-moz-focus-inner{border:none}.tabsExtendedTabButton__2b2380cf+.tabsExtendedTabButton__2b2380cf{margin-left:2px}.tabsExtendedTabButton__2b2380cf:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-21-0)}.tabsExtendedTabButton__2b2380cf.type1__9ff46702{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-21-0)}.tabsExtendedTabButton__2b2380cf.type1__9ff46702.selected__63f1171b{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-21-0)}.tabsExtendedTabButton__2b2380cf.type1__9ff46702.selected__63f1171b .tabButtonText__8e2e581c{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-1-21-0)}.tabsExtendedTabButton__2b2380cf.type1__9ff46702:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-21-0)}.tabsExtendedTabButton__2b2380cf.type1__9ff46702:hover .tabButtonText__8e2e581c{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-1-21-0)}.tabsExtendedTabButton__2b2380cf.type1__9ff46702 .tabButtonText__8e2e581c{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-1-21-0)}.tabsExtendedTabButton__2b2380cf.type2__b22cda20{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-21-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-1-21-0)}.tabsExtendedTabButton__2b2380cf.type2__b22cda20.selected__63f1171b{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-21-0)}.tabsExtendedTabButton__2b2380cf.type2__b22cda20.selected__63f1171b .tabButtonText__8e2e581c{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-1-21-0)}.tabsExtendedTabButton__2b2380cf.type2__b22cda20:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-21-0)}.tabsExtendedTabButton__2b2380cf.type2__b22cda20:hover .tabButtonText__8e2e581c{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-1-21-0)}.tabsContent__6ae6de01 .tabButtonDropdown__fc116165{padding:0!important;border-radius:0!important;background:none!important}.tabsContent__6ae6de01 .tabButtonDropdown__fc116165.sm__5c792b6b{min-width:20px;min-height:20px;height:20px}.tabsContent__6ae6de01 .tabButtonDropdown__fc116165.md__00ab1308{min-width:32px;min-height:32px;height:32px}.tabsContent__6ae6de01 .tabButtonDropdown__fc116165.lg__d9ebb013{min-width:40px;min-height:40px;height:40px}.tag__7ec3e2c1{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-21-0);border-radius:4px;gap:2px}.tag__7ec3e2c1.sm__1db18bce{height:20px;padding:2px 4px 2px 6px}.tag__7ec3e2c1.md__7a7d12de{height:28px;padding:4px 6px 4px 8px}.tag__7ec3e2c1.lg__df5826db{height:32px;padding:6px 8px 6px 10px}.content__98f418ed{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagColor__7324fdff{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__7324fdff.sm__e3a1d3af{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__7324fdff.md__8cd31c79{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__7324fdff.lg__dde845bf{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__7324fdff.default__9f095102{background:var(--triplex-next-TagColor-Background_Default-1-21-0)}.tagColor__7324fdff.success__e0e10891{background:var(--triplex-next-TagColor-Background_Success-1-21-0)}.tagColor__7324fdff.info__ac204b6f{background:var(--triplex-next-TagColor-Background_Info-1-21-0)}.tagColor__7324fdff.warning__68205679{background:var(--triplex-next-TagColor-Background_Warning-1-21-0)}.tagColor__7324fdff.error__aadf53fe{background:var(--triplex-next-TagColor-Background_Error-1-21-0)}.content__f8123ef7{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-21-0)}.tagGroup__6bd8bdcd.sm__68d015d2{margin:-2px}.tagGroup__6bd8bdcd.sm__68d015d2>*{margin:2px}.tagGroup__6bd8bdcd.md__46112d4b{margin:-4px}.tagGroup__6bd8bdcd.md__46112d4b>*{margin:4px}.tagGroup__6bd8bdcd.lg__7616a70d{margin:-6px}.tagGroup__6bd8bdcd.lg__7616a70d>*{margin:6px}.uploadZone__2976bf79{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-21-0)}.uploadZone__2976bf79:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-21-0)}.uploadZoneDragArea__f816f76d{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-21-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__37440fb6{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-21-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-21-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-21-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__ad30e816{display:none}@media(max-width:767px){.uploadZone__2976bf79,.uploadZone__2976bf79:hover{background:none}.uploadZoneDragArea__f816f76d{display:none}}
|