@meduza/ui-kit-2 0.1.29 → 0.1.31
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 +3 -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 +3 -3
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +585 -585
- package/package.json +1 -1
- package/src/RelatedRichBlock/index.tsx +6 -4
package/dist/ui-kit.css
CHANGED
|
@@ -628,6 +628,90 @@
|
|
|
628
628
|
box-shadow: inset 0 0 0 1px #323232;
|
|
629
629
|
}
|
|
630
630
|
|
|
631
|
+
/* Colors */
|
|
632
|
+
/* Fonts */
|
|
633
|
+
/* Gap */
|
|
634
|
+
/* Media */
|
|
635
|
+
/* 512 */
|
|
636
|
+
/* 650 */
|
|
637
|
+
/* 768 */
|
|
638
|
+
/* 1024 */
|
|
639
|
+
/* 1010 */
|
|
640
|
+
/* 1200 */
|
|
641
|
+
/* 511 */
|
|
642
|
+
/* 1023 */
|
|
643
|
+
/* Zindex */
|
|
644
|
+
.Image-module_root__1vsA_ {
|
|
645
|
+
position: relative;
|
|
646
|
+
z-index: 1;
|
|
647
|
+
|
|
648
|
+
display: block;
|
|
649
|
+
overflow: hidden
|
|
650
|
+
}
|
|
651
|
+
@media only screen and (min-device-width: 32em) {
|
|
652
|
+
.Image-module_root__1vsA_ {
|
|
653
|
+
border-radius: inherit
|
|
654
|
+
}
|
|
655
|
+
}
|
|
656
|
+
.Image-module_placeholder__1p4ob,
|
|
657
|
+
.Image-module_root__1vsA_ img {
|
|
658
|
+
position: absolute;
|
|
659
|
+
top: 0;
|
|
660
|
+
left: 0;
|
|
661
|
+
|
|
662
|
+
width: 100%;
|
|
663
|
+
height: 100%;
|
|
664
|
+
}
|
|
665
|
+
.Image-module_wrapper__3fLjs {
|
|
666
|
+
display: block;
|
|
667
|
+
|
|
668
|
+
width: 100%;
|
|
669
|
+
|
|
670
|
+
background-repeat: no-repeat;
|
|
671
|
+
background-size: 100% auto;
|
|
672
|
+
}
|
|
673
|
+
.Image-module_placeholder__1p4ob {
|
|
674
|
+
transition: background-color 250ms ease;
|
|
675
|
+
|
|
676
|
+
background-color: #f2f2f2;
|
|
677
|
+
}
|
|
678
|
+
.Image-module_loaded__w9FVT {
|
|
679
|
+
background: transparent;
|
|
680
|
+
}
|
|
681
|
+
.Image-module_fullscreen__29apx picture {
|
|
682
|
+
cursor: pointer;
|
|
683
|
+
}
|
|
684
|
+
.Image-module_fullscreen__29apx picture:hover::after {
|
|
685
|
+
opacity: 1;
|
|
686
|
+
}
|
|
687
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
688
|
+
position: absolute;
|
|
689
|
+
right: 12px;
|
|
690
|
+
bottom: 12px;
|
|
691
|
+
|
|
692
|
+
width: 40px;
|
|
693
|
+
height: 40px;
|
|
694
|
+
|
|
695
|
+
transition: opacity 250ms ease;
|
|
696
|
+
pointer-events: none;
|
|
697
|
+
|
|
698
|
+
opacity: 0;
|
|
699
|
+
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
700
|
+
border-radius: 20px;
|
|
701
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
702
|
+
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");
|
|
703
|
+
background-repeat: no-repeat;
|
|
704
|
+
background-position: center
|
|
705
|
+
}
|
|
706
|
+
@media only screen and (min-device-width: 64em) {
|
|
707
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
708
|
+
content: ''
|
|
709
|
+
}
|
|
710
|
+
}
|
|
711
|
+
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
712
|
+
outline: none;
|
|
713
|
+
}
|
|
714
|
+
|
|
631
715
|
/* Colors */
|
|
632
716
|
/* Fonts */
|
|
633
717
|
/* Gap */
|
|
@@ -767,76 +851,149 @@
|
|
|
767
851
|
/* 511 */
|
|
768
852
|
/* 1023 */
|
|
769
853
|
/* Zindex */
|
|
770
|
-
.
|
|
771
|
-
position: relative;
|
|
772
|
-
z-index: 1;
|
|
773
|
-
|
|
854
|
+
.Lazy-module_root__2Z72l {
|
|
774
855
|
display: block;
|
|
775
|
-
overflow: hidden
|
|
776
856
|
}
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
border-radius: inherit
|
|
857
|
+
.Lazy-module_visible__3-SdX {
|
|
858
|
+
color: red;
|
|
780
859
|
}
|
|
781
|
-
}
|
|
782
|
-
.Image-module_placeholder__1p4ob,
|
|
783
|
-
.Image-module_root__1vsA_ img {
|
|
784
|
-
position: absolute;
|
|
785
|
-
top: 0;
|
|
786
|
-
left: 0;
|
|
787
860
|
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
861
|
+
/* Colors */
|
|
862
|
+
/* Fonts */
|
|
863
|
+
/* Gap */
|
|
864
|
+
/* Media */
|
|
865
|
+
/* 512 */
|
|
866
|
+
/* 650 */
|
|
867
|
+
/* 768 */
|
|
868
|
+
/* 1024 */
|
|
869
|
+
/* 1010 */
|
|
870
|
+
/* 1200 */
|
|
871
|
+
/* 511 */
|
|
872
|
+
/* 1023 */
|
|
873
|
+
/* Zindex */
|
|
874
|
+
.Tag-module_root__3IqWC {
|
|
875
|
+
display: inline-block;
|
|
793
876
|
|
|
794
|
-
|
|
877
|
+
cursor: default;
|
|
878
|
+
-webkit-user-select: none;
|
|
879
|
+
-moz-user-select: none;
|
|
880
|
+
-ms-user-select: none;
|
|
881
|
+
user-select: none;
|
|
882
|
+
vertical-align: middle;
|
|
883
|
+
letter-spacing: 1px;
|
|
884
|
+
text-transform: uppercase;
|
|
795
885
|
|
|
796
|
-
|
|
797
|
-
|
|
886
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
887
|
+
font-size: 12px;
|
|
888
|
+
font-weight: 600;
|
|
889
|
+
line-height: 12px;
|
|
798
890
|
}
|
|
799
|
-
.
|
|
800
|
-
|
|
891
|
+
.Tag-module_small__2IAb7 {
|
|
892
|
+
font-size: 12px;
|
|
893
|
+
line-height: 12px
|
|
894
|
+
}
|
|
895
|
+
@media only screen and (min-device-width: 64em) {
|
|
896
|
+
.Tag-module_small__2IAb7 {
|
|
897
|
+
line-height: 14px
|
|
898
|
+
}
|
|
899
|
+
}
|
|
900
|
+
@media only screen and (min-device-width: 64em) {
|
|
901
|
+
.Tag-module_large__22z_o {
|
|
902
|
+
letter-spacing: 1px;
|
|
801
903
|
|
|
802
|
-
|
|
904
|
+
font-size: 14px;
|
|
905
|
+
line-height: 16px
|
|
803
906
|
}
|
|
804
|
-
|
|
805
|
-
|
|
907
|
+
}
|
|
908
|
+
.Tag-module_dark__sgnt1 {
|
|
909
|
+
color: #000;
|
|
806
910
|
}
|
|
807
|
-
.
|
|
808
|
-
|
|
911
|
+
.Tag-module_light__1zUhp {
|
|
912
|
+
color: #fff;
|
|
809
913
|
}
|
|
810
|
-
.
|
|
811
|
-
|
|
914
|
+
.Tag-module_gold__2ksA7 {
|
|
915
|
+
color: #b88b59;
|
|
812
916
|
}
|
|
813
|
-
.
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
917
|
+
.Tag-module_gray__mGAO_ {
|
|
918
|
+
color: #757575;
|
|
919
|
+
}
|
|
920
|
+
.Tag-module_inherit__2QB5U {
|
|
921
|
+
color: inherit;
|
|
922
|
+
}
|
|
923
|
+
@media only screen and (min-device-width: 64em) {
|
|
924
|
+
.Tag-module_is1to1__3EDbC,
|
|
925
|
+
.Tag-module_is1to2__3xbC6,
|
|
926
|
+
.Tag-module_isInSuperBlock__38JE0 {
|
|
927
|
+
letter-spacing: 1px;
|
|
817
928
|
|
|
818
|
-
|
|
819
|
-
|
|
929
|
+
font-size: 12px;
|
|
930
|
+
line-height: 20px
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
@media only screen and (min-device-width: 64em) {
|
|
934
|
+
.Tag-module_is1to3__3j5K-,
|
|
935
|
+
.Tag-module_is1to4__2vq4r {
|
|
936
|
+
letter-spacing: 0.5px;
|
|
820
937
|
|
|
821
|
-
|
|
822
|
-
|
|
938
|
+
font-size: 10px;
|
|
939
|
+
line-height: 15px
|
|
940
|
+
}
|
|
941
|
+
}
|
|
942
|
+
@media only screen and (min-device-width: 32em) {
|
|
943
|
+
.Tag-module_slide__2nMDw,
|
|
944
|
+
.Tag-module_game__3j5yG {
|
|
945
|
+
width: 100%;
|
|
823
946
|
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
background-position: center
|
|
947
|
+
text-align: center
|
|
948
|
+
}
|
|
949
|
+
}
|
|
950
|
+
.Tag-module_richRelated__2vbQQ {
|
|
951
|
+
font-size: 12px;
|
|
952
|
+
line-height: 17px
|
|
831
953
|
}
|
|
832
954
|
@media only screen and (min-device-width: 64em) {
|
|
833
|
-
.
|
|
834
|
-
|
|
955
|
+
.Tag-module_richRelated__2vbQQ {
|
|
956
|
+
font-size: 14px;
|
|
957
|
+
line-height: 20px
|
|
835
958
|
}
|
|
836
959
|
}
|
|
837
|
-
|
|
838
|
-
|
|
960
|
+
.Tag-module_slide__2nMDw,
|
|
961
|
+
.Tag-module_game__3j5yG,
|
|
962
|
+
.Tag-module_card__1EAeF,
|
|
963
|
+
.Tag-module_live__rwXuR,
|
|
964
|
+
.Tag-module_episode__3o6gg,
|
|
965
|
+
.Tag-module_podcast__VPoll,
|
|
966
|
+
.Tag-module_rich__2URd9,
|
|
967
|
+
.Tag-module_isInDynamicBlock__1YM9I {
|
|
968
|
+
margin-bottom: 6px;
|
|
969
|
+
|
|
970
|
+
line-height: 10px
|
|
971
|
+
}
|
|
972
|
+
@media only screen and (min-device-width: 32em) {
|
|
973
|
+
.Tag-module_slide__2nMDw,
|
|
974
|
+
.Tag-module_game__3j5yG,
|
|
975
|
+
.Tag-module_card__1EAeF,
|
|
976
|
+
.Tag-module_live__rwXuR,
|
|
977
|
+
.Tag-module_episode__3o6gg,
|
|
978
|
+
.Tag-module_podcast__VPoll,
|
|
979
|
+
.Tag-module_rich__2URd9,
|
|
980
|
+
.Tag-module_isInDynamicBlock__1YM9I {
|
|
981
|
+
margin-bottom: 10px
|
|
982
|
+
}
|
|
983
|
+
}
|
|
984
|
+
@media only screen and (min-device-width: 32em) {
|
|
985
|
+
.Tag-module_mobile__QQxuv {
|
|
986
|
+
display: none
|
|
987
|
+
}
|
|
988
|
+
}
|
|
989
|
+
.Tag-module_desktop__1Bjsy {
|
|
990
|
+
display: none
|
|
839
991
|
}
|
|
992
|
+
@media only screen and (min-device-width: 32em) {
|
|
993
|
+
.Tag-module_desktop__1Bjsy {
|
|
994
|
+
display: block
|
|
995
|
+
}
|
|
996
|
+
}
|
|
840
997
|
|
|
841
998
|
/* Colors */
|
|
842
999
|
/* Fonts */
|
|
@@ -1044,254 +1201,97 @@
|
|
|
1044
1201
|
width: 15px;
|
|
1045
1202
|
|
|
1046
1203
|
content: '';
|
|
1047
|
-
|
|
1048
|
-
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.04)), to(rgb(0, 0, 0, 0)));
|
|
1049
|
-
|
|
1050
|
-
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%);
|
|
1051
|
-
|
|
1052
|
-
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%)
|
|
1053
|
-
}
|
|
1054
|
-
@media only screen and (min-device-width: 32em) {
|
|
1055
|
-
.Table-module_fixedColumn__E1hN5::after {
|
|
1056
|
-
content: none
|
|
1057
|
-
}
|
|
1058
|
-
}
|
|
1059
|
-
.Table-module_white__gzvo0 {
|
|
1060
|
-
background-color: #fff;
|
|
1061
|
-
}
|
|
1062
|
-
.Table-module_gray__3da6S {
|
|
1063
|
-
background-color: #F5F5F5;
|
|
1064
|
-
}
|
|
1065
|
-
.Table-module_pink__3oH1l {
|
|
1066
|
-
background-color: #FEEEEE;
|
|
1067
|
-
}
|
|
1068
|
-
.Table-module_blue__GM27F {
|
|
1069
|
-
background-color: #E6F3FF;
|
|
1070
|
-
}
|
|
1071
|
-
.Table-module_yellow__2jhvA {
|
|
1072
|
-
background-color: #FFFDE6;
|
|
1073
|
-
}
|
|
1074
|
-
.Table-module_orange__1c-oM {
|
|
1075
|
-
background-color: #FFF9F2;
|
|
1076
|
-
}
|
|
1077
|
-
.Table-module_green__13OIM {
|
|
1078
|
-
background-color: #E7F2EF;
|
|
1079
|
-
}
|
|
1080
|
-
.Table-module_violet__2W-kO {
|
|
1081
|
-
background-color: #F4F0F8;
|
|
1082
|
-
}
|
|
1083
|
-
.Table-module_header__1exlo {
|
|
1084
|
-
max-width: 340px;
|
|
1085
|
-
padding: 9px 6px;
|
|
1086
|
-
|
|
1087
|
-
vertical-align: top;
|
|
1088
|
-
letter-spacing: 0.5px;
|
|
1089
|
-
text-transform: uppercase;
|
|
1090
|
-
|
|
1091
|
-
border-right: 1px solid rgba(232, 232, 232, 1);
|
|
1092
|
-
border-bottom: 1px solid rgba(232, 232, 232, 1);
|
|
1093
|
-
|
|
1094
|
-
font-size: 10px;
|
|
1095
|
-
font-weight: 600;
|
|
1096
|
-
line-height: 16px
|
|
1097
|
-
}
|
|
1098
|
-
@media only screen and (min-device-width: 32em) {
|
|
1099
|
-
.Table-module_header__1exlo {
|
|
1100
|
-
max-width: none;
|
|
1101
|
-
padding: 9px 12px;
|
|
1102
|
-
|
|
1103
|
-
line-height: 11px
|
|
1104
|
-
}
|
|
1105
|
-
}
|
|
1106
|
-
.Table-module_s__Vl_Eg {
|
|
1107
|
-
min-width: 120px
|
|
1108
|
-
}
|
|
1109
|
-
@media only screen and (min-device-width: 32em) {
|
|
1110
|
-
.Table-module_s__Vl_Eg {
|
|
1111
|
-
width: 18%;
|
|
1112
|
-
min-width: 0
|
|
1113
|
-
}
|
|
1114
|
-
}
|
|
1115
|
-
.Table-module_m__29G9r {
|
|
1116
|
-
min-width: 200px
|
|
1117
|
-
}
|
|
1118
|
-
@media only screen and (min-device-width: 32em) {
|
|
1119
|
-
.Table-module_m__29G9r {
|
|
1120
|
-
width: 30%;
|
|
1121
|
-
min-width: 0
|
|
1122
|
-
}
|
|
1123
|
-
|
|
1124
|
-
}
|
|
1125
|
-
.Table-module_l__1ZSMc {
|
|
1126
|
-
min-width: 336px
|
|
1127
|
-
}
|
|
1128
|
-
@media only screen and (min-device-width: 32em) {
|
|
1129
|
-
.Table-module_l__1ZSMc {
|
|
1130
|
-
width: 50%;
|
|
1131
|
-
min-width: 0
|
|
1132
|
-
}
|
|
1133
|
-
}
|
|
1134
|
-
.Table-module_xs__au2Oe {
|
|
1135
|
-
width: 50px;
|
|
1136
|
-
min-width: 50px;
|
|
1137
|
-
}
|
|
1138
|
-
|
|
1139
|
-
/* Colors */
|
|
1140
|
-
/* Fonts */
|
|
1141
|
-
/* Gap */
|
|
1142
|
-
/* Media */
|
|
1143
|
-
/* 512 */
|
|
1144
|
-
/* 650 */
|
|
1145
|
-
/* 768 */
|
|
1146
|
-
/* 1024 */
|
|
1147
|
-
/* 1010 */
|
|
1148
|
-
/* 1200 */
|
|
1149
|
-
/* 511 */
|
|
1150
|
-
/* 1023 */
|
|
1151
|
-
/* Zindex */
|
|
1152
|
-
.Lazy-module_root__2Z72l {
|
|
1153
|
-
display: block;
|
|
1154
|
-
}
|
|
1155
|
-
.Lazy-module_visible__3-SdX {
|
|
1156
|
-
color: red;
|
|
1157
|
-
}
|
|
1158
|
-
|
|
1159
|
-
/* Colors */
|
|
1160
|
-
/* Fonts */
|
|
1161
|
-
/* Gap */
|
|
1162
|
-
/* Media */
|
|
1163
|
-
/* 512 */
|
|
1164
|
-
/* 650 */
|
|
1165
|
-
/* 768 */
|
|
1166
|
-
/* 1024 */
|
|
1167
|
-
/* 1010 */
|
|
1168
|
-
/* 1200 */
|
|
1169
|
-
/* 511 */
|
|
1170
|
-
/* 1023 */
|
|
1171
|
-
/* Zindex */
|
|
1172
|
-
.Tag-module_root__3IqWC {
|
|
1173
|
-
display: inline-block;
|
|
1174
|
-
|
|
1175
|
-
cursor: default;
|
|
1176
|
-
-webkit-user-select: none;
|
|
1177
|
-
-moz-user-select: none;
|
|
1178
|
-
-ms-user-select: none;
|
|
1179
|
-
user-select: none;
|
|
1180
|
-
vertical-align: middle;
|
|
1181
|
-
letter-spacing: 1px;
|
|
1182
|
-
text-transform: uppercase;
|
|
1183
|
-
|
|
1184
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1185
|
-
font-size: 12px;
|
|
1186
|
-
font-weight: 600;
|
|
1187
|
-
line-height: 12px;
|
|
1188
|
-
}
|
|
1189
|
-
.Tag-module_small__2IAb7 {
|
|
1190
|
-
font-size: 12px;
|
|
1191
|
-
line-height: 12px
|
|
1204
|
+
|
|
1205
|
+
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.04)), to(rgb(0, 0, 0, 0)));
|
|
1206
|
+
|
|
1207
|
+
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%);
|
|
1208
|
+
|
|
1209
|
+
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%)
|
|
1192
1210
|
}
|
|
1193
|
-
@media only screen and (min-device-width:
|
|
1194
|
-
.
|
|
1195
|
-
|
|
1211
|
+
@media only screen and (min-device-width: 32em) {
|
|
1212
|
+
.Table-module_fixedColumn__E1hN5::after {
|
|
1213
|
+
content: none
|
|
1196
1214
|
}
|
|
1197
1215
|
}
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
letter-spacing: 1px;
|
|
1201
|
-
|
|
1202
|
-
font-size: 14px;
|
|
1203
|
-
line-height: 16px
|
|
1216
|
+
.Table-module_white__gzvo0 {
|
|
1217
|
+
background-color: #fff;
|
|
1204
1218
|
}
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
color: #000;
|
|
1219
|
+
.Table-module_gray__3da6S {
|
|
1220
|
+
background-color: #F5F5F5;
|
|
1208
1221
|
}
|
|
1209
|
-
.
|
|
1210
|
-
color: #
|
|
1222
|
+
.Table-module_pink__3oH1l {
|
|
1223
|
+
background-color: #FEEEEE;
|
|
1211
1224
|
}
|
|
1212
|
-
.
|
|
1213
|
-
color: #
|
|
1225
|
+
.Table-module_blue__GM27F {
|
|
1226
|
+
background-color: #E6F3FF;
|
|
1214
1227
|
}
|
|
1215
|
-
.
|
|
1216
|
-
color: #
|
|
1228
|
+
.Table-module_yellow__2jhvA {
|
|
1229
|
+
background-color: #FFFDE6;
|
|
1217
1230
|
}
|
|
1218
|
-
.
|
|
1219
|
-
color:
|
|
1231
|
+
.Table-module_orange__1c-oM {
|
|
1232
|
+
background-color: #FFF9F2;
|
|
1220
1233
|
}
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
.Tag-module_is1to2__3xbC6,
|
|
1224
|
-
.Tag-module_isInSuperBlock__38JE0 {
|
|
1225
|
-
letter-spacing: 1px;
|
|
1226
|
-
|
|
1227
|
-
font-size: 12px;
|
|
1228
|
-
line-height: 20px
|
|
1234
|
+
.Table-module_green__13OIM {
|
|
1235
|
+
background-color: #E7F2EF;
|
|
1229
1236
|
}
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
.
|
|
1234
|
-
|
|
1237
|
+
.Table-module_violet__2W-kO {
|
|
1238
|
+
background-color: #F4F0F8;
|
|
1239
|
+
}
|
|
1240
|
+
.Table-module_header__1exlo {
|
|
1241
|
+
max-width: 340px;
|
|
1242
|
+
padding: 9px 6px;
|
|
1235
1243
|
|
|
1236
|
-
|
|
1237
|
-
|
|
1244
|
+
vertical-align: top;
|
|
1245
|
+
letter-spacing: 0.5px;
|
|
1246
|
+
text-transform: uppercase;
|
|
1247
|
+
|
|
1248
|
+
border-right: 1px solid rgba(232, 232, 232, 1);
|
|
1249
|
+
border-bottom: 1px solid rgba(232, 232, 232, 1);
|
|
1250
|
+
|
|
1251
|
+
font-size: 10px;
|
|
1252
|
+
font-weight: 600;
|
|
1253
|
+
line-height: 16px
|
|
1238
1254
|
}
|
|
1239
|
-
}
|
|
1240
1255
|
@media only screen and (min-device-width: 32em) {
|
|
1241
|
-
.
|
|
1242
|
-
|
|
1243
|
-
|
|
1256
|
+
.Table-module_header__1exlo {
|
|
1257
|
+
max-width: none;
|
|
1258
|
+
padding: 9px 12px;
|
|
1244
1259
|
|
|
1245
|
-
|
|
1246
|
-
}
|
|
1247
|
-
}
|
|
1248
|
-
.Tag-module_richRelated__2vbQQ {
|
|
1249
|
-
font-size: 12px;
|
|
1250
|
-
line-height: 17px
|
|
1251
|
-
}
|
|
1252
|
-
@media only screen and (min-device-width: 64em) {
|
|
1253
|
-
.Tag-module_richRelated__2vbQQ {
|
|
1254
|
-
font-size: 14px;
|
|
1255
|
-
line-height: 20px
|
|
1260
|
+
line-height: 11px
|
|
1256
1261
|
}
|
|
1257
1262
|
}
|
|
1258
|
-
.
|
|
1259
|
-
|
|
1260
|
-
.Tag-module_card__1EAeF,
|
|
1261
|
-
.Tag-module_live__rwXuR,
|
|
1262
|
-
.Tag-module_episode__3o6gg,
|
|
1263
|
-
.Tag-module_podcast__VPoll,
|
|
1264
|
-
.Tag-module_rich__2URd9,
|
|
1265
|
-
.Tag-module_isInDynamicBlock__1YM9I {
|
|
1266
|
-
margin-bottom: 6px;
|
|
1267
|
-
|
|
1268
|
-
line-height: 10px
|
|
1263
|
+
.Table-module_s__Vl_Eg {
|
|
1264
|
+
min-width: 120px
|
|
1269
1265
|
}
|
|
1270
1266
|
@media only screen and (min-device-width: 32em) {
|
|
1271
|
-
.
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
.Tag-module_live__rwXuR,
|
|
1275
|
-
.Tag-module_episode__3o6gg,
|
|
1276
|
-
.Tag-module_podcast__VPoll,
|
|
1277
|
-
.Tag-module_rich__2URd9,
|
|
1278
|
-
.Tag-module_isInDynamicBlock__1YM9I {
|
|
1279
|
-
margin-bottom: 10px
|
|
1267
|
+
.Table-module_s__Vl_Eg {
|
|
1268
|
+
width: 18%;
|
|
1269
|
+
min-width: 0
|
|
1280
1270
|
}
|
|
1281
1271
|
}
|
|
1272
|
+
.Table-module_m__29G9r {
|
|
1273
|
+
min-width: 200px
|
|
1274
|
+
}
|
|
1282
1275
|
@media only screen and (min-device-width: 32em) {
|
|
1283
|
-
.
|
|
1284
|
-
|
|
1276
|
+
.Table-module_m__29G9r {
|
|
1277
|
+
width: 30%;
|
|
1278
|
+
min-width: 0
|
|
1285
1279
|
}
|
|
1280
|
+
|
|
1286
1281
|
}
|
|
1287
|
-
.
|
|
1288
|
-
|
|
1282
|
+
.Table-module_l__1ZSMc {
|
|
1283
|
+
min-width: 336px
|
|
1289
1284
|
}
|
|
1290
1285
|
@media only screen and (min-device-width: 32em) {
|
|
1291
|
-
.
|
|
1292
|
-
|
|
1286
|
+
.Table-module_l__1ZSMc {
|
|
1287
|
+
width: 50%;
|
|
1288
|
+
min-width: 0
|
|
1293
1289
|
}
|
|
1294
1290
|
}
|
|
1291
|
+
.Table-module_xs__au2Oe {
|
|
1292
|
+
width: 50px;
|
|
1293
|
+
min-width: 50px;
|
|
1294
|
+
}
|
|
1295
1295
|
|
|
1296
1296
|
/* Colors */
|
|
1297
1297
|
/* Fonts */
|
|
@@ -1579,6 +1579,50 @@
|
|
|
1579
1579
|
display: none;
|
|
1580
1580
|
}
|
|
1581
1581
|
|
|
1582
|
+
/* Colors */
|
|
1583
|
+
/* Fonts */
|
|
1584
|
+
/* Gap */
|
|
1585
|
+
/* Media */
|
|
1586
|
+
/* 512 */
|
|
1587
|
+
/* 650 */
|
|
1588
|
+
/* 768 */
|
|
1589
|
+
/* 1024 */
|
|
1590
|
+
/* 1010 */
|
|
1591
|
+
/* 1200 */
|
|
1592
|
+
/* 511 */
|
|
1593
|
+
/* 1023 */
|
|
1594
|
+
/* Zindex */
|
|
1595
|
+
.MaterialTitle-module_root__18ku- {
|
|
1596
|
+
display: block;
|
|
1597
|
+
}
|
|
1598
|
+
.MaterialTitle-module_root__18ku- {
|
|
1599
|
+
margin: 0;
|
|
1600
|
+
|
|
1601
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1602
|
+
font-size: 25px;
|
|
1603
|
+
font-weight: normal;
|
|
1604
|
+
line-height: 27px
|
|
1605
|
+
}
|
|
1606
|
+
@media only screen and (min-device-width: 48em) {
|
|
1607
|
+
.MaterialTitle-module_root__18ku- {
|
|
1608
|
+
font-size: 37px;
|
|
1609
|
+
line-height: 38px
|
|
1610
|
+
}
|
|
1611
|
+
}
|
|
1612
|
+
.MaterialTitle-module_primary__2Sfmx {
|
|
1613
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1614
|
+
font-weight: normal;
|
|
1615
|
+
}
|
|
1616
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1617
|
+
font-size: 24px;
|
|
1618
|
+
font-weight: 700
|
|
1619
|
+
}
|
|
1620
|
+
@media only screen and (min-device-width: 48em) {
|
|
1621
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1622
|
+
font-size: 36px
|
|
1623
|
+
}
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1582
1626
|
/* Colors */
|
|
1583
1627
|
/* Fonts */
|
|
1584
1628
|
/* Gap */
|
|
@@ -1667,50 +1711,6 @@
|
|
|
1667
1711
|
content: '';
|
|
1668
1712
|
}
|
|
1669
1713
|
|
|
1670
|
-
/* Colors */
|
|
1671
|
-
/* Fonts */
|
|
1672
|
-
/* Gap */
|
|
1673
|
-
/* Media */
|
|
1674
|
-
/* 512 */
|
|
1675
|
-
/* 650 */
|
|
1676
|
-
/* 768 */
|
|
1677
|
-
/* 1024 */
|
|
1678
|
-
/* 1010 */
|
|
1679
|
-
/* 1200 */
|
|
1680
|
-
/* 511 */
|
|
1681
|
-
/* 1023 */
|
|
1682
|
-
/* Zindex */
|
|
1683
|
-
.MaterialTitle-module_root__18ku- {
|
|
1684
|
-
display: block;
|
|
1685
|
-
}
|
|
1686
|
-
.MaterialTitle-module_root__18ku- {
|
|
1687
|
-
margin: 0;
|
|
1688
|
-
|
|
1689
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1690
|
-
font-size: 25px;
|
|
1691
|
-
font-weight: normal;
|
|
1692
|
-
line-height: 27px
|
|
1693
|
-
}
|
|
1694
|
-
@media only screen and (min-device-width: 48em) {
|
|
1695
|
-
.MaterialTitle-module_root__18ku- {
|
|
1696
|
-
font-size: 37px;
|
|
1697
|
-
line-height: 38px
|
|
1698
|
-
}
|
|
1699
|
-
}
|
|
1700
|
-
.MaterialTitle-module_primary__2Sfmx {
|
|
1701
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1702
|
-
font-weight: normal;
|
|
1703
|
-
}
|
|
1704
|
-
.MaterialTitle-module_secondary__3uDp4 {
|
|
1705
|
-
font-size: 24px;
|
|
1706
|
-
font-weight: 700
|
|
1707
|
-
}
|
|
1708
|
-
@media only screen and (min-device-width: 48em) {
|
|
1709
|
-
.MaterialTitle-module_secondary__3uDp4 {
|
|
1710
|
-
font-size: 36px
|
|
1711
|
-
}
|
|
1712
|
-
}
|
|
1713
|
-
|
|
1714
1714
|
/* Colors */
|
|
1715
1715
|
/* Fonts */
|
|
1716
1716
|
/* Gap */
|
|
@@ -2053,34 +2053,16 @@
|
|
|
2053
2053
|
opacity: 1;
|
|
2054
2054
|
}
|
|
2055
2055
|
100% {
|
|
2056
|
-
opacity: 0;
|
|
2057
|
-
}
|
|
2058
|
-
}
|
|
2059
|
-
@keyframes Popover-module_fadeOut__3EZhx {
|
|
2060
|
-
0% {
|
|
2061
|
-
opacity: 1;
|
|
2062
|
-
}
|
|
2063
|
-
100% {
|
|
2064
|
-
opacity: 0;
|
|
2065
|
-
}
|
|
2066
|
-
}
|
|
2067
|
-
|
|
2068
|
-
/* Colors */
|
|
2069
|
-
/* Fonts */
|
|
2070
|
-
/* Gap */
|
|
2071
|
-
/* Media */
|
|
2072
|
-
/* 512 */
|
|
2073
|
-
/* 650 */
|
|
2074
|
-
/* 768 */
|
|
2075
|
-
/* 1024 */
|
|
2076
|
-
/* 1010 */
|
|
2077
|
-
/* 1200 */
|
|
2078
|
-
/* 511 */
|
|
2079
|
-
/* 1023 */
|
|
2080
|
-
/* Zindex */
|
|
2081
|
-
.Timestamp-module_root__coOvT {
|
|
2082
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2083
|
-
font-weight: normal;
|
|
2056
|
+
opacity: 0;
|
|
2057
|
+
}
|
|
2058
|
+
}
|
|
2059
|
+
@keyframes Popover-module_fadeOut__3EZhx {
|
|
2060
|
+
0% {
|
|
2061
|
+
opacity: 1;
|
|
2062
|
+
}
|
|
2063
|
+
100% {
|
|
2064
|
+
opacity: 0;
|
|
2065
|
+
}
|
|
2084
2066
|
}
|
|
2085
2067
|
|
|
2086
2068
|
/* Colors */
|
|
@@ -2200,6 +2182,24 @@
|
|
|
2200
2182
|
}
|
|
2201
2183
|
}
|
|
2202
2184
|
|
|
2185
|
+
/* Colors */
|
|
2186
|
+
/* Fonts */
|
|
2187
|
+
/* Gap */
|
|
2188
|
+
/* Media */
|
|
2189
|
+
/* 512 */
|
|
2190
|
+
/* 650 */
|
|
2191
|
+
/* 768 */
|
|
2192
|
+
/* 1024 */
|
|
2193
|
+
/* 1010 */
|
|
2194
|
+
/* 1200 */
|
|
2195
|
+
/* 511 */
|
|
2196
|
+
/* 1023 */
|
|
2197
|
+
/* Zindex */
|
|
2198
|
+
.Timestamp-module_root__coOvT {
|
|
2199
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2200
|
+
font-weight: normal;
|
|
2201
|
+
}
|
|
2202
|
+
|
|
2203
2203
|
/* Colors */
|
|
2204
2204
|
/* Fonts */
|
|
2205
2205
|
/* Gap */
|
|
@@ -2982,6 +2982,123 @@
|
|
|
2982
2982
|
}
|
|
2983
2983
|
|
|
2984
2984
|
|
|
2985
|
+
/* Colors */
|
|
2986
|
+
/* Fonts */
|
|
2987
|
+
/* Gap */
|
|
2988
|
+
/* Media */
|
|
2989
|
+
/* 512 */
|
|
2990
|
+
/* 650 */
|
|
2991
|
+
/* 768 */
|
|
2992
|
+
/* 1024 */
|
|
2993
|
+
/* 1010 */
|
|
2994
|
+
/* 1200 */
|
|
2995
|
+
/* 511 */
|
|
2996
|
+
/* 1023 */
|
|
2997
|
+
/* Zindex */
|
|
2998
|
+
.RichTitle-module_root__BK_WT {
|
|
2999
|
+
margin: 0 0 18px;
|
|
3000
|
+
|
|
3001
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3002
|
+
font-size: 19px;
|
|
3003
|
+
font-weight: 700;
|
|
3004
|
+
line-height: 23px
|
|
3005
|
+
}
|
|
3006
|
+
@media only screen and (min-device-width: 48em) {
|
|
3007
|
+
.RichTitle-module_root__BK_WT {
|
|
3008
|
+
margin-bottom: 15px;
|
|
3009
|
+
|
|
3010
|
+
font-size: 37px;
|
|
3011
|
+
line-height: 42px
|
|
3012
|
+
}
|
|
3013
|
+
}
|
|
3014
|
+
.RichTitle-module_root__BK_WT:last-child {
|
|
3015
|
+
margin-bottom: 0;
|
|
3016
|
+
}
|
|
3017
|
+
.RichTitle-module_root__BK_WT span {
|
|
3018
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3019
|
+
font-size: 20px;
|
|
3020
|
+
font-weight: normal
|
|
3021
|
+
}
|
|
3022
|
+
@media only screen and (min-device-width: 48em) {
|
|
3023
|
+
.RichTitle-module_root__BK_WT span {
|
|
3024
|
+
font-size: 38px
|
|
3025
|
+
}
|
|
3026
|
+
}
|
|
3027
|
+
@media only screen and (min-device-width: 32em) {
|
|
3028
|
+
.RichTitle-module_slide__1A-gB,
|
|
3029
|
+
.RichTitle-module_game__1g8Bn {
|
|
3030
|
+
text-align: center
|
|
3031
|
+
}
|
|
3032
|
+
}
|
|
3033
|
+
@media only screen and (min-device-width: 64em) {
|
|
3034
|
+
.RichTitle-module_half__10GRI {
|
|
3035
|
+
font-size: 33px;
|
|
3036
|
+
line-height: 36px
|
|
3037
|
+
}
|
|
3038
|
+
}
|
|
3039
|
+
@media only screen and (min-device-width: 64em) {
|
|
3040
|
+
.RichTitle-module_half__10GRI span {
|
|
3041
|
+
font-size: 34px
|
|
3042
|
+
}
|
|
3043
|
+
}
|
|
3044
|
+
.RichTitle-module_game__1g8Bn:first-child {
|
|
3045
|
+
padding-top: 9px;
|
|
3046
|
+
}
|
|
3047
|
+
@media only screen and (max-device-width: 63.9375em) {
|
|
3048
|
+
.RichTitle-module_featured__wJfaQ {
|
|
3049
|
+
letter-spacing: 0.3px;
|
|
3050
|
+
|
|
3051
|
+
font-size: 28px;
|
|
3052
|
+
line-height: 30px
|
|
3053
|
+
}
|
|
3054
|
+
}
|
|
3055
|
+
@media only screen and (max-device-width: 63.9375em) {
|
|
3056
|
+
.RichTitle-module_featured__wJfaQ span {
|
|
3057
|
+
display: block;
|
|
3058
|
+
|
|
3059
|
+
padding-top: 2px;
|
|
3060
|
+
|
|
3061
|
+
font-size: 18px;
|
|
3062
|
+
line-height: 24px
|
|
3063
|
+
}
|
|
3064
|
+
}
|
|
3065
|
+
@media only screen and (min-device-width: 64em) {
|
|
3066
|
+
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3067
|
+
margin-bottom: 18px
|
|
3068
|
+
}
|
|
3069
|
+
}
|
|
3070
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3071
|
+
font-size: 19px;
|
|
3072
|
+
line-height: 23px
|
|
3073
|
+
}
|
|
3074
|
+
@media only screen and (min-device-width: 64em) {
|
|
3075
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3076
|
+
font-size: 1.3rem;
|
|
3077
|
+
line-height: 1.6rem
|
|
3078
|
+
}
|
|
3079
|
+
}
|
|
3080
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3081
|
+
font-size: 20px
|
|
3082
|
+
}
|
|
3083
|
+
@media only screen and (min-device-width: 64em) {
|
|
3084
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3085
|
+
font-size: 1.35rem
|
|
3086
|
+
}
|
|
3087
|
+
}
|
|
3088
|
+
@media only screen and (min-device-width: 32em) {
|
|
3089
|
+
.RichTitle-module_mobile__1Cb6E {
|
|
3090
|
+
display: none
|
|
3091
|
+
}
|
|
3092
|
+
}
|
|
3093
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3094
|
+
display: none
|
|
3095
|
+
}
|
|
3096
|
+
@media only screen and (min-device-width: 32em) {
|
|
3097
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3098
|
+
display: block
|
|
3099
|
+
}
|
|
3100
|
+
}
|
|
3101
|
+
|
|
2985
3102
|
/* Colors */
|
|
2986
3103
|
/* Fonts */
|
|
2987
3104
|
/* Gap */
|
|
@@ -3446,206 +3563,89 @@ a mark {
|
|
|
3446
3563
|
margin-bottom: 18px
|
|
3447
3564
|
}
|
|
3448
3565
|
@media only screen and (min-device-width: 48em) {
|
|
3449
|
-
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
|
|
3450
|
-
margin-top: 27px;
|
|
3451
|
-
margin-bottom: 20px;
|
|
3452
|
-
|
|
3453
|
-
font-size: 20px;
|
|
3454
|
-
line-height: 28px
|
|
3455
|
-
}
|
|
3456
|
-
}
|
|
3457
|
-
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
|
|
3458
|
-
margin-bottom: 15px
|
|
3459
|
-
}
|
|
3460
|
-
@media only screen and (min-device-width: 48em) {
|
|
3461
|
-
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
|
|
3462
|
-
margin-top: 20px;
|
|
3463
|
-
|
|
3464
|
-
font-size: 20px;
|
|
3465
|
-
line-height: 28px
|
|
3466
|
-
}
|
|
3467
|
-
}
|
|
3468
|
-
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx,
|
|
3469
|
-
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx {
|
|
3470
|
-
margin-top: 0;
|
|
3471
|
-
}
|
|
3472
|
-
.SimpleBlock-module_isInImportantLead__3VGzT {
|
|
3473
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3474
|
-
font-size: 16px;
|
|
3475
|
-
line-height: 22px
|
|
3476
|
-
}
|
|
3477
|
-
@media only screen and (min-device-width: 48em) {
|
|
3478
|
-
.SimpleBlock-module_isInImportantLead__3VGzT {
|
|
3479
|
-
font-size: 18px;
|
|
3480
|
-
line-height: 26px
|
|
3481
|
-
}
|
|
3482
|
-
}
|
|
3483
|
-
.SimpleBlock-module_slide__Aqgfu {
|
|
3484
|
-
max-width: 650px;
|
|
3485
|
-
margin-right: auto;
|
|
3486
|
-
margin-left: auto;
|
|
3487
|
-
}
|
|
3488
|
-
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
|
|
3489
|
-
margin-top: 6px;
|
|
3490
|
-
margin-bottom: 6px;
|
|
3491
|
-
|
|
3492
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3493
|
-
font-size: 16px;
|
|
3494
|
-
line-height: 22px
|
|
3495
|
-
}
|
|
3496
|
-
@media only screen and (min-device-width: 48em) {
|
|
3497
|
-
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
|
|
3498
|
-
margin-top: 12px;
|
|
3499
|
-
margin-bottom: 12px;
|
|
3500
|
-
|
|
3501
|
-
font-size: 18px;
|
|
3502
|
-
line-height: 26px
|
|
3503
|
-
}
|
|
3504
|
-
}
|
|
3505
|
-
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3506
|
-
margin-top: 12px;
|
|
3507
|
-
margin-bottom: 12px
|
|
3508
|
-
}
|
|
3509
|
-
@media only screen and (min-device-width: 48em) {
|
|
3510
|
-
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3511
|
-
margin-top: 10px;
|
|
3512
|
-
margin-bottom: 10px
|
|
3513
|
-
}
|
|
3514
|
-
}
|
|
3515
|
-
.SimpleBlock-module_isInAnswer__3aX6X:first-child {
|
|
3516
|
-
margin-top: 6px;
|
|
3517
|
-
}
|
|
3518
|
-
.SimpleBlock-module_isInAnswer__3aX6X:last-child {
|
|
3519
|
-
margin-bottom: 0;
|
|
3520
|
-
}
|
|
3521
|
-
/* VISIBILITY */
|
|
3522
|
-
@media only screen and (min-device-width: 32em) {
|
|
3523
|
-
.SimpleBlock-module_mobile__Ckgek {
|
|
3524
|
-
display: none
|
|
3525
|
-
}
|
|
3526
|
-
}
|
|
3527
|
-
.SimpleBlock-module_desktop__2se2o {
|
|
3528
|
-
display: none
|
|
3529
|
-
}
|
|
3530
|
-
@media only screen and (min-device-width: 32em) {
|
|
3531
|
-
.SimpleBlock-module_desktop__2se2o {
|
|
3532
|
-
display: block
|
|
3533
|
-
}
|
|
3534
|
-
}
|
|
3535
|
-
|
|
3536
|
-
/* Colors */
|
|
3537
|
-
/* Fonts */
|
|
3538
|
-
/* Gap */
|
|
3539
|
-
/* Media */
|
|
3540
|
-
/* 512 */
|
|
3541
|
-
/* 650 */
|
|
3542
|
-
/* 768 */
|
|
3543
|
-
/* 1024 */
|
|
3544
|
-
/* 1010 */
|
|
3545
|
-
/* 1200 */
|
|
3546
|
-
/* 511 */
|
|
3547
|
-
/* 1023 */
|
|
3548
|
-
/* Zindex */
|
|
3549
|
-
.RichTitle-module_root__BK_WT {
|
|
3550
|
-
margin: 0 0 18px;
|
|
3551
|
-
|
|
3552
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3553
|
-
font-size: 19px;
|
|
3554
|
-
font-weight: 700;
|
|
3555
|
-
line-height: 23px
|
|
3556
|
-
}
|
|
3557
|
-
@media only screen and (min-device-width: 48em) {
|
|
3558
|
-
.RichTitle-module_root__BK_WT {
|
|
3559
|
-
margin-bottom: 15px;
|
|
3566
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
|
|
3567
|
+
margin-top: 27px;
|
|
3568
|
+
margin-bottom: 20px;
|
|
3560
3569
|
|
|
3561
|
-
font-size:
|
|
3562
|
-
line-height:
|
|
3570
|
+
font-size: 20px;
|
|
3571
|
+
line-height: 28px
|
|
3563
3572
|
}
|
|
3564
3573
|
}
|
|
3565
|
-
.
|
|
3566
|
-
margin-bottom:
|
|
3567
|
-
}
|
|
3568
|
-
.RichTitle-module_root__BK_WT span {
|
|
3569
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3570
|
-
font-size: 20px;
|
|
3571
|
-
font-weight: normal
|
|
3574
|
+
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
|
|
3575
|
+
margin-bottom: 15px
|
|
3572
3576
|
}
|
|
3573
3577
|
@media only screen and (min-device-width: 48em) {
|
|
3574
|
-
.
|
|
3575
|
-
|
|
3578
|
+
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
|
|
3579
|
+
margin-top: 20px;
|
|
3580
|
+
|
|
3581
|
+
font-size: 20px;
|
|
3582
|
+
line-height: 28px
|
|
3576
3583
|
}
|
|
3577
3584
|
}
|
|
3578
|
-
|
|
3579
|
-
.
|
|
3580
|
-
|
|
3581
|
-
text-align: center
|
|
3585
|
+
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx,
|
|
3586
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx {
|
|
3587
|
+
margin-top: 0;
|
|
3582
3588
|
}
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
line-height: 36px
|
|
3589
|
+
.SimpleBlock-module_isInImportantLead__3VGzT {
|
|
3590
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3591
|
+
font-size: 16px;
|
|
3592
|
+
line-height: 22px
|
|
3588
3593
|
}
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3594
|
+
@media only screen and (min-device-width: 48em) {
|
|
3595
|
+
.SimpleBlock-module_isInImportantLead__3VGzT {
|
|
3596
|
+
font-size: 18px;
|
|
3597
|
+
line-height: 26px
|
|
3593
3598
|
}
|
|
3594
3599
|
}
|
|
3595
|
-
.
|
|
3596
|
-
|
|
3600
|
+
.SimpleBlock-module_slide__Aqgfu {
|
|
3601
|
+
max-width: 650px;
|
|
3602
|
+
margin-right: auto;
|
|
3603
|
+
margin-left: auto;
|
|
3597
3604
|
}
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3605
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
|
|
3606
|
+
margin-top: 6px;
|
|
3607
|
+
margin-bottom: 6px;
|
|
3601
3608
|
|
|
3602
|
-
|
|
3603
|
-
|
|
3609
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3610
|
+
font-size: 16px;
|
|
3611
|
+
line-height: 22px
|
|
3604
3612
|
}
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
padding-top: 2px;
|
|
3613
|
+
@media only screen and (min-device-width: 48em) {
|
|
3614
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
|
|
3615
|
+
margin-top: 12px;
|
|
3616
|
+
margin-bottom: 12px;
|
|
3611
3617
|
|
|
3612
3618
|
font-size: 18px;
|
|
3613
|
-
line-height:
|
|
3614
|
-
}
|
|
3615
|
-
}
|
|
3616
|
-
@media only screen and (min-device-width: 64em) {
|
|
3617
|
-
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3618
|
-
margin-bottom: 18px
|
|
3619
|
+
line-height: 26px
|
|
3619
3620
|
}
|
|
3620
3621
|
}
|
|
3621
|
-
.
|
|
3622
|
-
|
|
3623
|
-
|
|
3622
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3623
|
+
margin-top: 12px;
|
|
3624
|
+
margin-bottom: 12px
|
|
3624
3625
|
}
|
|
3625
|
-
@media only screen and (min-device-width:
|
|
3626
|
-
.
|
|
3627
|
-
|
|
3628
|
-
|
|
3626
|
+
@media only screen and (min-device-width: 48em) {
|
|
3627
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3628
|
+
margin-top: 10px;
|
|
3629
|
+
margin-bottom: 10px
|
|
3629
3630
|
}
|
|
3630
3631
|
}
|
|
3631
|
-
.
|
|
3632
|
-
|
|
3632
|
+
.SimpleBlock-module_isInAnswer__3aX6X:first-child {
|
|
3633
|
+
margin-top: 6px;
|
|
3633
3634
|
}
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
font-size: 1.35rem
|
|
3635
|
+
.SimpleBlock-module_isInAnswer__3aX6X:last-child {
|
|
3636
|
+
margin-bottom: 0;
|
|
3637
3637
|
}
|
|
3638
|
-
|
|
3638
|
+
/* VISIBILITY */
|
|
3639
3639
|
@media only screen and (min-device-width: 32em) {
|
|
3640
|
-
.
|
|
3640
|
+
.SimpleBlock-module_mobile__Ckgek {
|
|
3641
3641
|
display: none
|
|
3642
3642
|
}
|
|
3643
3643
|
}
|
|
3644
|
-
.
|
|
3644
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3645
3645
|
display: none
|
|
3646
3646
|
}
|
|
3647
3647
|
@media only screen and (min-device-width: 32em) {
|
|
3648
|
-
.
|
|
3648
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3649
3649
|
display: block
|
|
3650
3650
|
}
|
|
3651
3651
|
}
|
|
@@ -4496,78 +4496,6 @@ a mark {
|
|
|
4496
4496
|
fill: currentColor;
|
|
4497
4497
|
}
|
|
4498
4498
|
|
|
4499
|
-
/* Colors */
|
|
4500
|
-
/* Fonts */
|
|
4501
|
-
/* Gap */
|
|
4502
|
-
/* Media */
|
|
4503
|
-
/* 512 */
|
|
4504
|
-
/* 650 */
|
|
4505
|
-
/* 768 */
|
|
4506
|
-
/* 1024 */
|
|
4507
|
-
/* 1010 */
|
|
4508
|
-
/* 1200 */
|
|
4509
|
-
/* 511 */
|
|
4510
|
-
/* 1023 */
|
|
4511
|
-
/* Zindex */
|
|
4512
|
-
.Footnote-module_root__2a0-B {
|
|
4513
|
-
position: relative;
|
|
4514
|
-
|
|
4515
|
-
width: 320px;
|
|
4516
|
-
padding: 20px;
|
|
4517
|
-
|
|
4518
|
-
border-radius: 8px;
|
|
4519
|
-
background-color: #fff;
|
|
4520
|
-
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4521
|
-
}
|
|
4522
|
-
.Footnote-module_body__259Ly {
|
|
4523
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4524
|
-
font-size: 16px;
|
|
4525
|
-
line-height: 22px;
|
|
4526
|
-
}
|
|
4527
|
-
.Footnote-module_body__259Ly h3 {
|
|
4528
|
-
margin: 0 0 16px;
|
|
4529
|
-
|
|
4530
|
-
font-size: inherit;
|
|
4531
|
-
font-weight: 700;
|
|
4532
|
-
line-height: inherit;
|
|
4533
|
-
}
|
|
4534
|
-
.Footnote-module_body__259Ly p {
|
|
4535
|
-
margin: 0;
|
|
4536
|
-
}
|
|
4537
|
-
.Footnote-module_body__259Ly p + p {
|
|
4538
|
-
margin-top: 6px;
|
|
4539
|
-
}
|
|
4540
|
-
.Footnote-module_body__259Ly a {
|
|
4541
|
-
color: inherit;
|
|
4542
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
4543
|
-
}
|
|
4544
|
-
.Footnote-module_body__259Ly a:hover {
|
|
4545
|
-
color: #b88b59;
|
|
4546
|
-
}
|
|
4547
|
-
.Footnote-module_dismiss__1HKG5 {
|
|
4548
|
-
position: absolute;
|
|
4549
|
-
top: 0;
|
|
4550
|
-
right: 0;
|
|
4551
|
-
|
|
4552
|
-
margin: 0;
|
|
4553
|
-
padding: 6px 9px 10px;
|
|
4554
|
-
|
|
4555
|
-
cursor: pointer;
|
|
4556
|
-
|
|
4557
|
-
color: #b3b3b3;
|
|
4558
|
-
border-width: 0;
|
|
4559
|
-
outline: none;
|
|
4560
|
-
background-color: transparent;
|
|
4561
|
-
}
|
|
4562
|
-
.Footnote-module_dismiss__1HKG5:hover {
|
|
4563
|
-
color: #757575;
|
|
4564
|
-
}
|
|
4565
|
-
.Footnote-module_dismiss__1HKG5 svg {
|
|
4566
|
-
width: 12px;
|
|
4567
|
-
height: 12px;
|
|
4568
|
-
}
|
|
4569
|
-
|
|
4570
|
-
|
|
4571
4499
|
/* Colors */
|
|
4572
4500
|
/* Fonts */
|
|
4573
4501
|
/* Gap */
|
|
@@ -4830,6 +4758,78 @@ a mark {
|
|
|
4830
4758
|
}
|
|
4831
4759
|
}
|
|
4832
4760
|
|
|
4761
|
+
/* Colors */
|
|
4762
|
+
/* Fonts */
|
|
4763
|
+
/* Gap */
|
|
4764
|
+
/* Media */
|
|
4765
|
+
/* 512 */
|
|
4766
|
+
/* 650 */
|
|
4767
|
+
/* 768 */
|
|
4768
|
+
/* 1024 */
|
|
4769
|
+
/* 1010 */
|
|
4770
|
+
/* 1200 */
|
|
4771
|
+
/* 511 */
|
|
4772
|
+
/* 1023 */
|
|
4773
|
+
/* Zindex */
|
|
4774
|
+
.Footnote-module_root__2a0-B {
|
|
4775
|
+
position: relative;
|
|
4776
|
+
|
|
4777
|
+
width: 320px;
|
|
4778
|
+
padding: 20px;
|
|
4779
|
+
|
|
4780
|
+
border-radius: 8px;
|
|
4781
|
+
background-color: #fff;
|
|
4782
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4783
|
+
}
|
|
4784
|
+
.Footnote-module_body__259Ly {
|
|
4785
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4786
|
+
font-size: 16px;
|
|
4787
|
+
line-height: 22px;
|
|
4788
|
+
}
|
|
4789
|
+
.Footnote-module_body__259Ly h3 {
|
|
4790
|
+
margin: 0 0 16px;
|
|
4791
|
+
|
|
4792
|
+
font-size: inherit;
|
|
4793
|
+
font-weight: 700;
|
|
4794
|
+
line-height: inherit;
|
|
4795
|
+
}
|
|
4796
|
+
.Footnote-module_body__259Ly p {
|
|
4797
|
+
margin: 0;
|
|
4798
|
+
}
|
|
4799
|
+
.Footnote-module_body__259Ly p + p {
|
|
4800
|
+
margin-top: 6px;
|
|
4801
|
+
}
|
|
4802
|
+
.Footnote-module_body__259Ly a {
|
|
4803
|
+
color: inherit;
|
|
4804
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
4805
|
+
}
|
|
4806
|
+
.Footnote-module_body__259Ly a:hover {
|
|
4807
|
+
color: #b88b59;
|
|
4808
|
+
}
|
|
4809
|
+
.Footnote-module_dismiss__1HKG5 {
|
|
4810
|
+
position: absolute;
|
|
4811
|
+
top: 0;
|
|
4812
|
+
right: 0;
|
|
4813
|
+
|
|
4814
|
+
margin: 0;
|
|
4815
|
+
padding: 6px 9px 10px;
|
|
4816
|
+
|
|
4817
|
+
cursor: pointer;
|
|
4818
|
+
|
|
4819
|
+
color: #b3b3b3;
|
|
4820
|
+
border-width: 0;
|
|
4821
|
+
outline: none;
|
|
4822
|
+
background-color: transparent;
|
|
4823
|
+
}
|
|
4824
|
+
.Footnote-module_dismiss__1HKG5:hover {
|
|
4825
|
+
color: #757575;
|
|
4826
|
+
}
|
|
4827
|
+
.Footnote-module_dismiss__1HKG5 svg {
|
|
4828
|
+
width: 12px;
|
|
4829
|
+
height: 12px;
|
|
4830
|
+
}
|
|
4831
|
+
|
|
4832
|
+
|
|
4833
4833
|
/* Colors */
|
|
4834
4834
|
/* Fonts */
|
|
4835
4835
|
/* Gap */
|