@meduza/ui-kit-2 0.1.54 → 0.1.55

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/ui-kit.css CHANGED
@@ -234,254 +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
- .Image-module_root__1vsA_ {
251
- position: relative;
252
- z-index: 1;
253
-
254
- display: block;
255
- overflow: hidden;
256
- transition: background-color 250ms ease;
257
-
258
- background-color: #f2f2f2
259
- }
260
- @media only screen and (min-width: 32em) {
261
- .Image-module_root__1vsA_ {
262
- border-radius: inherit
263
- }
264
- }
265
- .Image-module_root__1vsA_ img {
266
- position: absolute;
267
- top: 0;
268
- left: 0;
269
-
270
- width: 100%;
271
- height: 100%;
272
- }
273
- .Image-module_isLoaded__3XhU5 {
274
- background-color: transparent;
275
- }
276
- .Image-module_wrapper__3fLjs {
277
- display: block;
278
-
279
- width: 100%;
280
-
281
- background-repeat: no-repeat;
282
- background-size: 100% auto;
283
- }
284
- .Image-module_fullscreen__29apx picture {
285
- cursor: pointer;
286
- }
287
- .Image-module_fullscreen__29apx picture:hover::after {
288
- opacity: 1;
289
- }
290
- .Image-module_fullscreen__29apx picture::after {
291
- position: absolute;
292
- right: 12px;
293
- bottom: 12px;
294
-
295
- width: 40px;
296
- height: 40px;
297
-
298
- transition: opacity 250ms ease;
299
- pointer-events: none;
300
-
301
- opacity: 0;
302
- border: 0.5px solid rgba(255, 255, 255, 0.15);
303
- border-radius: 20px;
304
- background-color: rgba(0, 0, 0, 0.7);
305
- 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");
306
- background-repeat: no-repeat;
307
- background-position: center
308
- }
309
- @media only screen and (min-width: 64em) {
310
- .Image-module_fullscreen__29apx picture::after {
311
- content: ''
312
- }
313
- }
314
- [data-input='mouse'] .Image-module_wrapper__3fLjs {
315
- outline: none;
316
- }
317
- .Image-module_dark__3o0nU {
318
- background-color: transparent;
319
- }
320
-
321
- /* Colors */
322
- /* Fonts */
323
- /* Gap */
324
- /* Media */
325
- /* 512 */
326
- /* 650 */
327
- /* 768 */
328
- /* 1024 */
329
- /* 1010 */
330
- /* 1200 */
331
- /* 511 */
332
- /* 1023 */
333
- /* Zindex */
334
- .Switcher-module_root__1Env1 {
335
- position: relative;
336
-
337
- display: -webkit-box;
338
-
339
- display: -webkit-flex;
340
-
341
- display: -ms-flexbox;
342
-
343
- display: flex;
344
- flex-flow: row nowrap;
345
- align-items: center;
346
-
347
- font-weight: 600;
348
-
349
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
350
- white-space: nowrap;
351
-
352
- cursor: pointer;
353
-
354
- -webkit-user-select: none;
355
-
356
- -moz-user-select: none;
357
-
358
- -ms-user-select: none;
359
-
360
- user-select: none;
361
- }
362
- .Switcher-module_dark__1IzaH {
363
- color: inherit;
364
- }
365
- .Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
366
- background-color: transparent;
367
- }
368
- .Switcher-module_input__jaMVF {
369
- position: absolute;
370
- top: 0;
371
- left: 0;
372
-
373
- opacity: 0;
374
- }
375
- .Switcher-module_control__1NTvY {
376
- position: relative;
377
-
378
- display: block;
379
-
380
- width: 37px;
381
- height: 21px;
382
-
383
- background-color: #e6e6e6;
384
-
385
- border-radius: 15px;
386
- }
387
- .Switcher-module_control__1NTvY::before {
388
- position: absolute;
389
- top: 0;
390
- bottom: 0;
391
- left: 0;
392
-
393
- width: 18px;
394
-
395
- background: rgba(19, 191, 17, 0);
396
-
397
- border-radius: 15px;
398
-
399
- transition: 0.25s ease-in-out;
400
-
401
- content: '';
402
- }
403
- .Switcher-module_knob__3kEy5 {
404
- position: relative;
405
- top: 2px;
406
- left: 2px;
407
- z-index: 200;
408
-
409
- display: block;
410
-
411
- width: 17px;
412
- height: 17px;
413
-
414
- background: #fff;
415
-
416
- border-radius: 15px;
417
-
418
- transition: 0.25s ease-in-out;
419
- }
420
- .Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
421
- width: 100%;
422
-
423
- background-color: #b88b59;
424
- }
425
- .Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
426
- box-shadow: inset 0 0 0 1px transparent;
427
- }
428
- .Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
429
- left: 18px;
430
- }
431
- .Switcher-module_children__147JP.Switcher-module_left__2coeE {
432
- margin-right: 6px;
433
- }
434
- .Switcher-module_children__147JP.Switcher-module_right__yWG7h {
435
- margin-left: 6px;
436
- }
437
- /* panel */
438
- .Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
439
-
440
- color: #999;
441
-
442
- font-size: 13px;
443
- letter-spacing: 0.5px;
444
- text-transform: uppercase;
445
- }
446
- /* menu */
447
- .Switcher-module_isInMenu__3XJYj {
448
- font-weight: normal;
449
- }
450
- .Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
451
- margin-right: 8px;
452
- }
453
- .Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
454
- width: 48px;
455
- height: 30px;
456
- }
457
- .Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
458
- top: 4px;
459
-
460
- width: 22px;
461
- height: 22px;
462
-
463
- background-color: #bababa;
464
- }
465
- /* stylelint-disable selector-max-compound-selectors */
466
- .Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
467
- left: 23px;
468
-
469
- background-color: #fff;
470
- }
471
- /* live */
472
- .Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
473
-
474
- color: #7f7f7f;
475
-
476
- font-size: 13px;
477
- letter-spacing: 0.5px;
478
- text-transform: uppercase;
479
- }
480
- .Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
481
- background-color: #1a1a1a;
482
- box-shadow: inset 0 0 0 1px #323232;
483
- }
484
-
485
237
  /* Colors */
486
238
  /* Fonts */
487
239
  /* Gap */
@@ -721,15 +473,263 @@
721
473
  /* 511 */
722
474
  /* 1023 */
723
475
  /* Zindex */
724
- .DotsOnImage-module_root__2XP3Q {
476
+ .Switcher-module_root__1Env1 {
725
477
  position: relative;
726
478
 
727
- display: block;
479
+ display: -webkit-box;
728
480
 
729
- width: 100%;
730
- }
731
- .DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
732
- -webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
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;
503
+ }
504
+ .Switcher-module_dark__1IzaH {
505
+ color: inherit;
506
+ }
507
+ .Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
508
+ background-color: transparent;
509
+ }
510
+ .Switcher-module_input__jaMVF {
511
+ position: absolute;
512
+ top: 0;
513
+ left: 0;
514
+
515
+ opacity: 0;
516
+ }
517
+ .Switcher-module_control__1NTvY {
518
+ position: relative;
519
+
520
+ display: block;
521
+
522
+ width: 37px;
523
+ height: 21px;
524
+
525
+ background-color: #e6e6e6;
526
+
527
+ border-radius: 15px;
528
+ }
529
+ .Switcher-module_control__1NTvY::before {
530
+ position: absolute;
531
+ top: 0;
532
+ bottom: 0;
533
+ left: 0;
534
+
535
+ width: 18px;
536
+
537
+ background: rgba(19, 191, 17, 0);
538
+
539
+ border-radius: 15px;
540
+
541
+ transition: 0.25s ease-in-out;
542
+
543
+ content: '';
544
+ }
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;
561
+ }
562
+ .Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
563
+ width: 100%;
564
+
565
+ background-color: #b88b59;
566
+ }
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;
625
+ }
626
+
627
+ /* Colors */
628
+ /* Fonts */
629
+ /* Gap */
630
+ /* Media */
631
+ /* 512 */
632
+ /* 650 */
633
+ /* 768 */
634
+ /* 1024 */
635
+ /* 1010 */
636
+ /* 1200 */
637
+ /* 511 */
638
+ /* 1023 */
639
+ /* Zindex */
640
+ .Image-module_root__1vsA_ {
641
+ position: relative;
642
+ z-index: 1;
643
+
644
+ display: block;
645
+ overflow: hidden;
646
+ transition: background-color 250ms ease;
647
+
648
+ background-color: #f2f2f2
649
+ }
650
+ @media only screen and (min-width: 32em) {
651
+ .Image-module_root__1vsA_ {
652
+ border-radius: inherit
653
+ }
654
+ }
655
+ .Image-module_root__1vsA_ img {
656
+ position: absolute;
657
+ top: 0;
658
+ left: 0;
659
+
660
+ width: 100%;
661
+ height: 100%;
662
+ }
663
+ .Image-module_isLoaded__3XhU5 {
664
+ background-color: transparent;
665
+ }
666
+ .Image-module_wrapper__3fLjs {
667
+ display: block;
668
+
669
+ width: 100%;
670
+
671
+ background-repeat: no-repeat;
672
+ background-size: 100% auto;
673
+ }
674
+ .Image-module_fullscreen__29apx picture {
675
+ cursor: pointer;
676
+ }
677
+ .Image-module_fullscreen__29apx picture:hover::after {
678
+ opacity: 1;
679
+ }
680
+ .Image-module_fullscreen__29apx picture::after {
681
+ position: absolute;
682
+ right: 12px;
683
+ bottom: 12px;
684
+
685
+ width: 40px;
686
+ height: 40px;
687
+
688
+ transition: opacity 250ms ease;
689
+ pointer-events: none;
690
+
691
+ opacity: 0;
692
+ border: 0.5px solid rgba(255, 255, 255, 0.15);
693
+ border-radius: 20px;
694
+ background-color: rgba(0, 0, 0, 0.7);
695
+ 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");
696
+ background-repeat: no-repeat;
697
+ background-position: center
698
+ }
699
+ @media only screen and (min-width: 64em) {
700
+ .Image-module_fullscreen__29apx picture::after {
701
+ content: ''
702
+ }
703
+ }
704
+ [data-input='mouse'] .Image-module_wrapper__3fLjs {
705
+ outline: none;
706
+ }
707
+ .Image-module_dark__3o0nU {
708
+ background-color: transparent;
709
+ }
710
+
711
+ /* Colors */
712
+ /* Fonts */
713
+ /* Gap */
714
+ /* Media */
715
+ /* 512 */
716
+ /* 650 */
717
+ /* 768 */
718
+ /* 1024 */
719
+ /* 1010 */
720
+ /* 1200 */
721
+ /* 511 */
722
+ /* 1023 */
723
+ /* Zindex */
724
+ .DotsOnImage-module_root__2XP3Q {
725
+ position: relative;
726
+
727
+ display: block;
728
+
729
+ width: 100%;
730
+ }
731
+ .DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
732
+ -webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
733
733
  animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
734
734
  }
735
735
  .DotsOnImage-module_dot__H1wua {
@@ -874,23 +874,6 @@
874
874
  }
875
875
  }
876
876
 
877
- /* Colors */
878
- /* Fonts */
879
- /* Gap */
880
- /* Media */
881
- /* 512 */
882
- /* 650 */
883
- /* 768 */
884
- /* 1024 */
885
- /* 1010 */
886
- /* 1200 */
887
- /* 511 */
888
- /* 1023 */
889
- /* Zindex */
890
- .Lazy-module_root__2Z72l {
891
- display: block;
892
- }
893
-
894
877
  /* Colors */
895
878
  /* Fonts */
896
879
  /* Gap */
@@ -1023,8 +1006,160 @@
1023
1006
  display: none
1024
1007
  }
1025
1008
  @media only screen and (min-width: 32em) {
1026
- .Tag-module_desktop__1Bjsy {
1027
- display: block
1009
+ .Tag-module_desktop__1Bjsy {
1010
+ display: block
1011
+ }
1012
+ }
1013
+
1014
+ /* Colors */
1015
+ /* Fonts */
1016
+ /* Gap */
1017
+ /* Media */
1018
+ /* 512 */
1019
+ /* 650 */
1020
+ /* 768 */
1021
+ /* 1024 */
1022
+ /* 1010 */
1023
+ /* 1200 */
1024
+ /* 511 */
1025
+ /* 1023 */
1026
+ /* Zindex */
1027
+ .Lazy-module_root__2Z72l {
1028
+ display: block;
1029
+ }
1030
+
1031
+ /* Colors */
1032
+ /* Fonts */
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;
1046
+
1047
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
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;
1059
+
1060
+ width: 120px;
1061
+ height: 1px;
1062
+ margin-bottom: 15px;
1063
+
1064
+ content: '';
1065
+
1066
+ background: #000;
1067
+ }
1068
+ .MaterialNote-module_root__1AcYe p {
1069
+ margin-top: 8px;
1070
+ margin-bottom: 0;
1071
+ }
1072
+ .MaterialNote-module_root__1AcYe a {
1073
+ text-decoration: none;
1074
+
1075
+ color: inherit;
1076
+ box-shadow: inset 0 -1px;
1077
+ }
1078
+ .MaterialNote-module_root__1AcYe a:hover {
1079
+ color: #b88b59;
1080
+ }
1081
+ .MaterialNote-module_dark__xCry-::before {
1082
+ background-color: #4f4f4f;
1083
+ }
1084
+ .MaterialNote-module_note_credit__PuFyX {
1085
+ color: #666;
1086
+
1087
+ font-size: 12px;
1088
+ line-height: 15px;
1089
+ }
1090
+ .MaterialNote-module_root__1AcYe .MaterialNote-module_note_credit__PuFyX {
1091
+ margin-top: 6px;
1092
+ }
1093
+ .MaterialNote-module_note_credit__PuFyX:only-child {
1094
+ margin-top: 0;
1095
+ }
1096
+ .MaterialNote-module_note_caption__1ezSo b {
1097
+ font-weight: bold;
1098
+ }
1099
+ .MaterialNote-module_center__18RxI {
1100
+ max-width: 650px;
1101
+ margin-right: auto;
1102
+ margin-left: auto;
1103
+ }
1104
+ .MaterialNote-module_center__18RxI,
1105
+ .MaterialNote-module_default__1lQPl {
1106
+ margin-top: 25px
1107
+ }
1108
+ @media only screen and (min-width: 32em) {
1109
+ .MaterialNote-module_center__18RxI,
1110
+ .MaterialNote-module_default__1lQPl {
1111
+ margin-top: 45px
1112
+ }
1113
+ }
1114
+ .MaterialNote-module_card__OWXbQ:empty,
1115
+ .MaterialNote-module_slide__1ZBBq:empty,
1116
+ .MaterialNote-module_game__cADMe:empty {
1117
+ display: none;
1118
+ }
1119
+ .MaterialNote-module_slide__1ZBBq::before,
1120
+ .MaterialNote-module_card__OWXbQ::before,
1121
+ .MaterialNote-module_game__cADMe::before {
1122
+ content: none;
1123
+ }
1124
+ .MaterialNote-module_gameSurvey__3SiG-,
1125
+ .MaterialNote-module_gameSurvey__3SiG-:empty {
1126
+ display: block;
1127
+ }
1128
+ .MaterialNote-module_gameSurvey__3SiG-::before {
1129
+ margin-right: auto;
1130
+ margin-left: auto;
1131
+
1132
+ content: '';
1133
+ }
1134
+ .MaterialNote-module_slide__1ZBBq .MaterialNote-module_note_caption__1ezSo,
1135
+ .MaterialNote-module_card__OWXbQ .MaterialNote-module_note_caption__1ezSo,
1136
+ .MaterialNote-module_game__cADMe .MaterialNote-module_note_caption__1ezSo {
1137
+ margin-top: 0;
1138
+ }
1139
+ .MaterialNote-module_game__cADMe {
1140
+ margin-bottom: 0;
1141
+
1142
+ text-align: center
1143
+ }
1144
+ @media only screen and (min-width: 32em) {
1145
+ .MaterialNote-module_game__cADMe {
1146
+ margin-top: 25px
1147
+ }
1148
+ }
1149
+ @media only screen and (max-width: 32.1875em) {
1150
+ .MaterialNote-module_game__cADMe.MaterialNote-module_dark__xCry- .MaterialNote-module_note_credit__PuFyX {
1151
+ color: #fff
1152
+ }
1153
+ }
1154
+ .MaterialNote-module_slide__1ZBBq,
1155
+ .MaterialNote-module_card__OWXbQ {
1156
+ margin-bottom: 9px;
1157
+ padding-top: 8px
1158
+ }
1159
+ @media only screen and (min-width: 32em) {
1160
+ .MaterialNote-module_slide__1ZBBq,
1161
+ .MaterialNote-module_card__OWXbQ {
1162
+ margin-bottom: 16px
1028
1163
  }
1029
1164
  }
1030
1165
 
@@ -1326,6 +1461,50 @@
1326
1461
  min-width: 50px;
1327
1462
  }
1328
1463
 
1464
+ /* Colors */
1465
+ /* Fonts */
1466
+ /* Gap */
1467
+ /* Media */
1468
+ /* 512 */
1469
+ /* 650 */
1470
+ /* 768 */
1471
+ /* 1024 */
1472
+ /* 1010 */
1473
+ /* 1200 */
1474
+ /* 511 */
1475
+ /* 1023 */
1476
+ /* Zindex */
1477
+ .MaterialTitle-module_root__18ku- {
1478
+ display: block;
1479
+ }
1480
+ .MaterialTitle-module_root__18ku- {
1481
+ margin: 0;
1482
+
1483
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1484
+ font-size: 25px;
1485
+ font-weight: normal;
1486
+ line-height: 27px
1487
+ }
1488
+ @media only screen and (min-width: 48em) {
1489
+ .MaterialTitle-module_root__18ku- {
1490
+ font-size: 37px;
1491
+ line-height: 38px
1492
+ }
1493
+ }
1494
+ .MaterialTitle-module_primary__2Sfmx {
1495
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
1496
+ font-weight: normal;
1497
+ }
1498
+ .MaterialTitle-module_secondary__3uDp4 {
1499
+ font-size: 24px;
1500
+ font-weight: 700
1501
+ }
1502
+ @media only screen and (min-width: 48em) {
1503
+ .MaterialTitle-module_secondary__3uDp4 {
1504
+ font-size: 36px
1505
+ }
1506
+ }
1507
+
1329
1508
  /* Colors */
1330
1509
  /* Fonts */
1331
1510
  /* Gap */
@@ -1398,219 +1577,26 @@
1398
1577
  .MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
1399
1578
  padding-top: 12px
1400
1579
  }
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
1405
- }
1406
- @media only screen and (min-width: 32em) {
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
1410
- }
1411
- }
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;
1419
- }
1420
-
1421
-
1422
- /* Colors */
1423
- /* Fonts */
1424
- /* Gap */
1425
- /* Media */
1426
- /* 512 */
1427
- /* 650 */
1428
- /* 768 */
1429
- /* 1024 */
1430
- /* 1010 */
1431
- /* 1200 */
1432
- /* 511 */
1433
- /* 1023 */
1434
- /* Zindex */
1435
- .BookmarkButton-module_root__3KmuY {
1436
- color: #e0e0e0;
1437
- }
1438
- .BookmarkButton-module_control__1A0ea {
1439
- margin: 0;
1440
- padding: 5px 3px;
1441
-
1442
- cursor: pointer;
1443
-
1444
- color: inherit;
1445
- border-width: 0;
1446
- outline: none;
1447
- background-color: transparent;
1448
-
1449
- -webkit-appearance: none;
1450
-
1451
- -moz-appearance: none;
1452
-
1453
- appearance: none;
1454
- fill: transparent;
1455
- }
1456
- .BookmarkButton-module_dark__1cwyi {
1457
- color: #fff;
1458
- }
1459
- .BookmarkButton-module_light__1uQyH {
1460
- color: #000;
1461
- }
1462
- .BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
1463
- fill: #e0e0e0;
1464
- }
1465
- .BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
1466
- fill: #fff;
1467
- }
1468
- .BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
1469
- fill: #000;
1470
- }
1471
- @media only screen and (min-width: 64em) {
1472
- .BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
1473
- width: 12px
1474
- }
1475
- }
1476
- [data-context='prodano'] .BookmarkButton-module_root__3KmuY {
1477
- display: none;
1478
- }
1479
-
1480
- /* Colors */
1481
- /* Fonts */
1482
- /* Gap */
1483
- /* Media */
1484
- /* 512 */
1485
- /* 650 */
1486
- /* 768 */
1487
- /* 1024 */
1488
- /* 1010 */
1489
- /* 1200 */
1490
- /* 511 */
1491
- /* 1023 */
1492
- /* Zindex */
1493
- .MaterialNote-module_root__1AcYe {
1494
- margin-bottom: 17px;
1495
-
1496
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1497
- font-size: 16px;
1498
- line-height: 22px;
1499
- }
1500
- .MaterialNote-module_root__1AcYe:empty {
1501
- margin-bottom: 0;
1502
- }
1503
- .MaterialNote-module_root__1AcYe:empty::before {
1504
- margin-bottom: 9px;
1505
- }
1506
- .MaterialNote-module_root__1AcYe::before {
1507
- display: block;
1508
-
1509
- width: 120px;
1510
- height: 1px;
1511
- margin-bottom: 15px;
1512
-
1513
- content: '';
1514
-
1515
- background: #000;
1516
- }
1517
- .MaterialNote-module_root__1AcYe p {
1518
- margin-top: 8px;
1519
- margin-bottom: 0;
1520
- }
1521
- .MaterialNote-module_root__1AcYe a {
1522
- text-decoration: none;
1523
-
1524
- color: inherit;
1525
- box-shadow: inset 0 -1px;
1526
- }
1527
- .MaterialNote-module_root__1AcYe a:hover {
1528
- color: #b88b59;
1529
- }
1530
- .MaterialNote-module_dark__xCry-::before {
1531
- background-color: #4f4f4f;
1532
- }
1533
- .MaterialNote-module_note_credit__PuFyX {
1534
- color: #666;
1535
-
1536
- font-size: 12px;
1537
- line-height: 15px;
1538
- }
1539
- .MaterialNote-module_root__1AcYe .MaterialNote-module_note_credit__PuFyX {
1540
- margin-top: 6px;
1541
- }
1542
- .MaterialNote-module_note_credit__PuFyX:only-child {
1543
- margin-top: 0;
1544
- }
1545
- .MaterialNote-module_note_caption__1ezSo b {
1546
- font-weight: bold;
1547
- }
1548
- .MaterialNote-module_center__18RxI {
1549
- max-width: 650px;
1550
- margin-right: auto;
1551
- margin-left: auto;
1552
- }
1553
- .MaterialNote-module_center__18RxI,
1554
- .MaterialNote-module_default__1lQPl {
1555
- margin-top: 25px
1556
- }
1557
- @media only screen and (min-width: 32em) {
1558
- .MaterialNote-module_center__18RxI,
1559
- .MaterialNote-module_default__1lQPl {
1560
- margin-top: 45px
1561
- }
1562
- }
1563
- .MaterialNote-module_card__OWXbQ:empty,
1564
- .MaterialNote-module_slide__1ZBBq:empty,
1565
- .MaterialNote-module_game__cADMe:empty {
1566
- display: none;
1567
- }
1568
- .MaterialNote-module_slide__1ZBBq::before,
1569
- .MaterialNote-module_card__OWXbQ::before,
1570
- .MaterialNote-module_game__cADMe::before {
1571
- content: none;
1572
- }
1573
- .MaterialNote-module_gameSurvey__3SiG-,
1574
- .MaterialNote-module_gameSurvey__3SiG-:empty {
1575
- display: block;
1576
- }
1577
- .MaterialNote-module_gameSurvey__3SiG-::before {
1578
- margin-right: auto;
1579
- margin-left: auto;
1580
-
1581
- content: '';
1582
- }
1583
- .MaterialNote-module_slide__1ZBBq .MaterialNote-module_note_caption__1ezSo,
1584
- .MaterialNote-module_card__OWXbQ .MaterialNote-module_note_caption__1ezSo,
1585
- .MaterialNote-module_game__cADMe .MaterialNote-module_note_caption__1ezSo {
1586
- margin-top: 0;
1587
- }
1588
- .MaterialNote-module_game__cADMe {
1589
- margin-bottom: 0;
1590
-
1591
- text-align: center
1592
- }
1593
- @media only screen and (min-width: 32em) {
1594
- .MaterialNote-module_game__cADMe {
1595
- margin-top: 25px
1596
- }
1597
- }
1598
- @media only screen and (max-width: 32.1875em) {
1599
- .MaterialNote-module_game__cADMe.MaterialNote-module_dark__xCry- .MaterialNote-module_note_credit__PuFyX {
1600
- color: #fff
1601
- }
1602
- }
1603
- .MaterialNote-module_slide__1ZBBq,
1604
- .MaterialNote-module_card__OWXbQ {
1605
- margin-bottom: 9px;
1606
- padding-top: 8px
1607
- }
1580
+ }
1581
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
1582
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
1583
+ padding-top: 9px
1584
+ }
1608
1585
  @media only screen and (min-width: 32em) {
1609
- .MaterialNote-module_slide__1ZBBq,
1610
- .MaterialNote-module_card__OWXbQ {
1611
- margin-bottom: 16px
1586
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
1587
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
1588
+ padding-top: 11px
1612
1589
  }
1613
1590
  }
1591
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
1592
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
1593
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
1594
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
1595
+ .MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
1596
+ .MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
1597
+ max-width: 650px;
1598
+ }
1599
+
1614
1600
 
1615
1601
  /* Colors */
1616
1602
  /* Fonts */
@@ -1625,36 +1611,50 @@
1625
1611
  /* 511 */
1626
1612
  /* 1023 */
1627
1613
  /* Zindex */
1628
- .MaterialTitle-module_root__18ku- {
1629
- display: block;
1614
+ .BookmarkButton-module_root__3KmuY {
1615
+ color: #e0e0e0;
1630
1616
  }
1631
- .MaterialTitle-module_root__18ku- {
1617
+ .BookmarkButton-module_control__1A0ea {
1632
1618
  margin: 0;
1619
+ padding: 5px 3px;
1633
1620
 
1634
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1635
- font-size: 25px;
1636
- font-weight: normal;
1637
- line-height: 27px
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;
1638
1634
  }
1639
- @media only screen and (min-width: 48em) {
1640
- .MaterialTitle-module_root__18ku- {
1641
- font-size: 37px;
1642
- line-height: 38px
1635
+ .BookmarkButton-module_dark__1cwyi {
1636
+ color: #fff;
1643
1637
  }
1644
- }
1645
- .MaterialTitle-module_primary__2Sfmx {
1646
- font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
1647
- font-weight: normal;
1638
+ .BookmarkButton-module_light__1uQyH {
1639
+ color: #000;
1648
1640
  }
1649
- .MaterialTitle-module_secondary__3uDp4 {
1650
- font-size: 24px;
1651
- font-weight: 700
1641
+ .BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
1642
+ fill: #e0e0e0;
1652
1643
  }
1653
- @media only screen and (min-width: 48em) {
1654
- .MaterialTitle-module_secondary__3uDp4 {
1655
- font-size: 36px
1644
+ .BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
1645
+ fill: #fff;
1646
+ }
1647
+ .BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
1648
+ fill: #000;
1649
+ }
1650
+ @media only screen and (min-width: 64em) {
1651
+ .BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
1652
+ width: 12px
1656
1653
  }
1657
1654
  }
1655
+ [data-context='prodano'] .BookmarkButton-module_root__3KmuY {
1656
+ display: none;
1657
+ }
1658
1658
 
1659
1659
  /* Colors */
1660
1660
  /* Fonts */
@@ -2463,107 +2463,6 @@
2463
2463
  }
2464
2464
 
2465
2465
 
2466
- /* Colors */
2467
- /* Fonts */
2468
- /* Gap */
2469
- /* Media */
2470
- /* 512 */
2471
- /* 650 */
2472
- /* 768 */
2473
- /* 1024 */
2474
- /* 1010 */
2475
- /* 1200 */
2476
- /* 511 */
2477
- /* 1023 */
2478
- /* Zindex */
2479
- .GroupedBlock-module_root__2qfQA {
2480
- max-width: 644px;
2481
- margin: 15px auto 0
2482
- }
2483
- @media only screen and (min-width: 48em) {
2484
- .GroupedBlock-module_root__2qfQA {
2485
- max-width: none;
2486
- margin-top: 25px;
2487
- margin-bottom: 20px
2488
- }
2489
- }
2490
- .GroupedBlock-module_hasFigcaption__2_mcf {
2491
- margin-bottom: 15px;
2492
- }
2493
- @media only screen and (min-width: 48em) {
2494
- .GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
2495
- margin-top: 25px
2496
- }
2497
- }
2498
- .GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
2499
- margin-bottom: 0;
2500
- }
2501
- .GroupedBlock-module_items__2DV2X {
2502
- display: -webkit-box;
2503
- display: -webkit-flex;
2504
- display: -ms-flexbox;
2505
- display: flex;
2506
- flex-direction: column;
2507
- flex-wrap: nowrap
2508
- }
2509
- @media only screen and (min-width: 48em) {
2510
- .GroupedBlock-module_items__2DV2X {
2511
- flex-direction: row
2512
- }
2513
- }
2514
- .GroupedBlock-module_item__3sz9_ {
2515
- flex-grow: 1;
2516
-
2517
- width: 100%;
2518
- min-width: 100%;
2519
- max-width: 100%;
2520
- margin-bottom: 20px
2521
- }
2522
- @media only screen and (min-width: 48em) {
2523
- .GroupedBlock-module_item__3sz9_ {
2524
- min-width: 0;
2525
- max-width: none;
2526
- margin-bottom: 0
2527
- }
2528
- }
2529
- @media only screen and (min-width: 48em) {
2530
- .GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
2531
- margin-left: 15px
2532
- }
2533
- }
2534
- .GroupedBlock-module_figcaption__2Q_wf {
2535
- max-width: 650px;
2536
- margin-right: auto;
2537
- margin-left: auto;
2538
- }
2539
- /* DISPLAY */
2540
- @media only screen and (min-width: 48em) {
2541
- .GroupedBlock-module_default__3ylw_ {
2542
- max-width: 650px
2543
- }
2544
- }
2545
- .GroupedBlock-module_full__1dzQR {
2546
- max-width: 980px;
2547
- }
2548
- .GroupedBlock-module_super_full__1PU72 {
2549
- max-width: 1680px;
2550
- }
2551
- /* VISIBILITY */
2552
- @media only screen and (min-width: 32em) {
2553
- .GroupedBlock-module_mobile__3n8Ub {
2554
- display: none
2555
- }
2556
- }
2557
- .GroupedBlock-module_desktop__6ZRpA {
2558
- display: none
2559
- }
2560
- @media only screen and (min-width: 32em) {
2561
- .GroupedBlock-module_desktop__6ZRpA {
2562
- display: block
2563
- }
2564
- }
2565
-
2566
-
2567
2466
  /* Colors */
2568
2467
  /* Fonts */
2569
2468
  /* Gap */
@@ -2752,110 +2651,39 @@
2752
2651
 
2753
2652
  border-top: 1px solid #e6e6e6
2754
2653
  }
2755
- }
2756
- .HalfBlock-module_image__2lYel {
2757
- flex-grow: 1;
2758
-
2759
- margin: 0 -20px 0;
2760
- margin-top: 18px
2761
- }
2762
- @media only screen and (min-width: 32em) {
2763
- .HalfBlock-module_image__2lYel {
2764
- margin: 31px 0 -5px
2765
- }
2766
- }
2767
- @media only screen and (min-width: 64em) {
2768
- .HalfBlock-module_image__2lYel {
2769
- width: 50%;
2770
- margin: 0
2771
- }
2772
- }
2773
- /* VISIBILITY */
2774
- @media only screen and (min-width: 32em) {
2775
- .HalfBlock-module_mobile__2latf {
2776
- display: none
2777
- }
2778
- }
2779
- .HalfBlock-module_desktop__3B1Ej {
2780
- display: none
2781
- }
2782
- @media only screen and (min-width: 32em) {
2783
- .HalfBlock-module_desktop__3B1Ej {
2784
- display: block
2785
- }
2786
- }
2787
-
2788
- /* Colors */
2789
- /* Fonts */
2790
- /* Gap */
2791
- /* Media */
2792
- /* 512 */
2793
- /* 650 */
2794
- /* 768 */
2795
- /* 1024 */
2796
- /* 1010 */
2797
- /* 1200 */
2798
- /* 511 */
2799
- /* 1023 */
2800
- /* Zindex */
2801
- .ImportantLead-module_root__2BdT3 {
2802
- margin: 18px 0;
2803
- padding: 12px 12px 13px;
2804
-
2805
- border: 1px solid rgba(0, 0, 0, 0.08);
2806
- border-radius: 4px;
2807
- border-radius: 8px;
2808
- background: #FFF8C4;
2809
-
2810
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2811
- font-size: 16px;
2812
- font-weight: normal;
2813
- line-height: 20px
2814
- }
2815
- @media only screen and (min-width: 32em) {
2816
- .ImportantLead-module_root__2BdT3 {
2817
- margin: 25px 0;
2818
- padding: 12px 15px 13px;
2819
-
2820
- font-size: 17px;
2821
- line-height: 24px
2822
- }
2823
- }
2824
- .ImportantLead-module_root__2BdT3:last-child {
2825
- margin-bottom: 0;
2826
- }
2827
- .ImportantLead-module_root__2BdT3:first-child {
2828
- margin-top: 0;
2829
- }
2830
- .ImportantLead-module_root__2BdT3 a {
2831
- color: #000;
2832
- box-shadow: inset 0 -1px #000;
2833
- }
2834
- .ImportantLead-module_root__2BdT3 a:hover {
2835
- color: #b88b59;
2836
- box-shadow: inset 0 -1px #b88b59;
2654
+ }
2655
+ .HalfBlock-module_image__2lYel {
2656
+ flex-grow: 1;
2657
+
2658
+ margin: 0 -20px 0;
2659
+ margin-top: 18px
2837
2660
  }
2838
- .ImportantLead-module_slide__3kQ9x {
2839
- max-width: 650px;
2840
- margin-right: auto;
2841
- margin-left: auto;
2661
+ @media only screen and (min-width: 32em) {
2662
+ .HalfBlock-module_image__2lYel {
2663
+ margin: 31px 0 -5px
2842
2664
  }
2665
+ }
2666
+ @media only screen and (min-width: 64em) {
2667
+ .HalfBlock-module_image__2lYel {
2668
+ width: 50%;
2669
+ margin: 0
2670
+ }
2671
+ }
2843
2672
  /* VISIBILITY */
2844
2673
  @media only screen and (min-width: 32em) {
2845
- .ImportantLead-module_mobile__3BXbm {
2674
+ .HalfBlock-module_mobile__2latf {
2846
2675
  display: none
2847
2676
  }
2848
2677
  }
2849
- .ImportantLead-module_desktop__3Zljc {
2678
+ .HalfBlock-module_desktop__3B1Ej {
2850
2679
  display: none
2851
2680
  }
2852
2681
  @media only screen and (min-width: 32em) {
2853
- .ImportantLead-module_desktop__3Zljc {
2682
+ .HalfBlock-module_desktop__3B1Ej {
2854
2683
  display: block
2855
2684
  }
2856
2685
  }
2857
2686
 
2858
-
2859
2687
  /* Colors */
2860
2688
  /* Fonts */
2861
2689
  /* Gap */
@@ -2869,155 +2697,94 @@
2869
2697
  /* 511 */
2870
2698
  /* 1023 */
2871
2699
  /* Zindex */
2872
- .ListBlock-module_root__3Q3Ga {
2873
- margin: 15px 0;
2874
- padding: 0;
2875
-
2876
- list-style: none;
2877
-
2878
- font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
2879
- font-size: 18px;
2880
- line-height: 24px
2700
+ .GroupedBlock-module_root__2qfQA {
2701
+ max-width: 644px;
2702
+ margin: 15px auto 0
2881
2703
  }
2882
- @media only screen and (min-width: 32em) {
2883
- .ListBlock-module_root__3Q3Ga {
2884
- font-size: 20px;
2885
- line-height: 28px
2704
+ @media only screen and (min-width: 48em) {
2705
+ .GroupedBlock-module_root__2qfQA {
2706
+ max-width: none;
2707
+ margin-top: 25px;
2708
+ margin-bottom: 20px
2886
2709
  }
2887
2710
  }
2711
+ .GroupedBlock-module_hasFigcaption__2_mcf {
2712
+ margin-bottom: 15px;
2713
+ }
2888
2714
  @media only screen and (min-width: 48em) {
2889
- .ListBlock-module_root__3Q3Ga {
2890
- margin: 20px 0
2715
+ .GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
2716
+ margin-top: 25px
2891
2717
  }
2892
2718
  }
2893
- .ListBlock-module_root__3Q3Ga:first-child {
2894
- margin-top: 0;
2895
- }
2896
- .ListBlock-module_root__3Q3Ga:last-child {
2719
+ .GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
2897
2720
  margin-bottom: 0;
2898
2721
  }
2899
- .ListBlock-module_root__3Q3Ga a {
2900
- color: inherit;
2901
- box-shadow: inset 0 -1px #b88b59;
2902
- }
2903
- .ListBlock-module_root__3Q3Ga a:hover {
2904
- color: #b88b59;
2905
- }
2906
- .ListBlock-module_root__3Q3Ga li {
2907
- position: relative;
2908
-
2909
- margin-bottom: 6px;
2910
- }
2911
- .ListBlock-module_root__3Q3Ga mark {
2912
- position: relative;
2913
-
2914
- white-space: pre-wrap;
2915
-
2916
- background-color: #fff3bc;
2917
-
2918
- font-weight: inherit;
2919
- font-style: inherit
2722
+ .GroupedBlock-module_items__2DV2X {
2723
+ display: -webkit-box;
2724
+ display: -webkit-flex;
2725
+ display: -ms-flexbox;
2726
+ display: flex;
2727
+ flex-direction: column;
2728
+ flex-wrap: nowrap
2920
2729
  }
2921
- @media only screen and (min-width: 32em) {
2922
- .ListBlock-module_root__3Q3Ga mark {
2923
- padding-bottom: 1px
2730
+ @media only screen and (min-width: 48em) {
2731
+ .GroupedBlock-module_items__2DV2X {
2732
+ flex-direction: row
2924
2733
  }
2925
2734
  }
2926
- .ListBlock-module_root__3Q3Ga a mark {
2927
- color: inherit;
2928
- box-shadow: inset 0 -1px #b88b59;
2929
- }
2930
- .ListBlock-module_ol__21CgV {
2931
- counter-reset: list 0;
2932
- }
2933
- .ListBlock-module_ol__21CgV li {
2934
- padding: 0 0 0 33px;
2935
- }
2936
- .ListBlock-module_ol__21CgV li::before {
2937
- position: absolute;
2938
- left: 0;
2939
-
2940
- width: 23px;
2735
+ .GroupedBlock-module_item__3sz9_ {
2736
+ flex-grow: 1;
2941
2737
 
2942
- content: counter(list) '. ';
2943
- counter-increment: list;
2944
- text-align: right;
2945
- white-space: nowrap;
2946
- }
2947
- .ListBlock-module_ul__2MRrS li {
2948
- padding: 0 0 0 23px
2738
+ width: 100%;
2739
+ min-width: 100%;
2740
+ max-width: 100%;
2741
+ margin-bottom: 20px
2949
2742
  }
2950
2743
  @media only screen and (min-width: 48em) {
2951
- .ListBlock-module_ul__2MRrS li {
2952
- padding: 0 0 0 38px
2744
+ .GroupedBlock-module_item__3sz9_ {
2745
+ min-width: 0;
2746
+ max-width: none;
2747
+ margin-bottom: 0
2953
2748
  }
2954
2749
  }
2955
- .ListBlock-module_ul__2MRrS li:last-child {
2956
- margin-bottom: 0;
2957
- }
2958
- .ListBlock-module_ul__2MRrS li::before {
2959
- position: absolute;
2960
- top: 0;
2961
- left: 5px;
2962
-
2963
- width: 8px;
2964
-
2965
- content: '\2022';
2966
- text-align: center;
2967
-
2968
- color: #b88b59;
2969
-
2970
- font-size: 18px;
2971
- line-height: inherit
2972
- }
2973
2750
  @media only screen and (min-width: 48em) {
2974
- .ListBlock-module_ul__2MRrS li::before {
2975
- left: 0;
2976
-
2977
- width: 36px;
2978
-
2979
- text-align: center;
2980
-
2981
- font-size: 20px
2751
+ .GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
2752
+ margin-left: 15px
2982
2753
  }
2983
2754
  }
2984
- .ListBlock-module_center__tdIwd {
2755
+ .GroupedBlock-module_figcaption__2Q_wf {
2985
2756
  max-width: 650px;
2986
2757
  margin-right: auto;
2987
2758
  margin-left: auto;
2988
2759
  }
2989
- .ListBlock-module_isInImportantLead__UP0ic {
2990
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2991
- font-size: 16px;
2992
- line-height: 20px
2993
- }
2760
+ /* DISPLAY */
2994
2761
  @media only screen and (min-width: 48em) {
2995
- .ListBlock-module_isInImportantLead__UP0ic {
2996
- font-size: 17px;
2997
- line-height: 24px
2762
+ .GroupedBlock-module_default__3ylw_ {
2763
+ max-width: 650px
2998
2764
  }
2999
2765
  }
3000
- .ListBlock-module_dark__3E3tV a {
3001
- color: inherit;
2766
+ .GroupedBlock-module_full__1dzQR {
2767
+ max-width: 980px;
3002
2768
  }
3003
- .ListBlock-module_dark__3E3tV a:hover {
3004
- color: #b88b59;
2769
+ .GroupedBlock-module_super_full__1PU72 {
2770
+ max-width: 1680px;
3005
2771
  }
3006
2772
  /* VISIBILITY */
3007
2773
  @media only screen and (min-width: 32em) {
3008
- .ListBlock-module_mobile__2-nuV {
2774
+ .GroupedBlock-module_mobile__3n8Ub {
3009
2775
  display: none
3010
2776
  }
3011
2777
  }
3012
- .ListBlock-module_desktop__1EE0g {
2778
+ .GroupedBlock-module_desktop__6ZRpA {
3013
2779
  display: none
3014
2780
  }
3015
2781
  @media only screen and (min-width: 32em) {
3016
- .ListBlock-module_desktop__1EE0g {
2782
+ .GroupedBlock-module_desktop__6ZRpA {
3017
2783
  display: block
3018
2784
  }
3019
2785
  }
3020
2786
 
2787
+
3021
2788
  /* Colors */
3022
2789
  /* Fonts */
3023
2790
  /* Gap */
@@ -3161,110 +2928,64 @@
3161
2928
  /* 511 */
3162
2929
  /* 1023 */
3163
2930
  /* Zindex */
3164
- .RichTitle-module_root__BK_WT {
3165
- margin: 0 0 18px;
3166
-
3167
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3168
- font-size: 19px;
3169
- font-weight: 700;
3170
- line-height: 23px
3171
- }
3172
- @media only screen and (min-width: 48em) {
3173
- .RichTitle-module_root__BK_WT {
3174
- margin-bottom: 15px;
3175
-
3176
- font-size: 37px;
3177
- line-height: 42px
3178
- }
3179
- }
3180
- .RichTitle-module_root__BK_WT:last-child {
3181
- margin-bottom: 0;
3182
- }
3183
- .RichTitle-module_root__BK_WT span {
3184
- font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3185
- font-size: 20px;
3186
- font-weight: normal
3187
- }
3188
- @media only screen and (min-width: 48em) {
3189
- .RichTitle-module_root__BK_WT span {
3190
- font-size: 38px
3191
- }
3192
- }
3193
- @media only screen and (min-width: 32em) {
3194
- .RichTitle-module_slide__1A-gB,
3195
- .RichTitle-module_game__1g8Bn {
3196
- text-align: center
3197
- }
3198
- }
3199
- @media only screen and (min-width: 64em) {
3200
- .RichTitle-module_half__10GRI {
3201
- font-size: 33px;
3202
- line-height: 36px
3203
- }
3204
- }
3205
- @media only screen and (min-width: 64em) {
3206
- .RichTitle-module_half__10GRI span {
3207
- font-size: 34px
3208
- }
3209
- }
3210
- .RichTitle-module_game__1g8Bn:first-child {
3211
- padding-top: 9px;
3212
- }
3213
- @media only screen and (max-width: 63.9375em) {
3214
- .RichTitle-module_featured__wJfaQ {
3215
- letter-spacing: 0.3px;
2931
+ .ImportantLead-module_root__2BdT3 {
2932
+ margin: 18px 0;
2933
+ padding: 12px 12px 13px;
3216
2934
 
3217
- font-size: 28px;
3218
- line-height: 30px
3219
- }
3220
- }
3221
- @media only screen and (max-width: 63.9375em) {
3222
- .RichTitle-module_featured__wJfaQ span {
3223
- display: block;
2935
+ border: 1px solid rgba(0, 0, 0, 0.08);
2936
+ border-radius: 4px;
2937
+ border-radius: 8px;
2938
+ background: #FFF8C4;
3224
2939
 
3225
- padding-top: 2px;
2940
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2941
+ font-size: 16px;
2942
+ font-weight: normal;
2943
+ line-height: 20px
2944
+ }
2945
+ @media only screen and (min-width: 32em) {
2946
+ .ImportantLead-module_root__2BdT3 {
2947
+ margin: 25px 0;
2948
+ padding: 12px 15px 13px;
3226
2949
 
3227
- font-size: 18px;
2950
+ font-size: 17px;
3228
2951
  line-height: 24px
3229
2952
  }
3230
2953
  }
3231
- @media only screen and (min-width: 64em) {
3232
- .RichTitle-module_isInMediaBlock__3RDw4 {
3233
- margin-bottom: 18px
2954
+ .ImportantLead-module_root__2BdT3:last-child {
2955
+ margin-bottom: 0;
3234
2956
  }
3235
- }
3236
- .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
3237
- font-size: 19px;
3238
- line-height: 23px
2957
+ .ImportantLead-module_root__2BdT3:first-child {
2958
+ margin-top: 0;
3239
2959
  }
3240
- @media only screen and (min-width: 64em) {
3241
- .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
3242
- font-size: 1.3rem;
3243
- line-height: 1.6rem
2960
+ .ImportantLead-module_root__2BdT3 a {
2961
+ color: #000;
2962
+ box-shadow: inset 0 -1px #000;
3244
2963
  }
3245
- }
3246
- .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
3247
- font-size: 20px
2964
+ .ImportantLead-module_root__2BdT3 a:hover {
2965
+ color: #b88b59;
2966
+ box-shadow: inset 0 -1px #b88b59;
3248
2967
  }
3249
- @media only screen and (min-width: 64em) {
3250
- .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
3251
- font-size: 1.35rem
2968
+ .ImportantLead-module_slide__3kQ9x {
2969
+ max-width: 650px;
2970
+ margin-right: auto;
2971
+ margin-left: auto;
3252
2972
  }
3253
- }
2973
+ /* VISIBILITY */
3254
2974
  @media only screen and (min-width: 32em) {
3255
- .RichTitle-module_mobile__1Cb6E {
2975
+ .ImportantLead-module_mobile__3BXbm {
3256
2976
  display: none
3257
2977
  }
3258
2978
  }
3259
- .RichTitle-module_desktop__2ixSQ {
2979
+ .ImportantLead-module_desktop__3Zljc {
3260
2980
  display: none
3261
2981
  }
3262
2982
  @media only screen and (min-width: 32em) {
3263
- .RichTitle-module_desktop__2ixSQ {
2983
+ .ImportantLead-module_desktop__3Zljc {
3264
2984
  display: block
3265
2985
  }
3266
2986
  }
3267
2987
 
2988
+
3268
2989
  /* Colors */
3269
2990
  /* Fonts */
3270
2991
  /* Gap */
@@ -3730,6 +3451,123 @@ a mark {
3730
3451
  }
3731
3452
  }
3732
3453
 
3454
+ /* Colors */
3455
+ /* Fonts */
3456
+ /* Gap */
3457
+ /* Media */
3458
+ /* 512 */
3459
+ /* 650 */
3460
+ /* 768 */
3461
+ /* 1024 */
3462
+ /* 1010 */
3463
+ /* 1200 */
3464
+ /* 511 */
3465
+ /* 1023 */
3466
+ /* Zindex */
3467
+ .RichTitle-module_root__BK_WT {
3468
+ margin: 0 0 18px;
3469
+
3470
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3471
+ font-size: 19px;
3472
+ font-weight: 700;
3473
+ line-height: 23px
3474
+ }
3475
+ @media only screen and (min-width: 48em) {
3476
+ .RichTitle-module_root__BK_WT {
3477
+ margin-bottom: 15px;
3478
+
3479
+ font-size: 37px;
3480
+ line-height: 42px
3481
+ }
3482
+ }
3483
+ .RichTitle-module_root__BK_WT:last-child {
3484
+ margin-bottom: 0;
3485
+ }
3486
+ .RichTitle-module_root__BK_WT span {
3487
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3488
+ font-size: 20px;
3489
+ font-weight: normal
3490
+ }
3491
+ @media only screen and (min-width: 48em) {
3492
+ .RichTitle-module_root__BK_WT span {
3493
+ font-size: 38px
3494
+ }
3495
+ }
3496
+ @media only screen and (min-width: 32em) {
3497
+ .RichTitle-module_slide__1A-gB,
3498
+ .RichTitle-module_game__1g8Bn {
3499
+ text-align: center
3500
+ }
3501
+ }
3502
+ @media only screen and (min-width: 64em) {
3503
+ .RichTitle-module_half__10GRI {
3504
+ font-size: 33px;
3505
+ line-height: 36px
3506
+ }
3507
+ }
3508
+ @media only screen and (min-width: 64em) {
3509
+ .RichTitle-module_half__10GRI span {
3510
+ font-size: 34px
3511
+ }
3512
+ }
3513
+ .RichTitle-module_game__1g8Bn:first-child {
3514
+ padding-top: 9px;
3515
+ }
3516
+ @media only screen and (max-width: 63.9375em) {
3517
+ .RichTitle-module_featured__wJfaQ {
3518
+ letter-spacing: 0.3px;
3519
+
3520
+ font-size: 28px;
3521
+ line-height: 30px
3522
+ }
3523
+ }
3524
+ @media only screen and (max-width: 63.9375em) {
3525
+ .RichTitle-module_featured__wJfaQ span {
3526
+ display: block;
3527
+
3528
+ padding-top: 2px;
3529
+
3530
+ font-size: 18px;
3531
+ line-height: 24px
3532
+ }
3533
+ }
3534
+ @media only screen and (min-width: 64em) {
3535
+ .RichTitle-module_isInMediaBlock__3RDw4 {
3536
+ margin-bottom: 18px
3537
+ }
3538
+ }
3539
+ .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
3540
+ font-size: 19px;
3541
+ line-height: 23px
3542
+ }
3543
+ @media only screen and (min-width: 64em) {
3544
+ .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
3545
+ font-size: 1.3rem;
3546
+ line-height: 1.6rem
3547
+ }
3548
+ }
3549
+ .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
3550
+ font-size: 20px
3551
+ }
3552
+ @media only screen and (min-width: 64em) {
3553
+ .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
3554
+ font-size: 1.35rem
3555
+ }
3556
+ }
3557
+ @media only screen and (min-width: 32em) {
3558
+ .RichTitle-module_mobile__1Cb6E {
3559
+ display: none
3560
+ }
3561
+ }
3562
+ .RichTitle-module_desktop__2ixSQ {
3563
+ display: none
3564
+ }
3565
+ @media only screen and (min-width: 32em) {
3566
+ .RichTitle-module_desktop__2ixSQ {
3567
+ display: block
3568
+ }
3569
+ }
3570
+
3733
3571
  /* Colors */
3734
3572
  /* Fonts */
3735
3573
  /* Gap */
@@ -3811,141 +3649,201 @@ a mark {
3811
3649
  text-transform: uppercase;
3812
3650
  pointer-events: none;
3813
3651
 
3814
- color: #292929;
3652
+ color: #292929;
3653
+
3654
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3655
+ font-size: 16px;
3656
+ font-weight: bold;
3657
+ font-style: normal;
3658
+ line-height: 22px
3659
+ }
3660
+ @media only screen and (min-width: 48em) {
3661
+ .SourceBlock-module_origin__l3JbO {
3662
+ font-size: 18px;
3663
+ line-height: 26px
3664
+ }
3665
+ }
3666
+ .SourceBlock-module_center__3P93B {
3667
+ max-width: 650px;
3668
+ margin-right: auto;
3669
+ margin-left: auto;
3670
+ }
3671
+ /* VISIBILITY */
3672
+ @media only screen and (min-width: 32em) {
3673
+ .SourceBlock-module_mobile__2gw4S {
3674
+ display: none
3675
+ }
3676
+ }
3677
+ .SourceBlock-module_desktop__DecT6 {
3678
+ display: none
3679
+ }
3680
+ @media only screen and (min-width: 32em) {
3681
+ .SourceBlock-module_desktop__DecT6 {
3682
+ display: block
3683
+ }
3684
+ }
3685
+
3686
+ /* Colors */
3687
+ /* Fonts */
3688
+ /* Gap */
3689
+ /* Media */
3690
+ /* 512 */
3691
+ /* 650 */
3692
+ /* 768 */
3693
+ /* 1024 */
3694
+ /* 1010 */
3695
+ /* 1200 */
3696
+ /* 511 */
3697
+ /* 1023 */
3698
+ /* Zindex */
3699
+ .ListBlock-module_root__3Q3Ga {
3700
+ margin: 15px 0;
3701
+ padding: 0;
3702
+
3703
+ list-style: none;
3704
+
3705
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3706
+ font-size: 18px;
3707
+ line-height: 24px
3708
+ }
3709
+ @media only screen and (min-width: 32em) {
3710
+ .ListBlock-module_root__3Q3Ga {
3711
+ font-size: 20px;
3712
+ line-height: 28px
3713
+ }
3714
+ }
3715
+ @media only screen and (min-width: 48em) {
3716
+ .ListBlock-module_root__3Q3Ga {
3717
+ margin: 20px 0
3718
+ }
3719
+ }
3720
+ .ListBlock-module_root__3Q3Ga:first-child {
3721
+ margin-top: 0;
3722
+ }
3723
+ .ListBlock-module_root__3Q3Ga:last-child {
3724
+ margin-bottom: 0;
3725
+ }
3726
+ .ListBlock-module_root__3Q3Ga a {
3727
+ color: inherit;
3728
+ box-shadow: inset 0 -1px #b88b59;
3729
+ }
3730
+ .ListBlock-module_root__3Q3Ga a:hover {
3731
+ color: #b88b59;
3732
+ }
3733
+ .ListBlock-module_root__3Q3Ga li {
3734
+ position: relative;
3735
+
3736
+ margin-bottom: 6px;
3737
+ }
3738
+ .ListBlock-module_root__3Q3Ga mark {
3739
+ position: relative;
3740
+
3741
+ white-space: pre-wrap;
3742
+
3743
+ background-color: #fff3bc;
3815
3744
 
3816
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3817
- font-size: 16px;
3818
- font-weight: bold;
3819
- font-style: normal;
3820
- line-height: 22px
3821
- }
3822
- @media only screen and (min-width: 48em) {
3823
- .SourceBlock-module_origin__l3JbO {
3824
- font-size: 18px;
3825
- line-height: 26px
3826
- }
3827
- }
3828
- .SourceBlock-module_center__3P93B {
3829
- max-width: 650px;
3830
- margin-right: auto;
3831
- margin-left: auto;
3745
+ font-weight: inherit;
3746
+ font-style: inherit
3832
3747
  }
3833
- /* VISIBILITY */
3834
3748
  @media only screen and (min-width: 32em) {
3835
- .SourceBlock-module_mobile__2gw4S {
3836
- display: none
3749
+ .ListBlock-module_root__3Q3Ga mark {
3750
+ padding-bottom: 1px
3837
3751
  }
3838
3752
  }
3839
- .SourceBlock-module_desktop__DecT6 {
3840
- display: none
3753
+ .ListBlock-module_root__3Q3Ga a mark {
3754
+ color: inherit;
3755
+ box-shadow: inset 0 -1px #b88b59;
3841
3756
  }
3842
- @media only screen and (min-width: 32em) {
3843
- .SourceBlock-module_desktop__DecT6 {
3844
- display: block
3757
+ .ListBlock-module_ol__21CgV {
3758
+ counter-reset: list 0;
3845
3759
  }
3846
- }
3760
+ .ListBlock-module_ol__21CgV li {
3761
+ padding: 0 0 0 33px;
3762
+ }
3763
+ .ListBlock-module_ol__21CgV li::before {
3764
+ position: absolute;
3765
+ left: 0;
3847
3766
 
3848
- /* Colors */
3849
- /* Fonts */
3850
- /* Gap */
3851
- /* Media */
3852
- /* 512 */
3853
- /* 650 */
3854
- /* 768 */
3855
- /* 1024 */
3856
- /* 1010 */
3857
- /* 1200 */
3858
- /* 511 */
3859
- /* 1023 */
3860
- /* Zindex */
3861
- .MetaItem-module_root__2VQom {
3862
- display: inline;
3767
+ width: 23px;
3863
3768
 
3864
- margin-right: 15px;
3769
+ content: counter(list) '. ';
3770
+ counter-increment: list;
3771
+ text-align: right;
3772
+ white-space: nowrap;
3865
3773
  }
3866
- .MetaItem-module_root__2VQom > svg {
3867
- display: inline-block;
3774
+ .ListBlock-module_ul__2MRrS li {
3775
+ padding: 0 0 0 23px
3776
+ }
3777
+ @media only screen and (min-width: 48em) {
3778
+ .ListBlock-module_ul__2MRrS li {
3779
+ padding: 0 0 0 38px
3780
+ }
3781
+ }
3782
+ .ListBlock-module_ul__2MRrS li:last-child {
3783
+ margin-bottom: 0;
3784
+ }
3785
+ .ListBlock-module_ul__2MRrS li::before {
3786
+ position: absolute;
3787
+ top: 0;
3788
+ left: 5px;
3868
3789
 
3869
- margin-right: 1px;
3790
+ width: 8px;
3870
3791
 
3871
- vertical-align: top;
3792
+ content: '\2022';
3793
+ text-align: center;
3872
3794
 
3873
- color: inherit;
3795
+ color: #b88b59;
3874
3796
 
3875
- fill: currentColor;
3797
+ font-size: 18px;
3798
+ line-height: inherit
3876
3799
  }
3877
- .MetaItem-module_root__2VQom a {
3878
- display: inline;
3800
+ @media only screen and (min-width: 48em) {
3801
+ .ListBlock-module_ul__2MRrS li::before {
3802
+ left: 0;
3879
3803
 
3880
- text-decoration: underline;
3804
+ width: 36px;
3881
3805
 
3882
- color: inherit;
3806
+ text-align: center;
3883
3807
 
3884
- -webkit-text-decoration-skip: auto;
3885
- }
3886
- .MetaItem-module_root__2VQom a:hover {
3887
- color: #b88b59;
3808
+ font-size: 20px
3888
3809
  }
3889
- .MetaItem-module_hasBullets__CkQPI {
3890
- margin-right: 0;
3810
+ }
3811
+ .ListBlock-module_center__tdIwd {
3812
+ max-width: 650px;
3813
+ margin-right: auto;
3814
+ margin-left: auto;
3891
3815
  }
3892
- .MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
3893
- display: inline-block;
3894
-
3895
- padding-right: 0.4em;
3896
- padding-left: 0.4em;
3897
-
3898
- content: '\B7';
3816
+ .ListBlock-module_isInImportantLead__UP0ic {
3817
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3818
+ font-size: 16px;
3819
+ line-height: 20px
3899
3820
  }
3900
- @media only screen and (max-width: 32.1875em) {
3901
- .MetaItem-module_hasSource__1DmCI {
3902
- width: 100%;
3903
- margin-top: 3px;
3904
- margin-bottom: 3px
3821
+ @media only screen and (min-width: 48em) {
3822
+ .ListBlock-module_isInImportantLead__UP0ic {
3823
+ font-size: 17px;
3824
+ line-height: 24px
3905
3825
  }
3906
3826
  }
3907
- @media only screen and (max-width: 32.1875em) {
3908
- .MetaItem-module_hasSource__1DmCI:first-child {
3909
- margin-top: 0
3827
+ .ListBlock-module_dark__3E3tV a {
3828
+ color: inherit;
3910
3829
  }
3911
- }
3912
- .MetaItem-module_hasSource__1DmCI:last-child {
3913
- margin-bottom: 0;
3830
+ .ListBlock-module_dark__3E3tV a:hover {
3831
+ color: #b88b59;
3914
3832
  }
3915
- @media only screen and (max-width: 32.1875em) {
3916
- .MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
3833
+ /* VISIBILITY */
3834
+ @media only screen and (min-width: 32em) {
3835
+ .ListBlock-module_mobile__2-nuV {
3917
3836
  display: none
3918
3837
  }
3919
3838
  }
3920
- @media only screen and (max-width: 32.1875em) {
3921
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
3922
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
3923
- display: inline-block
3924
- }
3925
- }
3926
- @media only screen and (max-width: 32.1875em) {
3927
- .MetaItem-module_datetime__3tOWm,
3928
- .MetaItem-module_listened__lwvAO,
3929
- .MetaItem-module_read__5eAIG {
3930
- width: auto
3931
- }
3932
- }
3933
- @media only screen and (max-width: 32.1875em) {
3934
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
3935
- order: -2
3839
+ .ListBlock-module_desktop__1EE0g {
3840
+ display: none
3936
3841
  }
3937
- }
3938
- @media only screen and (max-width: 32.1875em) {
3939
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
3940
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
3941
- order: -1;
3942
-
3943
- margin-top: 0
3842
+ @media only screen and (min-width: 32em) {
3843
+ .ListBlock-module_desktop__1EE0g {
3844
+ display: block
3944
3845
  }
3945
3846
  }
3946
- .MetaItem-module_read__5eAIG svg {
3947
- margin-top: -1px;
3948
- }
3949
3847
 
3950
3848
  /* Colors */
3951
3849
  /* Fonts */
@@ -4373,41 +4271,143 @@ a mark {
4373
4271
  transform: scale(0.33);
4374
4272
  }
4375
4273
 
4376
- 100% {
4377
- transform: scale(0.66);
4274
+ 100% {
4275
+ transform: scale(0.66);
4276
+
4277
+ opacity: 0;
4278
+ }
4279
+ }
4280
+ @-webkit-keyframes MetaItemLive-module_liveSecondWave__12g57 {
4281
+ 21% {
4282
+ transform: scale(0.22);
4283
+ }
4284
+
4285
+ 53% {
4286
+ transform: scale(0.55);
4287
+ }
4288
+
4289
+ 100% {
4290
+ transform: scale(0.88);
4291
+
4292
+ opacity: 0;
4293
+ }
4294
+ }
4295
+ @keyframes MetaItemLive-module_liveSecondWave__12g57 {
4296
+ 21% {
4297
+ transform: scale(0.22);
4298
+ }
4299
+
4300
+ 53% {
4301
+ transform: scale(0.55);
4302
+ }
4303
+
4304
+ 100% {
4305
+ transform: scale(0.88);
4306
+
4307
+ opacity: 0;
4308
+ }
4309
+ }
4310
+
4311
+ /* Colors */
4312
+ /* Fonts */
4313
+ /* Gap */
4314
+ /* Media */
4315
+ /* 512 */
4316
+ /* 650 */
4317
+ /* 768 */
4318
+ /* 1024 */
4319
+ /* 1010 */
4320
+ /* 1200 */
4321
+ /* 511 */
4322
+ /* 1023 */
4323
+ /* Zindex */
4324
+ .MetaItem-module_root__2VQom {
4325
+ display: inline;
4326
+
4327
+ margin-right: 15px;
4328
+ }
4329
+ .MetaItem-module_root__2VQom > svg {
4330
+ display: inline-block;
4331
+
4332
+ margin-right: 1px;
4333
+
4334
+ vertical-align: top;
4335
+
4336
+ color: inherit;
4337
+
4338
+ fill: currentColor;
4339
+ }
4340
+ .MetaItem-module_root__2VQom a {
4341
+ display: inline;
4342
+
4343
+ text-decoration: underline;
4344
+
4345
+ color: inherit;
4346
+
4347
+ -webkit-text-decoration-skip: auto;
4348
+ }
4349
+ .MetaItem-module_root__2VQom a:hover {
4350
+ color: #b88b59;
4351
+ }
4352
+ .MetaItem-module_hasBullets__CkQPI {
4353
+ margin-right: 0;
4354
+ }
4355
+ .MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
4356
+ display: inline-block;
4357
+
4358
+ padding-right: 0.4em;
4359
+ padding-left: 0.4em;
4378
4360
 
4379
- opacity: 0;
4361
+ content: '\B7';
4362
+ }
4363
+ @media only screen and (max-width: 32.1875em) {
4364
+ .MetaItem-module_hasSource__1DmCI {
4365
+ width: 100%;
4366
+ margin-top: 3px;
4367
+ margin-bottom: 3px
4368
+ }
4380
4369
  }
4370
+ @media only screen and (max-width: 32.1875em) {
4371
+ .MetaItem-module_hasSource__1DmCI:first-child {
4372
+ margin-top: 0
4381
4373
  }
4382
- @-webkit-keyframes MetaItemLive-module_liveSecondWave__12g57 {
4383
- 21% {
4384
- transform: scale(0.22);
4385
4374
  }
4386
-
4387
- 53% {
4388
- transform: scale(0.55);
4375
+ .MetaItem-module_hasSource__1DmCI:last-child {
4376
+ margin-bottom: 0;
4377
+ }
4378
+ @media only screen and (max-width: 32.1875em) {
4379
+ .MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
4380
+ display: none
4381
+ }
4389
4382
  }
4390
-
4391
- 100% {
4392
- transform: scale(0.88);
4393
-
4394
- opacity: 0;
4383
+ @media only screen and (max-width: 32.1875em) {
4384
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
4385
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
4386
+ display: inline-block
4387
+ }
4395
4388
  }
4389
+ @media only screen and (max-width: 32.1875em) {
4390
+ .MetaItem-module_datetime__3tOWm,
4391
+ .MetaItem-module_listened__lwvAO,
4392
+ .MetaItem-module_read__5eAIG {
4393
+ width: auto
4396
4394
  }
4397
- @keyframes MetaItemLive-module_liveSecondWave__12g57 {
4398
- 21% {
4399
- transform: scale(0.22);
4400
4395
  }
4401
-
4402
- 53% {
4403
- transform: scale(0.55);
4396
+ @media only screen and (max-width: 32.1875em) {
4397
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
4398
+ order: -2
4399
+ }
4404
4400
  }
4401
+ @media only screen and (max-width: 32.1875em) {
4402
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
4403
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
4404
+ order: -1;
4405
4405
 
4406
- 100% {
4407
- transform: scale(0.88);
4408
-
4409
- opacity: 0;
4406
+ margin-top: 0
4407
+ }
4410
4408
  }
4409
+ .MetaItem-module_read__5eAIG svg {
4410
+ margin-top: -1px;
4411
4411
  }
4412
4412
 
4413
4413
  /* stylelint-disable declaration-empty-line-before */
@@ -4564,49 +4564,236 @@ a mark {
4564
4564
  font-size: 16px;
4565
4565
  line-height: 22px;
4566
4566
  }
4567
- .Footnote-module_body__259Ly h3 {
4568
- margin: 0 0 16px;
4569
-
4570
- font-size: inherit;
4571
- font-weight: 700;
4572
- line-height: inherit;
4567
+ .Footnote-module_body__259Ly h3 {
4568
+ margin: 0 0 16px;
4569
+
4570
+ font-size: inherit;
4571
+ font-weight: 700;
4572
+ line-height: inherit;
4573
+ }
4574
+ .Footnote-module_body__259Ly p {
4575
+ margin: 0;
4576
+ }
4577
+ .Footnote-module_body__259Ly p + p {
4578
+ margin-top: 6px;
4579
+ }
4580
+ .Footnote-module_body__259Ly a {
4581
+ color: inherit;
4582
+ box-shadow: inset 0 -1px #b88b59;
4583
+ }
4584
+ .Footnote-module_body__259Ly a:hover {
4585
+ color: #b88b59;
4586
+ }
4587
+ .Footnote-module_dismiss__1HKG5 {
4588
+ position: absolute;
4589
+ top: 0;
4590
+ right: 0;
4591
+
4592
+ margin: 0;
4593
+ padding: 6px 9px 10px;
4594
+
4595
+ cursor: pointer;
4596
+
4597
+ color: #b3b3b3;
4598
+ border-width: 0;
4599
+ outline: none;
4600
+ background-color: transparent;
4601
+ }
4602
+ .Footnote-module_dismiss__1HKG5:hover {
4603
+ color: #757575;
4604
+ }
4605
+ .Footnote-module_dismiss__1HKG5 svg {
4606
+ width: 12px;
4607
+ height: 12px;
4608
+ }
4609
+
4610
+
4611
+ /* Colors */
4612
+ /* Fonts */
4613
+ /* Gap */
4614
+ /* Media */
4615
+ /* 512 */
4616
+ /* 650 */
4617
+ /* 768 */
4618
+ /* 1024 */
4619
+ /* 1010 */
4620
+ /* 1200 */
4621
+ /* 511 */
4622
+ /* 1023 */
4623
+ /* Zindex */
4624
+ .SensitiveBlock-module_root__2iJbD {
4625
+ position: relative;
4626
+
4627
+ margin: 15px 0
4628
+ }
4629
+ @media only screen and (min-width: 32em) {
4630
+ .SensitiveBlock-module_root__2iJbD {
4631
+ margin: 25px 0 20px
4632
+ }
4633
+ }
4634
+ .SensitiveBlock-module_root__2iJbD:first-child {
4635
+ margin-top: 0;
4636
+ }
4637
+ .SensitiveBlock-module_root__2iJbD:last-child {
4638
+ margin-bottom: 0;
4639
+ }
4640
+ .SensitiveBlock-module_root__2iJbD figcaption {
4641
+ width: 100%;
4642
+ max-width: 650px;
4643
+ margin-right: auto;
4644
+ margin-left: auto;
4645
+
4646
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4647
+ }
4648
+ .SensitiveBlock-module_container__1Wtix {
4649
+ position: relative;
4650
+
4651
+ min-height: 170px;
4652
+
4653
+ transition: min-height 350ms ease;
4654
+ }
4655
+ .SensitiveBlock-module_overlay__hfDVS {
4656
+ position: absolute;
4657
+ z-index: 10;
4658
+ top: 0;
4659
+ right: -20px;
4660
+ bottom: 0;
4661
+ left: -20px;
4662
+
4663
+ display: -webkit-box;
4664
+
4665
+ display: -webkit-flex;
4666
+
4667
+ display: -ms-flexbox;
4668
+
4669
+ display: flex;
4670
+ align-items: center;
4671
+ flex-flow: column nowrap;
4672
+ justify-content: center;
4673
+
4674
+ padding: 30px 20px;
4675
+
4676
+ transition: opacity 500ms ease, visibility 500ms ease;
4677
+
4678
+ background-color: rgba(255, 255, 255, 1);
4679
+ background-repeat: no-repeat;
4680
+ background-position: center top;
4681
+ background-size: cover
4682
+ }
4683
+ @media only screen and (min-width: 32em) {
4684
+ .SensitiveBlock-module_overlay__hfDVS {
4685
+ right: 0;
4686
+ left: 0
4687
+ }
4688
+ }
4689
+ .SensitiveBlock-module_content__sNpxZ {
4690
+ -webkit-user-select: none;
4691
+ -moz-user-select: none;
4692
+ -ms-user-select: none;
4693
+ user-select: none;
4694
+
4695
+ color: #fff;
4696
+
4697
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4698
+ }
4699
+ .SensitiveBlock-module_content__sNpxZ p {
4700
+ display: block;
4701
+
4702
+ width: 100%;
4703
+ max-width: 368px;
4704
+ margin-top: 0;
4705
+ margin-bottom: 12px;
4706
+
4707
+ text-align: center;
4708
+
4709
+ font-size: 14px;
4710
+ line-height: 18px
4711
+ }
4712
+ @media only screen and (min-width: 32em) {
4713
+ .SensitiveBlock-module_content__sNpxZ p {
4714
+ margin-bottom: 24px;
4715
+
4716
+ font-size: 16px;
4717
+ line-height: 22px
4718
+ }
4719
+ }
4720
+ .SensitiveBlock-module_button__3BGZK {
4721
+ width: 100%;
4722
+ max-width: 348px;
4723
+ margin: 0 auto;
4724
+ }
4725
+ .SensitiveBlock-module_default__2HgmZ {
4726
+ max-width: 650px
4727
+ }
4728
+ @media only screen and (min-width: 32em) {
4729
+ .SensitiveBlock-module_default__2HgmZ {
4730
+ margin-right: auto;
4731
+ margin-left: auto
4732
+ }
4733
+ }
4734
+ .SensitiveBlock-module_full__3Hph9 {
4735
+ max-width: 980px
4736
+ }
4737
+ @media only screen and (min-width: 32em) {
4738
+ .SensitiveBlock-module_full__3Hph9 {
4739
+ margin-right: auto;
4740
+ margin-left: auto
4741
+ }
4742
+ }
4743
+ .SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
4744
+ right: -20px;
4745
+ left: -20px
4746
+ }
4747
+ @media only screen and (min-width: 32em) {
4748
+ .SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
4749
+ right: 0;
4750
+ left: 0
4751
+ }
4752
+ }
4753
+ .SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
4754
+ padding-right: 20px;
4755
+ padding-left: 20px
4573
4756
  }
4574
- .Footnote-module_body__259Ly p {
4575
- margin: 0;
4757
+ @media only screen and (min-width: 32em) {
4758
+ .SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
4759
+ padding-right: 0;
4760
+ padding-left: 0
4576
4761
  }
4577
- .Footnote-module_body__259Ly p + p {
4578
- margin-top: 6px;
4762
+ }
4763
+ .SensitiveBlock-module_super_full__14UOv {
4764
+ max-width: 100%;
4579
4765
  }
4580
- .Footnote-module_body__259Ly a {
4581
- color: inherit;
4582
- box-shadow: inset 0 -1px #b88b59;
4766
+ @media only screen and (min-width: 32em) {
4767
+ .SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_overlay__hfDVS {
4768
+ right: -15px;
4769
+ left: -15px
4583
4770
  }
4584
- .Footnote-module_body__259Ly a:hover {
4585
- color: #b88b59;
4771
+ }
4772
+ @media only screen and (min-width: 32em) {
4773
+ .SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_media__3wnlo {
4774
+ padding-right: 15px;
4775
+ padding-left: 15px
4586
4776
  }
4587
- .Footnote-module_dismiss__1HKG5 {
4588
- position: absolute;
4589
- top: 0;
4590
- right: 0;
4591
-
4592
- margin: 0;
4593
- padding: 6px 9px 10px;
4777
+ }
4778
+ /* STATE */
4779
+ .SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_overlay__hfDVS {
4780
+ visibility: hidden;
4594
4781
 
4595
- cursor: pointer;
4782
+ pointer-events: none;
4596
4783
 
4597
- color: #b3b3b3;
4598
- border-width: 0;
4599
- outline: none;
4600
- background-color: transparent;
4784
+ opacity: 0;
4601
4785
  }
4602
- .Footnote-module_dismiss__1HKG5:hover {
4603
- color: #757575;
4786
+ .SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
4787
+ min-height: 0;
4604
4788
  }
4605
- .Footnote-module_dismiss__1HKG5 svg {
4606
- width: 12px;
4607
- height: 12px;
4789
+ /* CONTEXT */
4790
+ @media only screen and (max-width: 63.9375em) {
4791
+ .SensitiveBlock-module_isInCard__1L-lu .SensitiveBlock-module_overlay__hfDVS,
4792
+ .SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
4793
+ right: -11px;
4794
+ left: -11px
4608
4795
  }
4609
-
4796
+ }
4610
4797
 
4611
4798
  /* Colors */
4612
4799
  /* Fonts */
@@ -4876,193 +5063,6 @@ a mark {
4876
5063
  }
4877
5064
  }
4878
5065
 
4879
- /* Colors */
4880
- /* Fonts */
4881
- /* Gap */
4882
- /* Media */
4883
- /* 512 */
4884
- /* 650 */
4885
- /* 768 */
4886
- /* 1024 */
4887
- /* 1010 */
4888
- /* 1200 */
4889
- /* 511 */
4890
- /* 1023 */
4891
- /* Zindex */
4892
- .SensitiveBlock-module_root__2iJbD {
4893
- position: relative;
4894
-
4895
- margin: 15px 0
4896
- }
4897
- @media only screen and (min-width: 32em) {
4898
- .SensitiveBlock-module_root__2iJbD {
4899
- margin: 25px 0 20px
4900
- }
4901
- }
4902
- .SensitiveBlock-module_root__2iJbD:first-child {
4903
- margin-top: 0;
4904
- }
4905
- .SensitiveBlock-module_root__2iJbD:last-child {
4906
- margin-bottom: 0;
4907
- }
4908
- .SensitiveBlock-module_root__2iJbD figcaption {
4909
- width: 100%;
4910
- max-width: 650px;
4911
- margin-right: auto;
4912
- margin-left: auto;
4913
-
4914
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4915
- }
4916
- .SensitiveBlock-module_container__1Wtix {
4917
- position: relative;
4918
-
4919
- min-height: 170px;
4920
-
4921
- transition: min-height 350ms ease;
4922
- }
4923
- .SensitiveBlock-module_overlay__hfDVS {
4924
- position: absolute;
4925
- z-index: 10;
4926
- top: 0;
4927
- right: -20px;
4928
- bottom: 0;
4929
- left: -20px;
4930
-
4931
- display: -webkit-box;
4932
-
4933
- display: -webkit-flex;
4934
-
4935
- display: -ms-flexbox;
4936
-
4937
- display: flex;
4938
- align-items: center;
4939
- flex-flow: column nowrap;
4940
- justify-content: center;
4941
-
4942
- padding: 30px 20px;
4943
-
4944
- transition: opacity 500ms ease, visibility 500ms ease;
4945
-
4946
- background-color: rgba(255, 255, 255, 1);
4947
- background-repeat: no-repeat;
4948
- background-position: center top;
4949
- background-size: cover
4950
- }
4951
- @media only screen and (min-width: 32em) {
4952
- .SensitiveBlock-module_overlay__hfDVS {
4953
- right: 0;
4954
- left: 0
4955
- }
4956
- }
4957
- .SensitiveBlock-module_content__sNpxZ {
4958
- -webkit-user-select: none;
4959
- -moz-user-select: none;
4960
- -ms-user-select: none;
4961
- user-select: none;
4962
-
4963
- color: #fff;
4964
-
4965
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4966
- }
4967
- .SensitiveBlock-module_content__sNpxZ p {
4968
- display: block;
4969
-
4970
- width: 100%;
4971
- max-width: 368px;
4972
- margin-top: 0;
4973
- margin-bottom: 12px;
4974
-
4975
- text-align: center;
4976
-
4977
- font-size: 14px;
4978
- line-height: 18px
4979
- }
4980
- @media only screen and (min-width: 32em) {
4981
- .SensitiveBlock-module_content__sNpxZ p {
4982
- margin-bottom: 24px;
4983
-
4984
- font-size: 16px;
4985
- line-height: 22px
4986
- }
4987
- }
4988
- .SensitiveBlock-module_button__3BGZK {
4989
- width: 100%;
4990
- max-width: 348px;
4991
- margin: 0 auto;
4992
- }
4993
- .SensitiveBlock-module_default__2HgmZ {
4994
- max-width: 650px
4995
- }
4996
- @media only screen and (min-width: 32em) {
4997
- .SensitiveBlock-module_default__2HgmZ {
4998
- margin-right: auto;
4999
- margin-left: auto
5000
- }
5001
- }
5002
- .SensitiveBlock-module_full__3Hph9 {
5003
- max-width: 980px
5004
- }
5005
- @media only screen and (min-width: 32em) {
5006
- .SensitiveBlock-module_full__3Hph9 {
5007
- margin-right: auto;
5008
- margin-left: auto
5009
- }
5010
- }
5011
- .SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
5012
- right: -20px;
5013
- left: -20px
5014
- }
5015
- @media only screen and (min-width: 32em) {
5016
- .SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
5017
- right: 0;
5018
- left: 0
5019
- }
5020
- }
5021
- .SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
5022
- padding-right: 20px;
5023
- padding-left: 20px
5024
- }
5025
- @media only screen and (min-width: 32em) {
5026
- .SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
5027
- padding-right: 0;
5028
- padding-left: 0
5029
- }
5030
- }
5031
- .SensitiveBlock-module_super_full__14UOv {
5032
- max-width: 100%;
5033
- }
5034
- @media only screen and (min-width: 32em) {
5035
- .SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_overlay__hfDVS {
5036
- right: -15px;
5037
- left: -15px
5038
- }
5039
- }
5040
- @media only screen and (min-width: 32em) {
5041
- .SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_media__3wnlo {
5042
- padding-right: 15px;
5043
- padding-left: 15px
5044
- }
5045
- }
5046
- /* STATE */
5047
- .SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_overlay__hfDVS {
5048
- visibility: hidden;
5049
-
5050
- pointer-events: none;
5051
-
5052
- opacity: 0;
5053
- }
5054
- .SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
5055
- min-height: 0;
5056
- }
5057
- /* CONTEXT */
5058
- @media only screen and (max-width: 63.9375em) {
5059
- .SensitiveBlock-module_isInCard__1L-lu .SensitiveBlock-module_overlay__hfDVS,
5060
- .SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
5061
- right: -11px;
5062
- left: -11px
5063
- }
5064
- }
5065
-
5066
5066
  /* Colors */
5067
5067
  /* Fonts */
5068
5068
  /* Gap */