@rei/cedar 11.0.0-beta.7 → 11.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cedar-compiled.css +782 -758
- package/dist/cedar.js +152 -38
- package/dist/cedar.mjs +149 -39
- package/dist/lib/assets/{cedar-compiled-9213fc52.css → cedar-compiled-f44fe1c9.css} +1343 -1319
- package/dist/lib/src/components/accordion/CdrAccordion.mjs +10 -1
- package/dist/lib/src/components/accordion/styles/CdrAccordion.mjs +1 -1
- package/dist/lib/src/components/accordion/styles/CdrAccordionGroup.mjs +1 -1
- package/dist/lib/src/components/banner/styles/CdrBanner.mjs +1 -1
- package/dist/lib/src/components/breadcrumb/styles/CdrBreadcrumb.mjs +1 -1
- package/dist/lib/src/components/button/styles/CdrButton.mjs +1 -1
- package/dist/lib/src/components/caption/styles/CdrCaption.mjs +1 -1
- package/dist/lib/src/components/card/styles/CdrCard.mjs +1 -1
- package/dist/lib/src/components/checkbox/styles/CdrCheckbox.mjs +1 -1
- package/dist/lib/src/components/chip/styles/CdrChip.mjs +1 -1
- package/dist/lib/src/components/chip/styles/CdrChipGroup.mjs +1 -1
- package/dist/lib/src/components/container/styles/CdrContainer.mjs +1 -1
- package/dist/lib/src/components/formError/styles/CdrFormError.mjs +1 -1
- package/dist/lib/src/components/formGroup/styles/CdrFormGroup.mjs +1 -1
- package/dist/lib/src/components/grid/styles/CdrGrid.mjs +1 -1
- package/dist/lib/src/components/icon/comps/brand-tiktok.mjs +28 -0
- package/dist/lib/src/components/icon/comps/membership.mjs +28 -0
- package/dist/lib/src/components/icon/comps/returns.mjs +3 -2
- package/dist/lib/src/components/icon/comps/shipping-prep.mjs +28 -0
- package/dist/lib/src/components/icon/comps/shipping-truck.mjs +28 -0
- package/dist/lib/src/components/icon/styles/CdrIcon.mjs +1 -1
- package/dist/lib/src/components/image/styles/CdrImg.mjs +1 -1
- package/dist/lib/src/components/input/styles/CdrInput.mjs +1 -1
- package/dist/lib/src/components/labelStandalone/styles/CdrLabelStandalone.mjs +1 -1
- package/dist/lib/src/components/labelWrapper/styles/CdrLabelWrapper.mjs +1 -1
- package/dist/lib/src/components/link/styles/CdrLink.mjs +1 -1
- package/dist/lib/src/components/list/styles/CdrList.mjs +1 -1
- package/dist/lib/src/components/modal/styles/CdrModal.mjs +1 -1
- package/dist/lib/src/components/pagination/styles/CdrPagination.mjs +1 -1
- package/dist/lib/src/components/popover/styles/CdrPopover.mjs +1 -1
- package/dist/lib/src/components/popup/styles/CdrPopup.mjs +1 -1
- package/dist/lib/src/components/quote/styles/CdrQuote.mjs +1 -1
- package/dist/lib/src/components/radio/styles/CdrRadio.mjs +1 -1
- package/dist/lib/src/components/rating/styles/CdrRating.mjs +1 -1
- package/dist/lib/src/components/select/styles/CdrSelect.mjs +1 -1
- package/dist/lib/src/components/table/styles/CdrTable.mjs +1 -1
- package/dist/lib/src/components/tabs/styles/CdrTabPanel.mjs +1 -1
- package/dist/lib/src/components/tabs/styles/CdrTabs.mjs +1 -1
- package/dist/lib/src/components/text/styles/CdrText.mjs +1 -1
- package/dist/lib/src/components/toast/styles/CdrToast.mjs +1 -1
- package/dist/lib/src/components/tooltip/styles/CdrTooltip.mjs +1 -1
- package/dist/lib/src/index.mjs +4 -0
- package/dist/style/cdr-accordion-group.css +1 -1
- package/dist/style/cdr-accordion.css +1 -1
- package/dist/style/cdr-banner.css +1 -1
- package/dist/style/cdr-breadcrumb.css +1 -1
- package/dist/style/cdr-button.css +1 -1
- package/dist/style/cdr-caption.css +1 -1
- package/dist/style/cdr-card.css +1 -1
- package/dist/style/cdr-checkbox.css +1 -1
- package/dist/style/cdr-chip-group.css +1 -1
- package/dist/style/cdr-chip.css +1 -1
- package/dist/style/cdr-container.css +1 -1
- package/dist/style/cdr-form-error.css +1 -1
- package/dist/style/cdr-form-group.css +1 -1
- package/dist/style/cdr-grid.css +1 -1
- package/dist/style/cdr-icon.css +1 -1
- package/dist/style/cdr-img.css +1 -1
- package/dist/style/cdr-input.css +1 -1
- package/dist/style/cdr-label-standalone.css +1 -1
- package/dist/style/cdr-label-wrapper.css +1 -1
- package/dist/style/cdr-link.css +1 -1
- package/dist/style/cdr-list.css +1 -1
- package/dist/style/cdr-modal.css +1 -1
- package/dist/style/cdr-pagination.css +1 -1
- package/dist/style/cdr-popover.css +1 -1
- package/dist/style/cdr-popup.css +1 -1
- package/dist/style/cdr-quote.css +1 -1
- package/dist/style/cdr-radio.css +1 -1
- package/dist/style/cdr-rating.css +1 -1
- package/dist/style/cdr-select.css +1 -1
- package/dist/style/cdr-tab-panel.css +1 -1
- package/dist/style/cdr-table.css +1 -1
- package/dist/style/cdr-tabs.css +1 -1
- package/dist/style/cdr-text.css +1 -1
- package/dist/style/cdr-toast.css +1 -1
- package/dist/style/cdr-tooltip.css +1 -1
- package/package.json +4 -4
|
@@ -1,5 +1,40 @@
|
|
|
1
|
+
/* ==========================================================================
|
|
2
|
+
# CdrCaption
|
|
3
|
+
|
|
4
|
+
All values should map to variables in
|
|
5
|
+
vars/CdrCaption.vars.pcss
|
|
6
|
+
in order to allow for theming
|
|
7
|
+
|
|
8
|
+
TOC:
|
|
9
|
+
|
|
10
|
+
:Base - CdrCaption
|
|
11
|
+
========================================================================== */
|
|
12
|
+
.cdr-caption_11-2-0 {
|
|
13
|
+
max-width: 53rem;
|
|
14
|
+
line-height: 1;
|
|
15
|
+
padding: 0.8rem 0; }
|
|
16
|
+
.cdr-caption_11-2-0 cite {
|
|
17
|
+
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
18
|
+
font-size: 1.2rem;
|
|
19
|
+
font-weight: 400;
|
|
20
|
+
letter-spacing: 0.016rem;
|
|
21
|
+
line-height: 1.8rem;
|
|
22
|
+
color: rgba(66, 59, 47, 0.75);
|
|
23
|
+
font-style: normal; }
|
|
24
|
+
.cdr-caption__summary_11-2-0 {
|
|
25
|
+
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
26
|
+
font-size: 1.4rem;
|
|
27
|
+
font-weight: 400;
|
|
28
|
+
letter-spacing: 0.008rem;
|
|
29
|
+
line-height: 2.2rem;
|
|
30
|
+
margin: 0;
|
|
31
|
+
color: rgba(12, 11, 8, 0.75); }
|
|
32
|
+
.cdr-caption__summary_11-2-0 + cite {
|
|
33
|
+
display: inline-block;
|
|
34
|
+
margin-top: 0.8rem; }
|
|
35
|
+
|
|
1
36
|
/* intentionally empty */
|
|
2
|
-
.cdr-accordion_11-
|
|
37
|
+
.cdr-accordion_11-2-0 {
|
|
3
38
|
border-top: 0.1rem solid #dcd6cb;
|
|
4
39
|
border-bottom: 0.1rem solid #dcd6cb;
|
|
5
40
|
position: relative;
|
|
@@ -8,13 +43,15 @@
|
|
|
8
43
|
========================================================================== */
|
|
9
44
|
/* Border-Aligned
|
|
10
45
|
========== */
|
|
46
|
+
/* No content spacing
|
|
47
|
+
========== */
|
|
11
48
|
/* Compact
|
|
12
49
|
========== */
|
|
13
50
|
/* Border-Aligned and Compact
|
|
14
51
|
========== */ }
|
|
15
|
-
.cdr-accordion_11-
|
|
52
|
+
.cdr-accordion_11-2-0 + .cdr-accordion_11-2-0 {
|
|
16
53
|
border-top: none; }
|
|
17
|
-
.cdr-accordion__button_11-
|
|
54
|
+
.cdr-accordion__button_11-2-0 {
|
|
18
55
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
19
56
|
font-style: normal;
|
|
20
57
|
font-weight: 600;
|
|
@@ -32,17 +69,17 @@
|
|
|
32
69
|
text-align: left;
|
|
33
70
|
width: 100%;
|
|
34
71
|
z-index: 1; }
|
|
35
|
-
.cdr-accordion__button_11-
|
|
72
|
+
.cdr-accordion__button_11-2-0:hover, .cdr-accordion__button_11-2-0:focus {
|
|
36
73
|
background-color: #f9f8f6; }
|
|
37
|
-
.cdr-accordion__label_11-
|
|
74
|
+
.cdr-accordion__label_11-2-0 {
|
|
38
75
|
margin-bottom: 0; }
|
|
39
|
-
.cdr-accordion__header_11-
|
|
76
|
+
.cdr-accordion__header_11-2-0 {
|
|
40
77
|
margin: 0;
|
|
41
78
|
padding: 0;
|
|
42
79
|
font-weight: unset;
|
|
43
80
|
font-style: unset;
|
|
44
81
|
font-size: unset; }
|
|
45
|
-
.cdr-accordion__header--unwrapped_11-
|
|
82
|
+
.cdr-accordion__header--unwrapped_11-2-0 {
|
|
46
83
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
47
84
|
font-style: normal;
|
|
48
85
|
font-weight: 500;
|
|
@@ -50,20 +87,20 @@
|
|
|
50
87
|
font-size: 1.8rem;
|
|
51
88
|
line-height: 2.4rem;
|
|
52
89
|
margin: 1.6rem 0; }
|
|
53
|
-
.cdr-accordion__icon_11-
|
|
90
|
+
.cdr-accordion__icon_11-2-0 {
|
|
54
91
|
margin-left: 1.6rem;
|
|
55
92
|
fill: #928b80;
|
|
56
93
|
transition: transform 0.3s cubic-bezier(0.32, 0.94, 0.6, 1); }
|
|
57
|
-
.cdr-accordion__icon_11-
|
|
94
|
+
.cdr-accordion__icon_11-2-0.open {
|
|
58
95
|
transform: rotate(-180deg); }
|
|
59
|
-
.cdr-accordion__content-container_11-
|
|
96
|
+
.cdr-accordion__content-container_11-2-0 {
|
|
60
97
|
overflow: hidden;
|
|
61
98
|
transition-duration: 0.3s;
|
|
62
99
|
transition-property: max-height;
|
|
63
100
|
transition-timing-function: cubic-bezier(0.15, 0, 0.15, 1); }
|
|
64
|
-
.cdr-accordion__content-container_11-
|
|
101
|
+
.cdr-accordion__content-container_11-2-0.open {
|
|
65
102
|
transition-duration: 0.3s; }
|
|
66
|
-
.cdr-accordion__content_11-
|
|
103
|
+
.cdr-accordion__content_11-2-0 {
|
|
67
104
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
68
105
|
font-style: normal;
|
|
69
106
|
font-weight: 400;
|
|
@@ -75,27 +112,29 @@
|
|
|
75
112
|
padding: 0.8rem 1.6rem 1.6rem;
|
|
76
113
|
transition: opacity 0.1s linear;
|
|
77
114
|
opacity: 0; }
|
|
78
|
-
.cdr-accordion__content_11-
|
|
115
|
+
.cdr-accordion__content_11-2-0 > * {
|
|
79
116
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
80
117
|
font-style: normal;
|
|
81
118
|
font-weight: 400;
|
|
82
119
|
letter-spacing: 0.008rem;
|
|
83
120
|
font-size: 1.6rem;
|
|
84
121
|
line-height: 2.6rem; }
|
|
85
|
-
.cdr-accordion__content_11-
|
|
122
|
+
.cdr-accordion__content_11-2-0.open {
|
|
86
123
|
opacity: 1; }
|
|
87
|
-
.cdr-accordion__content_11-
|
|
124
|
+
.cdr-accordion__content_11-2-0.closed {
|
|
88
125
|
visibility: hidden; }
|
|
89
|
-
.cdr-accordion--unwrap_11-
|
|
126
|
+
.cdr-accordion--unwrap_11-2-0 {
|
|
90
127
|
padding: 0; }
|
|
91
|
-
.cdr-accordion--border-aligned_11-
|
|
128
|
+
.cdr-accordion--border-aligned_11-2-0 {
|
|
92
129
|
margin: 0 1.6rem; }
|
|
93
|
-
.cdr-accordion--border-aligned_11-
|
|
130
|
+
.cdr-accordion--border-aligned_11-2-0 .cdr-accordion__button_11-2-0 {
|
|
94
131
|
margin-left: -1.6rem;
|
|
95
132
|
width: calc(100% + 3.2rem); }
|
|
96
|
-
.cdr-accordion--border-aligned_11-
|
|
133
|
+
.cdr-accordion--border-aligned_11-2-0 .cdr-accordion__content_11-2-0 {
|
|
97
134
|
padding: 0.8rem 0 1.6rem; }
|
|
98
|
-
.cdr-accordion--
|
|
135
|
+
.cdr-accordion--no-spacing_11-2-0 .cdr-accordion__content_11-2-0 {
|
|
136
|
+
padding: 0; }
|
|
137
|
+
.cdr-accordion--compact_11-2-0 .cdr-accordion__button_11-2-0 {
|
|
99
138
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
100
139
|
font-style: normal;
|
|
101
140
|
font-weight: 600;
|
|
@@ -103,7 +142,7 @@
|
|
|
103
142
|
font-size: 1.4rem;
|
|
104
143
|
line-height: 1.8rem;
|
|
105
144
|
padding: 1.2rem; }
|
|
106
|
-
.cdr-accordion--compact_11-
|
|
145
|
+
.cdr-accordion--compact_11-2-0 .cdr-accordion__content_11-2-0 {
|
|
107
146
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
108
147
|
font-style: normal;
|
|
109
148
|
font-weight: 400;
|
|
@@ -111,19 +150,19 @@
|
|
|
111
150
|
font-size: 1.4rem;
|
|
112
151
|
line-height: 1.8rem;
|
|
113
152
|
padding: 0.4rem 1.2rem 1.2rem; }
|
|
114
|
-
.cdr-accordion--compact_11-
|
|
153
|
+
.cdr-accordion--compact_11-2-0 .cdr-accordion__content_11-2-0 > * {
|
|
115
154
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
116
155
|
font-style: normal;
|
|
117
156
|
font-weight: 400;
|
|
118
157
|
letter-spacing: -0.016rem;
|
|
119
158
|
font-size: 1.4rem;
|
|
120
159
|
line-height: 1.8rem; }
|
|
121
|
-
.cdr-accordion--compact_11-
|
|
160
|
+
.cdr-accordion--compact_11-2-0.cdr-accordion--border-aligned_11-2-0 .cdr-accordion__button_11-2-0 {
|
|
122
161
|
margin-left: -1.2rem;
|
|
123
162
|
width: calc(100% + 2.4rem); }
|
|
124
|
-
.cdr-accordion--compact_11-
|
|
163
|
+
.cdr-accordion--compact_11-2-0.cdr-accordion--border-aligned_11-2-0 .cdr-accordion__content_11-2-0 {
|
|
125
164
|
padding: 0.4rem 0 1.2rem; }
|
|
126
|
-
.cdr-accordion--focused_11-
|
|
165
|
+
.cdr-accordion--focused_11-2-0 {
|
|
127
166
|
/*
|
|
128
167
|
This z-index change is to fix a Chrome-only visual issue with the light blue focus outline. Basically, the bottom
|
|
129
168
|
line of the outline is usually covered by the accordion immediately below what's currently focuesd. We increase
|
|
@@ -131,15 +170,47 @@
|
|
|
131
170
|
*/
|
|
132
171
|
z-index: 10; }
|
|
133
172
|
|
|
134
|
-
.cdr-accordion-group_11-
|
|
173
|
+
.cdr-accordion-group_11-2-0 {
|
|
135
174
|
display: block;
|
|
136
175
|
list-style: none;
|
|
137
176
|
padding: 0;
|
|
138
177
|
margin: 0; }
|
|
139
|
-
.cdr-accordion-group_11-
|
|
178
|
+
.cdr-accordion-group_11-2-0 li + li > .cdr-accordion_11-2-0 {
|
|
140
179
|
border-top: none; }
|
|
141
180
|
|
|
142
|
-
.cdr-
|
|
181
|
+
.cdr-card_11-2-0 {
|
|
182
|
+
position: relative;
|
|
183
|
+
background-color: #ffffff;
|
|
184
|
+
border-radius: 0.4rem;
|
|
185
|
+
box-shadow: 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2);
|
|
186
|
+
color: rgba(12, 11, 8, 0.75);
|
|
187
|
+
width: 100%;
|
|
188
|
+
transition: box-shadow 0.2s cubic-bezier(0.15, 0, 0.15, 0);
|
|
189
|
+
cursor: pointer;
|
|
190
|
+
overflow: hidden; }
|
|
191
|
+
.cdr-card_11-2-0:active, .cdr-card_11-2-0:hover {
|
|
192
|
+
box-shadow: 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2);
|
|
193
|
+
transform: translateY(-0.2rem);
|
|
194
|
+
transition: 0.2s; }
|
|
195
|
+
.cdr-card__link {
|
|
196
|
+
position: static;
|
|
197
|
+
color: rgba(12, 11, 8, 0.75) !important;
|
|
198
|
+
text-decoration: none !important; }
|
|
199
|
+
.cdr-card__link:hover {
|
|
200
|
+
text-decoration: underline !important;
|
|
201
|
+
color: #406eb5 !important; }
|
|
202
|
+
.cdr-card__link::before {
|
|
203
|
+
content: "";
|
|
204
|
+
display: block;
|
|
205
|
+
position: absolute;
|
|
206
|
+
width: 100%;
|
|
207
|
+
z-index: 1;
|
|
208
|
+
height: 100%;
|
|
209
|
+
left: 0;
|
|
210
|
+
top: 0;
|
|
211
|
+
background-color: transparent; }
|
|
212
|
+
|
|
213
|
+
.cdr-button_11-2-0 {
|
|
143
214
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
144
215
|
font-style: normal;
|
|
145
216
|
font-weight: 500;
|
|
@@ -187,138 +258,138 @@
|
|
|
187
258
|
/* @lg
|
|
188
259
|
1200px and up
|
|
189
260
|
========== */ }
|
|
190
|
-
.cdr-button_11-
|
|
261
|
+
.cdr-button_11-2-0:hover, .cdr-button_11-2-0:active, .cdr-button_11-2-0:focus {
|
|
191
262
|
outline: none;
|
|
192
263
|
outline-offset: 0;
|
|
193
264
|
text-decoration: none; }
|
|
194
|
-
.cdr-button_11-
|
|
265
|
+
.cdr-button_11-2-0[disabled] {
|
|
195
266
|
cursor: not-allowed; }
|
|
196
|
-
.cdr-button_11-
|
|
267
|
+
.cdr-button_11-2-0 svg {
|
|
197
268
|
align-self: center;
|
|
198
269
|
fill: inherit; }
|
|
199
|
-
.cdr-button_11-
|
|
270
|
+
.cdr-button_11-2-0.cdr-button--has-icon-left_11-2-0 svg {
|
|
200
271
|
margin-right: 0.4rem; }
|
|
201
|
-
.cdr-button_11-
|
|
272
|
+
.cdr-button_11-2-0.cdr-button--has-icon-right_11-2-0 svg {
|
|
202
273
|
margin-left: 0.4rem; }
|
|
203
|
-
.cdr-button--primary_11-
|
|
274
|
+
.cdr-button--primary_11-2-0 {
|
|
204
275
|
background-color: #1f513f;
|
|
205
276
|
box-shadow: inset 0 0 0 0.1rem #1f513f;
|
|
206
277
|
color: #f9f8f6;
|
|
207
278
|
fill: #f9f8f6; }
|
|
208
|
-
.cdr-button--primary_11-
|
|
279
|
+
.cdr-button--primary_11-2-0:hover, .cdr-button--primary_11-2-0:focus {
|
|
209
280
|
color: #1f513f;
|
|
210
281
|
fill: #1f513f;
|
|
211
282
|
background-color: #f4f2ed;
|
|
212
283
|
box-shadow: inset 0 0 0 0.3rem #1f513f, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
|
|
213
|
-
.cdr-button--primary_11-
|
|
284
|
+
.cdr-button--primary_11-2-0:active {
|
|
214
285
|
color: #f9f8f6;
|
|
215
286
|
fill: #f9f8f6;
|
|
216
287
|
background-color: #1f513f;
|
|
217
288
|
box-shadow: inset 0 0 0 0.3rem #1f513f, inset 0 0 0 0.5rem #f4f2ed; }
|
|
218
|
-
.cdr-button--primary_11-
|
|
289
|
+
.cdr-button--primary_11-2-0[disabled] {
|
|
219
290
|
background-color: #dcd6cb;
|
|
220
291
|
box-shadow: inset 0 0 0 0.1rem #dcd6cb;
|
|
221
292
|
color: #ffffff;
|
|
222
293
|
fill: #ffffff; }
|
|
223
|
-
.cdr-button--primary_11-
|
|
294
|
+
.cdr-button--primary_11-2-0.cdr-button--elevated_11-2-0 {
|
|
224
295
|
box-shadow: inset 0 0 0 0.1rem #1f513f, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
|
|
225
|
-
.cdr-button--primary_11-
|
|
296
|
+
.cdr-button--primary_11-2-0.cdr-button--elevated_11-2-0:hover, .cdr-button--primary_11-2-0.cdr-button--elevated_11-2-0:focus {
|
|
226
297
|
box-shadow: inset 0 0 0 0.3rem #1f513f, 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2); }
|
|
227
|
-
.cdr-button--primary_11-
|
|
298
|
+
.cdr-button--primary_11-2-0.cdr-button--elevated_11-2-0:active {
|
|
228
299
|
box-shadow: inset 0 0 0 0.3rem #1f513f, inset 0 0 0 0.5rem #f4f2ed, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
|
|
229
|
-
.cdr-button--secondary_11-
|
|
300
|
+
.cdr-button--secondary_11-2-0 {
|
|
230
301
|
background-color: #f9f8f6;
|
|
231
302
|
box-shadow: inset 0 0 0 0.1rem #928b80;
|
|
232
303
|
color: #4e4d49;
|
|
233
304
|
fill: #928b80; }
|
|
234
|
-
.cdr-button--secondary_11-
|
|
305
|
+
.cdr-button--secondary_11-2-0:hover, .cdr-button--secondary_11-2-0:focus {
|
|
235
306
|
color: #4e4d49;
|
|
236
307
|
fill: #4e4d49;
|
|
237
308
|
background-color: #f4f2ed;
|
|
238
309
|
box-shadow: inset 0 0 0 0.3rem #4e4d49, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
|
|
239
|
-
.cdr-button--secondary_11-
|
|
310
|
+
.cdr-button--secondary_11-2-0:active {
|
|
240
311
|
color: #f9f8f6;
|
|
241
312
|
fill: #f9f8f6;
|
|
242
313
|
background-color: #928b80;
|
|
243
314
|
box-shadow: inset 0 0 0 0.3rem #928b80, inset 0 0 0 0.5rem #f4f2ed; }
|
|
244
|
-
.cdr-button--secondary_11-
|
|
315
|
+
.cdr-button--secondary_11-2-0[disabled] {
|
|
245
316
|
background-color: #f9f8f6;
|
|
246
317
|
box-shadow: inset 0 0 0 0.1rem #dcd6cb;
|
|
247
318
|
color: #d1cbbd;
|
|
248
319
|
fill: #d1cbbd; }
|
|
249
|
-
.cdr-button--secondary_11-
|
|
320
|
+
.cdr-button--secondary_11-2-0.cdr-button--elevated_11-2-0 {
|
|
250
321
|
box-shadow: inset 0 0 0 0.1rem #928b80, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
|
|
251
|
-
.cdr-button--secondary_11-
|
|
322
|
+
.cdr-button--secondary_11-2-0.cdr-button--elevated_11-2-0:hover, .cdr-button--secondary_11-2-0.cdr-button--elevated_11-2-0:focus {
|
|
252
323
|
box-shadow: inset 0 0 0 0.3rem #4e4d49, 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2); }
|
|
253
|
-
.cdr-button--secondary_11-
|
|
324
|
+
.cdr-button--secondary_11-2-0.cdr-button--elevated_11-2-0:active {
|
|
254
325
|
box-shadow: inset 0 0 0 0.3rem #928b80, inset 0 0 0 0.5rem #f4f2ed, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
|
|
255
|
-
.cdr-button--dark_11-
|
|
326
|
+
.cdr-button--dark_11-2-0 {
|
|
256
327
|
background-color: #4e4d49;
|
|
257
328
|
box-shadow: inset 0 0 0 0.1rem #4e4d49;
|
|
258
329
|
color: #f9f8f6;
|
|
259
330
|
fill: #f9f8f6; }
|
|
260
|
-
.cdr-button--dark_11-
|
|
331
|
+
.cdr-button--dark_11-2-0:hover, .cdr-button--dark_11-2-0:focus {
|
|
261
332
|
color: #4e4d49;
|
|
262
333
|
fill: #4e4d49;
|
|
263
334
|
background-color: #edeae3;
|
|
264
335
|
box-shadow: inset 0 0 0 0.3rem #4e4d49, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
|
|
265
|
-
.cdr-button--dark_11-
|
|
336
|
+
.cdr-button--dark_11-2-0:active {
|
|
266
337
|
color: #f9f8f6;
|
|
267
338
|
fill: #f9f8f6;
|
|
268
339
|
background-color: #4e4d49;
|
|
269
340
|
box-shadow: inset 0 0 0 0.3rem #4e4d49, inset 0 0 0 0.5rem #edeae3; }
|
|
270
|
-
.cdr-button--dark_11-
|
|
341
|
+
.cdr-button--dark_11-2-0[disabled] {
|
|
271
342
|
background-color: #dcd6cb;
|
|
272
343
|
box-shadow: inset 0 0 0 0.1rem #dcd6cb;
|
|
273
344
|
color: #ffffff;
|
|
274
345
|
fill: #ffffff; }
|
|
275
|
-
.cdr-button--dark_11-
|
|
346
|
+
.cdr-button--dark_11-2-0.cdr-button--elevated_11-2-0 {
|
|
276
347
|
box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
|
|
277
|
-
.cdr-button--dark_11-
|
|
348
|
+
.cdr-button--dark_11-2-0.cdr-button--elevated_11-2-0:hover, .cdr-button--dark_11-2-0.cdr-button--elevated_11-2-0:focus {
|
|
278
349
|
box-shadow: inset 0 0 0 0.3rem #4e4d49, 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2); }
|
|
279
|
-
.cdr-button--dark_11-
|
|
350
|
+
.cdr-button--dark_11-2-0.cdr-button--elevated_11-2-0:active {
|
|
280
351
|
box-shadow: inset 0 0 0 0.3rem #4e4d49, inset 0 0 0 0.5rem #edeae3, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
|
|
281
|
-
.cdr-button--sale_11-
|
|
352
|
+
.cdr-button--sale_11-2-0 {
|
|
282
353
|
background-color: #c7370f;
|
|
283
354
|
box-shadow: inset 0 0 0 0.1rem #c7370f;
|
|
284
355
|
color: #ffffff;
|
|
285
356
|
fill: #ffffff; }
|
|
286
|
-
.cdr-button--sale_11-
|
|
357
|
+
.cdr-button--sale_11-2-0:hover, .cdr-button--sale_11-2-0:focus {
|
|
287
358
|
color: #c7370f;
|
|
288
359
|
fill: #c7370f;
|
|
289
360
|
background-color: #f4f2ed;
|
|
290
361
|
box-shadow: inset 0 0 0 0.3rem #c7370f, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
|
|
291
|
-
.cdr-button--sale_11-
|
|
362
|
+
.cdr-button--sale_11-2-0:active {
|
|
292
363
|
color: #ffffff;
|
|
293
364
|
fill: #ffffff;
|
|
294
365
|
background-color: #c7370f;
|
|
295
366
|
box-shadow: inset 0 0 0 0.3rem #c7370f, inset 0 0 0 0.5rem #f4f2ed; }
|
|
296
|
-
.cdr-button--sale_11-
|
|
367
|
+
.cdr-button--sale_11-2-0[disabled] {
|
|
297
368
|
background-color: #dcd6cb;
|
|
298
369
|
box-shadow: inset 0 0 0 0.1rem #dcd6cb;
|
|
299
370
|
color: #ffffff;
|
|
300
371
|
fill: #ffffff; }
|
|
301
|
-
.cdr-button--sale_11-
|
|
372
|
+
.cdr-button--sale_11-2-0.cdr-button--elevated_11-2-0 {
|
|
302
373
|
box-shadow: inset 0 0 0 0.1rem #c7370f, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
|
|
303
|
-
.cdr-button--sale_11-
|
|
374
|
+
.cdr-button--sale_11-2-0.cdr-button--elevated_11-2-0:hover, .cdr-button--sale_11-2-0.cdr-button--elevated_11-2-0:focus {
|
|
304
375
|
box-shadow: inset 0 0 0 0.3rem #c7370f, 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2); }
|
|
305
|
-
.cdr-button--sale_11-
|
|
376
|
+
.cdr-button--sale_11-2-0.cdr-button--elevated_11-2-0:active {
|
|
306
377
|
box-shadow: inset 0 0 0 0.3rem #c7370f, inset 0 0 0 0.5rem #f4f2ed, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
|
|
307
|
-
.cdr-button--link_11-
|
|
378
|
+
.cdr-button--link_11-2-0 {
|
|
308
379
|
color: #406eb5;
|
|
309
380
|
fill: #406eb5;
|
|
310
381
|
background-color: transparent;
|
|
311
382
|
text-decoration: underline; }
|
|
312
|
-
.cdr-button--link_11-
|
|
383
|
+
.cdr-button--link_11-2-0:active, .cdr-button--link_11-2-0:focus {
|
|
313
384
|
color: #0b2d60; }
|
|
314
|
-
.cdr-button--link_11-
|
|
385
|
+
.cdr-button--link_11-2-0:hover {
|
|
315
386
|
color: #406eb5;
|
|
316
387
|
text-decoration: none; }
|
|
317
|
-
.cdr-button--link_11-
|
|
388
|
+
.cdr-button--link_11-2-0:focus {
|
|
318
389
|
outline: 0.2rem solid Highlight;
|
|
319
390
|
outline-color: -webkit-focus-ring-color;
|
|
320
391
|
outline-offset: 0; }
|
|
321
|
-
.cdr-button--large_11-
|
|
392
|
+
.cdr-button--large_11-2-0 {
|
|
322
393
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
323
394
|
font-style: normal;
|
|
324
395
|
font-weight: 500;
|
|
@@ -327,15 +398,15 @@
|
|
|
327
398
|
line-height: 2.2rem;
|
|
328
399
|
padding: 1.2rem 2.4rem;
|
|
329
400
|
width: auto; }
|
|
330
|
-
.cdr-button--large_11-
|
|
401
|
+
.cdr-button--large_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
331
402
|
padding-left: 2rem; }
|
|
332
|
-
.cdr-button--large_11-
|
|
403
|
+
.cdr-button--large_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
333
404
|
padding-right: 2rem; }
|
|
334
|
-
.cdr-button--large_11-
|
|
405
|
+
.cdr-button--large_11-2-0 svg {
|
|
335
406
|
/* This is to correct icon size vs line height */
|
|
336
407
|
width: 2.4rem;
|
|
337
408
|
height: 2.4rem; }
|
|
338
|
-
.cdr-button--medium_11-
|
|
409
|
+
.cdr-button--medium_11-2-0 {
|
|
339
410
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
340
411
|
font-style: normal;
|
|
341
412
|
font-weight: 500;
|
|
@@ -344,15 +415,15 @@
|
|
|
344
415
|
line-height: 2.2rem;
|
|
345
416
|
padding: 0.8rem 1.6rem;
|
|
346
417
|
width: auto; }
|
|
347
|
-
.cdr-button--medium_11-
|
|
418
|
+
.cdr-button--medium_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
348
419
|
padding-left: 1.2rem; }
|
|
349
|
-
.cdr-button--medium_11-
|
|
420
|
+
.cdr-button--medium_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
350
421
|
padding-right: 1.2rem; }
|
|
351
|
-
.cdr-button--medium_11-
|
|
422
|
+
.cdr-button--medium_11-2-0 svg {
|
|
352
423
|
/* This is to correct icon size vs line height */
|
|
353
424
|
width: 2.4rem;
|
|
354
425
|
height: 2.4rem; }
|
|
355
|
-
.cdr-button--small_11-
|
|
426
|
+
.cdr-button--small_11-2-0 {
|
|
356
427
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
357
428
|
font-style: normal;
|
|
358
429
|
font-weight: 500;
|
|
@@ -361,15 +432,15 @@
|
|
|
361
432
|
line-height: 1.8rem;
|
|
362
433
|
padding: 0.6rem 1.2rem;
|
|
363
434
|
width: auto; }
|
|
364
|
-
.cdr-button--small_11-
|
|
435
|
+
.cdr-button--small_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
365
436
|
padding-left: 0.8rem; }
|
|
366
|
-
.cdr-button--small_11-
|
|
437
|
+
.cdr-button--small_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
367
438
|
padding-right: 0.8rem; }
|
|
368
|
-
.cdr-button--small_11-
|
|
439
|
+
.cdr-button--small_11-2-0 svg {
|
|
369
440
|
/* This is to correct icon size vs line height */
|
|
370
441
|
width: 2rem;
|
|
371
442
|
height: 2rem; }
|
|
372
|
-
.cdr-button--icon-only_11-
|
|
443
|
+
.cdr-button--icon-only_11-2-0 {
|
|
373
444
|
background: none;
|
|
374
445
|
border: none;
|
|
375
446
|
border-radius: 0.2rem;
|
|
@@ -378,55 +449,55 @@
|
|
|
378
449
|
line-height: normal;
|
|
379
450
|
padding: 0.8rem;
|
|
380
451
|
fill: #928b80; }
|
|
381
|
-
.cdr-button--icon-only_11-
|
|
452
|
+
.cdr-button--icon-only_11-2-0:hover {
|
|
382
453
|
background: none;
|
|
383
454
|
box-shadow: none;
|
|
384
455
|
border: none;
|
|
385
456
|
fill: #928b80; }
|
|
386
|
-
.cdr-button--icon-only_11-
|
|
457
|
+
.cdr-button--icon-only_11-2-0:active, .cdr-button--icon-only_11-2-0:focus {
|
|
387
458
|
background: none;
|
|
388
459
|
outline: none;
|
|
389
460
|
border: none;
|
|
390
461
|
box-shadow: none;
|
|
391
462
|
fill: #928b80; }
|
|
392
|
-
.cdr-button--icon-only_11-
|
|
463
|
+
.cdr-button--icon-only_11-2-0:active svg, .cdr-button--icon-only_11-2-0:focus svg {
|
|
393
464
|
box-shadow: inset 0 0 0 0.1rem #928b80; }
|
|
394
|
-
.cdr-button--icon-only_11-
|
|
465
|
+
.cdr-button--icon-only_11-2-0[disabled] {
|
|
395
466
|
background: transparent;
|
|
396
467
|
box-shadow: none;
|
|
397
468
|
border: none;
|
|
398
469
|
fill: #dcd6cb; }
|
|
399
|
-
.cdr-button--icon-only_11-
|
|
470
|
+
.cdr-button--icon-only_11-2-0 > svg {
|
|
400
471
|
margin: 0; }
|
|
401
|
-
.cdr-button--icon-only-large_11-
|
|
472
|
+
.cdr-button--icon-only-large_11-2-0 {
|
|
402
473
|
padding: 1.2rem; }
|
|
403
|
-
.cdr-button--with-background_11-
|
|
474
|
+
.cdr-button--with-background_11-2-0 {
|
|
404
475
|
border-radius: 50%;
|
|
405
476
|
fill: #928b80;
|
|
406
477
|
background-color: #f9f8f6;
|
|
407
478
|
box-shadow: inset 0 0 0 0.1rem #928b80; }
|
|
408
|
-
.cdr-button--with-background_11-
|
|
479
|
+
.cdr-button--with-background_11-2-0:hover, .cdr-button--with-background_11-2-0:focus {
|
|
409
480
|
fill: #928b80;
|
|
410
481
|
background-color: #f4f2ed;
|
|
411
482
|
box-shadow: inset 0 0 0 0.3rem #4e4d49, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
|
|
412
|
-
.cdr-button--with-background_11-
|
|
483
|
+
.cdr-button--with-background_11-2-0:hover svg, .cdr-button--with-background_11-2-0:focus svg {
|
|
413
484
|
box-shadow: none; }
|
|
414
|
-
.cdr-button--with-background_11-
|
|
485
|
+
.cdr-button--with-background_11-2-0:active {
|
|
415
486
|
color: #f9f8f6;
|
|
416
487
|
fill: #f9f8f6;
|
|
417
488
|
background-color: #928b80;
|
|
418
489
|
box-shadow: inset 0 0 0 0.3rem #928b80, inset 0 0 0 0.5rem #f4f2ed; }
|
|
419
|
-
.cdr-button--with-background_11-
|
|
490
|
+
.cdr-button--with-background_11-2-0:active svg {
|
|
420
491
|
box-shadow: none; }
|
|
421
|
-
.cdr-button--with-background_11-
|
|
492
|
+
.cdr-button--with-background_11-2-0[disabled] {
|
|
422
493
|
background-color: #f9f8f6;
|
|
423
494
|
box-shadow: inset 0 0 0 0.1rem #dcd6cb;
|
|
424
495
|
fill: #d1cbbd; }
|
|
425
|
-
.cdr-button--full-width_11-
|
|
496
|
+
.cdr-button--full-width_11-2-0 {
|
|
426
497
|
width: 100% !important;
|
|
427
498
|
justify-content: center; }
|
|
428
499
|
@media (min-width: 0) and (max-width: 767px) {
|
|
429
|
-
.cdr-button--small\@xs_11-
|
|
500
|
+
.cdr-button--small\@xs_11-2-0 {
|
|
430
501
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
431
502
|
font-style: normal;
|
|
432
503
|
font-weight: 500;
|
|
@@ -435,15 +506,15 @@
|
|
|
435
506
|
line-height: 1.8rem;
|
|
436
507
|
padding: 0.6rem 1.2rem;
|
|
437
508
|
width: auto; }
|
|
438
|
-
.cdr-button--small\@xs_11-
|
|
509
|
+
.cdr-button--small\@xs_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
439
510
|
padding-left: 0.8rem; }
|
|
440
|
-
.cdr-button--small\@xs_11-
|
|
511
|
+
.cdr-button--small\@xs_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
441
512
|
padding-right: 0.8rem; }
|
|
442
|
-
.cdr-button--small\@xs_11-
|
|
513
|
+
.cdr-button--small\@xs_11-2-0 svg {
|
|
443
514
|
/* This is to correct icon size vs line height */
|
|
444
515
|
width: 2rem;
|
|
445
516
|
height: 2rem; }
|
|
446
|
-
.cdr-button--medium\@xs_11-
|
|
517
|
+
.cdr-button--medium\@xs_11-2-0 {
|
|
447
518
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
448
519
|
font-style: normal;
|
|
449
520
|
font-weight: 500;
|
|
@@ -452,15 +523,15 @@
|
|
|
452
523
|
line-height: 2.2rem;
|
|
453
524
|
padding: 0.8rem 1.6rem;
|
|
454
525
|
width: auto; }
|
|
455
|
-
.cdr-button--medium\@xs_11-
|
|
526
|
+
.cdr-button--medium\@xs_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
456
527
|
padding-left: 1.2rem; }
|
|
457
|
-
.cdr-button--medium\@xs_11-
|
|
528
|
+
.cdr-button--medium\@xs_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
458
529
|
padding-right: 1.2rem; }
|
|
459
|
-
.cdr-button--medium\@xs_11-
|
|
530
|
+
.cdr-button--medium\@xs_11-2-0 svg {
|
|
460
531
|
/* This is to correct icon size vs line height */
|
|
461
532
|
width: 2.4rem;
|
|
462
533
|
height: 2.4rem; }
|
|
463
|
-
.cdr-button--large\@xs_11-
|
|
534
|
+
.cdr-button--large\@xs_11-2-0 {
|
|
464
535
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
465
536
|
font-style: normal;
|
|
466
537
|
font-weight: 500;
|
|
@@ -469,19 +540,19 @@
|
|
|
469
540
|
line-height: 2.2rem;
|
|
470
541
|
padding: 1.2rem 2.4rem;
|
|
471
542
|
width: auto; }
|
|
472
|
-
.cdr-button--large\@xs_11-
|
|
543
|
+
.cdr-button--large\@xs_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
473
544
|
padding-left: 2rem; }
|
|
474
|
-
.cdr-button--large\@xs_11-
|
|
545
|
+
.cdr-button--large\@xs_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
475
546
|
padding-right: 2rem; }
|
|
476
|
-
.cdr-button--large\@xs_11-
|
|
547
|
+
.cdr-button--large\@xs_11-2-0 svg {
|
|
477
548
|
/* This is to correct icon size vs line height */
|
|
478
549
|
width: 2.4rem;
|
|
479
550
|
height: 2.4rem; }
|
|
480
|
-
.cdr-button--fullWidth\@xs_11-
|
|
551
|
+
.cdr-button--fullWidth\@xs_11-2-0 {
|
|
481
552
|
width: 100% !important;
|
|
482
553
|
justify-content: center; } }
|
|
483
554
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
484
|
-
.cdr-button--small\@sm_11-
|
|
555
|
+
.cdr-button--small\@sm_11-2-0 {
|
|
485
556
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
486
557
|
font-style: normal;
|
|
487
558
|
font-weight: 500;
|
|
@@ -490,15 +561,15 @@
|
|
|
490
561
|
line-height: 1.8rem;
|
|
491
562
|
padding: 0.6rem 1.2rem;
|
|
492
563
|
width: auto; }
|
|
493
|
-
.cdr-button--small\@sm_11-
|
|
564
|
+
.cdr-button--small\@sm_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
494
565
|
padding-left: 0.8rem; }
|
|
495
|
-
.cdr-button--small\@sm_11-
|
|
566
|
+
.cdr-button--small\@sm_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
496
567
|
padding-right: 0.8rem; }
|
|
497
|
-
.cdr-button--small\@sm_11-
|
|
568
|
+
.cdr-button--small\@sm_11-2-0 svg {
|
|
498
569
|
/* This is to correct icon size vs line height */
|
|
499
570
|
width: 2rem;
|
|
500
571
|
height: 2rem; }
|
|
501
|
-
.cdr-button--medium\@sm_11-
|
|
572
|
+
.cdr-button--medium\@sm_11-2-0 {
|
|
502
573
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
503
574
|
font-style: normal;
|
|
504
575
|
font-weight: 500;
|
|
@@ -507,15 +578,15 @@
|
|
|
507
578
|
line-height: 2.2rem;
|
|
508
579
|
padding: 0.8rem 1.6rem;
|
|
509
580
|
width: auto; }
|
|
510
|
-
.cdr-button--medium\@sm_11-
|
|
581
|
+
.cdr-button--medium\@sm_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
511
582
|
padding-left: 1.2rem; }
|
|
512
|
-
.cdr-button--medium\@sm_11-
|
|
583
|
+
.cdr-button--medium\@sm_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
513
584
|
padding-right: 1.2rem; }
|
|
514
|
-
.cdr-button--medium\@sm_11-
|
|
585
|
+
.cdr-button--medium\@sm_11-2-0 svg {
|
|
515
586
|
/* This is to correct icon size vs line height */
|
|
516
587
|
width: 2.4rem;
|
|
517
588
|
height: 2.4rem; }
|
|
518
|
-
.cdr-button--large\@sm_11-
|
|
589
|
+
.cdr-button--large\@sm_11-2-0 {
|
|
519
590
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
520
591
|
font-style: normal;
|
|
521
592
|
font-weight: 500;
|
|
@@ -524,19 +595,19 @@
|
|
|
524
595
|
line-height: 2.2rem;
|
|
525
596
|
padding: 1.2rem 2.4rem;
|
|
526
597
|
width: auto; }
|
|
527
|
-
.cdr-button--large\@sm_11-
|
|
598
|
+
.cdr-button--large\@sm_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
528
599
|
padding-left: 2rem; }
|
|
529
|
-
.cdr-button--large\@sm_11-
|
|
600
|
+
.cdr-button--large\@sm_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
530
601
|
padding-right: 2rem; }
|
|
531
|
-
.cdr-button--large\@sm_11-
|
|
602
|
+
.cdr-button--large\@sm_11-2-0 svg {
|
|
532
603
|
/* This is to correct icon size vs line height */
|
|
533
604
|
width: 2.4rem;
|
|
534
605
|
height: 2.4rem; }
|
|
535
|
-
.cdr-button--fullWidth\@sm_11-
|
|
606
|
+
.cdr-button--fullWidth\@sm_11-2-0 {
|
|
536
607
|
width: 100% !important;
|
|
537
608
|
justify-content: center; } }
|
|
538
609
|
@media (min-width: 992px) and (max-width: 1231px) {
|
|
539
|
-
.cdr-button--small\@md_11-
|
|
610
|
+
.cdr-button--small\@md_11-2-0 {
|
|
540
611
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
541
612
|
font-style: normal;
|
|
542
613
|
font-weight: 500;
|
|
@@ -545,15 +616,15 @@
|
|
|
545
616
|
line-height: 1.8rem;
|
|
546
617
|
padding: 0.6rem 1.2rem;
|
|
547
618
|
width: auto; }
|
|
548
|
-
.cdr-button--small\@md_11-
|
|
619
|
+
.cdr-button--small\@md_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
549
620
|
padding-left: 0.8rem; }
|
|
550
|
-
.cdr-button--small\@md_11-
|
|
621
|
+
.cdr-button--small\@md_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
551
622
|
padding-right: 0.8rem; }
|
|
552
|
-
.cdr-button--small\@md_11-
|
|
623
|
+
.cdr-button--small\@md_11-2-0 svg {
|
|
553
624
|
/* This is to correct icon size vs line height */
|
|
554
625
|
width: 2rem;
|
|
555
626
|
height: 2rem; }
|
|
556
|
-
.cdr-button--medium\@md_11-
|
|
627
|
+
.cdr-button--medium\@md_11-2-0 {
|
|
557
628
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
558
629
|
font-style: normal;
|
|
559
630
|
font-weight: 500;
|
|
@@ -562,15 +633,15 @@
|
|
|
562
633
|
line-height: 2.2rem;
|
|
563
634
|
padding: 0.8rem 1.6rem;
|
|
564
635
|
width: auto; }
|
|
565
|
-
.cdr-button--medium\@md_11-
|
|
636
|
+
.cdr-button--medium\@md_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
566
637
|
padding-left: 1.2rem; }
|
|
567
|
-
.cdr-button--medium\@md_11-
|
|
638
|
+
.cdr-button--medium\@md_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
568
639
|
padding-right: 1.2rem; }
|
|
569
|
-
.cdr-button--medium\@md_11-
|
|
640
|
+
.cdr-button--medium\@md_11-2-0 svg {
|
|
570
641
|
/* This is to correct icon size vs line height */
|
|
571
642
|
width: 2.4rem;
|
|
572
643
|
height: 2.4rem; }
|
|
573
|
-
.cdr-button--large\@md_11-
|
|
644
|
+
.cdr-button--large\@md_11-2-0 {
|
|
574
645
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
575
646
|
font-style: normal;
|
|
576
647
|
font-weight: 500;
|
|
@@ -579,19 +650,19 @@
|
|
|
579
650
|
line-height: 2.2rem;
|
|
580
651
|
padding: 1.2rem 2.4rem;
|
|
581
652
|
width: auto; }
|
|
582
|
-
.cdr-button--large\@md_11-
|
|
653
|
+
.cdr-button--large\@md_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
583
654
|
padding-left: 2rem; }
|
|
584
|
-
.cdr-button--large\@md_11-
|
|
655
|
+
.cdr-button--large\@md_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
585
656
|
padding-right: 2rem; }
|
|
586
|
-
.cdr-button--large\@md_11-
|
|
657
|
+
.cdr-button--large\@md_11-2-0 svg {
|
|
587
658
|
/* This is to correct icon size vs line height */
|
|
588
659
|
width: 2.4rem;
|
|
589
660
|
height: 2.4rem; }
|
|
590
|
-
.cdr-button--fullWidth\@md_11-
|
|
661
|
+
.cdr-button--fullWidth\@md_11-2-0 {
|
|
591
662
|
width: 100% !important;
|
|
592
663
|
justify-content: center; } }
|
|
593
664
|
@media (min-width: 1232px) {
|
|
594
|
-
.cdr-button--small\@lg_11-
|
|
665
|
+
.cdr-button--small\@lg_11-2-0 {
|
|
595
666
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
596
667
|
font-style: normal;
|
|
597
668
|
font-weight: 500;
|
|
@@ -600,15 +671,15 @@
|
|
|
600
671
|
line-height: 1.8rem;
|
|
601
672
|
padding: 0.6rem 1.2rem;
|
|
602
673
|
width: auto; }
|
|
603
|
-
.cdr-button--small\@lg_11-
|
|
674
|
+
.cdr-button--small\@lg_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
604
675
|
padding-left: 0.8rem; }
|
|
605
|
-
.cdr-button--small\@lg_11-
|
|
676
|
+
.cdr-button--small\@lg_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
606
677
|
padding-right: 0.8rem; }
|
|
607
|
-
.cdr-button--small\@lg_11-
|
|
678
|
+
.cdr-button--small\@lg_11-2-0 svg {
|
|
608
679
|
/* This is to correct icon size vs line height */
|
|
609
680
|
width: 2rem;
|
|
610
681
|
height: 2rem; }
|
|
611
|
-
.cdr-button--medium\@lg_11-
|
|
682
|
+
.cdr-button--medium\@lg_11-2-0 {
|
|
612
683
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
613
684
|
font-style: normal;
|
|
614
685
|
font-weight: 500;
|
|
@@ -617,15 +688,15 @@
|
|
|
617
688
|
line-height: 2.2rem;
|
|
618
689
|
padding: 0.8rem 1.6rem;
|
|
619
690
|
width: auto; }
|
|
620
|
-
.cdr-button--medium\@lg_11-
|
|
691
|
+
.cdr-button--medium\@lg_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
621
692
|
padding-left: 1.2rem; }
|
|
622
|
-
.cdr-button--medium\@lg_11-
|
|
693
|
+
.cdr-button--medium\@lg_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
623
694
|
padding-right: 1.2rem; }
|
|
624
|
-
.cdr-button--medium\@lg_11-
|
|
695
|
+
.cdr-button--medium\@lg_11-2-0 svg {
|
|
625
696
|
/* This is to correct icon size vs line height */
|
|
626
697
|
width: 2.4rem;
|
|
627
698
|
height: 2.4rem; }
|
|
628
|
-
.cdr-button--large\@lg_11-
|
|
699
|
+
.cdr-button--large\@lg_11-2-0 {
|
|
629
700
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
630
701
|
font-style: normal;
|
|
631
702
|
font-weight: 500;
|
|
@@ -634,240 +705,143 @@
|
|
|
634
705
|
line-height: 2.2rem;
|
|
635
706
|
padding: 1.2rem 2.4rem;
|
|
636
707
|
width: auto; }
|
|
637
|
-
.cdr-button--large\@lg_11-
|
|
708
|
+
.cdr-button--large\@lg_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
638
709
|
padding-left: 2rem; }
|
|
639
|
-
.cdr-button--large\@lg_11-
|
|
710
|
+
.cdr-button--large\@lg_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
640
711
|
padding-right: 2rem; }
|
|
641
|
-
.cdr-button--large\@lg_11-
|
|
712
|
+
.cdr-button--large\@lg_11-2-0 svg {
|
|
642
713
|
/* This is to correct icon size vs line height */
|
|
643
714
|
width: 2.4rem;
|
|
644
715
|
height: 2.4rem; }
|
|
645
|
-
.cdr-button--fullWidth\@lg_11-
|
|
716
|
+
.cdr-button--fullWidth\@lg_11-2-0 {
|
|
646
717
|
width: 100% !important;
|
|
647
718
|
justify-content: center; } }
|
|
648
719
|
|
|
649
|
-
|
|
650
|
-
# CdrCaption
|
|
651
|
-
|
|
652
|
-
All values should map to variables in
|
|
653
|
-
vars/CdrCaption.vars.pcss
|
|
654
|
-
in order to allow for theming
|
|
655
|
-
|
|
656
|
-
TOC:
|
|
657
|
-
|
|
658
|
-
:Base - CdrCaption
|
|
659
|
-
========================================================================== */
|
|
660
|
-
.cdr-caption_11-0-0-beta-7 {
|
|
661
|
-
max-width: 53rem;
|
|
662
|
-
line-height: 1;
|
|
663
|
-
padding: 0.8rem 0; }
|
|
664
|
-
.cdr-caption_11-0-0-beta-7 cite {
|
|
665
|
-
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
666
|
-
font-size: 1.2rem;
|
|
667
|
-
font-weight: 400;
|
|
668
|
-
letter-spacing: 0.016rem;
|
|
669
|
-
line-height: 1.8rem;
|
|
670
|
-
color: rgba(66, 59, 47, 0.75);
|
|
671
|
-
font-style: normal; }
|
|
672
|
-
.cdr-caption__summary_11-0-0-beta-7 {
|
|
673
|
-
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
674
|
-
font-size: 1.4rem;
|
|
675
|
-
font-weight: 400;
|
|
676
|
-
letter-spacing: 0.008rem;
|
|
677
|
-
line-height: 2.2rem;
|
|
678
|
-
margin: 0;
|
|
679
|
-
color: rgba(12, 11, 8, 0.75); }
|
|
680
|
-
.cdr-caption__summary_11-0-0-beta-7 + cite {
|
|
681
|
-
display: inline-block;
|
|
682
|
-
margin-top: 0.8rem; }
|
|
683
|
-
|
|
684
|
-
.cdr-banner_11-0-0-beta-7 {
|
|
720
|
+
.cdr-banner_11-2-0 {
|
|
685
721
|
position: relative;
|
|
686
722
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
687
723
|
font-style: normal;
|
|
688
724
|
font-weight: 400;
|
|
689
725
|
letter-spacing: -0.016rem;
|
|
690
|
-
font-size: 1.
|
|
691
|
-
line-height:
|
|
726
|
+
font-size: 1.4rem;
|
|
727
|
+
line-height: 1.8rem;
|
|
692
728
|
display: grid;
|
|
693
729
|
grid-template-columns: 1fr auto;
|
|
694
730
|
grid-template-areas: "main info-action" "message-body info-action"; }
|
|
695
|
-
.cdr-banner__wrapper--prominence_11-
|
|
731
|
+
.cdr-banner__wrapper--prominence_11-2-0 {
|
|
696
732
|
box-shadow: 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
|
|
697
|
-
.cdr-banner__main_11-
|
|
733
|
+
.cdr-banner__main_11-2-0 {
|
|
698
734
|
grid-area: main;
|
|
699
735
|
display: grid;
|
|
700
736
|
grid-template-columns: auto 1fr auto;
|
|
701
737
|
grid-template-areas: "icon-left message icon-right"; }
|
|
702
|
-
.cdr-banner__icon-left_11-
|
|
738
|
+
.cdr-banner__icon-left_11-2-0 {
|
|
703
739
|
grid-area: icon-left;
|
|
704
740
|
display: inherit;
|
|
705
741
|
align-items: center;
|
|
706
742
|
justify-items: center; }
|
|
707
|
-
.cdr-banner__icon-left_11-
|
|
708
|
-
|
|
743
|
+
.cdr-banner__icon-left_11-2-0 svg {
|
|
744
|
+
max-height: 2.2rem;
|
|
745
|
+
max-width: 2.2rem;
|
|
709
746
|
stroke: white;
|
|
710
747
|
stroke-width: 0.4rem;
|
|
711
748
|
paint-order: stroke fill;
|
|
712
749
|
margin: 0.4rem; }
|
|
713
|
-
.cdr-banner__message_11-
|
|
750
|
+
.cdr-banner__message_11-2-0 {
|
|
751
|
+
display: inherit;
|
|
714
752
|
grid-area: message;
|
|
715
|
-
padding: 0.8rem;
|
|
716
|
-
|
|
753
|
+
padding: 0 0.8rem;
|
|
754
|
+
align-items: center; }
|
|
755
|
+
.cdr-banner__message-body_11-2-0 {
|
|
717
756
|
grid-area: message-body;
|
|
718
757
|
background-color: #ffffff;
|
|
719
758
|
padding: 0.8rem; }
|
|
720
|
-
.cdr-banner__icon-right_11-
|
|
759
|
+
.cdr-banner__icon-right_11-2-0 {
|
|
760
|
+
display: inherit;
|
|
761
|
+
align-items: center;
|
|
721
762
|
grid-area: icon-right; }
|
|
722
|
-
.cdr-banner__icon-right_11-
|
|
763
|
+
.cdr-banner__icon-right_11-2-0 svg {
|
|
764
|
+
max-height: 2rem;
|
|
765
|
+
max-width: 2rem;
|
|
723
766
|
fill: rgba(3, 3, 1, 0.9) !important; }
|
|
724
|
-
.cdr-banner__info-action_11-
|
|
725
|
-
|
|
726
|
-
|
|
767
|
+
.cdr-banner__info-action_11-2-0 {
|
|
768
|
+
display: inherit;
|
|
769
|
+
grid-area: info-action;
|
|
770
|
+
align-content: center;
|
|
771
|
+
justify-content: center;
|
|
772
|
+
max-height: 3.2rem;
|
|
773
|
+
width: 4rem; }
|
|
774
|
+
.cdr-banner__info-action_11-2-0 svg {
|
|
775
|
+
max-height: 2.2rem;
|
|
776
|
+
max-width: 2.2rem;
|
|
727
777
|
fill: #406eb5 !important; }
|
|
728
|
-
.cdr-banner--default_11-
|
|
778
|
+
.cdr-banner--default_11-2-0 .cdr-banner__main_11-2-0 {
|
|
729
779
|
background-color: #f9f8f6;
|
|
730
780
|
border-top: 0.1rem solid;
|
|
731
781
|
border-right: 0.1rem solid;
|
|
732
782
|
border-bottom: 0.1rem solid;
|
|
733
783
|
border-color: #e8e0ce; }
|
|
734
|
-
.cdr-banner--default_11-
|
|
784
|
+
.cdr-banner--default_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 {
|
|
735
785
|
background-color: #e8e0ce; }
|
|
736
|
-
.cdr-banner--default_11-
|
|
786
|
+
.cdr-banner--default_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 svg {
|
|
737
787
|
fill: #726d64; }
|
|
738
|
-
.cdr-banner--default_11-
|
|
788
|
+
.cdr-banner--default_11-2-0 .cdr-banner__wrapper_11-2-0 {
|
|
739
789
|
border-left: 0.4rem solid;
|
|
740
790
|
border-left-color: #726d64; }
|
|
741
|
-
.cdr-banner--info_11-
|
|
742
|
-
background-color: #
|
|
791
|
+
.cdr-banner--info_11-2-0 .cdr-banner__main_11-2-0 {
|
|
792
|
+
background-color: #edf4f5;
|
|
743
793
|
border-top: 0.1rem solid;
|
|
744
794
|
border-right: 0.1rem solid;
|
|
745
795
|
border-bottom: 0.1rem solid;
|
|
746
796
|
border-color: #c2d8db; }
|
|
747
|
-
.cdr-banner--info_11-
|
|
797
|
+
.cdr-banner--info_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 {
|
|
748
798
|
background-color: #c2d8db; }
|
|
749
|
-
.cdr-banner--info_11-
|
|
799
|
+
.cdr-banner--info_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 svg {
|
|
750
800
|
fill: #408e86; }
|
|
751
|
-
.cdr-banner--info_11-
|
|
801
|
+
.cdr-banner--info_11-2-0 .cdr-banner__wrapper_11-2-0 {
|
|
752
802
|
border-left: 0.4rem solid;
|
|
753
803
|
border-left-color: #408e86; }
|
|
754
|
-
.cdr-banner--warning_11-
|
|
804
|
+
.cdr-banner--warning_11-2-0 .cdr-banner__main_11-2-0 {
|
|
755
805
|
background-color: #fefcf1;
|
|
756
806
|
border-top: 0.1rem solid;
|
|
757
807
|
border-right: 0.1rem solid;
|
|
758
808
|
border-bottom: 0.1rem solid;
|
|
759
809
|
border-color: #f5e9b7; }
|
|
760
|
-
.cdr-banner--warning_11-
|
|
810
|
+
.cdr-banner--warning_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 {
|
|
761
811
|
background-color: #f5e9b7; }
|
|
762
|
-
.cdr-banner--warning_11-
|
|
812
|
+
.cdr-banner--warning_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 svg {
|
|
763
813
|
fill: #b68b37; }
|
|
764
|
-
.cdr-banner--warning_11-
|
|
814
|
+
.cdr-banner--warning_11-2-0 .cdr-banner__wrapper_11-2-0 {
|
|
765
815
|
border-left: 0.4rem solid;
|
|
766
816
|
border-left-color: #b68b37; }
|
|
767
|
-
.cdr-banner--success_11-
|
|
817
|
+
.cdr-banner--success_11-2-0 .cdr-banner__main_11-2-0 {
|
|
768
818
|
background-color: #f4fbf5;
|
|
769
819
|
border-top: 0.1rem solid;
|
|
770
820
|
border-right: 0.1rem solid;
|
|
771
821
|
border-bottom: 0.1rem solid;
|
|
772
822
|
border-color: #d5e6cb; }
|
|
773
|
-
.cdr-banner--success_11-
|
|
823
|
+
.cdr-banner--success_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 {
|
|
774
824
|
background-color: #d5e6cb; }
|
|
775
|
-
.cdr-banner--success_11-
|
|
825
|
+
.cdr-banner--success_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 svg {
|
|
776
826
|
fill: #3b8349; }
|
|
777
|
-
.cdr-banner--success_11-
|
|
827
|
+
.cdr-banner--success_11-2-0 .cdr-banner__wrapper_11-2-0 {
|
|
778
828
|
border-left: 0.4rem solid;
|
|
779
829
|
border-left-color: #3b8349; }
|
|
780
|
-
.cdr-banner--error_11-
|
|
781
|
-
background-color: #
|
|
830
|
+
.cdr-banner--error_11-2-0 .cdr-banner__main_11-2-0 {
|
|
831
|
+
background-color: #fdf7f7;
|
|
782
832
|
border-top: 0.1rem solid;
|
|
783
833
|
border-right: 0.1rem solid;
|
|
784
834
|
border-bottom: 0.1rem solid;
|
|
785
835
|
border-color: #eecbc1; }
|
|
786
|
-
.cdr-banner--error_11-
|
|
836
|
+
.cdr-banner--error_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 {
|
|
787
837
|
background-color: #eecbc1; }
|
|
788
|
-
.cdr-banner--error_11-
|
|
838
|
+
.cdr-banner--error_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 svg {
|
|
789
839
|
fill: #bb4045; }
|
|
790
|
-
.cdr-banner--error_11-
|
|
840
|
+
.cdr-banner--error_11-2-0 .cdr-banner__wrapper_11-2-0 {
|
|
791
841
|
border-left: 0.4rem solid;
|
|
792
842
|
border-left-color: #bb4045; }
|
|
793
843
|
|
|
794
|
-
.cdr-
|
|
795
|
-
position: relative;
|
|
796
|
-
background-color: #ffffff;
|
|
797
|
-
border-radius: 0.4rem;
|
|
798
|
-
box-shadow: 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2);
|
|
799
|
-
color: rgba(12, 11, 8, 0.75);
|
|
800
|
-
width: 100%;
|
|
801
|
-
transition: box-shadow 0.2s cubic-bezier(0.15, 0, 0.15, 0);
|
|
802
|
-
cursor: pointer;
|
|
803
|
-
overflow: hidden; }
|
|
804
|
-
.cdr-card_11-0-0-beta-7:active, .cdr-card_11-0-0-beta-7:hover {
|
|
805
|
-
box-shadow: 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2);
|
|
806
|
-
transform: translateY(-0.2rem);
|
|
807
|
-
transition: 0.2s; }
|
|
808
|
-
.cdr-card__link {
|
|
809
|
-
position: static;
|
|
810
|
-
color: rgba(12, 11, 8, 0.75) !important;
|
|
811
|
-
text-decoration: none !important; }
|
|
812
|
-
.cdr-card__link:hover {
|
|
813
|
-
text-decoration: underline !important;
|
|
814
|
-
color: #406eb5 !important; }
|
|
815
|
-
.cdr-card__link::before {
|
|
816
|
-
content: "";
|
|
817
|
-
display: block;
|
|
818
|
-
position: absolute;
|
|
819
|
-
width: 100%;
|
|
820
|
-
z-index: 1;
|
|
821
|
-
height: 100%;
|
|
822
|
-
left: 0;
|
|
823
|
-
top: 0;
|
|
824
|
-
background-color: transparent; }
|
|
825
|
-
|
|
826
|
-
/* intentionally empty */
|
|
827
|
-
.cdr-form-group_11-0-0-beta-7 {
|
|
828
|
-
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
829
|
-
font-style: normal;
|
|
830
|
-
font-weight: 500;
|
|
831
|
-
letter-spacing: 0;
|
|
832
|
-
font-size: 1.6rem;
|
|
833
|
-
line-height: 2rem;
|
|
834
|
-
border: none;
|
|
835
|
-
-webkit-margin-start: 0;
|
|
836
|
-
margin-inline-start: 0;
|
|
837
|
-
-webkit-margin-end: 0;
|
|
838
|
-
margin-inline-end: 0;
|
|
839
|
-
-webkit-padding-before: 0;
|
|
840
|
-
padding-block-start: 0;
|
|
841
|
-
-webkit-padding-start: 0;
|
|
842
|
-
padding-inline-start: 0;
|
|
843
|
-
-webkit-padding-end: 0;
|
|
844
|
-
padding-inline-end: 0;
|
|
845
|
-
-webkit-padding-after: 0;
|
|
846
|
-
padding-block-end: 0; }
|
|
847
|
-
.cdr-form-group_11-0-0-beta-7 legend {
|
|
848
|
-
-webkit-padding-start: 0;
|
|
849
|
-
padding-inline-start: 0;
|
|
850
|
-
margin-bottom: 0.8rem; }
|
|
851
|
-
.cdr-form-group--error_11-0-0-beta-7 {
|
|
852
|
-
box-shadow: inset 0 0 0 0.1rem #b33322;
|
|
853
|
-
background-color: rgba(255, 242, 242, 0.75); }
|
|
854
|
-
.cdr-form-group--error_11-0-0-beta-7:hover {
|
|
855
|
-
background-color: transparent; }
|
|
856
|
-
.cdr-form-group--disabled_11-0-0-beta-7 {
|
|
857
|
-
cursor: not-allowed;
|
|
858
|
-
color: #d1cbbd; }
|
|
859
|
-
.cdr-form-group--disabled_11-0-0-beta-7 .cdr-form-group__optional_11-0-0-beta-7, .cdr-form-group--disabled_11-0-0-beta-7 .cdr-form-group__required_11-0-0-beta-7 {
|
|
860
|
-
color: #d1cbbd; }
|
|
861
|
-
.cdr-form-group__wrapper_11-0-0-beta-7 {
|
|
862
|
-
border-radius: 0.4rem;
|
|
863
|
-
display: flex;
|
|
864
|
-
flex-direction: column; }
|
|
865
|
-
.cdr-form-group__wrapper_11-0-0-beta-7 > * {
|
|
866
|
-
flex: 1 1 0; }
|
|
867
|
-
.cdr-form-group__optional_11-0-0-beta-7 {
|
|
868
|
-
color: rgba(66, 59, 47, 0.75); }
|
|
869
|
-
|
|
870
|
-
.cdr-chip_11-0-0-beta-7 {
|
|
844
|
+
.cdr-chip_11-2-0 {
|
|
871
845
|
display: inline-flex;
|
|
872
846
|
align-items: center;
|
|
873
847
|
position: relative;
|
|
@@ -888,82 +862,44 @@
|
|
|
888
862
|
font-weight: 400;
|
|
889
863
|
letter-spacing: -0.008rem;
|
|
890
864
|
transition: color 0.1s cubic-bezier(0.15, 0, 0.15, 0), fill 0.1s cubic-bezier(0.15, 0, 0.15, 0), background-color 0.1s cubic-bezier(0.15, 0, 0.15, 0), box-shadow 0.1s cubic-bezier(0.15, 0, 0.15, 0); }
|
|
891
|
-
.cdr-chip_11-
|
|
865
|
+
.cdr-chip_11-2-0:disabled, .cdr-chip_11-2-0:disabled:hover, .cdr-chip_11-2-0:disabled:focus {
|
|
892
866
|
cursor: not-allowed !important;
|
|
893
867
|
background-color: #ffffff !important;
|
|
894
868
|
box-shadow: inset 0 0 0 0.1rem #dcd6cb !important;
|
|
895
869
|
color: #d1cbbd !important; }
|
|
896
|
-
.cdr-chip_11-
|
|
870
|
+
.cdr-chip_11-2-0:hover {
|
|
897
871
|
background-color: #f9f8f6;
|
|
898
872
|
box-shadow: inset 0 0 0 0.1rem #928b80, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
|
|
899
|
-
.cdr-chip_11-
|
|
873
|
+
.cdr-chip_11-2-0:focus {
|
|
900
874
|
outline: none;
|
|
901
875
|
outline-offset: 0;
|
|
902
876
|
background-color: #ffffff;
|
|
903
877
|
box-shadow: inset 0 0 0 0.3rem #4e4d49; }
|
|
904
|
-
.cdr-chip_11-
|
|
878
|
+
.cdr-chip_11-2-0:active {
|
|
905
879
|
background-color: #edeae3;
|
|
906
880
|
box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
|
|
907
|
-
.cdr-chip_11-
|
|
881
|
+
.cdr-chip_11-2-0[aria-pressed="true"], .cdr-chip_11-2-0[aria-checked="true"] {
|
|
908
882
|
text-shadow: 0 0 0.1rem currentColor;
|
|
909
883
|
background-color: #edeae3;
|
|
910
884
|
box-shadow: inset 0 0 0 0.1rem #4e4d49; }
|
|
911
|
-
.cdr-chip_11-
|
|
885
|
+
.cdr-chip_11-2-0[aria-pressed="true"]:hover, .cdr-chip_11-2-0[aria-checked="true"]:hover {
|
|
912
886
|
background-color: #edeae3;
|
|
913
887
|
box-shadow: inset 0 0 0 0.2rem #726d64, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
|
|
914
|
-
.cdr-chip_11-
|
|
888
|
+
.cdr-chip_11-2-0[aria-pressed="true"]:focus, .cdr-chip_11-2-0[aria-checked="true"]:focus {
|
|
915
889
|
background-color: #edeae3;
|
|
916
890
|
box-shadow: inset 0 0 0 0.3rem #4e4d49; }
|
|
917
|
-
.cdr-chip__icon-left_11-
|
|
891
|
+
.cdr-chip__icon-left_11-2-0 {
|
|
918
892
|
position: absolute;
|
|
919
893
|
left: 0.8rem; }
|
|
920
|
-
.cdr-chip__icon-right_11-
|
|
894
|
+
.cdr-chip__icon-right_11-2-0 {
|
|
921
895
|
position: absolute;
|
|
922
896
|
right: 0.8rem; }
|
|
923
|
-
.cdr-chip__icon-left_11-
|
|
897
|
+
.cdr-chip__icon-left_11-2-0 ~ .cdr-chip__content_11-2-0 {
|
|
924
898
|
margin-left: 1.6rem; }
|
|
925
|
-
.cdr-chip__icon-right_11-
|
|
899
|
+
.cdr-chip__icon-right_11-2-0 ~ .cdr-chip__content_11-2-0 {
|
|
926
900
|
margin-right: 1.6rem; }
|
|
927
901
|
|
|
928
|
-
.cdr-
|
|
929
|
-
border: none;
|
|
930
|
-
-webkit-margin-start: 0;
|
|
931
|
-
margin-inline-start: 0;
|
|
932
|
-
-webkit-margin-end: 0;
|
|
933
|
-
margin-inline-end: 0;
|
|
934
|
-
-webkit-padding-before: 0;
|
|
935
|
-
padding-block-start: 0;
|
|
936
|
-
-webkit-padding-start: 0;
|
|
937
|
-
padding-inline-start: 0;
|
|
938
|
-
-webkit-padding-end: 0;
|
|
939
|
-
padding-inline-end: 0;
|
|
940
|
-
-webkit-padding-after: 0;
|
|
941
|
-
padding-block-end: 0; }
|
|
942
|
-
.cdr-chip-group_11-0-0-beta-7 legend {
|
|
943
|
-
-webkit-padding-start: 0;
|
|
944
|
-
padding-inline-start: 0;
|
|
945
|
-
margin-bottom: 0.8rem; }
|
|
946
|
-
.cdr-chip-group__content_11-0-0-beta-7 > button:not(:last-child) {
|
|
947
|
-
margin-right: 0.8rem;
|
|
948
|
-
margin-bottom: 0.8rem; }
|
|
949
|
-
.cdr-chip-group__legend--hidden_11-0-0-beta-7 {
|
|
950
|
-
position: absolute;
|
|
951
|
-
width: 0.1rem;
|
|
952
|
-
height: 0.1rem;
|
|
953
|
-
padding: 0;
|
|
954
|
-
margin: -0.1rem;
|
|
955
|
-
overflow: hidden;
|
|
956
|
-
clip: rect(0, 0, 0, 0);
|
|
957
|
-
border: 0; }
|
|
958
|
-
.cdr-chip-group__legend_11-0-0-beta-7 {
|
|
959
|
-
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
960
|
-
font-style: normal;
|
|
961
|
-
font-weight: 500;
|
|
962
|
-
letter-spacing: 0;
|
|
963
|
-
font-size: 1.6rem;
|
|
964
|
-
line-height: 2rem; }
|
|
965
|
-
|
|
966
|
-
.cdr-breadcrumb_11-0-0-beta-7 {
|
|
902
|
+
.cdr-breadcrumb_11-2-0 {
|
|
967
903
|
line-height: 1;
|
|
968
904
|
/* List
|
|
969
905
|
========== */
|
|
@@ -975,28 +911,28 @@
|
|
|
975
911
|
========== */
|
|
976
912
|
/* Ellipses
|
|
977
913
|
========== */ }
|
|
978
|
-
.cdr-breadcrumb__list_11-
|
|
914
|
+
.cdr-breadcrumb__list_11-2-0 {
|
|
979
915
|
display: inline-flex;
|
|
980
916
|
flex-wrap: wrap;
|
|
981
917
|
padding: 0;
|
|
982
918
|
margin: 0; }
|
|
983
|
-
.cdr-breadcrumb__item_11-
|
|
919
|
+
.cdr-breadcrumb__item_11-2-0 {
|
|
984
920
|
display: inline-flex;
|
|
985
921
|
flex: none;
|
|
986
922
|
padding: 0;
|
|
987
923
|
color: rgba(66, 59, 47, 0.75); }
|
|
988
|
-
.cdr-breadcrumb__link_11-
|
|
924
|
+
.cdr-breadcrumb__link_11-2-0 {
|
|
989
925
|
text-decoration: none;
|
|
990
926
|
color: inherit; }
|
|
991
|
-
.cdr-breadcrumb__link_11-
|
|
927
|
+
.cdr-breadcrumb__link_11-2-0:hover, .cdr-breadcrumb__link_11-2-0:active, .cdr-breadcrumb__link_11-2-0:focus {
|
|
992
928
|
color: #406eb5; }
|
|
993
|
-
.cdr-breadcrumb__link_11-
|
|
929
|
+
.cdr-breadcrumb__link_11-2-0:hover, .cdr-breadcrumb__link_11-2-0:active, .cdr-breadcrumb__link_11-2-0:focus {
|
|
994
930
|
color: #406eb5;
|
|
995
931
|
text-decoration: underline; }
|
|
996
|
-
.cdr-breadcrumb__delimiter_11-
|
|
932
|
+
.cdr-breadcrumb__delimiter_11-2-0 {
|
|
997
933
|
color: inherit;
|
|
998
934
|
padding: 0 0.8rem; }
|
|
999
|
-
.cdr-breadcrumb__ellipses_11-
|
|
935
|
+
.cdr-breadcrumb__ellipses_11-2-0 {
|
|
1000
936
|
font-family: inherit;
|
|
1001
937
|
font-size: inherit;
|
|
1002
938
|
line-height: inherit;
|
|
@@ -1009,14 +945,14 @@
|
|
|
1009
945
|
padding: 0;
|
|
1010
946
|
/* Ellipses Icon
|
|
1011
947
|
========== */ }
|
|
1012
|
-
.cdr-breadcrumb__ellipses_11-
|
|
948
|
+
.cdr-breadcrumb__ellipses_11-2-0 .cdr-breadcrumb__ellipses-icon_11-2-0 {
|
|
1013
949
|
color: rgba(66, 59, 47, 0.75);
|
|
1014
950
|
border-bottom: 0.1rem solid transparent;
|
|
1015
951
|
fill: inherit; }
|
|
1016
|
-
.cdr-breadcrumb__ellipses_11-
|
|
952
|
+
.cdr-breadcrumb__ellipses_11-2-0:hover .cdr-breadcrumb__ellipses-icon_11-2-0, .cdr-breadcrumb__ellipses_11-2-0:active .cdr-breadcrumb__ellipses-icon_11-2-0, .cdr-breadcrumb__ellipses_11-2-0:focus .cdr-breadcrumb__ellipses-icon_11-2-0 {
|
|
1017
953
|
color: #406eb5;
|
|
1018
954
|
text-decoration: underline; }
|
|
1019
|
-
.cdr-breadcrumb__link_11-
|
|
955
|
+
.cdr-breadcrumb__link_11-2-0, .cdr-breadcrumb__delimiter_11-2-0, .cdr-breadcrumb__ellipses_11-2-0 {
|
|
1020
956
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1021
957
|
font-style: normal;
|
|
1022
958
|
font-weight: 400;
|
|
@@ -1024,7 +960,7 @@
|
|
|
1024
960
|
font-size: 1.2rem;
|
|
1025
961
|
line-height: 1.6rem; }
|
|
1026
962
|
@media (min-width: 992px) {
|
|
1027
|
-
.cdr-breadcrumb__link_11-
|
|
963
|
+
.cdr-breadcrumb__link_11-2-0, .cdr-breadcrumb__delimiter_11-2-0, .cdr-breadcrumb__ellipses_11-2-0 {
|
|
1028
964
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1029
965
|
font-style: normal;
|
|
1030
966
|
font-weight: 400;
|
|
@@ -1032,8 +968,46 @@
|
|
|
1032
968
|
font-size: 1.4rem;
|
|
1033
969
|
line-height: 1.8rem; } }
|
|
1034
970
|
|
|
971
|
+
.cdr-chip-group_11-2-0 {
|
|
972
|
+
border: none;
|
|
973
|
+
-webkit-margin-start: 0;
|
|
974
|
+
margin-inline-start: 0;
|
|
975
|
+
-webkit-margin-end: 0;
|
|
976
|
+
margin-inline-end: 0;
|
|
977
|
+
-webkit-padding-before: 0;
|
|
978
|
+
padding-block-start: 0;
|
|
979
|
+
-webkit-padding-start: 0;
|
|
980
|
+
padding-inline-start: 0;
|
|
981
|
+
-webkit-padding-end: 0;
|
|
982
|
+
padding-inline-end: 0;
|
|
983
|
+
-webkit-padding-after: 0;
|
|
984
|
+
padding-block-end: 0; }
|
|
985
|
+
.cdr-chip-group_11-2-0 legend {
|
|
986
|
+
-webkit-padding-start: 0;
|
|
987
|
+
padding-inline-start: 0;
|
|
988
|
+
margin-bottom: 0.8rem; }
|
|
989
|
+
.cdr-chip-group__content_11-2-0 > button:not(:last-child) {
|
|
990
|
+
margin-right: 0.8rem;
|
|
991
|
+
margin-bottom: 0.8rem; }
|
|
992
|
+
.cdr-chip-group__legend--hidden_11-2-0 {
|
|
993
|
+
position: absolute;
|
|
994
|
+
width: 0.1rem;
|
|
995
|
+
height: 0.1rem;
|
|
996
|
+
padding: 0;
|
|
997
|
+
margin: -0.1rem;
|
|
998
|
+
overflow: hidden;
|
|
999
|
+
clip: rect(0, 0, 0, 0);
|
|
1000
|
+
border: 0; }
|
|
1001
|
+
.cdr-chip-group__legend_11-2-0 {
|
|
1002
|
+
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1003
|
+
font-style: normal;
|
|
1004
|
+
font-weight: 500;
|
|
1005
|
+
letter-spacing: 0;
|
|
1006
|
+
font-size: 1.6rem;
|
|
1007
|
+
line-height: 2rem; }
|
|
1008
|
+
|
|
1035
1009
|
/* intentionally empty */
|
|
1036
|
-
.cdr-checkbox_11-
|
|
1010
|
+
.cdr-checkbox_11-2-0 {
|
|
1037
1011
|
/* Checked
|
|
1038
1012
|
========== */
|
|
1039
1013
|
/* Disabled
|
|
@@ -1042,14 +1016,14 @@
|
|
|
1042
1016
|
========== */
|
|
1043
1017
|
/* Focus
|
|
1044
1018
|
========== */ }
|
|
1045
|
-
.cdr-checkbox__input_11-
|
|
1019
|
+
.cdr-checkbox__input_11-2-0:checked ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
1046
1020
|
box-shadow: inset 0 0 0 0.1rem #4e4d49;
|
|
1047
1021
|
background-color: #4e4d49;
|
|
1048
1022
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath role='presentation' d='M9.673 18.669h.001L19.766 6.644a1 1 0 10-1.532-1.286l-9.3 11.085-3.169-3.776a1 1 0 10-1.532 1.286l3.875 4.618a.999.999 0 001.565.099z'/%3E%3C/svg%3E");
|
|
1049
1023
|
background-repeat: no-repeat; }
|
|
1050
|
-
.cdr-checkbox__input_11-
|
|
1024
|
+
.cdr-checkbox__input_11-2-0[indeterminate] ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
1051
1025
|
box-shadow: inset 0 0 0 0.1rem #4e4d49; }
|
|
1052
|
-
.cdr-checkbox__input_11-
|
|
1026
|
+
.cdr-checkbox__input_11-2-0[indeterminate] ~ .cdr-label-wrapper__figure_11-2-0::after {
|
|
1053
1027
|
content: '';
|
|
1054
1028
|
position: absolute;
|
|
1055
1029
|
left: 50%;
|
|
@@ -1059,121 +1033,51 @@
|
|
|
1059
1033
|
height: 0.2rem;
|
|
1060
1034
|
background-color: #4e4d49;
|
|
1061
1035
|
border-radius: 0.2rem; }
|
|
1062
|
-
.cdr-checkbox_11-
|
|
1036
|
+
.cdr-checkbox_11-2-0:hover .cdr-label-wrapper__figure_11-2-0 {
|
|
1063
1037
|
cursor: pointer;
|
|
1064
1038
|
box-shadow: inset 0 0 0 0.1rem #20201d, 0 0 0 0.1rem #20201d;
|
|
1065
1039
|
background-color: #f9f8f6; }
|
|
1066
|
-
.cdr-checkbox_11-
|
|
1040
|
+
.cdr-checkbox_11-2-0:hover .cdr-checkbox__input_11-2-0 {
|
|
1067
1041
|
/* Hover + Checked
|
|
1068
1042
|
========== */
|
|
1069
1043
|
/* Hover + Indeterminate
|
|
1070
1044
|
========== */ }
|
|
1071
|
-
.cdr-checkbox_11-
|
|
1045
|
+
.cdr-checkbox_11-2-0:hover .cdr-checkbox__input_11-2-0:checked ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
1072
1046
|
box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
|
|
1073
1047
|
background-color: #928b80;
|
|
1074
1048
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath role='presentation' d='M9.673 18.669h.001L19.766 6.644a1 1 0 10-1.532-1.286l-9.3 11.085-3.169-3.776a1 1 0 10-1.532 1.286l3.875 4.618a.999.999 0 001.565.099z'/%3E%3C/svg%3E"); }
|
|
1075
|
-
.cdr-checkbox_11-
|
|
1049
|
+
.cdr-checkbox_11-2-0:hover .cdr-checkbox__input_11-2-0[indeterminate] ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
1076
1050
|
box-shadow: inset 0 0 0 0.2rem #4e4d49; }
|
|
1077
|
-
.cdr-checkbox_11-
|
|
1051
|
+
.cdr-checkbox_11-2-0:hover .cdr-checkbox__input_11-2-0[indeterminate] ~ .cdr-label-wrapper__figure_11-2-0::after {
|
|
1078
1052
|
background-color: #ffffff; }
|
|
1079
|
-
.cdr-checkbox__input_11-
|
|
1053
|
+
.cdr-checkbox__input_11-2-0:disabled {
|
|
1080
1054
|
/* Disabled + Checked
|
|
1081
1055
|
========== */
|
|
1082
1056
|
/* Disabled + Indeterminate
|
|
1083
1057
|
========== */ }
|
|
1084
|
-
.cdr-checkbox__input_11-
|
|
1058
|
+
.cdr-checkbox__input_11-2-0:disabled ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
1085
1059
|
box-shadow: inset 0 0 0 0.1rem #d1cbbd !important;
|
|
1086
1060
|
background-color: #f9f8f6 !important;
|
|
1087
1061
|
background-image: none !important; }
|
|
1088
|
-
.cdr-checkbox__input_11-
|
|
1062
|
+
.cdr-checkbox__input_11-2-0:disabled:checked ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
1089
1063
|
background-color: #f9f8f6 !important; }
|
|
1090
|
-
.cdr-checkbox__input_11-
|
|
1064
|
+
.cdr-checkbox__input_11-2-0:disabled[indeterminate] ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
1091
1065
|
box-shadow: inset 0 0 0 0.1rem #d1cbbd !important; }
|
|
1092
|
-
.cdr-checkbox__input_11-
|
|
1066
|
+
.cdr-checkbox__input_11-2-0:disabled[indeterminate] ~ .cdr-label-wrapper__figure_11-2-0::after {
|
|
1093
1067
|
background-color: #f9f8f6 !important; }
|
|
1094
|
-
.cdr-checkbox_11-
|
|
1068
|
+
.cdr-checkbox_11-2-0:active .cdr-label-wrapper__figure_11-2-0, .cdr-checkbox_11-2-0:active .cdr-checkbox__input_11-2-0:checked ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
1095
1069
|
box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
|
|
1096
1070
|
background-color: #f9f8f6;
|
|
1097
1071
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234e4d49'%3E%3Cpath role='presentation' d='M9.673 18.669h.001L19.766 6.644a1 1 0 10-1.532-1.286l-9.3 11.085-3.169-3.776a1 1 0 10-1.532 1.286l3.875 4.618a.999.999 0 001.565.099z'/%3E%3C/svg%3E"); }
|
|
1098
|
-
.cdr-checkbox_11-
|
|
1072
|
+
.cdr-checkbox_11-2-0:active .cdr-checkbox__input_11-2-0[indeterminate] ~ .cdr-label-wrapper__figure_11-2-0::after {
|
|
1099
1073
|
content: none; }
|
|
1100
|
-
.cdr-checkbox__input_11-
|
|
1074
|
+
.cdr-checkbox__input_11-2-0:focus ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
1101
1075
|
box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
|
|
1102
1076
|
background-color: #f9f8f6; }
|
|
1103
|
-
.cdr-checkbox__input_11-
|
|
1077
|
+
.cdr-checkbox__input_11-2-0:focus:checked ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
1104
1078
|
background-color: #928b80; }
|
|
1105
1079
|
|
|
1106
|
-
.cdr-
|
|
1107
|
-
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1108
|
-
font-style: normal;
|
|
1109
|
-
font-weight: 400;
|
|
1110
|
-
letter-spacing: -0.016rem;
|
|
1111
|
-
font-size: 1.6rem;
|
|
1112
|
-
line-height: 2.2rem;
|
|
1113
|
-
padding-left: 1.6rem;
|
|
1114
|
-
padding-right: 1.6rem;
|
|
1115
|
-
width: 100%; }
|
|
1116
|
-
@media (min-width: 992px) {
|
|
1117
|
-
.cdr-container_11-0-0-beta-7 {
|
|
1118
|
-
padding-left: 3.2rem;
|
|
1119
|
-
padding-right: 3.2rem; } }
|
|
1120
|
-
.cdr-container--static_11-0-0-beta-7 {
|
|
1121
|
-
margin-left: auto;
|
|
1122
|
-
margin-right: auto;
|
|
1123
|
-
max-width: 123.2rem; }
|
|
1124
|
-
|
|
1125
|
-
.cdr-grid_11-0-0-beta-7 {
|
|
1126
|
-
display: grid;
|
|
1127
|
-
list-style: none;
|
|
1128
|
-
margin: 0;
|
|
1129
|
-
padding: 0;
|
|
1130
|
-
gap: 1.6rem 1.6rem; }
|
|
1131
|
-
.cdr-grid--gutter-none_11-0-0-beta-7 {
|
|
1132
|
-
gap: 0 0; }
|
|
1133
|
-
.cdr-grid--gutter-small_11-0-0-beta-7 {
|
|
1134
|
-
gap: 0.2rem 0.2rem; }
|
|
1135
|
-
.cdr-grid--gutter-medium_11-0-0-beta-7 {
|
|
1136
|
-
gap: 1.6rem 1.6rem; }
|
|
1137
|
-
.cdr-grid--gutter-large_11-0-0-beta-7 {
|
|
1138
|
-
gap: 3.2rem 3.2rem; }
|
|
1139
|
-
@media (min-width: 0) and (max-width: 767px) {
|
|
1140
|
-
.cdr-grid--gutter-none\@xs_11-0-0-beta-7 {
|
|
1141
|
-
gap: 0 0; }
|
|
1142
|
-
.cdr-grid--gutter-small\@xs_11-0-0-beta-7 {
|
|
1143
|
-
gap: 0.2rem 0.2rem; }
|
|
1144
|
-
.cdr-grid--gutter-medium\@xs_11-0-0-beta-7 {
|
|
1145
|
-
gap: 1.6rem 1.6rem; }
|
|
1146
|
-
.cdr-grid--gutter-large\@xs_11-0-0-beta-7 {
|
|
1147
|
-
gap: 3.2rem 3.2rem; } }
|
|
1148
|
-
@media (min-width: 768px) and (max-width: 991px) {
|
|
1149
|
-
.cdr-grid--gutter-none\@sm_11-0-0-beta-7 {
|
|
1150
|
-
gap: 0 0; }
|
|
1151
|
-
.cdr-grid--gutter-small\@sm_11-0-0-beta-7 {
|
|
1152
|
-
gap: 0.2rem 0.2rem; }
|
|
1153
|
-
.cdr-grid--gutter-medium\@sm_11-0-0-beta-7 {
|
|
1154
|
-
gap: 1.6rem 1.6rem; }
|
|
1155
|
-
.cdr-grid--gutter-large\@sm_11-0-0-beta-7 {
|
|
1156
|
-
gap: 3.2rem 3.2rem; } }
|
|
1157
|
-
@media (min-width: 992px) and (max-width: 1231px) {
|
|
1158
|
-
.cdr-grid--gutter-none\@md_11-0-0-beta-7 {
|
|
1159
|
-
gap: 0 0; }
|
|
1160
|
-
.cdr-grid--gutter-small\@md_11-0-0-beta-7 {
|
|
1161
|
-
gap: 0.2rem 0.2rem; }
|
|
1162
|
-
.cdr-grid--gutter-medium\@md_11-0-0-beta-7 {
|
|
1163
|
-
gap: 1.6rem 1.6rem; }
|
|
1164
|
-
.cdr-grid--gutter-large\@md_11-0-0-beta-7 {
|
|
1165
|
-
gap: 3.2rem 3.2rem; } }
|
|
1166
|
-
@media (min-width: 1232px) {
|
|
1167
|
-
.cdr-grid--gutter-none\@lg_11-0-0-beta-7 {
|
|
1168
|
-
gap: 0 0; }
|
|
1169
|
-
.cdr-grid--gutter-small\@lg_11-0-0-beta-7 {
|
|
1170
|
-
gap: 0.2rem 0.2rem; }
|
|
1171
|
-
.cdr-grid--gutter-medium\@lg_11-0-0-beta-7 {
|
|
1172
|
-
gap: 1.6rem 1.6rem; }
|
|
1173
|
-
.cdr-grid--gutter-large\@lg_11-0-0-beta-7 {
|
|
1174
|
-
gap: 3.2rem 3.2rem; } }
|
|
1175
|
-
|
|
1176
|
-
.cdr-image_11-0-0-beta-7 {
|
|
1080
|
+
.cdr-image_11-2-0 {
|
|
1177
1081
|
max-width: 100%;
|
|
1178
1082
|
vertical-align: middle;
|
|
1179
1083
|
border-style: none;
|
|
@@ -1185,26 +1089,26 @@
|
|
|
1185
1089
|
========== */
|
|
1186
1090
|
/* circle
|
|
1187
1091
|
========== */ }
|
|
1188
|
-
.cdr-image--responsive_11-
|
|
1092
|
+
.cdr-image--responsive_11-2-0 {
|
|
1189
1093
|
display: block;
|
|
1190
1094
|
height: auto;
|
|
1191
1095
|
width: 100%; }
|
|
1192
|
-
.cdr-image--rounded_11-
|
|
1096
|
+
.cdr-image--rounded_11-2-0 {
|
|
1193
1097
|
border-radius: 0.4rem; }
|
|
1194
|
-
.cdr-image--circle_11-
|
|
1098
|
+
.cdr-image--circle_11-2-0 {
|
|
1195
1099
|
border-radius: 999.9rem; }
|
|
1196
1100
|
/* ==========================================================================
|
|
1197
1101
|
# MEDIA FRAME
|
|
1198
1102
|
========================================================================== */
|
|
1199
|
-
.cdr-image-ratio_11-
|
|
1103
|
+
.cdr-image-ratio_11-2-0 {
|
|
1200
1104
|
position: relative;
|
|
1201
1105
|
overflow: hidden; }
|
|
1202
|
-
.cdr-image-ratio_11-
|
|
1106
|
+
.cdr-image-ratio_11-2-0::before {
|
|
1203
1107
|
content: '';
|
|
1204
1108
|
height: 0;
|
|
1205
1109
|
display: block;
|
|
1206
1110
|
padding-bottom: var(--ratio); }
|
|
1207
|
-
.cdr-image-ratio__cover_11-
|
|
1111
|
+
.cdr-image-ratio__cover_11-2-0 {
|
|
1208
1112
|
position: absolute;
|
|
1209
1113
|
top: 0;
|
|
1210
1114
|
left: 0;
|
|
@@ -1212,124 +1116,175 @@
|
|
|
1212
1116
|
width: 100%;
|
|
1213
1117
|
-o-object-fit: contain;
|
|
1214
1118
|
object-fit: contain; }
|
|
1215
|
-
.cdr-image-ratio__cover--crop_11-
|
|
1119
|
+
.cdr-image-ratio__cover--crop_11-2-0 {
|
|
1216
1120
|
-o-object-fit: none;
|
|
1217
1121
|
object-fit: none; }
|
|
1218
|
-
.cdr-image-ratio__cover--cover_11-
|
|
1122
|
+
.cdr-image-ratio__cover--cover_11-2-0 {
|
|
1219
1123
|
-o-object-fit: cover;
|
|
1220
1124
|
object-fit: cover; }
|
|
1221
1125
|
|
|
1222
|
-
.cdr-
|
|
1223
|
-
|
|
1224
|
-
|
|
1126
|
+
.cdr-container_11-2-0 {
|
|
1127
|
+
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1128
|
+
font-style: normal;
|
|
1129
|
+
font-weight: 400;
|
|
1130
|
+
letter-spacing: -0.016rem;
|
|
1131
|
+
font-size: 1.6rem;
|
|
1132
|
+
line-height: 2.2rem;
|
|
1133
|
+
padding-left: 1.6rem;
|
|
1134
|
+
padding-right: 1.6rem;
|
|
1135
|
+
width: 100%; }
|
|
1136
|
+
@media (min-width: 992px) {
|
|
1137
|
+
.cdr-container_11-2-0 {
|
|
1138
|
+
padding-left: 3.2rem;
|
|
1139
|
+
padding-right: 3.2rem; } }
|
|
1140
|
+
.cdr-container--static_11-2-0 {
|
|
1141
|
+
margin-left: auto;
|
|
1142
|
+
margin-right: auto;
|
|
1143
|
+
max-width: 123.2rem; }
|
|
1144
|
+
|
|
1145
|
+
/* ==========================================================================
|
|
1146
|
+
# CdrLink
|
|
1147
|
+
|
|
1148
|
+
TOC:
|
|
1149
|
+
|
|
1150
|
+
:Base Styles
|
|
1151
|
+
:States
|
|
1152
|
+
:Modifiers
|
|
1153
|
+
:Style variants
|
|
1154
|
+
:Standalone
|
|
1155
|
+
========================================================================== */
|
|
1156
|
+
.cdr-link_11-2-0 {
|
|
1157
|
+
font-family: inherit;
|
|
1158
|
+
font-size: inherit;
|
|
1159
|
+
line-height: inherit;
|
|
1160
|
+
align-items: center;
|
|
1161
|
+
background-color: transparent;
|
|
1162
|
+
border: 0;
|
|
1225
1163
|
margin: 0;
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1164
|
+
color: #406eb5;
|
|
1165
|
+
fill: #406eb5;
|
|
1166
|
+
cursor: pointer;
|
|
1167
|
+
display: inline-flex;
|
|
1168
|
+
outline: none;
|
|
1169
|
+
padding: 0;
|
|
1170
|
+
text-decoration: underline;
|
|
1171
|
+
vertical-align: top; }
|
|
1172
|
+
.cdr-link_11-2-0:active, .cdr-link_11-2-0:focus {
|
|
1173
|
+
color: #0b2d60; }
|
|
1174
|
+
.cdr-link_11-2-0:hover {
|
|
1175
|
+
color: #406eb5;
|
|
1176
|
+
text-decoration: none; }
|
|
1177
|
+
.cdr-link_11-2-0:focus {
|
|
1178
|
+
outline: 0.2rem solid Highlight;
|
|
1179
|
+
outline-color: -webkit-focus-ring-color;
|
|
1180
|
+
outline-offset: 0; }
|
|
1181
|
+
/* Standalone
|
|
1233
1182
|
========== */
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
position: relative;
|
|
1283
|
-
padding-left: 1em; }
|
|
1284
|
-
.cdr-list--unordered_11-0-0-beta-7 li > .cdr-list_11-0-0-beta-7 > li::before {
|
|
1285
|
-
content: '\2013';
|
|
1286
|
-
position: relative;
|
|
1287
|
-
margin-left: -1em;
|
|
1288
|
-
padding-right: 0.8rem;
|
|
1289
|
-
color: rgba(66, 59, 47, 0.75); }
|
|
1290
|
-
.cdr-list--inline_11-0-0-beta-7 {
|
|
1183
|
+
.cdr-link--standalone_11-2-0 {
|
|
1184
|
+
text-decoration: none; }
|
|
1185
|
+
.cdr-link--standalone_11-2-0:hover, .cdr-link--standalone_11-2-0:active, .cdr-link--standalone_11-2-0:focus, .cdr-link--standalone_11-2-0:visited {
|
|
1186
|
+
text-decoration: underline; }
|
|
1187
|
+
.cdr-link--inherit-color_11-2-0 {
|
|
1188
|
+
fill: inherit;
|
|
1189
|
+
color: inherit; }
|
|
1190
|
+
.cdr-link--inherit-color_11-2-0:active, .cdr-link--inherit-color_11-2-0:hover, .cdr-link--inherit-color_11-2-0:focus {
|
|
1191
|
+
color: inherit;
|
|
1192
|
+
fill: inherit; }
|
|
1193
|
+
|
|
1194
|
+
/* intentionally empty */
|
|
1195
|
+
.cdr-form-group_11-2-0 {
|
|
1196
|
+
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1197
|
+
font-style: normal;
|
|
1198
|
+
font-weight: 500;
|
|
1199
|
+
letter-spacing: 0;
|
|
1200
|
+
font-size: 1.6rem;
|
|
1201
|
+
line-height: 2rem;
|
|
1202
|
+
border: none;
|
|
1203
|
+
-webkit-margin-start: 0;
|
|
1204
|
+
margin-inline-start: 0;
|
|
1205
|
+
-webkit-margin-end: 0;
|
|
1206
|
+
margin-inline-end: 0;
|
|
1207
|
+
-webkit-padding-before: 0;
|
|
1208
|
+
padding-block-start: 0;
|
|
1209
|
+
-webkit-padding-start: 0;
|
|
1210
|
+
padding-inline-start: 0;
|
|
1211
|
+
-webkit-padding-end: 0;
|
|
1212
|
+
padding-inline-end: 0;
|
|
1213
|
+
-webkit-padding-after: 0;
|
|
1214
|
+
padding-block-end: 0; }
|
|
1215
|
+
.cdr-form-group_11-2-0 legend {
|
|
1216
|
+
-webkit-padding-start: 0;
|
|
1217
|
+
padding-inline-start: 0;
|
|
1218
|
+
margin-bottom: 0.8rem; }
|
|
1219
|
+
.cdr-form-group--error_11-2-0 {
|
|
1220
|
+
box-shadow: inset 0 0 0 0.1rem #b33322;
|
|
1221
|
+
background-color: rgba(255, 242, 242, 0.75); }
|
|
1222
|
+
.cdr-form-group--error_11-2-0:hover {
|
|
1223
|
+
background-color: transparent; }
|
|
1224
|
+
.cdr-form-group--disabled_11-2-0 {
|
|
1225
|
+
cursor: not-allowed;
|
|
1226
|
+
color: #d1cbbd; }
|
|
1227
|
+
.cdr-form-group--disabled_11-2-0 .cdr-form-group__optional_11-2-0, .cdr-form-group--disabled_11-2-0 .cdr-form-group__required_11-2-0 {
|
|
1228
|
+
color: #d1cbbd; }
|
|
1229
|
+
.cdr-form-group__wrapper_11-2-0 {
|
|
1230
|
+
border-radius: 0.4rem;
|
|
1291
1231
|
display: flex;
|
|
1292
|
-
flex-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
.cdr-
|
|
1305
|
-
|
|
1306
|
-
.cdr-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
.cdr-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1232
|
+
flex-direction: column; }
|
|
1233
|
+
.cdr-form-group__wrapper_11-2-0 > * {
|
|
1234
|
+
flex: 1 1 0; }
|
|
1235
|
+
.cdr-form-group__optional_11-2-0 {
|
|
1236
|
+
color: rgba(66, 59, 47, 0.75); }
|
|
1237
|
+
|
|
1238
|
+
.cdr-grid_11-2-0 {
|
|
1239
|
+
display: grid;
|
|
1240
|
+
list-style: none;
|
|
1241
|
+
margin: 0;
|
|
1242
|
+
padding: 0;
|
|
1243
|
+
gap: 1.6rem 1.6rem; }
|
|
1244
|
+
.cdr-grid--gutter-none_11-2-0 {
|
|
1245
|
+
gap: 0 0; }
|
|
1246
|
+
.cdr-grid--gutter-small_11-2-0 {
|
|
1247
|
+
gap: 0.2rem 0.2rem; }
|
|
1248
|
+
.cdr-grid--gutter-medium_11-2-0 {
|
|
1249
|
+
gap: 1.6rem 1.6rem; }
|
|
1250
|
+
.cdr-grid--gutter-large_11-2-0 {
|
|
1251
|
+
gap: 3.2rem 3.2rem; }
|
|
1252
|
+
@media (min-width: 0) and (max-width: 767px) {
|
|
1253
|
+
.cdr-grid--gutter-none\@xs_11-2-0 {
|
|
1254
|
+
gap: 0 0; }
|
|
1255
|
+
.cdr-grid--gutter-small\@xs_11-2-0 {
|
|
1256
|
+
gap: 0.2rem 0.2rem; }
|
|
1257
|
+
.cdr-grid--gutter-medium\@xs_11-2-0 {
|
|
1258
|
+
gap: 1.6rem 1.6rem; }
|
|
1259
|
+
.cdr-grid--gutter-large\@xs_11-2-0 {
|
|
1260
|
+
gap: 3.2rem 3.2rem; } }
|
|
1261
|
+
@media (min-width: 768px) and (max-width: 991px) {
|
|
1262
|
+
.cdr-grid--gutter-none\@sm_11-2-0 {
|
|
1263
|
+
gap: 0 0; }
|
|
1264
|
+
.cdr-grid--gutter-small\@sm_11-2-0 {
|
|
1265
|
+
gap: 0.2rem 0.2rem; }
|
|
1266
|
+
.cdr-grid--gutter-medium\@sm_11-2-0 {
|
|
1267
|
+
gap: 1.6rem 1.6rem; }
|
|
1268
|
+
.cdr-grid--gutter-large\@sm_11-2-0 {
|
|
1269
|
+
gap: 3.2rem 3.2rem; } }
|
|
1270
|
+
@media (min-width: 992px) and (max-width: 1231px) {
|
|
1271
|
+
.cdr-grid--gutter-none\@md_11-2-0 {
|
|
1272
|
+
gap: 0 0; }
|
|
1273
|
+
.cdr-grid--gutter-small\@md_11-2-0 {
|
|
1274
|
+
gap: 0.2rem 0.2rem; }
|
|
1275
|
+
.cdr-grid--gutter-medium\@md_11-2-0 {
|
|
1276
|
+
gap: 1.6rem 1.6rem; }
|
|
1277
|
+
.cdr-grid--gutter-large\@md_11-2-0 {
|
|
1278
|
+
gap: 3.2rem 3.2rem; } }
|
|
1279
|
+
@media (min-width: 1232px) {
|
|
1280
|
+
.cdr-grid--gutter-none\@lg_11-2-0 {
|
|
1281
|
+
gap: 0 0; }
|
|
1282
|
+
.cdr-grid--gutter-small\@lg_11-2-0 {
|
|
1283
|
+
gap: 0.2rem 0.2rem; }
|
|
1284
|
+
.cdr-grid--gutter-medium\@lg_11-2-0 {
|
|
1285
|
+
gap: 1.6rem 1.6rem; }
|
|
1286
|
+
.cdr-grid--gutter-large\@lg_11-2-0 {
|
|
1287
|
+
gap: 3.2rem 3.2rem; } }
|
|
1333
1288
|
|
|
1334
1289
|
/* intentionally empty */
|
|
1335
1290
|
/* ==========================================================================
|
|
@@ -1366,7 +1321,7 @@
|
|
|
1366
1321
|
/* ==========================================================================
|
|
1367
1322
|
# INPUT
|
|
1368
1323
|
========================================================================== */
|
|
1369
|
-
.cdr-input_11-
|
|
1324
|
+
.cdr-input_11-2-0 {
|
|
1370
1325
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1371
1326
|
font-style: normal;
|
|
1372
1327
|
font-weight: 400;
|
|
@@ -1407,15 +1362,15 @@
|
|
|
1407
1362
|
========== */
|
|
1408
1363
|
/* Slot Sections
|
|
1409
1364
|
========================================================================== */ }
|
|
1410
|
-
.cdr-input_11-
|
|
1365
|
+
.cdr-input_11-2-0[type=number]::-webkit-inner-spin-button, .cdr-input_11-2-0[type=number]::-webkit-outer-spin-button {
|
|
1411
1366
|
-webkit-appearance: none;
|
|
1412
1367
|
-moz-appearance: none;
|
|
1413
1368
|
appearance: none;
|
|
1414
1369
|
margin: 0; }
|
|
1415
|
-
.cdr-input_11-
|
|
1370
|
+
.cdr-input_11-2-0:active, .cdr-input_11-2-0:focus {
|
|
1416
1371
|
outline: none;
|
|
1417
1372
|
box-shadow: inset 0 0 0 0.2rem #20201d, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
|
|
1418
|
-
.cdr-input_11-
|
|
1373
|
+
.cdr-input_11-2-0::-moz-placeholder {
|
|
1419
1374
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1420
1375
|
font-style: normal;
|
|
1421
1376
|
font-weight: 400;
|
|
@@ -1423,7 +1378,7 @@
|
|
|
1423
1378
|
font-size: 1.6rem;
|
|
1424
1379
|
line-height: 2.2rem;
|
|
1425
1380
|
color: rgba(66, 59, 47, 0.75); }
|
|
1426
|
-
.cdr-input_11-
|
|
1381
|
+
.cdr-input_11-2-0:-ms-input-placeholder {
|
|
1427
1382
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1428
1383
|
font-style: normal;
|
|
1429
1384
|
font-weight: 400;
|
|
@@ -1431,7 +1386,7 @@
|
|
|
1431
1386
|
font-size: 1.6rem;
|
|
1432
1387
|
line-height: 2.2rem;
|
|
1433
1388
|
color: rgba(66, 59, 47, 0.75); }
|
|
1434
|
-
.cdr-input_11-
|
|
1389
|
+
.cdr-input_11-2-0::placeholder {
|
|
1435
1390
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1436
1391
|
font-style: normal;
|
|
1437
1392
|
font-weight: 400;
|
|
@@ -1439,43 +1394,43 @@
|
|
|
1439
1394
|
font-size: 1.6rem;
|
|
1440
1395
|
line-height: 2.2rem;
|
|
1441
1396
|
color: rgba(66, 59, 47, 0.75); }
|
|
1442
|
-
.cdr-input_11-
|
|
1397
|
+
.cdr-input_11-2-0[disabled] {
|
|
1443
1398
|
background-color: #f9f8f6;
|
|
1444
1399
|
color: #d1cbbd;
|
|
1445
1400
|
box-shadow: inset 0 0 0 0.1rem #d1cbbd; }
|
|
1446
|
-
.cdr-input_11-
|
|
1401
|
+
.cdr-input_11-2-0[disabled]:hover {
|
|
1447
1402
|
box-shadow: inset 0 0 0 0.1rem #d1cbbd;
|
|
1448
1403
|
cursor: not-allowed; }
|
|
1449
|
-
.cdr-input_11-
|
|
1404
|
+
.cdr-input_11-2-0[disabled]::-moz-placeholder {
|
|
1450
1405
|
color: #d1cbbd; }
|
|
1451
|
-
.cdr-input_11-
|
|
1406
|
+
.cdr-input_11-2-0[disabled]:-ms-input-placeholder {
|
|
1452
1407
|
color: #d1cbbd; }
|
|
1453
|
-
.cdr-input_11-
|
|
1408
|
+
.cdr-input_11-2-0[disabled]::placeholder {
|
|
1454
1409
|
color: #d1cbbd; }
|
|
1455
|
-
.cdr-input--focus_11-
|
|
1410
|
+
.cdr-input--focus_11-2-0 svg {
|
|
1456
1411
|
fill: rgba(12, 11, 8, 0.75) !important; }
|
|
1457
|
-
.cdr-input--multiline_11-
|
|
1412
|
+
.cdr-input--multiline_11-2-0 {
|
|
1458
1413
|
height: auto; }
|
|
1459
|
-
.cdr-input--preicon_11-
|
|
1414
|
+
.cdr-input--preicon_11-2-0 {
|
|
1460
1415
|
/* $input-pre-icon-default-width = 25px with the expectation that
|
|
1461
1416
|
slot provided icon is close to that width */
|
|
1462
1417
|
padding-left: 3.7rem !important; }
|
|
1463
|
-
.cdr-input--posticon_11-
|
|
1418
|
+
.cdr-input--posticon_11-2-0 {
|
|
1464
1419
|
padding-right: 4.5rem; }
|
|
1465
|
-
.cdr-input--posticons_11-
|
|
1420
|
+
.cdr-input--posticons_11-2-0 {
|
|
1466
1421
|
padding-right: 9rem; }
|
|
1467
|
-
.cdr-input--primary_11-
|
|
1422
|
+
.cdr-input--primary_11-2-0 {
|
|
1468
1423
|
background-color: rgba(244, 242, 237, 0.15); }
|
|
1469
|
-
.cdr-input--primary_11-
|
|
1424
|
+
.cdr-input--primary_11-2-0:active, .cdr-input--primary_11-2-0:focus {
|
|
1470
1425
|
background-color: #f9f8f6; }
|
|
1471
|
-
.cdr-input--secondary_11-
|
|
1426
|
+
.cdr-input--secondary_11-2-0 {
|
|
1472
1427
|
background-color: rgba(255, 255, 255, 0.85); }
|
|
1473
|
-
.cdr-input--secondary_11-
|
|
1428
|
+
.cdr-input--secondary_11-2-0:active, .cdr-input--secondary_11-2-0:focus {
|
|
1474
1429
|
background-color: #ffffff; }
|
|
1475
|
-
.cdr-input--error_11-
|
|
1430
|
+
.cdr-input--error_11-2-0 {
|
|
1476
1431
|
background-color: rgba(255, 242, 242, 0.75);
|
|
1477
1432
|
box-shadow: inset 0 0 0 0.1rem #b33322; }
|
|
1478
|
-
.cdr-input--large_11-
|
|
1433
|
+
.cdr-input--large_11-2-0 {
|
|
1479
1434
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1480
1435
|
font-style: normal;
|
|
1481
1436
|
font-weight: 400;
|
|
@@ -1485,14 +1440,14 @@
|
|
|
1485
1440
|
line-height: 3.2rem;
|
|
1486
1441
|
padding-left: 0.8rem;
|
|
1487
1442
|
height: 4.8rem; }
|
|
1488
|
-
.cdr-input--large_11-
|
|
1443
|
+
.cdr-input--large_11-2-0::-moz-placeholder {
|
|
1489
1444
|
line-height: 3.2rem; }
|
|
1490
|
-
.cdr-input--large_11-
|
|
1445
|
+
.cdr-input--large_11-2-0:-ms-input-placeholder {
|
|
1491
1446
|
line-height: 3.2rem; }
|
|
1492
|
-
.cdr-input--large_11-
|
|
1447
|
+
.cdr-input--large_11-2-0::placeholder {
|
|
1493
1448
|
line-height: 3.2rem; }
|
|
1494
1449
|
@media (min-width: 0) and (max-width: 767px) {
|
|
1495
|
-
.cdr-input--large\@xs_11-
|
|
1450
|
+
.cdr-input--large\@xs_11-2-0 {
|
|
1496
1451
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1497
1452
|
font-style: normal;
|
|
1498
1453
|
font-weight: 400;
|
|
@@ -1502,14 +1457,14 @@
|
|
|
1502
1457
|
line-height: 3.2rem;
|
|
1503
1458
|
padding-left: 0.8rem;
|
|
1504
1459
|
height: 4.8rem; }
|
|
1505
|
-
.cdr-input--large\@xs_11-
|
|
1460
|
+
.cdr-input--large\@xs_11-2-0::-moz-placeholder {
|
|
1506
1461
|
line-height: 3.2rem; }
|
|
1507
|
-
.cdr-input--large\@xs_11-
|
|
1462
|
+
.cdr-input--large\@xs_11-2-0:-ms-input-placeholder {
|
|
1508
1463
|
line-height: 3.2rem; }
|
|
1509
|
-
.cdr-input--large\@xs_11-
|
|
1464
|
+
.cdr-input--large\@xs_11-2-0::placeholder {
|
|
1510
1465
|
line-height: 3.2rem; } }
|
|
1511
1466
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
1512
|
-
.cdr-input--large\@sm_11-
|
|
1467
|
+
.cdr-input--large\@sm_11-2-0 {
|
|
1513
1468
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1514
1469
|
font-style: normal;
|
|
1515
1470
|
font-weight: 400;
|
|
@@ -1519,14 +1474,14 @@
|
|
|
1519
1474
|
line-height: 3.2rem;
|
|
1520
1475
|
padding-left: 0.8rem;
|
|
1521
1476
|
height: 4.8rem; }
|
|
1522
|
-
.cdr-input--large\@sm_11-
|
|
1477
|
+
.cdr-input--large\@sm_11-2-0::-moz-placeholder {
|
|
1523
1478
|
line-height: 3.2rem; }
|
|
1524
|
-
.cdr-input--large\@sm_11-
|
|
1479
|
+
.cdr-input--large\@sm_11-2-0:-ms-input-placeholder {
|
|
1525
1480
|
line-height: 3.2rem; }
|
|
1526
|
-
.cdr-input--large\@sm_11-
|
|
1481
|
+
.cdr-input--large\@sm_11-2-0::placeholder {
|
|
1527
1482
|
line-height: 3.2rem; } }
|
|
1528
1483
|
@media (min-width: 992px) and (max-width: 1231px) {
|
|
1529
|
-
.cdr-input--large\@md_11-
|
|
1484
|
+
.cdr-input--large\@md_11-2-0 {
|
|
1530
1485
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1531
1486
|
font-style: normal;
|
|
1532
1487
|
font-weight: 400;
|
|
@@ -1536,14 +1491,14 @@
|
|
|
1536
1491
|
line-height: 3.2rem;
|
|
1537
1492
|
padding-left: 0.8rem;
|
|
1538
1493
|
height: 4.8rem; }
|
|
1539
|
-
.cdr-input--large\@md_11-
|
|
1494
|
+
.cdr-input--large\@md_11-2-0::-moz-placeholder {
|
|
1540
1495
|
line-height: 3.2rem; }
|
|
1541
|
-
.cdr-input--large\@md_11-
|
|
1496
|
+
.cdr-input--large\@md_11-2-0:-ms-input-placeholder {
|
|
1542
1497
|
line-height: 3.2rem; }
|
|
1543
|
-
.cdr-input--large\@md_11-
|
|
1498
|
+
.cdr-input--large\@md_11-2-0::placeholder {
|
|
1544
1499
|
line-height: 3.2rem; } }
|
|
1545
1500
|
@media (min-width: 1232px) {
|
|
1546
|
-
.cdr-input--large\@lg_11-
|
|
1501
|
+
.cdr-input--large\@lg_11-2-0 {
|
|
1547
1502
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1548
1503
|
font-style: normal;
|
|
1549
1504
|
font-weight: 400;
|
|
@@ -1553,24 +1508,24 @@
|
|
|
1553
1508
|
line-height: 3.2rem;
|
|
1554
1509
|
padding-left: 0.8rem;
|
|
1555
1510
|
height: 4.8rem; }
|
|
1556
|
-
.cdr-input--large\@lg_11-
|
|
1511
|
+
.cdr-input--large\@lg_11-2-0::-moz-placeholder {
|
|
1557
1512
|
line-height: 3.2rem; }
|
|
1558
|
-
.cdr-input--large\@lg_11-
|
|
1513
|
+
.cdr-input--large\@lg_11-2-0:-ms-input-placeholder {
|
|
1559
1514
|
line-height: 3.2rem; }
|
|
1560
|
-
.cdr-input--large\@lg_11-
|
|
1515
|
+
.cdr-input--large\@lg_11-2-0::placeholder {
|
|
1561
1516
|
line-height: 3.2rem; } }
|
|
1562
|
-
.cdr-input__pre-icon_11-
|
|
1517
|
+
.cdr-input__pre-icon_11-2-0 {
|
|
1563
1518
|
position: absolute;
|
|
1564
1519
|
top: 50%;
|
|
1565
1520
|
left: 0.8rem;
|
|
1566
1521
|
transform: translateY(-50%); }
|
|
1567
|
-
.cdr-input__post-icon_11-
|
|
1522
|
+
.cdr-input__post-icon_11-2-0 {
|
|
1568
1523
|
display: block;
|
|
1569
1524
|
position: absolute;
|
|
1570
1525
|
top: 50%;
|
|
1571
1526
|
right: 0.8rem;
|
|
1572
1527
|
transform: translateY(-50%); }
|
|
1573
|
-
.cdr-input__helper-text_11-
|
|
1528
|
+
.cdr-input__helper-text_11-2-0 {
|
|
1574
1529
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1575
1530
|
font-style: normal;
|
|
1576
1531
|
font-weight: 400;
|
|
@@ -1583,73 +1538,24 @@
|
|
|
1583
1538
|
/* ==========================================================================
|
|
1584
1539
|
# INPUT WRAPPER
|
|
1585
1540
|
========================================================================== */
|
|
1586
|
-
.cdr-input-wrap_11-
|
|
1541
|
+
.cdr-input-wrap_11-2-0 {
|
|
1587
1542
|
position: relative;
|
|
1588
1543
|
flex-grow: 1;
|
|
1589
1544
|
fill: #928b80; }
|
|
1590
1545
|
|
|
1591
|
-
/* ==========================================================================
|
|
1592
|
-
# CdrLink
|
|
1593
|
-
|
|
1594
|
-
TOC:
|
|
1595
|
-
|
|
1596
|
-
:Base Styles
|
|
1597
|
-
:States
|
|
1598
|
-
:Modifiers
|
|
1599
|
-
:Style variants
|
|
1600
|
-
:Standalone
|
|
1601
|
-
========================================================================== */
|
|
1602
|
-
.cdr-link_11-0-0-beta-7 {
|
|
1603
|
-
font-family: inherit;
|
|
1604
|
-
font-size: inherit;
|
|
1605
|
-
line-height: inherit;
|
|
1606
|
-
align-items: center;
|
|
1607
|
-
background-color: transparent;
|
|
1608
|
-
border: 0;
|
|
1609
|
-
margin: 0;
|
|
1610
|
-
color: #406eb5;
|
|
1611
|
-
fill: #406eb5;
|
|
1612
|
-
cursor: pointer;
|
|
1613
|
-
display: inline-flex;
|
|
1614
|
-
outline: none;
|
|
1615
|
-
padding: 0;
|
|
1616
|
-
text-decoration: underline;
|
|
1617
|
-
vertical-align: top; }
|
|
1618
|
-
.cdr-link_11-0-0-beta-7:active, .cdr-link_11-0-0-beta-7:focus {
|
|
1619
|
-
color: #0b2d60; }
|
|
1620
|
-
.cdr-link_11-0-0-beta-7:hover {
|
|
1621
|
-
color: #406eb5;
|
|
1622
|
-
text-decoration: none; }
|
|
1623
|
-
.cdr-link_11-0-0-beta-7:focus {
|
|
1624
|
-
outline: 0.2rem solid Highlight;
|
|
1625
|
-
outline-color: -webkit-focus-ring-color;
|
|
1626
|
-
outline-offset: 0; }
|
|
1627
|
-
/* Standalone
|
|
1628
|
-
========== */
|
|
1629
|
-
.cdr-link--standalone_11-0-0-beta-7 {
|
|
1630
|
-
text-decoration: none; }
|
|
1631
|
-
.cdr-link--standalone_11-0-0-beta-7:hover, .cdr-link--standalone_11-0-0-beta-7:active, .cdr-link--standalone_11-0-0-beta-7:focus, .cdr-link--standalone_11-0-0-beta-7:visited {
|
|
1632
|
-
text-decoration: underline; }
|
|
1633
|
-
.cdr-link--inherit-color_11-0-0-beta-7 {
|
|
1634
|
-
fill: inherit;
|
|
1635
|
-
color: inherit; }
|
|
1636
|
-
.cdr-link--inherit-color_11-0-0-beta-7:active, .cdr-link--inherit-color_11-0-0-beta-7:hover, .cdr-link--inherit-color_11-0-0-beta-7:focus {
|
|
1637
|
-
color: inherit;
|
|
1638
|
-
fill: inherit; }
|
|
1639
|
-
|
|
1640
1546
|
/* intentionally empty */
|
|
1641
|
-
.cdr-popover--position_11-
|
|
1547
|
+
.cdr-popover--position_11-2-0 {
|
|
1642
1548
|
position: relative; }
|
|
1643
|
-
.cdr-popover--wrapper_11-
|
|
1549
|
+
.cdr-popover--wrapper_11-2-0 {
|
|
1644
1550
|
width: -webkit-max-content;
|
|
1645
1551
|
width: -moz-max-content;
|
|
1646
1552
|
width: max-content;
|
|
1647
1553
|
height: -webkit-max-content;
|
|
1648
1554
|
height: -moz-max-content;
|
|
1649
1555
|
height: max-content; }
|
|
1650
|
-
.cdr-popover--wrapper_11-
|
|
1556
|
+
.cdr-popover--wrapper_11-2-0 .cdr-popup--closed_11-2-0 {
|
|
1651
1557
|
display: none; }
|
|
1652
|
-
.cdr-popover__title_11-
|
|
1558
|
+
.cdr-popover__title_11-2-0 {
|
|
1653
1559
|
font-family: Stuart, Georgia, serif;
|
|
1654
1560
|
font-style: normal;
|
|
1655
1561
|
font-weight: 500;
|
|
@@ -1658,17 +1564,129 @@
|
|
|
1658
1564
|
line-height: 2.4rem;
|
|
1659
1565
|
margin-bottom: 0.8rem;
|
|
1660
1566
|
margin-right: 0.8rem; }
|
|
1661
|
-
.cdr-popover__container_11-
|
|
1567
|
+
.cdr-popover__container_11-2-0 {
|
|
1662
1568
|
padding: 0.8rem;
|
|
1663
1569
|
padding-left: 1.6rem;
|
|
1664
1570
|
display: flex; }
|
|
1665
|
-
.cdr-popover__content_11-
|
|
1571
|
+
.cdr-popover__content_11-2-0 {
|
|
1666
1572
|
flex: auto; }
|
|
1667
|
-
.cdr-popover__close-button_11-
|
|
1573
|
+
.cdr-popover__close-button_11-2-0 {
|
|
1668
1574
|
align-self: flex-start;
|
|
1669
1575
|
flex: none;
|
|
1670
1576
|
padding: 0; }
|
|
1671
1577
|
|
|
1578
|
+
.cdr-list_11-2-0 {
|
|
1579
|
+
list-style-type: none;
|
|
1580
|
+
padding: 0;
|
|
1581
|
+
margin: 0;
|
|
1582
|
+
/* nesting
|
|
1583
|
+
---------- */
|
|
1584
|
+
/* Style variants
|
|
1585
|
+
========================================================================== */
|
|
1586
|
+
/* Compact
|
|
1587
|
+
========== */
|
|
1588
|
+
/* Ordered
|
|
1589
|
+
========== */
|
|
1590
|
+
/* Unordered
|
|
1591
|
+
========== */
|
|
1592
|
+
/* Inline
|
|
1593
|
+
========== */ }
|
|
1594
|
+
.cdr-list_11-2-0 > li + li {
|
|
1595
|
+
margin-top: 0.8rem; }
|
|
1596
|
+
.cdr-list_11-2-0 li > .cdr-list_11-2-0 {
|
|
1597
|
+
margin-top: 0.8rem;
|
|
1598
|
+
padding-left: 1em;
|
|
1599
|
+
list-style-type: none; }
|
|
1600
|
+
.cdr-list--compact_11-2-0 {
|
|
1601
|
+
/* nesting
|
|
1602
|
+
---------- */ }
|
|
1603
|
+
.cdr-list--compact_11-2-0 > li + li {
|
|
1604
|
+
margin-top: 0.4rem; }
|
|
1605
|
+
.cdr-list--compact_11-2-0 li > .cdr-list_11-2-0 {
|
|
1606
|
+
margin-top: 0.4rem; }
|
|
1607
|
+
.cdr-list--ordered_11-2-0 {
|
|
1608
|
+
list-style-type: decimal;
|
|
1609
|
+
padding-left: 1.5em;
|
|
1610
|
+
list-style-position: outside; }
|
|
1611
|
+
.cdr-list--ordered_11-2-0 li {
|
|
1612
|
+
padding: 0 0 0 0.4rem; }
|
|
1613
|
+
.cdr-list--ordered_11-2-0 li {
|
|
1614
|
+
/* nesting
|
|
1615
|
+
---------- */ }
|
|
1616
|
+
.cdr-list--ordered_11-2-0 li > .cdr-list_11-2-0 {
|
|
1617
|
+
position: relative;
|
|
1618
|
+
padding-left: 1em; }
|
|
1619
|
+
.cdr-list--ordered_11-2-0 li > .cdr-list_11-2-0 > li {
|
|
1620
|
+
padding-left: 0; }
|
|
1621
|
+
.cdr-list--ordered_11-2-0 li > .cdr-list_11-2-0 > li::before {
|
|
1622
|
+
content: '\2013';
|
|
1623
|
+
position: absolute;
|
|
1624
|
+
color: rgba(66, 59, 47, 0.75);
|
|
1625
|
+
left: 0; }
|
|
1626
|
+
.cdr-list--unordered_11-2-0 {
|
|
1627
|
+
position: relative;
|
|
1628
|
+
padding-left: 1em;
|
|
1629
|
+
/* nesting
|
|
1630
|
+
---------- */ }
|
|
1631
|
+
.cdr-list--unordered_11-2-0 > li::before {
|
|
1632
|
+
content: '\2022';
|
|
1633
|
+
position: relative;
|
|
1634
|
+
margin-left: -1em;
|
|
1635
|
+
padding-right: 0.8rem;
|
|
1636
|
+
color: rgba(66, 59, 47, 0.75); }
|
|
1637
|
+
.cdr-list--unordered_11-2-0 li > .cdr-list_11-2-0 {
|
|
1638
|
+
position: relative;
|
|
1639
|
+
padding-left: 1em; }
|
|
1640
|
+
.cdr-list--unordered_11-2-0 li > .cdr-list_11-2-0 > li::before {
|
|
1641
|
+
content: '\2013';
|
|
1642
|
+
position: relative;
|
|
1643
|
+
margin-left: -1em;
|
|
1644
|
+
padding-right: 0.8rem;
|
|
1645
|
+
color: rgba(66, 59, 47, 0.75); }
|
|
1646
|
+
.cdr-list--inline_11-2-0 {
|
|
1647
|
+
display: flex;
|
|
1648
|
+
flex-wrap: wrap;
|
|
1649
|
+
list-style-type: none;
|
|
1650
|
+
padding-left: 0;
|
|
1651
|
+
/* inline - compact
|
|
1652
|
+
---------- */
|
|
1653
|
+
/* inline - unordered
|
|
1654
|
+
---------- */ }
|
|
1655
|
+
.cdr-list--inline_11-2-0 > li {
|
|
1656
|
+
display: block; }
|
|
1657
|
+
.cdr-list--inline_11-2-0 > li + li {
|
|
1658
|
+
margin-top: 0;
|
|
1659
|
+
padding-left: 1em; }
|
|
1660
|
+
.cdr-list--inline_11-2-0.cdr-list--compact_11-2-0 > li + li {
|
|
1661
|
+
padding-left: 0.5em; }
|
|
1662
|
+
.cdr-list--inline_11-2-0.cdr-list--unordered_11-2-0 {
|
|
1663
|
+
left: 0;
|
|
1664
|
+
/* inline - unordered - compact
|
|
1665
|
+
---------- */ }
|
|
1666
|
+
.cdr-list--inline_11-2-0.cdr-list--unordered_11-2-0 > li {
|
|
1667
|
+
position: relative; }
|
|
1668
|
+
.cdr-list--inline_11-2-0.cdr-list--unordered_11-2-0 > li + li {
|
|
1669
|
+
padding-left: 1.5em; }
|
|
1670
|
+
.cdr-list--inline_11-2-0.cdr-list--unordered_11-2-0 > li:first-of-type::before {
|
|
1671
|
+
display: none; }
|
|
1672
|
+
.cdr-list--inline_11-2-0.cdr-list--unordered_11-2-0 > li::before {
|
|
1673
|
+
content: '\2022';
|
|
1674
|
+
color: rgba(66, 59, 47, 0.75);
|
|
1675
|
+
display: block;
|
|
1676
|
+
position: absolute;
|
|
1677
|
+
top: 50%;
|
|
1678
|
+
transform: translate(150%, -50%);
|
|
1679
|
+
height: 0.6rem;
|
|
1680
|
+
width: 0.6rem;
|
|
1681
|
+
line-height: 0.6rem;
|
|
1682
|
+
left: 0;
|
|
1683
|
+
padding: 0;
|
|
1684
|
+
margin: 0; }
|
|
1685
|
+
.cdr-list--inline_11-2-0.cdr-list--unordered_11-2-0.cdr-list--compact_11-2-0 > li + li {
|
|
1686
|
+
padding-left: 1em; }
|
|
1687
|
+
.cdr-list--inline_11-2-0.cdr-list--unordered_11-2-0.cdr-list--compact_11-2-0 > li + li::before {
|
|
1688
|
+
transform: translate(100%, -50%); }
|
|
1689
|
+
|
|
1672
1690
|
/* intentionally empty */
|
|
1673
1691
|
/* ==========================================================================
|
|
1674
1692
|
# Cdrquote
|
|
@@ -1677,11 +1695,11 @@
|
|
|
1677
1695
|
|
|
1678
1696
|
:Base - Cdrquote
|
|
1679
1697
|
========================================================================== */
|
|
1680
|
-
.cdr-quote_11-
|
|
1698
|
+
.cdr-quote_11-2-0 {
|
|
1681
1699
|
margin: 0;
|
|
1682
1700
|
padding: 2.4rem 1.6rem;
|
|
1683
1701
|
line-height: 1; }
|
|
1684
|
-
.cdr-quote_11-
|
|
1702
|
+
.cdr-quote_11-2-0 cite {
|
|
1685
1703
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1686
1704
|
font-style: normal;
|
|
1687
1705
|
font-weight: 400;
|
|
@@ -1690,7 +1708,7 @@
|
|
|
1690
1708
|
line-height: 1.6rem;
|
|
1691
1709
|
color: rgba(66, 59, 47, 0.75);
|
|
1692
1710
|
display: block; }
|
|
1693
|
-
.cdr-quote__summary_11-
|
|
1711
|
+
.cdr-quote__summary_11-2-0 {
|
|
1694
1712
|
font-family: Stuart, Georgia, serif;
|
|
1695
1713
|
font-weight: 400;
|
|
1696
1714
|
font-size: 2.4rem;
|
|
@@ -1699,33 +1717,33 @@
|
|
|
1699
1717
|
color: rgba(12, 11, 8, 0.75);
|
|
1700
1718
|
margin: 0; }
|
|
1701
1719
|
@media (min-width: 0) and (max-width: 767px) {
|
|
1702
|
-
.cdr-quote__summary_11-
|
|
1720
|
+
.cdr-quote__summary_11-2-0 {
|
|
1703
1721
|
font-size: 1.8rem;
|
|
1704
1722
|
line-height: 2.8rem; } }
|
|
1705
|
-
.cdr-quote__summary_11-
|
|
1723
|
+
.cdr-quote__summary_11-2-0 + cite {
|
|
1706
1724
|
padding-top: 1.6rem; }
|
|
1707
|
-
.cdr-quote--pull_11-
|
|
1725
|
+
.cdr-quote--pull_11-2-0 {
|
|
1708
1726
|
border-style: solid;
|
|
1709
1727
|
border-color: #dcd6cb; }
|
|
1710
1728
|
@media (min-width: 0) {
|
|
1711
|
-
.cdr-quote--pull_11-
|
|
1729
|
+
.cdr-quote--pull_11-2-0 {
|
|
1712
1730
|
border-width: 0 0 0.1rem 0;
|
|
1713
1731
|
padding: 2.4rem 1.6rem;
|
|
1714
1732
|
margin: 0 0 1.6rem; } }
|
|
1715
1733
|
@media (min-width: 768px) {
|
|
1716
|
-
.cdr-quote--pull_11-
|
|
1734
|
+
.cdr-quote--pull_11-2-0 {
|
|
1717
1735
|
border-width: 0 0 0 0.1rem;
|
|
1718
1736
|
padding: 0.8rem 1.6rem 0.8rem 3.2rem;
|
|
1719
1737
|
margin: 1.6rem 0; } }
|
|
1720
|
-
.cdr-quote--pull_11-
|
|
1738
|
+
.cdr-quote--pull_11-2-0 .cdr-quote__summary_11-2-0 {
|
|
1721
1739
|
font-weight: 600; }
|
|
1722
1740
|
|
|
1723
1741
|
@charset "UTF-8";
|
|
1724
|
-
.cdr-rating__icon_11-
|
|
1742
|
+
.cdr-rating__icon_11-2-0 {
|
|
1725
1743
|
width: 2.4rem;
|
|
1726
1744
|
height: 2.4rem;
|
|
1727
1745
|
font-size: 2.4rem; }
|
|
1728
|
-
.cdr-rating__count_11-
|
|
1746
|
+
.cdr-rating__count_11-2-0 {
|
|
1729
1747
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1730
1748
|
font-style: normal;
|
|
1731
1749
|
font-weight: 400;
|
|
@@ -1733,7 +1751,7 @@
|
|
|
1733
1751
|
font-size: 1.4rem;
|
|
1734
1752
|
line-height: 1.8rem;
|
|
1735
1753
|
margin-left: 0.8rem; }
|
|
1736
|
-
.cdr-rating_11-
|
|
1754
|
+
.cdr-rating_11-2-0 {
|
|
1737
1755
|
display: flex;
|
|
1738
1756
|
align-items: center;
|
|
1739
1757
|
position: relative;
|
|
@@ -1755,14 +1773,14 @@
|
|
|
1755
1773
|
========== */
|
|
1756
1774
|
/* Small
|
|
1757
1775
|
========== */ }
|
|
1758
|
-
.cdr-rating__number_11-
|
|
1776
|
+
.cdr-rating__number_11-2-0 {
|
|
1759
1777
|
font-weight: 600; }
|
|
1760
|
-
.cdr-rating__ratings_11-
|
|
1778
|
+
.cdr-rating__ratings_11-2-0 {
|
|
1761
1779
|
display: flex; }
|
|
1762
|
-
.cdr-rating__icon_11-
|
|
1780
|
+
.cdr-rating__icon_11-2-0 {
|
|
1763
1781
|
position: relative;
|
|
1764
1782
|
z-index: 1; }
|
|
1765
|
-
.cdr-rating__caption-sr_11-
|
|
1783
|
+
.cdr-rating__caption-sr_11-2-0 {
|
|
1766
1784
|
position: absolute;
|
|
1767
1785
|
width: 0.1rem;
|
|
1768
1786
|
height: 0.1rem;
|
|
@@ -1771,7 +1789,7 @@
|
|
|
1771
1789
|
overflow: hidden;
|
|
1772
1790
|
clip: rect(0, 0, 0, 0);
|
|
1773
1791
|
border: 0; }
|
|
1774
|
-
.cdr-rating__placeholder_11-
|
|
1792
|
+
.cdr-rating__placeholder_11-2-0::after {
|
|
1775
1793
|
content: '';
|
|
1776
1794
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M7.186 19.635L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23BD7B2D' d='M5.69 21.769l1.669-7.552-5.535-5.048 7.298-.66L12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006zm1.496-2.134L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04 9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767z'/%3E %3C/g%3E %3C/svg%3E");
|
|
1777
1795
|
background-repeat: no-repeat;
|
|
@@ -1780,7 +1798,7 @@
|
|
|
1780
1798
|
left: 0;
|
|
1781
1799
|
width: 100%;
|
|
1782
1800
|
height: 100%; }
|
|
1783
|
-
.cdr-rating__placeholder_11-
|
|
1801
|
+
.cdr-rating__placeholder_11-2-0::before {
|
|
1784
1802
|
content: "☆";
|
|
1785
1803
|
display: block;
|
|
1786
1804
|
position: absolute;
|
|
@@ -1791,7 +1809,7 @@
|
|
|
1791
1809
|
color: #BD7B2D;
|
|
1792
1810
|
width: auto;
|
|
1793
1811
|
overflow: hidden; }
|
|
1794
|
-
.cdr-rating__placeholder--no-reviews_11-
|
|
1812
|
+
.cdr-rating__placeholder--no-reviews_11-2-0::after {
|
|
1795
1813
|
content: '';
|
|
1796
1814
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M7.186 19.635L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23928B80' d='M5.69 21.769l1.669-7.552-5.535-5.048 7.298-.66L12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006zm1.496-2.134L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04 9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767z'/%3E %3C/g%3E %3C/svg%3E");
|
|
1797
1815
|
background-repeat: no-repeat;
|
|
@@ -1800,7 +1818,7 @@
|
|
|
1800
1818
|
left: 0;
|
|
1801
1819
|
width: 100%;
|
|
1802
1820
|
height: 100%; }
|
|
1803
|
-
.cdr-rating__placeholder--no-reviews_11-
|
|
1821
|
+
.cdr-rating__placeholder--no-reviews_11-2-0::before {
|
|
1804
1822
|
content: "☆";
|
|
1805
1823
|
display: block;
|
|
1806
1824
|
position: absolute;
|
|
@@ -1811,7 +1829,7 @@
|
|
|
1811
1829
|
color: #BD7B2D;
|
|
1812
1830
|
width: auto;
|
|
1813
1831
|
overflow: hidden; }
|
|
1814
|
-
.cdr-rating__100_11-
|
|
1832
|
+
.cdr-rating__100_11-2-0::after {
|
|
1815
1833
|
content: '';
|
|
1816
1834
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23FFD280' fill-rule='nonzero' d='M7.186 19.635L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23BD7B2D' d='M5.69 21.769l1.669-7.552-5.535-5.048 7.298-.66L12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006zm1.496-2.134L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04 9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767z'/%3E %3C/g%3E %3C/svg%3E");
|
|
1817
1835
|
background-repeat: no-repeat;
|
|
@@ -1820,7 +1838,7 @@
|
|
|
1820
1838
|
left: 0;
|
|
1821
1839
|
width: 100%;
|
|
1822
1840
|
height: 100%; }
|
|
1823
|
-
.cdr-rating__100_11-
|
|
1841
|
+
.cdr-rating__100_11-2-0::before {
|
|
1824
1842
|
content: "★";
|
|
1825
1843
|
display: block;
|
|
1826
1844
|
position: absolute;
|
|
@@ -1831,7 +1849,7 @@
|
|
|
1831
1849
|
color: #BD7B2D;
|
|
1832
1850
|
width: auto;
|
|
1833
1851
|
overflow: hidden; }
|
|
1834
|
-
.cdr-rating__75_11-
|
|
1852
|
+
.cdr-rating__75_11-2-0::after {
|
|
1835
1853
|
content: '';
|
|
1836
1854
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M14.175 17.967l2.639 1.668-1.274-5.767 4.284-3.907-5.643-.515z'/%3E %3Cpath fill='%23FFD280' fill-rule='nonzero' d='M14.182 9.453L12 4.041l-2.179 5.41-5.645.51 4.284 3.907-1.274 5.767L12 16.579l2.18 1.389z'/%3E %3Cpath fill='%23BD7B2D' d='M12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006 1.669-7.552-5.535-5.048 7.298-.66L12 1.364zm0 2.677L9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767L12 16.579l2.007 1.273v-8.83L12 4.042zm2.507 5.439v8.689l2.307 1.466-1.274-5.767 4.284-3.907-5.317-.481z'/%3E %3C/g%3E %3C/svg%3E");
|
|
1837
1855
|
background-repeat: no-repeat;
|
|
@@ -1840,7 +1858,7 @@
|
|
|
1840
1858
|
left: 0;
|
|
1841
1859
|
width: 100%;
|
|
1842
1860
|
height: 100%; }
|
|
1843
|
-
.cdr-rating__75_11-
|
|
1861
|
+
.cdr-rating__75_11-2-0::before {
|
|
1844
1862
|
content: "★";
|
|
1845
1863
|
display: block;
|
|
1846
1864
|
position: absolute;
|
|
@@ -1851,7 +1869,7 @@
|
|
|
1851
1869
|
color: #BD7B2D;
|
|
1852
1870
|
width: 0.75em;
|
|
1853
1871
|
overflow: hidden; }
|
|
1854
|
-
.cdr-rating__50_11-
|
|
1872
|
+
.cdr-rating__50_11-2-0::after {
|
|
1855
1873
|
content: '';
|
|
1856
1874
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M16.815 19.635l-4.817-3.009-.006-12.615 2.188 5.44 5.645.51-4.284 3.907z'/%3E %3Cpath fill='%23FFD280' fill-rule='nonzero' d='M7.186 19.635L12 16.579V4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23BD7B2D' d='M12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006 1.669-7.552-5.535-5.048 7.298-.66L12 1.364zm-.247 3.289L9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767 4.567-2.9V4.653zm.5.015v12.07l4.561 2.897-1.274-5.767 4.284-3.907-5.645-.51-1.926-4.783z'/%3E %3C/g%3E %3C/svg%3E");
|
|
1857
1875
|
background-repeat: no-repeat;
|
|
@@ -1860,7 +1878,7 @@
|
|
|
1860
1878
|
left: 0;
|
|
1861
1879
|
width: 100%;
|
|
1862
1880
|
height: 100%; }
|
|
1863
|
-
.cdr-rating__50_11-
|
|
1881
|
+
.cdr-rating__50_11-2-0::before {
|
|
1864
1882
|
content: "★";
|
|
1865
1883
|
display: block;
|
|
1866
1884
|
position: absolute;
|
|
@@ -1871,7 +1889,7 @@
|
|
|
1871
1889
|
color: #BD7B2D;
|
|
1872
1890
|
width: 0.5em;
|
|
1873
1891
|
overflow: hidden; }
|
|
1874
|
-
.cdr-rating__25_11-
|
|
1892
|
+
.cdr-rating__25_11-2-0::after {
|
|
1875
1893
|
content: '';
|
|
1876
1894
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23FFD280' fill-rule='nonzero' d='M9.822 17.968l-2.633 1.667 1.274-5.767-4.284-3.907 5.643-.515z'/%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M9.816 9.453l2.182-5.412 2.179 5.41 5.645.51-4.284 3.907 1.274 5.767-4.814-3.056-2.18 1.389z'/%3E %3Cpath fill='%23BD7B2D' d='M12 1.364l2.878 7.145 7.298.66-5.535 5.048 1.669 7.552L12 17.763 5.69 21.77l1.669-7.552L1.824 9.17l7.298-.66L12 1.365zM9.503 9.479l-5.327.482 4.284 3.907-1.274 5.767 2.317-1.472V9.479zM12 4.04l-1.997 4.957v8.848L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04z'/%3E %3C/g%3E %3C/svg%3E");
|
|
1877
1895
|
background-repeat: no-repeat;
|
|
@@ -1880,7 +1898,7 @@
|
|
|
1880
1898
|
left: 0;
|
|
1881
1899
|
width: 100%;
|
|
1882
1900
|
height: 100%; }
|
|
1883
|
-
.cdr-rating__25_11-
|
|
1901
|
+
.cdr-rating__25_11-2-0::before {
|
|
1884
1902
|
content: "★";
|
|
1885
1903
|
display: block;
|
|
1886
1904
|
position: absolute;
|
|
@@ -1891,32 +1909,32 @@
|
|
|
1891
1909
|
color: #BD7B2D;
|
|
1892
1910
|
width: 0.33em;
|
|
1893
1911
|
overflow: hidden; }
|
|
1894
|
-
.cdr-rating--linked_11-
|
|
1912
|
+
.cdr-rating--linked_11-2-0 {
|
|
1895
1913
|
display: inline-flex;
|
|
1896
1914
|
text-decoration: none; }
|
|
1897
|
-
.cdr-rating--linked_11-
|
|
1915
|
+
.cdr-rating--linked_11-2-0 .cdr-rating__count_11-2-0:hover, .cdr-rating--linked_11-2-0 .cdr-rating__count_11-2-0:active, .cdr-rating--linked_11-2-0 .cdr-rating__count_11-2-0:focus {
|
|
1898
1916
|
color: #406eb5;
|
|
1899
1917
|
text-decoration: underline; }
|
|
1900
|
-
.cdr-rating--linked_11-
|
|
1918
|
+
.cdr-rating--linked_11-2-0 .cdr-rating__count_11-2-0 > .cdr-rating__number_11-2-0 {
|
|
1901
1919
|
border-right: 0.1rem solid #b2ab9f;
|
|
1902
1920
|
padding: 0 0.6rem;
|
|
1903
1921
|
margin-right: 0.6rem; }
|
|
1904
|
-
.cdr-rating--large_11-
|
|
1922
|
+
.cdr-rating--large_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
1905
1923
|
width: 3.2rem;
|
|
1906
1924
|
height: 3.2rem;
|
|
1907
1925
|
font-size: 3.2rem; }
|
|
1908
|
-
.cdr-rating--large_11-
|
|
1926
|
+
.cdr-rating--large_11-2-0 .cdr-rating__count_11-2-0 {
|
|
1909
1927
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1910
1928
|
font-style: normal;
|
|
1911
1929
|
font-weight: 400;
|
|
1912
1930
|
letter-spacing: -0.016rem;
|
|
1913
1931
|
font-size: 1.6rem;
|
|
1914
1932
|
line-height: 2.2rem; }
|
|
1915
|
-
.cdr-rating--medium_11-
|
|
1933
|
+
.cdr-rating--medium_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
1916
1934
|
width: 2.4rem;
|
|
1917
1935
|
height: 2.4rem;
|
|
1918
1936
|
font-size: 2.4rem; }
|
|
1919
|
-
.cdr-rating--medium_11-
|
|
1937
|
+
.cdr-rating--medium_11-2-0 .cdr-rating__count_11-2-0 {
|
|
1920
1938
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1921
1939
|
font-style: normal;
|
|
1922
1940
|
font-weight: 400;
|
|
@@ -1924,11 +1942,11 @@
|
|
|
1924
1942
|
font-size: 1.4rem;
|
|
1925
1943
|
line-height: 1.8rem;
|
|
1926
1944
|
margin-left: 0.8rem; }
|
|
1927
|
-
.cdr-rating--small_11-
|
|
1945
|
+
.cdr-rating--small_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
1928
1946
|
width: 1.6rem;
|
|
1929
1947
|
height: 1.6rem;
|
|
1930
1948
|
font-size: 1.6rem; }
|
|
1931
|
-
.cdr-rating--small_11-
|
|
1949
|
+
.cdr-rating--small_11-2-0 .cdr-rating__count_11-2-0 {
|
|
1932
1950
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1933
1951
|
font-style: normal;
|
|
1934
1952
|
font-weight: 400;
|
|
@@ -1937,11 +1955,11 @@
|
|
|
1937
1955
|
line-height: 1.6rem;
|
|
1938
1956
|
margin-left: 0.4rem; }
|
|
1939
1957
|
@media (min-width: 0) and (max-width: 767px) {
|
|
1940
|
-
.cdr-rating--small\@xs_11-
|
|
1958
|
+
.cdr-rating--small\@xs_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
1941
1959
|
width: 1.6rem;
|
|
1942
1960
|
height: 1.6rem;
|
|
1943
1961
|
font-size: 1.6rem; }
|
|
1944
|
-
.cdr-rating--small\@xs_11-
|
|
1962
|
+
.cdr-rating--small\@xs_11-2-0 .cdr-rating__count_11-2-0 {
|
|
1945
1963
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1946
1964
|
font-style: normal;
|
|
1947
1965
|
font-weight: 400;
|
|
@@ -1949,11 +1967,11 @@
|
|
|
1949
1967
|
font-size: 1.2rem;
|
|
1950
1968
|
line-height: 1.6rem;
|
|
1951
1969
|
margin-left: 0.4rem; }
|
|
1952
|
-
.cdr-rating--medium\@xs_11-
|
|
1970
|
+
.cdr-rating--medium\@xs_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
1953
1971
|
width: 2.4rem;
|
|
1954
1972
|
height: 2.4rem;
|
|
1955
1973
|
font-size: 2.4rem; }
|
|
1956
|
-
.cdr-rating--medium\@xs_11-
|
|
1974
|
+
.cdr-rating--medium\@xs_11-2-0 .cdr-rating__count_11-2-0 {
|
|
1957
1975
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1958
1976
|
font-style: normal;
|
|
1959
1977
|
font-weight: 400;
|
|
@@ -1961,11 +1979,11 @@
|
|
|
1961
1979
|
font-size: 1.4rem;
|
|
1962
1980
|
line-height: 1.8rem;
|
|
1963
1981
|
margin-left: 0.8rem; }
|
|
1964
|
-
.cdr-rating--large\@xs_11-
|
|
1982
|
+
.cdr-rating--large\@xs_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
1965
1983
|
width: 3.2rem;
|
|
1966
1984
|
height: 3.2rem;
|
|
1967
1985
|
font-size: 3.2rem; }
|
|
1968
|
-
.cdr-rating--large\@xs_11-
|
|
1986
|
+
.cdr-rating--large\@xs_11-2-0 .cdr-rating__count_11-2-0 {
|
|
1969
1987
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1970
1988
|
font-style: normal;
|
|
1971
1989
|
font-weight: 400;
|
|
@@ -1973,11 +1991,11 @@
|
|
|
1973
1991
|
font-size: 1.6rem;
|
|
1974
1992
|
line-height: 2.2rem; } }
|
|
1975
1993
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
1976
|
-
.cdr-rating--small\@sm_11-
|
|
1994
|
+
.cdr-rating--small\@sm_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
1977
1995
|
width: 1.6rem;
|
|
1978
1996
|
height: 1.6rem;
|
|
1979
1997
|
font-size: 1.6rem; }
|
|
1980
|
-
.cdr-rating--small\@sm_11-
|
|
1998
|
+
.cdr-rating--small\@sm_11-2-0 .cdr-rating__count_11-2-0 {
|
|
1981
1999
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1982
2000
|
font-style: normal;
|
|
1983
2001
|
font-weight: 400;
|
|
@@ -1985,11 +2003,11 @@
|
|
|
1985
2003
|
font-size: 1.2rem;
|
|
1986
2004
|
line-height: 1.6rem;
|
|
1987
2005
|
margin-left: 0.4rem; }
|
|
1988
|
-
.cdr-rating--medium\@sm_11-
|
|
2006
|
+
.cdr-rating--medium\@sm_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
1989
2007
|
width: 2.4rem;
|
|
1990
2008
|
height: 2.4rem;
|
|
1991
2009
|
font-size: 2.4rem; }
|
|
1992
|
-
.cdr-rating--medium\@sm_11-
|
|
2010
|
+
.cdr-rating--medium\@sm_11-2-0 .cdr-rating__count_11-2-0 {
|
|
1993
2011
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1994
2012
|
font-style: normal;
|
|
1995
2013
|
font-weight: 400;
|
|
@@ -1997,11 +2015,11 @@
|
|
|
1997
2015
|
font-size: 1.4rem;
|
|
1998
2016
|
line-height: 1.8rem;
|
|
1999
2017
|
margin-left: 0.8rem; }
|
|
2000
|
-
.cdr-rating--large\@sm_11-
|
|
2018
|
+
.cdr-rating--large\@sm_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
2001
2019
|
width: 3.2rem;
|
|
2002
2020
|
height: 3.2rem;
|
|
2003
2021
|
font-size: 3.2rem; }
|
|
2004
|
-
.cdr-rating--large\@sm_11-
|
|
2022
|
+
.cdr-rating--large\@sm_11-2-0 .cdr-rating__count_11-2-0 {
|
|
2005
2023
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2006
2024
|
font-style: normal;
|
|
2007
2025
|
font-weight: 400;
|
|
@@ -2009,11 +2027,11 @@
|
|
|
2009
2027
|
font-size: 1.6rem;
|
|
2010
2028
|
line-height: 2.2rem; } }
|
|
2011
2029
|
@media (min-width: 992px) and (max-width: 1231px) {
|
|
2012
|
-
.cdr-rating--small\@md_11-
|
|
2030
|
+
.cdr-rating--small\@md_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
2013
2031
|
width: 1.6rem;
|
|
2014
2032
|
height: 1.6rem;
|
|
2015
2033
|
font-size: 1.6rem; }
|
|
2016
|
-
.cdr-rating--small\@md_11-
|
|
2034
|
+
.cdr-rating--small\@md_11-2-0 .cdr-rating__count_11-2-0 {
|
|
2017
2035
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2018
2036
|
font-style: normal;
|
|
2019
2037
|
font-weight: 400;
|
|
@@ -2021,11 +2039,11 @@
|
|
|
2021
2039
|
font-size: 1.2rem;
|
|
2022
2040
|
line-height: 1.6rem;
|
|
2023
2041
|
margin-left: 0.4rem; }
|
|
2024
|
-
.cdr-rating--medium\@md_11-
|
|
2042
|
+
.cdr-rating--medium\@md_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
2025
2043
|
width: 2.4rem;
|
|
2026
2044
|
height: 2.4rem;
|
|
2027
2045
|
font-size: 2.4rem; }
|
|
2028
|
-
.cdr-rating--medium\@md_11-
|
|
2046
|
+
.cdr-rating--medium\@md_11-2-0 .cdr-rating__count_11-2-0 {
|
|
2029
2047
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2030
2048
|
font-style: normal;
|
|
2031
2049
|
font-weight: 400;
|
|
@@ -2033,11 +2051,11 @@
|
|
|
2033
2051
|
font-size: 1.4rem;
|
|
2034
2052
|
line-height: 1.8rem;
|
|
2035
2053
|
margin-left: 0.8rem; }
|
|
2036
|
-
.cdr-rating--large\@md_11-
|
|
2054
|
+
.cdr-rating--large\@md_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
2037
2055
|
width: 3.2rem;
|
|
2038
2056
|
height: 3.2rem;
|
|
2039
2057
|
font-size: 3.2rem; }
|
|
2040
|
-
.cdr-rating--large\@md_11-
|
|
2058
|
+
.cdr-rating--large\@md_11-2-0 .cdr-rating__count_11-2-0 {
|
|
2041
2059
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2042
2060
|
font-style: normal;
|
|
2043
2061
|
font-weight: 400;
|
|
@@ -2045,11 +2063,11 @@
|
|
|
2045
2063
|
font-size: 1.6rem;
|
|
2046
2064
|
line-height: 2.2rem; } }
|
|
2047
2065
|
@media (min-width: 1232px) {
|
|
2048
|
-
.cdr-rating--small\@lg_11-
|
|
2066
|
+
.cdr-rating--small\@lg_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
2049
2067
|
width: 1.6rem;
|
|
2050
2068
|
height: 1.6rem;
|
|
2051
2069
|
font-size: 1.6rem; }
|
|
2052
|
-
.cdr-rating--small\@lg_11-
|
|
2070
|
+
.cdr-rating--small\@lg_11-2-0 .cdr-rating__count_11-2-0 {
|
|
2053
2071
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2054
2072
|
font-style: normal;
|
|
2055
2073
|
font-weight: 400;
|
|
@@ -2057,11 +2075,11 @@
|
|
|
2057
2075
|
font-size: 1.2rem;
|
|
2058
2076
|
line-height: 1.6rem;
|
|
2059
2077
|
margin-left: 0.4rem; }
|
|
2060
|
-
.cdr-rating--medium\@lg_11-
|
|
2078
|
+
.cdr-rating--medium\@lg_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
2061
2079
|
width: 2.4rem;
|
|
2062
2080
|
height: 2.4rem;
|
|
2063
2081
|
font-size: 2.4rem; }
|
|
2064
|
-
.cdr-rating--medium\@lg_11-
|
|
2082
|
+
.cdr-rating--medium\@lg_11-2-0 .cdr-rating__count_11-2-0 {
|
|
2065
2083
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2066
2084
|
font-style: normal;
|
|
2067
2085
|
font-weight: 400;
|
|
@@ -2069,11 +2087,11 @@
|
|
|
2069
2087
|
font-size: 1.4rem;
|
|
2070
2088
|
line-height: 1.8rem;
|
|
2071
2089
|
margin-left: 0.8rem; }
|
|
2072
|
-
.cdr-rating--large\@lg_11-
|
|
2090
|
+
.cdr-rating--large\@lg_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
2073
2091
|
width: 3.2rem;
|
|
2074
2092
|
height: 3.2rem;
|
|
2075
2093
|
font-size: 3.2rem; }
|
|
2076
|
-
.cdr-rating--large\@lg_11-
|
|
2094
|
+
.cdr-rating--large\@lg_11-2-0 .cdr-rating__count_11-2-0 {
|
|
2077
2095
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2078
2096
|
font-style: normal;
|
|
2079
2097
|
font-weight: 400;
|
|
@@ -2082,16 +2100,150 @@
|
|
|
2082
2100
|
line-height: 2.2rem; } }
|
|
2083
2101
|
|
|
2084
2102
|
/* intentionally empty */
|
|
2085
|
-
.cdr-
|
|
2103
|
+
.cdr-tabs_11-2-0 {
|
|
2104
|
+
/* overflow-x: auto; */
|
|
2105
|
+
display: flex;
|
|
2106
|
+
flex-flow: column;
|
|
2107
|
+
height: 50rem;
|
|
2108
|
+
overflow-x: hidden;
|
|
2109
|
+
/* Compact
|
|
2110
|
+
========== */
|
|
2111
|
+
/* No Border
|
|
2112
|
+
========== */
|
|
2113
|
+
/* Full Width
|
|
2114
|
+
========== */
|
|
2115
|
+
/* Centered
|
|
2116
|
+
========== */ }
|
|
2117
|
+
.cdr-tabs_11-2-0 ::-webkit-scrollbar {
|
|
2118
|
+
-webkit-appearance: none;
|
|
2119
|
+
width: 0.7rem; }
|
|
2120
|
+
.cdr-tabs_11-2-0 ::-webkit-scrollbar-thumb {
|
|
2121
|
+
border-radius: 0.4rem;
|
|
2122
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
2123
|
+
-webkit-box-shadow: 0 0 0.1rem rgba(255, 255, 255, 0.5); }
|
|
2124
|
+
.cdr-tabs__header-container_11-2-0 {
|
|
2125
|
+
overflow-x: auto;
|
|
2126
|
+
border-bottom: 0.1rem solid #928b80;
|
|
2127
|
+
-webkit-overflow-scrolling: touch;
|
|
2128
|
+
-ms-overflow-style: -ms-autohiding-scrollbar; }
|
|
2129
|
+
.cdr-tabs__header-container_11-2-0::-webkit-scrollbar {
|
|
2130
|
+
width: 0 !important;
|
|
2131
|
+
height: 0 !important; }
|
|
2132
|
+
.cdr-tabs__gradient-container_11-2-0 {
|
|
2133
|
+
position: relative; }
|
|
2134
|
+
.cdr-tabs__gradient_11-2-0 {
|
|
2135
|
+
transition: opacity 0.2s ease;
|
|
2136
|
+
-webkit-transition: opacity 0.2s ease;
|
|
2137
|
+
position: absolute;
|
|
2138
|
+
z-index: 100;
|
|
2139
|
+
top: 0;
|
|
2140
|
+
bottom: 0;
|
|
2141
|
+
width: 4.8rem;
|
|
2142
|
+
pointer-events: none;
|
|
2143
|
+
opacity: 0; }
|
|
2144
|
+
.cdr-tabs__gradient--left_11-2-0 {
|
|
2145
|
+
left: 0; }
|
|
2146
|
+
.cdr-tabs__gradient--right_11-2-0 {
|
|
2147
|
+
right: 0; }
|
|
2148
|
+
.cdr-tabs__gradient--active_11-2-0 {
|
|
2149
|
+
opacity: 1; }
|
|
2150
|
+
.cdr-tabs__header_11-2-0 {
|
|
2151
|
+
display: flex;
|
|
2152
|
+
width: 100%;
|
|
2153
|
+
margin: 0;
|
|
2154
|
+
padding: 0;
|
|
2155
|
+
position: relative; }
|
|
2156
|
+
.cdr-tabs__header-item_11-2-0 {
|
|
2157
|
+
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2158
|
+
font-style: normal;
|
|
2159
|
+
font-weight: inherit;
|
|
2160
|
+
letter-spacing: -0.008rem;
|
|
2161
|
+
font-size: 1.6rem;
|
|
2162
|
+
line-height: 2.2rem;
|
|
2163
|
+
border: none;
|
|
2164
|
+
background-color: transparent;
|
|
2165
|
+
display: block;
|
|
2166
|
+
color: rgba(66, 59, 47, 0.75);
|
|
2167
|
+
font-weight: 300;
|
|
2168
|
+
text-decoration: none;
|
|
2169
|
+
padding: 1.2rem 0.8rem;
|
|
2170
|
+
white-space: nowrap;
|
|
2171
|
+
outline-offset: -0.3rem; }
|
|
2172
|
+
.cdr-tabs__header-item_11-2-0 + .cdr-tabs__header-item_11-2-0 {
|
|
2173
|
+
margin-left: 1.6rem; }
|
|
2174
|
+
.cdr-tabs__header-item-active_11-2-0 {
|
|
2175
|
+
color: rgba(12, 11, 8, 0.75);
|
|
2176
|
+
font-weight: 500; }
|
|
2177
|
+
.cdr-tabs__header-item_11-2-0::before {
|
|
2178
|
+
display: block;
|
|
2179
|
+
content: attr(js-name);
|
|
2180
|
+
font-weight: 500;
|
|
2181
|
+
height: 0;
|
|
2182
|
+
overflow: hidden;
|
|
2183
|
+
visibility: hidden; }
|
|
2184
|
+
.cdr-tabs__header-item_11-2-0:active, .cdr-tabs__header-item_11-2-0:hover, .cdr-tabs__header-item_11-2-0:focus {
|
|
2185
|
+
text-decoration: none;
|
|
2186
|
+
color: #406eb5; }
|
|
2187
|
+
.cdr-tabs__header-item--disabled_11-2-0 {
|
|
2188
|
+
border: none;
|
|
2189
|
+
background-color: transparent;
|
|
2190
|
+
color: #d1cbbd; }
|
|
2191
|
+
.cdr-tabs__header-item--disabled_11-2-0:active, .cdr-tabs__header-item--disabled_11-2-0:hover, .cdr-tabs__header-item--disabled_11-2-0:focus {
|
|
2192
|
+
color: #d1cbbd;
|
|
2193
|
+
cursor: not-allowed; }
|
|
2194
|
+
.cdr-tabs__underline_11-2-0 {
|
|
2195
|
+
z-index: 1;
|
|
2196
|
+
position: absolute;
|
|
2197
|
+
width: 3rem;
|
|
2198
|
+
margin: 0;
|
|
2199
|
+
height: 0.4rem;
|
|
2200
|
+
margin-top: -0.4rem;
|
|
2201
|
+
box-sizing: border-box;
|
|
2202
|
+
border: none;
|
|
2203
|
+
background-color: #406eb5;
|
|
2204
|
+
transition: 0.4s cubic-bezier(0.32, 0.94, 0.6, 1); }
|
|
2205
|
+
.cdr-tabs__content-container_11-2-0 {
|
|
2206
|
+
position: relative;
|
|
2207
|
+
flex: 1 1 auto;
|
|
2208
|
+
overflow-x: hidden;
|
|
2209
|
+
overflow-y: auto; }
|
|
2210
|
+
.cdr-tabs_11-2-0 .fade-enter-active_11-2-0,
|
|
2211
|
+
.cdr-tabs_11-2-0 .fade-leave-active_11-2-0 {
|
|
2212
|
+
opacity: 0.5s; }
|
|
2213
|
+
.cdr-tabs_11-2-0 .fade-enter_11-2-0,
|
|
2214
|
+
.cdr-tabs_11-2-0 .fade-leave-to_11-2-0 {
|
|
2215
|
+
opacity: 0; }
|
|
2216
|
+
.cdr-tabs--compact_11-2-0 .cdr-tabs__header-item-label_11-2-0, .cdr-tabs--small_11-2-0 .cdr-tabs__header-item-label_11-2-0 {
|
|
2217
|
+
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2218
|
+
font-style: normal;
|
|
2219
|
+
font-weight: inherit;
|
|
2220
|
+
letter-spacing: -0.008rem;
|
|
2221
|
+
font-size: 1.4rem;
|
|
2222
|
+
line-height: 1.8rem;
|
|
2223
|
+
padding: 0.6rem 1.2rem; }
|
|
2224
|
+
.cdr-tabs--compact_11-2-0 .cdr-tabs__header-item_11-2-0 + .cdr-tabs--compact_11-2-0 .cdr-tabs__header-item_11-2-0, .cdr-tabs--small_11-2-0 .cdr-tabs__header-item_11-2-0 + .cdr-tabs--compact_11-2-0 .cdr-tabs__header-item_11-2-0, .cdr-tabs--compact_11-2-0 .cdr-tabs__header-item_11-2-0 + .cdr-tabs--small_11-2-0 .cdr-tabs__header-item_11-2-0, .cdr-tabs--small_11-2-0 .cdr-tabs__header-item_11-2-0 + .cdr-tabs--small_11-2-0 .cdr-tabs__header-item_11-2-0 {
|
|
2225
|
+
margin-left: 0.8rem; }
|
|
2226
|
+
.cdr-tabs--no-border_11-2-0 .cdr-tabs__header_11-2-0,
|
|
2227
|
+
.cdr-tabs--no-border_11-2-0 .cdr-tabs__header-container_11-2-0 {
|
|
2228
|
+
border-bottom: 0.1rem solid transparent; }
|
|
2229
|
+
.cdr-tabs--full-width_11-2-0 .cdr-tabs__header-item_11-2-0 {
|
|
2230
|
+
flex-grow: 1; }
|
|
2231
|
+
.cdr-tabs--centered_11-2-0 .cdr-tabs__header-item_11-2-0:first-of-type {
|
|
2232
|
+
margin-left: auto; }
|
|
2233
|
+
.cdr-tabs--centered_11-2-0 .cdr-tabs__header-item_11-2-0:last-of-type {
|
|
2234
|
+
margin-right: auto; }
|
|
2235
|
+
|
|
2236
|
+
/* intentionally empty */
|
|
2237
|
+
.cdr-radio_11-2-0 {
|
|
2086
2238
|
/* Figure
|
|
2087
2239
|
========== */
|
|
2088
2240
|
/* States
|
|
2089
2241
|
========================================================================== */
|
|
2090
2242
|
/* Checked
|
|
2091
2243
|
========== */ }
|
|
2092
|
-
.cdr-radio_11-
|
|
2244
|
+
.cdr-radio_11-2-0 .cdr-label-wrapper__figure_11-2-0 {
|
|
2093
2245
|
border-radius: 100%; }
|
|
2094
|
-
.cdr-radio_11-
|
|
2246
|
+
.cdr-radio_11-2-0 .cdr-label-wrapper__figure_11-2-0::after {
|
|
2095
2247
|
content: '';
|
|
2096
2248
|
position: absolute;
|
|
2097
2249
|
width: 0.4rem;
|
|
@@ -2100,41 +2252,88 @@
|
|
|
2100
2252
|
top: 50%;
|
|
2101
2253
|
transform: translate(-50%, -50%);
|
|
2102
2254
|
border-radius: 999.9rem; }
|
|
2103
|
-
.cdr-radio__input_11-
|
|
2255
|
+
.cdr-radio__input_11-2-0:checked ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
2104
2256
|
box-shadow: inset 0 0 0 0.1rem #4e4d49;
|
|
2105
2257
|
background-color: #4e4d49; }
|
|
2106
|
-
.cdr-radio__input_11-
|
|
2258
|
+
.cdr-radio__input_11-2-0:checked ~ .cdr-label-wrapper__figure_11-2-0::after {
|
|
2107
2259
|
background-color: #ffffff; }
|
|
2108
|
-
.cdr-radio_11-
|
|
2260
|
+
.cdr-radio_11-2-0:hover .cdr-label-wrapper__figure_11-2-0 {
|
|
2109
2261
|
cursor: pointer;
|
|
2110
2262
|
box-shadow: inset 0 0 0 0.1rem #20201d, 0 0 0 0.1rem #20201d;
|
|
2111
2263
|
background-color: #f9f8f6; }
|
|
2112
|
-
.cdr-radio_11-
|
|
2264
|
+
.cdr-radio_11-2-0:hover .cdr-radio__input_11-2-0:checked ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
2113
2265
|
box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
|
|
2114
2266
|
background-color: #928b80; }
|
|
2115
|
-
.cdr-radio__input_11-
|
|
2267
|
+
.cdr-radio__input_11-2-0:disabled {
|
|
2116
2268
|
/* Disabled + Checked
|
|
2117
2269
|
========== */ }
|
|
2118
|
-
.cdr-radio__input_11-
|
|
2270
|
+
.cdr-radio__input_11-2-0:disabled ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
2119
2271
|
cursor: not-allowed !important;
|
|
2120
2272
|
box-shadow: inset 0 0 0 0.1rem #d1cbbd !important;
|
|
2121
2273
|
background-color: #f9f8f6 !important; }
|
|
2122
|
-
.cdr-radio__input_11-
|
|
2274
|
+
.cdr-radio__input_11-2-0:disabled ~ .cdr-label-wrapper__figure_11-2-0:after {
|
|
2123
2275
|
background-color: #f9f8f6 !important; }
|
|
2124
|
-
.cdr-radio__input_11-
|
|
2276
|
+
.cdr-radio__input_11-2-0:disabled:checked ~ .cdr-label-wrapper__figure_11-2-0::after {
|
|
2125
2277
|
background-color: #f9f8f6 !important; }
|
|
2126
|
-
.cdr-radio__input_11-
|
|
2278
|
+
.cdr-radio__input_11-2-0:focus ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
2127
2279
|
box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
|
|
2128
2280
|
background-color: #f9f8f6; }
|
|
2129
|
-
.cdr-radio__input_11-
|
|
2281
|
+
.cdr-radio__input_11-2-0:focus:checked ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
2130
2282
|
background-color: #928b80; }
|
|
2131
|
-
.cdr-radio_11-
|
|
2283
|
+
.cdr-radio_11-2-0:active .cdr-label-wrapper__figure_11-2-0, .cdr-radio_11-2-0:active .cdr-radio__input_11-2-0:checked ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
2132
2284
|
box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
|
|
2133
2285
|
background-color: #f9f8f6; }
|
|
2134
|
-
.cdr-radio_11-
|
|
2286
|
+
.cdr-radio_11-2-0:active .cdr-label-wrapper__figure_11-2-0::after, .cdr-radio_11-2-0:active .cdr-radio__input_11-2-0:checked ~ .cdr-label-wrapper__figure_11-2-0::after {
|
|
2135
2287
|
background-color: #4e4d49; }
|
|
2136
2288
|
|
|
2137
|
-
|
|
2289
|
+
/* intentionally empty */
|
|
2290
|
+
.cdr-tooltip--position_11-2-0 {
|
|
2291
|
+
position: relative; }
|
|
2292
|
+
.cdr-tooltip--wrapper_11-2-0 {
|
|
2293
|
+
width: -webkit-max-content;
|
|
2294
|
+
width: -moz-max-content;
|
|
2295
|
+
width: max-content;
|
|
2296
|
+
height: -webkit-max-content;
|
|
2297
|
+
height: -moz-max-content;
|
|
2298
|
+
height: max-content; }
|
|
2299
|
+
.cdr-tooltip--wrapper_11-2-0 .cdr-popup--closed_11-2-0 {
|
|
2300
|
+
position: absolute;
|
|
2301
|
+
width: 0.1rem;
|
|
2302
|
+
height: 0.1rem;
|
|
2303
|
+
padding: 0;
|
|
2304
|
+
margin: -0.1rem;
|
|
2305
|
+
overflow: hidden;
|
|
2306
|
+
clip: rect(0, 0, 0, 0);
|
|
2307
|
+
border: 0; }
|
|
2308
|
+
.cdr-tooltip--wrapper_11-2-0 .cdr-popup__content_11-2-0 {
|
|
2309
|
+
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2310
|
+
font-style: normal;
|
|
2311
|
+
font-weight: 600;
|
|
2312
|
+
letter-spacing: -0.008rem;
|
|
2313
|
+
font-size: 1.2rem;
|
|
2314
|
+
line-height: 1.6rem;
|
|
2315
|
+
background: #373734;
|
|
2316
|
+
color: #f9f8f6;
|
|
2317
|
+
border: 0.1rem solid #f9f8f6;
|
|
2318
|
+
padding: 0.6rem 1.2rem; }
|
|
2319
|
+
.cdr-tooltip--wrapper_11-2-0 .cdr-popup--bottom_11-2-0 .cdr-popup__arrow_11-2-0::before {
|
|
2320
|
+
border-bottom-color: #f9f8f6; }
|
|
2321
|
+
.cdr-tooltip--wrapper_11-2-0 .cdr-popup--bottom_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
2322
|
+
border-bottom-color: #373734; }
|
|
2323
|
+
.cdr-tooltip--wrapper_11-2-0 .cdr-popup--top_11-2-0 .cdr-popup__arrow_11-2-0::before {
|
|
2324
|
+
border-top-color: #f9f8f6; }
|
|
2325
|
+
.cdr-tooltip--wrapper_11-2-0 .cdr-popup--top_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
2326
|
+
border-top-color: #373734; }
|
|
2327
|
+
.cdr-tooltip--wrapper_11-2-0 .cdr-popup--right_11-2-0 .cdr-popup__arrow_11-2-0::before {
|
|
2328
|
+
border-right-color: #f9f8f6; }
|
|
2329
|
+
.cdr-tooltip--wrapper_11-2-0 .cdr-popup--right_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
2330
|
+
border-right-color: #373734; }
|
|
2331
|
+
.cdr-tooltip--wrapper_11-2-0 .cdr-popup--left_11-2-0 .cdr-popup__arrow_11-2-0::before {
|
|
2332
|
+
border-left-color: #f9f8f6; }
|
|
2333
|
+
.cdr-tooltip--wrapper_11-2-0 .cdr-popup--left_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
2334
|
+
border-left-color: #373734; }
|
|
2335
|
+
|
|
2336
|
+
.cdr-tab-panel_11-2-0 {
|
|
2138
2337
|
width: 100%;
|
|
2139
2338
|
height: 100%;
|
|
2140
2339
|
padding-top: 0.2rem; }
|
|
@@ -2203,181 +2402,47 @@
|
|
|
2203
2402
|
transform: translateX(0);
|
|
2204
2403
|
opacity: 1; } }
|
|
2205
2404
|
|
|
2206
|
-
.cdr-tab-panel-enter-left_11-
|
|
2405
|
+
.cdr-tab-panel-enter-left_11-2-0 {
|
|
2207
2406
|
-webkit-animation-duration: 0.2s;
|
|
2208
2407
|
animation-duration: 0.2s;
|
|
2209
2408
|
-webkit-animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
|
|
2210
2409
|
animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1); }
|
|
2211
2410
|
|
|
2212
|
-
.cdr-tab-panel-enter-left_11-
|
|
2411
|
+
.cdr-tab-panel-enter-left_11-2-0 {
|
|
2213
2412
|
-webkit-animation-name: enter-left;
|
|
2214
2413
|
animation-name: enter-left; }
|
|
2215
2414
|
|
|
2216
|
-
.cdr-tab-panel-enter-right_11-
|
|
2415
|
+
.cdr-tab-panel-enter-right_11-2-0 {
|
|
2217
2416
|
-webkit-animation-duration: 0.2s;
|
|
2218
2417
|
animation-duration: 0.2s;
|
|
2219
2418
|
-webkit-animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
|
|
2220
2419
|
animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1); }
|
|
2221
2420
|
|
|
2222
|
-
.cdr-tab-panel-enter-right_11-
|
|
2421
|
+
.cdr-tab-panel-enter-right_11-2-0 {
|
|
2223
2422
|
-webkit-animation-name: enter-right;
|
|
2224
2423
|
animation-name: enter-right; }
|
|
2225
2424
|
|
|
2226
|
-
.cdr-tab-panel-exit-left_11-
|
|
2425
|
+
.cdr-tab-panel-exit-left_11-2-0 {
|
|
2227
2426
|
-webkit-animation-duration: 0.2s;
|
|
2228
2427
|
animation-duration: 0.2s;
|
|
2229
2428
|
-webkit-animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
|
|
2230
2429
|
animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1); }
|
|
2231
2430
|
|
|
2232
|
-
.cdr-tab-panel-exit-left_11-
|
|
2431
|
+
.cdr-tab-panel-exit-left_11-2-0 {
|
|
2233
2432
|
-webkit-animation-name: exit-left;
|
|
2234
2433
|
animation-name: exit-left; }
|
|
2235
2434
|
|
|
2236
|
-
.cdr-tab-panel-exit-right_11-
|
|
2435
|
+
.cdr-tab-panel-exit-right_11-2-0 {
|
|
2237
2436
|
-webkit-animation-duration: 0.2s;
|
|
2238
2437
|
animation-duration: 0.2s;
|
|
2239
2438
|
-webkit-animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
|
|
2240
2439
|
animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1); }
|
|
2241
2440
|
|
|
2242
|
-
.cdr-tab-panel-exit-right_11-
|
|
2441
|
+
.cdr-tab-panel-exit-right_11-2-0 {
|
|
2243
2442
|
-webkit-animation-name: exit-right;
|
|
2244
2443
|
animation-name: exit-right; }
|
|
2245
2444
|
|
|
2246
|
-
|
|
2247
|
-
.cdr-tabs_11-0-0-beta-7 {
|
|
2248
|
-
/* overflow-x: auto; */
|
|
2249
|
-
display: flex;
|
|
2250
|
-
flex-flow: column;
|
|
2251
|
-
height: 50rem;
|
|
2252
|
-
overflow-x: hidden;
|
|
2253
|
-
/* Compact
|
|
2254
|
-
========== */
|
|
2255
|
-
/* No Border
|
|
2256
|
-
========== */
|
|
2257
|
-
/* Full Width
|
|
2258
|
-
========== */
|
|
2259
|
-
/* Centered
|
|
2260
|
-
========== */ }
|
|
2261
|
-
.cdr-tabs_11-0-0-beta-7 ::-webkit-scrollbar {
|
|
2262
|
-
-webkit-appearance: none;
|
|
2263
|
-
width: 0.7rem; }
|
|
2264
|
-
.cdr-tabs_11-0-0-beta-7 ::-webkit-scrollbar-thumb {
|
|
2265
|
-
border-radius: 0.4rem;
|
|
2266
|
-
background-color: rgba(0, 0, 0, 0.5);
|
|
2267
|
-
-webkit-box-shadow: 0 0 0.1rem rgba(255, 255, 255, 0.5); }
|
|
2268
|
-
.cdr-tabs__header-container_11-0-0-beta-7 {
|
|
2269
|
-
overflow-x: auto;
|
|
2270
|
-
border-bottom: 0.1rem solid #928b80;
|
|
2271
|
-
-webkit-overflow-scrolling: touch;
|
|
2272
|
-
-ms-overflow-style: -ms-autohiding-scrollbar; }
|
|
2273
|
-
.cdr-tabs__header-container_11-0-0-beta-7::-webkit-scrollbar {
|
|
2274
|
-
width: 0 !important;
|
|
2275
|
-
height: 0 !important; }
|
|
2276
|
-
.cdr-tabs__gradient-container_11-0-0-beta-7 {
|
|
2277
|
-
position: relative; }
|
|
2278
|
-
.cdr-tabs__gradient_11-0-0-beta-7 {
|
|
2279
|
-
transition: opacity 0.2s ease;
|
|
2280
|
-
-webkit-transition: opacity 0.2s ease;
|
|
2281
|
-
position: absolute;
|
|
2282
|
-
z-index: 100;
|
|
2283
|
-
top: 0;
|
|
2284
|
-
bottom: 0;
|
|
2285
|
-
width: 4.8rem;
|
|
2286
|
-
pointer-events: none;
|
|
2287
|
-
opacity: 0; }
|
|
2288
|
-
.cdr-tabs__gradient--left_11-0-0-beta-7 {
|
|
2289
|
-
left: 0; }
|
|
2290
|
-
.cdr-tabs__gradient--right_11-0-0-beta-7 {
|
|
2291
|
-
right: 0; }
|
|
2292
|
-
.cdr-tabs__gradient--active_11-0-0-beta-7 {
|
|
2293
|
-
opacity: 1; }
|
|
2294
|
-
.cdr-tabs__header_11-0-0-beta-7 {
|
|
2295
|
-
display: flex;
|
|
2296
|
-
width: 100%;
|
|
2297
|
-
margin: 0;
|
|
2298
|
-
padding: 0;
|
|
2299
|
-
position: relative; }
|
|
2300
|
-
.cdr-tabs__header-item_11-0-0-beta-7 {
|
|
2301
|
-
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2302
|
-
font-style: normal;
|
|
2303
|
-
font-weight: inherit;
|
|
2304
|
-
letter-spacing: -0.008rem;
|
|
2305
|
-
font-size: 1.6rem;
|
|
2306
|
-
line-height: 2.2rem;
|
|
2307
|
-
border: none;
|
|
2308
|
-
background-color: transparent;
|
|
2309
|
-
display: block;
|
|
2310
|
-
color: rgba(66, 59, 47, 0.75);
|
|
2311
|
-
font-weight: 300;
|
|
2312
|
-
text-decoration: none;
|
|
2313
|
-
padding: 1.2rem 0.8rem;
|
|
2314
|
-
white-space: nowrap;
|
|
2315
|
-
outline-offset: -0.3rem; }
|
|
2316
|
-
.cdr-tabs__header-item_11-0-0-beta-7 + .cdr-tabs__header-item_11-0-0-beta-7 {
|
|
2317
|
-
margin-left: 1.6rem; }
|
|
2318
|
-
.cdr-tabs__header-item-active_11-0-0-beta-7 {
|
|
2319
|
-
color: rgba(12, 11, 8, 0.75);
|
|
2320
|
-
font-weight: 500; }
|
|
2321
|
-
.cdr-tabs__header-item_11-0-0-beta-7::before {
|
|
2322
|
-
display: block;
|
|
2323
|
-
content: attr(js-name);
|
|
2324
|
-
font-weight: 500;
|
|
2325
|
-
height: 0;
|
|
2326
|
-
overflow: hidden;
|
|
2327
|
-
visibility: hidden; }
|
|
2328
|
-
.cdr-tabs__header-item_11-0-0-beta-7:active, .cdr-tabs__header-item_11-0-0-beta-7:hover, .cdr-tabs__header-item_11-0-0-beta-7:focus {
|
|
2329
|
-
text-decoration: none;
|
|
2330
|
-
color: #406eb5; }
|
|
2331
|
-
.cdr-tabs__header-item--disabled_11-0-0-beta-7 {
|
|
2332
|
-
border: none;
|
|
2333
|
-
background-color: transparent;
|
|
2334
|
-
color: #d1cbbd; }
|
|
2335
|
-
.cdr-tabs__header-item--disabled_11-0-0-beta-7:active, .cdr-tabs__header-item--disabled_11-0-0-beta-7:hover, .cdr-tabs__header-item--disabled_11-0-0-beta-7:focus {
|
|
2336
|
-
color: #d1cbbd;
|
|
2337
|
-
cursor: not-allowed; }
|
|
2338
|
-
.cdr-tabs__underline_11-0-0-beta-7 {
|
|
2339
|
-
z-index: 1;
|
|
2340
|
-
position: absolute;
|
|
2341
|
-
width: 3rem;
|
|
2342
|
-
margin: 0;
|
|
2343
|
-
height: 0.4rem;
|
|
2344
|
-
margin-top: -0.4rem;
|
|
2345
|
-
box-sizing: border-box;
|
|
2346
|
-
border: none;
|
|
2347
|
-
background-color: #406eb5;
|
|
2348
|
-
transition: 0.4s cubic-bezier(0.32, 0.94, 0.6, 1); }
|
|
2349
|
-
.cdr-tabs__content-container_11-0-0-beta-7 {
|
|
2350
|
-
position: relative;
|
|
2351
|
-
flex: 1 1 auto;
|
|
2352
|
-
overflow-x: hidden;
|
|
2353
|
-
overflow-y: auto; }
|
|
2354
|
-
.cdr-tabs_11-0-0-beta-7 .fade-enter-active_11-0-0-beta-7,
|
|
2355
|
-
.cdr-tabs_11-0-0-beta-7 .fade-leave-active_11-0-0-beta-7 {
|
|
2356
|
-
opacity: 0.5s; }
|
|
2357
|
-
.cdr-tabs_11-0-0-beta-7 .fade-enter_11-0-0-beta-7,
|
|
2358
|
-
.cdr-tabs_11-0-0-beta-7 .fade-leave-to_11-0-0-beta-7 {
|
|
2359
|
-
opacity: 0; }
|
|
2360
|
-
.cdr-tabs--compact_11-0-0-beta-7 .cdr-tabs__header-item-label_11-0-0-beta-7, .cdr-tabs--small_11-0-0-beta-7 .cdr-tabs__header-item-label_11-0-0-beta-7 {
|
|
2361
|
-
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2362
|
-
font-style: normal;
|
|
2363
|
-
font-weight: inherit;
|
|
2364
|
-
letter-spacing: -0.008rem;
|
|
2365
|
-
font-size: 1.4rem;
|
|
2366
|
-
line-height: 1.8rem;
|
|
2367
|
-
padding: 0.6rem 1.2rem; }
|
|
2368
|
-
.cdr-tabs--compact_11-0-0-beta-7 .cdr-tabs__header-item_11-0-0-beta-7 + .cdr-tabs--compact_11-0-0-beta-7 .cdr-tabs__header-item_11-0-0-beta-7, .cdr-tabs--small_11-0-0-beta-7 .cdr-tabs__header-item_11-0-0-beta-7 + .cdr-tabs--compact_11-0-0-beta-7 .cdr-tabs__header-item_11-0-0-beta-7, .cdr-tabs--compact_11-0-0-beta-7 .cdr-tabs__header-item_11-0-0-beta-7 + .cdr-tabs--small_11-0-0-beta-7 .cdr-tabs__header-item_11-0-0-beta-7, .cdr-tabs--small_11-0-0-beta-7 .cdr-tabs__header-item_11-0-0-beta-7 + .cdr-tabs--small_11-0-0-beta-7 .cdr-tabs__header-item_11-0-0-beta-7 {
|
|
2369
|
-
margin-left: 0.8rem; }
|
|
2370
|
-
.cdr-tabs--no-border_11-0-0-beta-7 .cdr-tabs__header_11-0-0-beta-7,
|
|
2371
|
-
.cdr-tabs--no-border_11-0-0-beta-7 .cdr-tabs__header-container_11-0-0-beta-7 {
|
|
2372
|
-
border-bottom: 0.1rem solid transparent; }
|
|
2373
|
-
.cdr-tabs--full-width_11-0-0-beta-7 .cdr-tabs__header-item_11-0-0-beta-7 {
|
|
2374
|
-
flex-grow: 1; }
|
|
2375
|
-
.cdr-tabs--centered_11-0-0-beta-7 .cdr-tabs__header-item_11-0-0-beta-7:first-of-type {
|
|
2376
|
-
margin-left: auto; }
|
|
2377
|
-
.cdr-tabs--centered_11-0-0-beta-7 .cdr-tabs__header-item_11-0-0-beta-7:last-of-type {
|
|
2378
|
-
margin-right: auto; }
|
|
2379
|
-
|
|
2380
|
-
.cdr-table_11-0-0-beta-7 {
|
|
2445
|
+
.cdr-table_11-2-0 {
|
|
2381
2446
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2382
2447
|
font-style: normal;
|
|
2383
2448
|
font-weight: 400;
|
|
@@ -2387,23 +2452,23 @@
|
|
|
2387
2452
|
color: rgba(12, 11, 8, 0.75);
|
|
2388
2453
|
border: none;
|
|
2389
2454
|
border-collapse: collapse; }
|
|
2390
|
-
.cdr-table_11-
|
|
2455
|
+
.cdr-table_11-2-0 tr {
|
|
2391
2456
|
background-color: #ffffff; }
|
|
2392
|
-
.cdr-table_11-
|
|
2457
|
+
.cdr-table_11-2-0 thead tr {
|
|
2393
2458
|
background-color: #f4f2ed; }
|
|
2394
|
-
.cdr-table_11-
|
|
2395
|
-
.cdr-table_11-
|
|
2459
|
+
.cdr-table_11-2-0 th,
|
|
2460
|
+
.cdr-table_11-2-0 td {
|
|
2396
2461
|
color: rgba(12, 11, 8, 0.75);
|
|
2397
2462
|
padding: 0.8rem 1.6rem;
|
|
2398
2463
|
text-align: left; }
|
|
2399
|
-
.cdr-table_11-
|
|
2464
|
+
.cdr-table_11-2-0 th {
|
|
2400
2465
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2401
2466
|
font-style: normal;
|
|
2402
2467
|
font-weight: 600;
|
|
2403
2468
|
letter-spacing: -0.008rem;
|
|
2404
2469
|
font-size: 1.4rem;
|
|
2405
2470
|
line-height: 1.8rem; }
|
|
2406
|
-
.cdr-table_11-
|
|
2471
|
+
.cdr-table_11-2-0 caption {
|
|
2407
2472
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2408
2473
|
font-style: normal;
|
|
2409
2474
|
font-weight: 600;
|
|
@@ -2412,49 +2477,49 @@
|
|
|
2412
2477
|
line-height: 2.2rem;
|
|
2413
2478
|
text-align: left;
|
|
2414
2479
|
margin-bottom: 0.8rem; }
|
|
2415
|
-
.cdr-table--small_11-
|
|
2480
|
+
.cdr-table--small_11-2-0 th, .cdr-table--small_11-2-0 td {
|
|
2416
2481
|
padding: 0.4rem 1.6rem; }
|
|
2417
|
-
.cdr-table--medium_11-
|
|
2482
|
+
.cdr-table--medium_11-2-0 th, .cdr-table--medium_11-2-0 td {
|
|
2418
2483
|
padding: 0.8rem 1.6rem; }
|
|
2419
|
-
.cdr-table--large_11-
|
|
2484
|
+
.cdr-table--large_11-2-0 th, .cdr-table--large_11-2-0 td {
|
|
2420
2485
|
padding: 1.6rem; }
|
|
2421
|
-
.cdr-table--striped_11-
|
|
2486
|
+
.cdr-table--striped_11-2-0 tr:nth-child(odd) {
|
|
2422
2487
|
background-color: #f9f8f6; }
|
|
2423
|
-
.cdr-table--striped_11-
|
|
2488
|
+
.cdr-table--striped_11-2-0 thead + tbody tr:nth-child(even) {
|
|
2424
2489
|
background-color: #f9f8f6; }
|
|
2425
|
-
.cdr-table--striped_11-
|
|
2490
|
+
.cdr-table--striped_11-2-0 thead + tbody tr:nth-child(odd) {
|
|
2426
2491
|
background-color: #ffffff; }
|
|
2427
|
-
.cdr-table--striped_11-
|
|
2428
|
-
.cdr-table--striped_11-
|
|
2492
|
+
.cdr-table--striped_11-2-0 tbody tr:nth-child(odd),
|
|
2493
|
+
.cdr-table--striped_11-2-0 tfoot tr:nth-child(odd) {
|
|
2429
2494
|
background-color: #f9f8f6; }
|
|
2430
|
-
.cdr-table--border_11-
|
|
2495
|
+
.cdr-table--border_11-2-0 tr + tr > * {
|
|
2431
2496
|
border-top: 0.1rem solid #dcd6cb; }
|
|
2432
|
-
.cdr-table--border_11-
|
|
2497
|
+
.cdr-table--border_11-2-0 thead tr + tr > * {
|
|
2433
2498
|
border-top: 0.1rem solid #928b80; }
|
|
2434
|
-
.cdr-table--border_11-
|
|
2499
|
+
.cdr-table--border_11-2-0 tbody tr + tr > *, .cdr-table--border_11-2-0 tfoot tr + tr > * {
|
|
2435
2500
|
border-top: 0.1rem solid #dcd6cb; }
|
|
2436
|
-
.cdr-table--border_11-
|
|
2437
|
-
.cdr-table--border_11-
|
|
2501
|
+
.cdr-table--border_11-2-0 thead + tbody,
|
|
2502
|
+
.cdr-table--border_11-2-0 tbody + tfoot {
|
|
2438
2503
|
border-top: 0.1rem solid #dcd6cb; }
|
|
2439
|
-
.cdr-table--full-width_11-
|
|
2504
|
+
.cdr-table--full-width_11-2-0 {
|
|
2440
2505
|
width: 100%; }
|
|
2441
|
-
.cdr-table--responsive_11-
|
|
2506
|
+
.cdr-table--responsive_11-2-0 {
|
|
2442
2507
|
display: block;
|
|
2443
2508
|
width: 100%;
|
|
2444
2509
|
overflow-x: auto; }
|
|
2445
|
-
.cdr-table--hover_11-
|
|
2510
|
+
.cdr-table--hover_11-2-0 tr:hover > * {
|
|
2446
2511
|
background-color: #f4f2ed; }
|
|
2447
2512
|
@media (min-width: 0) and (max-width: 767px) {
|
|
2448
|
-
.cdr-table--full-width\@xs_11-
|
|
2513
|
+
.cdr-table--full-width\@xs_11-2-0 {
|
|
2449
2514
|
width: 100%; } }
|
|
2450
2515
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
2451
|
-
.cdr-table--full-width\@sm_11-
|
|
2516
|
+
.cdr-table--full-width\@sm_11-2-0 {
|
|
2452
2517
|
width: 100%; } }
|
|
2453
2518
|
@media (min-width: 992px) and (max-width: 1231px) {
|
|
2454
|
-
.cdr-table--full-width\@md_11-
|
|
2519
|
+
.cdr-table--full-width\@md_11-2-0 {
|
|
2455
2520
|
width: 100%; } }
|
|
2456
2521
|
@media (min-width: 1232px) {
|
|
2457
|
-
.cdr-table--full-width\@lg_11-
|
|
2522
|
+
.cdr-table--full-width\@lg_11-2-0 {
|
|
2458
2523
|
width: 100%; } }
|
|
2459
2524
|
|
|
2460
2525
|
/* intentionally empty */
|
|
@@ -2472,7 +2537,7 @@
|
|
|
2472
2537
|
|
|
2473
2538
|
/* Style variants
|
|
2474
2539
|
========================================================================== */
|
|
2475
|
-
.cdr-select_11-
|
|
2540
|
+
.cdr-select_11-2-0 {
|
|
2476
2541
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2477
2542
|
font-style: normal;
|
|
2478
2543
|
font-weight: 400;
|
|
@@ -2510,34 +2575,34 @@
|
|
|
2510
2575
|
/* @lg
|
|
2511
2576
|
1200px and up
|
|
2512
2577
|
========== */ }
|
|
2513
|
-
.cdr-select_11-
|
|
2578
|
+
.cdr-select_11-2-0[disabled] {
|
|
2514
2579
|
background-color: #f9f8f6;
|
|
2515
2580
|
color: #d1cbbd;
|
|
2516
2581
|
box-shadow: inset 0 0 0 0.1rem #d1cbbd; }
|
|
2517
|
-
.cdr-select_11-
|
|
2582
|
+
.cdr-select_11-2-0[disabled]:hover {
|
|
2518
2583
|
box-shadow: inset 0 0 0 0.1rem #d1cbbd;
|
|
2519
2584
|
cursor: not-allowed; }
|
|
2520
|
-
.cdr-select_11-
|
|
2585
|
+
.cdr-select_11-2-0:active, .cdr-select_11-2-0:focus {
|
|
2521
2586
|
box-shadow: inset 0 0 0 0.2rem #20201d, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2);
|
|
2522
2587
|
outline: none; }
|
|
2523
|
-
.cdr-select_11-
|
|
2588
|
+
.cdr-select_11-2-0::-ms-expand {
|
|
2524
2589
|
display: none; }
|
|
2525
|
-
.cdr-select--primary_11-
|
|
2590
|
+
.cdr-select--primary_11-2-0 {
|
|
2526
2591
|
background-color: rgba(244, 242, 237, 0.15); }
|
|
2527
|
-
.cdr-select--primary_11-
|
|
2592
|
+
.cdr-select--primary_11-2-0:active, .cdr-select--primary_11-2-0:focus {
|
|
2528
2593
|
background-color: #f9f8f6; }
|
|
2529
|
-
.cdr-select--secondary_11-
|
|
2594
|
+
.cdr-select--secondary_11-2-0 {
|
|
2530
2595
|
background-color: rgba(255, 255, 255, 0.85); }
|
|
2531
|
-
.cdr-select--secondary_11-
|
|
2596
|
+
.cdr-select--secondary_11-2-0:active, .cdr-select--secondary_11-2-0:focus {
|
|
2532
2597
|
background-color: #ffffff; }
|
|
2533
|
-
.cdr-select--error_11-
|
|
2598
|
+
.cdr-select--error_11-2-0 {
|
|
2534
2599
|
background-color: rgba(255, 242, 242, 0.75);
|
|
2535
2600
|
box-shadow: inset 0 0 0 0.1rem #b33322; }
|
|
2536
|
-
.cdr-select--preicon_11-
|
|
2601
|
+
.cdr-select--preicon_11-2-0 {
|
|
2537
2602
|
/* $input-pre-icon-default-width = 25px with the expectation that
|
|
2538
2603
|
slot provided icon is close to that width */
|
|
2539
2604
|
padding-left: 3.7rem; }
|
|
2540
|
-
.cdr-select__prompt_11-
|
|
2605
|
+
.cdr-select__prompt_11-2-0 {
|
|
2541
2606
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2542
2607
|
font-style: normal;
|
|
2543
2608
|
font-weight: 400;
|
|
@@ -2546,29 +2611,29 @@
|
|
|
2546
2611
|
line-height: 2.2rem;
|
|
2547
2612
|
font-style: normal;
|
|
2548
2613
|
color: rgba(12, 11, 8, 0.75); }
|
|
2549
|
-
.cdr-select__prompt_11-
|
|
2614
|
+
.cdr-select__prompt_11-2-0[disabled] {
|
|
2550
2615
|
color: #d1cbbd; }
|
|
2551
|
-
.cdr-select__caret_11-
|
|
2616
|
+
.cdr-select__caret_11-2-0 {
|
|
2552
2617
|
fill: rgba(12, 11, 8, 0.75);
|
|
2553
2618
|
position: absolute;
|
|
2554
2619
|
top: 50%;
|
|
2555
2620
|
right: 0.8rem;
|
|
2556
2621
|
transform: translateY(-50%);
|
|
2557
2622
|
pointer-events: none; }
|
|
2558
|
-
.cdr-select__caret--disabled_11-
|
|
2623
|
+
.cdr-select__caret--disabled_11-2-0 {
|
|
2559
2624
|
fill: #dcd6cb; }
|
|
2560
|
-
.cdr-select__pre-icon_11-
|
|
2625
|
+
.cdr-select__pre-icon_11-2-0 {
|
|
2561
2626
|
position: absolute;
|
|
2562
2627
|
top: 50%;
|
|
2563
2628
|
left: 0.8rem;
|
|
2564
2629
|
transform: translateY(-50%); }
|
|
2565
|
-
.cdr-select--multiple_11-
|
|
2630
|
+
.cdr-select--multiple_11-2-0 {
|
|
2566
2631
|
height: auto;
|
|
2567
2632
|
padding: 0.8rem; }
|
|
2568
|
-
.cdr-select--multiple_11-
|
|
2633
|
+
.cdr-select--multiple_11-2-0 + .cdr-select__caret_11-2-0 {
|
|
2569
2634
|
display: none; }
|
|
2570
2635
|
@media (min-width: 0) and (max-width: 767px) {
|
|
2571
|
-
.cdr-select--large\@xs_11-
|
|
2636
|
+
.cdr-select--large\@xs_11-2-0 {
|
|
2572
2637
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2573
2638
|
font-style: normal;
|
|
2574
2639
|
font-weight: 400;
|
|
@@ -2577,7 +2642,7 @@
|
|
|
2577
2642
|
line-height: 2.4rem;
|
|
2578
2643
|
height: 4.8rem;
|
|
2579
2644
|
padding-left: 0.8rem; } }
|
|
2580
|
-
.cdr-select--large_11-
|
|
2645
|
+
.cdr-select--large_11-2-0 {
|
|
2581
2646
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2582
2647
|
font-style: normal;
|
|
2583
2648
|
font-weight: 400;
|
|
@@ -2587,7 +2652,7 @@
|
|
|
2587
2652
|
height: 4.8rem;
|
|
2588
2653
|
padding-left: 0.8rem; }
|
|
2589
2654
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
2590
|
-
.cdr-select--large\@sm_11-
|
|
2655
|
+
.cdr-select--large\@sm_11-2-0 {
|
|
2591
2656
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2592
2657
|
font-style: normal;
|
|
2593
2658
|
font-weight: 400;
|
|
@@ -2597,7 +2662,7 @@
|
|
|
2597
2662
|
height: 4.8rem;
|
|
2598
2663
|
padding-left: 0.8rem; } }
|
|
2599
2664
|
@media (min-width: 992px) and (max-width: 1231px) {
|
|
2600
|
-
.cdr-select--large\@md_11-
|
|
2665
|
+
.cdr-select--large\@md_11-2-0 {
|
|
2601
2666
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2602
2667
|
font-style: normal;
|
|
2603
2668
|
font-weight: 400;
|
|
@@ -2607,7 +2672,7 @@
|
|
|
2607
2672
|
height: 4.8rem;
|
|
2608
2673
|
padding-left: 0.8rem; } }
|
|
2609
2674
|
@media (min-width: 1232px) {
|
|
2610
|
-
.cdr-select--large\@lg_11-
|
|
2675
|
+
.cdr-select--large\@lg_11-2-0 {
|
|
2611
2676
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2612
2677
|
font-style: normal;
|
|
2613
2678
|
font-weight: 400;
|
|
@@ -2620,11 +2685,20 @@
|
|
|
2620
2685
|
# SELECT WRAPPER
|
|
2621
2686
|
========================================================================== */
|
|
2622
2687
|
/* Sets new origin for relative positioning of Select and Caret */
|
|
2623
|
-
.cdr-select-wrap_11-
|
|
2688
|
+
.cdr-select-wrap_11-2-0 {
|
|
2624
2689
|
position: relative;
|
|
2625
2690
|
flex: 1; }
|
|
2626
2691
|
|
|
2627
|
-
.cdr-
|
|
2692
|
+
.cdr-text_11-2-0 {
|
|
2693
|
+
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2694
|
+
font-style: normal;
|
|
2695
|
+
font-weight: 400;
|
|
2696
|
+
letter-spacing: -0.016rem;
|
|
2697
|
+
font-size: 1.6rem;
|
|
2698
|
+
line-height: 2.2rem;
|
|
2699
|
+
margin: 0; }
|
|
2700
|
+
|
|
2701
|
+
.cdr-toast_11-2-0 {
|
|
2628
2702
|
position: relative;
|
|
2629
2703
|
border-left: 0.4rem solid;
|
|
2630
2704
|
box-shadow: 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2);
|
|
@@ -2633,165 +2707,189 @@
|
|
|
2633
2707
|
font-style: normal;
|
|
2634
2708
|
font-weight: 400;
|
|
2635
2709
|
letter-spacing: -0.016rem;
|
|
2636
|
-
font-size: 1.
|
|
2637
|
-
line-height:
|
|
2710
|
+
font-size: 1.4rem;
|
|
2711
|
+
line-height: 1.8rem; }
|
|
2638
2712
|
@media (min-width: 768px) {
|
|
2639
|
-
.cdr-toast_11-
|
|
2713
|
+
.cdr-toast_11-2-0 {
|
|
2640
2714
|
width: 39rem; } }
|
|
2641
|
-
.cdr-toast__transition--toast-enter_11-
|
|
2715
|
+
.cdr-toast__transition--toast-enter_11-2-0 {
|
|
2642
2716
|
opacity: 0;
|
|
2643
2717
|
transform: translateX(2.4rem); }
|
|
2644
|
-
.cdr-toast__transition--toast-enter-active_11-
|
|
2718
|
+
.cdr-toast__transition--toast-enter-active_11-2-0 {
|
|
2645
2719
|
transition: all 0.5s cubic-bezier(0.32, 0.94, 0.6, 1); }
|
|
2646
|
-
.cdr-toast__transition--toast-leave-to_11-
|
|
2720
|
+
.cdr-toast__transition--toast-leave-to_11-2-0 {
|
|
2647
2721
|
opacity: 0; }
|
|
2648
|
-
.cdr-toast__transition--toast-leave-active_11-
|
|
2722
|
+
.cdr-toast__transition--toast-leave-active_11-2-0 {
|
|
2649
2723
|
transition: opacity 0.2s cubic-bezier(0.32, 0.94, 0.6, 1); }
|
|
2650
|
-
.cdr-toast__main_11-
|
|
2724
|
+
.cdr-toast__main_11-2-0 {
|
|
2651
2725
|
display: grid;
|
|
2652
2726
|
grid-template-columns: auto 1fr auto;
|
|
2653
2727
|
grid-template-areas: "icon-left message close-button"; }
|
|
2654
|
-
.cdr-toast__icon-left_11-
|
|
2728
|
+
.cdr-toast__icon-left_11-2-0 {
|
|
2729
|
+
width: 3.2rem;
|
|
2655
2730
|
grid-area: icon-left;
|
|
2656
2731
|
display: inherit;
|
|
2657
2732
|
align-items: center;
|
|
2658
2733
|
justify-items: center; }
|
|
2659
|
-
.cdr-toast__icon-left_11-
|
|
2660
|
-
|
|
2734
|
+
.cdr-toast__icon-left_11-2-0 svg {
|
|
2735
|
+
max-height: 2.2rem;
|
|
2736
|
+
max-width: 2.2rem;
|
|
2661
2737
|
stroke: white;
|
|
2662
2738
|
stroke-width: 0.4rem;
|
|
2663
2739
|
paint-order: stroke fill;
|
|
2664
2740
|
margin: 0.4rem; }
|
|
2665
|
-
.cdr-toast__message_11-
|
|
2741
|
+
.cdr-toast__message_11-2-0 {
|
|
2742
|
+
display: inherit;
|
|
2743
|
+
align-items: center;
|
|
2666
2744
|
grid-area: message;
|
|
2667
|
-
padding: 0.
|
|
2668
|
-
.cdr-toast__close-button_11-
|
|
2745
|
+
padding: 0.7rem; }
|
|
2746
|
+
.cdr-toast__close-button_11-2-0 {
|
|
2747
|
+
display: inherit;
|
|
2748
|
+
align-content: center;
|
|
2669
2749
|
grid-area: close-button;
|
|
2670
|
-
height:
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2750
|
+
max-height: 3.2rem; }
|
|
2751
|
+
.cdr-toast__close-button_11-2-0 svg {
|
|
2752
|
+
height: 2.2rem;
|
|
2753
|
+
width: 2.2rem;
|
|
2674
2754
|
fill: rgba(3, 3, 1, 0.9) !important; }
|
|
2675
|
-
.cdr-toast--default_11-
|
|
2755
|
+
.cdr-toast--default_11-2-0 {
|
|
2676
2756
|
border-left-color: #726d64; }
|
|
2677
|
-
.cdr-toast--default_11-
|
|
2757
|
+
.cdr-toast--default_11-2-0 .cdr-toast__main_11-2-0 {
|
|
2678
2758
|
background-color: #f9f8f6;
|
|
2679
2759
|
border-top: 0.1rem solid;
|
|
2680
2760
|
border-right: 0.1rem solid;
|
|
2681
2761
|
border-bottom: 0.1rem solid;
|
|
2682
2762
|
border-color: #e8e0ce; }
|
|
2683
|
-
.cdr-toast--default_11-
|
|
2763
|
+
.cdr-toast--default_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 {
|
|
2684
2764
|
background-color: #e8e0ce; }
|
|
2685
|
-
.cdr-toast--default_11-
|
|
2765
|
+
.cdr-toast--default_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 svg {
|
|
2686
2766
|
fill: #726d64; }
|
|
2687
|
-
.cdr-toast--info_11-
|
|
2767
|
+
.cdr-toast--info_11-2-0 {
|
|
2688
2768
|
border-left-color: #408e86; }
|
|
2689
|
-
.cdr-toast--info_11-
|
|
2690
|
-
background-color: #
|
|
2769
|
+
.cdr-toast--info_11-2-0 .cdr-toast__main_11-2-0 {
|
|
2770
|
+
background-color: #edf4f5;
|
|
2691
2771
|
border-top: 0.1rem solid;
|
|
2692
2772
|
border-right: 0.1rem solid;
|
|
2693
2773
|
border-bottom: 0.1rem solid;
|
|
2694
2774
|
border-color: #c2d8db; }
|
|
2695
|
-
.cdr-toast--info_11-
|
|
2775
|
+
.cdr-toast--info_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 {
|
|
2696
2776
|
background-color: #c2d8db; }
|
|
2697
|
-
.cdr-toast--info_11-
|
|
2777
|
+
.cdr-toast--info_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 svg {
|
|
2698
2778
|
fill: #408e86; }
|
|
2699
|
-
.cdr-toast--warning_11-
|
|
2779
|
+
.cdr-toast--warning_11-2-0 {
|
|
2700
2780
|
border-left-color: #b68b37; }
|
|
2701
|
-
.cdr-toast--warning_11-
|
|
2781
|
+
.cdr-toast--warning_11-2-0 .cdr-toast__main_11-2-0 {
|
|
2702
2782
|
background-color: #fefcf1;
|
|
2703
2783
|
border-top: 0.1rem solid;
|
|
2704
2784
|
border-right: 0.1rem solid;
|
|
2705
2785
|
border-bottom: 0.1rem solid;
|
|
2706
2786
|
border-color: #f5e9b7; }
|
|
2707
|
-
.cdr-toast--warning_11-
|
|
2787
|
+
.cdr-toast--warning_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 {
|
|
2708
2788
|
background-color: #f5e9b7; }
|
|
2709
|
-
.cdr-toast--warning_11-
|
|
2789
|
+
.cdr-toast--warning_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 svg {
|
|
2710
2790
|
fill: #b68b37; }
|
|
2711
|
-
.cdr-toast--success_11-
|
|
2791
|
+
.cdr-toast--success_11-2-0 {
|
|
2712
2792
|
border-left-color: #3b8349; }
|
|
2713
|
-
.cdr-toast--success_11-
|
|
2793
|
+
.cdr-toast--success_11-2-0 .cdr-toast__main_11-2-0 {
|
|
2714
2794
|
background-color: #f4fbf5;
|
|
2715
2795
|
border-top: 0.1rem solid;
|
|
2716
2796
|
border-right: 0.1rem solid;
|
|
2717
2797
|
border-bottom: 0.1rem solid;
|
|
2718
2798
|
border-color: #d5e6cb; }
|
|
2719
|
-
.cdr-toast--success_11-
|
|
2799
|
+
.cdr-toast--success_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 {
|
|
2720
2800
|
background-color: #d5e6cb; }
|
|
2721
|
-
.cdr-toast--success_11-
|
|
2801
|
+
.cdr-toast--success_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 svg {
|
|
2722
2802
|
fill: #3b8349; }
|
|
2723
|
-
.cdr-toast--error_11-
|
|
2803
|
+
.cdr-toast--error_11-2-0 {
|
|
2724
2804
|
border-left-color: #bb4045; }
|
|
2725
|
-
.cdr-toast--error_11-
|
|
2726
|
-
background-color: #
|
|
2805
|
+
.cdr-toast--error_11-2-0 .cdr-toast__main_11-2-0 {
|
|
2806
|
+
background-color: #fdf7f7;
|
|
2727
2807
|
border-top: 0.1rem solid;
|
|
2728
|
-
border-right: 0.1rem solid;
|
|
2729
|
-
border-bottom: 0.1rem solid;
|
|
2730
|
-
border-color: #eecbc1; }
|
|
2731
|
-
.cdr-toast--error_11-
|
|
2732
|
-
fill: #bb4045; }
|
|
2733
|
-
.cdr-toast--error_11-
|
|
2734
|
-
background-color: #eecbc1; }
|
|
2735
|
-
.cdr-toast--error_11-
|
|
2736
|
-
fill: #bb4045; }
|
|
2737
|
-
|
|
2738
|
-
/* intentionally empty */
|
|
2739
|
-
.cdr-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
.cdr-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
margin: -0.1rem;
|
|
2754
|
-
overflow: hidden;
|
|
2755
|
-
clip: rect(0, 0, 0, 0);
|
|
2756
|
-
border: 0; }
|
|
2757
|
-
.cdr-tooltip--wrapper_11-0-0-beta-7 .cdr-popup__content_11-0-0-beta-7 {
|
|
2808
|
+
border-right: 0.1rem solid;
|
|
2809
|
+
border-bottom: 0.1rem solid;
|
|
2810
|
+
border-color: #eecbc1; }
|
|
2811
|
+
.cdr-toast--error_11-2-0 .cdr-toast__main_11-2-0 svg {
|
|
2812
|
+
fill: #bb4045; }
|
|
2813
|
+
.cdr-toast--error_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 {
|
|
2814
|
+
background-color: #eecbc1; }
|
|
2815
|
+
.cdr-toast--error_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 svg {
|
|
2816
|
+
fill: #bb4045; }
|
|
2817
|
+
|
|
2818
|
+
/* intentionally empty */
|
|
2819
|
+
.cdr-pagination_11-2-0 {
|
|
2820
|
+
display: flex;
|
|
2821
|
+
justify-content: center;
|
|
2822
|
+
align-items: center;
|
|
2823
|
+
list-style: none;
|
|
2824
|
+
padding: 0;
|
|
2825
|
+
/* Responsive */ }
|
|
2826
|
+
.cdr-pagination__li--links_11-2-0 {
|
|
2827
|
+
display: none; }
|
|
2828
|
+
.cdr-pagination__li--links_11-2-0 + .cdr-pagination__li--links_11-2-0 {
|
|
2829
|
+
margin-left: 0.4rem; }
|
|
2830
|
+
.cdr-pagination__li--select_11-2-0 {
|
|
2831
|
+
display: block; }
|
|
2832
|
+
.cdr-pagination__link_11-2-0 {
|
|
2758
2833
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2759
2834
|
font-style: normal;
|
|
2760
|
-
font-weight:
|
|
2761
|
-
letter-spacing: -0.
|
|
2762
|
-
font-size: 1.
|
|
2763
|
-
line-height:
|
|
2764
|
-
background:
|
|
2765
|
-
|
|
2766
|
-
|
|
2835
|
+
font-weight: 400;
|
|
2836
|
+
letter-spacing: -0.016rem;
|
|
2837
|
+
font-size: 1.6rem;
|
|
2838
|
+
line-height: 2.2rem;
|
|
2839
|
+
background-color: transparent;
|
|
2840
|
+
border: none;
|
|
2841
|
+
padding: 0;
|
|
2842
|
+
color: rgba(12, 11, 8, 0.75);
|
|
2843
|
+
fill: rgba(12, 11, 8, 0.75);
|
|
2844
|
+
display: block;
|
|
2845
|
+
padding: 0.6rem 1.2rem;
|
|
2846
|
+
text-decoration: none;
|
|
2847
|
+
border-radius: 0.4rem; }
|
|
2848
|
+
.cdr-pagination__link_11-2-0:hover, .cdr-pagination__link_11-2-0:focus, .cdr-pagination__link_11-2-0:active {
|
|
2849
|
+
background-color: #f9f8f6;
|
|
2850
|
+
cursor: pointer; }
|
|
2851
|
+
.cdr-pagination__link_11-2-0.current {
|
|
2852
|
+
position: relative; }
|
|
2853
|
+
.cdr-pagination__link_11-2-0.current:after {
|
|
2854
|
+
content: '';
|
|
2855
|
+
position: absolute;
|
|
2856
|
+
bottom: 0;
|
|
2857
|
+
left: 50%;
|
|
2858
|
+
transform: translateX(-50%);
|
|
2859
|
+
height: 0.2rem;
|
|
2860
|
+
width: 80%;
|
|
2861
|
+
background-color: #406eb5; }
|
|
2862
|
+
.cdr-pagination__link_11-2-0.current:hover, .cdr-pagination__link_11-2-0.current:focus, .cdr-pagination__link_11-2-0.current:active {
|
|
2863
|
+
text-decoration: none; }
|
|
2864
|
+
.cdr-pagination__link_11-2-0.cdr-pagination__link--disabled_11-2-0 {
|
|
2865
|
+
color: #d1cbbd;
|
|
2866
|
+
fill: #d1cbbd;
|
|
2867
|
+
cursor: not-allowed; }
|
|
2868
|
+
.cdr-pagination__link_11-2-0.cdr-pagination__link--disabled_11-2-0:hover, .cdr-pagination__link_11-2-0.cdr-pagination__link--disabled_11-2-0:focus, .cdr-pagination__link_11-2-0.cdr-pagination__link--disabled_11-2-0:active {
|
|
2869
|
+
color: #d1cbbd;
|
|
2870
|
+
background-color: transparent; }
|
|
2871
|
+
.cdr-pagination__ellipse_11-2-0 {
|
|
2872
|
+
display: block;
|
|
2767
2873
|
padding: 0.6rem 1.2rem; }
|
|
2768
|
-
.cdr-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
.cdr-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
.cdr-
|
|
2777
|
-
|
|
2778
|
-
.cdr-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
.cdr-text_11-0-0-beta-7 {
|
|
2786
|
-
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2787
|
-
font-style: normal;
|
|
2788
|
-
font-weight: 400;
|
|
2789
|
-
letter-spacing: -0.016rem;
|
|
2790
|
-
font-size: 1.6rem;
|
|
2791
|
-
line-height: 2.2rem;
|
|
2792
|
-
margin: 0; }
|
|
2874
|
+
.cdr-pagination__prev_11-2-0 {
|
|
2875
|
+
display: flex;
|
|
2876
|
+
align-items: center;
|
|
2877
|
+
margin-right: 1.6rem; }
|
|
2878
|
+
.cdr-pagination__next_11-2-0 {
|
|
2879
|
+
display: flex;
|
|
2880
|
+
align-items: center;
|
|
2881
|
+
margin-left: 1.6rem; }
|
|
2882
|
+
.cdr-pagination__caret--prev_11-2-0 {
|
|
2883
|
+
margin-right: 0.2rem; }
|
|
2884
|
+
.cdr-pagination__caret--next_11-2-0 {
|
|
2885
|
+
margin-left: 0.2rem; }
|
|
2886
|
+
@media (min-width: 768px) {
|
|
2887
|
+
.cdr-pagination__li--links_11-2-0 {
|
|
2888
|
+
display: block; }
|
|
2889
|
+
.cdr-pagination__li--select_11-2-0 {
|
|
2890
|
+
display: none; } }
|
|
2793
2891
|
|
|
2794
|
-
.cdr-modal_11-
|
|
2892
|
+
.cdr-modal_11-2-0 {
|
|
2795
2893
|
bottom: 0;
|
|
2796
2894
|
height: 100%;
|
|
2797
2895
|
left: 0;
|
|
@@ -2802,9 +2900,9 @@
|
|
|
2802
2900
|
visibility: visible;
|
|
2803
2901
|
z-index: 1000; }
|
|
2804
2902
|
@supports (-webkit-touch-callout: none) {
|
|
2805
|
-
.cdr-modal_11-
|
|
2903
|
+
.cdr-modal_11-2-0 * {
|
|
2806
2904
|
will-change: transform; } }
|
|
2807
|
-
.cdr-modal__overlay_11-
|
|
2905
|
+
.cdr-modal__overlay_11-2-0 {
|
|
2808
2906
|
background-color: rgba(244, 242, 237, 0.85);
|
|
2809
2907
|
-webkit-backdrop-filter: blur(1.6rem);
|
|
2810
2908
|
backdrop-filter: blur(1.6rem);
|
|
@@ -2816,13 +2914,13 @@
|
|
|
2816
2914
|
top: 0;
|
|
2817
2915
|
transition: opacity 150ms;
|
|
2818
2916
|
z-index: 0; }
|
|
2819
|
-
.cdr-modal__outerWrap_11-
|
|
2917
|
+
.cdr-modal__outerWrap_11-2-0 {
|
|
2820
2918
|
display: flex;
|
|
2821
2919
|
box-sizing: border-box;
|
|
2822
2920
|
min-height: 100%;
|
|
2823
2921
|
position: static;
|
|
2824
2922
|
z-index: -1; }
|
|
2825
|
-
.cdr-modal__contentWrap_11-
|
|
2923
|
+
.cdr-modal__contentWrap_11-2-0 {
|
|
2826
2924
|
align-items: flex-start;
|
|
2827
2925
|
background-color: #ffffff;
|
|
2828
2926
|
display: flex;
|
|
@@ -2837,19 +2935,19 @@
|
|
|
2837
2935
|
transition: opacity 150ms 150ms;
|
|
2838
2936
|
width: 100%;
|
|
2839
2937
|
z-index: 0; }
|
|
2840
|
-
.cdr-modal__contentWrap_11-
|
|
2938
|
+
.cdr-modal__contentWrap_11-2-0:focus {
|
|
2841
2939
|
outline: 0; }
|
|
2842
|
-
.cdr-modal__innerWrap_11-
|
|
2940
|
+
.cdr-modal__innerWrap_11-2-0 {
|
|
2843
2941
|
width: 100%;
|
|
2844
2942
|
padding: 1.6rem; }
|
|
2845
|
-
.cdr-modal__dialog_11-
|
|
2943
|
+
.cdr-modal__dialog_11-2-0 {
|
|
2846
2944
|
width: 100%; }
|
|
2847
|
-
.cdr-modal__content_11-
|
|
2945
|
+
.cdr-modal__content_11-2-0 {
|
|
2848
2946
|
position: relative; }
|
|
2849
|
-
.cdr-modal__header_11-
|
|
2947
|
+
.cdr-modal__header_11-2-0 {
|
|
2850
2948
|
display: flex;
|
|
2851
2949
|
padding-bottom: 1.6rem; }
|
|
2852
|
-
.cdr-modal__title_11-
|
|
2950
|
+
.cdr-modal__title_11-2-0 {
|
|
2853
2951
|
flex: auto;
|
|
2854
2952
|
font-family: Stuart, Georgia, serif;
|
|
2855
2953
|
font-style: normal;
|
|
@@ -2857,7 +2955,7 @@
|
|
|
2857
2955
|
letter-spacing: 0;
|
|
2858
2956
|
font-size: 2.4rem;
|
|
2859
2957
|
line-height: 3rem; }
|
|
2860
|
-
.cdr-modal__close-button_11-
|
|
2958
|
+
.cdr-modal__close-button_11-2-0 {
|
|
2861
2959
|
align-self: flex-start;
|
|
2862
2960
|
border: 0.1rem solid #928b80;
|
|
2863
2961
|
flex: none;
|
|
@@ -2866,20 +2964,20 @@
|
|
|
2866
2964
|
position: relative;
|
|
2867
2965
|
top: -0.2rem;
|
|
2868
2966
|
right: -0.4rem; }
|
|
2869
|
-
.cdr-modal__close-button_11-
|
|
2967
|
+
.cdr-modal__close-button_11-2-0:hover, .cdr-modal__close-button_11-2-0:focus {
|
|
2870
2968
|
border: 0.1rem solid #928b80; }
|
|
2871
|
-
.cdr-modal__text_11-
|
|
2969
|
+
.cdr-modal__text_11-2-0 {
|
|
2872
2970
|
padding: 0;
|
|
2873
2971
|
position: relative; }
|
|
2874
|
-
.cdr-modal__text-content_11-
|
|
2972
|
+
.cdr-modal__text-content_11-2-0 {
|
|
2875
2973
|
overflow: auto;
|
|
2876
2974
|
position: relative; }
|
|
2877
2975
|
@media (min-width: 768px) {
|
|
2878
|
-
.cdr-modal__outerWrap_11-
|
|
2976
|
+
.cdr-modal__outerWrap_11-2-0 {
|
|
2879
2977
|
padding: 1.6rem; }
|
|
2880
|
-
.cdr-modal__innerWrap_11-
|
|
2978
|
+
.cdr-modal__innerWrap_11-2-0 {
|
|
2881
2979
|
padding: 2.4rem; }
|
|
2882
|
-
.cdr-modal__contentWrap_11-
|
|
2980
|
+
.cdr-modal__contentWrap_11-2-0 {
|
|
2883
2981
|
border-radius: 0.4rem;
|
|
2884
2982
|
box-shadow: 0 1.6rem 1.6rem 0 rgba(12, 11, 8, 0.2);
|
|
2885
2983
|
min-height: auto;
|
|
@@ -2887,101 +2985,27 @@
|
|
|
2887
2985
|
top: auto;
|
|
2888
2986
|
left: auto;
|
|
2889
2987
|
right: auto; }
|
|
2890
|
-
.cdr-modal__dialog_11-
|
|
2988
|
+
.cdr-modal__dialog_11-2-0 {
|
|
2891
2989
|
max-width: 64rem; }
|
|
2892
|
-
.cdr-modal__close-button_11-
|
|
2990
|
+
.cdr-modal__close-button_11-2-0 {
|
|
2893
2991
|
margin-left: 1.2rem;
|
|
2894
2992
|
right: -0.8rem;
|
|
2895
2993
|
top: -0.5rem; } }
|
|
2896
|
-
.closed_11-
|
|
2994
|
+
.closed_11-2-0 {
|
|
2897
2995
|
transition: z-index 0s 300ms, visibility 0s 300ms;
|
|
2898
2996
|
visibility: hidden;
|
|
2899
2997
|
z-index: -1; }
|
|
2900
|
-
.closed_11-
|
|
2998
|
+
.closed_11-2-0 .cdr-modal__overlay_11-2-0 {
|
|
2901
2999
|
opacity: 0;
|
|
2902
3000
|
transition: opacity 150ms 150ms; }
|
|
2903
|
-
.closed_11-
|
|
3001
|
+
.closed_11-2-0 .cdr-modal__contentWrap_11-2-0 {
|
|
2904
3002
|
opacity: 0;
|
|
2905
3003
|
transition: opacity 150ms; }
|
|
2906
|
-
.cdr-modal__noscroll_11-
|
|
3004
|
+
.cdr-modal__noscroll_11-2-0 {
|
|
2907
3005
|
overflow: hidden !important;
|
|
2908
3006
|
position: fixed !important;
|
|
2909
3007
|
width: 100%; }
|
|
2910
3008
|
|
|
2911
|
-
/* intentionally empty */
|
|
2912
|
-
.cdr-pagination_11-0-0-beta-7 {
|
|
2913
|
-
display: flex;
|
|
2914
|
-
justify-content: center;
|
|
2915
|
-
align-items: center;
|
|
2916
|
-
list-style: none;
|
|
2917
|
-
padding: 0;
|
|
2918
|
-
/* Responsive */ }
|
|
2919
|
-
.cdr-pagination__li--links_11-0-0-beta-7 {
|
|
2920
|
-
display: none; }
|
|
2921
|
-
.cdr-pagination__li--links_11-0-0-beta-7 + .cdr-pagination__li--links_11-0-0-beta-7 {
|
|
2922
|
-
margin-left: 0.4rem; }
|
|
2923
|
-
.cdr-pagination__li--select_11-0-0-beta-7 {
|
|
2924
|
-
display: block; }
|
|
2925
|
-
.cdr-pagination__link_11-0-0-beta-7 {
|
|
2926
|
-
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2927
|
-
font-style: normal;
|
|
2928
|
-
font-weight: 400;
|
|
2929
|
-
letter-spacing: -0.016rem;
|
|
2930
|
-
font-size: 1.6rem;
|
|
2931
|
-
line-height: 2.2rem;
|
|
2932
|
-
background-color: transparent;
|
|
2933
|
-
border: none;
|
|
2934
|
-
padding: 0;
|
|
2935
|
-
color: rgba(12, 11, 8, 0.75);
|
|
2936
|
-
fill: rgba(12, 11, 8, 0.75);
|
|
2937
|
-
display: block;
|
|
2938
|
-
padding: 0.6rem 1.2rem;
|
|
2939
|
-
text-decoration: none;
|
|
2940
|
-
border-radius: 0.4rem; }
|
|
2941
|
-
.cdr-pagination__link_11-0-0-beta-7:hover, .cdr-pagination__link_11-0-0-beta-7:focus, .cdr-pagination__link_11-0-0-beta-7:active {
|
|
2942
|
-
background-color: #f9f8f6;
|
|
2943
|
-
cursor: pointer; }
|
|
2944
|
-
.cdr-pagination__link_11-0-0-beta-7.current {
|
|
2945
|
-
position: relative; }
|
|
2946
|
-
.cdr-pagination__link_11-0-0-beta-7.current:after {
|
|
2947
|
-
content: '';
|
|
2948
|
-
position: absolute;
|
|
2949
|
-
bottom: 0;
|
|
2950
|
-
left: 50%;
|
|
2951
|
-
transform: translateX(-50%);
|
|
2952
|
-
height: 0.2rem;
|
|
2953
|
-
width: 80%;
|
|
2954
|
-
background-color: #406eb5; }
|
|
2955
|
-
.cdr-pagination__link_11-0-0-beta-7.current:hover, .cdr-pagination__link_11-0-0-beta-7.current:focus, .cdr-pagination__link_11-0-0-beta-7.current:active {
|
|
2956
|
-
text-decoration: none; }
|
|
2957
|
-
.cdr-pagination__link_11-0-0-beta-7.cdr-pagination__link--disabled_11-0-0-beta-7 {
|
|
2958
|
-
color: #d1cbbd;
|
|
2959
|
-
fill: #d1cbbd;
|
|
2960
|
-
cursor: not-allowed; }
|
|
2961
|
-
.cdr-pagination__link_11-0-0-beta-7.cdr-pagination__link--disabled_11-0-0-beta-7:hover, .cdr-pagination__link_11-0-0-beta-7.cdr-pagination__link--disabled_11-0-0-beta-7:focus, .cdr-pagination__link_11-0-0-beta-7.cdr-pagination__link--disabled_11-0-0-beta-7:active {
|
|
2962
|
-
color: #d1cbbd;
|
|
2963
|
-
background-color: transparent; }
|
|
2964
|
-
.cdr-pagination__ellipse_11-0-0-beta-7 {
|
|
2965
|
-
display: block;
|
|
2966
|
-
padding: 0.6rem 1.2rem; }
|
|
2967
|
-
.cdr-pagination__prev_11-0-0-beta-7 {
|
|
2968
|
-
display: flex;
|
|
2969
|
-
align-items: center;
|
|
2970
|
-
margin-right: 1.6rem; }
|
|
2971
|
-
.cdr-pagination__next_11-0-0-beta-7 {
|
|
2972
|
-
display: flex;
|
|
2973
|
-
align-items: center;
|
|
2974
|
-
margin-left: 1.6rem; }
|
|
2975
|
-
.cdr-pagination__caret--prev_11-0-0-beta-7 {
|
|
2976
|
-
margin-right: 0.2rem; }
|
|
2977
|
-
.cdr-pagination__caret--next_11-0-0-beta-7 {
|
|
2978
|
-
margin-left: 0.2rem; }
|
|
2979
|
-
@media (min-width: 768px) {
|
|
2980
|
-
.cdr-pagination__li--links_11-0-0-beta-7 {
|
|
2981
|
-
display: block; }
|
|
2982
|
-
.cdr-pagination__li--select_11-0-0-beta-7 {
|
|
2983
|
-
display: none; } }
|
|
2984
|
-
|
|
2985
3009
|
/* ==========================================================================
|
|
2986
3010
|
# CdrIcon
|
|
2987
3011
|
|
|
@@ -2993,7 +3017,7 @@
|
|
|
2993
3017
|
|
|
2994
3018
|
:Base Styles
|
|
2995
3019
|
========================================================================== */
|
|
2996
|
-
.cdr-icon_11-
|
|
3020
|
+
.cdr-icon_11-2-0 {
|
|
2997
3021
|
display: inline-block;
|
|
2998
3022
|
vertical-align: middle;
|
|
2999
3023
|
flex: 0 0 auto;
|
|
@@ -3012,57 +3036,107 @@
|
|
|
3012
3036
|
/* @lg
|
|
3013
3037
|
1200px and up
|
|
3014
3038
|
========== */ }
|
|
3015
|
-
.cdr-icon--small_11-
|
|
3039
|
+
.cdr-icon--small_11-2-0 {
|
|
3016
3040
|
width: 1.6rem;
|
|
3017
3041
|
height: 1.6rem; }
|
|
3018
|
-
.cdr-icon--large_11-
|
|
3042
|
+
.cdr-icon--large_11-2-0 {
|
|
3019
3043
|
width: 3.2rem;
|
|
3020
3044
|
height: 3.2rem; }
|
|
3021
3045
|
@media (min-width: 0) and (max-width: 767px) {
|
|
3022
|
-
.cdr-icon--small\@xs_11-
|
|
3046
|
+
.cdr-icon--small\@xs_11-2-0 {
|
|
3023
3047
|
width: 1.6rem;
|
|
3024
3048
|
height: 1.6rem; }
|
|
3025
|
-
.cdr-icon--large\@xs_11-
|
|
3049
|
+
.cdr-icon--large\@xs_11-2-0 {
|
|
3026
3050
|
width: 3.2rem;
|
|
3027
3051
|
height: 3.2rem; } }
|
|
3028
3052
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
3029
|
-
.cdr-icon--small\@sm_11-
|
|
3053
|
+
.cdr-icon--small\@sm_11-2-0 {
|
|
3030
3054
|
width: 1.6rem;
|
|
3031
3055
|
height: 1.6rem; }
|
|
3032
|
-
.cdr-icon--large\@sm_11-
|
|
3056
|
+
.cdr-icon--large\@sm_11-2-0 {
|
|
3033
3057
|
width: 3.2rem;
|
|
3034
3058
|
height: 3.2rem; } }
|
|
3035
3059
|
@media (min-width: 992px) and (max-width: 1231px) {
|
|
3036
|
-
.cdr-icon--small\@md_11-
|
|
3060
|
+
.cdr-icon--small\@md_11-2-0 {
|
|
3037
3061
|
width: 1.6rem;
|
|
3038
3062
|
height: 1.6rem; }
|
|
3039
|
-
.cdr-icon--large\@md_11-
|
|
3063
|
+
.cdr-icon--large\@md_11-2-0 {
|
|
3040
3064
|
width: 3.2rem;
|
|
3041
3065
|
height: 3.2rem; } }
|
|
3042
3066
|
@media (min-width: 1232px) {
|
|
3043
|
-
.cdr-icon--small\@lg_11-
|
|
3067
|
+
.cdr-icon--small\@lg_11-2-0 {
|
|
3044
3068
|
width: 1.6rem;
|
|
3045
3069
|
height: 1.6rem; }
|
|
3046
|
-
.cdr-icon--large\@lg_11-
|
|
3070
|
+
.cdr-icon--large\@lg_11-2-0 {
|
|
3047
3071
|
width: 3.2rem;
|
|
3048
3072
|
height: 3.2rem; } }
|
|
3049
|
-
.cdr-icon--inherit-color_11-
|
|
3073
|
+
.cdr-icon--inherit-color_11-2-0 {
|
|
3050
3074
|
fill: inherit; }
|
|
3051
3075
|
|
|
3052
|
-
.cdr-
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3063
|
-
|
|
3076
|
+
.cdr-label-standalone_11-2-0 {
|
|
3077
|
+
display: grid;
|
|
3078
|
+
grid-template-areas: "label label info" "input input input" "post post post"; }
|
|
3079
|
+
.cdr-label-standalone__label-wrapper_11-2-0 {
|
|
3080
|
+
grid-area: label; }
|
|
3081
|
+
.cdr-label-standalone__label_11-2-0 {
|
|
3082
|
+
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3083
|
+
font-style: normal;
|
|
3084
|
+
font-weight: 400;
|
|
3085
|
+
letter-spacing: -0.016rem;
|
|
3086
|
+
font-size: 1.4rem;
|
|
3087
|
+
line-height: 1.8rem;
|
|
3088
|
+
color: rgba(12, 11, 8, 0.75);
|
|
3089
|
+
margin: 0; }
|
|
3090
|
+
.cdr-label-standalone__label--sr-only_11-2-0 {
|
|
3091
|
+
position: absolute;
|
|
3092
|
+
width: 0.1rem;
|
|
3093
|
+
height: 0.1rem;
|
|
3094
|
+
padding: 0;
|
|
3095
|
+
margin: -0.1rem;
|
|
3096
|
+
overflow: hidden;
|
|
3097
|
+
clip: rect(0, 0, 0, 0);
|
|
3098
|
+
border: 0; }
|
|
3099
|
+
.cdr-label-standalone__label--disabled_11-2-0 {
|
|
3100
|
+
color: #d1cbbd; }
|
|
3101
|
+
.cdr-label-standalone__label--disabled_11-2-0 .cdr-label-standalone__optional_11-2-0 {
|
|
3102
|
+
color: #d1cbbd; }
|
|
3103
|
+
.cdr-label-standalone__optional_11-2-0 {
|
|
3104
|
+
color: rgba(66, 59, 47, 0.75); }
|
|
3105
|
+
.cdr-label-standalone__helper_11-2-0 {
|
|
3106
|
+
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3107
|
+
font-style: normal;
|
|
3108
|
+
font-weight: 400;
|
|
3109
|
+
letter-spacing: -0.016rem;
|
|
3110
|
+
font-size: 1.4rem;
|
|
3111
|
+
line-height: 1.8rem;
|
|
3112
|
+
color: rgba(66, 59, 47, 0.75);
|
|
3113
|
+
margin-top: 0.2rem; }
|
|
3114
|
+
.cdr-label-standalone__info_11-2-0 {
|
|
3115
|
+
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3116
|
+
font-style: normal;
|
|
3117
|
+
font-weight: 400;
|
|
3118
|
+
letter-spacing: -0.016rem;
|
|
3119
|
+
font-size: 1.4rem;
|
|
3120
|
+
line-height: 1.8rem;
|
|
3121
|
+
grid-area: info;
|
|
3122
|
+
order: 2;
|
|
3123
|
+
align-self: end;
|
|
3124
|
+
justify-self: end; }
|
|
3125
|
+
.cdr-label-standalone__post-content_11-2-0 {
|
|
3126
|
+
grid-area: post; }
|
|
3127
|
+
.cdr-label-standalone__info-action_11-2-0 {
|
|
3128
|
+
display: flex;
|
|
3129
|
+
justify-content: center;
|
|
3130
|
+
align-items: center;
|
|
3131
|
+
width: 4rem; }
|
|
3132
|
+
.cdr-label-standalone__input-wrap_11-2-0 {
|
|
3133
|
+
position: relative;
|
|
3134
|
+
display: flex;
|
|
3135
|
+
grid-area: input; }
|
|
3136
|
+
.cdr-label-standalone__input-spacing_11-2-0 {
|
|
3137
|
+
margin-top: 0.8rem; }
|
|
3064
3138
|
|
|
3065
|
-
.cdr-label-wrapper_11-
|
|
3139
|
+
.cdr-label-wrapper_11-2-0 {
|
|
3066
3140
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3067
3141
|
font-style: normal;
|
|
3068
3142
|
font-weight: 400;
|
|
@@ -3102,38 +3176,38 @@
|
|
|
3102
3176
|
/* @lg
|
|
3103
3177
|
1200px and up
|
|
3104
3178
|
========== */ }
|
|
3105
|
-
.cdr-label-wrapper__container_11-
|
|
3179
|
+
.cdr-label-wrapper__container_11-2-0 {
|
|
3106
3180
|
font-size: 0;
|
|
3107
3181
|
line-height: 1; }
|
|
3108
|
-
.cdr-label-wrapper_11-
|
|
3182
|
+
.cdr-label-wrapper_11-2-0 input {
|
|
3109
3183
|
position: absolute;
|
|
3110
3184
|
opacity: 0;
|
|
3111
3185
|
z-index: -1; }
|
|
3112
|
-
.cdr-label-wrapper--primary_11-
|
|
3186
|
+
.cdr-label-wrapper--primary_11-2-0:hover {
|
|
3113
3187
|
background-color: #f9f8f6;
|
|
3114
3188
|
cursor: pointer; }
|
|
3115
|
-
.cdr-label-wrapper--primary_11-
|
|
3189
|
+
.cdr-label-wrapper--primary_11-2-0:focus-within {
|
|
3116
3190
|
background-color: #f9f8f6;
|
|
3117
3191
|
box-shadow: inset 0 0 0 0.2rem #20201d; }
|
|
3118
|
-
.cdr-label-wrapper--primary_11-
|
|
3192
|
+
.cdr-label-wrapper--primary_11-2-0:active {
|
|
3119
3193
|
background-color: #edeae3; }
|
|
3120
|
-
.cdr-label-wrapper--secondary_11-
|
|
3194
|
+
.cdr-label-wrapper--secondary_11-2-0 {
|
|
3121
3195
|
background-color: rgba(244, 242, 237, 0.15); }
|
|
3122
|
-
.cdr-label-wrapper--secondary_11-
|
|
3196
|
+
.cdr-label-wrapper--secondary_11-2-0:hover {
|
|
3123
3197
|
background-color: rgba(255, 255, 255, 0.75);
|
|
3124
3198
|
cursor: pointer; }
|
|
3125
|
-
.cdr-label-wrapper--secondary_11-
|
|
3199
|
+
.cdr-label-wrapper--secondary_11-2-0:focus-within {
|
|
3126
3200
|
background-color: rgba(255, 255, 255, 0.75); }
|
|
3127
|
-
.cdr-label-wrapper--secondary_11-
|
|
3201
|
+
.cdr-label-wrapper--secondary_11-2-0:active {
|
|
3128
3202
|
background-color: #ffffff; }
|
|
3129
|
-
.cdr-label-wrapper--disabled_11-
|
|
3203
|
+
.cdr-label-wrapper--disabled_11-2-0 {
|
|
3130
3204
|
color: #d1cbbd !important;
|
|
3131
3205
|
cursor: not-allowed !important; }
|
|
3132
|
-
.cdr-label-wrapper--disabled_11-
|
|
3206
|
+
.cdr-label-wrapper--disabled_11-2-0:hover, .cdr-label-wrapper--disabled_11-2-0:focus-within, .cdr-label-wrapper--disabled_11-2-0:active {
|
|
3133
3207
|
background-color: transparent !important; }
|
|
3134
|
-
.cdr-label-wrapper--disabled_11-
|
|
3208
|
+
.cdr-label-wrapper--disabled_11-2-0 .cdr-label-wrapper__figure_11-2-0 {
|
|
3135
3209
|
cursor: not-allowed !important; }
|
|
3136
|
-
.cdr-label-wrapper__figure_11-
|
|
3210
|
+
.cdr-label-wrapper__figure_11-2-0 {
|
|
3137
3211
|
top: 1.1rem;
|
|
3138
3212
|
width: 1.6rem;
|
|
3139
3213
|
height: 1.6rem;
|
|
@@ -3143,19 +3217,19 @@
|
|
|
3143
3217
|
background-color: rgba(244, 242, 237, 0.15);
|
|
3144
3218
|
box-shadow: 0 0 0 0.1rem #928b80;
|
|
3145
3219
|
transition: box-shadow 0.2s cubic-bezier(0.15, 0, 0.15, 0); }
|
|
3146
|
-
.cdr-label-wrapper__figure_11-
|
|
3220
|
+
.cdr-label-wrapper__figure_11-2-0::after {
|
|
3147
3221
|
width: 0.4rem;
|
|
3148
3222
|
height: 0.4rem; }
|
|
3149
|
-
.cdr-label-wrapper__content_11-
|
|
3223
|
+
.cdr-label-wrapper__content_11-2-0 {
|
|
3150
3224
|
-webkit-user-select: text;
|
|
3151
3225
|
-moz-user-select: text;
|
|
3152
3226
|
-ms-user-select: text;
|
|
3153
3227
|
user-select: text; }
|
|
3154
|
-
.cdr-label-wrapper--hide-figure_11-
|
|
3228
|
+
.cdr-label-wrapper--hide-figure_11-2-0 {
|
|
3155
3229
|
padding-left: 0; }
|
|
3156
|
-
.cdr-label-wrapper--hide-figure_11-
|
|
3230
|
+
.cdr-label-wrapper--hide-figure_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
3157
3231
|
display: none; }
|
|
3158
|
-
.cdr-label-wrapper--small_11-
|
|
3232
|
+
.cdr-label-wrapper--small_11-2-0 {
|
|
3159
3233
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3160
3234
|
font-style: normal;
|
|
3161
3235
|
font-weight: 400;
|
|
@@ -3163,13 +3237,13 @@
|
|
|
3163
3237
|
font-size: 1.4rem;
|
|
3164
3238
|
line-height: 1.8rem;
|
|
3165
3239
|
padding-left: 3.2rem; }
|
|
3166
|
-
.cdr-label-wrapper--small_11-
|
|
3240
|
+
.cdr-label-wrapper--small_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
3167
3241
|
width: 1.6rem;
|
|
3168
3242
|
height: 1.6rem; }
|
|
3169
|
-
.cdr-label-wrapper--small_11-
|
|
3243
|
+
.cdr-label-wrapper--small_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
3170
3244
|
width: 0.4rem;
|
|
3171
3245
|
height: 0.4rem; }
|
|
3172
|
-
.cdr-label-wrapper--medium_11-
|
|
3246
|
+
.cdr-label-wrapper--medium_11-2-0 {
|
|
3173
3247
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3174
3248
|
font-style: normal;
|
|
3175
3249
|
font-weight: 400;
|
|
@@ -3177,13 +3251,13 @@
|
|
|
3177
3251
|
font-size: 1.6rem;
|
|
3178
3252
|
line-height: 2.2rem;
|
|
3179
3253
|
padding-left: 3.2rem; }
|
|
3180
|
-
.cdr-label-wrapper--medium_11-
|
|
3254
|
+
.cdr-label-wrapper--medium_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
3181
3255
|
width: 1.6rem;
|
|
3182
3256
|
height: 1.6rem; }
|
|
3183
|
-
.cdr-label-wrapper--medium_11-
|
|
3257
|
+
.cdr-label-wrapper--medium_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
3184
3258
|
width: 0.4rem;
|
|
3185
3259
|
height: 0.4rem; }
|
|
3186
|
-
.cdr-label-wrapper--large_11-
|
|
3260
|
+
.cdr-label-wrapper--large_11-2-0 {
|
|
3187
3261
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3188
3262
|
font-style: normal;
|
|
3189
3263
|
font-weight: 400;
|
|
@@ -3191,14 +3265,14 @@
|
|
|
3191
3265
|
font-size: 1.6rem;
|
|
3192
3266
|
line-height: 2.2rem;
|
|
3193
3267
|
padding-left: 3.6rem; }
|
|
3194
|
-
.cdr-label-wrapper--large_11-
|
|
3268
|
+
.cdr-label-wrapper--large_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
3195
3269
|
width: 2rem;
|
|
3196
3270
|
height: 2rem; }
|
|
3197
|
-
.cdr-label-wrapper--large_11-
|
|
3271
|
+
.cdr-label-wrapper--large_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
3198
3272
|
width: 0.5rem;
|
|
3199
3273
|
height: 0.5rem; }
|
|
3200
3274
|
@media (min-width: 0) and (max-width: 767px) {
|
|
3201
|
-
.cdr-label-wrapper--small\@xs_11-
|
|
3275
|
+
.cdr-label-wrapper--small\@xs_11-2-0 {
|
|
3202
3276
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3203
3277
|
font-style: normal;
|
|
3204
3278
|
font-weight: 400;
|
|
@@ -3206,13 +3280,13 @@
|
|
|
3206
3280
|
font-size: 1.4rem;
|
|
3207
3281
|
line-height: 1.8rem;
|
|
3208
3282
|
padding-left: 3.2rem; }
|
|
3209
|
-
.cdr-label-wrapper--small\@xs_11-
|
|
3283
|
+
.cdr-label-wrapper--small\@xs_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
3210
3284
|
width: 1.6rem;
|
|
3211
3285
|
height: 1.6rem; }
|
|
3212
|
-
.cdr-label-wrapper--small\@xs_11-
|
|
3286
|
+
.cdr-label-wrapper--small\@xs_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
3213
3287
|
width: 0.4rem;
|
|
3214
3288
|
height: 0.4rem; }
|
|
3215
|
-
.cdr-label-wrapper--medium\@xs_11-
|
|
3289
|
+
.cdr-label-wrapper--medium\@xs_11-2-0 {
|
|
3216
3290
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3217
3291
|
font-style: normal;
|
|
3218
3292
|
font-weight: 400;
|
|
@@ -3220,13 +3294,13 @@
|
|
|
3220
3294
|
font-size: 1.6rem;
|
|
3221
3295
|
line-height: 2.2rem;
|
|
3222
3296
|
padding-left: 3.2rem; }
|
|
3223
|
-
.cdr-label-wrapper--medium\@xs_11-
|
|
3297
|
+
.cdr-label-wrapper--medium\@xs_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
3224
3298
|
width: 1.6rem;
|
|
3225
3299
|
height: 1.6rem; }
|
|
3226
|
-
.cdr-label-wrapper--medium\@xs_11-
|
|
3300
|
+
.cdr-label-wrapper--medium\@xs_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
3227
3301
|
width: 0.4rem;
|
|
3228
3302
|
height: 0.4rem; }
|
|
3229
|
-
.cdr-label-wrapper--large\@xs_11-
|
|
3303
|
+
.cdr-label-wrapper--large\@xs_11-2-0 {
|
|
3230
3304
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3231
3305
|
font-style: normal;
|
|
3232
3306
|
font-weight: 400;
|
|
@@ -3234,14 +3308,14 @@
|
|
|
3234
3308
|
font-size: 1.6rem;
|
|
3235
3309
|
line-height: 2.2rem;
|
|
3236
3310
|
padding-left: 3.6rem; }
|
|
3237
|
-
.cdr-label-wrapper--large\@xs_11-
|
|
3311
|
+
.cdr-label-wrapper--large\@xs_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
3238
3312
|
width: 2rem;
|
|
3239
3313
|
height: 2rem; }
|
|
3240
|
-
.cdr-label-wrapper--large\@xs_11-
|
|
3314
|
+
.cdr-label-wrapper--large\@xs_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
3241
3315
|
width: 0.5rem;
|
|
3242
3316
|
height: 0.5rem; } }
|
|
3243
3317
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
3244
|
-
.cdr-label-wrapper--small\@sm_11-
|
|
3318
|
+
.cdr-label-wrapper--small\@sm_11-2-0 {
|
|
3245
3319
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3246
3320
|
font-style: normal;
|
|
3247
3321
|
font-weight: 400;
|
|
@@ -3249,13 +3323,13 @@
|
|
|
3249
3323
|
font-size: 1.4rem;
|
|
3250
3324
|
line-height: 1.8rem;
|
|
3251
3325
|
padding-left: 3.2rem; }
|
|
3252
|
-
.cdr-label-wrapper--small\@sm_11-
|
|
3326
|
+
.cdr-label-wrapper--small\@sm_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
3253
3327
|
width: 1.6rem;
|
|
3254
3328
|
height: 1.6rem; }
|
|
3255
|
-
.cdr-label-wrapper--small\@sm_11-
|
|
3329
|
+
.cdr-label-wrapper--small\@sm_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
3256
3330
|
width: 0.4rem;
|
|
3257
3331
|
height: 0.4rem; }
|
|
3258
|
-
.cdr-label-wrapper--medium\@sm_11-
|
|
3332
|
+
.cdr-label-wrapper--medium\@sm_11-2-0 {
|
|
3259
3333
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3260
3334
|
font-style: normal;
|
|
3261
3335
|
font-weight: 400;
|
|
@@ -3263,13 +3337,13 @@
|
|
|
3263
3337
|
font-size: 1.6rem;
|
|
3264
3338
|
line-height: 2.2rem;
|
|
3265
3339
|
padding-left: 3.2rem; }
|
|
3266
|
-
.cdr-label-wrapper--medium\@sm_11-
|
|
3340
|
+
.cdr-label-wrapper--medium\@sm_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
3267
3341
|
width: 1.6rem;
|
|
3268
3342
|
height: 1.6rem; }
|
|
3269
|
-
.cdr-label-wrapper--medium\@sm_11-
|
|
3343
|
+
.cdr-label-wrapper--medium\@sm_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
3270
3344
|
width: 0.4rem;
|
|
3271
3345
|
height: 0.4rem; }
|
|
3272
|
-
.cdr-label-wrapper--large\@sm_11-
|
|
3346
|
+
.cdr-label-wrapper--large\@sm_11-2-0 {
|
|
3273
3347
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3274
3348
|
font-style: normal;
|
|
3275
3349
|
font-weight: 400;
|
|
@@ -3277,14 +3351,14 @@
|
|
|
3277
3351
|
font-size: 1.6rem;
|
|
3278
3352
|
line-height: 2.2rem;
|
|
3279
3353
|
padding-left: 3.6rem; }
|
|
3280
|
-
.cdr-label-wrapper--large\@sm_11-
|
|
3354
|
+
.cdr-label-wrapper--large\@sm_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
3281
3355
|
width: 2rem;
|
|
3282
3356
|
height: 2rem; }
|
|
3283
|
-
.cdr-label-wrapper--large\@sm_11-
|
|
3357
|
+
.cdr-label-wrapper--large\@sm_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
3284
3358
|
width: 0.5rem;
|
|
3285
3359
|
height: 0.5rem; } }
|
|
3286
3360
|
@media (min-width: 992px) and (max-width: 1231px) {
|
|
3287
|
-
.cdr-label-wrapper--small\@md_11-
|
|
3361
|
+
.cdr-label-wrapper--small\@md_11-2-0 {
|
|
3288
3362
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3289
3363
|
font-style: normal;
|
|
3290
3364
|
font-weight: 400;
|
|
@@ -3292,13 +3366,13 @@
|
|
|
3292
3366
|
font-size: 1.4rem;
|
|
3293
3367
|
line-height: 1.8rem;
|
|
3294
3368
|
padding-left: 3.2rem; }
|
|
3295
|
-
.cdr-label-wrapper--small\@md_11-
|
|
3369
|
+
.cdr-label-wrapper--small\@md_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
3296
3370
|
width: 1.6rem;
|
|
3297
3371
|
height: 1.6rem; }
|
|
3298
|
-
.cdr-label-wrapper--small\@md_11-
|
|
3372
|
+
.cdr-label-wrapper--small\@md_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
3299
3373
|
width: 0.4rem;
|
|
3300
3374
|
height: 0.4rem; }
|
|
3301
|
-
.cdr-label-wrapper--medium\@md_11-
|
|
3375
|
+
.cdr-label-wrapper--medium\@md_11-2-0 {
|
|
3302
3376
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3303
3377
|
font-style: normal;
|
|
3304
3378
|
font-weight: 400;
|
|
@@ -3306,13 +3380,13 @@
|
|
|
3306
3380
|
font-size: 1.6rem;
|
|
3307
3381
|
line-height: 2.2rem;
|
|
3308
3382
|
padding-left: 3.2rem; }
|
|
3309
|
-
.cdr-label-wrapper--medium\@md_11-
|
|
3383
|
+
.cdr-label-wrapper--medium\@md_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
3310
3384
|
width: 1.6rem;
|
|
3311
3385
|
height: 1.6rem; }
|
|
3312
|
-
.cdr-label-wrapper--medium\@md_11-
|
|
3386
|
+
.cdr-label-wrapper--medium\@md_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
3313
3387
|
width: 0.4rem;
|
|
3314
3388
|
height: 0.4rem; }
|
|
3315
|
-
.cdr-label-wrapper--large\@md_11-
|
|
3389
|
+
.cdr-label-wrapper--large\@md_11-2-0 {
|
|
3316
3390
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3317
3391
|
font-style: normal;
|
|
3318
3392
|
font-weight: 400;
|
|
@@ -3320,14 +3394,14 @@
|
|
|
3320
3394
|
font-size: 1.6rem;
|
|
3321
3395
|
line-height: 2.2rem;
|
|
3322
3396
|
padding-left: 3.6rem; }
|
|
3323
|
-
.cdr-label-wrapper--large\@md_11-
|
|
3397
|
+
.cdr-label-wrapper--large\@md_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
3324
3398
|
width: 2rem;
|
|
3325
3399
|
height: 2rem; }
|
|
3326
|
-
.cdr-label-wrapper--large\@md_11-
|
|
3400
|
+
.cdr-label-wrapper--large\@md_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
3327
3401
|
width: 0.5rem;
|
|
3328
3402
|
height: 0.5rem; } }
|
|
3329
3403
|
@media (min-width: 1232px) {
|
|
3330
|
-
.cdr-label-wrapper--small\@lg_11-
|
|
3404
|
+
.cdr-label-wrapper--small\@lg_11-2-0 {
|
|
3331
3405
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3332
3406
|
font-style: normal;
|
|
3333
3407
|
font-weight: 400;
|
|
@@ -3335,13 +3409,13 @@
|
|
|
3335
3409
|
font-size: 1.4rem;
|
|
3336
3410
|
line-height: 1.8rem;
|
|
3337
3411
|
padding-left: 3.2rem; }
|
|
3338
|
-
.cdr-label-wrapper--small\@lg_11-
|
|
3412
|
+
.cdr-label-wrapper--small\@lg_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
3339
3413
|
width: 1.6rem;
|
|
3340
3414
|
height: 1.6rem; }
|
|
3341
|
-
.cdr-label-wrapper--small\@lg_11-
|
|
3415
|
+
.cdr-label-wrapper--small\@lg_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
3342
3416
|
width: 0.4rem;
|
|
3343
3417
|
height: 0.4rem; }
|
|
3344
|
-
.cdr-label-wrapper--medium\@lg_11-
|
|
3418
|
+
.cdr-label-wrapper--medium\@lg_11-2-0 {
|
|
3345
3419
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3346
3420
|
font-style: normal;
|
|
3347
3421
|
font-weight: 400;
|
|
@@ -3349,13 +3423,13 @@
|
|
|
3349
3423
|
font-size: 1.6rem;
|
|
3350
3424
|
line-height: 2.2rem;
|
|
3351
3425
|
padding-left: 3.2rem; }
|
|
3352
|
-
.cdr-label-wrapper--medium\@lg_11-
|
|
3426
|
+
.cdr-label-wrapper--medium\@lg_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
3353
3427
|
width: 1.6rem;
|
|
3354
3428
|
height: 1.6rem; }
|
|
3355
|
-
.cdr-label-wrapper--medium\@lg_11-
|
|
3429
|
+
.cdr-label-wrapper--medium\@lg_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
3356
3430
|
width: 0.4rem;
|
|
3357
3431
|
height: 0.4rem; }
|
|
3358
|
-
.cdr-label-wrapper--large\@lg_11-
|
|
3432
|
+
.cdr-label-wrapper--large\@lg_11-2-0 {
|
|
3359
3433
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3360
3434
|
font-style: normal;
|
|
3361
3435
|
font-weight: 400;
|
|
@@ -3363,75 +3437,25 @@
|
|
|
3363
3437
|
font-size: 1.6rem;
|
|
3364
3438
|
line-height: 2.2rem;
|
|
3365
3439
|
padding-left: 3.6rem; }
|
|
3366
|
-
.cdr-label-wrapper--large\@lg_11-
|
|
3440
|
+
.cdr-label-wrapper--large\@lg_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
3367
3441
|
width: 2rem;
|
|
3368
3442
|
height: 2rem; }
|
|
3369
|
-
.cdr-label-wrapper--large\@lg_11-
|
|
3443
|
+
.cdr-label-wrapper--large\@lg_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
3370
3444
|
width: 0.5rem;
|
|
3371
3445
|
height: 0.5rem; } }
|
|
3372
3446
|
|
|
3373
|
-
.cdr-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
color: rgba(12, 11, 8, 0.75);
|
|
3386
|
-
margin: 0; }
|
|
3387
|
-
.cdr-label-standalone__label--sr-only_11-0-0-beta-7 {
|
|
3388
|
-
position: absolute;
|
|
3389
|
-
width: 0.1rem;
|
|
3390
|
-
height: 0.1rem;
|
|
3391
|
-
padding: 0;
|
|
3392
|
-
margin: -0.1rem;
|
|
3393
|
-
overflow: hidden;
|
|
3394
|
-
clip: rect(0, 0, 0, 0);
|
|
3395
|
-
border: 0; }
|
|
3396
|
-
.cdr-label-standalone__label--disabled_11-0-0-beta-7 {
|
|
3397
|
-
color: #d1cbbd; }
|
|
3398
|
-
.cdr-label-standalone__label--disabled_11-0-0-beta-7 .cdr-label-standalone__optional_11-0-0-beta-7 {
|
|
3399
|
-
color: #d1cbbd; }
|
|
3400
|
-
.cdr-label-standalone__optional_11-0-0-beta-7 {
|
|
3401
|
-
color: rgba(66, 59, 47, 0.75); }
|
|
3402
|
-
.cdr-label-standalone__helper_11-0-0-beta-7 {
|
|
3403
|
-
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3404
|
-
font-style: normal;
|
|
3405
|
-
font-weight: 400;
|
|
3406
|
-
letter-spacing: -0.016rem;
|
|
3407
|
-
font-size: 1.4rem;
|
|
3408
|
-
line-height: 1.8rem;
|
|
3409
|
-
color: rgba(66, 59, 47, 0.75);
|
|
3410
|
-
margin-top: 0.2rem; }
|
|
3411
|
-
.cdr-label-standalone__info_11-0-0-beta-7 {
|
|
3412
|
-
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3413
|
-
font-style: normal;
|
|
3414
|
-
font-weight: 400;
|
|
3415
|
-
letter-spacing: -0.016rem;
|
|
3416
|
-
font-size: 1.4rem;
|
|
3417
|
-
line-height: 1.8rem;
|
|
3418
|
-
grid-area: info;
|
|
3419
|
-
order: 2;
|
|
3420
|
-
align-self: end;
|
|
3421
|
-
justify-self: end; }
|
|
3422
|
-
.cdr-label-standalone__post-content_11-0-0-beta-7 {
|
|
3423
|
-
grid-area: post; }
|
|
3424
|
-
.cdr-label-standalone__info-action_11-0-0-beta-7 {
|
|
3425
|
-
display: flex;
|
|
3426
|
-
justify-content: center;
|
|
3427
|
-
align-items: center;
|
|
3428
|
-
width: 4rem; }
|
|
3429
|
-
.cdr-label-standalone__input-wrap_11-0-0-beta-7 {
|
|
3430
|
-
position: relative;
|
|
3431
|
-
display: flex;
|
|
3432
|
-
grid-area: input; }
|
|
3433
|
-
.cdr-label-standalone__input-spacing_11-0-0-beta-7 {
|
|
3434
|
-
margin-top: 0.8rem; }
|
|
3447
|
+
.cdr-form-error_11-2-0 {
|
|
3448
|
+
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3449
|
+
font-style: normal;
|
|
3450
|
+
font-weight: 400;
|
|
3451
|
+
letter-spacing: -0.016rem;
|
|
3452
|
+
font-size: 1.6rem;
|
|
3453
|
+
line-height: 2.2rem;
|
|
3454
|
+
color: #b33322;
|
|
3455
|
+
fill: #b33322;
|
|
3456
|
+
margin-top: 0.4rem; }
|
|
3457
|
+
.cdr-form-error__icon_11-2-0 {
|
|
3458
|
+
margin-right: 0.4rem; }
|
|
3435
3459
|
|
|
3436
3460
|
@-webkit-keyframes popup-exit-down {
|
|
3437
3461
|
from {
|
|
@@ -3625,17 +3649,17 @@
|
|
|
3625
3649
|
to {
|
|
3626
3650
|
right: -1.5rem; } }
|
|
3627
3651
|
|
|
3628
|
-
.cdr-popup_11-
|
|
3652
|
+
.cdr-popup_11-2-0 {
|
|
3629
3653
|
opacity: 0;
|
|
3630
3654
|
transition: opacity 0.2s cubic-bezier(0.32, 0.94, 0.6, 1); }
|
|
3631
3655
|
|
|
3632
|
-
.cdr-popup--open_11-
|
|
3656
|
+
.cdr-popup--open_11-2-0 {
|
|
3633
3657
|
opacity: 1; }
|
|
3634
3658
|
|
|
3635
|
-
.cdr-popup--closed_11-
|
|
3659
|
+
.cdr-popup--closed_11-2-0 {
|
|
3636
3660
|
opacity: 0; }
|
|
3637
3661
|
|
|
3638
|
-
.cdr-popup__content_11-
|
|
3662
|
+
.cdr-popup__content_11-2-0 {
|
|
3639
3663
|
-webkit-animation-duration: 0.2s;
|
|
3640
3664
|
animation-duration: 0.2s;
|
|
3641
3665
|
-webkit-animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
|
|
@@ -3653,7 +3677,7 @@
|
|
|
3653
3677
|
position: absolute;
|
|
3654
3678
|
z-index: 100; }
|
|
3655
3679
|
|
|
3656
|
-
.cdr-popup__arrow_11-
|
|
3680
|
+
.cdr-popup__arrow_11-2-0::before, .cdr-popup__arrow_11-2-0::after {
|
|
3657
3681
|
content: '';
|
|
3658
3682
|
position: absolute;
|
|
3659
3683
|
margin: auto;
|
|
@@ -3669,134 +3693,134 @@
|
|
|
3669
3693
|
animation-fill-mode: forwards;
|
|
3670
3694
|
z-index: 100; }
|
|
3671
3695
|
|
|
3672
|
-
.cdr-popup__arrow_11-
|
|
3696
|
+
.cdr-popup__arrow_11-2-0::before {
|
|
3673
3697
|
border-width: 1rem; }
|
|
3674
3698
|
|
|
3675
|
-
.cdr-popup__arrow_11-
|
|
3699
|
+
.cdr-popup__arrow_11-2-0::after {
|
|
3676
3700
|
border-width: 0.9rem; }
|
|
3677
3701
|
|
|
3678
|
-
.cdr-popup--top_11-
|
|
3702
|
+
.cdr-popup--top_11-2-0 .cdr-popup__content_11-2-0, .cdr-popup--top_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--top_11-2-0 .cdr-popup__arrow_11-2-0::after, .cdr-popup--bottom_11-2-0 .cdr-popup__content_11-2-0, .cdr-popup--bottom_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--bottom_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
3679
3703
|
left: 50%;
|
|
3680
3704
|
transform: translateX(-50%); }
|
|
3681
3705
|
|
|
3682
|
-
.cdr-popup--bottom_11-
|
|
3706
|
+
.cdr-popup--bottom_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__content_11-2-0 {
|
|
3683
3707
|
-webkit-animation-name: popup-enter-down;
|
|
3684
3708
|
animation-name: popup-enter-down; }
|
|
3685
3709
|
|
|
3686
|
-
.cdr-popup--bottom_11-
|
|
3710
|
+
.cdr-popup--bottom_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--bottom_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
3687
3711
|
-webkit-animation-name: popup-arrow-enter-down;
|
|
3688
3712
|
animation-name: popup-arrow-enter-down; }
|
|
3689
3713
|
|
|
3690
|
-
.cdr-popup--bottom_11-
|
|
3714
|
+
.cdr-popup--bottom_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__content_11-2-0 {
|
|
3691
3715
|
-webkit-animation-name: popup-exit-down;
|
|
3692
3716
|
animation-name: popup-exit-down; }
|
|
3693
3717
|
|
|
3694
|
-
.cdr-popup--bottom_11-
|
|
3718
|
+
.cdr-popup--bottom_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--bottom_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
3695
3719
|
-webkit-animation-name: popup-arrow-exit-down;
|
|
3696
3720
|
animation-name: popup-arrow-exit-down; }
|
|
3697
3721
|
|
|
3698
|
-
.cdr-popup--bottom_11-
|
|
3722
|
+
.cdr-popup--bottom_11-2-0 .cdr-popup__content_11-2-0 {
|
|
3699
3723
|
top: calc(100% + 1.4rem); }
|
|
3700
3724
|
|
|
3701
|
-
.cdr-popup--bottom_11-
|
|
3725
|
+
.cdr-popup--bottom_11-2-0 .cdr-popup__arrow_11-2-0::before {
|
|
3702
3726
|
border-bottom-color: #928b80; }
|
|
3703
3727
|
|
|
3704
|
-
.cdr-popup--bottom_11-
|
|
3728
|
+
.cdr-popup--bottom_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
3705
3729
|
border-bottom-color: #ffffff; }
|
|
3706
3730
|
|
|
3707
|
-
.cdr-popup--top_11-
|
|
3731
|
+
.cdr-popup--top_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__content_11-2-0 {
|
|
3708
3732
|
-webkit-animation-name: popup-enter-up;
|
|
3709
3733
|
animation-name: popup-enter-up; }
|
|
3710
3734
|
|
|
3711
|
-
.cdr-popup--top_11-
|
|
3735
|
+
.cdr-popup--top_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--top_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
3712
3736
|
-webkit-animation-name: popup-arrow-enter-up;
|
|
3713
3737
|
animation-name: popup-arrow-enter-up; }
|
|
3714
3738
|
|
|
3715
|
-
.cdr-popup--top_11-
|
|
3739
|
+
.cdr-popup--top_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__content_11-2-0 {
|
|
3716
3740
|
-webkit-animation-name: popup-exit-up;
|
|
3717
3741
|
animation-name: popup-exit-up; }
|
|
3718
3742
|
|
|
3719
|
-
.cdr-popup--top_11-
|
|
3743
|
+
.cdr-popup--top_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--top_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
3720
3744
|
-webkit-animation-name: popup-arrow-exit-up;
|
|
3721
3745
|
animation-name: popup-arrow-exit-up; }
|
|
3722
3746
|
|
|
3723
|
-
.cdr-popup--top_11-
|
|
3747
|
+
.cdr-popup--top_11-2-0 .cdr-popup__content_11-2-0 {
|
|
3724
3748
|
bottom: calc(100% + 1.4rem); }
|
|
3725
3749
|
|
|
3726
|
-
.cdr-popup--top_11-
|
|
3750
|
+
.cdr-popup--top_11-2-0 .cdr-popup__arrow_11-2-0::before {
|
|
3727
3751
|
border-top-color: #928b80; }
|
|
3728
3752
|
|
|
3729
|
-
.cdr-popup--top_11-
|
|
3753
|
+
.cdr-popup--top_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
3730
3754
|
border-top-color: #ffffff; }
|
|
3731
3755
|
|
|
3732
|
-
.cdr-popup--corner-left_11-
|
|
3756
|
+
.cdr-popup--corner-left_11-2-0 .cdr-popup__content_11-2-0 {
|
|
3733
3757
|
left: 0;
|
|
3734
3758
|
transform: unset; }
|
|
3735
3759
|
|
|
3736
|
-
.cdr-popup--corner-right_11-
|
|
3760
|
+
.cdr-popup--corner-right_11-2-0 .cdr-popup__content_11-2-0 {
|
|
3737
3761
|
left: unset;
|
|
3738
3762
|
right: 0;
|
|
3739
3763
|
transform: unset; }
|
|
3740
3764
|
|
|
3741
|
-
.cdr-popup--left_11-
|
|
3765
|
+
.cdr-popup--left_11-2-0 .cdr-popup__content_11-2-0, .cdr-popup--left_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--left_11-2-0 .cdr-popup__arrow_11-2-0::after, .cdr-popup--right_11-2-0 .cdr-popup__content_11-2-0, .cdr-popup--right_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--right_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
3742
3766
|
top: 50%;
|
|
3743
3767
|
transform: translateY(-50%); }
|
|
3744
3768
|
|
|
3745
|
-
.cdr-popup--left_11-
|
|
3769
|
+
.cdr-popup--left_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__content_11-2-0 {
|
|
3746
3770
|
-webkit-animation-name: popup-enter-left;
|
|
3747
3771
|
animation-name: popup-enter-left; }
|
|
3748
3772
|
|
|
3749
|
-
.cdr-popup--left_11-
|
|
3773
|
+
.cdr-popup--left_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--left_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
3750
3774
|
-webkit-animation-name: popup-arrow-enter-left;
|
|
3751
3775
|
animation-name: popup-arrow-enter-left; }
|
|
3752
3776
|
|
|
3753
|
-
.cdr-popup--left_11-
|
|
3777
|
+
.cdr-popup--left_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__content_11-2-0 {
|
|
3754
3778
|
-webkit-animation-name: popup-exit-left;
|
|
3755
3779
|
animation-name: popup-exit-left; }
|
|
3756
3780
|
|
|
3757
|
-
.cdr-popup--left_11-
|
|
3781
|
+
.cdr-popup--left_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--left_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
3758
3782
|
-webkit-animation-name: popup-arrow-exit-left;
|
|
3759
3783
|
animation-name: popup-arrow-exit-left; }
|
|
3760
3784
|
|
|
3761
|
-
.cdr-popup--left_11-
|
|
3785
|
+
.cdr-popup--left_11-2-0 .cdr-popup__content_11-2-0 {
|
|
3762
3786
|
right: calc(100% + 1.4rem); }
|
|
3763
3787
|
|
|
3764
|
-
.cdr-popup--left_11-
|
|
3788
|
+
.cdr-popup--left_11-2-0 .cdr-popup__arrow_11-2-0::before {
|
|
3765
3789
|
border-left-color: #928b80; }
|
|
3766
3790
|
|
|
3767
|
-
.cdr-popup--left_11-
|
|
3791
|
+
.cdr-popup--left_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
3768
3792
|
border-left-color: #ffffff; }
|
|
3769
3793
|
|
|
3770
|
-
.cdr-popup--right_11-
|
|
3794
|
+
.cdr-popup--right_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__content_11-2-0 {
|
|
3771
3795
|
-webkit-animation-name: popup-enter-right;
|
|
3772
3796
|
animation-name: popup-enter-right; }
|
|
3773
3797
|
|
|
3774
|
-
.cdr-popup--right_11-
|
|
3798
|
+
.cdr-popup--right_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--right_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
3775
3799
|
-webkit-animation-name: popup-arrow-enter-right;
|
|
3776
3800
|
animation-name: popup-arrow-enter-right; }
|
|
3777
3801
|
|
|
3778
|
-
.cdr-popup--right_11-
|
|
3802
|
+
.cdr-popup--right_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__content_11-2-0 {
|
|
3779
3803
|
-webkit-animation-name: popup-exit-right;
|
|
3780
3804
|
animation-name: popup-exit-right; }
|
|
3781
3805
|
|
|
3782
|
-
.cdr-popup--right_11-
|
|
3806
|
+
.cdr-popup--right_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--right_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
3783
3807
|
-webkit-animation-name: popup-arrow-exit-right;
|
|
3784
3808
|
animation-name: popup-arrow-exit-right; }
|
|
3785
3809
|
|
|
3786
|
-
.cdr-popup--right_11-
|
|
3810
|
+
.cdr-popup--right_11-2-0 .cdr-popup__content_11-2-0 {
|
|
3787
3811
|
left: calc(100% + 1.4rem); }
|
|
3788
3812
|
|
|
3789
|
-
.cdr-popup--right_11-
|
|
3813
|
+
.cdr-popup--right_11-2-0 .cdr-popup__arrow_11-2-0::before {
|
|
3790
3814
|
border-right-color: #928b80; }
|
|
3791
3815
|
|
|
3792
|
-
.cdr-popup--right_11-
|
|
3816
|
+
.cdr-popup--right_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
3793
3817
|
border-right-color: #ffffff; }
|
|
3794
3818
|
|
|
3795
|
-
.cdr-popup--corner-top_11-
|
|
3819
|
+
.cdr-popup--corner-top_11-2-0 .cdr-popup__content_11-2-0 {
|
|
3796
3820
|
top: 0;
|
|
3797
3821
|
transform: unset; }
|
|
3798
3822
|
|
|
3799
|
-
.cdr-popup--corner-bottom_11-
|
|
3823
|
+
.cdr-popup--corner-bottom_11-2-0 .cdr-popup__content_11-2-0 {
|
|
3800
3824
|
top: unset;
|
|
3801
3825
|
bottom: 0;
|
|
3802
3826
|
transform: unset; }
|