@sberbusiness/triplex-next 0.33.0 → 0.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/AlertProcessSpoiler-BXa1yThy.js +41 -0
- package/chunks/{CalendarViewItem-jaPGc7g9.js → CalendarViewItem-CcneNgUN.js} +16 -16
- package/chunks/Card.module-B95wvDgf.js +18 -0
- package/chunks/CheckboxTreeExtended.module-DieUohY2.js +15 -0
- package/chunks/Chip-CwUtKklT.js +85 -0
- package/chunks/Confirm.module-DAri1spU.js +15 -0
- package/chunks/{DropdownListItem-9uM7fY6X.js → DropdownListItem-Cspd56Yl.js} +16 -16
- package/chunks/DropdownMobile.module-DrD6ibvE.js +23 -0
- package/chunks/Footer.module-DcYb0T1i.js +9 -0
- package/chunks/{FormFieldInput-CLHhO8Kh.js → FormFieldInput-D3Ncfs2O.js} +14 -14
- package/chunks/HeaderLayoutSidebar.module-C3C0sKOR.js +9 -0
- package/chunks/HeaderTabs.module-BkwLC92-.js +9 -0
- package/chunks/{HeaderTitle.module-D4SZQJKQ.js → HeaderTitle.module-CgvvJQ0i.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-DsxpDSCZ.js +17 -0
- package/chunks/{ImageGalleryExtendedThumb-DVMRe0a9.js → ImageGalleryExtendedThumb-Dwh72nwh.js} +2 -2
- package/chunks/IslandAccordion.module-DaY9vVJp.js +25 -0
- package/chunks/IslandWidgetFooter.module-CEfWuouj.js +9 -0
- package/chunks/IslandWidgetHeader.module-CxuzaM--.js +13 -0
- package/chunks/{LightBoxContent-CJPhUyR3.js → LightBoxContent-CJtTSiys.js} +5 -5
- package/chunks/LightBoxControls.module-DWLPCWBc.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-oYZl6d26.js +9 -0
- package/chunks/{ListItemControlsButton-BsJp3m-o.js → ListItemControlsButton-BwKD73pC.js} +11 -11
- package/chunks/ListItemTail.module-Bj8zic0V.js +12 -0
- package/chunks/ListMasterFooter.module-BFDBK4_z.js +10 -0
- package/chunks/ModalWindow.module-CpZnXDzI.js +17 -0
- package/chunks/Notification.module-CgMv6vKH.js +20 -0
- package/chunks/Overlay.module-CW1lqxQV.js +18 -0
- package/chunks/Page.module-B9JECpGI.js +11 -0
- package/chunks/SMSField.module-VqYW2mTS.js +16 -0
- package/chunks/SliderExtendedMarks.module-DadrWVGM.js +15 -0
- package/chunks/{SliderExtendedRail-SYhKGslJ.js → SliderExtendedRail-BDQN7rWF.js} +5 -5
- package/chunks/StatusTracker.module-DWmAmjm2.js +24 -0
- package/chunks/{StepperStepArrowBorder-B59UgJt-.js → StepperStepArrowBorder-BMResef_.js} +12 -12
- package/chunks/{SuggestFieldMobileDropdownHint-GTMw7Nng.js → SuggestFieldMobileDropdownHint-9Q2UeJdi.js} +2 -2
- package/chunks/TableFooter.module-Dftom-s2.js +14 -0
- package/chunks/TabsExtended.module-DR0KZ8sI.js +16 -0
- package/chunks/TabsLine.module-D8wvke8p.js +21 -0
- package/chunks/TooltipDesktop.module-Chw47OdI.js +19 -0
- package/chunks/TreeView.module-DlD_4rrF.js +9 -0
- package/chunks/{UploadZoneInput-NoKos3kX.js → UploadZoneInput-DyTdTOhb.js} +4 -4
- package/chunks/{constants-DXTFMfA_.js → constants-CEkl1AbB.js} +16 -16
- package/chunks/{utils-C2i3hSWR.js → utils-B1xQI_Pq.js} +6 -6
- package/chunks/utils-B8AZrFu8.js +28 -0
- package/chunks/utils-BHumxyiH.js +73 -0
- package/chunks/utils-C0t0OqOb.js +24 -0
- package/components/Alert/AlertContext/AlertContext.js +13 -13
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +4 -4
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +21 -21
- package/components/Badge/Badge.js +9 -9
- package/components/Badge/BadgeDot.js +5 -5
- package/components/Badge/components/BadgeContent.js +8 -8
- package/components/Badge/components/BadgePostfix.js +1 -1
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +27 -27
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +15 -15
- package/components/Button/ButtonDropdownExtended.js +7 -7
- package/components/Button/ButtonIcon.js +6 -6
- package/components/Calendar/Calendar.js +2 -2
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +12 -12
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +1 -1
- package/components/Checkbox/Checkbox.js +16 -16
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +3 -3
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +6 -6
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +10 -10
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +19 -19
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +14 -14
- package/components/Col/Col.js +140 -140
- package/components/CollapsibleTree/CollapsibleTree.js +7 -7
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +1 -1
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +10 -10
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +9 -9
- package/components/DateRange/DateRange.js +11 -11
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
- package/components/Ellipsis/Ellipsis.js +2 -2
- package/components/EmptyView/EmptyView.js +9 -9
- package/components/ExpandAnimation/ExpandAnimation.js +7 -7
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +14 -14
- package/components/FormField/components/FormFieldClear.js +5 -5
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +3 -3
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +4 -4
- package/components/FormField/components/FormFieldMaskedInput.js +17 -17
- package/components/FormField/components/FormFieldPostfix.js +1 -1
- package/components/FormField/components/FormFieldPrefix.js +1 -1
- package/components/FormField/components/FormFieldTarget.js +14 -14
- package/components/FormField/components/FormFieldTextarea.js +22 -22
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Gap/Gap.js +13 -13
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +4 -4
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +7 -7
- package/components/IconWrapper/IconWrapper.js +9 -9
- package/components/ImageGallery/ImageGallery.js +1 -1
- package/components/ImageGalleryExtended/ImageGalleryExtended.js +6 -6
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +8 -8
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +1 -1
- package/components/ImageGalleryExtended/components/index.js +1 -1
- package/components/ImageGalleryExtended/index.js +1 -1
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
- package/components/IslandWidget/IslandWidget.js +19 -19
- package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
- package/components/LightBox/LightBox.js +22 -22
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +24 -24
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +10 -10
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +13 -13
- package/components/Link/Link.js +15 -15
- package/components/List/List.js +10 -9
- package/components/List/components/ListEmptyState.js +5 -5
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +10 -10
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +8 -8
- package/components/List/components/ListItemSelectable.js +10 -10
- package/components/List/components/ListItemTable.js +1 -1
- package/components/List/components/ListItemTailLeft.js +6 -14
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +1 -1
- package/components/List/components/ListSortableItemControls.js +1 -1
- package/components/List/components/ListSortableItemTarget.js +8 -8
- 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 +1 -1
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +5 -5
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +12 -12
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +18 -18
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +4 -4
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MonthYearRange/MonthYearRange.js +13 -13
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +12 -12
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +35 -36
- package/components/Notification/NotificationGrouped.js +14 -9
- package/components/Notification/components/NotificationBody.js +20 -16
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +5 -5
- package/components/OrderedList/OrderedListItem.js +5 -5
- package/components/Overlay/Overlay.js +54 -54
- package/components/Overlay/OverlayBase.js +26 -22
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +15 -15
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +5 -5
- package/components/Pagination/components/PaginationNavigationButton.js +7 -7
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +5 -5
- package/components/Radio/Radio.js +17 -17
- package/components/Radio/RadioXGroup.js +7 -7
- package/components/Radio/RadioYGroup.js +6 -6
- package/components/Row/Row.js +18 -18
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +11 -11
- package/components/SegmentedControl/SegmentedControlSegment.js +14 -14
- package/components/SelectExtendedField/SelectExtendedField.js +16 -16
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +15 -15
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +10 -10
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +7 -7
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +17 -17
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatusGroup.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +8 -8
- package/components/Stepper/Stepper.js +27 -27
- package/components/Stepper/StepperExtended.js +5 -5
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +12 -12
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +21 -21
- package/components/Table/ChipPanel.js +9 -9
- package/components/Table/ChipPanelLinks.js +4 -4
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +16 -16
- package/components/Table/NoColumns.js +1 -1
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +9 -9
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +4 -4
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +13 -13
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +37 -37
- package/components/TabsLine/components/TabsLineMobile.js +7 -7
- package/components/Tag/Tag.js +28 -28
- package/components/TagColor/TagColor.js +13 -13
- package/components/TagGroup/TagGroup.js +5 -5
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +6 -6
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +9 -9
- package/components/TopOverlay/TopOverlay.js +20 -20
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +29 -29
- package/components/Typography/CodeText.js +8 -8
- package/components/Typography/Text.js +17 -17
- package/components/Typography/Title.js +12 -12
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +7 -7
- package/components/UnorderedList/UnorderedListItem.js +2 -2
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/UploadZone/index.js +1 -1
- package/components/index.js +7 -7
- package/index.d.ts +71 -116
- package/index.js +7 -7
- package/package.json +1 -1
- package/styles/triplex-next.css +557 -557
- package/chunks/AlertProcessSpoiler-D5Z3QhxI.js +0 -41
- package/chunks/Card.module-BT82F3Ky.js +0 -18
- package/chunks/CheckboxTreeExtended.module-dWJEHy4I.js +0 -15
- package/chunks/Chip-DEoNciDr.js +0 -85
- package/chunks/Confirm.module-Bek5Y_d5.js +0 -15
- package/chunks/DropdownMobile.module-Dn9sFUCq.js +0 -23
- package/chunks/Footer.module-cwVzdGju.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-By0WroW0.js +0 -9
- package/chunks/HeaderTabs.module-nNfmab3J.js +0 -9
- package/chunks/ImageGalleryExtendedMain.module-BV4sYkkw.js +0 -17
- package/chunks/IslandAccordion.module-DZaeBDfB.js +0 -25
- package/chunks/IslandWidgetFooter.module-gs1vcAcR.js +0 -9
- package/chunks/IslandWidgetHeader.module-DCfKgbBN.js +0 -13
- package/chunks/LightBoxControls.module-Dw9yTb8h.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-PasYNDqH.js +0 -9
- package/chunks/ListItemTail.module-C_0Ilv6P.js +0 -12
- package/chunks/ListMasterFooter.module-BtdNBL90.js +0 -10
- package/chunks/ModalWindow.module-BL1rtFYz.js +0 -17
- package/chunks/Notification.module-DGitAi0W.js +0 -20
- package/chunks/Overlay.module-C4CvBteS.js +0 -18
- package/chunks/Page.module-C0z8yMeg.js +0 -11
- package/chunks/SMSField.module-BcNuX5lS.js +0 -16
- package/chunks/SliderExtendedMarks.module-C_x_7ws7.js +0 -15
- package/chunks/StatusTracker.module-DkbOCTwb.js +0 -24
- package/chunks/TableFooter.module-CGgvFs4s.js +0 -14
- package/chunks/TabsExtended.module-D6URUq4g.js +0 -16
- package/chunks/TabsLine.module-DZEuIiZO.js +0 -21
- package/chunks/TooltipDesktop.module-DK_Fl-Dq.js +0 -19
- package/chunks/TreeView.module-Bq5-RYgn.js +0 -9
- package/chunks/utils-D55sjebM.js +0 -73
- package/chunks/utils-DDzMRlrV.js +0 -28
- package/chunks/utils-DVaJTyM2.js +0 -24
package/styles/triplex-next.css
CHANGED
|
@@ -1,557 +1,557 @@
|
|
|
1
|
-
html {--triplex-next-ColorBrand-0-0-
|
|
2
|
-
--triplex-next-ColorBrand-10-0-
|
|
3
|
-
--triplex-next-ColorBrand-20-0-
|
|
4
|
-
--triplex-next-ColorBrand-30-0-
|
|
5
|
-
--triplex-next-ColorBrand-40-0-
|
|
6
|
-
--triplex-next-ColorBrand-50-0-
|
|
7
|
-
--triplex-next-ColorBrand-60-0-
|
|
8
|
-
--triplex-next-ColorBrand-70-0-
|
|
9
|
-
--triplex-next-ColorBrand-80-0-
|
|
10
|
-
--triplex-next-ColorBrand-90-0-
|
|
11
|
-
--triplex-next-ColorBrand-95-0-
|
|
12
|
-
--triplex-next-ColorBrand-100-0-
|
|
13
|
-
--triplex-next-ColorDarkNeutralAlpha-0-0-
|
|
14
|
-
--triplex-next-ColorDarkNeutralAlpha-10-0-
|
|
15
|
-
--triplex-next-ColorDarkNeutralAlpha-20-0-
|
|
16
|
-
--triplex-next-ColorDarkNeutralAlpha-30-0-
|
|
17
|
-
--triplex-next-ColorDarkNeutralAlpha-40-0-
|
|
18
|
-
--triplex-next-ColorDarkNeutralAlpha-50-0-
|
|
19
|
-
--triplex-next-ColorDarkNeutralAlpha-60-0-
|
|
20
|
-
--triplex-next-ColorDarkNeutralAlpha-70-0-
|
|
21
|
-
--triplex-next-ColorDarkNeutralAlpha-80-0-
|
|
22
|
-
--triplex-next-ColorDarkNeutralAlpha-90-0-
|
|
23
|
-
--triplex-next-ColorDarkNeutralAlpha-100-0-
|
|
24
|
-
--triplex-next-ColorDarkNeutral-0-0-
|
|
25
|
-
--triplex-next-ColorDarkNeutral-10-0-
|
|
26
|
-
--triplex-next-ColorDarkNeutral-20-0-
|
|
27
|
-
--triplex-next-ColorDarkNeutral-30-0-
|
|
28
|
-
--triplex-next-ColorDarkNeutral-40-0-
|
|
29
|
-
--triplex-next-ColorDarkNeutral-50-0-
|
|
30
|
-
--triplex-next-ColorDarkNeutral-60-0-
|
|
31
|
-
--triplex-next-ColorDarkNeutral-70-0-
|
|
32
|
-
--triplex-next-ColorDarkNeutral-80-0-
|
|
33
|
-
--triplex-next-ColorDarkNeutral-90-0-
|
|
34
|
-
--triplex-next-ColorDarkNeutral-100-0-
|
|
35
|
-
--triplex-next-ColorError-0-0-
|
|
36
|
-
--triplex-next-ColorError-10-0-
|
|
37
|
-
--triplex-next-ColorError-20-0-
|
|
38
|
-
--triplex-next-ColorError-30-0-
|
|
39
|
-
--triplex-next-ColorError-40-0-
|
|
40
|
-
--triplex-next-ColorError-50-0-
|
|
41
|
-
--triplex-next-ColorError-60-0-
|
|
42
|
-
--triplex-next-ColorError-70-0-
|
|
43
|
-
--triplex-next-ColorError-80-0-
|
|
44
|
-
--triplex-next-ColorError-90-0-
|
|
45
|
-
--triplex-next-ColorError-100-0-
|
|
46
|
-
--triplex-next-ColorInfo-0-0-
|
|
47
|
-
--triplex-next-ColorInfo-10-0-
|
|
48
|
-
--triplex-next-ColorInfo-20-0-
|
|
49
|
-
--triplex-next-ColorInfo-30-0-
|
|
50
|
-
--triplex-next-ColorInfo-40-0-
|
|
51
|
-
--triplex-next-ColorInfo-50-0-
|
|
52
|
-
--triplex-next-ColorInfo-60-0-
|
|
53
|
-
--triplex-next-ColorInfo-70-0-
|
|
54
|
-
--triplex-next-ColorInfo-80-0-
|
|
55
|
-
--triplex-next-ColorInfo-90-0-
|
|
56
|
-
--triplex-next-ColorInfo-100-0-
|
|
57
|
-
--triplex-next-ColorNeutralAlpha-0-0-
|
|
58
|
-
--triplex-next-ColorNeutralAlpha-10-0-
|
|
59
|
-
--triplex-next-ColorNeutralAlpha-20-0-
|
|
60
|
-
--triplex-next-ColorNeutralAlpha-30-0-
|
|
61
|
-
--triplex-next-ColorNeutralAlpha-40-0-
|
|
62
|
-
--triplex-next-ColorNeutralAlpha-50-0-
|
|
63
|
-
--triplex-next-ColorNeutralAlpha-60-0-
|
|
64
|
-
--triplex-next-ColorNeutralAlpha-70-0-
|
|
65
|
-
--triplex-next-ColorNeutralAlpha-80-0-
|
|
66
|
-
--triplex-next-ColorNeutralAlpha-90-0-
|
|
67
|
-
--triplex-next-ColorNeutralAlpha-100-0-
|
|
68
|
-
--triplex-next-ColorNeutral-0-0-
|
|
69
|
-
--triplex-next-ColorNeutral-10-0-
|
|
70
|
-
--triplex-next-ColorNeutral-20-0-
|
|
71
|
-
--triplex-next-ColorNeutral-30-0-
|
|
72
|
-
--triplex-next-ColorNeutral-40-0-
|
|
73
|
-
--triplex-next-ColorNeutral-50-0-
|
|
74
|
-
--triplex-next-ColorNeutral-60-0-
|
|
75
|
-
--triplex-next-ColorNeutral-70-0-
|
|
76
|
-
--triplex-next-ColorNeutral-80-0-
|
|
77
|
-
--triplex-next-ColorNeutral-90-0-
|
|
78
|
-
--triplex-next-ColorNeutral-100-0-
|
|
79
|
-
--triplex-next-ColorSuccess-0-0-
|
|
80
|
-
--triplex-next-ColorSuccess-10-0-
|
|
81
|
-
--triplex-next-ColorSuccess-20-0-
|
|
82
|
-
--triplex-next-ColorSuccess-30-0-
|
|
83
|
-
--triplex-next-ColorSuccess-40-0-
|
|
84
|
-
--triplex-next-ColorSuccess-50-0-
|
|
85
|
-
--triplex-next-ColorSuccess-60-0-
|
|
86
|
-
--triplex-next-ColorSuccess-70-0-
|
|
87
|
-
--triplex-next-ColorSuccess-80-0-
|
|
88
|
-
--triplex-next-ColorSuccess-90-0-
|
|
89
|
-
--triplex-next-ColorSuccess-100-0-
|
|
90
|
-
--triplex-next-ColorSystem-0-0-
|
|
91
|
-
--triplex-next-ColorSystem-10-0-
|
|
92
|
-
--triplex-next-ColorSystem-20-0-
|
|
93
|
-
--triplex-next-ColorSystem-30-0-
|
|
94
|
-
--triplex-next-ColorSystem-40-0-
|
|
95
|
-
--triplex-next-ColorSystem-50-0-
|
|
96
|
-
--triplex-next-ColorSystem-60-0-
|
|
97
|
-
--triplex-next-ColorSystem-70-0-
|
|
98
|
-
--triplex-next-ColorSystem-80-0-
|
|
99
|
-
--triplex-next-ColorSystem-90-0-
|
|
100
|
-
--triplex-next-ColorSystem-95-0-
|
|
101
|
-
--triplex-next-ColorSystem-100-0-
|
|
102
|
-
--triplex-next-ColorWarning-0-0-
|
|
103
|
-
--triplex-next-ColorWarning-10-0-
|
|
104
|
-
--triplex-next-ColorWarning-20-0-
|
|
105
|
-
--triplex-next-ColorWarning-30-0-
|
|
106
|
-
--triplex-next-ColorWarning-40-0-
|
|
107
|
-
--triplex-next-ColorWarning-50-0-
|
|
108
|
-
--triplex-next-ColorWarning-60-0-
|
|
109
|
-
--triplex-next-ColorWarning-70-0-
|
|
110
|
-
--triplex-next-ColorWarning-80-0-
|
|
111
|
-
--triplex-next-ColorWarning-90-0-
|
|
112
|
-
--triplex-next-ColorWarning-100-0-
|
|
113
|
-
--triplex-next-AlertContext-Error_Color-0-
|
|
114
|
-
--triplex-next-AlertContext-Info_Color-0-
|
|
115
|
-
--triplex-next-AlertContext-System_Color-0-
|
|
116
|
-
--triplex-next-AlertContext-Warning_Color-0-
|
|
117
|
-
--triplex-next-AlertProcess-Info_Background-0-
|
|
118
|
-
--triplex-next-AlertProcess-Warning_Background-0-
|
|
119
|
-
--triplex-next-AlertProcess-Error_Background-0-
|
|
120
|
-
--triplex-next-AlertProcess-System_Background-0-
|
|
121
|
-
--triplex-next-AlertProcess-Feature_Background-0-
|
|
122
|
-
--triplex-next-Avatar-Background-0-
|
|
123
|
-
--triplex-next-Badge-Background-0-
|
|
124
|
-
--triplex-next-Button-General_Background_Active-0-
|
|
125
|
-
--triplex-next-Button-General_Background_Default-0-
|
|
126
|
-
--triplex-next-Button-General_Background_Disabled-0-
|
|
127
|
-
--triplex-next-Button-General_Background_Hover-0-
|
|
128
|
-
--triplex-next-Button-General_Color_Active-0-
|
|
129
|
-
--triplex-next-Button-General_Color_Default-0-
|
|
130
|
-
--triplex-next-Button-General_Color_Disabled-0-
|
|
131
|
-
--triplex-next-Button-General_Color_Hover-0-
|
|
132
|
-
--triplex-next-Button-General_Shadow_Focus-0-
|
|
133
|
-
--triplex-next-Button-Secondary_Background_Active-0-
|
|
134
|
-
--triplex-next-Button-Secondary_Background_Default-0-
|
|
135
|
-
--triplex-next-Button-Secondary_Background_Disabled-0-
|
|
136
|
-
--triplex-next-Button-Secondary_Background_Hover-0-
|
|
137
|
-
--triplex-next-Button-Secondary_Color_Active-0-
|
|
138
|
-
--triplex-next-Button-Secondary_Color_Default-0-
|
|
139
|
-
--triplex-next-Button-Secondary_Color_Disabled-0-
|
|
140
|
-
--triplex-next-Button-Secondary_Color_Hover-0-
|
|
141
|
-
--triplex-next-Button-Secondary_Shadow_Focus-0-
|
|
142
|
-
--triplex-next-Button-SecondaryLight_Background_Active-0-
|
|
143
|
-
--triplex-next-Button-SecondaryLight_Background_Default-0-
|
|
144
|
-
--triplex-next-Button-SecondaryLight_Background_Disabled-0-
|
|
145
|
-
--triplex-next-Button-SecondaryLight_Background_Hover-0-
|
|
146
|
-
--triplex-next-Button-SecondaryLight_Color_Active-0-
|
|
147
|
-
--triplex-next-Button-SecondaryLight_Color_Default-0-
|
|
148
|
-
--triplex-next-Button-SecondaryLight_Color_Disabled-0-
|
|
149
|
-
--triplex-next-Button-SecondaryLight_Color_Hover-0-
|
|
150
|
-
--triplex-next-Button-SecondaryLight_Shadow_Focus-0-
|
|
151
|
-
--triplex-next-Button-Danger_Background_Active-0-
|
|
152
|
-
--triplex-next-Button-Danger_Background_Default-0-
|
|
153
|
-
--triplex-next-Button-Danger_Background_Disabled-0-
|
|
154
|
-
--triplex-next-Button-Danger_Background_Hover-0-
|
|
155
|
-
--triplex-next-Button-Danger_Color_Active-0-
|
|
156
|
-
--triplex-next-Button-Danger_Color_Default-0-
|
|
157
|
-
--triplex-next-Button-Danger_Color_Disabled-0-
|
|
158
|
-
--triplex-next-Button-Danger_Color_Hover-0-
|
|
159
|
-
--triplex-next-Button-Danger_Shadow_Focus-0-
|
|
160
|
-
--triplex-next-Button-Icon_Shadow_Focus-0-
|
|
161
|
-
--triplex-next-Button-Link_Color_Active-0-
|
|
162
|
-
--triplex-next-Button-Link_Color_Default-0-
|
|
163
|
-
--triplex-next-Button-Link_Color_Disabled-0-
|
|
164
|
-
--triplex-next-Button-Link_Color_Hover-0-
|
|
165
|
-
--triplex-next-Button-Link_Shadow_Focus-0-
|
|
166
|
-
--triplex-next-Calendar-Background-0-
|
|
167
|
-
--triplex-next-Calendar-View_Header_Color-0-
|
|
168
|
-
--triplex-next-Calendar-View_Item_Background_Default-0-
|
|
169
|
-
--triplex-next-Calendar-View_Item_Background_Hover-0-
|
|
170
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Default-0-
|
|
171
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-
|
|
172
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-
|
|
173
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-
|
|
174
|
-
--triplex-next-Calendar-View_Item_BorderColor_Default-0-
|
|
175
|
-
--triplex-next-Calendar-View_Item_BorderColor_Focus-0-
|
|
176
|
-
--triplex-next-Calendar-View_Item_Color_Default-0-
|
|
177
|
-
--triplex-next-Calendar-View_Item_Color_Hover-0-
|
|
178
|
-
--triplex-next-Calendar-View_Item_Color_Disabled-0-
|
|
179
|
-
--triplex-next-Calendar-View_Item_Color_Muted-0-
|
|
180
|
-
--triplex-next-Calendar-View_Item_Color_Selected-0-
|
|
181
|
-
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-
|
|
182
|
-
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-
|
|
183
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-
|
|
184
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-
|
|
185
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-
|
|
186
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-
|
|
187
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-
|
|
188
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-
|
|
189
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-
|
|
190
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-
|
|
191
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-
|
|
192
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-
|
|
193
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-
|
|
194
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-
|
|
195
|
-
--triplex-next-Card-Static_General_Background-0-
|
|
196
|
-
--triplex-next-Card-Static_Secondary_Background-0-
|
|
197
|
-
--triplex-next-Card-Action_General_Background-0-
|
|
198
|
-
--triplex-next-Card-Action_General_Background_Hover-0-
|
|
199
|
-
--triplex-next-Card-Action_General_Background_Selected-0-
|
|
200
|
-
--triplex-next-Card-Action_General_Background_Selected_Hover-0-
|
|
201
|
-
--triplex-next-Card-Action_Secondary_Background-0-
|
|
202
|
-
--triplex-next-Card-Action_Secondary_Background_Hover-0-
|
|
203
|
-
--triplex-next-Card-Action_Secondary_Background_Selected-0-
|
|
204
|
-
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-
|
|
205
|
-
--triplex-next-Card-Shadow_Default-0-
|
|
206
|
-
--triplex-next-Card-Shadow_Focus-0-
|
|
207
|
-
--triplex-next-Card-Shadow_Hover-0-
|
|
208
|
-
--triplex-next-Card-Shadow_Selected-0-
|
|
209
|
-
--triplex-next-Card-Shadow_Selected_Hover-0-
|
|
210
|
-
--triplex-next-Checkbox-Background_Checked_Default-0-
|
|
211
|
-
--triplex-next-Checkbox-Background_Checked_Disabled-0-
|
|
212
|
-
--triplex-next-Checkbox-Background_Checked_Hover-0-
|
|
213
|
-
--triplex-next-Checkbox-Background_Default-0-
|
|
214
|
-
--triplex-next-Checkbox-Background_Disabled-0-
|
|
215
|
-
--triplex-next-Checkbox-Background_Hover-0-
|
|
216
|
-
--triplex-next-Checkbox-BorderColor_Default-0-
|
|
217
|
-
--triplex-next-Checkbox-BorderColor_Disabled-0-
|
|
218
|
-
--triplex-next-Checkbox-BorderColor_Focus-0-
|
|
219
|
-
--triplex-next-Checkbox-BorderColor_Hover-0-
|
|
220
|
-
--triplex-next-Checkbox-BorderColor_Checked_Default-0-
|
|
221
|
-
--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-
|
|
222
|
-
--triplex-next-Checkbox-Checkmark_Fill_Default-0-
|
|
223
|
-
--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-
|
|
224
|
-
--triplex-next-Chip-Background_Active-0-
|
|
225
|
-
--triplex-next-Chip-Background_Disabled-0-
|
|
226
|
-
--triplex-next-Chip-Background_Type1_Default-0-
|
|
227
|
-
--triplex-next-Chip-Background_Type1_Hover-0-
|
|
228
|
-
--triplex-next-Chip-Background_Type2_Default-0-
|
|
229
|
-
--triplex-next-Chip-Background_Type2_Hover-0-
|
|
230
|
-
--triplex-next-Chip-Background_Selected_Active-0-
|
|
231
|
-
--triplex-next-Chip-Background_Selected_Default-0-
|
|
232
|
-
--triplex-next-Chip-Background_Selected_Disabled-0-
|
|
233
|
-
--triplex-next-Chip-Background_Selected_Hover-0-
|
|
234
|
-
--triplex-next-Chip-Color_Active-0-
|
|
235
|
-
--triplex-next-Chip-Color_Default-0-
|
|
236
|
-
--triplex-next-Chip-Color_Disabled-0-
|
|
237
|
-
--triplex-next-Chip-Color_Hover-0-
|
|
238
|
-
--triplex-next-Chip-Color_Selected_Active-0-
|
|
239
|
-
--triplex-next-Chip-Color_Selected_Default-0-
|
|
240
|
-
--triplex-next-Chip-Color_Selected_Disabled-0-
|
|
241
|
-
--triplex-next-Chip-Color_Selected_Hover-0-
|
|
242
|
-
--triplex-next-Chip-Shadow_Focus-0-
|
|
243
|
-
--triplex-next-CollapsibleTree-Header_Background_Hover-0-
|
|
244
|
-
--triplex-next-CollapsibleTree-Header_Shadow_Focus-0-
|
|
245
|
-
--triplex-next-Divider-Background-0-
|
|
246
|
-
--triplex-next-Dropdown-Background-0-
|
|
247
|
-
--triplex-next-Dropdown-Shadow-0-
|
|
248
|
-
--triplex-next-DropdownList-Background_Active-0-
|
|
249
|
-
--triplex-next-DropdownList-Background_Default-0-
|
|
250
|
-
--triplex-next-DropdownList-Background_Selected-0-
|
|
251
|
-
--triplex-next-DropdownList-Color-0-
|
|
252
|
-
--triplex-next-DropdownMobile-Backdrop-0-
|
|
253
|
-
--triplex-next-DropdownMobile-Border_Color-0-
|
|
254
|
-
--triplex-next-DropdownMobile-Content_Background-0-
|
|
255
|
-
--triplex-next-DropdownMobile-Footer_Background-0-
|
|
256
|
-
--triplex-next-DropdownMobile-Header_Background-0-
|
|
257
|
-
--triplex-next-DropdownMobileList-Active_Background-0-
|
|
258
|
-
--triplex-next-DropdownMobileList-Selected_Background-0-
|
|
259
|
-
--triplex-next-FooterPage-StickyShadow-0-
|
|
260
|
-
--triplex-next-FormField-Background_Active-0-
|
|
261
|
-
--triplex-next-FormField-Background_Default-0-
|
|
262
|
-
--triplex-next-FormField-Background_Disabled-0-
|
|
263
|
-
--triplex-next-FormField-Background_Error-0-
|
|
264
|
-
--triplex-next-FormField-Background_Error_Hover-0-
|
|
265
|
-
--triplex-next-FormField-Background_Hover-0-
|
|
266
|
-
--triplex-next-FormField-Background_Warning-0-
|
|
267
|
-
--triplex-next-FormField-Background_Warning_Hover-0-
|
|
268
|
-
--triplex-next-FormField-Input_Color_Default-0-
|
|
269
|
-
--triplex-next-FormField-Input_Color_Disabled-0-
|
|
270
|
-
--triplex-next-FormField-Target_Color_Default-0-
|
|
271
|
-
--triplex-next-FormField-Target_Color_Disabled-0-
|
|
272
|
-
--triplex-next-FormField-Target_PlaceholderColor_Default-0-
|
|
273
|
-
--triplex-next-FormField-Label_Color_Default-0-
|
|
274
|
-
--triplex-next-FormField-Label_Color_Disabled-0-
|
|
275
|
-
--triplex-next-FormField-Shadow_Active-0-
|
|
276
|
-
--triplex-next-FormField-Shadow_Default-0-
|
|
277
|
-
--triplex-next-FormField-Shadow_Error_Active-0-
|
|
278
|
-
--triplex-next-FormField-Shadow_Warning_Active-0-
|
|
279
|
-
--triplex-next-FormField-Placeholder_Color-0-
|
|
280
|
-
--triplex-next-HeaderPage-StickyShadow-0-
|
|
281
|
-
--triplex-next-Island-Type1_Background-0-
|
|
282
|
-
--triplex-next-Island-Type2_Background-0-
|
|
283
|
-
--triplex-next-Island-Type3_Background-0-
|
|
284
|
-
--triplex-next-Island-Type1_Shadow-0-
|
|
285
|
-
--triplex-next-Island-Type2_Shadow-0-
|
|
286
|
-
--triplex-next-Island-Type3_Shadow-0-
|
|
287
|
-
--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-
|
|
288
|
-
--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-
|
|
289
|
-
--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-
|
|
290
|
-
--triplex-next-IslandAccordion-Shadow_Focus-0-
|
|
291
|
-
--triplex-next-IslandWidget-ExtraFooter_Background-0-
|
|
292
|
-
--triplex-next-IslandWidget-ExtraFooter_Shadow-0-
|
|
293
|
-
--triplex-next-ImageGallery-Arrow_Background_Default-0-
|
|
294
|
-
--triplex-next-ImageGallery-Arrow_Background_Hover-0-
|
|
295
|
-
--triplex-next-ImageGallery-Arrow_Background_Active-0-
|
|
296
|
-
--triplex-next-ImageGallery-Arrow_Background_Disabled-0-
|
|
297
|
-
--triplex-next-ImageGallery-Arrow_BorderColor_Default-0-
|
|
298
|
-
--triplex-next-ImageGallery-Arrow_BorderColor_Hover-0-
|
|
299
|
-
--triplex-next-ImageGallery-Arrow_BorderColor_Active-0-
|
|
300
|
-
--triplex-next-ImageGallery-Arrow_BorderColor_Disabled-0-
|
|
301
|
-
--triplex-next-ImageGallery-Dot_Background_Default-0-
|
|
302
|
-
--triplex-next-ImageGallery-Dot_Background_Hover-0-
|
|
303
|
-
--triplex-next-ImageGallery-Dot_Background_Active-0-
|
|
304
|
-
--triplex-next-ImageGallery-Thumb_Mask_Background-0-
|
|
305
|
-
--triplex-next-ImageGallery-Accent_Color-0-
|
|
306
|
-
--triplex-next-LightBox-Backdrop_Background-0-
|
|
307
|
-
--triplex-next-LightBox-Content_Background-0-
|
|
308
|
-
--triplex-next-LightBox-SideOverlay_Background-0-
|
|
309
|
-
--triplex-next-Link-BorderColor_Focus-0-
|
|
310
|
-
--triplex-next-Link-Text_Color_Active-0-
|
|
311
|
-
--triplex-next-Link-Text_Color_Default-0-
|
|
312
|
-
--triplex-next-Link-Text_Color_Hover-0-
|
|
313
|
-
--triplex-next-ListItem-Background-0-
|
|
314
|
-
--triplex-next-ListItem-Background_Dragging-0-
|
|
315
|
-
--triplex-next-ListItem-Background_Selected-0-
|
|
316
|
-
--triplex-next-ListItem-Background_Hover-0-
|
|
317
|
-
--triplex-next-ListItem-Shadow_Dragging-0-
|
|
318
|
-
--triplex-next-ListItemControlsButton-Background_Active-0-
|
|
319
|
-
--triplex-next-ListItemControlsButton-Background_Default-0-
|
|
320
|
-
--triplex-next-ListItemControlsButton-Background_Hover-0-
|
|
321
|
-
--triplex-next-ListItemControlsButton-Color_Active-0-
|
|
322
|
-
--triplex-next-ListItemControlsButton-Color_Default-0-
|
|
323
|
-
--triplex-next-ListItemControlsButton-Color_Hover-0-
|
|
324
|
-
--triplex-next-ListMaster-Background-0-
|
|
325
|
-
--triplex-next-ListMaster-Footer_Background-0-
|
|
326
|
-
--triplex-next-ListMaster-Footer_Shadow-0-
|
|
327
|
-
--triplex-next-ListMaster-Header_Background-0-
|
|
328
|
-
--triplex-next-ListMaster-Header_Shadow-0-
|
|
329
|
-
--triplex-next-Loader-Element_Background_Brand-0-
|
|
330
|
-
--triplex-next-Loader-Element_Background_Neutral-0-
|
|
331
|
-
--triplex-next-Loader-Middle_Background_Default-0-
|
|
332
|
-
--triplex-next-LoaderScreen-Small_Backdrop_Default-0-
|
|
333
|
-
--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-
|
|
334
|
-
--triplex-next-LoaderScreen-Middle_Background_Default-0-
|
|
335
|
-
--triplex-next-Marker-Background_Error-0-
|
|
336
|
-
--triplex-next-Marker-Background_Success-0-
|
|
337
|
-
--triplex-next-Marker-Background_Waiting-0-
|
|
338
|
-
--triplex-next-Marker-Background_Warning-0-
|
|
339
|
-
--triplex-next-MarkerStatus-Description_Color-0-
|
|
340
|
-
--triplex-next-ModalWindow-Background-0-
|
|
341
|
-
--triplex-next-ModalWindow-Backdrop_Background-0-
|
|
342
|
-
--triplex-next-MultiselectField-Divider_Color-0-
|
|
343
|
-
--triplex-next-Notification-Background-0-
|
|
344
|
-
--triplex-next-Notification-Color-0-
|
|
345
|
-
--triplex-next-Notification-TimeColor-0-
|
|
346
|
-
--triplex-next-Notification-Shadow-0-
|
|
347
|
-
--triplex-next-Overlay-Background-0-
|
|
348
|
-
--triplex-next-Overlay-Panel_Background-0-
|
|
349
|
-
--triplex-next-Pagination-PageButton_Background_Active-0-
|
|
350
|
-
--triplex-next-Pagination-PageButton_Background_Hover-0-
|
|
351
|
-
--triplex-next-Pagination-PageButton_Background_Selected-0-
|
|
352
|
-
--triplex-next-Pagination-PageButton_BorderColor_Focus-0-
|
|
353
|
-
--triplex-next-Radio-Background_Checked_Default-0-
|
|
354
|
-
--triplex-next-Radio-Background_Checked_Disabled-0-
|
|
355
|
-
--triplex-next-Radio-Background_Checked_Hover-0-
|
|
356
|
-
--triplex-next-Radio-Background_Default-0-
|
|
357
|
-
--triplex-next-Radio-Background_Disabled-0-
|
|
358
|
-
--triplex-next-Radio-Background_Hover-0-
|
|
359
|
-
--triplex-next-Radio-BorderColor_Default-0-
|
|
360
|
-
--triplex-next-Radio-BorderColor_Disabled-0-
|
|
361
|
-
--triplex-next-Radio-BorderColor_Focused-0-
|
|
362
|
-
--triplex-next-Radio-BorderColor_Checked_Default-0-
|
|
363
|
-
--triplex-next-Radio-BorderColor_Checked_Disabled-0-
|
|
364
|
-
--triplex-next-Radio-Dot_Default-0-
|
|
365
|
-
--triplex-next-Radio-Dot_Disabled-0-
|
|
366
|
-
--triplex-next-SegmentedControl-General_1_Background-0-
|
|
367
|
-
--triplex-next-SegmentedControl-General_2_Background-0-
|
|
368
|
-
--triplex-next-SegmentedControl-Secondary_1_Background-0-
|
|
369
|
-
--triplex-next-SegmentedControl-Secondary_2_Background-0-
|
|
370
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-
|
|
371
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-
|
|
372
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-
|
|
373
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-
|
|
374
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-
|
|
375
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-
|
|
376
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-
|
|
377
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-
|
|
378
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-
|
|
379
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-
|
|
380
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-
|
|
381
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-
|
|
382
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-
|
|
383
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-
|
|
384
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-
|
|
385
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-
|
|
386
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-
|
|
387
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-
|
|
388
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-
|
|
389
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-
|
|
390
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-
|
|
391
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-
|
|
392
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-
|
|
393
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-
|
|
394
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-
|
|
395
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-
|
|
396
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-
|
|
397
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-
|
|
398
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-0-
|
|
399
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-
|
|
400
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-
|
|
401
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-
|
|
402
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-
|
|
403
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-
|
|
404
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-0-
|
|
405
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-
|
|
406
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-
|
|
407
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-
|
|
408
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-
|
|
409
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-
|
|
410
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-0-
|
|
411
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-
|
|
412
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-
|
|
413
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-
|
|
414
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-
|
|
415
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-
|
|
416
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-0-
|
|
417
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-
|
|
418
|
-
--triplex-next-SegmentedControlSegment-BorderColor_Default-0-
|
|
419
|
-
--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-
|
|
420
|
-
--triplex-next-Skeleton-BackgroundColor_Light_Start-0-
|
|
421
|
-
--triplex-next-Skeleton-BackgroundColor_Light_End-0-
|
|
422
|
-
--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-
|
|
423
|
-
--triplex-next-Skeleton-BackgroundColor_Dark_End-0-
|
|
424
|
-
--triplex-next-SmallInput-Background-0-
|
|
425
|
-
--triplex-next-SmallInput-Color-0-
|
|
426
|
-
--triplex-next-SmallInput-PlaceholderColor-0-
|
|
427
|
-
--triplex-next-SmallInput-Shadow-0-
|
|
428
|
-
--triplex-next-SMSField-Refresh_Fill_Empty-0-
|
|
429
|
-
--triplex-next-SMSField-Refresh_Fill_Full-0-
|
|
430
|
-
--triplex-next-SMSField-Refresh_Disabled-0-
|
|
431
|
-
--triplex-next-SMSField-Submit_Background_Default-0-
|
|
432
|
-
--triplex-next-SMSField-Submit_Background_Hover-0-
|
|
433
|
-
--triplex-next-SMSField-Submit_Background_Active-0-
|
|
434
|
-
--triplex-next-Slider-Dot_Background_Default-0-
|
|
435
|
-
--triplex-next-Slider-Dot_Background_Disabled-0-
|
|
436
|
-
--triplex-next-Slider-Dot_Background_Hover-0-
|
|
437
|
-
--triplex-next-Slider-Dot_Background_Select-0-
|
|
438
|
-
--triplex-next-Slider-Dot_Focus-0-
|
|
439
|
-
--triplex-next-Slider-Dot_Inner_Background-0-
|
|
440
|
-
--triplex-next-Slider-Dot_Inner_Background_Disabled-0-
|
|
441
|
-
--triplex-next-Slider-Mark_Dot_Background_Default-0-
|
|
442
|
-
--triplex-next-Slider-Mark_Dot_Background_Selected-0-
|
|
443
|
-
--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-
|
|
444
|
-
--triplex-next-Slider-Rail_Background-0-
|
|
445
|
-
--triplex-next-Slider-Rail_Background_Disabled-0-
|
|
446
|
-
--triplex-next-Slider-Tooltip_Background-0-
|
|
447
|
-
--triplex-next-Slider-Tooltip_Color-0-
|
|
448
|
-
--triplex-next-Slider-Track_Background_Default-0-
|
|
449
|
-
--triplex-next-Slider-Track_Background_Disabled-0-
|
|
450
|
-
--triplex-next-Slider-Track_Background_Hover-0-
|
|
451
|
-
--triplex-next-StatusTracker-Draft_Background-0-
|
|
452
|
-
--triplex-next-StatusTracker-Warning_Background-0-
|
|
453
|
-
--triplex-next-StatusTracker-Waiting_Background-0-
|
|
454
|
-
--triplex-next-StatusTracker-Rejected_Background-0-
|
|
455
|
-
--triplex-next-StatusTracker-Approved_Background-0-
|
|
456
|
-
--triplex-next-StatusTracker-Waiting_Color-0-
|
|
457
|
-
--triplex-next-StatusTracker-Rejected_Color-0-
|
|
458
|
-
--triplex-next-StatusTracker-Approved_Color-0-
|
|
459
|
-
--triplex-next-StatusTracker-Border_Color-0-
|
|
460
|
-
--triplex-next-Step-Color_Active-0-
|
|
461
|
-
--triplex-next-Step-Color_Default-0-
|
|
462
|
-
--triplex-next-Step-Color_Disabled-0-
|
|
463
|
-
--triplex-next-Step-Color_Done-0-
|
|
464
|
-
--triplex-next-Step-Color_Error-0-
|
|
465
|
-
--triplex-next-Step-Color_Warning-0-
|
|
466
|
-
--triplex-next-Step-Background_Active-0-
|
|
467
|
-
--triplex-next-Step-Background_Default-0-
|
|
468
|
-
--triplex-next-Step-Background_Disabled-0-
|
|
469
|
-
--triplex-next-Step-Background_Done-0-
|
|
470
|
-
--triplex-next-Step-Background_Error-0-
|
|
471
|
-
--triplex-next-Step-Background_Warning-0-
|
|
472
|
-
--triplex-next-Stepper-Step_Background_Default-0-
|
|
473
|
-
--triplex-next-Stepper-Step_Background_Hover-0-
|
|
474
|
-
--triplex-next-Stepper-Step_Background_Disabled-0-
|
|
475
|
-
--triplex-next-Stepper-Step_Background_Error-0-
|
|
476
|
-
--triplex-next-Stepper-Step_Background_Error_Hover-0-
|
|
477
|
-
--triplex-next-Stepper-Step_Background_Warning-0-
|
|
478
|
-
--triplex-next-Stepper-Step_Background_Warning_Hover-0-
|
|
479
|
-
--triplex-next-Stepper-Step_BorderColor_Focus-0-
|
|
480
|
-
--triplex-next-Stepper-Step_BorderColor_Error-0-
|
|
481
|
-
--triplex-next-Stepper-Step_BorderColor_Warning-0-
|
|
482
|
-
--triplex-next-Stepper-Step_BorderColor_Success-0-
|
|
483
|
-
--triplex-next-Stepper-Step_Color_Default-0-
|
|
484
|
-
--triplex-next-Stepper-Step_Color_Hover-0-
|
|
485
|
-
--triplex-next-Stepper-Step_Color_Disabled-0-
|
|
486
|
-
--triplex-next-Stepper-ButtonWrapper_Background_Prev-0-
|
|
487
|
-
--triplex-next-Stepper-ButtonWrapper_Background_Next-0-
|
|
488
|
-
--triplex-next-TableBasic-Background_Hover-0-
|
|
489
|
-
--triplex-next-TableBasic-Background_Selected-0-
|
|
490
|
-
--triplex-next-TableBasic-Color-0-
|
|
491
|
-
--triplex-next-TableBasic-Header_Background-0-
|
|
492
|
-
--triplex-next-TableBasic-TableFooter_Background-0-
|
|
493
|
-
--triplex-next-TableBasic-TableFooter_Highlight-0-
|
|
494
|
-
--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-
|
|
495
|
-
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-
|
|
496
|
-
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-
|
|
497
|
-
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-
|
|
498
|
-
--triplex-next-Tabs-Type1_Background-0-
|
|
499
|
-
--triplex-next-Tabs-Type2_Background-0-
|
|
500
|
-
--triplex-next-Tabs-Type1_Tab_Background_Default-0-
|
|
501
|
-
--triplex-next-Tabs-Type2_Tab_Background_Default-0-
|
|
502
|
-
--triplex-next-Tabs-Type1_Tab_Background_Selected-0-
|
|
503
|
-
--triplex-next-Tabs-Type2_Tab_Background_Selected-0-
|
|
504
|
-
--triplex-next-Tabs-Type1_Tab_Background_Hover-0-
|
|
505
|
-
--triplex-next-Tabs-Type2_Tab_Background_Hover-0-
|
|
506
|
-
--triplex-next-Tabs-Tab_BorderColor_Default-0-
|
|
507
|
-
--triplex-next-Tabs-Tab_BorderColor_Focus-0-
|
|
508
|
-
--triplex-next-Tag-Background-0-
|
|
509
|
-
--triplex-next-TagColor-Background_Default-0-
|
|
510
|
-
--triplex-next-TagColor-Background_Success-0-
|
|
511
|
-
--triplex-next-TagColor-Background_Info-0-
|
|
512
|
-
--triplex-next-TagColor-Background_Warning-0-
|
|
513
|
-
--triplex-next-TagColor-Background_Error-0-
|
|
514
|
-
--triplex-next-TagColor-Text_Color_Default-0-
|
|
515
|
-
--triplex-next-TabsLine-BorderColor_Active-0-
|
|
516
|
-
--triplex-next-TabsLine-BorderColor_Hover-0-
|
|
517
|
-
--triplex-next-TabsLine-Separator_Color-0-
|
|
518
|
-
--triplex-next-TabsLine-Shadow_Focus-0-
|
|
519
|
-
--triplex-next-Tooltip-Background-0-
|
|
520
|
-
--triplex-next-Tooltip-Color-0-
|
|
521
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Active-0-
|
|
522
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Default-0-
|
|
523
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-
|
|
524
|
-
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-
|
|
525
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Active-0-
|
|
526
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Default-0-
|
|
527
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-
|
|
528
|
-
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-
|
|
529
|
-
--triplex-next-TopOverlay-Background-0-
|
|
530
|
-
--triplex-next-Typography-Primary_Color-0-
|
|
531
|
-
--triplex-next-Typography-Complementary_Color-0-
|
|
532
|
-
--triplex-next-Typography-Secondary_Color-0-
|
|
533
|
-
--triplex-next-Typography-Tertiary_Color-0-
|
|
534
|
-
--triplex-next-Typography-Disabled_Color-0-
|
|
535
|
-
--triplex-next-Typography-Brand_Color-0-
|
|
536
|
-
--triplex-next-Typography-Info_Color-0-
|
|
537
|
-
--triplex-next-Typography-Success_Color-0-
|
|
538
|
-
--triplex-next-Typography-Error_Color-0-
|
|
539
|
-
--triplex-next-Typography-Warning_Color-0-
|
|
540
|
-
--triplex-next-Typography-System_Color-0-
|
|
541
|
-
--triplex-next-Typography-PrimaryInvert_Color-0-
|
|
542
|
-
--triplex-next-Typography-ComplementaryInvert_Color-0-
|
|
543
|
-
--triplex-next-Typography-SecondaryInvert_Color-0-
|
|
544
|
-
--triplex-next-Typography-TertiaryInvert_Color-0-
|
|
545
|
-
--triplex-next-Typography-DisabledInvert_Color-0-
|
|
546
|
-
--triplex-next-Typography-BrandInvert_Color-0-
|
|
547
|
-
--triplex-next-Typography-InfoInvert_Color-0-
|
|
548
|
-
--triplex-next-Typography-SuccessInvert_Color-0-
|
|
549
|
-
--triplex-next-Typography-ErrorInvert_Color-0-
|
|
550
|
-
--triplex-next-Typography-WarningInvert_Color-0-
|
|
551
|
-
--triplex-next-Typography-SystemInvert_Color-0-
|
|
552
|
-
--triplex-next-UploadZone-Background_Default-0-
|
|
553
|
-
--triplex-next-UploadZone-Background_Hover-0-
|
|
554
|
-
--triplex-next-UploadZone-BorderColor_Default-0-
|
|
555
|
-
--triplex-next-UploadZone-DragArea_Background-0-
|
|
556
|
-
--triplex-next-UploadZone-DragArea_BorderColor-0-
|
|
557
|
-
.underline__c7d33264{text-decoration:underline}.strikethrough__977f7fe7{text-decoration:line-through}.underlineStrikethrough__313b5b4e{text-decoration:underline line-through}.typography__5a9a6159.primary__45ea0be0{color:var(--triplex-next-Typography-Primary_Color-0-33-0)}.typography__5a9a6159.primaryInvert__ed5946d4{color:var(--triplex-next-Typography-PrimaryInvert_Color-0-33-0)}.typography__5a9a6159.complementary__18175ff1{color:var(--triplex-next-Typography-Complementary_Color-0-33-0)}.typography__5a9a6159.complementaryInvert__8ec84ea2{color:var(--triplex-next-Typography-ComplementaryInvert_Color-0-33-0)}.typography__5a9a6159.secondary__e02eda1b{color:var(--triplex-next-Typography-Secondary_Color-0-33-0)}.typography__5a9a6159.secondaryInvert__fa1b2b70{color:var(--triplex-next-Typography-SecondaryInvert_Color-0-33-0)}.typography__5a9a6159.tertiary__b673af12{color:var(--triplex-next-Typography-Tertiary_Color-0-33-0)}.typography__5a9a6159.tertiaryInvert__f605efaa{color:var(--triplex-next-Typography-TertiaryInvert_Color-0-33-0)}.typography__5a9a6159.disabled__81fc7960{color:var(--triplex-next-Typography-Disabled_Color-0-33-0)}.typography__5a9a6159.disabledInvert__74af88e1{color:var(--triplex-next-Typography-DisabledInvert_Color-0-33-0)}.typography__5a9a6159.brand__0dab707d{color:var(--triplex-next-Typography-Brand_Color-0-33-0);-webkit-user-select:none;user-select:none}.typography__5a9a6159.brandInvert__63331078{color:var(--triplex-next-Typography-BrandInvert_Color-0-33-0)}.typography__5a9a6159.info__4f58be7d{color:var(--triplex-next-Typography-Info_Color-0-33-0)}.typography__5a9a6159.infoInvert__4d6324a8{color:var(--triplex-next-Typography-InfoInvert_Color-0-33-0)}.typography__5a9a6159.success__ac33d410{color:var(--triplex-next-Typography-Success_Color-0-33-0)}.typography__5a9a6159.successInvert__e8e2ab9e{color:var(--triplex-next-Typography-SuccessInvert_Color-0-33-0)}.typography__5a9a6159.error__a5622bda{color:var(--triplex-next-Typography-Error_Color-0-33-0)}.typography__5a9a6159.errorInvert__baf96b37{color:var(--triplex-next-Typography-ErrorInvert_Color-0-33-0)}.typography__5a9a6159.warning__a7123b0a{color:var(--triplex-next-Typography-Warning_Color-0-33-0)}.typography__5a9a6159.warningInvert__1e51354d{color:var(--triplex-next-Typography-WarningInvert_Color-0-33-0)}.typography__5a9a6159.system__bb3083f0{color:var(--triplex-next-Typography-System_Color-0-33-0)}.typography__5a9a6159.systemInvert__6faf0e5a{color:var(--triplex-next-Typography-SystemInvert_Color-0-33-0)}.typography__5a9a6159.compact__7991d80c{line-height:calc(16 / 14)}.caption__97270fbe.regular__572999bf{font-family:SBSansText,Arial,sans-serif}.caption__97270fbe.semibold__ef322b7d{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.c1__46a1ca3d{font-size:10px;line-height:12px}.c2__2eda9ffa{font-size:8px;line-height:10px}.d1__57ded3b3{font-size:32px;line-height:40px}.d1__57ded3b3.regular__572999bf{font-family:SBSansDisplay,Arial,sans-serif}.d1__57ded3b3.semibold__ef322b7d{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.codeText__a36aa47f{font-family:SBSansTextMono,Arial,monospace;font-size:14px;line-height:20px;font-weight:400}.text__d005aa80{outline:none}.text__d005aa80.regular__572999bf{font-family:SBSansText,Arial,sans-serif}.text__d005aa80.semibold__ef322b7d{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.b1__527df5fc{font-size:18px;line-height:24px}.b2__8e779083{font-size:16px;line-height:20px}.b3__d68e89fa{font-size:14px;line-height:20px}.b3__d68e89fa.compact__7991d80c{line-height:16px}.b4__5f6c2881{font-size:12px;line-height:16px}.title__11972835{outline:none}.title__11972835.regular__572999bf{font-family:SBSansDisplay,Arial,sans-serif;font-weight:400}.title__11972835.medium__290edae0{font-family:SBSansDisplayMedium,Arial,sans-serif;font-weight:500}.title__11972835.semibold__ef322b7d{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.title__11972835.bold__a83a1e03{font-family:SBSansDisplayBold,Arial,sans-serif;font-weight:700}.h1__54b0b7be,.h2__d9a5b04f,.h3__d7420b65{margin:0}.h1__54b0b7be{font-size:28px;line-height:36px}.h2__d9a5b04f{font-size:24px;line-height:32px}.h3__d7420b65{font-size:20px;line-height:28px}.formFieldInput__31d71d33{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-0-33-0)}.formFieldInput__31d71d33.sm__adbff320{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__31d71d33.md__1362e114{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__31d71d33.lg__8c555fdd{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldInput__31d71d33:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-33-0)}.formFieldInput__31d71d33::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-33-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__31d71d33:focus{outline:none}.formFieldInput__31d71d33:focus::placeholder{opacity:1}.formFieldInput__31d71d33:-webkit-autofill{animation-name:autofill-applied-hook__8fc43993;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__31d71d33:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__34160045;animation-duration:1ms}.disableInteraction__4c8f1e5f{pointer-events:none}.displayContents__72f185d6{display:contents}.buttonIcon__1c339f66{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__1c339f66:enabled{cursor:pointer}.buttonIcon__1c339f66.circle__621308ba{border-radius:50%}.buttonIcon__1c339f66.squircle__a66217b7{border-radius:4px}.buttonIcon__1c339f66:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-0-33-0)}.formFieldClear__a3e197cb{visibility:hidden;opacity:0;transition:visibility,opacity;transition-duration:.3s;pointer-events:none}.formFieldClear__a3e197cb:focus{visibility:visible;opacity:1;pointer-events:auto}.formFieldCounter__4399dfe2{padding-left:4px;margin-left:auto}.formFieldDescription__9d727924{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__9d727924.withCounter__5c543a05{display:flex}.formFieldLabel__6223122a{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__6223122a.sm__adbff320{top:6px}.formFieldLabel__6223122a.md__1362e114{top:10px}.formFieldLabel__6223122a.lg__8c555fdd{top:18px}.formFieldLabel__6223122a.lg__8c555fdd.floating__57d060ae{top:10px}.formFieldLabelText__7ada2d39{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-0-33-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__adbff320 .formFieldLabelText__7ada2d39{font-size:12px;line-height:16px}.md__1362e114 .formFieldLabelText__7ada2d39{font-size:14px;line-height:20px}.lg__8c555fdd .formFieldLabelText__7ada2d39{font-size:16px;line-height:20px}.floating__57d060ae .formFieldLabelText__7ada2d39{font-size:12px;line-height:16px}.floating__57d060ae.sm__adbff320 .formFieldLabelText__7ada2d39,.floating__57d060ae.md__1362e114 .formFieldLabelText__7ada2d39{display:none}.disabled__4024fd08 .formFieldLabelText__7ada2d39{color:var(--triplex-next-FormField-Label_Color_Disabled-0-33-0)}.formFieldMaskedInputWrapper__4c8bfd73{position:relative}.formFieldMaskedInputWrapper__4c8bfd73 .formFieldMaskedInputPlaceholder__e48ffa63{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__4c8bfd73 .formFieldMaskedInputPlaceholder__e48ffa63::placeholder{opacity:1}.formFieldMaskedInputWrapper__4c8bfd73 .formFieldMaskedInputPlaceholder__e48ffa63:disabled{visibility:hidden}.formFieldMaskedInputWrapper__4c8bfd73.size-sm__061b2fd9{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__4c8bfd73.size-sm__061b2fd9 .formFieldMaskedInputPlaceholder__e48ffa63{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__4c8bfd73.size-md__967ea380{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__4c8bfd73.size-md__967ea380 .formFieldMaskedInputPlaceholder__e48ffa63{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__4c8bfd73.size-lg__b7775011{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__4c8bfd73.size-lg__b7775011 .formFieldMaskedInputPlaceholder__e48ffa63{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__4c8bfd73 .formFieldMaskedInput__caa3000c{display:block;position:relative;background:none!important}.formFieldPostfix__263f1412{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__2dab2148{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldTarget__0e3daa0d{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-0-33-0);overflow:hidden;white-space:nowrap}.formFieldTarget__0e3daa0d.sm__adbff320{font-size:12px;height:28px;line-height:16px}.formFieldTarget__0e3daa0d.md__1362e114{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__0e3daa0d.lg__8c555fdd{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__0e3daa0d.placeholder__95c3d3fb{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-0-33-0)}.formFieldTarget__0e3daa0d.disabled__4024fd08{color:var(--triplex-next-FormField-Target_Color_Disabled-0-33-0)}.formFieldTarget__0e3daa0d .placeholderWrapper__c7318270{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__0e3daa0d:focus{outline:none}.formFieldTarget__0e3daa0d:focus .placeholderWrapper__c7318270,.formFieldTarget__0e3daa0d.active__a6dceb30 .placeholderWrapper__c7318270{opacity:1}.formFieldTextarea__52c0ec32{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-0-33-0);vertical-align:top;font-family:inherit}.formFieldTextarea__52c0ec32.sm__adbff320{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__52c0ec32.md__1362e114{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__52c0ec32.lg__8c555fdd{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__52c0ec32::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-33-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__52c0ec32:focus{outline:none}.formFieldTextarea__52c0ec32:focus::placeholder{opacity:1}.formFieldTextarea__52c0ec32:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-33-0)}.formFieldTextarea__52c0ec32:-webkit-autofill{animation-name:autofill-applied-hook__8fc43993;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldTextarea__52c0ec32:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__34160045;animation-duration:1ms}@keyframes autofill-applied-hook__8fc43993{0%{transform:none}}@keyframes autofill-cancelled-hook__34160045{0%{transform:none}}.formField__2108a251{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__2108a251.sm__adbff320{border-radius:6px}.formField__2108a251.md__1362e114{border-radius:8px}.formField__2108a251.lg__8c555fdd{border-radius:10px}.formField__2108a251.default__0becb556{background:var(--triplex-next-FormField-Background_Default-0-33-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-0-33-0)}.formField__2108a251:hover{background:var(--triplex-next-FormField-Background_Hover-0-33-0)}.formField__2108a251.active__a6dceb30{background:var(--triplex-next-FormField-Background_Active-0-33-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-0-33-0)}.formField__2108a251.active__a6dceb30 .formFieldInput__31d71d33::placeholder,.formField__2108a251.active__a6dceb30 .formFieldTextarea__52c0ec32::placeholder{opacity:1}.formField__2108a251.disabled__4024fd08{background:var(--triplex-next-FormField-Background_Disabled-0-33-0)}.formField__2108a251.error__19c8584a{background:var(--triplex-next-FormField-Background_Error-0-33-0)}.formField__2108a251.error__19c8584a:hover{background:var(--triplex-next-FormField-Background_Error_Hover-0-33-0)}.formField__2108a251.error__19c8584a.active__a6dceb30{background:var(--triplex-next-FormField-Background_Error-0-33-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-0-33-0)}.formField__2108a251.warning__f4c2ed1d{background:var(--triplex-next-FormField-Background_Warning-0-33-0)}.formField__2108a251.warning__f4c2ed1d:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-0-33-0)}.formField__2108a251.warning__f4c2ed1d.active__a6dceb30{background:var(--triplex-next-FormField-Background_Warning-0-33-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-0-33-0)}.formField__2108a251.filled__c7b8e11e:not(.disabled__4024fd08):hover .formFieldClear__a3e197cb,.formField__2108a251.filled__c7b8e11e:not(.disabled__4024fd08).active__a6dceb30 .formFieldClear__a3e197cb{visibility:visible;opacity:1;pointer-events:auto}.dropdownDesktop__b175e963{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-0-33-0);background-color:var(--triplex-next-Dropdown-Background-0-33-0)}.dropdownDesktop__b175e963.sm__baa246d6{border-radius:6px}.dropdownDesktop__b175e963.md__c2e6462e{border-radius:8px}.dropdownDesktop__b175e963.lg__f57029ad{border-radius:10px}.dropdownDesktopOverflowHidden__54d071a8{overflow:hidden}.badgeDot__ac6582a2{display:inline-block;background:var(--triplex-next-Badge-Background-0-33-0);border-radius:50%}.badgeDot__ac6582a2.sm__19d8761f{width:6px;height:6px}.badgeDot__ac6582a2.md__ac4d2bc8{width:8px;height:8px}.badgeDot__ac6582a2.lg__6c4ffadc{width:10px;height:10px}.badgeContent__0e934174{display:flex}.badgeContent__0e934174.sm__19d8761f{padding-left:4px;padding-right:4px}.badgeContent__0e934174.md__ac4d2bc8{padding-left:6px;padding-right:6px}.badgeContent__0e934174.lg__6c4ffadc{padding-left:8px;padding-right:8px}.badgeContent__0e934174.noPaddingLeft__4c2bf6e2{padding-left:0}.badgeContent__0e934174.noPaddingRight__026a012d{padding-right:0}.badgePrefix__a27f3a6a,.badgePostfix__76d7279b{display:contents}.badge__bac90b1a{display:inline-flex;align-items:center;justify-content:center;position:relative;width:fit-content;white-space:nowrap;background:var(--triplex-next-Badge-Background-0-33-0)}.badge__bac90b1a.sm__19d8761f{height:16px;border-radius:4px}.badge__bac90b1a.md__ac4d2bc8{height:20px;border-radius:6px}.badge__bac90b1a.lg__6c4ffadc{height:24px;border-radius:8px}.dropdownDesktopList__e42ffa8f{margin:4px;overflow:auto}.dropdownDesktopList__e42ffa8f .notificationIcon__88384228{position:absolute}.dropdownDesktopList__e42ffa8f.sm__baa246d6{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__e42ffa8f.sm__baa246d6 .dropdownDesktopListItem__8a554acb{padding:6px 8px;border-radius:6px}.dropdownDesktopList__e42ffa8f.sm__baa246d6 .dropdownDesktopListLoader__72b90b23{margin:0 auto}.dropdownDesktopList__e42ffa8f.sm__baa246d6 .notificationIcon__88384228{right:3px;top:3px}.dropdownDesktopList__e42ffa8f.md__c2e6462e{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__e42ffa8f.md__c2e6462e .dropdownDesktopListItem__8a554acb{padding:7px 12px;border-radius:8px}.dropdownDesktopList__e42ffa8f.md__c2e6462e .dropdownDesktopListLoader__72b90b23{margin:-2px auto}.dropdownDesktopList__e42ffa8f.md__c2e6462e .notificationIcon__88384228{right:4px;top:4px}.dropdownDesktopList__e42ffa8f.lg__f57029ad{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__e42ffa8f.lg__f57029ad .dropdownDesktopListItem__8a554acb{padding:14px 16px;border-radius:10px}.dropdownDesktopList__e42ffa8f.lg__f57029ad .dropdownDesktopListLoader__72b90b23{margin:-6px auto}.dropdownDesktopList__e42ffa8f.lg__f57029ad .notificationIcon__88384228{right:4px;top:6px}.dropdownDesktopListItem__8a554acb{color:var(--triplex-next-DropdownList-Color-0-33-0);background:var(--triplex-next-DropdownList-Background_Default-0-33-0);position:relative;outline:none}.dropdownDesktopListItem__8a554acb+.dropdownDesktopListItem__8a554acb{margin-top:2px}.dropdownDesktopListItem__8a554acb.active__6a3d5c0d{background:var(--triplex-next-DropdownList-Background_Active-0-33-0);cursor:pointer}.dropdownDesktopListItem__8a554acb.selected__9cf0b114{background:var(--triplex-next-DropdownList-Background_Selected-0-33-0);cursor:default}.loaderSmall__e68c8dbf{display:flex;justify-content:center;align-items:center}.loaderSmall__e68c8dbf.sm__2c3c7f85{width:16px;height:16px;gap:2px}.loaderSmall__e68c8dbf.sm__2c3c7f85 .dot__3c3da63f{width:4px;height:4px}.loaderSmall__e68c8dbf.md__6b812139{width:24px;height:24px;gap:3px}.loaderSmall__e68c8dbf.md__6b812139 .dot__3c3da63f{width:6px;height:6px}.loaderSmall__e68c8dbf.lg__97821f21{width:32px;height:32px;gap:4px}.loaderSmall__e68c8dbf.lg__97821f21 .dot__3c3da63f{width:8px;height:8px}.loaderSmall__e68c8dbf.neutral__282fcb84 .dot__3c3da63f{background-color:var(--triplex-next-Loader-Element_Background_Neutral-0-33-0)}.loaderSmall__e68c8dbf.brand__9ca622f7 .dot__3c3da63f{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-33-0)}.loaderSmall__e68c8dbf .dot__3c3da63f{border-radius:50%}.loaderSmall__e68c8dbf .dot1__21db97ee{animation:dotCycleSmall__c723a78c .9s infinite}.loaderSmall__e68c8dbf .dot2__fd9ce7d5{animation:dotCycleSmall__c723a78c .9s infinite .15s}.loaderSmall__e68c8dbf .dot3__37ddfd60{animation:dotCycleSmall__c723a78c .9s infinite .3s}@keyframes dotCycleSmall__c723a78c{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__4aeb6120{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-0-33-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__9ec7ba0d{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__9ec7ba0d .dot__3c3da63f{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-0-33-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__9ec7ba0d .dot1__21db97ee{top:0;left:0;animation:dotCycleMiddle__9644ab0f 3s infinite}.loaderMiddleDots__9ec7ba0d .dot2__fd9ce7d5{right:0;top:0;opacity:.7;animation:dotCycleMiddle__9644ab0f 3s infinite .74s}.loaderMiddleDots__9ec7ba0d .dot3__37ddfd60{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__9644ab0f 3s infinite 1.5s}.loaderMiddleDots__9ec7ba0d .dot4__fc899870{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__9644ab0f 3s infinite 2.25s}.loaderMiddleDots__9ec7ba0d .line__4c19cc40{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-33-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__3d7d960e 3s infinite}@keyframes lineCycle__3d7d960e{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__9644ab0f{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__93736642{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__285d3b1c{background:var(--triplex-next-DropdownMobile-Backdrop-0-33-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__285d3b1c.closing__9495ce7c{opacity:0}.dropdownMobileBackdrop__285d3b1c.opening__6658cc2d,.dropdownMobileBackdrop__285d3b1c.opened__94ce223e{opacity:var(--triplex-DropdownMobile-Opacity-0-33-0)}.dropdownMobile__e780d4b5{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__e780d4b5.closing__9495ce7c{transform:translateY(100%)}.dropdownMobile__e780d4b5.opening__6658cc2d,.dropdownMobile__e780d4b5.opened__94ce223e{transform:translateY(0)}.dropdownMobileHeader__37579985{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-0-33-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__37579985 .dropdownMobileHeaderContent__5a8625cf{display:flex;flex-grow:1;min-width:0;margin-right:12px;min-height:20px}.dropdownMobileContent__767f20b7{background:var(--triplex-next-DropdownMobile-Content_Background-0-33-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__b3e8e717{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-0-33-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-0-33-0);flex-shrink:1}.dropdownMobileListItem__d46de2e5{position:relative;padding:16px}.dropdownMobileListItem__d46de2e5.selected__9cf0b114{background:var(--triplex-next-DropdownMobileList-Selected_Background-0-33-0)}.dropdownMobileListItem__d46de2e5:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-0-33-0)}.dropdownMobileBodyOverflow__fdf16510{overflow:hidden}.controlButtons__4994dcac{display:flex}.dropdownMobileLoader__2d237c35{margin-right:8px}.dropdownMobileListLoader__26e28ccd{display:flex;justify-content:center;align-items:center;padding:16px}.notificationIcon__88384228{position:absolute;right:6px;top:6px}.dropdownMobileInput__e31f24be{width:100%;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input_Color_Default-0-33-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__e31f24be::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-33-0);opacity:1}.dropdownMobileInput__e31f24be::-ms-clear{display:none}.tabsLineWrapper__a2adb7ec[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__a2adb7ec[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__a2adb7ec[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__a2adb7ec[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__a2adb7ec{position:relative}.tabsLineWrapper__a2adb7ec.withSeparator__01891130:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-0-33-0);bottom:0;left:0;right:0}.tabsLine__7b9e4dfa{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__7b9e4dfa:has(.sm__e74f34bb){height:28px}.tabsLine__7b9e4dfa:has(.md__29441ac4){height:40px}.tabsLine__7b9e4dfa:has(.lg__f90dc7f3){height:56px}.tab__cecf3242{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__cecf3242.sm__e74f34bb{height:28px;padding-bottom:12px}.tab__cecf3242.md__29441ac4{height:40px;padding-top:8px;padding-bottom:12px}.tab__cecf3242.lg__f90dc7f3{height:56px;padding-top:16px;padding-bottom:20px}.tab__cecf3242::-moz-focus-inner{border:none;padding:0}.tab__cecf3242:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-0-33-0)}.tab__cecf3242.active__fdd7d007{cursor:default}.tab__cecf3242: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__cecf3242:hover:after,.tab__cecf3242:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-0-33-0)}.tab__cecf3242.active__fdd7d007:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-0-33-0)}.notificationIcon__25582eca{position:absolute;right:6px}.sm__e74f34bb .notificationIcon__25582eca{top:0}.md__29441ac4 .notificationIcon__25582eca{top:8px}.lg__f90dc7f3 .notificationIcon__25582eca{top:16px}.tabsLineDropdown__27989702{display:inline-block}.tabsLineDropdown__27989702 .dropdownTarget__c04c9f46.active__fdd7d007{cursor:pointer}.tabsLineDropdown__27989702 .dropdownTargetInner__b378cf56{display:inline-flex;align-items:center}.tabsLineDropdown__27989702 .dropdownTargetCaret__df5f09d8{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__27989702 .dropdownTargetCaret__df5f09d8.opened__b4c47c8e{transform:rotate(-180deg)}.tabsLineDropdown__27989702 .dropdown__c14baa8a{right:0;padding:4px}.tabsLineMobileWrapper__45861c61{position:relative}.tabsLineMobileWrapper__45861c61 .tab__cecf3242{flex-shrink:0}.tabsLineMobileWrapper__45861c61 .tab__cecf3242:first-child{margin-left:16px}.tabsLineMobileWrapper__45861c61 .tab__cecf3242:last-child{margin-right:16px}.tabsLineMobile__7c0c03e8{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__7c0c03e8::-webkit-scrollbar{display:none}.label__9db7c52c{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__9db7c52c.sm__f5f4c749{min-width:16px;min-height:16px}.label__9db7c52c.sm__f5f4c749.nonempty__e58d1d9a{padding:2px 0 2px 24px}.label__9db7c52c.md__60b11374{min-height:24px;min-width:24px}.label__9db7c52c.md__60b11374.nonempty__e58d1d9a{padding-left:32px;padding-top:2px}.label__9db7c52c.lg__455fff17{min-width:28px;min-height:28px}.label__9db7c52c.lg__455fff17.nonempty__e58d1d9a{padding-left:40px;padding-top:4px}.label__9db7c52c.disabled__5fc403f1{cursor:default}.radio__97cb7fd2{margin:0;opacity:0}.radioIcon__0f0c0d50{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-0-33-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-0-33-0)}.radioIcon__0f0c0d50:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-0-33-0);border-radius:50%;transform:scale(0)}.sm__f5f4c749 .radioIcon__0f0c0d50:after{width:8px;height:8px;top:4px;left:4px}.md__60b11374 .radioIcon__0f0c0d50:after{width:12px;height:12px;top:6px;left:6px}.lg__455fff17 .radioIcon__0f0c0d50:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__0f0c0d50,.radioIcon__0f0c0d50:after{pointer-events:none}.radio__97cb7fd2,.radioIcon__0f0c0d50{position:absolute;left:0;top:0}.sm__f5f4c749 .radio__97cb7fd2,.sm__f5f4c749 .radioIcon__0f0c0d50{width:16px;height:16px;top:2px}.md__60b11374 .radio__97cb7fd2,.md__60b11374 .radioIcon__0f0c0d50{width:24px;height:24px}.lg__455fff17 .radio__97cb7fd2,.lg__455fff17 .radioIcon__0f0c0d50{width:28px;height:28px}.radio__97cb7fd2:enabled{cursor:pointer}.radio__97cb7fd2:checked+.radioIcon__0f0c0d50{background:var(--triplex-next-Radio-Background_Checked_Default-0-33-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-0-33-0)}.radio__97cb7fd2:checked+.radioIcon__0f0c0d50:after{transform:scale(1);transition:transform .2s ease-out}.radio__97cb7fd2:hover+.radioIcon__0f0c0d50{background-color:var(--triplex-next-Radio-Background_Hover-0-33-0);box-shadow:none}.radio__97cb7fd2:disabled+.radioIcon__0f0c0d50{background:var(--triplex-next-Radio-Background_Disabled-0-33-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-0-33-0)}.radio__97cb7fd2:disabled:checked+.radioIcon__0f0c0d50{background:var(--triplex-next-Radio-Background_Checked_Disabled-0-33-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-0-33-0)}.radio__97cb7fd2:disabled+.radioIcon__0f0c0d50:after{background:var(--triplex-next-Radio-Dot_Disabled-0-33-0)}.radio__97cb7fd2:focus-visible+.radioIcon__0f0c0d50{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-0-33-0)}.radio__97cb7fd2:checked:enabled:hover+.radioIcon__0f0c0d50{background-color:var(--triplex-next-Radio-Background_Checked_Hover-0-33-0)}.radioXGroup__56c2dfc0{display:inline-flex;flex-flow:row wrap}.radioXGroup__56c2dfc0.indent-12__f6d5a407{margin-left:-6px;margin-right:-6px}.radioXGroup__56c2dfc0.indent-12__f6d5a407 .label__9db7c52c{margin-left:6px;margin-right:6px}.radioXGroup__56c2dfc0.indent-16__f86f1e1d{margin-left:-8px;margin-right:-8px}.radioXGroup__56c2dfc0.indent-16__f86f1e1d .label__9db7c52c{margin-left:8px;margin-right:8px}.radioXGroup__56c2dfc0.indent-20__a786546e{margin-left:-10px;margin-right:-10px}.radioXGroup__56c2dfc0.indent-20__a786546e .label__9db7c52c{margin-left:10px;margin-right:10px}.radioXGroup__56c2dfc0.indent-24__554977a7{margin-left:-12px;margin-right:-12px}.radioXGroup__56c2dfc0.indent-24__554977a7 .label__9db7c52c{margin-left:12px;margin-right:12px}.radioXGroup__56c2dfc0.indent-28__b4e4740e{margin-left:-14px;margin-right:-14px}.radioXGroup__56c2dfc0.indent-28__b4e4740e .label__9db7c52c{margin-left:14px;margin-right:14px}.radioXGroup__56c2dfc0.indent-32__d98c5727{margin-left:-16px;margin-right:-16px}.radioXGroup__56c2dfc0.indent-32__d98c5727 .label__9db7c52c{margin-left:16px;margin-right:16px}.radioYGroup__bb82fa68{display:inline-flex;flex-flow:column wrap}.radioYGroup__bb82fa68 .label__9db7c52c.sm__f5f4c749+.label__9db7c52c.sm__f5f4c749{margin-top:8px}.radioYGroup__bb82fa68 .label__9db7c52c.md__60b11374+.label__9db7c52c.md__60b11374{margin-top:16px}.radioYGroup__bb82fa68 .label__9db7c52c.lg__455fff17+.label__9db7c52c.lg__455fff17{margin-top:20px}.notification__73568c43{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-0-33-0);background:var(--triplex-next-Notification-Background-0-33-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-0-33-0);z-index:300}.notification__73568c43:first-child{margin-top:0}.notification__73568c43.extraBottomPadding__fce0d037{padding-bottom:24px}.notification__73568c43 .notificationHeader__3775f789{width:100%;margin-top:0;margin-bottom:8px;font-family:SBSansTextSemibold,Arial,sans-serif;font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-0-33-0)}.notification__73568c43 .notificationIcon__4d972b99{line-height:0}.notification__73568c43 .notificationBody__d7693315{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__73568c43 .notificationBodyList__aa5752d9{margin-top:8px}.notification__73568c43 .notificationClose__62a8ff38{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__73568c43.showCloseOnHover__0511c3bb .notificationClose__62a8ff38{opacity:0}.notification__73568c43.showCloseOnHover__0511c3bb:hover{cursor:pointer}.notification__73568c43.showCloseOnHover__0511c3bb:hover .notificationClose__62a8ff38{opacity:1}.notification__73568c43 .notificationFooter__f874a46b{display:flex;align-items:center;margin-top:16px}.notification__73568c43 .notificationFooter__f874a46b button+a{margin-left:16px}.notification__73568c43 .notificationTime__0beb7561{font-size:12px;color:var(--triplex-next-Notification-TimeColor-0-33-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__67e4c82a{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__67e4c82a:hover{cursor:pointer}.notificationGroupedWrapper__67e4c82a .notificationGroupedFooterItem__b392d330{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-0-33-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-0-33-0)}.notificationGroupedWrapper__67e4c82a .notificationGroupedFooterItem__b392d330.first__6d3c837a{bottom:-8px;z-index:200}.notificationGroupedWrapper__67e4c82a .notificationGroupedFooterItem__b392d330.second__8dc1b718{bottom:-16px;z-index:100}@media(max-width:767px){.notification__73568c43,.notificationGroupedWrapper__67e4c82a{width:100%}}.unorderedListItem__cd8444f8:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__cd8444f8+.unorderedListItem__cd8444f8{margin-top:8px}.unorderedList__f1215c26{position:relative;margin:0;padding-left:14px;list-style:none}.button__7da7cf23.general__82209319{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-0-33-0);color:var(--triplex-next-Button-General_Color_Default-0-33-0)}.button__7da7cf23.general__82209319:hover{background:var(--triplex-next-Button-General_Background_Hover-0-33-0);color:var(--triplex-next-Button-General_Color_Hover-0-33-0)}.button__7da7cf23.general__82209319.expanded__96099822,.button__7da7cf23.general__82209319:active{background:var(--triplex-next-Button-General_Background_Active-0-33-0);color:var(--triplex-next-Button-General_Color_Active-0-33-0)}.button__7da7cf23.general__82209319:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-0-33-0)}.button__7da7cf23.general__82209319:disabled{background:var(--triplex-next-Button-General_Background_Disabled-0-33-0);color:var(--triplex-next-Button-General_Color_Disabled-0-33-0)}.button__7da7cf23.secondary__6b25d929{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-0-33-0);color:var(--triplex-next-Button-Secondary_Color_Default-0-33-0)}.button__7da7cf23.secondary__6b25d929:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-0-33-0);color:var(--triplex-next-Button-Secondary_Color_Hover-0-33-0)}.button__7da7cf23.secondary__6b25d929.expanded__96099822,.button__7da7cf23.secondary__6b25d929:active{background:var(--triplex-next-Button-Secondary_Background_Active-0-33-0);color:var(--triplex-next-Button-Secondary_Color_Active-0-33-0)}.button__7da7cf23.secondary__6b25d929:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-0-33-0)}.button__7da7cf23.secondary__6b25d929:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-0-33-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-0-33-0)}.button__7da7cf23.secondaryLight__ae1c1190{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-0-33-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-0-33-0)}.button__7da7cf23.secondaryLight__ae1c1190:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-0-33-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-0-33-0)}.button__7da7cf23.secondaryLight__ae1c1190.expanded__96099822,.button__7da7cf23.secondaryLight__ae1c1190:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-0-33-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-0-33-0)}.button__7da7cf23.secondaryLight__ae1c1190:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-0-33-0)}.button__7da7cf23.secondaryLight__ae1c1190:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-0-33-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-0-33-0)}.button__7da7cf23.danger__4a992f7f{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-0-33-0);color:var(--triplex-next-Button-Danger_Color_Default-0-33-0)}.button__7da7cf23.danger__4a992f7f:hover{background:var(--triplex-next-Button-Danger_Background_Hover-0-33-0);color:var(--triplex-next-Button-Danger_Color_Hover-0-33-0)}.button__7da7cf23.danger__4a992f7f.expanded__96099822,.button__7da7cf23.danger__4a992f7f:active{background:var(--triplex-next-Button-Danger_Background_Active-0-33-0);color:var(--triplex-next-Button-Danger_Color_Active-0-33-0)}.button__7da7cf23.danger__4a992f7f:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-0-33-0)}.button__7da7cf23.danger__4a992f7f:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-0-33-0);color:var(--triplex-next-Button-Danger_Color_Disabled-0-33-0)}.button__7da7cf23.link__e25afd2f{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-0-33-0);padding:0}.button__7da7cf23.link__e25afd2f.sm__67fe8131{height:28px;min-width:0px;padding:6px 2px}.button__7da7cf23.link__e25afd2f.md__b9c487bd{height:40px;min-width:0px;padding:10px 2px}.button__7da7cf23.link__e25afd2f.lg__8b00b258{height:56px;min-width:0px;padding:18px 2px}.button__7da7cf23.link__e25afd2f:hover{color:var(--triplex-next-Button-Link_Color_Hover-0-33-0)}.button__7da7cf23.link__e25afd2f.expanded__96099822,.button__7da7cf23.link__e25afd2f:active{color:var(--triplex-next-Button-Link_Color_Active-0-33-0)}.button__7da7cf23.link__e25afd2f:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-0-33-0)}.button__7da7cf23.link__e25afd2f:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-0-33-0)}.button__7da7cf23{position:relative;display:inline-flex;align-items:center;margin:0;border:none;outline:none;background-clip:padding-box;font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600;cursor:pointer;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.button__7da7cf23::-moz-focus-inner{border:none;padding:0}.button__7da7cf23.sm__67fe8131{line-height:16px;font-size:12px}.button__7da7cf23.sm__67fe8131.general__82209319,.button__7da7cf23.sm__67fe8131.secondary__6b25d929,.button__7da7cf23.sm__67fe8131.secondaryLight__ae1c1190,.button__7da7cf23.sm__67fe8131.danger__4a992f7f{height:28px;min-width:58px;padding:0 12px;border-radius:6px}.button__7da7cf23.sm__67fe8131.icon__b4d88d0a{min-height:28px;min-width:28px;padding:0 4px}.button__7da7cf23.md__b9c487bd{line-height:20px;font-size:14px}.button__7da7cf23.md__b9c487bd.general__82209319,.button__7da7cf23.md__b9c487bd.secondary__6b25d929,.button__7da7cf23.md__b9c487bd.secondaryLight__ae1c1190,.button__7da7cf23.md__b9c487bd.danger__4a992f7f{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__7da7cf23.md__b9c487bd.icon__b4d88d0a{min-height:40px;min-width:40px;padding:0 10px}.button__7da7cf23.lg__8b00b258{line-height:20px;font-size:16px}.button__7da7cf23.lg__8b00b258.general__82209319,.button__7da7cf23.lg__8b00b258.secondary__6b25d929,.button__7da7cf23.lg__8b00b258.secondaryLight__ae1c1190,.button__7da7cf23.lg__8b00b258.danger__4a992f7f{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__7da7cf23.lg__8b00b258.icon__b4d88d0a{min-height:56px;min-width:56px;padding:0 12px}.button__7da7cf23:disabled{cursor:default}.button__7da7cf23:disabled *{pointer-events:none}.button__7da7cf23+.button__7da7cf23:not(.block__0672f9ec),.button__7da7cf23+.buttonDropdown__98215e35:not(.block__0672f9ec){margin-left:12px}.button__7da7cf23 .content__668dbc63{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__7da7cf23.block__0672f9ec{display:block;width:100%}.button__7da7cf23.loading__d4678305{pointer-events:none}.button__7da7cf23.loading__d4678305 .content__668dbc63{visibility:hidden}.button__7da7cf23 .loader__86fc502e{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__7da7cf23 .loader__86fc502e.hidden__2abd11a5{visibility:hidden}.buttonDropdownExtended__93af55cb{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__93af55cb .buttonDropdownExtendedBlock__04ecfe1b{padding:4px;margin-top:4px;right:0}.buttonDropdown__98215e35.block__0672f9ec{display:block}.buttonDropdown__98215e35+.button__7da7cf23:not(.block__0672f9ec),.buttonDropdown__98215e35+.buttonDropdown__98215e35:not(.block__0672f9ec){margin-left:12px}.buttonDropdown__98215e35 .buttonDropdownTarget__8d718c4e.md__b9c487bd.dots__a4de58ab{padding:0 8px}.buttonDropdown__98215e35 .buttonDropdownTarget__8d718c4e .caretIcon__740f00f7{margin-left:2px;transition:transform .3s ease-in-out}.buttonDropdown__98215e35 .buttonDropdownTarget__8d718c4e.active__1426e924 .caretIcon__740f00f7{transform:rotate(-180deg)}.buttonDropdown__98215e35 .buttonDropdownMenuItem__417248f1{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__bfd9ac99{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__be2bea69{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__541ca32d{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__fd3ef6dd{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-0-33-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__5b07afd8{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__5b07afd8 .modalWindowContentWrapper__0d25b1f6{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__bfd9ac99 .6s ease}.modalWindow__5b07afd8 .modalWindowContent__16e69342{margin-top:var(--modal-window-top);margin-bottom:100px;width:100%}.modalWindow__5b07afd8 .modalWindowContent__16e69342 .modalWindowBody__be029a12{box-sizing:border-box;animation:fadeIn__a5bbdc0b .3s ease}@keyframes fadeIn__a5bbdc0b{0%{opacity:0}to{opacity:1}}.modalWindow__5b07afd8 .modalWindowContent__16e69342 .spinnerSm__a36eeda9{display:none}@media(max-width:767px){.modalWindow__5b07afd8 .modalWindowContent__16e69342 .spinner__25b87bdd{display:none}.modalWindow__5b07afd8 .modalWindowContent__16e69342 .spinnerSm__a36eeda9{display:flex}}.global-modalWindowTransition-exit .modalWindow__5b07afd8 .modalWindowContentWrapper__0d25b1f6{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__be2bea69 .3s ease}.global-modalWindowTransition-exit .modalWindow__5b07afd8 .modalWindowContentWrapper__0d25b1f6 .modalWindowBody__be029a12{animation:fadeOut__17ff8462 .3s ease}@keyframes fadeOut__17ff8462{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__26bdff82{position:absolute;left:0;right:0;height:0}.modalWindow__5b07afd8.sm__6ce4e937 .modalWindowContentWrapper__0d25b1f6{max-width:480px}.modalWindow__5b07afd8.sm__6ce4e937 .modalWindowContent__16e69342 .modalWindowBody__be029a12{min-height:196px}@media(max-width:575px){.modalWindow__5b07afd8.sm__6ce4e937 .modalWindowContentWrapper__0d25b1f6{max-width:100%}}.modalWindow__5b07afd8.md__20adcee4 .modalWindowContentWrapper__0d25b1f6{max-width:600px}.modalWindow__5b07afd8.md__20adcee4 .modalWindowContent__16e69342 .modalWindowBody__be029a12{min-height:246px}@media(max-width:767px){.modalWindow__5b07afd8.md__20adcee4 .modalWindowContentWrapper__0d25b1f6{max-width:100%}}.modalWindow__5b07afd8.lg__f824d706 .modalWindowContentWrapper__0d25b1f6{max-width:800px}.modalWindow__5b07afd8.lg__f824d706 .modalWindowContent__16e69342 .modalWindowBody__be029a12{min-height:396px}@media(max-width:991px){.modalWindow__5b07afd8.lg__f824d706 .modalWindowContentWrapper__0d25b1f6{max-width:100%}}.modalWindowContentPage__89a3d613{background:var(--triplex-next-ModalWindow-Background-0-33-0);padding:8px!important}.modalWindowContentPage__89a3d613,.modalWindowLoaderScreen__67661f7a{border-radius:32px}@media(max-width:767px){.modalWindowContentPage__89a3d613,.modalWindowLoaderScreen__67661f7a{border-radius:24px}}.islandBody__96cdee95{display:block}.islandHeader__d77295ab,.islandFooter__eecf9ee9,.island__1b849431{position:relative}.island__1b849431.type1__be138151{background-color:var(--triplex-next-Island-Type1_Background-0-33-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-0-33-0)}.island__1b849431.type2__e8c29805{background-color:var(--triplex-next-Island-Type2_Background-0-33-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-0-33-0)}.island__1b849431.type3__4c2d7bfa{background-color:var(--triplex-next-Island-Type3_Background-0-33-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-0-33-0)}.island__1b849431.sm__b5aa1c1b{border-radius:16px;padding:16px}.island__1b849431.sm__b5aa1c1b .islandHeader__d77295ab+.islandBody__96cdee95,.island__1b849431.sm__b5aa1c1b .islandHeader__d77295ab+.islandFooter__eecf9ee9,.island__1b849431.sm__b5aa1c1b .islandBody__96cdee95+.islandFooter__eecf9ee9{margin-top:8px}.island__1b849431.md__0167dea8{border-radius:24px;padding:24px}.island__1b849431.md__0167dea8 .islandHeader__d77295ab+.islandBody__96cdee95,.island__1b849431.md__0167dea8 .islandHeader__d77295ab+.islandFooter__eecf9ee9,.island__1b849431.md__0167dea8 .islandBody__96cdee95+.islandFooter__eecf9ee9{margin-top:12px}.island__1b849431.lg__5394044f{border-radius:32px;padding:32px}.island__1b849431.lg__5394044f .islandHeader__d77295ab+.islandBody__96cdee95,.island__1b849431.lg__5394044f .islandHeader__d77295ab+.islandFooter__eecf9ee9,.island__1b849431.lg__5394044f .islandBody__96cdee95+.islandFooter__eecf9ee9{margin-top:16px}@media(max-width:767px){.island__1b849431.sm__b5aa1c1b,.island__1b849431.md__0167dea8{border-radius:16px;padding:16px}.island__1b849431.lg__5394044f{border-radius:24px;padding:24px}}.modalWindowBody__be029a12{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowBody__be029a12:last-child{margin-bottom:0}.modalWindowClose__6c7ddf03{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media(max-width:767px){.modalWindowClose__6c7ddf03{top:20px;right:20px}}.loaderScreen__0a2495e1{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__0a2495e1.loaderSmallBackdrop__5835f057{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-0-33-0)}.loaderScreen__0a2495e1.loaderMiddleBackdrop__89cd66a5{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-33-0)}.body__f3753d22{position:relative;display:flex}.body__f3753d22 .bodyInner__d1a0ca41{position:relative;flex-grow:1;width:100%}.bodyPage__b28a11de{flex-grow:1}.verticalMargin24__5ffe5955{margin-top:24px;margin-bottom:24px}.verticalMargin16__2bfcbcff{margin-top:16px;margin-bottom:16px}@media(max-width:767px){.verticalMargin24__5ffe5955{margin-top:16px;margin-bottom:16px}.verticalMargin16__2bfcbcff{margin-top:8px;margin-bottom:8px}}.headerTabs__674e340b{display:flex;justify-content:space-between}.headerTabs__674e340b .headerTabsContent__1a8c7020{flex-grow:1;min-width:1px}.headerTabs__674e340b .headerTabsControls__b22b4313{flex-shrink:0;white-space:nowrap;padding-left:24px}@media(max-width:767px){.headerTabs__674e340b{flex-wrap:wrap}.headerTabs__674e340b .headerTabsContent__1a8c7020{width:100%}.headerTabs__674e340b .headerTabsControls__b22b4313{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__674e340b .headerTabsControls__b22b4313>button{margin-left:16px;margin-top:16px}}.headerTitle__527ee3b2{display:flex;justify-content:space-between}.headerTitle__527ee3b2 .headerTitleControls__f35d3fa5{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__3db1c276+.headerTitle__527ee3b2{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media(max-width:767px){.headerTitle__527ee3b2{flex-wrap:wrap}.headerTitle__527ee3b2 .headerTitleContent__098b05a7{width:100%}.headerTitle__527ee3b2 .headerTitleControls__f35d3fa5{padding-left:0;white-space:normal;flex-shrink:initial;margin-left:-16px}.headerTitle__527ee3b2 .headerTitleControls__f35d3fa5>button,.headerTitle__527ee3b2 .headerTitleControls__f35d3fa5>[class*=buttonDropdown]{margin-left:16px;margin-top:16px}}.headerSubheader__fec4cc98{padding:24px 0}.headerSubheader__fec4cc98.withoutPaddings__72ff2f35{padding:0}.headerLayoutSidebar__e06a2e70{display:flex;justify-content:space-between}.headerLayoutSidebarContent__112ba3ab{flex-grow:1;min-width:1px}@media(max-width:767px){.headerLayoutSidebarSidebar__9148b1be{display:none}}.page__2047f049{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__2047f049{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__35d37fc5.sticky__ce04acc8{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__35d37fc5.sticky__ce04acc8[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-33-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__608b7ce0.sticky__ce04acc8{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__608b7ce0.sticky__ce04acc8[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-0-33-0)!important}.footerDescription__4e61d473{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__b8e07ed6{flex-grow:1;margin-right:auto}.footerDescriptionControls__0e349570{margin-left:auto;white-space:nowrap;padding-left:24px}@media(max-width:767px){.footerDescription__4e61d473{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__b8e07ed6{width:100%}.footerDescriptionControls__0e349570{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__0e349570>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__b8e07ed6+.footerDescriptionControls__0e349570{margin-top:0}.footer__b7b07ef0{padding:16px 0}}.modalWindowHeader__df8cf5e3 .global-HeaderTitleContent{padding-right:64px}@media(max-width:767px){.modalWindowHeader__df8cf5e3 .global-HeaderTitleContent{padding-right:72px}}.list__c3cf8af6{margin:0;padding:0;list-style:none;position:relative}.listItemControls__49ad1a74{display:flex;padding:0 16px 0 4px}.listItemContent__b20b57b1{background:var(--triplex-next-ListItem-Background-0-33-0);padding:12px 0 12px 16px;box-sizing:border-box}.listItemContent__b20b57b1.selected__9bd905a3{background:var(--triplex-next-ListItem-Background_Selected-0-33-0)}.listItemContent__b20b57b1.selectable__9d4058d0{border-radius:8px}.listItemControlsButton__9177b32c{margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-0-33-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px;width:92px}.listItemControlsButton__9177b32c:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-0-33-0)}.listItemControlsButton__9177b32c:hover .listItemControlsButtonLabel__9514c81f{color:var(--triplex-next-ListItemControlsButton-Color_Hover-0-33-0)!important}.listItemControlsButton__9177b32c:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-0-33-0)}.listItemControlsButton__9177b32c:active .listItemControlsButtonLabel__9514c81f{color:var(--triplex-next-ListItemControlsButton-Color_Active-0-33-0)!important}.listItemControlsButton__9177b32c+.listItemControlsButton__9177b32c,.listItemControlsButton__9177b32c+.listItemControlsButtonDropdown__e3c8a858{margin-left:4px}.listItemControlsButtonIcon__a850e75c{line-height:0}.listItemControlsButton__9177b32c.withText__f8883416 .listItemControlsButtonIcon__a850e75c{margin-bottom:8px}.listItemControlsButtonLabel__9514c81f{color:var(--triplex-next-ListItemControlsButton-Color_Default-0-33-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__e3c8a858{display:flex}.listItemControlsButtonInner__35bc6082{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__9177b32c.withIcon__cee7bdfd.withText__f8883416 .listItemControlsButtonInner__35bc6082{height:44px;overflow:visible}.buttonDropdownMenuItem__1250cea4{overflow:hidden;text-overflow:ellipsis}.listEmptyState__b31f4db7{padding:64px 16px 16px;text-align:center}.listItemLoading__1fc3e0c1{display:flex;justify-content:center;height:24px;padding:12px 0;position:relative;background-color:var(--triplex-next-ListItem-Background-0-33-0)}.label__0873d565{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__0873d565.sm__0beaca60{min-width:16px;min-height:16px}.label__0873d565.sm__0beaca60.nonempty__09929364{padding:2px 0 2px 24px}.label__0873d565.md__de0cfa27{min-width:24px;min-height:24px}.label__0873d565.md__de0cfa27.nonempty__09929364{padding-left:32px;padding-top:2px}.label__0873d565.lg__068b1c0a{min-width:28px;min-height:28px}.label__0873d565.lg__068b1c0a.nonempty__09929364{padding-left:40px;padding-top:4px}.label__0873d565.disabled__67ad5d82{cursor:default}.label__0873d565[hidden]{display:none}.checkbox__35e8d429{margin:0;opacity:0}.checkboxIcon__64e2b484{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-0-33-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-0-33-0)}.sm__0beaca60 .checkboxIcon__64e2b484{border-radius:4px}.checkmarkIcon__db7241ef{transform:scale(0)}.checkmarkIcon__db7241ef path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-0-33-0)}.checkboxIcon__64e2b484,.checkmarkIcon__db7241ef{pointer-events:none}.checkbox__35e8d429,.checkboxIcon__64e2b484,.checkmarkIcon__db7241ef{position:absolute;left:0;top:0}.sm__0beaca60 .checkbox__35e8d429,.sm__0beaca60 .checkboxIcon__64e2b484,.sm__0beaca60 .checkmarkIcon__db7241ef{width:16px;height:16px;top:2px}.md__de0cfa27 .checkbox__35e8d429,.md__de0cfa27 .checkboxIcon__64e2b484,.md__de0cfa27 .checkmarkIcon__db7241ef{width:24px;height:24px}.lg__068b1c0a .checkbox__35e8d429,.lg__068b1c0a .checkboxIcon__64e2b484,.lg__068b1c0a .checkmarkIcon__db7241ef{width:28px;height:28px}.checkbox__35e8d429:enabled{cursor:pointer}.checkbox__35e8d429:enabled:hover+.checkboxIcon__64e2b484{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-0-33-0);background-color:var(--triplex-next-Checkbox-Background_Hover-0-33-0)}.checkbox__35e8d429:checked+.checkboxIcon__64e2b484{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-0-33-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-0-33-0)}.checkbox__35e8d429:checked~.checkmarkIcon__db7241ef{transform:scale(1);transition:transform .2s ease-out}.checkbox__35e8d429:disabled+.checkboxIcon__64e2b484{background-color:var(--triplex-next-Checkbox-Background_Disabled-0-33-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-0-33-0)}.checkbox__35e8d429:disabled:checked+.checkboxIcon__64e2b484{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-0-33-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-33-0)}.checkbox__35e8d429:disabled~.checkmarkIcon__db7241ef path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-33-0)}.checkbox__35e8d429:focus-visible+.checkboxIcon__64e2b484{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-0-33-0)}.checkbox__35e8d429:checked:enabled:hover+.checkboxIcon__64e2b484{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-0-33-0)}.listItemSelectable__06cc8de7{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-0-33-0);border-radius:8px}.listItemSelectable__06cc8de7.selected__9bd905a3{background:var(--triplex-next-ListItem-Background_Selected-0-33-0)}.checkboxWrapper__d7b1baa3{padding:16px;line-height:0}.childrenWrapper__9bddfad1{flex-grow:1}.checkboxLabel__f5058bc8{padding:0!important;position:relative}.checkboxLabelClickArea__6baa1ae4{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__f5a965ea{position:relative;overflow:hidden}.swipeableArea__f5a965ea .content__bc3e2af7{position:relative;touch-action:pan-y}.swipeableArea__f5a965ea .content__bc3e2af7.disableScroll__7fbfb0b6{touch-action:none}.swipeableArea__f5a965ea .content__bc3e2af7.disablePointerEvents__fc174edf:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__f5a965ea .swipeAnimationFinish__212449a5{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__f5a965ea .leftContent__0f97a30a,.swipeableArea__f5a965ea .rightContent__c8cfec64{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__f5a965ea .rightContent__c8cfec64{left:auto;right:0}.listItemTail__470ddf26{position:absolute;width:18px;top:0;bottom:0;overflow:hidden}.listItemTailLine__9e8909d5{background:var(--triplex-next-ListMaster-Background-0-33-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailLeft__b4e2d095{left:-8px}.listItemTailRight__dcfa6502{right:-10px}.listItemTailTop__bcf162a0{position:absolute;top:0;left:0;right:0}.listItemTailTop__bcf162a0:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-33-0)}.listItemTailTop__bcf162a0:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-33-0)}.listItemTailBottom__1bc0c9c3{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__1bc0c9c3:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-0-33-0)}.listItemTailBottom__1bc0c9c3:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListMaster-Background-0-33-0)}.listItemTable__06c8d03b{margin-bottom:4px}.listItemTable__06c8d03b:last-child{margin-bottom:0}.listItemTable__06c8d03b .swipeableArea__6af0383e{border-radius:8px}.listItemTable__06c8d03b .content__ec39d27d{min-height:56px}.listSortableItemTarget__450b9823{display:flex;gap:16px;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-0-33-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__450b9823:hover{background:var(--triplex-next-ListItem-Background_Hover-0-33-0)}.listSortableItemTarget__450b9823.dragging__a3353e5e{background:var(--triplex-next-ListItem-Background_Dragging-0-33-0);box-shadow:var(--triplex-next-ListItem-Shadow_Dragging-0-33-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__f0e5a6d3{flex:1}.listSortableItemTargetIcon__01664bdd{display:block}.listSortableItem__db2f190b{position:relative}.listSortableItem__db2f190b.dragging__a3353e5e{z-index:1}.listSortableItemControls__31c4026c{display:inline-block}.islandWidgetHeader__6e9cf9a0{display:flex;justify-content:flex-start;align-items:center;gap:8px}.islandWidgetHeader__6e9cf9a0 .islandWidgetHeaderTitle__7e5cd463{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandWidgetHeader__6e9cf9a0 .islandWidgetHeaderControls__9e4e9b68{display:flex;align-items:center;gap:8px}.islandWidgetHeader__6e9cf9a0 .islandWidgetHeaderDescription__d7c5c363{display:flex;flex-grow:1;justify-content:flex-end}.islandWidgetHeader__6e9cf9a0 .caretWrapper__f97b2130{position:absolute;top:16px;right:16px}.islandWidgetHeader__6e9cf9a0 .caretIcon__53418be1{transition:transform .3s ease-in-out}.islandWidgetHeader__6e9cf9a0.open__d05a9152 .caretWrapper__f97b2130 .caretIcon__53418be1{transform:rotate(-180deg)}@media(max-width:767px){.islandWidgetHeader__6e9cf9a0{flex-wrap:wrap;padding-right:32px}.islandWidgetHeader__6e9cf9a0 .islandWidgetHeaderTitle__7e5cd463{white-space:normal}.islandWidgetHeader__6e9cf9a0 .islandWidgetHeaderDescription__d7c5c363{flex-basis:100%;justify-content:flex-start}}.islandWidgetBody__2123f270{padding-top:16px}.islandWidgetFooter__415a1192{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__0cbd79a1{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__243a112e{margin-left:auto;white-space:nowrap}@media(max-width:767px){.islandWidgetFooter__415a1192{flex-direction:column;gap:16px}.islandWidgetFooterControls__243a112e{display:flex;flex-wrap:wrap;gap:12px;margin:0 auto 0 0}.islandWidgetFooterControls__243a112e>button{margin-left:0!important}}.expandAnimation__098b8168{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__7451139b{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-0-33-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media(max-width:767px){.islandWidgetExtraFooter__7451139b{border-radius:0 0 16px 16px}}.islandWidget__a3948146{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__a3948146>*{height:100%}.islandWidgetWithExtraFooter__743ee2e5:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-0-33-0)!important}@media(max-width:767px){.islandWidgetHeaderWrapperAdaptive__4e514483{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__a70dc2a4{display:flex;flex-direction:column}.main__8fb4d786{position:relative;width:100%;height:var(--triplex-next-runtime-ImageGalleryExtended-Main_Height, 504px);border-radius:16px;overflow:hidden;touch-action:pan-y}.main__8fb4d786:hover .arrow__c4286714{opacity:1}.main__8fb4d786 .image__49ac69ac{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none}.imageButton__3978fac1{display:block;width:100%;height:100%;margin:0;padding:0;border:none;background:transparent}.track__e33f08cb{display:flex;width:100%;height:100%;transform:translate(calc(var(--triplex-next-runtime-ImageGalleryExtended-Track_Shift, 0%) + var(--triplex-next-runtime-ImageGalleryExtended-Track_Drag, 0px)));transition:none;will-change:transform}.track__e33f08cb.animating__e7a8da61{transition:transform .3s ease-out}.slide__ee94d478{position:relative;flex:0 0 100%;height:100%;overflow:hidden}.blur__b8e0da28{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover;filter:blur(40px);transform:scale(1.2);pointer-events:none}.clickable__858ccccd{cursor:pointer}.arrow__c4286714{outline:none;position:absolute;top:50%;z-index:2;width:40px;height:40px;transform:translateY(-50%);background:var(--triplex-next-ImageGallery-Arrow_Background_Default-0-33-0);border:1px solid var(--triplex-next-ImageGallery-Arrow_BorderColor_Default-0-33-0);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .15s ease}.arrow__c4286714:focus-visible{opacity:1}.arrow__c4286714:hover{background:var(--triplex-next-ImageGallery-Arrow_Background_Hover-0-33-0);border-color:var(--triplex-next-ImageGallery-Arrow_BorderColor_Hover-0-33-0)}.arrow__c4286714:active{background:var(--triplex-next-ImageGallery-Arrow_Background_Active-0-33-0);border-color:var(--triplex-next-ImageGallery-Arrow_BorderColor_Active-0-33-0)}.arrow__c4286714:disabled{display:none}.arrow__c4286714.prev__3446e3e6{left:16px}.arrow__c4286714.next__6b71d5d4{right:16px}@media(max-width:767px){.main__8fb4d786{height:var(--triplex-next-runtime-ImageGalleryExtended-Main_Height, 264px);border-radius:8px}.arrow__c4286714{display:none}}.thumbnails__b151afad{display:flex;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.thumbnails__b151afad::-webkit-scrollbar{display:none}.thumb__223885de{position:relative;flex:0 0 auto;display:block;margin:0;padding:2px;border:2px solid transparent;border-radius:12px;background:transparent;cursor:pointer;outline:none;transition:border-color .15s ease-in-out}.thumb__223885de+.thumb__223885de{margin-left:8px}.thumb__223885de:focus-visible,.thumb__223885de.active__aae45067{border-color:var(--triplex-next-ImageGallery-Accent_Color-0-33-0)}.thumb__223885de:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:8px;background:var(--triplex-next-ImageGallery-Thumb_Mask_Background-0-33-0);pointer-events:none;transition:opacity .15s ease-in-out}.thumb__223885de:hover:after,.thumb__223885de.active__aae45067:after{opacity:0}.thumb__223885de .image__49ac69ac{display:block;width:72px;height:72px;border-radius:8px;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none}.dots__f45b4d8d{display:flex;justify-content:center;align-items:center;gap:8px}.dot__3e4fd318{width:16px;height:3px;padding:0;margin:0;border:none;border-radius:2px;background:var(--triplex-next-ImageGallery-Dot_Background_Default-0-33-0);cursor:pointer;outline:none;transition:background .15s ease-in-out,width .15s ease-in-out}.dot__3e4fd318:hover{background:var(--triplex-next-ImageGallery-Dot_Background_Hover-0-33-0)}.dot__3e4fd318:focus-visible{box-shadow:0 0 0 2px var(--triplex-next-ImageGallery-Accent_Color-0-33-0)}.dot__3e4fd318.active__aae45067{width:24px;background:var(--triplex-next-ImageGallery-Dot_Background_Active-0-33-0)}.treeView__3e249aaf,.treeViewGroup__9d1fd17a{margin:0;padding:0}.treeView__3e249aaf .treeViewNode__d5bc2ed2,.treeViewGroup__9d1fd17a .treeViewNode__d5bc2ed2{margin:0;padding:0;outline:none;list-style:none}.collapsibleTreeExtendedNodeContent__b8e04b63.collapsed__74066742{visibility:hidden}.collapsibleTreeNodeHeader__0d669503{display:inline-flex;align-items:center;gap:8px;width:100%;margin:0 0 2px;padding:12px;outline:none;border:none;border-radius:8px;background:none;color:inherit}.collapsibleTreeNodeHeader__0d669503.interactive__1814e4e8{cursor:pointer}.collapsibleTreeNodeHeader__0d669503.interactive__1814e4e8:hover{background:var(--triplex-next-CollapsibleTree-Header_Background_Hover-0-33-0)}.collapsibleTreeNodeHeader__0d669503.interactive__1814e4e8:focus-visible{box-shadow:var(--triplex-next-CollapsibleTree-Header_Shadow_Focus-0-33-0)}.chevron__9a05782b{flex:0 0 auto;width:24px;height:24px;transition:transform .2s ease;transform:rotate(0)}.chevron__9a05782b.opened__1b984d20{transform:rotate(90deg)}.collapsibleTreeLeafContent__c701efef{display:block}.collapsibleTreeLeafNode__3dbe149d{margin-bottom:2px!important}.collapsibleTree__4a0da787 [role=group]{padding-left:24px}.chipGroupItem__05d5a8b3{display:inline-block}.chip__e62dab5b{position:relative;display:inline-flex;align-items:center;gap:2px;box-sizing:border-box;min-width:40px;max-width:264px;flex-shrink:0;vertical-align:middle;cursor:pointer;outline:none;color:var(--triplex-next-Chip-Color_Default-0-33-0)}.chip__e62dab5b.lg__0e8a0301{height:56px;padding:0 16px;font-size:16px;line-height:20px;border-radius:10px}.chip__e62dab5b.lg__0e8a0301 .prefix__3889e718{padding-left:16px}.chip__e62dab5b.lg__0e8a0301 .postfix__60f3ae2e{padding-right:12px}.chip__e62dab5b.lg__0e8a0301 .notificationIcon__1474775b{top:6px;right:6px}.chip__e62dab5b.md__8159ef2d{height:40px;padding:0 12px;font-size:14px;line-height:20px;border-radius:8px}.chip__e62dab5b.md__8159ef2d .prefix__3889e718{padding-left:12px}.chip__e62dab5b.md__8159ef2d .postfix__60f3ae2e{padding-right:8px}.chip__e62dab5b.md__8159ef2d .notificationIcon__1474775b{top:4px;right:4px}.chip__e62dab5b.sm__abfe48ee{height:28px;padding:0 12px;font-size:12px;line-height:16px;border-radius:6px}.chip__e62dab5b.sm__abfe48ee .prefix__3889e718{padding-left:8px}.chip__e62dab5b.sm__abfe48ee .postfix__60f3ae2e{padding-right:8px}.chip__e62dab5b.sm__abfe48ee .notificationIcon__1474775b{top:3px;right:3px}.chip__e62dab5b.type1__3d5abaec{background:var(--triplex-next-Chip-Background_Type1_Default-0-33-0)}.chip__e62dab5b.type1__3d5abaec:hover{background:var(--triplex-next-Chip-Background_Type1_Hover-0-33-0)}.chip__e62dab5b.type2__88659b34{background:var(--triplex-next-Chip-Background_Type2_Default-0-33-0)}.chip__e62dab5b.type2__88659b34:hover{background:var(--triplex-next-Chip-Background_Type2_Hover-0-33-0)}.chip__e62dab5b:hover{color:var(--triplex-next-Chip-Color_Hover-0-33-0)}.chip__e62dab5b:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-33-0)}.chip__e62dab5b:active,.chip__e62dab5b[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-0-33-0);color:var(--triplex-next-Chip-Color_Active-0-33-0)}.chip__e62dab5b.selected__af14b045{background:var(--triplex-next-Chip-Background_Selected_Default-0-33-0);color:var(--triplex-next-Chip-Color_Selected_Default-0-33-0)}.chip__e62dab5b.selected__af14b045:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-0-33-0);color:var(--triplex-next-Chip-Color_Selected_Hover-0-33-0)}.chip__e62dab5b.selected__af14b045:active,.chip__e62dab5b.selected__af14b045[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-0-33-0);color:var(--triplex-next-Chip-Color_Selected_Active-0-33-0)}.chip__e62dab5b.selected__af14b045.disabled__198156bb{background:var(--triplex-next-Chip-Background_Selected_Disabled-0-33-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-0-33-0)}.chip__e62dab5b.disabled__198156bb{pointer-events:none;cursor:default;background:var(--triplex-next-Chip-Background_Disabled-0-33-0);color:var(--triplex-next-Chip-Color_Disabled-0-33-0)}.chip__e62dab5b.withPrefix__2720b283{padding-left:0}.chip__e62dab5b.withPostfix__e3f75cfd{padding-right:0}.chip__e62dab5b .content__26da7d01{flex-grow:1;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chip__e62dab5b .prefix__3889e718,.chip__e62dab5b .postfix__60f3ae2e{display:flex}.chip__e62dab5b .notificationIcon__1474775b{position:absolute}.calendarControls__8b2c01a6{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-0-33-0)}.calendarViewDays__093ee208{width:calc(100% + 8px);margin:12px -4px 0;border-spacing:4px 0px;table-layout:fixed}.calendarViewDays__093ee208+.calendarFooter__6d5ab1a1{margin-top:18px}.adaptive__66cb753c .calendarViewDays__093ee208{width:100%;margin:12px 0 0;border-spacing:0}.adaptive__66cb753c .calendarViewDays__093ee208+.calendarFooter__6d5ab1a1{margin-top:12px}.calendarViewMonths__4d6c9014,.calendarViewYears__8cfc282a{width:calc(100% + 12px);margin:8px -6px -14px;border-spacing:6px 14px;table-layout:fixed}.calendarViewMonths__4d6c9014+.calendarFooter__6d5ab1a1,.calendarViewYears__8cfc282a+.calendarFooter__6d5ab1a1{margin-top:22px}.adaptive__66cb753c .calendarViewMonths__4d6c9014,.adaptive__66cb753c .calendarViewYears__8cfc282a{width:100%;margin:4px 0 -8px;border-spacing:0 8px}.adaptive__66cb753c .calendarViewMonths__4d6c9014+.calendarFooter__6d5ab1a1,.adaptive__66cb753c .calendarViewYears__8cfc282a+.calendarFooter__6d5ab1a1{margin-top:12px}.calendarViewDaysHeader__1ee4653a{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-0-33-0)}.calendarViewDaysBody__448e6f2b:before{display:block;content:"";line-height:8px}.calendarViewItem__f2007f2b{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__f2007f2b:focus-visible{outline:none}.calendarViewItem__f2007f2b.current__a505f88c{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.calendarViewItem__f2007f2b.disabled__621ed79d{pointer-events:none}.calendarViewItemLabel__51615070{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-0-33-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-0-33-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-0-33-0);cursor:pointer}.calendarViewItemLabel__51615070.muted__5bc72e42{color:var(--triplex-next-Calendar-View_Item_Color_Muted-0-33-0)}.calendarViewItemLabel__51615070:hover{color:var(--triplex-next-Calendar-View_Item_Color_Hover-0-33-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-0-33-0)}.calendarViewItemLabel__51615070.selected__a1c3c20e{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-33-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-0-33-0)}.calendarViewItemLabel__51615070.selected__a1c3c20e:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-33-0)}.calendarViewItemLabel__51615070.selected__a1c3c20e:hover.basicMark__971674bd:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-33-0)}.calendarViewItemLabel__51615070.selected__a1c3c20e:hover.standardMark__2d3698a9:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-33-0)}.calendarViewItemLabel__51615070.selected__a1c3c20e:hover.attentionMark__a59a3d06:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-33-0)}.calendarViewItemLabel__51615070.selected__a1c3c20e:hover.criticalMark__9ce3c4e3:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-33-0)}.calendarViewItemLabel__51615070.selected__a1c3c20e.muted__5bc72e42{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-33-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-33-0)}.calendarViewItemLabel__51615070.selected__a1c3c20e.muted__5bc72e42:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-33-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-33-0)}.calendarViewItemLabel__51615070.selected__a1c3c20e.basicMark__971674bd:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-33-0)}.calendarViewItemLabel__51615070.selected__a1c3c20e.standardMark__2d3698a9:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-33-0)}.calendarViewItemLabel__51615070.selected__a1c3c20e.attentionMark__a59a3d06:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-33-0)}.calendarViewItemLabel__51615070.selected__a1c3c20e.criticalMark__9ce3c4e3:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-33-0)}.calendarViewItemLabel__51615070.marked__ba533995:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__51615070.basicMark__971674bd:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-33-0)}.calendarViewItemLabel__51615070.standardMark__2d3698a9:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-33-0)}.calendarViewItemLabel__51615070.attentionMark__a59a3d06:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-33-0)}.calendarViewItemLabel__51615070.criticalMark__9ce3c4e3:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-33-0)}.calendarViewItemLabel__51615070.disabled__621ed79d{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-0-33-0);background:none}.calendarViewItem__f2007f2b:focus-visible .calendarViewItemLabel__51615070{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-0-33-0)}.unitDay__33898c9d{width:36px;height:36px;border-radius:6px}.unitMonth__bc73bb2e,.unitYear__6dfe48bb{width:88px;height:48px;border-radius:6px}.adaptive__66cb753c .unitMonth__bc73bb2e,.adaptive__66cb753c .unitYear__6dfe48bb{width:104px;height:56px;border-radius:10px}.calendarFooter__6d5ab1a1{text-align:center}.calendar__1f132a73{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-0-33-0);border-radius:8px;-webkit-user-select:none;user-select:none}.calendar__1f132a73.extraBottom__2954d6ba{padding-bottom:12px}.calendar__1f132a73.adaptive__66cb753c{width:auto;padding:20px 20px 24px}.calendar__1f132a73+.calendar__1f132a73{margin-top:20px}.datePickerExtendedMobileDropdown__b9672f6a{max-height:100vh}.chipDropdownArrow__7cf2bfa6{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__7cf2bfa6.rotated__40a0cb45{transform:rotate(-180deg)}.chipClearButton__52fd6db4{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__52fd6db4:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-33-0)}.dropdownMobileMaskedInput__b1686643{height:20px!important;padding:0!important}.dropdownMobileMaskedInput__b1686643:first-child{top:0}.selectExtendedFieldTarget__cd724e0b{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__cd724e0b .caretIcon__af3904cb{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__cd724e0b.selectOpened__16447cf9 .caretIcon__af3904cb{transform:rotate(180deg)}.selectExtendedFieldTarget__cd724e0b.disabled__1356176c{-webkit-user-select:none;user-select:none;cursor:default}.selectExtendedFieldTarget__cd724e0b.disabled__1356176c .target__38b09e07,.selectExtendedFieldTarget__cd724e0b.disabled__1356176c .caretWrapper__0e306918{pointer-events:none}.selectExtendedField__6bdecb25{position:relative}.multiselectFieldHeader__87708577{padding:12px}.multiselectFieldContent__177d55a8{position:relative;padding:0 12px 12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContent__177d55a8:first-child{padding-top:12px}.multiselectFieldContent__177d55a8:has(.loaderScreen__2cff0b00){overflow:hidden}.multiselectFieldContent__177d55a8.sm__f8e602a9{max-height:208px}.multiselectFieldContent__177d55a8.md__a84cd65c{max-height:266px}.multiselectFieldContent__177d55a8.lg__b4d9abab{max-height:296px}.multiselectFieldFooter__1e4b1f57{padding:0 12px 12px}.multiselectFieldFooter__1e4b1f57:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-0-33-0)}.chipOptionsContent__aafac3d8{min-width:14px;text-align:center;display:block}.tooltipDesktop__ae8ac453{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__ae8ac453 .tooltipBody__eee32426{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-0-33-0)}.tooltipDesktop__ae8ac453 .tooltipXButton__9ce5acbf{position:absolute;right:8px;top:8px}.tooltipDesktopContent__af2a4eed{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-0-33-0);border-radius:8px}.closable__faf08d36 .tooltipDesktopContent__af2a4eed{padding-right:32px}.tooltipSM__508ada56 .tooltipDesktopContent__af2a4eed{width:192px;min-height:52px}.tooltipLG__4a606692 .tooltipDesktopContent__af2a4eed{width:384px;min-height:52px}.tooltipOverlay__d5847265{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__8636f945{width:0;height:0}.tooltipDesktopTip__8636f945.down__3e551503{border-top:solid var(--triplex-next-Tooltip-Background-0-33-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__8636f945.up__9d201670{border-bottom:solid var(--triplex-next-Tooltip-Background-0-33-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__8636f945.left__d7083422{border-right:solid var(--triplex-next-Tooltip-Background-0-33-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__8636f945.right__f41ff4de{border-left:solid var(--triplex-next-Tooltip-Background-0-33-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__6698fe80 .tooltipBody__eee32426{text-align:left}.tooltipMobileContent__1bbeea40{padding:16px}.headerless__dcafd2dd .tooltipMobileContent__1bbeea40{padding-right:40px;border-radius:16px 16px 0 0}.headerless__dcafd2dd .tooltipMobileContent__1bbeea40 .closeButton__ffd6651c{position:absolute;right:16px;top:16px}.tooltipLink__d04a0500{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__e7be27b8{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-0-33-0)}.desktop__e7be27b8:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-33-0)}.desktop__e7be27b8:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-0-33-0)}.desktop__e7be27b8:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-33-0)}.mobile__4e3b8566{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-0-33-0)}.mobile__4e3b8566:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-33-0)}.mobile__4e3b8566:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-0-33-0)}.mobile__4e3b8566:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-33-0)}.chipSuggestInputWrapper__0f05e667{margin:12px}.suggestDropdownMobileBody__3ed91948{height:176px}.suggestDropdownMobileNoOptionsText__d5f5aa28{padding:16px}.checkboxXGroup__d420296f{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__d420296f.indent-12__5dfe9542{margin-left:-6px;margin-right:-6px}.checkboxXGroup__d420296f.indent-12__5dfe9542 .label__0873d565{margin-left:6px;margin-right:6px}.checkboxXGroup__d420296f.indent-16__4ba81d64{margin-left:-8px;margin-right:-8px}.checkboxXGroup__d420296f.indent-16__4ba81d64 .label__0873d565{margin-left:8px;margin-right:8px}.checkboxXGroup__d420296f.indent-20__2d619931{margin-left:-10px;margin-right:-10px}.checkboxXGroup__d420296f.indent-20__2d619931 .label__0873d565{margin-left:10px;margin-right:10px}.checkboxXGroup__d420296f.indent-24__bb690611{margin-left:-12px;margin-right:-12px}.checkboxXGroup__d420296f.indent-24__bb690611 .label__0873d565{margin-left:12px;margin-right:12px}.checkboxXGroup__d420296f.indent-28__d7fef4b8{margin-left:-14px;margin-right:-14px}.checkboxXGroup__d420296f.indent-28__d7fef4b8 .label__0873d565{margin-left:14px;margin-right:14px}.checkboxXGroup__d420296f.indent-32__3b338586{margin-left:-16px;margin-right:-16px}.checkboxXGroup__d420296f.indent-32__3b338586 .label__0873d565{margin-left:16px;margin-right:16px}.checkboxYGroup__b59b3c23{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__b59b3c23 .label__0873d565.sm__0beaca60+.label__0873d565.sm__0beaca60{margin-top:8px}.checkboxYGroup__b59b3c23 .label__0873d565.lg__068b1c0a+.label__0873d565.lg__068b1c0a{margin-top:20px}.checkboxYGroup__b59b3c23 .label__0873d565.md__de0cfa27+.label__0873d565.md__de0cfa27{margin-top:16px}@media(max-width:767px){.checkboxYGroup__b59b3c23{margin:14px 16px}.checkboxYGroup__b59b3c23 .label__0873d565.sm__0beaca60+.label__0873d565.sm__0beaca60,.checkboxYGroup__b59b3c23 .label__0873d565.md__de0cfa27+.label__0873d565.md__de0cfa27,.checkboxYGroup__b59b3c23 .label__0873d565.lg__068b1c0a+.label__0873d565.lg__068b1c0a{margin-top:28px}}.card__6a42408d{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__6a42408d.roundingMD__0b942f95{--radius: 16px}.card__6a42408d.roundingSM__6c1a70d5{--radius: 8px}.card__6a42408d.general__bd70b11e{background:var(--triplex-next-Card-Static_General_Background-0-33-0)}.card__6a42408d.secondary__683dc94e{background:var(--triplex-next-Card-Static_Secondary_Background-0-33-0)}.card__6a42408d .cardMedia__947482f1{background-size:cover;background-repeat:no-repeat;background-position:center}.card__6a42408d .cardContent__eb75b51a{padding:var(--padding);display:flex;flex-direction:column;flex:1}.card__6a42408d .cardContent__eb75b51a.paddingMD__d5713f33{--padding: 24px}.card__6a42408d .cardContent__eb75b51a.paddingSM__898d040a{--padding: 16px}.card__6a42408d .cardContent__eb75b51a .cardContentHeader__7eb1606e{margin-bottom:16px}.card__6a42408d .cardContent__eb75b51a .cardContentBody__cd43fabc{flex:1}.card__6a42408d .cardContent__eb75b51a .cardContentFooter__c7ea7a87{margin-top:16px}.action__b02c3208{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__b02c3208: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__b02c3208.general__bd70b11e{background:var(--triplex-next-Card-Action_General_Background-0-33-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-33-0)}.action__b02c3208.general__bd70b11e:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-0-33-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-33-0)}.action__b02c3208.general__bd70b11e.selected__cb3bf818{background:var(--triplex-next-Card-Action_General_Background_Selected-0-33-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-33-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-33-0)}.action__b02c3208.general__bd70b11e.selected__cb3bf818:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-0-33-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-33-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-33-0)}.action__b02c3208.general__bd70b11e:focus{outline:none}.action__b02c3208.general__bd70b11e:focus.focusVisible__ee3e6a93{box-shadow:var(--triplex-next-Card-Shadow_Default-0-33-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-33-0)}.action__b02c3208.secondary__683dc94e{background:var(--triplex-next-Card-Action_Secondary_Background-0-33-0)}.action__b02c3208.secondary__683dc94e:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-0-33-0)}.action__b02c3208.secondary__683dc94e.selected__cb3bf818{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-0-33-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-0-33-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-33-0)}.action__b02c3208.secondary__683dc94e.selected__cb3bf818:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-33-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-33-0)}.action__b02c3208.secondary__683dc94e:focus{outline:none}.action__b02c3208.secondary__683dc94e:focus.focusVisible__ee3e6a93{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-33-0)}.alertContext__fc0c38db{display:flex;font-size:12px;line-height:16px}.alertContext__fc0c38db>svg{flex-shrink:0}.alertContext__fc0c38db .alertContextText__5c6f6fa9{margin-left:8px}.alertContext__fc0c38db.alertTypeError__5ece9637 .alertContextText__5c6f6fa9{color:var(--triplex-next-AlertContext-Error_Color-0-33-0)}.alertContext__fc0c38db.alertTypeInfo__68c0cbe2 .alertContextText__5c6f6fa9{color:var(--triplex-next-AlertContext-Info_Color-0-33-0)}.alertContext__fc0c38db.alertTypeWarning__99f63e0e .alertContextText__5c6f6fa9{color:var(--triplex-next-AlertContext-Warning_Color-0-33-0)}.alertContext__fc0c38db.alertTypeSystem__d903da03 .alertContextText__5c6f6fa9{color:var(--triplex-next-AlertContext-System_Color-0-33-0)}.alertProcess__c5968c21{display:flex;padding:16px;position:relative}.alertProcess__c5968c21.md__107d1916{border-radius:12px}.alertProcess__c5968c21.lg__c05c4866{border-radius:24px}.alertProcess__c5968c21.withSpoiler__66d01d82{min-height:40px}.alertProcess__c5968c21 .themeIcon__be83796f{box-sizing:border-box;height:20px;width:20px}.alertProcess__c5968c21.alertTypeError__5ece9637{background:var(--triplex-next-AlertProcess-Error_Background-0-33-0)}.alertProcess__c5968c21.alertTypeInfo__68c0cbe2{background:var(--triplex-next-AlertProcess-Info_Background-0-33-0)}.alertProcess__c5968c21.alertTypeWarning__99f63e0e{background:var(--triplex-next-AlertProcess-Warning_Background-0-33-0)}.alertProcess__c5968c21.alertTypeSystem__d903da03{background:var(--triplex-next-AlertProcess-System_Background-0-33-0)}.alertProcess__c5968c21.alertTypeFeature__db0cf702{background:var(--triplex-next-AlertProcess-Feature_Background-0-33-0)}.alertProcess__c5968c21.alertTypeFeature__db0cf702 .themeIcon__be83796f{padding-top:0}.alertProcess__c5968c21 .alertProcessContentBlock__8819817f{flex:1;margin-left:10px}.alertProcess__c5968c21 .alertProcessContentBlock__8819817f .expandableContent__0bf4c909{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__c5968c21 .alertProcessContentBlock__8819817f .expandableContent__0bf4c909.expanded__9c5f1a1b{max-height:1000px;opacity:1}.alertProcess__c5968c21 .closeButton__5d179a57{margin-left:10px}.alertProcess__c5968c21 .expandButton__488fd413{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__c5968c21 .expandButton__488fd413.expanded__9c5f1a1b{transform:rotate(180deg)}.adaptive__5d1f3cea{font-size:10px!important;line-height:12px!important}.avatar__9c4240a3{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-0-33-0)}.avatar__9c4240a3.borderRadius6__06dfd0fe{border-radius:6px}.avatar__9c4240a3.borderRadius8__a9502966{border-radius:8px}.avatar__9c4240a3.borderRadius10__6e6c1cd6{border-radius:10px}.avatar__9c4240a3.borderRadius12__d2f2f7dc{border-radius:12px}.avatar__9c4240a3.borderRadius16__0c9b6d81{border-radius:16px}.avatar__9c4240a3.xxs__dff9192a{width:28px;height:28px}.avatar__9c4240a3.xs__eda2760b{width:32px;height:32px}.avatar__9c4240a3.sm__f506162d{width:40px;height:40px}.avatar__9c4240a3.md__45648d1c{width:56px;height:56px}.avatar__9c4240a3.lg__37ef1138{width:80px;height:80px}.avatar__9c4240a3.xl__28d21fb1{width:96px;height:96px}.avatar__9c4240a3.xxl__3219f1e7{width:128px;height:128px}.carouselExtended__9ef41f8c{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__9ef41f8c::-webkit-scrollbar{display:none}.checkboxTreeExtended__7d11da2b{margin-bottom:-12px}.checkboxTreeExtendedNode__c6a9e1e8 .checkboxTreeExtendedNode__c6a9e1e8:has(.sm__66130dfe){margin-left:16px}.checkboxTreeExtendedNode__c6a9e1e8 .checkboxTreeExtendedNode__c6a9e1e8:has(.md__c8df88fe),.checkboxTreeExtendedNode__c6a9e1e8 .checkboxTreeExtendedNode__c6a9e1e8:has(.lg__4540466d){margin-left:24px}.checkboxTreeExtendedNodeHeader__fc7712b0{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__fc7712b0.sm__66130dfe{margin-bottom:8px}.checkboxTreeExtendedNodeHeader__fc7712b0.md__c8df88fe,.checkboxTreeExtendedNodeHeader__fc7712b0.lg__4540466d{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__fc7712b0 .checkboxTreeCheckboxLabel__0e9a56bb{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__fc7712b0 .caretIconWrapper__fc65d9c1{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__fc7712b0 .caretIconWrapper__fc65d9c1:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-0-33-0)}.checkboxTreeExtendedNodeHeader__fc7712b0.opened__e18cf86e .caretIconWrapper__fc65d9c1{transform:rotate(180deg)}@media(max-width:767px){.checkboxTreeExtended__7d11da2b{padding:0 16px}.checkboxTreeExtended__7d11da2b .checkboxTreeExtendedNodeHeader__fc7712b0{margin-bottom:0}.checkboxTreeExtended__7d11da2b .checkboxTreeExtendedNodeHeader__fc7712b0 .checkboxTreeCheckboxLabel__0e9a56bb{padding-top:16px;padding-bottom:16px}.checkboxTreeExtended__7d11da2b .checkboxTreeExtendedNodeHeader__fc7712b0 .checkboxTreeCheckboxLabel__0e9a56bb>span,.checkboxTreeExtended__7d11da2b .checkboxTreeExtendedNodeHeader__fc7712b0 .checkboxTreeCheckboxLabel__0e9a56bb>svg,.checkboxTreeExtended__7d11da2b .checkboxTreeExtendedNodeHeader__fc7712b0 .checkboxTreeCheckboxLabel__0e9a56bb .checkboxTreeCheckbox__0e2950f2{top:14px}}.chipGroup__fcf486b4{display:flex}.chipGroup__fcf486b4.oneLine__c0065b75{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__fcf486b4.oneLine__c0065b75::-webkit-scrollbar{display:none}.chipGroup__fcf486b4.multiLine__bf8050bf{flex-wrap:wrap}.chipGroup__fcf486b4.lg__05f87fb2{gap:12px}.chipGroup__fcf486b4.md__e7431aa7,.chipGroup__fcf486b4.sm__5e73c4c3{gap:8px}.gridHorizontalGapSM__08567207{--grid-horizontal-gap: 8px}.gridHorizontalGapMD__f4da1d3f{--grid-horizontal-gap: 12px}.col-1__68abb147{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__1a119406{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__08fcfa1a{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__e27335c8{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__27ff3f77{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__3b0fb1c7{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__49ce233f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__76330012{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__c9bb5c7b{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__e2f42e8c{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__3534ea49{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__3f6f46ef{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__efe7949e{margin-left:0%}.offset-1__e6165e2a{margin-left:8.33333333%}.offset-2__e5377bbb{margin-left:16.66666667%}.offset-3__930b09d4{margin-left:25%}.offset-4__fad7e611{margin-left:33.33333333%}.offset-5__b018aa40{margin-left:41.66666667%}.offset-6__8dababcd{margin-left:50%}.offset-7__6fb4a145{margin-left:58.33333333%}.offset-8__2e6559d8{margin-left:66.66666667%}.offset-9__505fc867{margin-left:75%}.offset-10__a8e03224{margin-left:83.33333333%}.offset-11__f296ff35{margin-left:91.66666667%}.d-none__63d081cf{display:none!important}.d-block__27490078{display:block!important}@media(min-width:576px){.col-sm-1__eeb62975{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__fd81f75e{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__061b5204{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__13498603{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__6a7210ca{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__8cb1551b{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__7bc9b04e{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__ba4c3301{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__eed0f518{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__13d2bfce{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__d30e0ec9{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__2b9cc0d9{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__aa968512{margin-left:0%}.offset-sm-1__dab2c6a2{margin-left:8.33333333%}.offset-sm-2__a064ab5e{margin-left:16.66666667%}.offset-sm-3__240bc4e1{margin-left:25%}.offset-sm-4__25a7b072{margin-left:33.33333333%}.offset-sm-5__fd373ca9{margin-left:41.66666667%}.offset-sm-6__2554bb68{margin-left:50%}.offset-sm-7__6df23753{margin-left:58.33333333%}.offset-sm-8__68d9999f{margin-left:66.66666667%}.offset-sm-9__eca0acfb{margin-left:75%}.offset-sm-10__0d0ac9b0{margin-left:83.33333333%}.offset-sm-11__6ac79077{margin-left:91.66666667%}.d-none-sm__ffef699b{display:none!important}.d-block-sm__4e903461{display:block!important}}@media(min-width:768px){.col-md-1__d3525b6f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__fd75f8c3{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__75a3671c{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__1d29829f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__bf9e0afa{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__9cc8db82{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__59e04126{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__37708b35{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__de478a9c{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__d10237f1{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__a0bb2aac{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__93ee222b{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__e228b8a2{margin-left:0%}.offset-md-1__5df64aa1{margin-left:8.33333333%}.offset-md-2__fd0e6a8d{margin-left:16.66666667%}.offset-md-3__b089a58b{margin-left:25%}.offset-md-4__c0188634{margin-left:33.33333333%}.offset-md-5__0567ea8b{margin-left:41.66666667%}.offset-md-6__d238ab31{margin-left:50%}.offset-md-7__5e7b1778{margin-left:58.33333333%}.offset-md-8__f661d514{margin-left:66.66666667%}.offset-md-9__c710366c{margin-left:75%}.offset-md-10__d3b8f413{margin-left:83.33333333%}.offset-md-11__7cee7866{margin-left:91.66666667%}.d-none-md__d41737e5{display:none!important}.d-block-md__a311e562{display:block!important}}@media(min-width:992px){.col-lg-1__8af6a790{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__c0933858{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__8fa568dd{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__031f8aae{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__3e0928bf{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__64b442c6{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__bac2624b{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__75481ccf{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__33843fb3{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__a1b91be3{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__ee9c5bd5{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__c45042b3{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__01cd9b55{margin-left:0%}.offset-lg-1__9127c039{margin-left:8.33333333%}.offset-lg-2__8c5b4cd3{margin-left:16.66666667%}.offset-lg-3__c93d77b2{margin-left:25%}.offset-lg-4__1f445655{margin-left:33.33333333%}.offset-lg-5__abeae19b{margin-left:41.66666667%}.offset-lg-6__5110274a{margin-left:50%}.offset-lg-7__730c522b{margin-left:58.33333333%}.offset-lg-8__cf1115f5{margin-left:66.66666667%}.offset-lg-9__8c7ee9bf{margin-left:75%}.offset-lg-10__804663c1{margin-left:83.33333333%}.offset-lg-11__eb9b70da{margin-left:91.66666667%}.d-none-lg__2e81abfe{display:none!important}.d-block-lg__20c0f9cb{display:block!important}}@media(min-width:1200px){.col-xl-1__d9d76f87{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__11fabb30{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__e3a61190{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__0c49e38e{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__e9504546{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__049be9b7{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__25459399{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__97340791{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__d7705dd2{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__bf793824{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__b1f54e4d{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__eb7aac76{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__b8734c80{margin-left:0%}.offset-xl-1__01992cb2{margin-left:8.33333333%}.offset-xl-2__8c8052e1{margin-left:16.66666667%}.offset-xl-3__b14a1854{margin-left:25%}.offset-xl-4__a1de399b{margin-left:33.33333333%}.offset-xl-5__0d43760b{margin-left:41.66666667%}.offset-xl-6__79ef3f52{margin-left:50%}.offset-xl-7__8b721873{margin-left:58.33333333%}.offset-xl-8__7f7361d7{margin-left:66.66666667%}.offset-xl-9__c19e468a{margin-left:75%}.offset-xl-10__18e62d29{margin-left:83.33333333%}.offset-xl-11__35c0cafe{margin-left:91.66666667%}.d-none-xl__dca4bbdb{display:none!important}.d-block-xl__d9ac9c26{display:block!important}}.confirm__dd0e25e3{flex-grow:1;margin:0 auto;max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2);box-sizing:border-box}.confirm__dd0e25e3.isInLightBox__35fd597c{max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2)}.confirm__dd0e25e3.isInSideOverlaySM__19e601c4{max-width:520px}.confirm__dd0e25e3.isInSideOverlayMD__38bfaaf7{max-width:680px}.confirm__dd0e25e3.isInSideOverlayLG__575706ec{max-width:800px}.confirmCloseButton__c86300cf{position:absolute;top:24px;right:24px}.confirmContent__ac07cb7c{margin-bottom:24px;padding-right:56px}.confirmControls__e6d7bbb1{white-space:nowrap}.confirmContentTitle__34e0296b{margin-bottom:12px}@media(max-width:767px){.confirmCloseButton__c86300cf{top:16px;right:16px}.confirmContent__ac07cb7c{margin-bottom:16px}}.dateRange__4689d3bf{display:flex;align-items:center}.dateRangeButton__761a4017{z-index:1}.separator__0850bc89{width:20px;height:20px;flex-shrink:0}.divider__c6eab180{height:1px;margin:0;background:var(--triplex-next-Divider-Background-0-33-0);border:none}.marginTopSize-4__16e55e18{margin-top:4px}.marginBottomSize-4__e4222f47{margin-bottom:4px}.marginTopSize-8__23beaf81{margin-top:8px}.marginBottomSize-8__d9b8ebd5{margin-bottom:8px}.marginTopSize-12__9ef2f896{margin-top:12px}.marginBottomSize-12__297b745b{margin-bottom:12px}.marginTopSize-16__bd26fed8{margin-top:16px}.marginBottomSize-16__b5dd8acb{margin-bottom:16px}.marginTopSize-20__07692071{margin-top:20px}.marginBottomSize-20__df1a9fd5{margin-bottom:20px}.marginTopSize-24__25aa35fb{margin-top:24px}.marginBottomSize-24__0d606c49{margin-bottom:24px}.marginTopSize-28__706d13d1{margin-top:28px}.marginBottomSize-28__d4ad36db{margin-bottom:28px}.marginTopSize-32__8eaab7d1{margin-top:32px}.marginBottomSize-32__fdafe27f{margin-bottom:32px}.smallInput__df8fda36{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-0-33-0);background:var(--triplex-next-SmallInput-Background-0-33-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-0-33-0)}.smallInput__df8fda36::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-0-33-0);opacity:1}.smallInput__df8fda36::-ms-clear{display:none}.link__97ca1054{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-0-33-0)}.link__97ca1054:hover{color:var(--triplex-next-Link-Text_Color_Hover-0-33-0)}.link__97ca1054:active{color:var(--triplex-next-Link-Text_Color_Active-0-33-0)}.link__97ca1054:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-0-33-0)}.wordWithContent__f9575b4d{white-space:nowrap;display:inline-flex;align-items:center}.before__767e3552 :first-child{margin-right:2px}.after__369dc6a1 :last-child{margin-left:2px}.documentNumberEdit__fe77efb6 .label__42ececea{display:inline-block;margin-right:8px}.documentNumberEdit__fe77efb6 .inputEditWrapper__a5407744{width:68px;display:inline-block}.ellipsisLineClamp__d133a3b2{--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__d133a3b2.oneLine__3e8d6191{word-break:break-all}.size4__bff1dfaa{height:4px}.size8__d75eb6fc{height:8px}.size12__30b87f2c{height:12px}.size16__df278a53{height:16px}.size24__8bbb0303{height:24px}.size32__293b3e59{height:32px}.size64__e8c88ef4{height:64px}.size128__0b160514{height:128px}.emptyView__ec114f0d,.container__0b1f6feb{display:flex;flex-direction:column;align-items:center;width:100%}.icon__74575a8a{flex-shrink:0}.textBlock__e704d91b{text-align:center}button.helpBoxButton__ccc8690b{position:relative;vertical-align:text-bottom}.root__a88b4da8{position:relative;display:flex;flex-direction:column;gap:16px;outline:none}.islandAccordion__911d733e{margin:0;padding:0}.islandAccordion__911d733e .island__e399a63b{padding:0}.islandAccordion__911d733e .item__8ecd0156{position:relative;list-style-type:none}.islandAccordion__911d733e .item__8ecd0156.disabled__addc86cc{cursor:default;pointer-events:none}.islandAccordion__911d733e .item__8ecd0156+.item__8ecd0156.sm__61fdd829,.islandAccordion__911d733e .item__8ecd0156+.item__8ecd0156.md__b57245c4{margin-top:16px}.islandAccordion__911d733e .item__8ecd0156+.item__8ecd0156.lg__21a1b69d{margin-top:24px}.islandAccordion__911d733e .item__8ecd0156 .header__9b0a67c5{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__911d733e .item__8ecd0156 .header__9b0a67c5:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-0-33-0)}.islandAccordion__911d733e .item__8ecd0156.type1__41bf3ecc:not(.opened__6b61f267) .header__9b0a67c5:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-33-0)}.islandAccordion__911d733e .item__8ecd0156.type2__2bf09da6:not(.opened__6b61f267) .header__9b0a67c5:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-33-0)}.islandAccordion__911d733e .item__8ecd0156.type3__42571621:not(.opened__6b61f267) .header__9b0a67c5:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-33-0)}.islandAccordion__911d733e .item__8ecd0156 .footer__28476d04{text-align:right}.islandAccordion__911d733e .item__8ecd0156 .body__d51a2a5c,.islandAccordion__911d733e .item__8ecd0156 .footer__28476d04{visibility:hidden}.islandAccordion__911d733e .item__8ecd0156.opened__6b61f267 .body__d51a2a5c,.islandAccordion__911d733e .item__8ecd0156.opened__6b61f267 .footer__28476d04{visibility:visible}.islandAccordion__911d733e .item__8ecd0156 .caretWrapper__05f5bfb1{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__911d733e .item__8ecd0156 .caretIcon__62f8a7b0{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__911d733e .item__8ecd0156 .title__18fb3737{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__911d733e .item__8ecd0156.sm__61fdd829 .header__9b0a67c5{padding:16px;border-radius:16px}.islandAccordion__911d733e .item__8ecd0156.sm__61fdd829 .title__18fb3737{padding-right:42px}.islandAccordion__911d733e .item__8ecd0156.sm__61fdd829 .body__d51a2a5c,.islandAccordion__911d733e .item__8ecd0156.sm__61fdd829 .footer__28476d04{padding:0 16px 16px}.islandAccordion__911d733e .item__8ecd0156.sm__61fdd829 .caretWrapper__05f5bfb1{right:10px}.islandAccordion__911d733e .item__8ecd0156.sm__61fdd829 .remove__468fb77c{right:-36px;top:18px}.islandAccordion__911d733e .item__8ecd0156.sm__61fdd829 .step__bcf3f1a1{margin-right:12px}.islandAccordion__911d733e .item__8ecd0156.md__b57245c4 .header__9b0a67c5{padding:24px;border-radius:24px}.islandAccordion__911d733e .item__8ecd0156.md__b57245c4 .title__18fb3737{padding-right:42px}.islandAccordion__911d733e .item__8ecd0156.md__b57245c4 .body__d51a2a5c,.islandAccordion__911d733e .item__8ecd0156.md__b57245c4 .footer__28476d04{padding:0 24px 24px}.islandAccordion__911d733e .item__8ecd0156.md__b57245c4 .caretWrapper__05f5bfb1{right:18px}.islandAccordion__911d733e .item__8ecd0156.md__b57245c4 .remove__468fb77c{right:-40px;top:26px}.islandAccordion__911d733e .item__8ecd0156.md__b57245c4 .step__bcf3f1a1{margin-right:12px}.islandAccordion__911d733e .item__8ecd0156.lg__21a1b69d .header__9b0a67c5{padding:32px;border-radius:32px}.islandAccordion__911d733e .item__8ecd0156.lg__21a1b69d .title__18fb3737{padding-right:44px}.islandAccordion__911d733e .item__8ecd0156.lg__21a1b69d .body__d51a2a5c,.islandAccordion__911d733e .item__8ecd0156.lg__21a1b69d .footer__28476d04{padding:0 32px 32px}.islandAccordion__911d733e .item__8ecd0156.lg__21a1b69d .caretWrapper__05f5bfb1{right:24px}.islandAccordion__911d733e .item__8ecd0156.lg__21a1b69d .remove__468fb77c{right:-40px;top:36px}.islandAccordion__911d733e .item__8ecd0156.lg__21a1b69d .step__bcf3f1a1{margin:0 16px 0 0}.islandAccordion__911d733e .item__8ecd0156.opened__6b61f267:not(.disabled__addc86cc) .caretWrapper__05f5bfb1 .caretIcon__62f8a7b0{transform:rotate(-180deg)}.islandAccordion__911d733e .item__8ecd0156 .remove__468fb77c{position:absolute}@media(max-width:767px){.islandAccordion__911d733e .item__8ecd0156 .title__18fb3737{white-space:normal;overflow-wrap:anywhere}.islandAccordion__911d733e .item__8ecd0156 .footer__28476d04{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__911d733e .item__8ecd0156 .footer__28476d04>*{margin-left:0!important}.islandAccordion__911d733e .item__8ecd0156 .caretWrapper__05f5bfb1{transform:none}.islandAccordion__911d733e .item__8ecd0156.sm__61fdd829 .title__18fb3737{padding-right:34px}.islandAccordion__911d733e .item__8ecd0156.sm__61fdd829 .caretWrapper__05f5bfb1{top:18px}.islandAccordion__911d733e .item__8ecd0156.md__b57245c4 .header__9b0a67c5{padding:16px;border-radius:16px}.islandAccordion__911d733e .item__8ecd0156.md__b57245c4 .title__18fb3737{padding-right:34px}.islandAccordion__911d733e .item__8ecd0156.md__b57245c4 .body__d51a2a5c,.islandAccordion__911d733e .item__8ecd0156.md__b57245c4 .footer__28476d04{padding:0 16px 16px}.islandAccordion__911d733e .item__8ecd0156.md__b57245c4 .caretWrapper__05f5bfb1{right:10px;top:18px}.islandAccordion__911d733e .item__8ecd0156.md__b57245c4 .remove__468fb77c{top:18px}.islandAccordion__911d733e .item__8ecd0156.lg__21a1b69d .header__9b0a67c5{padding:24px;border-radius:24px}.islandAccordion__911d733e .item__8ecd0156.lg__21a1b69d .title__18fb3737{padding-right:34px}.islandAccordion__911d733e .item__8ecd0156.lg__21a1b69d .body__d51a2a5c,.islandAccordion__911d733e .item__8ecd0156.lg__21a1b69d .footer__28476d04{padding:0 24px 24px}.islandAccordion__911d733e .item__8ecd0156.lg__21a1b69d .caretWrapper__05f5bfb1{top:26px;right:18px}.islandAccordion__911d733e .item__8ecd0156.lg__21a1b69d .remove__468fb77c{top:26px}}.step__2db96937{display:flex;align-items:center;justify-content:center;box-sizing:border-box;-webkit-user-select:none;user-select:none;cursor:default;border-radius:50%}.step__2db96937.sm__f2d996b1,.step__2db96937.md__3134727c{width:28px;height:28px}.step__2db96937.lg__2bd479d4{width:32px;height:32px}.step__2db96937.default__abe7528a{background-color:var(--triplex-next-Step-Background_Default-0-33-0)}.step__2db96937.default__abe7528a>span{color:var(--triplex-next-Step-Color_Default-0-33-0)}.step__2db96937.done__89425410{background-color:var(--triplex-next-Step-Background_Done-0-33-0)}.step__2db96937.done__89425410>span{color:var(--triplex-next-Step-Color_Done-0-33-0)}.step__2db96937.warning__82a726b9{background-color:var(--triplex-next-Step-Background_Warning-0-33-0)}.step__2db96937.warning__82a726b9>span{color:var(--triplex-next-Step-Color_Warning-0-33-0)}.step__2db96937.active__6d8f0e37{background-color:var(--triplex-next-Step-Background_Active-0-33-0)}.step__2db96937.active__6d8f0e37>span{color:var(--triplex-next-Step-Color_Active-0-33-0)}.step__2db96937.error__0e805868{background-color:var(--triplex-next-Step-Background_Error-0-33-0)}.step__2db96937.error__0e805868>span{color:var(--triplex-next-Step-Color_Error-0-33-0)}.step__2db96937.disabled__0f6b3ba1{background-color:var(--triplex-next-Step-Background_Disabled-0-33-0)}.step__2db96937.disabled__0f6b3ba1>span{color:var(--triplex-next-Step-Color_Disabled-0-33-0)}@media(max-width:767px){.step__2db96937.lg__2bd479d4{width:28px;height:28px}}.lightBox__eca924cc{--lightBox-content-max-width: 864px;display:flex;flex-direction:column;position:fixed;z-index:1300;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);top:var(--lightBox-screen-top);bottom:0;min-width:0;overflow-y:scroll}.lightBox__eca924cc.sm__6ea0fb03{--lightBox-content-max-width: 664px}.lightBox__eca924cc.md__1f24249a{--lightBox-content-max-width: 864px}.lightBox__eca924cc.lg__c19519d0{--lightBox-content-max-width: 1064px}.lightBox__eca924cc.xl__e1367aed{--lightBox-content-max-width: 1264px}.lightBox__eca924cc .lightBoxBackdrop__b73a2488{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-33-0)}.lightBox__eca924cc.lightBoxSideOverlayActive__53c6182a,.lightBox__eca924cc.lightBoxTopOverlayActive__221520fb{overflow-y:hidden}.lightBox__eca924cc .lightBoxContent__6bab35c0{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-0-33-0)}.lightBox__eca924cc .lightBoxContent__6bab35c0>.global-page{width:100%;max-width:var(--lightBox-content-max-width);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBox__eca924cc .lightBoxContent__6bab35c0>.global-page{padding:16px}}.lightBox__eca924cc .loadingContentOverlay__261478a1{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__eca924cc .lightBoxContentResizeWrapper__bb4a5f2f{position:absolute;left:0;right:0;height:0}.lightBox__eca924cc .tempElSafariBug__599b7a32{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__8419be6d,.global-LB-less-or-equal-media-point-0 .lightBox__eca924cc.lightBoxSideOverlayActive__53c6182a{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__6bab35c0{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__6bab35c0{padding-left:80px;padding-right:80px}.lightBoxControls__c776bb97{z-index:100}.withKeyboardEvent__3cb7a9c5{display:inline-block}.withoutKeyboardEvent__0c229532,.lightBox__eca924cc.lightBoxSideOverlayActive__53c6182a .withKeyboardEvent__3cb7a9c5,.lightBox__eca924cc.lightBoxTopOverlayActive__221520fb .withKeyboardEvent__3cb7a9c5,.lightBox__eca924cc.isLoading__ee27f235 .withKeyboardEvent__3cb7a9c5{display:none}.lightBox__eca924cc.lightBoxSideOverlayActive__53c6182a .withoutKeyboardEvent__0c229532,.lightBox__eca924cc.lightBoxTopOverlayActive__221520fb .withoutKeyboardEvent__0c229532,.lightBox__eca924cc.isLoading__ee27f235 .withoutKeyboardEvent__0c229532{display:inline-block}.lightBox__eca924cc.isLoading__ee27f235 .lightBoxPrev__664422be,.lightBox__eca924cc.isLoading__ee27f235 .lightBoxNext__28526ead{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__c776bb97{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__f093c380{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__fd1ee6b6{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__7718c7bc{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__664422be,.global-LB-less-or-equal-media-point-0 .lightBoxNext__28526ead{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__664422be{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__d9e5979a,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__b5c24d46{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__c776bb97{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__f093c380{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__fd1ee6b6{display:none}.global-LB-more-media-point-0 .lightBoxClose__7718c7bc{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__664422be,.global-LB-more-media-point-0 .lightBoxNext__28526ead{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__664422be{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__28526ead{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__930990ff{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__930990ff.fixed__105fe07c{position:fixed}.overlay__930990ff.closing__61245d1b,.overlay__930990ff.opened__4deb939d{visibility:visible;left:0;right:0}.overlayPanel__6d439aab{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-0-33-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__6d439aab.bottom__7da0f481{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__6d439aab.left__83758e65{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__6d439aab.right__edf734af{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__6d439aab.top__ee6b0db6{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__6d439aab.left__83758e65.opened__4deb939d,.overlayPanel__6d439aab.right__edf734af.opened__4deb939d{transform:translate(0)}.overlayPanel__6d439aab.top__ee6b0db6.opened__4deb939d,.overlayPanel__6d439aab.bottom__7da0f481.opened__4deb939d{transform:translateY(0)}.overlayContent__4e42112e{display:flex;min-height:100%}.overlayMask__782c14ed{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-0-33-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__782c14ed.overlayOpened__2d2309d8{opacity:1}.lightBoxSideOverlayLoaderWrapper__d83a104d{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__a2959510{position:absolute;top:24px;right:24px;bottom:0;pointer-events:none}.lightBoxSideOverlayCloseDesktop__bc06962b{position:sticky;top:24px;pointer-events:auto}.lightBoxSideOverlayCloseMobile__6fe44bf0{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__a2959510{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__6fe44bf0{display:block}@media(max-width:767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__6fe44bf0{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__a2959510{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__6fe44bf0{display:none}.lightBoxSideOverlayMask__21e2a42b{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-33-0)}.lightBoxSideOverlayWrapper__26331611{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__26331611.overflowXHidden__4825795a{overflow-x:hidden}.lightBoxSideOverlayWrapper__26331611.overflowYHidden__4bfef6e0{overflow-y:hidden}.lightBoxSideOverlayWrapper__26331611.closing__33494c96,.lightBoxSideOverlayWrapper__26331611.opened__eece6450{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__26331611.closing__33494c96{pointer-events:none}.lightBoxSideOverlayWrapper__26331611 .global-page{max-width:var(--lightBox-content-max-width, 864px);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBoxSideOverlayWrapper__26331611 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__26331611 .lightBoxSideOverlayContent__c2b21104{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-SideOverlay_Background-0-33-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__26331611 .lightBoxSideOverlayContent__c2b21104.opened__eece6450{transform:none}.lightBoxSideOverlayWrapper__26331611 .lightBoxSideOverlayContent__c2b21104.opening__9dae0da7{transform:translateY(0)}.lightBoxSideOverlayWrapper__26331611.sm__6ea0fb03 .global-page{width:584px;max-width:100%}.lightBoxSideOverlayWrapper__26331611.md__1f24249a .global-page{width:744px;max-width:100%}.lightBoxSideOverlayWrapper__26331611.lg__c19519d0 .global-page{width:864px;max-width:100%}.lightBoxSideOverlayWrapper__26331611 .lightBoxSideOverlayBase__8d3cc37d{overflow:visible;bottom:auto;height:100%}@media(max-width:767px){.lightBoxSideOverlayWrapper__26331611 .lightBoxSideOverlayContent__c2b21104{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__26331611 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__26331611 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__8df692d3{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__8df692d3.closing__33494c96,.lightBoxSideOverlay__8df692d3.opening__9dae0da7{overflow-x:hidden}.topOverlayMask__09a8c7b2{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-0-33-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__f3d70386{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__f3d70386.closing__c2eba3da,.topOverlayWrapper__f3d70386.opened__0adbd0b4{bottom:0}.topOverlayWrapper__f3d70386 .topOverlayPanel__0e5a40ce{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__9c1965ce{z-index:500}@media(max-width:767px){.topOverlayPanel__0e5a40ce{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__2f994eb6{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: var(--lightBox-content-max-width, 864px);--left-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;left:var(--left-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--left-position) * 2) / 2 + var(--additional-width))}.lightBoxLeftSidebar__2f994eb6.fixed__107663d3{position:fixed}.lightBoxRightSidebar__8d6e5d48{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: var(--lightBox-content-max-width, 864px);--right-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;right:var(--right-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--right-position) * 2) / 2 + var(--additional-width))}.lightBoxRightSidebar__8d6e5d48.fixed__107663d3{position:fixed}.hidden__7d44b961{display:none}html.scroll-0__6263e270{--triplex-next-scroll-width: 0px}html.scroll-15__d7b1018b{--triplex-next-scroll-width: 15px}html.scroll-16__045d593f{--triplex-next-scroll-width: 16px}html.scroll-17__345d1588{--triplex-next-scroll-width: 17px}.listMasterChipGroup__7d1063ab{padding:0 16px}.listMasterFooter__a68aefbd{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-0-33-0);box-shadow:var(--triplex-next-ListMaster-Footer_Shadow-0-33-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__a68aefbd.sticky__60827b5b{position:sticky;bottom:0}.listMasterFooterDescription__4b03cc8f{padding-right:16px}.listMasterFooterControls__63dd4379{white-space:nowrap}.listMasterHeader__5265ee11{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-0-33-0);box-shadow:var(--triplex-next-ListMaster-Header_Shadow-0-33-0)}.listMasterHeader__5265ee11.sticky__60827b5b{position:sticky;top:0;z-index:2}.selectionControls__f3701088{display:flex;justify-content:space-between;align-items:center}.marker__a46c4547.success__4831cd66{background:var(--triplex-next-Marker-Background_Success-0-33-0)}.marker__a46c4547.error__86653453{background:var(--triplex-next-Marker-Background_Error-0-33-0)}.marker__a46c4547.warning__ba78b708{background:var(--triplex-next-Marker-Background_Warning-0-33-0)}.marker__a46c4547.waiting__5c21f2e4{background:var(--triplex-next-Marker-Background_Waiting-0-33-0)}.markerStatus__e451dc32{line-height:0;display:flex;align-items:start}.markerStatus__e451dc32 .contentContainer__e0ab0a57{display:flex;flex-direction:column;text-align:left}.markerStatus__e451dc32.md__dfd9baa9{gap:4px}.markerStatus__e451dc32.md__dfd9baa9 .markerContainer__204be9cc{margin-top:4px}.markerStatus__e451dc32.lg__ba900b9b{gap:6px}.markerStatus__e451dc32.lg__ba900b9b .contentContainer__e0ab0a57{gap:4px}.markerStatus__e451dc32.lg__ba900b9b .markerContainer__204be9cc{margin-top:5px}.monthYearRange__d5872d90{display:flex;align-items:center}.monthYearRangeButton__432b9a51{z-index:1}.separator__c2b2f624{width:16px;height:16px;flex-shrink:0}.orderedListItem__29adb2c2{counter-increment:list-item-tx}.orderedListItem__29adb2c2:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__29adb2c2+.orderedListItem__29adb2c2{margin-top:8px}.orderedList__59e59288{--start-index-tx: 0;position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx var(--start-index-tx)}.paginationExtended__b369bd7a{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__c970ce8d .directionIconNext__d6cb3cda{transform:rotate(180deg)}.paginationPageEllipsis__ba1aa137{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;cursor:default}.paginationPageButton__fbd282b2{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__fbd282b2:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-0-33-0);outline:none}.paginationPageButton__fbd282b2:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-0-33-0)}.paginationPageButton__fbd282b2:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-0-33-0);cursor:grabbing}.paginationPageButton__fbd282b2.currentPage__e156cd7f{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-0-33-0);cursor:default}.paginationNavigationExtended__87b335a9{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__e6d53f01{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__e6d53f01 .paginationSelectControl__7627107b{margin-left:8px;min-width:72px}.row__a82e9b8e{display:flex;flex-wrap:wrap;padding-bottom:16px}.row__a82e9b8e.noPaddingBottom__52be4cce,.row__a82e9b8e:last-child{padding-bottom:0}.row__a82e9b8e.SM__3d4006a6{margin-left:-8px;margin-right:-8px}.row__a82e9b8e.MD__a6ce79fc{margin-left:-12px;margin-right:-12px}.segmentedControlSegment__9e9649e1{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-0-33-0);outline:none;cursor:pointer}.segmentedControlSegment__9e9649e1:disabled{cursor:default}.sm__5fd7f727 .segmentedControlSegment__9e9649e1{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__f2c45687 .segmentedControlSegment__9e9649e1{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__5d658a41 .segmentedControlSegment__9e9649e1{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__a8f42b83 .segmentedControlSegment__9e9649e1{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-33-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-33-0)}.general1__a8f42b83 .segmentedControlSegment__9e9649e1:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-33-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-33-0)}.general1__a8f42b83 .segmentedControlSegment__9e9649e1:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-33-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-33-0)}.general1__a8f42b83 .segmentedControlSegment__9e9649e1.selected__e6630532{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-33-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-33-0)}.general1__a8f42b83 .segmentedControlSegment__9e9649e1.selected__e6630532:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-33-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-33-0)}.general1__a8f42b83 .segmentedControlSegment__9e9649e1.selected__e6630532:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-33-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-33-0)}.general2__c0c205dd .segmentedControlSegment__9e9649e1{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-33-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-33-0)}.general2__c0c205dd .segmentedControlSegment__9e9649e1:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-33-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-33-0)}.general2__c0c205dd .segmentedControlSegment__9e9649e1:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-33-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-33-0)}.general2__c0c205dd .segmentedControlSegment__9e9649e1.selected__e6630532{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-33-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-33-0)}.general2__c0c205dd .segmentedControlSegment__9e9649e1.selected__e6630532:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-33-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-33-0)}.general2__c0c205dd .segmentedControlSegment__9e9649e1.selected__e6630532:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-33-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-33-0)}.secondary1__8e56131a .segmentedControlSegment__9e9649e1{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-33-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-33-0)}.secondary1__8e56131a .segmentedControlSegment__9e9649e1:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-33-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-33-0)}.secondary1__8e56131a .segmentedControlSegment__9e9649e1:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-33-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-33-0)}.secondary1__8e56131a .segmentedControlSegment__9e9649e1.selected__e6630532{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-33-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-33-0)}.secondary1__8e56131a .segmentedControlSegment__9e9649e1.selected__e6630532:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-33-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-33-0)}.secondary2__548063a8 .segmentedControlSegment__9e9649e1{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-33-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-33-0)}.secondary2__548063a8 .segmentedControlSegment__9e9649e1:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-33-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-33-0)}.secondary2__548063a8 .segmentedControlSegment__9e9649e1:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-33-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-33-0)}.secondary2__548063a8 .segmentedControlSegment__9e9649e1.selected__e6630532{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-33-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-33-0)}.secondary2__548063a8 .segmentedControlSegment__9e9649e1.selected__e6630532:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-33-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-33-0)}.segmentedControlSegment__9e9649e1:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-33-0)}.content__04239f15{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__114cace8{display:flex;gap:4px}.segmentedControl__114cace8.general1__a8f42b83{background:var(--triplex-next-SegmentedControl-General_1_Background-0-33-0)}.segmentedControl__114cace8.secondary1__8e56131a{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-0-33-0)}.segmentedControl__114cace8.general2__c0c205dd{background:var(--triplex-next-SegmentedControl-General_2_Background-0-33-0)}.segmentedControl__114cace8.secondary2__548063a8{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-0-33-0)}.segmentedControl__114cace8.sm__5fd7f727{border-radius:6px;padding:4px}.segmentedControl__114cace8.md__f2c45687{border-radius:8px;padding:4px}.segmentedControl__114cace8.lg__5d658a41{border-radius:10px;padding:8px}.skeleton__68fdfd77{border-radius:16px;flex-grow:1}.skeleton__68fdfd77.light__05805907{animation:skeleton-light-pulse__4fb0efb1 2s ease-in-out infinite}.skeleton__68fdfd77.dark__5eb68c4f{animation:skeleton-dark-pulse__2fb3f38c 2s ease-in-out infinite}@keyframes skeleton-light-pulse__4fb0efb1{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-33-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-0-33-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-33-0)}}@keyframes skeleton-dark-pulse__2fb3f38c{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-33-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-0-33-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-33-0)}}.sliderExtendedDot__ad26575d{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-0-33-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__ad26575d:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-33-0)}.sliderExtendedDot__ad26575d.focusedByClick__6b37fafc:focus{box-shadow:none}.sliderExtendedDot__ad26575d:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-0-33-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__ad26575d:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-0-33-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__ad26575d.disabled__5e5606e9{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-0-33-0)}.sliderExtendedDot__ad26575d.disabled__5e5606e9:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-0-33-0)}.sliderExtendedDot__ad26575d.disabled__5e5606e9:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-0-33-0)}.sliderExtendedDot__ad26575d:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-0-33-0)}.sliderExtendedDot__ad26575d:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-33-0)}.sliderExtendedDot__ad26575d.dragByMouse__b98b593d{background:var(--triplex-next-Slider-Dot_Background_Select-0-33-0)}.sliderExtendedDot__ad26575d.dragByMouse__b98b593d:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-33-0)}.sliderExtendedDot__ad26575d:hover .sliderExtendedTooltipOverlay__9ab26c43,.sliderExtendedDot__ad26575d:focus .sliderExtendedTooltipOverlay__9ab26c43{visibility:visible}.sliderExtendedDot__ad26575d.lg__b19d94cb{width:28px;height:28px}.sliderExtendedDot__ad26575d.lg__b19d94cb:after{width:10px;height:10px}.sliderExtendedDot__ad26575d.lg__b19d94cb:before{width:14px;height:14px}.sliderExtendedMarks__301ab79d{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__bea73a3f{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__bea73a3f .sliderExtendedMarkDot__7204bb08{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-0-33-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__bea73a3f .sliderExtendedMarkDot__7204bb08.inSelectedRange__e8abc228{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-0-33-0)}.sliderExtendedMark__bea73a3f.lg__b19d94cb{top:20px}.sliderExtendedMark__bea73a3f.lg__b19d94cb .sliderExtendedMarkDot__7204bb08{top:-20px}.sliderExtendedMark__bea73a3f .sliderExtendedMarkText__5c10fa24{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__bea73a3f.disabled__5e5606e9{pointer-events:none}.sliderExtendedMark__bea73a3f.disabled__5e5606e9 .sliderExtendedMarkText__5c10fa24{pointer-events:none;opacity:.35}.sliderExtendedMark__bea73a3f.disabled__5e5606e9 .sliderExtendedMarkDot__7204bb08{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-33-0)}.sliderExtendedMark__bea73a3f:first-child,.sliderExtendedMark__bea73a3f:last-child{transform:none}.sliderExtendedMark__bea73a3f:first-child.reverse__bb023016 .sliderExtendedMarkDot__7204bb08{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__bea73a3f:first-child.reverse__bb023016 .sliderExtendedMarkText__5c10fa24{margin-right:-4px}.sliderExtendedMark__bea73a3f:first-child:not(.reverse__bb023016) .sliderExtendedMarkDot__7204bb08{left:0;transform:translate(-50%)}.sliderExtendedMark__bea73a3f:first-child .sliderExtendedMarkText__5c10fa24{margin-left:-4px}.sliderExtendedMark__bea73a3f:last-child.reverse__bb023016 .sliderExtendedMarkDot__7204bb08{left:0;transform:translate(-50%)}.sliderExtendedMark__bea73a3f:last-child.reverse__bb023016 .sliderExtendedMarkText__5c10fa24{margin-left:-4px}.sliderExtendedMark__bea73a3f:last-child:not(.reverse__bb023016) .sliderExtendedMarkDot__7204bb08{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__bea73a3f:last-child .sliderExtendedMarkText__5c10fa24{margin-right:-4px}.sliderExtendedMark__bea73a3f.active__110c2319{pointer-events:none}.sliderExtendedRail__3ca388cd{height:4px;background:var(--triplex-next-Slider-Rail_Background-0-33-0);cursor:pointer}.sliderExtended__fdf7e2b3{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__fdf7e2b3.disabled__5e5606e9 .sliderExtendedRail__3ca388cd{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-0-33-0)}.sliderExtended__fdf7e2b3.lg__b19d94cb{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__515dc6c3{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-0-33-0);z-index:10}.sliderExtendedTrack__515dc6c3.lg__b19d94cb{top:12px}.sliderExtendedTrack__515dc6c3:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-33-0)}.sliderExtendedTrack__515dc6c3.focusedByClick__6b37fafc:focus{box-shadow:none}.sliderExtendedTrack__515dc6c3.hoverOrDragByMouse__d34cfdd6{background:var(--triplex-next-Slider-Track_Background_Hover-0-33-0)}.sliderExtendedTrack__515dc6c3.staticSlider__d76b50e7{cursor:default;pointer-events:none}.sliderExtendedTrack__515dc6c3.disabled__5e5606e9{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-0-33-0)}.sliderExtendedTooltipOverlay__9ab26c43{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__9ab26c43.lg__b19d94cb{bottom:32px}.sliderExtendedTooltipOverlay__9ab26c43 .tooltipBody__29eb990f{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-0-33-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-0-33-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__9ab26c43 .tooltipTip__3dfe4214{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-0-33-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.sliderExtendedTooltipOverlay__9ab26c43 .tooltipTip__3dfe4214{margin:-.5px}}.smsField__75faaa1b{display:inline-block;position:relative;width:100%}.smsField__75faaa1b .input__7f27692a{text-align:center}.smsField__75faaa1b .input__7f27692a::placeholder{opacity:1}.smsField__75faaa1b .input__7f27692a:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-0-33-0)}.smsField__75faaa1b .input__7f27692a.lg__0254274d{padding:18px 40px}.smsField__75faaa1b .input__7f27692a.md__9612e48c{padding-left:26px;padding-right:26px}.smsField__75faaa1b .input__7f27692a.sm__b2b42ea1{padding-left:20px;padding-right:20px}.smsField__75faaa1b .btnRefresh__587f56a3{position:absolute;outline:none;z-index:1}.smsField__75faaa1b .btnRefresh__587f56a3.lg__0254274d{top:12px;left:12px;height:32px;width:32px}.smsField__75faaa1b .btnRefresh__587f56a3.md__9612e48c{top:10px;left:10px}.smsField__75faaa1b .btnRefresh__587f56a3.sm__b2b42ea1{top:4px;left:4px}.smsField__75faaa1b .btnRefresh__587f56a3 .full__52dffa0b{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-0-33-0)}.smsField__75faaa1b .btnRefresh__587f56a3 .empty__cbf4b631{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-0-33-0)}.smsField__75faaa1b .btnRefresh__587f56a3:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-0-33-0)}.smsField__75faaa1b .btnSubmit__0c630fba{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-0-33-0)}.smsField__75faaa1b .btnSubmit__0c630fba.active__91dfdd65:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-0-33-0)}.smsField__75faaa1b .btnSubmit__0c630fba.active__91dfdd65:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-0-33-0)}.smsField__75faaa1b .btnSubmit__0c630fba.lg__0254274d{top:15px;right:15px;height:26px;width:26px}.smsField__75faaa1b .btnSubmit__0c630fba.md__9612e48c{top:10px;right:10px}.smsField__75faaa1b .btnSubmit__0c630fba.sm__b2b42ea1{top:4px;right:4px}.spoiler__2e8f1556{display:flex;flex-direction:column}.spoiler__2e8f1556.opened__d94d3907 .caretIcon__e3837ec7{transform:rotate(-180deg)}.spoiler__2e8f1556 .head__81b8afb7 .caretIcon__e3837ec7{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__2e8f1556 .head__81b8afb7 button>span{white-space:normal;text-align:left}.spoiler__2e8f1556 .content__0aa25333.hidden__e064017f{display:none}.spoiler__2e8f1556 .lg__72e5398b .content__0aa25333{margin-top:8px}.spoiler__2e8f1556 .md__08317c48 .content__0aa25333{margin-top:0}.spoiler__2e8f1556 .sm__62b1f853 .content__0aa25333{margin-top:-4px}.statusTrackerWrapper__37bbf56d{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-0-33-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-0-33-0);overflow:hidden;height:100%}.statusTrackerWrapper__37bbf56d .statusTracker__23ac6692{width:100%;padding:40px 24px 16px;box-sizing:border-box;z-index:1;text-align:center}.statusTrackerWrapper__37bbf56d .statusTracker__23ac6692.verticalAlignMiddle__b8ae5bb6{align-self:center}.statusTrackerWrapper__37bbf56d .statusTracker__23ac6692.verticalAlignBottom__c385dcab{align-self:end}.statusTrackerWrapper__37bbf56d .statusTracker__23ac6692 .statusTrackerChild__ff6c6844{padding:8px 0}.statusTrackerWrapper__37bbf56d .statusTracker__23ac6692 .statusTrackerChild__ff6c6844:empty{padding:0}.statusTrackerWrapper__37bbf56d .statusTracker__23ac6692 .statusTrackerSum__28825777,.statusTrackerWrapper__37bbf56d .statusTracker__23ac6692 .statusTrackerTitle__a233f114{padding-bottom:4px}.statusTrackerWrapper__37bbf56d .statusTracker__23ac6692 .statusTrackerDescription__1415907e{display:block;padding-top:8px}.statusTrackerWrapper__37bbf56d .statusTracker__23ac6692 .statusTrackerAlert__feac3d16{margin-top:12px;text-align:left}.statusTrackerWrapper__37bbf56d .statusTracker__23ac6692 .statusTrackerStatus__f5a893d5{display:inline-flex;margin-bottom:4px}.statusTrackerWrapper__37bbf56d .statusTracker__23ac6692 .statusTrackerFooterWrapper__13fb7ce3{display:grid}.statusTrackerWrapper__37bbf56d .statusTracker__23ac6692 .statusTrackerFooterWrapper__13fb7ce3 .statusTrackerDescription__1415907e:last-child{padding-top:0}.statusTrackerWrapper__37bbf56d .statusTracker__23ac6692 .statusTrackerFooterWrapper__13fb7ce3 .statusTrackerButton__8f1a2911{margin-bottom:12px}.statusTrackerWrapper__37bbf56d .statusTracker__23ac6692 .statusTrackerFooterWrapper__13fb7ce3 .statusTrackerButton__8f1a2911:last-child{margin-bottom:0}.statusTrackerWrapper__37bbf56d .statusTrackerColor__460c799c{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__37bbf56d .statusTrackerColor__460c799c.waiting__d319de5f{background:var(--triplex-next-StatusTracker-Waiting_Color-0-33-0)}.statusTrackerWrapper__37bbf56d .statusTrackerColor__460c799c.warning__9e458035{background:var(--triplex-next-StatusTracker-Warning_Background-0-33-0)}.statusTrackerWrapper__37bbf56d .statusTrackerColor__460c799c.rejected__66c0e44b{background:var(--triplex-next-StatusTracker-Rejected_Color-0-33-0)}.statusTrackerWrapper__37bbf56d .statusTrackerColor__460c799c.approved__d1d30395{background:var(--triplex-next-StatusTracker-Approved_Color-0-33-0)}.statusTrackerWrapper__37bbf56d .statusTrackerBackground__c79733bf{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__37bbf56d .statusTrackerBackground__c79733bf.waiting__d319de5f{background:var(--triplex-next-StatusTracker-Waiting_Background-0-33-0)}.statusTrackerWrapper__37bbf56d .statusTrackerBackground__c79733bf.warning__9e458035{background:var(--triplex-next-StatusTracker-Warning_Background-0-33-0)}.statusTrackerWrapper__37bbf56d .statusTrackerBackground__c79733bf.rejected__66c0e44b{background:var(--triplex-next-StatusTracker-Rejected_Background-0-33-0)}.statusTrackerWrapper__37bbf56d .statusTrackerBackground__c79733bf.approved__d1d30395{background:var(--triplex-next-StatusTracker-Approved_Background-0-33-0)}@media(max-width:767px){.statusTrackerWrapper__37bbf56d{border-radius:16px}}.statusTrackerStatusGroup__12ec0b31{display:flex;flex-direction:column;align-items:flex-start;margin:0 auto;width:fit-content}.stepperStep__d2727dee{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__d2727dee+.stepperStep__d2727dee{margin-left:12px}.stepperStep__d2727dee.sm__c0014822{font-size:12px;line-height:16px}.stepperStep__d2727dee.sm__c0014822:not(:last-child) .content__d1fc5bdd{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__d2727dee.sm__c0014822:last-child .content__d1fc5bdd{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__d2727dee.sm__c0014822:last-child .arrow__c9de9bf9{display:none}.stepperStep__d2727dee.md__d91e66af{font-size:14px;line-height:20px}.stepperStep__d2727dee.md__d91e66af:not(:last-child) .content__d1fc5bdd{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__d2727dee.md__d91e66af:last-child .content__d1fc5bdd{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__d2727dee.md__d91e66af:last-child .arrow__c9de9bf9{display:none}.stepperStep__d2727dee.lg__46307780{font-size:16px;line-height:20px}.stepperStep__d2727dee.lg__46307780:not(:last-child) .content__d1fc5bdd{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__d2727dee.lg__46307780:last-child .content__d1fc5bdd{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__d2727dee.lg__46307780:last-child .arrow__c9de9bf9{display:none}.stepperStep__d2727dee:hover:not(.active__62431be7):not(.disabled__0f3ac5d4) .content__d1fc5bdd{border-color:var(--triplex-next-Stepper-Step_Background_Hover-0-33-0);background:var(--triplex-next-Stepper-Step_Background_Hover-0-33-0)}.stepperStep__d2727dee:hover:not(.active__62431be7):not(.disabled__0f3ac5d4) .arrow__c9de9bf9 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-33-0)}.stepperStep__d2727dee:hover:not(.active__62431be7):not(.disabled__0f3ac5d4) .arrow__c9de9bf9 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-33-0)}.stepperStep__d2727dee.active__62431be7{cursor:default}.stepperStep__d2727dee.active__62431be7 .content__d1fc5bdd{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-0-33-0)}.stepperStep__d2727dee.active__62431be7 .arrow__c9de9bf9 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-0-33-0)}.stepperStep__d2727dee.active__62431be7.error__1774cd57 .content__d1fc5bdd{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-0-33-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-33-0)}.stepperStep__d2727dee.active__62431be7.error__1774cd57 .arrow__c9de9bf9 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-33-0)}.stepperStep__d2727dee.active__62431be7.error__1774cd57 .arrow__c9de9bf9 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-0-33-0)}.stepperStep__d2727dee.active__62431be7.warning__3237920c .content__d1fc5bdd{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-33-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-33-0)}.stepperStep__d2727dee.active__62431be7.warning__3237920c .arrow__c9de9bf9 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-33-0)}.stepperStep__d2727dee.active__62431be7.warning__3237920c .arrow__c9de9bf9 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-33-0)}.stepperStep__d2727dee.completed__d5c69ac8.error__1774cd57 .content__d1fc5bdd{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-33-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-33-0)}.stepperStep__d2727dee.completed__d5c69ac8.error__1774cd57 .arrow__c9de9bf9 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-33-0)}.stepperStep__d2727dee.completed__d5c69ac8.error__1774cd57 .arrow__c9de9bf9 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-33-0)}.stepperStep__d2727dee.completed__d5c69ac8.error__1774cd57:hover .content__d1fc5bdd{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-33-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-33-0)}.stepperStep__d2727dee.completed__d5c69ac8.error__1774cd57:hover .arrow__c9de9bf9 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-33-0)}.stepperStep__d2727dee.completed__d5c69ac8.error__1774cd57:hover .arrow__c9de9bf9 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-33-0)}.stepperStep__d2727dee.completed__d5c69ac8.warning__3237920c .content__d1fc5bdd{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-33-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-33-0)}.stepperStep__d2727dee.completed__d5c69ac8.warning__3237920c .arrow__c9de9bf9 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-33-0)}.stepperStep__d2727dee.completed__d5c69ac8.warning__3237920c .arrow__c9de9bf9 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-33-0)}.stepperStep__d2727dee.completed__d5c69ac8.warning__3237920c:hover .content__d1fc5bdd{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-33-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-33-0)}.stepperStep__d2727dee.completed__d5c69ac8.warning__3237920c:hover .arrow__c9de9bf9 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-33-0)}.stepperStep__d2727dee.completed__d5c69ac8.warning__3237920c:hover .arrow__c9de9bf9 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-33-0)}.stepperStep__d2727dee.inactive__ed09d73b :not(.error__1774cd57):not(.warning__3237920c) .content__d1fc5bdd{color:var(--triplex-next-Stepper-Step_Color_Default-0-33-0)}.stepperStep__d2727dee.inactive__ed09d73b :not(.error__1774cd57):not(.warning__3237920c):hover .content__d1fc5bdd{color:var(--triplex-next-Stepper-Step_Color_Hover-0-33-0)}.stepperStep__d2727dee.inactive__ed09d73b.error__1774cd57 .content__d1fc5bdd{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-33-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-33-0)}.stepperStep__d2727dee.inactive__ed09d73b.error__1774cd57 .arrow__c9de9bf9 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-33-0)}.stepperStep__d2727dee.inactive__ed09d73b.error__1774cd57 .arrow__c9de9bf9 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-33-0)}.stepperStep__d2727dee.inactive__ed09d73b.error__1774cd57:hover .content__d1fc5bdd{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-33-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-33-0)}.stepperStep__d2727dee.inactive__ed09d73b.error__1774cd57:hover .arrow__c9de9bf9 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-33-0)}.stepperStep__d2727dee.inactive__ed09d73b.error__1774cd57:hover .arrow__c9de9bf9 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-33-0)}.stepperStep__d2727dee.inactive__ed09d73b.warning__3237920c .content__d1fc5bdd{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-33-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-33-0)}.stepperStep__d2727dee.inactive__ed09d73b.warning__3237920c .arrow__c9de9bf9 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-33-0)}.stepperStep__d2727dee.inactive__ed09d73b.warning__3237920c .arrow__c9de9bf9 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-33-0)}.stepperStep__d2727dee.inactive__ed09d73b.warning__3237920c:hover .content__d1fc5bdd{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-33-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-33-0)}.stepperStep__d2727dee.inactive__ed09d73b.warning__3237920c:hover .arrow__c9de9bf9 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-33-0)}.stepperStep__d2727dee.inactive__ed09d73b.warning__3237920c:hover .arrow__c9de9bf9 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-33-0)}.stepperStep__d2727dee.disabled__0f3ac5d4{pointer-events:none}.stepperStep__d2727dee.disabled__0f3ac5d4 .content__d1fc5bdd{color:var(--triplex-next-Stepper-Step_Color_Disabled-0-33-0)}.stepperStep__d2727dee.disabled__0f3ac5d4 .content__d1fc5bdd{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-0-33-0)}.stepperStep__d2727dee.disabled__0f3ac5d4 .arrow__c9de9bf9 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-0-33-0)}.stepperStep__d2727dee.focusVisible__6bba894b.completed__d5c69ac8 .content__d1fc5bdd,.stepperStep__d2727dee.focusVisible__6bba894b.active__62431be7 .content__d1fc5bdd,.stepperStep__d2727dee.focusVisible__6bba894b.inactive__ed09d73b .content__d1fc5bdd{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-33-0)}.stepperStep__d2727dee.focusVisible__6bba894b.completed__d5c69ac8 .arrow__c9de9bf9 path:last-child,.stepperStep__d2727dee.focusVisible__6bba894b.active__62431be7 .arrow__c9de9bf9 path:last-child,.stepperStep__d2727dee.focusVisible__6bba894b.inactive__ed09d73b .arrow__c9de9bf9 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-33-0)}.stepperStep__d2727dee.focusVisible__6bba894b.completed__d5c69ac8:hover .content__d1fc5bdd,.stepperStep__d2727dee.focusVisible__6bba894b.active__62431be7:hover .content__d1fc5bdd,.stepperStep__d2727dee.focusVisible__6bba894b.inactive__ed09d73b:hover .content__d1fc5bdd{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-33-0)}.stepperStep__d2727dee.focusVisible__6bba894b.completed__d5c69ac8:hover .arrow__c9de9bf9 path:last-child,.stepperStep__d2727dee.focusVisible__6bba894b.active__62431be7:hover .arrow__c9de9bf9 path:last-child,.stepperStep__d2727dee.focusVisible__6bba894b.inactive__ed09d73b:hover .arrow__c9de9bf9 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-33-0)}.content__d1fc5bdd{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-0-33-0);color:var(--triplex-next-Stepper-Step_Color_Hover-0-33-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-0-33-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.arrow__c9de9bf9{transform:translate(0)}.arrow__c9de9bf9 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-33-0)}.arrow__c9de9bf9 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-33-0)}.icon__392c6af0{display:inline-flex;align-items:center;line-height:0}.nonempty__f13e8c65 .icon__392c6af0{margin-right:6px}.stepperExtended__a95ad445{display:flex;padding:0;margin:0;list-style:none}.stepperCarousel__6b4ffb64{position:relative}.stepperCarousel__6b4ffb64:hover .stepperButtonWrapper__bc736339{opacity:1;pointer-events:auto}.stepperButtonWrapper__bc736339{position:absolute;top:0;z-index:1;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.stepperButtonWrapper__bc736339.prev__ac4cce93{left:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Prev-0-33-0)}.stepperButtonWrapper__bc736339.next__38ecdc67{right:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Next-0-33-0)}.stepperButton__395ad61c.sm__c0014822{height:28px;width:28px}.stepperButton__395ad61c.md__d91e66af{height:40px;width:40px}.stepperButton__395ad61c.lg__46307780{height:56px;width:56px}@media(max-width:767px){.stepperButtonWrapper__bc736339{display:none}}.suggestFieldMobileBody__0cc8268c{height:176px}.suggestFieldMobileDropdownHint__4ba6a107{padding:16px}.noColumns__c19656b7{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__c19656b7>.content__9e559c87{width:456px;text-align:center}.filterPanel__af3691db{padding:8px 0 24px;border-radius:8px 8px 0 0}.chipPanelLinks__6c092165{display:flex;height:28px;z-index:1;margin-left:auto}.chipPanelLinks__6c092165>a:not(:first-child){margin-left:16px}.chipPanel__3daaf477{display:flex;justify-content:space-between}@keyframes fadeIn__058aa1b6{0%{opacity:0}to{opacity:1}}.tableBasic__5edf1c96{position:relative}.tableBasic__5edf1c96 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__5edf1c96 table th.alignLeft__5534be52,.tableBasic__5edf1c96 table td.alignLeft__5534be52{text-align:left}.tableBasic__5edf1c96 table th.alignRight__9473e358,.tableBasic__5edf1c96 table td.alignRight__9473e358{text-align:right}.tableBasic__5edf1c96 table th.alignCenter__2e0b8bb1,.tableBasic__5edf1c96 table td.alignCenter__2e0b8bb1{text-align:center}.tableBasic__5edf1c96 table th.verticalAlignBaseline__75e9513a,.tableBasic__5edf1c96 table td.verticalAlignBaseline__75e9513a{vertical-align:baseline}.tableBasic__5edf1c96 table th.verticalAlignSub__026f31ce,.tableBasic__5edf1c96 table td.verticalAlignSub__026f31ce{vertical-align:sub}.tableBasic__5edf1c96 table th.verticalAlignSuper__e66210cd,.tableBasic__5edf1c96 table td.verticalAlignSuper__e66210cd{vertical-align:super}.tableBasic__5edf1c96 table th.verticalAlignTextTop__b8e0ebec,.tableBasic__5edf1c96 table td.verticalAlignTextTop__b8e0ebec{vertical-align:text-top}.tableBasic__5edf1c96 table th.verticalAlignTextBottom__8e27d67f,.tableBasic__5edf1c96 table td.verticalAlignTextBottom__8e27d67f{vertical-align:text-bottom}.tableBasic__5edf1c96 table th.verticalAlignMiddle__8f98766e,.tableBasic__5edf1c96 table td.verticalAlignMiddle__8f98766e{vertical-align:middle}.tableBasic__5edf1c96 table th.verticalAlignTop__696ca3a3,.tableBasic__5edf1c96 table td.verticalAlignTop__696ca3a3{vertical-align:top}.tableBasic__5edf1c96 table th.verticalAlignBottom__329650be,.tableBasic__5edf1c96 table td.verticalAlignBottom__329650be{vertical-align:bottom}.tableBasic__5edf1c96 table>thead>tr{height:48px}.tableBasic__5edf1c96 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-0-33-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-33-0)}.tableBasic__5edf1c96 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__5edf1c96 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__5edf1c96 table>thead>tr>th.checkboxType__8d65e175{padding:16px 12px}.tableBasic__5edf1c96 table>thead>tr>th .thBlock__a8683845{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__5edf1c96 table>thead>tr>th .thBlock__a8683845.order__bf3d20b6{cursor:pointer}.tableBasic__5edf1c96 table>thead>tr>th .thBlock__a8683845.order__bf3d20b6 .orderButton__881d0f65{display:flex;visibility:hidden;align-items:center}.tableBasic__5edf1c96 table>thead>tr>th .thBlock__a8683845.order__bf3d20b6 .orderButton__881d0f65.alignLeft__5534be52{margin-right:8px}.tableBasic__5edf1c96 table>thead>tr>th .thBlock__a8683845.order__bf3d20b6 .orderButton__881d0f65.alignRight__9473e358{margin-left:8px}.tableBasic__5edf1c96 table>thead>tr>th .thBlock__a8683845.order__bf3d20b6 .orderButton__881d0f65.sorted__04a25358{visibility:visible}.tableBasic__5edf1c96 table>thead>tr>th .thBlock__a8683845.order__bf3d20b6:hover .orderButton__881d0f65{visibility:visible}.tableBasic__5edf1c96 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-33-0)}.tableBasic__5edf1c96 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__5edf1c96 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__5edf1c96 table>tbody>tr>td.textType__2405e2b9{padding:12px}.tableBasic__5edf1c96 table>tbody>tr>td.componentsType__57584fd9{padding:8px 12px}.tableBasic__5edf1c96 table>tbody>tr>td.checkboxType__8d65e175{padding:10px 12px 12px}.tableBasic__5edf1c96 table>tbody>tr.selected__2200b7bb>td{background-color:var(--triplex-next-TableBasic-Background_Selected-0-33-0)}.tableBasic__5edf1c96 table>tbody.clickable__a7e975a2>tr{cursor:pointer}.tableBasic__5edf1c96 table>tbody.hoverable__93e38740>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-0-33-0)}.tableBasic__5edf1c96 .footerEmptyData__3cc14645{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__5edf1c96 .spinnerWrapper__bb998062{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__5edf1c96 .spinnerWrapper__bb998062 .tableLoaderScreen__b3b13b21{border-radius:8px 8px 0 0}.tableBasic__5edf1c96 .overlayCover__0403d646{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-0-33-0);animation:fadeIn__058aa1b6 .3s}.tableBasicSettingsBody__50dfefa5{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__184c01ab{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-33-0)!important}.columnSettingsSortableListItemTarget__184c01ab:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-33-0)!important}.columnSettingsSortableListItemTarget__184c01ab.dragging__40398469{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-33-0)!important}.columnSettingsStaticListItem__060e6def{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-33-0)}.tableBasicSettingsFooter__5c15c388{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-33-0);padding:11px 12px 12px}.tableBasicSettingsHeader__6a490d46{padding:16px 12px 12px}.tableSettingsLink__e4a622a8{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__4e1f42ba{width:320px}.tableFooterWrapper__618d18b2{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__618d18b2 .tableFooterShadow__c0ea15b1{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-0-33-0);pointer-events:none}.tableFooterWrapper__618d18b2 .tableFooter__06a185c6{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-0-33-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__618d18b2 .tableFooter__06a185c6 .tableFooterSummary__5ea8167c{display:flex;align-items:center}.tableFooterWrapper__618d18b2 .tableFooter__06a185c6 .tableFooterSummary__5ea8167c .tableFooterSummarySelectedCount__dc69a01b,.tableFooterWrapper__618d18b2 .tableFooter__06a185c6 .tableFooterSummary__5ea8167c .tableFooterSummarySelectAllButton__e643bc47,.tableFooterWrapper__618d18b2 .tableFooter__06a185c6 .tableFooterSummary__5ea8167c .tableFooterSummaryAmount__ca209d21{display:inline-flex}.tableFooterWrapper__618d18b2 .tableFooter__06a185c6 .tableFooterSummary__5ea8167c .tableFooterSummarySelectedCount__dc69a01b,.tableFooterWrapper__618d18b2 .tableFooter__06a185c6 .tableFooterSummary__5ea8167c .tableFooterSummarySelectAllButton__e643bc47,.tableFooterWrapper__618d18b2 .tableFooter__06a185c6 .tableFooterSummary__5ea8167c .tableFooterSummaryAmount__ca209d21,.tableFooterWrapper__618d18b2 .tableFooter__06a185c6 .tableFooterSummary__5ea8167c .tableFooterSummaryLabel__addc51fd{margin-left:24px}@media(max-width:767px){.tableFooterWrapper__618d18b2{height:112px}}.paginationPanel__f7adffac{margin-top:16px}.masterTable__c71f1869,.tabsExtended__34ec578d{position:relative}.tabsExtendedContent__b77cbc63{display:inline-flex}.tabsExtendedContent__b77cbc63.sm__a8a782a1{border-radius:6px;padding:4px}.tabsExtendedContent__b77cbc63.md__c80c2eee{border-radius:8px;padding:4px}.tabsExtendedContent__b77cbc63.lg__00d7d7bb{border-radius:10px;padding:8px}.tabsExtendedTab__e6b8d13d{display:flex}.tabsExtendedTab__e6b8d13d+.tabsExtendedTab__e6b8d13d,.tabsExtendedDropdown__8dba5a68{margin-left:4px}.tabsReal__ad41ad7e,.tabsFake__8996bba6{display:flex;box-sizing:border-box;width:100%}.tabsReal__ad41ad7e.hidden__e42a60da{visibility:hidden}.tabsReal__ad41ad7e .tabsExtendedTab__e6b8d13d.hidden__e42a60da{display:none}.tabsFake__8996bba6{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__af763e08 .tabsExtendedContent__b77cbc63{background-color:var(--triplex-next-Tabs-Type1_Background-0-33-0)}.type2__91cb7d77 .tabsExtendedContent__b77cbc63{background-color:var(--triplex-next-Tabs-Type2_Background-0-33-0)}.tabsExtendedTabButton__58dd8af3{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-0-33-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__58dd8af3 .notificationIcon__d8986672{position:absolute}.tabsExtendedTabButton__58dd8af3.lg__00d7d7bb{border-radius:6px;padding:9px 15px}.tabsExtendedTabButton__58dd8af3.lg__00d7d7bb .notificationIcon__d8986672{right:6px;top:6px}.tabsExtendedTabButton__58dd8af3.md__c80c2eee{border-radius:4px;padding:5px 15px}.tabsExtendedTabButton__58dd8af3.md__c80c2eee .notificationIcon__d8986672{right:4px;top:4px}.tabsExtendedTabButton__58dd8af3.sm__a8a782a1{border-radius:4px;padding:1px 15px}.tabsExtendedTabButton__58dd8af3.sm__a8a782a1 .notificationIcon__d8986672{right:3px;top:3px}.tabsExtendedTabButton__58dd8af3 .tabsExtendedTabButtonTextDefault__aea72f17{display:block}.tabsExtendedTabButton__58dd8af3 .tabsExtendedTabButtonTextHover__f668144b,.tabsExtendedTabButton__58dd8af3:hover .tabsExtendedTabButtonTextDefault__aea72f17,.tabsExtendedTabButton__58dd8af3.selected__31d3adba .tabsExtendedTabButtonTextDefault__aea72f17{display:none}.tabsExtendedTabButton__58dd8af3:hover .tabsExtendedTabButtonTextHover__f668144b,.tabsExtendedTabButton__58dd8af3.selected__31d3adba .tabsExtendedTabButtonTextHover__f668144b{display:block}.tabsExtendedTabButton__58dd8af3::-moz-focus-inner{border:none}.tabsExtendedTabButton__58dd8af3+.tabsExtendedTabButton__58dd8af3{margin-left:2px}.tabsExtendedTabButton__58dd8af3:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-0-33-0)}.tabsExtendedTabButton__58dd8af3.type1__af763e08{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-0-33-0)}.tabsExtendedTabButton__58dd8af3.type1__af763e08.selected__31d3adba{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-0-33-0)}.tabsExtendedTabButton__58dd8af3.type1__af763e08:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-0-33-0)}.tabsExtendedTabButton__58dd8af3.type2__91cb7d77{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-0-33-0)}.tabsExtendedTabButton__58dd8af3.type2__91cb7d77.selected__31d3adba{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-0-33-0)}.tabsExtendedTabButton__58dd8af3.type2__91cb7d77:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-0-33-0)}.tabsContent__53996d93 .tabButtonDropdown__7551178c{justify-content:center;padding:0!important}.tabsContent__53996d93 .tabButtonDropdown__7551178c.sm__0800491e{min-width:20px;min-height:20px;height:20px}.tabsContent__53996d93 .tabButtonDropdown__7551178c.md__e4218c0a{min-width:32px;min-height:32px;height:32px}.tabsContent__53996d93 .tabButtonDropdown__7551178c.lg__4696b800{min-width:40px;min-height:40px;height:40px}.tag__a993bd1e{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-0-33-0);border-radius:4px;gap:2px}.tag__a993bd1e.sm__5b15be11{height:20px;padding:2px 4px 2px 6px}.tag__a993bd1e.md__8b6f68f7{height:28px;padding:4px 6px 4px 8px}.tag__a993bd1e.lg__e1c6fbc6{height:32px;padding:6px 8px 6px 10px}.content__6cdb41f0{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagColor__0f212915{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__0f212915.sm__a7ad6289{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__0f212915.md__15489fed{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__0f212915.lg__524ced3f{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__0f212915.default__8ffeb190{background:var(--triplex-next-TagColor-Background_Default-0-33-0)}.tagColor__0f212915.success__f6f4c305{background:var(--triplex-next-TagColor-Background_Success-0-33-0)}.tagColor__0f212915.info__d3e24e2d{background:var(--triplex-next-TagColor-Background_Info-0-33-0)}.tagColor__0f212915.warning__76073ec3{background:var(--triplex-next-TagColor-Background_Warning-0-33-0)}.tagColor__0f212915.error__d3063570{background:var(--triplex-next-TagColor-Background_Error-0-33-0)}.content__020a4ac5{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-0-33-0)}.tagGroup__b564cb67.sm__151e19a4{margin:-2px}.tagGroup__b564cb67.sm__151e19a4>*{margin:2px}.tagGroup__b564cb67.md__db87ceaf{margin:-4px}.tagGroup__b564cb67.md__db87ceaf>*{margin:4px}.tagGroup__b564cb67.lg__8cbf46da{margin:-6px}.tagGroup__b564cb67.lg__8cbf46da>*{margin:6px}.uploadZone__bd492061{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-0-33-0)}.uploadZone__bd492061:hover{background:var(--triplex-next-UploadZone-Background_Hover-0-33-0)}.uploadZoneDragArea__ab10cdc5{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-33-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__503b2c8c{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-33-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-0-33-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-0-33-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__fd87650a{display:none}@media(max-width:767px){.uploadZone__bd492061,.uploadZone__bd492061:hover{background:none}.uploadZoneDragArea__ab10cdc5{display:none}}
|
|
1
|
+
html {--triplex-next-ColorBrand-0-0-34-0: #1F3336;
|
|
2
|
+
--triplex-next-ColorBrand-10-0-34-0: #0B3A3C;
|
|
3
|
+
--triplex-next-ColorBrand-20-0-34-0: #006063;
|
|
4
|
+
--triplex-next-ColorBrand-30-0-34-0: #007777;
|
|
5
|
+
--triplex-next-ColorBrand-40-0-34-0: #008985;
|
|
6
|
+
--triplex-next-ColorBrand-50-0-34-0: #21A19A;
|
|
7
|
+
--triplex-next-ColorBrand-60-0-34-0: #19BDB0;
|
|
8
|
+
--triplex-next-ColorBrand-70-0-34-0: #4BD9CF;
|
|
9
|
+
--triplex-next-ColorBrand-80-0-34-0: #71ECDC;
|
|
10
|
+
--triplex-next-ColorBrand-90-0-34-0: #A8F5E9;
|
|
11
|
+
--triplex-next-ColorBrand-95-0-34-0: #C5FAF1;
|
|
12
|
+
--triplex-next-ColorBrand-100-0-34-0: #E3FFFA;
|
|
13
|
+
--triplex-next-ColorDarkNeutralAlpha-0-0-34-0: rgba(31, 31, 34, 1);
|
|
14
|
+
--triplex-next-ColorDarkNeutralAlpha-10-0-34-0: rgba(31, 31, 34, .95);
|
|
15
|
+
--triplex-next-ColorDarkNeutralAlpha-20-0-34-0: rgba(31, 31, 34, .85);
|
|
16
|
+
--triplex-next-ColorDarkNeutralAlpha-30-0-34-0: rgba(31, 31, 34, .75);
|
|
17
|
+
--triplex-next-ColorDarkNeutralAlpha-40-0-34-0: rgba(31, 31, 34, .65);
|
|
18
|
+
--triplex-next-ColorDarkNeutralAlpha-50-0-34-0: rgba(31, 31, 34, .55);
|
|
19
|
+
--triplex-next-ColorDarkNeutralAlpha-60-0-34-0: rgba(31, 31, 34, .45);
|
|
20
|
+
--triplex-next-ColorDarkNeutralAlpha-70-0-34-0: rgba(31, 31, 34, .35);
|
|
21
|
+
--triplex-next-ColorDarkNeutralAlpha-80-0-34-0: rgba(31, 31, 34, .25);
|
|
22
|
+
--triplex-next-ColorDarkNeutralAlpha-90-0-34-0: rgba(31, 31, 34, .15);
|
|
23
|
+
--triplex-next-ColorDarkNeutralAlpha-100-0-34-0: rgba(31, 31, 34, .05);
|
|
24
|
+
--triplex-next-ColorDarkNeutral-0-0-34-0: #000000;
|
|
25
|
+
--triplex-next-ColorDarkNeutral-10-0-34-0: #171719;
|
|
26
|
+
--triplex-next-ColorDarkNeutral-20-0-34-0: #1B1B1D;
|
|
27
|
+
--triplex-next-ColorDarkNeutral-30-0-34-0: #1F1F22;
|
|
28
|
+
--triplex-next-ColorDarkNeutral-40-0-34-0: #262629;
|
|
29
|
+
--triplex-next-ColorDarkNeutral-50-0-34-0: #2D2D30;
|
|
30
|
+
--triplex-next-ColorDarkNeutral-60-0-34-0: #343437;
|
|
31
|
+
--triplex-next-ColorDarkNeutral-70-0-34-0: #3B3B3E;
|
|
32
|
+
--triplex-next-ColorDarkNeutral-80-0-34-0: #424245;
|
|
33
|
+
--triplex-next-ColorDarkNeutral-90-0-34-0: #49494C;
|
|
34
|
+
--triplex-next-ColorDarkNeutral-100-0-34-0: #4F4F52;
|
|
35
|
+
--triplex-next-ColorError-0-0-34-0: #443139;
|
|
36
|
+
--triplex-next-ColorError-10-0-34-0: #4E3741;
|
|
37
|
+
--triplex-next-ColorError-20-0-34-0: #A90024;
|
|
38
|
+
--triplex-next-ColorError-30-0-34-0: #BD002C;
|
|
39
|
+
--triplex-next-ColorError-40-0-34-0: #D10032;
|
|
40
|
+
--triplex-next-ColorError-50-0-34-0: #E60037;
|
|
41
|
+
--triplex-next-ColorError-60-0-34-0: #F80C45;
|
|
42
|
+
--triplex-next-ColorError-70-0-34-0: #FF5571;
|
|
43
|
+
--triplex-next-ColorError-80-0-34-0: #FFB1C1;
|
|
44
|
+
--triplex-next-ColorError-90-0-34-0: #FCE0E6;
|
|
45
|
+
--triplex-next-ColorError-100-0-34-0: #FFF0F3;
|
|
46
|
+
--triplex-next-ColorInfo-0-0-34-0: #313749;
|
|
47
|
+
--triplex-next-ColorInfo-10-0-34-0: #2E3A52;
|
|
48
|
+
--triplex-next-ColorInfo-20-0-34-0: #0A43B0;
|
|
49
|
+
--triplex-next-ColorInfo-30-0-34-0: #124FC2;
|
|
50
|
+
--triplex-next-ColorInfo-40-0-34-0: #0E57CC;
|
|
51
|
+
--triplex-next-ColorInfo-50-0-34-0: #1371E4;
|
|
52
|
+
--triplex-next-ColorInfo-60-0-34-0: #1297FE;
|
|
53
|
+
--triplex-next-ColorInfo-70-0-34-0: #66BEFF;
|
|
54
|
+
--triplex-next-ColorInfo-80-0-34-0: #8DD2FF;
|
|
55
|
+
--triplex-next-ColorInfo-90-0-34-0: #B8E6FF;
|
|
56
|
+
--triplex-next-ColorInfo-100-0-34-0: #E3F6FF;
|
|
57
|
+
--triplex-next-ColorNeutralAlpha-0-0-34-0: rgba(255, 255, 255, 1);
|
|
58
|
+
--triplex-next-ColorNeutralAlpha-10-0-34-0: rgba(255, 255, 255, .95);
|
|
59
|
+
--triplex-next-ColorNeutralAlpha-20-0-34-0: rgba(255, 255, 255, .85);
|
|
60
|
+
--triplex-next-ColorNeutralAlpha-30-0-34-0: rgba(255, 255, 255, .75);
|
|
61
|
+
--triplex-next-ColorNeutralAlpha-40-0-34-0: rgba(255, 255, 255, .65);
|
|
62
|
+
--triplex-next-ColorNeutralAlpha-50-0-34-0: rgba(255, 255, 255, .55);
|
|
63
|
+
--triplex-next-ColorNeutralAlpha-60-0-34-0: rgba(255, 255, 255, .45);
|
|
64
|
+
--triplex-next-ColorNeutralAlpha-70-0-34-0: rgba(255, 255, 255, .35);
|
|
65
|
+
--triplex-next-ColorNeutralAlpha-80-0-34-0: rgba(255, 255, 255, .25);
|
|
66
|
+
--triplex-next-ColorNeutralAlpha-90-0-34-0: rgba(255, 255, 255, .15);
|
|
67
|
+
--triplex-next-ColorNeutralAlpha-100-0-34-0: rgba(255, 255, 255, .05);
|
|
68
|
+
--triplex-next-ColorNeutral-0-0-34-0: #CBCFD7;
|
|
69
|
+
--triplex-next-ColorNeutral-10-0-34-0: #D1D4DC;
|
|
70
|
+
--triplex-next-ColorNeutral-20-0-34-0: #D6D9E0;
|
|
71
|
+
--triplex-next-ColorNeutral-30-0-34-0: #DCDFE4;
|
|
72
|
+
--triplex-next-ColorNeutral-40-0-34-0: #DFE2E7;
|
|
73
|
+
--triplex-next-ColorNeutral-50-0-34-0: #E3E6EA;
|
|
74
|
+
--triplex-next-ColorNeutral-60-0-34-0: #E7E9EE;
|
|
75
|
+
--triplex-next-ColorNeutral-70-0-34-0: #EAEDF1;
|
|
76
|
+
--triplex-next-ColorNeutral-80-0-34-0: #EEF0F4;
|
|
77
|
+
--triplex-next-ColorNeutral-90-0-34-0: #F2F4F7;
|
|
78
|
+
--triplex-next-ColorNeutral-100-0-34-0: #FFFFFF;
|
|
79
|
+
--triplex-next-ColorSuccess-0-0-34-0: #28433E;
|
|
80
|
+
--triplex-next-ColorSuccess-10-0-34-0: #2A4C45;
|
|
81
|
+
--triplex-next-ColorSuccess-20-0-34-0: #00624C;
|
|
82
|
+
--triplex-next-ColorSuccess-30-0-34-0: #007353;
|
|
83
|
+
--triplex-next-ColorSuccess-40-0-34-0: #008B5C;
|
|
84
|
+
--triplex-next-ColorSuccess-50-0-34-0: #00C075;
|
|
85
|
+
--triplex-next-ColorSuccess-60-0-34-0: #00D67D;
|
|
86
|
+
--triplex-next-ColorSuccess-70-0-34-0: #3AF299;
|
|
87
|
+
--triplex-next-ColorSuccess-80-0-34-0: #8AFFB8;
|
|
88
|
+
--triplex-next-ColorSuccess-90-0-34-0: #B8FFD4;
|
|
89
|
+
--triplex-next-ColorSuccess-100-0-34-0: #E1FFEB;
|
|
90
|
+
--triplex-next-ColorSystem-0-0-34-0: #373C49;
|
|
91
|
+
--triplex-next-ColorSystem-10-0-34-0: #384156;
|
|
92
|
+
--triplex-next-ColorSystem-20-0-34-0: #47526D;
|
|
93
|
+
--triplex-next-ColorSystem-30-0-34-0: #57637F;
|
|
94
|
+
--triplex-next-ColorSystem-40-0-34-0: #697591;
|
|
95
|
+
--triplex-next-ColorSystem-50-0-34-0: #8291B3;
|
|
96
|
+
--triplex-next-ColorSystem-60-0-34-0: #95A3C1;
|
|
97
|
+
--triplex-next-ColorSystem-70-0-34-0: #A9B6D0;
|
|
98
|
+
--triplex-next-ColorSystem-80-0-34-0: #BFCADF;
|
|
99
|
+
--triplex-next-ColorSystem-90-0-34-0: #D6DEED;
|
|
100
|
+
--triplex-next-ColorSystem-95-0-34-0: #E0E8F4;
|
|
101
|
+
--triplex-next-ColorSystem-100-0-34-0: #EEF3FC;
|
|
102
|
+
--triplex-next-ColorWarning-0-0-34-0: #463734;
|
|
103
|
+
--triplex-next-ColorWarning-10-0-34-0: #4F3E3B;
|
|
104
|
+
--triplex-next-ColorWarning-20-0-34-0: #E03400;
|
|
105
|
+
--triplex-next-ColorWarning-30-0-34-0: #E63D00;
|
|
106
|
+
--triplex-next-ColorWarning-40-0-34-0: #EF4C01;
|
|
107
|
+
--triplex-next-ColorWarning-50-0-34-0: #FD6508;
|
|
108
|
+
--triplex-next-ColorWarning-60-0-34-0: #FF7A17;
|
|
109
|
+
--triplex-next-ColorWarning-70-0-34-0: #FFB13B;
|
|
110
|
+
--triplex-next-ColorWarning-80-0-34-0: #FFD169;
|
|
111
|
+
--triplex-next-ColorWarning-90-0-34-0: #FCEAC7;
|
|
112
|
+
--triplex-next-ColorWarning-100-0-34-0: #FFF4DB;
|
|
113
|
+
--triplex-next-AlertContext-Error_Color-0-34-0: #D10032;
|
|
114
|
+
--triplex-next-AlertContext-Info_Color-0-34-0: rgba(31, 31, 34, 1);
|
|
115
|
+
--triplex-next-AlertContext-System_Color-0-34-0: rgba(31, 31, 34, 1);
|
|
116
|
+
--triplex-next-AlertContext-Warning_Color-0-34-0: rgba(31, 31, 34, 1);
|
|
117
|
+
--triplex-next-AlertProcess-Info_Background-0-34-0: #E3F6FF;
|
|
118
|
+
--triplex-next-AlertProcess-Warning_Background-0-34-0: #FFF4DB;
|
|
119
|
+
--triplex-next-AlertProcess-Error_Background-0-34-0: #FFF0F3;
|
|
120
|
+
--triplex-next-AlertProcess-System_Background-0-34-0: #E0E8F4;
|
|
121
|
+
--triplex-next-AlertProcess-Feature_Background-0-34-0: #E3FFFA;
|
|
122
|
+
--triplex-next-Avatar-Background-0-34-0: #E3E6EA;
|
|
123
|
+
--triplex-next-Badge-Background-0-34-0: #FFB13B;
|
|
124
|
+
--triplex-next-Button-General_Background_Active-0-34-0: #007777;
|
|
125
|
+
--triplex-next-Button-General_Background_Default-0-34-0: #21A19A;
|
|
126
|
+
--triplex-next-Button-General_Background_Disabled-0-34-0: #F2F4F7;
|
|
127
|
+
--triplex-next-Button-General_Background_Hover-0-34-0: #19BDB0;
|
|
128
|
+
--triplex-next-Button-General_Color_Active-0-34-0: rgba(255, 255, 255, 1);
|
|
129
|
+
--triplex-next-Button-General_Color_Default-0-34-0: rgba(255, 255, 255, 1);
|
|
130
|
+
--triplex-next-Button-General_Color_Disabled-0-34-0: rgba(31, 31, 34, .35);
|
|
131
|
+
--triplex-next-Button-General_Color_Hover-0-34-0: rgba(255, 255, 255, 1);
|
|
132
|
+
--triplex-next-Button-General_Shadow_Focus-0-34-0: 0 0 0 1px #FFD169 inset;
|
|
133
|
+
--triplex-next-Button-Secondary_Background_Active-0-34-0: #DCDFE4;
|
|
134
|
+
--triplex-next-Button-Secondary_Background_Default-0-34-0: #F2F4F7;
|
|
135
|
+
--triplex-next-Button-Secondary_Background_Disabled-0-34-0: #F2F4F7;
|
|
136
|
+
--triplex-next-Button-Secondary_Background_Hover-0-34-0: #EAEDF1;
|
|
137
|
+
--triplex-next-Button-Secondary_Color_Active-0-34-0: #007777;
|
|
138
|
+
--triplex-next-Button-Secondary_Color_Default-0-34-0: #008985;
|
|
139
|
+
--triplex-next-Button-Secondary_Color_Disabled-0-34-0: rgba(31, 31, 34, .35);
|
|
140
|
+
--triplex-next-Button-Secondary_Color_Hover-0-34-0: #21A19A;
|
|
141
|
+
--triplex-next-Button-Secondary_Shadow_Focus-0-34-0: 0 0 0 1px #FFD169 inset;
|
|
142
|
+
--triplex-next-Button-SecondaryLight_Background_Active-0-34-0: #DCDFE4;
|
|
143
|
+
--triplex-next-Button-SecondaryLight_Background_Default-0-34-0: #FFFFFF;
|
|
144
|
+
--triplex-next-Button-SecondaryLight_Background_Disabled-0-34-0: #F2F4F7;
|
|
145
|
+
--triplex-next-Button-SecondaryLight_Background_Hover-0-34-0: #EEF0F4;
|
|
146
|
+
--triplex-next-Button-SecondaryLight_Color_Active-0-34-0: #007777;
|
|
147
|
+
--triplex-next-Button-SecondaryLight_Color_Default-0-34-0: #008985;
|
|
148
|
+
--triplex-next-Button-SecondaryLight_Color_Disabled-0-34-0: rgba(31, 31, 34, .35);
|
|
149
|
+
--triplex-next-Button-SecondaryLight_Color_Hover-0-34-0: #21A19A;
|
|
150
|
+
--triplex-next-Button-SecondaryLight_Shadow_Focus-0-34-0: 0 0 0 1px #FFD169 inset;
|
|
151
|
+
--triplex-next-Button-Danger_Background_Active-0-34-0: #BD002C;
|
|
152
|
+
--triplex-next-Button-Danger_Background_Default-0-34-0: #E60037;
|
|
153
|
+
--triplex-next-Button-Danger_Background_Disabled-0-34-0: #F2F4F7;
|
|
154
|
+
--triplex-next-Button-Danger_Background_Hover-0-34-0: #F80C45;
|
|
155
|
+
--triplex-next-Button-Danger_Color_Active-0-34-0: rgba(255, 255, 255, 1);
|
|
156
|
+
--triplex-next-Button-Danger_Color_Default-0-34-0: rgba(255, 255, 255, 1);
|
|
157
|
+
--triplex-next-Button-Danger_Color_Disabled-0-34-0: rgba(31, 31, 34, .35);
|
|
158
|
+
--triplex-next-Button-Danger_Color_Hover-0-34-0: rgba(255, 255, 255, 1);
|
|
159
|
+
--triplex-next-Button-Danger_Shadow_Focus-0-34-0: 0 0 0 1px #FFD169 inset;
|
|
160
|
+
--triplex-next-Button-Icon_Shadow_Focus-0-34-0: 0 0 0 1px #FFD169;
|
|
161
|
+
--triplex-next-Button-Link_Color_Active-0-34-0: #007777;
|
|
162
|
+
--triplex-next-Button-Link_Color_Default-0-34-0: #008985;
|
|
163
|
+
--triplex-next-Button-Link_Color_Disabled-0-34-0: rgba(31, 31, 34, .35);
|
|
164
|
+
--triplex-next-Button-Link_Color_Hover-0-34-0: #21A19A;
|
|
165
|
+
--triplex-next-Button-Link_Shadow_Focus-0-34-0: 0 0 0 1px #FFD169 inset;
|
|
166
|
+
--triplex-next-Calendar-Background-0-34-0: #FFFFFF;
|
|
167
|
+
--triplex-next-Calendar-View_Header_Color-0-34-0: rgba(31, 31, 34, .55);
|
|
168
|
+
--triplex-next-Calendar-View_Item_Background_Default-0-34-0: none;
|
|
169
|
+
--triplex-next-Calendar-View_Item_Background_Hover-0-34-0: #19BDB0;
|
|
170
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Default-0-34-0: #21A19A;
|
|
171
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-34-0: #007777;
|
|
172
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-34-0: #E3FFFA;
|
|
173
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-34-0: #A8F5E9;
|
|
174
|
+
--triplex-next-Calendar-View_Item_BorderColor_Default-0-34-0: transparent;
|
|
175
|
+
--triplex-next-Calendar-View_Item_BorderColor_Focus-0-34-0: #FFD169;
|
|
176
|
+
--triplex-next-Calendar-View_Item_Color_Default-0-34-0: rgba(31, 31, 34, 1);
|
|
177
|
+
--triplex-next-Calendar-View_Item_Color_Hover-0-34-0: rgba(255, 255, 255, 1);
|
|
178
|
+
--triplex-next-Calendar-View_Item_Color_Disabled-0-34-0: rgba(31, 31, 34, .35);
|
|
179
|
+
--triplex-next-Calendar-View_Item_Color_Muted-0-34-0: rgba(31, 31, 34, .35);
|
|
180
|
+
--triplex-next-Calendar-View_Item_Color_Selected-0-34-0: rgba(255, 255, 255, 1);
|
|
181
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-34-0: rgba(31, 31, 34, .35);
|
|
182
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-34-0: rgba(31, 31, 34, .35);
|
|
183
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-34-0: rgba(31, 31, 34, .35);
|
|
184
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-34-0: rgba(31, 31, 34, .35);
|
|
185
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-34-0: rgba(31, 31, 34, .35);
|
|
186
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-34-0: #00C075;
|
|
187
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-34-0: #00C075;
|
|
188
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-34-0: #00C075;
|
|
189
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-34-0: #FD6508;
|
|
190
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-34-0: #FD6508;
|
|
191
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-34-0: #FD6508;
|
|
192
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-34-0: #E60037;
|
|
193
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-34-0: #E60037;
|
|
194
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-34-0: #E60037;
|
|
195
|
+
--triplex-next-Card-Static_General_Background-0-34-0: #FFFFFF;
|
|
196
|
+
--triplex-next-Card-Static_Secondary_Background-0-34-0: #F2F4F7;
|
|
197
|
+
--triplex-next-Card-Action_General_Background-0-34-0: #FFFFFF;
|
|
198
|
+
--triplex-next-Card-Action_General_Background_Hover-0-34-0: #FFFFFF;
|
|
199
|
+
--triplex-next-Card-Action_General_Background_Selected-0-34-0: #F2F4F7;
|
|
200
|
+
--triplex-next-Card-Action_General_Background_Selected_Hover-0-34-0: #F2F4F7;
|
|
201
|
+
--triplex-next-Card-Action_Secondary_Background-0-34-0: #F2F4F7;
|
|
202
|
+
--triplex-next-Card-Action_Secondary_Background_Hover-0-34-0: #EAEDF1;
|
|
203
|
+
--triplex-next-Card-Action_Secondary_Background_Selected-0-34-0: #E3E6EA;
|
|
204
|
+
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-34-0: #DCDFE4;
|
|
205
|
+
--triplex-next-Card-Shadow_Default-0-34-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
|
|
206
|
+
--triplex-next-Card-Shadow_Focus-0-34-0: inset 0 0 0 1px #FFD169;
|
|
207
|
+
--triplex-next-Card-Shadow_Hover-0-34-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
|
|
208
|
+
--triplex-next-Card-Shadow_Selected-0-34-0: inset 0 0 0 1px #21A19A;
|
|
209
|
+
--triplex-next-Card-Shadow_Selected_Hover-0-34-0: inset 0 0 0 1px #19BDB0;
|
|
210
|
+
--triplex-next-Checkbox-Background_Checked_Default-0-34-0: #21A19A;
|
|
211
|
+
--triplex-next-Checkbox-Background_Checked_Disabled-0-34-0: #EAEDF1;
|
|
212
|
+
--triplex-next-Checkbox-Background_Checked_Hover-0-34-0: #007777;
|
|
213
|
+
--triplex-next-Checkbox-Background_Default-0-34-0: #F2F4F7;
|
|
214
|
+
--triplex-next-Checkbox-Background_Disabled-0-34-0: #F2F4F7;
|
|
215
|
+
--triplex-next-Checkbox-Background_Hover-0-34-0: #19BDB0;
|
|
216
|
+
--triplex-next-Checkbox-BorderColor_Default-0-34-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
217
|
+
--triplex-next-Checkbox-BorderColor_Disabled-0-34-0: 0 0 0 1px #E3E6EA inset;
|
|
218
|
+
--triplex-next-Checkbox-BorderColor_Focus-0-34-0: 0 0 0 1px #FFD169 inset;
|
|
219
|
+
--triplex-next-Checkbox-BorderColor_Hover-0-34-0: none;
|
|
220
|
+
--triplex-next-Checkbox-BorderColor_Checked_Default-0-34-0: none;
|
|
221
|
+
--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-34-0: none;
|
|
222
|
+
--triplex-next-Checkbox-Checkmark_Fill_Default-0-34-0: rgba(255, 255, 255, 1);
|
|
223
|
+
--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-34-0: rgba(31, 31, 34, .15);
|
|
224
|
+
--triplex-next-Chip-Background_Active-0-34-0: #DFE2E7;
|
|
225
|
+
--triplex-next-Chip-Background_Disabled-0-34-0: #F2F4F7;
|
|
226
|
+
--triplex-next-Chip-Background_Type1_Default-0-34-0: #F2F4F7;
|
|
227
|
+
--triplex-next-Chip-Background_Type1_Hover-0-34-0: #EAEDF1;
|
|
228
|
+
--triplex-next-Chip-Background_Type2_Default-0-34-0: #FFFFFF;
|
|
229
|
+
--triplex-next-Chip-Background_Type2_Hover-0-34-0: #EEF0F4;
|
|
230
|
+
--triplex-next-Chip-Background_Selected_Active-0-34-0: #4F4F52;
|
|
231
|
+
--triplex-next-Chip-Background_Selected_Default-0-34-0: #3B3B3E;
|
|
232
|
+
--triplex-next-Chip-Background_Selected_Disabled-0-34-0: #343437;
|
|
233
|
+
--triplex-next-Chip-Background_Selected_Hover-0-34-0: #49494C;
|
|
234
|
+
--triplex-next-Chip-Color_Active-0-34-0: rgba(31, 31, 34, 1);
|
|
235
|
+
--triplex-next-Chip-Color_Default-0-34-0: rgba(31, 31, 34, 1);
|
|
236
|
+
--triplex-next-Chip-Color_Disabled-0-34-0: rgba(31, 31, 34, .35);
|
|
237
|
+
--triplex-next-Chip-Color_Hover-0-34-0: rgba(31, 31, 34, 1);
|
|
238
|
+
--triplex-next-Chip-Color_Selected_Active-0-34-0: rgba(255, 255, 255, 1);
|
|
239
|
+
--triplex-next-Chip-Color_Selected_Default-0-34-0: rgba(255, 255, 255, 1);
|
|
240
|
+
--triplex-next-Chip-Color_Selected_Disabled-0-34-0: rgba(255, 255, 255, .25);
|
|
241
|
+
--triplex-next-Chip-Color_Selected_Hover-0-34-0: rgba(255, 255, 255, 1);
|
|
242
|
+
--triplex-next-Chip-Shadow_Focus-0-34-0: 0 0 0 1px #FFD169 inset;
|
|
243
|
+
--triplex-next-CollapsibleTree-Header_Background_Hover-0-34-0: #E3E6EA;
|
|
244
|
+
--triplex-next-CollapsibleTree-Header_Shadow_Focus-0-34-0: 0 0 0 1px #FFD169 inset;
|
|
245
|
+
--triplex-next-Divider-Background-0-34-0: #D6D9E0;
|
|
246
|
+
--triplex-next-Dropdown-Background-0-34-0: #FFFFFF;
|
|
247
|
+
--triplex-next-Dropdown-Shadow-0-34-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
248
|
+
--triplex-next-DropdownList-Background_Active-0-34-0: #EAEDF1;
|
|
249
|
+
--triplex-next-DropdownList-Background_Default-0-34-0: none;
|
|
250
|
+
--triplex-next-DropdownList-Background_Selected-0-34-0: #DCDFE4;
|
|
251
|
+
--triplex-next-DropdownList-Color-0-34-0: rgba(31, 31, 34, 1);
|
|
252
|
+
--triplex-next-DropdownMobile-Backdrop-0-34-0: rgba(31, 31, 34, .65);
|
|
253
|
+
--triplex-next-DropdownMobile-Border_Color-0-34-0: #D6D9E0;
|
|
254
|
+
--triplex-next-DropdownMobile-Content_Background-0-34-0: #FFFFFF;
|
|
255
|
+
--triplex-next-DropdownMobile-Footer_Background-0-34-0: #FFFFFF;
|
|
256
|
+
--triplex-next-DropdownMobile-Header_Background-0-34-0: #F2F4F7;
|
|
257
|
+
--triplex-next-DropdownMobileList-Active_Background-0-34-0: #EAEDF1;
|
|
258
|
+
--triplex-next-DropdownMobileList-Selected_Background-0-34-0: #DCDFE4;
|
|
259
|
+
--triplex-next-FooterPage-StickyShadow-0-34-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
260
|
+
--triplex-next-FormField-Background_Active-0-34-0: #F2F4F7;
|
|
261
|
+
--triplex-next-FormField-Background_Default-0-34-0: #F2F4F7;
|
|
262
|
+
--triplex-next-FormField-Background_Disabled-0-34-0: #F2F4F7;
|
|
263
|
+
--triplex-next-FormField-Background_Error-0-34-0: #FFF0F3;
|
|
264
|
+
--triplex-next-FormField-Background_Error_Hover-0-34-0: #FCE0E6;
|
|
265
|
+
--triplex-next-FormField-Background_Hover-0-34-0: #EAEDF1;
|
|
266
|
+
--triplex-next-FormField-Background_Warning-0-34-0: #FFF4DB;
|
|
267
|
+
--triplex-next-FormField-Background_Warning_Hover-0-34-0: #FCEAC7;
|
|
268
|
+
--triplex-next-FormField-Input_Color_Default-0-34-0: rgba(31, 31, 34, 1);
|
|
269
|
+
--triplex-next-FormField-Input_Color_Disabled-0-34-0: rgba(31, 31, 34, .35);
|
|
270
|
+
--triplex-next-FormField-Target_Color_Default-0-34-0: rgba(31, 31, 34, 1);
|
|
271
|
+
--triplex-next-FormField-Target_Color_Disabled-0-34-0: rgba(31, 31, 34, .45);
|
|
272
|
+
--triplex-next-FormField-Target_PlaceholderColor_Default-0-34-0: rgba(31, 31, 34, .65);
|
|
273
|
+
--triplex-next-FormField-Label_Color_Default-0-34-0: rgba(31, 31, 34, .65);
|
|
274
|
+
--triplex-next-FormField-Label_Color_Disabled-0-34-0: rgba(31, 31, 34, .35);
|
|
275
|
+
--triplex-next-FormField-Shadow_Active-0-34-0: 0 0 0 1px #21A19A inset;
|
|
276
|
+
--triplex-next-FormField-Shadow_Default-0-34-0: none;
|
|
277
|
+
--triplex-next-FormField-Shadow_Error_Active-0-34-0: 0 0 0 1px #E60037 inset;
|
|
278
|
+
--triplex-next-FormField-Shadow_Warning_Active-0-34-0: 0 0 0 1px #FD6508 inset;
|
|
279
|
+
--triplex-next-FormField-Placeholder_Color-0-34-0: rgba(31, 31, 34, .65);
|
|
280
|
+
--triplex-next-HeaderPage-StickyShadow-0-34-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
281
|
+
--triplex-next-Island-Type1_Background-0-34-0: #FFFFFF;
|
|
282
|
+
--triplex-next-Island-Type2_Background-0-34-0: rgba(255, 255, 255, .35);
|
|
283
|
+
--triplex-next-Island-Type3_Background-0-34-0: #F2F4F7;
|
|
284
|
+
--triplex-next-Island-Type1_Shadow-0-34-0: none;
|
|
285
|
+
--triplex-next-Island-Type2_Shadow-0-34-0: 0 0 0 1px #FFFFFF inset;
|
|
286
|
+
--triplex-next-Island-Type3_Shadow-0-34-0: none;
|
|
287
|
+
--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-34-0: #DCDFE4;
|
|
288
|
+
--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-34-0: rgba(31, 31, 34, .05);
|
|
289
|
+
--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-34-0: #DCDFE4;
|
|
290
|
+
--triplex-next-IslandAccordion-Shadow_Focus-0-34-0: 0 0 0 1px #FFD169 inset;
|
|
291
|
+
--triplex-next-IslandWidget-ExtraFooter_Background-0-34-0: #FFFFFF;
|
|
292
|
+
--triplex-next-IslandWidget-ExtraFooter_Shadow-0-34-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
|
|
293
|
+
--triplex-next-ImageGallery-Arrow_Background_Default-0-34-0: rgba(31, 31, 34, .25);
|
|
294
|
+
--triplex-next-ImageGallery-Arrow_Background_Hover-0-34-0: rgba(31, 31, 34, .45);
|
|
295
|
+
--triplex-next-ImageGallery-Arrow_Background_Active-0-34-0: rgba(31, 31, 34, .55);
|
|
296
|
+
--triplex-next-ImageGallery-Arrow_Background_Disabled-0-34-0: rgba(31, 31, 34, .15);
|
|
297
|
+
--triplex-next-ImageGallery-Arrow_BorderColor_Default-0-34-0: rgba(31, 31, 34, .15);
|
|
298
|
+
--triplex-next-ImageGallery-Arrow_BorderColor_Hover-0-34-0: rgba(31, 31, 34, .15);
|
|
299
|
+
--triplex-next-ImageGallery-Arrow_BorderColor_Active-0-34-0: rgba(31, 31, 34, .15);
|
|
300
|
+
--triplex-next-ImageGallery-Arrow_BorderColor_Disabled-0-34-0: rgba(31, 31, 34, .15);
|
|
301
|
+
--triplex-next-ImageGallery-Dot_Background_Default-0-34-0: rgba(31, 31, 34, .25);
|
|
302
|
+
--triplex-next-ImageGallery-Dot_Background_Hover-0-34-0: rgba(31, 31, 34, .45);
|
|
303
|
+
--triplex-next-ImageGallery-Dot_Background_Active-0-34-0: rgba(31, 31, 34, .75);
|
|
304
|
+
--triplex-next-ImageGallery-Thumb_Mask_Background-0-34-0: rgba(31, 31, 34, .25);
|
|
305
|
+
--triplex-next-ImageGallery-Accent_Color-0-34-0: #21A19A;
|
|
306
|
+
--triplex-next-LightBox-Backdrop_Background-0-34-0: rgba(31, 31, 34, .75);
|
|
307
|
+
--triplex-next-LightBox-Content_Background-0-34-0: #EAEDF1;
|
|
308
|
+
--triplex-next-LightBox-SideOverlay_Background-0-34-0: #EAEDF1;
|
|
309
|
+
--triplex-next-Link-BorderColor_Focus-0-34-0: 0 0 0 1px #FFD169 inset;
|
|
310
|
+
--triplex-next-Link-Text_Color_Active-0-34-0: #007777;
|
|
311
|
+
--triplex-next-Link-Text_Color_Default-0-34-0: #008985;
|
|
312
|
+
--triplex-next-Link-Text_Color_Hover-0-34-0: #21A19A;
|
|
313
|
+
--triplex-next-ListItem-Background-0-34-0: #FFFFFF;
|
|
314
|
+
--triplex-next-ListItem-Background_Dragging-0-34-0: #FFFFFF;
|
|
315
|
+
--triplex-next-ListItem-Background_Selected-0-34-0: #F2F4F7;
|
|
316
|
+
--triplex-next-ListItem-Background_Hover-0-34-0: #F2F4F7;
|
|
317
|
+
--triplex-next-ListItem-Shadow_Dragging-0-34-0: 0 2px 7px rgba(31, 31, 34, 0.25);
|
|
318
|
+
--triplex-next-ListItemControlsButton-Background_Active-0-34-0: #DCDFE4;
|
|
319
|
+
--triplex-next-ListItemControlsButton-Background_Default-0-34-0: #F2F4F7;
|
|
320
|
+
--triplex-next-ListItemControlsButton-Background_Hover-0-34-0: #EAEDF1;
|
|
321
|
+
--triplex-next-ListItemControlsButton-Color_Active-0-34-0: #007777;
|
|
322
|
+
--triplex-next-ListItemControlsButton-Color_Default-0-34-0: #008985;
|
|
323
|
+
--triplex-next-ListItemControlsButton-Color_Hover-0-34-0: #21A19A;
|
|
324
|
+
--triplex-next-ListMaster-Background-0-34-0: #FFFFFF;
|
|
325
|
+
--triplex-next-ListMaster-Footer_Background-0-34-0: #FFFFFF;
|
|
326
|
+
--triplex-next-ListMaster-Footer_Shadow-0-34-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
327
|
+
--triplex-next-ListMaster-Header_Background-0-34-0: #FFFFFF;
|
|
328
|
+
--triplex-next-ListMaster-Header_Shadow-0-34-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
329
|
+
--triplex-next-Loader-Element_Background_Brand-0-34-0: #21A19A;
|
|
330
|
+
--triplex-next-Loader-Element_Background_Neutral-0-34-0: rgba(255, 255, 255, 1);
|
|
331
|
+
--triplex-next-Loader-Middle_Background_Default-0-34-0: #EEF0F4;
|
|
332
|
+
--triplex-next-LoaderScreen-Small_Backdrop_Default-0-34-0: rgba(255, 255, 255, .75);
|
|
333
|
+
--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-34-0: rgba(255, 255, 255, .75);
|
|
334
|
+
--triplex-next-LoaderScreen-Middle_Background_Default-0-34-0: #EEF0F4;
|
|
335
|
+
--triplex-next-Marker-Background_Error-0-34-0: #E60037;
|
|
336
|
+
--triplex-next-Marker-Background_Success-0-34-0: #21A19A;
|
|
337
|
+
--triplex-next-Marker-Background_Waiting-0-34-0: #8291B3;
|
|
338
|
+
--triplex-next-Marker-Background_Warning-0-34-0: #FD6508;
|
|
339
|
+
--triplex-next-MarkerStatus-Description_Color-0-34-0: rgba(0, 0, 0, 0.55);
|
|
340
|
+
--triplex-next-ModalWindow-Background-0-34-0: #EAEDF1;
|
|
341
|
+
--triplex-next-ModalWindow-Backdrop_Background-0-34-0: rgba(79, 79, 82, .5);
|
|
342
|
+
--triplex-next-MultiselectField-Divider_Color-0-34-0: #D6D9E0;
|
|
343
|
+
--triplex-next-Notification-Background-0-34-0: #FFFFFF;
|
|
344
|
+
--triplex-next-Notification-Color-0-34-0: #1F1F22;
|
|
345
|
+
--triplex-next-Notification-TimeColor-0-34-0: rgba(31, 31, 34, 0.65);
|
|
346
|
+
--triplex-next-Notification-Shadow-0-34-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
347
|
+
--triplex-next-Overlay-Background-0-34-0: rgba(255, 255, 255, .8);
|
|
348
|
+
--triplex-next-Overlay-Panel_Background-0-34-0: #FFFFFF;
|
|
349
|
+
--triplex-next-Pagination-PageButton_Background_Active-0-34-0: #E3E6EA;
|
|
350
|
+
--triplex-next-Pagination-PageButton_Background_Hover-0-34-0: #F2F4F7;
|
|
351
|
+
--triplex-next-Pagination-PageButton_Background_Selected-0-34-0: #E3E6EA;
|
|
352
|
+
--triplex-next-Pagination-PageButton_BorderColor_Focus-0-34-0: #FFD169;
|
|
353
|
+
--triplex-next-Radio-Background_Checked_Default-0-34-0: #21A19A;
|
|
354
|
+
--triplex-next-Radio-Background_Checked_Disabled-0-34-0: #EAEDF1;
|
|
355
|
+
--triplex-next-Radio-Background_Checked_Hover-0-34-0: #007777;
|
|
356
|
+
--triplex-next-Radio-Background_Default-0-34-0: #F2F4F7;
|
|
357
|
+
--triplex-next-Radio-Background_Disabled-0-34-0: #F2F4F7;
|
|
358
|
+
--triplex-next-Radio-Background_Hover-0-34-0: #19BDB0;
|
|
359
|
+
--triplex-next-Radio-BorderColor_Default-0-34-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
360
|
+
--triplex-next-Radio-BorderColor_Disabled-0-34-0: 0 0 0 1px #E3E6EA inset;
|
|
361
|
+
--triplex-next-Radio-BorderColor_Focused-0-34-0: 0 0 0 1px #FFD169 inset;
|
|
362
|
+
--triplex-next-Radio-BorderColor_Checked_Default-0-34-0: none;
|
|
363
|
+
--triplex-next-Radio-BorderColor_Checked_Disabled-0-34-0: none;
|
|
364
|
+
--triplex-next-Radio-Dot_Default-0-34-0: rgba(255, 255, 255, 1);
|
|
365
|
+
--triplex-next-Radio-Dot_Disabled-0-34-0: rgba(31, 31, 34, .15);
|
|
366
|
+
--triplex-next-SegmentedControl-General_1_Background-0-34-0: #F2F4F7;
|
|
367
|
+
--triplex-next-SegmentedControl-General_2_Background-0-34-0: #FFFFFF;
|
|
368
|
+
--triplex-next-SegmentedControl-Secondary_1_Background-0-34-0: #F2F4F7;
|
|
369
|
+
--triplex-next-SegmentedControl-Secondary_2_Background-0-34-0: #FFFFFF;
|
|
370
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-34-0: rgba(31, 31, 34, .65);
|
|
371
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-34-0: rgba(31, 31, 34, 1);
|
|
372
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-34-0: rgba(31, 31, 34, .15);
|
|
373
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-34-0: rgba(255, 255, 255, 1);
|
|
374
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-34-0: rgba(255, 255, 255, 1);
|
|
375
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-34-0: rgba(255, 255, 255, .25);
|
|
376
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-34-0: #F2F4F7;
|
|
377
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-34-0: #DFE2E7;
|
|
378
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-34-0: #F2F4F7;
|
|
379
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-34-0: #3B3B3E;
|
|
380
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-34-0: #49494C;
|
|
381
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-34-0: #343437;
|
|
382
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-34-0: rgba(31, 31, 34, .65);
|
|
383
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-34-0: rgba(31, 31, 34, 1);
|
|
384
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-34-0: rgba(31, 31, 34, .15);
|
|
385
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-34-0: rgba(255, 255, 255, 1);
|
|
386
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-34-0: rgba(255, 255, 255, 1);
|
|
387
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-34-0: rgba(255, 255, 255, .25);
|
|
388
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-34-0: #FFFFFF;
|
|
389
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-34-0: #EEF0F4;
|
|
390
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-34-0: #FFFFFF;
|
|
391
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-34-0: #3B3B3E;
|
|
392
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-34-0: #49494C;
|
|
393
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-34-0: #343437;
|
|
394
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-34-0: rgba(31, 31, 34, .65);
|
|
395
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-34-0: rgba(31, 31, 34, 1);
|
|
396
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-34-0: rgba(31, 31, 34, .15);
|
|
397
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-34-0: rgba(31, 31, 34, 1);
|
|
398
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-0-34-0: rgba(31, 31, 34, 1);
|
|
399
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-34-0: rgba(31, 31, 34, .15);
|
|
400
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-34-0: #F2F4F7;
|
|
401
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-34-0: #DFE2E7;
|
|
402
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-34-0: #F2F4F7;
|
|
403
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-34-0: #FFFFFF;
|
|
404
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-0-34-0: #DFE2E7;
|
|
405
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-34-0: #FFFFFF;
|
|
406
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-34-0: rgba(31, 31, 34, .65);
|
|
407
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-34-0: rgba(31, 31, 34, 1);
|
|
408
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-34-0: rgba(31, 31, 34, .15);
|
|
409
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-34-0: rgba(31, 31, 34, 1);
|
|
410
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-0-34-0: rgba(31, 31, 34, 1);
|
|
411
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-34-0: rgba(31, 31, 34, .15);
|
|
412
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-34-0: #FFFFFF;
|
|
413
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-34-0: #EEF0F4;
|
|
414
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-34-0: #FFFFFF;
|
|
415
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-34-0: #E3E6EA;
|
|
416
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-0-34-0: #D6D9E0;
|
|
417
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-34-0: #F2F4F7;
|
|
418
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Default-0-34-0: transparent;
|
|
419
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-34-0: #FFD169;
|
|
420
|
+
--triplex-next-Skeleton-BackgroundColor_Light_Start-0-34-0: #F2F4F7;
|
|
421
|
+
--triplex-next-Skeleton-BackgroundColor_Light_End-0-34-0: #DFE2E7;
|
|
422
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-34-0: rgba(31, 31, 34, .05);
|
|
423
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_End-0-34-0: rgba(31, 31, 34, .15);
|
|
424
|
+
--triplex-next-SmallInput-Background-0-34-0: #F2F4F7;
|
|
425
|
+
--triplex-next-SmallInput-Color-0-34-0: rgba(31, 31, 34, 1);
|
|
426
|
+
--triplex-next-SmallInput-PlaceholderColor-0-34-0: rgba(31, 31, 34, .65);
|
|
427
|
+
--triplex-next-SmallInput-Shadow-0-34-0: 0 0 0 1px rgba(33, 161, 154) inset;
|
|
428
|
+
--triplex-next-SMSField-Refresh_Fill_Empty-0-34-0: rgba(31, 31, 34, .35);
|
|
429
|
+
--triplex-next-SMSField-Refresh_Fill_Full-0-34-0: #008985;
|
|
430
|
+
--triplex-next-SMSField-Refresh_Disabled-0-34-0: rgba(31, 31, 34, .15);
|
|
431
|
+
--triplex-next-SMSField-Submit_Background_Default-0-34-0: rgba(31, 31, 34, .15);
|
|
432
|
+
--triplex-next-SMSField-Submit_Background_Hover-0-34-0: #19BDB0;
|
|
433
|
+
--triplex-next-SMSField-Submit_Background_Active-0-34-0: #21A19A;
|
|
434
|
+
--triplex-next-Slider-Dot_Background_Default-0-34-0: #21A19A;
|
|
435
|
+
--triplex-next-Slider-Dot_Background_Disabled-0-34-0: #F2F4F7;
|
|
436
|
+
--triplex-next-Slider-Dot_Background_Hover-0-34-0: #19BDB0;
|
|
437
|
+
--triplex-next-Slider-Dot_Background_Select-0-34-0: #007777;
|
|
438
|
+
--triplex-next-Slider-Dot_Focus-0-34-0: #FFD169;
|
|
439
|
+
--triplex-next-Slider-Dot_Inner_Background-0-34-0: #FFFFFF;
|
|
440
|
+
--triplex-next-Slider-Dot_Inner_Background_Disabled-0-34-0: rgba(31, 31, 34, .15);
|
|
441
|
+
--triplex-next-Slider-Mark_Dot_Background_Default-0-34-0: #DCDFE4;
|
|
442
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected-0-34-0: #21A19A;
|
|
443
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-34-0: #E7E9EE;
|
|
444
|
+
--triplex-next-Slider-Rail_Background-0-34-0: #DCDFE4;
|
|
445
|
+
--triplex-next-Slider-Rail_Background_Disabled-0-34-0: #DCDFE4;
|
|
446
|
+
--triplex-next-Slider-Tooltip_Background-0-34-0: #1B1B1D;
|
|
447
|
+
--triplex-next-Slider-Tooltip_Color-0-34-0: rgba(255, 255, 255, 1);
|
|
448
|
+
--triplex-next-Slider-Track_Background_Default-0-34-0: #21A19A;
|
|
449
|
+
--triplex-next-Slider-Track_Background_Disabled-0-34-0: #E7E9EE;
|
|
450
|
+
--triplex-next-Slider-Track_Background_Hover-0-34-0: #007777;
|
|
451
|
+
--triplex-next-StatusTracker-Draft_Background-0-34-0: rgba(255, 255, 255, .15);
|
|
452
|
+
--triplex-next-StatusTracker-Warning_Background-0-34-0: #FF7A17;
|
|
453
|
+
--triplex-next-StatusTracker-Waiting_Background-0-34-0: #BFCADF;
|
|
454
|
+
--triplex-next-StatusTracker-Rejected_Background-0-34-0: #FF5571;
|
|
455
|
+
--triplex-next-StatusTracker-Approved_Background-0-34-0: #00D67D;
|
|
456
|
+
--triplex-next-StatusTracker-Waiting_Color-0-34-0: #A9B6D0;
|
|
457
|
+
--triplex-next-StatusTracker-Rejected_Color-0-34-0: #FFB1C1;
|
|
458
|
+
--triplex-next-StatusTracker-Approved_Color-0-34-0: #00D67D;
|
|
459
|
+
--triplex-next-StatusTracker-Border_Color-0-34-0: #FFFFFF;
|
|
460
|
+
--triplex-next-Step-Color_Active-0-34-0: #008985;
|
|
461
|
+
--triplex-next-Step-Color_Default-0-34-0: rgba(31, 31, 34, .65);
|
|
462
|
+
--triplex-next-Step-Color_Disabled-0-34-0: #FFFFFF;
|
|
463
|
+
--triplex-next-Step-Color_Done-0-34-0: #FFFFFF;
|
|
464
|
+
--triplex-next-Step-Color_Error-0-34-0: rgba(255, 255, 255, 1);
|
|
465
|
+
--triplex-next-Step-Color_Warning-0-34-0: rgba(255, 255, 255, 1);
|
|
466
|
+
--triplex-next-Step-Background_Active-0-34-0: #E3FFFA;
|
|
467
|
+
--triplex-next-Step-Background_Default-0-34-0: rgba(31, 31, 34, .05);
|
|
468
|
+
--triplex-next-Step-Background_Disabled-0-34-0: rgba(31, 31, 34, .15);
|
|
469
|
+
--triplex-next-Step-Background_Done-0-34-0: #008985;
|
|
470
|
+
--triplex-next-Step-Background_Error-0-34-0: #D10032;
|
|
471
|
+
--triplex-next-Step-Background_Warning-0-34-0: #EF4C01;
|
|
472
|
+
--triplex-next-Stepper-Step_Background_Default-0-34-0: #F2F4F7;
|
|
473
|
+
--triplex-next-Stepper-Step_Background_Hover-0-34-0: #EAEDF1;
|
|
474
|
+
--triplex-next-Stepper-Step_Background_Disabled-0-34-0: #F2F4F7;
|
|
475
|
+
--triplex-next-Stepper-Step_Background_Error-0-34-0: #FFF0F3;
|
|
476
|
+
--triplex-next-Stepper-Step_Background_Error_Hover-0-34-0: #FCE0E6;
|
|
477
|
+
--triplex-next-Stepper-Step_Background_Warning-0-34-0: #FFF4DB;
|
|
478
|
+
--triplex-next-Stepper-Step_Background_Warning_Hover-0-34-0: #FCEAC7;
|
|
479
|
+
--triplex-next-Stepper-Step_BorderColor_Focus-0-34-0: #FFD169;
|
|
480
|
+
--triplex-next-Stepper-Step_BorderColor_Error-0-34-0: #E60037;
|
|
481
|
+
--triplex-next-Stepper-Step_BorderColor_Warning-0-34-0: #FD6508;
|
|
482
|
+
--triplex-next-Stepper-Step_BorderColor_Success-0-34-0: #21A19A;
|
|
483
|
+
--triplex-next-Stepper-Step_Color_Default-0-34-0: rgba(31, 31, 34, .65);
|
|
484
|
+
--triplex-next-Stepper-Step_Color_Hover-0-34-0: rgba(31, 31, 34, 1);
|
|
485
|
+
--triplex-next-Stepper-Step_Color_Disabled-0-34-0: rgba(31, 31, 34, .35);
|
|
486
|
+
--triplex-next-Stepper-ButtonWrapper_Background_Prev-0-34-0: linear-gradient(to right, rgba(255,255,255,1) 39.06%, rgba(255,255,255,0) 100%);
|
|
487
|
+
--triplex-next-Stepper-ButtonWrapper_Background_Next-0-34-0: linear-gradient(to left, rgba(255,255,255,1) 39.06%, rgba(255,255,255,0) 100%);
|
|
488
|
+
--triplex-next-TableBasic-Background_Hover-0-34-0: #E3E6EA;
|
|
489
|
+
--triplex-next-TableBasic-Background_Selected-0-34-0: #DCDFE4;
|
|
490
|
+
--triplex-next-TableBasic-Color-0-34-0: rgba(31, 31, 34, 1);
|
|
491
|
+
--triplex-next-TableBasic-Header_Background-0-34-0: #E7E9EE;
|
|
492
|
+
--triplex-next-TableBasic-TableFooter_Background-0-34-0: #E7E9EE;
|
|
493
|
+
--triplex-next-TableBasic-TableFooter_Highlight-0-34-0: linear-gradient(transparent, #FFFFFF);
|
|
494
|
+
--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-34-0: #D6D9E0;
|
|
495
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-34-0: #FFFFFF;
|
|
496
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-34-0: #EAEDF1;
|
|
497
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-34-0: #FFFFFF;
|
|
498
|
+
--triplex-next-Tabs-Type1_Background-0-34-0: #F2F4F7;
|
|
499
|
+
--triplex-next-Tabs-Type2_Background-0-34-0: #FFFFFF;
|
|
500
|
+
--triplex-next-Tabs-Type1_Tab_Background_Default-0-34-0: #F2F4F7;
|
|
501
|
+
--triplex-next-Tabs-Type2_Tab_Background_Default-0-34-0: #FFFFFF;
|
|
502
|
+
--triplex-next-Tabs-Type1_Tab_Background_Selected-0-34-0: #DCDFE4;
|
|
503
|
+
--triplex-next-Tabs-Type2_Tab_Background_Selected-0-34-0: #E3E6EA;
|
|
504
|
+
--triplex-next-Tabs-Type1_Tab_Background_Hover-0-34-0: #E3E6EA;
|
|
505
|
+
--triplex-next-Tabs-Type2_Tab_Background_Hover-0-34-0: #EEF0F4;
|
|
506
|
+
--triplex-next-Tabs-Tab_BorderColor_Default-0-34-0: transparent;
|
|
507
|
+
--triplex-next-Tabs-Tab_BorderColor_Focus-0-34-0: #FFD169;
|
|
508
|
+
--triplex-next-Tag-Background-0-34-0: #DFE2E7;
|
|
509
|
+
--triplex-next-TagColor-Background_Default-0-34-0: #EEF3FC;
|
|
510
|
+
--triplex-next-TagColor-Background_Success-0-34-0: #E3FFFA;
|
|
511
|
+
--triplex-next-TagColor-Background_Info-0-34-0: #E3F6FF;
|
|
512
|
+
--triplex-next-TagColor-Background_Warning-0-34-0: #FFF4DB;
|
|
513
|
+
--triplex-next-TagColor-Background_Error-0-34-0: #FFF0F3;
|
|
514
|
+
--triplex-next-TagColor-Text_Color_Default-0-34-0: rgba(31, 31, 34, .75);
|
|
515
|
+
--triplex-next-TabsLine-BorderColor_Active-0-34-0: #21A19A;
|
|
516
|
+
--triplex-next-TabsLine-BorderColor_Hover-0-34-0: #19BDB0;
|
|
517
|
+
--triplex-next-TabsLine-Separator_Color-0-34-0: #D6D9E0;
|
|
518
|
+
--triplex-next-TabsLine-Shadow_Focus-0-34-0: 0 0 0 1px #FFDD64 inset;
|
|
519
|
+
--triplex-next-Tooltip-Background-0-34-0: #1B1B1D;
|
|
520
|
+
--triplex-next-Tooltip-Color-0-34-0: rgba(255, 255, 255, 1);
|
|
521
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Active-0-34-0: #008985;
|
|
522
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Default-0-34-0: #19BDB0;
|
|
523
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-34-0: #4BD9CF;
|
|
524
|
+
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-34-0: 0 0 0 1px #FFD169;
|
|
525
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Active-0-34-0: #007777;
|
|
526
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Default-0-34-0: #008985;
|
|
527
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-34-0: #21A19A;
|
|
528
|
+
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-34-0: 0 0 0 1px #FFDD64;
|
|
529
|
+
--triplex-next-TopOverlay-Background-0-34-0: rgba(79,79,82,.15);
|
|
530
|
+
--triplex-next-Typography-Primary_Color-0-34-0: rgba(31, 31, 34, 1);
|
|
531
|
+
--triplex-next-Typography-Complementary_Color-0-34-0: rgba(31, 31, 34, .85);
|
|
532
|
+
--triplex-next-Typography-Secondary_Color-0-34-0: rgba(31, 31, 34, .65);
|
|
533
|
+
--triplex-next-Typography-Tertiary_Color-0-34-0: rgba(31, 31, 34, .55);
|
|
534
|
+
--triplex-next-Typography-Disabled_Color-0-34-0: rgba(31, 31, 34, .35);
|
|
535
|
+
--triplex-next-Typography-Brand_Color-0-34-0: #008985;
|
|
536
|
+
--triplex-next-Typography-Info_Color-0-34-0: #0E57CC;
|
|
537
|
+
--triplex-next-Typography-Success_Color-0-34-0: #008B5C;
|
|
538
|
+
--triplex-next-Typography-Error_Color-0-34-0: #D10032;
|
|
539
|
+
--triplex-next-Typography-Warning_Color-0-34-0: #EF4C01;
|
|
540
|
+
--triplex-next-Typography-System_Color-0-34-0: #697591;
|
|
541
|
+
--triplex-next-Typography-PrimaryInvert_Color-0-34-0: rgba(255, 255, 255, 1);
|
|
542
|
+
--triplex-next-Typography-ComplementaryInvert_Color-0-34-0: rgba(255, 255, 255, .75);
|
|
543
|
+
--triplex-next-Typography-SecondaryInvert_Color-0-34-0: rgba(255, 255, 255, .55);
|
|
544
|
+
--triplex-next-Typography-TertiaryInvert_Color-0-34-0: rgba(255, 255, 255, .45);
|
|
545
|
+
--triplex-next-Typography-DisabledInvert_Color-0-34-0: rgba(255, 255, 255, .25);
|
|
546
|
+
--triplex-next-Typography-BrandInvert_Color-0-34-0: #19BDB0;
|
|
547
|
+
--triplex-next-Typography-InfoInvert_Color-0-34-0: #1297FE;
|
|
548
|
+
--triplex-next-Typography-SuccessInvert_Color-0-34-0: #00D67D;
|
|
549
|
+
--triplex-next-Typography-ErrorInvert_Color-0-34-0: #F80C45;
|
|
550
|
+
--triplex-next-Typography-WarningInvert_Color-0-34-0: #FF7A17;
|
|
551
|
+
--triplex-next-Typography-SystemInvert_Color-0-34-0: #95A3C1;
|
|
552
|
+
--triplex-next-UploadZone-Background_Default-0-34-0: #F2F4F7;
|
|
553
|
+
--triplex-next-UploadZone-Background_Hover-0-34-0: #EAEDF1;
|
|
554
|
+
--triplex-next-UploadZone-BorderColor_Default-0-34-0: #2D2D30;
|
|
555
|
+
--triplex-next-UploadZone-DragArea_Background-0-34-0: #F2F4F7;
|
|
556
|
+
--triplex-next-UploadZone-DragArea_BorderColor-0-34-0: #21A19A;}
|
|
557
|
+
.underline__60137b83{text-decoration:underline}.strikethrough__3de98072{text-decoration:line-through}.underlineStrikethrough__64ebd1ae{text-decoration:underline line-through}.typography__d38a24a8.primary__eefb18de{color:var(--triplex-next-Typography-Primary_Color-0-34-0)}.typography__d38a24a8.primaryInvert__35a477a6{color:var(--triplex-next-Typography-PrimaryInvert_Color-0-34-0)}.typography__d38a24a8.complementary__78e5ca31{color:var(--triplex-next-Typography-Complementary_Color-0-34-0)}.typography__d38a24a8.complementaryInvert__1547532f{color:var(--triplex-next-Typography-ComplementaryInvert_Color-0-34-0)}.typography__d38a24a8.secondary__eeed746d{color:var(--triplex-next-Typography-Secondary_Color-0-34-0)}.typography__d38a24a8.secondaryInvert__053dc828{color:var(--triplex-next-Typography-SecondaryInvert_Color-0-34-0)}.typography__d38a24a8.tertiary__af6ddd98{color:var(--triplex-next-Typography-Tertiary_Color-0-34-0)}.typography__d38a24a8.tertiaryInvert__eec81b2a{color:var(--triplex-next-Typography-TertiaryInvert_Color-0-34-0)}.typography__d38a24a8.disabled__dd7f5bb1{color:var(--triplex-next-Typography-Disabled_Color-0-34-0)}.typography__d38a24a8.disabledInvert__7510cadf{color:var(--triplex-next-Typography-DisabledInvert_Color-0-34-0)}.typography__d38a24a8.brand__ec467c35{color:var(--triplex-next-Typography-Brand_Color-0-34-0);-webkit-user-select:none;user-select:none}.typography__d38a24a8.brandInvert__d8625df6{color:var(--triplex-next-Typography-BrandInvert_Color-0-34-0)}.typography__d38a24a8.info__cd49461d{color:var(--triplex-next-Typography-Info_Color-0-34-0)}.typography__d38a24a8.infoInvert__4e40a464{color:var(--triplex-next-Typography-InfoInvert_Color-0-34-0)}.typography__d38a24a8.success__23ae518d{color:var(--triplex-next-Typography-Success_Color-0-34-0)}.typography__d38a24a8.successInvert__8614d40f{color:var(--triplex-next-Typography-SuccessInvert_Color-0-34-0)}.typography__d38a24a8.error__f1a9a69e{color:var(--triplex-next-Typography-Error_Color-0-34-0)}.typography__d38a24a8.errorInvert__3b6dbea4{color:var(--triplex-next-Typography-ErrorInvert_Color-0-34-0)}.typography__d38a24a8.warning__ce0bf275{color:var(--triplex-next-Typography-Warning_Color-0-34-0)}.typography__d38a24a8.warningInvert__74cd423a{color:var(--triplex-next-Typography-WarningInvert_Color-0-34-0)}.typography__d38a24a8.system__9922c7f6{color:var(--triplex-next-Typography-System_Color-0-34-0)}.typography__d38a24a8.systemInvert__b47de975{color:var(--triplex-next-Typography-SystemInvert_Color-0-34-0)}.typography__d38a24a8.compact__f9a4a93a{line-height:calc(16 / 14)}.caption__b571353f.regular__33d71902{font-family:SBSansText,Arial,sans-serif}.caption__b571353f.semibold__e0758080{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.c1__5eedef34{font-size:10px;line-height:12px}.c2__620d21d0{font-size:8px;line-height:10px}.d1__84c55ae3{font-size:32px;line-height:40px}.d1__84c55ae3.regular__33d71902{font-family:SBSansDisplay,Arial,sans-serif}.d1__84c55ae3.semibold__e0758080{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.codeText__8573c908{font-family:SBSansTextMono,Arial,monospace;font-size:14px;line-height:20px;font-weight:400}.text__959f5080{outline:none}.text__959f5080.regular__33d71902{font-family:SBSansText,Arial,sans-serif}.text__959f5080.semibold__e0758080{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.b1__40e15147{font-size:18px;line-height:24px}.b2__02ff31c5{font-size:16px;line-height:20px}.b3__2afe65ac{font-size:14px;line-height:20px}.b3__2afe65ac.compact__f9a4a93a{line-height:16px}.b4__e321dc3c{font-size:12px;line-height:16px}.title__ad7140b9{outline:none}.title__ad7140b9.regular__33d71902{font-family:SBSansDisplay,Arial,sans-serif;font-weight:400}.title__ad7140b9.medium__ca8f5e49{font-family:SBSansDisplayMedium,Arial,sans-serif;font-weight:500}.title__ad7140b9.semibold__e0758080{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.title__ad7140b9.bold__135b7872{font-family:SBSansDisplayBold,Arial,sans-serif;font-weight:700}.h1__83230f1c,.h2__af9a3678,.h3__194e8d1c{margin:0}.h1__83230f1c{font-size:28px;line-height:36px}.h2__af9a3678{font-size:24px;line-height:32px}.h3__194e8d1c{font-size:20px;line-height:28px}.formFieldInput__0695dfae{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-0-34-0)}.formFieldInput__0695dfae.sm__f4d3088f{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__0695dfae.md__fcdae70d{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__0695dfae.lg__1d2a27b8{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldInput__0695dfae:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-34-0)}.formFieldInput__0695dfae::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-34-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__0695dfae:focus{outline:none}.formFieldInput__0695dfae:focus::placeholder{opacity:1}.formFieldInput__0695dfae:-webkit-autofill{animation-name:autofill-applied-hook__0e107f47;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__0695dfae:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__95382259;animation-duration:1ms}.disableInteraction__50099feb{pointer-events:none}.displayContents__35197a80{display:contents}.buttonIcon__acef853f{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__acef853f:enabled{cursor:pointer}.buttonIcon__acef853f.circle__56ad6334{border-radius:50%}.buttonIcon__acef853f.squircle__87baa7d3{border-radius:4px}.buttonIcon__acef853f:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-0-34-0)}.formFieldClear__c788f6ac{visibility:hidden;opacity:0;transition:visibility,opacity;transition-duration:.3s;pointer-events:none}.formFieldClear__c788f6ac:focus{visibility:visible;opacity:1;pointer-events:auto}.formFieldCounter__8347c74c{padding-left:4px;margin-left:auto}.formFieldDescription__db2c150b{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__db2c150b.withCounter__839e3346{display:flex}.formFieldLabel__70205aad{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__70205aad.sm__f4d3088f{top:6px}.formFieldLabel__70205aad.md__fcdae70d{top:10px}.formFieldLabel__70205aad.lg__1d2a27b8{top:18px}.formFieldLabel__70205aad.lg__1d2a27b8.floating__a3787d4f{top:10px}.formFieldLabelText__5cd9f5ea{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-0-34-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__f4d3088f .formFieldLabelText__5cd9f5ea{font-size:12px;line-height:16px}.md__fcdae70d .formFieldLabelText__5cd9f5ea{font-size:14px;line-height:20px}.lg__1d2a27b8 .formFieldLabelText__5cd9f5ea{font-size:16px;line-height:20px}.floating__a3787d4f .formFieldLabelText__5cd9f5ea{font-size:12px;line-height:16px}.floating__a3787d4f.sm__f4d3088f .formFieldLabelText__5cd9f5ea,.floating__a3787d4f.md__fcdae70d .formFieldLabelText__5cd9f5ea{display:none}.disabled__45c3fdbc .formFieldLabelText__5cd9f5ea{color:var(--triplex-next-FormField-Label_Color_Disabled-0-34-0)}.formFieldMaskedInputWrapper__7f43621e{position:relative}.formFieldMaskedInputWrapper__7f43621e .formFieldMaskedInputPlaceholder__d6a24260{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__7f43621e .formFieldMaskedInputPlaceholder__d6a24260::placeholder{opacity:1}.formFieldMaskedInputWrapper__7f43621e .formFieldMaskedInputPlaceholder__d6a24260:disabled{visibility:hidden}.formFieldMaskedInputWrapper__7f43621e.size-sm__0869e5a9{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__7f43621e.size-sm__0869e5a9 .formFieldMaskedInputPlaceholder__d6a24260{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__7f43621e.size-md__fc5f8dff{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__7f43621e.size-md__fc5f8dff .formFieldMaskedInputPlaceholder__d6a24260{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__7f43621e.size-lg__9b78ffa0{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__7f43621e.size-lg__9b78ffa0 .formFieldMaskedInputPlaceholder__d6a24260{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__7f43621e .formFieldMaskedInput__eb5a99ac{display:block;position:relative;background:none!important}.formFieldPostfix__7fe7a7e4{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__9391b5ce{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldTarget__7ef5ca54{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-0-34-0);overflow:hidden;white-space:nowrap}.formFieldTarget__7ef5ca54.sm__f4d3088f{font-size:12px;height:28px;line-height:16px}.formFieldTarget__7ef5ca54.md__fcdae70d{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__7ef5ca54.lg__1d2a27b8{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__7ef5ca54.placeholder__2337800b{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-0-34-0)}.formFieldTarget__7ef5ca54.disabled__45c3fdbc{color:var(--triplex-next-FormField-Target_Color_Disabled-0-34-0)}.formFieldTarget__7ef5ca54 .placeholderWrapper__336e4776{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__7ef5ca54:focus{outline:none}.formFieldTarget__7ef5ca54:focus .placeholderWrapper__336e4776,.formFieldTarget__7ef5ca54.active__11bf17ab .placeholderWrapper__336e4776{opacity:1}.formFieldTextarea__4948d6a3{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-0-34-0);vertical-align:top;font-family:inherit}.formFieldTextarea__4948d6a3.sm__f4d3088f{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__4948d6a3.md__fcdae70d{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__4948d6a3.lg__1d2a27b8{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__4948d6a3::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-34-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__4948d6a3:focus{outline:none}.formFieldTextarea__4948d6a3:focus::placeholder{opacity:1}.formFieldTextarea__4948d6a3:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-34-0)}.formFieldTextarea__4948d6a3:-webkit-autofill{animation-name:autofill-applied-hook__0e107f47;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldTextarea__4948d6a3:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__95382259;animation-duration:1ms}@keyframes autofill-applied-hook__0e107f47{0%{transform:none}}@keyframes autofill-cancelled-hook__95382259{0%{transform:none}}.formField__f470e793{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__f470e793.sm__f4d3088f{border-radius:6px}.formField__f470e793.md__fcdae70d{border-radius:8px}.formField__f470e793.lg__1d2a27b8{border-radius:10px}.formField__f470e793.default__58649be4{background:var(--triplex-next-FormField-Background_Default-0-34-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-0-34-0)}.formField__f470e793:hover{background:var(--triplex-next-FormField-Background_Hover-0-34-0)}.formField__f470e793.active__11bf17ab{background:var(--triplex-next-FormField-Background_Active-0-34-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-0-34-0)}.formField__f470e793.active__11bf17ab .formFieldInput__0695dfae::placeholder,.formField__f470e793.active__11bf17ab .formFieldTextarea__4948d6a3::placeholder{opacity:1}.formField__f470e793.disabled__45c3fdbc{background:var(--triplex-next-FormField-Background_Disabled-0-34-0)}.formField__f470e793.error__6903af3f{background:var(--triplex-next-FormField-Background_Error-0-34-0)}.formField__f470e793.error__6903af3f:hover{background:var(--triplex-next-FormField-Background_Error_Hover-0-34-0)}.formField__f470e793.error__6903af3f.active__11bf17ab{background:var(--triplex-next-FormField-Background_Error-0-34-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-0-34-0)}.formField__f470e793.warning__6696982a{background:var(--triplex-next-FormField-Background_Warning-0-34-0)}.formField__f470e793.warning__6696982a:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-0-34-0)}.formField__f470e793.warning__6696982a.active__11bf17ab{background:var(--triplex-next-FormField-Background_Warning-0-34-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-0-34-0)}.formField__f470e793.filled__f09c2661:not(.disabled__45c3fdbc):hover .formFieldClear__c788f6ac,.formField__f470e793.filled__f09c2661:not(.disabled__45c3fdbc).active__11bf17ab .formFieldClear__c788f6ac{visibility:visible;opacity:1;pointer-events:auto}.dropdownDesktop__f856e871{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-0-34-0);background-color:var(--triplex-next-Dropdown-Background-0-34-0)}.dropdownDesktop__f856e871.sm__ce56ee84{border-radius:6px}.dropdownDesktop__f856e871.md__61215687{border-radius:8px}.dropdownDesktop__f856e871.lg__761a2a89{border-radius:10px}.dropdownDesktopOverflowHidden__22f2155c{overflow:hidden}.badgeDot__28a6a4b1{display:inline-block;background:var(--triplex-next-Badge-Background-0-34-0);border-radius:50%}.badgeDot__28a6a4b1.sm__bd72edf1{width:6px;height:6px}.badgeDot__28a6a4b1.md__c1a856ae{width:8px;height:8px}.badgeDot__28a6a4b1.lg__acb0f837{width:10px;height:10px}.badgeContent__cb86b41d{display:flex}.badgeContent__cb86b41d.sm__bd72edf1{padding-left:4px;padding-right:4px}.badgeContent__cb86b41d.md__c1a856ae{padding-left:6px;padding-right:6px}.badgeContent__cb86b41d.lg__acb0f837{padding-left:8px;padding-right:8px}.badgeContent__cb86b41d.noPaddingLeft__780ec7c2{padding-left:0}.badgeContent__cb86b41d.noPaddingRight__5bd09ff6{padding-right:0}.badgePrefix__607ce8a7,.badgePostfix__1242e2d4{display:contents}.badge__1ee94abe{display:inline-flex;align-items:center;justify-content:center;position:relative;width:fit-content;white-space:nowrap;background:var(--triplex-next-Badge-Background-0-34-0)}.badge__1ee94abe.sm__bd72edf1{height:16px;border-radius:4px}.badge__1ee94abe.md__c1a856ae{height:20px;border-radius:6px}.badge__1ee94abe.lg__acb0f837{height:24px;border-radius:8px}.dropdownDesktopList__83414b3d{margin:4px;overflow:auto}.dropdownDesktopList__83414b3d .notificationIcon__f5546482{position:absolute}.dropdownDesktopList__83414b3d.sm__ce56ee84{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__83414b3d.sm__ce56ee84 .dropdownDesktopListItem__2a948968{padding:6px 8px;border-radius:6px}.dropdownDesktopList__83414b3d.sm__ce56ee84 .dropdownDesktopListLoader__02d16052{margin:0 auto}.dropdownDesktopList__83414b3d.sm__ce56ee84 .notificationIcon__f5546482{right:3px;top:3px}.dropdownDesktopList__83414b3d.md__61215687{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__83414b3d.md__61215687 .dropdownDesktopListItem__2a948968{padding:7px 12px;border-radius:8px}.dropdownDesktopList__83414b3d.md__61215687 .dropdownDesktopListLoader__02d16052{margin:-2px auto}.dropdownDesktopList__83414b3d.md__61215687 .notificationIcon__f5546482{right:4px;top:4px}.dropdownDesktopList__83414b3d.lg__761a2a89{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__83414b3d.lg__761a2a89 .dropdownDesktopListItem__2a948968{padding:14px 16px;border-radius:10px}.dropdownDesktopList__83414b3d.lg__761a2a89 .dropdownDesktopListLoader__02d16052{margin:-6px auto}.dropdownDesktopList__83414b3d.lg__761a2a89 .notificationIcon__f5546482{right:4px;top:6px}.dropdownDesktopListItem__2a948968{color:var(--triplex-next-DropdownList-Color-0-34-0);background:var(--triplex-next-DropdownList-Background_Default-0-34-0);position:relative;outline:none}.dropdownDesktopListItem__2a948968+.dropdownDesktopListItem__2a948968{margin-top:2px}.dropdownDesktopListItem__2a948968.active__ab432c39{background:var(--triplex-next-DropdownList-Background_Active-0-34-0);cursor:pointer}.dropdownDesktopListItem__2a948968.selected__10ff4130{background:var(--triplex-next-DropdownList-Background_Selected-0-34-0);cursor:default}.loaderSmall__a1cca91e{display:flex;justify-content:center;align-items:center}.loaderSmall__a1cca91e.sm__3cffb13e{width:16px;height:16px;gap:2px}.loaderSmall__a1cca91e.sm__3cffb13e .dot__c465de78{width:4px;height:4px}.loaderSmall__a1cca91e.md__f1552509{width:24px;height:24px;gap:3px}.loaderSmall__a1cca91e.md__f1552509 .dot__c465de78{width:6px;height:6px}.loaderSmall__a1cca91e.lg__ad8433b0{width:32px;height:32px;gap:4px}.loaderSmall__a1cca91e.lg__ad8433b0 .dot__c465de78{width:8px;height:8px}.loaderSmall__a1cca91e.neutral__2e42a799 .dot__c465de78{background-color:var(--triplex-next-Loader-Element_Background_Neutral-0-34-0)}.loaderSmall__a1cca91e.brand__04372f6e .dot__c465de78{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-34-0)}.loaderSmall__a1cca91e .dot__c465de78{border-radius:50%}.loaderSmall__a1cca91e .dot1__dc673792{animation:dotCycleSmall__59d31a89 .9s infinite}.loaderSmall__a1cca91e .dot2__57032cc1{animation:dotCycleSmall__59d31a89 .9s infinite .15s}.loaderSmall__a1cca91e .dot3__0b01a0e5{animation:dotCycleSmall__59d31a89 .9s infinite .3s}@keyframes dotCycleSmall__59d31a89{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__ada7a218{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-0-34-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__2b72af22{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__2b72af22 .dot__c465de78{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-0-34-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__2b72af22 .dot1__dc673792{top:0;left:0;animation:dotCycleMiddle__06c41322 3s infinite}.loaderMiddleDots__2b72af22 .dot2__57032cc1{right:0;top:0;opacity:.7;animation:dotCycleMiddle__06c41322 3s infinite .74s}.loaderMiddleDots__2b72af22 .dot3__0b01a0e5{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__06c41322 3s infinite 1.5s}.loaderMiddleDots__2b72af22 .dot4__715855d5{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__06c41322 3s infinite 2.25s}.loaderMiddleDots__2b72af22 .line__08282bc6{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-34-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__03267f7f 3s infinite}@keyframes lineCycle__03267f7f{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__06c41322{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__663131e1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__4fd4469c{background:var(--triplex-next-DropdownMobile-Backdrop-0-34-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__4fd4469c.closing__ef5788cc{opacity:0}.dropdownMobileBackdrop__4fd4469c.opening__566b9b9d,.dropdownMobileBackdrop__4fd4469c.opened__59c637c0{opacity:var(--triplex-DropdownMobile-Opacity-0-34-0)}.dropdownMobile__9b172f8e{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__9b172f8e.closing__ef5788cc{transform:translateY(100%)}.dropdownMobile__9b172f8e.opening__566b9b9d,.dropdownMobile__9b172f8e.opened__59c637c0{transform:translateY(0)}.dropdownMobileHeader__2621792a{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-0-34-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__2621792a .dropdownMobileHeaderContent__a8f599b1{display:flex;flex-grow:1;min-width:0;margin-right:12px;min-height:20px}.dropdownMobileContent__2bb07a3a{background:var(--triplex-next-DropdownMobile-Content_Background-0-34-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__82e69636{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-0-34-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-0-34-0);flex-shrink:1}.dropdownMobileListItem__16dcfc9d{position:relative;padding:16px}.dropdownMobileListItem__16dcfc9d.selected__10ff4130{background:var(--triplex-next-DropdownMobileList-Selected_Background-0-34-0)}.dropdownMobileListItem__16dcfc9d:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-0-34-0)}.dropdownMobileBodyOverflow__2a2f1e1c{overflow:hidden}.controlButtons__238e5fa8{display:flex}.dropdownMobileLoader__f0343122{margin-right:8px}.dropdownMobileListLoader__56bfadc5{display:flex;justify-content:center;align-items:center;padding:16px}.notificationIcon__f5546482{position:absolute;right:6px;top:6px}.dropdownMobileInput__3eeb18c3{width:100%;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input_Color_Default-0-34-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__3eeb18c3::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-34-0);opacity:1}.dropdownMobileInput__3eeb18c3::-ms-clear{display:none}.tabsLineWrapper__c8b63520[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__c8b63520[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__c8b63520[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__c8b63520[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__c8b63520{position:relative}.tabsLineWrapper__c8b63520.withSeparator__fd126b97:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-0-34-0);bottom:0;left:0;right:0}.tabsLine__d3223938{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__d3223938:has(.sm__31c18004){height:28px}.tabsLine__d3223938:has(.md__3f9aebc5){height:40px}.tabsLine__d3223938:has(.lg__35418e11){height:56px}.tab__5e238dd3{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__5e238dd3.sm__31c18004{height:28px;padding-bottom:12px}.tab__5e238dd3.md__3f9aebc5{height:40px;padding-top:8px;padding-bottom:12px}.tab__5e238dd3.lg__35418e11{height:56px;padding-top:16px;padding-bottom:20px}.tab__5e238dd3::-moz-focus-inner{border:none;padding:0}.tab__5e238dd3:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-0-34-0)}.tab__5e238dd3.active__73f758dd{cursor:default}.tab__5e238dd3: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__5e238dd3:hover:after,.tab__5e238dd3:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-0-34-0)}.tab__5e238dd3.active__73f758dd:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-0-34-0)}.notificationIcon__c80a09ac{position:absolute}.sm__31c18004 .notificationIcon__c80a09ac{top:0;right:8px}.md__3f9aebc5 .notificationIcon__c80a09ac{top:8px;right:6px}.lg__35418e11 .notificationIcon__c80a09ac{top:16px;right:4px}.tabsLineDropdown__f31b7619{display:inline-block}.tabsLineDropdown__f31b7619 .dropdownTarget__98cb5bca.active__73f758dd{cursor:pointer}.tabsLineDropdown__f31b7619 .dropdownTargetInner__0c238a37{display:inline-flex;align-items:center}.tabsLineDropdown__f31b7619 .dropdownTargetCaret__20694784{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__f31b7619 .dropdownTargetCaret__20694784.opened__c012080e{transform:rotate(-180deg)}.tabsLineDropdown__f31b7619 .dropdown__96a35dfd{right:0;padding:4px}.tabsLineMobileWrapper__b0b281c2{position:relative}.tabsLineMobileWrapper__b0b281c2 .tab__5e238dd3{flex-shrink:0}.tabsLineMobileWrapper__b0b281c2 .tab__5e238dd3:first-child{margin-left:16px}.tabsLineMobileWrapper__b0b281c2 .tab__5e238dd3:last-child{margin-right:16px}.tabsLineMobile__d99a479a{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__d99a479a::-webkit-scrollbar{display:none}.label__e2ee8bf1{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__e2ee8bf1.sm__c15109cc{min-width:16px;min-height:16px}.label__e2ee8bf1.sm__c15109cc.nonempty__afc6e570{padding:2px 0 2px 24px}.label__e2ee8bf1.md__4e6ac02e{min-height:24px;min-width:24px}.label__e2ee8bf1.md__4e6ac02e.nonempty__afc6e570{padding-left:32px;padding-top:2px}.label__e2ee8bf1.lg__9ae12001{min-width:28px;min-height:28px}.label__e2ee8bf1.lg__9ae12001.nonempty__afc6e570{padding-left:40px;padding-top:4px}.label__e2ee8bf1.disabled__ebc6002e{cursor:default}.radio__baa8ef24{margin:0;opacity:0}.radioIcon__00a896b9{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-0-34-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-0-34-0)}.radioIcon__00a896b9:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-0-34-0);border-radius:50%;transform:scale(0)}.sm__c15109cc .radioIcon__00a896b9:after{width:8px;height:8px;top:4px;left:4px}.md__4e6ac02e .radioIcon__00a896b9:after{width:12px;height:12px;top:6px;left:6px}.lg__9ae12001 .radioIcon__00a896b9:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__00a896b9,.radioIcon__00a896b9:after{pointer-events:none}.radio__baa8ef24,.radioIcon__00a896b9{position:absolute;left:0;top:0}.sm__c15109cc .radio__baa8ef24,.sm__c15109cc .radioIcon__00a896b9{width:16px;height:16px;top:2px}.md__4e6ac02e .radio__baa8ef24,.md__4e6ac02e .radioIcon__00a896b9{width:24px;height:24px}.lg__9ae12001 .radio__baa8ef24,.lg__9ae12001 .radioIcon__00a896b9{width:28px;height:28px}.radio__baa8ef24:enabled{cursor:pointer}.radio__baa8ef24:checked+.radioIcon__00a896b9{background:var(--triplex-next-Radio-Background_Checked_Default-0-34-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-0-34-0)}.radio__baa8ef24:checked+.radioIcon__00a896b9:after{transform:scale(1);transition:transform .2s ease-out}.radio__baa8ef24:hover+.radioIcon__00a896b9{background-color:var(--triplex-next-Radio-Background_Hover-0-34-0);box-shadow:none}.radio__baa8ef24:disabled+.radioIcon__00a896b9{background:var(--triplex-next-Radio-Background_Disabled-0-34-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-0-34-0)}.radio__baa8ef24:disabled:checked+.radioIcon__00a896b9{background:var(--triplex-next-Radio-Background_Checked_Disabled-0-34-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-0-34-0)}.radio__baa8ef24:disabled+.radioIcon__00a896b9:after{background:var(--triplex-next-Radio-Dot_Disabled-0-34-0)}.radio__baa8ef24:focus-visible+.radioIcon__00a896b9{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-0-34-0)}.radio__baa8ef24:checked:enabled:hover+.radioIcon__00a896b9{background-color:var(--triplex-next-Radio-Background_Checked_Hover-0-34-0)}.radioXGroup__037dfcbe{display:inline-flex;flex-flow:row wrap}.radioXGroup__037dfcbe.indent-12__04402e67{margin-left:-6px;margin-right:-6px}.radioXGroup__037dfcbe.indent-12__04402e67 .label__e2ee8bf1{margin-left:6px;margin-right:6px}.radioXGroup__037dfcbe.indent-16__b0531a0f{margin-left:-8px;margin-right:-8px}.radioXGroup__037dfcbe.indent-16__b0531a0f .label__e2ee8bf1{margin-left:8px;margin-right:8px}.radioXGroup__037dfcbe.indent-20__5de345e2{margin-left:-10px;margin-right:-10px}.radioXGroup__037dfcbe.indent-20__5de345e2 .label__e2ee8bf1{margin-left:10px;margin-right:10px}.radioXGroup__037dfcbe.indent-24__50a30dac{margin-left:-12px;margin-right:-12px}.radioXGroup__037dfcbe.indent-24__50a30dac .label__e2ee8bf1{margin-left:12px;margin-right:12px}.radioXGroup__037dfcbe.indent-28__092c462c{margin-left:-14px;margin-right:-14px}.radioXGroup__037dfcbe.indent-28__092c462c .label__e2ee8bf1{margin-left:14px;margin-right:14px}.radioXGroup__037dfcbe.indent-32__74e471c8{margin-left:-16px;margin-right:-16px}.radioXGroup__037dfcbe.indent-32__74e471c8 .label__e2ee8bf1{margin-left:16px;margin-right:16px}.radioYGroup__8cd87505{display:inline-flex;flex-flow:column wrap}.radioYGroup__8cd87505 .label__e2ee8bf1.sm__c15109cc+.label__e2ee8bf1.sm__c15109cc{margin-top:8px}.radioYGroup__8cd87505 .label__e2ee8bf1.md__4e6ac02e+.label__e2ee8bf1.md__4e6ac02e{margin-top:16px}.radioYGroup__8cd87505 .label__e2ee8bf1.lg__9ae12001+.label__e2ee8bf1.lg__9ae12001{margin-top:20px}.notification__d3acc4c1{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-0-34-0);background:var(--triplex-next-Notification-Background-0-34-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-0-34-0);z-index:300}.notification__d3acc4c1:first-child{margin-top:0}.notification__d3acc4c1.extraBottomPadding__7aa9112a{padding-bottom:24px}.notification__d3acc4c1 .notificationHeader__e84fe610{width:100%;margin-top:0;margin-bottom:8px;font-family:SBSansTextSemibold,Arial,sans-serif;font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-0-34-0)}.notification__d3acc4c1 .notificationIcon__8c97b483{line-height:0}.notification__d3acc4c1 .notificationBody__a458c200{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__d3acc4c1 .notificationBodyList__abf77290{margin-top:8px}.notification__d3acc4c1 .notificationClose__e2df4901{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__d3acc4c1.showCloseOnHover__1ee6545c .notificationClose__e2df4901{opacity:0}.notification__d3acc4c1.showCloseOnHover__1ee6545c:hover{cursor:pointer}.notification__d3acc4c1.showCloseOnHover__1ee6545c:hover .notificationClose__e2df4901{opacity:1}.notification__d3acc4c1 .notificationFooter__a0404090{display:flex;align-items:center;margin-top:16px}.notification__d3acc4c1 .notificationFooter__a0404090 button+a{margin-left:16px}.notification__d3acc4c1 .notificationTime__0b0725f2{font-size:12px;color:var(--triplex-next-Notification-TimeColor-0-34-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__149af372{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__149af372:hover{cursor:pointer}.notificationGroupedWrapper__149af372 .notificationGroupedFooterItem__f126d020{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-0-34-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-0-34-0)}.notificationGroupedWrapper__149af372 .notificationGroupedFooterItem__f126d020.first__e67f4553{bottom:-8px;z-index:200}.notificationGroupedWrapper__149af372 .notificationGroupedFooterItem__f126d020.second__cbf3819d{bottom:-16px;z-index:100}@media(max-width:767px){.notification__d3acc4c1,.notificationGroupedWrapper__149af372{width:100%}}.unorderedListItem__b802aee8:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__b802aee8+.unorderedListItem__b802aee8{margin-top:8px}.unorderedList__b1a0917a{position:relative;margin:0;padding-left:14px;list-style:none}.button__4e1f0b27.general__e5fe4ebc{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-0-34-0);color:var(--triplex-next-Button-General_Color_Default-0-34-0)}.button__4e1f0b27.general__e5fe4ebc:hover{background:var(--triplex-next-Button-General_Background_Hover-0-34-0);color:var(--triplex-next-Button-General_Color_Hover-0-34-0)}.button__4e1f0b27.general__e5fe4ebc.expanded__6f69f6b0,.button__4e1f0b27.general__e5fe4ebc:active{background:var(--triplex-next-Button-General_Background_Active-0-34-0);color:var(--triplex-next-Button-General_Color_Active-0-34-0)}.button__4e1f0b27.general__e5fe4ebc:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-0-34-0)}.button__4e1f0b27.general__e5fe4ebc:disabled{background:var(--triplex-next-Button-General_Background_Disabled-0-34-0);color:var(--triplex-next-Button-General_Color_Disabled-0-34-0)}.button__4e1f0b27.secondary__91eab10f{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-0-34-0);color:var(--triplex-next-Button-Secondary_Color_Default-0-34-0)}.button__4e1f0b27.secondary__91eab10f:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-0-34-0);color:var(--triplex-next-Button-Secondary_Color_Hover-0-34-0)}.button__4e1f0b27.secondary__91eab10f.expanded__6f69f6b0,.button__4e1f0b27.secondary__91eab10f:active{background:var(--triplex-next-Button-Secondary_Background_Active-0-34-0);color:var(--triplex-next-Button-Secondary_Color_Active-0-34-0)}.button__4e1f0b27.secondary__91eab10f:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-0-34-0)}.button__4e1f0b27.secondary__91eab10f:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-0-34-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-0-34-0)}.button__4e1f0b27.secondaryLight__6c5f8134{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-0-34-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-0-34-0)}.button__4e1f0b27.secondaryLight__6c5f8134:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-0-34-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-0-34-0)}.button__4e1f0b27.secondaryLight__6c5f8134.expanded__6f69f6b0,.button__4e1f0b27.secondaryLight__6c5f8134:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-0-34-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-0-34-0)}.button__4e1f0b27.secondaryLight__6c5f8134:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-0-34-0)}.button__4e1f0b27.secondaryLight__6c5f8134:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-0-34-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-0-34-0)}.button__4e1f0b27.danger__f1f2eade{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-0-34-0);color:var(--triplex-next-Button-Danger_Color_Default-0-34-0)}.button__4e1f0b27.danger__f1f2eade:hover{background:var(--triplex-next-Button-Danger_Background_Hover-0-34-0);color:var(--triplex-next-Button-Danger_Color_Hover-0-34-0)}.button__4e1f0b27.danger__f1f2eade.expanded__6f69f6b0,.button__4e1f0b27.danger__f1f2eade:active{background:var(--triplex-next-Button-Danger_Background_Active-0-34-0);color:var(--triplex-next-Button-Danger_Color_Active-0-34-0)}.button__4e1f0b27.danger__f1f2eade:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-0-34-0)}.button__4e1f0b27.danger__f1f2eade:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-0-34-0);color:var(--triplex-next-Button-Danger_Color_Disabled-0-34-0)}.button__4e1f0b27.link__a11728e5{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-0-34-0);padding:0}.button__4e1f0b27.link__a11728e5.sm__ed3d70ef{height:28px;min-width:0px;padding:6px 2px}.button__4e1f0b27.link__a11728e5.md__68c8938a{height:40px;min-width:0px;padding:10px 2px}.button__4e1f0b27.link__a11728e5.lg__10ebad45{height:56px;min-width:0px;padding:18px 2px}.button__4e1f0b27.link__a11728e5:hover{color:var(--triplex-next-Button-Link_Color_Hover-0-34-0)}.button__4e1f0b27.link__a11728e5.expanded__6f69f6b0,.button__4e1f0b27.link__a11728e5:active{color:var(--triplex-next-Button-Link_Color_Active-0-34-0)}.button__4e1f0b27.link__a11728e5:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-0-34-0)}.button__4e1f0b27.link__a11728e5:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-0-34-0)}.button__4e1f0b27{position:relative;display:inline-flex;align-items:center;margin:0;border:none;outline:none;background-clip:padding-box;font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600;cursor:pointer;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.button__4e1f0b27::-moz-focus-inner{border:none;padding:0}.button__4e1f0b27.sm__ed3d70ef{line-height:16px;font-size:12px}.button__4e1f0b27.sm__ed3d70ef.general__e5fe4ebc,.button__4e1f0b27.sm__ed3d70ef.secondary__91eab10f,.button__4e1f0b27.sm__ed3d70ef.secondaryLight__6c5f8134,.button__4e1f0b27.sm__ed3d70ef.danger__f1f2eade{height:28px;min-width:58px;padding:0 12px;border-radius:6px}.button__4e1f0b27.sm__ed3d70ef.icon__8982aa01{min-height:28px;min-width:28px;padding:0 4px}.button__4e1f0b27.md__68c8938a{line-height:20px;font-size:14px}.button__4e1f0b27.md__68c8938a.general__e5fe4ebc,.button__4e1f0b27.md__68c8938a.secondary__91eab10f,.button__4e1f0b27.md__68c8938a.secondaryLight__6c5f8134,.button__4e1f0b27.md__68c8938a.danger__f1f2eade{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__4e1f0b27.md__68c8938a.icon__8982aa01{min-height:40px;min-width:40px;padding:0 10px}.button__4e1f0b27.lg__10ebad45{line-height:20px;font-size:16px}.button__4e1f0b27.lg__10ebad45.general__e5fe4ebc,.button__4e1f0b27.lg__10ebad45.secondary__91eab10f,.button__4e1f0b27.lg__10ebad45.secondaryLight__6c5f8134,.button__4e1f0b27.lg__10ebad45.danger__f1f2eade{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__4e1f0b27.lg__10ebad45.icon__8982aa01{min-height:56px;min-width:56px;padding:0 12px}.button__4e1f0b27:disabled{cursor:default}.button__4e1f0b27:disabled *{pointer-events:none}.button__4e1f0b27+.button__4e1f0b27:not(.block__ea1908af),.button__4e1f0b27+.buttonDropdown__aeb42477:not(.block__ea1908af){margin-left:12px}.button__4e1f0b27 .content__f9e8218b{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__4e1f0b27.block__ea1908af{display:block;width:100%}.button__4e1f0b27.loading__37f107d9{pointer-events:none}.button__4e1f0b27.loading__37f107d9 .content__f9e8218b{visibility:hidden}.button__4e1f0b27 .loader__b8f09683{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__4e1f0b27 .loader__b8f09683.hidden__a66a8c9a{visibility:hidden}.buttonDropdownExtended__1c6e7f94{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__1c6e7f94 .buttonDropdownExtendedBlock__b1cf304e{padding:4px;margin-top:4px;right:0}.buttonDropdown__aeb42477.block__ea1908af{display:block}.buttonDropdown__aeb42477+.button__4e1f0b27:not(.block__ea1908af),.buttonDropdown__aeb42477+.buttonDropdown__aeb42477:not(.block__ea1908af){margin-left:12px}.buttonDropdown__aeb42477 .buttonDropdownTarget__845e74e7.md__68c8938a.dots__c211fe45{padding:0 8px}.buttonDropdown__aeb42477 .buttonDropdownTarget__845e74e7 .caretIcon__af7a5565{margin-left:2px;transition:transform .3s ease-in-out}.buttonDropdown__aeb42477 .buttonDropdownTarget__845e74e7.active__bc72284e .caretIcon__af7a5565{transform:rotate(-180deg)}.buttonDropdown__aeb42477 .buttonDropdownMenuItem__39551161{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__f0bc4af5{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__c8b36b81{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__a7c05cb5{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__cf8b2aa2{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-0-34-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__6ecf962b{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__6ecf962b .modalWindowContentWrapper__bbf832d8{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__f0bc4af5 .6s ease}.modalWindow__6ecf962b .modalWindowContent__ccdad93a{margin-top:var(--modal-window-top);margin-bottom:100px;width:100%}.modalWindow__6ecf962b .modalWindowContent__ccdad93a .modalWindowBody__5bf889ab{box-sizing:border-box;animation:fadeIn__b0692178 .3s ease}@keyframes fadeIn__b0692178{0%{opacity:0}to{opacity:1}}.modalWindow__6ecf962b .modalWindowContent__ccdad93a .spinnerSm__7d33458c{display:none}@media(max-width:767px){.modalWindow__6ecf962b .modalWindowContent__ccdad93a .spinner__7da9cd44{display:none}.modalWindow__6ecf962b .modalWindowContent__ccdad93a .spinnerSm__7d33458c{display:flex}}.global-modalWindowTransition-exit .modalWindow__6ecf962b .modalWindowContentWrapper__bbf832d8{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__c8b36b81 .3s ease}.global-modalWindowTransition-exit .modalWindow__6ecf962b .modalWindowContentWrapper__bbf832d8 .modalWindowBody__5bf889ab{animation:fadeOut__65f37a62 .3s ease}@keyframes fadeOut__65f37a62{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__d0d555f3{position:absolute;left:0;right:0;height:0}.modalWindow__6ecf962b.sm__a153af37 .modalWindowContentWrapper__bbf832d8{max-width:480px}.modalWindow__6ecf962b.sm__a153af37 .modalWindowContent__ccdad93a .modalWindowBody__5bf889ab{min-height:196px}@media(max-width:575px){.modalWindow__6ecf962b.sm__a153af37 .modalWindowContentWrapper__bbf832d8{max-width:100%}}.modalWindow__6ecf962b.md__4b379cef .modalWindowContentWrapper__bbf832d8{max-width:600px}.modalWindow__6ecf962b.md__4b379cef .modalWindowContent__ccdad93a .modalWindowBody__5bf889ab{min-height:246px}@media(max-width:767px){.modalWindow__6ecf962b.md__4b379cef .modalWindowContentWrapper__bbf832d8{max-width:100%}}.modalWindow__6ecf962b.lg__e24b3c2a .modalWindowContentWrapper__bbf832d8{max-width:800px}.modalWindow__6ecf962b.lg__e24b3c2a .modalWindowContent__ccdad93a .modalWindowBody__5bf889ab{min-height:396px}@media(max-width:991px){.modalWindow__6ecf962b.lg__e24b3c2a .modalWindowContentWrapper__bbf832d8{max-width:100%}}.modalWindowContentPage__9ee20445{background:var(--triplex-next-ModalWindow-Background-0-34-0);padding:8px!important}.modalWindowContentPage__9ee20445,.modalWindowLoaderScreen__2894efba{border-radius:32px}@media(max-width:767px){.modalWindowContentPage__9ee20445,.modalWindowLoaderScreen__2894efba{border-radius:24px}}.islandBody__a8a547e8{display:block}.islandHeader__7bdb3e56,.islandFooter__ba36c46a,.island__e02ec2dd{position:relative}.island__e02ec2dd.type1__fbb017e2{background-color:var(--triplex-next-Island-Type1_Background-0-34-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-0-34-0)}.island__e02ec2dd.type2__1c3bf61f{background-color:var(--triplex-next-Island-Type2_Background-0-34-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-0-34-0)}.island__e02ec2dd.type3__2a51c964{background-color:var(--triplex-next-Island-Type3_Background-0-34-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-0-34-0)}.island__e02ec2dd.sm__83ee6fa9{border-radius:16px;padding:16px}.island__e02ec2dd.sm__83ee6fa9 .islandHeader__7bdb3e56+.islandBody__a8a547e8,.island__e02ec2dd.sm__83ee6fa9 .islandHeader__7bdb3e56+.islandFooter__ba36c46a,.island__e02ec2dd.sm__83ee6fa9 .islandBody__a8a547e8+.islandFooter__ba36c46a{margin-top:8px}.island__e02ec2dd.md__198ba2a6{border-radius:24px;padding:24px}.island__e02ec2dd.md__198ba2a6 .islandHeader__7bdb3e56+.islandBody__a8a547e8,.island__e02ec2dd.md__198ba2a6 .islandHeader__7bdb3e56+.islandFooter__ba36c46a,.island__e02ec2dd.md__198ba2a6 .islandBody__a8a547e8+.islandFooter__ba36c46a{margin-top:12px}.island__e02ec2dd.lg__25202493{border-radius:32px;padding:32px}.island__e02ec2dd.lg__25202493 .islandHeader__7bdb3e56+.islandBody__a8a547e8,.island__e02ec2dd.lg__25202493 .islandHeader__7bdb3e56+.islandFooter__ba36c46a,.island__e02ec2dd.lg__25202493 .islandBody__a8a547e8+.islandFooter__ba36c46a{margin-top:16px}@media(max-width:767px){.island__e02ec2dd.sm__83ee6fa9,.island__e02ec2dd.md__198ba2a6{border-radius:16px;padding:16px}.island__e02ec2dd.lg__25202493{border-radius:24px;padding:24px}}.modalWindowBody__5bf889ab{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowBody__5bf889ab:last-child{margin-bottom:0}.modalWindowClose__4156fa91{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media(max-width:767px){.modalWindowClose__4156fa91{top:20px;right:20px}}.loaderScreen__6dfefba6{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__6dfefba6.loaderSmallBackdrop__fa8d6a76{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-0-34-0)}.loaderScreen__6dfefba6.loaderMiddleBackdrop__3e488627{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-34-0)}.body__b7ab06ef{position:relative;display:flex}.body__b7ab06ef .bodyInner__b75d4138{position:relative;flex-grow:1;width:100%}.bodyPage__2ded7888{flex-grow:1}.verticalMargin24__c125be2a{margin-top:24px;margin-bottom:24px}.verticalMargin16__e431d472{margin-top:16px;margin-bottom:16px}@media(max-width:767px){.verticalMargin24__c125be2a{margin-top:16px;margin-bottom:16px}.verticalMargin16__e431d472{margin-top:8px;margin-bottom:8px}}.headerTabs__362baca0{display:flex;justify-content:space-between}.headerTabs__362baca0 .headerTabsContent__cbfb628d{flex-grow:1;min-width:1px}.headerTabs__362baca0 .headerTabsControls__be063f88{flex-shrink:0;white-space:nowrap;padding-left:24px}@media(max-width:767px){.headerTabs__362baca0{flex-wrap:wrap}.headerTabs__362baca0 .headerTabsContent__cbfb628d{width:100%}.headerTabs__362baca0 .headerTabsControls__be063f88{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__362baca0 .headerTabsControls__be063f88>button{margin-left:16px;margin-top:16px}}.headerTitle__967c62a4{display:flex;justify-content:space-between}.headerTitle__967c62a4 .headerTitleControls__a8bcfae4{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__74c1c70e+.headerTitle__967c62a4{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media(max-width:767px){.headerTitle__967c62a4{flex-wrap:wrap}.headerTitle__967c62a4 .headerTitleContent__0dc6ff41{width:100%}.headerTitle__967c62a4 .headerTitleControls__a8bcfae4{padding-left:0;white-space:normal;flex-shrink:initial;margin-left:-16px}.headerTitle__967c62a4 .headerTitleControls__a8bcfae4>button,.headerTitle__967c62a4 .headerTitleControls__a8bcfae4>[class*=buttonDropdown]{margin-left:16px;margin-top:16px}}.headerSubheader__5c225ce6{padding:24px 0}.headerSubheader__5c225ce6.withoutPaddings__9ecea65d{padding:0}.headerLayoutSidebar__27108c82{display:flex;justify-content:space-between}.headerLayoutSidebarContent__a2664523{flex-grow:1;min-width:1px}@media(max-width:767px){.headerLayoutSidebarSidebar__a07ed97d{display:none}}.page__ff5f1578{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__ff5f1578{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__ce386075.sticky__28b01af4{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__ce386075.sticky__28b01af4[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-34-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__77fd4192.sticky__28b01af4{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__77fd4192.sticky__28b01af4[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-0-34-0)!important}.footerDescription__423e1a6b{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__59c4454e{flex-grow:1;margin-right:auto}.footerDescriptionControls__59c56efc{margin-left:auto;white-space:nowrap;padding-left:24px}@media(max-width:767px){.footerDescription__423e1a6b{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__59c4454e{width:100%}.footerDescriptionControls__59c56efc{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__59c56efc>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__59c4454e+.footerDescriptionControls__59c56efc{margin-top:0}.footer__676f1bf8{padding:16px 0}}.modalWindowHeader__bc4f0410 .global-HeaderTitleContent{padding-right:64px}@media(max-width:767px){.modalWindowHeader__bc4f0410 .global-HeaderTitleContent{padding-right:72px}}.list__8a01fb13{margin:0;padding:0;list-style:none;position:relative}.list__8a01fb13 .listLoaderScreen__431c2a9f{z-index:100}.listItemControls__8eb12717{display:flex;padding:0 16px 0 4px}.listItemContent__3387c2ab{background:var(--triplex-next-ListItem-Background-0-34-0);padding:12px 0 12px 16px;box-sizing:border-box}.listItemContent__3387c2ab.selected__1abf7ef5{background:var(--triplex-next-ListItem-Background_Selected-0-34-0)}.listItemContent__3387c2ab.selectable__00cfdb9f{border-radius:8px}.listItemControlsButton__7c657d9d{margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-0-34-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px;width:92px}.listItemControlsButton__7c657d9d:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-0-34-0)}.listItemControlsButton__7c657d9d:hover .listItemControlsButtonLabel__78fc5066{color:var(--triplex-next-ListItemControlsButton-Color_Hover-0-34-0)!important}.listItemControlsButton__7c657d9d:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-0-34-0)}.listItemControlsButton__7c657d9d:active .listItemControlsButtonLabel__78fc5066{color:var(--triplex-next-ListItemControlsButton-Color_Active-0-34-0)!important}.listItemControlsButton__7c657d9d+.listItemControlsButton__7c657d9d,.listItemControlsButton__7c657d9d+.listItemControlsButtonDropdown__146164c3{margin-left:4px}.listItemControlsButtonIcon__8b233362{line-height:0}.listItemControlsButton__7c657d9d.withText__52739ea9 .listItemControlsButtonIcon__8b233362{margin-bottom:8px}.listItemControlsButtonLabel__78fc5066{color:var(--triplex-next-ListItemControlsButton-Color_Default-0-34-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__146164c3{display:flex}.listItemControlsButtonInner__c9e60a36{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__7c657d9d.withIcon__10efcb61.withText__52739ea9 .listItemControlsButtonInner__c9e60a36{height:44px;overflow:visible}.buttonDropdownMenuItem__853d35d6{overflow:hidden;text-overflow:ellipsis}.listEmptyState__0c4ce1b3{padding:64px 16px 16px;text-align:center}.listItemLoading__5ee99a11{display:flex;justify-content:center;height:24px;padding:12px 0;position:relative;background-color:var(--triplex-next-ListItem-Background-0-34-0)}.label__cc06dc17{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__cc06dc17.sm__382bba84{min-width:16px;min-height:16px}.label__cc06dc17.sm__382bba84.nonempty__0e5e5b3f{padding:2px 0 2px 24px}.label__cc06dc17.md__cca168d9{min-width:24px;min-height:24px}.label__cc06dc17.md__cca168d9.nonempty__0e5e5b3f{padding-left:32px;padding-top:2px}.label__cc06dc17.lg__d508c794{min-width:28px;min-height:28px}.label__cc06dc17.lg__d508c794.nonempty__0e5e5b3f{padding-left:40px;padding-top:4px}.label__cc06dc17.disabled__3335cbf5{cursor:default}.label__cc06dc17[hidden]{display:none}.checkbox__637015c1{margin:0;opacity:0}.checkboxIcon__254fc4d4{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-0-34-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-0-34-0)}.sm__382bba84 .checkboxIcon__254fc4d4{border-radius:4px}.checkmarkIcon__09d92c0a{transform:scale(0)}.checkmarkIcon__09d92c0a path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-0-34-0)}.checkboxIcon__254fc4d4,.checkmarkIcon__09d92c0a{pointer-events:none}.checkbox__637015c1,.checkboxIcon__254fc4d4,.checkmarkIcon__09d92c0a{position:absolute;left:0;top:0}.sm__382bba84 .checkbox__637015c1,.sm__382bba84 .checkboxIcon__254fc4d4,.sm__382bba84 .checkmarkIcon__09d92c0a{width:16px;height:16px;top:2px}.md__cca168d9 .checkbox__637015c1,.md__cca168d9 .checkboxIcon__254fc4d4,.md__cca168d9 .checkmarkIcon__09d92c0a{width:24px;height:24px}.lg__d508c794 .checkbox__637015c1,.lg__d508c794 .checkboxIcon__254fc4d4,.lg__d508c794 .checkmarkIcon__09d92c0a{width:28px;height:28px}.checkbox__637015c1:enabled{cursor:pointer}.checkbox__637015c1:enabled:hover+.checkboxIcon__254fc4d4{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-0-34-0);background-color:var(--triplex-next-Checkbox-Background_Hover-0-34-0)}.checkbox__637015c1:checked+.checkboxIcon__254fc4d4{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-0-34-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-0-34-0)}.checkbox__637015c1:checked~.checkmarkIcon__09d92c0a{transform:scale(1);transition:transform .2s ease-out}.checkbox__637015c1:disabled+.checkboxIcon__254fc4d4{background-color:var(--triplex-next-Checkbox-Background_Disabled-0-34-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-0-34-0)}.checkbox__637015c1:disabled:checked+.checkboxIcon__254fc4d4{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-0-34-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-34-0)}.checkbox__637015c1:disabled~.checkmarkIcon__09d92c0a path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-34-0)}.checkbox__637015c1:focus-visible+.checkboxIcon__254fc4d4{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-0-34-0)}.checkbox__637015c1:checked:enabled:hover+.checkboxIcon__254fc4d4{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-0-34-0)}.listItemSelectable__41085710{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-0-34-0);border-radius:8px}.listItemSelectable__41085710.selected__1abf7ef5{background:var(--triplex-next-ListItem-Background_Selected-0-34-0)}.checkboxWrapper__df46072e{padding:16px;line-height:0}.childrenWrapper__725a05aa{flex-grow:1}.checkboxLabel__ae5e4183{padding:0!important;position:relative}.checkboxLabelClickArea__dc913585{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__a8376e3a{position:relative;overflow:hidden}.swipeableArea__a8376e3a .content__ff76ea86{position:relative;touch-action:pan-y}.swipeableArea__a8376e3a .content__ff76ea86.disableScroll__3e2538ef{touch-action:none}.swipeableArea__a8376e3a .content__ff76ea86.disablePointerEvents__7d821e8b:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__a8376e3a .swipeAnimationFinish__d379c62e{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__a8376e3a .leftContent__d3a46940,.swipeableArea__a8376e3a .rightContent__d7a32c3a{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__a8376e3a .rightContent__d7a32c3a{left:auto;right:0}.listItemTail__0834771d{position:absolute;width:18px;top:0;bottom:0;overflow:hidden}.listItemTailLine__efc2be80{background:var(--triplex-next-ListMaster-Background-0-34-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailLeft__c09406ea{left:-8px}.listItemTailRight__ea1012ea{right:-10px}.listItemTailTop__5790da20{position:absolute;top:0;left:0;right:0}.listItemTailTop__5790da20:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-34-0)}.listItemTailTop__5790da20:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-34-0)}.listItemTailBottom__f648048b{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__f648048b:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-0-34-0)}.listItemTailBottom__f648048b:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListMaster-Background-0-34-0)}.listItemTable__fbd4495a{margin-bottom:4px}.listItemTable__fbd4495a:last-child{margin-bottom:0}.listItemTable__fbd4495a .swipeableArea__66eeb73e{border-radius:8px}.listItemTable__fbd4495a .content__4c8352e3{min-height:56px}.listSortableItemTarget__7a38d656{display:flex;gap:16px;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-0-34-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__7a38d656:hover{background:var(--triplex-next-ListItem-Background_Hover-0-34-0)}.listSortableItemTarget__7a38d656.dragging__7e9cecd9{background:var(--triplex-next-ListItem-Background_Dragging-0-34-0);box-shadow:var(--triplex-next-ListItem-Shadow_Dragging-0-34-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__022f52c8{flex:1}.listSortableItemTargetIcon__5f3e00d9{display:block}.listSortableItem__d57f6b05{position:relative}.listSortableItem__d57f6b05.dragging__7e9cecd9{z-index:1}.listSortableItemControls__050fb96f{display:inline-block}.islandWidgetHeader__f5bc38cf{display:flex;justify-content:flex-start;align-items:center;gap:8px}.islandWidgetHeader__f5bc38cf .islandWidgetHeaderTitle__1ee20a6e{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandWidgetHeader__f5bc38cf .islandWidgetHeaderControls__1d3ef3bc{display:flex;align-items:center;gap:8px}.islandWidgetHeader__f5bc38cf .islandWidgetHeaderDescription__2127feac{display:flex;flex-grow:1;justify-content:flex-end}.islandWidgetHeader__f5bc38cf .caretWrapper__145c222c{position:absolute;top:16px;right:16px}.islandWidgetHeader__f5bc38cf .caretIcon__bf31b7d0{transition:transform .3s ease-in-out}.islandWidgetHeader__f5bc38cf.open__8f4428f2 .caretWrapper__145c222c .caretIcon__bf31b7d0{transform:rotate(-180deg)}@media(max-width:767px){.islandWidgetHeader__f5bc38cf{flex-wrap:wrap;padding-right:32px}.islandWidgetHeader__f5bc38cf .islandWidgetHeaderTitle__1ee20a6e{white-space:normal}.islandWidgetHeader__f5bc38cf .islandWidgetHeaderDescription__2127feac{flex-basis:100%;justify-content:flex-start}}.islandWidgetBody__f84f44e2{padding-top:16px}.islandWidgetFooter__83a4fe05{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__cfe4a0fd{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__bf9507e3{margin-left:auto;white-space:nowrap}@media(max-width:767px){.islandWidgetFooter__83a4fe05{flex-direction:column;gap:16px}.islandWidgetFooterControls__bf9507e3{display:flex;flex-wrap:wrap;gap:12px;margin:0 auto 0 0}.islandWidgetFooterControls__bf9507e3>button{margin-left:0!important}}.expandAnimation__2dbaf9e6{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__d02cdb7e{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-0-34-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media(max-width:767px){.islandWidgetExtraFooter__d02cdb7e{border-radius:0 0 16px 16px}}.islandWidget__d8388147{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__d8388147>*{height:100%}.islandWidgetWithExtraFooter__e8033424:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-0-34-0)!important}@media(max-width:767px){.islandWidgetHeaderWrapperAdaptive__f31dca78{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__947773a4{display:flex;flex-direction:column}.main__c86c1f63{position:relative;width:100%;height:var(--triplex-next-runtime-ImageGalleryExtended-Main_Height, 504px);border-radius:16px;overflow:hidden;touch-action:pan-y}.main__c86c1f63:hover .arrow__77a5b0ee{opacity:1}.main__c86c1f63 .image__282b9c42{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none}.imageButton__4bec16e4{display:block;width:100%;height:100%;margin:0;padding:0;border:none;background:transparent}.track__0c2959a3{display:flex;width:100%;height:100%;transform:translate(calc(var(--triplex-next-runtime-ImageGalleryExtended-Track_Shift, 0%) + var(--triplex-next-runtime-ImageGalleryExtended-Track_Drag, 0px)));transition:none;will-change:transform}.track__0c2959a3.animating__3e7a8bf7{transition:transform .3s ease-out}.slide__50322707{position:relative;flex:0 0 100%;height:100%;overflow:hidden}.blur__ac66e5d5{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover;filter:blur(40px);transform:scale(1.2);pointer-events:none}.clickable__5cca5556{cursor:pointer}.arrow__77a5b0ee{outline:none;position:absolute;top:50%;z-index:2;width:40px;height:40px;transform:translateY(-50%);background:var(--triplex-next-ImageGallery-Arrow_Background_Default-0-34-0);border:1px solid var(--triplex-next-ImageGallery-Arrow_BorderColor_Default-0-34-0);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .15s ease}.arrow__77a5b0ee:focus-visible{opacity:1}.arrow__77a5b0ee:hover{background:var(--triplex-next-ImageGallery-Arrow_Background_Hover-0-34-0);border-color:var(--triplex-next-ImageGallery-Arrow_BorderColor_Hover-0-34-0)}.arrow__77a5b0ee:active{background:var(--triplex-next-ImageGallery-Arrow_Background_Active-0-34-0);border-color:var(--triplex-next-ImageGallery-Arrow_BorderColor_Active-0-34-0)}.arrow__77a5b0ee:disabled{display:none}.arrow__77a5b0ee.prev__ee322664{left:16px}.arrow__77a5b0ee.next__89716327{right:16px}@media(max-width:767px){.main__c86c1f63{height:var(--triplex-next-runtime-ImageGalleryExtended-Main_Height, 264px);border-radius:8px}.arrow__77a5b0ee{display:none}}.thumbnails__512d193d{display:flex;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.thumbnails__512d193d::-webkit-scrollbar{display:none}.thumb__32d0a672{position:relative;flex:0 0 auto;display:block;margin:0;padding:2px;border:2px solid transparent;border-radius:12px;background:transparent;cursor:pointer;outline:none;transition:border-color .15s ease-in-out}.thumb__32d0a672+.thumb__32d0a672{margin-left:8px}.thumb__32d0a672:focus-visible,.thumb__32d0a672.active__30ea2fc3{border-color:var(--triplex-next-ImageGallery-Accent_Color-0-34-0)}.thumb__32d0a672:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:8px;background:var(--triplex-next-ImageGallery-Thumb_Mask_Background-0-34-0);pointer-events:none;transition:opacity .15s ease-in-out}.thumb__32d0a672:hover:after,.thumb__32d0a672.active__30ea2fc3:after{opacity:0}.thumb__32d0a672 .image__282b9c42{display:block;width:72px;height:72px;border-radius:8px;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none}.dots__01d36ef2{display:flex;justify-content:center;align-items:center;gap:8px}.dot__fa63781f{width:16px;height:3px;padding:0;margin:0;border:none;border-radius:2px;background:var(--triplex-next-ImageGallery-Dot_Background_Default-0-34-0);cursor:pointer;outline:none;transition:background .15s ease-in-out,width .15s ease-in-out}.dot__fa63781f:hover{background:var(--triplex-next-ImageGallery-Dot_Background_Hover-0-34-0)}.dot__fa63781f:focus-visible{box-shadow:0 0 0 2px var(--triplex-next-ImageGallery-Accent_Color-0-34-0)}.dot__fa63781f.active__30ea2fc3{width:24px;background:var(--triplex-next-ImageGallery-Dot_Background_Active-0-34-0)}.treeView__78abc6e7,.treeViewGroup__b115285a{margin:0;padding:0}.treeView__78abc6e7 .treeViewNode__8284b58c,.treeViewGroup__b115285a .treeViewNode__8284b58c{margin:0;padding:0;outline:none;list-style:none}.collapsibleTreeExtendedNodeContent__da9e8ae3.collapsed__4cdfd0b4{visibility:hidden}.collapsibleTreeNodeHeader__d14510e9{display:inline-flex;align-items:center;gap:8px;width:100%;margin:0 0 2px;padding:12px;outline:none;border:none;border-radius:8px;background:none;color:inherit}.collapsibleTreeNodeHeader__d14510e9.interactive__b6b599ee{cursor:pointer}.collapsibleTreeNodeHeader__d14510e9.interactive__b6b599ee:hover{background:var(--triplex-next-CollapsibleTree-Header_Background_Hover-0-34-0)}.collapsibleTreeNodeHeader__d14510e9.interactive__b6b599ee:focus-visible{box-shadow:var(--triplex-next-CollapsibleTree-Header_Shadow_Focus-0-34-0)}.chevron__27865d85{flex:0 0 auto;width:24px;height:24px;transition:transform .2s ease;transform:rotate(0)}.chevron__27865d85.opened__e37242eb{transform:rotate(90deg)}.collapsibleTreeLeafContent__c6725996{display:block}.collapsibleTreeLeafNode__0e1b0181{margin-bottom:2px!important}.collapsibleTree__2ebc0596 [role=group]{padding-left:24px}.chipGroupItem__b11c3f89{display:inline-block}.chip__e236d7d8{position:relative;display:inline-flex;align-items:center;gap:2px;box-sizing:border-box;min-width:40px;max-width:264px;flex-shrink:0;vertical-align:middle;cursor:pointer;outline:none;color:var(--triplex-next-Chip-Color_Default-0-34-0)}.chip__e236d7d8.lg__d7bfef08{height:56px;padding:0 16px;font-size:16px;line-height:20px;border-radius:10px}.chip__e236d7d8.lg__d7bfef08 .prefix__c7a234ca{padding-left:16px}.chip__e236d7d8.lg__d7bfef08 .postfix__14e84be2{padding-right:12px}.chip__e236d7d8.lg__d7bfef08 .notificationIcon__790221b1{top:6px;right:6px}.chip__e236d7d8.md__a7e74d77{height:40px;padding:0 12px;font-size:14px;line-height:20px;border-radius:8px}.chip__e236d7d8.md__a7e74d77 .prefix__c7a234ca{padding-left:12px}.chip__e236d7d8.md__a7e74d77 .postfix__14e84be2{padding-right:8px}.chip__e236d7d8.md__a7e74d77 .notificationIcon__790221b1{top:4px;right:4px}.chip__e236d7d8.sm__d05e2cc4{height:28px;padding:0 12px;font-size:12px;line-height:16px;border-radius:6px}.chip__e236d7d8.sm__d05e2cc4 .prefix__c7a234ca{padding-left:8px}.chip__e236d7d8.sm__d05e2cc4 .postfix__14e84be2{padding-right:8px}.chip__e236d7d8.sm__d05e2cc4 .notificationIcon__790221b1{top:3px;right:3px}.chip__e236d7d8.type1__4094d0e6{background:var(--triplex-next-Chip-Background_Type1_Default-0-34-0)}.chip__e236d7d8.type1__4094d0e6:hover{background:var(--triplex-next-Chip-Background_Type1_Hover-0-34-0)}.chip__e236d7d8.type2__5fd78818{background:var(--triplex-next-Chip-Background_Type2_Default-0-34-0)}.chip__e236d7d8.type2__5fd78818:hover{background:var(--triplex-next-Chip-Background_Type2_Hover-0-34-0)}.chip__e236d7d8:hover{color:var(--triplex-next-Chip-Color_Hover-0-34-0)}.chip__e236d7d8:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-34-0)}.chip__e236d7d8:active,.chip__e236d7d8[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-0-34-0);color:var(--triplex-next-Chip-Color_Active-0-34-0)}.chip__e236d7d8.selected__711ce220{background:var(--triplex-next-Chip-Background_Selected_Default-0-34-0);color:var(--triplex-next-Chip-Color_Selected_Default-0-34-0)}.chip__e236d7d8.selected__711ce220:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-0-34-0);color:var(--triplex-next-Chip-Color_Selected_Hover-0-34-0)}.chip__e236d7d8.selected__711ce220:active,.chip__e236d7d8.selected__711ce220[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-0-34-0);color:var(--triplex-next-Chip-Color_Selected_Active-0-34-0)}.chip__e236d7d8.selected__711ce220.disabled__0cd757f2{background:var(--triplex-next-Chip-Background_Selected_Disabled-0-34-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-0-34-0)}.chip__e236d7d8.disabled__0cd757f2{pointer-events:none;cursor:default;background:var(--triplex-next-Chip-Background_Disabled-0-34-0);color:var(--triplex-next-Chip-Color_Disabled-0-34-0)}.chip__e236d7d8.withPrefix__a8c0bff9{padding-left:0}.chip__e236d7d8.withPostfix__b5fe2231{padding-right:0}.chip__e236d7d8 .content__1ba29e8d{flex-grow:1;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chip__e236d7d8 .prefix__c7a234ca,.chip__e236d7d8 .postfix__14e84be2{display:flex}.chip__e236d7d8 .notificationIcon__790221b1{position:absolute}.calendarControls__3d65d80f{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-0-34-0)}.calendarViewDays__cddd38c5{width:calc(100% + 8px);margin:12px -4px 0;border-spacing:4px 0px;table-layout:fixed}.calendarViewDays__cddd38c5+.calendarFooter__a1ce2afb{margin-top:18px}.adaptive__0af324d0 .calendarViewDays__cddd38c5{width:100%;margin:12px 0 0;border-spacing:0}.adaptive__0af324d0 .calendarViewDays__cddd38c5+.calendarFooter__a1ce2afb{margin-top:12px}.calendarViewMonths__86b872ed,.calendarViewYears__042b858c{width:calc(100% + 12px);margin:8px -6px -14px;border-spacing:6px 14px;table-layout:fixed}.calendarViewMonths__86b872ed+.calendarFooter__a1ce2afb,.calendarViewYears__042b858c+.calendarFooter__a1ce2afb{margin-top:22px}.adaptive__0af324d0 .calendarViewMonths__86b872ed,.adaptive__0af324d0 .calendarViewYears__042b858c{width:100%;margin:4px 0 -8px;border-spacing:0 8px}.adaptive__0af324d0 .calendarViewMonths__86b872ed+.calendarFooter__a1ce2afb,.adaptive__0af324d0 .calendarViewYears__042b858c+.calendarFooter__a1ce2afb{margin-top:12px}.calendarViewDaysHeader__41efb51b{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-0-34-0)}.calendarViewDaysBody__8390bfde:before{display:block;content:"";line-height:8px}.calendarViewItem__f66626a9{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__f66626a9:focus-visible{outline:none}.calendarViewItem__f66626a9.current__f2bcf221{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.calendarViewItem__f66626a9.disabled__0c89a14f{pointer-events:none}.calendarViewItemLabel__efc3f5fd{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-0-34-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-0-34-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-0-34-0);cursor:pointer}.calendarViewItemLabel__efc3f5fd.muted__77d7ff32{color:var(--triplex-next-Calendar-View_Item_Color_Muted-0-34-0)}.calendarViewItemLabel__efc3f5fd:hover{color:var(--triplex-next-Calendar-View_Item_Color_Hover-0-34-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-0-34-0)}.calendarViewItemLabel__efc3f5fd.selected__fbc40a51{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-34-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-0-34-0)}.calendarViewItemLabel__efc3f5fd.selected__fbc40a51:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-34-0)}.calendarViewItemLabel__efc3f5fd.selected__fbc40a51:hover.basicMark__2d25f758:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-34-0)}.calendarViewItemLabel__efc3f5fd.selected__fbc40a51:hover.standardMark__a3e37e18:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-34-0)}.calendarViewItemLabel__efc3f5fd.selected__fbc40a51:hover.attentionMark__80cd7054:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-34-0)}.calendarViewItemLabel__efc3f5fd.selected__fbc40a51:hover.criticalMark__bcccd64a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-34-0)}.calendarViewItemLabel__efc3f5fd.selected__fbc40a51.muted__77d7ff32{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-34-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-34-0)}.calendarViewItemLabel__efc3f5fd.selected__fbc40a51.muted__77d7ff32:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-34-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-34-0)}.calendarViewItemLabel__efc3f5fd.selected__fbc40a51.basicMark__2d25f758:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-34-0)}.calendarViewItemLabel__efc3f5fd.selected__fbc40a51.standardMark__a3e37e18:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-34-0)}.calendarViewItemLabel__efc3f5fd.selected__fbc40a51.attentionMark__80cd7054:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-34-0)}.calendarViewItemLabel__efc3f5fd.selected__fbc40a51.criticalMark__bcccd64a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-34-0)}.calendarViewItemLabel__efc3f5fd.marked__be83890e:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__efc3f5fd.basicMark__2d25f758:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-34-0)}.calendarViewItemLabel__efc3f5fd.standardMark__a3e37e18:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-34-0)}.calendarViewItemLabel__efc3f5fd.attentionMark__80cd7054:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-34-0)}.calendarViewItemLabel__efc3f5fd.criticalMark__bcccd64a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-34-0)}.calendarViewItemLabel__efc3f5fd.disabled__0c89a14f{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-0-34-0);background:none}.calendarViewItem__f66626a9:focus-visible .calendarViewItemLabel__efc3f5fd{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-0-34-0)}.unitDay__f23f905f{width:36px;height:36px;border-radius:6px}.unitMonth__5bce137d,.unitYear__5c1dd413{width:88px;height:48px;border-radius:6px}.adaptive__0af324d0 .unitMonth__5bce137d,.adaptive__0af324d0 .unitYear__5c1dd413{width:104px;height:56px;border-radius:10px}.calendarFooter__a1ce2afb{text-align:center}.calendar__0162d0ca{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-0-34-0);border-radius:8px;-webkit-user-select:none;user-select:none}.calendar__0162d0ca.extraBottom__cf96ca84{padding-bottom:12px}.calendar__0162d0ca.adaptive__0af324d0{width:auto;padding:20px 20px 24px}.calendar__0162d0ca+.calendar__0162d0ca{margin-top:20px}.datePickerExtendedMobileDropdown__4ca9724e{max-height:100vh}.chipDropdownArrow__21928bea{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__21928bea.rotated__4c7edc4e{transform:rotate(-180deg)}.chipClearButton__3e831539{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__3e831539:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-34-0)}.dropdownMobileMaskedInput__8caf8ae8{height:20px!important;padding:0!important}.dropdownMobileMaskedInput__8caf8ae8:first-child{top:0}.selectExtendedFieldTarget__a3f7073f{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__a3f7073f .caretIcon__c9ff54eb{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__a3f7073f.selectOpened__ec95cced .caretIcon__c9ff54eb{transform:rotate(180deg)}.selectExtendedFieldTarget__a3f7073f.disabled__e6066965{-webkit-user-select:none;user-select:none;cursor:default}.selectExtendedFieldTarget__a3f7073f.disabled__e6066965 .target__fd1d8bd8,.selectExtendedFieldTarget__a3f7073f.disabled__e6066965 .caretWrapper__b8e6458a{pointer-events:none}.selectExtendedField__872dc3a6{position:relative}.multiselectFieldHeader__2bcede6b{padding:12px}.multiselectFieldContent__9b14c30d{position:relative;padding:0 12px 12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContent__9b14c30d:first-child{padding-top:12px}.multiselectFieldContent__9b14c30d:has(.loaderScreen__54d17b2e){overflow:hidden}.multiselectFieldContent__9b14c30d.sm__c0df2c32{max-height:208px}.multiselectFieldContent__9b14c30d.md__dac88e34{max-height:266px}.multiselectFieldContent__9b14c30d.lg__413ab8b3{max-height:296px}.multiselectFieldFooter__f682b207{padding:0 12px 12px}.multiselectFieldFooter__f682b207:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-0-34-0)}.chipOptionsContent__7b5c9429{min-width:14px;text-align:center;display:block}.tooltipDesktop__1d52d61b{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__1d52d61b .tooltipBody__b5281c4a{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-0-34-0)}.tooltipDesktop__1d52d61b .tooltipXButton__549bde46{position:absolute;right:8px;top:8px}.tooltipDesktopContent__442a90dd{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-0-34-0);border-radius:8px}.closable__3018ed98 .tooltipDesktopContent__442a90dd{padding-right:32px}.tooltipSM__c41b74ad .tooltipDesktopContent__442a90dd{width:192px;min-height:52px}.tooltipLG__0c394fa8 .tooltipDesktopContent__442a90dd{width:384px;min-height:52px}.tooltipOverlay__5df37342{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__0507ff1b{width:0;height:0}.tooltipDesktopTip__0507ff1b.down__fa3139ea{border-top:solid var(--triplex-next-Tooltip-Background-0-34-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__0507ff1b.up__8a9d6f33{border-bottom:solid var(--triplex-next-Tooltip-Background-0-34-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__0507ff1b.left__8c2f880c{border-right:solid var(--triplex-next-Tooltip-Background-0-34-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__0507ff1b.right__fb1ece3b{border-left:solid var(--triplex-next-Tooltip-Background-0-34-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__9acd5479 .tooltipBody__b5281c4a{text-align:left}.tooltipMobileContent__92fd114d{padding:16px}.headerless__cf5fbbab .tooltipMobileContent__92fd114d{padding-right:40px;border-radius:16px 16px 0 0}.headerless__cf5fbbab .tooltipMobileContent__92fd114d .closeButton__d707387d{position:absolute;right:16px;top:16px}.tooltipLink__8e3e241e{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__1b45d514{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-0-34-0)}.desktop__1b45d514:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-34-0)}.desktop__1b45d514:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-0-34-0)}.desktop__1b45d514:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-34-0)}.mobile__90999520{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-0-34-0)}.mobile__90999520:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-34-0)}.mobile__90999520:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-0-34-0)}.mobile__90999520:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-34-0)}.chipSuggestInputWrapper__d9bb8364{margin:12px}.suggestDropdownMobileBody__e90bc4a3{height:176px}.suggestDropdownMobileNoOptionsText__ff53ba57{padding:16px}.checkboxXGroup__ce1b2b9a{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__ce1b2b9a.indent-12__508f351a{margin-left:-6px;margin-right:-6px}.checkboxXGroup__ce1b2b9a.indent-12__508f351a .label__cc06dc17{margin-left:6px;margin-right:6px}.checkboxXGroup__ce1b2b9a.indent-16__4e267c18{margin-left:-8px;margin-right:-8px}.checkboxXGroup__ce1b2b9a.indent-16__4e267c18 .label__cc06dc17{margin-left:8px;margin-right:8px}.checkboxXGroup__ce1b2b9a.indent-20__ecc95ab1{margin-left:-10px;margin-right:-10px}.checkboxXGroup__ce1b2b9a.indent-20__ecc95ab1 .label__cc06dc17{margin-left:10px;margin-right:10px}.checkboxXGroup__ce1b2b9a.indent-24__c0a36bc3{margin-left:-12px;margin-right:-12px}.checkboxXGroup__ce1b2b9a.indent-24__c0a36bc3 .label__cc06dc17{margin-left:12px;margin-right:12px}.checkboxXGroup__ce1b2b9a.indent-28__bf9336ec{margin-left:-14px;margin-right:-14px}.checkboxXGroup__ce1b2b9a.indent-28__bf9336ec .label__cc06dc17{margin-left:14px;margin-right:14px}.checkboxXGroup__ce1b2b9a.indent-32__016a7368{margin-left:-16px;margin-right:-16px}.checkboxXGroup__ce1b2b9a.indent-32__016a7368 .label__cc06dc17{margin-left:16px;margin-right:16px}.checkboxYGroup__c1b27be6{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__c1b27be6 .label__cc06dc17.sm__382bba84+.label__cc06dc17.sm__382bba84{margin-top:8px}.checkboxYGroup__c1b27be6 .label__cc06dc17.lg__d508c794+.label__cc06dc17.lg__d508c794{margin-top:20px}.checkboxYGroup__c1b27be6 .label__cc06dc17.md__cca168d9+.label__cc06dc17.md__cca168d9{margin-top:16px}@media(max-width:767px){.checkboxYGroup__c1b27be6{margin:14px 16px}.checkboxYGroup__c1b27be6 .label__cc06dc17.sm__382bba84+.label__cc06dc17.sm__382bba84,.checkboxYGroup__c1b27be6 .label__cc06dc17.md__cca168d9+.label__cc06dc17.md__cca168d9,.checkboxYGroup__c1b27be6 .label__cc06dc17.lg__d508c794+.label__cc06dc17.lg__d508c794{margin-top:28px}}.card__cdf3a47e{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__cdf3a47e.roundingMD__870795a9{--radius: 16px}.card__cdf3a47e.roundingSM__d00dbd94{--radius: 8px}.card__cdf3a47e.general__870eadfb{background:var(--triplex-next-Card-Static_General_Background-0-34-0)}.card__cdf3a47e.secondary__57f4f5fb{background:var(--triplex-next-Card-Static_Secondary_Background-0-34-0)}.card__cdf3a47e .cardMedia__6cf5ab3d{background-size:cover;background-repeat:no-repeat;background-position:center}.card__cdf3a47e .cardContent__7d873f3f{padding:var(--padding);display:flex;flex-direction:column;flex:1}.card__cdf3a47e .cardContent__7d873f3f.paddingMD__004eca30{--padding: 24px}.card__cdf3a47e .cardContent__7d873f3f.paddingSM__365ce409{--padding: 16px}.card__cdf3a47e .cardContent__7d873f3f .cardContentHeader__edf63ec2{margin-bottom:16px}.card__cdf3a47e .cardContent__7d873f3f .cardContentBody__be7bc774{flex:1}.card__cdf3a47e .cardContent__7d873f3f .cardContentFooter__15094bfe{margin-top:16px}.action__9c043655{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__9c043655: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__9c043655.general__870eadfb{background:var(--triplex-next-Card-Action_General_Background-0-34-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-34-0)}.action__9c043655.general__870eadfb:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-0-34-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-34-0)}.action__9c043655.general__870eadfb.selected__e48db2a6{background:var(--triplex-next-Card-Action_General_Background_Selected-0-34-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-34-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-34-0)}.action__9c043655.general__870eadfb.selected__e48db2a6:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-0-34-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-34-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-34-0)}.action__9c043655.general__870eadfb:focus{outline:none}.action__9c043655.general__870eadfb:focus.focusVisible__ff6fd72d{box-shadow:var(--triplex-next-Card-Shadow_Default-0-34-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-34-0)}.action__9c043655.secondary__57f4f5fb{background:var(--triplex-next-Card-Action_Secondary_Background-0-34-0)}.action__9c043655.secondary__57f4f5fb:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-0-34-0)}.action__9c043655.secondary__57f4f5fb.selected__e48db2a6{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-0-34-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-0-34-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-34-0)}.action__9c043655.secondary__57f4f5fb.selected__e48db2a6:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-34-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-34-0)}.action__9c043655.secondary__57f4f5fb:focus{outline:none}.action__9c043655.secondary__57f4f5fb:focus.focusVisible__ff6fd72d{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-34-0)}.alertContext__de3b35d3{display:flex;font-size:12px;line-height:16px}.alertContext__de3b35d3>svg{flex-shrink:0}.alertContext__de3b35d3 .alertContextText__7ecd50aa{margin-left:8px}.alertContext__de3b35d3.alertTypeError__74c6095d .alertContextText__7ecd50aa{color:var(--triplex-next-AlertContext-Error_Color-0-34-0)}.alertContext__de3b35d3.alertTypeInfo__d503cbb0 .alertContextText__7ecd50aa{color:var(--triplex-next-AlertContext-Info_Color-0-34-0)}.alertContext__de3b35d3.alertTypeWarning__1f1558ec .alertContextText__7ecd50aa{color:var(--triplex-next-AlertContext-Warning_Color-0-34-0)}.alertContext__de3b35d3.alertTypeSystem__1760c28a .alertContextText__7ecd50aa{color:var(--triplex-next-AlertContext-System_Color-0-34-0)}.alertProcess__48bed0a2{display:flex;padding:16px;position:relative}.alertProcess__48bed0a2.md__15138fd8{border-radius:12px}.alertProcess__48bed0a2.lg__25a13bf9{border-radius:24px}.alertProcess__48bed0a2.withSpoiler__3f165478{min-height:40px}.alertProcess__48bed0a2 .themeIcon__8bcbf272{box-sizing:border-box;height:20px;width:20px}.alertProcess__48bed0a2.alertTypeError__74c6095d{background:var(--triplex-next-AlertProcess-Error_Background-0-34-0)}.alertProcess__48bed0a2.alertTypeInfo__d503cbb0{background:var(--triplex-next-AlertProcess-Info_Background-0-34-0)}.alertProcess__48bed0a2.alertTypeWarning__1f1558ec{background:var(--triplex-next-AlertProcess-Warning_Background-0-34-0)}.alertProcess__48bed0a2.alertTypeSystem__1760c28a{background:var(--triplex-next-AlertProcess-System_Background-0-34-0)}.alertProcess__48bed0a2.alertTypeFeature__3dbe6a11{background:var(--triplex-next-AlertProcess-Feature_Background-0-34-0)}.alertProcess__48bed0a2.alertTypeFeature__3dbe6a11 .themeIcon__8bcbf272{padding-top:0}.alertProcess__48bed0a2 .alertProcessContentBlock__b98f5be4{flex:1;margin-left:10px}.alertProcess__48bed0a2 .alertProcessContentBlock__b98f5be4 .expandableContent__0ba02324{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__48bed0a2 .alertProcessContentBlock__b98f5be4 .expandableContent__0ba02324.expanded__379cf5de{max-height:1000px;opacity:1}.alertProcess__48bed0a2 .closeButton__187fd709{margin-left:10px}.alertProcess__48bed0a2 .expandButton__c8d57c86{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__48bed0a2 .expandButton__c8d57c86.expanded__379cf5de{transform:rotate(180deg)}.adaptive__ab13cadd{font-size:10px!important;line-height:12px!important}.avatar__4b2b965a{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-0-34-0)}.avatar__4b2b965a.borderRadius6__074d42c8{border-radius:6px}.avatar__4b2b965a.borderRadius8__0848c4ad{border-radius:8px}.avatar__4b2b965a.borderRadius10__40a5869b{border-radius:10px}.avatar__4b2b965a.borderRadius12__76bf058f{border-radius:12px}.avatar__4b2b965a.borderRadius16__0f2c9aae{border-radius:16px}.avatar__4b2b965a.xxs__340dbd10{width:28px;height:28px}.avatar__4b2b965a.xs__f66ed470{width:32px;height:32px}.avatar__4b2b965a.sm__f27835c8{width:40px;height:40px}.avatar__4b2b965a.md__44dc3756{width:56px;height:56px}.avatar__4b2b965a.lg__d83efe72{width:80px;height:80px}.avatar__4b2b965a.xl__4cc3d3a0{width:96px;height:96px}.avatar__4b2b965a.xxl__198e3218{width:128px;height:128px}.carouselExtended__6aa1759b{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__6aa1759b::-webkit-scrollbar{display:none}.checkboxTreeExtended__9bfd9de6{margin-bottom:-12px}.checkboxTreeExtendedNode__f4bf9de6 .checkboxTreeExtendedNode__f4bf9de6:has(.sm__d9577394){margin-left:16px}.checkboxTreeExtendedNode__f4bf9de6 .checkboxTreeExtendedNode__f4bf9de6:has(.md__b4cd6317),.checkboxTreeExtendedNode__f4bf9de6 .checkboxTreeExtendedNode__f4bf9de6:has(.lg__508c26a4){margin-left:24px}.checkboxTreeExtendedNodeHeader__1901ff5e{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__1901ff5e.sm__d9577394{margin-bottom:8px}.checkboxTreeExtendedNodeHeader__1901ff5e.md__b4cd6317,.checkboxTreeExtendedNodeHeader__1901ff5e.lg__508c26a4{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__1901ff5e .checkboxTreeCheckboxLabel__f0996608{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__1901ff5e .caretIconWrapper__65d6b755{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__1901ff5e .caretIconWrapper__65d6b755:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-0-34-0)}.checkboxTreeExtendedNodeHeader__1901ff5e.opened__2357b3e1 .caretIconWrapper__65d6b755{transform:rotate(180deg)}@media(max-width:767px){.checkboxTreeExtended__9bfd9de6{padding:0 16px}.checkboxTreeExtended__9bfd9de6 .checkboxTreeExtendedNodeHeader__1901ff5e{margin-bottom:0}.checkboxTreeExtended__9bfd9de6 .checkboxTreeExtendedNodeHeader__1901ff5e .checkboxTreeCheckboxLabel__f0996608{padding-top:16px;padding-bottom:16px}.checkboxTreeExtended__9bfd9de6 .checkboxTreeExtendedNodeHeader__1901ff5e .checkboxTreeCheckboxLabel__f0996608>span,.checkboxTreeExtended__9bfd9de6 .checkboxTreeExtendedNodeHeader__1901ff5e .checkboxTreeCheckboxLabel__f0996608>svg,.checkboxTreeExtended__9bfd9de6 .checkboxTreeExtendedNodeHeader__1901ff5e .checkboxTreeCheckboxLabel__f0996608 .checkboxTreeCheckbox__7ae6541b{top:14px}}.chipGroup__f4ededbe{display:flex}.chipGroup__f4ededbe.oneLine__1c656983{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__f4ededbe.oneLine__1c656983::-webkit-scrollbar{display:none}.chipGroup__f4ededbe.multiLine__3a37e653{flex-wrap:wrap}.chipGroup__f4ededbe.lg__f7f80ac1{gap:12px}.chipGroup__f4ededbe.md__f78a39dd,.chipGroup__f4ededbe.sm__7e42a50d{gap:8px}.gridHorizontalGapSM__59c870fe{--grid-horizontal-gap: 8px}.gridHorizontalGapMD__78102bd1{--grid-horizontal-gap: 12px}.col-1__ec4a44e2{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__df019bd4{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__0c1ffce8{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__42da1c23{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__f1d3cc8a{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__d51a4506{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__ebe719ef{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__3b6aba83{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__59321bec{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__188d9e67{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__d5f52f82{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__9f02c693{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__5e7c75d0{margin-left:0%}.offset-1__39845421{margin-left:8.33333333%}.offset-2__67fe8f2c{margin-left:16.66666667%}.offset-3__cf3938fc{margin-left:25%}.offset-4__55255e2f{margin-left:33.33333333%}.offset-5__48196bea{margin-left:41.66666667%}.offset-6__5c7c198c{margin-left:50%}.offset-7__0c0a0301{margin-left:58.33333333%}.offset-8__84dbc953{margin-left:66.66666667%}.offset-9__469a9801{margin-left:75%}.offset-10__f917c264{margin-left:83.33333333%}.offset-11__9c8f6ed9{margin-left:91.66666667%}.d-none__630f5934{display:none!important}.d-block__f4accdea{display:block!important}@media(min-width:576px){.col-sm-1__b4db40e1{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__da27f798{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__f3e5ef29{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__7fdf1a7d{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__11599a0d{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__8904ba91{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__5db99ba6{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__871cad8b{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__7e37c8d0{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__a410492d{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__7fb77a5e{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__436828ec{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__47b38be6{margin-left:0%}.offset-sm-1__3c876448{margin-left:8.33333333%}.offset-sm-2__8a5cbcd4{margin-left:16.66666667%}.offset-sm-3__29f11627{margin-left:25%}.offset-sm-4__c875bcb6{margin-left:33.33333333%}.offset-sm-5__2a37f699{margin-left:41.66666667%}.offset-sm-6__9d6a9ff4{margin-left:50%}.offset-sm-7__b3c71a1c{margin-left:58.33333333%}.offset-sm-8__ed884575{margin-left:66.66666667%}.offset-sm-9__464702bf{margin-left:75%}.offset-sm-10__1f3425a9{margin-left:83.33333333%}.offset-sm-11__0baa8e0e{margin-left:91.66666667%}.d-none-sm__a2643899{display:none!important}.d-block-sm__b139ad5b{display:block!important}}@media(min-width:768px){.col-md-1__af5289d2{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__5181973f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__5bb06bb0{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__77c71123{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__c0aa0e4b{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__8561d80e{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__bf4ce002{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__8031bc9b{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__62544ae5{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__2f016c9f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__719783d0{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__2491b67c{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__a0c53f24{margin-left:0%}.offset-md-1__0c6b1f73{margin-left:8.33333333%}.offset-md-2__c457a943{margin-left:16.66666667%}.offset-md-3__83e162b6{margin-left:25%}.offset-md-4__f9f0a17a{margin-left:33.33333333%}.offset-md-5__b419c9e4{margin-left:41.66666667%}.offset-md-6__3cb29c08{margin-left:50%}.offset-md-7__81227ff1{margin-left:58.33333333%}.offset-md-8__b96805b9{margin-left:66.66666667%}.offset-md-9__aa9685bf{margin-left:75%}.offset-md-10__97317533{margin-left:83.33333333%}.offset-md-11__d24ed956{margin-left:91.66666667%}.d-none-md__9b98d54b{display:none!important}.d-block-md__e3697e78{display:block!important}}@media(min-width:992px){.col-lg-1__11c07ec4{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__eb6b58a1{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__c96778fe{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__d7147a8e{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__a53d814a{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__e401c969{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__5ee2bcfa{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__67f8eaaf{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__90996159{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__a6707e56{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__a552032a{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__75747cc8{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__5b5bd5d6{margin-left:0%}.offset-lg-1__325bf401{margin-left:8.33333333%}.offset-lg-2__142d9293{margin-left:16.66666667%}.offset-lg-3__a6099d34{margin-left:25%}.offset-lg-4__71509284{margin-left:33.33333333%}.offset-lg-5__83ddf7fb{margin-left:41.66666667%}.offset-lg-6__5f52f201{margin-left:50%}.offset-lg-7__30907d81{margin-left:58.33333333%}.offset-lg-8__9e24ff7a{margin-left:66.66666667%}.offset-lg-9__8c8f6949{margin-left:75%}.offset-lg-10__e16a586a{margin-left:83.33333333%}.offset-lg-11__b80d6cdd{margin-left:91.66666667%}.d-none-lg__fe9b416f{display:none!important}.d-block-lg__6f05d0cc{display:block!important}}@media(min-width:1200px){.col-xl-1__3168186c{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__8b14bd13{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__ca8df39a{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__e43d4551{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__03964702{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__d762e87f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__b5cd09c3{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__b07713fa{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__be0e0585{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__0616087c{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__d088a2b4{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__6377f024{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__36802a34{margin-left:0%}.offset-xl-1__cd7473ff{margin-left:8.33333333%}.offset-xl-2__3841feb9{margin-left:16.66666667%}.offset-xl-3__3a7c35a0{margin-left:25%}.offset-xl-4__6869ea0d{margin-left:33.33333333%}.offset-xl-5__bcc9c977{margin-left:41.66666667%}.offset-xl-6__b39e07ec{margin-left:50%}.offset-xl-7__574cf32e{margin-left:58.33333333%}.offset-xl-8__4155a301{margin-left:66.66666667%}.offset-xl-9__820afec8{margin-left:75%}.offset-xl-10__d4c20f4d{margin-left:83.33333333%}.offset-xl-11__ea0ce718{margin-left:91.66666667%}.d-none-xl__6ce460b5{display:none!important}.d-block-xl__2b9d63ac{display:block!important}}.confirm__d3c54ceb{flex-grow:1;margin:0 auto;max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2);box-sizing:border-box}.confirm__d3c54ceb.isInLightBox__447709c5{max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2)}.confirm__d3c54ceb.isInSideOverlaySM__bc94b91e{max-width:520px}.confirm__d3c54ceb.isInSideOverlayMD__a922c14a{max-width:680px}.confirm__d3c54ceb.isInSideOverlayLG__689cce02{max-width:800px}.confirmCloseButton__00e6eced{position:absolute;top:24px;right:24px}.confirmContent__9cb79aa3{margin-bottom:24px;padding-right:56px}.confirmControls__c43f90c5{white-space:nowrap}.confirmContentTitle__6248949a{margin-bottom:12px}@media(max-width:767px){.confirmCloseButton__00e6eced{top:16px;right:16px}.confirmContent__9cb79aa3{margin-bottom:16px}}.dateRange__ce2ea51a{display:flex;align-items:flex-start}.dateRange__ce2ea51a:has([class*=sm]) .dateRangeButton__9f44b59f,.dateRange__ce2ea51a:has([class*=sm]) .separator__b3edbb68{margin-top:4px}.dateRange__ce2ea51a:has([class*=md]) .dateRangeButton__9f44b59f,.dateRange__ce2ea51a:has([class*=md]) .separator__b3edbb68{margin-top:10px}.dateRange__ce2ea51a:has([class*=lg]) .dateRangeButton__9f44b59f,.dateRange__ce2ea51a:has([class*=lg]) .separator__b3edbb68{margin-top:18px}.dateRangeButton__9f44b59f{z-index:1}.separator__b3edbb68{width:20px;height:20px;flex-shrink:0}.divider__259ba400{height:1px;margin:0;background:var(--triplex-next-Divider-Background-0-34-0);border:none}.marginTopSize-4__45879a5b{margin-top:4px}.marginBottomSize-4__292dd55a{margin-bottom:4px}.marginTopSize-8__f5e29327{margin-top:8px}.marginBottomSize-8__6f50def0{margin-bottom:8px}.marginTopSize-12__b645f615{margin-top:12px}.marginBottomSize-12__3a7e9176{margin-bottom:12px}.marginTopSize-16__52fb7e1d{margin-top:16px}.marginBottomSize-16__c86fc0c5{margin-bottom:16px}.marginTopSize-20__b06183ae{margin-top:20px}.marginBottomSize-20__24d6def5{margin-bottom:20px}.marginTopSize-24__5a17fcc8{margin-top:24px}.marginBottomSize-24__f7df89a3{margin-bottom:24px}.marginTopSize-28__07dd8174{margin-top:28px}.marginBottomSize-28__31564589{margin-bottom:28px}.marginTopSize-32__af1c7999{margin-top:32px}.marginBottomSize-32__60361a4d{margin-bottom:32px}.smallInput__b0d0a545{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-0-34-0);background:var(--triplex-next-SmallInput-Background-0-34-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-0-34-0)}.smallInput__b0d0a545::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-0-34-0);opacity:1}.smallInput__b0d0a545::-ms-clear{display:none}.link__bb4553ea{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-0-34-0)}.link__bb4553ea:hover{color:var(--triplex-next-Link-Text_Color_Hover-0-34-0)}.link__bb4553ea:active{color:var(--triplex-next-Link-Text_Color_Active-0-34-0)}.link__bb4553ea:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-0-34-0)}.wordWithContent__f632c3e1{white-space:nowrap;display:inline-flex;align-items:center}.before__4923ee48 :first-child{margin-right:2px}.after__67b3290e :last-child{margin-left:2px}.documentNumberEdit__0cb4a260 .label__2198d8d8{display:inline-block;margin-right:8px}.documentNumberEdit__0cb4a260 .inputEditWrapper__c3e29cf1{width:68px;display:inline-block}.ellipsisLineClamp__794edba5{--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__794edba5.oneLine__42c87b55{word-break:break-all}.size4__eda8de50{height:4px}.size8__744e12e8{height:8px}.size12__46530ae4{height:12px}.size16__6765c52e{height:16px}.size24__acf0cac9{height:24px}.size32__03f156e1{height:32px}.size64__65ffc07b{height:64px}.size128__a64c61cf{height:128px}.emptyView__c6ba2a5b,.container__62e38134{display:flex;flex-direction:column;align-items:center;width:100%}.icon__0a9b6d78{flex-shrink:0}.textBlock__a71d2d6b{text-align:center}button.helpBoxButton__1bca5f1b{position:relative;vertical-align:text-bottom}.root__f18cf74b{position:relative;display:flex;flex-direction:column;gap:16px;outline:none}.islandAccordion__b3a9a911{margin:0;padding:0}.islandAccordion__b3a9a911 .island__e8cc2a03{padding:0}.islandAccordion__b3a9a911 .item__ab8617a3{position:relative;list-style-type:none}.islandAccordion__b3a9a911 .item__ab8617a3.disabled__30d9bba1{cursor:default;pointer-events:none}.islandAccordion__b3a9a911 .item__ab8617a3+.item__ab8617a3.sm__4ab71e9f,.islandAccordion__b3a9a911 .item__ab8617a3+.item__ab8617a3.md__97445844{margin-top:16px}.islandAccordion__b3a9a911 .item__ab8617a3+.item__ab8617a3.lg__6523798f{margin-top:24px}.islandAccordion__b3a9a911 .item__ab8617a3 .header__7a3e1150{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__b3a9a911 .item__ab8617a3 .header__7a3e1150:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-0-34-0)}.islandAccordion__b3a9a911 .item__ab8617a3.type1__eb7c7f3d:not(.opened__b1951bf8) .header__7a3e1150:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-34-0)}.islandAccordion__b3a9a911 .item__ab8617a3.type2__ab2c3f93:not(.opened__b1951bf8) .header__7a3e1150:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-34-0)}.islandAccordion__b3a9a911 .item__ab8617a3.type3__3d4db772:not(.opened__b1951bf8) .header__7a3e1150:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-34-0)}.islandAccordion__b3a9a911 .item__ab8617a3 .footer__5d0aaca3{text-align:right}.islandAccordion__b3a9a911 .item__ab8617a3 .body__750bb4ee,.islandAccordion__b3a9a911 .item__ab8617a3 .footer__5d0aaca3{visibility:hidden}.islandAccordion__b3a9a911 .item__ab8617a3.opened__b1951bf8 .body__750bb4ee,.islandAccordion__b3a9a911 .item__ab8617a3.opened__b1951bf8 .footer__5d0aaca3{visibility:visible}.islandAccordion__b3a9a911 .item__ab8617a3 .caretWrapper__1a69b38a{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__b3a9a911 .item__ab8617a3 .caretIcon__d80c61d8{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__b3a9a911 .item__ab8617a3 .title__ce1aea57{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__b3a9a911 .item__ab8617a3.sm__4ab71e9f .header__7a3e1150{padding:16px;border-radius:16px}.islandAccordion__b3a9a911 .item__ab8617a3.sm__4ab71e9f .title__ce1aea57{padding-right:42px}.islandAccordion__b3a9a911 .item__ab8617a3.sm__4ab71e9f .body__750bb4ee,.islandAccordion__b3a9a911 .item__ab8617a3.sm__4ab71e9f .footer__5d0aaca3{padding:0 16px 16px}.islandAccordion__b3a9a911 .item__ab8617a3.sm__4ab71e9f .caretWrapper__1a69b38a{right:10px}.islandAccordion__b3a9a911 .item__ab8617a3.sm__4ab71e9f .remove__a6c8bf4f{right:-36px;top:18px}.islandAccordion__b3a9a911 .item__ab8617a3.sm__4ab71e9f .step__575e8f7f{margin-right:12px}.islandAccordion__b3a9a911 .item__ab8617a3.md__97445844 .header__7a3e1150{padding:24px;border-radius:24px}.islandAccordion__b3a9a911 .item__ab8617a3.md__97445844 .title__ce1aea57{padding-right:42px}.islandAccordion__b3a9a911 .item__ab8617a3.md__97445844 .body__750bb4ee,.islandAccordion__b3a9a911 .item__ab8617a3.md__97445844 .footer__5d0aaca3{padding:0 24px 24px}.islandAccordion__b3a9a911 .item__ab8617a3.md__97445844 .caretWrapper__1a69b38a{right:18px}.islandAccordion__b3a9a911 .item__ab8617a3.md__97445844 .remove__a6c8bf4f{right:-40px;top:26px}.islandAccordion__b3a9a911 .item__ab8617a3.md__97445844 .step__575e8f7f{margin-right:12px}.islandAccordion__b3a9a911 .item__ab8617a3.lg__6523798f .header__7a3e1150{padding:32px;border-radius:32px}.islandAccordion__b3a9a911 .item__ab8617a3.lg__6523798f .title__ce1aea57{padding-right:44px}.islandAccordion__b3a9a911 .item__ab8617a3.lg__6523798f .body__750bb4ee,.islandAccordion__b3a9a911 .item__ab8617a3.lg__6523798f .footer__5d0aaca3{padding:0 32px 32px}.islandAccordion__b3a9a911 .item__ab8617a3.lg__6523798f .caretWrapper__1a69b38a{right:24px}.islandAccordion__b3a9a911 .item__ab8617a3.lg__6523798f .remove__a6c8bf4f{right:-40px;top:36px}.islandAccordion__b3a9a911 .item__ab8617a3.lg__6523798f .step__575e8f7f{margin:0 16px 0 0}.islandAccordion__b3a9a911 .item__ab8617a3.opened__b1951bf8:not(.disabled__30d9bba1) .caretWrapper__1a69b38a .caretIcon__d80c61d8{transform:rotate(-180deg)}.islandAccordion__b3a9a911 .item__ab8617a3 .remove__a6c8bf4f{position:absolute}@media(max-width:767px){.islandAccordion__b3a9a911 .item__ab8617a3 .title__ce1aea57{white-space:normal;overflow-wrap:anywhere}.islandAccordion__b3a9a911 .item__ab8617a3 .footer__5d0aaca3{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__b3a9a911 .item__ab8617a3 .footer__5d0aaca3>*{margin-left:0!important}.islandAccordion__b3a9a911 .item__ab8617a3 .caretWrapper__1a69b38a{transform:none}.islandAccordion__b3a9a911 .item__ab8617a3.sm__4ab71e9f .title__ce1aea57{padding-right:34px}.islandAccordion__b3a9a911 .item__ab8617a3.sm__4ab71e9f .caretWrapper__1a69b38a{top:18px}.islandAccordion__b3a9a911 .item__ab8617a3.md__97445844 .header__7a3e1150{padding:16px;border-radius:16px}.islandAccordion__b3a9a911 .item__ab8617a3.md__97445844 .title__ce1aea57{padding-right:34px}.islandAccordion__b3a9a911 .item__ab8617a3.md__97445844 .body__750bb4ee,.islandAccordion__b3a9a911 .item__ab8617a3.md__97445844 .footer__5d0aaca3{padding:0 16px 16px}.islandAccordion__b3a9a911 .item__ab8617a3.md__97445844 .caretWrapper__1a69b38a{right:10px;top:18px}.islandAccordion__b3a9a911 .item__ab8617a3.md__97445844 .remove__a6c8bf4f{top:18px}.islandAccordion__b3a9a911 .item__ab8617a3.lg__6523798f .header__7a3e1150{padding:24px;border-radius:24px}.islandAccordion__b3a9a911 .item__ab8617a3.lg__6523798f .title__ce1aea57{padding-right:34px}.islandAccordion__b3a9a911 .item__ab8617a3.lg__6523798f .body__750bb4ee,.islandAccordion__b3a9a911 .item__ab8617a3.lg__6523798f .footer__5d0aaca3{padding:0 24px 24px}.islandAccordion__b3a9a911 .item__ab8617a3.lg__6523798f .caretWrapper__1a69b38a{top:26px;right:18px}.islandAccordion__b3a9a911 .item__ab8617a3.lg__6523798f .remove__a6c8bf4f{top:26px}}.step__f0bab828{display:flex;align-items:center;justify-content:center;box-sizing:border-box;-webkit-user-select:none;user-select:none;cursor:default;border-radius:50%}.step__f0bab828.sm__9cc7d279,.step__f0bab828.md__15221b51{width:28px;height:28px}.step__f0bab828.lg__5053107c{width:32px;height:32px}.step__f0bab828.default__8b5668b9{background-color:var(--triplex-next-Step-Background_Default-0-34-0)}.step__f0bab828.default__8b5668b9>span{color:var(--triplex-next-Step-Color_Default-0-34-0)}.step__f0bab828.done__774c945f{background-color:var(--triplex-next-Step-Background_Done-0-34-0)}.step__f0bab828.done__774c945f>span{color:var(--triplex-next-Step-Color_Done-0-34-0)}.step__f0bab828.warning__fb93996b{background-color:var(--triplex-next-Step-Background_Warning-0-34-0)}.step__f0bab828.warning__fb93996b>span{color:var(--triplex-next-Step-Color_Warning-0-34-0)}.step__f0bab828.active__8b44e8ca{background-color:var(--triplex-next-Step-Background_Active-0-34-0)}.step__f0bab828.active__8b44e8ca>span{color:var(--triplex-next-Step-Color_Active-0-34-0)}.step__f0bab828.error__1dc4e749{background-color:var(--triplex-next-Step-Background_Error-0-34-0)}.step__f0bab828.error__1dc4e749>span{color:var(--triplex-next-Step-Color_Error-0-34-0)}.step__f0bab828.disabled__21eb9fa3{background-color:var(--triplex-next-Step-Background_Disabled-0-34-0)}.step__f0bab828.disabled__21eb9fa3>span{color:var(--triplex-next-Step-Color_Disabled-0-34-0)}@media(max-width:767px){.step__f0bab828.lg__5053107c{width:28px;height:28px}}.lightBox__9b4d0e1a{--lightBox-content-max-width: 864px;display:flex;flex-direction:column;position:fixed;z-index:1300;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);top:var(--lightBox-screen-top);bottom:0;min-width:0;overflow-y:scroll}.lightBox__9b4d0e1a.sm__b4cdb567{--lightBox-content-max-width: 664px}.lightBox__9b4d0e1a.md__b2e0fae5{--lightBox-content-max-width: 864px}.lightBox__9b4d0e1a.lg__cdb84124{--lightBox-content-max-width: 1064px}.lightBox__9b4d0e1a.xl__7a83edce{--lightBox-content-max-width: 1264px}.lightBox__9b4d0e1a .lightBoxBackdrop__782201ce{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-34-0)}.lightBox__9b4d0e1a.lightBoxSideOverlayActive__fc5c3621,.lightBox__9b4d0e1a.lightBoxTopOverlayActive__511c83ca{overflow-y:hidden}.lightBox__9b4d0e1a .lightBoxContent__a72b3e8a{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-0-34-0)}.lightBox__9b4d0e1a .lightBoxContent__a72b3e8a>.global-page{width:100%;max-width:var(--lightBox-content-max-width);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBox__9b4d0e1a .lightBoxContent__a72b3e8a>.global-page{padding:16px}}.lightBox__9b4d0e1a .loadingContentOverlay__6291af03{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__9b4d0e1a .lightBoxContentResizeWrapper__0261a017{position:absolute;left:0;right:0;height:0}.lightBox__9b4d0e1a .tempElSafariBug__afbf39e8{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__0c44d47e,.global-LB-less-or-equal-media-point-0 .lightBox__9b4d0e1a.lightBoxSideOverlayActive__fc5c3621{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__a72b3e8a{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__a72b3e8a{padding-left:80px;padding-right:80px}.lightBoxControls__7a1d1d2e{z-index:100}.withKeyboardEvent__495a9a91{display:inline-block}.withoutKeyboardEvent__c6d53cb5,.lightBox__9b4d0e1a.lightBoxSideOverlayActive__fc5c3621 .withKeyboardEvent__495a9a91,.lightBox__9b4d0e1a.lightBoxTopOverlayActive__511c83ca .withKeyboardEvent__495a9a91,.lightBox__9b4d0e1a.isLoading__8d0dfbd7 .withKeyboardEvent__495a9a91{display:none}.lightBox__9b4d0e1a.lightBoxSideOverlayActive__fc5c3621 .withoutKeyboardEvent__c6d53cb5,.lightBox__9b4d0e1a.lightBoxTopOverlayActive__511c83ca .withoutKeyboardEvent__c6d53cb5,.lightBox__9b4d0e1a.isLoading__8d0dfbd7 .withoutKeyboardEvent__c6d53cb5{display:inline-block}.lightBox__9b4d0e1a.isLoading__8d0dfbd7 .lightBoxPrev__b5e85efc,.lightBox__9b4d0e1a.isLoading__8d0dfbd7 .lightBoxNext__fbd63008{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__7a1d1d2e{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__6b4cac5e{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__f545f7f4{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__c5dd68c7{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__b5e85efc,.global-LB-less-or-equal-media-point-0 .lightBoxNext__fbd63008{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__b5e85efc{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__909a5421,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__16b59ec0{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__7a1d1d2e{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__6b4cac5e{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__f545f7f4{display:none}.global-LB-more-media-point-0 .lightBoxClose__c5dd68c7{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__b5e85efc,.global-LB-more-media-point-0 .lightBoxNext__fbd63008{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__b5e85efc{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__fbd63008{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__65e23e10{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__65e23e10.fixed__f7f896cb{position:fixed}.overlay__65e23e10.closing__4acc22dd,.overlay__65e23e10.opened__0f33d646{visibility:visible;left:0;right:0}.overlayPanel__08a19b61{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-0-34-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__08a19b61.bottom__1da45223{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__08a19b61.left__8732c9cb{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__08a19b61.right__c7bce434{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__08a19b61.top__cc06d2a6{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__08a19b61.left__8732c9cb.opened__0f33d646,.overlayPanel__08a19b61.right__c7bce434.opened__0f33d646{transform:translate(0)}.overlayPanel__08a19b61.top__cc06d2a6.opened__0f33d646,.overlayPanel__08a19b61.bottom__1da45223.opened__0f33d646{transform:translateY(0)}.overlayContent__b177c5a6{display:flex;min-height:100%}.overlayMask__ab4e6eb4{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-0-34-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__ab4e6eb4.overlayOpened__2ce61fbb{opacity:1}.lightBoxSideOverlayLoaderWrapper__e59a7e21{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__0ca07a12{position:absolute;top:24px;right:24px;bottom:0;pointer-events:none}.lightBoxSideOverlayCloseDesktop__84b4d96e{position:sticky;top:24px;pointer-events:auto}.lightBoxSideOverlayCloseMobile__356cd5aa{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__0ca07a12{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__356cd5aa{display:block}@media(max-width:767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__356cd5aa{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__0ca07a12{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__356cd5aa{display:none}.lightBoxSideOverlayMask__8a7ba849{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-34-0)}.lightBoxSideOverlayWrapper__bb8a55a4{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__bb8a55a4.overflowXHidden__0270702a{overflow-x:hidden}.lightBoxSideOverlayWrapper__bb8a55a4.overflowYHidden__fadc27ba{overflow-y:hidden}.lightBoxSideOverlayWrapper__bb8a55a4.closing__c9a55850,.lightBoxSideOverlayWrapper__bb8a55a4.opened__1d1f8f75{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__bb8a55a4.closing__c9a55850{pointer-events:none}.lightBoxSideOverlayWrapper__bb8a55a4 .global-page{max-width:var(--lightBox-content-max-width, 864px);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBoxSideOverlayWrapper__bb8a55a4 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__bb8a55a4 .lightBoxSideOverlayContent__254a85ab{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-SideOverlay_Background-0-34-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__bb8a55a4 .lightBoxSideOverlayContent__254a85ab.opened__1d1f8f75{transform:none}.lightBoxSideOverlayWrapper__bb8a55a4 .lightBoxSideOverlayContent__254a85ab.opening__c9bc0cf8{transform:translateY(0)}.lightBoxSideOverlayWrapper__bb8a55a4.sm__b4cdb567 .global-page{width:584px;max-width:100%}.lightBoxSideOverlayWrapper__bb8a55a4.md__b2e0fae5 .global-page{width:744px;max-width:100%}.lightBoxSideOverlayWrapper__bb8a55a4.lg__cdb84124 .global-page{width:864px;max-width:100%}.lightBoxSideOverlayWrapper__bb8a55a4 .lightBoxSideOverlayBase__04295dbd{overflow:visible;bottom:auto;height:100%}@media(max-width:767px){.lightBoxSideOverlayWrapper__bb8a55a4 .lightBoxSideOverlayContent__254a85ab{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__bb8a55a4 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__bb8a55a4 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__e89206ed{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__e89206ed.closing__c9a55850,.lightBoxSideOverlay__e89206ed.opening__c9bc0cf8{overflow-x:hidden}.topOverlayMask__2ec8e499{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-0-34-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__aba4dc7e{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__aba4dc7e.closing__fc0b2589,.topOverlayWrapper__aba4dc7e.opened__bbf1971a{bottom:0}.topOverlayWrapper__aba4dc7e .topOverlayPanel__af2281a2{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__b03a0aea{z-index:500}@media(max-width:767px){.topOverlayPanel__af2281a2{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__6b7746b4{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: var(--lightBox-content-max-width, 864px);--left-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;left:var(--left-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--left-position) * 2) / 2 + var(--additional-width))}.lightBoxLeftSidebar__6b7746b4.fixed__aa715f9a{position:fixed}.lightBoxRightSidebar__e88a14c1{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: var(--lightBox-content-max-width, 864px);--right-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;right:var(--right-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--right-position) * 2) / 2 + var(--additional-width))}.lightBoxRightSidebar__e88a14c1.fixed__aa715f9a{position:fixed}.hidden__ba412c58{display:none}html.scroll-0__a0f968f8{--triplex-next-scroll-width: 0px}html.scroll-15__520a9e82{--triplex-next-scroll-width: 15px}html.scroll-16__6e83dcb9{--triplex-next-scroll-width: 16px}html.scroll-17__2160d336{--triplex-next-scroll-width: 17px}.listMasterChipGroup__bfea7311{padding:0 16px}.listMasterFooter__4583cedb{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-0-34-0);box-shadow:var(--triplex-next-ListMaster-Footer_Shadow-0-34-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__4583cedb.sticky__3c14fa7a{position:sticky;bottom:0}.listMasterFooterDescription__5d99e8da{padding-right:16px}.listMasterFooterControls__619c84e5{white-space:nowrap}.listMasterHeader__70825b86{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-0-34-0);box-shadow:var(--triplex-next-ListMaster-Header_Shadow-0-34-0)}.listMasterHeader__70825b86.sticky__3c14fa7a{position:sticky;top:0;z-index:2}.selectionControls__b5931077{display:flex;justify-content:space-between;align-items:center}.marker__2a16080a.success__2662e4f6{background:var(--triplex-next-Marker-Background_Success-0-34-0)}.marker__2a16080a.error__f250e3ee{background:var(--triplex-next-Marker-Background_Error-0-34-0)}.marker__2a16080a.warning__c987d4e4{background:var(--triplex-next-Marker-Background_Warning-0-34-0)}.marker__2a16080a.waiting__dc3374bc{background:var(--triplex-next-Marker-Background_Waiting-0-34-0)}.markerStatus__31a11165{line-height:0;display:flex;align-items:start}.markerStatus__31a11165 .contentContainer__a6d9003f{display:flex;flex-direction:column;text-align:left}.markerStatus__31a11165.md__f6fbd181{gap:4px}.markerStatus__31a11165.md__f6fbd181 .markerContainer__52f0eb7f{margin-top:4px}.markerStatus__31a11165.lg__30f6f01d{gap:6px}.markerStatus__31a11165.lg__30f6f01d .contentContainer__a6d9003f{gap:4px}.markerStatus__31a11165.lg__30f6f01d .markerContainer__52f0eb7f{margin-top:5px}.monthYearRange__4c655615{display:flex;align-items:center}.monthYearRangeButton__65aaa3ea{z-index:1}.separator__bc80061d{width:16px;height:16px;flex-shrink:0}.orderedListItem__9fe4f86d{counter-increment:list-item-tx}.orderedListItem__9fe4f86d:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__9fe4f86d+.orderedListItem__9fe4f86d{margin-top:8px}.orderedList__3becc94b{--start-index-tx: 0;position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx var(--start-index-tx)}.paginationExtended__8c9868db{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__876a41fc .directionIconNext__f72e05ab{transform:rotate(180deg)}.paginationPageEllipsis__24b7fbe8{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;cursor:default}.paginationPageButton__dfe1a4e4{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__dfe1a4e4:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-0-34-0);outline:none}.paginationPageButton__dfe1a4e4:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-0-34-0)}.paginationPageButton__dfe1a4e4:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-0-34-0);cursor:grabbing}.paginationPageButton__dfe1a4e4.currentPage__fc390822{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-0-34-0);cursor:default}.paginationNavigationExtended__10431aac{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__2f00965f{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__2f00965f .paginationSelectControl__86317d68{margin-left:8px;min-width:72px}.row__a0c90f40{display:flex;flex-wrap:wrap;padding-bottom:16px}.row__a0c90f40.noPaddingBottom__03dd00f3,.row__a0c90f40:last-child{padding-bottom:0}.row__a0c90f40.SM__6007f511{margin-left:-8px;margin-right:-8px}.row__a0c90f40.MD__2afc556e{margin-left:-12px;margin-right:-12px}.segmentedControlSegment__36ecb72e{display:flex;flex:1 1 0;min-width:0;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-0-34-0);outline:none;cursor:pointer}.segmentedControlSegment__36ecb72e:disabled{cursor:default}.sm__bc27ba0e .segmentedControlSegment__36ecb72e{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__4f673c9a .segmentedControlSegment__36ecb72e{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__5b88aee6 .segmentedControlSegment__36ecb72e{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__b85f5028 .segmentedControlSegment__36ecb72e{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-34-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-34-0)}.general1__b85f5028 .segmentedControlSegment__36ecb72e:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-34-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-34-0)}.general1__b85f5028 .segmentedControlSegment__36ecb72e:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-34-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-34-0)}.general1__b85f5028 .segmentedControlSegment__36ecb72e.selected__1237725a{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-34-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-34-0)}.general1__b85f5028 .segmentedControlSegment__36ecb72e.selected__1237725a:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-34-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-34-0)}.general1__b85f5028 .segmentedControlSegment__36ecb72e.selected__1237725a:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-34-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-34-0)}.general2__0de6f3a2 .segmentedControlSegment__36ecb72e{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-34-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-34-0)}.general2__0de6f3a2 .segmentedControlSegment__36ecb72e:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-34-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-34-0)}.general2__0de6f3a2 .segmentedControlSegment__36ecb72e:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-34-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-34-0)}.general2__0de6f3a2 .segmentedControlSegment__36ecb72e.selected__1237725a{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-34-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-34-0)}.general2__0de6f3a2 .segmentedControlSegment__36ecb72e.selected__1237725a:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-34-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-34-0)}.general2__0de6f3a2 .segmentedControlSegment__36ecb72e.selected__1237725a:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-34-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-34-0)}.secondary1__703e93bc .segmentedControlSegment__36ecb72e{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-34-0)}.secondary1__703e93bc .segmentedControlSegment__36ecb72e:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-34-0)}.secondary1__703e93bc .segmentedControlSegment__36ecb72e:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-34-0)}.secondary1__703e93bc .segmentedControlSegment__36ecb72e.selected__1237725a{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-34-0)}.secondary1__703e93bc .segmentedControlSegment__36ecb72e.selected__1237725a:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-34-0)}.secondary2__d869fd88 .segmentedControlSegment__36ecb72e{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-34-0)}.secondary2__d869fd88 .segmentedControlSegment__36ecb72e:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-34-0)}.secondary2__d869fd88 .segmentedControlSegment__36ecb72e:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-34-0)}.secondary2__d869fd88 .segmentedControlSegment__36ecb72e.selected__1237725a{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-34-0)}.secondary2__d869fd88 .segmentedControlSegment__36ecb72e.selected__1237725a:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-34-0)}.segmentedControlSegment__36ecb72e:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-34-0)}.content__0b87e219{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__ec1208f8{display:flex;gap:4px}.segmentedControl__ec1208f8.general1__b85f5028{background:var(--triplex-next-SegmentedControl-General_1_Background-0-34-0)}.segmentedControl__ec1208f8.secondary1__703e93bc{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-0-34-0)}.segmentedControl__ec1208f8.general2__0de6f3a2{background:var(--triplex-next-SegmentedControl-General_2_Background-0-34-0)}.segmentedControl__ec1208f8.secondary2__d869fd88{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-0-34-0)}.segmentedControl__ec1208f8.sm__bc27ba0e{border-radius:6px;padding:4px}.segmentedControl__ec1208f8.md__4f673c9a{border-radius:8px;padding:4px}.segmentedControl__ec1208f8.lg__5b88aee6{border-radius:10px;padding:8px}.skeleton__63fd8f02{border-radius:16px;flex-grow:1}.skeleton__63fd8f02.light__5e71ae2f{animation:skeleton-light-pulse__a1a5a538 2s ease-in-out infinite}.skeleton__63fd8f02.dark__375e883a{animation:skeleton-dark-pulse__4d26df51 2s ease-in-out infinite}@keyframes skeleton-light-pulse__a1a5a538{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-34-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-0-34-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-34-0)}}@keyframes skeleton-dark-pulse__4d26df51{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-34-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-0-34-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-34-0)}}.sliderExtendedDot__c69bd745{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-0-34-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__c69bd745:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-34-0)}.sliderExtendedDot__c69bd745.focusedByClick__2ae12ae6:focus{box-shadow:none}.sliderExtendedDot__c69bd745:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-0-34-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__c69bd745:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-0-34-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__c69bd745.disabled__a233972d{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-0-34-0)}.sliderExtendedDot__c69bd745.disabled__a233972d:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-0-34-0)}.sliderExtendedDot__c69bd745.disabled__a233972d:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-0-34-0)}.sliderExtendedDot__c69bd745:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-0-34-0)}.sliderExtendedDot__c69bd745:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-34-0)}.sliderExtendedDot__c69bd745.dragByMouse__eeb3b258{background:var(--triplex-next-Slider-Dot_Background_Select-0-34-0)}.sliderExtendedDot__c69bd745.dragByMouse__eeb3b258:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-34-0)}.sliderExtendedDot__c69bd745:hover .sliderExtendedTooltipOverlay__ec278061,.sliderExtendedDot__c69bd745:focus .sliderExtendedTooltipOverlay__ec278061{visibility:visible}.sliderExtendedDot__c69bd745.lg__d7539400{width:28px;height:28px}.sliderExtendedDot__c69bd745.lg__d7539400:after{width:10px;height:10px}.sliderExtendedDot__c69bd745.lg__d7539400:before{width:14px;height:14px}.sliderExtendedMarks__a3956b49{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__e5af3fac{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__e5af3fac .sliderExtendedMarkDot__071946a3{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-0-34-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__e5af3fac .sliderExtendedMarkDot__071946a3.inSelectedRange__9e7f8b18{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-0-34-0)}.sliderExtendedMark__e5af3fac.lg__d7539400{top:20px}.sliderExtendedMark__e5af3fac.lg__d7539400 .sliderExtendedMarkDot__071946a3{top:-20px}.sliderExtendedMark__e5af3fac .sliderExtendedMarkText__33f7b812{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__e5af3fac.disabled__a233972d{pointer-events:none}.sliderExtendedMark__e5af3fac.disabled__a233972d .sliderExtendedMarkText__33f7b812{pointer-events:none;opacity:.35}.sliderExtendedMark__e5af3fac.disabled__a233972d .sliderExtendedMarkDot__071946a3{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-34-0)}.sliderExtendedMark__e5af3fac:first-child,.sliderExtendedMark__e5af3fac:last-child{transform:none}.sliderExtendedMark__e5af3fac:first-child.reverse__f8b4c982 .sliderExtendedMarkDot__071946a3{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__e5af3fac:first-child.reverse__f8b4c982 .sliderExtendedMarkText__33f7b812{margin-right:-4px}.sliderExtendedMark__e5af3fac:first-child:not(.reverse__f8b4c982) .sliderExtendedMarkDot__071946a3{left:0;transform:translate(-50%)}.sliderExtendedMark__e5af3fac:first-child .sliderExtendedMarkText__33f7b812{margin-left:-4px}.sliderExtendedMark__e5af3fac:last-child.reverse__f8b4c982 .sliderExtendedMarkDot__071946a3{left:0;transform:translate(-50%)}.sliderExtendedMark__e5af3fac:last-child.reverse__f8b4c982 .sliderExtendedMarkText__33f7b812{margin-left:-4px}.sliderExtendedMark__e5af3fac:last-child:not(.reverse__f8b4c982) .sliderExtendedMarkDot__071946a3{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__e5af3fac:last-child .sliderExtendedMarkText__33f7b812{margin-right:-4px}.sliderExtendedMark__e5af3fac.active__7a994c82{pointer-events:none}.sliderExtendedRail__084f7031{height:4px;background:var(--triplex-next-Slider-Rail_Background-0-34-0);cursor:pointer}.sliderExtended__65467fef{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__65467fef.disabled__a233972d .sliderExtendedRail__084f7031{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-0-34-0)}.sliderExtended__65467fef.lg__d7539400{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__1c9c11de{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-0-34-0);z-index:10}.sliderExtendedTrack__1c9c11de.lg__d7539400{top:12px}.sliderExtendedTrack__1c9c11de:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-34-0)}.sliderExtendedTrack__1c9c11de.focusedByClick__2ae12ae6:focus{box-shadow:none}.sliderExtendedTrack__1c9c11de.hoverOrDragByMouse__203edb3f{background:var(--triplex-next-Slider-Track_Background_Hover-0-34-0)}.sliderExtendedTrack__1c9c11de.staticSlider__acc9b2b5{cursor:default;pointer-events:none}.sliderExtendedTrack__1c9c11de.disabled__a233972d{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-0-34-0)}.sliderExtendedTooltipOverlay__ec278061{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__ec278061.lg__d7539400{bottom:32px}.sliderExtendedTooltipOverlay__ec278061 .tooltipBody__4d625ec2{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-0-34-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-0-34-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__ec278061 .tooltipTip__c07032a5{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-0-34-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.sliderExtendedTooltipOverlay__ec278061 .tooltipTip__c07032a5{margin:-.5px}}.smsField__a5fec7a0{display:inline-block;position:relative;width:100%}.smsField__a5fec7a0 .input__754f8e49{text-align:center}.smsField__a5fec7a0 .input__754f8e49::placeholder{opacity:1}.smsField__a5fec7a0 .input__754f8e49:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-0-34-0)}.smsField__a5fec7a0 .input__754f8e49.lg__11c1bb31{padding:18px 40px}.smsField__a5fec7a0 .input__754f8e49.md__e9f09dd6{padding-left:26px;padding-right:26px}.smsField__a5fec7a0 .input__754f8e49.sm__0b12e302{padding-left:20px;padding-right:20px}.smsField__a5fec7a0 .btnRefresh__c1c2ccd9{position:absolute;outline:none;z-index:1}.smsField__a5fec7a0 .btnRefresh__c1c2ccd9.lg__11c1bb31{top:12px;left:12px;height:32px;width:32px}.smsField__a5fec7a0 .btnRefresh__c1c2ccd9.md__e9f09dd6{top:10px;left:10px}.smsField__a5fec7a0 .btnRefresh__c1c2ccd9.sm__0b12e302{top:4px;left:4px}.smsField__a5fec7a0 .btnRefresh__c1c2ccd9 .full__6875dcef{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-0-34-0)}.smsField__a5fec7a0 .btnRefresh__c1c2ccd9 .empty__d197e156{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-0-34-0)}.smsField__a5fec7a0 .btnRefresh__c1c2ccd9:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-0-34-0)}.smsField__a5fec7a0 .btnSubmit__5a37879d{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-0-34-0)}.smsField__a5fec7a0 .btnSubmit__5a37879d.active__ebb4f902:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-0-34-0)}.smsField__a5fec7a0 .btnSubmit__5a37879d.active__ebb4f902:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-0-34-0)}.smsField__a5fec7a0 .btnSubmit__5a37879d.lg__11c1bb31{top:15px;right:15px;height:26px;width:26px}.smsField__a5fec7a0 .btnSubmit__5a37879d.md__e9f09dd6{top:10px;right:10px}.smsField__a5fec7a0 .btnSubmit__5a37879d.sm__0b12e302{top:4px;right:4px}.spoiler__7069c8ca{display:flex;flex-direction:column}.spoiler__7069c8ca.opened__d1772444 .caretIcon__a93b2e22{transform:rotate(-180deg)}.spoiler__7069c8ca .head__aa022044 .caretIcon__a93b2e22{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__7069c8ca .head__aa022044 button>span{white-space:normal;text-align:left}.spoiler__7069c8ca .content__adbe9c35.hidden__8d7b1ec6{display:none}.spoiler__7069c8ca .lg__bb633482 .content__adbe9c35{margin-top:8px}.spoiler__7069c8ca .md__9bd8c5e1 .content__adbe9c35{margin-top:0}.spoiler__7069c8ca .sm__0d9bec7e .content__adbe9c35{margin-top:-4px}.statusTrackerWrapper__fbfca439{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-0-34-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-0-34-0);overflow:hidden;height:100%}.statusTrackerWrapper__fbfca439 .statusTracker__63f068fa{width:100%;padding:40px 24px 16px;box-sizing:border-box;z-index:1;text-align:center}.statusTrackerWrapper__fbfca439 .statusTracker__63f068fa.verticalAlignMiddle__c10ec4f5{align-self:center}.statusTrackerWrapper__fbfca439 .statusTracker__63f068fa.verticalAlignBottom__a61084be{align-self:end}.statusTrackerWrapper__fbfca439 .statusTracker__63f068fa .statusTrackerChild__53c28c6c{padding:8px 0}.statusTrackerWrapper__fbfca439 .statusTracker__63f068fa .statusTrackerChild__53c28c6c:empty{padding:0}.statusTrackerWrapper__fbfca439 .statusTracker__63f068fa .statusTrackerSum__b249fa1e,.statusTrackerWrapper__fbfca439 .statusTracker__63f068fa .statusTrackerTitle__283524b8{padding-bottom:4px}.statusTrackerWrapper__fbfca439 .statusTracker__63f068fa .statusTrackerDescription__f8c1298a{display:block;padding-top:8px}.statusTrackerWrapper__fbfca439 .statusTracker__63f068fa .statusTrackerAlert__4ec4b520{margin-top:12px;text-align:left}.statusTrackerWrapper__fbfca439 .statusTracker__63f068fa .statusTrackerStatus__fc682fed{display:inline-flex;margin-bottom:4px}.statusTrackerWrapper__fbfca439 .statusTracker__63f068fa .statusTrackerFooterWrapper__fe4fb987{display:grid}.statusTrackerWrapper__fbfca439 .statusTracker__63f068fa .statusTrackerFooterWrapper__fe4fb987 .statusTrackerDescription__f8c1298a:last-child{padding-top:0}.statusTrackerWrapper__fbfca439 .statusTracker__63f068fa .statusTrackerFooterWrapper__fe4fb987 .statusTrackerButton__152826b9{margin-bottom:12px}.statusTrackerWrapper__fbfca439 .statusTracker__63f068fa .statusTrackerFooterWrapper__fe4fb987 .statusTrackerButton__152826b9:last-child{margin-bottom:0}.statusTrackerWrapper__fbfca439 .statusTrackerColor__b239066a{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__fbfca439 .statusTrackerColor__b239066a.waiting__f2a0b988{background:var(--triplex-next-StatusTracker-Waiting_Color-0-34-0)}.statusTrackerWrapper__fbfca439 .statusTrackerColor__b239066a.warning__6361997d{background:var(--triplex-next-StatusTracker-Warning_Background-0-34-0)}.statusTrackerWrapper__fbfca439 .statusTrackerColor__b239066a.rejected__12cce4da{background:var(--triplex-next-StatusTracker-Rejected_Color-0-34-0)}.statusTrackerWrapper__fbfca439 .statusTrackerColor__b239066a.approved__ed7eea9b{background:var(--triplex-next-StatusTracker-Approved_Color-0-34-0)}.statusTrackerWrapper__fbfca439 .statusTrackerBackground__07d5f5fe{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__fbfca439 .statusTrackerBackground__07d5f5fe.waiting__f2a0b988{background:var(--triplex-next-StatusTracker-Waiting_Background-0-34-0)}.statusTrackerWrapper__fbfca439 .statusTrackerBackground__07d5f5fe.warning__6361997d{background:var(--triplex-next-StatusTracker-Warning_Background-0-34-0)}.statusTrackerWrapper__fbfca439 .statusTrackerBackground__07d5f5fe.rejected__12cce4da{background:var(--triplex-next-StatusTracker-Rejected_Background-0-34-0)}.statusTrackerWrapper__fbfca439 .statusTrackerBackground__07d5f5fe.approved__ed7eea9b{background:var(--triplex-next-StatusTracker-Approved_Background-0-34-0)}@media(max-width:767px){.statusTrackerWrapper__fbfca439{border-radius:16px}}.statusTrackerStatusGroup__a6451d62{display:flex;flex-direction:column;align-items:flex-start;margin:0 auto;width:fit-content}.stepperStep__f8114ae9{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__f8114ae9+.stepperStep__f8114ae9{margin-left:12px}.stepperStep__f8114ae9.sm__e4de1aa4{font-size:12px;line-height:16px}.stepperStep__f8114ae9.sm__e4de1aa4:not(:last-child) .content__cbf2069d{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__f8114ae9.sm__e4de1aa4:last-child .content__cbf2069d{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__f8114ae9.sm__e4de1aa4:last-child .arrow__46c6236d{display:none}.stepperStep__f8114ae9.md__d982adad{font-size:14px;line-height:20px}.stepperStep__f8114ae9.md__d982adad:not(:last-child) .content__cbf2069d{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__f8114ae9.md__d982adad:last-child .content__cbf2069d{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__f8114ae9.md__d982adad:last-child .arrow__46c6236d{display:none}.stepperStep__f8114ae9.lg__d50723b6{font-size:16px;line-height:20px}.stepperStep__f8114ae9.lg__d50723b6:not(:last-child) .content__cbf2069d{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__f8114ae9.lg__d50723b6:last-child .content__cbf2069d{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__f8114ae9.lg__d50723b6:last-child .arrow__46c6236d{display:none}.stepperStep__f8114ae9:hover:not(.active__98ed11f3):not(.disabled__d4a0f3d9) .content__cbf2069d{border-color:var(--triplex-next-Stepper-Step_Background_Hover-0-34-0);background:var(--triplex-next-Stepper-Step_Background_Hover-0-34-0)}.stepperStep__f8114ae9:hover:not(.active__98ed11f3):not(.disabled__d4a0f3d9) .arrow__46c6236d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-34-0)}.stepperStep__f8114ae9:hover:not(.active__98ed11f3):not(.disabled__d4a0f3d9) .arrow__46c6236d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-34-0)}.stepperStep__f8114ae9.active__98ed11f3{cursor:default}.stepperStep__f8114ae9.active__98ed11f3 .content__cbf2069d{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-0-34-0)}.stepperStep__f8114ae9.active__98ed11f3 .arrow__46c6236d path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-0-34-0)}.stepperStep__f8114ae9.active__98ed11f3.error__066e1f08 .content__cbf2069d{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-0-34-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-34-0)}.stepperStep__f8114ae9.active__98ed11f3.error__066e1f08 .arrow__46c6236d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-34-0)}.stepperStep__f8114ae9.active__98ed11f3.error__066e1f08 .arrow__46c6236d path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-0-34-0)}.stepperStep__f8114ae9.active__98ed11f3.warning__da813ff6 .content__cbf2069d{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-34-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-34-0)}.stepperStep__f8114ae9.active__98ed11f3.warning__da813ff6 .arrow__46c6236d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-34-0)}.stepperStep__f8114ae9.active__98ed11f3.warning__da813ff6 .arrow__46c6236d path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-34-0)}.stepperStep__f8114ae9.completed__dd09f003.error__066e1f08 .content__cbf2069d{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-34-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-34-0)}.stepperStep__f8114ae9.completed__dd09f003.error__066e1f08 .arrow__46c6236d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-34-0)}.stepperStep__f8114ae9.completed__dd09f003.error__066e1f08 .arrow__46c6236d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-34-0)}.stepperStep__f8114ae9.completed__dd09f003.error__066e1f08:hover .content__cbf2069d{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-34-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-34-0)}.stepperStep__f8114ae9.completed__dd09f003.error__066e1f08:hover .arrow__46c6236d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-34-0)}.stepperStep__f8114ae9.completed__dd09f003.error__066e1f08:hover .arrow__46c6236d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-34-0)}.stepperStep__f8114ae9.completed__dd09f003.warning__da813ff6 .content__cbf2069d{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-34-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-34-0)}.stepperStep__f8114ae9.completed__dd09f003.warning__da813ff6 .arrow__46c6236d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-34-0)}.stepperStep__f8114ae9.completed__dd09f003.warning__da813ff6 .arrow__46c6236d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-34-0)}.stepperStep__f8114ae9.completed__dd09f003.warning__da813ff6:hover .content__cbf2069d{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-34-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-34-0)}.stepperStep__f8114ae9.completed__dd09f003.warning__da813ff6:hover .arrow__46c6236d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-34-0)}.stepperStep__f8114ae9.completed__dd09f003.warning__da813ff6:hover .arrow__46c6236d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-34-0)}.stepperStep__f8114ae9.inactive__014f95dd :not(.error__066e1f08):not(.warning__da813ff6) .content__cbf2069d{color:var(--triplex-next-Stepper-Step_Color_Default-0-34-0)}.stepperStep__f8114ae9.inactive__014f95dd :not(.error__066e1f08):not(.warning__da813ff6):hover .content__cbf2069d{color:var(--triplex-next-Stepper-Step_Color_Hover-0-34-0)}.stepperStep__f8114ae9.inactive__014f95dd.error__066e1f08 .content__cbf2069d{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-34-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-34-0)}.stepperStep__f8114ae9.inactive__014f95dd.error__066e1f08 .arrow__46c6236d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-34-0)}.stepperStep__f8114ae9.inactive__014f95dd.error__066e1f08 .arrow__46c6236d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-34-0)}.stepperStep__f8114ae9.inactive__014f95dd.error__066e1f08:hover .content__cbf2069d{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-34-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-34-0)}.stepperStep__f8114ae9.inactive__014f95dd.error__066e1f08:hover .arrow__46c6236d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-34-0)}.stepperStep__f8114ae9.inactive__014f95dd.error__066e1f08:hover .arrow__46c6236d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-34-0)}.stepperStep__f8114ae9.inactive__014f95dd.warning__da813ff6 .content__cbf2069d{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-34-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-34-0)}.stepperStep__f8114ae9.inactive__014f95dd.warning__da813ff6 .arrow__46c6236d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-34-0)}.stepperStep__f8114ae9.inactive__014f95dd.warning__da813ff6 .arrow__46c6236d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-34-0)}.stepperStep__f8114ae9.inactive__014f95dd.warning__da813ff6:hover .content__cbf2069d{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-34-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-34-0)}.stepperStep__f8114ae9.inactive__014f95dd.warning__da813ff6:hover .arrow__46c6236d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-34-0)}.stepperStep__f8114ae9.inactive__014f95dd.warning__da813ff6:hover .arrow__46c6236d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-34-0)}.stepperStep__f8114ae9.disabled__d4a0f3d9{pointer-events:none}.stepperStep__f8114ae9.disabled__d4a0f3d9 .content__cbf2069d{color:var(--triplex-next-Stepper-Step_Color_Disabled-0-34-0)}.stepperStep__f8114ae9.disabled__d4a0f3d9 .content__cbf2069d{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-0-34-0)}.stepperStep__f8114ae9.disabled__d4a0f3d9 .arrow__46c6236d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-0-34-0)}.stepperStep__f8114ae9.focusVisible__e93de69c.completed__dd09f003 .content__cbf2069d,.stepperStep__f8114ae9.focusVisible__e93de69c.active__98ed11f3 .content__cbf2069d,.stepperStep__f8114ae9.focusVisible__e93de69c.inactive__014f95dd .content__cbf2069d{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-34-0)}.stepperStep__f8114ae9.focusVisible__e93de69c.completed__dd09f003 .arrow__46c6236d path:last-child,.stepperStep__f8114ae9.focusVisible__e93de69c.active__98ed11f3 .arrow__46c6236d path:last-child,.stepperStep__f8114ae9.focusVisible__e93de69c.inactive__014f95dd .arrow__46c6236d path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-34-0)}.stepperStep__f8114ae9.focusVisible__e93de69c.completed__dd09f003:hover .content__cbf2069d,.stepperStep__f8114ae9.focusVisible__e93de69c.active__98ed11f3:hover .content__cbf2069d,.stepperStep__f8114ae9.focusVisible__e93de69c.inactive__014f95dd:hover .content__cbf2069d{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-34-0)}.stepperStep__f8114ae9.focusVisible__e93de69c.completed__dd09f003:hover .arrow__46c6236d path:last-child,.stepperStep__f8114ae9.focusVisible__e93de69c.active__98ed11f3:hover .arrow__46c6236d path:last-child,.stepperStep__f8114ae9.focusVisible__e93de69c.inactive__014f95dd:hover .arrow__46c6236d path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-34-0)}.content__cbf2069d{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-0-34-0);color:var(--triplex-next-Stepper-Step_Color_Hover-0-34-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-0-34-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.arrow__46c6236d{transform:translate(0)}.arrow__46c6236d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-34-0)}.arrow__46c6236d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-34-0)}.icon__bd38f405{display:inline-flex;align-items:center;line-height:0}.nonempty__6bc23ba1 .icon__bd38f405{margin-right:6px}.stepperExtended__0c12a393{display:flex;padding:0;margin:0;list-style:none}.stepperCarousel__2b22f5ed{position:relative}.stepperCarousel__2b22f5ed:hover .stepperButtonWrapper__cbeda72e{opacity:1;pointer-events:auto}.stepperButtonWrapper__cbeda72e{position:absolute;top:0;z-index:1;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.stepperButtonWrapper__cbeda72e.prev__e51a6707{left:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Prev-0-34-0)}.stepperButtonWrapper__cbeda72e.next__4c75332f{right:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Next-0-34-0)}.stepperButton__120a1d4f.sm__e4de1aa4{height:28px;width:28px}.stepperButton__120a1d4f.md__d982adad{height:40px;width:40px}.stepperButton__120a1d4f.lg__d50723b6{height:56px;width:56px}@media(max-width:767px){.stepperButtonWrapper__cbeda72e{display:none}}.suggestFieldMobileBody__aa3c400b{height:176px}.suggestFieldMobileDropdownHint__3f7889b9{padding:16px}.noColumns__08dec8f3{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__08dec8f3>.content__c2b1db43{width:456px;text-align:center}.filterPanel__113029de{padding:8px 0 24px;border-radius:8px 8px 0 0}.chipPanelLinks__e4f50c87{display:flex;height:28px;z-index:1;margin-left:auto}.chipPanelLinks__e4f50c87>a:not(:first-child){margin-left:16px}.chipPanel__c13c379c{display:flex;justify-content:space-between}@keyframes fadeIn__ddceca00{0%{opacity:0}to{opacity:1}}.tableBasic__6c05fe85{position:relative}.tableBasic__6c05fe85 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__6c05fe85 table th.alignLeft__634dc9ce,.tableBasic__6c05fe85 table td.alignLeft__634dc9ce{text-align:left}.tableBasic__6c05fe85 table th.alignRight__be3b8d7a,.tableBasic__6c05fe85 table td.alignRight__be3b8d7a{text-align:right}.tableBasic__6c05fe85 table th.alignCenter__f377a1a0,.tableBasic__6c05fe85 table td.alignCenter__f377a1a0{text-align:center}.tableBasic__6c05fe85 table th.verticalAlignBaseline__57560cd6,.tableBasic__6c05fe85 table td.verticalAlignBaseline__57560cd6{vertical-align:baseline}.tableBasic__6c05fe85 table th.verticalAlignSub__bc18acdf,.tableBasic__6c05fe85 table td.verticalAlignSub__bc18acdf{vertical-align:sub}.tableBasic__6c05fe85 table th.verticalAlignSuper__b35b7584,.tableBasic__6c05fe85 table td.verticalAlignSuper__b35b7584{vertical-align:super}.tableBasic__6c05fe85 table th.verticalAlignTextTop__cc63396b,.tableBasic__6c05fe85 table td.verticalAlignTextTop__cc63396b{vertical-align:text-top}.tableBasic__6c05fe85 table th.verticalAlignTextBottom__159ec282,.tableBasic__6c05fe85 table td.verticalAlignTextBottom__159ec282{vertical-align:text-bottom}.tableBasic__6c05fe85 table th.verticalAlignMiddle__f24c679f,.tableBasic__6c05fe85 table td.verticalAlignMiddle__f24c679f{vertical-align:middle}.tableBasic__6c05fe85 table th.verticalAlignTop__bf8b5cc4,.tableBasic__6c05fe85 table td.verticalAlignTop__bf8b5cc4{vertical-align:top}.tableBasic__6c05fe85 table th.verticalAlignBottom__b5c638bc,.tableBasic__6c05fe85 table td.verticalAlignBottom__b5c638bc{vertical-align:bottom}.tableBasic__6c05fe85 table>thead>tr{height:48px}.tableBasic__6c05fe85 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-0-34-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-34-0)}.tableBasic__6c05fe85 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__6c05fe85 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__6c05fe85 table>thead>tr>th.checkboxType__7be8cf31{padding:16px 12px}.tableBasic__6c05fe85 table>thead>tr>th .thBlock__e9e30bb6{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__6c05fe85 table>thead>tr>th .thBlock__e9e30bb6.order__56f193f0{cursor:pointer}.tableBasic__6c05fe85 table>thead>tr>th .thBlock__e9e30bb6.order__56f193f0 .orderButton__e37d80f3{display:flex;visibility:hidden;align-items:center}.tableBasic__6c05fe85 table>thead>tr>th .thBlock__e9e30bb6.order__56f193f0 .orderButton__e37d80f3.alignLeft__634dc9ce{margin-right:8px}.tableBasic__6c05fe85 table>thead>tr>th .thBlock__e9e30bb6.order__56f193f0 .orderButton__e37d80f3.alignRight__be3b8d7a{margin-left:8px}.tableBasic__6c05fe85 table>thead>tr>th .thBlock__e9e30bb6.order__56f193f0 .orderButton__e37d80f3.sorted__d5ace871{visibility:visible}.tableBasic__6c05fe85 table>thead>tr>th .thBlock__e9e30bb6.order__56f193f0:hover .orderButton__e37d80f3{visibility:visible}.tableBasic__6c05fe85 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-34-0)}.tableBasic__6c05fe85 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__6c05fe85 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__6c05fe85 table>tbody>tr>td.textType__d9e35298{padding:12px}.tableBasic__6c05fe85 table>tbody>tr>td.componentsType__4970669a{padding:8px 12px}.tableBasic__6c05fe85 table>tbody>tr>td.checkboxType__7be8cf31{padding:10px 12px 12px}.tableBasic__6c05fe85 table>tbody>tr.selected__b986cd95>td{background-color:var(--triplex-next-TableBasic-Background_Selected-0-34-0)}.tableBasic__6c05fe85 table>tbody.clickable__d0f94fe6>tr{cursor:pointer}.tableBasic__6c05fe85 table>tbody.hoverable__40fdffe6>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-0-34-0)}.tableBasic__6c05fe85 .footerEmptyData__eb903c13{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__6c05fe85 .spinnerWrapper__818b8cf8{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__6c05fe85 .spinnerWrapper__818b8cf8 .tableLoaderScreen__cfaeff9a{border-radius:8px 8px 0 0;z-index:100}.tableBasic__6c05fe85 .overlayCover__32a65206{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-0-34-0);animation:fadeIn__ddceca00 .3s}.tableBasicSettingsBody__056ba025{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__e9a15023{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-34-0)!important}.columnSettingsSortableListItemTarget__e9a15023:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-34-0)!important}.columnSettingsSortableListItemTarget__e9a15023.dragging__36b3fab4{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-34-0)!important}.columnSettingsStaticListItem__90b83192{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-34-0)}.tableBasicSettingsFooter__28f10a4a{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-34-0);padding:11px 12px 12px}.tableBasicSettingsHeader__7ce2272d{padding:16px 12px 12px}.tableSettingsLink__b74a2a07{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__97837319{width:320px}.tableFooterWrapper__1858faac{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__1858faac .tableFooterShadow__134e2dab{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-0-34-0);pointer-events:none}.tableFooterWrapper__1858faac .tableFooter__46d1f6f0{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-0-34-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__1858faac .tableFooter__46d1f6f0 .tableFooterSummary__f72e1c19{display:flex;align-items:center}.tableFooterWrapper__1858faac .tableFooter__46d1f6f0 .tableFooterSummary__f72e1c19 .tableFooterSummarySelectedCount__1a5cc0f1,.tableFooterWrapper__1858faac .tableFooter__46d1f6f0 .tableFooterSummary__f72e1c19 .tableFooterSummarySelectAllButton__21146f9f,.tableFooterWrapper__1858faac .tableFooter__46d1f6f0 .tableFooterSummary__f72e1c19 .tableFooterSummaryAmount__5a08d1f6{display:inline-flex}.tableFooterWrapper__1858faac .tableFooter__46d1f6f0 .tableFooterSummary__f72e1c19 .tableFooterSummarySelectedCount__1a5cc0f1,.tableFooterWrapper__1858faac .tableFooter__46d1f6f0 .tableFooterSummary__f72e1c19 .tableFooterSummarySelectAllButton__21146f9f,.tableFooterWrapper__1858faac .tableFooter__46d1f6f0 .tableFooterSummary__f72e1c19 .tableFooterSummaryAmount__5a08d1f6,.tableFooterWrapper__1858faac .tableFooter__46d1f6f0 .tableFooterSummary__f72e1c19 .tableFooterSummaryLabel__b9a03e81{margin-left:24px}@media(max-width:767px){.tableFooterWrapper__1858faac{height:112px}}.paginationPanel__c608719a{margin-top:16px}.masterTable__1cde18ed,.tabsExtended__78389272{position:relative}.tabsExtendedContent__91153968{display:inline-flex}.tabsExtendedContent__91153968.sm__c59d53d8{border-radius:6px;padding:4px}.tabsExtendedContent__91153968.md__3ab7a796{border-radius:8px;padding:4px}.tabsExtendedContent__91153968.lg__bc7387fe{border-radius:10px;padding:8px}.tabsExtendedTab__83437f59{display:flex}.tabsExtendedTab__83437f59+.tabsExtendedTab__83437f59,.tabsExtendedDropdown__b3d86953{margin-left:4px}.tabsReal__4c89ab5c,.tabsFake__4f8e514e{display:flex;box-sizing:border-box;width:100%}.tabsReal__4c89ab5c.hidden__eb5c27c7{visibility:hidden}.tabsReal__4c89ab5c .tabsExtendedTab__83437f59.hidden__eb5c27c7{display:none}.tabsFake__4f8e514e{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__7a870b50 .tabsExtendedContent__91153968{background-color:var(--triplex-next-Tabs-Type1_Background-0-34-0)}.type2__602ad0eb .tabsExtendedContent__91153968{background-color:var(--triplex-next-Tabs-Type2_Background-0-34-0)}.tabsExtendedTabButton__f4aabaf0{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-0-34-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__f4aabaf0 .notificationIcon__5274dbba{position:absolute}.tabsExtendedTabButton__f4aabaf0.lg__bc7387fe{border-radius:6px;padding:9px 15px}.tabsExtendedTabButton__f4aabaf0.lg__bc7387fe .notificationIcon__5274dbba{right:6px;top:6px}.tabsExtendedTabButton__f4aabaf0.md__3ab7a796{border-radius:4px;padding:5px 15px}.tabsExtendedTabButton__f4aabaf0.md__3ab7a796 .notificationIcon__5274dbba{right:4px;top:4px}.tabsExtendedTabButton__f4aabaf0.sm__c59d53d8{border-radius:4px;padding:1px 15px}.tabsExtendedTabButton__f4aabaf0.sm__c59d53d8 .notificationIcon__5274dbba{right:3px;top:3px}.tabsExtendedTabButton__f4aabaf0 .tabsExtendedTabButtonTextDefault__fc898207{display:block}.tabsExtendedTabButton__f4aabaf0 .tabsExtendedTabButtonTextHover__d062f3db,.tabsExtendedTabButton__f4aabaf0:hover .tabsExtendedTabButtonTextDefault__fc898207,.tabsExtendedTabButton__f4aabaf0.selected__646dbab6 .tabsExtendedTabButtonTextDefault__fc898207{display:none}.tabsExtendedTabButton__f4aabaf0:hover .tabsExtendedTabButtonTextHover__d062f3db,.tabsExtendedTabButton__f4aabaf0.selected__646dbab6 .tabsExtendedTabButtonTextHover__d062f3db{display:block}.tabsExtendedTabButton__f4aabaf0::-moz-focus-inner{border:none}.tabsExtendedTabButton__f4aabaf0+.tabsExtendedTabButton__f4aabaf0{margin-left:2px}.tabsExtendedTabButton__f4aabaf0:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-0-34-0)}.tabsExtendedTabButton__f4aabaf0.type1__7a870b50{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-0-34-0)}.tabsExtendedTabButton__f4aabaf0.type1__7a870b50.selected__646dbab6{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-0-34-0)}.tabsExtendedTabButton__f4aabaf0.type1__7a870b50:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-0-34-0)}.tabsExtendedTabButton__f4aabaf0.type2__602ad0eb{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-0-34-0)}.tabsExtendedTabButton__f4aabaf0.type2__602ad0eb.selected__646dbab6{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-0-34-0)}.tabsExtendedTabButton__f4aabaf0.type2__602ad0eb:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-0-34-0)}.tabsContent__cc7f9189 .tabButtonDropdown__845b05f6{justify-content:center;padding:0!important}.tabsContent__cc7f9189 .tabButtonDropdown__845b05f6.sm__0d3c4bd3{min-width:20px;min-height:20px;height:20px}.tabsContent__cc7f9189 .tabButtonDropdown__845b05f6.md__818471f7{min-width:32px;min-height:32px;height:32px}.tabsContent__cc7f9189 .tabButtonDropdown__845b05f6.lg__0a5ed3c9{min-width:40px;min-height:40px;height:40px}.tag__f14b2c44{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-0-34-0);border-radius:4px;gap:2px}.tag__f14b2c44.sm__c54a8436{height:20px;padding:2px 4px 2px 6px}.tag__f14b2c44.md__1192b873{height:28px;padding:4px 6px 4px 8px}.tag__f14b2c44.lg__3bca6cb3{height:32px;padding:6px 8px 6px 10px}.content__9dc51da7{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagColor__4583e9b2{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__4583e9b2.sm__062fcea4{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__4583e9b2.md__d7f9c6a2{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__4583e9b2.lg__10d4bd0a{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__4583e9b2.default__233a922c{background:var(--triplex-next-TagColor-Background_Default-0-34-0)}.tagColor__4583e9b2.success__6c4720ed{background:var(--triplex-next-TagColor-Background_Success-0-34-0)}.tagColor__4583e9b2.info__806cd8bc{background:var(--triplex-next-TagColor-Background_Info-0-34-0)}.tagColor__4583e9b2.warning__82edee21{background:var(--triplex-next-TagColor-Background_Warning-0-34-0)}.tagColor__4583e9b2.error__fb4b359e{background:var(--triplex-next-TagColor-Background_Error-0-34-0)}.content__f1c9b40b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-0-34-0)}.tagGroup__4623dc8e.sm__fc00e492{margin:-2px}.tagGroup__4623dc8e.sm__fc00e492>*{margin:2px}.tagGroup__4623dc8e.md__4a1118f5{margin:-4px}.tagGroup__4623dc8e.md__4a1118f5>*{margin:4px}.tagGroup__4623dc8e.lg__c83a5b30{margin:-6px}.tagGroup__4623dc8e.lg__c83a5b30>*{margin:6px}.uploadZone__1d2ae56d{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-0-34-0)}.uploadZone__1d2ae56d:hover{background:var(--triplex-next-UploadZone-Background_Hover-0-34-0)}.uploadZoneDragArea__cec20454{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-34-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__d63957af{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-34-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-0-34-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-0-34-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__6a22ef45{display:none}@media(max-width:767px){.uploadZone__1d2ae56d,.uploadZone__1d2ae56d:hover{background:none}.uploadZoneDragArea__cec20454{display:none}}
|