@sberbusiness/triplex-next 1.30.0 → 1.31.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-B-2x6lW0.js +41 -0
- package/chunks/{CalendarViewItem-DZix7Wi3.js → CalendarViewItem-o4k7U5Dm.js} +23 -23
- package/chunks/Card.module-_9W_bDbW.js +18 -0
- package/chunks/CheckboxTreeExtended.module-BW6Er6eg.js +15 -0
- package/chunks/Chip-CoKB4iXT.js +85 -0
- package/chunks/Confirm.module-B7EimS-c.js +15 -0
- package/chunks/DropdownListItem-Dy7ejFWN.js +65 -0
- package/chunks/DropdownMobile.module-CEUckjjY.js +23 -0
- package/chunks/Footer.module-Btaepr_L.js +9 -0
- package/chunks/{FormFieldInput-Du3nMTry.js → FormFieldInput-CkVtqncH.js} +28 -28
- package/chunks/HeaderLayoutSidebar.module-Uq7eUhaq.js +9 -0
- package/chunks/HeaderTabs.module-CiK3DS7c.js +9 -0
- package/chunks/{HeaderTitle.module-mufXm8bf.js → HeaderTitle.module-ChThbaCy.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-KwgIPfp-.js +17 -0
- package/chunks/ImageGalleryExtendedThumb-D9p93wFz.js +28 -0
- package/chunks/IslandAccordion.module-BxoLhMzZ.js +25 -0
- package/chunks/IslandWidgetFooter.module-CxO5dSVu.js +9 -0
- package/chunks/IslandWidgetHeader.module-BZIonIbn.js +13 -0
- package/chunks/{LightBoxContent-oXmUc0O4.js → LightBoxContent-Cr4psg0Z.js} +5 -5
- package/chunks/LightBoxControls.module-BT6tQ7Ue.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-dV9DEtmo.js +9 -0
- package/chunks/{ListItemControlsButton-Cn_qKgVF.js → ListItemControlsButton-Bv8aFUBc.js} +6 -6
- package/chunks/ListItemTail.module-Bp7M4QdS.js +12 -0
- package/chunks/ListMasterFooter.module-DMGAGzUD.js +10 -0
- package/chunks/ModalWindow.module-CcEb5ZBL.js +17 -0
- package/chunks/Notification.module-DmHe2Kv2.js +20 -0
- package/chunks/Overlay.module-f4p8iBuk.js +18 -0
- package/chunks/Page.module-B1W0CUyk.js +11 -0
- package/chunks/SMSField.module-cmbHRm31.js +16 -0
- package/chunks/SliderExtendedMarks.module-DptabtoD.js +15 -0
- package/chunks/{SliderExtendedRail-Cr47EmrH.js → SliderExtendedRail-D4NXHvvH.js} +12 -12
- package/chunks/StatusTracker.module-BBm6PrHb.js +24 -0
- package/chunks/{StepperStepArrowBorder-C6up4LVv.js → StepperStepArrowBorder-6bgUfxhh.js} +4 -4
- package/chunks/{SuggestFieldMobileDropdownHint-BZyaIt1i.js → SuggestFieldMobileDropdownHint-BYUd-DOC.js} +4 -4
- package/chunks/TableFooter.module-D-gNDmws.js +14 -0
- package/chunks/TabsExtended.module-IBQrFWHl.js +16 -0
- package/chunks/TabsLine.module-CM-pL6UU.js +21 -0
- package/chunks/TooltipDesktop.module-CXZIjsAn.js +19 -0
- package/chunks/TreeView.module-Co2-lRZN.js +9 -0
- package/chunks/{UploadZoneInput-BbaamBLA.js → UploadZoneInput-CUVjN3Kj.js} +5 -5
- package/chunks/{constants-DG4U-QtS.js → constants-Ci0_oXbs.js} +6 -6
- package/chunks/{utils-DgpN6CSa.js → utils-B2FzgoVa.js} +7 -7
- package/chunks/{utils-BTk2T8x6.js → utils-BFyvyQPY.js} +6 -6
- package/chunks/utils-DEqGmway.js +73 -0
- package/chunks/utils-fAec4Z-1.js +24 -0
- package/components/Alert/AlertContext/AlertContext.js +16 -16
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +6 -6
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +26 -26
- package/components/Badge/Badge.js +5 -5
- package/components/Badge/BadgeDot.js +9 -9
- package/components/Badge/components/BadgeContent.js +9 -9
- package/components/Badge/components/BadgePostfix.js +5 -5
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +27 -27
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +26 -26
- package/components/Button/ButtonDropdownExtended.js +1 -1
- package/components/Button/ButtonIcon.js +6 -6
- package/components/Calendar/Calendar.js +5 -5
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +3 -3
- 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 +6 -6
- 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 +14 -14
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +1 -1
- 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 +15 -15
- package/components/Chip/ChipDropdownArrow.js +1 -1
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +22 -21
- package/components/Chip/ChipOptions.js +6 -6
- 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 +6 -6
- package/components/Chip/enums.js +5 -0
- package/components/Chip/index.js +28 -26
- package/components/ChipGroup/ChipGroup.js +11 -11
- package/components/Col/Col.js +177 -162
- package/components/CollapsibleTree/CollapsibleTree.js +6 -6
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +1 -1
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +12 -12
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +3 -3
- 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 +4 -4
- package/components/DateRange/DateRange.js +16 -16
- 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 +8 -8
- package/components/Dropdown/desktop/DropdownDesktop.js +12 -12
- 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 +5 -5
- 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 +1 -1
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/EmptyView/EmptyView.js +1 -1
- package/components/ExpandAnimation/ExpandAnimation.js +15 -15
- 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 +24 -24
- package/components/FormField/components/FormFieldClear.js +6 -6
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +3 -3
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +4 -4
- package/components/FormField/components/FormFieldMaskedInput.js +15 -15
- package/components/FormField/components/FormFieldPostfix.js +7 -7
- package/components/FormField/components/FormFieldPrefix.js +1 -1
- package/components/FormField/components/FormFieldTarget.js +19 -19
- package/components/FormField/components/FormFieldTextarea.js +14 -14
- 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 +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +5 -5
- package/components/IconWrapper/IconWrapper.js +3 -3
- 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 +4 -4
- package/components/Island/components/IslandFooter.js +3 -3
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
- package/components/IslandWidget/IslandWidget.js +14 -14
- package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +4 -4
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/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 +4 -4
- package/components/LightBox/LightBox.js +30 -30
- 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 +36 -36
- 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 +5 -5
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
- package/components/Link/Link.js +9 -9
- package/components/List/List.js +3 -3
- package/components/List/components/ListEmptyState.js +1 -1
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +10 -10
- package/components/List/components/ListItemControls.js +7 -7
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +8 -8
- package/components/List/components/ListItemSelectable.js +13 -13
- package/components/List/components/ListItemTable.js +8 -8
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +4 -4
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +5 -5
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +7 -7
- package/components/ListMaster/components/SelectionControls.js +5 -5
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +4 -4
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +13 -13
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +12 -12
- package/components/ModalWindow/ModalWindow.js +17 -17
- package/components/ModalWindow/components/ModalWindowBody.js +4 -4
- package/components/ModalWindow/components/ModalWindowClose.js +5 -5
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MonthYearRange/MonthYearRange.js +14 -14
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +7 -7
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- 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 +4 -4
- 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 +1 -1
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +10 -10
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +1 -1
- package/components/Radio/Radio.js +11 -11
- package/components/Radio/RadioXGroup.js +14 -14
- package/components/Radio/RadioYGroup.js +8 -8
- 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 +5 -5
- package/components/SegmentedControl/SegmentedControlSegment.js +1 -1
- package/components/SelectExtendedField/SelectExtendedField.js +11 -11
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +10 -10
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +11 -11
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +15 -15
- 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 +5 -5
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +28 -28
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +10 -10
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +15 -15
- package/components/Stepper/Stepper.js +9 -9
- package/components/Stepper/StepperExtended.js +1 -1
- 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 +5 -5
- package/components/Table/MasterTable.js +25 -25
- package/components/Table/NoColumns.js +5 -5
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/index.js +7 -7
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +13 -13
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +1 -1
- package/components/Tag/Tag.js +12 -12
- package/components/TagColor/TagColor.js +12 -12
- package/components/TagGroup/TagGroup.js +11 -11
- 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 +16 -16
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +9 -9
- package/components/TopOverlay/TopOverlay.js +38 -38
- 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 +28 -28
- package/components/Typography/CodeText.js +7 -7
- package/components/Typography/Text.js +16 -16
- package/components/Typography/Title.js +21 -21
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +6 -6
- 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 +316 -31
- package/index.js +676 -654
- package/package.json +9 -1
- package/styles/triplex-next.css +556 -541
- package/chunks/AlertProcessSpoiler-BIiexkiG.js +0 -41
- package/chunks/Card.module-C57O8DQ9.js +0 -18
- package/chunks/CheckboxTreeExtended.module-D_Xqk2Z0.js +0 -15
- package/chunks/Chip-D73o-tIk.js +0 -77
- package/chunks/Confirm.module-CUcXlA0E.js +0 -15
- package/chunks/DropdownListItem-PhDNj_sI.js +0 -65
- package/chunks/DropdownMobile.module-DL87iBcj.js +0 -23
- package/chunks/Footer.module-DZzX_hiB.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-BOcwOhH9.js +0 -9
- package/chunks/HeaderTabs.module-D5xnWADy.js +0 -9
- package/chunks/IslandAccordion.module-cWQkjySQ.js +0 -25
- package/chunks/IslandWidgetFooter.module-K-i_a4VV.js +0 -9
- package/chunks/IslandWidgetHeader.module-BU39_xm_.js +0 -13
- package/chunks/LightBoxControls.module-BOBUS8MF.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-BLxHQH7u.js +0 -9
- package/chunks/ListItemTail.module-D7OEUQSH.js +0 -12
- package/chunks/ListMasterFooter.module-B2oYxI3b.js +0 -10
- package/chunks/ModalWindow.module-B7YcXJ55.js +0 -17
- package/chunks/Notification.module-OkzyDWlc.js +0 -20
- package/chunks/Overlay.module-CBlckNkR.js +0 -18
- package/chunks/Page.module-BkDd7q7x.js +0 -11
- package/chunks/SMSField.module-BBRpa0-4.js +0 -16
- package/chunks/SliderExtendedMarks.module-DOunMVrv.js +0 -15
- package/chunks/StatusTracker.module-B6VeAoHW.js +0 -24
- package/chunks/TableFooter.module-Exx3Pc8E.js +0 -14
- package/chunks/TabsExtended.module-D8onFEnM.js +0 -16
- package/chunks/TabsLine.module-BvYF3ue-.js +0 -21
- package/chunks/TooltipDesktop.module-DD0ESKwE.js +0 -19
- package/chunks/TreeView.module-ClEsZNDe.js +0 -9
- package/chunks/utils-2vVjLvvg.js +0 -24
- package/chunks/utils-Bk10DX0W.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-1-
|
|
2
|
-
--triplex-next-ColorBrand-10-1-
|
|
3
|
-
--triplex-next-ColorBrand-20-1-
|
|
4
|
-
--triplex-next-ColorBrand-30-1-
|
|
5
|
-
--triplex-next-ColorBrand-40-1-
|
|
6
|
-
--triplex-next-ColorBrand-50-1-
|
|
7
|
-
--triplex-next-ColorBrand-60-1-
|
|
8
|
-
--triplex-next-ColorBrand-70-1-
|
|
9
|
-
--triplex-next-ColorBrand-80-1-
|
|
10
|
-
--triplex-next-ColorBrand-90-1-
|
|
11
|
-
--triplex-next-ColorBrand-95-1-
|
|
12
|
-
--triplex-next-ColorBrand-100-1-
|
|
13
|
-
--triplex-next-ColorDarkNeutralAlpha-0-1-
|
|
14
|
-
--triplex-next-ColorDarkNeutralAlpha-10-1-
|
|
15
|
-
--triplex-next-ColorDarkNeutralAlpha-20-1-
|
|
16
|
-
--triplex-next-ColorDarkNeutralAlpha-30-1-
|
|
17
|
-
--triplex-next-ColorDarkNeutralAlpha-40-1-
|
|
18
|
-
--triplex-next-ColorDarkNeutralAlpha-50-1-
|
|
19
|
-
--triplex-next-ColorDarkNeutralAlpha-60-1-
|
|
20
|
-
--triplex-next-ColorDarkNeutralAlpha-70-1-
|
|
21
|
-
--triplex-next-ColorDarkNeutralAlpha-80-1-
|
|
22
|
-
--triplex-next-ColorDarkNeutralAlpha-90-1-
|
|
23
|
-
--triplex-next-ColorDarkNeutralAlpha-100-1-
|
|
24
|
-
--triplex-next-ColorDarkNeutral-0-1-
|
|
25
|
-
--triplex-next-ColorDarkNeutral-10-1-
|
|
26
|
-
--triplex-next-ColorDarkNeutral-20-1-
|
|
27
|
-
--triplex-next-ColorDarkNeutral-30-1-
|
|
28
|
-
--triplex-next-ColorDarkNeutral-40-1-
|
|
29
|
-
--triplex-next-ColorDarkNeutral-50-1-
|
|
30
|
-
--triplex-next-ColorDarkNeutral-60-1-
|
|
31
|
-
--triplex-next-ColorDarkNeutral-70-1-
|
|
32
|
-
--triplex-next-ColorDarkNeutral-80-1-
|
|
33
|
-
--triplex-next-ColorDarkNeutral-90-1-
|
|
34
|
-
--triplex-next-ColorDarkNeutral-100-1-
|
|
35
|
-
--triplex-next-ColorError-0-1-
|
|
36
|
-
--triplex-next-ColorError-10-1-
|
|
37
|
-
--triplex-next-ColorError-20-1-
|
|
38
|
-
--triplex-next-ColorError-30-1-
|
|
39
|
-
--triplex-next-ColorError-40-1-
|
|
40
|
-
--triplex-next-ColorError-50-1-
|
|
41
|
-
--triplex-next-ColorError-60-1-
|
|
42
|
-
--triplex-next-ColorError-70-1-
|
|
43
|
-
--triplex-next-ColorError-80-1-
|
|
44
|
-
--triplex-next-ColorError-90-1-
|
|
45
|
-
--triplex-next-ColorError-100-1-
|
|
46
|
-
--triplex-next-ColorInfo-0-1-
|
|
47
|
-
--triplex-next-ColorInfo-10-1-
|
|
48
|
-
--triplex-next-ColorInfo-20-1-
|
|
49
|
-
--triplex-next-ColorInfo-30-1-
|
|
50
|
-
--triplex-next-ColorInfo-40-1-
|
|
51
|
-
--triplex-next-ColorInfo-50-1-
|
|
52
|
-
--triplex-next-ColorInfo-60-1-
|
|
53
|
-
--triplex-next-ColorInfo-70-1-
|
|
54
|
-
--triplex-next-ColorInfo-80-1-
|
|
55
|
-
--triplex-next-ColorInfo-90-1-
|
|
56
|
-
--triplex-next-ColorInfo-100-1-
|
|
57
|
-
--triplex-next-ColorNeutralAlpha-0-1-
|
|
58
|
-
--triplex-next-ColorNeutralAlpha-10-1-
|
|
59
|
-
--triplex-next-ColorNeutralAlpha-20-1-
|
|
60
|
-
--triplex-next-ColorNeutralAlpha-30-1-
|
|
61
|
-
--triplex-next-ColorNeutralAlpha-40-1-
|
|
62
|
-
--triplex-next-ColorNeutralAlpha-50-1-
|
|
63
|
-
--triplex-next-ColorNeutralAlpha-60-1-
|
|
64
|
-
--triplex-next-ColorNeutralAlpha-70-1-
|
|
65
|
-
--triplex-next-ColorNeutralAlpha-80-1-
|
|
66
|
-
--triplex-next-ColorNeutralAlpha-90-1-
|
|
67
|
-
--triplex-next-ColorNeutralAlpha-100-1-
|
|
68
|
-
--triplex-next-ColorNeutral-0-1-
|
|
69
|
-
--triplex-next-ColorNeutral-10-1-
|
|
70
|
-
--triplex-next-ColorNeutral-20-1-
|
|
71
|
-
--triplex-next-ColorNeutral-30-1-
|
|
72
|
-
--triplex-next-ColorNeutral-40-1-
|
|
73
|
-
--triplex-next-ColorNeutral-50-1-
|
|
74
|
-
--triplex-next-ColorNeutral-60-1-
|
|
75
|
-
--triplex-next-ColorNeutral-70-1-
|
|
76
|
-
--triplex-next-ColorNeutral-80-1-
|
|
77
|
-
--triplex-next-ColorNeutral-90-1-
|
|
78
|
-
--triplex-next-ColorNeutral-100-1-
|
|
79
|
-
--triplex-next-ColorSuccess-0-1-
|
|
80
|
-
--triplex-next-ColorSuccess-10-1-
|
|
81
|
-
--triplex-next-ColorSuccess-20-1-
|
|
82
|
-
--triplex-next-ColorSuccess-30-1-
|
|
83
|
-
--triplex-next-ColorSuccess-40-1-
|
|
84
|
-
--triplex-next-ColorSuccess-50-1-
|
|
85
|
-
--triplex-next-ColorSuccess-60-1-
|
|
86
|
-
--triplex-next-ColorSuccess-70-1-
|
|
87
|
-
--triplex-next-ColorSuccess-80-1-
|
|
88
|
-
--triplex-next-ColorSuccess-90-1-
|
|
89
|
-
--triplex-next-ColorSuccess-100-1-
|
|
90
|
-
--triplex-next-ColorSystem-0-1-
|
|
91
|
-
--triplex-next-ColorSystem-10-1-
|
|
92
|
-
--triplex-next-ColorSystem-20-1-
|
|
93
|
-
--triplex-next-ColorSystem-30-1-
|
|
94
|
-
--triplex-next-ColorSystem-40-1-
|
|
95
|
-
--triplex-next-ColorSystem-50-1-
|
|
96
|
-
--triplex-next-ColorSystem-60-1-
|
|
97
|
-
--triplex-next-ColorSystem-70-1-
|
|
98
|
-
--triplex-next-ColorSystem-80-1-
|
|
99
|
-
--triplex-next-ColorSystem-90-1-
|
|
100
|
-
--triplex-next-ColorSystem-95-1-
|
|
101
|
-
--triplex-next-ColorSystem-100-1-
|
|
102
|
-
--triplex-next-ColorWarning-0-1-
|
|
103
|
-
--triplex-next-ColorWarning-10-1-
|
|
104
|
-
--triplex-next-ColorWarning-20-1-
|
|
105
|
-
--triplex-next-ColorWarning-30-1-
|
|
106
|
-
--triplex-next-ColorWarning-40-1-
|
|
107
|
-
--triplex-next-ColorWarning-50-1-
|
|
108
|
-
--triplex-next-ColorWarning-60-1-
|
|
109
|
-
--triplex-next-ColorWarning-70-1-
|
|
110
|
-
--triplex-next-ColorWarning-80-1-
|
|
111
|
-
--triplex-next-ColorWarning-90-1-
|
|
112
|
-
--triplex-next-ColorWarning-100-1-
|
|
113
|
-
--triplex-next-AlertContext-Error_Color-1-
|
|
114
|
-
--triplex-next-AlertContext-Info_Color-1-
|
|
115
|
-
--triplex-next-AlertContext-System_Color-1-
|
|
116
|
-
--triplex-next-AlertContext-Warning_Color-1-
|
|
117
|
-
--triplex-next-AlertProcess-Info_Background-1-
|
|
118
|
-
--triplex-next-AlertProcess-Warning_Background-1-
|
|
119
|
-
--triplex-next-AlertProcess-Error_Background-1-
|
|
120
|
-
--triplex-next-AlertProcess-System_Background-1-
|
|
121
|
-
--triplex-next-AlertProcess-Feature_Background-1-
|
|
122
|
-
--triplex-next-Avatar-Background-1-
|
|
123
|
-
--triplex-next-Badge-Background-1-
|
|
124
|
-
--triplex-next-Button-General_Background_Active-1-
|
|
125
|
-
--triplex-next-Button-General_Background_Default-1-
|
|
126
|
-
--triplex-next-Button-General_Background_Disabled-1-
|
|
127
|
-
--triplex-next-Button-General_Background_Hover-1-
|
|
128
|
-
--triplex-next-Button-General_Color_Active-1-
|
|
129
|
-
--triplex-next-Button-General_Color_Default-1-
|
|
130
|
-
--triplex-next-Button-General_Color_Disabled-1-
|
|
131
|
-
--triplex-next-Button-General_Color_Hover-1-
|
|
132
|
-
--triplex-next-Button-General_Shadow_Focus-1-
|
|
133
|
-
--triplex-next-Button-Secondary_Background_Active-1-
|
|
134
|
-
--triplex-next-Button-Secondary_Background_Default-1-
|
|
135
|
-
--triplex-next-Button-Secondary_Background_Disabled-1-
|
|
136
|
-
--triplex-next-Button-Secondary_Background_Hover-1-
|
|
137
|
-
--triplex-next-Button-Secondary_Color_Active-1-
|
|
138
|
-
--triplex-next-Button-Secondary_Color_Default-1-
|
|
139
|
-
--triplex-next-Button-Secondary_Color_Disabled-1-
|
|
140
|
-
--triplex-next-Button-Secondary_Color_Hover-1-
|
|
141
|
-
--triplex-next-Button-Secondary_Shadow_Focus-1-
|
|
142
|
-
--triplex-next-Button-SecondaryLight_Background_Active-1-
|
|
143
|
-
--triplex-next-Button-SecondaryLight_Background_Default-1-
|
|
144
|
-
--triplex-next-Button-SecondaryLight_Background_Disabled-1-
|
|
145
|
-
--triplex-next-Button-SecondaryLight_Background_Hover-1-
|
|
146
|
-
--triplex-next-Button-SecondaryLight_Color_Active-1-
|
|
147
|
-
--triplex-next-Button-SecondaryLight_Color_Default-1-
|
|
148
|
-
--triplex-next-Button-SecondaryLight_Color_Disabled-1-
|
|
149
|
-
--triplex-next-Button-SecondaryLight_Color_Hover-1-
|
|
150
|
-
--triplex-next-Button-SecondaryLight_Shadow_Focus-1-
|
|
151
|
-
--triplex-next-Button-Danger_Background_Active-1-
|
|
152
|
-
--triplex-next-Button-Danger_Background_Default-1-
|
|
153
|
-
--triplex-next-Button-Danger_Background_Disabled-1-
|
|
154
|
-
--triplex-next-Button-Danger_Background_Hover-1-
|
|
155
|
-
--triplex-next-Button-Danger_Color_Active-1-
|
|
156
|
-
--triplex-next-Button-Danger_Color_Default-1-
|
|
157
|
-
--triplex-next-Button-Danger_Color_Disabled-1-
|
|
158
|
-
--triplex-next-Button-Danger_Color_Hover-1-
|
|
159
|
-
--triplex-next-Button-Danger_Shadow_Focus-1-
|
|
160
|
-
--triplex-next-Button-Icon_Shadow_Focus-1-
|
|
161
|
-
--triplex-next-Button-Link_Color_Active-1-
|
|
162
|
-
--triplex-next-Button-Link_Color_Default-1-
|
|
163
|
-
--triplex-next-Button-Link_Color_Disabled-1-
|
|
164
|
-
--triplex-next-Button-Link_Color_Hover-1-
|
|
165
|
-
--triplex-next-Button-Link_Shadow_Focus-1-
|
|
166
|
-
--triplex-next-Calendar-Background-1-
|
|
167
|
-
--triplex-next-Calendar-View_Header_Color-1-
|
|
168
|
-
--triplex-next-Calendar-View_Item_Background_Default-1-
|
|
169
|
-
--triplex-next-Calendar-View_Item_Background_Hover-1-
|
|
170
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Default-1-
|
|
171
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-
|
|
172
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-
|
|
173
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-
|
|
174
|
-
--triplex-next-Calendar-View_Item_BorderColor_Default-1-
|
|
175
|
-
--triplex-next-Calendar-View_Item_BorderColor_Focus-1-
|
|
176
|
-
--triplex-next-Calendar-View_Item_Color_Default-1-
|
|
177
|
-
--triplex-next-Calendar-View_Item_Color_Hover-1-
|
|
178
|
-
--triplex-next-Calendar-View_Item_Color_Disabled-1-
|
|
179
|
-
--triplex-next-Calendar-View_Item_Color_Muted-1-
|
|
180
|
-
--triplex-next-Calendar-View_Item_Color_Selected-1-
|
|
181
|
-
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-
|
|
182
|
-
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-
|
|
183
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-
|
|
184
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-
|
|
185
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-
|
|
186
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-
|
|
187
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-
|
|
188
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-
|
|
189
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-
|
|
190
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-
|
|
191
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-
|
|
192
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-
|
|
193
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-
|
|
194
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-
|
|
195
|
-
--triplex-next-Card-Static_General_Background-1-
|
|
196
|
-
--triplex-next-Card-Static_Secondary_Background-1-
|
|
197
|
-
--triplex-next-Card-Action_General_Background-1-
|
|
198
|
-
--triplex-next-Card-Action_General_Background_Hover-1-
|
|
199
|
-
--triplex-next-Card-Action_General_Background_Selected-1-
|
|
200
|
-
--triplex-next-Card-Action_General_Background_Selected_Hover-1-
|
|
201
|
-
--triplex-next-Card-Action_Secondary_Background-1-
|
|
202
|
-
--triplex-next-Card-Action_Secondary_Background_Hover-1-
|
|
203
|
-
--triplex-next-Card-Action_Secondary_Background_Selected-1-
|
|
204
|
-
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-
|
|
205
|
-
--triplex-next-Card-Shadow_Default-1-
|
|
206
|
-
--triplex-next-Card-Shadow_Focus-1-
|
|
207
|
-
--triplex-next-Card-Shadow_Hover-1-
|
|
208
|
-
--triplex-next-Card-Shadow_Selected-1-
|
|
209
|
-
--triplex-next-Card-Shadow_Selected_Hover-1-
|
|
210
|
-
--triplex-next-Checkbox-Background_Checked_Default-1-
|
|
211
|
-
--triplex-next-Checkbox-Background_Checked_Disabled-1-
|
|
212
|
-
--triplex-next-Checkbox-Background_Checked_Hover-1-
|
|
213
|
-
--triplex-next-Checkbox-Background_Default-1-
|
|
214
|
-
--triplex-next-Checkbox-Background_Disabled-1-
|
|
215
|
-
--triplex-next-Checkbox-Background_Hover-1-
|
|
216
|
-
--triplex-next-Checkbox-BorderColor_Default-1-
|
|
217
|
-
--triplex-next-Checkbox-BorderColor_Disabled-1-
|
|
218
|
-
--triplex-next-Checkbox-BorderColor_Focus-1-
|
|
219
|
-
--triplex-next-Checkbox-BorderColor_Hover-1-
|
|
220
|
-
--triplex-next-Checkbox-BorderColor_Checked_Default-1-
|
|
221
|
-
--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-
|
|
222
|
-
--triplex-next-Checkbox-Checkmark_Fill_Default-1-
|
|
223
|
-
--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-
|
|
224
|
-
--triplex-next-Chip-Background_Active-1-
|
|
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__1ac2d269{text-decoration:underline}.strikethrough__e46e5847{text-decoration:line-through}.underlineStrikethrough__5fcdc4f1{text-decoration:underline line-through}.typography__69ff2f76.primary__465f2ad1{color:var(--triplex-next-Typography-Primary_Color-1-30-0)}.typography__69ff2f76.primaryInvert__dd23e598{color:var(--triplex-next-Typography-PrimaryInvert_Color-1-30-0)}.typography__69ff2f76.complementary__ac6f8bf5{color:var(--triplex-next-Typography-Complementary_Color-1-30-0)}.typography__69ff2f76.complementaryInvert__bfaaef9e{color:var(--triplex-next-Typography-ComplementaryInvert_Color-1-30-0)}.typography__69ff2f76.secondary__30d1740b{color:var(--triplex-next-Typography-Secondary_Color-1-30-0)}.typography__69ff2f76.secondaryInvert__c07af665{color:var(--triplex-next-Typography-SecondaryInvert_Color-1-30-0)}.typography__69ff2f76.tertiary__a57b4c52{color:var(--triplex-next-Typography-Tertiary_Color-1-30-0)}.typography__69ff2f76.tertiaryInvert__98f07657{color:var(--triplex-next-Typography-TertiaryInvert_Color-1-30-0)}.typography__69ff2f76.disabled__886d53c2{color:var(--triplex-next-Typography-Disabled_Color-1-30-0)}.typography__69ff2f76.disabledInvert__9e7185bd{color:var(--triplex-next-Typography-DisabledInvert_Color-1-30-0)}.typography__69ff2f76.brand__5388403c{color:var(--triplex-next-Typography-Brand_Color-1-30-0);-webkit-user-select:none;user-select:none}.typography__69ff2f76.brandInvert__2701d4ba{color:var(--triplex-next-Typography-BrandInvert_Color-1-30-0)}.typography__69ff2f76.info__9ee6495e{color:var(--triplex-next-Typography-Info_Color-1-30-0)}.typography__69ff2f76.infoInvert__a87274d7{color:var(--triplex-next-Typography-InfoInvert_Color-1-30-0)}.typography__69ff2f76.success__f5289b49{color:var(--triplex-next-Typography-Success_Color-1-30-0)}.typography__69ff2f76.successInvert__d2d19b1d{color:var(--triplex-next-Typography-SuccessInvert_Color-1-30-0)}.typography__69ff2f76.error__2432b519{color:var(--triplex-next-Typography-Error_Color-1-30-0)}.typography__69ff2f76.errorInvert__92afeef7{color:var(--triplex-next-Typography-ErrorInvert_Color-1-30-0)}.typography__69ff2f76.warning__7e3a4549{color:var(--triplex-next-Typography-Warning_Color-1-30-0)}.typography__69ff2f76.warningInvert__7c27c265{color:var(--triplex-next-Typography-WarningInvert_Color-1-30-0)}.typography__69ff2f76.system__4b9fa292{color:var(--triplex-next-Typography-System_Color-1-30-0)}.typography__69ff2f76.systemInvert__3bb1f342{color:var(--triplex-next-Typography-SystemInvert_Color-1-30-0)}.typography__69ff2f76.compact__86258e0a{line-height:calc(16 / 14)}.caption__6fc23244.regular__8116a70a{font-family:SBSansText,Arial,sans-serif}.caption__6fc23244.semibold__60b40546{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.c1__c6a09934{font-size:10px;line-height:12px}.c2__25ef4bc1{font-size:8px;line-height:10px}.d1__0bea2a36{font-size:32px;line-height:40px}.d1__0bea2a36.regular__8116a70a{font-family:SBSansDisplay,Arial,sans-serif}.d1__0bea2a36.semibold__60b40546{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.codeText__223a2a4c{font-family:SBSansTextMono,Arial,monospace;font-size:14px;line-height:20px;font-weight:400}.text__02a9f71e{outline:none}.text__02a9f71e.regular__8116a70a{font-family:SBSansText,Arial,sans-serif}.text__02a9f71e.semibold__60b40546{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.b1__11d9f1c2{font-size:18px;line-height:24px}.b2__c9a940d1{font-size:16px;line-height:20px}.b3__f197893c{font-size:14px;line-height:20px}.b3__f197893c.compact__86258e0a{line-height:16px}.b4__034f3f21{font-size:12px;line-height:16px}.title__7d0e05fb{outline:none}.title__7d0e05fb.regular__8116a70a{font-family:SBSansDisplay,Arial,sans-serif;font-weight:400}.title__7d0e05fb.semibold__60b40546{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.title__7d0e05fb.medium__1a3d3b9f{font-family:SBSansDisplayMedium,Arial,sans-serif;font-weight:500}.title__7d0e05fb.bold__a1b7cf53{font-family:SBSansDisplayBold,Arial,sans-serif;font-weight:700}.h1__49126962,.h2__72f429de,.h3__6427bf0c{margin:0}.h1__49126962{font-size:28px;line-height:36px}.h2__72f429de{font-size:24px;line-height:32px}.h3__6427bf0c{font-size:20px;line-height:28px}.formFieldInput__86f28b8c{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-1-30-0)}.formFieldInput__86f28b8c.sm__f1c7d6be{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__86f28b8c.md__14d41478{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__86f28b8c.lg__19569db4{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldInput__86f28b8c:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-30-0)}.formFieldInput__86f28b8c::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-30-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__86f28b8c:focus{outline:none}.formFieldInput__86f28b8c:focus::placeholder{opacity:1}.formFieldInput__86f28b8c:-webkit-autofill{animation-name:autofill-applied-hook__5d1021f3;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__86f28b8c:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__d3227c0c;animation-duration:1ms}.disableInteraction__7688bf97{pointer-events:none}.displayContents__07352b90{display:contents}.buttonIcon__3715625d{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__3715625d:enabled{cursor:pointer}.buttonIcon__3715625d.circle__8a02a808{border-radius:50%}.buttonIcon__3715625d.squircle__d8104184{border-radius:4px}.buttonIcon__3715625d:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-30-0)}.formFieldClear__eb7cc032{visibility:hidden;opacity:0;transition:visibility,opacity;transition-duration:.3s;pointer-events:none}.formFieldClear__eb7cc032:focus{visibility:visible;opacity:1;pointer-events:auto}.formFieldCounter__ce098fdd{padding-left:4px;margin-left:auto}.formFieldDescription__9c40c2dc{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__9c40c2dc.withCounter__6bbee554{display:flex}.formFieldLabel__d08ff3d7{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__d08ff3d7.sm__f1c7d6be{top:6px}.formFieldLabel__d08ff3d7.md__14d41478{top:10px}.formFieldLabel__d08ff3d7.lg__19569db4{top:18px}.formFieldLabel__d08ff3d7.lg__19569db4.floating__c97e21a3{top:10px}.formFieldLabelText__d48fa2ba{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-30-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__f1c7d6be .formFieldLabelText__d48fa2ba{font-size:12px;line-height:16px}.md__14d41478 .formFieldLabelText__d48fa2ba{font-size:14px;line-height:20px}.lg__19569db4 .formFieldLabelText__d48fa2ba{font-size:16px;line-height:20px}.floating__c97e21a3 .formFieldLabelText__d48fa2ba{font-size:12px;line-height:16px}.floating__c97e21a3.sm__f1c7d6be .formFieldLabelText__d48fa2ba,.floating__c97e21a3.md__14d41478 .formFieldLabelText__d48fa2ba{display:none}.disabled__2b9933f4 .formFieldLabelText__d48fa2ba{color:var(--triplex-next-FormField-Label_Color_Disabled-1-30-0)}.formFieldMaskedInputWrapper__9c30a36c{position:relative}.formFieldMaskedInputWrapper__9c30a36c .formFieldMaskedInputPlaceholder__d41e6676{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__9c30a36c .formFieldMaskedInputPlaceholder__d41e6676::placeholder{opacity:1}.formFieldMaskedInputWrapper__9c30a36c .formFieldMaskedInputPlaceholder__d41e6676:disabled{visibility:hidden}.formFieldMaskedInputWrapper__9c30a36c.size-sm__03497711{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__9c30a36c.size-sm__03497711 .formFieldMaskedInputPlaceholder__d41e6676{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__9c30a36c.size-md__23c22f61{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__9c30a36c.size-md__23c22f61 .formFieldMaskedInputPlaceholder__d41e6676{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__9c30a36c.size-lg__a7afa17c{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__9c30a36c.size-lg__a7afa17c .formFieldMaskedInputPlaceholder__d41e6676{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__9c30a36c .formFieldMaskedInput__32e005ad{display:block;position:relative;background:none!important}.formFieldPostfix__0ec5b110{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__edb4ee52{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldTarget__ab67d4c8{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-30-0);overflow:hidden;white-space:nowrap}.formFieldTarget__ab67d4c8.sm__f1c7d6be{font-size:12px;height:28px;line-height:16px}.formFieldTarget__ab67d4c8.md__14d41478{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__ab67d4c8.lg__19569db4{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__ab67d4c8.placeholder__752534cd{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-30-0)}.formFieldTarget__ab67d4c8.disabled__2b9933f4{color:var(--triplex-next-FormField-Target_Color_Disabled-1-30-0)}.formFieldTarget__ab67d4c8 .placeholderWrapper__4de99277{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__ab67d4c8:focus{outline:none}.formFieldTarget__ab67d4c8:focus .placeholderWrapper__4de99277,.formFieldTarget__ab67d4c8.active__da079565 .placeholderWrapper__4de99277{opacity:1}.formFieldTextarea__0ef11e20{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-30-0);vertical-align:top;font-family:inherit}.formFieldTextarea__0ef11e20.sm__f1c7d6be{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__0ef11e20.md__14d41478{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__0ef11e20.lg__19569db4{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__0ef11e20::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-30-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__0ef11e20:focus{outline:none}.formFieldTextarea__0ef11e20:focus::placeholder{opacity:1}.formFieldTextarea__0ef11e20:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-30-0)}.formFieldTextarea__0ef11e20:-webkit-autofill{animation-name:autofill-applied-hook__5d1021f3;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldTextarea__0ef11e20:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__d3227c0c;animation-duration:1ms}@keyframes autofill-applied-hook__5d1021f3{0%{transform:none}}@keyframes autofill-cancelled-hook__d3227c0c{0%{transform:none}}.formField__25c8cd50{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__25c8cd50.sm__f1c7d6be{border-radius:6px}.formField__25c8cd50.md__14d41478{border-radius:8px}.formField__25c8cd50.lg__19569db4{border-radius:10px}.formField__25c8cd50.default__4aa64c79{background:var(--triplex-next-FormField-Background_Default-1-30-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-30-0)}.formField__25c8cd50:hover{background:var(--triplex-next-FormField-Background_Hover-1-30-0)}.formField__25c8cd50.active__da079565{background:var(--triplex-next-FormField-Background_Active-1-30-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-30-0)}.formField__25c8cd50.active__da079565 .formFieldInput__86f28b8c::placeholder,.formField__25c8cd50.active__da079565 .formFieldTextarea__0ef11e20::placeholder{opacity:1}.formField__25c8cd50.disabled__2b9933f4{background:var(--triplex-next-FormField-Background_Disabled-1-30-0)}.formField__25c8cd50.error__f343b558{background:var(--triplex-next-FormField-Background_Error-1-30-0)}.formField__25c8cd50.error__f343b558:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-30-0)}.formField__25c8cd50.error__f343b558.active__da079565{background:var(--triplex-next-FormField-Background_Error-1-30-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-30-0)}.formField__25c8cd50.warning__b44cda6b{background:var(--triplex-next-FormField-Background_Warning-1-30-0)}.formField__25c8cd50.warning__b44cda6b:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-30-0)}.formField__25c8cd50.warning__b44cda6b.active__da079565{background:var(--triplex-next-FormField-Background_Warning-1-30-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-30-0)}.formField__25c8cd50.filled__33dc5b11:not(.disabled__2b9933f4):hover .formFieldClear__eb7cc032,.formField__25c8cd50.filled__33dc5b11:not(.disabled__2b9933f4).active__da079565 .formFieldClear__eb7cc032{visibility:visible;opacity:1;pointer-events:auto}.dropdownDesktop__6c845c7b{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-30-0);background-color:var(--triplex-next-Dropdown-Background-1-30-0)}.dropdownDesktop__6c845c7b.sm__5cb3b339{border-radius:6px}.dropdownDesktop__6c845c7b.md__e55b9ac4{border-radius:8px}.dropdownDesktop__6c845c7b.lg__e178c831{border-radius:10px}.dropdownDesktopOverflowHidden__9a41c10d{overflow:hidden}.badgeDot__8cfadf59{display:inline-block;background:var(--triplex-next-Badge-Background-1-30-0);border-radius:50%}.badgeDot__8cfadf59.sm__5ced96e3{width:6px;height:6px}.badgeDot__8cfadf59.md__a2383748{width:8px;height:8px}.badgeDot__8cfadf59.lg__b299bd81{width:10px;height:10px}.badgeContent__b9d146c9{display:flex}.badgeContent__b9d146c9.sm__5ced96e3{padding-left:4px;padding-right:4px}.badgeContent__b9d146c9.md__a2383748{padding-left:6px;padding-right:6px}.badgeContent__b9d146c9.lg__b299bd81{padding-left:8px;padding-right:8px}.badgeContent__b9d146c9.noPaddingLeft__4800877b{padding-left:0}.badgeContent__b9d146c9.noPaddingRight__0c7624a1{padding-right:0}.badgePrefix__a8308f50,.badgePostfix__aadbf812{display:contents}.badge__5940aae0{display:inline-flex;align-items:center;justify-content:center;position:relative;width:fit-content;white-space:nowrap;background:var(--triplex-next-Badge-Background-1-30-0)}.badge__5940aae0.sm__5ced96e3{height:16px;border-radius:4px}.badge__5940aae0.md__a2383748{height:20px;border-radius:6px}.badge__5940aae0.lg__b299bd81{height:24px;border-radius:8px}.dropdownDesktopList__83039bbe{margin:4px;overflow:auto}.dropdownDesktopList__83039bbe .notificationIcon__7dad7798{position:absolute}.dropdownDesktopList__83039bbe.sm__5cb3b339{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__83039bbe.sm__5cb3b339 .dropdownDesktopListItem__1cd06963{padding:6px 8px;border-radius:6px}.dropdownDesktopList__83039bbe.sm__5cb3b339 .dropdownDesktopListLoader__f8daef06{margin:0 auto}.dropdownDesktopList__83039bbe.sm__5cb3b339 .notificationIcon__7dad7798{right:3px;top:3px}.dropdownDesktopList__83039bbe.md__e55b9ac4{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__83039bbe.md__e55b9ac4 .dropdownDesktopListItem__1cd06963{padding:7px 8px;border-radius:8px}.dropdownDesktopList__83039bbe.md__e55b9ac4 .dropdownDesktopListLoader__f8daef06{margin:-2px auto}.dropdownDesktopList__83039bbe.md__e55b9ac4 .notificationIcon__7dad7798{right:4px;top:4px}.dropdownDesktopList__83039bbe.lg__e178c831{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__83039bbe.lg__e178c831 .dropdownDesktopListItem__1cd06963{padding:14px 8px;border-radius:10px}.dropdownDesktopList__83039bbe.lg__e178c831 .dropdownDesktopListLoader__f8daef06{margin:-6px auto}.dropdownDesktopList__83039bbe.lg__e178c831 .notificationIcon__7dad7798{right:4px;top:6px}.dropdownDesktopListItem__1cd06963{color:var(--triplex-next-DropdownList-Color-1-30-0);background:var(--triplex-next-DropdownList-Background_Default-1-30-0);position:relative;outline:none}.dropdownDesktopListItem__1cd06963+.dropdownDesktopListItem__1cd06963{margin-top:2px}.dropdownDesktopListItem__1cd06963.active__93d371ab{background:var(--triplex-next-DropdownList-Background_Active-1-30-0);cursor:pointer}.dropdownDesktopListItem__1cd06963.selected__42d6ed6c{background:var(--triplex-next-DropdownList-Background_Selected-1-30-0);cursor:default}.loaderSmall__b2519711{display:flex;justify-content:center;align-items:center}.loaderSmall__b2519711.sm__1778c026{width:16px;height:16px;gap:2px}.loaderSmall__b2519711.sm__1778c026 .dot__74d5aeac{width:4px;height:4px}.loaderSmall__b2519711.md__325aef87{width:24px;height:24px;gap:3px}.loaderSmall__b2519711.md__325aef87 .dot__74d5aeac{width:6px;height:6px}.loaderSmall__b2519711.lg__bd11e98c{width:32px;height:32px;gap:4px}.loaderSmall__b2519711.lg__bd11e98c .dot__74d5aeac{width:8px;height:8px}.loaderSmall__b2519711.neutral__c2f59f8f .dot__74d5aeac{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-30-0)}.loaderSmall__b2519711.brand__01be95a0 .dot__74d5aeac{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-30-0)}.loaderSmall__b2519711 .dot__74d5aeac{border-radius:50%}.loaderSmall__b2519711 .dot1__9444b268{animation:dotCycleSmall__31076c28 .9s infinite}.loaderSmall__b2519711 .dot2__63d39718{animation:dotCycleSmall__31076c28 .9s infinite .15s}.loaderSmall__b2519711 .dot3__58c32e12{animation:dotCycleSmall__31076c28 .9s infinite .3s}@keyframes dotCycleSmall__31076c28{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__ec0128fa{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-30-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__4187b898{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__4187b898 .dot__74d5aeac{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-30-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__4187b898 .dot1__9444b268{top:0;left:0;animation:dotCycleMiddle__02c2823c 3s infinite}.loaderMiddleDots__4187b898 .dot2__63d39718{right:0;top:0;opacity:.7;animation:dotCycleMiddle__02c2823c 3s infinite .74s}.loaderMiddleDots__4187b898 .dot3__58c32e12{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__02c2823c 3s infinite 1.5s}.loaderMiddleDots__4187b898 .dot4__a1c9d951{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__02c2823c 3s infinite 2.25s}.loaderMiddleDots__4187b898 .line__a5959578{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-30-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__41b65c9c 3s infinite}@keyframes lineCycle__41b65c9c{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__02c2823c{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__88ac4c91{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__6e43ad56{background:var(--triplex-next-DropdownMobile-Backdrop-1-30-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__6e43ad56.closing__abaab26b{opacity:0}.dropdownMobileBackdrop__6e43ad56.opening__0ed6937c,.dropdownMobileBackdrop__6e43ad56.opened__77ebb548{opacity:var(--triplex-DropdownMobile-Opacity-1-30-0)}.dropdownMobile__f2ba0e30{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__f2ba0e30.closing__abaab26b{transform:translateY(100%)}.dropdownMobile__f2ba0e30.opening__0ed6937c,.dropdownMobile__f2ba0e30.opened__77ebb548{transform:translateY(0)}.dropdownMobileHeader__0b7feb27{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-30-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__0b7feb27 .dropdownMobileHeaderContent__2a96318d{display:flex;flex-grow:1;min-width:0;margin-right:12px;min-height:20px}.dropdownMobileContent__525dbf4b{background:var(--triplex-next-DropdownMobile-Content_Background-1-30-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__008e9aa2{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-30-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-30-0);flex-shrink:1}.dropdownMobileListItem__b91f1c0f{position:relative;padding:16px}.dropdownMobileListItem__b91f1c0f.selected__42d6ed6c{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-30-0)}.dropdownMobileListItem__b91f1c0f:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-30-0)}.dropdownMobileBodyOverflow__3720b3cd{overflow:hidden}.controlButtons__70987b8f{display:flex}.dropdownMobileLoader__03ede1e4{margin-right:8px}.dropdownMobileListLoader__8ee6b814{display:flex;justify-content:center;align-items:center;padding:16px}.notificationIcon__7dad7798{position:absolute;right:6px;top:6px}.dropdownMobileInput__cd7f6f7d{width:100%;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input_Color_Default-1-30-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__cd7f6f7d::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-30-0);opacity:1}.dropdownMobileInput__cd7f6f7d::-ms-clear{display:none}.tabsLineWrapper__d19fe411[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__d19fe411[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__d19fe411[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__d19fe411[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__d19fe411{position:relative}.tabsLineWrapper__d19fe411.withSeparator__93f99553:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-30-0);bottom:0;left:0;right:0}.tabsLine__1a2ad8dd{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__1a2ad8dd:has(.sm__47eb12cf){height:28px}.tabsLine__1a2ad8dd:has(.md__7cc2106e){height:40px}.tabsLine__1a2ad8dd:has(.lg__b4709cdd){height:56px}.tab__6e6db15e{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__6e6db15e.sm__47eb12cf{height:28px;padding-bottom:12px}.tab__6e6db15e.md__7cc2106e{height:40px;padding-top:8px;padding-bottom:12px}.tab__6e6db15e.lg__b4709cdd{height:56px;padding-top:16px;padding-bottom:20px}.tab__6e6db15e::-moz-focus-inner{border:none;padding:0}.tab__6e6db15e:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-30-0)}.tab__6e6db15e.active__c964aebd{cursor:default}.tab__6e6db15e: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__6e6db15e:hover:after,.tab__6e6db15e:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-30-0)}.tab__6e6db15e.active__c964aebd:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-30-0)}.notificationIcon__99a87438{position:absolute;right:6px}.sm__47eb12cf .notificationIcon__99a87438{top:0}.md__7cc2106e .notificationIcon__99a87438{top:8px}.lg__b4709cdd .notificationIcon__99a87438{top:16px}.tabsLineDropdown__db8839b2{display:inline-block}.tabsLineDropdown__db8839b2 .dropdownTarget__53db5e6c.active__c964aebd{cursor:pointer}.tabsLineDropdown__db8839b2 .dropdownTargetInner__3d38c82c{display:inline-flex;align-items:center}.tabsLineDropdown__db8839b2 .dropdownTargetCaret__fa4f81f4{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__db8839b2 .dropdownTargetCaret__fa4f81f4.opened__bc2eed80{transform:rotate(-180deg)}.tabsLineDropdown__db8839b2 .dropdown__ee61dbeb{right:0;padding:4px}.tabsLineMobileWrapper__5c69f2d3{position:relative}.tabsLineMobileWrapper__5c69f2d3 .tab__6e6db15e{flex-shrink:0}.tabsLineMobileWrapper__5c69f2d3 .tab__6e6db15e:first-child{margin-left:16px}.tabsLineMobileWrapper__5c69f2d3 .tab__6e6db15e:last-child{margin-right:16px}.tabsLineMobile__e3d36d32{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__e3d36d32::-webkit-scrollbar{display:none}.label__415f85a3{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__415f85a3.sm__765375b6{min-width:16px;min-height:16px}.label__415f85a3.sm__765375b6.nonempty__1655c249{padding:2px 0 2px 24px}.label__415f85a3.md__9e4a9b81{min-height:24px;min-width:24px}.label__415f85a3.md__9e4a9b81.nonempty__1655c249{padding-left:32px;padding-top:2px}.label__415f85a3.lg__e58e9afc{min-width:28px;min-height:28px}.label__415f85a3.lg__e58e9afc.nonempty__1655c249{padding-left:40px;padding-top:4px}.label__415f85a3.disabled__1a88db8c{cursor:default}.radio__32f64de5{margin:0;opacity:0}.radioIcon__5ff7726c{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-30-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-30-0)}.radioIcon__5ff7726c:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-30-0);border-radius:50%;transform:scale(0)}.sm__765375b6 .radioIcon__5ff7726c:after{width:8px;height:8px;top:4px;left:4px}.md__9e4a9b81 .radioIcon__5ff7726c:after{width:12px;height:12px;top:6px;left:6px}.lg__e58e9afc .radioIcon__5ff7726c:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__5ff7726c,.radioIcon__5ff7726c:after{pointer-events:none}.radio__32f64de5,.radioIcon__5ff7726c{position:absolute;left:0;top:0}.sm__765375b6 .radio__32f64de5,.sm__765375b6 .radioIcon__5ff7726c{width:16px;height:16px;top:2px}.md__9e4a9b81 .radio__32f64de5,.md__9e4a9b81 .radioIcon__5ff7726c{width:24px;height:24px}.lg__e58e9afc .radio__32f64de5,.lg__e58e9afc .radioIcon__5ff7726c{width:28px;height:28px}.radio__32f64de5:enabled{cursor:pointer}.radio__32f64de5:checked+.radioIcon__5ff7726c{background:var(--triplex-next-Radio-Background_Checked_Default-1-30-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-30-0)}.radio__32f64de5:checked+.radioIcon__5ff7726c:after{transform:scale(1);transition:transform .2s ease-out}.radio__32f64de5:hover+.radioIcon__5ff7726c{background-color:var(--triplex-next-Radio-Background_Hover-1-30-0);box-shadow:none}.radio__32f64de5:disabled+.radioIcon__5ff7726c{background:var(--triplex-next-Radio-Background_Disabled-1-30-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-30-0)}.radio__32f64de5:disabled:checked+.radioIcon__5ff7726c{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-30-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-30-0)}.radio__32f64de5:disabled+.radioIcon__5ff7726c:after{background:var(--triplex-next-Radio-Dot_Disabled-1-30-0)}.radio__32f64de5:focus-visible+.radioIcon__5ff7726c{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-30-0)}.radio__32f64de5:checked:enabled:hover+.radioIcon__5ff7726c{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-30-0)}.radioXGroup__dda96889{display:inline-flex;flex-flow:row wrap}.radioXGroup__dda96889.indent-12__061d88d3{margin-left:-6px;margin-right:-6px}.radioXGroup__dda96889.indent-12__061d88d3 .label__415f85a3{margin-left:6px;margin-right:6px}.radioXGroup__dda96889.indent-16__44d47174{margin-left:-8px;margin-right:-8px}.radioXGroup__dda96889.indent-16__44d47174 .label__415f85a3{margin-left:8px;margin-right:8px}.radioXGroup__dda96889.indent-20__1f1592dc{margin-left:-10px;margin-right:-10px}.radioXGroup__dda96889.indent-20__1f1592dc .label__415f85a3{margin-left:10px;margin-right:10px}.radioXGroup__dda96889.indent-24__2aa7e449{margin-left:-12px;margin-right:-12px}.radioXGroup__dda96889.indent-24__2aa7e449 .label__415f85a3{margin-left:12px;margin-right:12px}.radioXGroup__dda96889.indent-28__e11a9940{margin-left:-14px;margin-right:-14px}.radioXGroup__dda96889.indent-28__e11a9940 .label__415f85a3{margin-left:14px;margin-right:14px}.radioXGroup__dda96889.indent-32__945fcb58{margin-left:-16px;margin-right:-16px}.radioXGroup__dda96889.indent-32__945fcb58 .label__415f85a3{margin-left:16px;margin-right:16px}.radioYGroup__0307620d{display:inline-flex;flex-flow:column wrap}.radioYGroup__0307620d .label__415f85a3.sm__765375b6+.label__415f85a3.sm__765375b6{margin-top:8px}.radioYGroup__0307620d .label__415f85a3.md__9e4a9b81+.label__415f85a3.md__9e4a9b81{margin-top:16px}.radioYGroup__0307620d .label__415f85a3.lg__e58e9afc+.label__415f85a3.lg__e58e9afc{margin-top:20px}.notification__69f53075{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-30-0);background:var(--triplex-next-Notification-Background-1-30-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-30-0);z-index:300}.notification__69f53075:first-child{margin-top:0}.notification__69f53075.extraBottomPadding__d6286a84{padding-bottom:24px}.notification__69f53075 .notificationHeader__a52bca77{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-30-0);width:100%;margin-top:0;margin-bottom:8px}.notification__69f53075 .notificationIcon__f362c882{line-height:0}.notification__69f53075 .notificationBody__ec4005c7{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__69f53075 .notificationBodyList__f49725ee{margin-top:8px}.notification__69f53075 .notificationClose__73f7b4bb{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__69f53075.showCloseOnHover__f2a52a8d .notificationClose__73f7b4bb{opacity:0}.notification__69f53075.showCloseOnHover__f2a52a8d:hover{cursor:pointer}.notification__69f53075.showCloseOnHover__f2a52a8d:hover .notificationClose__73f7b4bb{opacity:1}.notification__69f53075 .notificationFooter__5a7f4268{display:flex;align-items:center;margin-top:16px}.notification__69f53075 .notificationFooter__5a7f4268 button+a{margin-left:16px}.notification__69f53075 .notificationTime__233d1420{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-30-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__d25fee6d{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__d25fee6d:hover{cursor:pointer}.notificationGroupedWrapper__d25fee6d .notificationGroupedFooterItem__a550519e{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-30-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-30-0)}.notificationGroupedWrapper__d25fee6d .notificationGroupedFooterItem__a550519e.first__bf06f9c0{bottom:-8px;z-index:200}.notificationGroupedWrapper__d25fee6d .notificationGroupedFooterItem__a550519e.second__3e23395b{bottom:-16px;z-index:100}@media(max-width:767px){.notification__69f53075,.notificationGroupedWrapper__d25fee6d{width:100%}}.unorderedListItem__d9c71046:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__d9c71046+.unorderedListItem__d9c71046{margin-top:8px}.unorderedList__09a055da{position:relative;margin:0;padding-left:14px;list-style:none}.button__fb159c32.general__2f57aad6{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-30-0);color:var(--triplex-next-Button-General_Color_Default-1-30-0)}.button__fb159c32.general__2f57aad6:hover{background:var(--triplex-next-Button-General_Background_Hover-1-30-0);color:var(--triplex-next-Button-General_Color_Hover-1-30-0)}.button__fb159c32.general__2f57aad6.expanded__246bac08,.button__fb159c32.general__2f57aad6:active{background:var(--triplex-next-Button-General_Background_Active-1-30-0);color:var(--triplex-next-Button-General_Color_Active-1-30-0)}.button__fb159c32.general__2f57aad6:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-30-0)}.button__fb159c32.general__2f57aad6:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-30-0);color:var(--triplex-next-Button-General_Color_Disabled-1-30-0)}.button__fb159c32.secondary__b3e1d6e8{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-30-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-30-0)}.button__fb159c32.secondary__b3e1d6e8:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-30-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-30-0)}.button__fb159c32.secondary__b3e1d6e8.expanded__246bac08,.button__fb159c32.secondary__b3e1d6e8:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-30-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-30-0)}.button__fb159c32.secondary__b3e1d6e8:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-30-0)}.button__fb159c32.secondary__b3e1d6e8:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-30-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-30-0)}.button__fb159c32.secondaryLight__c097d40d{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-30-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-30-0)}.button__fb159c32.secondaryLight__c097d40d:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-30-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-30-0)}.button__fb159c32.secondaryLight__c097d40d.expanded__246bac08,.button__fb159c32.secondaryLight__c097d40d:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-30-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-30-0)}.button__fb159c32.secondaryLight__c097d40d:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-30-0)}.button__fb159c32.secondaryLight__c097d40d:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-30-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-30-0)}.button__fb159c32.danger__18223e84{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-30-0);color:var(--triplex-next-Button-Danger_Color_Default-1-30-0)}.button__fb159c32.danger__18223e84:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-30-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-30-0)}.button__fb159c32.danger__18223e84.expanded__246bac08,.button__fb159c32.danger__18223e84:active{background:var(--triplex-next-Button-Danger_Background_Active-1-30-0);color:var(--triplex-next-Button-Danger_Color_Active-1-30-0)}.button__fb159c32.danger__18223e84:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-30-0)}.button__fb159c32.danger__18223e84:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-30-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-30-0)}.button__fb159c32.link__9f11ede7{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-30-0);padding:0}.button__fb159c32.link__9f11ede7.sm__f42efb22{height:28px;min-width:0px;padding:6px 2px}.button__fb159c32.link__9f11ede7.md__e66763d1{height:40px;min-width:0px;padding:10px 2px}.button__fb159c32.link__9f11ede7.lg__03210b21{height:56px;min-width:0px;padding:18px 2px}.button__fb159c32.link__9f11ede7:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-30-0)}.button__fb159c32.link__9f11ede7.expanded__246bac08,.button__fb159c32.link__9f11ede7:active{color:var(--triplex-next-Button-Link_Color_Active-1-30-0)}.button__fb159c32.link__9f11ede7:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-30-0)}.button__fb159c32.link__9f11ede7:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-30-0)}.button__fb159c32{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__fb159c32::-moz-focus-inner{border:none;padding:0}.button__fb159c32.sm__f42efb22{line-height:16px;font-size:12px}.button__fb159c32.sm__f42efb22.general__2f57aad6,.button__fb159c32.sm__f42efb22.secondary__b3e1d6e8,.button__fb159c32.sm__f42efb22.secondaryLight__c097d40d,.button__fb159c32.sm__f42efb22.danger__18223e84{height:28px;min-width:58px;padding:0 12px;border-radius:6px}.button__fb159c32.sm__f42efb22.icon__4586e72b{min-height:28px;min-width:28px;padding:0 4px}.button__fb159c32.md__e66763d1{line-height:20px;font-size:14px}.button__fb159c32.md__e66763d1.general__2f57aad6,.button__fb159c32.md__e66763d1.secondary__b3e1d6e8,.button__fb159c32.md__e66763d1.secondaryLight__c097d40d,.button__fb159c32.md__e66763d1.danger__18223e84{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__fb159c32.md__e66763d1.icon__4586e72b{min-height:40px;min-width:40px;padding:0 10px}.button__fb159c32.lg__03210b21{line-height:20px;font-size:16px}.button__fb159c32.lg__03210b21.general__2f57aad6,.button__fb159c32.lg__03210b21.secondary__b3e1d6e8,.button__fb159c32.lg__03210b21.secondaryLight__c097d40d,.button__fb159c32.lg__03210b21.danger__18223e84{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__fb159c32.lg__03210b21.icon__4586e72b{min-height:56px;min-width:56px;padding:0 12px}.button__fb159c32:disabled{cursor:default}.button__fb159c32:disabled *{pointer-events:none}.button__fb159c32+.button__fb159c32:not(.block__97071934),.button__fb159c32+.buttonDropdown__b6bbc945:not(.block__97071934){margin-left:12px}.button__fb159c32 .content__fa613606{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__fb159c32.block__97071934{display:block;width:100%}.button__fb159c32.loading__20acbf98{pointer-events:none}.button__fb159c32.loading__20acbf98 .content__fa613606{visibility:hidden}.button__fb159c32 .loader__05951adb{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__fb159c32 .loader__05951adb.hidden__f916299e{visibility:hidden}.buttonDropdownExtended__63111ce8{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__63111ce8 .buttonDropdownExtendedBlock__a38df295{padding:4px;margin-top:4px;right:0}.buttonDropdown__b6bbc945.block__97071934{display:block}.buttonDropdown__b6bbc945+.button__fb159c32:not(.block__97071934),.buttonDropdown__b6bbc945+.buttonDropdown__b6bbc945:not(.block__97071934){margin-left:12px}.buttonDropdown__b6bbc945 .buttonDropdownTarget__5a1b024a .caretIcon__1143e207{margin-left:2px;transition:transform .3s ease-in-out}.buttonDropdown__b6bbc945 .buttonDropdownTarget__5a1b024a.active__4543bd8a .caretIcon__1143e207{transform:rotate(-180deg)}.buttonDropdown__b6bbc945 .buttonDropdownMenuItem__d725b6a2{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__36f24939{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__1918c800{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__be46d4f2{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__d2f00dda{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-1-30-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__a6771af0{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__a6771af0 .modalWindowContentWrapper__bb5e503c{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__36f24939 .6s ease}.modalWindow__a6771af0 .modalWindowContent__d77b10dc{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__a6771af0 .modalWindowContent__d77b10dc .modalWindowBody__6262e733{box-sizing:border-box;animation:fadeIn__1b60c9ea .3s ease}@keyframes fadeIn__1b60c9ea{0%{opacity:0}to{opacity:1}}.modalWindow__a6771af0 .modalWindowContent__d77b10dc .spinnerSm__f90af257{display:none}@media(max-width:767px){.modalWindow__a6771af0 .modalWindowContent__d77b10dc .spinner__5549db4c{display:none}.modalWindow__a6771af0 .modalWindowContent__d77b10dc .spinnerSm__f90af257{display:flex}}.global-modalWindowTransition-exit .modalWindow__a6771af0 .modalWindowContentWrapper__bb5e503c{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__1918c800 .3s ease}.global-modalWindowTransition-exit .modalWindow__a6771af0 .modalWindowContentWrapper__bb5e503c .modalWindowBody__6262e733{animation:fadeOut__344d4ba7 .3s ease}@keyframes fadeOut__344d4ba7{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__5c0bb1d6{position:absolute;left:0;right:0;height:0}.modalWindow__a6771af0.sm__e1f66bdf .modalWindowContentWrapper__bb5e503c{max-width:480px}.modalWindow__a6771af0.sm__e1f66bdf .modalWindowContent__d77b10dc .modalWindowBody__6262e733{min-height:196px}@media(max-width:575px){.modalWindow__a6771af0.sm__e1f66bdf .modalWindowContentWrapper__bb5e503c{max-width:100%}}.modalWindow__a6771af0.md__6a79f92b .modalWindowContentWrapper__bb5e503c{max-width:600px}.modalWindow__a6771af0.md__6a79f92b .modalWindowContent__d77b10dc .modalWindowBody__6262e733{min-height:246px}@media(max-width:767px){.modalWindow__a6771af0.md__6a79f92b .modalWindowContentWrapper__bb5e503c{max-width:100%}}.modalWindow__a6771af0.lg__7c025675 .modalWindowContentWrapper__bb5e503c{max-width:800px}.modalWindow__a6771af0.lg__7c025675 .modalWindowContent__d77b10dc .modalWindowBody__6262e733{min-height:396px}@media(max-width:991px){.modalWindow__a6771af0.lg__7c025675 .modalWindowContentWrapper__bb5e503c{max-width:100%}}.modalWindowContentPage__996cd465{background:var(--triplex-next-ModalWindow-Background-1-30-0);padding:8px!important}.modalWindowContentPage__996cd465,.modalWindowLoaderScreen__c0264cf0{border-radius:32px}@media(max-width:767px){.modalWindowContentPage__996cd465,.modalWindowLoaderScreen__c0264cf0{border-radius:24px}}.islandBody__941edffa{display:block}.islandHeader__1b0cac8a,.islandFooter__d0b5deac,.island__c7a22a53{position:relative}.island__c7a22a53.type1__32a0f874{background-color:var(--triplex-next-Island-Type1_Background-1-30-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-30-0)}.island__c7a22a53.type2__084c6c2a{background-color:var(--triplex-next-Island-Type2_Background-1-30-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-30-0)}.island__c7a22a53.type3__c22ee546{background-color:var(--triplex-next-Island-Type3_Background-1-30-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-30-0)}.island__c7a22a53.sm__46463682{border-radius:16px;padding:16px}.island__c7a22a53.sm__46463682 .islandHeader__1b0cac8a+.islandBody__941edffa,.island__c7a22a53.sm__46463682 .islandHeader__1b0cac8a+.islandFooter__d0b5deac,.island__c7a22a53.sm__46463682 .islandBody__941edffa+.islandFooter__d0b5deac{margin-top:8px}.island__c7a22a53.md__fe7658e2{border-radius:24px;padding:24px}.island__c7a22a53.md__fe7658e2 .islandHeader__1b0cac8a+.islandBody__941edffa,.island__c7a22a53.md__fe7658e2 .islandHeader__1b0cac8a+.islandFooter__d0b5deac,.island__c7a22a53.md__fe7658e2 .islandBody__941edffa+.islandFooter__d0b5deac{margin-top:12px}.island__c7a22a53.lg__8a979b75{border-radius:32px;padding:32px}.island__c7a22a53.lg__8a979b75 .islandHeader__1b0cac8a+.islandBody__941edffa,.island__c7a22a53.lg__8a979b75 .islandHeader__1b0cac8a+.islandFooter__d0b5deac,.island__c7a22a53.lg__8a979b75 .islandBody__941edffa+.islandFooter__d0b5deac{margin-top:16px}@media(max-width:767px){.island__c7a22a53.sm__46463682,.island__c7a22a53.md__fe7658e2{border-radius:16px;padding:16px}.island__c7a22a53.lg__8a979b75{border-radius:24px;padding:24px}}.modalWindowBody__6262e733{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__df3a30f2{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media(max-width:767px){.modalWindowClose__df3a30f2{top:20px;right:20px}}.loaderScreen__e50a8ad5{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__e50a8ad5.loaderSmallBackdrop__ef28f99f{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-30-0)}.loaderScreen__e50a8ad5.loaderMiddleBackdrop__0fc901fb{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-30-0)}.body__e968788c{position:relative;display:flex}.body__e968788c .bodyInner__ad1c4246{position:relative;flex-grow:1;width:100%}.bodyPage__b9482016{flex-grow:1}.verticalMargin24__94fcaaa9{margin-top:24px;margin-bottom:24px}.verticalMargin16__5a5862e7{margin-top:16px;margin-bottom:16px}@media(max-width:767px){.verticalMargin24__94fcaaa9{margin-top:16px;margin-bottom:16px}.verticalMargin16__5a5862e7{margin-top:8px;margin-bottom:8px}}.headerTabs__2593e09e{display:flex;justify-content:space-between}.headerTabs__2593e09e .headerTabsContent__f8bd1a7a{flex-grow:1;min-width:1px}.headerTabs__2593e09e .headerTabsControls__5c8628de{flex-shrink:0;white-space:nowrap;padding-left:24px}@media(max-width:767px){.headerTabs__2593e09e{flex-wrap:wrap}.headerTabs__2593e09e .headerTabsContent__f8bd1a7a{width:100%}.headerTabs__2593e09e .headerTabsControls__5c8628de{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__2593e09e .headerTabsControls__5c8628de>button{margin-left:16px;margin-top:16px}}.headerTitle__e44d4e5b{display:flex;justify-content:space-between}.headerTitle__e44d4e5b .headerTitleControls__3c2ca30d{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__9eeb0ba6+.headerTitle__e44d4e5b{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media(max-width:767px){.headerTitle__e44d4e5b{flex-wrap:wrap}.headerTitle__e44d4e5b .headerTitleContent__7e97df8f{width:100%}.headerTitle__e44d4e5b .headerTitleControls__3c2ca30d{padding-left:0;white-space:normal;flex-shrink:initial;margin-left:-16px}.headerTitle__e44d4e5b .headerTitleControls__3c2ca30d>button,.headerTitle__e44d4e5b .headerTitleControls__3c2ca30d>[class*=buttonDropdown]{margin-left:16px;margin-top:16px}}.headerSubheader__5d59fcec{padding:24px 0}.headerSubheader__5d59fcec.withoutPaddings__1f2086ad{padding:0}.headerLayoutSidebar__6e80c70a{display:flex;justify-content:space-between}.headerLayoutSidebarContent__561180a9{flex-grow:1;min-width:1px}@media(max-width:767px){.headerLayoutSidebarSidebar__34234e3f{display:none}}.page__e64484d8{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__e64484d8{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__a60e88e1.sticky__cb028498{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__a60e88e1.sticky__cb028498[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-30-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__8d5d5c48.sticky__cb028498{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__8d5d5c48.sticky__cb028498[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-1-30-0)!important}.footerDescription__4605f071{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__1f94b342{flex-grow:1;margin-right:auto}.footerDescriptionControls__efd3f80a{margin-left:auto;white-space:nowrap;padding-left:24px}@media(max-width:767px){.footerDescription__4605f071{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__1f94b342{width:100%}.footerDescriptionControls__efd3f80a{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__efd3f80a>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__1f94b342+.footerDescriptionControls__efd3f80a{margin-top:0}.footer__3b221228{padding:16px 0}}.modalWindowHeader__665f16a2 .global-HeaderTitleContent{padding-right:64px}@media(max-width:767px){.modalWindowHeader__665f16a2 .global-HeaderTitleContent{padding-right:72px}}.list__3f616f2a{margin:0;padding:0;list-style:none;position:relative}.listItemControls__12688b81{display:flex;padding:0 16px 0 4px}.listItemContent__e5023515{background:var(--triplex-next-ListItem-Background-1-30-0);padding:12px 0 12px 16px;box-sizing:border-box}.listItemContent__e5023515.selected__1061921d{background:var(--triplex-next-ListItem-Background_Selected-1-30-0)}.listItemContent__e5023515.selectable__285db8a2{border-radius:8px}.listItemControlsButton__855fc2b9{margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-30-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px;width:92px}.listItemControlsButton__855fc2b9:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-30-0)}.listItemControlsButton__855fc2b9:hover .listItemControlsButtonLabel__f72e61ec{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-30-0)!important}.listItemControlsButton__855fc2b9:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-30-0)}.listItemControlsButton__855fc2b9:active .listItemControlsButtonLabel__f72e61ec{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-30-0)!important}.listItemControlsButton__855fc2b9+.listItemControlsButton__855fc2b9,.listItemControlsButton__855fc2b9+.listItemControlsButtonDropdown__8a3616f2{margin-left:4px}.listItemControlsButtonIcon__b116cc5a{line-height:0}.listItemControlsButton__855fc2b9.withText__3a8d1144 .listItemControlsButtonIcon__b116cc5a{margin-bottom:8px}.listItemControlsButtonLabel__f72e61ec{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-30-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__8a3616f2{display:flex}.listItemControlsButtonInner__8673dd7b{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__855fc2b9.withIcon__8245d9d0.withText__3a8d1144 .listItemControlsButtonInner__8673dd7b{height:44px;overflow:visible}.buttonDropdownMenuItem__9b5b621a{overflow:hidden;text-overflow:ellipsis}.listEmptyState__6db9fd08{padding:64px 16px 16px;text-align:center}.listItemLoading__968db6ba{display:flex;justify-content:center;height:24px;padding:12px 0;position:relative;background-color:var(--triplex-next-ListItem-Background-1-30-0)}.label__703ce254{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__703ce254.sm__876f136f{min-width:16px;min-height:16px}.label__703ce254.sm__876f136f.nonempty__5f3ff633{padding:2px 0 2px 24px}.label__703ce254.md__5d53878d{min-width:24px;min-height:24px}.label__703ce254.md__5d53878d.nonempty__5f3ff633{padding-left:32px;padding-top:2px}.label__703ce254.lg__14ca2cfd{min-width:28px;min-height:28px}.label__703ce254.lg__14ca2cfd.nonempty__5f3ff633{padding-left:40px;padding-top:4px}.label__703ce254.disabled__90d9d027{cursor:default}.label__703ce254[hidden]{display:none}.checkbox__b32b9655{margin:0;opacity:0}.checkboxIcon__526eea50{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-30-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-30-0)}.sm__876f136f .checkboxIcon__526eea50{border-radius:4px}.checkmarkIcon__ce07cc4f{transform:scale(0)}.checkmarkIcon__ce07cc4f path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-30-0)}.checkboxIcon__526eea50,.checkmarkIcon__ce07cc4f{pointer-events:none}.checkbox__b32b9655,.checkboxIcon__526eea50,.checkmarkIcon__ce07cc4f{position:absolute;left:0;top:0}.sm__876f136f .checkbox__b32b9655,.sm__876f136f .checkboxIcon__526eea50,.sm__876f136f .checkmarkIcon__ce07cc4f{width:16px;height:16px;top:2px}.md__5d53878d .checkbox__b32b9655,.md__5d53878d .checkboxIcon__526eea50,.md__5d53878d .checkmarkIcon__ce07cc4f{width:24px;height:24px}.lg__14ca2cfd .checkbox__b32b9655,.lg__14ca2cfd .checkboxIcon__526eea50,.lg__14ca2cfd .checkmarkIcon__ce07cc4f{width:28px;height:28px}.checkbox__b32b9655:enabled{cursor:pointer}.checkbox__b32b9655:enabled:hover+.checkboxIcon__526eea50{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-30-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-30-0)}.checkbox__b32b9655:checked+.checkboxIcon__526eea50{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-30-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-30-0)}.checkbox__b32b9655:checked~.checkmarkIcon__ce07cc4f{transform:scale(1);transition:transform .2s ease-out}.checkbox__b32b9655:disabled+.checkboxIcon__526eea50{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-30-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-30-0)}.checkbox__b32b9655:disabled:checked+.checkboxIcon__526eea50{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-30-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-30-0)}.checkbox__b32b9655:disabled~.checkmarkIcon__ce07cc4f path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-30-0)}.checkbox__b32b9655:focus-visible+.checkboxIcon__526eea50{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-30-0)}.checkbox__b32b9655:checked:enabled:hover+.checkboxIcon__526eea50{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-30-0)}.listItemSelectable__80e44f93{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-30-0);border-radius:8px}.listItemSelectable__80e44f93.selected__1061921d{background:var(--triplex-next-ListItem-Background_Selected-1-30-0)}.checkboxWrapper__78934e09{padding:16px;line-height:0}.childrenWrapper__00b91299{flex-grow:1}.checkboxLabel__625dff27{padding:0!important;position:relative}.checkboxLabelClickArea__c6c8e212{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__9b619451{position:relative;overflow:hidden}.swipeableArea__9b619451 .content__c15f183e{position:relative;touch-action:pan-y}.swipeableArea__9b619451 .content__c15f183e.disableScroll__1be443af{touch-action:none}.swipeableArea__9b619451 .content__c15f183e.disablePointerEvents__d379233d:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__9b619451 .swipeAnimationFinish__d5ad73b2{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__9b619451 .leftContent__4cc6ae26,.swipeableArea__9b619451 .rightContent__9d5cb948{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__9b619451 .rightContent__9d5cb948{left:auto;right:0}.listItemTail__f5948001{position:absolute;width:18px;top:0;bottom:0;overflow:hidden}.listItemTailLine__ffc3d8e0{background:var(--triplex-next-ListMaster-Background-1-30-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailLeft__c8a753fd{left:-8px}.listItemTailRight__e27224bb{right:-10px}.listItemTailTop__c9585167{position:absolute;top:0;left:0;right:0}.listItemTailTop__c9585167:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-30-0)}.listItemTailTop__c9585167:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-30-0)}.listItemTailBottom__dfc2ddbc{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__dfc2ddbc:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-30-0)}.listItemTailBottom__dfc2ddbc:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-30-0)}.listItemTable__7266a9a9{margin-bottom:4px}.listItemTable__7266a9a9:last-child{margin-bottom:0}.listItemTable__7266a9a9 .swipeableArea__d0ef0224{border-radius:8px}.listItemTable__7266a9a9 .content__581dc0d2{min-height:56px}.listSortableItemTarget__4268f769{display:flex;gap:16px;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-30-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__4268f769:hover{background:var(--triplex-next-ListItem-Background_Hover-1-30-0)}.listSortableItemTarget__4268f769.dragging__e1a9d6ad{background:var(--triplex-next-ListItem-Background_Dragging-1-30-0);box-shadow:var(--triplex-next-ListItem-Shadow_Dragging-1-30-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__7b99c611{flex:1}.listSortableItemTargetIcon__252429af{display:block}.listSortableItem__ead1fa2c{position:relative}.listSortableItem__ead1fa2c.dragging__e1a9d6ad{z-index:1}.listSortableItemControls__305d3c29{display:inline-block}.islandWidgetHeader__dd808bf6{display:flex;justify-content:flex-start;align-items:center;gap:8px}.islandWidgetHeader__dd808bf6 .islandWidgetHeaderTitle__63c6f227{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandWidgetHeader__dd808bf6 .islandWidgetHeaderControls__82a9c87b{display:flex;align-items:center;gap:8px}.islandWidgetHeader__dd808bf6 .islandWidgetHeaderDescription__19ecce12{display:flex;flex-grow:1;justify-content:flex-end}.islandWidgetHeader__dd808bf6 .caretWrapper__5b93fb8c{position:absolute;top:16px;right:16px}.islandWidgetHeader__dd808bf6 .caretIcon__280f3621{transition:transform .3s ease-in-out}.islandWidgetHeader__dd808bf6.open__c0dd2a5e .caretWrapper__5b93fb8c .caretIcon__280f3621{transform:rotate(-180deg)}@media(max-width:767px){.islandWidgetHeader__dd808bf6{flex-wrap:wrap;padding-right:32px}.islandWidgetHeader__dd808bf6 .islandWidgetHeaderTitle__63c6f227{white-space:normal}.islandWidgetHeader__dd808bf6 .islandWidgetHeaderDescription__19ecce12{flex-basis:100%;justify-content:flex-start}}.islandWidgetBody__1e651555{padding-top:16px}.islandWidgetFooter__9f6d653c{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__0d58d606{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__17dfb55e{margin-left:auto;white-space:nowrap}@media(max-width:767px){.islandWidgetFooter__9f6d653c{flex-direction:column;gap:16px}.islandWidgetFooterControls__17dfb55e{display:flex;flex-wrap:wrap;gap:12px;margin:0 auto 0 0}.islandWidgetFooterControls__17dfb55e>button{margin-left:0!important}}.expandAnimation__0a8aa90c{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__32ce51b4{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-30-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media(max-width:767px){.islandWidgetExtraFooter__32ce51b4{border-radius:0 0 16px 16px}}.islandWidget__38490a80{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__38490a80>*{height:100%}.islandWidgetWithExtraFooter__d51cd359:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-1-30-0)!important}@media(max-width:767px){.islandWidgetHeaderWrapperAdaptive__97d66a31{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__a43ddf67{display:flex;flex-direction:column}.treeView__d0d78979,.treeViewGroup__54ded0fd{margin:0;padding:0}.treeView__d0d78979 .treeViewNode__83df26a1,.treeViewGroup__54ded0fd .treeViewNode__83df26a1{margin:0;padding:0;outline:none;list-style:none}.collapsibleTreeExtendedNodeContent__16b114a8.collapsed__39216c9b{visibility:hidden}.collapsibleTreeNodeHeader__df1b508e{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__df1b508e.interactive__0fe326b3{cursor:pointer}.collapsibleTreeNodeHeader__df1b508e.interactive__0fe326b3:hover{background:var(--triplex-next-CollapsibleTree-Header_Background_Hover-1-30-0)}.collapsibleTreeNodeHeader__df1b508e.interactive__0fe326b3:focus-visible{box-shadow:var(--triplex-next-CollapsibleTree-Header_Shadow_Focus-1-30-0)}.chevron__f7f636f0{flex:0 0 auto;width:24px;height:24px;transition:transform .2s ease;transform:rotate(0)}.chevron__f7f636f0.opened__7689d454{transform:rotate(90deg)}.collapsibleTreeLeafContent__c2f78cba{display:block}.collapsibleTreeLeafNode__421c8ff4{margin-bottom:2px!important}.collapsibleTree__fb7250cf [role=group]{padding-left:24px}.chipGroupItem__52cf1a17{display:inline-block}.chip__9d433c45{background:var(--triplex-next-Chip-Background_Default-1-30-0);color:var(--triplex-next-Chip-Color_Default-1-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__9d433c45.lg__e682baa0{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__9d433c45.lg__e682baa0 .prefix__ad14e989{padding-left:16px}.chip__9d433c45.lg__e682baa0 .postfix__3da12d63{padding-right:12px}.chip__9d433c45.lg__e682baa0 .notificationIcon__d6c4a52d{right:6px;top:6px}.chip__9d433c45.md__079da8c2{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__9d433c45.md__079da8c2 .prefix__ad14e989{padding-left:12px}.chip__9d433c45.md__079da8c2 .postfix__3da12d63{padding-right:8px}.chip__9d433c45.md__079da8c2 .notificationIcon__d6c4a52d{right:4px;top:4px}.chip__9d433c45.sm__50684b98{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__9d433c45.sm__50684b98 .prefix__ad14e989{padding-left:8px}.chip__9d433c45.sm__50684b98 .postfix__3da12d63{padding-right:8px}.chip__9d433c45.sm__50684b98 .notificationIcon__d6c4a52d{right:3px;top:3px}.chip__9d433c45:hover{background:var(--triplex-next-Chip-Background_Hover-1-30-0);color:var(--triplex-next-Chip-Color_Hover-1-30-0)}.chip__9d433c45:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-30-0)}.chip__9d433c45:active,.chip__9d433c45[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-30-0);color:var(--triplex-next-Chip-Color_Active-1-30-0)}.chip__9d433c45.disabled__24e95891{background:var(--triplex-next-Chip-Background_Disabled-1-30-0);color:var(--triplex-next-Chip-Color_Disabled-1-30-0);cursor:default;pointer-events:none}.chip__9d433c45.selected__6cd311c6{background:var(--triplex-next-Chip-Background_Selected_Default-1-30-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-30-0)}.chip__9d433c45.selected__6cd311c6:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-30-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-30-0)}.chip__9d433c45.selected__6cd311c6:active,.chip__9d433c45.selected__6cd311c6[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-30-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-30-0)}.chip__9d433c45.selected__6cd311c6.disabled__24e95891{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-30-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-30-0)}.chip__9d433c45.withPrefix__0afb7d17{padding-left:0}.chip__9d433c45.withPostfix__23846298{padding-right:0}.chip__9d433c45 .content__6540a1c7{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__9d433c45 .prefix__ad14e989,.chip__9d433c45 .postfix__3da12d63{display:flex}.chip__9d433c45 .notificationIcon__d6c4a52d{position:absolute}.calendarControls__c9936d9e{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-30-0)}.calendarViewDays__5b2606ac{width:calc(100% + 8px);margin:12px -4px 0;border-spacing:4px 0px;table-layout:fixed}.calendarViewDays__5b2606ac+.calendarFooter__e5f9d548{margin-top:18px}.adaptive__ce7be00f .calendarViewDays__5b2606ac{width:100%;margin:12px 0 0;border-spacing:0}.adaptive__ce7be00f .calendarViewDays__5b2606ac+.calendarFooter__e5f9d548{margin-top:12px}.calendarViewMonths__0fef403a,.calendarViewYears__74fa6e99{width:calc(100% + 12px);margin:8px -6px -14px;border-spacing:6px 14px;table-layout:fixed}.calendarViewMonths__0fef403a+.calendarFooter__e5f9d548,.calendarViewYears__74fa6e99+.calendarFooter__e5f9d548{margin-top:22px}.adaptive__ce7be00f .calendarViewMonths__0fef403a,.adaptive__ce7be00f .calendarViewYears__74fa6e99{width:100%;margin:4px 0 -8px;border-spacing:0 8px}.adaptive__ce7be00f .calendarViewMonths__0fef403a+.calendarFooter__e5f9d548,.adaptive__ce7be00f .calendarViewYears__74fa6e99+.calendarFooter__e5f9d548{margin-top:12px}.calendarViewDaysHeader__733883fe{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-1-30-0)}.calendarViewDaysBody__b1a41202:before{display:block;content:"";line-height:8px}.calendarViewItem__66aceb9a{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__66aceb9a:focus-visible{outline:none}.calendarViewItem__66aceb9a.current__6ee6542b{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.calendarViewItem__66aceb9a.disabled__6b7ef62a{pointer-events:none}.calendarViewItemLabel__b37a27db{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-30-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-30-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-30-0);cursor:pointer}.calendarViewItemLabel__b37a27db.muted__ab31ac3e{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-30-0)}.calendarViewItemLabel__b37a27db:hover{color:var(--triplex-next-Calendar-View_Item_Color_Hover-1-30-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-30-0)}.calendarViewItemLabel__b37a27db.selected__8c2c2687{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-30-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-30-0)}.calendarViewItemLabel__b37a27db.selected__8c2c2687:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-30-0)}.calendarViewItemLabel__b37a27db.selected__8c2c2687:hover.basicMark__eb2bb1b3:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-30-0)}.calendarViewItemLabel__b37a27db.selected__8c2c2687:hover.standardMark__e0db7af3:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-30-0)}.calendarViewItemLabel__b37a27db.selected__8c2c2687:hover.attentionMark__b703b721:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-30-0)}.calendarViewItemLabel__b37a27db.selected__8c2c2687:hover.criticalMark__4da2be0b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-30-0)}.calendarViewItemLabel__b37a27db.selected__8c2c2687.muted__ab31ac3e{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-30-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-30-0)}.calendarViewItemLabel__b37a27db.selected__8c2c2687.muted__ab31ac3e:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-30-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-30-0)}.calendarViewItemLabel__b37a27db.selected__8c2c2687.basicMark__eb2bb1b3:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-30-0)}.calendarViewItemLabel__b37a27db.selected__8c2c2687.standardMark__e0db7af3:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-30-0)}.calendarViewItemLabel__b37a27db.selected__8c2c2687.attentionMark__b703b721:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-30-0)}.calendarViewItemLabel__b37a27db.selected__8c2c2687.criticalMark__4da2be0b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-30-0)}.calendarViewItemLabel__b37a27db.marked__c2afe855:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__b37a27db.basicMark__eb2bb1b3:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-30-0)}.calendarViewItemLabel__b37a27db.standardMark__e0db7af3:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-30-0)}.calendarViewItemLabel__b37a27db.attentionMark__b703b721:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-30-0)}.calendarViewItemLabel__b37a27db.criticalMark__4da2be0b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-30-0)}.calendarViewItemLabel__b37a27db.disabled__6b7ef62a{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-30-0);background:none}.calendarViewItem__66aceb9a:focus-visible .calendarViewItemLabel__b37a27db{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-30-0)}.unitDay__55e34817{width:36px;height:36px;border-radius:6px}.unitMonth__60da2257,.unitYear__20f4e760{width:88px;height:48px;border-radius:6px}.adaptive__ce7be00f .unitMonth__60da2257,.adaptive__ce7be00f .unitYear__20f4e760{width:104px;height:56px;border-radius:10px}.calendarFooter__e5f9d548{text-align:center}.calendar__ee82cd11{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-30-0);-webkit-user-select:none;user-select:none}.calendar__ee82cd11.extraBottom__9b302202{padding-bottom:12px}.calendar__ee82cd11.adaptive__ce7be00f{width:auto;padding:20px 20px 24px}.calendar__ee82cd11+.calendar__ee82cd11{margin-top:20px}.datePickerExtendedMobileDropdown__69cbf339{max-height:100vh}.chipDropdownArrow__f9970a61{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__f9970a61.rotated__85590dae{transform:rotate(-180deg)}.chipClearButton__2d7c8b67{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__2d7c8b67:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-30-0)}.dropdownMobileMaskedInput__53a61b06{height:20px!important;padding:0!important}.dropdownMobileMaskedInput__53a61b06:first-child{top:0}.selectExtendedFieldTarget__306b41a3{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__306b41a3 .caretWrapper__9aa6c670{height:100%}.selectExtendedFieldTarget__306b41a3 .caretIcon__057eb98c{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__306b41a3.selectOpened__472d668a .caretIcon__057eb98c{transform:rotate(180deg)}.selectExtendedFieldTarget__306b41a3.disabled__0203afa7{-webkit-user-select:none;user-select:none;cursor:default}.selectExtendedFieldTarget__306b41a3.disabled__0203afa7 .target__d81a7b93,.selectExtendedFieldTarget__306b41a3.disabled__0203afa7 .caretWrapper__9aa6c670{pointer-events:none}.selectExtendedField__42e58741{position:relative}.multiselectFieldHeader__27cdadf0{padding:12px}.multiselectFieldContent__6ce9dfe1{position:relative;padding:0 12px 12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContent__6ce9dfe1:first-child{padding-top:12px}.multiselectFieldContent__6ce9dfe1:has(.loaderScreen__b818fbe0){overflow:hidden}.multiselectFieldContent__6ce9dfe1.sm__3539a052{max-height:208px}.multiselectFieldContent__6ce9dfe1.md__fb335a3d{max-height:266px}.multiselectFieldContent__6ce9dfe1.lg__561c7928{max-height:296px}.multiselectFieldFooter__04c69d88{padding:0 12px 12px}.multiselectFieldFooter__04c69d88:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-30-0)}.chipOptionsContent__ae1d8c3b{min-width:14px;text-align:center;display:block}.tooltipDesktop__ca7e68c8{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__ca7e68c8 .tooltipBody__7cb8737f{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-30-0)}.tooltipDesktop__ca7e68c8 .tooltipXButton__a44f0db9{position:absolute;right:8px;top:8px}.tooltipDesktopContent__7782d2cd{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-30-0);border-radius:8px}.closable__233840e0 .tooltipDesktopContent__7782d2cd{padding-right:32px}.tooltipSM__681039bc .tooltipDesktopContent__7782d2cd{width:192px;min-height:52px}.tooltipLG__81dc4ff9 .tooltipDesktopContent__7782d2cd{width:384px;min-height:52px}.tooltipOverlay__c15114ac{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__fc16b04f{width:0;height:0}.tooltipDesktopTip__fc16b04f.down__43117be2{border-top:solid var(--triplex-next-Tooltip-Background-1-30-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__fc16b04f.up__21d921b0{border-bottom:solid var(--triplex-next-Tooltip-Background-1-30-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__fc16b04f.left__37ce476e{border-right:solid var(--triplex-next-Tooltip-Background-1-30-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__fc16b04f.right__6ed13a60{border-left:solid var(--triplex-next-Tooltip-Background-1-30-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__36fb5d92 .tooltipBody__7cb8737f{text-align:left}.tooltipMobileContent__4a279ab9{padding:16px}.headerless__c1b2c483 .tooltipMobileContent__4a279ab9{padding-right:40px;border-radius:16px 16px 0 0}.headerless__c1b2c483 .tooltipMobileContent__4a279ab9 .closeButton__183cdeb0{position:absolute;right:16px;top:16px}.tooltipLink__c16bfb32{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__29ccfaab{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-30-0)}.desktop__29ccfaab:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-30-0)}.desktop__29ccfaab:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-30-0)}.desktop__29ccfaab:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-30-0)}.mobile__89e5f7ee{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-30-0)}.mobile__89e5f7ee:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-30-0)}.mobile__89e5f7ee:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-30-0)}.mobile__89e5f7ee:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-30-0)}.chipSuggestInputWrapper__4afd3ee8{margin:12px}.suggestDropdownMobileBody__e453439d{height:176px}.suggestDropdownMobileNoOptionsText__f2929274{padding:16px}.checkboxXGroup__1b7852f8{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__1b7852f8.indent-12__58ace41b{margin-left:-6px;margin-right:-6px}.checkboxXGroup__1b7852f8.indent-12__58ace41b .label__703ce254{margin-left:6px;margin-right:6px}.checkboxXGroup__1b7852f8.indent-16__8b020584{margin-left:-8px;margin-right:-8px}.checkboxXGroup__1b7852f8.indent-16__8b020584 .label__703ce254{margin-left:8px;margin-right:8px}.checkboxXGroup__1b7852f8.indent-20__73b4922a{margin-left:-10px;margin-right:-10px}.checkboxXGroup__1b7852f8.indent-20__73b4922a .label__703ce254{margin-left:10px;margin-right:10px}.checkboxXGroup__1b7852f8.indent-24__279eee1c{margin-left:-12px;margin-right:-12px}.checkboxXGroup__1b7852f8.indent-24__279eee1c .label__703ce254{margin-left:12px;margin-right:12px}.checkboxXGroup__1b7852f8.indent-28__0da84a7c{margin-left:-14px;margin-right:-14px}.checkboxXGroup__1b7852f8.indent-28__0da84a7c .label__703ce254{margin-left:14px;margin-right:14px}.checkboxXGroup__1b7852f8.indent-32__59f13181{margin-left:-16px;margin-right:-16px}.checkboxXGroup__1b7852f8.indent-32__59f13181 .label__703ce254{margin-left:16px;margin-right:16px}.checkboxYGroup__604376ef{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__604376ef .label__703ce254.sm__876f136f+.label__703ce254.sm__876f136f{margin-top:8px}.checkboxYGroup__604376ef .label__703ce254.lg__14ca2cfd+.label__703ce254.lg__14ca2cfd{margin-top:20px}.checkboxYGroup__604376ef .label__703ce254.md__5d53878d+.label__703ce254.md__5d53878d{margin-top:16px}@media(max-width:767px){.checkboxYGroup__604376ef{margin:14px 16px}.checkboxYGroup__604376ef .label__703ce254.sm__876f136f+.label__703ce254.sm__876f136f,.checkboxYGroup__604376ef .label__703ce254.md__5d53878d+.label__703ce254.md__5d53878d,.checkboxYGroup__604376ef .label__703ce254.lg__14ca2cfd+.label__703ce254.lg__14ca2cfd{margin-top:28px}}.card__bc58a098{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__bc58a098.roundingMD__081c8492{--radius: 16px}.card__bc58a098.roundingSM__00f84f53{--radius: 8px}.card__bc58a098.general__0e04bde1{background:var(--triplex-next-Card-Static_General_Background-1-30-0)}.card__bc58a098.secondary__e325568a{background:var(--triplex-next-Card-Static_Secondary_Background-1-30-0)}.card__bc58a098 .cardMedia__268ec15c{background-size:cover;background-repeat:no-repeat;background-position:center}.card__bc58a098 .cardContent__76ce306d{padding:var(--padding);display:flex;flex-direction:column;flex:1}.card__bc58a098 .cardContent__76ce306d.paddingMD__38d562e8{--padding: 24px}.card__bc58a098 .cardContent__76ce306d.paddingSM__af5a35f8{--padding: 16px}.card__bc58a098 .cardContent__76ce306d .cardContentHeader__0c2313a7{margin-bottom:16px}.card__bc58a098 .cardContent__76ce306d .cardContentBody__29fc68f2{flex:1}.card__bc58a098 .cardContent__76ce306d .cardContentFooter__bfa8c768{margin-top:16px}.action__d696ec8f{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__d696ec8f: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__d696ec8f.general__0e04bde1{background:var(--triplex-next-Card-Action_General_Background-1-30-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-30-0)}.action__d696ec8f.general__0e04bde1:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-30-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-30-0)}.action__d696ec8f.general__0e04bde1.selected__61e459d9{background:var(--triplex-next-Card-Action_General_Background_Selected-1-30-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-30-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-30-0)}.action__d696ec8f.general__0e04bde1.selected__61e459d9:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-30-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-30-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-30-0)}.action__d696ec8f.general__0e04bde1:focus{outline:none}.action__d696ec8f.general__0e04bde1:focus.focusVisible__92b2f610{box-shadow:var(--triplex-next-Card-Shadow_Default-1-30-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-30-0)}.action__d696ec8f.secondary__e325568a{background:var(--triplex-next-Card-Action_Secondary_Background-1-30-0)}.action__d696ec8f.secondary__e325568a:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-30-0)}.action__d696ec8f.secondary__e325568a.selected__61e459d9{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-30-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-30-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-30-0)}.action__d696ec8f.secondary__e325568a.selected__61e459d9:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-30-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-30-0)}.action__d696ec8f.secondary__e325568a:focus{outline:none}.action__d696ec8f.secondary__e325568a:focus.focusVisible__92b2f610{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-30-0)}.alertContext__efa0acef{display:flex;font-size:12px;line-height:16px}.alertContext__efa0acef>svg{flex-shrink:0}.alertContext__efa0acef .alertContextText__7938dd82{margin-left:8px}.alertContext__efa0acef.alertTypeError__66a442ab .alertContextText__7938dd82{color:var(--triplex-next-AlertContext-Error_Color-1-30-0)}.alertContext__efa0acef.alertTypeInfo__c528655f .alertContextText__7938dd82{color:var(--triplex-next-AlertContext-Info_Color-1-30-0)}.alertContext__efa0acef.alertTypeWarning__49c4ebc2 .alertContextText__7938dd82{color:var(--triplex-next-AlertContext-Warning_Color-1-30-0)}.alertContext__efa0acef.alertTypeSystem__84759f29 .alertContextText__7938dd82{color:var(--triplex-next-AlertContext-System_Color-1-30-0)}.alertProcess__ced07c57{display:flex;padding:16px;position:relative}.alertProcess__ced07c57.md__9a1f29f3{border-radius:12px}.alertProcess__ced07c57.lg__147cacba{border-radius:24px}.alertProcess__ced07c57.withSpoiler__1e630d92{min-height:40px}.alertProcess__ced07c57 .themeIcon__e76a190b{box-sizing:border-box;height:20px;width:20px}.alertProcess__ced07c57.alertTypeError__66a442ab{background:var(--triplex-next-AlertProcess-Error_Background-1-30-0)}.alertProcess__ced07c57.alertTypeInfo__c528655f{background:var(--triplex-next-AlertProcess-Info_Background-1-30-0)}.alertProcess__ced07c57.alertTypeWarning__49c4ebc2{background:var(--triplex-next-AlertProcess-Warning_Background-1-30-0)}.alertProcess__ced07c57.alertTypeSystem__84759f29{background:var(--triplex-next-AlertProcess-System_Background-1-30-0)}.alertProcess__ced07c57.alertTypeFeature__a7fa79aa{background:var(--triplex-next-AlertProcess-Feature_Background-1-30-0)}.alertProcess__ced07c57.alertTypeFeature__a7fa79aa .themeIcon__e76a190b{padding-top:0}.alertProcess__ced07c57 .alertProcessContentBlock__c222b8fb{flex:1;margin-left:10px}.alertProcess__ced07c57 .alertProcessContentBlock__c222b8fb .expandableContent__77061e9d{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__ced07c57 .alertProcessContentBlock__c222b8fb .expandableContent__77061e9d.expanded__8183016e{max-height:1000px;opacity:1}.alertProcess__ced07c57 .closeButton__9a4a4039{margin-left:10px}.alertProcess__ced07c57 .expandButton__9c930117{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__ced07c57 .expandButton__9c930117.expanded__8183016e{transform:rotate(180deg)}.adaptive__fff09787{font-size:10px!important;line-height:12px!important}.avatar__eae16fbd{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-1-30-0)}.avatar__eae16fbd.borderRadius6__88204fdf{border-radius:6px}.avatar__eae16fbd.borderRadius8__10dd2a2c{border-radius:8px}.avatar__eae16fbd.borderRadius10__e4fe766a{border-radius:10px}.avatar__eae16fbd.borderRadius12__5d880f95{border-radius:12px}.avatar__eae16fbd.borderRadius16__719ff8ee{border-radius:16px}.avatar__eae16fbd.xxs__0b26aed5{width:28px;height:28px}.avatar__eae16fbd.xs__ebfa1c46{width:32px;height:32px}.avatar__eae16fbd.sm__641d7708{width:40px;height:40px}.avatar__eae16fbd.md__77d7d4de{width:56px;height:56px}.avatar__eae16fbd.lg__c2844595{width:80px;height:80px}.avatar__eae16fbd.xl__267dfaa5{width:96px;height:96px}.avatar__eae16fbd.xxl__849c2097{width:128px;height:128px}.carouselExtended__e8a73529{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__e8a73529::-webkit-scrollbar{display:none}.checkboxTreeExtended__cf170fe3{margin-bottom:-12px}.checkboxTreeExtendedNode__23cb094e .checkboxTreeExtendedNode__23cb094e:has(.sm__da78573c){margin-left:16px}.checkboxTreeExtendedNode__23cb094e .checkboxTreeExtendedNode__23cb094e:has(.md__f49f84c6),.checkboxTreeExtendedNode__23cb094e .checkboxTreeExtendedNode__23cb094e:has(.lg__e9e59e2e){margin-left:24px}.checkboxTreeExtendedNodeHeader__6a786a53{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__6a786a53.sm__da78573c{margin-bottom:8px}.checkboxTreeExtendedNodeHeader__6a786a53.md__f49f84c6,.checkboxTreeExtendedNodeHeader__6a786a53.lg__e9e59e2e{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__6a786a53 .checkboxTreeCheckboxLabel__59742f2d{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__6a786a53 .caretIconWrapper__accaec4d{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__6a786a53 .caretIconWrapper__accaec4d:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-30-0)}.checkboxTreeExtendedNodeHeader__6a786a53.opened__9568bb35 .caretIconWrapper__accaec4d{transform:rotate(180deg)}@media(max-width:767px){.checkboxTreeExtended__cf170fe3{padding:0 16px}.checkboxTreeExtended__cf170fe3 .checkboxTreeExtendedNodeHeader__6a786a53{margin-bottom:0}.checkboxTreeExtended__cf170fe3 .checkboxTreeExtendedNodeHeader__6a786a53 .checkboxTreeCheckboxLabel__59742f2d{padding-top:16px;padding-bottom:16px}.checkboxTreeExtended__cf170fe3 .checkboxTreeExtendedNodeHeader__6a786a53 .checkboxTreeCheckboxLabel__59742f2d>span,.checkboxTreeExtended__cf170fe3 .checkboxTreeExtendedNodeHeader__6a786a53 .checkboxTreeCheckboxLabel__59742f2d>svg,.checkboxTreeExtended__cf170fe3 .checkboxTreeExtendedNodeHeader__6a786a53 .checkboxTreeCheckboxLabel__59742f2d .checkboxTreeCheckbox__e135e5d2{top:14px}}.chipGroup__af811a55{display:flex}.chipGroup__af811a55.oneLine__0a63094f{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__af811a55.oneLine__0a63094f::-webkit-scrollbar{display:none}.chipGroup__af811a55.multiLine__e321cb2c{flex-wrap:wrap}.chipGroup__af811a55.lg__dd40bc5b{gap:12px}.chipGroup__af811a55.md__c87dd6bb,.chipGroup__af811a55.sm__94249da0{gap:8px}.col-1__3382cbe2{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__b504a00d{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__d3109a3a{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__eaa71829{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__cc4ed97a{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__5b2216b8{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__323a6ad0{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__b1abade6{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__56c7997b{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__c65c9b8d{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__2781bd82{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__ef02a72f{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__c2f1da5b{margin-left:0%}.offset-1__aeea6762{margin-left:8.33333333%}.offset-2__e854a7d6{margin-left:16.66666667%}.offset-3__ab0f8645{margin-left:25%}.offset-4__229ebb8d{margin-left:33.33333333%}.offset-5__672f4e94{margin-left:41.66666667%}.offset-6__4e910a6b{margin-left:50%}.offset-7__1db5a987{margin-left:58.33333333%}.offset-8__cf454ca2{margin-left:66.66666667%}.offset-9__784c0c8e{margin-left:75%}.offset-10__999c3600{margin-left:83.33333333%}.offset-11__77cb4ff5{margin-left:91.66666667%}.d-none__3c78adbc{display:none!important}.d-block__83884174{display:block!important}@media(min-width:576px){.col-sm-1__773bc39e{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__a3060a6a{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__d13174f4{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__e31b2d3d{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__3b117081{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__a8d6a3cf{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__88ac2ec1{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__32707346{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__2649819d{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__601e7fee{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__bd48b337{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__965aaba2{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__222debfc{margin-left:0%}.offset-sm-1__bcf7cebd{margin-left:8.33333333%}.offset-sm-2__177e9b43{margin-left:16.66666667%}.offset-sm-3__4e08fc8e{margin-left:25%}.offset-sm-4__5a27b380{margin-left:33.33333333%}.offset-sm-5__7994a1d2{margin-left:41.66666667%}.offset-sm-6__1afa978b{margin-left:50%}.offset-sm-7__d1472df2{margin-left:58.33333333%}.offset-sm-8__9fe842b4{margin-left:66.66666667%}.offset-sm-9__46ca2f23{margin-left:75%}.offset-sm-10__5fc1d219{margin-left:83.33333333%}.offset-sm-11__060cf74c{margin-left:91.66666667%}.d-none-sm__2cf00381{display:none!important}.d-block-sm__bd37e6e3{display:block!important}}@media(min-width:768px){.col-md-1__499999a1{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__3961812a{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__62652978{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__285e03ae{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__b2f7b090{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__ea5d2768{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__4fa404f3{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__c3fe6071{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__0c10d3b2{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__71ac698b{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__a5b40f23{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__4fa56313{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__ebc01d55{margin-left:0%}.offset-md-1__6fdceb25{margin-left:8.33333333%}.offset-md-2__1d4d89fc{margin-left:16.66666667%}.offset-md-3__e1672260{margin-left:25%}.offset-md-4__c819b2fc{margin-left:33.33333333%}.offset-md-5__fadaabd3{margin-left:41.66666667%}.offset-md-6__c0e57ad3{margin-left:50%}.offset-md-7__42b4f695{margin-left:58.33333333%}.offset-md-8__eea2d508{margin-left:66.66666667%}.offset-md-9__9d49c56b{margin-left:75%}.offset-md-10__252a90c9{margin-left:83.33333333%}.offset-md-11__8b49bbeb{margin-left:91.66666667%}.d-none-md__9d6ab8f6{display:none!important}.d-block-md__9ccd9173{display:block!important}}@media(min-width:992px){.col-lg-1__68036277{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__92acf052{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__ab337eda{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__1ab64071{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__b5a68f01{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__6082dd15{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__a19885aa{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__b4c66526{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__c108ca85{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__40855472{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__2dbd36d0{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__2638149b{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__396ef59d{margin-left:0%}.offset-lg-1__b9b07351{margin-left:8.33333333%}.offset-lg-2__0c82e972{margin-left:16.66666667%}.offset-lg-3__c2cb7618{margin-left:25%}.offset-lg-4__6563acb7{margin-left:33.33333333%}.offset-lg-5__8d2dcaa4{margin-left:41.66666667%}.offset-lg-6__953a9e87{margin-left:50%}.offset-lg-7__17553f6a{margin-left:58.33333333%}.offset-lg-8__82932ed6{margin-left:66.66666667%}.offset-lg-9__2a676af2{margin-left:75%}.offset-lg-10__1834e0d2{margin-left:83.33333333%}.offset-lg-11__3a3ec0db{margin-left:91.66666667%}.d-none-lg__164ec1b6{display:none!important}.d-block-lg__02fba318{display:block!important}}@media(min-width:1200px){.col-xl-1__5d442c03{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__e00a52ce{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__efa4efac{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__a3c54eed{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__452fc889{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__c2cc4086{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__c491f3fd{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__ee2d9e71{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__2f359235{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__910216eb{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__4df33166{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__6ce322dd{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__f1c52b36{margin-left:0%}.offset-xl-1__a638588d{margin-left:8.33333333%}.offset-xl-2__e72b24b5{margin-left:16.66666667%}.offset-xl-3__c788bc7f{margin-left:25%}.offset-xl-4__3eea39ca{margin-left:33.33333333%}.offset-xl-5__58a4c68c{margin-left:41.66666667%}.offset-xl-6__1cd5c8f9{margin-left:50%}.offset-xl-7__45ae9b16{margin-left:58.33333333%}.offset-xl-8__12c4f213{margin-left:66.66666667%}.offset-xl-9__25cea718{margin-left:75%}.offset-xl-10__f3429e07{margin-left:83.33333333%}.offset-xl-11__ad0423d8{margin-left:91.66666667%}.d-none-xl__2aa81cce{display:none!important}.d-block-xl__b784d6ec{display:block!important}}.confirm__4a5a2489{flex-grow:1;margin:0 auto;max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2);box-sizing:border-box}.confirm__4a5a2489.isInLightBox__83bf626f{max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2)}.confirm__4a5a2489.isInSideOverlaySM__391b02e9{max-width:520px}.confirm__4a5a2489.isInSideOverlayMD__3b701348{max-width:680px}.confirm__4a5a2489.isInSideOverlayLG__0cdddb03{max-width:800px}.confirmCloseButton__8c0e5cdb{position:absolute;top:24px;right:24px}.confirmContent__61365622{margin-bottom:24px;padding-right:56px}.confirmControls__b55d61cb{white-space:nowrap}.confirmContentTitle__b53c405a{margin-bottom:12px}@media(max-width:767px){.confirmCloseButton__8c0e5cdb{top:16px;right:16px}.confirmContent__61365622{margin-bottom:16px}}.dateRange__66b87fb6{display:flex;align-items:center}.dateRangeButton__6238e45d{z-index:1}.separator__8b463f97{width:20px;height:20px;flex-shrink:0}.divider__fef21c4b{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-30-0);border:none}.marginTopSize-4__4315e41f{margin-top:4px}.marginBottomSize-4__79b4772f{margin-bottom:4px}.marginTopSize-8__cde2e117{margin-top:8px}.marginBottomSize-8__18b7b2c3{margin-bottom:8px}.marginTopSize-12__ca71deea{margin-top:12px}.marginBottomSize-12__6aa6d79e{margin-bottom:12px}.marginTopSize-16__7c1989ba{margin-top:16px}.marginBottomSize-16__25fd2b14{margin-bottom:16px}.marginTopSize-20__098820c3{margin-top:20px}.marginBottomSize-20__e5283dd7{margin-bottom:20px}.marginTopSize-24__db977b3a{margin-top:24px}.marginBottomSize-24__e6e469da{margin-bottom:24px}.marginTopSize-28__65185708{margin-top:28px}.marginBottomSize-28__b58954c1{margin-bottom:28px}.marginTopSize-32__eaaf0dcb{margin-top:32px}.marginBottomSize-32__7faa739c{margin-bottom:32px}.smallInput__4fa13d81{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-1-30-0);background:var(--triplex-next-SmallInput-Background-1-30-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-30-0)}.smallInput__4fa13d81::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-30-0);opacity:1}.smallInput__4fa13d81::-ms-clear{display:none}.link__adb0547f{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-30-0)}.link__adb0547f:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-30-0)}.link__adb0547f:active{color:var(--triplex-next-Link-Text_Color_Active-1-30-0)}.link__adb0547f:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-30-0)}.wordWithContent__b6ba3157{white-space:nowrap;display:inline-flex;align-items:center}.before__10f37c41 :first-child{margin-right:2px}.after__5a57e112 :last-child{margin-left:2px}.documentNumberEdit__d71dde5c .label__c36a20fd{display:inline-block;margin-right:8px}.documentNumberEdit__d71dde5c .inputEditWrapper__ef5093c5{width:68px;display:inline-block}.ellipsisLineClamp__3ebb4626{--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__3ebb4626.oneLine__fa724028{word-break:break-all}.emptyView__fd79e81c,.container__47d942ab{display:flex;flex-direction:column;align-items:center;width:100%}.icon__8caea79a{flex-shrink:0}.textBlock__67a2e69f{text-align:center}button.helpBoxButton__d0222cee{position:relative;vertical-align:text-bottom}.islandAccordion__5ba84777{margin:0;padding:0}.islandAccordion__5ba84777 .island__a9353f0c{padding:0}.islandAccordion__5ba84777 .item__fd2b92c2{position:relative;list-style-type:none}.islandAccordion__5ba84777 .item__fd2b92c2.disabled__b42a8324{cursor:default;pointer-events:none}.islandAccordion__5ba84777 .item__fd2b92c2+.item__fd2b92c2.sm__2a0b0ee4,.islandAccordion__5ba84777 .item__fd2b92c2+.item__fd2b92c2.md__b70e3a54{margin-top:16px}.islandAccordion__5ba84777 .item__fd2b92c2+.item__fd2b92c2.lg__86db869c{margin-top:24px}.islandAccordion__5ba84777 .item__fd2b92c2 .header__5fb745f6{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__5ba84777 .item__fd2b92c2 .header__5fb745f6:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-30-0)}.islandAccordion__5ba84777 .item__fd2b92c2.type1__82f71da0:not(.opened__d93b53e8) .header__5fb745f6:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-30-0)}.islandAccordion__5ba84777 .item__fd2b92c2.type2__5735ca38:not(.opened__d93b53e8) .header__5fb745f6:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-30-0)}.islandAccordion__5ba84777 .item__fd2b92c2.type3__4c48d0d6:not(.opened__d93b53e8) .header__5fb745f6:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-30-0)}.islandAccordion__5ba84777 .item__fd2b92c2 .footer__8df1227d{text-align:right}.islandAccordion__5ba84777 .item__fd2b92c2 .body__350c0d1f,.islandAccordion__5ba84777 .item__fd2b92c2 .footer__8df1227d{visibility:hidden}.islandAccordion__5ba84777 .item__fd2b92c2.opened__d93b53e8 .body__350c0d1f,.islandAccordion__5ba84777 .item__fd2b92c2.opened__d93b53e8 .footer__8df1227d{visibility:visible}.islandAccordion__5ba84777 .item__fd2b92c2 .caretWrapper__3c684d82{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__5ba84777 .item__fd2b92c2 .caretIcon__e773db5f{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__5ba84777 .item__fd2b92c2 .title__9820fee1{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__5ba84777 .item__fd2b92c2.sm__2a0b0ee4 .header__5fb745f6{padding:16px;border-radius:16px}.islandAccordion__5ba84777 .item__fd2b92c2.sm__2a0b0ee4 .title__9820fee1{padding-right:42px}.islandAccordion__5ba84777 .item__fd2b92c2.sm__2a0b0ee4 .body__350c0d1f,.islandAccordion__5ba84777 .item__fd2b92c2.sm__2a0b0ee4 .footer__8df1227d{padding:0 16px 16px}.islandAccordion__5ba84777 .item__fd2b92c2.sm__2a0b0ee4 .caretWrapper__3c684d82{right:10px}.islandAccordion__5ba84777 .item__fd2b92c2.sm__2a0b0ee4 .remove__9e4e3db2{right:-36px;top:18px}.islandAccordion__5ba84777 .item__fd2b92c2.sm__2a0b0ee4 .step__432cea72{margin-right:12px}.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .header__5fb745f6{padding:24px;border-radius:24px}.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .title__9820fee1{padding-right:42px}.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .body__350c0d1f,.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .footer__8df1227d{padding:0 24px 24px}.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .caretWrapper__3c684d82{right:18px}.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .remove__9e4e3db2{right:-40px;top:26px}.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .step__432cea72{margin-right:12px}.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .header__5fb745f6{padding:32px;border-radius:32px}.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .title__9820fee1{padding-right:44px}.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .body__350c0d1f,.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .footer__8df1227d{padding:0 32px 32px}.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .caretWrapper__3c684d82{right:24px}.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .remove__9e4e3db2{right:-40px;top:36px}.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .step__432cea72{margin:0 16px 0 0}.islandAccordion__5ba84777 .item__fd2b92c2.opened__d93b53e8:not(.disabled__b42a8324) .caretWrapper__3c684d82 .caretIcon__e773db5f{transform:rotate(-180deg)}.islandAccordion__5ba84777 .item__fd2b92c2 .remove__9e4e3db2{position:absolute}@media(max-width:767px){.islandAccordion__5ba84777 .item__fd2b92c2 .title__9820fee1{white-space:normal;overflow-wrap:anywhere}.islandAccordion__5ba84777 .item__fd2b92c2 .footer__8df1227d{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__5ba84777 .item__fd2b92c2 .footer__8df1227d>*{margin-left:0!important}.islandAccordion__5ba84777 .item__fd2b92c2 .caretWrapper__3c684d82{transform:none}.islandAccordion__5ba84777 .item__fd2b92c2.sm__2a0b0ee4 .title__9820fee1{padding-right:34px}.islandAccordion__5ba84777 .item__fd2b92c2.sm__2a0b0ee4 .caretWrapper__3c684d82{top:18px}.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .header__5fb745f6{padding:16px;border-radius:16px}.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .title__9820fee1{padding-right:34px}.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .body__350c0d1f,.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .footer__8df1227d{padding:0 16px 16px}.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .caretWrapper__3c684d82{right:10px;top:18px}.islandAccordion__5ba84777 .item__fd2b92c2.md__b70e3a54 .remove__9e4e3db2{top:18px}.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .header__5fb745f6{padding:24px;border-radius:24px}.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .title__9820fee1{padding-right:34px}.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .body__350c0d1f,.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .footer__8df1227d{padding:0 24px 24px}.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .caretWrapper__3c684d82{top:26px;right:18px}.islandAccordion__5ba84777 .item__fd2b92c2.lg__86db869c .remove__9e4e3db2{top:26px}}.step__debd7363{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__debd7363.sm__c4e6a100,.step__debd7363.md__ea3371ab{width:28px;height:28px}.step__debd7363.lg__adaf3298{width:32px;height:32px}.step__debd7363.default__8de8846c{background-color:var(--triplex-next-Step-Background_Default-1-30-0)}.step__debd7363.default__8de8846c>span{color:var(--triplex-next-Step-Color_Default-1-30-0)}.step__debd7363.done__f6920f26{background-color:var(--triplex-next-Step-Background_Done-1-30-0)}.step__debd7363.done__f6920f26>span{color:var(--triplex-next-Step-Color_Done-1-30-0)}.step__debd7363.warning__a96a2e07{background-color:var(--triplex-next-Step-Background_Warning-1-30-0)}.step__debd7363.warning__a96a2e07>span{color:var(--triplex-next-Step-Color_Warning-1-30-0)}.step__debd7363.active__3cf3d436{background-color:var(--triplex-next-Step-Background_Active-1-30-0)}.step__debd7363.active__3cf3d436>span{color:var(--triplex-next-Step-Color_Active-1-30-0)}.step__debd7363.error__36e190a1{background-color:var(--triplex-next-Step-Background_Error-1-30-0)}.step__debd7363.error__36e190a1>span{color:var(--triplex-next-Step-Color_Error-1-30-0)}.step__debd7363.disabled__6100fd79{background-color:var(--triplex-next-Step-Background_Disabled-1-30-0)}.step__debd7363.disabled__6100fd79>span{color:var(--triplex-next-Step-Color_Disabled-1-30-0)}@media(max-width:767px){.step__debd7363.lg__adaf3298{width:28px;height:28px}}.lightBox__d128cf42{--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__d128cf42.sm__91a5cef2{--lightBox-content-max-width: 664px}.lightBox__d128cf42.md__87641712{--lightBox-content-max-width: 864px}.lightBox__d128cf42.lg__23fcc110{--lightBox-content-max-width: 1064px}.lightBox__d128cf42.xl__3d628d9c{--lightBox-content-max-width: 1264px}.lightBox__d128cf42 .lightBoxBackdrop__6d5815bb{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-30-0)}.lightBox__d128cf42.lightBoxSideOverlayActive__9ac8cd4b,.lightBox__d128cf42.lightBoxTopOverlayActive__36be8f8d{overflow-y:hidden}.lightBox__d128cf42 .lightBoxContent__f8134067{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-30-0)}.lightBox__d128cf42 .lightBoxContent__f8134067>.global-page{width:100%;max-width:var(--lightBox-content-max-width);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBox__d128cf42 .lightBoxContent__f8134067>.global-page{padding:16px}}.lightBox__d128cf42 .loadingContentOverlay__ec3a6e22{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__d128cf42 .lightBoxContentResizeWrapper__8efa924c{position:absolute;left:0;right:0;height:0}.lightBox__d128cf42 .tempElSafariBug__35b740f3{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__da8b651a,.global-LB-less-or-equal-media-point-0 .lightBox__d128cf42.lightBoxSideOverlayActive__9ac8cd4b{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__f8134067{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__f8134067{padding-left:80px;padding-right:80px}.lightBoxControls__24c1e04b{z-index:100}.withKeyboardEvent__4fc18e6b{display:inline-block}.withoutKeyboardEvent__077d7b52,.lightBox__d128cf42.lightBoxSideOverlayActive__9ac8cd4b .withKeyboardEvent__4fc18e6b,.lightBox__d128cf42.lightBoxTopOverlayActive__36be8f8d .withKeyboardEvent__4fc18e6b,.lightBox__d128cf42.isLoading__1c5b4341 .withKeyboardEvent__4fc18e6b{display:none}.lightBox__d128cf42.lightBoxSideOverlayActive__9ac8cd4b .withoutKeyboardEvent__077d7b52,.lightBox__d128cf42.lightBoxTopOverlayActive__36be8f8d .withoutKeyboardEvent__077d7b52,.lightBox__d128cf42.isLoading__1c5b4341 .withoutKeyboardEvent__077d7b52{display:inline-block}.lightBox__d128cf42.isLoading__1c5b4341 .lightBoxPrev__9384e05d,.lightBox__d128cf42.isLoading__1c5b4341 .lightBoxNext__134dc62c{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__24c1e04b{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__1f374d72{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__484b5a15{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__39cb32e3{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__9384e05d,.global-LB-less-or-equal-media-point-0 .lightBoxNext__134dc62c{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__9384e05d{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__22c570a2,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__9c5735d7{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__24c1e04b{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__1f374d72{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__484b5a15{display:none}.global-LB-more-media-point-0 .lightBoxClose__39cb32e3{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__9384e05d,.global-LB-more-media-point-0 .lightBoxNext__134dc62c{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__9384e05d{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__134dc62c{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__4327347b{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__4327347b.fixed__683dcf45{position:fixed}.overlay__4327347b.closing__51fd9157,.overlay__4327347b.opened__6b87770c{visibility:visible;left:0;right:0}.overlayPanel__f4aaa1ef{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-30-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__f4aaa1ef.bottom__85f206cb{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__f4aaa1ef.left__10208cc3{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__f4aaa1ef.right__353ea3e5{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__f4aaa1ef.top__679b2cfb{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__f4aaa1ef.left__10208cc3.opened__6b87770c,.overlayPanel__f4aaa1ef.right__353ea3e5.opened__6b87770c{transform:translate(0)}.overlayPanel__f4aaa1ef.top__679b2cfb.opened__6b87770c,.overlayPanel__f4aaa1ef.bottom__85f206cb.opened__6b87770c{transform:translateY(0)}.overlayContent__07158ce0{display:flex;min-height:100%}.overlayMask__934c5ef0{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-30-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__934c5ef0.overlayOpened__a2456423{opacity:1}.lightBoxSideOverlayLoaderWrapper__d2daba56{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__6f299a07{position:absolute;top:24px;right:24px;bottom:0;pointer-events:none}.lightBoxSideOverlayCloseDesktop__1b7ace17{position:sticky;top:24px;pointer-events:auto}.lightBoxSideOverlayCloseMobile__15111651{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__6f299a07{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__15111651{display:block}@media(max-width:767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__15111651{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__6f299a07{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__15111651{display:none}.lightBoxSideOverlayMask__40db1bf1{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-30-0)}.lightBoxSideOverlayWrapper__67e33d27{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__67e33d27.overflowXHidden__4b63391e{overflow-x:hidden}.lightBoxSideOverlayWrapper__67e33d27.overflowYHidden__b5ad2393{overflow-y:hidden}.lightBoxSideOverlayWrapper__67e33d27.closing__0b98caf0,.lightBoxSideOverlayWrapper__67e33d27.opened__f69b56f9{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__67e33d27.closing__0b98caf0{pointer-events:none}.lightBoxSideOverlayWrapper__67e33d27 .global-page{max-width:var(--lightBox-content-max-width, 864px);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBoxSideOverlayWrapper__67e33d27 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__67e33d27 .lightBoxSideOverlayContent__27b39e49{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-30-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__67e33d27 .lightBoxSideOverlayContent__27b39e49.opened__f69b56f9{transform:none}.lightBoxSideOverlayWrapper__67e33d27 .lightBoxSideOverlayContent__27b39e49.opening__cf79c2f5{transform:translateY(0)}.lightBoxSideOverlayWrapper__67e33d27.sm__91a5cef2 .global-page{width:584px;max-width:100%}.lightBoxSideOverlayWrapper__67e33d27.md__87641712 .global-page{width:744px;max-width:100%}.lightBoxSideOverlayWrapper__67e33d27.lg__23fcc110 .global-page{width:864px;max-width:100%}.lightBoxSideOverlayWrapper__67e33d27 .lightBoxSideOverlayBase__dc04dd40{overflow:visible;bottom:auto;height:100%}@media(max-width:767px){.lightBoxSideOverlayWrapper__67e33d27 .lightBoxSideOverlayContent__27b39e49{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__67e33d27 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__67e33d27 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__9bca4650{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__9bca4650.closing__0b98caf0,.lightBoxSideOverlay__9bca4650.opening__cf79c2f5{overflow-x:hidden}.topOverlayMask__b7c05280{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-30-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__0ffa4bec{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__0ffa4bec.closing__165c4bda,.topOverlayWrapper__0ffa4bec.opened__99f67f42{bottom:0}.topOverlayWrapper__0ffa4bec .topOverlayPanel__27664295{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__503c57e4{z-index:500}@media(max-width:767px){.topOverlayPanel__27664295{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__60c27be7{--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__60c27be7.fixed__9106882d{position:fixed}.lightBoxRightSidebar__26ecc011{--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__26ecc011.fixed__9106882d{position:fixed}.hidden__92342725{display:none}html.scroll-0__80b02f29{--triplex-next-scroll-width: 0px}html.scroll-15__b29f6fde{--triplex-next-scroll-width: 15px}html.scroll-16__9d59d73d{--triplex-next-scroll-width: 16px}html.scroll-17__e68be1b9{--triplex-next-scroll-width: 17px}.listMasterChipGroup__8349da15{padding:0 16px}.listMasterFooter__5f87ec95{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-30-0);box-shadow:var(--triplex-next-ListMaster-Footer_Shadow-1-30-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__5f87ec95.sticky__3a04e858{position:sticky;bottom:0}.listMasterFooterDescription__23b52cef{padding-right:16px}.listMasterFooterControls__27524450{white-space:nowrap}.listMasterHeader__8164d053{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-30-0);box-shadow:var(--triplex-next-ListMaster-Header_Shadow-1-30-0)}.listMasterHeader__8164d053.sticky__3a04e858{position:sticky;top:0;z-index:2}.selectionControls__391e459d{display:flex;justify-content:space-between;align-items:center}.marker__3769248c.success__adcb7bab{background:var(--triplex-next-Marker-Background_Success-1-30-0)}.marker__3769248c.error__b0ffec96{background:var(--triplex-next-Marker-Background_Error-1-30-0)}.marker__3769248c.warning__51774aa3{background:var(--triplex-next-Marker-Background_Warning-1-30-0)}.marker__3769248c.waiting__3556b4e5{background:var(--triplex-next-Marker-Background_Waiting-1-30-0)}.markerStatus__4e7e7256{line-height:0;display:flex;align-items:start}.markerStatus__4e7e7256 .contentContainer__6394096c{display:flex;flex-direction:column}.markerStatus__4e7e7256.md__d48b9a11{gap:4px}.markerStatus__4e7e7256.md__d48b9a11 .markerContainer__e72e8e89{margin-top:4px}.markerStatus__4e7e7256.lg__fc778368{gap:6px}.markerStatus__4e7e7256.lg__fc778368 .contentContainer__6394096c{gap:4px}.markerStatus__4e7e7256.lg__fc778368 .markerContainer__e72e8e89{margin-top:5px}.monthYearRange__2bb5a505{display:flex;align-items:center}.monthYearRangeButton__fe0fbbd0{z-index:1}.separator__2d268f05{width:16px;height:16px;flex-shrink:0}.orderedListItem__08c65d2e{counter-increment:list-item-tx}.orderedListItem__08c65d2e:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__08c65d2e+.orderedListItem__08c65d2e{margin-top:8px}.orderedList__a35fe786{--start-index-tx: 0;position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx var(--start-index-tx)}.paginationExtended__a728fc95{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__a930411b .directionIconNext__358cff92{transform:rotate(180deg)}.paginationPageEllipsis__b4970e76{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;cursor:default}.paginationPageButton__542c7955{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__542c7955:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-30-0);outline:none}.paginationPageButton__542c7955:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-30-0)}.paginationPageButton__542c7955:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-30-0);cursor:grabbing}.paginationPageButton__542c7955.currentPage__248f05f0{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-30-0);cursor:default}.paginationNavigationExtended__34ba6778{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__a5f29a89{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__a5f29a89 .paginationSelectControl__0d7e082e{margin-left:8px;min-width:72px}.row__f2971b81{display:flex;flex-wrap:wrap;margin-left:-8px;margin-right:-8px;padding-bottom:16px}.row__f2971b81.noPaddingBottom__af5f484b,.row__f2971b81:last-child{padding-bottom:0}.segmentedControlSegment__826b1f23{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-30-0);outline:none;cursor:pointer}.segmentedControlSegment__826b1f23:disabled{cursor:default}.sm__0c9925ff .segmentedControlSegment__826b1f23{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__9ac94ceb .segmentedControlSegment__826b1f23{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__fe5ed93c .segmentedControlSegment__826b1f23{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__93c1e0a4 .segmentedControlSegment__826b1f23{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-30-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-30-0)}.general1__93c1e0a4 .segmentedControlSegment__826b1f23:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-30-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-30-0)}.general1__93c1e0a4 .segmentedControlSegment__826b1f23:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-30-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-30-0)}.general1__93c1e0a4 .segmentedControlSegment__826b1f23.selected__21e66882{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-30-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-30-0)}.general1__93c1e0a4 .segmentedControlSegment__826b1f23.selected__21e66882:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-30-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-30-0)}.general1__93c1e0a4 .segmentedControlSegment__826b1f23.selected__21e66882:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-30-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-30-0)}.general2__1a395e2f .segmentedControlSegment__826b1f23{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-30-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-30-0)}.general2__1a395e2f .segmentedControlSegment__826b1f23:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-30-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-30-0)}.general2__1a395e2f .segmentedControlSegment__826b1f23:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-30-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-30-0)}.general2__1a395e2f .segmentedControlSegment__826b1f23.selected__21e66882{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-30-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-30-0)}.general2__1a395e2f .segmentedControlSegment__826b1f23.selected__21e66882:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-30-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-30-0)}.general2__1a395e2f .segmentedControlSegment__826b1f23.selected__21e66882:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-30-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-30-0)}.secondary1__f80869f9 .segmentedControlSegment__826b1f23{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-30-0)}.secondary1__f80869f9 .segmentedControlSegment__826b1f23:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-30-0)}.secondary1__f80869f9 .segmentedControlSegment__826b1f23:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-30-0)}.secondary1__f80869f9 .segmentedControlSegment__826b1f23.selected__21e66882{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-30-0)}.secondary1__f80869f9 .segmentedControlSegment__826b1f23.selected__21e66882:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-30-0)}.secondary2__9ddce4f2 .segmentedControlSegment__826b1f23{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-30-0)}.secondary2__9ddce4f2 .segmentedControlSegment__826b1f23:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-30-0)}.secondary2__9ddce4f2 .segmentedControlSegment__826b1f23:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-30-0)}.secondary2__9ddce4f2 .segmentedControlSegment__826b1f23.selected__21e66882{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-30-0)}.secondary2__9ddce4f2 .segmentedControlSegment__826b1f23.selected__21e66882:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-30-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-30-0)}.segmentedControlSegment__826b1f23:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-30-0)}.content__e6075e31{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__3368fe4d{display:flex;gap:4px}.segmentedControl__3368fe4d.general1__93c1e0a4{background:var(--triplex-next-SegmentedControl-General_1_Background-1-30-0)}.segmentedControl__3368fe4d.secondary1__f80869f9{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-30-0)}.segmentedControl__3368fe4d.general2__1a395e2f{background:var(--triplex-next-SegmentedControl-General_2_Background-1-30-0)}.segmentedControl__3368fe4d.secondary2__9ddce4f2{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-30-0)}.segmentedControl__3368fe4d.sm__0c9925ff{border-radius:6px;padding:4px}.segmentedControl__3368fe4d.md__9ac94ceb{border-radius:8px;padding:4px}.segmentedControl__3368fe4d.lg__fe5ed93c{border-radius:10px;padding:8px}.skeleton__bf430e4b{border-radius:16px;flex-grow:1}.skeleton__bf430e4b.light__6fa7188d{animation:skeleton-light-pulse__f0364431 2s ease-in-out infinite}.skeleton__bf430e4b.dark__e3e39839{animation:skeleton-dark-pulse__e49af5ce 2s ease-in-out infinite}@keyframes skeleton-light-pulse__f0364431{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-30-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-30-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-30-0)}}@keyframes skeleton-dark-pulse__e49af5ce{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-30-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-30-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-30-0)}}.sliderExtendedDot__2737b7fa{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-30-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__2737b7fa:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-30-0)}.sliderExtendedDot__2737b7fa.focusedByClick__ed02356b:focus{box-shadow:none}.sliderExtendedDot__2737b7fa:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-30-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__2737b7fa:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-30-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__2737b7fa.disabled__ebfd6efa{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-30-0)}.sliderExtendedDot__2737b7fa.disabled__ebfd6efa:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-30-0)}.sliderExtendedDot__2737b7fa.disabled__ebfd6efa:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-30-0)}.sliderExtendedDot__2737b7fa:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-30-0)}.sliderExtendedDot__2737b7fa:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-30-0)}.sliderExtendedDot__2737b7fa.dragByMouse__893d4afc{background:var(--triplex-next-Slider-Dot_Background_Select-1-30-0)}.sliderExtendedDot__2737b7fa.dragByMouse__893d4afc:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-30-0)}.sliderExtendedDot__2737b7fa:hover .sliderExtendedTooltipOverlay__a6dc99c6,.sliderExtendedDot__2737b7fa:focus .sliderExtendedTooltipOverlay__a6dc99c6{visibility:visible}.sliderExtendedDot__2737b7fa.lg__388a3330{width:28px;height:28px}.sliderExtendedDot__2737b7fa.lg__388a3330:after{width:10px;height:10px}.sliderExtendedDot__2737b7fa.lg__388a3330:before{width:14px;height:14px}.sliderExtendedMarks__696d4c95{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__90a2e666{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__90a2e666 .sliderExtendedMarkDot__9dfb9b07{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-30-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__90a2e666 .sliderExtendedMarkDot__9dfb9b07.inSelectedRange__f4841231{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-30-0)}.sliderExtendedMark__90a2e666.lg__388a3330{top:20px}.sliderExtendedMark__90a2e666.lg__388a3330 .sliderExtendedMarkDot__9dfb9b07{top:-20px}.sliderExtendedMark__90a2e666 .sliderExtendedMarkText__ab4123ca{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__90a2e666.disabled__ebfd6efa{pointer-events:none}.sliderExtendedMark__90a2e666.disabled__ebfd6efa .sliderExtendedMarkText__ab4123ca{pointer-events:none;opacity:.35}.sliderExtendedMark__90a2e666.disabled__ebfd6efa .sliderExtendedMarkDot__9dfb9b07{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-30-0)}.sliderExtendedMark__90a2e666:first-child,.sliderExtendedMark__90a2e666:last-child{transform:none}.sliderExtendedMark__90a2e666:first-child.reverse__c9adb566 .sliderExtendedMarkDot__9dfb9b07{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__90a2e666:first-child.reverse__c9adb566 .sliderExtendedMarkText__ab4123ca{margin-right:-4px}.sliderExtendedMark__90a2e666:first-child:not(.reverse__c9adb566) .sliderExtendedMarkDot__9dfb9b07{left:0;transform:translate(-50%)}.sliderExtendedMark__90a2e666:first-child .sliderExtendedMarkText__ab4123ca{margin-left:-4px}.sliderExtendedMark__90a2e666:last-child.reverse__c9adb566 .sliderExtendedMarkDot__9dfb9b07{left:0;transform:translate(-50%)}.sliderExtendedMark__90a2e666:last-child.reverse__c9adb566 .sliderExtendedMarkText__ab4123ca{margin-left:-4px}.sliderExtendedMark__90a2e666:last-child:not(.reverse__c9adb566) .sliderExtendedMarkDot__9dfb9b07{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__90a2e666:last-child .sliderExtendedMarkText__ab4123ca{margin-right:-4px}.sliderExtendedMark__90a2e666.active__e350d96b{pointer-events:none}.sliderExtendedRail__e2575321{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-30-0);cursor:pointer}.sliderExtended__5c5e58ea{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__5c5e58ea.disabled__ebfd6efa .sliderExtendedRail__e2575321{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-30-0)}.sliderExtended__5c5e58ea.lg__388a3330{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__fafb6885{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-30-0);z-index:10}.sliderExtendedTrack__fafb6885.lg__388a3330{top:12px}.sliderExtendedTrack__fafb6885:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-30-0)}.sliderExtendedTrack__fafb6885.focusedByClick__ed02356b:focus{box-shadow:none}.sliderExtendedTrack__fafb6885.hoverOrDragByMouse__7a0de28e{background:var(--triplex-next-Slider-Track_Background_Hover-1-30-0)}.sliderExtendedTrack__fafb6885.staticSlider__343bf084{cursor:default;pointer-events:none}.sliderExtendedTrack__fafb6885.disabled__ebfd6efa{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-30-0)}.sliderExtendedTooltipOverlay__a6dc99c6{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__a6dc99c6.lg__388a3330{bottom:32px}.sliderExtendedTooltipOverlay__a6dc99c6 .tooltipBody__896d1309{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-30-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-30-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__a6dc99c6 .tooltipTip__64207458{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-30-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.sliderExtendedTooltipOverlay__a6dc99c6 .tooltipTip__64207458{margin:-.5px}}.smsField__f191708b{display:inline-block;position:relative;width:100%}.smsField__f191708b .input__631fdf56{text-align:center}.smsField__f191708b .input__631fdf56::placeholder{opacity:1}.smsField__f191708b .input__631fdf56:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-30-0)}.smsField__f191708b .input__631fdf56.lg__f765a1b9{padding:18px 40px}.smsField__f191708b .input__631fdf56.md__1904005c{padding-left:26px;padding-right:26px}.smsField__f191708b .input__631fdf56.sm__37f45f8f{padding-left:20px;padding-right:20px}.smsField__f191708b .btnRefresh__54191e24{position:absolute;outline:none;z-index:1}.smsField__f191708b .btnRefresh__54191e24.lg__f765a1b9{top:12px;left:12px;height:32px;width:32px}.smsField__f191708b .btnRefresh__54191e24.md__1904005c{top:10px;left:10px}.smsField__f191708b .btnRefresh__54191e24.sm__37f45f8f{top:4px;left:4px}.smsField__f191708b .btnRefresh__54191e24 .full__fc4705ee{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-30-0)}.smsField__f191708b .btnRefresh__54191e24 .empty__42b131ea{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-30-0)}.smsField__f191708b .btnRefresh__54191e24:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-30-0)}.smsField__f191708b .btnSubmit__412f31cc{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-30-0)}.smsField__f191708b .btnSubmit__412f31cc.active__5e22dd99:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-30-0)}.smsField__f191708b .btnSubmit__412f31cc.active__5e22dd99:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-30-0)}.smsField__f191708b .btnSubmit__412f31cc.lg__f765a1b9{top:15px;right:15px;height:26px;width:26px}.smsField__f191708b .btnSubmit__412f31cc.md__1904005c{top:10px;right:10px}.smsField__f191708b .btnSubmit__412f31cc.sm__37f45f8f{top:4px;right:4px}.spoiler__528d0fad{display:flex;flex-direction:column}.spoiler__528d0fad.opened__7775d429 .caretIcon__998e0249{transform:rotate(-180deg)}.spoiler__528d0fad .head__a0b4601d .caretIcon__998e0249{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__528d0fad .head__a0b4601d button>span{white-space:normal;text-align:left}.spoiler__528d0fad .content__d3a6a38c.hidden__b6ad9261{display:none}.spoiler__528d0fad .lg__c36f7b82 .content__d3a6a38c{margin-top:8px}.spoiler__528d0fad .md__51303f42 .content__d3a6a38c{margin-top:0}.spoiler__528d0fad .sm__c6b4c64c .content__d3a6a38c{margin-top:-4px}.statusTrackerWrapper__5ad90331{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-30-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-30-0);overflow:hidden;height:100%}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5{width:100%;padding:40px 24px 16px;box-sizing:border-box;z-index:1;text-align:center}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5.verticalAlignMiddle__1dc435ee{align-self:center}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5.verticalAlignBottom__f12385a7{align-self:end}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5 .statusTrackerChild__57c4db54{padding:8px 0}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5 .statusTrackerChild__57c4db54:empty{padding:0}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5 .statusTrackerSum__273f5b2f,.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5 .statusTrackerTitle__eb9b789a{padding-bottom:4px}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5 .statusTrackerDescription__926bc908{display:block;padding-top:8px}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5 .statusTrackerAlert__f2b2d427{margin-top:12px;text-align:left}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5 .statusTrackerStatus__c95698dc{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5 .statusTrackerFooterWrapper__d52a4b40{display:grid}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5 .statusTrackerFooterWrapper__d52a4b40 .statusTrackerDescription__926bc908:last-child{padding-top:0}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5 .statusTrackerFooterWrapper__d52a4b40 .statusTrackerButton__b78381d3{margin-bottom:12px}.statusTrackerWrapper__5ad90331 .statusTracker__a0f5aba5 .statusTrackerFooterWrapper__d52a4b40 .statusTrackerButton__b78381d3:last-child{margin-bottom:0}.statusTrackerWrapper__5ad90331 .statusTrackerColor__56a99246{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__5ad90331 .statusTrackerColor__56a99246.waiting__56a11554{background:var(--triplex-next-StatusTracker-Waiting_Color-1-30-0)}.statusTrackerWrapper__5ad90331 .statusTrackerColor__56a99246.warning__879276cc{background:var(--triplex-next-StatusTracker-Warning_Background-1-30-0)}.statusTrackerWrapper__5ad90331 .statusTrackerColor__56a99246.rejected__ca864350{background:var(--triplex-next-StatusTracker-Rejected_Color-1-30-0)}.statusTrackerWrapper__5ad90331 .statusTrackerColor__56a99246.approved__4cfc48a1{background:var(--triplex-next-StatusTracker-Approved_Color-1-30-0)}.statusTrackerWrapper__5ad90331 .statusTrackerBackground__7d0fdfdb{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__5ad90331 .statusTrackerBackground__7d0fdfdb.waiting__56a11554{background:var(--triplex-next-StatusTracker-Waiting_Background-1-30-0)}.statusTrackerWrapper__5ad90331 .statusTrackerBackground__7d0fdfdb.warning__879276cc{background:var(--triplex-next-StatusTracker-Warning_Background-1-30-0)}.statusTrackerWrapper__5ad90331 .statusTrackerBackground__7d0fdfdb.rejected__ca864350{background:var(--triplex-next-StatusTracker-Rejected_Background-1-30-0)}.statusTrackerWrapper__5ad90331 .statusTrackerBackground__7d0fdfdb.approved__4cfc48a1{background:var(--triplex-next-StatusTracker-Approved_Background-1-30-0)}@media(max-width:767px){.statusTrackerWrapper__5ad90331{border-radius:16px}}.stepperStep__11500320{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__11500320+.stepperStep__11500320{margin-left:12px}.stepperStep__11500320.sm__c7108bbb{font-size:12px;line-height:16px}.stepperStep__11500320.sm__c7108bbb:not(:last-child) .content__8cf1cfb1{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__11500320.sm__c7108bbb:last-child .content__8cf1cfb1{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__11500320.sm__c7108bbb:last-child .arrow__26ba58ad{display:none}.stepperStep__11500320.md__5e5e9150{font-size:14px;line-height:20px}.stepperStep__11500320.md__5e5e9150:not(:last-child) .content__8cf1cfb1{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__11500320.md__5e5e9150:last-child .content__8cf1cfb1{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__11500320.md__5e5e9150:last-child .arrow__26ba58ad{display:none}.stepperStep__11500320.lg__c0c003a3{font-size:16px;line-height:20px}.stepperStep__11500320.lg__c0c003a3:not(:last-child) .content__8cf1cfb1{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__11500320.lg__c0c003a3:last-child .content__8cf1cfb1{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__11500320.lg__c0c003a3:last-child .arrow__26ba58ad{display:none}.stepperStep__11500320:hover:not(.active__cf714969):not(.disabled__d7ec1f02) .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-30-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-30-0)}.stepperStep__11500320:hover:not(.active__cf714969):not(.disabled__d7ec1f02) .arrow__26ba58ad path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-30-0)}.stepperStep__11500320:hover:not(.active__cf714969):not(.disabled__d7ec1f02) .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-30-0)}.stepperStep__11500320.active__cf714969{cursor:default}.stepperStep__11500320.active__cf714969 .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-30-0)}.stepperStep__11500320.active__cf714969 .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-30-0)}.stepperStep__11500320.active__cf714969.error__dc510c9b .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-30-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-30-0)}.stepperStep__11500320.active__cf714969.error__dc510c9b .arrow__26ba58ad path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-30-0)}.stepperStep__11500320.active__cf714969.error__dc510c9b .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-30-0)}.stepperStep__11500320.active__cf714969.warning__4b0864b5 .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-30-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-30-0)}.stepperStep__11500320.active__cf714969.warning__4b0864b5 .arrow__26ba58ad path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-30-0)}.stepperStep__11500320.active__cf714969.warning__4b0864b5 .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-30-0)}.stepperStep__11500320.completed__e3019953.error__dc510c9b .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-30-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-30-0)}.stepperStep__11500320.completed__e3019953.error__dc510c9b .arrow__26ba58ad path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-30-0)}.stepperStep__11500320.completed__e3019953.error__dc510c9b .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-30-0)}.stepperStep__11500320.completed__e3019953.error__dc510c9b:hover .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-30-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-30-0)}.stepperStep__11500320.completed__e3019953.error__dc510c9b:hover .arrow__26ba58ad path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-30-0)}.stepperStep__11500320.completed__e3019953.error__dc510c9b:hover .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-30-0)}.stepperStep__11500320.completed__e3019953.warning__4b0864b5 .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-30-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-30-0)}.stepperStep__11500320.completed__e3019953.warning__4b0864b5 .arrow__26ba58ad path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-30-0)}.stepperStep__11500320.completed__e3019953.warning__4b0864b5 .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-30-0)}.stepperStep__11500320.completed__e3019953.warning__4b0864b5:hover .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-30-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-30-0)}.stepperStep__11500320.completed__e3019953.warning__4b0864b5:hover .arrow__26ba58ad path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-30-0)}.stepperStep__11500320.completed__e3019953.warning__4b0864b5:hover .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-30-0)}.stepperStep__11500320.inactive__7caa4f72 :not(.error__dc510c9b):not(.warning__4b0864b5) .content__8cf1cfb1{color:var(--triplex-next-Stepper-Step_Color_Default-1-30-0)}.stepperStep__11500320.inactive__7caa4f72 :not(.error__dc510c9b):not(.warning__4b0864b5):hover .content__8cf1cfb1{color:var(--triplex-next-Stepper-Step_Color_Hover-1-30-0)}.stepperStep__11500320.inactive__7caa4f72.error__dc510c9b .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-30-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-30-0)}.stepperStep__11500320.inactive__7caa4f72.error__dc510c9b .arrow__26ba58ad path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-30-0)}.stepperStep__11500320.inactive__7caa4f72.error__dc510c9b .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-30-0)}.stepperStep__11500320.inactive__7caa4f72.error__dc510c9b:hover .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-30-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-30-0)}.stepperStep__11500320.inactive__7caa4f72.error__dc510c9b:hover .arrow__26ba58ad path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-30-0)}.stepperStep__11500320.inactive__7caa4f72.error__dc510c9b:hover .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-30-0)}.stepperStep__11500320.inactive__7caa4f72.warning__4b0864b5 .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-30-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-30-0)}.stepperStep__11500320.inactive__7caa4f72.warning__4b0864b5 .arrow__26ba58ad path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-30-0)}.stepperStep__11500320.inactive__7caa4f72.warning__4b0864b5 .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-30-0)}.stepperStep__11500320.inactive__7caa4f72.warning__4b0864b5:hover .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-30-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-30-0)}.stepperStep__11500320.inactive__7caa4f72.warning__4b0864b5:hover .arrow__26ba58ad path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-30-0)}.stepperStep__11500320.inactive__7caa4f72.warning__4b0864b5:hover .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-30-0)}.stepperStep__11500320.disabled__d7ec1f02{pointer-events:none}.stepperStep__11500320.disabled__d7ec1f02 .content__8cf1cfb1{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-30-0)}.stepperStep__11500320.disabled__d7ec1f02 .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-30-0)}.stepperStep__11500320.disabled__d7ec1f02 .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-30-0)}.stepperStep__11500320.focusVisible__3b5a9cba.completed__e3019953 .content__8cf1cfb1,.stepperStep__11500320.focusVisible__3b5a9cba.active__cf714969 .content__8cf1cfb1,.stepperStep__11500320.focusVisible__3b5a9cba.inactive__7caa4f72 .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-30-0)}.stepperStep__11500320.focusVisible__3b5a9cba.completed__e3019953 .arrow__26ba58ad path:last-child,.stepperStep__11500320.focusVisible__3b5a9cba.active__cf714969 .arrow__26ba58ad path:last-child,.stepperStep__11500320.focusVisible__3b5a9cba.inactive__7caa4f72 .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-30-0)}.stepperStep__11500320.focusVisible__3b5a9cba.completed__e3019953:hover .content__8cf1cfb1,.stepperStep__11500320.focusVisible__3b5a9cba.active__cf714969:hover .content__8cf1cfb1,.stepperStep__11500320.focusVisible__3b5a9cba.inactive__7caa4f72:hover .content__8cf1cfb1{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-30-0)}.stepperStep__11500320.focusVisible__3b5a9cba.completed__e3019953:hover .arrow__26ba58ad path:last-child,.stepperStep__11500320.focusVisible__3b5a9cba.active__cf714969:hover .arrow__26ba58ad path:last-child,.stepperStep__11500320.focusVisible__3b5a9cba.inactive__7caa4f72:hover .arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-30-0)}.content__8cf1cfb1{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-30-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-30-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-30-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.arrow__26ba58ad{transform:translate(0)}.arrow__26ba58ad path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-30-0)}.arrow__26ba58ad path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-30-0)}.icon__1736e539{display:inline-flex;align-items:center;line-height:0}.nonempty__1d30465a .icon__1736e539{margin-right:6px}.stepperExtended__1d0a4e17{display:flex;padding:0;margin:0;list-style:none}.stepperCarousel__ec4b9559{position:relative}.stepperCarousel__ec4b9559:hover .stepperButtonWrapper__bba15ca2{opacity:1;pointer-events:auto}.stepperButtonWrapper__bba15ca2{position:absolute;top:0;z-index:1;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.stepperButtonWrapper__bba15ca2.prev__02c307f1{left:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Prev-1-30-0)}.stepperButtonWrapper__bba15ca2.next__e7913f9d{right:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Next-1-30-0)}.stepperButton__b7d7b2c3.sm__c7108bbb{height:28px;width:28px}.stepperButton__b7d7b2c3.md__5e5e9150{height:40px;width:40px}.stepperButton__b7d7b2c3.lg__c0c003a3{height:56px;width:56px}@media(max-width:767px){.stepperButtonWrapper__bba15ca2{display:none}}.suggestFieldMobileBody__0e465e2c{height:176px}.suggestFieldMobileDropdownHint__caf02889{padding:16px}.noColumns__81b2103b{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__81b2103b>.content__ad440e60{width:456px;text-align:center}.filterPanel__7691460c{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__2bc0179d{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__2bc0179d>a:not(:first-child){margin-left:16px}.tabsLinePanel__46fe37be{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__3772895c{0%{opacity:0}to{opacity:1}}.tableBasic__47059dab{position:relative}.tableBasic__47059dab table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__47059dab table th.alignLeft__e4576b2f,.tableBasic__47059dab table td.alignLeft__e4576b2f{text-align:left}.tableBasic__47059dab table th.alignRight__e7f29dfb,.tableBasic__47059dab table td.alignRight__e7f29dfb{text-align:right}.tableBasic__47059dab table th.alignCenter__fe83854a,.tableBasic__47059dab table td.alignCenter__fe83854a{text-align:center}.tableBasic__47059dab table th.verticalAlignBaseline__f51e8c65,.tableBasic__47059dab table td.verticalAlignBaseline__f51e8c65{vertical-align:baseline}.tableBasic__47059dab table th.verticalAlignSub__36e8d7d1,.tableBasic__47059dab table td.verticalAlignSub__36e8d7d1{vertical-align:sub}.tableBasic__47059dab table th.verticalAlignSuper__17071bb0,.tableBasic__47059dab table td.verticalAlignSuper__17071bb0{vertical-align:super}.tableBasic__47059dab table th.verticalAlignTextTop__5e706694,.tableBasic__47059dab table td.verticalAlignTextTop__5e706694{vertical-align:text-top}.tableBasic__47059dab table th.verticalAlignTextBottom__dd317150,.tableBasic__47059dab table td.verticalAlignTextBottom__dd317150{vertical-align:text-bottom}.tableBasic__47059dab table th.verticalAlignMiddle__7dfbda51,.tableBasic__47059dab table td.verticalAlignMiddle__7dfbda51{vertical-align:middle}.tableBasic__47059dab table th.verticalAlignTop__08aced3b,.tableBasic__47059dab table td.verticalAlignTop__08aced3b{vertical-align:top}.tableBasic__47059dab table th.verticalAlignBottom__dbd00d38,.tableBasic__47059dab table td.verticalAlignBottom__dbd00d38{vertical-align:bottom}.tableBasic__47059dab table>thead>tr{height:48px}.tableBasic__47059dab table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-30-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-30-0)}.tableBasic__47059dab table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__47059dab table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__47059dab table>thead>tr>th.checkboxType__9745d992{padding:16px 12px}.tableBasic__47059dab table>thead>tr>th .thBlock__5ba3297a{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__47059dab table>thead>tr>th .thBlock__5ba3297a.order__d6a4032b{cursor:pointer}.tableBasic__47059dab table>thead>tr>th .thBlock__5ba3297a.order__d6a4032b .orderButton__91335996{display:flex;visibility:hidden;align-items:center}.tableBasic__47059dab table>thead>tr>th .thBlock__5ba3297a.order__d6a4032b .orderButton__91335996.alignLeft__e4576b2f{margin-right:8px}.tableBasic__47059dab table>thead>tr>th .thBlock__5ba3297a.order__d6a4032b .orderButton__91335996.alignRight__e7f29dfb{margin-left:8px}.tableBasic__47059dab table>thead>tr>th .thBlock__5ba3297a.order__d6a4032b .orderButton__91335996.sorted__e3923cb1{visibility:visible}.tableBasic__47059dab table>thead>tr>th .thBlock__5ba3297a.order__d6a4032b:hover .orderButton__91335996{visibility:visible}.tableBasic__47059dab table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-30-0)}.tableBasic__47059dab table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__47059dab table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__47059dab table>tbody>tr>td.textType__e679bc09{padding:12px}.tableBasic__47059dab table>tbody>tr>td.componentsType__ca3c7414{padding:8px 12px}.tableBasic__47059dab table>tbody>tr>td.checkboxType__9745d992{padding:10px 12px 12px}.tableBasic__47059dab table>tbody>tr.selected__6403d83e>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-30-0)}.tableBasic__47059dab table>tbody.clickable__4001bd5d>tr{cursor:pointer}.tableBasic__47059dab table>tbody.hoverable__8ab0742c>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-30-0)}.tableBasic__47059dab .footerEmptyData__ba3cf80c{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__47059dab .spinnerWrapper__9e013a2b{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__47059dab .spinnerWrapper__9e013a2b .tableLoaderScreen__a59640a2{border-radius:8px 8px 0 0}.tableBasic__47059dab .overlayCover__1349e618{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-30-0);animation:fadeIn__3772895c .3s}.tableBasicSettingsBody__2c88de8a{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__43472397{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-30-0)!important}.columnSettingsSortableListItemTarget__43472397:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-30-0)!important}.columnSettingsSortableListItemTarget__43472397.dragging__7278470e{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-30-0)!important}.columnSettingsStaticListItem__addc5c2f{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-30-0)}.tableBasicSettingsFooter__786d3d7a{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-30-0);padding:11px 12px 12px}.tableBasicSettingsHeader__4840f75c{padding:16px 12px 12px}.tableSettingsLink__da2ed832{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__f255ae2d{width:320px}.tableFooterWrapper__b00461c7{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__b00461c7 .tableFooterShadow__2b036e02{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-30-0);pointer-events:none}.tableFooterWrapper__b00461c7 .tableFooter__043a481a{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-30-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__b00461c7 .tableFooter__043a481a .tableFooterSummary__99d7377c{display:flex;align-items:center}.tableFooterWrapper__b00461c7 .tableFooter__043a481a .tableFooterSummary__99d7377c .tableFooterSummarySelectedCount__547b24ae,.tableFooterWrapper__b00461c7 .tableFooter__043a481a .tableFooterSummary__99d7377c .tableFooterSummarySelectAllButton__6cdf44c3,.tableFooterWrapper__b00461c7 .tableFooter__043a481a .tableFooterSummary__99d7377c .tableFooterSummaryAmount__3da9de73{display:inline-flex}.tableFooterWrapper__b00461c7 .tableFooter__043a481a .tableFooterSummary__99d7377c .tableFooterSummarySelectedCount__547b24ae,.tableFooterWrapper__b00461c7 .tableFooter__043a481a .tableFooterSummary__99d7377c .tableFooterSummarySelectAllButton__6cdf44c3,.tableFooterWrapper__b00461c7 .tableFooter__043a481a .tableFooterSummary__99d7377c .tableFooterSummaryAmount__3da9de73,.tableFooterWrapper__b00461c7 .tableFooter__043a481a .tableFooterSummary__99d7377c .tableFooterSummaryLabel__c6d07d7e{margin-left:24px}@media(max-width:767px){.tableFooterWrapper__b00461c7{height:112px}}.paginationPanel__534a5985{margin-top:16px}.masterTable__6c1b2ed2,.tabsExtended__42aff274{position:relative}.tabsExtendedContent__6e5b933e{display:inline-flex}.tabsExtendedContent__6e5b933e.sm__072bbeef{border-radius:6px;padding:4px}.tabsExtendedContent__6e5b933e.md__571f0969{border-radius:8px;padding:4px}.tabsExtendedContent__6e5b933e.lg__fc4cdd5a{border-radius:10px;padding:8px}.tabsExtendedTab__899a5226{display:flex}.tabsExtendedTab__899a5226+.tabsExtendedTab__899a5226,.tabsExtendedDropdown__bb0f5d61{margin-left:4px}.tabsReal__1eb82e35,.tabsFake__d2eab18a{display:flex;box-sizing:border-box;width:100%}.tabsReal__1eb82e35.hidden__c474b249{visibility:hidden}.tabsReal__1eb82e35 .tabsExtendedTab__899a5226.hidden__c474b249{display:none}.tabsFake__d2eab18a{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__04c729fa .tabsExtendedContent__6e5b933e{background-color:var(--triplex-next-Tabs-Type1_Background-1-30-0)}.type2__5a528f7f .tabsExtendedContent__6e5b933e{background-color:var(--triplex-next-Tabs-Type2_Background-1-30-0)}.tabsExtendedTabButton__de7d360b{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-30-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__de7d360b .notificationIcon__9649aeb8{position:absolute}.tabsExtendedTabButton__de7d360b.lg__fc4cdd5a{border-radius:6px;padding:9px 16px}.tabsExtendedTabButton__de7d360b.lg__fc4cdd5a .notificationIcon__9649aeb8{right:6px;top:6px}.tabsExtendedTabButton__de7d360b.md__571f0969{border-radius:4px;padding:5px 16px}.tabsExtendedTabButton__de7d360b.md__571f0969 .notificationIcon__9649aeb8{right:4px;top:4px}.tabsExtendedTabButton__de7d360b.sm__072bbeef{border-radius:4px;padding:1px 16px}.tabsExtendedTabButton__de7d360b.sm__072bbeef .notificationIcon__9649aeb8{right:3px;top:3px}.tabsExtendedTabButton__de7d360b .tabsExtendedTabButtonTextDefault__14671790{display:block}.tabsExtendedTabButton__de7d360b .tabsExtendedTabButtonTextHover__7ffb3da5,.tabsExtendedTabButton__de7d360b:hover .tabsExtendedTabButtonTextDefault__14671790,.tabsExtendedTabButton__de7d360b.selected__ab5109cf .tabsExtendedTabButtonTextDefault__14671790{display:none}.tabsExtendedTabButton__de7d360b:hover .tabsExtendedTabButtonTextHover__7ffb3da5,.tabsExtendedTabButton__de7d360b.selected__ab5109cf .tabsExtendedTabButtonTextHover__7ffb3da5{display:block}.tabsExtendedTabButton__de7d360b::-moz-focus-inner{border:none}.tabsExtendedTabButton__de7d360b+.tabsExtendedTabButton__de7d360b{margin-left:2px}.tabsExtendedTabButton__de7d360b:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-30-0)}.tabsExtendedTabButton__de7d360b.type1__04c729fa{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-30-0)}.tabsExtendedTabButton__de7d360b.type1__04c729fa.selected__ab5109cf{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-30-0)}.tabsExtendedTabButton__de7d360b.type1__04c729fa:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-30-0)}.tabsExtendedTabButton__de7d360b.type2__5a528f7f{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-30-0)}.tabsExtendedTabButton__de7d360b.type2__5a528f7f.selected__ab5109cf{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-30-0)}.tabsExtendedTabButton__de7d360b.type2__5a528f7f:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-30-0)}.tabsContent__6e72651b .tabButtonDropdown__9cc23a8e{justify-content:center;padding:0!important;border-radius:0!important;background:none!important}.tabsContent__6e72651b .tabButtonDropdown__9cc23a8e.sm__e006333d{min-width:20px;min-height:20px;height:20px}.tabsContent__6e72651b .tabButtonDropdown__9cc23a8e.md__564e5b58{min-width:32px;min-height:32px;height:32px}.tabsContent__6e72651b .tabButtonDropdown__9cc23a8e.lg__5b7c1b9d{min-width:40px;min-height:40px;height:40px}.tag__0135ebf4{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-30-0);border-radius:4px;gap:2px}.tag__0135ebf4.sm__fce1266a{height:20px;padding:2px 4px 2px 6px}.tag__0135ebf4.md__776ccfe0{height:28px;padding:4px 6px 4px 8px}.tag__0135ebf4.lg__66bfa734{height:32px;padding:6px 8px 6px 10px}.content__27972a28{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagColor__556f0a45{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__556f0a45.sm__a4fd027b{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__556f0a45.md__b986339b{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__556f0a45.lg__a6c5c56b{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__556f0a45.default__2e0368ea{background:var(--triplex-next-TagColor-Background_Default-1-30-0)}.tagColor__556f0a45.success__9ccd4206{background:var(--triplex-next-TagColor-Background_Success-1-30-0)}.tagColor__556f0a45.info__833d3aa5{background:var(--triplex-next-TagColor-Background_Info-1-30-0)}.tagColor__556f0a45.warning__afecc293{background:var(--triplex-next-TagColor-Background_Warning-1-30-0)}.tagColor__556f0a45.error__b038398d{background:var(--triplex-next-TagColor-Background_Error-1-30-0)}.content__5ee41736{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-30-0)}.tagGroup__803778e2.sm__dbac22fd{margin:-2px}.tagGroup__803778e2.sm__dbac22fd>*{margin:2px}.tagGroup__803778e2.md__519b495b{margin:-4px}.tagGroup__803778e2.md__519b495b>*{margin:4px}.tagGroup__803778e2.lg__bf547e5a{margin:-6px}.tagGroup__803778e2.lg__bf547e5a>*{margin:6px}.uploadZone__d7bcedd4{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-30-0)}.uploadZone__d7bcedd4:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-30-0)}.uploadZoneDragArea__f4fb5296{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-30-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__86b4584a{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-30-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-30-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-30-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__9dc6357a{display:none}@media(max-width:767px){.uploadZone__d7bcedd4,.uploadZone__d7bcedd4:hover{background:none}.uploadZoneDragArea__f4fb5296{display:none}}
|
|
1
|
+
html {--triplex-next-ColorBrand-0-1-31-0: #1F3336;
|
|
2
|
+
--triplex-next-ColorBrand-10-1-31-0: #0B3A3C;
|
|
3
|
+
--triplex-next-ColorBrand-20-1-31-0: #006063;
|
|
4
|
+
--triplex-next-ColorBrand-30-1-31-0: #007777;
|
|
5
|
+
--triplex-next-ColorBrand-40-1-31-0: #008985;
|
|
6
|
+
--triplex-next-ColorBrand-50-1-31-0: #21A19A;
|
|
7
|
+
--triplex-next-ColorBrand-60-1-31-0: #19BDB0;
|
|
8
|
+
--triplex-next-ColorBrand-70-1-31-0: #4BD9CF;
|
|
9
|
+
--triplex-next-ColorBrand-80-1-31-0: #71ECDC;
|
|
10
|
+
--triplex-next-ColorBrand-90-1-31-0: #A8F5E9;
|
|
11
|
+
--triplex-next-ColorBrand-95-1-31-0: #C5FAF1;
|
|
12
|
+
--triplex-next-ColorBrand-100-1-31-0: #E3FFFA;
|
|
13
|
+
--triplex-next-ColorDarkNeutralAlpha-0-1-31-0: rgba(31, 31, 34, 1);
|
|
14
|
+
--triplex-next-ColorDarkNeutralAlpha-10-1-31-0: rgba(31, 31, 34, .95);
|
|
15
|
+
--triplex-next-ColorDarkNeutralAlpha-20-1-31-0: rgba(31, 31, 34, .85);
|
|
16
|
+
--triplex-next-ColorDarkNeutralAlpha-30-1-31-0: rgba(31, 31, 34, .75);
|
|
17
|
+
--triplex-next-ColorDarkNeutralAlpha-40-1-31-0: rgba(31, 31, 34, .65);
|
|
18
|
+
--triplex-next-ColorDarkNeutralAlpha-50-1-31-0: rgba(31, 31, 34, .55);
|
|
19
|
+
--triplex-next-ColorDarkNeutralAlpha-60-1-31-0: rgba(31, 31, 34, .45);
|
|
20
|
+
--triplex-next-ColorDarkNeutralAlpha-70-1-31-0: rgba(31, 31, 34, .35);
|
|
21
|
+
--triplex-next-ColorDarkNeutralAlpha-80-1-31-0: rgba(31, 31, 34, .25);
|
|
22
|
+
--triplex-next-ColorDarkNeutralAlpha-90-1-31-0: rgba(31, 31, 34, .15);
|
|
23
|
+
--triplex-next-ColorDarkNeutralAlpha-100-1-31-0: rgba(31, 31, 34, .05);
|
|
24
|
+
--triplex-next-ColorDarkNeutral-0-1-31-0: #000000;
|
|
25
|
+
--triplex-next-ColorDarkNeutral-10-1-31-0: #171719;
|
|
26
|
+
--triplex-next-ColorDarkNeutral-20-1-31-0: #1B1B1D;
|
|
27
|
+
--triplex-next-ColorDarkNeutral-30-1-31-0: #1F1F22;
|
|
28
|
+
--triplex-next-ColorDarkNeutral-40-1-31-0: #262629;
|
|
29
|
+
--triplex-next-ColorDarkNeutral-50-1-31-0: #2D2D30;
|
|
30
|
+
--triplex-next-ColorDarkNeutral-60-1-31-0: #343437;
|
|
31
|
+
--triplex-next-ColorDarkNeutral-70-1-31-0: #3B3B3E;
|
|
32
|
+
--triplex-next-ColorDarkNeutral-80-1-31-0: #424245;
|
|
33
|
+
--triplex-next-ColorDarkNeutral-90-1-31-0: #49494C;
|
|
34
|
+
--triplex-next-ColorDarkNeutral-100-1-31-0: #4F4F52;
|
|
35
|
+
--triplex-next-ColorError-0-1-31-0: #443139;
|
|
36
|
+
--triplex-next-ColorError-10-1-31-0: #4E3741;
|
|
37
|
+
--triplex-next-ColorError-20-1-31-0: #A90024;
|
|
38
|
+
--triplex-next-ColorError-30-1-31-0: #BD002C;
|
|
39
|
+
--triplex-next-ColorError-40-1-31-0: #D10032;
|
|
40
|
+
--triplex-next-ColorError-50-1-31-0: #E60037;
|
|
41
|
+
--triplex-next-ColorError-60-1-31-0: #F80C45;
|
|
42
|
+
--triplex-next-ColorError-70-1-31-0: #FF5571;
|
|
43
|
+
--triplex-next-ColorError-80-1-31-0: #FFB1C1;
|
|
44
|
+
--triplex-next-ColorError-90-1-31-0: #FCE0E6;
|
|
45
|
+
--triplex-next-ColorError-100-1-31-0: #FFF0F3;
|
|
46
|
+
--triplex-next-ColorInfo-0-1-31-0: #313749;
|
|
47
|
+
--triplex-next-ColorInfo-10-1-31-0: #2E3A52;
|
|
48
|
+
--triplex-next-ColorInfo-20-1-31-0: #0A43B0;
|
|
49
|
+
--triplex-next-ColorInfo-30-1-31-0: #124FC2;
|
|
50
|
+
--triplex-next-ColorInfo-40-1-31-0: #0E57CC;
|
|
51
|
+
--triplex-next-ColorInfo-50-1-31-0: #1371E4;
|
|
52
|
+
--triplex-next-ColorInfo-60-1-31-0: #1297FE;
|
|
53
|
+
--triplex-next-ColorInfo-70-1-31-0: #66BEFF;
|
|
54
|
+
--triplex-next-ColorInfo-80-1-31-0: #8DD2FF;
|
|
55
|
+
--triplex-next-ColorInfo-90-1-31-0: #B8E6FF;
|
|
56
|
+
--triplex-next-ColorInfo-100-1-31-0: #E3F6FF;
|
|
57
|
+
--triplex-next-ColorNeutralAlpha-0-1-31-0: rgba(255, 255, 255, 1);
|
|
58
|
+
--triplex-next-ColorNeutralAlpha-10-1-31-0: rgba(255, 255, 255, .95);
|
|
59
|
+
--triplex-next-ColorNeutralAlpha-20-1-31-0: rgba(255, 255, 255, .85);
|
|
60
|
+
--triplex-next-ColorNeutralAlpha-30-1-31-0: rgba(255, 255, 255, .75);
|
|
61
|
+
--triplex-next-ColorNeutralAlpha-40-1-31-0: rgba(255, 255, 255, .65);
|
|
62
|
+
--triplex-next-ColorNeutralAlpha-50-1-31-0: rgba(255, 255, 255, .55);
|
|
63
|
+
--triplex-next-ColorNeutralAlpha-60-1-31-0: rgba(255, 255, 255, .45);
|
|
64
|
+
--triplex-next-ColorNeutralAlpha-70-1-31-0: rgba(255, 255, 255, .35);
|
|
65
|
+
--triplex-next-ColorNeutralAlpha-80-1-31-0: rgba(255, 255, 255, .25);
|
|
66
|
+
--triplex-next-ColorNeutralAlpha-90-1-31-0: rgba(255, 255, 255, .15);
|
|
67
|
+
--triplex-next-ColorNeutralAlpha-100-1-31-0: rgba(255, 255, 255, .05);
|
|
68
|
+
--triplex-next-ColorNeutral-0-1-31-0: #CBCFD7;
|
|
69
|
+
--triplex-next-ColorNeutral-10-1-31-0: #D1D4DC;
|
|
70
|
+
--triplex-next-ColorNeutral-20-1-31-0: #D6D9E0;
|
|
71
|
+
--triplex-next-ColorNeutral-30-1-31-0: #DCDFE4;
|
|
72
|
+
--triplex-next-ColorNeutral-40-1-31-0: #DFE2E7;
|
|
73
|
+
--triplex-next-ColorNeutral-50-1-31-0: #E3E6EA;
|
|
74
|
+
--triplex-next-ColorNeutral-60-1-31-0: #E7E9EE;
|
|
75
|
+
--triplex-next-ColorNeutral-70-1-31-0: #EAEDF1;
|
|
76
|
+
--triplex-next-ColorNeutral-80-1-31-0: #EEF0F4;
|
|
77
|
+
--triplex-next-ColorNeutral-90-1-31-0: #F2F4F7;
|
|
78
|
+
--triplex-next-ColorNeutral-100-1-31-0: #FFFFFF;
|
|
79
|
+
--triplex-next-ColorSuccess-0-1-31-0: #28433E;
|
|
80
|
+
--triplex-next-ColorSuccess-10-1-31-0: #2A4C45;
|
|
81
|
+
--triplex-next-ColorSuccess-20-1-31-0: #00624C;
|
|
82
|
+
--triplex-next-ColorSuccess-30-1-31-0: #007353;
|
|
83
|
+
--triplex-next-ColorSuccess-40-1-31-0: #008B5C;
|
|
84
|
+
--triplex-next-ColorSuccess-50-1-31-0: #00C075;
|
|
85
|
+
--triplex-next-ColorSuccess-60-1-31-0: #00D67D;
|
|
86
|
+
--triplex-next-ColorSuccess-70-1-31-0: #3AF299;
|
|
87
|
+
--triplex-next-ColorSuccess-80-1-31-0: #8AFFB8;
|
|
88
|
+
--triplex-next-ColorSuccess-90-1-31-0: #B8FFD4;
|
|
89
|
+
--triplex-next-ColorSuccess-100-1-31-0: #E1FFEB;
|
|
90
|
+
--triplex-next-ColorSystem-0-1-31-0: #373C49;
|
|
91
|
+
--triplex-next-ColorSystem-10-1-31-0: #384156;
|
|
92
|
+
--triplex-next-ColorSystem-20-1-31-0: #47526D;
|
|
93
|
+
--triplex-next-ColorSystem-30-1-31-0: #57637F;
|
|
94
|
+
--triplex-next-ColorSystem-40-1-31-0: #697591;
|
|
95
|
+
--triplex-next-ColorSystem-50-1-31-0: #8291B3;
|
|
96
|
+
--triplex-next-ColorSystem-60-1-31-0: #95A3C1;
|
|
97
|
+
--triplex-next-ColorSystem-70-1-31-0: #A9B6D0;
|
|
98
|
+
--triplex-next-ColorSystem-80-1-31-0: #BFCADF;
|
|
99
|
+
--triplex-next-ColorSystem-90-1-31-0: #D6DEED;
|
|
100
|
+
--triplex-next-ColorSystem-95-1-31-0: #E0E8F4;
|
|
101
|
+
--triplex-next-ColorSystem-100-1-31-0: #EEF3FC;
|
|
102
|
+
--triplex-next-ColorWarning-0-1-31-0: #463734;
|
|
103
|
+
--triplex-next-ColorWarning-10-1-31-0: #4F3E3B;
|
|
104
|
+
--triplex-next-ColorWarning-20-1-31-0: #E03400;
|
|
105
|
+
--triplex-next-ColorWarning-30-1-31-0: #E63D00;
|
|
106
|
+
--triplex-next-ColorWarning-40-1-31-0: #EF4C01;
|
|
107
|
+
--triplex-next-ColorWarning-50-1-31-0: #FD6508;
|
|
108
|
+
--triplex-next-ColorWarning-60-1-31-0: #FF7A17;
|
|
109
|
+
--triplex-next-ColorWarning-70-1-31-0: #FFB13B;
|
|
110
|
+
--triplex-next-ColorWarning-80-1-31-0: #FFD169;
|
|
111
|
+
--triplex-next-ColorWarning-90-1-31-0: #FCEAC7;
|
|
112
|
+
--triplex-next-ColorWarning-100-1-31-0: #FFF4DB;
|
|
113
|
+
--triplex-next-AlertContext-Error_Color-1-31-0: #D10032;
|
|
114
|
+
--triplex-next-AlertContext-Info_Color-1-31-0: rgba(31, 31, 34, 1);
|
|
115
|
+
--triplex-next-AlertContext-System_Color-1-31-0: rgba(31, 31, 34, 1);
|
|
116
|
+
--triplex-next-AlertContext-Warning_Color-1-31-0: rgba(31, 31, 34, 1);
|
|
117
|
+
--triplex-next-AlertProcess-Info_Background-1-31-0: #E3F6FF;
|
|
118
|
+
--triplex-next-AlertProcess-Warning_Background-1-31-0: #FFF4DB;
|
|
119
|
+
--triplex-next-AlertProcess-Error_Background-1-31-0: #FFF0F3;
|
|
120
|
+
--triplex-next-AlertProcess-System_Background-1-31-0: #E0E8F4;
|
|
121
|
+
--triplex-next-AlertProcess-Feature_Background-1-31-0: #E3FFFA;
|
|
122
|
+
--triplex-next-Avatar-Background-1-31-0: #E3E6EA;
|
|
123
|
+
--triplex-next-Badge-Background-1-31-0: #FFB13B;
|
|
124
|
+
--triplex-next-Button-General_Background_Active-1-31-0: #007777;
|
|
125
|
+
--triplex-next-Button-General_Background_Default-1-31-0: #21A19A;
|
|
126
|
+
--triplex-next-Button-General_Background_Disabled-1-31-0: #F2F4F7;
|
|
127
|
+
--triplex-next-Button-General_Background_Hover-1-31-0: #19BDB0;
|
|
128
|
+
--triplex-next-Button-General_Color_Active-1-31-0: rgba(255, 255, 255, 1);
|
|
129
|
+
--triplex-next-Button-General_Color_Default-1-31-0: rgba(255, 255, 255, 1);
|
|
130
|
+
--triplex-next-Button-General_Color_Disabled-1-31-0: rgba(31, 31, 34, .35);
|
|
131
|
+
--triplex-next-Button-General_Color_Hover-1-31-0: rgba(255, 255, 255, 1);
|
|
132
|
+
--triplex-next-Button-General_Shadow_Focus-1-31-0: 0 0 0 1px #FFD169 inset;
|
|
133
|
+
--triplex-next-Button-Secondary_Background_Active-1-31-0: #DCDFE4;
|
|
134
|
+
--triplex-next-Button-Secondary_Background_Default-1-31-0: #F2F4F7;
|
|
135
|
+
--triplex-next-Button-Secondary_Background_Disabled-1-31-0: #F2F4F7;
|
|
136
|
+
--triplex-next-Button-Secondary_Background_Hover-1-31-0: #EAEDF1;
|
|
137
|
+
--triplex-next-Button-Secondary_Color_Active-1-31-0: #007777;
|
|
138
|
+
--triplex-next-Button-Secondary_Color_Default-1-31-0: #008985;
|
|
139
|
+
--triplex-next-Button-Secondary_Color_Disabled-1-31-0: rgba(31, 31, 34, .35);
|
|
140
|
+
--triplex-next-Button-Secondary_Color_Hover-1-31-0: #21A19A;
|
|
141
|
+
--triplex-next-Button-Secondary_Shadow_Focus-1-31-0: 0 0 0 1px #FFD169 inset;
|
|
142
|
+
--triplex-next-Button-SecondaryLight_Background_Active-1-31-0: #DFE2E7;
|
|
143
|
+
--triplex-next-Button-SecondaryLight_Background_Default-1-31-0: #FFFFFF;
|
|
144
|
+
--triplex-next-Button-SecondaryLight_Background_Disabled-1-31-0: #F2F4F7;
|
|
145
|
+
--triplex-next-Button-SecondaryLight_Background_Hover-1-31-0: #EEF0F4;
|
|
146
|
+
--triplex-next-Button-SecondaryLight_Color_Active-1-31-0: #007777;
|
|
147
|
+
--triplex-next-Button-SecondaryLight_Color_Default-1-31-0: #008985;
|
|
148
|
+
--triplex-next-Button-SecondaryLight_Color_Disabled-1-31-0: rgba(31, 31, 34, .35);
|
|
149
|
+
--triplex-next-Button-SecondaryLight_Color_Hover-1-31-0: #21A19A;
|
|
150
|
+
--triplex-next-Button-SecondaryLight_Shadow_Focus-1-31-0: 0 0 0 1px #FFD169 inset;
|
|
151
|
+
--triplex-next-Button-Danger_Background_Active-1-31-0: #BD002C;
|
|
152
|
+
--triplex-next-Button-Danger_Background_Default-1-31-0: #E60037;
|
|
153
|
+
--triplex-next-Button-Danger_Background_Disabled-1-31-0: #F2F4F7;
|
|
154
|
+
--triplex-next-Button-Danger_Background_Hover-1-31-0: #F80C45;
|
|
155
|
+
--triplex-next-Button-Danger_Color_Active-1-31-0: rgba(255, 255, 255, 1);
|
|
156
|
+
--triplex-next-Button-Danger_Color_Default-1-31-0: rgba(255, 255, 255, 1);
|
|
157
|
+
--triplex-next-Button-Danger_Color_Disabled-1-31-0: rgba(31, 31, 34, .35);
|
|
158
|
+
--triplex-next-Button-Danger_Color_Hover-1-31-0: rgba(255, 255, 255, 1);
|
|
159
|
+
--triplex-next-Button-Danger_Shadow_Focus-1-31-0: 0 0 0 1px #FFD169 inset;
|
|
160
|
+
--triplex-next-Button-Icon_Shadow_Focus-1-31-0: 0 0 0 1px #FFD169;
|
|
161
|
+
--triplex-next-Button-Link_Color_Active-1-31-0: #007777;
|
|
162
|
+
--triplex-next-Button-Link_Color_Default-1-31-0: #008985;
|
|
163
|
+
--triplex-next-Button-Link_Color_Disabled-1-31-0: rgba(31, 31, 34, .35);
|
|
164
|
+
--triplex-next-Button-Link_Color_Hover-1-31-0: #21A19A;
|
|
165
|
+
--triplex-next-Button-Link_Shadow_Focus-1-31-0: 0 0 0 1px #FFD169 inset;
|
|
166
|
+
--triplex-next-Calendar-Background-1-31-0: #FFFFFF;
|
|
167
|
+
--triplex-next-Calendar-View_Header_Color-1-31-0: rgba(31, 31, 34, .55);
|
|
168
|
+
--triplex-next-Calendar-View_Item_Background_Default-1-31-0: none;
|
|
169
|
+
--triplex-next-Calendar-View_Item_Background_Hover-1-31-0: #19BDB0;
|
|
170
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Default-1-31-0: #21A19A;
|
|
171
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-31-0: #007777;
|
|
172
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-31-0: #E3FFFA;
|
|
173
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-31-0: #A8F5E9;
|
|
174
|
+
--triplex-next-Calendar-View_Item_BorderColor_Default-1-31-0: transparent;
|
|
175
|
+
--triplex-next-Calendar-View_Item_BorderColor_Focus-1-31-0: #FFD169;
|
|
176
|
+
--triplex-next-Calendar-View_Item_Color_Default-1-31-0: rgba(31, 31, 34, 1);
|
|
177
|
+
--triplex-next-Calendar-View_Item_Color_Hover-1-31-0: rgba(255, 255, 255, 1);
|
|
178
|
+
--triplex-next-Calendar-View_Item_Color_Disabled-1-31-0: rgba(31, 31, 34, .35);
|
|
179
|
+
--triplex-next-Calendar-View_Item_Color_Muted-1-31-0: rgba(31, 31, 34, .35);
|
|
180
|
+
--triplex-next-Calendar-View_Item_Color_Selected-1-31-0: rgba(255, 255, 255, 1);
|
|
181
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-31-0: rgba(31, 31, 34, .35);
|
|
182
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-31-0: rgba(31, 31, 34, .35);
|
|
183
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-31-0: rgba(31, 31, 34, .35);
|
|
184
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-31-0: rgba(31, 31, 34, .35);
|
|
185
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-31-0: rgba(31, 31, 34, .35);
|
|
186
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-31-0: #00C075;
|
|
187
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-31-0: #00C075;
|
|
188
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-31-0: #00C075;
|
|
189
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-31-0: #FD6508;
|
|
190
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-31-0: #FD6508;
|
|
191
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-31-0: #FD6508;
|
|
192
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-31-0: #E60037;
|
|
193
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-31-0: #E60037;
|
|
194
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-31-0: #E60037;
|
|
195
|
+
--triplex-next-Card-Static_General_Background-1-31-0: #FFFFFF;
|
|
196
|
+
--triplex-next-Card-Static_Secondary_Background-1-31-0: #F2F4F7;
|
|
197
|
+
--triplex-next-Card-Action_General_Background-1-31-0: #FFFFFF;
|
|
198
|
+
--triplex-next-Card-Action_General_Background_Hover-1-31-0: #FFFFFF;
|
|
199
|
+
--triplex-next-Card-Action_General_Background_Selected-1-31-0: #F2F4F7;
|
|
200
|
+
--triplex-next-Card-Action_General_Background_Selected_Hover-1-31-0: #F2F4F7;
|
|
201
|
+
--triplex-next-Card-Action_Secondary_Background-1-31-0: #F2F4F7;
|
|
202
|
+
--triplex-next-Card-Action_Secondary_Background_Hover-1-31-0: #EAEDF1;
|
|
203
|
+
--triplex-next-Card-Action_Secondary_Background_Selected-1-31-0: #E3E6EA;
|
|
204
|
+
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-31-0: #DCDFE4;
|
|
205
|
+
--triplex-next-Card-Shadow_Default-1-31-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
|
|
206
|
+
--triplex-next-Card-Shadow_Focus-1-31-0: inset 0 0 0 1px #FFD169;
|
|
207
|
+
--triplex-next-Card-Shadow_Hover-1-31-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
|
|
208
|
+
--triplex-next-Card-Shadow_Selected-1-31-0: inset 0 0 0 1px #21A19A;
|
|
209
|
+
--triplex-next-Card-Shadow_Selected_Hover-1-31-0: inset 0 0 0 1px #19BDB0;
|
|
210
|
+
--triplex-next-Checkbox-Background_Checked_Default-1-31-0: #21A19A;
|
|
211
|
+
--triplex-next-Checkbox-Background_Checked_Disabled-1-31-0: #EAEDF1;
|
|
212
|
+
--triplex-next-Checkbox-Background_Checked_Hover-1-31-0: #007777;
|
|
213
|
+
--triplex-next-Checkbox-Background_Default-1-31-0: #F2F4F7;
|
|
214
|
+
--triplex-next-Checkbox-Background_Disabled-1-31-0: #F2F4F7;
|
|
215
|
+
--triplex-next-Checkbox-Background_Hover-1-31-0: #19BDB0;
|
|
216
|
+
--triplex-next-Checkbox-BorderColor_Default-1-31-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
217
|
+
--triplex-next-Checkbox-BorderColor_Disabled-1-31-0: 0 0 0 1px #E3E6EA inset;
|
|
218
|
+
--triplex-next-Checkbox-BorderColor_Focus-1-31-0: 0 0 0 1px #FFD169 inset;
|
|
219
|
+
--triplex-next-Checkbox-BorderColor_Hover-1-31-0: none;
|
|
220
|
+
--triplex-next-Checkbox-BorderColor_Checked_Default-1-31-0: none;
|
|
221
|
+
--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-31-0: none;
|
|
222
|
+
--triplex-next-Checkbox-Checkmark_Fill_Default-1-31-0: rgba(255, 255, 255, 1);
|
|
223
|
+
--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-31-0: rgba(31, 31, 34, .15);
|
|
224
|
+
--triplex-next-Chip-Background_Active-1-31-0: #DFE2E7;
|
|
225
|
+
--triplex-next-Chip-Background_Disabled-1-31-0: #F2F4F7;
|
|
226
|
+
--triplex-next-Chip-Background_Type1_Default-1-31-0: #F2F4F7;
|
|
227
|
+
--triplex-next-Chip-Background_Type1_Hover-1-31-0: #EAEDF1;
|
|
228
|
+
--triplex-next-Chip-Background_Type2_Default-1-31-0: #FFFFFF;
|
|
229
|
+
--triplex-next-Chip-Background_Type2_Hover-1-31-0: #EEF0F4;
|
|
230
|
+
--triplex-next-Chip-Background_Selected_Active-1-31-0: #4F4F52;
|
|
231
|
+
--triplex-next-Chip-Background_Selected_Default-1-31-0: #3B3B3E;
|
|
232
|
+
--triplex-next-Chip-Background_Selected_Disabled-1-31-0: #343437;
|
|
233
|
+
--triplex-next-Chip-Background_Selected_Hover-1-31-0: #49494C;
|
|
234
|
+
--triplex-next-Chip-Color_Active-1-31-0: rgba(31, 31, 34, 1);
|
|
235
|
+
--triplex-next-Chip-Color_Default-1-31-0: rgba(31, 31, 34, 1);
|
|
236
|
+
--triplex-next-Chip-Color_Disabled-1-31-0: rgba(31, 31, 34, .35);
|
|
237
|
+
--triplex-next-Chip-Color_Hover-1-31-0: rgba(31, 31, 34, 1);
|
|
238
|
+
--triplex-next-Chip-Color_Selected_Active-1-31-0: rgba(255, 255, 255, 1);
|
|
239
|
+
--triplex-next-Chip-Color_Selected_Default-1-31-0: rgba(255, 255, 255, 1);
|
|
240
|
+
--triplex-next-Chip-Color_Selected_Disabled-1-31-0: rgba(255, 255, 255, .25);
|
|
241
|
+
--triplex-next-Chip-Color_Selected_Hover-1-31-0: rgba(255, 255, 255, 1);
|
|
242
|
+
--triplex-next-Chip-Shadow_Focus-1-31-0: 0 0 0 1px #FFD169 inset;
|
|
243
|
+
--triplex-next-CollapsibleTree-Header_Background_Hover-1-31-0: #E3E6EA;
|
|
244
|
+
--triplex-next-CollapsibleTree-Header_Shadow_Focus-1-31-0: 0 0 0 1px #FFD169 inset;
|
|
245
|
+
--triplex-next-Divider-Background-1-31-0: #D6D9E0;
|
|
246
|
+
--triplex-next-Dropdown-Background-1-31-0: #FFFFFF;
|
|
247
|
+
--triplex-next-Dropdown-Shadow-1-31-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
248
|
+
--triplex-next-DropdownList-Background_Active-1-31-0: #EAEDF1;
|
|
249
|
+
--triplex-next-DropdownList-Background_Default-1-31-0: none;
|
|
250
|
+
--triplex-next-DropdownList-Background_Selected-1-31-0: #DCDFE4;
|
|
251
|
+
--triplex-next-DropdownList-Color-1-31-0: rgba(31, 31, 34, 1);
|
|
252
|
+
--triplex-next-DropdownMobile-Backdrop-1-31-0: rgba(31, 31, 34, .65);
|
|
253
|
+
--triplex-next-DropdownMobile-Border_Color-1-31-0: #D6D9E0;
|
|
254
|
+
--triplex-next-DropdownMobile-Content_Background-1-31-0: #FFFFFF;
|
|
255
|
+
--triplex-next-DropdownMobile-Footer_Background-1-31-0: #FFFFFF;
|
|
256
|
+
--triplex-next-DropdownMobile-Header_Background-1-31-0: #F2F4F7;
|
|
257
|
+
--triplex-next-DropdownMobileList-Active_Background-1-31-0: #EAEDF1;
|
|
258
|
+
--triplex-next-DropdownMobileList-Selected_Background-1-31-0: #DCDFE4;
|
|
259
|
+
--triplex-next-FooterPage-StickyShadow-1-31-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
260
|
+
--triplex-next-FormField-Background_Active-1-31-0: #F2F4F7;
|
|
261
|
+
--triplex-next-FormField-Background_Default-1-31-0: #F2F4F7;
|
|
262
|
+
--triplex-next-FormField-Background_Disabled-1-31-0: #F2F4F7;
|
|
263
|
+
--triplex-next-FormField-Background_Error-1-31-0: #FFF0F3;
|
|
264
|
+
--triplex-next-FormField-Background_Error_Hover-1-31-0: #FCE0E6;
|
|
265
|
+
--triplex-next-FormField-Background_Hover-1-31-0: #EAEDF1;
|
|
266
|
+
--triplex-next-FormField-Background_Warning-1-31-0: #FFF4DB;
|
|
267
|
+
--triplex-next-FormField-Background_Warning_Hover-1-31-0: #FCEAC7;
|
|
268
|
+
--triplex-next-FormField-Input_Color_Default-1-31-0: rgba(31, 31, 34, 1);
|
|
269
|
+
--triplex-next-FormField-Input_Color_Disabled-1-31-0: rgba(31, 31, 34, .35);
|
|
270
|
+
--triplex-next-FormField-Target_Color_Default-1-31-0: rgba(31, 31, 34, 1);
|
|
271
|
+
--triplex-next-FormField-Target_Color_Disabled-1-31-0: rgba(31, 31, 34, .45);
|
|
272
|
+
--triplex-next-FormField-Target_PlaceholderColor_Default-1-31-0: rgba(31, 31, 34, .65);
|
|
273
|
+
--triplex-next-FormField-Label_Color_Default-1-31-0: rgba(31, 31, 34, .65);
|
|
274
|
+
--triplex-next-FormField-Label_Color_Disabled-1-31-0: rgba(31, 31, 34, .35);
|
|
275
|
+
--triplex-next-FormField-Shadow_Active-1-31-0: 0 0 0 1px #21A19A inset;
|
|
276
|
+
--triplex-next-FormField-Shadow_Default-1-31-0: none;
|
|
277
|
+
--triplex-next-FormField-Shadow_Error_Active-1-31-0: 0 0 0 1px #E60037 inset;
|
|
278
|
+
--triplex-next-FormField-Shadow_Warning_Active-1-31-0: 0 0 0 1px #FD6508 inset;
|
|
279
|
+
--triplex-next-FormField-Placeholder_Color-1-31-0: rgba(31, 31, 34, .65);
|
|
280
|
+
--triplex-next-HeaderPage-StickyShadow-1-31-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
281
|
+
--triplex-next-Island-Type1_Background-1-31-0: #FFFFFF;
|
|
282
|
+
--triplex-next-Island-Type2_Background-1-31-0: rgba(255, 255, 255, .35);
|
|
283
|
+
--triplex-next-Island-Type3_Background-1-31-0: #F2F4F7;
|
|
284
|
+
--triplex-next-Island-Type1_Shadow-1-31-0: none;
|
|
285
|
+
--triplex-next-Island-Type2_Shadow-1-31-0: 0 0 0 1px #FFFFFF inset;
|
|
286
|
+
--triplex-next-Island-Type3_Shadow-1-31-0: none;
|
|
287
|
+
--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-31-0: #DCDFE4;
|
|
288
|
+
--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-31-0: rgba(31, 31, 34, .05);
|
|
289
|
+
--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-31-0: #DCDFE4;
|
|
290
|
+
--triplex-next-IslandAccordion-Shadow_Focus-1-31-0: 0 0 0 1px #FFD169 inset;
|
|
291
|
+
--triplex-next-IslandWidget-ExtraFooter_Background-1-31-0: #FFFFFF;
|
|
292
|
+
--triplex-next-IslandWidget-ExtraFooter_Shadow-1-31-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
|
|
293
|
+
--triplex-next-ImageGallery-Arrow_Background_Default-1-31-0: rgba(31, 31, 34, .25);
|
|
294
|
+
--triplex-next-ImageGallery-Arrow_Background_Hover-1-31-0: rgba(31, 31, 34, .45);
|
|
295
|
+
--triplex-next-ImageGallery-Arrow_Background_Active-1-31-0: rgba(31, 31, 34, .55);
|
|
296
|
+
--triplex-next-ImageGallery-Arrow_Background_Disabled-1-31-0: rgba(31, 31, 34, .15);
|
|
297
|
+
--triplex-next-ImageGallery-Arrow_BorderColor_Default-1-31-0: rgba(31, 31, 34, .15);
|
|
298
|
+
--triplex-next-ImageGallery-Arrow_BorderColor_Hover-1-31-0: rgba(31, 31, 34, .15);
|
|
299
|
+
--triplex-next-ImageGallery-Arrow_BorderColor_Active-1-31-0: rgba(31, 31, 34, .15);
|
|
300
|
+
--triplex-next-ImageGallery-Arrow_BorderColor_Disabled-1-31-0: rgba(31, 31, 34, .15);
|
|
301
|
+
--triplex-next-ImageGallery-Dot_Background_Default-1-31-0: rgba(31, 31, 34, .25);
|
|
302
|
+
--triplex-next-ImageGallery-Dot_Background_Hover-1-31-0: rgba(31, 31, 34, .45);
|
|
303
|
+
--triplex-next-ImageGallery-Dot_Background_Active-1-31-0: rgba(31, 31, 34, .75);
|
|
304
|
+
--triplex-next-ImageGallery-Thumb_Mask_Background-1-31-0: rgba(31, 31, 34, .25);
|
|
305
|
+
--triplex-next-ImageGallery-Accent_Color-1-31-0: #21A19A;
|
|
306
|
+
--triplex-next-LightBox-Backdrop_Background-1-31-0: rgba(31, 31, 34, .75);
|
|
307
|
+
--triplex-next-LightBox-Content_Background-1-31-0: #EAEDF1;
|
|
308
|
+
--triplex-next-Link-BorderColor_Focus-1-31-0: 0 0 0 1px #FFD169 inset;
|
|
309
|
+
--triplex-next-Link-Text_Color_Active-1-31-0: #007777;
|
|
310
|
+
--triplex-next-Link-Text_Color_Default-1-31-0: #008985;
|
|
311
|
+
--triplex-next-Link-Text_Color_Hover-1-31-0: #21A19A;
|
|
312
|
+
--triplex-next-ListItem-Background-1-31-0: #FFFFFF;
|
|
313
|
+
--triplex-next-ListItem-Background_Dragging-1-31-0: #FFFFFF;
|
|
314
|
+
--triplex-next-ListItem-Background_Selected-1-31-0: #F2F4F7;
|
|
315
|
+
--triplex-next-ListItem-Background_Hover-1-31-0: #F2F4F7;
|
|
316
|
+
--triplex-next-ListItem-Shadow_Dragging-1-31-0: 0 2px 7px rgba(31, 31, 34, 0.25);
|
|
317
|
+
--triplex-next-ListItemControlsButton-Background_Active-1-31-0: #DCDFE4;
|
|
318
|
+
--triplex-next-ListItemControlsButton-Background_Default-1-31-0: #F2F4F7;
|
|
319
|
+
--triplex-next-ListItemControlsButton-Background_Hover-1-31-0: #EAEDF1;
|
|
320
|
+
--triplex-next-ListItemControlsButton-Color_Active-1-31-0: #007777;
|
|
321
|
+
--triplex-next-ListItemControlsButton-Color_Default-1-31-0: #008985;
|
|
322
|
+
--triplex-next-ListItemControlsButton-Color_Hover-1-31-0: #21A19A;
|
|
323
|
+
--triplex-next-ListMaster-Background-1-31-0: #FFFFFF;
|
|
324
|
+
--triplex-next-ListMaster-Footer_Background-1-31-0: #FFFFFF;
|
|
325
|
+
--triplex-next-ListMaster-Footer_Shadow-1-31-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
326
|
+
--triplex-next-ListMaster-Header_Background-1-31-0: #FFFFFF;
|
|
327
|
+
--triplex-next-ListMaster-Header_Shadow-1-31-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
328
|
+
--triplex-next-Loader-Element_Background_Brand-1-31-0: #21A19A;
|
|
329
|
+
--triplex-next-Loader-Element_Background_Neutral-1-31-0: rgba(255, 255, 255, 1);
|
|
330
|
+
--triplex-next-Loader-Middle_Background_Default-1-31-0: #EEF0F4;
|
|
331
|
+
--triplex-next-LoaderScreen-Small_Backdrop_Default-1-31-0: rgba(255, 255, 255, .75);
|
|
332
|
+
--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-31-0: rgba(255, 255, 255, .75);
|
|
333
|
+
--triplex-next-LoaderScreen-Middle_Background_Default-1-31-0: #EEF0F4;
|
|
334
|
+
--triplex-next-Marker-Background_Error-1-31-0: #E60037;
|
|
335
|
+
--triplex-next-Marker-Background_Success-1-31-0: #21A19A;
|
|
336
|
+
--triplex-next-Marker-Background_Waiting-1-31-0: #8291B3;
|
|
337
|
+
--triplex-next-Marker-Background_Warning-1-31-0: #FD6508;
|
|
338
|
+
--triplex-next-MarkerStatus-Description_Color-1-31-0: rgba(0, 0, 0, 0.55);
|
|
339
|
+
--triplex-next-ModalWindow-Background-1-31-0: #EAEDF1;
|
|
340
|
+
--triplex-next-ModalWindow-Backdrop_Background-1-31-0: rgba(79, 79, 82, .5);
|
|
341
|
+
--triplex-next-MultiselectField-Divider_Color-1-31-0: #D6D9E0;
|
|
342
|
+
--triplex-next-Notification-Background-1-31-0: #FFFFFF;
|
|
343
|
+
--triplex-next-Notification-Color-1-31-0: #1F1F22;
|
|
344
|
+
--triplex-next-Notification-TimeColor-1-31-0: rgba(31, 31, 34, 0.65);
|
|
345
|
+
--triplex-next-Notification-Shadow-1-31-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
346
|
+
--triplex-next-Overlay-Background-1-31-0: rgba(255, 255, 255, .8);
|
|
347
|
+
--triplex-next-Overlay-Panel_Background-1-31-0: #FFFFFF;
|
|
348
|
+
--triplex-next-Pagination-PageButton_Background_Active-1-31-0: #E3E6EA;
|
|
349
|
+
--triplex-next-Pagination-PageButton_Background_Hover-1-31-0: #F2F4F7;
|
|
350
|
+
--triplex-next-Pagination-PageButton_Background_Selected-1-31-0: #E3E6EA;
|
|
351
|
+
--triplex-next-Pagination-PageButton_BorderColor_Focus-1-31-0: #FFD169;
|
|
352
|
+
--triplex-next-Radio-Background_Checked_Default-1-31-0: #21A19A;
|
|
353
|
+
--triplex-next-Radio-Background_Checked_Disabled-1-31-0: #EAEDF1;
|
|
354
|
+
--triplex-next-Radio-Background_Checked_Hover-1-31-0: #007777;
|
|
355
|
+
--triplex-next-Radio-Background_Default-1-31-0: #F2F4F7;
|
|
356
|
+
--triplex-next-Radio-Background_Disabled-1-31-0: #F2F4F7;
|
|
357
|
+
--triplex-next-Radio-Background_Hover-1-31-0: #19BDB0;
|
|
358
|
+
--triplex-next-Radio-BorderColor_Default-1-31-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
359
|
+
--triplex-next-Radio-BorderColor_Disabled-1-31-0: 0 0 0 1px #E3E6EA inset;
|
|
360
|
+
--triplex-next-Radio-BorderColor_Focused-1-31-0: 0 0 0 1px #FFD169 inset;
|
|
361
|
+
--triplex-next-Radio-BorderColor_Checked_Default-1-31-0: none;
|
|
362
|
+
--triplex-next-Radio-BorderColor_Checked_Disabled-1-31-0: none;
|
|
363
|
+
--triplex-next-Radio-Dot_Default-1-31-0: rgba(255, 255, 255, 1);
|
|
364
|
+
--triplex-next-Radio-Dot_Disabled-1-31-0: rgba(31, 31, 34, .15);
|
|
365
|
+
--triplex-next-SegmentedControl-General_1_Background-1-31-0: #F2F4F7;
|
|
366
|
+
--triplex-next-SegmentedControl-General_2_Background-1-31-0: #FFFFFF;
|
|
367
|
+
--triplex-next-SegmentedControl-Secondary_1_Background-1-31-0: #F2F4F7;
|
|
368
|
+
--triplex-next-SegmentedControl-Secondary_2_Background-1-31-0: #FFFFFF;
|
|
369
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-31-0: rgba(31, 31, 34, .65);
|
|
370
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-31-0: rgba(31, 31, 34, 1);
|
|
371
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-31-0: rgba(31, 31, 34, .15);
|
|
372
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-31-0: rgba(255, 255, 255, 1);
|
|
373
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-31-0: rgba(255, 255, 255, 1);
|
|
374
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-31-0: rgba(255, 255, 255, .25);
|
|
375
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-31-0: #F2F4F7;
|
|
376
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-31-0: #DFE2E7;
|
|
377
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-31-0: #F2F4F7;
|
|
378
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-31-0: #3B3B3E;
|
|
379
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-31-0: #49494C;
|
|
380
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-31-0: #343437;
|
|
381
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-31-0: rgba(31, 31, 34, .65);
|
|
382
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-31-0: rgba(31, 31, 34, 1);
|
|
383
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-31-0: rgba(31, 31, 34, .15);
|
|
384
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-31-0: rgba(255, 255, 255, 1);
|
|
385
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-31-0: rgba(255, 255, 255, 1);
|
|
386
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-31-0: rgba(255, 255, 255, .25);
|
|
387
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-31-0: #FFFFFF;
|
|
388
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-31-0: #EEF0F4;
|
|
389
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-31-0: #FFFFFF;
|
|
390
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-31-0: #3B3B3E;
|
|
391
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-31-0: #49494C;
|
|
392
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-31-0: #343437;
|
|
393
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-31-0: rgba(31, 31, 34, .65);
|
|
394
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-31-0: rgba(31, 31, 34, 1);
|
|
395
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-31-0: rgba(31, 31, 34, .15);
|
|
396
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-31-0: rgba(31, 31, 34, 1);
|
|
397
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-31-0: rgba(31, 31, 34, 1);
|
|
398
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-31-0: rgba(31, 31, 34, .15);
|
|
399
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-31-0: #F2F4F7;
|
|
400
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-31-0: #DFE2E7;
|
|
401
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-31-0: #F2F4F7;
|
|
402
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-31-0: #FFFFFF;
|
|
403
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-31-0: #DFE2E7;
|
|
404
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-31-0: #FFFFFF;
|
|
405
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-31-0: rgba(31, 31, 34, .65);
|
|
406
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-31-0: rgba(31, 31, 34, 1);
|
|
407
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-31-0: rgba(31, 31, 34, .15);
|
|
408
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-31-0: rgba(31, 31, 34, 1);
|
|
409
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-31-0: rgba(31, 31, 34, 1);
|
|
410
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-31-0: rgba(31, 31, 34, .15);
|
|
411
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-31-0: #FFFFFF;
|
|
412
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-31-0: #EEF0F4;
|
|
413
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-31-0: #FFFFFF;
|
|
414
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-31-0: #E3E6EA;
|
|
415
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-31-0: #D6D9E0;
|
|
416
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-31-0: #F2F4F7;
|
|
417
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Default-1-31-0: transparent;
|
|
418
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-31-0: #FFD169;
|
|
419
|
+
--triplex-next-Skeleton-BackgroundColor_Light_Start-1-31-0: #F2F4F7;
|
|
420
|
+
--triplex-next-Skeleton-BackgroundColor_Light_End-1-31-0: #DFE2E7;
|
|
421
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-31-0: rgba(31, 31, 34, .05);
|
|
422
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_End-1-31-0: rgba(31, 31, 34, .15);
|
|
423
|
+
--triplex-next-SmallInput-Background-1-31-0: #F2F4F7;
|
|
424
|
+
--triplex-next-SmallInput-Color-1-31-0: rgba(31, 31, 34, 1);
|
|
425
|
+
--triplex-next-SmallInput-PlaceholderColor-1-31-0: rgba(31, 31, 34, .65);
|
|
426
|
+
--triplex-next-SmallInput-Shadow-1-31-0: 0 0 0 1px rgba(33, 161, 154) inset;
|
|
427
|
+
--triplex-next-SMSField-Refresh_Fill_Empty-1-31-0: rgba(31, 31, 34, .35);
|
|
428
|
+
--triplex-next-SMSField-Refresh_Fill_Full-1-31-0: #008985;
|
|
429
|
+
--triplex-next-SMSField-Refresh_Disabled-1-31-0: rgba(31, 31, 34, .15);
|
|
430
|
+
--triplex-next-SMSField-Submit_Background_Default-1-31-0: rgba(31, 31, 34, .15);
|
|
431
|
+
--triplex-next-SMSField-Submit_Background_Hover-1-31-0: #19BDB0;
|
|
432
|
+
--triplex-next-SMSField-Submit_Background_Active-1-31-0: #21A19A;
|
|
433
|
+
--triplex-next-Slider-Dot_Background_Default-1-31-0: #21A19A;
|
|
434
|
+
--triplex-next-Slider-Dot_Background_Disabled-1-31-0: #F2F4F7;
|
|
435
|
+
--triplex-next-Slider-Dot_Background_Hover-1-31-0: #19BDB0;
|
|
436
|
+
--triplex-next-Slider-Dot_Background_Select-1-31-0: #007777;
|
|
437
|
+
--triplex-next-Slider-Dot_Focus-1-31-0: #FFD169;
|
|
438
|
+
--triplex-next-Slider-Dot_Inner_Background-1-31-0: #FFFFFF;
|
|
439
|
+
--triplex-next-Slider-Dot_Inner_Background_Disabled-1-31-0: rgba(31, 31, 34, .15);
|
|
440
|
+
--triplex-next-Slider-Mark_Dot_Background_Default-1-31-0: #DCDFE4;
|
|
441
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected-1-31-0: #21A19A;
|
|
442
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-31-0: #E7E9EE;
|
|
443
|
+
--triplex-next-Slider-Rail_Background-1-31-0: #DCDFE4;
|
|
444
|
+
--triplex-next-Slider-Rail_Background_Disabled-1-31-0: #DCDFE4;
|
|
445
|
+
--triplex-next-Slider-Tooltip_Background-1-31-0: #1B1B1D;
|
|
446
|
+
--triplex-next-Slider-Tooltip_Color-1-31-0: rgba(255, 255, 255, 1);
|
|
447
|
+
--triplex-next-Slider-Track_Background_Default-1-31-0: #21A19A;
|
|
448
|
+
--triplex-next-Slider-Track_Background_Disabled-1-31-0: #E7E9EE;
|
|
449
|
+
--triplex-next-Slider-Track_Background_Hover-1-31-0: #007777;
|
|
450
|
+
--triplex-next-StatusTracker-Draft_Background-1-31-0: rgba(255, 255, 255, .15);
|
|
451
|
+
--triplex-next-StatusTracker-Warning_Background-1-31-0: #FF7A17;
|
|
452
|
+
--triplex-next-StatusTracker-Waiting_Background-1-31-0: #BFCADF;
|
|
453
|
+
--triplex-next-StatusTracker-Rejected_Background-1-31-0: #FF5571;
|
|
454
|
+
--triplex-next-StatusTracker-Approved_Background-1-31-0: #00D67D;
|
|
455
|
+
--triplex-next-StatusTracker-Waiting_Color-1-31-0: #A9B6D0;
|
|
456
|
+
--triplex-next-StatusTracker-Rejected_Color-1-31-0: #FFB1C1;
|
|
457
|
+
--triplex-next-StatusTracker-Approved_Color-1-31-0: #00D67D;
|
|
458
|
+
--triplex-next-StatusTracker-Border_Color-1-31-0: #FFFFFF;
|
|
459
|
+
--triplex-next-Step-Color_Active-1-31-0: #008985;
|
|
460
|
+
--triplex-next-Step-Color_Default-1-31-0: rgba(31, 31, 34, .65);
|
|
461
|
+
--triplex-next-Step-Color_Disabled-1-31-0: #FFFFFF;
|
|
462
|
+
--triplex-next-Step-Color_Done-1-31-0: #FFFFFF;
|
|
463
|
+
--triplex-next-Step-Color_Error-1-31-0: rgba(255, 255, 255, 1);
|
|
464
|
+
--triplex-next-Step-Color_Warning-1-31-0: rgba(255, 255, 255, 1);
|
|
465
|
+
--triplex-next-Step-Background_Active-1-31-0: #E3FFFA;
|
|
466
|
+
--triplex-next-Step-Background_Default-1-31-0: rgba(31, 31, 34, .05);
|
|
467
|
+
--triplex-next-Step-Background_Disabled-1-31-0: rgba(31, 31, 34, .15);
|
|
468
|
+
--triplex-next-Step-Background_Done-1-31-0: #008985;
|
|
469
|
+
--triplex-next-Step-Background_Error-1-31-0: #D10032;
|
|
470
|
+
--triplex-next-Step-Background_Warning-1-31-0: #EF4C01;
|
|
471
|
+
--triplex-next-Stepper-Step_Background_Default-1-31-0: #F2F4F7;
|
|
472
|
+
--triplex-next-Stepper-Step_Background_Hover-1-31-0: #EAEDF1;
|
|
473
|
+
--triplex-next-Stepper-Step_Background_Disabled-1-31-0: #F2F4F7;
|
|
474
|
+
--triplex-next-Stepper-Step_Background_Error-1-31-0: #FFF0F3;
|
|
475
|
+
--triplex-next-Stepper-Step_Background_Error_Hover-1-31-0: #FCE0E6;
|
|
476
|
+
--triplex-next-Stepper-Step_Background_Warning-1-31-0: #FFF4DB;
|
|
477
|
+
--triplex-next-Stepper-Step_Background_Warning_Hover-1-31-0: #FCEAC7;
|
|
478
|
+
--triplex-next-Stepper-Step_BorderColor_Focus-1-31-0: #FFD169;
|
|
479
|
+
--triplex-next-Stepper-Step_BorderColor_Error-1-31-0: #E60037;
|
|
480
|
+
--triplex-next-Stepper-Step_BorderColor_Warning-1-31-0: #FD6508;
|
|
481
|
+
--triplex-next-Stepper-Step_BorderColor_Success-1-31-0: #21A19A;
|
|
482
|
+
--triplex-next-Stepper-Step_Color_Default-1-31-0: rgba(31, 31, 34, .65);
|
|
483
|
+
--triplex-next-Stepper-Step_Color_Hover-1-31-0: rgba(31, 31, 34, 1);
|
|
484
|
+
--triplex-next-Stepper-Step_Color_Disabled-1-31-0: rgba(31, 31, 34, .35);
|
|
485
|
+
--triplex-next-Stepper-ButtonWrapper_Background_Prev-1-31-0: linear-gradient(to right, rgba(255,255,255,1) 39.06%, rgba(255,255,255,0) 100%);
|
|
486
|
+
--triplex-next-Stepper-ButtonWrapper_Background_Next-1-31-0: linear-gradient(to left, rgba(255,255,255,1) 39.06%, rgba(255,255,255,0) 100%);
|
|
487
|
+
--triplex-next-TableBasic-Background_Hover-1-31-0: #E3E6EA;
|
|
488
|
+
--triplex-next-TableBasic-Background_Selected-1-31-0: #DCDFE4;
|
|
489
|
+
--triplex-next-TableBasic-Color-1-31-0: rgba(31, 31, 34, 1);
|
|
490
|
+
--triplex-next-TableBasic-Header_Background-1-31-0: #E7E9EE;
|
|
491
|
+
--triplex-next-TableBasic-TableFooter_Background-1-31-0: #E7E9EE;
|
|
492
|
+
--triplex-next-TableBasic-TableFooter_Highlight-1-31-0: linear-gradient(transparent, #FFFFFF);
|
|
493
|
+
--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-31-0: #D6D9E0;
|
|
494
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-31-0: #FFFFFF;
|
|
495
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-31-0: #EAEDF1;
|
|
496
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-31-0: #FFFFFF;
|
|
497
|
+
--triplex-next-Tabs-Type1_Background-1-31-0: #F2F4F7;
|
|
498
|
+
--triplex-next-Tabs-Type2_Background-1-31-0: #FFFFFF;
|
|
499
|
+
--triplex-next-Tabs-Type1_Tab_Background_Default-1-31-0: #F2F4F7;
|
|
500
|
+
--triplex-next-Tabs-Type2_Tab_Background_Default-1-31-0: #FFFFFF;
|
|
501
|
+
--triplex-next-Tabs-Type1_Tab_Background_Selected-1-31-0: #DCDFE4;
|
|
502
|
+
--triplex-next-Tabs-Type2_Tab_Background_Selected-1-31-0: #E3E6EA;
|
|
503
|
+
--triplex-next-Tabs-Type1_Tab_Background_Hover-1-31-0: #E3E6EA;
|
|
504
|
+
--triplex-next-Tabs-Type2_Tab_Background_Hover-1-31-0: #EEF0F4;
|
|
505
|
+
--triplex-next-Tabs-Tab_BorderColor_Default-1-31-0: transparent;
|
|
506
|
+
--triplex-next-Tabs-Tab_BorderColor_Focus-1-31-0: #FFD169;
|
|
507
|
+
--triplex-next-Tag-Background-1-31-0: #DFE2E7;
|
|
508
|
+
--triplex-next-TagColor-Background_Default-1-31-0: #EEF3FC;
|
|
509
|
+
--triplex-next-TagColor-Background_Success-1-31-0: #E3FFFA;
|
|
510
|
+
--triplex-next-TagColor-Background_Info-1-31-0: #E3F6FF;
|
|
511
|
+
--triplex-next-TagColor-Background_Warning-1-31-0: #FFF4DB;
|
|
512
|
+
--triplex-next-TagColor-Background_Error-1-31-0: #FFF0F3;
|
|
513
|
+
--triplex-next-TagColor-Text_Color_Default-1-31-0: rgba(31, 31, 34, .75);
|
|
514
|
+
--triplex-next-TabsLine-BorderColor_Active-1-31-0: #21A19A;
|
|
515
|
+
--triplex-next-TabsLine-BorderColor_Hover-1-31-0: #19BDB0;
|
|
516
|
+
--triplex-next-TabsLine-Separator_Color-1-31-0: #D6D9E0;
|
|
517
|
+
--triplex-next-TabsLine-Shadow_Focus-1-31-0: 0 0 0 1px #FFDD64 inset;
|
|
518
|
+
--triplex-next-Tooltip-Background-1-31-0: #1B1B1D;
|
|
519
|
+
--triplex-next-Tooltip-Color-1-31-0: rgba(255, 255, 255, 1);
|
|
520
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Active-1-31-0: #008985;
|
|
521
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Default-1-31-0: #19BDB0;
|
|
522
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-31-0: #4BD9CF;
|
|
523
|
+
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-31-0: 0 0 0 1px #FFD169;
|
|
524
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Active-1-31-0: #007777;
|
|
525
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Default-1-31-0: #008985;
|
|
526
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-31-0: #21A19A;
|
|
527
|
+
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-31-0: 0 0 0 1px #FFDD64;
|
|
528
|
+
--triplex-next-TopOverlay-Background-1-31-0: rgba(79,79,82,.15);
|
|
529
|
+
--triplex-next-Typography-Primary_Color-1-31-0: rgba(31, 31, 34, 1);
|
|
530
|
+
--triplex-next-Typography-Complementary_Color-1-31-0: rgba(31, 31, 34, .85);
|
|
531
|
+
--triplex-next-Typography-Secondary_Color-1-31-0: rgba(31, 31, 34, .65);
|
|
532
|
+
--triplex-next-Typography-Tertiary_Color-1-31-0: rgba(31, 31, 34, .55);
|
|
533
|
+
--triplex-next-Typography-Disabled_Color-1-31-0: rgba(31, 31, 34, .35);
|
|
534
|
+
--triplex-next-Typography-Brand_Color-1-31-0: #008985;
|
|
535
|
+
--triplex-next-Typography-Info_Color-1-31-0: #0E57CC;
|
|
536
|
+
--triplex-next-Typography-Success_Color-1-31-0: #008B5C;
|
|
537
|
+
--triplex-next-Typography-Error_Color-1-31-0: #D10032;
|
|
538
|
+
--triplex-next-Typography-Warning_Color-1-31-0: #EF4C01;
|
|
539
|
+
--triplex-next-Typography-System_Color-1-31-0: #697591;
|
|
540
|
+
--triplex-next-Typography-PrimaryInvert_Color-1-31-0: rgba(255, 255, 255, 1);
|
|
541
|
+
--triplex-next-Typography-ComplementaryInvert_Color-1-31-0: rgba(255, 255, 255, .75);
|
|
542
|
+
--triplex-next-Typography-SecondaryInvert_Color-1-31-0: rgba(255, 255, 255, .55);
|
|
543
|
+
--triplex-next-Typography-TertiaryInvert_Color-1-31-0: rgba(255, 255, 255, .45);
|
|
544
|
+
--triplex-next-Typography-DisabledInvert_Color-1-31-0: rgba(255, 255, 255, .25);
|
|
545
|
+
--triplex-next-Typography-BrandInvert_Color-1-31-0: #19BDB0;
|
|
546
|
+
--triplex-next-Typography-InfoInvert_Color-1-31-0: #1297FE;
|
|
547
|
+
--triplex-next-Typography-SuccessInvert_Color-1-31-0: #00D67D;
|
|
548
|
+
--triplex-next-Typography-ErrorInvert_Color-1-31-0: #F80C45;
|
|
549
|
+
--triplex-next-Typography-WarningInvert_Color-1-31-0: #FF7A17;
|
|
550
|
+
--triplex-next-Typography-SystemInvert_Color-1-31-0: #95A3C1;
|
|
551
|
+
--triplex-next-UploadZone-Background_Default-1-31-0: #F2F4F7;
|
|
552
|
+
--triplex-next-UploadZone-Background_Hover-1-31-0: #EAEDF1;
|
|
553
|
+
--triplex-next-UploadZone-BorderColor_Default-1-31-0: #2D2D30;
|
|
554
|
+
--triplex-next-UploadZone-DragArea_Background-1-31-0: #F2F4F7;
|
|
555
|
+
--triplex-next-UploadZone-DragArea_BorderColor-1-31-0: #21A19A;}
|
|
556
|
+
.underline__0c98b3c1{text-decoration:underline}.strikethrough__629de7f7{text-decoration:line-through}.underlineStrikethrough__98109652{text-decoration:underline line-through}.typography__8d538efb.primary__e150e2aa{color:var(--triplex-next-Typography-Primary_Color-1-31-0)}.typography__8d538efb.primaryInvert__865e53ee{color:var(--triplex-next-Typography-PrimaryInvert_Color-1-31-0)}.typography__8d538efb.complementary__a95c7e98{color:var(--triplex-next-Typography-Complementary_Color-1-31-0)}.typography__8d538efb.complementaryInvert__f6030da3{color:var(--triplex-next-Typography-ComplementaryInvert_Color-1-31-0)}.typography__8d538efb.secondary__9fa6fd65{color:var(--triplex-next-Typography-Secondary_Color-1-31-0)}.typography__8d538efb.secondaryInvert__8b630de0{color:var(--triplex-next-Typography-SecondaryInvert_Color-1-31-0)}.typography__8d538efb.tertiary__5987727f{color:var(--triplex-next-Typography-Tertiary_Color-1-31-0)}.typography__8d538efb.tertiaryInvert__74bf3fd9{color:var(--triplex-next-Typography-TertiaryInvert_Color-1-31-0)}.typography__8d538efb.disabled__cc400bcf{color:var(--triplex-next-Typography-Disabled_Color-1-31-0)}.typography__8d538efb.disabledInvert__4196ee18{color:var(--triplex-next-Typography-DisabledInvert_Color-1-31-0)}.typography__8d538efb.brand__04a1929f{color:var(--triplex-next-Typography-Brand_Color-1-31-0);-webkit-user-select:none;user-select:none}.typography__8d538efb.brandInvert__9bfedc05{color:var(--triplex-next-Typography-BrandInvert_Color-1-31-0)}.typography__8d538efb.info__b82ef0e6{color:var(--triplex-next-Typography-Info_Color-1-31-0)}.typography__8d538efb.infoInvert__181be3f7{color:var(--triplex-next-Typography-InfoInvert_Color-1-31-0)}.typography__8d538efb.success__d26a6839{color:var(--triplex-next-Typography-Success_Color-1-31-0)}.typography__8d538efb.successInvert__e0755a94{color:var(--triplex-next-Typography-SuccessInvert_Color-1-31-0)}.typography__8d538efb.error__a6353ffa{color:var(--triplex-next-Typography-Error_Color-1-31-0)}.typography__8d538efb.errorInvert__8fe205bc{color:var(--triplex-next-Typography-ErrorInvert_Color-1-31-0)}.typography__8d538efb.warning__cc7d8437{color:var(--triplex-next-Typography-Warning_Color-1-31-0)}.typography__8d538efb.warningInvert__1c2107ed{color:var(--triplex-next-Typography-WarningInvert_Color-1-31-0)}.typography__8d538efb.system__0538c586{color:var(--triplex-next-Typography-System_Color-1-31-0)}.typography__8d538efb.systemInvert__dcc6dbd2{color:var(--triplex-next-Typography-SystemInvert_Color-1-31-0)}.typography__8d538efb.compact__2907d412{line-height:calc(16 / 14)}.caption__14c3876e.regular__20483a85{font-family:SBSansText,Arial,sans-serif}.caption__14c3876e.semibold__dd601c57{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.c1__c2d060c6{font-size:10px;line-height:12px}.c2__1ff38def{font-size:8px;line-height:10px}.d1__6314dc32{font-size:32px;line-height:40px}.d1__6314dc32.regular__20483a85{font-family:SBSansDisplay,Arial,sans-serif}.d1__6314dc32.semibold__dd601c57{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.codeText__9f48a741{font-family:SBSansTextMono,Arial,monospace;font-size:14px;line-height:20px;font-weight:400}.text__2ccb5fe2{outline:none}.text__2ccb5fe2.regular__20483a85{font-family:SBSansText,Arial,sans-serif}.text__2ccb5fe2.semibold__dd601c57{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.b1__e3ddb864{font-size:18px;line-height:24px}.b2__bd5535c4{font-size:16px;line-height:20px}.b3__af2189a7{font-size:14px;line-height:20px}.b3__af2189a7.compact__2907d412{line-height:16px}.b4__a22c9128{font-size:12px;line-height:16px}.title__6978cd66{outline:none}.title__6978cd66.regular__20483a85{font-family:SBSansDisplay,Arial,sans-serif;font-weight:400}.title__6978cd66.semibold__dd601c57{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.title__6978cd66.medium__18c3b4a0{font-family:SBSansDisplayMedium,Arial,sans-serif;font-weight:500}.title__6978cd66.bold__bba1079a{font-family:SBSansDisplayBold,Arial,sans-serif;font-weight:700}.h1__54aac263,.h2__6ceaf1fd,.h3__11adb335{margin:0}.h1__54aac263{font-size:28px;line-height:36px}.h2__6ceaf1fd{font-size:24px;line-height:32px}.h3__11adb335{font-size:20px;line-height:28px}.formFieldInput__15669d1f{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-1-31-0)}.formFieldInput__15669d1f.sm__412c3420{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__15669d1f.md__e47ef4a8{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__15669d1f.lg__2c18f187{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldInput__15669d1f:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-31-0)}.formFieldInput__15669d1f::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-31-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__15669d1f:focus{outline:none}.formFieldInput__15669d1f:focus::placeholder{opacity:1}.formFieldInput__15669d1f:-webkit-autofill{animation-name:autofill-applied-hook__25829ed3;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__15669d1f:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__b2dbb4a4;animation-duration:1ms}.disableInteraction__28a0cc1f{pointer-events:none}.displayContents__b2521263{display:contents}.buttonIcon__f0cd75d9{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__f0cd75d9:enabled{cursor:pointer}.buttonIcon__f0cd75d9.circle__2214b2da{border-radius:50%}.buttonIcon__f0cd75d9.squircle__373d7f6a{border-radius:4px}.buttonIcon__f0cd75d9:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-31-0)}.formFieldClear__6017934f{visibility:hidden;opacity:0;transition:visibility,opacity;transition-duration:.3s;pointer-events:none}.formFieldClear__6017934f:focus{visibility:visible;opacity:1;pointer-events:auto}.formFieldCounter__915d0642{padding-left:4px;margin-left:auto}.formFieldDescription__9b529730{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__9b529730.withCounter__9d9ac776{display:flex}.formFieldLabel__37aa84dc{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__37aa84dc.sm__412c3420{top:6px}.formFieldLabel__37aa84dc.md__e47ef4a8{top:10px}.formFieldLabel__37aa84dc.lg__2c18f187{top:18px}.formFieldLabel__37aa84dc.lg__2c18f187.floating__fcb9815e{top:10px}.formFieldLabelText__657ff791{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-31-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__412c3420 .formFieldLabelText__657ff791{font-size:12px;line-height:16px}.md__e47ef4a8 .formFieldLabelText__657ff791{font-size:14px;line-height:20px}.lg__2c18f187 .formFieldLabelText__657ff791{font-size:16px;line-height:20px}.floating__fcb9815e .formFieldLabelText__657ff791{font-size:12px;line-height:16px}.floating__fcb9815e.sm__412c3420 .formFieldLabelText__657ff791,.floating__fcb9815e.md__e47ef4a8 .formFieldLabelText__657ff791{display:none}.disabled__ebcde378 .formFieldLabelText__657ff791{color:var(--triplex-next-FormField-Label_Color_Disabled-1-31-0)}.formFieldMaskedInputWrapper__bac14915{position:relative}.formFieldMaskedInputWrapper__bac14915 .formFieldMaskedInputPlaceholder__3ac863e0{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__bac14915 .formFieldMaskedInputPlaceholder__3ac863e0::placeholder{opacity:1}.formFieldMaskedInputWrapper__bac14915 .formFieldMaskedInputPlaceholder__3ac863e0:disabled{visibility:hidden}.formFieldMaskedInputWrapper__bac14915.size-sm__31922428{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__bac14915.size-sm__31922428 .formFieldMaskedInputPlaceholder__3ac863e0{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__bac14915.size-md__215dfa6b{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__bac14915.size-md__215dfa6b .formFieldMaskedInputPlaceholder__3ac863e0{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__bac14915.size-lg__54f91058{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__bac14915.size-lg__54f91058 .formFieldMaskedInputPlaceholder__3ac863e0{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__bac14915 .formFieldMaskedInput__e61e29f2{display:block;position:relative;background:none!important}.formFieldPostfix__ce22e4a0{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__e9886cb6{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldTarget__730a33f2{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-31-0);overflow:hidden;white-space:nowrap}.formFieldTarget__730a33f2.sm__412c3420{font-size:12px;height:28px;line-height:16px}.formFieldTarget__730a33f2.md__e47ef4a8{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__730a33f2.lg__2c18f187{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__730a33f2.placeholder__eac7bc66{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-31-0)}.formFieldTarget__730a33f2.disabled__ebcde378{color:var(--triplex-next-FormField-Target_Color_Disabled-1-31-0)}.formFieldTarget__730a33f2 .placeholderWrapper__8cc7312a{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__730a33f2:focus{outline:none}.formFieldTarget__730a33f2:focus .placeholderWrapper__8cc7312a,.formFieldTarget__730a33f2.active__f64e12a9 .placeholderWrapper__8cc7312a{opacity:1}.formFieldTextarea__58d617b5{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-31-0);vertical-align:top;font-family:inherit}.formFieldTextarea__58d617b5.sm__412c3420{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__58d617b5.md__e47ef4a8{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__58d617b5.lg__2c18f187{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__58d617b5::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-31-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__58d617b5:focus{outline:none}.formFieldTextarea__58d617b5:focus::placeholder{opacity:1}.formFieldTextarea__58d617b5:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-31-0)}.formFieldTextarea__58d617b5:-webkit-autofill{animation-name:autofill-applied-hook__25829ed3;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldTextarea__58d617b5:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__b2dbb4a4;animation-duration:1ms}@keyframes autofill-applied-hook__25829ed3{0%{transform:none}}@keyframes autofill-cancelled-hook__b2dbb4a4{0%{transform:none}}.formField__cd21f888{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__cd21f888.sm__412c3420{border-radius:6px}.formField__cd21f888.md__e47ef4a8{border-radius:8px}.formField__cd21f888.lg__2c18f187{border-radius:10px}.formField__cd21f888.default__2bdf1376{background:var(--triplex-next-FormField-Background_Default-1-31-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-31-0)}.formField__cd21f888:hover{background:var(--triplex-next-FormField-Background_Hover-1-31-0)}.formField__cd21f888.active__f64e12a9{background:var(--triplex-next-FormField-Background_Active-1-31-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-31-0)}.formField__cd21f888.active__f64e12a9 .formFieldInput__15669d1f::placeholder,.formField__cd21f888.active__f64e12a9 .formFieldTextarea__58d617b5::placeholder{opacity:1}.formField__cd21f888.disabled__ebcde378{background:var(--triplex-next-FormField-Background_Disabled-1-31-0)}.formField__cd21f888.error__3fe4542a{background:var(--triplex-next-FormField-Background_Error-1-31-0)}.formField__cd21f888.error__3fe4542a:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-31-0)}.formField__cd21f888.error__3fe4542a.active__f64e12a9{background:var(--triplex-next-FormField-Background_Error-1-31-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-31-0)}.formField__cd21f888.warning__466b4ed8{background:var(--triplex-next-FormField-Background_Warning-1-31-0)}.formField__cd21f888.warning__466b4ed8:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-31-0)}.formField__cd21f888.warning__466b4ed8.active__f64e12a9{background:var(--triplex-next-FormField-Background_Warning-1-31-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-31-0)}.formField__cd21f888.filled__d2c8f209:not(.disabled__ebcde378):hover .formFieldClear__6017934f,.formField__cd21f888.filled__d2c8f209:not(.disabled__ebcde378).active__f64e12a9 .formFieldClear__6017934f{visibility:visible;opacity:1;pointer-events:auto}.dropdownDesktop__795cd2a2{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-31-0);background-color:var(--triplex-next-Dropdown-Background-1-31-0)}.dropdownDesktop__795cd2a2.sm__134cc661{border-radius:6px}.dropdownDesktop__795cd2a2.md__31154aad{border-radius:8px}.dropdownDesktop__795cd2a2.lg__1cedc727{border-radius:10px}.dropdownDesktopOverflowHidden__d8303e2d{overflow:hidden}.badgeDot__b3d49331{display:inline-block;background:var(--triplex-next-Badge-Background-1-31-0);border-radius:50%}.badgeDot__b3d49331.sm__52a40c21{width:6px;height:6px}.badgeDot__b3d49331.md__052760db{width:8px;height:8px}.badgeDot__b3d49331.lg__5c7399e8{width:10px;height:10px}.badgeContent__751437f0{display:flex}.badgeContent__751437f0.sm__52a40c21{padding-left:4px;padding-right:4px}.badgeContent__751437f0.md__052760db{padding-left:6px;padding-right:6px}.badgeContent__751437f0.lg__5c7399e8{padding-left:8px;padding-right:8px}.badgeContent__751437f0.noPaddingLeft__c827caf8{padding-left:0}.badgeContent__751437f0.noPaddingRight__0df8185f{padding-right:0}.badgePrefix__701eb8e7,.badgePostfix__3b43d31f{display:contents}.badge__8789d77e{display:inline-flex;align-items:center;justify-content:center;position:relative;width:fit-content;white-space:nowrap;background:var(--triplex-next-Badge-Background-1-31-0)}.badge__8789d77e.sm__52a40c21{height:16px;border-radius:4px}.badge__8789d77e.md__052760db{height:20px;border-radius:6px}.badge__8789d77e.lg__5c7399e8{height:24px;border-radius:8px}.dropdownDesktopList__e7c7a7d1{margin:4px;overflow:auto}.dropdownDesktopList__e7c7a7d1 .notificationIcon__9878900c{position:absolute}.dropdownDesktopList__e7c7a7d1.sm__134cc661{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__e7c7a7d1.sm__134cc661 .dropdownDesktopListItem__c80a9f9e{padding:6px 8px;border-radius:6px}.dropdownDesktopList__e7c7a7d1.sm__134cc661 .dropdownDesktopListLoader__be029443{margin:0 auto}.dropdownDesktopList__e7c7a7d1.sm__134cc661 .notificationIcon__9878900c{right:3px;top:3px}.dropdownDesktopList__e7c7a7d1.md__31154aad{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__e7c7a7d1.md__31154aad .dropdownDesktopListItem__c80a9f9e{padding:7px 8px;border-radius:8px}.dropdownDesktopList__e7c7a7d1.md__31154aad .dropdownDesktopListLoader__be029443{margin:-2px auto}.dropdownDesktopList__e7c7a7d1.md__31154aad .notificationIcon__9878900c{right:4px;top:4px}.dropdownDesktopList__e7c7a7d1.lg__1cedc727{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__e7c7a7d1.lg__1cedc727 .dropdownDesktopListItem__c80a9f9e{padding:14px 8px;border-radius:10px}.dropdownDesktopList__e7c7a7d1.lg__1cedc727 .dropdownDesktopListLoader__be029443{margin:-6px auto}.dropdownDesktopList__e7c7a7d1.lg__1cedc727 .notificationIcon__9878900c{right:4px;top:6px}.dropdownDesktopListItem__c80a9f9e{color:var(--triplex-next-DropdownList-Color-1-31-0);background:var(--triplex-next-DropdownList-Background_Default-1-31-0);position:relative;outline:none}.dropdownDesktopListItem__c80a9f9e+.dropdownDesktopListItem__c80a9f9e{margin-top:2px}.dropdownDesktopListItem__c80a9f9e.active__698e4aaa{background:var(--triplex-next-DropdownList-Background_Active-1-31-0);cursor:pointer}.dropdownDesktopListItem__c80a9f9e.selected__6efe2428{background:var(--triplex-next-DropdownList-Background_Selected-1-31-0);cursor:default}.loaderSmall__ca9558cb{display:flex;justify-content:center;align-items:center}.loaderSmall__ca9558cb.sm__cd292382{width:16px;height:16px;gap:2px}.loaderSmall__ca9558cb.sm__cd292382 .dot__a4e89f58{width:4px;height:4px}.loaderSmall__ca9558cb.md__5654cdf7{width:24px;height:24px;gap:3px}.loaderSmall__ca9558cb.md__5654cdf7 .dot__a4e89f58{width:6px;height:6px}.loaderSmall__ca9558cb.lg__0597e558{width:32px;height:32px;gap:4px}.loaderSmall__ca9558cb.lg__0597e558 .dot__a4e89f58{width:8px;height:8px}.loaderSmall__ca9558cb.neutral__763ee721 .dot__a4e89f58{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-31-0)}.loaderSmall__ca9558cb.brand__d68662b3 .dot__a4e89f58{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-31-0)}.loaderSmall__ca9558cb .dot__a4e89f58{border-radius:50%}.loaderSmall__ca9558cb .dot1__41ad1843{animation:dotCycleSmall__4896413f .9s infinite}.loaderSmall__ca9558cb .dot2__73af1fd1{animation:dotCycleSmall__4896413f .9s infinite .15s}.loaderSmall__ca9558cb .dot3__ca7575c3{animation:dotCycleSmall__4896413f .9s infinite .3s}@keyframes dotCycleSmall__4896413f{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__36ccd66d{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-31-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__d51362df{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__d51362df .dot__a4e89f58{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-31-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__d51362df .dot1__41ad1843{top:0;left:0;animation:dotCycleMiddle__32851328 3s infinite}.loaderMiddleDots__d51362df .dot2__73af1fd1{right:0;top:0;opacity:.7;animation:dotCycleMiddle__32851328 3s infinite .74s}.loaderMiddleDots__d51362df .dot3__ca7575c3{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__32851328 3s infinite 1.5s}.loaderMiddleDots__d51362df .dot4__f51c43ac{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__32851328 3s infinite 2.25s}.loaderMiddleDots__d51362df .line__a933d4c4{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-31-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__e8261023 3s infinite}@keyframes lineCycle__e8261023{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__32851328{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__052815b2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__02fd7197{background:var(--triplex-next-DropdownMobile-Backdrop-1-31-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__02fd7197.closing__e2b5978b{opacity:0}.dropdownMobileBackdrop__02fd7197.opening__f1fc5e22,.dropdownMobileBackdrop__02fd7197.opened__c79b9752{opacity:var(--triplex-DropdownMobile-Opacity-1-31-0)}.dropdownMobile__b9b50db6{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__b9b50db6.closing__e2b5978b{transform:translateY(100%)}.dropdownMobile__b9b50db6.opening__f1fc5e22,.dropdownMobile__b9b50db6.opened__c79b9752{transform:translateY(0)}.dropdownMobileHeader__9acb4a79{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-31-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__9acb4a79 .dropdownMobileHeaderContent__2adf0d91{display:flex;flex-grow:1;min-width:0;margin-right:12px;min-height:20px}.dropdownMobileContent__8ab7ccee{background:var(--triplex-next-DropdownMobile-Content_Background-1-31-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__2675c6a1{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-31-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-31-0);flex-shrink:1}.dropdownMobileListItem__3aecfe37{position:relative;padding:16px}.dropdownMobileListItem__3aecfe37.selected__6efe2428{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-31-0)}.dropdownMobileListItem__3aecfe37:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-31-0)}.dropdownMobileBodyOverflow__a01c2516{overflow:hidden}.controlButtons__2940579d{display:flex}.dropdownMobileLoader__7c182096{margin-right:8px}.dropdownMobileListLoader__85bb06a9{display:flex;justify-content:center;align-items:center;padding:16px}.notificationIcon__9878900c{position:absolute;right:6px;top:6px}.dropdownMobileInput__d8f1bcaf{width:100%;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input_Color_Default-1-31-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__d8f1bcaf::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-31-0);opacity:1}.dropdownMobileInput__d8f1bcaf::-ms-clear{display:none}.tabsLineWrapper__06b4f6cc[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__06b4f6cc[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__06b4f6cc[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__06b4f6cc[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__06b4f6cc{position:relative}.tabsLineWrapper__06b4f6cc.withSeparator__35872e2a:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-31-0);bottom:0;left:0;right:0}.tabsLine__076a5f86{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__076a5f86:has(.sm__e3b0a51a){height:28px}.tabsLine__076a5f86:has(.md__4bcf4785){height:40px}.tabsLine__076a5f86:has(.lg__2695dca7){height:56px}.tab__d8875e4a{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__d8875e4a.sm__e3b0a51a{height:28px;padding-bottom:12px}.tab__d8875e4a.md__4bcf4785{height:40px;padding-top:8px;padding-bottom:12px}.tab__d8875e4a.lg__2695dca7{height:56px;padding-top:16px;padding-bottom:20px}.tab__d8875e4a::-moz-focus-inner{border:none;padding:0}.tab__d8875e4a:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-31-0)}.tab__d8875e4a.active__140f7b35{cursor:default}.tab__d8875e4a: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__d8875e4a:hover:after,.tab__d8875e4a:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-31-0)}.tab__d8875e4a.active__140f7b35:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-31-0)}.notificationIcon__3dfe289b{position:absolute;right:6px}.sm__e3b0a51a .notificationIcon__3dfe289b{top:0}.md__4bcf4785 .notificationIcon__3dfe289b{top:8px}.lg__2695dca7 .notificationIcon__3dfe289b{top:16px}.tabsLineDropdown__898ccf96{display:inline-block}.tabsLineDropdown__898ccf96 .dropdownTarget__1bcc449f.active__140f7b35{cursor:pointer}.tabsLineDropdown__898ccf96 .dropdownTargetInner__7205843b{display:inline-flex;align-items:center}.tabsLineDropdown__898ccf96 .dropdownTargetCaret__373ebb49{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__898ccf96 .dropdownTargetCaret__373ebb49.opened__12ad7b59{transform:rotate(-180deg)}.tabsLineDropdown__898ccf96 .dropdown__e1b5e264{right:0;padding:4px}.tabsLineMobileWrapper__769cbde0{position:relative}.tabsLineMobileWrapper__769cbde0 .tab__d8875e4a{flex-shrink:0}.tabsLineMobileWrapper__769cbde0 .tab__d8875e4a:first-child{margin-left:16px}.tabsLineMobileWrapper__769cbde0 .tab__d8875e4a:last-child{margin-right:16px}.tabsLineMobile__fff95939{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__fff95939::-webkit-scrollbar{display:none}.label__0014dee8{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__0014dee8.sm__85f0408c{min-width:16px;min-height:16px}.label__0014dee8.sm__85f0408c.nonempty__ceafdf0a{padding:2px 0 2px 24px}.label__0014dee8.md__d5265cd3{min-height:24px;min-width:24px}.label__0014dee8.md__d5265cd3.nonempty__ceafdf0a{padding-left:32px;padding-top:2px}.label__0014dee8.lg__f8e1c894{min-width:28px;min-height:28px}.label__0014dee8.lg__f8e1c894.nonempty__ceafdf0a{padding-left:40px;padding-top:4px}.label__0014dee8.disabled__54aa1719{cursor:default}.radio__b9bfd6a4{margin:0;opacity:0}.radioIcon__9f51b35f{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-31-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-31-0)}.radioIcon__9f51b35f:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-31-0);border-radius:50%;transform:scale(0)}.sm__85f0408c .radioIcon__9f51b35f:after{width:8px;height:8px;top:4px;left:4px}.md__d5265cd3 .radioIcon__9f51b35f:after{width:12px;height:12px;top:6px;left:6px}.lg__f8e1c894 .radioIcon__9f51b35f:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__9f51b35f,.radioIcon__9f51b35f:after{pointer-events:none}.radio__b9bfd6a4,.radioIcon__9f51b35f{position:absolute;left:0;top:0}.sm__85f0408c .radio__b9bfd6a4,.sm__85f0408c .radioIcon__9f51b35f{width:16px;height:16px;top:2px}.md__d5265cd3 .radio__b9bfd6a4,.md__d5265cd3 .radioIcon__9f51b35f{width:24px;height:24px}.lg__f8e1c894 .radio__b9bfd6a4,.lg__f8e1c894 .radioIcon__9f51b35f{width:28px;height:28px}.radio__b9bfd6a4:enabled{cursor:pointer}.radio__b9bfd6a4:checked+.radioIcon__9f51b35f{background:var(--triplex-next-Radio-Background_Checked_Default-1-31-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-31-0)}.radio__b9bfd6a4:checked+.radioIcon__9f51b35f:after{transform:scale(1);transition:transform .2s ease-out}.radio__b9bfd6a4:hover+.radioIcon__9f51b35f{background-color:var(--triplex-next-Radio-Background_Hover-1-31-0);box-shadow:none}.radio__b9bfd6a4:disabled+.radioIcon__9f51b35f{background:var(--triplex-next-Radio-Background_Disabled-1-31-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-31-0)}.radio__b9bfd6a4:disabled:checked+.radioIcon__9f51b35f{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-31-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-31-0)}.radio__b9bfd6a4:disabled+.radioIcon__9f51b35f:after{background:var(--triplex-next-Radio-Dot_Disabled-1-31-0)}.radio__b9bfd6a4:focus-visible+.radioIcon__9f51b35f{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-31-0)}.radio__b9bfd6a4:checked:enabled:hover+.radioIcon__9f51b35f{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-31-0)}.radioXGroup__d5c86409{display:inline-flex;flex-flow:row wrap}.radioXGroup__d5c86409.indent-12__1ced5633{margin-left:-6px;margin-right:-6px}.radioXGroup__d5c86409.indent-12__1ced5633 .label__0014dee8{margin-left:6px;margin-right:6px}.radioXGroup__d5c86409.indent-16__4c0b35f6{margin-left:-8px;margin-right:-8px}.radioXGroup__d5c86409.indent-16__4c0b35f6 .label__0014dee8{margin-left:8px;margin-right:8px}.radioXGroup__d5c86409.indent-20__c7846855{margin-left:-10px;margin-right:-10px}.radioXGroup__d5c86409.indent-20__c7846855 .label__0014dee8{margin-left:10px;margin-right:10px}.radioXGroup__d5c86409.indent-24__e6475ee0{margin-left:-12px;margin-right:-12px}.radioXGroup__d5c86409.indent-24__e6475ee0 .label__0014dee8{margin-left:12px;margin-right:12px}.radioXGroup__d5c86409.indent-28__d3504761{margin-left:-14px;margin-right:-14px}.radioXGroup__d5c86409.indent-28__d3504761 .label__0014dee8{margin-left:14px;margin-right:14px}.radioXGroup__d5c86409.indent-32__62dce5b0{margin-left:-16px;margin-right:-16px}.radioXGroup__d5c86409.indent-32__62dce5b0 .label__0014dee8{margin-left:16px;margin-right:16px}.radioYGroup__ee656ae2{display:inline-flex;flex-flow:column wrap}.radioYGroup__ee656ae2 .label__0014dee8.sm__85f0408c+.label__0014dee8.sm__85f0408c{margin-top:8px}.radioYGroup__ee656ae2 .label__0014dee8.md__d5265cd3+.label__0014dee8.md__d5265cd3{margin-top:16px}.radioYGroup__ee656ae2 .label__0014dee8.lg__f8e1c894+.label__0014dee8.lg__f8e1c894{margin-top:20px}.notification__05378392{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-31-0);background:var(--triplex-next-Notification-Background-1-31-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-31-0);z-index:300}.notification__05378392:first-child{margin-top:0}.notification__05378392.extraBottomPadding__c66bf240{padding-bottom:24px}.notification__05378392 .notificationHeader__9e6ffdb3{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-31-0);width:100%;margin-top:0;margin-bottom:8px}.notification__05378392 .notificationIcon__74e8c852{line-height:0}.notification__05378392 .notificationBody__df00dbbd{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__05378392 .notificationBodyList__9ce294e5{margin-top:8px}.notification__05378392 .notificationClose__ec8a2ffa{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__05378392.showCloseOnHover__faa35b3e .notificationClose__ec8a2ffa{opacity:0}.notification__05378392.showCloseOnHover__faa35b3e:hover{cursor:pointer}.notification__05378392.showCloseOnHover__faa35b3e:hover .notificationClose__ec8a2ffa{opacity:1}.notification__05378392 .notificationFooter__efc96674{display:flex;align-items:center;margin-top:16px}.notification__05378392 .notificationFooter__efc96674 button+a{margin-left:16px}.notification__05378392 .notificationTime__e6939380{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-31-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__ed0ce03e{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__ed0ce03e:hover{cursor:pointer}.notificationGroupedWrapper__ed0ce03e .notificationGroupedFooterItem__28ce02d1{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-31-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-31-0)}.notificationGroupedWrapper__ed0ce03e .notificationGroupedFooterItem__28ce02d1.first__cb22caa9{bottom:-8px;z-index:200}.notificationGroupedWrapper__ed0ce03e .notificationGroupedFooterItem__28ce02d1.second__d8b59989{bottom:-16px;z-index:100}@media(max-width:767px){.notification__05378392,.notificationGroupedWrapper__ed0ce03e{width:100%}}.unorderedListItem__787734ee:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__787734ee+.unorderedListItem__787734ee{margin-top:8px}.unorderedList__79fc2481{position:relative;margin:0;padding-left:14px;list-style:none}.button__6de7ae3c.general__090377f3{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-31-0);color:var(--triplex-next-Button-General_Color_Default-1-31-0)}.button__6de7ae3c.general__090377f3:hover{background:var(--triplex-next-Button-General_Background_Hover-1-31-0);color:var(--triplex-next-Button-General_Color_Hover-1-31-0)}.button__6de7ae3c.general__090377f3.expanded__9d912bb6,.button__6de7ae3c.general__090377f3:active{background:var(--triplex-next-Button-General_Background_Active-1-31-0);color:var(--triplex-next-Button-General_Color_Active-1-31-0)}.button__6de7ae3c.general__090377f3:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-31-0)}.button__6de7ae3c.general__090377f3:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-31-0);color:var(--triplex-next-Button-General_Color_Disabled-1-31-0)}.button__6de7ae3c.secondary__358805f1{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-31-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-31-0)}.button__6de7ae3c.secondary__358805f1:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-31-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-31-0)}.button__6de7ae3c.secondary__358805f1.expanded__9d912bb6,.button__6de7ae3c.secondary__358805f1:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-31-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-31-0)}.button__6de7ae3c.secondary__358805f1:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-31-0)}.button__6de7ae3c.secondary__358805f1:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-31-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-31-0)}.button__6de7ae3c.secondaryLight__a7b8c45a{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-31-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-31-0)}.button__6de7ae3c.secondaryLight__a7b8c45a:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-31-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-31-0)}.button__6de7ae3c.secondaryLight__a7b8c45a.expanded__9d912bb6,.button__6de7ae3c.secondaryLight__a7b8c45a:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-31-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-31-0)}.button__6de7ae3c.secondaryLight__a7b8c45a:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-31-0)}.button__6de7ae3c.secondaryLight__a7b8c45a:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-31-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-31-0)}.button__6de7ae3c.danger__6992ac63{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-31-0);color:var(--triplex-next-Button-Danger_Color_Default-1-31-0)}.button__6de7ae3c.danger__6992ac63:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-31-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-31-0)}.button__6de7ae3c.danger__6992ac63.expanded__9d912bb6,.button__6de7ae3c.danger__6992ac63:active{background:var(--triplex-next-Button-Danger_Background_Active-1-31-0);color:var(--triplex-next-Button-Danger_Color_Active-1-31-0)}.button__6de7ae3c.danger__6992ac63:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-31-0)}.button__6de7ae3c.danger__6992ac63:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-31-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-31-0)}.button__6de7ae3c.link__2255f8db{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-31-0);padding:0}.button__6de7ae3c.link__2255f8db.sm__c918a06f{height:28px;min-width:0px;padding:6px 2px}.button__6de7ae3c.link__2255f8db.md__9fc81367{height:40px;min-width:0px;padding:10px 2px}.button__6de7ae3c.link__2255f8db.lg__06f19cba{height:56px;min-width:0px;padding:18px 2px}.button__6de7ae3c.link__2255f8db:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-31-0)}.button__6de7ae3c.link__2255f8db.expanded__9d912bb6,.button__6de7ae3c.link__2255f8db:active{color:var(--triplex-next-Button-Link_Color_Active-1-31-0)}.button__6de7ae3c.link__2255f8db:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-31-0)}.button__6de7ae3c.link__2255f8db:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-31-0)}.button__6de7ae3c{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__6de7ae3c::-moz-focus-inner{border:none;padding:0}.button__6de7ae3c.sm__c918a06f{line-height:16px;font-size:12px}.button__6de7ae3c.sm__c918a06f.general__090377f3,.button__6de7ae3c.sm__c918a06f.secondary__358805f1,.button__6de7ae3c.sm__c918a06f.secondaryLight__a7b8c45a,.button__6de7ae3c.sm__c918a06f.danger__6992ac63{height:28px;min-width:58px;padding:0 12px;border-radius:6px}.button__6de7ae3c.sm__c918a06f.icon__bd114ad7{min-height:28px;min-width:28px;padding:0 4px}.button__6de7ae3c.md__9fc81367{line-height:20px;font-size:14px}.button__6de7ae3c.md__9fc81367.general__090377f3,.button__6de7ae3c.md__9fc81367.secondary__358805f1,.button__6de7ae3c.md__9fc81367.secondaryLight__a7b8c45a,.button__6de7ae3c.md__9fc81367.danger__6992ac63{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__6de7ae3c.md__9fc81367.icon__bd114ad7{min-height:40px;min-width:40px;padding:0 10px}.button__6de7ae3c.lg__06f19cba{line-height:20px;font-size:16px}.button__6de7ae3c.lg__06f19cba.general__090377f3,.button__6de7ae3c.lg__06f19cba.secondary__358805f1,.button__6de7ae3c.lg__06f19cba.secondaryLight__a7b8c45a,.button__6de7ae3c.lg__06f19cba.danger__6992ac63{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__6de7ae3c.lg__06f19cba.icon__bd114ad7{min-height:56px;min-width:56px;padding:0 12px}.button__6de7ae3c:disabled{cursor:default}.button__6de7ae3c:disabled *{pointer-events:none}.button__6de7ae3c+.button__6de7ae3c:not(.block__68510171),.button__6de7ae3c+.buttonDropdown__30e52421:not(.block__68510171){margin-left:12px}.button__6de7ae3c .content__dd42a536{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__6de7ae3c.block__68510171{display:block;width:100%}.button__6de7ae3c.loading__53bbca78{pointer-events:none}.button__6de7ae3c.loading__53bbca78 .content__dd42a536{visibility:hidden}.button__6de7ae3c .loader__2f0f292e{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__6de7ae3c .loader__2f0f292e.hidden__f5683a37{visibility:hidden}.buttonDropdownExtended__a9f27058{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__a9f27058 .buttonDropdownExtendedBlock__296d1157{padding:4px;margin-top:4px;right:0}.buttonDropdown__30e52421.block__68510171{display:block}.buttonDropdown__30e52421+.button__6de7ae3c:not(.block__68510171),.buttonDropdown__30e52421+.buttonDropdown__30e52421:not(.block__68510171){margin-left:12px}.buttonDropdown__30e52421 .buttonDropdownTarget__1c16a763 .caretIcon__3c145d4f{margin-left:2px;transition:transform .3s ease-in-out}.buttonDropdown__30e52421 .buttonDropdownTarget__1c16a763.active__c93efb8b .caretIcon__3c145d4f{transform:rotate(-180deg)}.buttonDropdown__30e52421 .buttonDropdownMenuItem__0158a96d{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__2f217069{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__fdca93b1{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__aa9866c1{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__1ce16153{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-1-31-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__37f00549{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__37f00549 .modalWindowContentWrapper__168c64aa{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__2f217069 .6s ease}.modalWindow__37f00549 .modalWindowContent__595c2c25{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__37f00549 .modalWindowContent__595c2c25 .modalWindowBody__18fd3cbb{box-sizing:border-box;animation:fadeIn__d8785285 .3s ease}@keyframes fadeIn__d8785285{0%{opacity:0}to{opacity:1}}.modalWindow__37f00549 .modalWindowContent__595c2c25 .spinnerSm__51420a6f{display:none}@media(max-width:767px){.modalWindow__37f00549 .modalWindowContent__595c2c25 .spinner__224acae2{display:none}.modalWindow__37f00549 .modalWindowContent__595c2c25 .spinnerSm__51420a6f{display:flex}}.global-modalWindowTransition-exit .modalWindow__37f00549 .modalWindowContentWrapper__168c64aa{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__fdca93b1 .3s ease}.global-modalWindowTransition-exit .modalWindow__37f00549 .modalWindowContentWrapper__168c64aa .modalWindowBody__18fd3cbb{animation:fadeOut__fabdd77f .3s ease}@keyframes fadeOut__fabdd77f{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__dde88a88{position:absolute;left:0;right:0;height:0}.modalWindow__37f00549.sm__3cce87c9 .modalWindowContentWrapper__168c64aa{max-width:480px}.modalWindow__37f00549.sm__3cce87c9 .modalWindowContent__595c2c25 .modalWindowBody__18fd3cbb{min-height:196px}@media(max-width:575px){.modalWindow__37f00549.sm__3cce87c9 .modalWindowContentWrapper__168c64aa{max-width:100%}}.modalWindow__37f00549.md__2b081ca6 .modalWindowContentWrapper__168c64aa{max-width:600px}.modalWindow__37f00549.md__2b081ca6 .modalWindowContent__595c2c25 .modalWindowBody__18fd3cbb{min-height:246px}@media(max-width:767px){.modalWindow__37f00549.md__2b081ca6 .modalWindowContentWrapper__168c64aa{max-width:100%}}.modalWindow__37f00549.lg__799e45fd .modalWindowContentWrapper__168c64aa{max-width:800px}.modalWindow__37f00549.lg__799e45fd .modalWindowContent__595c2c25 .modalWindowBody__18fd3cbb{min-height:396px}@media(max-width:991px){.modalWindow__37f00549.lg__799e45fd .modalWindowContentWrapper__168c64aa{max-width:100%}}.modalWindowContentPage__b49843bb{background:var(--triplex-next-ModalWindow-Background-1-31-0);padding:8px!important}.modalWindowContentPage__b49843bb,.modalWindowLoaderScreen__171499c6{border-radius:32px}@media(max-width:767px){.modalWindowContentPage__b49843bb,.modalWindowLoaderScreen__171499c6{border-radius:24px}}.islandBody__2d15b38d{display:block}.islandHeader__1b5be375,.islandFooter__aa6e2e13,.island__b103cdf3{position:relative}.island__b103cdf3.type1__9796b073{background-color:var(--triplex-next-Island-Type1_Background-1-31-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-31-0)}.island__b103cdf3.type2__9c1a1614{background-color:var(--triplex-next-Island-Type2_Background-1-31-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-31-0)}.island__b103cdf3.type3__679312aa{background-color:var(--triplex-next-Island-Type3_Background-1-31-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-31-0)}.island__b103cdf3.sm__dee37f5c{border-radius:16px;padding:16px}.island__b103cdf3.sm__dee37f5c .islandHeader__1b5be375+.islandBody__2d15b38d,.island__b103cdf3.sm__dee37f5c .islandHeader__1b5be375+.islandFooter__aa6e2e13,.island__b103cdf3.sm__dee37f5c .islandBody__2d15b38d+.islandFooter__aa6e2e13{margin-top:8px}.island__b103cdf3.md__69666cbf{border-radius:24px;padding:24px}.island__b103cdf3.md__69666cbf .islandHeader__1b5be375+.islandBody__2d15b38d,.island__b103cdf3.md__69666cbf .islandHeader__1b5be375+.islandFooter__aa6e2e13,.island__b103cdf3.md__69666cbf .islandBody__2d15b38d+.islandFooter__aa6e2e13{margin-top:12px}.island__b103cdf3.lg__4f78fabe{border-radius:32px;padding:32px}.island__b103cdf3.lg__4f78fabe .islandHeader__1b5be375+.islandBody__2d15b38d,.island__b103cdf3.lg__4f78fabe .islandHeader__1b5be375+.islandFooter__aa6e2e13,.island__b103cdf3.lg__4f78fabe .islandBody__2d15b38d+.islandFooter__aa6e2e13{margin-top:16px}@media(max-width:767px){.island__b103cdf3.sm__dee37f5c,.island__b103cdf3.md__69666cbf{border-radius:16px;padding:16px}.island__b103cdf3.lg__4f78fabe{border-radius:24px;padding:24px}}.modalWindowBody__18fd3cbb{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__6da4e797{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media(max-width:767px){.modalWindowClose__6da4e797{top:20px;right:20px}}.loaderScreen__135dfe10{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__135dfe10.loaderSmallBackdrop__c5767910{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-31-0)}.loaderScreen__135dfe10.loaderMiddleBackdrop__0d9fc152{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-31-0)}.body__d25c4b6e{position:relative;display:flex}.body__d25c4b6e .bodyInner__46704740{position:relative;flex-grow:1;width:100%}.bodyPage__9174d38f{flex-grow:1}.verticalMargin24__e5aa3cba{margin-top:24px;margin-bottom:24px}.verticalMargin16__079b4790{margin-top:16px;margin-bottom:16px}@media(max-width:767px){.verticalMargin24__e5aa3cba{margin-top:16px;margin-bottom:16px}.verticalMargin16__079b4790{margin-top:8px;margin-bottom:8px}}.headerTabs__dd308072{display:flex;justify-content:space-between}.headerTabs__dd308072 .headerTabsContent__983fb096{flex-grow:1;min-width:1px}.headerTabs__dd308072 .headerTabsControls__9f16e226{flex-shrink:0;white-space:nowrap;padding-left:24px}@media(max-width:767px){.headerTabs__dd308072{flex-wrap:wrap}.headerTabs__dd308072 .headerTabsContent__983fb096{width:100%}.headerTabs__dd308072 .headerTabsControls__9f16e226{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__dd308072 .headerTabsControls__9f16e226>button{margin-left:16px;margin-top:16px}}.headerTitle__845ec2e1{display:flex;justify-content:space-between}.headerTitle__845ec2e1 .headerTitleControls__6c61fec9{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__9295fbda+.headerTitle__845ec2e1{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media(max-width:767px){.headerTitle__845ec2e1{flex-wrap:wrap}.headerTitle__845ec2e1 .headerTitleContent__10e84c9e{width:100%}.headerTitle__845ec2e1 .headerTitleControls__6c61fec9{padding-left:0;white-space:normal;flex-shrink:initial;margin-left:-16px}.headerTitle__845ec2e1 .headerTitleControls__6c61fec9>button,.headerTitle__845ec2e1 .headerTitleControls__6c61fec9>[class*=buttonDropdown]{margin-left:16px;margin-top:16px}}.headerSubheader__d0bb46b1{padding:24px 0}.headerSubheader__d0bb46b1.withoutPaddings__fa109afd{padding:0}.headerLayoutSidebar__5c8a818a{display:flex;justify-content:space-between}.headerLayoutSidebarContent__20e91fbb{flex-grow:1;min-width:1px}@media(max-width:767px){.headerLayoutSidebarSidebar__1e685afc{display:none}}.page__2f19a1af{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__2f19a1af{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__e8d92289.sticky__c3a43df7{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__e8d92289.sticky__c3a43df7[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-31-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__e27ca7aa.sticky__c3a43df7{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__e27ca7aa.sticky__c3a43df7[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-1-31-0)!important}.footerDescription__8ea6fa7c{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__53429002{flex-grow:1;margin-right:auto}.footerDescriptionControls__2d0aaa1a{margin-left:auto;white-space:nowrap;padding-left:24px}@media(max-width:767px){.footerDescription__8ea6fa7c{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__53429002{width:100%}.footerDescriptionControls__2d0aaa1a{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__2d0aaa1a>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__53429002+.footerDescriptionControls__2d0aaa1a{margin-top:0}.footer__23eab27b{padding:16px 0}}.modalWindowHeader__2db11834 .global-HeaderTitleContent{padding-right:64px}@media(max-width:767px){.modalWindowHeader__2db11834 .global-HeaderTitleContent{padding-right:72px}}.list__2490bd97{margin:0;padding:0;list-style:none;position:relative}.listItemControls__ad20813e{display:flex;padding:0 16px 0 4px}.listItemContent__fb8b3dcc{background:var(--triplex-next-ListItem-Background-1-31-0);padding:12px 0 12px 16px;box-sizing:border-box}.listItemContent__fb8b3dcc.selected__e3029062{background:var(--triplex-next-ListItem-Background_Selected-1-31-0)}.listItemContent__fb8b3dcc.selectable__1472ca1e{border-radius:8px}.listItemControlsButton__25f78be6{margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-31-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px;width:92px}.listItemControlsButton__25f78be6:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-31-0)}.listItemControlsButton__25f78be6:hover .listItemControlsButtonLabel__9c3411f5{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-31-0)!important}.listItemControlsButton__25f78be6:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-31-0)}.listItemControlsButton__25f78be6:active .listItemControlsButtonLabel__9c3411f5{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-31-0)!important}.listItemControlsButton__25f78be6+.listItemControlsButton__25f78be6,.listItemControlsButton__25f78be6+.listItemControlsButtonDropdown__558d8a9b{margin-left:4px}.listItemControlsButtonIcon__16c03ee5{line-height:0}.listItemControlsButton__25f78be6.withText__267fb606 .listItemControlsButtonIcon__16c03ee5{margin-bottom:8px}.listItemControlsButtonLabel__9c3411f5{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-31-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__558d8a9b{display:flex}.listItemControlsButtonInner__0c3cd6b0{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__25f78be6.withIcon__d65e09df.withText__267fb606 .listItemControlsButtonInner__0c3cd6b0{height:44px;overflow:visible}.buttonDropdownMenuItem__5981e1aa{overflow:hidden;text-overflow:ellipsis}.listEmptyState__71043b90{padding:64px 16px 16px;text-align:center}.listItemLoading__25ae9efa{display:flex;justify-content:center;height:24px;padding:12px 0;position:relative;background-color:var(--triplex-next-ListItem-Background-1-31-0)}.label__045c5baf{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__045c5baf.sm__9308af33{min-width:16px;min-height:16px}.label__045c5baf.sm__9308af33.nonempty__8d01172a{padding:2px 0 2px 24px}.label__045c5baf.md__32f0fc10{min-width:24px;min-height:24px}.label__045c5baf.md__32f0fc10.nonempty__8d01172a{padding-left:32px;padding-top:2px}.label__045c5baf.lg__98acc62a{min-width:28px;min-height:28px}.label__045c5baf.lg__98acc62a.nonempty__8d01172a{padding-left:40px;padding-top:4px}.label__045c5baf.disabled__7579fc79{cursor:default}.label__045c5baf[hidden]{display:none}.checkbox__43769cdc{margin:0;opacity:0}.checkboxIcon__5a8f99a1{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-31-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-31-0)}.sm__9308af33 .checkboxIcon__5a8f99a1{border-radius:4px}.checkmarkIcon__cabf86d0{transform:scale(0)}.checkmarkIcon__cabf86d0 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-31-0)}.checkboxIcon__5a8f99a1,.checkmarkIcon__cabf86d0{pointer-events:none}.checkbox__43769cdc,.checkboxIcon__5a8f99a1,.checkmarkIcon__cabf86d0{position:absolute;left:0;top:0}.sm__9308af33 .checkbox__43769cdc,.sm__9308af33 .checkboxIcon__5a8f99a1,.sm__9308af33 .checkmarkIcon__cabf86d0{width:16px;height:16px;top:2px}.md__32f0fc10 .checkbox__43769cdc,.md__32f0fc10 .checkboxIcon__5a8f99a1,.md__32f0fc10 .checkmarkIcon__cabf86d0{width:24px;height:24px}.lg__98acc62a .checkbox__43769cdc,.lg__98acc62a .checkboxIcon__5a8f99a1,.lg__98acc62a .checkmarkIcon__cabf86d0{width:28px;height:28px}.checkbox__43769cdc:enabled{cursor:pointer}.checkbox__43769cdc:enabled:hover+.checkboxIcon__5a8f99a1{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-31-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-31-0)}.checkbox__43769cdc:checked+.checkboxIcon__5a8f99a1{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-31-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-31-0)}.checkbox__43769cdc:checked~.checkmarkIcon__cabf86d0{transform:scale(1);transition:transform .2s ease-out}.checkbox__43769cdc:disabled+.checkboxIcon__5a8f99a1{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-31-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-31-0)}.checkbox__43769cdc:disabled:checked+.checkboxIcon__5a8f99a1{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-31-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-31-0)}.checkbox__43769cdc:disabled~.checkmarkIcon__cabf86d0 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-31-0)}.checkbox__43769cdc:focus-visible+.checkboxIcon__5a8f99a1{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-31-0)}.checkbox__43769cdc:checked:enabled:hover+.checkboxIcon__5a8f99a1{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-31-0)}.listItemSelectable__2c2774ff{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-31-0);border-radius:8px}.listItemSelectable__2c2774ff.selected__e3029062{background:var(--triplex-next-ListItem-Background_Selected-1-31-0)}.checkboxWrapper__19a127ea{padding:16px;line-height:0}.childrenWrapper__98a9c000{flex-grow:1}.checkboxLabel__058c7044{padding:0!important;position:relative}.checkboxLabelClickArea__741c2145{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__de95f663{position:relative;overflow:hidden}.swipeableArea__de95f663 .content__37ef0768{position:relative;touch-action:pan-y}.swipeableArea__de95f663 .content__37ef0768.disableScroll__29401b49{touch-action:none}.swipeableArea__de95f663 .content__37ef0768.disablePointerEvents__c1aff464:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__de95f663 .swipeAnimationFinish__b57f0211{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__de95f663 .leftContent__01c08666,.swipeableArea__de95f663 .rightContent__287f03d9{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__de95f663 .rightContent__287f03d9{left:auto;right:0}.listItemTail__78ca1939{position:absolute;width:18px;top:0;bottom:0;overflow:hidden}.listItemTailLine__db144d91{background:var(--triplex-next-ListMaster-Background-1-31-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailLeft__bd5747ce{left:-8px}.listItemTailRight__6c7c6f56{right:-10px}.listItemTailTop__46608770{position:absolute;top:0;left:0;right:0}.listItemTailTop__46608770:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-31-0)}.listItemTailTop__46608770:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-31-0)}.listItemTailBottom__06270110{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__06270110:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-31-0)}.listItemTailBottom__06270110:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-31-0)}.listItemTable__00c8e972{margin-bottom:4px}.listItemTable__00c8e972:last-child{margin-bottom:0}.listItemTable__00c8e972 .swipeableArea__1dc14821{border-radius:8px}.listItemTable__00c8e972 .content__9402e106{min-height:56px}.listSortableItemTarget__eea236ea{display:flex;gap:16px;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-31-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__eea236ea:hover{background:var(--triplex-next-ListItem-Background_Hover-1-31-0)}.listSortableItemTarget__eea236ea.dragging__38e86896{background:var(--triplex-next-ListItem-Background_Dragging-1-31-0);box-shadow:var(--triplex-next-ListItem-Shadow_Dragging-1-31-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__e2d39cf2{flex:1}.listSortableItemTargetIcon__afab4abf{display:block}.listSortableItem__d69de0a3{position:relative}.listSortableItem__d69de0a3.dragging__38e86896{z-index:1}.listSortableItemControls__19d5e8b8{display:inline-block}.islandWidgetHeader__f728d69e{display:flex;justify-content:flex-start;align-items:center;gap:8px}.islandWidgetHeader__f728d69e .islandWidgetHeaderTitle__1bf4ce7b{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandWidgetHeader__f728d69e .islandWidgetHeaderControls__48c859a7{display:flex;align-items:center;gap:8px}.islandWidgetHeader__f728d69e .islandWidgetHeaderDescription__9c6a3f47{display:flex;flex-grow:1;justify-content:flex-end}.islandWidgetHeader__f728d69e .caretWrapper__a995d822{position:absolute;top:16px;right:16px}.islandWidgetHeader__f728d69e .caretIcon__f6ed7284{transition:transform .3s ease-in-out}.islandWidgetHeader__f728d69e.open__c03562bb .caretWrapper__a995d822 .caretIcon__f6ed7284{transform:rotate(-180deg)}@media(max-width:767px){.islandWidgetHeader__f728d69e{flex-wrap:wrap;padding-right:32px}.islandWidgetHeader__f728d69e .islandWidgetHeaderTitle__1bf4ce7b{white-space:normal}.islandWidgetHeader__f728d69e .islandWidgetHeaderDescription__9c6a3f47{flex-basis:100%;justify-content:flex-start}}.islandWidgetBody__9dab0b19{padding-top:16px}.islandWidgetFooter__4eadc4ce{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__92ad0aed{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__a2cb36d7{margin-left:auto;white-space:nowrap}@media(max-width:767px){.islandWidgetFooter__4eadc4ce{flex-direction:column;gap:16px}.islandWidgetFooterControls__a2cb36d7{display:flex;flex-wrap:wrap;gap:12px;margin:0 auto 0 0}.islandWidgetFooterControls__a2cb36d7>button{margin-left:0!important}}.expandAnimation__a9ccabdd{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__d0e80d1c{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-31-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media(max-width:767px){.islandWidgetExtraFooter__d0e80d1c{border-radius:0 0 16px 16px}}.islandWidget__e8132b78{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__e8132b78>*{height:100%}.islandWidgetWithExtraFooter__576b3a56:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-1-31-0)!important}@media(max-width:767px){.islandWidgetHeaderWrapperAdaptive__40ffc309{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__3495926f{display:flex;flex-direction:column}.main__e79e053d{position:relative;width:100%;height:var(--triplex-next-runtime-ImageGalleryExtended-Main_Height, 504px);border-radius:16px;overflow:hidden;touch-action:pan-y}.main__e79e053d:hover .arrow__74a76e31{opacity:1}.main__e79e053d .image__7824a7ad{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none}.imageButton__2412df98{display:block;width:100%;height:100%;margin:0;padding:0;border:none;background:transparent}.track__0fbd94c9{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__0fbd94c9.animating__79e8a3d9{transition:transform .3s ease-out}.slide__ce427230{position:relative;flex:0 0 100%;height:100%;overflow:hidden}.blur__3c9cdcaa{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__58c1bcb6{cursor:pointer}.arrow__74a76e31{outline:none;position:absolute;top:50%;z-index:2;width:40px;height:40px;transform:translateY(-50%);background:var(--triplex-next-ImageGallery-Arrow_Background_Default-1-31-0);border:1px solid var(--triplex-next-ImageGallery-Arrow_BorderColor_Default-1-31-0);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .15s ease}.arrow__74a76e31:focus-visible{opacity:1}.arrow__74a76e31:hover{background:var(--triplex-next-ImageGallery-Arrow_Background_Hover-1-31-0);border-color:var(--triplex-next-ImageGallery-Arrow_BorderColor_Hover-1-31-0)}.arrow__74a76e31:active{background:var(--triplex-next-ImageGallery-Arrow_Background_Active-1-31-0);border-color:var(--triplex-next-ImageGallery-Arrow_BorderColor_Active-1-31-0)}.arrow__74a76e31:disabled{display:none}.arrow__74a76e31.prev__fa1b77ab{left:16px}.arrow__74a76e31.next__dac72421{right:16px}@media(max-width:767px){.main__e79e053d{height:var(--triplex-next-runtime-ImageGalleryExtended-Main_Height, 264px);border-radius:8px}.arrow__74a76e31{display:none}}.thumbnails__52f0d07a{display:flex;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.thumbnails__52f0d07a::-webkit-scrollbar{display:none}.thumb__77dbc0ef{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__77dbc0ef+.thumb__77dbc0ef{margin-left:8px}.thumb__77dbc0ef:focus-visible,.thumb__77dbc0ef.active__1aee7007{border-color:var(--triplex-next-ImageGallery-Accent_Color-1-31-0)}.thumb__77dbc0ef:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:8px;background:var(--triplex-next-ImageGallery-Thumb_Mask_Background-1-31-0);pointer-events:none;transition:opacity .15s ease-in-out}.thumb__77dbc0ef:hover:after,.thumb__77dbc0ef.active__1aee7007:after{opacity:0}.thumb__77dbc0ef .image__7824a7ad{display:block;width:72px;height:72px;border-radius:8px;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none}.dots__e6063349{display:flex;justify-content:center;align-items:center;gap:8px}.dot__c4d18fb9{width:16px;height:3px;padding:0;margin:0;border:none;border-radius:2px;background:var(--triplex-next-ImageGallery-Dot_Background_Default-1-31-0);cursor:pointer;outline:none;transition:background .15s ease-in-out,width .15s ease-in-out}.dot__c4d18fb9:hover{background:var(--triplex-next-ImageGallery-Dot_Background_Hover-1-31-0)}.dot__c4d18fb9:focus-visible{box-shadow:0 0 0 2px var(--triplex-next-ImageGallery-Accent_Color-1-31-0)}.dot__c4d18fb9.active__1aee7007{width:24px;background:var(--triplex-next-ImageGallery-Dot_Background_Active-1-31-0)}.treeView__ca844e56,.treeViewGroup__c0c2b34f{margin:0;padding:0}.treeView__ca844e56 .treeViewNode__025a0332,.treeViewGroup__c0c2b34f .treeViewNode__025a0332{margin:0;padding:0;outline:none;list-style:none}.collapsibleTreeExtendedNodeContent__752efc7c.collapsed__5cc2b9bd{visibility:hidden}.collapsibleTreeNodeHeader__f210d34e{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__f210d34e.interactive__ecc5cbba{cursor:pointer}.collapsibleTreeNodeHeader__f210d34e.interactive__ecc5cbba:hover{background:var(--triplex-next-CollapsibleTree-Header_Background_Hover-1-31-0)}.collapsibleTreeNodeHeader__f210d34e.interactive__ecc5cbba:focus-visible{box-shadow:var(--triplex-next-CollapsibleTree-Header_Shadow_Focus-1-31-0)}.chevron__d580fdea{flex:0 0 auto;width:24px;height:24px;transition:transform .2s ease;transform:rotate(0)}.chevron__d580fdea.opened__99d66326{transform:rotate(90deg)}.collapsibleTreeLeafContent__bb1bbff9{display:block}.collapsibleTreeLeafNode__a6be8cb2{margin-bottom:2px!important}.collapsibleTree__bfc8b7b3 [role=group]{padding-left:24px}.chipGroupItem__e0e1516a{display:inline-block}.chip__96a02b0f{position:relative;display:inline-flex;align-items:center;gap:2px;box-sizing:border-box;min-width:40px;max-width:264px;flex-shrink:0;vertical-align:middle;cursor:pointer;outline:none;color:var(--triplex-next-Chip-Color_Default-1-31-0)}.chip__96a02b0f.lg__5c326c02{height:56px;padding:0 16px;font-size:16px;line-height:20px;border-radius:10px}.chip__96a02b0f.lg__5c326c02 .prefix__9408685b{padding-left:16px}.chip__96a02b0f.lg__5c326c02 .postfix__b15c209b{padding-right:12px}.chip__96a02b0f.lg__5c326c02 .notificationIcon__467ab3ac{top:6px;right:6px}.chip__96a02b0f.md__566ccc7d{height:40px;padding:0 12px;font-size:14px;line-height:20px;border-radius:8px}.chip__96a02b0f.md__566ccc7d .prefix__9408685b{padding-left:12px}.chip__96a02b0f.md__566ccc7d .postfix__b15c209b{padding-right:8px}.chip__96a02b0f.md__566ccc7d .notificationIcon__467ab3ac{top:4px;right:4px}.chip__96a02b0f.sm__e722a65a{height:28px;padding:0 12px;font-size:12px;line-height:16px;border-radius:6px}.chip__96a02b0f.sm__e722a65a .prefix__9408685b{padding-left:8px}.chip__96a02b0f.sm__e722a65a .postfix__b15c209b{padding-right:8px}.chip__96a02b0f.sm__e722a65a .notificationIcon__467ab3ac{top:3px;right:3px}.chip__96a02b0f.type1__6cb1ea2c{background:var(--triplex-next-Chip-Background_Type1_Default-1-31-0)}.chip__96a02b0f.type1__6cb1ea2c:hover{background:var(--triplex-next-Chip-Background_Type1_Hover-1-31-0)}.chip__96a02b0f.type2__14bd86d1{background:var(--triplex-next-Chip-Background_Type2_Default-1-31-0)}.chip__96a02b0f.type2__14bd86d1:hover{background:var(--triplex-next-Chip-Background_Type2_Hover-1-31-0)}.chip__96a02b0f:hover{color:var(--triplex-next-Chip-Color_Hover-1-31-0)}.chip__96a02b0f:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-31-0)}.chip__96a02b0f:active,.chip__96a02b0f[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-31-0);color:var(--triplex-next-Chip-Color_Active-1-31-0)}.chip__96a02b0f.selected__2a2c1ff7{background:var(--triplex-next-Chip-Background_Selected_Default-1-31-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-31-0)}.chip__96a02b0f.selected__2a2c1ff7:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-31-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-31-0)}.chip__96a02b0f.selected__2a2c1ff7:active,.chip__96a02b0f.selected__2a2c1ff7[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-31-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-31-0)}.chip__96a02b0f.selected__2a2c1ff7.disabled__070394cd{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-31-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-31-0)}.chip__96a02b0f.disabled__070394cd{pointer-events:none;cursor:default;background:var(--triplex-next-Chip-Background_Disabled-1-31-0);color:var(--triplex-next-Chip-Color_Disabled-1-31-0)}.chip__96a02b0f.withPrefix__1bf41ef4{padding-left:0}.chip__96a02b0f.withPostfix__db68fb07{padding-right:0}.chip__96a02b0f .content__66d43cf3{flex-grow:1;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chip__96a02b0f .prefix__9408685b,.chip__96a02b0f .postfix__b15c209b{display:flex}.chip__96a02b0f .notificationIcon__467ab3ac{position:absolute}.calendarControls__cb73c3cc{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-31-0)}.calendarViewDays__23e6a7fe{width:calc(100% + 8px);margin:12px -4px 0;border-spacing:4px 0px;table-layout:fixed}.calendarViewDays__23e6a7fe+.calendarFooter__be4e9e3b{margin-top:18px}.adaptive__301e5fc0 .calendarViewDays__23e6a7fe{width:100%;margin:12px 0 0;border-spacing:0}.adaptive__301e5fc0 .calendarViewDays__23e6a7fe+.calendarFooter__be4e9e3b{margin-top:12px}.calendarViewMonths__e15302cd,.calendarViewYears__8d1b9155{width:calc(100% + 12px);margin:8px -6px -14px;border-spacing:6px 14px;table-layout:fixed}.calendarViewMonths__e15302cd+.calendarFooter__be4e9e3b,.calendarViewYears__8d1b9155+.calendarFooter__be4e9e3b{margin-top:22px}.adaptive__301e5fc0 .calendarViewMonths__e15302cd,.adaptive__301e5fc0 .calendarViewYears__8d1b9155{width:100%;margin:4px 0 -8px;border-spacing:0 8px}.adaptive__301e5fc0 .calendarViewMonths__e15302cd+.calendarFooter__be4e9e3b,.adaptive__301e5fc0 .calendarViewYears__8d1b9155+.calendarFooter__be4e9e3b{margin-top:12px}.calendarViewDaysHeader__beda3af2{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-1-31-0)}.calendarViewDaysBody__95766582:before{display:block;content:"";line-height:8px}.calendarViewItem__e9961c01{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__e9961c01:focus-visible{outline:none}.calendarViewItem__e9961c01.current__c0dd15a1{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.calendarViewItem__e9961c01.disabled__57c6d818{pointer-events:none}.calendarViewItemLabel__e0a5bfd3{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-31-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-31-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-31-0);cursor:pointer}.calendarViewItemLabel__e0a5bfd3.muted__5f668232{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-31-0)}.calendarViewItemLabel__e0a5bfd3:hover{color:var(--triplex-next-Calendar-View_Item_Color_Hover-1-31-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-31-0)}.calendarViewItemLabel__e0a5bfd3.selected__e41341fe{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-31-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-31-0)}.calendarViewItemLabel__e0a5bfd3.selected__e41341fe:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-31-0)}.calendarViewItemLabel__e0a5bfd3.selected__e41341fe:hover.basicMark__2a2cd724:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-31-0)}.calendarViewItemLabel__e0a5bfd3.selected__e41341fe:hover.standardMark__1cd0b5be:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-31-0)}.calendarViewItemLabel__e0a5bfd3.selected__e41341fe:hover.attentionMark__2d635a44:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-31-0)}.calendarViewItemLabel__e0a5bfd3.selected__e41341fe:hover.criticalMark__a1d3826d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-31-0)}.calendarViewItemLabel__e0a5bfd3.selected__e41341fe.muted__5f668232{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-31-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-31-0)}.calendarViewItemLabel__e0a5bfd3.selected__e41341fe.muted__5f668232:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-31-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-31-0)}.calendarViewItemLabel__e0a5bfd3.selected__e41341fe.basicMark__2a2cd724:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-31-0)}.calendarViewItemLabel__e0a5bfd3.selected__e41341fe.standardMark__1cd0b5be:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-31-0)}.calendarViewItemLabel__e0a5bfd3.selected__e41341fe.attentionMark__2d635a44:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-31-0)}.calendarViewItemLabel__e0a5bfd3.selected__e41341fe.criticalMark__a1d3826d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-31-0)}.calendarViewItemLabel__e0a5bfd3.marked__9d22b80a:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__e0a5bfd3.basicMark__2a2cd724:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-31-0)}.calendarViewItemLabel__e0a5bfd3.standardMark__1cd0b5be:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-31-0)}.calendarViewItemLabel__e0a5bfd3.attentionMark__2d635a44:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-31-0)}.calendarViewItemLabel__e0a5bfd3.criticalMark__a1d3826d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-31-0)}.calendarViewItemLabel__e0a5bfd3.disabled__57c6d818{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-31-0);background:none}.calendarViewItem__e9961c01:focus-visible .calendarViewItemLabel__e0a5bfd3{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-31-0)}.unitDay__26e32fe7{width:36px;height:36px;border-radius:6px}.unitMonth__4fc29aed,.unitYear__d6b7d195{width:88px;height:48px;border-radius:6px}.adaptive__301e5fc0 .unitMonth__4fc29aed,.adaptive__301e5fc0 .unitYear__d6b7d195{width:104px;height:56px;border-radius:10px}.calendarFooter__be4e9e3b{text-align:center}.calendar__0a6d7c29{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-31-0);border-radius:8px;-webkit-user-select:none;user-select:none}.calendar__0a6d7c29.extraBottom__74a4a64c{padding-bottom:12px}.calendar__0a6d7c29.adaptive__301e5fc0{width:auto;padding:20px 20px 24px}.calendar__0a6d7c29+.calendar__0a6d7c29{margin-top:20px}.datePickerExtendedMobileDropdown__7f25104f{max-height:100vh}.chipDropdownArrow__25ca5ef0{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__25ca5ef0.rotated__4d1444ba{transform:rotate(-180deg)}.chipClearButton__0dc242d7{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__0dc242d7:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-31-0)}.dropdownMobileMaskedInput__74f979cf{height:20px!important;padding:0!important}.dropdownMobileMaskedInput__74f979cf:first-child{top:0}.selectExtendedFieldTarget__fbac744f{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__fbac744f .caretWrapper__d1df48d6{height:100%}.selectExtendedFieldTarget__fbac744f .caretIcon__fff273b0{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__fbac744f.selectOpened__6c81a712 .caretIcon__fff273b0{transform:rotate(180deg)}.selectExtendedFieldTarget__fbac744f.disabled__8dda1d72{-webkit-user-select:none;user-select:none;cursor:default}.selectExtendedFieldTarget__fbac744f.disabled__8dda1d72 .target__5f1b23a4,.selectExtendedFieldTarget__fbac744f.disabled__8dda1d72 .caretWrapper__d1df48d6{pointer-events:none}.selectExtendedField__1b2db236{position:relative}.multiselectFieldHeader__fa84aeb2{padding:12px}.multiselectFieldContent__d6692fe5{position:relative;padding:0 12px 12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContent__d6692fe5:first-child{padding-top:12px}.multiselectFieldContent__d6692fe5:has(.loaderScreen__cc3a58cb){overflow:hidden}.multiselectFieldContent__d6692fe5.sm__3b44c310{max-height:208px}.multiselectFieldContent__d6692fe5.md__c295ee34{max-height:266px}.multiselectFieldContent__d6692fe5.lg__ab8c1f57{max-height:296px}.multiselectFieldFooter__f86323e3{padding:0 12px 12px}.multiselectFieldFooter__f86323e3:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-31-0)}.chipOptionsContent__6bb2a946{min-width:14px;text-align:center;display:block}.tooltipDesktop__2373738a{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__2373738a .tooltipBody__aa949bf7{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-31-0)}.tooltipDesktop__2373738a .tooltipXButton__83ea777f{position:absolute;right:8px;top:8px}.tooltipDesktopContent__3bb01580{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-31-0);border-radius:8px}.closable__6cbbc15a .tooltipDesktopContent__3bb01580{padding-right:32px}.tooltipSM__17be8e76 .tooltipDesktopContent__3bb01580{width:192px;min-height:52px}.tooltipLG__87279880 .tooltipDesktopContent__3bb01580{width:384px;min-height:52px}.tooltipOverlay__0c6fe8dc{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__a5dc7615{width:0;height:0}.tooltipDesktopTip__a5dc7615.down__85c4964b{border-top:solid var(--triplex-next-Tooltip-Background-1-31-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__a5dc7615.up__ca04a999{border-bottom:solid var(--triplex-next-Tooltip-Background-1-31-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__a5dc7615.left__12935561{border-right:solid var(--triplex-next-Tooltip-Background-1-31-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__a5dc7615.right__e5a192c8{border-left:solid var(--triplex-next-Tooltip-Background-1-31-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__b0a1fe99 .tooltipBody__aa949bf7{text-align:left}.tooltipMobileContent__b289aecd{padding:16px}.headerless__07177239 .tooltipMobileContent__b289aecd{padding-right:40px;border-radius:16px 16px 0 0}.headerless__07177239 .tooltipMobileContent__b289aecd .closeButton__bced1738{position:absolute;right:16px;top:16px}.tooltipLink__83eba036{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__fda7c107{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-31-0)}.desktop__fda7c107:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-31-0)}.desktop__fda7c107:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-31-0)}.desktop__fda7c107:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-31-0)}.mobile__0e3caa29{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-31-0)}.mobile__0e3caa29:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-31-0)}.mobile__0e3caa29:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-31-0)}.mobile__0e3caa29:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-31-0)}.chipSuggestInputWrapper__a3ae6e79{margin:12px}.suggestDropdownMobileBody__0fc9e616{height:176px}.suggestDropdownMobileNoOptionsText__d4b9419e{padding:16px}.checkboxXGroup__cd9407ab{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__cd9407ab.indent-12__b0c1b485{margin-left:-6px;margin-right:-6px}.checkboxXGroup__cd9407ab.indent-12__b0c1b485 .label__045c5baf{margin-left:6px;margin-right:6px}.checkboxXGroup__cd9407ab.indent-16__fdb1189b{margin-left:-8px;margin-right:-8px}.checkboxXGroup__cd9407ab.indent-16__fdb1189b .label__045c5baf{margin-left:8px;margin-right:8px}.checkboxXGroup__cd9407ab.indent-20__bcc3cdd9{margin-left:-10px;margin-right:-10px}.checkboxXGroup__cd9407ab.indent-20__bcc3cdd9 .label__045c5baf{margin-left:10px;margin-right:10px}.checkboxXGroup__cd9407ab.indent-24__26b96a67{margin-left:-12px;margin-right:-12px}.checkboxXGroup__cd9407ab.indent-24__26b96a67 .label__045c5baf{margin-left:12px;margin-right:12px}.checkboxXGroup__cd9407ab.indent-28__2c8e3c61{margin-left:-14px;margin-right:-14px}.checkboxXGroup__cd9407ab.indent-28__2c8e3c61 .label__045c5baf{margin-left:14px;margin-right:14px}.checkboxXGroup__cd9407ab.indent-32__50b5f7a1{margin-left:-16px;margin-right:-16px}.checkboxXGroup__cd9407ab.indent-32__50b5f7a1 .label__045c5baf{margin-left:16px;margin-right:16px}.checkboxYGroup__5114e628{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__5114e628 .label__045c5baf.sm__9308af33+.label__045c5baf.sm__9308af33{margin-top:8px}.checkboxYGroup__5114e628 .label__045c5baf.lg__98acc62a+.label__045c5baf.lg__98acc62a{margin-top:20px}.checkboxYGroup__5114e628 .label__045c5baf.md__32f0fc10+.label__045c5baf.md__32f0fc10{margin-top:16px}@media(max-width:767px){.checkboxYGroup__5114e628{margin:14px 16px}.checkboxYGroup__5114e628 .label__045c5baf.sm__9308af33+.label__045c5baf.sm__9308af33,.checkboxYGroup__5114e628 .label__045c5baf.md__32f0fc10+.label__045c5baf.md__32f0fc10,.checkboxYGroup__5114e628 .label__045c5baf.lg__98acc62a+.label__045c5baf.lg__98acc62a{margin-top:28px}}.card__4ed2c780{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__4ed2c780.roundingMD__70b5a70b{--radius: 16px}.card__4ed2c780.roundingSM__aee5be2b{--radius: 8px}.card__4ed2c780.general__9c85c65e{background:var(--triplex-next-Card-Static_General_Background-1-31-0)}.card__4ed2c780.secondary__e836c0ac{background:var(--triplex-next-Card-Static_Secondary_Background-1-31-0)}.card__4ed2c780 .cardMedia__17307a46{background-size:cover;background-repeat:no-repeat;background-position:center}.card__4ed2c780 .cardContent__eed37362{padding:var(--padding);display:flex;flex-direction:column;flex:1}.card__4ed2c780 .cardContent__eed37362.paddingMD__67863703{--padding: 24px}.card__4ed2c780 .cardContent__eed37362.paddingSM__62d0e7e3{--padding: 16px}.card__4ed2c780 .cardContent__eed37362 .cardContentHeader__eb808bbc{margin-bottom:16px}.card__4ed2c780 .cardContent__eed37362 .cardContentBody__edc70a4d{flex:1}.card__4ed2c780 .cardContent__eed37362 .cardContentFooter__556e2aee{margin-top:16px}.action__ffddca99{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__ffddca99: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__ffddca99.general__9c85c65e{background:var(--triplex-next-Card-Action_General_Background-1-31-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-31-0)}.action__ffddca99.general__9c85c65e:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-31-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-31-0)}.action__ffddca99.general__9c85c65e.selected__21d3d1eb{background:var(--triplex-next-Card-Action_General_Background_Selected-1-31-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-31-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-31-0)}.action__ffddca99.general__9c85c65e.selected__21d3d1eb:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-31-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-31-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-31-0)}.action__ffddca99.general__9c85c65e:focus{outline:none}.action__ffddca99.general__9c85c65e:focus.focusVisible__e0ad43db{box-shadow:var(--triplex-next-Card-Shadow_Default-1-31-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-31-0)}.action__ffddca99.secondary__e836c0ac{background:var(--triplex-next-Card-Action_Secondary_Background-1-31-0)}.action__ffddca99.secondary__e836c0ac:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-31-0)}.action__ffddca99.secondary__e836c0ac.selected__21d3d1eb{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-31-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-31-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-31-0)}.action__ffddca99.secondary__e836c0ac.selected__21d3d1eb:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-31-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-31-0)}.action__ffddca99.secondary__e836c0ac:focus{outline:none}.action__ffddca99.secondary__e836c0ac:focus.focusVisible__e0ad43db{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-31-0)}.alertContext__36b62d9e{display:flex;font-size:12px;line-height:16px}.alertContext__36b62d9e>svg{flex-shrink:0}.alertContext__36b62d9e .alertContextText__1a01fe7b{margin-left:8px}.alertContext__36b62d9e.alertTypeError__0dec18a9 .alertContextText__1a01fe7b{color:var(--triplex-next-AlertContext-Error_Color-1-31-0)}.alertContext__36b62d9e.alertTypeInfo__5fb50db2 .alertContextText__1a01fe7b{color:var(--triplex-next-AlertContext-Info_Color-1-31-0)}.alertContext__36b62d9e.alertTypeWarning__ea2342d6 .alertContextText__1a01fe7b{color:var(--triplex-next-AlertContext-Warning_Color-1-31-0)}.alertContext__36b62d9e.alertTypeSystem__905e1b94 .alertContextText__1a01fe7b{color:var(--triplex-next-AlertContext-System_Color-1-31-0)}.alertProcess__f7f4d96f{display:flex;padding:16px;position:relative}.alertProcess__f7f4d96f.md__596d36de{border-radius:12px}.alertProcess__f7f4d96f.lg__5b651818{border-radius:24px}.alertProcess__f7f4d96f.withSpoiler__4128e858{min-height:40px}.alertProcess__f7f4d96f .themeIcon__d7187c24{box-sizing:border-box;height:20px;width:20px}.alertProcess__f7f4d96f.alertTypeError__0dec18a9{background:var(--triplex-next-AlertProcess-Error_Background-1-31-0)}.alertProcess__f7f4d96f.alertTypeInfo__5fb50db2{background:var(--triplex-next-AlertProcess-Info_Background-1-31-0)}.alertProcess__f7f4d96f.alertTypeWarning__ea2342d6{background:var(--triplex-next-AlertProcess-Warning_Background-1-31-0)}.alertProcess__f7f4d96f.alertTypeSystem__905e1b94{background:var(--triplex-next-AlertProcess-System_Background-1-31-0)}.alertProcess__f7f4d96f.alertTypeFeature__c23dad59{background:var(--triplex-next-AlertProcess-Feature_Background-1-31-0)}.alertProcess__f7f4d96f.alertTypeFeature__c23dad59 .themeIcon__d7187c24{padding-top:0}.alertProcess__f7f4d96f .alertProcessContentBlock__76a7b339{flex:1;margin-left:10px}.alertProcess__f7f4d96f .alertProcessContentBlock__76a7b339 .expandableContent__9a5a3d48{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__f7f4d96f .alertProcessContentBlock__76a7b339 .expandableContent__9a5a3d48.expanded__8758898e{max-height:1000px;opacity:1}.alertProcess__f7f4d96f .closeButton__b266600a{margin-left:10px}.alertProcess__f7f4d96f .expandButton__bd5d664b{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__f7f4d96f .expandButton__bd5d664b.expanded__8758898e{transform:rotate(180deg)}.adaptive__b64fbb61{font-size:10px!important;line-height:12px!important}.avatar__54a73b47{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-1-31-0)}.avatar__54a73b47.borderRadius6__f3cace47{border-radius:6px}.avatar__54a73b47.borderRadius8__e5e192e3{border-radius:8px}.avatar__54a73b47.borderRadius10__50c8ffbe{border-radius:10px}.avatar__54a73b47.borderRadius12__780548ef{border-radius:12px}.avatar__54a73b47.borderRadius16__af605cd9{border-radius:16px}.avatar__54a73b47.xxs__8246d674{width:28px;height:28px}.avatar__54a73b47.xs__c3976b53{width:32px;height:32px}.avatar__54a73b47.sm__25a48590{width:40px;height:40px}.avatar__54a73b47.md__7b19225a{width:56px;height:56px}.avatar__54a73b47.lg__c9266f76{width:80px;height:80px}.avatar__54a73b47.xl__25b36d52{width:96px;height:96px}.avatar__54a73b47.xxl__f9d460f2{width:128px;height:128px}.carouselExtended__f600357b{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__f600357b::-webkit-scrollbar{display:none}.checkboxTreeExtended__ac2d8fae{margin-bottom:-12px}.checkboxTreeExtendedNode__a6f85548 .checkboxTreeExtendedNode__a6f85548:has(.sm__c565e2d5){margin-left:16px}.checkboxTreeExtendedNode__a6f85548 .checkboxTreeExtendedNode__a6f85548:has(.md__d745152d),.checkboxTreeExtendedNode__a6f85548 .checkboxTreeExtendedNode__a6f85548:has(.lg__79e7d7a0){margin-left:24px}.checkboxTreeExtendedNodeHeader__3bc80de7{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__3bc80de7.sm__c565e2d5{margin-bottom:8px}.checkboxTreeExtendedNodeHeader__3bc80de7.md__d745152d,.checkboxTreeExtendedNodeHeader__3bc80de7.lg__79e7d7a0{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__3bc80de7 .checkboxTreeCheckboxLabel__b50275a8{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__3bc80de7 .caretIconWrapper__45b1fb54{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__3bc80de7 .caretIconWrapper__45b1fb54:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-31-0)}.checkboxTreeExtendedNodeHeader__3bc80de7.opened__6b6e046b .caretIconWrapper__45b1fb54{transform:rotate(180deg)}@media(max-width:767px){.checkboxTreeExtended__ac2d8fae{padding:0 16px}.checkboxTreeExtended__ac2d8fae .checkboxTreeExtendedNodeHeader__3bc80de7{margin-bottom:0}.checkboxTreeExtended__ac2d8fae .checkboxTreeExtendedNodeHeader__3bc80de7 .checkboxTreeCheckboxLabel__b50275a8{padding-top:16px;padding-bottom:16px}.checkboxTreeExtended__ac2d8fae .checkboxTreeExtendedNodeHeader__3bc80de7 .checkboxTreeCheckboxLabel__b50275a8>span,.checkboxTreeExtended__ac2d8fae .checkboxTreeExtendedNodeHeader__3bc80de7 .checkboxTreeCheckboxLabel__b50275a8>svg,.checkboxTreeExtended__ac2d8fae .checkboxTreeExtendedNodeHeader__3bc80de7 .checkboxTreeCheckboxLabel__b50275a8 .checkboxTreeCheckbox__b884cfa0{top:14px}}.chipGroup__ea05199e{display:flex}.chipGroup__ea05199e.oneLine__a5a8c545{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__ea05199e.oneLine__a5a8c545::-webkit-scrollbar{display:none}.chipGroup__ea05199e.multiLine__f0ec981f{flex-wrap:wrap}.chipGroup__ea05199e.lg__59280a52{gap:12px}.chipGroup__ea05199e.md__033cec7c,.chipGroup__ea05199e.sm__dde99470{gap:8px}.gridHorizontalGapSM__1d4668ed{--grid-horizontal-gap: 8px}.gridHorizontalGapMD__0b158a6b{--grid-horizontal-gap: 12px}.col-1__9f843f4c{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__a90c6e94{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__4f853a81{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__d331572d{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__59ae00ee{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__15ccad88{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__1d05aa0f{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__477f699b{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__d1ddc377{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__7d93d5d7{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__e167888c{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__6cda81e1{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__90b97d4e{margin-left:0%}.offset-1__3d6963a4{margin-left:8.33333333%}.offset-2__d9b3ac35{margin-left:16.66666667%}.offset-3__e3e20d09{margin-left:25%}.offset-4__25d76ca1{margin-left:33.33333333%}.offset-5__0abddba4{margin-left:41.66666667%}.offset-6__97a2d6a5{margin-left:50%}.offset-7__3b12321a{margin-left:58.33333333%}.offset-8__46f70e8a{margin-left:66.66666667%}.offset-9__9424f7f7{margin-left:75%}.offset-10__8b85b30c{margin-left:83.33333333%}.offset-11__ddd90b02{margin-left:91.66666667%}.d-none__354dd7db{display:none!important}.d-block__e3442bd8{display:block!important}@media(min-width:576px){.col-sm-1__de14f8aa{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__a93aefd0{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__3a824f2e{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__b62b37f8{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__d2b4251d{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__f35fee8d{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__71861f32{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__0ea383ba{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__a03233c0{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__7f8c4b6f{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__53b88111{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__36537013{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__be357811{margin-left:0%}.offset-sm-1__9c660f8b{margin-left:8.33333333%}.offset-sm-2__b3749d2b{margin-left:16.66666667%}.offset-sm-3__dd8ddfbe{margin-left:25%}.offset-sm-4__c448e556{margin-left:33.33333333%}.offset-sm-5__33189994{margin-left:41.66666667%}.offset-sm-6__c067f5d8{margin-left:50%}.offset-sm-7__f0c7e124{margin-left:58.33333333%}.offset-sm-8__d90f22c3{margin-left:66.66666667%}.offset-sm-9__fe289c51{margin-left:75%}.offset-sm-10__0fb5a26c{margin-left:83.33333333%}.offset-sm-11__65d8c3c6{margin-left:91.66666667%}.d-none-sm__2ae92215{display:none!important}.d-block-sm__98a3df18{display:block!important}}@media(min-width:768px){.col-md-1__58219358{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__47cb5160{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__38025795{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__e3d15172{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__619a59b6{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__d0986292{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__b33ead90{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__73fd8a56{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__a4d7ce24{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__d8f2f2f7{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__7cd51c7d{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__69b065bf{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__d6f1bea8{margin-left:0%}.offset-md-1__13903079{margin-left:8.33333333%}.offset-md-2__1910bf51{margin-left:16.66666667%}.offset-md-3__bcf2d42d{margin-left:25%}.offset-md-4__6dd859bf{margin-left:33.33333333%}.offset-md-5__f909811f{margin-left:41.66666667%}.offset-md-6__49684ebb{margin-left:50%}.offset-md-7__716f8ad1{margin-left:58.33333333%}.offset-md-8__dfed1126{margin-left:66.66666667%}.offset-md-9__fbd23538{margin-left:75%}.offset-md-10__04238895{margin-left:83.33333333%}.offset-md-11__f3919659{margin-left:91.66666667%}.d-none-md__69c99a81{display:none!important}.d-block-md__148ec9c5{display:block!important}}@media(min-width:992px){.col-lg-1__900692f9{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__bfd08553{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__047fb7de{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__7a46f69d{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__094675dc{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__a24fe6d0{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__d5f44874{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__c7ede20b{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__322e29de{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__bd158964{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__297949ca{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__d474b8ed{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__cc6a5d29{margin-left:0%}.offset-lg-1__354e55a6{margin-left:8.33333333%}.offset-lg-2__843a49ed{margin-left:16.66666667%}.offset-lg-3__d0ed5b07{margin-left:25%}.offset-lg-4__e80a0959{margin-left:33.33333333%}.offset-lg-5__96207467{margin-left:41.66666667%}.offset-lg-6__6dcf59ef{margin-left:50%}.offset-lg-7__643ff879{margin-left:58.33333333%}.offset-lg-8__d4067b05{margin-left:66.66666667%}.offset-lg-9__38482b8b{margin-left:75%}.offset-lg-10__28876077{margin-left:83.33333333%}.offset-lg-11__81a644f3{margin-left:91.66666667%}.d-none-lg__70db560e{display:none!important}.d-block-lg__35df95ab{display:block!important}}@media(min-width:1200px){.col-xl-1__750ac040{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__dee38ee9{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__e9ebec8c{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__63e42375{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__b4ae8a92{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__6d3b13a3{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__5a75a64a{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__54f15375{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__1d470fe0{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__866b385a{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__560b4125{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__6230cd6e{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__274a1fb8{margin-left:0%}.offset-xl-1__3f3d45a6{margin-left:8.33333333%}.offset-xl-2__c207f57f{margin-left:16.66666667%}.offset-xl-3__744ef026{margin-left:25%}.offset-xl-4__4e6e5705{margin-left:33.33333333%}.offset-xl-5__cc342aa1{margin-left:41.66666667%}.offset-xl-6__68ff61c0{margin-left:50%}.offset-xl-7__df21e15c{margin-left:58.33333333%}.offset-xl-8__edcf7c1a{margin-left:66.66666667%}.offset-xl-9__e7090a90{margin-left:75%}.offset-xl-10__069cdd0f{margin-left:83.33333333%}.offset-xl-11__a46977f8{margin-left:91.66666667%}.d-none-xl__e1df7287{display:none!important}.d-block-xl__3804993c{display:block!important}}.confirm__a35becbf{flex-grow:1;margin:0 auto;max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2);box-sizing:border-box}.confirm__a35becbf.isInLightBox__3d5daf4e{max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2)}.confirm__a35becbf.isInSideOverlaySM__1b3f4a90{max-width:520px}.confirm__a35becbf.isInSideOverlayMD__21ad72a2{max-width:680px}.confirm__a35becbf.isInSideOverlayLG__b4c432e0{max-width:800px}.confirmCloseButton__164213ab{position:absolute;top:24px;right:24px}.confirmContent__3659cd32{margin-bottom:24px;padding-right:56px}.confirmControls__2f740af4{white-space:nowrap}.confirmContentTitle__cfdeac26{margin-bottom:12px}@media(max-width:767px){.confirmCloseButton__164213ab{top:16px;right:16px}.confirmContent__3659cd32{margin-bottom:16px}}.dateRange__acc265d2{display:flex;align-items:center}.dateRangeButton__49853fff{z-index:1}.separator__3a9f368f{width:20px;height:20px;flex-shrink:0}.divider__64bfac23{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-31-0);border:none}.marginTopSize-4__8e941ab0{margin-top:4px}.marginBottomSize-4__9c68fb49{margin-bottom:4px}.marginTopSize-8__18634155{margin-top:8px}.marginBottomSize-8__3a8d6321{margin-bottom:8px}.marginTopSize-12__e18805b9{margin-top:12px}.marginBottomSize-12__09a4b426{margin-bottom:12px}.marginTopSize-16__85ba4ae6{margin-top:16px}.marginBottomSize-16__35e3bf3d{margin-bottom:16px}.marginTopSize-20__0d23afa2{margin-top:20px}.marginBottomSize-20__dabd69eb{margin-bottom:20px}.marginTopSize-24__0a79bfb5{margin-top:24px}.marginBottomSize-24__8427d608{margin-bottom:24px}.marginTopSize-28__80ba3fb9{margin-top:28px}.marginBottomSize-28__f00ff8ab{margin-bottom:28px}.marginTopSize-32__1f319ece{margin-top:32px}.marginBottomSize-32__b3c0ec51{margin-bottom:32px}.smallInput__596a07c9{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-1-31-0);background:var(--triplex-next-SmallInput-Background-1-31-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-31-0)}.smallInput__596a07c9::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-31-0);opacity:1}.smallInput__596a07c9::-ms-clear{display:none}.link__0756cae1{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-31-0)}.link__0756cae1:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-31-0)}.link__0756cae1:active{color:var(--triplex-next-Link-Text_Color_Active-1-31-0)}.link__0756cae1:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-31-0)}.wordWithContent__ba6b05c2{white-space:nowrap;display:inline-flex;align-items:center}.before__78b663fb :first-child{margin-right:2px}.after__efbbc4c0 :last-child{margin-left:2px}.documentNumberEdit__561c152b .label__6cfe7541{display:inline-block;margin-right:8px}.documentNumberEdit__561c152b .inputEditWrapper__a5225062{width:68px;display:inline-block}.ellipsisLineClamp__58d85a8e{--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__58d85a8e.oneLine__28d7455f{word-break:break-all}.size4__5fe2511f{height:4px}.size8__e435407d{height:8px}.size12__a8930fce{height:12px}.size16__cb63cde1{height:16px}.size24__2401715c{height:24px}.size32__7dd0343e{height:32px}.size64__00f35514{height:64px}.size128__086e6115{height:128px}.emptyView__ea7dc304,.container__4dfee40e{display:flex;flex-direction:column;align-items:center;width:100%}.icon__466ac395{flex-shrink:0}.textBlock__c8ec7aac{text-align:center}button.helpBoxButton__62957e0a{position:relative;vertical-align:text-bottom}.root__a5d582eb{position:relative;display:flex;flex-direction:column;gap:16px;outline:none}.islandAccordion__b400fcb1{margin:0;padding:0}.islandAccordion__b400fcb1 .island__4e5dc39d{padding:0}.islandAccordion__b400fcb1 .item__7331213f{position:relative;list-style-type:none}.islandAccordion__b400fcb1 .item__7331213f.disabled__33512774{cursor:default;pointer-events:none}.islandAccordion__b400fcb1 .item__7331213f+.item__7331213f.sm__44c030f9,.islandAccordion__b400fcb1 .item__7331213f+.item__7331213f.md__cfbde922{margin-top:16px}.islandAccordion__b400fcb1 .item__7331213f+.item__7331213f.lg__0045e68f{margin-top:24px}.islandAccordion__b400fcb1 .item__7331213f .header__7ba7e4db{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__b400fcb1 .item__7331213f .header__7ba7e4db:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-31-0)}.islandAccordion__b400fcb1 .item__7331213f.type1__1e30d9bb:not(.opened__2db2d97d) .header__7ba7e4db:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-31-0)}.islandAccordion__b400fcb1 .item__7331213f.type2__ab5570cc:not(.opened__2db2d97d) .header__7ba7e4db:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-31-0)}.islandAccordion__b400fcb1 .item__7331213f.type3__21551368:not(.opened__2db2d97d) .header__7ba7e4db:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-31-0)}.islandAccordion__b400fcb1 .item__7331213f .footer__7294d6b4{text-align:right}.islandAccordion__b400fcb1 .item__7331213f .body__bfe953a6,.islandAccordion__b400fcb1 .item__7331213f .footer__7294d6b4{visibility:hidden}.islandAccordion__b400fcb1 .item__7331213f.opened__2db2d97d .body__bfe953a6,.islandAccordion__b400fcb1 .item__7331213f.opened__2db2d97d .footer__7294d6b4{visibility:visible}.islandAccordion__b400fcb1 .item__7331213f .caretWrapper__7adafa76{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__b400fcb1 .item__7331213f .caretIcon__98cd71ed{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__b400fcb1 .item__7331213f .title__42e200e6{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__b400fcb1 .item__7331213f.sm__44c030f9 .header__7ba7e4db{padding:16px;border-radius:16px}.islandAccordion__b400fcb1 .item__7331213f.sm__44c030f9 .title__42e200e6{padding-right:42px}.islandAccordion__b400fcb1 .item__7331213f.sm__44c030f9 .body__bfe953a6,.islandAccordion__b400fcb1 .item__7331213f.sm__44c030f9 .footer__7294d6b4{padding:0 16px 16px}.islandAccordion__b400fcb1 .item__7331213f.sm__44c030f9 .caretWrapper__7adafa76{right:10px}.islandAccordion__b400fcb1 .item__7331213f.sm__44c030f9 .remove__dd31504b{right:-36px;top:18px}.islandAccordion__b400fcb1 .item__7331213f.sm__44c030f9 .step__bd220cd0{margin-right:12px}.islandAccordion__b400fcb1 .item__7331213f.md__cfbde922 .header__7ba7e4db{padding:24px;border-radius:24px}.islandAccordion__b400fcb1 .item__7331213f.md__cfbde922 .title__42e200e6{padding-right:42px}.islandAccordion__b400fcb1 .item__7331213f.md__cfbde922 .body__bfe953a6,.islandAccordion__b400fcb1 .item__7331213f.md__cfbde922 .footer__7294d6b4{padding:0 24px 24px}.islandAccordion__b400fcb1 .item__7331213f.md__cfbde922 .caretWrapper__7adafa76{right:18px}.islandAccordion__b400fcb1 .item__7331213f.md__cfbde922 .remove__dd31504b{right:-40px;top:26px}.islandAccordion__b400fcb1 .item__7331213f.md__cfbde922 .step__bd220cd0{margin-right:12px}.islandAccordion__b400fcb1 .item__7331213f.lg__0045e68f .header__7ba7e4db{padding:32px;border-radius:32px}.islandAccordion__b400fcb1 .item__7331213f.lg__0045e68f .title__42e200e6{padding-right:44px}.islandAccordion__b400fcb1 .item__7331213f.lg__0045e68f .body__bfe953a6,.islandAccordion__b400fcb1 .item__7331213f.lg__0045e68f .footer__7294d6b4{padding:0 32px 32px}.islandAccordion__b400fcb1 .item__7331213f.lg__0045e68f .caretWrapper__7adafa76{right:24px}.islandAccordion__b400fcb1 .item__7331213f.lg__0045e68f .remove__dd31504b{right:-40px;top:36px}.islandAccordion__b400fcb1 .item__7331213f.lg__0045e68f .step__bd220cd0{margin:0 16px 0 0}.islandAccordion__b400fcb1 .item__7331213f.opened__2db2d97d:not(.disabled__33512774) .caretWrapper__7adafa76 .caretIcon__98cd71ed{transform:rotate(-180deg)}.islandAccordion__b400fcb1 .item__7331213f .remove__dd31504b{position:absolute}@media(max-width:767px){.islandAccordion__b400fcb1 .item__7331213f .title__42e200e6{white-space:normal;overflow-wrap:anywhere}.islandAccordion__b400fcb1 .item__7331213f .footer__7294d6b4{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__b400fcb1 .item__7331213f .footer__7294d6b4>*{margin-left:0!important}.islandAccordion__b400fcb1 .item__7331213f .caretWrapper__7adafa76{transform:none}.islandAccordion__b400fcb1 .item__7331213f.sm__44c030f9 .title__42e200e6{padding-right:34px}.islandAccordion__b400fcb1 .item__7331213f.sm__44c030f9 .caretWrapper__7adafa76{top:18px}.islandAccordion__b400fcb1 .item__7331213f.md__cfbde922 .header__7ba7e4db{padding:16px;border-radius:16px}.islandAccordion__b400fcb1 .item__7331213f.md__cfbde922 .title__42e200e6{padding-right:34px}.islandAccordion__b400fcb1 .item__7331213f.md__cfbde922 .body__bfe953a6,.islandAccordion__b400fcb1 .item__7331213f.md__cfbde922 .footer__7294d6b4{padding:0 16px 16px}.islandAccordion__b400fcb1 .item__7331213f.md__cfbde922 .caretWrapper__7adafa76{right:10px;top:18px}.islandAccordion__b400fcb1 .item__7331213f.md__cfbde922 .remove__dd31504b{top:18px}.islandAccordion__b400fcb1 .item__7331213f.lg__0045e68f .header__7ba7e4db{padding:24px;border-radius:24px}.islandAccordion__b400fcb1 .item__7331213f.lg__0045e68f .title__42e200e6{padding-right:34px}.islandAccordion__b400fcb1 .item__7331213f.lg__0045e68f .body__bfe953a6,.islandAccordion__b400fcb1 .item__7331213f.lg__0045e68f .footer__7294d6b4{padding:0 24px 24px}.islandAccordion__b400fcb1 .item__7331213f.lg__0045e68f .caretWrapper__7adafa76{top:26px;right:18px}.islandAccordion__b400fcb1 .item__7331213f.lg__0045e68f .remove__dd31504b{top:26px}}.step__b48fdabb{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__b48fdabb.sm__4da5d8b2,.step__b48fdabb.md__f680e116{width:28px;height:28px}.step__b48fdabb.lg__33e001a6{width:32px;height:32px}.step__b48fdabb.default__ad3a0cfb{background-color:var(--triplex-next-Step-Background_Default-1-31-0)}.step__b48fdabb.default__ad3a0cfb>span{color:var(--triplex-next-Step-Color_Default-1-31-0)}.step__b48fdabb.done__e8f6af47{background-color:var(--triplex-next-Step-Background_Done-1-31-0)}.step__b48fdabb.done__e8f6af47>span{color:var(--triplex-next-Step-Color_Done-1-31-0)}.step__b48fdabb.warning__5e2d09f9{background-color:var(--triplex-next-Step-Background_Warning-1-31-0)}.step__b48fdabb.warning__5e2d09f9>span{color:var(--triplex-next-Step-Color_Warning-1-31-0)}.step__b48fdabb.active__3cf2ed68{background-color:var(--triplex-next-Step-Background_Active-1-31-0)}.step__b48fdabb.active__3cf2ed68>span{color:var(--triplex-next-Step-Color_Active-1-31-0)}.step__b48fdabb.error__496011d0{background-color:var(--triplex-next-Step-Background_Error-1-31-0)}.step__b48fdabb.error__496011d0>span{color:var(--triplex-next-Step-Color_Error-1-31-0)}.step__b48fdabb.disabled__4aa174fb{background-color:var(--triplex-next-Step-Background_Disabled-1-31-0)}.step__b48fdabb.disabled__4aa174fb>span{color:var(--triplex-next-Step-Color_Disabled-1-31-0)}@media(max-width:767px){.step__b48fdabb.lg__33e001a6{width:28px;height:28px}}.lightBox__8c626a04{--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__8c626a04.sm__76f002ba{--lightBox-content-max-width: 664px}.lightBox__8c626a04.md__5931a744{--lightBox-content-max-width: 864px}.lightBox__8c626a04.lg__f4938d18{--lightBox-content-max-width: 1064px}.lightBox__8c626a04.xl__84206751{--lightBox-content-max-width: 1264px}.lightBox__8c626a04 .lightBoxBackdrop__5d709e2b{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-31-0)}.lightBox__8c626a04.lightBoxSideOverlayActive__c9725dfa,.lightBox__8c626a04.lightBoxTopOverlayActive__1ef6d6aa{overflow-y:hidden}.lightBox__8c626a04 .lightBoxContent__713c21d3{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-31-0)}.lightBox__8c626a04 .lightBoxContent__713c21d3>.global-page{width:100%;max-width:var(--lightBox-content-max-width);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBox__8c626a04 .lightBoxContent__713c21d3>.global-page{padding:16px}}.lightBox__8c626a04 .loadingContentOverlay__ab3fc57c{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__8c626a04 .lightBoxContentResizeWrapper__a1c66ce4{position:absolute;left:0;right:0;height:0}.lightBox__8c626a04 .tempElSafariBug__da19096a{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__3df32c19,.global-LB-less-or-equal-media-point-0 .lightBox__8c626a04.lightBoxSideOverlayActive__c9725dfa{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__713c21d3{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__713c21d3{padding-left:80px;padding-right:80px}.lightBoxControls__62a39aeb{z-index:100}.withKeyboardEvent__6e9ab1ba{display:inline-block}.withoutKeyboardEvent__45c3e0d0,.lightBox__8c626a04.lightBoxSideOverlayActive__c9725dfa .withKeyboardEvent__6e9ab1ba,.lightBox__8c626a04.lightBoxTopOverlayActive__1ef6d6aa .withKeyboardEvent__6e9ab1ba,.lightBox__8c626a04.isLoading__57a34a35 .withKeyboardEvent__6e9ab1ba{display:none}.lightBox__8c626a04.lightBoxSideOverlayActive__c9725dfa .withoutKeyboardEvent__45c3e0d0,.lightBox__8c626a04.lightBoxTopOverlayActive__1ef6d6aa .withoutKeyboardEvent__45c3e0d0,.lightBox__8c626a04.isLoading__57a34a35 .withoutKeyboardEvent__45c3e0d0{display:inline-block}.lightBox__8c626a04.isLoading__57a34a35 .lightBoxPrev__77a69019,.lightBox__8c626a04.isLoading__57a34a35 .lightBoxNext__c4320c96{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__62a39aeb{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__90a436ea{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__7a536255{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__6f0b536a{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__77a69019,.global-LB-less-or-equal-media-point-0 .lightBoxNext__c4320c96{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__77a69019{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__3083e835,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__897d98bc{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__62a39aeb{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__90a436ea{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__7a536255{display:none}.global-LB-more-media-point-0 .lightBoxClose__6f0b536a{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__77a69019,.global-LB-more-media-point-0 .lightBoxNext__c4320c96{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__77a69019{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__c4320c96{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__6e831b1a{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__6e831b1a.fixed__e3fa0fcf{position:fixed}.overlay__6e831b1a.closing__064d6659,.overlay__6e831b1a.opened__368ba0be{visibility:visible;left:0;right:0}.overlayPanel__5f3aef4c{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-31-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__5f3aef4c.bottom__91aae0eb{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__5f3aef4c.left__518afbed{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__5f3aef4c.right__2da89cdc{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__5f3aef4c.top__92d70aa4{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__5f3aef4c.left__518afbed.opened__368ba0be,.overlayPanel__5f3aef4c.right__2da89cdc.opened__368ba0be{transform:translate(0)}.overlayPanel__5f3aef4c.top__92d70aa4.opened__368ba0be,.overlayPanel__5f3aef4c.bottom__91aae0eb.opened__368ba0be{transform:translateY(0)}.overlayContent__430bf621{display:flex;min-height:100%}.overlayMask__9cd80a7c{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-31-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__9cd80a7c.overlayOpened__963cafaa{opacity:1}.lightBoxSideOverlayLoaderWrapper__473f4e3b{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__35c55f39{position:absolute;top:24px;right:24px;bottom:0;pointer-events:none}.lightBoxSideOverlayCloseDesktop__dfc470cc{position:sticky;top:24px;pointer-events:auto}.lightBoxSideOverlayCloseMobile__ae40e0b9{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__35c55f39{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__ae40e0b9{display:block}@media(max-width:767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__ae40e0b9{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__35c55f39{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__ae40e0b9{display:none}.lightBoxSideOverlayMask__de3736d0{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-31-0)}.lightBoxSideOverlayWrapper__f96be3f9{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__f96be3f9.overflowXHidden__07d98732{overflow-x:hidden}.lightBoxSideOverlayWrapper__f96be3f9.overflowYHidden__35948d2d{overflow-y:hidden}.lightBoxSideOverlayWrapper__f96be3f9.closing__197e2d2c,.lightBoxSideOverlayWrapper__f96be3f9.opened__7e31fa56{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__f96be3f9.closing__197e2d2c{pointer-events:none}.lightBoxSideOverlayWrapper__f96be3f9 .global-page{max-width:var(--lightBox-content-max-width, 864px);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBoxSideOverlayWrapper__f96be3f9 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__f96be3f9 .lightBoxSideOverlayContent__3611ded6{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-31-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__f96be3f9 .lightBoxSideOverlayContent__3611ded6.opened__7e31fa56{transform:none}.lightBoxSideOverlayWrapper__f96be3f9 .lightBoxSideOverlayContent__3611ded6.opening__8420639d{transform:translateY(0)}.lightBoxSideOverlayWrapper__f96be3f9.sm__76f002ba .global-page{width:584px;max-width:100%}.lightBoxSideOverlayWrapper__f96be3f9.md__5931a744 .global-page{width:744px;max-width:100%}.lightBoxSideOverlayWrapper__f96be3f9.lg__f4938d18 .global-page{width:864px;max-width:100%}.lightBoxSideOverlayWrapper__f96be3f9 .lightBoxSideOverlayBase__4410cab0{overflow:visible;bottom:auto;height:100%}@media(max-width:767px){.lightBoxSideOverlayWrapper__f96be3f9 .lightBoxSideOverlayContent__3611ded6{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__f96be3f9 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__f96be3f9 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__fa561877{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__fa561877.closing__197e2d2c,.lightBoxSideOverlay__fa561877.opening__8420639d{overflow-x:hidden}.topOverlayMask__b0ecd375{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-31-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__3c763c0f{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__3c763c0f.closing__38ad2cac,.topOverlayWrapper__3c763c0f.opened__61ac3750{bottom:0}.topOverlayWrapper__3c763c0f .topOverlayPanel__6a88e6b5{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__2c900546{z-index:500}@media(max-width:767px){.topOverlayPanel__6a88e6b5{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__cba86a7d{--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__cba86a7d.fixed__e1773171{position:fixed}.lightBoxRightSidebar__2d1fde15{--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__2d1fde15.fixed__e1773171{position:fixed}.hidden__6c88ea0e{display:none}html.scroll-0__65371711{--triplex-next-scroll-width: 0px}html.scroll-15__8d4d8583{--triplex-next-scroll-width: 15px}html.scroll-16__8d9c1ae7{--triplex-next-scroll-width: 16px}html.scroll-17__f34335c6{--triplex-next-scroll-width: 17px}.listMasterChipGroup__b77cc26f{padding:0 16px}.listMasterFooter__aec2a292{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-31-0);box-shadow:var(--triplex-next-ListMaster-Footer_Shadow-1-31-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__aec2a292.sticky__f8d6e5b3{position:sticky;bottom:0}.listMasterFooterDescription__f6ce9ad3{padding-right:16px}.listMasterFooterControls__838f678c{white-space:nowrap}.listMasterHeader__838f787a{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-31-0);box-shadow:var(--triplex-next-ListMaster-Header_Shadow-1-31-0)}.listMasterHeader__838f787a.sticky__f8d6e5b3{position:sticky;top:0;z-index:2}.selectionControls__4e8c6e48{display:flex;justify-content:space-between;align-items:center}.marker__aefb85c7.success__034ffb6c{background:var(--triplex-next-Marker-Background_Success-1-31-0)}.marker__aefb85c7.error__0ad628b1{background:var(--triplex-next-Marker-Background_Error-1-31-0)}.marker__aefb85c7.warning__6769e689{background:var(--triplex-next-Marker-Background_Warning-1-31-0)}.marker__aefb85c7.waiting__deef71c5{background:var(--triplex-next-Marker-Background_Waiting-1-31-0)}.markerStatus__7ef9df19{line-height:0;display:flex;align-items:start}.markerStatus__7ef9df19 .contentContainer__28328b90{display:flex;flex-direction:column;text-align:left}.markerStatus__7ef9df19.md__dc319553{gap:4px}.markerStatus__7ef9df19.md__dc319553 .markerContainer__a21dd451{margin-top:4px}.markerStatus__7ef9df19.lg__33ca0f2f{gap:6px}.markerStatus__7ef9df19.lg__33ca0f2f .contentContainer__28328b90{gap:4px}.markerStatus__7ef9df19.lg__33ca0f2f .markerContainer__a21dd451{margin-top:5px}.monthYearRange__b1a028e5{display:flex;align-items:center}.monthYearRangeButton__4c4ea5dd{z-index:1}.separator__28f6a226{width:16px;height:16px;flex-shrink:0}.orderedListItem__5159b7d6{counter-increment:list-item-tx}.orderedListItem__5159b7d6:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__5159b7d6+.orderedListItem__5159b7d6{margin-top:8px}.orderedList__1410ff62{--start-index-tx: 0;position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx var(--start-index-tx)}.paginationExtended__d851805b{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__8e69e7f8 .directionIconNext__7b8e665a{transform:rotate(180deg)}.paginationPageEllipsis__8b9fe4f7{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;cursor:default}.paginationPageButton__717bd538{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__717bd538:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-31-0);outline:none}.paginationPageButton__717bd538:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-31-0)}.paginationPageButton__717bd538:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-31-0);cursor:grabbing}.paginationPageButton__717bd538.currentPage__1026ae9f{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-31-0);cursor:default}.paginationNavigationExtended__39073a4c{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__e2cde504{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__e2cde504 .paginationSelectControl__3e1ca325{margin-left:8px;min-width:72px}.row__0027cef0{display:flex;flex-wrap:wrap;padding-bottom:16px}.row__0027cef0.noPaddingBottom__9468021c,.row__0027cef0:last-child{padding-bottom:0}.row__0027cef0.SM__9ad16af5{margin-left:-8px;margin-right:-8px}.row__0027cef0.MD__2b9a7d40{margin-left:-12px;margin-right:-12px}.segmentedControlSegment__00934e29{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-31-0);outline:none;cursor:pointer}.segmentedControlSegment__00934e29:disabled{cursor:default}.sm__7766e579 .segmentedControlSegment__00934e29{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__fc2c78d7 .segmentedControlSegment__00934e29{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__4dd24ff3 .segmentedControlSegment__00934e29{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__ec03c8aa .segmentedControlSegment__00934e29{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-31-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-31-0)}.general1__ec03c8aa .segmentedControlSegment__00934e29:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-31-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-31-0)}.general1__ec03c8aa .segmentedControlSegment__00934e29:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-31-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-31-0)}.general1__ec03c8aa .segmentedControlSegment__00934e29.selected__2af2c8f6{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-31-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-31-0)}.general1__ec03c8aa .segmentedControlSegment__00934e29.selected__2af2c8f6:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-31-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-31-0)}.general1__ec03c8aa .segmentedControlSegment__00934e29.selected__2af2c8f6:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-31-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-31-0)}.general2__2fe1a832 .segmentedControlSegment__00934e29{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-31-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-31-0)}.general2__2fe1a832 .segmentedControlSegment__00934e29:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-31-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-31-0)}.general2__2fe1a832 .segmentedControlSegment__00934e29:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-31-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-31-0)}.general2__2fe1a832 .segmentedControlSegment__00934e29.selected__2af2c8f6{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-31-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-31-0)}.general2__2fe1a832 .segmentedControlSegment__00934e29.selected__2af2c8f6:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-31-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-31-0)}.general2__2fe1a832 .segmentedControlSegment__00934e29.selected__2af2c8f6:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-31-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-31-0)}.secondary1__d455dfcc .segmentedControlSegment__00934e29{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-31-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-31-0)}.secondary1__d455dfcc .segmentedControlSegment__00934e29:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-31-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-31-0)}.secondary1__d455dfcc .segmentedControlSegment__00934e29:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-31-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-31-0)}.secondary1__d455dfcc .segmentedControlSegment__00934e29.selected__2af2c8f6{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-31-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-31-0)}.secondary1__d455dfcc .segmentedControlSegment__00934e29.selected__2af2c8f6:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-31-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-31-0)}.secondary2__df48efe4 .segmentedControlSegment__00934e29{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-31-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-31-0)}.secondary2__df48efe4 .segmentedControlSegment__00934e29:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-31-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-31-0)}.secondary2__df48efe4 .segmentedControlSegment__00934e29:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-31-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-31-0)}.secondary2__df48efe4 .segmentedControlSegment__00934e29.selected__2af2c8f6{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-31-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-31-0)}.secondary2__df48efe4 .segmentedControlSegment__00934e29.selected__2af2c8f6:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-31-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-31-0)}.segmentedControlSegment__00934e29:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-31-0)}.content__ba578f16{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__0a0d5615{display:flex;gap:4px}.segmentedControl__0a0d5615.general1__ec03c8aa{background:var(--triplex-next-SegmentedControl-General_1_Background-1-31-0)}.segmentedControl__0a0d5615.secondary1__d455dfcc{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-31-0)}.segmentedControl__0a0d5615.general2__2fe1a832{background:var(--triplex-next-SegmentedControl-General_2_Background-1-31-0)}.segmentedControl__0a0d5615.secondary2__df48efe4{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-31-0)}.segmentedControl__0a0d5615.sm__7766e579{border-radius:6px;padding:4px}.segmentedControl__0a0d5615.md__fc2c78d7{border-radius:8px;padding:4px}.segmentedControl__0a0d5615.lg__4dd24ff3{border-radius:10px;padding:8px}.skeleton__aba2ec80{border-radius:16px;flex-grow:1}.skeleton__aba2ec80.light__390f6c17{animation:skeleton-light-pulse__11e02288 2s ease-in-out infinite}.skeleton__aba2ec80.dark__cac0d115{animation:skeleton-dark-pulse__c65be75c 2s ease-in-out infinite}@keyframes skeleton-light-pulse__11e02288{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-31-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-31-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-31-0)}}@keyframes skeleton-dark-pulse__c65be75c{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-31-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-31-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-31-0)}}.sliderExtendedDot__2eecc4fc{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-31-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__2eecc4fc:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-31-0)}.sliderExtendedDot__2eecc4fc.focusedByClick__9e0b0797:focus{box-shadow:none}.sliderExtendedDot__2eecc4fc:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-31-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__2eecc4fc:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-31-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__2eecc4fc.disabled__294cb1b3{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-31-0)}.sliderExtendedDot__2eecc4fc.disabled__294cb1b3:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-31-0)}.sliderExtendedDot__2eecc4fc.disabled__294cb1b3:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-31-0)}.sliderExtendedDot__2eecc4fc:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-31-0)}.sliderExtendedDot__2eecc4fc:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-31-0)}.sliderExtendedDot__2eecc4fc.dragByMouse__aa3aab03{background:var(--triplex-next-Slider-Dot_Background_Select-1-31-0)}.sliderExtendedDot__2eecc4fc.dragByMouse__aa3aab03:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-31-0)}.sliderExtendedDot__2eecc4fc:hover .sliderExtendedTooltipOverlay__1fc797c3,.sliderExtendedDot__2eecc4fc:focus .sliderExtendedTooltipOverlay__1fc797c3{visibility:visible}.sliderExtendedDot__2eecc4fc.lg__6171a7f3{width:28px;height:28px}.sliderExtendedDot__2eecc4fc.lg__6171a7f3:after{width:10px;height:10px}.sliderExtendedDot__2eecc4fc.lg__6171a7f3:before{width:14px;height:14px}.sliderExtendedMarks__2c9da052{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__ee9c67af{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__ee9c67af .sliderExtendedMarkDot__6aa74455{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-31-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__ee9c67af .sliderExtendedMarkDot__6aa74455.inSelectedRange__a16e9607{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-31-0)}.sliderExtendedMark__ee9c67af.lg__6171a7f3{top:20px}.sliderExtendedMark__ee9c67af.lg__6171a7f3 .sliderExtendedMarkDot__6aa74455{top:-20px}.sliderExtendedMark__ee9c67af .sliderExtendedMarkText__2cea77b9{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__ee9c67af.disabled__294cb1b3{pointer-events:none}.sliderExtendedMark__ee9c67af.disabled__294cb1b3 .sliderExtendedMarkText__2cea77b9{pointer-events:none;opacity:.35}.sliderExtendedMark__ee9c67af.disabled__294cb1b3 .sliderExtendedMarkDot__6aa74455{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-31-0)}.sliderExtendedMark__ee9c67af:first-child,.sliderExtendedMark__ee9c67af:last-child{transform:none}.sliderExtendedMark__ee9c67af:first-child.reverse__3980aa3d .sliderExtendedMarkDot__6aa74455{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__ee9c67af:first-child.reverse__3980aa3d .sliderExtendedMarkText__2cea77b9{margin-right:-4px}.sliderExtendedMark__ee9c67af:first-child:not(.reverse__3980aa3d) .sliderExtendedMarkDot__6aa74455{left:0;transform:translate(-50%)}.sliderExtendedMark__ee9c67af:first-child .sliderExtendedMarkText__2cea77b9{margin-left:-4px}.sliderExtendedMark__ee9c67af:last-child.reverse__3980aa3d .sliderExtendedMarkDot__6aa74455{left:0;transform:translate(-50%)}.sliderExtendedMark__ee9c67af:last-child.reverse__3980aa3d .sliderExtendedMarkText__2cea77b9{margin-left:-4px}.sliderExtendedMark__ee9c67af:last-child:not(.reverse__3980aa3d) .sliderExtendedMarkDot__6aa74455{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__ee9c67af:last-child .sliderExtendedMarkText__2cea77b9{margin-right:-4px}.sliderExtendedMark__ee9c67af.active__03f987a7{pointer-events:none}.sliderExtendedRail__488356c2{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-31-0);cursor:pointer}.sliderExtended__1b16d29a{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__1b16d29a.disabled__294cb1b3 .sliderExtendedRail__488356c2{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-31-0)}.sliderExtended__1b16d29a.lg__6171a7f3{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__c92d350f{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-31-0);z-index:10}.sliderExtendedTrack__c92d350f.lg__6171a7f3{top:12px}.sliderExtendedTrack__c92d350f:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-31-0)}.sliderExtendedTrack__c92d350f.focusedByClick__9e0b0797:focus{box-shadow:none}.sliderExtendedTrack__c92d350f.hoverOrDragByMouse__4fa95218{background:var(--triplex-next-Slider-Track_Background_Hover-1-31-0)}.sliderExtendedTrack__c92d350f.staticSlider__eb7392b8{cursor:default;pointer-events:none}.sliderExtendedTrack__c92d350f.disabled__294cb1b3{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-31-0)}.sliderExtendedTooltipOverlay__1fc797c3{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__1fc797c3.lg__6171a7f3{bottom:32px}.sliderExtendedTooltipOverlay__1fc797c3 .tooltipBody__f40907ce{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-31-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-31-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__1fc797c3 .tooltipTip__a199c186{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-31-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.sliderExtendedTooltipOverlay__1fc797c3 .tooltipTip__a199c186{margin:-.5px}}.smsField__c1aa632c{display:inline-block;position:relative;width:100%}.smsField__c1aa632c .input__761a8b38{text-align:center}.smsField__c1aa632c .input__761a8b38::placeholder{opacity:1}.smsField__c1aa632c .input__761a8b38:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-31-0)}.smsField__c1aa632c .input__761a8b38.lg__5b90e677{padding:18px 40px}.smsField__c1aa632c .input__761a8b38.md__16485bbf{padding-left:26px;padding-right:26px}.smsField__c1aa632c .input__761a8b38.sm__ee39c57a{padding-left:20px;padding-right:20px}.smsField__c1aa632c .btnRefresh__cdb64dea{position:absolute;outline:none;z-index:1}.smsField__c1aa632c .btnRefresh__cdb64dea.lg__5b90e677{top:12px;left:12px;height:32px;width:32px}.smsField__c1aa632c .btnRefresh__cdb64dea.md__16485bbf{top:10px;left:10px}.smsField__c1aa632c .btnRefresh__cdb64dea.sm__ee39c57a{top:4px;left:4px}.smsField__c1aa632c .btnRefresh__cdb64dea .full__026cd72a{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-31-0)}.smsField__c1aa632c .btnRefresh__cdb64dea .empty__7945033b{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-31-0)}.smsField__c1aa632c .btnRefresh__cdb64dea:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-31-0)}.smsField__c1aa632c .btnSubmit__b797e2a9{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-31-0)}.smsField__c1aa632c .btnSubmit__b797e2a9.active__c0eb2770:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-31-0)}.smsField__c1aa632c .btnSubmit__b797e2a9.active__c0eb2770:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-31-0)}.smsField__c1aa632c .btnSubmit__b797e2a9.lg__5b90e677{top:15px;right:15px;height:26px;width:26px}.smsField__c1aa632c .btnSubmit__b797e2a9.md__16485bbf{top:10px;right:10px}.smsField__c1aa632c .btnSubmit__b797e2a9.sm__ee39c57a{top:4px;right:4px}.spoiler__4a99733d{display:flex;flex-direction:column}.spoiler__4a99733d.opened__fe5d458b .caretIcon__5001895e{transform:rotate(-180deg)}.spoiler__4a99733d .head__113f45fe .caretIcon__5001895e{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__4a99733d .head__113f45fe button>span{white-space:normal;text-align:left}.spoiler__4a99733d .content__542bc935.hidden__cddfc0a4{display:none}.spoiler__4a99733d .lg__6750ab4c .content__542bc935{margin-top:8px}.spoiler__4a99733d .md__16cbd04a .content__542bc935{margin-top:0}.spoiler__4a99733d .sm__28c012b4 .content__542bc935{margin-top:-4px}.statusTrackerWrapper__eed21095{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-31-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-31-0);overflow:hidden;height:100%}.statusTrackerWrapper__eed21095 .statusTracker__c679bc60{width:100%;padding:40px 24px 16px;box-sizing:border-box;z-index:1;text-align:center}.statusTrackerWrapper__eed21095 .statusTracker__c679bc60.verticalAlignMiddle__7bfe1072{align-self:center}.statusTrackerWrapper__eed21095 .statusTracker__c679bc60.verticalAlignBottom__de9fbb65{align-self:end}.statusTrackerWrapper__eed21095 .statusTracker__c679bc60 .statusTrackerChild__573e82b7{padding:8px 0}.statusTrackerWrapper__eed21095 .statusTracker__c679bc60 .statusTrackerChild__573e82b7:empty{padding:0}.statusTrackerWrapper__eed21095 .statusTracker__c679bc60 .statusTrackerSum__c4097be6,.statusTrackerWrapper__eed21095 .statusTracker__c679bc60 .statusTrackerTitle__ded2e921{padding-bottom:4px}.statusTrackerWrapper__eed21095 .statusTracker__c679bc60 .statusTrackerDescription__ac00160b{display:block;padding-top:8px}.statusTrackerWrapper__eed21095 .statusTracker__c679bc60 .statusTrackerAlert__f532720e{margin-top:12px;text-align:left}.statusTrackerWrapper__eed21095 .statusTracker__c679bc60 .statusTrackerStatus__aa9e9a63{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__eed21095 .statusTracker__c679bc60 .statusTrackerFooterWrapper__61f8940a{display:grid}.statusTrackerWrapper__eed21095 .statusTracker__c679bc60 .statusTrackerFooterWrapper__61f8940a .statusTrackerDescription__ac00160b:last-child{padding-top:0}.statusTrackerWrapper__eed21095 .statusTracker__c679bc60 .statusTrackerFooterWrapper__61f8940a .statusTrackerButton__a8494977{margin-bottom:12px}.statusTrackerWrapper__eed21095 .statusTracker__c679bc60 .statusTrackerFooterWrapper__61f8940a .statusTrackerButton__a8494977:last-child{margin-bottom:0}.statusTrackerWrapper__eed21095 .statusTrackerColor__dbeeecb0{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__eed21095 .statusTrackerColor__dbeeecb0.waiting__da31a16b{background:var(--triplex-next-StatusTracker-Waiting_Color-1-31-0)}.statusTrackerWrapper__eed21095 .statusTrackerColor__dbeeecb0.warning__8765b77a{background:var(--triplex-next-StatusTracker-Warning_Background-1-31-0)}.statusTrackerWrapper__eed21095 .statusTrackerColor__dbeeecb0.rejected__0db1c752{background:var(--triplex-next-StatusTracker-Rejected_Color-1-31-0)}.statusTrackerWrapper__eed21095 .statusTrackerColor__dbeeecb0.approved__55aac2e3{background:var(--triplex-next-StatusTracker-Approved_Color-1-31-0)}.statusTrackerWrapper__eed21095 .statusTrackerBackground__5173ddb2{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__eed21095 .statusTrackerBackground__5173ddb2.waiting__da31a16b{background:var(--triplex-next-StatusTracker-Waiting_Background-1-31-0)}.statusTrackerWrapper__eed21095 .statusTrackerBackground__5173ddb2.warning__8765b77a{background:var(--triplex-next-StatusTracker-Warning_Background-1-31-0)}.statusTrackerWrapper__eed21095 .statusTrackerBackground__5173ddb2.rejected__0db1c752{background:var(--triplex-next-StatusTracker-Rejected_Background-1-31-0)}.statusTrackerWrapper__eed21095 .statusTrackerBackground__5173ddb2.approved__55aac2e3{background:var(--triplex-next-StatusTracker-Approved_Background-1-31-0)}@media(max-width:767px){.statusTrackerWrapper__eed21095{border-radius:16px}}.stepperStep__c0bf33e1{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__c0bf33e1+.stepperStep__c0bf33e1{margin-left:12px}.stepperStep__c0bf33e1.sm__748b4aa2{font-size:12px;line-height:16px}.stepperStep__c0bf33e1.sm__748b4aa2:not(:last-child) .content__be7fbee0{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__c0bf33e1.sm__748b4aa2:last-child .content__be7fbee0{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__c0bf33e1.sm__748b4aa2:last-child .arrow__3713e370{display:none}.stepperStep__c0bf33e1.md__748e75d6{font-size:14px;line-height:20px}.stepperStep__c0bf33e1.md__748e75d6:not(:last-child) .content__be7fbee0{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__c0bf33e1.md__748e75d6:last-child .content__be7fbee0{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__c0bf33e1.md__748e75d6:last-child .arrow__3713e370{display:none}.stepperStep__c0bf33e1.lg__acdea3bc{font-size:16px;line-height:20px}.stepperStep__c0bf33e1.lg__acdea3bc:not(:last-child) .content__be7fbee0{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__c0bf33e1.lg__acdea3bc:last-child .content__be7fbee0{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__c0bf33e1.lg__acdea3bc:last-child .arrow__3713e370{display:none}.stepperStep__c0bf33e1:hover:not(.active__bd60d92a):not(.disabled__9932343c) .content__be7fbee0{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-31-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-31-0)}.stepperStep__c0bf33e1:hover:not(.active__bd60d92a):not(.disabled__9932343c) .arrow__3713e370 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-31-0)}.stepperStep__c0bf33e1:hover:not(.active__bd60d92a):not(.disabled__9932343c) .arrow__3713e370 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-31-0)}.stepperStep__c0bf33e1.active__bd60d92a{cursor:default}.stepperStep__c0bf33e1.active__bd60d92a .content__be7fbee0{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-31-0)}.stepperStep__c0bf33e1.active__bd60d92a .arrow__3713e370 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-31-0)}.stepperStep__c0bf33e1.active__bd60d92a.error__e19912f8 .content__be7fbee0{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-31-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-31-0)}.stepperStep__c0bf33e1.active__bd60d92a.error__e19912f8 .arrow__3713e370 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-31-0)}.stepperStep__c0bf33e1.active__bd60d92a.error__e19912f8 .arrow__3713e370 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-31-0)}.stepperStep__c0bf33e1.active__bd60d92a.warning__a3ce049c .content__be7fbee0{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-31-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-31-0)}.stepperStep__c0bf33e1.active__bd60d92a.warning__a3ce049c .arrow__3713e370 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-31-0)}.stepperStep__c0bf33e1.active__bd60d92a.warning__a3ce049c .arrow__3713e370 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-31-0)}.stepperStep__c0bf33e1.completed__59861167.error__e19912f8 .content__be7fbee0{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-31-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-31-0)}.stepperStep__c0bf33e1.completed__59861167.error__e19912f8 .arrow__3713e370 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-31-0)}.stepperStep__c0bf33e1.completed__59861167.error__e19912f8 .arrow__3713e370 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-31-0)}.stepperStep__c0bf33e1.completed__59861167.error__e19912f8:hover .content__be7fbee0{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-31-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-31-0)}.stepperStep__c0bf33e1.completed__59861167.error__e19912f8:hover .arrow__3713e370 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-31-0)}.stepperStep__c0bf33e1.completed__59861167.error__e19912f8:hover .arrow__3713e370 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-31-0)}.stepperStep__c0bf33e1.completed__59861167.warning__a3ce049c .content__be7fbee0{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-31-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-31-0)}.stepperStep__c0bf33e1.completed__59861167.warning__a3ce049c .arrow__3713e370 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-31-0)}.stepperStep__c0bf33e1.completed__59861167.warning__a3ce049c .arrow__3713e370 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-31-0)}.stepperStep__c0bf33e1.completed__59861167.warning__a3ce049c:hover .content__be7fbee0{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-31-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-31-0)}.stepperStep__c0bf33e1.completed__59861167.warning__a3ce049c:hover .arrow__3713e370 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-31-0)}.stepperStep__c0bf33e1.completed__59861167.warning__a3ce049c:hover .arrow__3713e370 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-31-0)}.stepperStep__c0bf33e1.inactive__ee7505e4 :not(.error__e19912f8):not(.warning__a3ce049c) .content__be7fbee0{color:var(--triplex-next-Stepper-Step_Color_Default-1-31-0)}.stepperStep__c0bf33e1.inactive__ee7505e4 :not(.error__e19912f8):not(.warning__a3ce049c):hover .content__be7fbee0{color:var(--triplex-next-Stepper-Step_Color_Hover-1-31-0)}.stepperStep__c0bf33e1.inactive__ee7505e4.error__e19912f8 .content__be7fbee0{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-31-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-31-0)}.stepperStep__c0bf33e1.inactive__ee7505e4.error__e19912f8 .arrow__3713e370 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-31-0)}.stepperStep__c0bf33e1.inactive__ee7505e4.error__e19912f8 .arrow__3713e370 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-31-0)}.stepperStep__c0bf33e1.inactive__ee7505e4.error__e19912f8:hover .content__be7fbee0{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-31-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-31-0)}.stepperStep__c0bf33e1.inactive__ee7505e4.error__e19912f8:hover .arrow__3713e370 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-31-0)}.stepperStep__c0bf33e1.inactive__ee7505e4.error__e19912f8:hover .arrow__3713e370 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-31-0)}.stepperStep__c0bf33e1.inactive__ee7505e4.warning__a3ce049c .content__be7fbee0{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-31-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-31-0)}.stepperStep__c0bf33e1.inactive__ee7505e4.warning__a3ce049c .arrow__3713e370 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-31-0)}.stepperStep__c0bf33e1.inactive__ee7505e4.warning__a3ce049c .arrow__3713e370 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-31-0)}.stepperStep__c0bf33e1.inactive__ee7505e4.warning__a3ce049c:hover .content__be7fbee0{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-31-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-31-0)}.stepperStep__c0bf33e1.inactive__ee7505e4.warning__a3ce049c:hover .arrow__3713e370 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-31-0)}.stepperStep__c0bf33e1.inactive__ee7505e4.warning__a3ce049c:hover .arrow__3713e370 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-31-0)}.stepperStep__c0bf33e1.disabled__9932343c{pointer-events:none}.stepperStep__c0bf33e1.disabled__9932343c .content__be7fbee0{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-31-0)}.stepperStep__c0bf33e1.disabled__9932343c .content__be7fbee0{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-31-0)}.stepperStep__c0bf33e1.disabled__9932343c .arrow__3713e370 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-31-0)}.stepperStep__c0bf33e1.focusVisible__ff30c637.completed__59861167 .content__be7fbee0,.stepperStep__c0bf33e1.focusVisible__ff30c637.active__bd60d92a .content__be7fbee0,.stepperStep__c0bf33e1.focusVisible__ff30c637.inactive__ee7505e4 .content__be7fbee0{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-31-0)}.stepperStep__c0bf33e1.focusVisible__ff30c637.completed__59861167 .arrow__3713e370 path:last-child,.stepperStep__c0bf33e1.focusVisible__ff30c637.active__bd60d92a .arrow__3713e370 path:last-child,.stepperStep__c0bf33e1.focusVisible__ff30c637.inactive__ee7505e4 .arrow__3713e370 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-31-0)}.stepperStep__c0bf33e1.focusVisible__ff30c637.completed__59861167:hover .content__be7fbee0,.stepperStep__c0bf33e1.focusVisible__ff30c637.active__bd60d92a:hover .content__be7fbee0,.stepperStep__c0bf33e1.focusVisible__ff30c637.inactive__ee7505e4:hover .content__be7fbee0{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-31-0)}.stepperStep__c0bf33e1.focusVisible__ff30c637.completed__59861167:hover .arrow__3713e370 path:last-child,.stepperStep__c0bf33e1.focusVisible__ff30c637.active__bd60d92a:hover .arrow__3713e370 path:last-child,.stepperStep__c0bf33e1.focusVisible__ff30c637.inactive__ee7505e4:hover .arrow__3713e370 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-31-0)}.content__be7fbee0{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-31-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-31-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-31-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.arrow__3713e370{transform:translate(0)}.arrow__3713e370 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-31-0)}.arrow__3713e370 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-31-0)}.icon__cc7e9ab9{display:inline-flex;align-items:center;line-height:0}.nonempty__ce3a2dce .icon__cc7e9ab9{margin-right:6px}.stepperExtended__f62ade6e{display:flex;padding:0;margin:0;list-style:none}.stepperCarousel__436424e5{position:relative}.stepperCarousel__436424e5:hover .stepperButtonWrapper__f6468cf1{opacity:1;pointer-events:auto}.stepperButtonWrapper__f6468cf1{position:absolute;top:0;z-index:1;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.stepperButtonWrapper__f6468cf1.prev__3155b0d4{left:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Prev-1-31-0)}.stepperButtonWrapper__f6468cf1.next__e9b2530e{right:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Next-1-31-0)}.stepperButton__00719c9b.sm__748b4aa2{height:28px;width:28px}.stepperButton__00719c9b.md__748e75d6{height:40px;width:40px}.stepperButton__00719c9b.lg__acdea3bc{height:56px;width:56px}@media(max-width:767px){.stepperButtonWrapper__f6468cf1{display:none}}.suggestFieldMobileBody__3c8f783b{height:176px}.suggestFieldMobileDropdownHint__2c62035c{padding:16px}.noColumns__eaa0a9f6{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__eaa0a9f6>.content__334cfb98{width:456px;text-align:center}.filterPanel__aae77571{padding:8px 0 24px;border-radius:8px 8px 0 0}.chipPanelLinks__34a03eeb{display:flex;height:28px;z-index:1;margin-left:auto}.chipPanelLinks__34a03eeb>a:not(:first-child){margin-left:16px}.chipPanel__1a9c2679{display:flex;justify-content:space-between}@keyframes fadeIn__9c8254ec{0%{opacity:0}to{opacity:1}}.tableBasic__d2f4b208{position:relative}.tableBasic__d2f4b208 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__d2f4b208 table th.alignLeft__212a3586,.tableBasic__d2f4b208 table td.alignLeft__212a3586{text-align:left}.tableBasic__d2f4b208 table th.alignRight__7f85e65b,.tableBasic__d2f4b208 table td.alignRight__7f85e65b{text-align:right}.tableBasic__d2f4b208 table th.alignCenter__8f6dfe28,.tableBasic__d2f4b208 table td.alignCenter__8f6dfe28{text-align:center}.tableBasic__d2f4b208 table th.verticalAlignBaseline__e6b668c2,.tableBasic__d2f4b208 table td.verticalAlignBaseline__e6b668c2{vertical-align:baseline}.tableBasic__d2f4b208 table th.verticalAlignSub__8b6e92ad,.tableBasic__d2f4b208 table td.verticalAlignSub__8b6e92ad{vertical-align:sub}.tableBasic__d2f4b208 table th.verticalAlignSuper__a1e1452c,.tableBasic__d2f4b208 table td.verticalAlignSuper__a1e1452c{vertical-align:super}.tableBasic__d2f4b208 table th.verticalAlignTextTop__49d33c0f,.tableBasic__d2f4b208 table td.verticalAlignTextTop__49d33c0f{vertical-align:text-top}.tableBasic__d2f4b208 table th.verticalAlignTextBottom__e0d9666e,.tableBasic__d2f4b208 table td.verticalAlignTextBottom__e0d9666e{vertical-align:text-bottom}.tableBasic__d2f4b208 table th.verticalAlignMiddle__a83ae280,.tableBasic__d2f4b208 table td.verticalAlignMiddle__a83ae280{vertical-align:middle}.tableBasic__d2f4b208 table th.verticalAlignTop__a88e87b9,.tableBasic__d2f4b208 table td.verticalAlignTop__a88e87b9{vertical-align:top}.tableBasic__d2f4b208 table th.verticalAlignBottom__ec5a02e9,.tableBasic__d2f4b208 table td.verticalAlignBottom__ec5a02e9{vertical-align:bottom}.tableBasic__d2f4b208 table>thead>tr{height:48px}.tableBasic__d2f4b208 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-31-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-31-0)}.tableBasic__d2f4b208 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__d2f4b208 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__d2f4b208 table>thead>tr>th.checkboxType__7cf0647c{padding:16px 12px}.tableBasic__d2f4b208 table>thead>tr>th .thBlock__ab1f10a0{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__d2f4b208 table>thead>tr>th .thBlock__ab1f10a0.order__f8340f94{cursor:pointer}.tableBasic__d2f4b208 table>thead>tr>th .thBlock__ab1f10a0.order__f8340f94 .orderButton__a1638065{display:flex;visibility:hidden;align-items:center}.tableBasic__d2f4b208 table>thead>tr>th .thBlock__ab1f10a0.order__f8340f94 .orderButton__a1638065.alignLeft__212a3586{margin-right:8px}.tableBasic__d2f4b208 table>thead>tr>th .thBlock__ab1f10a0.order__f8340f94 .orderButton__a1638065.alignRight__7f85e65b{margin-left:8px}.tableBasic__d2f4b208 table>thead>tr>th .thBlock__ab1f10a0.order__f8340f94 .orderButton__a1638065.sorted__0ad8fd0b{visibility:visible}.tableBasic__d2f4b208 table>thead>tr>th .thBlock__ab1f10a0.order__f8340f94:hover .orderButton__a1638065{visibility:visible}.tableBasic__d2f4b208 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-31-0)}.tableBasic__d2f4b208 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__d2f4b208 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__d2f4b208 table>tbody>tr>td.textType__c8287b96{padding:12px}.tableBasic__d2f4b208 table>tbody>tr>td.componentsType__5b7d67fa{padding:8px 12px}.tableBasic__d2f4b208 table>tbody>tr>td.checkboxType__7cf0647c{padding:10px 12px 12px}.tableBasic__d2f4b208 table>tbody>tr.selected__b8e01278>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-31-0)}.tableBasic__d2f4b208 table>tbody.clickable__a9ca3df4>tr{cursor:pointer}.tableBasic__d2f4b208 table>tbody.hoverable__b2e30020>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-31-0)}.tableBasic__d2f4b208 .footerEmptyData__550f3d31{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__d2f4b208 .spinnerWrapper__e7fda83c{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__d2f4b208 .spinnerWrapper__e7fda83c .tableLoaderScreen__f20f1578{border-radius:8px 8px 0 0}.tableBasic__d2f4b208 .overlayCover__18329754{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-31-0);animation:fadeIn__9c8254ec .3s}.tableBasicSettingsBody__0d156721{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__a9ed4788{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-31-0)!important}.columnSettingsSortableListItemTarget__a9ed4788:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-31-0)!important}.columnSettingsSortableListItemTarget__a9ed4788.dragging__aa125e99{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-31-0)!important}.columnSettingsStaticListItem__cdc0d357{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-31-0)}.tableBasicSettingsFooter__218c3656{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-31-0);padding:11px 12px 12px}.tableBasicSettingsHeader__1b92c123{padding:16px 12px 12px}.tableSettingsLink__3382e785{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__de3b0491{width:320px}.tableFooterWrapper__045a1b66{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__045a1b66 .tableFooterShadow__1e22e466{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-31-0);pointer-events:none}.tableFooterWrapper__045a1b66 .tableFooter__efabfecb{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-31-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__045a1b66 .tableFooter__efabfecb .tableFooterSummary__a6da0c4d{display:flex;align-items:center}.tableFooterWrapper__045a1b66 .tableFooter__efabfecb .tableFooterSummary__a6da0c4d .tableFooterSummarySelectedCount__c24cc3a5,.tableFooterWrapper__045a1b66 .tableFooter__efabfecb .tableFooterSummary__a6da0c4d .tableFooterSummarySelectAllButton__e1f1bd84,.tableFooterWrapper__045a1b66 .tableFooter__efabfecb .tableFooterSummary__a6da0c4d .tableFooterSummaryAmount__5193aaae{display:inline-flex}.tableFooterWrapper__045a1b66 .tableFooter__efabfecb .tableFooterSummary__a6da0c4d .tableFooterSummarySelectedCount__c24cc3a5,.tableFooterWrapper__045a1b66 .tableFooter__efabfecb .tableFooterSummary__a6da0c4d .tableFooterSummarySelectAllButton__e1f1bd84,.tableFooterWrapper__045a1b66 .tableFooter__efabfecb .tableFooterSummary__a6da0c4d .tableFooterSummaryAmount__5193aaae,.tableFooterWrapper__045a1b66 .tableFooter__efabfecb .tableFooterSummary__a6da0c4d .tableFooterSummaryLabel__dd1ea763{margin-left:24px}@media(max-width:767px){.tableFooterWrapper__045a1b66{height:112px}}.paginationPanel__6c5f24fc{margin-top:16px}.masterTable__d45bf1c5,.tabsExtended__fb27afd8{position:relative}.tabsExtendedContent__e1607a5b{display:inline-flex}.tabsExtendedContent__e1607a5b.sm__3a48623c{border-radius:6px;padding:4px}.tabsExtendedContent__e1607a5b.md__3e3dd7f7{border-radius:8px;padding:4px}.tabsExtendedContent__e1607a5b.lg__8afe0b7e{border-radius:10px;padding:8px}.tabsExtendedTab__cc599f15{display:flex}.tabsExtendedTab__cc599f15+.tabsExtendedTab__cc599f15,.tabsExtendedDropdown__57f1e825{margin-left:4px}.tabsReal__8492bac1,.tabsFake__9511fa70{display:flex;box-sizing:border-box;width:100%}.tabsReal__8492bac1.hidden__54d50b06{visibility:hidden}.tabsReal__8492bac1 .tabsExtendedTab__cc599f15.hidden__54d50b06{display:none}.tabsFake__9511fa70{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__06b55645 .tabsExtendedContent__e1607a5b{background-color:var(--triplex-next-Tabs-Type1_Background-1-31-0)}.type2__13089d0c .tabsExtendedContent__e1607a5b{background-color:var(--triplex-next-Tabs-Type2_Background-1-31-0)}.tabsExtendedTabButton__d7ab4c49{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-31-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__d7ab4c49 .notificationIcon__ec8f3ab0{position:absolute}.tabsExtendedTabButton__d7ab4c49.lg__8afe0b7e{border-radius:6px;padding:9px 16px}.tabsExtendedTabButton__d7ab4c49.lg__8afe0b7e .notificationIcon__ec8f3ab0{right:6px;top:6px}.tabsExtendedTabButton__d7ab4c49.md__3e3dd7f7{border-radius:4px;padding:5px 16px}.tabsExtendedTabButton__d7ab4c49.md__3e3dd7f7 .notificationIcon__ec8f3ab0{right:4px;top:4px}.tabsExtendedTabButton__d7ab4c49.sm__3a48623c{border-radius:4px;padding:1px 16px}.tabsExtendedTabButton__d7ab4c49.sm__3a48623c .notificationIcon__ec8f3ab0{right:3px;top:3px}.tabsExtendedTabButton__d7ab4c49 .tabsExtendedTabButtonTextDefault__99d839c7{display:block}.tabsExtendedTabButton__d7ab4c49 .tabsExtendedTabButtonTextHover__629340df,.tabsExtendedTabButton__d7ab4c49:hover .tabsExtendedTabButtonTextDefault__99d839c7,.tabsExtendedTabButton__d7ab4c49.selected__0897905e .tabsExtendedTabButtonTextDefault__99d839c7{display:none}.tabsExtendedTabButton__d7ab4c49:hover .tabsExtendedTabButtonTextHover__629340df,.tabsExtendedTabButton__d7ab4c49.selected__0897905e .tabsExtendedTabButtonTextHover__629340df{display:block}.tabsExtendedTabButton__d7ab4c49::-moz-focus-inner{border:none}.tabsExtendedTabButton__d7ab4c49+.tabsExtendedTabButton__d7ab4c49{margin-left:2px}.tabsExtendedTabButton__d7ab4c49:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-31-0)}.tabsExtendedTabButton__d7ab4c49.type1__06b55645{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-31-0)}.tabsExtendedTabButton__d7ab4c49.type1__06b55645.selected__0897905e{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-31-0)}.tabsExtendedTabButton__d7ab4c49.type1__06b55645:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-31-0)}.tabsExtendedTabButton__d7ab4c49.type2__13089d0c{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-31-0)}.tabsExtendedTabButton__d7ab4c49.type2__13089d0c.selected__0897905e{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-31-0)}.tabsExtendedTabButton__d7ab4c49.type2__13089d0c:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-31-0)}.tabsContent__33244998 .tabButtonDropdown__f511a80a{justify-content:center;padding:0!important;border-radius:0!important;background:none!important}.tabsContent__33244998 .tabButtonDropdown__f511a80a.sm__a8323a33{min-width:20px;min-height:20px;height:20px}.tabsContent__33244998 .tabButtonDropdown__f511a80a.md__823e816e{min-width:32px;min-height:32px;height:32px}.tabsContent__33244998 .tabButtonDropdown__f511a80a.lg__9b26afa9{min-width:40px;min-height:40px;height:40px}.tag__8f182fe3{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-31-0);border-radius:4px;gap:2px}.tag__8f182fe3.sm__8022b2b1{height:20px;padding:2px 4px 2px 6px}.tag__8f182fe3.md__21ced415{height:28px;padding:4px 6px 4px 8px}.tag__8f182fe3.lg__4393f329{height:32px;padding:6px 8px 6px 10px}.content__9f1395ed{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagColor__9be80379{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__9be80379.sm__37730155{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__9be80379.md__73c7e1b5{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__9be80379.lg__76792caa{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__9be80379.default__c4d06cac{background:var(--triplex-next-TagColor-Background_Default-1-31-0)}.tagColor__9be80379.success__442cf6f2{background:var(--triplex-next-TagColor-Background_Success-1-31-0)}.tagColor__9be80379.info__27666117{background:var(--triplex-next-TagColor-Background_Info-1-31-0)}.tagColor__9be80379.warning__ec6557ff{background:var(--triplex-next-TagColor-Background_Warning-1-31-0)}.tagColor__9be80379.error__64b26976{background:var(--triplex-next-TagColor-Background_Error-1-31-0)}.content__bae0fa25{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-31-0)}.tagGroup__ecfc4c4f.sm__e3db65f5{margin:-2px}.tagGroup__ecfc4c4f.sm__e3db65f5>*{margin:2px}.tagGroup__ecfc4c4f.md__0755c1c8{margin:-4px}.tagGroup__ecfc4c4f.md__0755c1c8>*{margin:4px}.tagGroup__ecfc4c4f.lg__8ec684bb{margin:-6px}.tagGroup__ecfc4c4f.lg__8ec684bb>*{margin:6px}.uploadZone__4a6649c2{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-31-0)}.uploadZone__4a6649c2:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-31-0)}.uploadZoneDragArea__8579a73e{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-31-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__083daa51{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-31-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-31-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-31-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__43dd65f1{display:none}@media(max-width:767px){.uploadZone__4a6649c2,.uploadZone__4a6649c2:hover{background:none}.uploadZoneDragArea__8579a73e{display:none}}
|