@meduza/ui-kit-2 0.1.25 → 0.1.27
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/RichTitle/RichTitle.types.d.ts +2 -0
- package/dist/ui-kit-2.cjs.development.js +13 -8
- 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 +13 -8
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +1103 -1038
- package/package.json +1 -1
- package/src/Meta/Meta.module.css +1 -1
- package/src/RelatedBlock/index.tsx +1 -1
- package/src/RelatedRichBlock/RelatedRichBlock.module.css +79 -18
- package/src/RelatedRichBlock/RelatedRichBlock.stories.tsx +0 -1
- package/src/RelatedRichBlock/index.tsx +7 -4
- package/src/RelatedRichBlock/mock.json +5 -5
- package/src/RichTitle/RichTitle.module.css +3 -5
- package/src/RichTitle/RichTitle.types.ts +1 -0
- package/src/RichTitle/index.tsx +3 -3
- package/src/Tag/Tag.module.css +7 -0
- package/src/_storybook/PreviewWrapper/PreviewWrapper.module.css +12 -0
package/dist/ui-kit.css
CHANGED
|
@@ -1,3 +1,233 @@
|
|
|
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
|
+
.SvgSymbol-module_root__2CsRW {
|
|
15
|
+
width: 100%;
|
|
16
|
+
height: 100%;
|
|
17
|
+
|
|
18
|
+
vertical-align: middle;
|
|
19
|
+
}
|
|
20
|
+
.SvgSymbol-module_small__2g6oR {
|
|
21
|
+
height: 14px;
|
|
22
|
+
}
|
|
23
|
+
.SvgSymbol-module_normal__9lFn1 {
|
|
24
|
+
height: 14px;
|
|
25
|
+
}
|
|
26
|
+
.SvgSymbol-module_medium__2eF5L {
|
|
27
|
+
width: 24px;
|
|
28
|
+
height: 24px;
|
|
29
|
+
}
|
|
30
|
+
.SvgSymbol-module_large__2kQrt {
|
|
31
|
+
width: 42px;
|
|
32
|
+
height: 42px;
|
|
33
|
+
}
|
|
34
|
+
.SvgSymbol-module_adaptive__3_68T {
|
|
35
|
+
width: 100%;
|
|
36
|
+
height: 100%;
|
|
37
|
+
}
|
|
38
|
+
.SvgSymbol-module_fb__1whmw {
|
|
39
|
+
width: 16px;
|
|
40
|
+
|
|
41
|
+
fill: #304591;
|
|
42
|
+
}
|
|
43
|
+
.SvgSymbol-module_vk__3VEuu {
|
|
44
|
+
width: 20px;
|
|
45
|
+
|
|
46
|
+
fill: #527397;
|
|
47
|
+
}
|
|
48
|
+
.SvgSymbol-module_ok__2_1Qb {
|
|
49
|
+
width: 9px;
|
|
50
|
+
|
|
51
|
+
fill: #eb722e;
|
|
52
|
+
}
|
|
53
|
+
.SvgSymbol-module_tw__2VRG5 {
|
|
54
|
+
width: 20px;
|
|
55
|
+
|
|
56
|
+
fill: #31adf4;
|
|
57
|
+
}
|
|
58
|
+
.SvgSymbol-module_tg__2xe2f {
|
|
59
|
+
width: 18px;
|
|
60
|
+
|
|
61
|
+
fill: #2ba5e0;
|
|
62
|
+
}
|
|
63
|
+
.SvgSymbol-module_reaction__rrJvf {
|
|
64
|
+
width: 16px;
|
|
65
|
+
|
|
66
|
+
color: #b88b59;
|
|
67
|
+
|
|
68
|
+
fill: #262626;
|
|
69
|
+
}
|
|
70
|
+
.SvgSymbol-module_card__1XAqw,
|
|
71
|
+
.SvgSymbol-module_podcast__3oPoo,
|
|
72
|
+
.SvgSymbol-module_read__2V82i,
|
|
73
|
+
.SvgSymbol-module_listened__1oMFV {
|
|
74
|
+
width: 15px;
|
|
75
|
+
height: 15px;
|
|
76
|
+
}
|
|
77
|
+
.SvgSymbol-module_menu__2iYFt {
|
|
78
|
+
width: 24px;
|
|
79
|
+
height: 24px;
|
|
80
|
+
}
|
|
81
|
+
.SvgSymbol-module_cross__J2lCN {
|
|
82
|
+
width: 14px;
|
|
83
|
+
height: 14px;
|
|
84
|
+
}
|
|
85
|
+
.SvgSymbol-module_isInFeature__cDeTI,
|
|
86
|
+
.SvgSymbol-module_isInCard__pKq4e {
|
|
87
|
+
width: 16px;
|
|
88
|
+
height: 16px;
|
|
89
|
+
}
|
|
90
|
+
.SvgSymbol-module_isInTopicBlockItem__3Te91 {
|
|
91
|
+
width: 16px;
|
|
92
|
+
height: 16px;
|
|
93
|
+
}
|
|
94
|
+
.SvgSymbol-module_isInPageStatic__H31Rd {
|
|
95
|
+
width: 64px;
|
|
96
|
+
height: 64px;
|
|
97
|
+
}
|
|
98
|
+
.SvgSymbol-module_isInMaterialMeta__2IbAw {
|
|
99
|
+
margin-right: 6px;
|
|
100
|
+
}
|
|
101
|
+
.SvgSymbol-module_isInAudioPlayer__2xlzW {
|
|
102
|
+
width: 29px;
|
|
103
|
+
height: 29px;
|
|
104
|
+
|
|
105
|
+
-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
106
|
+
|
|
107
|
+
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
108
|
+
}
|
|
109
|
+
.SvgSymbol-module_isInEpisodeBlock__2vY3o {
|
|
110
|
+
width: 38px;
|
|
111
|
+
height: 38px;
|
|
112
|
+
|
|
113
|
+
-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
114
|
+
|
|
115
|
+
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
116
|
+
}
|
|
117
|
+
.SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
|
|
118
|
+
width: 34px;
|
|
119
|
+
height: 28px
|
|
120
|
+
}
|
|
121
|
+
@media only screen and (min-device-width: 40.625em) {
|
|
122
|
+
.SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
|
|
123
|
+
width: 28px;
|
|
124
|
+
height: 22px
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
.SvgSymbol-module_isInButtonBackward__1Grf9,
|
|
128
|
+
.SvgSymbol-module_isInButtonForward__D1AFL {
|
|
129
|
+
width: 28px;
|
|
130
|
+
height: 28px
|
|
131
|
+
}
|
|
132
|
+
@media only screen and (min-device-width: 40.625em) {
|
|
133
|
+
.SvgSymbol-module_isInButtonBackward__1Grf9,
|
|
134
|
+
.SvgSymbol-module_isInButtonForward__D1AFL {
|
|
135
|
+
width: 22px;
|
|
136
|
+
height: 22px
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_cross__J2lCN {
|
|
140
|
+
width: 18px;
|
|
141
|
+
height: 18px;
|
|
142
|
+
}
|
|
143
|
+
.SvgSymbol-module_play__pM-qY {
|
|
144
|
+
width: 100%;
|
|
145
|
+
height: 100%;
|
|
146
|
+
}
|
|
147
|
+
.SvgSymbol-module_meduzaLogo__2Ouzp {
|
|
148
|
+
width: 92px;
|
|
149
|
+
height: 20px
|
|
150
|
+
}
|
|
151
|
+
@media only screen and (min-device-width: 64em) {
|
|
152
|
+
.SvgSymbol-module_meduzaLogo__2Ouzp {
|
|
153
|
+
width: 100px;
|
|
154
|
+
height: 45px
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
.SvgSymbol-module_arrow__11naX {
|
|
158
|
+
width: 12px;
|
|
159
|
+
height: 12px;
|
|
160
|
+
}
|
|
161
|
+
.SvgSymbol-module_oil__hvHE5 {
|
|
162
|
+
width: 9px;
|
|
163
|
+
height: 12px;
|
|
164
|
+
}
|
|
165
|
+
.SvgSymbol-module_search__VK6p3 {
|
|
166
|
+
width: 24px;
|
|
167
|
+
height: 24px
|
|
168
|
+
}
|
|
169
|
+
@media only screen and (min-device-width: 64em) {
|
|
170
|
+
.SvgSymbol-module_search__VK6p3 {
|
|
171
|
+
width: 16px;
|
|
172
|
+
height: 16px
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
.SvgSymbol-module_user__1MGim {
|
|
176
|
+
width: 14px;
|
|
177
|
+
height: 14px
|
|
178
|
+
}
|
|
179
|
+
@media only screen and (min-device-width: 64em) {
|
|
180
|
+
.SvgSymbol-module_user__1MGim {
|
|
181
|
+
width: 16px;
|
|
182
|
+
height: 16px
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
.SvgSymbol-module_bookmark__2z7tX {
|
|
186
|
+
width: 17px;
|
|
187
|
+
height: auto;
|
|
188
|
+
|
|
189
|
+
cursor: pointer;
|
|
190
|
+
|
|
191
|
+
stroke-width: 2px
|
|
192
|
+
}
|
|
193
|
+
@media only screen and (min-device-width: 64em) {
|
|
194
|
+
.SvgSymbol-module_bookmark__2z7tX {
|
|
195
|
+
width: 14px;
|
|
196
|
+
|
|
197
|
+
stroke-width: 1.5px
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_bookmark__2z7tX {
|
|
201
|
+
width: 14px;
|
|
202
|
+
}
|
|
203
|
+
.SvgSymbol-module_receipt__3Eqow {
|
|
204
|
+
width: 10px;
|
|
205
|
+
height: 13px;
|
|
206
|
+
}
|
|
207
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
208
|
+
width: 22px;
|
|
209
|
+
height: 22px
|
|
210
|
+
}
|
|
211
|
+
@media only screen and (min-device-width: 64em) {
|
|
212
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
213
|
+
width: 14px;
|
|
214
|
+
height: 14px
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
@media only screen and (min-device-width: 64em) {
|
|
218
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_search__VK6p3 circle {
|
|
219
|
+
stroke-width: 1.5px
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
223
|
+
stroke-width: 1.8px
|
|
224
|
+
}
|
|
225
|
+
@media only screen and (min-device-width: 64em) {
|
|
226
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
227
|
+
stroke-width: 1.3px
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
|
|
1
231
|
/* Colors */
|
|
2
232
|
/* Fonts */
|
|
3
233
|
/* Gap */
|
|
@@ -247,420 +477,26 @@
|
|
|
247
477
|
/* 511 */
|
|
248
478
|
/* 1023 */
|
|
249
479
|
/* Zindex */
|
|
250
|
-
.
|
|
251
|
-
|
|
252
|
-
|
|
480
|
+
.Image-module_root__1vsA_ {
|
|
481
|
+
position: relative;
|
|
482
|
+
z-index: 1;
|
|
253
483
|
|
|
254
|
-
|
|
484
|
+
display: block;
|
|
485
|
+
overflow: hidden
|
|
255
486
|
}
|
|
256
|
-
|
|
257
|
-
|
|
487
|
+
@media only screen and (min-device-width: 32em) {
|
|
488
|
+
.Image-module_root__1vsA_ {
|
|
489
|
+
border-radius: inherit
|
|
258
490
|
}
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
height: 42px;
|
|
269
|
-
}
|
|
270
|
-
.SvgSymbol-module_adaptive__3_68T {
|
|
271
|
-
width: 100%;
|
|
272
|
-
height: 100%;
|
|
273
|
-
}
|
|
274
|
-
.SvgSymbol-module_fb__1whmw {
|
|
275
|
-
width: 16px;
|
|
276
|
-
|
|
277
|
-
fill: #304591;
|
|
278
|
-
}
|
|
279
|
-
.SvgSymbol-module_vk__3VEuu {
|
|
280
|
-
width: 20px;
|
|
281
|
-
|
|
282
|
-
fill: #527397;
|
|
283
|
-
}
|
|
284
|
-
.SvgSymbol-module_ok__2_1Qb {
|
|
285
|
-
width: 9px;
|
|
286
|
-
|
|
287
|
-
fill: #eb722e;
|
|
288
|
-
}
|
|
289
|
-
.SvgSymbol-module_tw__2VRG5 {
|
|
290
|
-
width: 20px;
|
|
291
|
-
|
|
292
|
-
fill: #31adf4;
|
|
293
|
-
}
|
|
294
|
-
.SvgSymbol-module_tg__2xe2f {
|
|
295
|
-
width: 18px;
|
|
296
|
-
|
|
297
|
-
fill: #2ba5e0;
|
|
298
|
-
}
|
|
299
|
-
.SvgSymbol-module_reaction__rrJvf {
|
|
300
|
-
width: 16px;
|
|
301
|
-
|
|
302
|
-
color: #b88b59;
|
|
303
|
-
|
|
304
|
-
fill: #262626;
|
|
305
|
-
}
|
|
306
|
-
.SvgSymbol-module_card__1XAqw,
|
|
307
|
-
.SvgSymbol-module_podcast__3oPoo,
|
|
308
|
-
.SvgSymbol-module_read__2V82i,
|
|
309
|
-
.SvgSymbol-module_listened__1oMFV {
|
|
310
|
-
width: 15px;
|
|
311
|
-
height: 15px;
|
|
312
|
-
}
|
|
313
|
-
.SvgSymbol-module_menu__2iYFt {
|
|
314
|
-
width: 24px;
|
|
315
|
-
height: 24px;
|
|
316
|
-
}
|
|
317
|
-
.SvgSymbol-module_cross__J2lCN {
|
|
318
|
-
width: 14px;
|
|
319
|
-
height: 14px;
|
|
320
|
-
}
|
|
321
|
-
.SvgSymbol-module_isInFeature__cDeTI,
|
|
322
|
-
.SvgSymbol-module_isInCard__pKq4e {
|
|
323
|
-
width: 16px;
|
|
324
|
-
height: 16px;
|
|
325
|
-
}
|
|
326
|
-
.SvgSymbol-module_isInTopicBlockItem__3Te91 {
|
|
327
|
-
width: 16px;
|
|
328
|
-
height: 16px;
|
|
329
|
-
}
|
|
330
|
-
.SvgSymbol-module_isInPageStatic__H31Rd {
|
|
331
|
-
width: 64px;
|
|
332
|
-
height: 64px;
|
|
333
|
-
}
|
|
334
|
-
.SvgSymbol-module_isInMaterialMeta__2IbAw {
|
|
335
|
-
margin-right: 6px;
|
|
336
|
-
}
|
|
337
|
-
.SvgSymbol-module_isInAudioPlayer__2xlzW {
|
|
338
|
-
width: 29px;
|
|
339
|
-
height: 29px;
|
|
340
|
-
|
|
341
|
-
-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
342
|
-
|
|
343
|
-
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
344
|
-
}
|
|
345
|
-
.SvgSymbol-module_isInEpisodeBlock__2vY3o {
|
|
346
|
-
width: 38px;
|
|
347
|
-
height: 38px;
|
|
348
|
-
|
|
349
|
-
-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
350
|
-
|
|
351
|
-
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
352
|
-
}
|
|
353
|
-
.SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
|
|
354
|
-
width: 34px;
|
|
355
|
-
height: 28px
|
|
356
|
-
}
|
|
357
|
-
@media only screen and (min-device-width: 40.625em) {
|
|
358
|
-
.SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
|
|
359
|
-
width: 28px;
|
|
360
|
-
height: 22px
|
|
361
|
-
}
|
|
362
|
-
}
|
|
363
|
-
.SvgSymbol-module_isInButtonBackward__1Grf9,
|
|
364
|
-
.SvgSymbol-module_isInButtonForward__D1AFL {
|
|
365
|
-
width: 28px;
|
|
366
|
-
height: 28px
|
|
367
|
-
}
|
|
368
|
-
@media only screen and (min-device-width: 40.625em) {
|
|
369
|
-
.SvgSymbol-module_isInButtonBackward__1Grf9,
|
|
370
|
-
.SvgSymbol-module_isInButtonForward__D1AFL {
|
|
371
|
-
width: 22px;
|
|
372
|
-
height: 22px
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_cross__J2lCN {
|
|
376
|
-
width: 18px;
|
|
377
|
-
height: 18px;
|
|
378
|
-
}
|
|
379
|
-
.SvgSymbol-module_play__pM-qY {
|
|
380
|
-
width: 100%;
|
|
381
|
-
height: 100%;
|
|
382
|
-
}
|
|
383
|
-
.SvgSymbol-module_meduzaLogo__2Ouzp {
|
|
384
|
-
width: 92px;
|
|
385
|
-
height: 20px
|
|
386
|
-
}
|
|
387
|
-
@media only screen and (min-device-width: 64em) {
|
|
388
|
-
.SvgSymbol-module_meduzaLogo__2Ouzp {
|
|
389
|
-
width: 100px;
|
|
390
|
-
height: 45px
|
|
391
|
-
}
|
|
392
|
-
}
|
|
393
|
-
.SvgSymbol-module_arrow__11naX {
|
|
394
|
-
width: 12px;
|
|
395
|
-
height: 12px;
|
|
396
|
-
}
|
|
397
|
-
.SvgSymbol-module_oil__hvHE5 {
|
|
398
|
-
width: 9px;
|
|
399
|
-
height: 12px;
|
|
400
|
-
}
|
|
401
|
-
.SvgSymbol-module_search__VK6p3 {
|
|
402
|
-
width: 24px;
|
|
403
|
-
height: 24px
|
|
404
|
-
}
|
|
405
|
-
@media only screen and (min-device-width: 64em) {
|
|
406
|
-
.SvgSymbol-module_search__VK6p3 {
|
|
407
|
-
width: 16px;
|
|
408
|
-
height: 16px
|
|
409
|
-
}
|
|
410
|
-
}
|
|
411
|
-
.SvgSymbol-module_user__1MGim {
|
|
412
|
-
width: 14px;
|
|
413
|
-
height: 14px
|
|
414
|
-
}
|
|
415
|
-
@media only screen and (min-device-width: 64em) {
|
|
416
|
-
.SvgSymbol-module_user__1MGim {
|
|
417
|
-
width: 16px;
|
|
418
|
-
height: 16px
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
|
-
.SvgSymbol-module_bookmark__2z7tX {
|
|
422
|
-
width: 17px;
|
|
423
|
-
height: auto;
|
|
424
|
-
|
|
425
|
-
cursor: pointer;
|
|
426
|
-
|
|
427
|
-
stroke-width: 2px
|
|
428
|
-
}
|
|
429
|
-
@media only screen and (min-device-width: 64em) {
|
|
430
|
-
.SvgSymbol-module_bookmark__2z7tX {
|
|
431
|
-
width: 14px;
|
|
432
|
-
|
|
433
|
-
stroke-width: 1.5px
|
|
434
|
-
}
|
|
435
|
-
}
|
|
436
|
-
.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_bookmark__2z7tX {
|
|
437
|
-
width: 14px;
|
|
438
|
-
}
|
|
439
|
-
.SvgSymbol-module_receipt__3Eqow {
|
|
440
|
-
width: 10px;
|
|
441
|
-
height: 13px;
|
|
442
|
-
}
|
|
443
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
444
|
-
width: 22px;
|
|
445
|
-
height: 22px
|
|
446
|
-
}
|
|
447
|
-
@media only screen and (min-device-width: 64em) {
|
|
448
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
449
|
-
width: 14px;
|
|
450
|
-
height: 14px
|
|
451
|
-
}
|
|
452
|
-
}
|
|
453
|
-
@media only screen and (min-device-width: 64em) {
|
|
454
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_search__VK6p3 circle {
|
|
455
|
-
stroke-width: 1.5px
|
|
456
|
-
}
|
|
457
|
-
}
|
|
458
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
459
|
-
stroke-width: 1.8px
|
|
460
|
-
}
|
|
461
|
-
@media only screen and (min-device-width: 64em) {
|
|
462
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
463
|
-
stroke-width: 1.3px
|
|
464
|
-
}
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
/* Colors */
|
|
468
|
-
/* Fonts */
|
|
469
|
-
/* Gap */
|
|
470
|
-
/* Media */
|
|
471
|
-
/* 512 */
|
|
472
|
-
/* 650 */
|
|
473
|
-
/* 768 */
|
|
474
|
-
/* 1024 */
|
|
475
|
-
/* 1010 */
|
|
476
|
-
/* 1200 */
|
|
477
|
-
/* 511 */
|
|
478
|
-
/* 1023 */
|
|
479
|
-
/* Zindex */
|
|
480
|
-
.Switcher-module_root__1Env1 {
|
|
481
|
-
position: relative;
|
|
482
|
-
|
|
483
|
-
display: -webkit-box;
|
|
484
|
-
|
|
485
|
-
display: -webkit-flex;
|
|
486
|
-
|
|
487
|
-
display: -ms-flexbox;
|
|
488
|
-
|
|
489
|
-
display: flex;
|
|
490
|
-
flex-flow: row nowrap;
|
|
491
|
-
align-items: center;
|
|
492
|
-
|
|
493
|
-
font-weight: 600;
|
|
494
|
-
|
|
495
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
496
|
-
white-space: nowrap;
|
|
497
|
-
|
|
498
|
-
cursor: pointer;
|
|
499
|
-
|
|
500
|
-
-webkit-user-select: none;
|
|
501
|
-
|
|
502
|
-
-moz-user-select: none;
|
|
503
|
-
|
|
504
|
-
-ms-user-select: none;
|
|
505
|
-
|
|
506
|
-
user-select: none;
|
|
507
|
-
}
|
|
508
|
-
.Switcher-module_dark__1IzaH {
|
|
509
|
-
color: inherit;
|
|
510
|
-
}
|
|
511
|
-
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
512
|
-
background-color: transparent;
|
|
513
|
-
}
|
|
514
|
-
.Switcher-module_input__jaMVF {
|
|
515
|
-
position: absolute;
|
|
516
|
-
top: 0;
|
|
517
|
-
left: 0;
|
|
518
|
-
|
|
519
|
-
opacity: 0;
|
|
520
|
-
}
|
|
521
|
-
.Switcher-module_control__1NTvY {
|
|
522
|
-
position: relative;
|
|
523
|
-
|
|
524
|
-
display: block;
|
|
525
|
-
|
|
526
|
-
width: 37px;
|
|
527
|
-
height: 21px;
|
|
528
|
-
|
|
529
|
-
background-color: #e6e6e6;
|
|
530
|
-
|
|
531
|
-
border-radius: 15px;
|
|
532
|
-
}
|
|
533
|
-
.Switcher-module_control__1NTvY::before {
|
|
534
|
-
position: absolute;
|
|
535
|
-
top: 0;
|
|
536
|
-
bottom: 0;
|
|
537
|
-
left: 0;
|
|
538
|
-
|
|
539
|
-
width: 18px;
|
|
540
|
-
|
|
541
|
-
background: rgba(19, 191, 17, 0);
|
|
542
|
-
|
|
543
|
-
border-radius: 15px;
|
|
544
|
-
|
|
545
|
-
transition: 0.25s ease-in-out;
|
|
546
|
-
|
|
547
|
-
content: '';
|
|
548
|
-
}
|
|
549
|
-
.Switcher-module_knob__3kEy5 {
|
|
550
|
-
position: relative;
|
|
551
|
-
top: 2px;
|
|
552
|
-
left: 2px;
|
|
553
|
-
z-index: 200;
|
|
554
|
-
|
|
555
|
-
display: block;
|
|
556
|
-
|
|
557
|
-
width: 17px;
|
|
558
|
-
height: 17px;
|
|
559
|
-
|
|
560
|
-
background: #fff;
|
|
561
|
-
|
|
562
|
-
border-radius: 15px;
|
|
563
|
-
|
|
564
|
-
transition: 0.25s ease-in-out;
|
|
565
|
-
}
|
|
566
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
567
|
-
width: 100%;
|
|
568
|
-
|
|
569
|
-
background-color: #b88b59;
|
|
570
|
-
}
|
|
571
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
572
|
-
box-shadow: inset 0 0 0 1px transparent;
|
|
573
|
-
}
|
|
574
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
575
|
-
left: 18px;
|
|
576
|
-
}
|
|
577
|
-
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
578
|
-
margin-right: 6px;
|
|
579
|
-
}
|
|
580
|
-
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
581
|
-
margin-left: 6px;
|
|
582
|
-
}
|
|
583
|
-
/* panel */
|
|
584
|
-
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
585
|
-
|
|
586
|
-
color: #999;
|
|
587
|
-
|
|
588
|
-
font-size: 13px;
|
|
589
|
-
letter-spacing: 0.5px;
|
|
590
|
-
text-transform: uppercase;
|
|
591
|
-
}
|
|
592
|
-
/* menu */
|
|
593
|
-
.Switcher-module_isInMenu__3XJYj {
|
|
594
|
-
font-weight: normal;
|
|
595
|
-
}
|
|
596
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
597
|
-
margin-right: 8px;
|
|
598
|
-
}
|
|
599
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
600
|
-
width: 48px;
|
|
601
|
-
height: 30px;
|
|
602
|
-
}
|
|
603
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
604
|
-
top: 4px;
|
|
605
|
-
|
|
606
|
-
width: 22px;
|
|
607
|
-
height: 22px;
|
|
608
|
-
|
|
609
|
-
background-color: #bababa;
|
|
610
|
-
}
|
|
611
|
-
/* stylelint-disable selector-max-compound-selectors */
|
|
612
|
-
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
613
|
-
left: 23px;
|
|
614
|
-
|
|
615
|
-
background-color: #fff;
|
|
616
|
-
}
|
|
617
|
-
/* live */
|
|
618
|
-
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
619
|
-
|
|
620
|
-
color: #7f7f7f;
|
|
621
|
-
|
|
622
|
-
font-size: 13px;
|
|
623
|
-
letter-spacing: 0.5px;
|
|
624
|
-
text-transform: uppercase;
|
|
625
|
-
}
|
|
626
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
627
|
-
background-color: #1a1a1a;
|
|
628
|
-
box-shadow: inset 0 0 0 1px #323232;
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
/* Colors */
|
|
632
|
-
/* Fonts */
|
|
633
|
-
/* Gap */
|
|
634
|
-
/* Media */
|
|
635
|
-
/* 512 */
|
|
636
|
-
/* 650 */
|
|
637
|
-
/* 768 */
|
|
638
|
-
/* 1024 */
|
|
639
|
-
/* 1010 */
|
|
640
|
-
/* 1200 */
|
|
641
|
-
/* 511 */
|
|
642
|
-
/* 1023 */
|
|
643
|
-
/* Zindex */
|
|
644
|
-
.Image-module_root__1vsA_ {
|
|
645
|
-
position: relative;
|
|
646
|
-
z-index: 1;
|
|
647
|
-
|
|
648
|
-
display: block;
|
|
649
|
-
overflow: hidden
|
|
650
|
-
}
|
|
651
|
-
@media only screen and (min-device-width: 32em) {
|
|
652
|
-
.Image-module_root__1vsA_ {
|
|
653
|
-
border-radius: inherit
|
|
654
|
-
}
|
|
655
|
-
}
|
|
656
|
-
.Image-module_placeholder__1p4ob,
|
|
657
|
-
.Image-module_root__1vsA_ img {
|
|
658
|
-
position: absolute;
|
|
659
|
-
top: 0;
|
|
660
|
-
left: 0;
|
|
661
|
-
|
|
662
|
-
width: 100%;
|
|
663
|
-
height: 100%;
|
|
491
|
+
}
|
|
492
|
+
.Image-module_placeholder__1p4ob,
|
|
493
|
+
.Image-module_root__1vsA_ img {
|
|
494
|
+
position: absolute;
|
|
495
|
+
top: 0;
|
|
496
|
+
left: 0;
|
|
497
|
+
|
|
498
|
+
width: 100%;
|
|
499
|
+
height: 100%;
|
|
664
500
|
}
|
|
665
501
|
.Image-module_wrapper__3fLjs {
|
|
666
502
|
display: block;
|
|
@@ -825,17 +661,181 @@
|
|
|
825
661
|
opacity: 0;
|
|
826
662
|
}
|
|
827
663
|
|
|
828
|
-
90% {
|
|
829
|
-
transform: scale(1.1);
|
|
664
|
+
90% {
|
|
665
|
+
transform: scale(1.1);
|
|
666
|
+
|
|
667
|
+
opacity: 1;
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
100% {
|
|
671
|
+
transform: scale(1);
|
|
672
|
+
|
|
673
|
+
opacity: 1;
|
|
674
|
+
}
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
/* Colors */
|
|
678
|
+
/* Fonts */
|
|
679
|
+
/* Gap */
|
|
680
|
+
/* Media */
|
|
681
|
+
/* 512 */
|
|
682
|
+
/* 650 */
|
|
683
|
+
/* 768 */
|
|
684
|
+
/* 1024 */
|
|
685
|
+
/* 1010 */
|
|
686
|
+
/* 1200 */
|
|
687
|
+
/* 511 */
|
|
688
|
+
/* 1023 */
|
|
689
|
+
/* Zindex */
|
|
690
|
+
.Switcher-module_root__1Env1 {
|
|
691
|
+
position: relative;
|
|
692
|
+
|
|
693
|
+
display: -webkit-box;
|
|
694
|
+
|
|
695
|
+
display: -webkit-flex;
|
|
696
|
+
|
|
697
|
+
display: -ms-flexbox;
|
|
698
|
+
|
|
699
|
+
display: flex;
|
|
700
|
+
flex-flow: row nowrap;
|
|
701
|
+
align-items: center;
|
|
702
|
+
|
|
703
|
+
font-weight: 600;
|
|
704
|
+
|
|
705
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
706
|
+
white-space: nowrap;
|
|
707
|
+
|
|
708
|
+
cursor: pointer;
|
|
709
|
+
|
|
710
|
+
-webkit-user-select: none;
|
|
711
|
+
|
|
712
|
+
-moz-user-select: none;
|
|
713
|
+
|
|
714
|
+
-ms-user-select: none;
|
|
715
|
+
|
|
716
|
+
user-select: none;
|
|
717
|
+
}
|
|
718
|
+
.Switcher-module_dark__1IzaH {
|
|
719
|
+
color: inherit;
|
|
720
|
+
}
|
|
721
|
+
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
722
|
+
background-color: transparent;
|
|
723
|
+
}
|
|
724
|
+
.Switcher-module_input__jaMVF {
|
|
725
|
+
position: absolute;
|
|
726
|
+
top: 0;
|
|
727
|
+
left: 0;
|
|
728
|
+
|
|
729
|
+
opacity: 0;
|
|
730
|
+
}
|
|
731
|
+
.Switcher-module_control__1NTvY {
|
|
732
|
+
position: relative;
|
|
733
|
+
|
|
734
|
+
display: block;
|
|
735
|
+
|
|
736
|
+
width: 37px;
|
|
737
|
+
height: 21px;
|
|
738
|
+
|
|
739
|
+
background-color: #e6e6e6;
|
|
740
|
+
|
|
741
|
+
border-radius: 15px;
|
|
742
|
+
}
|
|
743
|
+
.Switcher-module_control__1NTvY::before {
|
|
744
|
+
position: absolute;
|
|
745
|
+
top: 0;
|
|
746
|
+
bottom: 0;
|
|
747
|
+
left: 0;
|
|
748
|
+
|
|
749
|
+
width: 18px;
|
|
750
|
+
|
|
751
|
+
background: rgba(19, 191, 17, 0);
|
|
752
|
+
|
|
753
|
+
border-radius: 15px;
|
|
754
|
+
|
|
755
|
+
transition: 0.25s ease-in-out;
|
|
756
|
+
|
|
757
|
+
content: '';
|
|
758
|
+
}
|
|
759
|
+
.Switcher-module_knob__3kEy5 {
|
|
760
|
+
position: relative;
|
|
761
|
+
top: 2px;
|
|
762
|
+
left: 2px;
|
|
763
|
+
z-index: 200;
|
|
764
|
+
|
|
765
|
+
display: block;
|
|
766
|
+
|
|
767
|
+
width: 17px;
|
|
768
|
+
height: 17px;
|
|
769
|
+
|
|
770
|
+
background: #fff;
|
|
771
|
+
|
|
772
|
+
border-radius: 15px;
|
|
773
|
+
|
|
774
|
+
transition: 0.25s ease-in-out;
|
|
775
|
+
}
|
|
776
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
777
|
+
width: 100%;
|
|
778
|
+
|
|
779
|
+
background-color: #b88b59;
|
|
780
|
+
}
|
|
781
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
782
|
+
box-shadow: inset 0 0 0 1px transparent;
|
|
783
|
+
}
|
|
784
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
785
|
+
left: 18px;
|
|
786
|
+
}
|
|
787
|
+
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
788
|
+
margin-right: 6px;
|
|
789
|
+
}
|
|
790
|
+
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
791
|
+
margin-left: 6px;
|
|
792
|
+
}
|
|
793
|
+
/* panel */
|
|
794
|
+
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
795
|
+
|
|
796
|
+
color: #999;
|
|
797
|
+
|
|
798
|
+
font-size: 13px;
|
|
799
|
+
letter-spacing: 0.5px;
|
|
800
|
+
text-transform: uppercase;
|
|
801
|
+
}
|
|
802
|
+
/* menu */
|
|
803
|
+
.Switcher-module_isInMenu__3XJYj {
|
|
804
|
+
font-weight: normal;
|
|
805
|
+
}
|
|
806
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
807
|
+
margin-right: 8px;
|
|
808
|
+
}
|
|
809
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
810
|
+
width: 48px;
|
|
811
|
+
height: 30px;
|
|
812
|
+
}
|
|
813
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
814
|
+
top: 4px;
|
|
815
|
+
|
|
816
|
+
width: 22px;
|
|
817
|
+
height: 22px;
|
|
818
|
+
|
|
819
|
+
background-color: #bababa;
|
|
820
|
+
}
|
|
821
|
+
/* stylelint-disable selector-max-compound-selectors */
|
|
822
|
+
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
823
|
+
left: 23px;
|
|
830
824
|
|
|
831
|
-
|
|
832
|
-
|
|
825
|
+
background-color: #fff;
|
|
826
|
+
}
|
|
827
|
+
/* live */
|
|
828
|
+
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
833
829
|
|
|
834
|
-
|
|
835
|
-
transform: scale(1);
|
|
830
|
+
color: #7f7f7f;
|
|
836
831
|
|
|
837
|
-
|
|
838
|
-
|
|
832
|
+
font-size: 13px;
|
|
833
|
+
letter-spacing: 0.5px;
|
|
834
|
+
text-transform: uppercase;
|
|
835
|
+
}
|
|
836
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
837
|
+
background-color: #1a1a1a;
|
|
838
|
+
box-shadow: inset 0 0 0 1px #323232;
|
|
839
839
|
}
|
|
840
840
|
|
|
841
841
|
/* Colors */
|
|
@@ -947,6 +947,12 @@
|
|
|
947
947
|
text-align: center
|
|
948
948
|
}
|
|
949
949
|
}
|
|
950
|
+
@media only screen and (min-device-width: 64em) {
|
|
951
|
+
.Tag-module_richRelated__2vbQQ {
|
|
952
|
+
font-size: 14px;
|
|
953
|
+
line-height: 16px
|
|
954
|
+
}
|
|
955
|
+
}
|
|
950
956
|
.Tag-module_slide__2nMDw,
|
|
951
957
|
.Tag-module_game__3j5yG,
|
|
952
958
|
.Tag-module_card__1EAeF,
|
|
@@ -1296,127 +1302,50 @@
|
|
|
1296
1302
|
/* 511 */
|
|
1297
1303
|
/* 1023 */
|
|
1298
1304
|
/* Zindex */
|
|
1299
|
-
.
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1303
|
-
font-size: 16px;
|
|
1304
|
-
line-height: 22px;
|
|
1305
|
-
}
|
|
1306
|
-
.MaterialNote-module_root__1AcYe:empty {
|
|
1307
|
-
margin-bottom: 0;
|
|
1308
|
-
}
|
|
1309
|
-
.MaterialNote-module_root__1AcYe:empty::before {
|
|
1310
|
-
margin-bottom: 9px;
|
|
1305
|
+
.BookmarkButton-module_root__3KmuY {
|
|
1306
|
+
color: #e0e0e0;
|
|
1311
1307
|
}
|
|
1312
|
-
.
|
|
1313
|
-
|
|
1308
|
+
.BookmarkButton-module_control__1A0ea {
|
|
1309
|
+
margin: 0;
|
|
1310
|
+
padding: 5px 3px;
|
|
1314
1311
|
|
|
1315
|
-
|
|
1316
|
-
height: 1px;
|
|
1317
|
-
margin-bottom: 15px;
|
|
1312
|
+
cursor: pointer;
|
|
1318
1313
|
|
|
1319
|
-
|
|
1314
|
+
color: inherit;
|
|
1315
|
+
border-width: 0;
|
|
1316
|
+
outline: none;
|
|
1317
|
+
background-color: transparent;
|
|
1320
1318
|
|
|
1321
|
-
|
|
1322
|
-
}
|
|
1323
|
-
.MaterialNote-module_root__1AcYe p {
|
|
1324
|
-
margin-top: 8px;
|
|
1325
|
-
margin-bottom: 0;
|
|
1326
|
-
}
|
|
1327
|
-
.MaterialNote-module_root__1AcYe a {
|
|
1328
|
-
text-decoration: none;
|
|
1319
|
+
-webkit-appearance: none;
|
|
1329
1320
|
|
|
1330
|
-
|
|
1331
|
-
box-shadow: inset 0 -1px;
|
|
1332
|
-
}
|
|
1333
|
-
.MaterialNote-module_root__1AcYe a:hover {
|
|
1334
|
-
color: #b88b59;
|
|
1335
|
-
}
|
|
1336
|
-
.MaterialNote-module_dark__xCry-::before {
|
|
1337
|
-
background-color: #4f4f4f;
|
|
1338
|
-
}
|
|
1339
|
-
.MaterialNote-module_note_credit__PuFyX {
|
|
1340
|
-
color: #666;
|
|
1321
|
+
-moz-appearance: none;
|
|
1341
1322
|
|
|
1342
|
-
|
|
1343
|
-
|
|
1323
|
+
appearance: none;
|
|
1324
|
+
fill: transparent;
|
|
1344
1325
|
}
|
|
1345
|
-
.
|
|
1346
|
-
|
|
1326
|
+
.BookmarkButton-module_dark__1cwyi {
|
|
1327
|
+
color: #fff;
|
|
1347
1328
|
}
|
|
1348
|
-
.
|
|
1349
|
-
|
|
1329
|
+
.BookmarkButton-module_light__1uQyH {
|
|
1330
|
+
color: #000;
|
|
1350
1331
|
}
|
|
1351
|
-
.
|
|
1352
|
-
|
|
1332
|
+
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1333
|
+
fill: #e0e0e0;
|
|
1353
1334
|
}
|
|
1354
|
-
.
|
|
1355
|
-
|
|
1356
|
-
margin-right: auto;
|
|
1357
|
-
margin-left: auto;
|
|
1335
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1336
|
+
fill: #fff;
|
|
1358
1337
|
}
|
|
1359
|
-
.
|
|
1360
|
-
|
|
1361
|
-
margin-top: 25px
|
|
1338
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1339
|
+
fill: #000;
|
|
1362
1340
|
}
|
|
1363
|
-
@media only screen and (min-device-width:
|
|
1364
|
-
.
|
|
1365
|
-
|
|
1366
|
-
margin-top: 45px
|
|
1341
|
+
@media only screen and (min-device-width: 64em) {
|
|
1342
|
+
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1343
|
+
width: 12px
|
|
1367
1344
|
}
|
|
1368
1345
|
}
|
|
1369
|
-
.
|
|
1370
|
-
.MaterialNote-module_slide__1ZBBq:empty,
|
|
1371
|
-
.MaterialNote-module_game__cADMe:empty {
|
|
1346
|
+
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1372
1347
|
display: none;
|
|
1373
1348
|
}
|
|
1374
|
-
.MaterialNote-module_slide__1ZBBq::before,
|
|
1375
|
-
.MaterialNote-module_card__OWXbQ::before,
|
|
1376
|
-
.MaterialNote-module_game__cADMe::before {
|
|
1377
|
-
content: none;
|
|
1378
|
-
}
|
|
1379
|
-
.MaterialNote-module_gameSurvey__3SiG-,
|
|
1380
|
-
.MaterialNote-module_gameSurvey__3SiG-:empty {
|
|
1381
|
-
display: block;
|
|
1382
|
-
}
|
|
1383
|
-
.MaterialNote-module_gameSurvey__3SiG-::before {
|
|
1384
|
-
margin-right: auto;
|
|
1385
|
-
margin-left: auto;
|
|
1386
|
-
|
|
1387
|
-
content: '';
|
|
1388
|
-
}
|
|
1389
|
-
.MaterialNote-module_slide__1ZBBq .MaterialNote-module_note_caption__1ezSo,
|
|
1390
|
-
.MaterialNote-module_card__OWXbQ .MaterialNote-module_note_caption__1ezSo,
|
|
1391
|
-
.MaterialNote-module_game__cADMe .MaterialNote-module_note_caption__1ezSo {
|
|
1392
|
-
margin-top: 0;
|
|
1393
|
-
}
|
|
1394
|
-
.MaterialNote-module_game__cADMe {
|
|
1395
|
-
margin-bottom: 0;
|
|
1396
|
-
|
|
1397
|
-
text-align: center
|
|
1398
|
-
}
|
|
1399
|
-
@media only screen and (min-device-width: 32em) {
|
|
1400
|
-
.MaterialNote-module_game__cADMe {
|
|
1401
|
-
margin-top: 25px
|
|
1402
|
-
}
|
|
1403
|
-
}
|
|
1404
|
-
@media only screen and (max-device-width: 32.1875em) {
|
|
1405
|
-
.MaterialNote-module_game__cADMe.MaterialNote-module_dark__xCry- .MaterialNote-module_note_credit__PuFyX {
|
|
1406
|
-
color: #fff
|
|
1407
|
-
}
|
|
1408
|
-
}
|
|
1409
|
-
.MaterialNote-module_slide__1ZBBq,
|
|
1410
|
-
.MaterialNote-module_card__OWXbQ {
|
|
1411
|
-
margin-bottom: 9px;
|
|
1412
|
-
padding-top: 8px
|
|
1413
|
-
}
|
|
1414
|
-
@media only screen and (min-device-width: 32em) {
|
|
1415
|
-
.MaterialNote-module_slide__1ZBBq,
|
|
1416
|
-
.MaterialNote-module_card__OWXbQ {
|
|
1417
|
-
margin-bottom: 16px
|
|
1418
|
-
}
|
|
1419
|
-
}
|
|
1420
1349
|
|
|
1421
1350
|
/* Colors */
|
|
1422
1351
|
/* Fonts */
|
|
@@ -1509,65 +1438,142 @@
|
|
|
1509
1438
|
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1510
1439
|
max-width: 650px;
|
|
1511
1440
|
}
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
/* Colors */
|
|
1515
|
-
/* Fonts */
|
|
1516
|
-
/* Gap */
|
|
1517
|
-
/* Media */
|
|
1518
|
-
/* 512 */
|
|
1519
|
-
/* 650 */
|
|
1520
|
-
/* 768 */
|
|
1521
|
-
/* 1024 */
|
|
1522
|
-
/* 1010 */
|
|
1523
|
-
/* 1200 */
|
|
1524
|
-
/* 511 */
|
|
1525
|
-
/* 1023 */
|
|
1526
|
-
/* Zindex */
|
|
1527
|
-
.
|
|
1528
|
-
|
|
1441
|
+
|
|
1442
|
+
|
|
1443
|
+
/* Colors */
|
|
1444
|
+
/* Fonts */
|
|
1445
|
+
/* Gap */
|
|
1446
|
+
/* Media */
|
|
1447
|
+
/* 512 */
|
|
1448
|
+
/* 650 */
|
|
1449
|
+
/* 768 */
|
|
1450
|
+
/* 1024 */
|
|
1451
|
+
/* 1010 */
|
|
1452
|
+
/* 1200 */
|
|
1453
|
+
/* 511 */
|
|
1454
|
+
/* 1023 */
|
|
1455
|
+
/* Zindex */
|
|
1456
|
+
.MaterialNote-module_root__1AcYe {
|
|
1457
|
+
margin-bottom: 17px;
|
|
1458
|
+
|
|
1459
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1460
|
+
font-size: 16px;
|
|
1461
|
+
line-height: 22px;
|
|
1462
|
+
}
|
|
1463
|
+
.MaterialNote-module_root__1AcYe:empty {
|
|
1464
|
+
margin-bottom: 0;
|
|
1465
|
+
}
|
|
1466
|
+
.MaterialNote-module_root__1AcYe:empty::before {
|
|
1467
|
+
margin-bottom: 9px;
|
|
1468
|
+
}
|
|
1469
|
+
.MaterialNote-module_root__1AcYe::before {
|
|
1470
|
+
display: block;
|
|
1471
|
+
|
|
1472
|
+
width: 120px;
|
|
1473
|
+
height: 1px;
|
|
1474
|
+
margin-bottom: 15px;
|
|
1475
|
+
|
|
1476
|
+
content: '';
|
|
1477
|
+
|
|
1478
|
+
background: #000;
|
|
1479
|
+
}
|
|
1480
|
+
.MaterialNote-module_root__1AcYe p {
|
|
1481
|
+
margin-top: 8px;
|
|
1482
|
+
margin-bottom: 0;
|
|
1483
|
+
}
|
|
1484
|
+
.MaterialNote-module_root__1AcYe a {
|
|
1485
|
+
text-decoration: none;
|
|
1486
|
+
|
|
1487
|
+
color: inherit;
|
|
1488
|
+
box-shadow: inset 0 -1px;
|
|
1489
|
+
}
|
|
1490
|
+
.MaterialNote-module_root__1AcYe a:hover {
|
|
1491
|
+
color: #b88b59;
|
|
1492
|
+
}
|
|
1493
|
+
.MaterialNote-module_dark__xCry-::before {
|
|
1494
|
+
background-color: #4f4f4f;
|
|
1495
|
+
}
|
|
1496
|
+
.MaterialNote-module_note_credit__PuFyX {
|
|
1497
|
+
color: #666;
|
|
1498
|
+
|
|
1499
|
+
font-size: 12px;
|
|
1500
|
+
line-height: 15px;
|
|
1501
|
+
}
|
|
1502
|
+
.MaterialNote-module_root__1AcYe .MaterialNote-module_note_credit__PuFyX {
|
|
1503
|
+
margin-top: 6px;
|
|
1504
|
+
}
|
|
1505
|
+
.MaterialNote-module_note_credit__PuFyX:only-child {
|
|
1506
|
+
margin-top: 0;
|
|
1507
|
+
}
|
|
1508
|
+
.MaterialNote-module_note_caption__1ezSo b {
|
|
1509
|
+
font-weight: bold;
|
|
1510
|
+
}
|
|
1511
|
+
.MaterialNote-module_center__18RxI {
|
|
1512
|
+
max-width: 650px;
|
|
1513
|
+
margin-right: auto;
|
|
1514
|
+
margin-left: auto;
|
|
1515
|
+
}
|
|
1516
|
+
.MaterialNote-module_center__18RxI,
|
|
1517
|
+
.MaterialNote-module_default__1lQPl {
|
|
1518
|
+
margin-top: 25px
|
|
1519
|
+
}
|
|
1520
|
+
@media only screen and (min-device-width: 32em) {
|
|
1521
|
+
.MaterialNote-module_center__18RxI,
|
|
1522
|
+
.MaterialNote-module_default__1lQPl {
|
|
1523
|
+
margin-top: 45px
|
|
1524
|
+
}
|
|
1525
|
+
}
|
|
1526
|
+
.MaterialNote-module_card__OWXbQ:empty,
|
|
1527
|
+
.MaterialNote-module_slide__1ZBBq:empty,
|
|
1528
|
+
.MaterialNote-module_game__cADMe:empty {
|
|
1529
|
+
display: none;
|
|
1530
|
+
}
|
|
1531
|
+
.MaterialNote-module_slide__1ZBBq::before,
|
|
1532
|
+
.MaterialNote-module_card__OWXbQ::before,
|
|
1533
|
+
.MaterialNote-module_game__cADMe::before {
|
|
1534
|
+
content: none;
|
|
1535
|
+
}
|
|
1536
|
+
.MaterialNote-module_gameSurvey__3SiG-,
|
|
1537
|
+
.MaterialNote-module_gameSurvey__3SiG-:empty {
|
|
1538
|
+
display: block;
|
|
1529
1539
|
}
|
|
1530
|
-
.
|
|
1531
|
-
margin:
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
cursor: pointer;
|
|
1535
|
-
|
|
1536
|
-
color: inherit;
|
|
1537
|
-
border-width: 0;
|
|
1538
|
-
outline: none;
|
|
1539
|
-
background-color: transparent;
|
|
1540
|
-
|
|
1541
|
-
-webkit-appearance: none;
|
|
1542
|
-
|
|
1543
|
-
-moz-appearance: none;
|
|
1540
|
+
.MaterialNote-module_gameSurvey__3SiG-::before {
|
|
1541
|
+
margin-right: auto;
|
|
1542
|
+
margin-left: auto;
|
|
1544
1543
|
|
|
1545
|
-
|
|
1546
|
-
fill: transparent;
|
|
1544
|
+
content: '';
|
|
1547
1545
|
}
|
|
1548
|
-
.
|
|
1549
|
-
|
|
1546
|
+
.MaterialNote-module_slide__1ZBBq .MaterialNote-module_note_caption__1ezSo,
|
|
1547
|
+
.MaterialNote-module_card__OWXbQ .MaterialNote-module_note_caption__1ezSo,
|
|
1548
|
+
.MaterialNote-module_game__cADMe .MaterialNote-module_note_caption__1ezSo {
|
|
1549
|
+
margin-top: 0;
|
|
1550
1550
|
}
|
|
1551
|
-
.
|
|
1552
|
-
|
|
1551
|
+
.MaterialNote-module_game__cADMe {
|
|
1552
|
+
margin-bottom: 0;
|
|
1553
|
+
|
|
1554
|
+
text-align: center
|
|
1553
1555
|
}
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
+
@media only screen and (min-device-width: 32em) {
|
|
1557
|
+
.MaterialNote-module_game__cADMe {
|
|
1558
|
+
margin-top: 25px
|
|
1556
1559
|
}
|
|
1557
|
-
|
|
1558
|
-
|
|
1560
|
+
}
|
|
1561
|
+
@media only screen and (max-device-width: 32.1875em) {
|
|
1562
|
+
.MaterialNote-module_game__cADMe.MaterialNote-module_dark__xCry- .MaterialNote-module_note_credit__PuFyX {
|
|
1563
|
+
color: #fff
|
|
1559
1564
|
}
|
|
1560
|
-
|
|
1561
|
-
|
|
1565
|
+
}
|
|
1566
|
+
.MaterialNote-module_slide__1ZBBq,
|
|
1567
|
+
.MaterialNote-module_card__OWXbQ {
|
|
1568
|
+
margin-bottom: 9px;
|
|
1569
|
+
padding-top: 8px
|
|
1562
1570
|
}
|
|
1563
|
-
@media only screen and (min-device-width:
|
|
1564
|
-
.
|
|
1565
|
-
|
|
1571
|
+
@media only screen and (min-device-width: 32em) {
|
|
1572
|
+
.MaterialNote-module_slide__1ZBBq,
|
|
1573
|
+
.MaterialNote-module_card__OWXbQ {
|
|
1574
|
+
margin-bottom: 16px
|
|
1566
1575
|
}
|
|
1567
1576
|
}
|
|
1568
|
-
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1569
|
-
display: none;
|
|
1570
|
-
}
|
|
1571
1577
|
|
|
1572
1578
|
/* Colors */
|
|
1573
1579
|
/* Fonts */
|
|
@@ -1634,71 +1640,214 @@
|
|
|
1634
1640
|
|
|
1635
1641
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1636
1642
|
}
|
|
1637
|
-
.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
|
|
1638
|
-
.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
|
|
1639
|
-
visibility: visible;
|
|
1640
|
-
|
|
1641
|
-
opacity: 1;
|
|
1643
|
+
.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
|
|
1644
|
+
.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
|
|
1645
|
+
visibility: visible;
|
|
1646
|
+
|
|
1647
|
+
opacity: 1;
|
|
1648
|
+
}
|
|
1649
|
+
.Dropdown-module_root__11PNk ul {
|
|
1650
|
+
overflow: hidden;
|
|
1651
|
+
|
|
1652
|
+
width: 162px;
|
|
1653
|
+
margin: 0;
|
|
1654
|
+
padding: 3px 0;
|
|
1655
|
+
|
|
1656
|
+
border-radius: 5px;
|
|
1657
|
+
background: #fff;
|
|
1658
|
+
box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
|
|
1659
|
+
|
|
1660
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1661
|
+
font-size: 14px;
|
|
1662
|
+
line-height: 26px;
|
|
1663
|
+
}
|
|
1664
|
+
.Dropdown-module_root__11PNk a {
|
|
1665
|
+
display: block;
|
|
1666
|
+
|
|
1667
|
+
padding: 2px 15px;
|
|
1668
|
+
|
|
1669
|
+
text-decoration: none;
|
|
1670
|
+
|
|
1671
|
+
color: #000;
|
|
1672
|
+
box-shadow: none;
|
|
1673
|
+
}
|
|
1674
|
+
.Dropdown-module_root__11PNk a:hover {
|
|
1675
|
+
color: #000;
|
|
1676
|
+
background-color: #f7f7f7;
|
|
1677
|
+
}
|
|
1678
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1679
|
+
right: 0;
|
|
1680
|
+
left: auto
|
|
1681
|
+
}
|
|
1682
|
+
@media only screen and (min-device-width: 64em) {
|
|
1683
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1684
|
+
right: auto;
|
|
1685
|
+
left: 0
|
|
1686
|
+
}
|
|
1687
|
+
}
|
|
1688
|
+
.Dropdown-module_menu__3PIqD {
|
|
1689
|
+
position: absolute;
|
|
1690
|
+
top: 100%;
|
|
1691
|
+
left: 0;
|
|
1692
|
+
|
|
1693
|
+
visibility: hidden;
|
|
1694
|
+
|
|
1695
|
+
padding-top: 6px;
|
|
1696
|
+
|
|
1697
|
+
opacity: 0;
|
|
1698
|
+
}
|
|
1699
|
+
.Dropdown-module_menu__3PIqD::after {
|
|
1700
|
+
position: absolute;
|
|
1701
|
+
z-index: -1;
|
|
1702
|
+
top: -10px;
|
|
1703
|
+
right: -10px;
|
|
1704
|
+
bottom: -10px;
|
|
1705
|
+
left: -10px;
|
|
1706
|
+
|
|
1707
|
+
content: '';
|
|
1708
|
+
}
|
|
1709
|
+
|
|
1710
|
+
/* Colors */
|
|
1711
|
+
/* Fonts */
|
|
1712
|
+
/* Gap */
|
|
1713
|
+
/* Media */
|
|
1714
|
+
/* 512 */
|
|
1715
|
+
/* 650 */
|
|
1716
|
+
/* 768 */
|
|
1717
|
+
/* 1024 */
|
|
1718
|
+
/* 1010 */
|
|
1719
|
+
/* 1200 */
|
|
1720
|
+
/* 511 */
|
|
1721
|
+
/* 1023 */
|
|
1722
|
+
/* Zindex */
|
|
1723
|
+
.Toolbar-module_root__2HF2r {
|
|
1724
|
+
overflow: hidden;
|
|
1725
|
+
|
|
1726
|
+
transform: translateZ(0);
|
|
1727
|
+
|
|
1728
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1729
|
+
}
|
|
1730
|
+
.Toolbar-module_list__1n5ny {
|
|
1731
|
+
display: -webkit-box;
|
|
1732
|
+
display: -webkit-flex;
|
|
1733
|
+
display: -ms-flexbox;
|
|
1734
|
+
display: flex;
|
|
1735
|
+
flex-flow: row wrap;
|
|
1736
|
+
|
|
1737
|
+
margin: 0 0 0 -10px;
|
|
1738
|
+
padding: 0;
|
|
1739
|
+
|
|
1740
|
+
list-style: none
|
|
1741
|
+
}
|
|
1742
|
+
@media only screen and (min-device-width: 64em) {
|
|
1743
|
+
.Toolbar-module_list__1n5ny {
|
|
1744
|
+
margin: 0 0 0 -15px
|
|
1745
|
+
}
|
|
1746
|
+
}
|
|
1747
|
+
.Toolbar-module_item__36x7d {
|
|
1748
|
+
position: relative;
|
|
1749
|
+
|
|
1750
|
+
min-width: 42px;
|
|
1751
|
+
height: 32px;
|
|
1752
|
+
padding-right: 10px;
|
|
1753
|
+
padding-left: 10px;
|
|
1754
|
+
|
|
1755
|
+
cursor: pointer;
|
|
1756
|
+
transition: color 250ms ease;
|
|
1757
|
+
text-align: center;
|
|
1758
|
+
|
|
1759
|
+
color: #808080;
|
|
1760
|
+
|
|
1761
|
+
line-height: 1
|
|
1762
|
+
}
|
|
1763
|
+
@media only screen and (min-device-width: 64em) {
|
|
1764
|
+
.Toolbar-module_item__36x7d {
|
|
1765
|
+
padding-right: 15px;
|
|
1766
|
+
padding-left: 15px
|
|
1767
|
+
}
|
|
1768
|
+
}
|
|
1769
|
+
.Toolbar-module_item__36x7d:last-child {
|
|
1770
|
+
margin-right: 0;
|
|
1771
|
+
}
|
|
1772
|
+
.Toolbar-module_item__36x7d::before {
|
|
1773
|
+
position: absolute;
|
|
1774
|
+
top: 7px;
|
|
1775
|
+
left: 0;
|
|
1776
|
+
|
|
1777
|
+
height: 18px;
|
|
1778
|
+
|
|
1779
|
+
content: '';
|
|
1780
|
+
vertical-align: middle;
|
|
1781
|
+
|
|
1782
|
+
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
1783
|
+
}
|
|
1784
|
+
.Toolbar-module_item__36x7d:empty {
|
|
1785
|
+
display: none;
|
|
1786
|
+
}
|
|
1787
|
+
.Toolbar-module_isInTopbar__223iP {
|
|
1788
|
+
height: 100%;
|
|
1789
|
+
}
|
|
1790
|
+
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
1791
|
+
height: 100%;
|
|
1792
|
+
}
|
|
1793
|
+
.Toolbar-module_center__3_H8M {
|
|
1794
|
+
width: 100%;
|
|
1795
|
+
max-width: 650px;
|
|
1796
|
+
margin-right: auto;
|
|
1797
|
+
margin-left: auto;
|
|
1798
|
+
}
|
|
1799
|
+
.Toolbar-module_game__5-jY_ {
|
|
1800
|
+
margin-top: 11px
|
|
1801
|
+
}
|
|
1802
|
+
@media only screen and (min-device-width: 32em) {
|
|
1803
|
+
.Toolbar-module_game__5-jY_ {
|
|
1804
|
+
margin-top: 18px
|
|
1805
|
+
}
|
|
1806
|
+
}
|
|
1807
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1808
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1809
|
+
justify-content: center
|
|
1810
|
+
}
|
|
1811
|
+
@media only screen and (min-device-width: 32em) {
|
|
1812
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1813
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1814
|
+
display: -webkit-box;
|
|
1815
|
+
display: -webkit-flex;
|
|
1816
|
+
display: -ms-flexbox;
|
|
1817
|
+
display: flex
|
|
1818
|
+
}
|
|
1819
|
+
}
|
|
1820
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1821
|
+
width: 260px
|
|
1642
1822
|
}
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
width: 162px;
|
|
1647
|
-
margin: 0;
|
|
1648
|
-
padding: 3px 0;
|
|
1649
|
-
|
|
1650
|
-
border-radius: 5px;
|
|
1651
|
-
background: #fff;
|
|
1652
|
-
box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
|
|
1653
|
-
|
|
1654
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1655
|
-
font-size: 14px;
|
|
1656
|
-
line-height: 26px;
|
|
1823
|
+
@media only screen and (min-device-width: 32em) {
|
|
1824
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1825
|
+
width: auto
|
|
1657
1826
|
}
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
padding: 2px 15px;
|
|
1662
|
-
|
|
1663
|
-
text-decoration: none;
|
|
1664
|
-
|
|
1665
|
-
color: #000;
|
|
1666
|
-
box-shadow: none;
|
|
1827
|
+
}
|
|
1828
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1829
|
+
content: none
|
|
1667
1830
|
}
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1831
|
+
@media only screen and (min-device-width: 32em) {
|
|
1832
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1833
|
+
content: ''
|
|
1671
1834
|
}
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1835
|
+
}
|
|
1836
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
1837
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
1838
|
+
content: none;
|
|
1675
1839
|
}
|
|
1676
1840
|
@media only screen and (min-device-width: 64em) {
|
|
1677
|
-
.
|
|
1678
|
-
|
|
1679
|
-
left: 0
|
|
1841
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1842
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1843
|
+
margin-left: 0
|
|
1680
1844
|
}
|
|
1681
1845
|
}
|
|
1682
|
-
.
|
|
1683
|
-
|
|
1684
|
-
top: 100%;
|
|
1685
|
-
left: 0;
|
|
1686
|
-
|
|
1687
|
-
visibility: hidden;
|
|
1688
|
-
|
|
1689
|
-
padding-top: 6px;
|
|
1690
|
-
|
|
1691
|
-
opacity: 0;
|
|
1846
|
+
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
1847
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
1692
1848
|
}
|
|
1693
|
-
.
|
|
1694
|
-
|
|
1695
|
-
z-index: -1;
|
|
1696
|
-
top: -10px;
|
|
1697
|
-
right: -10px;
|
|
1698
|
-
bottom: -10px;
|
|
1699
|
-
left: -10px;
|
|
1700
|
-
|
|
1701
|
-
content: '';
|
|
1849
|
+
[data-context="prodano"] .Toolbar-module_root__2HF2r {
|
|
1850
|
+
display: none;
|
|
1702
1851
|
}
|
|
1703
1852
|
|
|
1704
1853
|
/* Colors */
|
|
@@ -1845,214 +1994,71 @@
|
|
|
1845
1994
|
box-shadow: inset 0 -1px #b88b59;
|
|
1846
1995
|
}
|
|
1847
1996
|
.Popover-module_body__3h5UO a:hover {
|
|
1848
|
-
color: #b88b59;
|
|
1849
|
-
}
|
|
1850
|
-
@-webkit-keyframes Popover-module_appear__37vPd {
|
|
1851
|
-
0% {
|
|
1852
|
-
transform: translateY(100%);
|
|
1853
|
-
}
|
|
1854
|
-
100% {
|
|
1855
|
-
transform: translateY(0);
|
|
1856
|
-
}
|
|
1857
|
-
}
|
|
1858
|
-
@keyframes Popover-module_appear__37vPd {
|
|
1859
|
-
0% {
|
|
1860
|
-
transform: translateY(100%);
|
|
1861
|
-
}
|
|
1862
|
-
100% {
|
|
1863
|
-
transform: translateY(0);
|
|
1864
|
-
}
|
|
1865
|
-
}
|
|
1866
|
-
@-webkit-keyframes Popover-module_disappear__3Q9LI {
|
|
1867
|
-
0% {
|
|
1868
|
-
transform: translateY(0);
|
|
1869
|
-
}
|
|
1870
|
-
100% {
|
|
1871
|
-
transform: translateY(100%);
|
|
1872
|
-
}
|
|
1873
|
-
}
|
|
1874
|
-
@keyframes Popover-module_disappear__3Q9LI {
|
|
1875
|
-
0% {
|
|
1876
|
-
transform: translateY(0);
|
|
1877
|
-
}
|
|
1878
|
-
100% {
|
|
1879
|
-
transform: translateY(100%);
|
|
1880
|
-
}
|
|
1881
|
-
}
|
|
1882
|
-
@-webkit-keyframes Popover-module_fadeIn__AkrSN {
|
|
1883
|
-
0% {
|
|
1884
|
-
opacity: 0;
|
|
1885
|
-
}
|
|
1886
|
-
100% {
|
|
1887
|
-
opacity: 1;
|
|
1888
|
-
}
|
|
1889
|
-
}
|
|
1890
|
-
@keyframes Popover-module_fadeIn__AkrSN {
|
|
1891
|
-
0% {
|
|
1892
|
-
opacity: 0;
|
|
1893
|
-
}
|
|
1894
|
-
100% {
|
|
1895
|
-
opacity: 1;
|
|
1896
|
-
}
|
|
1897
|
-
}
|
|
1898
|
-
@-webkit-keyframes Popover-module_fadeOut__3EZhx {
|
|
1899
|
-
0% {
|
|
1900
|
-
opacity: 1;
|
|
1901
|
-
}
|
|
1902
|
-
100% {
|
|
1903
|
-
opacity: 0;
|
|
1904
|
-
}
|
|
1905
|
-
}
|
|
1906
|
-
@keyframes Popover-module_fadeOut__3EZhx {
|
|
1907
|
-
0% {
|
|
1908
|
-
opacity: 1;
|
|
1909
|
-
}
|
|
1910
|
-
100% {
|
|
1911
|
-
opacity: 0;
|
|
1912
|
-
}
|
|
1913
|
-
}
|
|
1914
|
-
|
|
1915
|
-
/* Colors */
|
|
1916
|
-
/* Fonts */
|
|
1917
|
-
/* Gap */
|
|
1918
|
-
/* Media */
|
|
1919
|
-
/* 512 */
|
|
1920
|
-
/* 650 */
|
|
1921
|
-
/* 768 */
|
|
1922
|
-
/* 1024 */
|
|
1923
|
-
/* 1010 */
|
|
1924
|
-
/* 1200 */
|
|
1925
|
-
/* 511 */
|
|
1926
|
-
/* 1023 */
|
|
1927
|
-
/* Zindex */
|
|
1928
|
-
.Toolbar-module_root__2HF2r {
|
|
1929
|
-
overflow: hidden;
|
|
1930
|
-
|
|
1931
|
-
transform: translateZ(0);
|
|
1932
|
-
|
|
1933
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1934
|
-
}
|
|
1935
|
-
.Toolbar-module_list__1n5ny {
|
|
1936
|
-
display: -webkit-box;
|
|
1937
|
-
display: -webkit-flex;
|
|
1938
|
-
display: -ms-flexbox;
|
|
1939
|
-
display: flex;
|
|
1940
|
-
flex-flow: row wrap;
|
|
1941
|
-
|
|
1942
|
-
margin: 0 0 0 -10px;
|
|
1943
|
-
padding: 0;
|
|
1944
|
-
|
|
1945
|
-
list-style: none
|
|
1946
|
-
}
|
|
1947
|
-
@media only screen and (min-device-width: 64em) {
|
|
1948
|
-
.Toolbar-module_list__1n5ny {
|
|
1949
|
-
margin: 0 0 0 -15px
|
|
1950
|
-
}
|
|
1951
|
-
}
|
|
1952
|
-
.Toolbar-module_item__36x7d {
|
|
1953
|
-
position: relative;
|
|
1954
|
-
|
|
1955
|
-
min-width: 42px;
|
|
1956
|
-
height: 32px;
|
|
1957
|
-
padding-right: 10px;
|
|
1958
|
-
padding-left: 10px;
|
|
1959
|
-
|
|
1960
|
-
cursor: pointer;
|
|
1961
|
-
transition: color 250ms ease;
|
|
1962
|
-
text-align: center;
|
|
1963
|
-
|
|
1964
|
-
color: #808080;
|
|
1965
|
-
|
|
1966
|
-
line-height: 1
|
|
1967
|
-
}
|
|
1968
|
-
@media only screen and (min-device-width: 64em) {
|
|
1969
|
-
.Toolbar-module_item__36x7d {
|
|
1970
|
-
padding-right: 15px;
|
|
1971
|
-
padding-left: 15px
|
|
1972
|
-
}
|
|
1973
|
-
}
|
|
1974
|
-
.Toolbar-module_item__36x7d:last-child {
|
|
1975
|
-
margin-right: 0;
|
|
1976
|
-
}
|
|
1977
|
-
.Toolbar-module_item__36x7d::before {
|
|
1978
|
-
position: absolute;
|
|
1979
|
-
top: 7px;
|
|
1980
|
-
left: 0;
|
|
1981
|
-
|
|
1982
|
-
height: 18px;
|
|
1983
|
-
|
|
1984
|
-
content: '';
|
|
1985
|
-
vertical-align: middle;
|
|
1986
|
-
|
|
1987
|
-
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
1988
|
-
}
|
|
1989
|
-
.Toolbar-module_item__36x7d:empty {
|
|
1990
|
-
display: none;
|
|
1991
|
-
}
|
|
1992
|
-
.Toolbar-module_isInTopbar__223iP {
|
|
1993
|
-
height: 100%;
|
|
1994
|
-
}
|
|
1995
|
-
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
1996
|
-
height: 100%;
|
|
1997
|
-
}
|
|
1998
|
-
.Toolbar-module_center__3_H8M {
|
|
1999
|
-
width: 100%;
|
|
2000
|
-
max-width: 650px;
|
|
2001
|
-
margin-right: auto;
|
|
2002
|
-
margin-left: auto;
|
|
2003
|
-
}
|
|
2004
|
-
.Toolbar-module_game__5-jY_ {
|
|
2005
|
-
margin-top: 11px
|
|
2006
|
-
}
|
|
2007
|
-
@media only screen and (min-device-width: 32em) {
|
|
2008
|
-
.Toolbar-module_game__5-jY_ {
|
|
2009
|
-
margin-top: 18px
|
|
2010
|
-
}
|
|
2011
|
-
}
|
|
2012
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2013
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2014
|
-
justify-content: center
|
|
2015
|
-
}
|
|
2016
|
-
@media only screen and (min-device-width: 32em) {
|
|
2017
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2018
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2019
|
-
display: -webkit-box;
|
|
2020
|
-
display: -webkit-flex;
|
|
2021
|
-
display: -ms-flexbox;
|
|
2022
|
-
display: flex
|
|
1997
|
+
color: #b88b59;
|
|
2023
1998
|
}
|
|
1999
|
+
@-webkit-keyframes Popover-module_appear__37vPd {
|
|
2000
|
+
0% {
|
|
2001
|
+
transform: translateY(100%);
|
|
2002
|
+
}
|
|
2003
|
+
100% {
|
|
2004
|
+
transform: translateY(0);
|
|
2024
2005
|
}
|
|
2025
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
2026
|
-
width: 260px
|
|
2027
2006
|
}
|
|
2028
|
-
@
|
|
2029
|
-
|
|
2030
|
-
|
|
2007
|
+
@keyframes Popover-module_appear__37vPd {
|
|
2008
|
+
0% {
|
|
2009
|
+
transform: translateY(100%);
|
|
2010
|
+
}
|
|
2011
|
+
100% {
|
|
2012
|
+
transform: translateY(0);
|
|
2013
|
+
}
|
|
2031
2014
|
}
|
|
2015
|
+
@-webkit-keyframes Popover-module_disappear__3Q9LI {
|
|
2016
|
+
0% {
|
|
2017
|
+
transform: translateY(0);
|
|
2018
|
+
}
|
|
2019
|
+
100% {
|
|
2020
|
+
transform: translateY(100%);
|
|
2032
2021
|
}
|
|
2033
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
2034
|
-
content: none
|
|
2035
2022
|
}
|
|
2036
|
-
@
|
|
2037
|
-
|
|
2038
|
-
|
|
2023
|
+
@keyframes Popover-module_disappear__3Q9LI {
|
|
2024
|
+
0% {
|
|
2025
|
+
transform: translateY(0);
|
|
2026
|
+
}
|
|
2027
|
+
100% {
|
|
2028
|
+
transform: translateY(100%);
|
|
2029
|
+
}
|
|
2039
2030
|
}
|
|
2031
|
+
@-webkit-keyframes Popover-module_fadeIn__AkrSN {
|
|
2032
|
+
0% {
|
|
2033
|
+
opacity: 0;
|
|
2034
|
+
}
|
|
2035
|
+
100% {
|
|
2036
|
+
opacity: 1;
|
|
2040
2037
|
}
|
|
2041
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
2042
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
2043
|
-
content: none;
|
|
2044
2038
|
}
|
|
2045
|
-
@
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2039
|
+
@keyframes Popover-module_fadeIn__AkrSN {
|
|
2040
|
+
0% {
|
|
2041
|
+
opacity: 0;
|
|
2042
|
+
}
|
|
2043
|
+
100% {
|
|
2044
|
+
opacity: 1;
|
|
2045
|
+
}
|
|
2049
2046
|
}
|
|
2047
|
+
@-webkit-keyframes Popover-module_fadeOut__3EZhx {
|
|
2048
|
+
0% {
|
|
2049
|
+
opacity: 1;
|
|
2050
|
+
}
|
|
2051
|
+
100% {
|
|
2052
|
+
opacity: 0;
|
|
2050
2053
|
}
|
|
2051
|
-
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
2052
|
-
border-left-color: rgba(255, 255, 255, 0.2);
|
|
2053
2054
|
}
|
|
2054
|
-
|
|
2055
|
-
|
|
2055
|
+
@keyframes Popover-module_fadeOut__3EZhx {
|
|
2056
|
+
0% {
|
|
2057
|
+
opacity: 1;
|
|
2058
|
+
}
|
|
2059
|
+
100% {
|
|
2060
|
+
opacity: 0;
|
|
2061
|
+
}
|
|
2056
2062
|
}
|
|
2057
2063
|
|
|
2058
2064
|
/* Colors */
|
|
@@ -2073,7 +2079,7 @@
|
|
|
2073
2079
|
|
|
2074
2080
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2075
2081
|
font-size: 12px;
|
|
2076
|
-
line-height:
|
|
2082
|
+
line-height: 15px;
|
|
2077
2083
|
|
|
2078
2084
|
fill: inherit;
|
|
2079
2085
|
}
|
|
@@ -2337,85 +2343,6 @@
|
|
|
2337
2343
|
}
|
|
2338
2344
|
}
|
|
2339
2345
|
|
|
2340
|
-
/* Colors */
|
|
2341
|
-
/* Fonts */
|
|
2342
|
-
/* Gap */
|
|
2343
|
-
/* Media */
|
|
2344
|
-
/* 512 */
|
|
2345
|
-
/* 650 */
|
|
2346
|
-
/* 768 */
|
|
2347
|
-
/* 1024 */
|
|
2348
|
-
/* 1010 */
|
|
2349
|
-
/* 1200 */
|
|
2350
|
-
/* 511 */
|
|
2351
|
-
/* 1023 */
|
|
2352
|
-
/* Zindex */
|
|
2353
|
-
.ChapterBlock-module_root__1WyVn {
|
|
2354
|
-
position: relative;
|
|
2355
|
-
|
|
2356
|
-
margin: 38px auto 7px
|
|
2357
|
-
}
|
|
2358
|
-
@media only screen and (min-device-width: 32em) {
|
|
2359
|
-
.ChapterBlock-module_root__1WyVn {
|
|
2360
|
-
max-width: 650px;
|
|
2361
|
-
margin-top: 70px
|
|
2362
|
-
}
|
|
2363
|
-
}
|
|
2364
|
-
.ChapterBlock-module_root__1WyVn:first-child {
|
|
2365
|
-
margin-top: 0;
|
|
2366
|
-
}
|
|
2367
|
-
.ChapterBlock-module_root__1WyVn:last-child {
|
|
2368
|
-
margin-bottom: 0;
|
|
2369
|
-
}
|
|
2370
|
-
.ChapterBlock-module_subtitle__3TXll {
|
|
2371
|
-
display: inline-block;
|
|
2372
|
-
|
|
2373
|
-
vertical-align: top;
|
|
2374
|
-
letter-spacing: 1px;
|
|
2375
|
-
text-transform: uppercase;
|
|
2376
|
-
|
|
2377
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2378
|
-
font-size: 12px;
|
|
2379
|
-
font-weight: 600;
|
|
2380
|
-
line-height: 12px
|
|
2381
|
-
}
|
|
2382
|
-
@media only screen and (min-device-width: 32em) {
|
|
2383
|
-
.ChapterBlock-module_subtitle__3TXll {
|
|
2384
|
-
font-size: 13px;
|
|
2385
|
-
line-height: 16px
|
|
2386
|
-
}
|
|
2387
|
-
}
|
|
2388
|
-
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2389
|
-
display: block;
|
|
2390
|
-
|
|
2391
|
-
width: 120px;
|
|
2392
|
-
padding: 0 0 7px;
|
|
2393
|
-
|
|
2394
|
-
content: '';
|
|
2395
|
-
|
|
2396
|
-
border-bottom: 1px solid #ccc
|
|
2397
|
-
}
|
|
2398
|
-
@media only screen and (min-device-width: 32em) {
|
|
2399
|
-
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2400
|
-
padding: 0 0 6px
|
|
2401
|
-
}
|
|
2402
|
-
}
|
|
2403
|
-
/* VISIBILITY */
|
|
2404
|
-
@media only screen and (min-device-width: 32em) {
|
|
2405
|
-
.ChapterBlock-module_mobile__CiO0w {
|
|
2406
|
-
display: none
|
|
2407
|
-
}
|
|
2408
|
-
}
|
|
2409
|
-
.ChapterBlock-module_desktop__tk1Nk {
|
|
2410
|
-
display: none
|
|
2411
|
-
}
|
|
2412
|
-
@media only screen and (min-device-width: 32em) {
|
|
2413
|
-
.ChapterBlock-module_desktop__tk1Nk {
|
|
2414
|
-
display: block
|
|
2415
|
-
}
|
|
2416
|
-
}
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
2346
|
/* Colors */
|
|
2420
2347
|
/* Fonts */
|
|
2421
2348
|
/* Gap */
|
|
@@ -2547,89 +2474,67 @@
|
|
|
2547
2474
|
/* 511 */
|
|
2548
2475
|
/* 1023 */
|
|
2549
2476
|
/* Zindex */
|
|
2550
|
-
.
|
|
2551
|
-
|
|
2552
|
-
|
|
2477
|
+
.ChapterBlock-module_root__1WyVn {
|
|
2478
|
+
position: relative;
|
|
2479
|
+
|
|
2480
|
+
margin: 38px auto 7px
|
|
2553
2481
|
}
|
|
2554
|
-
@media only screen and (min-device-width:
|
|
2555
|
-
.
|
|
2556
|
-
max-width:
|
|
2557
|
-
margin-top:
|
|
2558
|
-
margin-bottom: 20px
|
|
2482
|
+
@media only screen and (min-device-width: 32em) {
|
|
2483
|
+
.ChapterBlock-module_root__1WyVn {
|
|
2484
|
+
max-width: 650px;
|
|
2485
|
+
margin-top: 70px
|
|
2559
2486
|
}
|
|
2560
2487
|
}
|
|
2561
|
-
.
|
|
2562
|
-
margin-
|
|
2563
|
-
}
|
|
2564
|
-
@media only screen and (min-device-width: 48em) {
|
|
2565
|
-
.GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
|
|
2566
|
-
margin-top: 25px
|
|
2488
|
+
.ChapterBlock-module_root__1WyVn:first-child {
|
|
2489
|
+
margin-top: 0;
|
|
2567
2490
|
}
|
|
2568
|
-
|
|
2569
|
-
.GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
|
|
2491
|
+
.ChapterBlock-module_root__1WyVn:last-child {
|
|
2570
2492
|
margin-bottom: 0;
|
|
2571
2493
|
}
|
|
2572
|
-
.
|
|
2573
|
-
display: -
|
|
2574
|
-
display: -webkit-flex;
|
|
2575
|
-
display: -ms-flexbox;
|
|
2576
|
-
display: flex;
|
|
2577
|
-
flex-direction: column;
|
|
2578
|
-
flex-wrap: nowrap
|
|
2579
|
-
}
|
|
2580
|
-
@media only screen and (min-device-width: 48em) {
|
|
2581
|
-
.GroupedBlock-module_items__2DV2X {
|
|
2582
|
-
flex-direction: row
|
|
2583
|
-
}
|
|
2584
|
-
}
|
|
2585
|
-
.GroupedBlock-module_item__3sz9_ {
|
|
2586
|
-
flex-grow: 1;
|
|
2494
|
+
.ChapterBlock-module_subtitle__3TXll {
|
|
2495
|
+
display: inline-block;
|
|
2587
2496
|
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
max-width: none;
|
|
2597
|
-
margin-bottom: 0
|
|
2497
|
+
vertical-align: top;
|
|
2498
|
+
letter-spacing: 1px;
|
|
2499
|
+
text-transform: uppercase;
|
|
2500
|
+
|
|
2501
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2502
|
+
font-size: 12px;
|
|
2503
|
+
font-weight: 600;
|
|
2504
|
+
line-height: 12px
|
|
2598
2505
|
}
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2506
|
+
@media only screen and (min-device-width: 32em) {
|
|
2507
|
+
.ChapterBlock-module_subtitle__3TXll {
|
|
2508
|
+
font-size: 13px;
|
|
2509
|
+
line-height: 16px
|
|
2603
2510
|
}
|
|
2604
2511
|
}
|
|
2605
|
-
.
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2512
|
+
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2513
|
+
display: block;
|
|
2514
|
+
|
|
2515
|
+
width: 120px;
|
|
2516
|
+
padding: 0 0 7px;
|
|
2517
|
+
|
|
2518
|
+
content: '';
|
|
2519
|
+
|
|
2520
|
+
border-bottom: 1px solid #ccc
|
|
2609
2521
|
}
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
max-width: 650px
|
|
2522
|
+
@media only screen and (min-device-width: 32em) {
|
|
2523
|
+
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2524
|
+
padding: 0 0 6px
|
|
2614
2525
|
}
|
|
2615
2526
|
}
|
|
2616
|
-
.GroupedBlock-module_full__1dzQR {
|
|
2617
|
-
max-width: 980px;
|
|
2618
|
-
}
|
|
2619
|
-
.GroupedBlock-module_super_full__1PU72 {
|
|
2620
|
-
max-width: 1680px;
|
|
2621
|
-
}
|
|
2622
2527
|
/* VISIBILITY */
|
|
2623
2528
|
@media only screen and (min-device-width: 32em) {
|
|
2624
|
-
.
|
|
2529
|
+
.ChapterBlock-module_mobile__CiO0w {
|
|
2625
2530
|
display: none
|
|
2626
2531
|
}
|
|
2627
2532
|
}
|
|
2628
|
-
.
|
|
2533
|
+
.ChapterBlock-module_desktop__tk1Nk {
|
|
2629
2534
|
display: none
|
|
2630
2535
|
}
|
|
2631
2536
|
@media only screen and (min-device-width: 32em) {
|
|
2632
|
-
.
|
|
2537
|
+
.ChapterBlock-module_desktop__tk1Nk {
|
|
2633
2538
|
display: block
|
|
2634
2539
|
}
|
|
2635
2540
|
}
|
|
@@ -2738,6 +2643,107 @@
|
|
|
2738
2643
|
}
|
|
2739
2644
|
}
|
|
2740
2645
|
|
|
2646
|
+
/* Colors */
|
|
2647
|
+
/* Fonts */
|
|
2648
|
+
/* Gap */
|
|
2649
|
+
/* Media */
|
|
2650
|
+
/* 512 */
|
|
2651
|
+
/* 650 */
|
|
2652
|
+
/* 768 */
|
|
2653
|
+
/* 1024 */
|
|
2654
|
+
/* 1010 */
|
|
2655
|
+
/* 1200 */
|
|
2656
|
+
/* 511 */
|
|
2657
|
+
/* 1023 */
|
|
2658
|
+
/* Zindex */
|
|
2659
|
+
.GroupedBlock-module_root__2qfQA {
|
|
2660
|
+
max-width: 644px;
|
|
2661
|
+
margin: 15px auto 0
|
|
2662
|
+
}
|
|
2663
|
+
@media only screen and (min-device-width: 48em) {
|
|
2664
|
+
.GroupedBlock-module_root__2qfQA {
|
|
2665
|
+
max-width: none;
|
|
2666
|
+
margin-top: 25px;
|
|
2667
|
+
margin-bottom: 20px
|
|
2668
|
+
}
|
|
2669
|
+
}
|
|
2670
|
+
.GroupedBlock-module_hasFigcaption__2_mcf {
|
|
2671
|
+
margin-bottom: 15px;
|
|
2672
|
+
}
|
|
2673
|
+
@media only screen and (min-device-width: 48em) {
|
|
2674
|
+
.GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
|
|
2675
|
+
margin-top: 25px
|
|
2676
|
+
}
|
|
2677
|
+
}
|
|
2678
|
+
.GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
|
|
2679
|
+
margin-bottom: 0;
|
|
2680
|
+
}
|
|
2681
|
+
.GroupedBlock-module_items__2DV2X {
|
|
2682
|
+
display: -webkit-box;
|
|
2683
|
+
display: -webkit-flex;
|
|
2684
|
+
display: -ms-flexbox;
|
|
2685
|
+
display: flex;
|
|
2686
|
+
flex-direction: column;
|
|
2687
|
+
flex-wrap: nowrap
|
|
2688
|
+
}
|
|
2689
|
+
@media only screen and (min-device-width: 48em) {
|
|
2690
|
+
.GroupedBlock-module_items__2DV2X {
|
|
2691
|
+
flex-direction: row
|
|
2692
|
+
}
|
|
2693
|
+
}
|
|
2694
|
+
.GroupedBlock-module_item__3sz9_ {
|
|
2695
|
+
flex-grow: 1;
|
|
2696
|
+
|
|
2697
|
+
width: 100%;
|
|
2698
|
+
min-width: 100%;
|
|
2699
|
+
max-width: 100%;
|
|
2700
|
+
margin-bottom: 20px
|
|
2701
|
+
}
|
|
2702
|
+
@media only screen and (min-device-width: 48em) {
|
|
2703
|
+
.GroupedBlock-module_item__3sz9_ {
|
|
2704
|
+
min-width: 0;
|
|
2705
|
+
max-width: none;
|
|
2706
|
+
margin-bottom: 0
|
|
2707
|
+
}
|
|
2708
|
+
}
|
|
2709
|
+
@media only screen and (min-device-width: 48em) {
|
|
2710
|
+
.GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
|
|
2711
|
+
margin-left: 15px
|
|
2712
|
+
}
|
|
2713
|
+
}
|
|
2714
|
+
.GroupedBlock-module_figcaption__2Q_wf {
|
|
2715
|
+
max-width: 650px;
|
|
2716
|
+
margin-right: auto;
|
|
2717
|
+
margin-left: auto;
|
|
2718
|
+
}
|
|
2719
|
+
/* DISPLAY */
|
|
2720
|
+
@media only screen and (min-device-width: 48em) {
|
|
2721
|
+
.GroupedBlock-module_default__3ylw_ {
|
|
2722
|
+
max-width: 650px
|
|
2723
|
+
}
|
|
2724
|
+
}
|
|
2725
|
+
.GroupedBlock-module_full__1dzQR {
|
|
2726
|
+
max-width: 980px;
|
|
2727
|
+
}
|
|
2728
|
+
.GroupedBlock-module_super_full__1PU72 {
|
|
2729
|
+
max-width: 1680px;
|
|
2730
|
+
}
|
|
2731
|
+
/* VISIBILITY */
|
|
2732
|
+
@media only screen and (min-device-width: 32em) {
|
|
2733
|
+
.GroupedBlock-module_mobile__3n8Ub {
|
|
2734
|
+
display: none
|
|
2735
|
+
}
|
|
2736
|
+
}
|
|
2737
|
+
.GroupedBlock-module_desktop__6ZRpA {
|
|
2738
|
+
display: none
|
|
2739
|
+
}
|
|
2740
|
+
@media only screen and (min-device-width: 32em) {
|
|
2741
|
+
.GroupedBlock-module_desktop__6ZRpA {
|
|
2742
|
+
display: block
|
|
2743
|
+
}
|
|
2744
|
+
}
|
|
2745
|
+
|
|
2746
|
+
|
|
2741
2747
|
/* Colors */
|
|
2742
2748
|
/* Fonts */
|
|
2743
2749
|
/* Gap */
|
|
@@ -3062,18 +3068,16 @@
|
|
|
3062
3068
|
}
|
|
3063
3069
|
@media only screen and (min-device-width: 64em) {
|
|
3064
3070
|
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3065
|
-
font-size:
|
|
3066
|
-
line-height:
|
|
3071
|
+
font-size: 1.3rem;
|
|
3072
|
+
line-height: 1.6rem
|
|
3067
3073
|
}
|
|
3068
3074
|
}
|
|
3069
3075
|
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3070
|
-
font-size: 20px
|
|
3071
|
-
line-height: 23px
|
|
3076
|
+
font-size: 20px
|
|
3072
3077
|
}
|
|
3073
3078
|
@media only screen and (min-device-width: 64em) {
|
|
3074
3079
|
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3075
|
-
font-size:
|
|
3076
|
-
line-height: 32px
|
|
3080
|
+
font-size: 1.35rem
|
|
3077
3081
|
}
|
|
3078
3082
|
}
|
|
3079
3083
|
@media only screen and (min-device-width: 32em) {
|
|
@@ -3641,6 +3645,50 @@ a mark {
|
|
|
3641
3645
|
}
|
|
3642
3646
|
}
|
|
3643
3647
|
|
|
3648
|
+
/* Colors */
|
|
3649
|
+
/* Fonts */
|
|
3650
|
+
/* Gap */
|
|
3651
|
+
/* Media */
|
|
3652
|
+
/* 512 */
|
|
3653
|
+
/* 650 */
|
|
3654
|
+
/* 768 */
|
|
3655
|
+
/* 1024 */
|
|
3656
|
+
/* 1010 */
|
|
3657
|
+
/* 1200 */
|
|
3658
|
+
/* 511 */
|
|
3659
|
+
/* 1023 */
|
|
3660
|
+
/* Zindex */
|
|
3661
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3662
|
+
margin: 0 0 18px;
|
|
3663
|
+
|
|
3664
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3665
|
+
font-size: 20px;
|
|
3666
|
+
font-weight: normal;
|
|
3667
|
+
line-height: 23px
|
|
3668
|
+
}
|
|
3669
|
+
@media only screen and (min-device-width: 48em) {
|
|
3670
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3671
|
+
margin-bottom: 15px;
|
|
3672
|
+
|
|
3673
|
+
font-size: 36px;
|
|
3674
|
+
line-height: 40px
|
|
3675
|
+
}
|
|
3676
|
+
}
|
|
3677
|
+
/* VISIBILITY */
|
|
3678
|
+
@media only screen and (min-device-width: 32em) {
|
|
3679
|
+
.SimpleTitle-module_mobile__11gBz {
|
|
3680
|
+
display: none
|
|
3681
|
+
}
|
|
3682
|
+
}
|
|
3683
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3684
|
+
display: none
|
|
3685
|
+
}
|
|
3686
|
+
@media only screen and (min-device-width: 32em) {
|
|
3687
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3688
|
+
display: block
|
|
3689
|
+
}
|
|
3690
|
+
}
|
|
3691
|
+
|
|
3644
3692
|
/* Colors */
|
|
3645
3693
|
/* Fonts */
|
|
3646
3694
|
/* Gap */
|
|
@@ -3756,50 +3804,6 @@ a mark {
|
|
|
3756
3804
|
}
|
|
3757
3805
|
}
|
|
3758
3806
|
|
|
3759
|
-
/* Colors */
|
|
3760
|
-
/* Fonts */
|
|
3761
|
-
/* Gap */
|
|
3762
|
-
/* Media */
|
|
3763
|
-
/* 512 */
|
|
3764
|
-
/* 650 */
|
|
3765
|
-
/* 768 */
|
|
3766
|
-
/* 1024 */
|
|
3767
|
-
/* 1010 */
|
|
3768
|
-
/* 1200 */
|
|
3769
|
-
/* 511 */
|
|
3770
|
-
/* 1023 */
|
|
3771
|
-
/* Zindex */
|
|
3772
|
-
.SimpleTitle-module_root__2jVQN {
|
|
3773
|
-
margin: 0 0 18px;
|
|
3774
|
-
|
|
3775
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3776
|
-
font-size: 20px;
|
|
3777
|
-
font-weight: normal;
|
|
3778
|
-
line-height: 23px
|
|
3779
|
-
}
|
|
3780
|
-
@media only screen and (min-device-width: 48em) {
|
|
3781
|
-
.SimpleTitle-module_root__2jVQN {
|
|
3782
|
-
margin-bottom: 15px;
|
|
3783
|
-
|
|
3784
|
-
font-size: 36px;
|
|
3785
|
-
line-height: 40px
|
|
3786
|
-
}
|
|
3787
|
-
}
|
|
3788
|
-
/* VISIBILITY */
|
|
3789
|
-
@media only screen and (min-device-width: 32em) {
|
|
3790
|
-
.SimpleTitle-module_mobile__11gBz {
|
|
3791
|
-
display: none
|
|
3792
|
-
}
|
|
3793
|
-
}
|
|
3794
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
3795
|
-
display: none
|
|
3796
|
-
}
|
|
3797
|
-
@media only screen and (min-device-width: 32em) {
|
|
3798
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
3799
|
-
display: block
|
|
3800
|
-
}
|
|
3801
|
-
}
|
|
3802
|
-
|
|
3803
3807
|
/* Colors */
|
|
3804
3808
|
/* Fonts */
|
|
3805
3809
|
/* Gap */
|
|
@@ -4579,14 +4583,11 @@ a mark {
|
|
|
4579
4583
|
display: block;
|
|
4580
4584
|
overflow: hidden;
|
|
4581
4585
|
|
|
4582
|
-
min-height: 434px;
|
|
4583
|
-
|
|
4584
4586
|
text-decoration: none;
|
|
4585
4587
|
|
|
4586
4588
|
border-radius: 8px;
|
|
4587
4589
|
outline-width: 0;
|
|
4588
4590
|
}
|
|
4589
|
-
.RelatedRichBlock-module_root__3NYmj::before,
|
|
4590
4591
|
.RelatedRichBlock-module_root__3NYmj::after {
|
|
4591
4592
|
position: absolute;
|
|
4592
4593
|
z-index: 20;
|
|
@@ -4600,10 +4601,13 @@ a mark {
|
|
|
4600
4601
|
border-radius: 8px;
|
|
4601
4602
|
}
|
|
4602
4603
|
.RelatedRichBlock-module_root__3NYmj::before {
|
|
4603
|
-
|
|
4604
|
+
display: block;
|
|
4605
|
+
|
|
4606
|
+
width: 100%;
|
|
4604
4607
|
}
|
|
4605
4608
|
.RelatedRichBlock-module_root__3NYmj::after {
|
|
4606
|
-
box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2)
|
|
4609
|
+
box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2),
|
|
4610
|
+
inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
4607
4611
|
}
|
|
4608
4612
|
.RelatedRichBlock-module_root__3NYmj,
|
|
4609
4613
|
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
@@ -4658,11 +4662,11 @@ a mark {
|
|
|
4658
4662
|
flex-flow: column nowrap;
|
|
4659
4663
|
justify-content: flex-end;
|
|
4660
4664
|
|
|
4661
|
-
padding: 15px;
|
|
4665
|
+
padding: 15px 15px 12px;
|
|
4662
4666
|
|
|
4663
4667
|
background-color: #f7f7f7
|
|
4664
4668
|
}
|
|
4665
|
-
@media only screen and (min-device-width:
|
|
4669
|
+
@media only screen and (min-device-width: 64em) {
|
|
4666
4670
|
.RelatedRichBlock-module_body__1ZHZS {
|
|
4667
4671
|
position: absolute;
|
|
4668
4672
|
z-index: 10;
|
|
@@ -4676,7 +4680,14 @@ a mark {
|
|
|
4676
4680
|
background-color: transparent
|
|
4677
4681
|
}
|
|
4678
4682
|
}
|
|
4679
|
-
.RelatedRichBlock-
|
|
4683
|
+
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
4684
|
+
color: #000
|
|
4685
|
+
}
|
|
4686
|
+
@media only screen and (min-device-width: 64em) {
|
|
4687
|
+
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
4688
|
+
color: #fff
|
|
4689
|
+
}
|
|
4690
|
+
}
|
|
4680
4691
|
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_hasGradient__27LOk .RelatedRichBlock-module_body__1ZHZS {
|
|
4681
4692
|
position: absolute;
|
|
4682
4693
|
z-index: 10;
|
|
@@ -4690,23 +4701,73 @@ a mark {
|
|
|
4690
4701
|
}
|
|
4691
4702
|
.RelatedRichBlock-module_isCard__2naDz {
|
|
4692
4703
|
color: #fff;
|
|
4693
|
-
background-color: #191919
|
|
4704
|
+
background-color: #191919
|
|
4705
|
+
}
|
|
4706
|
+
@media only screen and (min-device-width: 32em) {
|
|
4707
|
+
.RelatedRichBlock-module_isCard__2naDz {
|
|
4708
|
+
min-height: 350px
|
|
4709
|
+
}
|
|
4710
|
+
}
|
|
4711
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
4712
|
+
background-color: transparent
|
|
4713
|
+
}
|
|
4714
|
+
@media only screen and (min-device-width: 32em) {
|
|
4715
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
4716
|
+
position: absolute;
|
|
4717
|
+
z-index: 10;
|
|
4718
|
+
right: 0;
|
|
4719
|
+
bottom: 0;
|
|
4720
|
+
left: 0;
|
|
4721
|
+
|
|
4722
|
+
min-height: 295px
|
|
4723
|
+
}
|
|
4724
|
+
}
|
|
4725
|
+
@media only screen and (min-device-width: 32em) {
|
|
4726
|
+
.RelatedRichBlock-module_isCard__2naDz::before {
|
|
4727
|
+
padding-bottom: 66.66%;
|
|
4728
|
+
|
|
4729
|
+
content: ''
|
|
4694
4730
|
}
|
|
4731
|
+
}
|
|
4732
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
4733
|
+
position: relative;
|
|
4734
|
+
|
|
4735
|
+
width: 100%
|
|
4736
|
+
}
|
|
4737
|
+
@media only screen and (min-device-width: 32em) {
|
|
4695
4738
|
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
4739
|
+
position: absolute;
|
|
4740
|
+
top: 0;
|
|
4741
|
+
bottom: 0
|
|
4742
|
+
}
|
|
4743
|
+
}
|
|
4744
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
4745
|
+
display: block;
|
|
4746
|
+
|
|
4747
|
+
padding-bottom: 78.50746269%;
|
|
4748
|
+
|
|
4749
|
+
content: ''
|
|
4750
|
+
}
|
|
4751
|
+
@media only screen and (min-device-width: 32em) {
|
|
4752
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
4753
|
+
content: none
|
|
4754
|
+
}
|
|
4755
|
+
}
|
|
4756
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
4696
4757
|
position: absolute;
|
|
4697
|
-
top:
|
|
4758
|
+
top: 50%;
|
|
4698
4759
|
left: 50%;
|
|
4699
4760
|
|
|
4700
|
-
width:
|
|
4761
|
+
width: 180px;
|
|
4762
|
+
height: 180px;
|
|
4701
4763
|
|
|
4702
|
-
transform: translate(-50%,
|
|
4703
|
-
}
|
|
4704
|
-
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
4705
|
-
color: #000
|
|
4764
|
+
transform: translate(-50%, -50%)
|
|
4706
4765
|
}
|
|
4707
|
-
@media only screen and (min-device-width:
|
|
4708
|
-
.RelatedRichBlock-
|
|
4709
|
-
|
|
4766
|
+
@media only screen and (min-device-width: 32em) {
|
|
4767
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
4768
|
+
top: 25%;
|
|
4769
|
+
|
|
4770
|
+
transform: translate(-50%, -25%)
|
|
4710
4771
|
}
|
|
4711
4772
|
}
|
|
4712
4773
|
.RelatedRichBlock-module_tag__3OLyG {
|
|
@@ -4715,12 +4776,16 @@ a mark {
|
|
|
4715
4776
|
top: 15px;
|
|
4716
4777
|
left: 15px;
|
|
4717
4778
|
|
|
4718
|
-
color:
|
|
4779
|
+
color: rgba(255, 255, 255, 0.7);
|
|
4780
|
+
|
|
4781
|
+
font-size: 12px
|
|
4719
4782
|
}
|
|
4720
|
-
@media only screen and (min-device-width:
|
|
4783
|
+
@media only screen and (min-device-width: 64em) {
|
|
4721
4784
|
.RelatedRichBlock-module_tag__3OLyG {
|
|
4722
4785
|
top: 20px;
|
|
4723
|
-
left: 20px
|
|
4786
|
+
left: 20px;
|
|
4787
|
+
|
|
4788
|
+
color: #fff
|
|
4724
4789
|
}
|
|
4725
4790
|
}
|
|
4726
4791
|
/* Themes */
|