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