@meduza/ui-kit-2 0.1.90 → 0.1.92
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 +5 -9
- 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 +5 -9
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +1135 -1134
- package/package.json +1 -1
- package/src/DonatesTeaser/DonatesTeaser.module.css +4 -3
- package/src/DonatesTeaser/index.tsx +7 -7
package/dist/ui-kit.css
CHANGED
|
@@ -224,254 +224,6 @@
|
|
|
224
224
|
}
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
-
/* Colors */
|
|
228
|
-
/* Fonts */
|
|
229
|
-
/* Gap */
|
|
230
|
-
/* Media */
|
|
231
|
-
/* 512 */
|
|
232
|
-
/* 650 */
|
|
233
|
-
/* 768 */
|
|
234
|
-
/* 1024 */
|
|
235
|
-
/* 1010 */
|
|
236
|
-
/* 1200 */
|
|
237
|
-
/* 511 */
|
|
238
|
-
/* 1023 */
|
|
239
|
-
/* Zindex */
|
|
240
|
-
.Switcher-module_root__1Env1 {
|
|
241
|
-
position: relative;
|
|
242
|
-
|
|
243
|
-
display: -webkit-box;
|
|
244
|
-
|
|
245
|
-
display: -webkit-flex;
|
|
246
|
-
|
|
247
|
-
display: -ms-flexbox;
|
|
248
|
-
|
|
249
|
-
display: flex;
|
|
250
|
-
flex-flow: row nowrap;
|
|
251
|
-
align-items: center;
|
|
252
|
-
|
|
253
|
-
font-weight: 600;
|
|
254
|
-
|
|
255
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
256
|
-
white-space: nowrap;
|
|
257
|
-
|
|
258
|
-
cursor: pointer;
|
|
259
|
-
|
|
260
|
-
-webkit-user-select: none;
|
|
261
|
-
|
|
262
|
-
-moz-user-select: none;
|
|
263
|
-
|
|
264
|
-
-ms-user-select: none;
|
|
265
|
-
|
|
266
|
-
user-select: none;
|
|
267
|
-
}
|
|
268
|
-
.Switcher-module_dark__1IzaH {
|
|
269
|
-
color: inherit;
|
|
270
|
-
}
|
|
271
|
-
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
272
|
-
background-color: transparent;
|
|
273
|
-
}
|
|
274
|
-
.Switcher-module_input__jaMVF {
|
|
275
|
-
position: absolute;
|
|
276
|
-
top: 0;
|
|
277
|
-
left: 0;
|
|
278
|
-
|
|
279
|
-
opacity: 0;
|
|
280
|
-
}
|
|
281
|
-
.Switcher-module_control__1NTvY {
|
|
282
|
-
position: relative;
|
|
283
|
-
|
|
284
|
-
display: block;
|
|
285
|
-
|
|
286
|
-
width: 37px;
|
|
287
|
-
height: 21px;
|
|
288
|
-
|
|
289
|
-
background-color: #e6e6e6;
|
|
290
|
-
|
|
291
|
-
border-radius: 15px;
|
|
292
|
-
}
|
|
293
|
-
.Switcher-module_control__1NTvY::before {
|
|
294
|
-
position: absolute;
|
|
295
|
-
top: 0;
|
|
296
|
-
bottom: 0;
|
|
297
|
-
left: 0;
|
|
298
|
-
|
|
299
|
-
width: 18px;
|
|
300
|
-
|
|
301
|
-
background: rgba(19, 191, 17, 0);
|
|
302
|
-
|
|
303
|
-
border-radius: 15px;
|
|
304
|
-
|
|
305
|
-
transition: 0.25s ease-in-out;
|
|
306
|
-
|
|
307
|
-
content: '';
|
|
308
|
-
}
|
|
309
|
-
.Switcher-module_knob__3kEy5 {
|
|
310
|
-
position: relative;
|
|
311
|
-
top: 2px;
|
|
312
|
-
left: 2px;
|
|
313
|
-
z-index: 200;
|
|
314
|
-
|
|
315
|
-
display: block;
|
|
316
|
-
|
|
317
|
-
width: 17px;
|
|
318
|
-
height: 17px;
|
|
319
|
-
|
|
320
|
-
background: #fff;
|
|
321
|
-
|
|
322
|
-
border-radius: 15px;
|
|
323
|
-
|
|
324
|
-
transition: 0.25s ease-in-out;
|
|
325
|
-
}
|
|
326
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
327
|
-
width: 100%;
|
|
328
|
-
|
|
329
|
-
background-color: #b88b59;
|
|
330
|
-
}
|
|
331
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
332
|
-
box-shadow: inset 0 0 0 1px transparent;
|
|
333
|
-
}
|
|
334
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
335
|
-
left: 18px;
|
|
336
|
-
}
|
|
337
|
-
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
338
|
-
margin-right: 6px;
|
|
339
|
-
}
|
|
340
|
-
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
341
|
-
margin-left: 6px;
|
|
342
|
-
}
|
|
343
|
-
/* panel */
|
|
344
|
-
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
345
|
-
|
|
346
|
-
color: #999;
|
|
347
|
-
|
|
348
|
-
font-size: 13px;
|
|
349
|
-
letter-spacing: 0.5px;
|
|
350
|
-
text-transform: uppercase;
|
|
351
|
-
}
|
|
352
|
-
/* menu */
|
|
353
|
-
.Switcher-module_isInMenu__3XJYj {
|
|
354
|
-
font-weight: normal;
|
|
355
|
-
}
|
|
356
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
357
|
-
margin-right: 8px;
|
|
358
|
-
}
|
|
359
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
360
|
-
width: 48px;
|
|
361
|
-
height: 30px;
|
|
362
|
-
}
|
|
363
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
364
|
-
top: 4px;
|
|
365
|
-
|
|
366
|
-
width: 22px;
|
|
367
|
-
height: 22px;
|
|
368
|
-
|
|
369
|
-
background-color: #bababa;
|
|
370
|
-
}
|
|
371
|
-
/* stylelint-disable selector-max-compound-selectors */
|
|
372
|
-
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
373
|
-
left: 23px;
|
|
374
|
-
|
|
375
|
-
background-color: #fff;
|
|
376
|
-
}
|
|
377
|
-
/* live */
|
|
378
|
-
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
379
|
-
|
|
380
|
-
color: #7f7f7f;
|
|
381
|
-
|
|
382
|
-
font-size: 13px;
|
|
383
|
-
letter-spacing: 0.5px;
|
|
384
|
-
text-transform: uppercase;
|
|
385
|
-
}
|
|
386
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
387
|
-
background-color: #1a1a1a;
|
|
388
|
-
box-shadow: inset 0 0 0 1px #323232;
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
/* Colors */
|
|
392
|
-
/* Fonts */
|
|
393
|
-
/* Gap */
|
|
394
|
-
/* Media */
|
|
395
|
-
/* 512 */
|
|
396
|
-
/* 650 */
|
|
397
|
-
/* 768 */
|
|
398
|
-
/* 1024 */
|
|
399
|
-
/* 1010 */
|
|
400
|
-
/* 1200 */
|
|
401
|
-
/* 511 */
|
|
402
|
-
/* 1023 */
|
|
403
|
-
/* Zindex */
|
|
404
|
-
.Image-module_root__1vsA_ {
|
|
405
|
-
position: relative;
|
|
406
|
-
z-index: 1;
|
|
407
|
-
|
|
408
|
-
display: block;
|
|
409
|
-
overflow: hidden;
|
|
410
|
-
transition: background-color 250ms ease;
|
|
411
|
-
|
|
412
|
-
background-color: #f2f2f2
|
|
413
|
-
}
|
|
414
|
-
@media only screen and (min-width: 32em) {
|
|
415
|
-
.Image-module_root__1vsA_ {
|
|
416
|
-
border-radius: inherit
|
|
417
|
-
}
|
|
418
|
-
}
|
|
419
|
-
.Image-module_root__1vsA_ img {
|
|
420
|
-
position: absolute;
|
|
421
|
-
top: 0;
|
|
422
|
-
left: 0;
|
|
423
|
-
|
|
424
|
-
width: 100%;
|
|
425
|
-
height: 100%;
|
|
426
|
-
}
|
|
427
|
-
.Image-module_isLoaded__3XhU5 {
|
|
428
|
-
background-color: transparent;
|
|
429
|
-
}
|
|
430
|
-
.Image-module_wrapper__3fLjs {
|
|
431
|
-
display: block;
|
|
432
|
-
|
|
433
|
-
width: 100%;
|
|
434
|
-
|
|
435
|
-
background-repeat: no-repeat;
|
|
436
|
-
background-size: 100% auto;
|
|
437
|
-
}
|
|
438
|
-
.Image-module_fullscreen__29apx picture {
|
|
439
|
-
cursor: pointer;
|
|
440
|
-
}
|
|
441
|
-
.Image-module_fullscreen__29apx picture:hover::after {
|
|
442
|
-
opacity: 1;
|
|
443
|
-
}
|
|
444
|
-
.Image-module_fullscreen__29apx picture::after {
|
|
445
|
-
position: absolute;
|
|
446
|
-
right: 12px;
|
|
447
|
-
bottom: 12px;
|
|
448
|
-
|
|
449
|
-
width: 40px;
|
|
450
|
-
height: 40px;
|
|
451
|
-
|
|
452
|
-
transition: opacity 250ms ease;
|
|
453
|
-
pointer-events: none;
|
|
454
|
-
|
|
455
|
-
opacity: 0;
|
|
456
|
-
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
457
|
-
border-radius: 20px;
|
|
458
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
459
|
-
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.197 10.207V3.763h-6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.793 4.166l-6.173 6.172' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.803 13.733v6.444h6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.207 19.774l6.173-6.171' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
460
|
-
background-repeat: no-repeat;
|
|
461
|
-
background-position: center
|
|
462
|
-
}
|
|
463
|
-
@media only screen and (min-width: 64em) {
|
|
464
|
-
.Image-module_fullscreen__29apx picture::after {
|
|
465
|
-
content: ''
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
469
|
-
outline: none;
|
|
470
|
-
}
|
|
471
|
-
.Image-module_dark__3o0nU {
|
|
472
|
-
background-color: transparent;
|
|
473
|
-
}
|
|
474
|
-
|
|
475
227
|
/* Colors */
|
|
476
228
|
/* Fonts */
|
|
477
229
|
/* Gap */
|
|
@@ -721,14 +473,262 @@
|
|
|
721
473
|
/* 511 */
|
|
722
474
|
/* 1023 */
|
|
723
475
|
/* Zindex */
|
|
724
|
-
.
|
|
476
|
+
.Image-module_root__1vsA_ {
|
|
725
477
|
position: relative;
|
|
478
|
+
z-index: 1;
|
|
726
479
|
|
|
727
480
|
display: block;
|
|
481
|
+
overflow: hidden;
|
|
482
|
+
transition: background-color 250ms ease;
|
|
728
483
|
|
|
729
|
-
|
|
484
|
+
background-color: #f2f2f2
|
|
730
485
|
}
|
|
731
|
-
|
|
486
|
+
@media only screen and (min-width: 32em) {
|
|
487
|
+
.Image-module_root__1vsA_ {
|
|
488
|
+
border-radius: inherit
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
.Image-module_root__1vsA_ img {
|
|
492
|
+
position: absolute;
|
|
493
|
+
top: 0;
|
|
494
|
+
left: 0;
|
|
495
|
+
|
|
496
|
+
width: 100%;
|
|
497
|
+
height: 100%;
|
|
498
|
+
}
|
|
499
|
+
.Image-module_isLoaded__3XhU5 {
|
|
500
|
+
background-color: transparent;
|
|
501
|
+
}
|
|
502
|
+
.Image-module_wrapper__3fLjs {
|
|
503
|
+
display: block;
|
|
504
|
+
|
|
505
|
+
width: 100%;
|
|
506
|
+
|
|
507
|
+
background-repeat: no-repeat;
|
|
508
|
+
background-size: 100% auto;
|
|
509
|
+
}
|
|
510
|
+
.Image-module_fullscreen__29apx picture {
|
|
511
|
+
cursor: pointer;
|
|
512
|
+
}
|
|
513
|
+
.Image-module_fullscreen__29apx picture:hover::after {
|
|
514
|
+
opacity: 1;
|
|
515
|
+
}
|
|
516
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
517
|
+
position: absolute;
|
|
518
|
+
right: 12px;
|
|
519
|
+
bottom: 12px;
|
|
520
|
+
|
|
521
|
+
width: 40px;
|
|
522
|
+
height: 40px;
|
|
523
|
+
|
|
524
|
+
transition: opacity 250ms ease;
|
|
525
|
+
pointer-events: none;
|
|
526
|
+
|
|
527
|
+
opacity: 0;
|
|
528
|
+
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
529
|
+
border-radius: 20px;
|
|
530
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
531
|
+
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.197 10.207V3.763h-6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.793 4.166l-6.173 6.172' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.803 13.733v6.444h6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.207 19.774l6.173-6.171' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
532
|
+
background-repeat: no-repeat;
|
|
533
|
+
background-position: center
|
|
534
|
+
}
|
|
535
|
+
@media only screen and (min-width: 64em) {
|
|
536
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
537
|
+
content: ''
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
541
|
+
outline: none;
|
|
542
|
+
}
|
|
543
|
+
.Image-module_dark__3o0nU {
|
|
544
|
+
background-color: transparent;
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
/* Colors */
|
|
548
|
+
/* Fonts */
|
|
549
|
+
/* Gap */
|
|
550
|
+
/* Media */
|
|
551
|
+
/* 512 */
|
|
552
|
+
/* 650 */
|
|
553
|
+
/* 768 */
|
|
554
|
+
/* 1024 */
|
|
555
|
+
/* 1010 */
|
|
556
|
+
/* 1200 */
|
|
557
|
+
/* 511 */
|
|
558
|
+
/* 1023 */
|
|
559
|
+
/* Zindex */
|
|
560
|
+
.Switcher-module_root__1Env1 {
|
|
561
|
+
position: relative;
|
|
562
|
+
|
|
563
|
+
display: -webkit-box;
|
|
564
|
+
|
|
565
|
+
display: -webkit-flex;
|
|
566
|
+
|
|
567
|
+
display: -ms-flexbox;
|
|
568
|
+
|
|
569
|
+
display: flex;
|
|
570
|
+
flex-flow: row nowrap;
|
|
571
|
+
align-items: center;
|
|
572
|
+
|
|
573
|
+
font-weight: 600;
|
|
574
|
+
|
|
575
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
576
|
+
white-space: nowrap;
|
|
577
|
+
|
|
578
|
+
cursor: pointer;
|
|
579
|
+
|
|
580
|
+
-webkit-user-select: none;
|
|
581
|
+
|
|
582
|
+
-moz-user-select: none;
|
|
583
|
+
|
|
584
|
+
-ms-user-select: none;
|
|
585
|
+
|
|
586
|
+
user-select: none;
|
|
587
|
+
}
|
|
588
|
+
.Switcher-module_dark__1IzaH {
|
|
589
|
+
color: inherit;
|
|
590
|
+
}
|
|
591
|
+
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
592
|
+
background-color: transparent;
|
|
593
|
+
}
|
|
594
|
+
.Switcher-module_input__jaMVF {
|
|
595
|
+
position: absolute;
|
|
596
|
+
top: 0;
|
|
597
|
+
left: 0;
|
|
598
|
+
|
|
599
|
+
opacity: 0;
|
|
600
|
+
}
|
|
601
|
+
.Switcher-module_control__1NTvY {
|
|
602
|
+
position: relative;
|
|
603
|
+
|
|
604
|
+
display: block;
|
|
605
|
+
|
|
606
|
+
width: 37px;
|
|
607
|
+
height: 21px;
|
|
608
|
+
|
|
609
|
+
background-color: #e6e6e6;
|
|
610
|
+
|
|
611
|
+
border-radius: 15px;
|
|
612
|
+
}
|
|
613
|
+
.Switcher-module_control__1NTvY::before {
|
|
614
|
+
position: absolute;
|
|
615
|
+
top: 0;
|
|
616
|
+
bottom: 0;
|
|
617
|
+
left: 0;
|
|
618
|
+
|
|
619
|
+
width: 18px;
|
|
620
|
+
|
|
621
|
+
background: rgba(19, 191, 17, 0);
|
|
622
|
+
|
|
623
|
+
border-radius: 15px;
|
|
624
|
+
|
|
625
|
+
transition: 0.25s ease-in-out;
|
|
626
|
+
|
|
627
|
+
content: '';
|
|
628
|
+
}
|
|
629
|
+
.Switcher-module_knob__3kEy5 {
|
|
630
|
+
position: relative;
|
|
631
|
+
top: 2px;
|
|
632
|
+
left: 2px;
|
|
633
|
+
z-index: 200;
|
|
634
|
+
|
|
635
|
+
display: block;
|
|
636
|
+
|
|
637
|
+
width: 17px;
|
|
638
|
+
height: 17px;
|
|
639
|
+
|
|
640
|
+
background: #fff;
|
|
641
|
+
|
|
642
|
+
border-radius: 15px;
|
|
643
|
+
|
|
644
|
+
transition: 0.25s ease-in-out;
|
|
645
|
+
}
|
|
646
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
647
|
+
width: 100%;
|
|
648
|
+
|
|
649
|
+
background-color: #b88b59;
|
|
650
|
+
}
|
|
651
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
652
|
+
box-shadow: inset 0 0 0 1px transparent;
|
|
653
|
+
}
|
|
654
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
655
|
+
left: 18px;
|
|
656
|
+
}
|
|
657
|
+
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
658
|
+
margin-right: 6px;
|
|
659
|
+
}
|
|
660
|
+
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
661
|
+
margin-left: 6px;
|
|
662
|
+
}
|
|
663
|
+
/* panel */
|
|
664
|
+
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
665
|
+
|
|
666
|
+
color: #999;
|
|
667
|
+
|
|
668
|
+
font-size: 13px;
|
|
669
|
+
letter-spacing: 0.5px;
|
|
670
|
+
text-transform: uppercase;
|
|
671
|
+
}
|
|
672
|
+
/* menu */
|
|
673
|
+
.Switcher-module_isInMenu__3XJYj {
|
|
674
|
+
font-weight: normal;
|
|
675
|
+
}
|
|
676
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
677
|
+
margin-right: 8px;
|
|
678
|
+
}
|
|
679
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
680
|
+
width: 48px;
|
|
681
|
+
height: 30px;
|
|
682
|
+
}
|
|
683
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
684
|
+
top: 4px;
|
|
685
|
+
|
|
686
|
+
width: 22px;
|
|
687
|
+
height: 22px;
|
|
688
|
+
|
|
689
|
+
background-color: #bababa;
|
|
690
|
+
}
|
|
691
|
+
/* stylelint-disable selector-max-compound-selectors */
|
|
692
|
+
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
693
|
+
left: 23px;
|
|
694
|
+
|
|
695
|
+
background-color: #fff;
|
|
696
|
+
}
|
|
697
|
+
/* live */
|
|
698
|
+
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
699
|
+
|
|
700
|
+
color: #7f7f7f;
|
|
701
|
+
|
|
702
|
+
font-size: 13px;
|
|
703
|
+
letter-spacing: 0.5px;
|
|
704
|
+
text-transform: uppercase;
|
|
705
|
+
}
|
|
706
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
707
|
+
background-color: #1a1a1a;
|
|
708
|
+
box-shadow: inset 0 0 0 1px #323232;
|
|
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
732
|
-webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
733
733
|
animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
734
734
|
}
|
|
@@ -887,14 +887,31 @@
|
|
|
887
887
|
/* 511 */
|
|
888
888
|
/* 1023 */
|
|
889
889
|
/* Zindex */
|
|
890
|
-
.
|
|
891
|
-
display:
|
|
890
|
+
.Lazy-module_root__2Z72l {
|
|
891
|
+
display: block;
|
|
892
|
+
}
|
|
892
893
|
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
894
|
+
/* Colors */
|
|
895
|
+
/* Fonts */
|
|
896
|
+
/* Gap */
|
|
897
|
+
/* Media */
|
|
898
|
+
/* 512 */
|
|
899
|
+
/* 650 */
|
|
900
|
+
/* 768 */
|
|
901
|
+
/* 1024 */
|
|
902
|
+
/* 1010 */
|
|
903
|
+
/* 1200 */
|
|
904
|
+
/* 511 */
|
|
905
|
+
/* 1023 */
|
|
906
|
+
/* Zindex */
|
|
907
|
+
.Tag-module_root__3IqWC {
|
|
908
|
+
display: inline-block;
|
|
909
|
+
|
|
910
|
+
cursor: default;
|
|
911
|
+
-webkit-user-select: none;
|
|
912
|
+
-moz-user-select: none;
|
|
913
|
+
-ms-user-select: none;
|
|
914
|
+
user-select: none;
|
|
898
915
|
vertical-align: middle;
|
|
899
916
|
letter-spacing: 1px;
|
|
900
917
|
text-transform: uppercase;
|
|
@@ -1011,23 +1028,6 @@
|
|
|
1011
1028
|
}
|
|
1012
1029
|
}
|
|
1013
1030
|
|
|
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 */
|
|
@@ -1756,6 +1756,150 @@
|
|
|
1756
1756
|
content: '';
|
|
1757
1757
|
}
|
|
1758
1758
|
|
|
1759
|
+
/* Colors */
|
|
1760
|
+
/* Fonts */
|
|
1761
|
+
/* Gap */
|
|
1762
|
+
/* Media */
|
|
1763
|
+
/* 512 */
|
|
1764
|
+
/* 650 */
|
|
1765
|
+
/* 768 */
|
|
1766
|
+
/* 1024 */
|
|
1767
|
+
/* 1010 */
|
|
1768
|
+
/* 1200 */
|
|
1769
|
+
/* 511 */
|
|
1770
|
+
/* 1023 */
|
|
1771
|
+
/* Zindex */
|
|
1772
|
+
.Toolbar-module_root__2HF2r {
|
|
1773
|
+
overflow: hidden;
|
|
1774
|
+
|
|
1775
|
+
transform: translateZ(0);
|
|
1776
|
+
|
|
1777
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1778
|
+
}
|
|
1779
|
+
.Toolbar-module_list__1n5ny {
|
|
1780
|
+
display: -webkit-box;
|
|
1781
|
+
display: -webkit-flex;
|
|
1782
|
+
display: -ms-flexbox;
|
|
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
|
+
|
|
1759
1903
|
/* Colors */
|
|
1760
1904
|
/* Fonts */
|
|
1761
1905
|
/* Gap */
|
|
@@ -1980,194 +2124,50 @@
|
|
|
1980
2124
|
/* 511 */
|
|
1981
2125
|
/* 1023 */
|
|
1982
2126
|
/* Zindex */
|
|
1983
|
-
.
|
|
1984
|
-
overflow: hidden;
|
|
1985
|
-
|
|
2127
|
+
.Meta-module_root__12AG7 {
|
|
1986
2128
|
transform: translateZ(0);
|
|
1987
2129
|
|
|
1988
2130
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
display: -webkit-box;
|
|
1992
|
-
display: -webkit-flex;
|
|
1993
|
-
display: -ms-flexbox;
|
|
1994
|
-
display: flex;
|
|
1995
|
-
flex-flow: row wrap;
|
|
2131
|
+
font-size: 12px;
|
|
2132
|
+
line-height: 15px;
|
|
1996
2133
|
|
|
1997
|
-
|
|
1998
|
-
|
|
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%;
|
|
1999
2145
|
|
|
2000
|
-
|
|
2146
|
+
color: rgba(0, 0, 0, 0.4);
|
|
2001
2147
|
}
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
margin: 0 0 0 -15px
|
|
2148
|
+
.Meta-module_podcast__1m4zo {
|
|
2149
|
+
fill: currentColor;
|
|
2005
2150
|
}
|
|
2006
|
-
|
|
2007
|
-
.
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
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
|
|
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;
|
|
2022
2158
|
}
|
|
2023
2159
|
@media only screen and (min-width: 64em) {
|
|
2024
|
-
.
|
|
2025
|
-
|
|
2026
|
-
padding-left: 15px
|
|
2160
|
+
.Meta-module_center__3BBPr.Meta-module_half__1xRkT {
|
|
2161
|
+
text-align: left
|
|
2027
2162
|
}
|
|
2028
2163
|
}
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
.
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
height: 18px;
|
|
2038
|
-
|
|
2039
|
-
content: '';
|
|
2040
|
-
vertical-align: middle;
|
|
2041
|
-
|
|
2042
|
-
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
2043
|
-
}
|
|
2044
|
-
.Toolbar-module_item__36x7d:empty {
|
|
2045
|
-
display: none;
|
|
2046
|
-
}
|
|
2047
|
-
.Toolbar-module_isInTopbar__223iP {
|
|
2048
|
-
height: 100%;
|
|
2049
|
-
}
|
|
2050
|
-
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
2051
|
-
height: 100%;
|
|
2052
|
-
}
|
|
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
|
|
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
2171
|
}
|
|
2172
2172
|
}
|
|
2173
2173
|
.Meta-module_light__2baE- {
|
|
@@ -2697,77 +2697,6 @@
|
|
|
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
|
-
|
|
2771
2700
|
/* Colors */
|
|
2772
2701
|
/* Fonts */
|
|
2773
2702
|
/* Gap */
|
|
@@ -2884,155 +2813,64 @@
|
|
|
2884
2813
|
/* 511 */
|
|
2885
2814
|
/* 1023 */
|
|
2886
2815
|
/* Zindex */
|
|
2887
|
-
.
|
|
2888
|
-
margin:
|
|
2889
|
-
padding:
|
|
2816
|
+
.ImportantLead-module_root__2BdT3 {
|
|
2817
|
+
margin: 18px 0;
|
|
2818
|
+
padding: 12px 12px 13px;
|
|
2890
2819
|
|
|
2891
|
-
|
|
2820
|
+
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
2821
|
+
border-radius: 4px;
|
|
2822
|
+
border-radius: 8px;
|
|
2823
|
+
background: #FFF8C4;
|
|
2892
2824
|
|
|
2893
|
-
font-family: '
|
|
2894
|
-
font-size:
|
|
2895
|
-
|
|
2825
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2826
|
+
font-size: 16px;
|
|
2827
|
+
font-weight: normal;
|
|
2828
|
+
line-height: 20px
|
|
2896
2829
|
}
|
|
2897
2830
|
@media only screen and (min-width: 32em) {
|
|
2898
|
-
.
|
|
2899
|
-
|
|
2900
|
-
|
|
2831
|
+
.ImportantLead-module_root__2BdT3 {
|
|
2832
|
+
margin: 25px 0;
|
|
2833
|
+
padding: 12px 15px 13px;
|
|
2834
|
+
|
|
2835
|
+
font-size: 17px;
|
|
2836
|
+
line-height: 24px
|
|
2901
2837
|
}
|
|
2902
2838
|
}
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
margin: 20px 0
|
|
2839
|
+
.ImportantLead-module_root__2BdT3:last-child {
|
|
2840
|
+
margin-bottom: 0;
|
|
2906
2841
|
}
|
|
2907
|
-
|
|
2908
|
-
.ListBlock-module_root__3Q3Ga:first-child {
|
|
2842
|
+
.ImportantLead-module_root__2BdT3:first-child {
|
|
2909
2843
|
margin-top: 0;
|
|
2910
2844
|
}
|
|
2911
|
-
.
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
.ListBlock-module_root__3Q3Ga a {
|
|
2915
|
-
color: inherit;
|
|
2916
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
2845
|
+
.ImportantLead-module_root__2BdT3 a {
|
|
2846
|
+
color: #000;
|
|
2847
|
+
box-shadow: inset 0 -1px #000;
|
|
2917
2848
|
}
|
|
2918
|
-
.
|
|
2849
|
+
.ImportantLead-module_root__2BdT3 a:hover {
|
|
2919
2850
|
color: #b88b59;
|
|
2851
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2920
2852
|
}
|
|
2921
|
-
.
|
|
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;
|
|
2943
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
2944
|
-
}
|
|
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 {
|
|
2853
|
+
.ImportantLead-module_slide__3kQ9x {
|
|
3000
2854
|
max-width: 650px;
|
|
3001
2855
|
margin-right: auto;
|
|
3002
2856
|
margin-left: auto;
|
|
3003
2857
|
}
|
|
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
|
-
}
|
|
3021
2858
|
/* VISIBILITY */
|
|
3022
2859
|
@media only screen and (min-width: 32em) {
|
|
3023
|
-
.
|
|
2860
|
+
.ImportantLead-module_mobile__3BXbm {
|
|
3024
2861
|
display: none
|
|
3025
2862
|
}
|
|
3026
2863
|
}
|
|
3027
|
-
.
|
|
2864
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
3028
2865
|
display: none
|
|
3029
2866
|
}
|
|
3030
2867
|
@media only screen and (min-width: 32em) {
|
|
3031
|
-
.
|
|
2868
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
3032
2869
|
display: block
|
|
3033
2870
|
}
|
|
3034
2871
|
}
|
|
3035
2872
|
|
|
2873
|
+
|
|
3036
2874
|
/* Colors */
|
|
3037
2875
|
/* Fonts */
|
|
3038
2876
|
/* Gap */
|
|
@@ -3176,121 +3014,283 @@
|
|
|
3176
3014
|
/* 511 */
|
|
3177
3015
|
/* 1023 */
|
|
3178
3016
|
/* Zindex */
|
|
3179
|
-
.
|
|
3180
|
-
margin:
|
|
3017
|
+
.ListBlock-module_root__3Q3Ga {
|
|
3018
|
+
margin: calc(15rem / 16) 0;
|
|
3019
|
+
padding: 0;
|
|
3181
3020
|
|
|
3182
|
-
|
|
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;
|
|
3021
|
+
list-style: none;
|
|
3190
3022
|
|
|
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
3023
|
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3200
|
-
font-size:
|
|
3201
|
-
|
|
3202
|
-
}
|
|
3203
|
-
@media only screen and (min-width: 48em) {
|
|
3204
|
-
.RichTitle-module_root__BK_WT span {
|
|
3205
|
-
font-size: 38px
|
|
3024
|
+
font-size: calc(18rem / 16);
|
|
3025
|
+
line-height: calc(24rem / 16)
|
|
3206
3026
|
}
|
|
3207
|
-
}
|
|
3208
3027
|
@media only screen and (min-width: 32em) {
|
|
3209
|
-
.
|
|
3210
|
-
|
|
3211
|
-
|
|
3028
|
+
.ListBlock-module_root__3Q3Ga {
|
|
3029
|
+
font-size: 20px;
|
|
3030
|
+
line-height: 28px
|
|
3212
3031
|
}
|
|
3213
3032
|
}
|
|
3214
|
-
@media only screen and (min-width:
|
|
3215
|
-
.
|
|
3216
|
-
|
|
3217
|
-
line-height: 36px
|
|
3033
|
+
@media only screen and (min-width: 48em) {
|
|
3034
|
+
.ListBlock-module_root__3Q3Ga {
|
|
3035
|
+
margin: 20px 0
|
|
3218
3036
|
}
|
|
3219
3037
|
}
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
font-size: 34px
|
|
3038
|
+
.ListBlock-module_root__3Q3Ga:first-child {
|
|
3039
|
+
margin-top: 0;
|
|
3223
3040
|
}
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
padding-top: 9px;
|
|
3041
|
+
.ListBlock-module_root__3Q3Ga:last-child {
|
|
3042
|
+
margin-bottom: 0;
|
|
3227
3043
|
}
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3044
|
+
.ListBlock-module_root__3Q3Ga a {
|
|
3045
|
+
color: inherit;
|
|
3046
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
3047
|
+
}
|
|
3048
|
+
.ListBlock-module_root__3Q3Ga a:hover {
|
|
3049
|
+
color: #b88b59;
|
|
3050
|
+
}
|
|
3051
|
+
.ListBlock-module_root__3Q3Ga li {
|
|
3052
|
+
position: relative;
|
|
3231
3053
|
|
|
3232
|
-
|
|
3233
|
-
line-height: 30px
|
|
3054
|
+
margin-bottom: 6px;
|
|
3234
3055
|
}
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
.RichTitle-module_featured__wJfaQ span {
|
|
3238
|
-
display: block;
|
|
3056
|
+
.ListBlock-module_root__3Q3Ga mark {
|
|
3057
|
+
position: relative;
|
|
3239
3058
|
|
|
3240
|
-
|
|
3059
|
+
white-space: pre-wrap;
|
|
3241
3060
|
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3247
|
-
text-align: left
|
|
3061
|
+
background-color: #fff3bc;
|
|
3062
|
+
|
|
3063
|
+
font-weight: inherit;
|
|
3064
|
+
font-style: inherit
|
|
3248
3065
|
}
|
|
3249
|
-
@media only screen and (min-width:
|
|
3250
|
-
.
|
|
3251
|
-
|
|
3066
|
+
@media only screen and (min-width: 32em) {
|
|
3067
|
+
.ListBlock-module_root__3Q3Ga mark {
|
|
3068
|
+
padding-bottom: 1px
|
|
3252
3069
|
}
|
|
3253
3070
|
}
|
|
3254
|
-
.
|
|
3255
|
-
|
|
3256
|
-
|
|
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
|
|
3071
|
+
.ListBlock-module_root__3Q3Ga a mark {
|
|
3072
|
+
color: inherit;
|
|
3073
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
3262
3074
|
}
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
font-size: 20px
|
|
3075
|
+
.ListBlock-module_ol__21CgV {
|
|
3076
|
+
counter-reset: list 0;
|
|
3266
3077
|
}
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
font-size: 1.35rem
|
|
3078
|
+
.ListBlock-module_ol__21CgV li {
|
|
3079
|
+
padding: 0 0 0 33px;
|
|
3270
3080
|
}
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3081
|
+
.ListBlock-module_ol__21CgV li::before {
|
|
3082
|
+
position: absolute;
|
|
3083
|
+
left: 0;
|
|
3084
|
+
|
|
3085
|
+
width: 23px;
|
|
3086
|
+
|
|
3087
|
+
content: counter(list) '. ';
|
|
3088
|
+
counter-increment: list;
|
|
3089
|
+
text-align: right;
|
|
3090
|
+
white-space: nowrap;
|
|
3275
3091
|
}
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
display: none
|
|
3092
|
+
.ListBlock-module_ul__2MRrS li {
|
|
3093
|
+
padding: 0 0 0 23px
|
|
3279
3094
|
}
|
|
3280
|
-
@media only screen and (min-width:
|
|
3281
|
-
.
|
|
3282
|
-
|
|
3095
|
+
@media only screen and (min-width: 48em) {
|
|
3096
|
+
.ListBlock-module_ul__2MRrS li {
|
|
3097
|
+
padding: 0 0 0 38px
|
|
3283
3098
|
}
|
|
3284
3099
|
}
|
|
3100
|
+
.ListBlock-module_ul__2MRrS li:last-child {
|
|
3101
|
+
margin-bottom: 0;
|
|
3102
|
+
}
|
|
3103
|
+
.ListBlock-module_ul__2MRrS li::before {
|
|
3104
|
+
position: absolute;
|
|
3105
|
+
top: 0;
|
|
3106
|
+
left: 5px;
|
|
3285
3107
|
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
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
|
|
3275
|
+
}
|
|
3276
|
+
}
|
|
3277
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3278
|
+
display: none
|
|
3279
|
+
}
|
|
3280
|
+
@media only screen and (min-width: 32em) {
|
|
3281
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3282
|
+
display: block
|
|
3283
|
+
}
|
|
3284
|
+
}
|
|
3285
|
+
|
|
3286
|
+
/* Colors */
|
|
3287
|
+
/* Fonts */
|
|
3288
|
+
/* Gap */
|
|
3289
|
+
/* Media */
|
|
3290
|
+
/* 512 */
|
|
3291
|
+
/* 650 */
|
|
3292
|
+
/* 768 */
|
|
3293
|
+
/* 1024 */
|
|
3294
3294
|
/* 1010 */
|
|
3295
3295
|
/* 1200 */
|
|
3296
3296
|
/* 511 */
|
|
@@ -4610,177 +4610,258 @@ a mark {
|
|
|
4610
4610
|
/* 511 */
|
|
4611
4611
|
/* 1023 */
|
|
4612
4612
|
/* Zindex */
|
|
4613
|
-
.
|
|
4613
|
+
.RelatedRichBlock-module_root__3NYmj {
|
|
4614
4614
|
position: relative;
|
|
4615
|
+
z-index: 10;
|
|
4615
4616
|
|
|
4616
|
-
|
|
4617
|
+
display: block;
|
|
4618
|
+
overflow: hidden;
|
|
4619
|
+
|
|
4620
|
+
text-decoration: none;
|
|
4621
|
+
|
|
4622
|
+
border-radius: 8px;
|
|
4623
|
+
outline-width: 0;
|
|
4617
4624
|
}
|
|
4618
4625
|
@media only screen and (min-width: 32em) {
|
|
4619
|
-
.
|
|
4620
|
-
|
|
4626
|
+
.RelatedRichBlock-module_root__3NYmj:hover {
|
|
4627
|
+
opacity: 0.95
|
|
4621
4628
|
}
|
|
4622
4629
|
}
|
|
4623
|
-
.
|
|
4624
|
-
|
|
4625
|
-
|
|
4626
|
-
|
|
4627
|
-
|
|
4628
|
-
|
|
4629
|
-
|
|
4630
|
-
width: 100%;
|
|
4631
|
-
max-width: 650px;
|
|
4632
|
-
margin-right: auto;
|
|
4633
|
-
margin-left: auto;
|
|
4630
|
+
.RelatedRichBlock-module_root__3NYmj::after {
|
|
4631
|
+
position: absolute;
|
|
4632
|
+
top: 0;
|
|
4633
|
+
right: 0;
|
|
4634
|
+
bottom: 0;
|
|
4635
|
+
left: 0;
|
|
4636
|
+
z-index: 20;
|
|
4634
4637
|
|
|
4635
|
-
|
|
4636
|
-
}
|
|
4637
|
-
.SensitiveBlock-module_container__1Wtix {
|
|
4638
|
-
position: relative;
|
|
4638
|
+
border-radius: 8px;
|
|
4639
4639
|
|
|
4640
|
-
|
|
4640
|
+
content: '';
|
|
4641
|
+
}
|
|
4642
|
+
.RelatedRichBlock-module_root__3NYmj::before {
|
|
4643
|
+
display: block;
|
|
4641
4644
|
|
|
4642
|
-
|
|
4645
|
+
width: 100%;
|
|
4643
4646
|
}
|
|
4644
|
-
.
|
|
4647
|
+
.RelatedRichBlock-module_root__3NYmj::after {
|
|
4648
|
+
box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2),
|
|
4649
|
+
inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
4650
|
+
}
|
|
4651
|
+
.RelatedRichBlock-module_root__3NYmj,
|
|
4652
|
+
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
4653
|
+
margin: 16px 0
|
|
4654
|
+
}
|
|
4655
|
+
@media only screen and (min-width: 48em) {
|
|
4656
|
+
.RelatedRichBlock-module_root__3NYmj,
|
|
4657
|
+
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
4658
|
+
margin: 25px 0
|
|
4659
|
+
}
|
|
4660
|
+
}
|
|
4661
|
+
.RelatedRichBlock-module_overlay__3XSg_,
|
|
4662
|
+
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
4645
4663
|
position: absolute;
|
|
4664
|
+
right: 0;
|
|
4665
|
+
left: 0;
|
|
4646
4666
|
z-index: 10;
|
|
4647
|
-
|
|
4648
|
-
|
|
4667
|
+
}
|
|
4668
|
+
.RelatedRichBlock-module_overlay__3XSg_ {
|
|
4649
4669
|
bottom: 0;
|
|
4650
|
-
left: -20px;
|
|
4651
4670
|
|
|
4652
|
-
|
|
4671
|
+
height: 295px;
|
|
4672
|
+
}
|
|
4673
|
+
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
4674
|
+
top: 0;
|
|
4653
4675
|
|
|
4676
|
+
height: 150px;
|
|
4677
|
+
}
|
|
4678
|
+
.RelatedRichBlock-module_body__1ZHZS {
|
|
4679
|
+
display: -webkit-box;
|
|
4654
4680
|
display: -webkit-flex;
|
|
4655
|
-
|
|
4656
4681
|
display: -ms-flexbox;
|
|
4657
|
-
|
|
4658
4682
|
display: flex;
|
|
4659
|
-
align-items: center;
|
|
4660
4683
|
flex-flow: column nowrap;
|
|
4661
|
-
justify-content:
|
|
4662
|
-
|
|
4663
|
-
padding: 30px 20px;
|
|
4684
|
+
justify-content: flex-end;
|
|
4664
4685
|
|
|
4665
|
-
|
|
4686
|
+
padding: 12px 15px;
|
|
4666
4687
|
|
|
4667
|
-
background-color:
|
|
4668
|
-
background-repeat: no-repeat;
|
|
4669
|
-
background-position: center top;
|
|
4670
|
-
background-size: cover
|
|
4688
|
+
background-color: #f7f7f7
|
|
4671
4689
|
}
|
|
4672
4690
|
@media only screen and (min-width: 32em) {
|
|
4673
|
-
.
|
|
4691
|
+
.RelatedRichBlock-module_body__1ZHZS {
|
|
4692
|
+
position: absolute;
|
|
4674
4693
|
right: 0;
|
|
4675
|
-
|
|
4676
|
-
|
|
4677
|
-
|
|
4678
|
-
.SensitiveBlock-module_content__sNpxZ {
|
|
4679
|
-
-webkit-user-select: none;
|
|
4680
|
-
-moz-user-select: none;
|
|
4681
|
-
-ms-user-select: none;
|
|
4682
|
-
user-select: none;
|
|
4694
|
+
bottom: 0;
|
|
4695
|
+
left: 0;
|
|
4696
|
+
z-index: 10;
|
|
4683
4697
|
|
|
4684
|
-
|
|
4698
|
+
min-height: 295px;
|
|
4699
|
+
padding: 20px;
|
|
4685
4700
|
|
|
4686
|
-
|
|
4701
|
+
background-color: transparent
|
|
4687
4702
|
}
|
|
4688
|
-
|
|
4689
|
-
|
|
4690
|
-
|
|
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
|
|
4703
|
+
}
|
|
4704
|
+
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
4705
|
+
color: #000
|
|
4700
4706
|
}
|
|
4701
4707
|
@media only screen and (min-width: 32em) {
|
|
4702
|
-
.
|
|
4703
|
-
|
|
4708
|
+
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
4709
|
+
color: #fff
|
|
4710
|
+
}
|
|
4711
|
+
}
|
|
4712
|
+
@media only screen and (min-width: 32em) {
|
|
4713
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_hasGradient__27LOk .RelatedRichBlock-module_body__1ZHZS {
|
|
4714
|
+
position: absolute;
|
|
4715
|
+
right: 0;
|
|
4716
|
+
bottom: 0;
|
|
4717
|
+
left: 0;
|
|
4718
|
+
z-index: 10;
|
|
4704
4719
|
|
|
4705
|
-
|
|
4706
|
-
|
|
4720
|
+
min-height: 295px;
|
|
4721
|
+
|
|
4722
|
+
background-color: transparent
|
|
4707
4723
|
}
|
|
4708
4724
|
}
|
|
4709
|
-
.
|
|
4710
|
-
|
|
4711
|
-
max-width: 348px;
|
|
4712
|
-
margin: 0 auto;
|
|
4725
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ {
|
|
4726
|
+
position: relative;
|
|
4713
4727
|
}
|
|
4714
|
-
.
|
|
4715
|
-
|
|
4728
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
4729
|
+
position: absolute;
|
|
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);
|
|
4736
|
+
|
|
4737
|
+
content: ''
|
|
4716
4738
|
}
|
|
4717
4739
|
@media only screen and (min-width: 32em) {
|
|
4718
|
-
.
|
|
4719
|
-
|
|
4720
|
-
margin-left: auto
|
|
4740
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
4741
|
+
content: ''
|
|
4721
4742
|
}
|
|
4722
4743
|
}
|
|
4723
|
-
.
|
|
4724
|
-
|
|
4744
|
+
.RelatedRichBlock-module_isCard__2naDz {
|
|
4745
|
+
color: #fff;
|
|
4746
|
+
|
|
4747
|
+
background-color: #191919
|
|
4725
4748
|
}
|
|
4726
4749
|
@media only screen and (min-width: 32em) {
|
|
4727
|
-
.
|
|
4728
|
-
|
|
4729
|
-
margin-left: auto
|
|
4750
|
+
.RelatedRichBlock-module_isCard__2naDz {
|
|
4751
|
+
min-height: 350px
|
|
4730
4752
|
}
|
|
4731
4753
|
}
|
|
4732
|
-
.
|
|
4733
|
-
|
|
4734
|
-
left: -20px
|
|
4754
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
4755
|
+
background-color: transparent
|
|
4735
4756
|
}
|
|
4736
4757
|
@media only screen and (min-width: 32em) {
|
|
4737
|
-
.
|
|
4758
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
4759
|
+
position: absolute;
|
|
4738
4760
|
right: 0;
|
|
4739
|
-
|
|
4761
|
+
bottom: 0;
|
|
4762
|
+
left: 0;
|
|
4763
|
+
z-index: 10;
|
|
4764
|
+
|
|
4765
|
+
min-height: 295px
|
|
4740
4766
|
}
|
|
4741
4767
|
}
|
|
4742
|
-
|
|
4743
|
-
|
|
4744
|
-
|
|
4768
|
+
@media only screen and (min-width: 32em) {
|
|
4769
|
+
.RelatedRichBlock-module_isCard__2naDz::before {
|
|
4770
|
+
padding-bottom: 66.66%;
|
|
4771
|
+
|
|
4772
|
+
content: ''
|
|
4773
|
+
}
|
|
4774
|
+
}
|
|
4775
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
4776
|
+
position: relative;
|
|
4777
|
+
|
|
4778
|
+
width: 100%
|
|
4745
4779
|
}
|
|
4746
4780
|
@media only screen and (min-width: 32em) {
|
|
4747
|
-
.
|
|
4748
|
-
|
|
4749
|
-
|
|
4781
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
4782
|
+
position: absolute;
|
|
4783
|
+
top: 0;
|
|
4784
|
+
bottom: 0
|
|
4750
4785
|
}
|
|
4751
4786
|
}
|
|
4752
|
-
.
|
|
4753
|
-
|
|
4787
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
4788
|
+
display: block;
|
|
4789
|
+
|
|
4790
|
+
padding-bottom: 78.50746269%;
|
|
4791
|
+
|
|
4792
|
+
content: ''
|
|
4754
4793
|
}
|
|
4755
4794
|
@media only screen and (min-width: 32em) {
|
|
4756
|
-
.
|
|
4757
|
-
|
|
4758
|
-
left: -15px
|
|
4795
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
4796
|
+
content: none
|
|
4759
4797
|
}
|
|
4760
4798
|
}
|
|
4799
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
4800
|
+
position: absolute;
|
|
4801
|
+
top: 50%;
|
|
4802
|
+
left: 50%;
|
|
4803
|
+
|
|
4804
|
+
width: 180px;
|
|
4805
|
+
height: 180px;
|
|
4806
|
+
|
|
4807
|
+
transform: translate(-50%, -50%)
|
|
4808
|
+
}
|
|
4761
4809
|
@media only screen and (min-width: 32em) {
|
|
4762
|
-
.
|
|
4763
|
-
|
|
4764
|
-
|
|
4810
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
4811
|
+
top: 25%;
|
|
4812
|
+
|
|
4813
|
+
transform: translate(-50%, -25%)
|
|
4765
4814
|
}
|
|
4766
4815
|
}
|
|
4767
|
-
|
|
4768
|
-
|
|
4769
|
-
|
|
4816
|
+
.RelatedRichBlock-module_tag__3OLyG {
|
|
4817
|
+
position: absolute;
|
|
4818
|
+
top: 14px;
|
|
4819
|
+
right: 15px;
|
|
4820
|
+
left: 15px;
|
|
4821
|
+
z-index: 10;
|
|
4770
4822
|
|
|
4771
|
-
|
|
4823
|
+
color: rgba(255, 255, 255, 0.7);
|
|
4772
4824
|
|
|
4773
|
-
|
|
4825
|
+
font-size: 12px
|
|
4774
4826
|
}
|
|
4775
|
-
|
|
4776
|
-
|
|
4827
|
+
@media only screen and (min-width: 64em) {
|
|
4828
|
+
.RelatedRichBlock-module_tag__3OLyG {
|
|
4829
|
+
top: 16px;
|
|
4830
|
+
right: 20px;
|
|
4831
|
+
left: 20px
|
|
4777
4832
|
}
|
|
4778
|
-
|
|
4779
|
-
|
|
4780
|
-
|
|
4781
|
-
|
|
4782
|
-
|
|
4783
|
-
|
|
4833
|
+
}
|
|
4834
|
+
.RelatedRichBlock-module_center__197sx {
|
|
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);
|
|
4846
|
+
}
|
|
4847
|
+
@media only screen and (min-width: 32em) {
|
|
4848
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_light__2mUxL {
|
|
4849
|
+
color: #fff;
|
|
4850
|
+
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
|
|
4851
|
+
}
|
|
4852
|
+
}
|
|
4853
|
+
/* Display */
|
|
4854
|
+
@media only screen and (min-width: 32em) {
|
|
4855
|
+
.RelatedRichBlock-module_mobile__JpCS4 {
|
|
4856
|
+
display: none
|
|
4857
|
+
}
|
|
4858
|
+
}
|
|
4859
|
+
.RelatedRichBlock-module_desktop__trL0D {
|
|
4860
|
+
display: none
|
|
4861
|
+
}
|
|
4862
|
+
@media only screen and (min-width: 32em) {
|
|
4863
|
+
.RelatedRichBlock-module_desktop__trL0D {
|
|
4864
|
+
display: block
|
|
4784
4865
|
}
|
|
4785
4866
|
}
|
|
4786
4867
|
|
|
@@ -4869,33 +4950,221 @@ a mark {
|
|
|
4869
4950
|
/* 511 */
|
|
4870
4951
|
/* 1023 */
|
|
4871
4952
|
/* Zindex */
|
|
4872
|
-
.
|
|
4953
|
+
.SensitiveBlock-module_root__2iJbD {
|
|
4873
4954
|
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
4955
|
|
|
4882
|
-
|
|
4883
|
-
|
|
4884
|
-
outline-width: 0;
|
|
4885
|
-
background-color: #000;
|
|
4886
|
-
|
|
4887
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
|
|
4956
|
+
margin: 15px 0
|
|
4888
4957
|
}
|
|
4889
4958
|
@media only screen and (min-width: 32em) {
|
|
4890
|
-
.
|
|
4891
|
-
margin: 25px 0 20px
|
|
4892
|
-
padding: 48px 30px;
|
|
4893
|
-
|
|
4894
|
-
border-radius: 8px
|
|
4959
|
+
.SensitiveBlock-module_root__2iJbD {
|
|
4960
|
+
margin: 25px 0 20px
|
|
4895
4961
|
}
|
|
4896
4962
|
}
|
|
4897
|
-
.
|
|
4898
|
-
|
|
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 {
|
|
4978
|
+
position: relative;
|
|
4979
|
+
|
|
4980
|
+
min-height: 170px;
|
|
4981
|
+
|
|
4982
|
+
transition: min-height 350ms ease;
|
|
4983
|
+
}
|
|
4984
|
+
.SensitiveBlock-module_overlay__hfDVS {
|
|
4985
|
+
position: absolute;
|
|
4986
|
+
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
|
+
|
|
5003
|
+
padding: 30px 20px;
|
|
5004
|
+
|
|
5005
|
+
transition: opacity 500ms ease, visibility 500ms ease;
|
|
5006
|
+
|
|
5007
|
+
background-color: rgba(255, 255, 255, 1);
|
|
5008
|
+
background-repeat: no-repeat;
|
|
5009
|
+
background-position: center top;
|
|
5010
|
+
background-size: cover
|
|
5011
|
+
}
|
|
5012
|
+
@media only screen and (min-width: 32em) {
|
|
5013
|
+
.SensitiveBlock-module_overlay__hfDVS {
|
|
5014
|
+
right: 0;
|
|
5015
|
+
left: 0
|
|
5016
|
+
}
|
|
5017
|
+
}
|
|
5018
|
+
.SensitiveBlock-module_content__sNpxZ {
|
|
5019
|
+
-webkit-user-select: none;
|
|
5020
|
+
-moz-user-select: none;
|
|
5021
|
+
-ms-user-select: none;
|
|
5022
|
+
user-select: none;
|
|
5023
|
+
|
|
5024
|
+
color: #fff;
|
|
5025
|
+
|
|
5026
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
5027
|
+
}
|
|
5028
|
+
.SensitiveBlock-module_content__sNpxZ p {
|
|
5029
|
+
display: block;
|
|
5030
|
+
|
|
5031
|
+
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
|
+
}
|
|
5057
|
+
@media only screen and (min-width: 32em) {
|
|
5058
|
+
.SensitiveBlock-module_default__2HgmZ {
|
|
5059
|
+
margin-right: auto;
|
|
5060
|
+
margin-left: auto
|
|
5061
|
+
}
|
|
5062
|
+
}
|
|
5063
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
5064
|
+
max-width: 980px
|
|
5065
|
+
}
|
|
5066
|
+
@media only screen and (min-width: 32em) {
|
|
5067
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
5068
|
+
margin-right: auto;
|
|
5069
|
+
margin-left: auto
|
|
5070
|
+
}
|
|
5071
|
+
}
|
|
5072
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
5073
|
+
right: -20px;
|
|
5074
|
+
left: -20px
|
|
5075
|
+
}
|
|
5076
|
+
@media only screen and (min-width: 32em) {
|
|
5077
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
5078
|
+
right: 0;
|
|
5079
|
+
left: 0
|
|
5080
|
+
}
|
|
5081
|
+
}
|
|
5082
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
5083
|
+
padding-right: 20px;
|
|
5084
|
+
padding-left: 20px
|
|
5085
|
+
}
|
|
5086
|
+
@media only screen and (min-width: 32em) {
|
|
5087
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
5088
|
+
padding-right: 0;
|
|
5089
|
+
padding-left: 0
|
|
5090
|
+
}
|
|
5091
|
+
}
|
|
5092
|
+
.SensitiveBlock-module_super_full__14UOv {
|
|
5093
|
+
max-width: 100%;
|
|
5094
|
+
}
|
|
5095
|
+
@media only screen and (min-width: 32em) {
|
|
5096
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_overlay__hfDVS {
|
|
5097
|
+
right: -15px;
|
|
5098
|
+
left: -15px
|
|
5099
|
+
}
|
|
5100
|
+
}
|
|
5101
|
+
@media only screen and (min-width: 32em) {
|
|
5102
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_media__3wnlo {
|
|
5103
|
+
padding-right: 15px;
|
|
5104
|
+
padding-left: 15px
|
|
5105
|
+
}
|
|
5106
|
+
}
|
|
5107
|
+
/* STATE */
|
|
5108
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_overlay__hfDVS {
|
|
5109
|
+
visibility: hidden;
|
|
5110
|
+
|
|
5111
|
+
pointer-events: none;
|
|
5112
|
+
|
|
5113
|
+
opacity: 0;
|
|
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
|
|
5124
|
+
}
|
|
5125
|
+
}
|
|
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 {
|
|
5141
|
+
position: relative;
|
|
5142
|
+
z-index: 10;
|
|
5143
|
+
|
|
5144
|
+
display: block;
|
|
5145
|
+
overflow: hidden;
|
|
5146
|
+
|
|
5147
|
+
margin: calc(15rem / 16) -20px;
|
|
5148
|
+
padding: 42px 20px 50px;
|
|
5149
|
+
|
|
5150
|
+
transform: translateZ(0);
|
|
5151
|
+
text-decoration: none;
|
|
5152
|
+
|
|
5153
|
+
outline-width: 0;
|
|
5154
|
+
background-color: #f66861;
|
|
5155
|
+
|
|
5156
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
|
|
5157
|
+
}
|
|
5158
|
+
@media only screen and (min-width: 32em) {
|
|
5159
|
+
.DonatesTeaser-module_root__3rtaJ {
|
|
5160
|
+
margin: 25px 0 20px;
|
|
5161
|
+
padding: 48px 30px;
|
|
5162
|
+
|
|
5163
|
+
border-radius: 8px
|
|
5164
|
+
}
|
|
5165
|
+
}
|
|
5166
|
+
.DonatesTeaser-module_root__3rtaJ:hover .DonatesTeaser-module_ctaInner__2LChL::after {
|
|
5167
|
+
opacity: 0.7;
|
|
4899
5168
|
}
|
|
4900
5169
|
.DonatesTeaser-module_main__YBt6p {
|
|
4901
5170
|
max-width: 852px;
|
|
@@ -4954,7 +5223,7 @@ a mark {
|
|
|
4954
5223
|
letter-spacing: 1px;
|
|
4955
5224
|
text-transform: uppercase;
|
|
4956
5225
|
|
|
4957
|
-
color:
|
|
5226
|
+
color: rgba(246, 104, 97, 1);
|
|
4958
5227
|
|
|
4959
5228
|
font-size: 11px;
|
|
4960
5229
|
font-weight: 600;
|
|
@@ -4990,7 +5259,7 @@ a mark {
|
|
|
4990
5259
|
transition: opacity 250ms ease;
|
|
4991
5260
|
|
|
4992
5261
|
border-radius: 40px;
|
|
4993
|
-
background-color: #
|
|
5262
|
+
background-color: #eafe0b;
|
|
4994
5263
|
|
|
4995
5264
|
filter: blur(10px);
|
|
4996
5265
|
}
|
|
@@ -5015,274 +5284,6 @@ a mark {
|
|
|
5015
5284
|
}
|
|
5016
5285
|
}
|
|
5017
5286
|
|
|
5018
|
-
/* Colors */
|
|
5019
|
-
/* Fonts */
|
|
5020
|
-
/* Gap */
|
|
5021
|
-
/* Media */
|
|
5022
|
-
/* 512 */
|
|
5023
|
-
/* 650 */
|
|
5024
|
-
/* 768 */
|
|
5025
|
-
/* 1024 */
|
|
5026
|
-
/* 1010 */
|
|
5027
|
-
/* 1200 */
|
|
5028
|
-
/* 511 */
|
|
5029
|
-
/* 1023 */
|
|
5030
|
-
/* Zindex */
|
|
5031
|
-
.RelatedRichBlock-module_root__3NYmj {
|
|
5032
|
-
position: relative;
|
|
5033
|
-
z-index: 10;
|
|
5034
|
-
|
|
5035
|
-
display: block;
|
|
5036
|
-
overflow: hidden;
|
|
5037
|
-
|
|
5038
|
-
text-decoration: none;
|
|
5039
|
-
|
|
5040
|
-
border-radius: 8px;
|
|
5041
|
-
outline-width: 0;
|
|
5042
|
-
}
|
|
5043
|
-
@media only screen and (min-width: 32em) {
|
|
5044
|
-
.RelatedRichBlock-module_root__3NYmj:hover {
|
|
5045
|
-
opacity: 0.95
|
|
5046
|
-
}
|
|
5047
|
-
}
|
|
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;
|
|
5055
|
-
|
|
5056
|
-
border-radius: 8px;
|
|
5057
|
-
|
|
5058
|
-
content: '';
|
|
5059
|
-
}
|
|
5060
|
-
.RelatedRichBlock-module_root__3NYmj::before {
|
|
5061
|
-
display: block;
|
|
5062
|
-
|
|
5063
|
-
width: 100%;
|
|
5064
|
-
}
|
|
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);
|
|
5068
|
-
}
|
|
5069
|
-
.RelatedRichBlock-module_root__3NYmj,
|
|
5070
|
-
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
5071
|
-
margin: 16px 0
|
|
5072
|
-
}
|
|
5073
|
-
@media only screen and (min-width: 48em) {
|
|
5074
|
-
.RelatedRichBlock-module_root__3NYmj,
|
|
5075
|
-
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
5076
|
-
margin: 25px 0
|
|
5077
|
-
}
|
|
5078
|
-
}
|
|
5079
|
-
.RelatedRichBlock-module_overlay__3XSg_,
|
|
5080
|
-
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
5081
|
-
position: absolute;
|
|
5082
|
-
right: 0;
|
|
5083
|
-
left: 0;
|
|
5084
|
-
z-index: 10;
|
|
5085
|
-
}
|
|
5086
|
-
.RelatedRichBlock-module_overlay__3XSg_ {
|
|
5087
|
-
bottom: 0;
|
|
5088
|
-
|
|
5089
|
-
height: 295px;
|
|
5090
|
-
}
|
|
5091
|
-
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
5092
|
-
top: 0;
|
|
5093
|
-
|
|
5094
|
-
height: 150px;
|
|
5095
|
-
}
|
|
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
|
|
5107
|
-
}
|
|
5108
|
-
@media only screen and (min-width: 32em) {
|
|
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
|
|
5120
|
-
}
|
|
5121
|
-
}
|
|
5122
|
-
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
5123
|
-
color: #000
|
|
5124
|
-
}
|
|
5125
|
-
@media only screen and (min-width: 32em) {
|
|
5126
|
-
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
5127
|
-
color: #fff
|
|
5128
|
-
}
|
|
5129
|
-
}
|
|
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;
|
|
5137
|
-
|
|
5138
|
-
min-height: 295px;
|
|
5139
|
-
|
|
5140
|
-
background-color: transparent
|
|
5141
|
-
}
|
|
5142
|
-
}
|
|
5143
|
-
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ {
|
|
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;
|
|
5151
|
-
z-index: 10;
|
|
5152
|
-
|
|
5153
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
5154
|
-
|
|
5155
|
-
content: ''
|
|
5156
|
-
}
|
|
5157
|
-
@media only screen and (min-width: 32em) {
|
|
5158
|
-
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
5159
|
-
content: ''
|
|
5160
|
-
}
|
|
5161
|
-
}
|
|
5162
|
-
.RelatedRichBlock-module_isCard__2naDz {
|
|
5163
|
-
color: #fff;
|
|
5164
|
-
|
|
5165
|
-
background-color: #191919
|
|
5166
|
-
}
|
|
5167
|
-
@media only screen and (min-width: 32em) {
|
|
5168
|
-
.RelatedRichBlock-module_isCard__2naDz {
|
|
5169
|
-
min-height: 350px
|
|
5170
|
-
}
|
|
5171
|
-
}
|
|
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;
|
|
5182
|
-
|
|
5183
|
-
min-height: 295px
|
|
5184
|
-
}
|
|
5185
|
-
}
|
|
5186
|
-
@media only screen and (min-width: 32em) {
|
|
5187
|
-
.RelatedRichBlock-module_isCard__2naDz::before {
|
|
5188
|
-
padding-bottom: 66.66%;
|
|
5189
|
-
|
|
5190
|
-
content: ''
|
|
5191
|
-
}
|
|
5192
|
-
}
|
|
5193
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
5194
|
-
position: relative;
|
|
5195
|
-
|
|
5196
|
-
width: 100%
|
|
5197
|
-
}
|
|
5198
|
-
@media only screen and (min-width: 32em) {
|
|
5199
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
5200
|
-
position: absolute;
|
|
5201
|
-
top: 0;
|
|
5202
|
-
bottom: 0
|
|
5203
|
-
}
|
|
5204
|
-
}
|
|
5205
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
5206
|
-
display: block;
|
|
5207
|
-
|
|
5208
|
-
padding-bottom: 78.50746269%;
|
|
5209
|
-
|
|
5210
|
-
content: ''
|
|
5211
|
-
}
|
|
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 {
|
|
5218
|
-
position: absolute;
|
|
5219
|
-
top: 50%;
|
|
5220
|
-
left: 50%;
|
|
5221
|
-
|
|
5222
|
-
width: 180px;
|
|
5223
|
-
height: 180px;
|
|
5224
|
-
|
|
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%;
|
|
5230
|
-
|
|
5231
|
-
transform: translate(-50%, -25%)
|
|
5232
|
-
}
|
|
5233
|
-
}
|
|
5234
|
-
.RelatedRichBlock-module_tag__3OLyG {
|
|
5235
|
-
position: absolute;
|
|
5236
|
-
top: 14px;
|
|
5237
|
-
right: 15px;
|
|
5238
|
-
left: 15px;
|
|
5239
|
-
z-index: 10;
|
|
5240
|
-
|
|
5241
|
-
color: rgba(255, 255, 255, 0.7);
|
|
5242
|
-
|
|
5243
|
-
font-size: 12px
|
|
5244
|
-
}
|
|
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 {
|
|
5253
|
-
width: 100%;
|
|
5254
|
-
max-width: 650px;
|
|
5255
|
-
margin-right: auto;
|
|
5256
|
-
margin-left: auto;
|
|
5257
|
-
}
|
|
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);
|
|
5264
|
-
}
|
|
5265
|
-
@media only screen and (min-width: 32em) {
|
|
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
|
|
5283
|
-
}
|
|
5284
|
-
}
|
|
5285
|
-
|
|
5286
5287
|
/* Colors */
|
|
5287
5288
|
/* Fonts */
|
|
5288
5289
|
/* Gap */
|