@meduza/ui-kit-2 0.1.31 → 0.1.32
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 +730 -730
- package/package.json +1 -1
- package/src/Meta/MetaContainer.tsx +1 -1
package/dist/ui-kit.css
CHANGED
|
@@ -628,90 +628,6 @@
|
|
|
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
|
-
|
|
715
631
|
/* Colors */
|
|
716
632
|
/* Fonts */
|
|
717
633
|
/* Gap */
|
|
@@ -851,11 +767,75 @@
|
|
|
851
767
|
/* 511 */
|
|
852
768
|
/* 1023 */
|
|
853
769
|
/* Zindex */
|
|
854
|
-
.
|
|
770
|
+
.Image-module_root__1vsA_ {
|
|
771
|
+
position: relative;
|
|
772
|
+
z-index: 1;
|
|
773
|
+
|
|
855
774
|
display: block;
|
|
775
|
+
overflow: hidden
|
|
856
776
|
}
|
|
857
|
-
|
|
858
|
-
|
|
777
|
+
@media only screen and (min-device-width: 32em) {
|
|
778
|
+
.Image-module_root__1vsA_ {
|
|
779
|
+
border-radius: inherit
|
|
780
|
+
}
|
|
781
|
+
}
|
|
782
|
+
.Image-module_placeholder__1p4ob,
|
|
783
|
+
.Image-module_root__1vsA_ img {
|
|
784
|
+
position: absolute;
|
|
785
|
+
top: 0;
|
|
786
|
+
left: 0;
|
|
787
|
+
|
|
788
|
+
width: 100%;
|
|
789
|
+
height: 100%;
|
|
790
|
+
}
|
|
791
|
+
.Image-module_wrapper__3fLjs {
|
|
792
|
+
display: block;
|
|
793
|
+
|
|
794
|
+
width: 100%;
|
|
795
|
+
|
|
796
|
+
background-repeat: no-repeat;
|
|
797
|
+
background-size: 100% auto;
|
|
798
|
+
}
|
|
799
|
+
.Image-module_placeholder__1p4ob {
|
|
800
|
+
transition: background-color 250ms ease;
|
|
801
|
+
|
|
802
|
+
background-color: #f2f2f2;
|
|
803
|
+
}
|
|
804
|
+
.Image-module_loaded__w9FVT {
|
|
805
|
+
background: transparent;
|
|
806
|
+
}
|
|
807
|
+
.Image-module_fullscreen__29apx picture {
|
|
808
|
+
cursor: pointer;
|
|
809
|
+
}
|
|
810
|
+
.Image-module_fullscreen__29apx picture:hover::after {
|
|
811
|
+
opacity: 1;
|
|
812
|
+
}
|
|
813
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
814
|
+
position: absolute;
|
|
815
|
+
right: 12px;
|
|
816
|
+
bottom: 12px;
|
|
817
|
+
|
|
818
|
+
width: 40px;
|
|
819
|
+
height: 40px;
|
|
820
|
+
|
|
821
|
+
transition: opacity 250ms ease;
|
|
822
|
+
pointer-events: none;
|
|
823
|
+
|
|
824
|
+
opacity: 0;
|
|
825
|
+
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
826
|
+
border-radius: 20px;
|
|
827
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
828
|
+
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");
|
|
829
|
+
background-repeat: no-repeat;
|
|
830
|
+
background-position: center
|
|
831
|
+
}
|
|
832
|
+
@media only screen and (min-device-width: 64em) {
|
|
833
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
834
|
+
content: ''
|
|
835
|
+
}
|
|
836
|
+
}
|
|
837
|
+
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
838
|
+
outline: none;
|
|
859
839
|
}
|
|
860
840
|
|
|
861
841
|
/* Colors */
|
|
@@ -1008,78 +988,191 @@
|
|
|
1008
988
|
/* 511 */
|
|
1009
989
|
/* 1023 */
|
|
1010
990
|
/* Zindex */
|
|
1011
|
-
.
|
|
1012
|
-
|
|
1013
|
-
}
|
|
1014
|
-
@media only screen and (min-device-width: 32em) {
|
|
1015
|
-
.Table-module_root__1VsG6 {
|
|
1016
|
-
margin: 25px auto 20px
|
|
1017
|
-
}
|
|
1018
|
-
}
|
|
1019
|
-
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
1020
|
-
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
1021
|
-
margin-right: -11px;
|
|
1022
|
-
margin-left: -11px
|
|
991
|
+
.Lazy-module_root__2Z72l {
|
|
992
|
+
display: block;
|
|
1023
993
|
}
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
1027
|
-
margin-right: 0;
|
|
1028
|
-
margin-left: 0
|
|
994
|
+
.Lazy-module_visible__3-SdX {
|
|
995
|
+
color: red;
|
|
1029
996
|
}
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
997
|
+
|
|
998
|
+
/* Colors */
|
|
999
|
+
/* Fonts */
|
|
1000
|
+
/* Gap */
|
|
1001
|
+
/* Media */
|
|
1002
|
+
/* 512 */
|
|
1003
|
+
/* 650 */
|
|
1004
|
+
/* 768 */
|
|
1005
|
+
/* 1024 */
|
|
1006
|
+
/* 1010 */
|
|
1007
|
+
/* 1200 */
|
|
1008
|
+
/* 511 */
|
|
1009
|
+
/* 1023 */
|
|
1010
|
+
/* Zindex */
|
|
1011
|
+
.MediaCaption-module_root__KqTdw {
|
|
1012
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1034
1013
|
}
|
|
1035
|
-
.
|
|
1036
|
-
|
|
1014
|
+
.MediaCaption-module_root__KqTdw a {
|
|
1015
|
+
text-decoration: underline;
|
|
1016
|
+
|
|
1017
|
+
color: inherit;
|
|
1018
|
+
box-shadow: none;
|
|
1037
1019
|
}
|
|
1038
|
-
.
|
|
1039
|
-
|
|
1020
|
+
.MediaCaption-module_root__KqTdw a:hover {
|
|
1021
|
+
color: #b88b58;
|
|
1040
1022
|
}
|
|
1041
|
-
.
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
overflow-y: hidden;
|
|
1045
|
-
|
|
1046
|
-
margin: 0 -20px;
|
|
1023
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1024
|
+
max-width: 520px;
|
|
1025
|
+
padding-top: 4px;
|
|
1047
1026
|
|
|
1048
|
-
|
|
1049
|
-
border-style: solid;
|
|
1050
|
-
border-color: rgba(232, 232, 232, 1);
|
|
1027
|
+
color: #1a1a1a;
|
|
1051
1028
|
|
|
1052
|
-
font-
|
|
1029
|
+
font-size: 14px;
|
|
1030
|
+
line-height: 18px
|
|
1053
1031
|
}
|
|
1054
1032
|
@media only screen and (min-device-width: 32em) {
|
|
1055
|
-
.
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
border-width: 1px;
|
|
1059
|
-
border-radius: 3px
|
|
1033
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1034
|
+
font-size: 16px;
|
|
1035
|
+
line-height: 22px
|
|
1060
1036
|
}
|
|
1061
1037
|
}
|
|
1062
|
-
.
|
|
1063
|
-
|
|
1038
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1039
|
+
max-width: 520px;
|
|
1040
|
+
padding-top: 1px;
|
|
1064
1041
|
|
|
1065
|
-
|
|
1042
|
+
color: #666;
|
|
1043
|
+
|
|
1044
|
+
font-size: 12px;
|
|
1045
|
+
line-height: 16px
|
|
1066
1046
|
}
|
|
1067
1047
|
@media only screen and (min-device-width: 32em) {
|
|
1068
|
-
.
|
|
1069
|
-
|
|
1048
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1049
|
+
padding-top: 3px
|
|
1070
1050
|
}
|
|
1071
1051
|
}
|
|
1072
|
-
.
|
|
1073
|
-
|
|
1052
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1053
|
+
padding-top: 3px;
|
|
1074
1054
|
}
|
|
1075
|
-
.
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1055
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1056
|
+
color: #fff;
|
|
1057
|
+
}
|
|
1058
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1059
|
+
color: #929292;
|
|
1060
|
+
}
|
|
1061
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1062
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1063
|
+
padding-top: 10px
|
|
1064
|
+
}
|
|
1065
|
+
@media only screen and (min-device-width: 32em) {
|
|
1066
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1067
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1068
|
+
padding-top: 12px
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1072
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1073
|
+
padding-top: 9px
|
|
1074
|
+
}
|
|
1075
|
+
@media only screen and (min-device-width: 32em) {
|
|
1076
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1077
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1078
|
+
padding-top: 11px
|
|
1079
|
+
}
|
|
1080
|
+
}
|
|
1081
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1082
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1083
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1084
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1085
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1086
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1087
|
+
max-width: 650px;
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
|
|
1091
|
+
/* Colors */
|
|
1092
|
+
/* Fonts */
|
|
1093
|
+
/* Gap */
|
|
1094
|
+
/* Media */
|
|
1095
|
+
/* 512 */
|
|
1096
|
+
/* 650 */
|
|
1097
|
+
/* 768 */
|
|
1098
|
+
/* 1024 */
|
|
1099
|
+
/* 1010 */
|
|
1100
|
+
/* 1200 */
|
|
1101
|
+
/* 511 */
|
|
1102
|
+
/* 1023 */
|
|
1103
|
+
/* Zindex */
|
|
1104
|
+
.Table-module_root__1VsG6 {
|
|
1105
|
+
margin: 15px 0
|
|
1106
|
+
}
|
|
1107
|
+
@media only screen and (min-device-width: 32em) {
|
|
1108
|
+
.Table-module_root__1VsG6 {
|
|
1109
|
+
margin: 25px auto 20px
|
|
1110
|
+
}
|
|
1111
|
+
}
|
|
1112
|
+
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
1113
|
+
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
1114
|
+
margin-right: -11px;
|
|
1115
|
+
margin-left: -11px
|
|
1116
|
+
}
|
|
1117
|
+
@media only screen and (min-device-width: 64em) {
|
|
1118
|
+
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
1119
|
+
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
1120
|
+
margin-right: 0;
|
|
1121
|
+
margin-left: 0
|
|
1122
|
+
}
|
|
1123
|
+
}
|
|
1124
|
+
.Table-module_card__3gbok .Table-module_wrapper__1YTKM::after,
|
|
1125
|
+
.Table-module_slide__nSGPC .Table-module_wrapper__1YTKM::after {
|
|
1126
|
+
right: -11px;
|
|
1127
|
+
}
|
|
1128
|
+
.Table-module_root__1VsG6:first-child {
|
|
1129
|
+
margin-top: 0;
|
|
1130
|
+
}
|
|
1131
|
+
.Table-module_root__1VsG6:last-child {
|
|
1132
|
+
margin-bottom: 0;
|
|
1133
|
+
}
|
|
1134
|
+
.Table-module_table__nZIkV {
|
|
1135
|
+
position: relative;
|
|
1136
|
+
|
|
1137
|
+
overflow-y: hidden;
|
|
1138
|
+
|
|
1139
|
+
margin: 0 -20px;
|
|
1140
|
+
|
|
1141
|
+
border-width: 1px 0;
|
|
1142
|
+
border-style: solid;
|
|
1143
|
+
border-color: rgba(232, 232, 232, 1);
|
|
1144
|
+
|
|
1145
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
|
|
1146
|
+
}
|
|
1147
|
+
@media only screen and (min-device-width: 32em) {
|
|
1148
|
+
.Table-module_table__nZIkV {
|
|
1149
|
+
margin: 0;
|
|
1150
|
+
|
|
1151
|
+
border-width: 1px;
|
|
1152
|
+
border-radius: 3px
|
|
1153
|
+
}
|
|
1154
|
+
}
|
|
1155
|
+
.Table-module_tracks__2wrDB {
|
|
1156
|
+
display: table;
|
|
1157
|
+
|
|
1158
|
+
width: 100%
|
|
1159
|
+
}
|
|
1160
|
+
@media only screen and (min-device-width: 32em) {
|
|
1161
|
+
.Table-module_tracks__2wrDB {
|
|
1162
|
+
table-layout: fixed
|
|
1163
|
+
}
|
|
1164
|
+
}
|
|
1165
|
+
.Table-module_wrapper__1YTKM {
|
|
1166
|
+
position: relative;
|
|
1167
|
+
}
|
|
1168
|
+
.Table-module_wrapper__1YTKM::after {
|
|
1169
|
+
position: absolute;
|
|
1170
|
+
z-index: 100;
|
|
1171
|
+
top: 0;
|
|
1172
|
+
right: -20px;
|
|
1173
|
+
bottom: -20px;
|
|
1174
|
+
|
|
1175
|
+
display: block;
|
|
1083
1176
|
|
|
1084
1177
|
width: 30px;
|
|
1085
1178
|
height: 100%;
|
|
@@ -1306,85 +1399,94 @@
|
|
|
1306
1399
|
/* 511 */
|
|
1307
1400
|
/* 1023 */
|
|
1308
1401
|
/* Zindex */
|
|
1309
|
-
.
|
|
1310
|
-
|
|
1402
|
+
.BookmarkButton-module_root__3KmuY {
|
|
1403
|
+
color: #e0e0e0;
|
|
1311
1404
|
}
|
|
1312
|
-
.
|
|
1313
|
-
|
|
1405
|
+
.BookmarkButton-module_control__1A0ea {
|
|
1406
|
+
margin: 0;
|
|
1407
|
+
padding: 5px 3px;
|
|
1314
1408
|
|
|
1315
|
-
|
|
1316
|
-
box-shadow: none;
|
|
1317
|
-
}
|
|
1318
|
-
.MediaCaption-module_root__KqTdw a:hover {
|
|
1319
|
-
color: #b88b58;
|
|
1320
|
-
}
|
|
1321
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1322
|
-
max-width: 520px;
|
|
1323
|
-
padding-top: 4px;
|
|
1409
|
+
cursor: pointer;
|
|
1324
1410
|
|
|
1325
|
-
color:
|
|
1411
|
+
color: inherit;
|
|
1412
|
+
border-width: 0;
|
|
1413
|
+
outline: none;
|
|
1414
|
+
background-color: transparent;
|
|
1326
1415
|
|
|
1327
|
-
|
|
1328
|
-
line-height: 18px
|
|
1329
|
-
}
|
|
1330
|
-
@media only screen and (min-device-width: 32em) {
|
|
1331
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1332
|
-
font-size: 16px;
|
|
1333
|
-
line-height: 22px
|
|
1334
|
-
}
|
|
1335
|
-
}
|
|
1336
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1337
|
-
max-width: 520px;
|
|
1338
|
-
padding-top: 1px;
|
|
1416
|
+
-webkit-appearance: none;
|
|
1339
1417
|
|
|
1340
|
-
|
|
1418
|
+
-moz-appearance: none;
|
|
1341
1419
|
|
|
1342
|
-
|
|
1343
|
-
|
|
1420
|
+
appearance: none;
|
|
1421
|
+
fill: transparent;
|
|
1344
1422
|
}
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
padding-top: 3px
|
|
1423
|
+
.BookmarkButton-module_dark__1cwyi {
|
|
1424
|
+
color: #fff;
|
|
1348
1425
|
}
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
padding-top: 3px;
|
|
1426
|
+
.BookmarkButton-module_light__1uQyH {
|
|
1427
|
+
color: #000;
|
|
1352
1428
|
}
|
|
1353
|
-
.
|
|
1354
|
-
|
|
1429
|
+
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1430
|
+
fill: #e0e0e0;
|
|
1355
1431
|
}
|
|
1356
|
-
.
|
|
1357
|
-
|
|
1432
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1433
|
+
fill: #fff;
|
|
1358
1434
|
}
|
|
1359
|
-
.
|
|
1360
|
-
|
|
1361
|
-
padding-top: 10px
|
|
1435
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1436
|
+
fill: #000;
|
|
1362
1437
|
}
|
|
1363
|
-
@media only screen and (min-device-width:
|
|
1364
|
-
.
|
|
1365
|
-
|
|
1366
|
-
padding-top: 12px
|
|
1438
|
+
@media only screen and (min-device-width: 64em) {
|
|
1439
|
+
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1440
|
+
width: 12px
|
|
1367
1441
|
}
|
|
1368
1442
|
}
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
padding-top: 9px
|
|
1443
|
+
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1444
|
+
display: none;
|
|
1372
1445
|
}
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1446
|
+
|
|
1447
|
+
/* Colors */
|
|
1448
|
+
/* Fonts */
|
|
1449
|
+
/* Gap */
|
|
1450
|
+
/* Media */
|
|
1451
|
+
/* 512 */
|
|
1452
|
+
/* 650 */
|
|
1453
|
+
/* 768 */
|
|
1454
|
+
/* 1024 */
|
|
1455
|
+
/* 1010 */
|
|
1456
|
+
/* 1200 */
|
|
1457
|
+
/* 511 */
|
|
1458
|
+
/* 1023 */
|
|
1459
|
+
/* Zindex */
|
|
1460
|
+
.MaterialTitle-module_root__18ku- {
|
|
1461
|
+
display: block;
|
|
1462
|
+
}
|
|
1463
|
+
.MaterialTitle-module_root__18ku- {
|
|
1464
|
+
margin: 0;
|
|
1465
|
+
|
|
1466
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1467
|
+
font-size: 25px;
|
|
1468
|
+
font-weight: normal;
|
|
1469
|
+
line-height: 27px
|
|
1470
|
+
}
|
|
1471
|
+
@media only screen and (min-device-width: 48em) {
|
|
1472
|
+
.MaterialTitle-module_root__18ku- {
|
|
1473
|
+
font-size: 37px;
|
|
1474
|
+
line-height: 38px
|
|
1377
1475
|
}
|
|
1378
1476
|
}
|
|
1379
|
-
.
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1383
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1384
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1385
|
-
max-width: 650px;
|
|
1477
|
+
.MaterialTitle-module_primary__2Sfmx {
|
|
1478
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1479
|
+
font-weight: normal;
|
|
1386
1480
|
}
|
|
1387
|
-
|
|
1481
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1482
|
+
font-size: 24px;
|
|
1483
|
+
font-weight: 700
|
|
1484
|
+
}
|
|
1485
|
+
@media only screen and (min-device-width: 48em) {
|
|
1486
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1487
|
+
font-size: 36px
|
|
1488
|
+
}
|
|
1489
|
+
}
|
|
1388
1490
|
|
|
1389
1491
|
/* Colors */
|
|
1390
1492
|
/* Fonts */
|
|
@@ -1521,196 +1623,6 @@
|
|
|
1521
1623
|
}
|
|
1522
1624
|
}
|
|
1523
1625
|
|
|
1524
|
-
/* Colors */
|
|
1525
|
-
/* Fonts */
|
|
1526
|
-
/* Gap */
|
|
1527
|
-
/* Media */
|
|
1528
|
-
/* 512 */
|
|
1529
|
-
/* 650 */
|
|
1530
|
-
/* 768 */
|
|
1531
|
-
/* 1024 */
|
|
1532
|
-
/* 1010 */
|
|
1533
|
-
/* 1200 */
|
|
1534
|
-
/* 511 */
|
|
1535
|
-
/* 1023 */
|
|
1536
|
-
/* Zindex */
|
|
1537
|
-
.BookmarkButton-module_root__3KmuY {
|
|
1538
|
-
color: #e0e0e0;
|
|
1539
|
-
}
|
|
1540
|
-
.BookmarkButton-module_control__1A0ea {
|
|
1541
|
-
margin: 0;
|
|
1542
|
-
padding: 5px 3px;
|
|
1543
|
-
|
|
1544
|
-
cursor: pointer;
|
|
1545
|
-
|
|
1546
|
-
color: inherit;
|
|
1547
|
-
border-width: 0;
|
|
1548
|
-
outline: none;
|
|
1549
|
-
background-color: transparent;
|
|
1550
|
-
|
|
1551
|
-
-webkit-appearance: none;
|
|
1552
|
-
|
|
1553
|
-
-moz-appearance: none;
|
|
1554
|
-
|
|
1555
|
-
appearance: none;
|
|
1556
|
-
fill: transparent;
|
|
1557
|
-
}
|
|
1558
|
-
.BookmarkButton-module_dark__1cwyi {
|
|
1559
|
-
color: #fff;
|
|
1560
|
-
}
|
|
1561
|
-
.BookmarkButton-module_light__1uQyH {
|
|
1562
|
-
color: #000;
|
|
1563
|
-
}
|
|
1564
|
-
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1565
|
-
fill: #e0e0e0;
|
|
1566
|
-
}
|
|
1567
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1568
|
-
fill: #fff;
|
|
1569
|
-
}
|
|
1570
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1571
|
-
fill: #000;
|
|
1572
|
-
}
|
|
1573
|
-
@media only screen and (min-device-width: 64em) {
|
|
1574
|
-
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1575
|
-
width: 12px
|
|
1576
|
-
}
|
|
1577
|
-
}
|
|
1578
|
-
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1579
|
-
display: none;
|
|
1580
|
-
}
|
|
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
|
-
|
|
1626
|
-
/* Colors */
|
|
1627
|
-
/* Fonts */
|
|
1628
|
-
/* Gap */
|
|
1629
|
-
/* Media */
|
|
1630
|
-
/* 512 */
|
|
1631
|
-
/* 650 */
|
|
1632
|
-
/* 768 */
|
|
1633
|
-
/* 1024 */
|
|
1634
|
-
/* 1010 */
|
|
1635
|
-
/* 1200 */
|
|
1636
|
-
/* 511 */
|
|
1637
|
-
/* 1023 */
|
|
1638
|
-
/* Zindex */
|
|
1639
|
-
.Dropdown-module_root__11PNk {
|
|
1640
|
-
position: relative;
|
|
1641
|
-
z-index: 100;
|
|
1642
|
-
|
|
1643
|
-
display: inline-block;
|
|
1644
|
-
|
|
1645
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1646
|
-
}
|
|
1647
|
-
.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
|
|
1648
|
-
.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
|
|
1649
|
-
visibility: visible;
|
|
1650
|
-
|
|
1651
|
-
opacity: 1;
|
|
1652
|
-
}
|
|
1653
|
-
.Dropdown-module_root__11PNk ul {
|
|
1654
|
-
overflow: hidden;
|
|
1655
|
-
|
|
1656
|
-
width: 162px;
|
|
1657
|
-
margin: 0;
|
|
1658
|
-
padding: 3px 0;
|
|
1659
|
-
|
|
1660
|
-
border-radius: 5px;
|
|
1661
|
-
background: #fff;
|
|
1662
|
-
box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
|
|
1663
|
-
|
|
1664
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1665
|
-
font-size: 14px;
|
|
1666
|
-
line-height: 26px;
|
|
1667
|
-
}
|
|
1668
|
-
.Dropdown-module_root__11PNk a {
|
|
1669
|
-
display: block;
|
|
1670
|
-
|
|
1671
|
-
padding: 2px 15px;
|
|
1672
|
-
|
|
1673
|
-
text-decoration: none;
|
|
1674
|
-
|
|
1675
|
-
color: #000;
|
|
1676
|
-
box-shadow: none;
|
|
1677
|
-
}
|
|
1678
|
-
.Dropdown-module_root__11PNk a:hover {
|
|
1679
|
-
color: #000;
|
|
1680
|
-
background-color: #f7f7f7;
|
|
1681
|
-
}
|
|
1682
|
-
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1683
|
-
right: 0;
|
|
1684
|
-
left: auto
|
|
1685
|
-
}
|
|
1686
|
-
@media only screen and (min-device-width: 64em) {
|
|
1687
|
-
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1688
|
-
right: auto;
|
|
1689
|
-
left: 0
|
|
1690
|
-
}
|
|
1691
|
-
}
|
|
1692
|
-
.Dropdown-module_menu__3PIqD {
|
|
1693
|
-
position: absolute;
|
|
1694
|
-
top: 100%;
|
|
1695
|
-
left: 0;
|
|
1696
|
-
|
|
1697
|
-
visibility: hidden;
|
|
1698
|
-
|
|
1699
|
-
padding-top: 6px;
|
|
1700
|
-
|
|
1701
|
-
opacity: 0;
|
|
1702
|
-
}
|
|
1703
|
-
.Dropdown-module_menu__3PIqD::after {
|
|
1704
|
-
position: absolute;
|
|
1705
|
-
z-index: -1;
|
|
1706
|
-
top: -10px;
|
|
1707
|
-
right: -10px;
|
|
1708
|
-
bottom: -10px;
|
|
1709
|
-
left: -10px;
|
|
1710
|
-
|
|
1711
|
-
content: '';
|
|
1712
|
-
}
|
|
1713
|
-
|
|
1714
1626
|
/* Colors */
|
|
1715
1627
|
/* Fonts */
|
|
1716
1628
|
/* Gap */
|
|
@@ -1854,6 +1766,94 @@
|
|
|
1854
1766
|
display: none;
|
|
1855
1767
|
}
|
|
1856
1768
|
|
|
1769
|
+
/* Colors */
|
|
1770
|
+
/* Fonts */
|
|
1771
|
+
/* Gap */
|
|
1772
|
+
/* Media */
|
|
1773
|
+
/* 512 */
|
|
1774
|
+
/* 650 */
|
|
1775
|
+
/* 768 */
|
|
1776
|
+
/* 1024 */
|
|
1777
|
+
/* 1010 */
|
|
1778
|
+
/* 1200 */
|
|
1779
|
+
/* 511 */
|
|
1780
|
+
/* 1023 */
|
|
1781
|
+
/* Zindex */
|
|
1782
|
+
.Dropdown-module_root__11PNk {
|
|
1783
|
+
position: relative;
|
|
1784
|
+
z-index: 100;
|
|
1785
|
+
|
|
1786
|
+
display: inline-block;
|
|
1787
|
+
|
|
1788
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1789
|
+
}
|
|
1790
|
+
.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
|
|
1791
|
+
.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
|
|
1792
|
+
visibility: visible;
|
|
1793
|
+
|
|
1794
|
+
opacity: 1;
|
|
1795
|
+
}
|
|
1796
|
+
.Dropdown-module_root__11PNk ul {
|
|
1797
|
+
overflow: hidden;
|
|
1798
|
+
|
|
1799
|
+
width: 162px;
|
|
1800
|
+
margin: 0;
|
|
1801
|
+
padding: 3px 0;
|
|
1802
|
+
|
|
1803
|
+
border-radius: 5px;
|
|
1804
|
+
background: #fff;
|
|
1805
|
+
box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
|
|
1806
|
+
|
|
1807
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1808
|
+
font-size: 14px;
|
|
1809
|
+
line-height: 26px;
|
|
1810
|
+
}
|
|
1811
|
+
.Dropdown-module_root__11PNk a {
|
|
1812
|
+
display: block;
|
|
1813
|
+
|
|
1814
|
+
padding: 2px 15px;
|
|
1815
|
+
|
|
1816
|
+
text-decoration: none;
|
|
1817
|
+
|
|
1818
|
+
color: #000;
|
|
1819
|
+
box-shadow: none;
|
|
1820
|
+
}
|
|
1821
|
+
.Dropdown-module_root__11PNk a:hover {
|
|
1822
|
+
color: #000;
|
|
1823
|
+
background-color: #f7f7f7;
|
|
1824
|
+
}
|
|
1825
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1826
|
+
right: 0;
|
|
1827
|
+
left: auto
|
|
1828
|
+
}
|
|
1829
|
+
@media only screen and (min-device-width: 64em) {
|
|
1830
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1831
|
+
right: auto;
|
|
1832
|
+
left: 0
|
|
1833
|
+
}
|
|
1834
|
+
}
|
|
1835
|
+
.Dropdown-module_menu__3PIqD {
|
|
1836
|
+
position: absolute;
|
|
1837
|
+
top: 100%;
|
|
1838
|
+
left: 0;
|
|
1839
|
+
|
|
1840
|
+
visibility: hidden;
|
|
1841
|
+
|
|
1842
|
+
padding-top: 6px;
|
|
1843
|
+
|
|
1844
|
+
opacity: 0;
|
|
1845
|
+
}
|
|
1846
|
+
.Dropdown-module_menu__3PIqD::after {
|
|
1847
|
+
position: absolute;
|
|
1848
|
+
z-index: -1;
|
|
1849
|
+
top: -10px;
|
|
1850
|
+
right: -10px;
|
|
1851
|
+
bottom: -10px;
|
|
1852
|
+
left: -10px;
|
|
1853
|
+
|
|
1854
|
+
content: '';
|
|
1855
|
+
}
|
|
1856
|
+
|
|
1857
1857
|
/* Colors */
|
|
1858
1858
|
/* Fonts */
|
|
1859
1859
|
/* Gap */
|
|
@@ -2749,168 +2749,6 @@
|
|
|
2749
2749
|
}
|
|
2750
2750
|
}
|
|
2751
2751
|
|
|
2752
|
-
/* Colors */
|
|
2753
|
-
/* Fonts */
|
|
2754
|
-
/* Gap */
|
|
2755
|
-
/* Media */
|
|
2756
|
-
/* 512 */
|
|
2757
|
-
/* 650 */
|
|
2758
|
-
/* 768 */
|
|
2759
|
-
/* 1024 */
|
|
2760
|
-
/* 1010 */
|
|
2761
|
-
/* 1200 */
|
|
2762
|
-
/* 511 */
|
|
2763
|
-
/* 1023 */
|
|
2764
|
-
/* Zindex */
|
|
2765
|
-
.ListBlock-module_root__3Q3Ga {
|
|
2766
|
-
margin: 15px 0;
|
|
2767
|
-
padding: 0;
|
|
2768
|
-
|
|
2769
|
-
list-style: none;
|
|
2770
|
-
|
|
2771
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
2772
|
-
font-size: 18px;
|
|
2773
|
-
line-height: 24px
|
|
2774
|
-
}
|
|
2775
|
-
@media only screen and (min-device-width: 32em) {
|
|
2776
|
-
.ListBlock-module_root__3Q3Ga {
|
|
2777
|
-
font-size: 20px;
|
|
2778
|
-
line-height: 28px
|
|
2779
|
-
}
|
|
2780
|
-
}
|
|
2781
|
-
@media only screen and (min-device-width: 48em) {
|
|
2782
|
-
.ListBlock-module_root__3Q3Ga {
|
|
2783
|
-
margin: 20px 0
|
|
2784
|
-
}
|
|
2785
|
-
}
|
|
2786
|
-
.ListBlock-module_root__3Q3Ga:first-child {
|
|
2787
|
-
margin-top: 0;
|
|
2788
|
-
}
|
|
2789
|
-
.ListBlock-module_root__3Q3Ga:last-child {
|
|
2790
|
-
margin-bottom: 0;
|
|
2791
|
-
}
|
|
2792
|
-
.ListBlock-module_root__3Q3Ga a {
|
|
2793
|
-
color: inherit;
|
|
2794
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
2795
|
-
}
|
|
2796
|
-
.ListBlock-module_root__3Q3Ga a:hover {
|
|
2797
|
-
color: #b88b59;
|
|
2798
|
-
}
|
|
2799
|
-
.ListBlock-module_root__3Q3Ga li {
|
|
2800
|
-
position: relative;
|
|
2801
|
-
|
|
2802
|
-
margin-bottom: 6px;
|
|
2803
|
-
}
|
|
2804
|
-
.ListBlock-module_root__3Q3Ga mark {
|
|
2805
|
-
position: relative;
|
|
2806
|
-
|
|
2807
|
-
white-space: pre-wrap;
|
|
2808
|
-
|
|
2809
|
-
background-color: #fff3bc;
|
|
2810
|
-
|
|
2811
|
-
font-weight: inherit;
|
|
2812
|
-
font-style: inherit
|
|
2813
|
-
}
|
|
2814
|
-
@media only screen and (min-device-width: 32em) {
|
|
2815
|
-
.ListBlock-module_root__3Q3Ga mark {
|
|
2816
|
-
padding-bottom: 1px
|
|
2817
|
-
}
|
|
2818
|
-
}
|
|
2819
|
-
.ListBlock-module_root__3Q3Ga a mark {
|
|
2820
|
-
color: inherit;
|
|
2821
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
2822
|
-
}
|
|
2823
|
-
.ListBlock-module_ol__21CgV {
|
|
2824
|
-
counter-reset: list 0;
|
|
2825
|
-
}
|
|
2826
|
-
.ListBlock-module_ol__21CgV li {
|
|
2827
|
-
padding: 0 0 0 33px;
|
|
2828
|
-
}
|
|
2829
|
-
.ListBlock-module_ol__21CgV li::before {
|
|
2830
|
-
position: absolute;
|
|
2831
|
-
left: 0;
|
|
2832
|
-
|
|
2833
|
-
width: 23px;
|
|
2834
|
-
|
|
2835
|
-
content: counter(list) '. ';
|
|
2836
|
-
counter-increment: list;
|
|
2837
|
-
text-align: right;
|
|
2838
|
-
white-space: nowrap;
|
|
2839
|
-
}
|
|
2840
|
-
.ListBlock-module_ul__2MRrS li {
|
|
2841
|
-
padding: 0 0 0 23px
|
|
2842
|
-
}
|
|
2843
|
-
@media only screen and (min-device-width: 48em) {
|
|
2844
|
-
.ListBlock-module_ul__2MRrS li {
|
|
2845
|
-
padding: 0 0 0 38px
|
|
2846
|
-
}
|
|
2847
|
-
}
|
|
2848
|
-
.ListBlock-module_ul__2MRrS li:last-child {
|
|
2849
|
-
margin-bottom: 0;
|
|
2850
|
-
}
|
|
2851
|
-
.ListBlock-module_ul__2MRrS li::before {
|
|
2852
|
-
position: absolute;
|
|
2853
|
-
top: 0;
|
|
2854
|
-
left: 5px;
|
|
2855
|
-
|
|
2856
|
-
width: 8px;
|
|
2857
|
-
|
|
2858
|
-
content: '\2022';
|
|
2859
|
-
text-align: center;
|
|
2860
|
-
|
|
2861
|
-
color: #b88b59;
|
|
2862
|
-
|
|
2863
|
-
font-size: 18px;
|
|
2864
|
-
line-height: inherit
|
|
2865
|
-
}
|
|
2866
|
-
@media only screen and (min-device-width: 48em) {
|
|
2867
|
-
.ListBlock-module_ul__2MRrS li::before {
|
|
2868
|
-
left: 0;
|
|
2869
|
-
|
|
2870
|
-
width: 36px;
|
|
2871
|
-
|
|
2872
|
-
text-align: center;
|
|
2873
|
-
|
|
2874
|
-
font-size: 20px
|
|
2875
|
-
}
|
|
2876
|
-
}
|
|
2877
|
-
.ListBlock-module_center__tdIwd {
|
|
2878
|
-
max-width: 650px;
|
|
2879
|
-
margin-right: auto;
|
|
2880
|
-
margin-left: auto;
|
|
2881
|
-
}
|
|
2882
|
-
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2883
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2884
|
-
font-size: 16px;
|
|
2885
|
-
line-height: 20px
|
|
2886
|
-
}
|
|
2887
|
-
@media only screen and (min-device-width: 48em) {
|
|
2888
|
-
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2889
|
-
font-size: 17px;
|
|
2890
|
-
line-height: 24px
|
|
2891
|
-
}
|
|
2892
|
-
}
|
|
2893
|
-
.ListBlock-module_dark__3E3tV a {
|
|
2894
|
-
color: inherit;
|
|
2895
|
-
}
|
|
2896
|
-
.ListBlock-module_dark__3E3tV a:hover {
|
|
2897
|
-
color: #b88b59;
|
|
2898
|
-
}
|
|
2899
|
-
/* VISIBILITY */
|
|
2900
|
-
@media only screen and (min-device-width: 32em) {
|
|
2901
|
-
.ListBlock-module_mobile__2-nuV {
|
|
2902
|
-
display: none
|
|
2903
|
-
}
|
|
2904
|
-
}
|
|
2905
|
-
.ListBlock-module_desktop__1EE0g {
|
|
2906
|
-
display: none
|
|
2907
|
-
}
|
|
2908
|
-
@media only screen and (min-device-width: 32em) {
|
|
2909
|
-
.ListBlock-module_desktop__1EE0g {
|
|
2910
|
-
display: block
|
|
2911
|
-
}
|
|
2912
|
-
}
|
|
2913
|
-
|
|
2914
2752
|
/* Colors */
|
|
2915
2753
|
/* Fonts */
|
|
2916
2754
|
/* Gap */
|
|
@@ -2995,106 +2833,151 @@
|
|
|
2995
2833
|
/* 511 */
|
|
2996
2834
|
/* 1023 */
|
|
2997
2835
|
/* Zindex */
|
|
2998
|
-
.
|
|
2999
|
-
margin:
|
|
2836
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2837
|
+
margin: 15px 0;
|
|
2838
|
+
padding: 0;
|
|
3000
2839
|
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
font-
|
|
3004
|
-
|
|
2840
|
+
list-style: none;
|
|
2841
|
+
|
|
2842
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
2843
|
+
font-size: 18px;
|
|
2844
|
+
line-height: 24px
|
|
2845
|
+
}
|
|
2846
|
+
@media only screen and (min-device-width: 32em) {
|
|
2847
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2848
|
+
font-size: 20px;
|
|
2849
|
+
line-height: 28px
|
|
3005
2850
|
}
|
|
2851
|
+
}
|
|
3006
2852
|
@media only screen and (min-device-width: 48em) {
|
|
3007
|
-
.
|
|
3008
|
-
margin
|
|
3009
|
-
|
|
3010
|
-
font-size: 37px;
|
|
3011
|
-
line-height: 42px
|
|
2853
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2854
|
+
margin: 20px 0
|
|
3012
2855
|
}
|
|
3013
2856
|
}
|
|
3014
|
-
.
|
|
2857
|
+
.ListBlock-module_root__3Q3Ga:first-child {
|
|
2858
|
+
margin-top: 0;
|
|
2859
|
+
}
|
|
2860
|
+
.ListBlock-module_root__3Q3Ga:last-child {
|
|
3015
2861
|
margin-bottom: 0;
|
|
3016
2862
|
}
|
|
3017
|
-
.
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
font-weight: normal
|
|
2863
|
+
.ListBlock-module_root__3Q3Ga a {
|
|
2864
|
+
color: inherit;
|
|
2865
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
3021
2866
|
}
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
2867
|
+
.ListBlock-module_root__3Q3Ga a:hover {
|
|
2868
|
+
color: #b88b59;
|
|
2869
|
+
}
|
|
2870
|
+
.ListBlock-module_root__3Q3Ga li {
|
|
2871
|
+
position: relative;
|
|
2872
|
+
|
|
2873
|
+
margin-bottom: 6px;
|
|
2874
|
+
}
|
|
2875
|
+
.ListBlock-module_root__3Q3Ga mark {
|
|
2876
|
+
position: relative;
|
|
2877
|
+
|
|
2878
|
+
white-space: pre-wrap;
|
|
2879
|
+
|
|
2880
|
+
background-color: #fff3bc;
|
|
2881
|
+
|
|
2882
|
+
font-weight: inherit;
|
|
2883
|
+
font-style: inherit
|
|
3025
2884
|
}
|
|
3026
|
-
}
|
|
3027
2885
|
@media only screen and (min-device-width: 32em) {
|
|
3028
|
-
.
|
|
3029
|
-
|
|
3030
|
-
text-align: center
|
|
2886
|
+
.ListBlock-module_root__3Q3Ga mark {
|
|
2887
|
+
padding-bottom: 1px
|
|
3031
2888
|
}
|
|
3032
2889
|
}
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
line-height: 36px
|
|
2890
|
+
.ListBlock-module_root__3Q3Ga a mark {
|
|
2891
|
+
color: inherit;
|
|
2892
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
3037
2893
|
}
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
.RichTitle-module_half__10GRI span {
|
|
3041
|
-
font-size: 34px
|
|
2894
|
+
.ListBlock-module_ol__21CgV {
|
|
2895
|
+
counter-reset: list 0;
|
|
3042
2896
|
}
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
padding-top: 9px;
|
|
2897
|
+
.ListBlock-module_ol__21CgV li {
|
|
2898
|
+
padding: 0 0 0 33px;
|
|
3046
2899
|
}
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
2900
|
+
.ListBlock-module_ol__21CgV li::before {
|
|
2901
|
+
position: absolute;
|
|
2902
|
+
left: 0;
|
|
3050
2903
|
|
|
3051
|
-
|
|
3052
|
-
|
|
2904
|
+
width: 23px;
|
|
2905
|
+
|
|
2906
|
+
content: counter(list) '. ';
|
|
2907
|
+
counter-increment: list;
|
|
2908
|
+
text-align: right;
|
|
2909
|
+
white-space: nowrap;
|
|
2910
|
+
}
|
|
2911
|
+
.ListBlock-module_ul__2MRrS li {
|
|
2912
|
+
padding: 0 0 0 23px
|
|
2913
|
+
}
|
|
2914
|
+
@media only screen and (min-device-width: 48em) {
|
|
2915
|
+
.ListBlock-module_ul__2MRrS li {
|
|
2916
|
+
padding: 0 0 0 38px
|
|
3053
2917
|
}
|
|
3054
2918
|
}
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
2919
|
+
.ListBlock-module_ul__2MRrS li:last-child {
|
|
2920
|
+
margin-bottom: 0;
|
|
2921
|
+
}
|
|
2922
|
+
.ListBlock-module_ul__2MRrS li::before {
|
|
2923
|
+
position: absolute;
|
|
2924
|
+
top: 0;
|
|
2925
|
+
left: 5px;
|
|
3058
2926
|
|
|
3059
|
-
|
|
2927
|
+
width: 8px;
|
|
3060
2928
|
|
|
3061
|
-
|
|
3062
|
-
|
|
2929
|
+
content: '\2022';
|
|
2930
|
+
text-align: center;
|
|
2931
|
+
|
|
2932
|
+
color: #b88b59;
|
|
2933
|
+
|
|
2934
|
+
font-size: 18px;
|
|
2935
|
+
line-height: inherit
|
|
3063
2936
|
}
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
2937
|
+
@media only screen and (min-device-width: 48em) {
|
|
2938
|
+
.ListBlock-module_ul__2MRrS li::before {
|
|
2939
|
+
left: 0;
|
|
2940
|
+
|
|
2941
|
+
width: 36px;
|
|
2942
|
+
|
|
2943
|
+
text-align: center;
|
|
2944
|
+
|
|
2945
|
+
font-size: 20px
|
|
3068
2946
|
}
|
|
3069
2947
|
}
|
|
3070
|
-
.
|
|
3071
|
-
|
|
3072
|
-
|
|
2948
|
+
.ListBlock-module_center__tdIwd {
|
|
2949
|
+
max-width: 650px;
|
|
2950
|
+
margin-right: auto;
|
|
2951
|
+
margin-left: auto;
|
|
3073
2952
|
}
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
2953
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2954
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2955
|
+
font-size: 16px;
|
|
2956
|
+
line-height: 20px
|
|
2957
|
+
}
|
|
2958
|
+
@media only screen and (min-device-width: 48em) {
|
|
2959
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2960
|
+
font-size: 17px;
|
|
2961
|
+
line-height: 24px
|
|
3078
2962
|
}
|
|
3079
2963
|
}
|
|
3080
|
-
.
|
|
3081
|
-
|
|
2964
|
+
.ListBlock-module_dark__3E3tV a {
|
|
2965
|
+
color: inherit;
|
|
3082
2966
|
}
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
font-size: 1.35rem
|
|
2967
|
+
.ListBlock-module_dark__3E3tV a:hover {
|
|
2968
|
+
color: #b88b59;
|
|
3086
2969
|
}
|
|
3087
|
-
|
|
2970
|
+
/* VISIBILITY */
|
|
3088
2971
|
@media only screen and (min-device-width: 32em) {
|
|
3089
|
-
.
|
|
2972
|
+
.ListBlock-module_mobile__2-nuV {
|
|
3090
2973
|
display: none
|
|
3091
2974
|
}
|
|
3092
2975
|
}
|
|
3093
|
-
.
|
|
2976
|
+
.ListBlock-module_desktop__1EE0g {
|
|
3094
2977
|
display: none
|
|
3095
2978
|
}
|
|
3096
2979
|
@media only screen and (min-device-width: 32em) {
|
|
3097
|
-
.
|
|
2980
|
+
.ListBlock-module_desktop__1EE0g {
|
|
3098
2981
|
display: block
|
|
3099
2982
|
}
|
|
3100
2983
|
}
|
|
@@ -3165,70 +3048,187 @@
|
|
|
3165
3048
|
color: #7F7F7F;
|
|
3166
3049
|
|
|
3167
3050
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3168
|
-
font-size: 12px;
|
|
3169
|
-
font-weight: 600;
|
|
3170
|
-
line-height: 17px
|
|
3051
|
+
font-size: 12px;
|
|
3052
|
+
font-weight: 600;
|
|
3053
|
+
line-height: 17px
|
|
3054
|
+
}
|
|
3055
|
+
@media only screen and (min-device-width: 48em) {
|
|
3056
|
+
.RelatedBlock-module_header__2SuWP {
|
|
3057
|
+
padding: 20px 20px 14px;
|
|
3058
|
+
|
|
3059
|
+
font-size: 14px;
|
|
3060
|
+
line-height: 16px
|
|
3061
|
+
}
|
|
3062
|
+
}
|
|
3063
|
+
.RelatedBlock-module_items__2V-Ap {
|
|
3064
|
+
margin: 0;
|
|
3065
|
+
padding-left: 0;
|
|
3066
|
+
|
|
3067
|
+
list-style: none;
|
|
3068
|
+
}
|
|
3069
|
+
.RelatedBlock-module_items__2V-Ap li {
|
|
3070
|
+
padding: 0;
|
|
3071
|
+
}
|
|
3072
|
+
.RelatedBlock-module_items__2V-Ap li + li {
|
|
3073
|
+
border-top: 1px solid #e6e6e6;
|
|
3074
|
+
}
|
|
3075
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3076
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3077
|
+
font-size: 16px;
|
|
3078
|
+
font-weight: 700;
|
|
3079
|
+
line-height: 18px
|
|
3080
|
+
}
|
|
3081
|
+
@media only screen and (min-device-width: 48em) {
|
|
3082
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3083
|
+
font-size: 18px
|
|
3084
|
+
}
|
|
3085
|
+
}
|
|
3086
|
+
.RelatedBlock-module_simple__29HVO {
|
|
3087
|
+
}
|
|
3088
|
+
.RelatedBlock-module_center__1LmW8 {
|
|
3089
|
+
max-width: 650px;
|
|
3090
|
+
margin-right: auto;
|
|
3091
|
+
margin-left: auto;
|
|
3092
|
+
}
|
|
3093
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
3094
|
+
margin-top: 0;
|
|
3095
|
+
}
|
|
3096
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
3097
|
+
margin-bottom: 0;
|
|
3098
|
+
}
|
|
3099
|
+
/* VISIBILITY */
|
|
3100
|
+
@media only screen and (min-device-width: 32em) {
|
|
3101
|
+
.RelatedBlock-module_mobile__2XM5a {
|
|
3102
|
+
display: none
|
|
3103
|
+
}
|
|
3104
|
+
}
|
|
3105
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
3106
|
+
display: none
|
|
3107
|
+
}
|
|
3108
|
+
@media only screen and (min-device-width: 32em) {
|
|
3109
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
3110
|
+
display: block
|
|
3111
|
+
}
|
|
3112
|
+
}
|
|
3113
|
+
|
|
3114
|
+
|
|
3115
|
+
/* Colors */
|
|
3116
|
+
/* Fonts */
|
|
3117
|
+
/* Gap */
|
|
3118
|
+
/* Media */
|
|
3119
|
+
/* 512 */
|
|
3120
|
+
/* 650 */
|
|
3121
|
+
/* 768 */
|
|
3122
|
+
/* 1024 */
|
|
3123
|
+
/* 1010 */
|
|
3124
|
+
/* 1200 */
|
|
3125
|
+
/* 511 */
|
|
3126
|
+
/* 1023 */
|
|
3127
|
+
/* Zindex */
|
|
3128
|
+
.RichTitle-module_root__BK_WT {
|
|
3129
|
+
margin: 0 0 18px;
|
|
3130
|
+
|
|
3131
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3132
|
+
font-size: 19px;
|
|
3133
|
+
font-weight: 700;
|
|
3134
|
+
line-height: 23px
|
|
3171
3135
|
}
|
|
3172
3136
|
@media only screen and (min-device-width: 48em) {
|
|
3173
|
-
.
|
|
3174
|
-
|
|
3137
|
+
.RichTitle-module_root__BK_WT {
|
|
3138
|
+
margin-bottom: 15px;
|
|
3175
3139
|
|
|
3176
|
-
font-size:
|
|
3177
|
-
line-height:
|
|
3140
|
+
font-size: 37px;
|
|
3141
|
+
line-height: 42px
|
|
3178
3142
|
}
|
|
3179
3143
|
}
|
|
3180
|
-
.
|
|
3181
|
-
margin: 0;
|
|
3182
|
-
padding-left: 0;
|
|
3183
|
-
|
|
3184
|
-
list-style: none;
|
|
3144
|
+
.RichTitle-module_root__BK_WT:last-child {
|
|
3145
|
+
margin-bottom: 0;
|
|
3185
3146
|
}
|
|
3186
|
-
.
|
|
3187
|
-
|
|
3147
|
+
.RichTitle-module_root__BK_WT span {
|
|
3148
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3149
|
+
font-size: 20px;
|
|
3150
|
+
font-weight: normal
|
|
3188
3151
|
}
|
|
3189
|
-
|
|
3190
|
-
|
|
3152
|
+
@media only screen and (min-device-width: 48em) {
|
|
3153
|
+
.RichTitle-module_root__BK_WT span {
|
|
3154
|
+
font-size: 38px
|
|
3191
3155
|
}
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3156
|
+
}
|
|
3157
|
+
@media only screen and (min-device-width: 32em) {
|
|
3158
|
+
.RichTitle-module_slide__1A-gB,
|
|
3159
|
+
.RichTitle-module_game__1g8Bn {
|
|
3160
|
+
text-align: center
|
|
3197
3161
|
}
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3162
|
+
}
|
|
3163
|
+
@media only screen and (min-device-width: 64em) {
|
|
3164
|
+
.RichTitle-module_half__10GRI {
|
|
3165
|
+
font-size: 33px;
|
|
3166
|
+
line-height: 36px
|
|
3201
3167
|
}
|
|
3202
3168
|
}
|
|
3203
|
-
|
|
3169
|
+
@media only screen and (min-device-width: 64em) {
|
|
3170
|
+
.RichTitle-module_half__10GRI span {
|
|
3171
|
+
font-size: 34px
|
|
3204
3172
|
}
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
margin-left: auto;
|
|
3173
|
+
}
|
|
3174
|
+
.RichTitle-module_game__1g8Bn:first-child {
|
|
3175
|
+
padding-top: 9px;
|
|
3209
3176
|
}
|
|
3210
|
-
|
|
3211
|
-
|
|
3177
|
+
@media only screen and (max-device-width: 63.9375em) {
|
|
3178
|
+
.RichTitle-module_featured__wJfaQ {
|
|
3179
|
+
letter-spacing: 0.3px;
|
|
3180
|
+
|
|
3181
|
+
font-size: 28px;
|
|
3182
|
+
line-height: 30px
|
|
3212
3183
|
}
|
|
3213
|
-
|
|
3214
|
-
|
|
3184
|
+
}
|
|
3185
|
+
@media only screen and (max-device-width: 63.9375em) {
|
|
3186
|
+
.RichTitle-module_featured__wJfaQ span {
|
|
3187
|
+
display: block;
|
|
3188
|
+
|
|
3189
|
+
padding-top: 2px;
|
|
3190
|
+
|
|
3191
|
+
font-size: 18px;
|
|
3192
|
+
line-height: 24px
|
|
3215
3193
|
}
|
|
3216
|
-
|
|
3194
|
+
}
|
|
3195
|
+
@media only screen and (min-device-width: 64em) {
|
|
3196
|
+
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3197
|
+
margin-bottom: 18px
|
|
3198
|
+
}
|
|
3199
|
+
}
|
|
3200
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3201
|
+
font-size: 19px;
|
|
3202
|
+
line-height: 23px
|
|
3203
|
+
}
|
|
3204
|
+
@media only screen and (min-device-width: 64em) {
|
|
3205
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3206
|
+
font-size: 1.3rem;
|
|
3207
|
+
line-height: 1.6rem
|
|
3208
|
+
}
|
|
3209
|
+
}
|
|
3210
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3211
|
+
font-size: 20px
|
|
3212
|
+
}
|
|
3213
|
+
@media only screen and (min-device-width: 64em) {
|
|
3214
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3215
|
+
font-size: 1.35rem
|
|
3216
|
+
}
|
|
3217
|
+
}
|
|
3217
3218
|
@media only screen and (min-device-width: 32em) {
|
|
3218
|
-
.
|
|
3219
|
+
.RichTitle-module_mobile__1Cb6E {
|
|
3219
3220
|
display: none
|
|
3220
3221
|
}
|
|
3221
3222
|
}
|
|
3222
|
-
.
|
|
3223
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3223
3224
|
display: none
|
|
3224
3225
|
}
|
|
3225
3226
|
@media only screen and (min-device-width: 32em) {
|
|
3226
|
-
.
|
|
3227
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3227
3228
|
display: block
|
|
3228
3229
|
}
|
|
3229
3230
|
}
|
|
3230
3231
|
|
|
3231
|
-
|
|
3232
3232
|
/* Colors */
|
|
3233
3233
|
/* Fonts */
|
|
3234
3234
|
/* Gap */
|
|
@@ -4496,6 +4496,78 @@ 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
|
+
|
|
4499
4571
|
/* Colors */
|
|
4500
4572
|
/* Fonts */
|
|
4501
4573
|
/* Gap */
|
|
@@ -4758,78 +4830,6 @@ a mark {
|
|
|
4758
4830
|
}
|
|
4759
4831
|
}
|
|
4760
4832
|
|
|
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 */
|