@meduza/ui-kit-2 0.1.49 → 0.1.51
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/Image/Image.types.d.ts +1 -0
- package/dist/ui-kit-2.cjs.development.js +43 -36
- 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 +43 -36
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +1594 -1593
- package/package.json +1 -1
- package/src/EmbedBlock/EmbedBlock.tsx +1 -0
- package/src/Image/Image.types.ts +1 -0
- package/src/Image/index.tsx +19 -4
- package/src/Meta/Meta.module.css +1 -0
- package/src/RawHtmlBlock/mock.json +4 -4
- package/src/RelatedRichBlock/mock.json +12 -12
- package/src/Spoiler/index.tsx +2 -2
package/dist/ui-kit.css
CHANGED
|
@@ -1,169 +1,3 @@
|
|
|
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
|
-
.DotsOnImage-module_root__2XP3Q {
|
|
15
|
-
position: relative;
|
|
16
|
-
|
|
17
|
-
display: block;
|
|
18
|
-
|
|
19
|
-
width: 100%;
|
|
20
|
-
}
|
|
21
|
-
.DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
|
|
22
|
-
-webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
23
|
-
animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
24
|
-
}
|
|
25
|
-
.DotsOnImage-module_dot__H1wua {
|
|
26
|
-
position: absolute;
|
|
27
|
-
z-index: 10;
|
|
28
|
-
|
|
29
|
-
display: -webkit-box;
|
|
30
|
-
|
|
31
|
-
display: -webkit-flex;
|
|
32
|
-
|
|
33
|
-
display: -ms-flexbox;
|
|
34
|
-
|
|
35
|
-
display: flex;
|
|
36
|
-
align-items: center;
|
|
37
|
-
flex-flow: row nowrap;
|
|
38
|
-
justify-content: center;
|
|
39
|
-
|
|
40
|
-
width: 28px;
|
|
41
|
-
height: 28px;
|
|
42
|
-
|
|
43
|
-
will-change: opacity;
|
|
44
|
-
}
|
|
45
|
-
.DotsOnImage-module_marker__lH5cP {
|
|
46
|
-
width: 20px;
|
|
47
|
-
height: 20px;
|
|
48
|
-
padding: 0;
|
|
49
|
-
|
|
50
|
-
cursor: pointer;
|
|
51
|
-
text-align: center;
|
|
52
|
-
|
|
53
|
-
opacity: 0;
|
|
54
|
-
color: #fff;
|
|
55
|
-
border-width: 0;
|
|
56
|
-
border-radius: 30px;
|
|
57
|
-
outline-width: 0;
|
|
58
|
-
background-color: #000;
|
|
59
|
-
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
|
|
60
|
-
|
|
61
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
62
|
-
font-size: 9px;
|
|
63
|
-
font-weight: 600;
|
|
64
|
-
line-height: 22px;
|
|
65
|
-
|
|
66
|
-
-webkit-appearance: none;
|
|
67
|
-
|
|
68
|
-
-moz-appearance: none;
|
|
69
|
-
|
|
70
|
-
appearance: none;
|
|
71
|
-
will-change: opacity;
|
|
72
|
-
-webkit-tap-highlight-color: transparent
|
|
73
|
-
}
|
|
74
|
-
@media only screen and (min-width: 32em) {
|
|
75
|
-
.DotsOnImage-module_marker__lH5cP {
|
|
76
|
-
width: 28px;
|
|
77
|
-
height: 28px;
|
|
78
|
-
|
|
79
|
-
font-size: 13px;
|
|
80
|
-
line-height: 28px
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
.DotsOnImage-module_marker__lH5cP::after {
|
|
84
|
-
position: absolute;
|
|
85
|
-
top: -5px;
|
|
86
|
-
right: -5px;
|
|
87
|
-
bottom: -5px;
|
|
88
|
-
left: -5px;
|
|
89
|
-
|
|
90
|
-
content: ''
|
|
91
|
-
}
|
|
92
|
-
@media only screen and (min-width: 32em) {
|
|
93
|
-
.DotsOnImage-module_marker__lH5cP::after {
|
|
94
|
-
content: none
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
.DotsOnImage-module_marker__lH5cP svg {
|
|
98
|
-
display: block;
|
|
99
|
-
|
|
100
|
-
width: 100%;
|
|
101
|
-
height: 100%;
|
|
102
|
-
|
|
103
|
-
will-change: opacity;
|
|
104
|
-
}
|
|
105
|
-
.DotsOnImage-module_marker__lH5cP:hover {
|
|
106
|
-
box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
|
|
107
|
-
}
|
|
108
|
-
.DotsOnImage-module_marker__lH5cP.DotsOnImage-module_isActive__3hh31 {
|
|
109
|
-
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), 0 0 0 1px #fff;
|
|
110
|
-
}
|
|
111
|
-
.DotsOnImage-module_popover__35Cpj {
|
|
112
|
-
position: absolute;
|
|
113
|
-
z-index: 10;
|
|
114
|
-
}
|
|
115
|
-
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
|
|
116
|
-
transform: translateX(50px);
|
|
117
|
-
}
|
|
118
|
-
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
|
|
119
|
-
transform: translateX(-100%) translateX(-22px);
|
|
120
|
-
}
|
|
121
|
-
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
|
|
122
|
-
transform: translateX(50px) translateY(-100%) translateY(22px);
|
|
123
|
-
}
|
|
124
|
-
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isBottom__3Nk1T {
|
|
125
|
-
transform: translateX(-100%) translateX(-22px) translateY(-100%)
|
|
126
|
-
translateY(22px);
|
|
127
|
-
}
|
|
128
|
-
@-webkit-keyframes DotsOnImage-module_show__2TMBv {
|
|
129
|
-
0% {
|
|
130
|
-
transform: scale(0.4);
|
|
131
|
-
|
|
132
|
-
opacity: 0;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
90% {
|
|
136
|
-
transform: scale(1.1);
|
|
137
|
-
|
|
138
|
-
opacity: 1;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
100% {
|
|
142
|
-
transform: scale(1);
|
|
143
|
-
|
|
144
|
-
opacity: 1;
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
@keyframes DotsOnImage-module_show__2TMBv {
|
|
148
|
-
0% {
|
|
149
|
-
transform: scale(0.4);
|
|
150
|
-
|
|
151
|
-
opacity: 0;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
90% {
|
|
155
|
-
transform: scale(1.1);
|
|
156
|
-
|
|
157
|
-
opacity: 1;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
100% {
|
|
161
|
-
transform: scale(1);
|
|
162
|
-
|
|
163
|
-
opacity: 1;
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
|
|
167
1
|
/* Colors */
|
|
168
2
|
/* Fonts */
|
|
169
3
|
/* Gap */
|
|
@@ -413,322 +247,57 @@
|
|
|
413
247
|
/* 511 */
|
|
414
248
|
/* 1023 */
|
|
415
249
|
/* Zindex */
|
|
416
|
-
.
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
display: -webkit-box;
|
|
420
|
-
|
|
421
|
-
display: -webkit-flex;
|
|
422
|
-
|
|
423
|
-
display: -ms-flexbox;
|
|
424
|
-
|
|
425
|
-
display: flex;
|
|
426
|
-
flex-flow: row nowrap;
|
|
427
|
-
align-items: center;
|
|
428
|
-
|
|
429
|
-
font-weight: 600;
|
|
430
|
-
|
|
431
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
432
|
-
white-space: nowrap;
|
|
433
|
-
|
|
434
|
-
cursor: pointer;
|
|
435
|
-
|
|
436
|
-
-webkit-user-select: none;
|
|
437
|
-
|
|
438
|
-
-moz-user-select: none;
|
|
439
|
-
|
|
440
|
-
-ms-user-select: none;
|
|
250
|
+
.SvgSymbol-module_root__2CsRW {
|
|
251
|
+
width: 100%;
|
|
252
|
+
height: 100%;
|
|
441
253
|
|
|
442
|
-
|
|
254
|
+
vertical-align: middle;
|
|
443
255
|
}
|
|
444
|
-
.
|
|
445
|
-
|
|
256
|
+
.SvgSymbol-module_small__2g6oR {
|
|
257
|
+
height: 14px;
|
|
446
258
|
}
|
|
447
|
-
.
|
|
448
|
-
|
|
259
|
+
.SvgSymbol-module_normal__9lFn1 {
|
|
260
|
+
height: 14px;
|
|
449
261
|
}
|
|
450
|
-
.
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
left: 0;
|
|
454
|
-
|
|
455
|
-
opacity: 0;
|
|
262
|
+
.SvgSymbol-module_medium__2eF5L {
|
|
263
|
+
width: 24px;
|
|
264
|
+
height: 24px;
|
|
456
265
|
}
|
|
457
|
-
.
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
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;
|
|
461
276
|
|
|
462
|
-
|
|
463
|
-
|
|
277
|
+
fill: #304591;
|
|
278
|
+
}
|
|
279
|
+
.SvgSymbol-module_vk__3VEuu {
|
|
280
|
+
width: 20px;
|
|
464
281
|
|
|
465
|
-
|
|
282
|
+
fill: #527397;
|
|
283
|
+
}
|
|
284
|
+
.SvgSymbol-module_ok__2_1Qb {
|
|
285
|
+
width: 9px;
|
|
466
286
|
|
|
467
|
-
|
|
287
|
+
fill: #eb722e;
|
|
468
288
|
}
|
|
469
|
-
.
|
|
470
|
-
|
|
471
|
-
top: 0;
|
|
472
|
-
bottom: 0;
|
|
473
|
-
left: 0;
|
|
289
|
+
.SvgSymbol-module_tw__2VRG5 {
|
|
290
|
+
width: 20px;
|
|
474
291
|
|
|
292
|
+
fill: #31adf4;
|
|
293
|
+
}
|
|
294
|
+
.SvgSymbol-module_tg__2xe2f {
|
|
475
295
|
width: 18px;
|
|
476
296
|
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
transition: 0.25s ease-in-out;
|
|
482
|
-
|
|
483
|
-
content: '';
|
|
484
|
-
}
|
|
485
|
-
.Switcher-module_knob__3kEy5 {
|
|
486
|
-
position: relative;
|
|
487
|
-
top: 2px;
|
|
488
|
-
left: 2px;
|
|
489
|
-
z-index: 200;
|
|
490
|
-
|
|
491
|
-
display: block;
|
|
492
|
-
|
|
493
|
-
width: 17px;
|
|
494
|
-
height: 17px;
|
|
495
|
-
|
|
496
|
-
background: #fff;
|
|
497
|
-
|
|
498
|
-
border-radius: 15px;
|
|
499
|
-
|
|
500
|
-
transition: 0.25s ease-in-out;
|
|
501
|
-
}
|
|
502
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
503
|
-
width: 100%;
|
|
504
|
-
|
|
505
|
-
background-color: #b88b59;
|
|
506
|
-
}
|
|
507
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
508
|
-
box-shadow: inset 0 0 0 1px transparent;
|
|
509
|
-
}
|
|
510
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
511
|
-
left: 18px;
|
|
512
|
-
}
|
|
513
|
-
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
514
|
-
margin-right: 6px;
|
|
515
|
-
}
|
|
516
|
-
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
517
|
-
margin-left: 6px;
|
|
518
|
-
}
|
|
519
|
-
/* panel */
|
|
520
|
-
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
521
|
-
|
|
522
|
-
color: #999;
|
|
523
|
-
|
|
524
|
-
font-size: 13px;
|
|
525
|
-
letter-spacing: 0.5px;
|
|
526
|
-
text-transform: uppercase;
|
|
527
|
-
}
|
|
528
|
-
/* menu */
|
|
529
|
-
.Switcher-module_isInMenu__3XJYj {
|
|
530
|
-
font-weight: normal;
|
|
531
|
-
}
|
|
532
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
533
|
-
margin-right: 8px;
|
|
534
|
-
}
|
|
535
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
536
|
-
width: 48px;
|
|
537
|
-
height: 30px;
|
|
538
|
-
}
|
|
539
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
540
|
-
top: 4px;
|
|
541
|
-
|
|
542
|
-
width: 22px;
|
|
543
|
-
height: 22px;
|
|
544
|
-
|
|
545
|
-
background-color: #bababa;
|
|
546
|
-
}
|
|
547
|
-
/* stylelint-disable selector-max-compound-selectors */
|
|
548
|
-
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
549
|
-
left: 23px;
|
|
550
|
-
|
|
551
|
-
background-color: #fff;
|
|
552
|
-
}
|
|
553
|
-
/* live */
|
|
554
|
-
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
555
|
-
|
|
556
|
-
color: #7f7f7f;
|
|
557
|
-
|
|
558
|
-
font-size: 13px;
|
|
559
|
-
letter-spacing: 0.5px;
|
|
560
|
-
text-transform: uppercase;
|
|
561
|
-
}
|
|
562
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
563
|
-
background-color: #1a1a1a;
|
|
564
|
-
box-shadow: inset 0 0 0 1px #323232;
|
|
565
|
-
}
|
|
566
|
-
|
|
567
|
-
/* Colors */
|
|
568
|
-
/* Fonts */
|
|
569
|
-
/* Gap */
|
|
570
|
-
/* Media */
|
|
571
|
-
/* 512 */
|
|
572
|
-
/* 650 */
|
|
573
|
-
/* 768 */
|
|
574
|
-
/* 1024 */
|
|
575
|
-
/* 1010 */
|
|
576
|
-
/* 1200 */
|
|
577
|
-
/* 511 */
|
|
578
|
-
/* 1023 */
|
|
579
|
-
/* Zindex */
|
|
580
|
-
.Image-module_root__1vsA_ {
|
|
581
|
-
position: relative;
|
|
582
|
-
z-index: 1;
|
|
583
|
-
|
|
584
|
-
display: block;
|
|
585
|
-
overflow: hidden;
|
|
586
|
-
transition: background-color 250ms ease;
|
|
587
|
-
|
|
588
|
-
background-color: #f2f2f2
|
|
589
|
-
}
|
|
590
|
-
@media only screen and (min-width: 32em) {
|
|
591
|
-
.Image-module_root__1vsA_ {
|
|
592
|
-
border-radius: inherit
|
|
593
|
-
}
|
|
594
|
-
}
|
|
595
|
-
.Image-module_root__1vsA_ img {
|
|
596
|
-
position: absolute;
|
|
597
|
-
top: 0;
|
|
598
|
-
left: 0;
|
|
599
|
-
|
|
600
|
-
width: 100%;
|
|
601
|
-
height: 100%;
|
|
602
|
-
}
|
|
603
|
-
.Image-module_isLoaded__3XhU5 {
|
|
604
|
-
background-color: transparent;
|
|
605
|
-
}
|
|
606
|
-
.Image-module_wrapper__3fLjs {
|
|
607
|
-
display: block;
|
|
608
|
-
|
|
609
|
-
width: 100%;
|
|
610
|
-
|
|
611
|
-
background-repeat: no-repeat;
|
|
612
|
-
background-size: 100% auto;
|
|
613
|
-
}
|
|
614
|
-
.Image-module_fullscreen__29apx picture {
|
|
615
|
-
cursor: pointer;
|
|
616
|
-
}
|
|
617
|
-
.Image-module_fullscreen__29apx picture:hover::after {
|
|
618
|
-
opacity: 1;
|
|
619
|
-
}
|
|
620
|
-
.Image-module_fullscreen__29apx picture::after {
|
|
621
|
-
position: absolute;
|
|
622
|
-
right: 12px;
|
|
623
|
-
bottom: 12px;
|
|
624
|
-
|
|
625
|
-
width: 40px;
|
|
626
|
-
height: 40px;
|
|
627
|
-
|
|
628
|
-
transition: opacity 250ms ease;
|
|
629
|
-
pointer-events: none;
|
|
630
|
-
|
|
631
|
-
opacity: 0;
|
|
632
|
-
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
633
|
-
border-radius: 20px;
|
|
634
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
635
|
-
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.197 10.207V3.763h-6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.793 4.166l-6.173 6.172' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.803 13.733v6.444h6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.207 19.774l6.173-6.171' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
636
|
-
background-repeat: no-repeat;
|
|
637
|
-
background-position: center
|
|
638
|
-
}
|
|
639
|
-
@media only screen and (min-width: 64em) {
|
|
640
|
-
.Image-module_fullscreen__29apx picture::after {
|
|
641
|
-
content: ''
|
|
642
|
-
}
|
|
643
|
-
}
|
|
644
|
-
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
645
|
-
outline: none;
|
|
646
|
-
}
|
|
647
|
-
.Image-module_dark__3o0nU {
|
|
648
|
-
background-color: transparent;
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
/* Colors */
|
|
652
|
-
/* Fonts */
|
|
653
|
-
/* Gap */
|
|
654
|
-
/* Media */
|
|
655
|
-
/* 512 */
|
|
656
|
-
/* 650 */
|
|
657
|
-
/* 768 */
|
|
658
|
-
/* 1024 */
|
|
659
|
-
/* 1010 */
|
|
660
|
-
/* 1200 */
|
|
661
|
-
/* 511 */
|
|
662
|
-
/* 1023 */
|
|
663
|
-
/* Zindex */
|
|
664
|
-
.Lazy-module_root__2Z72l {
|
|
665
|
-
display: block;
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
/* Colors */
|
|
669
|
-
/* Fonts */
|
|
670
|
-
/* Gap */
|
|
671
|
-
/* Media */
|
|
672
|
-
/* 512 */
|
|
673
|
-
/* 650 */
|
|
674
|
-
/* 768 */
|
|
675
|
-
/* 1024 */
|
|
676
|
-
/* 1010 */
|
|
677
|
-
/* 1200 */
|
|
678
|
-
/* 511 */
|
|
679
|
-
/* 1023 */
|
|
680
|
-
/* Zindex */
|
|
681
|
-
.SvgSymbol-module_root__2CsRW {
|
|
682
|
-
width: 100%;
|
|
683
|
-
height: 100%;
|
|
684
|
-
|
|
685
|
-
vertical-align: middle;
|
|
686
|
-
}
|
|
687
|
-
.SvgSymbol-module_small__2g6oR {
|
|
688
|
-
height: 14px;
|
|
689
|
-
}
|
|
690
|
-
.SvgSymbol-module_normal__9lFn1 {
|
|
691
|
-
height: 14px;
|
|
692
|
-
}
|
|
693
|
-
.SvgSymbol-module_medium__2eF5L {
|
|
694
|
-
width: 24px;
|
|
695
|
-
height: 24px;
|
|
696
|
-
}
|
|
697
|
-
.SvgSymbol-module_large__2kQrt {
|
|
698
|
-
width: 42px;
|
|
699
|
-
height: 42px;
|
|
700
|
-
}
|
|
701
|
-
.SvgSymbol-module_adaptive__3_68T {
|
|
702
|
-
width: 100%;
|
|
703
|
-
height: 100%;
|
|
704
|
-
}
|
|
705
|
-
.SvgSymbol-module_fb__1whmw {
|
|
706
|
-
width: 16px;
|
|
707
|
-
|
|
708
|
-
fill: #304591;
|
|
709
|
-
}
|
|
710
|
-
.SvgSymbol-module_vk__3VEuu {
|
|
711
|
-
width: 20px;
|
|
712
|
-
|
|
713
|
-
fill: #527397;
|
|
714
|
-
}
|
|
715
|
-
.SvgSymbol-module_ok__2_1Qb {
|
|
716
|
-
width: 9px;
|
|
717
|
-
|
|
718
|
-
fill: #eb722e;
|
|
719
|
-
}
|
|
720
|
-
.SvgSymbol-module_tw__2VRG5 {
|
|
721
|
-
width: 20px;
|
|
722
|
-
|
|
723
|
-
fill: #31adf4;
|
|
724
|
-
}
|
|
725
|
-
.SvgSymbol-module_tg__2xe2f {
|
|
726
|
-
width: 18px;
|
|
727
|
-
|
|
728
|
-
fill: #2ba5e0;
|
|
729
|
-
}
|
|
730
|
-
.SvgSymbol-module_reaction__rrJvf {
|
|
731
|
-
width: 16px;
|
|
297
|
+
fill: #2ba5e0;
|
|
298
|
+
}
|
|
299
|
+
.SvgSymbol-module_reaction__rrJvf {
|
|
300
|
+
width: 16px;
|
|
732
301
|
|
|
733
302
|
color: #dcad76;
|
|
734
303
|
|
|
@@ -908,86 +477,77 @@
|
|
|
908
477
|
/* 511 */
|
|
909
478
|
/* 1023 */
|
|
910
479
|
/* Zindex */
|
|
911
|
-
.
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
.MediaCaption-module_root__KqTdw a {
|
|
915
|
-
text-decoration: underline;
|
|
916
|
-
|
|
917
|
-
color: inherit;
|
|
918
|
-
box-shadow: none;
|
|
919
|
-
}
|
|
920
|
-
.MediaCaption-module_root__KqTdw a:hover {
|
|
921
|
-
color: #b88b58;
|
|
922
|
-
}
|
|
923
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
924
|
-
max-width: 520px;
|
|
925
|
-
padding-top: 4px;
|
|
480
|
+
.Image-module_root__1vsA_ {
|
|
481
|
+
position: relative;
|
|
482
|
+
z-index: 1;
|
|
926
483
|
|
|
927
|
-
|
|
484
|
+
display: block;
|
|
485
|
+
overflow: hidden;
|
|
486
|
+
transition: background-color 250ms ease;
|
|
928
487
|
|
|
929
|
-
|
|
930
|
-
line-height: 18px
|
|
488
|
+
background-color: #f2f2f2
|
|
931
489
|
}
|
|
932
490
|
@media only screen and (min-width: 32em) {
|
|
933
|
-
.
|
|
934
|
-
|
|
935
|
-
line-height: 22px
|
|
491
|
+
.Image-module_root__1vsA_ {
|
|
492
|
+
border-radius: inherit
|
|
936
493
|
}
|
|
937
494
|
}
|
|
938
|
-
.
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
color: #666;
|
|
495
|
+
.Image-module_root__1vsA_ img {
|
|
496
|
+
position: absolute;
|
|
497
|
+
top: 0;
|
|
498
|
+
left: 0;
|
|
943
499
|
|
|
944
|
-
|
|
945
|
-
|
|
500
|
+
width: 100%;
|
|
501
|
+
height: 100%;
|
|
946
502
|
}
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
padding-top: 3px
|
|
503
|
+
.Image-module_isLoaded__3XhU5 {
|
|
504
|
+
background-color: transparent;
|
|
950
505
|
}
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
506
|
+
.Image-module_wrapper__3fLjs {
|
|
507
|
+
display: block;
|
|
508
|
+
|
|
509
|
+
width: 100%;
|
|
510
|
+
|
|
511
|
+
background-repeat: no-repeat;
|
|
512
|
+
background-size: 100% auto;
|
|
954
513
|
}
|
|
955
|
-
.
|
|
956
|
-
|
|
514
|
+
.Image-module_fullscreen__29apx picture {
|
|
515
|
+
cursor: pointer;
|
|
957
516
|
}
|
|
958
|
-
.
|
|
959
|
-
|
|
517
|
+
.Image-module_fullscreen__29apx picture:hover::after {
|
|
518
|
+
opacity: 1;
|
|
960
519
|
}
|
|
961
|
-
.
|
|
962
|
-
|
|
963
|
-
|
|
520
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
521
|
+
position: absolute;
|
|
522
|
+
right: 12px;
|
|
523
|
+
bottom: 12px;
|
|
524
|
+
|
|
525
|
+
width: 40px;
|
|
526
|
+
height: 40px;
|
|
527
|
+
|
|
528
|
+
transition: opacity 250ms ease;
|
|
529
|
+
pointer-events: none;
|
|
530
|
+
|
|
531
|
+
opacity: 0;
|
|
532
|
+
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
533
|
+
border-radius: 20px;
|
|
534
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
535
|
+
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.197 10.207V3.763h-6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.793 4.166l-6.173 6.172' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.803 13.733v6.444h6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.207 19.774l6.173-6.171' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
536
|
+
background-repeat: no-repeat;
|
|
537
|
+
background-position: center
|
|
964
538
|
}
|
|
965
|
-
@media only screen and (min-width:
|
|
966
|
-
.
|
|
967
|
-
|
|
968
|
-
padding-top: 12px
|
|
539
|
+
@media only screen and (min-width: 64em) {
|
|
540
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
541
|
+
content: ''
|
|
969
542
|
}
|
|
970
543
|
}
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
padding-top: 9px
|
|
974
|
-
}
|
|
975
|
-
@media only screen and (min-width: 32em) {
|
|
976
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
977
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
978
|
-
padding-top: 11px
|
|
544
|
+
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
545
|
+
outline: none;
|
|
979
546
|
}
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
983
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
984
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
985
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
986
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
987
|
-
max-width: 650px;
|
|
547
|
+
.Image-module_dark__3o0nU {
|
|
548
|
+
background-color: transparent;
|
|
988
549
|
}
|
|
989
550
|
|
|
990
|
-
|
|
991
551
|
/* Colors */
|
|
992
552
|
/* Fonts */
|
|
993
553
|
/* Gap */
|
|
@@ -1001,129 +561,173 @@
|
|
|
1001
561
|
/* 511 */
|
|
1002
562
|
/* 1023 */
|
|
1003
563
|
/* Zindex */
|
|
1004
|
-
.
|
|
1005
|
-
|
|
564
|
+
.Switcher-module_root__1Env1 {
|
|
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;
|
|
1006
583
|
|
|
1007
|
-
cursor: default;
|
|
1008
584
|
-webkit-user-select: none;
|
|
585
|
+
|
|
1009
586
|
-moz-user-select: none;
|
|
587
|
+
|
|
1010
588
|
-ms-user-select: none;
|
|
1011
|
-
user-select: none;
|
|
1012
|
-
vertical-align: middle;
|
|
1013
|
-
letter-spacing: 1px;
|
|
1014
|
-
text-transform: uppercase;
|
|
1015
589
|
|
|
1016
|
-
|
|
1017
|
-
font-size: 12px;
|
|
1018
|
-
font-weight: 600;
|
|
1019
|
-
line-height: 12px;
|
|
590
|
+
user-select: none;
|
|
1020
591
|
}
|
|
1021
|
-
.
|
|
1022
|
-
|
|
1023
|
-
line-height: 12px
|
|
592
|
+
.Switcher-module_dark__1IzaH {
|
|
593
|
+
color: inherit;
|
|
1024
594
|
}
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
line-height: 14px
|
|
595
|
+
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
596
|
+
background-color: transparent;
|
|
1028
597
|
}
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
598
|
+
.Switcher-module_input__jaMVF {
|
|
599
|
+
position: absolute;
|
|
600
|
+
top: 0;
|
|
601
|
+
left: 0;
|
|
1033
602
|
|
|
1034
|
-
|
|
1035
|
-
line-height: 16px
|
|
1036
|
-
}
|
|
1037
|
-
}
|
|
1038
|
-
.Tag-module_dark__sgnt1 {
|
|
1039
|
-
color: #000;
|
|
1040
|
-
}
|
|
1041
|
-
.Tag-module_light__1zUhp {
|
|
1042
|
-
color: #fff;
|
|
1043
|
-
}
|
|
1044
|
-
.Tag-module_gold__2ksA7 {
|
|
1045
|
-
color: #b88b59;
|
|
1046
|
-
}
|
|
1047
|
-
.Tag-module_gray__mGAO_ {
|
|
1048
|
-
color: #757575;
|
|
603
|
+
opacity: 0;
|
|
1049
604
|
}
|
|
1050
|
-
.
|
|
1051
|
-
|
|
605
|
+
.Switcher-module_control__1NTvY {
|
|
606
|
+
position: relative;
|
|
607
|
+
|
|
608
|
+
display: block;
|
|
609
|
+
|
|
610
|
+
width: 37px;
|
|
611
|
+
height: 21px;
|
|
612
|
+
|
|
613
|
+
background-color: #e6e6e6;
|
|
614
|
+
|
|
615
|
+
border-radius: 15px;
|
|
1052
616
|
}
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
617
|
+
.Switcher-module_control__1NTvY::before {
|
|
618
|
+
position: absolute;
|
|
619
|
+
top: 0;
|
|
620
|
+
bottom: 0;
|
|
621
|
+
left: 0;
|
|
1058
622
|
|
|
1059
|
-
|
|
1060
|
-
|
|
623
|
+
width: 18px;
|
|
624
|
+
|
|
625
|
+
background: rgba(19, 191, 17, 0);
|
|
626
|
+
|
|
627
|
+
border-radius: 15px;
|
|
628
|
+
|
|
629
|
+
transition: 0.25s ease-in-out;
|
|
630
|
+
|
|
631
|
+
content: '';
|
|
1061
632
|
}
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
633
|
+
.Switcher-module_knob__3kEy5 {
|
|
634
|
+
position: relative;
|
|
635
|
+
top: 2px;
|
|
636
|
+
left: 2px;
|
|
637
|
+
z-index: 200;
|
|
1067
638
|
|
|
1068
|
-
|
|
1069
|
-
|
|
639
|
+
display: block;
|
|
640
|
+
|
|
641
|
+
width: 17px;
|
|
642
|
+
height: 17px;
|
|
643
|
+
|
|
644
|
+
background: #fff;
|
|
645
|
+
|
|
646
|
+
border-radius: 15px;
|
|
647
|
+
|
|
648
|
+
transition: 0.25s ease-in-out;
|
|
1070
649
|
}
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
.Tag-module_slide__2nMDw,
|
|
1074
|
-
.Tag-module_game__3j5yG {
|
|
1075
|
-
width: 100%;
|
|
650
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
651
|
+
width: 100%;
|
|
1076
652
|
|
|
1077
|
-
|
|
653
|
+
background-color: #b88b59;
|
|
1078
654
|
}
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
font-size: 12px;
|
|
1082
|
-
line-height: 17px
|
|
655
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
656
|
+
box-shadow: inset 0 0 0 1px transparent;
|
|
1083
657
|
}
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
font-size: 14px;
|
|
1087
|
-
line-height: 20px
|
|
658
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
659
|
+
left: 18px;
|
|
1088
660
|
}
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
.
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
.
|
|
1097
|
-
.Tag-module_isInDynamicBlock__1YM9I {
|
|
1098
|
-
margin-bottom: 6px;
|
|
661
|
+
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
662
|
+
margin-right: 6px;
|
|
663
|
+
}
|
|
664
|
+
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
665
|
+
margin-left: 6px;
|
|
666
|
+
}
|
|
667
|
+
/* panel */
|
|
668
|
+
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
1099
669
|
|
|
1100
|
-
|
|
670
|
+
color: #999;
|
|
671
|
+
|
|
672
|
+
font-size: 13px;
|
|
673
|
+
letter-spacing: 0.5px;
|
|
674
|
+
text-transform: uppercase;
|
|
1101
675
|
}
|
|
1102
|
-
|
|
1103
|
-
.
|
|
1104
|
-
|
|
1105
|
-
.Tag-module_card__1EAeF,
|
|
1106
|
-
.Tag-module_live__rwXuR,
|
|
1107
|
-
.Tag-module_episode__3o6gg,
|
|
1108
|
-
.Tag-module_podcast__VPoll,
|
|
1109
|
-
.Tag-module_rich__2URd9,
|
|
1110
|
-
.Tag-module_isInDynamicBlock__1YM9I {
|
|
1111
|
-
margin-bottom: 10px
|
|
676
|
+
/* menu */
|
|
677
|
+
.Switcher-module_isInMenu__3XJYj {
|
|
678
|
+
font-weight: normal;
|
|
1112
679
|
}
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
.Tag-module_mobile__QQxuv {
|
|
1116
|
-
display: none
|
|
680
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
681
|
+
margin-right: 8px;
|
|
1117
682
|
}
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
683
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
684
|
+
width: 48px;
|
|
685
|
+
height: 30px;
|
|
1121
686
|
}
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
687
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
688
|
+
top: 4px;
|
|
689
|
+
|
|
690
|
+
width: 22px;
|
|
691
|
+
height: 22px;
|
|
692
|
+
|
|
693
|
+
background-color: #bababa;
|
|
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;
|
|
698
|
+
|
|
699
|
+
background-color: #fff;
|
|
700
|
+
}
|
|
701
|
+
/* live */
|
|
702
|
+
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
703
|
+
|
|
704
|
+
color: #7f7f7f;
|
|
705
|
+
|
|
706
|
+
font-size: 13px;
|
|
707
|
+
letter-spacing: 0.5px;
|
|
708
|
+
text-transform: uppercase;
|
|
709
|
+
}
|
|
710
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
711
|
+
background-color: #1a1a1a;
|
|
712
|
+
box-shadow: inset 0 0 0 1px #323232;
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
/* Colors */
|
|
716
|
+
/* Fonts */
|
|
717
|
+
/* Gap */
|
|
718
|
+
/* Media */
|
|
719
|
+
/* 512 */
|
|
720
|
+
/* 650 */
|
|
721
|
+
/* 768 */
|
|
722
|
+
/* 1024 */
|
|
723
|
+
/* 1010 */
|
|
724
|
+
/* 1200 */
|
|
725
|
+
/* 511 */
|
|
726
|
+
/* 1023 */
|
|
727
|
+
/* Zindex */
|
|
728
|
+
.Lazy-module_root__2Z72l {
|
|
729
|
+
display: block;
|
|
1125
730
|
}
|
|
1126
|
-
}
|
|
1127
731
|
|
|
1128
732
|
/* Colors */
|
|
1129
733
|
/* Fonts */
|
|
@@ -1423,64 +1027,6 @@
|
|
|
1423
1027
|
min-width: 50px;
|
|
1424
1028
|
}
|
|
1425
1029
|
|
|
1426
|
-
/* Colors */
|
|
1427
|
-
/* Fonts */
|
|
1428
|
-
/* Gap */
|
|
1429
|
-
/* Media */
|
|
1430
|
-
/* 512 */
|
|
1431
|
-
/* 650 */
|
|
1432
|
-
/* 768 */
|
|
1433
|
-
/* 1024 */
|
|
1434
|
-
/* 1010 */
|
|
1435
|
-
/* 1200 */
|
|
1436
|
-
/* 511 */
|
|
1437
|
-
/* 1023 */
|
|
1438
|
-
/* Zindex */
|
|
1439
|
-
.BookmarkButton-module_root__3KmuY {
|
|
1440
|
-
color: #e0e0e0;
|
|
1441
|
-
}
|
|
1442
|
-
.BookmarkButton-module_control__1A0ea {
|
|
1443
|
-
margin: 0;
|
|
1444
|
-
padding: 5px 3px;
|
|
1445
|
-
|
|
1446
|
-
cursor: pointer;
|
|
1447
|
-
|
|
1448
|
-
color: inherit;
|
|
1449
|
-
border-width: 0;
|
|
1450
|
-
outline: none;
|
|
1451
|
-
background-color: transparent;
|
|
1452
|
-
|
|
1453
|
-
-webkit-appearance: none;
|
|
1454
|
-
|
|
1455
|
-
-moz-appearance: none;
|
|
1456
|
-
|
|
1457
|
-
appearance: none;
|
|
1458
|
-
fill: transparent;
|
|
1459
|
-
}
|
|
1460
|
-
.BookmarkButton-module_dark__1cwyi {
|
|
1461
|
-
color: #fff;
|
|
1462
|
-
}
|
|
1463
|
-
.BookmarkButton-module_light__1uQyH {
|
|
1464
|
-
color: #000;
|
|
1465
|
-
}
|
|
1466
|
-
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1467
|
-
fill: #e0e0e0;
|
|
1468
|
-
}
|
|
1469
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1470
|
-
fill: #fff;
|
|
1471
|
-
}
|
|
1472
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1473
|
-
fill: #000;
|
|
1474
|
-
}
|
|
1475
|
-
@media only screen and (min-width: 64em) {
|
|
1476
|
-
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1477
|
-
width: 12px
|
|
1478
|
-
}
|
|
1479
|
-
}
|
|
1480
|
-
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1481
|
-
display: none;
|
|
1482
|
-
}
|
|
1483
|
-
|
|
1484
1030
|
/* Colors */
|
|
1485
1031
|
/* Fonts */
|
|
1486
1032
|
/* Gap */
|
|
@@ -1629,124 +1175,129 @@
|
|
|
1629
1175
|
/* 511 */
|
|
1630
1176
|
/* 1023 */
|
|
1631
1177
|
/* Zindex */
|
|
1632
|
-
.
|
|
1633
|
-
display: block;
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1178
|
+
.Tag-module_root__3IqWC {
|
|
1179
|
+
display: inline-block;
|
|
1180
|
+
|
|
1181
|
+
cursor: default;
|
|
1182
|
+
-webkit-user-select: none;
|
|
1183
|
+
-moz-user-select: none;
|
|
1184
|
+
-ms-user-select: none;
|
|
1185
|
+
user-select: none;
|
|
1186
|
+
vertical-align: middle;
|
|
1187
|
+
letter-spacing: 1px;
|
|
1188
|
+
text-transform: uppercase;
|
|
1637
1189
|
|
|
1638
1190
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1639
|
-
font-size:
|
|
1640
|
-
font-weight:
|
|
1641
|
-
line-height:
|
|
1191
|
+
font-size: 12px;
|
|
1192
|
+
font-weight: 600;
|
|
1193
|
+
line-height: 12px;
|
|
1642
1194
|
}
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1195
|
+
.Tag-module_small__2IAb7 {
|
|
1196
|
+
font-size: 12px;
|
|
1197
|
+
line-height: 12px
|
|
1198
|
+
}
|
|
1199
|
+
@media only screen and (min-width: 64em) {
|
|
1200
|
+
.Tag-module_small__2IAb7 {
|
|
1201
|
+
line-height: 14px
|
|
1647
1202
|
}
|
|
1648
1203
|
}
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1204
|
+
@media only screen and (min-width: 64em) {
|
|
1205
|
+
.Tag-module_large__22z_o {
|
|
1206
|
+
letter-spacing: 1px;
|
|
1207
|
+
|
|
1208
|
+
font-size: 14px;
|
|
1209
|
+
line-height: 16px
|
|
1652
1210
|
}
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1211
|
+
}
|
|
1212
|
+
.Tag-module_dark__sgnt1 {
|
|
1213
|
+
color: #000;
|
|
1656
1214
|
}
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
font-size: 36px
|
|
1215
|
+
.Tag-module_light__1zUhp {
|
|
1216
|
+
color: #fff;
|
|
1660
1217
|
}
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
/* Colors */
|
|
1664
|
-
/* Fonts */
|
|
1665
|
-
/* Gap */
|
|
1666
|
-
/* Media */
|
|
1667
|
-
/* 512 */
|
|
1668
|
-
/* 650 */
|
|
1669
|
-
/* 768 */
|
|
1670
|
-
/* 1024 */
|
|
1671
|
-
/* 1010 */
|
|
1672
|
-
/* 1200 */
|
|
1673
|
-
/* 511 */
|
|
1674
|
-
/* 1023 */
|
|
1675
|
-
/* Zindex */
|
|
1676
|
-
.Dropdown-module_root__11PNk {
|
|
1677
|
-
position: relative;
|
|
1678
|
-
z-index: 100;
|
|
1679
|
-
|
|
1680
|
-
display: inline-block;
|
|
1681
|
-
|
|
1682
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1218
|
+
.Tag-module_gold__2ksA7 {
|
|
1219
|
+
color: #b88b59;
|
|
1683
1220
|
}
|
|
1684
|
-
.
|
|
1685
|
-
|
|
1686
|
-
|
|
1221
|
+
.Tag-module_gray__mGAO_ {
|
|
1222
|
+
color: #757575;
|
|
1223
|
+
}
|
|
1224
|
+
.Tag-module_inherit__2QB5U {
|
|
1225
|
+
color: inherit;
|
|
1226
|
+
}
|
|
1227
|
+
@media only screen and (min-width: 64em) {
|
|
1228
|
+
.Tag-module_is1to1__3EDbC,
|
|
1229
|
+
.Tag-module_is1to2__3xbC6,
|
|
1230
|
+
.Tag-module_isInSuperBlock__38JE0 {
|
|
1231
|
+
letter-spacing: 1px;
|
|
1687
1232
|
|
|
1688
|
-
|
|
1233
|
+
font-size: 12px;
|
|
1234
|
+
line-height: 20px
|
|
1689
1235
|
}
|
|
1690
|
-
|
|
1691
|
-
|
|
1236
|
+
}
|
|
1237
|
+
@media only screen and (min-width: 64em) {
|
|
1238
|
+
.Tag-module_is1to3__3j5K-,
|
|
1239
|
+
.Tag-module_is1to4__2vq4r {
|
|
1240
|
+
letter-spacing: 0.5px;
|
|
1692
1241
|
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
padding: 3px 0;
|
|
1696
|
-
|
|
1697
|
-
border-radius: 5px;
|
|
1698
|
-
background: #fff;
|
|
1699
|
-
box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
|
|
1700
|
-
|
|
1701
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1702
|
-
font-size: 14px;
|
|
1703
|
-
line-height: 26px;
|
|
1242
|
+
font-size: 10px;
|
|
1243
|
+
line-height: 15px
|
|
1704
1244
|
}
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
text-decoration: none;
|
|
1245
|
+
}
|
|
1246
|
+
@media only screen and (min-width: 32em) {
|
|
1247
|
+
.Tag-module_slide__2nMDw,
|
|
1248
|
+
.Tag-module_game__3j5yG {
|
|
1249
|
+
width: 100%;
|
|
1711
1250
|
|
|
1712
|
-
|
|
1713
|
-
box-shadow: none;
|
|
1714
|
-
}
|
|
1715
|
-
.Dropdown-module_root__11PNk a:hover {
|
|
1716
|
-
color: #000;
|
|
1717
|
-
background-color: #f7f7f7;
|
|
1251
|
+
text-align: center
|
|
1718
1252
|
}
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1253
|
+
}
|
|
1254
|
+
.Tag-module_richRelated__2vbQQ {
|
|
1255
|
+
font-size: 12px;
|
|
1256
|
+
line-height: 17px
|
|
1722
1257
|
}
|
|
1723
1258
|
@media only screen and (min-width: 64em) {
|
|
1724
|
-
.
|
|
1725
|
-
|
|
1726
|
-
|
|
1259
|
+
.Tag-module_richRelated__2vbQQ {
|
|
1260
|
+
font-size: 14px;
|
|
1261
|
+
line-height: 20px
|
|
1727
1262
|
}
|
|
1728
1263
|
}
|
|
1729
|
-
.
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1264
|
+
.Tag-module_slide__2nMDw,
|
|
1265
|
+
.Tag-module_game__3j5yG,
|
|
1266
|
+
.Tag-module_card__1EAeF,
|
|
1267
|
+
.Tag-module_live__rwXuR,
|
|
1268
|
+
.Tag-module_episode__3o6gg,
|
|
1269
|
+
.Tag-module_podcast__VPoll,
|
|
1270
|
+
.Tag-module_rich__2URd9,
|
|
1271
|
+
.Tag-module_isInDynamicBlock__1YM9I {
|
|
1272
|
+
margin-bottom: 6px;
|
|
1737
1273
|
|
|
1738
|
-
|
|
1274
|
+
line-height: 10px
|
|
1739
1275
|
}
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1276
|
+
@media only screen and (min-width: 32em) {
|
|
1277
|
+
.Tag-module_slide__2nMDw,
|
|
1278
|
+
.Tag-module_game__3j5yG,
|
|
1279
|
+
.Tag-module_card__1EAeF,
|
|
1280
|
+
.Tag-module_live__rwXuR,
|
|
1281
|
+
.Tag-module_episode__3o6gg,
|
|
1282
|
+
.Tag-module_podcast__VPoll,
|
|
1283
|
+
.Tag-module_rich__2URd9,
|
|
1284
|
+
.Tag-module_isInDynamicBlock__1YM9I {
|
|
1285
|
+
margin-bottom: 10px
|
|
1286
|
+
}
|
|
1287
|
+
}
|
|
1288
|
+
@media only screen and (min-width: 32em) {
|
|
1289
|
+
.Tag-module_mobile__QQxuv {
|
|
1290
|
+
display: none
|
|
1291
|
+
}
|
|
1292
|
+
}
|
|
1293
|
+
.Tag-module_desktop__1Bjsy {
|
|
1294
|
+
display: none
|
|
1295
|
+
}
|
|
1296
|
+
@media only screen and (min-width: 32em) {
|
|
1297
|
+
.Tag-module_desktop__1Bjsy {
|
|
1298
|
+
display: block
|
|
1749
1299
|
}
|
|
1300
|
+
}
|
|
1750
1301
|
|
|
1751
1302
|
/* Colors */
|
|
1752
1303
|
/* Fonts */
|
|
@@ -1761,136 +1312,86 @@
|
|
|
1761
1312
|
/* 511 */
|
|
1762
1313
|
/* 1023 */
|
|
1763
1314
|
/* Zindex */
|
|
1764
|
-
.
|
|
1765
|
-
overflow: hidden;
|
|
1766
|
-
|
|
1767
|
-
transform: translateZ(0);
|
|
1768
|
-
|
|
1315
|
+
.MediaCaption-module_root__KqTdw {
|
|
1769
1316
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1770
1317
|
}
|
|
1771
|
-
.
|
|
1772
|
-
|
|
1773
|
-
display: -webkit-flex;
|
|
1774
|
-
display: -ms-flexbox;
|
|
1775
|
-
display: flex;
|
|
1776
|
-
flex-flow: row wrap;
|
|
1777
|
-
|
|
1778
|
-
margin: 0 0 0 -10px;
|
|
1779
|
-
padding: 0;
|
|
1318
|
+
.MediaCaption-module_root__KqTdw a {
|
|
1319
|
+
text-decoration: underline;
|
|
1780
1320
|
|
|
1781
|
-
|
|
1321
|
+
color: inherit;
|
|
1322
|
+
box-shadow: none;
|
|
1782
1323
|
}
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
margin: 0 0 0 -15px
|
|
1324
|
+
.MediaCaption-module_root__KqTdw a:hover {
|
|
1325
|
+
color: #b88b58;
|
|
1786
1326
|
}
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
min-width: 42px;
|
|
1792
|
-
height: 32px;
|
|
1793
|
-
padding-right: 10px;
|
|
1794
|
-
padding-left: 10px;
|
|
1795
|
-
|
|
1796
|
-
cursor: pointer;
|
|
1797
|
-
transition: color 250ms ease;
|
|
1798
|
-
text-align: center;
|
|
1327
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1328
|
+
max-width: 520px;
|
|
1329
|
+
padding-top: 4px;
|
|
1799
1330
|
|
|
1800
|
-
color: #
|
|
1331
|
+
color: #1a1a1a;
|
|
1801
1332
|
|
|
1802
|
-
|
|
1333
|
+
font-size: 14px;
|
|
1334
|
+
line-height: 18px
|
|
1803
1335
|
}
|
|
1804
|
-
@media only screen and (min-width:
|
|
1805
|
-
.
|
|
1806
|
-
|
|
1807
|
-
|
|
1336
|
+
@media only screen and (min-width: 32em) {
|
|
1337
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1338
|
+
font-size: 16px;
|
|
1339
|
+
line-height: 22px
|
|
1808
1340
|
}
|
|
1809
1341
|
}
|
|
1810
|
-
.
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
.Toolbar-module_item__36x7d::before {
|
|
1814
|
-
position: absolute;
|
|
1815
|
-
top: 7px;
|
|
1816
|
-
left: 0;
|
|
1817
|
-
|
|
1818
|
-
height: 18px;
|
|
1342
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1343
|
+
max-width: 520px;
|
|
1344
|
+
padding-top: 1px;
|
|
1819
1345
|
|
|
1820
|
-
|
|
1821
|
-
vertical-align: middle;
|
|
1346
|
+
color: #666;
|
|
1822
1347
|
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
.Toolbar-module_item__36x7d:empty {
|
|
1826
|
-
display: none;
|
|
1827
|
-
}
|
|
1828
|
-
.Toolbar-module_isInTopbar__223iP {
|
|
1829
|
-
height: 100%;
|
|
1830
|
-
}
|
|
1831
|
-
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
1832
|
-
height: 100%;
|
|
1833
|
-
}
|
|
1834
|
-
.Toolbar-module_center__3_H8M {
|
|
1835
|
-
width: 100%;
|
|
1836
|
-
max-width: 650px;
|
|
1837
|
-
margin-right: auto;
|
|
1838
|
-
margin-left: auto;
|
|
1839
|
-
}
|
|
1840
|
-
.Toolbar-module_game__5-jY_ {
|
|
1841
|
-
margin-top: 11px
|
|
1348
|
+
font-size: 12px;
|
|
1349
|
+
line-height: 16px
|
|
1842
1350
|
}
|
|
1843
1351
|
@media only screen and (min-width: 32em) {
|
|
1844
|
-
.
|
|
1845
|
-
|
|
1352
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1353
|
+
padding-top: 3px
|
|
1846
1354
|
}
|
|
1847
1355
|
}
|
|
1848
|
-
.
|
|
1849
|
-
|
|
1850
|
-
justify-content: center
|
|
1851
|
-
}
|
|
1852
|
-
@media only screen and (min-width: 32em) {
|
|
1853
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1854
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1855
|
-
display: -webkit-box;
|
|
1856
|
-
display: -webkit-flex;
|
|
1857
|
-
display: -ms-flexbox;
|
|
1858
|
-
display: flex
|
|
1356
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1357
|
+
padding-top: 3px;
|
|
1859
1358
|
}
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
width: 260px
|
|
1359
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1360
|
+
color: #fff;
|
|
1863
1361
|
}
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
width: auto
|
|
1362
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1363
|
+
color: #929292;
|
|
1867
1364
|
}
|
|
1868
|
-
|
|
1869
|
-
.
|
|
1870
|
-
|
|
1365
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1366
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1367
|
+
padding-top: 10px
|
|
1871
1368
|
}
|
|
1872
1369
|
@media only screen and (min-width: 32em) {
|
|
1873
|
-
.
|
|
1874
|
-
|
|
1370
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1371
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1372
|
+
padding-top: 12px
|
|
1875
1373
|
}
|
|
1876
1374
|
}
|
|
1877
|
-
.
|
|
1878
|
-
.
|
|
1879
|
-
|
|
1375
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1376
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1377
|
+
padding-top: 9px
|
|
1880
1378
|
}
|
|
1881
|
-
@media only screen and (min-width:
|
|
1882
|
-
.
|
|
1883
|
-
.
|
|
1884
|
-
|
|
1379
|
+
@media only screen and (min-width: 32em) {
|
|
1380
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1381
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1382
|
+
padding-top: 11px
|
|
1885
1383
|
}
|
|
1886
1384
|
}
|
|
1887
|
-
.
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1385
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1386
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1387
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1388
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1389
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1390
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1391
|
+
max-width: 650px;
|
|
1892
1392
|
}
|
|
1893
1393
|
|
|
1394
|
+
|
|
1894
1395
|
/* Colors */
|
|
1895
1396
|
/* Fonts */
|
|
1896
1397
|
/* Gap */
|
|
@@ -1904,111 +1405,348 @@
|
|
|
1904
1405
|
/* 511 */
|
|
1905
1406
|
/* 1023 */
|
|
1906
1407
|
/* Zindex */
|
|
1907
|
-
.
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1911
|
-
font-size: 12px;
|
|
1912
|
-
line-height: 15px;
|
|
1913
|
-
|
|
1914
|
-
fill: inherit;
|
|
1408
|
+
.BookmarkButton-module_root__3KmuY {
|
|
1409
|
+
color: #e0e0e0;
|
|
1915
1410
|
}
|
|
1916
|
-
.
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
.Meta-module_simple__3vUiI,
|
|
1920
|
-
.Meta-module_slide__3g6fG,
|
|
1921
|
-
.Meta-module_card__LE1RK,
|
|
1922
|
-
.Meta-module_game__3aNlZ,
|
|
1923
|
-
.Meta-module_isInMaterial__zaYMy {
|
|
1924
|
-
width: 100%;
|
|
1411
|
+
.BookmarkButton-module_control__1A0ea {
|
|
1412
|
+
margin: 0;
|
|
1413
|
+
padding: 5px 3px;
|
|
1925
1414
|
|
|
1926
|
-
|
|
1415
|
+
cursor: pointer;
|
|
1416
|
+
|
|
1417
|
+
color: inherit;
|
|
1418
|
+
border-width: 0;
|
|
1419
|
+
outline: none;
|
|
1420
|
+
background-color: transparent;
|
|
1421
|
+
|
|
1422
|
+
-webkit-appearance: none;
|
|
1423
|
+
|
|
1424
|
+
-moz-appearance: none;
|
|
1425
|
+
|
|
1426
|
+
appearance: none;
|
|
1427
|
+
fill: transparent;
|
|
1927
1428
|
}
|
|
1928
|
-
.
|
|
1929
|
-
|
|
1429
|
+
.BookmarkButton-module_dark__1cwyi {
|
|
1430
|
+
color: #fff;
|
|
1930
1431
|
}
|
|
1931
|
-
.
|
|
1932
|
-
color:
|
|
1432
|
+
.BookmarkButton-module_light__1uQyH {
|
|
1433
|
+
color: #000;
|
|
1933
1434
|
}
|
|
1934
|
-
.
|
|
1935
|
-
|
|
1435
|
+
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1436
|
+
fill: #e0e0e0;
|
|
1437
|
+
}
|
|
1438
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1439
|
+
fill: #fff;
|
|
1440
|
+
}
|
|
1441
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1442
|
+
fill: #000;
|
|
1936
1443
|
}
|
|
1937
1444
|
@media only screen and (min-width: 64em) {
|
|
1938
|
-
.
|
|
1939
|
-
|
|
1445
|
+
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1446
|
+
width: 12px
|
|
1940
1447
|
}
|
|
1941
1448
|
}
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1449
|
+
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1450
|
+
display: none;
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
/* Colors */
|
|
1454
|
+
/* Fonts */
|
|
1455
|
+
/* Gap */
|
|
1456
|
+
/* Media */
|
|
1457
|
+
/* 512 */
|
|
1458
|
+
/* 650 */
|
|
1459
|
+
/* 768 */
|
|
1460
|
+
/* 1024 */
|
|
1461
|
+
/* 1010 */
|
|
1462
|
+
/* 1200 */
|
|
1463
|
+
/* 511 */
|
|
1464
|
+
/* 1023 */
|
|
1465
|
+
/* Zindex */
|
|
1466
|
+
.MaterialTitle-module_root__18ku- {
|
|
1467
|
+
display: block;
|
|
1468
|
+
}
|
|
1469
|
+
.MaterialTitle-module_root__18ku- {
|
|
1470
|
+
margin: 0;
|
|
1471
|
+
|
|
1472
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1473
|
+
font-size: 25px;
|
|
1474
|
+
font-weight: normal;
|
|
1475
|
+
line-height: 27px
|
|
1476
|
+
}
|
|
1477
|
+
@media only screen and (min-width: 48em) {
|
|
1478
|
+
.MaterialTitle-module_root__18ku- {
|
|
1479
|
+
font-size: 37px;
|
|
1480
|
+
line-height: 38px
|
|
1481
|
+
}
|
|
1482
|
+
}
|
|
1483
|
+
.MaterialTitle-module_primary__2Sfmx {
|
|
1484
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1485
|
+
font-weight: normal;
|
|
1486
|
+
}
|
|
1487
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1488
|
+
font-size: 24px;
|
|
1489
|
+
font-weight: 700
|
|
1490
|
+
}
|
|
1491
|
+
@media only screen and (min-width: 48em) {
|
|
1492
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1493
|
+
font-size: 36px
|
|
1949
1494
|
}
|
|
1950
1495
|
}
|
|
1951
|
-
.Meta-module_light__2baE- {
|
|
1952
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1953
1496
|
|
|
1954
|
-
|
|
1497
|
+
/* Colors */
|
|
1498
|
+
/* Fonts */
|
|
1499
|
+
/* Gap */
|
|
1500
|
+
/* Media */
|
|
1501
|
+
/* 512 */
|
|
1502
|
+
/* 650 */
|
|
1503
|
+
/* 768 */
|
|
1504
|
+
/* 1024 */
|
|
1505
|
+
/* 1010 */
|
|
1506
|
+
/* 1200 */
|
|
1507
|
+
/* 511 */
|
|
1508
|
+
/* 1023 */
|
|
1509
|
+
/* Zindex */
|
|
1510
|
+
.DotsOnImage-module_root__2XP3Q {
|
|
1511
|
+
position: relative;
|
|
1512
|
+
|
|
1513
|
+
display: block;
|
|
1514
|
+
|
|
1515
|
+
width: 100%;
|
|
1955
1516
|
}
|
|
1956
|
-
.
|
|
1957
|
-
|
|
1517
|
+
.DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
|
|
1518
|
+
-webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
1519
|
+
animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
1958
1520
|
}
|
|
1959
|
-
.
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1521
|
+
.DotsOnImage-module_dot__H1wua {
|
|
1522
|
+
position: absolute;
|
|
1523
|
+
z-index: 10;
|
|
1524
|
+
|
|
1963
1525
|
display: -webkit-box;
|
|
1526
|
+
|
|
1964
1527
|
display: -webkit-flex;
|
|
1528
|
+
|
|
1965
1529
|
display: -ms-flexbox;
|
|
1530
|
+
|
|
1966
1531
|
display: flex;
|
|
1967
1532
|
align-items: center;
|
|
1968
|
-
flex-flow: row
|
|
1533
|
+
flex-flow: row nowrap;
|
|
1534
|
+
justify-content: center;
|
|
1535
|
+
|
|
1536
|
+
width: 28px;
|
|
1537
|
+
height: 28px;
|
|
1538
|
+
|
|
1539
|
+
will-change: opacity;
|
|
1969
1540
|
}
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1541
|
+
.DotsOnImage-module_marker__lH5cP {
|
|
1542
|
+
width: 20px;
|
|
1543
|
+
height: 20px;
|
|
1544
|
+
padding: 0;
|
|
1545
|
+
|
|
1546
|
+
cursor: pointer;
|
|
1547
|
+
text-align: center;
|
|
1548
|
+
|
|
1549
|
+
opacity: 0;
|
|
1550
|
+
color: #fff;
|
|
1551
|
+
border-width: 0;
|
|
1552
|
+
border-radius: 30px;
|
|
1553
|
+
outline-width: 0;
|
|
1554
|
+
background-color: #000;
|
|
1555
|
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
|
|
1556
|
+
|
|
1557
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1558
|
+
font-size: 9px;
|
|
1559
|
+
font-weight: 600;
|
|
1560
|
+
line-height: 22px;
|
|
1561
|
+
|
|
1562
|
+
-webkit-appearance: none;
|
|
1563
|
+
|
|
1564
|
+
-moz-appearance: none;
|
|
1565
|
+
|
|
1566
|
+
appearance: none;
|
|
1567
|
+
will-change: opacity;
|
|
1568
|
+
-webkit-tap-highlight-color: transparent
|
|
1569
|
+
}
|
|
1570
|
+
@media only screen and (min-width: 32em) {
|
|
1571
|
+
.DotsOnImage-module_marker__lH5cP {
|
|
1572
|
+
width: 28px;
|
|
1573
|
+
height: 28px;
|
|
1574
|
+
|
|
1575
|
+
font-size: 13px;
|
|
1576
|
+
line-height: 28px
|
|
1976
1577
|
}
|
|
1977
1578
|
}
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1579
|
+
.DotsOnImage-module_marker__lH5cP::after {
|
|
1580
|
+
position: absolute;
|
|
1581
|
+
top: -5px;
|
|
1582
|
+
right: -5px;
|
|
1583
|
+
bottom: -5px;
|
|
1584
|
+
left: -5px;
|
|
1585
|
+
|
|
1586
|
+
content: ''
|
|
1587
|
+
}
|
|
1588
|
+
@media only screen and (min-width: 32em) {
|
|
1589
|
+
.DotsOnImage-module_marker__lH5cP::after {
|
|
1590
|
+
content: none
|
|
1985
1591
|
}
|
|
1986
1592
|
}
|
|
1987
|
-
.
|
|
1593
|
+
.DotsOnImage-module_marker__lH5cP svg {
|
|
1594
|
+
display: block;
|
|
1595
|
+
|
|
1596
|
+
width: 100%;
|
|
1597
|
+
height: 100%;
|
|
1598
|
+
|
|
1599
|
+
will-change: opacity;
|
|
1600
|
+
}
|
|
1601
|
+
.DotsOnImage-module_marker__lH5cP:hover {
|
|
1602
|
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
|
|
1603
|
+
}
|
|
1604
|
+
.DotsOnImage-module_marker__lH5cP.DotsOnImage-module_isActive__3hh31 {
|
|
1605
|
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), 0 0 0 1px #fff;
|
|
1606
|
+
}
|
|
1607
|
+
.DotsOnImage-module_popover__35Cpj {
|
|
1988
1608
|
position: absolute;
|
|
1989
1609
|
z-index: 10;
|
|
1990
|
-
right: -12px;
|
|
1991
|
-
bottom: -4px
|
|
1992
1610
|
}
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1611
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
|
|
1612
|
+
transform: translateX(50px);
|
|
1613
|
+
}
|
|
1614
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
|
|
1615
|
+
transform: translateX(-100%) translateX(-22px);
|
|
1616
|
+
}
|
|
1617
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
|
|
1618
|
+
transform: translateX(50px) translateY(-100%) translateY(22px);
|
|
1619
|
+
}
|
|
1620
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isBottom__3Nk1T {
|
|
1621
|
+
transform: translateX(-100%) translateX(-22px) translateY(-100%)
|
|
1622
|
+
translateY(22px);
|
|
1996
1623
|
}
|
|
1624
|
+
@-webkit-keyframes DotsOnImage-module_show__2TMBv {
|
|
1625
|
+
0% {
|
|
1626
|
+
transform: scale(0.4);
|
|
1627
|
+
|
|
1628
|
+
opacity: 0;
|
|
1629
|
+
}
|
|
1630
|
+
|
|
1631
|
+
90% {
|
|
1632
|
+
transform: scale(1.1);
|
|
1633
|
+
|
|
1634
|
+
opacity: 1;
|
|
1635
|
+
}
|
|
1636
|
+
|
|
1637
|
+
100% {
|
|
1638
|
+
transform: scale(1);
|
|
1639
|
+
|
|
1640
|
+
opacity: 1;
|
|
1997
1641
|
}
|
|
1998
|
-
/* VISIBILITY */
|
|
1999
|
-
@media only screen and (min-width: 32em) {
|
|
2000
|
-
.Meta-module_mobile__22LGV {
|
|
2001
|
-
display: none
|
|
2002
1642
|
}
|
|
1643
|
+
@keyframes DotsOnImage-module_show__2TMBv {
|
|
1644
|
+
0% {
|
|
1645
|
+
transform: scale(0.4);
|
|
1646
|
+
|
|
1647
|
+
opacity: 0;
|
|
1648
|
+
}
|
|
1649
|
+
|
|
1650
|
+
90% {
|
|
1651
|
+
transform: scale(1.1);
|
|
1652
|
+
|
|
1653
|
+
opacity: 1;
|
|
1654
|
+
}
|
|
1655
|
+
|
|
1656
|
+
100% {
|
|
1657
|
+
transform: scale(1);
|
|
1658
|
+
|
|
1659
|
+
opacity: 1;
|
|
2003
1660
|
}
|
|
2004
|
-
.Meta-module_desktop__1ZGUS {
|
|
2005
|
-
display: none
|
|
2006
1661
|
}
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
1662
|
+
|
|
1663
|
+
/* Colors */
|
|
1664
|
+
/* Fonts */
|
|
1665
|
+
/* Gap */
|
|
1666
|
+
/* Media */
|
|
1667
|
+
/* 512 */
|
|
1668
|
+
/* 650 */
|
|
1669
|
+
/* 768 */
|
|
1670
|
+
/* 1024 */
|
|
1671
|
+
/* 1010 */
|
|
1672
|
+
/* 1200 */
|
|
1673
|
+
/* 511 */
|
|
1674
|
+
/* 1023 */
|
|
1675
|
+
/* Zindex */
|
|
1676
|
+
.Dropdown-module_root__11PNk {
|
|
1677
|
+
position: relative;
|
|
1678
|
+
z-index: 100;
|
|
1679
|
+
|
|
1680
|
+
display: inline-block;
|
|
1681
|
+
|
|
1682
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1683
|
+
}
|
|
1684
|
+
.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
|
|
1685
|
+
.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
|
|
1686
|
+
visibility: visible;
|
|
1687
|
+
|
|
1688
|
+
opacity: 1;
|
|
1689
|
+
}
|
|
1690
|
+
.Dropdown-module_root__11PNk ul {
|
|
1691
|
+
overflow: hidden;
|
|
1692
|
+
|
|
1693
|
+
width: 162px;
|
|
1694
|
+
margin: 0;
|
|
1695
|
+
padding: 3px 0;
|
|
1696
|
+
|
|
1697
|
+
border-radius: 5px;
|
|
1698
|
+
background: #fff;
|
|
1699
|
+
box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
|
|
1700
|
+
|
|
1701
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1702
|
+
font-size: 14px;
|
|
1703
|
+
line-height: 26px;
|
|
1704
|
+
}
|
|
1705
|
+
.Dropdown-module_root__11PNk a {
|
|
1706
|
+
display: block;
|
|
1707
|
+
|
|
1708
|
+
padding: 2px 15px;
|
|
1709
|
+
|
|
1710
|
+
text-decoration: none;
|
|
1711
|
+
|
|
1712
|
+
color: #000;
|
|
1713
|
+
box-shadow: none;
|
|
1714
|
+
}
|
|
1715
|
+
.Dropdown-module_root__11PNk a:hover {
|
|
1716
|
+
color: #000;
|
|
1717
|
+
background-color: #f7f7f7;
|
|
1718
|
+
}
|
|
1719
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1720
|
+
right: 0;
|
|
1721
|
+
left: auto
|
|
1722
|
+
}
|
|
1723
|
+
@media only screen and (min-width: 64em) {
|
|
1724
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1725
|
+
right: auto;
|
|
1726
|
+
left: 0
|
|
1727
|
+
}
|
|
1728
|
+
}
|
|
1729
|
+
.Dropdown-module_menu__3PIqD {
|
|
1730
|
+
position: absolute;
|
|
1731
|
+
top: 100%;
|
|
1732
|
+
left: 0;
|
|
1733
|
+
|
|
1734
|
+
visibility: hidden;
|
|
1735
|
+
|
|
1736
|
+
padding-top: 6px;
|
|
1737
|
+
|
|
1738
|
+
opacity: 0;
|
|
1739
|
+
}
|
|
1740
|
+
.Dropdown-module_menu__3PIqD::after {
|
|
1741
|
+
position: absolute;
|
|
1742
|
+
z-index: -1;
|
|
1743
|
+
top: -10px;
|
|
1744
|
+
right: -10px;
|
|
1745
|
+
bottom: -10px;
|
|
1746
|
+
left: -10px;
|
|
1747
|
+
|
|
1748
|
+
content: '';
|
|
2010
1749
|
}
|
|
2011
|
-
}
|
|
2012
1750
|
|
|
2013
1751
|
/* Colors */
|
|
2014
1752
|
/* Fonts */
|
|
@@ -2212,13 +1950,294 @@
|
|
|
2212
1950
|
opacity: 0;
|
|
2213
1951
|
}
|
|
2214
1952
|
}
|
|
2215
|
-
@keyframes Popover-module_fadeOut__3EZhx {
|
|
2216
|
-
0% {
|
|
2217
|
-
opacity: 1;
|
|
1953
|
+
@keyframes Popover-module_fadeOut__3EZhx {
|
|
1954
|
+
0% {
|
|
1955
|
+
opacity: 1;
|
|
1956
|
+
}
|
|
1957
|
+
100% {
|
|
1958
|
+
opacity: 0;
|
|
1959
|
+
}
|
|
1960
|
+
}
|
|
1961
|
+
|
|
1962
|
+
/* Colors */
|
|
1963
|
+
/* Fonts */
|
|
1964
|
+
/* Gap */
|
|
1965
|
+
/* Media */
|
|
1966
|
+
/* 512 */
|
|
1967
|
+
/* 650 */
|
|
1968
|
+
/* 768 */
|
|
1969
|
+
/* 1024 */
|
|
1970
|
+
/* 1010 */
|
|
1971
|
+
/* 1200 */
|
|
1972
|
+
/* 511 */
|
|
1973
|
+
/* 1023 */
|
|
1974
|
+
/* Zindex */
|
|
1975
|
+
.Meta-module_root__12AG7 {
|
|
1976
|
+
transform: translateZ(0);
|
|
1977
|
+
|
|
1978
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1979
|
+
font-size: 12px;
|
|
1980
|
+
line-height: 15px;
|
|
1981
|
+
|
|
1982
|
+
fill: inherit;
|
|
1983
|
+
}
|
|
1984
|
+
.Meta-module_rich__1XBtZ,
|
|
1985
|
+
.Meta-module_podcast__1m4zo,
|
|
1986
|
+
.Meta-module_episode__1K2Xv,
|
|
1987
|
+
.Meta-module_simple__3vUiI,
|
|
1988
|
+
.Meta-module_slide__3g6fG,
|
|
1989
|
+
.Meta-module_card__LE1RK,
|
|
1990
|
+
.Meta-module_game__3aNlZ,
|
|
1991
|
+
.Meta-module_isInMaterial__zaYMy {
|
|
1992
|
+
width: 100%;
|
|
1993
|
+
|
|
1994
|
+
color: rgba(0, 0, 0, 0.4);
|
|
1995
|
+
}
|
|
1996
|
+
.Meta-module_podcast__1m4zo {
|
|
1997
|
+
fill: currentColor;
|
|
1998
|
+
}
|
|
1999
|
+
.Meta-module_isInSearchItem__1wbpx {
|
|
2000
|
+
color: rgba(255, 255, 255, 0.7);
|
|
2001
|
+
}
|
|
2002
|
+
.Meta-module_card__LE1RK.Meta-module_isInMediaBlock__3xfPF,
|
|
2003
|
+
.Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF {
|
|
2004
|
+
text-align: left;
|
|
2005
|
+
}
|
|
2006
|
+
@media only screen and (min-width: 64em) {
|
|
2007
|
+
.Meta-module_center__3BBPr.Meta-module_half__1xRkT {
|
|
2008
|
+
text-align: left
|
|
2009
|
+
}
|
|
2010
|
+
}
|
|
2011
|
+
@media only screen and (min-width: 32em) {
|
|
2012
|
+
.Meta-module_episode__1K2Xv,
|
|
2013
|
+
.Meta-module_card__LE1RK,
|
|
2014
|
+
.Meta-module_slide__3g6fG,
|
|
2015
|
+
.Meta-module_game__3aNlZ,
|
|
2016
|
+
.Meta-module_center__3BBPr {
|
|
2017
|
+
text-align: center
|
|
2018
|
+
}
|
|
2019
|
+
}
|
|
2020
|
+
.Meta-module_light__2baE- {
|
|
2021
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2022
|
+
|
|
2023
|
+
fill: currentColor;
|
|
2024
|
+
}
|
|
2025
|
+
.Meta-module_dark__24y9m {
|
|
2026
|
+
color: rgba(0, 0, 0, 0.4);
|
|
2027
|
+
}
|
|
2028
|
+
.Meta-module_episode__1K2Xv,
|
|
2029
|
+
.Meta-module_card__LE1RK,
|
|
2030
|
+
.Meta-module_slide__3g6fG,
|
|
2031
|
+
.Meta-module_podcast__1m4zo {
|
|
2032
|
+
display: -webkit-box;
|
|
2033
|
+
display: -webkit-flex;
|
|
2034
|
+
display: -ms-flexbox;
|
|
2035
|
+
display: flex;
|
|
2036
|
+
align-items: center;
|
|
2037
|
+
flex-flow: row wrap
|
|
2038
|
+
}
|
|
2039
|
+
@media only screen and (min-width: 48em) {
|
|
2040
|
+
.Meta-module_episode__1K2Xv,
|
|
2041
|
+
.Meta-module_card__LE1RK,
|
|
2042
|
+
.Meta-module_slide__3g6fG,
|
|
2043
|
+
.Meta-module_podcast__1m4zo {
|
|
2044
|
+
display: block
|
|
2045
|
+
}
|
|
2046
|
+
}
|
|
2047
|
+
@media only screen and (max-width: 32.1875em) {
|
|
2048
|
+
.Meta-module_hasSource__2lXiN {
|
|
2049
|
+
display: -webkit-box;
|
|
2050
|
+
display: -webkit-flex;
|
|
2051
|
+
display: -ms-flexbox;
|
|
2052
|
+
display: flex;
|
|
2053
|
+
flex-flow: row wrap
|
|
2054
|
+
}
|
|
2055
|
+
}
|
|
2056
|
+
.Meta-module_bookmark__3ot3k {
|
|
2057
|
+
position: absolute;
|
|
2058
|
+
z-index: 10;
|
|
2059
|
+
right: -12px;
|
|
2060
|
+
bottom: -4px
|
|
2061
|
+
}
|
|
2062
|
+
@media only screen and (min-width: 32em) {
|
|
2063
|
+
.Meta-module_bookmark__3ot3k {
|
|
2064
|
+
display: none
|
|
2065
|
+
}
|
|
2066
|
+
}
|
|
2067
|
+
/* VISIBILITY */
|
|
2068
|
+
@media only screen and (min-width: 32em) {
|
|
2069
|
+
.Meta-module_mobile__22LGV {
|
|
2070
|
+
display: none
|
|
2071
|
+
}
|
|
2072
|
+
}
|
|
2073
|
+
.Meta-module_desktop__1ZGUS {
|
|
2074
|
+
display: none
|
|
2075
|
+
}
|
|
2076
|
+
@media only screen and (min-width: 32em) {
|
|
2077
|
+
.Meta-module_desktop__1ZGUS {
|
|
2078
|
+
display: block
|
|
2079
|
+
}
|
|
2080
|
+
}
|
|
2081
|
+
|
|
2082
|
+
/* Colors */
|
|
2083
|
+
/* Fonts */
|
|
2084
|
+
/* Gap */
|
|
2085
|
+
/* Media */
|
|
2086
|
+
/* 512 */
|
|
2087
|
+
/* 650 */
|
|
2088
|
+
/* 768 */
|
|
2089
|
+
/* 1024 */
|
|
2090
|
+
/* 1010 */
|
|
2091
|
+
/* 1200 */
|
|
2092
|
+
/* 511 */
|
|
2093
|
+
/* 1023 */
|
|
2094
|
+
/* Zindex */
|
|
2095
|
+
.Toolbar-module_root__2HF2r {
|
|
2096
|
+
overflow: hidden;
|
|
2097
|
+
|
|
2098
|
+
transform: translateZ(0);
|
|
2099
|
+
|
|
2100
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2101
|
+
}
|
|
2102
|
+
.Toolbar-module_list__1n5ny {
|
|
2103
|
+
display: -webkit-box;
|
|
2104
|
+
display: -webkit-flex;
|
|
2105
|
+
display: -ms-flexbox;
|
|
2106
|
+
display: flex;
|
|
2107
|
+
flex-flow: row wrap;
|
|
2108
|
+
|
|
2109
|
+
margin: 0 0 0 -10px;
|
|
2110
|
+
padding: 0;
|
|
2111
|
+
|
|
2112
|
+
list-style: none
|
|
2113
|
+
}
|
|
2114
|
+
@media only screen and (min-width: 64em) {
|
|
2115
|
+
.Toolbar-module_list__1n5ny {
|
|
2116
|
+
margin: 0 0 0 -15px
|
|
2117
|
+
}
|
|
2118
|
+
}
|
|
2119
|
+
.Toolbar-module_item__36x7d {
|
|
2120
|
+
position: relative;
|
|
2121
|
+
|
|
2122
|
+
min-width: 42px;
|
|
2123
|
+
height: 32px;
|
|
2124
|
+
padding-right: 10px;
|
|
2125
|
+
padding-left: 10px;
|
|
2126
|
+
|
|
2127
|
+
cursor: pointer;
|
|
2128
|
+
transition: color 250ms ease;
|
|
2129
|
+
text-align: center;
|
|
2130
|
+
|
|
2131
|
+
color: #808080;
|
|
2132
|
+
|
|
2133
|
+
line-height: 1
|
|
2134
|
+
}
|
|
2135
|
+
@media only screen and (min-width: 64em) {
|
|
2136
|
+
.Toolbar-module_item__36x7d {
|
|
2137
|
+
padding-right: 15px;
|
|
2138
|
+
padding-left: 15px
|
|
2139
|
+
}
|
|
2140
|
+
}
|
|
2141
|
+
.Toolbar-module_item__36x7d:last-child {
|
|
2142
|
+
margin-right: 0;
|
|
2143
|
+
}
|
|
2144
|
+
.Toolbar-module_item__36x7d::before {
|
|
2145
|
+
position: absolute;
|
|
2146
|
+
top: 7px;
|
|
2147
|
+
left: 0;
|
|
2148
|
+
|
|
2149
|
+
height: 18px;
|
|
2150
|
+
|
|
2151
|
+
content: '';
|
|
2152
|
+
vertical-align: middle;
|
|
2153
|
+
|
|
2154
|
+
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
2155
|
+
}
|
|
2156
|
+
.Toolbar-module_item__36x7d:empty {
|
|
2157
|
+
display: none;
|
|
2158
|
+
}
|
|
2159
|
+
.Toolbar-module_isInTopbar__223iP {
|
|
2160
|
+
height: 100%;
|
|
2161
|
+
}
|
|
2162
|
+
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
2163
|
+
height: 100%;
|
|
2164
|
+
}
|
|
2165
|
+
.Toolbar-module_center__3_H8M {
|
|
2166
|
+
width: 100%;
|
|
2167
|
+
max-width: 650px;
|
|
2168
|
+
margin-right: auto;
|
|
2169
|
+
margin-left: auto;
|
|
2170
|
+
}
|
|
2171
|
+
.Toolbar-module_game__5-jY_ {
|
|
2172
|
+
margin-top: 11px
|
|
2173
|
+
}
|
|
2174
|
+
@media only screen and (min-width: 32em) {
|
|
2175
|
+
.Toolbar-module_game__5-jY_ {
|
|
2176
|
+
margin-top: 18px
|
|
2177
|
+
}
|
|
2178
|
+
}
|
|
2179
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2180
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2181
|
+
justify-content: center
|
|
2182
|
+
}
|
|
2183
|
+
@media only screen and (min-width: 32em) {
|
|
2184
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2185
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2186
|
+
display: -webkit-box;
|
|
2187
|
+
display: -webkit-flex;
|
|
2188
|
+
display: -ms-flexbox;
|
|
2189
|
+
display: flex
|
|
2190
|
+
}
|
|
2191
|
+
}
|
|
2192
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
2193
|
+
width: 260px
|
|
2194
|
+
}
|
|
2195
|
+
@media only screen and (min-width: 32em) {
|
|
2196
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
2197
|
+
width: auto
|
|
2198
|
+
}
|
|
2199
|
+
}
|
|
2200
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
2201
|
+
content: none
|
|
2202
|
+
}
|
|
2203
|
+
@media only screen and (min-width: 32em) {
|
|
2204
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
2205
|
+
content: ''
|
|
2206
|
+
}
|
|
2218
2207
|
}
|
|
2219
|
-
|
|
2220
|
-
|
|
2208
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
2209
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
2210
|
+
content: none;
|
|
2211
|
+
}
|
|
2212
|
+
@media only screen and (min-width: 64em) {
|
|
2213
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2214
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2215
|
+
margin-left: 0
|
|
2216
|
+
}
|
|
2221
2217
|
}
|
|
2218
|
+
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
2219
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
2220
|
+
}
|
|
2221
|
+
[data-context="prodano"] .Toolbar-module_root__2HF2r {
|
|
2222
|
+
display: none;
|
|
2223
|
+
}
|
|
2224
|
+
|
|
2225
|
+
/* Colors */
|
|
2226
|
+
/* Fonts */
|
|
2227
|
+
/* Gap */
|
|
2228
|
+
/* Media */
|
|
2229
|
+
/* 512 */
|
|
2230
|
+
/* 650 */
|
|
2231
|
+
/* 768 */
|
|
2232
|
+
/* 1024 */
|
|
2233
|
+
/* 1010 */
|
|
2234
|
+
/* 1200 */
|
|
2235
|
+
/* 511 */
|
|
2236
|
+
/* 1023 */
|
|
2237
|
+
/* Zindex */
|
|
2238
|
+
.Timestamp-module_root__coOvT {
|
|
2239
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2240
|
+
font-weight: normal;
|
|
2222
2241
|
}
|
|
2223
2242
|
|
|
2224
2243
|
/* Colors */
|
|
@@ -2369,24 +2388,6 @@
|
|
|
2369
2388
|
}
|
|
2370
2389
|
}
|
|
2371
2390
|
|
|
2372
|
-
/* Colors */
|
|
2373
|
-
/* Fonts */
|
|
2374
|
-
/* Gap */
|
|
2375
|
-
/* Media */
|
|
2376
|
-
/* 512 */
|
|
2377
|
-
/* 650 */
|
|
2378
|
-
/* 768 */
|
|
2379
|
-
/* 1024 */
|
|
2380
|
-
/* 1010 */
|
|
2381
|
-
/* 1200 */
|
|
2382
|
-
/* 511 */
|
|
2383
|
-
/* 1023 */
|
|
2384
|
-
/* Zindex */
|
|
2385
|
-
.Timestamp-module_root__coOvT {
|
|
2386
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2387
|
-
font-weight: normal;
|
|
2388
|
-
}
|
|
2389
|
-
|
|
2390
2391
|
/* Colors */
|
|
2391
2392
|
/* Fonts */
|
|
2392
2393
|
/* Gap */
|
|
@@ -2597,167 +2598,94 @@
|
|
|
2597
2598
|
/* 511 */
|
|
2598
2599
|
/* 1023 */
|
|
2599
2600
|
/* Zindex */
|
|
2600
|
-
.
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
2605
|
-
border-radius: 4px;
|
|
2606
|
-
border-radius: 8px;
|
|
2607
|
-
background: #FFF8C4;
|
|
2608
|
-
|
|
2609
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2610
|
-
font-size: 16px;
|
|
2611
|
-
font-weight: normal;
|
|
2612
|
-
line-height: 20px
|
|
2613
|
-
}
|
|
2614
|
-
@media only screen and (min-width: 32em) {
|
|
2615
|
-
.ImportantLead-module_root__2BdT3 {
|
|
2616
|
-
margin: 25px 0;
|
|
2617
|
-
padding: 12px 15px 13px;
|
|
2618
|
-
|
|
2619
|
-
font-size: 17px;
|
|
2620
|
-
line-height: 24px
|
|
2621
|
-
}
|
|
2622
|
-
}
|
|
2623
|
-
.ImportantLead-module_root__2BdT3:last-child {
|
|
2624
|
-
margin-bottom: 0;
|
|
2625
|
-
}
|
|
2626
|
-
.ImportantLead-module_root__2BdT3:first-child {
|
|
2627
|
-
margin-top: 0;
|
|
2628
|
-
}
|
|
2629
|
-
.ImportantLead-module_root__2BdT3 a {
|
|
2630
|
-
color: #000;
|
|
2631
|
-
box-shadow: inset 0 -1px #000;
|
|
2632
|
-
}
|
|
2633
|
-
.ImportantLead-module_root__2BdT3 a:hover {
|
|
2634
|
-
color: #b88b59;
|
|
2635
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
2636
|
-
}
|
|
2637
|
-
.ImportantLead-module_slide__3kQ9x {
|
|
2638
|
-
max-width: 650px;
|
|
2639
|
-
margin-right: auto;
|
|
2640
|
-
margin-left: auto;
|
|
2601
|
+
.GroupedBlock-module_root__2qfQA {
|
|
2602
|
+
max-width: 644px;
|
|
2603
|
+
margin: 15px auto 0
|
|
2641
2604
|
}
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2605
|
+
@media only screen and (min-width: 48em) {
|
|
2606
|
+
.GroupedBlock-module_root__2qfQA {
|
|
2607
|
+
max-width: none;
|
|
2608
|
+
margin-top: 25px;
|
|
2609
|
+
margin-bottom: 20px
|
|
2646
2610
|
}
|
|
2647
2611
|
}
|
|
2648
|
-
.
|
|
2649
|
-
|
|
2612
|
+
.GroupedBlock-module_hasFigcaption__2_mcf {
|
|
2613
|
+
margin-bottom: 15px;
|
|
2650
2614
|
}
|
|
2651
|
-
@media only screen and (min-width:
|
|
2652
|
-
.
|
|
2653
|
-
|
|
2615
|
+
@media only screen and (min-width: 48em) {
|
|
2616
|
+
.GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
|
|
2617
|
+
margin-top: 25px
|
|
2654
2618
|
}
|
|
2655
2619
|
}
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
/* Colors */
|
|
2659
|
-
/* Fonts */
|
|
2660
|
-
/* Gap */
|
|
2661
|
-
/* Media */
|
|
2662
|
-
/* 512 */
|
|
2663
|
-
/* 650 */
|
|
2664
|
-
/* 768 */
|
|
2665
|
-
/* 1024 */
|
|
2666
|
-
/* 1010 */
|
|
2667
|
-
/* 1200 */
|
|
2668
|
-
/* 511 */
|
|
2669
|
-
/* 1023 */
|
|
2670
|
-
/* Zindex */
|
|
2671
|
-
.HalfBlock-module_root__2frv2 {
|
|
2672
|
-
position: relative;
|
|
2673
|
-
|
|
2674
|
-
text-align: left;
|
|
2620
|
+
.GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
|
|
2621
|
+
margin-bottom: 0;
|
|
2675
2622
|
}
|
|
2676
|
-
.
|
|
2623
|
+
.GroupedBlock-module_items__2DV2X {
|
|
2677
2624
|
display: -webkit-box;
|
|
2678
2625
|
display: -webkit-flex;
|
|
2679
2626
|
display: -ms-flexbox;
|
|
2680
2627
|
display: flex;
|
|
2681
|
-
flex-
|
|
2628
|
+
flex-direction: column;
|
|
2629
|
+
flex-wrap: nowrap
|
|
2682
2630
|
}
|
|
2683
|
-
@media only screen and (min-width:
|
|
2684
|
-
.
|
|
2685
|
-
|
|
2686
|
-
flex-flow: row nowrap
|
|
2631
|
+
@media only screen and (min-width: 48em) {
|
|
2632
|
+
.GroupedBlock-module_items__2DV2X {
|
|
2633
|
+
flex-direction: row
|
|
2687
2634
|
}
|
|
2688
2635
|
}
|
|
2689
|
-
.
|
|
2690
|
-
|
|
2636
|
+
.GroupedBlock-module_item__3sz9_ {
|
|
2637
|
+
flex-grow: 1;
|
|
2691
2638
|
|
|
2692
|
-
|
|
2693
|
-
|
|
2639
|
+
width: 100%;
|
|
2640
|
+
min-width: 100%;
|
|
2641
|
+
max-width: 100%;
|
|
2642
|
+
margin-bottom: 20px
|
|
2694
2643
|
}
|
|
2695
2644
|
@media only screen and (min-width: 48em) {
|
|
2696
|
-
.
|
|
2697
|
-
|
|
2645
|
+
.GroupedBlock-module_item__3sz9_ {
|
|
2646
|
+
min-width: 0;
|
|
2647
|
+
max-width: none;
|
|
2648
|
+
margin-bottom: 0
|
|
2698
2649
|
}
|
|
2699
2650
|
}
|
|
2700
|
-
@media only screen and (min-width:
|
|
2701
|
-
.
|
|
2702
|
-
|
|
2703
|
-
justify-content: center;
|
|
2704
|
-
order: 0;
|
|
2705
|
-
|
|
2706
|
-
width: 50%;
|
|
2707
|
-
max-width: none;
|
|
2708
|
-
height: 100%;
|
|
2709
|
-
margin-left: 25px;
|
|
2710
|
-
|
|
2711
|
-
text-align: left
|
|
2651
|
+
@media only screen and (min-width: 48em) {
|
|
2652
|
+
.GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
|
|
2653
|
+
margin-left: 15px
|
|
2712
2654
|
}
|
|
2713
2655
|
}
|
|
2714
|
-
.
|
|
2715
|
-
width: 100%;
|
|
2656
|
+
.GroupedBlock-module_figcaption__2Q_wf {
|
|
2716
2657
|
max-width: 650px;
|
|
2717
|
-
margin:
|
|
2718
|
-
|
|
2658
|
+
margin-right: auto;
|
|
2659
|
+
margin-left: auto;
|
|
2719
2660
|
}
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
padding-top: 0;
|
|
2725
|
-
|
|
2726
|
-
border-top: 1px solid #e6e6e6
|
|
2661
|
+
/* DISPLAY */
|
|
2662
|
+
@media only screen and (min-width: 48em) {
|
|
2663
|
+
.GroupedBlock-module_default__3ylw_ {
|
|
2664
|
+
max-width: 650px
|
|
2727
2665
|
}
|
|
2728
2666
|
}
|
|
2729
|
-
.
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
margin: 0 -20px 0;
|
|
2733
|
-
margin-top: 18px
|
|
2734
|
-
}
|
|
2735
|
-
@media only screen and (min-width: 32em) {
|
|
2736
|
-
.HalfBlock-module_image__2lYel {
|
|
2737
|
-
margin: 31px 0 -5px
|
|
2667
|
+
.GroupedBlock-module_full__1dzQR {
|
|
2668
|
+
max-width: 980px;
|
|
2738
2669
|
}
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
.HalfBlock-module_image__2lYel {
|
|
2742
|
-
width: 50%;
|
|
2743
|
-
margin: 0
|
|
2670
|
+
.GroupedBlock-module_super_full__1PU72 {
|
|
2671
|
+
max-width: 1680px;
|
|
2744
2672
|
}
|
|
2745
|
-
}
|
|
2746
2673
|
/* VISIBILITY */
|
|
2747
2674
|
@media only screen and (min-width: 32em) {
|
|
2748
|
-
.
|
|
2675
|
+
.GroupedBlock-module_mobile__3n8Ub {
|
|
2749
2676
|
display: none
|
|
2750
2677
|
}
|
|
2751
2678
|
}
|
|
2752
|
-
.
|
|
2679
|
+
.GroupedBlock-module_desktop__6ZRpA {
|
|
2753
2680
|
display: none
|
|
2754
2681
|
}
|
|
2755
2682
|
@media only screen and (min-width: 32em) {
|
|
2756
|
-
.
|
|
2683
|
+
.GroupedBlock-module_desktop__6ZRpA {
|
|
2757
2684
|
display: block
|
|
2758
2685
|
}
|
|
2759
2686
|
}
|
|
2760
2687
|
|
|
2688
|
+
|
|
2761
2689
|
/* Colors */
|
|
2762
2690
|
/* Fonts */
|
|
2763
2691
|
/* Gap */
|
|
@@ -2771,94 +2699,96 @@
|
|
|
2771
2699
|
/* 511 */
|
|
2772
2700
|
/* 1023 */
|
|
2773
2701
|
/* Zindex */
|
|
2774
|
-
.
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
@media only screen and (min-width: 48em) {
|
|
2779
|
-
.GroupedBlock-module_root__2qfQA {
|
|
2780
|
-
max-width: none;
|
|
2781
|
-
margin-top: 25px;
|
|
2782
|
-
margin-bottom: 20px
|
|
2783
|
-
}
|
|
2784
|
-
}
|
|
2785
|
-
.GroupedBlock-module_hasFigcaption__2_mcf {
|
|
2786
|
-
margin-bottom: 15px;
|
|
2787
|
-
}
|
|
2788
|
-
@media only screen and (min-width: 48em) {
|
|
2789
|
-
.GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
|
|
2790
|
-
margin-top: 25px
|
|
2791
|
-
}
|
|
2792
|
-
}
|
|
2793
|
-
.GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
|
|
2794
|
-
margin-bottom: 0;
|
|
2702
|
+
.HalfBlock-module_root__2frv2 {
|
|
2703
|
+
position: relative;
|
|
2704
|
+
|
|
2705
|
+
text-align: left;
|
|
2795
2706
|
}
|
|
2796
|
-
.
|
|
2707
|
+
.HalfBlock-module_main__2XX73 {
|
|
2797
2708
|
display: -webkit-box;
|
|
2798
2709
|
display: -webkit-flex;
|
|
2799
2710
|
display: -ms-flexbox;
|
|
2800
2711
|
display: flex;
|
|
2801
|
-
flex-
|
|
2802
|
-
flex-wrap: nowrap
|
|
2712
|
+
flex-flow: column nowrap
|
|
2803
2713
|
}
|
|
2804
|
-
@media only screen and (min-width:
|
|
2805
|
-
.
|
|
2806
|
-
|
|
2714
|
+
@media only screen and (min-width: 64em) {
|
|
2715
|
+
.HalfBlock-module_main__2XX73 {
|
|
2716
|
+
align-items: center;
|
|
2717
|
+
flex-flow: row nowrap
|
|
2807
2718
|
}
|
|
2808
2719
|
}
|
|
2809
|
-
.
|
|
2810
|
-
|
|
2720
|
+
.HalfBlock-module_body__3MnEN {
|
|
2721
|
+
order: -1;
|
|
2811
2722
|
|
|
2812
|
-
width:
|
|
2813
|
-
|
|
2814
|
-
max-width: 100%;
|
|
2815
|
-
margin-bottom: 20px
|
|
2723
|
+
max-width: 860px;
|
|
2724
|
+
margin: 0 auto
|
|
2816
2725
|
}
|
|
2817
2726
|
@media only screen and (min-width: 48em) {
|
|
2818
|
-
.
|
|
2819
|
-
|
|
2820
|
-
max-width: none;
|
|
2821
|
-
margin-bottom: 0
|
|
2727
|
+
.HalfBlock-module_body__3MnEN {
|
|
2728
|
+
text-align: center
|
|
2822
2729
|
}
|
|
2823
2730
|
}
|
|
2824
|
-
@media only screen and (min-width:
|
|
2825
|
-
.
|
|
2826
|
-
|
|
2731
|
+
@media only screen and (min-width: 64em) {
|
|
2732
|
+
.HalfBlock-module_body__3MnEN {
|
|
2733
|
+
align-items: flex-start;
|
|
2734
|
+
justify-content: center;
|
|
2735
|
+
order: 0;
|
|
2736
|
+
|
|
2737
|
+
width: 50%;
|
|
2738
|
+
max-width: none;
|
|
2739
|
+
height: 100%;
|
|
2740
|
+
margin-left: 25px;
|
|
2741
|
+
|
|
2742
|
+
text-align: left
|
|
2827
2743
|
}
|
|
2828
2744
|
}
|
|
2829
|
-
.
|
|
2745
|
+
.HalfBlock-module_footer__1C0yp {
|
|
2746
|
+
width: 100%;
|
|
2830
2747
|
max-width: 650px;
|
|
2831
|
-
margin
|
|
2832
|
-
|
|
2748
|
+
margin: 0 auto;
|
|
2749
|
+
padding-top: 3px
|
|
2833
2750
|
}
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2751
|
+
@media only screen and (min-width: 64em) {
|
|
2752
|
+
.HalfBlock-module_footer__1C0yp {
|
|
2753
|
+
max-width: 1000px;
|
|
2754
|
+
margin: auto;
|
|
2755
|
+
padding-top: 0;
|
|
2756
|
+
|
|
2757
|
+
border-top: 1px solid #e6e6e6
|
|
2838
2758
|
}
|
|
2839
2759
|
}
|
|
2840
|
-
.
|
|
2841
|
-
|
|
2760
|
+
.HalfBlock-module_image__2lYel {
|
|
2761
|
+
flex-grow: 1;
|
|
2762
|
+
|
|
2763
|
+
margin: 0 -20px 0;
|
|
2764
|
+
margin-top: 18px
|
|
2842
2765
|
}
|
|
2843
|
-
|
|
2844
|
-
|
|
2766
|
+
@media only screen and (min-width: 32em) {
|
|
2767
|
+
.HalfBlock-module_image__2lYel {
|
|
2768
|
+
margin: 31px 0 -5px
|
|
2769
|
+
}
|
|
2770
|
+
}
|
|
2771
|
+
@media only screen and (min-width: 64em) {
|
|
2772
|
+
.HalfBlock-module_image__2lYel {
|
|
2773
|
+
width: 50%;
|
|
2774
|
+
margin: 0
|
|
2845
2775
|
}
|
|
2776
|
+
}
|
|
2846
2777
|
/* VISIBILITY */
|
|
2847
2778
|
@media only screen and (min-width: 32em) {
|
|
2848
|
-
.
|
|
2779
|
+
.HalfBlock-module_mobile__2latf {
|
|
2849
2780
|
display: none
|
|
2850
2781
|
}
|
|
2851
2782
|
}
|
|
2852
|
-
.
|
|
2783
|
+
.HalfBlock-module_desktop__3B1Ej {
|
|
2853
2784
|
display: none
|
|
2854
2785
|
}
|
|
2855
2786
|
@media only screen and (min-width: 32em) {
|
|
2856
|
-
.
|
|
2787
|
+
.HalfBlock-module_desktop__3B1Ej {
|
|
2857
2788
|
display: block
|
|
2858
2789
|
}
|
|
2859
2790
|
}
|
|
2860
2791
|
|
|
2861
|
-
|
|
2862
2792
|
/* Colors */
|
|
2863
2793
|
/* Fonts */
|
|
2864
2794
|
/* Gap */
|
|
@@ -3021,6 +2951,77 @@
|
|
|
3021
2951
|
}
|
|
3022
2952
|
}
|
|
3023
2953
|
|
|
2954
|
+
/* Colors */
|
|
2955
|
+
/* Fonts */
|
|
2956
|
+
/* Gap */
|
|
2957
|
+
/* Media */
|
|
2958
|
+
/* 512 */
|
|
2959
|
+
/* 650 */
|
|
2960
|
+
/* 768 */
|
|
2961
|
+
/* 1024 */
|
|
2962
|
+
/* 1010 */
|
|
2963
|
+
/* 1200 */
|
|
2964
|
+
/* 511 */
|
|
2965
|
+
/* 1023 */
|
|
2966
|
+
/* Zindex */
|
|
2967
|
+
.ImportantLead-module_root__2BdT3 {
|
|
2968
|
+
margin: 18px 0;
|
|
2969
|
+
padding: 12px 12px 13px;
|
|
2970
|
+
|
|
2971
|
+
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
2972
|
+
border-radius: 4px;
|
|
2973
|
+
border-radius: 8px;
|
|
2974
|
+
background: #FFF8C4;
|
|
2975
|
+
|
|
2976
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2977
|
+
font-size: 16px;
|
|
2978
|
+
font-weight: normal;
|
|
2979
|
+
line-height: 20px
|
|
2980
|
+
}
|
|
2981
|
+
@media only screen and (min-width: 32em) {
|
|
2982
|
+
.ImportantLead-module_root__2BdT3 {
|
|
2983
|
+
margin: 25px 0;
|
|
2984
|
+
padding: 12px 15px 13px;
|
|
2985
|
+
|
|
2986
|
+
font-size: 17px;
|
|
2987
|
+
line-height: 24px
|
|
2988
|
+
}
|
|
2989
|
+
}
|
|
2990
|
+
.ImportantLead-module_root__2BdT3:last-child {
|
|
2991
|
+
margin-bottom: 0;
|
|
2992
|
+
}
|
|
2993
|
+
.ImportantLead-module_root__2BdT3:first-child {
|
|
2994
|
+
margin-top: 0;
|
|
2995
|
+
}
|
|
2996
|
+
.ImportantLead-module_root__2BdT3 a {
|
|
2997
|
+
color: #000;
|
|
2998
|
+
box-shadow: inset 0 -1px #000;
|
|
2999
|
+
}
|
|
3000
|
+
.ImportantLead-module_root__2BdT3 a:hover {
|
|
3001
|
+
color: #b88b59;
|
|
3002
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
3003
|
+
}
|
|
3004
|
+
.ImportantLead-module_slide__3kQ9x {
|
|
3005
|
+
max-width: 650px;
|
|
3006
|
+
margin-right: auto;
|
|
3007
|
+
margin-left: auto;
|
|
3008
|
+
}
|
|
3009
|
+
/* VISIBILITY */
|
|
3010
|
+
@media only screen and (min-width: 32em) {
|
|
3011
|
+
.ImportantLead-module_mobile__3BXbm {
|
|
3012
|
+
display: none
|
|
3013
|
+
}
|
|
3014
|
+
}
|
|
3015
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
3016
|
+
display: none
|
|
3017
|
+
}
|
|
3018
|
+
@media only screen and (min-width: 32em) {
|
|
3019
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
3020
|
+
display: block
|
|
3021
|
+
}
|
|
3022
|
+
}
|
|
3023
|
+
|
|
3024
|
+
|
|
3024
3025
|
/* Colors */
|
|
3025
3026
|
/* Fonts */
|
|
3026
3027
|
/* Gap */
|
|
@@ -3842,113 +3843,11 @@ a mark {
|
|
|
3842
3843
|
.SourceBlock-module_desktop__DecT6 {
|
|
3843
3844
|
display: none
|
|
3844
3845
|
}
|
|
3845
|
-
@media only screen and (min-width: 32em) {
|
|
3846
|
-
.SourceBlock-module_desktop__DecT6 {
|
|
3847
|
-
display: block
|
|
3848
|
-
}
|
|
3849
|
-
}
|
|
3850
|
-
|
|
3851
|
-
/* Colors */
|
|
3852
|
-
/* Fonts */
|
|
3853
|
-
/* Gap */
|
|
3854
|
-
/* Media */
|
|
3855
|
-
/* 512 */
|
|
3856
|
-
/* 650 */
|
|
3857
|
-
/* 768 */
|
|
3858
|
-
/* 1024 */
|
|
3859
|
-
/* 1010 */
|
|
3860
|
-
/* 1200 */
|
|
3861
|
-
/* 511 */
|
|
3862
|
-
/* 1023 */
|
|
3863
|
-
/* Zindex */
|
|
3864
|
-
.MetaItem-module_root__2VQom {
|
|
3865
|
-
display: inline;
|
|
3866
|
-
|
|
3867
|
-
margin-right: 15px;
|
|
3868
|
-
}
|
|
3869
|
-
.MetaItem-module_root__2VQom > svg {
|
|
3870
|
-
display: inline-block;
|
|
3871
|
-
|
|
3872
|
-
margin-right: 1px;
|
|
3873
|
-
|
|
3874
|
-
vertical-align: top;
|
|
3875
|
-
|
|
3876
|
-
color: inherit;
|
|
3877
|
-
|
|
3878
|
-
fill: currentColor;
|
|
3879
|
-
}
|
|
3880
|
-
.MetaItem-module_root__2VQom a {
|
|
3881
|
-
display: inline;
|
|
3882
|
-
|
|
3883
|
-
text-decoration: underline;
|
|
3884
|
-
|
|
3885
|
-
color: inherit;
|
|
3886
|
-
|
|
3887
|
-
-webkit-text-decoration-skip: auto;
|
|
3888
|
-
}
|
|
3889
|
-
.MetaItem-module_root__2VQom a:hover {
|
|
3890
|
-
color: #b88b59;
|
|
3891
|
-
}
|
|
3892
|
-
.MetaItem-module_hasBullets__CkQPI {
|
|
3893
|
-
margin-right: 0;
|
|
3894
|
-
}
|
|
3895
|
-
.MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
|
|
3896
|
-
display: inline-block;
|
|
3897
|
-
|
|
3898
|
-
padding-right: 0.4em;
|
|
3899
|
-
padding-left: 0.4em;
|
|
3900
|
-
|
|
3901
|
-
content: '\B7';
|
|
3902
|
-
}
|
|
3903
|
-
@media only screen and (max-width: 32.1875em) {
|
|
3904
|
-
.MetaItem-module_hasSource__1DmCI {
|
|
3905
|
-
width: 100%;
|
|
3906
|
-
margin-top: 3px;
|
|
3907
|
-
margin-bottom: 3px
|
|
3908
|
-
}
|
|
3909
|
-
}
|
|
3910
|
-
@media only screen and (max-width: 32.1875em) {
|
|
3911
|
-
.MetaItem-module_hasSource__1DmCI:first-child {
|
|
3912
|
-
margin-top: 0
|
|
3913
|
-
}
|
|
3914
|
-
}
|
|
3915
|
-
.MetaItem-module_hasSource__1DmCI:last-child {
|
|
3916
|
-
margin-bottom: 0;
|
|
3917
|
-
}
|
|
3918
|
-
@media only screen and (max-width: 32.1875em) {
|
|
3919
|
-
.MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
|
|
3920
|
-
display: none
|
|
3921
|
-
}
|
|
3922
|
-
}
|
|
3923
|
-
@media only screen and (max-width: 32.1875em) {
|
|
3924
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
|
|
3925
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
|
|
3926
|
-
display: inline-block
|
|
3927
|
-
}
|
|
3928
|
-
}
|
|
3929
|
-
@media only screen and (max-width: 32.1875em) {
|
|
3930
|
-
.MetaItem-module_datetime__3tOWm,
|
|
3931
|
-
.MetaItem-module_listened__lwvAO,
|
|
3932
|
-
.MetaItem-module_read__5eAIG {
|
|
3933
|
-
width: auto
|
|
3934
|
-
}
|
|
3935
|
-
}
|
|
3936
|
-
@media only screen and (max-width: 32.1875em) {
|
|
3937
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
|
|
3938
|
-
order: -2
|
|
3939
|
-
}
|
|
3940
|
-
}
|
|
3941
|
-
@media only screen and (max-width: 32.1875em) {
|
|
3942
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
|
|
3943
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
|
|
3944
|
-
order: -1;
|
|
3945
|
-
|
|
3946
|
-
margin-top: 0
|
|
3846
|
+
@media only screen and (min-width: 32em) {
|
|
3847
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
3848
|
+
display: block
|
|
3947
3849
|
}
|
|
3948
3850
|
}
|
|
3949
|
-
.MetaItem-module_read__5eAIG svg {
|
|
3950
|
-
margin-top: -1px;
|
|
3951
|
-
}
|
|
3952
3851
|
|
|
3953
3852
|
/* Colors */
|
|
3954
3853
|
/* Fonts */
|
|
@@ -4441,193 +4340,6 @@ a mark {
|
|
|
4441
4340
|
vertical-align: top;
|
|
4442
4341
|
}
|
|
4443
4342
|
|
|
4444
|
-
/* Colors */
|
|
4445
|
-
/* Fonts */
|
|
4446
|
-
/* Gap */
|
|
4447
|
-
/* Media */
|
|
4448
|
-
/* 512 */
|
|
4449
|
-
/* 650 */
|
|
4450
|
-
/* 768 */
|
|
4451
|
-
/* 1024 */
|
|
4452
|
-
/* 1010 */
|
|
4453
|
-
/* 1200 */
|
|
4454
|
-
/* 511 */
|
|
4455
|
-
/* 1023 */
|
|
4456
|
-
/* Zindex */
|
|
4457
|
-
.SensitiveBlock-module_root__2iJbD {
|
|
4458
|
-
position: relative;
|
|
4459
|
-
|
|
4460
|
-
margin: 15px 0
|
|
4461
|
-
}
|
|
4462
|
-
@media only screen and (min-width: 32em) {
|
|
4463
|
-
.SensitiveBlock-module_root__2iJbD {
|
|
4464
|
-
margin: 25px 0 20px
|
|
4465
|
-
}
|
|
4466
|
-
}
|
|
4467
|
-
.SensitiveBlock-module_root__2iJbD:first-child {
|
|
4468
|
-
margin-top: 0;
|
|
4469
|
-
}
|
|
4470
|
-
.SensitiveBlock-module_root__2iJbD:last-child {
|
|
4471
|
-
margin-bottom: 0;
|
|
4472
|
-
}
|
|
4473
|
-
.SensitiveBlock-module_root__2iJbD figcaption {
|
|
4474
|
-
width: 100%;
|
|
4475
|
-
max-width: 650px;
|
|
4476
|
-
margin-right: auto;
|
|
4477
|
-
margin-left: auto;
|
|
4478
|
-
|
|
4479
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4480
|
-
}
|
|
4481
|
-
.SensitiveBlock-module_container__1Wtix {
|
|
4482
|
-
position: relative;
|
|
4483
|
-
|
|
4484
|
-
min-height: 170px;
|
|
4485
|
-
|
|
4486
|
-
transition: min-height 350ms ease;
|
|
4487
|
-
}
|
|
4488
|
-
.SensitiveBlock-module_overlay__hfDVS {
|
|
4489
|
-
position: absolute;
|
|
4490
|
-
z-index: 10;
|
|
4491
|
-
top: 0;
|
|
4492
|
-
right: -20px;
|
|
4493
|
-
bottom: 0;
|
|
4494
|
-
left: -20px;
|
|
4495
|
-
|
|
4496
|
-
display: -webkit-box;
|
|
4497
|
-
|
|
4498
|
-
display: -webkit-flex;
|
|
4499
|
-
|
|
4500
|
-
display: -ms-flexbox;
|
|
4501
|
-
|
|
4502
|
-
display: flex;
|
|
4503
|
-
align-items: center;
|
|
4504
|
-
flex-flow: column nowrap;
|
|
4505
|
-
justify-content: center;
|
|
4506
|
-
|
|
4507
|
-
padding: 30px 20px;
|
|
4508
|
-
|
|
4509
|
-
transition: opacity 500ms ease, visibility 500ms ease;
|
|
4510
|
-
|
|
4511
|
-
background-color: rgba(255, 255, 255, 1);
|
|
4512
|
-
background-repeat: no-repeat;
|
|
4513
|
-
background-position: center top;
|
|
4514
|
-
background-size: cover
|
|
4515
|
-
}
|
|
4516
|
-
@media only screen and (min-width: 32em) {
|
|
4517
|
-
.SensitiveBlock-module_overlay__hfDVS {
|
|
4518
|
-
right: 0;
|
|
4519
|
-
left: 0
|
|
4520
|
-
}
|
|
4521
|
-
}
|
|
4522
|
-
.SensitiveBlock-module_content__sNpxZ {
|
|
4523
|
-
-webkit-user-select: none;
|
|
4524
|
-
-moz-user-select: none;
|
|
4525
|
-
-ms-user-select: none;
|
|
4526
|
-
user-select: none;
|
|
4527
|
-
|
|
4528
|
-
color: #fff;
|
|
4529
|
-
|
|
4530
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4531
|
-
}
|
|
4532
|
-
.SensitiveBlock-module_content__sNpxZ p {
|
|
4533
|
-
display: block;
|
|
4534
|
-
|
|
4535
|
-
width: 100%;
|
|
4536
|
-
max-width: 368px;
|
|
4537
|
-
margin-top: 0;
|
|
4538
|
-
margin-bottom: 12px;
|
|
4539
|
-
|
|
4540
|
-
text-align: center;
|
|
4541
|
-
|
|
4542
|
-
font-size: 14px;
|
|
4543
|
-
line-height: 18px
|
|
4544
|
-
}
|
|
4545
|
-
@media only screen and (min-width: 32em) {
|
|
4546
|
-
.SensitiveBlock-module_content__sNpxZ p {
|
|
4547
|
-
margin-bottom: 24px;
|
|
4548
|
-
|
|
4549
|
-
font-size: 16px;
|
|
4550
|
-
line-height: 22px
|
|
4551
|
-
}
|
|
4552
|
-
}
|
|
4553
|
-
.SensitiveBlock-module_button__3BGZK {
|
|
4554
|
-
width: 100%;
|
|
4555
|
-
max-width: 348px;
|
|
4556
|
-
margin: 0 auto;
|
|
4557
|
-
}
|
|
4558
|
-
.SensitiveBlock-module_default__2HgmZ {
|
|
4559
|
-
max-width: 650px
|
|
4560
|
-
}
|
|
4561
|
-
@media only screen and (min-width: 32em) {
|
|
4562
|
-
.SensitiveBlock-module_default__2HgmZ {
|
|
4563
|
-
margin-right: auto;
|
|
4564
|
-
margin-left: auto
|
|
4565
|
-
}
|
|
4566
|
-
}
|
|
4567
|
-
.SensitiveBlock-module_full__3Hph9 {
|
|
4568
|
-
max-width: 980px
|
|
4569
|
-
}
|
|
4570
|
-
@media only screen and (min-width: 32em) {
|
|
4571
|
-
.SensitiveBlock-module_full__3Hph9 {
|
|
4572
|
-
margin-right: auto;
|
|
4573
|
-
margin-left: auto
|
|
4574
|
-
}
|
|
4575
|
-
}
|
|
4576
|
-
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
4577
|
-
right: -20px;
|
|
4578
|
-
left: -20px
|
|
4579
|
-
}
|
|
4580
|
-
@media only screen and (min-width: 32em) {
|
|
4581
|
-
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
4582
|
-
right: 0;
|
|
4583
|
-
left: 0
|
|
4584
|
-
}
|
|
4585
|
-
}
|
|
4586
|
-
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
4587
|
-
padding-right: 20px;
|
|
4588
|
-
padding-left: 20px
|
|
4589
|
-
}
|
|
4590
|
-
@media only screen and (min-width: 32em) {
|
|
4591
|
-
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
4592
|
-
padding-right: 0;
|
|
4593
|
-
padding-left: 0
|
|
4594
|
-
}
|
|
4595
|
-
}
|
|
4596
|
-
.SensitiveBlock-module_super_full__14UOv {
|
|
4597
|
-
max-width: 100%;
|
|
4598
|
-
}
|
|
4599
|
-
@media only screen and (min-width: 32em) {
|
|
4600
|
-
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_overlay__hfDVS {
|
|
4601
|
-
right: -15px;
|
|
4602
|
-
left: -15px
|
|
4603
|
-
}
|
|
4604
|
-
}
|
|
4605
|
-
@media only screen and (min-width: 32em) {
|
|
4606
|
-
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_media__3wnlo {
|
|
4607
|
-
padding-right: 15px;
|
|
4608
|
-
padding-left: 15px
|
|
4609
|
-
}
|
|
4610
|
-
}
|
|
4611
|
-
/* STATE */
|
|
4612
|
-
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_overlay__hfDVS {
|
|
4613
|
-
visibility: hidden;
|
|
4614
|
-
|
|
4615
|
-
pointer-events: none;
|
|
4616
|
-
|
|
4617
|
-
opacity: 0;
|
|
4618
|
-
}
|
|
4619
|
-
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
|
|
4620
|
-
min-height: 0;
|
|
4621
|
-
}
|
|
4622
|
-
/* CONTEXT */
|
|
4623
|
-
@media only screen and (max-width: 63.9375em) {
|
|
4624
|
-
.SensitiveBlock-module_isInCard__1L-lu .SensitiveBlock-module_overlay__hfDVS,
|
|
4625
|
-
.SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
|
|
4626
|
-
right: -11px;
|
|
4627
|
-
left: -11px
|
|
4628
|
-
}
|
|
4629
|
-
}
|
|
4630
|
-
|
|
4631
4343
|
/* Colors */
|
|
4632
4344
|
/* Fonts */
|
|
4633
4345
|
/* Gap */
|
|
@@ -4687,45 +4399,117 @@ a mark {
|
|
|
4687
4399
|
|
|
4688
4400
|
fill: #fff;
|
|
4689
4401
|
}
|
|
4690
|
-
.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b svg {
|
|
4691
|
-
color: #fff;
|
|
4402
|
+
.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b svg {
|
|
4403
|
+
color: #fff;
|
|
4404
|
+
|
|
4405
|
+
fill: transparent;
|
|
4406
|
+
}
|
|
4407
|
+
.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg {
|
|
4408
|
+
fill: currentColor;
|
|
4409
|
+
}
|
|
4410
|
+
.ToolbarButton-module_dark__GrIOr::before {
|
|
4411
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
4412
|
+
}
|
|
4413
|
+
.ToolbarButton-module_root__xN-fq [data-theme='dark'] {
|
|
4414
|
+
visibility: hidden;
|
|
4415
|
+
}
|
|
4416
|
+
.ToolbarButton-module_dark__GrIOr [data-theme='dark'] {
|
|
4417
|
+
visibility: visible;
|
|
4418
|
+
}
|
|
4419
|
+
.ToolbarButton-module_dark__GrIOr [data-theme='light'] {
|
|
4420
|
+
visibility: hidden;
|
|
4421
|
+
}
|
|
4422
|
+
.ToolbarButton-module_text__32m6s {
|
|
4423
|
+
display: inline-block;
|
|
4424
|
+
|
|
4425
|
+
padding-left: 5px;
|
|
4426
|
+
|
|
4427
|
+
vertical-align: middle;
|
|
4428
|
+
}
|
|
4429
|
+
.ToolbarButton-module_text__32m6s:empty {
|
|
4430
|
+
display: none;
|
|
4431
|
+
}
|
|
4432
|
+
.ToolbarButton-module_bookmark__3369b {
|
|
4433
|
+
color: #999;
|
|
4434
|
+
|
|
4435
|
+
fill: transparent;
|
|
4436
|
+
}
|
|
4437
|
+
.ToolbarButton-module_isActive__3NLAE {
|
|
4438
|
+
fill: currentColor;
|
|
4439
|
+
}
|
|
4440
|
+
|
|
4441
|
+
/* Colors */
|
|
4442
|
+
/* Fonts */
|
|
4443
|
+
/* Gap */
|
|
4444
|
+
/* Media */
|
|
4445
|
+
/* 512 */
|
|
4446
|
+
/* 650 */
|
|
4447
|
+
/* 768 */
|
|
4448
|
+
/* 1024 */
|
|
4449
|
+
/* 1010 */
|
|
4450
|
+
/* 1200 */
|
|
4451
|
+
/* 511 */
|
|
4452
|
+
/* 1023 */
|
|
4453
|
+
/* Zindex */
|
|
4454
|
+
.Footnote-module_root__2a0-B {
|
|
4455
|
+
position: relative;
|
|
4456
|
+
|
|
4457
|
+
width: 320px;
|
|
4458
|
+
padding: 20px;
|
|
4459
|
+
|
|
4460
|
+
border-radius: 8px;
|
|
4461
|
+
background-color: #fff;
|
|
4462
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4463
|
+
}
|
|
4464
|
+
.Footnote-module_body__259Ly {
|
|
4465
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4466
|
+
font-size: 16px;
|
|
4467
|
+
line-height: 22px;
|
|
4468
|
+
}
|
|
4469
|
+
.Footnote-module_body__259Ly h3 {
|
|
4470
|
+
margin: 0 0 16px;
|
|
4692
4471
|
|
|
4693
|
-
|
|
4694
|
-
|
|
4695
|
-
|
|
4696
|
-
fill: currentColor;
|
|
4472
|
+
font-size: inherit;
|
|
4473
|
+
font-weight: 700;
|
|
4474
|
+
line-height: inherit;
|
|
4697
4475
|
}
|
|
4698
|
-
.
|
|
4699
|
-
|
|
4476
|
+
.Footnote-module_body__259Ly p {
|
|
4477
|
+
margin: 0;
|
|
4700
4478
|
}
|
|
4701
|
-
.
|
|
4702
|
-
|
|
4479
|
+
.Footnote-module_body__259Ly p + p {
|
|
4480
|
+
margin-top: 6px;
|
|
4703
4481
|
}
|
|
4704
|
-
.
|
|
4705
|
-
|
|
4482
|
+
.Footnote-module_body__259Ly a {
|
|
4483
|
+
color: inherit;
|
|
4484
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
4706
4485
|
}
|
|
4707
|
-
.
|
|
4708
|
-
|
|
4486
|
+
.Footnote-module_body__259Ly a:hover {
|
|
4487
|
+
color: #b88b59;
|
|
4709
4488
|
}
|
|
4710
|
-
.
|
|
4711
|
-
|
|
4489
|
+
.Footnote-module_dismiss__1HKG5 {
|
|
4490
|
+
position: absolute;
|
|
4491
|
+
top: 0;
|
|
4492
|
+
right: 0;
|
|
4712
4493
|
|
|
4713
|
-
|
|
4494
|
+
margin: 0;
|
|
4495
|
+
padding: 6px 9px 10px;
|
|
4714
4496
|
|
|
4715
|
-
|
|
4716
|
-
}
|
|
4717
|
-
.ToolbarButton-module_text__32m6s:empty {
|
|
4718
|
-
display: none;
|
|
4719
|
-
}
|
|
4720
|
-
.ToolbarButton-module_bookmark__3369b {
|
|
4721
|
-
color: #999;
|
|
4497
|
+
cursor: pointer;
|
|
4722
4498
|
|
|
4723
|
-
|
|
4499
|
+
color: #b3b3b3;
|
|
4500
|
+
border-width: 0;
|
|
4501
|
+
outline: none;
|
|
4502
|
+
background-color: transparent;
|
|
4724
4503
|
}
|
|
4725
|
-
.
|
|
4726
|
-
|
|
4504
|
+
.Footnote-module_dismiss__1HKG5:hover {
|
|
4505
|
+
color: #757575;
|
|
4506
|
+
}
|
|
4507
|
+
.Footnote-module_dismiss__1HKG5 svg {
|
|
4508
|
+
width: 12px;
|
|
4509
|
+
height: 12px;
|
|
4727
4510
|
}
|
|
4728
4511
|
|
|
4512
|
+
|
|
4729
4513
|
/* Colors */
|
|
4730
4514
|
/* Fonts */
|
|
4731
4515
|
/* Gap */
|
|
@@ -4891,106 +4675,293 @@ a mark {
|
|
|
4891
4675
|
left: 0;
|
|
4892
4676
|
z-index: 10;
|
|
4893
4677
|
|
|
4894
|
-
min-height: 295px
|
|
4678
|
+
min-height: 295px
|
|
4679
|
+
}
|
|
4680
|
+
}
|
|
4681
|
+
@media only screen and (min-width: 32em) {
|
|
4682
|
+
.RelatedRichBlock-module_isCard__2naDz::before {
|
|
4683
|
+
padding-bottom: 66.66%;
|
|
4684
|
+
|
|
4685
|
+
content: ''
|
|
4686
|
+
}
|
|
4687
|
+
}
|
|
4688
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
4689
|
+
position: relative;
|
|
4690
|
+
|
|
4691
|
+
width: 100%
|
|
4692
|
+
}
|
|
4693
|
+
@media only screen and (min-width: 32em) {
|
|
4694
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
4695
|
+
position: absolute;
|
|
4696
|
+
top: 0;
|
|
4697
|
+
bottom: 0
|
|
4698
|
+
}
|
|
4699
|
+
}
|
|
4700
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
4701
|
+
display: block;
|
|
4702
|
+
|
|
4703
|
+
padding-bottom: 78.50746269%;
|
|
4704
|
+
|
|
4705
|
+
content: ''
|
|
4706
|
+
}
|
|
4707
|
+
@media only screen and (min-width: 32em) {
|
|
4708
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
4709
|
+
content: none
|
|
4710
|
+
}
|
|
4711
|
+
}
|
|
4712
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
4713
|
+
position: absolute;
|
|
4714
|
+
top: 50%;
|
|
4715
|
+
left: 50%;
|
|
4716
|
+
|
|
4717
|
+
width: 180px;
|
|
4718
|
+
height: 180px;
|
|
4719
|
+
|
|
4720
|
+
transform: translate(-50%, -50%)
|
|
4721
|
+
}
|
|
4722
|
+
@media only screen and (min-width: 32em) {
|
|
4723
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
4724
|
+
top: 25%;
|
|
4725
|
+
|
|
4726
|
+
transform: translate(-50%, -25%)
|
|
4727
|
+
}
|
|
4728
|
+
}
|
|
4729
|
+
.RelatedRichBlock-module_tag__3OLyG {
|
|
4730
|
+
position: absolute;
|
|
4731
|
+
top: 14px;
|
|
4732
|
+
right: 15px;
|
|
4733
|
+
left: 15px;
|
|
4734
|
+
z-index: 10;
|
|
4735
|
+
|
|
4736
|
+
color: rgba(255, 255, 255, 0.7);
|
|
4737
|
+
|
|
4738
|
+
font-size: 12px
|
|
4739
|
+
}
|
|
4740
|
+
@media only screen and (min-width: 64em) {
|
|
4741
|
+
.RelatedRichBlock-module_tag__3OLyG {
|
|
4742
|
+
top: 16px;
|
|
4743
|
+
right: 20px;
|
|
4744
|
+
left: 20px
|
|
4745
|
+
}
|
|
4746
|
+
}
|
|
4747
|
+
.RelatedRichBlock-module_center__197sx {
|
|
4748
|
+
width: 100%;
|
|
4749
|
+
max-width: 650px;
|
|
4750
|
+
margin-right: auto;
|
|
4751
|
+
margin-left: auto;
|
|
4752
|
+
}
|
|
4753
|
+
/* Themes */
|
|
4754
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
|
|
4755
|
+
color: #000;
|
|
4756
|
+
}
|
|
4757
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
|
|
4758
|
+
color: rgba(0, 0, 0, 0.7);
|
|
4759
|
+
}
|
|
4760
|
+
@media only screen and (min-width: 32em) {
|
|
4761
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_light__2mUxL {
|
|
4762
|
+
color: #fff;
|
|
4763
|
+
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
|
|
4764
|
+
}
|
|
4765
|
+
}
|
|
4766
|
+
/* Display */
|
|
4767
|
+
@media only screen and (min-width: 32em) {
|
|
4768
|
+
.RelatedRichBlock-module_mobile__JpCS4 {
|
|
4769
|
+
display: none
|
|
4770
|
+
}
|
|
4771
|
+
}
|
|
4772
|
+
.RelatedRichBlock-module_desktop__trL0D {
|
|
4773
|
+
display: none
|
|
4774
|
+
}
|
|
4775
|
+
@media only screen and (min-width: 32em) {
|
|
4776
|
+
.RelatedRichBlock-module_desktop__trL0D {
|
|
4777
|
+
display: block
|
|
4778
|
+
}
|
|
4779
|
+
}
|
|
4780
|
+
|
|
4781
|
+
/* Colors */
|
|
4782
|
+
/* Fonts */
|
|
4783
|
+
/* Gap */
|
|
4784
|
+
/* Media */
|
|
4785
|
+
/* 512 */
|
|
4786
|
+
/* 650 */
|
|
4787
|
+
/* 768 */
|
|
4788
|
+
/* 1024 */
|
|
4789
|
+
/* 1010 */
|
|
4790
|
+
/* 1200 */
|
|
4791
|
+
/* 511 */
|
|
4792
|
+
/* 1023 */
|
|
4793
|
+
/* Zindex */
|
|
4794
|
+
.SensitiveBlock-module_root__2iJbD {
|
|
4795
|
+
position: relative;
|
|
4796
|
+
|
|
4797
|
+
margin: 15px 0
|
|
4798
|
+
}
|
|
4799
|
+
@media only screen and (min-width: 32em) {
|
|
4800
|
+
.SensitiveBlock-module_root__2iJbD {
|
|
4801
|
+
margin: 25px 0 20px
|
|
4802
|
+
}
|
|
4803
|
+
}
|
|
4804
|
+
.SensitiveBlock-module_root__2iJbD:first-child {
|
|
4805
|
+
margin-top: 0;
|
|
4806
|
+
}
|
|
4807
|
+
.SensitiveBlock-module_root__2iJbD:last-child {
|
|
4808
|
+
margin-bottom: 0;
|
|
4809
|
+
}
|
|
4810
|
+
.SensitiveBlock-module_root__2iJbD figcaption {
|
|
4811
|
+
width: 100%;
|
|
4812
|
+
max-width: 650px;
|
|
4813
|
+
margin-right: auto;
|
|
4814
|
+
margin-left: auto;
|
|
4815
|
+
|
|
4816
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4817
|
+
}
|
|
4818
|
+
.SensitiveBlock-module_container__1Wtix {
|
|
4819
|
+
position: relative;
|
|
4820
|
+
|
|
4821
|
+
min-height: 170px;
|
|
4822
|
+
|
|
4823
|
+
transition: min-height 350ms ease;
|
|
4824
|
+
}
|
|
4825
|
+
.SensitiveBlock-module_overlay__hfDVS {
|
|
4826
|
+
position: absolute;
|
|
4827
|
+
z-index: 10;
|
|
4828
|
+
top: 0;
|
|
4829
|
+
right: -20px;
|
|
4830
|
+
bottom: 0;
|
|
4831
|
+
left: -20px;
|
|
4832
|
+
|
|
4833
|
+
display: -webkit-box;
|
|
4834
|
+
|
|
4835
|
+
display: -webkit-flex;
|
|
4836
|
+
|
|
4837
|
+
display: -ms-flexbox;
|
|
4838
|
+
|
|
4839
|
+
display: flex;
|
|
4840
|
+
align-items: center;
|
|
4841
|
+
flex-flow: column nowrap;
|
|
4842
|
+
justify-content: center;
|
|
4843
|
+
|
|
4844
|
+
padding: 30px 20px;
|
|
4845
|
+
|
|
4846
|
+
transition: opacity 500ms ease, visibility 500ms ease;
|
|
4847
|
+
|
|
4848
|
+
background-color: rgba(255, 255, 255, 1);
|
|
4849
|
+
background-repeat: no-repeat;
|
|
4850
|
+
background-position: center top;
|
|
4851
|
+
background-size: cover
|
|
4852
|
+
}
|
|
4853
|
+
@media only screen and (min-width: 32em) {
|
|
4854
|
+
.SensitiveBlock-module_overlay__hfDVS {
|
|
4855
|
+
right: 0;
|
|
4856
|
+
left: 0
|
|
4857
|
+
}
|
|
4858
|
+
}
|
|
4859
|
+
.SensitiveBlock-module_content__sNpxZ {
|
|
4860
|
+
-webkit-user-select: none;
|
|
4861
|
+
-moz-user-select: none;
|
|
4862
|
+
-ms-user-select: none;
|
|
4863
|
+
user-select: none;
|
|
4864
|
+
|
|
4865
|
+
color: #fff;
|
|
4866
|
+
|
|
4867
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4868
|
+
}
|
|
4869
|
+
.SensitiveBlock-module_content__sNpxZ p {
|
|
4870
|
+
display: block;
|
|
4871
|
+
|
|
4872
|
+
width: 100%;
|
|
4873
|
+
max-width: 368px;
|
|
4874
|
+
margin-top: 0;
|
|
4875
|
+
margin-bottom: 12px;
|
|
4876
|
+
|
|
4877
|
+
text-align: center;
|
|
4878
|
+
|
|
4879
|
+
font-size: 14px;
|
|
4880
|
+
line-height: 18px
|
|
4895
4881
|
}
|
|
4896
|
-
}
|
|
4897
4882
|
@media only screen and (min-width: 32em) {
|
|
4898
|
-
.
|
|
4899
|
-
|
|
4883
|
+
.SensitiveBlock-module_content__sNpxZ p {
|
|
4884
|
+
margin-bottom: 24px;
|
|
4900
4885
|
|
|
4901
|
-
|
|
4886
|
+
font-size: 16px;
|
|
4887
|
+
line-height: 22px
|
|
4902
4888
|
}
|
|
4903
4889
|
}
|
|
4904
|
-
.
|
|
4905
|
-
|
|
4906
|
-
|
|
4907
|
-
|
|
4890
|
+
.SensitiveBlock-module_button__3BGZK {
|
|
4891
|
+
width: 100%;
|
|
4892
|
+
max-width: 348px;
|
|
4893
|
+
margin: 0 auto;
|
|
4894
|
+
}
|
|
4895
|
+
.SensitiveBlock-module_default__2HgmZ {
|
|
4896
|
+
max-width: 650px
|
|
4908
4897
|
}
|
|
4909
4898
|
@media only screen and (min-width: 32em) {
|
|
4910
|
-
.
|
|
4911
|
-
|
|
4912
|
-
|
|
4913
|
-
bottom: 0
|
|
4899
|
+
.SensitiveBlock-module_default__2HgmZ {
|
|
4900
|
+
margin-right: auto;
|
|
4901
|
+
margin-left: auto
|
|
4914
4902
|
}
|
|
4915
4903
|
}
|
|
4916
|
-
.
|
|
4917
|
-
|
|
4918
|
-
|
|
4919
|
-
padding-bottom: 78.50746269%;
|
|
4920
|
-
|
|
4921
|
-
content: ''
|
|
4904
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
4905
|
+
max-width: 980px
|
|
4922
4906
|
}
|
|
4923
4907
|
@media only screen and (min-width: 32em) {
|
|
4924
|
-
.
|
|
4925
|
-
|
|
4908
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
4909
|
+
margin-right: auto;
|
|
4910
|
+
margin-left: auto
|
|
4926
4911
|
}
|
|
4927
4912
|
}
|
|
4928
|
-
.
|
|
4929
|
-
|
|
4930
|
-
|
|
4931
|
-
left: 50%;
|
|
4932
|
-
|
|
4933
|
-
width: 180px;
|
|
4934
|
-
height: 180px;
|
|
4935
|
-
|
|
4936
|
-
transform: translate(-50%, -50%)
|
|
4913
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
4914
|
+
right: -20px;
|
|
4915
|
+
left: -20px
|
|
4937
4916
|
}
|
|
4938
4917
|
@media only screen and (min-width: 32em) {
|
|
4939
|
-
.
|
|
4940
|
-
|
|
4941
|
-
|
|
4942
|
-
transform: translate(-50%, -25%)
|
|
4918
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
4919
|
+
right: 0;
|
|
4920
|
+
left: 0
|
|
4943
4921
|
}
|
|
4944
4922
|
}
|
|
4945
|
-
.
|
|
4946
|
-
|
|
4947
|
-
|
|
4948
|
-
right: 15px;
|
|
4949
|
-
left: 15px;
|
|
4950
|
-
z-index: 10;
|
|
4951
|
-
|
|
4952
|
-
color: rgba(255, 255, 255, 0.7);
|
|
4953
|
-
|
|
4954
|
-
font-size: 12px
|
|
4923
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
4924
|
+
padding-right: 20px;
|
|
4925
|
+
padding-left: 20px
|
|
4955
4926
|
}
|
|
4956
|
-
@media only screen and (min-width:
|
|
4957
|
-
.
|
|
4958
|
-
|
|
4959
|
-
|
|
4960
|
-
left: 20px
|
|
4927
|
+
@media only screen and (min-width: 32em) {
|
|
4928
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
4929
|
+
padding-right: 0;
|
|
4930
|
+
padding-left: 0
|
|
4961
4931
|
}
|
|
4962
4932
|
}
|
|
4963
|
-
.
|
|
4964
|
-
width: 100%;
|
|
4965
|
-
max-width: 650px;
|
|
4966
|
-
margin-right: auto;
|
|
4967
|
-
margin-left: auto;
|
|
4968
|
-
}
|
|
4969
|
-
/* Themes */
|
|
4970
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
|
|
4971
|
-
color: #000;
|
|
4972
|
-
}
|
|
4973
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
|
|
4974
|
-
color: rgba(0, 0, 0, 0.7);
|
|
4933
|
+
.SensitiveBlock-module_super_full__14UOv {
|
|
4934
|
+
max-width: 100%;
|
|
4975
4935
|
}
|
|
4976
4936
|
@media only screen and (min-width: 32em) {
|
|
4977
|
-
.
|
|
4978
|
-
|
|
4979
|
-
|
|
4937
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_overlay__hfDVS {
|
|
4938
|
+
right: -15px;
|
|
4939
|
+
left: -15px
|
|
4980
4940
|
}
|
|
4981
4941
|
}
|
|
4982
|
-
/* Display */
|
|
4983
4942
|
@media only screen and (min-width: 32em) {
|
|
4984
|
-
.
|
|
4985
|
-
|
|
4943
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_media__3wnlo {
|
|
4944
|
+
padding-right: 15px;
|
|
4945
|
+
padding-left: 15px
|
|
4986
4946
|
}
|
|
4987
4947
|
}
|
|
4988
|
-
|
|
4989
|
-
|
|
4948
|
+
/* STATE */
|
|
4949
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_overlay__hfDVS {
|
|
4950
|
+
visibility: hidden;
|
|
4951
|
+
|
|
4952
|
+
pointer-events: none;
|
|
4953
|
+
|
|
4954
|
+
opacity: 0;
|
|
4990
4955
|
}
|
|
4991
|
-
|
|
4992
|
-
|
|
4993
|
-
|
|
4956
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
|
|
4957
|
+
min-height: 0;
|
|
4958
|
+
}
|
|
4959
|
+
/* CONTEXT */
|
|
4960
|
+
@media only screen and (max-width: 63.9375em) {
|
|
4961
|
+
.SensitiveBlock-module_isInCard__1L-lu .SensitiveBlock-module_overlay__hfDVS,
|
|
4962
|
+
.SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
|
|
4963
|
+
right: -11px;
|
|
4964
|
+
left: -11px
|
|
4994
4965
|
}
|
|
4995
4966
|
}
|
|
4996
4967
|
|
|
@@ -5007,64 +4978,94 @@ a mark {
|
|
|
5007
4978
|
/* 511 */
|
|
5008
4979
|
/* 1023 */
|
|
5009
4980
|
/* Zindex */
|
|
5010
|
-
.
|
|
5011
|
-
|
|
5012
|
-
|
|
5013
|
-
width: 320px;
|
|
5014
|
-
padding: 20px;
|
|
4981
|
+
.MetaItem-module_root__2VQom {
|
|
4982
|
+
display: inline;
|
|
5015
4983
|
|
|
5016
|
-
|
|
5017
|
-
background-color: #fff;
|
|
5018
|
-
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
5019
|
-
}
|
|
5020
|
-
.Footnote-module_body__259Ly {
|
|
5021
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
5022
|
-
font-size: 16px;
|
|
5023
|
-
line-height: 22px;
|
|
4984
|
+
margin-right: 15px;
|
|
5024
4985
|
}
|
|
5025
|
-
.
|
|
5026
|
-
|
|
4986
|
+
.MetaItem-module_root__2VQom > svg {
|
|
4987
|
+
display: inline-block;
|
|
5027
4988
|
|
|
5028
|
-
|
|
5029
|
-
|
|
5030
|
-
|
|
5031
|
-
|
|
5032
|
-
|
|
5033
|
-
|
|
5034
|
-
|
|
5035
|
-
.Footnote-module_body__259Ly p + p {
|
|
5036
|
-
margin-top: 6px;
|
|
4989
|
+
margin-right: 1px;
|
|
4990
|
+
|
|
4991
|
+
vertical-align: top;
|
|
4992
|
+
|
|
4993
|
+
color: inherit;
|
|
4994
|
+
|
|
4995
|
+
fill: currentColor;
|
|
5037
4996
|
}
|
|
5038
|
-
.
|
|
4997
|
+
.MetaItem-module_root__2VQom a {
|
|
4998
|
+
display: inline;
|
|
4999
|
+
|
|
5000
|
+
text-decoration: underline;
|
|
5001
|
+
|
|
5039
5002
|
color: inherit;
|
|
5040
|
-
|
|
5003
|
+
|
|
5004
|
+
-webkit-text-decoration-skip: auto;
|
|
5041
5005
|
}
|
|
5042
|
-
.
|
|
5006
|
+
.MetaItem-module_root__2VQom a:hover {
|
|
5043
5007
|
color: #b88b59;
|
|
5044
5008
|
}
|
|
5045
|
-
.
|
|
5046
|
-
|
|
5047
|
-
|
|
5048
|
-
|
|
5049
|
-
|
|
5050
|
-
margin: 0;
|
|
5051
|
-
padding: 6px 9px 10px;
|
|
5009
|
+
.MetaItem-module_hasBullets__CkQPI {
|
|
5010
|
+
margin-right: 0;
|
|
5011
|
+
}
|
|
5012
|
+
.MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
|
|
5013
|
+
display: inline-block;
|
|
5052
5014
|
|
|
5053
|
-
|
|
5015
|
+
padding-right: 0.4em;
|
|
5016
|
+
padding-left: 0.4em;
|
|
5054
5017
|
|
|
5055
|
-
|
|
5056
|
-
border-width: 0;
|
|
5057
|
-
outline: none;
|
|
5058
|
-
background-color: transparent;
|
|
5018
|
+
content: '\B7';
|
|
5059
5019
|
}
|
|
5060
|
-
|
|
5061
|
-
|
|
5020
|
+
@media only screen and (max-width: 32.1875em) {
|
|
5021
|
+
.MetaItem-module_hasSource__1DmCI {
|
|
5022
|
+
width: 100%;
|
|
5023
|
+
margin-top: 3px;
|
|
5024
|
+
margin-bottom: 3px
|
|
5062
5025
|
}
|
|
5063
|
-
|
|
5064
|
-
|
|
5065
|
-
|
|
5026
|
+
}
|
|
5027
|
+
@media only screen and (max-width: 32.1875em) {
|
|
5028
|
+
.MetaItem-module_hasSource__1DmCI:first-child {
|
|
5029
|
+
margin-top: 0
|
|
5030
|
+
}
|
|
5031
|
+
}
|
|
5032
|
+
.MetaItem-module_hasSource__1DmCI:last-child {
|
|
5033
|
+
margin-bottom: 0;
|
|
5034
|
+
}
|
|
5035
|
+
@media only screen and (max-width: 32.1875em) {
|
|
5036
|
+
.MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
|
|
5037
|
+
display: none
|
|
5038
|
+
}
|
|
5039
|
+
}
|
|
5040
|
+
@media only screen and (max-width: 32.1875em) {
|
|
5041
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
|
|
5042
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
|
|
5043
|
+
display: inline-block
|
|
5044
|
+
}
|
|
5045
|
+
}
|
|
5046
|
+
@media only screen and (max-width: 32.1875em) {
|
|
5047
|
+
.MetaItem-module_datetime__3tOWm,
|
|
5048
|
+
.MetaItem-module_listened__lwvAO,
|
|
5049
|
+
.MetaItem-module_read__5eAIG {
|
|
5050
|
+
width: auto
|
|
5066
5051
|
}
|
|
5052
|
+
}
|
|
5053
|
+
@media only screen and (max-width: 32.1875em) {
|
|
5054
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
|
|
5055
|
+
order: -2
|
|
5056
|
+
}
|
|
5057
|
+
}
|
|
5058
|
+
@media only screen and (max-width: 32.1875em) {
|
|
5059
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
|
|
5060
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
|
|
5061
|
+
order: -1;
|
|
5067
5062
|
|
|
5063
|
+
margin-top: 0
|
|
5064
|
+
}
|
|
5065
|
+
}
|
|
5066
|
+
.MetaItem-module_read__5eAIG svg {
|
|
5067
|
+
margin-top: -1px;
|
|
5068
|
+
}
|
|
5068
5069
|
|
|
5069
5070
|
/* Colors */
|
|
5070
5071
|
/* Fonts */
|