@meduza/ui-kit-2 0.1.88 → 0.1.90
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-2.cjs.development.js +4 -4
- package/dist/ui-kit-2.cjs.development.js.map +1 -1
- package/dist/ui-kit-2.cjs.production.min.js +1 -1
- package/dist/ui-kit-2.cjs.production.min.js.map +1 -1
- package/dist/ui-kit-2.esm.js +4 -4
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +1629 -1627
- package/package.json +1 -1
- package/src/DonatesTeaser/DonatesTeaser.module.css +6 -4
- package/src/DonatesTeaser/index.tsx +5 -5
package/dist/ui-kit.css
CHANGED
|
@@ -1,239 +1,3 @@
|
|
|
1
|
-
/* Colors */
|
|
2
|
-
/* Fonts */
|
|
3
|
-
/* Gap */
|
|
4
|
-
/* Media */
|
|
5
|
-
/* 512 */
|
|
6
|
-
/* 650 */
|
|
7
|
-
/* 768 */
|
|
8
|
-
/* 1024 */
|
|
9
|
-
/* 1010 */
|
|
10
|
-
/* 1200 */
|
|
11
|
-
/* 511 */
|
|
12
|
-
/* 1023 */
|
|
13
|
-
/* Zindex */
|
|
14
|
-
.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
|
-
|
|
237
1
|
/* Colors */
|
|
238
2
|
/* Fonts */
|
|
239
3
|
/* Gap */
|
|
@@ -721,26 +485,262 @@
|
|
|
721
485
|
/* 511 */
|
|
722
486
|
/* 1023 */
|
|
723
487
|
/* Zindex */
|
|
724
|
-
.
|
|
725
|
-
position: relative;
|
|
726
|
-
|
|
488
|
+
.Button-module_root__RpsiW {
|
|
727
489
|
display: block;
|
|
728
490
|
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
-webkit-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
491
|
+
padding: 0;
|
|
492
|
+
|
|
493
|
+
cursor: pointer;
|
|
494
|
+
-webkit-user-select: none;
|
|
495
|
+
-moz-user-select: none;
|
|
496
|
+
-ms-user-select: none;
|
|
497
|
+
user-select: none;
|
|
498
|
+
transition: background-color 0.15s ease-out;
|
|
499
|
+
text-align: center;
|
|
500
|
+
|
|
501
|
+
color: #fff;
|
|
502
|
+
border-width: 0;
|
|
503
|
+
outline: none;
|
|
504
|
+
|
|
505
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
506
|
+
line-height: 1;
|
|
507
|
+
|
|
508
|
+
-webkit-appearance: none;
|
|
509
|
+
|
|
510
|
+
-moz-appearance: none;
|
|
511
|
+
|
|
512
|
+
appearance: none;
|
|
513
|
+
}
|
|
514
|
+
.Button-module_root__RpsiW::-moz-focus-inner {
|
|
515
|
+
border: 0;
|
|
516
|
+
}
|
|
517
|
+
.Button-module_root__RpsiW[disabled] {
|
|
518
|
+
cursor: default;
|
|
519
|
+
pointer-events: none;
|
|
520
|
+
|
|
521
|
+
opacity: 0.5;
|
|
522
|
+
}
|
|
523
|
+
.Button-module_root__RpsiW > span:first-child {
|
|
524
|
+
margin-right: 4px;
|
|
525
|
+
}
|
|
526
|
+
.Button-module_root__RpsiW > span:last-child {
|
|
527
|
+
margin-left: 4px;
|
|
528
|
+
}
|
|
529
|
+
.Button-module_gold__ZMYg- {
|
|
530
|
+
background: #b88b59;
|
|
531
|
+
}
|
|
532
|
+
.Button-module_gold__ZMYg-.Button-module_isLoading__1g6QO {
|
|
533
|
+
fill: #b88b59;
|
|
534
|
+
}
|
|
535
|
+
.Button-module_gold__ZMYg-:hover {
|
|
536
|
+
background-color: #9e784c
|
|
537
|
+
}
|
|
538
|
+
@media (hover: none) {
|
|
539
|
+
.Button-module_gold__ZMYg-:hover {
|
|
540
|
+
background-color: #b88b59
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
.Button-module_gold__ZMYg-:active {
|
|
544
|
+
background-color: #856440;
|
|
545
|
+
}
|
|
546
|
+
.Button-module_gray__3IM54 {
|
|
547
|
+
color: #000;
|
|
548
|
+
background-color: #f0f0f0;
|
|
549
|
+
}
|
|
550
|
+
.Button-module_gray__3IM54.Button-module_isLoading__1g6QO {
|
|
551
|
+
fill: #545454;
|
|
552
|
+
}
|
|
553
|
+
.Button-module_gray__3IM54:hover {
|
|
554
|
+
background-color: #ebebeb
|
|
555
|
+
}
|
|
556
|
+
@media (hover: none) {
|
|
557
|
+
.Button-module_gray__3IM54:hover {
|
|
558
|
+
background-color: #ebebeb
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
.Button-module_gray__3IM54:active {
|
|
562
|
+
background-color: #e3e3e3;
|
|
563
|
+
}
|
|
564
|
+
.Button-module_sand__2AqVq {
|
|
565
|
+
background: #a18c68;
|
|
566
|
+
}
|
|
567
|
+
.Button-module_sand__2AqVq.Button-module_isLoading__1g6QO {
|
|
568
|
+
fill: #a18c68;
|
|
569
|
+
}
|
|
570
|
+
.Button-module_sand__2AqVq:hover {
|
|
571
|
+
background-color: #8a7654
|
|
572
|
+
}
|
|
573
|
+
@media (hover: none) {
|
|
574
|
+
.Button-module_sand__2AqVq:hover {
|
|
575
|
+
background-color: #a18c68
|
|
576
|
+
}
|
|
577
|
+
}
|
|
578
|
+
.Button-module_sand__2AqVq:active {
|
|
579
|
+
background-color: #7b6743;
|
|
580
|
+
}
|
|
581
|
+
.Button-module_dark__I0uXx {
|
|
582
|
+
color: #adadad;
|
|
583
|
+
background-color: #3a3a3a;
|
|
584
|
+
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
|
|
585
|
+
}
|
|
586
|
+
.Button-module_dark__I0uXx:hover {
|
|
587
|
+
background-color: #2e2e2e
|
|
588
|
+
}
|
|
589
|
+
@media (hover: none) {
|
|
590
|
+
.Button-module_dark__I0uXx:hover {
|
|
591
|
+
background-color: #3a3a3a
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
.Button-module_dark__I0uXx:active {
|
|
595
|
+
background-color: #242424;
|
|
596
|
+
}
|
|
597
|
+
.Button-module_dark__I0uXx.Button-module_isLoading__1g6QO {
|
|
598
|
+
fill: #3a3a3a;
|
|
599
|
+
}
|
|
600
|
+
.Button-module_light__1Y4hG {
|
|
601
|
+
color: #000;
|
|
602
|
+
background-color: #fff;
|
|
603
|
+
}
|
|
604
|
+
.Button-module_light__1Y4hG:hover {
|
|
605
|
+
background-color: #ebebeb
|
|
606
|
+
}
|
|
607
|
+
@media (hover: none) {
|
|
608
|
+
.Button-module_light__1Y4hG:hover {
|
|
609
|
+
background-color: #fff
|
|
610
|
+
}
|
|
611
|
+
}
|
|
612
|
+
.Button-module_light__1Y4hG:active {
|
|
613
|
+
background-color: #e3e3e3;
|
|
614
|
+
}
|
|
615
|
+
.Button-module_light__1Y4hG.Button-module_isLoading__1g6QO {
|
|
616
|
+
fill: #fff;
|
|
617
|
+
}
|
|
618
|
+
.Button-module_black__3sG3Y {
|
|
619
|
+
color: #7e7d7b;
|
|
620
|
+
background-color: #000;
|
|
621
|
+
}
|
|
622
|
+
.Button-module_black__3sG3Y.Button-module_isLoading__1g6QO {
|
|
623
|
+
fill: #7e7d7b;
|
|
624
|
+
}
|
|
625
|
+
.Button-module_black__3sG3Y:hover {
|
|
626
|
+
background-color: #141414
|
|
627
|
+
}
|
|
628
|
+
@media (hover: none) {
|
|
629
|
+
.Button-module_black__3sG3Y:hover {
|
|
630
|
+
background: #141414
|
|
631
|
+
}
|
|
632
|
+
}
|
|
633
|
+
.Button-module_black__3sG3Y:active {
|
|
634
|
+
background-color: #242424;
|
|
635
|
+
}
|
|
636
|
+
.Button-module_red__3Niou {
|
|
637
|
+
background-color: #f95a5a;
|
|
638
|
+
}
|
|
639
|
+
.Button-module_red__3Niou:hover {
|
|
640
|
+
background-color: #e65353
|
|
641
|
+
}
|
|
642
|
+
@media (hover: none) {
|
|
643
|
+
.Button-module_red__3Niou:hover {
|
|
644
|
+
background: #f95a5a
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
.Button-module_red__3Niou:active {
|
|
648
|
+
background-color: #d44d4d;
|
|
649
|
+
}
|
|
650
|
+
.Button-module_red__3Niou.Button-module_isLoading__1g6QO {
|
|
651
|
+
fill: #141414;
|
|
652
|
+
}
|
|
653
|
+
.Button-module_default__28Vo_ {
|
|
654
|
+
width: 100%;
|
|
655
|
+
height: 42px;
|
|
656
|
+
padding: 6px 18px;
|
|
657
|
+
|
|
658
|
+
letter-spacing: 1px;
|
|
659
|
+
text-transform: uppercase;
|
|
660
|
+
|
|
661
|
+
border-radius: 8px;
|
|
662
|
+
|
|
663
|
+
font-size: 12px;
|
|
664
|
+
font-weight: 600;
|
|
665
|
+
line-height: 22px
|
|
666
|
+
}
|
|
667
|
+
@media only screen and (min-width: 64em) {
|
|
668
|
+
.Button-module_default__28Vo_ {
|
|
669
|
+
padding: 7px 18px 6px;
|
|
670
|
+
|
|
671
|
+
font-size: 14px;
|
|
672
|
+
line-height: 16px
|
|
673
|
+
}
|
|
674
|
+
}
|
|
675
|
+
.Button-module_isInSpoiler__2Yl8c svg {
|
|
676
|
+
margin-top: -2px;
|
|
677
|
+
margin-left: 6px;
|
|
678
|
+
}
|
|
679
|
+
.Button-module_ghost__3awCW {
|
|
680
|
+
letter-spacing: inherit;
|
|
681
|
+
text-transform: none;
|
|
682
|
+
|
|
683
|
+
color: inherit;
|
|
684
|
+
background-color: transparent;
|
|
685
|
+
|
|
686
|
+
font-family: inherit;
|
|
687
|
+
font-size: inherit;
|
|
688
|
+
font-weight: inherit;
|
|
689
|
+
}
|
|
690
|
+
.Button-module_isInDropdown__1ogKL {
|
|
691
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
692
|
+
}
|
|
693
|
+
.Button-module_black__3sG3Y[disabled],
|
|
694
|
+
.Button-module_sand__2AqVq[disabled] {
|
|
695
|
+
opacity: 0.3;
|
|
696
|
+
}
|
|
697
|
+
/* LOADING */
|
|
698
|
+
.Button-module_root__RpsiW.Button-module_isLoading__1g6QO {
|
|
699
|
+
cursor: default;
|
|
700
|
+
pointer-events: none;
|
|
701
|
+
|
|
702
|
+
background-color: transparent;
|
|
703
|
+
box-shadow: none;
|
|
704
|
+
}
|
|
705
|
+
.Button-module_loader__2pl6d {
|
|
706
|
+
display: block;
|
|
707
|
+
|
|
708
|
+
margin-top: -1px;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
/* Colors */
|
|
712
|
+
/* Fonts */
|
|
713
|
+
/* Gap */
|
|
714
|
+
/* Media */
|
|
715
|
+
/* 512 */
|
|
716
|
+
/* 650 */
|
|
717
|
+
/* 768 */
|
|
718
|
+
/* 1024 */
|
|
719
|
+
/* 1010 */
|
|
720
|
+
/* 1200 */
|
|
721
|
+
/* 511 */
|
|
722
|
+
/* 1023 */
|
|
723
|
+
/* Zindex */
|
|
724
|
+
.DotsOnImage-module_root__2XP3Q {
|
|
725
|
+
position: relative;
|
|
726
|
+
|
|
727
|
+
display: block;
|
|
728
|
+
|
|
729
|
+
width: 100%;
|
|
730
|
+
}
|
|
731
|
+
.DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
|
|
732
|
+
-webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
733
|
+
animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
734
|
+
}
|
|
735
|
+
.DotsOnImage-module_dot__H1wua {
|
|
736
|
+
position: absolute;
|
|
737
|
+
z-index: 10;
|
|
738
|
+
|
|
739
|
+
display: -webkit-box;
|
|
740
|
+
|
|
741
|
+
display: -webkit-flex;
|
|
742
|
+
|
|
743
|
+
display: -ms-flexbox;
|
|
744
744
|
|
|
745
745
|
display: flex;
|
|
746
746
|
align-items: center;
|
|
@@ -874,23 +874,6 @@
|
|
|
874
874
|
}
|
|
875
875
|
}
|
|
876
876
|
|
|
877
|
-
/* Colors */
|
|
878
|
-
/* Fonts */
|
|
879
|
-
/* Gap */
|
|
880
|
-
/* Media */
|
|
881
|
-
/* 512 */
|
|
882
|
-
/* 650 */
|
|
883
|
-
/* 768 */
|
|
884
|
-
/* 1024 */
|
|
885
|
-
/* 1010 */
|
|
886
|
-
/* 1200 */
|
|
887
|
-
/* 511 */
|
|
888
|
-
/* 1023 */
|
|
889
|
-
/* Zindex */
|
|
890
|
-
.Lazy-module_root__2Z72l {
|
|
891
|
-
display: block;
|
|
892
|
-
}
|
|
893
|
-
|
|
894
877
|
/* Colors */
|
|
895
878
|
/* Fonts */
|
|
896
879
|
/* Gap */
|
|
@@ -1028,6 +1011,23 @@
|
|
|
1028
1011
|
}
|
|
1029
1012
|
}
|
|
1030
1013
|
|
|
1014
|
+
/* Colors */
|
|
1015
|
+
/* Fonts */
|
|
1016
|
+
/* Gap */
|
|
1017
|
+
/* Media */
|
|
1018
|
+
/* 512 */
|
|
1019
|
+
/* 650 */
|
|
1020
|
+
/* 768 */
|
|
1021
|
+
/* 1024 */
|
|
1022
|
+
/* 1010 */
|
|
1023
|
+
/* 1200 */
|
|
1024
|
+
/* 511 */
|
|
1025
|
+
/* 1023 */
|
|
1026
|
+
/* Zindex */
|
|
1027
|
+
.Lazy-module_root__2Z72l {
|
|
1028
|
+
display: block;
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
1031
|
/* Colors */
|
|
1032
1032
|
/* Fonts */
|
|
1033
1033
|
/* Gap */
|
|
@@ -1326,6 +1326,111 @@
|
|
|
1326
1326
|
min-width: 50px;
|
|
1327
1327
|
}
|
|
1328
1328
|
|
|
1329
|
+
/* Colors */
|
|
1330
|
+
/* Fonts */
|
|
1331
|
+
/* Gap */
|
|
1332
|
+
/* Media */
|
|
1333
|
+
/* 512 */
|
|
1334
|
+
/* 650 */
|
|
1335
|
+
/* 768 */
|
|
1336
|
+
/* 1024 */
|
|
1337
|
+
/* 1010 */
|
|
1338
|
+
/* 1200 */
|
|
1339
|
+
/* 511 */
|
|
1340
|
+
/* 1023 */
|
|
1341
|
+
/* Zindex */
|
|
1342
|
+
.MediaCaption-module_root__KqTdw {
|
|
1343
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1344
|
+
}
|
|
1345
|
+
.MediaCaption-module_root__KqTdw a {
|
|
1346
|
+
text-decoration: underline;
|
|
1347
|
+
|
|
1348
|
+
color: inherit;
|
|
1349
|
+
box-shadow: none;
|
|
1350
|
+
}
|
|
1351
|
+
.MediaCaption-module_root__KqTdw a:hover {
|
|
1352
|
+
color: #b88b58;
|
|
1353
|
+
}
|
|
1354
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1355
|
+
max-width: 520px;
|
|
1356
|
+
padding-top: calc(4rem / 16);
|
|
1357
|
+
|
|
1358
|
+
color: #1a1a1a;
|
|
1359
|
+
|
|
1360
|
+
font-size: calc(14rem / 16);
|
|
1361
|
+
line-height: calc(18rem / 16)
|
|
1362
|
+
}
|
|
1363
|
+
@media only screen and (min-width: 32em) {
|
|
1364
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1365
|
+
padding-top: 4px;
|
|
1366
|
+
font-size: 16px;
|
|
1367
|
+
line-height: 22px
|
|
1368
|
+
}
|
|
1369
|
+
}
|
|
1370
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1371
|
+
max-width: 520px;
|
|
1372
|
+
padding-top: 1px;
|
|
1373
|
+
|
|
1374
|
+
color: #666;
|
|
1375
|
+
|
|
1376
|
+
font-size: calc(12rem / 16);
|
|
1377
|
+
line-height: 1rem
|
|
1378
|
+
}
|
|
1379
|
+
@media only screen and (min-width: 32em) {
|
|
1380
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1381
|
+
padding-top: 3px
|
|
1382
|
+
}
|
|
1383
|
+
}
|
|
1384
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1385
|
+
padding-top: calc(3rem / 16)
|
|
1386
|
+
}
|
|
1387
|
+
@media only screen and (min-width: 32em) {
|
|
1388
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1389
|
+
padding-top: 3px
|
|
1390
|
+
}
|
|
1391
|
+
}
|
|
1392
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1393
|
+
color: #fff;
|
|
1394
|
+
}
|
|
1395
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1396
|
+
color: #929292;
|
|
1397
|
+
}
|
|
1398
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1399
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1400
|
+
padding-top: calc(10rem / 16)
|
|
1401
|
+
}
|
|
1402
|
+
@media only screen and (min-width: 32em) {
|
|
1403
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1404
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1405
|
+
padding-top: 12px
|
|
1406
|
+
}
|
|
1407
|
+
}
|
|
1408
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1409
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1410
|
+
padding-top: calc(9rem / 16)
|
|
1411
|
+
}
|
|
1412
|
+
@media only screen and (min-width: 32em) {
|
|
1413
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1414
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1415
|
+
padding-top: 11px
|
|
1416
|
+
}
|
|
1417
|
+
}
|
|
1418
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1419
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1420
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1421
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1422
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1423
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1424
|
+
max-width: 650px;
|
|
1425
|
+
}
|
|
1426
|
+
/* Dark theme */
|
|
1427
|
+
.MediaCaption-module_isDark__38TtC .MediaCaption-module_caption__1hr7Y {
|
|
1428
|
+
color: #d9d9d9;
|
|
1429
|
+
}
|
|
1430
|
+
.MediaCaption-module_isDark__38TtC .MediaCaption-module_credit__3ehAP {
|
|
1431
|
+
color: #757575;
|
|
1432
|
+
}
|
|
1433
|
+
|
|
1329
1434
|
/* Colors */
|
|
1330
1435
|
/* Fonts */
|
|
1331
1436
|
/* Gap */
|
|
@@ -1461,111 +1566,6 @@
|
|
|
1461
1566
|
}
|
|
1462
1567
|
}
|
|
1463
1568
|
|
|
1464
|
-
/* Colors */
|
|
1465
|
-
/* Fonts */
|
|
1466
|
-
/* Gap */
|
|
1467
|
-
/* Media */
|
|
1468
|
-
/* 512 */
|
|
1469
|
-
/* 650 */
|
|
1470
|
-
/* 768 */
|
|
1471
|
-
/* 1024 */
|
|
1472
|
-
/* 1010 */
|
|
1473
|
-
/* 1200 */
|
|
1474
|
-
/* 511 */
|
|
1475
|
-
/* 1023 */
|
|
1476
|
-
/* Zindex */
|
|
1477
|
-
.MediaCaption-module_root__KqTdw {
|
|
1478
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1479
|
-
}
|
|
1480
|
-
.MediaCaption-module_root__KqTdw a {
|
|
1481
|
-
text-decoration: underline;
|
|
1482
|
-
|
|
1483
|
-
color: inherit;
|
|
1484
|
-
box-shadow: none;
|
|
1485
|
-
}
|
|
1486
|
-
.MediaCaption-module_root__KqTdw a:hover {
|
|
1487
|
-
color: #b88b58;
|
|
1488
|
-
}
|
|
1489
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1490
|
-
max-width: 520px;
|
|
1491
|
-
padding-top: calc(4rem / 16);
|
|
1492
|
-
|
|
1493
|
-
color: #1a1a1a;
|
|
1494
|
-
|
|
1495
|
-
font-size: calc(14rem / 16);
|
|
1496
|
-
line-height: calc(18rem / 16)
|
|
1497
|
-
}
|
|
1498
|
-
@media only screen and (min-width: 32em) {
|
|
1499
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1500
|
-
padding-top: 4px;
|
|
1501
|
-
font-size: 16px;
|
|
1502
|
-
line-height: 22px
|
|
1503
|
-
}
|
|
1504
|
-
}
|
|
1505
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1506
|
-
max-width: 520px;
|
|
1507
|
-
padding-top: 1px;
|
|
1508
|
-
|
|
1509
|
-
color: #666;
|
|
1510
|
-
|
|
1511
|
-
font-size: calc(12rem / 16);
|
|
1512
|
-
line-height: 1rem
|
|
1513
|
-
}
|
|
1514
|
-
@media only screen and (min-width: 32em) {
|
|
1515
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1516
|
-
padding-top: 3px
|
|
1517
|
-
}
|
|
1518
|
-
}
|
|
1519
|
-
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1520
|
-
padding-top: calc(3rem / 16)
|
|
1521
|
-
}
|
|
1522
|
-
@media only screen and (min-width: 32em) {
|
|
1523
|
-
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1524
|
-
padding-top: 3px
|
|
1525
|
-
}
|
|
1526
|
-
}
|
|
1527
|
-
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1528
|
-
color: #fff;
|
|
1529
|
-
}
|
|
1530
|
-
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1531
|
-
color: #929292;
|
|
1532
|
-
}
|
|
1533
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1534
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1535
|
-
padding-top: calc(10rem / 16)
|
|
1536
|
-
}
|
|
1537
|
-
@media only screen and (min-width: 32em) {
|
|
1538
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1539
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1540
|
-
padding-top: 12px
|
|
1541
|
-
}
|
|
1542
|
-
}
|
|
1543
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1544
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1545
|
-
padding-top: calc(9rem / 16)
|
|
1546
|
-
}
|
|
1547
|
-
@media only screen and (min-width: 32em) {
|
|
1548
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1549
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1550
|
-
padding-top: 11px
|
|
1551
|
-
}
|
|
1552
|
-
}
|
|
1553
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1554
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1555
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1556
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1557
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1558
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1559
|
-
max-width: 650px;
|
|
1560
|
-
}
|
|
1561
|
-
/* Dark theme */
|
|
1562
|
-
.MediaCaption-module_isDark__38TtC .MediaCaption-module_caption__1hr7Y {
|
|
1563
|
-
color: #d9d9d9;
|
|
1564
|
-
}
|
|
1565
|
-
.MediaCaption-module_isDark__38TtC .MediaCaption-module_credit__3ehAP {
|
|
1566
|
-
color: #757575;
|
|
1567
|
-
}
|
|
1568
|
-
|
|
1569
1569
|
/* Colors */
|
|
1570
1570
|
/* Fonts */
|
|
1571
1571
|
/* Gap */
|
|
@@ -1769,160 +1769,16 @@
|
|
|
1769
1769
|
/* 511 */
|
|
1770
1770
|
/* 1023 */
|
|
1771
1771
|
/* Zindex */
|
|
1772
|
-
.
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1772
|
+
.Popover-module_root__1v6f_ {
|
|
1773
|
+
position: fixed;
|
|
1774
|
+
z-index: 1000;
|
|
1775
|
+
top: 0;
|
|
1776
|
+
left: 0;
|
|
1776
1777
|
|
|
1777
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1778
|
-
}
|
|
1779
|
-
.Toolbar-module_list__1n5ny {
|
|
1780
1778
|
display: -webkit-box;
|
|
1779
|
+
|
|
1781
1780
|
display: -webkit-flex;
|
|
1782
|
-
|
|
1783
|
-
display: flex;
|
|
1784
|
-
flex-flow: row wrap;
|
|
1785
|
-
|
|
1786
|
-
margin: 0 0 0 -10px;
|
|
1787
|
-
padding: 0;
|
|
1788
|
-
|
|
1789
|
-
list-style: none
|
|
1790
|
-
}
|
|
1791
|
-
@media only screen and (min-width: 64em) {
|
|
1792
|
-
.Toolbar-module_list__1n5ny {
|
|
1793
|
-
margin: 0 0 0 -15px
|
|
1794
|
-
}
|
|
1795
|
-
}
|
|
1796
|
-
.Toolbar-module_item__36x7d {
|
|
1797
|
-
position: relative;
|
|
1798
|
-
|
|
1799
|
-
min-width: 42px;
|
|
1800
|
-
height: 32px;
|
|
1801
|
-
padding-right: 10px;
|
|
1802
|
-
padding-left: 10px;
|
|
1803
|
-
|
|
1804
|
-
cursor: pointer;
|
|
1805
|
-
transition: color 250ms ease;
|
|
1806
|
-
text-align: center;
|
|
1807
|
-
|
|
1808
|
-
color: #808080;
|
|
1809
|
-
|
|
1810
|
-
line-height: 1
|
|
1811
|
-
}
|
|
1812
|
-
@media only screen and (min-width: 64em) {
|
|
1813
|
-
.Toolbar-module_item__36x7d {
|
|
1814
|
-
padding-right: 15px;
|
|
1815
|
-
padding-left: 15px
|
|
1816
|
-
}
|
|
1817
|
-
}
|
|
1818
|
-
.Toolbar-module_item__36x7d:last-child {
|
|
1819
|
-
margin-right: 0;
|
|
1820
|
-
}
|
|
1821
|
-
.Toolbar-module_item__36x7d::before {
|
|
1822
|
-
position: absolute;
|
|
1823
|
-
top: 7px;
|
|
1824
|
-
left: 0;
|
|
1825
|
-
|
|
1826
|
-
height: 18px;
|
|
1827
|
-
|
|
1828
|
-
content: '';
|
|
1829
|
-
vertical-align: middle;
|
|
1830
|
-
|
|
1831
|
-
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
1832
|
-
}
|
|
1833
|
-
.Toolbar-module_item__36x7d:empty {
|
|
1834
|
-
display: none;
|
|
1835
|
-
}
|
|
1836
|
-
.Toolbar-module_isInTopbar__223iP {
|
|
1837
|
-
height: 100%;
|
|
1838
|
-
}
|
|
1839
|
-
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
1840
|
-
height: 100%;
|
|
1841
|
-
}
|
|
1842
|
-
.Toolbar-module_center__3_H8M {
|
|
1843
|
-
width: 100%;
|
|
1844
|
-
max-width: 650px;
|
|
1845
|
-
margin-right: auto;
|
|
1846
|
-
margin-left: auto;
|
|
1847
|
-
}
|
|
1848
|
-
.Toolbar-module_game__5-jY_ {
|
|
1849
|
-
margin-top: 11px
|
|
1850
|
-
}
|
|
1851
|
-
@media only screen and (min-width: 32em) {
|
|
1852
|
-
.Toolbar-module_game__5-jY_ {
|
|
1853
|
-
margin-top: 18px
|
|
1854
|
-
}
|
|
1855
|
-
}
|
|
1856
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1857
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1858
|
-
justify-content: center
|
|
1859
|
-
}
|
|
1860
|
-
@media only screen and (min-width: 32em) {
|
|
1861
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1862
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1863
|
-
display: -webkit-box;
|
|
1864
|
-
display: -webkit-flex;
|
|
1865
|
-
display: -ms-flexbox;
|
|
1866
|
-
display: flex
|
|
1867
|
-
}
|
|
1868
|
-
}
|
|
1869
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1870
|
-
width: 260px
|
|
1871
|
-
}
|
|
1872
|
-
@media only screen and (min-width: 32em) {
|
|
1873
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1874
|
-
width: auto
|
|
1875
|
-
}
|
|
1876
|
-
}
|
|
1877
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1878
|
-
content: none
|
|
1879
|
-
}
|
|
1880
|
-
@media only screen and (min-width: 32em) {
|
|
1881
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1882
|
-
content: ''
|
|
1883
|
-
}
|
|
1884
|
-
}
|
|
1885
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
1886
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
1887
|
-
content: none;
|
|
1888
|
-
}
|
|
1889
|
-
@media only screen and (min-width: 64em) {
|
|
1890
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1891
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1892
|
-
margin-left: 0
|
|
1893
|
-
}
|
|
1894
|
-
}
|
|
1895
|
-
.Toolbar-module_isDark__k1U0i .Toolbar-module_item__36x7d::before,
|
|
1896
|
-
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
1897
|
-
border-left-color: rgba(255, 255, 255, 0.2);
|
|
1898
|
-
}
|
|
1899
|
-
[data-context='prodano'] .Toolbar-module_root__2HF2r {
|
|
1900
|
-
display: none;
|
|
1901
|
-
}
|
|
1902
|
-
|
|
1903
|
-
/* Colors */
|
|
1904
|
-
/* Fonts */
|
|
1905
|
-
/* Gap */
|
|
1906
|
-
/* Media */
|
|
1907
|
-
/* 512 */
|
|
1908
|
-
/* 650 */
|
|
1909
|
-
/* 768 */
|
|
1910
|
-
/* 1024 */
|
|
1911
|
-
/* 1010 */
|
|
1912
|
-
/* 1200 */
|
|
1913
|
-
/* 511 */
|
|
1914
|
-
/* 1023 */
|
|
1915
|
-
/* Zindex */
|
|
1916
|
-
.Popover-module_root__1v6f_ {
|
|
1917
|
-
position: fixed;
|
|
1918
|
-
z-index: 1000;
|
|
1919
|
-
top: 0;
|
|
1920
|
-
left: 0;
|
|
1921
|
-
|
|
1922
|
-
display: -webkit-box;
|
|
1923
|
-
|
|
1924
|
-
display: -webkit-flex;
|
|
1925
|
-
|
|
1781
|
+
|
|
1926
1782
|
display: -ms-flexbox;
|
|
1927
1783
|
|
|
1928
1784
|
display: flex;
|
|
@@ -2124,84 +1980,228 @@
|
|
|
2124
1980
|
/* 511 */
|
|
2125
1981
|
/* 1023 */
|
|
2126
1982
|
/* Zindex */
|
|
2127
|
-
.
|
|
1983
|
+
.Toolbar-module_root__2HF2r {
|
|
1984
|
+
overflow: hidden;
|
|
1985
|
+
|
|
2128
1986
|
transform: translateZ(0);
|
|
2129
1987
|
|
|
2130
1988
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2131
|
-
font-size: 12px;
|
|
2132
|
-
line-height: 15px;
|
|
2133
|
-
|
|
2134
|
-
fill: inherit;
|
|
2135
1989
|
}
|
|
2136
|
-
.
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
.Meta-module_game__3aNlZ,
|
|
2143
|
-
.Meta-module_isInMaterial__zaYMy {
|
|
2144
|
-
width: 100%;
|
|
1990
|
+
.Toolbar-module_list__1n5ny {
|
|
1991
|
+
display: -webkit-box;
|
|
1992
|
+
display: -webkit-flex;
|
|
1993
|
+
display: -ms-flexbox;
|
|
1994
|
+
display: flex;
|
|
1995
|
+
flex-flow: row wrap;
|
|
2145
1996
|
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
1997
|
+
margin: 0 0 0 -10px;
|
|
1998
|
+
padding: 0;
|
|
1999
|
+
|
|
2000
|
+
list-style: none
|
|
2150
2001
|
}
|
|
2151
|
-
|
|
2152
|
-
|
|
2002
|
+
@media only screen and (min-width: 64em) {
|
|
2003
|
+
.Toolbar-module_list__1n5ny {
|
|
2004
|
+
margin: 0 0 0 -15px
|
|
2153
2005
|
}
|
|
2154
|
-
|
|
2155
|
-
.
|
|
2156
|
-
|
|
2157
|
-
|
|
2006
|
+
}
|
|
2007
|
+
.Toolbar-module_item__36x7d {
|
|
2008
|
+
position: relative;
|
|
2009
|
+
|
|
2010
|
+
min-width: 42px;
|
|
2011
|
+
height: 32px;
|
|
2012
|
+
padding-right: 10px;
|
|
2013
|
+
padding-left: 10px;
|
|
2014
|
+
|
|
2015
|
+
cursor: pointer;
|
|
2016
|
+
transition: color 250ms ease;
|
|
2017
|
+
text-align: center;
|
|
2018
|
+
|
|
2019
|
+
color: #808080;
|
|
2020
|
+
|
|
2021
|
+
line-height: 1
|
|
2158
2022
|
}
|
|
2159
2023
|
@media only screen and (min-width: 64em) {
|
|
2160
|
-
.
|
|
2161
|
-
|
|
2024
|
+
.Toolbar-module_item__36x7d {
|
|
2025
|
+
padding-right: 15px;
|
|
2026
|
+
padding-left: 15px
|
|
2162
2027
|
}
|
|
2163
2028
|
}
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
.Meta-module_card__LE1RK,
|
|
2167
|
-
.Meta-module_slide__3g6fG,
|
|
2168
|
-
.Meta-module_game__3aNlZ,
|
|
2169
|
-
.Meta-module_center__3BBPr {
|
|
2170
|
-
text-align: center
|
|
2029
|
+
.Toolbar-module_item__36x7d:last-child {
|
|
2030
|
+
margin-right: 0;
|
|
2171
2031
|
}
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2032
|
+
.Toolbar-module_item__36x7d::before {
|
|
2033
|
+
position: absolute;
|
|
2034
|
+
top: 7px;
|
|
2035
|
+
left: 0;
|
|
2175
2036
|
|
|
2176
|
-
|
|
2037
|
+
height: 18px;
|
|
2038
|
+
|
|
2039
|
+
content: '';
|
|
2040
|
+
vertical-align: middle;
|
|
2041
|
+
|
|
2042
|
+
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
2177
2043
|
}
|
|
2178
|
-
.
|
|
2179
|
-
|
|
2180
|
-
color: rgba(0, 0, 0, 0.4);
|
|
2044
|
+
.Toolbar-module_item__36x7d:empty {
|
|
2045
|
+
display: none;
|
|
2181
2046
|
}
|
|
2182
|
-
.
|
|
2183
|
-
|
|
2184
|
-
.Meta-module_slide__3g6fG,
|
|
2185
|
-
.Meta-module_podcast__1m4zo {
|
|
2186
|
-
display: -webkit-box;
|
|
2187
|
-
display: -webkit-flex;
|
|
2188
|
-
display: -ms-flexbox;
|
|
2189
|
-
display: flex;
|
|
2190
|
-
align-items: center;
|
|
2191
|
-
flex-flow: row wrap
|
|
2047
|
+
.Toolbar-module_isInTopbar__223iP {
|
|
2048
|
+
height: 100%;
|
|
2192
2049
|
}
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
.Meta-module_card__LE1RK,
|
|
2196
|
-
.Meta-module_slide__3g6fG,
|
|
2197
|
-
.Meta-module_podcast__1m4zo {
|
|
2198
|
-
display: block
|
|
2050
|
+
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
2051
|
+
height: 100%;
|
|
2199
2052
|
}
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2053
|
+
.Toolbar-module_center__3_H8M {
|
|
2054
|
+
width: 100%;
|
|
2055
|
+
max-width: 650px;
|
|
2056
|
+
margin-right: auto;
|
|
2057
|
+
margin-left: auto;
|
|
2058
|
+
}
|
|
2059
|
+
.Toolbar-module_game__5-jY_ {
|
|
2060
|
+
margin-top: 11px
|
|
2061
|
+
}
|
|
2062
|
+
@media only screen and (min-width: 32em) {
|
|
2063
|
+
.Toolbar-module_game__5-jY_ {
|
|
2064
|
+
margin-top: 18px
|
|
2065
|
+
}
|
|
2066
|
+
}
|
|
2067
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2068
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2069
|
+
justify-content: center
|
|
2070
|
+
}
|
|
2071
|
+
@media only screen and (min-width: 32em) {
|
|
2072
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2073
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2074
|
+
display: -webkit-box;
|
|
2075
|
+
display: -webkit-flex;
|
|
2076
|
+
display: -ms-flexbox;
|
|
2077
|
+
display: flex
|
|
2078
|
+
}
|
|
2079
|
+
}
|
|
2080
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
2081
|
+
width: 260px
|
|
2082
|
+
}
|
|
2083
|
+
@media only screen and (min-width: 32em) {
|
|
2084
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
2085
|
+
width: auto
|
|
2086
|
+
}
|
|
2087
|
+
}
|
|
2088
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
2089
|
+
content: none
|
|
2090
|
+
}
|
|
2091
|
+
@media only screen and (min-width: 32em) {
|
|
2092
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
2093
|
+
content: ''
|
|
2094
|
+
}
|
|
2095
|
+
}
|
|
2096
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
2097
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
2098
|
+
content: none;
|
|
2099
|
+
}
|
|
2100
|
+
@media only screen and (min-width: 64em) {
|
|
2101
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2102
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2103
|
+
margin-left: 0
|
|
2104
|
+
}
|
|
2105
|
+
}
|
|
2106
|
+
.Toolbar-module_isDark__k1U0i .Toolbar-module_item__36x7d::before,
|
|
2107
|
+
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
2108
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
2109
|
+
}
|
|
2110
|
+
[data-context='prodano'] .Toolbar-module_root__2HF2r {
|
|
2111
|
+
display: none;
|
|
2112
|
+
}
|
|
2113
|
+
|
|
2114
|
+
/* Colors */
|
|
2115
|
+
/* Fonts */
|
|
2116
|
+
/* Gap */
|
|
2117
|
+
/* Media */
|
|
2118
|
+
/* 512 */
|
|
2119
|
+
/* 650 */
|
|
2120
|
+
/* 768 */
|
|
2121
|
+
/* 1024 */
|
|
2122
|
+
/* 1010 */
|
|
2123
|
+
/* 1200 */
|
|
2124
|
+
/* 511 */
|
|
2125
|
+
/* 1023 */
|
|
2126
|
+
/* Zindex */
|
|
2127
|
+
.Meta-module_root__12AG7 {
|
|
2128
|
+
transform: translateZ(0);
|
|
2129
|
+
|
|
2130
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2131
|
+
font-size: 12px;
|
|
2132
|
+
line-height: 15px;
|
|
2133
|
+
|
|
2134
|
+
fill: inherit;
|
|
2135
|
+
}
|
|
2136
|
+
.Meta-module_rich__1XBtZ,
|
|
2137
|
+
.Meta-module_podcast__1m4zo,
|
|
2138
|
+
.Meta-module_episode__1K2Xv,
|
|
2139
|
+
.Meta-module_simple__3vUiI,
|
|
2140
|
+
.Meta-module_slide__3g6fG,
|
|
2141
|
+
.Meta-module_card__LE1RK,
|
|
2142
|
+
.Meta-module_game__3aNlZ,
|
|
2143
|
+
.Meta-module_isInMaterial__zaYMy {
|
|
2144
|
+
width: 100%;
|
|
2145
|
+
|
|
2146
|
+
color: rgba(0, 0, 0, 0.4);
|
|
2147
|
+
}
|
|
2148
|
+
.Meta-module_podcast__1m4zo {
|
|
2149
|
+
fill: currentColor;
|
|
2150
|
+
}
|
|
2151
|
+
.Meta-module_isInSearchItem__1wbpx {
|
|
2152
|
+
color: rgba(255, 255, 255, 0.7);
|
|
2153
|
+
}
|
|
2154
|
+
.Meta-module_slide__3g6fG.Meta-module_isInMediaBlock__3xfPF,
|
|
2155
|
+
.Meta-module_card__LE1RK.Meta-module_isInMediaBlock__3xfPF,
|
|
2156
|
+
.Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF {
|
|
2157
|
+
text-align: left;
|
|
2158
|
+
}
|
|
2159
|
+
@media only screen and (min-width: 64em) {
|
|
2160
|
+
.Meta-module_center__3BBPr.Meta-module_half__1xRkT {
|
|
2161
|
+
text-align: left
|
|
2162
|
+
}
|
|
2163
|
+
}
|
|
2164
|
+
@media only screen and (min-width: 32em) {
|
|
2165
|
+
.Meta-module_episode__1K2Xv,
|
|
2166
|
+
.Meta-module_card__LE1RK,
|
|
2167
|
+
.Meta-module_slide__3g6fG,
|
|
2168
|
+
.Meta-module_game__3aNlZ,
|
|
2169
|
+
.Meta-module_center__3BBPr {
|
|
2170
|
+
text-align: center
|
|
2171
|
+
}
|
|
2172
|
+
}
|
|
2173
|
+
.Meta-module_light__2baE- {
|
|
2174
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2175
|
+
|
|
2176
|
+
fill: currentColor;
|
|
2177
|
+
}
|
|
2178
|
+
.Meta-module_dark__24y9m,
|
|
2179
|
+
.Meta-module_isDark__3g22f {
|
|
2180
|
+
color: rgba(0, 0, 0, 0.4);
|
|
2181
|
+
}
|
|
2182
|
+
.Meta-module_episode__1K2Xv,
|
|
2183
|
+
.Meta-module_card__LE1RK,
|
|
2184
|
+
.Meta-module_slide__3g6fG,
|
|
2185
|
+
.Meta-module_podcast__1m4zo {
|
|
2186
|
+
display: -webkit-box;
|
|
2187
|
+
display: -webkit-flex;
|
|
2188
|
+
display: -ms-flexbox;
|
|
2189
|
+
display: flex;
|
|
2190
|
+
align-items: center;
|
|
2191
|
+
flex-flow: row wrap
|
|
2192
|
+
}
|
|
2193
|
+
@media only screen and (min-width: 48em) {
|
|
2194
|
+
.Meta-module_episode__1K2Xv,
|
|
2195
|
+
.Meta-module_card__LE1RK,
|
|
2196
|
+
.Meta-module_slide__3g6fG,
|
|
2197
|
+
.Meta-module_podcast__1m4zo {
|
|
2198
|
+
display: block
|
|
2199
|
+
}
|
|
2200
|
+
}
|
|
2201
|
+
@media only screen and (max-width: 32.1875em) {
|
|
2202
|
+
.Meta-module_hasSource__2lXiN {
|
|
2203
|
+
display: -webkit-box;
|
|
2204
|
+
display: -webkit-flex;
|
|
2205
2205
|
display: -ms-flexbox;
|
|
2206
2206
|
display: flex;
|
|
2207
2207
|
flex-flow: row wrap
|
|
@@ -2697,6 +2697,77 @@
|
|
|
2697
2697
|
}
|
|
2698
2698
|
|
|
2699
2699
|
|
|
2700
|
+
/* Colors */
|
|
2701
|
+
/* Fonts */
|
|
2702
|
+
/* Gap */
|
|
2703
|
+
/* Media */
|
|
2704
|
+
/* 512 */
|
|
2705
|
+
/* 650 */
|
|
2706
|
+
/* 768 */
|
|
2707
|
+
/* 1024 */
|
|
2708
|
+
/* 1010 */
|
|
2709
|
+
/* 1200 */
|
|
2710
|
+
/* 511 */
|
|
2711
|
+
/* 1023 */
|
|
2712
|
+
/* Zindex */
|
|
2713
|
+
.ImportantLead-module_root__2BdT3 {
|
|
2714
|
+
margin: 18px 0;
|
|
2715
|
+
padding: 12px 12px 13px;
|
|
2716
|
+
|
|
2717
|
+
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
2718
|
+
border-radius: 4px;
|
|
2719
|
+
border-radius: 8px;
|
|
2720
|
+
background: #FFF8C4;
|
|
2721
|
+
|
|
2722
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2723
|
+
font-size: 16px;
|
|
2724
|
+
font-weight: normal;
|
|
2725
|
+
line-height: 20px
|
|
2726
|
+
}
|
|
2727
|
+
@media only screen and (min-width: 32em) {
|
|
2728
|
+
.ImportantLead-module_root__2BdT3 {
|
|
2729
|
+
margin: 25px 0;
|
|
2730
|
+
padding: 12px 15px 13px;
|
|
2731
|
+
|
|
2732
|
+
font-size: 17px;
|
|
2733
|
+
line-height: 24px
|
|
2734
|
+
}
|
|
2735
|
+
}
|
|
2736
|
+
.ImportantLead-module_root__2BdT3:last-child {
|
|
2737
|
+
margin-bottom: 0;
|
|
2738
|
+
}
|
|
2739
|
+
.ImportantLead-module_root__2BdT3:first-child {
|
|
2740
|
+
margin-top: 0;
|
|
2741
|
+
}
|
|
2742
|
+
.ImportantLead-module_root__2BdT3 a {
|
|
2743
|
+
color: #000;
|
|
2744
|
+
box-shadow: inset 0 -1px #000;
|
|
2745
|
+
}
|
|
2746
|
+
.ImportantLead-module_root__2BdT3 a:hover {
|
|
2747
|
+
color: #b88b59;
|
|
2748
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2749
|
+
}
|
|
2750
|
+
.ImportantLead-module_slide__3kQ9x {
|
|
2751
|
+
max-width: 650px;
|
|
2752
|
+
margin-right: auto;
|
|
2753
|
+
margin-left: auto;
|
|
2754
|
+
}
|
|
2755
|
+
/* VISIBILITY */
|
|
2756
|
+
@media only screen and (min-width: 32em) {
|
|
2757
|
+
.ImportantLead-module_mobile__3BXbm {
|
|
2758
|
+
display: none
|
|
2759
|
+
}
|
|
2760
|
+
}
|
|
2761
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
2762
|
+
display: none
|
|
2763
|
+
}
|
|
2764
|
+
@media only screen and (min-width: 32em) {
|
|
2765
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
2766
|
+
display: block
|
|
2767
|
+
}
|
|
2768
|
+
}
|
|
2769
|
+
|
|
2770
|
+
|
|
2700
2771
|
/* Colors */
|
|
2701
2772
|
/* Fonts */
|
|
2702
2773
|
/* Gap */
|
|
@@ -2813,64 +2884,155 @@
|
|
|
2813
2884
|
/* 511 */
|
|
2814
2885
|
/* 1023 */
|
|
2815
2886
|
/* Zindex */
|
|
2816
|
-
.
|
|
2817
|
-
margin:
|
|
2818
|
-
padding:
|
|
2887
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2888
|
+
margin: calc(15rem / 16) 0;
|
|
2889
|
+
padding: 0;
|
|
2819
2890
|
|
|
2820
|
-
|
|
2821
|
-
border-radius: 4px;
|
|
2822
|
-
border-radius: 8px;
|
|
2823
|
-
background: #FFF8C4;
|
|
2891
|
+
list-style: none;
|
|
2824
2892
|
|
|
2825
|
-
font-family: '
|
|
2826
|
-
font-size:
|
|
2827
|
-
|
|
2828
|
-
line-height: 20px
|
|
2893
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
2894
|
+
font-size: calc(18rem / 16);
|
|
2895
|
+
line-height: calc(24rem / 16)
|
|
2829
2896
|
}
|
|
2830
2897
|
@media only screen and (min-width: 32em) {
|
|
2831
|
-
.
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
font-size: 17px;
|
|
2836
|
-
line-height: 24px
|
|
2898
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2899
|
+
font-size: 20px;
|
|
2900
|
+
line-height: 28px
|
|
2837
2901
|
}
|
|
2838
2902
|
}
|
|
2839
|
-
|
|
2840
|
-
|
|
2903
|
+
@media only screen and (min-width: 48em) {
|
|
2904
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2905
|
+
margin: 20px 0
|
|
2841
2906
|
}
|
|
2842
|
-
|
|
2907
|
+
}
|
|
2908
|
+
.ListBlock-module_root__3Q3Ga:first-child {
|
|
2843
2909
|
margin-top: 0;
|
|
2844
2910
|
}
|
|
2845
|
-
.
|
|
2846
|
-
|
|
2847
|
-
box-shadow: inset 0 -1px #000;
|
|
2911
|
+
.ListBlock-module_root__3Q3Ga:last-child {
|
|
2912
|
+
margin-bottom: 0;
|
|
2848
2913
|
}
|
|
2849
|
-
.
|
|
2914
|
+
.ListBlock-module_root__3Q3Ga a {
|
|
2915
|
+
color: inherit;
|
|
2916
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2917
|
+
}
|
|
2918
|
+
.ListBlock-module_root__3Q3Ga a:hover {
|
|
2850
2919
|
color: #b88b59;
|
|
2920
|
+
}
|
|
2921
|
+
.ListBlock-module_root__3Q3Ga li {
|
|
2922
|
+
position: relative;
|
|
2923
|
+
|
|
2924
|
+
margin-bottom: 6px;
|
|
2925
|
+
}
|
|
2926
|
+
.ListBlock-module_root__3Q3Ga mark {
|
|
2927
|
+
position: relative;
|
|
2928
|
+
|
|
2929
|
+
white-space: pre-wrap;
|
|
2930
|
+
|
|
2931
|
+
background-color: #fff3bc;
|
|
2932
|
+
|
|
2933
|
+
font-weight: inherit;
|
|
2934
|
+
font-style: inherit
|
|
2935
|
+
}
|
|
2936
|
+
@media only screen and (min-width: 32em) {
|
|
2937
|
+
.ListBlock-module_root__3Q3Ga mark {
|
|
2938
|
+
padding-bottom: 1px
|
|
2939
|
+
}
|
|
2940
|
+
}
|
|
2941
|
+
.ListBlock-module_root__3Q3Ga a mark {
|
|
2942
|
+
color: inherit;
|
|
2851
2943
|
box-shadow: inset 0 -1px #b88b59;
|
|
2852
2944
|
}
|
|
2853
|
-
.
|
|
2945
|
+
.ListBlock-module_ol__21CgV {
|
|
2946
|
+
counter-reset: list 0;
|
|
2947
|
+
}
|
|
2948
|
+
.ListBlock-module_ol__21CgV li {
|
|
2949
|
+
padding: 0 0 0 33px;
|
|
2950
|
+
}
|
|
2951
|
+
.ListBlock-module_ol__21CgV li::before {
|
|
2952
|
+
position: absolute;
|
|
2953
|
+
left: 0;
|
|
2954
|
+
|
|
2955
|
+
width: 23px;
|
|
2956
|
+
|
|
2957
|
+
content: counter(list) '. ';
|
|
2958
|
+
counter-increment: list;
|
|
2959
|
+
text-align: right;
|
|
2960
|
+
white-space: nowrap;
|
|
2961
|
+
}
|
|
2962
|
+
.ListBlock-module_ul__2MRrS li {
|
|
2963
|
+
padding: 0 0 0 23px
|
|
2964
|
+
}
|
|
2965
|
+
@media only screen and (min-width: 48em) {
|
|
2966
|
+
.ListBlock-module_ul__2MRrS li {
|
|
2967
|
+
padding: 0 0 0 38px
|
|
2968
|
+
}
|
|
2969
|
+
}
|
|
2970
|
+
.ListBlock-module_ul__2MRrS li:last-child {
|
|
2971
|
+
margin-bottom: 0;
|
|
2972
|
+
}
|
|
2973
|
+
.ListBlock-module_ul__2MRrS li::before {
|
|
2974
|
+
position: absolute;
|
|
2975
|
+
top: 0;
|
|
2976
|
+
left: 5px;
|
|
2977
|
+
|
|
2978
|
+
width: 8px;
|
|
2979
|
+
|
|
2980
|
+
content: '\2022';
|
|
2981
|
+
text-align: center;
|
|
2982
|
+
|
|
2983
|
+
color: #b88b59;
|
|
2984
|
+
|
|
2985
|
+
font-size: 18px;
|
|
2986
|
+
line-height: inherit
|
|
2987
|
+
}
|
|
2988
|
+
@media only screen and (min-width: 48em) {
|
|
2989
|
+
.ListBlock-module_ul__2MRrS li::before {
|
|
2990
|
+
left: 0;
|
|
2991
|
+
|
|
2992
|
+
width: 36px;
|
|
2993
|
+
|
|
2994
|
+
text-align: center;
|
|
2995
|
+
|
|
2996
|
+
font-size: 20px
|
|
2997
|
+
}
|
|
2998
|
+
}
|
|
2999
|
+
.ListBlock-module_center__tdIwd {
|
|
2854
3000
|
max-width: 650px;
|
|
2855
3001
|
margin-right: auto;
|
|
2856
3002
|
margin-left: auto;
|
|
2857
3003
|
}
|
|
3004
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
3005
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3006
|
+
font-size: 1rem;
|
|
3007
|
+
line-height: calc(20rem / 16)
|
|
3008
|
+
}
|
|
3009
|
+
@media only screen and (min-width: 48em) {
|
|
3010
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
3011
|
+
font-size: 17px;
|
|
3012
|
+
line-height: 24px
|
|
3013
|
+
}
|
|
3014
|
+
}
|
|
3015
|
+
.ListBlock-module_dark__3E3tV a {
|
|
3016
|
+
color: inherit;
|
|
3017
|
+
}
|
|
3018
|
+
.ListBlock-module_dark__3E3tV a:hover {
|
|
3019
|
+
color: #b88b59;
|
|
3020
|
+
}
|
|
2858
3021
|
/* VISIBILITY */
|
|
2859
3022
|
@media only screen and (min-width: 32em) {
|
|
2860
|
-
.
|
|
3023
|
+
.ListBlock-module_mobile__2-nuV {
|
|
2861
3024
|
display: none
|
|
2862
3025
|
}
|
|
2863
3026
|
}
|
|
2864
|
-
.
|
|
3027
|
+
.ListBlock-module_desktop__1EE0g {
|
|
2865
3028
|
display: none
|
|
2866
3029
|
}
|
|
2867
3030
|
@media only screen and (min-width: 32em) {
|
|
2868
|
-
.
|
|
3031
|
+
.ListBlock-module_desktop__1EE0g {
|
|
2869
3032
|
display: block
|
|
2870
3033
|
}
|
|
2871
3034
|
}
|
|
2872
3035
|
|
|
2873
|
-
|
|
2874
3036
|
/* Colors */
|
|
2875
3037
|
/* Fonts */
|
|
2876
3038
|
/* Gap */
|
|
@@ -3014,264 +3176,102 @@
|
|
|
3014
3176
|
/* 511 */
|
|
3015
3177
|
/* 1023 */
|
|
3016
3178
|
/* Zindex */
|
|
3017
|
-
.
|
|
3018
|
-
margin:
|
|
3019
|
-
padding: 0;
|
|
3020
|
-
|
|
3021
|
-
list-style: none;
|
|
3179
|
+
.RichTitle-module_root__BK_WT {
|
|
3180
|
+
margin: 0 0 18px;
|
|
3022
3181
|
|
|
3023
|
-
font-family: '
|
|
3024
|
-
font-size:
|
|
3025
|
-
|
|
3182
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3183
|
+
font-size: 19px;
|
|
3184
|
+
font-weight: 700;
|
|
3185
|
+
line-height: 23px
|
|
3026
3186
|
}
|
|
3027
|
-
@media only screen and (min-width:
|
|
3028
|
-
.
|
|
3029
|
-
|
|
3030
|
-
|
|
3187
|
+
@media only screen and (min-width: 48em) {
|
|
3188
|
+
.RichTitle-module_root__BK_WT {
|
|
3189
|
+
margin-bottom: 15px;
|
|
3190
|
+
|
|
3191
|
+
font-size: 37px;
|
|
3192
|
+
line-height: 42px
|
|
3031
3193
|
}
|
|
3032
3194
|
}
|
|
3195
|
+
.RichTitle-module_root__BK_WT:last-child {
|
|
3196
|
+
margin-bottom: 0;
|
|
3197
|
+
}
|
|
3198
|
+
.RichTitle-module_root__BK_WT span {
|
|
3199
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3200
|
+
font-size: 20px;
|
|
3201
|
+
font-weight: normal
|
|
3202
|
+
}
|
|
3033
3203
|
@media only screen and (min-width: 48em) {
|
|
3034
|
-
.
|
|
3035
|
-
|
|
3204
|
+
.RichTitle-module_root__BK_WT span {
|
|
3205
|
+
font-size: 38px
|
|
3036
3206
|
}
|
|
3037
3207
|
}
|
|
3038
|
-
|
|
3039
|
-
|
|
3208
|
+
@media only screen and (min-width: 32em) {
|
|
3209
|
+
.RichTitle-module_slide__1A-gB,
|
|
3210
|
+
.RichTitle-module_game__1g8Bn {
|
|
3211
|
+
text-align: center
|
|
3040
3212
|
}
|
|
3041
|
-
|
|
3042
|
-
|
|
3213
|
+
}
|
|
3214
|
+
@media only screen and (min-width: 64em) {
|
|
3215
|
+
.RichTitle-module_half__10GRI {
|
|
3216
|
+
font-size: 33px;
|
|
3217
|
+
line-height: 36px
|
|
3043
3218
|
}
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3219
|
+
}
|
|
3220
|
+
@media only screen and (min-width: 64em) {
|
|
3221
|
+
.RichTitle-module_half__10GRI span {
|
|
3222
|
+
font-size: 34px
|
|
3047
3223
|
}
|
|
3048
|
-
|
|
3049
|
-
|
|
3224
|
+
}
|
|
3225
|
+
.RichTitle-module_game__1g8Bn:first-child {
|
|
3226
|
+
padding-top: 9px;
|
|
3050
3227
|
}
|
|
3051
|
-
|
|
3052
|
-
|
|
3228
|
+
@media only screen and (max-width: 63.9375em) {
|
|
3229
|
+
.RichTitle-module_featured__wJfaQ {
|
|
3230
|
+
letter-spacing: 0.3px;
|
|
3053
3231
|
|
|
3054
|
-
|
|
3232
|
+
font-size: 28px;
|
|
3233
|
+
line-height: 30px
|
|
3055
3234
|
}
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3235
|
+
}
|
|
3236
|
+
@media only screen and (max-width: 63.9375em) {
|
|
3237
|
+
.RichTitle-module_featured__wJfaQ span {
|
|
3238
|
+
display: block;
|
|
3060
3239
|
|
|
3061
|
-
|
|
3240
|
+
padding-top: 2px;
|
|
3062
3241
|
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
}
|
|
3066
|
-
@media only screen and (min-width: 32em) {
|
|
3067
|
-
.ListBlock-module_root__3Q3Ga mark {
|
|
3068
|
-
padding-bottom: 1px
|
|
3242
|
+
font-size: 18px;
|
|
3243
|
+
line-height: 24px
|
|
3069
3244
|
}
|
|
3070
3245
|
}
|
|
3071
|
-
.
|
|
3072
|
-
|
|
3073
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
3246
|
+
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3247
|
+
text-align: left
|
|
3074
3248
|
}
|
|
3075
|
-
|
|
3076
|
-
|
|
3249
|
+
@media only screen and (min-width: 64em) {
|
|
3250
|
+
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3251
|
+
margin-bottom: 18px
|
|
3077
3252
|
}
|
|
3078
|
-
|
|
3079
|
-
|
|
3253
|
+
}
|
|
3254
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3255
|
+
font-size: 19px;
|
|
3256
|
+
line-height: 23px
|
|
3080
3257
|
}
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
width: 23px;
|
|
3086
|
-
|
|
3087
|
-
content: counter(list) '. ';
|
|
3088
|
-
counter-increment: list;
|
|
3089
|
-
text-align: right;
|
|
3090
|
-
white-space: nowrap;
|
|
3258
|
+
@media only screen and (min-width: 64em) {
|
|
3259
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3260
|
+
font-size: 1.3rem;
|
|
3261
|
+
line-height: 1.6rem
|
|
3091
3262
|
}
|
|
3092
|
-
|
|
3093
|
-
|
|
3263
|
+
}
|
|
3264
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3265
|
+
font-size: 20px
|
|
3094
3266
|
}
|
|
3095
|
-
@media only screen and (min-width:
|
|
3096
|
-
.
|
|
3097
|
-
|
|
3267
|
+
@media only screen and (min-width: 64em) {
|
|
3268
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3269
|
+
font-size: 1.35rem
|
|
3098
3270
|
}
|
|
3099
3271
|
}
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
.ListBlock-module_ul__2MRrS li::before {
|
|
3104
|
-
position: absolute;
|
|
3105
|
-
top: 0;
|
|
3106
|
-
left: 5px;
|
|
3107
|
-
|
|
3108
|
-
width: 8px;
|
|
3109
|
-
|
|
3110
|
-
content: '\2022';
|
|
3111
|
-
text-align: center;
|
|
3112
|
-
|
|
3113
|
-
color: #b88b59;
|
|
3114
|
-
|
|
3115
|
-
font-size: 18px;
|
|
3116
|
-
line-height: inherit
|
|
3117
|
-
}
|
|
3118
|
-
@media only screen and (min-width: 48em) {
|
|
3119
|
-
.ListBlock-module_ul__2MRrS li::before {
|
|
3120
|
-
left: 0;
|
|
3121
|
-
|
|
3122
|
-
width: 36px;
|
|
3123
|
-
|
|
3124
|
-
text-align: center;
|
|
3125
|
-
|
|
3126
|
-
font-size: 20px
|
|
3127
|
-
}
|
|
3128
|
-
}
|
|
3129
|
-
.ListBlock-module_center__tdIwd {
|
|
3130
|
-
max-width: 650px;
|
|
3131
|
-
margin-right: auto;
|
|
3132
|
-
margin-left: auto;
|
|
3133
|
-
}
|
|
3134
|
-
.ListBlock-module_isInImportantLead__UP0ic {
|
|
3135
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3136
|
-
font-size: 1rem;
|
|
3137
|
-
line-height: calc(20rem / 16)
|
|
3138
|
-
}
|
|
3139
|
-
@media only screen and (min-width: 48em) {
|
|
3140
|
-
.ListBlock-module_isInImportantLead__UP0ic {
|
|
3141
|
-
font-size: 17px;
|
|
3142
|
-
line-height: 24px
|
|
3143
|
-
}
|
|
3144
|
-
}
|
|
3145
|
-
.ListBlock-module_dark__3E3tV a {
|
|
3146
|
-
color: inherit;
|
|
3147
|
-
}
|
|
3148
|
-
.ListBlock-module_dark__3E3tV a:hover {
|
|
3149
|
-
color: #b88b59;
|
|
3150
|
-
}
|
|
3151
|
-
/* VISIBILITY */
|
|
3152
|
-
@media only screen and (min-width: 32em) {
|
|
3153
|
-
.ListBlock-module_mobile__2-nuV {
|
|
3154
|
-
display: none
|
|
3155
|
-
}
|
|
3156
|
-
}
|
|
3157
|
-
.ListBlock-module_desktop__1EE0g {
|
|
3158
|
-
display: none
|
|
3159
|
-
}
|
|
3160
|
-
@media only screen and (min-width: 32em) {
|
|
3161
|
-
.ListBlock-module_desktop__1EE0g {
|
|
3162
|
-
display: block
|
|
3163
|
-
}
|
|
3164
|
-
}
|
|
3165
|
-
|
|
3166
|
-
/* Colors */
|
|
3167
|
-
/* Fonts */
|
|
3168
|
-
/* Gap */
|
|
3169
|
-
/* Media */
|
|
3170
|
-
/* 512 */
|
|
3171
|
-
/* 650 */
|
|
3172
|
-
/* 768 */
|
|
3173
|
-
/* 1024 */
|
|
3174
|
-
/* 1010 */
|
|
3175
|
-
/* 1200 */
|
|
3176
|
-
/* 511 */
|
|
3177
|
-
/* 1023 */
|
|
3178
|
-
/* Zindex */
|
|
3179
|
-
.RichTitle-module_root__BK_WT {
|
|
3180
|
-
margin: 0 0 18px;
|
|
3181
|
-
|
|
3182
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3183
|
-
font-size: 19px;
|
|
3184
|
-
font-weight: 700;
|
|
3185
|
-
line-height: 23px
|
|
3186
|
-
}
|
|
3187
|
-
@media only screen and (min-width: 48em) {
|
|
3188
|
-
.RichTitle-module_root__BK_WT {
|
|
3189
|
-
margin-bottom: 15px;
|
|
3190
|
-
|
|
3191
|
-
font-size: 37px;
|
|
3192
|
-
line-height: 42px
|
|
3193
|
-
}
|
|
3194
|
-
}
|
|
3195
|
-
.RichTitle-module_root__BK_WT:last-child {
|
|
3196
|
-
margin-bottom: 0;
|
|
3197
|
-
}
|
|
3198
|
-
.RichTitle-module_root__BK_WT span {
|
|
3199
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3200
|
-
font-size: 20px;
|
|
3201
|
-
font-weight: normal
|
|
3202
|
-
}
|
|
3203
|
-
@media only screen and (min-width: 48em) {
|
|
3204
|
-
.RichTitle-module_root__BK_WT span {
|
|
3205
|
-
font-size: 38px
|
|
3206
|
-
}
|
|
3207
|
-
}
|
|
3208
|
-
@media only screen and (min-width: 32em) {
|
|
3209
|
-
.RichTitle-module_slide__1A-gB,
|
|
3210
|
-
.RichTitle-module_game__1g8Bn {
|
|
3211
|
-
text-align: center
|
|
3212
|
-
}
|
|
3213
|
-
}
|
|
3214
|
-
@media only screen and (min-width: 64em) {
|
|
3215
|
-
.RichTitle-module_half__10GRI {
|
|
3216
|
-
font-size: 33px;
|
|
3217
|
-
line-height: 36px
|
|
3218
|
-
}
|
|
3219
|
-
}
|
|
3220
|
-
@media only screen and (min-width: 64em) {
|
|
3221
|
-
.RichTitle-module_half__10GRI span {
|
|
3222
|
-
font-size: 34px
|
|
3223
|
-
}
|
|
3224
|
-
}
|
|
3225
|
-
.RichTitle-module_game__1g8Bn:first-child {
|
|
3226
|
-
padding-top: 9px;
|
|
3227
|
-
}
|
|
3228
|
-
@media only screen and (max-width: 63.9375em) {
|
|
3229
|
-
.RichTitle-module_featured__wJfaQ {
|
|
3230
|
-
letter-spacing: 0.3px;
|
|
3231
|
-
|
|
3232
|
-
font-size: 28px;
|
|
3233
|
-
line-height: 30px
|
|
3234
|
-
}
|
|
3235
|
-
}
|
|
3236
|
-
@media only screen and (max-width: 63.9375em) {
|
|
3237
|
-
.RichTitle-module_featured__wJfaQ span {
|
|
3238
|
-
display: block;
|
|
3239
|
-
|
|
3240
|
-
padding-top: 2px;
|
|
3241
|
-
|
|
3242
|
-
font-size: 18px;
|
|
3243
|
-
line-height: 24px
|
|
3244
|
-
}
|
|
3245
|
-
}
|
|
3246
|
-
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3247
|
-
text-align: left
|
|
3248
|
-
}
|
|
3249
|
-
@media only screen and (min-width: 64em) {
|
|
3250
|
-
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3251
|
-
margin-bottom: 18px
|
|
3252
|
-
}
|
|
3253
|
-
}
|
|
3254
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3255
|
-
font-size: 19px;
|
|
3256
|
-
line-height: 23px
|
|
3257
|
-
}
|
|
3258
|
-
@media only screen and (min-width: 64em) {
|
|
3259
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3260
|
-
font-size: 1.3rem;
|
|
3261
|
-
line-height: 1.6rem
|
|
3262
|
-
}
|
|
3263
|
-
}
|
|
3264
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3265
|
-
font-size: 20px
|
|
3266
|
-
}
|
|
3267
|
-
@media only screen and (min-width: 64em) {
|
|
3268
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3269
|
-
font-size: 1.35rem
|
|
3270
|
-
}
|
|
3271
|
-
}
|
|
3272
|
-
@media only screen and (min-width: 32em) {
|
|
3273
|
-
.RichTitle-module_mobile__1Cb6E {
|
|
3274
|
-
display: none
|
|
3272
|
+
@media only screen and (min-width: 32em) {
|
|
3273
|
+
.RichTitle-module_mobile__1Cb6E {
|
|
3274
|
+
display: none
|
|
3275
3275
|
}
|
|
3276
3276
|
}
|
|
3277
3277
|
.RichTitle-module_desktop__2ixSQ {
|
|
@@ -3727,6 +3727,50 @@ a mark {
|
|
|
3727
3727
|
box-shadow: inset 0 -1px #b88b59;
|
|
3728
3728
|
}
|
|
3729
3729
|
|
|
3730
|
+
/* Colors */
|
|
3731
|
+
/* Fonts */
|
|
3732
|
+
/* Gap */
|
|
3733
|
+
/* Media */
|
|
3734
|
+
/* 512 */
|
|
3735
|
+
/* 650 */
|
|
3736
|
+
/* 768 */
|
|
3737
|
+
/* 1024 */
|
|
3738
|
+
/* 1010 */
|
|
3739
|
+
/* 1200 */
|
|
3740
|
+
/* 511 */
|
|
3741
|
+
/* 1023 */
|
|
3742
|
+
/* Zindex */
|
|
3743
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3744
|
+
margin: 0 0 18px;
|
|
3745
|
+
|
|
3746
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3747
|
+
font-size: 20px;
|
|
3748
|
+
font-weight: normal;
|
|
3749
|
+
line-height: 23px
|
|
3750
|
+
}
|
|
3751
|
+
@media only screen and (min-width: 48em) {
|
|
3752
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3753
|
+
margin-bottom: 15px;
|
|
3754
|
+
|
|
3755
|
+
font-size: 36px;
|
|
3756
|
+
line-height: 40px
|
|
3757
|
+
}
|
|
3758
|
+
}
|
|
3759
|
+
/* VISIBILITY */
|
|
3760
|
+
@media only screen and (min-width: 32em) {
|
|
3761
|
+
.SimpleTitle-module_mobile__11gBz {
|
|
3762
|
+
display: none
|
|
3763
|
+
}
|
|
3764
|
+
}
|
|
3765
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3766
|
+
display: none
|
|
3767
|
+
}
|
|
3768
|
+
@media only screen and (min-width: 32em) {
|
|
3769
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3770
|
+
display: block
|
|
3771
|
+
}
|
|
3772
|
+
}
|
|
3773
|
+
|
|
3730
3774
|
/* Colors */
|
|
3731
3775
|
/* Fonts */
|
|
3732
3776
|
/* Gap */
|
|
@@ -3867,39 +3911,274 @@ a mark {
|
|
|
3867
3911
|
/* 511 */
|
|
3868
3912
|
/* 1023 */
|
|
3869
3913
|
/* Zindex */
|
|
3870
|
-
.
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3874
|
-
font-size: 20px;
|
|
3875
|
-
font-weight: normal;
|
|
3876
|
-
line-height: 23px
|
|
3877
|
-
}
|
|
3878
|
-
@media only screen and (min-width: 48em) {
|
|
3879
|
-
.SimpleTitle-module_root__2jVQN {
|
|
3880
|
-
margin-bottom: 15px;
|
|
3914
|
+
.Spoiler-module_root__1OfSR {
|
|
3915
|
+
position: relative;
|
|
3881
3916
|
|
|
3882
|
-
|
|
3883
|
-
|
|
3884
|
-
|
|
3885
|
-
}
|
|
3886
|
-
/* VISIBILITY */
|
|
3887
|
-
@media only screen and (min-width: 32em) {
|
|
3888
|
-
.SimpleTitle-module_mobile__11gBz {
|
|
3889
|
-
display: none
|
|
3890
|
-
}
|
|
3891
|
-
}
|
|
3892
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
3893
|
-
display: none
|
|
3917
|
+
width: 100%;
|
|
3918
|
+
margin: 15px 0;
|
|
3919
|
+
padding: 24px 0 25px
|
|
3894
3920
|
}
|
|
3895
3921
|
@media only screen and (min-width: 32em) {
|
|
3896
|
-
.
|
|
3897
|
-
display:
|
|
3922
|
+
.Spoiler-module_root__1OfSR {
|
|
3923
|
+
display: -webkit-box;
|
|
3924
|
+
display: -webkit-flex;
|
|
3925
|
+
display: -ms-flexbox;
|
|
3926
|
+
display: flex;
|
|
3927
|
+
flex-flow: column nowrap;
|
|
3928
|
+
|
|
3929
|
+
margin: 25px auto 20px;
|
|
3930
|
+
padding: 23px 0
|
|
3898
3931
|
}
|
|
3899
3932
|
}
|
|
3933
|
+
.Spoiler-module_root__1OfSR::before,
|
|
3934
|
+
.Spoiler-module_root__1OfSR::after {
|
|
3935
|
+
position: absolute;
|
|
3936
|
+
left: 50%;
|
|
3937
|
+
z-index: 10;
|
|
3900
3938
|
|
|
3901
|
-
|
|
3902
|
-
|
|
3939
|
+
width: 100%;
|
|
3940
|
+
max-width: 650px;
|
|
3941
|
+
margin: 0 auto;
|
|
3942
|
+
|
|
3943
|
+
border-top: 3px solid rgba(0, 0, 0, 0.1);
|
|
3944
|
+
transform: translateX(-50%);
|
|
3945
|
+
|
|
3946
|
+
content: '';
|
|
3947
|
+
}
|
|
3948
|
+
.Spoiler-module_root__1OfSR::before {
|
|
3949
|
+
top: 0;
|
|
3950
|
+
}
|
|
3951
|
+
.Spoiler-module_root__1OfSR::after {
|
|
3952
|
+
bottom: 0;
|
|
3953
|
+
}
|
|
3954
|
+
.Spoiler-module_root__1OfSR:last-child {
|
|
3955
|
+
margin-bottom: 0;
|
|
3956
|
+
}
|
|
3957
|
+
.Spoiler-module_root__1OfSR:first-child {
|
|
3958
|
+
margin-top: 0;
|
|
3959
|
+
}
|
|
3960
|
+
.Spoiler-module_header__1rZUs {
|
|
3961
|
+
display: -webkit-box;
|
|
3962
|
+
display: -webkit-flex;
|
|
3963
|
+
display: -ms-flexbox;
|
|
3964
|
+
display: flex;
|
|
3965
|
+
flex-flow: column nowrap;
|
|
3966
|
+
justify-content: center;
|
|
3967
|
+
|
|
3968
|
+
width: 100%;
|
|
3969
|
+
max-width: 650px;
|
|
3970
|
+
margin-right: auto;
|
|
3971
|
+
margin-left: auto;
|
|
3972
|
+
}
|
|
3973
|
+
.Spoiler-module_header__1rZUs h3 {
|
|
3974
|
+
margin-top: 0;
|
|
3975
|
+
margin-bottom: 18px;
|
|
3976
|
+
|
|
3977
|
+
font-weight: 700;
|
|
3978
|
+
font-size: 21px;
|
|
3979
|
+
|
|
3980
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3981
|
+
line-height: 26px
|
|
3982
|
+
}
|
|
3983
|
+
@media only screen and (min-width: 32em) {
|
|
3984
|
+
.Spoiler-module_header__1rZUs h3 {
|
|
3985
|
+
margin-bottom: 20px;
|
|
3986
|
+
|
|
3987
|
+
font-size: 28px;
|
|
3988
|
+
line-height: 34px
|
|
3989
|
+
}
|
|
3990
|
+
}
|
|
3991
|
+
.Spoiler-module_body__Q1e_c {
|
|
3992
|
+
display: none;
|
|
3993
|
+
|
|
3994
|
+
width: 100%;
|
|
3995
|
+
padding-bottom: 13px
|
|
3996
|
+
}
|
|
3997
|
+
@media only screen and (min-width: 32em) {
|
|
3998
|
+
.Spoiler-module_body__Q1e_c {
|
|
3999
|
+
order: 2;
|
|
4000
|
+
|
|
4001
|
+
padding-top: 25px;
|
|
4002
|
+
padding-bottom: 0
|
|
4003
|
+
}
|
|
4004
|
+
}
|
|
4005
|
+
.Spoiler-module_spoiled__1A5r4 {
|
|
4006
|
+
min-height: auto
|
|
4007
|
+
}
|
|
4008
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4009
|
+
.Spoiler-module_spoiled__1A5r4 {
|
|
4010
|
+
padding-bottom: 0
|
|
4011
|
+
}
|
|
4012
|
+
}
|
|
4013
|
+
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_body__Q1e_c {
|
|
4014
|
+
display: block;
|
|
4015
|
+
}
|
|
4016
|
+
.Spoiler-module_footer__23mh7 {
|
|
4017
|
+
position: static;
|
|
4018
|
+
|
|
4019
|
+
width: 100%;
|
|
4020
|
+
max-width: 650px;
|
|
4021
|
+
margin-right: auto;
|
|
4022
|
+
margin-left: auto;
|
|
4023
|
+
}
|
|
4024
|
+
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4025
|
+
position: -webkit-sticky;
|
|
4026
|
+
position: sticky;
|
|
4027
|
+
bottom: 0;
|
|
4028
|
+
z-index: 10;
|
|
4029
|
+
|
|
4030
|
+
width: auto;
|
|
4031
|
+
margin-right: -20px;
|
|
4032
|
+
margin-left: -20px;
|
|
4033
|
+
padding: 12px 20px 20px;
|
|
4034
|
+
|
|
4035
|
+
background-image: -webkit-gradient(linear,
|
|
4036
|
+
left top, left bottom,
|
|
4037
|
+
from(rgba(255, 255, 255, 0)),
|
|
4038
|
+
color-stop(64%, #fff));
|
|
4039
|
+
|
|
4040
|
+
background-image: -o-linear-gradient(top,
|
|
4041
|
+
rgba(255, 255, 255, 0) 0%,
|
|
4042
|
+
#fff 64%);
|
|
4043
|
+
|
|
4044
|
+
background-image: linear-gradient(180deg,
|
|
4045
|
+
rgba(255, 255, 255, 0) 0%,
|
|
4046
|
+
#fff 64%);
|
|
4047
|
+
|
|
4048
|
+
-webkit-animation: Spoiler-module_spoilerSticky__3Kd30 500ms ease both;
|
|
4049
|
+
|
|
4050
|
+
animation: Spoiler-module_spoilerSticky__3Kd30 500ms ease both
|
|
4051
|
+
}
|
|
4052
|
+
@media only screen and (min-width: 32em) {
|
|
4053
|
+
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4054
|
+
position: static;
|
|
4055
|
+
|
|
4056
|
+
width: 100%;
|
|
4057
|
+
margin-right: auto;
|
|
4058
|
+
margin-left: auto;
|
|
4059
|
+
padding: 0;
|
|
4060
|
+
|
|
4061
|
+
background-image: none;
|
|
4062
|
+
|
|
4063
|
+
-webkit-animation: none;
|
|
4064
|
+
|
|
4065
|
+
animation: none
|
|
4066
|
+
}
|
|
4067
|
+
}
|
|
4068
|
+
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7::after {
|
|
4069
|
+
position: absolute;
|
|
4070
|
+
top: 100%;
|
|
4071
|
+
right: 0;
|
|
4072
|
+
left: 0;
|
|
4073
|
+
z-index: -1;
|
|
4074
|
+
|
|
4075
|
+
height: 16px;
|
|
4076
|
+
|
|
4077
|
+
background-color: #fff;
|
|
4078
|
+
|
|
4079
|
+
-webkit-animation: Spoiler-module_spoilerStickyBg__nYdlo 1ms ease both 500ms;
|
|
4080
|
+
|
|
4081
|
+
animation: Spoiler-module_spoilerStickyBg__nYdlo 1ms ease both 500ms;
|
|
4082
|
+
|
|
4083
|
+
content: ''
|
|
4084
|
+
}
|
|
4085
|
+
@media only screen and (min-width: 32em) {
|
|
4086
|
+
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7::after {
|
|
4087
|
+
content: none
|
|
4088
|
+
}
|
|
4089
|
+
}
|
|
4090
|
+
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 svg {
|
|
4091
|
+
transform: rotate(180deg) translateY(1px);
|
|
4092
|
+
}
|
|
4093
|
+
@media only screen and (min-width: 32em) {
|
|
4094
|
+
.Spoiler-module_center__tq1m0 {
|
|
4095
|
+
max-width: 980px;
|
|
4096
|
+
margin-right: auto;
|
|
4097
|
+
margin-left: auto
|
|
4098
|
+
}
|
|
4099
|
+
}
|
|
4100
|
+
.Spoiler-module_full__1QFqR {
|
|
4101
|
+
max-width: 980px;
|
|
4102
|
+
}
|
|
4103
|
+
.Spoiler-module_default__2Kjx8 {
|
|
4104
|
+
max-width: 650px;
|
|
4105
|
+
}
|
|
4106
|
+
@-webkit-keyframes Spoiler-module_spoilerSticky__3Kd30 {
|
|
4107
|
+
0% {
|
|
4108
|
+
transform: translateY(62px);
|
|
4109
|
+
}
|
|
4110
|
+
|
|
4111
|
+
50% {
|
|
4112
|
+
transform: translateY(-16px);
|
|
4113
|
+
}
|
|
4114
|
+
|
|
4115
|
+
100% {
|
|
4116
|
+
transform: translateY(0);
|
|
4117
|
+
}
|
|
4118
|
+
}
|
|
4119
|
+
@keyframes Spoiler-module_spoilerSticky__3Kd30 {
|
|
4120
|
+
0% {
|
|
4121
|
+
transform: translateY(62px);
|
|
4122
|
+
}
|
|
4123
|
+
|
|
4124
|
+
50% {
|
|
4125
|
+
transform: translateY(-16px);
|
|
4126
|
+
}
|
|
4127
|
+
|
|
4128
|
+
100% {
|
|
4129
|
+
transform: translateY(0);
|
|
4130
|
+
}
|
|
4131
|
+
}
|
|
4132
|
+
@-webkit-keyframes Spoiler-module_spoilerStickyBg__nYdlo {
|
|
4133
|
+
0% {
|
|
4134
|
+
background-color: #fff;
|
|
4135
|
+
}
|
|
4136
|
+
|
|
4137
|
+
100% {
|
|
4138
|
+
background-color: transparent;
|
|
4139
|
+
}
|
|
4140
|
+
}
|
|
4141
|
+
@keyframes Spoiler-module_spoilerStickyBg__nYdlo {
|
|
4142
|
+
0% {
|
|
4143
|
+
background-color: #fff;
|
|
4144
|
+
}
|
|
4145
|
+
|
|
4146
|
+
100% {
|
|
4147
|
+
background-color: transparent;
|
|
4148
|
+
}
|
|
4149
|
+
}
|
|
4150
|
+
[data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7,
|
|
4151
|
+
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4152
|
+
bottom: 45px
|
|
4153
|
+
}
|
|
4154
|
+
@media only screen and (min-width: 32em) {
|
|
4155
|
+
[data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7,
|
|
4156
|
+
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4157
|
+
bottom: 46px
|
|
4158
|
+
}
|
|
4159
|
+
}
|
|
4160
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4161
|
+
[data-gdpr-panel='true'][data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4162
|
+
bottom: 90px
|
|
4163
|
+
}
|
|
4164
|
+
}
|
|
4165
|
+
/* VISIBILITY */
|
|
4166
|
+
@media only screen and (min-width: 32em) {
|
|
4167
|
+
.Spoiler-module_mobile__2BPt8 {
|
|
4168
|
+
display: none
|
|
4169
|
+
}
|
|
4170
|
+
}
|
|
4171
|
+
.Spoiler-module_desktop__1BIFJ {
|
|
4172
|
+
display: none
|
|
4173
|
+
}
|
|
4174
|
+
@media only screen and (min-width: 32em) {
|
|
4175
|
+
.Spoiler-module_desktop__1BIFJ {
|
|
4176
|
+
display: block
|
|
4177
|
+
}
|
|
4178
|
+
}
|
|
4179
|
+
|
|
4180
|
+
/* Colors */
|
|
4181
|
+
/* Fonts */
|
|
3903
4182
|
/* Gap */
|
|
3904
4183
|
/* Media */
|
|
3905
4184
|
/* 512 */
|
|
@@ -4184,6 +4463,7 @@ a mark {
|
|
|
4184
4463
|
}
|
|
4185
4464
|
}
|
|
4186
4465
|
|
|
4466
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
4187
4467
|
/* Colors */
|
|
4188
4468
|
/* Fonts */
|
|
4189
4469
|
/* Gap */
|
|
@@ -4197,290 +4477,10 @@ a mark {
|
|
|
4197
4477
|
/* 511 */
|
|
4198
4478
|
/* 1023 */
|
|
4199
4479
|
/* Zindex */
|
|
4200
|
-
.
|
|
4201
|
-
|
|
4480
|
+
.DocumentItemsCount-module_root__P3q-z {
|
|
4481
|
+
display: inline;
|
|
4202
4482
|
|
|
4203
|
-
|
|
4204
|
-
margin: 15px 0;
|
|
4205
|
-
padding: 24px 0 25px
|
|
4206
|
-
}
|
|
4207
|
-
@media only screen and (min-width: 32em) {
|
|
4208
|
-
.Spoiler-module_root__1OfSR {
|
|
4209
|
-
display: -webkit-box;
|
|
4210
|
-
display: -webkit-flex;
|
|
4211
|
-
display: -ms-flexbox;
|
|
4212
|
-
display: flex;
|
|
4213
|
-
flex-flow: column nowrap;
|
|
4214
|
-
|
|
4215
|
-
margin: 25px auto 20px;
|
|
4216
|
-
padding: 23px 0
|
|
4217
|
-
}
|
|
4218
|
-
}
|
|
4219
|
-
.Spoiler-module_root__1OfSR::before,
|
|
4220
|
-
.Spoiler-module_root__1OfSR::after {
|
|
4221
|
-
position: absolute;
|
|
4222
|
-
left: 50%;
|
|
4223
|
-
z-index: 10;
|
|
4224
|
-
|
|
4225
|
-
width: 100%;
|
|
4226
|
-
max-width: 650px;
|
|
4227
|
-
margin: 0 auto;
|
|
4228
|
-
|
|
4229
|
-
border-top: 3px solid rgba(0, 0, 0, 0.1);
|
|
4230
|
-
transform: translateX(-50%);
|
|
4231
|
-
|
|
4232
|
-
content: '';
|
|
4233
|
-
}
|
|
4234
|
-
.Spoiler-module_root__1OfSR::before {
|
|
4235
|
-
top: 0;
|
|
4236
|
-
}
|
|
4237
|
-
.Spoiler-module_root__1OfSR::after {
|
|
4238
|
-
bottom: 0;
|
|
4239
|
-
}
|
|
4240
|
-
.Spoiler-module_root__1OfSR:last-child {
|
|
4241
|
-
margin-bottom: 0;
|
|
4242
|
-
}
|
|
4243
|
-
.Spoiler-module_root__1OfSR:first-child {
|
|
4244
|
-
margin-top: 0;
|
|
4245
|
-
}
|
|
4246
|
-
.Spoiler-module_header__1rZUs {
|
|
4247
|
-
display: -webkit-box;
|
|
4248
|
-
display: -webkit-flex;
|
|
4249
|
-
display: -ms-flexbox;
|
|
4250
|
-
display: flex;
|
|
4251
|
-
flex-flow: column nowrap;
|
|
4252
|
-
justify-content: center;
|
|
4253
|
-
|
|
4254
|
-
width: 100%;
|
|
4255
|
-
max-width: 650px;
|
|
4256
|
-
margin-right: auto;
|
|
4257
|
-
margin-left: auto;
|
|
4258
|
-
}
|
|
4259
|
-
.Spoiler-module_header__1rZUs h3 {
|
|
4260
|
-
margin-top: 0;
|
|
4261
|
-
margin-bottom: 18px;
|
|
4262
|
-
|
|
4263
|
-
font-weight: 700;
|
|
4264
|
-
font-size: 21px;
|
|
4265
|
-
|
|
4266
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4267
|
-
line-height: 26px
|
|
4268
|
-
}
|
|
4269
|
-
@media only screen and (min-width: 32em) {
|
|
4270
|
-
.Spoiler-module_header__1rZUs h3 {
|
|
4271
|
-
margin-bottom: 20px;
|
|
4272
|
-
|
|
4273
|
-
font-size: 28px;
|
|
4274
|
-
line-height: 34px
|
|
4275
|
-
}
|
|
4276
|
-
}
|
|
4277
|
-
.Spoiler-module_body__Q1e_c {
|
|
4278
|
-
display: none;
|
|
4279
|
-
|
|
4280
|
-
width: 100%;
|
|
4281
|
-
padding-bottom: 13px
|
|
4282
|
-
}
|
|
4283
|
-
@media only screen and (min-width: 32em) {
|
|
4284
|
-
.Spoiler-module_body__Q1e_c {
|
|
4285
|
-
order: 2;
|
|
4286
|
-
|
|
4287
|
-
padding-top: 25px;
|
|
4288
|
-
padding-bottom: 0
|
|
4289
|
-
}
|
|
4290
|
-
}
|
|
4291
|
-
.Spoiler-module_spoiled__1A5r4 {
|
|
4292
|
-
min-height: auto
|
|
4293
|
-
}
|
|
4294
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4295
|
-
.Spoiler-module_spoiled__1A5r4 {
|
|
4296
|
-
padding-bottom: 0
|
|
4297
|
-
}
|
|
4298
|
-
}
|
|
4299
|
-
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_body__Q1e_c {
|
|
4300
|
-
display: block;
|
|
4301
|
-
}
|
|
4302
|
-
.Spoiler-module_footer__23mh7 {
|
|
4303
|
-
position: static;
|
|
4304
|
-
|
|
4305
|
-
width: 100%;
|
|
4306
|
-
max-width: 650px;
|
|
4307
|
-
margin-right: auto;
|
|
4308
|
-
margin-left: auto;
|
|
4309
|
-
}
|
|
4310
|
-
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4311
|
-
position: -webkit-sticky;
|
|
4312
|
-
position: sticky;
|
|
4313
|
-
bottom: 0;
|
|
4314
|
-
z-index: 10;
|
|
4315
|
-
|
|
4316
|
-
width: auto;
|
|
4317
|
-
margin-right: -20px;
|
|
4318
|
-
margin-left: -20px;
|
|
4319
|
-
padding: 12px 20px 20px;
|
|
4320
|
-
|
|
4321
|
-
background-image: -webkit-gradient(linear,
|
|
4322
|
-
left top, left bottom,
|
|
4323
|
-
from(rgba(255, 255, 255, 0)),
|
|
4324
|
-
color-stop(64%, #fff));
|
|
4325
|
-
|
|
4326
|
-
background-image: -o-linear-gradient(top,
|
|
4327
|
-
rgba(255, 255, 255, 0) 0%,
|
|
4328
|
-
#fff 64%);
|
|
4329
|
-
|
|
4330
|
-
background-image: linear-gradient(180deg,
|
|
4331
|
-
rgba(255, 255, 255, 0) 0%,
|
|
4332
|
-
#fff 64%);
|
|
4333
|
-
|
|
4334
|
-
-webkit-animation: Spoiler-module_spoilerSticky__3Kd30 500ms ease both;
|
|
4335
|
-
|
|
4336
|
-
animation: Spoiler-module_spoilerSticky__3Kd30 500ms ease both
|
|
4337
|
-
}
|
|
4338
|
-
@media only screen and (min-width: 32em) {
|
|
4339
|
-
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4340
|
-
position: static;
|
|
4341
|
-
|
|
4342
|
-
width: 100%;
|
|
4343
|
-
margin-right: auto;
|
|
4344
|
-
margin-left: auto;
|
|
4345
|
-
padding: 0;
|
|
4346
|
-
|
|
4347
|
-
background-image: none;
|
|
4348
|
-
|
|
4349
|
-
-webkit-animation: none;
|
|
4350
|
-
|
|
4351
|
-
animation: none
|
|
4352
|
-
}
|
|
4353
|
-
}
|
|
4354
|
-
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7::after {
|
|
4355
|
-
position: absolute;
|
|
4356
|
-
top: 100%;
|
|
4357
|
-
right: 0;
|
|
4358
|
-
left: 0;
|
|
4359
|
-
z-index: -1;
|
|
4360
|
-
|
|
4361
|
-
height: 16px;
|
|
4362
|
-
|
|
4363
|
-
background-color: #fff;
|
|
4364
|
-
|
|
4365
|
-
-webkit-animation: Spoiler-module_spoilerStickyBg__nYdlo 1ms ease both 500ms;
|
|
4366
|
-
|
|
4367
|
-
animation: Spoiler-module_spoilerStickyBg__nYdlo 1ms ease both 500ms;
|
|
4368
|
-
|
|
4369
|
-
content: ''
|
|
4370
|
-
}
|
|
4371
|
-
@media only screen and (min-width: 32em) {
|
|
4372
|
-
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7::after {
|
|
4373
|
-
content: none
|
|
4374
|
-
}
|
|
4375
|
-
}
|
|
4376
|
-
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 svg {
|
|
4377
|
-
transform: rotate(180deg) translateY(1px);
|
|
4378
|
-
}
|
|
4379
|
-
@media only screen and (min-width: 32em) {
|
|
4380
|
-
.Spoiler-module_center__tq1m0 {
|
|
4381
|
-
max-width: 980px;
|
|
4382
|
-
margin-right: auto;
|
|
4383
|
-
margin-left: auto
|
|
4384
|
-
}
|
|
4385
|
-
}
|
|
4386
|
-
.Spoiler-module_full__1QFqR {
|
|
4387
|
-
max-width: 980px;
|
|
4388
|
-
}
|
|
4389
|
-
.Spoiler-module_default__2Kjx8 {
|
|
4390
|
-
max-width: 650px;
|
|
4391
|
-
}
|
|
4392
|
-
@-webkit-keyframes Spoiler-module_spoilerSticky__3Kd30 {
|
|
4393
|
-
0% {
|
|
4394
|
-
transform: translateY(62px);
|
|
4395
|
-
}
|
|
4396
|
-
|
|
4397
|
-
50% {
|
|
4398
|
-
transform: translateY(-16px);
|
|
4399
|
-
}
|
|
4400
|
-
|
|
4401
|
-
100% {
|
|
4402
|
-
transform: translateY(0);
|
|
4403
|
-
}
|
|
4404
|
-
}
|
|
4405
|
-
@keyframes Spoiler-module_spoilerSticky__3Kd30 {
|
|
4406
|
-
0% {
|
|
4407
|
-
transform: translateY(62px);
|
|
4408
|
-
}
|
|
4409
|
-
|
|
4410
|
-
50% {
|
|
4411
|
-
transform: translateY(-16px);
|
|
4412
|
-
}
|
|
4413
|
-
|
|
4414
|
-
100% {
|
|
4415
|
-
transform: translateY(0);
|
|
4416
|
-
}
|
|
4417
|
-
}
|
|
4418
|
-
@-webkit-keyframes Spoiler-module_spoilerStickyBg__nYdlo {
|
|
4419
|
-
0% {
|
|
4420
|
-
background-color: #fff;
|
|
4421
|
-
}
|
|
4422
|
-
|
|
4423
|
-
100% {
|
|
4424
|
-
background-color: transparent;
|
|
4425
|
-
}
|
|
4426
|
-
}
|
|
4427
|
-
@keyframes Spoiler-module_spoilerStickyBg__nYdlo {
|
|
4428
|
-
0% {
|
|
4429
|
-
background-color: #fff;
|
|
4430
|
-
}
|
|
4431
|
-
|
|
4432
|
-
100% {
|
|
4433
|
-
background-color: transparent;
|
|
4434
|
-
}
|
|
4435
|
-
}
|
|
4436
|
-
[data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7,
|
|
4437
|
-
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4438
|
-
bottom: 45px
|
|
4439
|
-
}
|
|
4440
|
-
@media only screen and (min-width: 32em) {
|
|
4441
|
-
[data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7,
|
|
4442
|
-
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4443
|
-
bottom: 46px
|
|
4444
|
-
}
|
|
4445
|
-
}
|
|
4446
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4447
|
-
[data-gdpr-panel='true'][data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4448
|
-
bottom: 90px
|
|
4449
|
-
}
|
|
4450
|
-
}
|
|
4451
|
-
/* VISIBILITY */
|
|
4452
|
-
@media only screen and (min-width: 32em) {
|
|
4453
|
-
.Spoiler-module_mobile__2BPt8 {
|
|
4454
|
-
display: none
|
|
4455
|
-
}
|
|
4456
|
-
}
|
|
4457
|
-
.Spoiler-module_desktop__1BIFJ {
|
|
4458
|
-
display: none
|
|
4459
|
-
}
|
|
4460
|
-
@media only screen and (min-width: 32em) {
|
|
4461
|
-
.Spoiler-module_desktop__1BIFJ {
|
|
4462
|
-
display: block
|
|
4463
|
-
}
|
|
4464
|
-
}
|
|
4465
|
-
|
|
4466
|
-
/* stylelint-disable declaration-empty-line-before */
|
|
4467
|
-
/* Colors */
|
|
4468
|
-
/* Fonts */
|
|
4469
|
-
/* Gap */
|
|
4470
|
-
/* Media */
|
|
4471
|
-
/* 512 */
|
|
4472
|
-
/* 650 */
|
|
4473
|
-
/* 768 */
|
|
4474
|
-
/* 1024 */
|
|
4475
|
-
/* 1010 */
|
|
4476
|
-
/* 1200 */
|
|
4477
|
-
/* 511 */
|
|
4478
|
-
/* 1023 */
|
|
4479
|
-
/* Zindex */
|
|
4480
|
-
.DocumentItemsCount-module_root__P3q-z {
|
|
4481
|
-
display: inline;
|
|
4482
|
-
|
|
4483
|
-
line-height: inherit;
|
|
4483
|
+
line-height: inherit;
|
|
4484
4484
|
}
|
|
4485
4485
|
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4486
4486
|
vertical-align: top;
|
|
@@ -4610,258 +4610,177 @@ a mark {
|
|
|
4610
4610
|
/* 511 */
|
|
4611
4611
|
/* 1023 */
|
|
4612
4612
|
/* Zindex */
|
|
4613
|
-
.
|
|
4613
|
+
.SensitiveBlock-module_root__2iJbD {
|
|
4614
4614
|
position: relative;
|
|
4615
|
-
z-index: 10;
|
|
4616
|
-
|
|
4617
|
-
display: block;
|
|
4618
|
-
overflow: hidden;
|
|
4619
|
-
|
|
4620
|
-
text-decoration: none;
|
|
4621
4615
|
|
|
4622
|
-
|
|
4623
|
-
outline-width: 0;
|
|
4616
|
+
margin: 15px 0
|
|
4624
4617
|
}
|
|
4625
4618
|
@media only screen and (min-width: 32em) {
|
|
4626
|
-
.
|
|
4627
|
-
|
|
4619
|
+
.SensitiveBlock-module_root__2iJbD {
|
|
4620
|
+
margin: 25px 0 20px
|
|
4628
4621
|
}
|
|
4629
4622
|
}
|
|
4630
|
-
.
|
|
4631
|
-
|
|
4632
|
-
top: 0;
|
|
4633
|
-
right: 0;
|
|
4634
|
-
bottom: 0;
|
|
4635
|
-
left: 0;
|
|
4636
|
-
z-index: 20;
|
|
4637
|
-
|
|
4638
|
-
border-radius: 8px;
|
|
4639
|
-
|
|
4640
|
-
content: '';
|
|
4641
|
-
}
|
|
4642
|
-
.RelatedRichBlock-module_root__3NYmj::before {
|
|
4643
|
-
display: block;
|
|
4644
|
-
|
|
4645
|
-
width: 100%;
|
|
4623
|
+
.SensitiveBlock-module_root__2iJbD:first-child {
|
|
4624
|
+
margin-top: 0;
|
|
4646
4625
|
}
|
|
4647
|
-
.
|
|
4648
|
-
|
|
4649
|
-
inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
4626
|
+
.SensitiveBlock-module_root__2iJbD:last-child {
|
|
4627
|
+
margin-bottom: 0;
|
|
4650
4628
|
}
|
|
4651
|
-
.
|
|
4652
|
-
|
|
4653
|
-
|
|
4629
|
+
.SensitiveBlock-module_root__2iJbD figcaption {
|
|
4630
|
+
width: 100%;
|
|
4631
|
+
max-width: 650px;
|
|
4632
|
+
margin-right: auto;
|
|
4633
|
+
margin-left: auto;
|
|
4634
|
+
|
|
4635
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4654
4636
|
}
|
|
4655
|
-
|
|
4656
|
-
|
|
4657
|
-
|
|
4658
|
-
|
|
4637
|
+
.SensitiveBlock-module_container__1Wtix {
|
|
4638
|
+
position: relative;
|
|
4639
|
+
|
|
4640
|
+
min-height: 170px;
|
|
4641
|
+
|
|
4642
|
+
transition: min-height 350ms ease;
|
|
4659
4643
|
}
|
|
4660
|
-
|
|
4661
|
-
.RelatedRichBlock-module_overlay__3XSg_,
|
|
4662
|
-
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
4644
|
+
.SensitiveBlock-module_overlay__hfDVS {
|
|
4663
4645
|
position: absolute;
|
|
4664
|
-
right: 0;
|
|
4665
|
-
left: 0;
|
|
4666
4646
|
z-index: 10;
|
|
4667
|
-
}
|
|
4668
|
-
.RelatedRichBlock-module_overlay__3XSg_ {
|
|
4669
|
-
bottom: 0;
|
|
4670
|
-
|
|
4671
|
-
height: 295px;
|
|
4672
|
-
}
|
|
4673
|
-
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
4674
4647
|
top: 0;
|
|
4648
|
+
right: -20px;
|
|
4649
|
+
bottom: 0;
|
|
4650
|
+
left: -20px;
|
|
4675
4651
|
|
|
4676
|
-
height: 150px;
|
|
4677
|
-
}
|
|
4678
|
-
.RelatedRichBlock-module_body__1ZHZS {
|
|
4679
4652
|
display: -webkit-box;
|
|
4653
|
+
|
|
4680
4654
|
display: -webkit-flex;
|
|
4655
|
+
|
|
4681
4656
|
display: -ms-flexbox;
|
|
4657
|
+
|
|
4682
4658
|
display: flex;
|
|
4659
|
+
align-items: center;
|
|
4683
4660
|
flex-flow: column nowrap;
|
|
4684
|
-
justify-content:
|
|
4685
|
-
|
|
4686
|
-
padding: 12px 15px;
|
|
4661
|
+
justify-content: center;
|
|
4687
4662
|
|
|
4688
|
-
|
|
4689
|
-
}
|
|
4690
|
-
@media only screen and (min-width: 32em) {
|
|
4691
|
-
.RelatedRichBlock-module_body__1ZHZS {
|
|
4692
|
-
position: absolute;
|
|
4693
|
-
right: 0;
|
|
4694
|
-
bottom: 0;
|
|
4695
|
-
left: 0;
|
|
4696
|
-
z-index: 10;
|
|
4663
|
+
padding: 30px 20px;
|
|
4697
4664
|
|
|
4698
|
-
|
|
4699
|
-
padding: 20px;
|
|
4665
|
+
transition: opacity 500ms ease, visibility 500ms ease;
|
|
4700
4666
|
|
|
4701
|
-
|
|
4702
|
-
|
|
4703
|
-
|
|
4704
|
-
|
|
4705
|
-
color: #000
|
|
4706
|
-
}
|
|
4707
|
-
@media only screen and (min-width: 32em) {
|
|
4708
|
-
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
4709
|
-
color: #fff
|
|
4667
|
+
background-color: rgba(255, 255, 255, 1);
|
|
4668
|
+
background-repeat: no-repeat;
|
|
4669
|
+
background-position: center top;
|
|
4670
|
+
background-size: cover
|
|
4710
4671
|
}
|
|
4711
|
-
}
|
|
4712
4672
|
@media only screen and (min-width: 32em) {
|
|
4713
|
-
.
|
|
4714
|
-
position: absolute;
|
|
4673
|
+
.SensitiveBlock-module_overlay__hfDVS {
|
|
4715
4674
|
right: 0;
|
|
4716
|
-
|
|
4717
|
-
left: 0;
|
|
4718
|
-
z-index: 10;
|
|
4719
|
-
|
|
4720
|
-
min-height: 295px;
|
|
4721
|
-
|
|
4722
|
-
background-color: transparent
|
|
4675
|
+
left: 0
|
|
4723
4676
|
}
|
|
4724
4677
|
}
|
|
4725
|
-
.
|
|
4726
|
-
|
|
4727
|
-
|
|
4728
|
-
|
|
4729
|
-
|
|
4730
|
-
right: 1px;
|
|
4731
|
-
bottom: 0;
|
|
4732
|
-
left: 1px;
|
|
4733
|
-
z-index: 10;
|
|
4734
|
-
|
|
4735
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
4678
|
+
.SensitiveBlock-module_content__sNpxZ {
|
|
4679
|
+
-webkit-user-select: none;
|
|
4680
|
+
-moz-user-select: none;
|
|
4681
|
+
-ms-user-select: none;
|
|
4682
|
+
user-select: none;
|
|
4736
4683
|
|
|
4737
|
-
content: ''
|
|
4738
|
-
}
|
|
4739
|
-
@media only screen and (min-width: 32em) {
|
|
4740
|
-
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
4741
|
-
content: ''
|
|
4742
|
-
}
|
|
4743
|
-
}
|
|
4744
|
-
.RelatedRichBlock-module_isCard__2naDz {
|
|
4745
4684
|
color: #fff;
|
|
4746
4685
|
|
|
4747
|
-
|
|
4748
|
-
}
|
|
4749
|
-
@media only screen and (min-width: 32em) {
|
|
4750
|
-
.RelatedRichBlock-module_isCard__2naDz {
|
|
4751
|
-
min-height: 350px
|
|
4752
|
-
}
|
|
4753
|
-
}
|
|
4754
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
4755
|
-
background-color: transparent
|
|
4686
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4756
4687
|
}
|
|
4757
|
-
|
|
4758
|
-
|
|
4759
|
-
position: absolute;
|
|
4760
|
-
right: 0;
|
|
4761
|
-
bottom: 0;
|
|
4762
|
-
left: 0;
|
|
4763
|
-
z-index: 10;
|
|
4688
|
+
.SensitiveBlock-module_content__sNpxZ p {
|
|
4689
|
+
display: block;
|
|
4764
4690
|
|
|
4765
|
-
|
|
4691
|
+
width: 100%;
|
|
4692
|
+
max-width: 368px;
|
|
4693
|
+
margin-top: 0;
|
|
4694
|
+
margin-bottom: 12px;
|
|
4695
|
+
|
|
4696
|
+
text-align: center;
|
|
4697
|
+
|
|
4698
|
+
font-size: 14px;
|
|
4699
|
+
line-height: 18px
|
|
4766
4700
|
}
|
|
4767
|
-
}
|
|
4768
4701
|
@media only screen and (min-width: 32em) {
|
|
4769
|
-
.
|
|
4770
|
-
|
|
4702
|
+
.SensitiveBlock-module_content__sNpxZ p {
|
|
4703
|
+
margin-bottom: 24px;
|
|
4771
4704
|
|
|
4772
|
-
|
|
4705
|
+
font-size: 16px;
|
|
4706
|
+
line-height: 22px
|
|
4773
4707
|
}
|
|
4774
4708
|
}
|
|
4775
|
-
.
|
|
4776
|
-
|
|
4777
|
-
|
|
4778
|
-
|
|
4709
|
+
.SensitiveBlock-module_button__3BGZK {
|
|
4710
|
+
width: 100%;
|
|
4711
|
+
max-width: 348px;
|
|
4712
|
+
margin: 0 auto;
|
|
4713
|
+
}
|
|
4714
|
+
.SensitiveBlock-module_default__2HgmZ {
|
|
4715
|
+
max-width: 650px
|
|
4779
4716
|
}
|
|
4780
4717
|
@media only screen and (min-width: 32em) {
|
|
4781
|
-
.
|
|
4782
|
-
|
|
4783
|
-
|
|
4784
|
-
bottom: 0
|
|
4718
|
+
.SensitiveBlock-module_default__2HgmZ {
|
|
4719
|
+
margin-right: auto;
|
|
4720
|
+
margin-left: auto
|
|
4785
4721
|
}
|
|
4786
4722
|
}
|
|
4787
|
-
.
|
|
4788
|
-
|
|
4789
|
-
|
|
4790
|
-
padding-bottom: 78.50746269%;
|
|
4791
|
-
|
|
4792
|
-
content: ''
|
|
4723
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
4724
|
+
max-width: 980px
|
|
4793
4725
|
}
|
|
4794
4726
|
@media only screen and (min-width: 32em) {
|
|
4795
|
-
.
|
|
4796
|
-
|
|
4727
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
4728
|
+
margin-right: auto;
|
|
4729
|
+
margin-left: auto
|
|
4797
4730
|
}
|
|
4798
4731
|
}
|
|
4799
|
-
.
|
|
4800
|
-
|
|
4801
|
-
|
|
4802
|
-
left: 50%;
|
|
4803
|
-
|
|
4804
|
-
width: 180px;
|
|
4805
|
-
height: 180px;
|
|
4806
|
-
|
|
4807
|
-
transform: translate(-50%, -50%)
|
|
4732
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
4733
|
+
right: -20px;
|
|
4734
|
+
left: -20px
|
|
4808
4735
|
}
|
|
4809
4736
|
@media only screen and (min-width: 32em) {
|
|
4810
|
-
.
|
|
4811
|
-
|
|
4812
|
-
|
|
4813
|
-
transform: translate(-50%, -25%)
|
|
4737
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
4738
|
+
right: 0;
|
|
4739
|
+
left: 0
|
|
4814
4740
|
}
|
|
4815
4741
|
}
|
|
4816
|
-
.
|
|
4817
|
-
|
|
4818
|
-
|
|
4819
|
-
right: 15px;
|
|
4820
|
-
left: 15px;
|
|
4821
|
-
z-index: 10;
|
|
4822
|
-
|
|
4823
|
-
color: rgba(255, 255, 255, 0.7);
|
|
4824
|
-
|
|
4825
|
-
font-size: 12px
|
|
4742
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
4743
|
+
padding-right: 20px;
|
|
4744
|
+
padding-left: 20px
|
|
4826
4745
|
}
|
|
4827
|
-
@media only screen and (min-width:
|
|
4828
|
-
.
|
|
4829
|
-
|
|
4830
|
-
|
|
4831
|
-
left: 20px
|
|
4746
|
+
@media only screen and (min-width: 32em) {
|
|
4747
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
4748
|
+
padding-right: 0;
|
|
4749
|
+
padding-left: 0
|
|
4832
4750
|
}
|
|
4833
4751
|
}
|
|
4834
|
-
.
|
|
4835
|
-
width: 100%;
|
|
4836
|
-
max-width: 650px;
|
|
4837
|
-
margin-right: auto;
|
|
4838
|
-
margin-left: auto;
|
|
4839
|
-
}
|
|
4840
|
-
/* Themes */
|
|
4841
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
|
|
4842
|
-
color: #000;
|
|
4843
|
-
}
|
|
4844
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
|
|
4845
|
-
color: rgba(0, 0, 0, 0.7);
|
|
4752
|
+
.SensitiveBlock-module_super_full__14UOv {
|
|
4753
|
+
max-width: 100%;
|
|
4846
4754
|
}
|
|
4847
4755
|
@media only screen and (min-width: 32em) {
|
|
4848
|
-
.
|
|
4849
|
-
|
|
4850
|
-
|
|
4756
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_overlay__hfDVS {
|
|
4757
|
+
right: -15px;
|
|
4758
|
+
left: -15px
|
|
4851
4759
|
}
|
|
4852
4760
|
}
|
|
4853
|
-
/* Display */
|
|
4854
4761
|
@media only screen and (min-width: 32em) {
|
|
4855
|
-
.
|
|
4856
|
-
|
|
4762
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_media__3wnlo {
|
|
4763
|
+
padding-right: 15px;
|
|
4764
|
+
padding-left: 15px
|
|
4857
4765
|
}
|
|
4858
4766
|
}
|
|
4859
|
-
|
|
4860
|
-
|
|
4767
|
+
/* STATE */
|
|
4768
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_overlay__hfDVS {
|
|
4769
|
+
visibility: hidden;
|
|
4770
|
+
|
|
4771
|
+
pointer-events: none;
|
|
4772
|
+
|
|
4773
|
+
opacity: 0;
|
|
4861
4774
|
}
|
|
4862
|
-
|
|
4863
|
-
|
|
4864
|
-
|
|
4775
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
|
|
4776
|
+
min-height: 0;
|
|
4777
|
+
}
|
|
4778
|
+
/* CONTEXT */
|
|
4779
|
+
@media only screen and (max-width: 63.9375em) {
|
|
4780
|
+
.SensitiveBlock-module_isInCard__1L-lu .SensitiveBlock-module_overlay__hfDVS,
|
|
4781
|
+
.SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
|
|
4782
|
+
right: -11px;
|
|
4783
|
+
left: -11px
|
|
4865
4784
|
}
|
|
4866
4785
|
}
|
|
4867
4786
|
|
|
@@ -4900,42 +4819,201 @@ a mark {
|
|
|
4900
4819
|
font-weight: 700;
|
|
4901
4820
|
line-height: inherit;
|
|
4902
4821
|
}
|
|
4903
|
-
.Footnote-module_body__259Ly p {
|
|
4904
|
-
margin: 0;
|
|
4822
|
+
.Footnote-module_body__259Ly p {
|
|
4823
|
+
margin: 0;
|
|
4824
|
+
}
|
|
4825
|
+
.Footnote-module_body__259Ly p + p {
|
|
4826
|
+
margin-top: 6px;
|
|
4827
|
+
}
|
|
4828
|
+
.Footnote-module_body__259Ly a {
|
|
4829
|
+
color: inherit;
|
|
4830
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
4831
|
+
}
|
|
4832
|
+
.Footnote-module_body__259Ly a:hover {
|
|
4833
|
+
color: #b88b59;
|
|
4834
|
+
}
|
|
4835
|
+
.Footnote-module_dismiss__1HKG5 {
|
|
4836
|
+
position: absolute;
|
|
4837
|
+
top: 0;
|
|
4838
|
+
right: 0;
|
|
4839
|
+
|
|
4840
|
+
margin: 0;
|
|
4841
|
+
padding: 6px 9px 10px;
|
|
4842
|
+
|
|
4843
|
+
cursor: pointer;
|
|
4844
|
+
|
|
4845
|
+
color: #b3b3b3;
|
|
4846
|
+
border-width: 0;
|
|
4847
|
+
outline: none;
|
|
4848
|
+
background-color: transparent;
|
|
4849
|
+
}
|
|
4850
|
+
.Footnote-module_dismiss__1HKG5:hover {
|
|
4851
|
+
color: #757575;
|
|
4852
|
+
}
|
|
4853
|
+
.Footnote-module_dismiss__1HKG5 svg {
|
|
4854
|
+
width: 12px;
|
|
4855
|
+
height: 12px;
|
|
4856
|
+
}
|
|
4857
|
+
|
|
4858
|
+
|
|
4859
|
+
/* Colors */
|
|
4860
|
+
/* Fonts */
|
|
4861
|
+
/* Gap */
|
|
4862
|
+
/* Media */
|
|
4863
|
+
/* 512 */
|
|
4864
|
+
/* 650 */
|
|
4865
|
+
/* 768 */
|
|
4866
|
+
/* 1024 */
|
|
4867
|
+
/* 1010 */
|
|
4868
|
+
/* 1200 */
|
|
4869
|
+
/* 511 */
|
|
4870
|
+
/* 1023 */
|
|
4871
|
+
/* Zindex */
|
|
4872
|
+
.DonatesTeaser-module_root__3rtaJ {
|
|
4873
|
+
position: relative;
|
|
4874
|
+
z-index: 10;
|
|
4875
|
+
|
|
4876
|
+
display: block;
|
|
4877
|
+
overflow: hidden;
|
|
4878
|
+
|
|
4879
|
+
margin: calc(15rem / 16) -20px;
|
|
4880
|
+
padding: 42px 20px 50px;
|
|
4881
|
+
|
|
4882
|
+
text-decoration: none;
|
|
4883
|
+
|
|
4884
|
+
outline-width: 0;
|
|
4885
|
+
background-color: #000;
|
|
4886
|
+
|
|
4887
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
|
|
4888
|
+
}
|
|
4889
|
+
@media only screen and (min-width: 32em) {
|
|
4890
|
+
.DonatesTeaser-module_root__3rtaJ {
|
|
4891
|
+
margin: 25px 0 20px;
|
|
4892
|
+
padding: 48px 30px;
|
|
4893
|
+
|
|
4894
|
+
border-radius: 8px
|
|
4895
|
+
}
|
|
4896
|
+
}
|
|
4897
|
+
.DonatesTeaser-module_root__3rtaJ:hover .DonatesTeaser-module_ctaInner__2LChL::after {
|
|
4898
|
+
opacity: 0.7;
|
|
4899
|
+
}
|
|
4900
|
+
.DonatesTeaser-module_main__YBt6p {
|
|
4901
|
+
max-width: 852px;
|
|
4902
|
+
margin: 0 auto;
|
|
4903
|
+
|
|
4904
|
+
text-align: center;
|
|
4905
|
+
|
|
4906
|
+
color: #fff;
|
|
4907
|
+
}
|
|
4908
|
+
.DonatesTeaser-module_title__hs-yr {
|
|
4909
|
+
font-size: 20px;
|
|
4910
|
+
font-weight: 700;
|
|
4911
|
+
line-height: 25px
|
|
4912
|
+
}
|
|
4913
|
+
@media only screen and (min-width: 32em) {
|
|
4914
|
+
.DonatesTeaser-module_title__hs-yr {
|
|
4915
|
+
font-size: 28px;
|
|
4916
|
+
line-height: 34px
|
|
4917
|
+
}
|
|
4918
|
+
}
|
|
4919
|
+
.DonatesTeaser-module_text__ro-QA {
|
|
4920
|
+
margin: 0;
|
|
4921
|
+
|
|
4922
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
4923
|
+
font-size: 21px;
|
|
4924
|
+
font-weight: normal;
|
|
4925
|
+
line-height: 25px
|
|
4926
|
+
}
|
|
4927
|
+
@media only screen and (min-width: 32em) {
|
|
4928
|
+
.DonatesTeaser-module_text__ro-QA {
|
|
4929
|
+
font-size: 29px;
|
|
4930
|
+
line-height: 34px
|
|
4931
|
+
}
|
|
4932
|
+
}
|
|
4933
|
+
.DonatesTeaser-module_cta__1orPb {
|
|
4934
|
+
display: -webkit-box;
|
|
4935
|
+
display: -webkit-flex;
|
|
4936
|
+
display: -ms-flexbox;
|
|
4937
|
+
display: flex;
|
|
4938
|
+
align-items: center;
|
|
4939
|
+
flex-flow: column nowrap;
|
|
4940
|
+
justify-content: center;
|
|
4941
|
+
|
|
4942
|
+
margin-top: 45px
|
|
4943
|
+
}
|
|
4944
|
+
@media only screen and (min-width: 32em) {
|
|
4945
|
+
.DonatesTeaser-module_cta__1orPb {
|
|
4946
|
+
margin-top: 40px
|
|
4905
4947
|
}
|
|
4906
|
-
|
|
4907
|
-
|
|
4948
|
+
}
|
|
4949
|
+
.DonatesTeaser-module_cta__1orPb a {
|
|
4950
|
+
display: block;
|
|
4951
|
+
|
|
4952
|
+
text-align: center;
|
|
4953
|
+
text-decoration: none;
|
|
4954
|
+
letter-spacing: 1px;
|
|
4955
|
+
text-transform: uppercase;
|
|
4956
|
+
|
|
4957
|
+
color: #ffffff;
|
|
4958
|
+
|
|
4959
|
+
font-size: 11px;
|
|
4960
|
+
font-weight: 600;
|
|
4961
|
+
line-height: 16px;
|
|
4908
4962
|
}
|
|
4909
|
-
.
|
|
4910
|
-
|
|
4911
|
-
|
|
4963
|
+
.DonatesTeaser-module_cta__1orPb a::after {
|
|
4964
|
+
position: absolute;
|
|
4965
|
+
z-index: 1;
|
|
4966
|
+
top: 0;
|
|
4967
|
+
right: 0;
|
|
4968
|
+
bottom: 0;
|
|
4969
|
+
left: 0;
|
|
4970
|
+
|
|
4971
|
+
content: '';
|
|
4912
4972
|
}
|
|
4913
|
-
.
|
|
4914
|
-
|
|
4973
|
+
.DonatesTeaser-module_ctaInner__2LChL {
|
|
4974
|
+
position: relative;
|
|
4975
|
+
|
|
4976
|
+
display: block;
|
|
4977
|
+
|
|
4978
|
+
width: 192px;
|
|
4979
|
+
padding: 14px 0 13px;
|
|
4915
4980
|
}
|
|
4916
|
-
.
|
|
4981
|
+
.DonatesTeaser-module_ctaInner__2LChL::after {
|
|
4917
4982
|
position: absolute;
|
|
4983
|
+
z-index: -1;
|
|
4918
4984
|
top: 0;
|
|
4919
4985
|
right: 0;
|
|
4986
|
+
bottom: 0;
|
|
4987
|
+
left: 0;
|
|
4920
4988
|
|
|
4921
|
-
|
|
4922
|
-
|
|
4989
|
+
content: '';
|
|
4990
|
+
transition: opacity 250ms ease;
|
|
4923
4991
|
|
|
4924
|
-
|
|
4992
|
+
border-radius: 40px;
|
|
4993
|
+
background-color: #ff1113;
|
|
4925
4994
|
|
|
4926
|
-
|
|
4927
|
-
border-width: 0;
|
|
4928
|
-
outline: none;
|
|
4929
|
-
background-color: transparent;
|
|
4995
|
+
filter: blur(10px);
|
|
4930
4996
|
}
|
|
4931
|
-
|
|
4932
|
-
|
|
4997
|
+
@media only screen and (min-width: 32em) {
|
|
4998
|
+
.DonatesTeaser-module_center__2Ynx9 {
|
|
4999
|
+
width: 100%;
|
|
5000
|
+
max-width: 650px;
|
|
5001
|
+
margin-right: auto;
|
|
5002
|
+
margin-left: auto
|
|
4933
5003
|
}
|
|
4934
|
-
|
|
4935
|
-
|
|
4936
|
-
|
|
5004
|
+
}
|
|
5005
|
+
.DonatesTeaser-module_isInCard__HrFh8,
|
|
5006
|
+
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
5007
|
+
margin-right: -11px;
|
|
5008
|
+
margin-left: -11px
|
|
4937
5009
|
}
|
|
4938
|
-
|
|
5010
|
+
@media only screen and (min-width: 32em) {
|
|
5011
|
+
.DonatesTeaser-module_isInCard__HrFh8,
|
|
5012
|
+
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
5013
|
+
margin-right: 0;
|
|
5014
|
+
margin-left: 0
|
|
5015
|
+
}
|
|
5016
|
+
}
|
|
4939
5017
|
|
|
4940
5018
|
/* Colors */
|
|
4941
5019
|
/* Fonts */
|
|
@@ -4950,334 +5028,258 @@ a mark {
|
|
|
4950
5028
|
/* 511 */
|
|
4951
5029
|
/* 1023 */
|
|
4952
5030
|
/* Zindex */
|
|
4953
|
-
.
|
|
4954
|
-
position: relative;
|
|
4955
|
-
|
|
4956
|
-
margin: 15px 0
|
|
4957
|
-
}
|
|
4958
|
-
@media only screen and (min-width: 32em) {
|
|
4959
|
-
.SensitiveBlock-module_root__2iJbD {
|
|
4960
|
-
margin: 25px 0 20px
|
|
4961
|
-
}
|
|
4962
|
-
}
|
|
4963
|
-
.SensitiveBlock-module_root__2iJbD:first-child {
|
|
4964
|
-
margin-top: 0;
|
|
4965
|
-
}
|
|
4966
|
-
.SensitiveBlock-module_root__2iJbD:last-child {
|
|
4967
|
-
margin-bottom: 0;
|
|
4968
|
-
}
|
|
4969
|
-
.SensitiveBlock-module_root__2iJbD figcaption {
|
|
4970
|
-
width: 100%;
|
|
4971
|
-
max-width: 650px;
|
|
4972
|
-
margin-right: auto;
|
|
4973
|
-
margin-left: auto;
|
|
4974
|
-
|
|
4975
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4976
|
-
}
|
|
4977
|
-
.SensitiveBlock-module_container__1Wtix {
|
|
5031
|
+
.RelatedRichBlock-module_root__3NYmj {
|
|
4978
5032
|
position: relative;
|
|
4979
|
-
|
|
4980
|
-
min-height: 170px;
|
|
4981
|
-
|
|
4982
|
-
transition: min-height 350ms ease;
|
|
4983
|
-
}
|
|
4984
|
-
.SensitiveBlock-module_overlay__hfDVS {
|
|
4985
|
-
position: absolute;
|
|
4986
5033
|
z-index: 10;
|
|
4987
|
-
top: 0;
|
|
4988
|
-
right: -20px;
|
|
4989
|
-
bottom: 0;
|
|
4990
|
-
left: -20px;
|
|
4991
|
-
|
|
4992
|
-
display: -webkit-box;
|
|
4993
|
-
|
|
4994
|
-
display: -webkit-flex;
|
|
4995
|
-
|
|
4996
|
-
display: -ms-flexbox;
|
|
4997
|
-
|
|
4998
|
-
display: flex;
|
|
4999
|
-
align-items: center;
|
|
5000
|
-
flex-flow: column nowrap;
|
|
5001
|
-
justify-content: center;
|
|
5002
5034
|
|
|
5003
|
-
|
|
5035
|
+
display: block;
|
|
5036
|
+
overflow: hidden;
|
|
5004
5037
|
|
|
5005
|
-
|
|
5038
|
+
text-decoration: none;
|
|
5006
5039
|
|
|
5007
|
-
|
|
5008
|
-
|
|
5009
|
-
background-position: center top;
|
|
5010
|
-
background-size: cover
|
|
5040
|
+
border-radius: 8px;
|
|
5041
|
+
outline-width: 0;
|
|
5011
5042
|
}
|
|
5012
5043
|
@media only screen and (min-width: 32em) {
|
|
5013
|
-
.
|
|
5014
|
-
|
|
5015
|
-
left: 0
|
|
5044
|
+
.RelatedRichBlock-module_root__3NYmj:hover {
|
|
5045
|
+
opacity: 0.95
|
|
5016
5046
|
}
|
|
5017
5047
|
}
|
|
5018
|
-
.
|
|
5019
|
-
|
|
5020
|
-
|
|
5021
|
-
|
|
5022
|
-
|
|
5048
|
+
.RelatedRichBlock-module_root__3NYmj::after {
|
|
5049
|
+
position: absolute;
|
|
5050
|
+
top: 0;
|
|
5051
|
+
right: 0;
|
|
5052
|
+
bottom: 0;
|
|
5053
|
+
left: 0;
|
|
5054
|
+
z-index: 20;
|
|
5023
5055
|
|
|
5024
|
-
|
|
5056
|
+
border-radius: 8px;
|
|
5025
5057
|
|
|
5026
|
-
|
|
5058
|
+
content: '';
|
|
5027
5059
|
}
|
|
5028
|
-
.
|
|
5060
|
+
.RelatedRichBlock-module_root__3NYmj::before {
|
|
5029
5061
|
display: block;
|
|
5030
5062
|
|
|
5031
5063
|
width: 100%;
|
|
5032
|
-
max-width: 368px;
|
|
5033
|
-
margin-top: 0;
|
|
5034
|
-
margin-bottom: 12px;
|
|
5035
|
-
|
|
5036
|
-
text-align: center;
|
|
5037
|
-
|
|
5038
|
-
font-size: 14px;
|
|
5039
|
-
line-height: 18px
|
|
5040
|
-
}
|
|
5041
|
-
@media only screen and (min-width: 32em) {
|
|
5042
|
-
.SensitiveBlock-module_content__sNpxZ p {
|
|
5043
|
-
margin-bottom: 24px;
|
|
5044
|
-
|
|
5045
|
-
font-size: 16px;
|
|
5046
|
-
line-height: 22px
|
|
5047
|
-
}
|
|
5048
|
-
}
|
|
5049
|
-
.SensitiveBlock-module_button__3BGZK {
|
|
5050
|
-
width: 100%;
|
|
5051
|
-
max-width: 348px;
|
|
5052
|
-
margin: 0 auto;
|
|
5053
|
-
}
|
|
5054
|
-
.SensitiveBlock-module_default__2HgmZ {
|
|
5055
|
-
max-width: 650px
|
|
5056
5064
|
}
|
|
5057
|
-
|
|
5058
|
-
|
|
5059
|
-
|
|
5060
|
-
margin-left: auto
|
|
5065
|
+
.RelatedRichBlock-module_root__3NYmj::after {
|
|
5066
|
+
box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2),
|
|
5067
|
+
inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
5061
5068
|
}
|
|
5062
|
-
|
|
5063
|
-
.
|
|
5064
|
-
|
|
5069
|
+
.RelatedRichBlock-module_root__3NYmj,
|
|
5070
|
+
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
5071
|
+
margin: 16px 0
|
|
5065
5072
|
}
|
|
5066
|
-
@media only screen and (min-width:
|
|
5067
|
-
.
|
|
5068
|
-
|
|
5069
|
-
margin
|
|
5073
|
+
@media only screen and (min-width: 48em) {
|
|
5074
|
+
.RelatedRichBlock-module_root__3NYmj,
|
|
5075
|
+
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
5076
|
+
margin: 25px 0
|
|
5070
5077
|
}
|
|
5071
5078
|
}
|
|
5072
|
-
.
|
|
5073
|
-
|
|
5074
|
-
|
|
5075
|
-
|
|
5076
|
-
|
|
5077
|
-
|
|
5078
|
-
right: 0;
|
|
5079
|
-
left: 0
|
|
5079
|
+
.RelatedRichBlock-module_overlay__3XSg_,
|
|
5080
|
+
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
5081
|
+
position: absolute;
|
|
5082
|
+
right: 0;
|
|
5083
|
+
left: 0;
|
|
5084
|
+
z-index: 10;
|
|
5080
5085
|
}
|
|
5081
|
-
|
|
5082
|
-
|
|
5083
|
-
|
|
5084
|
-
|
|
5086
|
+
.RelatedRichBlock-module_overlay__3XSg_ {
|
|
5087
|
+
bottom: 0;
|
|
5088
|
+
|
|
5089
|
+
height: 295px;
|
|
5085
5090
|
}
|
|
5086
|
-
|
|
5087
|
-
|
|
5088
|
-
|
|
5089
|
-
|
|
5091
|
+
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
5092
|
+
top: 0;
|
|
5093
|
+
|
|
5094
|
+
height: 150px;
|
|
5090
5095
|
}
|
|
5091
|
-
|
|
5092
|
-
|
|
5093
|
-
|
|
5096
|
+
.RelatedRichBlock-module_body__1ZHZS {
|
|
5097
|
+
display: -webkit-box;
|
|
5098
|
+
display: -webkit-flex;
|
|
5099
|
+
display: -ms-flexbox;
|
|
5100
|
+
display: flex;
|
|
5101
|
+
flex-flow: column nowrap;
|
|
5102
|
+
justify-content: flex-end;
|
|
5103
|
+
|
|
5104
|
+
padding: 12px 15px;
|
|
5105
|
+
|
|
5106
|
+
background-color: #f7f7f7
|
|
5094
5107
|
}
|
|
5095
5108
|
@media only screen and (min-width: 32em) {
|
|
5096
|
-
.
|
|
5097
|
-
|
|
5098
|
-
|
|
5109
|
+
.RelatedRichBlock-module_body__1ZHZS {
|
|
5110
|
+
position: absolute;
|
|
5111
|
+
right: 0;
|
|
5112
|
+
bottom: 0;
|
|
5113
|
+
left: 0;
|
|
5114
|
+
z-index: 10;
|
|
5115
|
+
|
|
5116
|
+
min-height: 295px;
|
|
5117
|
+
padding: 20px;
|
|
5118
|
+
|
|
5119
|
+
background-color: transparent
|
|
5099
5120
|
}
|
|
5100
5121
|
}
|
|
5122
|
+
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
5123
|
+
color: #000
|
|
5124
|
+
}
|
|
5101
5125
|
@media only screen and (min-width: 32em) {
|
|
5102
|
-
.
|
|
5103
|
-
|
|
5104
|
-
padding-left: 15px
|
|
5126
|
+
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
5127
|
+
color: #fff
|
|
5105
5128
|
}
|
|
5106
5129
|
}
|
|
5107
|
-
|
|
5108
|
-
.
|
|
5109
|
-
|
|
5130
|
+
@media only screen and (min-width: 32em) {
|
|
5131
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_hasGradient__27LOk .RelatedRichBlock-module_body__1ZHZS {
|
|
5132
|
+
position: absolute;
|
|
5133
|
+
right: 0;
|
|
5134
|
+
bottom: 0;
|
|
5135
|
+
left: 0;
|
|
5136
|
+
z-index: 10;
|
|
5110
5137
|
|
|
5111
|
-
|
|
5138
|
+
min-height: 295px;
|
|
5112
5139
|
|
|
5113
|
-
|
|
5114
|
-
}
|
|
5115
|
-
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
|
|
5116
|
-
min-height: 0;
|
|
5117
|
-
}
|
|
5118
|
-
/* CONTEXT */
|
|
5119
|
-
@media only screen and (max-width: 63.9375em) {
|
|
5120
|
-
.SensitiveBlock-module_isInCard__1L-lu .SensitiveBlock-module_overlay__hfDVS,
|
|
5121
|
-
.SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
|
|
5122
|
-
right: -11px;
|
|
5123
|
-
left: -11px
|
|
5140
|
+
background-color: transparent
|
|
5124
5141
|
}
|
|
5125
5142
|
}
|
|
5126
|
-
|
|
5127
|
-
/* Colors */
|
|
5128
|
-
/* Fonts */
|
|
5129
|
-
/* Gap */
|
|
5130
|
-
/* Media */
|
|
5131
|
-
/* 512 */
|
|
5132
|
-
/* 650 */
|
|
5133
|
-
/* 768 */
|
|
5134
|
-
/* 1024 */
|
|
5135
|
-
/* 1010 */
|
|
5136
|
-
/* 1200 */
|
|
5137
|
-
/* 511 */
|
|
5138
|
-
/* 1023 */
|
|
5139
|
-
/* Zindex */
|
|
5140
|
-
.DonatesTeaser-module_root__3rtaJ {
|
|
5143
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ {
|
|
5141
5144
|
position: relative;
|
|
5145
|
+
}
|
|
5146
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
5147
|
+
position: absolute;
|
|
5148
|
+
right: 1px;
|
|
5149
|
+
bottom: 0;
|
|
5150
|
+
left: 1px;
|
|
5142
5151
|
z-index: 10;
|
|
5143
5152
|
|
|
5144
|
-
|
|
5145
|
-
overflow: hidden;
|
|
5146
|
-
|
|
5147
|
-
margin: calc(15rem / 16) -20px;
|
|
5148
|
-
padding: 42px 20px 50px;
|
|
5149
|
-
|
|
5150
|
-
text-decoration: none;
|
|
5151
|
-
|
|
5152
|
-
outline-width: 0;
|
|
5153
|
-
background-color: #000;
|
|
5153
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
5154
5154
|
|
|
5155
|
-
|
|
5155
|
+
content: ''
|
|
5156
5156
|
}
|
|
5157
5157
|
@media only screen and (min-width: 32em) {
|
|
5158
|
-
.
|
|
5159
|
-
|
|
5160
|
-
padding: 48px 30px;
|
|
5161
|
-
|
|
5162
|
-
border-radius: 8px
|
|
5158
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
5159
|
+
content: ''
|
|
5163
5160
|
}
|
|
5164
5161
|
}
|
|
5165
|
-
.
|
|
5166
|
-
opacity: 0.7;
|
|
5167
|
-
}
|
|
5168
|
-
.DonatesTeaser-module_main__YBt6p {
|
|
5169
|
-
max-width: 852px;
|
|
5170
|
-
margin: 0 auto;
|
|
5171
|
-
|
|
5172
|
-
text-align: center;
|
|
5173
|
-
|
|
5162
|
+
.RelatedRichBlock-module_isCard__2naDz {
|
|
5174
5163
|
color: #fff;
|
|
5175
|
-
|
|
5176
|
-
|
|
5177
|
-
font-size: 20px;
|
|
5178
|
-
font-weight: 700;
|
|
5179
|
-
line-height: 25px
|
|
5164
|
+
|
|
5165
|
+
background-color: #191919
|
|
5180
5166
|
}
|
|
5181
5167
|
@media only screen and (min-width: 32em) {
|
|
5182
|
-
.
|
|
5183
|
-
|
|
5184
|
-
line-height: 34px
|
|
5168
|
+
.RelatedRichBlock-module_isCard__2naDz {
|
|
5169
|
+
min-height: 350px
|
|
5185
5170
|
}
|
|
5186
5171
|
}
|
|
5187
|
-
.
|
|
5188
|
-
|
|
5172
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
5173
|
+
background-color: transparent
|
|
5174
|
+
}
|
|
5175
|
+
@media only screen and (min-width: 32em) {
|
|
5176
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
5177
|
+
position: absolute;
|
|
5178
|
+
right: 0;
|
|
5179
|
+
bottom: 0;
|
|
5180
|
+
left: 0;
|
|
5181
|
+
z-index: 10;
|
|
5189
5182
|
|
|
5190
|
-
|
|
5191
|
-
font-size: 21px;
|
|
5192
|
-
font-weight: normal;
|
|
5193
|
-
line-height: 25px
|
|
5183
|
+
min-height: 295px
|
|
5194
5184
|
}
|
|
5185
|
+
}
|
|
5195
5186
|
@media only screen and (min-width: 32em) {
|
|
5196
|
-
.
|
|
5197
|
-
|
|
5198
|
-
|
|
5187
|
+
.RelatedRichBlock-module_isCard__2naDz::before {
|
|
5188
|
+
padding-bottom: 66.66%;
|
|
5189
|
+
|
|
5190
|
+
content: ''
|
|
5199
5191
|
}
|
|
5200
5192
|
}
|
|
5201
|
-
.
|
|
5202
|
-
|
|
5203
|
-
display: -webkit-flex;
|
|
5204
|
-
display: -ms-flexbox;
|
|
5205
|
-
display: flex;
|
|
5206
|
-
align-items: center;
|
|
5207
|
-
flex-flow: column nowrap;
|
|
5208
|
-
justify-content: center;
|
|
5193
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
5194
|
+
position: relative;
|
|
5209
5195
|
|
|
5210
|
-
|
|
5196
|
+
width: 100%
|
|
5211
5197
|
}
|
|
5212
5198
|
@media only screen and (min-width: 32em) {
|
|
5213
|
-
.
|
|
5214
|
-
|
|
5199
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
5200
|
+
position: absolute;
|
|
5201
|
+
top: 0;
|
|
5202
|
+
bottom: 0
|
|
5215
5203
|
}
|
|
5216
5204
|
}
|
|
5217
|
-
.
|
|
5205
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
5218
5206
|
display: block;
|
|
5219
5207
|
|
|
5220
|
-
|
|
5221
|
-
text-decoration: none;
|
|
5222
|
-
letter-spacing: 1px;
|
|
5223
|
-
text-transform: uppercase;
|
|
5224
|
-
|
|
5225
|
-
color: #ffffff;
|
|
5208
|
+
padding-bottom: 78.50746269%;
|
|
5226
5209
|
|
|
5227
|
-
|
|
5228
|
-
font-weight: 600;
|
|
5229
|
-
line-height: 16px;
|
|
5210
|
+
content: ''
|
|
5230
5211
|
}
|
|
5231
|
-
|
|
5212
|
+
@media only screen and (min-width: 32em) {
|
|
5213
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
5214
|
+
content: none
|
|
5215
|
+
}
|
|
5216
|
+
}
|
|
5217
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
5232
5218
|
position: absolute;
|
|
5233
|
-
|
|
5234
|
-
|
|
5235
|
-
right: 0;
|
|
5236
|
-
bottom: 0;
|
|
5237
|
-
left: 0;
|
|
5219
|
+
top: 50%;
|
|
5220
|
+
left: 50%;
|
|
5238
5221
|
|
|
5239
|
-
|
|
5240
|
-
|
|
5241
|
-
.DonatesTeaser-module_ctaInner__2LChL {
|
|
5242
|
-
position: relative;
|
|
5222
|
+
width: 180px;
|
|
5223
|
+
height: 180px;
|
|
5243
5224
|
|
|
5244
|
-
|
|
5225
|
+
transform: translate(-50%, -50%)
|
|
5226
|
+
}
|
|
5227
|
+
@media only screen and (min-width: 32em) {
|
|
5228
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
5229
|
+
top: 25%;
|
|
5245
5230
|
|
|
5246
|
-
|
|
5247
|
-
padding: 14px 0 13px;
|
|
5231
|
+
transform: translate(-50%, -25%)
|
|
5248
5232
|
}
|
|
5249
|
-
|
|
5233
|
+
}
|
|
5234
|
+
.RelatedRichBlock-module_tag__3OLyG {
|
|
5250
5235
|
position: absolute;
|
|
5251
|
-
|
|
5252
|
-
|
|
5253
|
-
|
|
5254
|
-
|
|
5255
|
-
left: 0;
|
|
5256
|
-
|
|
5257
|
-
content: '';
|
|
5258
|
-
transition: opacity 250ms ease;
|
|
5236
|
+
top: 14px;
|
|
5237
|
+
right: 15px;
|
|
5238
|
+
left: 15px;
|
|
5239
|
+
z-index: 10;
|
|
5259
5240
|
|
|
5260
|
-
|
|
5261
|
-
background-color: #ff1113;
|
|
5241
|
+
color: rgba(255, 255, 255, 0.7);
|
|
5262
5242
|
|
|
5263
|
-
|
|
5243
|
+
font-size: 12px
|
|
5264
5244
|
}
|
|
5265
|
-
|
|
5245
|
+
@media only screen and (min-width: 64em) {
|
|
5246
|
+
.RelatedRichBlock-module_tag__3OLyG {
|
|
5247
|
+
top: 16px;
|
|
5248
|
+
right: 20px;
|
|
5249
|
+
left: 20px
|
|
5250
|
+
}
|
|
5251
|
+
}
|
|
5252
|
+
.RelatedRichBlock-module_center__197sx {
|
|
5266
5253
|
width: 100%;
|
|
5267
5254
|
max-width: 650px;
|
|
5268
5255
|
margin-right: auto;
|
|
5269
5256
|
margin-left: auto;
|
|
5270
5257
|
}
|
|
5271
|
-
|
|
5272
|
-
.
|
|
5273
|
-
|
|
5274
|
-
|
|
5258
|
+
/* Themes */
|
|
5259
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
|
|
5260
|
+
color: #000;
|
|
5261
|
+
}
|
|
5262
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
|
|
5263
|
+
color: rgba(0, 0, 0, 0.7);
|
|
5275
5264
|
}
|
|
5276
5265
|
@media only screen and (min-width: 32em) {
|
|
5277
|
-
.
|
|
5278
|
-
|
|
5279
|
-
|
|
5280
|
-
|
|
5266
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_light__2mUxL {
|
|
5267
|
+
color: #fff;
|
|
5268
|
+
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
|
|
5269
|
+
}
|
|
5270
|
+
}
|
|
5271
|
+
/* Display */
|
|
5272
|
+
@media only screen and (min-width: 32em) {
|
|
5273
|
+
.RelatedRichBlock-module_mobile__JpCS4 {
|
|
5274
|
+
display: none
|
|
5275
|
+
}
|
|
5276
|
+
}
|
|
5277
|
+
.RelatedRichBlock-module_desktop__trL0D {
|
|
5278
|
+
display: none
|
|
5279
|
+
}
|
|
5280
|
+
@media only screen and (min-width: 32em) {
|
|
5281
|
+
.RelatedRichBlock-module_desktop__trL0D {
|
|
5282
|
+
display: block
|
|
5281
5283
|
}
|
|
5282
5284
|
}
|
|
5283
5285
|
|