@sberbusiness/triplex-next 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/{AlertProcessSpoiler-Dp7FRT9y.js → AlertProcessSpoiler-Caa0745n.js} +10 -10
- package/chunks/Card.module-BRANBAxP.js +17 -0
- package/chunks/{DropdownListItem-y6Rvj_dd.js → DropdownListItem-DIIAnvmw.js} +13 -13
- package/chunks/DropdownMobile.module-BUeZuAYr.js +19 -0
- package/chunks/Footer.module-BFo05t5_.js +11 -0
- package/chunks/{FormFieldInput-apk1b0w6.js → FormFieldInput-rV5ZVe9k.js} +21 -21
- package/chunks/HeaderLayoutSidebar.module-CEqBuRNu.js +9 -0
- package/chunks/HeaderTabs.module-BEaVu2Hx.js +9 -0
- package/chunks/HeaderTitle.module-Db-1fcNm.js +9 -0
- package/chunks/{ListItemControlsButton-Cn3Vmrsn.js → ListItemControlsButton-Ch-5PQYH.js} +5 -5
- package/chunks/ListItemTail.module-C5-4SAqt.js +12 -0
- package/chunks/ListMasterFooter.module-Dph-_lLg.js +10 -0
- package/chunks/Overlay.module-D6LEz1jT.js +18 -0
- package/chunks/Page.module-Ct9ky9ko.js +16 -0
- package/chunks/TabsExtended.module-CmU9j8zG.js +13 -0
- package/chunks/{TabsExtendedUtils-NCwWiX7O.js → TabsExtendedUtils-CkAvE1fA.js} +4 -4
- package/chunks/TooltipDesktop.module-KrPZMfQD.js +19 -0
- package/chunks/{UploadZoneInput-R9729LZY.js → UploadZoneInput-CXjerIVV.js} +7 -7
- package/chunks/utils-bbbspEnw.js +36 -0
- package/components/Alert/AlertContext/AlertContext.js +9 -9
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Body/Body.js +7 -7
- package/components/Button/Button.js +25 -25
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +37 -37
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +1 -1
- package/components/Card/CardAction.js +25 -25
- 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 +6 -6
- package/components/Checkbox/CheckboxXGroup.js +16 -16
- package/components/Checkbox/CheckboxYGroup.js +1 -1
- package/components/Col/Col.js +145 -145
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +10 -10
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/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 +16 -16
- package/components/FormField/components/FormFieldClear.js +9 -9
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +8 -8
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +11 -11
- package/components/FormField/components/FormFieldMaskedInput.js +5 -5
- package/components/FormField/components/FormFieldPostfix.js +5 -5
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +16 -16
- package/components/FormField/components/FormFieldTextarea.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +11 -11
- 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 +8 -8
- 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/Island/Island.js +16 -16
- package/components/Island/components/IslandBody.js +1 -1
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +3 -3
- package/components/Link/Link.js +32 -32
- package/components/List/List.js +5 -5
- package/components/List/components/ListEmptyState.js +5 -5
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +6 -6
- package/components/List/components/ListItemControls.js +7 -7
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +5 -5
- package/components/List/components/ListItemSelectable.js +11 -11
- package/components/List/components/ListItemTable.js +5 -5
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +5 -5
- package/components/List/components/ListSortableItemControls.js +1 -1
- package/components/List/components/ListSortableItemTarget.js +10 -10
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +8 -8
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +5 -5
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +1 -1
- package/components/Loader/LoaderSmall/LoaderSmall.js +17 -17
- package/components/LoaderWidget/LoaderWidget.js +9 -9
- 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 +2 -2
- 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 +11 -11
- package/components/Radio/Radio.js +2 -2
- package/components/Radio/RadioXGroup.js +9 -9
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +10 -10
- package/components/SegmentedControl/SegmentedControl.js +20 -20
- package/components/SegmentedControl/SegmentedControlSegment.js +5 -5
- package/components/SelectExtendedField/SelectExtendedField.js +4 -4
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +14 -14
- package/components/Skeleton/Skeleton.js +9 -9
- package/components/SwipeableArea/SwipeableArea.js +12 -12
- 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/TextField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +10 -10
- 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 +13 -13
- package/components/Typography/Text.js +13 -13
- package/components/Typography/Title.js +18 -18
- package/components/Typography/utils.js +1 -1
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +3 -3
- package/index.js +3 -3
- package/package.json +1 -1
- package/styles/triplex-next.css +354 -354
- package/chunks/Card.module-Ddt7TQ9Z.js +0 -17
- package/chunks/DropdownMobile.module-DrQkghxs.js +0 -19
- package/chunks/Footer.module-CKfl241m.js +0 -11
- package/chunks/HeaderLayoutSidebar.module-DTXnksBK.js +0 -9
- package/chunks/HeaderTabs.module-DVh6MotJ.js +0 -9
- package/chunks/HeaderTitle.module-DOeVL9zC.js +0 -9
- package/chunks/ListItemTail.module-BnbT61OM.js +0 -12
- package/chunks/ListMasterFooter.module-C6QFamKQ.js +0 -10
- package/chunks/Overlay.module-BTSQ5G6t.js +0 -18
- package/chunks/Page.module-DfMBQJob.js +0 -16
- package/chunks/TabsExtended.module-okOlTNQG.js +0 -13
- package/chunks/TooltipDesktop.module-DTbnIWo1.js +0 -19
- package/chunks/utils-B0khB-Lq.js +0 -36
package/styles/triplex-next.css
CHANGED
|
@@ -1,354 +1,354 @@
|
|
|
1
|
-
html {--triplex-next-ColorBrand-0-1-1-
|
|
2
|
-
--triplex-next-ColorBrand-10-1-1-
|
|
3
|
-
--triplex-next-ColorBrand-20-1-1-
|
|
4
|
-
--triplex-next-ColorBrand-30-1-1-
|
|
5
|
-
--triplex-next-ColorBrand-40-1-1-
|
|
6
|
-
--triplex-next-ColorBrand-50-1-1-
|
|
7
|
-
--triplex-next-ColorBrand-60-1-1-
|
|
8
|
-
--triplex-next-ColorBrand-70-1-1-
|
|
9
|
-
--triplex-next-ColorBrand-80-1-1-
|
|
10
|
-
--triplex-next-ColorBrand-90-1-1-
|
|
11
|
-
--triplex-next-ColorBrand-100-1-1-
|
|
12
|
-
--triplex-next-ColorDarkNeutralAlpha-0-1-1-
|
|
13
|
-
--triplex-next-ColorDarkNeutralAlpha-10-1-1-
|
|
14
|
-
--triplex-next-ColorDarkNeutralAlpha-20-1-1-
|
|
15
|
-
--triplex-next-ColorDarkNeutralAlpha-30-1-1-
|
|
16
|
-
--triplex-next-ColorDarkNeutralAlpha-40-1-1-
|
|
17
|
-
--triplex-next-ColorDarkNeutralAlpha-50-1-1-
|
|
18
|
-
--triplex-next-ColorDarkNeutralAlpha-60-1-1-
|
|
19
|
-
--triplex-next-ColorDarkNeutralAlpha-70-1-1-
|
|
20
|
-
--triplex-next-ColorDarkNeutralAlpha-80-1-1-
|
|
21
|
-
--triplex-next-ColorDarkNeutralAlpha-90-1-1-
|
|
22
|
-
--triplex-next-ColorDarkNeutralAlpha-100-1-1-
|
|
23
|
-
--triplex-next-ColorDarkNeutral-0-1-1-
|
|
24
|
-
--triplex-next-ColorDarkNeutral-10-1-1-
|
|
25
|
-
--triplex-next-ColorDarkNeutral-20-1-1-
|
|
26
|
-
--triplex-next-ColorDarkNeutral-30-1-1-
|
|
27
|
-
--triplex-next-ColorDarkNeutral-40-1-1-
|
|
28
|
-
--triplex-next-ColorDarkNeutral-50-1-1-
|
|
29
|
-
--triplex-next-ColorDarkNeutral-60-1-1-
|
|
30
|
-
--triplex-next-ColorDarkNeutral-70-1-1-
|
|
31
|
-
--triplex-next-ColorDarkNeutral-80-1-1-
|
|
32
|
-
--triplex-next-ColorDarkNeutral-90-1-1-
|
|
33
|
-
--triplex-next-ColorDarkNeutral-100-1-1-
|
|
34
|
-
--triplex-next-ColorError-0-1-1-
|
|
35
|
-
--triplex-next-ColorError-10-1-1-
|
|
36
|
-
--triplex-next-ColorError-20-1-1-
|
|
37
|
-
--triplex-next-ColorError-30-1-1-
|
|
38
|
-
--triplex-next-ColorError-40-1-1-
|
|
39
|
-
--triplex-next-ColorError-50-1-1-
|
|
40
|
-
--triplex-next-ColorError-60-1-1-
|
|
41
|
-
--triplex-next-ColorError-70-1-1-
|
|
42
|
-
--triplex-next-ColorError-80-1-1-
|
|
43
|
-
--triplex-next-ColorError-90-1-1-
|
|
44
|
-
--triplex-next-ColorError-100-1-1-
|
|
45
|
-
--triplex-next-ColorInfo-0-1-1-
|
|
46
|
-
--triplex-next-ColorInfo-10-1-1-
|
|
47
|
-
--triplex-next-ColorInfo-20-1-1-
|
|
48
|
-
--triplex-next-ColorInfo-30-1-1-
|
|
49
|
-
--triplex-next-ColorInfo-40-1-1-
|
|
50
|
-
--triplex-next-ColorInfo-50-1-1-
|
|
51
|
-
--triplex-next-ColorInfo-60-1-1-
|
|
52
|
-
--triplex-next-ColorInfo-70-1-1-
|
|
53
|
-
--triplex-next-ColorInfo-80-1-1-
|
|
54
|
-
--triplex-next-ColorInfo-90-1-1-
|
|
55
|
-
--triplex-next-ColorInfo-100-1-1-
|
|
56
|
-
--triplex-next-ColorNeutralAlpha-0-1-1-
|
|
57
|
-
--triplex-next-ColorNeutralAlpha-10-1-1-
|
|
58
|
-
--triplex-next-ColorNeutralAlpha-20-1-1-
|
|
59
|
-
--triplex-next-ColorNeutralAlpha-30-1-1-
|
|
60
|
-
--triplex-next-ColorNeutralAlpha-40-1-1-
|
|
61
|
-
--triplex-next-ColorNeutralAlpha-50-1-1-
|
|
62
|
-
--triplex-next-ColorNeutralAlpha-60-1-1-
|
|
63
|
-
--triplex-next-ColorNeutralAlpha-70-1-1-
|
|
64
|
-
--triplex-next-ColorNeutralAlpha-80-1-1-
|
|
65
|
-
--triplex-next-ColorNeutralAlpha-90-1-1-
|
|
66
|
-
--triplex-next-ColorNeutralAlpha-100-1-1-
|
|
67
|
-
--triplex-next-ColorNeutral-0-1-1-
|
|
68
|
-
--triplex-next-ColorNeutral-10-1-1-
|
|
69
|
-
--triplex-next-ColorNeutral-20-1-1-
|
|
70
|
-
--triplex-next-ColorNeutral-30-1-1-
|
|
71
|
-
--triplex-next-ColorNeutral-40-1-1-
|
|
72
|
-
--triplex-next-ColorNeutral-50-1-1-
|
|
73
|
-
--triplex-next-ColorNeutral-60-1-1-
|
|
74
|
-
--triplex-next-ColorNeutral-70-1-1-
|
|
75
|
-
--triplex-next-ColorNeutral-80-1-1-
|
|
76
|
-
--triplex-next-ColorNeutral-90-1-1-
|
|
77
|
-
--triplex-next-ColorNeutral-100-1-1-
|
|
78
|
-
--triplex-next-ColorSuccess-0-1-1-
|
|
79
|
-
--triplex-next-ColorSuccess-10-1-1-
|
|
80
|
-
--triplex-next-ColorSuccess-20-1-1-
|
|
81
|
-
--triplex-next-ColorSuccess-30-1-1-
|
|
82
|
-
--triplex-next-ColorSuccess-40-1-1-
|
|
83
|
-
--triplex-next-ColorSuccess-50-1-1-
|
|
84
|
-
--triplex-next-ColorSuccess-60-1-1-
|
|
85
|
-
--triplex-next-ColorSuccess-70-1-1-
|
|
86
|
-
--triplex-next-ColorSuccess-80-1-1-
|
|
87
|
-
--triplex-next-ColorSuccess-90-1-1-
|
|
88
|
-
--triplex-next-ColorSuccess-100-1-1-
|
|
89
|
-
--triplex-next-ColorSystem-0-1-1-
|
|
90
|
-
--triplex-next-ColorSystem-10-1-1-
|
|
91
|
-
--triplex-next-ColorSystem-20-1-1-
|
|
92
|
-
--triplex-next-ColorSystem-30-1-1-
|
|
93
|
-
--triplex-next-ColorSystem-40-1-1-
|
|
94
|
-
--triplex-next-ColorSystem-50-1-1-
|
|
95
|
-
--triplex-next-ColorSystem-60-1-1-
|
|
96
|
-
--triplex-next-ColorSystem-70-1-1-
|
|
97
|
-
--triplex-next-ColorSystem-80-1-1-
|
|
98
|
-
--triplex-next-ColorSystem-90-1-1-
|
|
99
|
-
--triplex-next-ColorSystem-100-1-1-
|
|
100
|
-
--triplex-next-ColorWarning-0-1-1-
|
|
101
|
-
--triplex-next-ColorWarning-10-1-1-
|
|
102
|
-
--triplex-next-ColorWarning-20-1-1-
|
|
103
|
-
--triplex-next-ColorWarning-30-1-1-
|
|
104
|
-
--triplex-next-ColorWarning-40-1-1-
|
|
105
|
-
--triplex-next-ColorWarning-50-1-1-
|
|
106
|
-
--triplex-next-ColorWarning-60-1-1-
|
|
107
|
-
--triplex-next-ColorWarning-70-1-1-
|
|
108
|
-
--triplex-next-ColorWarning-80-1-1-
|
|
109
|
-
--triplex-next-ColorWarning-90-1-1-
|
|
110
|
-
--triplex-next-ColorWarning-100-1-1-
|
|
111
|
-
--triplex-next-Button-General_Background_Active-1-1-
|
|
112
|
-
--triplex-next-Button-General_Background_Default-1-1-
|
|
113
|
-
--triplex-next-Button-General_Background_Disabled-1-1-
|
|
114
|
-
--triplex-next-Button-General_Background_Hover-1-1-
|
|
115
|
-
--triplex-next-Button-General_Color_Active-1-1-
|
|
116
|
-
--triplex-next-Button-General_Color_Default-1-1-
|
|
117
|
-
--triplex-next-Button-General_Color_Disabled-1-1-
|
|
118
|
-
--triplex-next-Button-General_Color_Hover-1-1-
|
|
119
|
-
--triplex-next-Button-General_Shadow_Focus-1-1-
|
|
120
|
-
--triplex-next-Button-Secondary_Background_Active-1-1-
|
|
121
|
-
--triplex-next-Button-Secondary_Background_Default-1-1-
|
|
122
|
-
--triplex-next-Button-Secondary_Background_Disabled-1-1-
|
|
123
|
-
--triplex-next-Button-Secondary_Background_Hover-1-1-
|
|
124
|
-
--triplex-next-Button-Secondary_Color_Active-1-1-
|
|
125
|
-
--triplex-next-Button-Secondary_Color_Default-1-1-
|
|
126
|
-
--triplex-next-Button-Secondary_Color_Disabled-1-1-
|
|
127
|
-
--triplex-next-Button-Secondary_Color_Hover-1-1-
|
|
128
|
-
--triplex-next-Button-Secondary_Shadow_Focus-1-1-
|
|
129
|
-
--triplex-next-Button-SecondaryLight_Background_Active-1-1-
|
|
130
|
-
--triplex-next-Button-SecondaryLight_Background_Default-1-1-
|
|
131
|
-
--triplex-next-Button-SecondaryLight_Background_Disabled-1-1-
|
|
132
|
-
--triplex-next-Button-SecondaryLight_Background_Hover-1-1-
|
|
133
|
-
--triplex-next-Button-SecondaryLight_Color_Active-1-1-
|
|
134
|
-
--triplex-next-Button-SecondaryLight_Color_Default-1-1-
|
|
135
|
-
--triplex-next-Button-SecondaryLight_Color_Disabled-1-1-
|
|
136
|
-
--triplex-next-Button-SecondaryLight_Color_Hover-1-1-
|
|
137
|
-
--triplex-next-Button-SecondaryLight_Shadow_Focus-1-1-
|
|
138
|
-
--triplex-next-Button-Danger_Background_Active-1-1-
|
|
139
|
-
--triplex-next-Button-Danger_Background_Default-1-1-
|
|
140
|
-
--triplex-next-Button-Danger_Background_Disabled-1-1-
|
|
141
|
-
--triplex-next-Button-Danger_Background_Hover-1-1-
|
|
142
|
-
--triplex-next-Button-Danger_Color_Active-1-1-
|
|
143
|
-
--triplex-next-Button-Danger_Color_Default-1-1-
|
|
144
|
-
--triplex-next-Button-Danger_Color_Disabled-1-1-
|
|
145
|
-
--triplex-next-Button-Danger_Color_Hover-1-1-
|
|
146
|
-
--triplex-next-Button-Danger_Shadow_Focus-1-1-
|
|
147
|
-
--triplex-next-Button-Icon_Shadow_Focus-1-1-
|
|
148
|
-
--triplex-next-Button-Link_Color_Active-1-1-
|
|
149
|
-
--triplex-next-Button-Link_Color_Default-1-1-
|
|
150
|
-
--triplex-next-Button-Link_Color_Disabled-1-1-
|
|
151
|
-
--triplex-next-Button-Link_Color_Hover-1-1-
|
|
152
|
-
--triplex-next-Button-Link_Shadow_Focus-1-1-
|
|
153
|
-
--triplex-next-Checkbox-Background_Checked_Default-1-1-
|
|
154
|
-
--triplex-next-Checkbox-Background_Checked_Hover-1-1-
|
|
155
|
-
--triplex-next-Checkbox-Background_Default-1-1-
|
|
156
|
-
--triplex-next-Checkbox-Background_Disabled-1-1-
|
|
157
|
-
--triplex-next-Checkbox-BorderColor_Focus-1-1-
|
|
158
|
-
--triplex-next-Checkbox-Checkmark_Fill_Default-1-1-
|
|
159
|
-
--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-1-
|
|
160
|
-
--triplex-next-Checkbox-Color_Default-1-1-
|
|
161
|
-
--triplex-next-Checkbox-Color_Disabled-1-1-
|
|
162
|
-
--triplex-next-FormField-Background_Active-1-1-
|
|
163
|
-
--triplex-next-FormField-Background_Default-1-1-
|
|
164
|
-
--triplex-next-FormField-Background_Disabled-1-1-
|
|
165
|
-
--triplex-next-FormField-Background_Error-1-1-
|
|
166
|
-
--triplex-next-FormField-Background_Error_Hover-1-1-
|
|
167
|
-
--triplex-next-FormField-Background_Hover-1-1-
|
|
168
|
-
--triplex-next-FormField-Background_Warning-1-1-
|
|
169
|
-
--triplex-next-FormField-Background_Warning_Hover-1-1-
|
|
170
|
-
--triplex-next-FormField-Input_Color_Default-1-1-
|
|
171
|
-
--triplex-next-FormField-Input_Color_Disabled-1-1-
|
|
172
|
-
--triplex-next-FormField-Target_Color_Default-1-1-
|
|
173
|
-
--triplex-next-FormField-Target_Color_Disabled-1-1-
|
|
174
|
-
--triplex-next-FormField-Target_PlaceholderColor_Default-1-1-
|
|
175
|
-
--triplex-next-FormField-Label_Color_Default-1-1-
|
|
176
|
-
--triplex-next-FormField-Label_Color_Disabled-1-1-
|
|
177
|
-
--triplex-next-FormField-Shadow_Active-1-1-
|
|
178
|
-
--triplex-next-FormField-Shadow_Default-1-1-
|
|
179
|
-
--triplex-next-FormField-Shadow_Error_Active-1-1-
|
|
180
|
-
--triplex-next-FormField-Shadow_Warning_Active-1-1-
|
|
181
|
-
--triplex-next-FormField-Placeholder_Color-1-1-
|
|
182
|
-
--triplex-next-Link-BorderColor_Focus-1-1-
|
|
183
|
-
--triplex-next-Link-Text_Color_Active-1-1-
|
|
184
|
-
--triplex-next-Link-Text_Color_Default-1-1-
|
|
185
|
-
--triplex-next-Link-Text_Color_Hover-1-1-
|
|
186
|
-
--triplex-next-Loader-Neutral_Background_Default-1-1-
|
|
187
|
-
--triplex-next-Loader-Brand_Background_Default-1-1-
|
|
188
|
-
--triplex-next-LoaderWidget-Small_Backdrop_Default-1-1-
|
|
189
|
-
--triplex-next-LoaderWidget-Middle_Backdrop_Default-1-1-
|
|
190
|
-
--triplex-next-LoaderWidget-Middle_Background_Default-1-1-
|
|
191
|
-
--triplex-next-Dropdown-Background-1-1-
|
|
192
|
-
--triplex-next-Dropdown-Shadow-1-1-
|
|
193
|
-
--triplex-next-DropdownList-Background_Active-1-1-
|
|
194
|
-
--triplex-next-DropdownList-Background_Default-1-1-
|
|
195
|
-
--triplex-next-DropdownList-Background_Selected-1-1-
|
|
196
|
-
--triplex-next-DropdownList-Color-1-1-
|
|
197
|
-
--triplex-next-DropdownMobile-Backdrop-1-1-
|
|
198
|
-
--triplex-next-DropdownMobile-Border_Color-1-1-
|
|
199
|
-
--triplex-next-DropdownMobile-Content_Background-1-1-
|
|
200
|
-
--triplex-next-DropdownMobile-Footer_Background-1-1-
|
|
201
|
-
--triplex-next-DropdownMobile-Header_Background-1-1-
|
|
202
|
-
--triplex-next-DropdownMobileList-Active_Background-1-1-
|
|
203
|
-
--triplex-next-DropdownMobileList-Selected_Background-1-1-
|
|
204
|
-
--triplex-next-Tabs-Background-1-1-
|
|
205
|
-
--triplex-next-Tabs-Tab_Background_Default-1-1-
|
|
206
|
-
--triplex-next-Tabs-Tab_Background_Hover-1-1-
|
|
207
|
-
--triplex-next-Tabs-Tab_Background_Selected-1-1-
|
|
208
|
-
--triplex-next-Tabs-Tab_BorderColor_Default-1-1-
|
|
209
|
-
--triplex-next-Tabs-Tab_BorderColor_Focus-1-1-
|
|
210
|
-
--triplex-next-Typography-Primary_Color-1-1-
|
|
211
|
-
--triplex-next-Typography-Complementary_Color-1-1-
|
|
212
|
-
--triplex-next-Typography-Secondary_Color-1-1-
|
|
213
|
-
--triplex-next-Typography-Tertiary_Color-1-1-
|
|
214
|
-
--triplex-next-Typography-Disabled_Color-1-1-
|
|
215
|
-
--triplex-next-Typography-Brand_Color-1-1-
|
|
216
|
-
--triplex-next-Typography-Info_Color-1-1-
|
|
217
|
-
--triplex-next-Typography-Success_Color-1-1-
|
|
218
|
-
--triplex-next-Typography-Error_Color-1-1-
|
|
219
|
-
--triplex-next-Typography-Warning_Color-1-1-
|
|
220
|
-
--triplex-next-Typography-System_Color-1-1-
|
|
221
|
-
--triplex-next-Tooltip-Background-1-1-
|
|
222
|
-
--triplex-next-Tooltip-Color-1-1-
|
|
223
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Active-1-1-
|
|
224
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Default-1-1-
|
|
225
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-1-
|
|
226
|
-
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-1-
|
|
227
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Active-1-1-
|
|
228
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Default-1-1-
|
|
229
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-1-
|
|
230
|
-
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-1-
|
|
231
|
-
--triplex-next-AlertContext-Error_Color-1-1-
|
|
232
|
-
--triplex-next-AlertContext-Info_Color-1-1-
|
|
233
|
-
--triplex-next-AlertContext-System_Color-1-1-
|
|
234
|
-
--triplex-next-AlertContext-Warning_Color-1-1-
|
|
235
|
-
--triplex-next-AlertProcess-Info_Background-1-1-
|
|
236
|
-
--triplex-next-AlertProcess-Warning_Background-1-1-
|
|
237
|
-
--triplex-next-AlertProcess-Error_Background-1-1-
|
|
238
|
-
--triplex-next-AlertProcess-System_Background-1-1-
|
|
239
|
-
--triplex-next-AlertProcess-Feature_Background-1-1-
|
|
240
|
-
--triplex-next-Overlay-Background-1-1-
|
|
241
|
-
--triplex-next-Overlay-Panel_Background-1-1-
|
|
242
|
-
--triplex-next-ListItem-Background-1-1-
|
|
243
|
-
--triplex-next-ListItem-Background_Dragging-1-1-
|
|
244
|
-
--triplex-next-ListItem-Background_Selected-1-1-
|
|
245
|
-
--triplex-next-ListItem-Shadow-1-1-
|
|
246
|
-
--triplex-next-ListItemControlsButton-Background-1-1-
|
|
247
|
-
--triplex-next-ListItemControlsButton-Color-1-1-
|
|
248
|
-
--triplex-next-ListMaster-Background-1-1-
|
|
249
|
-
--triplex-next-ListMaster-Footer_Background-1-1-
|
|
250
|
-
--triplex-next-ListMaster-Footer_Color-1-1-
|
|
251
|
-
--triplex-next-ListMaster-Header_Background-1-1-
|
|
252
|
-
--triplex-next-ListMaster-Header_Color-1-1-
|
|
253
|
-
--triplex-next-Page-Background-1-1-
|
|
254
|
-
--triplex-next-Radio-Background_Checked_Default-1-1-
|
|
255
|
-
--triplex-next-Radio-Background_Checked_Disabled-1-1-
|
|
256
|
-
--triplex-next-Radio-Background_Checked_Hover-1-1-
|
|
257
|
-
--triplex-next-Radio-Background_Default-1-1-
|
|
258
|
-
--triplex-next-Radio-Background_Disabled-1-1-
|
|
259
|
-
--triplex-next-Radio-Background_Hover-1-1-
|
|
260
|
-
--triplex-next-Radio-BorderColor_Focused-1-1-
|
|
261
|
-
--triplex-next-Radio-Color_Default-1-1-
|
|
262
|
-
--triplex-next-Radio-Color_Disabled-1-1-
|
|
263
|
-
--triplex-next-Radio-Dot_Default-1-1-
|
|
264
|
-
--triplex-next-Radio-Dot_Disabled-1-1-
|
|
265
|
-
--triplex-next-UploadZone-Background_Default-1-1-
|
|
266
|
-
--triplex-next-UploadZone-Background_Hover-1-1-
|
|
267
|
-
--triplex-next-UploadZone-BorderColor_Default-1-1-
|
|
268
|
-
--triplex-next-UploadZone-DragArea_Background-1-1-
|
|
269
|
-
--triplex-next-UploadZone-DragArea_BorderColor-1-1-
|
|
270
|
-
--triplex-next-Pagination-PageButton_Background_Active-1-1-
|
|
271
|
-
--triplex-next-Pagination-PageButton_Background_Hover-1-1-
|
|
272
|
-
--triplex-next-Pagination-PageButton_Background_Selected-1-1-
|
|
273
|
-
--triplex-next-Pagination-PageButton_BorderColor_Focus-1-1-
|
|
274
|
-
--triplex-next-Pagination-PageButton_Color-1-1-
|
|
275
|
-
--triplex-next-Card-Static_General_Background-1-1-
|
|
276
|
-
--triplex-next-Card-Static_Secondary_Background-1-1-
|
|
277
|
-
--triplex-next-Card-Action_General_Background-1-1-
|
|
278
|
-
--triplex-next-Card-Action_General_Background_Hover-1-1-
|
|
279
|
-
--triplex-next-Card-Action_General_Background_Selected-1-1-
|
|
280
|
-
--triplex-next-Card-Action_General_Background_Selected_Hover-1-1-
|
|
281
|
-
--triplex-next-Card-Action_Secondary_Background-1-1-
|
|
282
|
-
--triplex-next-Card-Action_Secondary_Background_Hover-1-1-
|
|
283
|
-
--triplex-next-Card-Action_Secondary_Background_Selected-1-1-
|
|
284
|
-
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-1-
|
|
285
|
-
--triplex-next-Card-BorderColor_Focus-1-1-
|
|
286
|
-
--triplex-next-Card-Shadow_Default-1-1-
|
|
287
|
-
--triplex-next-Card-Shadow_Hover-1-1-
|
|
288
|
-
--triplex-next-Skeleton-BackgroundColor_Light_Start-1-1-
|
|
289
|
-
--triplex-next-Skeleton-BackgroundColor_Light_End-1-1-
|
|
290
|
-
--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-1-
|
|
291
|
-
--triplex-next-Skeleton-BackgroundColor_Dark_End-1-1-
|
|
292
|
-
--triplex-next-SegmentedControl-General_1_Background-1-1-
|
|
293
|
-
--triplex-next-SegmentedControl-General_2_Background-1-1-
|
|
294
|
-
--triplex-next-SegmentedControl-Secondary_1_Background-1-1-
|
|
295
|
-
--triplex-next-SegmentedControl-Secondary_2_Background-1-1-
|
|
296
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-1-
|
|
297
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-1-
|
|
298
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-1-
|
|
299
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-1-
|
|
300
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-1-
|
|
301
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-1-
|
|
302
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-1-
|
|
303
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-1-
|
|
304
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-1-
|
|
305
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-1-
|
|
306
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-1-
|
|
307
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-1-
|
|
308
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-1-
|
|
309
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-1-
|
|
310
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-1-
|
|
311
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-1-
|
|
312
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-1-
|
|
313
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-1-
|
|
314
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-1-
|
|
315
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-1-
|
|
316
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-1-
|
|
317
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-1-
|
|
318
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-1-
|
|
319
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-1-
|
|
320
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-1-
|
|
321
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-1-
|
|
322
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-1-
|
|
323
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-1-
|
|
324
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-1-
|
|
325
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-1-
|
|
326
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-1-
|
|
327
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-1-
|
|
328
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-1-
|
|
329
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-1-
|
|
330
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-1-
|
|
331
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-1-
|
|
332
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-1-
|
|
333
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-1-
|
|
334
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-1-
|
|
335
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-1-
|
|
336
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-1-
|
|
337
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-1-
|
|
338
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-1-
|
|
339
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-1-
|
|
340
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-1-
|
|
341
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-1-
|
|
342
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-1-
|
|
343
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-1-
|
|
344
|
-
--triplex-next-SegmentedControlSegment-BorderColor_Default-1-1-
|
|
345
|
-
--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-1-
|
|
346
|
-
--triplex-next-HeaderPage-Background-1-1-
|
|
347
|
-
--triplex-next-FooterPage-Background-1-1-
|
|
348
|
-
--triplex-next-Island-Type1_Background-1-1-
|
|
349
|
-
--triplex-next-Island-Type2_Background-1-1-
|
|
350
|
-
--triplex-next-Island-Type3_Background-1-1-
|
|
351
|
-
--triplex-next-Island-Type1_Shadow-1-1-
|
|
352
|
-
--triplex-next-Island-Type2_Shadow-1-1-
|
|
353
|
-
--triplex-next-Island-Type3_Shadow-1-1-
|
|
354
|
-
.underline__f2a38d82{text-decoration:underline}.strikethrough__1df3bc6b{text-decoration:line-through}.underlineStrikethrough__1beb1767{text-decoration:underline line-through}.typography__cbd2707b.primary__05b50598{color:var(--triplex-next-Typography-Primary_Color-1-1-0)}.typography__cbd2707b.complementary__030527d3{color:var(--triplex-Typography-Complementary_Color-1-1-0)}.typography__cbd2707b.secondary__3e82148a{color:var(--triplex-next-Typography-Secondary_Color-1-1-0)}.typography__cbd2707b.tertiary__127ba3d8{color:var(--triplex-next-Typography-Tertiary_Color-1-1-0)}.typography__cbd2707b.disabled__1f871a58{color:var(--triplex-next-Typography-Disabled_Color-1-1-0)}.typography__cbd2707b.brand__a39d762b{color:var(--triplex-next-Typography-Brand_Color-1-1-0);-webkit-user-select:none;user-select:none}.typography__cbd2707b.info__71095f44{color:var(--triplex-next-Typography-Info_Color-1-1-0)}.typography__cbd2707b.success__dc30835a{color:var(--triplex-next-Typography-Success_Color-1-1-0)}.typography__cbd2707b.error__68f78401{color:var(--triplex-next-Typography-Error_Color-1-1-0)}.typography__cbd2707b.warning__c3f794a7{color:var(--triplex-next-Typography-Warning_Color-1-1-0)}.typography__cbd2707b.system__8496bb25{color:var(--triplex-next-Typography-System_Color-1-1-0)}.typography__cbd2707b.compact__c3239e1e{line-height:calc(16 / 14)}.title__850984cd.regular__b1f2b305{font-family:SBSansDisplay}.title__850984cd.semibold__c23bf0b4{font-family:SBSansDisplaySemibold}.title__850984cd.medium__df283fb2{font-family:SBSansDisplayMedium}.title__850984cd.bold__9b12ae0a{font-family:SBSansDisplayBold}.h1__4845788b,.h2__80b774c2,.h3__8f42a1c0{margin:0}.h1__4845788b{font-size:28px;line-height:36px}.h2__80b774c2{font-size:24px;line-height:32px}.h3__8f42a1c0{font-size:20px;line-height:28px}.text__77006390.regular__b1f2b305{font-family:SBSansText}.text__77006390.semibold__c23bf0b4{font-family:SBSansTextSemibold}.b1__cef053ea{font-size:18px;line-height:24px}.b2__5c9700c6{font-size:16px;line-height:20px}.b3__202d1cb8{font-size:14px;line-height:20px}.b3__202d1cb8.compact__c3239e1e{line-height:16px}.b4__bb326c0f{font-size:12px;line-height:16px}.caption__a0232eb3.regular__b1f2b305{font-family:SBSansText}.caption__a0232eb3.semibold__c23bf0b4{font-family:SBSansTextSemibold}.c1__8665eae4{font-size:10px;line-height:12px}.c2__cf697a46{font-size:8px;line-height:10px}.d1__8ff8abd4{font-size:32px;line-height:40px}.d1__8ff8abd4.regular__b1f2b305{font-family:SBSansDisplay}.d1__8ff8abd4.semibold__c23bf0b4{font-family:SBSansDisplaySemibold}.formFieldInput__bb5e3b5a{padding:0;width:100%;box-sizing:border-box;border:none;background:none;-webkit-appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-1-1-0)}.formFieldInput__bb5e3b5a:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-1-0)}.formFieldInput__bb5e3b5a::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-1-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__bb5e3b5a:focus{outline:none}.formFieldInput__bb5e3b5a:focus::placeholder{opacity:1}.formFieldInput__bb5e3b5a:-webkit-autofill{animation-name:autofill-applied-hook__7eaa7b01;animation-duration:1ms}.formFieldInput__bb5e3b5a:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__50e3428d;animation-duration:1ms}.formFieldInput__bb5e3b5a.size-sm__eb9869a4{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__bb5e3b5a.size-md__450c5a48{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__bb5e3b5a.size-lg__96a2c9be{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__7eaa7b01{0%{transform:none}}@keyframes autofill-cancelled-hook__50e3428d{0%{transform:none}}.formField__9a74ebe8{position:relative;flex-grow:1;background:var(--triplex-next-FormField-Background_Default-1-1-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-1-0);transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.formField__9a74ebe8:hover{background:var(--triplex-next-FormField-Background_Hover-1-1-0)}.formField__9a74ebe8.disabled__4388a233{background:var(--triplex-next-FormField-Background_Disabled-1-1-0)}.formField__9a74ebe8.active__b089df13{background:var(--triplex-next-FormField-Background_Active-1-1-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-1-0)}.formField__9a74ebe8.active__b089df13::placeholder{opacity:1}.formField__9a74ebe8.error__402055fd{background:var(--triplex-next-FormField-Background_Error-1-1-0)}.formField__9a74ebe8.error__402055fd:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-1-0)}.formField__9a74ebe8.error__402055fd.active__b089df13{background:var(--triplex-next-FormField-Background_Error-1-1-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-1-0)}.formField__9a74ebe8.warning__f87ab909{background:var(--triplex-next-FormField-Background_Warning-1-1-0)}.formField__9a74ebe8.warning__f87ab909:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-1-0)}.formField__9a74ebe8.warning__f87ab909.active__b089df13{background:var(--triplex-next-FormField-Background_Warning-1-1-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-1-0)}.formField__9a74ebe8.size-sm__eb9869a4{border-radius:6px}.formField__9a74ebe8.size-md__450c5a48{border-radius:8px}.formField__9a74ebe8.size-lg__96a2c9be{border-radius:10px}.formFieldDescription__b55385b5{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__b55385b5.withCounter__0fcb9498{display:flex;justify-content:space-between}.formFieldLabel__e3f9fe36{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__e3f9fe36.size-sm__eb9869a4{top:6px}.formFieldLabel__e3f9fe36.size-md__450c5a48{top:10px}.formFieldLabel__e3f9fe36.size-lg__96a2c9be{top:18px}.formFieldLabel__e3f9fe36.size-lg__96a2c9be.floating__d7dd987e{top:10px}.formFieldLabelText__5500a192{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-1-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__eb9869a4 .formFieldLabelText__5500a192{font-size:12px;line-height:16px}.size-md__450c5a48 .formFieldLabelText__5500a192{font-size:14px;line-height:20px}.size-lg__96a2c9be .formFieldLabelText__5500a192{font-size:16px;line-height:20px}.floating__d7dd987e .formFieldLabelText__5500a192{font-size:12px;line-height:16px}.floating__d7dd987e.size-sm__eb9869a4 .formFieldLabelText__5500a192,.floating__d7dd987e.size-md__450c5a48 .formFieldLabelText__5500a192{display:none}.disabled__4388a233 .formFieldLabelText__5500a192{color:var(--triplex-next-FormField-Label_Color_Disabled-1-1-0)}.formFieldPostfix__9cba074f{padding:0 12px 0 4px;position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__2b743662{padding:0 8px 0 12px;position:absolute;left:0;top:0;bottom:0;display:flex;align-items:center;gap:4px}.formFieldCounter__526f40fd{padding-left:4px}.formFieldMaskedInputWrapper__2c4006d1{position:relative}.formFieldMaskedInputWrapper__2c4006d1 .formFieldMaskedInputPlaceholder__641b6e4d{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__2c4006d1 .formFieldMaskedInputPlaceholder__641b6e4d::placeholder{opacity:1}.formFieldMaskedInputWrapper__2c4006d1.size-sm__eb9869a4{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__2c4006d1.size-sm__eb9869a4 .formFieldMaskedInputPlaceholder__641b6e4d{top:5px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__2c4006d1.size-md__450c5a48{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__2c4006d1.size-md__450c5a48 .formFieldMaskedInputPlaceholder__641b6e4d{top:9px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__2c4006d1.size-lg__96a2c9be{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__2c4006d1.size-lg__96a2c9be .formFieldMaskedInputPlaceholder__641b6e4d{top:25px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__2c4006d1 .formFieldMaskedInput__70355da8{display:block;position:relative;background:none!important}.label__a228ac39{display:inline-block;position:relative;font-weight:400;color:var(--triplex-next-Radio-Color_Default-1-1-0);cursor:pointer}.label__a228ac39.md__99c5e64f{font-size:14px;line-height:24px;min-height:24px;min-width:24px}.label__a228ac39.lg__9bd8c338{font-size:16px;line-height:28px;min-width:28px;min-height:28px}.label__a228ac39.nonempty__479eb95e{padding-left:40px}.label__a228ac39.disabled__0c07e456{color:var(--triplex-next-Radio-Color_Disabled-1-1-0);cursor:default}.radio__02eaf8bf{margin:0;opacity:0}.radioIcon__7f2be5d4{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-1-0);border-radius:50%}.radioIcon__7f2be5d4:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-1-0);border-radius:50%;transform:scale(0)}.md__99c5e64f .radioIcon__7f2be5d4:after{width:12px;height:12px;top:6px;left:6px}.lg__9bd8c338 .radioIcon__7f2be5d4:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__7f2be5d4,.radioIcon__7f2be5d4:after{pointer-events:none}.radio__02eaf8bf,.radioIcon__7f2be5d4{position:absolute;left:0}.md__99c5e64f .radio__02eaf8bf,.md__99c5e64f .radioIcon__7f2be5d4{width:24px;height:24px}.lg__9bd8c338 .radio__02eaf8bf,.lg__9bd8c338 .radioIcon__7f2be5d4{width:28px;height:28px}.nonempty__479eb95e .radio__02eaf8bf,.nonempty__479eb95e .radioIcon__7f2be5d4{top:2px}.radio__02eaf8bf:enabled{cursor:pointer}.radio__02eaf8bf:checked+.radioIcon__7f2be5d4{background:var(--triplex-next-Radio-Background_Checked_Default-1-1-0)}.radio__02eaf8bf:checked+.radioIcon__7f2be5d4:after{transform:scale(1);transition:transform .2s ease-out}.radio__02eaf8bf:hover+.radioIcon__7f2be5d4{background-color:var(--triplex-next-Radio-Background_Hover-1-1-0)}.radio__02eaf8bf:disabled+.radioIcon__7f2be5d4{background:var(--triplex-next-Radio-Background_Disabled-1-1-0)}.radio__02eaf8bf:disabled:checked+.radioIcon__7f2be5d4{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-1-0)}.radio__02eaf8bf:disabled+.radioIcon__7f2be5d4:after{background:var(--triplex-next-Radio-Dot_Disabled-1-1-0)}.radio__02eaf8bf:focus-visible+.radioIcon__7f2be5d4{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-1-0)}.radio__02eaf8bf:checked:enabled:hover+.radioIcon__7f2be5d4{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-1-0)}.radioXGroup__b5727c09{display:inline-flex;flex-flow:row wrap}.radioXGroup__b5727c09.indent-12__e8fd8ebf{margin-left:-6px;margin-right:-6px}.radioXGroup__b5727c09.indent-12__e8fd8ebf .label__a228ac39{margin-left:6px;margin-right:6px}.radioXGroup__b5727c09.indent-16__1a5d9f91{margin-left:-8px;margin-right:-8px}.radioXGroup__b5727c09.indent-16__1a5d9f91 .label__a228ac39{margin-left:8px;margin-right:8px}.radioXGroup__b5727c09.indent-20__b9096aeb{margin-left:-10px;margin-right:-10px}.radioXGroup__b5727c09.indent-20__b9096aeb .label__a228ac39{margin-left:10px;margin-right:10px}.radioXGroup__b5727c09.indent-24__2c389c32{margin-left:-12px;margin-right:-12px}.radioXGroup__b5727c09.indent-24__2c389c32 .label__a228ac39{margin-left:12px;margin-right:12px}.radioXGroup__b5727c09.indent-28__752184a6{margin-left:-14px;margin-right:-14px}.radioXGroup__b5727c09.indent-28__752184a6 .label__a228ac39{margin-left:14px;margin-right:14px}.radioXGroup__b5727c09.indent-32__af1075cf{margin-left:-16px;margin-right:-16px}.radioXGroup__b5727c09.indent-32__af1075cf .label__a228ac39{margin-left:16px;margin-right:16px}.radioYGroup__300812ec{display:inline-flex;flex-flow:column wrap}.radioYGroup__300812ec .label__a228ac39+.label__a228ac39{margin-top:20px}.loaderSmall__7b07a668{display:flex;justify-content:center;align-items:center}.loaderSmall__7b07a668.sm__3dd6c074{width:16px;height:16px;gap:2px}.loaderSmall__7b07a668.sm__3dd6c074 .dot__6011aed6{width:4px;height:4px}.loaderSmall__7b07a668.md__426a1e7f{width:24px;height:24px;gap:3px}.loaderSmall__7b07a668.md__426a1e7f .dot__6011aed6{width:6px;height:6px}.loaderSmall__7b07a668.lg__80287852{width:32px;height:32px;gap:4px}.loaderSmall__7b07a668.lg__80287852 .dot__6011aed6{width:8px;height:8px}.loaderSmall__7b07a668.neutral__13c5b053 .dot__6011aed6{background-color:var(--triplex-next-Loader-Neutral_Background_Default-1-1-0)}.loaderSmall__7b07a668.brand__4d7eeacf .dot__6011aed6{background-color:var(--triplex-next-Loader-Brand_Background_Default-1-1-0)}.loaderSmall__7b07a668 .dot__6011aed6{border-radius:50%}.loaderSmall__7b07a668 .dot1__7e6e5837{animation:dotCycleSmall__10545575 .9s infinite}.loaderSmall__7b07a668 .dot2__9b8c6898{animation:dotCycleSmall__10545575 .9s infinite .15s}.loaderSmall__7b07a668 .dot3__cc2c3aeb{animation:dotCycleSmall__10545575 .9s infinite .3s}@keyframes dotCycleSmall__10545575{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__dc1b379d{position:relative;width:40px;height:40px}.loaderMiddle__dc1b379d .dot__6011aed6{position:absolute;background-color:var(--triplex-next-Loader-Brand_Background_Default-1-1-0);width:12px;height:12px;border-radius:6px}.loaderMiddle__dc1b379d .dot1__7e6e5837{top:0;left:0;animation:dotCycleMiddle__a5552d81 3s infinite}.loaderMiddle__dc1b379d .dot2__9b8c6898{right:0;top:0;opacity:.7;animation:dotCycleMiddle__a5552d81 3s infinite .74s}.loaderMiddle__dc1b379d .dot3__cc2c3aeb{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__a5552d81 3s infinite 1.5s}.loaderMiddle__dc1b379d .dot4__fab8476f{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__a5552d81 3s infinite 2.25s}.loaderMiddle__dc1b379d .line__294e37ab{background-color:var(--triplex-next-Loader-Brand_Background_Default-1-1-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__cec1f135 3s infinite}@keyframes lineCycle__cec1f135{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__a5552d81{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.list__1519f7a4{margin:0;padding:0;list-style:none;position:relative}.listItemControls__406566ec{display:flex;padding:0 16px 0 4px}.listItemContent__1f27a445{background:var(--triplex-next-ListItem-Background-1-1-0);padding:12px 16px;min-height:56px;box-sizing:border-box}.listItemContent__1f27a445.selected__37e09951{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-1-0)}.listItemControlsButton__36c16ab0{font-family:inherit;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background-1-1-0);border:none;width:80px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__36c16ab0+.listItemControlsButton__36c16ab0,.listItemControlsButton__36c16ab0+.listItemControlsButtonDropdown__5f40e124{margin-left:4px}.listItemControlsButtonIcon__d7be783f{line-height:0}.listItemControlsButton__36c16ab0.withText__8d59dcad .listItemControlsButtonIcon__d7be783f{margin-bottom:8px}.listItemControlsButtonLabel__fcc92360{color:var(--triplex-next-ListItemControlsButton-Color-1-1-0);overflow-wrap:break-word}div.listItemControlsButtonDropdown__5f40e124{display:flex}.listItemControlsButtonInner__c242fb57{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__36c16ab0.withIcon__f870c5b0.withText__8d59dcad .listItemControlsButtonInner__c242fb57{height:44px;overflow:visible}.buttonDropdownMenuItem__19c7ea25{overflow:hidden;text-overflow:ellipsis}.dropdown__639e1fd6{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-1-0);background-color:var(--triplex-next-Dropdown-Background-1-1-0)}.dropdown-sm__f2e27243{border-radius:6px}.dropdown-md__201788d1{border-radius:8px}.dropdown-lg__3e7a99f1{border-radius:10px}.dropdownOverflowHidden__f1b364cd{overflow:hidden}.dropdownMobileWrapper__678bfe69{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__7d99504e{background:var(--triplex-next-DropdownMobile-Backdrop-1-1-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__7d99504e.closing__f06243ca{opacity:0}.dropdownMobileBackdrop__7d99504e.opening__f89f7b5d,.dropdownMobileBackdrop__7d99504e.opened__75bbd4ce{opacity:var(--triplex-DropdownMobile-Opacity-1-1-0)}.dropdownMobile__6bed7d81{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__6bed7d81.closing__f06243ca{transform:translateY(100%)}.dropdownMobile__6bed7d81.opening__f89f7b5d,.dropdownMobile__6bed7d81.opened__75bbd4ce{transform:translateY(0)}.dropdownMobileHeader__184224e0{min-height:16px;padding:16px 40px 16px 16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-1-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileContent__a437c079{background:var(--triplex-next-DropdownMobile-Content_Background-1-1-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__cf899081{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-1-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-1-0);flex-shrink:1}.dropdownMobileListItem__d18d9da2{padding:16px}.dropdownMobileListItem__d18d9da2.selected__8d99569f{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-1-0)}.dropdownMobileListItem__d18d9da2:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-1-0)}button.dropdownMobileClose__33e1c9f9{position:absolute;top:16px;right:16px}.dropdownMobileBodyOverflow__ce8eb451{overflow:hidden}.dropdownList__817388c8{max-height:196px;padding:4px;overflow:auto}.dropdownListItem__31a65fb6{color:var(--triplex-next-DropdownList-Color-1-1-0);background:var(--triplex-next-DropdownList-Background_Default-1-1-0);position:relative;outline:none;white-space:nowrap}.dropdownListItem__31a65fb6+.dropdownListItem__31a65fb6{margin-top:2px}.dropdownListItem__31a65fb6.active__89255bda{background:var(--triplex-next-DropdownList-Background_Active-1-1-0);cursor:pointer}.dropdownListItem__31a65fb6.selected__8d99569f{background:var(--triplex-next-DropdownList-Background_Selected-1-1-0);cursor:default}.dropdownList-sm__8dc4ab26{font-size:12px;line-height:16px}.dropdownList-sm__8dc4ab26 .dropdownListItem__31a65fb6{padding:6px 8px;border-radius:6px}.dropdownList-md__7a4175ee{font-size:14px;line-height:20px}.dropdownList-md__7a4175ee .dropdownListItem__31a65fb6{padding:7px 8px;border-radius:8px}.dropdownList-lg__fa5c2095{font-size:16px;line-height:20px}.dropdownList-lg__fa5c2095 .dropdownListItem__31a65fb6{padding:14px 8px;border-radius:10px}.buttonDropdownExtended__015548a1{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__015548a1 .buttonDropdownExtendedBlock__c59ea7ee{padding:4px;margin-top:4px;right:0}.buttonIcon__45287fac{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__45287fac:enabled{cursor:pointer}.buttonIcon__45287fac.circle__f2df5872{border-radius:50%}.buttonIcon__45287fac.squircle__26105e3b{border-radius:4px}.buttonIcon__45287fac:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-1-0)}.listEmptyState__c2b5fca9{padding:80px 16px 16px;text-align:center}.listItemLoading__fb8975af{height:76px;position:relative}.label__99bd7a25{display:inline-block;position:relative;font-weight:400;color:var(--triplex-next-Checkbox-Color_Default-1-1-0);cursor:pointer}.label__99bd7a25.md__4c90fe0b{min-width:24px;min-height:24px;font-size:14px;line-height:24px}.label__99bd7a25.lg__1454e99e{min-width:28px;min-height:28px;font-size:16px;line-height:28px}.label__99bd7a25.nonempty__076ae936{padding-left:40px}.label__99bd7a25.disabled__baaa34ef{color:var(--triplex-next-Checkbox-Color_Disabled-1-1-0);cursor:default}.label__99bd7a25[hidden]{display:none}.checkbox__99f776ea{margin:0;opacity:0}.checkboxIcon__b8c0c630{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-1-0);border-radius:4px}.checkmarkIcon__e2868edc{transform:scale(0)}.checkmarkIcon__e2868edc path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-1-0)}.checkboxIcon__b8c0c630,.checkmarkIcon__e2868edc{pointer-events:none}.checkbox__99f776ea,.checkboxIcon__b8c0c630,.checkmarkIcon__e2868edc{position:absolute;left:0}.md__4c90fe0b .checkbox__99f776ea,.md__4c90fe0b .checkboxIcon__b8c0c630,.md__4c90fe0b .checkmarkIcon__e2868edc{width:24px;height:24px}.lg__1454e99e .checkbox__99f776ea,.lg__1454e99e .checkboxIcon__b8c0c630,.lg__1454e99e .checkmarkIcon__e2868edc{width:28px;height:28px}.checkbox__99f776ea:enabled{cursor:pointer}.checkbox__99f776ea:checked+.checkboxIcon__b8c0c630{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-1-0)}.checkbox__99f776ea:checked~.checkmarkIcon__e2868edc{transform:scale(1);transition:transform .2s ease-out}.checkbox__99f776ea:disabled+.checkboxIcon__b8c0c630{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-1-0)}.checkbox__99f776ea:disabled~.checkmarkIcon__e2868edc path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-1-0)}.checkbox__99f776ea:focus-visible+.checkboxIcon__b8c0c630{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-1-0)}.checkbox__99f776ea:checked:enabled:hover+.checkboxIcon__b8c0c630{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-1-0)}.listItemSelectable__c8b1e8d0{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-1-0);border-radius:8px}.listItemSelectable__c8b1e8d0.selected__37e09951{background:var(--triplex-next-ListItem-Background_Selected-1-1-0)}.checkboxWrapper__8c20181b{padding:16px 20px 16px 16px;line-height:0}.childrenWrapper__adf7ade3{flex-grow:1}.checkboxLabel__30095ca5{padding:0!important;transform:scale(1.375) translateY(-2px);position:relative}.checkboxLabelClickArea__dab7e4a9{position:absolute;top:-2.5px;left:-3.6px;bottom:-5px;right:-3.6px}.swipeableArea__7ca9e38a{position:relative;overflow:hidden}.swipeableArea__7ca9e38a .content__ec0cec24{position:relative;touch-action:pan-y}.swipeableArea__7ca9e38a .content__ec0cec24.disableScroll__34a6790e{touch-action:none}.swipeableArea__7ca9e38a .content__ec0cec24.disablePointerEvents__f7adb882:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__7ca9e38a .swipeAnimationFinish__ccf8e76e{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__7ca9e38a .leftContent__a29b04f8,.swipeableArea__7ca9e38a .rightContent__076945e1{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__7ca9e38a .rightContent__076945e1{left:auto;right:0}.listItemTail__d93df2ab{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__aedb86ee{background:var(--triplex-next-ListMaster-Background-1-1-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__932876fc{position:absolute;top:0;left:0;right:0}.listItemTailTop__932876fc:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-1-0)}.listItemTailTop__932876fc:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-1-0)}.listItemTailBottom__48b3ea77{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__48b3ea77:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-1-0)}.listItemTailBottom__48b3ea77:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListItem-Tail_Background-1-1-0)}.listItemTailRight__70229f90{right:-8px}.listItemTailLeft__c9dc0872{left:-8px}.listItemTable__87c59ce6{margin-bottom:4px}.listItemTable__87c59ce6:last-child{margin-bottom:0}.listSortableItemTarget__41396652{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-1-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__41396652:hover{background:var(--triplex-next-ListItem-Background_Selected-1-1-0)}.listSortableItemTarget__41396652.dragging__029d24be{background:var(--triplex-next-ListItem-Background_Dragging-1-1-0);box-shadow:var(--triplex-next-ListItem-Shadow-1-1-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__05bf5f8a{flex:1}.listSortableItemTargetIcon__4c5f6a0a{display:block;margin-left:24px}.listSortableItem__3690a76a{position:relative}.listSortableItem__3690a76a.dragging__029d24be{z-index:1}.listSortableItemControls__4a786b51{display:inline-block}.formFieldClear__8a344304{cursor:pointer;height:16px;opacity:0;transition:opacity .3s}.formFieldClear__8a344304.shown__db71aebe{opacity:1}.formFieldTarget__31064c39{padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-1-0)}.formFieldTarget__31064c39.placeholder__6e9df29f{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-1-0)}.formFieldTarget__31064c39.disabled__4388a233{color:var(--triplex-next-FormField-Target_Color_Disabled-1-1-0)}.formFieldTarget__31064c39.size-sm__eb9869a4{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldTarget__31064c39.size-md__450c5a48{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__31064c39.size-lg__96a2c9be{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTextarea__777f7b21{width:100%;box-sizing:border-box;font-size:16px;line-height:20px;height:96px;padding-top:26px;padding-bottom:10px;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-1-0);resize:vertical}.formFieldTextarea__777f7b21:focus{outline:none}.formFieldTextarea__777f7b21:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-1-0)}.formFieldTextarea__777f7b21::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-1-0)}.checkboxXGroup__cb1a05a6{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__cb1a05a6.indent-12__0cb46667{margin-left:-6px;margin-right:-6px}.checkboxXGroup__cb1a05a6.indent-12__0cb46667 .label__99bd7a25{margin-left:6px;margin-right:6px}.checkboxXGroup__cb1a05a6.indent-16__c2c4ea16{margin-left:-8px;margin-right:-8px}.checkboxXGroup__cb1a05a6.indent-16__c2c4ea16 .label__99bd7a25{margin-left:8px;margin-right:8px}.checkboxXGroup__cb1a05a6.indent-20__13e0390f{margin-left:-10px;margin-right:-10px}.checkboxXGroup__cb1a05a6.indent-20__13e0390f .label__99bd7a25{margin-left:10px;margin-right:10px}.checkboxXGroup__cb1a05a6.indent-24__430a9cda{margin-left:-12px;margin-right:-12px}.checkboxXGroup__cb1a05a6.indent-24__430a9cda .label__99bd7a25{margin-left:12px;margin-right:12px}.checkboxXGroup__cb1a05a6.indent-28__8596c03b{margin-left:-14px;margin-right:-14px}.checkboxXGroup__cb1a05a6.indent-28__8596c03b .label__99bd7a25{margin-left:14px;margin-right:14px}.checkboxXGroup__cb1a05a6.indent-32__cb2d894a{margin-left:-16px;margin-right:-16px}.checkboxXGroup__cb1a05a6.indent-32__cb2d894a .label__99bd7a25{margin-left:16px;margin-right:16px}.checkboxYGroup__37929021{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__37929021 .label__99bd7a25+.label__99bd7a25{margin-top:20px}.card__39c1fb26{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden}.card__39c1fb26.roundingMD__092c6922{border-radius:16px}.card__39c1fb26.roundingSM__a137511a{border-radius:8px}.card__39c1fb26.general__d3a83765{background:var(--triplex-next-Card-Static_General_Background-1-1-0)}.card__39c1fb26.secondary__2b7000a4{background:var(--triplex-next-Card-Static_Secondary_Background-1-1-0)}.card__39c1fb26 .cardMedia__c1f9c663{background-size:cover;background-repeat:no-repeat;background-position:center}.card__39c1fb26 .cardContent__a10eda82.paddingMD__410c54bc{padding:23px}.card__39c1fb26 .cardContent__a10eda82.paddingMD__410c54bc:not(:first-child){padding-top:24px}.card__39c1fb26 .cardContent__a10eda82.paddingMD__410c54bc:not(:last-child){padding-bottom:24px}.card__39c1fb26 .cardContent__a10eda82.paddingSM__20b0be20{padding:15px}.card__39c1fb26 .cardContent__a10eda82.paddingSM__20b0be20:not(:first-child){padding-top:16px}.card__39c1fb26 .cardContent__a10eda82.paddingSM__20b0be20:not(:last-child){padding-bottom:16px}.card__39c1fb26 .cardContent__a10eda82 .cardContentHeader__9227bfad{margin-bottom:16px}.card__39c1fb26 .cardContent__a10eda82 .cardContentFooter__f33b6c31{margin-top:16px}.action__6afb3582{cursor:pointer;box-shadow:var(--triplex-next-Card-Shadow_Default-1-1-0);transition:background .12s ease,box-shadow .12s ease}.action__6afb3582.general__d3a83765{background:var(--triplex-next-Card-Action_General_Background-1-1-0)}.action__6afb3582.general__d3a83765:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-1-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-1-0)}.action__6afb3582.general__d3a83765.selected__368fb28b{background:var(--triplex-next-Card-Action_General_Background_Selected-1-1-0)}.action__6afb3582.general__d3a83765.selected__368fb28b:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-1-0)}.action__6afb3582.secondary__2b7000a4{background:var(--triplex-next-Card-Action_Secondary_Background-1-1-0)}.action__6afb3582.secondary__2b7000a4:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-1-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-1-0)}.action__6afb3582.secondary__2b7000a4.selected__368fb28b{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-1-0)}.action__6afb3582.secondary__2b7000a4.selected__368fb28b:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-1-0)}.action__6afb3582:focus{outline:none}.action__6afb3582:focus.focusVisible__3b81cf1c{border:1px solid var(--triplex-next-Card-BorderColor_Focus-1-1-0)}.alertContext__afadde77{display:flex;font-size:12px;line-height:16px}.alertContext__afadde77>svg{flex-shrink:0}.alertContext__afadde77 .alertContextText__9688d2fb{margin-left:8px}.alertContext__afadde77.alertTypeError__21ee01db .alertContextText__9688d2fb{color:var(--triplex-next-AlertContext-Error_Color-1-1-0)}.alertContext__afadde77.alertTypeInfo__562cff29 .alertContextText__9688d2fb{color:var(--triplex-next-AlertContext-Info_Color-1-1-0)}.alertContext__afadde77.alertTypeWarning__cc78b22b .alertContextText__9688d2fb{color:var(--triplex-next-AlertContext-Warning_Color-1-1-0)}.alertContext__afadde77.alertTypeSystem__686ce089 .alertContextText__9688d2fb{color:var(--triplex-next-AlertContext-System_Color-1-1-0)}.alertProcess__8e64c532{display:flex;padding:16px;border-radius:8px;position:relative}.alertProcess__8e64c532.withSpoiler__410d9bfa{min-height:40px}.alertProcess__8e64c532 .themeIcon__400809fe{padding-top:2px;box-sizing:border-box;height:20px;width:20px}.alertProcess__8e64c532.alertTypeError__21ee01db{background:var(--triplex-next-AlertProcess-Error_Background-1-1-0)}.alertProcess__8e64c532.alertTypeInfo__562cff29{background:var(--triplex-next-AlertProcess-Info_Background-1-1-0)}.alertProcess__8e64c532.alertTypeWarning__cc78b22b{background:var(--triplex-next-AlertProcess-Warning_Background-1-1-0)}.alertProcess__8e64c532.alertTypeSystem__686ce089{background:var(--triplex-next-AlertProcess-System_Background-1-1-0)}.alertProcess__8e64c532.alertTypeFeature__bec6165d{background:var(--triplex-next-AlertProcess-Feature_Background-1-1-0)}.alertProcess__8e64c532.alertTypeFeature__bec6165d .themeIcon__400809fe{padding-top:0}.alertProcess__8e64c532 .alertProcessContentBlock__edb939a3{flex:1;margin-left:8px}.alertProcess__8e64c532 .alertProcessContentBlock__edb939a3:not(:has(+.closeButton__867687a3)){padding-right:26px}.alertProcess__8e64c532 .alertProcessContentBlock__edb939a3 .expandableContent__3e24f529{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__8e64c532 .alertProcessContentBlock__edb939a3 .expandableContent__3e24f529.expanded__8612010f{max-height:1000px;opacity:1}.alertProcess__8e64c532 .closeButton__867687a3{margin-left:10px}.alertProcess__8e64c532 .expandButton__fae2a366{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__8e64c532 .expandButton__fae2a366.expanded__8612010f{transform:rotate(180deg)}.button__5a77b748.general__9c32ef5c{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-1-0);color:var(--triplex-next-Button-General_Color_Default-1-1-0)}.button__5a77b748.general__9c32ef5c:hover{background:var(--triplex-next-Button-General_Background_Hover-1-1-0);color:var(--triplex-next-Button-General_Color_Hover-1-1-0)}.button__5a77b748.general__9c32ef5c.expanded__ca1182dd,.button__5a77b748.general__9c32ef5c:active{background:var(--triplex-next-Button-General_Background_Active-1-1-0);color:var(--triplex-next-Button-General_Color_Active-1-1-0)}.button__5a77b748.general__9c32ef5c:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-1-0)}.button__5a77b748.general__9c32ef5c:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-1-0);color:var(--triplex-next-Button-General_Color_Disabled-1-1-0)}.button__5a77b748.secondary__2d95d7d5{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-1-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-1-0)}.button__5a77b748.secondary__2d95d7d5:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-1-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-1-0)}.button__5a77b748.secondary__2d95d7d5.expanded__ca1182dd,.button__5a77b748.secondary__2d95d7d5:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-1-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-1-0)}.button__5a77b748.secondary__2d95d7d5:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-1-0)}.button__5a77b748.secondary__2d95d7d5:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-1-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-1-0)}.button__5a77b748.secondaryLight__85baabf7{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-1-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-1-0)}.button__5a77b748.secondaryLight__85baabf7:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-1-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-1-0)}.button__5a77b748.secondaryLight__85baabf7.expanded__ca1182dd,.button__5a77b748.secondaryLight__85baabf7:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-1-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-1-0)}.button__5a77b748.secondaryLight__85baabf7:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-1-0)}.button__5a77b748.secondaryLight__85baabf7:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-1-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-1-0)}.button__5a77b748.danger__d7381d83{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-1-0);color:var(--triplex-next-Button-Danger_Color_Default-1-1-0)}.button__5a77b748.danger__d7381d83:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-1-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-1-0)}.button__5a77b748.danger__d7381d83.expanded__ca1182dd,.button__5a77b748.danger__d7381d83:active{background:var(--triplex-next-Button-Danger_Background_Active-1-1-0);color:var(--triplex-next-Button-Danger_Color_Active-1-1-0)}.button__5a77b748.danger__d7381d83:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-1-0)}.button__5a77b748.danger__d7381d83:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-1-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-1-0)}.button__5a77b748.link__fa06516f{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-1-0);border-radius:0}.button__5a77b748.link__fa06516f.md__0dbdfe5e{height:40px;min-width:0;padding:0 2px}.button__5a77b748.link__fa06516f.sm__5ef4f406{height:28px;min-width:0;padding:0 2px}.button__5a77b748.link__fa06516f.lg__7146f580{height:56px;min-width:0;padding:0 2px}.button__5a77b748.link__fa06516f:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-1-0)}.button__5a77b748.link__fa06516f:active{color:var(--triplex-next-Button-Link_Color_Active-1-1-0)}.button__5a77b748.link__fa06516f:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-1-0)}.button__5a77b748.link__fa06516f:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-1-0)}.button__5a77b748{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__5a77b748::-moz-focus-inner{border:none;padding:0}.button__5a77b748.sm__5ef4f406{border-radius:6px;line-height:16px;font-size:12px}.button__5a77b748.sm__5ef4f406:not(.icon__bd8debbd){height:28px;min-width:58px;padding:0 16px}.button__5a77b748.sm__5ef4f406.icon__bd8debbd{min-height:28px;min-width:28px;padding:4px}.button__5a77b748.md__0dbdfe5e{border-radius:8px;line-height:20px;font-size:14px}.button__5a77b748.md__0dbdfe5e:not(.icon__bd8debbd){height:40px;min-width:72px;padding:0 20px}.button__5a77b748.md__0dbdfe5e.icon__bd8debbd{min-height:40px;min-width:40px;padding:10px}.button__5a77b748.lg__7146f580{border-radius:10px;line-height:20px;font-size:16px}.button__5a77b748.lg__7146f580:not(.icon__bd8debbd){height:56px;min-width:84px;padding:0 24px}.button__5a77b748.lg__7146f580.icon__bd8debbd{min-height:56px;min-width:56px;padding:12px}.button__5a77b748:disabled{cursor:default}.button__5a77b748:disabled *{pointer-events:none}.button__5a77b748+.button__5a77b748:not(.block__64ed43ef){margin-left:16px}.button__5a77b748 .content__db7f6cf0{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__5a77b748.block__64ed43ef{display:block;width:100%}.button__5a77b748.loading__a831dcc2{pointer-events:none}.button__5a77b748.loading__a831dcc2 .content__db7f6cf0{visibility:hidden}.button__5a77b748 .loader__3bfd1b31{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__5a77b748 .loader__3bfd1b31.hidden__4f055ac6{visibility:hidden}.buttonDropdown__ffa6ca0e.block__64ed43ef{display:block}.buttonDropdown__ffa6ca0e+.button__5a77b748:not(.block__64ed43ef),.buttonDropdown__ffa6ca0e+.buttonDropdown__ffa6ca0e:not(.block__64ed43ef){margin-left:16px}.buttonDropdown__ffa6ca0e .buttonDropdownTarget__bc0d87b0 .caretIcon__a81e06f0{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__ffa6ca0e .buttonDropdownTarget__bc0d87b0.active__99cc088e .caretIcon__a81e06f0{transform:rotate(-180deg)}.buttonDropdown__ffa6ca0e .buttonDropdownMenuItem__fbe01200{overflow:hidden;text-overflow:ellipsis}.col-1__e2a93fe1{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__349101f0{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__8d4e03c3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__e69c8704{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__9936ae5f{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__7a04a062{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__0f19f471{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__e032b1b1{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__553fe7c1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__55399f0c{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__b4fd783f{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__ae67e130{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__29d550d2{margin-left:0%}.offset-1__cb2b3ed7{margin-left:8.33333333%}.offset-2__11c60daf{margin-left:16.66666667%}.offset-3__fd3eb3fd{margin-left:25%}.offset-4__f5951685{margin-left:33.33333333%}.offset-5__de75d356{margin-left:41.66666667%}.offset-6__4e404775{margin-left:50%}.offset-7__32bbbd81{margin-left:58.33333333%}.offset-8__90b11d83{margin-left:66.66666667%}.offset-9__cffe03bf{margin-left:75%}.offset-10__ba390f9f{margin-left:83.33333333%}.offset-11__576cc691{margin-left:91.66666667%}.d-none__0b369c17{display:none!important}.d-block__02dfa295{display:block!important}@media (min-width: 576px){.col-sm-1__a20d9b21{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__2a587a8d{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__6bb29197{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__6ba6ee28{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__c7ada4db{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__b27f3459{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__dbfaa0fc{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__b55ba5d1{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__a3cd52a1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__94843c7b{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__1092c0b8{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__9142c24b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__9365552e{margin-left:0%}.offset-sm-1__2838304f{margin-left:8.33333333%}.offset-sm-2__531123f2{margin-left:16.66666667%}.offset-sm-3__a1652a83{margin-left:25%}.offset-sm-4__e04ea999{margin-left:33.33333333%}.offset-sm-5__0dca3665{margin-left:41.66666667%}.offset-sm-6__78554fe1{margin-left:50%}.offset-sm-7__06c97113{margin-left:58.33333333%}.offset-sm-8__815e1940{margin-left:66.66666667%}.offset-sm-9__ec5124a5{margin-left:75%}.offset-sm-10__0bc9af36{margin-left:83.33333333%}.offset-sm-11__124280b8{margin-left:91.66666667%}.d-none-sm__334703c1{display:none!important}.d-block-sm__4ca1bef7{display:block!important}}@media (min-width: 768px){.col-md-1__12bc9564{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__4427b47b{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__f2de0dab{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__db0661e7{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__71740f34{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__2a3813d0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__8cbbe94f{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__296e8248{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__92761e03{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__4956e3fb{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__4f16db13{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__a43244b2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__db2ccc63{margin-left:0%}.offset-md-1__47887c89{margin-left:8.33333333%}.offset-md-2__6ba1d4ec{margin-left:16.66666667%}.offset-md-3__be5cf9b9{margin-left:25%}.offset-md-4__102baac6{margin-left:33.33333333%}.offset-md-5__6a94c490{margin-left:41.66666667%}.offset-md-6__8377b273{margin-left:50%}.offset-md-7__a847a91f{margin-left:58.33333333%}.offset-md-8__a0a70f21{margin-left:66.66666667%}.offset-md-9__2f7c2ae5{margin-left:75%}.offset-md-10__7ce3395f{margin-left:83.33333333%}.offset-md-11__e8a87831{margin-left:91.66666667%}.d-none-md__76b22eb6{display:none!important}.d-block-md__ff159344{display:block!important}}@media (min-width: 992px){.col-lg-1__c64f51bb{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__46c05c7a{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__0548fb4a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__b01fc8fe{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__c98161de{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__d2db2ce1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__7319fd9f{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__0d108c6f{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__57b65a12{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__92b3b2b9{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__e2b08f5f{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__d9ecb239{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__befd488e{margin-left:0%}.offset-lg-1__b7a0c715{margin-left:8.33333333%}.offset-lg-2__f415c054{margin-left:16.66666667%}.offset-lg-3__27313ada{margin-left:25%}.offset-lg-4__3f74174f{margin-left:33.33333333%}.offset-lg-5__8cc84a15{margin-left:41.66666667%}.offset-lg-6__4ccd1890{margin-left:50%}.offset-lg-7__23965fd6{margin-left:58.33333333%}.offset-lg-8__0ff2849a{margin-left:66.66666667%}.offset-lg-9__f608dc8b{margin-left:75%}.offset-lg-10__ec8f1b0f{margin-left:83.33333333%}.offset-lg-11__f6bee9d8{margin-left:91.66666667%}.d-none-lg__03186d10{display:none!important}.d-block-lg__7947d1a5{display:block!important}}@media (min-width: 1200px){.col-xl-1__e46fdc4f{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__d2442c1c{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__cb031e61{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__9461508b{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__8cde8329{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__224f3d77{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__2312ecca{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__c31714ea{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__0e84f02c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__52b1f87e{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__37efadbd{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__ba05ce75{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__2f7f1f56{margin-left:0%}.offset-xl-1__483f45cd{margin-left:8.33333333%}.offset-xl-2__76d96d60{margin-left:16.66666667%}.offset-xl-3__99b1a651{margin-left:25%}.offset-xl-4__1be45289{margin-left:33.33333333%}.offset-xl-5__76a228ac{margin-left:41.66666667%}.offset-xl-6__cef88791{margin-left:50%}.offset-xl-7__b5016cf5{margin-left:58.33333333%}.offset-xl-8__4e92e053{margin-left:66.66666667%}.offset-xl-9__3eec6520{margin-left:75%}.offset-xl-10__7dadc7a6{margin-left:83.33333333%}.offset-xl-11__e158fb6e{margin-left:91.66666667%}.d-none-xl__757de9da{display:none!important}.d-block-xl__f6caf1e5{display:block!important}}.link__8ae01d44{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-1-0)}.link__8ae01d44:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-1-0)}.link__8ae01d44:active{color:var(--triplex-next-Link-Text_Color_Active-1-1-0)}.link__8ae01d44:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-1-0)}.wordWithContent__e4673da0{white-space:nowrap;display:inline-flex;align-items:center}.before__abf13a3f :first-child{margin-right:4px}.after__002e23fa :last-child{margin-left:4px}.loaderWidget__4d30c4af{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__4d30c4af.loaderSmallBackdrop__c0e368fa{background:var(--triplex-next-LoaderWidget-Small_Backdrop_Default-1-1-0)}.loaderWidget__4d30c4af.loaderMiddleBackdrop__75e3aea9{background:var(--triplex-next-LoaderWidget-Middle_Backdrop_Default-1-1-0)}.loaderWidget__4d30c4af.loaderMiddleBackdrop__75e3aea9 .loaderMiddleBackground__b36674e6{width:64px;height:64px;border-radius:16px;background:var(--triplex-next-LoaderWidget-Middle_Background_Default-1-1-0)}.loaderWidget__4d30c4af.loaderMiddleBackdrop__75e3aea9 .loaderMiddleBackground__b36674e6 div{margin:12px}.row__e936ac25{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__e936ac25.noPaddingBottom__af38257c,.row__e936ac25:last-child{padding-bottom:0}.tabsExtended__684cf259{position:relative}.tabsExtendedContent__5c27ffbb{display:inline-flex;padding:4px}.tabsExtendedTab__e71498e8+.tabsExtendedTab__e71498e8,.tabsExtendedDropdown__ddd6fda6{margin-left:2px}.tabsReal__00b3527a,.tabsFake__d85bf3ff{display:flex;box-sizing:border-box;width:100%}.tabsReal__00b3527a.hidden__4d9d4166{visibility:hidden}.tabsReal__00b3527a .tabsExtendedTab__e71498e8.hidden__4d9d4166{display:none}.tabsFake__d85bf3ff{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.tabsExtendedTabButton__699df4a7{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-1-0);outline:none;background:var(--triplex-next-Tabs-Tab_Background_Default-1-1-0);cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__699df4a7.lg__5ac6590c{border-radius:6px;padding:14px 16px;line-height:20px;font-size:16px}.tabsExtendedTabButton__699df4a7.md__e073d814{border-radius:4px;padding:6px 16px;line-height:20px;font-size:14px}.tabsExtendedTabButton__699df4a7.sm__aec1686c{border-radius:4px;padding:2px 16px;line-height:16px;font-size:12px}.tabsExtendedTabButton__699df4a7::-moz-focus-inner{border:none}.tabsExtendedTabButton__699df4a7+.tabsExtendedTabButton__699df4a7{margin-left:2px}.tabsExtendedTabButton__699df4a7:hover{background:var(--triplex-next-Tabs-Tab_Background_Hover-1-1-0)}.tabsExtendedTabButton__699df4a7:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-1-0)}.tabsExtendedTabButton__699df4a7.selected__06c3a67b{background:var(--triplex-next-Tabs-Tab_Background_Selected-1-1-0);cursor:default}.footer__bf2ab7aa.sticky__9eafa932{z-index:101;position:sticky;bottom:0}.footerDescription__39648b61{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__19a2d759{flex-grow:1;margin-right:auto}.footerDescriptionControls__2419c078{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__39648b61{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__19a2d759{width:100%}.footerDescriptionControls__2419c078{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__2419c078>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__19a2d759+.footerDescriptionControls__2419c078{margin-top:0}.footer__bf2ab7aa{padding:16px 0}}.body__c40b4d76{position:relative;padding-bottom:24px;display:flex}.body__c40b4d76 .bodyInner__f6413115{position:relative;flex-grow:1;width:100%}@media (max-width: 767px){.body__c40b4d76{padding:16px 0;overflow-x:auto}}.headerTabs__a36edc06{display:flex;justify-content:space-between}.headerTabs__a36edc06 .headerTabsContent__14317d3b{flex-grow:1}.headerTabs__a36edc06 .headerTabsControls__b31b2182{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__a36edc06{flex-wrap:wrap}.headerTabs__a36edc06 .headerTabsContent__14317d3b{width:100%}.headerTabs__a36edc06 .headerTabsControls__b31b2182{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__a36edc06 .headerTabsControls__b31b2182>button{margin-left:16px;margin-top:16px}}.headerTitle__50e86bb7{display:flex;justify-content:space-between}.headerTitle__50e86bb7 .headerTitleControls__ab00cf26{white-space:nowrap;padding-left:24px}.headerLink__a0407999+.headerTitle__50e86bb7{padding-top:0}@media (max-width: 767px){.headerTitle__50e86bb7{flex-wrap:wrap}.headerTitle__50e86bb7 .headerTitleContent__aedeb78e{width:100%}.headerTitle__50e86bb7 .headerTitleControls__ab00cf26{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__50e86bb7 .headerTitleControls__ab00cf26>button{margin-left:16px;margin-top:16px}}.headerSubheader__5d1f0b19{padding:24px 0}.headerSubheader__5d1f0b19.withoutPaddings__fd37f046{padding:0}.headerLayoutSidebar__b8c618af{display:flex;justify-content:space-between}.headerLayoutSidebarContent__7c268fdc{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__239bb135{display:none}}.header__720bdaac.sticky__0fbfe909{z-index:101;position:sticky;top:0}.page__b2d8d5e9{height:100%;display:flex;flex-direction:column;max-width:100%;padding:24px;box-sizing:border-box;background-color:var(--triplex-next-Page-Background-1-1-0)}.page__b2d8d5e9 .headerPageBackground__5ff7e097{background:var(--triplex-next-HeaderPage-Background-1-1-0);padding:24px;border-radius:24px}.page__b2d8d5e9 .footerPageBackground__4f961f2f{background:var(--triplex-next-FooterPage-Background-1-1-0);padding:24px;border-radius:24px}.page__b2d8d5e9 .headerPageSticky__7c1a09df{z-index:101;position:sticky;top:0}.page__b2d8d5e9 .footerPageSticky__c6bd7124{z-index:101;position:sticky;bottom:0}.page__b2d8d5e9 .headerPageStuck__29b30583{border-top-left-radius:0;border-top-right-radius:0}.page__b2d8d5e9 .footerPageStuck__3a6eddc6{border-bottom-left-radius:0;border-bottom-right-radius:0}.observerTarget__71b4d10d{height:1px;visibility:hidden;pointer-events:none}.headerPage__a957ec72{padding-bottom:24px}.bodyPage__dedc7826{flex-grow:1}.paginationExtended__93fa2f4b{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__aefd53cb .directionIconNext__d0331238{transform:rotate(180deg)}.pageEllipsis__8ba3bc74{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-1-1-0);cursor:default}.paginationPageButton__eaddcd68{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-1-1-0);background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;line-height:20px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__eaddcd68:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-1-0);outline:none}.paginationPageButton__eaddcd68:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-1-0)}.paginationPageButton__eaddcd68:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-1-0);cursor:grabbing}.paginationPageButton__eaddcd68.currentPage__2c5e95c4{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-1-0);cursor:default}.paginationNavigationExtended__fc2d372a{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__47a62f36{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__47a62f36 .paginationSelectControl__353ad334{margin-left:8px}.skeleton__0b233ebf{border-radius:16px;flex-grow:1}.skeleton__0b233ebf.light__e8316726{animation:skeleton-light-pulse__b84d3909 2s ease-in-out infinite}.skeleton__0b233ebf.dark__43e5d3b3{animation:skeleton-dark-pulse__59b0871e 2s ease-in-out infinite}@keyframes skeleton-light-pulse__b84d3909{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-1-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-1-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-1-0)}}@keyframes skeleton-dark-pulse__59b0871e{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-1-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-1-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-1-0)}}.segmentedControlSegment__82f9193f{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-1-0);outline:none;cursor:pointer}.segmentedControlSegment__82f9193f:disabled{cursor:default}.sm__217a3473 .segmentedControlSegment__82f9193f{min-height:20px;padding:2px;font-size:12px;line-height:16px;border-radius:4px}.md__9618954e .segmentedControlSegment__82f9193f{min-height:32px;padding:6px;font-size:14px;line-height:20px;border-radius:6px}.lg__f75cc505 .segmentedControlSegment__82f9193f{min-height:40px;padding:8px;font-size:16px;line-height:20px;border-radius:8px}.general1__1fa4e819 .segmentedControlSegment__82f9193f{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-1-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-1-0)}.general1__1fa4e819 .segmentedControlSegment__82f9193f:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-1-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-1-0)}.general1__1fa4e819 .segmentedControlSegment__82f9193f:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-1-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-1-0)}.general1__1fa4e819 .segmentedControlSegment__82f9193f.selected__ded48ae3{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-1-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-1-0)}.general1__1fa4e819 .segmentedControlSegment__82f9193f.selected__ded48ae3:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-1-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-1-0)}.general1__1fa4e819 .segmentedControlSegment__82f9193f.selected__ded48ae3:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-1-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-1-0)}.general2__92d13ed6 .segmentedControlSegment__82f9193f{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-1-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-1-0)}.general2__92d13ed6 .segmentedControlSegment__82f9193f:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-1-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-1-0)}.general2__92d13ed6 .segmentedControlSegment__82f9193f:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-1-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-1-0)}.general2__92d13ed6 .segmentedControlSegment__82f9193f.selected__ded48ae3{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-1-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-1-0)}.general2__92d13ed6 .segmentedControlSegment__82f9193f.selected__ded48ae3:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-1-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-1-0)}.general2__92d13ed6 .segmentedControlSegment__82f9193f.selected__ded48ae3:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-1-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-1-0)}.secondary1__e1e701c0 .segmentedControlSegment__82f9193f{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-1-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-1-0)}.secondary1__e1e701c0 .segmentedControlSegment__82f9193f:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-1-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-1-0)}.secondary1__e1e701c0 .segmentedControlSegment__82f9193f:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-1-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-1-0)}.secondary1__e1e701c0 .segmentedControlSegment__82f9193f.selected__ded48ae3{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-1-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-1-0)}.secondary1__e1e701c0 .segmentedControlSegment__82f9193f.selected__ded48ae3:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-1-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-1-0)}.secondary2__18395e7d .segmentedControlSegment__82f9193f{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-1-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-1-0)}.secondary2__18395e7d .segmentedControlSegment__82f9193f:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-1-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-1-0)}.secondary2__18395e7d .segmentedControlSegment__82f9193f:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-1-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-1-0)}.secondary2__18395e7d .segmentedControlSegment__82f9193f.selected__ded48ae3{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-1-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-1-0)}.secondary2__18395e7d .segmentedControlSegment__82f9193f.selected__ded48ae3:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-1-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-1-0)}.segmentedControlSegment__82f9193f:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-1-0)}.content__0dbe8ef6{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__e439d7f9{display:flex;gap:4px}.segmentedControl__e439d7f9.general1__1fa4e819{background:var(--triplex-next-SegmentedControl-General_1_Background-1-1-0)}.segmentedControl__e439d7f9.secondary1__e1e701c0{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-1-0)}.segmentedControl__e439d7f9.general2__92d13ed6{background:var(--triplex-next-SegmentedControl-General_2_Background-1-1-0)}.segmentedControl__e439d7f9.secondary2__18395e7d{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-1-0)}.segmentedControl__e439d7f9.sm__217a3473{padding:4px}.segmentedControl__e439d7f9.md__9618954e{padding:6px}.segmentedControl__e439d7f9.lg__f75cc505{padding:8px}.selectExtendedFieldTarget__dc3507f6{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__dc3507f6 .caretIcon__302a605b{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__dc3507f6.selectOpened__322f7e0c .caretIcon__302a605b{transform:rotate(180deg)}.selectExtendedFieldTarget__dc3507f6.loading__7f9a42cf,.selectExtendedFieldTarget__dc3507f6.disabled__0fe33e7f{-webkit-user-select:none;user-select:none;pointer-events:none}.SelectExtendedField__e1c16bd5,.islandBody__1b57a1d8,.islandHeader__624c8291,.islandFooter__d3cbfc45{position:relative}.island__11bd9177.type1__9ebb4b7e{background-color:var(--triplex-next-Island-Type1_Background-1-1-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-1-0)}.island__11bd9177.type2__bf920478{background-color:var(--triplex-next-Island-Type2_Background-1-1-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-1-0)}.island__11bd9177.type3__9e85c601{background-color:var(--triplex-next-Island-Type3_Background-1-1-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-1-0)}.island__11bd9177.borderRadiusMD__e4cf1d9e{border-radius:16px}.island__11bd9177.borderRadiusSM__a7b0f3fe{border-radius:8px}.island__11bd9177.paddingLG__3cc7414c{padding:24px}.island__11bd9177.paddingMD__38ce4dd2{padding:16px}.island__11bd9177.paddingSM__23930864{padding:0}.island__11bd9177 .islandHeader__624c8291+.islandBody__1b57a1d8,.island__11bd9177 .islandHeader__624c8291+.islandFooter__d3cbfc45,.island__11bd9177 .islandBody__1b57a1d8+.islandFooter__d3cbfc45{margin-top:16px}.tooltipDesktop__af6baa69{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__af6baa69 .tooltipBody__46422487{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-1-0)}.tooltipDesktop__af6baa69 .tooltipXButton__5ccd4e98{position:absolute;right:8px;top:8px}.tooltipDesktopContent__5b0d5293{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-1-0);border-radius:8px}.closable__20e3c88b .tooltipDesktopContent__5b0d5293{padding-right:32px}.tooltipSM__876ecfcc .tooltipDesktopContent__5b0d5293{width:192px;min-height:52px}.tooltipLG__9267197c .tooltipDesktopContent__5b0d5293{width:384px;min-height:52px}.tooltipOverlay__1bd5cdbf{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__871ab998{width:0;height:0}.tooltipDesktopTip__871ab998.down__521823e5{border-top:solid var(--triplex-next-Tooltip-Background-1-1-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__871ab998.up__8048226c{border-bottom:solid var(--triplex-next-Tooltip-Background-1-1-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__871ab998.left__bb76289f{border-right:solid var(--triplex-next-Tooltip-Background-1-1-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__871ab998.right__ec6887f3{border-left:solid var(--triplex-next-Tooltip-Background-1-1-0);border-top:solid transparent;border-bottom:solid transparent}.overlay__3c48d3e6{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__3c48d3e6.fixed__a0d9dc48{position:fixed}.overlay__3c48d3e6.closing__040635ba,.overlay__3c48d3e6.opened__498bbc1a{visibility:visible;left:0;right:0}.overlayPanel__c52a54d9{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-1-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__c52a54d9.bottom__fcdec415{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__c52a54d9.left__7a67d9c4{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__c52a54d9.right__140450a4{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__c52a54d9.top__3dd51b7a{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__c52a54d9.left__7a67d9c4.opened__498bbc1a,.overlayPanel__c52a54d9.right__140450a4.opened__498bbc1a{transform:translate(0)}.overlayPanel__c52a54d9.top__3dd51b7a.opened__498bbc1a,.overlayPanel__c52a54d9.bottom__fcdec415.opened__498bbc1a{transform:translateY(0)}.overlayContent__0d3e9a27{display:flex;min-height:100%}.overlayMask__b5a8fb36{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-1-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__b5a8fb36.overlayOpened__7085715f{opacity:1}.listMasterFooter__7aeea717{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-1-0);color:var(--triplex-next-ListMaster-Footer_Color-1-1-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__7aeea717.sticky__23534040{position:sticky;bottom:0}.listMasterFooterDescription__a09cd7bc{padding-right:16px}.listMasterFooterControls__710275e6{white-space:nowrap}.tooltipMobile__bf2a5b68 .tooltipBody__46422487{text-align:left}.tooltipMobile__bf2a5b68 .tooltipXButton__5ccd4e98{position:absolute;right:16px;top:16px}.tooltipMobileContent__fc5d1607{padding:16px}.headerless__9af8f435 .tooltipMobileContent__fc5d1607{padding-right:40px}.tooltipLink__4dd334d4{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:block;margin-top:16px}.desktop__d5f381d9{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-1-0)}.desktop__d5f381d9:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-1-0)}.desktop__d5f381d9:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-1-0)}.desktop__d5f381d9:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-1-0)}.mobile__76847c64{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-1-0)}.mobile__76847c64:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-1-0)}.mobile__76847c64:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-1-0)}.mobile__76847c64:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-1-0)}.listMasterChipGroup__203c6a15{padding:0 16px}.listMasterHeader__46999099{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-1-0);color:var(--triplex-next-ListMaster-Header_Color-1-1-0)}.listMasterHeader__46999099.sticky__23534040{position:sticky;top:0;z-index:1}.selectionControls__1a46756e{display:flex;justify-content:space-between;align-items:center}.uploadZone__7ef466bf{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-1-0)}.uploadZone__7ef466bf:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-1-0)}.uploadZoneDragArea__6231c055{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-1-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__a8a3ff63{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-1-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-1-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-1-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__0b13730b{display:none}
|
|
1
|
+
html {--triplex-next-ColorBrand-0-1-1-1: #1F3336;
|
|
2
|
+
--triplex-next-ColorBrand-10-1-1-1: #0B3A3C;
|
|
3
|
+
--triplex-next-ColorBrand-20-1-1-1: #006063;
|
|
4
|
+
--triplex-next-ColorBrand-30-1-1-1: #007777;
|
|
5
|
+
--triplex-next-ColorBrand-40-1-1-1: #008985;
|
|
6
|
+
--triplex-next-ColorBrand-50-1-1-1: #21A19A;
|
|
7
|
+
--triplex-next-ColorBrand-60-1-1-1: #19BDB0;
|
|
8
|
+
--triplex-next-ColorBrand-70-1-1-1: #4BD9CF;
|
|
9
|
+
--triplex-next-ColorBrand-80-1-1-1: #71ECDC;
|
|
10
|
+
--triplex-next-ColorBrand-90-1-1-1: #A8F5E9;
|
|
11
|
+
--triplex-next-ColorBrand-100-1-1-1: #E3FFFA;
|
|
12
|
+
--triplex-next-ColorDarkNeutralAlpha-0-1-1-1: rgba(31, 31, 34, 1);
|
|
13
|
+
--triplex-next-ColorDarkNeutralAlpha-10-1-1-1: rgba(31, 31, 34, .95);
|
|
14
|
+
--triplex-next-ColorDarkNeutralAlpha-20-1-1-1: rgba(31, 31, 34, .85);
|
|
15
|
+
--triplex-next-ColorDarkNeutralAlpha-30-1-1-1: rgba(31, 31, 34, .75);
|
|
16
|
+
--triplex-next-ColorDarkNeutralAlpha-40-1-1-1: rgba(31, 31, 34, .65);
|
|
17
|
+
--triplex-next-ColorDarkNeutralAlpha-50-1-1-1: rgba(31, 31, 34, .55);
|
|
18
|
+
--triplex-next-ColorDarkNeutralAlpha-60-1-1-1: rgba(31, 31, 34, .45);
|
|
19
|
+
--triplex-next-ColorDarkNeutralAlpha-70-1-1-1: rgba(31, 31, 34, .35);
|
|
20
|
+
--triplex-next-ColorDarkNeutralAlpha-80-1-1-1: rgba(31, 31, 34, .25);
|
|
21
|
+
--triplex-next-ColorDarkNeutralAlpha-90-1-1-1: rgba(31, 31, 34, .15);
|
|
22
|
+
--triplex-next-ColorDarkNeutralAlpha-100-1-1-1: rgba(31, 31, 34, .05);
|
|
23
|
+
--triplex-next-ColorDarkNeutral-0-1-1-1: #000000;
|
|
24
|
+
--triplex-next-ColorDarkNeutral-10-1-1-1: #171719;
|
|
25
|
+
--triplex-next-ColorDarkNeutral-20-1-1-1: #1B1B1D;
|
|
26
|
+
--triplex-next-ColorDarkNeutral-30-1-1-1: #1F1F22;
|
|
27
|
+
--triplex-next-ColorDarkNeutral-40-1-1-1: #262629;
|
|
28
|
+
--triplex-next-ColorDarkNeutral-50-1-1-1: #2D2D30;
|
|
29
|
+
--triplex-next-ColorDarkNeutral-60-1-1-1: #343437;
|
|
30
|
+
--triplex-next-ColorDarkNeutral-70-1-1-1: #3B3B3E;
|
|
31
|
+
--triplex-next-ColorDarkNeutral-80-1-1-1: #424245;
|
|
32
|
+
--triplex-next-ColorDarkNeutral-90-1-1-1: #49494C;
|
|
33
|
+
--triplex-next-ColorDarkNeutral-100-1-1-1: #4F4F52;
|
|
34
|
+
--triplex-next-ColorError-0-1-1-1: #443139;
|
|
35
|
+
--triplex-next-ColorError-10-1-1-1: #4E3741;
|
|
36
|
+
--triplex-next-ColorError-20-1-1-1: #A90024;
|
|
37
|
+
--triplex-next-ColorError-30-1-1-1: #BD002C;
|
|
38
|
+
--triplex-next-ColorError-40-1-1-1: #D10032;
|
|
39
|
+
--triplex-next-ColorError-50-1-1-1: #E60037;
|
|
40
|
+
--triplex-next-ColorError-60-1-1-1: #F80C45;
|
|
41
|
+
--triplex-next-ColorError-70-1-1-1: #FF5571;
|
|
42
|
+
--triplex-next-ColorError-80-1-1-1: #FFB1C1;
|
|
43
|
+
--triplex-next-ColorError-90-1-1-1: #FCE0E6;
|
|
44
|
+
--triplex-next-ColorError-100-1-1-1: #FFF0F3;
|
|
45
|
+
--triplex-next-ColorInfo-0-1-1-1: #313749;
|
|
46
|
+
--triplex-next-ColorInfo-10-1-1-1: #2E3A52;
|
|
47
|
+
--triplex-next-ColorInfo-20-1-1-1: #0A43B0;
|
|
48
|
+
--triplex-next-ColorInfo-30-1-1-1: #124FC2;
|
|
49
|
+
--triplex-next-ColorInfo-40-1-1-1: #0E57CC;
|
|
50
|
+
--triplex-next-ColorInfo-50-1-1-1: #1371E4;
|
|
51
|
+
--triplex-next-ColorInfo-60-1-1-1: #1297FE;
|
|
52
|
+
--triplex-next-ColorInfo-70-1-1-1: #66BEFF;
|
|
53
|
+
--triplex-next-ColorInfo-80-1-1-1: #8DD2FF;
|
|
54
|
+
--triplex-next-ColorInfo-90-1-1-1: #B8E6FF;
|
|
55
|
+
--triplex-next-ColorInfo-100-1-1-1: #E3F6FF;
|
|
56
|
+
--triplex-next-ColorNeutralAlpha-0-1-1-1: rgba(255, 255, 255, 1);
|
|
57
|
+
--triplex-next-ColorNeutralAlpha-10-1-1-1: rgba(255, 255, 255, .95);
|
|
58
|
+
--triplex-next-ColorNeutralAlpha-20-1-1-1: rgba(255, 255, 255, .85);
|
|
59
|
+
--triplex-next-ColorNeutralAlpha-30-1-1-1: rgba(255, 255, 255, .75);
|
|
60
|
+
--triplex-next-ColorNeutralAlpha-40-1-1-1: rgba(255, 255, 255, .65);
|
|
61
|
+
--triplex-next-ColorNeutralAlpha-50-1-1-1: rgba(255, 255, 255, .55);
|
|
62
|
+
--triplex-next-ColorNeutralAlpha-60-1-1-1: rgba(255, 255, 255, .45);
|
|
63
|
+
--triplex-next-ColorNeutralAlpha-70-1-1-1: rgba(255, 255, 255, .35);
|
|
64
|
+
--triplex-next-ColorNeutralAlpha-80-1-1-1: rgba(255, 255, 255, .25);
|
|
65
|
+
--triplex-next-ColorNeutralAlpha-90-1-1-1: rgba(255, 255, 255, .15);
|
|
66
|
+
--triplex-next-ColorNeutralAlpha-100-1-1-1: rgba(255, 255, 255, .05);
|
|
67
|
+
--triplex-next-ColorNeutral-0-1-1-1: #CBCFD7;
|
|
68
|
+
--triplex-next-ColorNeutral-10-1-1-1: #D1D4DC;
|
|
69
|
+
--triplex-next-ColorNeutral-20-1-1-1: #D6D9E0;
|
|
70
|
+
--triplex-next-ColorNeutral-30-1-1-1: #DCDFE4;
|
|
71
|
+
--triplex-next-ColorNeutral-40-1-1-1: #DFE2E7;
|
|
72
|
+
--triplex-next-ColorNeutral-50-1-1-1: #E3E6EA;
|
|
73
|
+
--triplex-next-ColorNeutral-60-1-1-1: #E7E9EE;
|
|
74
|
+
--triplex-next-ColorNeutral-70-1-1-1: #EAEDF1;
|
|
75
|
+
--triplex-next-ColorNeutral-80-1-1-1: #EEF0F4;
|
|
76
|
+
--triplex-next-ColorNeutral-90-1-1-1: #F2F4F7;
|
|
77
|
+
--triplex-next-ColorNeutral-100-1-1-1: #FFFFFF;
|
|
78
|
+
--triplex-next-ColorSuccess-0-1-1-1: #28433E;
|
|
79
|
+
--triplex-next-ColorSuccess-10-1-1-1: #2A4C45;
|
|
80
|
+
--triplex-next-ColorSuccess-20-1-1-1: #00624C;
|
|
81
|
+
--triplex-next-ColorSuccess-30-1-1-1: #007353;
|
|
82
|
+
--triplex-next-ColorSuccess-40-1-1-1: #008B5C;
|
|
83
|
+
--triplex-next-ColorSuccess-50-1-1-1: #00C075;
|
|
84
|
+
--triplex-next-ColorSuccess-60-1-1-1: #00D67D;
|
|
85
|
+
--triplex-next-ColorSuccess-70-1-1-1: #3AF299;
|
|
86
|
+
--triplex-next-ColorSuccess-80-1-1-1: #8AFFB8;
|
|
87
|
+
--triplex-next-ColorSuccess-90-1-1-1: #B8FFD4;
|
|
88
|
+
--triplex-next-ColorSuccess-100-1-1-1: #E1FFEB;
|
|
89
|
+
--triplex-next-ColorSystem-0-1-1-1: #373C49;
|
|
90
|
+
--triplex-next-ColorSystem-10-1-1-1: #384156;
|
|
91
|
+
--triplex-next-ColorSystem-20-1-1-1: #47526D;
|
|
92
|
+
--triplex-next-ColorSystem-30-1-1-1: #57637F;
|
|
93
|
+
--triplex-next-ColorSystem-40-1-1-1: #697591;
|
|
94
|
+
--triplex-next-ColorSystem-50-1-1-1: #8291B3;
|
|
95
|
+
--triplex-next-ColorSystem-60-1-1-1: #95A3C1;
|
|
96
|
+
--triplex-next-ColorSystem-70-1-1-1: #A9B6D0;
|
|
97
|
+
--triplex-next-ColorSystem-80-1-1-1: #BFCADF;
|
|
98
|
+
--triplex-next-ColorSystem-90-1-1-1: #D6DEED;
|
|
99
|
+
--triplex-next-ColorSystem-100-1-1-1: #EEF3FC;
|
|
100
|
+
--triplex-next-ColorWarning-0-1-1-1: #463734;
|
|
101
|
+
--triplex-next-ColorWarning-10-1-1-1: #4F3E3B;
|
|
102
|
+
--triplex-next-ColorWarning-20-1-1-1: #E03400;
|
|
103
|
+
--triplex-next-ColorWarning-30-1-1-1: #E63D00;
|
|
104
|
+
--triplex-next-ColorWarning-40-1-1-1: #EF4C01;
|
|
105
|
+
--triplex-next-ColorWarning-50-1-1-1: #FD6508;
|
|
106
|
+
--triplex-next-ColorWarning-60-1-1-1: #FF7A17;
|
|
107
|
+
--triplex-next-ColorWarning-70-1-1-1: #FFB13B;
|
|
108
|
+
--triplex-next-ColorWarning-80-1-1-1: #FFD169;
|
|
109
|
+
--triplex-next-ColorWarning-90-1-1-1: #FFE7B1;
|
|
110
|
+
--triplex-next-ColorWarning-100-1-1-1: #FFF4DB;
|
|
111
|
+
--triplex-next-Button-General_Background_Active-1-1-1: #007777;
|
|
112
|
+
--triplex-next-Button-General_Background_Default-1-1-1: #21A19A;
|
|
113
|
+
--triplex-next-Button-General_Background_Disabled-1-1-1: #F2F4F7;
|
|
114
|
+
--triplex-next-Button-General_Background_Hover-1-1-1: #19BDB0;
|
|
115
|
+
--triplex-next-Button-General_Color_Active-1-1-1: rgba(255, 255, 255, 1);
|
|
116
|
+
--triplex-next-Button-General_Color_Default-1-1-1: rgba(255, 255, 255, 1);
|
|
117
|
+
--triplex-next-Button-General_Color_Disabled-1-1-1: rgba(31, 31, 34, .35);
|
|
118
|
+
--triplex-next-Button-General_Color_Hover-1-1-1: rgba(255, 255, 255, 1);
|
|
119
|
+
--triplex-next-Button-General_Shadow_Focus-1-1-1: 0 0 0 1px #FFD169 inset;
|
|
120
|
+
--triplex-next-Button-Secondary_Background_Active-1-1-1: #DCDFE4;
|
|
121
|
+
--triplex-next-Button-Secondary_Background_Default-1-1-1: #F2F4F7;
|
|
122
|
+
--triplex-next-Button-Secondary_Background_Disabled-1-1-1: #F2F4F7;
|
|
123
|
+
--triplex-next-Button-Secondary_Background_Hover-1-1-1: #EAEDF1;
|
|
124
|
+
--triplex-next-Button-Secondary_Color_Active-1-1-1: #007777;
|
|
125
|
+
--triplex-next-Button-Secondary_Color_Default-1-1-1: #008985;
|
|
126
|
+
--triplex-next-Button-Secondary_Color_Disabled-1-1-1: rgba(31, 31, 34, .35);
|
|
127
|
+
--triplex-next-Button-Secondary_Color_Hover-1-1-1: #21A19A;
|
|
128
|
+
--triplex-next-Button-Secondary_Shadow_Focus-1-1-1: 0 0 0 1px #FFD169 inset;
|
|
129
|
+
--triplex-next-Button-SecondaryLight_Background_Active-1-1-1: #DFE2E7;
|
|
130
|
+
--triplex-next-Button-SecondaryLight_Background_Default-1-1-1: #FFFFFF;
|
|
131
|
+
--triplex-next-Button-SecondaryLight_Background_Disabled-1-1-1: #F2F4F7;
|
|
132
|
+
--triplex-next-Button-SecondaryLight_Background_Hover-1-1-1: #EEF0F4;
|
|
133
|
+
--triplex-next-Button-SecondaryLight_Color_Active-1-1-1: #007777;
|
|
134
|
+
--triplex-next-Button-SecondaryLight_Color_Default-1-1-1: #008985;
|
|
135
|
+
--triplex-next-Button-SecondaryLight_Color_Disabled-1-1-1: rgba(31, 31, 34, .35);
|
|
136
|
+
--triplex-next-Button-SecondaryLight_Color_Hover-1-1-1: #21A19A;
|
|
137
|
+
--triplex-next-Button-SecondaryLight_Shadow_Focus-1-1-1: 0 0 0 1px #FFD169 inset;
|
|
138
|
+
--triplex-next-Button-Danger_Background_Active-1-1-1: #BD002C;
|
|
139
|
+
--triplex-next-Button-Danger_Background_Default-1-1-1: #E60037;
|
|
140
|
+
--triplex-next-Button-Danger_Background_Disabled-1-1-1: #F2F4F7;
|
|
141
|
+
--triplex-next-Button-Danger_Background_Hover-1-1-1: #F80C45;
|
|
142
|
+
--triplex-next-Button-Danger_Color_Active-1-1-1: rgba(255, 255, 255, 1);
|
|
143
|
+
--triplex-next-Button-Danger_Color_Default-1-1-1: rgba(255, 255, 255, 1);
|
|
144
|
+
--triplex-next-Button-Danger_Color_Disabled-1-1-1: rgba(31, 31, 34, .35);
|
|
145
|
+
--triplex-next-Button-Danger_Color_Hover-1-1-1: rgba(255, 255, 255, 1);
|
|
146
|
+
--triplex-next-Button-Danger_Shadow_Focus-1-1-1: 0 0 0 1px #FFD169 inset;
|
|
147
|
+
--triplex-next-Button-Icon_Shadow_Focus-1-1-1: 0 0 0 1px #FFD169;
|
|
148
|
+
--triplex-next-Button-Link_Color_Active-1-1-1: #007777;
|
|
149
|
+
--triplex-next-Button-Link_Color_Default-1-1-1: #008985;
|
|
150
|
+
--triplex-next-Button-Link_Color_Disabled-1-1-1: rgba(31, 31, 34, .35);
|
|
151
|
+
--triplex-next-Button-Link_Color_Hover-1-1-1: #21A19A;
|
|
152
|
+
--triplex-next-Button-Link_Shadow_Focus-1-1-1: 0 0 0 1px #FFD169 inset;
|
|
153
|
+
--triplex-next-Checkbox-Background_Checked_Default-1-1-1: #21A19A;
|
|
154
|
+
--triplex-next-Checkbox-Background_Checked_Hover-1-1-1: #007777;
|
|
155
|
+
--triplex-next-Checkbox-Background_Default-1-1-1: #F2F4F7;
|
|
156
|
+
--triplex-next-Checkbox-Background_Disabled-1-1-1: rgba(31, 31, 34, .15);
|
|
157
|
+
--triplex-next-Checkbox-BorderColor_Focus-1-1-1: 0 0 0 1px #FFD169 inset;
|
|
158
|
+
--triplex-next-Checkbox-Checkmark_Fill_Default-1-1-1: rgba(255, 255, 255, 1);
|
|
159
|
+
--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-1-1: rgba(31, 31, 34, .15);
|
|
160
|
+
--triplex-next-Checkbox-Color_Default-1-1-1: rgba(31, 31, 34, 1);
|
|
161
|
+
--triplex-next-Checkbox-Color_Disabled-1-1-1: rgba(31, 31, 34, .35);
|
|
162
|
+
--triplex-next-FormField-Background_Active-1-1-1: #F2F4F7;
|
|
163
|
+
--triplex-next-FormField-Background_Default-1-1-1: #F2F4F7;
|
|
164
|
+
--triplex-next-FormField-Background_Disabled-1-1-1: #F2F4F7;
|
|
165
|
+
--triplex-next-FormField-Background_Error-1-1-1: #FFF0F3;
|
|
166
|
+
--triplex-next-FormField-Background_Error_Hover-1-1-1: #FCE0E6;
|
|
167
|
+
--triplex-next-FormField-Background_Hover-1-1-1: #EAEDF1;
|
|
168
|
+
--triplex-next-FormField-Background_Warning-1-1-1: #FFF4DB;
|
|
169
|
+
--triplex-next-FormField-Background_Warning_Hover-1-1-1: #FFE7B1;
|
|
170
|
+
--triplex-next-FormField-Input_Color_Default-1-1-1: rgba(31, 31, 34, 1);
|
|
171
|
+
--triplex-next-FormField-Input_Color_Disabled-1-1-1: rgba(31, 31, 34, .45);
|
|
172
|
+
--triplex-next-FormField-Target_Color_Default-1-1-1: rgba(31, 31, 34, 1);
|
|
173
|
+
--triplex-next-FormField-Target_Color_Disabled-1-1-1: rgba(31, 31, 34, .45);
|
|
174
|
+
--triplex-next-FormField-Target_PlaceholderColor_Default-1-1-1: rgba(31, 31, 34, .65);
|
|
175
|
+
--triplex-next-FormField-Label_Color_Default-1-1-1: rgba(31, 31, 34, .65);
|
|
176
|
+
--triplex-next-FormField-Label_Color_Disabled-1-1-1: rgba(31, 31, 34, .45);
|
|
177
|
+
--triplex-next-FormField-Shadow_Active-1-1-1: 0 0 0 1px #21A19A inset;
|
|
178
|
+
--triplex-next-FormField-Shadow_Default-1-1-1: none;
|
|
179
|
+
--triplex-next-FormField-Shadow_Error_Active-1-1-1: 0 0 0 1px #E60037 inset;
|
|
180
|
+
--triplex-next-FormField-Shadow_Warning_Active-1-1-1: 0 0 0 1px #FD6508 inset;
|
|
181
|
+
--triplex-next-FormField-Placeholder_Color-1-1-1: rgba(31, 31, 34, .65);
|
|
182
|
+
--triplex-next-Link-BorderColor_Focus-1-1-1: 0 0 0 1px #FFD169 inset;
|
|
183
|
+
--triplex-next-Link-Text_Color_Active-1-1-1: #007777;
|
|
184
|
+
--triplex-next-Link-Text_Color_Default-1-1-1: #008985;
|
|
185
|
+
--triplex-next-Link-Text_Color_Hover-1-1-1: #21A19A;
|
|
186
|
+
--triplex-next-Loader-Neutral_Background_Default-1-1-1: rgba(255, 255, 255, 1);
|
|
187
|
+
--triplex-next-Loader-Brand_Background_Default-1-1-1: #21A19A;
|
|
188
|
+
--triplex-next-LoaderWidget-Small_Backdrop_Default-1-1-1: rgba(255, 255, 255, .8);
|
|
189
|
+
--triplex-next-LoaderWidget-Middle_Backdrop_Default-1-1-1: #FFFFFF;
|
|
190
|
+
--triplex-next-LoaderWidget-Middle_Background_Default-1-1-1: #EEF0F4;
|
|
191
|
+
--triplex-next-Dropdown-Background-1-1-1: #FFFFFF;
|
|
192
|
+
--triplex-next-Dropdown-Shadow-1-1-1: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
193
|
+
--triplex-next-DropdownList-Background_Active-1-1-1: #F2F4F7;
|
|
194
|
+
--triplex-next-DropdownList-Background_Default-1-1-1: none;
|
|
195
|
+
--triplex-next-DropdownList-Background_Selected-1-1-1: #DCDFE4;
|
|
196
|
+
--triplex-next-DropdownList-Color-1-1-1: rgba(31, 31, 34, 1);
|
|
197
|
+
--triplex-next-DropdownMobile-Backdrop-1-1-1: rgba(31, 31, 34, .65);
|
|
198
|
+
--triplex-next-DropdownMobile-Border_Color-1-1-1: #D6D9E0;
|
|
199
|
+
--triplex-next-DropdownMobile-Content_Background-1-1-1: #FFFFFF;
|
|
200
|
+
--triplex-next-DropdownMobile-Footer_Background-1-1-1: #FFFFFF;
|
|
201
|
+
--triplex-next-DropdownMobile-Header_Background-1-1-1: #F2F4F7;
|
|
202
|
+
--triplex-next-DropdownMobileList-Active_Background-1-1-1: #F2F4F7;
|
|
203
|
+
--triplex-next-DropdownMobileList-Selected_Background-1-1-1: #DCDFE4;
|
|
204
|
+
--triplex-next-Tabs-Background-1-1-1: #F2F4F7;
|
|
205
|
+
--triplex-next-Tabs-Tab_Background_Default-1-1-1: #F2F4F7;
|
|
206
|
+
--triplex-next-Tabs-Tab_Background_Hover-1-1-1: #DFE2E7;
|
|
207
|
+
--triplex-next-Tabs-Tab_Background_Selected-1-1-1: #FFFFFF;
|
|
208
|
+
--triplex-next-Tabs-Tab_BorderColor_Default-1-1-1: #F2F4F7;
|
|
209
|
+
--triplex-next-Tabs-Tab_BorderColor_Focus-1-1-1: 0 0 0 1px #FFD169 inset;
|
|
210
|
+
--triplex-next-Typography-Primary_Color-1-1-1: rgba(31, 31, 34, 1);
|
|
211
|
+
--triplex-next-Typography-Complementary_Color-1-1-1: rgba(31, 31, 34, .85);
|
|
212
|
+
--triplex-next-Typography-Secondary_Color-1-1-1: rgba(31, 31, 34, .65);
|
|
213
|
+
--triplex-next-Typography-Tertiary_Color-1-1-1: rgba(31, 31, 34, .55);
|
|
214
|
+
--triplex-next-Typography-Disabled_Color-1-1-1: rgba(31, 31, 34, .35);
|
|
215
|
+
--triplex-next-Typography-Brand_Color-1-1-1: #008985;
|
|
216
|
+
--triplex-next-Typography-Info_Color-1-1-1: #0E57CC;
|
|
217
|
+
--triplex-next-Typography-Success_Color-1-1-1: #008B5C;
|
|
218
|
+
--triplex-next-Typography-Error_Color-1-1-1: #D10032;
|
|
219
|
+
--triplex-next-Typography-Warning_Color-1-1-1: #EF4C01;
|
|
220
|
+
--triplex-next-Typography-System_Color-1-1-1: #697591;
|
|
221
|
+
--triplex-next-Tooltip-Background-1-1-1: #1B1B1D;
|
|
222
|
+
--triplex-next-Tooltip-Color-1-1-1: rgba(255, 255, 255, 1);
|
|
223
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Active-1-1-1: #008985;
|
|
224
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Default-1-1-1: #19BDB0;
|
|
225
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-1-1: #4BD9CF;
|
|
226
|
+
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-1-1: 0 0 0 1px #FFD169;
|
|
227
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Active-1-1-1: #007777;
|
|
228
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Default-1-1-1: #008985;
|
|
229
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-1-1: #21A19A;
|
|
230
|
+
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-1-1: 0 0 0 1px #FFDD64;
|
|
231
|
+
--triplex-next-AlertContext-Error_Color-1-1-1: #D10032;
|
|
232
|
+
--triplex-next-AlertContext-Info_Color-1-1-1: rgba(31, 31, 34, 1);
|
|
233
|
+
--triplex-next-AlertContext-System_Color-1-1-1: rgba(31, 31, 34, 1);
|
|
234
|
+
--triplex-next-AlertContext-Warning_Color-1-1-1: rgba(31, 31, 34, 1);
|
|
235
|
+
--triplex-next-AlertProcess-Info_Background-1-1-1: #E3F6FF;
|
|
236
|
+
--triplex-next-AlertProcess-Warning_Background-1-1-1: #FFF4DB;
|
|
237
|
+
--triplex-next-AlertProcess-Error_Background-1-1-1: #FFF0F3;
|
|
238
|
+
--triplex-next-AlertProcess-System_Background-1-1-1: #EEF3FC;
|
|
239
|
+
--triplex-next-AlertProcess-Feature_Background-1-1-1: #E3FFFA;
|
|
240
|
+
--triplex-next-Overlay-Background-1-1-1: rgba(255, 255, 255, .8);
|
|
241
|
+
--triplex-next-Overlay-Panel_Background-1-1-1: #FFFFFF;
|
|
242
|
+
--triplex-next-ListItem-Background-1-1-1: #FFFFFF;
|
|
243
|
+
--triplex-next-ListItem-Background_Dragging-1-1-1: #FFFFFF;
|
|
244
|
+
--triplex-next-ListItem-Background_Selected-1-1-1: #F2F4F7;
|
|
245
|
+
--triplex-next-ListItem-Shadow-1-1-1: 0 2px 7px rgba(31, 31, 34, 0.25);
|
|
246
|
+
--triplex-next-ListItemControlsButton-Background-1-1-1: #F2F4F7;
|
|
247
|
+
--triplex-next-ListItemControlsButton-Color-1-1-1: #171719;
|
|
248
|
+
--triplex-next-ListMaster-Background-1-1-1: #FFFFFF;
|
|
249
|
+
--triplex-next-ListMaster-Footer_Background-1-1-1: #DCDFE4;
|
|
250
|
+
--triplex-next-ListMaster-Footer_Color-1-1-1: #EAEDF1;
|
|
251
|
+
--triplex-next-ListMaster-Header_Background-1-1-1: #DCDFE4;
|
|
252
|
+
--triplex-next-ListMaster-Header_Color-1-1-1: #EAEDF1;
|
|
253
|
+
--triplex-next-Page-Background-1-1-1: #EAEDF1;
|
|
254
|
+
--triplex-next-Radio-Background_Checked_Default-1-1-1: #21A19A;
|
|
255
|
+
--triplex-next-Radio-Background_Checked_Disabled-1-1-1: rgba(31, 31, 34, .15);
|
|
256
|
+
--triplex-next-Radio-Background_Checked_Hover-1-1-1: #007777;
|
|
257
|
+
--triplex-next-Radio-Background_Default-1-1-1: #F2F4F7;
|
|
258
|
+
--triplex-next-Radio-Background_Disabled-1-1-1: #F2F4F7;
|
|
259
|
+
--triplex-next-Radio-Background_Hover-1-1-1: #19BDB0;
|
|
260
|
+
--triplex-next-Radio-BorderColor_Focused-1-1-1: 0 0 0 1px #FFD169 inset;
|
|
261
|
+
--triplex-next-Radio-Color_Default-1-1-1: rgba(31, 31, 34, 1);
|
|
262
|
+
--triplex-next-Radio-Color_Disabled-1-1-1: rgba(31, 31, 34, .35);
|
|
263
|
+
--triplex-next-Radio-Dot_Default-1-1-1: rgba(255, 255, 255, 1);
|
|
264
|
+
--triplex-next-Radio-Dot_Disabled-1-1-1: rgba(31, 31, 34, .15);
|
|
265
|
+
--triplex-next-UploadZone-Background_Default-1-1-1: #F2F4F7;
|
|
266
|
+
--triplex-next-UploadZone-Background_Hover-1-1-1: #EAEDF1;
|
|
267
|
+
--triplex-next-UploadZone-BorderColor_Default-1-1-1: rgba(31, 31, 34, .45);
|
|
268
|
+
--triplex-next-UploadZone-DragArea_Background-1-1-1: #F2F4F7;
|
|
269
|
+
--triplex-next-UploadZone-DragArea_BorderColor-1-1-1: #21A19A;
|
|
270
|
+
--triplex-next-Pagination-PageButton_Background_Active-1-1-1: #E3E6EA;
|
|
271
|
+
--triplex-next-Pagination-PageButton_Background_Hover-1-1-1: #F2F4F7;
|
|
272
|
+
--triplex-next-Pagination-PageButton_Background_Selected-1-1-1: #E3E6EA;
|
|
273
|
+
--triplex-next-Pagination-PageButton_BorderColor_Focus-1-1-1: #FFD169;
|
|
274
|
+
--triplex-next-Pagination-PageButton_Color-1-1-1: rgba(31, 31, 34, 1);
|
|
275
|
+
--triplex-next-Card-Static_General_Background-1-1-1: #FFFFFF;
|
|
276
|
+
--triplex-next-Card-Static_Secondary_Background-1-1-1: #F2F4F7;
|
|
277
|
+
--triplex-next-Card-Action_General_Background-1-1-1: #FFFFFF;
|
|
278
|
+
--triplex-next-Card-Action_General_Background_Hover-1-1-1: #FFFFFF;
|
|
279
|
+
--triplex-next-Card-Action_General_Background_Selected-1-1-1: #F2F4F7;
|
|
280
|
+
--triplex-next-Card-Action_General_Background_Selected_Hover-1-1-1: #EAEDF1;
|
|
281
|
+
--triplex-next-Card-Action_Secondary_Background-1-1-1: #F2F4F7;
|
|
282
|
+
--triplex-next-Card-Action_Secondary_Background_Hover-1-1-1: #E7E9EE;
|
|
283
|
+
--triplex-next-Card-Action_Secondary_Background_Selected-1-1-1: #DFE2E7;
|
|
284
|
+
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-1-1: #DFE2E7;
|
|
285
|
+
--triplex-next-Card-BorderColor_Focus-1-1-1: #FFD169;
|
|
286
|
+
--triplex-next-Card-Shadow_Default-1-1-1: 0 0 7px 0 rgba(31, 31, 34, 0.25);
|
|
287
|
+
--triplex-next-Card-Shadow_Hover-1-1-1: 0 0 14px 0 rgba(31, 31, 34, 0.25);
|
|
288
|
+
--triplex-next-Skeleton-BackgroundColor_Light_Start-1-1-1: #F2F4F7;
|
|
289
|
+
--triplex-next-Skeleton-BackgroundColor_Light_End-1-1-1: #DFE2E7;
|
|
290
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-1-1: rgba(31, 31, 34, .05);
|
|
291
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_End-1-1-1: rgba(31, 31, 34, .15);
|
|
292
|
+
--triplex-next-SegmentedControl-General_1_Background-1-1-1: #F2F4F7;
|
|
293
|
+
--triplex-next-SegmentedControl-General_2_Background-1-1-1: #FFFFFF;
|
|
294
|
+
--triplex-next-SegmentedControl-Secondary_1_Background-1-1-1: #F2F4F7;
|
|
295
|
+
--triplex-next-SegmentedControl-Secondary_2_Background-1-1-1: #FFFFFF;
|
|
296
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-1-1: rgba(31, 31, 34, .65);
|
|
297
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-1-1: rgba(31, 31, 34, 1);
|
|
298
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-1-1: rgba(31, 31, 34, .15);
|
|
299
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-1-1: rgba(255, 255, 255, 1);
|
|
300
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-1-1: rgba(255, 255, 255, 1);
|
|
301
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-1-1: rgba(255, 255, 255, .25);
|
|
302
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-1-1: #F2F4F7;
|
|
303
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-1-1: #DFE2E7;
|
|
304
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-1-1: #F2F4F7;
|
|
305
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-1-1: #3B3B3E;
|
|
306
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-1-1: #49494C;
|
|
307
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-1-1: #343437;
|
|
308
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-1-1: rgba(31, 31, 34, .65);
|
|
309
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-1-1: rgba(31, 31, 34, 1);
|
|
310
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-1-1: rgba(31, 31, 34, .15);
|
|
311
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-1-1: rgba(255, 255, 255, 1);
|
|
312
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-1-1: rgba(255, 255, 255, 1);
|
|
313
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-1-1: rgba(255, 255, 255, .25);
|
|
314
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-1-1: #FFFFFF;
|
|
315
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-1-1: #EEF0F4;
|
|
316
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-1-1: #FFFFFF;
|
|
317
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-1-1: #3B3B3E;
|
|
318
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-1-1: #49494C;
|
|
319
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-1-1: #343437;
|
|
320
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-1-1: rgba(31, 31, 34, .65);
|
|
321
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-1-1: rgba(31, 31, 34, 1);
|
|
322
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-1-1: rgba(31, 31, 34, .15);
|
|
323
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-1-1: rgba(31, 31, 34, 1);
|
|
324
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-1-1: rgba(31, 31, 34, 1);
|
|
325
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-1-1: rgba(31, 31, 34, .15);
|
|
326
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-1-1: #F2F4F7;
|
|
327
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-1-1: #DFE2E7;
|
|
328
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-1-1: #F2F4F7;
|
|
329
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-1-1: #FFFFFF;
|
|
330
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-1-1: #DFE2E7;
|
|
331
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-1-1: #FFFFFF;
|
|
332
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-1-1: rgba(31, 31, 34, .65);
|
|
333
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-1-1: rgba(31, 31, 34, 1);
|
|
334
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-1-1: rgba(31, 31, 34, .15);
|
|
335
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-1-1: rgba(31, 31, 34, 1);
|
|
336
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-1-1: rgba(31, 31, 34, 1);
|
|
337
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-1-1: rgba(31, 31, 34, .15);
|
|
338
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-1-1: #FFFFFF;
|
|
339
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-1-1: #EEF0F4;
|
|
340
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-1-1: #FFFFFF;
|
|
341
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-1-1: #E3E6EA;
|
|
342
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-1-1: #D6D9E0;
|
|
343
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-1-1: #F2F4F7;
|
|
344
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Default-1-1-1: transparent;
|
|
345
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-1-1: #FFD169;
|
|
346
|
+
--triplex-next-HeaderPage-Background-1-1-1: #FFFFFF;
|
|
347
|
+
--triplex-next-FooterPage-Background-1-1-1: #FFFFFF;
|
|
348
|
+
--triplex-next-Island-Type1_Background-1-1-1: #FFFFFF;
|
|
349
|
+
--triplex-next-Island-Type2_Background-1-1-1: rgba(255, 255, 255, .35);
|
|
350
|
+
--triplex-next-Island-Type3_Background-1-1-1: #F2F4F7;
|
|
351
|
+
--triplex-next-Island-Type1_Shadow-1-1-1: 0 0 0 1px #FFFFFF inset;
|
|
352
|
+
--triplex-next-Island-Type2_Shadow-1-1-1: 0 0 0 1px #FFFFFF inset;
|
|
353
|
+
--triplex-next-Island-Type3_Shadow-1-1-1: 0 0 0 1px #F2F4F7 inset;}
|
|
354
|
+
.underline__32d95373{text-decoration:underline}.strikethrough__aa1c23dd{text-decoration:line-through}.underlineStrikethrough__6397a224{text-decoration:underline line-through}.typography__7e303a7f.primary__27d6ea21{color:var(--triplex-next-Typography-Primary_Color-1-1-1)}.typography__7e303a7f.complementary__c7ba8dea{color:var(--triplex-Typography-Complementary_Color-1-1-1)}.typography__7e303a7f.secondary__d381e93f{color:var(--triplex-next-Typography-Secondary_Color-1-1-1)}.typography__7e303a7f.tertiary__86c6d39c{color:var(--triplex-next-Typography-Tertiary_Color-1-1-1)}.typography__7e303a7f.disabled__c7320f99{color:var(--triplex-next-Typography-Disabled_Color-1-1-1)}.typography__7e303a7f.brand__a46b57e5{color:var(--triplex-next-Typography-Brand_Color-1-1-1);-webkit-user-select:none;user-select:none}.typography__7e303a7f.info__07048766{color:var(--triplex-next-Typography-Info_Color-1-1-1)}.typography__7e303a7f.success__b6049f18{color:var(--triplex-next-Typography-Success_Color-1-1-1)}.typography__7e303a7f.error__4133e982{color:var(--triplex-next-Typography-Error_Color-1-1-1)}.typography__7e303a7f.warning__315dd327{color:var(--triplex-next-Typography-Warning_Color-1-1-1)}.typography__7e303a7f.system__7728dabd{color:var(--triplex-next-Typography-System_Color-1-1-1)}.typography__7e303a7f.compact__bb5e7a66{line-height:calc(16 / 14)}.title__3d4cac58.regular__5f548a95{font-family:SBSansDisplay}.title__3d4cac58.semibold__e80bd332{font-family:SBSansDisplaySemibold}.title__3d4cac58.medium__34394c1b{font-family:SBSansDisplayMedium}.title__3d4cac58.bold__28051e3b{font-family:SBSansDisplayBold}.h1__953fd979,.h2__01d9ab93,.h3__81899a70{margin:0}.h1__953fd979{font-size:28px;line-height:36px}.h2__01d9ab93{font-size:24px;line-height:32px}.h3__81899a70{font-size:20px;line-height:28px}.text__798c1ae1.regular__5f548a95{font-family:SBSansText}.text__798c1ae1.semibold__e80bd332{font-family:SBSansTextSemibold}.b1__f5093f80{font-size:18px;line-height:24px}.b2__dc938150{font-size:16px;line-height:20px}.b3__796277e9{font-size:14px;line-height:20px}.b3__796277e9.compact__bb5e7a66{line-height:16px}.b4__c6b3807b{font-size:12px;line-height:16px}.caption__2cbf7a3d.regular__5f548a95{font-family:SBSansText}.caption__2cbf7a3d.semibold__e80bd332{font-family:SBSansTextSemibold}.c1__ace24087{font-size:10px;line-height:12px}.c2__246e1847{font-size:8px;line-height:10px}.d1__6aef3d43{font-size:32px;line-height:40px}.d1__6aef3d43.regular__5f548a95{font-family:SBSansDisplay}.d1__6aef3d43.semibold__e80bd332{font-family:SBSansDisplaySemibold}.formFieldInput__0a336adf{padding:0;width:100%;box-sizing:border-box;border:none;background:none;-webkit-appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-1-1-1)}.formFieldInput__0a336adf:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-1-1)}.formFieldInput__0a336adf::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-1-1);opacity:0;transition:opacity .3s ease-out}.formFieldInput__0a336adf:focus{outline:none}.formFieldInput__0a336adf:focus::placeholder{opacity:1}.formFieldInput__0a336adf:-webkit-autofill{animation-name:autofill-applied-hook__55d126c9;animation-duration:1ms}.formFieldInput__0a336adf:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__f64bf84f;animation-duration:1ms}.formFieldInput__0a336adf.size-sm__7fca3bb8{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__0a336adf.size-md__fdf39150{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__0a336adf.size-lg__fed542e3{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__55d126c9{0%{transform:none}}@keyframes autofill-cancelled-hook__f64bf84f{0%{transform:none}}.formField__f184f1b5{position:relative;flex-grow:1;background:var(--triplex-next-FormField-Background_Default-1-1-1);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-1-1);transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.formField__f184f1b5:hover{background:var(--triplex-next-FormField-Background_Hover-1-1-1)}.formField__f184f1b5.disabled__ca621c01{background:var(--triplex-next-FormField-Background_Disabled-1-1-1)}.formField__f184f1b5.active__cd1330d0{background:var(--triplex-next-FormField-Background_Active-1-1-1);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-1-1)}.formField__f184f1b5.active__cd1330d0::placeholder{opacity:1}.formField__f184f1b5.error__f645fb4b{background:var(--triplex-next-FormField-Background_Error-1-1-1)}.formField__f184f1b5.error__f645fb4b:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-1-1)}.formField__f184f1b5.error__f645fb4b.active__cd1330d0{background:var(--triplex-next-FormField-Background_Error-1-1-1);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-1-1)}.formField__f184f1b5.warning__7440000e{background:var(--triplex-next-FormField-Background_Warning-1-1-1)}.formField__f184f1b5.warning__7440000e:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-1-1)}.formField__f184f1b5.warning__7440000e.active__cd1330d0{background:var(--triplex-next-FormField-Background_Warning-1-1-1);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-1-1)}.formField__f184f1b5.size-sm__7fca3bb8{border-radius:6px}.formField__f184f1b5.size-md__fdf39150{border-radius:8px}.formField__f184f1b5.size-lg__fed542e3{border-radius:10px}.formFieldDescription__60eb24ea{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__60eb24ea.withCounter__4d5e77dc{display:flex;justify-content:space-between}.formFieldLabel__c51d74b4{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__c51d74b4.size-sm__7fca3bb8{top:6px}.formFieldLabel__c51d74b4.size-md__fdf39150{top:10px}.formFieldLabel__c51d74b4.size-lg__fed542e3{top:18px}.formFieldLabel__c51d74b4.size-lg__fed542e3.floating__e5ce83ad{top:10px}.formFieldLabelText__9c2879e5{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-1-1);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__7fca3bb8 .formFieldLabelText__9c2879e5{font-size:12px;line-height:16px}.size-md__fdf39150 .formFieldLabelText__9c2879e5{font-size:14px;line-height:20px}.size-lg__fed542e3 .formFieldLabelText__9c2879e5{font-size:16px;line-height:20px}.floating__e5ce83ad .formFieldLabelText__9c2879e5{font-size:12px;line-height:16px}.floating__e5ce83ad.size-sm__7fca3bb8 .formFieldLabelText__9c2879e5,.floating__e5ce83ad.size-md__fdf39150 .formFieldLabelText__9c2879e5{display:none}.disabled__ca621c01 .formFieldLabelText__9c2879e5{color:var(--triplex-next-FormField-Label_Color_Disabled-1-1-1)}.formFieldPostfix__ba8f395d{padding:0 12px 0 4px;position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__0b8a04a7{padding:0 8px 0 12px;position:absolute;left:0;top:0;bottom:0;display:flex;align-items:center;gap:4px}.formFieldCounter__5af135db{padding-left:4px}.formFieldMaskedInputWrapper__ca6ee10c{position:relative}.formFieldMaskedInputWrapper__ca6ee10c .formFieldMaskedInputPlaceholder__205ee3db{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__ca6ee10c .formFieldMaskedInputPlaceholder__205ee3db::placeholder{opacity:1}.formFieldMaskedInputWrapper__ca6ee10c.size-sm__7fca3bb8{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__ca6ee10c.size-sm__7fca3bb8 .formFieldMaskedInputPlaceholder__205ee3db{top:5px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__ca6ee10c.size-md__fdf39150{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__ca6ee10c.size-md__fdf39150 .formFieldMaskedInputPlaceholder__205ee3db{top:9px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__ca6ee10c.size-lg__fed542e3{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__ca6ee10c.size-lg__fed542e3 .formFieldMaskedInputPlaceholder__205ee3db{top:25px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__ca6ee10c .formFieldMaskedInput__ced19259{display:block;position:relative;background:none!important}.label__7d28710a{display:inline-block;position:relative;font-weight:400;color:var(--triplex-next-Radio-Color_Default-1-1-1);cursor:pointer}.label__7d28710a.md__1281fe1b{font-size:14px;line-height:24px;min-height:24px;min-width:24px}.label__7d28710a.lg__a7b75200{font-size:16px;line-height:28px;min-width:28px;min-height:28px}.label__7d28710a.nonempty__adc5081c{padding-left:40px}.label__7d28710a.disabled__05b5e731{color:var(--triplex-next-Radio-Color_Disabled-1-1-1);cursor:default}.radio__73cf15b5{margin:0;opacity:0}.radioIcon__d989b046{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-1-1);border-radius:50%}.radioIcon__d989b046:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-1-1);border-radius:50%;transform:scale(0)}.md__1281fe1b .radioIcon__d989b046:after{width:12px;height:12px;top:6px;left:6px}.lg__a7b75200 .radioIcon__d989b046:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__d989b046,.radioIcon__d989b046:after{pointer-events:none}.radio__73cf15b5,.radioIcon__d989b046{position:absolute;left:0}.md__1281fe1b .radio__73cf15b5,.md__1281fe1b .radioIcon__d989b046{width:24px;height:24px}.lg__a7b75200 .radio__73cf15b5,.lg__a7b75200 .radioIcon__d989b046{width:28px;height:28px}.nonempty__adc5081c .radio__73cf15b5,.nonempty__adc5081c .radioIcon__d989b046{top:2px}.radio__73cf15b5:enabled{cursor:pointer}.radio__73cf15b5:checked+.radioIcon__d989b046{background:var(--triplex-next-Radio-Background_Checked_Default-1-1-1)}.radio__73cf15b5:checked+.radioIcon__d989b046:after{transform:scale(1);transition:transform .2s ease-out}.radio__73cf15b5:hover+.radioIcon__d989b046{background-color:var(--triplex-next-Radio-Background_Hover-1-1-1)}.radio__73cf15b5:disabled+.radioIcon__d989b046{background:var(--triplex-next-Radio-Background_Disabled-1-1-1)}.radio__73cf15b5:disabled:checked+.radioIcon__d989b046{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-1-1)}.radio__73cf15b5:disabled+.radioIcon__d989b046:after{background:var(--triplex-next-Radio-Dot_Disabled-1-1-1)}.radio__73cf15b5:focus-visible+.radioIcon__d989b046{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-1-1)}.radio__73cf15b5:checked:enabled:hover+.radioIcon__d989b046{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-1-1)}.radioXGroup__e5de6ada{display:inline-flex;flex-flow:row wrap}.radioXGroup__e5de6ada.indent-12__6b1b22c7{margin-left:-6px;margin-right:-6px}.radioXGroup__e5de6ada.indent-12__6b1b22c7 .label__7d28710a{margin-left:6px;margin-right:6px}.radioXGroup__e5de6ada.indent-16__304f6117{margin-left:-8px;margin-right:-8px}.radioXGroup__e5de6ada.indent-16__304f6117 .label__7d28710a{margin-left:8px;margin-right:8px}.radioXGroup__e5de6ada.indent-20__1e5353ed{margin-left:-10px;margin-right:-10px}.radioXGroup__e5de6ada.indent-20__1e5353ed .label__7d28710a{margin-left:10px;margin-right:10px}.radioXGroup__e5de6ada.indent-24__afb7e51c{margin-left:-12px;margin-right:-12px}.radioXGroup__e5de6ada.indent-24__afb7e51c .label__7d28710a{margin-left:12px;margin-right:12px}.radioXGroup__e5de6ada.indent-28__25601fd3{margin-left:-14px;margin-right:-14px}.radioXGroup__e5de6ada.indent-28__25601fd3 .label__7d28710a{margin-left:14px;margin-right:14px}.radioXGroup__e5de6ada.indent-32__bdc8238b{margin-left:-16px;margin-right:-16px}.radioXGroup__e5de6ada.indent-32__bdc8238b .label__7d28710a{margin-left:16px;margin-right:16px}.radioYGroup__e433336d{display:inline-flex;flex-flow:column wrap}.radioYGroup__e433336d .label__7d28710a+.label__7d28710a{margin-top:20px}.loaderSmall__bc39ef1d{display:flex;justify-content:center;align-items:center}.loaderSmall__bc39ef1d.sm__5429a9fa{width:16px;height:16px;gap:2px}.loaderSmall__bc39ef1d.sm__5429a9fa .dot__fac40394{width:4px;height:4px}.loaderSmall__bc39ef1d.md__97251b29{width:24px;height:24px;gap:3px}.loaderSmall__bc39ef1d.md__97251b29 .dot__fac40394{width:6px;height:6px}.loaderSmall__bc39ef1d.lg__3e81ffe9{width:32px;height:32px;gap:4px}.loaderSmall__bc39ef1d.lg__3e81ffe9 .dot__fac40394{width:8px;height:8px}.loaderSmall__bc39ef1d.neutral__4dc19195 .dot__fac40394{background-color:var(--triplex-next-Loader-Neutral_Background_Default-1-1-1)}.loaderSmall__bc39ef1d.brand__d603a4c8 .dot__fac40394{background-color:var(--triplex-next-Loader-Brand_Background_Default-1-1-1)}.loaderSmall__bc39ef1d .dot__fac40394{border-radius:50%}.loaderSmall__bc39ef1d .dot1__71087417{animation:dotCycleSmall__1d98e812 .9s infinite}.loaderSmall__bc39ef1d .dot2__a5b901ad{animation:dotCycleSmall__1d98e812 .9s infinite .15s}.loaderSmall__bc39ef1d .dot3__54f8291e{animation:dotCycleSmall__1d98e812 .9s infinite .3s}@keyframes dotCycleSmall__1d98e812{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__b89e7031{position:relative;width:40px;height:40px}.loaderMiddle__b89e7031 .dot__fac40394{position:absolute;background-color:var(--triplex-next-Loader-Brand_Background_Default-1-1-1);width:12px;height:12px;border-radius:6px}.loaderMiddle__b89e7031 .dot1__71087417{top:0;left:0;animation:dotCycleMiddle__3c9fa439 3s infinite}.loaderMiddle__b89e7031 .dot2__a5b901ad{right:0;top:0;opacity:.7;animation:dotCycleMiddle__3c9fa439 3s infinite .74s}.loaderMiddle__b89e7031 .dot3__54f8291e{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__3c9fa439 3s infinite 1.5s}.loaderMiddle__b89e7031 .dot4__b15b14ab{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__3c9fa439 3s infinite 2.25s}.loaderMiddle__b89e7031 .line__7eec6c04{background-color:var(--triplex-next-Loader-Brand_Background_Default-1-1-1);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__6c434148 3s infinite}@keyframes lineCycle__6c434148{0%{width:12px;height:12px;left:0;top:0;opacity:1}12.5%{width:100%;height:12px;left:0;top:0;opacity:1}25%{width:12px;height:12px;left:calc(100% - 12px);top:0;opacity:1}37.5%{width:12px;height:100%;left:calc(100% - 12px);top:0;opacity:1}50%{width:12px;height:12px;left:calc(100% - 12px);top:calc(100% - 12px);opacity:1}62.5%{width:100%;height:12px;left:0;top:calc(100% - 12px);opacity:1}75%{width:12px;height:12px;left:0;top:calc(100% - 12px);opacity:1}87.5%{width:12px;height:100%;left:0;top:0;opacity:1}to{width:12px;height:12px;left:0;top:0;opacity:1}}@keyframes dotCycleMiddle__3c9fa439{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.list__b2ddb4a3{margin:0;padding:0;list-style:none;position:relative}.listItemControls__5d2aeea4{display:flex;padding:0 16px 0 4px}.listItemContent__bc6a5e15{background:var(--triplex-next-ListItem-Background-1-1-1);padding:12px 16px;min-height:56px;box-sizing:border-box}.listItemContent__bc6a5e15.selected__a7373903{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-1-1)}.listItemControlsButton__d3a425aa{font-family:inherit;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background-1-1-1);border:none;width:80px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__d3a425aa+.listItemControlsButton__d3a425aa,.listItemControlsButton__d3a425aa+.listItemControlsButtonDropdown__32c36909{margin-left:4px}.listItemControlsButtonIcon__f6c89dc6{line-height:0}.listItemControlsButton__d3a425aa.withText__3b8c8555 .listItemControlsButtonIcon__f6c89dc6{margin-bottom:8px}.listItemControlsButtonLabel__e2f460c5{color:var(--triplex-next-ListItemControlsButton-Color-1-1-1);overflow-wrap:break-word}div.listItemControlsButtonDropdown__32c36909{display:flex}.listItemControlsButtonInner__ca528ef4{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__d3a425aa.withIcon__bcc005a7.withText__3b8c8555 .listItemControlsButtonInner__ca528ef4{height:44px;overflow:visible}.buttonDropdownMenuItem__316a2f5d{overflow:hidden;text-overflow:ellipsis}.dropdown__c18f5706{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-1-1);background-color:var(--triplex-next-Dropdown-Background-1-1-1)}.dropdown-sm__4bdc5134{border-radius:6px}.dropdown-md__11f9af55{border-radius:8px}.dropdown-lg__c2ced613{border-radius:10px}.dropdownOverflowHidden__1b51027c{overflow:hidden}.dropdownMobileWrapper__600715e0{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__bb7418a1{background:var(--triplex-next-DropdownMobile-Backdrop-1-1-1);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__bb7418a1.closing__050d7d54{opacity:0}.dropdownMobileBackdrop__bb7418a1.opening__69172f89,.dropdownMobileBackdrop__bb7418a1.opened__c6ab1d63{opacity:var(--triplex-DropdownMobile-Opacity-1-1-1)}.dropdownMobile__54284097{position:absolute;bottom:0;left:0;right:0;transform:translateY(100%);transition:transform .3s ease-in-out;max-height:50vh;display:flex;flex-direction:column;outline:none}.dropdownMobile__54284097.closing__050d7d54{transform:translateY(100%)}.dropdownMobile__54284097.opening__69172f89,.dropdownMobile__54284097.opened__c6ab1d63{transform:translateY(0)}.dropdownMobileHeader__7ea600ea{min-height:16px;padding:16px 40px 16px 16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-1-1);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileContent__f9ba4069{background:var(--triplex-next-DropdownMobile-Content_Background-1-1-1);flex-grow:1;overflow:auto}.dropdownMobileFooter__90fb0506{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-1-1);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-1-1);flex-shrink:1}.dropdownMobileListItem__8c886963{padding:16px}.dropdownMobileListItem__8c886963.selected__9cce8f91{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-1-1)}.dropdownMobileListItem__8c886963:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-1-1)}button.dropdownMobileClose__3a4c49be{position:absolute;top:16px;right:16px}.dropdownMobileBodyOverflow__8fca1e52{overflow:hidden}.dropdownList__9c6a5e4c{max-height:196px;padding:4px;overflow:auto}.dropdownListItem__f8396c23{color:var(--triplex-next-DropdownList-Color-1-1-1);background:var(--triplex-next-DropdownList-Background_Default-1-1-1);position:relative;outline:none;white-space:nowrap}.dropdownListItem__f8396c23+.dropdownListItem__f8396c23{margin-top:2px}.dropdownListItem__f8396c23.active__d5e4f5bd{background:var(--triplex-next-DropdownList-Background_Active-1-1-1);cursor:pointer}.dropdownListItem__f8396c23.selected__9cce8f91{background:var(--triplex-next-DropdownList-Background_Selected-1-1-1);cursor:default}.dropdownList-sm__518f233d{font-size:12px;line-height:16px}.dropdownList-sm__518f233d .dropdownListItem__f8396c23{padding:6px 8px;border-radius:6px}.dropdownList-md__aae6f829{font-size:14px;line-height:20px}.dropdownList-md__aae6f829 .dropdownListItem__f8396c23{padding:7px 8px;border-radius:8px}.dropdownList-lg__995089d8{font-size:16px;line-height:20px}.dropdownList-lg__995089d8 .dropdownListItem__f8396c23{padding:14px 8px;border-radius:10px}.buttonDropdownExtended__be47856e{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__be47856e .buttonDropdownExtendedBlock__daefeab0{padding:4px;margin-top:4px;right:0}.buttonIcon__b2500017{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__b2500017:enabled{cursor:pointer}.buttonIcon__b2500017.circle__9c03a9d9{border-radius:50%}.buttonIcon__b2500017.squircle__93fa5698{border-radius:4px}.buttonIcon__b2500017:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-1-1)}.listEmptyState__f7a08906{padding:80px 16px 16px;text-align:center}.listItemLoading__8d7b5e37{height:76px;position:relative}.label__11761f07{display:inline-block;position:relative;font-weight:400;color:var(--triplex-next-Checkbox-Color_Default-1-1-1);cursor:pointer}.label__11761f07.md__5a84bfca{min-width:24px;min-height:24px;font-size:14px;line-height:24px}.label__11761f07.lg__7a50a542{min-width:28px;min-height:28px;font-size:16px;line-height:28px}.label__11761f07.nonempty__9a6fac66{padding-left:40px}.label__11761f07.disabled__08622ad1{color:var(--triplex-next-Checkbox-Color_Disabled-1-1-1);cursor:default}.label__11761f07[hidden]{display:none}.checkbox__99b38ed4{margin:0;opacity:0}.checkboxIcon__167e37df{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-1-1);border-radius:4px}.checkmarkIcon__274d62c3{transform:scale(0)}.checkmarkIcon__274d62c3 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-1-1)}.checkboxIcon__167e37df,.checkmarkIcon__274d62c3{pointer-events:none}.checkbox__99b38ed4,.checkboxIcon__167e37df,.checkmarkIcon__274d62c3{position:absolute;left:0}.md__5a84bfca .checkbox__99b38ed4,.md__5a84bfca .checkboxIcon__167e37df,.md__5a84bfca .checkmarkIcon__274d62c3{width:24px;height:24px}.lg__7a50a542 .checkbox__99b38ed4,.lg__7a50a542 .checkboxIcon__167e37df,.lg__7a50a542 .checkmarkIcon__274d62c3{width:28px;height:28px}.checkbox__99b38ed4:enabled{cursor:pointer}.checkbox__99b38ed4:checked+.checkboxIcon__167e37df{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-1-1)}.checkbox__99b38ed4:checked~.checkmarkIcon__274d62c3{transform:scale(1);transition:transform .2s ease-out}.checkbox__99b38ed4:disabled+.checkboxIcon__167e37df{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-1-1)}.checkbox__99b38ed4:disabled~.checkmarkIcon__274d62c3 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-1-1)}.checkbox__99b38ed4:focus-visible+.checkboxIcon__167e37df{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-1-1)}.checkbox__99b38ed4:checked:enabled:hover+.checkboxIcon__167e37df{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-1-1)}.listItemSelectable__bca7e1e8{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-1-1);border-radius:8px}.listItemSelectable__bca7e1e8.selected__a7373903{background:var(--triplex-next-ListItem-Background_Selected-1-1-1)}.checkboxWrapper__14e022da{padding:16px 20px 16px 16px;line-height:0}.childrenWrapper__75d81dd2{flex-grow:1}.checkboxLabel__48845d0f{padding:0!important;transform:scale(1.375) translateY(-2px);position:relative}.checkboxLabelClickArea__e374b69d{position:absolute;top:-2.5px;left:-3.6px;bottom:-5px;right:-3.6px}.swipeableArea__5271d7c8{position:relative;overflow:hidden}.swipeableArea__5271d7c8 .content__29221fd7{position:relative;touch-action:pan-y}.swipeableArea__5271d7c8 .content__29221fd7.disableScroll__586ce792{touch-action:none}.swipeableArea__5271d7c8 .content__29221fd7.disablePointerEvents__a89cf7f3:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__5271d7c8 .swipeAnimationFinish__17bd64ca{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__5271d7c8 .leftContent__aaddf244,.swipeableArea__5271d7c8 .rightContent__58b05b77{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__5271d7c8 .rightContent__58b05b77{left:auto;right:0}.listItemTail__4fcd1d41{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__22f9c915{background:var(--triplex-next-ListMaster-Background-1-1-1);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__ba5d89c9{position:absolute;top:0;left:0;right:0}.listItemTailTop__ba5d89c9:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-1-1)}.listItemTailTop__ba5d89c9:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-1-1)}.listItemTailBottom__084aff6d{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__084aff6d:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-1-1)}.listItemTailBottom__084aff6d:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListItem-Tail_Background-1-1-1)}.listItemTailRight__c3fa6b8d{right:-8px}.listItemTailLeft__da198784{left:-8px}.listItemTable__c4302c6b{margin-bottom:4px}.listItemTable__c4302c6b:last-child{margin-bottom:0}.listSortableItemTarget__6d9f6f44{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-1-1);touch-action:manipulation;cursor:grab}.listSortableItemTarget__6d9f6f44:hover{background:var(--triplex-next-ListItem-Background_Selected-1-1-1)}.listSortableItemTarget__6d9f6f44.dragging__0bcce740{background:var(--triplex-next-ListItem-Background_Dragging-1-1-1);box-shadow:var(--triplex-next-ListItem-Shadow-1-1-1);cursor:grabbing;z-index:1}.listSortableItemTargetContent__b82d3e9f{flex:1}.listSortableItemTargetIcon__1875536e{display:block;margin-left:24px}.listSortableItem__5c8a32f8{position:relative}.listSortableItem__5c8a32f8.dragging__0bcce740{z-index:1}.listSortableItemControls__8204f55c{display:inline-block}.formFieldClear__9b77c9e7{cursor:pointer;height:16px;opacity:0;transition:opacity .3s}.formFieldClear__9b77c9e7.shown__7f437f57{opacity:1}.formFieldTarget__626119bb{padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-1-1)}.formFieldTarget__626119bb.placeholder__645948c6{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-1-1)}.formFieldTarget__626119bb.disabled__ca621c01{color:var(--triplex-next-FormField-Target_Color_Disabled-1-1-1)}.formFieldTarget__626119bb.size-sm__7fca3bb8{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldTarget__626119bb.size-md__fdf39150{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__626119bb.size-lg__fed542e3{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTextarea__5f79b298{width:100%;box-sizing:border-box;font-size:16px;line-height:20px;height:96px;padding-top:26px;padding-bottom:10px;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-1-1);resize:vertical}.formFieldTextarea__5f79b298:focus{outline:none}.formFieldTextarea__5f79b298:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-1-1)}.formFieldTextarea__5f79b298::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-1-1)}.checkboxXGroup__6a2c8ff5{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__6a2c8ff5.indent-12__8dca78a0{margin-left:-6px;margin-right:-6px}.checkboxXGroup__6a2c8ff5.indent-12__8dca78a0 .label__11761f07{margin-left:6px;margin-right:6px}.checkboxXGroup__6a2c8ff5.indent-16__62756b2f{margin-left:-8px;margin-right:-8px}.checkboxXGroup__6a2c8ff5.indent-16__62756b2f .label__11761f07{margin-left:8px;margin-right:8px}.checkboxXGroup__6a2c8ff5.indent-20__e7d61bcc{margin-left:-10px;margin-right:-10px}.checkboxXGroup__6a2c8ff5.indent-20__e7d61bcc .label__11761f07{margin-left:10px;margin-right:10px}.checkboxXGroup__6a2c8ff5.indent-24__f9cfb962{margin-left:-12px;margin-right:-12px}.checkboxXGroup__6a2c8ff5.indent-24__f9cfb962 .label__11761f07{margin-left:12px;margin-right:12px}.checkboxXGroup__6a2c8ff5.indent-28__55425c87{margin-left:-14px;margin-right:-14px}.checkboxXGroup__6a2c8ff5.indent-28__55425c87 .label__11761f07{margin-left:14px;margin-right:14px}.checkboxXGroup__6a2c8ff5.indent-32__b7fc7f1c{margin-left:-16px;margin-right:-16px}.checkboxXGroup__6a2c8ff5.indent-32__b7fc7f1c .label__11761f07{margin-left:16px;margin-right:16px}.checkboxYGroup__458c3759{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__458c3759 .label__11761f07+.label__11761f07{margin-top:20px}.card__daae2f0b{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden}.card__daae2f0b.roundingMD__c6640f92{border-radius:16px}.card__daae2f0b.roundingSM__a3bb893f{border-radius:8px}.card__daae2f0b.general__07636847{background:var(--triplex-next-Card-Static_General_Background-1-1-1)}.card__daae2f0b.secondary__20644df7{background:var(--triplex-next-Card-Static_Secondary_Background-1-1-1)}.card__daae2f0b .cardMedia__456654d4{background-size:cover;background-repeat:no-repeat;background-position:center}.card__daae2f0b .cardContent__37f92347.paddingMD__df394cf8{padding:23px}.card__daae2f0b .cardContent__37f92347.paddingMD__df394cf8:not(:first-child){padding-top:24px}.card__daae2f0b .cardContent__37f92347.paddingMD__df394cf8:not(:last-child){padding-bottom:24px}.card__daae2f0b .cardContent__37f92347.paddingSM__e601bd6f{padding:15px}.card__daae2f0b .cardContent__37f92347.paddingSM__e601bd6f:not(:first-child){padding-top:16px}.card__daae2f0b .cardContent__37f92347.paddingSM__e601bd6f:not(:last-child){padding-bottom:16px}.card__daae2f0b .cardContent__37f92347 .cardContentHeader__44d7343b{margin-bottom:16px}.card__daae2f0b .cardContent__37f92347 .cardContentFooter__02667ad2{margin-top:16px}.action__d8333f76{cursor:pointer;box-shadow:var(--triplex-next-Card-Shadow_Default-1-1-1);transition:background .12s ease,box-shadow .12s ease}.action__d8333f76.general__07636847{background:var(--triplex-next-Card-Action_General_Background-1-1-1)}.action__d8333f76.general__07636847:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-1-1);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-1-1)}.action__d8333f76.general__07636847.selected__aa182a27{background:var(--triplex-next-Card-Action_General_Background_Selected-1-1-1)}.action__d8333f76.general__07636847.selected__aa182a27:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-1-1)}.action__d8333f76.secondary__20644df7{background:var(--triplex-next-Card-Action_Secondary_Background-1-1-1)}.action__d8333f76.secondary__20644df7:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-1-1);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-1-1)}.action__d8333f76.secondary__20644df7.selected__aa182a27{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-1-1)}.action__d8333f76.secondary__20644df7.selected__aa182a27:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-1-1)}.action__d8333f76:focus{outline:none}.action__d8333f76:focus.focusVisible__68939a22{border:1px solid var(--triplex-next-Card-BorderColor_Focus-1-1-1)}.alertContext__c6b14ba5{display:flex;font-size:12px;line-height:16px}.alertContext__c6b14ba5>svg{flex-shrink:0}.alertContext__c6b14ba5 .alertContextText__ffe826e1{margin-left:8px}.alertContext__c6b14ba5.alertTypeError__68fefbb8 .alertContextText__ffe826e1{color:var(--triplex-next-AlertContext-Error_Color-1-1-1)}.alertContext__c6b14ba5.alertTypeInfo__10294097 .alertContextText__ffe826e1{color:var(--triplex-next-AlertContext-Info_Color-1-1-1)}.alertContext__c6b14ba5.alertTypeWarning__82d4628a .alertContextText__ffe826e1{color:var(--triplex-next-AlertContext-Warning_Color-1-1-1)}.alertContext__c6b14ba5.alertTypeSystem__99bcd9dc .alertContextText__ffe826e1{color:var(--triplex-next-AlertContext-System_Color-1-1-1)}.alertProcess__e3df344a{display:flex;padding:16px;border-radius:8px;position:relative}.alertProcess__e3df344a.withSpoiler__44a97e28{min-height:40px}.alertProcess__e3df344a .themeIcon__ae1cc75c{padding-top:2px;box-sizing:border-box;height:20px;width:20px}.alertProcess__e3df344a.alertTypeError__68fefbb8{background:var(--triplex-next-AlertProcess-Error_Background-1-1-1)}.alertProcess__e3df344a.alertTypeInfo__10294097{background:var(--triplex-next-AlertProcess-Info_Background-1-1-1)}.alertProcess__e3df344a.alertTypeWarning__82d4628a{background:var(--triplex-next-AlertProcess-Warning_Background-1-1-1)}.alertProcess__e3df344a.alertTypeSystem__99bcd9dc{background:var(--triplex-next-AlertProcess-System_Background-1-1-1)}.alertProcess__e3df344a.alertTypeFeature__20d04c61{background:var(--triplex-next-AlertProcess-Feature_Background-1-1-1)}.alertProcess__e3df344a.alertTypeFeature__20d04c61 .themeIcon__ae1cc75c{padding-top:0}.alertProcess__e3df344a .alertProcessContentBlock__bd5f1b83{flex:1;margin-left:8px}.alertProcess__e3df344a .alertProcessContentBlock__bd5f1b83:not(:has(+.closeButton__abc14e0e)){padding-right:26px}.alertProcess__e3df344a .alertProcessContentBlock__bd5f1b83 .expandableContent__384ce06b{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__e3df344a .alertProcessContentBlock__bd5f1b83 .expandableContent__384ce06b.expanded__a694b027{max-height:1000px;opacity:1}.alertProcess__e3df344a .closeButton__abc14e0e{margin-left:10px}.alertProcess__e3df344a .expandButton__b518649c{position:absolute;right:16px;bottom:16px;height:16px;width:16px;transition:transform .3s ease-in-out;display:flex;align-items:center;justify-content:center}.alertProcess__e3df344a .expandButton__b518649c.expanded__a694b027{transform:rotate(180deg)}.button__e183baaa.general__f6fa65f1{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-1-1);color:var(--triplex-next-Button-General_Color_Default-1-1-1)}.button__e183baaa.general__f6fa65f1:hover{background:var(--triplex-next-Button-General_Background_Hover-1-1-1);color:var(--triplex-next-Button-General_Color_Hover-1-1-1)}.button__e183baaa.general__f6fa65f1.expanded__5bfd58e9,.button__e183baaa.general__f6fa65f1:active{background:var(--triplex-next-Button-General_Background_Active-1-1-1);color:var(--triplex-next-Button-General_Color_Active-1-1-1)}.button__e183baaa.general__f6fa65f1:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-1-1)}.button__e183baaa.general__f6fa65f1:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-1-1);color:var(--triplex-next-Button-General_Color_Disabled-1-1-1)}.button__e183baaa.secondary__78f546e3{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-1-1);color:var(--triplex-next-Button-Secondary_Color_Default-1-1-1)}.button__e183baaa.secondary__78f546e3:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-1-1);color:var(--triplex-next-Button-Secondary_Color_Hover-1-1-1)}.button__e183baaa.secondary__78f546e3.expanded__5bfd58e9,.button__e183baaa.secondary__78f546e3:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-1-1);color:var(--triplex-next-Button-Secondary_Color_Active-1-1-1)}.button__e183baaa.secondary__78f546e3:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-1-1)}.button__e183baaa.secondary__78f546e3:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-1-1);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-1-1)}.button__e183baaa.secondaryLight__bc7474d0{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-1-1);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-1-1)}.button__e183baaa.secondaryLight__bc7474d0:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-1-1);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-1-1)}.button__e183baaa.secondaryLight__bc7474d0.expanded__5bfd58e9,.button__e183baaa.secondaryLight__bc7474d0:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-1-1);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-1-1)}.button__e183baaa.secondaryLight__bc7474d0:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-1-1)}.button__e183baaa.secondaryLight__bc7474d0:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-1-1);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-1-1)}.button__e183baaa.danger__0f36bca7{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-1-1);color:var(--triplex-next-Button-Danger_Color_Default-1-1-1)}.button__e183baaa.danger__0f36bca7:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-1-1);color:var(--triplex-next-Button-Danger_Color_Hover-1-1-1)}.button__e183baaa.danger__0f36bca7.expanded__5bfd58e9,.button__e183baaa.danger__0f36bca7:active{background:var(--triplex-next-Button-Danger_Background_Active-1-1-1);color:var(--triplex-next-Button-Danger_Color_Active-1-1-1)}.button__e183baaa.danger__0f36bca7:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-1-1)}.button__e183baaa.danger__0f36bca7:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-1-1);color:var(--triplex-next-Button-Danger_Color_Disabled-1-1-1)}.button__e183baaa.link__26318cd4{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-1-1);border-radius:0}.button__e183baaa.link__26318cd4.md__a40742ce{height:40px;min-width:0;padding:0 2px}.button__e183baaa.link__26318cd4.sm__8d96d661{height:28px;min-width:0;padding:0 2px}.button__e183baaa.link__26318cd4.lg__10a6065a{height:56px;min-width:0;padding:0 2px}.button__e183baaa.link__26318cd4:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-1-1)}.button__e183baaa.link__26318cd4:active{color:var(--triplex-next-Button-Link_Color_Active-1-1-1)}.button__e183baaa.link__26318cd4:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-1-1)}.button__e183baaa.link__26318cd4:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-1-1)}.button__e183baaa{position:relative;margin:0;vertical-align:top;outline:none;font-family:inherit;background-clip:padding-box;cursor:pointer;border:none;font-weight:600;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.button__e183baaa::-moz-focus-inner{border:none;padding:0}.button__e183baaa.sm__8d96d661{border-radius:6px;line-height:16px;font-size:12px}.button__e183baaa.sm__8d96d661:not(.icon__3af77085){height:28px;min-width:58px;padding:0 16px}.button__e183baaa.sm__8d96d661.icon__3af77085{min-height:28px;min-width:28px;padding:4px}.button__e183baaa.md__a40742ce{border-radius:8px;line-height:20px;font-size:14px}.button__e183baaa.md__a40742ce:not(.icon__3af77085){height:40px;min-width:72px;padding:0 20px}.button__e183baaa.md__a40742ce.icon__3af77085{min-height:40px;min-width:40px;padding:10px}.button__e183baaa.lg__10a6065a{border-radius:10px;line-height:20px;font-size:16px}.button__e183baaa.lg__10a6065a:not(.icon__3af77085){height:56px;min-width:84px;padding:0 24px}.button__e183baaa.lg__10a6065a.icon__3af77085{min-height:56px;min-width:56px;padding:12px}.button__e183baaa:disabled{cursor:default}.button__e183baaa:disabled *{pointer-events:none}.button__e183baaa+.button__e183baaa:not(.block__112deaa7){margin-left:16px}.button__e183baaa .content__484fff48{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__e183baaa.block__112deaa7{display:block;width:100%}.button__e183baaa.loading__80bffa80{pointer-events:none}.button__e183baaa.loading__80bffa80 .content__484fff48{visibility:hidden}.button__e183baaa .loader__2bbe5d60{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__e183baaa .loader__2bbe5d60.hidden__8ef1dd26{visibility:hidden}.buttonDropdown__387a7658.block__112deaa7{display:block}.buttonDropdown__387a7658+.button__e183baaa:not(.block__112deaa7),.buttonDropdown__387a7658+.buttonDropdown__387a7658:not(.block__112deaa7){margin-left:16px}.buttonDropdown__387a7658 .buttonDropdownTarget__ea5f127b .caretIcon__d3e21d5a{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__387a7658 .buttonDropdownTarget__ea5f127b.active__a1aa8d91 .caretIcon__d3e21d5a{transform:rotate(-180deg)}.buttonDropdown__387a7658 .buttonDropdownMenuItem__630ff682{overflow:hidden;text-overflow:ellipsis}.col-1__eab5ed23{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__b2e4dee3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__fbce851d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__f21135a9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__f2a0206e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__e99baf0d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__abce8b0d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__c54dc5db{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__1f801aad{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__7adbf21a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__5c5ff4ae{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__89da1d57{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__9e8bfbce{margin-left:0%}.offset-1__9e32ae6a{margin-left:8.33333333%}.offset-2__5ab4dfbe{margin-left:16.66666667%}.offset-3__1b736fd7{margin-left:25%}.offset-4__6eaf93ce{margin-left:33.33333333%}.offset-5__7b186e2f{margin-left:41.66666667%}.offset-6__fd86ab77{margin-left:50%}.offset-7__9ca66a7d{margin-left:58.33333333%}.offset-8__02236fea{margin-left:66.66666667%}.offset-9__d44f0d95{margin-left:75%}.offset-10__f2dba3a9{margin-left:83.33333333%}.offset-11__f3664696{margin-left:91.66666667%}.d-none__d0bf0c51{display:none!important}.d-block__9502b996{display:block!important}@media (min-width: 576px){.col-sm-1__506ed017{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__b14df174{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__a1d7ecbf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__a0a82e88{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__20ab00f4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__9c05dd22{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__aed685c3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__3938ba9b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__f36772f4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__816d8018{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__bc8fc1ce{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__bcf32810{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__89250fb3{margin-left:0%}.offset-sm-1__b85eaa11{margin-left:8.33333333%}.offset-sm-2__cde7c8c3{margin-left:16.66666667%}.offset-sm-3__c2d3c40b{margin-left:25%}.offset-sm-4__375da2ce{margin-left:33.33333333%}.offset-sm-5__742ec4c4{margin-left:41.66666667%}.offset-sm-6__5f8a917c{margin-left:50%}.offset-sm-7__46ea87c8{margin-left:58.33333333%}.offset-sm-8__8b0140da{margin-left:66.66666667%}.offset-sm-9__6705c9b9{margin-left:75%}.offset-sm-10__d3919468{margin-left:83.33333333%}.offset-sm-11__922268bc{margin-left:91.66666667%}.d-none-sm__248d6e1d{display:none!important}.d-block-sm__f002af31{display:block!important}}@media (min-width: 768px){.col-md-1__f8a3af46{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__8baed4c6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__82c84463{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__772935e2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__788f9c9c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__aa5c530d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__741282c2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__c52bbbdf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__c0ddd445{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__a1d71212{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__0c1f3143{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__993e689c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__a9585f91{margin-left:0%}.offset-md-1__b14f122d{margin-left:8.33333333%}.offset-md-2__cc78cd94{margin-left:16.66666667%}.offset-md-3__f5fcf1ae{margin-left:25%}.offset-md-4__4050c134{margin-left:33.33333333%}.offset-md-5__9d9dcde9{margin-left:41.66666667%}.offset-md-6__42eaa9d5{margin-left:50%}.offset-md-7__bf5deb06{margin-left:58.33333333%}.offset-md-8__b55f1016{margin-left:66.66666667%}.offset-md-9__db10f626{margin-left:75%}.offset-md-10__636782a3{margin-left:83.33333333%}.offset-md-11__f245e848{margin-left:91.66666667%}.d-none-md__35a9ca9a{display:none!important}.d-block-md__9b2125e6{display:block!important}}@media (min-width: 992px){.col-lg-1__bc5fcea4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__04ec3743{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__75d9041d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__5ae0fc25{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__6768b6d1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__c0e759d6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__8b872eb0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__0a727edf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__b887ec2c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__431e9b41{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__784cbdc1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__b0a08e15{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__5ce2aaaa{margin-left:0%}.offset-lg-1__ff992545{margin-left:8.33333333%}.offset-lg-2__8dcc9fd4{margin-left:16.66666667%}.offset-lg-3__57a8c52e{margin-left:25%}.offset-lg-4__ce50bd2a{margin-left:33.33333333%}.offset-lg-5__2b7ddfc7{margin-left:41.66666667%}.offset-lg-6__cc700f48{margin-left:50%}.offset-lg-7__bcdfb19f{margin-left:58.33333333%}.offset-lg-8__554a77e1{margin-left:66.66666667%}.offset-lg-9__04f9f0b9{margin-left:75%}.offset-lg-10__14271a0b{margin-left:83.33333333%}.offset-lg-11__368f9fb1{margin-left:91.66666667%}.d-none-lg__ebe4be14{display:none!important}.d-block-lg__076b09d6{display:block!important}}@media (min-width: 1200px){.col-xl-1__c19e513c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__56427611{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__fd0ccd3a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__06c72f0e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__50fdff5c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__69374f3f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__b72459b9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__98eaf5ad{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__bc0ebc91{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__0285898e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__2bf53858{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__7fffc8a1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__ec6cad85{margin-left:0%}.offset-xl-1__367ada6e{margin-left:8.33333333%}.offset-xl-2__d13576b7{margin-left:16.66666667%}.offset-xl-3__be461d5f{margin-left:25%}.offset-xl-4__20c03fee{margin-left:33.33333333%}.offset-xl-5__98eff170{margin-left:41.66666667%}.offset-xl-6__cc6b48c2{margin-left:50%}.offset-xl-7__5dfad3ab{margin-left:58.33333333%}.offset-xl-8__39cc89d0{margin-left:66.66666667%}.offset-xl-9__89098585{margin-left:75%}.offset-xl-10__2da29eb2{margin-left:83.33333333%}.offset-xl-11__f4c91cf2{margin-left:91.66666667%}.d-none-xl__2ff30fae{display:none!important}.d-block-xl__20c21e6a{display:block!important}}.link__c8803354{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-1-1)}.link__c8803354:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-1-1)}.link__c8803354:active{color:var(--triplex-next-Link-Text_Color_Active-1-1-1)}.link__c8803354:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-1-1)}.wordWithContent__89d8855c{white-space:nowrap;display:inline-flex;align-items:center}.before__9da7c18b :first-child{margin-right:4px}.after__34db8420 :last-child{margin-left:4px}.loaderWidget__c008143b{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;left:0;top:0;right:0;bottom:0;z-index:10100}.loaderWidget__c008143b.loaderSmallBackdrop__07549531{background:var(--triplex-next-LoaderWidget-Small_Backdrop_Default-1-1-1)}.loaderWidget__c008143b.loaderMiddleBackdrop__428ab344{background:var(--triplex-next-LoaderWidget-Middle_Backdrop_Default-1-1-1)}.loaderWidget__c008143b.loaderMiddleBackdrop__428ab344 .loaderMiddleBackground__0737453d{width:64px;height:64px;border-radius:16px;background:var(--triplex-next-LoaderWidget-Middle_Background_Default-1-1-1)}.loaderWidget__c008143b.loaderMiddleBackdrop__428ab344 .loaderMiddleBackground__0737453d div{margin:12px}.row__4e8abf51{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__4e8abf51.noPaddingBottom__bfbb4a0e,.row__4e8abf51:last-child{padding-bottom:0}.tabsExtended__94512493{position:relative}.tabsExtendedContent__572da312{display:inline-flex;padding:4px}.tabsExtendedTab__c1afd907+.tabsExtendedTab__c1afd907,.tabsExtendedDropdown__b2872151{margin-left:2px}.tabsReal__4745fe94,.tabsFake__fdfe36c7{display:flex;box-sizing:border-box;width:100%}.tabsReal__4745fe94.hidden__02df470a{visibility:hidden}.tabsReal__4745fe94 .tabsExtendedTab__c1afd907.hidden__02df470a{display:none}.tabsFake__fdfe36c7{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.tabsExtendedTabButton__cf5fb41e{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-1-1);outline:none;background:var(--triplex-next-Tabs-Tab_Background_Default-1-1-1);cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__cf5fb41e.lg__71ad155d{border-radius:6px;padding:14px 16px;line-height:20px;font-size:16px}.tabsExtendedTabButton__cf5fb41e.md__942ffac3{border-radius:4px;padding:6px 16px;line-height:20px;font-size:14px}.tabsExtendedTabButton__cf5fb41e.sm__41f69d82{border-radius:4px;padding:2px 16px;line-height:16px;font-size:12px}.tabsExtendedTabButton__cf5fb41e::-moz-focus-inner{border:none}.tabsExtendedTabButton__cf5fb41e+.tabsExtendedTabButton__cf5fb41e{margin-left:2px}.tabsExtendedTabButton__cf5fb41e:hover{background:var(--triplex-next-Tabs-Tab_Background_Hover-1-1-1)}.tabsExtendedTabButton__cf5fb41e:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-1-1)}.tabsExtendedTabButton__cf5fb41e.selected__92cc9ea4{background:var(--triplex-next-Tabs-Tab_Background_Selected-1-1-1);cursor:default}.footer__52ada31d.sticky__dbc24e77{z-index:101;position:sticky;bottom:0}.footerDescription__4794a5cb{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__811de0a0{flex-grow:1;margin-right:auto}.footerDescriptionControls__f55741fb{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__4794a5cb{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__811de0a0{width:100%}.footerDescriptionControls__f55741fb{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__f55741fb>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__811de0a0+.footerDescriptionControls__f55741fb{margin-top:0}.footer__52ada31d{padding:16px 0}}.body__79f29b7d{position:relative;padding-bottom:24px;display:flex}.body__79f29b7d .bodyInner__d4a9b66a{position:relative;flex-grow:1;width:100%}@media (max-width: 767px){.body__79f29b7d{padding:16px 0;overflow-x:auto}}.headerTabs__b4080ab0{display:flex;justify-content:space-between}.headerTabs__b4080ab0 .headerTabsContent__634fde12{flex-grow:1}.headerTabs__b4080ab0 .headerTabsControls__4c42d850{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__b4080ab0{flex-wrap:wrap}.headerTabs__b4080ab0 .headerTabsContent__634fde12{width:100%}.headerTabs__b4080ab0 .headerTabsControls__4c42d850{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__b4080ab0 .headerTabsControls__4c42d850>button{margin-left:16px;margin-top:16px}}.headerTitle__ed604e35{display:flex;justify-content:space-between}.headerTitle__ed604e35 .headerTitleControls__60f5f99a{white-space:nowrap;padding-left:24px}.headerLink__ad76aa6d+.headerTitle__ed604e35{padding-top:0}@media (max-width: 767px){.headerTitle__ed604e35{flex-wrap:wrap}.headerTitle__ed604e35 .headerTitleContent__2ff0527d{width:100%}.headerTitle__ed604e35 .headerTitleControls__60f5f99a{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__ed604e35 .headerTitleControls__60f5f99a>button{margin-left:16px;margin-top:16px}}.headerSubheader__a90e6eb1{padding:24px 0}.headerSubheader__a90e6eb1.withoutPaddings__7140d3b9{padding:0}.headerLayoutSidebar__d5f6309a{display:flex;justify-content:space-between}.headerLayoutSidebarContent__dc0bbf94{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__67f26a45{display:none}}.header__293f2a64.sticky__c3dad5c5{z-index:101;position:sticky;top:0}.page__6840fab8{height:100%;display:flex;flex-direction:column;max-width:100%;padding:24px;box-sizing:border-box;background-color:var(--triplex-next-Page-Background-1-1-1)}.page__6840fab8 .headerPageBackground__2bd10709{background:var(--triplex-next-HeaderPage-Background-1-1-1);padding:24px;border-radius:24px}.page__6840fab8 .footerPageBackground__4c198e06{background:var(--triplex-next-FooterPage-Background-1-1-1);padding:24px;border-radius:24px}.page__6840fab8 .headerPageSticky__11c8928e{z-index:101;position:sticky;top:0}.page__6840fab8 .footerPageSticky__8880df10{z-index:101;position:sticky;bottom:0}.page__6840fab8 .headerPageStuck__b1989892{border-top-left-radius:0;border-top-right-radius:0}.page__6840fab8 .footerPageStuck__ba077376{border-bottom-left-radius:0;border-bottom-right-radius:0}.observerTarget__7c9c180f{height:1px;visibility:hidden;pointer-events:none}.headerPage__c6fbb760{padding-bottom:24px}.bodyPage__6d540173{flex-grow:1}.paginationExtended__2f938382{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__5b686b84 .directionIconNext__45d70aea{transform:rotate(180deg)}.pageEllipsis__9138b51b{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-1-1-1);cursor:default}.paginationPageButton__5bdcc541{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-1-1-1);background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;line-height:20px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__5bdcc541:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-1-1);outline:none}.paginationPageButton__5bdcc541:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-1-1)}.paginationPageButton__5bdcc541:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-1-1);cursor:grabbing}.paginationPageButton__5bdcc541.currentPage__6ea3eabf{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-1-1);cursor:default}.paginationNavigationExtended__c2db3ef3{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__8cf380c1{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__8cf380c1 .paginationSelectControl__8d8b1b76{margin-left:8px}.skeleton__cd4900b6{border-radius:16px;flex-grow:1}.skeleton__cd4900b6.light__47f61eb5{animation:skeleton-light-pulse__8b5dee6d 2s ease-in-out infinite}.skeleton__cd4900b6.dark__1eab2c8f{animation:skeleton-dark-pulse__c89debb3 2s ease-in-out infinite}@keyframes skeleton-light-pulse__8b5dee6d{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-1-1)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-1-1)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-1-1)}}@keyframes skeleton-dark-pulse__c89debb3{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-1-1)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-1-1)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-1-1)}}.segmentedControlSegment__fcd51051{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-1-1);outline:none;cursor:pointer}.segmentedControlSegment__fcd51051:disabled{cursor:default}.sm__7102e945 .segmentedControlSegment__fcd51051{min-height:20px;padding:2px;font-size:12px;line-height:16px;border-radius:4px}.md__5e3475c9 .segmentedControlSegment__fcd51051{min-height:32px;padding:6px;font-size:14px;line-height:20px;border-radius:6px}.lg__460bba89 .segmentedControlSegment__fcd51051{min-height:40px;padding:8px;font-size:16px;line-height:20px;border-radius:8px}.general1__780803e7 .segmentedControlSegment__fcd51051{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-1-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-1-1)}.general1__780803e7 .segmentedControlSegment__fcd51051:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-1-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-1-1)}.general1__780803e7 .segmentedControlSegment__fcd51051:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-1-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-1-1)}.general1__780803e7 .segmentedControlSegment__fcd51051.selected__2866e81f{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-1-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-1-1)}.general1__780803e7 .segmentedControlSegment__fcd51051.selected__2866e81f:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-1-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-1-1)}.general1__780803e7 .segmentedControlSegment__fcd51051.selected__2866e81f:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-1-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-1-1)}.general2__95c58724 .segmentedControlSegment__fcd51051{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-1-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-1-1)}.general2__95c58724 .segmentedControlSegment__fcd51051:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-1-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-1-1)}.general2__95c58724 .segmentedControlSegment__fcd51051:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-1-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-1-1)}.general2__95c58724 .segmentedControlSegment__fcd51051.selected__2866e81f{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-1-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-1-1)}.general2__95c58724 .segmentedControlSegment__fcd51051.selected__2866e81f:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-1-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-1-1)}.general2__95c58724 .segmentedControlSegment__fcd51051.selected__2866e81f:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-1-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-1-1)}.secondary1__4d00a09b .segmentedControlSegment__fcd51051{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-1-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-1-1)}.secondary1__4d00a09b .segmentedControlSegment__fcd51051:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-1-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-1-1)}.secondary1__4d00a09b .segmentedControlSegment__fcd51051:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-1-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-1-1)}.secondary1__4d00a09b .segmentedControlSegment__fcd51051.selected__2866e81f{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-1-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-1-1)}.secondary1__4d00a09b .segmentedControlSegment__fcd51051.selected__2866e81f:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-1-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-1-1)}.secondary2__9e04350c .segmentedControlSegment__fcd51051{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-1-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-1-1)}.secondary2__9e04350c .segmentedControlSegment__fcd51051:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-1-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-1-1)}.secondary2__9e04350c .segmentedControlSegment__fcd51051:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-1-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-1-1)}.secondary2__9e04350c .segmentedControlSegment__fcd51051.selected__2866e81f{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-1-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-1-1)}.secondary2__9e04350c .segmentedControlSegment__fcd51051.selected__2866e81f:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-1-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-1-1)}.segmentedControlSegment__fcd51051:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-1-1)}.content__198fa72c{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__5e183e89{display:flex;gap:4px}.segmentedControl__5e183e89.general1__780803e7{background:var(--triplex-next-SegmentedControl-General_1_Background-1-1-1)}.segmentedControl__5e183e89.secondary1__4d00a09b{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-1-1)}.segmentedControl__5e183e89.general2__95c58724{background:var(--triplex-next-SegmentedControl-General_2_Background-1-1-1)}.segmentedControl__5e183e89.secondary2__9e04350c{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-1-1)}.segmentedControl__5e183e89.sm__7102e945{padding:4px}.segmentedControl__5e183e89.md__5e3475c9{padding:6px}.segmentedControl__5e183e89.lg__460bba89{padding:8px}.selectExtendedFieldTarget__a2b8cfd2{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__a2b8cfd2 .caretIcon__afac0660{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__a2b8cfd2.selectOpened__359b8c14 .caretIcon__afac0660{transform:rotate(180deg)}.selectExtendedFieldTarget__a2b8cfd2.loading__04280e28,.selectExtendedFieldTarget__a2b8cfd2.disabled__17a439ef{-webkit-user-select:none;user-select:none;pointer-events:none}.SelectExtendedField__76902a04,.islandBody__3d25ea83,.islandHeader__0d3b9afa,.islandFooter__4bd1bb46{position:relative}.island__025957ca.type1__a4c4b464{background-color:var(--triplex-next-Island-Type1_Background-1-1-1);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-1-1)}.island__025957ca.type2__3c080eef{background-color:var(--triplex-next-Island-Type2_Background-1-1-1);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-1-1)}.island__025957ca.type3__14db6b2e{background-color:var(--triplex-next-Island-Type3_Background-1-1-1);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-1-1)}.island__025957ca.borderRadiusMD__c7556d55{border-radius:16px}.island__025957ca.borderRadiusSM__d0f1ec29{border-radius:8px}.island__025957ca.paddingLG__283f66d4{padding:24px}.island__025957ca.paddingMD__32b33386{padding:16px}.island__025957ca.paddingSM__f72671e2{padding:0}.island__025957ca .islandHeader__0d3b9afa+.islandBody__3d25ea83,.island__025957ca .islandHeader__0d3b9afa+.islandFooter__4bd1bb46,.island__025957ca .islandBody__3d25ea83+.islandFooter__4bd1bb46{margin-top:16px}.tooltipDesktop__0e1ecae6{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__0e1ecae6 .tooltipBody__16109107{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-1-1)}.tooltipDesktop__0e1ecae6 .tooltipXButton__c3ca3d9a{position:absolute;right:8px;top:8px}.tooltipDesktopContent__98b66d5a{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-1-1);border-radius:8px}.closable__97efa65b .tooltipDesktopContent__98b66d5a{padding-right:32px}.tooltipSM__f310b7ad .tooltipDesktopContent__98b66d5a{width:192px;min-height:52px}.tooltipLG__8aa81ada .tooltipDesktopContent__98b66d5a{width:384px;min-height:52px}.tooltipOverlay__4eba4c15{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__ec73b243{width:0;height:0}.tooltipDesktopTip__ec73b243.down__b8a48b1b{border-top:solid var(--triplex-next-Tooltip-Background-1-1-1);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__ec73b243.up__0866ebe4{border-bottom:solid var(--triplex-next-Tooltip-Background-1-1-1);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__ec73b243.left__aa8e0714{border-right:solid var(--triplex-next-Tooltip-Background-1-1-1);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__ec73b243.right__86c6dccb{border-left:solid var(--triplex-next-Tooltip-Background-1-1-1);border-top:solid transparent;border-bottom:solid transparent}.overlay__e33030a1{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__e33030a1.fixed__7641f697{position:fixed}.overlay__e33030a1.closing__9530ece2,.overlay__e33030a1.opened__e03c488b{visibility:visible;left:0;right:0}.overlayPanel__a79bd27e{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-1-1);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__a79bd27e.bottom__53bb94bb{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__a79bd27e.left__57265d97{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__a79bd27e.right__57ccb8bc{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__a79bd27e.top__920c84eb{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__a79bd27e.left__57265d97.opened__e03c488b,.overlayPanel__a79bd27e.right__57ccb8bc.opened__e03c488b{transform:translate(0)}.overlayPanel__a79bd27e.top__920c84eb.opened__e03c488b,.overlayPanel__a79bd27e.bottom__53bb94bb.opened__e03c488b{transform:translateY(0)}.overlayContent__7d4a77eb{display:flex;min-height:100%}.overlayMask__9d91f5c8{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-1-1);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__9d91f5c8.overlayOpened__978f5cc4{opacity:1}.listMasterFooter__fb7836d7{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-1-1);color:var(--triplex-next-ListMaster-Footer_Color-1-1-1);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__fb7836d7.sticky__10bd904d{position:sticky;bottom:0}.listMasterFooterDescription__81d66876{padding-right:16px}.listMasterFooterControls__c2451cd8{white-space:nowrap}.tooltipMobile__45dff47e .tooltipBody__16109107{text-align:left}.tooltipMobile__45dff47e .tooltipXButton__c3ca3d9a{position:absolute;right:16px;top:16px}.tooltipMobileContent__ba5bc8be{padding:16px}.headerless__0e7b8aa5 .tooltipMobileContent__ba5bc8be{padding-right:40px}.tooltipLink__b815b0ae{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:block;margin-top:16px}.desktop__3ab8e4c2{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-1-1)}.desktop__3ab8e4c2:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-1-1)}.desktop__3ab8e4c2:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-1-1)}.desktop__3ab8e4c2:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-1-1)}.mobile__fcb0c054{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-1-1)}.mobile__fcb0c054:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-1-1)}.mobile__fcb0c054:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-1-1)}.mobile__fcb0c054:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-1-1)}.listMasterChipGroup__facb9ac3{padding:0 16px}.listMasterHeader__f696d997{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-1-1);color:var(--triplex-next-ListMaster-Header_Color-1-1-1)}.listMasterHeader__f696d997.sticky__10bd904d{position:sticky;top:0;z-index:1}.selectionControls__9a7ab763{display:flex;justify-content:space-between;align-items:center}.uploadZone__6e89d310{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-1-1)}.uploadZone__6e89d310:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-1-1)}.uploadZoneDragArea__bd59f57f{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-1-1);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__5f058172{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-1-1);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-1-1);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-1-1);border-radius:8px;box-sizing:border-box}.uploadZoneInput__d84752b0{display:none}
|