@meduza/ui-kit-2 0.1.58 → 0.1.59
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/Image/Image.types.d.ts +1 -0
- package/dist/ui-kit-2.cjs.development.js +6 -3
- 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 +6 -3
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +940 -940
- package/package.json +1 -1
- package/src/DotsOnImage/index.tsx +1 -0
- package/src/Image/Image.types.ts +1 -0
- package/src/Image/index.tsx +7 -3
package/dist/ui-kit.css
CHANGED
|
@@ -234,170 +234,6 @@
|
|
|
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
237
|
/* Colors */
|
|
402
238
|
/* Fonts */
|
|
403
239
|
/* Gap */
|
|
@@ -637,75 +473,155 @@
|
|
|
637
473
|
/* 511 */
|
|
638
474
|
/* 1023 */
|
|
639
475
|
/* Zindex */
|
|
640
|
-
.
|
|
476
|
+
.Switcher-module_root__1Env1 {
|
|
641
477
|
position: relative;
|
|
642
|
-
z-index: 1;
|
|
643
478
|
|
|
644
|
-
display:
|
|
645
|
-
overflow: hidden;
|
|
646
|
-
transition: background-color 250ms ease;
|
|
479
|
+
display: -webkit-box;
|
|
647
480
|
|
|
648
|
-
|
|
481
|
+
display: -webkit-flex;
|
|
482
|
+
|
|
483
|
+
display: -ms-flexbox;
|
|
484
|
+
|
|
485
|
+
display: flex;
|
|
486
|
+
flex-flow: row nowrap;
|
|
487
|
+
align-items: center;
|
|
488
|
+
|
|
489
|
+
font-weight: 600;
|
|
490
|
+
|
|
491
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
492
|
+
white-space: nowrap;
|
|
493
|
+
|
|
494
|
+
cursor: pointer;
|
|
495
|
+
|
|
496
|
+
-webkit-user-select: none;
|
|
497
|
+
|
|
498
|
+
-moz-user-select: none;
|
|
499
|
+
|
|
500
|
+
-ms-user-select: none;
|
|
501
|
+
|
|
502
|
+
user-select: none;
|
|
649
503
|
}
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
border-radius: inherit
|
|
504
|
+
.Switcher-module_dark__1IzaH {
|
|
505
|
+
color: inherit;
|
|
653
506
|
}
|
|
654
|
-
|
|
655
|
-
|
|
507
|
+
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
508
|
+
background-color: transparent;
|
|
509
|
+
}
|
|
510
|
+
.Switcher-module_input__jaMVF {
|
|
656
511
|
position: absolute;
|
|
657
512
|
top: 0;
|
|
658
513
|
left: 0;
|
|
659
514
|
|
|
660
|
-
|
|
661
|
-
height: 100%;
|
|
662
|
-
}
|
|
663
|
-
.Image-module_isLoaded__3XhU5 {
|
|
664
|
-
background-color: transparent;
|
|
515
|
+
opacity: 0;
|
|
665
516
|
}
|
|
666
|
-
.
|
|
517
|
+
.Switcher-module_control__1NTvY {
|
|
518
|
+
position: relative;
|
|
519
|
+
|
|
667
520
|
display: block;
|
|
668
521
|
|
|
669
|
-
width:
|
|
522
|
+
width: 37px;
|
|
523
|
+
height: 21px;
|
|
670
524
|
|
|
671
|
-
background-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
.Image-module_fullscreen__29apx picture {
|
|
675
|
-
cursor: pointer;
|
|
676
|
-
}
|
|
677
|
-
.Image-module_fullscreen__29apx picture:hover::after {
|
|
678
|
-
opacity: 1;
|
|
525
|
+
background-color: #e6e6e6;
|
|
526
|
+
|
|
527
|
+
border-radius: 15px;
|
|
679
528
|
}
|
|
680
|
-
.
|
|
529
|
+
.Switcher-module_control__1NTvY::before {
|
|
681
530
|
position: absolute;
|
|
682
|
-
|
|
683
|
-
bottom:
|
|
531
|
+
top: 0;
|
|
532
|
+
bottom: 0;
|
|
533
|
+
left: 0;
|
|
684
534
|
|
|
685
|
-
width:
|
|
686
|
-
height: 40px;
|
|
535
|
+
width: 18px;
|
|
687
536
|
|
|
688
|
-
|
|
689
|
-
pointer-events: none;
|
|
537
|
+
background: rgba(19, 191, 17, 0);
|
|
690
538
|
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
background-repeat: no-repeat;
|
|
697
|
-
background-position: center
|
|
539
|
+
border-radius: 15px;
|
|
540
|
+
|
|
541
|
+
transition: 0.25s ease-in-out;
|
|
542
|
+
|
|
543
|
+
content: '';
|
|
698
544
|
}
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
545
|
+
.Switcher-module_knob__3kEy5 {
|
|
546
|
+
position: relative;
|
|
547
|
+
top: 2px;
|
|
548
|
+
left: 2px;
|
|
549
|
+
z-index: 200;
|
|
550
|
+
|
|
551
|
+
display: block;
|
|
552
|
+
|
|
553
|
+
width: 17px;
|
|
554
|
+
height: 17px;
|
|
555
|
+
|
|
556
|
+
background: #fff;
|
|
557
|
+
|
|
558
|
+
border-radius: 15px;
|
|
559
|
+
|
|
560
|
+
transition: 0.25s ease-in-out;
|
|
702
561
|
}
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
562
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
563
|
+
width: 100%;
|
|
564
|
+
|
|
565
|
+
background-color: #b88b59;
|
|
706
566
|
}
|
|
707
|
-
.
|
|
708
|
-
|
|
567
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
568
|
+
box-shadow: inset 0 0 0 1px transparent;
|
|
569
|
+
}
|
|
570
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
571
|
+
left: 18px;
|
|
572
|
+
}
|
|
573
|
+
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
574
|
+
margin-right: 6px;
|
|
575
|
+
}
|
|
576
|
+
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
577
|
+
margin-left: 6px;
|
|
578
|
+
}
|
|
579
|
+
/* panel */
|
|
580
|
+
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
581
|
+
|
|
582
|
+
color: #999;
|
|
583
|
+
|
|
584
|
+
font-size: 13px;
|
|
585
|
+
letter-spacing: 0.5px;
|
|
586
|
+
text-transform: uppercase;
|
|
587
|
+
}
|
|
588
|
+
/* menu */
|
|
589
|
+
.Switcher-module_isInMenu__3XJYj {
|
|
590
|
+
font-weight: normal;
|
|
591
|
+
}
|
|
592
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
593
|
+
margin-right: 8px;
|
|
594
|
+
}
|
|
595
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
596
|
+
width: 48px;
|
|
597
|
+
height: 30px;
|
|
598
|
+
}
|
|
599
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
600
|
+
top: 4px;
|
|
601
|
+
|
|
602
|
+
width: 22px;
|
|
603
|
+
height: 22px;
|
|
604
|
+
|
|
605
|
+
background-color: #bababa;
|
|
606
|
+
}
|
|
607
|
+
/* stylelint-disable selector-max-compound-selectors */
|
|
608
|
+
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
609
|
+
left: 23px;
|
|
610
|
+
|
|
611
|
+
background-color: #fff;
|
|
612
|
+
}
|
|
613
|
+
/* live */
|
|
614
|
+
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
615
|
+
|
|
616
|
+
color: #7f7f7f;
|
|
617
|
+
|
|
618
|
+
font-size: 13px;
|
|
619
|
+
letter-spacing: 0.5px;
|
|
620
|
+
text-transform: uppercase;
|
|
621
|
+
}
|
|
622
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
623
|
+
background-color: #1a1a1a;
|
|
624
|
+
box-shadow: inset 0 0 0 1px #323232;
|
|
709
625
|
}
|
|
710
626
|
|
|
711
627
|
/* Colors */
|
|
@@ -874,143 +790,6 @@
|
|
|
874
790
|
}
|
|
875
791
|
}
|
|
876
792
|
|
|
877
|
-
/* Colors */
|
|
878
|
-
/* Fonts */
|
|
879
|
-
/* Gap */
|
|
880
|
-
/* Media */
|
|
881
|
-
/* 512 */
|
|
882
|
-
/* 650 */
|
|
883
|
-
/* 768 */
|
|
884
|
-
/* 1024 */
|
|
885
|
-
/* 1010 */
|
|
886
|
-
/* 1200 */
|
|
887
|
-
/* 511 */
|
|
888
|
-
/* 1023 */
|
|
889
|
-
/* Zindex */
|
|
890
|
-
.Tag-module_root__3IqWC {
|
|
891
|
-
display: inline-block;
|
|
892
|
-
|
|
893
|
-
cursor: default;
|
|
894
|
-
-webkit-user-select: none;
|
|
895
|
-
-moz-user-select: none;
|
|
896
|
-
-ms-user-select: none;
|
|
897
|
-
user-select: none;
|
|
898
|
-
vertical-align: middle;
|
|
899
|
-
letter-spacing: 1px;
|
|
900
|
-
text-transform: uppercase;
|
|
901
|
-
|
|
902
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
903
|
-
font-size: 12px;
|
|
904
|
-
font-weight: 600;
|
|
905
|
-
line-height: 12px;
|
|
906
|
-
}
|
|
907
|
-
.Tag-module_small__2IAb7 {
|
|
908
|
-
font-size: 12px;
|
|
909
|
-
line-height: 12px
|
|
910
|
-
}
|
|
911
|
-
@media only screen and (min-width: 64em) {
|
|
912
|
-
.Tag-module_small__2IAb7 {
|
|
913
|
-
line-height: 14px
|
|
914
|
-
}
|
|
915
|
-
}
|
|
916
|
-
@media only screen and (min-width: 64em) {
|
|
917
|
-
.Tag-module_large__22z_o {
|
|
918
|
-
letter-spacing: 1px;
|
|
919
|
-
|
|
920
|
-
font-size: 14px;
|
|
921
|
-
line-height: 16px
|
|
922
|
-
}
|
|
923
|
-
}
|
|
924
|
-
.Tag-module_dark__sgnt1 {
|
|
925
|
-
color: #000;
|
|
926
|
-
}
|
|
927
|
-
.Tag-module_light__1zUhp {
|
|
928
|
-
color: #fff;
|
|
929
|
-
}
|
|
930
|
-
.Tag-module_gold__2ksA7 {
|
|
931
|
-
color: #b88b59;
|
|
932
|
-
}
|
|
933
|
-
.Tag-module_gray__mGAO_ {
|
|
934
|
-
color: #757575;
|
|
935
|
-
}
|
|
936
|
-
.Tag-module_inherit__2QB5U {
|
|
937
|
-
color: inherit;
|
|
938
|
-
}
|
|
939
|
-
@media only screen and (min-width: 64em) {
|
|
940
|
-
.Tag-module_is1to1__3EDbC,
|
|
941
|
-
.Tag-module_is1to2__3xbC6,
|
|
942
|
-
.Tag-module_isInSuperBlock__38JE0 {
|
|
943
|
-
letter-spacing: 1px;
|
|
944
|
-
|
|
945
|
-
font-size: 12px;
|
|
946
|
-
line-height: 20px
|
|
947
|
-
}
|
|
948
|
-
}
|
|
949
|
-
@media only screen and (min-width: 64em) {
|
|
950
|
-
.Tag-module_is1to3__3j5K-,
|
|
951
|
-
.Tag-module_is1to4__2vq4r {
|
|
952
|
-
letter-spacing: 0.5px;
|
|
953
|
-
|
|
954
|
-
font-size: 10px;
|
|
955
|
-
line-height: 15px
|
|
956
|
-
}
|
|
957
|
-
}
|
|
958
|
-
@media only screen and (min-width: 32em) {
|
|
959
|
-
.Tag-module_slide__2nMDw,
|
|
960
|
-
.Tag-module_game__3j5yG {
|
|
961
|
-
width: 100%;
|
|
962
|
-
|
|
963
|
-
text-align: center
|
|
964
|
-
}
|
|
965
|
-
}
|
|
966
|
-
.Tag-module_richRelated__2vbQQ {
|
|
967
|
-
font-size: 12px;
|
|
968
|
-
line-height: 17px
|
|
969
|
-
}
|
|
970
|
-
@media only screen and (min-width: 64em) {
|
|
971
|
-
.Tag-module_richRelated__2vbQQ {
|
|
972
|
-
font-size: 14px;
|
|
973
|
-
line-height: 20px
|
|
974
|
-
}
|
|
975
|
-
}
|
|
976
|
-
.Tag-module_slide__2nMDw,
|
|
977
|
-
.Tag-module_game__3j5yG,
|
|
978
|
-
.Tag-module_card__1EAeF,
|
|
979
|
-
.Tag-module_live__rwXuR,
|
|
980
|
-
.Tag-module_episode__3o6gg,
|
|
981
|
-
.Tag-module_podcast__VPoll,
|
|
982
|
-
.Tag-module_rich__2URd9,
|
|
983
|
-
.Tag-module_isInDynamicBlock__1YM9I {
|
|
984
|
-
margin-bottom: 6px;
|
|
985
|
-
|
|
986
|
-
line-height: 10px
|
|
987
|
-
}
|
|
988
|
-
@media only screen and (min-width: 32em) {
|
|
989
|
-
.Tag-module_slide__2nMDw,
|
|
990
|
-
.Tag-module_game__3j5yG,
|
|
991
|
-
.Tag-module_card__1EAeF,
|
|
992
|
-
.Tag-module_live__rwXuR,
|
|
993
|
-
.Tag-module_episode__3o6gg,
|
|
994
|
-
.Tag-module_podcast__VPoll,
|
|
995
|
-
.Tag-module_rich__2URd9,
|
|
996
|
-
.Tag-module_isInDynamicBlock__1YM9I {
|
|
997
|
-
margin-bottom: 10px
|
|
998
|
-
}
|
|
999
|
-
}
|
|
1000
|
-
@media only screen and (min-width: 32em) {
|
|
1001
|
-
.Tag-module_mobile__QQxuv {
|
|
1002
|
-
display: none
|
|
1003
|
-
}
|
|
1004
|
-
}
|
|
1005
|
-
.Tag-module_desktop__1Bjsy {
|
|
1006
|
-
display: none
|
|
1007
|
-
}
|
|
1008
|
-
@media only screen and (min-width: 32em) {
|
|
1009
|
-
.Tag-module_desktop__1Bjsy {
|
|
1010
|
-
display: block
|
|
1011
|
-
}
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
793
|
/* Colors */
|
|
1015
794
|
/* Fonts */
|
|
1016
795
|
/* Gap */
|
|
@@ -1339,24 +1118,338 @@
|
|
|
1339
1118
|
/* 511 */
|
|
1340
1119
|
/* 1023 */
|
|
1341
1120
|
/* Zindex */
|
|
1342
|
-
.
|
|
1343
|
-
|
|
1121
|
+
.Image-module_root__1vsA_ {
|
|
1122
|
+
position: relative;
|
|
1123
|
+
z-index: 1;
|
|
1344
1124
|
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1125
|
+
display: block;
|
|
1126
|
+
overflow: hidden;
|
|
1127
|
+
transition: background-color 250ms ease;
|
|
1128
|
+
|
|
1129
|
+
background-color: #f2f2f2
|
|
1348
1130
|
}
|
|
1349
|
-
|
|
1350
|
-
|
|
1131
|
+
@media only screen and (min-width: 32em) {
|
|
1132
|
+
.Image-module_root__1vsA_ {
|
|
1133
|
+
border-radius: inherit
|
|
1351
1134
|
}
|
|
1352
|
-
|
|
1353
|
-
|
|
1135
|
+
}
|
|
1136
|
+
.Image-module_root__1vsA_ img {
|
|
1137
|
+
position: absolute;
|
|
1138
|
+
top: 0;
|
|
1139
|
+
left: 0;
|
|
1140
|
+
|
|
1141
|
+
width: 100%;
|
|
1142
|
+
height: 100%;
|
|
1354
1143
|
}
|
|
1355
|
-
.
|
|
1144
|
+
.Image-module_isLoaded__3XhU5 {
|
|
1145
|
+
background-color: transparent;
|
|
1146
|
+
}
|
|
1147
|
+
.Image-module_wrapper__3fLjs {
|
|
1356
1148
|
display: block;
|
|
1357
1149
|
|
|
1358
|
-
width:
|
|
1359
|
-
|
|
1150
|
+
width: 100%;
|
|
1151
|
+
|
|
1152
|
+
background-repeat: no-repeat;
|
|
1153
|
+
background-size: 100% auto;
|
|
1154
|
+
}
|
|
1155
|
+
.Image-module_fullscreen__29apx picture {
|
|
1156
|
+
cursor: pointer;
|
|
1157
|
+
}
|
|
1158
|
+
.Image-module_fullscreen__29apx picture:hover::after {
|
|
1159
|
+
opacity: 1;
|
|
1160
|
+
}
|
|
1161
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
1162
|
+
position: absolute;
|
|
1163
|
+
right: 12px;
|
|
1164
|
+
bottom: 12px;
|
|
1165
|
+
|
|
1166
|
+
width: 40px;
|
|
1167
|
+
height: 40px;
|
|
1168
|
+
|
|
1169
|
+
transition: opacity 250ms ease;
|
|
1170
|
+
pointer-events: none;
|
|
1171
|
+
|
|
1172
|
+
opacity: 0;
|
|
1173
|
+
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
1174
|
+
border-radius: 20px;
|
|
1175
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
1176
|
+
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");
|
|
1177
|
+
background-repeat: no-repeat;
|
|
1178
|
+
background-position: center
|
|
1179
|
+
}
|
|
1180
|
+
@media only screen and (min-width: 64em) {
|
|
1181
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
1182
|
+
content: ''
|
|
1183
|
+
}
|
|
1184
|
+
}
|
|
1185
|
+
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
1186
|
+
outline: none;
|
|
1187
|
+
}
|
|
1188
|
+
.Image-module_dark__3o0nU {
|
|
1189
|
+
background-color: transparent;
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
/* Colors */
|
|
1193
|
+
/* Fonts */
|
|
1194
|
+
/* Gap */
|
|
1195
|
+
/* Media */
|
|
1196
|
+
/* 512 */
|
|
1197
|
+
/* 650 */
|
|
1198
|
+
/* 768 */
|
|
1199
|
+
/* 1024 */
|
|
1200
|
+
/* 1010 */
|
|
1201
|
+
/* 1200 */
|
|
1202
|
+
/* 511 */
|
|
1203
|
+
/* 1023 */
|
|
1204
|
+
/* Zindex */
|
|
1205
|
+
.Tag-module_root__3IqWC {
|
|
1206
|
+
display: inline-block;
|
|
1207
|
+
|
|
1208
|
+
cursor: default;
|
|
1209
|
+
-webkit-user-select: none;
|
|
1210
|
+
-moz-user-select: none;
|
|
1211
|
+
-ms-user-select: none;
|
|
1212
|
+
user-select: none;
|
|
1213
|
+
vertical-align: middle;
|
|
1214
|
+
letter-spacing: 1px;
|
|
1215
|
+
text-transform: uppercase;
|
|
1216
|
+
|
|
1217
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1218
|
+
font-size: 12px;
|
|
1219
|
+
font-weight: 600;
|
|
1220
|
+
line-height: 12px;
|
|
1221
|
+
}
|
|
1222
|
+
.Tag-module_small__2IAb7 {
|
|
1223
|
+
font-size: 12px;
|
|
1224
|
+
line-height: 12px
|
|
1225
|
+
}
|
|
1226
|
+
@media only screen and (min-width: 64em) {
|
|
1227
|
+
.Tag-module_small__2IAb7 {
|
|
1228
|
+
line-height: 14px
|
|
1229
|
+
}
|
|
1230
|
+
}
|
|
1231
|
+
@media only screen and (min-width: 64em) {
|
|
1232
|
+
.Tag-module_large__22z_o {
|
|
1233
|
+
letter-spacing: 1px;
|
|
1234
|
+
|
|
1235
|
+
font-size: 14px;
|
|
1236
|
+
line-height: 16px
|
|
1237
|
+
}
|
|
1238
|
+
}
|
|
1239
|
+
.Tag-module_dark__sgnt1 {
|
|
1240
|
+
color: #000;
|
|
1241
|
+
}
|
|
1242
|
+
.Tag-module_light__1zUhp {
|
|
1243
|
+
color: #fff;
|
|
1244
|
+
}
|
|
1245
|
+
.Tag-module_gold__2ksA7 {
|
|
1246
|
+
color: #b88b59;
|
|
1247
|
+
}
|
|
1248
|
+
.Tag-module_gray__mGAO_ {
|
|
1249
|
+
color: #757575;
|
|
1250
|
+
}
|
|
1251
|
+
.Tag-module_inherit__2QB5U {
|
|
1252
|
+
color: inherit;
|
|
1253
|
+
}
|
|
1254
|
+
@media only screen and (min-width: 64em) {
|
|
1255
|
+
.Tag-module_is1to1__3EDbC,
|
|
1256
|
+
.Tag-module_is1to2__3xbC6,
|
|
1257
|
+
.Tag-module_isInSuperBlock__38JE0 {
|
|
1258
|
+
letter-spacing: 1px;
|
|
1259
|
+
|
|
1260
|
+
font-size: 12px;
|
|
1261
|
+
line-height: 20px
|
|
1262
|
+
}
|
|
1263
|
+
}
|
|
1264
|
+
@media only screen and (min-width: 64em) {
|
|
1265
|
+
.Tag-module_is1to3__3j5K-,
|
|
1266
|
+
.Tag-module_is1to4__2vq4r {
|
|
1267
|
+
letter-spacing: 0.5px;
|
|
1268
|
+
|
|
1269
|
+
font-size: 10px;
|
|
1270
|
+
line-height: 15px
|
|
1271
|
+
}
|
|
1272
|
+
}
|
|
1273
|
+
@media only screen and (min-width: 32em) {
|
|
1274
|
+
.Tag-module_slide__2nMDw,
|
|
1275
|
+
.Tag-module_game__3j5yG {
|
|
1276
|
+
width: 100%;
|
|
1277
|
+
|
|
1278
|
+
text-align: center
|
|
1279
|
+
}
|
|
1280
|
+
}
|
|
1281
|
+
.Tag-module_richRelated__2vbQQ {
|
|
1282
|
+
font-size: 12px;
|
|
1283
|
+
line-height: 17px
|
|
1284
|
+
}
|
|
1285
|
+
@media only screen and (min-width: 64em) {
|
|
1286
|
+
.Tag-module_richRelated__2vbQQ {
|
|
1287
|
+
font-size: 14px;
|
|
1288
|
+
line-height: 20px
|
|
1289
|
+
}
|
|
1290
|
+
}
|
|
1291
|
+
.Tag-module_slide__2nMDw,
|
|
1292
|
+
.Tag-module_game__3j5yG,
|
|
1293
|
+
.Tag-module_card__1EAeF,
|
|
1294
|
+
.Tag-module_live__rwXuR,
|
|
1295
|
+
.Tag-module_episode__3o6gg,
|
|
1296
|
+
.Tag-module_podcast__VPoll,
|
|
1297
|
+
.Tag-module_rich__2URd9,
|
|
1298
|
+
.Tag-module_isInDynamicBlock__1YM9I {
|
|
1299
|
+
margin-bottom: 6px;
|
|
1300
|
+
|
|
1301
|
+
line-height: 10px
|
|
1302
|
+
}
|
|
1303
|
+
@media only screen and (min-width: 32em) {
|
|
1304
|
+
.Tag-module_slide__2nMDw,
|
|
1305
|
+
.Tag-module_game__3j5yG,
|
|
1306
|
+
.Tag-module_card__1EAeF,
|
|
1307
|
+
.Tag-module_live__rwXuR,
|
|
1308
|
+
.Tag-module_episode__3o6gg,
|
|
1309
|
+
.Tag-module_podcast__VPoll,
|
|
1310
|
+
.Tag-module_rich__2URd9,
|
|
1311
|
+
.Tag-module_isInDynamicBlock__1YM9I {
|
|
1312
|
+
margin-bottom: 10px
|
|
1313
|
+
}
|
|
1314
|
+
}
|
|
1315
|
+
@media only screen and (min-width: 32em) {
|
|
1316
|
+
.Tag-module_mobile__QQxuv {
|
|
1317
|
+
display: none
|
|
1318
|
+
}
|
|
1319
|
+
}
|
|
1320
|
+
.Tag-module_desktop__1Bjsy {
|
|
1321
|
+
display: none
|
|
1322
|
+
}
|
|
1323
|
+
@media only screen and (min-width: 32em) {
|
|
1324
|
+
.Tag-module_desktop__1Bjsy {
|
|
1325
|
+
display: block
|
|
1326
|
+
}
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
/* Colors */
|
|
1330
|
+
/* Fonts */
|
|
1331
|
+
/* Gap */
|
|
1332
|
+
/* Media */
|
|
1333
|
+
/* 512 */
|
|
1334
|
+
/* 650 */
|
|
1335
|
+
/* 768 */
|
|
1336
|
+
/* 1024 */
|
|
1337
|
+
/* 1010 */
|
|
1338
|
+
/* 1200 */
|
|
1339
|
+
/* 511 */
|
|
1340
|
+
/* 1023 */
|
|
1341
|
+
/* Zindex */
|
|
1342
|
+
.MediaCaption-module_root__KqTdw {
|
|
1343
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1344
|
+
}
|
|
1345
|
+
.MediaCaption-module_root__KqTdw a {
|
|
1346
|
+
text-decoration: underline;
|
|
1347
|
+
|
|
1348
|
+
color: inherit;
|
|
1349
|
+
box-shadow: none;
|
|
1350
|
+
}
|
|
1351
|
+
.MediaCaption-module_root__KqTdw a:hover {
|
|
1352
|
+
color: #b88b58;
|
|
1353
|
+
}
|
|
1354
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1355
|
+
max-width: 520px;
|
|
1356
|
+
padding-top: 4px;
|
|
1357
|
+
|
|
1358
|
+
color: #1a1a1a;
|
|
1359
|
+
|
|
1360
|
+
font-size: 14px;
|
|
1361
|
+
line-height: 18px
|
|
1362
|
+
}
|
|
1363
|
+
@media only screen and (min-width: 32em) {
|
|
1364
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1365
|
+
font-size: 16px;
|
|
1366
|
+
line-height: 22px
|
|
1367
|
+
}
|
|
1368
|
+
}
|
|
1369
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1370
|
+
max-width: 520px;
|
|
1371
|
+
padding-top: 1px;
|
|
1372
|
+
|
|
1373
|
+
color: #666;
|
|
1374
|
+
|
|
1375
|
+
font-size: 12px;
|
|
1376
|
+
line-height: 16px
|
|
1377
|
+
}
|
|
1378
|
+
@media only screen and (min-width: 32em) {
|
|
1379
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1380
|
+
padding-top: 3px
|
|
1381
|
+
}
|
|
1382
|
+
}
|
|
1383
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1384
|
+
padding-top: 3px;
|
|
1385
|
+
}
|
|
1386
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1387
|
+
color: #fff;
|
|
1388
|
+
}
|
|
1389
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1390
|
+
color: #929292;
|
|
1391
|
+
}
|
|
1392
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1393
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1394
|
+
padding-top: 10px
|
|
1395
|
+
}
|
|
1396
|
+
@media only screen and (min-width: 32em) {
|
|
1397
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1398
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1399
|
+
padding-top: 12px
|
|
1400
|
+
}
|
|
1401
|
+
}
|
|
1402
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1403
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1404
|
+
padding-top: 9px
|
|
1405
|
+
}
|
|
1406
|
+
@media only screen and (min-width: 32em) {
|
|
1407
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1408
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1409
|
+
padding-top: 11px
|
|
1410
|
+
}
|
|
1411
|
+
}
|
|
1412
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1413
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1414
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1415
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1416
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1417
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1418
|
+
max-width: 650px;
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1421
|
+
|
|
1422
|
+
/* Colors */
|
|
1423
|
+
/* Fonts */
|
|
1424
|
+
/* Gap */
|
|
1425
|
+
/* Media */
|
|
1426
|
+
/* 512 */
|
|
1427
|
+
/* 650 */
|
|
1428
|
+
/* 768 */
|
|
1429
|
+
/* 1024 */
|
|
1430
|
+
/* 1010 */
|
|
1431
|
+
/* 1200 */
|
|
1432
|
+
/* 511 */
|
|
1433
|
+
/* 1023 */
|
|
1434
|
+
/* Zindex */
|
|
1435
|
+
.MaterialNote-module_root__1AcYe {
|
|
1436
|
+
margin-bottom: 17px;
|
|
1437
|
+
|
|
1438
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1439
|
+
font-size: 16px;
|
|
1440
|
+
line-height: 22px;
|
|
1441
|
+
}
|
|
1442
|
+
.MaterialNote-module_root__1AcYe:empty {
|
|
1443
|
+
margin-bottom: 0;
|
|
1444
|
+
}
|
|
1445
|
+
.MaterialNote-module_root__1AcYe:empty::before {
|
|
1446
|
+
margin-bottom: 9px;
|
|
1447
|
+
}
|
|
1448
|
+
.MaterialNote-module_root__1AcYe::before {
|
|
1449
|
+
display: block;
|
|
1450
|
+
|
|
1451
|
+
width: 120px;
|
|
1452
|
+
height: 1px;
|
|
1360
1453
|
margin-bottom: 15px;
|
|
1361
1454
|
|
|
1362
1455
|
content: '';
|
|
@@ -1443,21 +1536,65 @@
|
|
|
1443
1536
|
.MaterialNote-module_game__cADMe {
|
|
1444
1537
|
margin-top: 25px
|
|
1445
1538
|
}
|
|
1446
|
-
}
|
|
1447
|
-
@media only screen and (max-width: 32.1875em) {
|
|
1448
|
-
.MaterialNote-module_game__cADMe.MaterialNote-module_dark__xCry- .MaterialNote-module_note_credit__PuFyX {
|
|
1449
|
-
color: #fff
|
|
1539
|
+
}
|
|
1540
|
+
@media only screen and (max-width: 32.1875em) {
|
|
1541
|
+
.MaterialNote-module_game__cADMe.MaterialNote-module_dark__xCry- .MaterialNote-module_note_credit__PuFyX {
|
|
1542
|
+
color: #fff
|
|
1543
|
+
}
|
|
1544
|
+
}
|
|
1545
|
+
.MaterialNote-module_slide__1ZBBq,
|
|
1546
|
+
.MaterialNote-module_card__OWXbQ {
|
|
1547
|
+
margin-bottom: 9px;
|
|
1548
|
+
padding-top: 8px
|
|
1549
|
+
}
|
|
1550
|
+
@media only screen and (min-width: 32em) {
|
|
1551
|
+
.MaterialNote-module_slide__1ZBBq,
|
|
1552
|
+
.MaterialNote-module_card__OWXbQ {
|
|
1553
|
+
margin-bottom: 16px
|
|
1554
|
+
}
|
|
1555
|
+
}
|
|
1556
|
+
|
|
1557
|
+
/* Colors */
|
|
1558
|
+
/* Fonts */
|
|
1559
|
+
/* Gap */
|
|
1560
|
+
/* Media */
|
|
1561
|
+
/* 512 */
|
|
1562
|
+
/* 650 */
|
|
1563
|
+
/* 768 */
|
|
1564
|
+
/* 1024 */
|
|
1565
|
+
/* 1010 */
|
|
1566
|
+
/* 1200 */
|
|
1567
|
+
/* 511 */
|
|
1568
|
+
/* 1023 */
|
|
1569
|
+
/* Zindex */
|
|
1570
|
+
.MaterialTitle-module_root__18ku- {
|
|
1571
|
+
display: block;
|
|
1572
|
+
}
|
|
1573
|
+
.MaterialTitle-module_root__18ku- {
|
|
1574
|
+
margin: 0;
|
|
1575
|
+
|
|
1576
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1577
|
+
font-size: 25px;
|
|
1578
|
+
font-weight: normal;
|
|
1579
|
+
line-height: 27px
|
|
1580
|
+
}
|
|
1581
|
+
@media only screen and (min-width: 48em) {
|
|
1582
|
+
.MaterialTitle-module_root__18ku- {
|
|
1583
|
+
font-size: 37px;
|
|
1584
|
+
line-height: 38px
|
|
1450
1585
|
}
|
|
1451
1586
|
}
|
|
1452
|
-
.
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
padding-top: 8px
|
|
1587
|
+
.MaterialTitle-module_primary__2Sfmx {
|
|
1588
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1589
|
+
font-weight: normal;
|
|
1456
1590
|
}
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1591
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1592
|
+
font-size: 24px;
|
|
1593
|
+
font-weight: 700
|
|
1594
|
+
}
|
|
1595
|
+
@media only screen and (min-width: 48em) {
|
|
1596
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1597
|
+
font-size: 36px
|
|
1461
1598
|
}
|
|
1462
1599
|
}
|
|
1463
1600
|
|
|
@@ -1519,99 +1656,6 @@
|
|
|
1519
1656
|
display: none;
|
|
1520
1657
|
}
|
|
1521
1658
|
|
|
1522
|
-
/* Colors */
|
|
1523
|
-
/* Fonts */
|
|
1524
|
-
/* Gap */
|
|
1525
|
-
/* Media */
|
|
1526
|
-
/* 512 */
|
|
1527
|
-
/* 650 */
|
|
1528
|
-
/* 768 */
|
|
1529
|
-
/* 1024 */
|
|
1530
|
-
/* 1010 */
|
|
1531
|
-
/* 1200 */
|
|
1532
|
-
/* 511 */
|
|
1533
|
-
/* 1023 */
|
|
1534
|
-
/* Zindex */
|
|
1535
|
-
.MediaCaption-module_root__KqTdw {
|
|
1536
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1537
|
-
}
|
|
1538
|
-
.MediaCaption-module_root__KqTdw a {
|
|
1539
|
-
text-decoration: underline;
|
|
1540
|
-
|
|
1541
|
-
color: inherit;
|
|
1542
|
-
box-shadow: none;
|
|
1543
|
-
}
|
|
1544
|
-
.MediaCaption-module_root__KqTdw a:hover {
|
|
1545
|
-
color: #b88b58;
|
|
1546
|
-
}
|
|
1547
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1548
|
-
max-width: 520px;
|
|
1549
|
-
padding-top: 4px;
|
|
1550
|
-
|
|
1551
|
-
color: #1a1a1a;
|
|
1552
|
-
|
|
1553
|
-
font-size: 14px;
|
|
1554
|
-
line-height: 18px
|
|
1555
|
-
}
|
|
1556
|
-
@media only screen and (min-width: 32em) {
|
|
1557
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1558
|
-
font-size: 16px;
|
|
1559
|
-
line-height: 22px
|
|
1560
|
-
}
|
|
1561
|
-
}
|
|
1562
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1563
|
-
max-width: 520px;
|
|
1564
|
-
padding-top: 1px;
|
|
1565
|
-
|
|
1566
|
-
color: #666;
|
|
1567
|
-
|
|
1568
|
-
font-size: 12px;
|
|
1569
|
-
line-height: 16px
|
|
1570
|
-
}
|
|
1571
|
-
@media only screen and (min-width: 32em) {
|
|
1572
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1573
|
-
padding-top: 3px
|
|
1574
|
-
}
|
|
1575
|
-
}
|
|
1576
|
-
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1577
|
-
padding-top: 3px;
|
|
1578
|
-
}
|
|
1579
|
-
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1580
|
-
color: #fff;
|
|
1581
|
-
}
|
|
1582
|
-
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1583
|
-
color: #929292;
|
|
1584
|
-
}
|
|
1585
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1586
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1587
|
-
padding-top: 10px
|
|
1588
|
-
}
|
|
1589
|
-
@media only screen and (min-width: 32em) {
|
|
1590
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1591
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1592
|
-
padding-top: 12px
|
|
1593
|
-
}
|
|
1594
|
-
}
|
|
1595
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1596
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1597
|
-
padding-top: 9px
|
|
1598
|
-
}
|
|
1599
|
-
@media only screen and (min-width: 32em) {
|
|
1600
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1601
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1602
|
-
padding-top: 11px
|
|
1603
|
-
}
|
|
1604
|
-
}
|
|
1605
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1606
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1607
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1608
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1609
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1610
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1611
|
-
max-width: 650px;
|
|
1612
|
-
}
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
1659
|
/* Colors */
|
|
1616
1660
|
/* Fonts */
|
|
1617
1661
|
/* Gap */
|
|
@@ -1700,50 +1744,6 @@
|
|
|
1700
1744
|
content: '';
|
|
1701
1745
|
}
|
|
1702
1746
|
|
|
1703
|
-
/* Colors */
|
|
1704
|
-
/* Fonts */
|
|
1705
|
-
/* Gap */
|
|
1706
|
-
/* Media */
|
|
1707
|
-
/* 512 */
|
|
1708
|
-
/* 650 */
|
|
1709
|
-
/* 768 */
|
|
1710
|
-
/* 1024 */
|
|
1711
|
-
/* 1010 */
|
|
1712
|
-
/* 1200 */
|
|
1713
|
-
/* 511 */
|
|
1714
|
-
/* 1023 */
|
|
1715
|
-
/* Zindex */
|
|
1716
|
-
.MaterialTitle-module_root__18ku- {
|
|
1717
|
-
display: block;
|
|
1718
|
-
}
|
|
1719
|
-
.MaterialTitle-module_root__18ku- {
|
|
1720
|
-
margin: 0;
|
|
1721
|
-
|
|
1722
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1723
|
-
font-size: 25px;
|
|
1724
|
-
font-weight: normal;
|
|
1725
|
-
line-height: 27px
|
|
1726
|
-
}
|
|
1727
|
-
@media only screen and (min-width: 48em) {
|
|
1728
|
-
.MaterialTitle-module_root__18ku- {
|
|
1729
|
-
font-size: 37px;
|
|
1730
|
-
line-height: 38px
|
|
1731
|
-
}
|
|
1732
|
-
}
|
|
1733
|
-
.MaterialTitle-module_primary__2Sfmx {
|
|
1734
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1735
|
-
font-weight: normal;
|
|
1736
|
-
}
|
|
1737
|
-
.MaterialTitle-module_secondary__3uDp4 {
|
|
1738
|
-
font-size: 24px;
|
|
1739
|
-
font-weight: 700
|
|
1740
|
-
}
|
|
1741
|
-
@media only screen and (min-width: 48em) {
|
|
1742
|
-
.MaterialTitle-module_secondary__3uDp4 {
|
|
1743
|
-
font-size: 36px
|
|
1744
|
-
}
|
|
1745
|
-
}
|
|
1746
|
-
|
|
1747
1747
|
/* Colors */
|
|
1748
1748
|
/* Fonts */
|
|
1749
1749
|
/* Gap */
|
|
@@ -2443,22 +2443,123 @@
|
|
|
2443
2443
|
|
|
2444
2444
|
border-bottom: 1px solid #ccc
|
|
2445
2445
|
}
|
|
2446
|
-
@media only screen and (min-width: 32em) {
|
|
2447
|
-
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2448
|
-
padding: 0 0 6px
|
|
2446
|
+
@media only screen and (min-width: 32em) {
|
|
2447
|
+
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2448
|
+
padding: 0 0 6px
|
|
2449
|
+
}
|
|
2450
|
+
}
|
|
2451
|
+
/* VISIBILITY */
|
|
2452
|
+
@media only screen and (min-width: 32em) {
|
|
2453
|
+
.ChapterBlock-module_mobile__CiO0w {
|
|
2454
|
+
display: none
|
|
2455
|
+
}
|
|
2456
|
+
}
|
|
2457
|
+
.ChapterBlock-module_desktop__tk1Nk {
|
|
2458
|
+
display: none
|
|
2459
|
+
}
|
|
2460
|
+
@media only screen and (min-width: 32em) {
|
|
2461
|
+
.ChapterBlock-module_desktop__tk1Nk {
|
|
2462
|
+
display: block
|
|
2463
|
+
}
|
|
2464
|
+
}
|
|
2465
|
+
|
|
2466
|
+
|
|
2467
|
+
/* Colors */
|
|
2468
|
+
/* Fonts */
|
|
2469
|
+
/* Gap */
|
|
2470
|
+
/* Media */
|
|
2471
|
+
/* 512 */
|
|
2472
|
+
/* 650 */
|
|
2473
|
+
/* 768 */
|
|
2474
|
+
/* 1024 */
|
|
2475
|
+
/* 1010 */
|
|
2476
|
+
/* 1200 */
|
|
2477
|
+
/* 511 */
|
|
2478
|
+
/* 1023 */
|
|
2479
|
+
/* Zindex */
|
|
2480
|
+
.GroupedBlock-module_root__2qfQA {
|
|
2481
|
+
max-width: 644px;
|
|
2482
|
+
margin: 15px auto 0
|
|
2483
|
+
}
|
|
2484
|
+
@media only screen and (min-width: 48em) {
|
|
2485
|
+
.GroupedBlock-module_root__2qfQA {
|
|
2486
|
+
max-width: none;
|
|
2487
|
+
margin-top: 25px;
|
|
2488
|
+
margin-bottom: 20px
|
|
2489
|
+
}
|
|
2490
|
+
}
|
|
2491
|
+
.GroupedBlock-module_hasFigcaption__2_mcf {
|
|
2492
|
+
margin-bottom: 15px;
|
|
2493
|
+
}
|
|
2494
|
+
@media only screen and (min-width: 48em) {
|
|
2495
|
+
.GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
|
|
2496
|
+
margin-top: 25px
|
|
2497
|
+
}
|
|
2498
|
+
}
|
|
2499
|
+
.GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
|
|
2500
|
+
margin-bottom: 0;
|
|
2501
|
+
}
|
|
2502
|
+
.GroupedBlock-module_items__2DV2X {
|
|
2503
|
+
display: -webkit-box;
|
|
2504
|
+
display: -webkit-flex;
|
|
2505
|
+
display: -ms-flexbox;
|
|
2506
|
+
display: flex;
|
|
2507
|
+
flex-direction: column;
|
|
2508
|
+
flex-wrap: nowrap
|
|
2509
|
+
}
|
|
2510
|
+
@media only screen and (min-width: 48em) {
|
|
2511
|
+
.GroupedBlock-module_items__2DV2X {
|
|
2512
|
+
flex-direction: row
|
|
2513
|
+
}
|
|
2514
|
+
}
|
|
2515
|
+
.GroupedBlock-module_item__3sz9_ {
|
|
2516
|
+
flex-grow: 1;
|
|
2517
|
+
|
|
2518
|
+
width: 100%;
|
|
2519
|
+
min-width: 100%;
|
|
2520
|
+
max-width: 100%;
|
|
2521
|
+
margin-bottom: 20px
|
|
2522
|
+
}
|
|
2523
|
+
@media only screen and (min-width: 48em) {
|
|
2524
|
+
.GroupedBlock-module_item__3sz9_ {
|
|
2525
|
+
min-width: 0;
|
|
2526
|
+
max-width: none;
|
|
2527
|
+
margin-bottom: 0
|
|
2528
|
+
}
|
|
2529
|
+
}
|
|
2530
|
+
@media only screen and (min-width: 48em) {
|
|
2531
|
+
.GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
|
|
2532
|
+
margin-left: 15px
|
|
2533
|
+
}
|
|
2534
|
+
}
|
|
2535
|
+
.GroupedBlock-module_figcaption__2Q_wf {
|
|
2536
|
+
max-width: 650px;
|
|
2537
|
+
margin-right: auto;
|
|
2538
|
+
margin-left: auto;
|
|
2539
|
+
}
|
|
2540
|
+
/* DISPLAY */
|
|
2541
|
+
@media only screen and (min-width: 48em) {
|
|
2542
|
+
.GroupedBlock-module_default__3ylw_ {
|
|
2543
|
+
max-width: 650px
|
|
2449
2544
|
}
|
|
2450
2545
|
}
|
|
2546
|
+
.GroupedBlock-module_full__1dzQR {
|
|
2547
|
+
max-width: 980px;
|
|
2548
|
+
}
|
|
2549
|
+
.GroupedBlock-module_super_full__1PU72 {
|
|
2550
|
+
max-width: 1680px;
|
|
2551
|
+
}
|
|
2451
2552
|
/* VISIBILITY */
|
|
2452
2553
|
@media only screen and (min-width: 32em) {
|
|
2453
|
-
.
|
|
2554
|
+
.GroupedBlock-module_mobile__3n8Ub {
|
|
2454
2555
|
display: none
|
|
2455
2556
|
}
|
|
2456
2557
|
}
|
|
2457
|
-
.
|
|
2558
|
+
.GroupedBlock-module_desktop__6ZRpA {
|
|
2458
2559
|
display: none
|
|
2459
2560
|
}
|
|
2460
2561
|
@media only screen and (min-width: 32em) {
|
|
2461
|
-
.
|
|
2562
|
+
.GroupedBlock-module_desktop__6ZRpA {
|
|
2462
2563
|
display: block
|
|
2463
2564
|
}
|
|
2464
2565
|
}
|
|
@@ -2582,107 +2683,6 @@
|
|
|
2582
2683
|
}
|
|
2583
2684
|
}
|
|
2584
2685
|
|
|
2585
|
-
/* Colors */
|
|
2586
|
-
/* Fonts */
|
|
2587
|
-
/* Gap */
|
|
2588
|
-
/* Media */
|
|
2589
|
-
/* 512 */
|
|
2590
|
-
/* 650 */
|
|
2591
|
-
/* 768 */
|
|
2592
|
-
/* 1024 */
|
|
2593
|
-
/* 1010 */
|
|
2594
|
-
/* 1200 */
|
|
2595
|
-
/* 511 */
|
|
2596
|
-
/* 1023 */
|
|
2597
|
-
/* Zindex */
|
|
2598
|
-
.GroupedBlock-module_root__2qfQA {
|
|
2599
|
-
max-width: 644px;
|
|
2600
|
-
margin: 15px auto 0
|
|
2601
|
-
}
|
|
2602
|
-
@media only screen and (min-width: 48em) {
|
|
2603
|
-
.GroupedBlock-module_root__2qfQA {
|
|
2604
|
-
max-width: none;
|
|
2605
|
-
margin-top: 25px;
|
|
2606
|
-
margin-bottom: 20px
|
|
2607
|
-
}
|
|
2608
|
-
}
|
|
2609
|
-
.GroupedBlock-module_hasFigcaption__2_mcf {
|
|
2610
|
-
margin-bottom: 15px;
|
|
2611
|
-
}
|
|
2612
|
-
@media only screen and (min-width: 48em) {
|
|
2613
|
-
.GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
|
|
2614
|
-
margin-top: 25px
|
|
2615
|
-
}
|
|
2616
|
-
}
|
|
2617
|
-
.GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
|
|
2618
|
-
margin-bottom: 0;
|
|
2619
|
-
}
|
|
2620
|
-
.GroupedBlock-module_items__2DV2X {
|
|
2621
|
-
display: -webkit-box;
|
|
2622
|
-
display: -webkit-flex;
|
|
2623
|
-
display: -ms-flexbox;
|
|
2624
|
-
display: flex;
|
|
2625
|
-
flex-direction: column;
|
|
2626
|
-
flex-wrap: nowrap
|
|
2627
|
-
}
|
|
2628
|
-
@media only screen and (min-width: 48em) {
|
|
2629
|
-
.GroupedBlock-module_items__2DV2X {
|
|
2630
|
-
flex-direction: row
|
|
2631
|
-
}
|
|
2632
|
-
}
|
|
2633
|
-
.GroupedBlock-module_item__3sz9_ {
|
|
2634
|
-
flex-grow: 1;
|
|
2635
|
-
|
|
2636
|
-
width: 100%;
|
|
2637
|
-
min-width: 100%;
|
|
2638
|
-
max-width: 100%;
|
|
2639
|
-
margin-bottom: 20px
|
|
2640
|
-
}
|
|
2641
|
-
@media only screen and (min-width: 48em) {
|
|
2642
|
-
.GroupedBlock-module_item__3sz9_ {
|
|
2643
|
-
min-width: 0;
|
|
2644
|
-
max-width: none;
|
|
2645
|
-
margin-bottom: 0
|
|
2646
|
-
}
|
|
2647
|
-
}
|
|
2648
|
-
@media only screen and (min-width: 48em) {
|
|
2649
|
-
.GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
|
|
2650
|
-
margin-left: 15px
|
|
2651
|
-
}
|
|
2652
|
-
}
|
|
2653
|
-
.GroupedBlock-module_figcaption__2Q_wf {
|
|
2654
|
-
max-width: 650px;
|
|
2655
|
-
margin-right: auto;
|
|
2656
|
-
margin-left: auto;
|
|
2657
|
-
}
|
|
2658
|
-
/* DISPLAY */
|
|
2659
|
-
@media only screen and (min-width: 48em) {
|
|
2660
|
-
.GroupedBlock-module_default__3ylw_ {
|
|
2661
|
-
max-width: 650px
|
|
2662
|
-
}
|
|
2663
|
-
}
|
|
2664
|
-
.GroupedBlock-module_full__1dzQR {
|
|
2665
|
-
max-width: 980px;
|
|
2666
|
-
}
|
|
2667
|
-
.GroupedBlock-module_super_full__1PU72 {
|
|
2668
|
-
max-width: 1680px;
|
|
2669
|
-
}
|
|
2670
|
-
/* VISIBILITY */
|
|
2671
|
-
@media only screen and (min-width: 32em) {
|
|
2672
|
-
.GroupedBlock-module_mobile__3n8Ub {
|
|
2673
|
-
display: none
|
|
2674
|
-
}
|
|
2675
|
-
}
|
|
2676
|
-
.GroupedBlock-module_desktop__6ZRpA {
|
|
2677
|
-
display: none
|
|
2678
|
-
}
|
|
2679
|
-
@media only screen and (min-width: 32em) {
|
|
2680
|
-
.GroupedBlock-module_desktop__6ZRpA {
|
|
2681
|
-
display: block
|
|
2682
|
-
}
|
|
2683
|
-
}
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
2686
|
/* Colors */
|
|
2687
2687
|
/* Fonts */
|
|
2688
2688
|
/* Gap */
|
|
@@ -2782,206 +2782,76 @@
|
|
|
2782
2782
|
}
|
|
2783
2783
|
@media only screen and (min-width: 32em) {
|
|
2784
2784
|
.HalfBlock-module_desktop__3B1Ej {
|
|
2785
|
-
display: block
|
|
2786
|
-
}
|
|
2787
|
-
}
|
|
2788
|
-
|
|
2789
|
-
/* Colors */
|
|
2790
|
-
/* Fonts */
|
|
2791
|
-
/* Gap */
|
|
2792
|
-
/* Media */
|
|
2793
|
-
/* 512 */
|
|
2794
|
-
/* 650 */
|
|
2795
|
-
/* 768 */
|
|
2796
|
-
/* 1024 */
|
|
2797
|
-
/* 1010 */
|
|
2798
|
-
/* 1200 */
|
|
2799
|
-
/* 511 */
|
|
2800
|
-
/* 1023 */
|
|
2801
|
-
/* Zindex */
|
|
2802
|
-
.ImportantLead-module_root__2BdT3 {
|
|
2803
|
-
margin: 18px 0;
|
|
2804
|
-
padding: 12px 12px 13px;
|
|
2805
|
-
|
|
2806
|
-
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
2807
|
-
border-radius: 4px;
|
|
2808
|
-
border-radius: 8px;
|
|
2809
|
-
background: #FFF8C4;
|
|
2810
|
-
|
|
2811
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2812
|
-
font-size: 16px;
|
|
2813
|
-
font-weight: normal;
|
|
2814
|
-
line-height: 20px
|
|
2815
|
-
}
|
|
2816
|
-
@media only screen and (min-width: 32em) {
|
|
2817
|
-
.ImportantLead-module_root__2BdT3 {
|
|
2818
|
-
margin: 25px 0;
|
|
2819
|
-
padding: 12px 15px 13px;
|
|
2820
|
-
|
|
2821
|
-
font-size: 17px;
|
|
2822
|
-
line-height: 24px
|
|
2823
|
-
}
|
|
2824
|
-
}
|
|
2825
|
-
.ImportantLead-module_root__2BdT3:last-child {
|
|
2826
|
-
margin-bottom: 0;
|
|
2827
|
-
}
|
|
2828
|
-
.ImportantLead-module_root__2BdT3:first-child {
|
|
2829
|
-
margin-top: 0;
|
|
2830
|
-
}
|
|
2831
|
-
.ImportantLead-module_root__2BdT3 a {
|
|
2832
|
-
color: #000;
|
|
2833
|
-
box-shadow: inset 0 -1px #000;
|
|
2834
|
-
}
|
|
2835
|
-
.ImportantLead-module_root__2BdT3 a:hover {
|
|
2836
|
-
color: #b88b59;
|
|
2837
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
2838
|
-
}
|
|
2839
|
-
.ImportantLead-module_slide__3kQ9x {
|
|
2840
|
-
max-width: 650px;
|
|
2841
|
-
margin-right: auto;
|
|
2842
|
-
margin-left: auto;
|
|
2843
|
-
}
|
|
2844
|
-
/* VISIBILITY */
|
|
2845
|
-
@media only screen and (min-width: 32em) {
|
|
2846
|
-
.ImportantLead-module_mobile__3BXbm {
|
|
2847
|
-
display: none
|
|
2848
|
-
}
|
|
2849
|
-
}
|
|
2850
|
-
.ImportantLead-module_desktop__3Zljc {
|
|
2851
|
-
display: none
|
|
2852
|
-
}
|
|
2853
|
-
@media only screen and (min-width: 32em) {
|
|
2854
|
-
.ImportantLead-module_desktop__3Zljc {
|
|
2855
|
-
display: block
|
|
2856
|
-
}
|
|
2857
|
-
}
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
/* Colors */
|
|
2861
|
-
/* Fonts */
|
|
2862
|
-
/* Gap */
|
|
2863
|
-
/* Media */
|
|
2864
|
-
/* 512 */
|
|
2865
|
-
/* 650 */
|
|
2866
|
-
/* 768 */
|
|
2867
|
-
/* 1024 */
|
|
2868
|
-
/* 1010 */
|
|
2869
|
-
/* 1200 */
|
|
2870
|
-
/* 511 */
|
|
2871
|
-
/* 1023 */
|
|
2872
|
-
/* Zindex */
|
|
2873
|
-
.RelatedBlock-module_root__IKcQq {
|
|
2874
|
-
margin: 16px 0;
|
|
2875
|
-
|
|
2876
|
-
border-radius: 8px;
|
|
2877
|
-
background-color: #f5f5f5;
|
|
2878
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
2879
|
-
}
|
|
2880
|
-
@media only screen and (min-width: 48em) {
|
|
2881
|
-
.RelatedBlock-module_root__IKcQq {
|
|
2882
|
-
margin: 25px 0
|
|
2883
|
-
}
|
|
2884
|
-
}
|
|
2885
|
-
.RelatedBlock-module_root__IKcQq:last-child {
|
|
2886
|
-
margin-bottom: 0;
|
|
2887
|
-
}
|
|
2888
|
-
.RelatedBlock-module_root__IKcQq:first-child {
|
|
2889
|
-
margin-top: 0;
|
|
2890
|
-
}
|
|
2891
|
-
.RelatedBlock-module_root__IKcQq a {
|
|
2892
|
-
display: block;
|
|
2893
|
-
|
|
2894
|
-
padding: 12px 12px 13px;
|
|
2895
|
-
|
|
2896
|
-
transition: color 0.15s;
|
|
2897
|
-
text-decoration: none;
|
|
2898
|
-
|
|
2899
|
-
color: #000;
|
|
2900
|
-
box-shadow: none;
|
|
2901
|
-
|
|
2902
|
-
font-size: 17px;
|
|
2903
|
-
line-height: 20px
|
|
2904
|
-
}
|
|
2905
|
-
@media only screen and (min-width: 48em) {
|
|
2906
|
-
.RelatedBlock-module_root__IKcQq a {
|
|
2907
|
-
padding: 15px 20px 17px;
|
|
2908
|
-
|
|
2909
|
-
font-size: 19px;
|
|
2910
|
-
line-height: 23px
|
|
2911
|
-
}
|
|
2912
|
-
}
|
|
2913
|
-
.RelatedBlock-module_root__IKcQq a:hover {
|
|
2914
|
-
color: #5c5c5c;
|
|
2915
|
-
}
|
|
2916
|
-
.RelatedBlock-module_header__2SuWP {
|
|
2917
|
-
margin: 0;
|
|
2918
|
-
padding: 14px 12px 3px;
|
|
2785
|
+
display: block
|
|
2786
|
+
}
|
|
2787
|
+
}
|
|
2919
2788
|
|
|
2920
|
-
|
|
2921
|
-
|
|
2789
|
+
/* Colors */
|
|
2790
|
+
/* Fonts */
|
|
2791
|
+
/* Gap */
|
|
2792
|
+
/* Media */
|
|
2793
|
+
/* 512 */
|
|
2794
|
+
/* 650 */
|
|
2795
|
+
/* 768 */
|
|
2796
|
+
/* 1024 */
|
|
2797
|
+
/* 1010 */
|
|
2798
|
+
/* 1200 */
|
|
2799
|
+
/* 511 */
|
|
2800
|
+
/* 1023 */
|
|
2801
|
+
/* Zindex */
|
|
2802
|
+
.ImportantLead-module_root__2BdT3 {
|
|
2803
|
+
margin: 18px 0;
|
|
2804
|
+
padding: 12px 12px 13px;
|
|
2922
2805
|
|
|
2923
|
-
|
|
2806
|
+
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
2807
|
+
border-radius: 4px;
|
|
2808
|
+
border-radius: 8px;
|
|
2809
|
+
background: #FFF8C4;
|
|
2924
2810
|
|
|
2925
2811
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2926
|
-
font-size:
|
|
2927
|
-
font-weight:
|
|
2928
|
-
line-height:
|
|
2812
|
+
font-size: 16px;
|
|
2813
|
+
font-weight: normal;
|
|
2814
|
+
line-height: 20px
|
|
2929
2815
|
}
|
|
2930
|
-
@media only screen and (min-width:
|
|
2931
|
-
.
|
|
2932
|
-
|
|
2816
|
+
@media only screen and (min-width: 32em) {
|
|
2817
|
+
.ImportantLead-module_root__2BdT3 {
|
|
2818
|
+
margin: 25px 0;
|
|
2819
|
+
padding: 12px 15px 13px;
|
|
2933
2820
|
|
|
2934
|
-
font-size:
|
|
2935
|
-
line-height:
|
|
2821
|
+
font-size: 17px;
|
|
2822
|
+
line-height: 24px
|
|
2936
2823
|
}
|
|
2937
2824
|
}
|
|
2938
|
-
.
|
|
2939
|
-
margin: 0;
|
|
2940
|
-
padding-left: 0;
|
|
2941
|
-
|
|
2942
|
-
list-style: none;
|
|
2943
|
-
}
|
|
2944
|
-
.RelatedBlock-module_items__2V-Ap li {
|
|
2945
|
-
padding: 0;
|
|
2946
|
-
}
|
|
2947
|
-
.RelatedBlock-module_items__2V-Ap li + li {
|
|
2948
|
-
border-top: 1px solid #e6e6e6;
|
|
2825
|
+
.ImportantLead-module_root__2BdT3:last-child {
|
|
2826
|
+
margin-bottom: 0;
|
|
2949
2827
|
}
|
|
2950
|
-
.
|
|
2951
|
-
|
|
2952
|
-
font-size: 16px;
|
|
2953
|
-
font-weight: 700;
|
|
2954
|
-
line-height: 18px
|
|
2828
|
+
.ImportantLead-module_root__2BdT3:first-child {
|
|
2829
|
+
margin-top: 0;
|
|
2955
2830
|
}
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2831
|
+
.ImportantLead-module_root__2BdT3 a {
|
|
2832
|
+
color: #000;
|
|
2833
|
+
box-shadow: inset 0 -1px #000;
|
|
2959
2834
|
}
|
|
2960
|
-
|
|
2961
|
-
|
|
2835
|
+
.ImportantLead-module_root__2BdT3 a:hover {
|
|
2836
|
+
color: #b88b59;
|
|
2837
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2962
2838
|
}
|
|
2963
|
-
.
|
|
2839
|
+
.ImportantLead-module_slide__3kQ9x {
|
|
2964
2840
|
max-width: 650px;
|
|
2965
2841
|
margin-right: auto;
|
|
2966
2842
|
margin-left: auto;
|
|
2967
2843
|
}
|
|
2968
|
-
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
2969
|
-
margin-top: 0;
|
|
2970
|
-
}
|
|
2971
|
-
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
2972
|
-
margin-bottom: 0;
|
|
2973
|
-
}
|
|
2974
2844
|
/* VISIBILITY */
|
|
2975
2845
|
@media only screen and (min-width: 32em) {
|
|
2976
|
-
.
|
|
2846
|
+
.ImportantLead-module_mobile__3BXbm {
|
|
2977
2847
|
display: none
|
|
2978
2848
|
}
|
|
2979
2849
|
}
|
|
2980
|
-
.
|
|
2850
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
2981
2851
|
display: none
|
|
2982
2852
|
}
|
|
2983
2853
|
@media only screen and (min-width: 32em) {
|
|
2984
|
-
.
|
|
2854
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
2985
2855
|
display: block
|
|
2986
2856
|
}
|
|
2987
2857
|
}
|
|
@@ -3672,20 +3542,194 @@ a mark {
|
|
|
3672
3542
|
.SimpleBlock-module_isInAnswer__3aX6X:first-child {
|
|
3673
3543
|
margin-top: 6px;
|
|
3674
3544
|
}
|
|
3675
|
-
.SimpleBlock-module_isInAnswer__3aX6X:last-child {
|
|
3676
|
-
margin-bottom: 0;
|
|
3545
|
+
.SimpleBlock-module_isInAnswer__3aX6X:last-child {
|
|
3546
|
+
margin-bottom: 0;
|
|
3547
|
+
}
|
|
3548
|
+
/* VISIBILITY */
|
|
3549
|
+
@media only screen and (min-width: 32em) {
|
|
3550
|
+
.SimpleBlock-module_mobile__Ckgek {
|
|
3551
|
+
display: none
|
|
3552
|
+
}
|
|
3553
|
+
}
|
|
3554
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3555
|
+
display: none
|
|
3556
|
+
}
|
|
3557
|
+
@media only screen and (min-width: 32em) {
|
|
3558
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3559
|
+
display: block
|
|
3560
|
+
}
|
|
3561
|
+
}
|
|
3562
|
+
|
|
3563
|
+
/* Colors */
|
|
3564
|
+
/* Fonts */
|
|
3565
|
+
/* Gap */
|
|
3566
|
+
/* Media */
|
|
3567
|
+
/* 512 */
|
|
3568
|
+
/* 650 */
|
|
3569
|
+
/* 768 */
|
|
3570
|
+
/* 1024 */
|
|
3571
|
+
/* 1010 */
|
|
3572
|
+
/* 1200 */
|
|
3573
|
+
/* 511 */
|
|
3574
|
+
/* 1023 */
|
|
3575
|
+
/* Zindex */
|
|
3576
|
+
.RelatedBlock-module_root__IKcQq {
|
|
3577
|
+
margin: 16px 0;
|
|
3578
|
+
|
|
3579
|
+
border-radius: 8px;
|
|
3580
|
+
background-color: #f5f5f5;
|
|
3581
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
3582
|
+
}
|
|
3583
|
+
@media only screen and (min-width: 48em) {
|
|
3584
|
+
.RelatedBlock-module_root__IKcQq {
|
|
3585
|
+
margin: 25px 0
|
|
3586
|
+
}
|
|
3587
|
+
}
|
|
3588
|
+
.RelatedBlock-module_root__IKcQq:last-child {
|
|
3589
|
+
margin-bottom: 0;
|
|
3590
|
+
}
|
|
3591
|
+
.RelatedBlock-module_root__IKcQq:first-child {
|
|
3592
|
+
margin-top: 0;
|
|
3593
|
+
}
|
|
3594
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
3595
|
+
display: block;
|
|
3596
|
+
|
|
3597
|
+
padding: 12px 12px 13px;
|
|
3598
|
+
|
|
3599
|
+
transition: color 0.15s;
|
|
3600
|
+
text-decoration: none;
|
|
3601
|
+
|
|
3602
|
+
color: #000;
|
|
3603
|
+
box-shadow: none;
|
|
3604
|
+
|
|
3605
|
+
font-size: 17px;
|
|
3606
|
+
line-height: 20px
|
|
3607
|
+
}
|
|
3608
|
+
@media only screen and (min-width: 48em) {
|
|
3609
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
3610
|
+
padding: 15px 20px 17px;
|
|
3611
|
+
|
|
3612
|
+
font-size: 19px;
|
|
3613
|
+
line-height: 23px
|
|
3614
|
+
}
|
|
3615
|
+
}
|
|
3616
|
+
.RelatedBlock-module_root__IKcQq a:hover {
|
|
3617
|
+
color: #5c5c5c;
|
|
3618
|
+
}
|
|
3619
|
+
.RelatedBlock-module_header__2SuWP {
|
|
3620
|
+
margin: 0;
|
|
3621
|
+
padding: 14px 12px 3px;
|
|
3622
|
+
|
|
3623
|
+
letter-spacing: 1px;
|
|
3624
|
+
text-transform: uppercase;
|
|
3625
|
+
|
|
3626
|
+
color: #7F7F7F;
|
|
3627
|
+
|
|
3628
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3629
|
+
font-size: 12px;
|
|
3630
|
+
font-weight: 600;
|
|
3631
|
+
line-height: 17px
|
|
3632
|
+
}
|
|
3633
|
+
@media only screen and (min-width: 48em) {
|
|
3634
|
+
.RelatedBlock-module_header__2SuWP {
|
|
3635
|
+
padding: 20px 20px 14px;
|
|
3636
|
+
|
|
3637
|
+
font-size: 14px;
|
|
3638
|
+
line-height: 16px
|
|
3639
|
+
}
|
|
3640
|
+
}
|
|
3641
|
+
.RelatedBlock-module_items__2V-Ap {
|
|
3642
|
+
margin: 0;
|
|
3643
|
+
padding-left: 0;
|
|
3644
|
+
|
|
3645
|
+
list-style: none;
|
|
3646
|
+
}
|
|
3647
|
+
.RelatedBlock-module_items__2V-Ap li {
|
|
3648
|
+
padding: 0;
|
|
3649
|
+
}
|
|
3650
|
+
.RelatedBlock-module_items__2V-Ap li + li {
|
|
3651
|
+
border-top: 1px solid #e6e6e6;
|
|
3652
|
+
}
|
|
3653
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3654
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3655
|
+
font-size: 16px;
|
|
3656
|
+
font-weight: 700;
|
|
3657
|
+
line-height: 18px
|
|
3658
|
+
}
|
|
3659
|
+
@media only screen and (min-width: 48em) {
|
|
3660
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3661
|
+
font-size: 18px
|
|
3662
|
+
}
|
|
3663
|
+
}
|
|
3664
|
+
.RelatedBlock-module_simple__29HVO {
|
|
3665
|
+
}
|
|
3666
|
+
.RelatedBlock-module_center__1LmW8 {
|
|
3667
|
+
max-width: 650px;
|
|
3668
|
+
margin-right: auto;
|
|
3669
|
+
margin-left: auto;
|
|
3670
|
+
}
|
|
3671
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
3672
|
+
margin-top: 0;
|
|
3673
|
+
}
|
|
3674
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
3675
|
+
margin-bottom: 0;
|
|
3676
|
+
}
|
|
3677
|
+
/* VISIBILITY */
|
|
3678
|
+
@media only screen and (min-width: 32em) {
|
|
3679
|
+
.RelatedBlock-module_mobile__2XM5a {
|
|
3680
|
+
display: none
|
|
3681
|
+
}
|
|
3682
|
+
}
|
|
3683
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
3684
|
+
display: none
|
|
3685
|
+
}
|
|
3686
|
+
@media only screen and (min-width: 32em) {
|
|
3687
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
3688
|
+
display: block
|
|
3689
|
+
}
|
|
3690
|
+
}
|
|
3691
|
+
|
|
3692
|
+
|
|
3693
|
+
/* Colors */
|
|
3694
|
+
/* Fonts */
|
|
3695
|
+
/* Gap */
|
|
3696
|
+
/* Media */
|
|
3697
|
+
/* 512 */
|
|
3698
|
+
/* 650 */
|
|
3699
|
+
/* 768 */
|
|
3700
|
+
/* 1024 */
|
|
3701
|
+
/* 1010 */
|
|
3702
|
+
/* 1200 */
|
|
3703
|
+
/* 511 */
|
|
3704
|
+
/* 1023 */
|
|
3705
|
+
/* Zindex */
|
|
3706
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3707
|
+
margin: 0 0 18px;
|
|
3708
|
+
|
|
3709
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3710
|
+
font-size: 20px;
|
|
3711
|
+
font-weight: normal;
|
|
3712
|
+
line-height: 23px
|
|
3713
|
+
}
|
|
3714
|
+
@media only screen and (min-width: 48em) {
|
|
3715
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3716
|
+
margin-bottom: 15px;
|
|
3717
|
+
|
|
3718
|
+
font-size: 36px;
|
|
3719
|
+
line-height: 40px
|
|
3677
3720
|
}
|
|
3721
|
+
}
|
|
3678
3722
|
/* VISIBILITY */
|
|
3679
3723
|
@media only screen and (min-width: 32em) {
|
|
3680
|
-
.
|
|
3724
|
+
.SimpleTitle-module_mobile__11gBz {
|
|
3681
3725
|
display: none
|
|
3682
3726
|
}
|
|
3683
3727
|
}
|
|
3684
|
-
.
|
|
3728
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3685
3729
|
display: none
|
|
3686
3730
|
}
|
|
3687
3731
|
@media only screen and (min-width: 32em) {
|
|
3688
|
-
.
|
|
3732
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3689
3733
|
display: block
|
|
3690
3734
|
}
|
|
3691
3735
|
}
|
|
@@ -3805,50 +3849,6 @@ a mark {
|
|
|
3805
3849
|
}
|
|
3806
3850
|
}
|
|
3807
3851
|
|
|
3808
|
-
/* Colors */
|
|
3809
|
-
/* Fonts */
|
|
3810
|
-
/* Gap */
|
|
3811
|
-
/* Media */
|
|
3812
|
-
/* 512 */
|
|
3813
|
-
/* 650 */
|
|
3814
|
-
/* 768 */
|
|
3815
|
-
/* 1024 */
|
|
3816
|
-
/* 1010 */
|
|
3817
|
-
/* 1200 */
|
|
3818
|
-
/* 511 */
|
|
3819
|
-
/* 1023 */
|
|
3820
|
-
/* Zindex */
|
|
3821
|
-
.SimpleTitle-module_root__2jVQN {
|
|
3822
|
-
margin: 0 0 18px;
|
|
3823
|
-
|
|
3824
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3825
|
-
font-size: 20px;
|
|
3826
|
-
font-weight: normal;
|
|
3827
|
-
line-height: 23px
|
|
3828
|
-
}
|
|
3829
|
-
@media only screen and (min-width: 48em) {
|
|
3830
|
-
.SimpleTitle-module_root__2jVQN {
|
|
3831
|
-
margin-bottom: 15px;
|
|
3832
|
-
|
|
3833
|
-
font-size: 36px;
|
|
3834
|
-
line-height: 40px
|
|
3835
|
-
}
|
|
3836
|
-
}
|
|
3837
|
-
/* VISIBILITY */
|
|
3838
|
-
@media only screen and (min-width: 32em) {
|
|
3839
|
-
.SimpleTitle-module_mobile__11gBz {
|
|
3840
|
-
display: none
|
|
3841
|
-
}
|
|
3842
|
-
}
|
|
3843
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
3844
|
-
display: none
|
|
3845
|
-
}
|
|
3846
|
-
@media only screen and (min-width: 32em) {
|
|
3847
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
3848
|
-
display: block
|
|
3849
|
-
}
|
|
3850
|
-
}
|
|
3851
|
-
|
|
3852
3852
|
/* Colors */
|
|
3853
3853
|
/* Fonts */
|
|
3854
3854
|
/* Gap */
|
|
@@ -4442,104 +4442,6 @@ a mark {
|
|
|
4442
4442
|
vertical-align: top;
|
|
4443
4443
|
}
|
|
4444
4444
|
|
|
4445
|
-
/* Colors */
|
|
4446
|
-
/* Fonts */
|
|
4447
|
-
/* Gap */
|
|
4448
|
-
/* Media */
|
|
4449
|
-
/* 512 */
|
|
4450
|
-
/* 650 */
|
|
4451
|
-
/* 768 */
|
|
4452
|
-
/* 1024 */
|
|
4453
|
-
/* 1010 */
|
|
4454
|
-
/* 1200 */
|
|
4455
|
-
/* 511 */
|
|
4456
|
-
/* 1023 */
|
|
4457
|
-
/* Zindex */
|
|
4458
|
-
.ToolbarButton-module_root__xN-fq {
|
|
4459
|
-
height: 100%;
|
|
4460
|
-
margin: 0;
|
|
4461
|
-
padding: 0 1px 0 0;
|
|
4462
|
-
|
|
4463
|
-
cursor: pointer;
|
|
4464
|
-
|
|
4465
|
-
color: inherit;
|
|
4466
|
-
border-width: 0;
|
|
4467
|
-
outline: none;
|
|
4468
|
-
background-color: transparent;
|
|
4469
|
-
|
|
4470
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4471
|
-
font-size: 12px;
|
|
4472
|
-
font-weight: 600;
|
|
4473
|
-
line-height: 1;
|
|
4474
|
-
|
|
4475
|
-
-webkit-appearance: none;
|
|
4476
|
-
|
|
4477
|
-
-moz-appearance: none;
|
|
4478
|
-
|
|
4479
|
-
appearance: none;
|
|
4480
|
-
}
|
|
4481
|
-
.ToolbarButton-module_root__xN-fq::after {
|
|
4482
|
-
position: absolute;
|
|
4483
|
-
top: 0;
|
|
4484
|
-
right: 0;
|
|
4485
|
-
bottom: 0;
|
|
4486
|
-
left: 0;
|
|
4487
|
-
|
|
4488
|
-
content: '';
|
|
4489
|
-
}
|
|
4490
|
-
.ToolbarButton-module_root__xN-fq:hover {
|
|
4491
|
-
opacity: 0.6;
|
|
4492
|
-
}
|
|
4493
|
-
.ToolbarButton-module_dark__GrIOr {
|
|
4494
|
-
color: #fff;
|
|
4495
|
-
}
|
|
4496
|
-
.ToolbarButton-module_dark__GrIOr:hover {
|
|
4497
|
-
opacity: 0.6;
|
|
4498
|
-
}
|
|
4499
|
-
.ToolbarButton-module_dark__GrIOr svg {
|
|
4500
|
-
color: #262626;
|
|
4501
|
-
|
|
4502
|
-
fill: #fff;
|
|
4503
|
-
}
|
|
4504
|
-
.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b svg {
|
|
4505
|
-
color: #fff;
|
|
4506
|
-
|
|
4507
|
-
fill: transparent;
|
|
4508
|
-
}
|
|
4509
|
-
.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg {
|
|
4510
|
-
fill: currentColor;
|
|
4511
|
-
}
|
|
4512
|
-
.ToolbarButton-module_dark__GrIOr::before {
|
|
4513
|
-
border-left-color: rgba(255, 255, 255, 0.2);
|
|
4514
|
-
}
|
|
4515
|
-
.ToolbarButton-module_root__xN-fq [data-theme='dark'] {
|
|
4516
|
-
visibility: hidden;
|
|
4517
|
-
}
|
|
4518
|
-
.ToolbarButton-module_dark__GrIOr [data-theme='dark'] {
|
|
4519
|
-
visibility: visible;
|
|
4520
|
-
}
|
|
4521
|
-
.ToolbarButton-module_dark__GrIOr [data-theme='light'] {
|
|
4522
|
-
visibility: hidden;
|
|
4523
|
-
}
|
|
4524
|
-
.ToolbarButton-module_text__32m6s {
|
|
4525
|
-
display: inline-block;
|
|
4526
|
-
|
|
4527
|
-
padding-left: 5px;
|
|
4528
|
-
|
|
4529
|
-
vertical-align: middle;
|
|
4530
|
-
}
|
|
4531
|
-
.ToolbarButton-module_text__32m6s:empty {
|
|
4532
|
-
display: none;
|
|
4533
|
-
}
|
|
4534
|
-
.ToolbarButton-module_bookmark__3369b {
|
|
4535
|
-
color: #999;
|
|
4536
|
-
|
|
4537
|
-
fill: transparent;
|
|
4538
|
-
}
|
|
4539
|
-
.ToolbarButton-module_isActive__3NLAE {
|
|
4540
|
-
fill: currentColor;
|
|
4541
|
-
}
|
|
4542
|
-
|
|
4543
4445
|
/* Colors */
|
|
4544
4446
|
/* Fonts */
|
|
4545
4447
|
/* Gap */
|
|
@@ -4880,6 +4782,104 @@ a mark {
|
|
|
4880
4782
|
}
|
|
4881
4783
|
}
|
|
4882
4784
|
|
|
4785
|
+
/* Colors */
|
|
4786
|
+
/* Fonts */
|
|
4787
|
+
/* Gap */
|
|
4788
|
+
/* Media */
|
|
4789
|
+
/* 512 */
|
|
4790
|
+
/* 650 */
|
|
4791
|
+
/* 768 */
|
|
4792
|
+
/* 1024 */
|
|
4793
|
+
/* 1010 */
|
|
4794
|
+
/* 1200 */
|
|
4795
|
+
/* 511 */
|
|
4796
|
+
/* 1023 */
|
|
4797
|
+
/* Zindex */
|
|
4798
|
+
.ToolbarButton-module_root__xN-fq {
|
|
4799
|
+
height: 100%;
|
|
4800
|
+
margin: 0;
|
|
4801
|
+
padding: 0 1px 0 0;
|
|
4802
|
+
|
|
4803
|
+
cursor: pointer;
|
|
4804
|
+
|
|
4805
|
+
color: inherit;
|
|
4806
|
+
border-width: 0;
|
|
4807
|
+
outline: none;
|
|
4808
|
+
background-color: transparent;
|
|
4809
|
+
|
|
4810
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4811
|
+
font-size: 12px;
|
|
4812
|
+
font-weight: 600;
|
|
4813
|
+
line-height: 1;
|
|
4814
|
+
|
|
4815
|
+
-webkit-appearance: none;
|
|
4816
|
+
|
|
4817
|
+
-moz-appearance: none;
|
|
4818
|
+
|
|
4819
|
+
appearance: none;
|
|
4820
|
+
}
|
|
4821
|
+
.ToolbarButton-module_root__xN-fq::after {
|
|
4822
|
+
position: absolute;
|
|
4823
|
+
top: 0;
|
|
4824
|
+
right: 0;
|
|
4825
|
+
bottom: 0;
|
|
4826
|
+
left: 0;
|
|
4827
|
+
|
|
4828
|
+
content: '';
|
|
4829
|
+
}
|
|
4830
|
+
.ToolbarButton-module_root__xN-fq:hover {
|
|
4831
|
+
opacity: 0.6;
|
|
4832
|
+
}
|
|
4833
|
+
.ToolbarButton-module_dark__GrIOr {
|
|
4834
|
+
color: #fff;
|
|
4835
|
+
}
|
|
4836
|
+
.ToolbarButton-module_dark__GrIOr:hover {
|
|
4837
|
+
opacity: 0.6;
|
|
4838
|
+
}
|
|
4839
|
+
.ToolbarButton-module_dark__GrIOr svg {
|
|
4840
|
+
color: #262626;
|
|
4841
|
+
|
|
4842
|
+
fill: #fff;
|
|
4843
|
+
}
|
|
4844
|
+
.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b svg {
|
|
4845
|
+
color: #fff;
|
|
4846
|
+
|
|
4847
|
+
fill: transparent;
|
|
4848
|
+
}
|
|
4849
|
+
.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg {
|
|
4850
|
+
fill: currentColor;
|
|
4851
|
+
}
|
|
4852
|
+
.ToolbarButton-module_dark__GrIOr::before {
|
|
4853
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
4854
|
+
}
|
|
4855
|
+
.ToolbarButton-module_root__xN-fq [data-theme='dark'] {
|
|
4856
|
+
visibility: hidden;
|
|
4857
|
+
}
|
|
4858
|
+
.ToolbarButton-module_dark__GrIOr [data-theme='dark'] {
|
|
4859
|
+
visibility: visible;
|
|
4860
|
+
}
|
|
4861
|
+
.ToolbarButton-module_dark__GrIOr [data-theme='light'] {
|
|
4862
|
+
visibility: hidden;
|
|
4863
|
+
}
|
|
4864
|
+
.ToolbarButton-module_text__32m6s {
|
|
4865
|
+
display: inline-block;
|
|
4866
|
+
|
|
4867
|
+
padding-left: 5px;
|
|
4868
|
+
|
|
4869
|
+
vertical-align: middle;
|
|
4870
|
+
}
|
|
4871
|
+
.ToolbarButton-module_text__32m6s:empty {
|
|
4872
|
+
display: none;
|
|
4873
|
+
}
|
|
4874
|
+
.ToolbarButton-module_bookmark__3369b {
|
|
4875
|
+
color: #999;
|
|
4876
|
+
|
|
4877
|
+
fill: transparent;
|
|
4878
|
+
}
|
|
4879
|
+
.ToolbarButton-module_isActive__3NLAE {
|
|
4880
|
+
fill: currentColor;
|
|
4881
|
+
}
|
|
4882
|
+
|
|
4883
4883
|
/* Colors */
|
|
4884
4884
|
/* Fonts */
|
|
4885
4885
|
/* Gap */
|