@sberbusiness/triplex-next 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -7
- package/chunks/AlertProcessSpoiler-COu9EiLo.js +39 -0
- package/chunks/Card.module-C1gfsiyU.js +17 -0
- package/chunks/{DropdownListItem-BudewkEZ.js → DropdownListItem-iil7gCyc.js} +11 -11
- package/chunks/DropdownMobile.module-DlpnKNwL.js +19 -0
- package/chunks/Footer.module-CqUuM-TN.js +11 -0
- package/chunks/{FormFieldInput-1ReoZNC3.js → FormFieldInput-Ki1-hI2O.js} +17 -17
- package/chunks/HeaderLayoutSidebar.module-BnYpSWmI.js +9 -0
- package/chunks/HeaderTabs.module-IVowc7y2.js +9 -0
- package/chunks/HeaderTitle.module-Cja2peF4.js +9 -0
- package/chunks/{ListItemControlsButton-WWYrLpko.js → ListItemControlsButton-C5HBHV5H.js} +10 -10
- package/chunks/ListItemTail.module-DGc45Gzs.js +12 -0
- package/chunks/ListMasterFooter.module-CEzWKTX8.js +10 -0
- package/chunks/Overlay.module-Q2gyaG66.js +18 -0
- package/chunks/Page.module-DxiWg_8o.js +16 -0
- package/chunks/TabsExtended.module-BF_E00U4.js +13 -0
- package/chunks/{TabsExtendedUtils-CYOimNvc.js → TabsExtendedUtils-CfV3lgH0.js} +4 -4
- package/chunks/TooltipDesktop.module-C9Nuoxhf.js +19 -0
- package/chunks/{index-C2ZfZlU9.js → index-Cn4S9Yzd.js} +203 -203
- package/chunks/utils-DF32MMDm.js +36 -0
- package/components/Alert/AlertContext/AlertContext.js +15 -15
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Body/Body.js +5 -5
- package/components/Button/Button.js +1 -1
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +2 -2
- package/components/Button/ButtonDropdownExtended.js +1 -1
- package/components/Button/ButtonIcon.js +8 -8
- package/components/Button/index.js +1 -1
- package/components/Card/CardAction.js +14 -14
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/Checkbox/Checkbox.js +2 -2
- package/components/Checkbox/CheckboxXGroup.js +11 -11
- package/components/Checkbox/CheckboxYGroup.js +1 -1
- package/components/Col/Col.js +139 -139
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Dropdown/Dropdown.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +2 -2
- package/components/Dropdown/desktop/DropdownList.js +4 -4
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/index.js +2 -2
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Footer/Footer.js +2 -2
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +21 -21
- package/components/FormField/components/FormFieldClear.js +5 -5
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +11 -11
- package/components/FormField/components/FormFieldMaskedInput.js +4 -4
- package/components/FormField/components/FormFieldPostfix.js +9 -9
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTextarea.js +9 -9
- package/components/FormField/index.js +2 -2
- package/components/Header/Header.js +6 -6
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/Link/Link.js +27 -27
- package/components/List/List.js +11 -11
- 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 +5 -5
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +1 -1
- package/components/List/components/ListItemSelectable.js +1 -1
- package/components/List/components/ListItemTable.js +2 -2
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +2 -2
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +8 -8
- package/components/List/index.js +2 -2
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +4 -4
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +10 -10
- package/components/ListMaster/components/SelectionControls.js +5 -5
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +3 -3
- package/components/Loader/LoaderSmall/LoaderSmall.js +21 -21
- package/components/LoaderWidget/LoaderWidget.js +4 -4
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +1 -1
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +2 -2
- package/components/Pagination/components/PaginationNavigationButton.js +7 -7
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +13 -13
- package/components/Radio/Radio.js +10 -10
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +4 -4
- package/components/Row/Row.js +6 -6
- package/components/SegmentedControl/SegmentedControl.js +1 -1
- package/components/SegmentedControl/SegmentedControlSegment.js +1 -1
- package/components/SegmentedControl/index.js +1 -1
- package/components/Skeleton/Skeleton.js +10 -10
- package/components/SwipeableArea/SwipeableArea.js +14 -14
- package/components/TabsExtended/TabsExtended.js +1 -1
- package/components/TabsExtended/TabsExtendedUtils.js +1 -1
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TextField/MaskedField.js +4 -4
- package/components/TextField/TextField.js +4 -4
- package/components/TextField/TextFieldBase.js +4 -4
- package/components/TextField/index.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +6 -6
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +1 -1
- package/components/Typography/Caption.js +11 -11
- package/components/Typography/Text.js +17 -17
- package/components/Typography/Title.js +18 -18
- package/components/Typography/utils.js +1 -1
- package/components/UploadZone/components/UploadZoneInput.js +10 -10
- package/components/index.js +4 -4
- package/index.js +4 -4
- package/package.json +2 -1
- package/styles/triplex-next.css +333 -333
- package/chunks/AlertProcessSpoiler-Dz0-n3MA.js +0 -39
- package/chunks/Card.module-BxsMuqon.js +0 -17
- package/chunks/DropdownMobile.module-BXFged0c.js +0 -19
- package/chunks/Footer.module-0iyiOxBL.js +0 -11
- package/chunks/HeaderLayoutSidebar.module-DVm818hk.js +0 -9
- package/chunks/HeaderTabs.module-xudZnAdS.js +0 -9
- package/chunks/HeaderTitle.module-DqhWU7Ux.js +0 -9
- package/chunks/ListItemTail.module-BADtUeOo.js +0 -12
- package/chunks/ListMasterFooter.module-DDLIeeCg.js +0 -10
- package/chunks/Overlay.module-CwzMmHkG.js +0 -18
- package/chunks/Page.module-Q0_47616.js +0 -16
- package/chunks/TabsExtended.module-CkM04yug.js +0 -13
- package/chunks/TooltipDesktop.module-DsywR2ZF.js +0 -19
- package/chunks/utils-DvhseWbL.js +0 -36
package/styles/triplex-next.css
CHANGED
|
@@ -1,333 +1,333 @@
|
|
|
1
|
-
html {--triplex-next-ColorBrand-0-0-1-
|
|
2
|
-
--triplex-next-ColorBrand-10-0-1-
|
|
3
|
-
--triplex-next-ColorBrand-20-0-1-
|
|
4
|
-
--triplex-next-ColorBrand-30-0-1-
|
|
5
|
-
--triplex-next-ColorBrand-40-0-1-
|
|
6
|
-
--triplex-next-ColorBrand-50-0-1-
|
|
7
|
-
--triplex-next-ColorBrand-60-0-1-
|
|
8
|
-
--triplex-next-ColorBrand-70-0-1-
|
|
9
|
-
--triplex-next-ColorBrand-80-0-1-
|
|
10
|
-
--triplex-next-ColorBrand-90-0-1-
|
|
11
|
-
--triplex-next-ColorBrand-100-0-1-
|
|
12
|
-
--triplex-next-ColorDarkNeutralAlpha-0-0-1-
|
|
13
|
-
--triplex-next-ColorDarkNeutralAlpha-10-0-1-
|
|
14
|
-
--triplex-next-ColorDarkNeutralAlpha-20-0-1-
|
|
15
|
-
--triplex-next-ColorDarkNeutralAlpha-30-0-1-
|
|
16
|
-
--triplex-next-ColorDarkNeutralAlpha-40-0-1-
|
|
17
|
-
--triplex-next-ColorDarkNeutralAlpha-50-0-1-
|
|
18
|
-
--triplex-next-ColorDarkNeutralAlpha-60-0-1-
|
|
19
|
-
--triplex-next-ColorDarkNeutralAlpha-70-0-1-
|
|
20
|
-
--triplex-next-ColorDarkNeutralAlpha-80-0-1-
|
|
21
|
-
--triplex-next-ColorDarkNeutralAlpha-90-0-1-
|
|
22
|
-
--triplex-next-ColorDarkNeutralAlpha-100-0-1-
|
|
23
|
-
--triplex-next-ColorDarkNeutral-0-0-1-
|
|
24
|
-
--triplex-next-ColorDarkNeutral-10-0-1-
|
|
25
|
-
--triplex-next-ColorDarkNeutral-20-0-1-
|
|
26
|
-
--triplex-next-ColorDarkNeutral-30-0-1-
|
|
27
|
-
--triplex-next-ColorDarkNeutral-40-0-1-
|
|
28
|
-
--triplex-next-ColorDarkNeutral-50-0-1-
|
|
29
|
-
--triplex-next-ColorDarkNeutral-60-0-1-
|
|
30
|
-
--triplex-next-ColorDarkNeutral-70-0-1-
|
|
31
|
-
--triplex-next-ColorDarkNeutral-80-0-1-
|
|
32
|
-
--triplex-next-ColorDarkNeutral-90-0-1-
|
|
33
|
-
--triplex-next-ColorDarkNeutral-100-0-1-
|
|
34
|
-
--triplex-next-ColorError-0-0-1-
|
|
35
|
-
--triplex-next-ColorError-10-0-1-
|
|
36
|
-
--triplex-next-ColorError-20-0-1-
|
|
37
|
-
--triplex-next-ColorError-30-0-1-
|
|
38
|
-
--triplex-next-ColorError-40-0-1-
|
|
39
|
-
--triplex-next-ColorError-50-0-1-
|
|
40
|
-
--triplex-next-ColorError-60-0-1-
|
|
41
|
-
--triplex-next-ColorError-70-0-1-
|
|
42
|
-
--triplex-next-ColorError-80-0-1-
|
|
43
|
-
--triplex-next-ColorError-90-0-1-
|
|
44
|
-
--triplex-next-ColorError-100-0-1-
|
|
45
|
-
--triplex-next-ColorInfo-0-0-1-
|
|
46
|
-
--triplex-next-ColorInfo-10-0-1-
|
|
47
|
-
--triplex-next-ColorInfo-20-0-1-
|
|
48
|
-
--triplex-next-ColorInfo-30-0-1-
|
|
49
|
-
--triplex-next-ColorInfo-40-0-1-
|
|
50
|
-
--triplex-next-ColorInfo-50-0-1-
|
|
51
|
-
--triplex-next-ColorInfo-60-0-1-
|
|
52
|
-
--triplex-next-ColorInfo-70-0-1-
|
|
53
|
-
--triplex-next-ColorInfo-80-0-1-
|
|
54
|
-
--triplex-next-ColorInfo-90-0-1-
|
|
55
|
-
--triplex-next-ColorInfo-100-0-1-
|
|
56
|
-
--triplex-next-ColorNeutralAlpha-0-0-1-
|
|
57
|
-
--triplex-next-ColorNeutralAlpha-10-0-1-
|
|
58
|
-
--triplex-next-ColorNeutralAlpha-20-0-1-
|
|
59
|
-
--triplex-next-ColorNeutralAlpha-30-0-1-
|
|
60
|
-
--triplex-next-ColorNeutralAlpha-40-0-1-
|
|
61
|
-
--triplex-next-ColorNeutralAlpha-50-0-1-
|
|
62
|
-
--triplex-next-ColorNeutralAlpha-60-0-1-
|
|
63
|
-
--triplex-next-ColorNeutralAlpha-70-0-1-
|
|
64
|
-
--triplex-next-ColorNeutralAlpha-80-0-1-
|
|
65
|
-
--triplex-next-ColorNeutralAlpha-90-0-1-
|
|
66
|
-
--triplex-next-ColorNeutralAlpha-100-0-1-
|
|
67
|
-
--triplex-next-ColorNeutral-0-0-1-
|
|
68
|
-
--triplex-next-ColorNeutral-10-0-1-
|
|
69
|
-
--triplex-next-ColorNeutral-20-0-1-
|
|
70
|
-
--triplex-next-ColorNeutral-30-0-1-
|
|
71
|
-
--triplex-next-ColorNeutral-40-0-1-
|
|
72
|
-
--triplex-next-ColorNeutral-50-0-1-
|
|
73
|
-
--triplex-next-ColorNeutral-60-0-1-
|
|
74
|
-
--triplex-next-ColorNeutral-70-0-1-
|
|
75
|
-
--triplex-next-ColorNeutral-80-0-1-
|
|
76
|
-
--triplex-next-ColorNeutral-90-0-1-
|
|
77
|
-
--triplex-next-ColorNeutral-100-0-1-
|
|
78
|
-
--triplex-next-ColorSuccess-0-0-1-
|
|
79
|
-
--triplex-next-ColorSuccess-10-0-1-
|
|
80
|
-
--triplex-next-ColorSuccess-20-0-1-
|
|
81
|
-
--triplex-next-ColorSuccess-30-0-1-
|
|
82
|
-
--triplex-next-ColorSuccess-40-0-1-
|
|
83
|
-
--triplex-next-ColorSuccess-50-0-1-
|
|
84
|
-
--triplex-next-ColorSuccess-60-0-1-
|
|
85
|
-
--triplex-next-ColorSuccess-70-0-1-
|
|
86
|
-
--triplex-next-ColorSuccess-80-0-1-
|
|
87
|
-
--triplex-next-ColorSuccess-90-0-1-
|
|
88
|
-
--triplex-next-ColorSuccess-100-0-1-
|
|
89
|
-
--triplex-next-ColorSystem-0-0-1-
|
|
90
|
-
--triplex-next-ColorSystem-10-0-1-
|
|
91
|
-
--triplex-next-ColorSystem-20-0-1-
|
|
92
|
-
--triplex-next-ColorSystem-30-0-1-
|
|
93
|
-
--triplex-next-ColorSystem-40-0-1-
|
|
94
|
-
--triplex-next-ColorSystem-50-0-1-
|
|
95
|
-
--triplex-next-ColorSystem-60-0-1-
|
|
96
|
-
--triplex-next-ColorSystem-70-0-1-
|
|
97
|
-
--triplex-next-ColorSystem-80-0-1-
|
|
98
|
-
--triplex-next-ColorSystem-90-0-1-
|
|
99
|
-
--triplex-next-ColorSystem-100-0-1-
|
|
100
|
-
--triplex-next-ColorWarning-0-0-1-
|
|
101
|
-
--triplex-next-ColorWarning-10-0-1-
|
|
102
|
-
--triplex-next-ColorWarning-20-0-1-
|
|
103
|
-
--triplex-next-ColorWarning-30-0-1-
|
|
104
|
-
--triplex-next-ColorWarning-40-0-1-
|
|
105
|
-
--triplex-next-ColorWarning-50-0-1-
|
|
106
|
-
--triplex-next-ColorWarning-60-0-1-
|
|
107
|
-
--triplex-next-ColorWarning-70-0-1-
|
|
108
|
-
--triplex-next-ColorWarning-80-0-1-
|
|
109
|
-
--triplex-next-ColorWarning-90-0-1-
|
|
110
|
-
--triplex-next-ColorWarning-100-0-1-
|
|
111
|
-
--triplex-next-Button-General_Background_Active-0-1-
|
|
112
|
-
--triplex-next-Button-General_Background_Default-0-1-
|
|
113
|
-
--triplex-next-Button-General_Background_Disabled-0-1-
|
|
114
|
-
--triplex-next-Button-General_Background_Hover-0-1-
|
|
115
|
-
--triplex-next-Button-General_Color_Active-0-1-
|
|
116
|
-
--triplex-next-Button-General_Color_Default-0-1-
|
|
117
|
-
--triplex-next-Button-General_Color_Disabled-0-1-
|
|
118
|
-
--triplex-next-Button-General_Color_Hover-0-1-
|
|
119
|
-
--triplex-next-Button-General_Shadow_Focus-0-1-
|
|
120
|
-
--triplex-next-Button-Secondary_Background_Active-0-1-
|
|
121
|
-
--triplex-next-Button-Secondary_Background_Default-0-1-
|
|
122
|
-
--triplex-next-Button-Secondary_Background_Disabled-0-1-
|
|
123
|
-
--triplex-next-Button-Secondary_Background_Hover-0-1-
|
|
124
|
-
--triplex-next-Button-Secondary_Color_Active-0-1-
|
|
125
|
-
--triplex-next-Button-Secondary_Color_Default-0-1-
|
|
126
|
-
--triplex-next-Button-Secondary_Color_Disabled-0-1-
|
|
127
|
-
--triplex-next-Button-Secondary_Color_Hover-0-1-
|
|
128
|
-
--triplex-next-Button-Secondary_Shadow_Focus-0-1-
|
|
129
|
-
--triplex-next-Button-Danger_Background_Active-0-1-
|
|
130
|
-
--triplex-next-Button-Danger_Background_Default-0-1-
|
|
131
|
-
--triplex-next-Button-Danger_Background_Disabled-0-1-
|
|
132
|
-
--triplex-next-Button-Danger_Background_Hover-0-1-
|
|
133
|
-
--triplex-next-Button-Danger_Color_Active-0-1-
|
|
134
|
-
--triplex-next-Button-Danger_Color_Default-0-1-
|
|
135
|
-
--triplex-next-Button-Danger_Color_Disabled-0-1-
|
|
136
|
-
--triplex-next-Button-Danger_Color_Hover-0-1-
|
|
137
|
-
--triplex-next-Button-Danger_Shadow_Focus-0-1-
|
|
138
|
-
--triplex-next-Button-Icon_Shadow_Focus-0-1-
|
|
139
|
-
--triplex-next-Button-Link_Color_Active-0-1-
|
|
140
|
-
--triplex-next-Button-Link_Color_Default-0-1-
|
|
141
|
-
--triplex-next-Button-Link_Color_Disabled-0-1-
|
|
142
|
-
--triplex-next-Button-Link_Color_Hover-0-1-
|
|
143
|
-
--triplex-next-Button-Link_Shadow_Focus-0-1-
|
|
144
|
-
--triplex-next-Checkbox-Background_Checked_Default-0-1-
|
|
145
|
-
--triplex-next-Checkbox-Background_Checked_Hover-0-1-
|
|
146
|
-
--triplex-next-Checkbox-Background_Default-0-1-
|
|
147
|
-
--triplex-next-Checkbox-Background_Disabled-0-1-
|
|
148
|
-
--triplex-next-Checkbox-BorderColor_Focus-0-1-
|
|
149
|
-
--triplex-next-Checkbox-Checkmark_Fill_Default-0-1-
|
|
150
|
-
--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-1-
|
|
151
|
-
--triplex-next-Checkbox-Color_Default-0-1-
|
|
152
|
-
--triplex-next-Checkbox-Color_Disabled-0-1-
|
|
153
|
-
--triplex-next-FormField-Background_Active-0-1-
|
|
154
|
-
--triplex-next-FormField-Background_Default-0-1-
|
|
155
|
-
--triplex-next-FormField-Background_Disabled-0-1-
|
|
156
|
-
--triplex-next-FormField-Background_Error-0-1-
|
|
157
|
-
--triplex-next-FormField-Background_Error_Hover-0-1-
|
|
158
|
-
--triplex-next-FormField-Background_Hover-0-1-
|
|
159
|
-
--triplex-next-FormField-Input_Color_Default-0-1-
|
|
160
|
-
--triplex-next-FormField-Input_Color_Disabled-0-1-
|
|
161
|
-
--triplex-next-FormField-Label_Color_Default-0-1-
|
|
162
|
-
--triplex-next-FormField-Label_Color_Disabled-0-1-
|
|
163
|
-
--triplex-next-FormField-Shadow_Active-0-1-
|
|
164
|
-
--triplex-next-FormField-Shadow_Default-0-1-
|
|
165
|
-
--triplex-next-FormField-Shadow_Error_Active-0-1-
|
|
166
|
-
--triplex-next-FormField-Placeholder_Color-0-1-
|
|
167
|
-
--triplex-next-Link-BorderColor_Focus-0-1-
|
|
168
|
-
--triplex-next-Link-Text_Color_Active-0-1-
|
|
169
|
-
--triplex-next-Link-Text_Color_Default-0-1-
|
|
170
|
-
--triplex-next-Link-Text_Color_Hover-0-1-
|
|
171
|
-
--triplex-next-Loader-Neutral_Background_Default-0-1-
|
|
172
|
-
--triplex-next-Loader-Brand_Background_Default-0-1-
|
|
173
|
-
--triplex-next-LoaderWidget-Small_Backdrop_Default-0-1-
|
|
174
|
-
--triplex-next-LoaderWidget-Middle_Backdrop_Default-0-1-
|
|
175
|
-
--triplex-next-LoaderWidget-Middle_Background_Default-0-1-
|
|
176
|
-
--triplex-next-Dropdown-Background-0-1-
|
|
177
|
-
--triplex-next-Dropdown-Shadow-0-1-
|
|
178
|
-
--triplex-next-DropdownList-Background_Active-0-1-
|
|
179
|
-
--triplex-next-DropdownList-Background_Default-0-1-
|
|
180
|
-
--triplex-next-DropdownList-Background_Selected-0-1-
|
|
181
|
-
--triplex-next-DropdownList-Color-0-1-
|
|
182
|
-
--triplex-next-DropdownMobile-Backdrop-0-1-
|
|
183
|
-
--triplex-next-DropdownMobile-Border_Color-0-1-
|
|
184
|
-
--triplex-next-DropdownMobile-Content_Background-0-1-
|
|
185
|
-
--triplex-next-DropdownMobile-Footer_Background-0-1-
|
|
186
|
-
--triplex-next-DropdownMobile-Header_Background-0-1-
|
|
187
|
-
--triplex-next-DropdownMobileList-Active_Background-0-1-
|
|
188
|
-
--triplex-next-DropdownMobileList-Selected_Background-0-1-
|
|
189
|
-
--triplex-next-Tabs-Background-0-1-
|
|
190
|
-
--triplex-next-Tabs-Tab_Background_Default-0-1-
|
|
191
|
-
--triplex-next-Tabs-Tab_Background_Hover-0-1-
|
|
192
|
-
--triplex-next-Tabs-Tab_Background_Selected-0-1-
|
|
193
|
-
--triplex-next-Tabs-Tab_BorderColor_Default-0-1-
|
|
194
|
-
--triplex-next-Tabs-Tab_BorderColor_Focus-0-1-
|
|
195
|
-
--triplex-next-Typography-Primary_Color-0-1-
|
|
196
|
-
--triplex-next-Typography-Complementary_Color-0-1-
|
|
197
|
-
--triplex-next-Typography-Secondary_Color-0-1-
|
|
198
|
-
--triplex-next-Typography-Tertiary_Color-0-1-
|
|
199
|
-
--triplex-next-Typography-Disabled_Color-0-1-
|
|
200
|
-
--triplex-next-Typography-Brand_Color-0-1-
|
|
201
|
-
--triplex-next-Typography-Info_Color-0-1-
|
|
202
|
-
--triplex-next-Typography-Success_Color-0-1-
|
|
203
|
-
--triplex-next-Typography-Error_Color-0-1-
|
|
204
|
-
--triplex-next-Typography-Warning_Color-0-1-
|
|
205
|
-
--triplex-next-Typography-System_Color-0-1-
|
|
206
|
-
--triplex-next-Tooltip-Background-0-1-
|
|
207
|
-
--triplex-next-Tooltip-Color-0-1-
|
|
208
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Active-0-1-
|
|
209
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Default-0-1-
|
|
210
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-1-
|
|
211
|
-
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-1-
|
|
212
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Active-0-1-
|
|
213
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Default-0-1-
|
|
214
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-1-
|
|
215
|
-
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-1-
|
|
216
|
-
--triplex-next-AlertContext-Error_Color-0-1-
|
|
217
|
-
--triplex-next-AlertContext-Info_Color-0-1-
|
|
218
|
-
--triplex-next-AlertContext-System_Color-0-1-
|
|
219
|
-
--triplex-next-AlertContext-Warning_Color-0-1-
|
|
220
|
-
--triplex-next-AlertProcess-Info_Background-0-1-
|
|
221
|
-
--triplex-next-AlertProcess-Warning_Background-0-1-
|
|
222
|
-
--triplex-next-AlertProcess-Error_Background-0-1-
|
|
223
|
-
--triplex-next-AlertProcess-System_Background-0-1-
|
|
224
|
-
--triplex-next-AlertProcess-Feature_Background-0-1-
|
|
225
|
-
--triplex-next-Overlay-Background-0-1-
|
|
226
|
-
--triplex-next-Overlay-Panel_Background-0-1-
|
|
227
|
-
--triplex-next-ListItem-Background-0-1-
|
|
228
|
-
--triplex-next-ListItem-Background_Dragging-0-1-
|
|
229
|
-
--triplex-next-ListItem-Background_Selected-0-1-
|
|
230
|
-
--triplex-next-ListItem-Shadow-0-1-
|
|
231
|
-
--triplex-next-ListItemControlsButton-Background-0-1-
|
|
232
|
-
--triplex-next-ListItemControlsButton-Color-0-1-
|
|
233
|
-
--triplex-next-ListMaster-Background-0-1-
|
|
234
|
-
--triplex-next-ListMaster-Footer_Background-0-1-
|
|
235
|
-
--triplex-next-ListMaster-Footer_Color-0-1-
|
|
236
|
-
--triplex-next-ListMaster-Header_Background-0-1-
|
|
237
|
-
--triplex-next-ListMaster-Header_Color-0-1-
|
|
238
|
-
--triplex-next-Page-Background-0-1-
|
|
239
|
-
--triplex-next-Radio-Background_Checked_Default-0-1-
|
|
240
|
-
--triplex-next-Radio-Background_Checked_Disabled-0-1-
|
|
241
|
-
--triplex-next-Radio-Background_Checked_Hover-0-1-
|
|
242
|
-
--triplex-next-Radio-Background_Default-0-1-
|
|
243
|
-
--triplex-next-Radio-Background_Disabled-0-1-
|
|
244
|
-
--triplex-next-Radio-Background_Hover-0-1-
|
|
245
|
-
--triplex-next-Radio-BorderColor_Focused-0-1-
|
|
246
|
-
--triplex-next-Radio-Color_Default-0-1-
|
|
247
|
-
--triplex-next-Radio-Color_Disabled-0-1-
|
|
248
|
-
--triplex-next-Radio-Dot_Default-0-1-
|
|
249
|
-
--triplex-next-Radio-Dot_Disabled-0-1-
|
|
250
|
-
--triplex-next-UploadZone-Background_Default-0-1-
|
|
251
|
-
--triplex-next-UploadZone-Background_Hover-0-1-
|
|
252
|
-
--triplex-next-UploadZone-BorderColor_Default-0-1-
|
|
253
|
-
--triplex-next-UploadZone-DragArea_Background-0-1-
|
|
254
|
-
--triplex-next-UploadZone-DragArea_BorderColor-0-1-
|
|
255
|
-
--triplex-next-Pagination-PageButton_Background_Active-0-1-
|
|
256
|
-
--triplex-next-Pagination-PageButton_Background_Hover-0-1-
|
|
257
|
-
--triplex-next-Pagination-PageButton_Background_Selected-0-1-
|
|
258
|
-
--triplex-next-Pagination-PageButton_BorderColor_Focus-0-1-
|
|
259
|
-
--triplex-next-Pagination-PageButton_Color-0-1-
|
|
260
|
-
--triplex-next-Card-Static_General_Background-0-1-
|
|
261
|
-
--triplex-next-Card-Static_Secondary_Background-0-1-
|
|
262
|
-
--triplex-next-Card-Action_General_Background-0-1-
|
|
263
|
-
--triplex-next-Card-Action_General_Background_Hover-0-1-
|
|
264
|
-
--triplex-next-Card-Action_General_Background_Selected-0-1-
|
|
265
|
-
--triplex-next-Card-Action_General_Background_Selected_Hover-0-1-
|
|
266
|
-
--triplex-next-Card-Action_Secondary_Background-0-1-
|
|
267
|
-
--triplex-next-Card-Action_Secondary_Background_Hover-0-1-
|
|
268
|
-
--triplex-next-Card-Action_Secondary_Background_Selected-0-1-
|
|
269
|
-
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-1-
|
|
270
|
-
--triplex-next-Card-BorderColor_Focus-0-1-
|
|
271
|
-
--triplex-next-Card-Shadow_Default-0-1-
|
|
272
|
-
--triplex-next-Card-Shadow_Hover-0-1-
|
|
273
|
-
--triplex-next-Skeleton-BackgroundColor_Light_Start-0-1-
|
|
274
|
-
--triplex-next-Skeleton-BackgroundColor_Light_End-0-1-
|
|
275
|
-
--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-1-
|
|
276
|
-
--triplex-next-Skeleton-BackgroundColor_Dark_End-0-1-
|
|
277
|
-
--triplex-next-SegmentedControl-General_1_Background-0-1-
|
|
278
|
-
--triplex-next-SegmentedControl-General_2_Background-0-1-
|
|
279
|
-
--triplex-next-SegmentedControl-Secondary_1_Background-0-1-
|
|
280
|
-
--triplex-next-SegmentedControl-Secondary_2_Background-0-1-
|
|
281
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-1-
|
|
282
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-1-
|
|
283
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-1-
|
|
284
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-1-
|
|
285
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-1-
|
|
286
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-1-
|
|
287
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-1-
|
|
288
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-1-
|
|
289
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-1-
|
|
290
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-1-
|
|
291
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-1-
|
|
292
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-1-
|
|
293
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-1-
|
|
294
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-1-
|
|
295
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-1-
|
|
296
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-1-
|
|
297
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-1-
|
|
298
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-1-
|
|
299
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-1-
|
|
300
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-1-
|
|
301
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-1-
|
|
302
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-1-
|
|
303
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-1-
|
|
304
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-1-
|
|
305
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-1-
|
|
306
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-1-
|
|
307
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-1-
|
|
308
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-1-
|
|
309
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-0-1-
|
|
310
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-1-
|
|
311
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-1-
|
|
312
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-1-
|
|
313
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-1-
|
|
314
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-1-
|
|
315
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-0-1-
|
|
316
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-1-
|
|
317
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-1-
|
|
318
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-1-
|
|
319
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-1-
|
|
320
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-1-
|
|
321
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-0-1-
|
|
322
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-1-
|
|
323
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-1-
|
|
324
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-1-
|
|
325
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-1-
|
|
326
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-1-
|
|
327
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-0-1-
|
|
328
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-1-
|
|
329
|
-
--triplex-next-SegmentedControlSegment-BorderColor_Default-0-1-
|
|
330
|
-
--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-1-
|
|
331
|
-
--triplex-next-HeaderPage-Background-0-1-
|
|
332
|
-
--triplex-next-FooterPage-Background-0-1-
|
|
333
|
-
.underline__32d02438{text-decoration:underline}.strikethrough__0ddbc7a5{text-decoration:line-through}.underlineStrikethrough__87bf6981{text-decoration:underline line-through}.typography__7785ed2b.primary__fe764c39{color:var(--triplex-next-Typography-Primary_Color-0-1-7)}.typography__7785ed2b.complementary__2a52fafa{color:var(--triplex-Typography-Complementary_Color-0-1-7)}.typography__7785ed2b.secondary__ffd76c64{color:var(--triplex-next-Typography-Secondary_Color-0-1-7)}.typography__7785ed2b.tertiary__1bf2f9f7{color:var(--triplex-next-Typography-Tertiary_Color-0-1-7)}.typography__7785ed2b.disabled__73755175{color:var(--triplex-next-Typography-Disabled_Color-0-1-7)}.typography__7785ed2b.brand__b686ca0f{color:var(--triplex-next-Typography-Brand_Color-0-1-7);-webkit-user-select:none;user-select:none}.typography__7785ed2b.info__68d0177c{color:var(--triplex-next-Typography-Info_Color-0-1-7)}.typography__7785ed2b.success__4817549f{color:var(--triplex-next-Typography-Success_Color-0-1-7)}.typography__7785ed2b.error__5e080acd{color:var(--triplex-next-Typography-Error_Color-0-1-7)}.typography__7785ed2b.warning__9ab0bafc{color:var(--triplex-next-Typography-Warning_Color-0-1-7)}.typography__7785ed2b.system__7446294b{color:var(--triplex-next-Typography-System_Color-0-1-7)}.typography__7785ed2b.compact__52dbfc0d{line-height:calc(16 / 14)}.title__3ea73d4d.regular__5efdc890{font-family:SBSansDisplay}.title__3ea73d4d.semibold__ba7d985b{font-family:SBSansDisplaySemibold}.title__3ea73d4d.medium__53386cac{font-family:SBSansDisplayMedium}.title__3ea73d4d.bold__9debe9ce{font-family:SBSansDisplayBold}.h1__e086a525,.h2__0c5f4079,.h3__cdb4220b{margin:0}.h1__e086a525{font-size:28px;line-height:36px}.h2__0c5f4079{font-size:24px;line-height:32px}.h3__cdb4220b{font-size:20px;line-height:28px}.text__966b47f5.regular__5efdc890{font-family:SBSansText}.text__966b47f5.semibold__ba7d985b{font-family:SBSansTextSemibold}.b1__2189d928{font-size:18px;line-height:24px}.b2__a05f120c{font-size:16px;line-height:20px}.b3__57ba26cb{font-size:14px;line-height:20px}.b3__57ba26cb.compact__52dbfc0d{line-height:16px}.b4__f53f2792{font-size:12px;line-height:16px}.caption__51a3a0d0.regular__5efdc890{font-family:SBSansText}.caption__51a3a0d0.semibold__ba7d985b{font-family:SBSansTextSemibold}.c1__9014b535{font-size:10px;line-height:12px}.c2__869e7302{font-size:8px;line-height:10px}.d1__137ec910{font-size:32px;line-height:40px}.d1__137ec910.regular__5efdc890{font-family:SBSansDisplay}.d1__137ec910.semibold__ba7d985b{font-family:SBSansDisplaySemibold}.label__82ea0954{display:inline-block;position:relative;font-weight:400;color:var(--triplex-next-Radio-Color_Default-0-1-7);cursor:pointer}.label__82ea0954.md__6f47665c{font-size:14px;line-height:24px;min-height:24px;min-width:24px}.label__82ea0954.lg__3b92fc5c{font-size:16px;line-height:28px;min-width:28px;min-height:28px}.label__82ea0954.nonempty__9802683e{padding-left:40px}.label__82ea0954.disabled__969d4baa{color:var(--triplex-next-Radio-Color_Disabled-0-1-7);cursor:default}.radio__eafa7cae{margin:0;opacity:0}.radioIcon__c5585c0e{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-0-1-7);border-radius:50%}.radioIcon__c5585c0e:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-0-1-7);border-radius:50%;transform:scale(0)}.md__6f47665c .radioIcon__c5585c0e:after{width:12px;height:12px;top:6px;left:6px}.lg__3b92fc5c .radioIcon__c5585c0e:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__c5585c0e,.radioIcon__c5585c0e:after{pointer-events:none}.radio__eafa7cae,.radioIcon__c5585c0e{position:absolute;left:0}.md__6f47665c .radio__eafa7cae,.md__6f47665c .radioIcon__c5585c0e{width:24px;height:24px}.lg__3b92fc5c .radio__eafa7cae,.lg__3b92fc5c .radioIcon__c5585c0e{width:28px;height:28px}.nonempty__9802683e .radio__eafa7cae,.nonempty__9802683e .radioIcon__c5585c0e{top:2px}.radio__eafa7cae:enabled{cursor:pointer}.radio__eafa7cae:checked+.radioIcon__c5585c0e{background:var(--triplex-next-Radio-Background_Checked_Default-0-1-7)}.radio__eafa7cae:checked+.radioIcon__c5585c0e:after{transform:scale(1);transition:transform .2s ease-out}.radio__eafa7cae:hover+.radioIcon__c5585c0e{background-color:var(--triplex-next-Radio-Background_Hover-0-1-7)}.radio__eafa7cae:disabled+.radioIcon__c5585c0e{background:var(--triplex-next-Radio-Background_Disabled-0-1-7)}.radio__eafa7cae:disabled:checked+.radioIcon__c5585c0e{background:var(--triplex-next-Radio-Background_Checked_Disabled-0-1-7)}.radio__eafa7cae:disabled+.radioIcon__c5585c0e:after{background:var(--triplex-next-Radio-Dot_Disabled-0-1-7)}.radio__eafa7cae:focus-visible+.radioIcon__c5585c0e{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-0-1-7)}.radio__eafa7cae:checked:enabled:hover+.radioIcon__c5585c0e{background-color:var(--triplex-next-Radio-Background_Checked_Hover-0-1-7)}.radioXGroup__ee967c25{display:inline-flex;flex-flow:row wrap}.radioXGroup__ee967c25.indent-12__fab97be0{margin-left:-6px;margin-right:-6px}.radioXGroup__ee967c25.indent-12__fab97be0 .label__82ea0954{margin-left:6px;margin-right:6px}.radioXGroup__ee967c25.indent-16__d837fb09{margin-left:-8px;margin-right:-8px}.radioXGroup__ee967c25.indent-16__d837fb09 .label__82ea0954{margin-left:8px;margin-right:8px}.radioXGroup__ee967c25.indent-20__15b1cfb7{margin-left:-10px;margin-right:-10px}.radioXGroup__ee967c25.indent-20__15b1cfb7 .label__82ea0954{margin-left:10px;margin-right:10px}.radioXGroup__ee967c25.indent-24__4830521c{margin-left:-12px;margin-right:-12px}.radioXGroup__ee967c25.indent-24__4830521c .label__82ea0954{margin-left:12px;margin-right:12px}.radioXGroup__ee967c25.indent-28__42e517b0{margin-left:-14px;margin-right:-14px}.radioXGroup__ee967c25.indent-28__42e517b0 .label__82ea0954{margin-left:14px;margin-right:14px}.radioXGroup__ee967c25.indent-32__4f76b369{margin-left:-16px;margin-right:-16px}.radioXGroup__ee967c25.indent-32__4f76b369 .label__82ea0954{margin-left:16px;margin-right:16px}.radioYGroup__5d912355{display:inline-flex;flex-flow:column wrap}.radioYGroup__5d912355 .label__82ea0954+.label__82ea0954{margin-top:20px}.loaderSmall__4d5e08fc{display:flex;justify-content:center;align-items:center}.loaderSmall__4d5e08fc.sm__b511298b{width:16px;height:16px;gap:2px}.loaderSmall__4d5e08fc.sm__b511298b .dot__63317b5c{width:4px;height:4px}.loaderSmall__4d5e08fc.md__37209bdf{width:24px;height:24px;gap:3px}.loaderSmall__4d5e08fc.md__37209bdf .dot__63317b5c{width:6px;height:6px}.loaderSmall__4d5e08fc.lg__a68b7b8b{width:32px;height:32px;gap:4px}.loaderSmall__4d5e08fc.lg__a68b7b8b .dot__63317b5c{width:8px;height:8px}.loaderSmall__4d5e08fc.neutral__40b3862d .dot__63317b5c{background-color:var(--triplex-next-Loader-Neutral_Background_Default-0-1-7)}.loaderSmall__4d5e08fc.brand__729d2b19 .dot__63317b5c{background-color:var(--triplex-next-Loader-Brand_Background_Default-0-1-7)}.loaderSmall__4d5e08fc .dot__63317b5c{border-radius:50%}.loaderSmall__4d5e08fc .dot1__6057d35d{animation:dotCycleSmall__0222f276 .9s infinite}.loaderSmall__4d5e08fc .dot2__cc2052cd{animation:dotCycleSmall__0222f276 .9s infinite .15s}.loaderSmall__4d5e08fc .dot3__2126e304{animation:dotCycleSmall__0222f276 .9s infinite .3s}@keyframes dotCycleSmall__0222f276{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__c7ea84f3{position:relative;width:40px;height:40px}.loaderMiddle__c7ea84f3 .dot__63317b5c{position:absolute;background-color:var(--triplex-next-Loader-Brand_Background_Default-0-1-7);width:12px;height:12px;border-radius:6px}.loaderMiddle__c7ea84f3 .dot1__6057d35d{top:0;left:0;animation:dotCycleMiddle__32f71f2a 3s infinite}.loaderMiddle__c7ea84f3 .dot2__cc2052cd{right:0;top:0;opacity:.7;animation:dotCycleMiddle__32f71f2a 3s infinite .74s}.loaderMiddle__c7ea84f3 .dot3__2126e304{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__32f71f2a 3s infinite 1.5s}.loaderMiddle__c7ea84f3 .dot4__15674483{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__32f71f2a 3s infinite 2.25s}.loaderMiddle__c7ea84f3 .line__9f65a6e3{background-color:var(--triplex-next-Loader-Brand_Background_Default-0-1-7);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__0e7cf8c1 3s infinite}@keyframes lineCycle__0e7cf8c1{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__32f71f2a{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__8fd7afa4{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__027846b4{background:var(--triplex-next-DropdownMobile-Backdrop-0-1-7);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__027846b4.closing__3b4be9c2{opacity:0}.dropdownMobileBackdrop__027846b4.opening__07a3f665,.dropdownMobileBackdrop__027846b4.opened__b4fe1fe6{opacity:var(--triplex-DropdownMobile-Opacity-0-1-7)}.dropdownMobile__48625685{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__48625685.closing__3b4be9c2{transform:translateY(100%)}.dropdownMobile__48625685.opening__07a3f665,.dropdownMobile__48625685.opened__b4fe1fe6{transform:translateY(0)}.dropdownMobileHeader__58d5e137{min-height:16px;padding:16px 40px 16px 16px;background:var(--triplex-next-DropdownMobile-Header_Background-0-1-7);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileContent__68e109d4{background:var(--triplex-next-DropdownMobile-Content_Background-0-1-7);flex-grow:1;overflow:auto}.dropdownMobileFooter__32685e44{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-0-1-7);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-0-1-7);flex-shrink:1}.dropdownMobileListItem__ea587527{padding:16px}.dropdownMobileListItem__ea587527.selected__dc01c60f{background:var(--triplex-next-DropdownMobileList-Selected_Background-0-1-7)}.dropdownMobileListItem__ea587527:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-0-1-7)}button.dropdownMobileClose__b4e80ebc{position:absolute;top:16px;right:16px}.dropdownMobileBodyOverflow__3567742d{overflow:hidden}.buttonIcon__3b417526{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__3b417526:enabled{cursor:pointer}.buttonIcon__3b417526.circle__57e05016{border-radius:50%}.buttonIcon__3b417526.squircle__eff2b8cb{border-radius:4px}.buttonIcon__3b417526:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-0-1-7)}.label__5c67ceec{display:inline-block;position:relative;font-weight:400;color:var(--triplex-next-Checkbox-Color_Default-0-1-7);cursor:pointer}.label__5c67ceec.md__ee010647{min-width:24px;min-height:24px;font-size:14px;line-height:24px}.label__5c67ceec.lg__fa46932a{min-width:28px;min-height:28px;font-size:16px;line-height:28px}.label__5c67ceec.nonempty__65231688{padding-left:40px}.label__5c67ceec.disabled__445c9ce5{color:var(--triplex-next-Checkbox-Color_Disabled-0-1-7);cursor:default}.label__5c67ceec[hidden]{display:none}.checkbox__5650bc30{margin:0;opacity:0}.checkboxIcon__0e2702f7{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-0-1-7);border-radius:4px}.checkmarkIcon__8f4b6a03{transform:scale(0)}.checkmarkIcon__8f4b6a03 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-0-1-7)}.checkboxIcon__0e2702f7,.checkmarkIcon__8f4b6a03{pointer-events:none}.checkbox__5650bc30,.checkboxIcon__0e2702f7,.checkmarkIcon__8f4b6a03{position:absolute;left:0}.md__ee010647 .checkbox__5650bc30,.md__ee010647 .checkboxIcon__0e2702f7,.md__ee010647 .checkmarkIcon__8f4b6a03{width:24px;height:24px}.lg__fa46932a .checkbox__5650bc30,.lg__fa46932a .checkboxIcon__0e2702f7,.lg__fa46932a .checkmarkIcon__8f4b6a03{width:28px;height:28px}.checkbox__5650bc30:enabled{cursor:pointer}.checkbox__5650bc30:checked+.checkboxIcon__0e2702f7{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-0-1-7)}.checkbox__5650bc30:checked~.checkmarkIcon__8f4b6a03{transform:scale(1);transition:transform .2s ease-out}.checkbox__5650bc30:disabled+.checkboxIcon__0e2702f7{background-color:var(--triplex-next-Checkbox-Background_Disabled-0-1-7)}.checkbox__5650bc30:disabled~.checkmarkIcon__8f4b6a03 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-1-7)}.checkbox__5650bc30:focus-visible+.checkboxIcon__0e2702f7{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-0-1-7)}.checkbox__5650bc30:checked:enabled:hover+.checkboxIcon__0e2702f7{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-0-1-7)}.checkboxXGroup__a2aad2bf{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__a2aad2bf.indent-12__a43acfad{margin-left:-6px;margin-right:-6px}.checkboxXGroup__a2aad2bf.indent-12__a43acfad .label__5c67ceec{margin-left:6px;margin-right:6px}.checkboxXGroup__a2aad2bf.indent-16__c9ced141{margin-left:-8px;margin-right:-8px}.checkboxXGroup__a2aad2bf.indent-16__c9ced141 .label__5c67ceec{margin-left:8px;margin-right:8px}.checkboxXGroup__a2aad2bf.indent-20__3b2e6243{margin-left:-10px;margin-right:-10px}.checkboxXGroup__a2aad2bf.indent-20__3b2e6243 .label__5c67ceec{margin-left:10px;margin-right:10px}.checkboxXGroup__a2aad2bf.indent-24__b2f21517{margin-left:-12px;margin-right:-12px}.checkboxXGroup__a2aad2bf.indent-24__b2f21517 .label__5c67ceec{margin-left:12px;margin-right:12px}.checkboxXGroup__a2aad2bf.indent-28__60a9960e{margin-left:-14px;margin-right:-14px}.checkboxXGroup__a2aad2bf.indent-28__60a9960e .label__5c67ceec{margin-left:14px;margin-right:14px}.checkboxXGroup__a2aad2bf.indent-32__ec65b67f{margin-left:-16px;margin-right:-16px}.checkboxXGroup__a2aad2bf.indent-32__ec65b67f .label__5c67ceec{margin-left:16px;margin-right:16px}.checkboxYGroup__21a776c6{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__21a776c6 .label__5c67ceec+.label__5c67ceec{margin-top:20px}.card__07c7ac9d{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden}.card__07c7ac9d.roundingMD__baa293ea{border-radius:16px}.card__07c7ac9d.roundingSM__d1276d3e{border-radius:8px}.card__07c7ac9d.general__80a88e07{background:var(--triplex-next-Card-Static_General_Background-0-1-7)}.card__07c7ac9d.secondary__110582b1{background:var(--triplex-next-Card-Static_Secondary_Background-0-1-7)}.card__07c7ac9d .cardMedia__24f648a7{background-size:cover;background-repeat:no-repeat;background-position:center}.card__07c7ac9d .cardContent__84b1de82.paddingMD__eb2bc89e{padding:23px}.card__07c7ac9d .cardContent__84b1de82.paddingMD__eb2bc89e:not(:first-child){padding-top:24px}.card__07c7ac9d .cardContent__84b1de82.paddingMD__eb2bc89e:not(:last-child){padding-bottom:24px}.card__07c7ac9d .cardContent__84b1de82.paddingSM__adf6d3c4{padding:15px}.card__07c7ac9d .cardContent__84b1de82.paddingSM__adf6d3c4:not(:first-child){padding-top:16px}.card__07c7ac9d .cardContent__84b1de82.paddingSM__adf6d3c4:not(:last-child){padding-bottom:16px}.card__07c7ac9d .cardContent__84b1de82 .cardContentHeader__29bbcd0a{margin-bottom:16px}.card__07c7ac9d .cardContent__84b1de82 .cardContentFooter__6c6d613a{margin-top:16px}.action__98626204{cursor:pointer;box-shadow:var(--triplex-next-Card-Shadow_Default-0-1-7);transition:background .12s ease,box-shadow .12s ease}.action__98626204.general__80a88e07{background:var(--triplex-next-Card-Action_General_Background-0-1-7)}.action__98626204.general__80a88e07:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-0-1-7);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-1-7)}.action__98626204.general__80a88e07.selected__91b12cc2{background:var(--triplex-next-Card-Action_General_Background_Selected-0-1-7)}.action__98626204.general__80a88e07.selected__91b12cc2:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-0-1-7)}.action__98626204.secondary__110582b1{background:var(--triplex-next-Card-Action_Secondary_Background-0-1-7)}.action__98626204.secondary__110582b1:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-0-1-7);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-1-7)}.action__98626204.secondary__110582b1.selected__91b12cc2{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-0-1-7)}.action__98626204.secondary__110582b1.selected__91b12cc2:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-1-7)}.action__98626204:focus{outline:none}.action__98626204:focus.focusVisible__353a133c{border:1px solid var(--triplex-next-Card-BorderColor_Focus-0-1-7)}.alertContext__8cb23358{display:flex;font-size:12px;line-height:16px}.alertContext__8cb23358>svg{flex-shrink:0}.alertContext__8cb23358 .alertContextText__0cc0a8ab{margin-left:8px}.alertContext__8cb23358.alertTypeError__1ecabbb5 .alertContextText__0cc0a8ab{color:var(--triplex-next-AlertContext-Error_Color-0-1-7)}.alertContext__8cb23358.alertTypeInfo__d0dbb5ad .alertContextText__0cc0a8ab{color:var(--triplex-next-AlertContext-Info_Color-0-1-7)}.alertContext__8cb23358.alertTypeWarning__2d7dde5d .alertContextText__0cc0a8ab{color:var(--triplex-next-AlertContext-Warning_Color-0-1-7)}.alertContext__8cb23358.alertTypeSystem__c900627b .alertContextText__0cc0a8ab{color:var(--triplex-next-AlertContext-System_Color-0-1-7)}.alertProcess__a8474709{display:flex;padding:16px;border-radius:8px;position:relative}.alertProcess__a8474709.withSpoiler__d66062fc{min-height:40px}.alertProcess__a8474709 .themeIcon__964fb1fb{padding-top:2px;box-sizing:border-box;height:20px;width:20px}.alertProcess__a8474709.alertTypeError__1ecabbb5{background:var(--triplex-next-AlertProcess-Error_Background-0-1-7)}.alertProcess__a8474709.alertTypeInfo__d0dbb5ad{background:var(--triplex-next-AlertProcess-Info_Background-0-1-7)}.alertProcess__a8474709.alertTypeWarning__2d7dde5d{background:var(--triplex-next-AlertProcess-Warning_Background-0-1-7)}.alertProcess__a8474709.alertTypeSystem__c900627b{background:var(--triplex-next-AlertProcess-System_Background-0-1-7)}.alertProcess__a8474709.alertTypeFeature__ac4d9602{background:var(--triplex-next-AlertProcess-Feature_Background-0-1-7)}.alertProcess__a8474709.alertTypeFeature__ac4d9602 .themeIcon__964fb1fb{padding-top:0}.alertProcess__a8474709 .alertProcessContentBlock__0c351df8{flex:1;margin-left:8px}.alertProcess__a8474709 .alertProcessContentBlock__0c351df8:not(:has(+.closeButton__a7b18db9)){padding-right:26px}.alertProcess__a8474709 .alertProcessContentBlock__0c351df8 .expandableContent__cbec80a0{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__a8474709 .alertProcessContentBlock__0c351df8 .expandableContent__cbec80a0.expanded__e9ccbdee{max-height:1000px;opacity:1}.alertProcess__a8474709 .closeButton__a7b18db9{margin-left:10px}.alertProcess__a8474709 .expandButton__8ca67078{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__a8474709 .expandButton__8ca67078.expanded__e9ccbdee{transform:rotate(180deg)}.dropdownList__4b75b9c9{max-height:196px;padding:4px;overflow:auto}.dropdownListItem__7533f707{color:var(--triplex-next-DropdownList-Color-0-1-7);background:var(--triplex-next-DropdownList-Background_Default-0-1-7);position:relative;outline:none;white-space:nowrap}.dropdownListItem__7533f707+.dropdownListItem__7533f707{margin-top:2px}.dropdownListItem__7533f707.active__2c71a0ce{background:var(--triplex-next-DropdownList-Background_Active-0-1-7);cursor:pointer}.dropdownListItem__7533f707.selected__dc01c60f{background:var(--triplex-next-DropdownList-Background_Selected-0-1-7);cursor:default}.dropdownList-sm__31f008ab{font-size:12px;line-height:16px}.dropdownList-sm__31f008ab .dropdownListItem__7533f707{padding:6px 8px;border-radius:6px}.dropdownList-md__49a7b793{font-size:14px;line-height:20px}.dropdownList-md__49a7b793 .dropdownListItem__7533f707{padding:7px 8px;border-radius:8px}.dropdownList-lg__41c53261{font-size:16px;line-height:20px}.dropdownList-lg__41c53261 .dropdownListItem__7533f707{padding:14px 8px;border-radius:10px}.formField__95e90dd4{position:relative;flex-grow:1;background:var(--triplex-next-FormField-Background_Default-0-1-7);box-shadow:var(--triplex-next-FormField-Shadow_Default-0-1-7);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__95e90dd4:hover{background:var(--triplex-next-FormField-Background_Hover-0-1-7)}.formField__95e90dd4.disabled__46fe68b8{background:var(--triplex-next-FormField-Background_Disabled-0-1-7)}.formField__95e90dd4.active__10ee3882{background:var(--triplex-next-FormField-Background_Active-0-1-7);box-shadow:var(--triplex-next-FormField-Shadow_Active-0-1-7)}.formField__95e90dd4.active__10ee3882::placeholder{opacity:1}.formField__95e90dd4.error__86ad00db{background:var(--triplex-next-FormField-Background_Error-0-1-7)}.formField__95e90dd4.error__86ad00db:hover{background:var(--triplex-next-FormField-Background_Error_Hover-0-1-7)}.formField__95e90dd4.error__86ad00db.active__10ee3882{background:var(--triplex-next-FormField-Background_Error-0-1-7);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-0-1-7)}.formField__95e90dd4.size-sm__b5639029{border-radius:6px}.formField__95e90dd4.size-md__73e52ea6{border-radius:8px}.formField__95e90dd4.size-lg__d3f50b19{border-radius:10px}.formFieldDescription__94721f7c{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__94721f7c.withCounter__06974df3{display:flex;justify-content:space-between}.formFieldCounter__a16e710d{padding-left:4px}.formFieldLabel__7efb4423{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__7efb4423.size-sm__b5639029{top:6px}.formFieldLabel__7efb4423.size-md__73e52ea6{top:10px}.formFieldLabel__7efb4423.size-lg__d3f50b19{top:18px}.formFieldLabel__7efb4423.size-lg__d3f50b19.floating__a3317ae7{top:10px}.formFieldLabelText__c78b1fcf{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-0-1-7);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__b5639029 .formFieldLabelText__c78b1fcf{font-size:12px;line-height:16px}.size-md__73e52ea6 .formFieldLabelText__c78b1fcf{font-size:14px;line-height:20px}.size-lg__d3f50b19 .formFieldLabelText__c78b1fcf{font-size:16px;line-height:20px}.floating__a3317ae7 .formFieldLabelText__c78b1fcf{font-size:12px;line-height:16px}.floating__a3317ae7.size-sm__b5639029 .formFieldLabelText__c78b1fcf,.floating__a3317ae7.size-md__73e52ea6 .formFieldLabelText__c78b1fcf{display:none}.disabled__46fe68b8 .formFieldLabelText__c78b1fcf{color:var(--triplex-next-FormField-Label_Color_Disabled-0-1-7)}.formFieldClear__1188f5a1{cursor:pointer;height:16px;opacity:0;transition:opacity .3s}.formFieldClear__1188f5a1.shown__8bd66585{opacity:1}.formFieldInput__5f9ed17e{width:100%;box-sizing:border-box;border:none;background:none;-webkit-appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-0-1-7)}.formFieldInput__5f9ed17e:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-1-7)}.formFieldInput__5f9ed17e::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-1-7);opacity:0;transition:opacity .3s ease-out}.formFieldInput__5f9ed17e:focus{outline:none}.formFieldInput__5f9ed17e:focus::placeholder{opacity:1}.formFieldInput__5f9ed17e:-webkit-autofill{animation-name:autofill-applied-hook__d15f5ede;animation-duration:1ms}.formFieldInput__5f9ed17e:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__33ae4187;animation-duration:1ms}.formFieldInput__5f9ed17e.size-sm__b5639029{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__5f9ed17e.size-md__73e52ea6{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__5f9ed17e.size-lg__d3f50b19{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__d15f5ede{0%{transform:none}}@keyframes autofill-cancelled-hook__33ae4187{0%{transform:none}}.formFieldPostfix__9f7087ae{padding:0 12px 0 4px;position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__18fa2a9b{padding:0 8px 0 12px;position:absolute;left:0;top:0;bottom:0;display:flex;align-items:center;gap:4px}.formFieldTextarea__6266e8a7{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-0-1-7);resize:vertical}.formFieldTextarea__6266e8a7:focus{outline:none}.formFieldTextarea__6266e8a7:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-1-7)}.formFieldTextarea__6266e8a7::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-1-7)}.list__40d5b9c9{margin:0;padding:0;list-style:none;position:relative}.listItemControls__d314b97c{display:flex;padding:0 16px 0 4px}.listItemContent__c42c15f1{background:var(--triplex-next-ListItem-Background-0-1-7);padding:12px 16px;min-height:56px;box-sizing:border-box}.listItemContent__c42c15f1.selected__f6464dd6{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-0-1-7)}.listItemControlsButton__c7ce7397{font-family:inherit;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background-0-1-7);border:none;width:80px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__c7ce7397+.listItemControlsButton__c7ce7397,.listItemControlsButton__c7ce7397+.listItemControlsButtonDropdown__93110b69{margin-left:4px}.listItemControlsButtonIcon__a454454c{line-height:0}.listItemControlsButton__c7ce7397.withText__f79e837f .listItemControlsButtonIcon__a454454c{margin-bottom:8px}.listItemControlsButtonLabel__47a4f7a6{color:var(--triplex-next-ListItemControlsButton-Color-0-1-7);overflow-wrap:break-word}div.listItemControlsButtonDropdown__93110b69{display:flex}.listItemControlsButtonInner__da2817a3{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__c7ce7397.withIcon__8ceb5ad2.withText__f79e837f .listItemControlsButtonInner__da2817a3{height:44px;overflow:visible}.buttonDropdownMenuItem__bb5729ff{overflow:hidden;text-overflow:ellipsis}.listEmptyState__c7f79e5b{padding:80px 16px 16px;text-align:center}.listItemLoading__542595c5{height:76px;position:relative}.listItemSelectable__517038cf{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-0-1-7);border-radius:8px}.listItemSelectable__517038cf.selected__f6464dd6{background:var(--triplex-next-ListItem-Background_Selected-0-1-7)}.checkboxWrapper__c2f27691{padding:16px 20px 16px 16px;line-height:0}.childrenWrapper__0abac632{flex-grow:1}.checkboxLabel__09a52e63{padding:0!important;transform:scale(1.375) translateY(-2px);position:relative}.checkboxLabelClickArea__4b42e92e{position:absolute;top:-2.5px;left:-3.6px;bottom:-5px;right:-3.6px}.listItemTail__1e33e537{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__dbc19924{background:var(--triplex-next-ListMaster-Background-0-1-7);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__878aa3f3{position:absolute;top:0;left:0;right:0}.listItemTailTop__878aa3f3:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-1-7)}.listItemTailTop__878aa3f3:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-1-7)}.listItemTailBottom__0c1eb373{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__0c1eb373:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-0-1-7)}.listItemTailBottom__0c1eb373: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-0-1-7)}.listItemTailRight__eb8fe6b1{right:-8px}.listItemTailLeft__87602d22{left:-8px}.listSortableItemTarget__28e4c0c6{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-0-1-7);touch-action:manipulation;cursor:grab}.listSortableItemTarget__28e4c0c6:hover{background:var(--triplex-next-ListItem-Background_Selected-0-1-7)}.listSortableItemTarget__28e4c0c6.dragging__6271060a{background:var(--triplex-next-ListItem-Background_Dragging-0-1-7);box-shadow:var(--triplex-next-ListItem-Shadow-0-1-7);cursor:grabbing;z-index:1}.listSortableItemTargetContent__40722d1f{flex:1}.listSortableItemTargetIcon__83a8b1e3{display:block;margin-left:24px}.listSortableItemControls__a088a8fb{display:inline-block}.col-1__bc89dbf0{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__eca0c6ae{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__36bf4c94{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__32686f54{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__481cdf9c{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__0d65b403{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__bc14a762{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__39a33519{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__f9452ca3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__dcf35794{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__7b80e247{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__aabbc7f8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__2475cbff{margin-left:0%}.offset-1__8e268abe{margin-left:8.33333333%}.offset-2__bb45c48d{margin-left:16.66666667%}.offset-3__5b60b3fc{margin-left:25%}.offset-4__ff627c2d{margin-left:33.33333333%}.offset-5__40637bbb{margin-left:41.66666667%}.offset-6__6aa5605c{margin-left:50%}.offset-7__795f04af{margin-left:58.33333333%}.offset-8__b2aed9a4{margin-left:66.66666667%}.offset-9__ddbc1623{margin-left:75%}.offset-10__3ea29020{margin-left:83.33333333%}.offset-11__dd6f72d0{margin-left:91.66666667%}.d-none__856ac892{display:none!important}.d-block__2294d936{display:block!important}@media (min-width: 576px){.col-sm-1__c3625dd9{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__0375d021{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__96058608{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__806d7be6{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__9dc08b73{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__5bb9f928{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__64d746b8{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__74e8dbed{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__e22ba3ac{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__7528a418{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__e5b5235c{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__1475e317{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__de679d05{margin-left:0%}.offset-sm-1__47496dc6{margin-left:8.33333333%}.offset-sm-2__4ae9213e{margin-left:16.66666667%}.offset-sm-3__a5f22ca8{margin-left:25%}.offset-sm-4__d3681d19{margin-left:33.33333333%}.offset-sm-5__2c72172b{margin-left:41.66666667%}.offset-sm-6__6b6a92f1{margin-left:50%}.offset-sm-7__54d48e47{margin-left:58.33333333%}.offset-sm-8__25683d6f{margin-left:66.66666667%}.offset-sm-9__cf6d1115{margin-left:75%}.offset-sm-10__7a9c46d8{margin-left:83.33333333%}.offset-sm-11__3f8b5316{margin-left:91.66666667%}.d-none-sm__57b2035a{display:none!important}.d-block-sm__614c6ee7{display:block!important}}@media (min-width: 768px){.col-md-1__943f3320{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__698c0dae{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__49bc0a84{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__9fa4838e{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__24f7f911{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__091894cc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__581df488{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__a86426e2{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__df4665c0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__3c2901f1{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__538e165c{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__653f399c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__7580237a{margin-left:0%}.offset-md-1__c37a6419{margin-left:8.33333333%}.offset-md-2__52594611{margin-left:16.66666667%}.offset-md-3__bda836ea{margin-left:25%}.offset-md-4__eeec3edb{margin-left:33.33333333%}.offset-md-5__3c29598f{margin-left:41.66666667%}.offset-md-6__0fb801ee{margin-left:50%}.offset-md-7__0d8c6924{margin-left:58.33333333%}.offset-md-8__4a5d3511{margin-left:66.66666667%}.offset-md-9__34e6001b{margin-left:75%}.offset-md-10__bab0fbcc{margin-left:83.33333333%}.offset-md-11__920ed11f{margin-left:91.66666667%}.d-none-md__b87f1cc4{display:none!important}.d-block-md__bdb20279{display:block!important}}@media (min-width: 992px){.col-lg-1__cdffbb99{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__3aff38aa{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__e13feb81{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__30bb0213{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__771a5171{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__b470899d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__2798f232{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__1aae18f5{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__976606ff{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__09b4cd8c{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__200c7105{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__0390c510{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__5ca4a720{margin-left:0%}.offset-lg-1__124c35ee{margin-left:8.33333333%}.offset-lg-2__0f0d9670{margin-left:16.66666667%}.offset-lg-3__b71d28a1{margin-left:25%}.offset-lg-4__525e4d97{margin-left:33.33333333%}.offset-lg-5__ebd6d4e7{margin-left:41.66666667%}.offset-lg-6__566a4184{margin-left:50%}.offset-lg-7__93cb8359{margin-left:58.33333333%}.offset-lg-8__fd9f6eb2{margin-left:66.66666667%}.offset-lg-9__5373ac4b{margin-left:75%}.offset-lg-10__69ed6595{margin-left:83.33333333%}.offset-lg-11__88d94a77{margin-left:91.66666667%}.d-none-lg__594449e7{display:none!important}.d-block-lg__24e0646c{display:block!important}}@media (min-width: 1200px){.col-xl-1__711a735b{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__ab3c8ee9{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__8efadc73{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__7d33520e{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__9e6c962a{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__438d82f5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__d0a3bb34{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__ff57a5b6{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__a09674ec{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__d04422ae{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__7c77c7ee{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__e4389f96{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__e9591744{margin-left:0%}.offset-xl-1__608d9386{margin-left:8.33333333%}.offset-xl-2__559d688a{margin-left:16.66666667%}.offset-xl-3__b72cd414{margin-left:25%}.offset-xl-4__9b8d3006{margin-left:33.33333333%}.offset-xl-5__7dc7d7e8{margin-left:41.66666667%}.offset-xl-6__1ddfcf3a{margin-left:50%}.offset-xl-7__470d74af{margin-left:58.33333333%}.offset-xl-8__29b40dc7{margin-left:66.66666667%}.offset-xl-9__f62d3079{margin-left:75%}.offset-xl-10__fb28af80{margin-left:83.33333333%}.offset-xl-11__9a8e8aa1{margin-left:91.66666667%}.d-none-xl__f0a70376{display:none!important}.d-block-xl__280550a6{display:block!important}}.link__7e328c08{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-0-1-7)}.link__7e328c08:hover{color:var(--triplex-next-Link-Text_Color_Hover-0-1-7)}.link__7e328c08:active{color:var(--triplex-next-Link-Text_Color_Active-0-1-7)}.link__7e328c08:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-0-1-7)}.wordWithContent__d050b70c{white-space:nowrap;display:inline-flex;align-items:center}.before__3f454324 :first-child{margin-right:4px}.after__3388a0fe :last-child{margin-left:4px}.loaderWidget__4ffa9218{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__4ffa9218.loaderSmallBackdrop__cee43d4f{background:var(--triplex-next-LoaderWidget-Small_Backdrop_Default-0-1-7)}.loaderWidget__4ffa9218.loaderMiddleBackdrop__00c4a342{background:var(--triplex-next-LoaderWidget-Middle_Backdrop_Default-0-1-7)}.loaderWidget__4ffa9218.loaderMiddleBackdrop__00c4a342 .loaderMiddleBackground__3063e50a{width:64px;height:64px;border-radius:16px;background:var(--triplex-next-LoaderWidget-Middle_Background_Default-0-1-7)}.loaderWidget__4ffa9218.loaderMiddleBackdrop__00c4a342 .loaderMiddleBackground__3063e50a div{margin:12px}.row__7518b494{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__7518b494.noPaddingBottom__11411850,.row__7518b494:last-child{padding-bottom:0}.tabsExtended__16fc488a{position:relative}.tabsExtendedContent__4e537c6b{display:inline-flex;padding:4px}.tabsExtendedTab__6a3a1760+.tabsExtendedTab__6a3a1760,.tabsExtendedDropdown__66b7d507{margin-left:2px}.tabsReal__c9d91b6a,.tabsFake__b44128c1{display:flex;box-sizing:border-box;width:100%}.tabsReal__c9d91b6a.hidden__39a4ca2f{visibility:hidden}.tabsReal__c9d91b6a .tabsExtendedTab__6a3a1760.hidden__39a4ca2f{display:none}.tabsFake__b44128c1{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.tabsExtendedTabButton__b188ecde{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-0-1-7);outline:none;background:var(--triplex-next-Tabs-Tab_Background_Default-0-1-7);cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__b188ecde.lg__037824c9{border-radius:6px;padding:14px 16px;line-height:20px;font-size:16px}.tabsExtendedTabButton__b188ecde.md__e2b202ae{border-radius:4px;padding:6px 16px;line-height:20px;font-size:14px}.tabsExtendedTabButton__b188ecde.sm__ef2a8642{border-radius:4px;padding:2px 16px;line-height:16px;font-size:12px}.tabsExtendedTabButton__b188ecde::-moz-focus-inner{border:none}.tabsExtendedTabButton__b188ecde+.tabsExtendedTabButton__b188ecde{margin-left:2px}.tabsExtendedTabButton__b188ecde:hover{background:var(--triplex-next-Tabs-Tab_Background_Hover-0-1-7)}.tabsExtendedTabButton__b188ecde:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-0-1-7)}.tabsExtendedTabButton__b188ecde.selected__51dae38f{background:var(--triplex-next-Tabs-Tab_Background_Selected-0-1-7);cursor:default}.swipeableArea__bf455e72{position:relative;overflow:hidden}.swipeableArea__bf455e72 .content__d1e631ef{position:relative;touch-action:pan-y}.swipeableArea__bf455e72 .content__d1e631ef.disableScroll__7e6a7fcd{touch-action:none}.swipeableArea__bf455e72 .content__d1e631ef.disablePointerEvents__0d2eea16:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__bf455e72 .swipeAnimationFinish__fcc57a5d{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__bf455e72 .leftContent__942e8d3c,.swipeableArea__bf455e72 .rightContent__174e9c98{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__bf455e72 .rightContent__174e9c98{left:auto;right:0}.footer__bc5c961d.sticky__5e4d9507{z-index:101;position:sticky;bottom:0}.footerDescription__4b2a2361{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__f6f80235{flex-grow:1;margin-right:auto}.footerDescriptionControls__16e45cab{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__4b2a2361{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__f6f80235{width:100%}.footerDescriptionControls__16e45cab{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__16e45cab>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__f6f80235+.footerDescriptionControls__16e45cab{margin-top:0}.footer__bc5c961d{padding:16px 0}}.body__e1ba4280{position:relative;padding-bottom:24px;display:flex}.body__e1ba4280 .bodyInner__1b0b05f1{position:relative;flex-grow:1;width:100%}@media (max-width: 767px){.body__e1ba4280{padding:16px 0;overflow-x:auto}}.headerTabs__6c23ccf0{display:flex;justify-content:space-between}.headerTabs__6c23ccf0 .headerTabsContent__1acb1f41{flex-grow:1}.headerTabs__6c23ccf0 .headerTabsControls__4eece92d{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__6c23ccf0{flex-wrap:wrap}.headerTabs__6c23ccf0 .headerTabsContent__1acb1f41{width:100%}.headerTabs__6c23ccf0 .headerTabsControls__4eece92d{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__6c23ccf0 .headerTabsControls__4eece92d>button{margin-left:16px;margin-top:16px}}.headerTitle__26d5f49b{display:flex;justify-content:space-between}.headerTitle__26d5f49b .headerTitleControls__858e5ccc{white-space:nowrap;padding-left:24px}.headerLink__797d49ca+.headerTitle__26d5f49b{padding-top:0}@media (max-width: 767px){.headerTitle__26d5f49b{flex-wrap:wrap}.headerTitle__26d5f49b .headerTitleContent__98c45bb5{width:100%}.headerTitle__26d5f49b .headerTitleControls__858e5ccc{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__26d5f49b .headerTitleControls__858e5ccc>button{margin-left:16px;margin-top:16px}}.headerSubheader__6837a930{padding:24px 0}.headerSubheader__6837a930.withoutPaddings__cb1b8ec2{padding:0}.headerLayoutSidebar__7b3b1626{display:flex;justify-content:space-between}.headerLayoutSidebarContent__5ad16391{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__d7835ab7{display:none}}.header__535988d1.sticky__5794a64b{z-index:101;position:sticky;top:0}.page__3522a4c2{height:100%;display:flex;flex-direction:column;max-width:100%;padding:24px;box-sizing:border-box;background-color:var(--triplex-next-Page-Background-0-1-7)}.page__3522a4c2 .headerPageBackground__e9b9f5f0{background:var(--triplex-next-HeaderPage-Background-0-1-7);padding:24px;border-radius:24px}.page__3522a4c2 .footerPageBackground__22830695{background:var(--triplex-next-FooterPage-Background-0-1-7);padding:24px;border-radius:24px}.page__3522a4c2 .headerPageSticky__dc0ca822{z-index:101;position:sticky;top:0}.page__3522a4c2 .footerPageSticky__bb7b8ee3{z-index:101;position:sticky;bottom:0}.page__3522a4c2 .headerPageStuck__d2ea2548{border-top-left-radius:0;border-top-right-radius:0}.page__3522a4c2 .footerPageStuck__29e27c0d{border-bottom-left-radius:0;border-bottom-right-radius:0}.observerTarget__4a3405c0{height:1px;visibility:hidden;pointer-events:none}.headerPage__4ac810db{padding-bottom:24px}.bodyPage__907831e6{flex-grow:1}.paginationExtended__195b56ef{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__00a8ad80 .directionIconNext__0fc6a623{transform:rotate(180deg)}.pageEllipsis__457ffd76{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-0-1-7);cursor:default}.paginationPageButton__918a3c0d{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-0-1-7);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__918a3c0d:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-0-1-7);outline:none}.paginationPageButton__918a3c0d:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-0-1-7)}.paginationPageButton__918a3c0d:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-0-1-7);cursor:grabbing}.paginationPageButton__918a3c0d.currentPage__e3d5c36f{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-0-1-7);cursor:default}.paginationNavigationExtended__6d171175{display:flex;align-items:center;list-style-type:none;margin:0;padding:0}.paginationSelect__faaa4a18{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__faaa4a18 .paginationSelectControl__4a2edf67{margin-left:8px}.button__d07d6249{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__d07d6249::-moz-focus-inner{border:none;padding:0}.button__d07d6249.sm__f935b0e4{border-radius:6px;line-height:16px;font-size:12px}.button__d07d6249.sm__f935b0e4:not(.icon__b8850734){height:28px;min-width:58px;padding:0 16px}.button__d07d6249.sm__f935b0e4.icon__b8850734{min-height:28px;min-width:28px;padding:4px}.button__d07d6249.md__3519517a{border-radius:8px;line-height:20px;font-size:14px}.button__d07d6249.md__3519517a:not(.icon__b8850734){height:40px;min-width:72px;padding:0 20px}.button__d07d6249.md__3519517a.icon__b8850734{min-height:40px;min-width:40px;padding:10px}.button__d07d6249.lg__134c4a70{border-radius:10px;line-height:20px;font-size:16px}.button__d07d6249.lg__134c4a70:not(.icon__b8850734){height:56px;min-width:84px;padding:0 24px}.button__d07d6249.lg__134c4a70.icon__b8850734{min-height:56px;min-width:56px;padding:12px}.button__d07d6249:disabled{cursor:default}.button__d07d6249:disabled *{pointer-events:none}.button__d07d6249+.button__d07d6249:not(.block__b5b9079d){margin-left:16px}.button__d07d6249 .content__727aa037{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__d07d6249.block__b5b9079d{display:block;width:100%}.button__d07d6249.loading__a4e25acc{pointer-events:none}.button__d07d6249.loading__a4e25acc .content__727aa037{visibility:hidden}.button__d07d6249 .loader__4c3b1f6c{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__d07d6249 .loader__4c3b1f6c.hidden__e3170739{visibility:hidden}.button__d07d6249.general__6684bbc0{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-0-1-7);color:var(--triplex-next-Button-General_Color_Default-0-1-7)}.button__d07d6249.general__6684bbc0:hover{background:var(--triplex-next-Button-General_Background_Hover-0-1-7);color:var(--triplex-next-Button-General_Color_Hover-0-1-7)}.button__d07d6249.general__6684bbc0.expanded__2e8baf77,.button__d07d6249.general__6684bbc0:active{background:var(--triplex-next-Button-General_Background_Active-0-1-7);color:var(--triplex-next-Button-General_Color_Active-0-1-7)}.button__d07d6249.general__6684bbc0:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-0-1-7)}.button__d07d6249.general__6684bbc0:disabled{background:var(--triplex-next-Button-General_Background_Disabled-0-1-7);color:var(--triplex-next-Button-General_Color_Disabled-0-1-7)}.button__d07d6249.secondary__551dee7f{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-0-1-7);color:var(--triplex-next-Button-Secondary_Color_Default-0-1-7)}.button__d07d6249.secondary__551dee7f:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-0-1-7);color:var(--triplex-next-Button-Secondary_Color_Hover-0-1-7)}.button__d07d6249.secondary__551dee7f.expanded__2e8baf77,.button__d07d6249.secondary__551dee7f:active{background:var(--triplex-next-Button-Secondary_Background_Active-0-1-7);color:var(--triplex-next-Button-Secondary_Color_Active-0-1-7)}.button__d07d6249.secondary__551dee7f:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-0-1-7)}.button__d07d6249.secondary__551dee7f:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-0-1-7);color:var(--triplex-next-Button-Secondary_Color_Disabled-0-1-7)}.button__d07d6249.danger__31b42261{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-0-1-7);color:var(--triplex-next-Button-Danger_Color_Default-0-1-7)}.button__d07d6249.danger__31b42261:hover{background:var(--triplex-next-Button-Danger_Background_Hover-0-1-7);color:var(--triplex-next-Button-Danger_Color_Hover-0-1-7)}.button__d07d6249.danger__31b42261.expanded__2e8baf77,.button__d07d6249.danger__31b42261:active{background:var(--triplex-next-Button-Danger_Background_Active-0-1-7);color:var(--triplex-next-Button-Danger_Color_Active-0-1-7)}.button__d07d6249.danger__31b42261:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-0-1-7)}.button__d07d6249.danger__31b42261:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-0-1-7);color:var(--triplex-next-Button-Danger_Color_Disabled-0-1-7)}.button__d07d6249.link__2d499997{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-0-1-7);border-radius:0}.button__d07d6249.link__2d499997.md__3519517a{height:40px;min-width:0;padding:0 2px}.button__d07d6249.link__2d499997.sm__f935b0e4{height:28px;min-width:0;padding:0 2px}.button__d07d6249.link__2d499997.lg__134c4a70{height:56px;min-width:0;padding:0 2px}.button__d07d6249.link__2d499997:hover{color:var(--triplex-next-Button-Link_Color_Hover-0-1-7)}.button__d07d6249.link__2d499997:active{color:var(--triplex-next-Button-Link_Color_Active-0-1-7)}.button__d07d6249.link__2d499997:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-0-1-7)}.button__d07d6249.link__2d499997:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-0-1-7)}.dropdown__3379d47a{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-0-1-7);background-color:var(--triplex-next-Dropdown-Background-0-1-7)}.dropdown-sm__d78feb9b{border-radius:6px}.dropdown-md__aebd1b08{border-radius:8px}.dropdown-lg__a620c56e{border-radius:10px}.dropdownOverflowHidden__e5dd47f4{overflow:hidden}.buttonDropdownExtended__a282a196{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__a282a196 .buttonDropdownExtendedBlock__ded51c9d{padding:4px;margin-top:4px;right:0}.buttonDropdown__8ed9b8d6.block__b5b9079d{display:block}.buttonDropdown__8ed9b8d6+.button__d07d6249:not(.block__b5b9079d),.buttonDropdown__8ed9b8d6+.buttonDropdown__8ed9b8d6:not(.block__b5b9079d){margin-left:16px}.buttonDropdown__8ed9b8d6 .buttonDropdownTarget__bc8ab3a1 .caretIcon__516df9a7{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__8ed9b8d6 .buttonDropdownTarget__bc8ab3a1.active__d21da1ae .caretIcon__516df9a7{transform:rotate(-180deg)}.buttonDropdown__8ed9b8d6 .buttonDropdownMenuItem__59eb2cfd{overflow:hidden;text-overflow:ellipsis}.formFieldMaskedInputWrapper__d67d99c0{position:relative}.formFieldMaskedInputWrapper__d67d99c0 .formFieldMaskedInputPlaceholder__81f5e440{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__d67d99c0 .formFieldMaskedInputPlaceholder__81f5e440::placeholder{opacity:1}.formFieldMaskedInputWrapper__d67d99c0.size-sm__b5639029{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__d67d99c0.size-sm__b5639029 .formFieldMaskedInputPlaceholder__81f5e440{top:5px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__d67d99c0.size-md__73e52ea6{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__d67d99c0.size-md__73e52ea6 .formFieldMaskedInputPlaceholder__81f5e440{top:9px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__d67d99c0.size-lg__d3f50b19{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__d67d99c0.size-lg__d3f50b19 .formFieldMaskedInputPlaceholder__81f5e440{top:25px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__d67d99c0 .formFieldMaskedInput__3eba9301{display:block;position:relative;background:none!important}.listItemTable__797c79d6{margin-bottom:4px}.listItemTable__797c79d6:last-child{margin-bottom:0}.listSortableItem__c678d1ce{position:relative}.listSortableItem__c678d1ce.dragging__6271060a{z-index:1}.segmentedControlSegment__3e7e8d9c{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-0-1-7);outline:none;cursor:pointer}.segmentedControlSegment__3e7e8d9c:disabled{cursor:default}.sm__4793ebd8 .segmentedControlSegment__3e7e8d9c{min-height:20px;padding:2px;font-size:12px;line-height:16px;border-radius:4px}.md__79bb9156 .segmentedControlSegment__3e7e8d9c{min-height:32px;padding:6px;font-size:14px;line-height:20px;border-radius:6px}.lg__65112899 .segmentedControlSegment__3e7e8d9c{min-height:40px;padding:8px;font-size:16px;line-height:20px;border-radius:8px}.general1__d5fd7ed4 .segmentedControlSegment__3e7e8d9c{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-1-7);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-1-7)}.general1__d5fd7ed4 .segmentedControlSegment__3e7e8d9c:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-1-7);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-1-7)}.general1__d5fd7ed4 .segmentedControlSegment__3e7e8d9c:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-1-7);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-1-7)}.general1__d5fd7ed4 .segmentedControlSegment__3e7e8d9c.selected__de802c9f{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-1-7);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-1-7)}.general1__d5fd7ed4 .segmentedControlSegment__3e7e8d9c.selected__de802c9f:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-1-7);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-1-7)}.general1__d5fd7ed4 .segmentedControlSegment__3e7e8d9c.selected__de802c9f:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-1-7);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-1-7)}.general2__231f7716 .segmentedControlSegment__3e7e8d9c{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-1-7);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-1-7)}.general2__231f7716 .segmentedControlSegment__3e7e8d9c:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-1-7);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-1-7)}.general2__231f7716 .segmentedControlSegment__3e7e8d9c:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-1-7);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-1-7)}.general2__231f7716 .segmentedControlSegment__3e7e8d9c.selected__de802c9f{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-1-7);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-1-7)}.general2__231f7716 .segmentedControlSegment__3e7e8d9c.selected__de802c9f:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-1-7);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-1-7)}.general2__231f7716 .segmentedControlSegment__3e7e8d9c.selected__de802c9f:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-1-7);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-1-7)}.secondary1__353fbca2 .segmentedControlSegment__3e7e8d9c{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-1-7);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-1-7)}.secondary1__353fbca2 .segmentedControlSegment__3e7e8d9c:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-1-7);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-1-7)}.secondary1__353fbca2 .segmentedControlSegment__3e7e8d9c:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-1-7);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-1-7)}.secondary1__353fbca2 .segmentedControlSegment__3e7e8d9c.selected__de802c9f{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-1-7);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-1-7)}.secondary1__353fbca2 .segmentedControlSegment__3e7e8d9c.selected__de802c9f:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-1-7);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-1-7)}.secondary2__8cd0450b .segmentedControlSegment__3e7e8d9c{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-1-7);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-1-7)}.secondary2__8cd0450b .segmentedControlSegment__3e7e8d9c:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-1-7);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-1-7)}.secondary2__8cd0450b .segmentedControlSegment__3e7e8d9c:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-1-7);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-1-7)}.secondary2__8cd0450b .segmentedControlSegment__3e7e8d9c.selected__de802c9f{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-1-7);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-1-7)}.secondary2__8cd0450b .segmentedControlSegment__3e7e8d9c.selected__de802c9f:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-1-7);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-1-7)}.segmentedControlSegment__3e7e8d9c:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-1-7)}.content__30212d57{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__90dc7c3c{display:flex;gap:4px}.segmentedControl__90dc7c3c.general1__d5fd7ed4{background:var(--triplex-next-SegmentedControl-General_1_Background-0-1-7)}.segmentedControl__90dc7c3c.secondary1__353fbca2{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-0-1-7)}.segmentedControl__90dc7c3c.general2__231f7716{background:var(--triplex-next-SegmentedControl-General_2_Background-0-1-7)}.segmentedControl__90dc7c3c.secondary2__8cd0450b{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-0-1-7)}.segmentedControl__90dc7c3c.sm__4793ebd8{padding:4px}.segmentedControl__90dc7c3c.md__79bb9156{padding:6px}.segmentedControl__90dc7c3c.lg__65112899{padding:8px}.skeleton__3867226b{border-radius:16px;flex-grow:1}.skeleton__3867226b.light__57bbadaf{animation:skeleton-light-pulse__0003cf03 2s ease-in-out infinite}.skeleton__3867226b.dark__0bcc60c2{animation:skeleton-dark-pulse__6aecaef9 2s ease-in-out infinite}@keyframes skeleton-light-pulse__0003cf03{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-1-7)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-0-1-7)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-1-7)}}@keyframes skeleton-dark-pulse__6aecaef9{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-1-7)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-0-1-7)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-1-7)}}.tooltipDesktop__8d537d4b{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__8d537d4b .tooltipBody__360b31e6{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-0-1-7)}.tooltipDesktop__8d537d4b .tooltipXButton__8447bd31{position:absolute;right:8px;top:8px}.tooltipDesktopContent__103471c2{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-0-1-7);border-radius:8px}.closable__8f8fb3f9 .tooltipDesktopContent__103471c2{padding-right:32px}.tooltipSM__b7a48248 .tooltipDesktopContent__103471c2{width:192px;min-height:52px}.tooltipLG__7b7429ce .tooltipDesktopContent__103471c2{width:384px;min-height:52px}.tooltipOverlay__ff4dc5a7{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__759ee77f{width:0;height:0}.tooltipDesktopTip__759ee77f.down__674f8cb2{border-top:solid var(--triplex-next-Tooltip-Background-0-1-7);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__759ee77f.up__71e35fc5{border-bottom:solid var(--triplex-next-Tooltip-Background-0-1-7);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__759ee77f.left__4f271c37{border-right:solid var(--triplex-next-Tooltip-Background-0-1-7);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__759ee77f.right__a4175acd{border-left:solid var(--triplex-next-Tooltip-Background-0-1-7);border-top:solid transparent;border-bottom:solid transparent}.overlay__97b013aa{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__97b013aa.fixed__a263eed7{position:fixed}.overlay__97b013aa.closing__a000c43b,.overlay__97b013aa.opened__699fcec9{visibility:visible;left:0;right:0}.overlayPanel__93777c79{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-0-1-7);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__93777c79.bottom__ede79641{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__93777c79.left__b82dd173{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__93777c79.right__2c707b0d{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__93777c79.top__8baf4568{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__93777c79.left__b82dd173.opened__699fcec9,.overlayPanel__93777c79.right__2c707b0d.opened__699fcec9{transform:translate(0)}.overlayPanel__93777c79.top__8baf4568.opened__699fcec9,.overlayPanel__93777c79.bottom__ede79641.opened__699fcec9{transform:translateY(0)}.overlayContent__82d83347{display:flex;min-height:100%}.overlayMask__03151f0b{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-0-1-7);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__03151f0b.overlayOpened__14d9392c{opacity:1}.listMasterFooter__083e1db7{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-0-1-7);color:var(--triplex-next-ListMaster-Footer_Color-0-1-7);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__083e1db7.sticky__cc65a893{position:sticky;bottom:0}.listMasterFooterDescription__64bcace2{padding-right:16px}.listMasterFooterControls__367c7bb5{white-space:nowrap}.tooltipMobile__14c87fb4 .tooltipBody__360b31e6{text-align:left}.tooltipMobile__14c87fb4 .tooltipXButton__8447bd31{position:absolute;right:16px;top:16px}.tooltipMobileContent__a6ce98d4{padding:16px}.headerless__18118c58 .tooltipMobileContent__a6ce98d4{padding-right:40px}.tooltipLink__92420a4d{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:block;margin-top:16px}.desktop__be736ed6{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-0-1-7)}.desktop__be736ed6:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-1-7)}.desktop__be736ed6:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-0-1-7)}.desktop__be736ed6:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-1-7)}.mobile__6b949033{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-0-1-7)}.mobile__6b949033:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-1-7)}.mobile__6b949033:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-0-1-7)}.mobile__6b949033:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-1-7)}.listMasterChipGroup__9c81d844{padding:0 16px}.listMasterHeader__5b0cd69e{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-0-1-7);color:var(--triplex-next-ListMaster-Header_Color-0-1-7)}.listMasterHeader__5b0cd69e.sticky__cc65a893{position:sticky;top:0;z-index:1}.selectionControls__a4186a0c{display:flex;justify-content:space-between;align-items:center}.uploadZone__8564019d{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-0-1-7)}.uploadZone__8564019d:hover{background:var(--triplex-next-UploadZone-Background_Hover-0-1-7)}.uploadZoneDragArea__3df9380d{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-1-7);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__20fe0d9d{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-1-7);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-0-1-7);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-0-1-7);border-radius:8px;box-sizing:border-box}.uploadZoneInput__9bec7735{display:none}
|
|
1
|
+
html {--triplex-next-ColorBrand-0-0-1-8: #1F3336;
|
|
2
|
+
--triplex-next-ColorBrand-10-0-1-8: #0B3A3C;
|
|
3
|
+
--triplex-next-ColorBrand-20-0-1-8: #006063;
|
|
4
|
+
--triplex-next-ColorBrand-30-0-1-8: #007777;
|
|
5
|
+
--triplex-next-ColorBrand-40-0-1-8: #008985;
|
|
6
|
+
--triplex-next-ColorBrand-50-0-1-8: #21A19A;
|
|
7
|
+
--triplex-next-ColorBrand-60-0-1-8: #19BDB0;
|
|
8
|
+
--triplex-next-ColorBrand-70-0-1-8: #4BD9CF;
|
|
9
|
+
--triplex-next-ColorBrand-80-0-1-8: #71ECDC;
|
|
10
|
+
--triplex-next-ColorBrand-90-0-1-8: #A8F5E9;
|
|
11
|
+
--triplex-next-ColorBrand-100-0-1-8: #E3FFFA;
|
|
12
|
+
--triplex-next-ColorDarkNeutralAlpha-0-0-1-8: rgba(31, 31, 34, 1);
|
|
13
|
+
--triplex-next-ColorDarkNeutralAlpha-10-0-1-8: rgba(31, 31, 34, .95);
|
|
14
|
+
--triplex-next-ColorDarkNeutralAlpha-20-0-1-8: rgba(31, 31, 34, .85);
|
|
15
|
+
--triplex-next-ColorDarkNeutralAlpha-30-0-1-8: rgba(31, 31, 34, .75);
|
|
16
|
+
--triplex-next-ColorDarkNeutralAlpha-40-0-1-8: rgba(31, 31, 34, .65);
|
|
17
|
+
--triplex-next-ColorDarkNeutralAlpha-50-0-1-8: rgba(31, 31, 34, .55);
|
|
18
|
+
--triplex-next-ColorDarkNeutralAlpha-60-0-1-8: rgba(31, 31, 34, .45);
|
|
19
|
+
--triplex-next-ColorDarkNeutralAlpha-70-0-1-8: rgba(31, 31, 34, .35);
|
|
20
|
+
--triplex-next-ColorDarkNeutralAlpha-80-0-1-8: rgba(31, 31, 34, .25);
|
|
21
|
+
--triplex-next-ColorDarkNeutralAlpha-90-0-1-8: rgba(31, 31, 34, .15);
|
|
22
|
+
--triplex-next-ColorDarkNeutralAlpha-100-0-1-8: rgba(31, 31, 34, .05);
|
|
23
|
+
--triplex-next-ColorDarkNeutral-0-0-1-8: #000000;
|
|
24
|
+
--triplex-next-ColorDarkNeutral-10-0-1-8: #171719;
|
|
25
|
+
--triplex-next-ColorDarkNeutral-20-0-1-8: #1B1B1D;
|
|
26
|
+
--triplex-next-ColorDarkNeutral-30-0-1-8: #1F1F22;
|
|
27
|
+
--triplex-next-ColorDarkNeutral-40-0-1-8: #262629;
|
|
28
|
+
--triplex-next-ColorDarkNeutral-50-0-1-8: #2D2D30;
|
|
29
|
+
--triplex-next-ColorDarkNeutral-60-0-1-8: #343437;
|
|
30
|
+
--triplex-next-ColorDarkNeutral-70-0-1-8: #3B3B3E;
|
|
31
|
+
--triplex-next-ColorDarkNeutral-80-0-1-8: #424245;
|
|
32
|
+
--triplex-next-ColorDarkNeutral-90-0-1-8: #49494C;
|
|
33
|
+
--triplex-next-ColorDarkNeutral-100-0-1-8: #4F4F52;
|
|
34
|
+
--triplex-next-ColorError-0-0-1-8: #443139;
|
|
35
|
+
--triplex-next-ColorError-10-0-1-8: #4E3741;
|
|
36
|
+
--triplex-next-ColorError-20-0-1-8: #A90024;
|
|
37
|
+
--triplex-next-ColorError-30-0-1-8: #BD002C;
|
|
38
|
+
--triplex-next-ColorError-40-0-1-8: #D10032;
|
|
39
|
+
--triplex-next-ColorError-50-0-1-8: #E60037;
|
|
40
|
+
--triplex-next-ColorError-60-0-1-8: #F80C45;
|
|
41
|
+
--triplex-next-ColorError-70-0-1-8: #FF5571;
|
|
42
|
+
--triplex-next-ColorError-80-0-1-8: #FFB1C1;
|
|
43
|
+
--triplex-next-ColorError-90-0-1-8: #FCE0E6;
|
|
44
|
+
--triplex-next-ColorError-100-0-1-8: #FFF0F3;
|
|
45
|
+
--triplex-next-ColorInfo-0-0-1-8: #313749;
|
|
46
|
+
--triplex-next-ColorInfo-10-0-1-8: #2E3A52;
|
|
47
|
+
--triplex-next-ColorInfo-20-0-1-8: #0A43B0;
|
|
48
|
+
--triplex-next-ColorInfo-30-0-1-8: #124FC2;
|
|
49
|
+
--triplex-next-ColorInfo-40-0-1-8: #0E57CC;
|
|
50
|
+
--triplex-next-ColorInfo-50-0-1-8: #1371E4;
|
|
51
|
+
--triplex-next-ColorInfo-60-0-1-8: #1297FE;
|
|
52
|
+
--triplex-next-ColorInfo-70-0-1-8: #66BEFF;
|
|
53
|
+
--triplex-next-ColorInfo-80-0-1-8: #8DD2FF;
|
|
54
|
+
--triplex-next-ColorInfo-90-0-1-8: #B8E6FF;
|
|
55
|
+
--triplex-next-ColorInfo-100-0-1-8: #E3F6FF;
|
|
56
|
+
--triplex-next-ColorNeutralAlpha-0-0-1-8: rgba(255, 255, 255, 1);
|
|
57
|
+
--triplex-next-ColorNeutralAlpha-10-0-1-8: rgba(255, 255, 255, .95);
|
|
58
|
+
--triplex-next-ColorNeutralAlpha-20-0-1-8: rgba(255, 255, 255, .85);
|
|
59
|
+
--triplex-next-ColorNeutralAlpha-30-0-1-8: rgba(255, 255, 255, .75);
|
|
60
|
+
--triplex-next-ColorNeutralAlpha-40-0-1-8: rgba(255, 255, 255, .65);
|
|
61
|
+
--triplex-next-ColorNeutralAlpha-50-0-1-8: rgba(255, 255, 255, .55);
|
|
62
|
+
--triplex-next-ColorNeutralAlpha-60-0-1-8: rgba(255, 255, 255, .45);
|
|
63
|
+
--triplex-next-ColorNeutralAlpha-70-0-1-8: rgba(255, 255, 255, .35);
|
|
64
|
+
--triplex-next-ColorNeutralAlpha-80-0-1-8: rgba(255, 255, 255, .25);
|
|
65
|
+
--triplex-next-ColorNeutralAlpha-90-0-1-8: rgba(255, 255, 255, .15);
|
|
66
|
+
--triplex-next-ColorNeutralAlpha-100-0-1-8: rgba(255, 255, 255, .05);
|
|
67
|
+
--triplex-next-ColorNeutral-0-0-1-8: #CBCFD7;
|
|
68
|
+
--triplex-next-ColorNeutral-10-0-1-8: #D1D4DC;
|
|
69
|
+
--triplex-next-ColorNeutral-20-0-1-8: #D6D9E0;
|
|
70
|
+
--triplex-next-ColorNeutral-30-0-1-8: #DCDFE4;
|
|
71
|
+
--triplex-next-ColorNeutral-40-0-1-8: #DFE2E7;
|
|
72
|
+
--triplex-next-ColorNeutral-50-0-1-8: #E3E6EA;
|
|
73
|
+
--triplex-next-ColorNeutral-60-0-1-8: #E7E9EE;
|
|
74
|
+
--triplex-next-ColorNeutral-70-0-1-8: #EAEDF1;
|
|
75
|
+
--triplex-next-ColorNeutral-80-0-1-8: #EEF0F4;
|
|
76
|
+
--triplex-next-ColorNeutral-90-0-1-8: #F2F4F7;
|
|
77
|
+
--triplex-next-ColorNeutral-100-0-1-8: #FFFFFF;
|
|
78
|
+
--triplex-next-ColorSuccess-0-0-1-8: #28433E;
|
|
79
|
+
--triplex-next-ColorSuccess-10-0-1-8: #2A4C45;
|
|
80
|
+
--triplex-next-ColorSuccess-20-0-1-8: #00624C;
|
|
81
|
+
--triplex-next-ColorSuccess-30-0-1-8: #007353;
|
|
82
|
+
--triplex-next-ColorSuccess-40-0-1-8: #008B5C;
|
|
83
|
+
--triplex-next-ColorSuccess-50-0-1-8: #00C075;
|
|
84
|
+
--triplex-next-ColorSuccess-60-0-1-8: #00D67D;
|
|
85
|
+
--triplex-next-ColorSuccess-70-0-1-8: #3AF299;
|
|
86
|
+
--triplex-next-ColorSuccess-80-0-1-8: #8AFFB8;
|
|
87
|
+
--triplex-next-ColorSuccess-90-0-1-8: #B8FFD4;
|
|
88
|
+
--triplex-next-ColorSuccess-100-0-1-8: #E1FFEB;
|
|
89
|
+
--triplex-next-ColorSystem-0-0-1-8: #373C49;
|
|
90
|
+
--triplex-next-ColorSystem-10-0-1-8: #384156;
|
|
91
|
+
--triplex-next-ColorSystem-20-0-1-8: #47526D;
|
|
92
|
+
--triplex-next-ColorSystem-30-0-1-8: #57637F;
|
|
93
|
+
--triplex-next-ColorSystem-40-0-1-8: #697591;
|
|
94
|
+
--triplex-next-ColorSystem-50-0-1-8: #8291B3;
|
|
95
|
+
--triplex-next-ColorSystem-60-0-1-8: #95A3C1;
|
|
96
|
+
--triplex-next-ColorSystem-70-0-1-8: #A9B6D0;
|
|
97
|
+
--triplex-next-ColorSystem-80-0-1-8: #BFCADF;
|
|
98
|
+
--triplex-next-ColorSystem-90-0-1-8: #D6DEED;
|
|
99
|
+
--triplex-next-ColorSystem-100-0-1-8: #EEF3FC;
|
|
100
|
+
--triplex-next-ColorWarning-0-0-1-8: #463734;
|
|
101
|
+
--triplex-next-ColorWarning-10-0-1-8: #4F3E3B;
|
|
102
|
+
--triplex-next-ColorWarning-20-0-1-8: #E03400;
|
|
103
|
+
--triplex-next-ColorWarning-30-0-1-8: #E63D00;
|
|
104
|
+
--triplex-next-ColorWarning-40-0-1-8: #EF4C01;
|
|
105
|
+
--triplex-next-ColorWarning-50-0-1-8: #FD6508;
|
|
106
|
+
--triplex-next-ColorWarning-60-0-1-8: #FF7A17;
|
|
107
|
+
--triplex-next-ColorWarning-70-0-1-8: #FFB13B;
|
|
108
|
+
--triplex-next-ColorWarning-80-0-1-8: #FFD169;
|
|
109
|
+
--triplex-next-ColorWarning-90-0-1-8: #FFE7B1;
|
|
110
|
+
--triplex-next-ColorWarning-100-0-1-8: #FFF4DB;
|
|
111
|
+
--triplex-next-Button-General_Background_Active-0-1-8: #007777;
|
|
112
|
+
--triplex-next-Button-General_Background_Default-0-1-8: #21A19A;
|
|
113
|
+
--triplex-next-Button-General_Background_Disabled-0-1-8: #F2F4F7;
|
|
114
|
+
--triplex-next-Button-General_Background_Hover-0-1-8: #19BDB0;
|
|
115
|
+
--triplex-next-Button-General_Color_Active-0-1-8: rgba(255, 255, 255, 1);
|
|
116
|
+
--triplex-next-Button-General_Color_Default-0-1-8: rgba(255, 255, 255, 1);
|
|
117
|
+
--triplex-next-Button-General_Color_Disabled-0-1-8: rgba(31, 31, 34, .35);
|
|
118
|
+
--triplex-next-Button-General_Color_Hover-0-1-8: rgba(255, 255, 255, 1);
|
|
119
|
+
--triplex-next-Button-General_Shadow_Focus-0-1-8: 0 0 0 1px #FFD169 inset;
|
|
120
|
+
--triplex-next-Button-Secondary_Background_Active-0-1-8: #DCDFE4;
|
|
121
|
+
--triplex-next-Button-Secondary_Background_Default-0-1-8: #F2F4F7;
|
|
122
|
+
--triplex-next-Button-Secondary_Background_Disabled-0-1-8: #F2F4F7;
|
|
123
|
+
--triplex-next-Button-Secondary_Background_Hover-0-1-8: #EAEDF1;
|
|
124
|
+
--triplex-next-Button-Secondary_Color_Active-0-1-8: #007777;
|
|
125
|
+
--triplex-next-Button-Secondary_Color_Default-0-1-8: #008985;
|
|
126
|
+
--triplex-next-Button-Secondary_Color_Disabled-0-1-8: rgba(31, 31, 34, .35);
|
|
127
|
+
--triplex-next-Button-Secondary_Color_Hover-0-1-8: #21A19A;
|
|
128
|
+
--triplex-next-Button-Secondary_Shadow_Focus-0-1-8: 0 0 0 1px #FFD169 inset;
|
|
129
|
+
--triplex-next-Button-Danger_Background_Active-0-1-8: #BD002C;
|
|
130
|
+
--triplex-next-Button-Danger_Background_Default-0-1-8: #E60037;
|
|
131
|
+
--triplex-next-Button-Danger_Background_Disabled-0-1-8: #F2F4F7;
|
|
132
|
+
--triplex-next-Button-Danger_Background_Hover-0-1-8: #F80C45;
|
|
133
|
+
--triplex-next-Button-Danger_Color_Active-0-1-8: rgba(255, 255, 255, 1);
|
|
134
|
+
--triplex-next-Button-Danger_Color_Default-0-1-8: rgba(255, 255, 255, 1);
|
|
135
|
+
--triplex-next-Button-Danger_Color_Disabled-0-1-8: rgba(31, 31, 34, .35);
|
|
136
|
+
--triplex-next-Button-Danger_Color_Hover-0-1-8: rgba(255, 255, 255, 1);
|
|
137
|
+
--triplex-next-Button-Danger_Shadow_Focus-0-1-8: 0 0 0 1px #FFD169 inset;
|
|
138
|
+
--triplex-next-Button-Icon_Shadow_Focus-0-1-8: 0 0 0 1px #FFD169;
|
|
139
|
+
--triplex-next-Button-Link_Color_Active-0-1-8: #007777;
|
|
140
|
+
--triplex-next-Button-Link_Color_Default-0-1-8: #008985;
|
|
141
|
+
--triplex-next-Button-Link_Color_Disabled-0-1-8: rgba(31, 31, 34, .35);
|
|
142
|
+
--triplex-next-Button-Link_Color_Hover-0-1-8: #21A19A;
|
|
143
|
+
--triplex-next-Button-Link_Shadow_Focus-0-1-8: 0 0 0 1px #FFD169 inset;
|
|
144
|
+
--triplex-next-Checkbox-Background_Checked_Default-0-1-8: #21A19A;
|
|
145
|
+
--triplex-next-Checkbox-Background_Checked_Hover-0-1-8: #007777;
|
|
146
|
+
--triplex-next-Checkbox-Background_Default-0-1-8: #F2F4F7;
|
|
147
|
+
--triplex-next-Checkbox-Background_Disabled-0-1-8: rgba(31, 31, 34, .15);
|
|
148
|
+
--triplex-next-Checkbox-BorderColor_Focus-0-1-8: 0 0 0 1px #FFD169 inset;
|
|
149
|
+
--triplex-next-Checkbox-Checkmark_Fill_Default-0-1-8: rgba(255, 255, 255, 1);
|
|
150
|
+
--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-1-8: rgba(31, 31, 34, .15);
|
|
151
|
+
--triplex-next-Checkbox-Color_Default-0-1-8: rgba(31, 31, 34, 1);
|
|
152
|
+
--triplex-next-Checkbox-Color_Disabled-0-1-8: rgba(31, 31, 34, .35);
|
|
153
|
+
--triplex-next-FormField-Background_Active-0-1-8: #F2F4F7;
|
|
154
|
+
--triplex-next-FormField-Background_Default-0-1-8: #F2F4F7;
|
|
155
|
+
--triplex-next-FormField-Background_Disabled-0-1-8: #F2F4F7;
|
|
156
|
+
--triplex-next-FormField-Background_Error-0-1-8: #FFF0F3;
|
|
157
|
+
--triplex-next-FormField-Background_Error_Hover-0-1-8: #FCE0E6;
|
|
158
|
+
--triplex-next-FormField-Background_Hover-0-1-8: #EAEDF1;
|
|
159
|
+
--triplex-next-FormField-Input_Color_Default-0-1-8: rgba(31, 31, 34, 1);
|
|
160
|
+
--triplex-next-FormField-Input_Color_Disabled-0-1-8: rgba(31, 31, 34, .45);
|
|
161
|
+
--triplex-next-FormField-Label_Color_Default-0-1-8: rgba(31, 31, 34, .65);
|
|
162
|
+
--triplex-next-FormField-Label_Color_Disabled-0-1-8: rgba(31, 31, 34, .45);
|
|
163
|
+
--triplex-next-FormField-Shadow_Active-0-1-8: 0 0 0 1px #21A19A inset;
|
|
164
|
+
--triplex-next-FormField-Shadow_Default-0-1-8: none;
|
|
165
|
+
--triplex-next-FormField-Shadow_Error_Active-0-1-8: 0 0 0 1px #E60037 inset;
|
|
166
|
+
--triplex-next-FormField-Placeholder_Color-0-1-8: rgba(31, 31, 34, .65);
|
|
167
|
+
--triplex-next-Link-BorderColor_Focus-0-1-8: 0 0 0 1px #FFD169 inset;
|
|
168
|
+
--triplex-next-Link-Text_Color_Active-0-1-8: #007777;
|
|
169
|
+
--triplex-next-Link-Text_Color_Default-0-1-8: #008985;
|
|
170
|
+
--triplex-next-Link-Text_Color_Hover-0-1-8: #21A19A;
|
|
171
|
+
--triplex-next-Loader-Neutral_Background_Default-0-1-8: rgba(255, 255, 255, 1);
|
|
172
|
+
--triplex-next-Loader-Brand_Background_Default-0-1-8: #21A19A;
|
|
173
|
+
--triplex-next-LoaderWidget-Small_Backdrop_Default-0-1-8: rgba(255, 255, 255, .8);
|
|
174
|
+
--triplex-next-LoaderWidget-Middle_Backdrop_Default-0-1-8: #FFFFFF;
|
|
175
|
+
--triplex-next-LoaderWidget-Middle_Background_Default-0-1-8: #EEF0F4;
|
|
176
|
+
--triplex-next-Dropdown-Background-0-1-8: #FFFFFF;
|
|
177
|
+
--triplex-next-Dropdown-Shadow-0-1-8: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
178
|
+
--triplex-next-DropdownList-Background_Active-0-1-8: #F2F4F7;
|
|
179
|
+
--triplex-next-DropdownList-Background_Default-0-1-8: none;
|
|
180
|
+
--triplex-next-DropdownList-Background_Selected-0-1-8: #DCDFE4;
|
|
181
|
+
--triplex-next-DropdownList-Color-0-1-8: rgba(31, 31, 34, 1);
|
|
182
|
+
--triplex-next-DropdownMobile-Backdrop-0-1-8: rgba(31, 31, 34, .65);
|
|
183
|
+
--triplex-next-DropdownMobile-Border_Color-0-1-8: #D6D9E0;
|
|
184
|
+
--triplex-next-DropdownMobile-Content_Background-0-1-8: #FFFFFF;
|
|
185
|
+
--triplex-next-DropdownMobile-Footer_Background-0-1-8: #FFFFFF;
|
|
186
|
+
--triplex-next-DropdownMobile-Header_Background-0-1-8: #F2F4F7;
|
|
187
|
+
--triplex-next-DropdownMobileList-Active_Background-0-1-8: #F2F4F7;
|
|
188
|
+
--triplex-next-DropdownMobileList-Selected_Background-0-1-8: #DCDFE4;
|
|
189
|
+
--triplex-next-Tabs-Background-0-1-8: #F2F4F7;
|
|
190
|
+
--triplex-next-Tabs-Tab_Background_Default-0-1-8: #F2F4F7;
|
|
191
|
+
--triplex-next-Tabs-Tab_Background_Hover-0-1-8: #DFE2E7;
|
|
192
|
+
--triplex-next-Tabs-Tab_Background_Selected-0-1-8: #FFFFFF;
|
|
193
|
+
--triplex-next-Tabs-Tab_BorderColor_Default-0-1-8: #F2F4F7;
|
|
194
|
+
--triplex-next-Tabs-Tab_BorderColor_Focus-0-1-8: 0 0 0 1px #FFD169 inset;
|
|
195
|
+
--triplex-next-Typography-Primary_Color-0-1-8: rgba(31, 31, 34, 1);
|
|
196
|
+
--triplex-next-Typography-Complementary_Color-0-1-8: rgba(31, 31, 34, .85);
|
|
197
|
+
--triplex-next-Typography-Secondary_Color-0-1-8: rgba(31, 31, 34, .65);
|
|
198
|
+
--triplex-next-Typography-Tertiary_Color-0-1-8: rgba(31, 31, 34, .55);
|
|
199
|
+
--triplex-next-Typography-Disabled_Color-0-1-8: rgba(31, 31, 34, .35);
|
|
200
|
+
--triplex-next-Typography-Brand_Color-0-1-8: #008985;
|
|
201
|
+
--triplex-next-Typography-Info_Color-0-1-8: #0E57CC;
|
|
202
|
+
--triplex-next-Typography-Success_Color-0-1-8: #008B5C;
|
|
203
|
+
--triplex-next-Typography-Error_Color-0-1-8: #D10032;
|
|
204
|
+
--triplex-next-Typography-Warning_Color-0-1-8: #EF4C01;
|
|
205
|
+
--triplex-next-Typography-System_Color-0-1-8: #697591;
|
|
206
|
+
--triplex-next-Tooltip-Background-0-1-8: #1B1B1D;
|
|
207
|
+
--triplex-next-Tooltip-Color-0-1-8: rgba(255, 255, 255, 1);
|
|
208
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Active-0-1-8: #008985;
|
|
209
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Default-0-1-8: #19BDB0;
|
|
210
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-1-8: #4BD9CF;
|
|
211
|
+
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-1-8: 0 0 0 1px #FFD169;
|
|
212
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Active-0-1-8: #007777;
|
|
213
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Default-0-1-8: #008985;
|
|
214
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-1-8: #21A19A;
|
|
215
|
+
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-1-8: 0 0 0 1px #FFDD64;
|
|
216
|
+
--triplex-next-AlertContext-Error_Color-0-1-8: #D10032;
|
|
217
|
+
--triplex-next-AlertContext-Info_Color-0-1-8: rgba(31, 31, 34, 1);
|
|
218
|
+
--triplex-next-AlertContext-System_Color-0-1-8: rgba(31, 31, 34, 1);
|
|
219
|
+
--triplex-next-AlertContext-Warning_Color-0-1-8: rgba(31, 31, 34, 1);
|
|
220
|
+
--triplex-next-AlertProcess-Info_Background-0-1-8: #E3F6FF;
|
|
221
|
+
--triplex-next-AlertProcess-Warning_Background-0-1-8: #FFF4DB;
|
|
222
|
+
--triplex-next-AlertProcess-Error_Background-0-1-8: #FFF0F3;
|
|
223
|
+
--triplex-next-AlertProcess-System_Background-0-1-8: #EEF3FC;
|
|
224
|
+
--triplex-next-AlertProcess-Feature_Background-0-1-8: #E3FFFA;
|
|
225
|
+
--triplex-next-Overlay-Background-0-1-8: rgba(255, 255, 255, .8);
|
|
226
|
+
--triplex-next-Overlay-Panel_Background-0-1-8: #FFFFFF;
|
|
227
|
+
--triplex-next-ListItem-Background-0-1-8: #FFFFFF;
|
|
228
|
+
--triplex-next-ListItem-Background_Dragging-0-1-8: #FFFFFF;
|
|
229
|
+
--triplex-next-ListItem-Background_Selected-0-1-8: #F2F4F7;
|
|
230
|
+
--triplex-next-ListItem-Shadow-0-1-8: 0 2px 7px rgba(31, 31, 34, 0.25);
|
|
231
|
+
--triplex-next-ListItemControlsButton-Background-0-1-8: #F2F4F7;
|
|
232
|
+
--triplex-next-ListItemControlsButton-Color-0-1-8: #171719;
|
|
233
|
+
--triplex-next-ListMaster-Background-0-1-8: #FFFFFF;
|
|
234
|
+
--triplex-next-ListMaster-Footer_Background-0-1-8: #DCDFE4;
|
|
235
|
+
--triplex-next-ListMaster-Footer_Color-0-1-8: #EAEDF1;
|
|
236
|
+
--triplex-next-ListMaster-Header_Background-0-1-8: #DCDFE4;
|
|
237
|
+
--triplex-next-ListMaster-Header_Color-0-1-8: #EAEDF1;
|
|
238
|
+
--triplex-next-Page-Background-0-1-8: #EAEDF1;
|
|
239
|
+
--triplex-next-Radio-Background_Checked_Default-0-1-8: #21A19A;
|
|
240
|
+
--triplex-next-Radio-Background_Checked_Disabled-0-1-8: rgba(31, 31, 34, .15);
|
|
241
|
+
--triplex-next-Radio-Background_Checked_Hover-0-1-8: #007777;
|
|
242
|
+
--triplex-next-Radio-Background_Default-0-1-8: #F2F4F7;
|
|
243
|
+
--triplex-next-Radio-Background_Disabled-0-1-8: #F2F4F7;
|
|
244
|
+
--triplex-next-Radio-Background_Hover-0-1-8: #19BDB0;
|
|
245
|
+
--triplex-next-Radio-BorderColor_Focused-0-1-8: 0 0 0 1px #FFD169 inset;
|
|
246
|
+
--triplex-next-Radio-Color_Default-0-1-8: rgba(31, 31, 34, 1);
|
|
247
|
+
--triplex-next-Radio-Color_Disabled-0-1-8: rgba(31, 31, 34, .35);
|
|
248
|
+
--triplex-next-Radio-Dot_Default-0-1-8: rgba(255, 255, 255, 1);
|
|
249
|
+
--triplex-next-Radio-Dot_Disabled-0-1-8: rgba(31, 31, 34, .15);
|
|
250
|
+
--triplex-next-UploadZone-Background_Default-0-1-8: #F2F4F7;
|
|
251
|
+
--triplex-next-UploadZone-Background_Hover-0-1-8: #EAEDF1;
|
|
252
|
+
--triplex-next-UploadZone-BorderColor_Default-0-1-8: rgba(31, 31, 34, .45);
|
|
253
|
+
--triplex-next-UploadZone-DragArea_Background-0-1-8: #F2F4F7;
|
|
254
|
+
--triplex-next-UploadZone-DragArea_BorderColor-0-1-8: #21A19A;
|
|
255
|
+
--triplex-next-Pagination-PageButton_Background_Active-0-1-8: #E3E6EA;
|
|
256
|
+
--triplex-next-Pagination-PageButton_Background_Hover-0-1-8: #F2F4F7;
|
|
257
|
+
--triplex-next-Pagination-PageButton_Background_Selected-0-1-8: #E3E6EA;
|
|
258
|
+
--triplex-next-Pagination-PageButton_BorderColor_Focus-0-1-8: #FFD169;
|
|
259
|
+
--triplex-next-Pagination-PageButton_Color-0-1-8: rgba(31, 31, 34, 1);
|
|
260
|
+
--triplex-next-Card-Static_General_Background-0-1-8: #FFFFFF;
|
|
261
|
+
--triplex-next-Card-Static_Secondary_Background-0-1-8: #F2F4F7;
|
|
262
|
+
--triplex-next-Card-Action_General_Background-0-1-8: #FFFFFF;
|
|
263
|
+
--triplex-next-Card-Action_General_Background_Hover-0-1-8: #FFFFFF;
|
|
264
|
+
--triplex-next-Card-Action_General_Background_Selected-0-1-8: #F2F4F7;
|
|
265
|
+
--triplex-next-Card-Action_General_Background_Selected_Hover-0-1-8: #EAEDF1;
|
|
266
|
+
--triplex-next-Card-Action_Secondary_Background-0-1-8: #F2F4F7;
|
|
267
|
+
--triplex-next-Card-Action_Secondary_Background_Hover-0-1-8: #E7E9EE;
|
|
268
|
+
--triplex-next-Card-Action_Secondary_Background_Selected-0-1-8: #DFE2E7;
|
|
269
|
+
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-1-8: #DFE2E7;
|
|
270
|
+
--triplex-next-Card-BorderColor_Focus-0-1-8: #FFD169;
|
|
271
|
+
--triplex-next-Card-Shadow_Default-0-1-8: 0 0 7px 0 rgba(31, 31, 34, 0.25);
|
|
272
|
+
--triplex-next-Card-Shadow_Hover-0-1-8: 0 0 14px 0 rgba(31, 31, 34, 0.25);
|
|
273
|
+
--triplex-next-Skeleton-BackgroundColor_Light_Start-0-1-8: #F2F4F7;
|
|
274
|
+
--triplex-next-Skeleton-BackgroundColor_Light_End-0-1-8: #DFE2E7;
|
|
275
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-1-8: rgba(31, 31, 34, .05);
|
|
276
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_End-0-1-8: rgba(31, 31, 34, .15);
|
|
277
|
+
--triplex-next-SegmentedControl-General_1_Background-0-1-8: #F2F4F7;
|
|
278
|
+
--triplex-next-SegmentedControl-General_2_Background-0-1-8: #FFFFFF;
|
|
279
|
+
--triplex-next-SegmentedControl-Secondary_1_Background-0-1-8: #F2F4F7;
|
|
280
|
+
--triplex-next-SegmentedControl-Secondary_2_Background-0-1-8: #FFFFFF;
|
|
281
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-1-8: rgba(31, 31, 34, .65);
|
|
282
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-1-8: rgba(31, 31, 34, 1);
|
|
283
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-1-8: rgba(31, 31, 34, .15);
|
|
284
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-1-8: rgba(255, 255, 255, 1);
|
|
285
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-1-8: rgba(255, 255, 255, 1);
|
|
286
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-1-8: rgba(255, 255, 255, .25);
|
|
287
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-1-8: #F2F4F7;
|
|
288
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-1-8: #DFE2E7;
|
|
289
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-1-8: #F2F4F7;
|
|
290
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-1-8: #3B3B3E;
|
|
291
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-1-8: #49494C;
|
|
292
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-1-8: #343437;
|
|
293
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-1-8: rgba(31, 31, 34, .65);
|
|
294
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-1-8: rgba(31, 31, 34, 1);
|
|
295
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-1-8: rgba(31, 31, 34, .15);
|
|
296
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-1-8: rgba(255, 255, 255, 1);
|
|
297
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-1-8: rgba(255, 255, 255, 1);
|
|
298
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-1-8: rgba(255, 255, 255, .25);
|
|
299
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-1-8: #FFFFFF;
|
|
300
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-1-8: #EEF0F4;
|
|
301
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-1-8: #FFFFFF;
|
|
302
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-1-8: #3B3B3E;
|
|
303
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-1-8: #49494C;
|
|
304
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-1-8: #343437;
|
|
305
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-1-8: rgba(31, 31, 34, .65);
|
|
306
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-1-8: rgba(31, 31, 34, 1);
|
|
307
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-1-8: rgba(31, 31, 34, .15);
|
|
308
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-1-8: rgba(31, 31, 34, 1);
|
|
309
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-0-1-8: rgba(31, 31, 34, 1);
|
|
310
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-1-8: rgba(31, 31, 34, .15);
|
|
311
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-1-8: #F2F4F7;
|
|
312
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-1-8: #DFE2E7;
|
|
313
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-1-8: #F2F4F7;
|
|
314
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-1-8: #FFFFFF;
|
|
315
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-0-1-8: #DFE2E7;
|
|
316
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-1-8: #FFFFFF;
|
|
317
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-1-8: rgba(31, 31, 34, .65);
|
|
318
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-1-8: rgba(31, 31, 34, 1);
|
|
319
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-1-8: rgba(31, 31, 34, .15);
|
|
320
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-1-8: rgba(31, 31, 34, 1);
|
|
321
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-0-1-8: rgba(31, 31, 34, 1);
|
|
322
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-1-8: rgba(31, 31, 34, .15);
|
|
323
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-1-8: #FFFFFF;
|
|
324
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-1-8: #EEF0F4;
|
|
325
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-1-8: #FFFFFF;
|
|
326
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-1-8: #E3E6EA;
|
|
327
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-0-1-8: #D6D9E0;
|
|
328
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-1-8: #F2F4F7;
|
|
329
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Default-0-1-8: transparent;
|
|
330
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-1-8: #FFD169;
|
|
331
|
+
--triplex-next-HeaderPage-Background-0-1-8: #FFFFFF;
|
|
332
|
+
--triplex-next-FooterPage-Background-0-1-8: #FFFFFF;}
|
|
333
|
+
.underline__b3d56623{text-decoration:underline}.strikethrough__4a75274e{text-decoration:line-through}.underlineStrikethrough__43488672{text-decoration:underline line-through}.typography__26156969.primary__8fac7b1f{color:var(--triplex-next-Typography-Primary_Color-0-1-8)}.typography__26156969.complementary__d8b86ad9{color:var(--triplex-Typography-Complementary_Color-0-1-8)}.typography__26156969.secondary__f5a5d7a0{color:var(--triplex-next-Typography-Secondary_Color-0-1-8)}.typography__26156969.tertiary__b954f08e{color:var(--triplex-next-Typography-Tertiary_Color-0-1-8)}.typography__26156969.disabled__169459a8{color:var(--triplex-next-Typography-Disabled_Color-0-1-8)}.typography__26156969.brand__3aab299e{color:var(--triplex-next-Typography-Brand_Color-0-1-8);-webkit-user-select:none;user-select:none}.typography__26156969.info__53a3197f{color:var(--triplex-next-Typography-Info_Color-0-1-8)}.typography__26156969.success__75c7c173{color:var(--triplex-next-Typography-Success_Color-0-1-8)}.typography__26156969.error__17277d15{color:var(--triplex-next-Typography-Error_Color-0-1-8)}.typography__26156969.warning__5ab5f7c8{color:var(--triplex-next-Typography-Warning_Color-0-1-8)}.typography__26156969.system__e9faae5e{color:var(--triplex-next-Typography-System_Color-0-1-8)}.typography__26156969.compact__3aea4c74{line-height:calc(16 / 14)}.title__9d247837.regular__e446d5ca{font-family:SBSansDisplay}.title__9d247837.semibold__b4b0e32d{font-family:SBSansDisplaySemibold}.title__9d247837.medium__1e52ff35{font-family:SBSansDisplayMedium}.title__9d247837.bold__ef36853b{font-family:SBSansDisplayBold}.h1__7ffe1104,.h2__b77f9060,.h3__b680db15{margin:0}.h1__7ffe1104{font-size:28px;line-height:36px}.h2__b77f9060{font-size:24px;line-height:32px}.h3__b680db15{font-size:20px;line-height:28px}.text__a35dffd8.regular__e446d5ca{font-family:SBSansText}.text__a35dffd8.semibold__b4b0e32d{font-family:SBSansTextSemibold}.b1__f17a03b7{font-size:18px;line-height:24px}.b2__a3fdd17d{font-size:16px;line-height:20px}.b3__6b5b5386{font-size:14px;line-height:20px}.b3__6b5b5386.compact__3aea4c74{line-height:16px}.b4__b95e7d5b{font-size:12px;line-height:16px}.caption__3d6f14ee.regular__e446d5ca{font-family:SBSansText}.caption__3d6f14ee.semibold__b4b0e32d{font-family:SBSansTextSemibold}.c1__6357eb7f{font-size:10px;line-height:12px}.c2__28dff173{font-size:8px;line-height:10px}.d1__534fd762{font-size:32px;line-height:40px}.d1__534fd762.regular__e446d5ca{font-family:SBSansDisplay}.d1__534fd762.semibold__b4b0e32d{font-family:SBSansDisplaySemibold}.label__efc53a9f{display:inline-block;position:relative;font-weight:400;color:var(--triplex-next-Radio-Color_Default-0-1-8);cursor:pointer}.label__efc53a9f.md__51acc21f{font-size:14px;line-height:24px;min-height:24px;min-width:24px}.label__efc53a9f.lg__c136757f{font-size:16px;line-height:28px;min-width:28px;min-height:28px}.label__efc53a9f.nonempty__cdcd4e1c{padding-left:40px}.label__efc53a9f.disabled__5f088f59{color:var(--triplex-next-Radio-Color_Disabled-0-1-8);cursor:default}.radio__59baf974{margin:0;opacity:0}.radioIcon__05cdeb41{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-0-1-8);border-radius:50%}.radioIcon__05cdeb41:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-0-1-8);border-radius:50%;transform:scale(0)}.md__51acc21f .radioIcon__05cdeb41:after{width:12px;height:12px;top:6px;left:6px}.lg__c136757f .radioIcon__05cdeb41:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__05cdeb41,.radioIcon__05cdeb41:after{pointer-events:none}.radio__59baf974,.radioIcon__05cdeb41{position:absolute;left:0}.md__51acc21f .radio__59baf974,.md__51acc21f .radioIcon__05cdeb41{width:24px;height:24px}.lg__c136757f .radio__59baf974,.lg__c136757f .radioIcon__05cdeb41{width:28px;height:28px}.nonempty__cdcd4e1c .radio__59baf974,.nonempty__cdcd4e1c .radioIcon__05cdeb41{top:2px}.radio__59baf974:enabled{cursor:pointer}.radio__59baf974:checked+.radioIcon__05cdeb41{background:var(--triplex-next-Radio-Background_Checked_Default-0-1-8)}.radio__59baf974:checked+.radioIcon__05cdeb41:after{transform:scale(1);transition:transform .2s ease-out}.radio__59baf974:hover+.radioIcon__05cdeb41{background-color:var(--triplex-next-Radio-Background_Hover-0-1-8)}.radio__59baf974:disabled+.radioIcon__05cdeb41{background:var(--triplex-next-Radio-Background_Disabled-0-1-8)}.radio__59baf974:disabled:checked+.radioIcon__05cdeb41{background:var(--triplex-next-Radio-Background_Checked_Disabled-0-1-8)}.radio__59baf974:disabled+.radioIcon__05cdeb41:after{background:var(--triplex-next-Radio-Dot_Disabled-0-1-8)}.radio__59baf974:focus-visible+.radioIcon__05cdeb41{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-0-1-8)}.radio__59baf974:checked:enabled:hover+.radioIcon__05cdeb41{background-color:var(--triplex-next-Radio-Background_Checked_Hover-0-1-8)}.radioXGroup__b433bc0f{display:inline-flex;flex-flow:row wrap}.radioXGroup__b433bc0f.indent-12__384e106a{margin-left:-6px;margin-right:-6px}.radioXGroup__b433bc0f.indent-12__384e106a .label__efc53a9f{margin-left:6px;margin-right:6px}.radioXGroup__b433bc0f.indent-16__4c6b7080{margin-left:-8px;margin-right:-8px}.radioXGroup__b433bc0f.indent-16__4c6b7080 .label__efc53a9f{margin-left:8px;margin-right:8px}.radioXGroup__b433bc0f.indent-20__9d4a9aa8{margin-left:-10px;margin-right:-10px}.radioXGroup__b433bc0f.indent-20__9d4a9aa8 .label__efc53a9f{margin-left:10px;margin-right:10px}.radioXGroup__b433bc0f.indent-24__c51e7652{margin-left:-12px;margin-right:-12px}.radioXGroup__b433bc0f.indent-24__c51e7652 .label__efc53a9f{margin-left:12px;margin-right:12px}.radioXGroup__b433bc0f.indent-28__c21b17e3{margin-left:-14px;margin-right:-14px}.radioXGroup__b433bc0f.indent-28__c21b17e3 .label__efc53a9f{margin-left:14px;margin-right:14px}.radioXGroup__b433bc0f.indent-32__8f8a5ad1{margin-left:-16px;margin-right:-16px}.radioXGroup__b433bc0f.indent-32__8f8a5ad1 .label__efc53a9f{margin-left:16px;margin-right:16px}.radioYGroup__6480a523{display:inline-flex;flex-flow:column wrap}.radioYGroup__6480a523 .label__efc53a9f+.label__efc53a9f{margin-top:20px}.loaderSmall__008bca28{display:flex;justify-content:center;align-items:center}.loaderSmall__008bca28.sm__18f4a39c{width:16px;height:16px;gap:2px}.loaderSmall__008bca28.sm__18f4a39c .dot__1d3760df{width:4px;height:4px}.loaderSmall__008bca28.md__5875da43{width:24px;height:24px;gap:3px}.loaderSmall__008bca28.md__5875da43 .dot__1d3760df{width:6px;height:6px}.loaderSmall__008bca28.lg__d0512ec2{width:32px;height:32px;gap:4px}.loaderSmall__008bca28.lg__d0512ec2 .dot__1d3760df{width:8px;height:8px}.loaderSmall__008bca28.neutral__87cc713f .dot__1d3760df{background-color:var(--triplex-next-Loader-Neutral_Background_Default-0-1-8)}.loaderSmall__008bca28.brand__927f1247 .dot__1d3760df{background-color:var(--triplex-next-Loader-Brand_Background_Default-0-1-8)}.loaderSmall__008bca28 .dot__1d3760df{border-radius:50%}.loaderSmall__008bca28 .dot1__23d4763c{animation:dotCycleSmall__1e81ce66 .9s infinite}.loaderSmall__008bca28 .dot2__f1a7b143{animation:dotCycleSmall__1e81ce66 .9s infinite .15s}.loaderSmall__008bca28 .dot3__66036586{animation:dotCycleSmall__1e81ce66 .9s infinite .3s}@keyframes dotCycleSmall__1e81ce66{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__f71b7a77{position:relative;width:40px;height:40px}.loaderMiddle__f71b7a77 .dot__1d3760df{position:absolute;background-color:var(--triplex-next-Loader-Brand_Background_Default-0-1-8);width:12px;height:12px;border-radius:6px}.loaderMiddle__f71b7a77 .dot1__23d4763c{top:0;left:0;animation:dotCycleMiddle__731ccf23 3s infinite}.loaderMiddle__f71b7a77 .dot2__f1a7b143{right:0;top:0;opacity:.7;animation:dotCycleMiddle__731ccf23 3s infinite .74s}.loaderMiddle__f71b7a77 .dot3__66036586{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__731ccf23 3s infinite 1.5s}.loaderMiddle__f71b7a77 .dot4__f91a5bbf{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__731ccf23 3s infinite 2.25s}.loaderMiddle__f71b7a77 .line__f882f5a4{background-color:var(--triplex-next-Loader-Brand_Background_Default-0-1-8);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__3900ec7b 3s infinite}@keyframes lineCycle__3900ec7b{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__731ccf23{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__f582df55{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__22fb0684{background:var(--triplex-next-DropdownMobile-Backdrop-0-1-8);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__22fb0684.closing__59e9a7c3{opacity:0}.dropdownMobileBackdrop__22fb0684.opening__dbbbf50f,.dropdownMobileBackdrop__22fb0684.opened__b2158655{opacity:var(--triplex-DropdownMobile-Opacity-0-1-8)}.dropdownMobile__b895aff7{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__b895aff7.closing__59e9a7c3{transform:translateY(100%)}.dropdownMobile__b895aff7.opening__dbbbf50f,.dropdownMobile__b895aff7.opened__b2158655{transform:translateY(0)}.dropdownMobileHeader__684ed833{min-height:16px;padding:16px 40px 16px 16px;background:var(--triplex-next-DropdownMobile-Header_Background-0-1-8);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileContent__f8292aae{background:var(--triplex-next-DropdownMobile-Content_Background-0-1-8);flex-grow:1;overflow:auto}.dropdownMobileFooter__5f9d2501{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-0-1-8);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-0-1-8);flex-shrink:1}.dropdownMobileListItem__a60263b7{padding:16px}.dropdownMobileListItem__a60263b7.selected__57341b99{background:var(--triplex-next-DropdownMobileList-Selected_Background-0-1-8)}.dropdownMobileListItem__a60263b7:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-0-1-8)}button.dropdownMobileClose__b15c2332{position:absolute;top:16px;right:16px}.dropdownMobileBodyOverflow__cfb6a737{overflow:hidden}.buttonIcon__d827215d{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__d827215d:enabled{cursor:pointer}.buttonIcon__d827215d.circle__8e26373f{border-radius:50%}.buttonIcon__d827215d.squircle__1a9f33d5{border-radius:4px}.buttonIcon__d827215d:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-0-1-8)}.label__a2284879{display:inline-block;position:relative;font-weight:400;color:var(--triplex-next-Checkbox-Color_Default-0-1-8);cursor:pointer}.label__a2284879.md__0872e077{min-width:24px;min-height:24px;font-size:14px;line-height:24px}.label__a2284879.lg__f02517d4{min-width:28px;min-height:28px;font-size:16px;line-height:28px}.label__a2284879.nonempty__ca5b8c2d{padding-left:40px}.label__a2284879.disabled__7dc5ab85{color:var(--triplex-next-Checkbox-Color_Disabled-0-1-8);cursor:default}.label__a2284879[hidden]{display:none}.checkbox__8f6aa491{margin:0;opacity:0}.checkboxIcon__0069ec17{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-0-1-8);border-radius:4px}.checkmarkIcon__6f0cfe58{transform:scale(0)}.checkmarkIcon__6f0cfe58 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-0-1-8)}.checkboxIcon__0069ec17,.checkmarkIcon__6f0cfe58{pointer-events:none}.checkbox__8f6aa491,.checkboxIcon__0069ec17,.checkmarkIcon__6f0cfe58{position:absolute;left:0}.md__0872e077 .checkbox__8f6aa491,.md__0872e077 .checkboxIcon__0069ec17,.md__0872e077 .checkmarkIcon__6f0cfe58{width:24px;height:24px}.lg__f02517d4 .checkbox__8f6aa491,.lg__f02517d4 .checkboxIcon__0069ec17,.lg__f02517d4 .checkmarkIcon__6f0cfe58{width:28px;height:28px}.checkbox__8f6aa491:enabled{cursor:pointer}.checkbox__8f6aa491:checked+.checkboxIcon__0069ec17{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-0-1-8)}.checkbox__8f6aa491:checked~.checkmarkIcon__6f0cfe58{transform:scale(1);transition:transform .2s ease-out}.checkbox__8f6aa491:disabled+.checkboxIcon__0069ec17{background-color:var(--triplex-next-Checkbox-Background_Disabled-0-1-8)}.checkbox__8f6aa491:disabled~.checkmarkIcon__6f0cfe58 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-1-8)}.checkbox__8f6aa491:focus-visible+.checkboxIcon__0069ec17{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-0-1-8)}.checkbox__8f6aa491:checked:enabled:hover+.checkboxIcon__0069ec17{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-0-1-8)}.checkboxXGroup__112344eb{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__112344eb.indent-12__fb680a2d{margin-left:-6px;margin-right:-6px}.checkboxXGroup__112344eb.indent-12__fb680a2d .label__a2284879{margin-left:6px;margin-right:6px}.checkboxXGroup__112344eb.indent-16__ff225633{margin-left:-8px;margin-right:-8px}.checkboxXGroup__112344eb.indent-16__ff225633 .label__a2284879{margin-left:8px;margin-right:8px}.checkboxXGroup__112344eb.indent-20__8adc92e5{margin-left:-10px;margin-right:-10px}.checkboxXGroup__112344eb.indent-20__8adc92e5 .label__a2284879{margin-left:10px;margin-right:10px}.checkboxXGroup__112344eb.indent-24__a00f79c7{margin-left:-12px;margin-right:-12px}.checkboxXGroup__112344eb.indent-24__a00f79c7 .label__a2284879{margin-left:12px;margin-right:12px}.checkboxXGroup__112344eb.indent-28__332019ae{margin-left:-14px;margin-right:-14px}.checkboxXGroup__112344eb.indent-28__332019ae .label__a2284879{margin-left:14px;margin-right:14px}.checkboxXGroup__112344eb.indent-32__4bae2eb8{margin-left:-16px;margin-right:-16px}.checkboxXGroup__112344eb.indent-32__4bae2eb8 .label__a2284879{margin-left:16px;margin-right:16px}.checkboxYGroup__b60112df{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__b60112df .label__a2284879+.label__a2284879{margin-top:20px}.card__5dda3dad{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden}.card__5dda3dad.roundingMD__b997d6c4{border-radius:16px}.card__5dda3dad.roundingSM__fd936c73{border-radius:8px}.card__5dda3dad.general__30ce8d9b{background:var(--triplex-next-Card-Static_General_Background-0-1-8)}.card__5dda3dad.secondary__fabc291d{background:var(--triplex-next-Card-Static_Secondary_Background-0-1-8)}.card__5dda3dad .cardMedia__3783a006{background-size:cover;background-repeat:no-repeat;background-position:center}.card__5dda3dad .cardContent__b80f2719.paddingMD__9d184b6b{padding:23px}.card__5dda3dad .cardContent__b80f2719.paddingMD__9d184b6b:not(:first-child){padding-top:24px}.card__5dda3dad .cardContent__b80f2719.paddingMD__9d184b6b:not(:last-child){padding-bottom:24px}.card__5dda3dad .cardContent__b80f2719.paddingSM__4a1008bd{padding:15px}.card__5dda3dad .cardContent__b80f2719.paddingSM__4a1008bd:not(:first-child){padding-top:16px}.card__5dda3dad .cardContent__b80f2719.paddingSM__4a1008bd:not(:last-child){padding-bottom:16px}.card__5dda3dad .cardContent__b80f2719 .cardContentHeader__2f60fa18{margin-bottom:16px}.card__5dda3dad .cardContent__b80f2719 .cardContentFooter__c6552509{margin-top:16px}.action__1a59cf44{cursor:pointer;box-shadow:var(--triplex-next-Card-Shadow_Default-0-1-8);transition:background .12s ease,box-shadow .12s ease}.action__1a59cf44.general__30ce8d9b{background:var(--triplex-next-Card-Action_General_Background-0-1-8)}.action__1a59cf44.general__30ce8d9b:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-0-1-8);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-1-8)}.action__1a59cf44.general__30ce8d9b.selected__51d341f6{background:var(--triplex-next-Card-Action_General_Background_Selected-0-1-8)}.action__1a59cf44.general__30ce8d9b.selected__51d341f6:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-0-1-8)}.action__1a59cf44.secondary__fabc291d{background:var(--triplex-next-Card-Action_Secondary_Background-0-1-8)}.action__1a59cf44.secondary__fabc291d:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-0-1-8);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-1-8)}.action__1a59cf44.secondary__fabc291d.selected__51d341f6{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-0-1-8)}.action__1a59cf44.secondary__fabc291d.selected__51d341f6:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-1-8)}.action__1a59cf44:focus{outline:none}.action__1a59cf44:focus.focusVisible__ddfa2513{border:1px solid var(--triplex-next-Card-BorderColor_Focus-0-1-8)}.alertContext__52f494b8{display:flex;font-size:12px;line-height:16px}.alertContext__52f494b8>svg{flex-shrink:0}.alertContext__52f494b8 .alertContextText__37260a2f{margin-left:8px}.alertContext__52f494b8.alertTypeError__cc07cb85 .alertContextText__37260a2f{color:var(--triplex-next-AlertContext-Error_Color-0-1-8)}.alertContext__52f494b8.alertTypeInfo__c13be0b4 .alertContextText__37260a2f{color:var(--triplex-next-AlertContext-Info_Color-0-1-8)}.alertContext__52f494b8.alertTypeWarning__72fe1deb .alertContextText__37260a2f{color:var(--triplex-next-AlertContext-Warning_Color-0-1-8)}.alertContext__52f494b8.alertTypeSystem__fb3f37fb .alertContextText__37260a2f{color:var(--triplex-next-AlertContext-System_Color-0-1-8)}.alertProcess__2a304d88{display:flex;padding:16px;border-radius:8px;position:relative}.alertProcess__2a304d88.withSpoiler__8fd063ea{min-height:40px}.alertProcess__2a304d88 .themeIcon__3c6548ab{padding-top:2px;box-sizing:border-box;height:20px;width:20px}.alertProcess__2a304d88.alertTypeError__cc07cb85{background:var(--triplex-next-AlertProcess-Error_Background-0-1-8)}.alertProcess__2a304d88.alertTypeInfo__c13be0b4{background:var(--triplex-next-AlertProcess-Info_Background-0-1-8)}.alertProcess__2a304d88.alertTypeWarning__72fe1deb{background:var(--triplex-next-AlertProcess-Warning_Background-0-1-8)}.alertProcess__2a304d88.alertTypeSystem__fb3f37fb{background:var(--triplex-next-AlertProcess-System_Background-0-1-8)}.alertProcess__2a304d88.alertTypeFeature__75d0823b{background:var(--triplex-next-AlertProcess-Feature_Background-0-1-8)}.alertProcess__2a304d88.alertTypeFeature__75d0823b .themeIcon__3c6548ab{padding-top:0}.alertProcess__2a304d88 .alertProcessContentBlock__ba2c9e39{flex:1;margin-left:8px}.alertProcess__2a304d88 .alertProcessContentBlock__ba2c9e39:not(:has(+.closeButton__dbede4c0)){padding-right:26px}.alertProcess__2a304d88 .alertProcessContentBlock__ba2c9e39 .expandableContent__38229920{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__2a304d88 .alertProcessContentBlock__ba2c9e39 .expandableContent__38229920.expanded__b5e61e2f{max-height:1000px;opacity:1}.alertProcess__2a304d88 .closeButton__dbede4c0{margin-left:10px}.alertProcess__2a304d88 .expandButton__8b469159{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__2a304d88 .expandButton__8b469159.expanded__b5e61e2f{transform:rotate(180deg)}.dropdownList__b18c3196{max-height:196px;padding:4px;overflow:auto}.dropdownListItem__ffd4c3e1{color:var(--triplex-next-DropdownList-Color-0-1-8);background:var(--triplex-next-DropdownList-Background_Default-0-1-8);position:relative;outline:none;white-space:nowrap}.dropdownListItem__ffd4c3e1+.dropdownListItem__ffd4c3e1{margin-top:2px}.dropdownListItem__ffd4c3e1.active__1bc69efa{background:var(--triplex-next-DropdownList-Background_Active-0-1-8);cursor:pointer}.dropdownListItem__ffd4c3e1.selected__57341b99{background:var(--triplex-next-DropdownList-Background_Selected-0-1-8);cursor:default}.dropdownList-sm__b98c7134{font-size:12px;line-height:16px}.dropdownList-sm__b98c7134 .dropdownListItem__ffd4c3e1{padding:6px 8px;border-radius:6px}.dropdownList-md__d4570591{font-size:14px;line-height:20px}.dropdownList-md__d4570591 .dropdownListItem__ffd4c3e1{padding:7px 8px;border-radius:8px}.dropdownList-lg__f1cf512c{font-size:16px;line-height:20px}.dropdownList-lg__f1cf512c .dropdownListItem__ffd4c3e1{padding:14px 8px;border-radius:10px}.formField__25be82ce{position:relative;flex-grow:1;background:var(--triplex-next-FormField-Background_Default-0-1-8);box-shadow:var(--triplex-next-FormField-Shadow_Default-0-1-8);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__25be82ce:hover{background:var(--triplex-next-FormField-Background_Hover-0-1-8)}.formField__25be82ce.disabled__326d875b{background:var(--triplex-next-FormField-Background_Disabled-0-1-8)}.formField__25be82ce.active__98fdfa71{background:var(--triplex-next-FormField-Background_Active-0-1-8);box-shadow:var(--triplex-next-FormField-Shadow_Active-0-1-8)}.formField__25be82ce.active__98fdfa71::placeholder{opacity:1}.formField__25be82ce.error__2cc2ae2a{background:var(--triplex-next-FormField-Background_Error-0-1-8)}.formField__25be82ce.error__2cc2ae2a:hover{background:var(--triplex-next-FormField-Background_Error_Hover-0-1-8)}.formField__25be82ce.error__2cc2ae2a.active__98fdfa71{background:var(--triplex-next-FormField-Background_Error-0-1-8);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-0-1-8)}.formField__25be82ce.size-sm__a6edd3c2{border-radius:6px}.formField__25be82ce.size-md__285f1472{border-radius:8px}.formField__25be82ce.size-lg__cfb64eea{border-radius:10px}.formFieldDescription__9ff53f67{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__9ff53f67.withCounter__a4746c72{display:flex;justify-content:space-between}.formFieldCounter__1581be28{padding-left:4px}.formFieldLabel__d8a3b702{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__d8a3b702.size-sm__a6edd3c2{top:6px}.formFieldLabel__d8a3b702.size-md__285f1472{top:10px}.formFieldLabel__d8a3b702.size-lg__cfb64eea{top:18px}.formFieldLabel__d8a3b702.size-lg__cfb64eea.floating__f6962280{top:10px}.formFieldLabelText__599f2151{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-0-1-8);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__a6edd3c2 .formFieldLabelText__599f2151{font-size:12px;line-height:16px}.size-md__285f1472 .formFieldLabelText__599f2151{font-size:14px;line-height:20px}.size-lg__cfb64eea .formFieldLabelText__599f2151{font-size:16px;line-height:20px}.floating__f6962280 .formFieldLabelText__599f2151{font-size:12px;line-height:16px}.floating__f6962280.size-sm__a6edd3c2 .formFieldLabelText__599f2151,.floating__f6962280.size-md__285f1472 .formFieldLabelText__599f2151{display:none}.disabled__326d875b .formFieldLabelText__599f2151{color:var(--triplex-next-FormField-Label_Color_Disabled-0-1-8)}.formFieldClear__99892b34{cursor:pointer;height:16px;opacity:0;transition:opacity .3s}.formFieldClear__99892b34.shown__e1bf9934{opacity:1}.formFieldInput__0bbdbba4{width:100%;box-sizing:border-box;border:none;background:none;-webkit-appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-0-1-8)}.formFieldInput__0bbdbba4:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-1-8)}.formFieldInput__0bbdbba4::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-1-8);opacity:0;transition:opacity .3s ease-out}.formFieldInput__0bbdbba4:focus{outline:none}.formFieldInput__0bbdbba4:focus::placeholder{opacity:1}.formFieldInput__0bbdbba4:-webkit-autofill{animation-name:autofill-applied-hook__bd5cd3e2;animation-duration:1ms}.formFieldInput__0bbdbba4:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__c033756a;animation-duration:1ms}.formFieldInput__0bbdbba4.size-sm__a6edd3c2{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__0bbdbba4.size-md__285f1472{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__0bbdbba4.size-lg__cfb64eea{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__bd5cd3e2{0%{transform:none}}@keyframes autofill-cancelled-hook__c033756a{0%{transform:none}}.formFieldPostfix__ecd0deb5{padding:0 12px 0 4px;position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__e6914fcd{padding:0 8px 0 12px;position:absolute;left:0;top:0;bottom:0;display:flex;align-items:center;gap:4px}.formFieldTextarea__7eb99f7d{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-0-1-8);resize:vertical}.formFieldTextarea__7eb99f7d:focus{outline:none}.formFieldTextarea__7eb99f7d:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-1-8)}.formFieldTextarea__7eb99f7d::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-1-8)}.list__1a17e8f2{margin:0;padding:0;list-style:none;position:relative}.listItemControls__407162fe{display:flex;padding:0 16px 0 4px}.listItemContent__a41f88a1{background:var(--triplex-next-ListItem-Background-0-1-8);padding:12px 16px;min-height:56px;box-sizing:border-box}.listItemContent__a41f88a1.selected__6cdd5dc8{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-0-1-8)}.listItemControlsButton__06174855{font-family:inherit;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background-0-1-8);border:none;width:80px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__06174855+.listItemControlsButton__06174855,.listItemControlsButton__06174855+.listItemControlsButtonDropdown__41a0d0ad{margin-left:4px}.listItemControlsButtonIcon__836a017d{line-height:0}.listItemControlsButton__06174855.withText__bb3ca48c .listItemControlsButtonIcon__836a017d{margin-bottom:8px}.listItemControlsButtonLabel__5b850a36{color:var(--triplex-next-ListItemControlsButton-Color-0-1-8);overflow-wrap:break-word}div.listItemControlsButtonDropdown__41a0d0ad{display:flex}.listItemControlsButtonInner__6585432d{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__06174855.withIcon__4dc37708.withText__bb3ca48c .listItemControlsButtonInner__6585432d{height:44px;overflow:visible}.buttonDropdownMenuItem__5ff974b5{overflow:hidden;text-overflow:ellipsis}.listEmptyState__f5ee2b5e{padding:80px 16px 16px;text-align:center}.listItemLoading__894638c5{height:76px;position:relative}.listItemSelectable__dba3ae58{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-0-1-8);border-radius:8px}.listItemSelectable__dba3ae58.selected__6cdd5dc8{background:var(--triplex-next-ListItem-Background_Selected-0-1-8)}.checkboxWrapper__be68b423{padding:16px 20px 16px 16px;line-height:0}.childrenWrapper__833733f5{flex-grow:1}.checkboxLabel__99713b7a{padding:0!important;transform:scale(1.375) translateY(-2px);position:relative}.checkboxLabelClickArea__ea8e0043{position:absolute;top:-2.5px;left:-3.6px;bottom:-5px;right:-3.6px}.listItemTail__d65ab61a{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__a1af9773{background:var(--triplex-next-ListMaster-Background-0-1-8);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__77bd4c59{position:absolute;top:0;left:0;right:0}.listItemTailTop__77bd4c59:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-1-8)}.listItemTailTop__77bd4c59:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-1-8)}.listItemTailBottom__071b4ef6{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__071b4ef6:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-0-1-8)}.listItemTailBottom__071b4ef6: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-0-1-8)}.listItemTailRight__ce4683f9{right:-8px}.listItemTailLeft__35edcc95{left:-8px}.listSortableItemTarget__9e723db4{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-0-1-8);touch-action:manipulation;cursor:grab}.listSortableItemTarget__9e723db4:hover{background:var(--triplex-next-ListItem-Background_Selected-0-1-8)}.listSortableItemTarget__9e723db4.dragging__7419f2d6{background:var(--triplex-next-ListItem-Background_Dragging-0-1-8);box-shadow:var(--triplex-next-ListItem-Shadow-0-1-8);cursor:grabbing;z-index:1}.listSortableItemTargetContent__1e767fd2{flex:1}.listSortableItemTargetIcon__836142ae{display:block;margin-left:24px}.listSortableItemControls__0307ce33{display:inline-block}.col-1__825e188b{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__495fcaf3{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__f06fa9ea{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__fe297560{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__12ade0c4{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__f8bcb665{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__6913d186{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__3a5c9173{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__b740c77a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__a8b7f5f8{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__3f5ecd19{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__2abde5d9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__7508d135{margin-left:0%}.offset-1__aa711056{margin-left:8.33333333%}.offset-2__67f91386{margin-left:16.66666667%}.offset-3__80010a3f{margin-left:25%}.offset-4__8ab832cb{margin-left:33.33333333%}.offset-5__ccdb3dee{margin-left:41.66666667%}.offset-6__2a34f8a5{margin-left:50%}.offset-7__e82e01a3{margin-left:58.33333333%}.offset-8__e99acc50{margin-left:66.66666667%}.offset-9__a1ddcf5c{margin-left:75%}.offset-10__2e32ca68{margin-left:83.33333333%}.offset-11__7635b06d{margin-left:91.66666667%}.d-none__b08319e2{display:none!important}.d-block__260990ae{display:block!important}@media (min-width: 576px){.col-sm-1__e9278fa5{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__52d68d3a{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__9dc2df53{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__c85c5915{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__5fac700b{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__287e1a61{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__6d893a16{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__0010e42d{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__d0f679b4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__d1c5414c{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__c9cc7c61{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__169d3e59{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__8238b778{margin-left:0%}.offset-sm-1__f587bbe7{margin-left:8.33333333%}.offset-sm-2__2f958fc2{margin-left:16.66666667%}.offset-sm-3__d2fa0b15{margin-left:25%}.offset-sm-4__67a22f33{margin-left:33.33333333%}.offset-sm-5__7d17e939{margin-left:41.66666667%}.offset-sm-6__f59cbd77{margin-left:50%}.offset-sm-7__0736d8fb{margin-left:58.33333333%}.offset-sm-8__5b70b58a{margin-left:66.66666667%}.offset-sm-9__ad1fe967{margin-left:75%}.offset-sm-10__101fc636{margin-left:83.33333333%}.offset-sm-11__f9cdea28{margin-left:91.66666667%}.d-none-sm__f7ec07b9{display:none!important}.d-block-sm__ad4c6160{display:block!important}}@media (min-width: 768px){.col-md-1__76afe748{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__907330e0{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__3412b7ef{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__2e4cae67{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__3f49a15b{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__d7032391{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__1e734021{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__969b7f1c{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__c1c8b732{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__20cf5932{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__2e7033fa{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__592ff62b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__208896df{margin-left:0%}.offset-md-1__41459d5d{margin-left:8.33333333%}.offset-md-2__bf292e2f{margin-left:16.66666667%}.offset-md-3__e1738843{margin-left:25%}.offset-md-4__ee5e1a0d{margin-left:33.33333333%}.offset-md-5__b8c01429{margin-left:41.66666667%}.offset-md-6__38dfc83f{margin-left:50%}.offset-md-7__e4aad824{margin-left:58.33333333%}.offset-md-8__0fab4837{margin-left:66.66666667%}.offset-md-9__2a7ab30d{margin-left:75%}.offset-md-10__823cc400{margin-left:83.33333333%}.offset-md-11__cc04b407{margin-left:91.66666667%}.d-none-md__8eea9209{display:none!important}.d-block-md__c317966d{display:block!important}}@media (min-width: 992px){.col-lg-1__2b6254d0{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__cebc15d1{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__571b4dda{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__49e8b096{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__4027cc69{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__90cd2217{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__64bc9288{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__7485cc24{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__a61b2960{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__6cfbf362{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__e9ab8d25{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__e1e91183{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__490c9d52{margin-left:0%}.offset-lg-1__0628f530{margin-left:8.33333333%}.offset-lg-2__a03234da{margin-left:16.66666667%}.offset-lg-3__663bdffe{margin-left:25%}.offset-lg-4__8c9af978{margin-left:33.33333333%}.offset-lg-5__82359902{margin-left:41.66666667%}.offset-lg-6__75a625cd{margin-left:50%}.offset-lg-7__988e336b{margin-left:58.33333333%}.offset-lg-8__252f94c0{margin-left:66.66666667%}.offset-lg-9__e699ef93{margin-left:75%}.offset-lg-10__bd5066e7{margin-left:83.33333333%}.offset-lg-11__8f87b9f7{margin-left:91.66666667%}.d-none-lg__1fc84c4d{display:none!important}.d-block-lg__964c34bb{display:block!important}}@media (min-width: 1200px){.col-xl-1__f4682bb2{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__2e04e3cc{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__4ae17d4a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__0cc496cd{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__1a64723f{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__518cbc78{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__89509713{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__9a4056c9{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__7dbb7604{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__817c2471{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__4d0e6a10{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__7895fc11{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__d9056e84{margin-left:0%}.offset-xl-1__829a2e26{margin-left:8.33333333%}.offset-xl-2__42381114{margin-left:16.66666667%}.offset-xl-3__31736665{margin-left:25%}.offset-xl-4__feeaf152{margin-left:33.33333333%}.offset-xl-5__d1cb5559{margin-left:41.66666667%}.offset-xl-6__1b379b31{margin-left:50%}.offset-xl-7__70decabf{margin-left:58.33333333%}.offset-xl-8__9c779f72{margin-left:66.66666667%}.offset-xl-9__8dc395eb{margin-left:75%}.offset-xl-10__a94a2a59{margin-left:83.33333333%}.offset-xl-11__03d187ee{margin-left:91.66666667%}.d-none-xl__414b7655{display:none!important}.d-block-xl__80d7a2d2{display:block!important}}.link__567e263a{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-0-1-8)}.link__567e263a:hover{color:var(--triplex-next-Link-Text_Color_Hover-0-1-8)}.link__567e263a:active{color:var(--triplex-next-Link-Text_Color_Active-0-1-8)}.link__567e263a:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-0-1-8)}.wordWithContent__63a78b5b{white-space:nowrap;display:inline-flex;align-items:center}.before__da2c33c2 :first-child{margin-right:4px}.after__bd339ac6 :last-child{margin-left:4px}.loaderWidget__f69dc9a4{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__f69dc9a4.loaderSmallBackdrop__f11bd679{background:var(--triplex-next-LoaderWidget-Small_Backdrop_Default-0-1-8)}.loaderWidget__f69dc9a4.loaderMiddleBackdrop__86a4583f{background:var(--triplex-next-LoaderWidget-Middle_Backdrop_Default-0-1-8)}.loaderWidget__f69dc9a4.loaderMiddleBackdrop__86a4583f .loaderMiddleBackground__1793857b{width:64px;height:64px;border-radius:16px;background:var(--triplex-next-LoaderWidget-Middle_Background_Default-0-1-8)}.loaderWidget__f69dc9a4.loaderMiddleBackdrop__86a4583f .loaderMiddleBackground__1793857b div{margin:12px}.row__82b30c36{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__82b30c36.noPaddingBottom__9e80d56a,.row__82b30c36:last-child{padding-bottom:0}.tabsExtended__1c585226{position:relative}.tabsExtendedContent__f660e175{display:inline-flex;padding:4px}.tabsExtendedTab__4c3c6ca6+.tabsExtendedTab__4c3c6ca6,.tabsExtendedDropdown__b2bf3d8d{margin-left:2px}.tabsReal__ae46ae84,.tabsFake__925e0429{display:flex;box-sizing:border-box;width:100%}.tabsReal__ae46ae84.hidden__e3623784{visibility:hidden}.tabsReal__ae46ae84 .tabsExtendedTab__4c3c6ca6.hidden__e3623784{display:none}.tabsFake__925e0429{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.tabsExtendedTabButton__29377faa{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-0-1-8);outline:none;background:var(--triplex-next-Tabs-Tab_Background_Default-0-1-8);cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__29377faa.lg__fb5e3e94{border-radius:6px;padding:14px 16px;line-height:20px;font-size:16px}.tabsExtendedTabButton__29377faa.md__2c83273f{border-radius:4px;padding:6px 16px;line-height:20px;font-size:14px}.tabsExtendedTabButton__29377faa.sm__1e74ac60{border-radius:4px;padding:2px 16px;line-height:16px;font-size:12px}.tabsExtendedTabButton__29377faa::-moz-focus-inner{border:none}.tabsExtendedTabButton__29377faa+.tabsExtendedTabButton__29377faa{margin-left:2px}.tabsExtendedTabButton__29377faa:hover{background:var(--triplex-next-Tabs-Tab_Background_Hover-0-1-8)}.tabsExtendedTabButton__29377faa:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-0-1-8)}.tabsExtendedTabButton__29377faa.selected__008d4829{background:var(--triplex-next-Tabs-Tab_Background_Selected-0-1-8);cursor:default}.swipeableArea__87d66005{position:relative;overflow:hidden}.swipeableArea__87d66005 .content__b23eb94f{position:relative;touch-action:pan-y}.swipeableArea__87d66005 .content__b23eb94f.disableScroll__4e228410{touch-action:none}.swipeableArea__87d66005 .content__b23eb94f.disablePointerEvents__5471c540:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__87d66005 .swipeAnimationFinish__37700aff{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__87d66005 .leftContent__555ef8c3,.swipeableArea__87d66005 .rightContent__0b88229c{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__87d66005 .rightContent__0b88229c{left:auto;right:0}.footer__22fa2489.sticky__2570fcfb{z-index:101;position:sticky;bottom:0}.footerDescription__c1150177{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__6a6b67ff{flex-grow:1;margin-right:auto}.footerDescriptionControls__a46c51f1{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__c1150177{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__6a6b67ff{width:100%}.footerDescriptionControls__a46c51f1{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__a46c51f1>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__6a6b67ff+.footerDescriptionControls__a46c51f1{margin-top:0}.footer__22fa2489{padding:16px 0}}.body__394f42a9{position:relative;padding-bottom:24px;display:flex}.body__394f42a9 .bodyInner__d620ed28{position:relative;flex-grow:1;width:100%}@media (max-width: 767px){.body__394f42a9{padding:16px 0;overflow-x:auto}}.headerTabs__b7b26086{display:flex;justify-content:space-between}.headerTabs__b7b26086 .headerTabsContent__5589218d{flex-grow:1}.headerTabs__b7b26086 .headerTabsControls__b30657e6{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__b7b26086{flex-wrap:wrap}.headerTabs__b7b26086 .headerTabsContent__5589218d{width:100%}.headerTabs__b7b26086 .headerTabsControls__b30657e6{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__b7b26086 .headerTabsControls__b30657e6>button{margin-left:16px;margin-top:16px}}.headerTitle__c0f1ed9a{display:flex;justify-content:space-between}.headerTitle__c0f1ed9a .headerTitleControls__db207a58{white-space:nowrap;padding-left:24px}.headerLink__988c0bbf+.headerTitle__c0f1ed9a{padding-top:0}@media (max-width: 767px){.headerTitle__c0f1ed9a{flex-wrap:wrap}.headerTitle__c0f1ed9a .headerTitleContent__cb5e907a{width:100%}.headerTitle__c0f1ed9a .headerTitleControls__db207a58{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__c0f1ed9a .headerTitleControls__db207a58>button{margin-left:16px;margin-top:16px}}.headerSubheader__67ba1ed6{padding:24px 0}.headerSubheader__67ba1ed6.withoutPaddings__29c26154{padding:0}.headerLayoutSidebar__c2b0dc43{display:flex;justify-content:space-between}.headerLayoutSidebarContent__1542fd11{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__b1920537{display:none}}.header__cb2de34f.sticky__5a64fcf0{z-index:101;position:sticky;top:0}.page__662ab4d1{height:100%;display:flex;flex-direction:column;max-width:100%;padding:24px;box-sizing:border-box;background-color:var(--triplex-next-Page-Background-0-1-8)}.page__662ab4d1 .headerPageBackground__ac0a7a28{background:var(--triplex-next-HeaderPage-Background-0-1-8);padding:24px;border-radius:24px}.page__662ab4d1 .footerPageBackground__57907166{background:var(--triplex-next-FooterPage-Background-0-1-8);padding:24px;border-radius:24px}.page__662ab4d1 .headerPageSticky__9b2ef1ad{z-index:101;position:sticky;top:0}.page__662ab4d1 .footerPageSticky__c98696ae{z-index:101;position:sticky;bottom:0}.page__662ab4d1 .headerPageStuck__2a39bb95{border-top-left-radius:0;border-top-right-radius:0}.page__662ab4d1 .footerPageStuck__29800e65{border-bottom-left-radius:0;border-bottom-right-radius:0}.observerTarget__dd39d27c{height:1px;visibility:hidden;pointer-events:none}.headerPage__26e26713{padding-bottom:24px}.bodyPage__374a9e2e{flex-grow:1}.paginationExtended__0cfbe267{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__70bc4774 .directionIconNext__9c0190c8{transform:rotate(180deg)}.pageEllipsis__ef3a87ac{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-0-1-8);cursor:default}.paginationPageButton__c5d1f3ed{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-0-1-8);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__c5d1f3ed:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-0-1-8);outline:none}.paginationPageButton__c5d1f3ed:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-0-1-8)}.paginationPageButton__c5d1f3ed:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-0-1-8);cursor:grabbing}.paginationPageButton__c5d1f3ed.currentPage__afae628d{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-0-1-8);cursor:default}.paginationNavigationExtended__b1d3271e{display:flex;align-items:center;list-style-type:none;margin:0;padding:0}.paginationSelect__f14a90da{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__f14a90da .paginationSelectControl__58bc725b{margin-left:8px}.button__2f537a7f{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__2f537a7f::-moz-focus-inner{border:none;padding:0}.button__2f537a7f.sm__579be162{border-radius:6px;line-height:16px;font-size:12px}.button__2f537a7f.sm__579be162:not(.icon__f7dee607){height:28px;min-width:58px;padding:0 16px}.button__2f537a7f.sm__579be162.icon__f7dee607{min-height:28px;min-width:28px;padding:4px}.button__2f537a7f.md__5369ddb3{border-radius:8px;line-height:20px;font-size:14px}.button__2f537a7f.md__5369ddb3:not(.icon__f7dee607){height:40px;min-width:72px;padding:0 20px}.button__2f537a7f.md__5369ddb3.icon__f7dee607{min-height:40px;min-width:40px;padding:10px}.button__2f537a7f.lg__7aa8bf7e{border-radius:10px;line-height:20px;font-size:16px}.button__2f537a7f.lg__7aa8bf7e:not(.icon__f7dee607){height:56px;min-width:84px;padding:0 24px}.button__2f537a7f.lg__7aa8bf7e.icon__f7dee607{min-height:56px;min-width:56px;padding:12px}.button__2f537a7f:disabled{cursor:default}.button__2f537a7f:disabled *{pointer-events:none}.button__2f537a7f+.button__2f537a7f:not(.block__683095d3){margin-left:16px}.button__2f537a7f .content__f68e909d{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__2f537a7f.block__683095d3{display:block;width:100%}.button__2f537a7f.loading__a2687bba{pointer-events:none}.button__2f537a7f.loading__a2687bba .content__f68e909d{visibility:hidden}.button__2f537a7f .loader__91912ea2{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__2f537a7f .loader__91912ea2.hidden__386bcfaa{visibility:hidden}.button__2f537a7f.general__53d6f001{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-0-1-8);color:var(--triplex-next-Button-General_Color_Default-0-1-8)}.button__2f537a7f.general__53d6f001:hover{background:var(--triplex-next-Button-General_Background_Hover-0-1-8);color:var(--triplex-next-Button-General_Color_Hover-0-1-8)}.button__2f537a7f.general__53d6f001.expanded__59d5ecd2,.button__2f537a7f.general__53d6f001:active{background:var(--triplex-next-Button-General_Background_Active-0-1-8);color:var(--triplex-next-Button-General_Color_Active-0-1-8)}.button__2f537a7f.general__53d6f001:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-0-1-8)}.button__2f537a7f.general__53d6f001:disabled{background:var(--triplex-next-Button-General_Background_Disabled-0-1-8);color:var(--triplex-next-Button-General_Color_Disabled-0-1-8)}.button__2f537a7f.secondary__88a26422{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-0-1-8);color:var(--triplex-next-Button-Secondary_Color_Default-0-1-8)}.button__2f537a7f.secondary__88a26422:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-0-1-8);color:var(--triplex-next-Button-Secondary_Color_Hover-0-1-8)}.button__2f537a7f.secondary__88a26422.expanded__59d5ecd2,.button__2f537a7f.secondary__88a26422:active{background:var(--triplex-next-Button-Secondary_Background_Active-0-1-8);color:var(--triplex-next-Button-Secondary_Color_Active-0-1-8)}.button__2f537a7f.secondary__88a26422:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-0-1-8)}.button__2f537a7f.secondary__88a26422:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-0-1-8);color:var(--triplex-next-Button-Secondary_Color_Disabled-0-1-8)}.button__2f537a7f.danger__89127e18{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-0-1-8);color:var(--triplex-next-Button-Danger_Color_Default-0-1-8)}.button__2f537a7f.danger__89127e18:hover{background:var(--triplex-next-Button-Danger_Background_Hover-0-1-8);color:var(--triplex-next-Button-Danger_Color_Hover-0-1-8)}.button__2f537a7f.danger__89127e18.expanded__59d5ecd2,.button__2f537a7f.danger__89127e18:active{background:var(--triplex-next-Button-Danger_Background_Active-0-1-8);color:var(--triplex-next-Button-Danger_Color_Active-0-1-8)}.button__2f537a7f.danger__89127e18:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-0-1-8)}.button__2f537a7f.danger__89127e18:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-0-1-8);color:var(--triplex-next-Button-Danger_Color_Disabled-0-1-8)}.button__2f537a7f.link__987a8071{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-0-1-8);border-radius:0}.button__2f537a7f.link__987a8071.md__5369ddb3{height:40px;min-width:0;padding:0 2px}.button__2f537a7f.link__987a8071.sm__579be162{height:28px;min-width:0;padding:0 2px}.button__2f537a7f.link__987a8071.lg__7aa8bf7e{height:56px;min-width:0;padding:0 2px}.button__2f537a7f.link__987a8071:hover{color:var(--triplex-next-Button-Link_Color_Hover-0-1-8)}.button__2f537a7f.link__987a8071:active{color:var(--triplex-next-Button-Link_Color_Active-0-1-8)}.button__2f537a7f.link__987a8071:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-0-1-8)}.button__2f537a7f.link__987a8071:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-0-1-8)}.dropdown__42bf7606{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-0-1-8);background-color:var(--triplex-next-Dropdown-Background-0-1-8)}.dropdown-sm__09158236{border-radius:6px}.dropdown-md__aef0a922{border-radius:8px}.dropdown-lg__f22af107{border-radius:10px}.dropdownOverflowHidden__2b2998c9{overflow:hidden}.buttonDropdownExtended__9674dd06{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__9674dd06 .buttonDropdownExtendedBlock__daa07549{padding:4px;margin-top:4px;right:0}.buttonDropdown__948d1b64.block__683095d3{display:block}.buttonDropdown__948d1b64+.button__2f537a7f:not(.block__683095d3),.buttonDropdown__948d1b64+.buttonDropdown__948d1b64:not(.block__683095d3){margin-left:16px}.buttonDropdown__948d1b64 .buttonDropdownTarget__51c8a01b .caretIcon__e51fa5bd{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__948d1b64 .buttonDropdownTarget__51c8a01b.active__7eb2fdfd .caretIcon__e51fa5bd{transform:rotate(-180deg)}.buttonDropdown__948d1b64 .buttonDropdownMenuItem__e77f29d7{overflow:hidden;text-overflow:ellipsis}.formFieldMaskedInputWrapper__cee21c29{position:relative}.formFieldMaskedInputWrapper__cee21c29 .formFieldMaskedInputPlaceholder__4108bee7{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__cee21c29 .formFieldMaskedInputPlaceholder__4108bee7::placeholder{opacity:1}.formFieldMaskedInputWrapper__cee21c29.size-sm__a6edd3c2{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__cee21c29.size-sm__a6edd3c2 .formFieldMaskedInputPlaceholder__4108bee7{top:5px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__cee21c29.size-md__285f1472{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__cee21c29.size-md__285f1472 .formFieldMaskedInputPlaceholder__4108bee7{top:9px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__cee21c29.size-lg__cfb64eea{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__cee21c29.size-lg__cfb64eea .formFieldMaskedInputPlaceholder__4108bee7{top:25px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__cee21c29 .formFieldMaskedInput__aef6c61d{display:block;position:relative;background:none!important}.listItemTable__0634cfa2{margin-bottom:4px}.listItemTable__0634cfa2:last-child{margin-bottom:0}.listSortableItem__b3c77c12{position:relative}.listSortableItem__b3c77c12.dragging__7419f2d6{z-index:1}.segmentedControlSegment__6a2e7c37{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-0-1-8);outline:none;cursor:pointer}.segmentedControlSegment__6a2e7c37:disabled{cursor:default}.sm__f282497a .segmentedControlSegment__6a2e7c37{min-height:20px;padding:2px;font-size:12px;line-height:16px;border-radius:4px}.md__ef1a3031 .segmentedControlSegment__6a2e7c37{min-height:32px;padding:6px;font-size:14px;line-height:20px;border-radius:6px}.lg__6fded650 .segmentedControlSegment__6a2e7c37{min-height:40px;padding:8px;font-size:16px;line-height:20px;border-radius:8px}.general1__6b7fead5 .segmentedControlSegment__6a2e7c37{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-1-8);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-1-8)}.general1__6b7fead5 .segmentedControlSegment__6a2e7c37:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-1-8);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-1-8)}.general1__6b7fead5 .segmentedControlSegment__6a2e7c37:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-1-8);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-1-8)}.general1__6b7fead5 .segmentedControlSegment__6a2e7c37.selected__92f0a4fc{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-1-8);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-1-8)}.general1__6b7fead5 .segmentedControlSegment__6a2e7c37.selected__92f0a4fc:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-1-8);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-1-8)}.general1__6b7fead5 .segmentedControlSegment__6a2e7c37.selected__92f0a4fc:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-1-8);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-1-8)}.general2__7038a6ea .segmentedControlSegment__6a2e7c37{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-1-8);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-1-8)}.general2__7038a6ea .segmentedControlSegment__6a2e7c37:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-1-8);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-1-8)}.general2__7038a6ea .segmentedControlSegment__6a2e7c37:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-1-8);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-1-8)}.general2__7038a6ea .segmentedControlSegment__6a2e7c37.selected__92f0a4fc{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-1-8);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-1-8)}.general2__7038a6ea .segmentedControlSegment__6a2e7c37.selected__92f0a4fc:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-1-8);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-1-8)}.general2__7038a6ea .segmentedControlSegment__6a2e7c37.selected__92f0a4fc:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-1-8);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-1-8)}.secondary1__180b0609 .segmentedControlSegment__6a2e7c37{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-1-8);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-1-8)}.secondary1__180b0609 .segmentedControlSegment__6a2e7c37:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-1-8);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-1-8)}.secondary1__180b0609 .segmentedControlSegment__6a2e7c37:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-1-8);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-1-8)}.secondary1__180b0609 .segmentedControlSegment__6a2e7c37.selected__92f0a4fc{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-1-8);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-1-8)}.secondary1__180b0609 .segmentedControlSegment__6a2e7c37.selected__92f0a4fc:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-1-8);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-1-8)}.secondary2__95614a14 .segmentedControlSegment__6a2e7c37{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-1-8);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-1-8)}.secondary2__95614a14 .segmentedControlSegment__6a2e7c37:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-1-8);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-1-8)}.secondary2__95614a14 .segmentedControlSegment__6a2e7c37:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-1-8);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-1-8)}.secondary2__95614a14 .segmentedControlSegment__6a2e7c37.selected__92f0a4fc{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-1-8);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-1-8)}.secondary2__95614a14 .segmentedControlSegment__6a2e7c37.selected__92f0a4fc:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-1-8);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-1-8)}.segmentedControlSegment__6a2e7c37:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-1-8)}.content__a4b33475{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__7588bb65{display:flex;gap:4px}.segmentedControl__7588bb65.general1__6b7fead5{background:var(--triplex-next-SegmentedControl-General_1_Background-0-1-8)}.segmentedControl__7588bb65.secondary1__180b0609{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-0-1-8)}.segmentedControl__7588bb65.general2__7038a6ea{background:var(--triplex-next-SegmentedControl-General_2_Background-0-1-8)}.segmentedControl__7588bb65.secondary2__95614a14{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-0-1-8)}.segmentedControl__7588bb65.sm__f282497a{padding:4px}.segmentedControl__7588bb65.md__ef1a3031{padding:6px}.segmentedControl__7588bb65.lg__6fded650{padding:8px}.skeleton__eea6628b{border-radius:16px;flex-grow:1}.skeleton__eea6628b.light__fb68bb62{animation:skeleton-light-pulse__a59c5f8a 2s ease-in-out infinite}.skeleton__eea6628b.dark__dcbfe0c7{animation:skeleton-dark-pulse__eed4d463 2s ease-in-out infinite}@keyframes skeleton-light-pulse__a59c5f8a{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-1-8)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-0-1-8)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-1-8)}}@keyframes skeleton-dark-pulse__eed4d463{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-1-8)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-0-1-8)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-1-8)}}.tooltipDesktop__4c215820{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__4c215820 .tooltipBody__6e074cd1{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-0-1-8)}.tooltipDesktop__4c215820 .tooltipXButton__3f12b378{position:absolute;right:8px;top:8px}.tooltipDesktopContent__9494b623{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-0-1-8);border-radius:8px}.closable__d97b1398 .tooltipDesktopContent__9494b623{padding-right:32px}.tooltipSM__92f97a22 .tooltipDesktopContent__9494b623{width:192px;min-height:52px}.tooltipLG__57c94836 .tooltipDesktopContent__9494b623{width:384px;min-height:52px}.tooltipOverlay__5564518c{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__b9ded903{width:0;height:0}.tooltipDesktopTip__b9ded903.down__d9d1c633{border-top:solid var(--triplex-next-Tooltip-Background-0-1-8);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__b9ded903.up__84e8309b{border-bottom:solid var(--triplex-next-Tooltip-Background-0-1-8);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__b9ded903.left__38f25275{border-right:solid var(--triplex-next-Tooltip-Background-0-1-8);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__b9ded903.right__fdbaaa34{border-left:solid var(--triplex-next-Tooltip-Background-0-1-8);border-top:solid transparent;border-bottom:solid transparent}.overlay__22adec69{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__22adec69.fixed__f09c0b38{position:fixed}.overlay__22adec69.closing__69b193b3,.overlay__22adec69.opened__fc8cd070{visibility:visible;left:0;right:0}.overlayPanel__d7f4abe1{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-0-1-8);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__d7f4abe1.bottom__52311fd8{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__d7f4abe1.left__0f179f29{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__d7f4abe1.right__440609ba{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__d7f4abe1.top__e9bebb76{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__d7f4abe1.left__0f179f29.opened__fc8cd070,.overlayPanel__d7f4abe1.right__440609ba.opened__fc8cd070{transform:translate(0)}.overlayPanel__d7f4abe1.top__e9bebb76.opened__fc8cd070,.overlayPanel__d7f4abe1.bottom__52311fd8.opened__fc8cd070{transform:translateY(0)}.overlayContent__0b106891{display:flex;min-height:100%}.overlayMask__d1060109{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-0-1-8);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__d1060109.overlayOpened__1075bf1c{opacity:1}.listMasterFooter__28cae430{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-0-1-8);color:var(--triplex-next-ListMaster-Footer_Color-0-1-8);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__28cae430.sticky__c335ac6f{position:sticky;bottom:0}.listMasterFooterDescription__4eeb8a9b{padding-right:16px}.listMasterFooterControls__3cdaae1d{white-space:nowrap}.tooltipMobile__becf5917 .tooltipBody__6e074cd1{text-align:left}.tooltipMobile__becf5917 .tooltipXButton__3f12b378{position:absolute;right:16px;top:16px}.tooltipMobileContent__e6549ec1{padding:16px}.headerless__e16fa25b .tooltipMobileContent__e6549ec1{padding-right:40px}.tooltipLink__6c18e102{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:block;margin-top:16px}.desktop__00fe9bb8{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-0-1-8)}.desktop__00fe9bb8:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-1-8)}.desktop__00fe9bb8:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-0-1-8)}.desktop__00fe9bb8:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-1-8)}.mobile__ab645428{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-0-1-8)}.mobile__ab645428:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-1-8)}.mobile__ab645428:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-0-1-8)}.mobile__ab645428:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-1-8)}.listMasterChipGroup__11e59600{padding:0 16px}.listMasterHeader__ff870777{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-0-1-8);color:var(--triplex-next-ListMaster-Header_Color-0-1-8)}.listMasterHeader__ff870777.sticky__c335ac6f{position:sticky;top:0;z-index:1}.selectionControls__e2e4a957{display:flex;justify-content:space-between;align-items:center}.uploadZone__ca3e1af1{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-0-1-8)}.uploadZone__ca3e1af1:hover{background:var(--triplex-next-UploadZone-Background_Hover-0-1-8)}.uploadZoneDragArea__7a61aa8b{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-1-8);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__8da57f29{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-1-8);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-0-1-8);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-0-1-8);border-radius:8px;box-sizing:border-box}.uploadZoneInput__2354e197{display:none}
|