@meduza/ui-kit-2 0.1.61 → 0.1.62

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
@@ -1,3 +1,239 @@
1
+ /* Colors */
2
+ /* Fonts */
3
+ /* Gap */
4
+ /* Media */
5
+ /* 512 */
6
+ /* 650 */
7
+ /* 768 */
8
+ /* 1024 */
9
+ /* 1010 */
10
+ /* 1200 */
11
+ /* 511 */
12
+ /* 1023 */
13
+ /* Zindex */
14
+ .Button-module_root__RpsiW {
15
+ display: block;
16
+
17
+ padding: 0;
18
+
19
+ cursor: pointer;
20
+ -webkit-user-select: none;
21
+ -moz-user-select: none;
22
+ -ms-user-select: none;
23
+ user-select: none;
24
+ transition: background-color 0.15s ease-out;
25
+ text-align: center;
26
+
27
+ color: #fff;
28
+ border-width: 0;
29
+ outline: none;
30
+
31
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
32
+ line-height: 1;
33
+
34
+ -webkit-appearance: none;
35
+
36
+ -moz-appearance: none;
37
+
38
+ appearance: none;
39
+ }
40
+ .Button-module_root__RpsiW::-moz-focus-inner {
41
+ border: 0;
42
+ }
43
+ .Button-module_root__RpsiW[disabled] {
44
+ cursor: default;
45
+ pointer-events: none;
46
+
47
+ opacity: 0.5;
48
+ }
49
+ .Button-module_root__RpsiW > span:first-child {
50
+ margin-right: 4px;
51
+ }
52
+ .Button-module_root__RpsiW > span:last-child {
53
+ margin-left: 4px;
54
+ }
55
+ .Button-module_gold__ZMYg- {
56
+ background: #b88b59;
57
+ }
58
+ .Button-module_gold__ZMYg-.Button-module_isLoading__1g6QO {
59
+ fill: #b88b59;
60
+ }
61
+ .Button-module_gold__ZMYg-:hover {
62
+ background-color: #9e784c
63
+ }
64
+ @media (hover: none) {
65
+ .Button-module_gold__ZMYg-:hover {
66
+ background-color: #b88b59
67
+ }
68
+ }
69
+ .Button-module_gold__ZMYg-:active {
70
+ background-color: #856440;
71
+ }
72
+ .Button-module_gray__3IM54 {
73
+ color: #000;
74
+ background-color: #f0f0f0;
75
+ }
76
+ .Button-module_gray__3IM54.Button-module_isLoading__1g6QO {
77
+ fill: #545454;
78
+ }
79
+ .Button-module_gray__3IM54:hover {
80
+ background-color: #ebebeb
81
+ }
82
+ @media (hover: none) {
83
+ .Button-module_gray__3IM54:hover {
84
+ background-color: #ebebeb
85
+ }
86
+ }
87
+ .Button-module_gray__3IM54:active {
88
+ background-color: #e3e3e3;
89
+ }
90
+ .Button-module_sand__2AqVq {
91
+ background: #a18c68;
92
+ }
93
+ .Button-module_sand__2AqVq.Button-module_isLoading__1g6QO {
94
+ fill: #a18c68;
95
+ }
96
+ .Button-module_sand__2AqVq:hover {
97
+ background-color: #8a7654
98
+ }
99
+ @media (hover: none) {
100
+ .Button-module_sand__2AqVq:hover {
101
+ background-color: #a18c68
102
+ }
103
+ }
104
+ .Button-module_sand__2AqVq:active {
105
+ background-color: #7b6743;
106
+ }
107
+ .Button-module_dark__I0uXx {
108
+ color: #adadad;
109
+ background-color: #3a3a3a;
110
+ box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
111
+ }
112
+ .Button-module_dark__I0uXx:hover {
113
+ background-color: #2e2e2e
114
+ }
115
+ @media (hover: none) {
116
+ .Button-module_dark__I0uXx:hover {
117
+ background-color: #3a3a3a
118
+ }
119
+ }
120
+ .Button-module_dark__I0uXx:active {
121
+ background-color: #242424;
122
+ }
123
+ .Button-module_dark__I0uXx.Button-module_isLoading__1g6QO {
124
+ fill: #3a3a3a;
125
+ }
126
+ .Button-module_light__1Y4hG {
127
+ color: #000;
128
+ background-color: #fff;
129
+ }
130
+ .Button-module_light__1Y4hG:hover {
131
+ background-color: #ebebeb
132
+ }
133
+ @media (hover: none) {
134
+ .Button-module_light__1Y4hG:hover {
135
+ background-color: #fff
136
+ }
137
+ }
138
+ .Button-module_light__1Y4hG:active {
139
+ background-color: #e3e3e3;
140
+ }
141
+ .Button-module_light__1Y4hG.Button-module_isLoading__1g6QO {
142
+ fill: #fff;
143
+ }
144
+ .Button-module_black__3sG3Y {
145
+ color: #7e7d7b;
146
+ background-color: #000;
147
+ }
148
+ .Button-module_black__3sG3Y.Button-module_isLoading__1g6QO {
149
+ fill: #7e7d7b;
150
+ }
151
+ .Button-module_black__3sG3Y:hover {
152
+ background-color: #141414
153
+ }
154
+ @media (hover: none) {
155
+ .Button-module_black__3sG3Y:hover {
156
+ background: #141414
157
+ }
158
+ }
159
+ .Button-module_black__3sG3Y:active {
160
+ background-color: #242424;
161
+ }
162
+ .Button-module_red__3Niou {
163
+ background-color: #f95a5a;
164
+ }
165
+ .Button-module_red__3Niou:hover {
166
+ background-color: #e65353
167
+ }
168
+ @media (hover: none) {
169
+ .Button-module_red__3Niou:hover {
170
+ background: #f95a5a
171
+ }
172
+ }
173
+ .Button-module_red__3Niou:active {
174
+ background-color: #d44d4d;
175
+ }
176
+ .Button-module_red__3Niou.Button-module_isLoading__1g6QO {
177
+ fill: #141414;
178
+ }
179
+ .Button-module_default__28Vo_ {
180
+ width: 100%;
181
+ height: 42px;
182
+ padding: 6px 18px;
183
+
184
+ letter-spacing: 1px;
185
+ text-transform: uppercase;
186
+
187
+ border-radius: 8px;
188
+
189
+ font-size: 12px;
190
+ font-weight: 600;
191
+ line-height: 22px
192
+ }
193
+ @media only screen and (min-width: 64em) {
194
+ .Button-module_default__28Vo_ {
195
+ padding: 7px 18px 6px;
196
+
197
+ font-size: 14px;
198
+ line-height: 16px
199
+ }
200
+ }
201
+ .Button-module_isInSpoiler__2Yl8c svg {
202
+ margin-top: -2px;
203
+ margin-left: 6px;
204
+ }
205
+ .Button-module_ghost__3awCW {
206
+ letter-spacing: inherit;
207
+ text-transform: none;
208
+
209
+ color: inherit;
210
+ background-color: transparent;
211
+
212
+ font-family: inherit;
213
+ font-size: inherit;
214
+ font-weight: inherit;
215
+ }
216
+ .Button-module_isInDropdown__1ogKL {
217
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
218
+ }
219
+ .Button-module_black__3sG3Y[disabled],
220
+ .Button-module_sand__2AqVq[disabled] {
221
+ opacity: 0.3;
222
+ }
223
+ /* LOADING */
224
+ .Button-module_root__RpsiW.Button-module_isLoading__1g6QO {
225
+ cursor: default;
226
+ pointer-events: none;
227
+
228
+ background-color: transparent;
229
+ box-shadow: none;
230
+ }
231
+ .Button-module_loader__2pl6d {
232
+ display: block;
233
+
234
+ margin-top: -1px;
235
+ }
236
+
1
237
  /* Colors */
2
238
  /* Fonts */
3
239
  /* Gap */
@@ -401,328 +637,157 @@
401
637
  /* 511 */
402
638
  /* 1023 */
403
639
  /* Zindex */
404
- .Button-module_root__RpsiW {
640
+ .DotsOnImage-module_root__2XP3Q {
641
+ position: relative;
642
+
405
643
  display: block;
406
644
 
407
- padding: 0;
645
+ width: 100%;
646
+ }
647
+ .DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
648
+ -webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
649
+ animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
650
+ }
651
+ .DotsOnImage-module_dot__H1wua {
652
+ position: absolute;
653
+ z-index: 10;
408
654
 
409
- cursor: pointer;
410
- -webkit-user-select: none;
411
- -moz-user-select: none;
412
- -ms-user-select: none;
413
- user-select: none;
414
- transition: background-color 0.15s ease-out;
655
+ display: -webkit-box;
656
+
657
+ display: -webkit-flex;
658
+
659
+ display: -ms-flexbox;
660
+
661
+ display: flex;
662
+ align-items: center;
663
+ flex-flow: row nowrap;
664
+ justify-content: center;
665
+
666
+ width: 28px;
667
+ height: 28px;
668
+
669
+ will-change: opacity;
670
+ }
671
+ .DotsOnImage-module_marker__lH5cP {
672
+ width: 20px;
673
+ height: 20px;
674
+ padding: 0;
675
+
676
+ cursor: pointer;
415
677
  text-align: center;
416
678
 
679
+ opacity: 0;
417
680
  color: #fff;
418
681
  border-width: 0;
419
- outline: none;
682
+ border-radius: 30px;
683
+ outline-width: 0;
684
+ background-color: #000;
685
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
420
686
 
421
687
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
422
- line-height: 1;
688
+ font-size: 9px;
689
+ font-weight: 600;
690
+ line-height: 22px;
423
691
 
424
692
  -webkit-appearance: none;
425
693
 
426
694
  -moz-appearance: none;
427
695
 
428
696
  appearance: none;
697
+ will-change: opacity;
698
+ -webkit-tap-highlight-color: transparent
429
699
  }
430
- .Button-module_root__RpsiW::-moz-focus-inner {
431
- border: 0;
432
- }
433
- .Button-module_root__RpsiW[disabled] {
434
- cursor: default;
435
- pointer-events: none;
700
+ @media only screen and (min-width: 32em) {
701
+ .DotsOnImage-module_marker__lH5cP {
702
+ width: 28px;
703
+ height: 28px;
436
704
 
437
- opacity: 0.5;
438
- }
439
- .Button-module_root__RpsiW > span:first-child {
440
- margin-right: 4px;
441
- }
442
- .Button-module_root__RpsiW > span:last-child {
443
- margin-left: 4px;
444
- }
445
- .Button-module_gold__ZMYg- {
446
- background: #b88b59;
447
- }
448
- .Button-module_gold__ZMYg-.Button-module_isLoading__1g6QO {
449
- fill: #b88b59;
450
- }
451
- .Button-module_gold__ZMYg-:hover {
452
- background-color: #9e784c
453
- }
454
- @media (hover: none) {
455
- .Button-module_gold__ZMYg-:hover {
456
- background-color: #b88b59
457
- }
458
- }
459
- .Button-module_gold__ZMYg-:active {
460
- background-color: #856440;
461
- }
462
- .Button-module_gray__3IM54 {
463
- color: #000;
464
- background-color: #f0f0f0;
465
- }
466
- .Button-module_gray__3IM54.Button-module_isLoading__1g6QO {
467
- fill: #545454;
468
- }
469
- .Button-module_gray__3IM54:hover {
470
- background-color: #ebebeb
471
- }
472
- @media (hover: none) {
473
- .Button-module_gray__3IM54:hover {
474
- background-color: #ebebeb
475
- }
476
- }
477
- .Button-module_gray__3IM54:active {
478
- background-color: #e3e3e3;
479
- }
480
- .Button-module_sand__2AqVq {
481
- background: #a18c68;
482
- }
483
- .Button-module_sand__2AqVq.Button-module_isLoading__1g6QO {
484
- fill: #a18c68;
485
- }
486
- .Button-module_sand__2AqVq:hover {
487
- background-color: #8a7654
488
- }
489
- @media (hover: none) {
490
- .Button-module_sand__2AqVq:hover {
491
- background-color: #a18c68
492
- }
493
- }
494
- .Button-module_sand__2AqVq:active {
495
- background-color: #7b6743;
496
- }
497
- .Button-module_dark__I0uXx {
498
- color: #adadad;
499
- background-color: #3a3a3a;
500
- box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
501
- }
502
- .Button-module_dark__I0uXx:hover {
503
- background-color: #2e2e2e
504
- }
505
- @media (hover: none) {
506
- .Button-module_dark__I0uXx:hover {
507
- background-color: #3a3a3a
508
- }
509
- }
510
- .Button-module_dark__I0uXx:active {
511
- background-color: #242424;
512
- }
513
- .Button-module_dark__I0uXx.Button-module_isLoading__1g6QO {
514
- fill: #3a3a3a;
515
- }
516
- .Button-module_light__1Y4hG {
517
- color: #000;
518
- background-color: #fff;
519
- }
520
- .Button-module_light__1Y4hG:hover {
521
- background-color: #ebebeb
522
- }
523
- @media (hover: none) {
524
- .Button-module_light__1Y4hG:hover {
525
- background-color: #fff
526
- }
527
- }
528
- .Button-module_light__1Y4hG:active {
529
- background-color: #e3e3e3;
530
- }
531
- .Button-module_light__1Y4hG.Button-module_isLoading__1g6QO {
532
- fill: #fff;
533
- }
534
- .Button-module_black__3sG3Y {
535
- color: #7e7d7b;
536
- background-color: #000;
537
- }
538
- .Button-module_black__3sG3Y.Button-module_isLoading__1g6QO {
539
- fill: #7e7d7b;
540
- }
541
- .Button-module_black__3sG3Y:hover {
542
- background-color: #141414
543
- }
544
- @media (hover: none) {
545
- .Button-module_black__3sG3Y:hover {
546
- background: #141414
547
- }
548
- }
549
- .Button-module_black__3sG3Y:active {
550
- background-color: #242424;
551
- }
552
- .Button-module_red__3Niou {
553
- background-color: #f95a5a;
554
- }
555
- .Button-module_red__3Niou:hover {
556
- background-color: #e65353
557
- }
558
- @media (hover: none) {
559
- .Button-module_red__3Niou:hover {
560
- background: #f95a5a
705
+ font-size: 13px;
706
+ line-height: 28px
561
707
  }
562
708
  }
563
- .Button-module_red__3Niou:active {
564
- background-color: #d44d4d;
565
- }
566
- .Button-module_red__3Niou.Button-module_isLoading__1g6QO {
567
- fill: #141414;
568
- }
569
- .Button-module_default__28Vo_ {
570
- width: 100%;
571
- height: 42px;
572
- padding: 6px 18px;
573
-
574
- letter-spacing: 1px;
575
- text-transform: uppercase;
576
-
577
- border-radius: 8px;
709
+ .DotsOnImage-module_marker__lH5cP::after {
710
+ position: absolute;
711
+ top: -5px;
712
+ right: -5px;
713
+ bottom: -5px;
714
+ left: -5px;
578
715
 
579
- font-size: 12px;
580
- font-weight: 600;
581
- line-height: 22px
716
+ content: ''
582
717
  }
583
- @media only screen and (min-width: 64em) {
584
- .Button-module_default__28Vo_ {
585
- padding: 7px 18px 6px;
586
-
587
- font-size: 14px;
588
- line-height: 16px
718
+ @media only screen and (min-width: 32em) {
719
+ .DotsOnImage-module_marker__lH5cP::after {
720
+ content: none
589
721
  }
590
722
  }
591
- .Button-module_isInSpoiler__2Yl8c svg {
592
- margin-top: -2px;
593
- margin-left: 6px;
594
- }
595
- .Button-module_ghost__3awCW {
596
- letter-spacing: inherit;
597
- text-transform: none;
723
+ .DotsOnImage-module_marker__lH5cP svg {
724
+ display: block;
598
725
 
599
- color: inherit;
600
- background-color: transparent;
726
+ width: 100%;
727
+ height: 100%;
601
728
 
602
- font-family: inherit;
603
- font-size: inherit;
604
- font-weight: inherit;
605
- }
606
- .Button-module_isInDropdown__1ogKL {
607
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
729
+ will-change: opacity;
608
730
  }
609
- .Button-module_black__3sG3Y[disabled],
610
- .Button-module_sand__2AqVq[disabled] {
611
- opacity: 0.3;
731
+ .DotsOnImage-module_marker__lH5cP:hover {
732
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
612
733
  }
613
- /* LOADING */
614
- .Button-module_root__RpsiW.Button-module_isLoading__1g6QO {
615
- cursor: default;
616
- pointer-events: none;
617
-
618
- background-color: transparent;
619
- box-shadow: none;
734
+ .DotsOnImage-module_marker__lH5cP.DotsOnImage-module_isActive__3hh31 {
735
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), 0 0 0 1px #fff;
620
736
  }
621
- .Button-module_loader__2pl6d {
622
- display: block;
623
-
624
- margin-top: -1px;
737
+ .DotsOnImage-module_popover__35Cpj {
738
+ position: absolute;
739
+ z-index: 10;
625
740
  }
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
741
+ .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
742
+ transform: translateX(50px);
649
743
  }
650
- @media only screen and (min-width: 32em) {
651
- .Image-module_root__1vsA_ {
652
- border-radius: inherit
744
+ .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
745
+ transform: translateX(-100%) translateX(-22px);
653
746
  }
654
- }
655
- .Image-module_root__1vsA_ img {
656
- position: absolute;
657
- top: 0;
658
- left: 0;
659
-
660
- width: 100%;
661
- height: 100%;
747
+ .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
748
+ transform: translateX(50px) translateY(-100%) translateY(22px);
662
749
  }
663
- .Image-module_isLoaded__3XhU5 {
664
- background-color: transparent;
750
+ .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isBottom__3Nk1T {
751
+ transform: translateX(-100%) translateX(-22px) translateY(-100%)
752
+ translateY(22px);
665
753
  }
666
- .Image-module_wrapper__3fLjs {
667
- display: block;
754
+ @-webkit-keyframes DotsOnImage-module_show__2TMBv {
755
+ 0% {
756
+ transform: scale(0.4);
668
757
 
669
- width: 100%;
758
+ opacity: 0;
759
+ }
670
760
 
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;
761
+ 90% {
762
+ transform: scale(1.1);
684
763
 
685
- width: 40px;
686
- height: 40px;
764
+ opacity: 1;
765
+ }
687
766
 
688
- transition: opacity 250ms ease;
689
- pointer-events: none;
767
+ 100% {
768
+ transform: scale(1);
690
769
 
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
- }
770
+ opacity: 1;
703
771
  }
704
- [data-input='mouse'] .Image-module_wrapper__3fLjs {
705
- outline: none;
706
- }
707
- .Image-module_dark__3o0nU {
708
- background-color: transparent;
709
772
  }
773
+ @keyframes DotsOnImage-module_show__2TMBv {
774
+ 0% {
775
+ transform: scale(0.4);
710
776
 
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
- .Lazy-module_root__2Z72l {
725
- display: block;
777
+ opacity: 0;
778
+ }
779
+
780
+ 90% {
781
+ transform: scale(1.1);
782
+
783
+ opacity: 1;
784
+ }
785
+
786
+ 100% {
787
+ transform: scale(1);
788
+
789
+ opacity: 1;
790
+ }
726
791
  }
727
792
 
728
793
  /* Colors */
@@ -837,195 +902,46 @@
837
902
  line-height: 10px
838
903
  }
839
904
  @media only screen and (min-width: 32em) {
840
- .Tag-module_slide__2nMDw,
841
- .Tag-module_game__3j5yG,
842
- .Tag-module_card__1EAeF,
843
- .Tag-module_live__rwXuR,
844
- .Tag-module_episode__3o6gg,
845
- .Tag-module_podcast__VPoll,
846
- .Tag-module_rich__2URd9,
847
- .Tag-module_isInDynamicBlock__1YM9I {
848
- margin-bottom: 10px
849
- }
850
- }
851
- @media only screen and (min-width: 32em) {
852
- .Tag-module_mobile__QQxuv {
853
- display: none
854
- }
855
- }
856
- .Tag-module_desktop__1Bjsy {
857
- display: none
858
- }
859
- @media only screen and (min-width: 32em) {
860
- .Tag-module_desktop__1Bjsy {
861
- display: block
862
- }
863
- }
864
-
865
- /* Colors */
866
- /* Fonts */
867
- /* Gap */
868
- /* Media */
869
- /* 512 */
870
- /* 650 */
871
- /* 768 */
872
- /* 1024 */
873
- /* 1010 */
874
- /* 1200 */
875
- /* 511 */
876
- /* 1023 */
877
- /* Zindex */
878
- .DotsOnImage-module_root__2XP3Q {
879
- position: relative;
880
-
881
- display: block;
882
-
883
- width: 100%;
884
- }
885
- .DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
886
- -webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
887
- animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
888
- }
889
- .DotsOnImage-module_dot__H1wua {
890
- position: absolute;
891
- z-index: 10;
892
-
893
- display: -webkit-box;
894
-
895
- display: -webkit-flex;
896
-
897
- display: -ms-flexbox;
898
-
899
- display: flex;
900
- align-items: center;
901
- flex-flow: row nowrap;
902
- justify-content: center;
903
-
904
- width: 28px;
905
- height: 28px;
906
-
907
- will-change: opacity;
908
- }
909
- .DotsOnImage-module_marker__lH5cP {
910
- width: 20px;
911
- height: 20px;
912
- padding: 0;
913
-
914
- cursor: pointer;
915
- text-align: center;
916
-
917
- opacity: 0;
918
- color: #fff;
919
- border-width: 0;
920
- border-radius: 30px;
921
- outline-width: 0;
922
- background-color: #000;
923
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
924
-
925
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
926
- font-size: 9px;
927
- font-weight: 600;
928
- line-height: 22px;
929
-
930
- -webkit-appearance: none;
931
-
932
- -moz-appearance: none;
933
-
934
- appearance: none;
935
- will-change: opacity;
936
- -webkit-tap-highlight-color: transparent
937
- }
938
- @media only screen and (min-width: 32em) {
939
- .DotsOnImage-module_marker__lH5cP {
940
- width: 28px;
941
- height: 28px;
942
-
943
- font-size: 13px;
944
- line-height: 28px
945
- }
946
- }
947
- .DotsOnImage-module_marker__lH5cP::after {
948
- position: absolute;
949
- top: -5px;
950
- right: -5px;
951
- bottom: -5px;
952
- left: -5px;
953
-
954
- content: ''
955
- }
956
- @media only screen and (min-width: 32em) {
957
- .DotsOnImage-module_marker__lH5cP::after {
958
- content: none
959
- }
960
- }
961
- .DotsOnImage-module_marker__lH5cP svg {
962
- display: block;
963
-
964
- width: 100%;
965
- height: 100%;
966
-
967
- will-change: opacity;
968
- }
969
- .DotsOnImage-module_marker__lH5cP:hover {
970
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
971
- }
972
- .DotsOnImage-module_marker__lH5cP.DotsOnImage-module_isActive__3hh31 {
973
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), 0 0 0 1px #fff;
974
- }
975
- .DotsOnImage-module_popover__35Cpj {
976
- position: absolute;
977
- z-index: 10;
978
- }
979
- .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
980
- transform: translateX(50px);
981
- }
982
- .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
983
- transform: translateX(-100%) translateX(-22px);
984
- }
985
- .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
986
- transform: translateX(50px) translateY(-100%) translateY(22px);
987
- }
988
- .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isBottom__3Nk1T {
989
- transform: translateX(-100%) translateX(-22px) translateY(-100%)
990
- translateY(22px);
991
- }
992
- @-webkit-keyframes DotsOnImage-module_show__2TMBv {
993
- 0% {
994
- transform: scale(0.4);
995
-
996
- opacity: 0;
997
- }
998
-
999
- 90% {
1000
- transform: scale(1.1);
1001
-
1002
- opacity: 1;
1003
- }
1004
-
1005
- 100% {
1006
- transform: scale(1);
1007
-
1008
- opacity: 1;
905
+ .Tag-module_slide__2nMDw,
906
+ .Tag-module_game__3j5yG,
907
+ .Tag-module_card__1EAeF,
908
+ .Tag-module_live__rwXuR,
909
+ .Tag-module_episode__3o6gg,
910
+ .Tag-module_podcast__VPoll,
911
+ .Tag-module_rich__2URd9,
912
+ .Tag-module_isInDynamicBlock__1YM9I {
913
+ margin-bottom: 10px
914
+ }
1009
915
  }
916
+ @media only screen and (min-width: 32em) {
917
+ .Tag-module_mobile__QQxuv {
918
+ display: none
1010
919
  }
1011
- @keyframes DotsOnImage-module_show__2TMBv {
1012
- 0% {
1013
- transform: scale(0.4);
1014
-
1015
- opacity: 0;
1016
920
  }
1017
-
1018
- 90% {
1019
- transform: scale(1.1);
1020
-
1021
- opacity: 1;
921
+ .Tag-module_desktop__1Bjsy {
922
+ display: none
923
+ }
924
+ @media only screen and (min-width: 32em) {
925
+ .Tag-module_desktop__1Bjsy {
926
+ display: block
927
+ }
1022
928
  }
1023
929
 
1024
- 100% {
1025
- transform: scale(1);
1026
-
1027
- opacity: 1;
1028
- }
930
+ /* Colors */
931
+ /* Fonts */
932
+ /* Gap */
933
+ /* Media */
934
+ /* 512 */
935
+ /* 650 */
936
+ /* 768 */
937
+ /* 1024 */
938
+ /* 1010 */
939
+ /* 1200 */
940
+ /* 511 */
941
+ /* 1023 */
942
+ /* Zindex */
943
+ .Lazy-module_root__2Z72l {
944
+ display: block;
1029
945
  }
1030
946
 
1031
947
  /* Colors */
@@ -1326,6 +1242,90 @@
1326
1242
  min-width: 50px;
1327
1243
  }
1328
1244
 
1245
+ /* Colors */
1246
+ /* Fonts */
1247
+ /* Gap */
1248
+ /* Media */
1249
+ /* 512 */
1250
+ /* 650 */
1251
+ /* 768 */
1252
+ /* 1024 */
1253
+ /* 1010 */
1254
+ /* 1200 */
1255
+ /* 511 */
1256
+ /* 1023 */
1257
+ /* Zindex */
1258
+ .Image-module_root__1vsA_ {
1259
+ position: relative;
1260
+ z-index: 1;
1261
+
1262
+ display: block;
1263
+ overflow: hidden;
1264
+ transition: background-color 250ms ease;
1265
+
1266
+ background-color: #f2f2f2
1267
+ }
1268
+ @media only screen and (min-width: 32em) {
1269
+ .Image-module_root__1vsA_ {
1270
+ border-radius: inherit
1271
+ }
1272
+ }
1273
+ .Image-module_root__1vsA_ img {
1274
+ position: absolute;
1275
+ top: 0;
1276
+ left: 0;
1277
+
1278
+ width: 100%;
1279
+ height: 100%;
1280
+ }
1281
+ .Image-module_isLoaded__3XhU5 {
1282
+ background-color: transparent;
1283
+ }
1284
+ .Image-module_wrapper__3fLjs {
1285
+ display: block;
1286
+
1287
+ width: 100%;
1288
+
1289
+ background-repeat: no-repeat;
1290
+ background-size: 100% auto;
1291
+ }
1292
+ .Image-module_fullscreen__29apx picture {
1293
+ cursor: pointer;
1294
+ }
1295
+ .Image-module_fullscreen__29apx picture:hover::after {
1296
+ opacity: 1;
1297
+ }
1298
+ .Image-module_fullscreen__29apx picture::after {
1299
+ position: absolute;
1300
+ right: 12px;
1301
+ bottom: 12px;
1302
+
1303
+ width: 40px;
1304
+ height: 40px;
1305
+
1306
+ transition: opacity 250ms ease;
1307
+ pointer-events: none;
1308
+
1309
+ opacity: 0;
1310
+ border: 0.5px solid rgba(255, 255, 255, 0.15);
1311
+ border-radius: 20px;
1312
+ background-color: rgba(0, 0, 0, 0.7);
1313
+ 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");
1314
+ background-repeat: no-repeat;
1315
+ background-position: center
1316
+ }
1317
+ @media only screen and (min-width: 64em) {
1318
+ .Image-module_fullscreen__29apx picture::after {
1319
+ content: ''
1320
+ }
1321
+ }
1322
+ [data-input='mouse'] .Image-module_wrapper__3fLjs {
1323
+ outline: none;
1324
+ }
1325
+ .Image-module_dark__3o0nU {
1326
+ background-color: transparent;
1327
+ }
1328
+
1329
1329
  /* Colors */
1330
1330
  /* Fonts */
1331
1331
  /* Gap */
@@ -1419,6 +1419,64 @@
1419
1419
  }
1420
1420
 
1421
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
+
1422
1480
  /* Colors */
1423
1481
  /* Fonts */
1424
1482
  /* Gap */
@@ -1527,90 +1585,32 @@
1527
1585
  .MaterialNote-module_game__cADMe .MaterialNote-module_note_caption__1ezSo {
1528
1586
  margin-top: 0;
1529
1587
  }
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
- }
1556
-
1557
- /* Colors */
1558
- /* Fonts */
1559
- /* Gap */
1560
- /* Media */
1561
- /* 512 */
1562
- /* 650 */
1563
- /* 768 */
1564
- /* 1024 */
1565
- /* 1010 */
1566
- /* 1200 */
1567
- /* 511 */
1568
- /* 1023 */
1569
- /* Zindex */
1570
- .BookmarkButton-module_root__3KmuY {
1571
- color: #e0e0e0;
1572
- }
1573
- .BookmarkButton-module_control__1A0ea {
1574
- margin: 0;
1575
- padding: 5px 3px;
1576
-
1577
- cursor: pointer;
1578
-
1579
- color: inherit;
1580
- border-width: 0;
1581
- outline: none;
1582
- background-color: transparent;
1583
-
1584
- -webkit-appearance: none;
1585
-
1586
- -moz-appearance: none;
1587
-
1588
- appearance: none;
1589
- fill: transparent;
1590
- }
1591
- .BookmarkButton-module_dark__1cwyi {
1592
- color: #fff;
1593
- }
1594
- .BookmarkButton-module_light__1uQyH {
1595
- color: #000;
1588
+ .MaterialNote-module_game__cADMe {
1589
+ margin-bottom: 0;
1590
+
1591
+ text-align: center
1596
1592
  }
1597
- .BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
1598
- fill: #e0e0e0;
1593
+ @media only screen and (min-width: 32em) {
1594
+ .MaterialNote-module_game__cADMe {
1595
+ margin-top: 25px
1599
1596
  }
1600
- .BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
1601
- fill: #fff;
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
1602
1601
  }
1603
- .BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
1604
- fill: #000;
1602
+ }
1603
+ .MaterialNote-module_slide__1ZBBq,
1604
+ .MaterialNote-module_card__OWXbQ {
1605
+ margin-bottom: 9px;
1606
+ padding-top: 8px
1605
1607
  }
1606
- @media only screen and (min-width: 64em) {
1607
- .BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
1608
- width: 12px
1608
+ @media only screen and (min-width: 32em) {
1609
+ .MaterialNote-module_slide__1ZBBq,
1610
+ .MaterialNote-module_card__OWXbQ {
1611
+ margin-bottom: 16px
1609
1612
  }
1610
1613
  }
1611
- [data-context='prodano'] .BookmarkButton-module_root__3KmuY {
1612
- display: none;
1613
- }
1614
1614
 
1615
1615
  /* Colors */
1616
1616
  /* Fonts */
@@ -1716,243 +1716,32 @@
1716
1716
  right: 0;
1717
1717
  left: auto
1718
1718
  }
1719
- @media only screen and (min-width: 64em) {
1720
- .Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
1721
- right: auto;
1722
- left: 0
1723
- }
1724
- }
1725
- .Dropdown-module_menu__3PIqD {
1726
- position: absolute;
1727
- top: 100%;
1728
- left: 0;
1729
-
1730
- visibility: hidden;
1731
-
1732
- padding-top: 6px;
1733
-
1734
- opacity: 0;
1735
- }
1736
- .Dropdown-module_menu__3PIqD::after {
1737
- position: absolute;
1738
- z-index: -1;
1739
- top: -10px;
1740
- right: -10px;
1741
- bottom: -10px;
1742
- left: -10px;
1743
-
1744
- content: '';
1745
- }
1746
-
1747
- /* Colors */
1748
- /* Fonts */
1749
- /* Gap */
1750
- /* Media */
1751
- /* 512 */
1752
- /* 650 */
1753
- /* 768 */
1754
- /* 1024 */
1755
- /* 1010 */
1756
- /* 1200 */
1757
- /* 511 */
1758
- /* 1023 */
1759
- /* Zindex */
1760
- .Popover-module_root__1v6f_ {
1761
- position: fixed;
1762
- z-index: 1000;
1763
- top: 0;
1764
- left: 0;
1765
-
1766
- display: -webkit-box;
1767
-
1768
- display: -webkit-flex;
1769
-
1770
- display: -ms-flexbox;
1771
-
1772
- display: flex;
1773
- align-items: flex-end;
1774
- flex-direction: row;
1775
-
1776
- width: 100%;
1777
- height: 100%;
1778
- min-height: 120px;
1779
- padding: 10px 0 0;
1780
-
1781
- -webkit-animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
1782
-
1783
- animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
1784
-
1785
- opacity: 1;
1786
-
1787
- font-size: 16px;
1788
- line-height: 22px;
1789
- }
1790
- .Popover-module_root__1v6f_.Popover-module_visible__eK5ZQ {
1791
- -webkit-animation: Popover-module_fadeIn__AkrSN 250ms ease both;
1792
- animation: Popover-module_fadeIn__AkrSN 250ms ease both;
1793
- }
1794
- .Popover-module_overlay__2SBL0 {
1795
- position: absolute;
1796
- top: 0;
1797
- right: 0;
1798
- bottom: 0;
1799
- left: 0;
1800
-
1801
- background-color: rgba(0, 0, 0, 0.7);
1802
-
1803
- contain: '';
1804
- }
1805
- .Popover-module_container__FnZT- {
1806
- position: relative;
1807
-
1808
- flex: 1 1;
1809
-
1810
- max-width: 420px;
1811
- min-height: 80px;
1812
- margin: 0 auto;
1813
- padding: 22px 20px 28px;
1814
-
1815
- -webkit-animation: Popover-module_disappear__3Q9LI 350ms ease both;
1816
-
1817
- animation: Popover-module_disappear__3Q9LI 350ms ease both;
1818
- }
1819
- .Popover-module_dismiss__3RnLj {
1820
- position: absolute;
1821
- top: -23px;
1822
- left: 50%;
1823
-
1824
- width: 50px;
1825
- height: 36px;
1826
- padding: 0;
1827
-
1828
- transform: translateX(-50%);
1829
-
1830
- opacity: 0.4;
1831
- border-width: 0;
1832
- border-radius: 0;
1833
- background-color: transparent;
1834
- background-image: url("data:image/svg+xml,%3Csvg width='17' height='7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.445 1.832l6.946 4.63a2 2 0 0 0 2.218 0l6.946-4.63a1 1 0 1 0-1.11-1.664L8.5 4.798 1.555.168a1 1 0 1 0-1.11 1.664z' fill='%23F7F7F7' fill-rule='nonzero'/%3E%3C/svg%3E");
1835
- background-repeat: no-repeat;
1836
- background-position: center;
1837
- box-shadow: none;
1838
-
1839
- -webkit-appearance: none;
1840
-
1841
- -moz-appearance: none;
1842
-
1843
- appearance: none;
1844
- }
1845
- .Popover-module_background__1KKaP {
1846
- position: absolute;
1847
- z-index: -1;
1848
- top: 0;
1849
- left: 0;
1850
-
1851
- overflow: hidden;
1852
-
1853
- width: 100%;
1854
- height: 100%;
1855
-
1856
- border-radius: 8px 8px 0 0;
1857
- }
1858
- .Popover-module_background__1KKaP rect {
1859
- position: absolute;
1860
-
1861
- width: 100%;
1862
- height: 100%;
1863
- }
1864
- .Popover-module_visible__eK5ZQ .Popover-module_container__FnZT- {
1865
- -webkit-animation: Popover-module_appear__37vPd 350ms ease both;
1866
- animation: Popover-module_appear__37vPd 350ms ease both;
1867
- }
1868
- .Popover-module_body__3h5UO {
1869
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1870
- font-size: 16px;
1871
- line-height: 22px;
1872
- }
1873
- .Popover-module_body__3h5UO h3 {
1874
- margin: 0 0 5px;
1875
-
1876
- font-size: inherit;
1877
- font-weight: 700;
1878
- line-height: inherit;
1879
- }
1880
- .Popover-module_body__3h5UO p {
1881
- margin: 0;
1882
- }
1883
- .Popover-module_body__3h5UO p + p {
1884
- margin-top: 6px;
1885
- }
1886
- .Popover-module_body__3h5UO a {
1887
- color: inherit;
1888
- box-shadow: inset 0 -1px #b88b59;
1889
- }
1890
- .Popover-module_body__3h5UO a:hover {
1891
- color: #b88b59;
1892
- }
1893
- @-webkit-keyframes Popover-module_appear__37vPd {
1894
- 0% {
1895
- transform: translateY(100%);
1896
- }
1897
- 100% {
1898
- transform: translateY(0);
1899
- }
1900
- }
1901
- @keyframes Popover-module_appear__37vPd {
1902
- 0% {
1903
- transform: translateY(100%);
1904
- }
1905
- 100% {
1906
- transform: translateY(0);
1907
- }
1908
- }
1909
- @-webkit-keyframes Popover-module_disappear__3Q9LI {
1910
- 0% {
1911
- transform: translateY(0);
1912
- }
1913
- 100% {
1914
- transform: translateY(100%);
1915
- }
1916
- }
1917
- @keyframes Popover-module_disappear__3Q9LI {
1918
- 0% {
1919
- transform: translateY(0);
1920
- }
1921
- 100% {
1922
- transform: translateY(100%);
1923
- }
1924
- }
1925
- @-webkit-keyframes Popover-module_fadeIn__AkrSN {
1926
- 0% {
1927
- opacity: 0;
1928
- }
1929
- 100% {
1930
- opacity: 1;
1931
- }
1932
- }
1933
- @keyframes Popover-module_fadeIn__AkrSN {
1934
- 0% {
1935
- opacity: 0;
1936
- }
1937
- 100% {
1938
- opacity: 1;
1939
- }
1940
- }
1941
- @-webkit-keyframes Popover-module_fadeOut__3EZhx {
1942
- 0% {
1943
- opacity: 1;
1944
- }
1945
- 100% {
1946
- opacity: 0;
1947
- }
1719
+ @media only screen and (min-width: 64em) {
1720
+ .Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
1721
+ right: auto;
1722
+ left: 0
1948
1723
  }
1949
- @keyframes Popover-module_fadeOut__3EZhx {
1950
- 0% {
1951
- opacity: 1;
1952
- }
1953
- 100% {
1954
- opacity: 0;
1955
1724
  }
1725
+ .Dropdown-module_menu__3PIqD {
1726
+ position: absolute;
1727
+ top: 100%;
1728
+ left: 0;
1729
+
1730
+ visibility: hidden;
1731
+
1732
+ padding-top: 6px;
1733
+
1734
+ opacity: 0;
1735
+ }
1736
+ .Dropdown-module_menu__3PIqD::after {
1737
+ position: absolute;
1738
+ z-index: -1;
1739
+ top: -10px;
1740
+ right: -10px;
1741
+ bottom: -10px;
1742
+ left: -10px;
1743
+
1744
+ content: '';
1956
1745
  }
1957
1746
 
1958
1747
  /* Colors */
@@ -2111,77 +1900,9 @@
2111
1900
  /* 511 */
2112
1901
  /* 1023 */
2113
1902
  /* Zindex */
2114
- .QuoteBlock-module_root__2GrcC {
2115
- position: relative;
2116
-
2117
- margin-bottom: 14px;
2118
- padding-left: 18px;
2119
-
2120
- font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
2121
- font-size: 18px;
2122
- line-height: 24px
2123
- }
2124
- @media only screen and (min-width: 32em) {
2125
- .QuoteBlock-module_root__2GrcC {
2126
- margin: 0 0 20px;
2127
- padding-left: 38px;
2128
-
2129
- font-size: 20px;
2130
- line-height: 28px
2131
- }
2132
- }
2133
- .QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
2134
- margin-top: -14px;
2135
- padding-top: 14px
2136
- }
2137
- @media only screen and (min-width: 32em) {
2138
- .QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
2139
- margin-top: -20px;
2140
- padding-top: 20px
2141
- }
2142
- }
2143
- .QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC::before {
2144
- top: -10px;
2145
- }
2146
- .QuoteBlock-module_root__2GrcC:before {
2147
- position: absolute;
2148
- top: 5px;
2149
- bottom: 7px;
2150
- left: 0;
2151
-
2152
- width: 4px;
2153
-
2154
- content: '';
2155
-
2156
- border-radius: 2px;
2157
- background-color: #ebebeb
2158
- }
2159
- @media only screen and (min-width: 32em) {
2160
- .QuoteBlock-module_root__2GrcC:before {
2161
- top: 4px;
2162
- bottom: 6px
2163
- }
2164
- }
2165
- .QuoteBlock-module_root__2GrcC:last-child {
2166
- margin-bottom: 0;
2167
- }
2168
- .QuoteBlock-module_root__2GrcC p {
2169
- margin: 0;
2170
- }
2171
- .QuoteBlock-module_root__2GrcC a {
2172
- text-decoration: none;
2173
-
2174
- color: inherit;
2175
- box-shadow: inset 0 -1px #b88b59;
2176
- }
2177
- .QuoteBlock-module_root__2GrcC a:hover {
2178
- color: #b88b59;
2179
- }
2180
- .QuoteBlock-module_center__cTFNy {
2181
- width: 100%;
2182
- max-width: 650px;
2183
- margin-right: auto;
2184
- margin-left: auto;
1903
+ .Timestamp-module_root__coOvT {
1904
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1905
+ font-weight: normal;
2185
1906
  }
2186
1907
 
2187
1908
  /* Colors */
@@ -2299,11 +2020,159 @@
2299
2020
  .Meta-module_desktop__1ZGUS {
2300
2021
  display: none
2301
2022
  }
2302
- @media only screen and (min-width: 32em) {
2303
- .Meta-module_desktop__1ZGUS {
2304
- display: block
2023
+ @media only screen and (min-width: 32em) {
2024
+ .Meta-module_desktop__1ZGUS {
2025
+ display: block
2026
+ }
2027
+ }
2028
+
2029
+ /* Colors */
2030
+ /* Fonts */
2031
+ /* Gap */
2032
+ /* Media */
2033
+ /* 512 */
2034
+ /* 650 */
2035
+ /* 768 */
2036
+ /* 1024 */
2037
+ /* 1010 */
2038
+ /* 1200 */
2039
+ /* 511 */
2040
+ /* 1023 */
2041
+ /* Zindex */
2042
+ .CardTitle-module_root__1uqqF {
2043
+ margin-bottom: 11px
2044
+ }
2045
+ @media only screen and (min-width: 64em) {
2046
+ .CardTitle-module_root__1uqqF {
2047
+ margin-bottom: 10px;
2048
+
2049
+ text-align: center
2050
+ }
2051
+ }
2052
+ .CardTitle-module_index__4FsTf {
2053
+ margin-bottom: 7px;
2054
+
2055
+ color: #b88b59;
2056
+
2057
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2058
+ font-size: 20px;
2059
+ font-weight: 700;
2060
+ line-height: 24px;
2061
+ }
2062
+ .CardTitle-module_title__2iTI6 {
2063
+ color: #1d1d1d;
2064
+
2065
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2066
+ font-size: 20px;
2067
+ font-weight: 700;
2068
+ line-height: 24px
2069
+ }
2070
+ @media only screen and (min-width: 64em) {
2071
+ .CardTitle-module_title__2iTI6 {
2072
+ font-size: 28px;
2073
+ line-height: 34px
2074
+ }
2075
+ }
2076
+ /* VISIBILITY */
2077
+ @media only screen and (min-width: 32em) {
2078
+ .CardTitle-module_mobile__1_kij {
2079
+ display: none
2080
+ }
2081
+ }
2082
+ .CardTitle-module_desktop__1l3_n {
2083
+ display: none
2084
+ }
2085
+ @media only screen and (min-width: 32em) {
2086
+ .CardTitle-module_desktop__1l3_n {
2087
+ display: block
2088
+ }
2089
+ }
2090
+
2091
+ /* Colors */
2092
+ /* Fonts */
2093
+ /* Gap */
2094
+ /* Media */
2095
+ /* 512 */
2096
+ /* 650 */
2097
+ /* 768 */
2098
+ /* 1024 */
2099
+ /* 1010 */
2100
+ /* 1200 */
2101
+ /* 511 */
2102
+ /* 1023 */
2103
+ /* Zindex */
2104
+ .QuoteBlock-module_root__2GrcC {
2105
+ position: relative;
2106
+
2107
+ margin-bottom: 14px;
2108
+ padding-left: 18px;
2109
+
2110
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
2111
+ font-size: 18px;
2112
+ line-height: 24px
2113
+ }
2114
+ @media only screen and (min-width: 32em) {
2115
+ .QuoteBlock-module_root__2GrcC {
2116
+ margin: 0 0 20px;
2117
+ padding-left: 38px;
2118
+
2119
+ font-size: 20px;
2120
+ line-height: 28px
2121
+ }
2122
+ }
2123
+ .QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
2124
+ margin-top: -14px;
2125
+ padding-top: 14px
2126
+ }
2127
+ @media only screen and (min-width: 32em) {
2128
+ .QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
2129
+ margin-top: -20px;
2130
+ padding-top: 20px
2131
+ }
2132
+ }
2133
+ .QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC::before {
2134
+ top: -10px;
2135
+ }
2136
+ .QuoteBlock-module_root__2GrcC:before {
2137
+ position: absolute;
2138
+ top: 5px;
2139
+ bottom: 7px;
2140
+ left: 0;
2141
+
2142
+ width: 4px;
2143
+
2144
+ content: '';
2145
+
2146
+ border-radius: 2px;
2147
+ background-color: #ebebeb
2148
+ }
2149
+ @media only screen and (min-width: 32em) {
2150
+ .QuoteBlock-module_root__2GrcC:before {
2151
+ top: 4px;
2152
+ bottom: 6px
2153
+ }
2154
+ }
2155
+ .QuoteBlock-module_root__2GrcC:last-child {
2156
+ margin-bottom: 0;
2157
+ }
2158
+ .QuoteBlock-module_root__2GrcC p {
2159
+ margin: 0;
2160
+ }
2161
+ .QuoteBlock-module_root__2GrcC a {
2162
+ text-decoration: none;
2163
+
2164
+ color: inherit;
2165
+ box-shadow: inset 0 -1px #b88b59;
2166
+ }
2167
+ .QuoteBlock-module_root__2GrcC a:hover {
2168
+ color: #b88b59;
2169
+ }
2170
+ .QuoteBlock-module_center__cTFNy {
2171
+ width: 100%;
2172
+ max-width: 650px;
2173
+ margin-right: auto;
2174
+ margin-left: auto;
2305
2175
  }
2306
- }
2307
2176
 
2308
2177
  /* Colors */
2309
2178
  /* Fonts */
@@ -2318,73 +2187,72 @@
2318
2187
  /* 511 */
2319
2188
  /* 1023 */
2320
2189
  /* Zindex */
2321
- .Timestamp-module_root__coOvT {
2322
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2323
- font-weight: normal;
2324
- }
2190
+ .ChapterBlock-module_root__1WyVn {
2191
+ position: relative;
2325
2192
 
2326
- /* Colors */
2327
- /* Fonts */
2328
- /* Gap */
2329
- /* Media */
2330
- /* 512 */
2331
- /* 650 */
2332
- /* 768 */
2333
- /* 1024 */
2334
- /* 1010 */
2335
- /* 1200 */
2336
- /* 511 */
2337
- /* 1023 */
2338
- /* Zindex */
2339
- .CardTitle-module_root__1uqqF {
2340
- margin-bottom: 11px
2193
+ margin: 38px auto 7px
2341
2194
  }
2342
- @media only screen and (min-width: 64em) {
2343
- .CardTitle-module_root__1uqqF {
2344
- margin-bottom: 10px;
2345
-
2346
- text-align: center
2195
+ @media only screen and (min-width: 32em) {
2196
+ .ChapterBlock-module_root__1WyVn {
2197
+ max-width: 650px;
2198
+ margin-top: 70px
2347
2199
  }
2348
2200
  }
2349
- .CardTitle-module_index__4FsTf {
2350
- margin-bottom: 7px;
2201
+ .ChapterBlock-module_root__1WyVn:first-child {
2202
+ margin-top: 0;
2203
+ }
2204
+ .ChapterBlock-module_root__1WyVn:last-child {
2205
+ margin-bottom: 0;
2206
+ }
2207
+ .ChapterBlock-module_subtitle__3TXll {
2208
+ display: inline-block;
2351
2209
 
2352
- color: #b88b59;
2210
+ vertical-align: top;
2211
+ letter-spacing: 1px;
2212
+ text-transform: uppercase;
2353
2213
 
2354
2214
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2355
- font-size: 20px;
2356
- font-weight: 700;
2357
- line-height: 24px;
2215
+ font-size: 12px;
2216
+ font-weight: 600;
2217
+ line-height: 12px
2358
2218
  }
2359
- .CardTitle-module_title__2iTI6 {
2360
- color: #1d1d1d;
2219
+ @media only screen and (min-width: 32em) {
2220
+ .ChapterBlock-module_subtitle__3TXll {
2221
+ font-size: 13px;
2222
+ line-height: 16px
2223
+ }
2224
+ }
2225
+ .ChapterBlock-module_subtitle__3TXll::after {
2226
+ display: block;
2361
2227
 
2362
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2363
- font-size: 20px;
2364
- font-weight: 700;
2365
- line-height: 24px
2228
+ width: 120px;
2229
+ padding: 0 0 7px;
2230
+
2231
+ content: '';
2232
+
2233
+ border-bottom: 1px solid #ccc
2366
2234
  }
2367
- @media only screen and (min-width: 64em) {
2368
- .CardTitle-module_title__2iTI6 {
2369
- font-size: 28px;
2370
- line-height: 34px
2235
+ @media only screen and (min-width: 32em) {
2236
+ .ChapterBlock-module_subtitle__3TXll::after {
2237
+ padding: 0 0 6px
2371
2238
  }
2372
2239
  }
2373
2240
  /* VISIBILITY */
2374
2241
  @media only screen and (min-width: 32em) {
2375
- .CardTitle-module_mobile__1_kij {
2242
+ .ChapterBlock-module_mobile__CiO0w {
2376
2243
  display: none
2377
2244
  }
2378
2245
  }
2379
- .CardTitle-module_desktop__1l3_n {
2246
+ .ChapterBlock-module_desktop__tk1Nk {
2380
2247
  display: none
2381
2248
  }
2382
2249
  @media only screen and (min-width: 32em) {
2383
- .CardTitle-module_desktop__1l3_n {
2250
+ .ChapterBlock-module_desktop__tk1Nk {
2384
2251
  display: block
2385
2252
  }
2386
2253
  }
2387
2254
 
2255
+
2388
2256
  /* Colors */
2389
2257
  /* Fonts */
2390
2258
  /* Gap */
@@ -2398,71 +2266,203 @@
2398
2266
  /* 511 */
2399
2267
  /* 1023 */
2400
2268
  /* Zindex */
2401
- .ChapterBlock-module_root__1WyVn {
2402
- position: relative;
2269
+ .Popover-module_root__1v6f_ {
2270
+ position: fixed;
2271
+ z-index: 1000;
2272
+ top: 0;
2273
+ left: 0;
2403
2274
 
2404
- margin: 38px auto 7px
2275
+ display: -webkit-box;
2276
+
2277
+ display: -webkit-flex;
2278
+
2279
+ display: -ms-flexbox;
2280
+
2281
+ display: flex;
2282
+ align-items: flex-end;
2283
+ flex-direction: row;
2284
+
2285
+ width: 100%;
2286
+ height: 100%;
2287
+ min-height: 120px;
2288
+ padding: 10px 0 0;
2289
+
2290
+ -webkit-animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
2291
+
2292
+ animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
2293
+
2294
+ opacity: 1;
2295
+
2296
+ font-size: 16px;
2297
+ line-height: 22px;
2405
2298
  }
2406
- @media only screen and (min-width: 32em) {
2407
- .ChapterBlock-module_root__1WyVn {
2408
- max-width: 650px;
2409
- margin-top: 70px
2299
+ .Popover-module_root__1v6f_.Popover-module_visible__eK5ZQ {
2300
+ -webkit-animation: Popover-module_fadeIn__AkrSN 250ms ease both;
2301
+ animation: Popover-module_fadeIn__AkrSN 250ms ease both;
2410
2302
  }
2411
- }
2412
- .ChapterBlock-module_root__1WyVn:first-child {
2413
- margin-top: 0;
2303
+ .Popover-module_overlay__2SBL0 {
2304
+ position: absolute;
2305
+ top: 0;
2306
+ right: 0;
2307
+ bottom: 0;
2308
+ left: 0;
2309
+
2310
+ background-color: rgba(0, 0, 0, 0.7);
2311
+
2312
+ contain: '';
2414
2313
  }
2415
- .ChapterBlock-module_root__1WyVn:last-child {
2416
- margin-bottom: 0;
2314
+ .Popover-module_container__FnZT- {
2315
+ position: relative;
2316
+
2317
+ flex: 1 1;
2318
+
2319
+ max-width: 420px;
2320
+ min-height: 80px;
2321
+ margin: 0 auto;
2322
+ padding: 22px 20px 28px;
2323
+
2324
+ -webkit-animation: Popover-module_disappear__3Q9LI 350ms ease both;
2325
+
2326
+ animation: Popover-module_disappear__3Q9LI 350ms ease both;
2417
2327
  }
2418
- .ChapterBlock-module_subtitle__3TXll {
2419
- display: inline-block;
2328
+ .Popover-module_dismiss__3RnLj {
2329
+ position: absolute;
2330
+ top: -23px;
2331
+ left: 50%;
2420
2332
 
2421
- vertical-align: top;
2422
- letter-spacing: 1px;
2423
- text-transform: uppercase;
2333
+ width: 50px;
2334
+ height: 36px;
2335
+ padding: 0;
2336
+
2337
+ transform: translateX(-50%);
2338
+
2339
+ opacity: 0.4;
2340
+ border-width: 0;
2341
+ border-radius: 0;
2342
+ background-color: transparent;
2343
+ background-image: url("data:image/svg+xml,%3Csvg width='17' height='7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.445 1.832l6.946 4.63a2 2 0 0 0 2.218 0l6.946-4.63a1 1 0 1 0-1.11-1.664L8.5 4.798 1.555.168a1 1 0 1 0-1.11 1.664z' fill='%23F7F7F7' fill-rule='nonzero'/%3E%3C/svg%3E");
2344
+ background-repeat: no-repeat;
2345
+ background-position: center;
2346
+ box-shadow: none;
2347
+
2348
+ -webkit-appearance: none;
2349
+
2350
+ -moz-appearance: none;
2351
+
2352
+ appearance: none;
2353
+ }
2354
+ .Popover-module_background__1KKaP {
2355
+ position: absolute;
2356
+ z-index: -1;
2357
+ top: 0;
2358
+ left: 0;
2359
+
2360
+ overflow: hidden;
2361
+
2362
+ width: 100%;
2363
+ height: 100%;
2364
+
2365
+ border-radius: 8px 8px 0 0;
2366
+ }
2367
+ .Popover-module_background__1KKaP rect {
2368
+ position: absolute;
2424
2369
 
2370
+ width: 100%;
2371
+ height: 100%;
2372
+ }
2373
+ .Popover-module_visible__eK5ZQ .Popover-module_container__FnZT- {
2374
+ -webkit-animation: Popover-module_appear__37vPd 350ms ease both;
2375
+ animation: Popover-module_appear__37vPd 350ms ease both;
2376
+ }
2377
+ .Popover-module_body__3h5UO {
2425
2378
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2426
- font-size: 12px;
2427
- font-weight: 600;
2428
- line-height: 12px
2379
+ font-size: 16px;
2380
+ line-height: 22px;
2429
2381
  }
2430
- @media only screen and (min-width: 32em) {
2431
- .ChapterBlock-module_subtitle__3TXll {
2432
- font-size: 13px;
2433
- line-height: 16px
2382
+ .Popover-module_body__3h5UO h3 {
2383
+ margin: 0 0 5px;
2384
+
2385
+ font-size: inherit;
2386
+ font-weight: 700;
2387
+ line-height: inherit;
2388
+ }
2389
+ .Popover-module_body__3h5UO p {
2390
+ margin: 0;
2391
+ }
2392
+ .Popover-module_body__3h5UO p + p {
2393
+ margin-top: 6px;
2394
+ }
2395
+ .Popover-module_body__3h5UO a {
2396
+ color: inherit;
2397
+ box-shadow: inset 0 -1px #b88b59;
2398
+ }
2399
+ .Popover-module_body__3h5UO a:hover {
2400
+ color: #b88b59;
2401
+ }
2402
+ @-webkit-keyframes Popover-module_appear__37vPd {
2403
+ 0% {
2404
+ transform: translateY(100%);
2405
+ }
2406
+ 100% {
2407
+ transform: translateY(0);
2408
+ }
2409
+ }
2410
+ @keyframes Popover-module_appear__37vPd {
2411
+ 0% {
2412
+ transform: translateY(100%);
2413
+ }
2414
+ 100% {
2415
+ transform: translateY(0);
2416
+ }
2434
2417
  }
2418
+ @-webkit-keyframes Popover-module_disappear__3Q9LI {
2419
+ 0% {
2420
+ transform: translateY(0);
2421
+ }
2422
+ 100% {
2423
+ transform: translateY(100%);
2435
2424
  }
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
2425
  }
2446
- @media only screen and (min-width: 32em) {
2447
- .ChapterBlock-module_subtitle__3TXll::after {
2448
- padding: 0 0 6px
2426
+ @keyframes Popover-module_disappear__3Q9LI {
2427
+ 0% {
2428
+ transform: translateY(0);
2429
+ }
2430
+ 100% {
2431
+ transform: translateY(100%);
2432
+ }
2449
2433
  }
2434
+ @-webkit-keyframes Popover-module_fadeIn__AkrSN {
2435
+ 0% {
2436
+ opacity: 0;
2437
+ }
2438
+ 100% {
2439
+ opacity: 1;
2450
2440
  }
2451
- /* VISIBILITY */
2452
- @media only screen and (min-width: 32em) {
2453
- .ChapterBlock-module_mobile__CiO0w {
2454
- display: none
2455
2441
  }
2442
+ @keyframes Popover-module_fadeIn__AkrSN {
2443
+ 0% {
2444
+ opacity: 0;
2445
+ }
2446
+ 100% {
2447
+ opacity: 1;
2456
2448
  }
2457
- .ChapterBlock-module_desktop__tk1Nk {
2458
- display: none
2459
2449
  }
2460
- @media only screen and (min-width: 32em) {
2461
- .ChapterBlock-module_desktop__tk1Nk {
2462
- display: block
2450
+ @-webkit-keyframes Popover-module_fadeOut__3EZhx {
2451
+ 0% {
2452
+ opacity: 1;
2453
+ }
2454
+ 100% {
2455
+ opacity: 0;
2456
+ }
2463
2457
  }
2458
+ @keyframes Popover-module_fadeOut__3EZhx {
2459
+ 0% {
2460
+ opacity: 1;
2464
2461
  }
2465
-
2462
+ 100% {
2463
+ opacity: 0;
2464
+ }
2465
+ }
2466
2466
 
2467
2467
  /* Colors */
2468
2468
  /* Fonts */
@@ -2477,111 +2477,94 @@
2477
2477
  /* 511 */
2478
2478
  /* 1023 */
2479
2479
  /* Zindex */
2480
- .Cover-module_root__18Z8J {
2481
- position: relative;
2480
+ .GroupedBlock-module_root__2qfQA {
2481
+ max-width: 644px;
2482
+ margin: 15px auto 0
2482
2483
  }
2483
- .Cover-module_body__1xs8e {
2484
- position: absolute;
2485
- z-index: 1;
2486
- right: 0;
2487
- bottom: 0;
2488
- left: 0;
2489
-
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 {
2490
2503
  display: -webkit-box;
2491
-
2492
2504
  display: -webkit-flex;
2493
-
2494
2505
  display: -ms-flexbox;
2495
-
2496
2506
  display: flex;
2497
- flex-flow: column nowrap;
2498
- justify-content: flex-end;
2499
-
2500
- min-height: 412px;
2501
- padding: 0 20px 12px;
2507
+ flex-direction: column;
2508
+ flex-wrap: nowrap
2502
2509
  }
2503
- .Cover-module_image__2f3Qc {
2504
- position: relative;
2510
+ @media only screen and (min-width: 48em) {
2511
+ .GroupedBlock-module_items__2DV2X {
2512
+ flex-direction: row
2505
2513
  }
2506
- .Cover-module_rich__1fAGA {
2507
- overflow: hidden;
2508
-
2509
- margin: 0 -20px;
2514
+ }
2515
+ .GroupedBlock-module_item__3sz9_ {
2516
+ flex-grow: 1;
2510
2517
 
2511
- border-radius: 9px 9px 0 0;
2518
+ width: 100%;
2519
+ min-width: 100%;
2520
+ max-width: 100%;
2521
+ margin-bottom: 20px
2512
2522
  }
2513
- .Cover-module_rich__1fAGA::after {
2514
- position: absolute;
2515
- z-index: 1;
2516
- top: 0;
2517
- right: 0;
2518
- bottom: 0;
2519
- left: 0;
2520
-
2521
- content: '';
2522
-
2523
- border: 1px solid rgba(255, 255, 255, 0.1);
2524
- border-radius: 10px 10px 0 0;
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
2525
2528
  }
2526
- .Cover-module_dark__2Ac-w .Cover-module_body__1xs8e {
2527
- color: #000;
2529
+ }
2530
+ @media only screen and (min-width: 48em) {
2531
+ .GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
2532
+ margin-left: 15px
2528
2533
  }
2529
- .Cover-module_light__FUp5X .Cover-module_body__1xs8e {
2530
- color: #fff;
2531
- text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
2534
+ }
2535
+ .GroupedBlock-module_figcaption__2Q_wf {
2536
+ max-width: 650px;
2537
+ margin-right: auto;
2538
+ margin-left: auto;
2532
2539
  }
2533
- .Cover-module_control__VXbhi {
2534
- position: absolute;
2535
- z-index: 10;
2536
- right: 49px;
2537
- bottom: 12px;
2538
-
2539
- width: 28px;
2540
- height: 28px;
2541
- margin: 0;
2542
- padding: 0;
2543
-
2544
- color: #fff;
2545
- border-width: 0;
2546
- border-radius: 14px;
2547
- outline: none;
2548
- background-color: rgba(0, 0, 0, 0.7);
2549
- background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E %3Cg fill='%23FEFEFE' fill-rule='evenodd' opacity='.7'%3E %3Cpath d='M12.726 16H3.275A3.276 3.276 0 0 1 0 12.725v-9.45A3.276 3.276 0 0 1 3.275 0h9.45A3.275 3.275 0 0 1 16 3.275v9.45A3.275 3.275 0 0 1 12.726 16zm0-2c.703 0 1.274-.571 1.274-1.275v-9.45C14 2.571 13.429 2 12.726 2H3.275C2.57 2 2 2.571 2 3.275v9.45C2 13.429 2.57 14 3.275 14h9.45z' fill-rule='nonzero'/%3E %3Cpath d='M4.97 8.307l7.046 7.046a.5.5 0 0 0 .708-.707l-7.4-7.4a.5.5 0 0 0-.708 0l-3.97 3.97a.5.5 0 0 0 .708.707L4.97 8.307z' fill-rule='nonzero'/%3E %3Cpath d='M10.875 5.832l3.771 3.771a.5.5 0 0 0 .707-.707l-4.125-4.125a.5.5 0 0 0-.707 0l-4.19 4.19a.5.5 0 1 0 .707.707l3.837-3.836z' fill-rule='nonzero'/%3E %3Cpath d='M5.865 4.269a.894.894 0 1 1-1.787 0 .894.894 0 0 1 1.787 0'/%3E %3C/g%3E %3C/svg%3E");
2550
- background-repeat: no-repeat;
2551
- background-position: center;
2552
- box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.15);
2540
+ /* DISPLAY */
2541
+ @media only screen and (min-width: 48em) {
2542
+ .GroupedBlock-module_default__3ylw_ {
2543
+ max-width: 650px
2553
2544
  }
2554
- .Cover-module_isInDynamicBlock__3eghb .Cover-module_body__1xs8e {
2555
- padding: 0 12px 12px
2545
+ }
2546
+ .GroupedBlock-module_full__1dzQR {
2547
+ max-width: 980px;
2556
2548
  }
2557
- .Cover-module_isInDynamicBlock__3eghb::after {
2558
- position: absolute;
2559
- z-index: 1;
2560
- top: 0;
2561
- right: 0;
2562
- bottom: 0;
2563
- left: 0;
2564
-
2565
- content: '';
2566
-
2567
- border: 1px solid rgba(0, 0, 0, 0.1);
2568
- border-radius: 8px;
2549
+ .GroupedBlock-module_super_full__1PU72 {
2550
+ max-width: 1680px;
2569
2551
  }
2570
2552
  /* VISIBILITY */
2571
2553
  @media only screen and (min-width: 32em) {
2572
- .Cover-module_mobile__5DKa1 {
2554
+ .GroupedBlock-module_mobile__3n8Ub {
2573
2555
  display: none
2574
2556
  }
2575
2557
  }
2576
- .Cover-module_desktop__2mrOc {
2558
+ .GroupedBlock-module_desktop__6ZRpA {
2577
2559
  display: none
2578
2560
  }
2579
2561
  @media only screen and (min-width: 32em) {
2580
- .Cover-module_desktop__2mrOc {
2562
+ .GroupedBlock-module_desktop__6ZRpA {
2581
2563
  display: block
2582
2564
  }
2583
2565
  }
2584
2566
 
2567
+
2585
2568
  /* Colors */
2586
2569
  /* Fonts */
2587
2570
  /* Gap */
@@ -2698,64 +2681,111 @@
2698
2681
  /* 511 */
2699
2682
  /* 1023 */
2700
2683
  /* Zindex */
2701
- .ImportantLead-module_root__2BdT3 {
2702
- margin: 18px 0;
2703
- padding: 12px 12px 13px;
2684
+ .Cover-module_root__18Z8J {
2685
+ position: relative;
2686
+ }
2687
+ .Cover-module_body__1xs8e {
2688
+ position: absolute;
2689
+ z-index: 1;
2690
+ right: 0;
2691
+ bottom: 0;
2692
+ left: 0;
2704
2693
 
2705
- border: 1px solid rgba(0, 0, 0, 0.08);
2706
- border-radius: 4px;
2707
- border-radius: 8px;
2708
- background: #FFF8C4;
2694
+ display: -webkit-box;
2709
2695
 
2710
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2711
- font-size: 16px;
2712
- font-weight: normal;
2713
- line-height: 20px
2696
+ display: -webkit-flex;
2697
+
2698
+ display: -ms-flexbox;
2699
+
2700
+ display: flex;
2701
+ flex-flow: column nowrap;
2702
+ justify-content: flex-end;
2703
+
2704
+ min-height: 412px;
2705
+ padding: 0 20px 12px;
2714
2706
  }
2715
- @media only screen and (min-width: 32em) {
2716
- .ImportantLead-module_root__2BdT3 {
2717
- margin: 25px 0;
2718
- padding: 12px 15px 13px;
2707
+ .Cover-module_image__2f3Qc {
2708
+ position: relative;
2709
+ }
2710
+ .Cover-module_rich__1fAGA {
2711
+ overflow: hidden;
2712
+
2713
+ margin: 0 -20px;
2714
+
2715
+ border-radius: 9px 9px 0 0;
2716
+ }
2717
+ .Cover-module_rich__1fAGA::after {
2718
+ position: absolute;
2719
+ z-index: 1;
2720
+ top: 0;
2721
+ right: 0;
2722
+ bottom: 0;
2723
+ left: 0;
2724
+
2725
+ content: '';
2719
2726
 
2720
- font-size: 17px;
2721
- line-height: 24px
2727
+ border: 1px solid rgba(255, 255, 255, 0.1);
2728
+ border-radius: 10px 10px 0 0;
2722
2729
  }
2723
- }
2724
- .ImportantLead-module_root__2BdT3:last-child {
2725
- margin-bottom: 0;
2730
+ .Cover-module_dark__2Ac-w .Cover-module_body__1xs8e {
2731
+ color: #000;
2726
2732
  }
2727
- .ImportantLead-module_root__2BdT3:first-child {
2728
- margin-top: 0;
2733
+ .Cover-module_light__FUp5X .Cover-module_body__1xs8e {
2734
+ color: #fff;
2735
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
2729
2736
  }
2730
- .ImportantLead-module_root__2BdT3 a {
2731
- color: #000;
2732
- box-shadow: inset 0 -1px #000;
2737
+ .Cover-module_control__VXbhi {
2738
+ position: absolute;
2739
+ z-index: 10;
2740
+ right: 49px;
2741
+ bottom: 12px;
2742
+
2743
+ width: 28px;
2744
+ height: 28px;
2745
+ margin: 0;
2746
+ padding: 0;
2747
+
2748
+ color: #fff;
2749
+ border-width: 0;
2750
+ border-radius: 14px;
2751
+ outline: none;
2752
+ background-color: rgba(0, 0, 0, 0.7);
2753
+ background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E %3Cg fill='%23FEFEFE' fill-rule='evenodd' opacity='.7'%3E %3Cpath d='M12.726 16H3.275A3.276 3.276 0 0 1 0 12.725v-9.45A3.276 3.276 0 0 1 3.275 0h9.45A3.275 3.275 0 0 1 16 3.275v9.45A3.275 3.275 0 0 1 12.726 16zm0-2c.703 0 1.274-.571 1.274-1.275v-9.45C14 2.571 13.429 2 12.726 2H3.275C2.57 2 2 2.571 2 3.275v9.45C2 13.429 2.57 14 3.275 14h9.45z' fill-rule='nonzero'/%3E %3Cpath d='M4.97 8.307l7.046 7.046a.5.5 0 0 0 .708-.707l-7.4-7.4a.5.5 0 0 0-.708 0l-3.97 3.97a.5.5 0 0 0 .708.707L4.97 8.307z' fill-rule='nonzero'/%3E %3Cpath d='M10.875 5.832l3.771 3.771a.5.5 0 0 0 .707-.707l-4.125-4.125a.5.5 0 0 0-.707 0l-4.19 4.19a.5.5 0 1 0 .707.707l3.837-3.836z' fill-rule='nonzero'/%3E %3Cpath d='M5.865 4.269a.894.894 0 1 1-1.787 0 .894.894 0 0 1 1.787 0'/%3E %3C/g%3E %3C/svg%3E");
2754
+ background-repeat: no-repeat;
2755
+ background-position: center;
2756
+ box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.15);
2733
2757
  }
2734
- .ImportantLead-module_root__2BdT3 a:hover {
2735
- color: #b88b59;
2736
- box-shadow: inset 0 -1px #b88b59;
2758
+ .Cover-module_isInDynamicBlock__3eghb .Cover-module_body__1xs8e {
2759
+ padding: 0 12px 12px
2737
2760
  }
2738
- .ImportantLead-module_slide__3kQ9x {
2739
- max-width: 650px;
2740
- margin-right: auto;
2741
- margin-left: auto;
2761
+ .Cover-module_isInDynamicBlock__3eghb::after {
2762
+ position: absolute;
2763
+ z-index: 1;
2764
+ top: 0;
2765
+ right: 0;
2766
+ bottom: 0;
2767
+ left: 0;
2768
+
2769
+ content: '';
2770
+
2771
+ border: 1px solid rgba(0, 0, 0, 0.1);
2772
+ border-radius: 8px;
2742
2773
  }
2743
2774
  /* VISIBILITY */
2744
2775
  @media only screen and (min-width: 32em) {
2745
- .ImportantLead-module_mobile__3BXbm {
2776
+ .Cover-module_mobile__5DKa1 {
2746
2777
  display: none
2747
2778
  }
2748
2779
  }
2749
- .ImportantLead-module_desktop__3Zljc {
2780
+ .Cover-module_desktop__2mrOc {
2750
2781
  display: none
2751
2782
  }
2752
2783
  @media only screen and (min-width: 32em) {
2753
- .ImportantLead-module_desktop__3Zljc {
2784
+ .Cover-module_desktop__2mrOc {
2754
2785
  display: block
2755
2786
  }
2756
2787
  }
2757
2788
 
2758
-
2759
2789
  /* Colors */
2760
2790
  /* Fonts */
2761
2791
  /* Gap */
@@ -2931,89 +2961,189 @@
2931
2961
  /* 511 */
2932
2962
  /* 1023 */
2933
2963
  /* Zindex */
2934
- .GroupedBlock-module_root__2qfQA {
2935
- max-width: 644px;
2936
- margin: 15px auto 0
2964
+ .ImportantLead-module_root__2BdT3 {
2965
+ margin: 18px 0;
2966
+ padding: 12px 12px 13px;
2967
+
2968
+ border: 1px solid rgba(0, 0, 0, 0.08);
2969
+ border-radius: 4px;
2970
+ border-radius: 8px;
2971
+ background: #FFF8C4;
2972
+
2973
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2974
+ font-size: 16px;
2975
+ font-weight: normal;
2976
+ line-height: 20px
2937
2977
  }
2938
- @media only screen and (min-width: 48em) {
2939
- .GroupedBlock-module_root__2qfQA {
2940
- max-width: none;
2941
- margin-top: 25px;
2942
- margin-bottom: 20px
2978
+ @media only screen and (min-width: 32em) {
2979
+ .ImportantLead-module_root__2BdT3 {
2980
+ margin: 25px 0;
2981
+ padding: 12px 15px 13px;
2982
+
2983
+ font-size: 17px;
2984
+ line-height: 24px
2943
2985
  }
2944
2986
  }
2945
- .GroupedBlock-module_hasFigcaption__2_mcf {
2946
- margin-bottom: 15px;
2987
+ .ImportantLead-module_root__2BdT3:last-child {
2988
+ margin-bottom: 0;
2989
+ }
2990
+ .ImportantLead-module_root__2BdT3:first-child {
2991
+ margin-top: 0;
2992
+ }
2993
+ .ImportantLead-module_root__2BdT3 a {
2994
+ color: #000;
2995
+ box-shadow: inset 0 -1px #000;
2996
+ }
2997
+ .ImportantLead-module_root__2BdT3 a:hover {
2998
+ color: #b88b59;
2999
+ box-shadow: inset 0 -1px #b88b59;
3000
+ }
3001
+ .ImportantLead-module_slide__3kQ9x {
3002
+ max-width: 650px;
3003
+ margin-right: auto;
3004
+ margin-left: auto;
3005
+ }
3006
+ /* VISIBILITY */
3007
+ @media only screen and (min-width: 32em) {
3008
+ .ImportantLead-module_mobile__3BXbm {
3009
+ display: none
3010
+ }
3011
+ }
3012
+ .ImportantLead-module_desktop__3Zljc {
3013
+ display: none
3014
+ }
3015
+ @media only screen and (min-width: 32em) {
3016
+ .ImportantLead-module_desktop__3Zljc {
3017
+ display: block
3018
+ }
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
2947
3041
  }
2948
3042
  @media only screen and (min-width: 48em) {
2949
- .GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
2950
- margin-top: 25px
3043
+ .RelatedBlock-module_root__IKcQq {
3044
+ margin: 25px 0
2951
3045
  }
2952
3046
  }
2953
- .GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
3047
+ .RelatedBlock-module_root__IKcQq:last-child {
2954
3048
  margin-bottom: 0;
2955
3049
  }
2956
- .GroupedBlock-module_items__2DV2X {
2957
- display: -webkit-box;
2958
- display: -webkit-flex;
2959
- display: -ms-flexbox;
2960
- display: flex;
2961
- flex-direction: column;
2962
- flex-wrap: nowrap
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
2963
3066
  }
2964
3067
  @media only screen and (min-width: 48em) {
2965
- .GroupedBlock-module_items__2DV2X {
2966
- flex-direction: row
3068
+ .RelatedBlock-module_root__IKcQq a {
3069
+ padding: 15px 20px 17px;
3070
+
3071
+ font-size: 19px;
3072
+ line-height: 23px
2967
3073
  }
2968
3074
  }
2969
- .GroupedBlock-module_item__3sz9_ {
2970
- flex-grow: 1;
3075
+ .RelatedBlock-module_root__IKcQq a:hover {
3076
+ color: #5c5c5c;
3077
+ }
3078
+ .RelatedBlock-module_header__2SuWP {
3079
+ margin: 0;
3080
+ padding: 14px 12px 3px;
2971
3081
 
2972
- width: 100%;
2973
- min-width: 100%;
2974
- max-width: 100%;
2975
- margin-bottom: 20px
3082
+ letter-spacing: 1px;
3083
+ text-transform: uppercase;
3084
+
3085
+ color: #7F7F7F;
3086
+
3087
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3088
+ font-size: 12px;
3089
+ font-weight: 600;
3090
+ line-height: 17px
2976
3091
  }
2977
3092
  @media only screen and (min-width: 48em) {
2978
- .GroupedBlock-module_item__3sz9_ {
2979
- min-width: 0;
2980
- max-width: none;
2981
- margin-bottom: 0
3093
+ .RelatedBlock-module_header__2SuWP {
3094
+ padding: 20px 20px 14px;
3095
+
3096
+ font-size: 14px;
3097
+ line-height: 16px
2982
3098
  }
2983
3099
  }
3100
+ .RelatedBlock-module_items__2V-Ap {
3101
+ margin: 0;
3102
+ padding-left: 0;
3103
+
3104
+ list-style: none;
3105
+ }
3106
+ .RelatedBlock-module_items__2V-Ap li {
3107
+ padding: 0;
3108
+ }
3109
+ .RelatedBlock-module_items__2V-Ap li + li {
3110
+ border-top: 1px solid #e6e6e6;
3111
+ }
3112
+ .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
3113
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3114
+ font-size: 16px;
3115
+ font-weight: 700;
3116
+ line-height: 18px
3117
+ }
2984
3118
  @media only screen and (min-width: 48em) {
2985
- .GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
2986
- margin-left: 15px
3119
+ .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
3120
+ font-size: 18px
2987
3121
  }
2988
3122
  }
2989
- .GroupedBlock-module_figcaption__2Q_wf {
3123
+ .RelatedBlock-module_simple__29HVO {
3124
+ }
3125
+ .RelatedBlock-module_center__1LmW8 {
2990
3126
  max-width: 650px;
2991
3127
  margin-right: auto;
2992
3128
  margin-left: auto;
2993
3129
  }
2994
- /* DISPLAY */
2995
- @media only screen and (min-width: 48em) {
2996
- .GroupedBlock-module_default__3ylw_ {
2997
- max-width: 650px
2998
- }
2999
- }
3000
- .GroupedBlock-module_full__1dzQR {
3001
- max-width: 980px;
3130
+ .RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
3131
+ margin-top: 0;
3002
3132
  }
3003
- .GroupedBlock-module_super_full__1PU72 {
3004
- max-width: 1680px;
3133
+ .RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
3134
+ margin-bottom: 0;
3005
3135
  }
3006
3136
  /* VISIBILITY */
3007
3137
  @media only screen and (min-width: 32em) {
3008
- .GroupedBlock-module_mobile__3n8Ub {
3138
+ .RelatedBlock-module_mobile__2XM5a {
3009
3139
  display: none
3010
3140
  }
3011
3141
  }
3012
- .GroupedBlock-module_desktop__6ZRpA {
3142
+ .RelatedBlock-module_desktop__2mXeq {
3013
3143
  display: none
3014
3144
  }
3015
3145
  @media only screen and (min-width: 32em) {
3016
- .GroupedBlock-module_desktop__6ZRpA {
3146
+ .RelatedBlock-module_desktop__2mXeq {
3017
3147
  display: block
3018
3148
  }
3019
3149
  }
@@ -3063,6 +3193,126 @@
3063
3193
  }
3064
3194
  }
3065
3195
 
3196
+ /* Colors */
3197
+ /* Fonts */
3198
+ /* Gap */
3199
+ /* Media */
3200
+ /* 512 */
3201
+ /* 650 */
3202
+ /* 768 */
3203
+ /* 1024 */
3204
+ /* 1010 */
3205
+ /* 1200 */
3206
+ /* 511 */
3207
+ /* 1023 */
3208
+ /* Zindex */
3209
+ .RichTitle-module_root__BK_WT {
3210
+ margin: 0 0 18px;
3211
+
3212
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3213
+ font-size: 19px;
3214
+ font-weight: 700;
3215
+ line-height: 23px
3216
+ }
3217
+ @media only screen and (min-width: 48em) {
3218
+ .RichTitle-module_root__BK_WT {
3219
+ margin-bottom: 15px;
3220
+
3221
+ font-size: 37px;
3222
+ line-height: 42px
3223
+ }
3224
+ }
3225
+ .RichTitle-module_root__BK_WT:last-child {
3226
+ margin-bottom: 0;
3227
+ }
3228
+ .RichTitle-module_root__BK_WT span {
3229
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3230
+ font-size: 20px;
3231
+ font-weight: normal
3232
+ }
3233
+ @media only screen and (min-width: 48em) {
3234
+ .RichTitle-module_root__BK_WT span {
3235
+ font-size: 38px
3236
+ }
3237
+ }
3238
+ @media only screen and (min-width: 32em) {
3239
+ .RichTitle-module_slide__1A-gB,
3240
+ .RichTitle-module_game__1g8Bn {
3241
+ text-align: center
3242
+ }
3243
+ }
3244
+ @media only screen and (min-width: 64em) {
3245
+ .RichTitle-module_half__10GRI {
3246
+ font-size: 33px;
3247
+ line-height: 36px
3248
+ }
3249
+ }
3250
+ @media only screen and (min-width: 64em) {
3251
+ .RichTitle-module_half__10GRI span {
3252
+ font-size: 34px
3253
+ }
3254
+ }
3255
+ .RichTitle-module_game__1g8Bn:first-child {
3256
+ padding-top: 9px;
3257
+ }
3258
+ @media only screen and (max-width: 63.9375em) {
3259
+ .RichTitle-module_featured__wJfaQ {
3260
+ letter-spacing: 0.3px;
3261
+
3262
+ font-size: 28px;
3263
+ line-height: 30px
3264
+ }
3265
+ }
3266
+ @media only screen and (max-width: 63.9375em) {
3267
+ .RichTitle-module_featured__wJfaQ span {
3268
+ display: block;
3269
+
3270
+ padding-top: 2px;
3271
+
3272
+ font-size: 18px;
3273
+ line-height: 24px
3274
+ }
3275
+ }
3276
+ .RichTitle-module_isInMediaBlock__3RDw4 {
3277
+ text-align: left
3278
+ }
3279
+ @media only screen and (min-width: 64em) {
3280
+ .RichTitle-module_isInMediaBlock__3RDw4 {
3281
+ margin-bottom: 18px
3282
+ }
3283
+ }
3284
+ .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
3285
+ font-size: 19px;
3286
+ line-height: 23px
3287
+ }
3288
+ @media only screen and (min-width: 64em) {
3289
+ .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
3290
+ font-size: 1.3rem;
3291
+ line-height: 1.6rem
3292
+ }
3293
+ }
3294
+ .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
3295
+ font-size: 20px
3296
+ }
3297
+ @media only screen and (min-width: 64em) {
3298
+ .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
3299
+ font-size: 1.35rem
3300
+ }
3301
+ }
3302
+ @media only screen and (min-width: 32em) {
3303
+ .RichTitle-module_mobile__1Cb6E {
3304
+ display: none
3305
+ }
3306
+ }
3307
+ .RichTitle-module_desktop__2ixSQ {
3308
+ display: none
3309
+ }
3310
+ @media only screen and (min-width: 32em) {
3311
+ .RichTitle-module_desktop__2ixSQ {
3312
+ display: block
3313
+ }
3314
+ }
3315
+
3066
3316
  /* Colors */
3067
3317
  /* Fonts */
3068
3318
  /* Gap */
@@ -3569,152 +3819,32 @@ a mark {
3569
3819
 
3570
3820
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3571
3821
  font-size: 16px;
3572
- font-weight: bold;
3573
- font-style: normal;
3574
- line-height: 22px
3575
- }
3576
- @media only screen and (min-width: 48em) {
3577
- .SourceBlock-module_origin__l3JbO {
3578
- font-size: 18px;
3579
- line-height: 26px
3580
- }
3581
- }
3582
- .SourceBlock-module_center__3P93B {
3583
- max-width: 650px;
3584
- margin-right: auto;
3585
- margin-left: auto;
3586
- }
3587
- /* VISIBILITY */
3588
- @media only screen and (min-width: 32em) {
3589
- .SourceBlock-module_mobile__2gw4S {
3590
- display: none
3591
- }
3592
- }
3593
- .SourceBlock-module_desktop__DecT6 {
3594
- display: none
3595
- }
3596
- @media only screen and (min-width: 32em) {
3597
- .SourceBlock-module_desktop__DecT6 {
3598
- display: block
3599
- }
3600
- }
3601
-
3602
- /* Colors */
3603
- /* Fonts */
3604
- /* Gap */
3605
- /* Media */
3606
- /* 512 */
3607
- /* 650 */
3608
- /* 768 */
3609
- /* 1024 */
3610
- /* 1010 */
3611
- /* 1200 */
3612
- /* 511 */
3613
- /* 1023 */
3614
- /* Zindex */
3615
- .RichTitle-module_root__BK_WT {
3616
- margin: 0 0 18px;
3617
-
3618
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3619
- font-size: 19px;
3620
- font-weight: 700;
3621
- line-height: 23px
3622
- }
3623
- @media only screen and (min-width: 48em) {
3624
- .RichTitle-module_root__BK_WT {
3625
- margin-bottom: 15px;
3626
-
3627
- font-size: 37px;
3628
- line-height: 42px
3629
- }
3630
- }
3631
- .RichTitle-module_root__BK_WT:last-child {
3632
- margin-bottom: 0;
3633
- }
3634
- .RichTitle-module_root__BK_WT span {
3635
- font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3636
- font-size: 20px;
3637
- font-weight: normal
3638
- }
3639
- @media only screen and (min-width: 48em) {
3640
- .RichTitle-module_root__BK_WT span {
3641
- font-size: 38px
3642
- }
3643
- }
3644
- @media only screen and (min-width: 32em) {
3645
- .RichTitle-module_slide__1A-gB,
3646
- .RichTitle-module_game__1g8Bn {
3647
- text-align: center
3648
- }
3649
- }
3650
- @media only screen and (min-width: 64em) {
3651
- .RichTitle-module_half__10GRI {
3652
- font-size: 33px;
3653
- line-height: 36px
3654
- }
3655
- }
3656
- @media only screen and (min-width: 64em) {
3657
- .RichTitle-module_half__10GRI span {
3658
- font-size: 34px
3659
- }
3660
- }
3661
- .RichTitle-module_game__1g8Bn:first-child {
3662
- padding-top: 9px;
3663
- }
3664
- @media only screen and (max-width: 63.9375em) {
3665
- .RichTitle-module_featured__wJfaQ {
3666
- letter-spacing: 0.3px;
3667
-
3668
- font-size: 28px;
3669
- line-height: 30px
3670
- }
3671
- }
3672
- @media only screen and (max-width: 63.9375em) {
3673
- .RichTitle-module_featured__wJfaQ span {
3674
- display: block;
3675
-
3676
- padding-top: 2px;
3677
-
3678
- font-size: 18px;
3679
- line-height: 24px
3680
- }
3681
- }
3682
- .RichTitle-module_isInMediaBlock__3RDw4 {
3683
- text-align: left
3684
- }
3685
- @media only screen and (min-width: 64em) {
3686
- .RichTitle-module_isInMediaBlock__3RDw4 {
3687
- margin-bottom: 18px
3688
- }
3689
- }
3690
- .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
3691
- font-size: 19px;
3692
- line-height: 23px
3693
- }
3694
- @media only screen and (min-width: 64em) {
3695
- .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
3696
- font-size: 1.3rem;
3697
- line-height: 1.6rem
3698
- }
3699
- }
3700
- .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
3701
- font-size: 20px
3822
+ font-weight: bold;
3823
+ font-style: normal;
3824
+ line-height: 22px
3702
3825
  }
3703
- @media only screen and (min-width: 64em) {
3704
- .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
3705
- font-size: 1.35rem
3826
+ @media only screen and (min-width: 48em) {
3827
+ .SourceBlock-module_origin__l3JbO {
3828
+ font-size: 18px;
3829
+ line-height: 26px
3706
3830
  }
3707
3831
  }
3832
+ .SourceBlock-module_center__3P93B {
3833
+ max-width: 650px;
3834
+ margin-right: auto;
3835
+ margin-left: auto;
3836
+ }
3837
+ /* VISIBILITY */
3708
3838
  @media only screen and (min-width: 32em) {
3709
- .RichTitle-module_mobile__1Cb6E {
3839
+ .SourceBlock-module_mobile__2gw4S {
3710
3840
  display: none
3711
3841
  }
3712
3842
  }
3713
- .RichTitle-module_desktop__2ixSQ {
3843
+ .SourceBlock-module_desktop__DecT6 {
3714
3844
  display: none
3715
3845
  }
3716
3846
  @media only screen and (min-width: 32em) {
3717
- .RichTitle-module_desktop__2ixSQ {
3847
+ .SourceBlock-module_desktop__DecT6 {
3718
3848
  display: block
3719
3849
  }
3720
3850
  }
@@ -3977,287 +4107,27 @@ a mark {
3977
4107
  [data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
3978
4108
  bottom: 46px
3979
4109
  }
3980
- }
3981
- @media only screen and (max-width: 32.1875em) {
3982
- [data-gdpr-panel='true'][data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
3983
- bottom: 90px
3984
- }
3985
- }
3986
- /* VISIBILITY */
3987
- @media only screen and (min-width: 32em) {
3988
- .Spoiler-module_mobile__2BPt8 {
3989
- display: none
3990
- }
3991
- }
3992
- .Spoiler-module_desktop__1BIFJ {
3993
- display: none
3994
- }
3995
- @media only screen and (min-width: 32em) {
3996
- .Spoiler-module_desktop__1BIFJ {
3997
- display: block
3998
- }
3999
- }
4000
-
4001
- /* Colors */
4002
- /* Fonts */
4003
- /* Gap */
4004
- /* Media */
4005
- /* 512 */
4006
- /* 650 */
4007
- /* 768 */
4008
- /* 1024 */
4009
- /* 1010 */
4010
- /* 1200 */
4011
- /* 511 */
4012
- /* 1023 */
4013
- /* Zindex */
4014
- .MetaItem-module_root__2VQom {
4015
- display: inline;
4016
-
4017
- margin-right: 15px;
4018
- }
4019
- .MetaItem-module_root__2VQom > svg {
4020
- display: inline-block;
4021
-
4022
- margin-right: 1px;
4023
-
4024
- vertical-align: top;
4025
-
4026
- color: inherit;
4027
-
4028
- fill: currentColor;
4029
- }
4030
- .MetaItem-module_root__2VQom a {
4031
- display: inline;
4032
-
4033
- text-decoration: underline;
4034
-
4035
- color: inherit;
4036
-
4037
- -webkit-text-decoration-skip: auto;
4038
- }
4039
- .MetaItem-module_root__2VQom a:hover {
4040
- color: #b88b59;
4041
- }
4042
- .MetaItem-module_hasBullets__CkQPI {
4043
- margin-right: 0;
4044
- }
4045
- .MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
4046
- display: inline-block;
4047
-
4048
- padding-right: 0.4em;
4049
- padding-left: 0.4em;
4050
-
4051
- content: '\B7';
4052
- }
4053
- @media only screen and (max-width: 32.1875em) {
4054
- .MetaItem-module_hasSource__1DmCI {
4055
- width: 100%;
4056
- margin-top: 3px;
4057
- margin-bottom: 3px
4058
- }
4059
- }
4060
- @media only screen and (max-width: 32.1875em) {
4061
- .MetaItem-module_hasSource__1DmCI:first-child {
4062
- margin-top: 0
4063
- }
4064
- }
4065
- .MetaItem-module_hasSource__1DmCI:last-child {
4066
- margin-bottom: 0;
4067
- }
4068
- @media only screen and (max-width: 32.1875em) {
4069
- .MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
4070
- display: none
4071
- }
4072
- }
4073
- @media only screen and (max-width: 32.1875em) {
4074
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
4075
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
4076
- display: inline-block
4077
- }
4078
- }
4079
- @media only screen and (max-width: 32.1875em) {
4080
- .MetaItem-module_datetime__3tOWm,
4081
- .MetaItem-module_listened__lwvAO,
4082
- .MetaItem-module_read__5eAIG {
4083
- width: auto
4084
- }
4085
- }
4086
- @media only screen and (max-width: 32.1875em) {
4087
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
4088
- order: -2
4089
- }
4090
- }
4091
- @media only screen and (max-width: 32.1875em) {
4092
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
4093
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
4094
- order: -1;
4095
-
4096
- margin-top: 0
4097
- }
4098
- }
4099
- .MetaItem-module_read__5eAIG svg {
4100
- margin-top: -1px;
4101
- }
4102
-
4103
- /* Colors */
4104
- /* Fonts */
4105
- /* Gap */
4106
- /* Media */
4107
- /* 512 */
4108
- /* 650 */
4109
- /* 768 */
4110
- /* 1024 */
4111
- /* 1010 */
4112
- /* 1200 */
4113
- /* 511 */
4114
- /* 1023 */
4115
- /* Zindex */
4116
- .RelatedBlock-module_root__IKcQq {
4117
- margin: 16px 0;
4118
-
4119
- border-radius: 8px;
4120
- background-color: #f5f5f5;
4121
- box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
4122
- }
4123
- @media only screen and (min-width: 48em) {
4124
- .RelatedBlock-module_root__IKcQq {
4125
- margin: 25px 0
4126
- }
4127
- }
4128
- .RelatedBlock-module_root__IKcQq:last-child {
4129
- margin-bottom: 0;
4130
- }
4131
- .RelatedBlock-module_root__IKcQq:first-child {
4132
- margin-top: 0;
4133
- }
4134
- .RelatedBlock-module_root__IKcQq a {
4135
- display: block;
4136
-
4137
- padding: 12px 12px 13px;
4138
-
4139
- transition: color 0.15s;
4140
- text-decoration: none;
4141
-
4142
- color: #000;
4143
- box-shadow: none;
4144
-
4145
- font-size: 17px;
4146
- line-height: 20px
4147
- }
4148
- @media only screen and (min-width: 48em) {
4149
- .RelatedBlock-module_root__IKcQq a {
4150
- padding: 15px 20px 17px;
4151
-
4152
- font-size: 19px;
4153
- line-height: 23px
4154
- }
4155
- }
4156
- .RelatedBlock-module_root__IKcQq a:hover {
4157
- color: #5c5c5c;
4158
- }
4159
- .RelatedBlock-module_header__2SuWP {
4160
- margin: 0;
4161
- padding: 14px 12px 3px;
4162
-
4163
- letter-spacing: 1px;
4164
- text-transform: uppercase;
4165
-
4166
- color: #7F7F7F;
4167
-
4168
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4169
- font-size: 12px;
4170
- font-weight: 600;
4171
- line-height: 17px
4172
- }
4173
- @media only screen and (min-width: 48em) {
4174
- .RelatedBlock-module_header__2SuWP {
4175
- padding: 20px 20px 14px;
4176
-
4177
- font-size: 14px;
4178
- line-height: 16px
4179
- }
4180
- }
4181
- .RelatedBlock-module_items__2V-Ap {
4182
- margin: 0;
4183
- padding-left: 0;
4184
-
4185
- list-style: none;
4186
- }
4187
- .RelatedBlock-module_items__2V-Ap li {
4188
- padding: 0;
4189
- }
4190
- .RelatedBlock-module_items__2V-Ap li + li {
4191
- border-top: 1px solid #e6e6e6;
4192
- }
4193
- .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
4194
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4195
- font-size: 16px;
4196
- font-weight: 700;
4197
- line-height: 18px
4198
- }
4199
- @media only screen and (min-width: 48em) {
4200
- .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
4201
- font-size: 18px
4202
- }
4203
- }
4204
- .RelatedBlock-module_simple__29HVO {
4205
- }
4206
- .RelatedBlock-module_center__1LmW8 {
4207
- max-width: 650px;
4208
- margin-right: auto;
4209
- margin-left: auto;
4210
- }
4211
- .RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
4212
- margin-top: 0;
4213
- }
4214
- .RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
4215
- margin-bottom: 0;
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
4216
4114
  }
4115
+ }
4217
4116
  /* VISIBILITY */
4218
4117
  @media only screen and (min-width: 32em) {
4219
- .RelatedBlock-module_mobile__2XM5a {
4118
+ .Spoiler-module_mobile__2BPt8 {
4220
4119
  display: none
4221
4120
  }
4222
4121
  }
4223
- .RelatedBlock-module_desktop__2mXeq {
4122
+ .Spoiler-module_desktop__1BIFJ {
4224
4123
  display: none
4225
4124
  }
4226
4125
  @media only screen and (min-width: 32em) {
4227
- .RelatedBlock-module_desktop__2mXeq {
4126
+ .Spoiler-module_desktop__1BIFJ {
4228
4127
  display: block
4229
4128
  }
4230
4129
  }
4231
4130
 
4232
-
4233
- /* stylelint-disable declaration-empty-line-before */
4234
- /* Colors */
4235
- /* Fonts */
4236
- /* Gap */
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;
4251
- }
4252
- .DocumentItemsCount-module_root__P3q-z svg {
4253
- vertical-align: top;
4254
- }
4255
- .DocumentItemsCount-module_items__3pfxW {
4256
- margin-left: 1px;
4257
-
4258
- vertical-align: top;
4259
- }
4260
-
4261
4131
  /* stylelint-disable declaration-empty-line-before */
4262
4132
  /* Colors */
4263
4133
  /* Fonts */
@@ -4455,64 +4325,122 @@ a mark {
4455
4325
  /* 511 */
4456
4326
  /* 1023 */
4457
4327
  /* Zindex */
4458
- .Footnote-module_root__2a0-B {
4459
- position: relative;
4328
+ .MetaItem-module_root__2VQom {
4329
+ display: inline;
4460
4330
 
4461
- width: 320px;
4462
- padding: 20px;
4331
+ margin-right: 15px;
4332
+ }
4333
+ .MetaItem-module_root__2VQom > svg {
4334
+ display: inline-block;
4463
4335
 
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);
4336
+ margin-right: 1px;
4337
+
4338
+ vertical-align: top;
4339
+
4340
+ color: inherit;
4341
+
4342
+ fill: currentColor;
4467
4343
  }
4468
- .Footnote-module_body__259Ly {
4469
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4470
- font-size: 16px;
4471
- line-height: 22px;
4344
+ .MetaItem-module_root__2VQom a {
4345
+ display: inline;
4346
+
4347
+ text-decoration: underline;
4348
+
4349
+ color: inherit;
4350
+
4351
+ -webkit-text-decoration-skip: auto;
4472
4352
  }
4473
- .Footnote-module_body__259Ly h3 {
4474
- margin: 0 0 16px;
4353
+ .MetaItem-module_root__2VQom a:hover {
4354
+ color: #b88b59;
4355
+ }
4356
+ .MetaItem-module_hasBullets__CkQPI {
4357
+ margin-right: 0;
4358
+ }
4359
+ .MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
4360
+ display: inline-block;
4475
4361
 
4476
- font-size: inherit;
4477
- font-weight: 700;
4478
- line-height: inherit;
4362
+ padding-right: 0.4em;
4363
+ padding-left: 0.4em;
4364
+
4365
+ content: '\B7';
4479
4366
  }
4480
- .Footnote-module_body__259Ly p {
4481
- margin: 0;
4367
+ @media only screen and (max-width: 32.1875em) {
4368
+ .MetaItem-module_hasSource__1DmCI {
4369
+ width: 100%;
4370
+ margin-top: 3px;
4371
+ margin-bottom: 3px
4482
4372
  }
4483
- .Footnote-module_body__259Ly p + p {
4484
- margin-top: 6px;
4373
+ }
4374
+ @media only screen and (max-width: 32.1875em) {
4375
+ .MetaItem-module_hasSource__1DmCI:first-child {
4376
+ margin-top: 0
4485
4377
  }
4486
- .Footnote-module_body__259Ly a {
4487
- color: inherit;
4488
- box-shadow: inset 0 -1px #b88b59;
4378
+ }
4379
+ .MetaItem-module_hasSource__1DmCI:last-child {
4380
+ margin-bottom: 0;
4489
4381
  }
4490
- .Footnote-module_body__259Ly a:hover {
4491
- color: #b88b59;
4382
+ @media only screen and (max-width: 32.1875em) {
4383
+ .MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
4384
+ display: none
4492
4385
  }
4493
- .Footnote-module_dismiss__1HKG5 {
4494
- position: absolute;
4495
- top: 0;
4496
- right: 0;
4386
+ }
4387
+ @media only screen and (max-width: 32.1875em) {
4388
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
4389
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
4390
+ display: inline-block
4391
+ }
4392
+ }
4393
+ @media only screen and (max-width: 32.1875em) {
4394
+ .MetaItem-module_datetime__3tOWm,
4395
+ .MetaItem-module_listened__lwvAO,
4396
+ .MetaItem-module_read__5eAIG {
4397
+ width: auto
4398
+ }
4399
+ }
4400
+ @media only screen and (max-width: 32.1875em) {
4401
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
4402
+ order: -2
4403
+ }
4404
+ }
4405
+ @media only screen and (max-width: 32.1875em) {
4406
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
4407
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
4408
+ order: -1;
4497
4409
 
4498
- margin: 0;
4499
- padding: 6px 9px 10px;
4410
+ margin-top: 0
4411
+ }
4412
+ }
4413
+ .MetaItem-module_read__5eAIG svg {
4414
+ margin-top: -1px;
4415
+ }
4500
4416
 
4501
- cursor: pointer;
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;
4502
4433
 
4503
- color: #b3b3b3;
4504
- border-width: 0;
4505
- outline: none;
4506
- background-color: transparent;
4507
- }
4508
- .Footnote-module_dismiss__1HKG5:hover {
4509
- color: #757575;
4434
+ line-height: inherit;
4510
4435
  }
4511
- .Footnote-module_dismiss__1HKG5 svg {
4512
- width: 12px;
4513
- height: 12px;
4436
+ .DocumentItemsCount-module_root__P3q-z svg {
4437
+ vertical-align: top;
4514
4438
  }
4439
+ .DocumentItemsCount-module_items__3pfxW {
4440
+ margin-left: 1px;
4515
4441
 
4442
+ vertical-align: top;
4443
+ }
4516
4444
 
4517
4445
  /* Colors */
4518
4446
  /* Fonts */
@@ -4880,6 +4808,78 @@ a mark {
4880
4808
  }
4881
4809
  }
4882
4810
 
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 */