@sberbusiness/triplex-next 1.0.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/{AlertProcessSpoiler-JRcPtVtX.js → AlertProcessSpoiler-Caa0745n.js} +11 -11
- package/chunks/Card.module-BRANBAxP.js +17 -0
- package/chunks/{DropdownListItem-Be_BBAWh.js → DropdownListItem-DIIAnvmw.js} +17 -17
- package/chunks/DropdownMobile.module-BUeZuAYr.js +19 -0
- package/chunks/Footer.module-BFo05t5_.js +11 -0
- package/chunks/FormFieldInput-rV5ZVe9k.js +63 -0
- package/chunks/HeaderLayoutSidebar.module-CEqBuRNu.js +9 -0
- package/chunks/HeaderTabs.module-BEaVu2Hx.js +9 -0
- package/chunks/HeaderTitle.module-Db-1fcNm.js +9 -0
- package/chunks/{ListItemControlsButton-DWU_FtH8.js → ListItemControlsButton-Ch-5PQYH.js} +7 -7
- package/chunks/ListItemTail.module-C5-4SAqt.js +12 -0
- package/chunks/ListMasterFooter.module-Dph-_lLg.js +10 -0
- package/chunks/Overlay.module-D6LEz1jT.js +18 -0
- package/chunks/Page.module-Ct9ky9ko.js +16 -0
- package/chunks/TabsExtended.module-CmU9j8zG.js +13 -0
- package/chunks/{TabsExtendedUtils-BLpZL63j.js → TabsExtendedUtils-CkAvE1fA.js} +2 -2
- package/chunks/TooltipDesktop.module-KrPZMfQD.js +19 -0
- package/chunks/UploadZoneInput-CXjerIVV.js +33 -0
- package/chunks/{utils-Ck6y6vsC.js → utils-bbbspEnw.js} +7 -7
- package/chunks/{vendor-CF2m175I.js → vendor-D-uL_icH.js} +38 -34
- package/components/Alert/AlertContext/AlertContext.js +9 -9
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +95 -10
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +184 -23
- package/components/Button/ButtonDropdownExtended.js +50 -6
- package/components/Button/ButtonIcon.js +5 -5
- package/components/Button/enums.js +5 -4
- package/components/Button/index.js +14 -12
- package/components/Card/CardAction.js +20 -20
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/Checkbox/Checkbox.js +9 -9
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/Col/Col.js +143 -143
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +9 -7
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +15 -13
- package/components/DesignTokens/components/Button.js +27 -0
- package/components/DesignTokens/components/FormField.js +22 -4
- package/components/DesignTokens/components/Island.js +26 -0
- package/components/DesignTokens/components/index.js +17 -14
- package/components/Dropdown/Dropdown.js +22 -7
- package/components/Dropdown/desktop/DropdownDesktop.js +94 -18
- package/components/Dropdown/desktop/DropdownList.js +65 -94
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/index.js +27 -25
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Footer/Footer.js +3 -3
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +52 -51
- package/components/FormField/FormFieldContext.js +8 -8
- package/components/FormField/components/FormFieldClear.js +16 -15
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +9 -9
- package/components/FormField/components/FormFieldInput.js +4 -3
- package/components/FormField/components/FormFieldLabel.js +32 -31
- package/components/FormField/components/FormFieldMaskedInput.js +102 -92
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTarget.js +49 -0
- package/components/FormField/components/FormFieldTextarea.js +25 -24
- package/components/FormField/enums.js +3 -2
- package/components/FormField/index.js +19 -16
- package/components/FormField/types.js +2 -0
- package/components/Header/Header.js +10 -10
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/Island/Island.js +78 -0
- package/components/Island/components/IslandBody.js +10 -0
- package/components/Island/components/IslandFooter.js +10 -0
- package/components/Island/components/IslandHeader.js +10 -0
- package/components/Island/enums.js +7 -0
- package/components/Island/index.js +9 -0
- package/components/KeyDownListener/ComposedKeyDownListener.js +13 -0
- package/components/KeyDownListener/KeyDownListener.js +27 -0
- package/components/KeyDownListener/index.js +7 -0
- package/components/Link/Link.js +17 -17
- package/components/List/List.js +9 -9
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +7 -7
- package/components/List/components/ListItemControls.js +8 -8
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +98 -15
- package/components/List/components/ListItemLoading.js +5 -5
- package/components/List/components/ListItemSelectable.js +6 -6
- package/components/List/components/ListItemTable.js +29 -19
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +37 -18
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +9 -9
- package/components/List/index.js +22 -20
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +11 -11
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +2 -2
- package/components/Loader/LoaderSmall/LoaderSmall.js +10 -10
- package/components/LoaderWidget/LoaderWidget.js +5 -5
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +2 -2
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +3 -3
- package/components/Pagination/components/PaginationNavigationButton.js +5 -5
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +2 -2
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +17 -17
- package/components/Pagination/utils/paginationUtils.js +10 -10
- package/components/Radio/Radio.js +3 -3
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +7 -7
- package/components/Row/Row.js +6 -6
- package/components/SegmentedControl/SegmentedControl.js +64 -7
- package/components/SegmentedControl/SegmentedControlContext.js +13 -0
- package/components/SegmentedControl/SegmentedControlSegment.js +68 -8
- package/components/SegmentedControl/index.js +6 -6
- package/components/SelectExtendedField/SelectExtendedField.js +57 -0
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +25 -0
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +86 -0
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +101 -0
- package/components/SelectExtendedField/index.js +9 -0
- package/components/Skeleton/Skeleton.js +8 -8
- package/components/SwipeableArea/SwipeableArea.js +19 -19
- package/components/TabsExtended/TabsExtended.js +7 -7
- package/components/TabsExtended/TabsExtendedUtils.js +1 -1
- package/components/TabsExtended/components/TabsExtendedContent.js +11 -11
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +7 -7
- package/components/TabsExtended/types.js +2 -0
- package/components/TextField/MaskedField.js +6 -89
- package/components/TextField/TextField.js +6 -89
- package/components/TextField/TextFieldBase.js +30 -89
- package/components/TextField/index.js +4 -3
- package/components/ThemeProvider/ThemeProvider.js +8 -8
- package/components/ThemeProvider/components/ThemeProviderView.js +8 -8
- package/components/Tooltip/components/common/TooltipBody.js +7 -7
- package/components/Tooltip/components/common/TooltipLink.js +14 -14
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +9 -9
- package/components/Typography/Caption.js +12 -12
- package/components/Typography/Text.js +22 -22
- package/components/Typography/Title.js +18 -18
- package/components/Typography/utils.js +1 -1
- package/components/UploadZone/UploadZone.js +109 -7
- package/components/UploadZone/UploadZoneContext.js +11 -0
- package/components/UploadZone/components/UploadZoneInput.js +5 -140
- package/components/UploadZone/index.js +2 -3
- package/components/UploadZone/types.js +2 -0
- package/components/index.js +279 -248
- package/index.d.ts +212 -27
- package/index.js +277 -246
- package/package.json +13 -1
- package/styles/triplex-next.css +354 -333
- package/chunks/Card.module-Cr47sRot.js +0 -17
- package/chunks/DropdownMobile.module-PWShExJh.js +0 -19
- package/chunks/Footer.module-Gh9uBYjc.js +0 -11
- package/chunks/FormFieldInput-H-fZrt84.js +0 -62
- package/chunks/HeaderLayoutSidebar.module-MHb8aSSn.js +0 -9
- package/chunks/HeaderTabs.module-Bfiwon3k.js +0 -9
- package/chunks/HeaderTitle.module-xLu0Kmjc.js +0 -9
- package/chunks/ListItemTail.module-DZnDKE1u.js +0 -12
- package/chunks/ListMasterFooter.module-DVmdCqc9.js +0 -10
- package/chunks/Overlay.module-C1GsZR5Z.js +0 -18
- package/chunks/Page.module-kOw5fybr.js +0 -16
- package/chunks/TabsExtended.module-lHzNgwBX.js +0 -13
- package/chunks/TooltipDesktop.module-HNPcWO41.js +0 -19
- package/chunks/index-CgNJLkzr.js +0 -931
package/styles/triplex-next.css
CHANGED
|
@@ -1,333 +1,354 @@
|
|
|
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-100-1-
|
|
12
|
-
--triplex-next-ColorDarkNeutralAlpha-0-1-
|
|
13
|
-
--triplex-next-ColorDarkNeutralAlpha-10-1-
|
|
14
|
-
--triplex-next-ColorDarkNeutralAlpha-20-1-
|
|
15
|
-
--triplex-next-ColorDarkNeutralAlpha-30-1-
|
|
16
|
-
--triplex-next-ColorDarkNeutralAlpha-40-1-
|
|
17
|
-
--triplex-next-ColorDarkNeutralAlpha-50-1-
|
|
18
|
-
--triplex-next-ColorDarkNeutralAlpha-60-1-
|
|
19
|
-
--triplex-next-ColorDarkNeutralAlpha-70-1-
|
|
20
|
-
--triplex-next-ColorDarkNeutralAlpha-80-1-
|
|
21
|
-
--triplex-next-ColorDarkNeutralAlpha-90-1-
|
|
22
|
-
--triplex-next-ColorDarkNeutralAlpha-100-1-
|
|
23
|
-
--triplex-next-ColorDarkNeutral-0-1-
|
|
24
|
-
--triplex-next-ColorDarkNeutral-10-1-
|
|
25
|
-
--triplex-next-ColorDarkNeutral-20-1-
|
|
26
|
-
--triplex-next-ColorDarkNeutral-30-1-
|
|
27
|
-
--triplex-next-ColorDarkNeutral-40-1-
|
|
28
|
-
--triplex-next-ColorDarkNeutral-50-1-
|
|
29
|
-
--triplex-next-ColorDarkNeutral-60-1-
|
|
30
|
-
--triplex-next-ColorDarkNeutral-70-1-
|
|
31
|
-
--triplex-next-ColorDarkNeutral-80-1-
|
|
32
|
-
--triplex-next-ColorDarkNeutral-90-1-
|
|
33
|
-
--triplex-next-ColorDarkNeutral-100-1-
|
|
34
|
-
--triplex-next-ColorError-0-1-
|
|
35
|
-
--triplex-next-ColorError-10-1-
|
|
36
|
-
--triplex-next-ColorError-20-1-
|
|
37
|
-
--triplex-next-ColorError-30-1-
|
|
38
|
-
--triplex-next-ColorError-40-1-
|
|
39
|
-
--triplex-next-ColorError-50-1-
|
|
40
|
-
--triplex-next-ColorError-60-1-
|
|
41
|
-
--triplex-next-ColorError-70-1-
|
|
42
|
-
--triplex-next-ColorError-80-1-
|
|
43
|
-
--triplex-next-ColorError-90-1-
|
|
44
|
-
--triplex-next-ColorError-100-1-
|
|
45
|
-
--triplex-next-ColorInfo-0-1-
|
|
46
|
-
--triplex-next-ColorInfo-10-1-
|
|
47
|
-
--triplex-next-ColorInfo-20-1-
|
|
48
|
-
--triplex-next-ColorInfo-30-1-
|
|
49
|
-
--triplex-next-ColorInfo-40-1-
|
|
50
|
-
--triplex-next-ColorInfo-50-1-
|
|
51
|
-
--triplex-next-ColorInfo-60-1-
|
|
52
|
-
--triplex-next-ColorInfo-70-1-
|
|
53
|
-
--triplex-next-ColorInfo-80-1-
|
|
54
|
-
--triplex-next-ColorInfo-90-1-
|
|
55
|
-
--triplex-next-ColorInfo-100-1-
|
|
56
|
-
--triplex-next-ColorNeutralAlpha-0-1-
|
|
57
|
-
--triplex-next-ColorNeutralAlpha-10-1-
|
|
58
|
-
--triplex-next-ColorNeutralAlpha-20-1-
|
|
59
|
-
--triplex-next-ColorNeutralAlpha-30-1-
|
|
60
|
-
--triplex-next-ColorNeutralAlpha-40-1-
|
|
61
|
-
--triplex-next-ColorNeutralAlpha-50-1-
|
|
62
|
-
--triplex-next-ColorNeutralAlpha-60-1-
|
|
63
|
-
--triplex-next-ColorNeutralAlpha-70-1-
|
|
64
|
-
--triplex-next-ColorNeutralAlpha-80-1-
|
|
65
|
-
--triplex-next-ColorNeutralAlpha-90-1-
|
|
66
|
-
--triplex-next-ColorNeutralAlpha-100-1-
|
|
67
|
-
--triplex-next-ColorNeutral-0-1-
|
|
68
|
-
--triplex-next-ColorNeutral-10-1-
|
|
69
|
-
--triplex-next-ColorNeutral-20-1-
|
|
70
|
-
--triplex-next-ColorNeutral-30-1-
|
|
71
|
-
--triplex-next-ColorNeutral-40-1-
|
|
72
|
-
--triplex-next-ColorNeutral-50-1-
|
|
73
|
-
--triplex-next-ColorNeutral-60-1-
|
|
74
|
-
--triplex-next-ColorNeutral-70-1-
|
|
75
|
-
--triplex-next-ColorNeutral-80-1-
|
|
76
|
-
--triplex-next-ColorNeutral-90-1-
|
|
77
|
-
--triplex-next-ColorNeutral-100-1-
|
|
78
|
-
--triplex-next-ColorSuccess-0-1-
|
|
79
|
-
--triplex-next-ColorSuccess-10-1-
|
|
80
|
-
--triplex-next-ColorSuccess-20-1-
|
|
81
|
-
--triplex-next-ColorSuccess-30-1-
|
|
82
|
-
--triplex-next-ColorSuccess-40-1-
|
|
83
|
-
--triplex-next-ColorSuccess-50-1-
|
|
84
|
-
--triplex-next-ColorSuccess-60-1-
|
|
85
|
-
--triplex-next-ColorSuccess-70-1-
|
|
86
|
-
--triplex-next-ColorSuccess-80-1-
|
|
87
|
-
--triplex-next-ColorSuccess-90-1-
|
|
88
|
-
--triplex-next-ColorSuccess-100-1-
|
|
89
|
-
--triplex-next-ColorSystem-0-1-
|
|
90
|
-
--triplex-next-ColorSystem-10-1-
|
|
91
|
-
--triplex-next-ColorSystem-20-1-
|
|
92
|
-
--triplex-next-ColorSystem-30-1-
|
|
93
|
-
--triplex-next-ColorSystem-40-1-
|
|
94
|
-
--triplex-next-ColorSystem-50-1-
|
|
95
|
-
--triplex-next-ColorSystem-60-1-
|
|
96
|
-
--triplex-next-ColorSystem-70-1-
|
|
97
|
-
--triplex-next-ColorSystem-80-1-
|
|
98
|
-
--triplex-next-ColorSystem-90-1-
|
|
99
|
-
--triplex-next-ColorSystem-100-1-
|
|
100
|
-
--triplex-next-ColorWarning-0-1-
|
|
101
|
-
--triplex-next-ColorWarning-10-1-
|
|
102
|
-
--triplex-next-ColorWarning-20-1-
|
|
103
|
-
--triplex-next-ColorWarning-30-1-
|
|
104
|
-
--triplex-next-ColorWarning-40-1-
|
|
105
|
-
--triplex-next-ColorWarning-50-1-
|
|
106
|
-
--triplex-next-ColorWarning-60-1-
|
|
107
|
-
--triplex-next-ColorWarning-70-1-
|
|
108
|
-
--triplex-next-ColorWarning-80-1-
|
|
109
|
-
--triplex-next-ColorWarning-90-1-
|
|
110
|
-
--triplex-next-ColorWarning-100-1-
|
|
111
|
-
--triplex-next-Button-General_Background_Active-1-
|
|
112
|
-
--triplex-next-Button-General_Background_Default-1-
|
|
113
|
-
--triplex-next-Button-General_Background_Disabled-1-
|
|
114
|
-
--triplex-next-Button-General_Background_Hover-1-
|
|
115
|
-
--triplex-next-Button-General_Color_Active-1-
|
|
116
|
-
--triplex-next-Button-General_Color_Default-1-
|
|
117
|
-
--triplex-next-Button-General_Color_Disabled-1-
|
|
118
|
-
--triplex-next-Button-General_Color_Hover-1-
|
|
119
|
-
--triplex-next-Button-General_Shadow_Focus-1-
|
|
120
|
-
--triplex-next-Button-Secondary_Background_Active-1-
|
|
121
|
-
--triplex-next-Button-Secondary_Background_Default-1-
|
|
122
|
-
--triplex-next-Button-Secondary_Background_Disabled-1-
|
|
123
|
-
--triplex-next-Button-Secondary_Background_Hover-1-
|
|
124
|
-
--triplex-next-Button-Secondary_Color_Active-1-
|
|
125
|
-
--triplex-next-Button-Secondary_Color_Default-1-
|
|
126
|
-
--triplex-next-Button-Secondary_Color_Disabled-1-
|
|
127
|
-
--triplex-next-Button-Secondary_Color_Hover-1-
|
|
128
|
-
--triplex-next-Button-Secondary_Shadow_Focus-1-
|
|
129
|
-
--triplex-next-Button-
|
|
130
|
-
--triplex-next-Button-
|
|
131
|
-
--triplex-next-Button-
|
|
132
|
-
--triplex-next-Button-
|
|
133
|
-
--triplex-next-Button-
|
|
134
|
-
--triplex-next-Button-
|
|
135
|
-
--triplex-next-Button-
|
|
136
|
-
--triplex-next-Button-
|
|
137
|
-
--triplex-next-Button-
|
|
138
|
-
--triplex-next-Button-
|
|
139
|
-
--triplex-next-Button-
|
|
140
|
-
--triplex-next-Button-
|
|
141
|
-
--triplex-next-Button-
|
|
142
|
-
--triplex-next-Button-
|
|
143
|
-
--triplex-next-Button-
|
|
144
|
-
--triplex-next-
|
|
145
|
-
--triplex-next-
|
|
146
|
-
--triplex-next-
|
|
147
|
-
--triplex-next-
|
|
148
|
-
--triplex-next-
|
|
149
|
-
--triplex-next-
|
|
150
|
-
--triplex-next-
|
|
151
|
-
--triplex-next-
|
|
152
|
-
--triplex-next-
|
|
153
|
-
--triplex-next-
|
|
154
|
-
--triplex-next-
|
|
155
|
-
--triplex-next-
|
|
156
|
-
--triplex-next-
|
|
157
|
-
--triplex-next-
|
|
158
|
-
--triplex-next-
|
|
159
|
-
--triplex-next-
|
|
160
|
-
--triplex-next-
|
|
161
|
-
--triplex-next-
|
|
162
|
-
--triplex-next-FormField-
|
|
163
|
-
--triplex-next-FormField-
|
|
164
|
-
--triplex-next-FormField-
|
|
165
|
-
--triplex-next-FormField-
|
|
166
|
-
--triplex-next-FormField-
|
|
167
|
-
--triplex-next-
|
|
168
|
-
--triplex-next-
|
|
169
|
-
--triplex-next-
|
|
170
|
-
--triplex-next-
|
|
171
|
-
--triplex-next-
|
|
172
|
-
--triplex-next-
|
|
173
|
-
--triplex-next-
|
|
174
|
-
--triplex-next-
|
|
175
|
-
--triplex-next-
|
|
176
|
-
--triplex-next-
|
|
177
|
-
--triplex-next-
|
|
178
|
-
--triplex-next-
|
|
179
|
-
--triplex-next-
|
|
180
|
-
--triplex-next-
|
|
181
|
-
--triplex-next-
|
|
182
|
-
--triplex-next-
|
|
183
|
-
--triplex-next-
|
|
184
|
-
--triplex-next-
|
|
185
|
-
--triplex-next-
|
|
186
|
-
--triplex-next-
|
|
187
|
-
--triplex-next-
|
|
188
|
-
--triplex-next-
|
|
189
|
-
--triplex-next-
|
|
190
|
-
--triplex-next-
|
|
191
|
-
--triplex-next-
|
|
192
|
-
--triplex-next-
|
|
193
|
-
--triplex-next-
|
|
194
|
-
--triplex-next-
|
|
195
|
-
--triplex-next-
|
|
196
|
-
--triplex-next-
|
|
197
|
-
--triplex-next-
|
|
198
|
-
--triplex-next-
|
|
199
|
-
--triplex-next-
|
|
200
|
-
--triplex-next-
|
|
201
|
-
--triplex-next-
|
|
202
|
-
--triplex-next-
|
|
203
|
-
--triplex-next-
|
|
204
|
-
--triplex-next-
|
|
205
|
-
--triplex-next-
|
|
206
|
-
--triplex-next-
|
|
207
|
-
--triplex-next-
|
|
208
|
-
--triplex-next-
|
|
209
|
-
--triplex-next-
|
|
210
|
-
--triplex-next-
|
|
211
|
-
--triplex-next-
|
|
212
|
-
--triplex-next-
|
|
213
|
-
--triplex-next-
|
|
214
|
-
--triplex-next-
|
|
215
|
-
--triplex-next-
|
|
216
|
-
--triplex-next-
|
|
217
|
-
--triplex-next-
|
|
218
|
-
--triplex-next-
|
|
219
|
-
--triplex-next-
|
|
220
|
-
--triplex-next-
|
|
221
|
-
--triplex-next-
|
|
222
|
-
--triplex-next-
|
|
223
|
-
--triplex-next-
|
|
224
|
-
--triplex-next-
|
|
225
|
-
--triplex-next-
|
|
226
|
-
--triplex-next-
|
|
227
|
-
--triplex-next-
|
|
228
|
-
--triplex-next-
|
|
229
|
-
--triplex-next-
|
|
230
|
-
--triplex-next-
|
|
231
|
-
--triplex-next-
|
|
232
|
-
--triplex-next-
|
|
233
|
-
--triplex-next-
|
|
234
|
-
--triplex-next-
|
|
235
|
-
--triplex-next-
|
|
236
|
-
--triplex-next-
|
|
237
|
-
--triplex-next-
|
|
238
|
-
--triplex-next-
|
|
239
|
-
--triplex-next-
|
|
240
|
-
--triplex-next-
|
|
241
|
-
--triplex-next-
|
|
242
|
-
--triplex-next-
|
|
243
|
-
--triplex-next-
|
|
244
|
-
--triplex-next-
|
|
245
|
-
--triplex-next-
|
|
246
|
-
--triplex-next-
|
|
247
|
-
--triplex-next-
|
|
248
|
-
--triplex-next-
|
|
249
|
-
--triplex-next-
|
|
250
|
-
--triplex-next-
|
|
251
|
-
--triplex-next-
|
|
252
|
-
--triplex-next-
|
|
253
|
-
--triplex-next-
|
|
254
|
-
--triplex-next-
|
|
255
|
-
--triplex-next-
|
|
256
|
-
--triplex-next-
|
|
257
|
-
--triplex-next-
|
|
258
|
-
--triplex-next-
|
|
259
|
-
--triplex-next-
|
|
260
|
-
--triplex-next-
|
|
261
|
-
--triplex-next-
|
|
262
|
-
--triplex-next-
|
|
263
|
-
--triplex-next-
|
|
264
|
-
--triplex-next-
|
|
265
|
-
--triplex-next-
|
|
266
|
-
--triplex-next-
|
|
267
|
-
--triplex-next-
|
|
268
|
-
--triplex-next-
|
|
269
|
-
--triplex-next-
|
|
270
|
-
--triplex-next-
|
|
271
|
-
--triplex-next-
|
|
272
|
-
--triplex-next-
|
|
273
|
-
--triplex-next-
|
|
274
|
-
--triplex-next-
|
|
275
|
-
--triplex-next-
|
|
276
|
-
--triplex-next-
|
|
277
|
-
--triplex-next-
|
|
278
|
-
--triplex-next-
|
|
279
|
-
--triplex-next-
|
|
280
|
-
--triplex-next-
|
|
281
|
-
--triplex-next-
|
|
282
|
-
--triplex-next-
|
|
283
|
-
--triplex-next-
|
|
284
|
-
--triplex-next-
|
|
285
|
-
--triplex-next-
|
|
286
|
-
--triplex-next-
|
|
287
|
-
--triplex-next-
|
|
288
|
-
--triplex-next-
|
|
289
|
-
--triplex-next-
|
|
290
|
-
--triplex-next-
|
|
291
|
-
--triplex-next-
|
|
292
|
-
--triplex-next-
|
|
293
|
-
--triplex-next-
|
|
294
|
-
--triplex-next-
|
|
295
|
-
--triplex-next-
|
|
296
|
-
--triplex-next-SegmentedControlSegment-
|
|
297
|
-
--triplex-next-SegmentedControlSegment-
|
|
298
|
-
--triplex-next-SegmentedControlSegment-
|
|
299
|
-
--triplex-next-SegmentedControlSegment-
|
|
300
|
-
--triplex-next-SegmentedControlSegment-
|
|
301
|
-
--triplex-next-SegmentedControlSegment-
|
|
302
|
-
--triplex-next-SegmentedControlSegment-
|
|
303
|
-
--triplex-next-SegmentedControlSegment-
|
|
304
|
-
--triplex-next-SegmentedControlSegment-
|
|
305
|
-
--triplex-next-SegmentedControlSegment-
|
|
306
|
-
--triplex-next-SegmentedControlSegment-
|
|
307
|
-
--triplex-next-SegmentedControlSegment-
|
|
308
|
-
--triplex-next-SegmentedControlSegment-
|
|
309
|
-
--triplex-next-SegmentedControlSegment-
|
|
310
|
-
--triplex-next-SegmentedControlSegment-
|
|
311
|
-
--triplex-next-SegmentedControlSegment-
|
|
312
|
-
--triplex-next-SegmentedControlSegment-
|
|
313
|
-
--triplex-next-SegmentedControlSegment-
|
|
314
|
-
--triplex-next-SegmentedControlSegment-
|
|
315
|
-
--triplex-next-SegmentedControlSegment-
|
|
316
|
-
--triplex-next-SegmentedControlSegment-
|
|
317
|
-
--triplex-next-SegmentedControlSegment-
|
|
318
|
-
--triplex-next-SegmentedControlSegment-
|
|
319
|
-
--triplex-next-SegmentedControlSegment-
|
|
320
|
-
--triplex-next-SegmentedControlSegment-
|
|
321
|
-
--triplex-next-SegmentedControlSegment-
|
|
322
|
-
--triplex-next-SegmentedControlSegment-
|
|
323
|
-
--triplex-next-SegmentedControlSegment-
|
|
324
|
-
--triplex-next-SegmentedControlSegment-
|
|
325
|
-
--triplex-next-SegmentedControlSegment-
|
|
326
|
-
--triplex-next-SegmentedControlSegment-
|
|
327
|
-
--triplex-next-SegmentedControlSegment-
|
|
328
|
-
--triplex-next-SegmentedControlSegment-
|
|
329
|
-
--triplex-next-SegmentedControlSegment-
|
|
330
|
-
--triplex-next-SegmentedControlSegment-
|
|
331
|
-
--triplex-next-
|
|
332
|
-
--triplex-next-
|
|
333
|
-
.underline__dc3b611e{text-decoration:underline}.strikethrough__c0ec14cc{text-decoration:line-through}.underlineStrikethrough__d547c6a3{text-decoration:underline line-through}.typography__19b8cd0b.primary__2331ee35{color:var(--triplex-next-Typography-Primary_Color-1-0-0)}.typography__19b8cd0b.complementary__3779ea68{color:var(--triplex-Typography-Complementary_Color-1-0-0)}.typography__19b8cd0b.secondary__0038602d{color:var(--triplex-next-Typography-Secondary_Color-1-0-0)}.typography__19b8cd0b.tertiary__089f8d91{color:var(--triplex-next-Typography-Tertiary_Color-1-0-0)}.typography__19b8cd0b.disabled__3e4e50ea{color:var(--triplex-next-Typography-Disabled_Color-1-0-0)}.typography__19b8cd0b.brand__822c2164{color:var(--triplex-next-Typography-Brand_Color-1-0-0);-webkit-user-select:none;user-select:none}.typography__19b8cd0b.info__a2d27baa{color:var(--triplex-next-Typography-Info_Color-1-0-0)}.typography__19b8cd0b.success__7c7e758d{color:var(--triplex-next-Typography-Success_Color-1-0-0)}.typography__19b8cd0b.error__98d69996{color:var(--triplex-next-Typography-Error_Color-1-0-0)}.typography__19b8cd0b.warning__5aa4136d{color:var(--triplex-next-Typography-Warning_Color-1-0-0)}.typography__19b8cd0b.system__a029b29e{color:var(--triplex-next-Typography-System_Color-1-0-0)}.typography__19b8cd0b.compact__b1c7e743{line-height:calc(16 / 14)}.title__a932cc92.regular__a8215ed8{font-family:SBSansDisplay}.title__a932cc92.semibold__2c8426c9{font-family:SBSansDisplaySemibold}.title__a932cc92.medium__8bac9bef{font-family:SBSansDisplayMedium}.title__a932cc92.bold__e03f9ad3{font-family:SBSansDisplayBold}.h1__cdd10c30,.h2__163371aa,.h3__89b5d55f{margin:0}.h1__cdd10c30{font-size:28px;line-height:36px}.h2__163371aa{font-size:24px;line-height:32px}.h3__89b5d55f{font-size:20px;line-height:28px}.text__185ea821.regular__a8215ed8{font-family:SBSansText}.text__185ea821.semibold__2c8426c9{font-family:SBSansTextSemibold}.b1__b607b983{font-size:18px;line-height:24px}.b2__e457b50c{font-size:16px;line-height:20px}.b3__acc5d401{font-size:14px;line-height:20px}.b3__acc5d401.compact__b1c7e743{line-height:16px}.b4__cd5b93be{font-size:12px;line-height:16px}.caption__10a4111d.regular__a8215ed8{font-family:SBSansText}.caption__10a4111d.semibold__2c8426c9{font-family:SBSansTextSemibold}.c1__bd7081ca{font-size:10px;line-height:12px}.c2__d3f4e009{font-size:8px;line-height:10px}.d1__d91c0799{font-size:32px;line-height:40px}.d1__d91c0799.regular__a8215ed8{font-family:SBSansDisplay}.d1__d91c0799.semibold__2c8426c9{font-family:SBSansDisplaySemibold}.label__f3ec4845{display:inline-block;position:relative;font-weight:400;color:var(--triplex-next-Radio-Color_Default-1-0-0);cursor:pointer}.label__f3ec4845.md__4b15ee46{font-size:14px;line-height:24px;min-height:24px;min-width:24px}.label__f3ec4845.lg__57b3d5ba{font-size:16px;line-height:28px;min-width:28px;min-height:28px}.label__f3ec4845.nonempty__3ea38100{padding-left:40px}.label__f3ec4845.disabled__58a5afdc{color:var(--triplex-next-Radio-Color_Disabled-1-0-0);cursor:default}.radio__b5c59736{margin:0;opacity:0}.radioIcon__c1ca1d33{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-0-0);border-radius:50%}.radioIcon__c1ca1d33:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-0-0);border-radius:50%;transform:scale(0)}.md__4b15ee46 .radioIcon__c1ca1d33:after{width:12px;height:12px;top:6px;left:6px}.lg__57b3d5ba .radioIcon__c1ca1d33:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__c1ca1d33,.radioIcon__c1ca1d33:after{pointer-events:none}.radio__b5c59736,.radioIcon__c1ca1d33{position:absolute;left:0}.md__4b15ee46 .radio__b5c59736,.md__4b15ee46 .radioIcon__c1ca1d33{width:24px;height:24px}.lg__57b3d5ba .radio__b5c59736,.lg__57b3d5ba .radioIcon__c1ca1d33{width:28px;height:28px}.nonempty__3ea38100 .radio__b5c59736,.nonempty__3ea38100 .radioIcon__c1ca1d33{top:2px}.radio__b5c59736:enabled{cursor:pointer}.radio__b5c59736:checked+.radioIcon__c1ca1d33{background:var(--triplex-next-Radio-Background_Checked_Default-1-0-0)}.radio__b5c59736:checked+.radioIcon__c1ca1d33:after{transform:scale(1);transition:transform .2s ease-out}.radio__b5c59736:hover+.radioIcon__c1ca1d33{background-color:var(--triplex-next-Radio-Background_Hover-1-0-0)}.radio__b5c59736:disabled+.radioIcon__c1ca1d33{background:var(--triplex-next-Radio-Background_Disabled-1-0-0)}.radio__b5c59736:disabled:checked+.radioIcon__c1ca1d33{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-0-0)}.radio__b5c59736:disabled+.radioIcon__c1ca1d33:after{background:var(--triplex-next-Radio-Dot_Disabled-1-0-0)}.radio__b5c59736:focus-visible+.radioIcon__c1ca1d33{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-0-0)}.radio__b5c59736:checked:enabled:hover+.radioIcon__c1ca1d33{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-0-0)}.radioXGroup__7e47bda3{display:inline-flex;flex-flow:row wrap}.radioXGroup__7e47bda3.indent-12__b03388a3{margin-left:-6px;margin-right:-6px}.radioXGroup__7e47bda3.indent-12__b03388a3 .label__f3ec4845{margin-left:6px;margin-right:6px}.radioXGroup__7e47bda3.indent-16__978d6ef4{margin-left:-8px;margin-right:-8px}.radioXGroup__7e47bda3.indent-16__978d6ef4 .label__f3ec4845{margin-left:8px;margin-right:8px}.radioXGroup__7e47bda3.indent-20__38443881{margin-left:-10px;margin-right:-10px}.radioXGroup__7e47bda3.indent-20__38443881 .label__f3ec4845{margin-left:10px;margin-right:10px}.radioXGroup__7e47bda3.indent-24__0624e941{margin-left:-12px;margin-right:-12px}.radioXGroup__7e47bda3.indent-24__0624e941 .label__f3ec4845{margin-left:12px;margin-right:12px}.radioXGroup__7e47bda3.indent-28__77004831{margin-left:-14px;margin-right:-14px}.radioXGroup__7e47bda3.indent-28__77004831 .label__f3ec4845{margin-left:14px;margin-right:14px}.radioXGroup__7e47bda3.indent-32__2a3dd8a5{margin-left:-16px;margin-right:-16px}.radioXGroup__7e47bda3.indent-32__2a3dd8a5 .label__f3ec4845{margin-left:16px;margin-right:16px}.radioYGroup__f3e8af80{display:inline-flex;flex-flow:column wrap}.radioYGroup__f3e8af80 .label__f3ec4845+.label__f3ec4845{margin-top:20px}.loaderSmall__0022c2d2{display:flex;justify-content:center;align-items:center}.loaderSmall__0022c2d2.sm__dd0998ce{width:16px;height:16px;gap:2px}.loaderSmall__0022c2d2.sm__dd0998ce .dot__352ed08f{width:4px;height:4px}.loaderSmall__0022c2d2.md__10deca1b{width:24px;height:24px;gap:3px}.loaderSmall__0022c2d2.md__10deca1b .dot__352ed08f{width:6px;height:6px}.loaderSmall__0022c2d2.lg__6663bcf2{width:32px;height:32px;gap:4px}.loaderSmall__0022c2d2.lg__6663bcf2 .dot__352ed08f{width:8px;height:8px}.loaderSmall__0022c2d2.neutral__7e5f0abb .dot__352ed08f{background-color:var(--triplex-next-Loader-Neutral_Background_Default-1-0-0)}.loaderSmall__0022c2d2.brand__328b0196 .dot__352ed08f{background-color:var(--triplex-next-Loader-Brand_Background_Default-1-0-0)}.loaderSmall__0022c2d2 .dot__352ed08f{border-radius:50%}.loaderSmall__0022c2d2 .dot1__243ad487{animation:dotCycleSmall__bfd3471b .9s infinite}.loaderSmall__0022c2d2 .dot2__6568a210{animation:dotCycleSmall__bfd3471b .9s infinite .15s}.loaderSmall__0022c2d2 .dot3__e16c377e{animation:dotCycleSmall__bfd3471b .9s infinite .3s}@keyframes dotCycleSmall__bfd3471b{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__264e8ba8{position:relative;width:40px;height:40px}.loaderMiddle__264e8ba8 .dot__352ed08f{position:absolute;background-color:var(--triplex-next-Loader-Brand_Background_Default-1-0-0);width:12px;height:12px;border-radius:6px}.loaderMiddle__264e8ba8 .dot1__243ad487{top:0;left:0;animation:dotCycleMiddle__473e5de7 3s infinite}.loaderMiddle__264e8ba8 .dot2__6568a210{right:0;top:0;opacity:.7;animation:dotCycleMiddle__473e5de7 3s infinite .74s}.loaderMiddle__264e8ba8 .dot3__e16c377e{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__473e5de7 3s infinite 1.5s}.loaderMiddle__264e8ba8 .dot4__b92edb44{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__473e5de7 3s infinite 2.25s}.loaderMiddle__264e8ba8 .line__15cb8c49{background-color:var(--triplex-next-Loader-Brand_Background_Default-1-0-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__23328781 3s infinite}@keyframes lineCycle__23328781{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__473e5de7{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__4a0df6d9{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__c8579d52{background:var(--triplex-next-DropdownMobile-Backdrop-1-0-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__c8579d52.closing__79d6b74b{opacity:0}.dropdownMobileBackdrop__c8579d52.opening__dfead5e2,.dropdownMobileBackdrop__c8579d52.opened__3b4e2d73{opacity:var(--triplex-DropdownMobile-Opacity-1-0-0)}.dropdownMobile__a07f8c97{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__a07f8c97.closing__79d6b74b{transform:translateY(100%)}.dropdownMobile__a07f8c97.opening__dfead5e2,.dropdownMobile__a07f8c97.opened__3b4e2d73{transform:translateY(0)}.dropdownMobileHeader__a13825f0{min-height:16px;padding:16px 40px 16px 16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-0-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileContent__d59e05c3{background:var(--triplex-next-DropdownMobile-Content_Background-1-0-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__1b963579{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-0-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-0-0);flex-shrink:1}.dropdownMobileListItem__15a929a9{padding:16px}.dropdownMobileListItem__15a929a9.selected__c4e3c9dc{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-0-0)}.dropdownMobileListItem__15a929a9:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-0-0)}button.dropdownMobileClose__28c37882{position:absolute;top:16px;right:16px}.dropdownMobileBodyOverflow__1b96fec9{overflow:hidden}.buttonIcon__fd887138{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__fd887138:enabled{cursor:pointer}.buttonIcon__fd887138.circle__7d08c74a{border-radius:50%}.buttonIcon__fd887138.squircle__6da23d03{border-radius:4px}.buttonIcon__fd887138:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-0-0)}.label__3d03ca6f{display:inline-block;position:relative;font-weight:400;color:var(--triplex-next-Checkbox-Color_Default-1-0-0);cursor:pointer}.label__3d03ca6f.md__c419dfa2{min-width:24px;min-height:24px;font-size:14px;line-height:24px}.label__3d03ca6f.lg__ff03a619{min-width:28px;min-height:28px;font-size:16px;line-height:28px}.label__3d03ca6f.nonempty__20461e9f{padding-left:40px}.label__3d03ca6f.disabled__987bbda8{color:var(--triplex-next-Checkbox-Color_Disabled-1-0-0);cursor:default}.label__3d03ca6f[hidden]{display:none}.checkbox__932868f2{margin:0;opacity:0}.checkboxIcon__cc4eee92{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-0-0);border-radius:4px}.checkmarkIcon__d3569e3a{transform:scale(0)}.checkmarkIcon__d3569e3a path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-0-0)}.checkboxIcon__cc4eee92,.checkmarkIcon__d3569e3a{pointer-events:none}.checkbox__932868f2,.checkboxIcon__cc4eee92,.checkmarkIcon__d3569e3a{position:absolute;left:0}.md__c419dfa2 .checkbox__932868f2,.md__c419dfa2 .checkboxIcon__cc4eee92,.md__c419dfa2 .checkmarkIcon__d3569e3a{width:24px;height:24px}.lg__ff03a619 .checkbox__932868f2,.lg__ff03a619 .checkboxIcon__cc4eee92,.lg__ff03a619 .checkmarkIcon__d3569e3a{width:28px;height:28px}.checkbox__932868f2:enabled{cursor:pointer}.checkbox__932868f2:checked+.checkboxIcon__cc4eee92{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-0-0)}.checkbox__932868f2:checked~.checkmarkIcon__d3569e3a{transform:scale(1);transition:transform .2s ease-out}.checkbox__932868f2:disabled+.checkboxIcon__cc4eee92{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-0-0)}.checkbox__932868f2:disabled~.checkmarkIcon__d3569e3a path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-0-0)}.checkbox__932868f2:focus-visible+.checkboxIcon__cc4eee92{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-0-0)}.checkbox__932868f2:checked:enabled:hover+.checkboxIcon__cc4eee92{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-0-0)}.checkboxXGroup__f1f0dd2e{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__f1f0dd2e.indent-12__9b923a83{margin-left:-6px;margin-right:-6px}.checkboxXGroup__f1f0dd2e.indent-12__9b923a83 .label__3d03ca6f{margin-left:6px;margin-right:6px}.checkboxXGroup__f1f0dd2e.indent-16__0ae6bd52{margin-left:-8px;margin-right:-8px}.checkboxXGroup__f1f0dd2e.indent-16__0ae6bd52 .label__3d03ca6f{margin-left:8px;margin-right:8px}.checkboxXGroup__f1f0dd2e.indent-20__d952c1a5{margin-left:-10px;margin-right:-10px}.checkboxXGroup__f1f0dd2e.indent-20__d952c1a5 .label__3d03ca6f{margin-left:10px;margin-right:10px}.checkboxXGroup__f1f0dd2e.indent-24__33267868{margin-left:-12px;margin-right:-12px}.checkboxXGroup__f1f0dd2e.indent-24__33267868 .label__3d03ca6f{margin-left:12px;margin-right:12px}.checkboxXGroup__f1f0dd2e.indent-28__dd61a8bf{margin-left:-14px;margin-right:-14px}.checkboxXGroup__f1f0dd2e.indent-28__dd61a8bf .label__3d03ca6f{margin-left:14px;margin-right:14px}.checkboxXGroup__f1f0dd2e.indent-32__10c162be{margin-left:-16px;margin-right:-16px}.checkboxXGroup__f1f0dd2e.indent-32__10c162be .label__3d03ca6f{margin-left:16px;margin-right:16px}.checkboxYGroup__827473d5{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__827473d5 .label__3d03ca6f+.label__3d03ca6f{margin-top:20px}.card__4fc82fa9{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden}.card__4fc82fa9.roundingMD__5618e930{border-radius:16px}.card__4fc82fa9.roundingSM__dc1cb36f{border-radius:8px}.card__4fc82fa9.general__f23f6079{background:var(--triplex-next-Card-Static_General_Background-1-0-0)}.card__4fc82fa9.secondary__08add22d{background:var(--triplex-next-Card-Static_Secondary_Background-1-0-0)}.card__4fc82fa9 .cardMedia__752098d6{background-size:cover;background-repeat:no-repeat;background-position:center}.card__4fc82fa9 .cardContent__375f2283.paddingMD__bbbd3c88{padding:23px}.card__4fc82fa9 .cardContent__375f2283.paddingMD__bbbd3c88:not(:first-child){padding-top:24px}.card__4fc82fa9 .cardContent__375f2283.paddingMD__bbbd3c88:not(:last-child){padding-bottom:24px}.card__4fc82fa9 .cardContent__375f2283.paddingSM__2b77960e{padding:15px}.card__4fc82fa9 .cardContent__375f2283.paddingSM__2b77960e:not(:first-child){padding-top:16px}.card__4fc82fa9 .cardContent__375f2283.paddingSM__2b77960e:not(:last-child){padding-bottom:16px}.card__4fc82fa9 .cardContent__375f2283 .cardContentHeader__b3365d1d{margin-bottom:16px}.card__4fc82fa9 .cardContent__375f2283 .cardContentFooter__ed2915f0{margin-top:16px}.action__6b77238a{cursor:pointer;box-shadow:var(--triplex-next-Card-Shadow_Default-1-0-0);transition:background .12s ease,box-shadow .12s ease}.action__6b77238a.general__f23f6079{background:var(--triplex-next-Card-Action_General_Background-1-0-0)}.action__6b77238a.general__f23f6079:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-0-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-0-0)}.action__6b77238a.general__f23f6079.selected__636734e8{background:var(--triplex-next-Card-Action_General_Background_Selected-1-0-0)}.action__6b77238a.general__f23f6079.selected__636734e8:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-0-0)}.action__6b77238a.secondary__08add22d{background:var(--triplex-next-Card-Action_Secondary_Background-1-0-0)}.action__6b77238a.secondary__08add22d:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-0-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-0-0)}.action__6b77238a.secondary__08add22d.selected__636734e8{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-0-0)}.action__6b77238a.secondary__08add22d.selected__636734e8:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-0-0)}.action__6b77238a:focus{outline:none}.action__6b77238a:focus.focusVisible__b9350658{border:1px solid var(--triplex-next-Card-BorderColor_Focus-1-0-0)}.alertContext__ce8127bf{display:flex;font-size:12px;line-height:16px}.alertContext__ce8127bf>svg{flex-shrink:0}.alertContext__ce8127bf .alertContextText__71a34e05{margin-left:8px}.alertContext__ce8127bf.alertTypeError__a57913b9 .alertContextText__71a34e05{color:var(--triplex-next-AlertContext-Error_Color-1-0-0)}.alertContext__ce8127bf.alertTypeInfo__bcf3fa2f .alertContextText__71a34e05{color:var(--triplex-next-AlertContext-Info_Color-1-0-0)}.alertContext__ce8127bf.alertTypeWarning__7846f64c .alertContextText__71a34e05{color:var(--triplex-next-AlertContext-Warning_Color-1-0-0)}.alertContext__ce8127bf.alertTypeSystem__364b23d1 .alertContextText__71a34e05{color:var(--triplex-next-AlertContext-System_Color-1-0-0)}.alertProcess__f88103b0{display:flex;padding:16px;border-radius:8px;position:relative}.alertProcess__f88103b0.withSpoiler__ab0ce9cd{min-height:40px}.alertProcess__f88103b0 .themeIcon__c287e7b9{padding-top:2px;box-sizing:border-box;height:20px;width:20px}.alertProcess__f88103b0.alertTypeError__a57913b9{background:var(--triplex-next-AlertProcess-Error_Background-1-0-0)}.alertProcess__f88103b0.alertTypeInfo__bcf3fa2f{background:var(--triplex-next-AlertProcess-Info_Background-1-0-0)}.alertProcess__f88103b0.alertTypeWarning__7846f64c{background:var(--triplex-next-AlertProcess-Warning_Background-1-0-0)}.alertProcess__f88103b0.alertTypeSystem__364b23d1{background:var(--triplex-next-AlertProcess-System_Background-1-0-0)}.alertProcess__f88103b0.alertTypeFeature__2faedd73{background:var(--triplex-next-AlertProcess-Feature_Background-1-0-0)}.alertProcess__f88103b0.alertTypeFeature__2faedd73 .themeIcon__c287e7b9{padding-top:0}.alertProcess__f88103b0 .alertProcessContentBlock__6b826206{flex:1;margin-left:8px}.alertProcess__f88103b0 .alertProcessContentBlock__6b826206:not(:has(+.closeButton__f71840d6)){padding-right:26px}.alertProcess__f88103b0 .alertProcessContentBlock__6b826206 .expandableContent__9d4398a2{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__f88103b0 .alertProcessContentBlock__6b826206 .expandableContent__9d4398a2.expanded__1f7e5fe1{max-height:1000px;opacity:1}.alertProcess__f88103b0 .closeButton__f71840d6{margin-left:10px}.alertProcess__f88103b0 .expandButton__eb7c8c34{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__f88103b0 .expandButton__eb7c8c34.expanded__1f7e5fe1{transform:rotate(180deg)}.dropdownList__af69ba32{max-height:196px;padding:4px;overflow:auto}.dropdownListItem__3d1329e8{color:var(--triplex-next-DropdownList-Color-1-0-0);background:var(--triplex-next-DropdownList-Background_Default-1-0-0);position:relative;outline:none;white-space:nowrap}.dropdownListItem__3d1329e8+.dropdownListItem__3d1329e8{margin-top:2px}.dropdownListItem__3d1329e8.active__8b03b7be{background:var(--triplex-next-DropdownList-Background_Active-1-0-0);cursor:pointer}.dropdownListItem__3d1329e8.selected__c4e3c9dc{background:var(--triplex-next-DropdownList-Background_Selected-1-0-0);cursor:default}.dropdownList-sm__52fc8626{font-size:12px;line-height:16px}.dropdownList-sm__52fc8626 .dropdownListItem__3d1329e8{padding:6px 8px;border-radius:6px}.dropdownList-md__707fe405{font-size:14px;line-height:20px}.dropdownList-md__707fe405 .dropdownListItem__3d1329e8{padding:7px 8px;border-radius:8px}.dropdownList-lg__a22ae7c7{font-size:16px;line-height:20px}.dropdownList-lg__a22ae7c7 .dropdownListItem__3d1329e8{padding:14px 8px;border-radius:10px}.formField__75cff140{position:relative;flex-grow:1;background:var(--triplex-next-FormField-Background_Default-1-0-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-0-0);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__75cff140:hover{background:var(--triplex-next-FormField-Background_Hover-1-0-0)}.formField__75cff140.disabled__20baaa39{background:var(--triplex-next-FormField-Background_Disabled-1-0-0)}.formField__75cff140.active__ae2463c3{background:var(--triplex-next-FormField-Background_Active-1-0-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-0-0)}.formField__75cff140.active__ae2463c3::placeholder{opacity:1}.formField__75cff140.error__5b47ae25{background:var(--triplex-next-FormField-Background_Error-1-0-0)}.formField__75cff140.error__5b47ae25:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-0-0)}.formField__75cff140.error__5b47ae25.active__ae2463c3{background:var(--triplex-next-FormField-Background_Error-1-0-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-0-0)}.formField__75cff140.size-sm__95fa2824{border-radius:6px}.formField__75cff140.size-md__0612bb1a{border-radius:8px}.formField__75cff140.size-lg__e1557bcc{border-radius:10px}.formFieldDescription__ca4899cf{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__ca4899cf.withCounter__cf7591d9{display:flex;justify-content:space-between}.formFieldCounter__282963a1{padding-left:4px}.formFieldLabel__7a3c1590{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__7a3c1590.size-sm__95fa2824{top:6px}.formFieldLabel__7a3c1590.size-md__0612bb1a{top:10px}.formFieldLabel__7a3c1590.size-lg__e1557bcc{top:18px}.formFieldLabel__7a3c1590.size-lg__e1557bcc.floating__8bb994ab{top:10px}.formFieldLabelText__a5926d04{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-0-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__95fa2824 .formFieldLabelText__a5926d04{font-size:12px;line-height:16px}.size-md__0612bb1a .formFieldLabelText__a5926d04{font-size:14px;line-height:20px}.size-lg__e1557bcc .formFieldLabelText__a5926d04{font-size:16px;line-height:20px}.floating__8bb994ab .formFieldLabelText__a5926d04{font-size:12px;line-height:16px}.floating__8bb994ab.size-sm__95fa2824 .formFieldLabelText__a5926d04,.floating__8bb994ab.size-md__0612bb1a .formFieldLabelText__a5926d04{display:none}.disabled__20baaa39 .formFieldLabelText__a5926d04{color:var(--triplex-next-FormField-Label_Color_Disabled-1-0-0)}.formFieldClear__58a2e679{cursor:pointer;height:16px;opacity:0;transition:opacity .3s}.formFieldClear__58a2e679.shown__7143b9d0{opacity:1}.formFieldInput__10eb7c5a{width:100%;box-sizing:border-box;border:none;background:none;-webkit-appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-1-0-0)}.formFieldInput__10eb7c5a:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-0-0)}.formFieldInput__10eb7c5a::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-0-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__10eb7c5a:focus{outline:none}.formFieldInput__10eb7c5a:focus::placeholder{opacity:1}.formFieldInput__10eb7c5a:-webkit-autofill{animation-name:autofill-applied-hook__a6640dea;animation-duration:1ms}.formFieldInput__10eb7c5a:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__559ed561;animation-duration:1ms}.formFieldInput__10eb7c5a.size-sm__95fa2824{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__10eb7c5a.size-md__0612bb1a{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__10eb7c5a.size-lg__e1557bcc{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__a6640dea{0%{transform:none}}@keyframes autofill-cancelled-hook__559ed561{0%{transform:none}}.formFieldPostfix__f23d5232{padding:0 12px 0 4px;position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__abdacdc6{padding:0 8px 0 12px;position:absolute;left:0;top:0;bottom:0;display:flex;align-items:center;gap:4px}.formFieldTextarea__c5b8fe08{width:100%;box-sizing:border-box;font-size:16px;line-height:20px;height:96px;padding-top:26px;padding-bottom:10px;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-0-0);resize:vertical}.formFieldTextarea__c5b8fe08:focus{outline:none}.formFieldTextarea__c5b8fe08:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-0-0)}.formFieldTextarea__c5b8fe08::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-0-0)}.list__4823b628{margin:0;padding:0;list-style:none;position:relative}.listItemControls__e9b965d2{display:flex;padding:0 16px 0 4px}.listItemContent__22fdaf28{background:var(--triplex-next-ListItem-Background-1-0-0);padding:12px 16px;min-height:56px;box-sizing:border-box}.listItemContent__22fdaf28.selected__a6850de1{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-0-0)}.listItemControlsButton__6b9018a5{font-family:inherit;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background-1-0-0);border:none;width:80px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__6b9018a5+.listItemControlsButton__6b9018a5,.listItemControlsButton__6b9018a5+.listItemControlsButtonDropdown__87827c54{margin-left:4px}.listItemControlsButtonIcon__4c983c54{line-height:0}.listItemControlsButton__6b9018a5.withText__691bb910 .listItemControlsButtonIcon__4c983c54{margin-bottom:8px}.listItemControlsButtonLabel__9bf1b59a{color:var(--triplex-next-ListItemControlsButton-Color-1-0-0);overflow-wrap:break-word}div.listItemControlsButtonDropdown__87827c54{display:flex}.listItemControlsButtonInner__258e8293{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__6b9018a5.withIcon__ec1d0d91.withText__691bb910 .listItemControlsButtonInner__258e8293{height:44px;overflow:visible}.buttonDropdownMenuItem__e57f55db{overflow:hidden;text-overflow:ellipsis}.listEmptyState__08a63c65{padding:80px 16px 16px;text-align:center}.listItemLoading__10127a29{height:76px;position:relative}.listItemSelectable__dd9c84f8{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-0-0);border-radius:8px}.listItemSelectable__dd9c84f8.selected__a6850de1{background:var(--triplex-next-ListItem-Background_Selected-1-0-0)}.checkboxWrapper__4e9e19a4{padding:16px 20px 16px 16px;line-height:0}.childrenWrapper__9543f4e9{flex-grow:1}.checkboxLabel__957583a9{padding:0!important;transform:scale(1.375) translateY(-2px);position:relative}.checkboxLabelClickArea__a5210f5b{position:absolute;top:-2.5px;left:-3.6px;bottom:-5px;right:-3.6px}.listItemTail__8bdbd910{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__64da18bd{background:var(--triplex-next-ListMaster-Background-1-0-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__1996f6e6{position:absolute;top:0;left:0;right:0}.listItemTailTop__1996f6e6: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-0-0)}.listItemTailTop__1996f6e6: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-0-0)}.listItemTailBottom__86b32778{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__86b32778: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-0-0)}.listItemTailBottom__86b32778:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListItem-Tail_Background-1-0-0)}.listItemTailRight__875825f3{right:-8px}.listItemTailLeft__dc037cf1{left:-8px}.listSortableItemTarget__1b7c6be3{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-0-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__1b7c6be3:hover{background:var(--triplex-next-ListItem-Background_Selected-1-0-0)}.listSortableItemTarget__1b7c6be3.dragging__ee57e333{background:var(--triplex-next-ListItem-Background_Dragging-1-0-0);box-shadow:var(--triplex-next-ListItem-Shadow-1-0-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__af8cf73c{flex:1}.listSortableItemTargetIcon__8133afd7{display:block;margin-left:24px}.listSortableItemControls__1a0ad558{display:inline-block}.col-1__cb849a33{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__768b163d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__b4381b7a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__c6799241{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__ff5abcc6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__2f10171a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__f71515d1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__73cdacd4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__0647f188{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__40916058{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__138b9942{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__48252dcb{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__c0769d59{margin-left:0%}.offset-1__79d4dc79{margin-left:8.33333333%}.offset-2__203c4554{margin-left:16.66666667%}.offset-3__af8a628b{margin-left:25%}.offset-4__248edf2a{margin-left:33.33333333%}.offset-5__d046b885{margin-left:41.66666667%}.offset-6__e63c62b7{margin-left:50%}.offset-7__6bf114ce{margin-left:58.33333333%}.offset-8__1fb5a28b{margin-left:66.66666667%}.offset-9__3417cfcb{margin-left:75%}.offset-10__e6dfc700{margin-left:83.33333333%}.offset-11__efdd1830{margin-left:91.66666667%}.d-none__eb3e88d7{display:none!important}.d-block__444d18c8{display:block!important}@media (min-width: 576px){.col-sm-1__01d0a260{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__b7bb408d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__90aea4f7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__772f7600{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__0913a8f3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__b5915491{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__86f31449{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__5273017f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__93285cad{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__4defc4ba{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__8639b8f7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__828ab65a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__dc445196{margin-left:0%}.offset-sm-1__ae4ff3b1{margin-left:8.33333333%}.offset-sm-2__2d2f48c0{margin-left:16.66666667%}.offset-sm-3__189e8ca0{margin-left:25%}.offset-sm-4__59dbdf06{margin-left:33.33333333%}.offset-sm-5__1607e39d{margin-left:41.66666667%}.offset-sm-6__a447add2{margin-left:50%}.offset-sm-7__0f619738{margin-left:58.33333333%}.offset-sm-8__8988fd79{margin-left:66.66666667%}.offset-sm-9__79836b64{margin-left:75%}.offset-sm-10__dbfeb225{margin-left:83.33333333%}.offset-sm-11__d8b76853{margin-left:91.66666667%}.d-none-sm__daa5554b{display:none!important}.d-block-sm__4a787bd6{display:block!important}}@media (min-width: 768px){.col-md-1__89fc3e57{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__df179ec9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__9986805a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__fb944ab8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__30d69fbe{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__12f2ede0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__43475ae6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__32bb125c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__de705aeb{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__13139a46{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__2ee374c7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__636e519b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__5b3a4213{margin-left:0%}.offset-md-1__80e1509b{margin-left:8.33333333%}.offset-md-2__591f150e{margin-left:16.66666667%}.offset-md-3__44b96fec{margin-left:25%}.offset-md-4__22f3c672{margin-left:33.33333333%}.offset-md-5__5850253f{margin-left:41.66666667%}.offset-md-6__3a023f19{margin-left:50%}.offset-md-7__9115e76b{margin-left:58.33333333%}.offset-md-8__e8aacfba{margin-left:66.66666667%}.offset-md-9__99d8ec03{margin-left:75%}.offset-md-10__256b7fbf{margin-left:83.33333333%}.offset-md-11__b60fb12b{margin-left:91.66666667%}.d-none-md__9a0bbd32{display:none!important}.d-block-md__7e0f3e60{display:block!important}}@media (min-width: 992px){.col-lg-1__cafccc96{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__dfea9f90{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__c9ca827c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__b728b6bc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__2fd7b0bf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__e1147546{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__4586daa8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__59141834{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__58909044{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__4acff323{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__0973ad3e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__1b4a3ed5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__f34031af{margin-left:0%}.offset-lg-1__e970d91c{margin-left:8.33333333%}.offset-lg-2__b528f083{margin-left:16.66666667%}.offset-lg-3__14c31134{margin-left:25%}.offset-lg-4__bf47bb1d{margin-left:33.33333333%}.offset-lg-5__0f3f5a06{margin-left:41.66666667%}.offset-lg-6__97baaa11{margin-left:50%}.offset-lg-7__06e325b0{margin-left:58.33333333%}.offset-lg-8__d29191a1{margin-left:66.66666667%}.offset-lg-9__6f537416{margin-left:75%}.offset-lg-10__075306fa{margin-left:83.33333333%}.offset-lg-11__e34e5df6{margin-left:91.66666667%}.d-none-lg__026674df{display:none!important}.d-block-lg__f3878c67{display:block!important}}@media (min-width: 1200px){.col-xl-1__0119e8af{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__db8a06ed{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__953056f4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__a13b9266{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__be885418{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__aeca0042{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__234a5631{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__8ad7fc93{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__0fbfeedf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__228131f6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__e4c880ed{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__f44940da{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__b7415c64{margin-left:0%}.offset-xl-1__01549295{margin-left:8.33333333%}.offset-xl-2__6e7b3121{margin-left:16.66666667%}.offset-xl-3__70e3cab5{margin-left:25%}.offset-xl-4__cd246dde{margin-left:33.33333333%}.offset-xl-5__86cc46a5{margin-left:41.66666667%}.offset-xl-6__10fa079d{margin-left:50%}.offset-xl-7__771cda9d{margin-left:58.33333333%}.offset-xl-8__5075f50a{margin-left:66.66666667%}.offset-xl-9__dea3c9e4{margin-left:75%}.offset-xl-10__ae47f84a{margin-left:83.33333333%}.offset-xl-11__1df9d5b8{margin-left:91.66666667%}.d-none-xl__3db16a75{display:none!important}.d-block-xl__7d48b1a8{display:block!important}}.link__b0b95b56{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-0-0)}.link__b0b95b56:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-0-0)}.link__b0b95b56:active{color:var(--triplex-next-Link-Text_Color_Active-1-0-0)}.link__b0b95b56:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-0-0)}.wordWithContent__440efff8{white-space:nowrap;display:inline-flex;align-items:center}.before__21f34387 :first-child{margin-right:4px}.after__41bac89b :last-child{margin-left:4px}.loaderWidget__b639ac28{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;left:0;top:0;right:0;bottom:0;z-index:10100}.loaderWidget__b639ac28.loaderSmallBackdrop__3f9d2712{background:var(--triplex-next-LoaderWidget-Small_Backdrop_Default-1-0-0)}.loaderWidget__b639ac28.loaderMiddleBackdrop__be43019a{background:var(--triplex-next-LoaderWidget-Middle_Backdrop_Default-1-0-0)}.loaderWidget__b639ac28.loaderMiddleBackdrop__be43019a .loaderMiddleBackground__01ee84ab{width:64px;height:64px;border-radius:16px;background:var(--triplex-next-LoaderWidget-Middle_Background_Default-1-0-0)}.loaderWidget__b639ac28.loaderMiddleBackdrop__be43019a .loaderMiddleBackground__01ee84ab div{margin:12px}.row__fa5da2e5{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__fa5da2e5.noPaddingBottom__29450957,.row__fa5da2e5:last-child{padding-bottom:0}.tabsExtended__553818ef{position:relative}.tabsExtendedContent__7227c37b{display:inline-flex;padding:4px}.tabsExtendedTab__6f375bc0+.tabsExtendedTab__6f375bc0,.tabsExtendedDropdown__67f1a4e9{margin-left:2px}.tabsReal__4f9bb5a4,.tabsFake__a5368033{display:flex;box-sizing:border-box;width:100%}.tabsReal__4f9bb5a4.hidden__dd2b14e5{visibility:hidden}.tabsReal__4f9bb5a4 .tabsExtendedTab__6f375bc0.hidden__dd2b14e5{display:none}.tabsFake__a5368033{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.tabsExtendedTabButton__3fdcd910{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-0-0);outline:none;background:var(--triplex-next-Tabs-Tab_Background_Default-1-0-0);cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__3fdcd910.lg__aa45a580{border-radius:6px;padding:14px 16px;line-height:20px;font-size:16px}.tabsExtendedTabButton__3fdcd910.md__50d0f7b6{border-radius:4px;padding:6px 16px;line-height:20px;font-size:14px}.tabsExtendedTabButton__3fdcd910.sm__6500f9e7{border-radius:4px;padding:2px 16px;line-height:16px;font-size:12px}.tabsExtendedTabButton__3fdcd910::-moz-focus-inner{border:none}.tabsExtendedTabButton__3fdcd910+.tabsExtendedTabButton__3fdcd910{margin-left:2px}.tabsExtendedTabButton__3fdcd910:hover{background:var(--triplex-next-Tabs-Tab_Background_Hover-1-0-0)}.tabsExtendedTabButton__3fdcd910:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-0-0)}.tabsExtendedTabButton__3fdcd910.selected__518572e3{background:var(--triplex-next-Tabs-Tab_Background_Selected-1-0-0);cursor:default}.swipeableArea__1e25f3b1{position:relative;overflow:hidden}.swipeableArea__1e25f3b1 .content__36425bc9{position:relative;touch-action:pan-y}.swipeableArea__1e25f3b1 .content__36425bc9.disableScroll__9f544a6f{touch-action:none}.swipeableArea__1e25f3b1 .content__36425bc9.disablePointerEvents__8933df20:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__1e25f3b1 .swipeAnimationFinish__9764f116{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__1e25f3b1 .leftContent__9d402f9f,.swipeableArea__1e25f3b1 .rightContent__c0aa0143{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__1e25f3b1 .rightContent__c0aa0143{left:auto;right:0}.footer__cb757ddb.sticky__32bd8c20{z-index:101;position:sticky;bottom:0}.footerDescription__84d1c73a{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__2297e987{flex-grow:1;margin-right:auto}.footerDescriptionControls__8c6daf4f{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__84d1c73a{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__2297e987{width:100%}.footerDescriptionControls__8c6daf4f{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__8c6daf4f>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__2297e987+.footerDescriptionControls__8c6daf4f{margin-top:0}.footer__cb757ddb{padding:16px 0}}.body__4c49ab14{position:relative;padding-bottom:24px;display:flex}.body__4c49ab14 .bodyInner__adcc57b5{position:relative;flex-grow:1;width:100%}@media (max-width: 767px){.body__4c49ab14{padding:16px 0;overflow-x:auto}}.headerTabs__504978cf{display:flex;justify-content:space-between}.headerTabs__504978cf .headerTabsContent__344688be{flex-grow:1}.headerTabs__504978cf .headerTabsControls__ce726ce5{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__504978cf{flex-wrap:wrap}.headerTabs__504978cf .headerTabsContent__344688be{width:100%}.headerTabs__504978cf .headerTabsControls__ce726ce5{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__504978cf .headerTabsControls__ce726ce5>button{margin-left:16px;margin-top:16px}}.headerTitle__5b8667d7{display:flex;justify-content:space-between}.headerTitle__5b8667d7 .headerTitleControls__1856b8dc{white-space:nowrap;padding-left:24px}.headerLink__260a02a6+.headerTitle__5b8667d7{padding-top:0}@media (max-width: 767px){.headerTitle__5b8667d7{flex-wrap:wrap}.headerTitle__5b8667d7 .headerTitleContent__39c98515{width:100%}.headerTitle__5b8667d7 .headerTitleControls__1856b8dc{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__5b8667d7 .headerTitleControls__1856b8dc>button{margin-left:16px;margin-top:16px}}.headerSubheader__fcd84f69{padding:24px 0}.headerSubheader__fcd84f69.withoutPaddings__9ba85f37{padding:0}.headerLayoutSidebar__54d8730d{display:flex;justify-content:space-between}.headerLayoutSidebarContent__d2e6dc01{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__90e1a1be{display:none}}.header__e4226d86.sticky__034919e8{z-index:101;position:sticky;top:0}.page__246810e5{height:100%;display:flex;flex-direction:column;max-width:100%;padding:24px;box-sizing:border-box;background-color:var(--triplex-next-Page-Background-1-0-0)}.page__246810e5 .headerPageBackground__37a4fd10{background:var(--triplex-next-HeaderPage-Background-1-0-0);padding:24px;border-radius:24px}.page__246810e5 .footerPageBackground__f5a34744{background:var(--triplex-next-FooterPage-Background-1-0-0);padding:24px;border-radius:24px}.page__246810e5 .headerPageSticky__d4059bfe{z-index:101;position:sticky;top:0}.page__246810e5 .footerPageSticky__9bda89c1{z-index:101;position:sticky;bottom:0}.page__246810e5 .headerPageStuck__a5985f7f{border-top-left-radius:0;border-top-right-radius:0}.page__246810e5 .footerPageStuck__fbae9676{border-bottom-left-radius:0;border-bottom-right-radius:0}.observerTarget__1eb92c57{height:1px;visibility:hidden;pointer-events:none}.headerPage__2e56fac0{padding-bottom:24px}.bodyPage__35f20910{flex-grow:1}.paginationExtended__fe444674{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__1568d4f5 .directionIconNext__7be0ff66{transform:rotate(180deg)}.pageEllipsis__05323920{display:flex;justify-content:center;align-items:center;height:24px;width:24px;margin:0 4px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-1-0-0);cursor:default}.paginationPageButton__7481f43b{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-1-0-0);background-color:transparent;display:flex;justify-content:center;align-items:center;height:32px;width:32px;line-height:20px;border:1px solid transparent;border-radius:6px;margin:0 4px;cursor:pointer}.paginationPageButton__7481f43b:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-0-0);outline:none}.paginationPageButton__7481f43b:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-0-0)}.paginationPageButton__7481f43b:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-0-0);cursor:grabbing}.paginationPageButton__7481f43b.currentPage__c8ac6af1{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-0-0);cursor:default}.paginationNavigationExtended__b7e87398{display:flex;align-items:center;list-style-type:none;margin:0;padding:0}.paginationSelect__ab00743e{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__ab00743e .paginationSelectControl__c47e4a34{margin-left:8px}.button__0173400a{position:relative;margin:0;vertical-align:top;outline:none;font-family:inherit;background-clip:padding-box;cursor:pointer;border:none;font-weight:600;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.button__0173400a::-moz-focus-inner{border:none;padding:0}.button__0173400a.sm__48dfecd0{border-radius:6px;line-height:16px;font-size:12px}.button__0173400a.sm__48dfecd0:not(.icon__9f7e533c){height:28px;min-width:58px;padding:0 16px}.button__0173400a.sm__48dfecd0.icon__9f7e533c{min-height:28px;min-width:28px;padding:4px}.button__0173400a.md__55cf278e{border-radius:8px;line-height:20px;font-size:14px}.button__0173400a.md__55cf278e:not(.icon__9f7e533c){height:40px;min-width:72px;padding:0 20px}.button__0173400a.md__55cf278e.icon__9f7e533c{min-height:40px;min-width:40px;padding:10px}.button__0173400a.lg__6eaada1b{border-radius:10px;line-height:20px;font-size:16px}.button__0173400a.lg__6eaada1b:not(.icon__9f7e533c){height:56px;min-width:84px;padding:0 24px}.button__0173400a.lg__6eaada1b.icon__9f7e533c{min-height:56px;min-width:56px;padding:12px}.button__0173400a:disabled{cursor:default}.button__0173400a:disabled *{pointer-events:none}.button__0173400a+.button__0173400a:not(.block__56e59ee0){margin-left:16px}.button__0173400a .content__2db6998b{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__0173400a.block__56e59ee0{display:block;width:100%}.button__0173400a.loading__9f9f69de{pointer-events:none}.button__0173400a.loading__9f9f69de .content__2db6998b{visibility:hidden}.button__0173400a .loader__1df8b314{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__0173400a .loader__1df8b314.hidden__467bfdc8{visibility:hidden}.button__0173400a.general__feec3196{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-0-0);color:var(--triplex-next-Button-General_Color_Default-1-0-0)}.button__0173400a.general__feec3196:hover{background:var(--triplex-next-Button-General_Background_Hover-1-0-0);color:var(--triplex-next-Button-General_Color_Hover-1-0-0)}.button__0173400a.general__feec3196.expanded__b40d1d13,.button__0173400a.general__feec3196:active{background:var(--triplex-next-Button-General_Background_Active-1-0-0);color:var(--triplex-next-Button-General_Color_Active-1-0-0)}.button__0173400a.general__feec3196:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-0-0)}.button__0173400a.general__feec3196:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-0-0);color:var(--triplex-next-Button-General_Color_Disabled-1-0-0)}.button__0173400a.secondary__5fe8a264{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-0-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-0-0)}.button__0173400a.secondary__5fe8a264:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-0-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-0-0)}.button__0173400a.secondary__5fe8a264.expanded__b40d1d13,.button__0173400a.secondary__5fe8a264:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-0-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-0-0)}.button__0173400a.secondary__5fe8a264:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-0-0)}.button__0173400a.secondary__5fe8a264:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-0-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-0-0)}.button__0173400a.danger__41a08a42{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-0-0);color:var(--triplex-next-Button-Danger_Color_Default-1-0-0)}.button__0173400a.danger__41a08a42:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-0-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-0-0)}.button__0173400a.danger__41a08a42.expanded__b40d1d13,.button__0173400a.danger__41a08a42:active{background:var(--triplex-next-Button-Danger_Background_Active-1-0-0);color:var(--triplex-next-Button-Danger_Color_Active-1-0-0)}.button__0173400a.danger__41a08a42:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-0-0)}.button__0173400a.danger__41a08a42:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-0-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-0-0)}.button__0173400a.link__74c70867{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-0-0);border-radius:0}.button__0173400a.link__74c70867.md__55cf278e{height:40px;min-width:0;padding:0 2px}.button__0173400a.link__74c70867.sm__48dfecd0{height:28px;min-width:0;padding:0 2px}.button__0173400a.link__74c70867.lg__6eaada1b{height:56px;min-width:0;padding:0 2px}.button__0173400a.link__74c70867:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-0-0)}.button__0173400a.link__74c70867:active{color:var(--triplex-next-Button-Link_Color_Active-1-0-0)}.button__0173400a.link__74c70867:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-0-0)}.button__0173400a.link__74c70867:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-0-0)}.dropdown__e981703f{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-0-0);background-color:var(--triplex-next-Dropdown-Background-1-0-0)}.dropdown-sm__1a8252ad{border-radius:6px}.dropdown-md__877d6437{border-radius:8px}.dropdown-lg__f6a983be{border-radius:10px}.dropdownOverflowHidden__8442d9e0{overflow:hidden}.buttonDropdownExtended__ef316c16{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__ef316c16 .buttonDropdownExtendedBlock__9a6eb6db{padding:4px;margin-top:4px;right:0}.buttonDropdown__d58e3216.block__56e59ee0{display:block}.buttonDropdown__d58e3216+.button__0173400a:not(.block__56e59ee0),.buttonDropdown__d58e3216+.buttonDropdown__d58e3216:not(.block__56e59ee0){margin-left:16px}.buttonDropdown__d58e3216 .buttonDropdownTarget__7e267bf0 .caretIcon__17ecd62e{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__d58e3216 .buttonDropdownTarget__7e267bf0.active__fbf3723a .caretIcon__17ecd62e{transform:rotate(-180deg)}.buttonDropdown__d58e3216 .buttonDropdownMenuItem__ae6365e8{overflow:hidden;text-overflow:ellipsis}.formFieldMaskedInputWrapper__38026fda{position:relative}.formFieldMaskedInputWrapper__38026fda .formFieldMaskedInputPlaceholder__f7f0c485{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__38026fda .formFieldMaskedInputPlaceholder__f7f0c485::placeholder{opacity:1}.formFieldMaskedInputWrapper__38026fda.size-sm__95fa2824{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__38026fda.size-sm__95fa2824 .formFieldMaskedInputPlaceholder__f7f0c485{top:5px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__38026fda.size-md__0612bb1a{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__38026fda.size-md__0612bb1a .formFieldMaskedInputPlaceholder__f7f0c485{top:9px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__38026fda.size-lg__e1557bcc{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__38026fda.size-lg__e1557bcc .formFieldMaskedInputPlaceholder__f7f0c485{top:25px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__38026fda .formFieldMaskedInput__aa06d051{display:block;position:relative;background:none!important}.listItemTable__9c609791{margin-bottom:4px}.listItemTable__9c609791:last-child{margin-bottom:0}.listSortableItem__674ca797{position:relative}.listSortableItem__674ca797.dragging__ee57e333{z-index:1}.segmentedControlSegment__a87e0421{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-0-0);outline:none;cursor:pointer}.segmentedControlSegment__a87e0421:disabled{cursor:default}.sm__90439dc5 .segmentedControlSegment__a87e0421{min-height:20px;padding:2px;font-size:12px;line-height:16px;border-radius:4px}.md__e0b263ef .segmentedControlSegment__a87e0421{min-height:32px;padding:6px;font-size:14px;line-height:20px;border-radius:6px}.lg__e7fd1d5f .segmentedControlSegment__a87e0421{min-height:40px;padding:8px;font-size:16px;line-height:20px;border-radius:8px}.general1__d4467d48 .segmentedControlSegment__a87e0421{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-0-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-0-0)}.general1__d4467d48 .segmentedControlSegment__a87e0421:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-0-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-0-0)}.general1__d4467d48 .segmentedControlSegment__a87e0421:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-0-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-0-0)}.general1__d4467d48 .segmentedControlSegment__a87e0421.selected__f756050a{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-0-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-0-0)}.general1__d4467d48 .segmentedControlSegment__a87e0421.selected__f756050a:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-0-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-0-0)}.general1__d4467d48 .segmentedControlSegment__a87e0421.selected__f756050a:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-0-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-0-0)}.general2__021ac96d .segmentedControlSegment__a87e0421{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-0-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-0-0)}.general2__021ac96d .segmentedControlSegment__a87e0421:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-0-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-0-0)}.general2__021ac96d .segmentedControlSegment__a87e0421:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-0-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-0-0)}.general2__021ac96d .segmentedControlSegment__a87e0421.selected__f756050a{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-0-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-0-0)}.general2__021ac96d .segmentedControlSegment__a87e0421.selected__f756050a:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-0-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-0-0)}.general2__021ac96d .segmentedControlSegment__a87e0421.selected__f756050a:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-0-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-0-0)}.secondary1__f006d8e4 .segmentedControlSegment__a87e0421{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-0-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-0-0)}.secondary1__f006d8e4 .segmentedControlSegment__a87e0421:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-0-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-0-0)}.secondary1__f006d8e4 .segmentedControlSegment__a87e0421:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-0-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-0-0)}.secondary1__f006d8e4 .segmentedControlSegment__a87e0421.selected__f756050a{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-0-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-0-0)}.secondary1__f006d8e4 .segmentedControlSegment__a87e0421.selected__f756050a:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-0-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-0-0)}.secondary2__d55a6925 .segmentedControlSegment__a87e0421{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-0-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-0-0)}.secondary2__d55a6925 .segmentedControlSegment__a87e0421:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-0-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-0-0)}.secondary2__d55a6925 .segmentedControlSegment__a87e0421:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-0-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-0-0)}.secondary2__d55a6925 .segmentedControlSegment__a87e0421.selected__f756050a{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-0-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-0-0)}.secondary2__d55a6925 .segmentedControlSegment__a87e0421.selected__f756050a:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-0-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-0-0)}.segmentedControlSegment__a87e0421:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-0-0)}.content__9ad83627{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__6753afa0{display:flex;gap:4px}.segmentedControl__6753afa0.general1__d4467d48{background:var(--triplex-next-SegmentedControl-General_1_Background-1-0-0)}.segmentedControl__6753afa0.secondary1__f006d8e4{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-0-0)}.segmentedControl__6753afa0.general2__021ac96d{background:var(--triplex-next-SegmentedControl-General_2_Background-1-0-0)}.segmentedControl__6753afa0.secondary2__d55a6925{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-0-0)}.segmentedControl__6753afa0.sm__90439dc5{padding:4px}.segmentedControl__6753afa0.md__e0b263ef{padding:6px}.segmentedControl__6753afa0.lg__e7fd1d5f{padding:8px}.skeleton__1971211c{border-radius:16px;flex-grow:1}.skeleton__1971211c.light__8cccf23e{animation:skeleton-light-pulse__300473cd 2s ease-in-out infinite}.skeleton__1971211c.dark__8b8a901b{animation:skeleton-dark-pulse__3de35fc0 2s ease-in-out infinite}@keyframes skeleton-light-pulse__300473cd{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-0-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-0-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-0-0)}}@keyframes skeleton-dark-pulse__3de35fc0{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-0-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-0-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-0-0)}}.tooltipDesktop__46eb3f24{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__46eb3f24 .tooltipBody__c825033f{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-0-0)}.tooltipDesktop__46eb3f24 .tooltipXButton__0f569436{position:absolute;right:8px;top:8px}.tooltipDesktopContent__6e65e939{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-0-0);border-radius:8px}.closable__89767ea8 .tooltipDesktopContent__6e65e939{padding-right:32px}.tooltipSM__19bf2515 .tooltipDesktopContent__6e65e939{width:192px;min-height:52px}.tooltipLG__7bfa93d4 .tooltipDesktopContent__6e65e939{width:384px;min-height:52px}.tooltipOverlay__6d8b9f47{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__35186d60{width:0;height:0}.tooltipDesktopTip__35186d60.down__18b9d538{border-top:solid var(--triplex-next-Tooltip-Background-1-0-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__35186d60.up__2b9cc367{border-bottom:solid var(--triplex-next-Tooltip-Background-1-0-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__35186d60.left__304bb1e4{border-right:solid var(--triplex-next-Tooltip-Background-1-0-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__35186d60.right__f74ded32{border-left:solid var(--triplex-next-Tooltip-Background-1-0-0);border-top:solid transparent;border-bottom:solid transparent}.overlay__efe77054{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__efe77054.fixed__506ef393{position:fixed}.overlay__efe77054.closing__86ae5f15,.overlay__efe77054.opened__7de85a00{visibility:visible;left:0;right:0}.overlayPanel__988d96ab{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-0-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__988d96ab.bottom__0b99e47d{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__988d96ab.left__75cdf6d2{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__988d96ab.right__053188b7{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__988d96ab.top__4ce13b72{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__988d96ab.left__75cdf6d2.opened__7de85a00,.overlayPanel__988d96ab.right__053188b7.opened__7de85a00{transform:translate(0)}.overlayPanel__988d96ab.top__4ce13b72.opened__7de85a00,.overlayPanel__988d96ab.bottom__0b99e47d.opened__7de85a00{transform:translateY(0)}.overlayContent__62476cdc{display:flex;min-height:100%}.overlayMask__7a58d179{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-0-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__7a58d179.overlayOpened__182653df{opacity:1}.listMasterFooter__29312865{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-0-0);color:var(--triplex-next-ListMaster-Footer_Color-1-0-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__29312865.sticky__aacfcddd{position:sticky;bottom:0}.listMasterFooterDescription__daf91bc0{padding-right:16px}.listMasterFooterControls__df74a49e{white-space:nowrap}.tooltipMobile__e6b5e0e8 .tooltipBody__c825033f{text-align:left}.tooltipMobile__e6b5e0e8 .tooltipXButton__0f569436{position:absolute;right:16px;top:16px}.tooltipMobileContent__fc5c2108{padding:16px}.headerless__5699cb02 .tooltipMobileContent__fc5c2108{padding-right:40px}.tooltipLink__6d5d4518{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:block;margin-top:16px}.desktop__a0da54b9{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-0-0)}.desktop__a0da54b9:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-0-0)}.desktop__a0da54b9:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-0-0)}.desktop__a0da54b9:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-0-0)}.mobile__bea87420{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-0-0)}.mobile__bea87420:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-0-0)}.mobile__bea87420:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-0-0)}.mobile__bea87420:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-0-0)}.listMasterChipGroup__b7552ccc{padding:0 16px}.listMasterHeader__4bcf2ff4{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-0-0);color:var(--triplex-next-ListMaster-Header_Color-1-0-0)}.listMasterHeader__4bcf2ff4.sticky__aacfcddd{position:sticky;top:0;z-index:1}.selectionControls__803d25a2{display:flex;justify-content:space-between;align-items:center}.uploadZone__0d6c9555{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-0-0)}.uploadZone__0d6c9555:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-0-0)}.uploadZoneDragArea__471ab577{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-0-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__9e3aa935{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-0-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-0-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-0-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__6bd6c8bb{display:none}
|
|
1
|
+
html {--triplex-next-ColorBrand-0-1-1-1: #1F3336;
|
|
2
|
+
--triplex-next-ColorBrand-10-1-1-1: #0B3A3C;
|
|
3
|
+
--triplex-next-ColorBrand-20-1-1-1: #006063;
|
|
4
|
+
--triplex-next-ColorBrand-30-1-1-1: #007777;
|
|
5
|
+
--triplex-next-ColorBrand-40-1-1-1: #008985;
|
|
6
|
+
--triplex-next-ColorBrand-50-1-1-1: #21A19A;
|
|
7
|
+
--triplex-next-ColorBrand-60-1-1-1: #19BDB0;
|
|
8
|
+
--triplex-next-ColorBrand-70-1-1-1: #4BD9CF;
|
|
9
|
+
--triplex-next-ColorBrand-80-1-1-1: #71ECDC;
|
|
10
|
+
--triplex-next-ColorBrand-90-1-1-1: #A8F5E9;
|
|
11
|
+
--triplex-next-ColorBrand-100-1-1-1: #E3FFFA;
|
|
12
|
+
--triplex-next-ColorDarkNeutralAlpha-0-1-1-1: rgba(31, 31, 34, 1);
|
|
13
|
+
--triplex-next-ColorDarkNeutralAlpha-10-1-1-1: rgba(31, 31, 34, .95);
|
|
14
|
+
--triplex-next-ColorDarkNeutralAlpha-20-1-1-1: rgba(31, 31, 34, .85);
|
|
15
|
+
--triplex-next-ColorDarkNeutralAlpha-30-1-1-1: rgba(31, 31, 34, .75);
|
|
16
|
+
--triplex-next-ColorDarkNeutralAlpha-40-1-1-1: rgba(31, 31, 34, .65);
|
|
17
|
+
--triplex-next-ColorDarkNeutralAlpha-50-1-1-1: rgba(31, 31, 34, .55);
|
|
18
|
+
--triplex-next-ColorDarkNeutralAlpha-60-1-1-1: rgba(31, 31, 34, .45);
|
|
19
|
+
--triplex-next-ColorDarkNeutralAlpha-70-1-1-1: rgba(31, 31, 34, .35);
|
|
20
|
+
--triplex-next-ColorDarkNeutralAlpha-80-1-1-1: rgba(31, 31, 34, .25);
|
|
21
|
+
--triplex-next-ColorDarkNeutralAlpha-90-1-1-1: rgba(31, 31, 34, .15);
|
|
22
|
+
--triplex-next-ColorDarkNeutralAlpha-100-1-1-1: rgba(31, 31, 34, .05);
|
|
23
|
+
--triplex-next-ColorDarkNeutral-0-1-1-1: #000000;
|
|
24
|
+
--triplex-next-ColorDarkNeutral-10-1-1-1: #171719;
|
|
25
|
+
--triplex-next-ColorDarkNeutral-20-1-1-1: #1B1B1D;
|
|
26
|
+
--triplex-next-ColorDarkNeutral-30-1-1-1: #1F1F22;
|
|
27
|
+
--triplex-next-ColorDarkNeutral-40-1-1-1: #262629;
|
|
28
|
+
--triplex-next-ColorDarkNeutral-50-1-1-1: #2D2D30;
|
|
29
|
+
--triplex-next-ColorDarkNeutral-60-1-1-1: #343437;
|
|
30
|
+
--triplex-next-ColorDarkNeutral-70-1-1-1: #3B3B3E;
|
|
31
|
+
--triplex-next-ColorDarkNeutral-80-1-1-1: #424245;
|
|
32
|
+
--triplex-next-ColorDarkNeutral-90-1-1-1: #49494C;
|
|
33
|
+
--triplex-next-ColorDarkNeutral-100-1-1-1: #4F4F52;
|
|
34
|
+
--triplex-next-ColorError-0-1-1-1: #443139;
|
|
35
|
+
--triplex-next-ColorError-10-1-1-1: #4E3741;
|
|
36
|
+
--triplex-next-ColorError-20-1-1-1: #A90024;
|
|
37
|
+
--triplex-next-ColorError-30-1-1-1: #BD002C;
|
|
38
|
+
--triplex-next-ColorError-40-1-1-1: #D10032;
|
|
39
|
+
--triplex-next-ColorError-50-1-1-1: #E60037;
|
|
40
|
+
--triplex-next-ColorError-60-1-1-1: #F80C45;
|
|
41
|
+
--triplex-next-ColorError-70-1-1-1: #FF5571;
|
|
42
|
+
--triplex-next-ColorError-80-1-1-1: #FFB1C1;
|
|
43
|
+
--triplex-next-ColorError-90-1-1-1: #FCE0E6;
|
|
44
|
+
--triplex-next-ColorError-100-1-1-1: #FFF0F3;
|
|
45
|
+
--triplex-next-ColorInfo-0-1-1-1: #313749;
|
|
46
|
+
--triplex-next-ColorInfo-10-1-1-1: #2E3A52;
|
|
47
|
+
--triplex-next-ColorInfo-20-1-1-1: #0A43B0;
|
|
48
|
+
--triplex-next-ColorInfo-30-1-1-1: #124FC2;
|
|
49
|
+
--triplex-next-ColorInfo-40-1-1-1: #0E57CC;
|
|
50
|
+
--triplex-next-ColorInfo-50-1-1-1: #1371E4;
|
|
51
|
+
--triplex-next-ColorInfo-60-1-1-1: #1297FE;
|
|
52
|
+
--triplex-next-ColorInfo-70-1-1-1: #66BEFF;
|
|
53
|
+
--triplex-next-ColorInfo-80-1-1-1: #8DD2FF;
|
|
54
|
+
--triplex-next-ColorInfo-90-1-1-1: #B8E6FF;
|
|
55
|
+
--triplex-next-ColorInfo-100-1-1-1: #E3F6FF;
|
|
56
|
+
--triplex-next-ColorNeutralAlpha-0-1-1-1: rgba(255, 255, 255, 1);
|
|
57
|
+
--triplex-next-ColorNeutralAlpha-10-1-1-1: rgba(255, 255, 255, .95);
|
|
58
|
+
--triplex-next-ColorNeutralAlpha-20-1-1-1: rgba(255, 255, 255, .85);
|
|
59
|
+
--triplex-next-ColorNeutralAlpha-30-1-1-1: rgba(255, 255, 255, .75);
|
|
60
|
+
--triplex-next-ColorNeutralAlpha-40-1-1-1: rgba(255, 255, 255, .65);
|
|
61
|
+
--triplex-next-ColorNeutralAlpha-50-1-1-1: rgba(255, 255, 255, .55);
|
|
62
|
+
--triplex-next-ColorNeutralAlpha-60-1-1-1: rgba(255, 255, 255, .45);
|
|
63
|
+
--triplex-next-ColorNeutralAlpha-70-1-1-1: rgba(255, 255, 255, .35);
|
|
64
|
+
--triplex-next-ColorNeutralAlpha-80-1-1-1: rgba(255, 255, 255, .25);
|
|
65
|
+
--triplex-next-ColorNeutralAlpha-90-1-1-1: rgba(255, 255, 255, .15);
|
|
66
|
+
--triplex-next-ColorNeutralAlpha-100-1-1-1: rgba(255, 255, 255, .05);
|
|
67
|
+
--triplex-next-ColorNeutral-0-1-1-1: #CBCFD7;
|
|
68
|
+
--triplex-next-ColorNeutral-10-1-1-1: #D1D4DC;
|
|
69
|
+
--triplex-next-ColorNeutral-20-1-1-1: #D6D9E0;
|
|
70
|
+
--triplex-next-ColorNeutral-30-1-1-1: #DCDFE4;
|
|
71
|
+
--triplex-next-ColorNeutral-40-1-1-1: #DFE2E7;
|
|
72
|
+
--triplex-next-ColorNeutral-50-1-1-1: #E3E6EA;
|
|
73
|
+
--triplex-next-ColorNeutral-60-1-1-1: #E7E9EE;
|
|
74
|
+
--triplex-next-ColorNeutral-70-1-1-1: #EAEDF1;
|
|
75
|
+
--triplex-next-ColorNeutral-80-1-1-1: #EEF0F4;
|
|
76
|
+
--triplex-next-ColorNeutral-90-1-1-1: #F2F4F7;
|
|
77
|
+
--triplex-next-ColorNeutral-100-1-1-1: #FFFFFF;
|
|
78
|
+
--triplex-next-ColorSuccess-0-1-1-1: #28433E;
|
|
79
|
+
--triplex-next-ColorSuccess-10-1-1-1: #2A4C45;
|
|
80
|
+
--triplex-next-ColorSuccess-20-1-1-1: #00624C;
|
|
81
|
+
--triplex-next-ColorSuccess-30-1-1-1: #007353;
|
|
82
|
+
--triplex-next-ColorSuccess-40-1-1-1: #008B5C;
|
|
83
|
+
--triplex-next-ColorSuccess-50-1-1-1: #00C075;
|
|
84
|
+
--triplex-next-ColorSuccess-60-1-1-1: #00D67D;
|
|
85
|
+
--triplex-next-ColorSuccess-70-1-1-1: #3AF299;
|
|
86
|
+
--triplex-next-ColorSuccess-80-1-1-1: #8AFFB8;
|
|
87
|
+
--triplex-next-ColorSuccess-90-1-1-1: #B8FFD4;
|
|
88
|
+
--triplex-next-ColorSuccess-100-1-1-1: #E1FFEB;
|
|
89
|
+
--triplex-next-ColorSystem-0-1-1-1: #373C49;
|
|
90
|
+
--triplex-next-ColorSystem-10-1-1-1: #384156;
|
|
91
|
+
--triplex-next-ColorSystem-20-1-1-1: #47526D;
|
|
92
|
+
--triplex-next-ColorSystem-30-1-1-1: #57637F;
|
|
93
|
+
--triplex-next-ColorSystem-40-1-1-1: #697591;
|
|
94
|
+
--triplex-next-ColorSystem-50-1-1-1: #8291B3;
|
|
95
|
+
--triplex-next-ColorSystem-60-1-1-1: #95A3C1;
|
|
96
|
+
--triplex-next-ColorSystem-70-1-1-1: #A9B6D0;
|
|
97
|
+
--triplex-next-ColorSystem-80-1-1-1: #BFCADF;
|
|
98
|
+
--triplex-next-ColorSystem-90-1-1-1: #D6DEED;
|
|
99
|
+
--triplex-next-ColorSystem-100-1-1-1: #EEF3FC;
|
|
100
|
+
--triplex-next-ColorWarning-0-1-1-1: #463734;
|
|
101
|
+
--triplex-next-ColorWarning-10-1-1-1: #4F3E3B;
|
|
102
|
+
--triplex-next-ColorWarning-20-1-1-1: #E03400;
|
|
103
|
+
--triplex-next-ColorWarning-30-1-1-1: #E63D00;
|
|
104
|
+
--triplex-next-ColorWarning-40-1-1-1: #EF4C01;
|
|
105
|
+
--triplex-next-ColorWarning-50-1-1-1: #FD6508;
|
|
106
|
+
--triplex-next-ColorWarning-60-1-1-1: #FF7A17;
|
|
107
|
+
--triplex-next-ColorWarning-70-1-1-1: #FFB13B;
|
|
108
|
+
--triplex-next-ColorWarning-80-1-1-1: #FFD169;
|
|
109
|
+
--triplex-next-ColorWarning-90-1-1-1: #FFE7B1;
|
|
110
|
+
--triplex-next-ColorWarning-100-1-1-1: #FFF4DB;
|
|
111
|
+
--triplex-next-Button-General_Background_Active-1-1-1: #007777;
|
|
112
|
+
--triplex-next-Button-General_Background_Default-1-1-1: #21A19A;
|
|
113
|
+
--triplex-next-Button-General_Background_Disabled-1-1-1: #F2F4F7;
|
|
114
|
+
--triplex-next-Button-General_Background_Hover-1-1-1: #19BDB0;
|
|
115
|
+
--triplex-next-Button-General_Color_Active-1-1-1: rgba(255, 255, 255, 1);
|
|
116
|
+
--triplex-next-Button-General_Color_Default-1-1-1: rgba(255, 255, 255, 1);
|
|
117
|
+
--triplex-next-Button-General_Color_Disabled-1-1-1: rgba(31, 31, 34, .35);
|
|
118
|
+
--triplex-next-Button-General_Color_Hover-1-1-1: rgba(255, 255, 255, 1);
|
|
119
|
+
--triplex-next-Button-General_Shadow_Focus-1-1-1: 0 0 0 1px #FFD169 inset;
|
|
120
|
+
--triplex-next-Button-Secondary_Background_Active-1-1-1: #DCDFE4;
|
|
121
|
+
--triplex-next-Button-Secondary_Background_Default-1-1-1: #F2F4F7;
|
|
122
|
+
--triplex-next-Button-Secondary_Background_Disabled-1-1-1: #F2F4F7;
|
|
123
|
+
--triplex-next-Button-Secondary_Background_Hover-1-1-1: #EAEDF1;
|
|
124
|
+
--triplex-next-Button-Secondary_Color_Active-1-1-1: #007777;
|
|
125
|
+
--triplex-next-Button-Secondary_Color_Default-1-1-1: #008985;
|
|
126
|
+
--triplex-next-Button-Secondary_Color_Disabled-1-1-1: rgba(31, 31, 34, .35);
|
|
127
|
+
--triplex-next-Button-Secondary_Color_Hover-1-1-1: #21A19A;
|
|
128
|
+
--triplex-next-Button-Secondary_Shadow_Focus-1-1-1: 0 0 0 1px #FFD169 inset;
|
|
129
|
+
--triplex-next-Button-SecondaryLight_Background_Active-1-1-1: #DFE2E7;
|
|
130
|
+
--triplex-next-Button-SecondaryLight_Background_Default-1-1-1: #FFFFFF;
|
|
131
|
+
--triplex-next-Button-SecondaryLight_Background_Disabled-1-1-1: #F2F4F7;
|
|
132
|
+
--triplex-next-Button-SecondaryLight_Background_Hover-1-1-1: #EEF0F4;
|
|
133
|
+
--triplex-next-Button-SecondaryLight_Color_Active-1-1-1: #007777;
|
|
134
|
+
--triplex-next-Button-SecondaryLight_Color_Default-1-1-1: #008985;
|
|
135
|
+
--triplex-next-Button-SecondaryLight_Color_Disabled-1-1-1: rgba(31, 31, 34, .35);
|
|
136
|
+
--triplex-next-Button-SecondaryLight_Color_Hover-1-1-1: #21A19A;
|
|
137
|
+
--triplex-next-Button-SecondaryLight_Shadow_Focus-1-1-1: 0 0 0 1px #FFD169 inset;
|
|
138
|
+
--triplex-next-Button-Danger_Background_Active-1-1-1: #BD002C;
|
|
139
|
+
--triplex-next-Button-Danger_Background_Default-1-1-1: #E60037;
|
|
140
|
+
--triplex-next-Button-Danger_Background_Disabled-1-1-1: #F2F4F7;
|
|
141
|
+
--triplex-next-Button-Danger_Background_Hover-1-1-1: #F80C45;
|
|
142
|
+
--triplex-next-Button-Danger_Color_Active-1-1-1: rgba(255, 255, 255, 1);
|
|
143
|
+
--triplex-next-Button-Danger_Color_Default-1-1-1: rgba(255, 255, 255, 1);
|
|
144
|
+
--triplex-next-Button-Danger_Color_Disabled-1-1-1: rgba(31, 31, 34, .35);
|
|
145
|
+
--triplex-next-Button-Danger_Color_Hover-1-1-1: rgba(255, 255, 255, 1);
|
|
146
|
+
--triplex-next-Button-Danger_Shadow_Focus-1-1-1: 0 0 0 1px #FFD169 inset;
|
|
147
|
+
--triplex-next-Button-Icon_Shadow_Focus-1-1-1: 0 0 0 1px #FFD169;
|
|
148
|
+
--triplex-next-Button-Link_Color_Active-1-1-1: #007777;
|
|
149
|
+
--triplex-next-Button-Link_Color_Default-1-1-1: #008985;
|
|
150
|
+
--triplex-next-Button-Link_Color_Disabled-1-1-1: rgba(31, 31, 34, .35);
|
|
151
|
+
--triplex-next-Button-Link_Color_Hover-1-1-1: #21A19A;
|
|
152
|
+
--triplex-next-Button-Link_Shadow_Focus-1-1-1: 0 0 0 1px #FFD169 inset;
|
|
153
|
+
--triplex-next-Checkbox-Background_Checked_Default-1-1-1: #21A19A;
|
|
154
|
+
--triplex-next-Checkbox-Background_Checked_Hover-1-1-1: #007777;
|
|
155
|
+
--triplex-next-Checkbox-Background_Default-1-1-1: #F2F4F7;
|
|
156
|
+
--triplex-next-Checkbox-Background_Disabled-1-1-1: rgba(31, 31, 34, .15);
|
|
157
|
+
--triplex-next-Checkbox-BorderColor_Focus-1-1-1: 0 0 0 1px #FFD169 inset;
|
|
158
|
+
--triplex-next-Checkbox-Checkmark_Fill_Default-1-1-1: rgba(255, 255, 255, 1);
|
|
159
|
+
--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-1-1: rgba(31, 31, 34, .15);
|
|
160
|
+
--triplex-next-Checkbox-Color_Default-1-1-1: rgba(31, 31, 34, 1);
|
|
161
|
+
--triplex-next-Checkbox-Color_Disabled-1-1-1: rgba(31, 31, 34, .35);
|
|
162
|
+
--triplex-next-FormField-Background_Active-1-1-1: #F2F4F7;
|
|
163
|
+
--triplex-next-FormField-Background_Default-1-1-1: #F2F4F7;
|
|
164
|
+
--triplex-next-FormField-Background_Disabled-1-1-1: #F2F4F7;
|
|
165
|
+
--triplex-next-FormField-Background_Error-1-1-1: #FFF0F3;
|
|
166
|
+
--triplex-next-FormField-Background_Error_Hover-1-1-1: #FCE0E6;
|
|
167
|
+
--triplex-next-FormField-Background_Hover-1-1-1: #EAEDF1;
|
|
168
|
+
--triplex-next-FormField-Background_Warning-1-1-1: #FFF4DB;
|
|
169
|
+
--triplex-next-FormField-Background_Warning_Hover-1-1-1: #FFE7B1;
|
|
170
|
+
--triplex-next-FormField-Input_Color_Default-1-1-1: rgba(31, 31, 34, 1);
|
|
171
|
+
--triplex-next-FormField-Input_Color_Disabled-1-1-1: rgba(31, 31, 34, .45);
|
|
172
|
+
--triplex-next-FormField-Target_Color_Default-1-1-1: rgba(31, 31, 34, 1);
|
|
173
|
+
--triplex-next-FormField-Target_Color_Disabled-1-1-1: rgba(31, 31, 34, .45);
|
|
174
|
+
--triplex-next-FormField-Target_PlaceholderColor_Default-1-1-1: rgba(31, 31, 34, .65);
|
|
175
|
+
--triplex-next-FormField-Label_Color_Default-1-1-1: rgba(31, 31, 34, .65);
|
|
176
|
+
--triplex-next-FormField-Label_Color_Disabled-1-1-1: rgba(31, 31, 34, .45);
|
|
177
|
+
--triplex-next-FormField-Shadow_Active-1-1-1: 0 0 0 1px #21A19A inset;
|
|
178
|
+
--triplex-next-FormField-Shadow_Default-1-1-1: none;
|
|
179
|
+
--triplex-next-FormField-Shadow_Error_Active-1-1-1: 0 0 0 1px #E60037 inset;
|
|
180
|
+
--triplex-next-FormField-Shadow_Warning_Active-1-1-1: 0 0 0 1px #FD6508 inset;
|
|
181
|
+
--triplex-next-FormField-Placeholder_Color-1-1-1: rgba(31, 31, 34, .65);
|
|
182
|
+
--triplex-next-Link-BorderColor_Focus-1-1-1: 0 0 0 1px #FFD169 inset;
|
|
183
|
+
--triplex-next-Link-Text_Color_Active-1-1-1: #007777;
|
|
184
|
+
--triplex-next-Link-Text_Color_Default-1-1-1: #008985;
|
|
185
|
+
--triplex-next-Link-Text_Color_Hover-1-1-1: #21A19A;
|
|
186
|
+
--triplex-next-Loader-Neutral_Background_Default-1-1-1: rgba(255, 255, 255, 1);
|
|
187
|
+
--triplex-next-Loader-Brand_Background_Default-1-1-1: #21A19A;
|
|
188
|
+
--triplex-next-LoaderWidget-Small_Backdrop_Default-1-1-1: rgba(255, 255, 255, .8);
|
|
189
|
+
--triplex-next-LoaderWidget-Middle_Backdrop_Default-1-1-1: #FFFFFF;
|
|
190
|
+
--triplex-next-LoaderWidget-Middle_Background_Default-1-1-1: #EEF0F4;
|
|
191
|
+
--triplex-next-Dropdown-Background-1-1-1: #FFFFFF;
|
|
192
|
+
--triplex-next-Dropdown-Shadow-1-1-1: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
193
|
+
--triplex-next-DropdownList-Background_Active-1-1-1: #F2F4F7;
|
|
194
|
+
--triplex-next-DropdownList-Background_Default-1-1-1: none;
|
|
195
|
+
--triplex-next-DropdownList-Background_Selected-1-1-1: #DCDFE4;
|
|
196
|
+
--triplex-next-DropdownList-Color-1-1-1: rgba(31, 31, 34, 1);
|
|
197
|
+
--triplex-next-DropdownMobile-Backdrop-1-1-1: rgba(31, 31, 34, .65);
|
|
198
|
+
--triplex-next-DropdownMobile-Border_Color-1-1-1: #D6D9E0;
|
|
199
|
+
--triplex-next-DropdownMobile-Content_Background-1-1-1: #FFFFFF;
|
|
200
|
+
--triplex-next-DropdownMobile-Footer_Background-1-1-1: #FFFFFF;
|
|
201
|
+
--triplex-next-DropdownMobile-Header_Background-1-1-1: #F2F4F7;
|
|
202
|
+
--triplex-next-DropdownMobileList-Active_Background-1-1-1: #F2F4F7;
|
|
203
|
+
--triplex-next-DropdownMobileList-Selected_Background-1-1-1: #DCDFE4;
|
|
204
|
+
--triplex-next-Tabs-Background-1-1-1: #F2F4F7;
|
|
205
|
+
--triplex-next-Tabs-Tab_Background_Default-1-1-1: #F2F4F7;
|
|
206
|
+
--triplex-next-Tabs-Tab_Background_Hover-1-1-1: #DFE2E7;
|
|
207
|
+
--triplex-next-Tabs-Tab_Background_Selected-1-1-1: #FFFFFF;
|
|
208
|
+
--triplex-next-Tabs-Tab_BorderColor_Default-1-1-1: #F2F4F7;
|
|
209
|
+
--triplex-next-Tabs-Tab_BorderColor_Focus-1-1-1: 0 0 0 1px #FFD169 inset;
|
|
210
|
+
--triplex-next-Typography-Primary_Color-1-1-1: rgba(31, 31, 34, 1);
|
|
211
|
+
--triplex-next-Typography-Complementary_Color-1-1-1: rgba(31, 31, 34, .85);
|
|
212
|
+
--triplex-next-Typography-Secondary_Color-1-1-1: rgba(31, 31, 34, .65);
|
|
213
|
+
--triplex-next-Typography-Tertiary_Color-1-1-1: rgba(31, 31, 34, .55);
|
|
214
|
+
--triplex-next-Typography-Disabled_Color-1-1-1: rgba(31, 31, 34, .35);
|
|
215
|
+
--triplex-next-Typography-Brand_Color-1-1-1: #008985;
|
|
216
|
+
--triplex-next-Typography-Info_Color-1-1-1: #0E57CC;
|
|
217
|
+
--triplex-next-Typography-Success_Color-1-1-1: #008B5C;
|
|
218
|
+
--triplex-next-Typography-Error_Color-1-1-1: #D10032;
|
|
219
|
+
--triplex-next-Typography-Warning_Color-1-1-1: #EF4C01;
|
|
220
|
+
--triplex-next-Typography-System_Color-1-1-1: #697591;
|
|
221
|
+
--triplex-next-Tooltip-Background-1-1-1: #1B1B1D;
|
|
222
|
+
--triplex-next-Tooltip-Color-1-1-1: rgba(255, 255, 255, 1);
|
|
223
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Active-1-1-1: #008985;
|
|
224
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Default-1-1-1: #19BDB0;
|
|
225
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-1-1: #4BD9CF;
|
|
226
|
+
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-1-1: 0 0 0 1px #FFD169;
|
|
227
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Active-1-1-1: #007777;
|
|
228
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Default-1-1-1: #008985;
|
|
229
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-1-1: #21A19A;
|
|
230
|
+
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-1-1: 0 0 0 1px #FFDD64;
|
|
231
|
+
--triplex-next-AlertContext-Error_Color-1-1-1: #D10032;
|
|
232
|
+
--triplex-next-AlertContext-Info_Color-1-1-1: rgba(31, 31, 34, 1);
|
|
233
|
+
--triplex-next-AlertContext-System_Color-1-1-1: rgba(31, 31, 34, 1);
|
|
234
|
+
--triplex-next-AlertContext-Warning_Color-1-1-1: rgba(31, 31, 34, 1);
|
|
235
|
+
--triplex-next-AlertProcess-Info_Background-1-1-1: #E3F6FF;
|
|
236
|
+
--triplex-next-AlertProcess-Warning_Background-1-1-1: #FFF4DB;
|
|
237
|
+
--triplex-next-AlertProcess-Error_Background-1-1-1: #FFF0F3;
|
|
238
|
+
--triplex-next-AlertProcess-System_Background-1-1-1: #EEF3FC;
|
|
239
|
+
--triplex-next-AlertProcess-Feature_Background-1-1-1: #E3FFFA;
|
|
240
|
+
--triplex-next-Overlay-Background-1-1-1: rgba(255, 255, 255, .8);
|
|
241
|
+
--triplex-next-Overlay-Panel_Background-1-1-1: #FFFFFF;
|
|
242
|
+
--triplex-next-ListItem-Background-1-1-1: #FFFFFF;
|
|
243
|
+
--triplex-next-ListItem-Background_Dragging-1-1-1: #FFFFFF;
|
|
244
|
+
--triplex-next-ListItem-Background_Selected-1-1-1: #F2F4F7;
|
|
245
|
+
--triplex-next-ListItem-Shadow-1-1-1: 0 2px 7px rgba(31, 31, 34, 0.25);
|
|
246
|
+
--triplex-next-ListItemControlsButton-Background-1-1-1: #F2F4F7;
|
|
247
|
+
--triplex-next-ListItemControlsButton-Color-1-1-1: #171719;
|
|
248
|
+
--triplex-next-ListMaster-Background-1-1-1: #FFFFFF;
|
|
249
|
+
--triplex-next-ListMaster-Footer_Background-1-1-1: #DCDFE4;
|
|
250
|
+
--triplex-next-ListMaster-Footer_Color-1-1-1: #EAEDF1;
|
|
251
|
+
--triplex-next-ListMaster-Header_Background-1-1-1: #DCDFE4;
|
|
252
|
+
--triplex-next-ListMaster-Header_Color-1-1-1: #EAEDF1;
|
|
253
|
+
--triplex-next-Page-Background-1-1-1: #EAEDF1;
|
|
254
|
+
--triplex-next-Radio-Background_Checked_Default-1-1-1: #21A19A;
|
|
255
|
+
--triplex-next-Radio-Background_Checked_Disabled-1-1-1: rgba(31, 31, 34, .15);
|
|
256
|
+
--triplex-next-Radio-Background_Checked_Hover-1-1-1: #007777;
|
|
257
|
+
--triplex-next-Radio-Background_Default-1-1-1: #F2F4F7;
|
|
258
|
+
--triplex-next-Radio-Background_Disabled-1-1-1: #F2F4F7;
|
|
259
|
+
--triplex-next-Radio-Background_Hover-1-1-1: #19BDB0;
|
|
260
|
+
--triplex-next-Radio-BorderColor_Focused-1-1-1: 0 0 0 1px #FFD169 inset;
|
|
261
|
+
--triplex-next-Radio-Color_Default-1-1-1: rgba(31, 31, 34, 1);
|
|
262
|
+
--triplex-next-Radio-Color_Disabled-1-1-1: rgba(31, 31, 34, .35);
|
|
263
|
+
--triplex-next-Radio-Dot_Default-1-1-1: rgba(255, 255, 255, 1);
|
|
264
|
+
--triplex-next-Radio-Dot_Disabled-1-1-1: rgba(31, 31, 34, .15);
|
|
265
|
+
--triplex-next-UploadZone-Background_Default-1-1-1: #F2F4F7;
|
|
266
|
+
--triplex-next-UploadZone-Background_Hover-1-1-1: #EAEDF1;
|
|
267
|
+
--triplex-next-UploadZone-BorderColor_Default-1-1-1: rgba(31, 31, 34, .45);
|
|
268
|
+
--triplex-next-UploadZone-DragArea_Background-1-1-1: #F2F4F7;
|
|
269
|
+
--triplex-next-UploadZone-DragArea_BorderColor-1-1-1: #21A19A;
|
|
270
|
+
--triplex-next-Pagination-PageButton_Background_Active-1-1-1: #E3E6EA;
|
|
271
|
+
--triplex-next-Pagination-PageButton_Background_Hover-1-1-1: #F2F4F7;
|
|
272
|
+
--triplex-next-Pagination-PageButton_Background_Selected-1-1-1: #E3E6EA;
|
|
273
|
+
--triplex-next-Pagination-PageButton_BorderColor_Focus-1-1-1: #FFD169;
|
|
274
|
+
--triplex-next-Pagination-PageButton_Color-1-1-1: rgba(31, 31, 34, 1);
|
|
275
|
+
--triplex-next-Card-Static_General_Background-1-1-1: #FFFFFF;
|
|
276
|
+
--triplex-next-Card-Static_Secondary_Background-1-1-1: #F2F4F7;
|
|
277
|
+
--triplex-next-Card-Action_General_Background-1-1-1: #FFFFFF;
|
|
278
|
+
--triplex-next-Card-Action_General_Background_Hover-1-1-1: #FFFFFF;
|
|
279
|
+
--triplex-next-Card-Action_General_Background_Selected-1-1-1: #F2F4F7;
|
|
280
|
+
--triplex-next-Card-Action_General_Background_Selected_Hover-1-1-1: #EAEDF1;
|
|
281
|
+
--triplex-next-Card-Action_Secondary_Background-1-1-1: #F2F4F7;
|
|
282
|
+
--triplex-next-Card-Action_Secondary_Background_Hover-1-1-1: #E7E9EE;
|
|
283
|
+
--triplex-next-Card-Action_Secondary_Background_Selected-1-1-1: #DFE2E7;
|
|
284
|
+
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-1-1: #DFE2E7;
|
|
285
|
+
--triplex-next-Card-BorderColor_Focus-1-1-1: #FFD169;
|
|
286
|
+
--triplex-next-Card-Shadow_Default-1-1-1: 0 0 7px 0 rgba(31, 31, 34, 0.25);
|
|
287
|
+
--triplex-next-Card-Shadow_Hover-1-1-1: 0 0 14px 0 rgba(31, 31, 34, 0.25);
|
|
288
|
+
--triplex-next-Skeleton-BackgroundColor_Light_Start-1-1-1: #F2F4F7;
|
|
289
|
+
--triplex-next-Skeleton-BackgroundColor_Light_End-1-1-1: #DFE2E7;
|
|
290
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-1-1: rgba(31, 31, 34, .05);
|
|
291
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_End-1-1-1: rgba(31, 31, 34, .15);
|
|
292
|
+
--triplex-next-SegmentedControl-General_1_Background-1-1-1: #F2F4F7;
|
|
293
|
+
--triplex-next-SegmentedControl-General_2_Background-1-1-1: #FFFFFF;
|
|
294
|
+
--triplex-next-SegmentedControl-Secondary_1_Background-1-1-1: #F2F4F7;
|
|
295
|
+
--triplex-next-SegmentedControl-Secondary_2_Background-1-1-1: #FFFFFF;
|
|
296
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-1-1: rgba(31, 31, 34, .65);
|
|
297
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-1-1: rgba(31, 31, 34, 1);
|
|
298
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-1-1: rgba(31, 31, 34, .15);
|
|
299
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-1-1: rgba(255, 255, 255, 1);
|
|
300
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-1-1: rgba(255, 255, 255, 1);
|
|
301
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-1-1: rgba(255, 255, 255, .25);
|
|
302
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-1-1: #F2F4F7;
|
|
303
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-1-1: #DFE2E7;
|
|
304
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-1-1: #F2F4F7;
|
|
305
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-1-1: #3B3B3E;
|
|
306
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-1-1: #49494C;
|
|
307
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-1-1: #343437;
|
|
308
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-1-1: rgba(31, 31, 34, .65);
|
|
309
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-1-1: rgba(31, 31, 34, 1);
|
|
310
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-1-1: rgba(31, 31, 34, .15);
|
|
311
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-1-1: rgba(255, 255, 255, 1);
|
|
312
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-1-1: rgba(255, 255, 255, 1);
|
|
313
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-1-1: rgba(255, 255, 255, .25);
|
|
314
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-1-1: #FFFFFF;
|
|
315
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-1-1: #EEF0F4;
|
|
316
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-1-1: #FFFFFF;
|
|
317
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-1-1: #3B3B3E;
|
|
318
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-1-1: #49494C;
|
|
319
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-1-1: #343437;
|
|
320
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-1-1: rgba(31, 31, 34, .65);
|
|
321
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-1-1: rgba(31, 31, 34, 1);
|
|
322
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-1-1: rgba(31, 31, 34, .15);
|
|
323
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-1-1: rgba(31, 31, 34, 1);
|
|
324
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-1-1: rgba(31, 31, 34, 1);
|
|
325
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-1-1: rgba(31, 31, 34, .15);
|
|
326
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-1-1: #F2F4F7;
|
|
327
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-1-1: #DFE2E7;
|
|
328
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-1-1: #F2F4F7;
|
|
329
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-1-1: #FFFFFF;
|
|
330
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-1-1: #DFE2E7;
|
|
331
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-1-1: #FFFFFF;
|
|
332
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-1-1: rgba(31, 31, 34, .65);
|
|
333
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-1-1: rgba(31, 31, 34, 1);
|
|
334
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-1-1: rgba(31, 31, 34, .15);
|
|
335
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-1-1: rgba(31, 31, 34, 1);
|
|
336
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-1-1: rgba(31, 31, 34, 1);
|
|
337
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-1-1: rgba(31, 31, 34, .15);
|
|
338
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-1-1: #FFFFFF;
|
|
339
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-1-1: #EEF0F4;
|
|
340
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-1-1: #FFFFFF;
|
|
341
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-1-1: #E3E6EA;
|
|
342
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-1-1: #D6D9E0;
|
|
343
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-1-1: #F2F4F7;
|
|
344
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Default-1-1-1: transparent;
|
|
345
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-1-1: #FFD169;
|
|
346
|
+
--triplex-next-HeaderPage-Background-1-1-1: #FFFFFF;
|
|
347
|
+
--triplex-next-FooterPage-Background-1-1-1: #FFFFFF;
|
|
348
|
+
--triplex-next-Island-Type1_Background-1-1-1: #FFFFFF;
|
|
349
|
+
--triplex-next-Island-Type2_Background-1-1-1: rgba(255, 255, 255, .35);
|
|
350
|
+
--triplex-next-Island-Type3_Background-1-1-1: #F2F4F7;
|
|
351
|
+
--triplex-next-Island-Type1_Shadow-1-1-1: 0 0 0 1px #FFFFFF inset;
|
|
352
|
+
--triplex-next-Island-Type2_Shadow-1-1-1: 0 0 0 1px #FFFFFF inset;
|
|
353
|
+
--triplex-next-Island-Type3_Shadow-1-1-1: 0 0 0 1px #F2F4F7 inset;}
|
|
354
|
+
.underline__32d95373{text-decoration:underline}.strikethrough__aa1c23dd{text-decoration:line-through}.underlineStrikethrough__6397a224{text-decoration:underline line-through}.typography__7e303a7f.primary__27d6ea21{color:var(--triplex-next-Typography-Primary_Color-1-1-1)}.typography__7e303a7f.complementary__c7ba8dea{color:var(--triplex-Typography-Complementary_Color-1-1-1)}.typography__7e303a7f.secondary__d381e93f{color:var(--triplex-next-Typography-Secondary_Color-1-1-1)}.typography__7e303a7f.tertiary__86c6d39c{color:var(--triplex-next-Typography-Tertiary_Color-1-1-1)}.typography__7e303a7f.disabled__c7320f99{color:var(--triplex-next-Typography-Disabled_Color-1-1-1)}.typography__7e303a7f.brand__a46b57e5{color:var(--triplex-next-Typography-Brand_Color-1-1-1);-webkit-user-select:none;user-select:none}.typography__7e303a7f.info__07048766{color:var(--triplex-next-Typography-Info_Color-1-1-1)}.typography__7e303a7f.success__b6049f18{color:var(--triplex-next-Typography-Success_Color-1-1-1)}.typography__7e303a7f.error__4133e982{color:var(--triplex-next-Typography-Error_Color-1-1-1)}.typography__7e303a7f.warning__315dd327{color:var(--triplex-next-Typography-Warning_Color-1-1-1)}.typography__7e303a7f.system__7728dabd{color:var(--triplex-next-Typography-System_Color-1-1-1)}.typography__7e303a7f.compact__bb5e7a66{line-height:calc(16 / 14)}.title__3d4cac58.regular__5f548a95{font-family:SBSansDisplay}.title__3d4cac58.semibold__e80bd332{font-family:SBSansDisplaySemibold}.title__3d4cac58.medium__34394c1b{font-family:SBSansDisplayMedium}.title__3d4cac58.bold__28051e3b{font-family:SBSansDisplayBold}.h1__953fd979,.h2__01d9ab93,.h3__81899a70{margin:0}.h1__953fd979{font-size:28px;line-height:36px}.h2__01d9ab93{font-size:24px;line-height:32px}.h3__81899a70{font-size:20px;line-height:28px}.text__798c1ae1.regular__5f548a95{font-family:SBSansText}.text__798c1ae1.semibold__e80bd332{font-family:SBSansTextSemibold}.b1__f5093f80{font-size:18px;line-height:24px}.b2__dc938150{font-size:16px;line-height:20px}.b3__796277e9{font-size:14px;line-height:20px}.b3__796277e9.compact__bb5e7a66{line-height:16px}.b4__c6b3807b{font-size:12px;line-height:16px}.caption__2cbf7a3d.regular__5f548a95{font-family:SBSansText}.caption__2cbf7a3d.semibold__e80bd332{font-family:SBSansTextSemibold}.c1__ace24087{font-size:10px;line-height:12px}.c2__246e1847{font-size:8px;line-height:10px}.d1__6aef3d43{font-size:32px;line-height:40px}.d1__6aef3d43.regular__5f548a95{font-family:SBSansDisplay}.d1__6aef3d43.semibold__e80bd332{font-family:SBSansDisplaySemibold}.formFieldInput__0a336adf{padding:0;width:100%;box-sizing:border-box;border:none;background:none;-webkit-appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-1-1-1)}.formFieldInput__0a336adf:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-1-1)}.formFieldInput__0a336adf::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-1-1);opacity:0;transition:opacity .3s ease-out}.formFieldInput__0a336adf:focus{outline:none}.formFieldInput__0a336adf:focus::placeholder{opacity:1}.formFieldInput__0a336adf:-webkit-autofill{animation-name:autofill-applied-hook__55d126c9;animation-duration:1ms}.formFieldInput__0a336adf:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__f64bf84f;animation-duration:1ms}.formFieldInput__0a336adf.size-sm__7fca3bb8{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__0a336adf.size-md__fdf39150{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__0a336adf.size-lg__fed542e3{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__55d126c9{0%{transform:none}}@keyframes autofill-cancelled-hook__f64bf84f{0%{transform:none}}.formField__f184f1b5{position:relative;flex-grow:1;background:var(--triplex-next-FormField-Background_Default-1-1-1);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-1-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__f184f1b5:hover{background:var(--triplex-next-FormField-Background_Hover-1-1-1)}.formField__f184f1b5.disabled__ca621c01{background:var(--triplex-next-FormField-Background_Disabled-1-1-1)}.formField__f184f1b5.active__cd1330d0{background:var(--triplex-next-FormField-Background_Active-1-1-1);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-1-1)}.formField__f184f1b5.active__cd1330d0::placeholder{opacity:1}.formField__f184f1b5.error__f645fb4b{background:var(--triplex-next-FormField-Background_Error-1-1-1)}.formField__f184f1b5.error__f645fb4b:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-1-1)}.formField__f184f1b5.error__f645fb4b.active__cd1330d0{background:var(--triplex-next-FormField-Background_Error-1-1-1);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-1-1)}.formField__f184f1b5.warning__7440000e{background:var(--triplex-next-FormField-Background_Warning-1-1-1)}.formField__f184f1b5.warning__7440000e:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-1-1)}.formField__f184f1b5.warning__7440000e.active__cd1330d0{background:var(--triplex-next-FormField-Background_Warning-1-1-1);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-1-1)}.formField__f184f1b5.size-sm__7fca3bb8{border-radius:6px}.formField__f184f1b5.size-md__fdf39150{border-radius:8px}.formField__f184f1b5.size-lg__fed542e3{border-radius:10px}.formFieldDescription__60eb24ea{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__60eb24ea.withCounter__4d5e77dc{display:flex;justify-content:space-between}.formFieldLabel__c51d74b4{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__c51d74b4.size-sm__7fca3bb8{top:6px}.formFieldLabel__c51d74b4.size-md__fdf39150{top:10px}.formFieldLabel__c51d74b4.size-lg__fed542e3{top:18px}.formFieldLabel__c51d74b4.size-lg__fed542e3.floating__e5ce83ad{top:10px}.formFieldLabelText__9c2879e5{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-1-1);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__7fca3bb8 .formFieldLabelText__9c2879e5{font-size:12px;line-height:16px}.size-md__fdf39150 .formFieldLabelText__9c2879e5{font-size:14px;line-height:20px}.size-lg__fed542e3 .formFieldLabelText__9c2879e5{font-size:16px;line-height:20px}.floating__e5ce83ad .formFieldLabelText__9c2879e5{font-size:12px;line-height:16px}.floating__e5ce83ad.size-sm__7fca3bb8 .formFieldLabelText__9c2879e5,.floating__e5ce83ad.size-md__fdf39150 .formFieldLabelText__9c2879e5{display:none}.disabled__ca621c01 .formFieldLabelText__9c2879e5{color:var(--triplex-next-FormField-Label_Color_Disabled-1-1-1)}.formFieldPostfix__ba8f395d{padding:0 12px 0 4px;position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__0b8a04a7{padding:0 8px 0 12px;position:absolute;left:0;top:0;bottom:0;display:flex;align-items:center;gap:4px}.formFieldCounter__5af135db{padding-left:4px}.formFieldMaskedInputWrapper__ca6ee10c{position:relative}.formFieldMaskedInputWrapper__ca6ee10c .formFieldMaskedInputPlaceholder__205ee3db{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__ca6ee10c .formFieldMaskedInputPlaceholder__205ee3db::placeholder{opacity:1}.formFieldMaskedInputWrapper__ca6ee10c.size-sm__7fca3bb8{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__ca6ee10c.size-sm__7fca3bb8 .formFieldMaskedInputPlaceholder__205ee3db{top:5px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__ca6ee10c.size-md__fdf39150{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__ca6ee10c.size-md__fdf39150 .formFieldMaskedInputPlaceholder__205ee3db{top:9px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__ca6ee10c.size-lg__fed542e3{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__ca6ee10c.size-lg__fed542e3 .formFieldMaskedInputPlaceholder__205ee3db{top:25px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__ca6ee10c .formFieldMaskedInput__ced19259{display:block;position:relative;background:none!important}.label__7d28710a{display:inline-block;position:relative;font-weight:400;color:var(--triplex-next-Radio-Color_Default-1-1-1);cursor:pointer}.label__7d28710a.md__1281fe1b{font-size:14px;line-height:24px;min-height:24px;min-width:24px}.label__7d28710a.lg__a7b75200{font-size:16px;line-height:28px;min-width:28px;min-height:28px}.label__7d28710a.nonempty__adc5081c{padding-left:40px}.label__7d28710a.disabled__05b5e731{color:var(--triplex-next-Radio-Color_Disabled-1-1-1);cursor:default}.radio__73cf15b5{margin:0;opacity:0}.radioIcon__d989b046{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-1-1);border-radius:50%}.radioIcon__d989b046:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-1-1);border-radius:50%;transform:scale(0)}.md__1281fe1b .radioIcon__d989b046:after{width:12px;height:12px;top:6px;left:6px}.lg__a7b75200 .radioIcon__d989b046:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__d989b046,.radioIcon__d989b046:after{pointer-events:none}.radio__73cf15b5,.radioIcon__d989b046{position:absolute;left:0}.md__1281fe1b .radio__73cf15b5,.md__1281fe1b .radioIcon__d989b046{width:24px;height:24px}.lg__a7b75200 .radio__73cf15b5,.lg__a7b75200 .radioIcon__d989b046{width:28px;height:28px}.nonempty__adc5081c .radio__73cf15b5,.nonempty__adc5081c .radioIcon__d989b046{top:2px}.radio__73cf15b5:enabled{cursor:pointer}.radio__73cf15b5:checked+.radioIcon__d989b046{background:var(--triplex-next-Radio-Background_Checked_Default-1-1-1)}.radio__73cf15b5:checked+.radioIcon__d989b046:after{transform:scale(1);transition:transform .2s ease-out}.radio__73cf15b5:hover+.radioIcon__d989b046{background-color:var(--triplex-next-Radio-Background_Hover-1-1-1)}.radio__73cf15b5:disabled+.radioIcon__d989b046{background:var(--triplex-next-Radio-Background_Disabled-1-1-1)}.radio__73cf15b5:disabled:checked+.radioIcon__d989b046{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-1-1)}.radio__73cf15b5:disabled+.radioIcon__d989b046:after{background:var(--triplex-next-Radio-Dot_Disabled-1-1-1)}.radio__73cf15b5:focus-visible+.radioIcon__d989b046{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-1-1)}.radio__73cf15b5:checked:enabled:hover+.radioIcon__d989b046{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-1-1)}.radioXGroup__e5de6ada{display:inline-flex;flex-flow:row wrap}.radioXGroup__e5de6ada.indent-12__6b1b22c7{margin-left:-6px;margin-right:-6px}.radioXGroup__e5de6ada.indent-12__6b1b22c7 .label__7d28710a{margin-left:6px;margin-right:6px}.radioXGroup__e5de6ada.indent-16__304f6117{margin-left:-8px;margin-right:-8px}.radioXGroup__e5de6ada.indent-16__304f6117 .label__7d28710a{margin-left:8px;margin-right:8px}.radioXGroup__e5de6ada.indent-20__1e5353ed{margin-left:-10px;margin-right:-10px}.radioXGroup__e5de6ada.indent-20__1e5353ed .label__7d28710a{margin-left:10px;margin-right:10px}.radioXGroup__e5de6ada.indent-24__afb7e51c{margin-left:-12px;margin-right:-12px}.radioXGroup__e5de6ada.indent-24__afb7e51c .label__7d28710a{margin-left:12px;margin-right:12px}.radioXGroup__e5de6ada.indent-28__25601fd3{margin-left:-14px;margin-right:-14px}.radioXGroup__e5de6ada.indent-28__25601fd3 .label__7d28710a{margin-left:14px;margin-right:14px}.radioXGroup__e5de6ada.indent-32__bdc8238b{margin-left:-16px;margin-right:-16px}.radioXGroup__e5de6ada.indent-32__bdc8238b .label__7d28710a{margin-left:16px;margin-right:16px}.radioYGroup__e433336d{display:inline-flex;flex-flow:column wrap}.radioYGroup__e433336d .label__7d28710a+.label__7d28710a{margin-top:20px}.loaderSmall__bc39ef1d{display:flex;justify-content:center;align-items:center}.loaderSmall__bc39ef1d.sm__5429a9fa{width:16px;height:16px;gap:2px}.loaderSmall__bc39ef1d.sm__5429a9fa .dot__fac40394{width:4px;height:4px}.loaderSmall__bc39ef1d.md__97251b29{width:24px;height:24px;gap:3px}.loaderSmall__bc39ef1d.md__97251b29 .dot__fac40394{width:6px;height:6px}.loaderSmall__bc39ef1d.lg__3e81ffe9{width:32px;height:32px;gap:4px}.loaderSmall__bc39ef1d.lg__3e81ffe9 .dot__fac40394{width:8px;height:8px}.loaderSmall__bc39ef1d.neutral__4dc19195 .dot__fac40394{background-color:var(--triplex-next-Loader-Neutral_Background_Default-1-1-1)}.loaderSmall__bc39ef1d.brand__d603a4c8 .dot__fac40394{background-color:var(--triplex-next-Loader-Brand_Background_Default-1-1-1)}.loaderSmall__bc39ef1d .dot__fac40394{border-radius:50%}.loaderSmall__bc39ef1d .dot1__71087417{animation:dotCycleSmall__1d98e812 .9s infinite}.loaderSmall__bc39ef1d .dot2__a5b901ad{animation:dotCycleSmall__1d98e812 .9s infinite .15s}.loaderSmall__bc39ef1d .dot3__54f8291e{animation:dotCycleSmall__1d98e812 .9s infinite .3s}@keyframes dotCycleSmall__1d98e812{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__b89e7031{position:relative;width:40px;height:40px}.loaderMiddle__b89e7031 .dot__fac40394{position:absolute;background-color:var(--triplex-next-Loader-Brand_Background_Default-1-1-1);width:12px;height:12px;border-radius:6px}.loaderMiddle__b89e7031 .dot1__71087417{top:0;left:0;animation:dotCycleMiddle__3c9fa439 3s infinite}.loaderMiddle__b89e7031 .dot2__a5b901ad{right:0;top:0;opacity:.7;animation:dotCycleMiddle__3c9fa439 3s infinite .74s}.loaderMiddle__b89e7031 .dot3__54f8291e{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__3c9fa439 3s infinite 1.5s}.loaderMiddle__b89e7031 .dot4__b15b14ab{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__3c9fa439 3s infinite 2.25s}.loaderMiddle__b89e7031 .line__7eec6c04{background-color:var(--triplex-next-Loader-Brand_Background_Default-1-1-1);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__6c434148 3s infinite}@keyframes lineCycle__6c434148{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__3c9fa439{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.list__b2ddb4a3{margin:0;padding:0;list-style:none;position:relative}.listItemControls__5d2aeea4{display:flex;padding:0 16px 0 4px}.listItemContent__bc6a5e15{background:var(--triplex-next-ListItem-Background-1-1-1);padding:12px 16px;min-height:56px;box-sizing:border-box}.listItemContent__bc6a5e15.selected__a7373903{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-1-1)}.listItemControlsButton__d3a425aa{font-family:inherit;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background-1-1-1);border:none;width:80px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__d3a425aa+.listItemControlsButton__d3a425aa,.listItemControlsButton__d3a425aa+.listItemControlsButtonDropdown__32c36909{margin-left:4px}.listItemControlsButtonIcon__f6c89dc6{line-height:0}.listItemControlsButton__d3a425aa.withText__3b8c8555 .listItemControlsButtonIcon__f6c89dc6{margin-bottom:8px}.listItemControlsButtonLabel__e2f460c5{color:var(--triplex-next-ListItemControlsButton-Color-1-1-1);overflow-wrap:break-word}div.listItemControlsButtonDropdown__32c36909{display:flex}.listItemControlsButtonInner__ca528ef4{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__d3a425aa.withIcon__bcc005a7.withText__3b8c8555 .listItemControlsButtonInner__ca528ef4{height:44px;overflow:visible}.buttonDropdownMenuItem__316a2f5d{overflow:hidden;text-overflow:ellipsis}.dropdown__c18f5706{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-1-1);background-color:var(--triplex-next-Dropdown-Background-1-1-1)}.dropdown-sm__4bdc5134{border-radius:6px}.dropdown-md__11f9af55{border-radius:8px}.dropdown-lg__c2ced613{border-radius:10px}.dropdownOverflowHidden__1b51027c{overflow:hidden}.dropdownMobileWrapper__600715e0{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__bb7418a1{background:var(--triplex-next-DropdownMobile-Backdrop-1-1-1);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__bb7418a1.closing__050d7d54{opacity:0}.dropdownMobileBackdrop__bb7418a1.opening__69172f89,.dropdownMobileBackdrop__bb7418a1.opened__c6ab1d63{opacity:var(--triplex-DropdownMobile-Opacity-1-1-1)}.dropdownMobile__54284097{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__54284097.closing__050d7d54{transform:translateY(100%)}.dropdownMobile__54284097.opening__69172f89,.dropdownMobile__54284097.opened__c6ab1d63{transform:translateY(0)}.dropdownMobileHeader__7ea600ea{min-height:16px;padding:16px 40px 16px 16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-1-1);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileContent__f9ba4069{background:var(--triplex-next-DropdownMobile-Content_Background-1-1-1);flex-grow:1;overflow:auto}.dropdownMobileFooter__90fb0506{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-1-1);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-1-1);flex-shrink:1}.dropdownMobileListItem__8c886963{padding:16px}.dropdownMobileListItem__8c886963.selected__9cce8f91{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-1-1)}.dropdownMobileListItem__8c886963:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-1-1)}button.dropdownMobileClose__3a4c49be{position:absolute;top:16px;right:16px}.dropdownMobileBodyOverflow__8fca1e52{overflow:hidden}.dropdownList__9c6a5e4c{max-height:196px;padding:4px;overflow:auto}.dropdownListItem__f8396c23{color:var(--triplex-next-DropdownList-Color-1-1-1);background:var(--triplex-next-DropdownList-Background_Default-1-1-1);position:relative;outline:none;white-space:nowrap}.dropdownListItem__f8396c23+.dropdownListItem__f8396c23{margin-top:2px}.dropdownListItem__f8396c23.active__d5e4f5bd{background:var(--triplex-next-DropdownList-Background_Active-1-1-1);cursor:pointer}.dropdownListItem__f8396c23.selected__9cce8f91{background:var(--triplex-next-DropdownList-Background_Selected-1-1-1);cursor:default}.dropdownList-sm__518f233d{font-size:12px;line-height:16px}.dropdownList-sm__518f233d .dropdownListItem__f8396c23{padding:6px 8px;border-radius:6px}.dropdownList-md__aae6f829{font-size:14px;line-height:20px}.dropdownList-md__aae6f829 .dropdownListItem__f8396c23{padding:7px 8px;border-radius:8px}.dropdownList-lg__995089d8{font-size:16px;line-height:20px}.dropdownList-lg__995089d8 .dropdownListItem__f8396c23{padding:14px 8px;border-radius:10px}.buttonDropdownExtended__be47856e{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__be47856e .buttonDropdownExtendedBlock__daefeab0{padding:4px;margin-top:4px;right:0}.buttonIcon__b2500017{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__b2500017:enabled{cursor:pointer}.buttonIcon__b2500017.circle__9c03a9d9{border-radius:50%}.buttonIcon__b2500017.squircle__93fa5698{border-radius:4px}.buttonIcon__b2500017:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-1-1)}.listEmptyState__f7a08906{padding:80px 16px 16px;text-align:center}.listItemLoading__8d7b5e37{height:76px;position:relative}.label__11761f07{display:inline-block;position:relative;font-weight:400;color:var(--triplex-next-Checkbox-Color_Default-1-1-1);cursor:pointer}.label__11761f07.md__5a84bfca{min-width:24px;min-height:24px;font-size:14px;line-height:24px}.label__11761f07.lg__7a50a542{min-width:28px;min-height:28px;font-size:16px;line-height:28px}.label__11761f07.nonempty__9a6fac66{padding-left:40px}.label__11761f07.disabled__08622ad1{color:var(--triplex-next-Checkbox-Color_Disabled-1-1-1);cursor:default}.label__11761f07[hidden]{display:none}.checkbox__99b38ed4{margin:0;opacity:0}.checkboxIcon__167e37df{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-1-1);border-radius:4px}.checkmarkIcon__274d62c3{transform:scale(0)}.checkmarkIcon__274d62c3 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-1-1)}.checkboxIcon__167e37df,.checkmarkIcon__274d62c3{pointer-events:none}.checkbox__99b38ed4,.checkboxIcon__167e37df,.checkmarkIcon__274d62c3{position:absolute;left:0}.md__5a84bfca .checkbox__99b38ed4,.md__5a84bfca .checkboxIcon__167e37df,.md__5a84bfca .checkmarkIcon__274d62c3{width:24px;height:24px}.lg__7a50a542 .checkbox__99b38ed4,.lg__7a50a542 .checkboxIcon__167e37df,.lg__7a50a542 .checkmarkIcon__274d62c3{width:28px;height:28px}.checkbox__99b38ed4:enabled{cursor:pointer}.checkbox__99b38ed4:checked+.checkboxIcon__167e37df{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-1-1)}.checkbox__99b38ed4:checked~.checkmarkIcon__274d62c3{transform:scale(1);transition:transform .2s ease-out}.checkbox__99b38ed4:disabled+.checkboxIcon__167e37df{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-1-1)}.checkbox__99b38ed4:disabled~.checkmarkIcon__274d62c3 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-1-1)}.checkbox__99b38ed4:focus-visible+.checkboxIcon__167e37df{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-1-1)}.checkbox__99b38ed4:checked:enabled:hover+.checkboxIcon__167e37df{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-1-1)}.listItemSelectable__bca7e1e8{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-1-1);border-radius:8px}.listItemSelectable__bca7e1e8.selected__a7373903{background:var(--triplex-next-ListItem-Background_Selected-1-1-1)}.checkboxWrapper__14e022da{padding:16px 20px 16px 16px;line-height:0}.childrenWrapper__75d81dd2{flex-grow:1}.checkboxLabel__48845d0f{padding:0!important;transform:scale(1.375) translateY(-2px);position:relative}.checkboxLabelClickArea__e374b69d{position:absolute;top:-2.5px;left:-3.6px;bottom:-5px;right:-3.6px}.swipeableArea__5271d7c8{position:relative;overflow:hidden}.swipeableArea__5271d7c8 .content__29221fd7{position:relative;touch-action:pan-y}.swipeableArea__5271d7c8 .content__29221fd7.disableScroll__586ce792{touch-action:none}.swipeableArea__5271d7c8 .content__29221fd7.disablePointerEvents__a89cf7f3:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__5271d7c8 .swipeAnimationFinish__17bd64ca{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__5271d7c8 .leftContent__aaddf244,.swipeableArea__5271d7c8 .rightContent__58b05b77{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__5271d7c8 .rightContent__58b05b77{left:auto;right:0}.listItemTail__4fcd1d41{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__22f9c915{background:var(--triplex-next-ListMaster-Background-1-1-1);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__ba5d89c9{position:absolute;top:0;left:0;right:0}.listItemTailTop__ba5d89c9: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-1-1)}.listItemTailTop__ba5d89c9: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-1-1)}.listItemTailBottom__084aff6d{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__084aff6d: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-1-1)}.listItemTailBottom__084aff6d:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListItem-Tail_Background-1-1-1)}.listItemTailRight__c3fa6b8d{right:-8px}.listItemTailLeft__da198784{left:-8px}.listItemTable__c4302c6b{margin-bottom:4px}.listItemTable__c4302c6b:last-child{margin-bottom:0}.listSortableItemTarget__6d9f6f44{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-1-1);touch-action:manipulation;cursor:grab}.listSortableItemTarget__6d9f6f44:hover{background:var(--triplex-next-ListItem-Background_Selected-1-1-1)}.listSortableItemTarget__6d9f6f44.dragging__0bcce740{background:var(--triplex-next-ListItem-Background_Dragging-1-1-1);box-shadow:var(--triplex-next-ListItem-Shadow-1-1-1);cursor:grabbing;z-index:1}.listSortableItemTargetContent__b82d3e9f{flex:1}.listSortableItemTargetIcon__1875536e{display:block;margin-left:24px}.listSortableItem__5c8a32f8{position:relative}.listSortableItem__5c8a32f8.dragging__0bcce740{z-index:1}.listSortableItemControls__8204f55c{display:inline-block}.formFieldClear__9b77c9e7{cursor:pointer;height:16px;opacity:0;transition:opacity .3s}.formFieldClear__9b77c9e7.shown__7f437f57{opacity:1}.formFieldTarget__626119bb{padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-1-1)}.formFieldTarget__626119bb.placeholder__645948c6{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-1-1)}.formFieldTarget__626119bb.disabled__ca621c01{color:var(--triplex-next-FormField-Target_Color_Disabled-1-1-1)}.formFieldTarget__626119bb.size-sm__7fca3bb8{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldTarget__626119bb.size-md__fdf39150{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__626119bb.size-lg__fed542e3{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTextarea__5f79b298{width:100%;box-sizing:border-box;font-size:16px;line-height:20px;height:96px;padding-top:26px;padding-bottom:10px;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-1-1);resize:vertical}.formFieldTextarea__5f79b298:focus{outline:none}.formFieldTextarea__5f79b298:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-1-1)}.formFieldTextarea__5f79b298::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-1-1)}.checkboxXGroup__6a2c8ff5{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__6a2c8ff5.indent-12__8dca78a0{margin-left:-6px;margin-right:-6px}.checkboxXGroup__6a2c8ff5.indent-12__8dca78a0 .label__11761f07{margin-left:6px;margin-right:6px}.checkboxXGroup__6a2c8ff5.indent-16__62756b2f{margin-left:-8px;margin-right:-8px}.checkboxXGroup__6a2c8ff5.indent-16__62756b2f .label__11761f07{margin-left:8px;margin-right:8px}.checkboxXGroup__6a2c8ff5.indent-20__e7d61bcc{margin-left:-10px;margin-right:-10px}.checkboxXGroup__6a2c8ff5.indent-20__e7d61bcc .label__11761f07{margin-left:10px;margin-right:10px}.checkboxXGroup__6a2c8ff5.indent-24__f9cfb962{margin-left:-12px;margin-right:-12px}.checkboxXGroup__6a2c8ff5.indent-24__f9cfb962 .label__11761f07{margin-left:12px;margin-right:12px}.checkboxXGroup__6a2c8ff5.indent-28__55425c87{margin-left:-14px;margin-right:-14px}.checkboxXGroup__6a2c8ff5.indent-28__55425c87 .label__11761f07{margin-left:14px;margin-right:14px}.checkboxXGroup__6a2c8ff5.indent-32__b7fc7f1c{margin-left:-16px;margin-right:-16px}.checkboxXGroup__6a2c8ff5.indent-32__b7fc7f1c .label__11761f07{margin-left:16px;margin-right:16px}.checkboxYGroup__458c3759{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__458c3759 .label__11761f07+.label__11761f07{margin-top:20px}.card__daae2f0b{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden}.card__daae2f0b.roundingMD__c6640f92{border-radius:16px}.card__daae2f0b.roundingSM__a3bb893f{border-radius:8px}.card__daae2f0b.general__07636847{background:var(--triplex-next-Card-Static_General_Background-1-1-1)}.card__daae2f0b.secondary__20644df7{background:var(--triplex-next-Card-Static_Secondary_Background-1-1-1)}.card__daae2f0b .cardMedia__456654d4{background-size:cover;background-repeat:no-repeat;background-position:center}.card__daae2f0b .cardContent__37f92347.paddingMD__df394cf8{padding:23px}.card__daae2f0b .cardContent__37f92347.paddingMD__df394cf8:not(:first-child){padding-top:24px}.card__daae2f0b .cardContent__37f92347.paddingMD__df394cf8:not(:last-child){padding-bottom:24px}.card__daae2f0b .cardContent__37f92347.paddingSM__e601bd6f{padding:15px}.card__daae2f0b .cardContent__37f92347.paddingSM__e601bd6f:not(:first-child){padding-top:16px}.card__daae2f0b .cardContent__37f92347.paddingSM__e601bd6f:not(:last-child){padding-bottom:16px}.card__daae2f0b .cardContent__37f92347 .cardContentHeader__44d7343b{margin-bottom:16px}.card__daae2f0b .cardContent__37f92347 .cardContentFooter__02667ad2{margin-top:16px}.action__d8333f76{cursor:pointer;box-shadow:var(--triplex-next-Card-Shadow_Default-1-1-1);transition:background .12s ease,box-shadow .12s ease}.action__d8333f76.general__07636847{background:var(--triplex-next-Card-Action_General_Background-1-1-1)}.action__d8333f76.general__07636847:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-1-1);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-1-1)}.action__d8333f76.general__07636847.selected__aa182a27{background:var(--triplex-next-Card-Action_General_Background_Selected-1-1-1)}.action__d8333f76.general__07636847.selected__aa182a27:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-1-1)}.action__d8333f76.secondary__20644df7{background:var(--triplex-next-Card-Action_Secondary_Background-1-1-1)}.action__d8333f76.secondary__20644df7:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-1-1);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-1-1)}.action__d8333f76.secondary__20644df7.selected__aa182a27{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-1-1)}.action__d8333f76.secondary__20644df7.selected__aa182a27:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-1-1)}.action__d8333f76:focus{outline:none}.action__d8333f76:focus.focusVisible__68939a22{border:1px solid var(--triplex-next-Card-BorderColor_Focus-1-1-1)}.alertContext__c6b14ba5{display:flex;font-size:12px;line-height:16px}.alertContext__c6b14ba5>svg{flex-shrink:0}.alertContext__c6b14ba5 .alertContextText__ffe826e1{margin-left:8px}.alertContext__c6b14ba5.alertTypeError__68fefbb8 .alertContextText__ffe826e1{color:var(--triplex-next-AlertContext-Error_Color-1-1-1)}.alertContext__c6b14ba5.alertTypeInfo__10294097 .alertContextText__ffe826e1{color:var(--triplex-next-AlertContext-Info_Color-1-1-1)}.alertContext__c6b14ba5.alertTypeWarning__82d4628a .alertContextText__ffe826e1{color:var(--triplex-next-AlertContext-Warning_Color-1-1-1)}.alertContext__c6b14ba5.alertTypeSystem__99bcd9dc .alertContextText__ffe826e1{color:var(--triplex-next-AlertContext-System_Color-1-1-1)}.alertProcess__e3df344a{display:flex;padding:16px;border-radius:8px;position:relative}.alertProcess__e3df344a.withSpoiler__44a97e28{min-height:40px}.alertProcess__e3df344a .themeIcon__ae1cc75c{padding-top:2px;box-sizing:border-box;height:20px;width:20px}.alertProcess__e3df344a.alertTypeError__68fefbb8{background:var(--triplex-next-AlertProcess-Error_Background-1-1-1)}.alertProcess__e3df344a.alertTypeInfo__10294097{background:var(--triplex-next-AlertProcess-Info_Background-1-1-1)}.alertProcess__e3df344a.alertTypeWarning__82d4628a{background:var(--triplex-next-AlertProcess-Warning_Background-1-1-1)}.alertProcess__e3df344a.alertTypeSystem__99bcd9dc{background:var(--triplex-next-AlertProcess-System_Background-1-1-1)}.alertProcess__e3df344a.alertTypeFeature__20d04c61{background:var(--triplex-next-AlertProcess-Feature_Background-1-1-1)}.alertProcess__e3df344a.alertTypeFeature__20d04c61 .themeIcon__ae1cc75c{padding-top:0}.alertProcess__e3df344a .alertProcessContentBlock__bd5f1b83{flex:1;margin-left:8px}.alertProcess__e3df344a .alertProcessContentBlock__bd5f1b83:not(:has(+.closeButton__abc14e0e)){padding-right:26px}.alertProcess__e3df344a .alertProcessContentBlock__bd5f1b83 .expandableContent__384ce06b{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__e3df344a .alertProcessContentBlock__bd5f1b83 .expandableContent__384ce06b.expanded__a694b027{max-height:1000px;opacity:1}.alertProcess__e3df344a .closeButton__abc14e0e{margin-left:10px}.alertProcess__e3df344a .expandButton__b518649c{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__e3df344a .expandButton__b518649c.expanded__a694b027{transform:rotate(180deg)}.button__e183baaa.general__f6fa65f1{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-1-1);color:var(--triplex-next-Button-General_Color_Default-1-1-1)}.button__e183baaa.general__f6fa65f1:hover{background:var(--triplex-next-Button-General_Background_Hover-1-1-1);color:var(--triplex-next-Button-General_Color_Hover-1-1-1)}.button__e183baaa.general__f6fa65f1.expanded__5bfd58e9,.button__e183baaa.general__f6fa65f1:active{background:var(--triplex-next-Button-General_Background_Active-1-1-1);color:var(--triplex-next-Button-General_Color_Active-1-1-1)}.button__e183baaa.general__f6fa65f1:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-1-1)}.button__e183baaa.general__f6fa65f1:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-1-1);color:var(--triplex-next-Button-General_Color_Disabled-1-1-1)}.button__e183baaa.secondary__78f546e3{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-1-1);color:var(--triplex-next-Button-Secondary_Color_Default-1-1-1)}.button__e183baaa.secondary__78f546e3:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-1-1);color:var(--triplex-next-Button-Secondary_Color_Hover-1-1-1)}.button__e183baaa.secondary__78f546e3.expanded__5bfd58e9,.button__e183baaa.secondary__78f546e3:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-1-1);color:var(--triplex-next-Button-Secondary_Color_Active-1-1-1)}.button__e183baaa.secondary__78f546e3:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-1-1)}.button__e183baaa.secondary__78f546e3:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-1-1);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-1-1)}.button__e183baaa.secondaryLight__bc7474d0{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-1-1);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-1-1)}.button__e183baaa.secondaryLight__bc7474d0:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-1-1);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-1-1)}.button__e183baaa.secondaryLight__bc7474d0.expanded__5bfd58e9,.button__e183baaa.secondaryLight__bc7474d0:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-1-1);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-1-1)}.button__e183baaa.secondaryLight__bc7474d0:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-1-1)}.button__e183baaa.secondaryLight__bc7474d0:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-1-1);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-1-1)}.button__e183baaa.danger__0f36bca7{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-1-1);color:var(--triplex-next-Button-Danger_Color_Default-1-1-1)}.button__e183baaa.danger__0f36bca7:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-1-1);color:var(--triplex-next-Button-Danger_Color_Hover-1-1-1)}.button__e183baaa.danger__0f36bca7.expanded__5bfd58e9,.button__e183baaa.danger__0f36bca7:active{background:var(--triplex-next-Button-Danger_Background_Active-1-1-1);color:var(--triplex-next-Button-Danger_Color_Active-1-1-1)}.button__e183baaa.danger__0f36bca7:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-1-1)}.button__e183baaa.danger__0f36bca7:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-1-1);color:var(--triplex-next-Button-Danger_Color_Disabled-1-1-1)}.button__e183baaa.link__26318cd4{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-1-1);border-radius:0}.button__e183baaa.link__26318cd4.md__a40742ce{height:40px;min-width:0;padding:0 2px}.button__e183baaa.link__26318cd4.sm__8d96d661{height:28px;min-width:0;padding:0 2px}.button__e183baaa.link__26318cd4.lg__10a6065a{height:56px;min-width:0;padding:0 2px}.button__e183baaa.link__26318cd4:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-1-1)}.button__e183baaa.link__26318cd4:active{color:var(--triplex-next-Button-Link_Color_Active-1-1-1)}.button__e183baaa.link__26318cd4:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-1-1)}.button__e183baaa.link__26318cd4:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-1-1)}.button__e183baaa{position:relative;margin:0;vertical-align:top;outline:none;font-family:inherit;background-clip:padding-box;cursor:pointer;border:none;font-weight:600;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.button__e183baaa::-moz-focus-inner{border:none;padding:0}.button__e183baaa.sm__8d96d661{border-radius:6px;line-height:16px;font-size:12px}.button__e183baaa.sm__8d96d661:not(.icon__3af77085){height:28px;min-width:58px;padding:0 16px}.button__e183baaa.sm__8d96d661.icon__3af77085{min-height:28px;min-width:28px;padding:4px}.button__e183baaa.md__a40742ce{border-radius:8px;line-height:20px;font-size:14px}.button__e183baaa.md__a40742ce:not(.icon__3af77085){height:40px;min-width:72px;padding:0 20px}.button__e183baaa.md__a40742ce.icon__3af77085{min-height:40px;min-width:40px;padding:10px}.button__e183baaa.lg__10a6065a{border-radius:10px;line-height:20px;font-size:16px}.button__e183baaa.lg__10a6065a:not(.icon__3af77085){height:56px;min-width:84px;padding:0 24px}.button__e183baaa.lg__10a6065a.icon__3af77085{min-height:56px;min-width:56px;padding:12px}.button__e183baaa:disabled{cursor:default}.button__e183baaa:disabled *{pointer-events:none}.button__e183baaa+.button__e183baaa:not(.block__112deaa7){margin-left:16px}.button__e183baaa .content__484fff48{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__e183baaa.block__112deaa7{display:block;width:100%}.button__e183baaa.loading__80bffa80{pointer-events:none}.button__e183baaa.loading__80bffa80 .content__484fff48{visibility:hidden}.button__e183baaa .loader__2bbe5d60{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__e183baaa .loader__2bbe5d60.hidden__8ef1dd26{visibility:hidden}.buttonDropdown__387a7658.block__112deaa7{display:block}.buttonDropdown__387a7658+.button__e183baaa:not(.block__112deaa7),.buttonDropdown__387a7658+.buttonDropdown__387a7658:not(.block__112deaa7){margin-left:16px}.buttonDropdown__387a7658 .buttonDropdownTarget__ea5f127b .caretIcon__d3e21d5a{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__387a7658 .buttonDropdownTarget__ea5f127b.active__a1aa8d91 .caretIcon__d3e21d5a{transform:rotate(-180deg)}.buttonDropdown__387a7658 .buttonDropdownMenuItem__630ff682{overflow:hidden;text-overflow:ellipsis}.col-1__eab5ed23{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__b2e4dee3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__fbce851d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__f21135a9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__f2a0206e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__e99baf0d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__abce8b0d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__c54dc5db{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__1f801aad{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__7adbf21a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__5c5ff4ae{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__89da1d57{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__9e8bfbce{margin-left:0%}.offset-1__9e32ae6a{margin-left:8.33333333%}.offset-2__5ab4dfbe{margin-left:16.66666667%}.offset-3__1b736fd7{margin-left:25%}.offset-4__6eaf93ce{margin-left:33.33333333%}.offset-5__7b186e2f{margin-left:41.66666667%}.offset-6__fd86ab77{margin-left:50%}.offset-7__9ca66a7d{margin-left:58.33333333%}.offset-8__02236fea{margin-left:66.66666667%}.offset-9__d44f0d95{margin-left:75%}.offset-10__f2dba3a9{margin-left:83.33333333%}.offset-11__f3664696{margin-left:91.66666667%}.d-none__d0bf0c51{display:none!important}.d-block__9502b996{display:block!important}@media (min-width: 576px){.col-sm-1__506ed017{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__b14df174{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__a1d7ecbf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__a0a82e88{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__20ab00f4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__9c05dd22{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__aed685c3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__3938ba9b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__f36772f4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__816d8018{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__bc8fc1ce{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__bcf32810{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__89250fb3{margin-left:0%}.offset-sm-1__b85eaa11{margin-left:8.33333333%}.offset-sm-2__cde7c8c3{margin-left:16.66666667%}.offset-sm-3__c2d3c40b{margin-left:25%}.offset-sm-4__375da2ce{margin-left:33.33333333%}.offset-sm-5__742ec4c4{margin-left:41.66666667%}.offset-sm-6__5f8a917c{margin-left:50%}.offset-sm-7__46ea87c8{margin-left:58.33333333%}.offset-sm-8__8b0140da{margin-left:66.66666667%}.offset-sm-9__6705c9b9{margin-left:75%}.offset-sm-10__d3919468{margin-left:83.33333333%}.offset-sm-11__922268bc{margin-left:91.66666667%}.d-none-sm__248d6e1d{display:none!important}.d-block-sm__f002af31{display:block!important}}@media (min-width: 768px){.col-md-1__f8a3af46{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__8baed4c6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__82c84463{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__772935e2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__788f9c9c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__aa5c530d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__741282c2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__c52bbbdf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__c0ddd445{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__a1d71212{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__0c1f3143{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__993e689c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__a9585f91{margin-left:0%}.offset-md-1__b14f122d{margin-left:8.33333333%}.offset-md-2__cc78cd94{margin-left:16.66666667%}.offset-md-3__f5fcf1ae{margin-left:25%}.offset-md-4__4050c134{margin-left:33.33333333%}.offset-md-5__9d9dcde9{margin-left:41.66666667%}.offset-md-6__42eaa9d5{margin-left:50%}.offset-md-7__bf5deb06{margin-left:58.33333333%}.offset-md-8__b55f1016{margin-left:66.66666667%}.offset-md-9__db10f626{margin-left:75%}.offset-md-10__636782a3{margin-left:83.33333333%}.offset-md-11__f245e848{margin-left:91.66666667%}.d-none-md__35a9ca9a{display:none!important}.d-block-md__9b2125e6{display:block!important}}@media (min-width: 992px){.col-lg-1__bc5fcea4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__04ec3743{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__75d9041d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__5ae0fc25{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__6768b6d1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__c0e759d6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__8b872eb0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__0a727edf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__b887ec2c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__431e9b41{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__784cbdc1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__b0a08e15{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__5ce2aaaa{margin-left:0%}.offset-lg-1__ff992545{margin-left:8.33333333%}.offset-lg-2__8dcc9fd4{margin-left:16.66666667%}.offset-lg-3__57a8c52e{margin-left:25%}.offset-lg-4__ce50bd2a{margin-left:33.33333333%}.offset-lg-5__2b7ddfc7{margin-left:41.66666667%}.offset-lg-6__cc700f48{margin-left:50%}.offset-lg-7__bcdfb19f{margin-left:58.33333333%}.offset-lg-8__554a77e1{margin-left:66.66666667%}.offset-lg-9__04f9f0b9{margin-left:75%}.offset-lg-10__14271a0b{margin-left:83.33333333%}.offset-lg-11__368f9fb1{margin-left:91.66666667%}.d-none-lg__ebe4be14{display:none!important}.d-block-lg__076b09d6{display:block!important}}@media (min-width: 1200px){.col-xl-1__c19e513c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__56427611{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__fd0ccd3a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__06c72f0e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__50fdff5c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__69374f3f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__b72459b9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__98eaf5ad{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__bc0ebc91{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__0285898e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__2bf53858{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__7fffc8a1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__ec6cad85{margin-left:0%}.offset-xl-1__367ada6e{margin-left:8.33333333%}.offset-xl-2__d13576b7{margin-left:16.66666667%}.offset-xl-3__be461d5f{margin-left:25%}.offset-xl-4__20c03fee{margin-left:33.33333333%}.offset-xl-5__98eff170{margin-left:41.66666667%}.offset-xl-6__cc6b48c2{margin-left:50%}.offset-xl-7__5dfad3ab{margin-left:58.33333333%}.offset-xl-8__39cc89d0{margin-left:66.66666667%}.offset-xl-9__89098585{margin-left:75%}.offset-xl-10__2da29eb2{margin-left:83.33333333%}.offset-xl-11__f4c91cf2{margin-left:91.66666667%}.d-none-xl__2ff30fae{display:none!important}.d-block-xl__20c21e6a{display:block!important}}.link__c8803354{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-1-1)}.link__c8803354:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-1-1)}.link__c8803354:active{color:var(--triplex-next-Link-Text_Color_Active-1-1-1)}.link__c8803354:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-1-1)}.wordWithContent__89d8855c{white-space:nowrap;display:inline-flex;align-items:center}.before__9da7c18b :first-child{margin-right:4px}.after__34db8420 :last-child{margin-left:4px}.loaderWidget__c008143b{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;left:0;top:0;right:0;bottom:0;z-index:10100}.loaderWidget__c008143b.loaderSmallBackdrop__07549531{background:var(--triplex-next-LoaderWidget-Small_Backdrop_Default-1-1-1)}.loaderWidget__c008143b.loaderMiddleBackdrop__428ab344{background:var(--triplex-next-LoaderWidget-Middle_Backdrop_Default-1-1-1)}.loaderWidget__c008143b.loaderMiddleBackdrop__428ab344 .loaderMiddleBackground__0737453d{width:64px;height:64px;border-radius:16px;background:var(--triplex-next-LoaderWidget-Middle_Background_Default-1-1-1)}.loaderWidget__c008143b.loaderMiddleBackdrop__428ab344 .loaderMiddleBackground__0737453d div{margin:12px}.row__4e8abf51{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__4e8abf51.noPaddingBottom__bfbb4a0e,.row__4e8abf51:last-child{padding-bottom:0}.tabsExtended__94512493{position:relative}.tabsExtendedContent__572da312{display:inline-flex;padding:4px}.tabsExtendedTab__c1afd907+.tabsExtendedTab__c1afd907,.tabsExtendedDropdown__b2872151{margin-left:2px}.tabsReal__4745fe94,.tabsFake__fdfe36c7{display:flex;box-sizing:border-box;width:100%}.tabsReal__4745fe94.hidden__02df470a{visibility:hidden}.tabsReal__4745fe94 .tabsExtendedTab__c1afd907.hidden__02df470a{display:none}.tabsFake__fdfe36c7{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.tabsExtendedTabButton__cf5fb41e{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-1-1);outline:none;background:var(--triplex-next-Tabs-Tab_Background_Default-1-1-1);cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__cf5fb41e.lg__71ad155d{border-radius:6px;padding:14px 16px;line-height:20px;font-size:16px}.tabsExtendedTabButton__cf5fb41e.md__942ffac3{border-radius:4px;padding:6px 16px;line-height:20px;font-size:14px}.tabsExtendedTabButton__cf5fb41e.sm__41f69d82{border-radius:4px;padding:2px 16px;line-height:16px;font-size:12px}.tabsExtendedTabButton__cf5fb41e::-moz-focus-inner{border:none}.tabsExtendedTabButton__cf5fb41e+.tabsExtendedTabButton__cf5fb41e{margin-left:2px}.tabsExtendedTabButton__cf5fb41e:hover{background:var(--triplex-next-Tabs-Tab_Background_Hover-1-1-1)}.tabsExtendedTabButton__cf5fb41e:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-1-1)}.tabsExtendedTabButton__cf5fb41e.selected__92cc9ea4{background:var(--triplex-next-Tabs-Tab_Background_Selected-1-1-1);cursor:default}.footer__52ada31d.sticky__dbc24e77{z-index:101;position:sticky;bottom:0}.footerDescription__4794a5cb{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__811de0a0{flex-grow:1;margin-right:auto}.footerDescriptionControls__f55741fb{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__4794a5cb{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__811de0a0{width:100%}.footerDescriptionControls__f55741fb{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__f55741fb>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__811de0a0+.footerDescriptionControls__f55741fb{margin-top:0}.footer__52ada31d{padding:16px 0}}.body__79f29b7d{position:relative;padding-bottom:24px;display:flex}.body__79f29b7d .bodyInner__d4a9b66a{position:relative;flex-grow:1;width:100%}@media (max-width: 767px){.body__79f29b7d{padding:16px 0;overflow-x:auto}}.headerTabs__b4080ab0{display:flex;justify-content:space-between}.headerTabs__b4080ab0 .headerTabsContent__634fde12{flex-grow:1}.headerTabs__b4080ab0 .headerTabsControls__4c42d850{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__b4080ab0{flex-wrap:wrap}.headerTabs__b4080ab0 .headerTabsContent__634fde12{width:100%}.headerTabs__b4080ab0 .headerTabsControls__4c42d850{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__b4080ab0 .headerTabsControls__4c42d850>button{margin-left:16px;margin-top:16px}}.headerTitle__ed604e35{display:flex;justify-content:space-between}.headerTitle__ed604e35 .headerTitleControls__60f5f99a{white-space:nowrap;padding-left:24px}.headerLink__ad76aa6d+.headerTitle__ed604e35{padding-top:0}@media (max-width: 767px){.headerTitle__ed604e35{flex-wrap:wrap}.headerTitle__ed604e35 .headerTitleContent__2ff0527d{width:100%}.headerTitle__ed604e35 .headerTitleControls__60f5f99a{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__ed604e35 .headerTitleControls__60f5f99a>button{margin-left:16px;margin-top:16px}}.headerSubheader__a90e6eb1{padding:24px 0}.headerSubheader__a90e6eb1.withoutPaddings__7140d3b9{padding:0}.headerLayoutSidebar__d5f6309a{display:flex;justify-content:space-between}.headerLayoutSidebarContent__dc0bbf94{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__67f26a45{display:none}}.header__293f2a64.sticky__c3dad5c5{z-index:101;position:sticky;top:0}.page__6840fab8{height:100%;display:flex;flex-direction:column;max-width:100%;padding:24px;box-sizing:border-box;background-color:var(--triplex-next-Page-Background-1-1-1)}.page__6840fab8 .headerPageBackground__2bd10709{background:var(--triplex-next-HeaderPage-Background-1-1-1);padding:24px;border-radius:24px}.page__6840fab8 .footerPageBackground__4c198e06{background:var(--triplex-next-FooterPage-Background-1-1-1);padding:24px;border-radius:24px}.page__6840fab8 .headerPageSticky__11c8928e{z-index:101;position:sticky;top:0}.page__6840fab8 .footerPageSticky__8880df10{z-index:101;position:sticky;bottom:0}.page__6840fab8 .headerPageStuck__b1989892{border-top-left-radius:0;border-top-right-radius:0}.page__6840fab8 .footerPageStuck__ba077376{border-bottom-left-radius:0;border-bottom-right-radius:0}.observerTarget__7c9c180f{height:1px;visibility:hidden;pointer-events:none}.headerPage__c6fbb760{padding-bottom:24px}.bodyPage__6d540173{flex-grow:1}.paginationExtended__2f938382{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__5b686b84 .directionIconNext__45d70aea{transform:rotate(180deg)}.pageEllipsis__9138b51b{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-1-1-1);cursor:default}.paginationPageButton__5bdcc541{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-1-1-1);background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;line-height:20px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__5bdcc541:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-1-1);outline:none}.paginationPageButton__5bdcc541:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-1-1)}.paginationPageButton__5bdcc541:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-1-1);cursor:grabbing}.paginationPageButton__5bdcc541.currentPage__6ea3eabf{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-1-1);cursor:default}.paginationNavigationExtended__c2db3ef3{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__8cf380c1{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__8cf380c1 .paginationSelectControl__8d8b1b76{margin-left:8px}.skeleton__cd4900b6{border-radius:16px;flex-grow:1}.skeleton__cd4900b6.light__47f61eb5{animation:skeleton-light-pulse__8b5dee6d 2s ease-in-out infinite}.skeleton__cd4900b6.dark__1eab2c8f{animation:skeleton-dark-pulse__c89debb3 2s ease-in-out infinite}@keyframes skeleton-light-pulse__8b5dee6d{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-1-1)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-1-1)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-1-1)}}@keyframes skeleton-dark-pulse__c89debb3{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-1-1)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-1-1)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-1-1)}}.segmentedControlSegment__fcd51051{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-1-1);outline:none;cursor:pointer}.segmentedControlSegment__fcd51051:disabled{cursor:default}.sm__7102e945 .segmentedControlSegment__fcd51051{min-height:20px;padding:2px;font-size:12px;line-height:16px;border-radius:4px}.md__5e3475c9 .segmentedControlSegment__fcd51051{min-height:32px;padding:6px;font-size:14px;line-height:20px;border-radius:6px}.lg__460bba89 .segmentedControlSegment__fcd51051{min-height:40px;padding:8px;font-size:16px;line-height:20px;border-radius:8px}.general1__780803e7 .segmentedControlSegment__fcd51051{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-1-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-1-1)}.general1__780803e7 .segmentedControlSegment__fcd51051:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-1-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-1-1)}.general1__780803e7 .segmentedControlSegment__fcd51051:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-1-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-1-1)}.general1__780803e7 .segmentedControlSegment__fcd51051.selected__2866e81f{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-1-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-1-1)}.general1__780803e7 .segmentedControlSegment__fcd51051.selected__2866e81f:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-1-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-1-1)}.general1__780803e7 .segmentedControlSegment__fcd51051.selected__2866e81f:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-1-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-1-1)}.general2__95c58724 .segmentedControlSegment__fcd51051{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-1-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-1-1)}.general2__95c58724 .segmentedControlSegment__fcd51051:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-1-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-1-1)}.general2__95c58724 .segmentedControlSegment__fcd51051:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-1-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-1-1)}.general2__95c58724 .segmentedControlSegment__fcd51051.selected__2866e81f{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-1-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-1-1)}.general2__95c58724 .segmentedControlSegment__fcd51051.selected__2866e81f:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-1-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-1-1)}.general2__95c58724 .segmentedControlSegment__fcd51051.selected__2866e81f:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-1-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-1-1)}.secondary1__4d00a09b .segmentedControlSegment__fcd51051{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-1-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-1-1)}.secondary1__4d00a09b .segmentedControlSegment__fcd51051:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-1-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-1-1)}.secondary1__4d00a09b .segmentedControlSegment__fcd51051:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-1-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-1-1)}.secondary1__4d00a09b .segmentedControlSegment__fcd51051.selected__2866e81f{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-1-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-1-1)}.secondary1__4d00a09b .segmentedControlSegment__fcd51051.selected__2866e81f:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-1-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-1-1)}.secondary2__9e04350c .segmentedControlSegment__fcd51051{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-1-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-1-1)}.secondary2__9e04350c .segmentedControlSegment__fcd51051:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-1-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-1-1)}.secondary2__9e04350c .segmentedControlSegment__fcd51051:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-1-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-1-1)}.secondary2__9e04350c .segmentedControlSegment__fcd51051.selected__2866e81f{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-1-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-1-1)}.secondary2__9e04350c .segmentedControlSegment__fcd51051.selected__2866e81f:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-1-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-1-1)}.segmentedControlSegment__fcd51051:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-1-1)}.content__198fa72c{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__5e183e89{display:flex;gap:4px}.segmentedControl__5e183e89.general1__780803e7{background:var(--triplex-next-SegmentedControl-General_1_Background-1-1-1)}.segmentedControl__5e183e89.secondary1__4d00a09b{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-1-1)}.segmentedControl__5e183e89.general2__95c58724{background:var(--triplex-next-SegmentedControl-General_2_Background-1-1-1)}.segmentedControl__5e183e89.secondary2__9e04350c{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-1-1)}.segmentedControl__5e183e89.sm__7102e945{padding:4px}.segmentedControl__5e183e89.md__5e3475c9{padding:6px}.segmentedControl__5e183e89.lg__460bba89{padding:8px}.selectExtendedFieldTarget__a2b8cfd2{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__a2b8cfd2 .caretIcon__afac0660{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__a2b8cfd2.selectOpened__359b8c14 .caretIcon__afac0660{transform:rotate(180deg)}.selectExtendedFieldTarget__a2b8cfd2.loading__04280e28,.selectExtendedFieldTarget__a2b8cfd2.disabled__17a439ef{-webkit-user-select:none;user-select:none;pointer-events:none}.SelectExtendedField__76902a04,.islandBody__3d25ea83,.islandHeader__0d3b9afa,.islandFooter__4bd1bb46{position:relative}.island__025957ca.type1__a4c4b464{background-color:var(--triplex-next-Island-Type1_Background-1-1-1);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-1-1)}.island__025957ca.type2__3c080eef{background-color:var(--triplex-next-Island-Type2_Background-1-1-1);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-1-1)}.island__025957ca.type3__14db6b2e{background-color:var(--triplex-next-Island-Type3_Background-1-1-1);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-1-1)}.island__025957ca.borderRadiusMD__c7556d55{border-radius:16px}.island__025957ca.borderRadiusSM__d0f1ec29{border-radius:8px}.island__025957ca.paddingLG__283f66d4{padding:24px}.island__025957ca.paddingMD__32b33386{padding:16px}.island__025957ca.paddingSM__f72671e2{padding:0}.island__025957ca .islandHeader__0d3b9afa+.islandBody__3d25ea83,.island__025957ca .islandHeader__0d3b9afa+.islandFooter__4bd1bb46,.island__025957ca .islandBody__3d25ea83+.islandFooter__4bd1bb46{margin-top:16px}.tooltipDesktop__0e1ecae6{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__0e1ecae6 .tooltipBody__16109107{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-1-1)}.tooltipDesktop__0e1ecae6 .tooltipXButton__c3ca3d9a{position:absolute;right:8px;top:8px}.tooltipDesktopContent__98b66d5a{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-1-1);border-radius:8px}.closable__97efa65b .tooltipDesktopContent__98b66d5a{padding-right:32px}.tooltipSM__f310b7ad .tooltipDesktopContent__98b66d5a{width:192px;min-height:52px}.tooltipLG__8aa81ada .tooltipDesktopContent__98b66d5a{width:384px;min-height:52px}.tooltipOverlay__4eba4c15{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__ec73b243{width:0;height:0}.tooltipDesktopTip__ec73b243.down__b8a48b1b{border-top:solid var(--triplex-next-Tooltip-Background-1-1-1);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__ec73b243.up__0866ebe4{border-bottom:solid var(--triplex-next-Tooltip-Background-1-1-1);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__ec73b243.left__aa8e0714{border-right:solid var(--triplex-next-Tooltip-Background-1-1-1);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__ec73b243.right__86c6dccb{border-left:solid var(--triplex-next-Tooltip-Background-1-1-1);border-top:solid transparent;border-bottom:solid transparent}.overlay__e33030a1{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__e33030a1.fixed__7641f697{position:fixed}.overlay__e33030a1.closing__9530ece2,.overlay__e33030a1.opened__e03c488b{visibility:visible;left:0;right:0}.overlayPanel__a79bd27e{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-1-1);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__a79bd27e.bottom__53bb94bb{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__a79bd27e.left__57265d97{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__a79bd27e.right__57ccb8bc{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__a79bd27e.top__920c84eb{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__a79bd27e.left__57265d97.opened__e03c488b,.overlayPanel__a79bd27e.right__57ccb8bc.opened__e03c488b{transform:translate(0)}.overlayPanel__a79bd27e.top__920c84eb.opened__e03c488b,.overlayPanel__a79bd27e.bottom__53bb94bb.opened__e03c488b{transform:translateY(0)}.overlayContent__7d4a77eb{display:flex;min-height:100%}.overlayMask__9d91f5c8{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-1-1);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__9d91f5c8.overlayOpened__978f5cc4{opacity:1}.listMasterFooter__fb7836d7{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-1-1);color:var(--triplex-next-ListMaster-Footer_Color-1-1-1);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__fb7836d7.sticky__10bd904d{position:sticky;bottom:0}.listMasterFooterDescription__81d66876{padding-right:16px}.listMasterFooterControls__c2451cd8{white-space:nowrap}.tooltipMobile__45dff47e .tooltipBody__16109107{text-align:left}.tooltipMobile__45dff47e .tooltipXButton__c3ca3d9a{position:absolute;right:16px;top:16px}.tooltipMobileContent__ba5bc8be{padding:16px}.headerless__0e7b8aa5 .tooltipMobileContent__ba5bc8be{padding-right:40px}.tooltipLink__b815b0ae{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:block;margin-top:16px}.desktop__3ab8e4c2{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-1-1)}.desktop__3ab8e4c2:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-1-1)}.desktop__3ab8e4c2:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-1-1)}.desktop__3ab8e4c2:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-1-1)}.mobile__fcb0c054{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-1-1)}.mobile__fcb0c054:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-1-1)}.mobile__fcb0c054:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-1-1)}.mobile__fcb0c054:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-1-1)}.listMasterChipGroup__facb9ac3{padding:0 16px}.listMasterHeader__f696d997{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-1-1);color:var(--triplex-next-ListMaster-Header_Color-1-1-1)}.listMasterHeader__f696d997.sticky__10bd904d{position:sticky;top:0;z-index:1}.selectionControls__9a7ab763{display:flex;justify-content:space-between;align-items:center}.uploadZone__6e89d310{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-1-1)}.uploadZone__6e89d310:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-1-1)}.uploadZoneDragArea__bd59f57f{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-1-1);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__5f058172{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-1-1);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-1-1);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-1-1);border-radius:8px;box-sizing:border-box}.uploadZoneInput__d84752b0{display:none}
|