@sberbusiness/triplex-next 0.30.0 → 0.32.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-DW0BhZ40.js +41 -0
- package/chunks/CalendarViewItem-DnsWMQ6f.js +101 -0
- package/chunks/Card.module-CXz8VlRt.js +18 -0
- package/chunks/CheckboxTreeExtended.module-eCBHjGXW.js +15 -0
- package/chunks/Chip-C4673wYg.js +85 -0
- package/chunks/Confirm.module-DXe0cS1V.js +15 -0
- package/chunks/DropdownListItem-Bp1g9j21.js +65 -0
- package/chunks/DropdownMobile.module-B-gfhyrz.js +23 -0
- package/chunks/Footer.module-CHW5czGs.js +9 -0
- package/chunks/{FormFieldInput-DM8lK78a.js → FormFieldInput-DZ9wvF_L.js} +9 -9
- package/chunks/HeaderLayoutSidebar.module-ChykZk2C.js +9 -0
- package/chunks/HeaderTabs.module-CXzQ8YYa.js +9 -0
- package/chunks/{HeaderTitle.module-wm7lWk21.js → HeaderTitle.module-Bjd_PeFL.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-DtrGKrbn.js +17 -0
- package/chunks/ImageGalleryExtendedThumb-A47Rfe5O.js +28 -0
- package/chunks/IslandAccordion.module-Cez7gPQx.js +25 -0
- package/chunks/IslandWidgetFooter.module-DJ6DLnlZ.js +9 -0
- package/chunks/IslandWidgetHeader.module-Cax47StS.js +13 -0
- package/chunks/{LightBoxContent-C-Q4JvDf.js → LightBoxContent-9n7KZhyO.js} +7 -7
- package/chunks/LightBoxControls.module-CqE7tSjd.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-76jyTCms.js +9 -0
- package/chunks/{ListItemControlsButton-B52gadtt.js → ListItemControlsButton-CvLzuMWL.js} +11 -11
- package/chunks/ListItemTail.module-Cj1qtzG7.js +12 -0
- package/chunks/ListMasterFooter.module-BFddN0Fo.js +10 -0
- package/chunks/ModalWindow.module-DRSCJT-j.js +17 -0
- package/chunks/Notification.module-XEc1_4xz.js +20 -0
- package/chunks/Overlay.module-CG_bCws2.js +18 -0
- package/chunks/Page.module-w5MrLoeL.js +11 -0
- package/chunks/SMSField.module-CKYqfE0O.js +16 -0
- package/chunks/SliderExtendedMarks.module-BrV0KqUb.js +15 -0
- package/chunks/{SliderExtendedRail-EN9dWr8g.js → SliderExtendedRail-BAv_g4xj.js} +11 -11
- package/chunks/StatusTracker.module-Bxjr2F_-.js +24 -0
- package/chunks/{StepperStepArrowBorder-B2mxgMOK.js → StepperStepArrowBorder-zBMxIbHq.js} +6 -6
- package/chunks/{SuggestFieldMobileDropdownHint-8plGk4NO.js → SuggestFieldMobileDropdownHint-DoCjNfsA.js} +4 -4
- package/chunks/TableFooter.module-nSntoxBZ.js +14 -0
- package/chunks/TabsExtended.module-BAblULYn.js +16 -0
- package/chunks/TabsLine.module-BB5LVegW.js +21 -0
- package/chunks/TooltipDesktop.module-DNiN5lh5.js +19 -0
- package/chunks/TreeView.module-C8K0ykxB.js +9 -0
- package/chunks/{UploadZoneInput-B-gVlolB.js → UploadZoneInput-CZ0-33sV.js} +8 -8
- package/chunks/{constants-CgVlsuXP.js → constants-8_Umj6ax.js} +10 -10
- package/chunks/utils-BT5PPv2k.js +24 -0
- package/chunks/utils-CP79T5VE.js +73 -0
- package/chunks/{utils-B3jUITHO.js → utils-De8Skuhh.js} +5 -5
- package/chunks/{utils-BygtCSQo.js → utils-gmsD_32w.js} +5 -5
- package/components/Alert/AlertContext/AlertContext.js +31 -31
- 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 +9 -9
- package/components/Badge/Badge.js +7 -7
- package/components/Badge/BadgeDot.js +11 -11
- package/components/Badge/components/BadgeContent.js +7 -7
- package/components/Badge/components/BadgePostfix.js +4 -4
- package/components/Badge/components/BadgePrefix.js +1 -1
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +26 -26
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +73 -72
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +13 -13
- package/components/Calendar/Calendar.js +2 -2
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +8 -8
- 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 +9 -9
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- package/components/Checkbox/CheckboxYGroup.js +7 -7
- 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 +3 -2
- package/components/Chip/ChipClearButton.js +6 -6
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +37 -36
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +11 -11
- package/components/Chip/ChipDropdownArrow.js +4 -4
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +22 -21
- package/components/Chip/ChipOptions.js +5 -5
- package/components/Chip/ChipSelect/ChipSelect.js +40 -27
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +23 -22
- package/components/Chip/ChipSuggest/ChipSuggest.js +14 -14
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
- package/components/Chip/enums.js +5 -0
- package/components/Chip/index.js +28 -26
- package/components/ChipGroup/ChipGroup.js +12 -12
- package/components/Col/Col.js +173 -158
- package/components/CollapsibleTree/CollapsibleTree.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +4 -4
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +1 -1
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +13 -13
- 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 +6 -6
- package/components/DateRange/DateRange.js +14 -14
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/DesignTokensComponents.js +69 -64
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +57 -52
- package/components/DesignTokens/components/Chip.js +12 -6
- package/components/DesignTokens/components/ImageGallery.js +47 -0
- package/components/DesignTokens/components/LightBox.js +1 -1
- package/components/DesignTokens/components/TopOverlay.js +1 -1
- package/components/DesignTokens/components/index.js +116 -113
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
- package/components/Dropdown/desktop/DropdownDesktop.js +22 -22
- 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 +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/EmptyView/EmptyView.js +7 -7
- package/components/ExpandAnimation/ExpandAnimation.js +9 -9
- 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 +20 -20
- package/components/FormField/components/FormFieldClear.js +7 -7
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +5 -5
- 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 +3 -3
- package/components/FormField/components/FormFieldPrefix.js +1 -1
- package/components/FormField/components/FormFieldTarget.js +12 -12
- package/components/FormField/components/FormFieldTextarea.js +9 -9
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Gap/Gap.js +15 -5
- 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 +5 -5
- 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 +16 -16
- package/components/IconWrapper/IconWrapper.js +8 -8
- package/components/ImageGallery/ImageGallery.js +74 -0
- package/components/ImageGallery/index.js +5 -0
- package/components/ImageGallery/types.js +2 -0
- package/components/ImageGalleryExtended/ImageGalleryExtended.js +72 -0
- package/components/ImageGalleryExtended/ImageGalleryExtendedContext.js +16 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +31 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +35 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +31 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedNav.js +19 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +20 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +89 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +8 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +40 -0
- package/components/ImageGalleryExtended/components/index.js +15 -0
- package/components/ImageGalleryExtended/enums.js +5 -0
- package/components/ImageGalleryExtended/index.js +21 -0
- package/components/ImageGalleryExtended/types.js +2 -0
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +3 -3
- package/components/Island/components/IslandFooter.js +3 -3
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
- package/components/IslandWidget/IslandWidget.js +22 -22
- package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +11 -11
- 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 +5 -5
- package/components/LightBox/LightBox.js +65 -75
- 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 +39 -39
- 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 +18 -18
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +12 -12
- package/components/Link/Link.js +23 -23
- package/components/List/List.js +4 -4
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +13 -13
- package/components/List/components/ListItemControls.js +4 -4
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +1 -1
- package/components/List/components/ListItemSelectable.js +6 -6
- package/components/List/components/ListItemTable.js +6 -6
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +5 -5
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +10 -10
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +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 +9 -9
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +30 -34
- package/components/ModalWindow/ModalWindow.js +9 -9
- package/components/ModalWindow/components/ModalWindowBody.js +7 -7
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MonthYearRange/MonthYearRange.js +13 -13
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +10 -10
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +5 -5
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/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 +6 -6
- package/components/OrderedList/OrderedListItem.js +5 -5
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +11 -11
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +2 -2
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +8 -8
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +15 -15
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +4 -4
- package/components/Row/Row.js +25 -10
- package/components/Row/RowContext.js +9 -0
- 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 +10 -10
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +31 -30
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +7 -7
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +7 -7
- 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 +3 -3
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +15 -15
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +18 -18
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +8 -6
- 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 +13 -0
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +12 -12
- package/components/Stepper/Stepper.js +32 -32
- package/components/Stepper/StepperExtended.js +7 -7
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +7 -7
- 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 +77 -81
- package/components/Table/ChipPanel.js +12 -0
- package/components/Table/ChipPanelLinks.js +22 -0
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +19 -19
- package/components/Table/NoColumns.js +3 -3
- 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 +20 -20
- package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +3 -3
- 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 +1 -1
- 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/index.js +7 -7
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +41 -36
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +8 -8
- package/components/Tag/Tag.js +19 -19
- package/components/TagColor/TagColor.js +10 -10
- package/components/TagGroup/TagGroup.js +7 -7
- 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 +3 -3
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +5 -5
- package/components/TopOverlay/TopOverlay.js +40 -40
- 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 +23 -23
- package/components/Typography/CodeText.js +7 -7
- package/components/Typography/Text.js +23 -23
- package/components/Typography/Title.js +17 -17
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +5 -5
- 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 +644 -622
- package/index.d.ts +325 -34
- package/index.js +676 -654
- package/package.json +9 -1
- package/styles/triplex-next.css +556 -541
- package/chunks/AlertProcessSpoiler-u6M_UUD9.js +0 -41
- package/chunks/CalendarViewItem-0qx9TN09.js +0 -101
- package/chunks/Card.module-Dk_x12aX.js +0 -18
- package/chunks/CheckboxTreeExtended.module-BYEXhagY.js +0 -15
- package/chunks/Chip-CgSrMLOj.js +0 -77
- package/chunks/Confirm.module-D-Z-baL7.js +0 -15
- package/chunks/DropdownListItem-DsKl9Gi-.js +0 -65
- package/chunks/DropdownMobile.module-DBKmP6tH.js +0 -23
- package/chunks/Footer.module-D19luc11.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-BEWjTVQC.js +0 -9
- package/chunks/HeaderTabs.module-B3OUkcWC.js +0 -9
- package/chunks/IslandAccordion.module-CkjSe196.js +0 -25
- package/chunks/IslandWidgetFooter.module-DkGCGVtt.js +0 -9
- package/chunks/IslandWidgetHeader.module-D_0Z5Wkx.js +0 -13
- package/chunks/LightBoxControls.module-D6dJVyd1.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-Pvh5SxlA.js +0 -9
- package/chunks/ListItemTail.module-96x050E6.js +0 -12
- package/chunks/ListMasterFooter.module-QCC2uvr7.js +0 -10
- package/chunks/ModalWindow.module-D3XZrRCV.js +0 -17
- package/chunks/Notification.module-MWvLXIRM.js +0 -20
- package/chunks/Overlay.module-nAMUorJ1.js +0 -18
- package/chunks/Page.module-BDTFNqSr.js +0 -11
- package/chunks/SMSField.module-Dt8sZq_D.js +0 -16
- package/chunks/SliderExtendedMarks.module-BIprSBVE.js +0 -15
- package/chunks/StatusTracker.module-GZp9BaaE.js +0 -24
- package/chunks/TableFooter.module-C1wbovyw.js +0 -14
- package/chunks/TabsExtended.module-DATvYZNn.js +0 -16
- package/chunks/TabsLine.module-O3-2VgYL.js +0 -21
- package/chunks/TooltipDesktop.module-COHJz2TY.js +0 -19
- package/chunks/TreeView.module-Cxj4qOdA.js +0 -9
- package/chunks/utils-Dwhaig77.js +0 -24
- package/chunks/utils-mJogbZdW.js +0 -73
- package/components/Table/TabsLinePanel.js +0 -12
- package/components/Table/TabsLinePanelLinks.js +0 -26
package/styles/triplex-next.css
CHANGED
|
@@ -1,541 +1,556 @@
|
|
|
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-
|
|
226
|
-
--triplex-next-Chip-
|
|
227
|
-
--triplex-next-Chip-
|
|
228
|
-
--triplex-next-Chip-
|
|
229
|
-
--triplex-next-Chip-
|
|
230
|
-
--triplex-next-Chip-
|
|
231
|
-
--triplex-next-Chip-
|
|
232
|
-
--triplex-next-Chip-
|
|
233
|
-
--triplex-next-Chip-
|
|
234
|
-
--triplex-next-Chip-
|
|
235
|
-
--triplex-next-Chip-
|
|
236
|
-
--triplex-next-Chip-
|
|
237
|
-
--triplex-next-Chip-
|
|
238
|
-
--triplex-next-Chip-
|
|
239
|
-
--triplex-next-Chip-
|
|
240
|
-
--triplex-next-Chip-
|
|
241
|
-
--triplex-next-
|
|
242
|
-
--triplex-next-
|
|
243
|
-
--triplex-next-
|
|
244
|
-
--triplex-next-
|
|
245
|
-
--triplex-next-
|
|
246
|
-
--triplex-next-
|
|
247
|
-
--triplex-next-
|
|
248
|
-
--triplex-next-DropdownList-
|
|
249
|
-
--triplex-next-DropdownList-
|
|
250
|
-
--triplex-next-
|
|
251
|
-
--triplex-next-
|
|
252
|
-
--triplex-next-DropdownMobile-
|
|
253
|
-
--triplex-next-DropdownMobile-
|
|
254
|
-
--triplex-next-DropdownMobile-
|
|
255
|
-
--triplex-next-
|
|
256
|
-
--triplex-next-
|
|
257
|
-
--triplex-next-
|
|
258
|
-
--triplex-next-
|
|
259
|
-
--triplex-next-
|
|
260
|
-
--triplex-next-FormField-
|
|
261
|
-
--triplex-next-FormField-
|
|
262
|
-
--triplex-next-FormField-
|
|
263
|
-
--triplex-next-FormField-
|
|
264
|
-
--triplex-next-FormField-
|
|
265
|
-
--triplex-next-FormField-
|
|
266
|
-
--triplex-next-FormField-
|
|
267
|
-
--triplex-next-FormField-
|
|
268
|
-
--triplex-next-FormField-
|
|
269
|
-
--triplex-next-FormField-
|
|
270
|
-
--triplex-next-FormField-
|
|
271
|
-
--triplex-next-FormField-
|
|
272
|
-
--triplex-next-FormField-
|
|
273
|
-
--triplex-next-FormField-
|
|
274
|
-
--triplex-next-FormField-
|
|
275
|
-
--triplex-next-FormField-
|
|
276
|
-
--triplex-next-FormField-
|
|
277
|
-
--triplex-next-FormField-
|
|
278
|
-
--triplex-next-
|
|
279
|
-
--triplex-next-
|
|
280
|
-
--triplex-next-
|
|
281
|
-
--triplex-next-Island-
|
|
282
|
-
--triplex-next-Island-
|
|
283
|
-
--triplex-next-Island-
|
|
284
|
-
--triplex-next-Island-
|
|
285
|
-
--triplex-next-
|
|
286
|
-
--triplex-next-
|
|
287
|
-
--triplex-next-IslandAccordion-
|
|
288
|
-
--triplex-next-IslandAccordion-
|
|
289
|
-
--triplex-next-
|
|
290
|
-
--triplex-next-
|
|
291
|
-
--triplex-next-
|
|
292
|
-
--triplex-next-
|
|
293
|
-
--triplex-next-
|
|
294
|
-
--triplex-next-
|
|
295
|
-
--triplex-next-
|
|
296
|
-
--triplex-next-
|
|
297
|
-
--triplex-next-
|
|
298
|
-
--triplex-next-
|
|
299
|
-
--triplex-next-
|
|
300
|
-
--triplex-next-
|
|
301
|
-
--triplex-next-
|
|
302
|
-
--triplex-next-
|
|
303
|
-
--triplex-next-
|
|
304
|
-
--triplex-next-
|
|
305
|
-
--triplex-next-
|
|
306
|
-
--triplex-next-
|
|
307
|
-
--triplex-next-
|
|
308
|
-
--triplex-next-
|
|
309
|
-
--triplex-next-
|
|
310
|
-
--triplex-next-
|
|
311
|
-
--triplex-next-
|
|
312
|
-
--triplex-next-
|
|
313
|
-
--triplex-next-
|
|
314
|
-
--triplex-next-
|
|
315
|
-
--triplex-next-
|
|
316
|
-
--triplex-next-
|
|
317
|
-
--triplex-next-
|
|
318
|
-
--triplex-next-
|
|
319
|
-
--triplex-next-
|
|
320
|
-
--triplex-next-
|
|
321
|
-
--triplex-next-
|
|
322
|
-
--triplex-next-
|
|
323
|
-
--triplex-next-
|
|
324
|
-
--triplex-next-
|
|
325
|
-
--triplex-next-
|
|
326
|
-
--triplex-next-
|
|
327
|
-
--triplex-next-
|
|
328
|
-
--triplex-next-
|
|
329
|
-
--triplex-next-
|
|
330
|
-
--triplex-next-
|
|
331
|
-
--triplex-next-
|
|
332
|
-
--triplex-next-
|
|
333
|
-
--triplex-next-
|
|
334
|
-
--triplex-next-
|
|
335
|
-
--triplex-next-
|
|
336
|
-
--triplex-next-
|
|
337
|
-
--triplex-next-
|
|
338
|
-
--triplex-next-
|
|
339
|
-
--triplex-next-
|
|
340
|
-
--triplex-next-
|
|
341
|
-
--triplex-next-
|
|
342
|
-
--triplex-next-
|
|
343
|
-
--triplex-next-
|
|
344
|
-
--triplex-next-
|
|
345
|
-
--triplex-next-
|
|
346
|
-
--triplex-next-
|
|
347
|
-
--triplex-next-
|
|
348
|
-
--triplex-next-
|
|
349
|
-
--triplex-next-
|
|
350
|
-
--triplex-next-
|
|
351
|
-
--triplex-next-
|
|
352
|
-
--triplex-next-
|
|
353
|
-
--triplex-next-
|
|
354
|
-
--triplex-next-
|
|
355
|
-
--triplex-next-
|
|
356
|
-
--triplex-next-
|
|
357
|
-
--triplex-next-
|
|
358
|
-
--triplex-next-
|
|
359
|
-
--triplex-next-
|
|
360
|
-
--triplex-next-
|
|
361
|
-
--triplex-next-
|
|
362
|
-
--triplex-next-
|
|
363
|
-
--triplex-next-
|
|
364
|
-
--triplex-next-
|
|
365
|
-
--triplex-next-
|
|
366
|
-
--triplex-next-
|
|
367
|
-
--triplex-next-
|
|
368
|
-
--triplex-next-
|
|
369
|
-
--triplex-next-SegmentedControlSegment-
|
|
370
|
-
--triplex-next-SegmentedControlSegment-
|
|
371
|
-
--triplex-next-SegmentedControlSegment-
|
|
372
|
-
--triplex-next-SegmentedControlSegment-
|
|
373
|
-
--triplex-next-SegmentedControlSegment-
|
|
374
|
-
--triplex-next-SegmentedControlSegment-
|
|
375
|
-
--triplex-next-SegmentedControlSegment-
|
|
376
|
-
--triplex-next-SegmentedControlSegment-
|
|
377
|
-
--triplex-next-SegmentedControlSegment-
|
|
378
|
-
--triplex-next-SegmentedControlSegment-
|
|
379
|
-
--triplex-next-SegmentedControlSegment-
|
|
380
|
-
--triplex-next-SegmentedControlSegment-
|
|
381
|
-
--triplex-next-SegmentedControlSegment-
|
|
382
|
-
--triplex-next-SegmentedControlSegment-
|
|
383
|
-
--triplex-next-SegmentedControlSegment-
|
|
384
|
-
--triplex-next-SegmentedControlSegment-
|
|
385
|
-
--triplex-next-SegmentedControlSegment-
|
|
386
|
-
--triplex-next-SegmentedControlSegment-
|
|
387
|
-
--triplex-next-SegmentedControlSegment-
|
|
388
|
-
--triplex-next-SegmentedControlSegment-
|
|
389
|
-
--triplex-next-SegmentedControlSegment-
|
|
390
|
-
--triplex-next-SegmentedControlSegment-
|
|
391
|
-
--triplex-next-SegmentedControlSegment-
|
|
392
|
-
--triplex-next-SegmentedControlSegment-
|
|
393
|
-
--triplex-next-SegmentedControlSegment-
|
|
394
|
-
--triplex-next-SegmentedControlSegment-
|
|
395
|
-
--triplex-next-SegmentedControlSegment-
|
|
396
|
-
--triplex-next-SegmentedControlSegment-
|
|
397
|
-
--triplex-next-SegmentedControlSegment-
|
|
398
|
-
--triplex-next-SegmentedControlSegment-
|
|
399
|
-
--triplex-next-SegmentedControlSegment-
|
|
400
|
-
--triplex-next-SegmentedControlSegment-
|
|
401
|
-
--triplex-next-SegmentedControlSegment-
|
|
402
|
-
--triplex-next-SegmentedControlSegment-
|
|
403
|
-
--triplex-next-SegmentedControlSegment-
|
|
404
|
-
--triplex-next-
|
|
405
|
-
--triplex-next-
|
|
406
|
-
--triplex-next-
|
|
407
|
-
--triplex-next-
|
|
408
|
-
--triplex-next-
|
|
409
|
-
--triplex-next-
|
|
410
|
-
--triplex-next-
|
|
411
|
-
--triplex-next-
|
|
412
|
-
--triplex-next-
|
|
413
|
-
--triplex-next-
|
|
414
|
-
--triplex-next-
|
|
415
|
-
--triplex-next-
|
|
416
|
-
--triplex-next-
|
|
417
|
-
--triplex-next-
|
|
418
|
-
--triplex-next-
|
|
419
|
-
--triplex-next-
|
|
420
|
-
--triplex-next-
|
|
421
|
-
--triplex-next-
|
|
422
|
-
--triplex-next-
|
|
423
|
-
--triplex-next-
|
|
424
|
-
--triplex-next-
|
|
425
|
-
--triplex-next-
|
|
426
|
-
--triplex-next-
|
|
427
|
-
--triplex-next-
|
|
428
|
-
--triplex-next-
|
|
429
|
-
--triplex-next-
|
|
430
|
-
--triplex-next-
|
|
431
|
-
--triplex-next-
|
|
432
|
-
--triplex-next-
|
|
433
|
-
--triplex-next-Slider-
|
|
434
|
-
--triplex-next-Slider-
|
|
435
|
-
--triplex-next-
|
|
436
|
-
--triplex-next-
|
|
437
|
-
--triplex-next-
|
|
438
|
-
--triplex-next-
|
|
439
|
-
--triplex-next-
|
|
440
|
-
--triplex-next-
|
|
441
|
-
--triplex-next-
|
|
442
|
-
--triplex-next-
|
|
443
|
-
--triplex-next-
|
|
444
|
-
--triplex-next-
|
|
445
|
-
--triplex-next-
|
|
446
|
-
--triplex-next-
|
|
447
|
-
--triplex-next-
|
|
448
|
-
--triplex-next-
|
|
449
|
-
--triplex-next-
|
|
450
|
-
--triplex-next-
|
|
451
|
-
--triplex-next-
|
|
452
|
-
--triplex-next-
|
|
453
|
-
--triplex-next-
|
|
454
|
-
--triplex-next-
|
|
455
|
-
--triplex-next-
|
|
456
|
-
--triplex-next-
|
|
457
|
-
--triplex-next-
|
|
458
|
-
--triplex-next-
|
|
459
|
-
--triplex-next-
|
|
460
|
-
--triplex-next-
|
|
461
|
-
--triplex-next-
|
|
462
|
-
--triplex-next-
|
|
463
|
-
--triplex-next-
|
|
464
|
-
--triplex-next-
|
|
465
|
-
--triplex-next-
|
|
466
|
-
--triplex-next-
|
|
467
|
-
--triplex-next-
|
|
468
|
-
--triplex-next-
|
|
469
|
-
--triplex-next-
|
|
470
|
-
--triplex-next-
|
|
471
|
-
--triplex-next-Stepper-
|
|
472
|
-
--triplex-next-
|
|
473
|
-
--triplex-next-
|
|
474
|
-
--triplex-next-
|
|
475
|
-
--triplex-next-
|
|
476
|
-
--triplex-next-
|
|
477
|
-
--triplex-next-
|
|
478
|
-
--triplex-next-
|
|
479
|
-
--triplex-next-
|
|
480
|
-
--triplex-next-
|
|
481
|
-
--triplex-next-
|
|
482
|
-
--triplex-next-
|
|
483
|
-
--triplex-next-
|
|
484
|
-
--triplex-next-
|
|
485
|
-
--triplex-next-
|
|
486
|
-
--triplex-next-
|
|
487
|
-
--triplex-next-
|
|
488
|
-
--triplex-next-
|
|
489
|
-
--triplex-next-
|
|
490
|
-
--triplex-next-
|
|
491
|
-
--triplex-next-
|
|
492
|
-
--triplex-next-
|
|
493
|
-
--triplex-next-
|
|
494
|
-
--triplex-next-
|
|
495
|
-
--triplex-next-
|
|
496
|
-
--triplex-next-
|
|
497
|
-
--triplex-next-
|
|
498
|
-
--triplex-next-
|
|
499
|
-
--triplex-next-
|
|
500
|
-
--triplex-next-
|
|
501
|
-
--triplex-next-
|
|
502
|
-
--triplex-next-
|
|
503
|
-
--triplex-next-
|
|
504
|
-
--triplex-next-
|
|
505
|
-
--triplex-next-
|
|
506
|
-
--triplex-next-
|
|
507
|
-
--triplex-next-
|
|
508
|
-
--triplex-next-
|
|
509
|
-
--triplex-next-
|
|
510
|
-
--triplex-next-
|
|
511
|
-
--triplex-next-
|
|
512
|
-
--triplex-next-
|
|
513
|
-
--triplex-next-
|
|
514
|
-
--triplex-next-
|
|
515
|
-
--triplex-next-
|
|
516
|
-
--triplex-next-
|
|
517
|
-
--triplex-next-
|
|
518
|
-
--triplex-next-
|
|
519
|
-
--triplex-next-
|
|
520
|
-
--triplex-next-
|
|
521
|
-
--triplex-next-
|
|
522
|
-
--triplex-next-
|
|
523
|
-
--triplex-next-
|
|
524
|
-
--triplex-next-
|
|
525
|
-
--triplex-next-
|
|
526
|
-
--triplex-next-
|
|
527
|
-
--triplex-next-
|
|
528
|
-
--triplex-next-
|
|
529
|
-
--triplex-next-Typography-
|
|
530
|
-
--triplex-next-Typography-
|
|
531
|
-
--triplex-next-Typography-
|
|
532
|
-
--triplex-next-Typography-
|
|
533
|
-
--triplex-next-Typography-
|
|
534
|
-
--triplex-next-Typography-
|
|
535
|
-
--triplex-next-Typography-
|
|
536
|
-
--triplex-next-
|
|
537
|
-
--triplex-next-
|
|
538
|
-
--triplex-next-
|
|
539
|
-
--triplex-next-
|
|
540
|
-
--triplex-next-
|
|
541
|
-
.underline__7cc1dfdd{text-decoration:underline}.strikethrough__cad462bf{text-decoration:line-through}.underlineStrikethrough__df21380c{text-decoration:underline line-through}.typography__3d460d9e.primary__5b207f8f{color:var(--triplex-next-Typography-Primary_Color-0-30-0)}.typography__3d460d9e.primaryInvert__0e290473{color:var(--triplex-next-Typography-PrimaryInvert_Color-0-30-0)}.typography__3d460d9e.complementary__3787fe77{color:var(--triplex-next-Typography-Complementary_Color-0-30-0)}.typography__3d460d9e.complementaryInvert__c8b04c81{color:var(--triplex-next-Typography-ComplementaryInvert_Color-0-30-0)}.typography__3d460d9e.secondary__5ef4d314{color:var(--triplex-next-Typography-Secondary_Color-0-30-0)}.typography__3d460d9e.secondaryInvert__9c52124b{color:var(--triplex-next-Typography-SecondaryInvert_Color-0-30-0)}.typography__3d460d9e.tertiary__3dbf15d4{color:var(--triplex-next-Typography-Tertiary_Color-0-30-0)}.typography__3d460d9e.tertiaryInvert__fcf69f96{color:var(--triplex-next-Typography-TertiaryInvert_Color-0-30-0)}.typography__3d460d9e.disabled__9877072b{color:var(--triplex-next-Typography-Disabled_Color-0-30-0)}.typography__3d460d9e.disabledInvert__050916fb{color:var(--triplex-next-Typography-DisabledInvert_Color-0-30-0)}.typography__3d460d9e.brand__59337ba3{color:var(--triplex-next-Typography-Brand_Color-0-30-0);-webkit-user-select:none;user-select:none}.typography__3d460d9e.brandInvert__fc6d5ae3{color:var(--triplex-next-Typography-BrandInvert_Color-0-30-0)}.typography__3d460d9e.info__4939fa2b{color:var(--triplex-next-Typography-Info_Color-0-30-0)}.typography__3d460d9e.infoInvert__1d6cc7ad{color:var(--triplex-next-Typography-InfoInvert_Color-0-30-0)}.typography__3d460d9e.success__467bb417{color:var(--triplex-next-Typography-Success_Color-0-30-0)}.typography__3d460d9e.successInvert__f90d8d1d{color:var(--triplex-next-Typography-SuccessInvert_Color-0-30-0)}.typography__3d460d9e.error__7fa87988{color:var(--triplex-next-Typography-Error_Color-0-30-0)}.typography__3d460d9e.errorInvert__3a35773c{color:var(--triplex-next-Typography-ErrorInvert_Color-0-30-0)}.typography__3d460d9e.warning__44d0f87d{color:var(--triplex-next-Typography-Warning_Color-0-30-0)}.typography__3d460d9e.warningInvert__e172f82b{color:var(--triplex-next-Typography-WarningInvert_Color-0-30-0)}.typography__3d460d9e.system__f84ba9dc{color:var(--triplex-next-Typography-System_Color-0-30-0)}.typography__3d460d9e.systemInvert__67cd000a{color:var(--triplex-next-Typography-SystemInvert_Color-0-30-0)}.typography__3d460d9e.compact__2f2c000d{line-height:calc(16 / 14)}.caption__a2862e98.regular__eea5675c{font-family:SBSansText,Arial,sans-serif}.caption__a2862e98.semibold__6deb3387{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.c1__260bb6e6{font-size:10px;line-height:12px}.c2__817cada0{font-size:8px;line-height:10px}.d1__bcc5de89{font-size:32px;line-height:40px}.d1__bcc5de89.regular__eea5675c{font-family:SBSansDisplay,Arial,sans-serif}.d1__bcc5de89.semibold__6deb3387{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.codeText__b0b2fdeb{font-family:SBSansTextMono,Arial,monospace;font-size:14px;line-height:20px;font-weight:400}.text__81bf4099{outline:none}.text__81bf4099.regular__eea5675c{font-family:SBSansText,Arial,sans-serif}.text__81bf4099.semibold__6deb3387{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.b1__c359b9ee{font-size:18px;line-height:24px}.b2__4d315338{font-size:16px;line-height:20px}.b3__ab14fb84{font-size:14px;line-height:20px}.b3__ab14fb84.compact__2f2c000d{line-height:16px}.b4__10532228{font-size:12px;line-height:16px}.title__3f381ff2{outline:none}.title__3f381ff2.regular__eea5675c{font-family:SBSansDisplay,Arial,sans-serif;font-weight:400}.title__3f381ff2.semibold__6deb3387{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.title__3f381ff2.medium__97b9ee75{font-family:SBSansDisplayMedium,Arial,sans-serif;font-weight:500}.title__3f381ff2.bold__5a0602c3{font-family:SBSansDisplayBold,Arial,sans-serif;font-weight:700}.h1__7ad8ac79,.h2__17f01646,.h3__4f2bb44e{margin:0}.h1__7ad8ac79{font-size:28px;line-height:36px}.h2__17f01646{font-size:24px;line-height:32px}.h3__4f2bb44e{font-size:20px;line-height:28px}.formFieldInput__73ae3f8c{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-30-0)}.formFieldInput__73ae3f8c.sm__e47ada85{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__73ae3f8c.md__c943e3eb{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__73ae3f8c.lg__e66758b5{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldInput__73ae3f8c:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-30-0)}.formFieldInput__73ae3f8c::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-30-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__73ae3f8c:focus{outline:none}.formFieldInput__73ae3f8c:focus::placeholder{opacity:1}.formFieldInput__73ae3f8c:-webkit-autofill{animation-name:autofill-applied-hook__9bda6a8b;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__73ae3f8c:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__60395466;animation-duration:1ms}.disableInteraction__715a679c{pointer-events:none}.displayContents__2c9c2ea2{display:contents}.buttonIcon__f69896c6{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__f69896c6:enabled{cursor:pointer}.buttonIcon__f69896c6.circle__5dd371d8{border-radius:50%}.buttonIcon__f69896c6.squircle__619e765c{border-radius:4px}.buttonIcon__f69896c6:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-0-30-0)}.formFieldClear__3e1cc67c{visibility:hidden;opacity:0;transition:visibility,opacity;transition-duration:.3s;pointer-events:none}.formFieldClear__3e1cc67c:focus{visibility:visible;opacity:1;pointer-events:auto}.formFieldCounter__243659a6{padding-left:4px;margin-left:auto}.formFieldDescription__ba1dbe41{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__ba1dbe41.withCounter__7c28acec{display:flex}.formFieldLabel__28e8d603{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__28e8d603.sm__e47ada85{top:6px}.formFieldLabel__28e8d603.md__c943e3eb{top:10px}.formFieldLabel__28e8d603.lg__e66758b5{top:18px}.formFieldLabel__28e8d603.lg__e66758b5.floating__67418690{top:10px}.formFieldLabelText__b5539c45{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-0-30-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__e47ada85 .formFieldLabelText__b5539c45{font-size:12px;line-height:16px}.md__c943e3eb .formFieldLabelText__b5539c45{font-size:14px;line-height:20px}.lg__e66758b5 .formFieldLabelText__b5539c45{font-size:16px;line-height:20px}.floating__67418690 .formFieldLabelText__b5539c45{font-size:12px;line-height:16px}.floating__67418690.sm__e47ada85 .formFieldLabelText__b5539c45,.floating__67418690.md__c943e3eb .formFieldLabelText__b5539c45{display:none}.disabled__38a93b45 .formFieldLabelText__b5539c45{color:var(--triplex-next-FormField-Label_Color_Disabled-0-30-0)}.formFieldMaskedInputWrapper__037f5f86{position:relative}.formFieldMaskedInputWrapper__037f5f86 .formFieldMaskedInputPlaceholder__6cc6d8c5{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__037f5f86 .formFieldMaskedInputPlaceholder__6cc6d8c5::placeholder{opacity:1}.formFieldMaskedInputWrapper__037f5f86 .formFieldMaskedInputPlaceholder__6cc6d8c5:disabled{visibility:hidden}.formFieldMaskedInputWrapper__037f5f86.size-sm__09adfaef{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__037f5f86.size-sm__09adfaef .formFieldMaskedInputPlaceholder__6cc6d8c5{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__037f5f86.size-md__e5962647{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__037f5f86.size-md__e5962647 .formFieldMaskedInputPlaceholder__6cc6d8c5{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__037f5f86.size-lg__c404018e{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__037f5f86.size-lg__c404018e .formFieldMaskedInputPlaceholder__6cc6d8c5{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__037f5f86 .formFieldMaskedInput__02668ad3{display:block;position:relative;background:none!important}.formFieldPostfix__3266226f{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__fa176879{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldTarget__6a88c343{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-0-30-0);overflow:hidden;white-space:nowrap}.formFieldTarget__6a88c343.sm__e47ada85{font-size:12px;height:28px;line-height:16px}.formFieldTarget__6a88c343.md__c943e3eb{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__6a88c343.lg__e66758b5{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__6a88c343.placeholder__6f67592c{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-0-30-0)}.formFieldTarget__6a88c343.disabled__38a93b45{color:var(--triplex-next-FormField-Target_Color_Disabled-0-30-0)}.formFieldTarget__6a88c343 .placeholderWrapper__056999d0{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__6a88c343:focus{outline:none}.formFieldTarget__6a88c343:focus .placeholderWrapper__056999d0,.formFieldTarget__6a88c343.active__c19ce769 .placeholderWrapper__056999d0{opacity:1}.formFieldTextarea__0c470507{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-0-30-0);vertical-align:top;font-family:inherit}.formFieldTextarea__0c470507.sm__e47ada85{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__0c470507.md__c943e3eb{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__0c470507.lg__e66758b5{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__0c470507::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-30-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__0c470507:focus{outline:none}.formFieldTextarea__0c470507:focus::placeholder{opacity:1}.formFieldTextarea__0c470507:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-30-0)}.formFieldTextarea__0c470507:-webkit-autofill{animation-name:autofill-applied-hook__9bda6a8b;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldTextarea__0c470507:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__60395466;animation-duration:1ms}@keyframes autofill-applied-hook__9bda6a8b{0%{transform:none}}@keyframes autofill-cancelled-hook__60395466{0%{transform:none}}.formField__be7472b5{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__be7472b5.sm__e47ada85{border-radius:6px}.formField__be7472b5.md__c943e3eb{border-radius:8px}.formField__be7472b5.lg__e66758b5{border-radius:10px}.formField__be7472b5.default__aefabcc2{background:var(--triplex-next-FormField-Background_Default-0-30-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-0-30-0)}.formField__be7472b5:hover{background:var(--triplex-next-FormField-Background_Hover-0-30-0)}.formField__be7472b5.active__c19ce769{background:var(--triplex-next-FormField-Background_Active-0-30-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-0-30-0)}.formField__be7472b5.active__c19ce769 .formFieldInput__73ae3f8c::placeholder,.formField__be7472b5.active__c19ce769 .formFieldTextarea__0c470507::placeholder{opacity:1}.formField__be7472b5.disabled__38a93b45{background:var(--triplex-next-FormField-Background_Disabled-0-30-0)}.formField__be7472b5.error__8aab1a54{background:var(--triplex-next-FormField-Background_Error-0-30-0)}.formField__be7472b5.error__8aab1a54:hover{background:var(--triplex-next-FormField-Background_Error_Hover-0-30-0)}.formField__be7472b5.error__8aab1a54.active__c19ce769{background:var(--triplex-next-FormField-Background_Error-0-30-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-0-30-0)}.formField__be7472b5.warning__4da5793b{background:var(--triplex-next-FormField-Background_Warning-0-30-0)}.formField__be7472b5.warning__4da5793b:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-0-30-0)}.formField__be7472b5.warning__4da5793b.active__c19ce769{background:var(--triplex-next-FormField-Background_Warning-0-30-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-0-30-0)}.formField__be7472b5.filled__6e5e7592:not(.disabled__38a93b45):hover .formFieldClear__3e1cc67c,.formField__be7472b5.filled__6e5e7592:not(.disabled__38a93b45).active__c19ce769 .formFieldClear__3e1cc67c{visibility:visible;opacity:1;pointer-events:auto}.dropdownDesktop__3262638e{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-0-30-0);background-color:var(--triplex-next-Dropdown-Background-0-30-0)}.dropdownDesktop__3262638e.sm__08cddcf9{border-radius:6px}.dropdownDesktop__3262638e.md__b3573340{border-radius:8px}.dropdownDesktop__3262638e.lg__dda51b8b{border-radius:10px}.dropdownDesktopOverflowHidden__8226def9{overflow:hidden}.badgeDot__10a12cc4{display:inline-block;background:var(--triplex-next-Badge-Background-0-30-0);border-radius:50%}.badgeDot__10a12cc4.sm__5c02c136{width:6px;height:6px}.badgeDot__10a12cc4.md__6f2c91cb{width:8px;height:8px}.badgeDot__10a12cc4.lg__e867ea69{width:10px;height:10px}.badgeContent__8500c480{display:flex}.badgeContent__8500c480.sm__5c02c136{padding-left:4px;padding-right:4px}.badgeContent__8500c480.md__6f2c91cb{padding-left:6px;padding-right:6px}.badgeContent__8500c480.lg__e867ea69{padding-left:8px;padding-right:8px}.badgeContent__8500c480.noPaddingLeft__f0287a11{padding-left:0}.badgeContent__8500c480.noPaddingRight__e345699c{padding-right:0}.badgePrefix__e33baff3,.badgePostfix__cd479cbb{display:contents}.badge__4f1ca359{display:inline-flex;align-items:center;justify-content:center;position:relative;width:fit-content;white-space:nowrap;background:var(--triplex-next-Badge-Background-0-30-0)}.badge__4f1ca359.sm__5c02c136{height:16px;border-radius:4px}.badge__4f1ca359.md__6f2c91cb{height:20px;border-radius:6px}.badge__4f1ca359.lg__e867ea69{height:24px;border-radius:8px}.dropdownDesktopList__16f04556{margin:4px;overflow:auto}.dropdownDesktopList__16f04556 .notificationIcon__3ec48b1b{position:absolute}.dropdownDesktopList__16f04556.sm__08cddcf9{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__16f04556.sm__08cddcf9 .dropdownDesktopListItem__b15d36ac{padding:6px 8px;border-radius:6px}.dropdownDesktopList__16f04556.sm__08cddcf9 .dropdownDesktopListLoader__33b52c04{margin:0 auto}.dropdownDesktopList__16f04556.sm__08cddcf9 .notificationIcon__3ec48b1b{right:3px;top:3px}.dropdownDesktopList__16f04556.md__b3573340{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__16f04556.md__b3573340 .dropdownDesktopListItem__b15d36ac{padding:7px 8px;border-radius:8px}.dropdownDesktopList__16f04556.md__b3573340 .dropdownDesktopListLoader__33b52c04{margin:-2px auto}.dropdownDesktopList__16f04556.md__b3573340 .notificationIcon__3ec48b1b{right:4px;top:4px}.dropdownDesktopList__16f04556.lg__dda51b8b{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__16f04556.lg__dda51b8b .dropdownDesktopListItem__b15d36ac{padding:14px 8px;border-radius:10px}.dropdownDesktopList__16f04556.lg__dda51b8b .dropdownDesktopListLoader__33b52c04{margin:-6px auto}.dropdownDesktopList__16f04556.lg__dda51b8b .notificationIcon__3ec48b1b{right:4px;top:6px}.dropdownDesktopListItem__b15d36ac{color:var(--triplex-next-DropdownList-Color-0-30-0);background:var(--triplex-next-DropdownList-Background_Default-0-30-0);position:relative;outline:none}.dropdownDesktopListItem__b15d36ac+.dropdownDesktopListItem__b15d36ac{margin-top:2px}.dropdownDesktopListItem__b15d36ac.active__171062ee{background:var(--triplex-next-DropdownList-Background_Active-0-30-0);cursor:pointer}.dropdownDesktopListItem__b15d36ac.selected__56bd303e{background:var(--triplex-next-DropdownList-Background_Selected-0-30-0);cursor:default}.loaderSmall__153f1c08{display:flex;justify-content:center;align-items:center}.loaderSmall__153f1c08.sm__1861d42c{width:16px;height:16px;gap:2px}.loaderSmall__153f1c08.sm__1861d42c .dot__36482074{width:4px;height:4px}.loaderSmall__153f1c08.md__c5886896{width:24px;height:24px;gap:3px}.loaderSmall__153f1c08.md__c5886896 .dot__36482074{width:6px;height:6px}.loaderSmall__153f1c08.lg__41a89275{width:32px;height:32px;gap:4px}.loaderSmall__153f1c08.lg__41a89275 .dot__36482074{width:8px;height:8px}.loaderSmall__153f1c08.neutral__f5e2ada4 .dot__36482074{background-color:var(--triplex-next-Loader-Element_Background_Neutral-0-30-0)}.loaderSmall__153f1c08.brand__d0e500a7 .dot__36482074{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-30-0)}.loaderSmall__153f1c08 .dot__36482074{border-radius:50%}.loaderSmall__153f1c08 .dot1__4008b81b{animation:dotCycleSmall__e4bbb50f .9s infinite}.loaderSmall__153f1c08 .dot2__365ee539{animation:dotCycleSmall__e4bbb50f .9s infinite .15s}.loaderSmall__153f1c08 .dot3__7dec79c3{animation:dotCycleSmall__e4bbb50f .9s infinite .3s}@keyframes dotCycleSmall__e4bbb50f{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__0c097893{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-0-30-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__edd0532b{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__edd0532b .dot__36482074{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-0-30-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__edd0532b .dot1__4008b81b{top:0;left:0;animation:dotCycleMiddle__0647e54b 3s infinite}.loaderMiddleDots__edd0532b .dot2__365ee539{right:0;top:0;opacity:.7;animation:dotCycleMiddle__0647e54b 3s infinite .74s}.loaderMiddleDots__edd0532b .dot3__7dec79c3{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__0647e54b 3s infinite 1.5s}.loaderMiddleDots__edd0532b .dot4__8b28e8ae{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__0647e54b 3s infinite 2.25s}.loaderMiddleDots__edd0532b .line__9cbd0e3e{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-30-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__7c9ac111 3s infinite}@keyframes lineCycle__7c9ac111{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__0647e54b{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__dc63f34f{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__b3ade0b6{background:var(--triplex-next-DropdownMobile-Backdrop-0-30-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__b3ade0b6.closing__eb2091e6{opacity:0}.dropdownMobileBackdrop__b3ade0b6.opening__ca04b0ce,.dropdownMobileBackdrop__b3ade0b6.opened__67645405{opacity:var(--triplex-DropdownMobile-Opacity-0-30-0)}.dropdownMobile__562bf59a{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__562bf59a.closing__eb2091e6{transform:translateY(100%)}.dropdownMobile__562bf59a.opening__ca04b0ce,.dropdownMobile__562bf59a.opened__67645405{transform:translateY(0)}.dropdownMobileHeader__022a20eb{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-0-30-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__022a20eb .dropdownMobileHeaderContent__89ade8ba{display:flex;flex-grow:1;min-width:0;margin-right:12px;min-height:20px}.dropdownMobileContent__c6d638a9{background:var(--triplex-next-DropdownMobile-Content_Background-0-30-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__f01c5393{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-0-30-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-0-30-0);flex-shrink:1}.dropdownMobileListItem__eb8a5121{position:relative;padding:16px}.dropdownMobileListItem__eb8a5121.selected__56bd303e{background:var(--triplex-next-DropdownMobileList-Selected_Background-0-30-0)}.dropdownMobileListItem__eb8a5121:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-0-30-0)}.dropdownMobileBodyOverflow__22d5d245{overflow:hidden}.controlButtons__9507e9e3{display:flex}.dropdownMobileLoader__56e0085d{margin-right:8px}.dropdownMobileListLoader__8a0c87f0{display:flex;justify-content:center;align-items:center;padding:16px}.notificationIcon__3ec48b1b{position:absolute;right:6px;top:6px}.dropdownMobileInput__65b3126e{width:100%;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input_Color_Default-0-30-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__65b3126e::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-30-0);opacity:1}.dropdownMobileInput__65b3126e::-ms-clear{display:none}.tabsLineWrapper__78661595[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__78661595[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__78661595[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__78661595[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__78661595{position:relative}.tabsLineWrapper__78661595.withSeparator__e40180c4:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-0-30-0);bottom:0;left:0;right:0}.tabsLine__eaf205b4{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__eaf205b4:has(.sm__21c33761){height:28px}.tabsLine__eaf205b4:has(.md__1ad2f6c0){height:40px}.tabsLine__eaf205b4:has(.lg__8ac06fba){height:56px}.tab__141b11e1{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__141b11e1.sm__21c33761{height:28px;padding-bottom:12px}.tab__141b11e1.md__1ad2f6c0{height:40px;padding-top:8px;padding-bottom:12px}.tab__141b11e1.lg__8ac06fba{height:56px;padding-top:16px;padding-bottom:20px}.tab__141b11e1::-moz-focus-inner{border:none;padding:0}.tab__141b11e1:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-0-30-0)}.tab__141b11e1.active__0eaaf4c6{cursor:default}.tab__141b11e1: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__141b11e1:hover:after,.tab__141b11e1:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-0-30-0)}.tab__141b11e1.active__0eaaf4c6:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-0-30-0)}.notificationIcon__a907f92b{position:absolute;right:6px}.sm__21c33761 .notificationIcon__a907f92b{top:0}.md__1ad2f6c0 .notificationIcon__a907f92b{top:8px}.lg__8ac06fba .notificationIcon__a907f92b{top:16px}.tabsLineDropdown__bcd363e1{display:inline-block}.tabsLineDropdown__bcd363e1 .dropdownTarget__72bc679d.active__0eaaf4c6{cursor:pointer}.tabsLineDropdown__bcd363e1 .dropdownTargetInner__d24000ae{display:inline-flex;align-items:center}.tabsLineDropdown__bcd363e1 .dropdownTargetCaret__fe24f895{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__bcd363e1 .dropdownTargetCaret__fe24f895.opened__0070b620{transform:rotate(-180deg)}.tabsLineDropdown__bcd363e1 .dropdown__2dd1f727{right:0;padding:4px}.tabsLineMobileWrapper__986df42e{position:relative}.tabsLineMobileWrapper__986df42e .tab__141b11e1{flex-shrink:0}.tabsLineMobileWrapper__986df42e .tab__141b11e1:first-child{margin-left:16px}.tabsLineMobileWrapper__986df42e .tab__141b11e1:last-child{margin-right:16px}.tabsLineMobile__2c239936{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__2c239936::-webkit-scrollbar{display:none}.label__03b009a9{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__03b009a9.sm__d28eddba{min-width:16px;min-height:16px}.label__03b009a9.sm__d28eddba.nonempty__c0d4ae19{padding:2px 0 2px 24px}.label__03b009a9.md__94e78f5a{min-height:24px;min-width:24px}.label__03b009a9.md__94e78f5a.nonempty__c0d4ae19{padding-left:32px;padding-top:2px}.label__03b009a9.lg__8eab4ab8{min-width:28px;min-height:28px}.label__03b009a9.lg__8eab4ab8.nonempty__c0d4ae19{padding-left:40px;padding-top:4px}.label__03b009a9.disabled__1e28008a{cursor:default}.radio__50d19c29{margin:0;opacity:0}.radioIcon__dbcb6c5d{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-0-30-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-0-30-0)}.radioIcon__dbcb6c5d:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-0-30-0);border-radius:50%;transform:scale(0)}.sm__d28eddba .radioIcon__dbcb6c5d:after{width:8px;height:8px;top:4px;left:4px}.md__94e78f5a .radioIcon__dbcb6c5d:after{width:12px;height:12px;top:6px;left:6px}.lg__8eab4ab8 .radioIcon__dbcb6c5d:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__dbcb6c5d,.radioIcon__dbcb6c5d:after{pointer-events:none}.radio__50d19c29,.radioIcon__dbcb6c5d{position:absolute;left:0;top:0}.sm__d28eddba .radio__50d19c29,.sm__d28eddba .radioIcon__dbcb6c5d{width:16px;height:16px;top:2px}.md__94e78f5a .radio__50d19c29,.md__94e78f5a .radioIcon__dbcb6c5d{width:24px;height:24px}.lg__8eab4ab8 .radio__50d19c29,.lg__8eab4ab8 .radioIcon__dbcb6c5d{width:28px;height:28px}.radio__50d19c29:enabled{cursor:pointer}.radio__50d19c29:checked+.radioIcon__dbcb6c5d{background:var(--triplex-next-Radio-Background_Checked_Default-0-30-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-0-30-0)}.radio__50d19c29:checked+.radioIcon__dbcb6c5d:after{transform:scale(1);transition:transform .2s ease-out}.radio__50d19c29:hover+.radioIcon__dbcb6c5d{background-color:var(--triplex-next-Radio-Background_Hover-0-30-0);box-shadow:none}.radio__50d19c29:disabled+.radioIcon__dbcb6c5d{background:var(--triplex-next-Radio-Background_Disabled-0-30-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-0-30-0)}.radio__50d19c29:disabled:checked+.radioIcon__dbcb6c5d{background:var(--triplex-next-Radio-Background_Checked_Disabled-0-30-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-0-30-0)}.radio__50d19c29:disabled+.radioIcon__dbcb6c5d:after{background:var(--triplex-next-Radio-Dot_Disabled-0-30-0)}.radio__50d19c29:focus-visible+.radioIcon__dbcb6c5d{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-0-30-0)}.radio__50d19c29:checked:enabled:hover+.radioIcon__dbcb6c5d{background-color:var(--triplex-next-Radio-Background_Checked_Hover-0-30-0)}.radioXGroup__4249d142{display:inline-flex;flex-flow:row wrap}.radioXGroup__4249d142.indent-12__9addfd74{margin-left:-6px;margin-right:-6px}.radioXGroup__4249d142.indent-12__9addfd74 .label__03b009a9{margin-left:6px;margin-right:6px}.radioXGroup__4249d142.indent-16__9bc006e3{margin-left:-8px;margin-right:-8px}.radioXGroup__4249d142.indent-16__9bc006e3 .label__03b009a9{margin-left:8px;margin-right:8px}.radioXGroup__4249d142.indent-20__7b432c43{margin-left:-10px;margin-right:-10px}.radioXGroup__4249d142.indent-20__7b432c43 .label__03b009a9{margin-left:10px;margin-right:10px}.radioXGroup__4249d142.indent-24__c31ed5be{margin-left:-12px;margin-right:-12px}.radioXGroup__4249d142.indent-24__c31ed5be .label__03b009a9{margin-left:12px;margin-right:12px}.radioXGroup__4249d142.indent-28__c93178ad{margin-left:-14px;margin-right:-14px}.radioXGroup__4249d142.indent-28__c93178ad .label__03b009a9{margin-left:14px;margin-right:14px}.radioXGroup__4249d142.indent-32__5b90f67e{margin-left:-16px;margin-right:-16px}.radioXGroup__4249d142.indent-32__5b90f67e .label__03b009a9{margin-left:16px;margin-right:16px}.radioYGroup__f7614552{display:inline-flex;flex-flow:column wrap}.radioYGroup__f7614552 .label__03b009a9.sm__d28eddba+.label__03b009a9.sm__d28eddba{margin-top:8px}.radioYGroup__f7614552 .label__03b009a9.md__94e78f5a+.label__03b009a9.md__94e78f5a{margin-top:16px}.radioYGroup__f7614552 .label__03b009a9.lg__8eab4ab8+.label__03b009a9.lg__8eab4ab8{margin-top:20px}.notification__4c1cdf8c{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-0-30-0);background:var(--triplex-next-Notification-Background-0-30-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-0-30-0);z-index:300}.notification__4c1cdf8c:first-child{margin-top:0}.notification__4c1cdf8c.extraBottomPadding__cc939bb2{padding-bottom:24px}.notification__4c1cdf8c .notificationHeader__99c1532c{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-0-30-0);width:100%;margin-top:0;margin-bottom:8px}.notification__4c1cdf8c .notificationIcon__48cbdabd{line-height:0}.notification__4c1cdf8c .notificationBody__545814d6{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__4c1cdf8c .notificationBodyList__c61109c6{margin-top:8px}.notification__4c1cdf8c .notificationClose__8c675e34{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__4c1cdf8c.showCloseOnHover__255ffcf8 .notificationClose__8c675e34{opacity:0}.notification__4c1cdf8c.showCloseOnHover__255ffcf8:hover{cursor:pointer}.notification__4c1cdf8c.showCloseOnHover__255ffcf8:hover .notificationClose__8c675e34{opacity:1}.notification__4c1cdf8c .notificationFooter__649cf164{display:flex;align-items:center;margin-top:16px}.notification__4c1cdf8c .notificationFooter__649cf164 button+a{margin-left:16px}.notification__4c1cdf8c .notificationTime__dc44c804{font-size:12px;color:var(--triplex-next-Notification-TimeColor-0-30-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__ca37516c{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__ca37516c:hover{cursor:pointer}.notificationGroupedWrapper__ca37516c .notificationGroupedFooterItem__01ac0008{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-0-30-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-0-30-0)}.notificationGroupedWrapper__ca37516c .notificationGroupedFooterItem__01ac0008.first__f8d3efc6{bottom:-8px;z-index:200}.notificationGroupedWrapper__ca37516c .notificationGroupedFooterItem__01ac0008.second__47db9d55{bottom:-16px;z-index:100}@media(max-width:767px){.notification__4c1cdf8c,.notificationGroupedWrapper__ca37516c{width:100%}}.unorderedListItem__76baf68c:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__76baf68c+.unorderedListItem__76baf68c{margin-top:8px}.unorderedList__cfb95cbf{position:relative;margin:0;padding-left:14px;list-style:none}.button__b877af42.general__695067d4{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-0-30-0);color:var(--triplex-next-Button-General_Color_Default-0-30-0)}.button__b877af42.general__695067d4:hover{background:var(--triplex-next-Button-General_Background_Hover-0-30-0);color:var(--triplex-next-Button-General_Color_Hover-0-30-0)}.button__b877af42.general__695067d4.expanded__e927976a,.button__b877af42.general__695067d4:active{background:var(--triplex-next-Button-General_Background_Active-0-30-0);color:var(--triplex-next-Button-General_Color_Active-0-30-0)}.button__b877af42.general__695067d4:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-0-30-0)}.button__b877af42.general__695067d4:disabled{background:var(--triplex-next-Button-General_Background_Disabled-0-30-0);color:var(--triplex-next-Button-General_Color_Disabled-0-30-0)}.button__b877af42.secondary__20036583{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-0-30-0);color:var(--triplex-next-Button-Secondary_Color_Default-0-30-0)}.button__b877af42.secondary__20036583:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-0-30-0);color:var(--triplex-next-Button-Secondary_Color_Hover-0-30-0)}.button__b877af42.secondary__20036583.expanded__e927976a,.button__b877af42.secondary__20036583:active{background:var(--triplex-next-Button-Secondary_Background_Active-0-30-0);color:var(--triplex-next-Button-Secondary_Color_Active-0-30-0)}.button__b877af42.secondary__20036583:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-0-30-0)}.button__b877af42.secondary__20036583:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-0-30-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-0-30-0)}.button__b877af42.secondaryLight__a8aa66bb{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-0-30-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-0-30-0)}.button__b877af42.secondaryLight__a8aa66bb:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-0-30-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-0-30-0)}.button__b877af42.secondaryLight__a8aa66bb.expanded__e927976a,.button__b877af42.secondaryLight__a8aa66bb:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-0-30-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-0-30-0)}.button__b877af42.secondaryLight__a8aa66bb:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-0-30-0)}.button__b877af42.secondaryLight__a8aa66bb:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-0-30-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-0-30-0)}.button__b877af42.danger__c35ffcec{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-0-30-0);color:var(--triplex-next-Button-Danger_Color_Default-0-30-0)}.button__b877af42.danger__c35ffcec:hover{background:var(--triplex-next-Button-Danger_Background_Hover-0-30-0);color:var(--triplex-next-Button-Danger_Color_Hover-0-30-0)}.button__b877af42.danger__c35ffcec.expanded__e927976a,.button__b877af42.danger__c35ffcec:active{background:var(--triplex-next-Button-Danger_Background_Active-0-30-0);color:var(--triplex-next-Button-Danger_Color_Active-0-30-0)}.button__b877af42.danger__c35ffcec:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-0-30-0)}.button__b877af42.danger__c35ffcec:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-0-30-0);color:var(--triplex-next-Button-Danger_Color_Disabled-0-30-0)}.button__b877af42.link__d816da84{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-0-30-0);padding:0}.button__b877af42.link__d816da84.sm__9bd3177f{height:28px;min-width:0px;padding:6px 2px}.button__b877af42.link__d816da84.md__db5efb1f{height:40px;min-width:0px;padding:10px 2px}.button__b877af42.link__d816da84.lg__21370e62{height:56px;min-width:0px;padding:18px 2px}.button__b877af42.link__d816da84:hover{color:var(--triplex-next-Button-Link_Color_Hover-0-30-0)}.button__b877af42.link__d816da84.expanded__e927976a,.button__b877af42.link__d816da84:active{color:var(--triplex-next-Button-Link_Color_Active-0-30-0)}.button__b877af42.link__d816da84:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-0-30-0)}.button__b877af42.link__d816da84:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-0-30-0)}.button__b877af42{display:inline-flex;align-items:center;position:relative;margin:0;outline:none;font-family:inherit;background-clip:padding-box;cursor:pointer;border:none;font-weight:600;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.button__b877af42::-moz-focus-inner{border:none;padding:0}.button__b877af42.sm__9bd3177f{line-height:16px;font-size:12px}.button__b877af42.sm__9bd3177f.general__695067d4,.button__b877af42.sm__9bd3177f.secondary__20036583,.button__b877af42.sm__9bd3177f.secondaryLight__a8aa66bb,.button__b877af42.sm__9bd3177f.danger__c35ffcec{height:28px;min-width:58px;padding:0 12px;border-radius:6px}.button__b877af42.sm__9bd3177f.icon__768be0bf{min-height:28px;min-width:28px;padding:0 4px}.button__b877af42.md__db5efb1f{line-height:20px;font-size:14px}.button__b877af42.md__db5efb1f.general__695067d4,.button__b877af42.md__db5efb1f.secondary__20036583,.button__b877af42.md__db5efb1f.secondaryLight__a8aa66bb,.button__b877af42.md__db5efb1f.danger__c35ffcec{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__b877af42.md__db5efb1f.icon__768be0bf{min-height:40px;min-width:40px;padding:0 10px}.button__b877af42.lg__21370e62{line-height:20px;font-size:16px}.button__b877af42.lg__21370e62.general__695067d4,.button__b877af42.lg__21370e62.secondary__20036583,.button__b877af42.lg__21370e62.secondaryLight__a8aa66bb,.button__b877af42.lg__21370e62.danger__c35ffcec{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__b877af42.lg__21370e62.icon__768be0bf{min-height:56px;min-width:56px;padding:0 12px}.button__b877af42:disabled{cursor:default}.button__b877af42:disabled *{pointer-events:none}.button__b877af42+.button__b877af42:not(.block__236c78ae),.button__b877af42+.buttonDropdown__8560dc24:not(.block__236c78ae){margin-left:12px}.button__b877af42 .content__5ae6be52{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__b877af42.block__236c78ae{display:block;width:100%}.button__b877af42.loading__36052320{pointer-events:none}.button__b877af42.loading__36052320 .content__5ae6be52{visibility:hidden}.button__b877af42 .loader__6138f02f{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__b877af42 .loader__6138f02f.hidden__1b431641{visibility:hidden}.buttonDropdownExtended__94adb935{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__94adb935 .buttonDropdownExtendedBlock__8f2091cf{padding:4px;margin-top:4px;right:0}.buttonDropdown__8560dc24.block__236c78ae{display:block}.buttonDropdown__8560dc24+.button__b877af42:not(.block__236c78ae),.buttonDropdown__8560dc24+.buttonDropdown__8560dc24:not(.block__236c78ae){margin-left:12px}.buttonDropdown__8560dc24 .buttonDropdownTarget__e03ac931 .caretIcon__7edd0a5b{margin-left:2px;transition:transform .3s ease-in-out}.buttonDropdown__8560dc24 .buttonDropdownTarget__e03ac931.active__0dad7774 .caretIcon__7edd0a5b{transform:rotate(-180deg)}.buttonDropdown__8560dc24 .buttonDropdownMenuItem__0737a14a{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__e4891ce1{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__bfe1ef2a{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__abb06495{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__773f5efb{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-30-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__0382f23c{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__0382f23c .modalWindowContentWrapper__575be2e3{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__e4891ce1 .6s ease}.modalWindow__0382f23c .modalWindowContent__5298afea{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__0382f23c .modalWindowContent__5298afea .modalWindowBody__f3d59dc8{box-sizing:border-box;animation:fadeIn__ca55aabe .3s ease}@keyframes fadeIn__ca55aabe{0%{opacity:0}to{opacity:1}}.modalWindow__0382f23c .modalWindowContent__5298afea .spinnerSm__5ad8f20e{display:none}@media(max-width:767px){.modalWindow__0382f23c .modalWindowContent__5298afea .spinner__fc4cc1f8{display:none}.modalWindow__0382f23c .modalWindowContent__5298afea .spinnerSm__5ad8f20e{display:flex}}.global-modalWindowTransition-exit .modalWindow__0382f23c .modalWindowContentWrapper__575be2e3{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__bfe1ef2a .3s ease}.global-modalWindowTransition-exit .modalWindow__0382f23c .modalWindowContentWrapper__575be2e3 .modalWindowBody__f3d59dc8{animation:fadeOut__b4620b89 .3s ease}@keyframes fadeOut__b4620b89{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__8886455d{position:absolute;left:0;right:0;height:0}.modalWindow__0382f23c.sm__7999cd2a .modalWindowContentWrapper__575be2e3{max-width:480px}.modalWindow__0382f23c.sm__7999cd2a .modalWindowContent__5298afea .modalWindowBody__f3d59dc8{min-height:196px}@media(max-width:575px){.modalWindow__0382f23c.sm__7999cd2a .modalWindowContentWrapper__575be2e3{max-width:100%}}.modalWindow__0382f23c.md__f1b998d4 .modalWindowContentWrapper__575be2e3{max-width:600px}.modalWindow__0382f23c.md__f1b998d4 .modalWindowContent__5298afea .modalWindowBody__f3d59dc8{min-height:246px}@media(max-width:767px){.modalWindow__0382f23c.md__f1b998d4 .modalWindowContentWrapper__575be2e3{max-width:100%}}.modalWindow__0382f23c.lg__6e994b4f .modalWindowContentWrapper__575be2e3{max-width:800px}.modalWindow__0382f23c.lg__6e994b4f .modalWindowContent__5298afea .modalWindowBody__f3d59dc8{min-height:396px}@media(max-width:991px){.modalWindow__0382f23c.lg__6e994b4f .modalWindowContentWrapper__575be2e3{max-width:100%}}.modalWindowContentPage__5542d2eb{background:var(--triplex-next-ModalWindow-Background-0-30-0);padding:8px!important}.modalWindowContentPage__5542d2eb,.modalWindowLoaderScreen__1102c448{border-radius:32px}@media(max-width:767px){.modalWindowContentPage__5542d2eb,.modalWindowLoaderScreen__1102c448{border-radius:24px}}.islandBody__306bf78b{display:block}.islandHeader__af2d05ad,.islandFooter__d6c4992d,.island__4125f6ce{position:relative}.island__4125f6ce.type1__e66a9679{background-color:var(--triplex-next-Island-Type1_Background-0-30-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-0-30-0)}.island__4125f6ce.type2__5bf4d2df{background-color:var(--triplex-next-Island-Type2_Background-0-30-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-0-30-0)}.island__4125f6ce.type3__64798c49{background-color:var(--triplex-next-Island-Type3_Background-0-30-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-0-30-0)}.island__4125f6ce.sm__1f93a80a{border-radius:16px;padding:16px}.island__4125f6ce.sm__1f93a80a .islandHeader__af2d05ad+.islandBody__306bf78b,.island__4125f6ce.sm__1f93a80a .islandHeader__af2d05ad+.islandFooter__d6c4992d,.island__4125f6ce.sm__1f93a80a .islandBody__306bf78b+.islandFooter__d6c4992d{margin-top:8px}.island__4125f6ce.md__22d2815d{border-radius:24px;padding:24px}.island__4125f6ce.md__22d2815d .islandHeader__af2d05ad+.islandBody__306bf78b,.island__4125f6ce.md__22d2815d .islandHeader__af2d05ad+.islandFooter__d6c4992d,.island__4125f6ce.md__22d2815d .islandBody__306bf78b+.islandFooter__d6c4992d{margin-top:12px}.island__4125f6ce.lg__510ae936{border-radius:32px;padding:32px}.island__4125f6ce.lg__510ae936 .islandHeader__af2d05ad+.islandBody__306bf78b,.island__4125f6ce.lg__510ae936 .islandHeader__af2d05ad+.islandFooter__d6c4992d,.island__4125f6ce.lg__510ae936 .islandBody__306bf78b+.islandFooter__d6c4992d{margin-top:16px}@media(max-width:767px){.island__4125f6ce.sm__1f93a80a,.island__4125f6ce.md__22d2815d{border-radius:16px;padding:16px}.island__4125f6ce.lg__510ae936{border-radius:24px;padding:24px}}.modalWindowBody__f3d59dc8{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__6eb04a14{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media(max-width:767px){.modalWindowClose__6eb04a14{top:20px;right:20px}}.loaderScreen__e29fc7a1{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__e29fc7a1.loaderSmallBackdrop__2ead1873{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-0-30-0)}.loaderScreen__e29fc7a1.loaderMiddleBackdrop__eff8c35a{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-30-0)}.body__cc360785{position:relative;display:flex}.body__cc360785 .bodyInner__a4d996a2{position:relative;flex-grow:1;width:100%}.bodyPage__abd75f5a{flex-grow:1}.verticalMargin24__37b44101{margin-top:24px;margin-bottom:24px}.verticalMargin16__9a00b772{margin-top:16px;margin-bottom:16px}@media(max-width:767px){.verticalMargin24__37b44101{margin-top:16px;margin-bottom:16px}.verticalMargin16__9a00b772{margin-top:8px;margin-bottom:8px}}.headerTabs__8ee7424c{display:flex;justify-content:space-between}.headerTabs__8ee7424c .headerTabsContent__f49e74e2{flex-grow:1;min-width:1px}.headerTabs__8ee7424c .headerTabsControls__a7041170{flex-shrink:0;white-space:nowrap;padding-left:24px}@media(max-width:767px){.headerTabs__8ee7424c{flex-wrap:wrap}.headerTabs__8ee7424c .headerTabsContent__f49e74e2{width:100%}.headerTabs__8ee7424c .headerTabsControls__a7041170{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__8ee7424c .headerTabsControls__a7041170>button{margin-left:16px;margin-top:16px}}.headerTitle__6eaacd35{display:flex;justify-content:space-between}.headerTitle__6eaacd35 .headerTitleControls__84957cae{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__31b356eb+.headerTitle__6eaacd35{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media(max-width:767px){.headerTitle__6eaacd35{flex-wrap:wrap}.headerTitle__6eaacd35 .headerTitleContent__3b6d4180{width:100%}.headerTitle__6eaacd35 .headerTitleControls__84957cae{padding-left:0;white-space:normal;flex-shrink:initial;margin-left:-16px}.headerTitle__6eaacd35 .headerTitleControls__84957cae>button,.headerTitle__6eaacd35 .headerTitleControls__84957cae>[class*=buttonDropdown]{margin-left:16px;margin-top:16px}}.headerSubheader__77295a44{padding:24px 0}.headerSubheader__77295a44.withoutPaddings__e290b3bc{padding:0}.headerLayoutSidebar__8eeb6af1{display:flex;justify-content:space-between}.headerLayoutSidebarContent__1e8f85d6{flex-grow:1;min-width:1px}@media(max-width:767px){.headerLayoutSidebarSidebar__88586497{display:none}}.page__4db29905{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__4db29905{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__a7ed1fbf.sticky__64e13173{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__a7ed1fbf.sticky__64e13173[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-30-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__c0a1efab.sticky__64e13173{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__c0a1efab.sticky__64e13173[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-0-30-0)!important}.footerDescription__bd9b4954{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__e259ec07{flex-grow:1;margin-right:auto}.footerDescriptionControls__fdb8b4f5{margin-left:auto;white-space:nowrap;padding-left:24px}@media(max-width:767px){.footerDescription__bd9b4954{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__e259ec07{width:100%}.footerDescriptionControls__fdb8b4f5{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__fdb8b4f5>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__e259ec07+.footerDescriptionControls__fdb8b4f5{margin-top:0}.footer__87f556c6{padding:16px 0}}.modalWindowHeader__a8cced85 .global-HeaderTitleContent{padding-right:64px}@media(max-width:767px){.modalWindowHeader__a8cced85 .global-HeaderTitleContent{padding-right:72px}}.list__91a567f1{margin:0;padding:0;list-style:none;position:relative}.listItemControls__a9886557{display:flex;padding:0 16px 0 4px}.listItemContent__f45a616b{background:var(--triplex-next-ListItem-Background-0-30-0);padding:12px 0 12px 16px;box-sizing:border-box}.listItemContent__f45a616b.selected__d9a18106{background:var(--triplex-next-ListItem-Background_Selected-0-30-0)}.listItemContent__f45a616b.selectable__667821c9{border-radius:8px}.listItemControlsButton__4aad7901{margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-0-30-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px;width:92px}.listItemControlsButton__4aad7901:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-0-30-0)}.listItemControlsButton__4aad7901:hover .listItemControlsButtonLabel__e65390b7{color:var(--triplex-next-ListItemControlsButton-Color_Hover-0-30-0)!important}.listItemControlsButton__4aad7901:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-0-30-0)}.listItemControlsButton__4aad7901:active .listItemControlsButtonLabel__e65390b7{color:var(--triplex-next-ListItemControlsButton-Color_Active-0-30-0)!important}.listItemControlsButton__4aad7901+.listItemControlsButton__4aad7901,.listItemControlsButton__4aad7901+.listItemControlsButtonDropdown__5c499072{margin-left:4px}.listItemControlsButtonIcon__16a37672{line-height:0}.listItemControlsButton__4aad7901.withText__73579d0b .listItemControlsButtonIcon__16a37672{margin-bottom:8px}.listItemControlsButtonLabel__e65390b7{color:var(--triplex-next-ListItemControlsButton-Color_Default-0-30-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__5c499072{display:flex}.listItemControlsButtonInner__8459cc2f{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__4aad7901.withIcon__ac9a7c18.withText__73579d0b .listItemControlsButtonInner__8459cc2f{height:44px;overflow:visible}.buttonDropdownMenuItem__35d928ed{overflow:hidden;text-overflow:ellipsis}.listEmptyState__7ffea2d4{padding:64px 16px 16px;text-align:center}.listItemLoading__1883dd3d{display:flex;justify-content:center;height:24px;padding:12px 0;position:relative;background-color:var(--triplex-next-ListItem-Background-0-30-0)}.label__e75f16d9{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__e75f16d9.sm__e6a1fcc1{min-width:16px;min-height:16px}.label__e75f16d9.sm__e6a1fcc1.nonempty__b1ad3988{padding:2px 0 2px 24px}.label__e75f16d9.md__1f011b99{min-width:24px;min-height:24px}.label__e75f16d9.md__1f011b99.nonempty__b1ad3988{padding-left:32px;padding-top:2px}.label__e75f16d9.lg__4fd9efc2{min-width:28px;min-height:28px}.label__e75f16d9.lg__4fd9efc2.nonempty__b1ad3988{padding-left:40px;padding-top:4px}.label__e75f16d9.disabled__7ac41d74{cursor:default}.label__e75f16d9[hidden]{display:none}.checkbox__245bc38f{margin:0;opacity:0}.checkboxIcon__4643423c{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-0-30-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-0-30-0)}.sm__e6a1fcc1 .checkboxIcon__4643423c{border-radius:4px}.checkmarkIcon__323d17df{transform:scale(0)}.checkmarkIcon__323d17df path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-0-30-0)}.checkboxIcon__4643423c,.checkmarkIcon__323d17df{pointer-events:none}.checkbox__245bc38f,.checkboxIcon__4643423c,.checkmarkIcon__323d17df{position:absolute;left:0;top:0}.sm__e6a1fcc1 .checkbox__245bc38f,.sm__e6a1fcc1 .checkboxIcon__4643423c,.sm__e6a1fcc1 .checkmarkIcon__323d17df{width:16px;height:16px;top:2px}.md__1f011b99 .checkbox__245bc38f,.md__1f011b99 .checkboxIcon__4643423c,.md__1f011b99 .checkmarkIcon__323d17df{width:24px;height:24px}.lg__4fd9efc2 .checkbox__245bc38f,.lg__4fd9efc2 .checkboxIcon__4643423c,.lg__4fd9efc2 .checkmarkIcon__323d17df{width:28px;height:28px}.checkbox__245bc38f:enabled{cursor:pointer}.checkbox__245bc38f:enabled:hover+.checkboxIcon__4643423c{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-0-30-0);background-color:var(--triplex-next-Checkbox-Background_Hover-0-30-0)}.checkbox__245bc38f:checked+.checkboxIcon__4643423c{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-0-30-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-0-30-0)}.checkbox__245bc38f:checked~.checkmarkIcon__323d17df{transform:scale(1);transition:transform .2s ease-out}.checkbox__245bc38f:disabled+.checkboxIcon__4643423c{background-color:var(--triplex-next-Checkbox-Background_Disabled-0-30-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-0-30-0)}.checkbox__245bc38f:disabled:checked+.checkboxIcon__4643423c{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-0-30-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-30-0)}.checkbox__245bc38f:disabled~.checkmarkIcon__323d17df path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-30-0)}.checkbox__245bc38f:focus-visible+.checkboxIcon__4643423c{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-0-30-0)}.checkbox__245bc38f:checked:enabled:hover+.checkboxIcon__4643423c{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-0-30-0)}.listItemSelectable__f7fc2f0a{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-0-30-0);border-radius:8px}.listItemSelectable__f7fc2f0a.selected__d9a18106{background:var(--triplex-next-ListItem-Background_Selected-0-30-0)}.checkboxWrapper__de306708{padding:16px;line-height:0}.childrenWrapper__340e3466{flex-grow:1}.checkboxLabel__2a50385b{padding:0!important;position:relative}.checkboxLabelClickArea__ea27df1e{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__b134bb9a{position:relative;overflow:hidden}.swipeableArea__b134bb9a .content__498c92af{position:relative;touch-action:pan-y}.swipeableArea__b134bb9a .content__498c92af.disableScroll__e177e4aa{touch-action:none}.swipeableArea__b134bb9a .content__498c92af.disablePointerEvents__4010e417:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__b134bb9a .swipeAnimationFinish__3c57d2bd{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__b134bb9a .leftContent__5fcf616c,.swipeableArea__b134bb9a .rightContent__f245b70c{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__b134bb9a .rightContent__f245b70c{left:auto;right:0}.listItemTail__3841b25e{position:absolute;width:18px;top:0;bottom:0;overflow:hidden}.listItemTailLine__7e1f2ca7{background:var(--triplex-next-ListMaster-Background-0-30-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailLeft__8c0613b8{left:-8px}.listItemTailRight__36654109{right:-10px}.listItemTailTop__f3ed95a5{position:absolute;top:0;left:0;right:0}.listItemTailTop__f3ed95a5: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-30-0)}.listItemTailTop__f3ed95a5: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-30-0)}.listItemTailBottom__4ca490cf{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__4ca490cf: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-30-0)}.listItemTailBottom__4ca490cf: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-30-0)}.listItemTable__db17af8a{margin-bottom:4px}.listItemTable__db17af8a:last-child{margin-bottom:0}.listItemTable__db17af8a .swipeableArea__bdc361b6{border-radius:8px}.listItemTable__db17af8a .content__308cf9a8{min-height:56px}.listSortableItemTarget__0cbdaaed{display:flex;gap:16px;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-0-30-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__0cbdaaed:hover{background:var(--triplex-next-ListItem-Background_Hover-0-30-0)}.listSortableItemTarget__0cbdaaed.dragging__9d07a215{background:var(--triplex-next-ListItem-Background_Dragging-0-30-0);box-shadow:var(--triplex-next-ListItem-Shadow_Dragging-0-30-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__49b62327{flex:1}.listSortableItemTargetIcon__8a38cd72{display:block}.listSortableItem__66e937fc{position:relative}.listSortableItem__66e937fc.dragging__9d07a215{z-index:1}.listSortableItemControls__d7b84987{display:inline-block}.islandWidgetHeader__9dbb2832{display:flex;justify-content:flex-start;align-items:center;gap:8px}.islandWidgetHeader__9dbb2832 .islandWidgetHeaderTitle__c659d45a{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandWidgetHeader__9dbb2832 .islandWidgetHeaderControls__c49495e4{display:flex;align-items:center;gap:8px}.islandWidgetHeader__9dbb2832 .islandWidgetHeaderDescription__40f1dde7{display:flex;flex-grow:1;justify-content:flex-end}.islandWidgetHeader__9dbb2832 .caretWrapper__1c5e0d1a{position:absolute;top:16px;right:16px}.islandWidgetHeader__9dbb2832 .caretIcon__af4f6d71{transition:transform .3s ease-in-out}.islandWidgetHeader__9dbb2832.open__ef28f738 .caretWrapper__1c5e0d1a .caretIcon__af4f6d71{transform:rotate(-180deg)}@media(max-width:767px){.islandWidgetHeader__9dbb2832{flex-wrap:wrap;padding-right:32px}.islandWidgetHeader__9dbb2832 .islandWidgetHeaderTitle__c659d45a{white-space:normal}.islandWidgetHeader__9dbb2832 .islandWidgetHeaderDescription__40f1dde7{flex-basis:100%;justify-content:flex-start}}.islandWidgetBody__e871bfb5{padding-top:16px}.islandWidgetFooter__6c8bc9c9{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__46cc3f5f{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__732fee35{margin-left:auto;white-space:nowrap}@media(max-width:767px){.islandWidgetFooter__6c8bc9c9{flex-direction:column;gap:16px}.islandWidgetFooterControls__732fee35{display:flex;flex-wrap:wrap;gap:12px;margin:0 auto 0 0}.islandWidgetFooterControls__732fee35>button{margin-left:0!important}}.expandAnimation__03647705{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__91512dec{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-0-30-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media(max-width:767px){.islandWidgetExtraFooter__91512dec{border-radius:0 0 16px 16px}}.islandWidget__b449c937{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__b449c937>*{height:100%}.islandWidgetWithExtraFooter__9e7d5fbd: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-30-0)!important}@media(max-width:767px){.islandWidgetHeaderWrapperAdaptive__e3df80db{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__9468b768{display:flex;flex-direction:column}.treeView__67b32020,.treeViewGroup__26807cbd{margin:0;padding:0}.treeView__67b32020 .treeViewNode__ca218630,.treeViewGroup__26807cbd .treeViewNode__ca218630{margin:0;padding:0;outline:none;list-style:none}.collapsibleTreeExtendedNodeContent__6df5e524.collapsed__dc4a07c7{visibility:hidden}.collapsibleTreeNodeHeader__1668f2a7{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__1668f2a7.interactive__e6d3d694{cursor:pointer}.collapsibleTreeNodeHeader__1668f2a7.interactive__e6d3d694:hover{background:var(--triplex-next-CollapsibleTree-Header_Background_Hover-0-30-0)}.collapsibleTreeNodeHeader__1668f2a7.interactive__e6d3d694:focus-visible{box-shadow:var(--triplex-next-CollapsibleTree-Header_Shadow_Focus-0-30-0)}.chevron__3c0a425c{flex:0 0 auto;width:24px;height:24px;transition:transform .2s ease;transform:rotate(0)}.chevron__3c0a425c.opened__3c617716{transform:rotate(90deg)}.collapsibleTreeLeafContent__b9a07e76{display:block}.collapsibleTreeLeafNode__267664cb{margin-bottom:2px!important}.collapsibleTree__d101a5d7 [role=group]{padding-left:24px}.chipGroupItem__d87e31ed{display:inline-block}.chip__bf57f958{background:var(--triplex-next-Chip-Background_Default-0-30-0);color:var(--triplex-next-Chip-Color_Default-0-30-0);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;gap:2px;align-items:center;cursor:pointer;outline:none;position:relative;vertical-align:middle}.chip__bf57f958.lg__120a8c46{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__bf57f958.lg__120a8c46 .prefix__7c3c3fde{padding-left:16px}.chip__bf57f958.lg__120a8c46 .postfix__e66f9c53{padding-right:12px}.chip__bf57f958.lg__120a8c46 .notificationIcon__933a8b30{right:6px;top:6px}.chip__bf57f958.md__88432c1a{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__bf57f958.md__88432c1a .prefix__7c3c3fde{padding-left:12px}.chip__bf57f958.md__88432c1a .postfix__e66f9c53{padding-right:8px}.chip__bf57f958.md__88432c1a .notificationIcon__933a8b30{right:4px;top:4px}.chip__bf57f958.sm__4fe81002{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__bf57f958.sm__4fe81002 .prefix__7c3c3fde{padding-left:8px}.chip__bf57f958.sm__4fe81002 .postfix__e66f9c53{padding-right:8px}.chip__bf57f958.sm__4fe81002 .notificationIcon__933a8b30{right:3px;top:3px}.chip__bf57f958:hover{background:var(--triplex-next-Chip-Background_Hover-0-30-0);color:var(--triplex-next-Chip-Color_Hover-0-30-0)}.chip__bf57f958:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-30-0)}.chip__bf57f958:active,.chip__bf57f958[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-0-30-0);color:var(--triplex-next-Chip-Color_Active-0-30-0)}.chip__bf57f958.disabled__8f652342{background:var(--triplex-next-Chip-Background_Disabled-0-30-0);color:var(--triplex-next-Chip-Color_Disabled-0-30-0);cursor:default;pointer-events:none}.chip__bf57f958.selected__9d69dfd4{background:var(--triplex-next-Chip-Background_Selected_Default-0-30-0);color:var(--triplex-next-Chip-Color_Selected_Default-0-30-0)}.chip__bf57f958.selected__9d69dfd4:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-0-30-0);color:var(--triplex-next-Chip-Color_Selected_Hover-0-30-0)}.chip__bf57f958.selected__9d69dfd4:active,.chip__bf57f958.selected__9d69dfd4[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-0-30-0);color:var(--triplex-next-Chip-Color_Selected_Active-0-30-0)}.chip__bf57f958.selected__9d69dfd4.disabled__8f652342{background:var(--triplex-next-Chip-Background_Selected_Disabled-0-30-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-0-30-0)}.chip__bf57f958.withPrefix__88ba6f98{padding-left:0}.chip__bf57f958.withPostfix__c9af07fb{padding-right:0}.chip__bf57f958 .content__e0f8203d{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__bf57f958 .prefix__7c3c3fde,.chip__bf57f958 .postfix__e66f9c53{display:flex}.chip__bf57f958 .notificationIcon__933a8b30{position:absolute}.calendarControls__498fe629{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-30-0)}.calendarViewDays__3d664ed5{width:calc(100% + 8px);margin:12px -4px 0;border-spacing:4px 0px;table-layout:fixed}.calendarViewDays__3d664ed5+.calendarFooter__53b1f6c1{margin-top:18px}.adaptive__4ed84c3c .calendarViewDays__3d664ed5{width:100%;margin:12px 0 0;border-spacing:0}.adaptive__4ed84c3c .calendarViewDays__3d664ed5+.calendarFooter__53b1f6c1{margin-top:12px}.calendarViewMonths__5416c1ed,.calendarViewYears__533340e8{width:calc(100% + 12px);margin:8px -6px -14px;border-spacing:6px 14px;table-layout:fixed}.calendarViewMonths__5416c1ed+.calendarFooter__53b1f6c1,.calendarViewYears__533340e8+.calendarFooter__53b1f6c1{margin-top:22px}.adaptive__4ed84c3c .calendarViewMonths__5416c1ed,.adaptive__4ed84c3c .calendarViewYears__533340e8{width:100%;margin:4px 0 -8px;border-spacing:0 8px}.adaptive__4ed84c3c .calendarViewMonths__5416c1ed+.calendarFooter__53b1f6c1,.adaptive__4ed84c3c .calendarViewYears__533340e8+.calendarFooter__53b1f6c1{margin-top:12px}.calendarViewDaysHeader__0e69b157{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-30-0)}.calendarViewDaysBody__855b9dd1:before{display:block;content:"";line-height:8px}.calendarViewItem__8cda4b3b{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__8cda4b3b:focus-visible{outline:none}.calendarViewItem__8cda4b3b.current__db1935f7{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.calendarViewItem__8cda4b3b.disabled__9809bf9b{pointer-events:none}.calendarViewItemLabel__264d1176{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-30-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-0-30-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-0-30-0);cursor:pointer}.calendarViewItemLabel__264d1176.muted__3b098e92{color:var(--triplex-next-Calendar-View_Item_Color_Muted-0-30-0)}.calendarViewItemLabel__264d1176:hover{color:var(--triplex-next-Calendar-View_Item_Color_Hover-0-30-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-0-30-0)}.calendarViewItemLabel__264d1176.selected__7ff6df35{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-30-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-0-30-0)}.calendarViewItemLabel__264d1176.selected__7ff6df35:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-30-0)}.calendarViewItemLabel__264d1176.selected__7ff6df35:hover.basicMark__ac2c30b0:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-30-0)}.calendarViewItemLabel__264d1176.selected__7ff6df35:hover.standardMark__7be6c464:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-30-0)}.calendarViewItemLabel__264d1176.selected__7ff6df35:hover.attentionMark__4b0bad55:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-30-0)}.calendarViewItemLabel__264d1176.selected__7ff6df35:hover.criticalMark__6c70a6f1:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-30-0)}.calendarViewItemLabel__264d1176.selected__7ff6df35.muted__3b098e92{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-30-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-30-0)}.calendarViewItemLabel__264d1176.selected__7ff6df35.muted__3b098e92:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-30-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-30-0)}.calendarViewItemLabel__264d1176.selected__7ff6df35.basicMark__ac2c30b0:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-30-0)}.calendarViewItemLabel__264d1176.selected__7ff6df35.standardMark__7be6c464:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-30-0)}.calendarViewItemLabel__264d1176.selected__7ff6df35.attentionMark__4b0bad55:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-30-0)}.calendarViewItemLabel__264d1176.selected__7ff6df35.criticalMark__6c70a6f1:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-30-0)}.calendarViewItemLabel__264d1176.marked__9cc5b4ab:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__264d1176.basicMark__ac2c30b0:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-30-0)}.calendarViewItemLabel__264d1176.standardMark__7be6c464:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-30-0)}.calendarViewItemLabel__264d1176.attentionMark__4b0bad55:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-30-0)}.calendarViewItemLabel__264d1176.criticalMark__6c70a6f1:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-30-0)}.calendarViewItemLabel__264d1176.disabled__9809bf9b{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-0-30-0);background:none}.calendarViewItem__8cda4b3b:focus-visible .calendarViewItemLabel__264d1176{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-0-30-0)}.unitDay__8c81346d{width:36px;height:36px;border-radius:6px}.unitMonth__f0539a76,.unitYear__f5141462{width:88px;height:48px;border-radius:6px}.adaptive__4ed84c3c .unitMonth__f0539a76,.adaptive__4ed84c3c .unitYear__f5141462{width:104px;height:56px;border-radius:10px}.calendarFooter__53b1f6c1{text-align:center}.calendar__a22872dc{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-0-30-0);-webkit-user-select:none;user-select:none}.calendar__a22872dc.extraBottom__f857b687{padding-bottom:12px}.calendar__a22872dc.adaptive__4ed84c3c{width:auto;padding:20px 20px 24px}.calendar__a22872dc+.calendar__a22872dc{margin-top:20px}.datePickerExtendedMobileDropdown__82f42c64{max-height:100vh}.chipDropdownArrow__9064ae13{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__9064ae13.rotated__cbf20446{transform:rotate(-180deg)}.chipClearButton__609ffcfd{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__609ffcfd:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-30-0)}.dropdownMobileMaskedInput__f89f8e48{height:20px!important;padding:0!important}.dropdownMobileMaskedInput__f89f8e48:first-child{top:0}.selectExtendedFieldTarget__74319744{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__74319744 .caretWrapper__737721cc{height:100%}.selectExtendedFieldTarget__74319744 .caretIcon__0bc587a5{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__74319744.selectOpened__459de25e .caretIcon__0bc587a5{transform:rotate(180deg)}.selectExtendedFieldTarget__74319744.disabled__763a4ac4{-webkit-user-select:none;user-select:none;cursor:default}.selectExtendedFieldTarget__74319744.disabled__763a4ac4 .target__848723a3,.selectExtendedFieldTarget__74319744.disabled__763a4ac4 .caretWrapper__737721cc{pointer-events:none}.selectExtendedField__784a7e3d{position:relative}.multiselectFieldHeader__9993a8ba{padding:12px}.multiselectFieldContent__e5d06bd5{position:relative;padding:0 12px 12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContent__e5d06bd5:first-child{padding-top:12px}.multiselectFieldContent__e5d06bd5:has(.loaderScreen__1917f999){overflow:hidden}.multiselectFieldContent__e5d06bd5.sm__7befeb79{max-height:208px}.multiselectFieldContent__e5d06bd5.md__3d14cd79{max-height:266px}.multiselectFieldContent__e5d06bd5.lg__9fe4d4a8{max-height:296px}.multiselectFieldFooter__1c061cd1{padding:0 12px 12px}.multiselectFieldFooter__1c061cd1:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-0-30-0)}.chipOptionsContent__142d79ae{min-width:14px;text-align:center;display:block}.tooltipDesktop__45c74244{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__45c74244 .tooltipBody__03d5d50d{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-0-30-0)}.tooltipDesktop__45c74244 .tooltipXButton__a5eb1586{position:absolute;right:8px;top:8px}.tooltipDesktopContent__68b57b2e{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-0-30-0);border-radius:8px}.closable__aa3d33b1 .tooltipDesktopContent__68b57b2e{padding-right:32px}.tooltipSM__0a046b61 .tooltipDesktopContent__68b57b2e{width:192px;min-height:52px}.tooltipLG__6ca5d399 .tooltipDesktopContent__68b57b2e{width:384px;min-height:52px}.tooltipOverlay__47d8ff23{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__d917ed2a{width:0;height:0}.tooltipDesktopTip__d917ed2a.down__0e81704b{border-top:solid var(--triplex-next-Tooltip-Background-0-30-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__d917ed2a.up__a6d64d90{border-bottom:solid var(--triplex-next-Tooltip-Background-0-30-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__d917ed2a.left__374d1ba1{border-right:solid var(--triplex-next-Tooltip-Background-0-30-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__d917ed2a.right__119145de{border-left:solid var(--triplex-next-Tooltip-Background-0-30-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__025a9d2b .tooltipBody__03d5d50d{text-align:left}.tooltipMobileContent__bee7e5ca{padding:16px}.headerless__581cb6ac .tooltipMobileContent__bee7e5ca{padding-right:40px;border-radius:16px 16px 0 0}.headerless__581cb6ac .tooltipMobileContent__bee7e5ca .closeButton__0d2c9912{position:absolute;right:16px;top:16px}.tooltipLink__a3a0c5e5{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__78d1268f{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-0-30-0)}.desktop__78d1268f:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-30-0)}.desktop__78d1268f:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-0-30-0)}.desktop__78d1268f:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-30-0)}.mobile__019bbeab{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-0-30-0)}.mobile__019bbeab:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-30-0)}.mobile__019bbeab:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-0-30-0)}.mobile__019bbeab:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-30-0)}.chipSuggestInputWrapper__6124cafa{margin:12px}.suggestDropdownMobileBody__67298e53{height:176px}.suggestDropdownMobileNoOptionsText__cdaa81c4{padding:16px}.checkboxXGroup__1305b88f{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__1305b88f.indent-12__2ef9a2df{margin-left:-6px;margin-right:-6px}.checkboxXGroup__1305b88f.indent-12__2ef9a2df .label__e75f16d9{margin-left:6px;margin-right:6px}.checkboxXGroup__1305b88f.indent-16__2f4ea962{margin-left:-8px;margin-right:-8px}.checkboxXGroup__1305b88f.indent-16__2f4ea962 .label__e75f16d9{margin-left:8px;margin-right:8px}.checkboxXGroup__1305b88f.indent-20__82f15735{margin-left:-10px;margin-right:-10px}.checkboxXGroup__1305b88f.indent-20__82f15735 .label__e75f16d9{margin-left:10px;margin-right:10px}.checkboxXGroup__1305b88f.indent-24__b3b6f98e{margin-left:-12px;margin-right:-12px}.checkboxXGroup__1305b88f.indent-24__b3b6f98e .label__e75f16d9{margin-left:12px;margin-right:12px}.checkboxXGroup__1305b88f.indent-28__4b17da65{margin-left:-14px;margin-right:-14px}.checkboxXGroup__1305b88f.indent-28__4b17da65 .label__e75f16d9{margin-left:14px;margin-right:14px}.checkboxXGroup__1305b88f.indent-32__edfb47f0{margin-left:-16px;margin-right:-16px}.checkboxXGroup__1305b88f.indent-32__edfb47f0 .label__e75f16d9{margin-left:16px;margin-right:16px}.checkboxYGroup__203d306b{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__203d306b .label__e75f16d9.sm__e6a1fcc1+.label__e75f16d9.sm__e6a1fcc1{margin-top:8px}.checkboxYGroup__203d306b .label__e75f16d9.lg__4fd9efc2+.label__e75f16d9.lg__4fd9efc2{margin-top:20px}.checkboxYGroup__203d306b .label__e75f16d9.md__1f011b99+.label__e75f16d9.md__1f011b99{margin-top:16px}@media(max-width:767px){.checkboxYGroup__203d306b{margin:14px 16px}.checkboxYGroup__203d306b .label__e75f16d9.sm__e6a1fcc1+.label__e75f16d9.sm__e6a1fcc1,.checkboxYGroup__203d306b .label__e75f16d9.md__1f011b99+.label__e75f16d9.md__1f011b99,.checkboxYGroup__203d306b .label__e75f16d9.lg__4fd9efc2+.label__e75f16d9.lg__4fd9efc2{margin-top:28px}}.card__189c408d{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__189c408d.roundingMD__63670ce8{--radius: 16px}.card__189c408d.roundingSM__a3469694{--radius: 8px}.card__189c408d.general__e1126de5{background:var(--triplex-next-Card-Static_General_Background-0-30-0)}.card__189c408d.secondary__cb76c520{background:var(--triplex-next-Card-Static_Secondary_Background-0-30-0)}.card__189c408d .cardMedia__a2927d84{background-size:cover;background-repeat:no-repeat;background-position:center}.card__189c408d .cardContent__06cf749e{padding:var(--padding);display:flex;flex-direction:column;flex:1}.card__189c408d .cardContent__06cf749e.paddingMD__3c3e6318{--padding: 24px}.card__189c408d .cardContent__06cf749e.paddingSM__ab30dfa3{--padding: 16px}.card__189c408d .cardContent__06cf749e .cardContentHeader__335de509{margin-bottom:16px}.card__189c408d .cardContent__06cf749e .cardContentBody__bd8c5a71{flex:1}.card__189c408d .cardContent__06cf749e .cardContentFooter__f59e2d65{margin-top:16px}.action__b6deb4f9{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__b6deb4f9: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__b6deb4f9.general__e1126de5{background:var(--triplex-next-Card-Action_General_Background-0-30-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-30-0)}.action__b6deb4f9.general__e1126de5:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-0-30-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-30-0)}.action__b6deb4f9.general__e1126de5.selected__26aed53b{background:var(--triplex-next-Card-Action_General_Background_Selected-0-30-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-30-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-30-0)}.action__b6deb4f9.general__e1126de5.selected__26aed53b:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-0-30-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-30-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-30-0)}.action__b6deb4f9.general__e1126de5:focus{outline:none}.action__b6deb4f9.general__e1126de5:focus.focusVisible__1857c274{box-shadow:var(--triplex-next-Card-Shadow_Default-0-30-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-30-0)}.action__b6deb4f9.secondary__cb76c520{background:var(--triplex-next-Card-Action_Secondary_Background-0-30-0)}.action__b6deb4f9.secondary__cb76c520:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-0-30-0)}.action__b6deb4f9.secondary__cb76c520.selected__26aed53b{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-0-30-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-0-30-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-30-0)}.action__b6deb4f9.secondary__cb76c520.selected__26aed53b:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-30-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-30-0)}.action__b6deb4f9.secondary__cb76c520:focus{outline:none}.action__b6deb4f9.secondary__cb76c520:focus.focusVisible__1857c274{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-30-0)}.alertContext__d5bbd4c0{display:flex;font-size:12px;line-height:16px}.alertContext__d5bbd4c0>svg{flex-shrink:0}.alertContext__d5bbd4c0 .alertContextText__4acd983c{margin-left:8px}.alertContext__d5bbd4c0.alertTypeError__6c13a4b5 .alertContextText__4acd983c{color:var(--triplex-next-AlertContext-Error_Color-0-30-0)}.alertContext__d5bbd4c0.alertTypeInfo__013c421b .alertContextText__4acd983c{color:var(--triplex-next-AlertContext-Info_Color-0-30-0)}.alertContext__d5bbd4c0.alertTypeWarning__b087b2d7 .alertContextText__4acd983c{color:var(--triplex-next-AlertContext-Warning_Color-0-30-0)}.alertContext__d5bbd4c0.alertTypeSystem__6be084c1 .alertContextText__4acd983c{color:var(--triplex-next-AlertContext-System_Color-0-30-0)}.alertProcess__79afe9f5{display:flex;padding:16px;position:relative}.alertProcess__79afe9f5.md__d62ddac9{border-radius:12px}.alertProcess__79afe9f5.lg__9bf250b5{border-radius:24px}.alertProcess__79afe9f5.withSpoiler__3887778a{min-height:40px}.alertProcess__79afe9f5 .themeIcon__d0b8f0b5{box-sizing:border-box;height:20px;width:20px}.alertProcess__79afe9f5.alertTypeError__6c13a4b5{background:var(--triplex-next-AlertProcess-Error_Background-0-30-0)}.alertProcess__79afe9f5.alertTypeInfo__013c421b{background:var(--triplex-next-AlertProcess-Info_Background-0-30-0)}.alertProcess__79afe9f5.alertTypeWarning__b087b2d7{background:var(--triplex-next-AlertProcess-Warning_Background-0-30-0)}.alertProcess__79afe9f5.alertTypeSystem__6be084c1{background:var(--triplex-next-AlertProcess-System_Background-0-30-0)}.alertProcess__79afe9f5.alertTypeFeature__6e54fd5b{background:var(--triplex-next-AlertProcess-Feature_Background-0-30-0)}.alertProcess__79afe9f5.alertTypeFeature__6e54fd5b .themeIcon__d0b8f0b5{padding-top:0}.alertProcess__79afe9f5 .alertProcessContentBlock__b963f3cc{flex:1;margin-left:10px}.alertProcess__79afe9f5 .alertProcessContentBlock__b963f3cc .expandableContent__fbb104be{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__79afe9f5 .alertProcessContentBlock__b963f3cc .expandableContent__fbb104be.expanded__7bff9cfb{max-height:1000px;opacity:1}.alertProcess__79afe9f5 .closeButton__8eda5c77{margin-left:10px}.alertProcess__79afe9f5 .expandButton__5f52e50f{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__79afe9f5 .expandButton__5f52e50f.expanded__7bff9cfb{transform:rotate(180deg)}.adaptive__d7f62603{font-size:10px!important;line-height:12px!important}.avatar__47036cf6{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-0-30-0)}.avatar__47036cf6.borderRadius6__b5d9b299{border-radius:6px}.avatar__47036cf6.borderRadius8__c1d3da8d{border-radius:8px}.avatar__47036cf6.borderRadius10__f26bd10e{border-radius:10px}.avatar__47036cf6.borderRadius12__0da5d86c{border-radius:12px}.avatar__47036cf6.borderRadius16__286228ff{border-radius:16px}.avatar__47036cf6.xxs__20b770b9{width:28px;height:28px}.avatar__47036cf6.xs__2376e0ba{width:32px;height:32px}.avatar__47036cf6.sm__1f207525{width:40px;height:40px}.avatar__47036cf6.md__0a94b3a1{width:56px;height:56px}.avatar__47036cf6.lg__7f0186c4{width:80px;height:80px}.avatar__47036cf6.xl__c32818f1{width:96px;height:96px}.avatar__47036cf6.xxl__f496a103{width:128px;height:128px}.carouselExtended__856fa8fc{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__856fa8fc::-webkit-scrollbar{display:none}.checkboxTreeExtended__c8d42f27{margin-bottom:-12px}.checkboxTreeExtendedNode__d47a209a .checkboxTreeExtendedNode__d47a209a:has(.sm__4fb1b6b4){margin-left:16px}.checkboxTreeExtendedNode__d47a209a .checkboxTreeExtendedNode__d47a209a:has(.md__3830a42c),.checkboxTreeExtendedNode__d47a209a .checkboxTreeExtendedNode__d47a209a:has(.lg__c87375a6){margin-left:24px}.checkboxTreeExtendedNodeHeader__e86a59b8{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__e86a59b8.sm__4fb1b6b4{margin-bottom:8px}.checkboxTreeExtendedNodeHeader__e86a59b8.md__3830a42c,.checkboxTreeExtendedNodeHeader__e86a59b8.lg__c87375a6{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__e86a59b8 .checkboxTreeCheckboxLabel__665ed7f5{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__e86a59b8 .caretIconWrapper__f3fd6419{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__e86a59b8 .caretIconWrapper__f3fd6419:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-0-30-0)}.checkboxTreeExtendedNodeHeader__e86a59b8.opened__ee7b9873 .caretIconWrapper__f3fd6419{transform:rotate(180deg)}@media(max-width:767px){.checkboxTreeExtended__c8d42f27{padding:0 16px}.checkboxTreeExtended__c8d42f27 .checkboxTreeExtendedNodeHeader__e86a59b8{margin-bottom:0}.checkboxTreeExtended__c8d42f27 .checkboxTreeExtendedNodeHeader__e86a59b8 .checkboxTreeCheckboxLabel__665ed7f5{padding-top:16px;padding-bottom:16px}.checkboxTreeExtended__c8d42f27 .checkboxTreeExtendedNodeHeader__e86a59b8 .checkboxTreeCheckboxLabel__665ed7f5>span,.checkboxTreeExtended__c8d42f27 .checkboxTreeExtendedNodeHeader__e86a59b8 .checkboxTreeCheckboxLabel__665ed7f5>svg,.checkboxTreeExtended__c8d42f27 .checkboxTreeExtendedNodeHeader__e86a59b8 .checkboxTreeCheckboxLabel__665ed7f5 .checkboxTreeCheckbox__36154430{top:14px}}.chipGroup__07e61abd{display:flex}.chipGroup__07e61abd.oneLine__17eacf30{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__07e61abd.oneLine__17eacf30::-webkit-scrollbar{display:none}.chipGroup__07e61abd.multiLine__8891d1ff{flex-wrap:wrap}.chipGroup__07e61abd.lg__5ceccd89{gap:12px}.chipGroup__07e61abd.md__bbdd4b24,.chipGroup__07e61abd.sm__51b0ae47{gap:8px}.col-1__9c60905a{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__010ae77e{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__05b339c8{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__dd11bee5{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__f40ab5d3{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__4caec9af{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__80bf1b74{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__48cb6e94{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__5e3d0b1c{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__db70c41c{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__a2a9506e{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__99c652bf{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__9522e339{margin-left:0%}.offset-1__2da26ad1{margin-left:8.33333333%}.offset-2__6a8bba59{margin-left:16.66666667%}.offset-3__6544e943{margin-left:25%}.offset-4__d7b76aa9{margin-left:33.33333333%}.offset-5__c02f1598{margin-left:41.66666667%}.offset-6__570eaeeb{margin-left:50%}.offset-7__dbe82538{margin-left:58.33333333%}.offset-8__f3a69a52{margin-left:66.66666667%}.offset-9__1457e77a{margin-left:75%}.offset-10__168e64d5{margin-left:83.33333333%}.offset-11__0cdac843{margin-left:91.66666667%}.d-none__28b23c78{display:none!important}.d-block__6389d432{display:block!important}@media(min-width:576px){.col-sm-1__105c0644{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__53ba3f60{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__cdf7cde4{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__1b73824e{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__b25bf190{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__440739c7{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__2c164a91{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__abc6ee16{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__9190078f{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__119ca70a{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__3baad75d{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__7abb2622{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__10ae5125{margin-left:0%}.offset-sm-1__bcd8b9bf{margin-left:8.33333333%}.offset-sm-2__e89e4db6{margin-left:16.66666667%}.offset-sm-3__7df7d4c4{margin-left:25%}.offset-sm-4__56f3767a{margin-left:33.33333333%}.offset-sm-5__3a94dfea{margin-left:41.66666667%}.offset-sm-6__f97ee59a{margin-left:50%}.offset-sm-7__0a19a18a{margin-left:58.33333333%}.offset-sm-8__c0b9050a{margin-left:66.66666667%}.offset-sm-9__62e60f53{margin-left:75%}.offset-sm-10__8c3f4977{margin-left:83.33333333%}.offset-sm-11__3b6a15a9{margin-left:91.66666667%}.d-none-sm__a5a9a0c5{display:none!important}.d-block-sm__86023727{display:block!important}}@media(min-width:768px){.col-md-1__bf0af312{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__eb938c45{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__fada723e{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__64e6e75e{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__5c8fe39a{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__f8c71654{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__0691bb96{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__7968de0a{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__a8c07fcc{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__7dede3fa{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__3848c3e7{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__b153781e{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__92ffa8fc{margin-left:0%}.offset-md-1__4926dc96{margin-left:8.33333333%}.offset-md-2__6acd9d5f{margin-left:16.66666667%}.offset-md-3__7ac610fa{margin-left:25%}.offset-md-4__2576450c{margin-left:33.33333333%}.offset-md-5__5f51d495{margin-left:41.66666667%}.offset-md-6__291c040d{margin-left:50%}.offset-md-7__92b4a3b2{margin-left:58.33333333%}.offset-md-8__23c13ff3{margin-left:66.66666667%}.offset-md-9__12414fbf{margin-left:75%}.offset-md-10__86340e53{margin-left:83.33333333%}.offset-md-11__542efd61{margin-left:91.66666667%}.d-none-md__5813dd9c{display:none!important}.d-block-md__137b0a66{display:block!important}}@media(min-width:992px){.col-lg-1__de147797{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__509259d6{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__ba1cb85b{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__37a8cdc0{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__a27bb1d9{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__4c377641{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__ce260864{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__ef6f278d{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__4a2c1187{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__c3fd8fa6{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__f28780fb{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__5bc0f23a{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__bea36e5a{margin-left:0%}.offset-lg-1__39c64be9{margin-left:8.33333333%}.offset-lg-2__10e60c22{margin-left:16.66666667%}.offset-lg-3__78719079{margin-left:25%}.offset-lg-4__2fcd6026{margin-left:33.33333333%}.offset-lg-5__fc750ada{margin-left:41.66666667%}.offset-lg-6__5cf01902{margin-left:50%}.offset-lg-7__8be91949{margin-left:58.33333333%}.offset-lg-8__937ec756{margin-left:66.66666667%}.offset-lg-9__8b985cd4{margin-left:75%}.offset-lg-10__3d8d9279{margin-left:83.33333333%}.offset-lg-11__12686652{margin-left:91.66666667%}.d-none-lg__0096f481{display:none!important}.d-block-lg__7d00ca91{display:block!important}}@media(min-width:1200px){.col-xl-1__5310aa9c{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__23bec541{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__c0a0e25f{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__79f7d24e{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__8f0d2a8a{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__f2200df9{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__cc5cb839{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__d37a023b{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__aa550692{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__78578eed{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__151d7cf6{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__6e1b9296{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__574dc265{margin-left:0%}.offset-xl-1__6e28a962{margin-left:8.33333333%}.offset-xl-2__50d6ea1b{margin-left:16.66666667%}.offset-xl-3__9e9154af{margin-left:25%}.offset-xl-4__94c1327f{margin-left:33.33333333%}.offset-xl-5__2711c847{margin-left:41.66666667%}.offset-xl-6__5ae2098f{margin-left:50%}.offset-xl-7__5cf23cef{margin-left:58.33333333%}.offset-xl-8__a0999843{margin-left:66.66666667%}.offset-xl-9__517baf94{margin-left:75%}.offset-xl-10__565d56e3{margin-left:83.33333333%}.offset-xl-11__f55ef1aa{margin-left:91.66666667%}.d-none-xl__d684fe2d{display:none!important}.d-block-xl__e5acbd2b{display:block!important}}.confirm__51f40187{flex-grow:1;margin:0 auto;max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2);box-sizing:border-box}.confirm__51f40187.isInLightBox__8c765e23{max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2)}.confirm__51f40187.isInSideOverlaySM__bd5322ed{max-width:520px}.confirm__51f40187.isInSideOverlayMD__47906e5a{max-width:680px}.confirm__51f40187.isInSideOverlayLG__b6dba01c{max-width:800px}.confirmCloseButton__543d792f{position:absolute;top:24px;right:24px}.confirmContent__46ae740e{margin-bottom:24px;padding-right:56px}.confirmControls__ab5d9141{white-space:nowrap}.confirmContentTitle__75ef3cba{margin-bottom:12px}@media(max-width:767px){.confirmCloseButton__543d792f{top:16px;right:16px}.confirmContent__46ae740e{margin-bottom:16px}}.dateRange__48ccf72b{display:flex;align-items:center}.dateRangeButton__cda3aaa6{z-index:1}.separator__1ee9e540{width:20px;height:20px;flex-shrink:0}.divider__47a9a795{height:1px;margin:0;background:var(--triplex-next-Divider-Background-0-30-0);border:none}.marginTopSize-4__7e0471f2{margin-top:4px}.marginBottomSize-4__998b78ae{margin-bottom:4px}.marginTopSize-8__4ce10c33{margin-top:8px}.marginBottomSize-8__3725e812{margin-bottom:8px}.marginTopSize-12__3a8bda75{margin-top:12px}.marginBottomSize-12__92bc9aa4{margin-bottom:12px}.marginTopSize-16__d3319d48{margin-top:16px}.marginBottomSize-16__91ec3539{margin-bottom:16px}.marginTopSize-20__f8b608b6{margin-top:20px}.marginBottomSize-20__f2ea9f33{margin-bottom:20px}.marginTopSize-24__9be7931e{margin-top:24px}.marginBottomSize-24__1e03087d{margin-bottom:24px}.marginTopSize-28__49f3e463{margin-top:28px}.marginBottomSize-28__9f5c2a7b{margin-bottom:28px}.marginTopSize-32__681878a7{margin-top:32px}.marginBottomSize-32__905218e0{margin-bottom:32px}.smallInput__30c24ef2{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-30-0);background:var(--triplex-next-SmallInput-Background-0-30-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-0-30-0)}.smallInput__30c24ef2::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-0-30-0);opacity:1}.smallInput__30c24ef2::-ms-clear{display:none}.link__3a70d41c{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-0-30-0)}.link__3a70d41c:hover{color:var(--triplex-next-Link-Text_Color_Hover-0-30-0)}.link__3a70d41c:active{color:var(--triplex-next-Link-Text_Color_Active-0-30-0)}.link__3a70d41c:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-0-30-0)}.wordWithContent__7d467fd9{white-space:nowrap;display:inline-flex;align-items:center}.before__d9a36fa9 :first-child{margin-right:2px}.after__aff3992a :last-child{margin-left:2px}.documentNumberEdit__f32b88ce .label__6f023373{display:inline-block;margin-right:8px}.documentNumberEdit__f32b88ce .inputEditWrapper__98638754{width:68px;display:inline-block}.ellipsisLineClamp__093674be{--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__093674be.oneLine__741449e5{word-break:break-all}.emptyView__824fdb44,.container__ac856f30{display:flex;flex-direction:column;align-items:center;width:100%}.icon__a7731edb{flex-shrink:0}.textBlock__2fd36734{text-align:center}button.helpBoxButton__6ede47e4{position:relative;vertical-align:text-bottom}.islandAccordion__65497b20{margin:0;padding:0}.islandAccordion__65497b20 .island__247d7e8c{padding:0}.islandAccordion__65497b20 .item__e34417f1{position:relative;list-style-type:none}.islandAccordion__65497b20 .item__e34417f1.disabled__b4a6a3fd{cursor:default;pointer-events:none}.islandAccordion__65497b20 .item__e34417f1+.item__e34417f1.sm__3715589f,.islandAccordion__65497b20 .item__e34417f1+.item__e34417f1.md__4be3a97a{margin-top:16px}.islandAccordion__65497b20 .item__e34417f1+.item__e34417f1.lg__90a58174{margin-top:24px}.islandAccordion__65497b20 .item__e34417f1 .header__290ea1ec{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__65497b20 .item__e34417f1 .header__290ea1ec:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-0-30-0)}.islandAccordion__65497b20 .item__e34417f1.type1__a161ddb6:not(.opened__38162d4e) .header__290ea1ec:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-30-0)}.islandAccordion__65497b20 .item__e34417f1.type2__882e0c9c:not(.opened__38162d4e) .header__290ea1ec:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-30-0)}.islandAccordion__65497b20 .item__e34417f1.type3__45a6c04f:not(.opened__38162d4e) .header__290ea1ec:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-30-0)}.islandAccordion__65497b20 .item__e34417f1 .footer__ba7358b8{text-align:right}.islandAccordion__65497b20 .item__e34417f1 .body__efa5b16e,.islandAccordion__65497b20 .item__e34417f1 .footer__ba7358b8{visibility:hidden}.islandAccordion__65497b20 .item__e34417f1.opened__38162d4e .body__efa5b16e,.islandAccordion__65497b20 .item__e34417f1.opened__38162d4e .footer__ba7358b8{visibility:visible}.islandAccordion__65497b20 .item__e34417f1 .caretWrapper__1fd4eb9b{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__65497b20 .item__e34417f1 .caretIcon__20f73fdf{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__65497b20 .item__e34417f1 .title__12613e06{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__65497b20 .item__e34417f1.sm__3715589f .header__290ea1ec{padding:16px;border-radius:16px}.islandAccordion__65497b20 .item__e34417f1.sm__3715589f .title__12613e06{padding-right:42px}.islandAccordion__65497b20 .item__e34417f1.sm__3715589f .body__efa5b16e,.islandAccordion__65497b20 .item__e34417f1.sm__3715589f .footer__ba7358b8{padding:0 16px 16px}.islandAccordion__65497b20 .item__e34417f1.sm__3715589f .caretWrapper__1fd4eb9b{right:10px}.islandAccordion__65497b20 .item__e34417f1.sm__3715589f .remove__bd84736d{right:-36px;top:18px}.islandAccordion__65497b20 .item__e34417f1.sm__3715589f .step__242e45f0{margin-right:12px}.islandAccordion__65497b20 .item__e34417f1.md__4be3a97a .header__290ea1ec{padding:24px;border-radius:24px}.islandAccordion__65497b20 .item__e34417f1.md__4be3a97a .title__12613e06{padding-right:42px}.islandAccordion__65497b20 .item__e34417f1.md__4be3a97a .body__efa5b16e,.islandAccordion__65497b20 .item__e34417f1.md__4be3a97a .footer__ba7358b8{padding:0 24px 24px}.islandAccordion__65497b20 .item__e34417f1.md__4be3a97a .caretWrapper__1fd4eb9b{right:18px}.islandAccordion__65497b20 .item__e34417f1.md__4be3a97a .remove__bd84736d{right:-40px;top:26px}.islandAccordion__65497b20 .item__e34417f1.md__4be3a97a .step__242e45f0{margin-right:12px}.islandAccordion__65497b20 .item__e34417f1.lg__90a58174 .header__290ea1ec{padding:32px;border-radius:32px}.islandAccordion__65497b20 .item__e34417f1.lg__90a58174 .title__12613e06{padding-right:44px}.islandAccordion__65497b20 .item__e34417f1.lg__90a58174 .body__efa5b16e,.islandAccordion__65497b20 .item__e34417f1.lg__90a58174 .footer__ba7358b8{padding:0 32px 32px}.islandAccordion__65497b20 .item__e34417f1.lg__90a58174 .caretWrapper__1fd4eb9b{right:24px}.islandAccordion__65497b20 .item__e34417f1.lg__90a58174 .remove__bd84736d{right:-40px;top:36px}.islandAccordion__65497b20 .item__e34417f1.lg__90a58174 .step__242e45f0{margin:0 16px 0 0}.islandAccordion__65497b20 .item__e34417f1.opened__38162d4e:not(.disabled__b4a6a3fd) .caretWrapper__1fd4eb9b .caretIcon__20f73fdf{transform:rotate(-180deg)}.islandAccordion__65497b20 .item__e34417f1 .remove__bd84736d{position:absolute}@media(max-width:767px){.islandAccordion__65497b20 .item__e34417f1 .title__12613e06{white-space:normal;overflow-wrap:anywhere}.islandAccordion__65497b20 .item__e34417f1 .footer__ba7358b8{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__65497b20 .item__e34417f1 .footer__ba7358b8>*{margin-left:0!important}.islandAccordion__65497b20 .item__e34417f1 .caretWrapper__1fd4eb9b{transform:none}.islandAccordion__65497b20 .item__e34417f1.sm__3715589f .title__12613e06{padding-right:34px}.islandAccordion__65497b20 .item__e34417f1.sm__3715589f .caretWrapper__1fd4eb9b{top:18px}.islandAccordion__65497b20 .item__e34417f1.md__4be3a97a .header__290ea1ec{padding:16px;border-radius:16px}.islandAccordion__65497b20 .item__e34417f1.md__4be3a97a .title__12613e06{padding-right:34px}.islandAccordion__65497b20 .item__e34417f1.md__4be3a97a .body__efa5b16e,.islandAccordion__65497b20 .item__e34417f1.md__4be3a97a .footer__ba7358b8{padding:0 16px 16px}.islandAccordion__65497b20 .item__e34417f1.md__4be3a97a .caretWrapper__1fd4eb9b{right:10px;top:18px}.islandAccordion__65497b20 .item__e34417f1.md__4be3a97a .remove__bd84736d{top:18px}.islandAccordion__65497b20 .item__e34417f1.lg__90a58174 .header__290ea1ec{padding:24px;border-radius:24px}.islandAccordion__65497b20 .item__e34417f1.lg__90a58174 .title__12613e06{padding-right:34px}.islandAccordion__65497b20 .item__e34417f1.lg__90a58174 .body__efa5b16e,.islandAccordion__65497b20 .item__e34417f1.lg__90a58174 .footer__ba7358b8{padding:0 24px 24px}.islandAccordion__65497b20 .item__e34417f1.lg__90a58174 .caretWrapper__1fd4eb9b{top:26px;right:18px}.islandAccordion__65497b20 .item__e34417f1.lg__90a58174 .remove__bd84736d{top:26px}}.step__1caa01e6{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__1caa01e6.sm__187b6b71,.step__1caa01e6.md__a954209c{width:28px;height:28px}.step__1caa01e6.lg__72f76819{width:32px;height:32px}.step__1caa01e6.default__178bb748{background-color:var(--triplex-next-Step-Background_Default-0-30-0)}.step__1caa01e6.default__178bb748>span{color:var(--triplex-next-Step-Color_Default-0-30-0)}.step__1caa01e6.done__2841b3ce{background-color:var(--triplex-next-Step-Background_Done-0-30-0)}.step__1caa01e6.done__2841b3ce>span{color:var(--triplex-next-Step-Color_Done-0-30-0)}.step__1caa01e6.warning__4a3db273{background-color:var(--triplex-next-Step-Background_Warning-0-30-0)}.step__1caa01e6.warning__4a3db273>span{color:var(--triplex-next-Step-Color_Warning-0-30-0)}.step__1caa01e6.active__215aee48{background-color:var(--triplex-next-Step-Background_Active-0-30-0)}.step__1caa01e6.active__215aee48>span{color:var(--triplex-next-Step-Color_Active-0-30-0)}.step__1caa01e6.error__b32aa0cb{background-color:var(--triplex-next-Step-Background_Error-0-30-0)}.step__1caa01e6.error__b32aa0cb>span{color:var(--triplex-next-Step-Color_Error-0-30-0)}.step__1caa01e6.disabled__fdc85942{background-color:var(--triplex-next-Step-Background_Disabled-0-30-0)}.step__1caa01e6.disabled__fdc85942>span{color:var(--triplex-next-Step-Color_Disabled-0-30-0)}@media(max-width:767px){.step__1caa01e6.lg__72f76819{width:28px;height:28px}}.lightBox__90576825{--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__90576825.sm__ad02fc65{--lightBox-content-max-width: 664px}.lightBox__90576825.md__ee839964{--lightBox-content-max-width: 864px}.lightBox__90576825.lg__640ea2ad{--lightBox-content-max-width: 1064px}.lightBox__90576825.xl__e6193f5c{--lightBox-content-max-width: 1264px}.lightBox__90576825 .lightBoxBackdrop__edff59f6{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-30-0)}.lightBox__90576825.lightBoxSideOverlayActive__f6b14cef,.lightBox__90576825.lightBoxTopOverlayActive__9d9ac5bb{overflow-y:hidden}.lightBox__90576825 .lightBoxContent__9ec5f823{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-30-0)}.lightBox__90576825 .lightBoxContent__9ec5f823>.global-page{width:100%;max-width:var(--lightBox-content-max-width);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBox__90576825 .lightBoxContent__9ec5f823>.global-page{padding:16px}}.lightBox__90576825 .loadingContentOverlay__d31ffcb5{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__90576825 .lightBoxContentResizeWrapper__a8ba1595{position:absolute;left:0;right:0;height:0}.lightBox__90576825 .tempElSafariBug__0cab1750{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__46af7f7c,.global-LB-less-or-equal-media-point-0 .lightBox__90576825.lightBoxSideOverlayActive__f6b14cef{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__9ec5f823{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__9ec5f823{padding-left:80px;padding-right:80px}.lightBoxControls__04dcb919{z-index:100}.withKeyboardEvent__df93df87{display:inline-block}.withoutKeyboardEvent__69f83ca3,.lightBox__90576825.lightBoxSideOverlayActive__f6b14cef .withKeyboardEvent__df93df87,.lightBox__90576825.lightBoxTopOverlayActive__9d9ac5bb .withKeyboardEvent__df93df87,.lightBox__90576825.isLoading__95ffbf4c .withKeyboardEvent__df93df87{display:none}.lightBox__90576825.lightBoxSideOverlayActive__f6b14cef .withoutKeyboardEvent__69f83ca3,.lightBox__90576825.lightBoxTopOverlayActive__9d9ac5bb .withoutKeyboardEvent__69f83ca3,.lightBox__90576825.isLoading__95ffbf4c .withoutKeyboardEvent__69f83ca3{display:inline-block}.lightBox__90576825.isLoading__95ffbf4c .lightBoxPrev__41936ca9,.lightBox__90576825.isLoading__95ffbf4c .lightBoxNext__21d5cf39{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__04dcb919{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__38a17f3b{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__125fc091{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__1580649f{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__41936ca9,.global-LB-less-or-equal-media-point-0 .lightBoxNext__21d5cf39{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__41936ca9{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__15006f9d,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__f38cf036{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__04dcb919{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__38a17f3b{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__125fc091{display:none}.global-LB-more-media-point-0 .lightBoxClose__1580649f{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__41936ca9,.global-LB-more-media-point-0 .lightBoxNext__21d5cf39{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__41936ca9{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__21d5cf39{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__bdbb88fa{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__bdbb88fa.fixed__9ca3c373{position:fixed}.overlay__bdbb88fa.closing__e3d63dda,.overlay__bdbb88fa.opened__2a09660c{visibility:visible;left:0;right:0}.overlayPanel__7da39cfb{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-0-30-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__7da39cfb.bottom__df207910{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__7da39cfb.left__58576fb3{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__7da39cfb.right__474a922b{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__7da39cfb.top__7344bab5{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__7da39cfb.left__58576fb3.opened__2a09660c,.overlayPanel__7da39cfb.right__474a922b.opened__2a09660c{transform:translate(0)}.overlayPanel__7da39cfb.top__7344bab5.opened__2a09660c,.overlayPanel__7da39cfb.bottom__df207910.opened__2a09660c{transform:translateY(0)}.overlayContent__df5c4ff8{display:flex;min-height:100%}.overlayMask__999424a8{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-0-30-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__999424a8.overlayOpened__fda6c76b{opacity:1}.lightBoxSideOverlayLoaderWrapper__535a56aa{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__d17ed456{position:absolute;top:24px;right:24px;bottom:0;pointer-events:none}.lightBoxSideOverlayCloseDesktop__9c11ef1d{position:sticky;top:24px;pointer-events:auto}.lightBoxSideOverlayCloseMobile__b44d2e96{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__d17ed456{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__b44d2e96{display:block}@media(max-width:767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__b44d2e96{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__d17ed456{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__b44d2e96{display:none}.lightBoxSideOverlayMask__0000e939{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-30-0)}.lightBoxSideOverlayWrapper__92476353{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__92476353.overflowXHidden__bf76ae44{overflow-x:hidden}.lightBoxSideOverlayWrapper__92476353.overflowYHidden__a5e59559{overflow-y:hidden}.lightBoxSideOverlayWrapper__92476353.closing__8d2bc4f4,.lightBoxSideOverlayWrapper__92476353.opened__72bb30e6{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__92476353.closing__8d2bc4f4{pointer-events:none}.lightBoxSideOverlayWrapper__92476353 .global-page{max-width:var(--lightBox-content-max-width, 864px);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBoxSideOverlayWrapper__92476353 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__92476353 .lightBoxSideOverlayContent__540ec9c8{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-0-30-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__92476353 .lightBoxSideOverlayContent__540ec9c8.opened__72bb30e6{transform:none}.lightBoxSideOverlayWrapper__92476353 .lightBoxSideOverlayContent__540ec9c8.opening__32a55e3e{transform:translateY(0)}.lightBoxSideOverlayWrapper__92476353.sm__ad02fc65 .global-page{width:584px;max-width:100%}.lightBoxSideOverlayWrapper__92476353.md__ee839964 .global-page{width:744px;max-width:100%}.lightBoxSideOverlayWrapper__92476353.lg__640ea2ad .global-page{width:864px;max-width:100%}.lightBoxSideOverlayWrapper__92476353 .lightBoxSideOverlayBase__0b2d7a24{overflow:visible;bottom:auto;height:100%}@media(max-width:767px){.lightBoxSideOverlayWrapper__92476353 .lightBoxSideOverlayContent__540ec9c8{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__92476353 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__92476353 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__ecda4314{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__ecda4314.closing__8d2bc4f4,.lightBoxSideOverlay__ecda4314.opening__32a55e3e{overflow-x:hidden}.topOverlayMask__b5ad18ca{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-0-30-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__2a809273{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__2a809273.closing__8759bfcb,.topOverlayWrapper__2a809273.opened__49f2d5a4{bottom:0}.topOverlayWrapper__2a809273 .topOverlayPanel__d1e91180{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__eee4bca6{z-index:500}@media(max-width:767px){.topOverlayPanel__d1e91180{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__05fbcb75{--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__05fbcb75.fixed__1a8952b9{position:fixed}.lightBoxRightSidebar__c8954f12{--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__c8954f12.fixed__1a8952b9{position:fixed}.hidden__3dae7e3f{display:none}html.scroll-0__07266a3d{--triplex-next-scroll-width: 0px}html.scroll-15__c146d846{--triplex-next-scroll-width: 15px}html.scroll-16__091205f7{--triplex-next-scroll-width: 16px}html.scroll-17__16119bd1{--triplex-next-scroll-width: 17px}.listMasterChipGroup__b6d9dc86{padding:0 16px}.listMasterFooter__265ec9dc{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-0-30-0);box-shadow:var(--triplex-next-ListMaster-Footer_Shadow-0-30-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__265ec9dc.sticky__0070ef85{position:sticky;bottom:0}.listMasterFooterDescription__485029c4{padding-right:16px}.listMasterFooterControls__42d5b80b{white-space:nowrap}.listMasterHeader__4287dcca{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-0-30-0);box-shadow:var(--triplex-next-ListMaster-Header_Shadow-0-30-0)}.listMasterHeader__4287dcca.sticky__0070ef85{position:sticky;top:0;z-index:2}.selectionControls__75233c1f{display:flex;justify-content:space-between;align-items:center}.marker__5d12eb94.success__b6e6b807{background:var(--triplex-next-Marker-Background_Success-0-30-0)}.marker__5d12eb94.error__ddaf3c76{background:var(--triplex-next-Marker-Background_Error-0-30-0)}.marker__5d12eb94.warning__f32f0aef{background:var(--triplex-next-Marker-Background_Warning-0-30-0)}.marker__5d12eb94.waiting__a1777310{background:var(--triplex-next-Marker-Background_Waiting-0-30-0)}.markerStatus__42978a63{line-height:0;display:flex;align-items:start}.markerStatus__42978a63 .contentContainer__edc8d638{display:flex;flex-direction:column}.markerStatus__42978a63.md__660ea236{gap:4px}.markerStatus__42978a63.md__660ea236 .markerContainer__a4c6add7{margin-top:4px}.markerStatus__42978a63.lg__8787fd53{gap:6px}.markerStatus__42978a63.lg__8787fd53 .contentContainer__edc8d638{gap:4px}.markerStatus__42978a63.lg__8787fd53 .markerContainer__a4c6add7{margin-top:5px}.monthYearRange__899bd8a8{display:flex;align-items:center}.monthYearRangeButton__1da3c81c{z-index:1}.separator__02e3a83c{width:16px;height:16px;flex-shrink:0}.orderedListItem__3f96e9f0{counter-increment:list-item-tx}.orderedListItem__3f96e9f0:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__3f96e9f0+.orderedListItem__3f96e9f0{margin-top:8px}.orderedList__8e145fdb{--start-index-tx: 0;position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx var(--start-index-tx)}.paginationExtended__5bc17859{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__c3e6e12f .directionIconNext__8a6c9917{transform:rotate(180deg)}.paginationPageEllipsis__7f6407f1{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;cursor:default}.paginationPageButton__df0bcfdd{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__df0bcfdd:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-0-30-0);outline:none}.paginationPageButton__df0bcfdd:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-0-30-0)}.paginationPageButton__df0bcfdd:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-0-30-0);cursor:grabbing}.paginationPageButton__df0bcfdd.currentPage__d8d01b0a{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-0-30-0);cursor:default}.paginationNavigationExtended__7bf85f5e{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__3abb7d33{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__3abb7d33 .paginationSelectControl__fb8a259e{margin-left:8px;min-width:72px}.row__40016c39{display:flex;flex-wrap:wrap;margin-left:-8px;margin-right:-8px;padding-bottom:16px}.row__40016c39.noPaddingBottom__897b0813,.row__40016c39:last-child{padding-bottom:0}.segmentedControlSegment__2f460391{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-30-0);outline:none;cursor:pointer}.segmentedControlSegment__2f460391:disabled{cursor:default}.sm__2668b6f9 .segmentedControlSegment__2f460391{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__600e4e9b .segmentedControlSegment__2f460391{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__9302b2cd .segmentedControlSegment__2f460391{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__ffc545af .segmentedControlSegment__2f460391{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-30-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-30-0)}.general1__ffc545af .segmentedControlSegment__2f460391:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-30-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-30-0)}.general1__ffc545af .segmentedControlSegment__2f460391:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-30-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-30-0)}.general1__ffc545af .segmentedControlSegment__2f460391.selected__3b135390{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-30-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-30-0)}.general1__ffc545af .segmentedControlSegment__2f460391.selected__3b135390:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-30-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-30-0)}.general1__ffc545af .segmentedControlSegment__2f460391.selected__3b135390:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-30-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-30-0)}.general2__c1dedce9 .segmentedControlSegment__2f460391{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-30-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-30-0)}.general2__c1dedce9 .segmentedControlSegment__2f460391:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-30-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-30-0)}.general2__c1dedce9 .segmentedControlSegment__2f460391:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-30-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-30-0)}.general2__c1dedce9 .segmentedControlSegment__2f460391.selected__3b135390{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-30-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-30-0)}.general2__c1dedce9 .segmentedControlSegment__2f460391.selected__3b135390:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-30-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-30-0)}.general2__c1dedce9 .segmentedControlSegment__2f460391.selected__3b135390:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-30-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-30-0)}.secondary1__d314cba0 .segmentedControlSegment__2f460391{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-30-0)}.secondary1__d314cba0 .segmentedControlSegment__2f460391:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-30-0)}.secondary1__d314cba0 .segmentedControlSegment__2f460391:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-30-0)}.secondary1__d314cba0 .segmentedControlSegment__2f460391.selected__3b135390{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-30-0)}.secondary1__d314cba0 .segmentedControlSegment__2f460391.selected__3b135390:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-30-0)}.secondary2__85fa85d6 .segmentedControlSegment__2f460391{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-30-0)}.secondary2__85fa85d6 .segmentedControlSegment__2f460391:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-30-0)}.secondary2__85fa85d6 .segmentedControlSegment__2f460391:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-30-0)}.secondary2__85fa85d6 .segmentedControlSegment__2f460391.selected__3b135390{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-30-0)}.secondary2__85fa85d6 .segmentedControlSegment__2f460391.selected__3b135390:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-30-0)}.segmentedControlSegment__2f460391:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-30-0)}.content__7c2b2312{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__64a32b70{display:flex;gap:4px}.segmentedControl__64a32b70.general1__ffc545af{background:var(--triplex-next-SegmentedControl-General_1_Background-0-30-0)}.segmentedControl__64a32b70.secondary1__d314cba0{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-0-30-0)}.segmentedControl__64a32b70.general2__c1dedce9{background:var(--triplex-next-SegmentedControl-General_2_Background-0-30-0)}.segmentedControl__64a32b70.secondary2__85fa85d6{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-0-30-0)}.segmentedControl__64a32b70.sm__2668b6f9{border-radius:6px;padding:4px}.segmentedControl__64a32b70.md__600e4e9b{border-radius:8px;padding:4px}.segmentedControl__64a32b70.lg__9302b2cd{border-radius:10px;padding:8px}.skeleton__c6fcd882{border-radius:16px;flex-grow:1}.skeleton__c6fcd882.light__6cdb7dbf{animation:skeleton-light-pulse__78236b97 2s ease-in-out infinite}.skeleton__c6fcd882.dark__7157cffb{animation:skeleton-dark-pulse__62cf3077 2s ease-in-out infinite}@keyframes skeleton-light-pulse__78236b97{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-30-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-0-30-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-30-0)}}@keyframes skeleton-dark-pulse__62cf3077{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-30-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-0-30-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-30-0)}}.sliderExtendedDot__1c667add{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-0-30-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__1c667add:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-30-0)}.sliderExtendedDot__1c667add.focusedByClick__7c86fd73:focus{box-shadow:none}.sliderExtendedDot__1c667add:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-0-30-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__1c667add:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-0-30-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__1c667add.disabled__d66da452{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-0-30-0)}.sliderExtendedDot__1c667add.disabled__d66da452:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-0-30-0)}.sliderExtendedDot__1c667add.disabled__d66da452:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-0-30-0)}.sliderExtendedDot__1c667add:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-0-30-0)}.sliderExtendedDot__1c667add:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-30-0)}.sliderExtendedDot__1c667add.dragByMouse__bdae3243{background:var(--triplex-next-Slider-Dot_Background_Select-0-30-0)}.sliderExtendedDot__1c667add.dragByMouse__bdae3243:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-30-0)}.sliderExtendedDot__1c667add:hover .sliderExtendedTooltipOverlay__2e3c63fb,.sliderExtendedDot__1c667add:focus .sliderExtendedTooltipOverlay__2e3c63fb{visibility:visible}.sliderExtendedDot__1c667add.lg__43cdd3b6{width:28px;height:28px}.sliderExtendedDot__1c667add.lg__43cdd3b6:after{width:10px;height:10px}.sliderExtendedDot__1c667add.lg__43cdd3b6:before{width:14px;height:14px}.sliderExtendedMarks__5630f00b{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__8828dc8a{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__8828dc8a .sliderExtendedMarkDot__22c32512{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-0-30-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__8828dc8a .sliderExtendedMarkDot__22c32512.inSelectedRange__79b1a667{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-0-30-0)}.sliderExtendedMark__8828dc8a.lg__43cdd3b6{top:20px}.sliderExtendedMark__8828dc8a.lg__43cdd3b6 .sliderExtendedMarkDot__22c32512{top:-20px}.sliderExtendedMark__8828dc8a .sliderExtendedMarkText__e1962226{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__8828dc8a.disabled__d66da452{pointer-events:none}.sliderExtendedMark__8828dc8a.disabled__d66da452 .sliderExtendedMarkText__e1962226{pointer-events:none;opacity:.35}.sliderExtendedMark__8828dc8a.disabled__d66da452 .sliderExtendedMarkDot__22c32512{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-30-0)}.sliderExtendedMark__8828dc8a:first-child,.sliderExtendedMark__8828dc8a:last-child{transform:none}.sliderExtendedMark__8828dc8a:first-child.reverse__7e367f31 .sliderExtendedMarkDot__22c32512{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__8828dc8a:first-child.reverse__7e367f31 .sliderExtendedMarkText__e1962226{margin-right:-4px}.sliderExtendedMark__8828dc8a:first-child:not(.reverse__7e367f31) .sliderExtendedMarkDot__22c32512{left:0;transform:translate(-50%)}.sliderExtendedMark__8828dc8a:first-child .sliderExtendedMarkText__e1962226{margin-left:-4px}.sliderExtendedMark__8828dc8a:last-child.reverse__7e367f31 .sliderExtendedMarkDot__22c32512{left:0;transform:translate(-50%)}.sliderExtendedMark__8828dc8a:last-child.reverse__7e367f31 .sliderExtendedMarkText__e1962226{margin-left:-4px}.sliderExtendedMark__8828dc8a:last-child:not(.reverse__7e367f31) .sliderExtendedMarkDot__22c32512{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__8828dc8a:last-child .sliderExtendedMarkText__e1962226{margin-right:-4px}.sliderExtendedMark__8828dc8a.active__b4f6f95f{pointer-events:none}.sliderExtendedRail__c6991329{height:4px;background:var(--triplex-next-Slider-Rail_Background-0-30-0);cursor:pointer}.sliderExtended__397fc146{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__397fc146.disabled__d66da452 .sliderExtendedRail__c6991329{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-0-30-0)}.sliderExtended__397fc146.lg__43cdd3b6{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__47fec982{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-0-30-0);z-index:10}.sliderExtendedTrack__47fec982.lg__43cdd3b6{top:12px}.sliderExtendedTrack__47fec982:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-30-0)}.sliderExtendedTrack__47fec982.focusedByClick__7c86fd73:focus{box-shadow:none}.sliderExtendedTrack__47fec982.hoverOrDragByMouse__086cbef8{background:var(--triplex-next-Slider-Track_Background_Hover-0-30-0)}.sliderExtendedTrack__47fec982.staticSlider__854249f3{cursor:default;pointer-events:none}.sliderExtendedTrack__47fec982.disabled__d66da452{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-0-30-0)}.sliderExtendedTooltipOverlay__2e3c63fb{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__2e3c63fb.lg__43cdd3b6{bottom:32px}.sliderExtendedTooltipOverlay__2e3c63fb .tooltipBody__08a451cf{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-0-30-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-0-30-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__2e3c63fb .tooltipTip__6b510a94{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-0-30-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.sliderExtendedTooltipOverlay__2e3c63fb .tooltipTip__6b510a94{margin:-.5px}}.smsField__e24cc5e7{display:inline-block;position:relative;width:100%}.smsField__e24cc5e7 .input__82962a58{text-align:center}.smsField__e24cc5e7 .input__82962a58::placeholder{opacity:1}.smsField__e24cc5e7 .input__82962a58:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-0-30-0)}.smsField__e24cc5e7 .input__82962a58.lg__82cee75c{padding:18px 40px}.smsField__e24cc5e7 .input__82962a58.md__ab6f630f{padding-left:26px;padding-right:26px}.smsField__e24cc5e7 .input__82962a58.sm__936bf6ea{padding-left:20px;padding-right:20px}.smsField__e24cc5e7 .btnRefresh__b8d7b9c0{position:absolute;outline:none;z-index:1}.smsField__e24cc5e7 .btnRefresh__b8d7b9c0.lg__82cee75c{top:12px;left:12px;height:32px;width:32px}.smsField__e24cc5e7 .btnRefresh__b8d7b9c0.md__ab6f630f{top:10px;left:10px}.smsField__e24cc5e7 .btnRefresh__b8d7b9c0.sm__936bf6ea{top:4px;left:4px}.smsField__e24cc5e7 .btnRefresh__b8d7b9c0 .full__bfe560ff{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-0-30-0)}.smsField__e24cc5e7 .btnRefresh__b8d7b9c0 .empty__6309ff91{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-0-30-0)}.smsField__e24cc5e7 .btnRefresh__b8d7b9c0:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-0-30-0)}.smsField__e24cc5e7 .btnSubmit__8cbd0a9c{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-0-30-0)}.smsField__e24cc5e7 .btnSubmit__8cbd0a9c.active__3de3404b:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-0-30-0)}.smsField__e24cc5e7 .btnSubmit__8cbd0a9c.active__3de3404b:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-0-30-0)}.smsField__e24cc5e7 .btnSubmit__8cbd0a9c.lg__82cee75c{top:15px;right:15px;height:26px;width:26px}.smsField__e24cc5e7 .btnSubmit__8cbd0a9c.md__ab6f630f{top:10px;right:10px}.smsField__e24cc5e7 .btnSubmit__8cbd0a9c.sm__936bf6ea{top:4px;right:4px}.spoiler__c6fcde09{display:flex;flex-direction:column}.spoiler__c6fcde09.opened__4983c3b8 .caretIcon__99e61c38{transform:rotate(-180deg)}.spoiler__c6fcde09 .head__619f19ad .caretIcon__99e61c38{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__c6fcde09 .head__619f19ad button>span{white-space:normal;text-align:left}.spoiler__c6fcde09 .content__281288fd.hidden__0f86e4cb{display:none}.spoiler__c6fcde09 .lg__130b0561 .content__281288fd{margin-top:8px}.spoiler__c6fcde09 .md__cbd488ae .content__281288fd{margin-top:0}.spoiler__c6fcde09 .sm__77037e3f .content__281288fd{margin-top:-4px}.statusTrackerWrapper__acb78087{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-30-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-0-30-0);overflow:hidden;height:100%}.statusTrackerWrapper__acb78087 .statusTracker__8aeafd2a{width:100%;padding:40px 24px 16px;box-sizing:border-box;z-index:1;text-align:center}.statusTrackerWrapper__acb78087 .statusTracker__8aeafd2a.verticalAlignMiddle__4104594f{align-self:center}.statusTrackerWrapper__acb78087 .statusTracker__8aeafd2a.verticalAlignBottom__4fbc0bbd{align-self:end}.statusTrackerWrapper__acb78087 .statusTracker__8aeafd2a .statusTrackerChild__8914ebdf{padding:8px 0}.statusTrackerWrapper__acb78087 .statusTracker__8aeafd2a .statusTrackerChild__8914ebdf:empty{padding:0}.statusTrackerWrapper__acb78087 .statusTracker__8aeafd2a .statusTrackerSum__5cba2dd5,.statusTrackerWrapper__acb78087 .statusTracker__8aeafd2a .statusTrackerTitle__f266c30c{padding-bottom:4px}.statusTrackerWrapper__acb78087 .statusTracker__8aeafd2a .statusTrackerDescription__7ef5807b{display:block;padding-top:8px}.statusTrackerWrapper__acb78087 .statusTracker__8aeafd2a .statusTrackerAlert__56485b5b{margin-top:12px;text-align:left}.statusTrackerWrapper__acb78087 .statusTracker__8aeafd2a .statusTrackerStatus__79a08dea{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__acb78087 .statusTracker__8aeafd2a .statusTrackerFooterWrapper__ea65f6be{display:grid}.statusTrackerWrapper__acb78087 .statusTracker__8aeafd2a .statusTrackerFooterWrapper__ea65f6be .statusTrackerDescription__7ef5807b:last-child{padding-top:0}.statusTrackerWrapper__acb78087 .statusTracker__8aeafd2a .statusTrackerFooterWrapper__ea65f6be .statusTrackerButton__13c534e2{margin-bottom:12px}.statusTrackerWrapper__acb78087 .statusTracker__8aeafd2a .statusTrackerFooterWrapper__ea65f6be .statusTrackerButton__13c534e2:last-child{margin-bottom:0}.statusTrackerWrapper__acb78087 .statusTrackerColor__8a59940e{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__acb78087 .statusTrackerColor__8a59940e.waiting__2dd5dd3c{background:var(--triplex-next-StatusTracker-Waiting_Color-0-30-0)}.statusTrackerWrapper__acb78087 .statusTrackerColor__8a59940e.warning__fa4f9865{background:var(--triplex-next-StatusTracker-Warning_Background-0-30-0)}.statusTrackerWrapper__acb78087 .statusTrackerColor__8a59940e.rejected__3a8df974{background:var(--triplex-next-StatusTracker-Rejected_Color-0-30-0)}.statusTrackerWrapper__acb78087 .statusTrackerColor__8a59940e.approved__4999a096{background:var(--triplex-next-StatusTracker-Approved_Color-0-30-0)}.statusTrackerWrapper__acb78087 .statusTrackerBackground__456c9565{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__acb78087 .statusTrackerBackground__456c9565.waiting__2dd5dd3c{background:var(--triplex-next-StatusTracker-Waiting_Background-0-30-0)}.statusTrackerWrapper__acb78087 .statusTrackerBackground__456c9565.warning__fa4f9865{background:var(--triplex-next-StatusTracker-Warning_Background-0-30-0)}.statusTrackerWrapper__acb78087 .statusTrackerBackground__456c9565.rejected__3a8df974{background:var(--triplex-next-StatusTracker-Rejected_Background-0-30-0)}.statusTrackerWrapper__acb78087 .statusTrackerBackground__456c9565.approved__4999a096{background:var(--triplex-next-StatusTracker-Approved_Background-0-30-0)}@media(max-width:767px){.statusTrackerWrapper__acb78087{border-radius:16px}}.stepperStep__40a3972f{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__40a3972f+.stepperStep__40a3972f{margin-left:12px}.stepperStep__40a3972f.sm__9b101b3d{font-size:12px;line-height:16px}.stepperStep__40a3972f.sm__9b101b3d:not(:last-child) .content__25fb41e2{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__40a3972f.sm__9b101b3d:last-child .content__25fb41e2{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__40a3972f.sm__9b101b3d:last-child .arrow__4e8a405d{display:none}.stepperStep__40a3972f.md__2f1110da{font-size:14px;line-height:20px}.stepperStep__40a3972f.md__2f1110da:not(:last-child) .content__25fb41e2{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__40a3972f.md__2f1110da:last-child .content__25fb41e2{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__40a3972f.md__2f1110da:last-child .arrow__4e8a405d{display:none}.stepperStep__40a3972f.lg__83e1bd8a{font-size:16px;line-height:20px}.stepperStep__40a3972f.lg__83e1bd8a:not(:last-child) .content__25fb41e2{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__40a3972f.lg__83e1bd8a:last-child .content__25fb41e2{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__40a3972f.lg__83e1bd8a:last-child .arrow__4e8a405d{display:none}.stepperStep__40a3972f:hover:not(.active__878902ec):not(.disabled__bda8c713) .content__25fb41e2{border-color:var(--triplex-next-Stepper-Step_Background_Hover-0-30-0);background:var(--triplex-next-Stepper-Step_Background_Hover-0-30-0)}.stepperStep__40a3972f:hover:not(.active__878902ec):not(.disabled__bda8c713) .arrow__4e8a405d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-30-0)}.stepperStep__40a3972f:hover:not(.active__878902ec):not(.disabled__bda8c713) .arrow__4e8a405d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-30-0)}.stepperStep__40a3972f.active__878902ec{cursor:default}.stepperStep__40a3972f.active__878902ec .content__25fb41e2{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-0-30-0)}.stepperStep__40a3972f.active__878902ec .arrow__4e8a405d path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-0-30-0)}.stepperStep__40a3972f.active__878902ec.error__943b6365 .content__25fb41e2{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-0-30-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-30-0)}.stepperStep__40a3972f.active__878902ec.error__943b6365 .arrow__4e8a405d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-30-0)}.stepperStep__40a3972f.active__878902ec.error__943b6365 .arrow__4e8a405d path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-0-30-0)}.stepperStep__40a3972f.active__878902ec.warning__e90170e5 .content__25fb41e2{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-30-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-30-0)}.stepperStep__40a3972f.active__878902ec.warning__e90170e5 .arrow__4e8a405d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-30-0)}.stepperStep__40a3972f.active__878902ec.warning__e90170e5 .arrow__4e8a405d path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-30-0)}.stepperStep__40a3972f.completed__e74a714d.error__943b6365 .content__25fb41e2{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-30-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-30-0)}.stepperStep__40a3972f.completed__e74a714d.error__943b6365 .arrow__4e8a405d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-30-0)}.stepperStep__40a3972f.completed__e74a714d.error__943b6365 .arrow__4e8a405d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-30-0)}.stepperStep__40a3972f.completed__e74a714d.error__943b6365:hover .content__25fb41e2{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-30-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-30-0)}.stepperStep__40a3972f.completed__e74a714d.error__943b6365:hover .arrow__4e8a405d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-30-0)}.stepperStep__40a3972f.completed__e74a714d.error__943b6365:hover .arrow__4e8a405d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-30-0)}.stepperStep__40a3972f.completed__e74a714d.warning__e90170e5 .content__25fb41e2{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-30-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-30-0)}.stepperStep__40a3972f.completed__e74a714d.warning__e90170e5 .arrow__4e8a405d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-30-0)}.stepperStep__40a3972f.completed__e74a714d.warning__e90170e5 .arrow__4e8a405d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-30-0)}.stepperStep__40a3972f.completed__e74a714d.warning__e90170e5:hover .content__25fb41e2{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-30-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-30-0)}.stepperStep__40a3972f.completed__e74a714d.warning__e90170e5:hover .arrow__4e8a405d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-30-0)}.stepperStep__40a3972f.completed__e74a714d.warning__e90170e5:hover .arrow__4e8a405d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-30-0)}.stepperStep__40a3972f.inactive__7f2ebb80 :not(.error__943b6365):not(.warning__e90170e5) .content__25fb41e2{color:var(--triplex-next-Stepper-Step_Color_Default-0-30-0)}.stepperStep__40a3972f.inactive__7f2ebb80 :not(.error__943b6365):not(.warning__e90170e5):hover .content__25fb41e2{color:var(--triplex-next-Stepper-Step_Color_Hover-0-30-0)}.stepperStep__40a3972f.inactive__7f2ebb80.error__943b6365 .content__25fb41e2{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-30-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-30-0)}.stepperStep__40a3972f.inactive__7f2ebb80.error__943b6365 .arrow__4e8a405d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-30-0)}.stepperStep__40a3972f.inactive__7f2ebb80.error__943b6365 .arrow__4e8a405d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-30-0)}.stepperStep__40a3972f.inactive__7f2ebb80.error__943b6365:hover .content__25fb41e2{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-30-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-30-0)}.stepperStep__40a3972f.inactive__7f2ebb80.error__943b6365:hover .arrow__4e8a405d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-30-0)}.stepperStep__40a3972f.inactive__7f2ebb80.error__943b6365:hover .arrow__4e8a405d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-30-0)}.stepperStep__40a3972f.inactive__7f2ebb80.warning__e90170e5 .content__25fb41e2{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-30-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-30-0)}.stepperStep__40a3972f.inactive__7f2ebb80.warning__e90170e5 .arrow__4e8a405d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-30-0)}.stepperStep__40a3972f.inactive__7f2ebb80.warning__e90170e5 .arrow__4e8a405d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-30-0)}.stepperStep__40a3972f.inactive__7f2ebb80.warning__e90170e5:hover .content__25fb41e2{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-30-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-30-0)}.stepperStep__40a3972f.inactive__7f2ebb80.warning__e90170e5:hover .arrow__4e8a405d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-30-0)}.stepperStep__40a3972f.inactive__7f2ebb80.warning__e90170e5:hover .arrow__4e8a405d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-30-0)}.stepperStep__40a3972f.disabled__bda8c713{pointer-events:none}.stepperStep__40a3972f.disabled__bda8c713 .content__25fb41e2{color:var(--triplex-next-Stepper-Step_Color_Disabled-0-30-0)}.stepperStep__40a3972f.disabled__bda8c713 .content__25fb41e2{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-0-30-0)}.stepperStep__40a3972f.disabled__bda8c713 .arrow__4e8a405d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-0-30-0)}.stepperStep__40a3972f.focusVisible__23535a67.completed__e74a714d .content__25fb41e2,.stepperStep__40a3972f.focusVisible__23535a67.active__878902ec .content__25fb41e2,.stepperStep__40a3972f.focusVisible__23535a67.inactive__7f2ebb80 .content__25fb41e2{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-30-0)}.stepperStep__40a3972f.focusVisible__23535a67.completed__e74a714d .arrow__4e8a405d path:last-child,.stepperStep__40a3972f.focusVisible__23535a67.active__878902ec .arrow__4e8a405d path:last-child,.stepperStep__40a3972f.focusVisible__23535a67.inactive__7f2ebb80 .arrow__4e8a405d path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-30-0)}.stepperStep__40a3972f.focusVisible__23535a67.completed__e74a714d:hover .content__25fb41e2,.stepperStep__40a3972f.focusVisible__23535a67.active__878902ec:hover .content__25fb41e2,.stepperStep__40a3972f.focusVisible__23535a67.inactive__7f2ebb80:hover .content__25fb41e2{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-30-0)}.stepperStep__40a3972f.focusVisible__23535a67.completed__e74a714d:hover .arrow__4e8a405d path:last-child,.stepperStep__40a3972f.focusVisible__23535a67.active__878902ec:hover .arrow__4e8a405d path:last-child,.stepperStep__40a3972f.focusVisible__23535a67.inactive__7f2ebb80:hover .arrow__4e8a405d path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-30-0)}.content__25fb41e2{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-0-30-0);color:var(--triplex-next-Stepper-Step_Color_Hover-0-30-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-0-30-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.arrow__4e8a405d{transform:translate(0)}.arrow__4e8a405d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-30-0)}.arrow__4e8a405d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-30-0)}.icon__f4870b2f{display:inline-flex;align-items:center;line-height:0}.nonempty__925c4041 .icon__f4870b2f{margin-right:6px}.stepperExtended__4ad1d024{display:flex;padding:0;margin:0;list-style:none}.stepperCarousel__05df1799{position:relative}.stepperCarousel__05df1799:hover .stepperButtonWrapper__faa55267{opacity:1;pointer-events:auto}.stepperButtonWrapper__faa55267{position:absolute;top:0;z-index:1;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.stepperButtonWrapper__faa55267.prev__931bb71b{left:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Prev-0-30-0)}.stepperButtonWrapper__faa55267.next__6dd6b58b{right:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Next-0-30-0)}.stepperButton__b40e2bc7.sm__9b101b3d{height:28px;width:28px}.stepperButton__b40e2bc7.md__2f1110da{height:40px;width:40px}.stepperButton__b40e2bc7.lg__83e1bd8a{height:56px;width:56px}@media(max-width:767px){.stepperButtonWrapper__faa55267{display:none}}.suggestFieldMobileBody__e73e6a89{height:176px}.suggestFieldMobileDropdownHint__fd75b770{padding:16px}.noColumns__db3c7e22{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__db3c7e22>.content__9c5eb4da{width:456px;text-align:center}.filterPanel__458f76f9{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__ae75cd8e{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__ae75cd8e>a:not(:first-child){margin-left:16px}.tabsLinePanel__31701394{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__c9baa583{0%{opacity:0}to{opacity:1}}.tableBasic__62ba2b9d{position:relative}.tableBasic__62ba2b9d table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__62ba2b9d table th.alignLeft__3158198a,.tableBasic__62ba2b9d table td.alignLeft__3158198a{text-align:left}.tableBasic__62ba2b9d table th.alignRight__6e5d0de0,.tableBasic__62ba2b9d table td.alignRight__6e5d0de0{text-align:right}.tableBasic__62ba2b9d table th.alignCenter__080c0219,.tableBasic__62ba2b9d table td.alignCenter__080c0219{text-align:center}.tableBasic__62ba2b9d table th.verticalAlignBaseline__35fbf0fe,.tableBasic__62ba2b9d table td.verticalAlignBaseline__35fbf0fe{vertical-align:baseline}.tableBasic__62ba2b9d table th.verticalAlignSub__733ac004,.tableBasic__62ba2b9d table td.verticalAlignSub__733ac004{vertical-align:sub}.tableBasic__62ba2b9d table th.verticalAlignSuper__3a36e6a8,.tableBasic__62ba2b9d table td.verticalAlignSuper__3a36e6a8{vertical-align:super}.tableBasic__62ba2b9d table th.verticalAlignTextTop__6c031edb,.tableBasic__62ba2b9d table td.verticalAlignTextTop__6c031edb{vertical-align:text-top}.tableBasic__62ba2b9d table th.verticalAlignTextBottom__85d8c7e7,.tableBasic__62ba2b9d table td.verticalAlignTextBottom__85d8c7e7{vertical-align:text-bottom}.tableBasic__62ba2b9d table th.verticalAlignMiddle__3b97409b,.tableBasic__62ba2b9d table td.verticalAlignMiddle__3b97409b{vertical-align:middle}.tableBasic__62ba2b9d table th.verticalAlignTop__6ed19719,.tableBasic__62ba2b9d table td.verticalAlignTop__6ed19719{vertical-align:top}.tableBasic__62ba2b9d table th.verticalAlignBottom__bd6bd1b1,.tableBasic__62ba2b9d table td.verticalAlignBottom__bd6bd1b1{vertical-align:bottom}.tableBasic__62ba2b9d table>thead>tr{height:48px}.tableBasic__62ba2b9d table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-0-30-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-30-0)}.tableBasic__62ba2b9d table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__62ba2b9d table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__62ba2b9d table>thead>tr>th.checkboxType__96143d18{padding:16px 12px}.tableBasic__62ba2b9d table>thead>tr>th .thBlock__9c51ba28{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__62ba2b9d table>thead>tr>th .thBlock__9c51ba28.order__97e83d30{cursor:pointer}.tableBasic__62ba2b9d table>thead>tr>th .thBlock__9c51ba28.order__97e83d30 .orderButton__e26be514{display:flex;visibility:hidden;align-items:center}.tableBasic__62ba2b9d table>thead>tr>th .thBlock__9c51ba28.order__97e83d30 .orderButton__e26be514.alignLeft__3158198a{margin-right:8px}.tableBasic__62ba2b9d table>thead>tr>th .thBlock__9c51ba28.order__97e83d30 .orderButton__e26be514.alignRight__6e5d0de0{margin-left:8px}.tableBasic__62ba2b9d table>thead>tr>th .thBlock__9c51ba28.order__97e83d30 .orderButton__e26be514.sorted__8801fa58{visibility:visible}.tableBasic__62ba2b9d table>thead>tr>th .thBlock__9c51ba28.order__97e83d30:hover .orderButton__e26be514{visibility:visible}.tableBasic__62ba2b9d table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-30-0)}.tableBasic__62ba2b9d table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__62ba2b9d table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__62ba2b9d table>tbody>tr>td.textType__8adb9fbd{padding:12px}.tableBasic__62ba2b9d table>tbody>tr>td.componentsType__01009e7b{padding:8px 12px}.tableBasic__62ba2b9d table>tbody>tr>td.checkboxType__96143d18{padding:10px 12px 12px}.tableBasic__62ba2b9d table>tbody>tr.selected__c4e04086>td{background-color:var(--triplex-next-TableBasic-Background_Selected-0-30-0)}.tableBasic__62ba2b9d table>tbody.clickable__1ff558ec>tr{cursor:pointer}.tableBasic__62ba2b9d table>tbody.hoverable__f7503903>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-0-30-0)}.tableBasic__62ba2b9d .footerEmptyData__c2fbfeab{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__62ba2b9d .spinnerWrapper__97e3966b{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__62ba2b9d .spinnerWrapper__97e3966b .tableLoaderScreen__90e12629{border-radius:8px 8px 0 0}.tableBasic__62ba2b9d .overlayCover__25c40386{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-0-30-0);animation:fadeIn__c9baa583 .3s}.tableBasicSettingsBody__ede5c48b{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__68577043{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-30-0)!important}.columnSettingsSortableListItemTarget__68577043:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-30-0)!important}.columnSettingsSortableListItemTarget__68577043.dragging__1306346d{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-30-0)!important}.columnSettingsStaticListItem__2c0f733b{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-30-0)}.tableBasicSettingsFooter__10124b88{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-30-0);padding:11px 12px 12px}.tableBasicSettingsHeader__30dfce41{padding:16px 12px 12px}.tableSettingsLink__ea33a50b{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__8ab4385a{width:320px}.tableFooterWrapper__8a20d327{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__8a20d327 .tableFooterShadow__20ad933e{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-0-30-0);pointer-events:none}.tableFooterWrapper__8a20d327 .tableFooter__9d345685{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-0-30-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__8a20d327 .tableFooter__9d345685 .tableFooterSummary__253812a3{display:flex;align-items:center}.tableFooterWrapper__8a20d327 .tableFooter__9d345685 .tableFooterSummary__253812a3 .tableFooterSummarySelectedCount__5d0d8e4a,.tableFooterWrapper__8a20d327 .tableFooter__9d345685 .tableFooterSummary__253812a3 .tableFooterSummarySelectAllButton__14ecdd4e,.tableFooterWrapper__8a20d327 .tableFooter__9d345685 .tableFooterSummary__253812a3 .tableFooterSummaryAmount__5ae1e861{display:inline-flex}.tableFooterWrapper__8a20d327 .tableFooter__9d345685 .tableFooterSummary__253812a3 .tableFooterSummarySelectedCount__5d0d8e4a,.tableFooterWrapper__8a20d327 .tableFooter__9d345685 .tableFooterSummary__253812a3 .tableFooterSummarySelectAllButton__14ecdd4e,.tableFooterWrapper__8a20d327 .tableFooter__9d345685 .tableFooterSummary__253812a3 .tableFooterSummaryAmount__5ae1e861,.tableFooterWrapper__8a20d327 .tableFooter__9d345685 .tableFooterSummary__253812a3 .tableFooterSummaryLabel__111a92de{margin-left:24px}@media(max-width:767px){.tableFooterWrapper__8a20d327{height:112px}}.paginationPanel__0d133c38{margin-top:16px}.masterTable__7470bcb9,.tabsExtended__513b5a86{position:relative}.tabsExtendedContent__88aa3fd3{display:inline-flex}.tabsExtendedContent__88aa3fd3.sm__fd181675{border-radius:6px;padding:4px}.tabsExtendedContent__88aa3fd3.md__79efe2e7{border-radius:8px;padding:4px}.tabsExtendedContent__88aa3fd3.lg__d9acb5eb{border-radius:10px;padding:8px}.tabsExtendedTab__f6f4ebc7{display:flex}.tabsExtendedTab__f6f4ebc7+.tabsExtendedTab__f6f4ebc7,.tabsExtendedDropdown__3df9f186{margin-left:4px}.tabsReal__86d0773e,.tabsFake__b55ae4e5{display:flex;box-sizing:border-box;width:100%}.tabsReal__86d0773e.hidden__b2c70620{visibility:hidden}.tabsReal__86d0773e .tabsExtendedTab__f6f4ebc7.hidden__b2c70620{display:none}.tabsFake__b55ae4e5{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__6d2a546c .tabsExtendedContent__88aa3fd3{background-color:var(--triplex-next-Tabs-Type1_Background-0-30-0)}.type2__ff57fcc4 .tabsExtendedContent__88aa3fd3{background-color:var(--triplex-next-Tabs-Type2_Background-0-30-0)}.tabsExtendedTabButton__8c047c8e{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-0-30-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__8c047c8e .notificationIcon__bdf9d9bd{position:absolute}.tabsExtendedTabButton__8c047c8e.lg__d9acb5eb{border-radius:6px;padding:9px 16px}.tabsExtendedTabButton__8c047c8e.lg__d9acb5eb .notificationIcon__bdf9d9bd{right:6px;top:6px}.tabsExtendedTabButton__8c047c8e.md__79efe2e7{border-radius:4px;padding:5px 16px}.tabsExtendedTabButton__8c047c8e.md__79efe2e7 .notificationIcon__bdf9d9bd{right:4px;top:4px}.tabsExtendedTabButton__8c047c8e.sm__fd181675{border-radius:4px;padding:1px 16px}.tabsExtendedTabButton__8c047c8e.sm__fd181675 .notificationIcon__bdf9d9bd{right:3px;top:3px}.tabsExtendedTabButton__8c047c8e .tabsExtendedTabButtonTextDefault__8b07ca06{display:block}.tabsExtendedTabButton__8c047c8e .tabsExtendedTabButtonTextHover__25a1b98f,.tabsExtendedTabButton__8c047c8e:hover .tabsExtendedTabButtonTextDefault__8b07ca06,.tabsExtendedTabButton__8c047c8e.selected__0d71fd07 .tabsExtendedTabButtonTextDefault__8b07ca06{display:none}.tabsExtendedTabButton__8c047c8e:hover .tabsExtendedTabButtonTextHover__25a1b98f,.tabsExtendedTabButton__8c047c8e.selected__0d71fd07 .tabsExtendedTabButtonTextHover__25a1b98f{display:block}.tabsExtendedTabButton__8c047c8e::-moz-focus-inner{border:none}.tabsExtendedTabButton__8c047c8e+.tabsExtendedTabButton__8c047c8e{margin-left:2px}.tabsExtendedTabButton__8c047c8e:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-0-30-0)}.tabsExtendedTabButton__8c047c8e.type1__6d2a546c{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-0-30-0)}.tabsExtendedTabButton__8c047c8e.type1__6d2a546c.selected__0d71fd07{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-0-30-0)}.tabsExtendedTabButton__8c047c8e.type1__6d2a546c:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-0-30-0)}.tabsExtendedTabButton__8c047c8e.type2__ff57fcc4{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-0-30-0)}.tabsExtendedTabButton__8c047c8e.type2__ff57fcc4.selected__0d71fd07{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-0-30-0)}.tabsExtendedTabButton__8c047c8e.type2__ff57fcc4:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-0-30-0)}.tabsContent__f1461a40 .tabButtonDropdown__86b391f1{justify-content:center;padding:0!important;border-radius:0!important;background:none!important}.tabsContent__f1461a40 .tabButtonDropdown__86b391f1.sm__56930bf6{min-width:20px;min-height:20px;height:20px}.tabsContent__f1461a40 .tabButtonDropdown__86b391f1.md__c340bd0c{min-width:32px;min-height:32px;height:32px}.tabsContent__f1461a40 .tabButtonDropdown__86b391f1.lg__e996887c{min-width:40px;min-height:40px;height:40px}.tag__2a95643a{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-0-30-0);border-radius:4px;gap:2px}.tag__2a95643a.sm__068eea3b{height:20px;padding:2px 4px 2px 6px}.tag__2a95643a.md__ea955391{height:28px;padding:4px 6px 4px 8px}.tag__2a95643a.lg__e211f5d1{height:32px;padding:6px 8px 6px 10px}.content__c366888e{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagColor__1d89e030{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__1d89e030.sm__89a9e74e{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__1d89e030.md__c1182b64{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__1d89e030.lg__d7e3b0e6{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__1d89e030.default__2df50293{background:var(--triplex-next-TagColor-Background_Default-0-30-0)}.tagColor__1d89e030.success__83e8776a{background:var(--triplex-next-TagColor-Background_Success-0-30-0)}.tagColor__1d89e030.info__c32e28e1{background:var(--triplex-next-TagColor-Background_Info-0-30-0)}.tagColor__1d89e030.warning__72b4f5dc{background:var(--triplex-next-TagColor-Background_Warning-0-30-0)}.tagColor__1d89e030.error__4d81f4d2{background:var(--triplex-next-TagColor-Background_Error-0-30-0)}.content__373b8ef2{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-0-30-0)}.tagGroup__d5b57f45.sm__888af3aa{margin:-2px}.tagGroup__d5b57f45.sm__888af3aa>*{margin:2px}.tagGroup__d5b57f45.md__11e93826{margin:-4px}.tagGroup__d5b57f45.md__11e93826>*{margin:4px}.tagGroup__d5b57f45.lg__991c1c76{margin:-6px}.tagGroup__d5b57f45.lg__991c1c76>*{margin:6px}.uploadZone__84938f2a{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-0-30-0)}.uploadZone__84938f2a:hover{background:var(--triplex-next-UploadZone-Background_Hover-0-30-0)}.uploadZoneDragArea__0e17cca9{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-30-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__a9b35b3a{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-30-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-0-30-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-0-30-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__c060281a{display:none}@media(max-width:767px){.uploadZone__84938f2a,.uploadZone__84938f2a:hover{background:none}.uploadZoneDragArea__0e17cca9{display:none}}
|
|
1
|
+
html {--triplex-next-ColorBrand-0-0-32-0: #1F3336;
|
|
2
|
+
--triplex-next-ColorBrand-10-0-32-0: #0B3A3C;
|
|
3
|
+
--triplex-next-ColorBrand-20-0-32-0: #006063;
|
|
4
|
+
--triplex-next-ColorBrand-30-0-32-0: #007777;
|
|
5
|
+
--triplex-next-ColorBrand-40-0-32-0: #008985;
|
|
6
|
+
--triplex-next-ColorBrand-50-0-32-0: #21A19A;
|
|
7
|
+
--triplex-next-ColorBrand-60-0-32-0: #19BDB0;
|
|
8
|
+
--triplex-next-ColorBrand-70-0-32-0: #4BD9CF;
|
|
9
|
+
--triplex-next-ColorBrand-80-0-32-0: #71ECDC;
|
|
10
|
+
--triplex-next-ColorBrand-90-0-32-0: #A8F5E9;
|
|
11
|
+
--triplex-next-ColorBrand-95-0-32-0: #C5FAF1;
|
|
12
|
+
--triplex-next-ColorBrand-100-0-32-0: #E3FFFA;
|
|
13
|
+
--triplex-next-ColorDarkNeutralAlpha-0-0-32-0: rgba(31, 31, 34, 1);
|
|
14
|
+
--triplex-next-ColorDarkNeutralAlpha-10-0-32-0: rgba(31, 31, 34, .95);
|
|
15
|
+
--triplex-next-ColorDarkNeutralAlpha-20-0-32-0: rgba(31, 31, 34, .85);
|
|
16
|
+
--triplex-next-ColorDarkNeutralAlpha-30-0-32-0: rgba(31, 31, 34, .75);
|
|
17
|
+
--triplex-next-ColorDarkNeutralAlpha-40-0-32-0: rgba(31, 31, 34, .65);
|
|
18
|
+
--triplex-next-ColorDarkNeutralAlpha-50-0-32-0: rgba(31, 31, 34, .55);
|
|
19
|
+
--triplex-next-ColorDarkNeutralAlpha-60-0-32-0: rgba(31, 31, 34, .45);
|
|
20
|
+
--triplex-next-ColorDarkNeutralAlpha-70-0-32-0: rgba(31, 31, 34, .35);
|
|
21
|
+
--triplex-next-ColorDarkNeutralAlpha-80-0-32-0: rgba(31, 31, 34, .25);
|
|
22
|
+
--triplex-next-ColorDarkNeutralAlpha-90-0-32-0: rgba(31, 31, 34, .15);
|
|
23
|
+
--triplex-next-ColorDarkNeutralAlpha-100-0-32-0: rgba(31, 31, 34, .05);
|
|
24
|
+
--triplex-next-ColorDarkNeutral-0-0-32-0: #000000;
|
|
25
|
+
--triplex-next-ColorDarkNeutral-10-0-32-0: #171719;
|
|
26
|
+
--triplex-next-ColorDarkNeutral-20-0-32-0: #1B1B1D;
|
|
27
|
+
--triplex-next-ColorDarkNeutral-30-0-32-0: #1F1F22;
|
|
28
|
+
--triplex-next-ColorDarkNeutral-40-0-32-0: #262629;
|
|
29
|
+
--triplex-next-ColorDarkNeutral-50-0-32-0: #2D2D30;
|
|
30
|
+
--triplex-next-ColorDarkNeutral-60-0-32-0: #343437;
|
|
31
|
+
--triplex-next-ColorDarkNeutral-70-0-32-0: #3B3B3E;
|
|
32
|
+
--triplex-next-ColorDarkNeutral-80-0-32-0: #424245;
|
|
33
|
+
--triplex-next-ColorDarkNeutral-90-0-32-0: #49494C;
|
|
34
|
+
--triplex-next-ColorDarkNeutral-100-0-32-0: #4F4F52;
|
|
35
|
+
--triplex-next-ColorError-0-0-32-0: #443139;
|
|
36
|
+
--triplex-next-ColorError-10-0-32-0: #4E3741;
|
|
37
|
+
--triplex-next-ColorError-20-0-32-0: #A90024;
|
|
38
|
+
--triplex-next-ColorError-30-0-32-0: #BD002C;
|
|
39
|
+
--triplex-next-ColorError-40-0-32-0: #D10032;
|
|
40
|
+
--triplex-next-ColorError-50-0-32-0: #E60037;
|
|
41
|
+
--triplex-next-ColorError-60-0-32-0: #F80C45;
|
|
42
|
+
--triplex-next-ColorError-70-0-32-0: #FF5571;
|
|
43
|
+
--triplex-next-ColorError-80-0-32-0: #FFB1C1;
|
|
44
|
+
--triplex-next-ColorError-90-0-32-0: #FCE0E6;
|
|
45
|
+
--triplex-next-ColorError-100-0-32-0: #FFF0F3;
|
|
46
|
+
--triplex-next-ColorInfo-0-0-32-0: #313749;
|
|
47
|
+
--triplex-next-ColorInfo-10-0-32-0: #2E3A52;
|
|
48
|
+
--triplex-next-ColorInfo-20-0-32-0: #0A43B0;
|
|
49
|
+
--triplex-next-ColorInfo-30-0-32-0: #124FC2;
|
|
50
|
+
--triplex-next-ColorInfo-40-0-32-0: #0E57CC;
|
|
51
|
+
--triplex-next-ColorInfo-50-0-32-0: #1371E4;
|
|
52
|
+
--triplex-next-ColorInfo-60-0-32-0: #1297FE;
|
|
53
|
+
--triplex-next-ColorInfo-70-0-32-0: #66BEFF;
|
|
54
|
+
--triplex-next-ColorInfo-80-0-32-0: #8DD2FF;
|
|
55
|
+
--triplex-next-ColorInfo-90-0-32-0: #B8E6FF;
|
|
56
|
+
--triplex-next-ColorInfo-100-0-32-0: #E3F6FF;
|
|
57
|
+
--triplex-next-ColorNeutralAlpha-0-0-32-0: rgba(255, 255, 255, 1);
|
|
58
|
+
--triplex-next-ColorNeutralAlpha-10-0-32-0: rgba(255, 255, 255, .95);
|
|
59
|
+
--triplex-next-ColorNeutralAlpha-20-0-32-0: rgba(255, 255, 255, .85);
|
|
60
|
+
--triplex-next-ColorNeutralAlpha-30-0-32-0: rgba(255, 255, 255, .75);
|
|
61
|
+
--triplex-next-ColorNeutralAlpha-40-0-32-0: rgba(255, 255, 255, .65);
|
|
62
|
+
--triplex-next-ColorNeutralAlpha-50-0-32-0: rgba(255, 255, 255, .55);
|
|
63
|
+
--triplex-next-ColorNeutralAlpha-60-0-32-0: rgba(255, 255, 255, .45);
|
|
64
|
+
--triplex-next-ColorNeutralAlpha-70-0-32-0: rgba(255, 255, 255, .35);
|
|
65
|
+
--triplex-next-ColorNeutralAlpha-80-0-32-0: rgba(255, 255, 255, .25);
|
|
66
|
+
--triplex-next-ColorNeutralAlpha-90-0-32-0: rgba(255, 255, 255, .15);
|
|
67
|
+
--triplex-next-ColorNeutralAlpha-100-0-32-0: rgba(255, 255, 255, .05);
|
|
68
|
+
--triplex-next-ColorNeutral-0-0-32-0: #CBCFD7;
|
|
69
|
+
--triplex-next-ColorNeutral-10-0-32-0: #D1D4DC;
|
|
70
|
+
--triplex-next-ColorNeutral-20-0-32-0: #D6D9E0;
|
|
71
|
+
--triplex-next-ColorNeutral-30-0-32-0: #DCDFE4;
|
|
72
|
+
--triplex-next-ColorNeutral-40-0-32-0: #DFE2E7;
|
|
73
|
+
--triplex-next-ColorNeutral-50-0-32-0: #E3E6EA;
|
|
74
|
+
--triplex-next-ColorNeutral-60-0-32-0: #E7E9EE;
|
|
75
|
+
--triplex-next-ColorNeutral-70-0-32-0: #EAEDF1;
|
|
76
|
+
--triplex-next-ColorNeutral-80-0-32-0: #EEF0F4;
|
|
77
|
+
--triplex-next-ColorNeutral-90-0-32-0: #F2F4F7;
|
|
78
|
+
--triplex-next-ColorNeutral-100-0-32-0: #FFFFFF;
|
|
79
|
+
--triplex-next-ColorSuccess-0-0-32-0: #28433E;
|
|
80
|
+
--triplex-next-ColorSuccess-10-0-32-0: #2A4C45;
|
|
81
|
+
--triplex-next-ColorSuccess-20-0-32-0: #00624C;
|
|
82
|
+
--triplex-next-ColorSuccess-30-0-32-0: #007353;
|
|
83
|
+
--triplex-next-ColorSuccess-40-0-32-0: #008B5C;
|
|
84
|
+
--triplex-next-ColorSuccess-50-0-32-0: #00C075;
|
|
85
|
+
--triplex-next-ColorSuccess-60-0-32-0: #00D67D;
|
|
86
|
+
--triplex-next-ColorSuccess-70-0-32-0: #3AF299;
|
|
87
|
+
--triplex-next-ColorSuccess-80-0-32-0: #8AFFB8;
|
|
88
|
+
--triplex-next-ColorSuccess-90-0-32-0: #B8FFD4;
|
|
89
|
+
--triplex-next-ColorSuccess-100-0-32-0: #E1FFEB;
|
|
90
|
+
--triplex-next-ColorSystem-0-0-32-0: #373C49;
|
|
91
|
+
--triplex-next-ColorSystem-10-0-32-0: #384156;
|
|
92
|
+
--triplex-next-ColorSystem-20-0-32-0: #47526D;
|
|
93
|
+
--triplex-next-ColorSystem-30-0-32-0: #57637F;
|
|
94
|
+
--triplex-next-ColorSystem-40-0-32-0: #697591;
|
|
95
|
+
--triplex-next-ColorSystem-50-0-32-0: #8291B3;
|
|
96
|
+
--triplex-next-ColorSystem-60-0-32-0: #95A3C1;
|
|
97
|
+
--triplex-next-ColorSystem-70-0-32-0: #A9B6D0;
|
|
98
|
+
--triplex-next-ColorSystem-80-0-32-0: #BFCADF;
|
|
99
|
+
--triplex-next-ColorSystem-90-0-32-0: #D6DEED;
|
|
100
|
+
--triplex-next-ColorSystem-95-0-32-0: #E0E8F4;
|
|
101
|
+
--triplex-next-ColorSystem-100-0-32-0: #EEF3FC;
|
|
102
|
+
--triplex-next-ColorWarning-0-0-32-0: #463734;
|
|
103
|
+
--triplex-next-ColorWarning-10-0-32-0: #4F3E3B;
|
|
104
|
+
--triplex-next-ColorWarning-20-0-32-0: #E03400;
|
|
105
|
+
--triplex-next-ColorWarning-30-0-32-0: #E63D00;
|
|
106
|
+
--triplex-next-ColorWarning-40-0-32-0: #EF4C01;
|
|
107
|
+
--triplex-next-ColorWarning-50-0-32-0: #FD6508;
|
|
108
|
+
--triplex-next-ColorWarning-60-0-32-0: #FF7A17;
|
|
109
|
+
--triplex-next-ColorWarning-70-0-32-0: #FFB13B;
|
|
110
|
+
--triplex-next-ColorWarning-80-0-32-0: #FFD169;
|
|
111
|
+
--triplex-next-ColorWarning-90-0-32-0: #FCEAC7;
|
|
112
|
+
--triplex-next-ColorWarning-100-0-32-0: #FFF4DB;
|
|
113
|
+
--triplex-next-AlertContext-Error_Color-0-32-0: #D10032;
|
|
114
|
+
--triplex-next-AlertContext-Info_Color-0-32-0: rgba(31, 31, 34, 1);
|
|
115
|
+
--triplex-next-AlertContext-System_Color-0-32-0: rgba(31, 31, 34, 1);
|
|
116
|
+
--triplex-next-AlertContext-Warning_Color-0-32-0: rgba(31, 31, 34, 1);
|
|
117
|
+
--triplex-next-AlertProcess-Info_Background-0-32-0: #E3F6FF;
|
|
118
|
+
--triplex-next-AlertProcess-Warning_Background-0-32-0: #FFF4DB;
|
|
119
|
+
--triplex-next-AlertProcess-Error_Background-0-32-0: #FFF0F3;
|
|
120
|
+
--triplex-next-AlertProcess-System_Background-0-32-0: #E0E8F4;
|
|
121
|
+
--triplex-next-AlertProcess-Feature_Background-0-32-0: #E3FFFA;
|
|
122
|
+
--triplex-next-Avatar-Background-0-32-0: #E3E6EA;
|
|
123
|
+
--triplex-next-Badge-Background-0-32-0: #FFB13B;
|
|
124
|
+
--triplex-next-Button-General_Background_Active-0-32-0: #007777;
|
|
125
|
+
--triplex-next-Button-General_Background_Default-0-32-0: #21A19A;
|
|
126
|
+
--triplex-next-Button-General_Background_Disabled-0-32-0: #F2F4F7;
|
|
127
|
+
--triplex-next-Button-General_Background_Hover-0-32-0: #19BDB0;
|
|
128
|
+
--triplex-next-Button-General_Color_Active-0-32-0: rgba(255, 255, 255, 1);
|
|
129
|
+
--triplex-next-Button-General_Color_Default-0-32-0: rgba(255, 255, 255, 1);
|
|
130
|
+
--triplex-next-Button-General_Color_Disabled-0-32-0: rgba(31, 31, 34, .35);
|
|
131
|
+
--triplex-next-Button-General_Color_Hover-0-32-0: rgba(255, 255, 255, 1);
|
|
132
|
+
--triplex-next-Button-General_Shadow_Focus-0-32-0: 0 0 0 1px #FFD169 inset;
|
|
133
|
+
--triplex-next-Button-Secondary_Background_Active-0-32-0: #DCDFE4;
|
|
134
|
+
--triplex-next-Button-Secondary_Background_Default-0-32-0: #F2F4F7;
|
|
135
|
+
--triplex-next-Button-Secondary_Background_Disabled-0-32-0: #F2F4F7;
|
|
136
|
+
--triplex-next-Button-Secondary_Background_Hover-0-32-0: #EAEDF1;
|
|
137
|
+
--triplex-next-Button-Secondary_Color_Active-0-32-0: #007777;
|
|
138
|
+
--triplex-next-Button-Secondary_Color_Default-0-32-0: #008985;
|
|
139
|
+
--triplex-next-Button-Secondary_Color_Disabled-0-32-0: rgba(31, 31, 34, .35);
|
|
140
|
+
--triplex-next-Button-Secondary_Color_Hover-0-32-0: #21A19A;
|
|
141
|
+
--triplex-next-Button-Secondary_Shadow_Focus-0-32-0: 0 0 0 1px #FFD169 inset;
|
|
142
|
+
--triplex-next-Button-SecondaryLight_Background_Active-0-32-0: #DFE2E7;
|
|
143
|
+
--triplex-next-Button-SecondaryLight_Background_Default-0-32-0: #FFFFFF;
|
|
144
|
+
--triplex-next-Button-SecondaryLight_Background_Disabled-0-32-0: #F2F4F7;
|
|
145
|
+
--triplex-next-Button-SecondaryLight_Background_Hover-0-32-0: #EEF0F4;
|
|
146
|
+
--triplex-next-Button-SecondaryLight_Color_Active-0-32-0: #007777;
|
|
147
|
+
--triplex-next-Button-SecondaryLight_Color_Default-0-32-0: #008985;
|
|
148
|
+
--triplex-next-Button-SecondaryLight_Color_Disabled-0-32-0: rgba(31, 31, 34, .35);
|
|
149
|
+
--triplex-next-Button-SecondaryLight_Color_Hover-0-32-0: #21A19A;
|
|
150
|
+
--triplex-next-Button-SecondaryLight_Shadow_Focus-0-32-0: 0 0 0 1px #FFD169 inset;
|
|
151
|
+
--triplex-next-Button-Danger_Background_Active-0-32-0: #BD002C;
|
|
152
|
+
--triplex-next-Button-Danger_Background_Default-0-32-0: #E60037;
|
|
153
|
+
--triplex-next-Button-Danger_Background_Disabled-0-32-0: #F2F4F7;
|
|
154
|
+
--triplex-next-Button-Danger_Background_Hover-0-32-0: #F80C45;
|
|
155
|
+
--triplex-next-Button-Danger_Color_Active-0-32-0: rgba(255, 255, 255, 1);
|
|
156
|
+
--triplex-next-Button-Danger_Color_Default-0-32-0: rgba(255, 255, 255, 1);
|
|
157
|
+
--triplex-next-Button-Danger_Color_Disabled-0-32-0: rgba(31, 31, 34, .35);
|
|
158
|
+
--triplex-next-Button-Danger_Color_Hover-0-32-0: rgba(255, 255, 255, 1);
|
|
159
|
+
--triplex-next-Button-Danger_Shadow_Focus-0-32-0: 0 0 0 1px #FFD169 inset;
|
|
160
|
+
--triplex-next-Button-Icon_Shadow_Focus-0-32-0: 0 0 0 1px #FFD169;
|
|
161
|
+
--triplex-next-Button-Link_Color_Active-0-32-0: #007777;
|
|
162
|
+
--triplex-next-Button-Link_Color_Default-0-32-0: #008985;
|
|
163
|
+
--triplex-next-Button-Link_Color_Disabled-0-32-0: rgba(31, 31, 34, .35);
|
|
164
|
+
--triplex-next-Button-Link_Color_Hover-0-32-0: #21A19A;
|
|
165
|
+
--triplex-next-Button-Link_Shadow_Focus-0-32-0: 0 0 0 1px #FFD169 inset;
|
|
166
|
+
--triplex-next-Calendar-Background-0-32-0: #FFFFFF;
|
|
167
|
+
--triplex-next-Calendar-View_Header_Color-0-32-0: rgba(31, 31, 34, .55);
|
|
168
|
+
--triplex-next-Calendar-View_Item_Background_Default-0-32-0: none;
|
|
169
|
+
--triplex-next-Calendar-View_Item_Background_Hover-0-32-0: #19BDB0;
|
|
170
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Default-0-32-0: #21A19A;
|
|
171
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-32-0: #007777;
|
|
172
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-32-0: #E3FFFA;
|
|
173
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-32-0: #A8F5E9;
|
|
174
|
+
--triplex-next-Calendar-View_Item_BorderColor_Default-0-32-0: transparent;
|
|
175
|
+
--triplex-next-Calendar-View_Item_BorderColor_Focus-0-32-0: #FFD169;
|
|
176
|
+
--triplex-next-Calendar-View_Item_Color_Default-0-32-0: rgba(31, 31, 34, 1);
|
|
177
|
+
--triplex-next-Calendar-View_Item_Color_Hover-0-32-0: rgba(255, 255, 255, 1);
|
|
178
|
+
--triplex-next-Calendar-View_Item_Color_Disabled-0-32-0: rgba(31, 31, 34, .35);
|
|
179
|
+
--triplex-next-Calendar-View_Item_Color_Muted-0-32-0: rgba(31, 31, 34, .35);
|
|
180
|
+
--triplex-next-Calendar-View_Item_Color_Selected-0-32-0: rgba(255, 255, 255, 1);
|
|
181
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-32-0: rgba(31, 31, 34, .35);
|
|
182
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-32-0: rgba(31, 31, 34, .35);
|
|
183
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-32-0: rgba(31, 31, 34, .35);
|
|
184
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-32-0: rgba(31, 31, 34, .35);
|
|
185
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-32-0: rgba(31, 31, 34, .35);
|
|
186
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-32-0: #00C075;
|
|
187
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-32-0: #00C075;
|
|
188
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-32-0: #00C075;
|
|
189
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-32-0: #FD6508;
|
|
190
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-32-0: #FD6508;
|
|
191
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-32-0: #FD6508;
|
|
192
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-32-0: #E60037;
|
|
193
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-32-0: #E60037;
|
|
194
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-32-0: #E60037;
|
|
195
|
+
--triplex-next-Card-Static_General_Background-0-32-0: #FFFFFF;
|
|
196
|
+
--triplex-next-Card-Static_Secondary_Background-0-32-0: #F2F4F7;
|
|
197
|
+
--triplex-next-Card-Action_General_Background-0-32-0: #FFFFFF;
|
|
198
|
+
--triplex-next-Card-Action_General_Background_Hover-0-32-0: #FFFFFF;
|
|
199
|
+
--triplex-next-Card-Action_General_Background_Selected-0-32-0: #F2F4F7;
|
|
200
|
+
--triplex-next-Card-Action_General_Background_Selected_Hover-0-32-0: #F2F4F7;
|
|
201
|
+
--triplex-next-Card-Action_Secondary_Background-0-32-0: #F2F4F7;
|
|
202
|
+
--triplex-next-Card-Action_Secondary_Background_Hover-0-32-0: #EAEDF1;
|
|
203
|
+
--triplex-next-Card-Action_Secondary_Background_Selected-0-32-0: #E3E6EA;
|
|
204
|
+
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-32-0: #DCDFE4;
|
|
205
|
+
--triplex-next-Card-Shadow_Default-0-32-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
|
|
206
|
+
--triplex-next-Card-Shadow_Focus-0-32-0: inset 0 0 0 1px #FFD169;
|
|
207
|
+
--triplex-next-Card-Shadow_Hover-0-32-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
|
|
208
|
+
--triplex-next-Card-Shadow_Selected-0-32-0: inset 0 0 0 1px #21A19A;
|
|
209
|
+
--triplex-next-Card-Shadow_Selected_Hover-0-32-0: inset 0 0 0 1px #19BDB0;
|
|
210
|
+
--triplex-next-Checkbox-Background_Checked_Default-0-32-0: #21A19A;
|
|
211
|
+
--triplex-next-Checkbox-Background_Checked_Disabled-0-32-0: #EAEDF1;
|
|
212
|
+
--triplex-next-Checkbox-Background_Checked_Hover-0-32-0: #007777;
|
|
213
|
+
--triplex-next-Checkbox-Background_Default-0-32-0: #F2F4F7;
|
|
214
|
+
--triplex-next-Checkbox-Background_Disabled-0-32-0: #F2F4F7;
|
|
215
|
+
--triplex-next-Checkbox-Background_Hover-0-32-0: #19BDB0;
|
|
216
|
+
--triplex-next-Checkbox-BorderColor_Default-0-32-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
217
|
+
--triplex-next-Checkbox-BorderColor_Disabled-0-32-0: 0 0 0 1px #E3E6EA inset;
|
|
218
|
+
--triplex-next-Checkbox-BorderColor_Focus-0-32-0: 0 0 0 1px #FFD169 inset;
|
|
219
|
+
--triplex-next-Checkbox-BorderColor_Hover-0-32-0: none;
|
|
220
|
+
--triplex-next-Checkbox-BorderColor_Checked_Default-0-32-0: none;
|
|
221
|
+
--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-32-0: none;
|
|
222
|
+
--triplex-next-Checkbox-Checkmark_Fill_Default-0-32-0: rgba(255, 255, 255, 1);
|
|
223
|
+
--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-32-0: rgba(31, 31, 34, .15);
|
|
224
|
+
--triplex-next-Chip-Background_Active-0-32-0: #DFE2E7;
|
|
225
|
+
--triplex-next-Chip-Background_Disabled-0-32-0: #F2F4F7;
|
|
226
|
+
--triplex-next-Chip-Background_Type1_Default-0-32-0: #F2F4F7;
|
|
227
|
+
--triplex-next-Chip-Background_Type1_Hover-0-32-0: #EAEDF1;
|
|
228
|
+
--triplex-next-Chip-Background_Type2_Default-0-32-0: #FFFFFF;
|
|
229
|
+
--triplex-next-Chip-Background_Type2_Hover-0-32-0: #EEF0F4;
|
|
230
|
+
--triplex-next-Chip-Background_Selected_Active-0-32-0: #4F4F52;
|
|
231
|
+
--triplex-next-Chip-Background_Selected_Default-0-32-0: #3B3B3E;
|
|
232
|
+
--triplex-next-Chip-Background_Selected_Disabled-0-32-0: #343437;
|
|
233
|
+
--triplex-next-Chip-Background_Selected_Hover-0-32-0: #49494C;
|
|
234
|
+
--triplex-next-Chip-Color_Active-0-32-0: rgba(31, 31, 34, 1);
|
|
235
|
+
--triplex-next-Chip-Color_Default-0-32-0: rgba(31, 31, 34, 1);
|
|
236
|
+
--triplex-next-Chip-Color_Disabled-0-32-0: rgba(31, 31, 34, .35);
|
|
237
|
+
--triplex-next-Chip-Color_Hover-0-32-0: rgba(31, 31, 34, 1);
|
|
238
|
+
--triplex-next-Chip-Color_Selected_Active-0-32-0: rgba(255, 255, 255, 1);
|
|
239
|
+
--triplex-next-Chip-Color_Selected_Default-0-32-0: rgba(255, 255, 255, 1);
|
|
240
|
+
--triplex-next-Chip-Color_Selected_Disabled-0-32-0: rgba(255, 255, 255, .25);
|
|
241
|
+
--triplex-next-Chip-Color_Selected_Hover-0-32-0: rgba(255, 255, 255, 1);
|
|
242
|
+
--triplex-next-Chip-Shadow_Focus-0-32-0: 0 0 0 1px #FFD169 inset;
|
|
243
|
+
--triplex-next-CollapsibleTree-Header_Background_Hover-0-32-0: #E3E6EA;
|
|
244
|
+
--triplex-next-CollapsibleTree-Header_Shadow_Focus-0-32-0: 0 0 0 1px #FFD169 inset;
|
|
245
|
+
--triplex-next-Divider-Background-0-32-0: #D6D9E0;
|
|
246
|
+
--triplex-next-Dropdown-Background-0-32-0: #FFFFFF;
|
|
247
|
+
--triplex-next-Dropdown-Shadow-0-32-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
248
|
+
--triplex-next-DropdownList-Background_Active-0-32-0: #EAEDF1;
|
|
249
|
+
--triplex-next-DropdownList-Background_Default-0-32-0: none;
|
|
250
|
+
--triplex-next-DropdownList-Background_Selected-0-32-0: #DCDFE4;
|
|
251
|
+
--triplex-next-DropdownList-Color-0-32-0: rgba(31, 31, 34, 1);
|
|
252
|
+
--triplex-next-DropdownMobile-Backdrop-0-32-0: rgba(31, 31, 34, .65);
|
|
253
|
+
--triplex-next-DropdownMobile-Border_Color-0-32-0: #D6D9E0;
|
|
254
|
+
--triplex-next-DropdownMobile-Content_Background-0-32-0: #FFFFFF;
|
|
255
|
+
--triplex-next-DropdownMobile-Footer_Background-0-32-0: #FFFFFF;
|
|
256
|
+
--triplex-next-DropdownMobile-Header_Background-0-32-0: #F2F4F7;
|
|
257
|
+
--triplex-next-DropdownMobileList-Active_Background-0-32-0: #EAEDF1;
|
|
258
|
+
--triplex-next-DropdownMobileList-Selected_Background-0-32-0: #DCDFE4;
|
|
259
|
+
--triplex-next-FooterPage-StickyShadow-0-32-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
260
|
+
--triplex-next-FormField-Background_Active-0-32-0: #F2F4F7;
|
|
261
|
+
--triplex-next-FormField-Background_Default-0-32-0: #F2F4F7;
|
|
262
|
+
--triplex-next-FormField-Background_Disabled-0-32-0: #F2F4F7;
|
|
263
|
+
--triplex-next-FormField-Background_Error-0-32-0: #FFF0F3;
|
|
264
|
+
--triplex-next-FormField-Background_Error_Hover-0-32-0: #FCE0E6;
|
|
265
|
+
--triplex-next-FormField-Background_Hover-0-32-0: #EAEDF1;
|
|
266
|
+
--triplex-next-FormField-Background_Warning-0-32-0: #FFF4DB;
|
|
267
|
+
--triplex-next-FormField-Background_Warning_Hover-0-32-0: #FCEAC7;
|
|
268
|
+
--triplex-next-FormField-Input_Color_Default-0-32-0: rgba(31, 31, 34, 1);
|
|
269
|
+
--triplex-next-FormField-Input_Color_Disabled-0-32-0: rgba(31, 31, 34, .35);
|
|
270
|
+
--triplex-next-FormField-Target_Color_Default-0-32-0: rgba(31, 31, 34, 1);
|
|
271
|
+
--triplex-next-FormField-Target_Color_Disabled-0-32-0: rgba(31, 31, 34, .45);
|
|
272
|
+
--triplex-next-FormField-Target_PlaceholderColor_Default-0-32-0: rgba(31, 31, 34, .65);
|
|
273
|
+
--triplex-next-FormField-Label_Color_Default-0-32-0: rgba(31, 31, 34, .65);
|
|
274
|
+
--triplex-next-FormField-Label_Color_Disabled-0-32-0: rgba(31, 31, 34, .35);
|
|
275
|
+
--triplex-next-FormField-Shadow_Active-0-32-0: 0 0 0 1px #21A19A inset;
|
|
276
|
+
--triplex-next-FormField-Shadow_Default-0-32-0: none;
|
|
277
|
+
--triplex-next-FormField-Shadow_Error_Active-0-32-0: 0 0 0 1px #E60037 inset;
|
|
278
|
+
--triplex-next-FormField-Shadow_Warning_Active-0-32-0: 0 0 0 1px #FD6508 inset;
|
|
279
|
+
--triplex-next-FormField-Placeholder_Color-0-32-0: rgba(31, 31, 34, .65);
|
|
280
|
+
--triplex-next-HeaderPage-StickyShadow-0-32-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
281
|
+
--triplex-next-Island-Type1_Background-0-32-0: #FFFFFF;
|
|
282
|
+
--triplex-next-Island-Type2_Background-0-32-0: rgba(255, 255, 255, .35);
|
|
283
|
+
--triplex-next-Island-Type3_Background-0-32-0: #F2F4F7;
|
|
284
|
+
--triplex-next-Island-Type1_Shadow-0-32-0: none;
|
|
285
|
+
--triplex-next-Island-Type2_Shadow-0-32-0: 0 0 0 1px #FFFFFF inset;
|
|
286
|
+
--triplex-next-Island-Type3_Shadow-0-32-0: none;
|
|
287
|
+
--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-32-0: #DCDFE4;
|
|
288
|
+
--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-32-0: rgba(31, 31, 34, .05);
|
|
289
|
+
--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-32-0: #DCDFE4;
|
|
290
|
+
--triplex-next-IslandAccordion-Shadow_Focus-0-32-0: 0 0 0 1px #FFD169 inset;
|
|
291
|
+
--triplex-next-IslandWidget-ExtraFooter_Background-0-32-0: #FFFFFF;
|
|
292
|
+
--triplex-next-IslandWidget-ExtraFooter_Shadow-0-32-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
|
|
293
|
+
--triplex-next-ImageGallery-Arrow_Background_Default-0-32-0: rgba(31, 31, 34, .25);
|
|
294
|
+
--triplex-next-ImageGallery-Arrow_Background_Hover-0-32-0: rgba(31, 31, 34, .45);
|
|
295
|
+
--triplex-next-ImageGallery-Arrow_Background_Active-0-32-0: rgba(31, 31, 34, .55);
|
|
296
|
+
--triplex-next-ImageGallery-Arrow_Background_Disabled-0-32-0: rgba(31, 31, 34, .15);
|
|
297
|
+
--triplex-next-ImageGallery-Arrow_BorderColor_Default-0-32-0: rgba(31, 31, 34, .15);
|
|
298
|
+
--triplex-next-ImageGallery-Arrow_BorderColor_Hover-0-32-0: rgba(31, 31, 34, .15);
|
|
299
|
+
--triplex-next-ImageGallery-Arrow_BorderColor_Active-0-32-0: rgba(31, 31, 34, .15);
|
|
300
|
+
--triplex-next-ImageGallery-Arrow_BorderColor_Disabled-0-32-0: rgba(31, 31, 34, .15);
|
|
301
|
+
--triplex-next-ImageGallery-Dot_Background_Default-0-32-0: rgba(31, 31, 34, .25);
|
|
302
|
+
--triplex-next-ImageGallery-Dot_Background_Hover-0-32-0: rgba(31, 31, 34, .45);
|
|
303
|
+
--triplex-next-ImageGallery-Dot_Background_Active-0-32-0: rgba(31, 31, 34, .75);
|
|
304
|
+
--triplex-next-ImageGallery-Thumb_Mask_Background-0-32-0: rgba(31, 31, 34, .25);
|
|
305
|
+
--triplex-next-ImageGallery-Accent_Color-0-32-0: #21A19A;
|
|
306
|
+
--triplex-next-LightBox-Backdrop_Background-0-32-0: rgba(31, 31, 34, .75);
|
|
307
|
+
--triplex-next-LightBox-Content_Background-0-32-0: #EAEDF1;
|
|
308
|
+
--triplex-next-Link-BorderColor_Focus-0-32-0: 0 0 0 1px #FFD169 inset;
|
|
309
|
+
--triplex-next-Link-Text_Color_Active-0-32-0: #007777;
|
|
310
|
+
--triplex-next-Link-Text_Color_Default-0-32-0: #008985;
|
|
311
|
+
--triplex-next-Link-Text_Color_Hover-0-32-0: #21A19A;
|
|
312
|
+
--triplex-next-ListItem-Background-0-32-0: #FFFFFF;
|
|
313
|
+
--triplex-next-ListItem-Background_Dragging-0-32-0: #FFFFFF;
|
|
314
|
+
--triplex-next-ListItem-Background_Selected-0-32-0: #F2F4F7;
|
|
315
|
+
--triplex-next-ListItem-Background_Hover-0-32-0: #F2F4F7;
|
|
316
|
+
--triplex-next-ListItem-Shadow_Dragging-0-32-0: 0 2px 7px rgba(31, 31, 34, 0.25);
|
|
317
|
+
--triplex-next-ListItemControlsButton-Background_Active-0-32-0: #DCDFE4;
|
|
318
|
+
--triplex-next-ListItemControlsButton-Background_Default-0-32-0: #F2F4F7;
|
|
319
|
+
--triplex-next-ListItemControlsButton-Background_Hover-0-32-0: #EAEDF1;
|
|
320
|
+
--triplex-next-ListItemControlsButton-Color_Active-0-32-0: #007777;
|
|
321
|
+
--triplex-next-ListItemControlsButton-Color_Default-0-32-0: #008985;
|
|
322
|
+
--triplex-next-ListItemControlsButton-Color_Hover-0-32-0: #21A19A;
|
|
323
|
+
--triplex-next-ListMaster-Background-0-32-0: #FFFFFF;
|
|
324
|
+
--triplex-next-ListMaster-Footer_Background-0-32-0: #FFFFFF;
|
|
325
|
+
--triplex-next-ListMaster-Footer_Shadow-0-32-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
326
|
+
--triplex-next-ListMaster-Header_Background-0-32-0: #FFFFFF;
|
|
327
|
+
--triplex-next-ListMaster-Header_Shadow-0-32-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
328
|
+
--triplex-next-Loader-Element_Background_Brand-0-32-0: #21A19A;
|
|
329
|
+
--triplex-next-Loader-Element_Background_Neutral-0-32-0: rgba(255, 255, 255, 1);
|
|
330
|
+
--triplex-next-Loader-Middle_Background_Default-0-32-0: #EEF0F4;
|
|
331
|
+
--triplex-next-LoaderScreen-Small_Backdrop_Default-0-32-0: rgba(255, 255, 255, .75);
|
|
332
|
+
--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-32-0: rgba(255, 255, 255, .75);
|
|
333
|
+
--triplex-next-LoaderScreen-Middle_Background_Default-0-32-0: #EEF0F4;
|
|
334
|
+
--triplex-next-Marker-Background_Error-0-32-0: #E60037;
|
|
335
|
+
--triplex-next-Marker-Background_Success-0-32-0: #21A19A;
|
|
336
|
+
--triplex-next-Marker-Background_Waiting-0-32-0: #8291B3;
|
|
337
|
+
--triplex-next-Marker-Background_Warning-0-32-0: #FD6508;
|
|
338
|
+
--triplex-next-MarkerStatus-Description_Color-0-32-0: rgba(0, 0, 0, 0.55);
|
|
339
|
+
--triplex-next-ModalWindow-Background-0-32-0: #EAEDF1;
|
|
340
|
+
--triplex-next-ModalWindow-Backdrop_Background-0-32-0: rgba(79, 79, 82, .5);
|
|
341
|
+
--triplex-next-MultiselectField-Divider_Color-0-32-0: #D6D9E0;
|
|
342
|
+
--triplex-next-Notification-Background-0-32-0: #FFFFFF;
|
|
343
|
+
--triplex-next-Notification-Color-0-32-0: #1F1F22;
|
|
344
|
+
--triplex-next-Notification-TimeColor-0-32-0: rgba(31, 31, 34, 0.65);
|
|
345
|
+
--triplex-next-Notification-Shadow-0-32-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
346
|
+
--triplex-next-Overlay-Background-0-32-0: rgba(255, 255, 255, .8);
|
|
347
|
+
--triplex-next-Overlay-Panel_Background-0-32-0: #FFFFFF;
|
|
348
|
+
--triplex-next-Pagination-PageButton_Background_Active-0-32-0: #E3E6EA;
|
|
349
|
+
--triplex-next-Pagination-PageButton_Background_Hover-0-32-0: #F2F4F7;
|
|
350
|
+
--triplex-next-Pagination-PageButton_Background_Selected-0-32-0: #E3E6EA;
|
|
351
|
+
--triplex-next-Pagination-PageButton_BorderColor_Focus-0-32-0: #FFD169;
|
|
352
|
+
--triplex-next-Radio-Background_Checked_Default-0-32-0: #21A19A;
|
|
353
|
+
--triplex-next-Radio-Background_Checked_Disabled-0-32-0: #EAEDF1;
|
|
354
|
+
--triplex-next-Radio-Background_Checked_Hover-0-32-0: #007777;
|
|
355
|
+
--triplex-next-Radio-Background_Default-0-32-0: #F2F4F7;
|
|
356
|
+
--triplex-next-Radio-Background_Disabled-0-32-0: #F2F4F7;
|
|
357
|
+
--triplex-next-Radio-Background_Hover-0-32-0: #19BDB0;
|
|
358
|
+
--triplex-next-Radio-BorderColor_Default-0-32-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
359
|
+
--triplex-next-Radio-BorderColor_Disabled-0-32-0: 0 0 0 1px #E3E6EA inset;
|
|
360
|
+
--triplex-next-Radio-BorderColor_Focused-0-32-0: 0 0 0 1px #FFD169 inset;
|
|
361
|
+
--triplex-next-Radio-BorderColor_Checked_Default-0-32-0: none;
|
|
362
|
+
--triplex-next-Radio-BorderColor_Checked_Disabled-0-32-0: none;
|
|
363
|
+
--triplex-next-Radio-Dot_Default-0-32-0: rgba(255, 255, 255, 1);
|
|
364
|
+
--triplex-next-Radio-Dot_Disabled-0-32-0: rgba(31, 31, 34, .15);
|
|
365
|
+
--triplex-next-SegmentedControl-General_1_Background-0-32-0: #F2F4F7;
|
|
366
|
+
--triplex-next-SegmentedControl-General_2_Background-0-32-0: #FFFFFF;
|
|
367
|
+
--triplex-next-SegmentedControl-Secondary_1_Background-0-32-0: #F2F4F7;
|
|
368
|
+
--triplex-next-SegmentedControl-Secondary_2_Background-0-32-0: #FFFFFF;
|
|
369
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-32-0: rgba(31, 31, 34, .65);
|
|
370
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-32-0: rgba(31, 31, 34, 1);
|
|
371
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-32-0: rgba(31, 31, 34, .15);
|
|
372
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-32-0: rgba(255, 255, 255, 1);
|
|
373
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-32-0: rgba(255, 255, 255, 1);
|
|
374
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-32-0: rgba(255, 255, 255, .25);
|
|
375
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-32-0: #F2F4F7;
|
|
376
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-32-0: #DFE2E7;
|
|
377
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-32-0: #F2F4F7;
|
|
378
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-32-0: #3B3B3E;
|
|
379
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-32-0: #49494C;
|
|
380
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-32-0: #343437;
|
|
381
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-32-0: rgba(31, 31, 34, .65);
|
|
382
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-32-0: rgba(31, 31, 34, 1);
|
|
383
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-32-0: rgba(31, 31, 34, .15);
|
|
384
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-32-0: rgba(255, 255, 255, 1);
|
|
385
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-32-0: rgba(255, 255, 255, 1);
|
|
386
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-32-0: rgba(255, 255, 255, .25);
|
|
387
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-32-0: #FFFFFF;
|
|
388
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-32-0: #EEF0F4;
|
|
389
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-32-0: #FFFFFF;
|
|
390
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-32-0: #3B3B3E;
|
|
391
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-32-0: #49494C;
|
|
392
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-32-0: #343437;
|
|
393
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-32-0: rgba(31, 31, 34, .65);
|
|
394
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-32-0: rgba(31, 31, 34, 1);
|
|
395
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-32-0: rgba(31, 31, 34, .15);
|
|
396
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-32-0: rgba(31, 31, 34, 1);
|
|
397
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-0-32-0: rgba(31, 31, 34, 1);
|
|
398
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-32-0: rgba(31, 31, 34, .15);
|
|
399
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-32-0: #F2F4F7;
|
|
400
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-32-0: #DFE2E7;
|
|
401
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-32-0: #F2F4F7;
|
|
402
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-32-0: #FFFFFF;
|
|
403
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-0-32-0: #DFE2E7;
|
|
404
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-32-0: #FFFFFF;
|
|
405
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-32-0: rgba(31, 31, 34, .65);
|
|
406
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-32-0: rgba(31, 31, 34, 1);
|
|
407
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-32-0: rgba(31, 31, 34, .15);
|
|
408
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-32-0: rgba(31, 31, 34, 1);
|
|
409
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-0-32-0: rgba(31, 31, 34, 1);
|
|
410
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-32-0: rgba(31, 31, 34, .15);
|
|
411
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-32-0: #FFFFFF;
|
|
412
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-32-0: #EEF0F4;
|
|
413
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-32-0: #FFFFFF;
|
|
414
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-32-0: #E3E6EA;
|
|
415
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-0-32-0: #D6D9E0;
|
|
416
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-32-0: #F2F4F7;
|
|
417
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Default-0-32-0: transparent;
|
|
418
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-32-0: #FFD169;
|
|
419
|
+
--triplex-next-Skeleton-BackgroundColor_Light_Start-0-32-0: #F2F4F7;
|
|
420
|
+
--triplex-next-Skeleton-BackgroundColor_Light_End-0-32-0: #DFE2E7;
|
|
421
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-32-0: rgba(31, 31, 34, .05);
|
|
422
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_End-0-32-0: rgba(31, 31, 34, .15);
|
|
423
|
+
--triplex-next-SmallInput-Background-0-32-0: #F2F4F7;
|
|
424
|
+
--triplex-next-SmallInput-Color-0-32-0: rgba(31, 31, 34, 1);
|
|
425
|
+
--triplex-next-SmallInput-PlaceholderColor-0-32-0: rgba(31, 31, 34, .65);
|
|
426
|
+
--triplex-next-SmallInput-Shadow-0-32-0: 0 0 0 1px rgba(33, 161, 154) inset;
|
|
427
|
+
--triplex-next-SMSField-Refresh_Fill_Empty-0-32-0: rgba(31, 31, 34, .35);
|
|
428
|
+
--triplex-next-SMSField-Refresh_Fill_Full-0-32-0: #008985;
|
|
429
|
+
--triplex-next-SMSField-Refresh_Disabled-0-32-0: rgba(31, 31, 34, .15);
|
|
430
|
+
--triplex-next-SMSField-Submit_Background_Default-0-32-0: rgba(31, 31, 34, .15);
|
|
431
|
+
--triplex-next-SMSField-Submit_Background_Hover-0-32-0: #19BDB0;
|
|
432
|
+
--triplex-next-SMSField-Submit_Background_Active-0-32-0: #21A19A;
|
|
433
|
+
--triplex-next-Slider-Dot_Background_Default-0-32-0: #21A19A;
|
|
434
|
+
--triplex-next-Slider-Dot_Background_Disabled-0-32-0: #F2F4F7;
|
|
435
|
+
--triplex-next-Slider-Dot_Background_Hover-0-32-0: #19BDB0;
|
|
436
|
+
--triplex-next-Slider-Dot_Background_Select-0-32-0: #007777;
|
|
437
|
+
--triplex-next-Slider-Dot_Focus-0-32-0: #FFD169;
|
|
438
|
+
--triplex-next-Slider-Dot_Inner_Background-0-32-0: #FFFFFF;
|
|
439
|
+
--triplex-next-Slider-Dot_Inner_Background_Disabled-0-32-0: rgba(31, 31, 34, .15);
|
|
440
|
+
--triplex-next-Slider-Mark_Dot_Background_Default-0-32-0: #DCDFE4;
|
|
441
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected-0-32-0: #21A19A;
|
|
442
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-32-0: #E7E9EE;
|
|
443
|
+
--triplex-next-Slider-Rail_Background-0-32-0: #DCDFE4;
|
|
444
|
+
--triplex-next-Slider-Rail_Background_Disabled-0-32-0: #DCDFE4;
|
|
445
|
+
--triplex-next-Slider-Tooltip_Background-0-32-0: #1B1B1D;
|
|
446
|
+
--triplex-next-Slider-Tooltip_Color-0-32-0: rgba(255, 255, 255, 1);
|
|
447
|
+
--triplex-next-Slider-Track_Background_Default-0-32-0: #21A19A;
|
|
448
|
+
--triplex-next-Slider-Track_Background_Disabled-0-32-0: #E7E9EE;
|
|
449
|
+
--triplex-next-Slider-Track_Background_Hover-0-32-0: #007777;
|
|
450
|
+
--triplex-next-StatusTracker-Draft_Background-0-32-0: rgba(255, 255, 255, .15);
|
|
451
|
+
--triplex-next-StatusTracker-Warning_Background-0-32-0: #FF7A17;
|
|
452
|
+
--triplex-next-StatusTracker-Waiting_Background-0-32-0: #BFCADF;
|
|
453
|
+
--triplex-next-StatusTracker-Rejected_Background-0-32-0: #FF5571;
|
|
454
|
+
--triplex-next-StatusTracker-Approved_Background-0-32-0: #00D67D;
|
|
455
|
+
--triplex-next-StatusTracker-Waiting_Color-0-32-0: #A9B6D0;
|
|
456
|
+
--triplex-next-StatusTracker-Rejected_Color-0-32-0: #FFB1C1;
|
|
457
|
+
--triplex-next-StatusTracker-Approved_Color-0-32-0: #00D67D;
|
|
458
|
+
--triplex-next-StatusTracker-Border_Color-0-32-0: #FFFFFF;
|
|
459
|
+
--triplex-next-Step-Color_Active-0-32-0: #008985;
|
|
460
|
+
--triplex-next-Step-Color_Default-0-32-0: rgba(31, 31, 34, .65);
|
|
461
|
+
--triplex-next-Step-Color_Disabled-0-32-0: #FFFFFF;
|
|
462
|
+
--triplex-next-Step-Color_Done-0-32-0: #FFFFFF;
|
|
463
|
+
--triplex-next-Step-Color_Error-0-32-0: rgba(255, 255, 255, 1);
|
|
464
|
+
--triplex-next-Step-Color_Warning-0-32-0: rgba(255, 255, 255, 1);
|
|
465
|
+
--triplex-next-Step-Background_Active-0-32-0: #E3FFFA;
|
|
466
|
+
--triplex-next-Step-Background_Default-0-32-0: rgba(31, 31, 34, .05);
|
|
467
|
+
--triplex-next-Step-Background_Disabled-0-32-0: rgba(31, 31, 34, .15);
|
|
468
|
+
--triplex-next-Step-Background_Done-0-32-0: #008985;
|
|
469
|
+
--triplex-next-Step-Background_Error-0-32-0: #D10032;
|
|
470
|
+
--triplex-next-Step-Background_Warning-0-32-0: #EF4C01;
|
|
471
|
+
--triplex-next-Stepper-Step_Background_Default-0-32-0: #F2F4F7;
|
|
472
|
+
--triplex-next-Stepper-Step_Background_Hover-0-32-0: #EAEDF1;
|
|
473
|
+
--triplex-next-Stepper-Step_Background_Disabled-0-32-0: #F2F4F7;
|
|
474
|
+
--triplex-next-Stepper-Step_Background_Error-0-32-0: #FFF0F3;
|
|
475
|
+
--triplex-next-Stepper-Step_Background_Error_Hover-0-32-0: #FCE0E6;
|
|
476
|
+
--triplex-next-Stepper-Step_Background_Warning-0-32-0: #FFF4DB;
|
|
477
|
+
--triplex-next-Stepper-Step_Background_Warning_Hover-0-32-0: #FCEAC7;
|
|
478
|
+
--triplex-next-Stepper-Step_BorderColor_Focus-0-32-0: #FFD169;
|
|
479
|
+
--triplex-next-Stepper-Step_BorderColor_Error-0-32-0: #E60037;
|
|
480
|
+
--triplex-next-Stepper-Step_BorderColor_Warning-0-32-0: #FD6508;
|
|
481
|
+
--triplex-next-Stepper-Step_BorderColor_Success-0-32-0: #21A19A;
|
|
482
|
+
--triplex-next-Stepper-Step_Color_Default-0-32-0: rgba(31, 31, 34, .65);
|
|
483
|
+
--triplex-next-Stepper-Step_Color_Hover-0-32-0: rgba(31, 31, 34, 1);
|
|
484
|
+
--triplex-next-Stepper-Step_Color_Disabled-0-32-0: rgba(31, 31, 34, .35);
|
|
485
|
+
--triplex-next-Stepper-ButtonWrapper_Background_Prev-0-32-0: linear-gradient(to right, rgba(255,255,255,1) 39.06%, rgba(255,255,255,0) 100%);
|
|
486
|
+
--triplex-next-Stepper-ButtonWrapper_Background_Next-0-32-0: linear-gradient(to left, rgba(255,255,255,1) 39.06%, rgba(255,255,255,0) 100%);
|
|
487
|
+
--triplex-next-TableBasic-Background_Hover-0-32-0: #E3E6EA;
|
|
488
|
+
--triplex-next-TableBasic-Background_Selected-0-32-0: #DCDFE4;
|
|
489
|
+
--triplex-next-TableBasic-Color-0-32-0: rgba(31, 31, 34, 1);
|
|
490
|
+
--triplex-next-TableBasic-Header_Background-0-32-0: #E7E9EE;
|
|
491
|
+
--triplex-next-TableBasic-TableFooter_Background-0-32-0: #E7E9EE;
|
|
492
|
+
--triplex-next-TableBasic-TableFooter_Highlight-0-32-0: linear-gradient(transparent, #FFFFFF);
|
|
493
|
+
--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-32-0: #D6D9E0;
|
|
494
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-32-0: #FFFFFF;
|
|
495
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-32-0: #EAEDF1;
|
|
496
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-32-0: #FFFFFF;
|
|
497
|
+
--triplex-next-Tabs-Type1_Background-0-32-0: #F2F4F7;
|
|
498
|
+
--triplex-next-Tabs-Type2_Background-0-32-0: #FFFFFF;
|
|
499
|
+
--triplex-next-Tabs-Type1_Tab_Background_Default-0-32-0: #F2F4F7;
|
|
500
|
+
--triplex-next-Tabs-Type2_Tab_Background_Default-0-32-0: #FFFFFF;
|
|
501
|
+
--triplex-next-Tabs-Type1_Tab_Background_Selected-0-32-0: #DCDFE4;
|
|
502
|
+
--triplex-next-Tabs-Type2_Tab_Background_Selected-0-32-0: #E3E6EA;
|
|
503
|
+
--triplex-next-Tabs-Type1_Tab_Background_Hover-0-32-0: #E3E6EA;
|
|
504
|
+
--triplex-next-Tabs-Type2_Tab_Background_Hover-0-32-0: #EEF0F4;
|
|
505
|
+
--triplex-next-Tabs-Tab_BorderColor_Default-0-32-0: transparent;
|
|
506
|
+
--triplex-next-Tabs-Tab_BorderColor_Focus-0-32-0: #FFD169;
|
|
507
|
+
--triplex-next-Tag-Background-0-32-0: #DFE2E7;
|
|
508
|
+
--triplex-next-TagColor-Background_Default-0-32-0: #EEF3FC;
|
|
509
|
+
--triplex-next-TagColor-Background_Success-0-32-0: #E3FFFA;
|
|
510
|
+
--triplex-next-TagColor-Background_Info-0-32-0: #E3F6FF;
|
|
511
|
+
--triplex-next-TagColor-Background_Warning-0-32-0: #FFF4DB;
|
|
512
|
+
--triplex-next-TagColor-Background_Error-0-32-0: #FFF0F3;
|
|
513
|
+
--triplex-next-TagColor-Text_Color_Default-0-32-0: rgba(31, 31, 34, .75);
|
|
514
|
+
--triplex-next-TabsLine-BorderColor_Active-0-32-0: #21A19A;
|
|
515
|
+
--triplex-next-TabsLine-BorderColor_Hover-0-32-0: #19BDB0;
|
|
516
|
+
--triplex-next-TabsLine-Separator_Color-0-32-0: #D6D9E0;
|
|
517
|
+
--triplex-next-TabsLine-Shadow_Focus-0-32-0: 0 0 0 1px #FFDD64 inset;
|
|
518
|
+
--triplex-next-Tooltip-Background-0-32-0: #1B1B1D;
|
|
519
|
+
--triplex-next-Tooltip-Color-0-32-0: rgba(255, 255, 255, 1);
|
|
520
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Active-0-32-0: #008985;
|
|
521
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Default-0-32-0: #19BDB0;
|
|
522
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-32-0: #4BD9CF;
|
|
523
|
+
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-32-0: 0 0 0 1px #FFD169;
|
|
524
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Active-0-32-0: #007777;
|
|
525
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Default-0-32-0: #008985;
|
|
526
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-32-0: #21A19A;
|
|
527
|
+
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-32-0: 0 0 0 1px #FFDD64;
|
|
528
|
+
--triplex-next-TopOverlay-Background-0-32-0: rgba(79,79,82,.15);
|
|
529
|
+
--triplex-next-Typography-Primary_Color-0-32-0: rgba(31, 31, 34, 1);
|
|
530
|
+
--triplex-next-Typography-Complementary_Color-0-32-0: rgba(31, 31, 34, .85);
|
|
531
|
+
--triplex-next-Typography-Secondary_Color-0-32-0: rgba(31, 31, 34, .65);
|
|
532
|
+
--triplex-next-Typography-Tertiary_Color-0-32-0: rgba(31, 31, 34, .55);
|
|
533
|
+
--triplex-next-Typography-Disabled_Color-0-32-0: rgba(31, 31, 34, .35);
|
|
534
|
+
--triplex-next-Typography-Brand_Color-0-32-0: #008985;
|
|
535
|
+
--triplex-next-Typography-Info_Color-0-32-0: #0E57CC;
|
|
536
|
+
--triplex-next-Typography-Success_Color-0-32-0: #008B5C;
|
|
537
|
+
--triplex-next-Typography-Error_Color-0-32-0: #D10032;
|
|
538
|
+
--triplex-next-Typography-Warning_Color-0-32-0: #EF4C01;
|
|
539
|
+
--triplex-next-Typography-System_Color-0-32-0: #697591;
|
|
540
|
+
--triplex-next-Typography-PrimaryInvert_Color-0-32-0: rgba(255, 255, 255, 1);
|
|
541
|
+
--triplex-next-Typography-ComplementaryInvert_Color-0-32-0: rgba(255, 255, 255, .75);
|
|
542
|
+
--triplex-next-Typography-SecondaryInvert_Color-0-32-0: rgba(255, 255, 255, .55);
|
|
543
|
+
--triplex-next-Typography-TertiaryInvert_Color-0-32-0: rgba(255, 255, 255, .45);
|
|
544
|
+
--triplex-next-Typography-DisabledInvert_Color-0-32-0: rgba(255, 255, 255, .25);
|
|
545
|
+
--triplex-next-Typography-BrandInvert_Color-0-32-0: #19BDB0;
|
|
546
|
+
--triplex-next-Typography-InfoInvert_Color-0-32-0: #1297FE;
|
|
547
|
+
--triplex-next-Typography-SuccessInvert_Color-0-32-0: #00D67D;
|
|
548
|
+
--triplex-next-Typography-ErrorInvert_Color-0-32-0: #F80C45;
|
|
549
|
+
--triplex-next-Typography-WarningInvert_Color-0-32-0: #FF7A17;
|
|
550
|
+
--triplex-next-Typography-SystemInvert_Color-0-32-0: #95A3C1;
|
|
551
|
+
--triplex-next-UploadZone-Background_Default-0-32-0: #F2F4F7;
|
|
552
|
+
--triplex-next-UploadZone-Background_Hover-0-32-0: #EAEDF1;
|
|
553
|
+
--triplex-next-UploadZone-BorderColor_Default-0-32-0: #2D2D30;
|
|
554
|
+
--triplex-next-UploadZone-DragArea_Background-0-32-0: #F2F4F7;
|
|
555
|
+
--triplex-next-UploadZone-DragArea_BorderColor-0-32-0: #21A19A;}
|
|
556
|
+
.underline__c23bbff3{text-decoration:underline}.strikethrough__3780b01d{text-decoration:line-through}.underlineStrikethrough__20125d70{text-decoration:underline line-through}.typography__5f97cbaf.primary__cba20668{color:var(--triplex-next-Typography-Primary_Color-0-32-0)}.typography__5f97cbaf.primaryInvert__a3623ead{color:var(--triplex-next-Typography-PrimaryInvert_Color-0-32-0)}.typography__5f97cbaf.complementary__4b45ba58{color:var(--triplex-next-Typography-Complementary_Color-0-32-0)}.typography__5f97cbaf.complementaryInvert__8f4a2c74{color:var(--triplex-next-Typography-ComplementaryInvert_Color-0-32-0)}.typography__5f97cbaf.secondary__0c1729f8{color:var(--triplex-next-Typography-Secondary_Color-0-32-0)}.typography__5f97cbaf.secondaryInvert__b98e794c{color:var(--triplex-next-Typography-SecondaryInvert_Color-0-32-0)}.typography__5f97cbaf.tertiary__ef33eada{color:var(--triplex-next-Typography-Tertiary_Color-0-32-0)}.typography__5f97cbaf.tertiaryInvert__5d315eff{color:var(--triplex-next-Typography-TertiaryInvert_Color-0-32-0)}.typography__5f97cbaf.disabled__e7bd19f0{color:var(--triplex-next-Typography-Disabled_Color-0-32-0)}.typography__5f97cbaf.disabledInvert__ed71fc9a{color:var(--triplex-next-Typography-DisabledInvert_Color-0-32-0)}.typography__5f97cbaf.brand__6ad136a2{color:var(--triplex-next-Typography-Brand_Color-0-32-0);-webkit-user-select:none;user-select:none}.typography__5f97cbaf.brandInvert__87d5b657{color:var(--triplex-next-Typography-BrandInvert_Color-0-32-0)}.typography__5f97cbaf.info__5f89f18c{color:var(--triplex-next-Typography-Info_Color-0-32-0)}.typography__5f97cbaf.infoInvert__35fffb83{color:var(--triplex-next-Typography-InfoInvert_Color-0-32-0)}.typography__5f97cbaf.success__81a8c2ae{color:var(--triplex-next-Typography-Success_Color-0-32-0)}.typography__5f97cbaf.successInvert__ec36e9b9{color:var(--triplex-next-Typography-SuccessInvert_Color-0-32-0)}.typography__5f97cbaf.error__2ca0297e{color:var(--triplex-next-Typography-Error_Color-0-32-0)}.typography__5f97cbaf.errorInvert__f6f0a2f9{color:var(--triplex-next-Typography-ErrorInvert_Color-0-32-0)}.typography__5f97cbaf.warning__0b2bd956{color:var(--triplex-next-Typography-Warning_Color-0-32-0)}.typography__5f97cbaf.warningInvert__287f9a2e{color:var(--triplex-next-Typography-WarningInvert_Color-0-32-0)}.typography__5f97cbaf.system__a425c046{color:var(--triplex-next-Typography-System_Color-0-32-0)}.typography__5f97cbaf.systemInvert__d6a0fb93{color:var(--triplex-next-Typography-SystemInvert_Color-0-32-0)}.typography__5f97cbaf.compact__96df4315{line-height:calc(16 / 14)}.caption__9e1ce5c1.regular__c848ef59{font-family:SBSansText,Arial,sans-serif}.caption__9e1ce5c1.semibold__8dfe047d{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.c1__00c73143{font-size:10px;line-height:12px}.c2__c1f3adb8{font-size:8px;line-height:10px}.d1__b6e04d7b{font-size:32px;line-height:40px}.d1__b6e04d7b.regular__c848ef59{font-family:SBSansDisplay,Arial,sans-serif}.d1__b6e04d7b.semibold__8dfe047d{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.codeText__454deb32{font-family:SBSansTextMono,Arial,monospace;font-size:14px;line-height:20px;font-weight:400}.text__f0420bd7{outline:none}.text__f0420bd7.regular__c848ef59{font-family:SBSansText,Arial,sans-serif}.text__f0420bd7.semibold__8dfe047d{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.b1__f04d8641{font-size:18px;line-height:24px}.b2__4f87fd55{font-size:16px;line-height:20px}.b3__ebe4de07{font-size:14px;line-height:20px}.b3__ebe4de07.compact__96df4315{line-height:16px}.b4__6950ff60{font-size:12px;line-height:16px}.title__b8047af6{outline:none}.title__b8047af6.regular__c848ef59{font-family:SBSansDisplay,Arial,sans-serif;font-weight:400}.title__b8047af6.semibold__8dfe047d{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.title__b8047af6.medium__99a06896{font-family:SBSansDisplayMedium,Arial,sans-serif;font-weight:500}.title__b8047af6.bold__e6f7aedb{font-family:SBSansDisplayBold,Arial,sans-serif;font-weight:700}.h1__22ad9e56,.h2__a783e812,.h3__6defebaa{margin:0}.h1__22ad9e56{font-size:28px;line-height:36px}.h2__a783e812{font-size:24px;line-height:32px}.h3__6defebaa{font-size:20px;line-height:28px}.formFieldInput__7e4ca08e{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-32-0)}.formFieldInput__7e4ca08e.sm__cd879807{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__7e4ca08e.md__86f475a9{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__7e4ca08e.lg__b5bd551f{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldInput__7e4ca08e:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-32-0)}.formFieldInput__7e4ca08e::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-32-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__7e4ca08e:focus{outline:none}.formFieldInput__7e4ca08e:focus::placeholder{opacity:1}.formFieldInput__7e4ca08e:-webkit-autofill{animation-name:autofill-applied-hook__1ccafb11;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__7e4ca08e:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__79821cf0;animation-duration:1ms}.disableInteraction__fd0eb51a{pointer-events:none}.displayContents__aaf67314{display:contents}.buttonIcon__cc923f29{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__cc923f29:enabled{cursor:pointer}.buttonIcon__cc923f29.circle__e2b57c6f{border-radius:50%}.buttonIcon__cc923f29.squircle__ff5459ec{border-radius:4px}.buttonIcon__cc923f29:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-0-32-0)}.formFieldClear__45549a58{visibility:hidden;opacity:0;transition:visibility,opacity;transition-duration:.3s;pointer-events:none}.formFieldClear__45549a58:focus{visibility:visible;opacity:1;pointer-events:auto}.formFieldCounter__439b593f{padding-left:4px;margin-left:auto}.formFieldDescription__b4b089f8{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__b4b089f8.withCounter__6ebfb891{display:flex}.formFieldLabel__20be502c{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__20be502c.sm__cd879807{top:6px}.formFieldLabel__20be502c.md__86f475a9{top:10px}.formFieldLabel__20be502c.lg__b5bd551f{top:18px}.formFieldLabel__20be502c.lg__b5bd551f.floating__70241558{top:10px}.formFieldLabelText__2004c833{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-0-32-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__cd879807 .formFieldLabelText__2004c833{font-size:12px;line-height:16px}.md__86f475a9 .formFieldLabelText__2004c833{font-size:14px;line-height:20px}.lg__b5bd551f .formFieldLabelText__2004c833{font-size:16px;line-height:20px}.floating__70241558 .formFieldLabelText__2004c833{font-size:12px;line-height:16px}.floating__70241558.sm__cd879807 .formFieldLabelText__2004c833,.floating__70241558.md__86f475a9 .formFieldLabelText__2004c833{display:none}.disabled__a54581cd .formFieldLabelText__2004c833{color:var(--triplex-next-FormField-Label_Color_Disabled-0-32-0)}.formFieldMaskedInputWrapper__05caf8a1{position:relative}.formFieldMaskedInputWrapper__05caf8a1 .formFieldMaskedInputPlaceholder__ce8e634f{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__05caf8a1 .formFieldMaskedInputPlaceholder__ce8e634f::placeholder{opacity:1}.formFieldMaskedInputWrapper__05caf8a1 .formFieldMaskedInputPlaceholder__ce8e634f:disabled{visibility:hidden}.formFieldMaskedInputWrapper__05caf8a1.size-sm__181392cc{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__05caf8a1.size-sm__181392cc .formFieldMaskedInputPlaceholder__ce8e634f{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__05caf8a1.size-md__b7183451{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__05caf8a1.size-md__b7183451 .formFieldMaskedInputPlaceholder__ce8e634f{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__05caf8a1.size-lg__65353574{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__05caf8a1.size-lg__65353574 .formFieldMaskedInputPlaceholder__ce8e634f{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__05caf8a1 .formFieldMaskedInput__24b3bdbe{display:block;position:relative;background:none!important}.formFieldPostfix__d963d28e{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__96da0376{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldTarget__fb3ecb20{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-0-32-0);overflow:hidden;white-space:nowrap}.formFieldTarget__fb3ecb20.sm__cd879807{font-size:12px;height:28px;line-height:16px}.formFieldTarget__fb3ecb20.md__86f475a9{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__fb3ecb20.lg__b5bd551f{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__fb3ecb20.placeholder__91b875f7{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-0-32-0)}.formFieldTarget__fb3ecb20.disabled__a54581cd{color:var(--triplex-next-FormField-Target_Color_Disabled-0-32-0)}.formFieldTarget__fb3ecb20 .placeholderWrapper__74a2f5b9{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__fb3ecb20:focus{outline:none}.formFieldTarget__fb3ecb20:focus .placeholderWrapper__74a2f5b9,.formFieldTarget__fb3ecb20.active__4eee5b99 .placeholderWrapper__74a2f5b9{opacity:1}.formFieldTextarea__b08a00b7{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-0-32-0);vertical-align:top;font-family:inherit}.formFieldTextarea__b08a00b7.sm__cd879807{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__b08a00b7.md__86f475a9{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__b08a00b7.lg__b5bd551f{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__b08a00b7::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-32-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__b08a00b7:focus{outline:none}.formFieldTextarea__b08a00b7:focus::placeholder{opacity:1}.formFieldTextarea__b08a00b7:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-32-0)}.formFieldTextarea__b08a00b7:-webkit-autofill{animation-name:autofill-applied-hook__1ccafb11;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldTextarea__b08a00b7:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__79821cf0;animation-duration:1ms}@keyframes autofill-applied-hook__1ccafb11{0%{transform:none}}@keyframes autofill-cancelled-hook__79821cf0{0%{transform:none}}.formField__94ffe16d{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__94ffe16d.sm__cd879807{border-radius:6px}.formField__94ffe16d.md__86f475a9{border-radius:8px}.formField__94ffe16d.lg__b5bd551f{border-radius:10px}.formField__94ffe16d.default__61d2315e{background:var(--triplex-next-FormField-Background_Default-0-32-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-0-32-0)}.formField__94ffe16d:hover{background:var(--triplex-next-FormField-Background_Hover-0-32-0)}.formField__94ffe16d.active__4eee5b99{background:var(--triplex-next-FormField-Background_Active-0-32-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-0-32-0)}.formField__94ffe16d.active__4eee5b99 .formFieldInput__7e4ca08e::placeholder,.formField__94ffe16d.active__4eee5b99 .formFieldTextarea__b08a00b7::placeholder{opacity:1}.formField__94ffe16d.disabled__a54581cd{background:var(--triplex-next-FormField-Background_Disabled-0-32-0)}.formField__94ffe16d.error__a447f988{background:var(--triplex-next-FormField-Background_Error-0-32-0)}.formField__94ffe16d.error__a447f988:hover{background:var(--triplex-next-FormField-Background_Error_Hover-0-32-0)}.formField__94ffe16d.error__a447f988.active__4eee5b99{background:var(--triplex-next-FormField-Background_Error-0-32-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-0-32-0)}.formField__94ffe16d.warning__49e4137a{background:var(--triplex-next-FormField-Background_Warning-0-32-0)}.formField__94ffe16d.warning__49e4137a:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-0-32-0)}.formField__94ffe16d.warning__49e4137a.active__4eee5b99{background:var(--triplex-next-FormField-Background_Warning-0-32-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-0-32-0)}.formField__94ffe16d.filled__7cd8e5b4:not(.disabled__a54581cd):hover .formFieldClear__45549a58,.formField__94ffe16d.filled__7cd8e5b4:not(.disabled__a54581cd).active__4eee5b99 .formFieldClear__45549a58{visibility:visible;opacity:1;pointer-events:auto}.dropdownDesktop__4551f130{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-0-32-0);background-color:var(--triplex-next-Dropdown-Background-0-32-0)}.dropdownDesktop__4551f130.sm__20dc6f9e{border-radius:6px}.dropdownDesktop__4551f130.md__9eb9d48c{border-radius:8px}.dropdownDesktop__4551f130.lg__6a519970{border-radius:10px}.dropdownDesktopOverflowHidden__c2637f3c{overflow:hidden}.badgeDot__2e2fb03e{display:inline-block;background:var(--triplex-next-Badge-Background-0-32-0);border-radius:50%}.badgeDot__2e2fb03e.sm__1b9237ac{width:6px;height:6px}.badgeDot__2e2fb03e.md__e4d4a356{width:8px;height:8px}.badgeDot__2e2fb03e.lg__d7dd8afc{width:10px;height:10px}.badgeContent__2d72dcb8{display:flex}.badgeContent__2d72dcb8.sm__1b9237ac{padding-left:4px;padding-right:4px}.badgeContent__2d72dcb8.md__e4d4a356{padding-left:6px;padding-right:6px}.badgeContent__2d72dcb8.lg__d7dd8afc{padding-left:8px;padding-right:8px}.badgeContent__2d72dcb8.noPaddingLeft__27905c04{padding-left:0}.badgeContent__2d72dcb8.noPaddingRight__51d0765f{padding-right:0}.badgePrefix__157fe268,.badgePostfix__95e82b22{display:contents}.badge__079059b6{display:inline-flex;align-items:center;justify-content:center;position:relative;width:fit-content;white-space:nowrap;background:var(--triplex-next-Badge-Background-0-32-0)}.badge__079059b6.sm__1b9237ac{height:16px;border-radius:4px}.badge__079059b6.md__e4d4a356{height:20px;border-radius:6px}.badge__079059b6.lg__d7dd8afc{height:24px;border-radius:8px}.dropdownDesktopList__00a8f7a5{margin:4px;overflow:auto}.dropdownDesktopList__00a8f7a5 .notificationIcon__9e9e3290{position:absolute}.dropdownDesktopList__00a8f7a5.sm__20dc6f9e{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__00a8f7a5.sm__20dc6f9e .dropdownDesktopListItem__c040ac40{padding:6px 8px;border-radius:6px}.dropdownDesktopList__00a8f7a5.sm__20dc6f9e .dropdownDesktopListLoader__83456cce{margin:0 auto}.dropdownDesktopList__00a8f7a5.sm__20dc6f9e .notificationIcon__9e9e3290{right:3px;top:3px}.dropdownDesktopList__00a8f7a5.md__9eb9d48c{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__00a8f7a5.md__9eb9d48c .dropdownDesktopListItem__c040ac40{padding:7px 8px;border-radius:8px}.dropdownDesktopList__00a8f7a5.md__9eb9d48c .dropdownDesktopListLoader__83456cce{margin:-2px auto}.dropdownDesktopList__00a8f7a5.md__9eb9d48c .notificationIcon__9e9e3290{right:4px;top:4px}.dropdownDesktopList__00a8f7a5.lg__6a519970{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__00a8f7a5.lg__6a519970 .dropdownDesktopListItem__c040ac40{padding:14px 8px;border-radius:10px}.dropdownDesktopList__00a8f7a5.lg__6a519970 .dropdownDesktopListLoader__83456cce{margin:-6px auto}.dropdownDesktopList__00a8f7a5.lg__6a519970 .notificationIcon__9e9e3290{right:4px;top:6px}.dropdownDesktopListItem__c040ac40{color:var(--triplex-next-DropdownList-Color-0-32-0);background:var(--triplex-next-DropdownList-Background_Default-0-32-0);position:relative;outline:none}.dropdownDesktopListItem__c040ac40+.dropdownDesktopListItem__c040ac40{margin-top:2px}.dropdownDesktopListItem__c040ac40.active__e9e6d01f{background:var(--triplex-next-DropdownList-Background_Active-0-32-0);cursor:pointer}.dropdownDesktopListItem__c040ac40.selected__eb909c6b{background:var(--triplex-next-DropdownList-Background_Selected-0-32-0);cursor:default}.loaderSmall__91d93984{display:flex;justify-content:center;align-items:center}.loaderSmall__91d93984.sm__6f364a42{width:16px;height:16px;gap:2px}.loaderSmall__91d93984.sm__6f364a42 .dot__6623ffc4{width:4px;height:4px}.loaderSmall__91d93984.md__37163e34{width:24px;height:24px;gap:3px}.loaderSmall__91d93984.md__37163e34 .dot__6623ffc4{width:6px;height:6px}.loaderSmall__91d93984.lg__d738063d{width:32px;height:32px;gap:4px}.loaderSmall__91d93984.lg__d738063d .dot__6623ffc4{width:8px;height:8px}.loaderSmall__91d93984.neutral__4215adb1 .dot__6623ffc4{background-color:var(--triplex-next-Loader-Element_Background_Neutral-0-32-0)}.loaderSmall__91d93984.brand__5a6e78f2 .dot__6623ffc4{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-32-0)}.loaderSmall__91d93984 .dot__6623ffc4{border-radius:50%}.loaderSmall__91d93984 .dot1__cfad562f{animation:dotCycleSmall__18e9c375 .9s infinite}.loaderSmall__91d93984 .dot2__bfd9a5cd{animation:dotCycleSmall__18e9c375 .9s infinite .15s}.loaderSmall__91d93984 .dot3__e55b25f4{animation:dotCycleSmall__18e9c375 .9s infinite .3s}@keyframes dotCycleSmall__18e9c375{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__4e0a1667{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-0-32-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__8f4eba08{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__8f4eba08 .dot__6623ffc4{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-0-32-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__8f4eba08 .dot1__cfad562f{top:0;left:0;animation:dotCycleMiddle__cd2a396f 3s infinite}.loaderMiddleDots__8f4eba08 .dot2__bfd9a5cd{right:0;top:0;opacity:.7;animation:dotCycleMiddle__cd2a396f 3s infinite .74s}.loaderMiddleDots__8f4eba08 .dot3__e55b25f4{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__cd2a396f 3s infinite 1.5s}.loaderMiddleDots__8f4eba08 .dot4__bd8fde9d{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__cd2a396f 3s infinite 2.25s}.loaderMiddleDots__8f4eba08 .line__3faac614{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-32-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__ef86e4cd 3s infinite}@keyframes lineCycle__ef86e4cd{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__cd2a396f{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__2975b23a{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__785a9278{background:var(--triplex-next-DropdownMobile-Backdrop-0-32-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__785a9278.closing__eed8d098{opacity:0}.dropdownMobileBackdrop__785a9278.opening__747319a4,.dropdownMobileBackdrop__785a9278.opened__671b1e26{opacity:var(--triplex-DropdownMobile-Opacity-0-32-0)}.dropdownMobile__73cf5793{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__73cf5793.closing__eed8d098{transform:translateY(100%)}.dropdownMobile__73cf5793.opening__747319a4,.dropdownMobile__73cf5793.opened__671b1e26{transform:translateY(0)}.dropdownMobileHeader__4e93b2d6{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-0-32-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__4e93b2d6 .dropdownMobileHeaderContent__cbb9ef92{display:flex;flex-grow:1;min-width:0;margin-right:12px;min-height:20px}.dropdownMobileContent__383153f9{background:var(--triplex-next-DropdownMobile-Content_Background-0-32-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__a2ba5552{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-0-32-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-0-32-0);flex-shrink:1}.dropdownMobileListItem__a92a1245{position:relative;padding:16px}.dropdownMobileListItem__a92a1245.selected__eb909c6b{background:var(--triplex-next-DropdownMobileList-Selected_Background-0-32-0)}.dropdownMobileListItem__a92a1245:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-0-32-0)}.dropdownMobileBodyOverflow__c641a4d7{overflow:hidden}.controlButtons__40947f96{display:flex}.dropdownMobileLoader__48e83e4f{margin-right:8px}.dropdownMobileListLoader__305e985b{display:flex;justify-content:center;align-items:center;padding:16px}.notificationIcon__9e9e3290{position:absolute;right:6px;top:6px}.dropdownMobileInput__cfaaab43{width:100%;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input_Color_Default-0-32-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__cfaaab43::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-32-0);opacity:1}.dropdownMobileInput__cfaaab43::-ms-clear{display:none}.tabsLineWrapper__880a44d0[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__880a44d0[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__880a44d0[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__880a44d0[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__880a44d0{position:relative}.tabsLineWrapper__880a44d0.withSeparator__08a99bb3:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-0-32-0);bottom:0;left:0;right:0}.tabsLine__dcf87316{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__dcf87316:has(.sm__0ca3504e){height:28px}.tabsLine__dcf87316:has(.md__5bd228bc){height:40px}.tabsLine__dcf87316:has(.lg__f8c5488f){height:56px}.tab__e6efe19c{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__e6efe19c.sm__0ca3504e{height:28px;padding-bottom:12px}.tab__e6efe19c.md__5bd228bc{height:40px;padding-top:8px;padding-bottom:12px}.tab__e6efe19c.lg__f8c5488f{height:56px;padding-top:16px;padding-bottom:20px}.tab__e6efe19c::-moz-focus-inner{border:none;padding:0}.tab__e6efe19c:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-0-32-0)}.tab__e6efe19c.active__27b137c6{cursor:default}.tab__e6efe19c: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__e6efe19c:hover:after,.tab__e6efe19c:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-0-32-0)}.tab__e6efe19c.active__27b137c6:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-0-32-0)}.notificationIcon__b874c8e2{position:absolute;right:6px}.sm__0ca3504e .notificationIcon__b874c8e2{top:0}.md__5bd228bc .notificationIcon__b874c8e2{top:8px}.lg__f8c5488f .notificationIcon__b874c8e2{top:16px}.tabsLineDropdown__e3d222da{display:inline-block}.tabsLineDropdown__e3d222da .dropdownTarget__938beab0.active__27b137c6{cursor:pointer}.tabsLineDropdown__e3d222da .dropdownTargetInner__2456cea3{display:inline-flex;align-items:center}.tabsLineDropdown__e3d222da .dropdownTargetCaret__5716a713{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__e3d222da .dropdownTargetCaret__5716a713.opened__12ac2c01{transform:rotate(-180deg)}.tabsLineDropdown__e3d222da .dropdown__2f4df59b{right:0;padding:4px}.tabsLineMobileWrapper__9023a57a{position:relative}.tabsLineMobileWrapper__9023a57a .tab__e6efe19c{flex-shrink:0}.tabsLineMobileWrapper__9023a57a .tab__e6efe19c:first-child{margin-left:16px}.tabsLineMobileWrapper__9023a57a .tab__e6efe19c:last-child{margin-right:16px}.tabsLineMobile__49c4997e{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__49c4997e::-webkit-scrollbar{display:none}.label__119f91c8{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__119f91c8.sm__1fdfd407{min-width:16px;min-height:16px}.label__119f91c8.sm__1fdfd407.nonempty__0f6bbb94{padding:2px 0 2px 24px}.label__119f91c8.md__2bf33150{min-height:24px;min-width:24px}.label__119f91c8.md__2bf33150.nonempty__0f6bbb94{padding-left:32px;padding-top:2px}.label__119f91c8.lg__ebc75acb{min-width:28px;min-height:28px}.label__119f91c8.lg__ebc75acb.nonempty__0f6bbb94{padding-left:40px;padding-top:4px}.label__119f91c8.disabled__dd576fdf{cursor:default}.radio__fb4312c1{margin:0;opacity:0}.radioIcon__8a03b240{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-0-32-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-0-32-0)}.radioIcon__8a03b240:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-0-32-0);border-radius:50%;transform:scale(0)}.sm__1fdfd407 .radioIcon__8a03b240:after{width:8px;height:8px;top:4px;left:4px}.md__2bf33150 .radioIcon__8a03b240:after{width:12px;height:12px;top:6px;left:6px}.lg__ebc75acb .radioIcon__8a03b240:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__8a03b240,.radioIcon__8a03b240:after{pointer-events:none}.radio__fb4312c1,.radioIcon__8a03b240{position:absolute;left:0;top:0}.sm__1fdfd407 .radio__fb4312c1,.sm__1fdfd407 .radioIcon__8a03b240{width:16px;height:16px;top:2px}.md__2bf33150 .radio__fb4312c1,.md__2bf33150 .radioIcon__8a03b240{width:24px;height:24px}.lg__ebc75acb .radio__fb4312c1,.lg__ebc75acb .radioIcon__8a03b240{width:28px;height:28px}.radio__fb4312c1:enabled{cursor:pointer}.radio__fb4312c1:checked+.radioIcon__8a03b240{background:var(--triplex-next-Radio-Background_Checked_Default-0-32-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-0-32-0)}.radio__fb4312c1:checked+.radioIcon__8a03b240:after{transform:scale(1);transition:transform .2s ease-out}.radio__fb4312c1:hover+.radioIcon__8a03b240{background-color:var(--triplex-next-Radio-Background_Hover-0-32-0);box-shadow:none}.radio__fb4312c1:disabled+.radioIcon__8a03b240{background:var(--triplex-next-Radio-Background_Disabled-0-32-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-0-32-0)}.radio__fb4312c1:disabled:checked+.radioIcon__8a03b240{background:var(--triplex-next-Radio-Background_Checked_Disabled-0-32-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-0-32-0)}.radio__fb4312c1:disabled+.radioIcon__8a03b240:after{background:var(--triplex-next-Radio-Dot_Disabled-0-32-0)}.radio__fb4312c1:focus-visible+.radioIcon__8a03b240{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-0-32-0)}.radio__fb4312c1:checked:enabled:hover+.radioIcon__8a03b240{background-color:var(--triplex-next-Radio-Background_Checked_Hover-0-32-0)}.radioXGroup__3a406d11{display:inline-flex;flex-flow:row wrap}.radioXGroup__3a406d11.indent-12__f987777e{margin-left:-6px;margin-right:-6px}.radioXGroup__3a406d11.indent-12__f987777e .label__119f91c8{margin-left:6px;margin-right:6px}.radioXGroup__3a406d11.indent-16__7718b0e9{margin-left:-8px;margin-right:-8px}.radioXGroup__3a406d11.indent-16__7718b0e9 .label__119f91c8{margin-left:8px;margin-right:8px}.radioXGroup__3a406d11.indent-20__bd067ecb{margin-left:-10px;margin-right:-10px}.radioXGroup__3a406d11.indent-20__bd067ecb .label__119f91c8{margin-left:10px;margin-right:10px}.radioXGroup__3a406d11.indent-24__9f41796f{margin-left:-12px;margin-right:-12px}.radioXGroup__3a406d11.indent-24__9f41796f .label__119f91c8{margin-left:12px;margin-right:12px}.radioXGroup__3a406d11.indent-28__9ed2eee6{margin-left:-14px;margin-right:-14px}.radioXGroup__3a406d11.indent-28__9ed2eee6 .label__119f91c8{margin-left:14px;margin-right:14px}.radioXGroup__3a406d11.indent-32__1bee0010{margin-left:-16px;margin-right:-16px}.radioXGroup__3a406d11.indent-32__1bee0010 .label__119f91c8{margin-left:16px;margin-right:16px}.radioYGroup__724d6a73{display:inline-flex;flex-flow:column wrap}.radioYGroup__724d6a73 .label__119f91c8.sm__1fdfd407+.label__119f91c8.sm__1fdfd407{margin-top:8px}.radioYGroup__724d6a73 .label__119f91c8.md__2bf33150+.label__119f91c8.md__2bf33150{margin-top:16px}.radioYGroup__724d6a73 .label__119f91c8.lg__ebc75acb+.label__119f91c8.lg__ebc75acb{margin-top:20px}.notification__6c1527c5{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-0-32-0);background:var(--triplex-next-Notification-Background-0-32-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-0-32-0);z-index:300}.notification__6c1527c5:first-child{margin-top:0}.notification__6c1527c5.extraBottomPadding__7844d682{padding-bottom:24px}.notification__6c1527c5 .notificationHeader__7f60dbd5{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-0-32-0);width:100%;margin-top:0;margin-bottom:8px}.notification__6c1527c5 .notificationIcon__05459d89{line-height:0}.notification__6c1527c5 .notificationBody__8a814d84{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__6c1527c5 .notificationBodyList__680f91df{margin-top:8px}.notification__6c1527c5 .notificationClose__72828843{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__6c1527c5.showCloseOnHover__bd3a0cb7 .notificationClose__72828843{opacity:0}.notification__6c1527c5.showCloseOnHover__bd3a0cb7:hover{cursor:pointer}.notification__6c1527c5.showCloseOnHover__bd3a0cb7:hover .notificationClose__72828843{opacity:1}.notification__6c1527c5 .notificationFooter__d2132535{display:flex;align-items:center;margin-top:16px}.notification__6c1527c5 .notificationFooter__d2132535 button+a{margin-left:16px}.notification__6c1527c5 .notificationTime__cb6ad664{font-size:12px;color:var(--triplex-next-Notification-TimeColor-0-32-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__4bf800a2{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__4bf800a2:hover{cursor:pointer}.notificationGroupedWrapper__4bf800a2 .notificationGroupedFooterItem__89e63c4f{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-0-32-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-0-32-0)}.notificationGroupedWrapper__4bf800a2 .notificationGroupedFooterItem__89e63c4f.first__b6139e9c{bottom:-8px;z-index:200}.notificationGroupedWrapper__4bf800a2 .notificationGroupedFooterItem__89e63c4f.second__d3ef38d4{bottom:-16px;z-index:100}@media(max-width:767px){.notification__6c1527c5,.notificationGroupedWrapper__4bf800a2{width:100%}}.unorderedListItem__18a7ec6a:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__18a7ec6a+.unorderedListItem__18a7ec6a{margin-top:8px}.unorderedList__3e5050e4{position:relative;margin:0;padding-left:14px;list-style:none}.button__94e10a98.general__899b1548{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-0-32-0);color:var(--triplex-next-Button-General_Color_Default-0-32-0)}.button__94e10a98.general__899b1548:hover{background:var(--triplex-next-Button-General_Background_Hover-0-32-0);color:var(--triplex-next-Button-General_Color_Hover-0-32-0)}.button__94e10a98.general__899b1548.expanded__c0bcdcd2,.button__94e10a98.general__899b1548:active{background:var(--triplex-next-Button-General_Background_Active-0-32-0);color:var(--triplex-next-Button-General_Color_Active-0-32-0)}.button__94e10a98.general__899b1548:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-0-32-0)}.button__94e10a98.general__899b1548:disabled{background:var(--triplex-next-Button-General_Background_Disabled-0-32-0);color:var(--triplex-next-Button-General_Color_Disabled-0-32-0)}.button__94e10a98.secondary__f1703d5f{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-0-32-0);color:var(--triplex-next-Button-Secondary_Color_Default-0-32-0)}.button__94e10a98.secondary__f1703d5f:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-0-32-0);color:var(--triplex-next-Button-Secondary_Color_Hover-0-32-0)}.button__94e10a98.secondary__f1703d5f.expanded__c0bcdcd2,.button__94e10a98.secondary__f1703d5f:active{background:var(--triplex-next-Button-Secondary_Background_Active-0-32-0);color:var(--triplex-next-Button-Secondary_Color_Active-0-32-0)}.button__94e10a98.secondary__f1703d5f:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-0-32-0)}.button__94e10a98.secondary__f1703d5f:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-0-32-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-0-32-0)}.button__94e10a98.secondaryLight__af745035{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-0-32-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-0-32-0)}.button__94e10a98.secondaryLight__af745035:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-0-32-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-0-32-0)}.button__94e10a98.secondaryLight__af745035.expanded__c0bcdcd2,.button__94e10a98.secondaryLight__af745035:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-0-32-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-0-32-0)}.button__94e10a98.secondaryLight__af745035:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-0-32-0)}.button__94e10a98.secondaryLight__af745035:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-0-32-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-0-32-0)}.button__94e10a98.danger__cc099126{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-0-32-0);color:var(--triplex-next-Button-Danger_Color_Default-0-32-0)}.button__94e10a98.danger__cc099126:hover{background:var(--triplex-next-Button-Danger_Background_Hover-0-32-0);color:var(--triplex-next-Button-Danger_Color_Hover-0-32-0)}.button__94e10a98.danger__cc099126.expanded__c0bcdcd2,.button__94e10a98.danger__cc099126:active{background:var(--triplex-next-Button-Danger_Background_Active-0-32-0);color:var(--triplex-next-Button-Danger_Color_Active-0-32-0)}.button__94e10a98.danger__cc099126:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-0-32-0)}.button__94e10a98.danger__cc099126:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-0-32-0);color:var(--triplex-next-Button-Danger_Color_Disabled-0-32-0)}.button__94e10a98.link__fa322ec9{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-0-32-0);padding:0}.button__94e10a98.link__fa322ec9.sm__8fc85217{height:28px;min-width:0px;padding:6px 2px}.button__94e10a98.link__fa322ec9.md__f34c6e14{height:40px;min-width:0px;padding:10px 2px}.button__94e10a98.link__fa322ec9.lg__43e3c5a0{height:56px;min-width:0px;padding:18px 2px}.button__94e10a98.link__fa322ec9:hover{color:var(--triplex-next-Button-Link_Color_Hover-0-32-0)}.button__94e10a98.link__fa322ec9.expanded__c0bcdcd2,.button__94e10a98.link__fa322ec9:active{color:var(--triplex-next-Button-Link_Color_Active-0-32-0)}.button__94e10a98.link__fa322ec9:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-0-32-0)}.button__94e10a98.link__fa322ec9:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-0-32-0)}.button__94e10a98{display:inline-flex;align-items:center;position:relative;margin:0;outline:none;font-family:inherit;background-clip:padding-box;cursor:pointer;border:none;font-weight:600;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.button__94e10a98::-moz-focus-inner{border:none;padding:0}.button__94e10a98.sm__8fc85217{line-height:16px;font-size:12px}.button__94e10a98.sm__8fc85217.general__899b1548,.button__94e10a98.sm__8fc85217.secondary__f1703d5f,.button__94e10a98.sm__8fc85217.secondaryLight__af745035,.button__94e10a98.sm__8fc85217.danger__cc099126{height:28px;min-width:58px;padding:0 12px;border-radius:6px}.button__94e10a98.sm__8fc85217.icon__f3b70080{min-height:28px;min-width:28px;padding:0 4px}.button__94e10a98.md__f34c6e14{line-height:20px;font-size:14px}.button__94e10a98.md__f34c6e14.general__899b1548,.button__94e10a98.md__f34c6e14.secondary__f1703d5f,.button__94e10a98.md__f34c6e14.secondaryLight__af745035,.button__94e10a98.md__f34c6e14.danger__cc099126{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__94e10a98.md__f34c6e14.icon__f3b70080{min-height:40px;min-width:40px;padding:0 10px}.button__94e10a98.lg__43e3c5a0{line-height:20px;font-size:16px}.button__94e10a98.lg__43e3c5a0.general__899b1548,.button__94e10a98.lg__43e3c5a0.secondary__f1703d5f,.button__94e10a98.lg__43e3c5a0.secondaryLight__af745035,.button__94e10a98.lg__43e3c5a0.danger__cc099126{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__94e10a98.lg__43e3c5a0.icon__f3b70080{min-height:56px;min-width:56px;padding:0 12px}.button__94e10a98:disabled{cursor:default}.button__94e10a98:disabled *{pointer-events:none}.button__94e10a98+.button__94e10a98:not(.block__60465faa),.button__94e10a98+.buttonDropdown__06150080:not(.block__60465faa){margin-left:12px}.button__94e10a98 .content__f84dd93c{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__94e10a98.block__60465faa{display:block;width:100%}.button__94e10a98.loading__612d9f4c{pointer-events:none}.button__94e10a98.loading__612d9f4c .content__f84dd93c{visibility:hidden}.button__94e10a98 .loader__e0affbef{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__94e10a98 .loader__e0affbef.hidden__914b7a4a{visibility:hidden}.buttonDropdownExtended__37bdc7a3{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__37bdc7a3 .buttonDropdownExtendedBlock__51d1d52b{padding:4px;margin-top:4px;right:0}.buttonDropdown__06150080.block__60465faa{display:block}.buttonDropdown__06150080+.button__94e10a98:not(.block__60465faa),.buttonDropdown__06150080+.buttonDropdown__06150080:not(.block__60465faa){margin-left:12px}.buttonDropdown__06150080 .buttonDropdownTarget__e4ce6dbd.md__f34c6e14.dots__335e0098{padding:0 8px}.buttonDropdown__06150080 .buttonDropdownTarget__e4ce6dbd .caretIcon__5de30d14{margin-left:2px;transition:transform .3s ease-in-out}.buttonDropdown__06150080 .buttonDropdownTarget__e4ce6dbd.active__369fec55 .caretIcon__5de30d14{transform:rotate(-180deg)}.buttonDropdown__06150080 .buttonDropdownMenuItem__13b61fb8{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__83512629{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__ce6b4b38{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__6d76d3a5{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__5ca4e0bc{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-32-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__8f01b3bc{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__8f01b3bc .modalWindowContentWrapper__a50d91b0{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__83512629 .6s ease}.modalWindow__8f01b3bc .modalWindowContent__910d83c1{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__8f01b3bc .modalWindowContent__910d83c1 .modalWindowBody__c8c3854a{box-sizing:border-box;animation:fadeIn__2b1ed981 .3s ease}@keyframes fadeIn__2b1ed981{0%{opacity:0}to{opacity:1}}.modalWindow__8f01b3bc .modalWindowContent__910d83c1 .spinnerSm__2940e08d{display:none}@media(max-width:767px){.modalWindow__8f01b3bc .modalWindowContent__910d83c1 .spinner__a85b1bf7{display:none}.modalWindow__8f01b3bc .modalWindowContent__910d83c1 .spinnerSm__2940e08d{display:flex}}.global-modalWindowTransition-exit .modalWindow__8f01b3bc .modalWindowContentWrapper__a50d91b0{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__ce6b4b38 .3s ease}.global-modalWindowTransition-exit .modalWindow__8f01b3bc .modalWindowContentWrapper__a50d91b0 .modalWindowBody__c8c3854a{animation:fadeOut__8e25c3d9 .3s ease}@keyframes fadeOut__8e25c3d9{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__d0184a7b{position:absolute;left:0;right:0;height:0}.modalWindow__8f01b3bc.sm__53dd1c17 .modalWindowContentWrapper__a50d91b0{max-width:480px}.modalWindow__8f01b3bc.sm__53dd1c17 .modalWindowContent__910d83c1 .modalWindowBody__c8c3854a{min-height:196px}@media(max-width:575px){.modalWindow__8f01b3bc.sm__53dd1c17 .modalWindowContentWrapper__a50d91b0{max-width:100%}}.modalWindow__8f01b3bc.md__c33ab7dd .modalWindowContentWrapper__a50d91b0{max-width:600px}.modalWindow__8f01b3bc.md__c33ab7dd .modalWindowContent__910d83c1 .modalWindowBody__c8c3854a{min-height:246px}@media(max-width:767px){.modalWindow__8f01b3bc.md__c33ab7dd .modalWindowContentWrapper__a50d91b0{max-width:100%}}.modalWindow__8f01b3bc.lg__1fc5f9f5 .modalWindowContentWrapper__a50d91b0{max-width:800px}.modalWindow__8f01b3bc.lg__1fc5f9f5 .modalWindowContent__910d83c1 .modalWindowBody__c8c3854a{min-height:396px}@media(max-width:991px){.modalWindow__8f01b3bc.lg__1fc5f9f5 .modalWindowContentWrapper__a50d91b0{max-width:100%}}.modalWindowContentPage__bd81195d{background:var(--triplex-next-ModalWindow-Background-0-32-0);padding:8px!important}.modalWindowContentPage__bd81195d,.modalWindowLoaderScreen__fddd39b8{border-radius:32px}@media(max-width:767px){.modalWindowContentPage__bd81195d,.modalWindowLoaderScreen__fddd39b8{border-radius:24px}}.islandBody__53d89e91{display:block}.islandHeader__2c28e0ad,.islandFooter__d4fbc045,.island__cdf0e66a{position:relative}.island__cdf0e66a.type1__62ff5c54{background-color:var(--triplex-next-Island-Type1_Background-0-32-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-0-32-0)}.island__cdf0e66a.type2__6fd6df48{background-color:var(--triplex-next-Island-Type2_Background-0-32-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-0-32-0)}.island__cdf0e66a.type3__ae7e4099{background-color:var(--triplex-next-Island-Type3_Background-0-32-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-0-32-0)}.island__cdf0e66a.sm__a6270203{border-radius:16px;padding:16px}.island__cdf0e66a.sm__a6270203 .islandHeader__2c28e0ad+.islandBody__53d89e91,.island__cdf0e66a.sm__a6270203 .islandHeader__2c28e0ad+.islandFooter__d4fbc045,.island__cdf0e66a.sm__a6270203 .islandBody__53d89e91+.islandFooter__d4fbc045{margin-top:8px}.island__cdf0e66a.md__22ad55d8{border-radius:24px;padding:24px}.island__cdf0e66a.md__22ad55d8 .islandHeader__2c28e0ad+.islandBody__53d89e91,.island__cdf0e66a.md__22ad55d8 .islandHeader__2c28e0ad+.islandFooter__d4fbc045,.island__cdf0e66a.md__22ad55d8 .islandBody__53d89e91+.islandFooter__d4fbc045{margin-top:12px}.island__cdf0e66a.lg__d03981e3{border-radius:32px;padding:32px}.island__cdf0e66a.lg__d03981e3 .islandHeader__2c28e0ad+.islandBody__53d89e91,.island__cdf0e66a.lg__d03981e3 .islandHeader__2c28e0ad+.islandFooter__d4fbc045,.island__cdf0e66a.lg__d03981e3 .islandBody__53d89e91+.islandFooter__d4fbc045{margin-top:16px}@media(max-width:767px){.island__cdf0e66a.sm__a6270203,.island__cdf0e66a.md__22ad55d8{border-radius:16px;padding:16px}.island__cdf0e66a.lg__d03981e3{border-radius:24px;padding:24px}}.modalWindowBody__c8c3854a{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__73b0fde4{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media(max-width:767px){.modalWindowClose__73b0fde4{top:20px;right:20px}}.loaderScreen__95c169ee{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__95c169ee.loaderSmallBackdrop__9089fb8d{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-0-32-0)}.loaderScreen__95c169ee.loaderMiddleBackdrop__8aea20b9{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-32-0)}.body__13124af7{position:relative;display:flex}.body__13124af7 .bodyInner__1b632e4d{position:relative;flex-grow:1;width:100%}.bodyPage__8392b20f{flex-grow:1}.verticalMargin24__232f483f{margin-top:24px;margin-bottom:24px}.verticalMargin16__ed4a82ff{margin-top:16px;margin-bottom:16px}@media(max-width:767px){.verticalMargin24__232f483f{margin-top:16px;margin-bottom:16px}.verticalMargin16__ed4a82ff{margin-top:8px;margin-bottom:8px}}.headerTabs__d8ea6e5a{display:flex;justify-content:space-between}.headerTabs__d8ea6e5a .headerTabsContent__7ae0c57f{flex-grow:1;min-width:1px}.headerTabs__d8ea6e5a .headerTabsControls__9d719b0a{flex-shrink:0;white-space:nowrap;padding-left:24px}@media(max-width:767px){.headerTabs__d8ea6e5a{flex-wrap:wrap}.headerTabs__d8ea6e5a .headerTabsContent__7ae0c57f{width:100%}.headerTabs__d8ea6e5a .headerTabsControls__9d719b0a{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__d8ea6e5a .headerTabsControls__9d719b0a>button{margin-left:16px;margin-top:16px}}.headerTitle__6935b072{display:flex;justify-content:space-between}.headerTitle__6935b072 .headerTitleControls__bd99a66b{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__c1c24af2+.headerTitle__6935b072{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media(max-width:767px){.headerTitle__6935b072{flex-wrap:wrap}.headerTitle__6935b072 .headerTitleContent__d5358e01{width:100%}.headerTitle__6935b072 .headerTitleControls__bd99a66b{padding-left:0;white-space:normal;flex-shrink:initial;margin-left:-16px}.headerTitle__6935b072 .headerTitleControls__bd99a66b>button,.headerTitle__6935b072 .headerTitleControls__bd99a66b>[class*=buttonDropdown]{margin-left:16px;margin-top:16px}}.headerSubheader__e0123762{padding:24px 0}.headerSubheader__e0123762.withoutPaddings__9ada725e{padding:0}.headerLayoutSidebar__eb89a2e7{display:flex;justify-content:space-between}.headerLayoutSidebarContent__1dc1ab6a{flex-grow:1;min-width:1px}@media(max-width:767px){.headerLayoutSidebarSidebar__e2531f5b{display:none}}.page__c7bf6f46{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__c7bf6f46{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__17cc07ac.sticky__5a057216{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__17cc07ac.sticky__5a057216[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-32-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__36169968.sticky__5a057216{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__36169968.sticky__5a057216[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-0-32-0)!important}.footerDescription__521f2ad4{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__76964800{flex-grow:1;margin-right:auto}.footerDescriptionControls__3968c30a{margin-left:auto;white-space:nowrap;padding-left:24px}@media(max-width:767px){.footerDescription__521f2ad4{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__76964800{width:100%}.footerDescriptionControls__3968c30a{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__3968c30a>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__76964800+.footerDescriptionControls__3968c30a{margin-top:0}.footer__fc26abc1{padding:16px 0}}.modalWindowHeader__6e963e10 .global-HeaderTitleContent{padding-right:64px}@media(max-width:767px){.modalWindowHeader__6e963e10 .global-HeaderTitleContent{padding-right:72px}}.list__2b6f3aed{margin:0;padding:0;list-style:none;position:relative}.listItemControls__5e98d12c{display:flex;padding:0 16px 0 4px}.listItemContent__78fa083c{background:var(--triplex-next-ListItem-Background-0-32-0);padding:12px 0 12px 16px;box-sizing:border-box}.listItemContent__78fa083c.selected__56ef1beb{background:var(--triplex-next-ListItem-Background_Selected-0-32-0)}.listItemContent__78fa083c.selectable__2afac5f1{border-radius:8px}.listItemControlsButton__d06d2921{margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-0-32-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px;width:92px}.listItemControlsButton__d06d2921:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-0-32-0)}.listItemControlsButton__d06d2921:hover .listItemControlsButtonLabel__f8c65a1e{color:var(--triplex-next-ListItemControlsButton-Color_Hover-0-32-0)!important}.listItemControlsButton__d06d2921:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-0-32-0)}.listItemControlsButton__d06d2921:active .listItemControlsButtonLabel__f8c65a1e{color:var(--triplex-next-ListItemControlsButton-Color_Active-0-32-0)!important}.listItemControlsButton__d06d2921+.listItemControlsButton__d06d2921,.listItemControlsButton__d06d2921+.listItemControlsButtonDropdown__1a19e0d4{margin-left:4px}.listItemControlsButtonIcon__ba3f6c9d{line-height:0}.listItemControlsButton__d06d2921.withText__0b570355 .listItemControlsButtonIcon__ba3f6c9d{margin-bottom:8px}.listItemControlsButtonLabel__f8c65a1e{color:var(--triplex-next-ListItemControlsButton-Color_Default-0-32-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__1a19e0d4{display:flex}.listItemControlsButtonInner__59a417ec{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__d06d2921.withIcon__97b14df7.withText__0b570355 .listItemControlsButtonInner__59a417ec{height:44px;overflow:visible}.buttonDropdownMenuItem__85ff1b3f{overflow:hidden;text-overflow:ellipsis}.listEmptyState__411e1dd5{padding:64px 16px 16px;text-align:center}.listItemLoading__f327250d{display:flex;justify-content:center;height:24px;padding:12px 0;position:relative;background-color:var(--triplex-next-ListItem-Background-0-32-0)}.label__c254e106{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__c254e106.sm__ca1d55d7{min-width:16px;min-height:16px}.label__c254e106.sm__ca1d55d7.nonempty__0b26d400{padding:2px 0 2px 24px}.label__c254e106.md__941c922a{min-width:24px;min-height:24px}.label__c254e106.md__941c922a.nonempty__0b26d400{padding-left:32px;padding-top:2px}.label__c254e106.lg__793bde73{min-width:28px;min-height:28px}.label__c254e106.lg__793bde73.nonempty__0b26d400{padding-left:40px;padding-top:4px}.label__c254e106.disabled__15f9db1d{cursor:default}.label__c254e106[hidden]{display:none}.checkbox__16a23958{margin:0;opacity:0}.checkboxIcon__fd53eccb{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-0-32-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-0-32-0)}.sm__ca1d55d7 .checkboxIcon__fd53eccb{border-radius:4px}.checkmarkIcon__9471ae93{transform:scale(0)}.checkmarkIcon__9471ae93 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-0-32-0)}.checkboxIcon__fd53eccb,.checkmarkIcon__9471ae93{pointer-events:none}.checkbox__16a23958,.checkboxIcon__fd53eccb,.checkmarkIcon__9471ae93{position:absolute;left:0;top:0}.sm__ca1d55d7 .checkbox__16a23958,.sm__ca1d55d7 .checkboxIcon__fd53eccb,.sm__ca1d55d7 .checkmarkIcon__9471ae93{width:16px;height:16px;top:2px}.md__941c922a .checkbox__16a23958,.md__941c922a .checkboxIcon__fd53eccb,.md__941c922a .checkmarkIcon__9471ae93{width:24px;height:24px}.lg__793bde73 .checkbox__16a23958,.lg__793bde73 .checkboxIcon__fd53eccb,.lg__793bde73 .checkmarkIcon__9471ae93{width:28px;height:28px}.checkbox__16a23958:enabled{cursor:pointer}.checkbox__16a23958:enabled:hover+.checkboxIcon__fd53eccb{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-0-32-0);background-color:var(--triplex-next-Checkbox-Background_Hover-0-32-0)}.checkbox__16a23958:checked+.checkboxIcon__fd53eccb{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-0-32-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-0-32-0)}.checkbox__16a23958:checked~.checkmarkIcon__9471ae93{transform:scale(1);transition:transform .2s ease-out}.checkbox__16a23958:disabled+.checkboxIcon__fd53eccb{background-color:var(--triplex-next-Checkbox-Background_Disabled-0-32-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-0-32-0)}.checkbox__16a23958:disabled:checked+.checkboxIcon__fd53eccb{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-0-32-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-32-0)}.checkbox__16a23958:disabled~.checkmarkIcon__9471ae93 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-32-0)}.checkbox__16a23958:focus-visible+.checkboxIcon__fd53eccb{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-0-32-0)}.checkbox__16a23958:checked:enabled:hover+.checkboxIcon__fd53eccb{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-0-32-0)}.listItemSelectable__31359646{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-0-32-0);border-radius:8px}.listItemSelectable__31359646.selected__56ef1beb{background:var(--triplex-next-ListItem-Background_Selected-0-32-0)}.checkboxWrapper__88a8974a{padding:16px;line-height:0}.childrenWrapper__f9bc4605{flex-grow:1}.checkboxLabel__1518436b{padding:0!important;position:relative}.checkboxLabelClickArea__370ab8a6{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__e7e3ac9b{position:relative;overflow:hidden}.swipeableArea__e7e3ac9b .content__7caa5a0f{position:relative;touch-action:pan-y}.swipeableArea__e7e3ac9b .content__7caa5a0f.disableScroll__5792e655{touch-action:none}.swipeableArea__e7e3ac9b .content__7caa5a0f.disablePointerEvents__87b82ebb:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__e7e3ac9b .swipeAnimationFinish__605ab505{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__e7e3ac9b .leftContent__67ecf782,.swipeableArea__e7e3ac9b .rightContent__c6cef9b5{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__e7e3ac9b .rightContent__c6cef9b5{left:auto;right:0}.listItemTail__3ae00cd7{position:absolute;width:18px;top:0;bottom:0;overflow:hidden}.listItemTailLine__1e5e327f{background:var(--triplex-next-ListMaster-Background-0-32-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailLeft__d35b359f{left:-8px}.listItemTailRight__02561364{right:-10px}.listItemTailTop__8017e026{position:absolute;top:0;left:0;right:0}.listItemTailTop__8017e026: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-32-0)}.listItemTailTop__8017e026: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-32-0)}.listItemTailBottom__e9282944{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__e9282944: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-32-0)}.listItemTailBottom__e9282944: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-32-0)}.listItemTable__756b2a02{margin-bottom:4px}.listItemTable__756b2a02:last-child{margin-bottom:0}.listItemTable__756b2a02 .swipeableArea__77bd1b47{border-radius:8px}.listItemTable__756b2a02 .content__d9d8d754{min-height:56px}.listSortableItemTarget__d90270af{display:flex;gap:16px;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-0-32-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__d90270af:hover{background:var(--triplex-next-ListItem-Background_Hover-0-32-0)}.listSortableItemTarget__d90270af.dragging__70ec5737{background:var(--triplex-next-ListItem-Background_Dragging-0-32-0);box-shadow:var(--triplex-next-ListItem-Shadow_Dragging-0-32-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__efe1b443{flex:1}.listSortableItemTargetIcon__93727304{display:block}.listSortableItem__57c7a9ee{position:relative}.listSortableItem__57c7a9ee.dragging__70ec5737{z-index:1}.listSortableItemControls__89b8ae12{display:inline-block}.islandWidgetHeader__628db6c6{display:flex;justify-content:flex-start;align-items:center;gap:8px}.islandWidgetHeader__628db6c6 .islandWidgetHeaderTitle__2299523e{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandWidgetHeader__628db6c6 .islandWidgetHeaderControls__1caf240e{display:flex;align-items:center;gap:8px}.islandWidgetHeader__628db6c6 .islandWidgetHeaderDescription__ad4d88f3{display:flex;flex-grow:1;justify-content:flex-end}.islandWidgetHeader__628db6c6 .caretWrapper__6307d317{position:absolute;top:16px;right:16px}.islandWidgetHeader__628db6c6 .caretIcon__dffe5fdc{transition:transform .3s ease-in-out}.islandWidgetHeader__628db6c6.open__9c464e2f .caretWrapper__6307d317 .caretIcon__dffe5fdc{transform:rotate(-180deg)}@media(max-width:767px){.islandWidgetHeader__628db6c6{flex-wrap:wrap;padding-right:32px}.islandWidgetHeader__628db6c6 .islandWidgetHeaderTitle__2299523e{white-space:normal}.islandWidgetHeader__628db6c6 .islandWidgetHeaderDescription__ad4d88f3{flex-basis:100%;justify-content:flex-start}}.islandWidgetBody__cb6fb3cc{padding-top:16px}.islandWidgetFooter__89339f96{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__a91983fe{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__ec3355a2{margin-left:auto;white-space:nowrap}@media(max-width:767px){.islandWidgetFooter__89339f96{flex-direction:column;gap:16px}.islandWidgetFooterControls__ec3355a2{display:flex;flex-wrap:wrap;gap:12px;margin:0 auto 0 0}.islandWidgetFooterControls__ec3355a2>button{margin-left:0!important}}.expandAnimation__9b22944f{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__aab96bf6{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-0-32-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media(max-width:767px){.islandWidgetExtraFooter__aab96bf6{border-radius:0 0 16px 16px}}.islandWidget__e7a83b94{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__e7a83b94>*{height:100%}.islandWidgetWithExtraFooter__76149377: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-32-0)!important}@media(max-width:767px){.islandWidgetHeaderWrapperAdaptive__6af4b7c5{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__49579c4f{display:flex;flex-direction:column}.main__9cbc63e8{position:relative;width:100%;height:var(--triplex-next-runtime-ImageGalleryExtended-Main_Height, 504px);border-radius:16px;overflow:hidden;touch-action:pan-y}.main__9cbc63e8:hover .arrow__ee3b40c2{opacity:1}.main__9cbc63e8 .image__6b0ac241{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none}.imageButton__f44b4da5{display:block;width:100%;height:100%;margin:0;padding:0;border:none;background:transparent}.track__8e83a4ce{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__8e83a4ce.animating__23a3c61a{transition:transform .3s ease-out}.slide__7cc012e0{position:relative;flex:0 0 100%;height:100%;overflow:hidden}.blur__24bf6d11{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__6dcb25e4{cursor:pointer}.arrow__ee3b40c2{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-32-0);border:1px solid var(--triplex-next-ImageGallery-Arrow_BorderColor_Default-0-32-0);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .15s ease}.arrow__ee3b40c2:focus-visible{opacity:1}.arrow__ee3b40c2:hover{background:var(--triplex-next-ImageGallery-Arrow_Background_Hover-0-32-0);border-color:var(--triplex-next-ImageGallery-Arrow_BorderColor_Hover-0-32-0)}.arrow__ee3b40c2:active{background:var(--triplex-next-ImageGallery-Arrow_Background_Active-0-32-0);border-color:var(--triplex-next-ImageGallery-Arrow_BorderColor_Active-0-32-0)}.arrow__ee3b40c2:disabled{display:none}.arrow__ee3b40c2.prev__053352a2{left:16px}.arrow__ee3b40c2.next__11bfe2dd{right:16px}@media(max-width:767px){.main__9cbc63e8{height:var(--triplex-next-runtime-ImageGalleryExtended-Main_Height, 264px);border-radius:8px}.arrow__ee3b40c2{display:none}}.thumbnails__2fe90fd4{display:flex;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.thumbnails__2fe90fd4::-webkit-scrollbar{display:none}.thumb__20c92668{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__20c92668+.thumb__20c92668{margin-left:8px}.thumb__20c92668:focus-visible,.thumb__20c92668.active__621e4bea{border-color:var(--triplex-next-ImageGallery-Accent_Color-0-32-0)}.thumb__20c92668:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:8px;background:var(--triplex-next-ImageGallery-Thumb_Mask_Background-0-32-0);pointer-events:none;transition:opacity .15s ease-in-out}.thumb__20c92668:hover:after,.thumb__20c92668.active__621e4bea:after{opacity:0}.thumb__20c92668 .image__6b0ac241{display:block;width:72px;height:72px;border-radius:8px;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none}.dots__5302629b{display:flex;justify-content:center;align-items:center;gap:8px}.dot__e581a09c{width:16px;height:3px;padding:0;margin:0;border:none;border-radius:2px;background:var(--triplex-next-ImageGallery-Dot_Background_Default-0-32-0);cursor:pointer;outline:none;transition:background .15s ease-in-out,width .15s ease-in-out}.dot__e581a09c:hover{background:var(--triplex-next-ImageGallery-Dot_Background_Hover-0-32-0)}.dot__e581a09c:focus-visible{box-shadow:0 0 0 2px var(--triplex-next-ImageGallery-Accent_Color-0-32-0)}.dot__e581a09c.active__621e4bea{width:24px;background:var(--triplex-next-ImageGallery-Dot_Background_Active-0-32-0)}.treeView__0946c399,.treeViewGroup__bbbbeacc{margin:0;padding:0}.treeView__0946c399 .treeViewNode__1447e38d,.treeViewGroup__bbbbeacc .treeViewNode__1447e38d{margin:0;padding:0;outline:none;list-style:none}.collapsibleTreeExtendedNodeContent__b6bbc094.collapsed__f045559a{visibility:hidden}.collapsibleTreeNodeHeader__47e754d5{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__47e754d5.interactive__5e29b658{cursor:pointer}.collapsibleTreeNodeHeader__47e754d5.interactive__5e29b658:hover{background:var(--triplex-next-CollapsibleTree-Header_Background_Hover-0-32-0)}.collapsibleTreeNodeHeader__47e754d5.interactive__5e29b658:focus-visible{box-shadow:var(--triplex-next-CollapsibleTree-Header_Shadow_Focus-0-32-0)}.chevron__364520ca{flex:0 0 auto;width:24px;height:24px;transition:transform .2s ease;transform:rotate(0)}.chevron__364520ca.opened__1b1babdd{transform:rotate(90deg)}.collapsibleTreeLeafContent__ad2f1fc5{display:block}.collapsibleTreeLeafNode__63346e67{margin-bottom:2px!important}.collapsibleTree__e1f419fc [role=group]{padding-left:24px}.chipGroupItem__3e6737e4{display:inline-block}.chip__728fcf82{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-32-0)}.chip__728fcf82.lg__28b1e384{height:56px;padding:0 16px;font-size:16px;line-height:20px;border-radius:10px}.chip__728fcf82.lg__28b1e384 .prefix__0fa76039{padding-left:16px}.chip__728fcf82.lg__28b1e384 .postfix__4e5fd143{padding-right:12px}.chip__728fcf82.lg__28b1e384 .notificationIcon__0e909993{top:6px;right:6px}.chip__728fcf82.md__90a40d6d{height:40px;padding:0 12px;font-size:14px;line-height:20px;border-radius:8px}.chip__728fcf82.md__90a40d6d .prefix__0fa76039{padding-left:12px}.chip__728fcf82.md__90a40d6d .postfix__4e5fd143{padding-right:8px}.chip__728fcf82.md__90a40d6d .notificationIcon__0e909993{top:4px;right:4px}.chip__728fcf82.sm__d5006ed8{height:28px;padding:0 12px;font-size:12px;line-height:16px;border-radius:6px}.chip__728fcf82.sm__d5006ed8 .prefix__0fa76039{padding-left:8px}.chip__728fcf82.sm__d5006ed8 .postfix__4e5fd143{padding-right:8px}.chip__728fcf82.sm__d5006ed8 .notificationIcon__0e909993{top:3px;right:3px}.chip__728fcf82.type1__057f9e2a{background:var(--triplex-next-Chip-Background_Type1_Default-0-32-0)}.chip__728fcf82.type1__057f9e2a:hover{background:var(--triplex-next-Chip-Background_Type1_Hover-0-32-0)}.chip__728fcf82.type2__0442d02d{background:var(--triplex-next-Chip-Background_Type2_Default-0-32-0)}.chip__728fcf82.type2__0442d02d:hover{background:var(--triplex-next-Chip-Background_Type2_Hover-0-32-0)}.chip__728fcf82:hover{color:var(--triplex-next-Chip-Color_Hover-0-32-0)}.chip__728fcf82:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-32-0)}.chip__728fcf82:active,.chip__728fcf82[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-0-32-0);color:var(--triplex-next-Chip-Color_Active-0-32-0)}.chip__728fcf82.selected__0fdb27a0{background:var(--triplex-next-Chip-Background_Selected_Default-0-32-0);color:var(--triplex-next-Chip-Color_Selected_Default-0-32-0)}.chip__728fcf82.selected__0fdb27a0:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-0-32-0);color:var(--triplex-next-Chip-Color_Selected_Hover-0-32-0)}.chip__728fcf82.selected__0fdb27a0:active,.chip__728fcf82.selected__0fdb27a0[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-0-32-0);color:var(--triplex-next-Chip-Color_Selected_Active-0-32-0)}.chip__728fcf82.selected__0fdb27a0.disabled__ef7fac81{background:var(--triplex-next-Chip-Background_Selected_Disabled-0-32-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-0-32-0)}.chip__728fcf82.disabled__ef7fac81{pointer-events:none;cursor:default;background:var(--triplex-next-Chip-Background_Disabled-0-32-0);color:var(--triplex-next-Chip-Color_Disabled-0-32-0)}.chip__728fcf82.withPrefix__de41f284{padding-left:0}.chip__728fcf82.withPostfix__21f02421{padding-right:0}.chip__728fcf82 .content__c9fe3e48{flex-grow:1;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chip__728fcf82 .prefix__0fa76039,.chip__728fcf82 .postfix__4e5fd143{display:flex}.chip__728fcf82 .notificationIcon__0e909993{position:absolute}.calendarControls__230a7a94{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-32-0)}.calendarViewDays__92e28288{width:calc(100% + 8px);margin:12px -4px 0;border-spacing:4px 0px;table-layout:fixed}.calendarViewDays__92e28288+.calendarFooter__d2cdf84d{margin-top:18px}.adaptive__8a18aff0 .calendarViewDays__92e28288{width:100%;margin:12px 0 0;border-spacing:0}.adaptive__8a18aff0 .calendarViewDays__92e28288+.calendarFooter__d2cdf84d{margin-top:12px}.calendarViewMonths__ddd22fbd,.calendarViewYears__c0f47042{width:calc(100% + 12px);margin:8px -6px -14px;border-spacing:6px 14px;table-layout:fixed}.calendarViewMonths__ddd22fbd+.calendarFooter__d2cdf84d,.calendarViewYears__c0f47042+.calendarFooter__d2cdf84d{margin-top:22px}.adaptive__8a18aff0 .calendarViewMonths__ddd22fbd,.adaptive__8a18aff0 .calendarViewYears__c0f47042{width:100%;margin:4px 0 -8px;border-spacing:0 8px}.adaptive__8a18aff0 .calendarViewMonths__ddd22fbd+.calendarFooter__d2cdf84d,.adaptive__8a18aff0 .calendarViewYears__c0f47042+.calendarFooter__d2cdf84d{margin-top:12px}.calendarViewDaysHeader__dd132459{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-32-0)}.calendarViewDaysBody__48e12731:before{display:block;content:"";line-height:8px}.calendarViewItem__81727f57{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__81727f57:focus-visible{outline:none}.calendarViewItem__81727f57.current__59334cd6{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.calendarViewItem__81727f57.disabled__d9eadbd7{pointer-events:none}.calendarViewItemLabel__da3cf122{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-32-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-0-32-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-0-32-0);cursor:pointer}.calendarViewItemLabel__da3cf122.muted__bf6fee2c{color:var(--triplex-next-Calendar-View_Item_Color_Muted-0-32-0)}.calendarViewItemLabel__da3cf122:hover{color:var(--triplex-next-Calendar-View_Item_Color_Hover-0-32-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-0-32-0)}.calendarViewItemLabel__da3cf122.selected__919e78e0{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-32-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-0-32-0)}.calendarViewItemLabel__da3cf122.selected__919e78e0:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-32-0)}.calendarViewItemLabel__da3cf122.selected__919e78e0:hover.basicMark__23af3c47:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-32-0)}.calendarViewItemLabel__da3cf122.selected__919e78e0:hover.standardMark__7c671e00:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-32-0)}.calendarViewItemLabel__da3cf122.selected__919e78e0:hover.attentionMark__cdee09f4:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-32-0)}.calendarViewItemLabel__da3cf122.selected__919e78e0:hover.criticalMark__3ee681d1:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-32-0)}.calendarViewItemLabel__da3cf122.selected__919e78e0.muted__bf6fee2c{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-32-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-32-0)}.calendarViewItemLabel__da3cf122.selected__919e78e0.muted__bf6fee2c:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-32-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-32-0)}.calendarViewItemLabel__da3cf122.selected__919e78e0.basicMark__23af3c47:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-32-0)}.calendarViewItemLabel__da3cf122.selected__919e78e0.standardMark__7c671e00:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-32-0)}.calendarViewItemLabel__da3cf122.selected__919e78e0.attentionMark__cdee09f4:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-32-0)}.calendarViewItemLabel__da3cf122.selected__919e78e0.criticalMark__3ee681d1:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-32-0)}.calendarViewItemLabel__da3cf122.marked__6dd55002:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__da3cf122.basicMark__23af3c47:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-32-0)}.calendarViewItemLabel__da3cf122.standardMark__7c671e00:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-32-0)}.calendarViewItemLabel__da3cf122.attentionMark__cdee09f4:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-32-0)}.calendarViewItemLabel__da3cf122.criticalMark__3ee681d1:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-32-0)}.calendarViewItemLabel__da3cf122.disabled__d9eadbd7{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-0-32-0);background:none}.calendarViewItem__81727f57:focus-visible .calendarViewItemLabel__da3cf122{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-0-32-0)}.unitDay__86130ca5{width:36px;height:36px;border-radius:6px}.unitMonth__9098c376,.unitYear__c5b3c461{width:88px;height:48px;border-radius:6px}.adaptive__8a18aff0 .unitMonth__9098c376,.adaptive__8a18aff0 .unitYear__c5b3c461{width:104px;height:56px;border-radius:10px}.calendarFooter__d2cdf84d{text-align:center}.calendar__52560ddc{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-0-32-0);border-radius:8px;-webkit-user-select:none;user-select:none}.calendar__52560ddc.extraBottom__81f9bb33{padding-bottom:12px}.calendar__52560ddc.adaptive__8a18aff0{width:auto;padding:20px 20px 24px}.calendar__52560ddc+.calendar__52560ddc{margin-top:20px}.datePickerExtendedMobileDropdown__3aa38a47{max-height:100vh}.chipDropdownArrow__b59aa413{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__b59aa413.rotated__98692995{transform:rotate(-180deg)}.chipClearButton__ee208cb5{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__ee208cb5:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-32-0)}.dropdownMobileMaskedInput__c5e71dbf{height:20px!important;padding:0!important}.dropdownMobileMaskedInput__c5e71dbf:first-child{top:0}.selectExtendedFieldTarget__8eb72bd5{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__8eb72bd5 .caretIcon__3bca224c{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__8eb72bd5.selectOpened__29ff81e5 .caretIcon__3bca224c{transform:rotate(180deg)}.selectExtendedFieldTarget__8eb72bd5.disabled__83f6baa2{-webkit-user-select:none;user-select:none;cursor:default}.selectExtendedFieldTarget__8eb72bd5.disabled__83f6baa2 .target__d5365f5c,.selectExtendedFieldTarget__8eb72bd5.disabled__83f6baa2 .caretWrapper__6777b193{pointer-events:none}.selectExtendedField__e7a2cbc2{position:relative}.multiselectFieldHeader__2113110c{padding:12px}.multiselectFieldContent__116f7753{position:relative;padding:0 12px 12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContent__116f7753:first-child{padding-top:12px}.multiselectFieldContent__116f7753:has(.loaderScreen__7c9c207a){overflow:hidden}.multiselectFieldContent__116f7753.sm__a55b7c5e{max-height:208px}.multiselectFieldContent__116f7753.md__13bd0b6e{max-height:266px}.multiselectFieldContent__116f7753.lg__6a6f464a{max-height:296px}.multiselectFieldFooter__ac3646ce{padding:0 12px 12px}.multiselectFieldFooter__ac3646ce:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-0-32-0)}.chipOptionsContent__33cc0a93{min-width:14px;text-align:center;display:block}.tooltipDesktop__7e26bdc5{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__7e26bdc5 .tooltipBody__611a592f{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-0-32-0)}.tooltipDesktop__7e26bdc5 .tooltipXButton__2231b87e{position:absolute;right:8px;top:8px}.tooltipDesktopContent__9c88fc1e{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-0-32-0);border-radius:8px}.closable__7a921ace .tooltipDesktopContent__9c88fc1e{padding-right:32px}.tooltipSM__1fe4d47d .tooltipDesktopContent__9c88fc1e{width:192px;min-height:52px}.tooltipLG__0376781f .tooltipDesktopContent__9c88fc1e{width:384px;min-height:52px}.tooltipOverlay__8b5e91b8{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__9886e762{width:0;height:0}.tooltipDesktopTip__9886e762.down__ab7a91b4{border-top:solid var(--triplex-next-Tooltip-Background-0-32-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__9886e762.up__47a33aa3{border-bottom:solid var(--triplex-next-Tooltip-Background-0-32-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__9886e762.left__46349199{border-right:solid var(--triplex-next-Tooltip-Background-0-32-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__9886e762.right__1c777d19{border-left:solid var(--triplex-next-Tooltip-Background-0-32-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__db6d6c3e .tooltipBody__611a592f{text-align:left}.tooltipMobileContent__d3668af5{padding:16px}.headerless__0c34b37d .tooltipMobileContent__d3668af5{padding-right:40px;border-radius:16px 16px 0 0}.headerless__0c34b37d .tooltipMobileContent__d3668af5 .closeButton__4e9d32fe{position:absolute;right:16px;top:16px}.tooltipLink__1ce5955a{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__5fecd447{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-0-32-0)}.desktop__5fecd447:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-32-0)}.desktop__5fecd447:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-0-32-0)}.desktop__5fecd447:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-32-0)}.mobile__042a76a8{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-0-32-0)}.mobile__042a76a8:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-32-0)}.mobile__042a76a8:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-0-32-0)}.mobile__042a76a8:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-32-0)}.chipSuggestInputWrapper__52d356ff{margin:12px}.suggestDropdownMobileBody__8efccb5e{height:176px}.suggestDropdownMobileNoOptionsText__9a9b0947{padding:16px}.checkboxXGroup__cf4e10d8{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__cf4e10d8.indent-12__a33c5f3e{margin-left:-6px;margin-right:-6px}.checkboxXGroup__cf4e10d8.indent-12__a33c5f3e .label__c254e106{margin-left:6px;margin-right:6px}.checkboxXGroup__cf4e10d8.indent-16__885ddb5e{margin-left:-8px;margin-right:-8px}.checkboxXGroup__cf4e10d8.indent-16__885ddb5e .label__c254e106{margin-left:8px;margin-right:8px}.checkboxXGroup__cf4e10d8.indent-20__7e04408f{margin-left:-10px;margin-right:-10px}.checkboxXGroup__cf4e10d8.indent-20__7e04408f .label__c254e106{margin-left:10px;margin-right:10px}.checkboxXGroup__cf4e10d8.indent-24__427bfcec{margin-left:-12px;margin-right:-12px}.checkboxXGroup__cf4e10d8.indent-24__427bfcec .label__c254e106{margin-left:12px;margin-right:12px}.checkboxXGroup__cf4e10d8.indent-28__053b88a3{margin-left:-14px;margin-right:-14px}.checkboxXGroup__cf4e10d8.indent-28__053b88a3 .label__c254e106{margin-left:14px;margin-right:14px}.checkboxXGroup__cf4e10d8.indent-32__802e558a{margin-left:-16px;margin-right:-16px}.checkboxXGroup__cf4e10d8.indent-32__802e558a .label__c254e106{margin-left:16px;margin-right:16px}.checkboxYGroup__2bb9b4ef{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__2bb9b4ef .label__c254e106.sm__ca1d55d7+.label__c254e106.sm__ca1d55d7{margin-top:8px}.checkboxYGroup__2bb9b4ef .label__c254e106.lg__793bde73+.label__c254e106.lg__793bde73{margin-top:20px}.checkboxYGroup__2bb9b4ef .label__c254e106.md__941c922a+.label__c254e106.md__941c922a{margin-top:16px}@media(max-width:767px){.checkboxYGroup__2bb9b4ef{margin:14px 16px}.checkboxYGroup__2bb9b4ef .label__c254e106.sm__ca1d55d7+.label__c254e106.sm__ca1d55d7,.checkboxYGroup__2bb9b4ef .label__c254e106.md__941c922a+.label__c254e106.md__941c922a,.checkboxYGroup__2bb9b4ef .label__c254e106.lg__793bde73+.label__c254e106.lg__793bde73{margin-top:28px}}.card__87b2e438{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__87b2e438.roundingMD__e476fadb{--radius: 16px}.card__87b2e438.roundingSM__c4008ad5{--radius: 8px}.card__87b2e438.general__2ef4961b{background:var(--triplex-next-Card-Static_General_Background-0-32-0)}.card__87b2e438.secondary__25598bcd{background:var(--triplex-next-Card-Static_Secondary_Background-0-32-0)}.card__87b2e438 .cardMedia__af4a40f1{background-size:cover;background-repeat:no-repeat;background-position:center}.card__87b2e438 .cardContent__ea9933d3{padding:var(--padding);display:flex;flex-direction:column;flex:1}.card__87b2e438 .cardContent__ea9933d3.paddingMD__64a9f648{--padding: 24px}.card__87b2e438 .cardContent__ea9933d3.paddingSM__f06c6963{--padding: 16px}.card__87b2e438 .cardContent__ea9933d3 .cardContentHeader__5cb5991b{margin-bottom:16px}.card__87b2e438 .cardContent__ea9933d3 .cardContentBody__1c5a9e6c{flex:1}.card__87b2e438 .cardContent__ea9933d3 .cardContentFooter__53c4e19c{margin-top:16px}.action__fe5af98a{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__fe5af98a: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__fe5af98a.general__2ef4961b{background:var(--triplex-next-Card-Action_General_Background-0-32-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-32-0)}.action__fe5af98a.general__2ef4961b:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-0-32-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-32-0)}.action__fe5af98a.general__2ef4961b.selected__3e01c9e3{background:var(--triplex-next-Card-Action_General_Background_Selected-0-32-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-32-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-32-0)}.action__fe5af98a.general__2ef4961b.selected__3e01c9e3:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-0-32-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-32-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-32-0)}.action__fe5af98a.general__2ef4961b:focus{outline:none}.action__fe5af98a.general__2ef4961b:focus.focusVisible__3b8ac939{box-shadow:var(--triplex-next-Card-Shadow_Default-0-32-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-32-0)}.action__fe5af98a.secondary__25598bcd{background:var(--triplex-next-Card-Action_Secondary_Background-0-32-0)}.action__fe5af98a.secondary__25598bcd:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-0-32-0)}.action__fe5af98a.secondary__25598bcd.selected__3e01c9e3{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-0-32-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-0-32-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-32-0)}.action__fe5af98a.secondary__25598bcd.selected__3e01c9e3:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-32-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-32-0)}.action__fe5af98a.secondary__25598bcd:focus{outline:none}.action__fe5af98a.secondary__25598bcd:focus.focusVisible__3b8ac939{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-32-0)}.alertContext__b0cc17ae{display:flex;font-size:12px;line-height:16px}.alertContext__b0cc17ae>svg{flex-shrink:0}.alertContext__b0cc17ae .alertContextText__0e195af9{margin-left:8px}.alertContext__b0cc17ae.alertTypeError__4c66ab19 .alertContextText__0e195af9{color:var(--triplex-next-AlertContext-Error_Color-0-32-0)}.alertContext__b0cc17ae.alertTypeInfo__4ac48fcb .alertContextText__0e195af9{color:var(--triplex-next-AlertContext-Info_Color-0-32-0)}.alertContext__b0cc17ae.alertTypeWarning__775f3640 .alertContextText__0e195af9{color:var(--triplex-next-AlertContext-Warning_Color-0-32-0)}.alertContext__b0cc17ae.alertTypeSystem__44be51e4 .alertContextText__0e195af9{color:var(--triplex-next-AlertContext-System_Color-0-32-0)}.alertProcess__e8d7cbe8{display:flex;padding:16px;position:relative}.alertProcess__e8d7cbe8.md__0e843fed{border-radius:12px}.alertProcess__e8d7cbe8.lg__0b0bf671{border-radius:24px}.alertProcess__e8d7cbe8.withSpoiler__e4f66b57{min-height:40px}.alertProcess__e8d7cbe8 .themeIcon__83b0f8f1{box-sizing:border-box;height:20px;width:20px}.alertProcess__e8d7cbe8.alertTypeError__4c66ab19{background:var(--triplex-next-AlertProcess-Error_Background-0-32-0)}.alertProcess__e8d7cbe8.alertTypeInfo__4ac48fcb{background:var(--triplex-next-AlertProcess-Info_Background-0-32-0)}.alertProcess__e8d7cbe8.alertTypeWarning__775f3640{background:var(--triplex-next-AlertProcess-Warning_Background-0-32-0)}.alertProcess__e8d7cbe8.alertTypeSystem__44be51e4{background:var(--triplex-next-AlertProcess-System_Background-0-32-0)}.alertProcess__e8d7cbe8.alertTypeFeature__c3f41309{background:var(--triplex-next-AlertProcess-Feature_Background-0-32-0)}.alertProcess__e8d7cbe8.alertTypeFeature__c3f41309 .themeIcon__83b0f8f1{padding-top:0}.alertProcess__e8d7cbe8 .alertProcessContentBlock__c63fc9cf{flex:1;margin-left:10px}.alertProcess__e8d7cbe8 .alertProcessContentBlock__c63fc9cf .expandableContent__8bc8cfe2{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__e8d7cbe8 .alertProcessContentBlock__c63fc9cf .expandableContent__8bc8cfe2.expanded__681f731d{max-height:1000px;opacity:1}.alertProcess__e8d7cbe8 .closeButton__0936a459{margin-left:10px}.alertProcess__e8d7cbe8 .expandButton__8c377d09{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__e8d7cbe8 .expandButton__8c377d09.expanded__681f731d{transform:rotate(180deg)}.adaptive__7afd5f3d{font-size:10px!important;line-height:12px!important}.avatar__00d156cd{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-0-32-0)}.avatar__00d156cd.borderRadius6__8e449572{border-radius:6px}.avatar__00d156cd.borderRadius8__9ad73c4d{border-radius:8px}.avatar__00d156cd.borderRadius10__08bfc244{border-radius:10px}.avatar__00d156cd.borderRadius12__92bf1062{border-radius:12px}.avatar__00d156cd.borderRadius16__24f32086{border-radius:16px}.avatar__00d156cd.xxs__451d0566{width:28px;height:28px}.avatar__00d156cd.xs__24770011{width:32px;height:32px}.avatar__00d156cd.sm__6aa17f93{width:40px;height:40px}.avatar__00d156cd.md__b63bf647{width:56px;height:56px}.avatar__00d156cd.lg__9a505ad5{width:80px;height:80px}.avatar__00d156cd.xl__2a9b8c20{width:96px;height:96px}.avatar__00d156cd.xxl__ded59e3e{width:128px;height:128px}.carouselExtended__8570444a{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__8570444a::-webkit-scrollbar{display:none}.checkboxTreeExtended__0a3af2ae{margin-bottom:-12px}.checkboxTreeExtendedNode__e7a7b6c3 .checkboxTreeExtendedNode__e7a7b6c3:has(.sm__74571768){margin-left:16px}.checkboxTreeExtendedNode__e7a7b6c3 .checkboxTreeExtendedNode__e7a7b6c3:has(.md__68870eda),.checkboxTreeExtendedNode__e7a7b6c3 .checkboxTreeExtendedNode__e7a7b6c3:has(.lg__fdad56f8){margin-left:24px}.checkboxTreeExtendedNodeHeader__ad7e5078{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__ad7e5078.sm__74571768{margin-bottom:8px}.checkboxTreeExtendedNodeHeader__ad7e5078.md__68870eda,.checkboxTreeExtendedNodeHeader__ad7e5078.lg__fdad56f8{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__ad7e5078 .checkboxTreeCheckboxLabel__c4ae5e44{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__ad7e5078 .caretIconWrapper__bc226e5e{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__ad7e5078 .caretIconWrapper__bc226e5e:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-0-32-0)}.checkboxTreeExtendedNodeHeader__ad7e5078.opened__ecdd395f .caretIconWrapper__bc226e5e{transform:rotate(180deg)}@media(max-width:767px){.checkboxTreeExtended__0a3af2ae{padding:0 16px}.checkboxTreeExtended__0a3af2ae .checkboxTreeExtendedNodeHeader__ad7e5078{margin-bottom:0}.checkboxTreeExtended__0a3af2ae .checkboxTreeExtendedNodeHeader__ad7e5078 .checkboxTreeCheckboxLabel__c4ae5e44{padding-top:16px;padding-bottom:16px}.checkboxTreeExtended__0a3af2ae .checkboxTreeExtendedNodeHeader__ad7e5078 .checkboxTreeCheckboxLabel__c4ae5e44>span,.checkboxTreeExtended__0a3af2ae .checkboxTreeExtendedNodeHeader__ad7e5078 .checkboxTreeCheckboxLabel__c4ae5e44>svg,.checkboxTreeExtended__0a3af2ae .checkboxTreeExtendedNodeHeader__ad7e5078 .checkboxTreeCheckboxLabel__c4ae5e44 .checkboxTreeCheckbox__0dbbb2d7{top:14px}}.chipGroup__7d4633c4{display:flex}.chipGroup__7d4633c4.oneLine__38f3b2ce{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__7d4633c4.oneLine__38f3b2ce::-webkit-scrollbar{display:none}.chipGroup__7d4633c4.multiLine__c8563724{flex-wrap:wrap}.chipGroup__7d4633c4.lg__fe837843{gap:12px}.chipGroup__7d4633c4.md__92adf4ef,.chipGroup__7d4633c4.sm__0b52f1d5{gap:8px}.gridHorizontalGapSM__09a15827{--grid-horizontal-gap: 8px}.gridHorizontalGapMD__77cb12d4{--grid-horizontal-gap: 12px}.col-1__e73f9ed5{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__ee76896f{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__efc5e992{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__bb445c8b{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__3aabd2a9{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__b1e06250{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__75b2eee1{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__6e55bf1d{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__82c9bc03{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__1776c78c{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__8c50d9dc{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__81e82da2{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__184c9d75{margin-left:0%}.offset-1__75c07960{margin-left:8.33333333%}.offset-2__108a48cc{margin-left:16.66666667%}.offset-3__cd5fc777{margin-left:25%}.offset-4__f77479a6{margin-left:33.33333333%}.offset-5__d8c6237b{margin-left:41.66666667%}.offset-6__9d402250{margin-left:50%}.offset-7__ae5afdee{margin-left:58.33333333%}.offset-8__91ba22ff{margin-left:66.66666667%}.offset-9__2a305113{margin-left:75%}.offset-10__cf6d09ed{margin-left:83.33333333%}.offset-11__3b0a1afd{margin-left:91.66666667%}.d-none__56c6af01{display:none!important}.d-block__f00ac257{display:block!important}@media(min-width:576px){.col-sm-1__5481be92{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__8c00a5ee{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__248e49ec{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__7d86e84d{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__5a7c619d{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__3ed1b017{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__7d8201ea{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__160a4e5e{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__52899688{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__83d468ab{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__a3924d47{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__19a6f76d{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__2e0b39a3{margin-left:0%}.offset-sm-1__003571cf{margin-left:8.33333333%}.offset-sm-2__913827ec{margin-left:16.66666667%}.offset-sm-3__9336bdd4{margin-left:25%}.offset-sm-4__688ab9f9{margin-left:33.33333333%}.offset-sm-5__02877072{margin-left:41.66666667%}.offset-sm-6__998035e5{margin-left:50%}.offset-sm-7__0bed34a4{margin-left:58.33333333%}.offset-sm-8__006ea010{margin-left:66.66666667%}.offset-sm-9__1c3a9127{margin-left:75%}.offset-sm-10__55677398{margin-left:83.33333333%}.offset-sm-11__cde2bd41{margin-left:91.66666667%}.d-none-sm__f0ade5cb{display:none!important}.d-block-sm__535192dc{display:block!important}}@media(min-width:768px){.col-md-1__96570dab{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__a818d5c0{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__9a3c241b{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__a958d14b{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__d3e98484{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__31e5e7af{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__53cf4355{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__2e8dc836{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__a0af5637{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__c85f46a0{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__9412c77e{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__234d7d48{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__32152d91{margin-left:0%}.offset-md-1__9c72cfe3{margin-left:8.33333333%}.offset-md-2__fe3b85b8{margin-left:16.66666667%}.offset-md-3__07aec730{margin-left:25%}.offset-md-4__f29765fd{margin-left:33.33333333%}.offset-md-5__71d97272{margin-left:41.66666667%}.offset-md-6__9caa180f{margin-left:50%}.offset-md-7__71853699{margin-left:58.33333333%}.offset-md-8__6cf73275{margin-left:66.66666667%}.offset-md-9__61105d1f{margin-left:75%}.offset-md-10__2df35689{margin-left:83.33333333%}.offset-md-11__ea8c85db{margin-left:91.66666667%}.d-none-md__9eb50d7d{display:none!important}.d-block-md__25a8456e{display:block!important}}@media(min-width:992px){.col-lg-1__e75e29f1{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__39a71b79{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__770d2fe1{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__7a1f8792{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__0aca56ca{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__4d3b126d{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__11f4a3bb{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__7f9ef52b{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__2846b51c{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__a282e3e8{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__32218f8b{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__283b3b22{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__ce0cdfb9{margin-left:0%}.offset-lg-1__55fd819a{margin-left:8.33333333%}.offset-lg-2__89032454{margin-left:16.66666667%}.offset-lg-3__ecfd8ae5{margin-left:25%}.offset-lg-4__af5190b6{margin-left:33.33333333%}.offset-lg-5__9f60bd6b{margin-left:41.66666667%}.offset-lg-6__dbd35ea0{margin-left:50%}.offset-lg-7__317b269c{margin-left:58.33333333%}.offset-lg-8__5d643cf4{margin-left:66.66666667%}.offset-lg-9__a4168ab6{margin-left:75%}.offset-lg-10__6346d433{margin-left:83.33333333%}.offset-lg-11__01757da2{margin-left:91.66666667%}.d-none-lg__079fdef2{display:none!important}.d-block-lg__cdc55ab8{display:block!important}}@media(min-width:1200px){.col-xl-1__abfafa12{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__685d97fd{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__dc8b8ac3{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__95c8f384{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__b5dcf122{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__1847abd4{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__7c46f6dc{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__163821c1{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__f82fa448{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__02ffc8cc{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__1257b287{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__c081b4ec{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__be3c50f4{margin-left:0%}.offset-xl-1__8bff34e5{margin-left:8.33333333%}.offset-xl-2__09ad903e{margin-left:16.66666667%}.offset-xl-3__f48bacdf{margin-left:25%}.offset-xl-4__085edac5{margin-left:33.33333333%}.offset-xl-5__c28a44ff{margin-left:41.66666667%}.offset-xl-6__812d62bd{margin-left:50%}.offset-xl-7__569d36d7{margin-left:58.33333333%}.offset-xl-8__42e46617{margin-left:66.66666667%}.offset-xl-9__6b5e677f{margin-left:75%}.offset-xl-10__b751c6c4{margin-left:83.33333333%}.offset-xl-11__84b425c1{margin-left:91.66666667%}.d-none-xl__00ce422f{display:none!important}.d-block-xl__043ccb47{display:block!important}}.confirm__a70d17d9{flex-grow:1;margin:0 auto;max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2);box-sizing:border-box}.confirm__a70d17d9.isInLightBox__09f64b2e{max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2)}.confirm__a70d17d9.isInSideOverlaySM__765a2625{max-width:520px}.confirm__a70d17d9.isInSideOverlayMD__b00430e9{max-width:680px}.confirm__a70d17d9.isInSideOverlayLG__c346ce9c{max-width:800px}.confirmCloseButton__d2d417e6{position:absolute;top:24px;right:24px}.confirmContent__f80904d3{margin-bottom:24px;padding-right:56px}.confirmControls__caecb030{white-space:nowrap}.confirmContentTitle__2b408642{margin-bottom:12px}@media(max-width:767px){.confirmCloseButton__d2d417e6{top:16px;right:16px}.confirmContent__f80904d3{margin-bottom:16px}}.dateRange__0a9ed7c9{display:flex;align-items:center}.dateRangeButton__52ac2860{z-index:1}.separator__6ab3d979{width:20px;height:20px;flex-shrink:0}.divider__3d6459bf{height:1px;margin:0;background:var(--triplex-next-Divider-Background-0-32-0);border:none}.marginTopSize-4__f810c8e7{margin-top:4px}.marginBottomSize-4__940a88b9{margin-bottom:4px}.marginTopSize-8__3d593179{margin-top:8px}.marginBottomSize-8__01a10906{margin-bottom:8px}.marginTopSize-12__2782f6b3{margin-top:12px}.marginBottomSize-12__1b86d3e7{margin-bottom:12px}.marginTopSize-16__773e1120{margin-top:16px}.marginBottomSize-16__3ad6ec2b{margin-bottom:16px}.marginTopSize-20__32e9baa0{margin-top:20px}.marginBottomSize-20__54e6e869{margin-bottom:20px}.marginTopSize-24__bac03785{margin-top:24px}.marginBottomSize-24__abf51ecc{margin-bottom:24px}.marginTopSize-28__8bac4f84{margin-top:28px}.marginBottomSize-28__f66b4bab{margin-bottom:28px}.marginTopSize-32__8bd93ed9{margin-top:32px}.marginBottomSize-32__cd17e8d6{margin-bottom:32px}.smallInput__75b10d05{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-32-0);background:var(--triplex-next-SmallInput-Background-0-32-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-0-32-0)}.smallInput__75b10d05::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-0-32-0);opacity:1}.smallInput__75b10d05::-ms-clear{display:none}.link__ed283e7d{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-0-32-0)}.link__ed283e7d:hover{color:var(--triplex-next-Link-Text_Color_Hover-0-32-0)}.link__ed283e7d:active{color:var(--triplex-next-Link-Text_Color_Active-0-32-0)}.link__ed283e7d:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-0-32-0)}.wordWithContent__ab598bae{white-space:nowrap;display:inline-flex;align-items:center}.before__6d6cfd02 :first-child{margin-right:2px}.after__94422d43 :last-child{margin-left:2px}.documentNumberEdit__b95df095 .label__d6f2eb15{display:inline-block;margin-right:8px}.documentNumberEdit__b95df095 .inputEditWrapper__bd2e5a5e{width:68px;display:inline-block}.ellipsisLineClamp__16b21a49{--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__16b21a49.oneLine__234d5803{word-break:break-all}.size4__b5c1e363{height:4px}.size8__24c169c6{height:8px}.size12__b5cbf8e4{height:12px}.size16__45921cc1{height:16px}.size24__278da815{height:24px}.size32__b66fbca8{height:32px}.size64__83e2b2d9{height:64px}.size128__c5e1ad07{height:128px}.emptyView__8d10ac5a,.container__bf5aea85{display:flex;flex-direction:column;align-items:center;width:100%}.icon__f46562aa{flex-shrink:0}.textBlock__1f3364e3{text-align:center}button.helpBoxButton__2c5211d8{position:relative;vertical-align:text-bottom}.root__b8acb2fd{position:relative;display:flex;flex-direction:column;gap:16px;outline:none}.islandAccordion__c04895b1{margin:0;padding:0}.islandAccordion__c04895b1 .island__9c33bc96{padding:0}.islandAccordion__c04895b1 .item__9fee522d{position:relative;list-style-type:none}.islandAccordion__c04895b1 .item__9fee522d.disabled__72c4126d{cursor:default;pointer-events:none}.islandAccordion__c04895b1 .item__9fee522d+.item__9fee522d.sm__1bd70d67,.islandAccordion__c04895b1 .item__9fee522d+.item__9fee522d.md__8b887a3d{margin-top:16px}.islandAccordion__c04895b1 .item__9fee522d+.item__9fee522d.lg__be8b3a08{margin-top:24px}.islandAccordion__c04895b1 .item__9fee522d .header__46332a24{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__c04895b1 .item__9fee522d .header__46332a24:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-0-32-0)}.islandAccordion__c04895b1 .item__9fee522d.type1__043cad25:not(.opened__a5924239) .header__46332a24:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-32-0)}.islandAccordion__c04895b1 .item__9fee522d.type2__d02e64e3:not(.opened__a5924239) .header__46332a24:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-32-0)}.islandAccordion__c04895b1 .item__9fee522d.type3__d9be48a0:not(.opened__a5924239) .header__46332a24:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-32-0)}.islandAccordion__c04895b1 .item__9fee522d .footer__4f2c01eb{text-align:right}.islandAccordion__c04895b1 .item__9fee522d .body__43b40d33,.islandAccordion__c04895b1 .item__9fee522d .footer__4f2c01eb{visibility:hidden}.islandAccordion__c04895b1 .item__9fee522d.opened__a5924239 .body__43b40d33,.islandAccordion__c04895b1 .item__9fee522d.opened__a5924239 .footer__4f2c01eb{visibility:visible}.islandAccordion__c04895b1 .item__9fee522d .caretWrapper__d499188a{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__c04895b1 .item__9fee522d .caretIcon__b71ae405{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__c04895b1 .item__9fee522d .title__8d1087c9{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__c04895b1 .item__9fee522d.sm__1bd70d67 .header__46332a24{padding:16px;border-radius:16px}.islandAccordion__c04895b1 .item__9fee522d.sm__1bd70d67 .title__8d1087c9{padding-right:42px}.islandAccordion__c04895b1 .item__9fee522d.sm__1bd70d67 .body__43b40d33,.islandAccordion__c04895b1 .item__9fee522d.sm__1bd70d67 .footer__4f2c01eb{padding:0 16px 16px}.islandAccordion__c04895b1 .item__9fee522d.sm__1bd70d67 .caretWrapper__d499188a{right:10px}.islandAccordion__c04895b1 .item__9fee522d.sm__1bd70d67 .remove__bb7e6bee{right:-36px;top:18px}.islandAccordion__c04895b1 .item__9fee522d.sm__1bd70d67 .step__d1a92928{margin-right:12px}.islandAccordion__c04895b1 .item__9fee522d.md__8b887a3d .header__46332a24{padding:24px;border-radius:24px}.islandAccordion__c04895b1 .item__9fee522d.md__8b887a3d .title__8d1087c9{padding-right:42px}.islandAccordion__c04895b1 .item__9fee522d.md__8b887a3d .body__43b40d33,.islandAccordion__c04895b1 .item__9fee522d.md__8b887a3d .footer__4f2c01eb{padding:0 24px 24px}.islandAccordion__c04895b1 .item__9fee522d.md__8b887a3d .caretWrapper__d499188a{right:18px}.islandAccordion__c04895b1 .item__9fee522d.md__8b887a3d .remove__bb7e6bee{right:-40px;top:26px}.islandAccordion__c04895b1 .item__9fee522d.md__8b887a3d .step__d1a92928{margin-right:12px}.islandAccordion__c04895b1 .item__9fee522d.lg__be8b3a08 .header__46332a24{padding:32px;border-radius:32px}.islandAccordion__c04895b1 .item__9fee522d.lg__be8b3a08 .title__8d1087c9{padding-right:44px}.islandAccordion__c04895b1 .item__9fee522d.lg__be8b3a08 .body__43b40d33,.islandAccordion__c04895b1 .item__9fee522d.lg__be8b3a08 .footer__4f2c01eb{padding:0 32px 32px}.islandAccordion__c04895b1 .item__9fee522d.lg__be8b3a08 .caretWrapper__d499188a{right:24px}.islandAccordion__c04895b1 .item__9fee522d.lg__be8b3a08 .remove__bb7e6bee{right:-40px;top:36px}.islandAccordion__c04895b1 .item__9fee522d.lg__be8b3a08 .step__d1a92928{margin:0 16px 0 0}.islandAccordion__c04895b1 .item__9fee522d.opened__a5924239:not(.disabled__72c4126d) .caretWrapper__d499188a .caretIcon__b71ae405{transform:rotate(-180deg)}.islandAccordion__c04895b1 .item__9fee522d .remove__bb7e6bee{position:absolute}@media(max-width:767px){.islandAccordion__c04895b1 .item__9fee522d .title__8d1087c9{white-space:normal;overflow-wrap:anywhere}.islandAccordion__c04895b1 .item__9fee522d .footer__4f2c01eb{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__c04895b1 .item__9fee522d .footer__4f2c01eb>*{margin-left:0!important}.islandAccordion__c04895b1 .item__9fee522d .caretWrapper__d499188a{transform:none}.islandAccordion__c04895b1 .item__9fee522d.sm__1bd70d67 .title__8d1087c9{padding-right:34px}.islandAccordion__c04895b1 .item__9fee522d.sm__1bd70d67 .caretWrapper__d499188a{top:18px}.islandAccordion__c04895b1 .item__9fee522d.md__8b887a3d .header__46332a24{padding:16px;border-radius:16px}.islandAccordion__c04895b1 .item__9fee522d.md__8b887a3d .title__8d1087c9{padding-right:34px}.islandAccordion__c04895b1 .item__9fee522d.md__8b887a3d .body__43b40d33,.islandAccordion__c04895b1 .item__9fee522d.md__8b887a3d .footer__4f2c01eb{padding:0 16px 16px}.islandAccordion__c04895b1 .item__9fee522d.md__8b887a3d .caretWrapper__d499188a{right:10px;top:18px}.islandAccordion__c04895b1 .item__9fee522d.md__8b887a3d .remove__bb7e6bee{top:18px}.islandAccordion__c04895b1 .item__9fee522d.lg__be8b3a08 .header__46332a24{padding:24px;border-radius:24px}.islandAccordion__c04895b1 .item__9fee522d.lg__be8b3a08 .title__8d1087c9{padding-right:34px}.islandAccordion__c04895b1 .item__9fee522d.lg__be8b3a08 .body__43b40d33,.islandAccordion__c04895b1 .item__9fee522d.lg__be8b3a08 .footer__4f2c01eb{padding:0 24px 24px}.islandAccordion__c04895b1 .item__9fee522d.lg__be8b3a08 .caretWrapper__d499188a{top:26px;right:18px}.islandAccordion__c04895b1 .item__9fee522d.lg__be8b3a08 .remove__bb7e6bee{top:26px}}.step__d2e6dcc1{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__d2e6dcc1.sm__a5c3732c,.step__d2e6dcc1.md__79ec3cd4{width:28px;height:28px}.step__d2e6dcc1.lg__7c758b4d{width:32px;height:32px}.step__d2e6dcc1.default__fc1ad9f5{background-color:var(--triplex-next-Step-Background_Default-0-32-0)}.step__d2e6dcc1.default__fc1ad9f5>span{color:var(--triplex-next-Step-Color_Default-0-32-0)}.step__d2e6dcc1.done__8c32fd99{background-color:var(--triplex-next-Step-Background_Done-0-32-0)}.step__d2e6dcc1.done__8c32fd99>span{color:var(--triplex-next-Step-Color_Done-0-32-0)}.step__d2e6dcc1.warning__0a88cd80{background-color:var(--triplex-next-Step-Background_Warning-0-32-0)}.step__d2e6dcc1.warning__0a88cd80>span{color:var(--triplex-next-Step-Color_Warning-0-32-0)}.step__d2e6dcc1.active__cbbc8b0a{background-color:var(--triplex-next-Step-Background_Active-0-32-0)}.step__d2e6dcc1.active__cbbc8b0a>span{color:var(--triplex-next-Step-Color_Active-0-32-0)}.step__d2e6dcc1.error__5bd6d1a3{background-color:var(--triplex-next-Step-Background_Error-0-32-0)}.step__d2e6dcc1.error__5bd6d1a3>span{color:var(--triplex-next-Step-Color_Error-0-32-0)}.step__d2e6dcc1.disabled__a921aeb6{background-color:var(--triplex-next-Step-Background_Disabled-0-32-0)}.step__d2e6dcc1.disabled__a921aeb6>span{color:var(--triplex-next-Step-Color_Disabled-0-32-0)}@media(max-width:767px){.step__d2e6dcc1.lg__7c758b4d{width:28px;height:28px}}.lightBox__5e82da7f{--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__5e82da7f.sm__b57ea27a{--lightBox-content-max-width: 664px}.lightBox__5e82da7f.md__463c538e{--lightBox-content-max-width: 864px}.lightBox__5e82da7f.lg__fab74f91{--lightBox-content-max-width: 1064px}.lightBox__5e82da7f.xl__69f0e91f{--lightBox-content-max-width: 1264px}.lightBox__5e82da7f .lightBoxBackdrop__b4c4e8a7{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-32-0)}.lightBox__5e82da7f.lightBoxSideOverlayActive__0514eccd,.lightBox__5e82da7f.lightBoxTopOverlayActive__64001f51{overflow-y:hidden}.lightBox__5e82da7f .lightBoxContent__e62078c1{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-32-0)}.lightBox__5e82da7f .lightBoxContent__e62078c1>.global-page{width:100%;max-width:var(--lightBox-content-max-width);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBox__5e82da7f .lightBoxContent__e62078c1>.global-page{padding:16px}}.lightBox__5e82da7f .loadingContentOverlay__df8a2fd3{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__5e82da7f .lightBoxContentResizeWrapper__c4e27734{position:absolute;left:0;right:0;height:0}.lightBox__5e82da7f .tempElSafariBug__6e7d83ab{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__0b01efc6,.global-LB-less-or-equal-media-point-0 .lightBox__5e82da7f.lightBoxSideOverlayActive__0514eccd{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__e62078c1{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__e62078c1{padding-left:80px;padding-right:80px}.lightBoxControls__55a1c1a7{z-index:100}.withKeyboardEvent__c2ffa14a{display:inline-block}.withoutKeyboardEvent__85a74ef4,.lightBox__5e82da7f.lightBoxSideOverlayActive__0514eccd .withKeyboardEvent__c2ffa14a,.lightBox__5e82da7f.lightBoxTopOverlayActive__64001f51 .withKeyboardEvent__c2ffa14a,.lightBox__5e82da7f.isLoading__86de3154 .withKeyboardEvent__c2ffa14a{display:none}.lightBox__5e82da7f.lightBoxSideOverlayActive__0514eccd .withoutKeyboardEvent__85a74ef4,.lightBox__5e82da7f.lightBoxTopOverlayActive__64001f51 .withoutKeyboardEvent__85a74ef4,.lightBox__5e82da7f.isLoading__86de3154 .withoutKeyboardEvent__85a74ef4{display:inline-block}.lightBox__5e82da7f.isLoading__86de3154 .lightBoxPrev__069ae802,.lightBox__5e82da7f.isLoading__86de3154 .lightBoxNext__32059388{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__55a1c1a7{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__fc2e75fe{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__fb5efd0b{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__0b144038{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__069ae802,.global-LB-less-or-equal-media-point-0 .lightBoxNext__32059388{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__069ae802{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__192a9bf4,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__cc283988{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__55a1c1a7{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__fc2e75fe{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__fb5efd0b{display:none}.global-LB-more-media-point-0 .lightBoxClose__0b144038{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__069ae802,.global-LB-more-media-point-0 .lightBoxNext__32059388{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__069ae802{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__32059388{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__c30ed35a{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__c30ed35a.fixed__add5cf09{position:fixed}.overlay__c30ed35a.closing__0cae257c,.overlay__c30ed35a.opened__5e58f73f{visibility:visible;left:0;right:0}.overlayPanel__1437199a{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-0-32-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__1437199a.bottom__b37ef600{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__1437199a.left__dc4513f4{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__1437199a.right__db54fc05{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__1437199a.top__eafd4c3a{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__1437199a.left__dc4513f4.opened__5e58f73f,.overlayPanel__1437199a.right__db54fc05.opened__5e58f73f{transform:translate(0)}.overlayPanel__1437199a.top__eafd4c3a.opened__5e58f73f,.overlayPanel__1437199a.bottom__b37ef600.opened__5e58f73f{transform:translateY(0)}.overlayContent__4d86398b{display:flex;min-height:100%}.overlayMask__7d91e569{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-0-32-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__7d91e569.overlayOpened__66c8d464{opacity:1}.lightBoxSideOverlayLoaderWrapper__629bad93{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__8d80a90e{position:absolute;top:24px;right:24px;bottom:0;pointer-events:none}.lightBoxSideOverlayCloseDesktop__1aa38258{position:sticky;top:24px;pointer-events:auto}.lightBoxSideOverlayCloseMobile__51a291e9{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__8d80a90e{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__51a291e9{display:block}@media(max-width:767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__51a291e9{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__8d80a90e{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__51a291e9{display:none}.lightBoxSideOverlayMask__e2c88249{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-32-0)}.lightBoxSideOverlayWrapper__44f973c5{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__44f973c5.overflowXHidden__c5a3104e{overflow-x:hidden}.lightBoxSideOverlayWrapper__44f973c5.overflowYHidden__49097e6c{overflow-y:hidden}.lightBoxSideOverlayWrapper__44f973c5.closing__ac02dc58,.lightBoxSideOverlayWrapper__44f973c5.opened__80b1abf9{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__44f973c5.closing__ac02dc58{pointer-events:none}.lightBoxSideOverlayWrapper__44f973c5 .global-page{max-width:var(--lightBox-content-max-width, 864px);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBoxSideOverlayWrapper__44f973c5 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__44f973c5 .lightBoxSideOverlayContent__dbc85bee{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-0-32-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__44f973c5 .lightBoxSideOverlayContent__dbc85bee.opened__80b1abf9{transform:none}.lightBoxSideOverlayWrapper__44f973c5 .lightBoxSideOverlayContent__dbc85bee.opening__bfcc1f1b{transform:translateY(0)}.lightBoxSideOverlayWrapper__44f973c5.sm__b57ea27a .global-page{width:584px;max-width:100%}.lightBoxSideOverlayWrapper__44f973c5.md__463c538e .global-page{width:744px;max-width:100%}.lightBoxSideOverlayWrapper__44f973c5.lg__fab74f91 .global-page{width:864px;max-width:100%}.lightBoxSideOverlayWrapper__44f973c5 .lightBoxSideOverlayBase__6c87012c{overflow:visible;bottom:auto;height:100%}@media(max-width:767px){.lightBoxSideOverlayWrapper__44f973c5 .lightBoxSideOverlayContent__dbc85bee{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__44f973c5 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__44f973c5 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__fbe8d743{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__fbe8d743.closing__ac02dc58,.lightBoxSideOverlay__fbe8d743.opening__bfcc1f1b{overflow-x:hidden}.topOverlayMask__eb0b39e8{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-0-32-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__25c934e8{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__25c934e8.closing__a9ce8f4b,.topOverlayWrapper__25c934e8.opened__b1ac6199{bottom:0}.topOverlayWrapper__25c934e8 .topOverlayPanel__15140cfc{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__b7c2415a{z-index:500}@media(max-width:767px){.topOverlayPanel__15140cfc{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__950009cc{--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__950009cc.fixed__5c227e12{position:fixed}.lightBoxRightSidebar__d4aabb58{--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__d4aabb58.fixed__5c227e12{position:fixed}.hidden__9921bd94{display:none}html.scroll-0__fff4e925{--triplex-next-scroll-width: 0px}html.scroll-15__be12e224{--triplex-next-scroll-width: 15px}html.scroll-16__762a3ea2{--triplex-next-scroll-width: 16px}html.scroll-17__41fc0217{--triplex-next-scroll-width: 17px}.listMasterChipGroup__d7174690{padding:0 16px}.listMasterFooter__dbf24c40{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-0-32-0);box-shadow:var(--triplex-next-ListMaster-Footer_Shadow-0-32-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__dbf24c40.sticky__dac05982{position:sticky;bottom:0}.listMasterFooterDescription__d2f34c26{padding-right:16px}.listMasterFooterControls__b0639113{white-space:nowrap}.listMasterHeader__da5d2b84{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-0-32-0);box-shadow:var(--triplex-next-ListMaster-Header_Shadow-0-32-0)}.listMasterHeader__da5d2b84.sticky__dac05982{position:sticky;top:0;z-index:2}.selectionControls__746a0f81{display:flex;justify-content:space-between;align-items:center}.marker__9a006031.success__01a67fdb{background:var(--triplex-next-Marker-Background_Success-0-32-0)}.marker__9a006031.error__031a0528{background:var(--triplex-next-Marker-Background_Error-0-32-0)}.marker__9a006031.warning__03670765{background:var(--triplex-next-Marker-Background_Warning-0-32-0)}.marker__9a006031.waiting__f8a1d24b{background:var(--triplex-next-Marker-Background_Waiting-0-32-0)}.markerStatus__3140f2cf{line-height:0;display:flex;align-items:start}.markerStatus__3140f2cf .contentContainer__44603191{display:flex;flex-direction:column;text-align:left}.markerStatus__3140f2cf.md__ee067cf3{gap:4px}.markerStatus__3140f2cf.md__ee067cf3 .markerContainer__b7afb591{margin-top:4px}.markerStatus__3140f2cf.lg__b6f08b1c{gap:6px}.markerStatus__3140f2cf.lg__b6f08b1c .contentContainer__44603191{gap:4px}.markerStatus__3140f2cf.lg__b6f08b1c .markerContainer__b7afb591{margin-top:5px}.monthYearRange__74ca068b{display:flex;align-items:center}.monthYearRangeButton__d03c2880{z-index:1}.separator__fbca46ae{width:16px;height:16px;flex-shrink:0}.orderedListItem__1ad732e7{counter-increment:list-item-tx}.orderedListItem__1ad732e7:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__1ad732e7+.orderedListItem__1ad732e7{margin-top:8px}.orderedList__b08a7209{--start-index-tx: 0;position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx var(--start-index-tx)}.paginationExtended__b227fc89{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__95cd4f5e .directionIconNext__8ae388c4{transform:rotate(180deg)}.paginationPageEllipsis__ef591d91{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;cursor:default}.paginationPageButton__3c8987cb{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__3c8987cb:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-0-32-0);outline:none}.paginationPageButton__3c8987cb:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-0-32-0)}.paginationPageButton__3c8987cb:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-0-32-0);cursor:grabbing}.paginationPageButton__3c8987cb.currentPage__bdcc16a8{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-0-32-0);cursor:default}.paginationNavigationExtended__4f57ab3c{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__dd450269{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__dd450269 .paginationSelectControl__f45a290d{margin-left:8px;min-width:72px}.row__17899fa4{display:flex;flex-wrap:wrap;padding-bottom:16px}.row__17899fa4.noPaddingBottom__0b2575f5,.row__17899fa4:last-child{padding-bottom:0}.row__17899fa4.SM__69279765{margin-left:-8px;margin-right:-8px}.row__17899fa4.MD__7e57292c{margin-left:-12px;margin-right:-12px}.segmentedControlSegment__e53e9d65{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-32-0);outline:none;cursor:pointer}.segmentedControlSegment__e53e9d65:disabled{cursor:default}.sm__dfcd2ecc .segmentedControlSegment__e53e9d65{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__d22f9747 .segmentedControlSegment__e53e9d65{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__95677707 .segmentedControlSegment__e53e9d65{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__41c951fc .segmentedControlSegment__e53e9d65{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-32-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-32-0)}.general1__41c951fc .segmentedControlSegment__e53e9d65:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-32-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-32-0)}.general1__41c951fc .segmentedControlSegment__e53e9d65:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-32-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-32-0)}.general1__41c951fc .segmentedControlSegment__e53e9d65.selected__56a5176b{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-32-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-32-0)}.general1__41c951fc .segmentedControlSegment__e53e9d65.selected__56a5176b:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-32-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-32-0)}.general1__41c951fc .segmentedControlSegment__e53e9d65.selected__56a5176b:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-32-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-32-0)}.general2__6e08004b .segmentedControlSegment__e53e9d65{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-32-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-32-0)}.general2__6e08004b .segmentedControlSegment__e53e9d65:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-32-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-32-0)}.general2__6e08004b .segmentedControlSegment__e53e9d65:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-32-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-32-0)}.general2__6e08004b .segmentedControlSegment__e53e9d65.selected__56a5176b{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-32-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-32-0)}.general2__6e08004b .segmentedControlSegment__e53e9d65.selected__56a5176b:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-32-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-32-0)}.general2__6e08004b .segmentedControlSegment__e53e9d65.selected__56a5176b:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-32-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-32-0)}.secondary1__0840ef78 .segmentedControlSegment__e53e9d65{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-32-0)}.secondary1__0840ef78 .segmentedControlSegment__e53e9d65:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-32-0)}.secondary1__0840ef78 .segmentedControlSegment__e53e9d65:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-32-0)}.secondary1__0840ef78 .segmentedControlSegment__e53e9d65.selected__56a5176b{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-32-0)}.secondary1__0840ef78 .segmentedControlSegment__e53e9d65.selected__56a5176b:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-32-0)}.secondary2__8261788f .segmentedControlSegment__e53e9d65{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-32-0)}.secondary2__8261788f .segmentedControlSegment__e53e9d65:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-32-0)}.secondary2__8261788f .segmentedControlSegment__e53e9d65:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-32-0)}.secondary2__8261788f .segmentedControlSegment__e53e9d65.selected__56a5176b{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-32-0)}.secondary2__8261788f .segmentedControlSegment__e53e9d65.selected__56a5176b:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-32-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-32-0)}.segmentedControlSegment__e53e9d65:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-32-0)}.content__02a37ad6{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__7550afde{display:flex;gap:4px}.segmentedControl__7550afde.general1__41c951fc{background:var(--triplex-next-SegmentedControl-General_1_Background-0-32-0)}.segmentedControl__7550afde.secondary1__0840ef78{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-0-32-0)}.segmentedControl__7550afde.general2__6e08004b{background:var(--triplex-next-SegmentedControl-General_2_Background-0-32-0)}.segmentedControl__7550afde.secondary2__8261788f{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-0-32-0)}.segmentedControl__7550afde.sm__dfcd2ecc{border-radius:6px;padding:4px}.segmentedControl__7550afde.md__d22f9747{border-radius:8px;padding:4px}.segmentedControl__7550afde.lg__95677707{border-radius:10px;padding:8px}.skeleton__132ee407{border-radius:16px;flex-grow:1}.skeleton__132ee407.light__0c53cf71{animation:skeleton-light-pulse__9df4e0a5 2s ease-in-out infinite}.skeleton__132ee407.dark__eb9cc4e3{animation:skeleton-dark-pulse__e670352b 2s ease-in-out infinite}@keyframes skeleton-light-pulse__9df4e0a5{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-32-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-0-32-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-32-0)}}@keyframes skeleton-dark-pulse__e670352b{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-32-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-0-32-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-32-0)}}.sliderExtendedDot__f63a3a38{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-0-32-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__f63a3a38:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-32-0)}.sliderExtendedDot__f63a3a38.focusedByClick__ef504637:focus{box-shadow:none}.sliderExtendedDot__f63a3a38:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-0-32-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__f63a3a38:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-0-32-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__f63a3a38.disabled__dc809048{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-0-32-0)}.sliderExtendedDot__f63a3a38.disabled__dc809048:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-0-32-0)}.sliderExtendedDot__f63a3a38.disabled__dc809048:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-0-32-0)}.sliderExtendedDot__f63a3a38:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-0-32-0)}.sliderExtendedDot__f63a3a38:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-32-0)}.sliderExtendedDot__f63a3a38.dragByMouse__a9d18c5c{background:var(--triplex-next-Slider-Dot_Background_Select-0-32-0)}.sliderExtendedDot__f63a3a38.dragByMouse__a9d18c5c:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-32-0)}.sliderExtendedDot__f63a3a38:hover .sliderExtendedTooltipOverlay__ecd66b79,.sliderExtendedDot__f63a3a38:focus .sliderExtendedTooltipOverlay__ecd66b79{visibility:visible}.sliderExtendedDot__f63a3a38.lg__f8cc176c{width:28px;height:28px}.sliderExtendedDot__f63a3a38.lg__f8cc176c:after{width:10px;height:10px}.sliderExtendedDot__f63a3a38.lg__f8cc176c:before{width:14px;height:14px}.sliderExtendedMarks__1b15216b{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__8b83f934{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__8b83f934 .sliderExtendedMarkDot__dae62350{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-0-32-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__8b83f934 .sliderExtendedMarkDot__dae62350.inSelectedRange__835b8e0a{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-0-32-0)}.sliderExtendedMark__8b83f934.lg__f8cc176c{top:20px}.sliderExtendedMark__8b83f934.lg__f8cc176c .sliderExtendedMarkDot__dae62350{top:-20px}.sliderExtendedMark__8b83f934 .sliderExtendedMarkText__49b0f479{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__8b83f934.disabled__dc809048{pointer-events:none}.sliderExtendedMark__8b83f934.disabled__dc809048 .sliderExtendedMarkText__49b0f479{pointer-events:none;opacity:.35}.sliderExtendedMark__8b83f934.disabled__dc809048 .sliderExtendedMarkDot__dae62350{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-32-0)}.sliderExtendedMark__8b83f934:first-child,.sliderExtendedMark__8b83f934:last-child{transform:none}.sliderExtendedMark__8b83f934:first-child.reverse__c21f29b6 .sliderExtendedMarkDot__dae62350{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__8b83f934:first-child.reverse__c21f29b6 .sliderExtendedMarkText__49b0f479{margin-right:-4px}.sliderExtendedMark__8b83f934:first-child:not(.reverse__c21f29b6) .sliderExtendedMarkDot__dae62350{left:0;transform:translate(-50%)}.sliderExtendedMark__8b83f934:first-child .sliderExtendedMarkText__49b0f479{margin-left:-4px}.sliderExtendedMark__8b83f934:last-child.reverse__c21f29b6 .sliderExtendedMarkDot__dae62350{left:0;transform:translate(-50%)}.sliderExtendedMark__8b83f934:last-child.reverse__c21f29b6 .sliderExtendedMarkText__49b0f479{margin-left:-4px}.sliderExtendedMark__8b83f934:last-child:not(.reverse__c21f29b6) .sliderExtendedMarkDot__dae62350{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__8b83f934:last-child .sliderExtendedMarkText__49b0f479{margin-right:-4px}.sliderExtendedMark__8b83f934.active__4277ce25{pointer-events:none}.sliderExtendedRail__fba1ff53{height:4px;background:var(--triplex-next-Slider-Rail_Background-0-32-0);cursor:pointer}.sliderExtended__add58c2f{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__add58c2f.disabled__dc809048 .sliderExtendedRail__fba1ff53{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-0-32-0)}.sliderExtended__add58c2f.lg__f8cc176c{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__cef1c544{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-0-32-0);z-index:10}.sliderExtendedTrack__cef1c544.lg__f8cc176c{top:12px}.sliderExtendedTrack__cef1c544:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-32-0)}.sliderExtendedTrack__cef1c544.focusedByClick__ef504637:focus{box-shadow:none}.sliderExtendedTrack__cef1c544.hoverOrDragByMouse__5bdffbe1{background:var(--triplex-next-Slider-Track_Background_Hover-0-32-0)}.sliderExtendedTrack__cef1c544.staticSlider__52fcee42{cursor:default;pointer-events:none}.sliderExtendedTrack__cef1c544.disabled__dc809048{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-0-32-0)}.sliderExtendedTooltipOverlay__ecd66b79{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__ecd66b79.lg__f8cc176c{bottom:32px}.sliderExtendedTooltipOverlay__ecd66b79 .tooltipBody__326aa9e3{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-0-32-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-0-32-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__ecd66b79 .tooltipTip__2f5f952e{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-0-32-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.sliderExtendedTooltipOverlay__ecd66b79 .tooltipTip__2f5f952e{margin:-.5px}}.smsField__47556e61{display:inline-block;position:relative;width:100%}.smsField__47556e61 .input__06d6ada8{text-align:center}.smsField__47556e61 .input__06d6ada8::placeholder{opacity:1}.smsField__47556e61 .input__06d6ada8:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-0-32-0)}.smsField__47556e61 .input__06d6ada8.lg__9befa817{padding:18px 40px}.smsField__47556e61 .input__06d6ada8.md__17c0d60c{padding-left:26px;padding-right:26px}.smsField__47556e61 .input__06d6ada8.sm__f2b9d047{padding-left:20px;padding-right:20px}.smsField__47556e61 .btnRefresh__cec0e3dd{position:absolute;outline:none;z-index:1}.smsField__47556e61 .btnRefresh__cec0e3dd.lg__9befa817{top:12px;left:12px;height:32px;width:32px}.smsField__47556e61 .btnRefresh__cec0e3dd.md__17c0d60c{top:10px;left:10px}.smsField__47556e61 .btnRefresh__cec0e3dd.sm__f2b9d047{top:4px;left:4px}.smsField__47556e61 .btnRefresh__cec0e3dd .full__3c4516ab{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-0-32-0)}.smsField__47556e61 .btnRefresh__cec0e3dd .empty__62992d8d{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-0-32-0)}.smsField__47556e61 .btnRefresh__cec0e3dd:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-0-32-0)}.smsField__47556e61 .btnSubmit__8cc28633{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-0-32-0)}.smsField__47556e61 .btnSubmit__8cc28633.active__c62f8bc3:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-0-32-0)}.smsField__47556e61 .btnSubmit__8cc28633.active__c62f8bc3:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-0-32-0)}.smsField__47556e61 .btnSubmit__8cc28633.lg__9befa817{top:15px;right:15px;height:26px;width:26px}.smsField__47556e61 .btnSubmit__8cc28633.md__17c0d60c{top:10px;right:10px}.smsField__47556e61 .btnSubmit__8cc28633.sm__f2b9d047{top:4px;right:4px}.spoiler__9750f4b6{display:flex;flex-direction:column}.spoiler__9750f4b6.opened__3c3a021a .caretIcon__14a27e0b{transform:rotate(-180deg)}.spoiler__9750f4b6 .head__416f34fd .caretIcon__14a27e0b{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__9750f4b6 .head__416f34fd button>span{white-space:normal;text-align:left}.spoiler__9750f4b6 .content__f584ba7b.hidden__c44cfdd3{display:none}.spoiler__9750f4b6 .lg__c3965bbe .content__f584ba7b{margin-top:8px}.spoiler__9750f4b6 .md__b8f5b95d .content__f584ba7b{margin-top:0}.spoiler__9750f4b6 .sm__99daf84a .content__f584ba7b{margin-top:-4px}.statusTrackerWrapper__f43dae50{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-32-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-0-32-0);overflow:hidden;height:100%}.statusTrackerWrapper__f43dae50 .statusTracker__2cd8c17f{width:100%;padding:40px 24px 16px;box-sizing:border-box;z-index:1;text-align:center}.statusTrackerWrapper__f43dae50 .statusTracker__2cd8c17f.verticalAlignMiddle__54432e4c{align-self:center}.statusTrackerWrapper__f43dae50 .statusTracker__2cd8c17f.verticalAlignBottom__6e40929c{align-self:end}.statusTrackerWrapper__f43dae50 .statusTracker__2cd8c17f .statusTrackerChild__162b01bd{padding:8px 0}.statusTrackerWrapper__f43dae50 .statusTracker__2cd8c17f .statusTrackerChild__162b01bd:empty{padding:0}.statusTrackerWrapper__f43dae50 .statusTracker__2cd8c17f .statusTrackerSum__da692bb6,.statusTrackerWrapper__f43dae50 .statusTracker__2cd8c17f .statusTrackerTitle__e4f7ad3c{padding-bottom:4px}.statusTrackerWrapper__f43dae50 .statusTracker__2cd8c17f .statusTrackerDescription__4c3b4e44{display:block;padding-top:8px}.statusTrackerWrapper__f43dae50 .statusTracker__2cd8c17f .statusTrackerAlert__4031b064{margin-top:12px;text-align:left}.statusTrackerWrapper__f43dae50 .statusTracker__2cd8c17f .statusTrackerStatus__068eef55{display:inline-flex;margin-bottom:4px}.statusTrackerWrapper__f43dae50 .statusTracker__2cd8c17f .statusTrackerFooterWrapper__0bd6757b{display:grid}.statusTrackerWrapper__f43dae50 .statusTracker__2cd8c17f .statusTrackerFooterWrapper__0bd6757b .statusTrackerDescription__4c3b4e44:last-child{padding-top:0}.statusTrackerWrapper__f43dae50 .statusTracker__2cd8c17f .statusTrackerFooterWrapper__0bd6757b .statusTrackerButton__9b3b8ad9{margin-bottom:12px}.statusTrackerWrapper__f43dae50 .statusTracker__2cd8c17f .statusTrackerFooterWrapper__0bd6757b .statusTrackerButton__9b3b8ad9:last-child{margin-bottom:0}.statusTrackerWrapper__f43dae50 .statusTrackerColor__cdda407d{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__f43dae50 .statusTrackerColor__cdda407d.waiting__dfebe4d2{background:var(--triplex-next-StatusTracker-Waiting_Color-0-32-0)}.statusTrackerWrapper__f43dae50 .statusTrackerColor__cdda407d.warning__5aa4e08b{background:var(--triplex-next-StatusTracker-Warning_Background-0-32-0)}.statusTrackerWrapper__f43dae50 .statusTrackerColor__cdda407d.rejected__f8f66033{background:var(--triplex-next-StatusTracker-Rejected_Color-0-32-0)}.statusTrackerWrapper__f43dae50 .statusTrackerColor__cdda407d.approved__daa30283{background:var(--triplex-next-StatusTracker-Approved_Color-0-32-0)}.statusTrackerWrapper__f43dae50 .statusTrackerBackground__127b2869{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__f43dae50 .statusTrackerBackground__127b2869.waiting__dfebe4d2{background:var(--triplex-next-StatusTracker-Waiting_Background-0-32-0)}.statusTrackerWrapper__f43dae50 .statusTrackerBackground__127b2869.warning__5aa4e08b{background:var(--triplex-next-StatusTracker-Warning_Background-0-32-0)}.statusTrackerWrapper__f43dae50 .statusTrackerBackground__127b2869.rejected__f8f66033{background:var(--triplex-next-StatusTracker-Rejected_Background-0-32-0)}.statusTrackerWrapper__f43dae50 .statusTrackerBackground__127b2869.approved__daa30283{background:var(--triplex-next-StatusTracker-Approved_Background-0-32-0)}@media(max-width:767px){.statusTrackerWrapper__f43dae50{border-radius:16px}}.statusTrackerStatusGroup__68c3a7c1{display:flex;flex-direction:column;align-items:flex-start;margin:0 auto;width:fit-content}.stepperStep__58d760a2{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__58d760a2+.stepperStep__58d760a2{margin-left:12px}.stepperStep__58d760a2.sm__6ad0efb8{font-size:12px;line-height:16px}.stepperStep__58d760a2.sm__6ad0efb8:not(:last-child) .content__24e9e117{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__58d760a2.sm__6ad0efb8:last-child .content__24e9e117{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__58d760a2.sm__6ad0efb8:last-child .arrow__1a90c363{display:none}.stepperStep__58d760a2.md__83973489{font-size:14px;line-height:20px}.stepperStep__58d760a2.md__83973489:not(:last-child) .content__24e9e117{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__58d760a2.md__83973489:last-child .content__24e9e117{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__58d760a2.md__83973489:last-child .arrow__1a90c363{display:none}.stepperStep__58d760a2.lg__14ecdc63{font-size:16px;line-height:20px}.stepperStep__58d760a2.lg__14ecdc63:not(:last-child) .content__24e9e117{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__58d760a2.lg__14ecdc63:last-child .content__24e9e117{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__58d760a2.lg__14ecdc63:last-child .arrow__1a90c363{display:none}.stepperStep__58d760a2:hover:not(.active__5a2aa967):not(.disabled__16ebed07) .content__24e9e117{border-color:var(--triplex-next-Stepper-Step_Background_Hover-0-32-0);background:var(--triplex-next-Stepper-Step_Background_Hover-0-32-0)}.stepperStep__58d760a2:hover:not(.active__5a2aa967):not(.disabled__16ebed07) .arrow__1a90c363 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-32-0)}.stepperStep__58d760a2:hover:not(.active__5a2aa967):not(.disabled__16ebed07) .arrow__1a90c363 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-32-0)}.stepperStep__58d760a2.active__5a2aa967{cursor:default}.stepperStep__58d760a2.active__5a2aa967 .content__24e9e117{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-0-32-0)}.stepperStep__58d760a2.active__5a2aa967 .arrow__1a90c363 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-0-32-0)}.stepperStep__58d760a2.active__5a2aa967.error__c90c09e8 .content__24e9e117{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-0-32-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-32-0)}.stepperStep__58d760a2.active__5a2aa967.error__c90c09e8 .arrow__1a90c363 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-32-0)}.stepperStep__58d760a2.active__5a2aa967.error__c90c09e8 .arrow__1a90c363 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-0-32-0)}.stepperStep__58d760a2.active__5a2aa967.warning__de17833e .content__24e9e117{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-32-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-32-0)}.stepperStep__58d760a2.active__5a2aa967.warning__de17833e .arrow__1a90c363 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-32-0)}.stepperStep__58d760a2.active__5a2aa967.warning__de17833e .arrow__1a90c363 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-32-0)}.stepperStep__58d760a2.completed__9bdf9742.error__c90c09e8 .content__24e9e117{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-32-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-32-0)}.stepperStep__58d760a2.completed__9bdf9742.error__c90c09e8 .arrow__1a90c363 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-32-0)}.stepperStep__58d760a2.completed__9bdf9742.error__c90c09e8 .arrow__1a90c363 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-32-0)}.stepperStep__58d760a2.completed__9bdf9742.error__c90c09e8:hover .content__24e9e117{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-32-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-32-0)}.stepperStep__58d760a2.completed__9bdf9742.error__c90c09e8:hover .arrow__1a90c363 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-32-0)}.stepperStep__58d760a2.completed__9bdf9742.error__c90c09e8:hover .arrow__1a90c363 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-32-0)}.stepperStep__58d760a2.completed__9bdf9742.warning__de17833e .content__24e9e117{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-32-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-32-0)}.stepperStep__58d760a2.completed__9bdf9742.warning__de17833e .arrow__1a90c363 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-32-0)}.stepperStep__58d760a2.completed__9bdf9742.warning__de17833e .arrow__1a90c363 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-32-0)}.stepperStep__58d760a2.completed__9bdf9742.warning__de17833e:hover .content__24e9e117{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-32-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-32-0)}.stepperStep__58d760a2.completed__9bdf9742.warning__de17833e:hover .arrow__1a90c363 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-32-0)}.stepperStep__58d760a2.completed__9bdf9742.warning__de17833e:hover .arrow__1a90c363 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-32-0)}.stepperStep__58d760a2.inactive__dcbc187f :not(.error__c90c09e8):not(.warning__de17833e) .content__24e9e117{color:var(--triplex-next-Stepper-Step_Color_Default-0-32-0)}.stepperStep__58d760a2.inactive__dcbc187f :not(.error__c90c09e8):not(.warning__de17833e):hover .content__24e9e117{color:var(--triplex-next-Stepper-Step_Color_Hover-0-32-0)}.stepperStep__58d760a2.inactive__dcbc187f.error__c90c09e8 .content__24e9e117{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-32-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-32-0)}.stepperStep__58d760a2.inactive__dcbc187f.error__c90c09e8 .arrow__1a90c363 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-32-0)}.stepperStep__58d760a2.inactive__dcbc187f.error__c90c09e8 .arrow__1a90c363 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-32-0)}.stepperStep__58d760a2.inactive__dcbc187f.error__c90c09e8:hover .content__24e9e117{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-32-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-32-0)}.stepperStep__58d760a2.inactive__dcbc187f.error__c90c09e8:hover .arrow__1a90c363 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-32-0)}.stepperStep__58d760a2.inactive__dcbc187f.error__c90c09e8:hover .arrow__1a90c363 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-32-0)}.stepperStep__58d760a2.inactive__dcbc187f.warning__de17833e .content__24e9e117{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-32-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-32-0)}.stepperStep__58d760a2.inactive__dcbc187f.warning__de17833e .arrow__1a90c363 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-32-0)}.stepperStep__58d760a2.inactive__dcbc187f.warning__de17833e .arrow__1a90c363 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-32-0)}.stepperStep__58d760a2.inactive__dcbc187f.warning__de17833e:hover .content__24e9e117{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-32-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-32-0)}.stepperStep__58d760a2.inactive__dcbc187f.warning__de17833e:hover .arrow__1a90c363 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-32-0)}.stepperStep__58d760a2.inactive__dcbc187f.warning__de17833e:hover .arrow__1a90c363 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-32-0)}.stepperStep__58d760a2.disabled__16ebed07{pointer-events:none}.stepperStep__58d760a2.disabled__16ebed07 .content__24e9e117{color:var(--triplex-next-Stepper-Step_Color_Disabled-0-32-0)}.stepperStep__58d760a2.disabled__16ebed07 .content__24e9e117{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-0-32-0)}.stepperStep__58d760a2.disabled__16ebed07 .arrow__1a90c363 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-0-32-0)}.stepperStep__58d760a2.focusVisible__64dd93ff.completed__9bdf9742 .content__24e9e117,.stepperStep__58d760a2.focusVisible__64dd93ff.active__5a2aa967 .content__24e9e117,.stepperStep__58d760a2.focusVisible__64dd93ff.inactive__dcbc187f .content__24e9e117{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-32-0)}.stepperStep__58d760a2.focusVisible__64dd93ff.completed__9bdf9742 .arrow__1a90c363 path:last-child,.stepperStep__58d760a2.focusVisible__64dd93ff.active__5a2aa967 .arrow__1a90c363 path:last-child,.stepperStep__58d760a2.focusVisible__64dd93ff.inactive__dcbc187f .arrow__1a90c363 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-32-0)}.stepperStep__58d760a2.focusVisible__64dd93ff.completed__9bdf9742:hover .content__24e9e117,.stepperStep__58d760a2.focusVisible__64dd93ff.active__5a2aa967:hover .content__24e9e117,.stepperStep__58d760a2.focusVisible__64dd93ff.inactive__dcbc187f:hover .content__24e9e117{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-32-0)}.stepperStep__58d760a2.focusVisible__64dd93ff.completed__9bdf9742:hover .arrow__1a90c363 path:last-child,.stepperStep__58d760a2.focusVisible__64dd93ff.active__5a2aa967:hover .arrow__1a90c363 path:last-child,.stepperStep__58d760a2.focusVisible__64dd93ff.inactive__dcbc187f:hover .arrow__1a90c363 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-32-0)}.content__24e9e117{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-0-32-0);color:var(--triplex-next-Stepper-Step_Color_Hover-0-32-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-0-32-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.arrow__1a90c363{transform:translate(0)}.arrow__1a90c363 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-32-0)}.arrow__1a90c363 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-32-0)}.icon__facc5907{display:inline-flex;align-items:center;line-height:0}.nonempty__aff0209e .icon__facc5907{margin-right:6px}.stepperExtended__701a1a25{display:flex;padding:0;margin:0;list-style:none}.stepperCarousel__58a42485{position:relative}.stepperCarousel__58a42485:hover .stepperButtonWrapper__ce59ad3b{opacity:1;pointer-events:auto}.stepperButtonWrapper__ce59ad3b{position:absolute;top:0;z-index:1;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.stepperButtonWrapper__ce59ad3b.prev__296f786c{left:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Prev-0-32-0)}.stepperButtonWrapper__ce59ad3b.next__0f983635{right:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Next-0-32-0)}.stepperButton__91af8767.sm__6ad0efb8{height:28px;width:28px}.stepperButton__91af8767.md__83973489{height:40px;width:40px}.stepperButton__91af8767.lg__14ecdc63{height:56px;width:56px}@media(max-width:767px){.stepperButtonWrapper__ce59ad3b{display:none}}.suggestFieldMobileBody__9c8c0f18{height:176px}.suggestFieldMobileDropdownHint__8a812bee{padding:16px}.noColumns__288bf7b4{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__288bf7b4>.content__8b0a1423{width:456px;text-align:center}.filterPanel__a5852e5f{padding:8px 0 24px;border-radius:8px 8px 0 0}.chipPanelLinks__c4813f29{display:flex;height:28px;z-index:1;margin-left:auto}.chipPanelLinks__c4813f29>a:not(:first-child){margin-left:16px}.chipPanel__ab25998a{display:flex;justify-content:space-between}@keyframes fadeIn__89dc7eb7{0%{opacity:0}to{opacity:1}}.tableBasic__920cabf8{position:relative}.tableBasic__920cabf8 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__920cabf8 table th.alignLeft__caf383f9,.tableBasic__920cabf8 table td.alignLeft__caf383f9{text-align:left}.tableBasic__920cabf8 table th.alignRight__26f567eb,.tableBasic__920cabf8 table td.alignRight__26f567eb{text-align:right}.tableBasic__920cabf8 table th.alignCenter__73f62795,.tableBasic__920cabf8 table td.alignCenter__73f62795{text-align:center}.tableBasic__920cabf8 table th.verticalAlignBaseline__0eec1c5e,.tableBasic__920cabf8 table td.verticalAlignBaseline__0eec1c5e{vertical-align:baseline}.tableBasic__920cabf8 table th.verticalAlignSub__7295a174,.tableBasic__920cabf8 table td.verticalAlignSub__7295a174{vertical-align:sub}.tableBasic__920cabf8 table th.verticalAlignSuper__18eed0ce,.tableBasic__920cabf8 table td.verticalAlignSuper__18eed0ce{vertical-align:super}.tableBasic__920cabf8 table th.verticalAlignTextTop__f3e55371,.tableBasic__920cabf8 table td.verticalAlignTextTop__f3e55371{vertical-align:text-top}.tableBasic__920cabf8 table th.verticalAlignTextBottom__b59e230e,.tableBasic__920cabf8 table td.verticalAlignTextBottom__b59e230e{vertical-align:text-bottom}.tableBasic__920cabf8 table th.verticalAlignMiddle__177843d0,.tableBasic__920cabf8 table td.verticalAlignMiddle__177843d0{vertical-align:middle}.tableBasic__920cabf8 table th.verticalAlignTop__10570401,.tableBasic__920cabf8 table td.verticalAlignTop__10570401{vertical-align:top}.tableBasic__920cabf8 table th.verticalAlignBottom__39a46c41,.tableBasic__920cabf8 table td.verticalAlignBottom__39a46c41{vertical-align:bottom}.tableBasic__920cabf8 table>thead>tr{height:48px}.tableBasic__920cabf8 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-0-32-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-32-0)}.tableBasic__920cabf8 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__920cabf8 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__920cabf8 table>thead>tr>th.checkboxType__dd8e1562{padding:16px 12px}.tableBasic__920cabf8 table>thead>tr>th .thBlock__e79d19d0{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__920cabf8 table>thead>tr>th .thBlock__e79d19d0.order__7b574aa7{cursor:pointer}.tableBasic__920cabf8 table>thead>tr>th .thBlock__e79d19d0.order__7b574aa7 .orderButton__e44711ef{display:flex;visibility:hidden;align-items:center}.tableBasic__920cabf8 table>thead>tr>th .thBlock__e79d19d0.order__7b574aa7 .orderButton__e44711ef.alignLeft__caf383f9{margin-right:8px}.tableBasic__920cabf8 table>thead>tr>th .thBlock__e79d19d0.order__7b574aa7 .orderButton__e44711ef.alignRight__26f567eb{margin-left:8px}.tableBasic__920cabf8 table>thead>tr>th .thBlock__e79d19d0.order__7b574aa7 .orderButton__e44711ef.sorted__2845c5ce{visibility:visible}.tableBasic__920cabf8 table>thead>tr>th .thBlock__e79d19d0.order__7b574aa7:hover .orderButton__e44711ef{visibility:visible}.tableBasic__920cabf8 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-32-0)}.tableBasic__920cabf8 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__920cabf8 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__920cabf8 table>tbody>tr>td.textType__54f95a28{padding:12px}.tableBasic__920cabf8 table>tbody>tr>td.componentsType__063ef150{padding:8px 12px}.tableBasic__920cabf8 table>tbody>tr>td.checkboxType__dd8e1562{padding:10px 12px 12px}.tableBasic__920cabf8 table>tbody>tr.selected__1d2c497c>td{background-color:var(--triplex-next-TableBasic-Background_Selected-0-32-0)}.tableBasic__920cabf8 table>tbody.clickable__011a292e>tr{cursor:pointer}.tableBasic__920cabf8 table>tbody.hoverable__0f02089f>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-0-32-0)}.tableBasic__920cabf8 .footerEmptyData__05737bd0{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__920cabf8 .spinnerWrapper__41fff7c9{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__920cabf8 .spinnerWrapper__41fff7c9 .tableLoaderScreen__26ea9985{border-radius:8px 8px 0 0}.tableBasic__920cabf8 .overlayCover__d978dbf8{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-0-32-0);animation:fadeIn__89dc7eb7 .3s}.tableBasicSettingsBody__f5e7a88c{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__792dee74{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-32-0)!important}.columnSettingsSortableListItemTarget__792dee74:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-32-0)!important}.columnSettingsSortableListItemTarget__792dee74.dragging__8c861680{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-32-0)!important}.columnSettingsStaticListItem__4e079ecf{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-32-0)}.tableBasicSettingsFooter__7e3c150e{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-32-0);padding:11px 12px 12px}.tableBasicSettingsHeader__4b8f1730{padding:16px 12px 12px}.tableSettingsLink__a02f851a{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__c33a6084{width:320px}.tableFooterWrapper__ec619b93{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__ec619b93 .tableFooterShadow__26c6807f{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-0-32-0);pointer-events:none}.tableFooterWrapper__ec619b93 .tableFooter__4c8bd8b6{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-0-32-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__ec619b93 .tableFooter__4c8bd8b6 .tableFooterSummary__4ab2aa47{display:flex;align-items:center}.tableFooterWrapper__ec619b93 .tableFooter__4c8bd8b6 .tableFooterSummary__4ab2aa47 .tableFooterSummarySelectedCount__43010098,.tableFooterWrapper__ec619b93 .tableFooter__4c8bd8b6 .tableFooterSummary__4ab2aa47 .tableFooterSummarySelectAllButton__802f6e7c,.tableFooterWrapper__ec619b93 .tableFooter__4c8bd8b6 .tableFooterSummary__4ab2aa47 .tableFooterSummaryAmount__132a0f73{display:inline-flex}.tableFooterWrapper__ec619b93 .tableFooter__4c8bd8b6 .tableFooterSummary__4ab2aa47 .tableFooterSummarySelectedCount__43010098,.tableFooterWrapper__ec619b93 .tableFooter__4c8bd8b6 .tableFooterSummary__4ab2aa47 .tableFooterSummarySelectAllButton__802f6e7c,.tableFooterWrapper__ec619b93 .tableFooter__4c8bd8b6 .tableFooterSummary__4ab2aa47 .tableFooterSummaryAmount__132a0f73,.tableFooterWrapper__ec619b93 .tableFooter__4c8bd8b6 .tableFooterSummary__4ab2aa47 .tableFooterSummaryLabel__b9f711cb{margin-left:24px}@media(max-width:767px){.tableFooterWrapper__ec619b93{height:112px}}.paginationPanel__65f60d80{margin-top:16px}.masterTable__18894dbf,.tabsExtended__6f2bbe07{position:relative}.tabsExtendedContent__1928b1bf{display:inline-flex}.tabsExtendedContent__1928b1bf.sm__096ec70d{border-radius:6px;padding:4px}.tabsExtendedContent__1928b1bf.md__129e5453{border-radius:8px;padding:4px}.tabsExtendedContent__1928b1bf.lg__1688cd2e{border-radius:10px;padding:8px}.tabsExtendedTab__7c0781c7{display:flex}.tabsExtendedTab__7c0781c7+.tabsExtendedTab__7c0781c7,.tabsExtendedDropdown__59356815{margin-left:4px}.tabsReal__99059772,.tabsFake__0cd77e2f{display:flex;box-sizing:border-box;width:100%}.tabsReal__99059772.hidden__04e60de4{visibility:hidden}.tabsReal__99059772 .tabsExtendedTab__7c0781c7.hidden__04e60de4{display:none}.tabsFake__0cd77e2f{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__a98a5adf .tabsExtendedContent__1928b1bf{background-color:var(--triplex-next-Tabs-Type1_Background-0-32-0)}.type2__6f7dc4df .tabsExtendedContent__1928b1bf{background-color:var(--triplex-next-Tabs-Type2_Background-0-32-0)}.tabsExtendedTabButton__b2766647{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-0-32-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__b2766647 .notificationIcon__ef0f67e1{position:absolute}.tabsExtendedTabButton__b2766647.lg__1688cd2e{border-radius:6px;padding:9px 16px}.tabsExtendedTabButton__b2766647.lg__1688cd2e .notificationIcon__ef0f67e1{right:6px;top:6px}.tabsExtendedTabButton__b2766647.md__129e5453{border-radius:4px;padding:5px 16px}.tabsExtendedTabButton__b2766647.md__129e5453 .notificationIcon__ef0f67e1{right:4px;top:4px}.tabsExtendedTabButton__b2766647.sm__096ec70d{border-radius:4px;padding:1px 16px}.tabsExtendedTabButton__b2766647.sm__096ec70d .notificationIcon__ef0f67e1{right:3px;top:3px}.tabsExtendedTabButton__b2766647 .tabsExtendedTabButtonTextDefault__b95d5b8c{display:block}.tabsExtendedTabButton__b2766647 .tabsExtendedTabButtonTextHover__f65144b3,.tabsExtendedTabButton__b2766647:hover .tabsExtendedTabButtonTextDefault__b95d5b8c,.tabsExtendedTabButton__b2766647.selected__84fb4708 .tabsExtendedTabButtonTextDefault__b95d5b8c{display:none}.tabsExtendedTabButton__b2766647:hover .tabsExtendedTabButtonTextHover__f65144b3,.tabsExtendedTabButton__b2766647.selected__84fb4708 .tabsExtendedTabButtonTextHover__f65144b3{display:block}.tabsExtendedTabButton__b2766647::-moz-focus-inner{border:none}.tabsExtendedTabButton__b2766647+.tabsExtendedTabButton__b2766647{margin-left:2px}.tabsExtendedTabButton__b2766647:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-0-32-0)}.tabsExtendedTabButton__b2766647.type1__a98a5adf{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-0-32-0)}.tabsExtendedTabButton__b2766647.type1__a98a5adf.selected__84fb4708{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-0-32-0)}.tabsExtendedTabButton__b2766647.type1__a98a5adf:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-0-32-0)}.tabsExtendedTabButton__b2766647.type2__6f7dc4df{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-0-32-0)}.tabsExtendedTabButton__b2766647.type2__6f7dc4df.selected__84fb4708{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-0-32-0)}.tabsExtendedTabButton__b2766647.type2__6f7dc4df:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-0-32-0)}.tabsContent__b386c1d5 .tabButtonDropdown__af075d66{justify-content:center;padding:0!important}.tabsContent__b386c1d5 .tabButtonDropdown__af075d66.sm__67886b49{min-width:20px;min-height:20px;height:20px}.tabsContent__b386c1d5 .tabButtonDropdown__af075d66.md__d617661a{min-width:32px;min-height:32px;height:32px}.tabsContent__b386c1d5 .tabButtonDropdown__af075d66.lg__8c6538d5{min-width:40px;min-height:40px;height:40px}.tag__95e576f4{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-0-32-0);border-radius:4px;gap:2px}.tag__95e576f4.sm__81e0e6af{height:20px;padding:2px 4px 2px 6px}.tag__95e576f4.md__767e6b76{height:28px;padding:4px 6px 4px 8px}.tag__95e576f4.lg__dcb830b8{height:32px;padding:6px 8px 6px 10px}.content__7acc6db7{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagColor__6757c715{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__6757c715.sm__155900dc{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__6757c715.md__2c96dabe{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__6757c715.lg__0199d95d{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__6757c715.default__e630fdc1{background:var(--triplex-next-TagColor-Background_Default-0-32-0)}.tagColor__6757c715.success__8ac54b34{background:var(--triplex-next-TagColor-Background_Success-0-32-0)}.tagColor__6757c715.info__1b955823{background:var(--triplex-next-TagColor-Background_Info-0-32-0)}.tagColor__6757c715.warning__de53d5c4{background:var(--triplex-next-TagColor-Background_Warning-0-32-0)}.tagColor__6757c715.error__a885bf93{background:var(--triplex-next-TagColor-Background_Error-0-32-0)}.content__8afda469{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-0-32-0)}.tagGroup__fcd10be4.sm__8baa9b8b{margin:-2px}.tagGroup__fcd10be4.sm__8baa9b8b>*{margin:2px}.tagGroup__fcd10be4.md__20b9890c{margin:-4px}.tagGroup__fcd10be4.md__20b9890c>*{margin:4px}.tagGroup__fcd10be4.lg__1dc98598{margin:-6px}.tagGroup__fcd10be4.lg__1dc98598>*{margin:6px}.uploadZone__5c511e07{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-0-32-0)}.uploadZone__5c511e07:hover{background:var(--triplex-next-UploadZone-Background_Hover-0-32-0)}.uploadZoneDragArea__b73135c9{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-32-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__41ad8b09{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-32-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-0-32-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-0-32-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__2df84f28{display:none}@media(max-width:767px){.uploadZone__5c511e07,.uploadZone__5c511e07:hover{background:none}.uploadZoneDragArea__b73135c9{display:none}}
|