@meduza/ui-kit-2 0.1.57 → 0.1.59
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 +7 -4
- 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 +7 -4
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +1505 -1505
- package/package.json +1 -1
- package/src/DotsOnImage/index.tsx +1 -0
- package/src/EmbedBlock/EmbedBlock.module.css +2 -2
- package/src/EmbedBlock/EmbedBlock.tsx +1 -0
- package/src/Image/Image.types.ts +1 -0
- package/src/Image/index.tsx +7 -3
package/dist/ui-kit.css
CHANGED
|
@@ -234,170 +234,6 @@
|
|
|
234
234
|
margin-top: -1px;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
/* Colors */
|
|
238
|
-
/* Fonts */
|
|
239
|
-
/* Gap */
|
|
240
|
-
/* Media */
|
|
241
|
-
/* 512 */
|
|
242
|
-
/* 650 */
|
|
243
|
-
/* 768 */
|
|
244
|
-
/* 1024 */
|
|
245
|
-
/* 1010 */
|
|
246
|
-
/* 1200 */
|
|
247
|
-
/* 511 */
|
|
248
|
-
/* 1023 */
|
|
249
|
-
/* Zindex */
|
|
250
|
-
.Switcher-module_root__1Env1 {
|
|
251
|
-
position: relative;
|
|
252
|
-
|
|
253
|
-
display: -webkit-box;
|
|
254
|
-
|
|
255
|
-
display: -webkit-flex;
|
|
256
|
-
|
|
257
|
-
display: -ms-flexbox;
|
|
258
|
-
|
|
259
|
-
display: flex;
|
|
260
|
-
flex-flow: row nowrap;
|
|
261
|
-
align-items: center;
|
|
262
|
-
|
|
263
|
-
font-weight: 600;
|
|
264
|
-
|
|
265
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
266
|
-
white-space: nowrap;
|
|
267
|
-
|
|
268
|
-
cursor: pointer;
|
|
269
|
-
|
|
270
|
-
-webkit-user-select: none;
|
|
271
|
-
|
|
272
|
-
-moz-user-select: none;
|
|
273
|
-
|
|
274
|
-
-ms-user-select: none;
|
|
275
|
-
|
|
276
|
-
user-select: none;
|
|
277
|
-
}
|
|
278
|
-
.Switcher-module_dark__1IzaH {
|
|
279
|
-
color: inherit;
|
|
280
|
-
}
|
|
281
|
-
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
282
|
-
background-color: transparent;
|
|
283
|
-
}
|
|
284
|
-
.Switcher-module_input__jaMVF {
|
|
285
|
-
position: absolute;
|
|
286
|
-
top: 0;
|
|
287
|
-
left: 0;
|
|
288
|
-
|
|
289
|
-
opacity: 0;
|
|
290
|
-
}
|
|
291
|
-
.Switcher-module_control__1NTvY {
|
|
292
|
-
position: relative;
|
|
293
|
-
|
|
294
|
-
display: block;
|
|
295
|
-
|
|
296
|
-
width: 37px;
|
|
297
|
-
height: 21px;
|
|
298
|
-
|
|
299
|
-
background-color: #e6e6e6;
|
|
300
|
-
|
|
301
|
-
border-radius: 15px;
|
|
302
|
-
}
|
|
303
|
-
.Switcher-module_control__1NTvY::before {
|
|
304
|
-
position: absolute;
|
|
305
|
-
top: 0;
|
|
306
|
-
bottom: 0;
|
|
307
|
-
left: 0;
|
|
308
|
-
|
|
309
|
-
width: 18px;
|
|
310
|
-
|
|
311
|
-
background: rgba(19, 191, 17, 0);
|
|
312
|
-
|
|
313
|
-
border-radius: 15px;
|
|
314
|
-
|
|
315
|
-
transition: 0.25s ease-in-out;
|
|
316
|
-
|
|
317
|
-
content: '';
|
|
318
|
-
}
|
|
319
|
-
.Switcher-module_knob__3kEy5 {
|
|
320
|
-
position: relative;
|
|
321
|
-
top: 2px;
|
|
322
|
-
left: 2px;
|
|
323
|
-
z-index: 200;
|
|
324
|
-
|
|
325
|
-
display: block;
|
|
326
|
-
|
|
327
|
-
width: 17px;
|
|
328
|
-
height: 17px;
|
|
329
|
-
|
|
330
|
-
background: #fff;
|
|
331
|
-
|
|
332
|
-
border-radius: 15px;
|
|
333
|
-
|
|
334
|
-
transition: 0.25s ease-in-out;
|
|
335
|
-
}
|
|
336
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
337
|
-
width: 100%;
|
|
338
|
-
|
|
339
|
-
background-color: #b88b59;
|
|
340
|
-
}
|
|
341
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
342
|
-
box-shadow: inset 0 0 0 1px transparent;
|
|
343
|
-
}
|
|
344
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
345
|
-
left: 18px;
|
|
346
|
-
}
|
|
347
|
-
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
348
|
-
margin-right: 6px;
|
|
349
|
-
}
|
|
350
|
-
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
351
|
-
margin-left: 6px;
|
|
352
|
-
}
|
|
353
|
-
/* panel */
|
|
354
|
-
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
355
|
-
|
|
356
|
-
color: #999;
|
|
357
|
-
|
|
358
|
-
font-size: 13px;
|
|
359
|
-
letter-spacing: 0.5px;
|
|
360
|
-
text-transform: uppercase;
|
|
361
|
-
}
|
|
362
|
-
/* menu */
|
|
363
|
-
.Switcher-module_isInMenu__3XJYj {
|
|
364
|
-
font-weight: normal;
|
|
365
|
-
}
|
|
366
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
367
|
-
margin-right: 8px;
|
|
368
|
-
}
|
|
369
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
370
|
-
width: 48px;
|
|
371
|
-
height: 30px;
|
|
372
|
-
}
|
|
373
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
374
|
-
top: 4px;
|
|
375
|
-
|
|
376
|
-
width: 22px;
|
|
377
|
-
height: 22px;
|
|
378
|
-
|
|
379
|
-
background-color: #bababa;
|
|
380
|
-
}
|
|
381
|
-
/* stylelint-disable selector-max-compound-selectors */
|
|
382
|
-
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
383
|
-
left: 23px;
|
|
384
|
-
|
|
385
|
-
background-color: #fff;
|
|
386
|
-
}
|
|
387
|
-
/* live */
|
|
388
|
-
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
389
|
-
|
|
390
|
-
color: #7f7f7f;
|
|
391
|
-
|
|
392
|
-
font-size: 13px;
|
|
393
|
-
letter-spacing: 0.5px;
|
|
394
|
-
text-transform: uppercase;
|
|
395
|
-
}
|
|
396
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
397
|
-
background-color: #1a1a1a;
|
|
398
|
-
box-shadow: inset 0 0 0 1px #323232;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
237
|
/* Colors */
|
|
402
238
|
/* Fonts */
|
|
403
239
|
/* Gap */
|
|
@@ -637,75 +473,155 @@
|
|
|
637
473
|
/* 511 */
|
|
638
474
|
/* 1023 */
|
|
639
475
|
/* Zindex */
|
|
640
|
-
.
|
|
476
|
+
.Switcher-module_root__1Env1 {
|
|
641
477
|
position: relative;
|
|
642
|
-
z-index: 1;
|
|
643
478
|
|
|
644
|
-
display:
|
|
645
|
-
overflow: hidden;
|
|
646
|
-
transition: background-color 250ms ease;
|
|
479
|
+
display: -webkit-box;
|
|
647
480
|
|
|
648
|
-
|
|
481
|
+
display: -webkit-flex;
|
|
482
|
+
|
|
483
|
+
display: -ms-flexbox;
|
|
484
|
+
|
|
485
|
+
display: flex;
|
|
486
|
+
flex-flow: row nowrap;
|
|
487
|
+
align-items: center;
|
|
488
|
+
|
|
489
|
+
font-weight: 600;
|
|
490
|
+
|
|
491
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
492
|
+
white-space: nowrap;
|
|
493
|
+
|
|
494
|
+
cursor: pointer;
|
|
495
|
+
|
|
496
|
+
-webkit-user-select: none;
|
|
497
|
+
|
|
498
|
+
-moz-user-select: none;
|
|
499
|
+
|
|
500
|
+
-ms-user-select: none;
|
|
501
|
+
|
|
502
|
+
user-select: none;
|
|
649
503
|
}
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
border-radius: inherit
|
|
504
|
+
.Switcher-module_dark__1IzaH {
|
|
505
|
+
color: inherit;
|
|
653
506
|
}
|
|
654
|
-
|
|
655
|
-
|
|
507
|
+
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
508
|
+
background-color: transparent;
|
|
509
|
+
}
|
|
510
|
+
.Switcher-module_input__jaMVF {
|
|
656
511
|
position: absolute;
|
|
657
512
|
top: 0;
|
|
658
513
|
left: 0;
|
|
659
514
|
|
|
660
|
-
|
|
661
|
-
height: 100%;
|
|
662
|
-
}
|
|
663
|
-
.Image-module_isLoaded__3XhU5 {
|
|
664
|
-
background-color: transparent;
|
|
515
|
+
opacity: 0;
|
|
665
516
|
}
|
|
666
|
-
.
|
|
517
|
+
.Switcher-module_control__1NTvY {
|
|
518
|
+
position: relative;
|
|
519
|
+
|
|
667
520
|
display: block;
|
|
668
521
|
|
|
669
|
-
width:
|
|
522
|
+
width: 37px;
|
|
523
|
+
height: 21px;
|
|
670
524
|
|
|
671
|
-
background-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
.Image-module_fullscreen__29apx picture {
|
|
675
|
-
cursor: pointer;
|
|
676
|
-
}
|
|
677
|
-
.Image-module_fullscreen__29apx picture:hover::after {
|
|
678
|
-
opacity: 1;
|
|
525
|
+
background-color: #e6e6e6;
|
|
526
|
+
|
|
527
|
+
border-radius: 15px;
|
|
679
528
|
}
|
|
680
|
-
.
|
|
529
|
+
.Switcher-module_control__1NTvY::before {
|
|
681
530
|
position: absolute;
|
|
682
|
-
|
|
683
|
-
bottom:
|
|
531
|
+
top: 0;
|
|
532
|
+
bottom: 0;
|
|
533
|
+
left: 0;
|
|
684
534
|
|
|
685
|
-
width:
|
|
686
|
-
height: 40px;
|
|
535
|
+
width: 18px;
|
|
687
536
|
|
|
688
|
-
|
|
689
|
-
pointer-events: none;
|
|
537
|
+
background: rgba(19, 191, 17, 0);
|
|
690
538
|
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
background-repeat: no-repeat;
|
|
697
|
-
background-position: center
|
|
539
|
+
border-radius: 15px;
|
|
540
|
+
|
|
541
|
+
transition: 0.25s ease-in-out;
|
|
542
|
+
|
|
543
|
+
content: '';
|
|
698
544
|
}
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
545
|
+
.Switcher-module_knob__3kEy5 {
|
|
546
|
+
position: relative;
|
|
547
|
+
top: 2px;
|
|
548
|
+
left: 2px;
|
|
549
|
+
z-index: 200;
|
|
550
|
+
|
|
551
|
+
display: block;
|
|
552
|
+
|
|
553
|
+
width: 17px;
|
|
554
|
+
height: 17px;
|
|
555
|
+
|
|
556
|
+
background: #fff;
|
|
557
|
+
|
|
558
|
+
border-radius: 15px;
|
|
559
|
+
|
|
560
|
+
transition: 0.25s ease-in-out;
|
|
702
561
|
}
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
562
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
563
|
+
width: 100%;
|
|
564
|
+
|
|
565
|
+
background-color: #b88b59;
|
|
706
566
|
}
|
|
707
|
-
.
|
|
708
|
-
|
|
567
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
568
|
+
box-shadow: inset 0 0 0 1px transparent;
|
|
569
|
+
}
|
|
570
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
571
|
+
left: 18px;
|
|
572
|
+
}
|
|
573
|
+
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
574
|
+
margin-right: 6px;
|
|
575
|
+
}
|
|
576
|
+
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
577
|
+
margin-left: 6px;
|
|
578
|
+
}
|
|
579
|
+
/* panel */
|
|
580
|
+
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
581
|
+
|
|
582
|
+
color: #999;
|
|
583
|
+
|
|
584
|
+
font-size: 13px;
|
|
585
|
+
letter-spacing: 0.5px;
|
|
586
|
+
text-transform: uppercase;
|
|
587
|
+
}
|
|
588
|
+
/* menu */
|
|
589
|
+
.Switcher-module_isInMenu__3XJYj {
|
|
590
|
+
font-weight: normal;
|
|
591
|
+
}
|
|
592
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
593
|
+
margin-right: 8px;
|
|
594
|
+
}
|
|
595
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
596
|
+
width: 48px;
|
|
597
|
+
height: 30px;
|
|
598
|
+
}
|
|
599
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
600
|
+
top: 4px;
|
|
601
|
+
|
|
602
|
+
width: 22px;
|
|
603
|
+
height: 22px;
|
|
604
|
+
|
|
605
|
+
background-color: #bababa;
|
|
606
|
+
}
|
|
607
|
+
/* stylelint-disable selector-max-compound-selectors */
|
|
608
|
+
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
609
|
+
left: 23px;
|
|
610
|
+
|
|
611
|
+
background-color: #fff;
|
|
612
|
+
}
|
|
613
|
+
/* live */
|
|
614
|
+
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
615
|
+
|
|
616
|
+
color: #7f7f7f;
|
|
617
|
+
|
|
618
|
+
font-size: 13px;
|
|
619
|
+
letter-spacing: 0.5px;
|
|
620
|
+
text-transform: uppercase;
|
|
621
|
+
}
|
|
622
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
623
|
+
background-color: #1a1a1a;
|
|
624
|
+
box-shadow: inset 0 0 0 1px #323232;
|
|
709
625
|
}
|
|
710
626
|
|
|
711
627
|
/* Colors */
|
|
@@ -904,264 +820,290 @@
|
|
|
904
820
|
/* 511 */
|
|
905
821
|
/* 1023 */
|
|
906
822
|
/* Zindex */
|
|
907
|
-
.
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
cursor: default;
|
|
911
|
-
-webkit-user-select: none;
|
|
912
|
-
-moz-user-select: none;
|
|
913
|
-
-ms-user-select: none;
|
|
914
|
-
user-select: none;
|
|
915
|
-
vertical-align: middle;
|
|
916
|
-
letter-spacing: 1px;
|
|
917
|
-
text-transform: uppercase;
|
|
918
|
-
|
|
919
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
920
|
-
font-size: 12px;
|
|
921
|
-
font-weight: 600;
|
|
922
|
-
line-height: 12px;
|
|
923
|
-
}
|
|
924
|
-
.Tag-module_small__2IAb7 {
|
|
925
|
-
font-size: 12px;
|
|
926
|
-
line-height: 12px
|
|
823
|
+
.Table-module_root__1VsG6 {
|
|
824
|
+
margin: 15px 0
|
|
927
825
|
}
|
|
928
|
-
@media only screen and (min-width:
|
|
929
|
-
.
|
|
930
|
-
|
|
826
|
+
@media only screen and (min-width: 32em) {
|
|
827
|
+
.Table-module_root__1VsG6 {
|
|
828
|
+
margin: 25px auto 20px
|
|
931
829
|
}
|
|
932
830
|
}
|
|
831
|
+
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
832
|
+
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
833
|
+
margin-right: -11px;
|
|
834
|
+
margin-left: -11px
|
|
835
|
+
}
|
|
933
836
|
@media only screen and (min-width: 64em) {
|
|
934
|
-
.
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
line-height: 16px
|
|
837
|
+
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
838
|
+
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
839
|
+
margin-right: 0;
|
|
840
|
+
margin-left: 0
|
|
939
841
|
}
|
|
940
842
|
}
|
|
941
|
-
.
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
.Tag-module_light__1zUhp {
|
|
945
|
-
color: #fff;
|
|
843
|
+
.Table-module_card__3gbok .Table-module_wrapper__1YTKM::after,
|
|
844
|
+
.Table-module_slide__nSGPC .Table-module_wrapper__1YTKM::after {
|
|
845
|
+
right: -11px;
|
|
946
846
|
}
|
|
947
|
-
.
|
|
948
|
-
|
|
847
|
+
.Table-module_root__1VsG6:first-child {
|
|
848
|
+
margin-top: 0;
|
|
949
849
|
}
|
|
950
|
-
.
|
|
951
|
-
|
|
850
|
+
.Table-module_root__1VsG6:last-child {
|
|
851
|
+
margin-bottom: 0;
|
|
952
852
|
}
|
|
953
|
-
.
|
|
954
|
-
|
|
853
|
+
.Table-module_table__nZIkV {
|
|
854
|
+
position: relative;
|
|
855
|
+
|
|
856
|
+
overflow-y: hidden;
|
|
857
|
+
|
|
858
|
+
margin: 0 -20px;
|
|
859
|
+
|
|
860
|
+
border-width: 1px 0;
|
|
861
|
+
border-style: solid;
|
|
862
|
+
border-color: rgba(232, 232, 232, 1);
|
|
863
|
+
|
|
864
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
|
|
955
865
|
}
|
|
956
|
-
@media only screen and (min-width:
|
|
957
|
-
.
|
|
958
|
-
|
|
959
|
-
.Tag-module_isInSuperBlock__38JE0 {
|
|
960
|
-
letter-spacing: 1px;
|
|
866
|
+
@media only screen and (min-width: 32em) {
|
|
867
|
+
.Table-module_table__nZIkV {
|
|
868
|
+
margin: 0;
|
|
961
869
|
|
|
962
|
-
|
|
963
|
-
|
|
870
|
+
border-width: 1px;
|
|
871
|
+
border-radius: 3px
|
|
964
872
|
}
|
|
965
873
|
}
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
.Tag-module_is1to4__2vq4r {
|
|
969
|
-
letter-spacing: 0.5px;
|
|
874
|
+
.Table-module_tracks__2wrDB {
|
|
875
|
+
display: table;
|
|
970
876
|
|
|
971
|
-
|
|
972
|
-
line-height: 15px
|
|
877
|
+
width: 100%
|
|
973
878
|
}
|
|
974
|
-
}
|
|
975
879
|
@media only screen and (min-width: 32em) {
|
|
976
|
-
.
|
|
977
|
-
|
|
978
|
-
width: 100%;
|
|
979
|
-
|
|
980
|
-
text-align: center
|
|
880
|
+
.Table-module_tracks__2wrDB {
|
|
881
|
+
table-layout: fixed
|
|
981
882
|
}
|
|
982
883
|
}
|
|
983
|
-
.
|
|
984
|
-
|
|
985
|
-
line-height: 17px
|
|
884
|
+
.Table-module_wrapper__1YTKM {
|
|
885
|
+
position: relative;
|
|
986
886
|
}
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
887
|
+
.Table-module_wrapper__1YTKM::after {
|
|
888
|
+
position: absolute;
|
|
889
|
+
z-index: 100;
|
|
890
|
+
top: 0;
|
|
891
|
+
right: -20px;
|
|
892
|
+
bottom: -20px;
|
|
893
|
+
|
|
894
|
+
display: block;
|
|
895
|
+
|
|
896
|
+
width: 30px;
|
|
897
|
+
height: 100%;
|
|
898
|
+
|
|
899
|
+
content: "";
|
|
900
|
+
|
|
901
|
+
background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(71%, rgb(255, 255, 255)));
|
|
902
|
+
|
|
903
|
+
background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%);
|
|
904
|
+
|
|
905
|
+
background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%)
|
|
906
|
+
}
|
|
907
|
+
@media only screen and (min-width: 32em) {
|
|
908
|
+
.Table-module_wrapper__1YTKM::after {
|
|
909
|
+
content: none
|
|
991
910
|
}
|
|
992
911
|
}
|
|
993
|
-
.
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
.
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
.
|
|
1000
|
-
|
|
1001
|
-
margin-bottom: 6px;
|
|
912
|
+
.Table-module_default__3CGeE {
|
|
913
|
+
max-width: 650px;
|
|
914
|
+
}
|
|
915
|
+
.Table-module_full__S5pDB {
|
|
916
|
+
max-width: 980px;
|
|
917
|
+
}
|
|
918
|
+
.Table-module_row__3TH83 {
|
|
919
|
+
z-index: 1;
|
|
1002
920
|
|
|
1003
|
-
|
|
921
|
+
display: table-row;
|
|
922
|
+
}
|
|
923
|
+
.Table-module_row__3TH83:last-child .Table-module_cell__EFKDW {
|
|
924
|
+
border-bottom: 0;
|
|
1004
925
|
}
|
|
1005
926
|
@media only screen and (min-width: 32em) {
|
|
1006
|
-
.
|
|
1007
|
-
|
|
1008
|
-
.Tag-module_card__1EAeF,
|
|
1009
|
-
.Tag-module_live__rwXuR,
|
|
1010
|
-
.Tag-module_episode__3o6gg,
|
|
1011
|
-
.Tag-module_podcast__VPoll,
|
|
1012
|
-
.Tag-module_rich__2URd9,
|
|
1013
|
-
.Tag-module_isInDynamicBlock__1YM9I {
|
|
1014
|
-
margin-bottom: 10px
|
|
927
|
+
.Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:first-child {
|
|
928
|
+
border-radius: 2px 0 0 0
|
|
1015
929
|
}
|
|
1016
930
|
}
|
|
1017
931
|
@media only screen and (min-width: 32em) {
|
|
1018
|
-
.
|
|
1019
|
-
|
|
932
|
+
.Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:last-child {
|
|
933
|
+
border-radius: 0 2px 0 0
|
|
1020
934
|
}
|
|
1021
935
|
}
|
|
1022
|
-
|
|
1023
|
-
|
|
936
|
+
@media only screen and (min-width: 32em) {
|
|
937
|
+
.Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:last-child {
|
|
938
|
+
border-radius: 0 0 2px 0
|
|
1024
939
|
}
|
|
940
|
+
}
|
|
1025
941
|
@media only screen and (min-width: 32em) {
|
|
1026
|
-
.
|
|
1027
|
-
|
|
942
|
+
.Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:first-child {
|
|
943
|
+
border-radius: 0 0 0 2px
|
|
1028
944
|
}
|
|
1029
945
|
}
|
|
946
|
+
.Table-module_cell__EFKDW {
|
|
947
|
+
display: table-cell;
|
|
948
|
+
overflow: hidden;
|
|
1030
949
|
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
/* Gap */
|
|
1034
|
-
/* Media */
|
|
1035
|
-
/* 512 */
|
|
1036
|
-
/* 650 */
|
|
1037
|
-
/* 768 */
|
|
1038
|
-
/* 1024 */
|
|
1039
|
-
/* 1010 */
|
|
1040
|
-
/* 1200 */
|
|
1041
|
-
/* 511 */
|
|
1042
|
-
/* 1023 */
|
|
1043
|
-
/* Zindex */
|
|
1044
|
-
.MaterialNote-module_root__1AcYe {
|
|
1045
|
-
margin-bottom: 17px;
|
|
950
|
+
min-height: 32px;
|
|
951
|
+
padding: 6px;
|
|
1046
952
|
|
|
1047
|
-
|
|
1048
|
-
font-size: 16px;
|
|
1049
|
-
line-height: 22px;
|
|
1050
|
-
}
|
|
1051
|
-
.MaterialNote-module_root__1AcYe:empty {
|
|
1052
|
-
margin-bottom: 0;
|
|
1053
|
-
}
|
|
1054
|
-
.MaterialNote-module_root__1AcYe:empty::before {
|
|
1055
|
-
margin-bottom: 9px;
|
|
1056
|
-
}
|
|
1057
|
-
.MaterialNote-module_root__1AcYe::before {
|
|
1058
|
-
display: block;
|
|
953
|
+
vertical-align: top;
|
|
1059
954
|
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
955
|
+
border-right: 1px solid rgba(232, 232, 232, 1);
|
|
956
|
+
border-bottom: 1px solid rgba(232, 232, 232, 1);
|
|
957
|
+
background-color: #fff;
|
|
1063
958
|
|
|
1064
|
-
|
|
959
|
+
font-size: 12px;
|
|
960
|
+
line-height: 16px
|
|
961
|
+
}
|
|
962
|
+
@media only screen and (min-width: 32em) {
|
|
963
|
+
.Table-module_cell__EFKDW {
|
|
964
|
+
padding: 9px 12px 8px;
|
|
1065
965
|
|
|
1066
|
-
|
|
966
|
+
font-size: 14px;
|
|
967
|
+
line-height: 19px
|
|
1067
968
|
}
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
969
|
+
}
|
|
970
|
+
.Table-module_cell__EFKDW:last-child {
|
|
971
|
+
padding-right: 20px;
|
|
972
|
+
|
|
973
|
+
border-right: 0
|
|
1071
974
|
}
|
|
1072
|
-
|
|
975
|
+
@media only screen and (min-width: 32em) {
|
|
976
|
+
.Table-module_cell__EFKDW:last-child {
|
|
977
|
+
padding-right: 12px
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
.Table-module_cell__EFKDW a {
|
|
1073
981
|
text-decoration: none;
|
|
1074
982
|
|
|
1075
983
|
color: inherit;
|
|
1076
|
-
box-shadow: inset 0 -1px;
|
|
984
|
+
box-shadow: inset 0 -1px #000;
|
|
1077
985
|
}
|
|
1078
|
-
.
|
|
1079
|
-
color: #
|
|
986
|
+
.Table-module_cell__EFKDW a:hover {
|
|
987
|
+
color: #b88b58;
|
|
988
|
+
box-shadow: inset 0 -1px #b88b58;
|
|
1080
989
|
}
|
|
1081
|
-
.
|
|
1082
|
-
|
|
990
|
+
.Table-module_cell__EFKDW p {
|
|
991
|
+
margin: 0;
|
|
1083
992
|
}
|
|
1084
|
-
.
|
|
1085
|
-
|
|
993
|
+
.Table-module_cell__EFKDW p + p {
|
|
994
|
+
margin-top: 8px;
|
|
995
|
+
}
|
|
996
|
+
.Table-module_fixedColumn__E1hN5 {
|
|
997
|
+
position: -webkit-sticky;
|
|
998
|
+
position: sticky;
|
|
999
|
+
z-index: 50;
|
|
1000
|
+
left: 0
|
|
1001
|
+
}
|
|
1002
|
+
@media only screen and (min-width: 32em) {
|
|
1003
|
+
.Table-module_fixedColumn__E1hN5 {
|
|
1004
|
+
position: static
|
|
1005
|
+
}
|
|
1006
|
+
}
|
|
1007
|
+
.Table-module_fixedColumn__E1hN5::after {
|
|
1008
|
+
position: absolute;
|
|
1009
|
+
top: 0;
|
|
1010
|
+
right: -15px;
|
|
1011
|
+
bottom: 0;
|
|
1086
1012
|
|
|
1087
|
-
|
|
1088
|
-
|
|
1013
|
+
width: 15px;
|
|
1014
|
+
|
|
1015
|
+
content: '';
|
|
1016
|
+
|
|
1017
|
+
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.04)), to(rgb(0, 0, 0, 0)));
|
|
1018
|
+
|
|
1019
|
+
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%);
|
|
1020
|
+
|
|
1021
|
+
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%)
|
|
1089
1022
|
}
|
|
1090
|
-
|
|
1091
|
-
|
|
1023
|
+
@media only screen and (min-width: 32em) {
|
|
1024
|
+
.Table-module_fixedColumn__E1hN5::after {
|
|
1025
|
+
content: none
|
|
1092
1026
|
}
|
|
1093
|
-
|
|
1094
|
-
|
|
1027
|
+
}
|
|
1028
|
+
.Table-module_white__gzvo0 {
|
|
1029
|
+
background-color: #fff;
|
|
1095
1030
|
}
|
|
1096
|
-
.
|
|
1097
|
-
|
|
1031
|
+
.Table-module_gray__3da6S {
|
|
1032
|
+
background-color: #F5F5F5;
|
|
1098
1033
|
}
|
|
1099
|
-
.
|
|
1100
|
-
|
|
1101
|
-
margin-right: auto;
|
|
1102
|
-
margin-left: auto;
|
|
1034
|
+
.Table-module_pink__3oH1l {
|
|
1035
|
+
background-color: #FEEEEE;
|
|
1103
1036
|
}
|
|
1104
|
-
.
|
|
1105
|
-
|
|
1106
|
-
margin-top: 25px
|
|
1037
|
+
.Table-module_blue__GM27F {
|
|
1038
|
+
background-color: #E6F3FF;
|
|
1107
1039
|
}
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
.MaterialNote-module_default__1lQPl {
|
|
1111
|
-
margin-top: 45px
|
|
1040
|
+
.Table-module_yellow__2jhvA {
|
|
1041
|
+
background-color: #FFFDE6;
|
|
1112
1042
|
}
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
.MaterialNote-module_slide__1ZBBq:empty,
|
|
1116
|
-
.MaterialNote-module_game__cADMe:empty {
|
|
1117
|
-
display: none;
|
|
1043
|
+
.Table-module_orange__1c-oM {
|
|
1044
|
+
background-color: #FFF9F2;
|
|
1118
1045
|
}
|
|
1119
|
-
.
|
|
1120
|
-
|
|
1121
|
-
.MaterialNote-module_game__cADMe::before {
|
|
1122
|
-
content: none;
|
|
1046
|
+
.Table-module_green__13OIM {
|
|
1047
|
+
background-color: #E7F2EF;
|
|
1123
1048
|
}
|
|
1124
|
-
.
|
|
1125
|
-
|
|
1126
|
-
display: block;
|
|
1049
|
+
.Table-module_violet__2W-kO {
|
|
1050
|
+
background-color: #F4F0F8;
|
|
1127
1051
|
}
|
|
1128
|
-
.
|
|
1129
|
-
|
|
1130
|
-
|
|
1052
|
+
.Table-module_header__1exlo {
|
|
1053
|
+
max-width: 340px;
|
|
1054
|
+
padding: 9px 6px;
|
|
1131
1055
|
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1056
|
+
vertical-align: top;
|
|
1057
|
+
letter-spacing: 0.5px;
|
|
1058
|
+
text-transform: uppercase;
|
|
1059
|
+
|
|
1060
|
+
border-right: 1px solid rgba(232, 232, 232, 1);
|
|
1061
|
+
border-bottom: 1px solid rgba(232, 232, 232, 1);
|
|
1062
|
+
|
|
1063
|
+
font-size: 10px;
|
|
1064
|
+
font-weight: 600;
|
|
1065
|
+
line-height: 16px
|
|
1138
1066
|
}
|
|
1139
|
-
|
|
1140
|
-
|
|
1067
|
+
@media only screen and (min-width: 32em) {
|
|
1068
|
+
.Table-module_header__1exlo {
|
|
1069
|
+
max-width: none;
|
|
1070
|
+
padding: 9px 12px;
|
|
1141
1071
|
|
|
1142
|
-
|
|
1072
|
+
line-height: 11px
|
|
1073
|
+
}
|
|
1074
|
+
}
|
|
1075
|
+
.Table-module_s__Vl_Eg {
|
|
1076
|
+
min-width: 120px
|
|
1143
1077
|
}
|
|
1144
1078
|
@media only screen and (min-width: 32em) {
|
|
1145
|
-
.
|
|
1146
|
-
|
|
1079
|
+
.Table-module_s__Vl_Eg {
|
|
1080
|
+
width: 18%;
|
|
1081
|
+
min-width: 0
|
|
1147
1082
|
}
|
|
1148
1083
|
}
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
color: #fff
|
|
1084
|
+
.Table-module_m__29G9r {
|
|
1085
|
+
min-width: 200px
|
|
1152
1086
|
}
|
|
1087
|
+
@media only screen and (min-width: 32em) {
|
|
1088
|
+
.Table-module_m__29G9r {
|
|
1089
|
+
width: 30%;
|
|
1090
|
+
min-width: 0
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1153
1093
|
}
|
|
1154
|
-
.
|
|
1155
|
-
|
|
1156
|
-
margin-bottom: 9px;
|
|
1157
|
-
padding-top: 8px
|
|
1094
|
+
.Table-module_l__1ZSMc {
|
|
1095
|
+
min-width: 336px
|
|
1158
1096
|
}
|
|
1159
1097
|
@media only screen and (min-width: 32em) {
|
|
1160
|
-
.
|
|
1161
|
-
|
|
1162
|
-
|
|
1098
|
+
.Table-module_l__1ZSMc {
|
|
1099
|
+
width: 50%;
|
|
1100
|
+
min-width: 0
|
|
1163
1101
|
}
|
|
1164
1102
|
}
|
|
1103
|
+
.Table-module_xs__au2Oe {
|
|
1104
|
+
width: 50px;
|
|
1105
|
+
min-width: 50px;
|
|
1106
|
+
}
|
|
1165
1107
|
|
|
1166
1108
|
/* Colors */
|
|
1167
1109
|
/* Fonts */
|
|
@@ -1176,86 +1118,77 @@
|
|
|
1176
1118
|
/* 511 */
|
|
1177
1119
|
/* 1023 */
|
|
1178
1120
|
/* Zindex */
|
|
1179
|
-
.
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
.MediaCaption-module_root__KqTdw a {
|
|
1183
|
-
text-decoration: underline;
|
|
1184
|
-
|
|
1185
|
-
color: inherit;
|
|
1186
|
-
box-shadow: none;
|
|
1187
|
-
}
|
|
1188
|
-
.MediaCaption-module_root__KqTdw a:hover {
|
|
1189
|
-
color: #b88b58;
|
|
1190
|
-
}
|
|
1191
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1192
|
-
max-width: 520px;
|
|
1193
|
-
padding-top: 4px;
|
|
1121
|
+
.Image-module_root__1vsA_ {
|
|
1122
|
+
position: relative;
|
|
1123
|
+
z-index: 1;
|
|
1194
1124
|
|
|
1195
|
-
|
|
1125
|
+
display: block;
|
|
1126
|
+
overflow: hidden;
|
|
1127
|
+
transition: background-color 250ms ease;
|
|
1196
1128
|
|
|
1197
|
-
|
|
1198
|
-
line-height: 18px
|
|
1129
|
+
background-color: #f2f2f2
|
|
1199
1130
|
}
|
|
1200
1131
|
@media only screen and (min-width: 32em) {
|
|
1201
|
-
.
|
|
1202
|
-
|
|
1203
|
-
line-height: 22px
|
|
1132
|
+
.Image-module_root__1vsA_ {
|
|
1133
|
+
border-radius: inherit
|
|
1204
1134
|
}
|
|
1205
1135
|
}
|
|
1206
|
-
.
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
color: #666;
|
|
1136
|
+
.Image-module_root__1vsA_ img {
|
|
1137
|
+
position: absolute;
|
|
1138
|
+
top: 0;
|
|
1139
|
+
left: 0;
|
|
1211
1140
|
|
|
1212
|
-
|
|
1213
|
-
|
|
1141
|
+
width: 100%;
|
|
1142
|
+
height: 100%;
|
|
1214
1143
|
}
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
padding-top: 3px
|
|
1144
|
+
.Image-module_isLoaded__3XhU5 {
|
|
1145
|
+
background-color: transparent;
|
|
1218
1146
|
}
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1147
|
+
.Image-module_wrapper__3fLjs {
|
|
1148
|
+
display: block;
|
|
1149
|
+
|
|
1150
|
+
width: 100%;
|
|
1151
|
+
|
|
1152
|
+
background-repeat: no-repeat;
|
|
1153
|
+
background-size: 100% auto;
|
|
1222
1154
|
}
|
|
1223
|
-
.
|
|
1224
|
-
|
|
1155
|
+
.Image-module_fullscreen__29apx picture {
|
|
1156
|
+
cursor: pointer;
|
|
1225
1157
|
}
|
|
1226
|
-
.
|
|
1227
|
-
|
|
1158
|
+
.Image-module_fullscreen__29apx picture:hover::after {
|
|
1159
|
+
opacity: 1;
|
|
1228
1160
|
}
|
|
1229
|
-
.
|
|
1230
|
-
|
|
1231
|
-
|
|
1161
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
1162
|
+
position: absolute;
|
|
1163
|
+
right: 12px;
|
|
1164
|
+
bottom: 12px;
|
|
1165
|
+
|
|
1166
|
+
width: 40px;
|
|
1167
|
+
height: 40px;
|
|
1168
|
+
|
|
1169
|
+
transition: opacity 250ms ease;
|
|
1170
|
+
pointer-events: none;
|
|
1171
|
+
|
|
1172
|
+
opacity: 0;
|
|
1173
|
+
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
1174
|
+
border-radius: 20px;
|
|
1175
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
1176
|
+
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");
|
|
1177
|
+
background-repeat: no-repeat;
|
|
1178
|
+
background-position: center
|
|
1232
1179
|
}
|
|
1233
|
-
@media only screen and (min-width:
|
|
1234
|
-
.
|
|
1235
|
-
|
|
1236
|
-
padding-top: 12px
|
|
1180
|
+
@media only screen and (min-width: 64em) {
|
|
1181
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
1182
|
+
content: ''
|
|
1237
1183
|
}
|
|
1238
1184
|
}
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
padding-top: 9px
|
|
1242
|
-
}
|
|
1243
|
-
@media only screen and (min-width: 32em) {
|
|
1244
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1245
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1246
|
-
padding-top: 11px
|
|
1185
|
+
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
1186
|
+
outline: none;
|
|
1247
1187
|
}
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1251
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1252
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1253
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1254
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1255
|
-
max-width: 650px;
|
|
1188
|
+
.Image-module_dark__3o0nU {
|
|
1189
|
+
background-color: transparent;
|
|
1256
1190
|
}
|
|
1257
1191
|
|
|
1258
|
-
|
|
1259
1192
|
/* Colors */
|
|
1260
1193
|
/* Fonts */
|
|
1261
1194
|
/* Gap */
|
|
@@ -1269,291 +1202,223 @@
|
|
|
1269
1202
|
/* 511 */
|
|
1270
1203
|
/* 1023 */
|
|
1271
1204
|
/* Zindex */
|
|
1272
|
-
.
|
|
1273
|
-
|
|
1205
|
+
.Tag-module_root__3IqWC {
|
|
1206
|
+
display: inline-block;
|
|
1207
|
+
|
|
1208
|
+
cursor: default;
|
|
1209
|
+
-webkit-user-select: none;
|
|
1210
|
+
-moz-user-select: none;
|
|
1211
|
+
-ms-user-select: none;
|
|
1212
|
+
user-select: none;
|
|
1213
|
+
vertical-align: middle;
|
|
1214
|
+
letter-spacing: 1px;
|
|
1215
|
+
text-transform: uppercase;
|
|
1216
|
+
|
|
1217
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1218
|
+
font-size: 12px;
|
|
1219
|
+
font-weight: 600;
|
|
1220
|
+
line-height: 12px;
|
|
1274
1221
|
}
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1222
|
+
.Tag-module_small__2IAb7 {
|
|
1223
|
+
font-size: 12px;
|
|
1224
|
+
line-height: 12px
|
|
1278
1225
|
}
|
|
1279
|
-
|
|
1280
|
-
.
|
|
1281
|
-
|
|
1282
|
-
margin-right: -11px;
|
|
1283
|
-
margin-left: -11px
|
|
1226
|
+
@media only screen and (min-width: 64em) {
|
|
1227
|
+
.Tag-module_small__2IAb7 {
|
|
1228
|
+
line-height: 14px
|
|
1284
1229
|
}
|
|
1230
|
+
}
|
|
1285
1231
|
@media only screen and (min-width: 64em) {
|
|
1286
|
-
.
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1232
|
+
.Tag-module_large__22z_o {
|
|
1233
|
+
letter-spacing: 1px;
|
|
1234
|
+
|
|
1235
|
+
font-size: 14px;
|
|
1236
|
+
line-height: 16px
|
|
1290
1237
|
}
|
|
1291
1238
|
}
|
|
1292
|
-
.
|
|
1293
|
-
|
|
1294
|
-
right: -11px;
|
|
1239
|
+
.Tag-module_dark__sgnt1 {
|
|
1240
|
+
color: #000;
|
|
1295
1241
|
}
|
|
1296
|
-
.
|
|
1297
|
-
|
|
1242
|
+
.Tag-module_light__1zUhp {
|
|
1243
|
+
color: #fff;
|
|
1298
1244
|
}
|
|
1299
|
-
.
|
|
1300
|
-
|
|
1245
|
+
.Tag-module_gold__2ksA7 {
|
|
1246
|
+
color: #b88b59;
|
|
1301
1247
|
}
|
|
1302
|
-
.
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
overflow-y: hidden;
|
|
1306
|
-
|
|
1307
|
-
margin: 0 -20px;
|
|
1308
|
-
|
|
1309
|
-
border-width: 1px 0;
|
|
1310
|
-
border-style: solid;
|
|
1311
|
-
border-color: rgba(232, 232, 232, 1);
|
|
1312
|
-
|
|
1313
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
|
|
1248
|
+
.Tag-module_gray__mGAO_ {
|
|
1249
|
+
color: #757575;
|
|
1314
1250
|
}
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
margin: 0;
|
|
1318
|
-
|
|
1319
|
-
border-width: 1px;
|
|
1320
|
-
border-radius: 3px
|
|
1251
|
+
.Tag-module_inherit__2QB5U {
|
|
1252
|
+
color: inherit;
|
|
1321
1253
|
}
|
|
1322
|
-
|
|
1323
|
-
.
|
|
1324
|
-
|
|
1254
|
+
@media only screen and (min-width: 64em) {
|
|
1255
|
+
.Tag-module_is1to1__3EDbC,
|
|
1256
|
+
.Tag-module_is1to2__3xbC6,
|
|
1257
|
+
.Tag-module_isInSuperBlock__38JE0 {
|
|
1258
|
+
letter-spacing: 1px;
|
|
1325
1259
|
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
@media only screen and (min-width: 32em) {
|
|
1329
|
-
.Table-module_tracks__2wrDB {
|
|
1330
|
-
table-layout: fixed
|
|
1260
|
+
font-size: 12px;
|
|
1261
|
+
line-height: 20px
|
|
1331
1262
|
}
|
|
1332
1263
|
}
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
position: absolute;
|
|
1338
|
-
z-index: 100;
|
|
1339
|
-
top: 0;
|
|
1340
|
-
right: -20px;
|
|
1341
|
-
bottom: -20px;
|
|
1342
|
-
|
|
1343
|
-
display: block;
|
|
1344
|
-
|
|
1345
|
-
width: 30px;
|
|
1346
|
-
height: 100%;
|
|
1347
|
-
|
|
1348
|
-
content: "";
|
|
1349
|
-
|
|
1350
|
-
background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(71%, rgb(255, 255, 255)));
|
|
1351
|
-
|
|
1352
|
-
background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%);
|
|
1264
|
+
@media only screen and (min-width: 64em) {
|
|
1265
|
+
.Tag-module_is1to3__3j5K-,
|
|
1266
|
+
.Tag-module_is1to4__2vq4r {
|
|
1267
|
+
letter-spacing: 0.5px;
|
|
1353
1268
|
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
@media only screen and (min-width: 32em) {
|
|
1357
|
-
.Table-module_wrapper__1YTKM::after {
|
|
1358
|
-
content: none
|
|
1269
|
+
font-size: 10px;
|
|
1270
|
+
line-height: 15px
|
|
1359
1271
|
}
|
|
1360
1272
|
}
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
max-width: 980px;
|
|
1366
|
-
}
|
|
1367
|
-
.Table-module_row__3TH83 {
|
|
1368
|
-
z-index: 1;
|
|
1273
|
+
@media only screen and (min-width: 32em) {
|
|
1274
|
+
.Tag-module_slide__2nMDw,
|
|
1275
|
+
.Tag-module_game__3j5yG {
|
|
1276
|
+
width: 100%;
|
|
1369
1277
|
|
|
1370
|
-
|
|
1278
|
+
text-align: center
|
|
1371
1279
|
}
|
|
1372
|
-
|
|
1373
|
-
|
|
1280
|
+
}
|
|
1281
|
+
.Tag-module_richRelated__2vbQQ {
|
|
1282
|
+
font-size: 12px;
|
|
1283
|
+
line-height: 17px
|
|
1374
1284
|
}
|
|
1375
|
-
@media only screen and (min-width:
|
|
1376
|
-
.
|
|
1377
|
-
|
|
1285
|
+
@media only screen and (min-width: 64em) {
|
|
1286
|
+
.Tag-module_richRelated__2vbQQ {
|
|
1287
|
+
font-size: 14px;
|
|
1288
|
+
line-height: 20px
|
|
1378
1289
|
}
|
|
1379
1290
|
}
|
|
1380
|
-
|
|
1381
|
-
.
|
|
1382
|
-
|
|
1291
|
+
.Tag-module_slide__2nMDw,
|
|
1292
|
+
.Tag-module_game__3j5yG,
|
|
1293
|
+
.Tag-module_card__1EAeF,
|
|
1294
|
+
.Tag-module_live__rwXuR,
|
|
1295
|
+
.Tag-module_episode__3o6gg,
|
|
1296
|
+
.Tag-module_podcast__VPoll,
|
|
1297
|
+
.Tag-module_rich__2URd9,
|
|
1298
|
+
.Tag-module_isInDynamicBlock__1YM9I {
|
|
1299
|
+
margin-bottom: 6px;
|
|
1300
|
+
|
|
1301
|
+
line-height: 10px
|
|
1383
1302
|
}
|
|
1384
|
-
}
|
|
1385
1303
|
@media only screen and (min-width: 32em) {
|
|
1386
|
-
.
|
|
1387
|
-
|
|
1304
|
+
.Tag-module_slide__2nMDw,
|
|
1305
|
+
.Tag-module_game__3j5yG,
|
|
1306
|
+
.Tag-module_card__1EAeF,
|
|
1307
|
+
.Tag-module_live__rwXuR,
|
|
1308
|
+
.Tag-module_episode__3o6gg,
|
|
1309
|
+
.Tag-module_podcast__VPoll,
|
|
1310
|
+
.Tag-module_rich__2URd9,
|
|
1311
|
+
.Tag-module_isInDynamicBlock__1YM9I {
|
|
1312
|
+
margin-bottom: 10px
|
|
1388
1313
|
}
|
|
1389
1314
|
}
|
|
1390
1315
|
@media only screen and (min-width: 32em) {
|
|
1391
|
-
.
|
|
1392
|
-
|
|
1316
|
+
.Tag-module_mobile__QQxuv {
|
|
1317
|
+
display: none
|
|
1393
1318
|
}
|
|
1394
1319
|
}
|
|
1395
|
-
.
|
|
1396
|
-
display:
|
|
1397
|
-
overflow: hidden;
|
|
1398
|
-
|
|
1399
|
-
min-height: 32px;
|
|
1400
|
-
padding: 6px;
|
|
1401
|
-
|
|
1402
|
-
vertical-align: top;
|
|
1403
|
-
|
|
1404
|
-
border-right: 1px solid rgba(232, 232, 232, 1);
|
|
1405
|
-
border-bottom: 1px solid rgba(232, 232, 232, 1);
|
|
1406
|
-
background-color: #fff;
|
|
1407
|
-
|
|
1408
|
-
font-size: 12px;
|
|
1409
|
-
line-height: 16px
|
|
1320
|
+
.Tag-module_desktop__1Bjsy {
|
|
1321
|
+
display: none
|
|
1410
1322
|
}
|
|
1411
1323
|
@media only screen and (min-width: 32em) {
|
|
1412
|
-
.
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
font-size: 14px;
|
|
1416
|
-
line-height: 19px
|
|
1324
|
+
.Tag-module_desktop__1Bjsy {
|
|
1325
|
+
display: block
|
|
1417
1326
|
}
|
|
1418
1327
|
}
|
|
1419
|
-
.Table-module_cell__EFKDW:last-child {
|
|
1420
|
-
padding-right: 20px;
|
|
1421
1328
|
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1329
|
+
/* Colors */
|
|
1330
|
+
/* Fonts */
|
|
1331
|
+
/* Gap */
|
|
1332
|
+
/* Media */
|
|
1333
|
+
/* 512 */
|
|
1334
|
+
/* 650 */
|
|
1335
|
+
/* 768 */
|
|
1336
|
+
/* 1024 */
|
|
1337
|
+
/* 1010 */
|
|
1338
|
+
/* 1200 */
|
|
1339
|
+
/* 511 */
|
|
1340
|
+
/* 1023 */
|
|
1341
|
+
/* Zindex */
|
|
1342
|
+
.MediaCaption-module_root__KqTdw {
|
|
1343
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1427
1344
|
}
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
text-decoration: none;
|
|
1345
|
+
.MediaCaption-module_root__KqTdw a {
|
|
1346
|
+
text-decoration: underline;
|
|
1431
1347
|
|
|
1432
1348
|
color: inherit;
|
|
1433
|
-
box-shadow:
|
|
1349
|
+
box-shadow: none;
|
|
1434
1350
|
}
|
|
1435
|
-
.
|
|
1351
|
+
.MediaCaption-module_root__KqTdw a:hover {
|
|
1436
1352
|
color: #b88b58;
|
|
1437
|
-
box-shadow: inset 0 -1px #b88b58;
|
|
1438
1353
|
}
|
|
1439
|
-
.
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
.Table-module_cell__EFKDW p + p {
|
|
1443
|
-
margin-top: 8px;
|
|
1444
|
-
}
|
|
1445
|
-
.Table-module_fixedColumn__E1hN5 {
|
|
1446
|
-
position: -webkit-sticky;
|
|
1447
|
-
position: sticky;
|
|
1448
|
-
z-index: 50;
|
|
1449
|
-
left: 0
|
|
1450
|
-
}
|
|
1451
|
-
@media only screen and (min-width: 32em) {
|
|
1452
|
-
.Table-module_fixedColumn__E1hN5 {
|
|
1453
|
-
position: static
|
|
1454
|
-
}
|
|
1455
|
-
}
|
|
1456
|
-
.Table-module_fixedColumn__E1hN5::after {
|
|
1457
|
-
position: absolute;
|
|
1458
|
-
top: 0;
|
|
1459
|
-
right: -15px;
|
|
1460
|
-
bottom: 0;
|
|
1461
|
-
|
|
1462
|
-
width: 15px;
|
|
1463
|
-
|
|
1464
|
-
content: '';
|
|
1465
|
-
|
|
1466
|
-
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.04)), to(rgb(0, 0, 0, 0)));
|
|
1354
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1355
|
+
max-width: 520px;
|
|
1356
|
+
padding-top: 4px;
|
|
1467
1357
|
|
|
1468
|
-
|
|
1358
|
+
color: #1a1a1a;
|
|
1469
1359
|
|
|
1470
|
-
|
|
1360
|
+
font-size: 14px;
|
|
1361
|
+
line-height: 18px
|
|
1471
1362
|
}
|
|
1472
1363
|
@media only screen and (min-width: 32em) {
|
|
1473
|
-
.
|
|
1474
|
-
|
|
1364
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1365
|
+
font-size: 16px;
|
|
1366
|
+
line-height: 22px
|
|
1475
1367
|
}
|
|
1476
1368
|
}
|
|
1477
|
-
.
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
.Table-module_gray__3da6S {
|
|
1481
|
-
background-color: #F5F5F5;
|
|
1482
|
-
}
|
|
1483
|
-
.Table-module_pink__3oH1l {
|
|
1484
|
-
background-color: #FEEEEE;
|
|
1485
|
-
}
|
|
1486
|
-
.Table-module_blue__GM27F {
|
|
1487
|
-
background-color: #E6F3FF;
|
|
1488
|
-
}
|
|
1489
|
-
.Table-module_yellow__2jhvA {
|
|
1490
|
-
background-color: #FFFDE6;
|
|
1491
|
-
}
|
|
1492
|
-
.Table-module_orange__1c-oM {
|
|
1493
|
-
background-color: #FFF9F2;
|
|
1494
|
-
}
|
|
1495
|
-
.Table-module_green__13OIM {
|
|
1496
|
-
background-color: #E7F2EF;
|
|
1497
|
-
}
|
|
1498
|
-
.Table-module_violet__2W-kO {
|
|
1499
|
-
background-color: #F4F0F8;
|
|
1500
|
-
}
|
|
1501
|
-
.Table-module_header__1exlo {
|
|
1502
|
-
max-width: 340px;
|
|
1503
|
-
padding: 9px 6px;
|
|
1504
|
-
|
|
1505
|
-
vertical-align: top;
|
|
1506
|
-
letter-spacing: 0.5px;
|
|
1507
|
-
text-transform: uppercase;
|
|
1369
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1370
|
+
max-width: 520px;
|
|
1371
|
+
padding-top: 1px;
|
|
1508
1372
|
|
|
1509
|
-
|
|
1510
|
-
border-bottom: 1px solid rgba(232, 232, 232, 1);
|
|
1373
|
+
color: #666;
|
|
1511
1374
|
|
|
1512
|
-
font-size:
|
|
1513
|
-
font-weight: 600;
|
|
1375
|
+
font-size: 12px;
|
|
1514
1376
|
line-height: 16px
|
|
1515
1377
|
}
|
|
1516
1378
|
@media only screen and (min-width: 32em) {
|
|
1517
|
-
.
|
|
1518
|
-
|
|
1519
|
-
padding: 9px 12px;
|
|
1520
|
-
|
|
1521
|
-
line-height: 11px
|
|
1379
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1380
|
+
padding-top: 3px
|
|
1522
1381
|
}
|
|
1523
1382
|
}
|
|
1524
|
-
.
|
|
1525
|
-
|
|
1383
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1384
|
+
padding-top: 3px;
|
|
1526
1385
|
}
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
width: 18%;
|
|
1530
|
-
min-width: 0
|
|
1386
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1387
|
+
color: #fff;
|
|
1531
1388
|
}
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1389
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1390
|
+
color: #929292;
|
|
1391
|
+
}
|
|
1392
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1393
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1394
|
+
padding-top: 10px
|
|
1535
1395
|
}
|
|
1536
1396
|
@media only screen and (min-width: 32em) {
|
|
1537
|
-
.
|
|
1538
|
-
|
|
1539
|
-
|
|
1397
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1398
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1399
|
+
padding-top: 12px
|
|
1540
1400
|
}
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
.
|
|
1544
|
-
|
|
1401
|
+
}
|
|
1402
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1403
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1404
|
+
padding-top: 9px
|
|
1545
1405
|
}
|
|
1546
1406
|
@media only screen and (min-width: 32em) {
|
|
1547
|
-
.
|
|
1548
|
-
|
|
1549
|
-
|
|
1407
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1408
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1409
|
+
padding-top: 11px
|
|
1550
1410
|
}
|
|
1551
1411
|
}
|
|
1552
|
-
.
|
|
1553
|
-
|
|
1554
|
-
|
|
1412
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1413
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1414
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1415
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1416
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1417
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1418
|
+
max-width: 650px;
|
|
1555
1419
|
}
|
|
1556
1420
|
|
|
1421
|
+
|
|
1557
1422
|
/* Colors */
|
|
1558
1423
|
/* Fonts */
|
|
1559
1424
|
/* Gap */
|
|
@@ -1567,50 +1432,127 @@
|
|
|
1567
1432
|
/* 511 */
|
|
1568
1433
|
/* 1023 */
|
|
1569
1434
|
/* Zindex */
|
|
1570
|
-
.
|
|
1571
|
-
|
|
1435
|
+
.MaterialNote-module_root__1AcYe {
|
|
1436
|
+
margin-bottom: 17px;
|
|
1437
|
+
|
|
1438
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1439
|
+
font-size: 16px;
|
|
1440
|
+
line-height: 22px;
|
|
1572
1441
|
}
|
|
1573
|
-
.
|
|
1574
|
-
margin: 0;
|
|
1575
|
-
|
|
1442
|
+
.MaterialNote-module_root__1AcYe:empty {
|
|
1443
|
+
margin-bottom: 0;
|
|
1444
|
+
}
|
|
1445
|
+
.MaterialNote-module_root__1AcYe:empty::before {
|
|
1446
|
+
margin-bottom: 9px;
|
|
1447
|
+
}
|
|
1448
|
+
.MaterialNote-module_root__1AcYe::before {
|
|
1449
|
+
display: block;
|
|
1576
1450
|
|
|
1577
|
-
|
|
1451
|
+
width: 120px;
|
|
1452
|
+
height: 1px;
|
|
1453
|
+
margin-bottom: 15px;
|
|
1578
1454
|
|
|
1579
|
-
|
|
1580
|
-
border-width: 0;
|
|
1581
|
-
outline: none;
|
|
1582
|
-
background-color: transparent;
|
|
1455
|
+
content: '';
|
|
1583
1456
|
|
|
1584
|
-
|
|
1457
|
+
background: #000;
|
|
1458
|
+
}
|
|
1459
|
+
.MaterialNote-module_root__1AcYe p {
|
|
1460
|
+
margin-top: 8px;
|
|
1461
|
+
margin-bottom: 0;
|
|
1462
|
+
}
|
|
1463
|
+
.MaterialNote-module_root__1AcYe a {
|
|
1464
|
+
text-decoration: none;
|
|
1585
1465
|
|
|
1586
|
-
|
|
1466
|
+
color: inherit;
|
|
1467
|
+
box-shadow: inset 0 -1px;
|
|
1468
|
+
}
|
|
1469
|
+
.MaterialNote-module_root__1AcYe a:hover {
|
|
1470
|
+
color: #b88b59;
|
|
1471
|
+
}
|
|
1472
|
+
.MaterialNote-module_dark__xCry-::before {
|
|
1473
|
+
background-color: #4f4f4f;
|
|
1474
|
+
}
|
|
1475
|
+
.MaterialNote-module_note_credit__PuFyX {
|
|
1476
|
+
color: #666;
|
|
1587
1477
|
|
|
1588
|
-
|
|
1589
|
-
|
|
1478
|
+
font-size: 12px;
|
|
1479
|
+
line-height: 15px;
|
|
1590
1480
|
}
|
|
1591
|
-
.
|
|
1592
|
-
|
|
1481
|
+
.MaterialNote-module_root__1AcYe .MaterialNote-module_note_credit__PuFyX {
|
|
1482
|
+
margin-top: 6px;
|
|
1593
1483
|
}
|
|
1594
|
-
.
|
|
1595
|
-
|
|
1484
|
+
.MaterialNote-module_note_credit__PuFyX:only-child {
|
|
1485
|
+
margin-top: 0;
|
|
1596
1486
|
}
|
|
1597
|
-
.
|
|
1598
|
-
|
|
1487
|
+
.MaterialNote-module_note_caption__1ezSo b {
|
|
1488
|
+
font-weight: bold;
|
|
1599
1489
|
}
|
|
1600
|
-
.
|
|
1601
|
-
|
|
1490
|
+
.MaterialNote-module_center__18RxI {
|
|
1491
|
+
max-width: 650px;
|
|
1492
|
+
margin-right: auto;
|
|
1493
|
+
margin-left: auto;
|
|
1602
1494
|
}
|
|
1603
|
-
.
|
|
1604
|
-
|
|
1495
|
+
.MaterialNote-module_center__18RxI,
|
|
1496
|
+
.MaterialNote-module_default__1lQPl {
|
|
1497
|
+
margin-top: 25px
|
|
1605
1498
|
}
|
|
1606
|
-
@media only screen and (min-width:
|
|
1607
|
-
.
|
|
1608
|
-
|
|
1499
|
+
@media only screen and (min-width: 32em) {
|
|
1500
|
+
.MaterialNote-module_center__18RxI,
|
|
1501
|
+
.MaterialNote-module_default__1lQPl {
|
|
1502
|
+
margin-top: 45px
|
|
1609
1503
|
}
|
|
1610
1504
|
}
|
|
1611
|
-
|
|
1505
|
+
.MaterialNote-module_card__OWXbQ:empty,
|
|
1506
|
+
.MaterialNote-module_slide__1ZBBq:empty,
|
|
1507
|
+
.MaterialNote-module_game__cADMe:empty {
|
|
1612
1508
|
display: none;
|
|
1613
1509
|
}
|
|
1510
|
+
.MaterialNote-module_slide__1ZBBq::before,
|
|
1511
|
+
.MaterialNote-module_card__OWXbQ::before,
|
|
1512
|
+
.MaterialNote-module_game__cADMe::before {
|
|
1513
|
+
content: none;
|
|
1514
|
+
}
|
|
1515
|
+
.MaterialNote-module_gameSurvey__3SiG-,
|
|
1516
|
+
.MaterialNote-module_gameSurvey__3SiG-:empty {
|
|
1517
|
+
display: block;
|
|
1518
|
+
}
|
|
1519
|
+
.MaterialNote-module_gameSurvey__3SiG-::before {
|
|
1520
|
+
margin-right: auto;
|
|
1521
|
+
margin-left: auto;
|
|
1522
|
+
|
|
1523
|
+
content: '';
|
|
1524
|
+
}
|
|
1525
|
+
.MaterialNote-module_slide__1ZBBq .MaterialNote-module_note_caption__1ezSo,
|
|
1526
|
+
.MaterialNote-module_card__OWXbQ .MaterialNote-module_note_caption__1ezSo,
|
|
1527
|
+
.MaterialNote-module_game__cADMe .MaterialNote-module_note_caption__1ezSo {
|
|
1528
|
+
margin-top: 0;
|
|
1529
|
+
}
|
|
1530
|
+
.MaterialNote-module_game__cADMe {
|
|
1531
|
+
margin-bottom: 0;
|
|
1532
|
+
|
|
1533
|
+
text-align: center
|
|
1534
|
+
}
|
|
1535
|
+
@media only screen and (min-width: 32em) {
|
|
1536
|
+
.MaterialNote-module_game__cADMe {
|
|
1537
|
+
margin-top: 25px
|
|
1538
|
+
}
|
|
1539
|
+
}
|
|
1540
|
+
@media only screen and (max-width: 32.1875em) {
|
|
1541
|
+
.MaterialNote-module_game__cADMe.MaterialNote-module_dark__xCry- .MaterialNote-module_note_credit__PuFyX {
|
|
1542
|
+
color: #fff
|
|
1543
|
+
}
|
|
1544
|
+
}
|
|
1545
|
+
.MaterialNote-module_slide__1ZBBq,
|
|
1546
|
+
.MaterialNote-module_card__OWXbQ {
|
|
1547
|
+
margin-bottom: 9px;
|
|
1548
|
+
padding-top: 8px
|
|
1549
|
+
}
|
|
1550
|
+
@media only screen and (min-width: 32em) {
|
|
1551
|
+
.MaterialNote-module_slide__1ZBBq,
|
|
1552
|
+
.MaterialNote-module_card__OWXbQ {
|
|
1553
|
+
margin-bottom: 16px
|
|
1554
|
+
}
|
|
1555
|
+
}
|
|
1614
1556
|
|
|
1615
1557
|
/* Colors */
|
|
1616
1558
|
/* Fonts */
|
|
@@ -1646,156 +1588,71 @@
|
|
|
1646
1588
|
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1647
1589
|
font-weight: normal;
|
|
1648
1590
|
}
|
|
1649
|
-
.MaterialTitle-module_secondary__3uDp4 {
|
|
1650
|
-
font-size: 24px;
|
|
1651
|
-
font-weight: 700
|
|
1652
|
-
}
|
|
1653
|
-
@media only screen and (min-width: 48em) {
|
|
1654
|
-
.MaterialTitle-module_secondary__3uDp4 {
|
|
1655
|
-
font-size: 36px
|
|
1656
|
-
}
|
|
1657
|
-
}
|
|
1658
|
-
|
|
1659
|
-
/* Colors */
|
|
1660
|
-
/* Fonts */
|
|
1661
|
-
/* Gap */
|
|
1662
|
-
/* Media */
|
|
1663
|
-
/* 512 */
|
|
1664
|
-
/* 650 */
|
|
1665
|
-
/* 768 */
|
|
1666
|
-
/* 1024 */
|
|
1667
|
-
/* 1010 */
|
|
1668
|
-
/* 1200 */
|
|
1669
|
-
/* 511 */
|
|
1670
|
-
/* 1023 */
|
|
1671
|
-
/* Zindex */
|
|
1672
|
-
.Toolbar-module_root__2HF2r {
|
|
1673
|
-
overflow: hidden;
|
|
1674
|
-
|
|
1675
|
-
transform: translateZ(0);
|
|
1676
|
-
|
|
1677
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1678
|
-
}
|
|
1679
|
-
.Toolbar-module_list__1n5ny {
|
|
1680
|
-
display: -webkit-box;
|
|
1681
|
-
display: -webkit-flex;
|
|
1682
|
-
display: -ms-flexbox;
|
|
1683
|
-
display: flex;
|
|
1684
|
-
flex-flow: row wrap;
|
|
1685
|
-
|
|
1686
|
-
margin: 0 0 0 -10px;
|
|
1687
|
-
padding: 0;
|
|
1688
|
-
|
|
1689
|
-
list-style: none
|
|
1690
|
-
}
|
|
1691
|
-
@media only screen and (min-width: 64em) {
|
|
1692
|
-
.Toolbar-module_list__1n5ny {
|
|
1693
|
-
margin: 0 0 0 -15px
|
|
1694
|
-
}
|
|
1695
|
-
}
|
|
1696
|
-
.Toolbar-module_item__36x7d {
|
|
1697
|
-
position: relative;
|
|
1698
|
-
|
|
1699
|
-
min-width: 42px;
|
|
1700
|
-
height: 32px;
|
|
1701
|
-
padding-right: 10px;
|
|
1702
|
-
padding-left: 10px;
|
|
1703
|
-
|
|
1704
|
-
cursor: pointer;
|
|
1705
|
-
transition: color 250ms ease;
|
|
1706
|
-
text-align: center;
|
|
1707
|
-
|
|
1708
|
-
color: #808080;
|
|
1709
|
-
|
|
1710
|
-
line-height: 1
|
|
1711
|
-
}
|
|
1712
|
-
@media only screen and (min-width: 64em) {
|
|
1713
|
-
.Toolbar-module_item__36x7d {
|
|
1714
|
-
padding-right: 15px;
|
|
1715
|
-
padding-left: 15px
|
|
1716
|
-
}
|
|
1717
|
-
}
|
|
1718
|
-
.Toolbar-module_item__36x7d:last-child {
|
|
1719
|
-
margin-right: 0;
|
|
1720
|
-
}
|
|
1721
|
-
.Toolbar-module_item__36x7d::before {
|
|
1722
|
-
position: absolute;
|
|
1723
|
-
top: 7px;
|
|
1724
|
-
left: 0;
|
|
1725
|
-
|
|
1726
|
-
height: 18px;
|
|
1727
|
-
|
|
1728
|
-
content: '';
|
|
1729
|
-
vertical-align: middle;
|
|
1730
|
-
|
|
1731
|
-
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
1732
|
-
}
|
|
1733
|
-
.Toolbar-module_item__36x7d:empty {
|
|
1734
|
-
display: none;
|
|
1735
|
-
}
|
|
1736
|
-
.Toolbar-module_isInTopbar__223iP {
|
|
1737
|
-
height: 100%;
|
|
1738
|
-
}
|
|
1739
|
-
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
1740
|
-
height: 100%;
|
|
1741
|
-
}
|
|
1742
|
-
.Toolbar-module_center__3_H8M {
|
|
1743
|
-
width: 100%;
|
|
1744
|
-
max-width: 650px;
|
|
1745
|
-
margin-right: auto;
|
|
1746
|
-
margin-left: auto;
|
|
1747
|
-
}
|
|
1748
|
-
.Toolbar-module_game__5-jY_ {
|
|
1749
|
-
margin-top: 11px
|
|
1750
|
-
}
|
|
1751
|
-
@media only screen and (min-width: 32em) {
|
|
1752
|
-
.Toolbar-module_game__5-jY_ {
|
|
1753
|
-
margin-top: 18px
|
|
1591
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1592
|
+
font-size: 24px;
|
|
1593
|
+
font-weight: 700
|
|
1594
|
+
}
|
|
1595
|
+
@media only screen and (min-width: 48em) {
|
|
1596
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1597
|
+
font-size: 36px
|
|
1754
1598
|
}
|
|
1755
1599
|
}
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1600
|
+
|
|
1601
|
+
/* Colors */
|
|
1602
|
+
/* Fonts */
|
|
1603
|
+
/* Gap */
|
|
1604
|
+
/* Media */
|
|
1605
|
+
/* 512 */
|
|
1606
|
+
/* 650 */
|
|
1607
|
+
/* 768 */
|
|
1608
|
+
/* 1024 */
|
|
1609
|
+
/* 1010 */
|
|
1610
|
+
/* 1200 */
|
|
1611
|
+
/* 511 */
|
|
1612
|
+
/* 1023 */
|
|
1613
|
+
/* Zindex */
|
|
1614
|
+
.BookmarkButton-module_root__3KmuY {
|
|
1615
|
+
color: #e0e0e0;
|
|
1759
1616
|
}
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1617
|
+
.BookmarkButton-module_control__1A0ea {
|
|
1618
|
+
margin: 0;
|
|
1619
|
+
padding: 5px 3px;
|
|
1620
|
+
|
|
1621
|
+
cursor: pointer;
|
|
1622
|
+
|
|
1623
|
+
color: inherit;
|
|
1624
|
+
border-width: 0;
|
|
1625
|
+
outline: none;
|
|
1626
|
+
background-color: transparent;
|
|
1627
|
+
|
|
1628
|
+
-webkit-appearance: none;
|
|
1629
|
+
|
|
1630
|
+
-moz-appearance: none;
|
|
1631
|
+
|
|
1632
|
+
appearance: none;
|
|
1633
|
+
fill: transparent;
|
|
1767
1634
|
}
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
width: 260px
|
|
1635
|
+
.BookmarkButton-module_dark__1cwyi {
|
|
1636
|
+
color: #fff;
|
|
1771
1637
|
}
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
width: auto
|
|
1638
|
+
.BookmarkButton-module_light__1uQyH {
|
|
1639
|
+
color: #000;
|
|
1775
1640
|
}
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
content: none
|
|
1641
|
+
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1642
|
+
fill: #e0e0e0;
|
|
1779
1643
|
}
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
content: ''
|
|
1644
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1645
|
+
fill: #fff;
|
|
1783
1646
|
}
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
1787
|
-
content: none;
|
|
1647
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1648
|
+
fill: #000;
|
|
1788
1649
|
}
|
|
1789
1650
|
@media only screen and (min-width: 64em) {
|
|
1790
|
-
.
|
|
1791
|
-
|
|
1792
|
-
margin-left: 0
|
|
1651
|
+
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1652
|
+
width: 12px
|
|
1793
1653
|
}
|
|
1794
1654
|
}
|
|
1795
|
-
|
|
1796
|
-
border-left-color: rgba(255, 255, 255, 0.2);
|
|
1797
|
-
}
|
|
1798
|
-
[data-context="prodano"] .Toolbar-module_root__2HF2r {
|
|
1655
|
+
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1799
1656
|
display: none;
|
|
1800
1657
|
}
|
|
1801
1658
|
|
|
@@ -1900,130 +1757,134 @@
|
|
|
1900
1757
|
/* 511 */
|
|
1901
1758
|
/* 1023 */
|
|
1902
1759
|
/* Zindex */
|
|
1903
|
-
.
|
|
1760
|
+
.Toolbar-module_root__2HF2r {
|
|
1761
|
+
overflow: hidden;
|
|
1762
|
+
|
|
1904
1763
|
transform: translateZ(0);
|
|
1905
1764
|
|
|
1906
1765
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1907
|
-
font-size: 12px;
|
|
1908
|
-
line-height: 15px;
|
|
1909
|
-
|
|
1910
|
-
fill: inherit;
|
|
1911
1766
|
}
|
|
1912
|
-
.
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
.Meta-module_game__3aNlZ,
|
|
1919
|
-
.Meta-module_isInMaterial__zaYMy {
|
|
1920
|
-
width: 100%;
|
|
1767
|
+
.Toolbar-module_list__1n5ny {
|
|
1768
|
+
display: -webkit-box;
|
|
1769
|
+
display: -webkit-flex;
|
|
1770
|
+
display: -ms-flexbox;
|
|
1771
|
+
display: flex;
|
|
1772
|
+
flex-flow: row wrap;
|
|
1921
1773
|
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1774
|
+
margin: 0 0 0 -10px;
|
|
1775
|
+
padding: 0;
|
|
1776
|
+
|
|
1777
|
+
list-style: none
|
|
1926
1778
|
}
|
|
1927
|
-
|
|
1928
|
-
|
|
1779
|
+
@media only screen and (min-width: 64em) {
|
|
1780
|
+
.Toolbar-module_list__1n5ny {
|
|
1781
|
+
margin: 0 0 0 -15px
|
|
1929
1782
|
}
|
|
1930
|
-
|
|
1931
|
-
.
|
|
1932
|
-
|
|
1933
|
-
|
|
1783
|
+
}
|
|
1784
|
+
.Toolbar-module_item__36x7d {
|
|
1785
|
+
position: relative;
|
|
1786
|
+
|
|
1787
|
+
min-width: 42px;
|
|
1788
|
+
height: 32px;
|
|
1789
|
+
padding-right: 10px;
|
|
1790
|
+
padding-left: 10px;
|
|
1791
|
+
|
|
1792
|
+
cursor: pointer;
|
|
1793
|
+
transition: color 250ms ease;
|
|
1794
|
+
text-align: center;
|
|
1795
|
+
|
|
1796
|
+
color: #808080;
|
|
1797
|
+
|
|
1798
|
+
line-height: 1
|
|
1934
1799
|
}
|
|
1935
1800
|
@media only screen and (min-width: 64em) {
|
|
1936
|
-
.
|
|
1937
|
-
|
|
1801
|
+
.Toolbar-module_item__36x7d {
|
|
1802
|
+
padding-right: 15px;
|
|
1803
|
+
padding-left: 15px
|
|
1938
1804
|
}
|
|
1939
1805
|
}
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
.Meta-module_card__LE1RK,
|
|
1943
|
-
.Meta-module_slide__3g6fG,
|
|
1944
|
-
.Meta-module_game__3aNlZ,
|
|
1945
|
-
.Meta-module_center__3BBPr {
|
|
1946
|
-
text-align: center
|
|
1806
|
+
.Toolbar-module_item__36x7d:last-child {
|
|
1807
|
+
margin-right: 0;
|
|
1947
1808
|
}
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1809
|
+
.Toolbar-module_item__36x7d::before {
|
|
1810
|
+
position: absolute;
|
|
1811
|
+
top: 7px;
|
|
1812
|
+
left: 0;
|
|
1951
1813
|
|
|
1952
|
-
|
|
1814
|
+
height: 18px;
|
|
1815
|
+
|
|
1816
|
+
content: '';
|
|
1817
|
+
vertical-align: middle;
|
|
1818
|
+
|
|
1819
|
+
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
1953
1820
|
}
|
|
1954
|
-
.
|
|
1955
|
-
|
|
1821
|
+
.Toolbar-module_item__36x7d:empty {
|
|
1822
|
+
display: none;
|
|
1956
1823
|
}
|
|
1957
|
-
.
|
|
1958
|
-
|
|
1959
|
-
.Meta-module_slide__3g6fG,
|
|
1960
|
-
.Meta-module_podcast__1m4zo {
|
|
1961
|
-
display: -webkit-box;
|
|
1962
|
-
display: -webkit-flex;
|
|
1963
|
-
display: -ms-flexbox;
|
|
1964
|
-
display: flex;
|
|
1965
|
-
align-items: center;
|
|
1966
|
-
flex-flow: row wrap
|
|
1824
|
+
.Toolbar-module_isInTopbar__223iP {
|
|
1825
|
+
height: 100%;
|
|
1967
1826
|
}
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
.
|
|
1972
|
-
|
|
1973
|
-
|
|
1827
|
+
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
1828
|
+
height: 100%;
|
|
1829
|
+
}
|
|
1830
|
+
.Toolbar-module_center__3_H8M {
|
|
1831
|
+
width: 100%;
|
|
1832
|
+
max-width: 650px;
|
|
1833
|
+
margin-right: auto;
|
|
1834
|
+
margin-left: auto;
|
|
1835
|
+
}
|
|
1836
|
+
.Toolbar-module_game__5-jY_ {
|
|
1837
|
+
margin-top: 11px
|
|
1838
|
+
}
|
|
1839
|
+
@media only screen and (min-width: 32em) {
|
|
1840
|
+
.Toolbar-module_game__5-jY_ {
|
|
1841
|
+
margin-top: 18px
|
|
1974
1842
|
}
|
|
1975
1843
|
}
|
|
1976
|
-
|
|
1977
|
-
.
|
|
1844
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1845
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1846
|
+
justify-content: center
|
|
1847
|
+
}
|
|
1848
|
+
@media only screen and (min-width: 32em) {
|
|
1849
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1850
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1978
1851
|
display: -webkit-box;
|
|
1979
1852
|
display: -webkit-flex;
|
|
1980
1853
|
display: -ms-flexbox;
|
|
1981
|
-
display: flex
|
|
1982
|
-
flex-flow: row wrap
|
|
1854
|
+
display: flex
|
|
1983
1855
|
}
|
|
1984
1856
|
}
|
|
1985
|
-
.
|
|
1986
|
-
|
|
1987
|
-
z-index: 10;
|
|
1988
|
-
right: -12px;
|
|
1989
|
-
bottom: -4px
|
|
1857
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1858
|
+
width: 260px
|
|
1990
1859
|
}
|
|
1991
1860
|
@media only screen and (min-width: 32em) {
|
|
1992
|
-
.
|
|
1993
|
-
|
|
1861
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1862
|
+
width: auto
|
|
1994
1863
|
}
|
|
1995
1864
|
}
|
|
1996
|
-
|
|
1865
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1866
|
+
content: none
|
|
1867
|
+
}
|
|
1997
1868
|
@media only screen and (min-width: 32em) {
|
|
1998
|
-
.
|
|
1999
|
-
|
|
1869
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1870
|
+
content: ''
|
|
2000
1871
|
}
|
|
2001
1872
|
}
|
|
2002
|
-
.
|
|
2003
|
-
|
|
1873
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
1874
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
1875
|
+
content: none;
|
|
2004
1876
|
}
|
|
2005
|
-
@media only screen and (min-width:
|
|
2006
|
-
.
|
|
2007
|
-
|
|
1877
|
+
@media only screen and (min-width: 64em) {
|
|
1878
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1879
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1880
|
+
margin-left: 0
|
|
1881
|
+
}
|
|
1882
|
+
}
|
|
1883
|
+
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
1884
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
2008
1885
|
}
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
/* Colors */
|
|
2012
|
-
/* Fonts */
|
|
2013
|
-
/* Gap */
|
|
2014
|
-
/* Media */
|
|
2015
|
-
/* 512 */
|
|
2016
|
-
/* 650 */
|
|
2017
|
-
/* 768 */
|
|
2018
|
-
/* 1024 */
|
|
2019
|
-
/* 1010 */
|
|
2020
|
-
/* 1200 */
|
|
2021
|
-
/* 511 */
|
|
2022
|
-
/* 1023 */
|
|
2023
|
-
/* Zindex */
|
|
2024
|
-
.Timestamp-module_root__coOvT {
|
|
2025
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2026
|
-
font-weight: normal;
|
|
1886
|
+
[data-context="prodano"] .Toolbar-module_root__2HF2r {
|
|
1887
|
+
display: none;
|
|
2027
1888
|
}
|
|
2028
1889
|
|
|
2029
1890
|
/* Colors */
|
|
@@ -2237,6 +2098,145 @@
|
|
|
2237
2098
|
}
|
|
2238
2099
|
}
|
|
2239
2100
|
|
|
2101
|
+
/* Colors */
|
|
2102
|
+
/* Fonts */
|
|
2103
|
+
/* Gap */
|
|
2104
|
+
/* Media */
|
|
2105
|
+
/* 512 */
|
|
2106
|
+
/* 650 */
|
|
2107
|
+
/* 768 */
|
|
2108
|
+
/* 1024 */
|
|
2109
|
+
/* 1010 */
|
|
2110
|
+
/* 1200 */
|
|
2111
|
+
/* 511 */
|
|
2112
|
+
/* 1023 */
|
|
2113
|
+
/* Zindex */
|
|
2114
|
+
.Meta-module_root__12AG7 {
|
|
2115
|
+
transform: translateZ(0);
|
|
2116
|
+
|
|
2117
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2118
|
+
font-size: 12px;
|
|
2119
|
+
line-height: 15px;
|
|
2120
|
+
|
|
2121
|
+
fill: inherit;
|
|
2122
|
+
}
|
|
2123
|
+
.Meta-module_rich__1XBtZ,
|
|
2124
|
+
.Meta-module_podcast__1m4zo,
|
|
2125
|
+
.Meta-module_episode__1K2Xv,
|
|
2126
|
+
.Meta-module_simple__3vUiI,
|
|
2127
|
+
.Meta-module_slide__3g6fG,
|
|
2128
|
+
.Meta-module_card__LE1RK,
|
|
2129
|
+
.Meta-module_game__3aNlZ,
|
|
2130
|
+
.Meta-module_isInMaterial__zaYMy {
|
|
2131
|
+
width: 100%;
|
|
2132
|
+
|
|
2133
|
+
color: rgba(0, 0, 0, 0.4);
|
|
2134
|
+
}
|
|
2135
|
+
.Meta-module_podcast__1m4zo {
|
|
2136
|
+
fill: currentColor;
|
|
2137
|
+
}
|
|
2138
|
+
.Meta-module_isInSearchItem__1wbpx {
|
|
2139
|
+
color: rgba(255, 255, 255, 0.7);
|
|
2140
|
+
}
|
|
2141
|
+
.Meta-module_slide__3g6fG.Meta-module_isInMediaBlock__3xfPF,
|
|
2142
|
+
.Meta-module_card__LE1RK.Meta-module_isInMediaBlock__3xfPF,
|
|
2143
|
+
.Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF {
|
|
2144
|
+
text-align: left;
|
|
2145
|
+
}
|
|
2146
|
+
@media only screen and (min-width: 64em) {
|
|
2147
|
+
.Meta-module_center__3BBPr.Meta-module_half__1xRkT {
|
|
2148
|
+
text-align: left
|
|
2149
|
+
}
|
|
2150
|
+
}
|
|
2151
|
+
@media only screen and (min-width: 32em) {
|
|
2152
|
+
.Meta-module_episode__1K2Xv,
|
|
2153
|
+
.Meta-module_card__LE1RK,
|
|
2154
|
+
.Meta-module_slide__3g6fG,
|
|
2155
|
+
.Meta-module_game__3aNlZ,
|
|
2156
|
+
.Meta-module_center__3BBPr {
|
|
2157
|
+
text-align: center
|
|
2158
|
+
}
|
|
2159
|
+
}
|
|
2160
|
+
.Meta-module_light__2baE- {
|
|
2161
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2162
|
+
|
|
2163
|
+
fill: currentColor;
|
|
2164
|
+
}
|
|
2165
|
+
.Meta-module_dark__24y9m {
|
|
2166
|
+
color: rgba(0, 0, 0, 0.4);
|
|
2167
|
+
}
|
|
2168
|
+
.Meta-module_episode__1K2Xv,
|
|
2169
|
+
.Meta-module_card__LE1RK,
|
|
2170
|
+
.Meta-module_slide__3g6fG,
|
|
2171
|
+
.Meta-module_podcast__1m4zo {
|
|
2172
|
+
display: -webkit-box;
|
|
2173
|
+
display: -webkit-flex;
|
|
2174
|
+
display: -ms-flexbox;
|
|
2175
|
+
display: flex;
|
|
2176
|
+
align-items: center;
|
|
2177
|
+
flex-flow: row wrap
|
|
2178
|
+
}
|
|
2179
|
+
@media only screen and (min-width: 48em) {
|
|
2180
|
+
.Meta-module_episode__1K2Xv,
|
|
2181
|
+
.Meta-module_card__LE1RK,
|
|
2182
|
+
.Meta-module_slide__3g6fG,
|
|
2183
|
+
.Meta-module_podcast__1m4zo {
|
|
2184
|
+
display: block
|
|
2185
|
+
}
|
|
2186
|
+
}
|
|
2187
|
+
@media only screen and (max-width: 32.1875em) {
|
|
2188
|
+
.Meta-module_hasSource__2lXiN {
|
|
2189
|
+
display: -webkit-box;
|
|
2190
|
+
display: -webkit-flex;
|
|
2191
|
+
display: -ms-flexbox;
|
|
2192
|
+
display: flex;
|
|
2193
|
+
flex-flow: row wrap
|
|
2194
|
+
}
|
|
2195
|
+
}
|
|
2196
|
+
.Meta-module_bookmark__3ot3k {
|
|
2197
|
+
position: absolute;
|
|
2198
|
+
z-index: 10;
|
|
2199
|
+
right: -12px;
|
|
2200
|
+
bottom: -4px
|
|
2201
|
+
}
|
|
2202
|
+
@media only screen and (min-width: 32em) {
|
|
2203
|
+
.Meta-module_bookmark__3ot3k {
|
|
2204
|
+
display: none
|
|
2205
|
+
}
|
|
2206
|
+
}
|
|
2207
|
+
/* VISIBILITY */
|
|
2208
|
+
@media only screen and (min-width: 32em) {
|
|
2209
|
+
.Meta-module_mobile__22LGV {
|
|
2210
|
+
display: none
|
|
2211
|
+
}
|
|
2212
|
+
}
|
|
2213
|
+
.Meta-module_desktop__1ZGUS {
|
|
2214
|
+
display: none
|
|
2215
|
+
}
|
|
2216
|
+
@media only screen and (min-width: 32em) {
|
|
2217
|
+
.Meta-module_desktop__1ZGUS {
|
|
2218
|
+
display: block
|
|
2219
|
+
}
|
|
2220
|
+
}
|
|
2221
|
+
|
|
2222
|
+
/* Colors */
|
|
2223
|
+
/* Fonts */
|
|
2224
|
+
/* Gap */
|
|
2225
|
+
/* Media */
|
|
2226
|
+
/* 512 */
|
|
2227
|
+
/* 650 */
|
|
2228
|
+
/* 768 */
|
|
2229
|
+
/* 1024 */
|
|
2230
|
+
/* 1010 */
|
|
2231
|
+
/* 1200 */
|
|
2232
|
+
/* 511 */
|
|
2233
|
+
/* 1023 */
|
|
2234
|
+
/* Zindex */
|
|
2235
|
+
.Timestamp-module_root__coOvT {
|
|
2236
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2237
|
+
font-weight: normal;
|
|
2238
|
+
}
|
|
2239
|
+
|
|
2240
2240
|
/* Colors */
|
|
2241
2241
|
/* Fonts */
|
|
2242
2242
|
/* Gap */
|
|
@@ -2433,32 +2433,133 @@
|
|
|
2433
2433
|
line-height: 16px
|
|
2434
2434
|
}
|
|
2435
2435
|
}
|
|
2436
|
-
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2437
|
-
display: block;
|
|
2438
|
-
|
|
2439
|
-
width: 120px;
|
|
2440
|
-
padding: 0 0 7px;
|
|
2441
|
-
|
|
2442
|
-
content: '';
|
|
2443
|
-
|
|
2444
|
-
border-bottom: 1px solid #ccc
|
|
2436
|
+
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2437
|
+
display: block;
|
|
2438
|
+
|
|
2439
|
+
width: 120px;
|
|
2440
|
+
padding: 0 0 7px;
|
|
2441
|
+
|
|
2442
|
+
content: '';
|
|
2443
|
+
|
|
2444
|
+
border-bottom: 1px solid #ccc
|
|
2445
|
+
}
|
|
2446
|
+
@media only screen and (min-width: 32em) {
|
|
2447
|
+
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2448
|
+
padding: 0 0 6px
|
|
2449
|
+
}
|
|
2450
|
+
}
|
|
2451
|
+
/* VISIBILITY */
|
|
2452
|
+
@media only screen and (min-width: 32em) {
|
|
2453
|
+
.ChapterBlock-module_mobile__CiO0w {
|
|
2454
|
+
display: none
|
|
2455
|
+
}
|
|
2456
|
+
}
|
|
2457
|
+
.ChapterBlock-module_desktop__tk1Nk {
|
|
2458
|
+
display: none
|
|
2459
|
+
}
|
|
2460
|
+
@media only screen and (min-width: 32em) {
|
|
2461
|
+
.ChapterBlock-module_desktop__tk1Nk {
|
|
2462
|
+
display: block
|
|
2463
|
+
}
|
|
2464
|
+
}
|
|
2465
|
+
|
|
2466
|
+
|
|
2467
|
+
/* Colors */
|
|
2468
|
+
/* Fonts */
|
|
2469
|
+
/* Gap */
|
|
2470
|
+
/* Media */
|
|
2471
|
+
/* 512 */
|
|
2472
|
+
/* 650 */
|
|
2473
|
+
/* 768 */
|
|
2474
|
+
/* 1024 */
|
|
2475
|
+
/* 1010 */
|
|
2476
|
+
/* 1200 */
|
|
2477
|
+
/* 511 */
|
|
2478
|
+
/* 1023 */
|
|
2479
|
+
/* Zindex */
|
|
2480
|
+
.GroupedBlock-module_root__2qfQA {
|
|
2481
|
+
max-width: 644px;
|
|
2482
|
+
margin: 15px auto 0
|
|
2483
|
+
}
|
|
2484
|
+
@media only screen and (min-width: 48em) {
|
|
2485
|
+
.GroupedBlock-module_root__2qfQA {
|
|
2486
|
+
max-width: none;
|
|
2487
|
+
margin-top: 25px;
|
|
2488
|
+
margin-bottom: 20px
|
|
2489
|
+
}
|
|
2490
|
+
}
|
|
2491
|
+
.GroupedBlock-module_hasFigcaption__2_mcf {
|
|
2492
|
+
margin-bottom: 15px;
|
|
2493
|
+
}
|
|
2494
|
+
@media only screen and (min-width: 48em) {
|
|
2495
|
+
.GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
|
|
2496
|
+
margin-top: 25px
|
|
2497
|
+
}
|
|
2498
|
+
}
|
|
2499
|
+
.GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
|
|
2500
|
+
margin-bottom: 0;
|
|
2501
|
+
}
|
|
2502
|
+
.GroupedBlock-module_items__2DV2X {
|
|
2503
|
+
display: -webkit-box;
|
|
2504
|
+
display: -webkit-flex;
|
|
2505
|
+
display: -ms-flexbox;
|
|
2506
|
+
display: flex;
|
|
2507
|
+
flex-direction: column;
|
|
2508
|
+
flex-wrap: nowrap
|
|
2509
|
+
}
|
|
2510
|
+
@media only screen and (min-width: 48em) {
|
|
2511
|
+
.GroupedBlock-module_items__2DV2X {
|
|
2512
|
+
flex-direction: row
|
|
2513
|
+
}
|
|
2514
|
+
}
|
|
2515
|
+
.GroupedBlock-module_item__3sz9_ {
|
|
2516
|
+
flex-grow: 1;
|
|
2517
|
+
|
|
2518
|
+
width: 100%;
|
|
2519
|
+
min-width: 100%;
|
|
2520
|
+
max-width: 100%;
|
|
2521
|
+
margin-bottom: 20px
|
|
2522
|
+
}
|
|
2523
|
+
@media only screen and (min-width: 48em) {
|
|
2524
|
+
.GroupedBlock-module_item__3sz9_ {
|
|
2525
|
+
min-width: 0;
|
|
2526
|
+
max-width: none;
|
|
2527
|
+
margin-bottom: 0
|
|
2528
|
+
}
|
|
2529
|
+
}
|
|
2530
|
+
@media only screen and (min-width: 48em) {
|
|
2531
|
+
.GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
|
|
2532
|
+
margin-left: 15px
|
|
2533
|
+
}
|
|
2534
|
+
}
|
|
2535
|
+
.GroupedBlock-module_figcaption__2Q_wf {
|
|
2536
|
+
max-width: 650px;
|
|
2537
|
+
margin-right: auto;
|
|
2538
|
+
margin-left: auto;
|
|
2445
2539
|
}
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2540
|
+
/* DISPLAY */
|
|
2541
|
+
@media only screen and (min-width: 48em) {
|
|
2542
|
+
.GroupedBlock-module_default__3ylw_ {
|
|
2543
|
+
max-width: 650px
|
|
2449
2544
|
}
|
|
2450
2545
|
}
|
|
2546
|
+
.GroupedBlock-module_full__1dzQR {
|
|
2547
|
+
max-width: 980px;
|
|
2548
|
+
}
|
|
2549
|
+
.GroupedBlock-module_super_full__1PU72 {
|
|
2550
|
+
max-width: 1680px;
|
|
2551
|
+
}
|
|
2451
2552
|
/* VISIBILITY */
|
|
2452
2553
|
@media only screen and (min-width: 32em) {
|
|
2453
|
-
.
|
|
2554
|
+
.GroupedBlock-module_mobile__3n8Ub {
|
|
2454
2555
|
display: none
|
|
2455
2556
|
}
|
|
2456
2557
|
}
|
|
2457
|
-
.
|
|
2558
|
+
.GroupedBlock-module_desktop__6ZRpA {
|
|
2458
2559
|
display: none
|
|
2459
2560
|
}
|
|
2460
2561
|
@media only screen and (min-width: 32em) {
|
|
2461
|
-
.
|
|
2562
|
+
.GroupedBlock-module_desktop__6ZRpA {
|
|
2462
2563
|
display: block
|
|
2463
2564
|
}
|
|
2464
2565
|
}
|
|
@@ -2582,107 +2683,6 @@
|
|
|
2582
2683
|
}
|
|
2583
2684
|
}
|
|
2584
2685
|
|
|
2585
|
-
/* Colors */
|
|
2586
|
-
/* Fonts */
|
|
2587
|
-
/* Gap */
|
|
2588
|
-
/* Media */
|
|
2589
|
-
/* 512 */
|
|
2590
|
-
/* 650 */
|
|
2591
|
-
/* 768 */
|
|
2592
|
-
/* 1024 */
|
|
2593
|
-
/* 1010 */
|
|
2594
|
-
/* 1200 */
|
|
2595
|
-
/* 511 */
|
|
2596
|
-
/* 1023 */
|
|
2597
|
-
/* Zindex */
|
|
2598
|
-
.GroupedBlock-module_root__2qfQA {
|
|
2599
|
-
max-width: 644px;
|
|
2600
|
-
margin: 15px auto 0
|
|
2601
|
-
}
|
|
2602
|
-
@media only screen and (min-width: 48em) {
|
|
2603
|
-
.GroupedBlock-module_root__2qfQA {
|
|
2604
|
-
max-width: none;
|
|
2605
|
-
margin-top: 25px;
|
|
2606
|
-
margin-bottom: 20px
|
|
2607
|
-
}
|
|
2608
|
-
}
|
|
2609
|
-
.GroupedBlock-module_hasFigcaption__2_mcf {
|
|
2610
|
-
margin-bottom: 15px;
|
|
2611
|
-
}
|
|
2612
|
-
@media only screen and (min-width: 48em) {
|
|
2613
|
-
.GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
|
|
2614
|
-
margin-top: 25px
|
|
2615
|
-
}
|
|
2616
|
-
}
|
|
2617
|
-
.GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
|
|
2618
|
-
margin-bottom: 0;
|
|
2619
|
-
}
|
|
2620
|
-
.GroupedBlock-module_items__2DV2X {
|
|
2621
|
-
display: -webkit-box;
|
|
2622
|
-
display: -webkit-flex;
|
|
2623
|
-
display: -ms-flexbox;
|
|
2624
|
-
display: flex;
|
|
2625
|
-
flex-direction: column;
|
|
2626
|
-
flex-wrap: nowrap
|
|
2627
|
-
}
|
|
2628
|
-
@media only screen and (min-width: 48em) {
|
|
2629
|
-
.GroupedBlock-module_items__2DV2X {
|
|
2630
|
-
flex-direction: row
|
|
2631
|
-
}
|
|
2632
|
-
}
|
|
2633
|
-
.GroupedBlock-module_item__3sz9_ {
|
|
2634
|
-
flex-grow: 1;
|
|
2635
|
-
|
|
2636
|
-
width: 100%;
|
|
2637
|
-
min-width: 100%;
|
|
2638
|
-
max-width: 100%;
|
|
2639
|
-
margin-bottom: 20px
|
|
2640
|
-
}
|
|
2641
|
-
@media only screen and (min-width: 48em) {
|
|
2642
|
-
.GroupedBlock-module_item__3sz9_ {
|
|
2643
|
-
min-width: 0;
|
|
2644
|
-
max-width: none;
|
|
2645
|
-
margin-bottom: 0
|
|
2646
|
-
}
|
|
2647
|
-
}
|
|
2648
|
-
@media only screen and (min-width: 48em) {
|
|
2649
|
-
.GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
|
|
2650
|
-
margin-left: 15px
|
|
2651
|
-
}
|
|
2652
|
-
}
|
|
2653
|
-
.GroupedBlock-module_figcaption__2Q_wf {
|
|
2654
|
-
max-width: 650px;
|
|
2655
|
-
margin-right: auto;
|
|
2656
|
-
margin-left: auto;
|
|
2657
|
-
}
|
|
2658
|
-
/* DISPLAY */
|
|
2659
|
-
@media only screen and (min-width: 48em) {
|
|
2660
|
-
.GroupedBlock-module_default__3ylw_ {
|
|
2661
|
-
max-width: 650px
|
|
2662
|
-
}
|
|
2663
|
-
}
|
|
2664
|
-
.GroupedBlock-module_full__1dzQR {
|
|
2665
|
-
max-width: 980px;
|
|
2666
|
-
}
|
|
2667
|
-
.GroupedBlock-module_super_full__1PU72 {
|
|
2668
|
-
max-width: 1680px;
|
|
2669
|
-
}
|
|
2670
|
-
/* VISIBILITY */
|
|
2671
|
-
@media only screen and (min-width: 32em) {
|
|
2672
|
-
.GroupedBlock-module_mobile__3n8Ub {
|
|
2673
|
-
display: none
|
|
2674
|
-
}
|
|
2675
|
-
}
|
|
2676
|
-
.GroupedBlock-module_desktop__6ZRpA {
|
|
2677
|
-
display: none
|
|
2678
|
-
}
|
|
2679
|
-
@media only screen and (min-width: 32em) {
|
|
2680
|
-
.GroupedBlock-module_desktop__6ZRpA {
|
|
2681
|
-
display: block
|
|
2682
|
-
}
|
|
2683
|
-
}
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
2686
|
/* Colors */
|
|
2687
2687
|
/* Fonts */
|
|
2688
2688
|
/* Gap */
|
|
@@ -2954,201 +2954,71 @@
|
|
|
2954
2954
|
}
|
|
2955
2955
|
}
|
|
2956
2956
|
.ListBlock-module_ul__2MRrS li:last-child {
|
|
2957
|
-
margin-bottom: 0;
|
|
2958
|
-
}
|
|
2959
|
-
.ListBlock-module_ul__2MRrS li::before {
|
|
2960
|
-
position: absolute;
|
|
2961
|
-
top: 0;
|
|
2962
|
-
left: 5px;
|
|
2963
|
-
|
|
2964
|
-
width: 8px;
|
|
2965
|
-
|
|
2966
|
-
content: '\2022';
|
|
2967
|
-
text-align: center;
|
|
2968
|
-
|
|
2969
|
-
color: #b88b59;
|
|
2970
|
-
|
|
2971
|
-
font-size: 18px;
|
|
2972
|
-
line-height: inherit
|
|
2973
|
-
}
|
|
2974
|
-
@media only screen and (min-width: 48em) {
|
|
2975
|
-
.ListBlock-module_ul__2MRrS li::before {
|
|
2976
|
-
left: 0;
|
|
2977
|
-
|
|
2978
|
-
width: 36px;
|
|
2979
|
-
|
|
2980
|
-
text-align: center;
|
|
2981
|
-
|
|
2982
|
-
font-size: 20px
|
|
2983
|
-
}
|
|
2984
|
-
}
|
|
2985
|
-
.ListBlock-module_center__tdIwd {
|
|
2986
|
-
max-width: 650px;
|
|
2987
|
-
margin-right: auto;
|
|
2988
|
-
margin-left: auto;
|
|
2989
|
-
}
|
|
2990
|
-
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2991
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2992
|
-
font-size: 16px;
|
|
2993
|
-
line-height: 20px
|
|
2994
|
-
}
|
|
2995
|
-
@media only screen and (min-width: 48em) {
|
|
2996
|
-
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2997
|
-
font-size: 17px;
|
|
2998
|
-
line-height: 24px
|
|
2999
|
-
}
|
|
3000
|
-
}
|
|
3001
|
-
.ListBlock-module_dark__3E3tV a {
|
|
3002
|
-
color: inherit;
|
|
3003
|
-
}
|
|
3004
|
-
.ListBlock-module_dark__3E3tV a:hover {
|
|
3005
|
-
color: #b88b59;
|
|
3006
|
-
}
|
|
3007
|
-
/* VISIBILITY */
|
|
3008
|
-
@media only screen and (min-width: 32em) {
|
|
3009
|
-
.ListBlock-module_mobile__2-nuV {
|
|
3010
|
-
display: none
|
|
3011
|
-
}
|
|
3012
|
-
}
|
|
3013
|
-
.ListBlock-module_desktop__1EE0g {
|
|
3014
|
-
display: none
|
|
3015
|
-
}
|
|
3016
|
-
@media only screen and (min-width: 32em) {
|
|
3017
|
-
.ListBlock-module_desktop__1EE0g {
|
|
3018
|
-
display: block
|
|
3019
|
-
}
|
|
3020
|
-
}
|
|
3021
|
-
|
|
3022
|
-
/* Colors */
|
|
3023
|
-
/* Fonts */
|
|
3024
|
-
/* Gap */
|
|
3025
|
-
/* Media */
|
|
3026
|
-
/* 512 */
|
|
3027
|
-
/* 650 */
|
|
3028
|
-
/* 768 */
|
|
3029
|
-
/* 1024 */
|
|
3030
|
-
/* 1010 */
|
|
3031
|
-
/* 1200 */
|
|
3032
|
-
/* 511 */
|
|
3033
|
-
/* 1023 */
|
|
3034
|
-
/* Zindex */
|
|
3035
|
-
.RelatedBlock-module_root__IKcQq {
|
|
3036
|
-
margin: 16px 0;
|
|
3037
|
-
|
|
3038
|
-
border-radius: 8px;
|
|
3039
|
-
background-color: #f5f5f5;
|
|
3040
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
3041
|
-
}
|
|
3042
|
-
@media only screen and (min-width: 48em) {
|
|
3043
|
-
.RelatedBlock-module_root__IKcQq {
|
|
3044
|
-
margin: 25px 0
|
|
3045
|
-
}
|
|
3046
|
-
}
|
|
3047
|
-
.RelatedBlock-module_root__IKcQq:last-child {
|
|
3048
|
-
margin-bottom: 0;
|
|
3049
|
-
}
|
|
3050
|
-
.RelatedBlock-module_root__IKcQq:first-child {
|
|
3051
|
-
margin-top: 0;
|
|
3052
|
-
}
|
|
3053
|
-
.RelatedBlock-module_root__IKcQq a {
|
|
3054
|
-
display: block;
|
|
3055
|
-
|
|
3056
|
-
padding: 12px 12px 13px;
|
|
3057
|
-
|
|
3058
|
-
transition: color 0.15s;
|
|
3059
|
-
text-decoration: none;
|
|
3060
|
-
|
|
3061
|
-
color: #000;
|
|
3062
|
-
box-shadow: none;
|
|
3063
|
-
|
|
3064
|
-
font-size: 17px;
|
|
3065
|
-
line-height: 20px
|
|
3066
|
-
}
|
|
3067
|
-
@media only screen and (min-width: 48em) {
|
|
3068
|
-
.RelatedBlock-module_root__IKcQq a {
|
|
3069
|
-
padding: 15px 20px 17px;
|
|
3070
|
-
|
|
3071
|
-
font-size: 19px;
|
|
3072
|
-
line-height: 23px
|
|
3073
|
-
}
|
|
3074
|
-
}
|
|
3075
|
-
.RelatedBlock-module_root__IKcQq a:hover {
|
|
3076
|
-
color: #5c5c5c;
|
|
2957
|
+
margin-bottom: 0;
|
|
3077
2958
|
}
|
|
3078
|
-
.
|
|
3079
|
-
|
|
3080
|
-
|
|
2959
|
+
.ListBlock-module_ul__2MRrS li::before {
|
|
2960
|
+
position: absolute;
|
|
2961
|
+
top: 0;
|
|
2962
|
+
left: 5px;
|
|
3081
2963
|
|
|
3082
|
-
|
|
3083
|
-
text-transform: uppercase;
|
|
2964
|
+
width: 8px;
|
|
3084
2965
|
|
|
3085
|
-
|
|
2966
|
+
content: '\2022';
|
|
2967
|
+
text-align: center;
|
|
3086
2968
|
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
font-
|
|
3090
|
-
line-height:
|
|
2969
|
+
color: #b88b59;
|
|
2970
|
+
|
|
2971
|
+
font-size: 18px;
|
|
2972
|
+
line-height: inherit
|
|
3091
2973
|
}
|
|
3092
2974
|
@media only screen and (min-width: 48em) {
|
|
3093
|
-
.
|
|
3094
|
-
|
|
2975
|
+
.ListBlock-module_ul__2MRrS li::before {
|
|
2976
|
+
left: 0;
|
|
3095
2977
|
|
|
3096
|
-
|
|
3097
|
-
line-height: 16px
|
|
3098
|
-
}
|
|
3099
|
-
}
|
|
3100
|
-
.RelatedBlock-module_items__2V-Ap {
|
|
3101
|
-
margin: 0;
|
|
3102
|
-
padding-left: 0;
|
|
2978
|
+
width: 36px;
|
|
3103
2979
|
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
padding: 0;
|
|
2980
|
+
text-align: center;
|
|
2981
|
+
|
|
2982
|
+
font-size: 20px
|
|
3108
2983
|
}
|
|
3109
|
-
|
|
3110
|
-
|
|
2984
|
+
}
|
|
2985
|
+
.ListBlock-module_center__tdIwd {
|
|
2986
|
+
max-width: 650px;
|
|
2987
|
+
margin-right: auto;
|
|
2988
|
+
margin-left: auto;
|
|
3111
2989
|
}
|
|
3112
|
-
.
|
|
2990
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
3113
2991
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3114
2992
|
font-size: 16px;
|
|
3115
|
-
|
|
3116
|
-
line-height: 18px
|
|
2993
|
+
line-height: 20px
|
|
3117
2994
|
}
|
|
3118
2995
|
@media only screen and (min-width: 48em) {
|
|
3119
|
-
.
|
|
3120
|
-
font-size:
|
|
2996
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2997
|
+
font-size: 17px;
|
|
2998
|
+
line-height: 24px
|
|
3121
2999
|
}
|
|
3122
3000
|
}
|
|
3123
|
-
.
|
|
3124
|
-
|
|
3125
|
-
.RelatedBlock-module_center__1LmW8 {
|
|
3126
|
-
max-width: 650px;
|
|
3127
|
-
margin-right: auto;
|
|
3128
|
-
margin-left: auto;
|
|
3129
|
-
}
|
|
3130
|
-
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
3131
|
-
margin-top: 0;
|
|
3001
|
+
.ListBlock-module_dark__3E3tV a {
|
|
3002
|
+
color: inherit;
|
|
3132
3003
|
}
|
|
3133
|
-
.
|
|
3134
|
-
|
|
3004
|
+
.ListBlock-module_dark__3E3tV a:hover {
|
|
3005
|
+
color: #b88b59;
|
|
3135
3006
|
}
|
|
3136
3007
|
/* VISIBILITY */
|
|
3137
3008
|
@media only screen and (min-width: 32em) {
|
|
3138
|
-
.
|
|
3009
|
+
.ListBlock-module_mobile__2-nuV {
|
|
3139
3010
|
display: none
|
|
3140
3011
|
}
|
|
3141
3012
|
}
|
|
3142
|
-
.
|
|
3013
|
+
.ListBlock-module_desktop__1EE0g {
|
|
3143
3014
|
display: none
|
|
3144
3015
|
}
|
|
3145
3016
|
@media only screen and (min-width: 32em) {
|
|
3146
|
-
.
|
|
3017
|
+
.ListBlock-module_desktop__1EE0g {
|
|
3147
3018
|
display: block
|
|
3148
3019
|
}
|
|
3149
3020
|
}
|
|
3150
3021
|
|
|
3151
|
-
|
|
3152
3022
|
/* Colors */
|
|
3153
3023
|
/* Fonts */
|
|
3154
3024
|
/* Gap */
|
|
@@ -3655,37 +3525,211 @@ a mark {
|
|
|
3655
3525
|
margin-top: 12px;
|
|
3656
3526
|
margin-bottom: 12px;
|
|
3657
3527
|
|
|
3658
|
-
font-size: 18px;
|
|
3659
|
-
line-height: 26px
|
|
3660
|
-
}
|
|
3661
|
-
}
|
|
3662
|
-
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3663
|
-
margin-top: 12px;
|
|
3664
|
-
margin-bottom: 12px
|
|
3528
|
+
font-size: 18px;
|
|
3529
|
+
line-height: 26px
|
|
3530
|
+
}
|
|
3531
|
+
}
|
|
3532
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3533
|
+
margin-top: 12px;
|
|
3534
|
+
margin-bottom: 12px
|
|
3535
|
+
}
|
|
3536
|
+
@media only screen and (min-width: 48em) {
|
|
3537
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3538
|
+
margin-top: 10px;
|
|
3539
|
+
margin-bottom: 10px
|
|
3540
|
+
}
|
|
3541
|
+
}
|
|
3542
|
+
.SimpleBlock-module_isInAnswer__3aX6X:first-child {
|
|
3543
|
+
margin-top: 6px;
|
|
3544
|
+
}
|
|
3545
|
+
.SimpleBlock-module_isInAnswer__3aX6X:last-child {
|
|
3546
|
+
margin-bottom: 0;
|
|
3547
|
+
}
|
|
3548
|
+
/* VISIBILITY */
|
|
3549
|
+
@media only screen and (min-width: 32em) {
|
|
3550
|
+
.SimpleBlock-module_mobile__Ckgek {
|
|
3551
|
+
display: none
|
|
3552
|
+
}
|
|
3553
|
+
}
|
|
3554
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3555
|
+
display: none
|
|
3556
|
+
}
|
|
3557
|
+
@media only screen and (min-width: 32em) {
|
|
3558
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3559
|
+
display: block
|
|
3560
|
+
}
|
|
3561
|
+
}
|
|
3562
|
+
|
|
3563
|
+
/* Colors */
|
|
3564
|
+
/* Fonts */
|
|
3565
|
+
/* Gap */
|
|
3566
|
+
/* Media */
|
|
3567
|
+
/* 512 */
|
|
3568
|
+
/* 650 */
|
|
3569
|
+
/* 768 */
|
|
3570
|
+
/* 1024 */
|
|
3571
|
+
/* 1010 */
|
|
3572
|
+
/* 1200 */
|
|
3573
|
+
/* 511 */
|
|
3574
|
+
/* 1023 */
|
|
3575
|
+
/* Zindex */
|
|
3576
|
+
.RelatedBlock-module_root__IKcQq {
|
|
3577
|
+
margin: 16px 0;
|
|
3578
|
+
|
|
3579
|
+
border-radius: 8px;
|
|
3580
|
+
background-color: #f5f5f5;
|
|
3581
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
3582
|
+
}
|
|
3583
|
+
@media only screen and (min-width: 48em) {
|
|
3584
|
+
.RelatedBlock-module_root__IKcQq {
|
|
3585
|
+
margin: 25px 0
|
|
3586
|
+
}
|
|
3587
|
+
}
|
|
3588
|
+
.RelatedBlock-module_root__IKcQq:last-child {
|
|
3589
|
+
margin-bottom: 0;
|
|
3590
|
+
}
|
|
3591
|
+
.RelatedBlock-module_root__IKcQq:first-child {
|
|
3592
|
+
margin-top: 0;
|
|
3593
|
+
}
|
|
3594
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
3595
|
+
display: block;
|
|
3596
|
+
|
|
3597
|
+
padding: 12px 12px 13px;
|
|
3598
|
+
|
|
3599
|
+
transition: color 0.15s;
|
|
3600
|
+
text-decoration: none;
|
|
3601
|
+
|
|
3602
|
+
color: #000;
|
|
3603
|
+
box-shadow: none;
|
|
3604
|
+
|
|
3605
|
+
font-size: 17px;
|
|
3606
|
+
line-height: 20px
|
|
3607
|
+
}
|
|
3608
|
+
@media only screen and (min-width: 48em) {
|
|
3609
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
3610
|
+
padding: 15px 20px 17px;
|
|
3611
|
+
|
|
3612
|
+
font-size: 19px;
|
|
3613
|
+
line-height: 23px
|
|
3614
|
+
}
|
|
3615
|
+
}
|
|
3616
|
+
.RelatedBlock-module_root__IKcQq a:hover {
|
|
3617
|
+
color: #5c5c5c;
|
|
3618
|
+
}
|
|
3619
|
+
.RelatedBlock-module_header__2SuWP {
|
|
3620
|
+
margin: 0;
|
|
3621
|
+
padding: 14px 12px 3px;
|
|
3622
|
+
|
|
3623
|
+
letter-spacing: 1px;
|
|
3624
|
+
text-transform: uppercase;
|
|
3625
|
+
|
|
3626
|
+
color: #7F7F7F;
|
|
3627
|
+
|
|
3628
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3629
|
+
font-size: 12px;
|
|
3630
|
+
font-weight: 600;
|
|
3631
|
+
line-height: 17px
|
|
3632
|
+
}
|
|
3633
|
+
@media only screen and (min-width: 48em) {
|
|
3634
|
+
.RelatedBlock-module_header__2SuWP {
|
|
3635
|
+
padding: 20px 20px 14px;
|
|
3636
|
+
|
|
3637
|
+
font-size: 14px;
|
|
3638
|
+
line-height: 16px
|
|
3639
|
+
}
|
|
3640
|
+
}
|
|
3641
|
+
.RelatedBlock-module_items__2V-Ap {
|
|
3642
|
+
margin: 0;
|
|
3643
|
+
padding-left: 0;
|
|
3644
|
+
|
|
3645
|
+
list-style: none;
|
|
3646
|
+
}
|
|
3647
|
+
.RelatedBlock-module_items__2V-Ap li {
|
|
3648
|
+
padding: 0;
|
|
3649
|
+
}
|
|
3650
|
+
.RelatedBlock-module_items__2V-Ap li + li {
|
|
3651
|
+
border-top: 1px solid #e6e6e6;
|
|
3652
|
+
}
|
|
3653
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3654
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3655
|
+
font-size: 16px;
|
|
3656
|
+
font-weight: 700;
|
|
3657
|
+
line-height: 18px
|
|
3658
|
+
}
|
|
3659
|
+
@media only screen and (min-width: 48em) {
|
|
3660
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3661
|
+
font-size: 18px
|
|
3662
|
+
}
|
|
3663
|
+
}
|
|
3664
|
+
.RelatedBlock-module_simple__29HVO {
|
|
3665
|
+
}
|
|
3666
|
+
.RelatedBlock-module_center__1LmW8 {
|
|
3667
|
+
max-width: 650px;
|
|
3668
|
+
margin-right: auto;
|
|
3669
|
+
margin-left: auto;
|
|
3670
|
+
}
|
|
3671
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
3672
|
+
margin-top: 0;
|
|
3673
|
+
}
|
|
3674
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
3675
|
+
margin-bottom: 0;
|
|
3676
|
+
}
|
|
3677
|
+
/* VISIBILITY */
|
|
3678
|
+
@media only screen and (min-width: 32em) {
|
|
3679
|
+
.RelatedBlock-module_mobile__2XM5a {
|
|
3680
|
+
display: none
|
|
3681
|
+
}
|
|
3682
|
+
}
|
|
3683
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
3684
|
+
display: none
|
|
3685
|
+
}
|
|
3686
|
+
@media only screen and (min-width: 32em) {
|
|
3687
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
3688
|
+
display: block
|
|
3689
|
+
}
|
|
3690
|
+
}
|
|
3691
|
+
|
|
3692
|
+
|
|
3693
|
+
/* Colors */
|
|
3694
|
+
/* Fonts */
|
|
3695
|
+
/* Gap */
|
|
3696
|
+
/* Media */
|
|
3697
|
+
/* 512 */
|
|
3698
|
+
/* 650 */
|
|
3699
|
+
/* 768 */
|
|
3700
|
+
/* 1024 */
|
|
3701
|
+
/* 1010 */
|
|
3702
|
+
/* 1200 */
|
|
3703
|
+
/* 511 */
|
|
3704
|
+
/* 1023 */
|
|
3705
|
+
/* Zindex */
|
|
3706
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3707
|
+
margin: 0 0 18px;
|
|
3708
|
+
|
|
3709
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3710
|
+
font-size: 20px;
|
|
3711
|
+
font-weight: normal;
|
|
3712
|
+
line-height: 23px
|
|
3665
3713
|
}
|
|
3666
3714
|
@media only screen and (min-width: 48em) {
|
|
3667
|
-
.
|
|
3668
|
-
margin-
|
|
3669
|
-
|
|
3715
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3716
|
+
margin-bottom: 15px;
|
|
3717
|
+
|
|
3718
|
+
font-size: 36px;
|
|
3719
|
+
line-height: 40px
|
|
3670
3720
|
}
|
|
3671
3721
|
}
|
|
3672
|
-
.SimpleBlock-module_isInAnswer__3aX6X:first-child {
|
|
3673
|
-
margin-top: 6px;
|
|
3674
|
-
}
|
|
3675
|
-
.SimpleBlock-module_isInAnswer__3aX6X:last-child {
|
|
3676
|
-
margin-bottom: 0;
|
|
3677
|
-
}
|
|
3678
3722
|
/* VISIBILITY */
|
|
3679
3723
|
@media only screen and (min-width: 32em) {
|
|
3680
|
-
.
|
|
3724
|
+
.SimpleTitle-module_mobile__11gBz {
|
|
3681
3725
|
display: none
|
|
3682
3726
|
}
|
|
3683
3727
|
}
|
|
3684
|
-
.
|
|
3728
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3685
3729
|
display: none
|
|
3686
3730
|
}
|
|
3687
3731
|
@media only screen and (min-width: 32em) {
|
|
3688
|
-
.
|
|
3732
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3689
3733
|
display: block
|
|
3690
3734
|
}
|
|
3691
3735
|
}
|
|
@@ -3805,152 +3849,6 @@ a mark {
|
|
|
3805
3849
|
}
|
|
3806
3850
|
}
|
|
3807
3851
|
|
|
3808
|
-
/* Colors */
|
|
3809
|
-
/* Fonts */
|
|
3810
|
-
/* Gap */
|
|
3811
|
-
/* Media */
|
|
3812
|
-
/* 512 */
|
|
3813
|
-
/* 650 */
|
|
3814
|
-
/* 768 */
|
|
3815
|
-
/* 1024 */
|
|
3816
|
-
/* 1010 */
|
|
3817
|
-
/* 1200 */
|
|
3818
|
-
/* 511 */
|
|
3819
|
-
/* 1023 */
|
|
3820
|
-
/* Zindex */
|
|
3821
|
-
.SimpleTitle-module_root__2jVQN {
|
|
3822
|
-
margin: 0 0 18px;
|
|
3823
|
-
|
|
3824
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3825
|
-
font-size: 20px;
|
|
3826
|
-
font-weight: normal;
|
|
3827
|
-
line-height: 23px
|
|
3828
|
-
}
|
|
3829
|
-
@media only screen and (min-width: 48em) {
|
|
3830
|
-
.SimpleTitle-module_root__2jVQN {
|
|
3831
|
-
margin-bottom: 15px;
|
|
3832
|
-
|
|
3833
|
-
font-size: 36px;
|
|
3834
|
-
line-height: 40px
|
|
3835
|
-
}
|
|
3836
|
-
}
|
|
3837
|
-
/* VISIBILITY */
|
|
3838
|
-
@media only screen and (min-width: 32em) {
|
|
3839
|
-
.SimpleTitle-module_mobile__11gBz {
|
|
3840
|
-
display: none
|
|
3841
|
-
}
|
|
3842
|
-
}
|
|
3843
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
3844
|
-
display: none
|
|
3845
|
-
}
|
|
3846
|
-
@media only screen and (min-width: 32em) {
|
|
3847
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
3848
|
-
display: block
|
|
3849
|
-
}
|
|
3850
|
-
}
|
|
3851
|
-
|
|
3852
|
-
/* Colors */
|
|
3853
|
-
/* Fonts */
|
|
3854
|
-
/* Gap */
|
|
3855
|
-
/* Media */
|
|
3856
|
-
/* 512 */
|
|
3857
|
-
/* 650 */
|
|
3858
|
-
/* 768 */
|
|
3859
|
-
/* 1024 */
|
|
3860
|
-
/* 1010 */
|
|
3861
|
-
/* 1200 */
|
|
3862
|
-
/* 511 */
|
|
3863
|
-
/* 1023 */
|
|
3864
|
-
/* Zindex */
|
|
3865
|
-
.MetaItem-module_root__2VQom {
|
|
3866
|
-
display: inline;
|
|
3867
|
-
|
|
3868
|
-
margin-right: 15px;
|
|
3869
|
-
}
|
|
3870
|
-
.MetaItem-module_root__2VQom > svg {
|
|
3871
|
-
display: inline-block;
|
|
3872
|
-
|
|
3873
|
-
margin-right: 1px;
|
|
3874
|
-
|
|
3875
|
-
vertical-align: top;
|
|
3876
|
-
|
|
3877
|
-
color: inherit;
|
|
3878
|
-
|
|
3879
|
-
fill: currentColor;
|
|
3880
|
-
}
|
|
3881
|
-
.MetaItem-module_root__2VQom a {
|
|
3882
|
-
display: inline;
|
|
3883
|
-
|
|
3884
|
-
text-decoration: underline;
|
|
3885
|
-
|
|
3886
|
-
color: inherit;
|
|
3887
|
-
|
|
3888
|
-
-webkit-text-decoration-skip: auto;
|
|
3889
|
-
}
|
|
3890
|
-
.MetaItem-module_root__2VQom a:hover {
|
|
3891
|
-
color: #b88b59;
|
|
3892
|
-
}
|
|
3893
|
-
.MetaItem-module_hasBullets__CkQPI {
|
|
3894
|
-
margin-right: 0;
|
|
3895
|
-
}
|
|
3896
|
-
.MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
|
|
3897
|
-
display: inline-block;
|
|
3898
|
-
|
|
3899
|
-
padding-right: 0.4em;
|
|
3900
|
-
padding-left: 0.4em;
|
|
3901
|
-
|
|
3902
|
-
content: '\B7';
|
|
3903
|
-
}
|
|
3904
|
-
@media only screen and (max-width: 32.1875em) {
|
|
3905
|
-
.MetaItem-module_hasSource__1DmCI {
|
|
3906
|
-
width: 100%;
|
|
3907
|
-
margin-top: 3px;
|
|
3908
|
-
margin-bottom: 3px
|
|
3909
|
-
}
|
|
3910
|
-
}
|
|
3911
|
-
@media only screen and (max-width: 32.1875em) {
|
|
3912
|
-
.MetaItem-module_hasSource__1DmCI:first-child {
|
|
3913
|
-
margin-top: 0
|
|
3914
|
-
}
|
|
3915
|
-
}
|
|
3916
|
-
.MetaItem-module_hasSource__1DmCI:last-child {
|
|
3917
|
-
margin-bottom: 0;
|
|
3918
|
-
}
|
|
3919
|
-
@media only screen and (max-width: 32.1875em) {
|
|
3920
|
-
.MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
|
|
3921
|
-
display: none
|
|
3922
|
-
}
|
|
3923
|
-
}
|
|
3924
|
-
@media only screen and (max-width: 32.1875em) {
|
|
3925
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
|
|
3926
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
|
|
3927
|
-
display: inline-block
|
|
3928
|
-
}
|
|
3929
|
-
}
|
|
3930
|
-
@media only screen and (max-width: 32.1875em) {
|
|
3931
|
-
.MetaItem-module_datetime__3tOWm,
|
|
3932
|
-
.MetaItem-module_listened__lwvAO,
|
|
3933
|
-
.MetaItem-module_read__5eAIG {
|
|
3934
|
-
width: auto
|
|
3935
|
-
}
|
|
3936
|
-
}
|
|
3937
|
-
@media only screen and (max-width: 32.1875em) {
|
|
3938
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
|
|
3939
|
-
order: -2
|
|
3940
|
-
}
|
|
3941
|
-
}
|
|
3942
|
-
@media only screen and (max-width: 32.1875em) {
|
|
3943
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
|
|
3944
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
|
|
3945
|
-
order: -1;
|
|
3946
|
-
|
|
3947
|
-
margin-top: 0
|
|
3948
|
-
}
|
|
3949
|
-
}
|
|
3950
|
-
.MetaItem-module_read__5eAIG svg {
|
|
3951
|
-
margin-top: -1px;
|
|
3952
|
-
}
|
|
3953
|
-
|
|
3954
3852
|
/* Colors */
|
|
3955
3853
|
/* Fonts */
|
|
3956
3854
|
/* Gap */
|
|
@@ -4200,62 +4098,136 @@ a mark {
|
|
|
4200
4098
|
background-color: transparent;
|
|
4201
4099
|
}
|
|
4202
4100
|
}
|
|
4203
|
-
[data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7,
|
|
4204
|
-
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4205
|
-
bottom: 45px
|
|
4101
|
+
[data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7,
|
|
4102
|
+
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4103
|
+
bottom: 45px
|
|
4104
|
+
}
|
|
4105
|
+
@media only screen and (min-width: 32em) {
|
|
4106
|
+
[data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7,
|
|
4107
|
+
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4108
|
+
bottom: 46px
|
|
4109
|
+
}
|
|
4110
|
+
}
|
|
4111
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4112
|
+
[data-gdpr-panel='true'][data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4113
|
+
bottom: 90px
|
|
4114
|
+
}
|
|
4115
|
+
}
|
|
4116
|
+
/* VISIBILITY */
|
|
4117
|
+
@media only screen and (min-width: 32em) {
|
|
4118
|
+
.Spoiler-module_mobile__2BPt8 {
|
|
4119
|
+
display: none
|
|
4120
|
+
}
|
|
4121
|
+
}
|
|
4122
|
+
.Spoiler-module_desktop__1BIFJ {
|
|
4123
|
+
display: none
|
|
4124
|
+
}
|
|
4125
|
+
@media only screen and (min-width: 32em) {
|
|
4126
|
+
.Spoiler-module_desktop__1BIFJ {
|
|
4127
|
+
display: block
|
|
4128
|
+
}
|
|
4129
|
+
}
|
|
4130
|
+
|
|
4131
|
+
/* Colors */
|
|
4132
|
+
/* Fonts */
|
|
4133
|
+
/* Gap */
|
|
4134
|
+
/* Media */
|
|
4135
|
+
/* 512 */
|
|
4136
|
+
/* 650 */
|
|
4137
|
+
/* 768 */
|
|
4138
|
+
/* 1024 */
|
|
4139
|
+
/* 1010 */
|
|
4140
|
+
/* 1200 */
|
|
4141
|
+
/* 511 */
|
|
4142
|
+
/* 1023 */
|
|
4143
|
+
/* Zindex */
|
|
4144
|
+
.MetaItem-module_root__2VQom {
|
|
4145
|
+
display: inline;
|
|
4146
|
+
|
|
4147
|
+
margin-right: 15px;
|
|
4148
|
+
}
|
|
4149
|
+
.MetaItem-module_root__2VQom > svg {
|
|
4150
|
+
display: inline-block;
|
|
4151
|
+
|
|
4152
|
+
margin-right: 1px;
|
|
4153
|
+
|
|
4154
|
+
vertical-align: top;
|
|
4155
|
+
|
|
4156
|
+
color: inherit;
|
|
4157
|
+
|
|
4158
|
+
fill: currentColor;
|
|
4159
|
+
}
|
|
4160
|
+
.MetaItem-module_root__2VQom a {
|
|
4161
|
+
display: inline;
|
|
4162
|
+
|
|
4163
|
+
text-decoration: underline;
|
|
4164
|
+
|
|
4165
|
+
color: inherit;
|
|
4166
|
+
|
|
4167
|
+
-webkit-text-decoration-skip: auto;
|
|
4168
|
+
}
|
|
4169
|
+
.MetaItem-module_root__2VQom a:hover {
|
|
4170
|
+
color: #b88b59;
|
|
4171
|
+
}
|
|
4172
|
+
.MetaItem-module_hasBullets__CkQPI {
|
|
4173
|
+
margin-right: 0;
|
|
4174
|
+
}
|
|
4175
|
+
.MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
|
|
4176
|
+
display: inline-block;
|
|
4177
|
+
|
|
4178
|
+
padding-right: 0.4em;
|
|
4179
|
+
padding-left: 0.4em;
|
|
4180
|
+
|
|
4181
|
+
content: '\B7';
|
|
4206
4182
|
}
|
|
4207
|
-
@media only screen and (
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
|
|
4183
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4184
|
+
.MetaItem-module_hasSource__1DmCI {
|
|
4185
|
+
width: 100%;
|
|
4186
|
+
margin-top: 3px;
|
|
4187
|
+
margin-bottom: 3px
|
|
4211
4188
|
}
|
|
4212
4189
|
}
|
|
4213
4190
|
@media only screen and (max-width: 32.1875em) {
|
|
4214
|
-
|
|
4215
|
-
|
|
4191
|
+
.MetaItem-module_hasSource__1DmCI:first-child {
|
|
4192
|
+
margin-top: 0
|
|
4216
4193
|
}
|
|
4217
4194
|
}
|
|
4218
|
-
|
|
4219
|
-
|
|
4220
|
-
|
|
4195
|
+
.MetaItem-module_hasSource__1DmCI:last-child {
|
|
4196
|
+
margin-bottom: 0;
|
|
4197
|
+
}
|
|
4198
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4199
|
+
.MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
|
|
4221
4200
|
display: none
|
|
4222
4201
|
}
|
|
4223
4202
|
}
|
|
4224
|
-
|
|
4225
|
-
|
|
4226
|
-
|
|
4227
|
-
|
|
4228
|
-
.Spoiler-module_desktop__1BIFJ {
|
|
4229
|
-
display: block
|
|
4203
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4204
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
|
|
4205
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
|
|
4206
|
+
display: inline-block
|
|
4230
4207
|
}
|
|
4231
4208
|
}
|
|
4232
|
-
|
|
4233
|
-
|
|
4234
|
-
|
|
4235
|
-
|
|
4236
|
-
|
|
4237
|
-
/* Media */
|
|
4238
|
-
/* 512 */
|
|
4239
|
-
/* 650 */
|
|
4240
|
-
/* 768 */
|
|
4241
|
-
/* 1024 */
|
|
4242
|
-
/* 1010 */
|
|
4243
|
-
/* 1200 */
|
|
4244
|
-
/* 511 */
|
|
4245
|
-
/* 1023 */
|
|
4246
|
-
/* Zindex */
|
|
4247
|
-
.DocumentItemsCount-module_root__P3q-z {
|
|
4248
|
-
display: inline;
|
|
4249
|
-
|
|
4250
|
-
line-height: inherit;
|
|
4209
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4210
|
+
.MetaItem-module_datetime__3tOWm,
|
|
4211
|
+
.MetaItem-module_listened__lwvAO,
|
|
4212
|
+
.MetaItem-module_read__5eAIG {
|
|
4213
|
+
width: auto
|
|
4251
4214
|
}
|
|
4252
|
-
|
|
4253
|
-
|
|
4215
|
+
}
|
|
4216
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4217
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
|
|
4218
|
+
order: -2
|
|
4254
4219
|
}
|
|
4255
|
-
|
|
4256
|
-
|
|
4220
|
+
}
|
|
4221
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4222
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
|
|
4223
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
|
|
4224
|
+
order: -1;
|
|
4257
4225
|
|
|
4258
|
-
|
|
4226
|
+
margin-top: 0
|
|
4227
|
+
}
|
|
4228
|
+
}
|
|
4229
|
+
.MetaItem-module_read__5eAIG svg {
|
|
4230
|
+
margin-top: -1px;
|
|
4259
4231
|
}
|
|
4260
4232
|
|
|
4261
4233
|
/* stylelint-disable declaration-empty-line-before */
|
|
@@ -4442,6 +4414,106 @@ a mark {
|
|
|
4442
4414
|
}
|
|
4443
4415
|
}
|
|
4444
4416
|
|
|
4417
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
4418
|
+
/* Colors */
|
|
4419
|
+
/* Fonts */
|
|
4420
|
+
/* Gap */
|
|
4421
|
+
/* Media */
|
|
4422
|
+
/* 512 */
|
|
4423
|
+
/* 650 */
|
|
4424
|
+
/* 768 */
|
|
4425
|
+
/* 1024 */
|
|
4426
|
+
/* 1010 */
|
|
4427
|
+
/* 1200 */
|
|
4428
|
+
/* 511 */
|
|
4429
|
+
/* 1023 */
|
|
4430
|
+
/* Zindex */
|
|
4431
|
+
.DocumentItemsCount-module_root__P3q-z {
|
|
4432
|
+
display: inline;
|
|
4433
|
+
|
|
4434
|
+
line-height: inherit;
|
|
4435
|
+
}
|
|
4436
|
+
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4437
|
+
vertical-align: top;
|
|
4438
|
+
}
|
|
4439
|
+
.DocumentItemsCount-module_items__3pfxW {
|
|
4440
|
+
margin-left: 1px;
|
|
4441
|
+
|
|
4442
|
+
vertical-align: top;
|
|
4443
|
+
}
|
|
4444
|
+
|
|
4445
|
+
/* Colors */
|
|
4446
|
+
/* Fonts */
|
|
4447
|
+
/* Gap */
|
|
4448
|
+
/* Media */
|
|
4449
|
+
/* 512 */
|
|
4450
|
+
/* 650 */
|
|
4451
|
+
/* 768 */
|
|
4452
|
+
/* 1024 */
|
|
4453
|
+
/* 1010 */
|
|
4454
|
+
/* 1200 */
|
|
4455
|
+
/* 511 */
|
|
4456
|
+
/* 1023 */
|
|
4457
|
+
/* Zindex */
|
|
4458
|
+
.Footnote-module_root__2a0-B {
|
|
4459
|
+
position: relative;
|
|
4460
|
+
|
|
4461
|
+
width: 320px;
|
|
4462
|
+
padding: 20px;
|
|
4463
|
+
|
|
4464
|
+
border-radius: 8px;
|
|
4465
|
+
background-color: #fff;
|
|
4466
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4467
|
+
}
|
|
4468
|
+
.Footnote-module_body__259Ly {
|
|
4469
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4470
|
+
font-size: 16px;
|
|
4471
|
+
line-height: 22px;
|
|
4472
|
+
}
|
|
4473
|
+
.Footnote-module_body__259Ly h3 {
|
|
4474
|
+
margin: 0 0 16px;
|
|
4475
|
+
|
|
4476
|
+
font-size: inherit;
|
|
4477
|
+
font-weight: 700;
|
|
4478
|
+
line-height: inherit;
|
|
4479
|
+
}
|
|
4480
|
+
.Footnote-module_body__259Ly p {
|
|
4481
|
+
margin: 0;
|
|
4482
|
+
}
|
|
4483
|
+
.Footnote-module_body__259Ly p + p {
|
|
4484
|
+
margin-top: 6px;
|
|
4485
|
+
}
|
|
4486
|
+
.Footnote-module_body__259Ly a {
|
|
4487
|
+
color: inherit;
|
|
4488
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
4489
|
+
}
|
|
4490
|
+
.Footnote-module_body__259Ly a:hover {
|
|
4491
|
+
color: #b88b59;
|
|
4492
|
+
}
|
|
4493
|
+
.Footnote-module_dismiss__1HKG5 {
|
|
4494
|
+
position: absolute;
|
|
4495
|
+
top: 0;
|
|
4496
|
+
right: 0;
|
|
4497
|
+
|
|
4498
|
+
margin: 0;
|
|
4499
|
+
padding: 6px 9px 10px;
|
|
4500
|
+
|
|
4501
|
+
cursor: pointer;
|
|
4502
|
+
|
|
4503
|
+
color: #b3b3b3;
|
|
4504
|
+
border-width: 0;
|
|
4505
|
+
outline: none;
|
|
4506
|
+
background-color: transparent;
|
|
4507
|
+
}
|
|
4508
|
+
.Footnote-module_dismiss__1HKG5:hover {
|
|
4509
|
+
color: #757575;
|
|
4510
|
+
}
|
|
4511
|
+
.Footnote-module_dismiss__1HKG5 svg {
|
|
4512
|
+
width: 12px;
|
|
4513
|
+
height: 12px;
|
|
4514
|
+
}
|
|
4515
|
+
|
|
4516
|
+
|
|
4445
4517
|
/* Colors */
|
|
4446
4518
|
/* Fonts */
|
|
4447
4519
|
/* Gap */
|
|
@@ -4808,78 +4880,6 @@ a mark {
|
|
|
4808
4880
|
fill: currentColor;
|
|
4809
4881
|
}
|
|
4810
4882
|
|
|
4811
|
-
/* Colors */
|
|
4812
|
-
/* Fonts */
|
|
4813
|
-
/* Gap */
|
|
4814
|
-
/* Media */
|
|
4815
|
-
/* 512 */
|
|
4816
|
-
/* 650 */
|
|
4817
|
-
/* 768 */
|
|
4818
|
-
/* 1024 */
|
|
4819
|
-
/* 1010 */
|
|
4820
|
-
/* 1200 */
|
|
4821
|
-
/* 511 */
|
|
4822
|
-
/* 1023 */
|
|
4823
|
-
/* Zindex */
|
|
4824
|
-
.Footnote-module_root__2a0-B {
|
|
4825
|
-
position: relative;
|
|
4826
|
-
|
|
4827
|
-
width: 320px;
|
|
4828
|
-
padding: 20px;
|
|
4829
|
-
|
|
4830
|
-
border-radius: 8px;
|
|
4831
|
-
background-color: #fff;
|
|
4832
|
-
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4833
|
-
}
|
|
4834
|
-
.Footnote-module_body__259Ly {
|
|
4835
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4836
|
-
font-size: 16px;
|
|
4837
|
-
line-height: 22px;
|
|
4838
|
-
}
|
|
4839
|
-
.Footnote-module_body__259Ly h3 {
|
|
4840
|
-
margin: 0 0 16px;
|
|
4841
|
-
|
|
4842
|
-
font-size: inherit;
|
|
4843
|
-
font-weight: 700;
|
|
4844
|
-
line-height: inherit;
|
|
4845
|
-
}
|
|
4846
|
-
.Footnote-module_body__259Ly p {
|
|
4847
|
-
margin: 0;
|
|
4848
|
-
}
|
|
4849
|
-
.Footnote-module_body__259Ly p + p {
|
|
4850
|
-
margin-top: 6px;
|
|
4851
|
-
}
|
|
4852
|
-
.Footnote-module_body__259Ly a {
|
|
4853
|
-
color: inherit;
|
|
4854
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
4855
|
-
}
|
|
4856
|
-
.Footnote-module_body__259Ly a:hover {
|
|
4857
|
-
color: #b88b59;
|
|
4858
|
-
}
|
|
4859
|
-
.Footnote-module_dismiss__1HKG5 {
|
|
4860
|
-
position: absolute;
|
|
4861
|
-
top: 0;
|
|
4862
|
-
right: 0;
|
|
4863
|
-
|
|
4864
|
-
margin: 0;
|
|
4865
|
-
padding: 6px 9px 10px;
|
|
4866
|
-
|
|
4867
|
-
cursor: pointer;
|
|
4868
|
-
|
|
4869
|
-
color: #b3b3b3;
|
|
4870
|
-
border-width: 0;
|
|
4871
|
-
outline: none;
|
|
4872
|
-
background-color: transparent;
|
|
4873
|
-
}
|
|
4874
|
-
.Footnote-module_dismiss__1HKG5:hover {
|
|
4875
|
-
color: #757575;
|
|
4876
|
-
}
|
|
4877
|
-
.Footnote-module_dismiss__1HKG5 svg {
|
|
4878
|
-
width: 12px;
|
|
4879
|
-
height: 12px;
|
|
4880
|
-
}
|
|
4881
|
-
|
|
4882
|
-
|
|
4883
4883
|
/* Colors */
|
|
4884
4884
|
/* Fonts */
|
|
4885
4885
|
/* Gap */
|
|
@@ -5261,8 +5261,8 @@ a mark {
|
|
|
5261
5261
|
.EmbedBlock-module_isInSlide__2ea5q.EmbedBlock-module_mobileFullwidth__QFFLH .EmbedBlock-module_object__2_UZ7,
|
|
5262
5262
|
.EmbedBlock-module_isInCard__37rtq .EmbedBlock-module_figure__vAvcN,
|
|
5263
5263
|
.EmbedBlock-module_isInSlide__2ea5q .EmbedBlock-module_figure__vAvcN,
|
|
5264
|
-
.EmbedBlock-module_isInCard__37rtq .EmbedBlock-module_object__2_UZ7,
|
|
5265
|
-
.EmbedBlock-module_isInSlide__2ea5q .EmbedBlock-module_object__2_UZ7 {
|
|
5264
|
+
.EmbedBlock-module_isInCard__37rtq.EmbedBlock-module_full__1TEjx .EmbedBlock-module_object__2_UZ7,
|
|
5265
|
+
.EmbedBlock-module_isInSlide__2ea5q.EmbedBlock-module_full__1TEjx .EmbedBlock-module_object__2_UZ7 {
|
|
5266
5266
|
margin-right: -11px;
|
|
5267
5267
|
margin-left: -11px
|
|
5268
5268
|
}
|
|
@@ -5271,8 +5271,8 @@ a mark {
|
|
|
5271
5271
|
.EmbedBlock-module_isInSlide__2ea5q.EmbedBlock-module_mobileFullwidth__QFFLH .EmbedBlock-module_object__2_UZ7,
|
|
5272
5272
|
.EmbedBlock-module_isInCard__37rtq .EmbedBlock-module_figure__vAvcN,
|
|
5273
5273
|
.EmbedBlock-module_isInSlide__2ea5q .EmbedBlock-module_figure__vAvcN,
|
|
5274
|
-
.EmbedBlock-module_isInCard__37rtq .EmbedBlock-module_object__2_UZ7,
|
|
5275
|
-
.EmbedBlock-module_isInSlide__2ea5q .EmbedBlock-module_object__2_UZ7 {
|
|
5274
|
+
.EmbedBlock-module_isInCard__37rtq.EmbedBlock-module_full__1TEjx .EmbedBlock-module_object__2_UZ7,
|
|
5275
|
+
.EmbedBlock-module_isInSlide__2ea5q.EmbedBlock-module_full__1TEjx .EmbedBlock-module_object__2_UZ7 {
|
|
5276
5276
|
margin-right: auto;
|
|
5277
5277
|
margin-left: auto
|
|
5278
5278
|
}
|