@meduza/ui-kit-2 0.1.94 → 0.1.95
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 +1 -1
- 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 +1 -1
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +1144 -1144
- package/package.json +1 -1
- package/src/RawHtmlBlock/mock.json +1 -1
- package/src/RenderBlocks/index.tsx +1 -1
package/dist/ui-kit.css
CHANGED
|
@@ -460,90 +460,6 @@
|
|
|
460
460
|
}
|
|
461
461
|
}
|
|
462
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;
|
|
520
|
-
|
|
521
|
-
width: 40px;
|
|
522
|
-
height: 40px;
|
|
523
|
-
|
|
524
|
-
transition: opacity 250ms ease;
|
|
525
|
-
pointer-events: none;
|
|
526
|
-
|
|
527
|
-
opacity: 0;
|
|
528
|
-
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
529
|
-
border-radius: 20px;
|
|
530
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
531
|
-
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.197 10.207V3.763h-6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.793 4.166l-6.173 6.172' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.803 13.733v6.444h6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.207 19.774l6.173-6.171' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
532
|
-
background-repeat: no-repeat;
|
|
533
|
-
background-position: center
|
|
534
|
-
}
|
|
535
|
-
@media only screen and (min-width: 64em) {
|
|
536
|
-
.Image-module_fullscreen__29apx picture::after {
|
|
537
|
-
content: ''
|
|
538
|
-
}
|
|
539
|
-
}
|
|
540
|
-
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
541
|
-
outline: none;
|
|
542
|
-
}
|
|
543
|
-
.Image-module_dark__3o0nU {
|
|
544
|
-
background-color: transparent;
|
|
545
|
-
}
|
|
546
|
-
|
|
547
463
|
/* Colors */
|
|
548
464
|
/* Fonts */
|
|
549
465
|
/* Gap */
|
|
@@ -708,6 +624,90 @@
|
|
|
708
624
|
box-shadow: inset 0 0 0 1px #323232;
|
|
709
625
|
}
|
|
710
626
|
|
|
627
|
+
/* Colors */
|
|
628
|
+
/* Fonts */
|
|
629
|
+
/* Gap */
|
|
630
|
+
/* Media */
|
|
631
|
+
/* 512 */
|
|
632
|
+
/* 650 */
|
|
633
|
+
/* 768 */
|
|
634
|
+
/* 1024 */
|
|
635
|
+
/* 1010 */
|
|
636
|
+
/* 1200 */
|
|
637
|
+
/* 511 */
|
|
638
|
+
/* 1023 */
|
|
639
|
+
/* Zindex */
|
|
640
|
+
.Image-module_root__1vsA_ {
|
|
641
|
+
position: relative;
|
|
642
|
+
z-index: 1;
|
|
643
|
+
|
|
644
|
+
display: block;
|
|
645
|
+
overflow: hidden;
|
|
646
|
+
transition: background-color 250ms ease;
|
|
647
|
+
|
|
648
|
+
background-color: #f2f2f2
|
|
649
|
+
}
|
|
650
|
+
@media only screen and (min-width: 32em) {
|
|
651
|
+
.Image-module_root__1vsA_ {
|
|
652
|
+
border-radius: inherit
|
|
653
|
+
}
|
|
654
|
+
}
|
|
655
|
+
.Image-module_root__1vsA_ img {
|
|
656
|
+
position: absolute;
|
|
657
|
+
top: 0;
|
|
658
|
+
left: 0;
|
|
659
|
+
|
|
660
|
+
width: 100%;
|
|
661
|
+
height: 100%;
|
|
662
|
+
}
|
|
663
|
+
.Image-module_isLoaded__3XhU5 {
|
|
664
|
+
background-color: transparent;
|
|
665
|
+
}
|
|
666
|
+
.Image-module_wrapper__3fLjs {
|
|
667
|
+
display: block;
|
|
668
|
+
|
|
669
|
+
width: 100%;
|
|
670
|
+
|
|
671
|
+
background-repeat: no-repeat;
|
|
672
|
+
background-size: 100% auto;
|
|
673
|
+
}
|
|
674
|
+
.Image-module_fullscreen__29apx picture {
|
|
675
|
+
cursor: pointer;
|
|
676
|
+
}
|
|
677
|
+
.Image-module_fullscreen__29apx picture:hover::after {
|
|
678
|
+
opacity: 1;
|
|
679
|
+
}
|
|
680
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
681
|
+
position: absolute;
|
|
682
|
+
right: 12px;
|
|
683
|
+
bottom: 12px;
|
|
684
|
+
|
|
685
|
+
width: 40px;
|
|
686
|
+
height: 40px;
|
|
687
|
+
|
|
688
|
+
transition: opacity 250ms ease;
|
|
689
|
+
pointer-events: none;
|
|
690
|
+
|
|
691
|
+
opacity: 0;
|
|
692
|
+
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
693
|
+
border-radius: 20px;
|
|
694
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
695
|
+
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");
|
|
696
|
+
background-repeat: no-repeat;
|
|
697
|
+
background-position: center
|
|
698
|
+
}
|
|
699
|
+
@media only screen and (min-width: 64em) {
|
|
700
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
701
|
+
content: ''
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
705
|
+
outline: none;
|
|
706
|
+
}
|
|
707
|
+
.Image-module_dark__3o0nU {
|
|
708
|
+
background-color: transparent;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
711
|
/* Colors */
|
|
712
712
|
/* Fonts */
|
|
713
713
|
/* Gap */
|
|
@@ -904,61 +904,198 @@
|
|
|
904
904
|
/* 511 */
|
|
905
905
|
/* 1023 */
|
|
906
906
|
/* Zindex */
|
|
907
|
-
.
|
|
908
|
-
|
|
907
|
+
.Tag-module_root__3IqWC {
|
|
908
|
+
display: inline-block;
|
|
909
|
+
|
|
910
|
+
cursor: default;
|
|
911
|
+
-webkit-user-select: none;
|
|
912
|
+
-moz-user-select: none;
|
|
913
|
+
-ms-user-select: none;
|
|
914
|
+
user-select: none;
|
|
915
|
+
vertical-align: middle;
|
|
916
|
+
letter-spacing: 1px;
|
|
917
|
+
text-transform: uppercase;
|
|
918
|
+
|
|
919
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
920
|
+
font-size: 12px;
|
|
921
|
+
font-weight: 600;
|
|
922
|
+
line-height: 12px;
|
|
909
923
|
}
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
924
|
+
.Tag-module_small__2IAb7 {
|
|
925
|
+
font-size: 12px;
|
|
926
|
+
line-height: 12px
|
|
913
927
|
}
|
|
914
|
-
|
|
915
|
-
.
|
|
916
|
-
|
|
917
|
-
margin-right: -11px;
|
|
918
|
-
margin-left: -11px
|
|
928
|
+
@media only screen and (min-width: 64em) {
|
|
929
|
+
.Tag-module_small__2IAb7 {
|
|
930
|
+
line-height: 14px
|
|
919
931
|
}
|
|
932
|
+
}
|
|
920
933
|
@media only screen and (min-width: 64em) {
|
|
921
|
-
.
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
934
|
+
.Tag-module_large__22z_o {
|
|
935
|
+
letter-spacing: 1px;
|
|
936
|
+
|
|
937
|
+
font-size: 14px;
|
|
938
|
+
line-height: 16px
|
|
925
939
|
}
|
|
926
940
|
}
|
|
927
|
-
.
|
|
928
|
-
|
|
929
|
-
right: -11px;
|
|
941
|
+
.Tag-module_dark__sgnt1 {
|
|
942
|
+
color: #000;
|
|
930
943
|
}
|
|
931
|
-
.
|
|
932
|
-
|
|
944
|
+
.Tag-module_light__1zUhp {
|
|
945
|
+
color: #fff;
|
|
933
946
|
}
|
|
934
|
-
.
|
|
935
|
-
|
|
947
|
+
.Tag-module_gold__2ksA7 {
|
|
948
|
+
color: #b88b59;
|
|
936
949
|
}
|
|
937
|
-
.
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
overflow-y: hidden;
|
|
941
|
-
|
|
942
|
-
margin: 0 -20px;
|
|
943
|
-
|
|
944
|
-
border-width: 1px 0;
|
|
945
|
-
border-style: solid;
|
|
946
|
-
border-color: rgba(232, 232, 232, 1);
|
|
947
|
-
|
|
948
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
|
|
950
|
+
.Tag-module_gray__mGAO_ {
|
|
951
|
+
color: #757575;
|
|
949
952
|
}
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
margin: 0;
|
|
953
|
-
|
|
954
|
-
border-width: 1px;
|
|
955
|
-
border-radius: 3px
|
|
953
|
+
.Tag-module_inherit__2QB5U {
|
|
954
|
+
color: inherit;
|
|
956
955
|
}
|
|
957
|
-
|
|
958
|
-
.
|
|
959
|
-
|
|
956
|
+
@media only screen and (min-width: 64em) {
|
|
957
|
+
.Tag-module_is1to1__3EDbC,
|
|
958
|
+
.Tag-module_is1to2__3xbC6,
|
|
959
|
+
.Tag-module_isInSuperBlock__38JE0 {
|
|
960
|
+
letter-spacing: 1px;
|
|
960
961
|
|
|
961
|
-
|
|
962
|
+
font-size: 12px;
|
|
963
|
+
line-height: 20px
|
|
964
|
+
}
|
|
965
|
+
}
|
|
966
|
+
@media only screen and (min-width: 64em) {
|
|
967
|
+
.Tag-module_is1to3__3j5K-,
|
|
968
|
+
.Tag-module_is1to4__2vq4r {
|
|
969
|
+
letter-spacing: 0.5px;
|
|
970
|
+
|
|
971
|
+
font-size: 10px;
|
|
972
|
+
line-height: 15px
|
|
973
|
+
}
|
|
974
|
+
}
|
|
975
|
+
@media only screen and (min-width: 32em) {
|
|
976
|
+
.Tag-module_slide__2nMDw,
|
|
977
|
+
.Tag-module_game__3j5yG {
|
|
978
|
+
width: 100%;
|
|
979
|
+
|
|
980
|
+
text-align: center
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
.Tag-module_richRelated__2vbQQ {
|
|
984
|
+
font-size: 12px;
|
|
985
|
+
line-height: 17px
|
|
986
|
+
}
|
|
987
|
+
@media only screen and (min-width: 64em) {
|
|
988
|
+
.Tag-module_richRelated__2vbQQ {
|
|
989
|
+
font-size: 14px;
|
|
990
|
+
line-height: 20px
|
|
991
|
+
}
|
|
992
|
+
}
|
|
993
|
+
.Tag-module_slide__2nMDw,
|
|
994
|
+
.Tag-module_game__3j5yG,
|
|
995
|
+
.Tag-module_card__1EAeF,
|
|
996
|
+
.Tag-module_live__rwXuR,
|
|
997
|
+
.Tag-module_episode__3o6gg,
|
|
998
|
+
.Tag-module_podcast__VPoll,
|
|
999
|
+
.Tag-module_rich__2URd9,
|
|
1000
|
+
.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%
|
|
962
1099
|
}
|
|
963
1100
|
@media only screen and (min-width: 32em) {
|
|
964
1101
|
.Table-module_tracks__2wrDB {
|
|
@@ -1202,129 +1339,97 @@
|
|
|
1202
1339
|
/* 511 */
|
|
1203
1340
|
/* 1023 */
|
|
1204
1341
|
/* Zindex */
|
|
1205
|
-
.
|
|
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
|
-
|
|
1342
|
+
.MediaCaption-module_root__KqTdw {
|
|
1217
1343
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1218
|
-
font-size: 12px;
|
|
1219
|
-
font-weight: 600;
|
|
1220
|
-
line-height: 12px;
|
|
1221
1344
|
}
|
|
1222
|
-
.
|
|
1223
|
-
|
|
1224
|
-
|
|
1345
|
+
.MediaCaption-module_root__KqTdw a {
|
|
1346
|
+
text-decoration: underline;
|
|
1347
|
+
|
|
1348
|
+
color: inherit;
|
|
1349
|
+
box-shadow: none;
|
|
1225
1350
|
}
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1351
|
+
.MediaCaption-module_root__KqTdw a:hover {
|
|
1352
|
+
color: #b88b58;
|
|
1353
|
+
}
|
|
1354
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1355
|
+
max-width: 520px;
|
|
1356
|
+
padding-top: calc(4rem / 16);
|
|
1357
|
+
|
|
1358
|
+
color: #1a1a1a;
|
|
1359
|
+
|
|
1360
|
+
font-size: calc(14rem / 16);
|
|
1361
|
+
line-height: calc(18rem / 16)
|
|
1362
|
+
}
|
|
1363
|
+
@media only screen and (min-width: 32em) {
|
|
1364
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1365
|
+
padding-top: 4px;
|
|
1366
|
+
font-size: 16px;
|
|
1367
|
+
line-height: 22px
|
|
1229
1368
|
}
|
|
1230
1369
|
}
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1370
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1371
|
+
max-width: 520px;
|
|
1372
|
+
padding-top: 1px;
|
|
1234
1373
|
|
|
1235
|
-
|
|
1236
|
-
|
|
1374
|
+
color: #666;
|
|
1375
|
+
|
|
1376
|
+
font-size: calc(12rem / 16);
|
|
1377
|
+
line-height: 1rem
|
|
1378
|
+
}
|
|
1379
|
+
@media only screen and (min-width: 32em) {
|
|
1380
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1381
|
+
padding-top: 3px
|
|
1237
1382
|
}
|
|
1238
1383
|
}
|
|
1239
|
-
.
|
|
1240
|
-
|
|
1384
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1385
|
+
padding-top: calc(3rem / 16)
|
|
1241
1386
|
}
|
|
1242
|
-
|
|
1243
|
-
|
|
1387
|
+
@media only screen and (min-width: 32em) {
|
|
1388
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1389
|
+
padding-top: 3px
|
|
1244
1390
|
}
|
|
1245
|
-
|
|
1246
|
-
|
|
1391
|
+
}
|
|
1392
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1393
|
+
color: #fff;
|
|
1247
1394
|
}
|
|
1248
|
-
.
|
|
1249
|
-
color: #
|
|
1395
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1396
|
+
color: #929292;
|
|
1250
1397
|
}
|
|
1251
|
-
.
|
|
1252
|
-
|
|
1398
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1399
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1400
|
+
padding-top: calc(10rem / 16)
|
|
1253
1401
|
}
|
|
1254
|
-
@media only screen and (min-width:
|
|
1255
|
-
.
|
|
1256
|
-
.
|
|
1257
|
-
|
|
1258
|
-
letter-spacing: 1px;
|
|
1259
|
-
|
|
1260
|
-
font-size: 12px;
|
|
1261
|
-
line-height: 20px
|
|
1402
|
+
@media only screen and (min-width: 32em) {
|
|
1403
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1404
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1405
|
+
padding-top: 12px
|
|
1262
1406
|
}
|
|
1263
1407
|
}
|
|
1264
|
-
|
|
1265
|
-
.
|
|
1266
|
-
|
|
1267
|
-
letter-spacing: 0.5px;
|
|
1268
|
-
|
|
1269
|
-
font-size: 10px;
|
|
1270
|
-
line-height: 15px
|
|
1408
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1409
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1410
|
+
padding-top: calc(9rem / 16)
|
|
1271
1411
|
}
|
|
1272
|
-
}
|
|
1273
1412
|
@media only screen and (min-width: 32em) {
|
|
1274
|
-
.
|
|
1275
|
-
.
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
text-align: center
|
|
1413
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1414
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1415
|
+
padding-top: 11px
|
|
1279
1416
|
}
|
|
1280
1417
|
}
|
|
1281
|
-
.
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
.
|
|
1287
|
-
|
|
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
|
|
1418
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1419
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1420
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1421
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1422
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1423
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1424
|
+
max-width: 650px;
|
|
1318
1425
|
}
|
|
1319
|
-
|
|
1320
|
-
.
|
|
1321
|
-
|
|
1426
|
+
/* Dark theme */
|
|
1427
|
+
.MediaCaption-module_isDark__38TtC .MediaCaption-module_caption__1hr7Y {
|
|
1428
|
+
color: #d9d9d9;
|
|
1322
1429
|
}
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
display: block
|
|
1430
|
+
.MediaCaption-module_isDark__38TtC .MediaCaption-module_credit__3ehAP {
|
|
1431
|
+
color: #757575;
|
|
1326
1432
|
}
|
|
1327
|
-
}
|
|
1328
1433
|
|
|
1329
1434
|
/* Colors */
|
|
1330
1435
|
/* Fonts */
|
|
@@ -1339,96 +1444,49 @@
|
|
|
1339
1444
|
/* 511 */
|
|
1340
1445
|
/* 1023 */
|
|
1341
1446
|
/* Zindex */
|
|
1342
|
-
.
|
|
1343
|
-
|
|
1447
|
+
.BookmarkButton-module_root__3KmuY {
|
|
1448
|
+
color: #e0e0e0;
|
|
1344
1449
|
}
|
|
1345
|
-
.
|
|
1346
|
-
|
|
1450
|
+
.BookmarkButton-module_control__1A0ea {
|
|
1451
|
+
margin: 0;
|
|
1452
|
+
padding: 5px 3px;
|
|
1347
1453
|
|
|
1348
|
-
|
|
1349
|
-
box-shadow: none;
|
|
1350
|
-
}
|
|
1351
|
-
.MediaCaption-module_root__KqTdw a:hover {
|
|
1352
|
-
color: #b88b58;
|
|
1353
|
-
}
|
|
1354
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1355
|
-
max-width: 520px;
|
|
1356
|
-
padding-top: calc(4rem / 16);
|
|
1454
|
+
cursor: pointer;
|
|
1357
1455
|
|
|
1358
|
-
color:
|
|
1456
|
+
color: inherit;
|
|
1457
|
+
border-width: 0;
|
|
1458
|
+
outline: none;
|
|
1459
|
+
background-color: transparent;
|
|
1359
1460
|
|
|
1360
|
-
|
|
1361
|
-
line-height: calc(18rem / 16)
|
|
1362
|
-
}
|
|
1363
|
-
@media only screen and (min-width: 32em) {
|
|
1364
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1365
|
-
padding-top: 4px;
|
|
1366
|
-
font-size: 16px;
|
|
1367
|
-
line-height: 22px
|
|
1368
|
-
}
|
|
1369
|
-
}
|
|
1370
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1371
|
-
max-width: 520px;
|
|
1372
|
-
padding-top: 1px;
|
|
1461
|
+
-webkit-appearance: none;
|
|
1373
1462
|
|
|
1374
|
-
|
|
1463
|
+
-moz-appearance: none;
|
|
1375
1464
|
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
}
|
|
1379
|
-
@media only screen and (min-width: 32em) {
|
|
1380
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1381
|
-
padding-top: 3px
|
|
1382
|
-
}
|
|
1383
|
-
}
|
|
1384
|
-
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1385
|
-
padding-top: calc(3rem / 16)
|
|
1386
|
-
}
|
|
1387
|
-
@media only screen and (min-width: 32em) {
|
|
1388
|
-
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1389
|
-
padding-top: 3px
|
|
1465
|
+
appearance: none;
|
|
1466
|
+
fill: transparent;
|
|
1390
1467
|
}
|
|
1391
|
-
|
|
1392
|
-
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1468
|
+
.BookmarkButton-module_dark__1cwyi {
|
|
1393
1469
|
color: #fff;
|
|
1394
1470
|
}
|
|
1395
|
-
.
|
|
1396
|
-
color: #
|
|
1471
|
+
.BookmarkButton-module_light__1uQyH {
|
|
1472
|
+
color: #000;
|
|
1397
1473
|
}
|
|
1398
|
-
.
|
|
1399
|
-
|
|
1400
|
-
padding-top: calc(10rem / 16)
|
|
1474
|
+
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1475
|
+
fill: #e0e0e0;
|
|
1401
1476
|
}
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1405
|
-
padding-top: 12px
|
|
1477
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1478
|
+
fill: #fff;
|
|
1406
1479
|
}
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1410
|
-
padding-top: calc(9rem / 16)
|
|
1480
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1481
|
+
fill: #000;
|
|
1411
1482
|
}
|
|
1412
|
-
@media only screen and (min-width:
|
|
1413
|
-
.
|
|
1414
|
-
|
|
1415
|
-
padding-top: 11px
|
|
1483
|
+
@media only screen and (min-width: 64em) {
|
|
1484
|
+
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1485
|
+
width: 12px
|
|
1416
1486
|
}
|
|
1417
1487
|
}
|
|
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;
|
|
1429
|
-
}
|
|
1430
|
-
.MediaCaption-module_isDark__38TtC .MediaCaption-module_credit__3ehAP {
|
|
1431
|
-
color: #757575;
|
|
1488
|
+
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1489
|
+
display: none;
|
|
1432
1490
|
}
|
|
1433
1491
|
|
|
1434
1492
|
/* Colors */
|
|
@@ -1579,50 +1637,36 @@
|
|
|
1579
1637
|
/* 511 */
|
|
1580
1638
|
/* 1023 */
|
|
1581
1639
|
/* Zindex */
|
|
1582
|
-
.
|
|
1583
|
-
|
|
1640
|
+
.MaterialTitle-module_root__18ku- {
|
|
1641
|
+
display: block;
|
|
1584
1642
|
}
|
|
1585
|
-
.
|
|
1643
|
+
.MaterialTitle-module_root__18ku- {
|
|
1586
1644
|
margin: 0;
|
|
1587
|
-
padding: 5px 3px;
|
|
1588
|
-
|
|
1589
|
-
cursor: pointer;
|
|
1590
|
-
|
|
1591
|
-
color: inherit;
|
|
1592
|
-
border-width: 0;
|
|
1593
|
-
outline: none;
|
|
1594
|
-
background-color: transparent;
|
|
1595
|
-
|
|
1596
|
-
-webkit-appearance: none;
|
|
1597
1645
|
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
}
|
|
1603
|
-
.BookmarkButton-module_dark__1cwyi {
|
|
1604
|
-
color: #fff;
|
|
1605
|
-
}
|
|
1606
|
-
.BookmarkButton-module_light__1uQyH {
|
|
1607
|
-
color: #000;
|
|
1646
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1647
|
+
font-size: 25px;
|
|
1648
|
+
font-weight: normal;
|
|
1649
|
+
line-height: 27px
|
|
1608
1650
|
}
|
|
1609
|
-
|
|
1610
|
-
|
|
1651
|
+
@media only screen and (min-width: 48em) {
|
|
1652
|
+
.MaterialTitle-module_root__18ku- {
|
|
1653
|
+
font-size: 37px;
|
|
1654
|
+
line-height: 38px
|
|
1611
1655
|
}
|
|
1612
|
-
|
|
1613
|
-
|
|
1656
|
+
}
|
|
1657
|
+
.MaterialTitle-module_primary__2Sfmx {
|
|
1658
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1659
|
+
font-weight: normal;
|
|
1614
1660
|
}
|
|
1615
|
-
.
|
|
1616
|
-
|
|
1661
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1662
|
+
font-size: 24px;
|
|
1663
|
+
font-weight: 700
|
|
1617
1664
|
}
|
|
1618
|
-
@media only screen and (min-width:
|
|
1619
|
-
.
|
|
1620
|
-
|
|
1665
|
+
@media only screen and (min-width: 48em) {
|
|
1666
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1667
|
+
font-size: 36px
|
|
1621
1668
|
}
|
|
1622
1669
|
}
|
|
1623
|
-
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1624
|
-
display: none;
|
|
1625
|
-
}
|
|
1626
1670
|
|
|
1627
1671
|
/* Colors */
|
|
1628
1672
|
/* Fonts */
|
|
@@ -1712,50 +1756,6 @@
|
|
|
1712
1756
|
content: '';
|
|
1713
1757
|
}
|
|
1714
1758
|
|
|
1715
|
-
/* Colors */
|
|
1716
|
-
/* Fonts */
|
|
1717
|
-
/* Gap */
|
|
1718
|
-
/* Media */
|
|
1719
|
-
/* 512 */
|
|
1720
|
-
/* 650 */
|
|
1721
|
-
/* 768 */
|
|
1722
|
-
/* 1024 */
|
|
1723
|
-
/* 1010 */
|
|
1724
|
-
/* 1200 */
|
|
1725
|
-
/* 511 */
|
|
1726
|
-
/* 1023 */
|
|
1727
|
-
/* Zindex */
|
|
1728
|
-
.MaterialTitle-module_root__18ku- {
|
|
1729
|
-
display: block;
|
|
1730
|
-
}
|
|
1731
|
-
.MaterialTitle-module_root__18ku- {
|
|
1732
|
-
margin: 0;
|
|
1733
|
-
|
|
1734
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1735
|
-
font-size: 25px;
|
|
1736
|
-
font-weight: normal;
|
|
1737
|
-
line-height: 27px
|
|
1738
|
-
}
|
|
1739
|
-
@media only screen and (min-width: 48em) {
|
|
1740
|
-
.MaterialTitle-module_root__18ku- {
|
|
1741
|
-
font-size: 37px;
|
|
1742
|
-
line-height: 38px
|
|
1743
|
-
}
|
|
1744
|
-
}
|
|
1745
|
-
.MaterialTitle-module_primary__2Sfmx {
|
|
1746
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1747
|
-
font-weight: normal;
|
|
1748
|
-
}
|
|
1749
|
-
.MaterialTitle-module_secondary__3uDp4 {
|
|
1750
|
-
font-size: 24px;
|
|
1751
|
-
font-weight: 700
|
|
1752
|
-
}
|
|
1753
|
-
@media only screen and (min-width: 48em) {
|
|
1754
|
-
.MaterialTitle-module_secondary__3uDp4 {
|
|
1755
|
-
font-size: 36px
|
|
1756
|
-
}
|
|
1757
|
-
}
|
|
1758
|
-
|
|
1759
1759
|
/* Colors */
|
|
1760
1760
|
/* Fonts */
|
|
1761
1761
|
/* Gap */
|
|
@@ -3033,256 +3033,6 @@
|
|
|
3033
3033
|
}
|
|
3034
3034
|
}
|
|
3035
3035
|
|
|
3036
|
-
/* Colors */
|
|
3037
|
-
/* Fonts */
|
|
3038
|
-
/* Gap */
|
|
3039
|
-
/* Media */
|
|
3040
|
-
/* 512 */
|
|
3041
|
-
/* 650 */
|
|
3042
|
-
/* 768 */
|
|
3043
|
-
/* 1024 */
|
|
3044
|
-
/* 1010 */
|
|
3045
|
-
/* 1200 */
|
|
3046
|
-
/* 511 */
|
|
3047
|
-
/* 1023 */
|
|
3048
|
-
/* Zindex */
|
|
3049
|
-
.RelatedBlock-module_root__IKcQq {
|
|
3050
|
-
margin: 16px 0;
|
|
3051
|
-
|
|
3052
|
-
border-radius: 8px;
|
|
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
|
|
3059
|
-
}
|
|
3060
|
-
}
|
|
3061
|
-
.RelatedBlock-module_root__IKcQq:last-child {
|
|
3062
|
-
margin-bottom: 0;
|
|
3063
|
-
}
|
|
3064
|
-
.RelatedBlock-module_root__IKcQq:first-child {
|
|
3065
|
-
margin-top: 0;
|
|
3066
|
-
}
|
|
3067
|
-
.RelatedBlock-module_root__IKcQq a {
|
|
3068
|
-
display: block;
|
|
3069
|
-
|
|
3070
|
-
padding: 12px 12px 13px;
|
|
3071
|
-
|
|
3072
|
-
transition: color 0.15s;
|
|
3073
|
-
text-decoration: none;
|
|
3074
|
-
|
|
3075
|
-
color: #000;
|
|
3076
|
-
box-shadow: none;
|
|
3077
|
-
|
|
3078
|
-
font-size: 17px;
|
|
3079
|
-
line-height: 20px
|
|
3080
|
-
}
|
|
3081
|
-
@media only screen and (min-width: 48em) {
|
|
3082
|
-
.RelatedBlock-module_root__IKcQq a {
|
|
3083
|
-
padding: 15px 20px 17px;
|
|
3084
|
-
|
|
3085
|
-
font-size: 19px;
|
|
3086
|
-
line-height: 23px
|
|
3087
|
-
}
|
|
3088
|
-
}
|
|
3089
|
-
.RelatedBlock-module_root__IKcQq a:hover {
|
|
3090
|
-
color: #5c5c5c;
|
|
3091
|
-
}
|
|
3092
|
-
.RelatedBlock-module_header__2SuWP {
|
|
3093
|
-
margin: 0;
|
|
3094
|
-
padding: 14px 12px 3px;
|
|
3095
|
-
|
|
3096
|
-
letter-spacing: 1px;
|
|
3097
|
-
text-transform: uppercase;
|
|
3098
|
-
|
|
3099
|
-
color: #7F7F7F;
|
|
3100
|
-
|
|
3101
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3102
|
-
font-size: 12px;
|
|
3103
|
-
font-weight: 600;
|
|
3104
|
-
line-height: 17px
|
|
3105
|
-
}
|
|
3106
|
-
@media only screen and (min-width: 48em) {
|
|
3107
|
-
.RelatedBlock-module_header__2SuWP {
|
|
3108
|
-
padding: 20px 20px 14px;
|
|
3109
|
-
|
|
3110
|
-
font-size: 14px;
|
|
3111
|
-
line-height: 16px
|
|
3112
|
-
}
|
|
3113
|
-
}
|
|
3114
|
-
.RelatedBlock-module_items__2V-Ap {
|
|
3115
|
-
margin: 0;
|
|
3116
|
-
padding-left: 0;
|
|
3117
|
-
|
|
3118
|
-
list-style: none;
|
|
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
|
|
3131
|
-
}
|
|
3132
|
-
@media only screen and (min-width: 48em) {
|
|
3133
|
-
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3134
|
-
font-size: 18px
|
|
3135
|
-
}
|
|
3136
|
-
}
|
|
3137
|
-
.RelatedBlock-module_simple__29HVO {
|
|
3138
|
-
}
|
|
3139
|
-
.RelatedBlock-module_center__1LmW8 {
|
|
3140
|
-
max-width: 650px;
|
|
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;
|
|
3149
|
-
}
|
|
3150
|
-
/* VISIBILITY */
|
|
3151
|
-
@media only screen and (min-width: 32em) {
|
|
3152
|
-
.RelatedBlock-module_mobile__2XM5a {
|
|
3153
|
-
display: none
|
|
3154
|
-
}
|
|
3155
|
-
}
|
|
3156
|
-
.RelatedBlock-module_desktop__2mXeq {
|
|
3157
|
-
display: none
|
|
3158
|
-
}
|
|
3159
|
-
@media only screen and (min-width: 32em) {
|
|
3160
|
-
.RelatedBlock-module_desktop__2mXeq {
|
|
3161
|
-
display: block
|
|
3162
|
-
}
|
|
3163
|
-
}
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
/* Colors */
|
|
3167
|
-
/* Fonts */
|
|
3168
|
-
/* Gap */
|
|
3169
|
-
/* Media */
|
|
3170
|
-
/* 512 */
|
|
3171
|
-
/* 650 */
|
|
3172
|
-
/* 768 */
|
|
3173
|
-
/* 1024 */
|
|
3174
|
-
/* 1010 */
|
|
3175
|
-
/* 1200 */
|
|
3176
|
-
/* 511 */
|
|
3177
|
-
/* 1023 */
|
|
3178
|
-
/* Zindex */
|
|
3179
|
-
.RichTitle-module_root__BK_WT {
|
|
3180
|
-
margin: 0 0 18px;
|
|
3181
|
-
|
|
3182
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3183
|
-
font-size: 19px;
|
|
3184
|
-
font-weight: 700;
|
|
3185
|
-
line-height: 23px
|
|
3186
|
-
}
|
|
3187
|
-
@media only screen and (min-width: 48em) {
|
|
3188
|
-
.RichTitle-module_root__BK_WT {
|
|
3189
|
-
margin-bottom: 15px;
|
|
3190
|
-
|
|
3191
|
-
font-size: 37px;
|
|
3192
|
-
line-height: 42px
|
|
3193
|
-
}
|
|
3194
|
-
}
|
|
3195
|
-
.RichTitle-module_root__BK_WT:last-child {
|
|
3196
|
-
margin-bottom: 0;
|
|
3197
|
-
}
|
|
3198
|
-
.RichTitle-module_root__BK_WT span {
|
|
3199
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3200
|
-
font-size: 20px;
|
|
3201
|
-
font-weight: normal
|
|
3202
|
-
}
|
|
3203
|
-
@media only screen and (min-width: 48em) {
|
|
3204
|
-
.RichTitle-module_root__BK_WT span {
|
|
3205
|
-
font-size: 38px
|
|
3206
|
-
}
|
|
3207
|
-
}
|
|
3208
|
-
@media only screen and (min-width: 32em) {
|
|
3209
|
-
.RichTitle-module_slide__1A-gB,
|
|
3210
|
-
.RichTitle-module_game__1g8Bn {
|
|
3211
|
-
text-align: center
|
|
3212
|
-
}
|
|
3213
|
-
}
|
|
3214
|
-
@media only screen and (min-width: 64em) {
|
|
3215
|
-
.RichTitle-module_half__10GRI {
|
|
3216
|
-
font-size: 33px;
|
|
3217
|
-
line-height: 36px
|
|
3218
|
-
}
|
|
3219
|
-
}
|
|
3220
|
-
@media only screen and (min-width: 64em) {
|
|
3221
|
-
.RichTitle-module_half__10GRI span {
|
|
3222
|
-
font-size: 34px
|
|
3223
|
-
}
|
|
3224
|
-
}
|
|
3225
|
-
.RichTitle-module_game__1g8Bn:first-child {
|
|
3226
|
-
padding-top: 9px;
|
|
3227
|
-
}
|
|
3228
|
-
@media only screen and (max-width: 63.9375em) {
|
|
3229
|
-
.RichTitle-module_featured__wJfaQ {
|
|
3230
|
-
letter-spacing: 0.3px;
|
|
3231
|
-
|
|
3232
|
-
font-size: 28px;
|
|
3233
|
-
line-height: 30px
|
|
3234
|
-
}
|
|
3235
|
-
}
|
|
3236
|
-
@media only screen and (max-width: 63.9375em) {
|
|
3237
|
-
.RichTitle-module_featured__wJfaQ span {
|
|
3238
|
-
display: block;
|
|
3239
|
-
|
|
3240
|
-
padding-top: 2px;
|
|
3241
|
-
|
|
3242
|
-
font-size: 18px;
|
|
3243
|
-
line-height: 24px
|
|
3244
|
-
}
|
|
3245
|
-
}
|
|
3246
|
-
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3247
|
-
text-align: left
|
|
3248
|
-
}
|
|
3249
|
-
@media only screen and (min-width: 64em) {
|
|
3250
|
-
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3251
|
-
margin-bottom: 18px
|
|
3252
|
-
}
|
|
3253
|
-
}
|
|
3254
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3255
|
-
font-size: 19px;
|
|
3256
|
-
line-height: 23px
|
|
3257
|
-
}
|
|
3258
|
-
@media only screen and (min-width: 64em) {
|
|
3259
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3260
|
-
font-size: 1.3rem;
|
|
3261
|
-
line-height: 1.6rem
|
|
3262
|
-
}
|
|
3263
|
-
}
|
|
3264
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3265
|
-
font-size: 20px
|
|
3266
|
-
}
|
|
3267
|
-
@media only screen and (min-width: 64em) {
|
|
3268
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3269
|
-
font-size: 1.35rem
|
|
3270
|
-
}
|
|
3271
|
-
}
|
|
3272
|
-
@media only screen and (min-width: 32em) {
|
|
3273
|
-
.RichTitle-module_mobile__1Cb6E {
|
|
3274
|
-
display: none
|
|
3275
|
-
}
|
|
3276
|
-
}
|
|
3277
|
-
.RichTitle-module_desktop__2ixSQ {
|
|
3278
|
-
display: none
|
|
3279
|
-
}
|
|
3280
|
-
@media only screen and (min-width: 32em) {
|
|
3281
|
-
.RichTitle-module_desktop__2ixSQ {
|
|
3282
|
-
display: block
|
|
3283
|
-
}
|
|
3284
|
-
}
|
|
3285
|
-
|
|
3286
3036
|
/* Colors */
|
|
3287
3037
|
/* Fonts */
|
|
3288
3038
|
/* Gap */
|
|
@@ -3740,16 +3490,266 @@ a mark {
|
|
|
3740
3490
|
/* 511 */
|
|
3741
3491
|
/* 1023 */
|
|
3742
3492
|
/* Zindex */
|
|
3743
|
-
.
|
|
3493
|
+
.RichTitle-module_root__BK_WT {
|
|
3744
3494
|
margin: 0 0 18px;
|
|
3745
3495
|
|
|
3746
|
-
font-family: '
|
|
3747
|
-
font-size:
|
|
3748
|
-
font-weight:
|
|
3496
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3497
|
+
font-size: 19px;
|
|
3498
|
+
font-weight: 700;
|
|
3749
3499
|
line-height: 23px
|
|
3750
3500
|
}
|
|
3751
3501
|
@media only screen and (min-width: 48em) {
|
|
3752
|
-
.
|
|
3502
|
+
.RichTitle-module_root__BK_WT {
|
|
3503
|
+
margin-bottom: 15px;
|
|
3504
|
+
|
|
3505
|
+
font-size: 37px;
|
|
3506
|
+
line-height: 42px
|
|
3507
|
+
}
|
|
3508
|
+
}
|
|
3509
|
+
.RichTitle-module_root__BK_WT:last-child {
|
|
3510
|
+
margin-bottom: 0;
|
|
3511
|
+
}
|
|
3512
|
+
.RichTitle-module_root__BK_WT span {
|
|
3513
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3514
|
+
font-size: 20px;
|
|
3515
|
+
font-weight: normal
|
|
3516
|
+
}
|
|
3517
|
+
@media only screen and (min-width: 48em) {
|
|
3518
|
+
.RichTitle-module_root__BK_WT span {
|
|
3519
|
+
font-size: 38px
|
|
3520
|
+
}
|
|
3521
|
+
}
|
|
3522
|
+
@media only screen and (min-width: 32em) {
|
|
3523
|
+
.RichTitle-module_slide__1A-gB,
|
|
3524
|
+
.RichTitle-module_game__1g8Bn {
|
|
3525
|
+
text-align: center
|
|
3526
|
+
}
|
|
3527
|
+
}
|
|
3528
|
+
@media only screen and (min-width: 64em) {
|
|
3529
|
+
.RichTitle-module_half__10GRI {
|
|
3530
|
+
font-size: 33px;
|
|
3531
|
+
line-height: 36px
|
|
3532
|
+
}
|
|
3533
|
+
}
|
|
3534
|
+
@media only screen and (min-width: 64em) {
|
|
3535
|
+
.RichTitle-module_half__10GRI span {
|
|
3536
|
+
font-size: 34px
|
|
3537
|
+
}
|
|
3538
|
+
}
|
|
3539
|
+
.RichTitle-module_game__1g8Bn:first-child {
|
|
3540
|
+
padding-top: 9px;
|
|
3541
|
+
}
|
|
3542
|
+
@media only screen and (max-width: 63.9375em) {
|
|
3543
|
+
.RichTitle-module_featured__wJfaQ {
|
|
3544
|
+
letter-spacing: 0.3px;
|
|
3545
|
+
|
|
3546
|
+
font-size: 28px;
|
|
3547
|
+
line-height: 30px
|
|
3548
|
+
}
|
|
3549
|
+
}
|
|
3550
|
+
@media only screen and (max-width: 63.9375em) {
|
|
3551
|
+
.RichTitle-module_featured__wJfaQ span {
|
|
3552
|
+
display: block;
|
|
3553
|
+
|
|
3554
|
+
padding-top: 2px;
|
|
3555
|
+
|
|
3556
|
+
font-size: 18px;
|
|
3557
|
+
line-height: 24px
|
|
3558
|
+
}
|
|
3559
|
+
}
|
|
3560
|
+
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3561
|
+
text-align: left
|
|
3562
|
+
}
|
|
3563
|
+
@media only screen and (min-width: 64em) {
|
|
3564
|
+
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3565
|
+
margin-bottom: 18px
|
|
3566
|
+
}
|
|
3567
|
+
}
|
|
3568
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3569
|
+
font-size: 19px;
|
|
3570
|
+
line-height: 23px
|
|
3571
|
+
}
|
|
3572
|
+
@media only screen and (min-width: 64em) {
|
|
3573
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3574
|
+
font-size: 1.3rem;
|
|
3575
|
+
line-height: 1.6rem
|
|
3576
|
+
}
|
|
3577
|
+
}
|
|
3578
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3579
|
+
font-size: 20px
|
|
3580
|
+
}
|
|
3581
|
+
@media only screen and (min-width: 64em) {
|
|
3582
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3583
|
+
font-size: 1.35rem
|
|
3584
|
+
}
|
|
3585
|
+
}
|
|
3586
|
+
@media only screen and (min-width: 32em) {
|
|
3587
|
+
.RichTitle-module_mobile__1Cb6E {
|
|
3588
|
+
display: none
|
|
3589
|
+
}
|
|
3590
|
+
}
|
|
3591
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3592
|
+
display: none
|
|
3593
|
+
}
|
|
3594
|
+
@media only screen and (min-width: 32em) {
|
|
3595
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3596
|
+
display: block
|
|
3597
|
+
}
|
|
3598
|
+
}
|
|
3599
|
+
|
|
3600
|
+
/* Colors */
|
|
3601
|
+
/* Fonts */
|
|
3602
|
+
/* Gap */
|
|
3603
|
+
/* Media */
|
|
3604
|
+
/* 512 */
|
|
3605
|
+
/* 650 */
|
|
3606
|
+
/* 768 */
|
|
3607
|
+
/* 1024 */
|
|
3608
|
+
/* 1010 */
|
|
3609
|
+
/* 1200 */
|
|
3610
|
+
/* 511 */
|
|
3611
|
+
/* 1023 */
|
|
3612
|
+
/* Zindex */
|
|
3613
|
+
.RelatedBlock-module_root__IKcQq {
|
|
3614
|
+
margin: 16px 0;
|
|
3615
|
+
|
|
3616
|
+
border-radius: 8px;
|
|
3617
|
+
background-color: #f5f5f5;
|
|
3618
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
3619
|
+
}
|
|
3620
|
+
@media only screen and (min-width: 48em) {
|
|
3621
|
+
.RelatedBlock-module_root__IKcQq {
|
|
3622
|
+
margin: 25px 0
|
|
3623
|
+
}
|
|
3624
|
+
}
|
|
3625
|
+
.RelatedBlock-module_root__IKcQq:last-child {
|
|
3626
|
+
margin-bottom: 0;
|
|
3627
|
+
}
|
|
3628
|
+
.RelatedBlock-module_root__IKcQq:first-child {
|
|
3629
|
+
margin-top: 0;
|
|
3630
|
+
}
|
|
3631
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
3632
|
+
display: block;
|
|
3633
|
+
|
|
3634
|
+
padding: 12px 12px 13px;
|
|
3635
|
+
|
|
3636
|
+
transition: color 0.15s;
|
|
3637
|
+
text-decoration: none;
|
|
3638
|
+
|
|
3639
|
+
color: #000;
|
|
3640
|
+
box-shadow: none;
|
|
3641
|
+
|
|
3642
|
+
font-size: 17px;
|
|
3643
|
+
line-height: 20px
|
|
3644
|
+
}
|
|
3645
|
+
@media only screen and (min-width: 48em) {
|
|
3646
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
3647
|
+
padding: 15px 20px 17px;
|
|
3648
|
+
|
|
3649
|
+
font-size: 19px;
|
|
3650
|
+
line-height: 23px
|
|
3651
|
+
}
|
|
3652
|
+
}
|
|
3653
|
+
.RelatedBlock-module_root__IKcQq a:hover {
|
|
3654
|
+
color: #5c5c5c;
|
|
3655
|
+
}
|
|
3656
|
+
.RelatedBlock-module_header__2SuWP {
|
|
3657
|
+
margin: 0;
|
|
3658
|
+
padding: 14px 12px 3px;
|
|
3659
|
+
|
|
3660
|
+
letter-spacing: 1px;
|
|
3661
|
+
text-transform: uppercase;
|
|
3662
|
+
|
|
3663
|
+
color: #7F7F7F;
|
|
3664
|
+
|
|
3665
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3666
|
+
font-size: 12px;
|
|
3667
|
+
font-weight: 600;
|
|
3668
|
+
line-height: 17px
|
|
3669
|
+
}
|
|
3670
|
+
@media only screen and (min-width: 48em) {
|
|
3671
|
+
.RelatedBlock-module_header__2SuWP {
|
|
3672
|
+
padding: 20px 20px 14px;
|
|
3673
|
+
|
|
3674
|
+
font-size: 14px;
|
|
3675
|
+
line-height: 16px
|
|
3676
|
+
}
|
|
3677
|
+
}
|
|
3678
|
+
.RelatedBlock-module_items__2V-Ap {
|
|
3679
|
+
margin: 0;
|
|
3680
|
+
padding-left: 0;
|
|
3681
|
+
|
|
3682
|
+
list-style: none;
|
|
3683
|
+
}
|
|
3684
|
+
.RelatedBlock-module_items__2V-Ap li {
|
|
3685
|
+
padding: 0;
|
|
3686
|
+
}
|
|
3687
|
+
.RelatedBlock-module_items__2V-Ap li + li {
|
|
3688
|
+
border-top: 1px solid #e6e6e6;
|
|
3689
|
+
}
|
|
3690
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3691
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3692
|
+
font-size: 16px;
|
|
3693
|
+
font-weight: 700;
|
|
3694
|
+
line-height: 18px
|
|
3695
|
+
}
|
|
3696
|
+
@media only screen and (min-width: 48em) {
|
|
3697
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3698
|
+
font-size: 18px
|
|
3699
|
+
}
|
|
3700
|
+
}
|
|
3701
|
+
.RelatedBlock-module_simple__29HVO {
|
|
3702
|
+
}
|
|
3703
|
+
.RelatedBlock-module_center__1LmW8 {
|
|
3704
|
+
max-width: 650px;
|
|
3705
|
+
margin-right: auto;
|
|
3706
|
+
margin-left: auto;
|
|
3707
|
+
}
|
|
3708
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
3709
|
+
margin-top: 0;
|
|
3710
|
+
}
|
|
3711
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
3712
|
+
margin-bottom: 0;
|
|
3713
|
+
}
|
|
3714
|
+
/* VISIBILITY */
|
|
3715
|
+
@media only screen and (min-width: 32em) {
|
|
3716
|
+
.RelatedBlock-module_mobile__2XM5a {
|
|
3717
|
+
display: none
|
|
3718
|
+
}
|
|
3719
|
+
}
|
|
3720
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
3721
|
+
display: none
|
|
3722
|
+
}
|
|
3723
|
+
@media only screen and (min-width: 32em) {
|
|
3724
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
3725
|
+
display: block
|
|
3726
|
+
}
|
|
3727
|
+
}
|
|
3728
|
+
|
|
3729
|
+
|
|
3730
|
+
/* Colors */
|
|
3731
|
+
/* Fonts */
|
|
3732
|
+
/* Gap */
|
|
3733
|
+
/* Media */
|
|
3734
|
+
/* 512 */
|
|
3735
|
+
/* 650 */
|
|
3736
|
+
/* 768 */
|
|
3737
|
+
/* 1024 */
|
|
3738
|
+
/* 1010 */
|
|
3739
|
+
/* 1200 */
|
|
3740
|
+
/* 511 */
|
|
3741
|
+
/* 1023 */
|
|
3742
|
+
/* Zindex */
|
|
3743
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3744
|
+
margin: 0 0 18px;
|
|
3745
|
+
|
|
3746
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3747
|
+
font-size: 20px;
|
|
3748
|
+
font-weight: normal;
|
|
3749
|
+
line-height: 23px
|
|
3750
|
+
}
|
|
3751
|
+
@media only screen and (min-width: 48em) {
|
|
3752
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3753
3753
|
margin-bottom: 15px;
|
|
3754
3754
|
|
|
3755
3755
|
font-size: 36px;
|
|
@@ -4463,6 +4463,7 @@ a mark {
|
|
|
4463
4463
|
}
|
|
4464
4464
|
}
|
|
4465
4465
|
|
|
4466
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
4466
4467
|
/* Colors */
|
|
4467
4468
|
/* Fonts */
|
|
4468
4469
|
/* Gap */
|
|
@@ -4476,11 +4477,38 @@ a mark {
|
|
|
4476
4477
|
/* 511 */
|
|
4477
4478
|
/* 1023 */
|
|
4478
4479
|
/* Zindex */
|
|
4479
|
-
.
|
|
4480
|
-
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
|
|
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
|
+
|
|
4484
4512
|
cursor: pointer;
|
|
4485
4513
|
|
|
4486
4514
|
color: inherit;
|
|
@@ -4569,34 +4597,6 @@ a mark {
|
|
|
4569
4597
|
fill: currentColor;
|
|
4570
4598
|
}
|
|
4571
4599
|
|
|
4572
|
-
/* stylelint-disable declaration-empty-line-before */
|
|
4573
|
-
/* Colors */
|
|
4574
|
-
/* Fonts */
|
|
4575
|
-
/* Gap */
|
|
4576
|
-
/* Media */
|
|
4577
|
-
/* 512 */
|
|
4578
|
-
/* 650 */
|
|
4579
|
-
/* 768 */
|
|
4580
|
-
/* 1024 */
|
|
4581
|
-
/* 1010 */
|
|
4582
|
-
/* 1200 */
|
|
4583
|
-
/* 511 */
|
|
4584
|
-
/* 1023 */
|
|
4585
|
-
/* Zindex */
|
|
4586
|
-
.DocumentItemsCount-module_root__P3q-z {
|
|
4587
|
-
display: inline;
|
|
4588
|
-
|
|
4589
|
-
line-height: inherit;
|
|
4590
|
-
}
|
|
4591
|
-
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4592
|
-
vertical-align: top;
|
|
4593
|
-
}
|
|
4594
|
-
.DocumentItemsCount-module_items__3pfxW {
|
|
4595
|
-
margin-left: 1px;
|
|
4596
|
-
|
|
4597
|
-
vertical-align: top;
|
|
4598
|
-
}
|
|
4599
|
-
|
|
4600
4600
|
/* Colors */
|
|
4601
4601
|
/* Fonts */
|
|
4602
4602
|
/* Gap */
|
|
@@ -4610,249 +4610,258 @@ a mark {
|
|
|
4610
4610
|
/* 511 */
|
|
4611
4611
|
/* 1023 */
|
|
4612
4612
|
/* Zindex */
|
|
4613
|
-
.
|
|
4613
|
+
.RelatedRichBlock-module_root__3NYmj {
|
|
4614
4614
|
position: relative;
|
|
4615
|
+
z-index: 10;
|
|
4615
4616
|
|
|
4616
|
-
|
|
4617
|
-
|
|
4617
|
+
display: block;
|
|
4618
|
+
overflow: hidden;
|
|
4618
4619
|
|
|
4619
|
-
|
|
4620
|
-
background-color: #fff;
|
|
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;
|
|
4627
|
-
}
|
|
4628
|
-
.Footnote-module_body__259Ly h3 {
|
|
4629
|
-
margin: 0 0 16px;
|
|
4620
|
+
text-decoration: none;
|
|
4630
4621
|
|
|
4631
|
-
|
|
4632
|
-
|
|
4633
|
-
line-height: inherit;
|
|
4634
|
-
}
|
|
4635
|
-
.Footnote-module_body__259Ly p {
|
|
4636
|
-
margin: 0;
|
|
4637
|
-
}
|
|
4638
|
-
.Footnote-module_body__259Ly p + p {
|
|
4639
|
-
margin-top: 6px;
|
|
4640
|
-
}
|
|
4641
|
-
.Footnote-module_body__259Ly a {
|
|
4642
|
-
color: inherit;
|
|
4643
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
4622
|
+
border-radius: 8px;
|
|
4623
|
+
outline-width: 0;
|
|
4644
4624
|
}
|
|
4645
|
-
|
|
4646
|
-
|
|
4625
|
+
@media only screen and (min-width: 32em) {
|
|
4626
|
+
.RelatedRichBlock-module_root__3NYmj:hover {
|
|
4627
|
+
opacity: 0.95
|
|
4647
4628
|
}
|
|
4648
|
-
|
|
4629
|
+
}
|
|
4630
|
+
.RelatedRichBlock-module_root__3NYmj::after {
|
|
4649
4631
|
position: absolute;
|
|
4650
4632
|
top: 0;
|
|
4651
4633
|
right: 0;
|
|
4634
|
+
bottom: 0;
|
|
4635
|
+
left: 0;
|
|
4636
|
+
z-index: 20;
|
|
4652
4637
|
|
|
4653
|
-
|
|
4654
|
-
padding: 6px 9px 10px;
|
|
4655
|
-
|
|
4656
|
-
cursor: pointer;
|
|
4638
|
+
border-radius: 8px;
|
|
4657
4639
|
|
|
4658
|
-
|
|
4659
|
-
border-width: 0;
|
|
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;
|
|
4640
|
+
content: '';
|
|
4669
4641
|
}
|
|
4642
|
+
.RelatedRichBlock-module_root__3NYmj::before {
|
|
4643
|
+
display: block;
|
|
4670
4644
|
|
|
4671
|
-
|
|
4672
|
-
/* Colors */
|
|
4673
|
-
/* Fonts */
|
|
4674
|
-
/* Gap */
|
|
4675
|
-
/* Media */
|
|
4676
|
-
/* 512 */
|
|
4677
|
-
/* 650 */
|
|
4678
|
-
/* 768 */
|
|
4679
|
-
/* 1024 */
|
|
4680
|
-
/* 1010 */
|
|
4681
|
-
/* 1200 */
|
|
4682
|
-
/* 511 */
|
|
4683
|
-
/* 1023 */
|
|
4684
|
-
/* Zindex */
|
|
4685
|
-
.SensitiveBlock-module_root__2iJbD {
|
|
4686
|
-
position: relative;
|
|
4687
|
-
|
|
4688
|
-
margin: 15px 0
|
|
4645
|
+
width: 100%;
|
|
4689
4646
|
}
|
|
4690
|
-
|
|
4691
|
-
|
|
4692
|
-
|
|
4647
|
+
.RelatedRichBlock-module_root__3NYmj::after {
|
|
4648
|
+
box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2),
|
|
4649
|
+
inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
4693
4650
|
}
|
|
4694
|
-
|
|
4695
|
-
.
|
|
4696
|
-
margin
|
|
4651
|
+
.RelatedRichBlock-module_root__3NYmj,
|
|
4652
|
+
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
4653
|
+
margin: 16px 0
|
|
4697
4654
|
}
|
|
4698
|
-
|
|
4699
|
-
|
|
4655
|
+
@media only screen and (min-width: 48em) {
|
|
4656
|
+
.RelatedRichBlock-module_root__3NYmj,
|
|
4657
|
+
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
4658
|
+
margin: 25px 0
|
|
4700
4659
|
}
|
|
4701
|
-
|
|
4702
|
-
|
|
4703
|
-
|
|
4704
|
-
|
|
4705
|
-
|
|
4706
|
-
|
|
4707
|
-
|
|
4660
|
+
}
|
|
4661
|
+
.RelatedRichBlock-module_overlay__3XSg_,
|
|
4662
|
+
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
4663
|
+
position: absolute;
|
|
4664
|
+
right: 0;
|
|
4665
|
+
left: 0;
|
|
4666
|
+
z-index: 10;
|
|
4708
4667
|
}
|
|
4709
|
-
.
|
|
4710
|
-
|
|
4711
|
-
|
|
4712
|
-
min-height: 170px;
|
|
4668
|
+
.RelatedRichBlock-module_overlay__3XSg_ {
|
|
4669
|
+
bottom: 0;
|
|
4713
4670
|
|
|
4714
|
-
|
|
4671
|
+
height: 295px;
|
|
4715
4672
|
}
|
|
4716
|
-
.
|
|
4717
|
-
position: absolute;
|
|
4718
|
-
z-index: 10;
|
|
4673
|
+
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
4719
4674
|
top: 0;
|
|
4720
|
-
right: -20px;
|
|
4721
|
-
bottom: 0;
|
|
4722
|
-
left: -20px;
|
|
4723
4675
|
|
|
4676
|
+
height: 150px;
|
|
4677
|
+
}
|
|
4678
|
+
.RelatedRichBlock-module_body__1ZHZS {
|
|
4724
4679
|
display: -webkit-box;
|
|
4725
|
-
|
|
4726
4680
|
display: -webkit-flex;
|
|
4727
|
-
|
|
4728
4681
|
display: -ms-flexbox;
|
|
4729
|
-
|
|
4730
4682
|
display: flex;
|
|
4731
|
-
align-items: center;
|
|
4732
4683
|
flex-flow: column nowrap;
|
|
4733
|
-
justify-content:
|
|
4734
|
-
|
|
4735
|
-
padding: 30px 20px;
|
|
4684
|
+
justify-content: flex-end;
|
|
4736
4685
|
|
|
4737
|
-
|
|
4686
|
+
padding: 12px 15px;
|
|
4738
4687
|
|
|
4739
|
-
background-color:
|
|
4740
|
-
background-repeat: no-repeat;
|
|
4741
|
-
background-position: center top;
|
|
4742
|
-
background-size: cover
|
|
4688
|
+
background-color: #f7f7f7
|
|
4743
4689
|
}
|
|
4744
4690
|
@media only screen and (min-width: 32em) {
|
|
4745
|
-
.
|
|
4691
|
+
.RelatedRichBlock-module_body__1ZHZS {
|
|
4692
|
+
position: absolute;
|
|
4746
4693
|
right: 0;
|
|
4747
|
-
|
|
4748
|
-
|
|
4749
|
-
|
|
4750
|
-
.SensitiveBlock-module_content__sNpxZ {
|
|
4751
|
-
-webkit-user-select: none;
|
|
4752
|
-
-moz-user-select: none;
|
|
4753
|
-
-ms-user-select: none;
|
|
4754
|
-
user-select: none;
|
|
4694
|
+
bottom: 0;
|
|
4695
|
+
left: 0;
|
|
4696
|
+
z-index: 10;
|
|
4755
4697
|
|
|
4756
|
-
|
|
4698
|
+
min-height: 295px;
|
|
4699
|
+
padding: 20px;
|
|
4757
4700
|
|
|
4758
|
-
|
|
4701
|
+
background-color: transparent
|
|
4759
4702
|
}
|
|
4760
|
-
|
|
4761
|
-
|
|
4762
|
-
|
|
4763
|
-
width: 100%;
|
|
4764
|
-
max-width: 368px;
|
|
4765
|
-
margin-top: 0;
|
|
4766
|
-
margin-bottom: 12px;
|
|
4767
|
-
|
|
4768
|
-
text-align: center;
|
|
4769
|
-
|
|
4770
|
-
font-size: 14px;
|
|
4771
|
-
line-height: 18px
|
|
4703
|
+
}
|
|
4704
|
+
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
4705
|
+
color: #000
|
|
4772
4706
|
}
|
|
4773
4707
|
@media only screen and (min-width: 32em) {
|
|
4774
|
-
.
|
|
4775
|
-
|
|
4776
|
-
|
|
4777
|
-
font-size: 16px;
|
|
4778
|
-
line-height: 22px
|
|
4708
|
+
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
4709
|
+
color: #fff
|
|
4779
4710
|
}
|
|
4780
4711
|
}
|
|
4781
|
-
|
|
4782
|
-
|
|
4783
|
-
|
|
4784
|
-
|
|
4785
|
-
|
|
4786
|
-
|
|
4787
|
-
|
|
4712
|
+
@media only screen and (min-width: 32em) {
|
|
4713
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_hasGradient__27LOk .RelatedRichBlock-module_body__1ZHZS {
|
|
4714
|
+
position: absolute;
|
|
4715
|
+
right: 0;
|
|
4716
|
+
bottom: 0;
|
|
4717
|
+
left: 0;
|
|
4718
|
+
z-index: 10;
|
|
4719
|
+
|
|
4720
|
+
min-height: 295px;
|
|
4721
|
+
|
|
4722
|
+
background-color: transparent
|
|
4723
|
+
}
|
|
4724
|
+
}
|
|
4725
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ {
|
|
4726
|
+
position: relative;
|
|
4727
|
+
}
|
|
4728
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
4729
|
+
position: absolute;
|
|
4730
|
+
right: 1px;
|
|
4731
|
+
bottom: 0;
|
|
4732
|
+
left: 1px;
|
|
4733
|
+
z-index: 10;
|
|
4734
|
+
|
|
4735
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
4736
|
+
|
|
4737
|
+
content: ''
|
|
4788
4738
|
}
|
|
4789
4739
|
@media only screen and (min-width: 32em) {
|
|
4790
|
-
.
|
|
4791
|
-
|
|
4792
|
-
margin-left: auto
|
|
4740
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
4741
|
+
content: ''
|
|
4793
4742
|
}
|
|
4794
4743
|
}
|
|
4795
|
-
.
|
|
4796
|
-
|
|
4744
|
+
.RelatedRichBlock-module_isCard__2naDz {
|
|
4745
|
+
color: #fff;
|
|
4746
|
+
|
|
4747
|
+
background-color: #191919
|
|
4797
4748
|
}
|
|
4798
4749
|
@media only screen and (min-width: 32em) {
|
|
4799
|
-
.
|
|
4800
|
-
|
|
4801
|
-
margin-left: auto
|
|
4750
|
+
.RelatedRichBlock-module_isCard__2naDz {
|
|
4751
|
+
min-height: 350px
|
|
4802
4752
|
}
|
|
4803
4753
|
}
|
|
4804
|
-
.
|
|
4805
|
-
|
|
4806
|
-
left: -20px
|
|
4754
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
4755
|
+
background-color: transparent
|
|
4807
4756
|
}
|
|
4808
4757
|
@media only screen and (min-width: 32em) {
|
|
4809
|
-
.
|
|
4758
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
4759
|
+
position: absolute;
|
|
4810
4760
|
right: 0;
|
|
4811
|
-
|
|
4761
|
+
bottom: 0;
|
|
4762
|
+
left: 0;
|
|
4763
|
+
z-index: 10;
|
|
4764
|
+
|
|
4765
|
+
min-height: 295px
|
|
4812
4766
|
}
|
|
4813
4767
|
}
|
|
4814
|
-
|
|
4815
|
-
|
|
4816
|
-
|
|
4768
|
+
@media only screen and (min-width: 32em) {
|
|
4769
|
+
.RelatedRichBlock-module_isCard__2naDz::before {
|
|
4770
|
+
padding-bottom: 66.66%;
|
|
4771
|
+
|
|
4772
|
+
content: ''
|
|
4773
|
+
}
|
|
4774
|
+
}
|
|
4775
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
4776
|
+
position: relative;
|
|
4777
|
+
|
|
4778
|
+
width: 100%
|
|
4817
4779
|
}
|
|
4818
4780
|
@media only screen and (min-width: 32em) {
|
|
4819
|
-
.
|
|
4820
|
-
|
|
4821
|
-
|
|
4781
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
4782
|
+
position: absolute;
|
|
4783
|
+
top: 0;
|
|
4784
|
+
bottom: 0
|
|
4822
4785
|
}
|
|
4823
4786
|
}
|
|
4824
|
-
.
|
|
4825
|
-
|
|
4787
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
4788
|
+
display: block;
|
|
4789
|
+
|
|
4790
|
+
padding-bottom: 78.50746269%;
|
|
4791
|
+
|
|
4792
|
+
content: ''
|
|
4826
4793
|
}
|
|
4827
4794
|
@media only screen and (min-width: 32em) {
|
|
4828
|
-
.
|
|
4829
|
-
|
|
4830
|
-
left: -15px
|
|
4795
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
4796
|
+
content: none
|
|
4831
4797
|
}
|
|
4832
4798
|
}
|
|
4799
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
4800
|
+
position: absolute;
|
|
4801
|
+
top: 50%;
|
|
4802
|
+
left: 50%;
|
|
4803
|
+
|
|
4804
|
+
width: 180px;
|
|
4805
|
+
height: 180px;
|
|
4806
|
+
|
|
4807
|
+
transform: translate(-50%, -50%)
|
|
4808
|
+
}
|
|
4833
4809
|
@media only screen and (min-width: 32em) {
|
|
4834
|
-
.
|
|
4835
|
-
|
|
4836
|
-
|
|
4810
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
4811
|
+
top: 25%;
|
|
4812
|
+
|
|
4813
|
+
transform: translate(-50%, -25%)
|
|
4837
4814
|
}
|
|
4838
4815
|
}
|
|
4839
|
-
|
|
4840
|
-
|
|
4841
|
-
|
|
4816
|
+
.RelatedRichBlock-module_tag__3OLyG {
|
|
4817
|
+
position: absolute;
|
|
4818
|
+
top: 14px;
|
|
4819
|
+
right: 15px;
|
|
4820
|
+
left: 15px;
|
|
4821
|
+
z-index: 10;
|
|
4842
4822
|
|
|
4843
|
-
|
|
4823
|
+
color: rgba(255, 255, 255, 0.7);
|
|
4844
4824
|
|
|
4845
|
-
|
|
4825
|
+
font-size: 12px
|
|
4846
4826
|
}
|
|
4847
|
-
|
|
4848
|
-
|
|
4827
|
+
@media only screen and (min-width: 64em) {
|
|
4828
|
+
.RelatedRichBlock-module_tag__3OLyG {
|
|
4829
|
+
top: 16px;
|
|
4830
|
+
right: 20px;
|
|
4831
|
+
left: 20px
|
|
4849
4832
|
}
|
|
4850
|
-
|
|
4851
|
-
|
|
4852
|
-
|
|
4853
|
-
|
|
4854
|
-
|
|
4855
|
-
|
|
4833
|
+
}
|
|
4834
|
+
.RelatedRichBlock-module_center__197sx {
|
|
4835
|
+
width: 100%;
|
|
4836
|
+
max-width: 650px;
|
|
4837
|
+
margin-right: auto;
|
|
4838
|
+
margin-left: auto;
|
|
4839
|
+
}
|
|
4840
|
+
/* Themes */
|
|
4841
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
|
|
4842
|
+
color: #000;
|
|
4843
|
+
}
|
|
4844
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
|
|
4845
|
+
color: rgba(0, 0, 0, 0.7);
|
|
4846
|
+
}
|
|
4847
|
+
@media only screen and (min-width: 32em) {
|
|
4848
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_light__2mUxL {
|
|
4849
|
+
color: #fff;
|
|
4850
|
+
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
|
|
4851
|
+
}
|
|
4852
|
+
}
|
|
4853
|
+
/* Display */
|
|
4854
|
+
@media only screen and (min-width: 32em) {
|
|
4855
|
+
.RelatedRichBlock-module_mobile__JpCS4 {
|
|
4856
|
+
display: none
|
|
4857
|
+
}
|
|
4858
|
+
}
|
|
4859
|
+
.RelatedRichBlock-module_desktop__trL0D {
|
|
4860
|
+
display: none
|
|
4861
|
+
}
|
|
4862
|
+
@media only screen and (min-width: 32em) {
|
|
4863
|
+
.RelatedRichBlock-module_desktop__trL0D {
|
|
4864
|
+
display: block
|
|
4856
4865
|
}
|
|
4857
4866
|
}
|
|
4858
4867
|
|
|
@@ -4869,154 +4878,177 @@ a mark {
|
|
|
4869
4878
|
/* 511 */
|
|
4870
4879
|
/* 1023 */
|
|
4871
4880
|
/* Zindex */
|
|
4872
|
-
.
|
|
4881
|
+
.SensitiveBlock-module_root__2iJbD {
|
|
4873
4882
|
position: relative;
|
|
4874
|
-
z-index: 10;
|
|
4875
|
-
|
|
4876
|
-
display: block;
|
|
4877
|
-
|
|
4878
|
-
margin: calc(15rem / 16) -20px;
|
|
4879
|
-
padding: 42px 20px 50px;
|
|
4880
|
-
overflow: hidden;
|
|
4881
|
-
|
|
4882
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4883
4883
|
|
|
4884
|
-
|
|
4885
|
-
|
|
4886
|
-
background-color: #f66861;
|
|
4887
|
-
|
|
4888
|
-
outline-width: 0
|
|
4884
|
+
margin: 15px 0
|
|
4889
4885
|
}
|
|
4890
4886
|
@media only screen and (min-width: 32em) {
|
|
4891
|
-
.
|
|
4892
|
-
margin: 25px 0 20px
|
|
4893
|
-
padding: 48px 30px;
|
|
4894
|
-
|
|
4895
|
-
border-radius: 8px
|
|
4887
|
+
.SensitiveBlock-module_root__2iJbD {
|
|
4888
|
+
margin: 25px 0 20px
|
|
4896
4889
|
}
|
|
4897
4890
|
}
|
|
4898
|
-
.
|
|
4899
|
-
|
|
4900
|
-
}
|
|
4901
|
-
.DonatesTeaser-module_main__YBt6p {
|
|
4902
|
-
max-width: 852px;
|
|
4903
|
-
margin: 0 auto;
|
|
4904
|
-
|
|
4905
|
-
color: #fff;
|
|
4906
|
-
text-align: center;
|
|
4907
|
-
|
|
4908
|
-
transform: translateZ(0);
|
|
4891
|
+
.SensitiveBlock-module_root__2iJbD:first-child {
|
|
4892
|
+
margin-top: 0;
|
|
4909
4893
|
}
|
|
4910
|
-
.
|
|
4911
|
-
|
|
4912
|
-
font-size: 20px;
|
|
4913
|
-
line-height: 25px
|
|
4894
|
+
.SensitiveBlock-module_root__2iJbD:last-child {
|
|
4895
|
+
margin-bottom: 0;
|
|
4914
4896
|
}
|
|
4915
|
-
|
|
4916
|
-
|
|
4917
|
-
|
|
4918
|
-
|
|
4897
|
+
.SensitiveBlock-module_root__2iJbD figcaption {
|
|
4898
|
+
width: 100%;
|
|
4899
|
+
max-width: 650px;
|
|
4900
|
+
margin-right: auto;
|
|
4901
|
+
margin-left: auto;
|
|
4902
|
+
|
|
4903
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4919
4904
|
}
|
|
4920
|
-
|
|
4921
|
-
|
|
4922
|
-
margin: 0;
|
|
4905
|
+
.SensitiveBlock-module_container__1Wtix {
|
|
4906
|
+
position: relative;
|
|
4923
4907
|
|
|
4924
|
-
|
|
4925
|
-
font-size: 21px;
|
|
4908
|
+
min-height: 170px;
|
|
4926
4909
|
|
|
4927
|
-
|
|
4928
|
-
line-height: 25px
|
|
4929
|
-
}
|
|
4930
|
-
@media only screen and (min-width: 32em) {
|
|
4931
|
-
.DonatesTeaser-module_text__ro-QA {
|
|
4932
|
-
font-size: 29px;
|
|
4933
|
-
line-height: 34px
|
|
4910
|
+
transition: min-height 350ms ease;
|
|
4934
4911
|
}
|
|
4935
|
-
|
|
4936
|
-
|
|
4912
|
+
.SensitiveBlock-module_overlay__hfDVS {
|
|
4913
|
+
position: absolute;
|
|
4914
|
+
z-index: 10;
|
|
4915
|
+
top: 0;
|
|
4916
|
+
right: -20px;
|
|
4917
|
+
bottom: 0;
|
|
4918
|
+
left: -20px;
|
|
4919
|
+
|
|
4937
4920
|
display: -webkit-box;
|
|
4921
|
+
|
|
4938
4922
|
display: -webkit-flex;
|
|
4923
|
+
|
|
4939
4924
|
display: -ms-flexbox;
|
|
4925
|
+
|
|
4940
4926
|
display: flex;
|
|
4941
|
-
flex-flow: column nowrap;
|
|
4942
4927
|
align-items: center;
|
|
4928
|
+
flex-flow: column nowrap;
|
|
4943
4929
|
justify-content: center;
|
|
4944
4930
|
|
|
4945
|
-
|
|
4946
|
-
}
|
|
4947
|
-
@media only screen and (min-width: 32em) {
|
|
4948
|
-
.DonatesTeaser-module_cta__1orPb {
|
|
4949
|
-
margin-top: 40px
|
|
4950
|
-
}
|
|
4951
|
-
}
|
|
4952
|
-
.DonatesTeaser-module_cta__1orPb a {
|
|
4953
|
-
display: block;
|
|
4954
|
-
|
|
4955
|
-
color: rgba(246, 104, 97, 1);
|
|
4956
|
-
font-weight: 600;
|
|
4931
|
+
padding: 30px 20px;
|
|
4957
4932
|
|
|
4958
|
-
|
|
4959
|
-
line-height: 16px;
|
|
4960
|
-
letter-spacing: 1px;
|
|
4933
|
+
transition: opacity 500ms ease, visibility 500ms ease;
|
|
4961
4934
|
|
|
4962
|
-
|
|
4963
|
-
|
|
4964
|
-
|
|
4935
|
+
background-color: rgba(255, 255, 255, 1);
|
|
4936
|
+
background-repeat: no-repeat;
|
|
4937
|
+
background-position: center top;
|
|
4938
|
+
background-size: cover
|
|
4965
4939
|
}
|
|
4966
|
-
|
|
4967
|
-
|
|
4968
|
-
|
|
4969
|
-
|
|
4970
|
-
bottom: 0;
|
|
4971
|
-
left: 0;
|
|
4972
|
-
z-index: 1;
|
|
4973
|
-
|
|
4974
|
-
content: '';
|
|
4940
|
+
@media only screen and (min-width: 32em) {
|
|
4941
|
+
.SensitiveBlock-module_overlay__hfDVS {
|
|
4942
|
+
right: 0;
|
|
4943
|
+
left: 0
|
|
4975
4944
|
}
|
|
4976
|
-
|
|
4977
|
-
|
|
4945
|
+
}
|
|
4946
|
+
.SensitiveBlock-module_content__sNpxZ {
|
|
4947
|
+
-webkit-user-select: none;
|
|
4948
|
+
-moz-user-select: none;
|
|
4949
|
+
-ms-user-select: none;
|
|
4950
|
+
user-select: none;
|
|
4978
4951
|
|
|
4979
|
-
|
|
4952
|
+
color: #fff;
|
|
4980
4953
|
|
|
4981
|
-
|
|
4982
|
-
padding: 14px 0 13px;
|
|
4954
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4983
4955
|
}
|
|
4984
|
-
.
|
|
4985
|
-
|
|
4986
|
-
top: 0;
|
|
4987
|
-
right: 0;
|
|
4988
|
-
bottom: 0;
|
|
4989
|
-
left: 0;
|
|
4990
|
-
z-index: -1;
|
|
4991
|
-
|
|
4992
|
-
background-color: #eafe0b;
|
|
4956
|
+
.SensitiveBlock-module_content__sNpxZ p {
|
|
4957
|
+
display: block;
|
|
4993
4958
|
|
|
4994
|
-
|
|
4959
|
+
width: 100%;
|
|
4960
|
+
max-width: 368px;
|
|
4961
|
+
margin-top: 0;
|
|
4962
|
+
margin-bottom: 12px;
|
|
4995
4963
|
|
|
4996
|
-
|
|
4964
|
+
text-align: center;
|
|
4997
4965
|
|
|
4998
|
-
|
|
4966
|
+
font-size: 14px;
|
|
4967
|
+
line-height: 18px
|
|
4968
|
+
}
|
|
4969
|
+
@media only screen and (min-width: 32em) {
|
|
4970
|
+
.SensitiveBlock-module_content__sNpxZ p {
|
|
4971
|
+
margin-bottom: 24px;
|
|
4999
4972
|
|
|
5000
|
-
|
|
4973
|
+
font-size: 16px;
|
|
4974
|
+
line-height: 22px
|
|
4975
|
+
}
|
|
4976
|
+
}
|
|
4977
|
+
.SensitiveBlock-module_button__3BGZK {
|
|
4978
|
+
width: 100%;
|
|
4979
|
+
max-width: 348px;
|
|
4980
|
+
margin: 0 auto;
|
|
4981
|
+
}
|
|
4982
|
+
.SensitiveBlock-module_default__2HgmZ {
|
|
4983
|
+
max-width: 650px
|
|
5001
4984
|
}
|
|
5002
4985
|
@media only screen and (min-width: 32em) {
|
|
5003
|
-
.
|
|
5004
|
-
width: 100%;
|
|
5005
|
-
max-width: 650px;
|
|
4986
|
+
.SensitiveBlock-module_default__2HgmZ {
|
|
5006
4987
|
margin-right: auto;
|
|
5007
4988
|
margin-left: auto
|
|
5008
4989
|
}
|
|
5009
4990
|
}
|
|
5010
|
-
.
|
|
5011
|
-
|
|
5012
|
-
margin-right: -11px;
|
|
5013
|
-
margin-left: -11px
|
|
4991
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
4992
|
+
max-width: 980px
|
|
5014
4993
|
}
|
|
5015
4994
|
@media only screen and (min-width: 32em) {
|
|
5016
|
-
.
|
|
5017
|
-
|
|
5018
|
-
margin-
|
|
5019
|
-
|
|
4995
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
4996
|
+
margin-right: auto;
|
|
4997
|
+
margin-left: auto
|
|
4998
|
+
}
|
|
4999
|
+
}
|
|
5000
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
5001
|
+
right: -20px;
|
|
5002
|
+
left: -20px
|
|
5003
|
+
}
|
|
5004
|
+
@media only screen and (min-width: 32em) {
|
|
5005
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
5006
|
+
right: 0;
|
|
5007
|
+
left: 0
|
|
5008
|
+
}
|
|
5009
|
+
}
|
|
5010
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
5011
|
+
padding-right: 20px;
|
|
5012
|
+
padding-left: 20px
|
|
5013
|
+
}
|
|
5014
|
+
@media only screen and (min-width: 32em) {
|
|
5015
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
5016
|
+
padding-right: 0;
|
|
5017
|
+
padding-left: 0
|
|
5018
|
+
}
|
|
5019
|
+
}
|
|
5020
|
+
.SensitiveBlock-module_super_full__14UOv {
|
|
5021
|
+
max-width: 100%;
|
|
5022
|
+
}
|
|
5023
|
+
@media only screen and (min-width: 32em) {
|
|
5024
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_overlay__hfDVS {
|
|
5025
|
+
right: -15px;
|
|
5026
|
+
left: -15px
|
|
5027
|
+
}
|
|
5028
|
+
}
|
|
5029
|
+
@media only screen and (min-width: 32em) {
|
|
5030
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_media__3wnlo {
|
|
5031
|
+
padding-right: 15px;
|
|
5032
|
+
padding-left: 15px
|
|
5033
|
+
}
|
|
5034
|
+
}
|
|
5035
|
+
/* STATE */
|
|
5036
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_overlay__hfDVS {
|
|
5037
|
+
visibility: hidden;
|
|
5038
|
+
|
|
5039
|
+
pointer-events: none;
|
|
5040
|
+
|
|
5041
|
+
opacity: 0;
|
|
5042
|
+
}
|
|
5043
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
|
|
5044
|
+
min-height: 0;
|
|
5045
|
+
}
|
|
5046
|
+
/* CONTEXT */
|
|
5047
|
+
@media only screen and (max-width: 63.9375em) {
|
|
5048
|
+
.SensitiveBlock-module_isInCard__1L-lu .SensitiveBlock-module_overlay__hfDVS,
|
|
5049
|
+
.SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
|
|
5050
|
+
right: -11px;
|
|
5051
|
+
left: -11px
|
|
5020
5052
|
}
|
|
5021
5053
|
}
|
|
5022
5054
|
|
|
@@ -5033,258 +5065,226 @@ a mark {
|
|
|
5033
5065
|
/* 511 */
|
|
5034
5066
|
/* 1023 */
|
|
5035
5067
|
/* Zindex */
|
|
5036
|
-
.
|
|
5068
|
+
.Footnote-module_root__2a0-B {
|
|
5037
5069
|
position: relative;
|
|
5038
|
-
z-index: 10;
|
|
5039
5070
|
|
|
5040
|
-
|
|
5041
|
-
|
|
5042
|
-
|
|
5043
|
-
text-decoration: none;
|
|
5071
|
+
width: 320px;
|
|
5072
|
+
padding: 20px;
|
|
5044
5073
|
|
|
5045
5074
|
border-radius: 8px;
|
|
5046
|
-
|
|
5075
|
+
background-color: #fff;
|
|
5076
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
5047
5077
|
}
|
|
5048
|
-
|
|
5049
|
-
|
|
5050
|
-
|
|
5078
|
+
.Footnote-module_body__259Ly {
|
|
5079
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
5080
|
+
font-size: 16px;
|
|
5081
|
+
line-height: 22px;
|
|
5051
5082
|
}
|
|
5052
|
-
|
|
5053
|
-
|
|
5054
|
-
position: absolute;
|
|
5055
|
-
top: 0;
|
|
5056
|
-
right: 0;
|
|
5057
|
-
bottom: 0;
|
|
5058
|
-
left: 0;
|
|
5059
|
-
z-index: 20;
|
|
5060
|
-
|
|
5061
|
-
border-radius: 8px;
|
|
5083
|
+
.Footnote-module_body__259Ly h3 {
|
|
5084
|
+
margin: 0 0 16px;
|
|
5062
5085
|
|
|
5063
|
-
|
|
5086
|
+
font-size: inherit;
|
|
5087
|
+
font-weight: 700;
|
|
5088
|
+
line-height: inherit;
|
|
5064
5089
|
}
|
|
5065
|
-
.
|
|
5066
|
-
|
|
5067
|
-
|
|
5068
|
-
width: 100%;
|
|
5090
|
+
.Footnote-module_body__259Ly p {
|
|
5091
|
+
margin: 0;
|
|
5069
5092
|
}
|
|
5070
|
-
.
|
|
5071
|
-
|
|
5072
|
-
inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
5093
|
+
.Footnote-module_body__259Ly p + p {
|
|
5094
|
+
margin-top: 6px;
|
|
5073
5095
|
}
|
|
5074
|
-
.
|
|
5075
|
-
|
|
5076
|
-
|
|
5096
|
+
.Footnote-module_body__259Ly a {
|
|
5097
|
+
color: inherit;
|
|
5098
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
5077
5099
|
}
|
|
5078
|
-
|
|
5079
|
-
|
|
5080
|
-
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
5081
|
-
margin: 25px 0
|
|
5100
|
+
.Footnote-module_body__259Ly a:hover {
|
|
5101
|
+
color: #b88b59;
|
|
5082
5102
|
}
|
|
5083
|
-
|
|
5084
|
-
.RelatedRichBlock-module_overlay__3XSg_,
|
|
5085
|
-
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
5103
|
+
.Footnote-module_dismiss__1HKG5 {
|
|
5086
5104
|
position: absolute;
|
|
5087
|
-
right: 0;
|
|
5088
|
-
left: 0;
|
|
5089
|
-
z-index: 10;
|
|
5090
|
-
}
|
|
5091
|
-
.RelatedRichBlock-module_overlay__3XSg_ {
|
|
5092
|
-
bottom: 0;
|
|
5093
|
-
|
|
5094
|
-
height: 295px;
|
|
5095
|
-
}
|
|
5096
|
-
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
5097
5105
|
top: 0;
|
|
5106
|
+
right: 0;
|
|
5098
5107
|
|
|
5099
|
-
|
|
5100
|
-
|
|
5101
|
-
.RelatedRichBlock-module_body__1ZHZS {
|
|
5102
|
-
display: -webkit-box;
|
|
5103
|
-
display: -webkit-flex;
|
|
5104
|
-
display: -ms-flexbox;
|
|
5105
|
-
display: flex;
|
|
5106
|
-
flex-flow: column nowrap;
|
|
5107
|
-
justify-content: flex-end;
|
|
5108
|
-
|
|
5109
|
-
padding: 12px 15px;
|
|
5110
|
-
|
|
5111
|
-
background-color: #f7f7f7
|
|
5112
|
-
}
|
|
5113
|
-
@media only screen and (min-width: 32em) {
|
|
5114
|
-
.RelatedRichBlock-module_body__1ZHZS {
|
|
5115
|
-
position: absolute;
|
|
5116
|
-
right: 0;
|
|
5117
|
-
bottom: 0;
|
|
5118
|
-
left: 0;
|
|
5119
|
-
z-index: 10;
|
|
5108
|
+
margin: 0;
|
|
5109
|
+
padding: 6px 9px 10px;
|
|
5120
5110
|
|
|
5121
|
-
|
|
5122
|
-
padding: 20px;
|
|
5111
|
+
cursor: pointer;
|
|
5123
5112
|
|
|
5124
|
-
|
|
5113
|
+
color: #b3b3b3;
|
|
5114
|
+
border-width: 0;
|
|
5115
|
+
outline: none;
|
|
5116
|
+
background-color: transparent;
|
|
5125
5117
|
}
|
|
5126
|
-
|
|
5127
|
-
|
|
5128
|
-
color: #000
|
|
5118
|
+
.Footnote-module_dismiss__1HKG5:hover {
|
|
5119
|
+
color: #757575;
|
|
5129
5120
|
}
|
|
5130
|
-
|
|
5131
|
-
|
|
5132
|
-
|
|
5121
|
+
.Footnote-module_dismiss__1HKG5 svg {
|
|
5122
|
+
width: 12px;
|
|
5123
|
+
height: 12px;
|
|
5133
5124
|
}
|
|
5134
|
-
}
|
|
5135
|
-
@media only screen and (min-width: 32em) {
|
|
5136
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_hasGradient__27LOk .RelatedRichBlock-module_body__1ZHZS {
|
|
5137
|
-
position: absolute;
|
|
5138
|
-
right: 0;
|
|
5139
|
-
bottom: 0;
|
|
5140
|
-
left: 0;
|
|
5141
|
-
z-index: 10;
|
|
5142
5125
|
|
|
5143
|
-
min-height: 295px;
|
|
5144
5126
|
|
|
5145
|
-
|
|
5146
|
-
|
|
5147
|
-
|
|
5148
|
-
|
|
5127
|
+
/* Colors */
|
|
5128
|
+
/* Fonts */
|
|
5129
|
+
/* Gap */
|
|
5130
|
+
/* Media */
|
|
5131
|
+
/* 512 */
|
|
5132
|
+
/* 650 */
|
|
5133
|
+
/* 768 */
|
|
5134
|
+
/* 1024 */
|
|
5135
|
+
/* 1010 */
|
|
5136
|
+
/* 1200 */
|
|
5137
|
+
/* 511 */
|
|
5138
|
+
/* 1023 */
|
|
5139
|
+
/* Zindex */
|
|
5140
|
+
.DonatesTeaser-module_root__3rtaJ {
|
|
5149
5141
|
position: relative;
|
|
5150
|
-
}
|
|
5151
|
-
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
5152
|
-
position: absolute;
|
|
5153
|
-
right: 1px;
|
|
5154
|
-
bottom: 0;
|
|
5155
|
-
left: 1px;
|
|
5156
5142
|
z-index: 10;
|
|
5157
5143
|
|
|
5158
|
-
|
|
5144
|
+
display: block;
|
|
5159
5145
|
|
|
5160
|
-
|
|
5146
|
+
margin: calc(15rem / 16) -20px;
|
|
5147
|
+
padding: 42px 20px 50px;
|
|
5148
|
+
overflow: hidden;
|
|
5149
|
+
|
|
5150
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
5151
|
+
|
|
5152
|
+
text-decoration: none;
|
|
5153
|
+
|
|
5154
|
+
background-color: #f66861;
|
|
5155
|
+
|
|
5156
|
+
outline-width: 0
|
|
5161
5157
|
}
|
|
5162
5158
|
@media only screen and (min-width: 32em) {
|
|
5163
|
-
.
|
|
5164
|
-
|
|
5159
|
+
.DonatesTeaser-module_root__3rtaJ {
|
|
5160
|
+
margin: 25px 0 20px;
|
|
5161
|
+
padding: 48px 30px;
|
|
5162
|
+
|
|
5163
|
+
border-radius: 8px
|
|
5165
5164
|
}
|
|
5166
5165
|
}
|
|
5167
|
-
.
|
|
5166
|
+
.DonatesTeaser-module_root__3rtaJ:hover .DonatesTeaser-module_ctaInner__2LChL::after {
|
|
5167
|
+
opacity: 0.7;
|
|
5168
|
+
}
|
|
5169
|
+
.DonatesTeaser-module_main__YBt6p {
|
|
5170
|
+
max-width: 852px;
|
|
5171
|
+
margin: 0 auto;
|
|
5172
|
+
|
|
5168
5173
|
color: #fff;
|
|
5174
|
+
text-align: center;
|
|
5169
5175
|
|
|
5170
|
-
|
|
5176
|
+
transform: translateZ(0);
|
|
5177
|
+
}
|
|
5178
|
+
.DonatesTeaser-module_title__hs-yr {
|
|
5179
|
+
font-weight: 700;
|
|
5180
|
+
font-size: 20px;
|
|
5181
|
+
line-height: 25px
|
|
5171
5182
|
}
|
|
5172
5183
|
@media only screen and (min-width: 32em) {
|
|
5173
|
-
.
|
|
5174
|
-
|
|
5184
|
+
.DonatesTeaser-module_title__hs-yr {
|
|
5185
|
+
font-size: 28px;
|
|
5186
|
+
line-height: 34px
|
|
5175
5187
|
}
|
|
5176
5188
|
}
|
|
5177
|
-
.
|
|
5178
|
-
|
|
5179
|
-
}
|
|
5180
|
-
@media only screen and (min-width: 32em) {
|
|
5181
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
5182
|
-
position: absolute;
|
|
5183
|
-
right: 0;
|
|
5184
|
-
bottom: 0;
|
|
5185
|
-
left: 0;
|
|
5186
|
-
z-index: 10;
|
|
5189
|
+
.DonatesTeaser-module_text__ro-QA {
|
|
5190
|
+
margin: 0;
|
|
5187
5191
|
|
|
5188
|
-
|
|
5192
|
+
font-weight: normal;
|
|
5193
|
+
font-size: 21px;
|
|
5194
|
+
|
|
5195
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
5196
|
+
line-height: 25px
|
|
5189
5197
|
}
|
|
5190
|
-
}
|
|
5191
5198
|
@media only screen and (min-width: 32em) {
|
|
5192
|
-
.
|
|
5193
|
-
|
|
5194
|
-
|
|
5195
|
-
content: ''
|
|
5199
|
+
.DonatesTeaser-module_text__ro-QA {
|
|
5200
|
+
font-size: 29px;
|
|
5201
|
+
line-height: 34px
|
|
5196
5202
|
}
|
|
5197
5203
|
}
|
|
5198
|
-
.
|
|
5199
|
-
|
|
5204
|
+
.DonatesTeaser-module_cta__1orPb {
|
|
5205
|
+
display: -webkit-box;
|
|
5206
|
+
display: -webkit-flex;
|
|
5207
|
+
display: -ms-flexbox;
|
|
5208
|
+
display: flex;
|
|
5209
|
+
flex-flow: column nowrap;
|
|
5210
|
+
align-items: center;
|
|
5211
|
+
justify-content: center;
|
|
5200
5212
|
|
|
5201
|
-
|
|
5213
|
+
margin-top: 45px
|
|
5202
5214
|
}
|
|
5203
5215
|
@media only screen and (min-width: 32em) {
|
|
5204
|
-
.
|
|
5205
|
-
|
|
5206
|
-
top: 0;
|
|
5207
|
-
bottom: 0
|
|
5216
|
+
.DonatesTeaser-module_cta__1orPb {
|
|
5217
|
+
margin-top: 40px
|
|
5208
5218
|
}
|
|
5209
5219
|
}
|
|
5210
|
-
.
|
|
5220
|
+
.DonatesTeaser-module_cta__1orPb a {
|
|
5211
5221
|
display: block;
|
|
5212
5222
|
|
|
5213
|
-
|
|
5223
|
+
color: rgba(246, 104, 97, 1);
|
|
5224
|
+
font-weight: 600;
|
|
5214
5225
|
|
|
5215
|
-
|
|
5216
|
-
|
|
5217
|
-
|
|
5218
|
-
|
|
5219
|
-
|
|
5226
|
+
font-size: 11px;
|
|
5227
|
+
line-height: 16px;
|
|
5228
|
+
letter-spacing: 1px;
|
|
5229
|
+
|
|
5230
|
+
text-align: center;
|
|
5231
|
+
text-transform: uppercase;
|
|
5232
|
+
text-decoration: none;
|
|
5220
5233
|
}
|
|
5221
|
-
|
|
5222
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
5234
|
+
.DonatesTeaser-module_cta__1orPb a::after {
|
|
5223
5235
|
position: absolute;
|
|
5224
|
-
top:
|
|
5225
|
-
|
|
5226
|
-
|
|
5227
|
-
|
|
5228
|
-
|
|
5236
|
+
top: 0;
|
|
5237
|
+
right: 0;
|
|
5238
|
+
bottom: 0;
|
|
5239
|
+
left: 0;
|
|
5240
|
+
z-index: 1;
|
|
5229
5241
|
|
|
5230
|
-
|
|
5242
|
+
content: '';
|
|
5231
5243
|
}
|
|
5232
|
-
|
|
5233
|
-
|
|
5234
|
-
top: 25%;
|
|
5244
|
+
.DonatesTeaser-module_ctaInner__2LChL {
|
|
5245
|
+
position: relative;
|
|
5235
5246
|
|
|
5236
|
-
|
|
5247
|
+
display: block;
|
|
5248
|
+
|
|
5249
|
+
width: 192px;
|
|
5250
|
+
padding: 14px 0 13px;
|
|
5237
5251
|
}
|
|
5238
|
-
|
|
5239
|
-
.RelatedRichBlock-module_tag__3OLyG {
|
|
5252
|
+
.DonatesTeaser-module_ctaInner__2LChL::after {
|
|
5240
5253
|
position: absolute;
|
|
5241
|
-
top:
|
|
5242
|
-
right:
|
|
5243
|
-
|
|
5244
|
-
|
|
5254
|
+
top: 0;
|
|
5255
|
+
right: 0;
|
|
5256
|
+
bottom: 0;
|
|
5257
|
+
left: 0;
|
|
5258
|
+
z-index: -1;
|
|
5245
5259
|
|
|
5246
|
-
color:
|
|
5260
|
+
background-color: #eafe0b;
|
|
5247
5261
|
|
|
5248
|
-
|
|
5249
|
-
|
|
5250
|
-
|
|
5251
|
-
|
|
5252
|
-
|
|
5253
|
-
|
|
5254
|
-
|
|
5255
|
-
}
|
|
5256
|
-
}
|
|
5257
|
-
.RelatedRichBlock-module_center__197sx {
|
|
5258
|
-
width: 100%;
|
|
5259
|
-
max-width: 650px;
|
|
5260
|
-
margin-right: auto;
|
|
5261
|
-
margin-left: auto;
|
|
5262
|
-
}
|
|
5263
|
-
/* Themes */
|
|
5264
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
|
|
5265
|
-
color: #000;
|
|
5266
|
-
}
|
|
5267
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
|
|
5268
|
-
color: rgba(0, 0, 0, 0.7);
|
|
5269
|
-
}
|
|
5270
|
-
@media only screen and (min-width: 32em) {
|
|
5271
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_light__2mUxL {
|
|
5272
|
-
color: #fff;
|
|
5273
|
-
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
|
|
5262
|
+
border-radius: 40px;
|
|
5263
|
+
|
|
5264
|
+
filter: blur(10px);
|
|
5265
|
+
|
|
5266
|
+
transition: opacity 250ms ease;
|
|
5267
|
+
|
|
5268
|
+
content: '';
|
|
5274
5269
|
}
|
|
5275
|
-
}
|
|
5276
|
-
/* Display */
|
|
5277
5270
|
@media only screen and (min-width: 32em) {
|
|
5278
|
-
.
|
|
5279
|
-
|
|
5271
|
+
.DonatesTeaser-module_center__2Ynx9 {
|
|
5272
|
+
width: 100%;
|
|
5273
|
+
max-width: 650px;
|
|
5274
|
+
margin-right: auto;
|
|
5275
|
+
margin-left: auto
|
|
5280
5276
|
}
|
|
5281
5277
|
}
|
|
5282
|
-
.
|
|
5283
|
-
|
|
5278
|
+
.DonatesTeaser-module_isInCard__HrFh8,
|
|
5279
|
+
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
5280
|
+
margin-right: -11px;
|
|
5281
|
+
margin-left: -11px
|
|
5284
5282
|
}
|
|
5285
5283
|
@media only screen and (min-width: 32em) {
|
|
5286
|
-
.
|
|
5287
|
-
|
|
5284
|
+
.DonatesTeaser-module_isInCard__HrFh8,
|
|
5285
|
+
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
5286
|
+
margin-right: 0;
|
|
5287
|
+
margin-left: 0
|
|
5288
5288
|
}
|
|
5289
5289
|
}
|
|
5290
5290
|
|