@meduza/ui-kit-2 0.1.99 → 0.2.0
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 +104 -96
- 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 +104 -96
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +2104 -2104
- package/package.json +1 -1
- package/src/RawHtmlBlock/index.tsx +5 -0
package/dist/ui-kit.css
CHANGED
|
@@ -234,6 +234,271 @@
|
|
|
234
234
|
margin-top: -1px;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
+
/* Colors */
|
|
238
|
+
/* Fonts */
|
|
239
|
+
/* Gap */
|
|
240
|
+
/* Media */
|
|
241
|
+
/* 512 */
|
|
242
|
+
/* 650 */
|
|
243
|
+
/* 768 */
|
|
244
|
+
/* 1024 */
|
|
245
|
+
/* 1010 */
|
|
246
|
+
/* 1200 */
|
|
247
|
+
/* 511 */
|
|
248
|
+
/* 1023 */
|
|
249
|
+
/* Zindex */
|
|
250
|
+
.Switcher-module_root__1Env1 {
|
|
251
|
+
position: relative;
|
|
252
|
+
|
|
253
|
+
display: -webkit-box;
|
|
254
|
+
|
|
255
|
+
display: -webkit-flex;
|
|
256
|
+
|
|
257
|
+
display: -ms-flexbox;
|
|
258
|
+
|
|
259
|
+
display: flex;
|
|
260
|
+
flex-flow: row nowrap;
|
|
261
|
+
align-items: center;
|
|
262
|
+
|
|
263
|
+
font-weight: 600;
|
|
264
|
+
|
|
265
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
266
|
+
white-space: nowrap;
|
|
267
|
+
|
|
268
|
+
cursor: pointer;
|
|
269
|
+
|
|
270
|
+
-webkit-user-select: none;
|
|
271
|
+
|
|
272
|
+
-moz-user-select: none;
|
|
273
|
+
|
|
274
|
+
-ms-user-select: none;
|
|
275
|
+
|
|
276
|
+
user-select: none;
|
|
277
|
+
}
|
|
278
|
+
.Switcher-module_dark__1IzaH {
|
|
279
|
+
color: inherit;
|
|
280
|
+
}
|
|
281
|
+
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
282
|
+
background-color: transparent;
|
|
283
|
+
}
|
|
284
|
+
.Switcher-module_input__jaMVF {
|
|
285
|
+
position: absolute;
|
|
286
|
+
top: 0;
|
|
287
|
+
left: 0;
|
|
288
|
+
|
|
289
|
+
opacity: 0;
|
|
290
|
+
}
|
|
291
|
+
.Switcher-module_control__1NTvY {
|
|
292
|
+
position: relative;
|
|
293
|
+
|
|
294
|
+
display: block;
|
|
295
|
+
|
|
296
|
+
width: 37px;
|
|
297
|
+
height: 21px;
|
|
298
|
+
|
|
299
|
+
background-color: #e6e6e6;
|
|
300
|
+
|
|
301
|
+
border-radius: 15px;
|
|
302
|
+
}
|
|
303
|
+
.Switcher-module_control__1NTvY::before {
|
|
304
|
+
position: absolute;
|
|
305
|
+
top: 0;
|
|
306
|
+
bottom: 0;
|
|
307
|
+
left: 0;
|
|
308
|
+
|
|
309
|
+
width: 18px;
|
|
310
|
+
|
|
311
|
+
background: rgba(19, 191, 17, 0);
|
|
312
|
+
|
|
313
|
+
border-radius: 15px;
|
|
314
|
+
|
|
315
|
+
transition: 0.25s ease-in-out;
|
|
316
|
+
|
|
317
|
+
content: '';
|
|
318
|
+
}
|
|
319
|
+
.Switcher-module_knob__3kEy5 {
|
|
320
|
+
position: relative;
|
|
321
|
+
top: 2px;
|
|
322
|
+
left: 2px;
|
|
323
|
+
z-index: 200;
|
|
324
|
+
|
|
325
|
+
display: block;
|
|
326
|
+
|
|
327
|
+
width: 17px;
|
|
328
|
+
height: 17px;
|
|
329
|
+
|
|
330
|
+
background: #fff;
|
|
331
|
+
|
|
332
|
+
border-radius: 15px;
|
|
333
|
+
|
|
334
|
+
transition: 0.25s ease-in-out;
|
|
335
|
+
}
|
|
336
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
337
|
+
width: 100%;
|
|
338
|
+
|
|
339
|
+
background-color: #b88b59;
|
|
340
|
+
}
|
|
341
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
342
|
+
box-shadow: inset 0 0 0 1px transparent;
|
|
343
|
+
}
|
|
344
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
345
|
+
left: 18px;
|
|
346
|
+
}
|
|
347
|
+
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
348
|
+
margin-right: 6px;
|
|
349
|
+
}
|
|
350
|
+
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
351
|
+
margin-left: 6px;
|
|
352
|
+
}
|
|
353
|
+
/* panel */
|
|
354
|
+
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
355
|
+
|
|
356
|
+
color: #999;
|
|
357
|
+
|
|
358
|
+
font-size: 13px;
|
|
359
|
+
letter-spacing: 0.5px;
|
|
360
|
+
text-transform: uppercase;
|
|
361
|
+
}
|
|
362
|
+
/* menu */
|
|
363
|
+
.Switcher-module_isInMenu__3XJYj {
|
|
364
|
+
font-weight: normal;
|
|
365
|
+
}
|
|
366
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
367
|
+
margin-right: 8px;
|
|
368
|
+
}
|
|
369
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
370
|
+
width: 48px;
|
|
371
|
+
height: 30px;
|
|
372
|
+
}
|
|
373
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
374
|
+
top: 4px;
|
|
375
|
+
|
|
376
|
+
width: 22px;
|
|
377
|
+
height: 22px;
|
|
378
|
+
|
|
379
|
+
background-color: #bababa;
|
|
380
|
+
}
|
|
381
|
+
/* stylelint-disable selector-max-compound-selectors */
|
|
382
|
+
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
383
|
+
left: 23px;
|
|
384
|
+
|
|
385
|
+
background-color: #fff;
|
|
386
|
+
}
|
|
387
|
+
/* live */
|
|
388
|
+
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
389
|
+
|
|
390
|
+
color: #7f7f7f;
|
|
391
|
+
|
|
392
|
+
font-size: 13px;
|
|
393
|
+
letter-spacing: 0.5px;
|
|
394
|
+
text-transform: uppercase;
|
|
395
|
+
}
|
|
396
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
397
|
+
background-color: #1a1a1a;
|
|
398
|
+
box-shadow: inset 0 0 0 1px #323232;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
/* Colors */
|
|
402
|
+
/* Fonts */
|
|
403
|
+
/* Gap */
|
|
404
|
+
/* Media */
|
|
405
|
+
/* 512 */
|
|
406
|
+
/* 650 */
|
|
407
|
+
/* 768 */
|
|
408
|
+
/* 1024 */
|
|
409
|
+
/* 1010 */
|
|
410
|
+
/* 1200 */
|
|
411
|
+
/* 511 */
|
|
412
|
+
/* 1023 */
|
|
413
|
+
/* Zindex */
|
|
414
|
+
.Image-module_root__1vsA_ {
|
|
415
|
+
position: relative;
|
|
416
|
+
z-index: 1;
|
|
417
|
+
|
|
418
|
+
display: block;
|
|
419
|
+
overflow: hidden;
|
|
420
|
+
transition: background-color 250ms ease;
|
|
421
|
+
|
|
422
|
+
background-color: #f2f2f2
|
|
423
|
+
}
|
|
424
|
+
@media only screen and (min-width: 32em) {
|
|
425
|
+
.Image-module_root__1vsA_ {
|
|
426
|
+
border-radius: inherit
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
.Image-module_root__1vsA_ img {
|
|
430
|
+
position: absolute;
|
|
431
|
+
top: 0;
|
|
432
|
+
left: 0;
|
|
433
|
+
|
|
434
|
+
width: 100%;
|
|
435
|
+
height: 100%;
|
|
436
|
+
}
|
|
437
|
+
.Image-module_isLoaded__3XhU5 {
|
|
438
|
+
background-color: transparent;
|
|
439
|
+
}
|
|
440
|
+
.Image-module_wrapper__3fLjs {
|
|
441
|
+
display: block;
|
|
442
|
+
|
|
443
|
+
width: 100%;
|
|
444
|
+
|
|
445
|
+
background-repeat: no-repeat;
|
|
446
|
+
background-size: 100% auto;
|
|
447
|
+
}
|
|
448
|
+
.Image-module_fullscreen__29apx picture {
|
|
449
|
+
cursor: pointer;
|
|
450
|
+
}
|
|
451
|
+
.Image-module_fullscreen__29apx picture:hover::after {
|
|
452
|
+
opacity: 1;
|
|
453
|
+
}
|
|
454
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
455
|
+
position: absolute;
|
|
456
|
+
right: 12px;
|
|
457
|
+
bottom: 12px;
|
|
458
|
+
|
|
459
|
+
width: 40px;
|
|
460
|
+
height: 40px;
|
|
461
|
+
|
|
462
|
+
transition: opacity 250ms ease;
|
|
463
|
+
pointer-events: none;
|
|
464
|
+
|
|
465
|
+
opacity: 0;
|
|
466
|
+
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
467
|
+
border-radius: 20px;
|
|
468
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
469
|
+
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");
|
|
470
|
+
background-repeat: no-repeat;
|
|
471
|
+
background-position: center
|
|
472
|
+
}
|
|
473
|
+
@media only screen and (min-width: 64em) {
|
|
474
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
475
|
+
content: ''
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
479
|
+
outline: none;
|
|
480
|
+
}
|
|
481
|
+
.Image-module_dark__3o0nU {
|
|
482
|
+
background-color: transparent;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
/* Colors */
|
|
486
|
+
/* Fonts */
|
|
487
|
+
/* Gap */
|
|
488
|
+
/* Media */
|
|
489
|
+
/* 512 */
|
|
490
|
+
/* 650 */
|
|
491
|
+
/* 768 */
|
|
492
|
+
/* 1024 */
|
|
493
|
+
/* 1010 */
|
|
494
|
+
/* 1200 */
|
|
495
|
+
/* 511 */
|
|
496
|
+
/* 1023 */
|
|
497
|
+
/* Zindex */
|
|
498
|
+
.Lazy-module_root__2Z72l {
|
|
499
|
+
display: block;
|
|
500
|
+
}
|
|
501
|
+
|
|
237
502
|
/* Colors */
|
|
238
503
|
/* Fonts */
|
|
239
504
|
/* Gap */
|
|
@@ -414,152 +679,51 @@
|
|
|
414
679
|
height: 16px
|
|
415
680
|
}
|
|
416
681
|
}
|
|
417
|
-
.SvgSymbol-module_bookmark__2z7tX {
|
|
418
|
-
width: 17px;
|
|
419
|
-
height: auto;
|
|
420
|
-
|
|
421
|
-
cursor: pointer;
|
|
422
|
-
|
|
423
|
-
stroke-width: 2px
|
|
424
|
-
}
|
|
425
|
-
@media only screen and (min-width: 64em) {
|
|
426
|
-
.SvgSymbol-module_bookmark__2z7tX {
|
|
427
|
-
width: 14px;
|
|
428
|
-
|
|
429
|
-
stroke-width: 1.5px
|
|
430
|
-
}
|
|
431
|
-
}
|
|
432
|
-
.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_bookmark__2z7tX {
|
|
433
|
-
width: 14px;
|
|
434
|
-
}
|
|
435
|
-
.SvgSymbol-module_receipt__3Eqow {
|
|
436
|
-
width: 10px;
|
|
437
|
-
height: 13px;
|
|
438
|
-
}
|
|
439
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
440
|
-
width: 22px;
|
|
441
|
-
height: 22px
|
|
442
|
-
}
|
|
443
|
-
@media only screen and (min-width: 64em) {
|
|
444
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
445
|
-
width: 14px;
|
|
446
|
-
height: 14px
|
|
447
|
-
}
|
|
448
|
-
}
|
|
449
|
-
@media only screen and (min-width: 64em) {
|
|
450
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_search__VK6p3 circle {
|
|
451
|
-
stroke-width: 1.5px
|
|
452
|
-
}
|
|
453
|
-
}
|
|
454
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
455
|
-
stroke-width: 1.8px
|
|
456
|
-
}
|
|
457
|
-
@media only screen and (min-width: 64em) {
|
|
458
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
459
|
-
stroke-width: 1.3px
|
|
460
|
-
}
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
/* Colors */
|
|
464
|
-
/* Fonts */
|
|
465
|
-
/* Gap */
|
|
466
|
-
/* Media */
|
|
467
|
-
/* 512 */
|
|
468
|
-
/* 650 */
|
|
469
|
-
/* 768 */
|
|
470
|
-
/* 1024 */
|
|
471
|
-
/* 1010 */
|
|
472
|
-
/* 1200 */
|
|
473
|
-
/* 511 */
|
|
474
|
-
/* 1023 */
|
|
475
|
-
/* Zindex */
|
|
476
|
-
.Image-module_root__1vsA_ {
|
|
477
|
-
position: relative;
|
|
478
|
-
z-index: 1;
|
|
479
|
-
|
|
480
|
-
display: block;
|
|
481
|
-
overflow: hidden;
|
|
482
|
-
transition: background-color 250ms ease;
|
|
483
|
-
|
|
484
|
-
background-color: #f2f2f2
|
|
485
|
-
}
|
|
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;
|
|
682
|
+
.SvgSymbol-module_bookmark__2z7tX {
|
|
683
|
+
width: 17px;
|
|
684
|
+
height: auto;
|
|
520
685
|
|
|
521
|
-
|
|
522
|
-
height: 40px;
|
|
686
|
+
cursor: pointer;
|
|
523
687
|
|
|
524
|
-
|
|
525
|
-
|
|
688
|
+
stroke-width: 2px
|
|
689
|
+
}
|
|
690
|
+
@media only screen and (min-width: 64em) {
|
|
691
|
+
.SvgSymbol-module_bookmark__2z7tX {
|
|
692
|
+
width: 14px;
|
|
526
693
|
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
694
|
+
stroke-width: 1.5px
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_bookmark__2z7tX {
|
|
698
|
+
width: 14px;
|
|
699
|
+
}
|
|
700
|
+
.SvgSymbol-module_receipt__3Eqow {
|
|
701
|
+
width: 10px;
|
|
702
|
+
height: 13px;
|
|
703
|
+
}
|
|
704
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
705
|
+
width: 22px;
|
|
706
|
+
height: 22px
|
|
534
707
|
}
|
|
535
708
|
@media only screen and (min-width: 64em) {
|
|
536
|
-
.
|
|
537
|
-
|
|
709
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
710
|
+
width: 14px;
|
|
711
|
+
height: 14px
|
|
538
712
|
}
|
|
539
713
|
}
|
|
540
|
-
|
|
541
|
-
|
|
714
|
+
@media only screen and (min-width: 64em) {
|
|
715
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_search__VK6p3 circle {
|
|
716
|
+
stroke-width: 1.5px
|
|
542
717
|
}
|
|
543
|
-
|
|
544
|
-
|
|
718
|
+
}
|
|
719
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
720
|
+
stroke-width: 1.8px
|
|
545
721
|
}
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
/* Gap */
|
|
550
|
-
/* Media */
|
|
551
|
-
/* 512 */
|
|
552
|
-
/* 650 */
|
|
553
|
-
/* 768 */
|
|
554
|
-
/* 1024 */
|
|
555
|
-
/* 1010 */
|
|
556
|
-
/* 1200 */
|
|
557
|
-
/* 511 */
|
|
558
|
-
/* 1023 */
|
|
559
|
-
/* Zindex */
|
|
560
|
-
.Lazy-module_root__2Z72l {
|
|
561
|
-
display: block;
|
|
722
|
+
@media only screen and (min-width: 64em) {
|
|
723
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
724
|
+
stroke-width: 1.3px
|
|
562
725
|
}
|
|
726
|
+
}
|
|
563
727
|
|
|
564
728
|
/* Colors */
|
|
565
729
|
/* Fonts */
|
|
@@ -740,155 +904,231 @@
|
|
|
740
904
|
/* 511 */
|
|
741
905
|
/* 1023 */
|
|
742
906
|
/* Zindex */
|
|
743
|
-
.
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
display: -webkit-box;
|
|
747
|
-
|
|
748
|
-
display: -webkit-flex;
|
|
749
|
-
|
|
750
|
-
display: -ms-flexbox;
|
|
751
|
-
|
|
752
|
-
display: flex;
|
|
753
|
-
flex-flow: row nowrap;
|
|
754
|
-
align-items: center;
|
|
755
|
-
|
|
756
|
-
font-weight: 600;
|
|
907
|
+
.MaterialNote-module_root__1AcYe {
|
|
908
|
+
margin-bottom: 17px;
|
|
757
909
|
|
|
758
910
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
-
|
|
911
|
+
font-size: 16px;
|
|
912
|
+
line-height: 22px;
|
|
913
|
+
}
|
|
914
|
+
.MaterialNote-module_root__1AcYe:empty {
|
|
915
|
+
margin-bottom: 0;
|
|
916
|
+
}
|
|
917
|
+
.MaterialNote-module_root__1AcYe:empty::before {
|
|
918
|
+
margin-bottom: 9px;
|
|
919
|
+
}
|
|
920
|
+
.MaterialNote-module_root__1AcYe::before {
|
|
921
|
+
display: block;
|
|
764
922
|
|
|
765
|
-
|
|
923
|
+
width: 120px;
|
|
924
|
+
height: 1px;
|
|
925
|
+
margin-bottom: 15px;
|
|
766
926
|
|
|
767
|
-
|
|
927
|
+
content: '';
|
|
768
928
|
|
|
769
|
-
|
|
929
|
+
background: #000;
|
|
770
930
|
}
|
|
771
|
-
.
|
|
931
|
+
.MaterialNote-module_root__1AcYe p {
|
|
932
|
+
margin-top: 8px;
|
|
933
|
+
margin-bottom: 0;
|
|
934
|
+
}
|
|
935
|
+
.MaterialNote-module_root__1AcYe a {
|
|
936
|
+
text-decoration: none;
|
|
937
|
+
|
|
772
938
|
color: inherit;
|
|
939
|
+
box-shadow: inset 0 -1px;
|
|
773
940
|
}
|
|
774
|
-
.
|
|
775
|
-
|
|
941
|
+
.MaterialNote-module_root__1AcYe a:hover {
|
|
942
|
+
color: #b88b59;
|
|
776
943
|
}
|
|
777
|
-
.
|
|
778
|
-
|
|
779
|
-
top: 0;
|
|
780
|
-
left: 0;
|
|
781
|
-
|
|
782
|
-
opacity: 0;
|
|
944
|
+
.MaterialNote-module_dark__xCry-::before {
|
|
945
|
+
background-color: #4f4f4f;
|
|
783
946
|
}
|
|
784
|
-
.
|
|
785
|
-
|
|
947
|
+
.MaterialNote-module_note_credit__PuFyX {
|
|
948
|
+
color: #666;
|
|
786
949
|
|
|
950
|
+
font-size: 12px;
|
|
951
|
+
line-height: 15px;
|
|
952
|
+
}
|
|
953
|
+
.MaterialNote-module_root__1AcYe .MaterialNote-module_note_credit__PuFyX {
|
|
954
|
+
margin-top: 6px;
|
|
955
|
+
}
|
|
956
|
+
.MaterialNote-module_note_credit__PuFyX:only-child {
|
|
957
|
+
margin-top: 0;
|
|
958
|
+
}
|
|
959
|
+
.MaterialNote-module_note_caption__1ezSo b {
|
|
960
|
+
font-weight: bold;
|
|
961
|
+
}
|
|
962
|
+
.MaterialNote-module_center__18RxI {
|
|
963
|
+
max-width: 650px;
|
|
964
|
+
margin-right: auto;
|
|
965
|
+
margin-left: auto;
|
|
966
|
+
}
|
|
967
|
+
.MaterialNote-module_center__18RxI,
|
|
968
|
+
.MaterialNote-module_default__1lQPl {
|
|
969
|
+
margin-top: 25px
|
|
970
|
+
}
|
|
971
|
+
@media only screen and (min-width: 32em) {
|
|
972
|
+
.MaterialNote-module_center__18RxI,
|
|
973
|
+
.MaterialNote-module_default__1lQPl {
|
|
974
|
+
margin-top: 45px
|
|
975
|
+
}
|
|
976
|
+
}
|
|
977
|
+
.MaterialNote-module_card__OWXbQ:empty,
|
|
978
|
+
.MaterialNote-module_slide__1ZBBq:empty,
|
|
979
|
+
.MaterialNote-module_game__cADMe:empty {
|
|
980
|
+
display: none;
|
|
981
|
+
}
|
|
982
|
+
.MaterialNote-module_slide__1ZBBq::before,
|
|
983
|
+
.MaterialNote-module_card__OWXbQ::before,
|
|
984
|
+
.MaterialNote-module_game__cADMe::before {
|
|
985
|
+
content: none;
|
|
986
|
+
}
|
|
987
|
+
.MaterialNote-module_gameSurvey__3SiG-,
|
|
988
|
+
.MaterialNote-module_gameSurvey__3SiG-:empty {
|
|
787
989
|
display: block;
|
|
788
|
-
|
|
789
|
-
width: 37px;
|
|
790
|
-
height: 21px;
|
|
791
|
-
|
|
792
|
-
background-color: #e6e6e6;
|
|
793
|
-
|
|
794
|
-
border-radius: 15px;
|
|
795
990
|
}
|
|
796
|
-
.
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
bottom: 0;
|
|
800
|
-
left: 0;
|
|
801
|
-
|
|
802
|
-
width: 18px;
|
|
803
|
-
|
|
804
|
-
background: rgba(19, 191, 17, 0);
|
|
805
|
-
|
|
806
|
-
border-radius: 15px;
|
|
807
|
-
|
|
808
|
-
transition: 0.25s ease-in-out;
|
|
991
|
+
.MaterialNote-module_gameSurvey__3SiG-::before {
|
|
992
|
+
margin-right: auto;
|
|
993
|
+
margin-left: auto;
|
|
809
994
|
|
|
810
995
|
content: '';
|
|
811
996
|
}
|
|
812
|
-
.
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
997
|
+
.MaterialNote-module_slide__1ZBBq .MaterialNote-module_note_caption__1ezSo,
|
|
998
|
+
.MaterialNote-module_card__OWXbQ .MaterialNote-module_note_caption__1ezSo,
|
|
999
|
+
.MaterialNote-module_game__cADMe .MaterialNote-module_note_caption__1ezSo {
|
|
1000
|
+
margin-top: 0;
|
|
1001
|
+
}
|
|
1002
|
+
.MaterialNote-module_game__cADMe {
|
|
1003
|
+
margin-bottom: 0;
|
|
817
1004
|
|
|
818
|
-
|
|
1005
|
+
text-align: center
|
|
1006
|
+
}
|
|
1007
|
+
@media only screen and (min-width: 32em) {
|
|
1008
|
+
.MaterialNote-module_game__cADMe {
|
|
1009
|
+
margin-top: 25px
|
|
1010
|
+
}
|
|
1011
|
+
}
|
|
1012
|
+
@media only screen and (max-width: 32.1875em) {
|
|
1013
|
+
.MaterialNote-module_game__cADMe.MaterialNote-module_dark__xCry- .MaterialNote-module_note_credit__PuFyX {
|
|
1014
|
+
color: #fff
|
|
1015
|
+
}
|
|
1016
|
+
}
|
|
1017
|
+
.MaterialNote-module_slide__1ZBBq,
|
|
1018
|
+
.MaterialNote-module_card__OWXbQ {
|
|
1019
|
+
margin-bottom: 9px;
|
|
1020
|
+
padding-top: 8px
|
|
1021
|
+
}
|
|
1022
|
+
@media only screen and (min-width: 32em) {
|
|
1023
|
+
.MaterialNote-module_slide__1ZBBq,
|
|
1024
|
+
.MaterialNote-module_card__OWXbQ {
|
|
1025
|
+
margin-bottom: 16px
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
819
1028
|
|
|
820
|
-
|
|
821
|
-
|
|
1029
|
+
/* Colors */
|
|
1030
|
+
/* Fonts */
|
|
1031
|
+
/* Gap */
|
|
1032
|
+
/* Media */
|
|
1033
|
+
/* 512 */
|
|
1034
|
+
/* 650 */
|
|
1035
|
+
/* 768 */
|
|
1036
|
+
/* 1024 */
|
|
1037
|
+
/* 1010 */
|
|
1038
|
+
/* 1200 */
|
|
1039
|
+
/* 511 */
|
|
1040
|
+
/* 1023 */
|
|
1041
|
+
/* Zindex */
|
|
1042
|
+
.MediaCaption-module_root__KqTdw {
|
|
1043
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1044
|
+
}
|
|
1045
|
+
.MediaCaption-module_root__KqTdw a {
|
|
1046
|
+
text-decoration: underline;
|
|
822
1047
|
|
|
823
|
-
|
|
1048
|
+
color: inherit;
|
|
1049
|
+
box-shadow: none;
|
|
1050
|
+
}
|
|
1051
|
+
.MediaCaption-module_root__KqTdw a:hover {
|
|
1052
|
+
color: #b88b58;
|
|
1053
|
+
}
|
|
1054
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1055
|
+
max-width: 520px;
|
|
1056
|
+
padding-top: calc(4rem / 16);
|
|
824
1057
|
|
|
825
|
-
|
|
1058
|
+
color: #1a1a1a;
|
|
826
1059
|
|
|
827
|
-
|
|
1060
|
+
font-size: calc(14rem / 16);
|
|
1061
|
+
line-height: calc(18rem / 16)
|
|
828
1062
|
}
|
|
829
|
-
|
|
830
|
-
|
|
1063
|
+
@media only screen and (min-width: 32em) {
|
|
1064
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1065
|
+
padding-top: 4px;
|
|
1066
|
+
font-size: 16px;
|
|
1067
|
+
line-height: 22px
|
|
1068
|
+
}
|
|
1069
|
+
}
|
|
1070
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1071
|
+
max-width: 520px;
|
|
1072
|
+
padding-top: 1px;
|
|
831
1073
|
|
|
832
|
-
|
|
1074
|
+
color: #666;
|
|
1075
|
+
|
|
1076
|
+
font-size: calc(12rem / 16);
|
|
1077
|
+
line-height: 1rem
|
|
833
1078
|
}
|
|
834
|
-
|
|
835
|
-
|
|
1079
|
+
@media only screen and (min-width: 32em) {
|
|
1080
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1081
|
+
padding-top: 3px
|
|
836
1082
|
}
|
|
837
|
-
|
|
838
|
-
|
|
1083
|
+
}
|
|
1084
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1085
|
+
padding-top: calc(3rem / 16)
|
|
839
1086
|
}
|
|
840
|
-
|
|
841
|
-
|
|
1087
|
+
@media only screen and (min-width: 32em) {
|
|
1088
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1089
|
+
padding-top: 3px
|
|
842
1090
|
}
|
|
843
|
-
|
|
844
|
-
|
|
1091
|
+
}
|
|
1092
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1093
|
+
color: #fff;
|
|
845
1094
|
}
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
color: #999;
|
|
850
|
-
|
|
851
|
-
font-size: 13px;
|
|
852
|
-
letter-spacing: 0.5px;
|
|
853
|
-
text-transform: uppercase;
|
|
1095
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1096
|
+
color: #929292;
|
|
854
1097
|
}
|
|
855
|
-
|
|
856
|
-
.
|
|
857
|
-
|
|
1098
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1099
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1100
|
+
padding-top: calc(10rem / 16)
|
|
858
1101
|
}
|
|
859
|
-
|
|
860
|
-
|
|
1102
|
+
@media only screen and (min-width: 32em) {
|
|
1103
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1104
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1105
|
+
padding-top: 12px
|
|
861
1106
|
}
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
1107
|
+
}
|
|
1108
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1109
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1110
|
+
padding-top: calc(9rem / 16)
|
|
865
1111
|
}
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
height: 22px;
|
|
871
|
-
|
|
872
|
-
background-color: #bababa;
|
|
1112
|
+
@media only screen and (min-width: 32em) {
|
|
1113
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1114
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1115
|
+
padding-top: 11px
|
|
873
1116
|
}
|
|
874
|
-
|
|
875
|
-
.
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
1117
|
+
}
|
|
1118
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1119
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1120
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1121
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1122
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1123
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1124
|
+
max-width: 650px;
|
|
879
1125
|
}
|
|
880
|
-
/*
|
|
881
|
-
.
|
|
882
|
-
|
|
883
|
-
color: #7f7f7f;
|
|
884
|
-
|
|
885
|
-
font-size: 13px;
|
|
886
|
-
letter-spacing: 0.5px;
|
|
887
|
-
text-transform: uppercase;
|
|
1126
|
+
/* Dark theme */
|
|
1127
|
+
.MediaCaption-module_isDark__38TtC .MediaCaption-module_caption__1hr7Y {
|
|
1128
|
+
color: #d9d9d9;
|
|
888
1129
|
}
|
|
889
|
-
.
|
|
890
|
-
|
|
891
|
-
box-shadow: inset 0 0 0 1px #323232;
|
|
1130
|
+
.MediaCaption-module_isDark__38TtC .MediaCaption-module_credit__3ehAP {
|
|
1131
|
+
color: #757575;
|
|
892
1132
|
}
|
|
893
1133
|
|
|
894
1134
|
/* Colors */
|
|
@@ -998,332 +1238,180 @@
|
|
|
998
1238
|
.Tag-module_podcast__VPoll,
|
|
999
1239
|
.Tag-module_rich__2URd9,
|
|
1000
1240
|
.Tag-module_isInDynamicBlock__1YM9I {
|
|
1001
|
-
margin-bottom: 6px;
|
|
1002
|
-
|
|
1003
|
-
line-height: 10px
|
|
1004
|
-
}
|
|
1005
|
-
@media only screen and (min-width: 32em) {
|
|
1006
|
-
.Tag-module_slide__2nMDw,
|
|
1007
|
-
.Tag-module_game__3j5yG,
|
|
1008
|
-
.Tag-module_card__1EAeF,
|
|
1009
|
-
.Tag-module_live__rwXuR,
|
|
1010
|
-
.Tag-module_episode__3o6gg,
|
|
1011
|
-
.Tag-module_podcast__VPoll,
|
|
1012
|
-
.Tag-module_rich__2URd9,
|
|
1013
|
-
.Tag-module_isInDynamicBlock__1YM9I {
|
|
1014
|
-
margin-bottom: 10px
|
|
1015
|
-
}
|
|
1016
|
-
}
|
|
1017
|
-
@media only screen and (min-width: 32em) {
|
|
1018
|
-
.Tag-module_mobile__QQxuv {
|
|
1019
|
-
display: none
|
|
1020
|
-
}
|
|
1021
|
-
}
|
|
1022
|
-
.Tag-module_desktop__1Bjsy {
|
|
1023
|
-
display: none
|
|
1024
|
-
}
|
|
1025
|
-
@media only screen and (min-width: 32em) {
|
|
1026
|
-
.Tag-module_desktop__1Bjsy {
|
|
1027
|
-
display: block
|
|
1028
|
-
}
|
|
1029
|
-
}
|
|
1030
|
-
|
|
1031
|
-
/* Colors */
|
|
1032
|
-
/* Fonts */
|
|
1033
|
-
/* Gap */
|
|
1034
|
-
/* Media */
|
|
1035
|
-
/* 512 */
|
|
1036
|
-
/* 650 */
|
|
1037
|
-
/* 768 */
|
|
1038
|
-
/* 1024 */
|
|
1039
|
-
/* 1010 */
|
|
1040
|
-
/* 1200 */
|
|
1041
|
-
/* 511 */
|
|
1042
|
-
/* 1023 */
|
|
1043
|
-
/* Zindex */
|
|
1044
|
-
.Table-module_root__1VsG6 {
|
|
1045
|
-
margin: 15px 0
|
|
1046
|
-
}
|
|
1047
|
-
@media only screen and (min-width: 32em) {
|
|
1048
|
-
.Table-module_root__1VsG6 {
|
|
1049
|
-
margin: 25px auto 20px
|
|
1050
|
-
}
|
|
1051
|
-
}
|
|
1052
|
-
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
1053
|
-
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
1054
|
-
margin-right: -11px;
|
|
1055
|
-
margin-left: -11px
|
|
1056
|
-
}
|
|
1057
|
-
@media only screen and (min-width: 64em) {
|
|
1058
|
-
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
1059
|
-
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
1060
|
-
margin-right: 0;
|
|
1061
|
-
margin-left: 0
|
|
1062
|
-
}
|
|
1063
|
-
}
|
|
1064
|
-
.Table-module_card__3gbok .Table-module_wrapper__1YTKM::after,
|
|
1065
|
-
.Table-module_slide__nSGPC .Table-module_wrapper__1YTKM::after {
|
|
1066
|
-
right: -11px;
|
|
1067
|
-
}
|
|
1068
|
-
.Table-module_root__1VsG6:first-child {
|
|
1069
|
-
margin-top: 0;
|
|
1070
|
-
}
|
|
1071
|
-
.Table-module_root__1VsG6:last-child {
|
|
1072
|
-
margin-bottom: 0;
|
|
1073
|
-
}
|
|
1074
|
-
.Table-module_table__nZIkV {
|
|
1075
|
-
position: relative;
|
|
1076
|
-
|
|
1077
|
-
overflow-y: hidden;
|
|
1078
|
-
|
|
1079
|
-
margin: 0 -20px;
|
|
1080
|
-
|
|
1081
|
-
border-width: 1px 0;
|
|
1082
|
-
border-style: solid;
|
|
1083
|
-
border-color: rgba(232, 232, 232, 1);
|
|
1084
|
-
|
|
1085
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
|
|
1086
|
-
}
|
|
1087
|
-
@media only screen and (min-width: 32em) {
|
|
1088
|
-
.Table-module_table__nZIkV {
|
|
1089
|
-
margin: 0;
|
|
1090
|
-
|
|
1091
|
-
border-width: 1px;
|
|
1092
|
-
border-radius: 3px
|
|
1093
|
-
}
|
|
1094
|
-
}
|
|
1095
|
-
.Table-module_tracks__2wrDB {
|
|
1096
|
-
display: table;
|
|
1097
|
-
|
|
1098
|
-
width: 100%
|
|
1099
|
-
}
|
|
1100
|
-
@media only screen and (min-width: 32em) {
|
|
1101
|
-
.Table-module_tracks__2wrDB {
|
|
1102
|
-
table-layout: fixed
|
|
1103
|
-
}
|
|
1104
|
-
}
|
|
1105
|
-
.Table-module_wrapper__1YTKM {
|
|
1106
|
-
position: relative;
|
|
1107
|
-
}
|
|
1108
|
-
.Table-module_wrapper__1YTKM::after {
|
|
1109
|
-
position: absolute;
|
|
1110
|
-
z-index: 100;
|
|
1111
|
-
top: 0;
|
|
1112
|
-
right: -20px;
|
|
1113
|
-
bottom: -20px;
|
|
1114
|
-
|
|
1115
|
-
display: block;
|
|
1116
|
-
|
|
1117
|
-
width: 30px;
|
|
1118
|
-
height: 100%;
|
|
1119
|
-
|
|
1120
|
-
content: "";
|
|
1121
|
-
|
|
1122
|
-
background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(71%, rgb(255, 255, 255)));
|
|
1123
|
-
|
|
1124
|
-
background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%);
|
|
1125
|
-
|
|
1126
|
-
background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%)
|
|
1127
|
-
}
|
|
1128
|
-
@media only screen and (min-width: 32em) {
|
|
1129
|
-
.Table-module_wrapper__1YTKM::after {
|
|
1130
|
-
content: none
|
|
1131
|
-
}
|
|
1132
|
-
}
|
|
1133
|
-
.Table-module_default__3CGeE {
|
|
1134
|
-
max-width: 650px;
|
|
1135
|
-
}
|
|
1136
|
-
.Table-module_full__S5pDB {
|
|
1137
|
-
max-width: 980px;
|
|
1138
|
-
}
|
|
1139
|
-
.Table-module_row__3TH83 {
|
|
1140
|
-
z-index: 1;
|
|
1241
|
+
margin-bottom: 6px;
|
|
1141
1242
|
|
|
1142
|
-
|
|
1143
|
-
}
|
|
1144
|
-
.Table-module_row__3TH83:last-child .Table-module_cell__EFKDW {
|
|
1145
|
-
border-bottom: 0;
|
|
1243
|
+
line-height: 10px
|
|
1146
1244
|
}
|
|
1147
1245
|
@media only screen and (min-width: 32em) {
|
|
1148
|
-
.
|
|
1149
|
-
|
|
1246
|
+
.Tag-module_slide__2nMDw,
|
|
1247
|
+
.Tag-module_game__3j5yG,
|
|
1248
|
+
.Tag-module_card__1EAeF,
|
|
1249
|
+
.Tag-module_live__rwXuR,
|
|
1250
|
+
.Tag-module_episode__3o6gg,
|
|
1251
|
+
.Tag-module_podcast__VPoll,
|
|
1252
|
+
.Tag-module_rich__2URd9,
|
|
1253
|
+
.Tag-module_isInDynamicBlock__1YM9I {
|
|
1254
|
+
margin-bottom: 10px
|
|
1150
1255
|
}
|
|
1151
1256
|
}
|
|
1152
1257
|
@media only screen and (min-width: 32em) {
|
|
1153
|
-
.
|
|
1154
|
-
|
|
1258
|
+
.Tag-module_mobile__QQxuv {
|
|
1259
|
+
display: none
|
|
1155
1260
|
}
|
|
1156
1261
|
}
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
border-radius: 0 0 2px 0
|
|
1262
|
+
.Tag-module_desktop__1Bjsy {
|
|
1263
|
+
display: none
|
|
1160
1264
|
}
|
|
1161
|
-
}
|
|
1162
1265
|
@media only screen and (min-width: 32em) {
|
|
1163
|
-
.
|
|
1164
|
-
|
|
1266
|
+
.Tag-module_desktop__1Bjsy {
|
|
1267
|
+
display: block
|
|
1165
1268
|
}
|
|
1166
1269
|
}
|
|
1167
|
-
.Table-module_cell__EFKDW {
|
|
1168
|
-
display: table-cell;
|
|
1169
|
-
overflow: hidden;
|
|
1170
|
-
|
|
1171
|
-
min-height: 32px;
|
|
1172
|
-
padding: 6px;
|
|
1173
1270
|
|
|
1174
|
-
|
|
1271
|
+
/* Colors */
|
|
1272
|
+
/* Fonts */
|
|
1273
|
+
/* Gap */
|
|
1274
|
+
/* Media */
|
|
1275
|
+
/* 512 */
|
|
1276
|
+
/* 650 */
|
|
1277
|
+
/* 768 */
|
|
1278
|
+
/* 1024 */
|
|
1279
|
+
/* 1010 */
|
|
1280
|
+
/* 1200 */
|
|
1281
|
+
/* 511 */
|
|
1282
|
+
/* 1023 */
|
|
1283
|
+
/* Zindex */
|
|
1284
|
+
.Dropdown-module_root__11PNk {
|
|
1285
|
+
position: relative;
|
|
1286
|
+
z-index: 100;
|
|
1175
1287
|
|
|
1176
|
-
|
|
1177
|
-
border-bottom: 1px solid rgba(232, 232, 232, 1);
|
|
1178
|
-
background-color: #fff;
|
|
1288
|
+
display: inline-block;
|
|
1179
1289
|
|
|
1180
|
-
font-
|
|
1181
|
-
line-height: 16px
|
|
1290
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1182
1291
|
}
|
|
1183
|
-
|
|
1184
|
-
.
|
|
1185
|
-
|
|
1292
|
+
.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
|
|
1293
|
+
.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
|
|
1294
|
+
visibility: visible;
|
|
1186
1295
|
|
|
1187
|
-
|
|
1188
|
-
line-height: 19px
|
|
1296
|
+
opacity: 1;
|
|
1189
1297
|
}
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
padding-right: 20px;
|
|
1298
|
+
.Dropdown-module_root__11PNk ul {
|
|
1299
|
+
overflow: hidden;
|
|
1193
1300
|
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1301
|
+
width: 162px;
|
|
1302
|
+
margin: 0;
|
|
1303
|
+
padding: 3px 0;
|
|
1304
|
+
|
|
1305
|
+
border-radius: 5px;
|
|
1306
|
+
background: #fff;
|
|
1307
|
+
box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
|
|
1308
|
+
|
|
1309
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1310
|
+
font-size: 14px;
|
|
1311
|
+
line-height: 26px;
|
|
1199
1312
|
}
|
|
1200
|
-
|
|
1201
|
-
|
|
1313
|
+
.Dropdown-module_root__11PNk a {
|
|
1314
|
+
display: block;
|
|
1315
|
+
|
|
1316
|
+
padding: 2px 15px;
|
|
1317
|
+
|
|
1202
1318
|
text-decoration: none;
|
|
1203
1319
|
|
|
1204
|
-
color:
|
|
1205
|
-
box-shadow:
|
|
1206
|
-
}
|
|
1207
|
-
.Table-module_cell__EFKDW a:hover {
|
|
1208
|
-
color: #b88b58;
|
|
1209
|
-
box-shadow: inset 0 -1px #b88b58;
|
|
1210
|
-
}
|
|
1211
|
-
.Table-module_cell__EFKDW p {
|
|
1212
|
-
margin: 0;
|
|
1320
|
+
color: #000;
|
|
1321
|
+
box-shadow: none;
|
|
1213
1322
|
}
|
|
1214
|
-
.
|
|
1215
|
-
|
|
1323
|
+
.Dropdown-module_root__11PNk a:hover {
|
|
1324
|
+
color: #000;
|
|
1325
|
+
background-color: #f7f7f7;
|
|
1216
1326
|
}
|
|
1217
|
-
.
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
z-index: 50;
|
|
1221
|
-
left: 0
|
|
1327
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1328
|
+
right: 0;
|
|
1329
|
+
left: auto
|
|
1222
1330
|
}
|
|
1223
|
-
@media only screen and (min-width:
|
|
1224
|
-
.
|
|
1225
|
-
|
|
1331
|
+
@media only screen and (min-width: 64em) {
|
|
1332
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1333
|
+
right: auto;
|
|
1334
|
+
left: 0
|
|
1226
1335
|
}
|
|
1227
1336
|
}
|
|
1228
|
-
.
|
|
1337
|
+
.Dropdown-module_menu__3PIqD {
|
|
1229
1338
|
position: absolute;
|
|
1230
|
-
top:
|
|
1231
|
-
|
|
1232
|
-
bottom: 0;
|
|
1233
|
-
|
|
1234
|
-
width: 15px;
|
|
1235
|
-
|
|
1236
|
-
content: '';
|
|
1339
|
+
top: 100%;
|
|
1340
|
+
left: 0;
|
|
1237
1341
|
|
|
1238
|
-
|
|
1342
|
+
visibility: hidden;
|
|
1239
1343
|
|
|
1240
|
-
|
|
1344
|
+
padding-top: 6px;
|
|
1241
1345
|
|
|
1242
|
-
|
|
1243
|
-
}
|
|
1244
|
-
@media only screen and (min-width: 32em) {
|
|
1245
|
-
.Table-module_fixedColumn__E1hN5::after {
|
|
1246
|
-
content: none
|
|
1247
|
-
}
|
|
1248
|
-
}
|
|
1249
|
-
.Table-module_white__gzvo0 {
|
|
1250
|
-
background-color: #fff;
|
|
1251
|
-
}
|
|
1252
|
-
.Table-module_gray__3da6S {
|
|
1253
|
-
background-color: #F5F5F5;
|
|
1254
|
-
}
|
|
1255
|
-
.Table-module_pink__3oH1l {
|
|
1256
|
-
background-color: #FEEEEE;
|
|
1257
|
-
}
|
|
1258
|
-
.Table-module_blue__GM27F {
|
|
1259
|
-
background-color: #E6F3FF;
|
|
1260
|
-
}
|
|
1261
|
-
.Table-module_yellow__2jhvA {
|
|
1262
|
-
background-color: #FFFDE6;
|
|
1263
|
-
}
|
|
1264
|
-
.Table-module_orange__1c-oM {
|
|
1265
|
-
background-color: #FFF9F2;
|
|
1346
|
+
opacity: 0;
|
|
1266
1347
|
}
|
|
1267
|
-
.
|
|
1268
|
-
|
|
1348
|
+
.Dropdown-module_menu__3PIqD::after {
|
|
1349
|
+
position: absolute;
|
|
1350
|
+
z-index: -1;
|
|
1351
|
+
top: -10px;
|
|
1352
|
+
right: -10px;
|
|
1353
|
+
bottom: -10px;
|
|
1354
|
+
left: -10px;
|
|
1355
|
+
|
|
1356
|
+
content: '';
|
|
1269
1357
|
}
|
|
1270
|
-
|
|
1271
|
-
|
|
1358
|
+
|
|
1359
|
+
/* Colors */
|
|
1360
|
+
/* Fonts */
|
|
1361
|
+
/* Gap */
|
|
1362
|
+
/* Media */
|
|
1363
|
+
/* 512 */
|
|
1364
|
+
/* 650 */
|
|
1365
|
+
/* 768 */
|
|
1366
|
+
/* 1024 */
|
|
1367
|
+
/* 1010 */
|
|
1368
|
+
/* 1200 */
|
|
1369
|
+
/* 511 */
|
|
1370
|
+
/* 1023 */
|
|
1371
|
+
/* Zindex */
|
|
1372
|
+
.BookmarkButton-module_root__3KmuY {
|
|
1373
|
+
color: #e0e0e0;
|
|
1272
1374
|
}
|
|
1273
|
-
.
|
|
1274
|
-
|
|
1275
|
-
padding:
|
|
1375
|
+
.BookmarkButton-module_control__1A0ea {
|
|
1376
|
+
margin: 0;
|
|
1377
|
+
padding: 5px 3px;
|
|
1276
1378
|
|
|
1277
|
-
|
|
1278
|
-
letter-spacing: 0.5px;
|
|
1279
|
-
text-transform: uppercase;
|
|
1379
|
+
cursor: pointer;
|
|
1280
1380
|
|
|
1281
|
-
|
|
1282
|
-
border-
|
|
1381
|
+
color: inherit;
|
|
1382
|
+
border-width: 0;
|
|
1383
|
+
outline: none;
|
|
1384
|
+
background-color: transparent;
|
|
1283
1385
|
|
|
1284
|
-
|
|
1285
|
-
font-weight: 600;
|
|
1286
|
-
line-height: 16px
|
|
1287
|
-
}
|
|
1288
|
-
@media only screen and (min-width: 32em) {
|
|
1289
|
-
.Table-module_header__1exlo {
|
|
1290
|
-
max-width: none;
|
|
1291
|
-
padding: 9px 12px;
|
|
1386
|
+
-webkit-appearance: none;
|
|
1292
1387
|
|
|
1293
|
-
|
|
1388
|
+
-moz-appearance: none;
|
|
1389
|
+
|
|
1390
|
+
appearance: none;
|
|
1391
|
+
fill: transparent;
|
|
1294
1392
|
}
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
min-width: 120px
|
|
1393
|
+
.BookmarkButton-module_dark__1cwyi {
|
|
1394
|
+
color: #fff;
|
|
1298
1395
|
}
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
width: 18%;
|
|
1302
|
-
min-width: 0
|
|
1396
|
+
.BookmarkButton-module_light__1uQyH {
|
|
1397
|
+
color: #000;
|
|
1303
1398
|
}
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
min-width: 200px
|
|
1399
|
+
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1400
|
+
fill: #e0e0e0;
|
|
1307
1401
|
}
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
width: 30%;
|
|
1311
|
-
min-width: 0
|
|
1402
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1403
|
+
fill: #fff;
|
|
1312
1404
|
}
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
.Table-module_l__1ZSMc {
|
|
1316
|
-
min-width: 336px
|
|
1405
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1406
|
+
fill: #000;
|
|
1317
1407
|
}
|
|
1318
|
-
@media only screen and (min-width:
|
|
1319
|
-
.
|
|
1320
|
-
width:
|
|
1321
|
-
min-width: 0
|
|
1408
|
+
@media only screen and (min-width: 64em) {
|
|
1409
|
+
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1410
|
+
width: 12px
|
|
1322
1411
|
}
|
|
1323
1412
|
}
|
|
1324
|
-
.
|
|
1325
|
-
|
|
1326
|
-
min-width: 50px;
|
|
1413
|
+
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1414
|
+
display: none;
|
|
1327
1415
|
}
|
|
1328
1416
|
|
|
1329
1417
|
/* Colors */
|
|
@@ -1339,97 +1427,114 @@
|
|
|
1339
1427
|
/* 511 */
|
|
1340
1428
|
/* 1023 */
|
|
1341
1429
|
/* Zindex */
|
|
1342
|
-
.
|
|
1430
|
+
.Meta-module_root__12AG7 {
|
|
1431
|
+
transform: translateZ(0);
|
|
1432
|
+
|
|
1343
1433
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1434
|
+
font-size: 12px;
|
|
1435
|
+
line-height: 15px;
|
|
1436
|
+
|
|
1437
|
+
fill: inherit;
|
|
1344
1438
|
}
|
|
1345
|
-
.
|
|
1346
|
-
|
|
1439
|
+
.Meta-module_rich__1XBtZ,
|
|
1440
|
+
.Meta-module_podcast__1m4zo,
|
|
1441
|
+
.Meta-module_episode__1K2Xv,
|
|
1442
|
+
.Meta-module_simple__3vUiI,
|
|
1443
|
+
.Meta-module_slide__3g6fG,
|
|
1444
|
+
.Meta-module_card__LE1RK,
|
|
1445
|
+
.Meta-module_game__3aNlZ,
|
|
1446
|
+
.Meta-module_isInMaterial__zaYMy {
|
|
1447
|
+
width: 100%;
|
|
1347
1448
|
|
|
1348
|
-
color:
|
|
1349
|
-
box-shadow: none;
|
|
1449
|
+
color: rgba(0, 0, 0, 0.4);
|
|
1350
1450
|
}
|
|
1351
|
-
.
|
|
1352
|
-
|
|
1451
|
+
.Meta-module_podcast__1m4zo {
|
|
1452
|
+
fill: currentColor;
|
|
1353
1453
|
}
|
|
1354
|
-
.
|
|
1355
|
-
|
|
1356
|
-
padding-top: calc(4rem / 16);
|
|
1357
|
-
|
|
1358
|
-
color: #1a1a1a;
|
|
1359
|
-
|
|
1360
|
-
font-size: calc(14rem / 16);
|
|
1361
|
-
line-height: calc(18rem / 16)
|
|
1454
|
+
.Meta-module_isInSearchItem__1wbpx {
|
|
1455
|
+
color: rgba(255, 255, 255, 0.7);
|
|
1362
1456
|
}
|
|
1457
|
+
.Meta-module_slide__3g6fG.Meta-module_isInMediaBlock__3xfPF,
|
|
1458
|
+
.Meta-module_card__LE1RK.Meta-module_isInMediaBlock__3xfPF,
|
|
1459
|
+
.Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF {
|
|
1460
|
+
text-align: left;
|
|
1461
|
+
}
|
|
1462
|
+
@media only screen and (min-width: 64em) {
|
|
1463
|
+
.Meta-module_center__3BBPr.Meta-module_half__1xRkT {
|
|
1464
|
+
text-align: left
|
|
1465
|
+
}
|
|
1466
|
+
}
|
|
1363
1467
|
@media only screen and (min-width: 32em) {
|
|
1364
|
-
.
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1468
|
+
.Meta-module_episode__1K2Xv,
|
|
1469
|
+
.Meta-module_card__LE1RK,
|
|
1470
|
+
.Meta-module_slide__3g6fG,
|
|
1471
|
+
.Meta-module_game__3aNlZ,
|
|
1472
|
+
.Meta-module_center__3BBPr {
|
|
1473
|
+
text-align: center
|
|
1368
1474
|
}
|
|
1369
1475
|
}
|
|
1370
|
-
.
|
|
1371
|
-
|
|
1372
|
-
padding-top: 1px;
|
|
1373
|
-
|
|
1374
|
-
color: #666;
|
|
1476
|
+
.Meta-module_light__2baE- {
|
|
1477
|
+
color: rgba(255, 255, 255, 0.6);
|
|
1375
1478
|
|
|
1376
|
-
|
|
1377
|
-
line-height: 1rem
|
|
1479
|
+
fill: currentColor;
|
|
1378
1480
|
}
|
|
1379
|
-
|
|
1380
|
-
.
|
|
1381
|
-
|
|
1481
|
+
.Meta-module_dark__24y9m,
|
|
1482
|
+
.Meta-module_isDark__3g22f {
|
|
1483
|
+
color: rgba(0, 0, 0, 0.4);
|
|
1382
1484
|
}
|
|
1383
|
-
|
|
1384
|
-
.
|
|
1385
|
-
|
|
1485
|
+
.Meta-module_episode__1K2Xv,
|
|
1486
|
+
.Meta-module_card__LE1RK,
|
|
1487
|
+
.Meta-module_slide__3g6fG,
|
|
1488
|
+
.Meta-module_podcast__1m4zo {
|
|
1489
|
+
display: -webkit-box;
|
|
1490
|
+
display: -webkit-flex;
|
|
1491
|
+
display: -ms-flexbox;
|
|
1492
|
+
display: flex;
|
|
1493
|
+
align-items: center;
|
|
1494
|
+
flex-flow: row wrap
|
|
1386
1495
|
}
|
|
1387
|
-
@media only screen and (min-width:
|
|
1388
|
-
.
|
|
1389
|
-
|
|
1496
|
+
@media only screen and (min-width: 48em) {
|
|
1497
|
+
.Meta-module_episode__1K2Xv,
|
|
1498
|
+
.Meta-module_card__LE1RK,
|
|
1499
|
+
.Meta-module_slide__3g6fG,
|
|
1500
|
+
.Meta-module_podcast__1m4zo {
|
|
1501
|
+
display: block
|
|
1390
1502
|
}
|
|
1391
1503
|
}
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1504
|
+
@media only screen and (max-width: 32.1875em) {
|
|
1505
|
+
.Meta-module_hasSource__2lXiN {
|
|
1506
|
+
display: -webkit-box;
|
|
1507
|
+
display: -webkit-flex;
|
|
1508
|
+
display: -ms-flexbox;
|
|
1509
|
+
display: flex;
|
|
1510
|
+
flex-flow: row wrap
|
|
1397
1511
|
}
|
|
1398
|
-
|
|
1399
|
-
.
|
|
1400
|
-
|
|
1512
|
+
}
|
|
1513
|
+
.Meta-module_bookmark__3ot3k {
|
|
1514
|
+
position: absolute;
|
|
1515
|
+
z-index: 10;
|
|
1516
|
+
right: -12px;
|
|
1517
|
+
bottom: -4px
|
|
1401
1518
|
}
|
|
1402
1519
|
@media only screen and (min-width: 32em) {
|
|
1403
|
-
.
|
|
1404
|
-
|
|
1405
|
-
padding-top: 12px
|
|
1520
|
+
.Meta-module_bookmark__3ot3k {
|
|
1521
|
+
display: none
|
|
1406
1522
|
}
|
|
1407
1523
|
}
|
|
1408
|
-
|
|
1409
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1410
|
-
padding-top: calc(9rem / 16)
|
|
1411
|
-
}
|
|
1524
|
+
/* VISIBILITY */
|
|
1412
1525
|
@media only screen and (min-width: 32em) {
|
|
1413
|
-
.
|
|
1414
|
-
|
|
1415
|
-
padding-top: 11px
|
|
1526
|
+
.Meta-module_mobile__22LGV {
|
|
1527
|
+
display: none
|
|
1416
1528
|
}
|
|
1417
1529
|
}
|
|
1418
|
-
.
|
|
1419
|
-
|
|
1420
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1421
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1422
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1423
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1424
|
-
max-width: 650px;
|
|
1425
|
-
}
|
|
1426
|
-
/* Dark theme */
|
|
1427
|
-
.MediaCaption-module_isDark__38TtC .MediaCaption-module_caption__1hr7Y {
|
|
1428
|
-
color: #d9d9d9;
|
|
1530
|
+
.Meta-module_desktop__1ZGUS {
|
|
1531
|
+
display: none
|
|
1429
1532
|
}
|
|
1430
|
-
|
|
1431
|
-
|
|
1533
|
+
@media only screen and (min-width: 32em) {
|
|
1534
|
+
.Meta-module_desktop__1ZGUS {
|
|
1535
|
+
display: block
|
|
1432
1536
|
}
|
|
1537
|
+
}
|
|
1433
1538
|
|
|
1434
1539
|
/* Colors */
|
|
1435
1540
|
/* Fonts */
|
|
@@ -1444,184 +1549,289 @@
|
|
|
1444
1549
|
/* 511 */
|
|
1445
1550
|
/* 1023 */
|
|
1446
1551
|
/* Zindex */
|
|
1447
|
-
.
|
|
1448
|
-
margin
|
|
1552
|
+
.Table-module_root__1VsG6 {
|
|
1553
|
+
margin: 15px 0
|
|
1554
|
+
}
|
|
1555
|
+
@media only screen and (min-width: 32em) {
|
|
1556
|
+
.Table-module_root__1VsG6 {
|
|
1557
|
+
margin: 25px auto 20px
|
|
1558
|
+
}
|
|
1559
|
+
}
|
|
1560
|
+
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
1561
|
+
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
1562
|
+
margin-right: -11px;
|
|
1563
|
+
margin-left: -11px
|
|
1564
|
+
}
|
|
1565
|
+
@media only screen and (min-width: 64em) {
|
|
1566
|
+
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
1567
|
+
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
1568
|
+
margin-right: 0;
|
|
1569
|
+
margin-left: 0
|
|
1570
|
+
}
|
|
1571
|
+
}
|
|
1572
|
+
.Table-module_card__3gbok .Table-module_wrapper__1YTKM::after,
|
|
1573
|
+
.Table-module_slide__nSGPC .Table-module_wrapper__1YTKM::after {
|
|
1574
|
+
right: -11px;
|
|
1575
|
+
}
|
|
1576
|
+
.Table-module_root__1VsG6:first-child {
|
|
1577
|
+
margin-top: 0;
|
|
1578
|
+
}
|
|
1579
|
+
.Table-module_root__1VsG6:last-child {
|
|
1580
|
+
margin-bottom: 0;
|
|
1581
|
+
}
|
|
1582
|
+
.Table-module_table__nZIkV {
|
|
1583
|
+
position: relative;
|
|
1584
|
+
|
|
1585
|
+
overflow-y: hidden;
|
|
1586
|
+
|
|
1587
|
+
margin: 0 -20px;
|
|
1588
|
+
|
|
1589
|
+
border-width: 1px 0;
|
|
1590
|
+
border-style: solid;
|
|
1591
|
+
border-color: rgba(232, 232, 232, 1);
|
|
1592
|
+
|
|
1593
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
|
|
1594
|
+
}
|
|
1595
|
+
@media only screen and (min-width: 32em) {
|
|
1596
|
+
.Table-module_table__nZIkV {
|
|
1597
|
+
margin: 0;
|
|
1598
|
+
|
|
1599
|
+
border-width: 1px;
|
|
1600
|
+
border-radius: 3px
|
|
1601
|
+
}
|
|
1602
|
+
}
|
|
1603
|
+
.Table-module_tracks__2wrDB {
|
|
1604
|
+
display: table;
|
|
1605
|
+
|
|
1606
|
+
width: 100%
|
|
1607
|
+
}
|
|
1608
|
+
@media only screen and (min-width: 32em) {
|
|
1609
|
+
.Table-module_tracks__2wrDB {
|
|
1610
|
+
table-layout: fixed
|
|
1611
|
+
}
|
|
1612
|
+
}
|
|
1613
|
+
.Table-module_wrapper__1YTKM {
|
|
1614
|
+
position: relative;
|
|
1615
|
+
}
|
|
1616
|
+
.Table-module_wrapper__1YTKM::after {
|
|
1617
|
+
position: absolute;
|
|
1618
|
+
z-index: 100;
|
|
1619
|
+
top: 0;
|
|
1620
|
+
right: -20px;
|
|
1621
|
+
bottom: -20px;
|
|
1622
|
+
|
|
1623
|
+
display: block;
|
|
1624
|
+
|
|
1625
|
+
width: 30px;
|
|
1626
|
+
height: 100%;
|
|
1627
|
+
|
|
1628
|
+
content: "";
|
|
1629
|
+
|
|
1630
|
+
background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(71%, rgb(255, 255, 255)));
|
|
1631
|
+
|
|
1632
|
+
background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%);
|
|
1633
|
+
|
|
1634
|
+
background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%)
|
|
1635
|
+
}
|
|
1636
|
+
@media only screen and (min-width: 32em) {
|
|
1637
|
+
.Table-module_wrapper__1YTKM::after {
|
|
1638
|
+
content: none
|
|
1639
|
+
}
|
|
1640
|
+
}
|
|
1641
|
+
.Table-module_default__3CGeE {
|
|
1642
|
+
max-width: 650px;
|
|
1643
|
+
}
|
|
1644
|
+
.Table-module_full__S5pDB {
|
|
1645
|
+
max-width: 980px;
|
|
1646
|
+
}
|
|
1647
|
+
.Table-module_row__3TH83 {
|
|
1648
|
+
z-index: 1;
|
|
1449
1649
|
|
|
1450
|
-
|
|
1451
|
-
font-size: 16px;
|
|
1452
|
-
line-height: 22px;
|
|
1650
|
+
display: table-row;
|
|
1453
1651
|
}
|
|
1454
|
-
.
|
|
1455
|
-
|
|
1652
|
+
.Table-module_row__3TH83:last-child .Table-module_cell__EFKDW {
|
|
1653
|
+
border-bottom: 0;
|
|
1456
1654
|
}
|
|
1457
|
-
|
|
1458
|
-
|
|
1655
|
+
@media only screen and (min-width: 32em) {
|
|
1656
|
+
.Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:first-child {
|
|
1657
|
+
border-radius: 2px 0 0 0
|
|
1459
1658
|
}
|
|
1460
|
-
|
|
1461
|
-
|
|
1659
|
+
}
|
|
1660
|
+
@media only screen and (min-width: 32em) {
|
|
1661
|
+
.Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:last-child {
|
|
1662
|
+
border-radius: 0 2px 0 0
|
|
1663
|
+
}
|
|
1664
|
+
}
|
|
1665
|
+
@media only screen and (min-width: 32em) {
|
|
1666
|
+
.Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:last-child {
|
|
1667
|
+
border-radius: 0 0 2px 0
|
|
1668
|
+
}
|
|
1669
|
+
}
|
|
1670
|
+
@media only screen and (min-width: 32em) {
|
|
1671
|
+
.Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:first-child {
|
|
1672
|
+
border-radius: 0 0 0 2px
|
|
1673
|
+
}
|
|
1674
|
+
}
|
|
1675
|
+
.Table-module_cell__EFKDW {
|
|
1676
|
+
display: table-cell;
|
|
1677
|
+
overflow: hidden;
|
|
1462
1678
|
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
margin-bottom: 15px;
|
|
1679
|
+
min-height: 32px;
|
|
1680
|
+
padding: 6px;
|
|
1466
1681
|
|
|
1467
|
-
|
|
1682
|
+
vertical-align: top;
|
|
1468
1683
|
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1684
|
+
border-right: 1px solid rgba(232, 232, 232, 1);
|
|
1685
|
+
border-bottom: 1px solid rgba(232, 232, 232, 1);
|
|
1686
|
+
background-color: #fff;
|
|
1687
|
+
|
|
1688
|
+
font-size: 12px;
|
|
1689
|
+
line-height: 16px
|
|
1474
1690
|
}
|
|
1475
|
-
|
|
1476
|
-
|
|
1691
|
+
@media only screen and (min-width: 32em) {
|
|
1692
|
+
.Table-module_cell__EFKDW {
|
|
1693
|
+
padding: 9px 12px 8px;
|
|
1477
1694
|
|
|
1478
|
-
|
|
1479
|
-
|
|
1695
|
+
font-size: 14px;
|
|
1696
|
+
line-height: 19px
|
|
1480
1697
|
}
|
|
1481
|
-
|
|
1482
|
-
|
|
1698
|
+
}
|
|
1699
|
+
.Table-module_cell__EFKDW:last-child {
|
|
1700
|
+
padding-right: 20px;
|
|
1701
|
+
|
|
1702
|
+
border-right: 0
|
|
1483
1703
|
}
|
|
1484
|
-
|
|
1485
|
-
|
|
1704
|
+
@media only screen and (min-width: 32em) {
|
|
1705
|
+
.Table-module_cell__EFKDW:last-child {
|
|
1706
|
+
padding-right: 12px
|
|
1486
1707
|
}
|
|
1487
|
-
|
|
1488
|
-
|
|
1708
|
+
}
|
|
1709
|
+
.Table-module_cell__EFKDW a {
|
|
1710
|
+
text-decoration: none;
|
|
1489
1711
|
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
}
|
|
1493
|
-
.MaterialNote-module_root__1AcYe .MaterialNote-module_note_credit__PuFyX {
|
|
1494
|
-
margin-top: 6px;
|
|
1712
|
+
color: inherit;
|
|
1713
|
+
box-shadow: inset 0 -1px #000;
|
|
1495
1714
|
}
|
|
1496
|
-
.
|
|
1497
|
-
|
|
1715
|
+
.Table-module_cell__EFKDW a:hover {
|
|
1716
|
+
color: #b88b58;
|
|
1717
|
+
box-shadow: inset 0 -1px #b88b58;
|
|
1498
1718
|
}
|
|
1499
|
-
.
|
|
1500
|
-
|
|
1719
|
+
.Table-module_cell__EFKDW p {
|
|
1720
|
+
margin: 0;
|
|
1501
1721
|
}
|
|
1502
|
-
.
|
|
1503
|
-
|
|
1504
|
-
margin-right: auto;
|
|
1505
|
-
margin-left: auto;
|
|
1722
|
+
.Table-module_cell__EFKDW p + p {
|
|
1723
|
+
margin-top: 8px;
|
|
1506
1724
|
}
|
|
1507
|
-
.
|
|
1508
|
-
|
|
1509
|
-
|
|
1725
|
+
.Table-module_fixedColumn__E1hN5 {
|
|
1726
|
+
position: -webkit-sticky;
|
|
1727
|
+
position: sticky;
|
|
1728
|
+
z-index: 50;
|
|
1729
|
+
left: 0
|
|
1510
1730
|
}
|
|
1511
1731
|
@media only screen and (min-width: 32em) {
|
|
1512
|
-
.
|
|
1513
|
-
|
|
1514
|
-
margin-top: 45px
|
|
1732
|
+
.Table-module_fixedColumn__E1hN5 {
|
|
1733
|
+
position: static
|
|
1515
1734
|
}
|
|
1516
1735
|
}
|
|
1517
|
-
.
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
.MaterialNote-module_game__cADMe::before {
|
|
1525
|
-
content: none;
|
|
1526
|
-
}
|
|
1527
|
-
.MaterialNote-module_gameSurvey__3SiG-,
|
|
1528
|
-
.MaterialNote-module_gameSurvey__3SiG-:empty {
|
|
1529
|
-
display: block;
|
|
1530
|
-
}
|
|
1531
|
-
.MaterialNote-module_gameSurvey__3SiG-::before {
|
|
1532
|
-
margin-right: auto;
|
|
1533
|
-
margin-left: auto;
|
|
1736
|
+
.Table-module_fixedColumn__E1hN5::after {
|
|
1737
|
+
position: absolute;
|
|
1738
|
+
top: 0;
|
|
1739
|
+
right: -15px;
|
|
1740
|
+
bottom: 0;
|
|
1741
|
+
|
|
1742
|
+
width: 15px;
|
|
1534
1743
|
|
|
1535
1744
|
content: '';
|
|
1536
|
-
}
|
|
1537
|
-
.MaterialNote-module_slide__1ZBBq .MaterialNote-module_note_caption__1ezSo,
|
|
1538
|
-
.MaterialNote-module_card__OWXbQ .MaterialNote-module_note_caption__1ezSo,
|
|
1539
|
-
.MaterialNote-module_game__cADMe .MaterialNote-module_note_caption__1ezSo {
|
|
1540
|
-
margin-top: 0;
|
|
1541
|
-
}
|
|
1542
|
-
.MaterialNote-module_game__cADMe {
|
|
1543
|
-
margin-bottom: 0;
|
|
1544
1745
|
|
|
1545
|
-
|
|
1746
|
+
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.04)), to(rgb(0, 0, 0, 0)));
|
|
1747
|
+
|
|
1748
|
+
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%);
|
|
1749
|
+
|
|
1750
|
+
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%)
|
|
1546
1751
|
}
|
|
1547
1752
|
@media only screen and (min-width: 32em) {
|
|
1548
|
-
.
|
|
1549
|
-
|
|
1753
|
+
.Table-module_fixedColumn__E1hN5::after {
|
|
1754
|
+
content: none
|
|
1550
1755
|
}
|
|
1551
1756
|
}
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
color: #fff
|
|
1757
|
+
.Table-module_white__gzvo0 {
|
|
1758
|
+
background-color: #fff;
|
|
1555
1759
|
}
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
.MaterialNote-module_card__OWXbQ {
|
|
1559
|
-
margin-bottom: 9px;
|
|
1560
|
-
padding-top: 8px
|
|
1760
|
+
.Table-module_gray__3da6S {
|
|
1761
|
+
background-color: #F5F5F5;
|
|
1561
1762
|
}
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
.MaterialNote-module_card__OWXbQ {
|
|
1565
|
-
margin-bottom: 16px
|
|
1763
|
+
.Table-module_pink__3oH1l {
|
|
1764
|
+
background-color: #FEEEEE;
|
|
1566
1765
|
}
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
/* Colors */
|
|
1570
|
-
/* Fonts */
|
|
1571
|
-
/* Gap */
|
|
1572
|
-
/* Media */
|
|
1573
|
-
/* 512 */
|
|
1574
|
-
/* 650 */
|
|
1575
|
-
/* 768 */
|
|
1576
|
-
/* 1024 */
|
|
1577
|
-
/* 1010 */
|
|
1578
|
-
/* 1200 */
|
|
1579
|
-
/* 511 */
|
|
1580
|
-
/* 1023 */
|
|
1581
|
-
/* Zindex */
|
|
1582
|
-
.BookmarkButton-module_root__3KmuY {
|
|
1583
|
-
color: #e0e0e0;
|
|
1766
|
+
.Table-module_blue__GM27F {
|
|
1767
|
+
background-color: #E6F3FF;
|
|
1584
1768
|
}
|
|
1585
|
-
.
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1769
|
+
.Table-module_yellow__2jhvA {
|
|
1770
|
+
background-color: #FFFDE6;
|
|
1771
|
+
}
|
|
1772
|
+
.Table-module_orange__1c-oM {
|
|
1773
|
+
background-color: #FFF9F2;
|
|
1774
|
+
}
|
|
1775
|
+
.Table-module_green__13OIM {
|
|
1776
|
+
background-color: #E7F2EF;
|
|
1777
|
+
}
|
|
1778
|
+
.Table-module_violet__2W-kO {
|
|
1779
|
+
background-color: #F4F0F8;
|
|
1780
|
+
}
|
|
1781
|
+
.Table-module_header__1exlo {
|
|
1782
|
+
max-width: 340px;
|
|
1783
|
+
padding: 9px 6px;
|
|
1590
1784
|
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
background-color: transparent;
|
|
1785
|
+
vertical-align: top;
|
|
1786
|
+
letter-spacing: 0.5px;
|
|
1787
|
+
text-transform: uppercase;
|
|
1595
1788
|
|
|
1596
|
-
-
|
|
1789
|
+
border-right: 1px solid rgba(232, 232, 232, 1);
|
|
1790
|
+
border-bottom: 1px solid rgba(232, 232, 232, 1);
|
|
1597
1791
|
|
|
1598
|
-
|
|
1792
|
+
font-size: 10px;
|
|
1793
|
+
font-weight: 600;
|
|
1794
|
+
line-height: 16px
|
|
1795
|
+
}
|
|
1796
|
+
@media only screen and (min-width: 32em) {
|
|
1797
|
+
.Table-module_header__1exlo {
|
|
1798
|
+
max-width: none;
|
|
1799
|
+
padding: 9px 12px;
|
|
1599
1800
|
|
|
1600
|
-
|
|
1601
|
-
fill: transparent;
|
|
1801
|
+
line-height: 11px
|
|
1602
1802
|
}
|
|
1603
|
-
|
|
1604
|
-
|
|
1803
|
+
}
|
|
1804
|
+
.Table-module_s__Vl_Eg {
|
|
1805
|
+
min-width: 120px
|
|
1605
1806
|
}
|
|
1606
|
-
|
|
1607
|
-
|
|
1807
|
+
@media only screen and (min-width: 32em) {
|
|
1808
|
+
.Table-module_s__Vl_Eg {
|
|
1809
|
+
width: 18%;
|
|
1810
|
+
min-width: 0
|
|
1608
1811
|
}
|
|
1609
|
-
|
|
1610
|
-
|
|
1812
|
+
}
|
|
1813
|
+
.Table-module_m__29G9r {
|
|
1814
|
+
min-width: 200px
|
|
1611
1815
|
}
|
|
1612
|
-
|
|
1613
|
-
|
|
1816
|
+
@media only screen and (min-width: 32em) {
|
|
1817
|
+
.Table-module_m__29G9r {
|
|
1818
|
+
width: 30%;
|
|
1819
|
+
min-width: 0
|
|
1614
1820
|
}
|
|
1615
|
-
|
|
1616
|
-
|
|
1821
|
+
|
|
1822
|
+
}
|
|
1823
|
+
.Table-module_l__1ZSMc {
|
|
1824
|
+
min-width: 336px
|
|
1617
1825
|
}
|
|
1618
|
-
@media only screen and (min-width:
|
|
1619
|
-
.
|
|
1620
|
-
width:
|
|
1826
|
+
@media only screen and (min-width: 32em) {
|
|
1827
|
+
.Table-module_l__1ZSMc {
|
|
1828
|
+
width: 50%;
|
|
1829
|
+
min-width: 0
|
|
1621
1830
|
}
|
|
1622
1831
|
}
|
|
1623
|
-
|
|
1624
|
-
|
|
1832
|
+
.Table-module_xs__au2Oe {
|
|
1833
|
+
width: 50px;
|
|
1834
|
+
min-width: 50px;
|
|
1625
1835
|
}
|
|
1626
1836
|
|
|
1627
1837
|
/* Colors */
|
|
@@ -1812,94 +2022,6 @@
|
|
|
1812
2022
|
display: none;
|
|
1813
2023
|
}
|
|
1814
2024
|
|
|
1815
|
-
/* Colors */
|
|
1816
|
-
/* Fonts */
|
|
1817
|
-
/* Gap */
|
|
1818
|
-
/* Media */
|
|
1819
|
-
/* 512 */
|
|
1820
|
-
/* 650 */
|
|
1821
|
-
/* 768 */
|
|
1822
|
-
/* 1024 */
|
|
1823
|
-
/* 1010 */
|
|
1824
|
-
/* 1200 */
|
|
1825
|
-
/* 511 */
|
|
1826
|
-
/* 1023 */
|
|
1827
|
-
/* Zindex */
|
|
1828
|
-
.Dropdown-module_root__11PNk {
|
|
1829
|
-
position: relative;
|
|
1830
|
-
z-index: 100;
|
|
1831
|
-
|
|
1832
|
-
display: inline-block;
|
|
1833
|
-
|
|
1834
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1835
|
-
}
|
|
1836
|
-
.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
|
|
1837
|
-
.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
|
|
1838
|
-
visibility: visible;
|
|
1839
|
-
|
|
1840
|
-
opacity: 1;
|
|
1841
|
-
}
|
|
1842
|
-
.Dropdown-module_root__11PNk ul {
|
|
1843
|
-
overflow: hidden;
|
|
1844
|
-
|
|
1845
|
-
width: 162px;
|
|
1846
|
-
margin: 0;
|
|
1847
|
-
padding: 3px 0;
|
|
1848
|
-
|
|
1849
|
-
border-radius: 5px;
|
|
1850
|
-
background: #fff;
|
|
1851
|
-
box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
|
|
1852
|
-
|
|
1853
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1854
|
-
font-size: 14px;
|
|
1855
|
-
line-height: 26px;
|
|
1856
|
-
}
|
|
1857
|
-
.Dropdown-module_root__11PNk a {
|
|
1858
|
-
display: block;
|
|
1859
|
-
|
|
1860
|
-
padding: 2px 15px;
|
|
1861
|
-
|
|
1862
|
-
text-decoration: none;
|
|
1863
|
-
|
|
1864
|
-
color: #000;
|
|
1865
|
-
box-shadow: none;
|
|
1866
|
-
}
|
|
1867
|
-
.Dropdown-module_root__11PNk a:hover {
|
|
1868
|
-
color: #000;
|
|
1869
|
-
background-color: #f7f7f7;
|
|
1870
|
-
}
|
|
1871
|
-
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1872
|
-
right: 0;
|
|
1873
|
-
left: auto
|
|
1874
|
-
}
|
|
1875
|
-
@media only screen and (min-width: 64em) {
|
|
1876
|
-
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1877
|
-
right: auto;
|
|
1878
|
-
left: 0
|
|
1879
|
-
}
|
|
1880
|
-
}
|
|
1881
|
-
.Dropdown-module_menu__3PIqD {
|
|
1882
|
-
position: absolute;
|
|
1883
|
-
top: 100%;
|
|
1884
|
-
left: 0;
|
|
1885
|
-
|
|
1886
|
-
visibility: hidden;
|
|
1887
|
-
|
|
1888
|
-
padding-top: 6px;
|
|
1889
|
-
|
|
1890
|
-
opacity: 0;
|
|
1891
|
-
}
|
|
1892
|
-
.Dropdown-module_menu__3PIqD::after {
|
|
1893
|
-
position: absolute;
|
|
1894
|
-
z-index: -1;
|
|
1895
|
-
top: -10px;
|
|
1896
|
-
right: -10px;
|
|
1897
|
-
bottom: -10px;
|
|
1898
|
-
left: -10px;
|
|
1899
|
-
|
|
1900
|
-
content: '';
|
|
1901
|
-
}
|
|
1902
|
-
|
|
1903
2025
|
/* Colors */
|
|
1904
2026
|
/* Fonts */
|
|
1905
2027
|
/* Gap */
|
|
@@ -2070,168 +2192,46 @@
|
|
|
2070
2192
|
transform: translateY(100%);
|
|
2071
2193
|
}
|
|
2072
2194
|
}
|
|
2073
|
-
@keyframes Popover-module_disappear__3Q9LI {
|
|
2074
|
-
0% {
|
|
2075
|
-
transform: translateY(0);
|
|
2076
|
-
}
|
|
2077
|
-
100% {
|
|
2078
|
-
transform: translateY(100%);
|
|
2079
|
-
}
|
|
2080
|
-
}
|
|
2081
|
-
@-webkit-keyframes Popover-module_fadeIn__AkrSN {
|
|
2082
|
-
0% {
|
|
2083
|
-
opacity: 0;
|
|
2084
|
-
}
|
|
2085
|
-
100% {
|
|
2086
|
-
opacity: 1;
|
|
2087
|
-
}
|
|
2088
|
-
}
|
|
2089
|
-
@keyframes Popover-module_fadeIn__AkrSN {
|
|
2090
|
-
0% {
|
|
2091
|
-
opacity: 0;
|
|
2092
|
-
}
|
|
2093
|
-
100% {
|
|
2094
|
-
opacity: 1;
|
|
2095
|
-
}
|
|
2096
|
-
}
|
|
2097
|
-
@-webkit-keyframes Popover-module_fadeOut__3EZhx {
|
|
2098
|
-
0% {
|
|
2099
|
-
opacity: 1;
|
|
2100
|
-
}
|
|
2101
|
-
100% {
|
|
2102
|
-
opacity: 0;
|
|
2103
|
-
}
|
|
2104
|
-
}
|
|
2105
|
-
@keyframes Popover-module_fadeOut__3EZhx {
|
|
2106
|
-
0% {
|
|
2107
|
-
opacity: 1;
|
|
2108
|
-
}
|
|
2109
|
-
100% {
|
|
2110
|
-
opacity: 0;
|
|
2111
|
-
}
|
|
2112
|
-
}
|
|
2113
|
-
|
|
2114
|
-
/* Colors */
|
|
2115
|
-
/* Fonts */
|
|
2116
|
-
/* Gap */
|
|
2117
|
-
/* Media */
|
|
2118
|
-
/* 512 */
|
|
2119
|
-
/* 650 */
|
|
2120
|
-
/* 768 */
|
|
2121
|
-
/* 1024 */
|
|
2122
|
-
/* 1010 */
|
|
2123
|
-
/* 1200 */
|
|
2124
|
-
/* 511 */
|
|
2125
|
-
/* 1023 */
|
|
2126
|
-
/* Zindex */
|
|
2127
|
-
.Meta-module_root__12AG7 {
|
|
2128
|
-
transform: translateZ(0);
|
|
2129
|
-
|
|
2130
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2131
|
-
font-size: 12px;
|
|
2132
|
-
line-height: 15px;
|
|
2133
|
-
|
|
2134
|
-
fill: inherit;
|
|
2135
|
-
}
|
|
2136
|
-
.Meta-module_rich__1XBtZ,
|
|
2137
|
-
.Meta-module_podcast__1m4zo,
|
|
2138
|
-
.Meta-module_episode__1K2Xv,
|
|
2139
|
-
.Meta-module_simple__3vUiI,
|
|
2140
|
-
.Meta-module_slide__3g6fG,
|
|
2141
|
-
.Meta-module_card__LE1RK,
|
|
2142
|
-
.Meta-module_game__3aNlZ,
|
|
2143
|
-
.Meta-module_isInMaterial__zaYMy {
|
|
2144
|
-
width: 100%;
|
|
2145
|
-
|
|
2146
|
-
color: rgba(0, 0, 0, 0.4);
|
|
2147
|
-
}
|
|
2148
|
-
.Meta-module_podcast__1m4zo {
|
|
2149
|
-
fill: currentColor;
|
|
2150
|
-
}
|
|
2151
|
-
.Meta-module_isInSearchItem__1wbpx {
|
|
2152
|
-
color: rgba(255, 255, 255, 0.7);
|
|
2153
|
-
}
|
|
2154
|
-
.Meta-module_slide__3g6fG.Meta-module_isInMediaBlock__3xfPF,
|
|
2155
|
-
.Meta-module_card__LE1RK.Meta-module_isInMediaBlock__3xfPF,
|
|
2156
|
-
.Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF {
|
|
2157
|
-
text-align: left;
|
|
2158
|
-
}
|
|
2159
|
-
@media only screen and (min-width: 64em) {
|
|
2160
|
-
.Meta-module_center__3BBPr.Meta-module_half__1xRkT {
|
|
2161
|
-
text-align: left
|
|
2162
|
-
}
|
|
2163
|
-
}
|
|
2164
|
-
@media only screen and (min-width: 32em) {
|
|
2165
|
-
.Meta-module_episode__1K2Xv,
|
|
2166
|
-
.Meta-module_card__LE1RK,
|
|
2167
|
-
.Meta-module_slide__3g6fG,
|
|
2168
|
-
.Meta-module_game__3aNlZ,
|
|
2169
|
-
.Meta-module_center__3BBPr {
|
|
2170
|
-
text-align: center
|
|
2171
|
-
}
|
|
2172
|
-
}
|
|
2173
|
-
.Meta-module_light__2baE- {
|
|
2174
|
-
color: rgba(255, 255, 255, 0.6);
|
|
2175
|
-
|
|
2176
|
-
fill: currentColor;
|
|
2177
|
-
}
|
|
2178
|
-
.Meta-module_dark__24y9m,
|
|
2179
|
-
.Meta-module_isDark__3g22f {
|
|
2180
|
-
color: rgba(0, 0, 0, 0.4);
|
|
2181
|
-
}
|
|
2182
|
-
.Meta-module_episode__1K2Xv,
|
|
2183
|
-
.Meta-module_card__LE1RK,
|
|
2184
|
-
.Meta-module_slide__3g6fG,
|
|
2185
|
-
.Meta-module_podcast__1m4zo {
|
|
2186
|
-
display: -webkit-box;
|
|
2187
|
-
display: -webkit-flex;
|
|
2188
|
-
display: -ms-flexbox;
|
|
2189
|
-
display: flex;
|
|
2190
|
-
align-items: center;
|
|
2191
|
-
flex-flow: row wrap
|
|
2192
|
-
}
|
|
2193
|
-
@media only screen and (min-width: 48em) {
|
|
2194
|
-
.Meta-module_episode__1K2Xv,
|
|
2195
|
-
.Meta-module_card__LE1RK,
|
|
2196
|
-
.Meta-module_slide__3g6fG,
|
|
2197
|
-
.Meta-module_podcast__1m4zo {
|
|
2198
|
-
display: block
|
|
2199
|
-
}
|
|
2200
|
-
}
|
|
2201
|
-
@media only screen and (max-width: 32.1875em) {
|
|
2202
|
-
.Meta-module_hasSource__2lXiN {
|
|
2203
|
-
display: -webkit-box;
|
|
2204
|
-
display: -webkit-flex;
|
|
2205
|
-
display: -ms-flexbox;
|
|
2206
|
-
display: flex;
|
|
2207
|
-
flex-flow: row wrap
|
|
2208
|
-
}
|
|
2209
|
-
}
|
|
2210
|
-
.Meta-module_bookmark__3ot3k {
|
|
2211
|
-
position: absolute;
|
|
2212
|
-
z-index: 10;
|
|
2213
|
-
right: -12px;
|
|
2214
|
-
bottom: -4px
|
|
2215
|
-
}
|
|
2216
|
-
@media only screen and (min-width: 32em) {
|
|
2217
|
-
.Meta-module_bookmark__3ot3k {
|
|
2218
|
-
display: none
|
|
2195
|
+
@keyframes Popover-module_disappear__3Q9LI {
|
|
2196
|
+
0% {
|
|
2197
|
+
transform: translateY(0);
|
|
2198
|
+
}
|
|
2199
|
+
100% {
|
|
2200
|
+
transform: translateY(100%);
|
|
2201
|
+
}
|
|
2219
2202
|
}
|
|
2203
|
+
@-webkit-keyframes Popover-module_fadeIn__AkrSN {
|
|
2204
|
+
0% {
|
|
2205
|
+
opacity: 0;
|
|
2206
|
+
}
|
|
2207
|
+
100% {
|
|
2208
|
+
opacity: 1;
|
|
2220
2209
|
}
|
|
2221
|
-
/* VISIBILITY */
|
|
2222
|
-
@media only screen and (min-width: 32em) {
|
|
2223
|
-
.Meta-module_mobile__22LGV {
|
|
2224
|
-
display: none
|
|
2225
2210
|
}
|
|
2211
|
+
@keyframes Popover-module_fadeIn__AkrSN {
|
|
2212
|
+
0% {
|
|
2213
|
+
opacity: 0;
|
|
2214
|
+
}
|
|
2215
|
+
100% {
|
|
2216
|
+
opacity: 1;
|
|
2226
2217
|
}
|
|
2227
|
-
.Meta-module_desktop__1ZGUS {
|
|
2228
|
-
display: none
|
|
2229
2218
|
}
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2219
|
+
@-webkit-keyframes Popover-module_fadeOut__3EZhx {
|
|
2220
|
+
0% {
|
|
2221
|
+
opacity: 1;
|
|
2222
|
+
}
|
|
2223
|
+
100% {
|
|
2224
|
+
opacity: 0;
|
|
2225
|
+
}
|
|
2233
2226
|
}
|
|
2227
|
+
@keyframes Popover-module_fadeOut__3EZhx {
|
|
2228
|
+
0% {
|
|
2229
|
+
opacity: 1;
|
|
2230
|
+
}
|
|
2231
|
+
100% {
|
|
2232
|
+
opacity: 0;
|
|
2234
2233
|
}
|
|
2234
|
+
}
|
|
2235
2235
|
|
|
2236
2236
|
/* Colors */
|
|
2237
2237
|
/* Fonts */
|
|
@@ -2264,78 +2264,71 @@
|
|
|
2264
2264
|
/* 511 */
|
|
2265
2265
|
/* 1023 */
|
|
2266
2266
|
/* Zindex */
|
|
2267
|
-
.
|
|
2267
|
+
.ChapterBlock-module_root__1WyVn {
|
|
2268
2268
|
position: relative;
|
|
2269
2269
|
|
|
2270
|
-
margin
|
|
2271
|
-
padding-left: calc(18rem / 16);
|
|
2272
|
-
|
|
2273
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
2274
|
-
font-size: calc(18rem / 16);
|
|
2275
|
-
line-height: calc(24rem / 16)
|
|
2270
|
+
margin: 38px auto 7px
|
|
2276
2271
|
}
|
|
2277
2272
|
@media only screen and (min-width: 32em) {
|
|
2278
|
-
.
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
font-size: 20px;
|
|
2283
|
-
line-height: 28px
|
|
2273
|
+
.ChapterBlock-module_root__1WyVn {
|
|
2274
|
+
max-width: 650px;
|
|
2275
|
+
margin-top: 70px
|
|
2284
2276
|
}
|
|
2285
2277
|
}
|
|
2286
|
-
.
|
|
2287
|
-
margin-top:
|
|
2288
|
-
|
|
2278
|
+
.ChapterBlock-module_root__1WyVn:first-child {
|
|
2279
|
+
margin-top: 0;
|
|
2280
|
+
}
|
|
2281
|
+
.ChapterBlock-module_root__1WyVn:last-child {
|
|
2282
|
+
margin-bottom: 0;
|
|
2283
|
+
}
|
|
2284
|
+
.ChapterBlock-module_subtitle__3TXll {
|
|
2285
|
+
display: inline-block;
|
|
2286
|
+
|
|
2287
|
+
vertical-align: top;
|
|
2288
|
+
letter-spacing: 1px;
|
|
2289
|
+
text-transform: uppercase;
|
|
2290
|
+
|
|
2291
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2292
|
+
font-size: 12px;
|
|
2293
|
+
font-weight: 600;
|
|
2294
|
+
line-height: 12px
|
|
2289
2295
|
}
|
|
2290
2296
|
@media only screen and (min-width: 32em) {
|
|
2291
|
-
.
|
|
2292
|
-
|
|
2293
|
-
|
|
2297
|
+
.ChapterBlock-module_subtitle__3TXll {
|
|
2298
|
+
font-size: 13px;
|
|
2299
|
+
line-height: 16px
|
|
2294
2300
|
}
|
|
2295
2301
|
}
|
|
2296
|
-
.
|
|
2297
|
-
|
|
2298
|
-
}
|
|
2299
|
-
.QuoteBlock-module_root__2GrcC:before {
|
|
2300
|
-
position: absolute;
|
|
2301
|
-
top: 5px;
|
|
2302
|
-
bottom: 7px;
|
|
2303
|
-
left: 0;
|
|
2302
|
+
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2303
|
+
display: block;
|
|
2304
2304
|
|
|
2305
|
-
width:
|
|
2305
|
+
width: 120px;
|
|
2306
|
+
padding: 0 0 7px;
|
|
2306
2307
|
|
|
2307
2308
|
content: '';
|
|
2308
2309
|
|
|
2309
|
-
border-
|
|
2310
|
-
background-color: #ebebeb
|
|
2310
|
+
border-bottom: 1px solid #ccc
|
|
2311
2311
|
}
|
|
2312
2312
|
@media only screen and (min-width: 32em) {
|
|
2313
|
-
.
|
|
2314
|
-
|
|
2315
|
-
bottom: 6px
|
|
2313
|
+
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2314
|
+
padding: 0 0 6px
|
|
2316
2315
|
}
|
|
2317
2316
|
}
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
margin: 0;
|
|
2323
|
-
}
|
|
2324
|
-
.QuoteBlock-module_root__2GrcC a {
|
|
2325
|
-
text-decoration: none;
|
|
2326
|
-
|
|
2327
|
-
color: inherit;
|
|
2328
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
2317
|
+
/* VISIBILITY */
|
|
2318
|
+
@media only screen and (min-width: 32em) {
|
|
2319
|
+
.ChapterBlock-module_mobile__CiO0w {
|
|
2320
|
+
display: none
|
|
2329
2321
|
}
|
|
2330
|
-
|
|
2331
|
-
|
|
2322
|
+
}
|
|
2323
|
+
.ChapterBlock-module_desktop__tk1Nk {
|
|
2324
|
+
display: none
|
|
2332
2325
|
}
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
margin-right: auto;
|
|
2337
|
-
margin-left: auto;
|
|
2326
|
+
@media only screen and (min-width: 32em) {
|
|
2327
|
+
.ChapterBlock-module_desktop__tk1Nk {
|
|
2328
|
+
display: block
|
|
2338
2329
|
}
|
|
2330
|
+
}
|
|
2331
|
+
|
|
2339
2332
|
|
|
2340
2333
|
/* Colors */
|
|
2341
2334
|
/* Fonts */
|
|
@@ -2412,189 +2405,78 @@
|
|
|
2412
2405
|
/* 511 */
|
|
2413
2406
|
/* 1023 */
|
|
2414
2407
|
/* Zindex */
|
|
2415
|
-
.
|
|
2416
|
-
position: relative;
|
|
2417
|
-
|
|
2418
|
-
margin: 38px auto 7px
|
|
2419
|
-
}
|
|
2420
|
-
@media only screen and (min-width: 32em) {
|
|
2421
|
-
.ChapterBlock-module_root__1WyVn {
|
|
2422
|
-
max-width: 650px;
|
|
2423
|
-
margin-top: 70px
|
|
2424
|
-
}
|
|
2425
|
-
}
|
|
2426
|
-
.ChapterBlock-module_root__1WyVn:first-child {
|
|
2427
|
-
margin-top: 0;
|
|
2428
|
-
}
|
|
2429
|
-
.ChapterBlock-module_root__1WyVn:last-child {
|
|
2430
|
-
margin-bottom: 0;
|
|
2431
|
-
}
|
|
2432
|
-
.ChapterBlock-module_subtitle__3TXll {
|
|
2433
|
-
display: inline-block;
|
|
2434
|
-
|
|
2435
|
-
vertical-align: top;
|
|
2436
|
-
letter-spacing: 1px;
|
|
2437
|
-
text-transform: uppercase;
|
|
2438
|
-
|
|
2439
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2440
|
-
font-size: 12px;
|
|
2441
|
-
font-weight: 600;
|
|
2442
|
-
line-height: 12px
|
|
2443
|
-
}
|
|
2444
|
-
@media only screen and (min-width: 32em) {
|
|
2445
|
-
.ChapterBlock-module_subtitle__3TXll {
|
|
2446
|
-
font-size: 13px;
|
|
2447
|
-
line-height: 16px
|
|
2448
|
-
}
|
|
2449
|
-
}
|
|
2450
|
-
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2451
|
-
display: block;
|
|
2452
|
-
|
|
2453
|
-
width: 120px;
|
|
2454
|
-
padding: 0 0 7px;
|
|
2455
|
-
|
|
2456
|
-
content: '';
|
|
2457
|
-
|
|
2458
|
-
border-bottom: 1px solid #ccc
|
|
2459
|
-
}
|
|
2460
|
-
@media only screen and (min-width: 32em) {
|
|
2461
|
-
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2462
|
-
padding: 0 0 6px
|
|
2463
|
-
}
|
|
2464
|
-
}
|
|
2465
|
-
/* VISIBILITY */
|
|
2466
|
-
@media only screen and (min-width: 32em) {
|
|
2467
|
-
.ChapterBlock-module_mobile__CiO0w {
|
|
2468
|
-
display: none
|
|
2469
|
-
}
|
|
2470
|
-
}
|
|
2471
|
-
.ChapterBlock-module_desktop__tk1Nk {
|
|
2472
|
-
display: none
|
|
2473
|
-
}
|
|
2474
|
-
@media only screen and (min-width: 32em) {
|
|
2475
|
-
.ChapterBlock-module_desktop__tk1Nk {
|
|
2476
|
-
display: block
|
|
2477
|
-
}
|
|
2478
|
-
}
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
/* Colors */
|
|
2482
|
-
/* Fonts */
|
|
2483
|
-
/* Gap */
|
|
2484
|
-
/* Media */
|
|
2485
|
-
/* 512 */
|
|
2486
|
-
/* 650 */
|
|
2487
|
-
/* 768 */
|
|
2488
|
-
/* 1024 */
|
|
2489
|
-
/* 1010 */
|
|
2490
|
-
/* 1200 */
|
|
2491
|
-
/* 511 */
|
|
2492
|
-
/* 1023 */
|
|
2493
|
-
/* Zindex */
|
|
2494
|
-
.Cover-module_root__18Z8J {
|
|
2495
|
-
position: relative;
|
|
2496
|
-
}
|
|
2497
|
-
.Cover-module_body__1xs8e {
|
|
2498
|
-
position: absolute;
|
|
2499
|
-
z-index: 1;
|
|
2500
|
-
right: 0;
|
|
2501
|
-
bottom: 0;
|
|
2502
|
-
left: 0;
|
|
2503
|
-
|
|
2504
|
-
display: -webkit-box;
|
|
2505
|
-
|
|
2506
|
-
display: -webkit-flex;
|
|
2507
|
-
|
|
2508
|
-
display: -ms-flexbox;
|
|
2509
|
-
|
|
2510
|
-
display: flex;
|
|
2511
|
-
flex-flow: column nowrap;
|
|
2512
|
-
justify-content: flex-end;
|
|
2513
|
-
|
|
2514
|
-
min-height: 412px;
|
|
2515
|
-
padding: 0 20px 12px;
|
|
2516
|
-
}
|
|
2517
|
-
.Cover-module_image__2f3Qc {
|
|
2408
|
+
.QuoteBlock-module_root__2GrcC {
|
|
2518
2409
|
position: relative;
|
|
2519
|
-
}
|
|
2520
|
-
.Cover-module_rich__1fAGA {
|
|
2521
|
-
overflow: hidden;
|
|
2522
|
-
|
|
2523
|
-
margin: 0 -20px;
|
|
2524
|
-
|
|
2525
|
-
border-radius: 9px 9px 0 0;
|
|
2526
|
-
}
|
|
2527
|
-
.Cover-module_rich__1fAGA::after {
|
|
2528
|
-
position: absolute;
|
|
2529
|
-
z-index: 1;
|
|
2530
|
-
top: 0;
|
|
2531
|
-
right: 0;
|
|
2532
|
-
bottom: 0;
|
|
2533
|
-
left: 0;
|
|
2534
2410
|
|
|
2535
|
-
|
|
2411
|
+
margin-bottom: calc(14rem / 16);
|
|
2412
|
+
padding-left: calc(18rem / 16);
|
|
2536
2413
|
|
|
2537
|
-
|
|
2538
|
-
|
|
2414
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
2415
|
+
font-size: calc(18rem / 16);
|
|
2416
|
+
line-height: calc(24rem / 16)
|
|
2539
2417
|
}
|
|
2540
|
-
|
|
2541
|
-
|
|
2418
|
+
@media only screen and (min-width: 32em) {
|
|
2419
|
+
.QuoteBlock-module_root__2GrcC {
|
|
2420
|
+
margin: 0 0 20px;
|
|
2421
|
+
padding-left: 38px;
|
|
2422
|
+
|
|
2423
|
+
font-size: 20px;
|
|
2424
|
+
line-height: 28px
|
|
2542
2425
|
}
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2426
|
+
}
|
|
2427
|
+
.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
|
|
2428
|
+
margin-top: calc(-14rem / 16);
|
|
2429
|
+
padding-top: calc(14rem / 16)
|
|
2546
2430
|
}
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
bottom: 12px;
|
|
2552
|
-
|
|
2553
|
-
width: 28px;
|
|
2554
|
-
height: 28px;
|
|
2555
|
-
margin: 0;
|
|
2556
|
-
padding: 0;
|
|
2557
|
-
|
|
2558
|
-
color: #fff;
|
|
2559
|
-
border-width: 0;
|
|
2560
|
-
border-radius: 14px;
|
|
2561
|
-
outline: none;
|
|
2562
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
2563
|
-
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E %3Cg fill='%23FEFEFE' fill-rule='evenodd' opacity='.7'%3E %3Cpath d='M12.726 16H3.275A3.276 3.276 0 0 1 0 12.725v-9.45A3.276 3.276 0 0 1 3.275 0h9.45A3.275 3.275 0 0 1 16 3.275v9.45A3.275 3.275 0 0 1 12.726 16zm0-2c.703 0 1.274-.571 1.274-1.275v-9.45C14 2.571 13.429 2 12.726 2H3.275C2.57 2 2 2.571 2 3.275v9.45C2 13.429 2.57 14 3.275 14h9.45z' fill-rule='nonzero'/%3E %3Cpath d='M4.97 8.307l7.046 7.046a.5.5 0 0 0 .708-.707l-7.4-7.4a.5.5 0 0 0-.708 0l-3.97 3.97a.5.5 0 0 0 .708.707L4.97 8.307z' fill-rule='nonzero'/%3E %3Cpath d='M10.875 5.832l3.771 3.771a.5.5 0 0 0 .707-.707l-4.125-4.125a.5.5 0 0 0-.707 0l-4.19 4.19a.5.5 0 1 0 .707.707l3.837-3.836z' fill-rule='nonzero'/%3E %3Cpath d='M5.865 4.269a.894.894 0 1 1-1.787 0 .894.894 0 0 1 1.787 0'/%3E %3C/g%3E %3C/svg%3E");
|
|
2564
|
-
background-repeat: no-repeat;
|
|
2565
|
-
background-position: center;
|
|
2566
|
-
box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.15);
|
|
2431
|
+
@media only screen and (min-width: 32em) {
|
|
2432
|
+
.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
|
|
2433
|
+
margin-top: -20px;
|
|
2434
|
+
padding-top: 20px
|
|
2567
2435
|
}
|
|
2568
|
-
|
|
2569
|
-
|
|
2436
|
+
}
|
|
2437
|
+
.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC::before {
|
|
2438
|
+
top: -10px;
|
|
2570
2439
|
}
|
|
2571
|
-
.
|
|
2440
|
+
.QuoteBlock-module_root__2GrcC:before {
|
|
2572
2441
|
position: absolute;
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
right: 0;
|
|
2576
|
-
bottom: 0;
|
|
2442
|
+
top: 5px;
|
|
2443
|
+
bottom: 7px;
|
|
2577
2444
|
left: 0;
|
|
2578
2445
|
|
|
2446
|
+
width: 4px;
|
|
2447
|
+
|
|
2579
2448
|
content: '';
|
|
2580
2449
|
|
|
2581
|
-
border:
|
|
2582
|
-
|
|
2450
|
+
border-radius: 2px;
|
|
2451
|
+
background-color: #ebebeb
|
|
2583
2452
|
}
|
|
2584
|
-
/* VISIBILITY */
|
|
2585
2453
|
@media only screen and (min-width: 32em) {
|
|
2586
|
-
.
|
|
2587
|
-
|
|
2454
|
+
.QuoteBlock-module_root__2GrcC:before {
|
|
2455
|
+
top: 4px;
|
|
2456
|
+
bottom: 6px
|
|
2588
2457
|
}
|
|
2589
2458
|
}
|
|
2590
|
-
.
|
|
2591
|
-
|
|
2459
|
+
.QuoteBlock-module_root__2GrcC:last-child {
|
|
2460
|
+
margin-bottom: 0;
|
|
2592
2461
|
}
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2462
|
+
.QuoteBlock-module_root__2GrcC p {
|
|
2463
|
+
margin: 0;
|
|
2464
|
+
}
|
|
2465
|
+
.QuoteBlock-module_root__2GrcC a {
|
|
2466
|
+
text-decoration: none;
|
|
2467
|
+
|
|
2468
|
+
color: inherit;
|
|
2469
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2470
|
+
}
|
|
2471
|
+
.QuoteBlock-module_root__2GrcC a:hover {
|
|
2472
|
+
color: #b88b59;
|
|
2473
|
+
}
|
|
2474
|
+
.QuoteBlock-module_center__cTFNy {
|
|
2475
|
+
width: 100%;
|
|
2476
|
+
max-width: 650px;
|
|
2477
|
+
margin-right: auto;
|
|
2478
|
+
margin-left: auto;
|
|
2596
2479
|
}
|
|
2597
|
-
}
|
|
2598
2480
|
|
|
2599
2481
|
/* Colors */
|
|
2600
2482
|
/* Fonts */
|
|
@@ -2710,167 +2592,111 @@
|
|
|
2710
2592
|
/* 511 */
|
|
2711
2593
|
/* 1023 */
|
|
2712
2594
|
/* Zindex */
|
|
2713
|
-
.
|
|
2595
|
+
.Cover-module_root__18Z8J {
|
|
2714
2596
|
position: relative;
|
|
2715
|
-
|
|
2716
|
-
text-align: left;
|
|
2717
2597
|
}
|
|
2718
|
-
.
|
|
2598
|
+
.Cover-module_body__1xs8e {
|
|
2599
|
+
position: absolute;
|
|
2600
|
+
z-index: 1;
|
|
2601
|
+
right: 0;
|
|
2602
|
+
bottom: 0;
|
|
2603
|
+
left: 0;
|
|
2604
|
+
|
|
2719
2605
|
display: -webkit-box;
|
|
2606
|
+
|
|
2720
2607
|
display: -webkit-flex;
|
|
2721
|
-
display: -ms-flexbox;
|
|
2722
|
-
display: flex;
|
|
2723
|
-
flex-flow: column nowrap
|
|
2724
|
-
}
|
|
2725
|
-
@media only screen and (min-width: 64em) {
|
|
2726
|
-
.HalfBlock-module_main__2XX73 {
|
|
2727
|
-
align-items: center;
|
|
2728
|
-
flex-flow: row nowrap
|
|
2729
|
-
}
|
|
2730
|
-
}
|
|
2731
|
-
.HalfBlock-module_body__3MnEN {
|
|
2732
|
-
order: -1;
|
|
2733
2608
|
|
|
2734
|
-
|
|
2735
|
-
margin: 0 auto
|
|
2736
|
-
}
|
|
2737
|
-
@media only screen and (min-width: 48em) {
|
|
2738
|
-
.HalfBlock-module_body__3MnEN {
|
|
2739
|
-
text-align: center
|
|
2740
|
-
}
|
|
2741
|
-
}
|
|
2742
|
-
@media only screen and (min-width: 64em) {
|
|
2743
|
-
.HalfBlock-module_body__3MnEN {
|
|
2744
|
-
align-items: flex-start;
|
|
2745
|
-
justify-content: center;
|
|
2746
|
-
order: 0;
|
|
2609
|
+
display: -ms-flexbox;
|
|
2747
2610
|
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
margin-left: 25px;
|
|
2611
|
+
display: flex;
|
|
2612
|
+
flex-flow: column nowrap;
|
|
2613
|
+
justify-content: flex-end;
|
|
2752
2614
|
|
|
2753
|
-
|
|
2615
|
+
min-height: 412px;
|
|
2616
|
+
padding: 0 20px 12px;
|
|
2754
2617
|
}
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
width: 100%;
|
|
2758
|
-
max-width: 650px;
|
|
2759
|
-
margin: 0 auto;
|
|
2760
|
-
padding-top: 3px
|
|
2618
|
+
.Cover-module_image__2f3Qc {
|
|
2619
|
+
position: relative;
|
|
2761
2620
|
}
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
max-width: 1000px;
|
|
2765
|
-
margin: auto;
|
|
2766
|
-
padding-top: 0;
|
|
2621
|
+
.Cover-module_rich__1fAGA {
|
|
2622
|
+
overflow: hidden;
|
|
2767
2623
|
|
|
2768
|
-
|
|
2769
|
-
}
|
|
2770
|
-
}
|
|
2771
|
-
.HalfBlock-module_image__2lYel {
|
|
2772
|
-
flex-grow: 1;
|
|
2624
|
+
margin: 0 -20px;
|
|
2773
2625
|
|
|
2774
|
-
|
|
2775
|
-
margin-top: 18px
|
|
2776
|
-
}
|
|
2777
|
-
@media only screen and (min-width: 32em) {
|
|
2778
|
-
.HalfBlock-module_image__2lYel {
|
|
2779
|
-
margin: 31px 0 -5px
|
|
2780
|
-
}
|
|
2781
|
-
}
|
|
2782
|
-
@media only screen and (min-width: 64em) {
|
|
2783
|
-
.HalfBlock-module_image__2lYel {
|
|
2784
|
-
width: 50%;
|
|
2785
|
-
margin: 0
|
|
2786
|
-
}
|
|
2787
|
-
}
|
|
2788
|
-
/* VISIBILITY */
|
|
2789
|
-
@media only screen and (min-width: 32em) {
|
|
2790
|
-
.HalfBlock-module_mobile__2latf {
|
|
2791
|
-
display: none
|
|
2792
|
-
}
|
|
2793
|
-
}
|
|
2794
|
-
.HalfBlock-module_desktop__3B1Ej {
|
|
2795
|
-
display: none
|
|
2796
|
-
}
|
|
2797
|
-
@media only screen and (min-width: 32em) {
|
|
2798
|
-
.HalfBlock-module_desktop__3B1Ej {
|
|
2799
|
-
display: block
|
|
2626
|
+
border-radius: 9px 9px 0 0;
|
|
2800
2627
|
}
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
/* 650 */
|
|
2809
|
-
/* 768 */
|
|
2810
|
-
/* 1024 */
|
|
2811
|
-
/* 1010 */
|
|
2812
|
-
/* 1200 */
|
|
2813
|
-
/* 511 */
|
|
2814
|
-
/* 1023 */
|
|
2815
|
-
/* Zindex */
|
|
2816
|
-
.ImportantLead-module_root__2BdT3 {
|
|
2817
|
-
margin: 18px 0;
|
|
2818
|
-
padding: 12px 12px 13px;
|
|
2819
|
-
|
|
2820
|
-
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
2821
|
-
border-radius: 4px;
|
|
2822
|
-
border-radius: 8px;
|
|
2823
|
-
background: #FFF8C4;
|
|
2628
|
+
.Cover-module_rich__1fAGA::after {
|
|
2629
|
+
position: absolute;
|
|
2630
|
+
z-index: 1;
|
|
2631
|
+
top: 0;
|
|
2632
|
+
right: 0;
|
|
2633
|
+
bottom: 0;
|
|
2634
|
+
left: 0;
|
|
2824
2635
|
|
|
2825
|
-
|
|
2826
|
-
font-size: 16px;
|
|
2827
|
-
font-weight: normal;
|
|
2828
|
-
line-height: 20px
|
|
2829
|
-
}
|
|
2830
|
-
@media only screen and (min-width: 32em) {
|
|
2831
|
-
.ImportantLead-module_root__2BdT3 {
|
|
2832
|
-
margin: 25px 0;
|
|
2833
|
-
padding: 12px 15px 13px;
|
|
2636
|
+
content: '';
|
|
2834
2637
|
|
|
2835
|
-
|
|
2836
|
-
|
|
2638
|
+
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
2639
|
+
border-radius: 10px 10px 0 0;
|
|
2837
2640
|
}
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
margin-bottom: 0;
|
|
2641
|
+
.Cover-module_dark__2Ac-w .Cover-module_body__1xs8e {
|
|
2642
|
+
color: #000;
|
|
2841
2643
|
}
|
|
2842
|
-
.
|
|
2843
|
-
|
|
2644
|
+
.Cover-module_light__FUp5X .Cover-module_body__1xs8e {
|
|
2645
|
+
color: #fff;
|
|
2646
|
+
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
|
|
2844
2647
|
}
|
|
2845
|
-
.
|
|
2846
|
-
|
|
2847
|
-
|
|
2648
|
+
.Cover-module_control__VXbhi {
|
|
2649
|
+
position: absolute;
|
|
2650
|
+
z-index: 10;
|
|
2651
|
+
right: 49px;
|
|
2652
|
+
bottom: 12px;
|
|
2653
|
+
|
|
2654
|
+
width: 28px;
|
|
2655
|
+
height: 28px;
|
|
2656
|
+
margin: 0;
|
|
2657
|
+
padding: 0;
|
|
2658
|
+
|
|
2659
|
+
color: #fff;
|
|
2660
|
+
border-width: 0;
|
|
2661
|
+
border-radius: 14px;
|
|
2662
|
+
outline: none;
|
|
2663
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
2664
|
+
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E %3Cg fill='%23FEFEFE' fill-rule='evenodd' opacity='.7'%3E %3Cpath d='M12.726 16H3.275A3.276 3.276 0 0 1 0 12.725v-9.45A3.276 3.276 0 0 1 3.275 0h9.45A3.275 3.275 0 0 1 16 3.275v9.45A3.275 3.275 0 0 1 12.726 16zm0-2c.703 0 1.274-.571 1.274-1.275v-9.45C14 2.571 13.429 2 12.726 2H3.275C2.57 2 2 2.571 2 3.275v9.45C2 13.429 2.57 14 3.275 14h9.45z' fill-rule='nonzero'/%3E %3Cpath d='M4.97 8.307l7.046 7.046a.5.5 0 0 0 .708-.707l-7.4-7.4a.5.5 0 0 0-.708 0l-3.97 3.97a.5.5 0 0 0 .708.707L4.97 8.307z' fill-rule='nonzero'/%3E %3Cpath d='M10.875 5.832l3.771 3.771a.5.5 0 0 0 .707-.707l-4.125-4.125a.5.5 0 0 0-.707 0l-4.19 4.19a.5.5 0 1 0 .707.707l3.837-3.836z' fill-rule='nonzero'/%3E %3Cpath d='M5.865 4.269a.894.894 0 1 1-1.787 0 .894.894 0 0 1 1.787 0'/%3E %3C/g%3E %3C/svg%3E");
|
|
2665
|
+
background-repeat: no-repeat;
|
|
2666
|
+
background-position: center;
|
|
2667
|
+
box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.15);
|
|
2848
2668
|
}
|
|
2849
|
-
.
|
|
2850
|
-
|
|
2851
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
2669
|
+
.Cover-module_isInDynamicBlock__3eghb .Cover-module_body__1xs8e {
|
|
2670
|
+
padding: 0 12px 12px
|
|
2852
2671
|
}
|
|
2853
|
-
.
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2672
|
+
.Cover-module_isInDynamicBlock__3eghb::after {
|
|
2673
|
+
position: absolute;
|
|
2674
|
+
z-index: 1;
|
|
2675
|
+
top: 0;
|
|
2676
|
+
right: 0;
|
|
2677
|
+
bottom: 0;
|
|
2678
|
+
left: 0;
|
|
2679
|
+
|
|
2680
|
+
content: '';
|
|
2681
|
+
|
|
2682
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
2683
|
+
border-radius: 8px;
|
|
2857
2684
|
}
|
|
2858
2685
|
/* VISIBILITY */
|
|
2859
2686
|
@media only screen and (min-width: 32em) {
|
|
2860
|
-
.
|
|
2687
|
+
.Cover-module_mobile__5DKa1 {
|
|
2861
2688
|
display: none
|
|
2862
2689
|
}
|
|
2863
2690
|
}
|
|
2864
|
-
.
|
|
2691
|
+
.Cover-module_desktop__2mrOc {
|
|
2865
2692
|
display: none
|
|
2866
2693
|
}
|
|
2867
2694
|
@media only screen and (min-width: 32em) {
|
|
2868
|
-
.
|
|
2695
|
+
.Cover-module_desktop__2mrOc {
|
|
2869
2696
|
display: block
|
|
2870
2697
|
}
|
|
2871
2698
|
}
|
|
2872
2699
|
|
|
2873
|
-
|
|
2874
2700
|
/* Colors */
|
|
2875
2701
|
/* Fonts */
|
|
2876
2702
|
/* Gap */
|
|
@@ -3046,123 +2872,96 @@
|
|
|
3046
2872
|
/* 511 */
|
|
3047
2873
|
/* 1023 */
|
|
3048
2874
|
/* Zindex */
|
|
3049
|
-
.
|
|
3050
|
-
|
|
2875
|
+
.HalfBlock-module_root__2frv2 {
|
|
2876
|
+
position: relative;
|
|
3051
2877
|
|
|
3052
|
-
|
|
3053
|
-
background-color: #f5f5f5;
|
|
3054
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
3055
|
-
}
|
|
3056
|
-
@media only screen and (min-width: 48em) {
|
|
3057
|
-
.RelatedBlock-module_root__IKcQq {
|
|
3058
|
-
margin: 25px 0
|
|
2878
|
+
text-align: left;
|
|
3059
2879
|
}
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
2880
|
+
.HalfBlock-module_main__2XX73 {
|
|
2881
|
+
display: -webkit-box;
|
|
2882
|
+
display: -webkit-flex;
|
|
2883
|
+
display: -ms-flexbox;
|
|
2884
|
+
display: flex;
|
|
2885
|
+
flex-flow: column nowrap
|
|
3063
2886
|
}
|
|
3064
|
-
|
|
3065
|
-
|
|
2887
|
+
@media only screen and (min-width: 64em) {
|
|
2888
|
+
.HalfBlock-module_main__2XX73 {
|
|
2889
|
+
align-items: center;
|
|
2890
|
+
flex-flow: row nowrap
|
|
3066
2891
|
}
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
padding: 12px 12px 13px;
|
|
3071
|
-
|
|
3072
|
-
transition: color 0.15s;
|
|
3073
|
-
text-decoration: none;
|
|
3074
|
-
|
|
3075
|
-
color: #000;
|
|
3076
|
-
box-shadow: none;
|
|
2892
|
+
}
|
|
2893
|
+
.HalfBlock-module_body__3MnEN {
|
|
2894
|
+
order: -1;
|
|
3077
2895
|
|
|
3078
|
-
|
|
3079
|
-
|
|
2896
|
+
max-width: 860px;
|
|
2897
|
+
margin: 0 auto
|
|
3080
2898
|
}
|
|
3081
2899
|
@media only screen and (min-width: 48em) {
|
|
3082
|
-
.
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
font-size: 19px;
|
|
3086
|
-
line-height: 23px
|
|
2900
|
+
.HalfBlock-module_body__3MnEN {
|
|
2901
|
+
text-align: center
|
|
3087
2902
|
}
|
|
3088
2903
|
}
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
padding: 14px 12px 3px;
|
|
3095
|
-
|
|
3096
|
-
letter-spacing: 1px;
|
|
3097
|
-
text-transform: uppercase;
|
|
2904
|
+
@media only screen and (min-width: 64em) {
|
|
2905
|
+
.HalfBlock-module_body__3MnEN {
|
|
2906
|
+
align-items: flex-start;
|
|
2907
|
+
justify-content: center;
|
|
2908
|
+
order: 0;
|
|
3098
2909
|
|
|
3099
|
-
|
|
2910
|
+
width: 50%;
|
|
2911
|
+
max-width: none;
|
|
2912
|
+
height: 100%;
|
|
2913
|
+
margin-left: 25px;
|
|
3100
2914
|
|
|
3101
|
-
|
|
3102
|
-
font-size: 12px;
|
|
3103
|
-
font-weight: 600;
|
|
3104
|
-
line-height: 17px
|
|
2915
|
+
text-align: left
|
|
3105
2916
|
}
|
|
3106
|
-
|
|
3107
|
-
.
|
|
3108
|
-
|
|
2917
|
+
}
|
|
2918
|
+
.HalfBlock-module_footer__1C0yp {
|
|
2919
|
+
width: 100%;
|
|
2920
|
+
max-width: 650px;
|
|
2921
|
+
margin: 0 auto;
|
|
2922
|
+
padding-top: 3px
|
|
2923
|
+
}
|
|
2924
|
+
@media only screen and (min-width: 64em) {
|
|
2925
|
+
.HalfBlock-module_footer__1C0yp {
|
|
2926
|
+
max-width: 1000px;
|
|
2927
|
+
margin: auto;
|
|
2928
|
+
padding-top: 0;
|
|
3109
2929
|
|
|
3110
|
-
|
|
3111
|
-
line-height: 16px
|
|
2930
|
+
border-top: 1px solid #e6e6e6
|
|
3112
2931
|
}
|
|
3113
2932
|
}
|
|
3114
|
-
.
|
|
3115
|
-
|
|
3116
|
-
padding-left: 0;
|
|
2933
|
+
.HalfBlock-module_image__2lYel {
|
|
2934
|
+
flex-grow: 1;
|
|
3117
2935
|
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
.RelatedBlock-module_items__2V-Ap li {
|
|
3121
|
-
padding: 0;
|
|
3122
|
-
}
|
|
3123
|
-
.RelatedBlock-module_items__2V-Ap li + li {
|
|
3124
|
-
border-top: 1px solid #e6e6e6;
|
|
3125
|
-
}
|
|
3126
|
-
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3127
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3128
|
-
font-size: 16px;
|
|
3129
|
-
font-weight: 700;
|
|
3130
|
-
line-height: 18px
|
|
2936
|
+
margin: 0 -20px 0;
|
|
2937
|
+
margin-top: 18px
|
|
3131
2938
|
}
|
|
3132
|
-
@media only screen and (min-width:
|
|
3133
|
-
.
|
|
3134
|
-
|
|
2939
|
+
@media only screen and (min-width: 32em) {
|
|
2940
|
+
.HalfBlock-module_image__2lYel {
|
|
2941
|
+
margin: 31px 0 -5px
|
|
3135
2942
|
}
|
|
3136
2943
|
}
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
margin-right: auto;
|
|
3142
|
-
margin-left: auto;
|
|
3143
|
-
}
|
|
3144
|
-
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
3145
|
-
margin-top: 0;
|
|
3146
|
-
}
|
|
3147
|
-
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
3148
|
-
margin-bottom: 0;
|
|
2944
|
+
@media only screen and (min-width: 64em) {
|
|
2945
|
+
.HalfBlock-module_image__2lYel {
|
|
2946
|
+
width: 50%;
|
|
2947
|
+
margin: 0
|
|
3149
2948
|
}
|
|
2949
|
+
}
|
|
3150
2950
|
/* VISIBILITY */
|
|
3151
2951
|
@media only screen and (min-width: 32em) {
|
|
3152
|
-
.
|
|
2952
|
+
.HalfBlock-module_mobile__2latf {
|
|
3153
2953
|
display: none
|
|
3154
2954
|
}
|
|
3155
2955
|
}
|
|
3156
|
-
.
|
|
2956
|
+
.HalfBlock-module_desktop__3B1Ej {
|
|
3157
2957
|
display: none
|
|
3158
2958
|
}
|
|
3159
2959
|
@media only screen and (min-width: 32em) {
|
|
3160
|
-
.
|
|
2960
|
+
.HalfBlock-module_desktop__3B1Ej {
|
|
3161
2961
|
display: block
|
|
3162
2962
|
}
|
|
3163
2963
|
}
|
|
3164
2964
|
|
|
3165
|
-
|
|
3166
2965
|
/* Colors */
|
|
3167
2966
|
/* Fonts */
|
|
3168
2967
|
/* Gap */
|
|
@@ -3264,25 +3063,96 @@
|
|
|
3264
3063
|
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3265
3064
|
font-size: 20px
|
|
3266
3065
|
}
|
|
3267
|
-
@media only screen and (min-width: 64em) {
|
|
3268
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3269
|
-
font-size: 1.35rem
|
|
3066
|
+
@media only screen and (min-width: 64em) {
|
|
3067
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3068
|
+
font-size: 1.35rem
|
|
3069
|
+
}
|
|
3070
|
+
}
|
|
3071
|
+
@media only screen and (min-width: 32em) {
|
|
3072
|
+
.RichTitle-module_mobile__1Cb6E {
|
|
3073
|
+
display: none
|
|
3074
|
+
}
|
|
3075
|
+
}
|
|
3076
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3077
|
+
display: none
|
|
3078
|
+
}
|
|
3079
|
+
@media only screen and (min-width: 32em) {
|
|
3080
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3081
|
+
display: block
|
|
3082
|
+
}
|
|
3083
|
+
}
|
|
3084
|
+
|
|
3085
|
+
/* Colors */
|
|
3086
|
+
/* Fonts */
|
|
3087
|
+
/* Gap */
|
|
3088
|
+
/* Media */
|
|
3089
|
+
/* 512 */
|
|
3090
|
+
/* 650 */
|
|
3091
|
+
/* 768 */
|
|
3092
|
+
/* 1024 */
|
|
3093
|
+
/* 1010 */
|
|
3094
|
+
/* 1200 */
|
|
3095
|
+
/* 511 */
|
|
3096
|
+
/* 1023 */
|
|
3097
|
+
/* Zindex */
|
|
3098
|
+
.ImportantLead-module_root__2BdT3 {
|
|
3099
|
+
margin: 18px 0;
|
|
3100
|
+
padding: 12px 12px 13px;
|
|
3101
|
+
|
|
3102
|
+
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
3103
|
+
border-radius: 4px;
|
|
3104
|
+
border-radius: 8px;
|
|
3105
|
+
background: #FFF8C4;
|
|
3106
|
+
|
|
3107
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3108
|
+
font-size: 16px;
|
|
3109
|
+
font-weight: normal;
|
|
3110
|
+
line-height: 20px
|
|
3111
|
+
}
|
|
3112
|
+
@media only screen and (min-width: 32em) {
|
|
3113
|
+
.ImportantLead-module_root__2BdT3 {
|
|
3114
|
+
margin: 25px 0;
|
|
3115
|
+
padding: 12px 15px 13px;
|
|
3116
|
+
|
|
3117
|
+
font-size: 17px;
|
|
3118
|
+
line-height: 24px
|
|
3119
|
+
}
|
|
3120
|
+
}
|
|
3121
|
+
.ImportantLead-module_root__2BdT3:last-child {
|
|
3122
|
+
margin-bottom: 0;
|
|
3123
|
+
}
|
|
3124
|
+
.ImportantLead-module_root__2BdT3:first-child {
|
|
3125
|
+
margin-top: 0;
|
|
3126
|
+
}
|
|
3127
|
+
.ImportantLead-module_root__2BdT3 a {
|
|
3128
|
+
color: #000;
|
|
3129
|
+
box-shadow: inset 0 -1px #000;
|
|
3130
|
+
}
|
|
3131
|
+
.ImportantLead-module_root__2BdT3 a:hover {
|
|
3132
|
+
color: #b88b59;
|
|
3133
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
3134
|
+
}
|
|
3135
|
+
.ImportantLead-module_slide__3kQ9x {
|
|
3136
|
+
max-width: 650px;
|
|
3137
|
+
margin-right: auto;
|
|
3138
|
+
margin-left: auto;
|
|
3270
3139
|
}
|
|
3271
|
-
|
|
3140
|
+
/* VISIBILITY */
|
|
3272
3141
|
@media only screen and (min-width: 32em) {
|
|
3273
|
-
.
|
|
3142
|
+
.ImportantLead-module_mobile__3BXbm {
|
|
3274
3143
|
display: none
|
|
3275
3144
|
}
|
|
3276
3145
|
}
|
|
3277
|
-
.
|
|
3146
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
3278
3147
|
display: none
|
|
3279
3148
|
}
|
|
3280
3149
|
@media only screen and (min-width: 32em) {
|
|
3281
|
-
.
|
|
3150
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
3282
3151
|
display: block
|
|
3283
3152
|
}
|
|
3284
3153
|
}
|
|
3285
3154
|
|
|
3155
|
+
|
|
3286
3156
|
/* Colors */
|
|
3287
3157
|
/* Fonts */
|
|
3288
3158
|
/* Gap */
|
|
@@ -3771,133 +3641,6 @@ a mark {
|
|
|
3771
3641
|
}
|
|
3772
3642
|
}
|
|
3773
3643
|
|
|
3774
|
-
/* Colors */
|
|
3775
|
-
/* Fonts */
|
|
3776
|
-
/* Gap */
|
|
3777
|
-
/* Media */
|
|
3778
|
-
/* 512 */
|
|
3779
|
-
/* 650 */
|
|
3780
|
-
/* 768 */
|
|
3781
|
-
/* 1024 */
|
|
3782
|
-
/* 1010 */
|
|
3783
|
-
/* 1200 */
|
|
3784
|
-
/* 511 */
|
|
3785
|
-
/* 1023 */
|
|
3786
|
-
/* Zindex */
|
|
3787
|
-
.SourceBlock-module_root__1P3XD {
|
|
3788
|
-
display: block;
|
|
3789
|
-
|
|
3790
|
-
margin: 18px 0 15px;
|
|
3791
|
-
padding: 12px 11px 17px;
|
|
3792
|
-
|
|
3793
|
-
color: #000;
|
|
3794
|
-
border-radius: 2px 8px 8px 2px;
|
|
3795
|
-
background-color: #f5f5f5;
|
|
3796
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #b78b5c;
|
|
3797
|
-
|
|
3798
|
-
font-size: 16px;
|
|
3799
|
-
line-height: 20px
|
|
3800
|
-
}
|
|
3801
|
-
@media only screen and (min-width: 48em) {
|
|
3802
|
-
.SourceBlock-module_root__1P3XD {
|
|
3803
|
-
margin-top: 25px;
|
|
3804
|
-
margin-bottom: 25px;
|
|
3805
|
-
padding: 18px 16px 16px
|
|
3806
|
-
}
|
|
3807
|
-
}
|
|
3808
|
-
.SourceBlock-module_root__1P3XD:hover,
|
|
3809
|
-
.SourceBlock-module_root__1P3XD:visited {
|
|
3810
|
-
background-color: #ededed;
|
|
3811
|
-
}
|
|
3812
|
-
.SourceBlock-module_root__1P3XD blockquote {
|
|
3813
|
-
margin: 0;
|
|
3814
|
-
}
|
|
3815
|
-
.SourceBlock-module_root__1P3XD a {
|
|
3816
|
-
text-decoration: none;
|
|
3817
|
-
|
|
3818
|
-
color: inherit;
|
|
3819
|
-
}
|
|
3820
|
-
.SourceBlock-module_text__Si4vm {
|
|
3821
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3822
|
-
}
|
|
3823
|
-
.SourceBlock-module_text__Si4vm p {
|
|
3824
|
-
margin: 0;
|
|
3825
|
-
|
|
3826
|
-
font-size: 16px;
|
|
3827
|
-
line-height: 22px
|
|
3828
|
-
}
|
|
3829
|
-
@media only screen and (min-width: 48em) {
|
|
3830
|
-
.SourceBlock-module_text__Si4vm p {
|
|
3831
|
-
font-size: 18px;
|
|
3832
|
-
line-height: 26px
|
|
3833
|
-
}
|
|
3834
|
-
}
|
|
3835
|
-
.SourceBlock-module_root__1P3XD p + p {
|
|
3836
|
-
margin-top: 12px;
|
|
3837
|
-
}
|
|
3838
|
-
.SourceBlock-module_root__1P3XD footer {
|
|
3839
|
-
margin-top: 12px;
|
|
3840
|
-
padding-top: 10px;
|
|
3841
|
-
|
|
3842
|
-
border-top: 1px solid #d6d6d6
|
|
3843
|
-
}
|
|
3844
|
-
@media only screen and (min-width: 48em) {
|
|
3845
|
-
.SourceBlock-module_root__1P3XD footer {
|
|
3846
|
-
margin-top: 18px;
|
|
3847
|
-
padding-top: 12px
|
|
3848
|
-
}
|
|
3849
|
-
}
|
|
3850
|
-
.SourceBlock-module_origin__l3JbO {
|
|
3851
|
-
letter-spacing: 1px;
|
|
3852
|
-
text-transform: uppercase;
|
|
3853
|
-
pointer-events: none;
|
|
3854
|
-
|
|
3855
|
-
color: #292929;
|
|
3856
|
-
|
|
3857
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3858
|
-
font-size: 16px;
|
|
3859
|
-
font-weight: bold;
|
|
3860
|
-
font-style: normal;
|
|
3861
|
-
line-height: 22px
|
|
3862
|
-
}
|
|
3863
|
-
@media only screen and (min-width: 48em) {
|
|
3864
|
-
.SourceBlock-module_origin__l3JbO {
|
|
3865
|
-
font-size: 18px;
|
|
3866
|
-
line-height: 26px
|
|
3867
|
-
}
|
|
3868
|
-
}
|
|
3869
|
-
.SourceBlock-module_center__3P93B {
|
|
3870
|
-
max-width: 650px;
|
|
3871
|
-
margin-right: auto;
|
|
3872
|
-
margin-left: auto;
|
|
3873
|
-
}
|
|
3874
|
-
/* VISIBILITY */
|
|
3875
|
-
@media only screen and (min-width: 32em) {
|
|
3876
|
-
.SourceBlock-module_mobile__2gw4S {
|
|
3877
|
-
display: none
|
|
3878
|
-
}
|
|
3879
|
-
}
|
|
3880
|
-
.SourceBlock-module_desktop__DecT6 {
|
|
3881
|
-
display: none
|
|
3882
|
-
}
|
|
3883
|
-
@media only screen and (min-width: 32em) {
|
|
3884
|
-
.SourceBlock-module_desktop__DecT6 {
|
|
3885
|
-
display: block
|
|
3886
|
-
}
|
|
3887
|
-
}
|
|
3888
|
-
/* Dark theme */
|
|
3889
|
-
.SourceBlock-module_isDark__3hEEp,
|
|
3890
|
-
.SourceBlock-module_isDark__3hEEp:hover {
|
|
3891
|
-
background-color: #262626;
|
|
3892
|
-
color: inherit;
|
|
3893
|
-
}
|
|
3894
|
-
.SourceBlock-module_isDark__3hEEp .SourceBlock-module_origin__l3JbO {
|
|
3895
|
-
color: #b8b8b8;
|
|
3896
|
-
}
|
|
3897
|
-
.SourceBlock-module_isDark__3hEEp footer {
|
|
3898
|
-
border-top-color: #3d3d3d;
|
|
3899
|
-
}
|
|
3900
|
-
|
|
3901
3644
|
/* Colors */
|
|
3902
3645
|
/* Fonts */
|
|
3903
3646
|
/* Gap */
|
|
@@ -4157,25 +3900,152 @@ a mark {
|
|
|
4157
3900
|
bottom: 46px
|
|
4158
3901
|
}
|
|
4159
3902
|
}
|
|
4160
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4161
|
-
[data-gdpr-panel='true'][data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4162
|
-
bottom: 90px
|
|
3903
|
+
@media only screen and (max-width: 32.1875em) {
|
|
3904
|
+
[data-gdpr-panel='true'][data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
3905
|
+
bottom: 90px
|
|
3906
|
+
}
|
|
3907
|
+
}
|
|
3908
|
+
/* VISIBILITY */
|
|
3909
|
+
@media only screen and (min-width: 32em) {
|
|
3910
|
+
.Spoiler-module_mobile__2BPt8 {
|
|
3911
|
+
display: none
|
|
3912
|
+
}
|
|
3913
|
+
}
|
|
3914
|
+
.Spoiler-module_desktop__1BIFJ {
|
|
3915
|
+
display: none
|
|
3916
|
+
}
|
|
3917
|
+
@media only screen and (min-width: 32em) {
|
|
3918
|
+
.Spoiler-module_desktop__1BIFJ {
|
|
3919
|
+
display: block
|
|
3920
|
+
}
|
|
3921
|
+
}
|
|
3922
|
+
|
|
3923
|
+
/* Colors */
|
|
3924
|
+
/* Fonts */
|
|
3925
|
+
/* Gap */
|
|
3926
|
+
/* Media */
|
|
3927
|
+
/* 512 */
|
|
3928
|
+
/* 650 */
|
|
3929
|
+
/* 768 */
|
|
3930
|
+
/* 1024 */
|
|
3931
|
+
/* 1010 */
|
|
3932
|
+
/* 1200 */
|
|
3933
|
+
/* 511 */
|
|
3934
|
+
/* 1023 */
|
|
3935
|
+
/* Zindex */
|
|
3936
|
+
.SourceBlock-module_root__1P3XD {
|
|
3937
|
+
display: block;
|
|
3938
|
+
|
|
3939
|
+
margin: 18px 0 15px;
|
|
3940
|
+
padding: 12px 11px 17px;
|
|
3941
|
+
|
|
3942
|
+
color: #000;
|
|
3943
|
+
border-radius: 2px 8px 8px 2px;
|
|
3944
|
+
background-color: #f5f5f5;
|
|
3945
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #b78b5c;
|
|
3946
|
+
|
|
3947
|
+
font-size: 16px;
|
|
3948
|
+
line-height: 20px
|
|
3949
|
+
}
|
|
3950
|
+
@media only screen and (min-width: 48em) {
|
|
3951
|
+
.SourceBlock-module_root__1P3XD {
|
|
3952
|
+
margin-top: 25px;
|
|
3953
|
+
margin-bottom: 25px;
|
|
3954
|
+
padding: 18px 16px 16px
|
|
3955
|
+
}
|
|
3956
|
+
}
|
|
3957
|
+
.SourceBlock-module_root__1P3XD:hover,
|
|
3958
|
+
.SourceBlock-module_root__1P3XD:visited {
|
|
3959
|
+
background-color: #ededed;
|
|
3960
|
+
}
|
|
3961
|
+
.SourceBlock-module_root__1P3XD blockquote {
|
|
3962
|
+
margin: 0;
|
|
3963
|
+
}
|
|
3964
|
+
.SourceBlock-module_root__1P3XD a {
|
|
3965
|
+
text-decoration: none;
|
|
3966
|
+
|
|
3967
|
+
color: inherit;
|
|
3968
|
+
}
|
|
3969
|
+
.SourceBlock-module_text__Si4vm {
|
|
3970
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3971
|
+
}
|
|
3972
|
+
.SourceBlock-module_text__Si4vm p {
|
|
3973
|
+
margin: 0;
|
|
3974
|
+
|
|
3975
|
+
font-size: 16px;
|
|
3976
|
+
line-height: 22px
|
|
3977
|
+
}
|
|
3978
|
+
@media only screen and (min-width: 48em) {
|
|
3979
|
+
.SourceBlock-module_text__Si4vm p {
|
|
3980
|
+
font-size: 18px;
|
|
3981
|
+
line-height: 26px
|
|
3982
|
+
}
|
|
3983
|
+
}
|
|
3984
|
+
.SourceBlock-module_root__1P3XD p + p {
|
|
3985
|
+
margin-top: 12px;
|
|
3986
|
+
}
|
|
3987
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
3988
|
+
margin-top: 12px;
|
|
3989
|
+
padding-top: 10px;
|
|
3990
|
+
|
|
3991
|
+
border-top: 1px solid #d6d6d6
|
|
3992
|
+
}
|
|
3993
|
+
@media only screen and (min-width: 48em) {
|
|
3994
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
3995
|
+
margin-top: 18px;
|
|
3996
|
+
padding-top: 12px
|
|
3997
|
+
}
|
|
3998
|
+
}
|
|
3999
|
+
.SourceBlock-module_origin__l3JbO {
|
|
4000
|
+
letter-spacing: 1px;
|
|
4001
|
+
text-transform: uppercase;
|
|
4002
|
+
pointer-events: none;
|
|
4003
|
+
|
|
4004
|
+
color: #292929;
|
|
4005
|
+
|
|
4006
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4007
|
+
font-size: 16px;
|
|
4008
|
+
font-weight: bold;
|
|
4009
|
+
font-style: normal;
|
|
4010
|
+
line-height: 22px
|
|
4011
|
+
}
|
|
4012
|
+
@media only screen and (min-width: 48em) {
|
|
4013
|
+
.SourceBlock-module_origin__l3JbO {
|
|
4014
|
+
font-size: 18px;
|
|
4015
|
+
line-height: 26px
|
|
4016
|
+
}
|
|
4017
|
+
}
|
|
4018
|
+
.SourceBlock-module_center__3P93B {
|
|
4019
|
+
max-width: 650px;
|
|
4020
|
+
margin-right: auto;
|
|
4021
|
+
margin-left: auto;
|
|
4163
4022
|
}
|
|
4164
|
-
}
|
|
4165
4023
|
/* VISIBILITY */
|
|
4166
4024
|
@media only screen and (min-width: 32em) {
|
|
4167
|
-
.
|
|
4025
|
+
.SourceBlock-module_mobile__2gw4S {
|
|
4168
4026
|
display: none
|
|
4169
4027
|
}
|
|
4170
4028
|
}
|
|
4171
|
-
.
|
|
4029
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
4172
4030
|
display: none
|
|
4173
4031
|
}
|
|
4174
4032
|
@media only screen and (min-width: 32em) {
|
|
4175
|
-
.
|
|
4033
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
4176
4034
|
display: block
|
|
4177
4035
|
}
|
|
4178
4036
|
}
|
|
4037
|
+
/* Dark theme */
|
|
4038
|
+
.SourceBlock-module_isDark__3hEEp,
|
|
4039
|
+
.SourceBlock-module_isDark__3hEEp:hover {
|
|
4040
|
+
background-color: #262626;
|
|
4041
|
+
color: inherit;
|
|
4042
|
+
}
|
|
4043
|
+
.SourceBlock-module_isDark__3hEEp .SourceBlock-module_origin__l3JbO {
|
|
4044
|
+
color: #b8b8b8;
|
|
4045
|
+
}
|
|
4046
|
+
.SourceBlock-module_isDark__3hEEp footer {
|
|
4047
|
+
border-top-color: #3d3d3d;
|
|
4048
|
+
}
|
|
4179
4049
|
|
|
4180
4050
|
/* Colors */
|
|
4181
4051
|
/* Fonts */
|
|
@@ -4279,6 +4149,34 @@ a mark {
|
|
|
4279
4149
|
margin-top: -1px;
|
|
4280
4150
|
}
|
|
4281
4151
|
|
|
4152
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
4153
|
+
/* Colors */
|
|
4154
|
+
/* Fonts */
|
|
4155
|
+
/* Gap */
|
|
4156
|
+
/* Media */
|
|
4157
|
+
/* 512 */
|
|
4158
|
+
/* 650 */
|
|
4159
|
+
/* 768 */
|
|
4160
|
+
/* 1024 */
|
|
4161
|
+
/* 1010 */
|
|
4162
|
+
/* 1200 */
|
|
4163
|
+
/* 511 */
|
|
4164
|
+
/* 1023 */
|
|
4165
|
+
/* Zindex */
|
|
4166
|
+
.DocumentItemsCount-module_root__P3q-z {
|
|
4167
|
+
display: inline;
|
|
4168
|
+
|
|
4169
|
+
line-height: inherit;
|
|
4170
|
+
}
|
|
4171
|
+
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4172
|
+
vertical-align: top;
|
|
4173
|
+
}
|
|
4174
|
+
.DocumentItemsCount-module_items__3pfxW {
|
|
4175
|
+
margin-left: 1px;
|
|
4176
|
+
|
|
4177
|
+
vertical-align: top;
|
|
4178
|
+
}
|
|
4179
|
+
|
|
4282
4180
|
/* stylelint-disable declaration-empty-line-before */
|
|
4283
4181
|
/* Colors */
|
|
4284
4182
|
/* Fonts */
|
|
@@ -4377,297 +4275,91 @@ a mark {
|
|
|
4377
4275
|
transform: scale(0);
|
|
4378
4276
|
}
|
|
4379
4277
|
|
|
4380
|
-
100% {
|
|
4381
|
-
transform: scale(0);
|
|
4382
|
-
}
|
|
4383
|
-
}
|
|
4384
|
-
@keyframes MetaItemLive-module_liveMiddle__wyuV3 {
|
|
4385
|
-
14% {
|
|
4386
|
-
transform: scale(0);
|
|
4387
|
-
}
|
|
4388
|
-
|
|
4389
|
-
30% {
|
|
4390
|
-
transform: scale(0.22);
|
|
4391
|
-
}
|
|
4392
|
-
|
|
4393
|
-
63% {
|
|
4394
|
-
transform: scale(0.22);
|
|
4395
|
-
}
|
|
4396
|
-
|
|
4397
|
-
70% {
|
|
4398
|
-
transform: scale(0);
|
|
4399
|
-
}
|
|
4400
|
-
|
|
4401
|
-
100% {
|
|
4402
|
-
transform: scale(0);
|
|
4403
|
-
}
|
|
4404
|
-
}
|
|
4405
|
-
@-webkit-keyframes MetaItemLive-module_liveFirstWave__3dbvz {
|
|
4406
|
-
21% {
|
|
4407
|
-
transform: scale(0.1);
|
|
4408
|
-
}
|
|
4409
|
-
|
|
4410
|
-
53% {
|
|
4411
|
-
transform: scale(0.33);
|
|
4412
|
-
}
|
|
4413
|
-
|
|
4414
|
-
100% {
|
|
4415
|
-
transform: scale(0.66);
|
|
4416
|
-
|
|
4417
|
-
opacity: 0;
|
|
4418
|
-
}
|
|
4419
|
-
}
|
|
4420
|
-
@keyframes MetaItemLive-module_liveFirstWave__3dbvz {
|
|
4421
|
-
21% {
|
|
4422
|
-
transform: scale(0.1);
|
|
4423
|
-
}
|
|
4424
|
-
|
|
4425
|
-
53% {
|
|
4426
|
-
transform: scale(0.33);
|
|
4427
|
-
}
|
|
4428
|
-
|
|
4429
|
-
100% {
|
|
4430
|
-
transform: scale(0.66);
|
|
4431
|
-
|
|
4432
|
-
opacity: 0;
|
|
4433
|
-
}
|
|
4434
|
-
}
|
|
4435
|
-
@-webkit-keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
4436
|
-
21% {
|
|
4437
|
-
transform: scale(0.22);
|
|
4438
|
-
}
|
|
4439
|
-
|
|
4440
|
-
53% {
|
|
4441
|
-
transform: scale(0.55);
|
|
4442
|
-
}
|
|
4443
|
-
|
|
4444
|
-
100% {
|
|
4445
|
-
transform: scale(0.88);
|
|
4446
|
-
|
|
4447
|
-
opacity: 0;
|
|
4448
|
-
}
|
|
4449
|
-
}
|
|
4450
|
-
@keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
4451
|
-
21% {
|
|
4452
|
-
transform: scale(0.22);
|
|
4453
|
-
}
|
|
4454
|
-
|
|
4455
|
-
53% {
|
|
4456
|
-
transform: scale(0.55);
|
|
4457
|
-
}
|
|
4458
|
-
|
|
4459
|
-
100% {
|
|
4460
|
-
transform: scale(0.88);
|
|
4461
|
-
|
|
4462
|
-
opacity: 0;
|
|
4463
|
-
}
|
|
4464
|
-
}
|
|
4465
|
-
|
|
4466
|
-
/* stylelint-disable declaration-empty-line-before */
|
|
4467
|
-
/* Colors */
|
|
4468
|
-
/* Fonts */
|
|
4469
|
-
/* Gap */
|
|
4470
|
-
/* Media */
|
|
4471
|
-
/* 512 */
|
|
4472
|
-
/* 650 */
|
|
4473
|
-
/* 768 */
|
|
4474
|
-
/* 1024 */
|
|
4475
|
-
/* 1010 */
|
|
4476
|
-
/* 1200 */
|
|
4477
|
-
/* 511 */
|
|
4478
|
-
/* 1023 */
|
|
4479
|
-
/* Zindex */
|
|
4480
|
-
.DocumentItemsCount-module_root__P3q-z {
|
|
4481
|
-
display: inline;
|
|
4482
|
-
|
|
4483
|
-
line-height: inherit;
|
|
4484
|
-
}
|
|
4485
|
-
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4486
|
-
vertical-align: top;
|
|
4487
|
-
}
|
|
4488
|
-
.DocumentItemsCount-module_items__3pfxW {
|
|
4489
|
-
margin-left: 1px;
|
|
4490
|
-
|
|
4491
|
-
vertical-align: top;
|
|
4492
|
-
}
|
|
4493
|
-
|
|
4494
|
-
/* Colors */
|
|
4495
|
-
/* Fonts */
|
|
4496
|
-
/* Gap */
|
|
4497
|
-
/* Media */
|
|
4498
|
-
/* 512 */
|
|
4499
|
-
/* 650 */
|
|
4500
|
-
/* 768 */
|
|
4501
|
-
/* 1024 */
|
|
4502
|
-
/* 1010 */
|
|
4503
|
-
/* 1200 */
|
|
4504
|
-
/* 511 */
|
|
4505
|
-
/* 1023 */
|
|
4506
|
-
/* Zindex */
|
|
4507
|
-
.ToolbarButton-module_root__xN-fq {
|
|
4508
|
-
height: 100%;
|
|
4509
|
-
margin: 0;
|
|
4510
|
-
padding: 0 1px 0 0;
|
|
4511
|
-
|
|
4512
|
-
cursor: pointer;
|
|
4513
|
-
|
|
4514
|
-
color: inherit;
|
|
4515
|
-
border-width: 0;
|
|
4516
|
-
outline: none;
|
|
4517
|
-
background-color: transparent;
|
|
4518
|
-
|
|
4519
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4520
|
-
font-size: 12px;
|
|
4521
|
-
font-weight: 600;
|
|
4522
|
-
line-height: 1;
|
|
4523
|
-
|
|
4524
|
-
-webkit-appearance: none;
|
|
4525
|
-
|
|
4526
|
-
-moz-appearance: none;
|
|
4527
|
-
|
|
4528
|
-
appearance: none;
|
|
4529
|
-
}
|
|
4530
|
-
.ToolbarButton-module_root__xN-fq::after {
|
|
4531
|
-
position: absolute;
|
|
4532
|
-
top: 0;
|
|
4533
|
-
right: 0;
|
|
4534
|
-
bottom: 0;
|
|
4535
|
-
left: 0;
|
|
4536
|
-
|
|
4537
|
-
content: '';
|
|
4538
|
-
}
|
|
4539
|
-
.ToolbarButton-module_root__xN-fq:hover {
|
|
4540
|
-
opacity: 0.6;
|
|
4541
|
-
}
|
|
4542
|
-
.ToolbarButton-module_isDark__2q5U7,
|
|
4543
|
-
.ToolbarButton-module_dark__GrIOr {
|
|
4544
|
-
color: #fff;
|
|
4545
|
-
}
|
|
4546
|
-
.ToolbarButton-module_isDark__2q5U7:hover,
|
|
4547
|
-
.ToolbarButton-module_dark__GrIOr:hover {
|
|
4548
|
-
opacity: 0.6;
|
|
4549
|
-
}
|
|
4550
|
-
.ToolbarButton-module_isDark__2q5U7 svg,
|
|
4551
|
-
.ToolbarButton-module_dark__GrIOr svg {
|
|
4552
|
-
color: #262626;
|
|
4553
|
-
|
|
4554
|
-
fill: #fff;
|
|
4555
|
-
}
|
|
4556
|
-
.ToolbarButton-module_isDark__2q5U7.ToolbarButton-module_bookmark__3369b svg,
|
|
4557
|
-
.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b svg {
|
|
4558
|
-
color: #fff;
|
|
4559
|
-
|
|
4560
|
-
fill: transparent;
|
|
4561
|
-
}
|
|
4562
|
-
.ToolbarButton-module_isDark__2q5U7.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg,
|
|
4563
|
-
.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg {
|
|
4564
|
-
fill: currentColor;
|
|
4565
|
-
}
|
|
4566
|
-
.ToolbarButton-module_isDark__2q5U7::before,
|
|
4567
|
-
.ToolbarButton-module_dark__GrIOr::before {
|
|
4568
|
-
border-left-color: rgba(255, 255, 255, 0.2);
|
|
4569
|
-
}
|
|
4570
|
-
.ToolbarButton-module_root__xN-fq [data-theme='dark'] {
|
|
4571
|
-
visibility: hidden;
|
|
4572
|
-
}
|
|
4573
|
-
.ToolbarButton-module_isDark__2q5U7 [data-theme='dark'],
|
|
4574
|
-
.ToolbarButton-module_dark__GrIOr [data-theme='dark'] {
|
|
4575
|
-
visibility: visible;
|
|
4576
|
-
}
|
|
4577
|
-
.ToolbarButton-module_isDark__2q5U7 [data-theme='light'],
|
|
4578
|
-
.ToolbarButton-module_dark__GrIOr [data-theme='light'] {
|
|
4579
|
-
visibility: hidden;
|
|
4278
|
+
100% {
|
|
4279
|
+
transform: scale(0);
|
|
4280
|
+
}
|
|
4580
4281
|
}
|
|
4581
|
-
|
|
4582
|
-
|
|
4282
|
+
@keyframes MetaItemLive-module_liveMiddle__wyuV3 {
|
|
4283
|
+
14% {
|
|
4284
|
+
transform: scale(0);
|
|
4285
|
+
}
|
|
4583
4286
|
|
|
4584
|
-
|
|
4287
|
+
30% {
|
|
4288
|
+
transform: scale(0.22);
|
|
4289
|
+
}
|
|
4585
4290
|
|
|
4586
|
-
|
|
4587
|
-
|
|
4588
|
-
|
|
4589
|
-
display: none;
|
|
4590
|
-
}
|
|
4591
|
-
.ToolbarButton-module_bookmark__3369b {
|
|
4592
|
-
color: #999;
|
|
4291
|
+
63% {
|
|
4292
|
+
transform: scale(0.22);
|
|
4293
|
+
}
|
|
4593
4294
|
|
|
4594
|
-
|
|
4595
|
-
|
|
4596
|
-
|
|
4597
|
-
|
|
4295
|
+
70% {
|
|
4296
|
+
transform: scale(0);
|
|
4297
|
+
}
|
|
4298
|
+
|
|
4299
|
+
100% {
|
|
4300
|
+
transform: scale(0);
|
|
4301
|
+
}
|
|
4598
4302
|
}
|
|
4303
|
+
@-webkit-keyframes MetaItemLive-module_liveFirstWave__3dbvz {
|
|
4304
|
+
21% {
|
|
4305
|
+
transform: scale(0.1);
|
|
4306
|
+
}
|
|
4599
4307
|
|
|
4600
|
-
|
|
4601
|
-
|
|
4602
|
-
|
|
4603
|
-
/* Media */
|
|
4604
|
-
/* 512 */
|
|
4605
|
-
/* 650 */
|
|
4606
|
-
/* 768 */
|
|
4607
|
-
/* 1024 */
|
|
4608
|
-
/* 1010 */
|
|
4609
|
-
/* 1200 */
|
|
4610
|
-
/* 511 */
|
|
4611
|
-
/* 1023 */
|
|
4612
|
-
/* Zindex */
|
|
4613
|
-
.Footnote-module_root__2a0-B {
|
|
4614
|
-
position: relative;
|
|
4308
|
+
53% {
|
|
4309
|
+
transform: scale(0.33);
|
|
4310
|
+
}
|
|
4615
4311
|
|
|
4616
|
-
|
|
4617
|
-
|
|
4312
|
+
100% {
|
|
4313
|
+
transform: scale(0.66);
|
|
4618
4314
|
|
|
4619
|
-
|
|
4620
|
-
|
|
4621
|
-
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4622
|
-
}
|
|
4623
|
-
.Footnote-module_body__259Ly {
|
|
4624
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4625
|
-
font-size: 16px;
|
|
4626
|
-
line-height: 22px;
|
|
4315
|
+
opacity: 0;
|
|
4316
|
+
}
|
|
4627
4317
|
}
|
|
4628
|
-
|
|
4629
|
-
|
|
4318
|
+
@keyframes MetaItemLive-module_liveFirstWave__3dbvz {
|
|
4319
|
+
21% {
|
|
4320
|
+
transform: scale(0.1);
|
|
4321
|
+
}
|
|
4630
4322
|
|
|
4631
|
-
|
|
4632
|
-
|
|
4633
|
-
|
|
4634
|
-
|
|
4635
|
-
|
|
4636
|
-
|
|
4637
|
-
|
|
4638
|
-
|
|
4639
|
-
|
|
4640
|
-
}
|
|
4641
|
-
.Footnote-module_body__259Ly a {
|
|
4642
|
-
color: inherit;
|
|
4643
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
4644
|
-
}
|
|
4645
|
-
.Footnote-module_body__259Ly a:hover {
|
|
4646
|
-
color: #b88b59;
|
|
4323
|
+
53% {
|
|
4324
|
+
transform: scale(0.33);
|
|
4325
|
+
}
|
|
4326
|
+
|
|
4327
|
+
100% {
|
|
4328
|
+
transform: scale(0.66);
|
|
4329
|
+
|
|
4330
|
+
opacity: 0;
|
|
4331
|
+
}
|
|
4647
4332
|
}
|
|
4648
|
-
|
|
4649
|
-
|
|
4650
|
-
|
|
4651
|
-
|
|
4333
|
+
@-webkit-keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
4334
|
+
21% {
|
|
4335
|
+
transform: scale(0.22);
|
|
4336
|
+
}
|
|
4652
4337
|
|
|
4653
|
-
|
|
4654
|
-
|
|
4338
|
+
53% {
|
|
4339
|
+
transform: scale(0.55);
|
|
4340
|
+
}
|
|
4655
4341
|
|
|
4656
|
-
|
|
4342
|
+
100% {
|
|
4343
|
+
transform: scale(0.88);
|
|
4657
4344
|
|
|
4658
|
-
|
|
4659
|
-
|
|
4660
|
-
outline: none;
|
|
4661
|
-
background-color: transparent;
|
|
4662
|
-
}
|
|
4663
|
-
.Footnote-module_dismiss__1HKG5:hover {
|
|
4664
|
-
color: #757575;
|
|
4665
|
-
}
|
|
4666
|
-
.Footnote-module_dismiss__1HKG5 svg {
|
|
4667
|
-
width: 12px;
|
|
4668
|
-
height: 12px;
|
|
4345
|
+
opacity: 0;
|
|
4346
|
+
}
|
|
4669
4347
|
}
|
|
4348
|
+
@keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
4349
|
+
21% {
|
|
4350
|
+
transform: scale(0.22);
|
|
4351
|
+
}
|
|
4352
|
+
|
|
4353
|
+
53% {
|
|
4354
|
+
transform: scale(0.55);
|
|
4355
|
+
}
|
|
4356
|
+
|
|
4357
|
+
100% {
|
|
4358
|
+
transform: scale(0.88);
|
|
4670
4359
|
|
|
4360
|
+
opacity: 0;
|
|
4361
|
+
}
|
|
4362
|
+
}
|
|
4671
4363
|
|
|
4672
4364
|
/* Colors */
|
|
4673
4365
|
/* Fonts */
|
|
@@ -4682,179 +4374,122 @@ a mark {
|
|
|
4682
4374
|
/* 511 */
|
|
4683
4375
|
/* 1023 */
|
|
4684
4376
|
/* Zindex */
|
|
4685
|
-
.
|
|
4686
|
-
|
|
4377
|
+
.RelatedBlock-module_root__IKcQq {
|
|
4378
|
+
margin: 16px 0;
|
|
4687
4379
|
|
|
4688
|
-
|
|
4380
|
+
border-radius: 8px;
|
|
4381
|
+
background-color: #f5f5f5;
|
|
4382
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
4689
4383
|
}
|
|
4690
|
-
@media only screen and (min-width:
|
|
4691
|
-
.
|
|
4692
|
-
margin: 25px 0
|
|
4384
|
+
@media only screen and (min-width: 48em) {
|
|
4385
|
+
.RelatedBlock-module_root__IKcQq {
|
|
4386
|
+
margin: 25px 0
|
|
4693
4387
|
}
|
|
4694
4388
|
}
|
|
4695
|
-
.
|
|
4696
|
-
margin-top: 0;
|
|
4697
|
-
}
|
|
4698
|
-
.SensitiveBlock-module_root__2iJbD:last-child {
|
|
4389
|
+
.RelatedBlock-module_root__IKcQq:last-child {
|
|
4699
4390
|
margin-bottom: 0;
|
|
4700
4391
|
}
|
|
4701
|
-
.
|
|
4702
|
-
|
|
4703
|
-
max-width: 650px;
|
|
4704
|
-
margin-right: auto;
|
|
4705
|
-
margin-left: auto;
|
|
4706
|
-
|
|
4707
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4708
|
-
}
|
|
4709
|
-
.SensitiveBlock-module_container__1Wtix {
|
|
4710
|
-
position: relative;
|
|
4711
|
-
|
|
4712
|
-
min-height: 170px;
|
|
4713
|
-
|
|
4714
|
-
transition: min-height 350ms ease;
|
|
4392
|
+
.RelatedBlock-module_root__IKcQq:first-child {
|
|
4393
|
+
margin-top: 0;
|
|
4715
4394
|
}
|
|
4716
|
-
.
|
|
4717
|
-
|
|
4718
|
-
z-index: 10;
|
|
4719
|
-
top: 0;
|
|
4720
|
-
right: -20px;
|
|
4721
|
-
bottom: 0;
|
|
4722
|
-
left: -20px;
|
|
4723
|
-
|
|
4724
|
-
display: -webkit-box;
|
|
4725
|
-
|
|
4726
|
-
display: -webkit-flex;
|
|
4727
|
-
|
|
4728
|
-
display: -ms-flexbox;
|
|
4395
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
4396
|
+
display: block;
|
|
4729
4397
|
|
|
4730
|
-
|
|
4731
|
-
align-items: center;
|
|
4732
|
-
flex-flow: column nowrap;
|
|
4733
|
-
justify-content: center;
|
|
4398
|
+
padding: 12px 12px 13px;
|
|
4734
4399
|
|
|
4735
|
-
|
|
4400
|
+
transition: color 0.15s;
|
|
4401
|
+
text-decoration: none;
|
|
4736
4402
|
|
|
4737
|
-
|
|
4403
|
+
color: #000;
|
|
4404
|
+
box-shadow: none;
|
|
4738
4405
|
|
|
4739
|
-
|
|
4740
|
-
|
|
4741
|
-
background-position: center top;
|
|
4742
|
-
background-size: cover
|
|
4406
|
+
font-size: 17px;
|
|
4407
|
+
line-height: 20px
|
|
4743
4408
|
}
|
|
4744
|
-
@media only screen and (min-width:
|
|
4745
|
-
.
|
|
4746
|
-
|
|
4747
|
-
|
|
4409
|
+
@media only screen and (min-width: 48em) {
|
|
4410
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
4411
|
+
padding: 15px 20px 17px;
|
|
4412
|
+
|
|
4413
|
+
font-size: 19px;
|
|
4414
|
+
line-height: 23px
|
|
4748
4415
|
}
|
|
4749
4416
|
}
|
|
4750
|
-
.
|
|
4751
|
-
|
|
4752
|
-
-moz-user-select: none;
|
|
4753
|
-
-ms-user-select: none;
|
|
4754
|
-
user-select: none;
|
|
4755
|
-
|
|
4756
|
-
color: #fff;
|
|
4757
|
-
|
|
4758
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4417
|
+
.RelatedBlock-module_root__IKcQq a:hover {
|
|
4418
|
+
color: #5c5c5c;
|
|
4759
4419
|
}
|
|
4760
|
-
.
|
|
4761
|
-
|
|
4420
|
+
.RelatedBlock-module_header__2SuWP {
|
|
4421
|
+
margin: 0;
|
|
4422
|
+
padding: 14px 12px 3px;
|
|
4762
4423
|
|
|
4763
|
-
|
|
4764
|
-
|
|
4765
|
-
margin-top: 0;
|
|
4766
|
-
margin-bottom: 12px;
|
|
4424
|
+
letter-spacing: 1px;
|
|
4425
|
+
text-transform: uppercase;
|
|
4767
4426
|
|
|
4768
|
-
|
|
4427
|
+
color: #7F7F7F;
|
|
4769
4428
|
|
|
4770
|
-
font-
|
|
4771
|
-
|
|
4429
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4430
|
+
font-size: 12px;
|
|
4431
|
+
font-weight: 600;
|
|
4432
|
+
line-height: 17px
|
|
4772
4433
|
}
|
|
4773
|
-
@media only screen and (min-width:
|
|
4774
|
-
.
|
|
4775
|
-
|
|
4434
|
+
@media only screen and (min-width: 48em) {
|
|
4435
|
+
.RelatedBlock-module_header__2SuWP {
|
|
4436
|
+
padding: 20px 20px 14px;
|
|
4776
4437
|
|
|
4777
|
-
font-size:
|
|
4778
|
-
line-height:
|
|
4438
|
+
font-size: 14px;
|
|
4439
|
+
line-height: 16px
|
|
4779
4440
|
}
|
|
4780
4441
|
}
|
|
4781
|
-
.
|
|
4782
|
-
|
|
4783
|
-
|
|
4784
|
-
|
|
4442
|
+
.RelatedBlock-module_items__2V-Ap {
|
|
4443
|
+
margin: 0;
|
|
4444
|
+
padding-left: 0;
|
|
4445
|
+
|
|
4446
|
+
list-style: none;
|
|
4785
4447
|
}
|
|
4786
|
-
.
|
|
4787
|
-
|
|
4448
|
+
.RelatedBlock-module_items__2V-Ap li {
|
|
4449
|
+
padding: 0;
|
|
4788
4450
|
}
|
|
4789
|
-
|
|
4790
|
-
|
|
4791
|
-
margin-right: auto;
|
|
4792
|
-
margin-left: auto
|
|
4451
|
+
.RelatedBlock-module_items__2V-Ap li + li {
|
|
4452
|
+
border-top: 1px solid #e6e6e6;
|
|
4793
4453
|
}
|
|
4794
|
-
|
|
4795
|
-
|
|
4796
|
-
|
|
4454
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
4455
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4456
|
+
font-size: 16px;
|
|
4457
|
+
font-weight: 700;
|
|
4458
|
+
line-height: 18px
|
|
4797
4459
|
}
|
|
4798
|
-
@media only screen and (min-width:
|
|
4799
|
-
.
|
|
4800
|
-
|
|
4801
|
-
margin-left: auto
|
|
4460
|
+
@media only screen and (min-width: 48em) {
|
|
4461
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
4462
|
+
font-size: 18px
|
|
4802
4463
|
}
|
|
4803
4464
|
}
|
|
4804
|
-
.
|
|
4805
|
-
right: -20px;
|
|
4806
|
-
left: -20px
|
|
4807
|
-
}
|
|
4808
|
-
@media only screen and (min-width: 32em) {
|
|
4809
|
-
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
4810
|
-
right: 0;
|
|
4811
|
-
left: 0
|
|
4465
|
+
.RelatedBlock-module_simple__29HVO {
|
|
4812
4466
|
}
|
|
4813
|
-
|
|
4814
|
-
|
|
4815
|
-
|
|
4816
|
-
|
|
4467
|
+
.RelatedBlock-module_center__1LmW8 {
|
|
4468
|
+
max-width: 650px;
|
|
4469
|
+
margin-right: auto;
|
|
4470
|
+
margin-left: auto;
|
|
4817
4471
|
}
|
|
4818
|
-
|
|
4819
|
-
|
|
4820
|
-
padding-right: 0;
|
|
4821
|
-
padding-left: 0
|
|
4472
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
4473
|
+
margin-top: 0;
|
|
4822
4474
|
}
|
|
4823
|
-
|
|
4824
|
-
|
|
4825
|
-
max-width: 100%;
|
|
4475
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
4476
|
+
margin-bottom: 0;
|
|
4826
4477
|
}
|
|
4478
|
+
/* VISIBILITY */
|
|
4827
4479
|
@media only screen and (min-width: 32em) {
|
|
4828
|
-
.
|
|
4829
|
-
|
|
4830
|
-
left: -15px
|
|
4480
|
+
.RelatedBlock-module_mobile__2XM5a {
|
|
4481
|
+
display: none
|
|
4831
4482
|
}
|
|
4832
4483
|
}
|
|
4484
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
4485
|
+
display: none
|
|
4486
|
+
}
|
|
4833
4487
|
@media only screen and (min-width: 32em) {
|
|
4834
|
-
.
|
|
4835
|
-
|
|
4836
|
-
padding-left: 15px
|
|
4488
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
4489
|
+
display: block
|
|
4837
4490
|
}
|
|
4838
4491
|
}
|
|
4839
|
-
/* STATE */
|
|
4840
|
-
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_overlay__hfDVS {
|
|
4841
|
-
visibility: hidden;
|
|
4842
4492
|
|
|
4843
|
-
pointer-events: none;
|
|
4844
|
-
|
|
4845
|
-
opacity: 0;
|
|
4846
|
-
}
|
|
4847
|
-
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
|
|
4848
|
-
min-height: 0;
|
|
4849
|
-
}
|
|
4850
|
-
/* CONTEXT */
|
|
4851
|
-
@media only screen and (max-width: 63.9375em) {
|
|
4852
|
-
.SensitiveBlock-module_isInCard__1L-lu .SensitiveBlock-module_overlay__hfDVS,
|
|
4853
|
-
.SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
|
|
4854
|
-
right: -11px;
|
|
4855
|
-
left: -11px
|
|
4856
|
-
}
|
|
4857
|
-
}
|
|
4858
4493
|
|
|
4859
4494
|
/* Colors */
|
|
4860
4495
|
/* Fonts */
|
|
@@ -4869,156 +4504,170 @@ a mark {
|
|
|
4869
4504
|
/* 511 */
|
|
4870
4505
|
/* 1023 */
|
|
4871
4506
|
/* Zindex */
|
|
4872
|
-
.
|
|
4507
|
+
.Footnote-module_root__2a0-B {
|
|
4873
4508
|
position: relative;
|
|
4874
|
-
z-index: 10;
|
|
4875
|
-
|
|
4876
|
-
display: block;
|
|
4877
4509
|
|
|
4878
|
-
|
|
4879
|
-
padding:
|
|
4880
|
-
overflow: hidden;
|
|
4510
|
+
width: 320px;
|
|
4511
|
+
padding: 20px;
|
|
4881
4512
|
|
|
4513
|
+
border-radius: 8px;
|
|
4514
|
+
background-color: #fff;
|
|
4515
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4516
|
+
}
|
|
4517
|
+
.Footnote-module_body__259Ly {
|
|
4882
4518
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4883
|
-
|
|
4884
|
-
|
|
4885
|
-
|
|
4886
|
-
background-color: #f66861;
|
|
4887
|
-
|
|
4888
|
-
outline-width: 0
|
|
4519
|
+
font-size: 16px;
|
|
4520
|
+
line-height: 22px;
|
|
4889
4521
|
}
|
|
4890
|
-
|
|
4891
|
-
|
|
4892
|
-
margin: 25px 0 20px;
|
|
4893
|
-
padding: 48px 30px;
|
|
4522
|
+
.Footnote-module_body__259Ly h3 {
|
|
4523
|
+
margin: 0 0 16px;
|
|
4894
4524
|
|
|
4895
|
-
|
|
4525
|
+
font-size: inherit;
|
|
4526
|
+
font-weight: 700;
|
|
4527
|
+
line-height: inherit;
|
|
4896
4528
|
}
|
|
4897
|
-
|
|
4898
|
-
|
|
4899
|
-
opacity: 0.7;
|
|
4529
|
+
.Footnote-module_body__259Ly p {
|
|
4530
|
+
margin: 0;
|
|
4900
4531
|
}
|
|
4901
|
-
.
|
|
4902
|
-
|
|
4903
|
-
margin: 0 auto;
|
|
4904
|
-
|
|
4905
|
-
color: #fff;
|
|
4906
|
-
text-align: center;
|
|
4907
|
-
|
|
4908
|
-
transform: translateZ(0);
|
|
4532
|
+
.Footnote-module_body__259Ly p + p {
|
|
4533
|
+
margin-top: 6px;
|
|
4909
4534
|
}
|
|
4910
|
-
.
|
|
4911
|
-
|
|
4912
|
-
|
|
4913
|
-
line-height: 25px
|
|
4535
|
+
.Footnote-module_body__259Ly a {
|
|
4536
|
+
color: inherit;
|
|
4537
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
4914
4538
|
}
|
|
4915
|
-
|
|
4916
|
-
|
|
4917
|
-
font-size: 28px;
|
|
4918
|
-
line-height: 34px
|
|
4539
|
+
.Footnote-module_body__259Ly a:hover {
|
|
4540
|
+
color: #b88b59;
|
|
4919
4541
|
}
|
|
4920
|
-
|
|
4921
|
-
|
|
4542
|
+
.Footnote-module_dismiss__1HKG5 {
|
|
4543
|
+
position: absolute;
|
|
4544
|
+
top: 0;
|
|
4545
|
+
right: 0;
|
|
4546
|
+
|
|
4922
4547
|
margin: 0;
|
|
4548
|
+
padding: 6px 9px 10px;
|
|
4923
4549
|
|
|
4924
|
-
|
|
4925
|
-
font-size: 21px;
|
|
4550
|
+
cursor: pointer;
|
|
4926
4551
|
|
|
4927
|
-
|
|
4928
|
-
|
|
4929
|
-
|
|
4930
|
-
|
|
4931
|
-
.DonatesTeaser-module_text__ro-QA {
|
|
4932
|
-
font-size: 29px;
|
|
4933
|
-
line-height: 34px
|
|
4552
|
+
color: #b3b3b3;
|
|
4553
|
+
border-width: 0;
|
|
4554
|
+
outline: none;
|
|
4555
|
+
background-color: transparent;
|
|
4934
4556
|
}
|
|
4935
|
-
|
|
4936
|
-
|
|
4937
|
-
display: -webkit-box;
|
|
4938
|
-
display: -webkit-flex;
|
|
4939
|
-
display: -ms-flexbox;
|
|
4940
|
-
display: flex;
|
|
4941
|
-
flex-flow: column nowrap;
|
|
4942
|
-
align-items: center;
|
|
4943
|
-
justify-content: center;
|
|
4944
|
-
|
|
4945
|
-
margin-top: 45px
|
|
4557
|
+
.Footnote-module_dismiss__1HKG5:hover {
|
|
4558
|
+
color: #757575;
|
|
4946
4559
|
}
|
|
4947
|
-
|
|
4948
|
-
|
|
4949
|
-
|
|
4560
|
+
.Footnote-module_dismiss__1HKG5 svg {
|
|
4561
|
+
width: 12px;
|
|
4562
|
+
height: 12px;
|
|
4950
4563
|
}
|
|
4951
|
-
}
|
|
4952
|
-
.DonatesTeaser-module_cta__1orPb a {
|
|
4953
|
-
display: block;
|
|
4954
4564
|
|
|
4955
|
-
color: rgba(246, 104, 97, 1);
|
|
4956
|
-
font-weight: 600;
|
|
4957
4565
|
|
|
4958
|
-
|
|
4959
|
-
|
|
4960
|
-
|
|
4566
|
+
/* Colors */
|
|
4567
|
+
/* Fonts */
|
|
4568
|
+
/* Gap */
|
|
4569
|
+
/* Media */
|
|
4570
|
+
/* 512 */
|
|
4571
|
+
/* 650 */
|
|
4572
|
+
/* 768 */
|
|
4573
|
+
/* 1024 */
|
|
4574
|
+
/* 1010 */
|
|
4575
|
+
/* 1200 */
|
|
4576
|
+
/* 511 */
|
|
4577
|
+
/* 1023 */
|
|
4578
|
+
/* Zindex */
|
|
4579
|
+
.ToolbarButton-module_root__xN-fq {
|
|
4580
|
+
height: 100%;
|
|
4581
|
+
margin: 0;
|
|
4582
|
+
padding: 0 1px 0 0;
|
|
4961
4583
|
|
|
4962
|
-
|
|
4963
|
-
text-transform: uppercase;
|
|
4964
|
-
text-decoration: none;
|
|
4965
|
-
}
|
|
4966
|
-
.DonatesTeaser-module_cta__1orPb a::after {
|
|
4967
|
-
position: absolute;
|
|
4968
|
-
top: 0;
|
|
4969
|
-
right: 0;
|
|
4970
|
-
bottom: 0;
|
|
4971
|
-
left: 0;
|
|
4972
|
-
z-index: 1;
|
|
4584
|
+
cursor: pointer;
|
|
4973
4585
|
|
|
4974
|
-
|
|
4975
|
-
|
|
4976
|
-
|
|
4977
|
-
|
|
4586
|
+
color: inherit;
|
|
4587
|
+
border-width: 0;
|
|
4588
|
+
outline: none;
|
|
4589
|
+
background-color: transparent;
|
|
4978
4590
|
|
|
4979
|
-
|
|
4591
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4592
|
+
font-size: 12px;
|
|
4593
|
+
font-weight: 600;
|
|
4594
|
+
line-height: 1;
|
|
4980
4595
|
|
|
4981
|
-
|
|
4982
|
-
|
|
4596
|
+
-webkit-appearance: none;
|
|
4597
|
+
|
|
4598
|
+
-moz-appearance: none;
|
|
4599
|
+
|
|
4600
|
+
appearance: none;
|
|
4983
4601
|
}
|
|
4984
|
-
.
|
|
4602
|
+
.ToolbarButton-module_root__xN-fq::after {
|
|
4985
4603
|
position: absolute;
|
|
4986
4604
|
top: 0;
|
|
4987
4605
|
right: 0;
|
|
4988
4606
|
bottom: 0;
|
|
4989
4607
|
left: 0;
|
|
4990
|
-
z-index: -1;
|
|
4991
4608
|
|
|
4992
|
-
|
|
4609
|
+
content: '';
|
|
4610
|
+
}
|
|
4611
|
+
.ToolbarButton-module_root__xN-fq:hover {
|
|
4612
|
+
opacity: 0.6;
|
|
4613
|
+
}
|
|
4614
|
+
.ToolbarButton-module_isDark__2q5U7,
|
|
4615
|
+
.ToolbarButton-module_dark__GrIOr {
|
|
4616
|
+
color: #fff;
|
|
4617
|
+
}
|
|
4618
|
+
.ToolbarButton-module_isDark__2q5U7:hover,
|
|
4619
|
+
.ToolbarButton-module_dark__GrIOr:hover {
|
|
4620
|
+
opacity: 0.6;
|
|
4621
|
+
}
|
|
4622
|
+
.ToolbarButton-module_isDark__2q5U7 svg,
|
|
4623
|
+
.ToolbarButton-module_dark__GrIOr svg {
|
|
4624
|
+
color: #262626;
|
|
4993
4625
|
|
|
4994
|
-
|
|
4626
|
+
fill: #fff;
|
|
4627
|
+
}
|
|
4628
|
+
.ToolbarButton-module_isDark__2q5U7.ToolbarButton-module_bookmark__3369b svg,
|
|
4629
|
+
.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b svg {
|
|
4630
|
+
color: #fff;
|
|
4995
4631
|
|
|
4996
|
-
|
|
4632
|
+
fill: transparent;
|
|
4633
|
+
}
|
|
4634
|
+
.ToolbarButton-module_isDark__2q5U7.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg,
|
|
4635
|
+
.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg {
|
|
4636
|
+
fill: currentColor;
|
|
4637
|
+
}
|
|
4638
|
+
.ToolbarButton-module_isDark__2q5U7::before,
|
|
4639
|
+
.ToolbarButton-module_dark__GrIOr::before {
|
|
4640
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
4641
|
+
}
|
|
4642
|
+
.ToolbarButton-module_root__xN-fq [data-theme='dark'] {
|
|
4643
|
+
visibility: hidden;
|
|
4644
|
+
}
|
|
4645
|
+
.ToolbarButton-module_isDark__2q5U7 [data-theme='dark'],
|
|
4646
|
+
.ToolbarButton-module_dark__GrIOr [data-theme='dark'] {
|
|
4647
|
+
visibility: visible;
|
|
4648
|
+
}
|
|
4649
|
+
.ToolbarButton-module_isDark__2q5U7 [data-theme='light'],
|
|
4650
|
+
.ToolbarButton-module_dark__GrIOr [data-theme='light'] {
|
|
4651
|
+
visibility: hidden;
|
|
4652
|
+
}
|
|
4653
|
+
.ToolbarButton-module_text__32m6s {
|
|
4654
|
+
display: inline-block;
|
|
4997
4655
|
|
|
4998
|
-
|
|
4656
|
+
padding-left: 5px;
|
|
4999
4657
|
|
|
5000
|
-
|
|
4658
|
+
vertical-align: middle;
|
|
5001
4659
|
}
|
|
5002
|
-
|
|
5003
|
-
|
|
5004
|
-
width: 100%;
|
|
5005
|
-
max-width: 650px;
|
|
5006
|
-
margin-right: auto;
|
|
5007
|
-
margin-left: auto
|
|
4660
|
+
.ToolbarButton-module_text__32m6s:empty {
|
|
4661
|
+
display: none;
|
|
5008
4662
|
}
|
|
5009
|
-
|
|
5010
|
-
|
|
5011
|
-
|
|
5012
|
-
|
|
5013
|
-
margin-left: -11px
|
|
4663
|
+
.ToolbarButton-module_bookmark__3369b {
|
|
4664
|
+
color: #999;
|
|
4665
|
+
|
|
4666
|
+
fill: transparent;
|
|
5014
4667
|
}
|
|
5015
|
-
|
|
5016
|
-
|
|
5017
|
-
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
5018
|
-
margin-right: 0;
|
|
5019
|
-
margin-left: 0
|
|
4668
|
+
.ToolbarButton-module_isActive__3NLAE {
|
|
4669
|
+
fill: currentColor;
|
|
5020
4670
|
}
|
|
5021
|
-
}
|
|
5022
4671
|
|
|
5023
4672
|
/* Colors */
|
|
5024
4673
|
/* Fonts */
|
|
@@ -5230,61 +4879,248 @@ a mark {
|
|
|
5230
4879
|
transform: translate(-50%, -50%)
|
|
5231
4880
|
}
|
|
5232
4881
|
@media only screen and (min-width: 32em) {
|
|
5233
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
5234
|
-
top: 25%;
|
|
5235
|
-
|
|
5236
|
-
transform: translate(-50%, -25%)
|
|
4882
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
4883
|
+
top: 25%;
|
|
4884
|
+
|
|
4885
|
+
transform: translate(-50%, -25%)
|
|
4886
|
+
}
|
|
4887
|
+
}
|
|
4888
|
+
.RelatedRichBlock-module_tag__3OLyG {
|
|
4889
|
+
position: absolute;
|
|
4890
|
+
top: 14px;
|
|
4891
|
+
right: 15px;
|
|
4892
|
+
left: 15px;
|
|
4893
|
+
z-index: 10;
|
|
4894
|
+
|
|
4895
|
+
color: rgba(255, 255, 255, 0.7);
|
|
4896
|
+
|
|
4897
|
+
font-size: 12px
|
|
4898
|
+
}
|
|
4899
|
+
@media only screen and (min-width: 64em) {
|
|
4900
|
+
.RelatedRichBlock-module_tag__3OLyG {
|
|
4901
|
+
top: 16px;
|
|
4902
|
+
right: 20px;
|
|
4903
|
+
left: 20px
|
|
4904
|
+
}
|
|
4905
|
+
}
|
|
4906
|
+
.RelatedRichBlock-module_center__197sx {
|
|
4907
|
+
width: 100%;
|
|
4908
|
+
max-width: 650px;
|
|
4909
|
+
margin-right: auto;
|
|
4910
|
+
margin-left: auto;
|
|
4911
|
+
}
|
|
4912
|
+
/* Themes */
|
|
4913
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
|
|
4914
|
+
color: #000;
|
|
4915
|
+
}
|
|
4916
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
|
|
4917
|
+
color: rgba(0, 0, 0, 0.7);
|
|
4918
|
+
}
|
|
4919
|
+
@media only screen and (min-width: 32em) {
|
|
4920
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_light__2mUxL {
|
|
4921
|
+
color: #fff;
|
|
4922
|
+
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
|
|
4923
|
+
}
|
|
4924
|
+
}
|
|
4925
|
+
/* Display */
|
|
4926
|
+
@media only screen and (min-width: 32em) {
|
|
4927
|
+
.RelatedRichBlock-module_mobile__JpCS4 {
|
|
4928
|
+
display: none
|
|
4929
|
+
}
|
|
4930
|
+
}
|
|
4931
|
+
.RelatedRichBlock-module_desktop__trL0D {
|
|
4932
|
+
display: none
|
|
4933
|
+
}
|
|
4934
|
+
@media only screen and (min-width: 32em) {
|
|
4935
|
+
.RelatedRichBlock-module_desktop__trL0D {
|
|
4936
|
+
display: block
|
|
4937
|
+
}
|
|
4938
|
+
}
|
|
4939
|
+
|
|
4940
|
+
/* Colors */
|
|
4941
|
+
/* Fonts */
|
|
4942
|
+
/* Gap */
|
|
4943
|
+
/* Media */
|
|
4944
|
+
/* 512 */
|
|
4945
|
+
/* 650 */
|
|
4946
|
+
/* 768 */
|
|
4947
|
+
/* 1024 */
|
|
4948
|
+
/* 1010 */
|
|
4949
|
+
/* 1200 */
|
|
4950
|
+
/* 511 */
|
|
4951
|
+
/* 1023 */
|
|
4952
|
+
/* Zindex */
|
|
4953
|
+
.SensitiveBlock-module_root__2iJbD {
|
|
4954
|
+
position: relative;
|
|
4955
|
+
|
|
4956
|
+
margin: 15px 0
|
|
4957
|
+
}
|
|
4958
|
+
@media only screen and (min-width: 32em) {
|
|
4959
|
+
.SensitiveBlock-module_root__2iJbD {
|
|
4960
|
+
margin: 25px 0 20px
|
|
4961
|
+
}
|
|
4962
|
+
}
|
|
4963
|
+
.SensitiveBlock-module_root__2iJbD:first-child {
|
|
4964
|
+
margin-top: 0;
|
|
4965
|
+
}
|
|
4966
|
+
.SensitiveBlock-module_root__2iJbD:last-child {
|
|
4967
|
+
margin-bottom: 0;
|
|
4968
|
+
}
|
|
4969
|
+
.SensitiveBlock-module_root__2iJbD figcaption {
|
|
4970
|
+
width: 100%;
|
|
4971
|
+
max-width: 650px;
|
|
4972
|
+
margin-right: auto;
|
|
4973
|
+
margin-left: auto;
|
|
4974
|
+
|
|
4975
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4976
|
+
}
|
|
4977
|
+
.SensitiveBlock-module_container__1Wtix {
|
|
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
|
|
5237
5061
|
}
|
|
5238
5062
|
}
|
|
5239
|
-
.
|
|
5240
|
-
|
|
5241
|
-
top: 14px;
|
|
5242
|
-
right: 15px;
|
|
5243
|
-
left: 15px;
|
|
5244
|
-
z-index: 10;
|
|
5245
|
-
|
|
5246
|
-
color: rgba(255, 255, 255, 0.7);
|
|
5247
|
-
|
|
5248
|
-
font-size: 12px
|
|
5063
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
5064
|
+
max-width: 980px
|
|
5249
5065
|
}
|
|
5250
|
-
@media only screen and (min-width:
|
|
5251
|
-
.
|
|
5252
|
-
|
|
5253
|
-
|
|
5254
|
-
left: 20px
|
|
5066
|
+
@media only screen and (min-width: 32em) {
|
|
5067
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
5068
|
+
margin-right: auto;
|
|
5069
|
+
margin-left: auto
|
|
5255
5070
|
}
|
|
5256
5071
|
}
|
|
5257
|
-
.
|
|
5258
|
-
|
|
5259
|
-
|
|
5260
|
-
margin-right: auto;
|
|
5261
|
-
margin-left: auto;
|
|
5072
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
5073
|
+
right: -20px;
|
|
5074
|
+
left: -20px
|
|
5262
5075
|
}
|
|
5263
|
-
|
|
5264
|
-
.
|
|
5265
|
-
|
|
5076
|
+
@media only screen and (min-width: 32em) {
|
|
5077
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
5078
|
+
right: 0;
|
|
5079
|
+
left: 0
|
|
5266
5080
|
}
|
|
5267
|
-
|
|
5268
|
-
|
|
5081
|
+
}
|
|
5082
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
5083
|
+
padding-right: 20px;
|
|
5084
|
+
padding-left: 20px
|
|
5269
5085
|
}
|
|
5270
5086
|
@media only screen and (min-width: 32em) {
|
|
5271
|
-
.
|
|
5272
|
-
|
|
5273
|
-
|
|
5087
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
5088
|
+
padding-right: 0;
|
|
5089
|
+
padding-left: 0
|
|
5274
5090
|
}
|
|
5275
5091
|
}
|
|
5276
|
-
|
|
5092
|
+
.SensitiveBlock-module_super_full__14UOv {
|
|
5093
|
+
max-width: 100%;
|
|
5094
|
+
}
|
|
5277
5095
|
@media only screen and (min-width: 32em) {
|
|
5278
|
-
.
|
|
5279
|
-
|
|
5096
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_overlay__hfDVS {
|
|
5097
|
+
right: -15px;
|
|
5098
|
+
left: -15px
|
|
5280
5099
|
}
|
|
5281
5100
|
}
|
|
5282
|
-
.RelatedRichBlock-module_desktop__trL0D {
|
|
5283
|
-
display: none
|
|
5284
|
-
}
|
|
5285
5101
|
@media only screen and (min-width: 32em) {
|
|
5286
|
-
.
|
|
5287
|
-
|
|
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
|
|
5288
5124
|
}
|
|
5289
5125
|
}
|
|
5290
5126
|
|
|
@@ -5497,6 +5333,170 @@ a mark {
|
|
|
5497
5333
|
}
|
|
5498
5334
|
}
|
|
5499
5335
|
|
|
5336
|
+
/* Colors */
|
|
5337
|
+
/* Fonts */
|
|
5338
|
+
/* Gap */
|
|
5339
|
+
/* Media */
|
|
5340
|
+
/* 512 */
|
|
5341
|
+
/* 650 */
|
|
5342
|
+
/* 768 */
|
|
5343
|
+
/* 1024 */
|
|
5344
|
+
/* 1010 */
|
|
5345
|
+
/* 1200 */
|
|
5346
|
+
/* 511 */
|
|
5347
|
+
/* 1023 */
|
|
5348
|
+
/* Zindex */
|
|
5349
|
+
.DonatesTeaser-module_root__3rtaJ {
|
|
5350
|
+
position: relative;
|
|
5351
|
+
z-index: 10;
|
|
5352
|
+
|
|
5353
|
+
display: block;
|
|
5354
|
+
|
|
5355
|
+
margin: calc(15rem / 16) -20px;
|
|
5356
|
+
padding: 42px 20px 50px;
|
|
5357
|
+
overflow: hidden;
|
|
5358
|
+
|
|
5359
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
5360
|
+
|
|
5361
|
+
text-decoration: none;
|
|
5362
|
+
|
|
5363
|
+
background-color: #f66861;
|
|
5364
|
+
|
|
5365
|
+
outline-width: 0
|
|
5366
|
+
}
|
|
5367
|
+
@media only screen and (min-width: 32em) {
|
|
5368
|
+
.DonatesTeaser-module_root__3rtaJ {
|
|
5369
|
+
margin: 25px 0 20px;
|
|
5370
|
+
padding: 48px 30px;
|
|
5371
|
+
|
|
5372
|
+
border-radius: 8px
|
|
5373
|
+
}
|
|
5374
|
+
}
|
|
5375
|
+
.DonatesTeaser-module_root__3rtaJ:hover .DonatesTeaser-module_ctaInner__2LChL::after {
|
|
5376
|
+
opacity: 0.7;
|
|
5377
|
+
}
|
|
5378
|
+
.DonatesTeaser-module_main__YBt6p {
|
|
5379
|
+
max-width: 852px;
|
|
5380
|
+
margin: 0 auto;
|
|
5381
|
+
|
|
5382
|
+
color: #fff;
|
|
5383
|
+
text-align: center;
|
|
5384
|
+
|
|
5385
|
+
transform: translateZ(0);
|
|
5386
|
+
}
|
|
5387
|
+
.DonatesTeaser-module_title__hs-yr {
|
|
5388
|
+
font-weight: 700;
|
|
5389
|
+
font-size: 20px;
|
|
5390
|
+
line-height: 25px
|
|
5391
|
+
}
|
|
5392
|
+
@media only screen and (min-width: 32em) {
|
|
5393
|
+
.DonatesTeaser-module_title__hs-yr {
|
|
5394
|
+
font-size: 28px;
|
|
5395
|
+
line-height: 34px
|
|
5396
|
+
}
|
|
5397
|
+
}
|
|
5398
|
+
.DonatesTeaser-module_text__ro-QA {
|
|
5399
|
+
margin: 0;
|
|
5400
|
+
|
|
5401
|
+
font-weight: normal;
|
|
5402
|
+
font-size: 21px;
|
|
5403
|
+
|
|
5404
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
5405
|
+
line-height: 25px
|
|
5406
|
+
}
|
|
5407
|
+
@media only screen and (min-width: 32em) {
|
|
5408
|
+
.DonatesTeaser-module_text__ro-QA {
|
|
5409
|
+
font-size: 29px;
|
|
5410
|
+
line-height: 34px
|
|
5411
|
+
}
|
|
5412
|
+
}
|
|
5413
|
+
.DonatesTeaser-module_cta__1orPb {
|
|
5414
|
+
display: -webkit-box;
|
|
5415
|
+
display: -webkit-flex;
|
|
5416
|
+
display: -ms-flexbox;
|
|
5417
|
+
display: flex;
|
|
5418
|
+
flex-flow: column nowrap;
|
|
5419
|
+
align-items: center;
|
|
5420
|
+
justify-content: center;
|
|
5421
|
+
|
|
5422
|
+
margin-top: 45px
|
|
5423
|
+
}
|
|
5424
|
+
@media only screen and (min-width: 32em) {
|
|
5425
|
+
.DonatesTeaser-module_cta__1orPb {
|
|
5426
|
+
margin-top: 40px
|
|
5427
|
+
}
|
|
5428
|
+
}
|
|
5429
|
+
.DonatesTeaser-module_cta__1orPb a {
|
|
5430
|
+
display: block;
|
|
5431
|
+
|
|
5432
|
+
color: rgba(246, 104, 97, 1);
|
|
5433
|
+
font-weight: 600;
|
|
5434
|
+
|
|
5435
|
+
font-size: 11px;
|
|
5436
|
+
line-height: 16px;
|
|
5437
|
+
letter-spacing: 1px;
|
|
5438
|
+
|
|
5439
|
+
text-align: center;
|
|
5440
|
+
text-transform: uppercase;
|
|
5441
|
+
text-decoration: none;
|
|
5442
|
+
}
|
|
5443
|
+
.DonatesTeaser-module_cta__1orPb a::after {
|
|
5444
|
+
position: absolute;
|
|
5445
|
+
top: 0;
|
|
5446
|
+
right: 0;
|
|
5447
|
+
bottom: 0;
|
|
5448
|
+
left: 0;
|
|
5449
|
+
z-index: 1;
|
|
5450
|
+
|
|
5451
|
+
content: '';
|
|
5452
|
+
}
|
|
5453
|
+
.DonatesTeaser-module_ctaInner__2LChL {
|
|
5454
|
+
position: relative;
|
|
5455
|
+
|
|
5456
|
+
display: block;
|
|
5457
|
+
|
|
5458
|
+
width: 192px;
|
|
5459
|
+
padding: 14px 0 13px;
|
|
5460
|
+
}
|
|
5461
|
+
.DonatesTeaser-module_ctaInner__2LChL::after {
|
|
5462
|
+
position: absolute;
|
|
5463
|
+
top: 0;
|
|
5464
|
+
right: 0;
|
|
5465
|
+
bottom: 0;
|
|
5466
|
+
left: 0;
|
|
5467
|
+
z-index: -1;
|
|
5468
|
+
|
|
5469
|
+
background-color: #eafe0b;
|
|
5470
|
+
|
|
5471
|
+
border-radius: 40px;
|
|
5472
|
+
|
|
5473
|
+
filter: blur(10px);
|
|
5474
|
+
|
|
5475
|
+
transition: opacity 250ms ease;
|
|
5476
|
+
|
|
5477
|
+
content: '';
|
|
5478
|
+
}
|
|
5479
|
+
@media only screen and (min-width: 32em) {
|
|
5480
|
+
.DonatesTeaser-module_center__2Ynx9 {
|
|
5481
|
+
width: 100%;
|
|
5482
|
+
max-width: 650px;
|
|
5483
|
+
margin-right: auto;
|
|
5484
|
+
margin-left: auto
|
|
5485
|
+
}
|
|
5486
|
+
}
|
|
5487
|
+
.DonatesTeaser-module_isInCard__HrFh8,
|
|
5488
|
+
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
5489
|
+
margin-right: -11px;
|
|
5490
|
+
margin-left: -11px
|
|
5491
|
+
}
|
|
5492
|
+
@media only screen and (min-width: 32em) {
|
|
5493
|
+
.DonatesTeaser-module_isInCard__HrFh8,
|
|
5494
|
+
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
5495
|
+
margin-right: 0;
|
|
5496
|
+
margin-left: 0
|
|
5497
|
+
}
|
|
5498
|
+
}
|
|
5499
|
+
|
|
5500
5500
|
/* Colors */
|
|
5501
5501
|
/* Fonts */
|
|
5502
5502
|
/* Gap */
|