@meduza/ui-kit-2 0.1.26 → 0.1.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/RichTitle/RichTitle.types.d.ts +2 -0
- package/dist/ui-kit-2.cjs.development.js +20 -11
- package/dist/ui-kit-2.cjs.development.js.map +1 -1
- package/dist/ui-kit-2.cjs.production.min.js +1 -1
- package/dist/ui-kit-2.cjs.production.min.js.map +1 -1
- package/dist/ui-kit-2.esm.js +20 -11
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +1653 -1573
- package/package.json +1 -1
- package/src/Meta/Meta.module.css +3 -2
- package/src/Meta/MetaContainer.tsx +8 -1
- package/src/RelatedRichBlock/RelatedRichBlock.module.css +118 -34
- package/src/RelatedRichBlock/RelatedRichBlock.stories.tsx +0 -1
- package/src/RelatedRichBlock/index.tsx +18 -12
- package/src/RelatedRichBlock/mock.json +14 -5
- package/src/RichTitle/RichTitle.module.css +3 -5
- package/src/RichTitle/RichTitle.types.ts +1 -0
- package/src/RichTitle/index.tsx +3 -3
- package/src/Tag/Tag.module.css +10 -0
- package/src/_storybook/PreviewWrapper/PreviewWrapper.module.css +12 -0
package/dist/ui-kit.css
CHANGED
|
@@ -1,3 +1,233 @@
|
|
|
1
|
+
/* Colors */
|
|
2
|
+
/* Fonts */
|
|
3
|
+
/* Gap */
|
|
4
|
+
/* Media */
|
|
5
|
+
/* 512 */
|
|
6
|
+
/* 650 */
|
|
7
|
+
/* 768 */
|
|
8
|
+
/* 1024 */
|
|
9
|
+
/* 1010 */
|
|
10
|
+
/* 1200 */
|
|
11
|
+
/* 511 */
|
|
12
|
+
/* 1023 */
|
|
13
|
+
/* Zindex */
|
|
14
|
+
.SvgSymbol-module_root__2CsRW {
|
|
15
|
+
width: 100%;
|
|
16
|
+
height: 100%;
|
|
17
|
+
|
|
18
|
+
vertical-align: middle;
|
|
19
|
+
}
|
|
20
|
+
.SvgSymbol-module_small__2g6oR {
|
|
21
|
+
height: 14px;
|
|
22
|
+
}
|
|
23
|
+
.SvgSymbol-module_normal__9lFn1 {
|
|
24
|
+
height: 14px;
|
|
25
|
+
}
|
|
26
|
+
.SvgSymbol-module_medium__2eF5L {
|
|
27
|
+
width: 24px;
|
|
28
|
+
height: 24px;
|
|
29
|
+
}
|
|
30
|
+
.SvgSymbol-module_large__2kQrt {
|
|
31
|
+
width: 42px;
|
|
32
|
+
height: 42px;
|
|
33
|
+
}
|
|
34
|
+
.SvgSymbol-module_adaptive__3_68T {
|
|
35
|
+
width: 100%;
|
|
36
|
+
height: 100%;
|
|
37
|
+
}
|
|
38
|
+
.SvgSymbol-module_fb__1whmw {
|
|
39
|
+
width: 16px;
|
|
40
|
+
|
|
41
|
+
fill: #304591;
|
|
42
|
+
}
|
|
43
|
+
.SvgSymbol-module_vk__3VEuu {
|
|
44
|
+
width: 20px;
|
|
45
|
+
|
|
46
|
+
fill: #527397;
|
|
47
|
+
}
|
|
48
|
+
.SvgSymbol-module_ok__2_1Qb {
|
|
49
|
+
width: 9px;
|
|
50
|
+
|
|
51
|
+
fill: #eb722e;
|
|
52
|
+
}
|
|
53
|
+
.SvgSymbol-module_tw__2VRG5 {
|
|
54
|
+
width: 20px;
|
|
55
|
+
|
|
56
|
+
fill: #31adf4;
|
|
57
|
+
}
|
|
58
|
+
.SvgSymbol-module_tg__2xe2f {
|
|
59
|
+
width: 18px;
|
|
60
|
+
|
|
61
|
+
fill: #2ba5e0;
|
|
62
|
+
}
|
|
63
|
+
.SvgSymbol-module_reaction__rrJvf {
|
|
64
|
+
width: 16px;
|
|
65
|
+
|
|
66
|
+
color: #b88b59;
|
|
67
|
+
|
|
68
|
+
fill: #262626;
|
|
69
|
+
}
|
|
70
|
+
.SvgSymbol-module_card__1XAqw,
|
|
71
|
+
.SvgSymbol-module_podcast__3oPoo,
|
|
72
|
+
.SvgSymbol-module_read__2V82i,
|
|
73
|
+
.SvgSymbol-module_listened__1oMFV {
|
|
74
|
+
width: 15px;
|
|
75
|
+
height: 15px;
|
|
76
|
+
}
|
|
77
|
+
.SvgSymbol-module_menu__2iYFt {
|
|
78
|
+
width: 24px;
|
|
79
|
+
height: 24px;
|
|
80
|
+
}
|
|
81
|
+
.SvgSymbol-module_cross__J2lCN {
|
|
82
|
+
width: 14px;
|
|
83
|
+
height: 14px;
|
|
84
|
+
}
|
|
85
|
+
.SvgSymbol-module_isInFeature__cDeTI,
|
|
86
|
+
.SvgSymbol-module_isInCard__pKq4e {
|
|
87
|
+
width: 16px;
|
|
88
|
+
height: 16px;
|
|
89
|
+
}
|
|
90
|
+
.SvgSymbol-module_isInTopicBlockItem__3Te91 {
|
|
91
|
+
width: 16px;
|
|
92
|
+
height: 16px;
|
|
93
|
+
}
|
|
94
|
+
.SvgSymbol-module_isInPageStatic__H31Rd {
|
|
95
|
+
width: 64px;
|
|
96
|
+
height: 64px;
|
|
97
|
+
}
|
|
98
|
+
.SvgSymbol-module_isInMaterialMeta__2IbAw {
|
|
99
|
+
margin-right: 6px;
|
|
100
|
+
}
|
|
101
|
+
.SvgSymbol-module_isInAudioPlayer__2xlzW {
|
|
102
|
+
width: 29px;
|
|
103
|
+
height: 29px;
|
|
104
|
+
|
|
105
|
+
-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
106
|
+
|
|
107
|
+
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
108
|
+
}
|
|
109
|
+
.SvgSymbol-module_isInEpisodeBlock__2vY3o {
|
|
110
|
+
width: 38px;
|
|
111
|
+
height: 38px;
|
|
112
|
+
|
|
113
|
+
-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
114
|
+
|
|
115
|
+
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
116
|
+
}
|
|
117
|
+
.SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
|
|
118
|
+
width: 34px;
|
|
119
|
+
height: 28px
|
|
120
|
+
}
|
|
121
|
+
@media only screen and (min-device-width: 40.625em) {
|
|
122
|
+
.SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
|
|
123
|
+
width: 28px;
|
|
124
|
+
height: 22px
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
.SvgSymbol-module_isInButtonBackward__1Grf9,
|
|
128
|
+
.SvgSymbol-module_isInButtonForward__D1AFL {
|
|
129
|
+
width: 28px;
|
|
130
|
+
height: 28px
|
|
131
|
+
}
|
|
132
|
+
@media only screen and (min-device-width: 40.625em) {
|
|
133
|
+
.SvgSymbol-module_isInButtonBackward__1Grf9,
|
|
134
|
+
.SvgSymbol-module_isInButtonForward__D1AFL {
|
|
135
|
+
width: 22px;
|
|
136
|
+
height: 22px
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_cross__J2lCN {
|
|
140
|
+
width: 18px;
|
|
141
|
+
height: 18px;
|
|
142
|
+
}
|
|
143
|
+
.SvgSymbol-module_play__pM-qY {
|
|
144
|
+
width: 100%;
|
|
145
|
+
height: 100%;
|
|
146
|
+
}
|
|
147
|
+
.SvgSymbol-module_meduzaLogo__2Ouzp {
|
|
148
|
+
width: 92px;
|
|
149
|
+
height: 20px
|
|
150
|
+
}
|
|
151
|
+
@media only screen and (min-device-width: 64em) {
|
|
152
|
+
.SvgSymbol-module_meduzaLogo__2Ouzp {
|
|
153
|
+
width: 100px;
|
|
154
|
+
height: 45px
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
.SvgSymbol-module_arrow__11naX {
|
|
158
|
+
width: 12px;
|
|
159
|
+
height: 12px;
|
|
160
|
+
}
|
|
161
|
+
.SvgSymbol-module_oil__hvHE5 {
|
|
162
|
+
width: 9px;
|
|
163
|
+
height: 12px;
|
|
164
|
+
}
|
|
165
|
+
.SvgSymbol-module_search__VK6p3 {
|
|
166
|
+
width: 24px;
|
|
167
|
+
height: 24px
|
|
168
|
+
}
|
|
169
|
+
@media only screen and (min-device-width: 64em) {
|
|
170
|
+
.SvgSymbol-module_search__VK6p3 {
|
|
171
|
+
width: 16px;
|
|
172
|
+
height: 16px
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
.SvgSymbol-module_user__1MGim {
|
|
176
|
+
width: 14px;
|
|
177
|
+
height: 14px
|
|
178
|
+
}
|
|
179
|
+
@media only screen and (min-device-width: 64em) {
|
|
180
|
+
.SvgSymbol-module_user__1MGim {
|
|
181
|
+
width: 16px;
|
|
182
|
+
height: 16px
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
.SvgSymbol-module_bookmark__2z7tX {
|
|
186
|
+
width: 17px;
|
|
187
|
+
height: auto;
|
|
188
|
+
|
|
189
|
+
cursor: pointer;
|
|
190
|
+
|
|
191
|
+
stroke-width: 2px
|
|
192
|
+
}
|
|
193
|
+
@media only screen and (min-device-width: 64em) {
|
|
194
|
+
.SvgSymbol-module_bookmark__2z7tX {
|
|
195
|
+
width: 14px;
|
|
196
|
+
|
|
197
|
+
stroke-width: 1.5px
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_bookmark__2z7tX {
|
|
201
|
+
width: 14px;
|
|
202
|
+
}
|
|
203
|
+
.SvgSymbol-module_receipt__3Eqow {
|
|
204
|
+
width: 10px;
|
|
205
|
+
height: 13px;
|
|
206
|
+
}
|
|
207
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
208
|
+
width: 22px;
|
|
209
|
+
height: 22px
|
|
210
|
+
}
|
|
211
|
+
@media only screen and (min-device-width: 64em) {
|
|
212
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
213
|
+
width: 14px;
|
|
214
|
+
height: 14px
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
@media only screen and (min-device-width: 64em) {
|
|
218
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_search__VK6p3 circle {
|
|
219
|
+
stroke-width: 1.5px
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
223
|
+
stroke-width: 1.8px
|
|
224
|
+
}
|
|
225
|
+
@media only screen and (min-device-width: 64em) {
|
|
226
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
227
|
+
stroke-width: 1.3px
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
|
|
1
231
|
/* Colors */
|
|
2
232
|
/* Fonts */
|
|
3
233
|
/* Gap */
|
|
@@ -247,222 +477,156 @@
|
|
|
247
477
|
/* 511 */
|
|
248
478
|
/* 1023 */
|
|
249
479
|
/* Zindex */
|
|
250
|
-
.
|
|
251
|
-
|
|
252
|
-
height: 100%;
|
|
480
|
+
.Switcher-module_root__1Env1 {
|
|
481
|
+
position: relative;
|
|
253
482
|
|
|
254
|
-
|
|
255
|
-
}
|
|
256
|
-
.SvgSymbol-module_small__2g6oR {
|
|
257
|
-
height: 14px;
|
|
258
|
-
}
|
|
259
|
-
.SvgSymbol-module_normal__9lFn1 {
|
|
260
|
-
height: 14px;
|
|
261
|
-
}
|
|
262
|
-
.SvgSymbol-module_medium__2eF5L {
|
|
263
|
-
width: 24px;
|
|
264
|
-
height: 24px;
|
|
265
|
-
}
|
|
266
|
-
.SvgSymbol-module_large__2kQrt {
|
|
267
|
-
width: 42px;
|
|
268
|
-
height: 42px;
|
|
269
|
-
}
|
|
270
|
-
.SvgSymbol-module_adaptive__3_68T {
|
|
271
|
-
width: 100%;
|
|
272
|
-
height: 100%;
|
|
273
|
-
}
|
|
274
|
-
.SvgSymbol-module_fb__1whmw {
|
|
275
|
-
width: 16px;
|
|
483
|
+
display: -webkit-box;
|
|
276
484
|
|
|
277
|
-
|
|
278
|
-
}
|
|
279
|
-
.SvgSymbol-module_vk__3VEuu {
|
|
280
|
-
width: 20px;
|
|
485
|
+
display: -webkit-flex;
|
|
281
486
|
|
|
282
|
-
|
|
283
|
-
}
|
|
284
|
-
.SvgSymbol-module_ok__2_1Qb {
|
|
285
|
-
width: 9px;
|
|
487
|
+
display: -ms-flexbox;
|
|
286
488
|
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
width: 20px;
|
|
489
|
+
display: flex;
|
|
490
|
+
flex-flow: row nowrap;
|
|
491
|
+
align-items: center;
|
|
291
492
|
|
|
292
|
-
|
|
293
|
-
}
|
|
294
|
-
.SvgSymbol-module_tg__2xe2f {
|
|
295
|
-
width: 18px;
|
|
493
|
+
font-weight: 600;
|
|
296
494
|
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
.SvgSymbol-module_reaction__rrJvf {
|
|
300
|
-
width: 16px;
|
|
495
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
496
|
+
white-space: nowrap;
|
|
301
497
|
|
|
302
|
-
|
|
498
|
+
cursor: pointer;
|
|
303
499
|
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
height: 15px;
|
|
312
|
-
}
|
|
313
|
-
.SvgSymbol-module_menu__2iYFt {
|
|
314
|
-
width: 24px;
|
|
315
|
-
height: 24px;
|
|
316
|
-
}
|
|
317
|
-
.SvgSymbol-module_cross__J2lCN {
|
|
318
|
-
width: 14px;
|
|
319
|
-
height: 14px;
|
|
320
|
-
}
|
|
321
|
-
.SvgSymbol-module_isInFeature__cDeTI,
|
|
322
|
-
.SvgSymbol-module_isInCard__pKq4e {
|
|
323
|
-
width: 16px;
|
|
324
|
-
height: 16px;
|
|
500
|
+
-webkit-user-select: none;
|
|
501
|
+
|
|
502
|
+
-moz-user-select: none;
|
|
503
|
+
|
|
504
|
+
-ms-user-select: none;
|
|
505
|
+
|
|
506
|
+
user-select: none;
|
|
325
507
|
}
|
|
326
|
-
.
|
|
327
|
-
|
|
328
|
-
height: 16px;
|
|
508
|
+
.Switcher-module_dark__1IzaH {
|
|
509
|
+
color: inherit;
|
|
329
510
|
}
|
|
330
|
-
.
|
|
331
|
-
|
|
332
|
-
height: 64px;
|
|
511
|
+
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
512
|
+
background-color: transparent;
|
|
333
513
|
}
|
|
334
|
-
.
|
|
335
|
-
|
|
514
|
+
.Switcher-module_input__jaMVF {
|
|
515
|
+
position: absolute;
|
|
516
|
+
top: 0;
|
|
517
|
+
left: 0;
|
|
518
|
+
|
|
519
|
+
opacity: 0;
|
|
336
520
|
}
|
|
337
|
-
.
|
|
338
|
-
|
|
339
|
-
height: 29px;
|
|
521
|
+
.Switcher-module_control__1NTvY {
|
|
522
|
+
position: relative;
|
|
340
523
|
|
|
341
|
-
|
|
524
|
+
display: block;
|
|
342
525
|
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
.SvgSymbol-module_isInEpisodeBlock__2vY3o {
|
|
346
|
-
width: 38px;
|
|
347
|
-
height: 38px;
|
|
526
|
+
width: 37px;
|
|
527
|
+
height: 21px;
|
|
348
528
|
|
|
349
|
-
-
|
|
529
|
+
background-color: #e6e6e6;
|
|
350
530
|
|
|
351
|
-
|
|
352
|
-
}
|
|
353
|
-
.SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
|
|
354
|
-
width: 34px;
|
|
355
|
-
height: 28px
|
|
356
|
-
}
|
|
357
|
-
@media only screen and (min-device-width: 40.625em) {
|
|
358
|
-
.SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
|
|
359
|
-
width: 28px;
|
|
360
|
-
height: 22px
|
|
361
|
-
}
|
|
362
|
-
}
|
|
363
|
-
.SvgSymbol-module_isInButtonBackward__1Grf9,
|
|
364
|
-
.SvgSymbol-module_isInButtonForward__D1AFL {
|
|
365
|
-
width: 28px;
|
|
366
|
-
height: 28px
|
|
367
|
-
}
|
|
368
|
-
@media only screen and (min-device-width: 40.625em) {
|
|
369
|
-
.SvgSymbol-module_isInButtonBackward__1Grf9,
|
|
370
|
-
.SvgSymbol-module_isInButtonForward__D1AFL {
|
|
371
|
-
width: 22px;
|
|
372
|
-
height: 22px
|
|
531
|
+
border-radius: 15px;
|
|
373
532
|
}
|
|
374
|
-
|
|
375
|
-
|
|
533
|
+
.Switcher-module_control__1NTvY::before {
|
|
534
|
+
position: absolute;
|
|
535
|
+
top: 0;
|
|
536
|
+
bottom: 0;
|
|
537
|
+
left: 0;
|
|
538
|
+
|
|
376
539
|
width: 18px;
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
height: 20px
|
|
386
|
-
}
|
|
387
|
-
@media only screen and (min-device-width: 64em) {
|
|
388
|
-
.SvgSymbol-module_meduzaLogo__2Ouzp {
|
|
389
|
-
width: 100px;
|
|
390
|
-
height: 45px
|
|
540
|
+
|
|
541
|
+
background: rgba(19, 191, 17, 0);
|
|
542
|
+
|
|
543
|
+
border-radius: 15px;
|
|
544
|
+
|
|
545
|
+
transition: 0.25s ease-in-out;
|
|
546
|
+
|
|
547
|
+
content: '';
|
|
391
548
|
}
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
549
|
+
.Switcher-module_knob__3kEy5 {
|
|
550
|
+
position: relative;
|
|
551
|
+
top: 2px;
|
|
552
|
+
left: 2px;
|
|
553
|
+
z-index: 200;
|
|
554
|
+
|
|
555
|
+
display: block;
|
|
556
|
+
|
|
557
|
+
width: 17px;
|
|
558
|
+
height: 17px;
|
|
559
|
+
|
|
560
|
+
background: #fff;
|
|
561
|
+
|
|
562
|
+
border-radius: 15px;
|
|
563
|
+
|
|
564
|
+
transition: 0.25s ease-in-out;
|
|
396
565
|
}
|
|
397
|
-
.
|
|
398
|
-
width:
|
|
399
|
-
|
|
566
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
567
|
+
width: 100%;
|
|
568
|
+
|
|
569
|
+
background-color: #b88b59;
|
|
400
570
|
}
|
|
401
|
-
.
|
|
402
|
-
|
|
403
|
-
height: 24px
|
|
571
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
572
|
+
box-shadow: inset 0 0 0 1px transparent;
|
|
404
573
|
}
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
width: 16px;
|
|
408
|
-
height: 16px
|
|
574
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
575
|
+
left: 18px;
|
|
409
576
|
}
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
width: 14px;
|
|
413
|
-
height: 14px
|
|
577
|
+
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
578
|
+
margin-right: 6px;
|
|
414
579
|
}
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
width: 16px;
|
|
418
|
-
height: 16px
|
|
580
|
+
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
581
|
+
margin-left: 6px;
|
|
419
582
|
}
|
|
420
|
-
|
|
421
|
-
.
|
|
422
|
-
width: 17px;
|
|
423
|
-
height: auto;
|
|
583
|
+
/* panel */
|
|
584
|
+
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
424
585
|
|
|
425
|
-
|
|
586
|
+
color: #999;
|
|
426
587
|
|
|
427
|
-
|
|
588
|
+
font-size: 13px;
|
|
589
|
+
letter-spacing: 0.5px;
|
|
590
|
+
text-transform: uppercase;
|
|
428
591
|
}
|
|
429
|
-
|
|
430
|
-
.
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
stroke-width: 1.5px
|
|
592
|
+
/* menu */
|
|
593
|
+
.Switcher-module_isInMenu__3XJYj {
|
|
594
|
+
font-weight: normal;
|
|
434
595
|
}
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
width: 14px;
|
|
596
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
597
|
+
margin-right: 8px;
|
|
438
598
|
}
|
|
439
|
-
.
|
|
440
|
-
width:
|
|
441
|
-
height:
|
|
599
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
600
|
+
width: 48px;
|
|
601
|
+
height: 30px;
|
|
442
602
|
}
|
|
443
|
-
.
|
|
603
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
604
|
+
top: 4px;
|
|
605
|
+
|
|
444
606
|
width: 22px;
|
|
445
|
-
height: 22px
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
449
|
-
width: 14px;
|
|
450
|
-
height: 14px
|
|
607
|
+
height: 22px;
|
|
608
|
+
|
|
609
|
+
background-color: #bababa;
|
|
451
610
|
}
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
611
|
+
/* stylelint-disable selector-max-compound-selectors */
|
|
612
|
+
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
613
|
+
left: 23px;
|
|
614
|
+
|
|
615
|
+
background-color: #fff;
|
|
456
616
|
}
|
|
457
|
-
|
|
458
|
-
.
|
|
459
|
-
|
|
617
|
+
/* live */
|
|
618
|
+
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
619
|
+
|
|
620
|
+
color: #7f7f7f;
|
|
621
|
+
|
|
622
|
+
font-size: 13px;
|
|
623
|
+
letter-spacing: 0.5px;
|
|
624
|
+
text-transform: uppercase;
|
|
460
625
|
}
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
626
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
627
|
+
background-color: #1a1a1a;
|
|
628
|
+
box-shadow: inset 0 0 0 1px #323232;
|
|
464
629
|
}
|
|
465
|
-
}
|
|
466
630
|
|
|
467
631
|
/* Colors */
|
|
468
632
|
/* Fonts */
|
|
@@ -561,155 +725,137 @@
|
|
|
561
725
|
/* 511 */
|
|
562
726
|
/* 1023 */
|
|
563
727
|
/* Zindex */
|
|
564
|
-
.
|
|
565
|
-
position: relative;
|
|
566
|
-
|
|
567
|
-
display: -webkit-box;
|
|
568
|
-
|
|
569
|
-
display: -webkit-flex;
|
|
570
|
-
|
|
571
|
-
display: -ms-flexbox;
|
|
572
|
-
|
|
573
|
-
display: flex;
|
|
574
|
-
flex-flow: row nowrap;
|
|
575
|
-
align-items: center;
|
|
576
|
-
|
|
577
|
-
font-weight: 600;
|
|
578
|
-
|
|
579
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
580
|
-
white-space: nowrap;
|
|
581
|
-
|
|
582
|
-
cursor: pointer;
|
|
583
|
-
|
|
584
|
-
-webkit-user-select: none;
|
|
585
|
-
|
|
586
|
-
-moz-user-select: none;
|
|
587
|
-
|
|
588
|
-
-ms-user-select: none;
|
|
589
|
-
|
|
590
|
-
user-select: none;
|
|
591
|
-
}
|
|
592
|
-
.Switcher-module_dark__1IzaH {
|
|
593
|
-
color: inherit;
|
|
594
|
-
}
|
|
595
|
-
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
596
|
-
background-color: transparent;
|
|
597
|
-
}
|
|
598
|
-
.Switcher-module_input__jaMVF {
|
|
599
|
-
position: absolute;
|
|
600
|
-
top: 0;
|
|
601
|
-
left: 0;
|
|
602
|
-
|
|
603
|
-
opacity: 0;
|
|
604
|
-
}
|
|
605
|
-
.Switcher-module_control__1NTvY {
|
|
728
|
+
.DotsOnImage-module_root__2XP3Q {
|
|
606
729
|
position: relative;
|
|
607
730
|
|
|
608
731
|
display: block;
|
|
609
732
|
|
|
610
|
-
width:
|
|
611
|
-
height: 21px;
|
|
612
|
-
|
|
613
|
-
background-color: #e6e6e6;
|
|
614
|
-
|
|
615
|
-
border-radius: 15px;
|
|
733
|
+
width: 100%;
|
|
616
734
|
}
|
|
617
|
-
.
|
|
735
|
+
.DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
|
|
736
|
+
-webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
737
|
+
animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
738
|
+
}
|
|
739
|
+
.DotsOnImage-module_dot__H1wua {
|
|
618
740
|
position: absolute;
|
|
619
|
-
|
|
620
|
-
bottom: 0;
|
|
621
|
-
left: 0;
|
|
622
|
-
|
|
623
|
-
width: 18px;
|
|
624
|
-
|
|
625
|
-
background: rgba(19, 191, 17, 0);
|
|
626
|
-
|
|
627
|
-
border-radius: 15px;
|
|
741
|
+
z-index: 10;
|
|
628
742
|
|
|
629
|
-
|
|
743
|
+
width: 28px;
|
|
744
|
+
height: 28px;
|
|
630
745
|
|
|
631
|
-
|
|
746
|
+
will-change: opacity;
|
|
632
747
|
}
|
|
633
|
-
.
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
z-index: 200;
|
|
748
|
+
.DotsOnImage-module_marker__lH5cP {
|
|
749
|
+
width: 100%;
|
|
750
|
+
height: 100%;
|
|
751
|
+
padding: 0;
|
|
638
752
|
|
|
639
|
-
|
|
753
|
+
cursor: pointer;
|
|
754
|
+
text-align: center;
|
|
640
755
|
|
|
641
|
-
|
|
642
|
-
|
|
756
|
+
opacity: 0;
|
|
757
|
+
color: #fff;
|
|
758
|
+
border-width: 0;
|
|
759
|
+
border-radius: 30px;
|
|
760
|
+
outline-width: 0;
|
|
761
|
+
background-color: #000;
|
|
762
|
+
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
|
|
643
763
|
|
|
644
|
-
|
|
764
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
765
|
+
font-size: 13px;
|
|
766
|
+
font-weight: 600;
|
|
767
|
+
line-height: 28px;
|
|
645
768
|
|
|
646
|
-
|
|
769
|
+
-webkit-appearance: none;
|
|
647
770
|
|
|
648
|
-
|
|
649
|
-
}
|
|
650
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
651
|
-
width: 100%;
|
|
771
|
+
-moz-appearance: none;
|
|
652
772
|
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
656
|
-
box-shadow: inset 0 0 0 1px transparent;
|
|
773
|
+
appearance: none;
|
|
774
|
+
will-change: opacity;
|
|
657
775
|
}
|
|
658
|
-
.
|
|
659
|
-
|
|
776
|
+
.DotsOnImage-module_marker__lH5cP svg {
|
|
777
|
+
display: block;
|
|
778
|
+
|
|
779
|
+
will-change: opacity;
|
|
660
780
|
}
|
|
661
|
-
.
|
|
662
|
-
|
|
781
|
+
.DotsOnImage-module_marker__lH5cP:hover,
|
|
782
|
+
.DotsOnImage-module_marker__lH5cP.DotsOnImage-module_isActive__3hh31 {
|
|
783
|
+
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
|
|
663
784
|
}
|
|
664
|
-
.
|
|
665
|
-
|
|
785
|
+
.DotsOnImage-module_popover__35Cpj {
|
|
786
|
+
position: absolute;
|
|
787
|
+
z-index: 10;
|
|
666
788
|
}
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
color: #999;
|
|
671
|
-
|
|
672
|
-
font-size: 13px;
|
|
673
|
-
letter-spacing: 0.5px;
|
|
674
|
-
text-transform: uppercase;
|
|
789
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
|
|
790
|
+
transform: translateX(50px);
|
|
675
791
|
}
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
font-weight: normal;
|
|
792
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
|
|
793
|
+
transform: translateX(-100%) translateX(-22px);
|
|
679
794
|
}
|
|
680
|
-
.
|
|
681
|
-
|
|
795
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
|
|
796
|
+
transform: translateX(50px) translateY(-100%) translateY(22px);
|
|
682
797
|
}
|
|
683
|
-
.
|
|
684
|
-
|
|
685
|
-
|
|
798
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isBottom__3Nk1T {
|
|
799
|
+
transform: translateX(-100%) translateX(-22px) translateY(-100%)
|
|
800
|
+
translateY(22px);
|
|
686
801
|
}
|
|
687
|
-
|
|
688
|
-
|
|
802
|
+
@-webkit-keyframes DotsOnImage-module_show__2TMBv {
|
|
803
|
+
0% {
|
|
804
|
+
transform: scale(0.4);
|
|
689
805
|
|
|
690
|
-
|
|
691
|
-
|
|
806
|
+
opacity: 0;
|
|
807
|
+
}
|
|
692
808
|
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
/* stylelint-disable selector-max-compound-selectors */
|
|
696
|
-
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
697
|
-
left: 23px;
|
|
809
|
+
90% {
|
|
810
|
+
transform: scale(1.1);
|
|
698
811
|
|
|
699
|
-
|
|
812
|
+
opacity: 1;
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
100% {
|
|
816
|
+
transform: scale(1);
|
|
817
|
+
|
|
818
|
+
opacity: 1;
|
|
819
|
+
}
|
|
700
820
|
}
|
|
701
|
-
|
|
702
|
-
|
|
821
|
+
@keyframes DotsOnImage-module_show__2TMBv {
|
|
822
|
+
0% {
|
|
823
|
+
transform: scale(0.4);
|
|
703
824
|
|
|
704
|
-
|
|
825
|
+
opacity: 0;
|
|
826
|
+
}
|
|
705
827
|
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
828
|
+
90% {
|
|
829
|
+
transform: scale(1.1);
|
|
830
|
+
|
|
831
|
+
opacity: 1;
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
100% {
|
|
835
|
+
transform: scale(1);
|
|
836
|
+
|
|
837
|
+
opacity: 1;
|
|
838
|
+
}
|
|
709
839
|
}
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
840
|
+
|
|
841
|
+
/* Colors */
|
|
842
|
+
/* Fonts */
|
|
843
|
+
/* Gap */
|
|
844
|
+
/* Media */
|
|
845
|
+
/* 512 */
|
|
846
|
+
/* 650 */
|
|
847
|
+
/* 768 */
|
|
848
|
+
/* 1024 */
|
|
849
|
+
/* 1010 */
|
|
850
|
+
/* 1200 */
|
|
851
|
+
/* 511 */
|
|
852
|
+
/* 1023 */
|
|
853
|
+
/* Zindex */
|
|
854
|
+
.Lazy-module_root__2Z72l {
|
|
855
|
+
display: block;
|
|
856
|
+
}
|
|
857
|
+
.Lazy-module_visible__3-SdX {
|
|
858
|
+
color: red;
|
|
713
859
|
}
|
|
714
860
|
|
|
715
861
|
/* Colors */
|
|
@@ -801,6 +947,16 @@
|
|
|
801
947
|
text-align: center
|
|
802
948
|
}
|
|
803
949
|
}
|
|
950
|
+
.Tag-module_richRelated__2vbQQ {
|
|
951
|
+
font-size: 12px;
|
|
952
|
+
line-height: 17px
|
|
953
|
+
}
|
|
954
|
+
@media only screen and (min-device-width: 64em) {
|
|
955
|
+
.Tag-module_richRelated__2vbQQ {
|
|
956
|
+
font-size: 14px;
|
|
957
|
+
line-height: 20px
|
|
958
|
+
}
|
|
959
|
+
}
|
|
804
960
|
.Tag-module_slide__2nMDw,
|
|
805
961
|
.Tag-module_game__3j5yG,
|
|
806
962
|
.Tag-module_card__1EAeF,
|
|
@@ -852,119 +1008,86 @@
|
|
|
852
1008
|
/* 511 */
|
|
853
1009
|
/* 1023 */
|
|
854
1010
|
/* Zindex */
|
|
855
|
-
.
|
|
856
|
-
position: relative;
|
|
857
|
-
|
|
858
|
-
display: block;
|
|
859
|
-
|
|
860
|
-
width: 100%;
|
|
861
|
-
}
|
|
862
|
-
.DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
|
|
863
|
-
-webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
864
|
-
animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
865
|
-
}
|
|
866
|
-
.DotsOnImage-module_dot__H1wua {
|
|
867
|
-
position: absolute;
|
|
868
|
-
z-index: 10;
|
|
869
|
-
|
|
870
|
-
width: 28px;
|
|
871
|
-
height: 28px;
|
|
872
|
-
|
|
873
|
-
will-change: opacity;
|
|
874
|
-
}
|
|
875
|
-
.DotsOnImage-module_marker__lH5cP {
|
|
876
|
-
width: 100%;
|
|
877
|
-
height: 100%;
|
|
878
|
-
padding: 0;
|
|
879
|
-
|
|
880
|
-
cursor: pointer;
|
|
881
|
-
text-align: center;
|
|
882
|
-
|
|
883
|
-
opacity: 0;
|
|
884
|
-
color: #fff;
|
|
885
|
-
border-width: 0;
|
|
886
|
-
border-radius: 30px;
|
|
887
|
-
outline-width: 0;
|
|
888
|
-
background-color: #000;
|
|
889
|
-
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
|
|
890
|
-
|
|
1011
|
+
.MediaCaption-module_root__KqTdw {
|
|
891
1012
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
892
|
-
font-size: 13px;
|
|
893
|
-
font-weight: 600;
|
|
894
|
-
line-height: 28px;
|
|
895
|
-
|
|
896
|
-
-webkit-appearance: none;
|
|
897
|
-
|
|
898
|
-
-moz-appearance: none;
|
|
899
|
-
|
|
900
|
-
appearance: none;
|
|
901
|
-
will-change: opacity;
|
|
902
1013
|
}
|
|
903
|
-
.
|
|
904
|
-
|
|
1014
|
+
.MediaCaption-module_root__KqTdw a {
|
|
1015
|
+
text-decoration: underline;
|
|
905
1016
|
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
.DotsOnImage-module_marker__lH5cP:hover,
|
|
909
|
-
.DotsOnImage-module_marker__lH5cP.DotsOnImage-module_isActive__3hh31 {
|
|
910
|
-
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
|
|
911
|
-
}
|
|
912
|
-
.DotsOnImage-module_popover__35Cpj {
|
|
913
|
-
position: absolute;
|
|
914
|
-
z-index: 10;
|
|
915
|
-
}
|
|
916
|
-
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
|
|
917
|
-
transform: translateX(50px);
|
|
918
|
-
}
|
|
919
|
-
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
|
|
920
|
-
transform: translateX(-100%) translateX(-22px);
|
|
921
|
-
}
|
|
922
|
-
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
|
|
923
|
-
transform: translateX(50px) translateY(-100%) translateY(22px);
|
|
1017
|
+
color: inherit;
|
|
1018
|
+
box-shadow: none;
|
|
924
1019
|
}
|
|
925
|
-
.
|
|
926
|
-
|
|
927
|
-
translateY(22px);
|
|
1020
|
+
.MediaCaption-module_root__KqTdw a:hover {
|
|
1021
|
+
color: #b88b58;
|
|
928
1022
|
}
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
opacity: 0;
|
|
934
|
-
}
|
|
1023
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1024
|
+
max-width: 520px;
|
|
1025
|
+
padding-top: 4px;
|
|
935
1026
|
|
|
936
|
-
|
|
937
|
-
transform: scale(1.1);
|
|
1027
|
+
color: #1a1a1a;
|
|
938
1028
|
|
|
939
|
-
|
|
1029
|
+
font-size: 14px;
|
|
1030
|
+
line-height: 18px
|
|
1031
|
+
}
|
|
1032
|
+
@media only screen and (min-device-width: 32em) {
|
|
1033
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1034
|
+
font-size: 16px;
|
|
1035
|
+
line-height: 22px
|
|
1036
|
+
}
|
|
940
1037
|
}
|
|
1038
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1039
|
+
max-width: 520px;
|
|
1040
|
+
padding-top: 1px;
|
|
941
1041
|
|
|
942
|
-
|
|
943
|
-
transform: scale(1);
|
|
1042
|
+
color: #666;
|
|
944
1043
|
|
|
945
|
-
|
|
946
|
-
|
|
1044
|
+
font-size: 12px;
|
|
1045
|
+
line-height: 16px
|
|
1046
|
+
}
|
|
1047
|
+
@media only screen and (min-device-width: 32em) {
|
|
1048
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1049
|
+
padding-top: 3px
|
|
947
1050
|
}
|
|
948
|
-
@keyframes DotsOnImage-module_show__2TMBv {
|
|
949
|
-
0% {
|
|
950
|
-
transform: scale(0.4);
|
|
951
|
-
|
|
952
|
-
opacity: 0;
|
|
953
1051
|
}
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
1052
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1053
|
+
padding-top: 3px;
|
|
1054
|
+
}
|
|
1055
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1056
|
+
color: #fff;
|
|
1057
|
+
}
|
|
1058
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1059
|
+
color: #929292;
|
|
1060
|
+
}
|
|
1061
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1062
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1063
|
+
padding-top: 10px
|
|
1064
|
+
}
|
|
1065
|
+
@media only screen and (min-device-width: 32em) {
|
|
1066
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1067
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1068
|
+
padding-top: 12px
|
|
1069
|
+
}
|
|
959
1070
|
}
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
1071
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1072
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1073
|
+
padding-top: 9px
|
|
1074
|
+
}
|
|
1075
|
+
@media only screen and (min-device-width: 32em) {
|
|
1076
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1077
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1078
|
+
padding-top: 11px
|
|
1079
|
+
}
|
|
965
1080
|
}
|
|
1081
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1082
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1083
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1084
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1085
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1086
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1087
|
+
max-width: 650px;
|
|
966
1088
|
}
|
|
967
1089
|
|
|
1090
|
+
|
|
968
1091
|
/* Colors */
|
|
969
1092
|
/* Fonts */
|
|
970
1093
|
/* Gap */
|
|
@@ -1276,147 +1399,125 @@
|
|
|
1276
1399
|
/* 511 */
|
|
1277
1400
|
/* 1023 */
|
|
1278
1401
|
/* Zindex */
|
|
1279
|
-
.
|
|
1280
|
-
|
|
1281
|
-
}
|
|
1282
|
-
.Lazy-module_visible__3-SdX {
|
|
1283
|
-
color: red;
|
|
1284
|
-
}
|
|
1402
|
+
.MaterialNote-module_root__1AcYe {
|
|
1403
|
+
margin-bottom: 17px;
|
|
1285
1404
|
|
|
1286
|
-
/* Colors */
|
|
1287
|
-
/* Fonts */
|
|
1288
|
-
/* Gap */
|
|
1289
|
-
/* Media */
|
|
1290
|
-
/* 512 */
|
|
1291
|
-
/* 650 */
|
|
1292
|
-
/* 768 */
|
|
1293
|
-
/* 1024 */
|
|
1294
|
-
/* 1010 */
|
|
1295
|
-
/* 1200 */
|
|
1296
|
-
/* 511 */
|
|
1297
|
-
/* 1023 */
|
|
1298
|
-
/* Zindex */
|
|
1299
|
-
.MediaCaption-module_root__KqTdw {
|
|
1300
1405
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1406
|
+
font-size: 16px;
|
|
1407
|
+
line-height: 22px;
|
|
1301
1408
|
}
|
|
1302
|
-
.
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
color: inherit;
|
|
1306
|
-
box-shadow: none;
|
|
1409
|
+
.MaterialNote-module_root__1AcYe:empty {
|
|
1410
|
+
margin-bottom: 0;
|
|
1307
1411
|
}
|
|
1308
|
-
.
|
|
1309
|
-
|
|
1412
|
+
.MaterialNote-module_root__1AcYe:empty::before {
|
|
1413
|
+
margin-bottom: 9px;
|
|
1310
1414
|
}
|
|
1311
|
-
.
|
|
1312
|
-
|
|
1313
|
-
padding-top: 4px;
|
|
1415
|
+
.MaterialNote-module_root__1AcYe::before {
|
|
1416
|
+
display: block;
|
|
1314
1417
|
|
|
1315
|
-
|
|
1418
|
+
width: 120px;
|
|
1419
|
+
height: 1px;
|
|
1420
|
+
margin-bottom: 15px;
|
|
1316
1421
|
|
|
1317
|
-
|
|
1318
|
-
|
|
1422
|
+
content: '';
|
|
1423
|
+
|
|
1424
|
+
background: #000;
|
|
1319
1425
|
}
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
line-height: 22px
|
|
1426
|
+
.MaterialNote-module_root__1AcYe p {
|
|
1427
|
+
margin-top: 8px;
|
|
1428
|
+
margin-bottom: 0;
|
|
1324
1429
|
}
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
max-width: 520px;
|
|
1328
|
-
padding-top: 1px;
|
|
1430
|
+
.MaterialNote-module_root__1AcYe a {
|
|
1431
|
+
text-decoration: none;
|
|
1329
1432
|
|
|
1433
|
+
color: inherit;
|
|
1434
|
+
box-shadow: inset 0 -1px;
|
|
1435
|
+
}
|
|
1436
|
+
.MaterialNote-module_root__1AcYe a:hover {
|
|
1437
|
+
color: #b88b59;
|
|
1438
|
+
}
|
|
1439
|
+
.MaterialNote-module_dark__xCry-::before {
|
|
1440
|
+
background-color: #4f4f4f;
|
|
1441
|
+
}
|
|
1442
|
+
.MaterialNote-module_note_credit__PuFyX {
|
|
1330
1443
|
color: #666;
|
|
1331
1444
|
|
|
1332
1445
|
font-size: 12px;
|
|
1333
|
-
line-height:
|
|
1446
|
+
line-height: 15px;
|
|
1334
1447
|
}
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
padding-top: 3px
|
|
1448
|
+
.MaterialNote-module_root__1AcYe .MaterialNote-module_note_credit__PuFyX {
|
|
1449
|
+
margin-top: 6px;
|
|
1338
1450
|
}
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
padding-top: 3px;
|
|
1451
|
+
.MaterialNote-module_note_credit__PuFyX:only-child {
|
|
1452
|
+
margin-top: 0;
|
|
1342
1453
|
}
|
|
1343
|
-
.
|
|
1344
|
-
|
|
1454
|
+
.MaterialNote-module_note_caption__1ezSo b {
|
|
1455
|
+
font-weight: bold;
|
|
1345
1456
|
}
|
|
1346
|
-
.
|
|
1347
|
-
|
|
1457
|
+
.MaterialNote-module_center__18RxI {
|
|
1458
|
+
max-width: 650px;
|
|
1459
|
+
margin-right: auto;
|
|
1460
|
+
margin-left: auto;
|
|
1348
1461
|
}
|
|
1349
|
-
.
|
|
1350
|
-
.
|
|
1351
|
-
|
|
1462
|
+
.MaterialNote-module_center__18RxI,
|
|
1463
|
+
.MaterialNote-module_default__1lQPl {
|
|
1464
|
+
margin-top: 25px
|
|
1352
1465
|
}
|
|
1353
1466
|
@media only screen and (min-device-width: 32em) {
|
|
1354
|
-
.
|
|
1355
|
-
.
|
|
1356
|
-
|
|
1467
|
+
.MaterialNote-module_center__18RxI,
|
|
1468
|
+
.MaterialNote-module_default__1lQPl {
|
|
1469
|
+
margin-top: 45px
|
|
1357
1470
|
}
|
|
1358
1471
|
}
|
|
1359
|
-
.
|
|
1360
|
-
.
|
|
1361
|
-
|
|
1472
|
+
.MaterialNote-module_card__OWXbQ:empty,
|
|
1473
|
+
.MaterialNote-module_slide__1ZBBq:empty,
|
|
1474
|
+
.MaterialNote-module_game__cADMe:empty {
|
|
1475
|
+
display: none;
|
|
1362
1476
|
}
|
|
1363
|
-
|
|
1364
|
-
.
|
|
1365
|
-
.
|
|
1366
|
-
|
|
1477
|
+
.MaterialNote-module_slide__1ZBBq::before,
|
|
1478
|
+
.MaterialNote-module_card__OWXbQ::before,
|
|
1479
|
+
.MaterialNote-module_game__cADMe::before {
|
|
1480
|
+
content: none;
|
|
1367
1481
|
}
|
|
1368
|
-
|
|
1369
|
-
.
|
|
1370
|
-
|
|
1371
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1372
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1373
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1374
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1375
|
-
max-width: 650px;
|
|
1482
|
+
.MaterialNote-module_gameSurvey__3SiG-,
|
|
1483
|
+
.MaterialNote-module_gameSurvey__3SiG-:empty {
|
|
1484
|
+
display: block;
|
|
1376
1485
|
}
|
|
1486
|
+
.MaterialNote-module_gameSurvey__3SiG-::before {
|
|
1487
|
+
margin-right: auto;
|
|
1488
|
+
margin-left: auto;
|
|
1377
1489
|
|
|
1378
|
-
|
|
1379
|
-
/* Colors */
|
|
1380
|
-
/* Fonts */
|
|
1381
|
-
/* Gap */
|
|
1382
|
-
/* Media */
|
|
1383
|
-
/* 512 */
|
|
1384
|
-
/* 650 */
|
|
1385
|
-
/* 768 */
|
|
1386
|
-
/* 1024 */
|
|
1387
|
-
/* 1010 */
|
|
1388
|
-
/* 1200 */
|
|
1389
|
-
/* 511 */
|
|
1390
|
-
/* 1023 */
|
|
1391
|
-
/* Zindex */
|
|
1392
|
-
.MaterialTitle-module_root__18ku- {
|
|
1393
|
-
display: block;
|
|
1490
|
+
content: '';
|
|
1394
1491
|
}
|
|
1395
|
-
.
|
|
1396
|
-
|
|
1492
|
+
.MaterialNote-module_slide__1ZBBq .MaterialNote-module_note_caption__1ezSo,
|
|
1493
|
+
.MaterialNote-module_card__OWXbQ .MaterialNote-module_note_caption__1ezSo,
|
|
1494
|
+
.MaterialNote-module_game__cADMe .MaterialNote-module_note_caption__1ezSo {
|
|
1495
|
+
margin-top: 0;
|
|
1496
|
+
}
|
|
1497
|
+
.MaterialNote-module_game__cADMe {
|
|
1498
|
+
margin-bottom: 0;
|
|
1397
1499
|
|
|
1398
|
-
|
|
1399
|
-
font-size: 25px;
|
|
1400
|
-
font-weight: normal;
|
|
1401
|
-
line-height: 27px
|
|
1500
|
+
text-align: center
|
|
1402
1501
|
}
|
|
1403
|
-
@media only screen and (min-device-width:
|
|
1404
|
-
.
|
|
1405
|
-
|
|
1406
|
-
line-height: 38px
|
|
1502
|
+
@media only screen and (min-device-width: 32em) {
|
|
1503
|
+
.MaterialNote-module_game__cADMe {
|
|
1504
|
+
margin-top: 25px
|
|
1407
1505
|
}
|
|
1408
1506
|
}
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1507
|
+
@media only screen and (max-device-width: 32.1875em) {
|
|
1508
|
+
.MaterialNote-module_game__cADMe.MaterialNote-module_dark__xCry- .MaterialNote-module_note_credit__PuFyX {
|
|
1509
|
+
color: #fff
|
|
1412
1510
|
}
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1511
|
+
}
|
|
1512
|
+
.MaterialNote-module_slide__1ZBBq,
|
|
1513
|
+
.MaterialNote-module_card__OWXbQ {
|
|
1514
|
+
margin-bottom: 9px;
|
|
1515
|
+
padding-top: 8px
|
|
1416
1516
|
}
|
|
1417
|
-
@media only screen and (min-device-width:
|
|
1418
|
-
.
|
|
1419
|
-
|
|
1517
|
+
@media only screen and (min-device-width: 32em) {
|
|
1518
|
+
.MaterialNote-module_slide__1ZBBq,
|
|
1519
|
+
.MaterialNote-module_card__OWXbQ {
|
|
1520
|
+
margin-bottom: 16px
|
|
1420
1521
|
}
|
|
1421
1522
|
}
|
|
1422
1523
|
|
|
@@ -1433,80 +1534,36 @@
|
|
|
1433
1534
|
/* 511 */
|
|
1434
1535
|
/* 1023 */
|
|
1435
1536
|
/* Zindex */
|
|
1436
|
-
.
|
|
1437
|
-
|
|
1438
|
-
z-index: 100;
|
|
1439
|
-
|
|
1440
|
-
display: inline-block;
|
|
1441
|
-
|
|
1442
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1443
|
-
}
|
|
1444
|
-
.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
|
|
1445
|
-
.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
|
|
1446
|
-
visibility: visible;
|
|
1447
|
-
|
|
1448
|
-
opacity: 1;
|
|
1537
|
+
.MaterialTitle-module_root__18ku- {
|
|
1538
|
+
display: block;
|
|
1449
1539
|
}
|
|
1450
|
-
.
|
|
1451
|
-
overflow: hidden;
|
|
1452
|
-
|
|
1453
|
-
width: 162px;
|
|
1540
|
+
.MaterialTitle-module_root__18ku- {
|
|
1454
1541
|
margin: 0;
|
|
1455
|
-
padding: 3px 0;
|
|
1456
|
-
|
|
1457
|
-
border-radius: 5px;
|
|
1458
|
-
background: #fff;
|
|
1459
|
-
box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
|
|
1460
1542
|
|
|
1461
1543
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1462
|
-
font-size:
|
|
1463
|
-
|
|
1544
|
+
font-size: 25px;
|
|
1545
|
+
font-weight: normal;
|
|
1546
|
+
line-height: 27px
|
|
1464
1547
|
}
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
text-decoration: none;
|
|
1471
|
-
|
|
1472
|
-
color: #000;
|
|
1473
|
-
box-shadow: none;
|
|
1548
|
+
@media only screen and (min-device-width: 48em) {
|
|
1549
|
+
.MaterialTitle-module_root__18ku- {
|
|
1550
|
+
font-size: 37px;
|
|
1551
|
+
line-height: 38px
|
|
1474
1552
|
}
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1553
|
+
}
|
|
1554
|
+
.MaterialTitle-module_primary__2Sfmx {
|
|
1555
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1556
|
+
font-weight: normal;
|
|
1478
1557
|
}
|
|
1479
|
-
.
|
|
1480
|
-
|
|
1481
|
-
|
|
1558
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1559
|
+
font-size: 24px;
|
|
1560
|
+
font-weight: 700
|
|
1482
1561
|
}
|
|
1483
|
-
@media only screen and (min-device-width:
|
|
1484
|
-
.
|
|
1485
|
-
|
|
1486
|
-
left: 0
|
|
1562
|
+
@media only screen and (min-device-width: 48em) {
|
|
1563
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1564
|
+
font-size: 36px
|
|
1487
1565
|
}
|
|
1488
1566
|
}
|
|
1489
|
-
.Dropdown-module_menu__3PIqD {
|
|
1490
|
-
position: absolute;
|
|
1491
|
-
top: 100%;
|
|
1492
|
-
left: 0;
|
|
1493
|
-
|
|
1494
|
-
visibility: hidden;
|
|
1495
|
-
|
|
1496
|
-
padding-top: 6px;
|
|
1497
|
-
|
|
1498
|
-
opacity: 0;
|
|
1499
|
-
}
|
|
1500
|
-
.Dropdown-module_menu__3PIqD::after {
|
|
1501
|
-
position: absolute;
|
|
1502
|
-
z-index: -1;
|
|
1503
|
-
top: -10px;
|
|
1504
|
-
right: -10px;
|
|
1505
|
-
bottom: -10px;
|
|
1506
|
-
left: -10px;
|
|
1507
|
-
|
|
1508
|
-
content: '';
|
|
1509
|
-
}
|
|
1510
1567
|
|
|
1511
1568
|
/* Colors */
|
|
1512
1569
|
/* Fonts */
|
|
@@ -1579,127 +1636,223 @@
|
|
|
1579
1636
|
/* 511 */
|
|
1580
1637
|
/* 1023 */
|
|
1581
1638
|
/* Zindex */
|
|
1582
|
-
.
|
|
1583
|
-
|
|
1639
|
+
.Toolbar-module_root__2HF2r {
|
|
1640
|
+
overflow: hidden;
|
|
1641
|
+
|
|
1642
|
+
transform: translateZ(0);
|
|
1584
1643
|
|
|
1585
1644
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1586
|
-
font-size: 16px;
|
|
1587
|
-
line-height: 22px;
|
|
1588
1645
|
}
|
|
1589
|
-
.
|
|
1590
|
-
|
|
1646
|
+
.Toolbar-module_list__1n5ny {
|
|
1647
|
+
display: -webkit-box;
|
|
1648
|
+
display: -webkit-flex;
|
|
1649
|
+
display: -ms-flexbox;
|
|
1650
|
+
display: flex;
|
|
1651
|
+
flex-flow: row wrap;
|
|
1652
|
+
|
|
1653
|
+
margin: 0 0 0 -10px;
|
|
1654
|
+
padding: 0;
|
|
1655
|
+
|
|
1656
|
+
list-style: none
|
|
1591
1657
|
}
|
|
1592
|
-
|
|
1593
|
-
|
|
1658
|
+
@media only screen and (min-device-width: 64em) {
|
|
1659
|
+
.Toolbar-module_list__1n5ny {
|
|
1660
|
+
margin: 0 0 0 -15px
|
|
1594
1661
|
}
|
|
1595
|
-
|
|
1596
|
-
|
|
1662
|
+
}
|
|
1663
|
+
.Toolbar-module_item__36x7d {
|
|
1664
|
+
position: relative;
|
|
1597
1665
|
|
|
1598
|
-
width:
|
|
1599
|
-
height:
|
|
1600
|
-
|
|
1666
|
+
min-width: 42px;
|
|
1667
|
+
height: 32px;
|
|
1668
|
+
padding-right: 10px;
|
|
1669
|
+
padding-left: 10px;
|
|
1601
1670
|
|
|
1602
|
-
|
|
1671
|
+
cursor: pointer;
|
|
1672
|
+
transition: color 250ms ease;
|
|
1673
|
+
text-align: center;
|
|
1603
1674
|
|
|
1604
|
-
|
|
1605
|
-
}
|
|
1606
|
-
.MaterialNote-module_root__1AcYe p {
|
|
1607
|
-
margin-top: 8px;
|
|
1608
|
-
margin-bottom: 0;
|
|
1609
|
-
}
|
|
1610
|
-
.MaterialNote-module_root__1AcYe a {
|
|
1611
|
-
text-decoration: none;
|
|
1675
|
+
color: #808080;
|
|
1612
1676
|
|
|
1613
|
-
|
|
1614
|
-
box-shadow: inset 0 -1px;
|
|
1677
|
+
line-height: 1
|
|
1615
1678
|
}
|
|
1616
|
-
|
|
1617
|
-
|
|
1679
|
+
@media only screen and (min-device-width: 64em) {
|
|
1680
|
+
.Toolbar-module_item__36x7d {
|
|
1681
|
+
padding-right: 15px;
|
|
1682
|
+
padding-left: 15px
|
|
1618
1683
|
}
|
|
1619
|
-
|
|
1620
|
-
|
|
1684
|
+
}
|
|
1685
|
+
.Toolbar-module_item__36x7d:last-child {
|
|
1686
|
+
margin-right: 0;
|
|
1621
1687
|
}
|
|
1622
|
-
.
|
|
1623
|
-
|
|
1688
|
+
.Toolbar-module_item__36x7d::before {
|
|
1689
|
+
position: absolute;
|
|
1690
|
+
top: 7px;
|
|
1691
|
+
left: 0;
|
|
1624
1692
|
|
|
1625
|
-
|
|
1626
|
-
|
|
1693
|
+
height: 18px;
|
|
1694
|
+
|
|
1695
|
+
content: '';
|
|
1696
|
+
vertical-align: middle;
|
|
1697
|
+
|
|
1698
|
+
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
1627
1699
|
}
|
|
1628
|
-
.
|
|
1629
|
-
|
|
1700
|
+
.Toolbar-module_item__36x7d:empty {
|
|
1701
|
+
display: none;
|
|
1630
1702
|
}
|
|
1631
|
-
.
|
|
1632
|
-
|
|
1703
|
+
.Toolbar-module_isInTopbar__223iP {
|
|
1704
|
+
height: 100%;
|
|
1633
1705
|
}
|
|
1634
|
-
.
|
|
1635
|
-
|
|
1706
|
+
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
1707
|
+
height: 100%;
|
|
1636
1708
|
}
|
|
1637
|
-
.
|
|
1709
|
+
.Toolbar-module_center__3_H8M {
|
|
1710
|
+
width: 100%;
|
|
1638
1711
|
max-width: 650px;
|
|
1639
1712
|
margin-right: auto;
|
|
1640
1713
|
margin-left: auto;
|
|
1641
1714
|
}
|
|
1642
|
-
.
|
|
1643
|
-
|
|
1644
|
-
margin-top: 25px
|
|
1715
|
+
.Toolbar-module_game__5-jY_ {
|
|
1716
|
+
margin-top: 11px
|
|
1645
1717
|
}
|
|
1646
1718
|
@media only screen and (min-device-width: 32em) {
|
|
1647
|
-
.
|
|
1648
|
-
|
|
1649
|
-
margin-top: 45px
|
|
1719
|
+
.Toolbar-module_game__5-jY_ {
|
|
1720
|
+
margin-top: 18px
|
|
1650
1721
|
}
|
|
1651
1722
|
}
|
|
1652
|
-
.
|
|
1653
|
-
.
|
|
1654
|
-
|
|
1655
|
-
display: none;
|
|
1723
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1724
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1725
|
+
justify-content: center
|
|
1656
1726
|
}
|
|
1657
|
-
|
|
1658
|
-
.
|
|
1659
|
-
.
|
|
1727
|
+
@media only screen and (min-device-width: 32em) {
|
|
1728
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1729
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1730
|
+
display: -webkit-box;
|
|
1731
|
+
display: -webkit-flex;
|
|
1732
|
+
display: -ms-flexbox;
|
|
1733
|
+
display: flex
|
|
1734
|
+
}
|
|
1735
|
+
}
|
|
1736
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1737
|
+
width: 260px
|
|
1738
|
+
}
|
|
1739
|
+
@media only screen and (min-device-width: 32em) {
|
|
1740
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1741
|
+
width: auto
|
|
1742
|
+
}
|
|
1743
|
+
}
|
|
1744
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1745
|
+
content: none
|
|
1746
|
+
}
|
|
1747
|
+
@media only screen and (min-device-width: 32em) {
|
|
1748
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1749
|
+
content: ''
|
|
1750
|
+
}
|
|
1751
|
+
}
|
|
1752
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
1753
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
1660
1754
|
content: none;
|
|
1661
1755
|
}
|
|
1662
|
-
|
|
1663
|
-
.
|
|
1664
|
-
|
|
1756
|
+
@media only screen and (min-device-width: 64em) {
|
|
1757
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1758
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1759
|
+
margin-left: 0
|
|
1760
|
+
}
|
|
1761
|
+
}
|
|
1762
|
+
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
1763
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
1764
|
+
}
|
|
1765
|
+
[data-context="prodano"] .Toolbar-module_root__2HF2r {
|
|
1766
|
+
display: none;
|
|
1767
|
+
}
|
|
1768
|
+
|
|
1769
|
+
/* Colors */
|
|
1770
|
+
/* Fonts */
|
|
1771
|
+
/* Gap */
|
|
1772
|
+
/* Media */
|
|
1773
|
+
/* 512 */
|
|
1774
|
+
/* 650 */
|
|
1775
|
+
/* 768 */
|
|
1776
|
+
/* 1024 */
|
|
1777
|
+
/* 1010 */
|
|
1778
|
+
/* 1200 */
|
|
1779
|
+
/* 511 */
|
|
1780
|
+
/* 1023 */
|
|
1781
|
+
/* Zindex */
|
|
1782
|
+
.Dropdown-module_root__11PNk {
|
|
1783
|
+
position: relative;
|
|
1784
|
+
z-index: 100;
|
|
1785
|
+
|
|
1786
|
+
display: inline-block;
|
|
1787
|
+
|
|
1788
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1665
1789
|
}
|
|
1666
|
-
.
|
|
1667
|
-
|
|
1668
|
-
|
|
1790
|
+
.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
|
|
1791
|
+
.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
|
|
1792
|
+
visibility: visible;
|
|
1669
1793
|
|
|
1670
|
-
|
|
1794
|
+
opacity: 1;
|
|
1671
1795
|
}
|
|
1672
|
-
.
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1796
|
+
.Dropdown-module_root__11PNk ul {
|
|
1797
|
+
overflow: hidden;
|
|
1798
|
+
|
|
1799
|
+
width: 162px;
|
|
1800
|
+
margin: 0;
|
|
1801
|
+
padding: 3px 0;
|
|
1802
|
+
|
|
1803
|
+
border-radius: 5px;
|
|
1804
|
+
background: #fff;
|
|
1805
|
+
box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
|
|
1806
|
+
|
|
1807
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1808
|
+
font-size: 14px;
|
|
1809
|
+
line-height: 26px;
|
|
1676
1810
|
}
|
|
1677
|
-
.
|
|
1678
|
-
|
|
1811
|
+
.Dropdown-module_root__11PNk a {
|
|
1812
|
+
display: block;
|
|
1679
1813
|
|
|
1680
|
-
|
|
1814
|
+
padding: 2px 15px;
|
|
1815
|
+
|
|
1816
|
+
text-decoration: none;
|
|
1817
|
+
|
|
1818
|
+
color: #000;
|
|
1819
|
+
box-shadow: none;
|
|
1681
1820
|
}
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1821
|
+
.Dropdown-module_root__11PNk a:hover {
|
|
1822
|
+
color: #000;
|
|
1823
|
+
background-color: #f7f7f7;
|
|
1685
1824
|
}
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1825
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1826
|
+
right: 0;
|
|
1827
|
+
left: auto
|
|
1828
|
+
}
|
|
1829
|
+
@media only screen and (min-device-width: 64em) {
|
|
1830
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1831
|
+
right: auto;
|
|
1832
|
+
left: 0
|
|
1690
1833
|
}
|
|
1691
1834
|
}
|
|
1692
|
-
.
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1835
|
+
.Dropdown-module_menu__3PIqD {
|
|
1836
|
+
position: absolute;
|
|
1837
|
+
top: 100%;
|
|
1838
|
+
left: 0;
|
|
1839
|
+
|
|
1840
|
+
visibility: hidden;
|
|
1841
|
+
|
|
1842
|
+
padding-top: 6px;
|
|
1843
|
+
|
|
1844
|
+
opacity: 0;
|
|
1696
1845
|
}
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1846
|
+
.Dropdown-module_menu__3PIqD::after {
|
|
1847
|
+
position: absolute;
|
|
1848
|
+
z-index: -1;
|
|
1849
|
+
top: -10px;
|
|
1850
|
+
right: -10px;
|
|
1851
|
+
bottom: -10px;
|
|
1852
|
+
left: -10px;
|
|
1853
|
+
|
|
1854
|
+
content: '';
|
|
1701
1855
|
}
|
|
1702
|
-
}
|
|
1703
1856
|
|
|
1704
1857
|
/* Colors */
|
|
1705
1858
|
/* Fonts */
|
|
@@ -1835,224 +1988,99 @@
|
|
|
1835
1988
|
line-height: inherit;
|
|
1836
1989
|
}
|
|
1837
1990
|
.Popover-module_body__3h5UO p {
|
|
1838
|
-
margin: 0;
|
|
1839
|
-
}
|
|
1840
|
-
.Popover-module_body__3h5UO p + p {
|
|
1841
|
-
margin-top: 6px;
|
|
1842
|
-
}
|
|
1843
|
-
.Popover-module_body__3h5UO a {
|
|
1844
|
-
color: inherit;
|
|
1845
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
1846
|
-
}
|
|
1847
|
-
.Popover-module_body__3h5UO a:hover {
|
|
1848
|
-
color: #b88b59;
|
|
1849
|
-
}
|
|
1850
|
-
@-webkit-keyframes Popover-module_appear__37vPd {
|
|
1851
|
-
0% {
|
|
1852
|
-
transform: translateY(100%);
|
|
1853
|
-
}
|
|
1854
|
-
100% {
|
|
1855
|
-
transform: translateY(0);
|
|
1856
|
-
}
|
|
1857
|
-
}
|
|
1858
|
-
@keyframes Popover-module_appear__37vPd {
|
|
1859
|
-
0% {
|
|
1860
|
-
transform: translateY(100%);
|
|
1861
|
-
}
|
|
1862
|
-
100% {
|
|
1863
|
-
transform: translateY(0);
|
|
1864
|
-
}
|
|
1865
|
-
}
|
|
1866
|
-
@-webkit-keyframes Popover-module_disappear__3Q9LI {
|
|
1867
|
-
0% {
|
|
1868
|
-
transform: translateY(0);
|
|
1869
|
-
}
|
|
1870
|
-
100% {
|
|
1871
|
-
transform: translateY(100%);
|
|
1872
|
-
}
|
|
1873
|
-
}
|
|
1874
|
-
@keyframes Popover-module_disappear__3Q9LI {
|
|
1875
|
-
0% {
|
|
1876
|
-
transform: translateY(0);
|
|
1877
|
-
}
|
|
1878
|
-
100% {
|
|
1879
|
-
transform: translateY(100%);
|
|
1880
|
-
}
|
|
1881
|
-
}
|
|
1882
|
-
@-webkit-keyframes Popover-module_fadeIn__AkrSN {
|
|
1883
|
-
0% {
|
|
1884
|
-
opacity: 0;
|
|
1885
|
-
}
|
|
1886
|
-
100% {
|
|
1887
|
-
opacity: 1;
|
|
1888
|
-
}
|
|
1889
|
-
}
|
|
1890
|
-
@keyframes Popover-module_fadeIn__AkrSN {
|
|
1891
|
-
0% {
|
|
1892
|
-
opacity: 0;
|
|
1893
|
-
}
|
|
1894
|
-
100% {
|
|
1895
|
-
opacity: 1;
|
|
1896
|
-
}
|
|
1897
|
-
}
|
|
1898
|
-
@-webkit-keyframes Popover-module_fadeOut__3EZhx {
|
|
1899
|
-
0% {
|
|
1900
|
-
opacity: 1;
|
|
1901
|
-
}
|
|
1902
|
-
100% {
|
|
1903
|
-
opacity: 0;
|
|
1904
|
-
}
|
|
1905
|
-
}
|
|
1906
|
-
@keyframes Popover-module_fadeOut__3EZhx {
|
|
1907
|
-
0% {
|
|
1908
|
-
opacity: 1;
|
|
1909
|
-
}
|
|
1910
|
-
100% {
|
|
1911
|
-
opacity: 0;
|
|
1912
|
-
}
|
|
1913
|
-
}
|
|
1914
|
-
|
|
1915
|
-
/* Colors */
|
|
1916
|
-
/* Fonts */
|
|
1917
|
-
/* Gap */
|
|
1918
|
-
/* Media */
|
|
1919
|
-
/* 512 */
|
|
1920
|
-
/* 650 */
|
|
1921
|
-
/* 768 */
|
|
1922
|
-
/* 1024 */
|
|
1923
|
-
/* 1010 */
|
|
1924
|
-
/* 1200 */
|
|
1925
|
-
/* 511 */
|
|
1926
|
-
/* 1023 */
|
|
1927
|
-
/* Zindex */
|
|
1928
|
-
.Toolbar-module_root__2HF2r {
|
|
1929
|
-
overflow: hidden;
|
|
1930
|
-
|
|
1931
|
-
transform: translateZ(0);
|
|
1932
|
-
|
|
1933
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1934
|
-
}
|
|
1935
|
-
.Toolbar-module_list__1n5ny {
|
|
1936
|
-
display: -webkit-box;
|
|
1937
|
-
display: -webkit-flex;
|
|
1938
|
-
display: -ms-flexbox;
|
|
1939
|
-
display: flex;
|
|
1940
|
-
flex-flow: row wrap;
|
|
1941
|
-
|
|
1942
|
-
margin: 0 0 0 -10px;
|
|
1943
|
-
padding: 0;
|
|
1944
|
-
|
|
1945
|
-
list-style: none
|
|
1946
|
-
}
|
|
1947
|
-
@media only screen and (min-device-width: 64em) {
|
|
1948
|
-
.Toolbar-module_list__1n5ny {
|
|
1949
|
-
margin: 0 0 0 -15px
|
|
1950
|
-
}
|
|
1951
|
-
}
|
|
1952
|
-
.Toolbar-module_item__36x7d {
|
|
1953
|
-
position: relative;
|
|
1954
|
-
|
|
1955
|
-
min-width: 42px;
|
|
1956
|
-
height: 32px;
|
|
1957
|
-
padding-right: 10px;
|
|
1958
|
-
padding-left: 10px;
|
|
1959
|
-
|
|
1960
|
-
cursor: pointer;
|
|
1961
|
-
transition: color 250ms ease;
|
|
1962
|
-
text-align: center;
|
|
1963
|
-
|
|
1964
|
-
color: #808080;
|
|
1965
|
-
|
|
1966
|
-
line-height: 1
|
|
1967
|
-
}
|
|
1968
|
-
@media only screen and (min-device-width: 64em) {
|
|
1969
|
-
.Toolbar-module_item__36x7d {
|
|
1970
|
-
padding-right: 15px;
|
|
1971
|
-
padding-left: 15px
|
|
1972
|
-
}
|
|
1973
|
-
}
|
|
1974
|
-
.Toolbar-module_item__36x7d:last-child {
|
|
1975
|
-
margin-right: 0;
|
|
1976
|
-
}
|
|
1977
|
-
.Toolbar-module_item__36x7d::before {
|
|
1978
|
-
position: absolute;
|
|
1979
|
-
top: 7px;
|
|
1980
|
-
left: 0;
|
|
1981
|
-
|
|
1982
|
-
height: 18px;
|
|
1983
|
-
|
|
1984
|
-
content: '';
|
|
1985
|
-
vertical-align: middle;
|
|
1986
|
-
|
|
1987
|
-
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
1988
|
-
}
|
|
1989
|
-
.Toolbar-module_item__36x7d:empty {
|
|
1990
|
-
display: none;
|
|
1991
|
-
}
|
|
1992
|
-
.Toolbar-module_isInTopbar__223iP {
|
|
1993
|
-
height: 100%;
|
|
1994
|
-
}
|
|
1995
|
-
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
1996
|
-
height: 100%;
|
|
1997
|
-
}
|
|
1998
|
-
.Toolbar-module_center__3_H8M {
|
|
1999
|
-
width: 100%;
|
|
2000
|
-
max-width: 650px;
|
|
2001
|
-
margin-right: auto;
|
|
2002
|
-
margin-left: auto;
|
|
1991
|
+
margin: 0;
|
|
2003
1992
|
}
|
|
2004
|
-
.
|
|
2005
|
-
margin-top:
|
|
1993
|
+
.Popover-module_body__3h5UO p + p {
|
|
1994
|
+
margin-top: 6px;
|
|
2006
1995
|
}
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
1996
|
+
.Popover-module_body__3h5UO a {
|
|
1997
|
+
color: inherit;
|
|
1998
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2010
1999
|
}
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2014
|
-
justify-content: center
|
|
2000
|
+
.Popover-module_body__3h5UO a:hover {
|
|
2001
|
+
color: #b88b59;
|
|
2015
2002
|
}
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2003
|
+
@-webkit-keyframes Popover-module_appear__37vPd {
|
|
2004
|
+
0% {
|
|
2005
|
+
transform: translateY(100%);
|
|
2006
|
+
}
|
|
2007
|
+
100% {
|
|
2008
|
+
transform: translateY(0);
|
|
2009
|
+
}
|
|
2023
2010
|
}
|
|
2011
|
+
@keyframes Popover-module_appear__37vPd {
|
|
2012
|
+
0% {
|
|
2013
|
+
transform: translateY(100%);
|
|
2014
|
+
}
|
|
2015
|
+
100% {
|
|
2016
|
+
transform: translateY(0);
|
|
2024
2017
|
}
|
|
2025
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
2026
|
-
width: 260px
|
|
2027
2018
|
}
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2019
|
+
@-webkit-keyframes Popover-module_disappear__3Q9LI {
|
|
2020
|
+
0% {
|
|
2021
|
+
transform: translateY(0);
|
|
2022
|
+
}
|
|
2023
|
+
100% {
|
|
2024
|
+
transform: translateY(100%);
|
|
2025
|
+
}
|
|
2031
2026
|
}
|
|
2027
|
+
@keyframes Popover-module_disappear__3Q9LI {
|
|
2028
|
+
0% {
|
|
2029
|
+
transform: translateY(0);
|
|
2030
|
+
}
|
|
2031
|
+
100% {
|
|
2032
|
+
transform: translateY(100%);
|
|
2032
2033
|
}
|
|
2033
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
2034
|
-
content: none
|
|
2035
2034
|
}
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2035
|
+
@-webkit-keyframes Popover-module_fadeIn__AkrSN {
|
|
2036
|
+
0% {
|
|
2037
|
+
opacity: 0;
|
|
2038
|
+
}
|
|
2039
|
+
100% {
|
|
2040
|
+
opacity: 1;
|
|
2041
|
+
}
|
|
2039
2042
|
}
|
|
2043
|
+
@keyframes Popover-module_fadeIn__AkrSN {
|
|
2044
|
+
0% {
|
|
2045
|
+
opacity: 0;
|
|
2046
|
+
}
|
|
2047
|
+
100% {
|
|
2048
|
+
opacity: 1;
|
|
2040
2049
|
}
|
|
2041
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
2042
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
2043
|
-
content: none;
|
|
2044
2050
|
}
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2051
|
+
@-webkit-keyframes Popover-module_fadeOut__3EZhx {
|
|
2052
|
+
0% {
|
|
2053
|
+
opacity: 1;
|
|
2054
|
+
}
|
|
2055
|
+
100% {
|
|
2056
|
+
opacity: 0;
|
|
2057
|
+
}
|
|
2049
2058
|
}
|
|
2059
|
+
@keyframes Popover-module_fadeOut__3EZhx {
|
|
2060
|
+
0% {
|
|
2061
|
+
opacity: 1;
|
|
2062
|
+
}
|
|
2063
|
+
100% {
|
|
2064
|
+
opacity: 0;
|
|
2050
2065
|
}
|
|
2051
|
-
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
2052
|
-
border-left-color: rgba(255, 255, 255, 0.2);
|
|
2053
2066
|
}
|
|
2054
|
-
|
|
2055
|
-
|
|
2067
|
+
|
|
2068
|
+
/* Colors */
|
|
2069
|
+
/* Fonts */
|
|
2070
|
+
/* Gap */
|
|
2071
|
+
/* Media */
|
|
2072
|
+
/* 512 */
|
|
2073
|
+
/* 650 */
|
|
2074
|
+
/* 768 */
|
|
2075
|
+
/* 1024 */
|
|
2076
|
+
/* 1010 */
|
|
2077
|
+
/* 1200 */
|
|
2078
|
+
/* 511 */
|
|
2079
|
+
/* 1023 */
|
|
2080
|
+
/* Zindex */
|
|
2081
|
+
.Timestamp-module_root__coOvT {
|
|
2082
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2083
|
+
font-weight: normal;
|
|
2056
2084
|
}
|
|
2057
2085
|
|
|
2058
2086
|
/* Colors */
|
|
@@ -2073,7 +2101,7 @@
|
|
|
2073
2101
|
|
|
2074
2102
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2075
2103
|
font-size: 12px;
|
|
2076
|
-
line-height:
|
|
2104
|
+
line-height: 15px;
|
|
2077
2105
|
|
|
2078
2106
|
fill: inherit;
|
|
2079
2107
|
}
|
|
@@ -2087,7 +2115,7 @@
|
|
|
2087
2115
|
.Meta-module_isInMaterial__zaYMy {
|
|
2088
2116
|
width: 100%;
|
|
2089
2117
|
|
|
2090
|
-
color:
|
|
2118
|
+
color: rgba(0, 0, 0, 0.4);
|
|
2091
2119
|
}
|
|
2092
2120
|
.Meta-module_podcast__1m4zo {
|
|
2093
2121
|
fill: currentColor;
|
|
@@ -2096,6 +2124,7 @@
|
|
|
2096
2124
|
color: rgba(255, 255, 255, 0.7);
|
|
2097
2125
|
}
|
|
2098
2126
|
@media only screen and (min-device-width: 64em) {
|
|
2127
|
+
.Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF,
|
|
2099
2128
|
.Meta-module_center__3BBPr.Meta-module_half__1xRkT {
|
|
2100
2129
|
text-align: left
|
|
2101
2130
|
}
|
|
@@ -2171,86 +2200,6 @@
|
|
|
2171
2200
|
}
|
|
2172
2201
|
}
|
|
2173
2202
|
|
|
2174
|
-
/* Colors */
|
|
2175
|
-
/* Fonts */
|
|
2176
|
-
/* Gap */
|
|
2177
|
-
/* Media */
|
|
2178
|
-
/* 512 */
|
|
2179
|
-
/* 650 */
|
|
2180
|
-
/* 768 */
|
|
2181
|
-
/* 1024 */
|
|
2182
|
-
/* 1010 */
|
|
2183
|
-
/* 1200 */
|
|
2184
|
-
/* 511 */
|
|
2185
|
-
/* 1023 */
|
|
2186
|
-
/* Zindex */
|
|
2187
|
-
.CardTitle-module_root__1uqqF {
|
|
2188
|
-
margin-bottom: 11px
|
|
2189
|
-
}
|
|
2190
|
-
@media only screen and (min-device-width: 64em) {
|
|
2191
|
-
.CardTitle-module_root__1uqqF {
|
|
2192
|
-
margin-bottom: 10px;
|
|
2193
|
-
|
|
2194
|
-
text-align: center
|
|
2195
|
-
}
|
|
2196
|
-
}
|
|
2197
|
-
.CardTitle-module_index__4FsTf {
|
|
2198
|
-
margin-bottom: 7px;
|
|
2199
|
-
|
|
2200
|
-
color: #b88b59;
|
|
2201
|
-
|
|
2202
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2203
|
-
font-size: 20px;
|
|
2204
|
-
font-weight: 700;
|
|
2205
|
-
line-height: 24px;
|
|
2206
|
-
}
|
|
2207
|
-
.CardTitle-module_title__2iTI6 {
|
|
2208
|
-
color: #1d1d1d;
|
|
2209
|
-
|
|
2210
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2211
|
-
font-size: 20px;
|
|
2212
|
-
font-weight: 700;
|
|
2213
|
-
line-height: 24px
|
|
2214
|
-
}
|
|
2215
|
-
@media only screen and (min-device-width: 64em) {
|
|
2216
|
-
.CardTitle-module_title__2iTI6 {
|
|
2217
|
-
font-size: 28px;
|
|
2218
|
-
line-height: 34px
|
|
2219
|
-
}
|
|
2220
|
-
}
|
|
2221
|
-
/* VISIBILITY */
|
|
2222
|
-
@media only screen and (min-device-width: 32em) {
|
|
2223
|
-
.CardTitle-module_mobile__1_kij {
|
|
2224
|
-
display: none
|
|
2225
|
-
}
|
|
2226
|
-
}
|
|
2227
|
-
.CardTitle-module_desktop__1l3_n {
|
|
2228
|
-
display: none
|
|
2229
|
-
}
|
|
2230
|
-
@media only screen and (min-device-width: 32em) {
|
|
2231
|
-
.CardTitle-module_desktop__1l3_n {
|
|
2232
|
-
display: block
|
|
2233
|
-
}
|
|
2234
|
-
}
|
|
2235
|
-
|
|
2236
|
-
/* Colors */
|
|
2237
|
-
/* Fonts */
|
|
2238
|
-
/* Gap */
|
|
2239
|
-
/* Media */
|
|
2240
|
-
/* 512 */
|
|
2241
|
-
/* 650 */
|
|
2242
|
-
/* 768 */
|
|
2243
|
-
/* 1024 */
|
|
2244
|
-
/* 1010 */
|
|
2245
|
-
/* 1200 */
|
|
2246
|
-
/* 511 */
|
|
2247
|
-
/* 1023 */
|
|
2248
|
-
/* Zindex */
|
|
2249
|
-
.Timestamp-module_root__coOvT {
|
|
2250
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2251
|
-
font-weight: normal;
|
|
2252
|
-
}
|
|
2253
|
-
|
|
2254
2203
|
/* Colors */
|
|
2255
2204
|
/* Fonts */
|
|
2256
2205
|
/* Gap */
|
|
@@ -2350,72 +2299,55 @@
|
|
|
2350
2299
|
/* 511 */
|
|
2351
2300
|
/* 1023 */
|
|
2352
2301
|
/* Zindex */
|
|
2353
|
-
.
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
margin: 38px auto 7px
|
|
2302
|
+
.CardTitle-module_root__1uqqF {
|
|
2303
|
+
margin-bottom: 11px
|
|
2357
2304
|
}
|
|
2358
|
-
@media only screen and (min-device-width:
|
|
2359
|
-
.
|
|
2360
|
-
|
|
2361
|
-
|
|
2305
|
+
@media only screen and (min-device-width: 64em) {
|
|
2306
|
+
.CardTitle-module_root__1uqqF {
|
|
2307
|
+
margin-bottom: 10px;
|
|
2308
|
+
|
|
2309
|
+
text-align: center
|
|
2362
2310
|
}
|
|
2363
2311
|
}
|
|
2364
|
-
.
|
|
2365
|
-
margin-
|
|
2366
|
-
}
|
|
2367
|
-
.ChapterBlock-module_root__1WyVn:last-child {
|
|
2368
|
-
margin-bottom: 0;
|
|
2369
|
-
}
|
|
2370
|
-
.ChapterBlock-module_subtitle__3TXll {
|
|
2371
|
-
display: inline-block;
|
|
2312
|
+
.CardTitle-module_index__4FsTf {
|
|
2313
|
+
margin-bottom: 7px;
|
|
2372
2314
|
|
|
2373
|
-
|
|
2374
|
-
letter-spacing: 1px;
|
|
2375
|
-
text-transform: uppercase;
|
|
2315
|
+
color: #b88b59;
|
|
2376
2316
|
|
|
2377
2317
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2378
|
-
font-size:
|
|
2379
|
-
font-weight:
|
|
2380
|
-
line-height:
|
|
2381
|
-
}
|
|
2382
|
-
@media only screen and (min-device-width: 32em) {
|
|
2383
|
-
.ChapterBlock-module_subtitle__3TXll {
|
|
2384
|
-
font-size: 13px;
|
|
2385
|
-
line-height: 16px
|
|
2318
|
+
font-size: 20px;
|
|
2319
|
+
font-weight: 700;
|
|
2320
|
+
line-height: 24px;
|
|
2386
2321
|
}
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
display: block;
|
|
2390
|
-
|
|
2391
|
-
width: 120px;
|
|
2392
|
-
padding: 0 0 7px;
|
|
2393
|
-
|
|
2394
|
-
content: '';
|
|
2322
|
+
.CardTitle-module_title__2iTI6 {
|
|
2323
|
+
color: #1d1d1d;
|
|
2395
2324
|
|
|
2396
|
-
|
|
2325
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2326
|
+
font-size: 20px;
|
|
2327
|
+
font-weight: 700;
|
|
2328
|
+
line-height: 24px
|
|
2397
2329
|
}
|
|
2398
|
-
@media only screen and (min-device-width:
|
|
2399
|
-
.
|
|
2400
|
-
|
|
2330
|
+
@media only screen and (min-device-width: 64em) {
|
|
2331
|
+
.CardTitle-module_title__2iTI6 {
|
|
2332
|
+
font-size: 28px;
|
|
2333
|
+
line-height: 34px
|
|
2401
2334
|
}
|
|
2402
2335
|
}
|
|
2403
2336
|
/* VISIBILITY */
|
|
2404
2337
|
@media only screen and (min-device-width: 32em) {
|
|
2405
|
-
.
|
|
2338
|
+
.CardTitle-module_mobile__1_kij {
|
|
2406
2339
|
display: none
|
|
2407
2340
|
}
|
|
2408
2341
|
}
|
|
2409
|
-
.
|
|
2342
|
+
.CardTitle-module_desktop__1l3_n {
|
|
2410
2343
|
display: none
|
|
2411
2344
|
}
|
|
2412
2345
|
@media only screen and (min-device-width: 32em) {
|
|
2413
|
-
.
|
|
2346
|
+
.CardTitle-module_desktop__1l3_n {
|
|
2414
2347
|
display: block
|
|
2415
2348
|
}
|
|
2416
2349
|
}
|
|
2417
2350
|
|
|
2418
|
-
|
|
2419
2351
|
/* Colors */
|
|
2420
2352
|
/* Fonts */
|
|
2421
2353
|
/* Gap */
|
|
@@ -2534,6 +2466,85 @@
|
|
|
2534
2466
|
}
|
|
2535
2467
|
}
|
|
2536
2468
|
|
|
2469
|
+
/* Colors */
|
|
2470
|
+
/* Fonts */
|
|
2471
|
+
/* Gap */
|
|
2472
|
+
/* Media */
|
|
2473
|
+
/* 512 */
|
|
2474
|
+
/* 650 */
|
|
2475
|
+
/* 768 */
|
|
2476
|
+
/* 1024 */
|
|
2477
|
+
/* 1010 */
|
|
2478
|
+
/* 1200 */
|
|
2479
|
+
/* 511 */
|
|
2480
|
+
/* 1023 */
|
|
2481
|
+
/* Zindex */
|
|
2482
|
+
.ChapterBlock-module_root__1WyVn {
|
|
2483
|
+
position: relative;
|
|
2484
|
+
|
|
2485
|
+
margin: 38px auto 7px
|
|
2486
|
+
}
|
|
2487
|
+
@media only screen and (min-device-width: 32em) {
|
|
2488
|
+
.ChapterBlock-module_root__1WyVn {
|
|
2489
|
+
max-width: 650px;
|
|
2490
|
+
margin-top: 70px
|
|
2491
|
+
}
|
|
2492
|
+
}
|
|
2493
|
+
.ChapterBlock-module_root__1WyVn:first-child {
|
|
2494
|
+
margin-top: 0;
|
|
2495
|
+
}
|
|
2496
|
+
.ChapterBlock-module_root__1WyVn:last-child {
|
|
2497
|
+
margin-bottom: 0;
|
|
2498
|
+
}
|
|
2499
|
+
.ChapterBlock-module_subtitle__3TXll {
|
|
2500
|
+
display: inline-block;
|
|
2501
|
+
|
|
2502
|
+
vertical-align: top;
|
|
2503
|
+
letter-spacing: 1px;
|
|
2504
|
+
text-transform: uppercase;
|
|
2505
|
+
|
|
2506
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2507
|
+
font-size: 12px;
|
|
2508
|
+
font-weight: 600;
|
|
2509
|
+
line-height: 12px
|
|
2510
|
+
}
|
|
2511
|
+
@media only screen and (min-device-width: 32em) {
|
|
2512
|
+
.ChapterBlock-module_subtitle__3TXll {
|
|
2513
|
+
font-size: 13px;
|
|
2514
|
+
line-height: 16px
|
|
2515
|
+
}
|
|
2516
|
+
}
|
|
2517
|
+
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2518
|
+
display: block;
|
|
2519
|
+
|
|
2520
|
+
width: 120px;
|
|
2521
|
+
padding: 0 0 7px;
|
|
2522
|
+
|
|
2523
|
+
content: '';
|
|
2524
|
+
|
|
2525
|
+
border-bottom: 1px solid #ccc
|
|
2526
|
+
}
|
|
2527
|
+
@media only screen and (min-device-width: 32em) {
|
|
2528
|
+
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2529
|
+
padding: 0 0 6px
|
|
2530
|
+
}
|
|
2531
|
+
}
|
|
2532
|
+
/* VISIBILITY */
|
|
2533
|
+
@media only screen and (min-device-width: 32em) {
|
|
2534
|
+
.ChapterBlock-module_mobile__CiO0w {
|
|
2535
|
+
display: none
|
|
2536
|
+
}
|
|
2537
|
+
}
|
|
2538
|
+
.ChapterBlock-module_desktop__tk1Nk {
|
|
2539
|
+
display: none
|
|
2540
|
+
}
|
|
2541
|
+
@media only screen and (min-device-width: 32em) {
|
|
2542
|
+
.ChapterBlock-module_desktop__tk1Nk {
|
|
2543
|
+
display: block
|
|
2544
|
+
}
|
|
2545
|
+
}
|
|
2546
|
+
|
|
2547
|
+
|
|
2537
2548
|
/* Colors */
|
|
2538
2549
|
/* Fonts */
|
|
2539
2550
|
/* Gap */
|
|
@@ -2660,80 +2671,242 @@
|
|
|
2660
2671
|
display: flex;
|
|
2661
2672
|
flex-flow: column nowrap
|
|
2662
2673
|
}
|
|
2663
|
-
@media only screen and (min-device-width: 64em) {
|
|
2664
|
-
.HalfBlock-module_main__2XX73 {
|
|
2665
|
-
align-items: center;
|
|
2666
|
-
flex-flow: row nowrap
|
|
2674
|
+
@media only screen and (min-device-width: 64em) {
|
|
2675
|
+
.HalfBlock-module_main__2XX73 {
|
|
2676
|
+
align-items: center;
|
|
2677
|
+
flex-flow: row nowrap
|
|
2678
|
+
}
|
|
2679
|
+
}
|
|
2680
|
+
.HalfBlock-module_body__3MnEN {
|
|
2681
|
+
order: -1;
|
|
2682
|
+
|
|
2683
|
+
max-width: 860px;
|
|
2684
|
+
margin: 0 auto
|
|
2685
|
+
}
|
|
2686
|
+
@media only screen and (min-device-width: 48em) {
|
|
2687
|
+
.HalfBlock-module_body__3MnEN {
|
|
2688
|
+
text-align: center
|
|
2689
|
+
}
|
|
2690
|
+
}
|
|
2691
|
+
@media only screen and (min-device-width: 64em) {
|
|
2692
|
+
.HalfBlock-module_body__3MnEN {
|
|
2693
|
+
align-items: flex-start;
|
|
2694
|
+
justify-content: center;
|
|
2695
|
+
order: 0;
|
|
2696
|
+
|
|
2697
|
+
width: 50%;
|
|
2698
|
+
max-width: none;
|
|
2699
|
+
height: 100%;
|
|
2700
|
+
margin-left: 25px;
|
|
2701
|
+
|
|
2702
|
+
text-align: left
|
|
2703
|
+
}
|
|
2704
|
+
}
|
|
2705
|
+
.HalfBlock-module_footer__1C0yp {
|
|
2706
|
+
width: 100%;
|
|
2707
|
+
max-width: 650px;
|
|
2708
|
+
margin: 0 auto;
|
|
2709
|
+
padding-top: 3px
|
|
2710
|
+
}
|
|
2711
|
+
@media only screen and (min-device-width: 64em) {
|
|
2712
|
+
.HalfBlock-module_footer__1C0yp {
|
|
2713
|
+
max-width: 1000px;
|
|
2714
|
+
margin: auto;
|
|
2715
|
+
padding-top: 0;
|
|
2716
|
+
|
|
2717
|
+
border-top: 1px solid #e6e6e6
|
|
2718
|
+
}
|
|
2719
|
+
}
|
|
2720
|
+
.HalfBlock-module_image__2lYel {
|
|
2721
|
+
flex-grow: 1;
|
|
2722
|
+
|
|
2723
|
+
margin: 0 -20px 0;
|
|
2724
|
+
margin-top: 18px
|
|
2725
|
+
}
|
|
2726
|
+
@media only screen and (min-device-width: 32em) {
|
|
2727
|
+
.HalfBlock-module_image__2lYel {
|
|
2728
|
+
margin: 31px 0 -5px
|
|
2729
|
+
}
|
|
2730
|
+
}
|
|
2731
|
+
@media only screen and (min-device-width: 64em) {
|
|
2732
|
+
.HalfBlock-module_image__2lYel {
|
|
2733
|
+
width: 50%;
|
|
2734
|
+
margin: 0
|
|
2735
|
+
}
|
|
2736
|
+
}
|
|
2737
|
+
/* VISIBILITY */
|
|
2738
|
+
@media only screen and (min-device-width: 32em) {
|
|
2739
|
+
.HalfBlock-module_mobile__2latf {
|
|
2740
|
+
display: none
|
|
2741
|
+
}
|
|
2742
|
+
}
|
|
2743
|
+
.HalfBlock-module_desktop__3B1Ej {
|
|
2744
|
+
display: none
|
|
2745
|
+
}
|
|
2746
|
+
@media only screen and (min-device-width: 32em) {
|
|
2747
|
+
.HalfBlock-module_desktop__3B1Ej {
|
|
2748
|
+
display: block
|
|
2749
|
+
}
|
|
2750
|
+
}
|
|
2751
|
+
|
|
2752
|
+
/* Colors */
|
|
2753
|
+
/* Fonts */
|
|
2754
|
+
/* Gap */
|
|
2755
|
+
/* Media */
|
|
2756
|
+
/* 512 */
|
|
2757
|
+
/* 650 */
|
|
2758
|
+
/* 768 */
|
|
2759
|
+
/* 1024 */
|
|
2760
|
+
/* 1010 */
|
|
2761
|
+
/* 1200 */
|
|
2762
|
+
/* 511 */
|
|
2763
|
+
/* 1023 */
|
|
2764
|
+
/* Zindex */
|
|
2765
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2766
|
+
margin: 15px 0;
|
|
2767
|
+
padding: 0;
|
|
2768
|
+
|
|
2769
|
+
list-style: none;
|
|
2770
|
+
|
|
2771
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
2772
|
+
font-size: 18px;
|
|
2773
|
+
line-height: 24px
|
|
2774
|
+
}
|
|
2775
|
+
@media only screen and (min-device-width: 32em) {
|
|
2776
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2777
|
+
font-size: 20px;
|
|
2778
|
+
line-height: 28px
|
|
2779
|
+
}
|
|
2780
|
+
}
|
|
2781
|
+
@media only screen and (min-device-width: 48em) {
|
|
2782
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2783
|
+
margin: 20px 0
|
|
2784
|
+
}
|
|
2785
|
+
}
|
|
2786
|
+
.ListBlock-module_root__3Q3Ga:first-child {
|
|
2787
|
+
margin-top: 0;
|
|
2788
|
+
}
|
|
2789
|
+
.ListBlock-module_root__3Q3Ga:last-child {
|
|
2790
|
+
margin-bottom: 0;
|
|
2791
|
+
}
|
|
2792
|
+
.ListBlock-module_root__3Q3Ga a {
|
|
2793
|
+
color: inherit;
|
|
2794
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2795
|
+
}
|
|
2796
|
+
.ListBlock-module_root__3Q3Ga a:hover {
|
|
2797
|
+
color: #b88b59;
|
|
2798
|
+
}
|
|
2799
|
+
.ListBlock-module_root__3Q3Ga li {
|
|
2800
|
+
position: relative;
|
|
2801
|
+
|
|
2802
|
+
margin-bottom: 6px;
|
|
2803
|
+
}
|
|
2804
|
+
.ListBlock-module_root__3Q3Ga mark {
|
|
2805
|
+
position: relative;
|
|
2806
|
+
|
|
2807
|
+
white-space: pre-wrap;
|
|
2808
|
+
|
|
2809
|
+
background-color: #fff3bc;
|
|
2810
|
+
|
|
2811
|
+
font-weight: inherit;
|
|
2812
|
+
font-style: inherit
|
|
2813
|
+
}
|
|
2814
|
+
@media only screen and (min-device-width: 32em) {
|
|
2815
|
+
.ListBlock-module_root__3Q3Ga mark {
|
|
2816
|
+
padding-bottom: 1px
|
|
2817
|
+
}
|
|
2818
|
+
}
|
|
2819
|
+
.ListBlock-module_root__3Q3Ga a mark {
|
|
2820
|
+
color: inherit;
|
|
2821
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2822
|
+
}
|
|
2823
|
+
.ListBlock-module_ol__21CgV {
|
|
2824
|
+
counter-reset: list 0;
|
|
2825
|
+
}
|
|
2826
|
+
.ListBlock-module_ol__21CgV li {
|
|
2827
|
+
padding: 0 0 0 33px;
|
|
2828
|
+
}
|
|
2829
|
+
.ListBlock-module_ol__21CgV li::before {
|
|
2830
|
+
position: absolute;
|
|
2831
|
+
left: 0;
|
|
2832
|
+
|
|
2833
|
+
width: 23px;
|
|
2834
|
+
|
|
2835
|
+
content: counter(list) '. ';
|
|
2836
|
+
counter-increment: list;
|
|
2837
|
+
text-align: right;
|
|
2838
|
+
white-space: nowrap;
|
|
2839
|
+
}
|
|
2840
|
+
.ListBlock-module_ul__2MRrS li {
|
|
2841
|
+
padding: 0 0 0 23px
|
|
2842
|
+
}
|
|
2843
|
+
@media only screen and (min-device-width: 48em) {
|
|
2844
|
+
.ListBlock-module_ul__2MRrS li {
|
|
2845
|
+
padding: 0 0 0 38px
|
|
2667
2846
|
}
|
|
2668
2847
|
}
|
|
2669
|
-
.
|
|
2670
|
-
|
|
2848
|
+
.ListBlock-module_ul__2MRrS li:last-child {
|
|
2849
|
+
margin-bottom: 0;
|
|
2850
|
+
}
|
|
2851
|
+
.ListBlock-module_ul__2MRrS li::before {
|
|
2852
|
+
position: absolute;
|
|
2853
|
+
top: 0;
|
|
2854
|
+
left: 5px;
|
|
2671
2855
|
|
|
2672
|
-
|
|
2673
|
-
|
|
2856
|
+
width: 8px;
|
|
2857
|
+
|
|
2858
|
+
content: '\2022';
|
|
2859
|
+
text-align: center;
|
|
2860
|
+
|
|
2861
|
+
color: #b88b59;
|
|
2862
|
+
|
|
2863
|
+
font-size: 18px;
|
|
2864
|
+
line-height: inherit
|
|
2674
2865
|
}
|
|
2675
2866
|
@media only screen and (min-device-width: 48em) {
|
|
2676
|
-
.
|
|
2677
|
-
|
|
2678
|
-
}
|
|
2679
|
-
}
|
|
2680
|
-
@media only screen and (min-device-width: 64em) {
|
|
2681
|
-
.HalfBlock-module_body__3MnEN {
|
|
2682
|
-
align-items: flex-start;
|
|
2683
|
-
justify-content: center;
|
|
2684
|
-
order: 0;
|
|
2867
|
+
.ListBlock-module_ul__2MRrS li::before {
|
|
2868
|
+
left: 0;
|
|
2685
2869
|
|
|
2686
|
-
width:
|
|
2687
|
-
max-width: none;
|
|
2688
|
-
height: 100%;
|
|
2689
|
-
margin-left: 25px;
|
|
2870
|
+
width: 36px;
|
|
2690
2871
|
|
|
2691
|
-
text-align:
|
|
2872
|
+
text-align: center;
|
|
2873
|
+
|
|
2874
|
+
font-size: 20px
|
|
2692
2875
|
}
|
|
2693
2876
|
}
|
|
2694
|
-
.
|
|
2695
|
-
width: 100%;
|
|
2877
|
+
.ListBlock-module_center__tdIwd {
|
|
2696
2878
|
max-width: 650px;
|
|
2697
|
-
margin:
|
|
2698
|
-
|
|
2699
|
-
}
|
|
2700
|
-
@media only screen and (min-device-width: 64em) {
|
|
2701
|
-
.HalfBlock-module_footer__1C0yp {
|
|
2702
|
-
max-width: 1000px;
|
|
2703
|
-
margin: auto;
|
|
2704
|
-
padding-top: 0;
|
|
2705
|
-
|
|
2706
|
-
border-top: 1px solid #e6e6e6
|
|
2879
|
+
margin-right: auto;
|
|
2880
|
+
margin-left: auto;
|
|
2707
2881
|
}
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
margin: 0 -20px 0;
|
|
2713
|
-
margin-top: 18px
|
|
2882
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2883
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2884
|
+
font-size: 16px;
|
|
2885
|
+
line-height: 20px
|
|
2714
2886
|
}
|
|
2715
|
-
@media only screen and (min-device-width:
|
|
2716
|
-
.
|
|
2717
|
-
|
|
2887
|
+
@media only screen and (min-device-width: 48em) {
|
|
2888
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2889
|
+
font-size: 17px;
|
|
2890
|
+
line-height: 24px
|
|
2718
2891
|
}
|
|
2719
2892
|
}
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2893
|
+
.ListBlock-module_dark__3E3tV a {
|
|
2894
|
+
color: inherit;
|
|
2895
|
+
}
|
|
2896
|
+
.ListBlock-module_dark__3E3tV a:hover {
|
|
2897
|
+
color: #b88b59;
|
|
2724
2898
|
}
|
|
2725
|
-
}
|
|
2726
2899
|
/* VISIBILITY */
|
|
2727
2900
|
@media only screen and (min-device-width: 32em) {
|
|
2728
|
-
.
|
|
2901
|
+
.ListBlock-module_mobile__2-nuV {
|
|
2729
2902
|
display: none
|
|
2730
2903
|
}
|
|
2731
2904
|
}
|
|
2732
|
-
.
|
|
2905
|
+
.ListBlock-module_desktop__1EE0g {
|
|
2733
2906
|
display: none
|
|
2734
2907
|
}
|
|
2735
2908
|
@media only screen and (min-device-width: 32em) {
|
|
2736
|
-
.
|
|
2909
|
+
.ListBlock-module_desktop__1EE0g {
|
|
2737
2910
|
display: block
|
|
2738
2911
|
}
|
|
2739
2912
|
}
|
|
@@ -2881,151 +3054,104 @@
|
|
|
2881
3054
|
/* 511 */
|
|
2882
3055
|
/* 1023 */
|
|
2883
3056
|
/* Zindex */
|
|
2884
|
-
.
|
|
2885
|
-
margin:
|
|
2886
|
-
padding:
|
|
3057
|
+
.ImportantLead-module_root__2BdT3 {
|
|
3058
|
+
margin: 18px 0;
|
|
3059
|
+
padding: 12px 12px 13px;
|
|
2887
3060
|
|
|
2888
|
-
|
|
3061
|
+
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
3062
|
+
border-radius: 4px;
|
|
3063
|
+
border-radius: 8px;
|
|
3064
|
+
background: #FFF8C4;
|
|
2889
3065
|
|
|
2890
|
-
font-family: '
|
|
2891
|
-
font-size:
|
|
2892
|
-
|
|
3066
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3067
|
+
font-size: 16px;
|
|
3068
|
+
font-weight: normal;
|
|
3069
|
+
line-height: 20px
|
|
2893
3070
|
}
|
|
2894
3071
|
@media only screen and (min-device-width: 32em) {
|
|
2895
|
-
.
|
|
2896
|
-
|
|
2897
|
-
|
|
3072
|
+
.ImportantLead-module_root__2BdT3 {
|
|
3073
|
+
margin: 25px 0;
|
|
3074
|
+
padding: 12px 15px 13px;
|
|
3075
|
+
|
|
3076
|
+
font-size: 17px;
|
|
3077
|
+
line-height: 24px
|
|
2898
3078
|
}
|
|
2899
3079
|
}
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
margin: 20px 0
|
|
3080
|
+
.ImportantLead-module_root__2BdT3:last-child {
|
|
3081
|
+
margin-bottom: 0;
|
|
2903
3082
|
}
|
|
2904
|
-
|
|
2905
|
-
.ListBlock-module_root__3Q3Ga:first-child {
|
|
3083
|
+
.ImportantLead-module_root__2BdT3:first-child {
|
|
2906
3084
|
margin-top: 0;
|
|
2907
3085
|
}
|
|
2908
|
-
.
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
.ListBlock-module_root__3Q3Ga a {
|
|
2912
|
-
color: inherit;
|
|
2913
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
3086
|
+
.ImportantLead-module_root__2BdT3 a {
|
|
3087
|
+
color: #000;
|
|
3088
|
+
box-shadow: inset 0 -1px #000;
|
|
2914
3089
|
}
|
|
2915
|
-
.
|
|
3090
|
+
.ImportantLead-module_root__2BdT3 a:hover {
|
|
2916
3091
|
color: #b88b59;
|
|
3092
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2917
3093
|
}
|
|
2918
|
-
.
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
margin-
|
|
2922
|
-
}
|
|
2923
|
-
.ListBlock-module_root__3Q3Ga mark {
|
|
2924
|
-
position: relative;
|
|
2925
|
-
|
|
2926
|
-
white-space: pre-wrap;
|
|
2927
|
-
|
|
2928
|
-
background-color: #fff3bc;
|
|
2929
|
-
|
|
2930
|
-
font-weight: inherit;
|
|
2931
|
-
font-style: inherit
|
|
3094
|
+
.ImportantLead-module_slide__3kQ9x {
|
|
3095
|
+
max-width: 650px;
|
|
3096
|
+
margin-right: auto;
|
|
3097
|
+
margin-left: auto;
|
|
2932
3098
|
}
|
|
3099
|
+
/* VISIBILITY */
|
|
2933
3100
|
@media only screen and (min-device-width: 32em) {
|
|
2934
|
-
.
|
|
2935
|
-
|
|
3101
|
+
.ImportantLead-module_mobile__3BXbm {
|
|
3102
|
+
display: none
|
|
2936
3103
|
}
|
|
2937
3104
|
}
|
|
2938
|
-
.
|
|
2939
|
-
|
|
2940
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
2941
|
-
}
|
|
2942
|
-
.ListBlock-module_ol__21CgV {
|
|
2943
|
-
counter-reset: list 0;
|
|
2944
|
-
}
|
|
2945
|
-
.ListBlock-module_ol__21CgV li {
|
|
2946
|
-
padding: 0 0 0 33px;
|
|
2947
|
-
}
|
|
2948
|
-
.ListBlock-module_ol__21CgV li::before {
|
|
2949
|
-
position: absolute;
|
|
2950
|
-
left: 0;
|
|
2951
|
-
|
|
2952
|
-
width: 23px;
|
|
2953
|
-
|
|
2954
|
-
content: counter(list) '. ';
|
|
2955
|
-
counter-increment: list;
|
|
2956
|
-
text-align: right;
|
|
2957
|
-
white-space: nowrap;
|
|
2958
|
-
}
|
|
2959
|
-
.ListBlock-module_ul__2MRrS li {
|
|
2960
|
-
padding: 0 0 0 23px
|
|
3105
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
3106
|
+
display: none
|
|
2961
3107
|
}
|
|
2962
|
-
@media only screen and (min-device-width:
|
|
2963
|
-
.
|
|
2964
|
-
|
|
3108
|
+
@media only screen and (min-device-width: 32em) {
|
|
3109
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
3110
|
+
display: block
|
|
2965
3111
|
}
|
|
2966
3112
|
}
|
|
2967
|
-
.ListBlock-module_ul__2MRrS li:last-child {
|
|
2968
|
-
margin-bottom: 0;
|
|
2969
|
-
}
|
|
2970
|
-
.ListBlock-module_ul__2MRrS li::before {
|
|
2971
|
-
position: absolute;
|
|
2972
|
-
top: 0;
|
|
2973
|
-
left: 5px;
|
|
2974
|
-
|
|
2975
|
-
width: 8px;
|
|
2976
3113
|
|
|
2977
|
-
content: '\2022';
|
|
2978
|
-
text-align: center;
|
|
2979
3114
|
|
|
2980
|
-
|
|
3115
|
+
/* Colors */
|
|
3116
|
+
/* Fonts */
|
|
3117
|
+
/* Gap */
|
|
3118
|
+
/* Media */
|
|
3119
|
+
/* 512 */
|
|
3120
|
+
/* 650 */
|
|
3121
|
+
/* 768 */
|
|
3122
|
+
/* 1024 */
|
|
3123
|
+
/* 1010 */
|
|
3124
|
+
/* 1200 */
|
|
3125
|
+
/* 511 */
|
|
3126
|
+
/* 1023 */
|
|
3127
|
+
/* Zindex */
|
|
3128
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3129
|
+
margin: 0 0 18px;
|
|
2981
3130
|
|
|
2982
|
-
font-
|
|
2983
|
-
|
|
3131
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3132
|
+
font-size: 20px;
|
|
3133
|
+
font-weight: normal;
|
|
3134
|
+
line-height: 23px
|
|
2984
3135
|
}
|
|
2985
3136
|
@media only screen and (min-device-width: 48em) {
|
|
2986
|
-
.
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
width: 36px;
|
|
2990
|
-
|
|
2991
|
-
text-align: center;
|
|
3137
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3138
|
+
margin-bottom: 15px;
|
|
2992
3139
|
|
|
2993
|
-
font-size:
|
|
2994
|
-
|
|
2995
|
-
}
|
|
2996
|
-
.ListBlock-module_center__tdIwd {
|
|
2997
|
-
max-width: 650px;
|
|
2998
|
-
margin-right: auto;
|
|
2999
|
-
margin-left: auto;
|
|
3000
|
-
}
|
|
3001
|
-
.ListBlock-module_isInImportantLead__UP0ic {
|
|
3002
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3003
|
-
font-size: 16px;
|
|
3004
|
-
line-height: 20px
|
|
3005
|
-
}
|
|
3006
|
-
@media only screen and (min-device-width: 48em) {
|
|
3007
|
-
.ListBlock-module_isInImportantLead__UP0ic {
|
|
3008
|
-
font-size: 17px;
|
|
3009
|
-
line-height: 24px
|
|
3140
|
+
font-size: 36px;
|
|
3141
|
+
line-height: 40px
|
|
3010
3142
|
}
|
|
3011
3143
|
}
|
|
3012
|
-
.ListBlock-module_dark__3E3tV a {
|
|
3013
|
-
color: inherit;
|
|
3014
|
-
}
|
|
3015
|
-
.ListBlock-module_dark__3E3tV a:hover {
|
|
3016
|
-
color: #b88b59;
|
|
3017
|
-
}
|
|
3018
3144
|
/* VISIBILITY */
|
|
3019
3145
|
@media only screen and (min-device-width: 32em) {
|
|
3020
|
-
.
|
|
3146
|
+
.SimpleTitle-module_mobile__11gBz {
|
|
3021
3147
|
display: none
|
|
3022
3148
|
}
|
|
3023
3149
|
}
|
|
3024
|
-
.
|
|
3150
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3025
3151
|
display: none
|
|
3026
3152
|
}
|
|
3027
3153
|
@media only screen and (min-device-width: 32em) {
|
|
3028
|
-
.
|
|
3154
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3029
3155
|
display: block
|
|
3030
3156
|
}
|
|
3031
3157
|
}
|
|
@@ -3121,18 +3247,16 @@
|
|
|
3121
3247
|
}
|
|
3122
3248
|
@media only screen and (min-device-width: 64em) {
|
|
3123
3249
|
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3124
|
-
font-size:
|
|
3125
|
-
line-height:
|
|
3250
|
+
font-size: 1.3rem;
|
|
3251
|
+
line-height: 1.6rem
|
|
3126
3252
|
}
|
|
3127
3253
|
}
|
|
3128
3254
|
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3129
|
-
font-size: 20px
|
|
3130
|
-
line-height: 23px
|
|
3255
|
+
font-size: 20px
|
|
3131
3256
|
}
|
|
3132
3257
|
@media only screen and (min-device-width: 64em) {
|
|
3133
3258
|
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3134
|
-
font-size:
|
|
3135
|
-
line-height: 32px
|
|
3259
|
+
font-size: 1.35rem
|
|
3136
3260
|
}
|
|
3137
3261
|
}
|
|
3138
3262
|
@media only screen and (min-device-width: 32em) {
|
|
@@ -3149,77 +3273,6 @@
|
|
|
3149
3273
|
}
|
|
3150
3274
|
}
|
|
3151
3275
|
|
|
3152
|
-
/* Colors */
|
|
3153
|
-
/* Fonts */
|
|
3154
|
-
/* Gap */
|
|
3155
|
-
/* Media */
|
|
3156
|
-
/* 512 */
|
|
3157
|
-
/* 650 */
|
|
3158
|
-
/* 768 */
|
|
3159
|
-
/* 1024 */
|
|
3160
|
-
/* 1010 */
|
|
3161
|
-
/* 1200 */
|
|
3162
|
-
/* 511 */
|
|
3163
|
-
/* 1023 */
|
|
3164
|
-
/* Zindex */
|
|
3165
|
-
.ImportantLead-module_root__2BdT3 {
|
|
3166
|
-
margin: 18px 0;
|
|
3167
|
-
padding: 12px 12px 13px;
|
|
3168
|
-
|
|
3169
|
-
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
3170
|
-
border-radius: 4px;
|
|
3171
|
-
border-radius: 8px;
|
|
3172
|
-
background: #FFF8C4;
|
|
3173
|
-
|
|
3174
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3175
|
-
font-size: 16px;
|
|
3176
|
-
font-weight: normal;
|
|
3177
|
-
line-height: 20px
|
|
3178
|
-
}
|
|
3179
|
-
@media only screen and (min-device-width: 32em) {
|
|
3180
|
-
.ImportantLead-module_root__2BdT3 {
|
|
3181
|
-
margin: 25px 0;
|
|
3182
|
-
padding: 12px 15px 13px;
|
|
3183
|
-
|
|
3184
|
-
font-size: 17px;
|
|
3185
|
-
line-height: 24px
|
|
3186
|
-
}
|
|
3187
|
-
}
|
|
3188
|
-
.ImportantLead-module_root__2BdT3:last-child {
|
|
3189
|
-
margin-bottom: 0;
|
|
3190
|
-
}
|
|
3191
|
-
.ImportantLead-module_root__2BdT3:first-child {
|
|
3192
|
-
margin-top: 0;
|
|
3193
|
-
}
|
|
3194
|
-
.ImportantLead-module_root__2BdT3 a {
|
|
3195
|
-
color: #000;
|
|
3196
|
-
box-shadow: inset 0 -1px #000;
|
|
3197
|
-
}
|
|
3198
|
-
.ImportantLead-module_root__2BdT3 a:hover {
|
|
3199
|
-
color: #b88b59;
|
|
3200
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
3201
|
-
}
|
|
3202
|
-
.ImportantLead-module_slide__3kQ9x {
|
|
3203
|
-
max-width: 650px;
|
|
3204
|
-
margin-right: auto;
|
|
3205
|
-
margin-left: auto;
|
|
3206
|
-
}
|
|
3207
|
-
/* VISIBILITY */
|
|
3208
|
-
@media only screen and (min-device-width: 32em) {
|
|
3209
|
-
.ImportantLead-module_mobile__3BXbm {
|
|
3210
|
-
display: none
|
|
3211
|
-
}
|
|
3212
|
-
}
|
|
3213
|
-
.ImportantLead-module_desktop__3Zljc {
|
|
3214
|
-
display: none
|
|
3215
|
-
}
|
|
3216
|
-
@media only screen and (min-device-width: 32em) {
|
|
3217
|
-
.ImportantLead-module_desktop__3Zljc {
|
|
3218
|
-
display: block
|
|
3219
|
-
}
|
|
3220
|
-
}
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
3276
|
/* Colors */
|
|
3224
3277
|
/* Fonts */
|
|
3225
3278
|
/* Gap */
|
|
@@ -3542,260 +3595,101 @@ a mark {
|
|
|
3542
3595
|
.SimpleBlock-module_center__2rjif {
|
|
3543
3596
|
max-width: 650px;
|
|
3544
3597
|
margin-right: auto;
|
|
3545
|
-
margin-left: auto;
|
|
3546
|
-
}
|
|
3547
|
-
@media only screen and (min-device-width: 48em) {
|
|
3548
|
-
.SimpleBlock-module_center__2rjif.SimpleBlock-module_lead__35nXx {
|
|
3549
|
-
font-size: 20px;
|
|
3550
|
-
line-height: 28px
|
|
3551
|
-
}
|
|
3552
|
-
}
|
|
3553
|
-
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
|
|
3554
|
-
margin-bottom: 18px
|
|
3555
|
-
}
|
|
3556
|
-
@media only screen and (min-device-width: 48em) {
|
|
3557
|
-
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
|
|
3558
|
-
margin-top: 27px;
|
|
3559
|
-
margin-bottom: 20px;
|
|
3560
|
-
|
|
3561
|
-
font-size: 20px;
|
|
3562
|
-
line-height: 28px
|
|
3563
|
-
}
|
|
3564
|
-
}
|
|
3565
|
-
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
|
|
3566
|
-
margin-bottom: 15px
|
|
3567
|
-
}
|
|
3568
|
-
@media only screen and (min-device-width: 48em) {
|
|
3569
|
-
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
|
|
3570
|
-
margin-top: 20px;
|
|
3571
|
-
|
|
3572
|
-
font-size: 20px;
|
|
3573
|
-
line-height: 28px
|
|
3574
|
-
}
|
|
3575
|
-
}
|
|
3576
|
-
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx,
|
|
3577
|
-
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx {
|
|
3578
|
-
margin-top: 0;
|
|
3579
|
-
}
|
|
3580
|
-
.SimpleBlock-module_isInImportantLead__3VGzT {
|
|
3581
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3582
|
-
font-size: 16px;
|
|
3583
|
-
line-height: 22px
|
|
3584
|
-
}
|
|
3585
|
-
@media only screen and (min-device-width: 48em) {
|
|
3586
|
-
.SimpleBlock-module_isInImportantLead__3VGzT {
|
|
3587
|
-
font-size: 18px;
|
|
3588
|
-
line-height: 26px
|
|
3589
|
-
}
|
|
3590
|
-
}
|
|
3591
|
-
.SimpleBlock-module_slide__Aqgfu {
|
|
3592
|
-
max-width: 650px;
|
|
3593
|
-
margin-right: auto;
|
|
3594
|
-
margin-left: auto;
|
|
3595
|
-
}
|
|
3596
|
-
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
|
|
3597
|
-
margin-top: 6px;
|
|
3598
|
-
margin-bottom: 6px;
|
|
3599
|
-
|
|
3600
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3601
|
-
font-size: 16px;
|
|
3602
|
-
line-height: 22px
|
|
3603
|
-
}
|
|
3604
|
-
@media only screen and (min-device-width: 48em) {
|
|
3605
|
-
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
|
|
3606
|
-
margin-top: 12px;
|
|
3607
|
-
margin-bottom: 12px;
|
|
3608
|
-
|
|
3609
|
-
font-size: 18px;
|
|
3610
|
-
line-height: 26px
|
|
3611
|
-
}
|
|
3612
|
-
}
|
|
3613
|
-
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3614
|
-
margin-top: 12px;
|
|
3615
|
-
margin-bottom: 12px
|
|
3616
|
-
}
|
|
3617
|
-
@media only screen and (min-device-width: 48em) {
|
|
3618
|
-
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3619
|
-
margin-top: 10px;
|
|
3620
|
-
margin-bottom: 10px
|
|
3621
|
-
}
|
|
3622
|
-
}
|
|
3623
|
-
.SimpleBlock-module_isInAnswer__3aX6X:first-child {
|
|
3624
|
-
margin-top: 6px;
|
|
3625
|
-
}
|
|
3626
|
-
.SimpleBlock-module_isInAnswer__3aX6X:last-child {
|
|
3627
|
-
margin-bottom: 0;
|
|
3628
|
-
}
|
|
3629
|
-
/* VISIBILITY */
|
|
3630
|
-
@media only screen and (min-device-width: 32em) {
|
|
3631
|
-
.SimpleBlock-module_mobile__Ckgek {
|
|
3632
|
-
display: none
|
|
3633
|
-
}
|
|
3634
|
-
}
|
|
3635
|
-
.SimpleBlock-module_desktop__2se2o {
|
|
3636
|
-
display: none
|
|
3637
|
-
}
|
|
3638
|
-
@media only screen and (min-device-width: 32em) {
|
|
3639
|
-
.SimpleBlock-module_desktop__2se2o {
|
|
3640
|
-
display: block
|
|
3641
|
-
}
|
|
3642
|
-
}
|
|
3643
|
-
|
|
3644
|
-
/* Colors */
|
|
3645
|
-
/* Fonts */
|
|
3646
|
-
/* Gap */
|
|
3647
|
-
/* Media */
|
|
3648
|
-
/* 512 */
|
|
3649
|
-
/* 650 */
|
|
3650
|
-
/* 768 */
|
|
3651
|
-
/* 1024 */
|
|
3652
|
-
/* 1010 */
|
|
3653
|
-
/* 1200 */
|
|
3654
|
-
/* 511 */
|
|
3655
|
-
/* 1023 */
|
|
3656
|
-
/* Zindex */
|
|
3657
|
-
.SimpleTitle-module_root__2jVQN {
|
|
3658
|
-
margin: 0 0 18px;
|
|
3659
|
-
|
|
3660
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3661
|
-
font-size: 20px;
|
|
3662
|
-
font-weight: normal;
|
|
3663
|
-
line-height: 23px
|
|
3664
|
-
}
|
|
3665
|
-
@media only screen and (min-device-width: 48em) {
|
|
3666
|
-
.SimpleTitle-module_root__2jVQN {
|
|
3667
|
-
margin-bottom: 15px;
|
|
3668
|
-
|
|
3669
|
-
font-size: 36px;
|
|
3670
|
-
line-height: 40px
|
|
3671
|
-
}
|
|
3672
|
-
}
|
|
3673
|
-
/* VISIBILITY */
|
|
3674
|
-
@media only screen and (min-device-width: 32em) {
|
|
3675
|
-
.SimpleTitle-module_mobile__11gBz {
|
|
3676
|
-
display: none
|
|
3677
|
-
}
|
|
3678
|
-
}
|
|
3679
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
3680
|
-
display: none
|
|
3681
|
-
}
|
|
3682
|
-
@media only screen and (min-device-width: 32em) {
|
|
3683
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
3684
|
-
display: block
|
|
3685
|
-
}
|
|
3686
|
-
}
|
|
3687
|
-
|
|
3688
|
-
/* Colors */
|
|
3689
|
-
/* Fonts */
|
|
3690
|
-
/* Gap */
|
|
3691
|
-
/* Media */
|
|
3692
|
-
/* 512 */
|
|
3693
|
-
/* 650 */
|
|
3694
|
-
/* 768 */
|
|
3695
|
-
/* 1024 */
|
|
3696
|
-
/* 1010 */
|
|
3697
|
-
/* 1200 */
|
|
3698
|
-
/* 511 */
|
|
3699
|
-
/* 1023 */
|
|
3700
|
-
/* Zindex */
|
|
3701
|
-
.SourceBlock-module_root__1P3XD {
|
|
3702
|
-
display: block;
|
|
3703
|
-
|
|
3704
|
-
margin: 18px 0 15px;
|
|
3705
|
-
padding: 12px 11px 17px;
|
|
3706
|
-
|
|
3707
|
-
color: #000;
|
|
3708
|
-
border-radius: 2px 8px 8px 2px;
|
|
3709
|
-
background-color: #f5f5f5;
|
|
3710
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #b78b5c;
|
|
3711
|
-
|
|
3712
|
-
font-size: 16px;
|
|
3713
|
-
line-height: 20px
|
|
3598
|
+
margin-left: auto;
|
|
3714
3599
|
}
|
|
3715
3600
|
@media only screen and (min-device-width: 48em) {
|
|
3716
|
-
.
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
padding: 18px 16px 16px
|
|
3601
|
+
.SimpleBlock-module_center__2rjif.SimpleBlock-module_lead__35nXx {
|
|
3602
|
+
font-size: 20px;
|
|
3603
|
+
line-height: 28px
|
|
3720
3604
|
}
|
|
3721
3605
|
}
|
|
3722
|
-
.
|
|
3723
|
-
|
|
3724
|
-
background-color: #ededed;
|
|
3725
|
-
}
|
|
3726
|
-
.SourceBlock-module_root__1P3XD blockquote {
|
|
3727
|
-
margin: 0;
|
|
3606
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
|
|
3607
|
+
margin-bottom: 18px
|
|
3728
3608
|
}
|
|
3729
|
-
|
|
3730
|
-
|
|
3609
|
+
@media only screen and (min-device-width: 48em) {
|
|
3610
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
|
|
3611
|
+
margin-top: 27px;
|
|
3612
|
+
margin-bottom: 20px;
|
|
3731
3613
|
|
|
3732
|
-
|
|
3614
|
+
font-size: 20px;
|
|
3615
|
+
line-height: 28px
|
|
3733
3616
|
}
|
|
3734
|
-
|
|
3735
|
-
|
|
3617
|
+
}
|
|
3618
|
+
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
|
|
3619
|
+
margin-bottom: 15px
|
|
3736
3620
|
}
|
|
3737
|
-
|
|
3738
|
-
|
|
3621
|
+
@media only screen and (min-device-width: 48em) {
|
|
3622
|
+
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
|
|
3623
|
+
margin-top: 20px;
|
|
3739
3624
|
|
|
3625
|
+
font-size: 20px;
|
|
3626
|
+
line-height: 28px
|
|
3627
|
+
}
|
|
3628
|
+
}
|
|
3629
|
+
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx,
|
|
3630
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx {
|
|
3631
|
+
margin-top: 0;
|
|
3632
|
+
}
|
|
3633
|
+
.SimpleBlock-module_isInImportantLead__3VGzT {
|
|
3634
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3740
3635
|
font-size: 16px;
|
|
3741
3636
|
line-height: 22px
|
|
3742
3637
|
}
|
|
3743
3638
|
@media only screen and (min-device-width: 48em) {
|
|
3744
|
-
.
|
|
3639
|
+
.SimpleBlock-module_isInImportantLead__3VGzT {
|
|
3745
3640
|
font-size: 18px;
|
|
3746
3641
|
line-height: 26px
|
|
3747
3642
|
}
|
|
3748
3643
|
}
|
|
3749
|
-
.
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
margin-top: 12px;
|
|
3754
|
-
padding-top: 10px;
|
|
3755
|
-
|
|
3756
|
-
border-top: 1px solid #d6d6d6
|
|
3757
|
-
}
|
|
3758
|
-
@media only screen and (min-device-width: 48em) {
|
|
3759
|
-
.SourceBlock-module_root__1P3XD footer {
|
|
3760
|
-
margin-top: 18px;
|
|
3761
|
-
padding-top: 12px
|
|
3644
|
+
.SimpleBlock-module_slide__Aqgfu {
|
|
3645
|
+
max-width: 650px;
|
|
3646
|
+
margin-right: auto;
|
|
3647
|
+
margin-left: auto;
|
|
3762
3648
|
}
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
text-transform: uppercase;
|
|
3767
|
-
pointer-events: none;
|
|
3768
|
-
|
|
3769
|
-
color: #292929;
|
|
3649
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
|
|
3650
|
+
margin-top: 6px;
|
|
3651
|
+
margin-bottom: 6px;
|
|
3770
3652
|
|
|
3771
3653
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3772
3654
|
font-size: 16px;
|
|
3773
|
-
font-weight: bold;
|
|
3774
|
-
font-style: normal;
|
|
3775
3655
|
line-height: 22px
|
|
3776
3656
|
}
|
|
3777
3657
|
@media only screen and (min-device-width: 48em) {
|
|
3778
|
-
.
|
|
3658
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
|
|
3659
|
+
margin-top: 12px;
|
|
3660
|
+
margin-bottom: 12px;
|
|
3661
|
+
|
|
3779
3662
|
font-size: 18px;
|
|
3780
3663
|
line-height: 26px
|
|
3781
3664
|
}
|
|
3782
3665
|
}
|
|
3783
|
-
.
|
|
3784
|
-
|
|
3785
|
-
margin-
|
|
3786
|
-
|
|
3666
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3667
|
+
margin-top: 12px;
|
|
3668
|
+
margin-bottom: 12px
|
|
3669
|
+
}
|
|
3670
|
+
@media only screen and (min-device-width: 48em) {
|
|
3671
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3672
|
+
margin-top: 10px;
|
|
3673
|
+
margin-bottom: 10px
|
|
3674
|
+
}
|
|
3675
|
+
}
|
|
3676
|
+
.SimpleBlock-module_isInAnswer__3aX6X:first-child {
|
|
3677
|
+
margin-top: 6px;
|
|
3678
|
+
}
|
|
3679
|
+
.SimpleBlock-module_isInAnswer__3aX6X:last-child {
|
|
3680
|
+
margin-bottom: 0;
|
|
3787
3681
|
}
|
|
3788
3682
|
/* VISIBILITY */
|
|
3789
3683
|
@media only screen and (min-device-width: 32em) {
|
|
3790
|
-
.
|
|
3684
|
+
.SimpleBlock-module_mobile__Ckgek {
|
|
3791
3685
|
display: none
|
|
3792
3686
|
}
|
|
3793
3687
|
}
|
|
3794
|
-
.
|
|
3688
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3795
3689
|
display: none
|
|
3796
3690
|
}
|
|
3797
3691
|
@media only screen and (min-device-width: 32em) {
|
|
3798
|
-
.
|
|
3692
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3799
3693
|
display: block
|
|
3800
3694
|
}
|
|
3801
3695
|
}
|
|
@@ -4177,6 +4071,121 @@ a mark {
|
|
|
4177
4071
|
}
|
|
4178
4072
|
}
|
|
4179
4073
|
|
|
4074
|
+
/* Colors */
|
|
4075
|
+
/* Fonts */
|
|
4076
|
+
/* Gap */
|
|
4077
|
+
/* Media */
|
|
4078
|
+
/* 512 */
|
|
4079
|
+
/* 650 */
|
|
4080
|
+
/* 768 */
|
|
4081
|
+
/* 1024 */
|
|
4082
|
+
/* 1010 */
|
|
4083
|
+
/* 1200 */
|
|
4084
|
+
/* 511 */
|
|
4085
|
+
/* 1023 */
|
|
4086
|
+
/* Zindex */
|
|
4087
|
+
.SourceBlock-module_root__1P3XD {
|
|
4088
|
+
display: block;
|
|
4089
|
+
|
|
4090
|
+
margin: 18px 0 15px;
|
|
4091
|
+
padding: 12px 11px 17px;
|
|
4092
|
+
|
|
4093
|
+
color: #000;
|
|
4094
|
+
border-radius: 2px 8px 8px 2px;
|
|
4095
|
+
background-color: #f5f5f5;
|
|
4096
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #b78b5c;
|
|
4097
|
+
|
|
4098
|
+
font-size: 16px;
|
|
4099
|
+
line-height: 20px
|
|
4100
|
+
}
|
|
4101
|
+
@media only screen and (min-device-width: 48em) {
|
|
4102
|
+
.SourceBlock-module_root__1P3XD {
|
|
4103
|
+
margin-top: 25px;
|
|
4104
|
+
margin-bottom: 25px;
|
|
4105
|
+
padding: 18px 16px 16px
|
|
4106
|
+
}
|
|
4107
|
+
}
|
|
4108
|
+
.SourceBlock-module_root__1P3XD:hover,
|
|
4109
|
+
.SourceBlock-module_root__1P3XD:visited {
|
|
4110
|
+
background-color: #ededed;
|
|
4111
|
+
}
|
|
4112
|
+
.SourceBlock-module_root__1P3XD blockquote {
|
|
4113
|
+
margin: 0;
|
|
4114
|
+
}
|
|
4115
|
+
.SourceBlock-module_root__1P3XD a {
|
|
4116
|
+
text-decoration: none;
|
|
4117
|
+
|
|
4118
|
+
color: inherit;
|
|
4119
|
+
}
|
|
4120
|
+
.SourceBlock-module_text__Si4vm {
|
|
4121
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4122
|
+
}
|
|
4123
|
+
.SourceBlock-module_text__Si4vm p {
|
|
4124
|
+
margin: 0;
|
|
4125
|
+
|
|
4126
|
+
font-size: 16px;
|
|
4127
|
+
line-height: 22px
|
|
4128
|
+
}
|
|
4129
|
+
@media only screen and (min-device-width: 48em) {
|
|
4130
|
+
.SourceBlock-module_text__Si4vm p {
|
|
4131
|
+
font-size: 18px;
|
|
4132
|
+
line-height: 26px
|
|
4133
|
+
}
|
|
4134
|
+
}
|
|
4135
|
+
.SourceBlock-module_root__1P3XD p + p {
|
|
4136
|
+
margin-top: 12px;
|
|
4137
|
+
}
|
|
4138
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
4139
|
+
margin-top: 12px;
|
|
4140
|
+
padding-top: 10px;
|
|
4141
|
+
|
|
4142
|
+
border-top: 1px solid #d6d6d6
|
|
4143
|
+
}
|
|
4144
|
+
@media only screen and (min-device-width: 48em) {
|
|
4145
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
4146
|
+
margin-top: 18px;
|
|
4147
|
+
padding-top: 12px
|
|
4148
|
+
}
|
|
4149
|
+
}
|
|
4150
|
+
.SourceBlock-module_origin__l3JbO {
|
|
4151
|
+
letter-spacing: 1px;
|
|
4152
|
+
text-transform: uppercase;
|
|
4153
|
+
pointer-events: none;
|
|
4154
|
+
|
|
4155
|
+
color: #292929;
|
|
4156
|
+
|
|
4157
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4158
|
+
font-size: 16px;
|
|
4159
|
+
font-weight: bold;
|
|
4160
|
+
font-style: normal;
|
|
4161
|
+
line-height: 22px
|
|
4162
|
+
}
|
|
4163
|
+
@media only screen and (min-device-width: 48em) {
|
|
4164
|
+
.SourceBlock-module_origin__l3JbO {
|
|
4165
|
+
font-size: 18px;
|
|
4166
|
+
line-height: 26px
|
|
4167
|
+
}
|
|
4168
|
+
}
|
|
4169
|
+
.SourceBlock-module_center__3P93B {
|
|
4170
|
+
max-width: 650px;
|
|
4171
|
+
margin-right: auto;
|
|
4172
|
+
margin-left: auto;
|
|
4173
|
+
}
|
|
4174
|
+
/* VISIBILITY */
|
|
4175
|
+
@media only screen and (min-device-width: 32em) {
|
|
4176
|
+
.SourceBlock-module_mobile__2gw4S {
|
|
4177
|
+
display: none
|
|
4178
|
+
}
|
|
4179
|
+
}
|
|
4180
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
4181
|
+
display: none
|
|
4182
|
+
}
|
|
4183
|
+
@media only screen and (min-device-width: 32em) {
|
|
4184
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
4185
|
+
display: block
|
|
4186
|
+
}
|
|
4187
|
+
}
|
|
4188
|
+
|
|
4180
4189
|
/* stylelint-disable declaration-empty-line-before */
|
|
4181
4190
|
/* Colors */
|
|
4182
4191
|
/* Fonts */
|
|
@@ -4342,23 +4351,51 @@ a mark {
|
|
|
4342
4351
|
100% {
|
|
4343
4352
|
transform: scale(0.88);
|
|
4344
4353
|
|
|
4345
|
-
opacity: 0;
|
|
4346
|
-
}
|
|
4354
|
+
opacity: 0;
|
|
4355
|
+
}
|
|
4356
|
+
}
|
|
4357
|
+
@keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
4358
|
+
21% {
|
|
4359
|
+
transform: scale(0.22);
|
|
4360
|
+
}
|
|
4361
|
+
|
|
4362
|
+
53% {
|
|
4363
|
+
transform: scale(0.55);
|
|
4364
|
+
}
|
|
4365
|
+
|
|
4366
|
+
100% {
|
|
4367
|
+
transform: scale(0.88);
|
|
4368
|
+
|
|
4369
|
+
opacity: 0;
|
|
4370
|
+
}
|
|
4371
|
+
}
|
|
4372
|
+
|
|
4373
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
4374
|
+
/* Colors */
|
|
4375
|
+
/* Fonts */
|
|
4376
|
+
/* Gap */
|
|
4377
|
+
/* Media */
|
|
4378
|
+
/* 512 */
|
|
4379
|
+
/* 650 */
|
|
4380
|
+
/* 768 */
|
|
4381
|
+
/* 1024 */
|
|
4382
|
+
/* 1010 */
|
|
4383
|
+
/* 1200 */
|
|
4384
|
+
/* 511 */
|
|
4385
|
+
/* 1023 */
|
|
4386
|
+
/* Zindex */
|
|
4387
|
+
.DocumentItemsCount-module_root__P3q-z {
|
|
4388
|
+
display: inline;
|
|
4389
|
+
|
|
4390
|
+
line-height: inherit;
|
|
4347
4391
|
}
|
|
4348
|
-
|
|
4349
|
-
|
|
4350
|
-
|
|
4351
|
-
|
|
4352
|
-
|
|
4353
|
-
53% {
|
|
4354
|
-
transform: scale(0.55);
|
|
4355
|
-
}
|
|
4356
|
-
|
|
4357
|
-
100% {
|
|
4358
|
-
transform: scale(0.88);
|
|
4392
|
+
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4393
|
+
vertical-align: top;
|
|
4394
|
+
}
|
|
4395
|
+
.DocumentItemsCount-module_items__3pfxW {
|
|
4396
|
+
margin-left: 1px;
|
|
4359
4397
|
|
|
4360
|
-
|
|
4361
|
-
}
|
|
4398
|
+
vertical-align: top;
|
|
4362
4399
|
}
|
|
4363
4400
|
|
|
4364
4401
|
/* Colors */
|
|
@@ -4459,7 +4496,6 @@ a mark {
|
|
|
4459
4496
|
fill: currentColor;
|
|
4460
4497
|
}
|
|
4461
4498
|
|
|
4462
|
-
/* stylelint-disable declaration-empty-line-before */
|
|
4463
4499
|
/* Colors */
|
|
4464
4500
|
/* Fonts */
|
|
4465
4501
|
/* Gap */
|
|
@@ -4473,20 +4509,65 @@ a mark {
|
|
|
4473
4509
|
/* 511 */
|
|
4474
4510
|
/* 1023 */
|
|
4475
4511
|
/* Zindex */
|
|
4476
|
-
.
|
|
4477
|
-
|
|
4512
|
+
.Footnote-module_root__2a0-B {
|
|
4513
|
+
position: relative;
|
|
4514
|
+
|
|
4515
|
+
width: 320px;
|
|
4516
|
+
padding: 20px;
|
|
4517
|
+
|
|
4518
|
+
border-radius: 8px;
|
|
4519
|
+
background-color: #fff;
|
|
4520
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4521
|
+
}
|
|
4522
|
+
.Footnote-module_body__259Ly {
|
|
4523
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4524
|
+
font-size: 16px;
|
|
4525
|
+
line-height: 22px;
|
|
4526
|
+
}
|
|
4527
|
+
.Footnote-module_body__259Ly h3 {
|
|
4528
|
+
margin: 0 0 16px;
|
|
4478
4529
|
|
|
4530
|
+
font-size: inherit;
|
|
4531
|
+
font-weight: 700;
|
|
4479
4532
|
line-height: inherit;
|
|
4480
4533
|
}
|
|
4481
|
-
.
|
|
4482
|
-
|
|
4534
|
+
.Footnote-module_body__259Ly p {
|
|
4535
|
+
margin: 0;
|
|
4483
4536
|
}
|
|
4484
|
-
.
|
|
4485
|
-
margin-
|
|
4537
|
+
.Footnote-module_body__259Ly p + p {
|
|
4538
|
+
margin-top: 6px;
|
|
4539
|
+
}
|
|
4540
|
+
.Footnote-module_body__259Ly a {
|
|
4541
|
+
color: inherit;
|
|
4542
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
4543
|
+
}
|
|
4544
|
+
.Footnote-module_body__259Ly a:hover {
|
|
4545
|
+
color: #b88b59;
|
|
4546
|
+
}
|
|
4547
|
+
.Footnote-module_dismiss__1HKG5 {
|
|
4548
|
+
position: absolute;
|
|
4549
|
+
top: 0;
|
|
4550
|
+
right: 0;
|
|
4486
4551
|
|
|
4487
|
-
|
|
4552
|
+
margin: 0;
|
|
4553
|
+
padding: 6px 9px 10px;
|
|
4554
|
+
|
|
4555
|
+
cursor: pointer;
|
|
4556
|
+
|
|
4557
|
+
color: #b3b3b3;
|
|
4558
|
+
border-width: 0;
|
|
4559
|
+
outline: none;
|
|
4560
|
+
background-color: transparent;
|
|
4561
|
+
}
|
|
4562
|
+
.Footnote-module_dismiss__1HKG5:hover {
|
|
4563
|
+
color: #757575;
|
|
4564
|
+
}
|
|
4565
|
+
.Footnote-module_dismiss__1HKG5 svg {
|
|
4566
|
+
width: 12px;
|
|
4567
|
+
height: 12px;
|
|
4488
4568
|
}
|
|
4489
4569
|
|
|
4570
|
+
|
|
4490
4571
|
/* Colors */
|
|
4491
4572
|
/* Fonts */
|
|
4492
4573
|
/* Gap */
|
|
@@ -4507,14 +4588,11 @@ a mark {
|
|
|
4507
4588
|
display: block;
|
|
4508
4589
|
overflow: hidden;
|
|
4509
4590
|
|
|
4510
|
-
min-height: 434px;
|
|
4511
|
-
|
|
4512
4591
|
text-decoration: none;
|
|
4513
4592
|
|
|
4514
4593
|
border-radius: 8px;
|
|
4515
4594
|
outline-width: 0;
|
|
4516
4595
|
}
|
|
4517
|
-
.RelatedRichBlock-module_root__3NYmj::before,
|
|
4518
4596
|
.RelatedRichBlock-module_root__3NYmj::after {
|
|
4519
4597
|
position: absolute;
|
|
4520
4598
|
z-index: 20;
|
|
@@ -4528,10 +4606,13 @@ a mark {
|
|
|
4528
4606
|
border-radius: 8px;
|
|
4529
4607
|
}
|
|
4530
4608
|
.RelatedRichBlock-module_root__3NYmj::before {
|
|
4531
|
-
|
|
4609
|
+
display: block;
|
|
4610
|
+
|
|
4611
|
+
width: 100%;
|
|
4532
4612
|
}
|
|
4533
4613
|
.RelatedRichBlock-module_root__3NYmj::after {
|
|
4534
|
-
box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2)
|
|
4614
|
+
box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2),
|
|
4615
|
+
inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
4535
4616
|
}
|
|
4536
4617
|
.RelatedRichBlock-module_root__3NYmj,
|
|
4537
4618
|
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
@@ -4560,24 +4641,6 @@ a mark {
|
|
|
4560
4641
|
|
|
4561
4642
|
height: 150px;
|
|
4562
4643
|
}
|
|
4563
|
-
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
4564
|
-
background: -webkit-gradient(
|
|
4565
|
-
linear,
|
|
4566
|
-
left top, left bottom,
|
|
4567
|
-
from(rgba(0, 0, 0, 0.5)),
|
|
4568
|
-
color-stop(97%, rgba(0, 0, 0, 0))
|
|
4569
|
-
);
|
|
4570
|
-
background: -o-linear-gradient(
|
|
4571
|
-
top,
|
|
4572
|
-
rgba(0, 0, 0, 0.5) 0%,
|
|
4573
|
-
rgba(0, 0, 0, 0) 97%
|
|
4574
|
-
);
|
|
4575
|
-
background: linear-gradient(
|
|
4576
|
-
180deg,
|
|
4577
|
-
rgba(0, 0, 0, 0.5) 0%,
|
|
4578
|
-
rgba(0, 0, 0, 0) 97%
|
|
4579
|
-
);
|
|
4580
|
-
}
|
|
4581
4644
|
.RelatedRichBlock-module_body__1ZHZS {
|
|
4582
4645
|
display: -webkit-box;
|
|
4583
4646
|
display: -webkit-flex;
|
|
@@ -4586,11 +4649,11 @@ a mark {
|
|
|
4586
4649
|
flex-flow: column nowrap;
|
|
4587
4650
|
justify-content: flex-end;
|
|
4588
4651
|
|
|
4589
|
-
padding: 15px;
|
|
4652
|
+
padding: 15px 15px 12px;
|
|
4590
4653
|
|
|
4591
4654
|
background-color: #f7f7f7
|
|
4592
4655
|
}
|
|
4593
|
-
@media only screen and (min-device-width:
|
|
4656
|
+
@media only screen and (min-device-width: 64em) {
|
|
4594
4657
|
.RelatedRichBlock-module_body__1ZHZS {
|
|
4595
4658
|
position: absolute;
|
|
4596
4659
|
z-index: 10;
|
|
@@ -4604,62 +4667,151 @@ a mark {
|
|
|
4604
4667
|
background-color: transparent
|
|
4605
4668
|
}
|
|
4606
4669
|
}
|
|
4607
|
-
.RelatedRichBlock-
|
|
4670
|
+
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
4671
|
+
color: #000
|
|
4672
|
+
}
|
|
4673
|
+
@media only screen and (min-device-width: 64em) {
|
|
4674
|
+
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
4675
|
+
color: #fff
|
|
4676
|
+
}
|
|
4677
|
+
}
|
|
4678
|
+
@media only screen and (min-device-width: 64em) {
|
|
4608
4679
|
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_hasGradient__27LOk .RelatedRichBlock-module_body__1ZHZS {
|
|
4680
|
+
position: absolute;
|
|
4681
|
+
z-index: 10;
|
|
4682
|
+
right: 0;
|
|
4683
|
+
bottom: 0;
|
|
4684
|
+
left: 0;
|
|
4685
|
+
|
|
4686
|
+
min-height: 295px;
|
|
4687
|
+
|
|
4688
|
+
background-color: transparent
|
|
4689
|
+
}
|
|
4690
|
+
}
|
|
4691
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ {
|
|
4692
|
+
position: relative;
|
|
4693
|
+
}
|
|
4694
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
4609
4695
|
position: absolute;
|
|
4610
4696
|
z-index: 10;
|
|
4697
|
+
top: 0;
|
|
4611
4698
|
right: 0;
|
|
4612
4699
|
bottom: 0;
|
|
4613
4700
|
left: 0;
|
|
4614
4701
|
|
|
4615
|
-
|
|
4702
|
+
content: '';
|
|
4616
4703
|
|
|
4617
|
-
|
|
4704
|
+
border-radius: 8px 8px 0 0;
|
|
4705
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
4618
4706
|
}
|
|
4619
4707
|
.RelatedRichBlock-module_isCard__2naDz {
|
|
4620
4708
|
color: #fff;
|
|
4621
|
-
background-color: #191919
|
|
4709
|
+
background-color: #191919
|
|
4710
|
+
}
|
|
4711
|
+
@media only screen and (min-device-width: 32em) {
|
|
4712
|
+
.RelatedRichBlock-module_isCard__2naDz {
|
|
4713
|
+
min-height: 350px
|
|
4714
|
+
}
|
|
4715
|
+
}
|
|
4716
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
4717
|
+
background-color: transparent
|
|
4718
|
+
}
|
|
4719
|
+
@media only screen and (min-device-width: 32em) {
|
|
4720
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
4721
|
+
position: absolute;
|
|
4722
|
+
z-index: 10;
|
|
4723
|
+
right: 0;
|
|
4724
|
+
bottom: 0;
|
|
4725
|
+
left: 0;
|
|
4726
|
+
|
|
4727
|
+
min-height: 295px
|
|
4728
|
+
}
|
|
4729
|
+
}
|
|
4730
|
+
@media only screen and (min-device-width: 32em) {
|
|
4731
|
+
.RelatedRichBlock-module_isCard__2naDz::before {
|
|
4732
|
+
padding-bottom: 66.66%;
|
|
4733
|
+
|
|
4734
|
+
content: ''
|
|
4735
|
+
}
|
|
4736
|
+
}
|
|
4737
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
4738
|
+
position: relative;
|
|
4739
|
+
|
|
4740
|
+
width: 100%
|
|
4622
4741
|
}
|
|
4742
|
+
@media only screen and (min-device-width: 32em) {
|
|
4623
4743
|
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
4744
|
+
position: absolute;
|
|
4745
|
+
top: 0;
|
|
4746
|
+
bottom: 0
|
|
4747
|
+
}
|
|
4748
|
+
}
|
|
4749
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
4750
|
+
display: block;
|
|
4751
|
+
|
|
4752
|
+
padding-bottom: 78.50746269%;
|
|
4753
|
+
|
|
4754
|
+
content: ''
|
|
4755
|
+
}
|
|
4756
|
+
@media only screen and (min-device-width: 32em) {
|
|
4757
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
4758
|
+
content: none
|
|
4759
|
+
}
|
|
4760
|
+
}
|
|
4761
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
4624
4762
|
position: absolute;
|
|
4625
|
-
top:
|
|
4763
|
+
top: 50%;
|
|
4626
4764
|
left: 50%;
|
|
4627
4765
|
|
|
4628
|
-
width:
|
|
4766
|
+
width: 180px;
|
|
4767
|
+
height: 180px;
|
|
4629
4768
|
|
|
4630
|
-
transform: translate(-50%,
|
|
4769
|
+
transform: translate(-50%, -50%)
|
|
4631
4770
|
}
|
|
4632
|
-
|
|
4633
|
-
|
|
4634
|
-
|
|
4635
|
-
|
|
4636
|
-
|
|
4637
|
-
color: #fff
|
|
4771
|
+
@media only screen and (min-device-width: 32em) {
|
|
4772
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
4773
|
+
top: 25%;
|
|
4774
|
+
|
|
4775
|
+
transform: translate(-50%, -25%)
|
|
4638
4776
|
}
|
|
4639
4777
|
}
|
|
4640
4778
|
.RelatedRichBlock-module_tag__3OLyG {
|
|
4641
4779
|
position: absolute;
|
|
4642
4780
|
z-index: 10;
|
|
4643
|
-
top:
|
|
4781
|
+
top: 14px;
|
|
4782
|
+
right: 15px;
|
|
4644
4783
|
left: 15px;
|
|
4645
4784
|
|
|
4646
|
-
color:
|
|
4785
|
+
color: rgba(255, 255, 255, 0.7);
|
|
4786
|
+
|
|
4787
|
+
font-size: 12px
|
|
4647
4788
|
}
|
|
4648
|
-
@media only screen and (min-device-width:
|
|
4789
|
+
@media only screen and (min-device-width: 64em) {
|
|
4649
4790
|
.RelatedRichBlock-module_tag__3OLyG {
|
|
4650
|
-
top:
|
|
4791
|
+
top: 16px;
|
|
4792
|
+
right: 20px;
|
|
4651
4793
|
left: 20px
|
|
4652
4794
|
}
|
|
4653
4795
|
}
|
|
4796
|
+
.RelatedRichBlock-module_center__197sx {
|
|
4797
|
+
width: 100%;
|
|
4798
|
+
max-width: 650px;
|
|
4799
|
+
margin-right: auto;
|
|
4800
|
+
margin-left: auto;
|
|
4801
|
+
}
|
|
4654
4802
|
/* Themes */
|
|
4655
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE
|
|
4656
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
|
|
4803
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
|
|
4657
4804
|
color: #000;
|
|
4658
4805
|
}
|
|
4806
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
|
|
4807
|
+
color: rgba(0, 0, 0, 0.7);
|
|
4808
|
+
}
|
|
4809
|
+
@media only screen and (min-device-width: 32em) {
|
|
4659
4810
|
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_light__2mUxL {
|
|
4660
|
-
|
|
4661
|
-
|
|
4811
|
+
color: #fff;
|
|
4812
|
+
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
|
|
4662
4813
|
}
|
|
4814
|
+
}
|
|
4663
4815
|
/* Display */
|
|
4664
4816
|
@media only screen and (min-device-width: 32em) {
|
|
4665
4817
|
.RelatedRichBlock-module_mobile__JpCS4 {
|
|
@@ -4675,78 +4827,6 @@ a mark {
|
|
|
4675
4827
|
}
|
|
4676
4828
|
}
|
|
4677
4829
|
|
|
4678
|
-
/* Colors */
|
|
4679
|
-
/* Fonts */
|
|
4680
|
-
/* Gap */
|
|
4681
|
-
/* Media */
|
|
4682
|
-
/* 512 */
|
|
4683
|
-
/* 650 */
|
|
4684
|
-
/* 768 */
|
|
4685
|
-
/* 1024 */
|
|
4686
|
-
/* 1010 */
|
|
4687
|
-
/* 1200 */
|
|
4688
|
-
/* 511 */
|
|
4689
|
-
/* 1023 */
|
|
4690
|
-
/* Zindex */
|
|
4691
|
-
.Footnote-module_root__2a0-B {
|
|
4692
|
-
position: relative;
|
|
4693
|
-
|
|
4694
|
-
width: 320px;
|
|
4695
|
-
padding: 20px;
|
|
4696
|
-
|
|
4697
|
-
border-radius: 8px;
|
|
4698
|
-
background-color: #fff;
|
|
4699
|
-
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4700
|
-
}
|
|
4701
|
-
.Footnote-module_body__259Ly {
|
|
4702
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4703
|
-
font-size: 16px;
|
|
4704
|
-
line-height: 22px;
|
|
4705
|
-
}
|
|
4706
|
-
.Footnote-module_body__259Ly h3 {
|
|
4707
|
-
margin: 0 0 16px;
|
|
4708
|
-
|
|
4709
|
-
font-size: inherit;
|
|
4710
|
-
font-weight: 700;
|
|
4711
|
-
line-height: inherit;
|
|
4712
|
-
}
|
|
4713
|
-
.Footnote-module_body__259Ly p {
|
|
4714
|
-
margin: 0;
|
|
4715
|
-
}
|
|
4716
|
-
.Footnote-module_body__259Ly p + p {
|
|
4717
|
-
margin-top: 6px;
|
|
4718
|
-
}
|
|
4719
|
-
.Footnote-module_body__259Ly a {
|
|
4720
|
-
color: inherit;
|
|
4721
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
4722
|
-
}
|
|
4723
|
-
.Footnote-module_body__259Ly a:hover {
|
|
4724
|
-
color: #b88b59;
|
|
4725
|
-
}
|
|
4726
|
-
.Footnote-module_dismiss__1HKG5 {
|
|
4727
|
-
position: absolute;
|
|
4728
|
-
top: 0;
|
|
4729
|
-
right: 0;
|
|
4730
|
-
|
|
4731
|
-
margin: 0;
|
|
4732
|
-
padding: 6px 9px 10px;
|
|
4733
|
-
|
|
4734
|
-
cursor: pointer;
|
|
4735
|
-
|
|
4736
|
-
color: #b3b3b3;
|
|
4737
|
-
border-width: 0;
|
|
4738
|
-
outline: none;
|
|
4739
|
-
background-color: transparent;
|
|
4740
|
-
}
|
|
4741
|
-
.Footnote-module_dismiss__1HKG5:hover {
|
|
4742
|
-
color: #757575;
|
|
4743
|
-
}
|
|
4744
|
-
.Footnote-module_dismiss__1HKG5 svg {
|
|
4745
|
-
width: 12px;
|
|
4746
|
-
height: 12px;
|
|
4747
|
-
}
|
|
4748
|
-
|
|
4749
|
-
|
|
4750
4830
|
/* Colors */
|
|
4751
4831
|
/* Fonts */
|
|
4752
4832
|
/* Gap */
|