@meduza/ui-kit-2 0.1.62 → 0.1.64
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 -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 +1 -3
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +1273 -1273
- package/package.json +1 -1
- package/src/BookmarkButton/BookmarkButton.css +50 -0
- package/src/DotsOnImage/index.tsx +1 -3
- package/src/DotsOnImage/mock.json +50 -115
- package/src/.DS_Store +0 -0
package/dist/ui-kit.css
CHANGED
|
@@ -234,6 +234,90 @@
|
|
|
234
234
|
margin-top: -1px;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
+
/* Colors */
|
|
238
|
+
/* Fonts */
|
|
239
|
+
/* Gap */
|
|
240
|
+
/* Media */
|
|
241
|
+
/* 512 */
|
|
242
|
+
/* 650 */
|
|
243
|
+
/* 768 */
|
|
244
|
+
/* 1024 */
|
|
245
|
+
/* 1010 */
|
|
246
|
+
/* 1200 */
|
|
247
|
+
/* 511 */
|
|
248
|
+
/* 1023 */
|
|
249
|
+
/* Zindex */
|
|
250
|
+
.Image-module_root__1vsA_ {
|
|
251
|
+
position: relative;
|
|
252
|
+
z-index: 1;
|
|
253
|
+
|
|
254
|
+
display: block;
|
|
255
|
+
overflow: hidden;
|
|
256
|
+
transition: background-color 250ms ease;
|
|
257
|
+
|
|
258
|
+
background-color: #f2f2f2
|
|
259
|
+
}
|
|
260
|
+
@media only screen and (min-width: 32em) {
|
|
261
|
+
.Image-module_root__1vsA_ {
|
|
262
|
+
border-radius: inherit
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
.Image-module_root__1vsA_ img {
|
|
266
|
+
position: absolute;
|
|
267
|
+
top: 0;
|
|
268
|
+
left: 0;
|
|
269
|
+
|
|
270
|
+
width: 100%;
|
|
271
|
+
height: 100%;
|
|
272
|
+
}
|
|
273
|
+
.Image-module_isLoaded__3XhU5 {
|
|
274
|
+
background-color: transparent;
|
|
275
|
+
}
|
|
276
|
+
.Image-module_wrapper__3fLjs {
|
|
277
|
+
display: block;
|
|
278
|
+
|
|
279
|
+
width: 100%;
|
|
280
|
+
|
|
281
|
+
background-repeat: no-repeat;
|
|
282
|
+
background-size: 100% auto;
|
|
283
|
+
}
|
|
284
|
+
.Image-module_fullscreen__29apx picture {
|
|
285
|
+
cursor: pointer;
|
|
286
|
+
}
|
|
287
|
+
.Image-module_fullscreen__29apx picture:hover::after {
|
|
288
|
+
opacity: 1;
|
|
289
|
+
}
|
|
290
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
291
|
+
position: absolute;
|
|
292
|
+
right: 12px;
|
|
293
|
+
bottom: 12px;
|
|
294
|
+
|
|
295
|
+
width: 40px;
|
|
296
|
+
height: 40px;
|
|
297
|
+
|
|
298
|
+
transition: opacity 250ms ease;
|
|
299
|
+
pointer-events: none;
|
|
300
|
+
|
|
301
|
+
opacity: 0;
|
|
302
|
+
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
303
|
+
border-radius: 20px;
|
|
304
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
305
|
+
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");
|
|
306
|
+
background-repeat: no-repeat;
|
|
307
|
+
background-position: center
|
|
308
|
+
}
|
|
309
|
+
@media only screen and (min-width: 64em) {
|
|
310
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
311
|
+
content: ''
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
315
|
+
outline: none;
|
|
316
|
+
}
|
|
317
|
+
.Image-module_dark__3o0nU {
|
|
318
|
+
background-color: transparent;
|
|
319
|
+
}
|
|
320
|
+
|
|
237
321
|
/* Colors */
|
|
238
322
|
/* Fonts */
|
|
239
323
|
/* Gap */
|
|
@@ -624,6 +708,143 @@
|
|
|
624
708
|
box-shadow: inset 0 0 0 1px #323232;
|
|
625
709
|
}
|
|
626
710
|
|
|
711
|
+
/* Colors */
|
|
712
|
+
/* Fonts */
|
|
713
|
+
/* Gap */
|
|
714
|
+
/* Media */
|
|
715
|
+
/* 512 */
|
|
716
|
+
/* 650 */
|
|
717
|
+
/* 768 */
|
|
718
|
+
/* 1024 */
|
|
719
|
+
/* 1010 */
|
|
720
|
+
/* 1200 */
|
|
721
|
+
/* 511 */
|
|
722
|
+
/* 1023 */
|
|
723
|
+
/* Zindex */
|
|
724
|
+
.Tag-module_root__3IqWC {
|
|
725
|
+
display: inline-block;
|
|
726
|
+
|
|
727
|
+
cursor: default;
|
|
728
|
+
-webkit-user-select: none;
|
|
729
|
+
-moz-user-select: none;
|
|
730
|
+
-ms-user-select: none;
|
|
731
|
+
user-select: none;
|
|
732
|
+
vertical-align: middle;
|
|
733
|
+
letter-spacing: 1px;
|
|
734
|
+
text-transform: uppercase;
|
|
735
|
+
|
|
736
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
737
|
+
font-size: 12px;
|
|
738
|
+
font-weight: 600;
|
|
739
|
+
line-height: 12px;
|
|
740
|
+
}
|
|
741
|
+
.Tag-module_small__2IAb7 {
|
|
742
|
+
font-size: 12px;
|
|
743
|
+
line-height: 12px
|
|
744
|
+
}
|
|
745
|
+
@media only screen and (min-width: 64em) {
|
|
746
|
+
.Tag-module_small__2IAb7 {
|
|
747
|
+
line-height: 14px
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
@media only screen and (min-width: 64em) {
|
|
751
|
+
.Tag-module_large__22z_o {
|
|
752
|
+
letter-spacing: 1px;
|
|
753
|
+
|
|
754
|
+
font-size: 14px;
|
|
755
|
+
line-height: 16px
|
|
756
|
+
}
|
|
757
|
+
}
|
|
758
|
+
.Tag-module_dark__sgnt1 {
|
|
759
|
+
color: #000;
|
|
760
|
+
}
|
|
761
|
+
.Tag-module_light__1zUhp {
|
|
762
|
+
color: #fff;
|
|
763
|
+
}
|
|
764
|
+
.Tag-module_gold__2ksA7 {
|
|
765
|
+
color: #b88b59;
|
|
766
|
+
}
|
|
767
|
+
.Tag-module_gray__mGAO_ {
|
|
768
|
+
color: #757575;
|
|
769
|
+
}
|
|
770
|
+
.Tag-module_inherit__2QB5U {
|
|
771
|
+
color: inherit;
|
|
772
|
+
}
|
|
773
|
+
@media only screen and (min-width: 64em) {
|
|
774
|
+
.Tag-module_is1to1__3EDbC,
|
|
775
|
+
.Tag-module_is1to2__3xbC6,
|
|
776
|
+
.Tag-module_isInSuperBlock__38JE0 {
|
|
777
|
+
letter-spacing: 1px;
|
|
778
|
+
|
|
779
|
+
font-size: 12px;
|
|
780
|
+
line-height: 20px
|
|
781
|
+
}
|
|
782
|
+
}
|
|
783
|
+
@media only screen and (min-width: 64em) {
|
|
784
|
+
.Tag-module_is1to3__3j5K-,
|
|
785
|
+
.Tag-module_is1to4__2vq4r {
|
|
786
|
+
letter-spacing: 0.5px;
|
|
787
|
+
|
|
788
|
+
font-size: 10px;
|
|
789
|
+
line-height: 15px
|
|
790
|
+
}
|
|
791
|
+
}
|
|
792
|
+
@media only screen and (min-width: 32em) {
|
|
793
|
+
.Tag-module_slide__2nMDw,
|
|
794
|
+
.Tag-module_game__3j5yG {
|
|
795
|
+
width: 100%;
|
|
796
|
+
|
|
797
|
+
text-align: center
|
|
798
|
+
}
|
|
799
|
+
}
|
|
800
|
+
.Tag-module_richRelated__2vbQQ {
|
|
801
|
+
font-size: 12px;
|
|
802
|
+
line-height: 17px
|
|
803
|
+
}
|
|
804
|
+
@media only screen and (min-width: 64em) {
|
|
805
|
+
.Tag-module_richRelated__2vbQQ {
|
|
806
|
+
font-size: 14px;
|
|
807
|
+
line-height: 20px
|
|
808
|
+
}
|
|
809
|
+
}
|
|
810
|
+
.Tag-module_slide__2nMDw,
|
|
811
|
+
.Tag-module_game__3j5yG,
|
|
812
|
+
.Tag-module_card__1EAeF,
|
|
813
|
+
.Tag-module_live__rwXuR,
|
|
814
|
+
.Tag-module_episode__3o6gg,
|
|
815
|
+
.Tag-module_podcast__VPoll,
|
|
816
|
+
.Tag-module_rich__2URd9,
|
|
817
|
+
.Tag-module_isInDynamicBlock__1YM9I {
|
|
818
|
+
margin-bottom: 6px;
|
|
819
|
+
|
|
820
|
+
line-height: 10px
|
|
821
|
+
}
|
|
822
|
+
@media only screen and (min-width: 32em) {
|
|
823
|
+
.Tag-module_slide__2nMDw,
|
|
824
|
+
.Tag-module_game__3j5yG,
|
|
825
|
+
.Tag-module_card__1EAeF,
|
|
826
|
+
.Tag-module_live__rwXuR,
|
|
827
|
+
.Tag-module_episode__3o6gg,
|
|
828
|
+
.Tag-module_podcast__VPoll,
|
|
829
|
+
.Tag-module_rich__2URd9,
|
|
830
|
+
.Tag-module_isInDynamicBlock__1YM9I {
|
|
831
|
+
margin-bottom: 10px
|
|
832
|
+
}
|
|
833
|
+
}
|
|
834
|
+
@media only screen and (min-width: 32em) {
|
|
835
|
+
.Tag-module_mobile__QQxuv {
|
|
836
|
+
display: none
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
.Tag-module_desktop__1Bjsy {
|
|
840
|
+
display: none
|
|
841
|
+
}
|
|
842
|
+
@media only screen and (min-width: 32em) {
|
|
843
|
+
.Tag-module_desktop__1Bjsy {
|
|
844
|
+
display: block
|
|
845
|
+
}
|
|
846
|
+
}
|
|
847
|
+
|
|
627
848
|
/* Colors */
|
|
628
849
|
/* Fonts */
|
|
629
850
|
/* Gap */
|
|
@@ -803,145 +1024,8 @@
|
|
|
803
1024
|
/* 511 */
|
|
804
1025
|
/* 1023 */
|
|
805
1026
|
/* Zindex */
|
|
806
|
-
.
|
|
807
|
-
display:
|
|
808
|
-
|
|
809
|
-
cursor: default;
|
|
810
|
-
-webkit-user-select: none;
|
|
811
|
-
-moz-user-select: none;
|
|
812
|
-
-ms-user-select: none;
|
|
813
|
-
user-select: none;
|
|
814
|
-
vertical-align: middle;
|
|
815
|
-
letter-spacing: 1px;
|
|
816
|
-
text-transform: uppercase;
|
|
817
|
-
|
|
818
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
819
|
-
font-size: 12px;
|
|
820
|
-
font-weight: 600;
|
|
821
|
-
line-height: 12px;
|
|
822
|
-
}
|
|
823
|
-
.Tag-module_small__2IAb7 {
|
|
824
|
-
font-size: 12px;
|
|
825
|
-
line-height: 12px
|
|
826
|
-
}
|
|
827
|
-
@media only screen and (min-width: 64em) {
|
|
828
|
-
.Tag-module_small__2IAb7 {
|
|
829
|
-
line-height: 14px
|
|
830
|
-
}
|
|
831
|
-
}
|
|
832
|
-
@media only screen and (min-width: 64em) {
|
|
833
|
-
.Tag-module_large__22z_o {
|
|
834
|
-
letter-spacing: 1px;
|
|
835
|
-
|
|
836
|
-
font-size: 14px;
|
|
837
|
-
line-height: 16px
|
|
838
|
-
}
|
|
839
|
-
}
|
|
840
|
-
.Tag-module_dark__sgnt1 {
|
|
841
|
-
color: #000;
|
|
842
|
-
}
|
|
843
|
-
.Tag-module_light__1zUhp {
|
|
844
|
-
color: #fff;
|
|
845
|
-
}
|
|
846
|
-
.Tag-module_gold__2ksA7 {
|
|
847
|
-
color: #b88b59;
|
|
848
|
-
}
|
|
849
|
-
.Tag-module_gray__mGAO_ {
|
|
850
|
-
color: #757575;
|
|
851
|
-
}
|
|
852
|
-
.Tag-module_inherit__2QB5U {
|
|
853
|
-
color: inherit;
|
|
854
|
-
}
|
|
855
|
-
@media only screen and (min-width: 64em) {
|
|
856
|
-
.Tag-module_is1to1__3EDbC,
|
|
857
|
-
.Tag-module_is1to2__3xbC6,
|
|
858
|
-
.Tag-module_isInSuperBlock__38JE0 {
|
|
859
|
-
letter-spacing: 1px;
|
|
860
|
-
|
|
861
|
-
font-size: 12px;
|
|
862
|
-
line-height: 20px
|
|
863
|
-
}
|
|
864
|
-
}
|
|
865
|
-
@media only screen and (min-width: 64em) {
|
|
866
|
-
.Tag-module_is1to3__3j5K-,
|
|
867
|
-
.Tag-module_is1to4__2vq4r {
|
|
868
|
-
letter-spacing: 0.5px;
|
|
869
|
-
|
|
870
|
-
font-size: 10px;
|
|
871
|
-
line-height: 15px
|
|
872
|
-
}
|
|
873
|
-
}
|
|
874
|
-
@media only screen and (min-width: 32em) {
|
|
875
|
-
.Tag-module_slide__2nMDw,
|
|
876
|
-
.Tag-module_game__3j5yG {
|
|
877
|
-
width: 100%;
|
|
878
|
-
|
|
879
|
-
text-align: center
|
|
880
|
-
}
|
|
881
|
-
}
|
|
882
|
-
.Tag-module_richRelated__2vbQQ {
|
|
883
|
-
font-size: 12px;
|
|
884
|
-
line-height: 17px
|
|
885
|
-
}
|
|
886
|
-
@media only screen and (min-width: 64em) {
|
|
887
|
-
.Tag-module_richRelated__2vbQQ {
|
|
888
|
-
font-size: 14px;
|
|
889
|
-
line-height: 20px
|
|
890
|
-
}
|
|
891
|
-
}
|
|
892
|
-
.Tag-module_slide__2nMDw,
|
|
893
|
-
.Tag-module_game__3j5yG,
|
|
894
|
-
.Tag-module_card__1EAeF,
|
|
895
|
-
.Tag-module_live__rwXuR,
|
|
896
|
-
.Tag-module_episode__3o6gg,
|
|
897
|
-
.Tag-module_podcast__VPoll,
|
|
898
|
-
.Tag-module_rich__2URd9,
|
|
899
|
-
.Tag-module_isInDynamicBlock__1YM9I {
|
|
900
|
-
margin-bottom: 6px;
|
|
901
|
-
|
|
902
|
-
line-height: 10px
|
|
903
|
-
}
|
|
904
|
-
@media only screen and (min-width: 32em) {
|
|
905
|
-
.Tag-module_slide__2nMDw,
|
|
906
|
-
.Tag-module_game__3j5yG,
|
|
907
|
-
.Tag-module_card__1EAeF,
|
|
908
|
-
.Tag-module_live__rwXuR,
|
|
909
|
-
.Tag-module_episode__3o6gg,
|
|
910
|
-
.Tag-module_podcast__VPoll,
|
|
911
|
-
.Tag-module_rich__2URd9,
|
|
912
|
-
.Tag-module_isInDynamicBlock__1YM9I {
|
|
913
|
-
margin-bottom: 10px
|
|
914
|
-
}
|
|
915
|
-
}
|
|
916
|
-
@media only screen and (min-width: 32em) {
|
|
917
|
-
.Tag-module_mobile__QQxuv {
|
|
918
|
-
display: none
|
|
919
|
-
}
|
|
920
|
-
}
|
|
921
|
-
.Tag-module_desktop__1Bjsy {
|
|
922
|
-
display: none
|
|
923
|
-
}
|
|
924
|
-
@media only screen and (min-width: 32em) {
|
|
925
|
-
.Tag-module_desktop__1Bjsy {
|
|
926
|
-
display: block
|
|
927
|
-
}
|
|
928
|
-
}
|
|
929
|
-
|
|
930
|
-
/* Colors */
|
|
931
|
-
/* Fonts */
|
|
932
|
-
/* Gap */
|
|
933
|
-
/* Media */
|
|
934
|
-
/* 512 */
|
|
935
|
-
/* 650 */
|
|
936
|
-
/* 768 */
|
|
937
|
-
/* 1024 */
|
|
938
|
-
/* 1010 */
|
|
939
|
-
/* 1200 */
|
|
940
|
-
/* 511 */
|
|
941
|
-
/* 1023 */
|
|
942
|
-
/* Zindex */
|
|
943
|
-
.Lazy-module_root__2Z72l {
|
|
944
|
-
display: block;
|
|
1027
|
+
.Lazy-module_root__2Z72l {
|
|
1028
|
+
display: block;
|
|
945
1029
|
}
|
|
946
1030
|
|
|
947
1031
|
/* Colors */
|
|
@@ -1242,90 +1326,6 @@
|
|
|
1242
1326
|
min-width: 50px;
|
|
1243
1327
|
}
|
|
1244
1328
|
|
|
1245
|
-
/* Colors */
|
|
1246
|
-
/* Fonts */
|
|
1247
|
-
/* Gap */
|
|
1248
|
-
/* Media */
|
|
1249
|
-
/* 512 */
|
|
1250
|
-
/* 650 */
|
|
1251
|
-
/* 768 */
|
|
1252
|
-
/* 1024 */
|
|
1253
|
-
/* 1010 */
|
|
1254
|
-
/* 1200 */
|
|
1255
|
-
/* 511 */
|
|
1256
|
-
/* 1023 */
|
|
1257
|
-
/* Zindex */
|
|
1258
|
-
.Image-module_root__1vsA_ {
|
|
1259
|
-
position: relative;
|
|
1260
|
-
z-index: 1;
|
|
1261
|
-
|
|
1262
|
-
display: block;
|
|
1263
|
-
overflow: hidden;
|
|
1264
|
-
transition: background-color 250ms ease;
|
|
1265
|
-
|
|
1266
|
-
background-color: #f2f2f2
|
|
1267
|
-
}
|
|
1268
|
-
@media only screen and (min-width: 32em) {
|
|
1269
|
-
.Image-module_root__1vsA_ {
|
|
1270
|
-
border-radius: inherit
|
|
1271
|
-
}
|
|
1272
|
-
}
|
|
1273
|
-
.Image-module_root__1vsA_ img {
|
|
1274
|
-
position: absolute;
|
|
1275
|
-
top: 0;
|
|
1276
|
-
left: 0;
|
|
1277
|
-
|
|
1278
|
-
width: 100%;
|
|
1279
|
-
height: 100%;
|
|
1280
|
-
}
|
|
1281
|
-
.Image-module_isLoaded__3XhU5 {
|
|
1282
|
-
background-color: transparent;
|
|
1283
|
-
}
|
|
1284
|
-
.Image-module_wrapper__3fLjs {
|
|
1285
|
-
display: block;
|
|
1286
|
-
|
|
1287
|
-
width: 100%;
|
|
1288
|
-
|
|
1289
|
-
background-repeat: no-repeat;
|
|
1290
|
-
background-size: 100% auto;
|
|
1291
|
-
}
|
|
1292
|
-
.Image-module_fullscreen__29apx picture {
|
|
1293
|
-
cursor: pointer;
|
|
1294
|
-
}
|
|
1295
|
-
.Image-module_fullscreen__29apx picture:hover::after {
|
|
1296
|
-
opacity: 1;
|
|
1297
|
-
}
|
|
1298
|
-
.Image-module_fullscreen__29apx picture::after {
|
|
1299
|
-
position: absolute;
|
|
1300
|
-
right: 12px;
|
|
1301
|
-
bottom: 12px;
|
|
1302
|
-
|
|
1303
|
-
width: 40px;
|
|
1304
|
-
height: 40px;
|
|
1305
|
-
|
|
1306
|
-
transition: opacity 250ms ease;
|
|
1307
|
-
pointer-events: none;
|
|
1308
|
-
|
|
1309
|
-
opacity: 0;
|
|
1310
|
-
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
1311
|
-
border-radius: 20px;
|
|
1312
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
1313
|
-
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");
|
|
1314
|
-
background-repeat: no-repeat;
|
|
1315
|
-
background-position: center
|
|
1316
|
-
}
|
|
1317
|
-
@media only screen and (min-width: 64em) {
|
|
1318
|
-
.Image-module_fullscreen__29apx picture::after {
|
|
1319
|
-
content: ''
|
|
1320
|
-
}
|
|
1321
|
-
}
|
|
1322
|
-
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
1323
|
-
outline: none;
|
|
1324
|
-
}
|
|
1325
|
-
.Image-module_dark__3o0nU {
|
|
1326
|
-
background-color: transparent;
|
|
1327
|
-
}
|
|
1328
|
-
|
|
1329
1329
|
/* Colors */
|
|
1330
1330
|
/* Fonts */
|
|
1331
1331
|
/* Gap */
|
|
@@ -1419,64 +1419,6 @@
|
|
|
1419
1419
|
}
|
|
1420
1420
|
|
|
1421
1421
|
|
|
1422
|
-
/* Colors */
|
|
1423
|
-
/* Fonts */
|
|
1424
|
-
/* Gap */
|
|
1425
|
-
/* Media */
|
|
1426
|
-
/* 512 */
|
|
1427
|
-
/* 650 */
|
|
1428
|
-
/* 768 */
|
|
1429
|
-
/* 1024 */
|
|
1430
|
-
/* 1010 */
|
|
1431
|
-
/* 1200 */
|
|
1432
|
-
/* 511 */
|
|
1433
|
-
/* 1023 */
|
|
1434
|
-
/* Zindex */
|
|
1435
|
-
.BookmarkButton-module_root__3KmuY {
|
|
1436
|
-
color: #e0e0e0;
|
|
1437
|
-
}
|
|
1438
|
-
.BookmarkButton-module_control__1A0ea {
|
|
1439
|
-
margin: 0;
|
|
1440
|
-
padding: 5px 3px;
|
|
1441
|
-
|
|
1442
|
-
cursor: pointer;
|
|
1443
|
-
|
|
1444
|
-
color: inherit;
|
|
1445
|
-
border-width: 0;
|
|
1446
|
-
outline: none;
|
|
1447
|
-
background-color: transparent;
|
|
1448
|
-
|
|
1449
|
-
-webkit-appearance: none;
|
|
1450
|
-
|
|
1451
|
-
-moz-appearance: none;
|
|
1452
|
-
|
|
1453
|
-
appearance: none;
|
|
1454
|
-
fill: transparent;
|
|
1455
|
-
}
|
|
1456
|
-
.BookmarkButton-module_dark__1cwyi {
|
|
1457
|
-
color: #fff;
|
|
1458
|
-
}
|
|
1459
|
-
.BookmarkButton-module_light__1uQyH {
|
|
1460
|
-
color: #000;
|
|
1461
|
-
}
|
|
1462
|
-
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1463
|
-
fill: #e0e0e0;
|
|
1464
|
-
}
|
|
1465
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1466
|
-
fill: #fff;
|
|
1467
|
-
}
|
|
1468
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1469
|
-
fill: #000;
|
|
1470
|
-
}
|
|
1471
|
-
@media only screen and (min-width: 64em) {
|
|
1472
|
-
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1473
|
-
width: 12px
|
|
1474
|
-
}
|
|
1475
|
-
}
|
|
1476
|
-
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1477
|
-
display: none;
|
|
1478
|
-
}
|
|
1479
|
-
|
|
1480
1422
|
/* Colors */
|
|
1481
1423
|
/* Fonts */
|
|
1482
1424
|
/* Gap */
|
|
@@ -1625,36 +1567,50 @@
|
|
|
1625
1567
|
/* 511 */
|
|
1626
1568
|
/* 1023 */
|
|
1627
1569
|
/* Zindex */
|
|
1628
|
-
.
|
|
1629
|
-
|
|
1570
|
+
.BookmarkButton-module_root__3KmuY {
|
|
1571
|
+
color: #e0e0e0;
|
|
1630
1572
|
}
|
|
1631
|
-
.
|
|
1573
|
+
.BookmarkButton-module_control__1A0ea {
|
|
1632
1574
|
margin: 0;
|
|
1575
|
+
padding: 5px 3px;
|
|
1633
1576
|
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1577
|
+
cursor: pointer;
|
|
1578
|
+
|
|
1579
|
+
color: inherit;
|
|
1580
|
+
border-width: 0;
|
|
1581
|
+
outline: none;
|
|
1582
|
+
background-color: transparent;
|
|
1583
|
+
|
|
1584
|
+
-webkit-appearance: none;
|
|
1585
|
+
|
|
1586
|
+
-moz-appearance: none;
|
|
1587
|
+
|
|
1588
|
+
appearance: none;
|
|
1589
|
+
fill: transparent;
|
|
1638
1590
|
}
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
font-size: 37px;
|
|
1642
|
-
line-height: 38px
|
|
1591
|
+
.BookmarkButton-module_dark__1cwyi {
|
|
1592
|
+
color: #fff;
|
|
1643
1593
|
}
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1647
|
-
font-weight: normal;
|
|
1594
|
+
.BookmarkButton-module_light__1uQyH {
|
|
1595
|
+
color: #000;
|
|
1648
1596
|
}
|
|
1649
|
-
.
|
|
1650
|
-
|
|
1651
|
-
font-weight: 700
|
|
1597
|
+
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1598
|
+
fill: #e0e0e0;
|
|
1652
1599
|
}
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1600
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1601
|
+
fill: #fff;
|
|
1602
|
+
}
|
|
1603
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1604
|
+
fill: #000;
|
|
1605
|
+
}
|
|
1606
|
+
@media only screen and (min-width: 64em) {
|
|
1607
|
+
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1608
|
+
width: 12px
|
|
1656
1609
|
}
|
|
1657
1610
|
}
|
|
1611
|
+
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1612
|
+
display: none;
|
|
1613
|
+
}
|
|
1658
1614
|
|
|
1659
1615
|
/* Colors */
|
|
1660
1616
|
/* Fonts */
|
|
@@ -1744,6 +1700,50 @@
|
|
|
1744
1700
|
content: '';
|
|
1745
1701
|
}
|
|
1746
1702
|
|
|
1703
|
+
/* Colors */
|
|
1704
|
+
/* Fonts */
|
|
1705
|
+
/* Gap */
|
|
1706
|
+
/* Media */
|
|
1707
|
+
/* 512 */
|
|
1708
|
+
/* 650 */
|
|
1709
|
+
/* 768 */
|
|
1710
|
+
/* 1024 */
|
|
1711
|
+
/* 1010 */
|
|
1712
|
+
/* 1200 */
|
|
1713
|
+
/* 511 */
|
|
1714
|
+
/* 1023 */
|
|
1715
|
+
/* Zindex */
|
|
1716
|
+
.MaterialTitle-module_root__18ku- {
|
|
1717
|
+
display: block;
|
|
1718
|
+
}
|
|
1719
|
+
.MaterialTitle-module_root__18ku- {
|
|
1720
|
+
margin: 0;
|
|
1721
|
+
|
|
1722
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1723
|
+
font-size: 25px;
|
|
1724
|
+
font-weight: normal;
|
|
1725
|
+
line-height: 27px
|
|
1726
|
+
}
|
|
1727
|
+
@media only screen and (min-width: 48em) {
|
|
1728
|
+
.MaterialTitle-module_root__18ku- {
|
|
1729
|
+
font-size: 37px;
|
|
1730
|
+
line-height: 38px
|
|
1731
|
+
}
|
|
1732
|
+
}
|
|
1733
|
+
.MaterialTitle-module_primary__2Sfmx {
|
|
1734
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1735
|
+
font-weight: normal;
|
|
1736
|
+
}
|
|
1737
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1738
|
+
font-size: 24px;
|
|
1739
|
+
font-weight: 700
|
|
1740
|
+
}
|
|
1741
|
+
@media only screen and (min-width: 48em) {
|
|
1742
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1743
|
+
font-size: 36px
|
|
1744
|
+
}
|
|
1745
|
+
}
|
|
1746
|
+
|
|
1747
1747
|
/* Colors */
|
|
1748
1748
|
/* Fonts */
|
|
1749
1749
|
/* Gap */
|
|
@@ -1900,90 +1900,283 @@
|
|
|
1900
1900
|
/* 511 */
|
|
1901
1901
|
/* 1023 */
|
|
1902
1902
|
/* Zindex */
|
|
1903
|
-
.
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1903
|
+
.Popover-module_root__1v6f_ {
|
|
1904
|
+
position: fixed;
|
|
1905
|
+
z-index: 1000;
|
|
1906
|
+
top: 0;
|
|
1907
|
+
left: 0;
|
|
1907
1908
|
|
|
1908
|
-
|
|
1909
|
-
/* Fonts */
|
|
1910
|
-
/* Gap */
|
|
1911
|
-
/* Media */
|
|
1912
|
-
/* 512 */
|
|
1913
|
-
/* 650 */
|
|
1914
|
-
/* 768 */
|
|
1915
|
-
/* 1024 */
|
|
1916
|
-
/* 1010 */
|
|
1917
|
-
/* 1200 */
|
|
1918
|
-
/* 511 */
|
|
1919
|
-
/* 1023 */
|
|
1920
|
-
/* Zindex */
|
|
1921
|
-
.Meta-module_root__12AG7 {
|
|
1922
|
-
transform: translateZ(0);
|
|
1909
|
+
display: -webkit-box;
|
|
1923
1910
|
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1911
|
+
display: -webkit-flex;
|
|
1912
|
+
|
|
1913
|
+
display: -ms-flexbox;
|
|
1914
|
+
|
|
1915
|
+
display: flex;
|
|
1916
|
+
align-items: flex-end;
|
|
1917
|
+
flex-direction: row;
|
|
1927
1918
|
|
|
1928
|
-
fill: inherit;
|
|
1929
|
-
}
|
|
1930
|
-
.Meta-module_rich__1XBtZ,
|
|
1931
|
-
.Meta-module_podcast__1m4zo,
|
|
1932
|
-
.Meta-module_episode__1K2Xv,
|
|
1933
|
-
.Meta-module_simple__3vUiI,
|
|
1934
|
-
.Meta-module_slide__3g6fG,
|
|
1935
|
-
.Meta-module_card__LE1RK,
|
|
1936
|
-
.Meta-module_game__3aNlZ,
|
|
1937
|
-
.Meta-module_isInMaterial__zaYMy {
|
|
1938
1919
|
width: 100%;
|
|
1920
|
+
height: 100%;
|
|
1921
|
+
min-height: 120px;
|
|
1922
|
+
padding: 10px 0 0;
|
|
1939
1923
|
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1924
|
+
-webkit-animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
|
|
1925
|
+
|
|
1926
|
+
animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
|
|
1927
|
+
|
|
1928
|
+
opacity: 1;
|
|
1929
|
+
|
|
1930
|
+
font-size: 16px;
|
|
1931
|
+
line-height: 22px;
|
|
1944
1932
|
}
|
|
1945
|
-
.
|
|
1946
|
-
|
|
1933
|
+
.Popover-module_root__1v6f_.Popover-module_visible__eK5ZQ {
|
|
1934
|
+
-webkit-animation: Popover-module_fadeIn__AkrSN 250ms ease both;
|
|
1935
|
+
animation: Popover-module_fadeIn__AkrSN 250ms ease both;
|
|
1947
1936
|
}
|
|
1948
|
-
.
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1937
|
+
.Popover-module_overlay__2SBL0 {
|
|
1938
|
+
position: absolute;
|
|
1939
|
+
top: 0;
|
|
1940
|
+
right: 0;
|
|
1941
|
+
bottom: 0;
|
|
1942
|
+
left: 0;
|
|
1943
|
+
|
|
1944
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
1945
|
+
|
|
1946
|
+
contain: '';
|
|
1952
1947
|
}
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1948
|
+
.Popover-module_container__FnZT- {
|
|
1949
|
+
position: relative;
|
|
1950
|
+
|
|
1951
|
+
flex: 1 1;
|
|
1952
|
+
|
|
1953
|
+
max-width: 420px;
|
|
1954
|
+
min-height: 80px;
|
|
1955
|
+
margin: 0 auto;
|
|
1956
|
+
padding: 22px 20px 28px;
|
|
1957
|
+
|
|
1958
|
+
-webkit-animation: Popover-module_disappear__3Q9LI 350ms ease both;
|
|
1959
|
+
|
|
1960
|
+
animation: Popover-module_disappear__3Q9LI 350ms ease both;
|
|
1956
1961
|
}
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1962
|
+
.Popover-module_dismiss__3RnLj {
|
|
1963
|
+
position: absolute;
|
|
1964
|
+
top: -23px;
|
|
1965
|
+
left: 50%;
|
|
1966
|
+
|
|
1967
|
+
width: 50px;
|
|
1968
|
+
height: 36px;
|
|
1969
|
+
padding: 0;
|
|
1970
|
+
|
|
1971
|
+
transform: translateX(-50%);
|
|
1972
|
+
|
|
1973
|
+
opacity: 0.4;
|
|
1974
|
+
border-width: 0;
|
|
1975
|
+
border-radius: 0;
|
|
1976
|
+
background-color: transparent;
|
|
1977
|
+
background-image: url("data:image/svg+xml,%3Csvg width='17' height='7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.445 1.832l6.946 4.63a2 2 0 0 0 2.218 0l6.946-4.63a1 1 0 1 0-1.11-1.664L8.5 4.798 1.555.168a1 1 0 1 0-1.11 1.664z' fill='%23F7F7F7' fill-rule='nonzero'/%3E%3C/svg%3E");
|
|
1978
|
+
background-repeat: no-repeat;
|
|
1979
|
+
background-position: center;
|
|
1980
|
+
box-shadow: none;
|
|
1981
|
+
|
|
1982
|
+
-webkit-appearance: none;
|
|
1983
|
+
|
|
1984
|
+
-moz-appearance: none;
|
|
1985
|
+
|
|
1986
|
+
appearance: none;
|
|
1965
1987
|
}
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1988
|
+
.Popover-module_background__1KKaP {
|
|
1989
|
+
position: absolute;
|
|
1990
|
+
z-index: -1;
|
|
1991
|
+
top: 0;
|
|
1992
|
+
left: 0;
|
|
1969
1993
|
|
|
1970
|
-
|
|
1994
|
+
overflow: hidden;
|
|
1995
|
+
|
|
1996
|
+
width: 100%;
|
|
1997
|
+
height: 100%;
|
|
1998
|
+
|
|
1999
|
+
border-radius: 8px 8px 0 0;
|
|
1971
2000
|
}
|
|
1972
|
-
.
|
|
1973
|
-
|
|
2001
|
+
.Popover-module_background__1KKaP rect {
|
|
2002
|
+
position: absolute;
|
|
2003
|
+
|
|
2004
|
+
width: 100%;
|
|
2005
|
+
height: 100%;
|
|
1974
2006
|
}
|
|
1975
|
-
.
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
.Meta-module_podcast__1m4zo {
|
|
1979
|
-
display: -webkit-box;
|
|
1980
|
-
display: -webkit-flex;
|
|
1981
|
-
display: -ms-flexbox;
|
|
1982
|
-
display: flex;
|
|
1983
|
-
align-items: center;
|
|
1984
|
-
flex-flow: row wrap
|
|
2007
|
+
.Popover-module_visible__eK5ZQ .Popover-module_container__FnZT- {
|
|
2008
|
+
-webkit-animation: Popover-module_appear__37vPd 350ms ease both;
|
|
2009
|
+
animation: Popover-module_appear__37vPd 350ms ease both;
|
|
1985
2010
|
}
|
|
1986
|
-
|
|
2011
|
+
.Popover-module_body__3h5UO {
|
|
2012
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2013
|
+
font-size: 16px;
|
|
2014
|
+
line-height: 22px;
|
|
2015
|
+
}
|
|
2016
|
+
.Popover-module_body__3h5UO h3 {
|
|
2017
|
+
margin: 0 0 5px;
|
|
2018
|
+
|
|
2019
|
+
font-size: inherit;
|
|
2020
|
+
font-weight: 700;
|
|
2021
|
+
line-height: inherit;
|
|
2022
|
+
}
|
|
2023
|
+
.Popover-module_body__3h5UO p {
|
|
2024
|
+
margin: 0;
|
|
2025
|
+
}
|
|
2026
|
+
.Popover-module_body__3h5UO p + p {
|
|
2027
|
+
margin-top: 6px;
|
|
2028
|
+
}
|
|
2029
|
+
.Popover-module_body__3h5UO a {
|
|
2030
|
+
color: inherit;
|
|
2031
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2032
|
+
}
|
|
2033
|
+
.Popover-module_body__3h5UO a:hover {
|
|
2034
|
+
color: #b88b59;
|
|
2035
|
+
}
|
|
2036
|
+
@-webkit-keyframes Popover-module_appear__37vPd {
|
|
2037
|
+
0% {
|
|
2038
|
+
transform: translateY(100%);
|
|
2039
|
+
}
|
|
2040
|
+
100% {
|
|
2041
|
+
transform: translateY(0);
|
|
2042
|
+
}
|
|
2043
|
+
}
|
|
2044
|
+
@keyframes Popover-module_appear__37vPd {
|
|
2045
|
+
0% {
|
|
2046
|
+
transform: translateY(100%);
|
|
2047
|
+
}
|
|
2048
|
+
100% {
|
|
2049
|
+
transform: translateY(0);
|
|
2050
|
+
}
|
|
2051
|
+
}
|
|
2052
|
+
@-webkit-keyframes Popover-module_disappear__3Q9LI {
|
|
2053
|
+
0% {
|
|
2054
|
+
transform: translateY(0);
|
|
2055
|
+
}
|
|
2056
|
+
100% {
|
|
2057
|
+
transform: translateY(100%);
|
|
2058
|
+
}
|
|
2059
|
+
}
|
|
2060
|
+
@keyframes Popover-module_disappear__3Q9LI {
|
|
2061
|
+
0% {
|
|
2062
|
+
transform: translateY(0);
|
|
2063
|
+
}
|
|
2064
|
+
100% {
|
|
2065
|
+
transform: translateY(100%);
|
|
2066
|
+
}
|
|
2067
|
+
}
|
|
2068
|
+
@-webkit-keyframes Popover-module_fadeIn__AkrSN {
|
|
2069
|
+
0% {
|
|
2070
|
+
opacity: 0;
|
|
2071
|
+
}
|
|
2072
|
+
100% {
|
|
2073
|
+
opacity: 1;
|
|
2074
|
+
}
|
|
2075
|
+
}
|
|
2076
|
+
@keyframes Popover-module_fadeIn__AkrSN {
|
|
2077
|
+
0% {
|
|
2078
|
+
opacity: 0;
|
|
2079
|
+
}
|
|
2080
|
+
100% {
|
|
2081
|
+
opacity: 1;
|
|
2082
|
+
}
|
|
2083
|
+
}
|
|
2084
|
+
@-webkit-keyframes Popover-module_fadeOut__3EZhx {
|
|
2085
|
+
0% {
|
|
2086
|
+
opacity: 1;
|
|
2087
|
+
}
|
|
2088
|
+
100% {
|
|
2089
|
+
opacity: 0;
|
|
2090
|
+
}
|
|
2091
|
+
}
|
|
2092
|
+
@keyframes Popover-module_fadeOut__3EZhx {
|
|
2093
|
+
0% {
|
|
2094
|
+
opacity: 1;
|
|
2095
|
+
}
|
|
2096
|
+
100% {
|
|
2097
|
+
opacity: 0;
|
|
2098
|
+
}
|
|
2099
|
+
}
|
|
2100
|
+
|
|
2101
|
+
/* Colors */
|
|
2102
|
+
/* Fonts */
|
|
2103
|
+
/* Gap */
|
|
2104
|
+
/* Media */
|
|
2105
|
+
/* 512 */
|
|
2106
|
+
/* 650 */
|
|
2107
|
+
/* 768 */
|
|
2108
|
+
/* 1024 */
|
|
2109
|
+
/* 1010 */
|
|
2110
|
+
/* 1200 */
|
|
2111
|
+
/* 511 */
|
|
2112
|
+
/* 1023 */
|
|
2113
|
+
/* Zindex */
|
|
2114
|
+
.Meta-module_root__12AG7 {
|
|
2115
|
+
transform: translateZ(0);
|
|
2116
|
+
|
|
2117
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2118
|
+
font-size: 12px;
|
|
2119
|
+
line-height: 15px;
|
|
2120
|
+
|
|
2121
|
+
fill: inherit;
|
|
2122
|
+
}
|
|
2123
|
+
.Meta-module_rich__1XBtZ,
|
|
2124
|
+
.Meta-module_podcast__1m4zo,
|
|
2125
|
+
.Meta-module_episode__1K2Xv,
|
|
2126
|
+
.Meta-module_simple__3vUiI,
|
|
2127
|
+
.Meta-module_slide__3g6fG,
|
|
2128
|
+
.Meta-module_card__LE1RK,
|
|
2129
|
+
.Meta-module_game__3aNlZ,
|
|
2130
|
+
.Meta-module_isInMaterial__zaYMy {
|
|
2131
|
+
width: 100%;
|
|
2132
|
+
|
|
2133
|
+
color: rgba(0, 0, 0, 0.4);
|
|
2134
|
+
}
|
|
2135
|
+
.Meta-module_podcast__1m4zo {
|
|
2136
|
+
fill: currentColor;
|
|
2137
|
+
}
|
|
2138
|
+
.Meta-module_isInSearchItem__1wbpx {
|
|
2139
|
+
color: rgba(255, 255, 255, 0.7);
|
|
2140
|
+
}
|
|
2141
|
+
.Meta-module_slide__3g6fG.Meta-module_isInMediaBlock__3xfPF,
|
|
2142
|
+
.Meta-module_card__LE1RK.Meta-module_isInMediaBlock__3xfPF,
|
|
2143
|
+
.Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF {
|
|
2144
|
+
text-align: left;
|
|
2145
|
+
}
|
|
2146
|
+
@media only screen and (min-width: 64em) {
|
|
2147
|
+
.Meta-module_center__3BBPr.Meta-module_half__1xRkT {
|
|
2148
|
+
text-align: left
|
|
2149
|
+
}
|
|
2150
|
+
}
|
|
2151
|
+
@media only screen and (min-width: 32em) {
|
|
2152
|
+
.Meta-module_episode__1K2Xv,
|
|
2153
|
+
.Meta-module_card__LE1RK,
|
|
2154
|
+
.Meta-module_slide__3g6fG,
|
|
2155
|
+
.Meta-module_game__3aNlZ,
|
|
2156
|
+
.Meta-module_center__3BBPr {
|
|
2157
|
+
text-align: center
|
|
2158
|
+
}
|
|
2159
|
+
}
|
|
2160
|
+
.Meta-module_light__2baE- {
|
|
2161
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2162
|
+
|
|
2163
|
+
fill: currentColor;
|
|
2164
|
+
}
|
|
2165
|
+
.Meta-module_dark__24y9m {
|
|
2166
|
+
color: rgba(0, 0, 0, 0.4);
|
|
2167
|
+
}
|
|
2168
|
+
.Meta-module_episode__1K2Xv,
|
|
2169
|
+
.Meta-module_card__LE1RK,
|
|
2170
|
+
.Meta-module_slide__3g6fG,
|
|
2171
|
+
.Meta-module_podcast__1m4zo {
|
|
2172
|
+
display: -webkit-box;
|
|
2173
|
+
display: -webkit-flex;
|
|
2174
|
+
display: -ms-flexbox;
|
|
2175
|
+
display: flex;
|
|
2176
|
+
align-items: center;
|
|
2177
|
+
flex-flow: row wrap
|
|
2178
|
+
}
|
|
2179
|
+
@media only screen and (min-width: 48em) {
|
|
1987
2180
|
.Meta-module_episode__1K2Xv,
|
|
1988
2181
|
.Meta-module_card__LE1RK,
|
|
1989
2182
|
.Meta-module_slide__3g6fG,
|
|
@@ -2039,54 +2232,10 @@
|
|
|
2039
2232
|
/* 511 */
|
|
2040
2233
|
/* 1023 */
|
|
2041
2234
|
/* Zindex */
|
|
2042
|
-
.
|
|
2043
|
-
margin-bottom: 11px
|
|
2044
|
-
}
|
|
2045
|
-
@media only screen and (min-width: 64em) {
|
|
2046
|
-
.CardTitle-module_root__1uqqF {
|
|
2047
|
-
margin-bottom: 10px;
|
|
2048
|
-
|
|
2049
|
-
text-align: center
|
|
2050
|
-
}
|
|
2051
|
-
}
|
|
2052
|
-
.CardTitle-module_index__4FsTf {
|
|
2053
|
-
margin-bottom: 7px;
|
|
2054
|
-
|
|
2055
|
-
color: #b88b59;
|
|
2056
|
-
|
|
2057
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2058
|
-
font-size: 20px;
|
|
2059
|
-
font-weight: 700;
|
|
2060
|
-
line-height: 24px;
|
|
2061
|
-
}
|
|
2062
|
-
.CardTitle-module_title__2iTI6 {
|
|
2063
|
-
color: #1d1d1d;
|
|
2064
|
-
|
|
2235
|
+
.Timestamp-module_root__coOvT {
|
|
2065
2236
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2066
|
-
font-
|
|
2067
|
-
font-weight: 700;
|
|
2068
|
-
line-height: 24px
|
|
2069
|
-
}
|
|
2070
|
-
@media only screen and (min-width: 64em) {
|
|
2071
|
-
.CardTitle-module_title__2iTI6 {
|
|
2072
|
-
font-size: 28px;
|
|
2073
|
-
line-height: 34px
|
|
2074
|
-
}
|
|
2075
|
-
}
|
|
2076
|
-
/* VISIBILITY */
|
|
2077
|
-
@media only screen and (min-width: 32em) {
|
|
2078
|
-
.CardTitle-module_mobile__1_kij {
|
|
2079
|
-
display: none
|
|
2080
|
-
}
|
|
2081
|
-
}
|
|
2082
|
-
.CardTitle-module_desktop__1l3_n {
|
|
2083
|
-
display: none
|
|
2084
|
-
}
|
|
2085
|
-
@media only screen and (min-width: 32em) {
|
|
2086
|
-
.CardTitle-module_desktop__1l3_n {
|
|
2087
|
-
display: block
|
|
2237
|
+
font-weight: normal;
|
|
2088
2238
|
}
|
|
2089
|
-
}
|
|
2090
2239
|
|
|
2091
2240
|
/* Colors */
|
|
2092
2241
|
/* Fonts */
|
|
@@ -2187,25 +2336,205 @@
|
|
|
2187
2336
|
/* 511 */
|
|
2188
2337
|
/* 1023 */
|
|
2189
2338
|
/* Zindex */
|
|
2190
|
-
.
|
|
2339
|
+
.Cover-module_root__18Z8J {
|
|
2191
2340
|
position: relative;
|
|
2192
|
-
|
|
2193
|
-
margin: 38px auto 7px
|
|
2194
|
-
}
|
|
2195
|
-
@media only screen and (min-width: 32em) {
|
|
2196
|
-
.ChapterBlock-module_root__1WyVn {
|
|
2197
|
-
max-width: 650px;
|
|
2198
|
-
margin-top: 70px
|
|
2199
2341
|
}
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2342
|
+
.Cover-module_body__1xs8e {
|
|
2343
|
+
position: absolute;
|
|
2344
|
+
z-index: 1;
|
|
2345
|
+
right: 0;
|
|
2346
|
+
bottom: 0;
|
|
2347
|
+
left: 0;
|
|
2348
|
+
|
|
2349
|
+
display: -webkit-box;
|
|
2350
|
+
|
|
2351
|
+
display: -webkit-flex;
|
|
2352
|
+
|
|
2353
|
+
display: -ms-flexbox;
|
|
2354
|
+
|
|
2355
|
+
display: flex;
|
|
2356
|
+
flex-flow: column nowrap;
|
|
2357
|
+
justify-content: flex-end;
|
|
2358
|
+
|
|
2359
|
+
min-height: 412px;
|
|
2360
|
+
padding: 0 20px 12px;
|
|
2203
2361
|
}
|
|
2204
|
-
.
|
|
2205
|
-
|
|
2362
|
+
.Cover-module_image__2f3Qc {
|
|
2363
|
+
position: relative;
|
|
2206
2364
|
}
|
|
2207
|
-
.
|
|
2208
|
-
|
|
2365
|
+
.Cover-module_rich__1fAGA {
|
|
2366
|
+
overflow: hidden;
|
|
2367
|
+
|
|
2368
|
+
margin: 0 -20px;
|
|
2369
|
+
|
|
2370
|
+
border-radius: 9px 9px 0 0;
|
|
2371
|
+
}
|
|
2372
|
+
.Cover-module_rich__1fAGA::after {
|
|
2373
|
+
position: absolute;
|
|
2374
|
+
z-index: 1;
|
|
2375
|
+
top: 0;
|
|
2376
|
+
right: 0;
|
|
2377
|
+
bottom: 0;
|
|
2378
|
+
left: 0;
|
|
2379
|
+
|
|
2380
|
+
content: '';
|
|
2381
|
+
|
|
2382
|
+
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
2383
|
+
border-radius: 10px 10px 0 0;
|
|
2384
|
+
}
|
|
2385
|
+
.Cover-module_dark__2Ac-w .Cover-module_body__1xs8e {
|
|
2386
|
+
color: #000;
|
|
2387
|
+
}
|
|
2388
|
+
.Cover-module_light__FUp5X .Cover-module_body__1xs8e {
|
|
2389
|
+
color: #fff;
|
|
2390
|
+
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
|
|
2391
|
+
}
|
|
2392
|
+
.Cover-module_control__VXbhi {
|
|
2393
|
+
position: absolute;
|
|
2394
|
+
z-index: 10;
|
|
2395
|
+
right: 49px;
|
|
2396
|
+
bottom: 12px;
|
|
2397
|
+
|
|
2398
|
+
width: 28px;
|
|
2399
|
+
height: 28px;
|
|
2400
|
+
margin: 0;
|
|
2401
|
+
padding: 0;
|
|
2402
|
+
|
|
2403
|
+
color: #fff;
|
|
2404
|
+
border-width: 0;
|
|
2405
|
+
border-radius: 14px;
|
|
2406
|
+
outline: none;
|
|
2407
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
2408
|
+
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E %3Cg fill='%23FEFEFE' fill-rule='evenodd' opacity='.7'%3E %3Cpath d='M12.726 16H3.275A3.276 3.276 0 0 1 0 12.725v-9.45A3.276 3.276 0 0 1 3.275 0h9.45A3.275 3.275 0 0 1 16 3.275v9.45A3.275 3.275 0 0 1 12.726 16zm0-2c.703 0 1.274-.571 1.274-1.275v-9.45C14 2.571 13.429 2 12.726 2H3.275C2.57 2 2 2.571 2 3.275v9.45C2 13.429 2.57 14 3.275 14h9.45z' fill-rule='nonzero'/%3E %3Cpath d='M4.97 8.307l7.046 7.046a.5.5 0 0 0 .708-.707l-7.4-7.4a.5.5 0 0 0-.708 0l-3.97 3.97a.5.5 0 0 0 .708.707L4.97 8.307z' fill-rule='nonzero'/%3E %3Cpath d='M10.875 5.832l3.771 3.771a.5.5 0 0 0 .707-.707l-4.125-4.125a.5.5 0 0 0-.707 0l-4.19 4.19a.5.5 0 1 0 .707.707l3.837-3.836z' fill-rule='nonzero'/%3E %3Cpath d='M5.865 4.269a.894.894 0 1 1-1.787 0 .894.894 0 0 1 1.787 0'/%3E %3C/g%3E %3C/svg%3E");
|
|
2409
|
+
background-repeat: no-repeat;
|
|
2410
|
+
background-position: center;
|
|
2411
|
+
box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.15);
|
|
2412
|
+
}
|
|
2413
|
+
.Cover-module_isInDynamicBlock__3eghb .Cover-module_body__1xs8e {
|
|
2414
|
+
padding: 0 12px 12px
|
|
2415
|
+
}
|
|
2416
|
+
.Cover-module_isInDynamicBlock__3eghb::after {
|
|
2417
|
+
position: absolute;
|
|
2418
|
+
z-index: 1;
|
|
2419
|
+
top: 0;
|
|
2420
|
+
right: 0;
|
|
2421
|
+
bottom: 0;
|
|
2422
|
+
left: 0;
|
|
2423
|
+
|
|
2424
|
+
content: '';
|
|
2425
|
+
|
|
2426
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
2427
|
+
border-radius: 8px;
|
|
2428
|
+
}
|
|
2429
|
+
/* VISIBILITY */
|
|
2430
|
+
@media only screen and (min-width: 32em) {
|
|
2431
|
+
.Cover-module_mobile__5DKa1 {
|
|
2432
|
+
display: none
|
|
2433
|
+
}
|
|
2434
|
+
}
|
|
2435
|
+
.Cover-module_desktop__2mrOc {
|
|
2436
|
+
display: none
|
|
2437
|
+
}
|
|
2438
|
+
@media only screen and (min-width: 32em) {
|
|
2439
|
+
.Cover-module_desktop__2mrOc {
|
|
2440
|
+
display: block
|
|
2441
|
+
}
|
|
2442
|
+
}
|
|
2443
|
+
|
|
2444
|
+
/* Colors */
|
|
2445
|
+
/* Fonts */
|
|
2446
|
+
/* Gap */
|
|
2447
|
+
/* Media */
|
|
2448
|
+
/* 512 */
|
|
2449
|
+
/* 650 */
|
|
2450
|
+
/* 768 */
|
|
2451
|
+
/* 1024 */
|
|
2452
|
+
/* 1010 */
|
|
2453
|
+
/* 1200 */
|
|
2454
|
+
/* 511 */
|
|
2455
|
+
/* 1023 */
|
|
2456
|
+
/* Zindex */
|
|
2457
|
+
.CardTitle-module_root__1uqqF {
|
|
2458
|
+
margin-bottom: 11px
|
|
2459
|
+
}
|
|
2460
|
+
@media only screen and (min-width: 64em) {
|
|
2461
|
+
.CardTitle-module_root__1uqqF {
|
|
2462
|
+
margin-bottom: 10px;
|
|
2463
|
+
|
|
2464
|
+
text-align: center
|
|
2465
|
+
}
|
|
2466
|
+
}
|
|
2467
|
+
.CardTitle-module_index__4FsTf {
|
|
2468
|
+
margin-bottom: 7px;
|
|
2469
|
+
|
|
2470
|
+
color: #b88b59;
|
|
2471
|
+
|
|
2472
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2473
|
+
font-size: 20px;
|
|
2474
|
+
font-weight: 700;
|
|
2475
|
+
line-height: 24px;
|
|
2476
|
+
}
|
|
2477
|
+
.CardTitle-module_title__2iTI6 {
|
|
2478
|
+
color: #1d1d1d;
|
|
2479
|
+
|
|
2480
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2481
|
+
font-size: 20px;
|
|
2482
|
+
font-weight: 700;
|
|
2483
|
+
line-height: 24px
|
|
2484
|
+
}
|
|
2485
|
+
@media only screen and (min-width: 64em) {
|
|
2486
|
+
.CardTitle-module_title__2iTI6 {
|
|
2487
|
+
font-size: 28px;
|
|
2488
|
+
line-height: 34px
|
|
2489
|
+
}
|
|
2490
|
+
}
|
|
2491
|
+
/* VISIBILITY */
|
|
2492
|
+
@media only screen and (min-width: 32em) {
|
|
2493
|
+
.CardTitle-module_mobile__1_kij {
|
|
2494
|
+
display: none
|
|
2495
|
+
}
|
|
2496
|
+
}
|
|
2497
|
+
.CardTitle-module_desktop__1l3_n {
|
|
2498
|
+
display: none
|
|
2499
|
+
}
|
|
2500
|
+
@media only screen and (min-width: 32em) {
|
|
2501
|
+
.CardTitle-module_desktop__1l3_n {
|
|
2502
|
+
display: block
|
|
2503
|
+
}
|
|
2504
|
+
}
|
|
2505
|
+
|
|
2506
|
+
/* Colors */
|
|
2507
|
+
/* Fonts */
|
|
2508
|
+
/* Gap */
|
|
2509
|
+
/* Media */
|
|
2510
|
+
/* 512 */
|
|
2511
|
+
/* 650 */
|
|
2512
|
+
/* 768 */
|
|
2513
|
+
/* 1024 */
|
|
2514
|
+
/* 1010 */
|
|
2515
|
+
/* 1200 */
|
|
2516
|
+
/* 511 */
|
|
2517
|
+
/* 1023 */
|
|
2518
|
+
/* Zindex */
|
|
2519
|
+
.ChapterBlock-module_root__1WyVn {
|
|
2520
|
+
position: relative;
|
|
2521
|
+
|
|
2522
|
+
margin: 38px auto 7px
|
|
2523
|
+
}
|
|
2524
|
+
@media only screen and (min-width: 32em) {
|
|
2525
|
+
.ChapterBlock-module_root__1WyVn {
|
|
2526
|
+
max-width: 650px;
|
|
2527
|
+
margin-top: 70px
|
|
2528
|
+
}
|
|
2529
|
+
}
|
|
2530
|
+
.ChapterBlock-module_root__1WyVn:first-child {
|
|
2531
|
+
margin-top: 0;
|
|
2532
|
+
}
|
|
2533
|
+
.ChapterBlock-module_root__1WyVn:last-child {
|
|
2534
|
+
margin-bottom: 0;
|
|
2535
|
+
}
|
|
2536
|
+
.ChapterBlock-module_subtitle__3TXll {
|
|
2537
|
+
display: inline-block;
|
|
2209
2538
|
|
|
2210
2539
|
vertical-align: top;
|
|
2211
2540
|
letter-spacing: 1px;
|
|
@@ -2266,270 +2595,59 @@
|
|
|
2266
2595
|
/* 511 */
|
|
2267
2596
|
/* 1023 */
|
|
2268
2597
|
/* Zindex */
|
|
2269
|
-
.
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2598
|
+
.GroupedBlock-module_root__2qfQA {
|
|
2599
|
+
max-width: 644px;
|
|
2600
|
+
margin: 15px auto 0
|
|
2601
|
+
}
|
|
2602
|
+
@media only screen and (min-width: 48em) {
|
|
2603
|
+
.GroupedBlock-module_root__2qfQA {
|
|
2604
|
+
max-width: none;
|
|
2605
|
+
margin-top: 25px;
|
|
2606
|
+
margin-bottom: 20px
|
|
2607
|
+
}
|
|
2608
|
+
}
|
|
2609
|
+
.GroupedBlock-module_hasFigcaption__2_mcf {
|
|
2610
|
+
margin-bottom: 15px;
|
|
2611
|
+
}
|
|
2612
|
+
@media only screen and (min-width: 48em) {
|
|
2613
|
+
.GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
|
|
2614
|
+
margin-top: 25px
|
|
2615
|
+
}
|
|
2616
|
+
}
|
|
2617
|
+
.GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
|
|
2618
|
+
margin-bottom: 0;
|
|
2619
|
+
}
|
|
2620
|
+
.GroupedBlock-module_items__2DV2X {
|
|
2275
2621
|
display: -webkit-box;
|
|
2276
|
-
|
|
2277
2622
|
display: -webkit-flex;
|
|
2278
|
-
|
|
2279
2623
|
display: -ms-flexbox;
|
|
2280
|
-
|
|
2281
2624
|
display: flex;
|
|
2282
|
-
|
|
2283
|
-
flex-
|
|
2625
|
+
flex-direction: column;
|
|
2626
|
+
flex-wrap: nowrap
|
|
2627
|
+
}
|
|
2628
|
+
@media only screen and (min-width: 48em) {
|
|
2629
|
+
.GroupedBlock-module_items__2DV2X {
|
|
2630
|
+
flex-direction: row
|
|
2631
|
+
}
|
|
2632
|
+
}
|
|
2633
|
+
.GroupedBlock-module_item__3sz9_ {
|
|
2634
|
+
flex-grow: 1;
|
|
2284
2635
|
|
|
2285
2636
|
width: 100%;
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
-webkit-animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
|
|
2291
|
-
|
|
2292
|
-
animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
|
|
2293
|
-
|
|
2294
|
-
opacity: 1;
|
|
2295
|
-
|
|
2296
|
-
font-size: 16px;
|
|
2297
|
-
line-height: 22px;
|
|
2637
|
+
min-width: 100%;
|
|
2638
|
+
max-width: 100%;
|
|
2639
|
+
margin-bottom: 20px
|
|
2298
2640
|
}
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2641
|
+
@media only screen and (min-width: 48em) {
|
|
2642
|
+
.GroupedBlock-module_item__3sz9_ {
|
|
2643
|
+
min-width: 0;
|
|
2644
|
+
max-width: none;
|
|
2645
|
+
margin-bottom: 0
|
|
2302
2646
|
}
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
bottom: 0;
|
|
2308
|
-
left: 0;
|
|
2309
|
-
|
|
2310
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
2311
|
-
|
|
2312
|
-
contain: '';
|
|
2313
|
-
}
|
|
2314
|
-
.Popover-module_container__FnZT- {
|
|
2315
|
-
position: relative;
|
|
2316
|
-
|
|
2317
|
-
flex: 1 1;
|
|
2318
|
-
|
|
2319
|
-
max-width: 420px;
|
|
2320
|
-
min-height: 80px;
|
|
2321
|
-
margin: 0 auto;
|
|
2322
|
-
padding: 22px 20px 28px;
|
|
2323
|
-
|
|
2324
|
-
-webkit-animation: Popover-module_disappear__3Q9LI 350ms ease both;
|
|
2325
|
-
|
|
2326
|
-
animation: Popover-module_disappear__3Q9LI 350ms ease both;
|
|
2327
|
-
}
|
|
2328
|
-
.Popover-module_dismiss__3RnLj {
|
|
2329
|
-
position: absolute;
|
|
2330
|
-
top: -23px;
|
|
2331
|
-
left: 50%;
|
|
2332
|
-
|
|
2333
|
-
width: 50px;
|
|
2334
|
-
height: 36px;
|
|
2335
|
-
padding: 0;
|
|
2336
|
-
|
|
2337
|
-
transform: translateX(-50%);
|
|
2338
|
-
|
|
2339
|
-
opacity: 0.4;
|
|
2340
|
-
border-width: 0;
|
|
2341
|
-
border-radius: 0;
|
|
2342
|
-
background-color: transparent;
|
|
2343
|
-
background-image: url("data:image/svg+xml,%3Csvg width='17' height='7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.445 1.832l6.946 4.63a2 2 0 0 0 2.218 0l6.946-4.63a1 1 0 1 0-1.11-1.664L8.5 4.798 1.555.168a1 1 0 1 0-1.11 1.664z' fill='%23F7F7F7' fill-rule='nonzero'/%3E%3C/svg%3E");
|
|
2344
|
-
background-repeat: no-repeat;
|
|
2345
|
-
background-position: center;
|
|
2346
|
-
box-shadow: none;
|
|
2347
|
-
|
|
2348
|
-
-webkit-appearance: none;
|
|
2349
|
-
|
|
2350
|
-
-moz-appearance: none;
|
|
2351
|
-
|
|
2352
|
-
appearance: none;
|
|
2353
|
-
}
|
|
2354
|
-
.Popover-module_background__1KKaP {
|
|
2355
|
-
position: absolute;
|
|
2356
|
-
z-index: -1;
|
|
2357
|
-
top: 0;
|
|
2358
|
-
left: 0;
|
|
2359
|
-
|
|
2360
|
-
overflow: hidden;
|
|
2361
|
-
|
|
2362
|
-
width: 100%;
|
|
2363
|
-
height: 100%;
|
|
2364
|
-
|
|
2365
|
-
border-radius: 8px 8px 0 0;
|
|
2366
|
-
}
|
|
2367
|
-
.Popover-module_background__1KKaP rect {
|
|
2368
|
-
position: absolute;
|
|
2369
|
-
|
|
2370
|
-
width: 100%;
|
|
2371
|
-
height: 100%;
|
|
2372
|
-
}
|
|
2373
|
-
.Popover-module_visible__eK5ZQ .Popover-module_container__FnZT- {
|
|
2374
|
-
-webkit-animation: Popover-module_appear__37vPd 350ms ease both;
|
|
2375
|
-
animation: Popover-module_appear__37vPd 350ms ease both;
|
|
2376
|
-
}
|
|
2377
|
-
.Popover-module_body__3h5UO {
|
|
2378
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2379
|
-
font-size: 16px;
|
|
2380
|
-
line-height: 22px;
|
|
2381
|
-
}
|
|
2382
|
-
.Popover-module_body__3h5UO h3 {
|
|
2383
|
-
margin: 0 0 5px;
|
|
2384
|
-
|
|
2385
|
-
font-size: inherit;
|
|
2386
|
-
font-weight: 700;
|
|
2387
|
-
line-height: inherit;
|
|
2388
|
-
}
|
|
2389
|
-
.Popover-module_body__3h5UO p {
|
|
2390
|
-
margin: 0;
|
|
2391
|
-
}
|
|
2392
|
-
.Popover-module_body__3h5UO p + p {
|
|
2393
|
-
margin-top: 6px;
|
|
2394
|
-
}
|
|
2395
|
-
.Popover-module_body__3h5UO a {
|
|
2396
|
-
color: inherit;
|
|
2397
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
2398
|
-
}
|
|
2399
|
-
.Popover-module_body__3h5UO a:hover {
|
|
2400
|
-
color: #b88b59;
|
|
2401
|
-
}
|
|
2402
|
-
@-webkit-keyframes Popover-module_appear__37vPd {
|
|
2403
|
-
0% {
|
|
2404
|
-
transform: translateY(100%);
|
|
2405
|
-
}
|
|
2406
|
-
100% {
|
|
2407
|
-
transform: translateY(0);
|
|
2408
|
-
}
|
|
2409
|
-
}
|
|
2410
|
-
@keyframes Popover-module_appear__37vPd {
|
|
2411
|
-
0% {
|
|
2412
|
-
transform: translateY(100%);
|
|
2413
|
-
}
|
|
2414
|
-
100% {
|
|
2415
|
-
transform: translateY(0);
|
|
2416
|
-
}
|
|
2417
|
-
}
|
|
2418
|
-
@-webkit-keyframes Popover-module_disappear__3Q9LI {
|
|
2419
|
-
0% {
|
|
2420
|
-
transform: translateY(0);
|
|
2421
|
-
}
|
|
2422
|
-
100% {
|
|
2423
|
-
transform: translateY(100%);
|
|
2424
|
-
}
|
|
2425
|
-
}
|
|
2426
|
-
@keyframes Popover-module_disappear__3Q9LI {
|
|
2427
|
-
0% {
|
|
2428
|
-
transform: translateY(0);
|
|
2429
|
-
}
|
|
2430
|
-
100% {
|
|
2431
|
-
transform: translateY(100%);
|
|
2432
|
-
}
|
|
2433
|
-
}
|
|
2434
|
-
@-webkit-keyframes Popover-module_fadeIn__AkrSN {
|
|
2435
|
-
0% {
|
|
2436
|
-
opacity: 0;
|
|
2437
|
-
}
|
|
2438
|
-
100% {
|
|
2439
|
-
opacity: 1;
|
|
2440
|
-
}
|
|
2441
|
-
}
|
|
2442
|
-
@keyframes Popover-module_fadeIn__AkrSN {
|
|
2443
|
-
0% {
|
|
2444
|
-
opacity: 0;
|
|
2445
|
-
}
|
|
2446
|
-
100% {
|
|
2447
|
-
opacity: 1;
|
|
2448
|
-
}
|
|
2449
|
-
}
|
|
2450
|
-
@-webkit-keyframes Popover-module_fadeOut__3EZhx {
|
|
2451
|
-
0% {
|
|
2452
|
-
opacity: 1;
|
|
2453
|
-
}
|
|
2454
|
-
100% {
|
|
2455
|
-
opacity: 0;
|
|
2456
|
-
}
|
|
2457
|
-
}
|
|
2458
|
-
@keyframes Popover-module_fadeOut__3EZhx {
|
|
2459
|
-
0% {
|
|
2460
|
-
opacity: 1;
|
|
2461
|
-
}
|
|
2462
|
-
100% {
|
|
2463
|
-
opacity: 0;
|
|
2464
|
-
}
|
|
2465
|
-
}
|
|
2466
|
-
|
|
2467
|
-
/* Colors */
|
|
2468
|
-
/* Fonts */
|
|
2469
|
-
/* Gap */
|
|
2470
|
-
/* Media */
|
|
2471
|
-
/* 512 */
|
|
2472
|
-
/* 650 */
|
|
2473
|
-
/* 768 */
|
|
2474
|
-
/* 1024 */
|
|
2475
|
-
/* 1010 */
|
|
2476
|
-
/* 1200 */
|
|
2477
|
-
/* 511 */
|
|
2478
|
-
/* 1023 */
|
|
2479
|
-
/* Zindex */
|
|
2480
|
-
.GroupedBlock-module_root__2qfQA {
|
|
2481
|
-
max-width: 644px;
|
|
2482
|
-
margin: 15px auto 0
|
|
2483
|
-
}
|
|
2484
|
-
@media only screen and (min-width: 48em) {
|
|
2485
|
-
.GroupedBlock-module_root__2qfQA {
|
|
2486
|
-
max-width: none;
|
|
2487
|
-
margin-top: 25px;
|
|
2488
|
-
margin-bottom: 20px
|
|
2489
|
-
}
|
|
2490
|
-
}
|
|
2491
|
-
.GroupedBlock-module_hasFigcaption__2_mcf {
|
|
2492
|
-
margin-bottom: 15px;
|
|
2493
|
-
}
|
|
2494
|
-
@media only screen and (min-width: 48em) {
|
|
2495
|
-
.GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
|
|
2496
|
-
margin-top: 25px
|
|
2497
|
-
}
|
|
2498
|
-
}
|
|
2499
|
-
.GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
|
|
2500
|
-
margin-bottom: 0;
|
|
2501
|
-
}
|
|
2502
|
-
.GroupedBlock-module_items__2DV2X {
|
|
2503
|
-
display: -webkit-box;
|
|
2504
|
-
display: -webkit-flex;
|
|
2505
|
-
display: -ms-flexbox;
|
|
2506
|
-
display: flex;
|
|
2507
|
-
flex-direction: column;
|
|
2508
|
-
flex-wrap: nowrap
|
|
2509
|
-
}
|
|
2510
|
-
@media only screen and (min-width: 48em) {
|
|
2511
|
-
.GroupedBlock-module_items__2DV2X {
|
|
2512
|
-
flex-direction: row
|
|
2513
|
-
}
|
|
2514
|
-
}
|
|
2515
|
-
.GroupedBlock-module_item__3sz9_ {
|
|
2516
|
-
flex-grow: 1;
|
|
2517
|
-
|
|
2518
|
-
width: 100%;
|
|
2519
|
-
min-width: 100%;
|
|
2520
|
-
max-width: 100%;
|
|
2521
|
-
margin-bottom: 20px
|
|
2522
|
-
}
|
|
2523
|
-
@media only screen and (min-width: 48em) {
|
|
2524
|
-
.GroupedBlock-module_item__3sz9_ {
|
|
2525
|
-
min-width: 0;
|
|
2526
|
-
max-width: none;
|
|
2527
|
-
margin-bottom: 0
|
|
2528
|
-
}
|
|
2529
|
-
}
|
|
2530
|
-
@media only screen and (min-width: 48em) {
|
|
2531
|
-
.GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
|
|
2532
|
-
margin-left: 15px
|
|
2647
|
+
}
|
|
2648
|
+
@media only screen and (min-width: 48em) {
|
|
2649
|
+
.GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
|
|
2650
|
+
margin-left: 15px
|
|
2533
2651
|
}
|
|
2534
2652
|
}
|
|
2535
2653
|
.GroupedBlock-module_figcaption__2Q_wf {
|
|
@@ -2681,111 +2799,64 @@
|
|
|
2681
2799
|
/* 511 */
|
|
2682
2800
|
/* 1023 */
|
|
2683
2801
|
/* Zindex */
|
|
2684
|
-
.
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
.Cover-module_body__1xs8e {
|
|
2688
|
-
position: absolute;
|
|
2689
|
-
z-index: 1;
|
|
2690
|
-
right: 0;
|
|
2691
|
-
bottom: 0;
|
|
2692
|
-
left: 0;
|
|
2693
|
-
|
|
2694
|
-
display: -webkit-box;
|
|
2695
|
-
|
|
2696
|
-
display: -webkit-flex;
|
|
2697
|
-
|
|
2698
|
-
display: -ms-flexbox;
|
|
2802
|
+
.ImportantLead-module_root__2BdT3 {
|
|
2803
|
+
margin: 18px 0;
|
|
2804
|
+
padding: 12px 12px 13px;
|
|
2699
2805
|
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2806
|
+
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
2807
|
+
border-radius: 4px;
|
|
2808
|
+
border-radius: 8px;
|
|
2809
|
+
background: #FFF8C4;
|
|
2703
2810
|
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
position: relative;
|
|
2811
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2812
|
+
font-size: 16px;
|
|
2813
|
+
font-weight: normal;
|
|
2814
|
+
line-height: 20px
|
|
2709
2815
|
}
|
|
2710
|
-
|
|
2711
|
-
|
|
2816
|
+
@media only screen and (min-width: 32em) {
|
|
2817
|
+
.ImportantLead-module_root__2BdT3 {
|
|
2818
|
+
margin: 25px 0;
|
|
2819
|
+
padding: 12px 15px 13px;
|
|
2712
2820
|
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
border-radius: 9px 9px 0 0;
|
|
2716
|
-
}
|
|
2717
|
-
.Cover-module_rich__1fAGA::after {
|
|
2718
|
-
position: absolute;
|
|
2719
|
-
z-index: 1;
|
|
2720
|
-
top: 0;
|
|
2721
|
-
right: 0;
|
|
2722
|
-
bottom: 0;
|
|
2723
|
-
left: 0;
|
|
2724
|
-
|
|
2725
|
-
content: '';
|
|
2726
|
-
|
|
2727
|
-
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
2728
|
-
border-radius: 10px 10px 0 0;
|
|
2821
|
+
font-size: 17px;
|
|
2822
|
+
line-height: 24px
|
|
2729
2823
|
}
|
|
2730
|
-
|
|
2731
|
-
|
|
2824
|
+
}
|
|
2825
|
+
.ImportantLead-module_root__2BdT3:last-child {
|
|
2826
|
+
margin-bottom: 0;
|
|
2732
2827
|
}
|
|
2733
|
-
.
|
|
2734
|
-
|
|
2735
|
-
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
|
|
2828
|
+
.ImportantLead-module_root__2BdT3:first-child {
|
|
2829
|
+
margin-top: 0;
|
|
2736
2830
|
}
|
|
2737
|
-
.
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
right: 49px;
|
|
2741
|
-
bottom: 12px;
|
|
2742
|
-
|
|
2743
|
-
width: 28px;
|
|
2744
|
-
height: 28px;
|
|
2745
|
-
margin: 0;
|
|
2746
|
-
padding: 0;
|
|
2747
|
-
|
|
2748
|
-
color: #fff;
|
|
2749
|
-
border-width: 0;
|
|
2750
|
-
border-radius: 14px;
|
|
2751
|
-
outline: none;
|
|
2752
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
2753
|
-
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E %3Cg fill='%23FEFEFE' fill-rule='evenodd' opacity='.7'%3E %3Cpath d='M12.726 16H3.275A3.276 3.276 0 0 1 0 12.725v-9.45A3.276 3.276 0 0 1 3.275 0h9.45A3.275 3.275 0 0 1 16 3.275v9.45A3.275 3.275 0 0 1 12.726 16zm0-2c.703 0 1.274-.571 1.274-1.275v-9.45C14 2.571 13.429 2 12.726 2H3.275C2.57 2 2 2.571 2 3.275v9.45C2 13.429 2.57 14 3.275 14h9.45z' fill-rule='nonzero'/%3E %3Cpath d='M4.97 8.307l7.046 7.046a.5.5 0 0 0 .708-.707l-7.4-7.4a.5.5 0 0 0-.708 0l-3.97 3.97a.5.5 0 0 0 .708.707L4.97 8.307z' fill-rule='nonzero'/%3E %3Cpath d='M10.875 5.832l3.771 3.771a.5.5 0 0 0 .707-.707l-4.125-4.125a.5.5 0 0 0-.707 0l-4.19 4.19a.5.5 0 1 0 .707.707l3.837-3.836z' fill-rule='nonzero'/%3E %3Cpath d='M5.865 4.269a.894.894 0 1 1-1.787 0 .894.894 0 0 1 1.787 0'/%3E %3C/g%3E %3C/svg%3E");
|
|
2754
|
-
background-repeat: no-repeat;
|
|
2755
|
-
background-position: center;
|
|
2756
|
-
box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.15);
|
|
2831
|
+
.ImportantLead-module_root__2BdT3 a {
|
|
2832
|
+
color: #000;
|
|
2833
|
+
box-shadow: inset 0 -1px #000;
|
|
2757
2834
|
}
|
|
2758
|
-
.
|
|
2759
|
-
|
|
2835
|
+
.ImportantLead-module_root__2BdT3 a:hover {
|
|
2836
|
+
color: #b88b59;
|
|
2837
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2760
2838
|
}
|
|
2761
|
-
.
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
right: 0;
|
|
2766
|
-
bottom: 0;
|
|
2767
|
-
left: 0;
|
|
2768
|
-
|
|
2769
|
-
content: '';
|
|
2770
|
-
|
|
2771
|
-
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
2772
|
-
border-radius: 8px;
|
|
2839
|
+
.ImportantLead-module_slide__3kQ9x {
|
|
2840
|
+
max-width: 650px;
|
|
2841
|
+
margin-right: auto;
|
|
2842
|
+
margin-left: auto;
|
|
2773
2843
|
}
|
|
2774
2844
|
/* VISIBILITY */
|
|
2775
2845
|
@media only screen and (min-width: 32em) {
|
|
2776
|
-
.
|
|
2846
|
+
.ImportantLead-module_mobile__3BXbm {
|
|
2777
2847
|
display: none
|
|
2778
2848
|
}
|
|
2779
2849
|
}
|
|
2780
|
-
.
|
|
2850
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
2781
2851
|
display: none
|
|
2782
2852
|
}
|
|
2783
2853
|
@media only screen and (min-width: 32em) {
|
|
2784
|
-
.
|
|
2854
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
2785
2855
|
display: block
|
|
2786
2856
|
}
|
|
2787
2857
|
}
|
|
2788
2858
|
|
|
2859
|
+
|
|
2789
2860
|
/* Colors */
|
|
2790
2861
|
/* Fonts */
|
|
2791
2862
|
/* Gap */
|
|
@@ -2948,77 +3019,6 @@
|
|
|
2948
3019
|
}
|
|
2949
3020
|
}
|
|
2950
3021
|
|
|
2951
|
-
/* Colors */
|
|
2952
|
-
/* Fonts */
|
|
2953
|
-
/* Gap */
|
|
2954
|
-
/* Media */
|
|
2955
|
-
/* 512 */
|
|
2956
|
-
/* 650 */
|
|
2957
|
-
/* 768 */
|
|
2958
|
-
/* 1024 */
|
|
2959
|
-
/* 1010 */
|
|
2960
|
-
/* 1200 */
|
|
2961
|
-
/* 511 */
|
|
2962
|
-
/* 1023 */
|
|
2963
|
-
/* Zindex */
|
|
2964
|
-
.ImportantLead-module_root__2BdT3 {
|
|
2965
|
-
margin: 18px 0;
|
|
2966
|
-
padding: 12px 12px 13px;
|
|
2967
|
-
|
|
2968
|
-
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
2969
|
-
border-radius: 4px;
|
|
2970
|
-
border-radius: 8px;
|
|
2971
|
-
background: #FFF8C4;
|
|
2972
|
-
|
|
2973
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2974
|
-
font-size: 16px;
|
|
2975
|
-
font-weight: normal;
|
|
2976
|
-
line-height: 20px
|
|
2977
|
-
}
|
|
2978
|
-
@media only screen and (min-width: 32em) {
|
|
2979
|
-
.ImportantLead-module_root__2BdT3 {
|
|
2980
|
-
margin: 25px 0;
|
|
2981
|
-
padding: 12px 15px 13px;
|
|
2982
|
-
|
|
2983
|
-
font-size: 17px;
|
|
2984
|
-
line-height: 24px
|
|
2985
|
-
}
|
|
2986
|
-
}
|
|
2987
|
-
.ImportantLead-module_root__2BdT3:last-child {
|
|
2988
|
-
margin-bottom: 0;
|
|
2989
|
-
}
|
|
2990
|
-
.ImportantLead-module_root__2BdT3:first-child {
|
|
2991
|
-
margin-top: 0;
|
|
2992
|
-
}
|
|
2993
|
-
.ImportantLead-module_root__2BdT3 a {
|
|
2994
|
-
color: #000;
|
|
2995
|
-
box-shadow: inset 0 -1px #000;
|
|
2996
|
-
}
|
|
2997
|
-
.ImportantLead-module_root__2BdT3 a:hover {
|
|
2998
|
-
color: #b88b59;
|
|
2999
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
3000
|
-
}
|
|
3001
|
-
.ImportantLead-module_slide__3kQ9x {
|
|
3002
|
-
max-width: 650px;
|
|
3003
|
-
margin-right: auto;
|
|
3004
|
-
margin-left: auto;
|
|
3005
|
-
}
|
|
3006
|
-
/* VISIBILITY */
|
|
3007
|
-
@media only screen and (min-width: 32em) {
|
|
3008
|
-
.ImportantLead-module_mobile__3BXbm {
|
|
3009
|
-
display: none
|
|
3010
|
-
}
|
|
3011
|
-
}
|
|
3012
|
-
.ImportantLead-module_desktop__3Zljc {
|
|
3013
|
-
display: none
|
|
3014
|
-
}
|
|
3015
|
-
@media only screen and (min-width: 32em) {
|
|
3016
|
-
.ImportantLead-module_desktop__3Zljc {
|
|
3017
|
-
display: block
|
|
3018
|
-
}
|
|
3019
|
-
}
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
3022
|
/* Colors */
|
|
3023
3023
|
/* Fonts */
|
|
3024
3024
|
/* Gap */
|
|
@@ -3149,50 +3149,6 @@
|
|
|
3149
3149
|
}
|
|
3150
3150
|
|
|
3151
3151
|
|
|
3152
|
-
/* Colors */
|
|
3153
|
-
/* Fonts */
|
|
3154
|
-
/* Gap */
|
|
3155
|
-
/* Media */
|
|
3156
|
-
/* 512 */
|
|
3157
|
-
/* 650 */
|
|
3158
|
-
/* 768 */
|
|
3159
|
-
/* 1024 */
|
|
3160
|
-
/* 1010 */
|
|
3161
|
-
/* 1200 */
|
|
3162
|
-
/* 511 */
|
|
3163
|
-
/* 1023 */
|
|
3164
|
-
/* Zindex */
|
|
3165
|
-
.SimpleTitle-module_root__2jVQN {
|
|
3166
|
-
margin: 0 0 18px;
|
|
3167
|
-
|
|
3168
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3169
|
-
font-size: 20px;
|
|
3170
|
-
font-weight: normal;
|
|
3171
|
-
line-height: 23px
|
|
3172
|
-
}
|
|
3173
|
-
@media only screen and (min-width: 48em) {
|
|
3174
|
-
.SimpleTitle-module_root__2jVQN {
|
|
3175
|
-
margin-bottom: 15px;
|
|
3176
|
-
|
|
3177
|
-
font-size: 36px;
|
|
3178
|
-
line-height: 40px
|
|
3179
|
-
}
|
|
3180
|
-
}
|
|
3181
|
-
/* VISIBILITY */
|
|
3182
|
-
@media only screen and (min-width: 32em) {
|
|
3183
|
-
.SimpleTitle-module_mobile__11gBz {
|
|
3184
|
-
display: none
|
|
3185
|
-
}
|
|
3186
|
-
}
|
|
3187
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
3188
|
-
display: none
|
|
3189
|
-
}
|
|
3190
|
-
@media only screen and (min-width: 32em) {
|
|
3191
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
3192
|
-
display: block
|
|
3193
|
-
}
|
|
3194
|
-
}
|
|
3195
|
-
|
|
3196
3152
|
/* Colors */
|
|
3197
3153
|
/* Fonts */
|
|
3198
3154
|
/* Gap */
|
|
@@ -3734,6 +3690,50 @@ a mark {
|
|
|
3734
3690
|
}
|
|
3735
3691
|
}
|
|
3736
3692
|
|
|
3693
|
+
/* Colors */
|
|
3694
|
+
/* Fonts */
|
|
3695
|
+
/* Gap */
|
|
3696
|
+
/* Media */
|
|
3697
|
+
/* 512 */
|
|
3698
|
+
/* 650 */
|
|
3699
|
+
/* 768 */
|
|
3700
|
+
/* 1024 */
|
|
3701
|
+
/* 1010 */
|
|
3702
|
+
/* 1200 */
|
|
3703
|
+
/* 511 */
|
|
3704
|
+
/* 1023 */
|
|
3705
|
+
/* Zindex */
|
|
3706
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3707
|
+
margin: 0 0 18px;
|
|
3708
|
+
|
|
3709
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3710
|
+
font-size: 20px;
|
|
3711
|
+
font-weight: normal;
|
|
3712
|
+
line-height: 23px
|
|
3713
|
+
}
|
|
3714
|
+
@media only screen and (min-width: 48em) {
|
|
3715
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3716
|
+
margin-bottom: 15px;
|
|
3717
|
+
|
|
3718
|
+
font-size: 36px;
|
|
3719
|
+
line-height: 40px
|
|
3720
|
+
}
|
|
3721
|
+
}
|
|
3722
|
+
/* VISIBILITY */
|
|
3723
|
+
@media only screen and (min-width: 32em) {
|
|
3724
|
+
.SimpleTitle-module_mobile__11gBz {
|
|
3725
|
+
display: none
|
|
3726
|
+
}
|
|
3727
|
+
}
|
|
3728
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3729
|
+
display: none
|
|
3730
|
+
}
|
|
3731
|
+
@media only screen and (min-width: 32em) {
|
|
3732
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3733
|
+
display: block
|
|
3734
|
+
}
|
|
3735
|
+
}
|
|
3736
|
+
|
|
3737
3737
|
/* Colors */
|
|
3738
3738
|
/* Fonts */
|
|
3739
3739
|
/* Gap */
|
|
@@ -4128,7 +4128,6 @@ a mark {
|
|
|
4128
4128
|
}
|
|
4129
4129
|
}
|
|
4130
4130
|
|
|
4131
|
-
/* stylelint-disable declaration-empty-line-before */
|
|
4132
4131
|
/* Colors */
|
|
4133
4132
|
/* Fonts */
|
|
4134
4133
|
/* Gap */
|
|
@@ -4142,17 +4141,120 @@ a mark {
|
|
|
4142
4141
|
/* 511 */
|
|
4143
4142
|
/* 1023 */
|
|
4144
4143
|
/* Zindex */
|
|
4145
|
-
.
|
|
4146
|
-
|
|
4144
|
+
.MetaItem-module_root__2VQom {
|
|
4145
|
+
display: inline;
|
|
4147
4146
|
|
|
4147
|
+
margin-right: 15px;
|
|
4148
|
+
}
|
|
4149
|
+
.MetaItem-module_root__2VQom > svg {
|
|
4148
4150
|
display: inline-block;
|
|
4149
4151
|
|
|
4150
|
-
|
|
4151
|
-
height: 18px;
|
|
4152
|
+
margin-right: 1px;
|
|
4152
4153
|
|
|
4153
|
-
vertical-align:
|
|
4154
|
+
vertical-align: top;
|
|
4155
|
+
|
|
4156
|
+
color: inherit;
|
|
4157
|
+
|
|
4158
|
+
fill: currentColor;
|
|
4154
4159
|
}
|
|
4155
|
-
.
|
|
4160
|
+
.MetaItem-module_root__2VQom a {
|
|
4161
|
+
display: inline;
|
|
4162
|
+
|
|
4163
|
+
text-decoration: underline;
|
|
4164
|
+
|
|
4165
|
+
color: inherit;
|
|
4166
|
+
|
|
4167
|
+
-webkit-text-decoration-skip: auto;
|
|
4168
|
+
}
|
|
4169
|
+
.MetaItem-module_root__2VQom a:hover {
|
|
4170
|
+
color: #b88b59;
|
|
4171
|
+
}
|
|
4172
|
+
.MetaItem-module_hasBullets__CkQPI {
|
|
4173
|
+
margin-right: 0;
|
|
4174
|
+
}
|
|
4175
|
+
.MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
|
|
4176
|
+
display: inline-block;
|
|
4177
|
+
|
|
4178
|
+
padding-right: 0.4em;
|
|
4179
|
+
padding-left: 0.4em;
|
|
4180
|
+
|
|
4181
|
+
content: '\B7';
|
|
4182
|
+
}
|
|
4183
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4184
|
+
.MetaItem-module_hasSource__1DmCI {
|
|
4185
|
+
width: 100%;
|
|
4186
|
+
margin-top: 3px;
|
|
4187
|
+
margin-bottom: 3px
|
|
4188
|
+
}
|
|
4189
|
+
}
|
|
4190
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4191
|
+
.MetaItem-module_hasSource__1DmCI:first-child {
|
|
4192
|
+
margin-top: 0
|
|
4193
|
+
}
|
|
4194
|
+
}
|
|
4195
|
+
.MetaItem-module_hasSource__1DmCI:last-child {
|
|
4196
|
+
margin-bottom: 0;
|
|
4197
|
+
}
|
|
4198
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4199
|
+
.MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
|
|
4200
|
+
display: none
|
|
4201
|
+
}
|
|
4202
|
+
}
|
|
4203
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4204
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
|
|
4205
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
|
|
4206
|
+
display: inline-block
|
|
4207
|
+
}
|
|
4208
|
+
}
|
|
4209
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4210
|
+
.MetaItem-module_datetime__3tOWm,
|
|
4211
|
+
.MetaItem-module_listened__lwvAO,
|
|
4212
|
+
.MetaItem-module_read__5eAIG {
|
|
4213
|
+
width: auto
|
|
4214
|
+
}
|
|
4215
|
+
}
|
|
4216
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4217
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
|
|
4218
|
+
order: -2
|
|
4219
|
+
}
|
|
4220
|
+
}
|
|
4221
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4222
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
|
|
4223
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
|
|
4224
|
+
order: -1;
|
|
4225
|
+
|
|
4226
|
+
margin-top: 0
|
|
4227
|
+
}
|
|
4228
|
+
}
|
|
4229
|
+
.MetaItem-module_read__5eAIG svg {
|
|
4230
|
+
margin-top: -1px;
|
|
4231
|
+
}
|
|
4232
|
+
|
|
4233
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
4234
|
+
/* Colors */
|
|
4235
|
+
/* Fonts */
|
|
4236
|
+
/* Gap */
|
|
4237
|
+
/* Media */
|
|
4238
|
+
/* 512 */
|
|
4239
|
+
/* 650 */
|
|
4240
|
+
/* 768 */
|
|
4241
|
+
/* 1024 */
|
|
4242
|
+
/* 1010 */
|
|
4243
|
+
/* 1200 */
|
|
4244
|
+
/* 511 */
|
|
4245
|
+
/* 1023 */
|
|
4246
|
+
/* Zindex */
|
|
4247
|
+
.MetaItemLive-module_root__2mpD3 {
|
|
4248
|
+
position: relative;
|
|
4249
|
+
|
|
4250
|
+
display: inline-block;
|
|
4251
|
+
|
|
4252
|
+
width: 18px;
|
|
4253
|
+
height: 18px;
|
|
4254
|
+
|
|
4255
|
+
vertical-align: middle;
|
|
4256
|
+
}
|
|
4257
|
+
.MetaItemLive-module_gold__3yZEV {
|
|
4156
4258
|
color: #b88b59;
|
|
4157
4259
|
}
|
|
4158
4260
|
.MetaItemLive-module_root__2mpD3::before,
|
|
@@ -4312,136 +4414,6 @@ a mark {
|
|
|
4312
4414
|
}
|
|
4313
4415
|
}
|
|
4314
4416
|
|
|
4315
|
-
/* Colors */
|
|
4316
|
-
/* Fonts */
|
|
4317
|
-
/* Gap */
|
|
4318
|
-
/* Media */
|
|
4319
|
-
/* 512 */
|
|
4320
|
-
/* 650 */
|
|
4321
|
-
/* 768 */
|
|
4322
|
-
/* 1024 */
|
|
4323
|
-
/* 1010 */
|
|
4324
|
-
/* 1200 */
|
|
4325
|
-
/* 511 */
|
|
4326
|
-
/* 1023 */
|
|
4327
|
-
/* Zindex */
|
|
4328
|
-
.MetaItem-module_root__2VQom {
|
|
4329
|
-
display: inline;
|
|
4330
|
-
|
|
4331
|
-
margin-right: 15px;
|
|
4332
|
-
}
|
|
4333
|
-
.MetaItem-module_root__2VQom > svg {
|
|
4334
|
-
display: inline-block;
|
|
4335
|
-
|
|
4336
|
-
margin-right: 1px;
|
|
4337
|
-
|
|
4338
|
-
vertical-align: top;
|
|
4339
|
-
|
|
4340
|
-
color: inherit;
|
|
4341
|
-
|
|
4342
|
-
fill: currentColor;
|
|
4343
|
-
}
|
|
4344
|
-
.MetaItem-module_root__2VQom a {
|
|
4345
|
-
display: inline;
|
|
4346
|
-
|
|
4347
|
-
text-decoration: underline;
|
|
4348
|
-
|
|
4349
|
-
color: inherit;
|
|
4350
|
-
|
|
4351
|
-
-webkit-text-decoration-skip: auto;
|
|
4352
|
-
}
|
|
4353
|
-
.MetaItem-module_root__2VQom a:hover {
|
|
4354
|
-
color: #b88b59;
|
|
4355
|
-
}
|
|
4356
|
-
.MetaItem-module_hasBullets__CkQPI {
|
|
4357
|
-
margin-right: 0;
|
|
4358
|
-
}
|
|
4359
|
-
.MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
|
|
4360
|
-
display: inline-block;
|
|
4361
|
-
|
|
4362
|
-
padding-right: 0.4em;
|
|
4363
|
-
padding-left: 0.4em;
|
|
4364
|
-
|
|
4365
|
-
content: '\B7';
|
|
4366
|
-
}
|
|
4367
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4368
|
-
.MetaItem-module_hasSource__1DmCI {
|
|
4369
|
-
width: 100%;
|
|
4370
|
-
margin-top: 3px;
|
|
4371
|
-
margin-bottom: 3px
|
|
4372
|
-
}
|
|
4373
|
-
}
|
|
4374
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4375
|
-
.MetaItem-module_hasSource__1DmCI:first-child {
|
|
4376
|
-
margin-top: 0
|
|
4377
|
-
}
|
|
4378
|
-
}
|
|
4379
|
-
.MetaItem-module_hasSource__1DmCI:last-child {
|
|
4380
|
-
margin-bottom: 0;
|
|
4381
|
-
}
|
|
4382
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4383
|
-
.MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
|
|
4384
|
-
display: none
|
|
4385
|
-
}
|
|
4386
|
-
}
|
|
4387
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4388
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
|
|
4389
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
|
|
4390
|
-
display: inline-block
|
|
4391
|
-
}
|
|
4392
|
-
}
|
|
4393
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4394
|
-
.MetaItem-module_datetime__3tOWm,
|
|
4395
|
-
.MetaItem-module_listened__lwvAO,
|
|
4396
|
-
.MetaItem-module_read__5eAIG {
|
|
4397
|
-
width: auto
|
|
4398
|
-
}
|
|
4399
|
-
}
|
|
4400
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4401
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
|
|
4402
|
-
order: -2
|
|
4403
|
-
}
|
|
4404
|
-
}
|
|
4405
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4406
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
|
|
4407
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
|
|
4408
|
-
order: -1;
|
|
4409
|
-
|
|
4410
|
-
margin-top: 0
|
|
4411
|
-
}
|
|
4412
|
-
}
|
|
4413
|
-
.MetaItem-module_read__5eAIG svg {
|
|
4414
|
-
margin-top: -1px;
|
|
4415
|
-
}
|
|
4416
|
-
|
|
4417
|
-
/* stylelint-disable declaration-empty-line-before */
|
|
4418
|
-
/* Colors */
|
|
4419
|
-
/* Fonts */
|
|
4420
|
-
/* Gap */
|
|
4421
|
-
/* Media */
|
|
4422
|
-
/* 512 */
|
|
4423
|
-
/* 650 */
|
|
4424
|
-
/* 768 */
|
|
4425
|
-
/* 1024 */
|
|
4426
|
-
/* 1010 */
|
|
4427
|
-
/* 1200 */
|
|
4428
|
-
/* 511 */
|
|
4429
|
-
/* 1023 */
|
|
4430
|
-
/* Zindex */
|
|
4431
|
-
.DocumentItemsCount-module_root__P3q-z {
|
|
4432
|
-
display: inline;
|
|
4433
|
-
|
|
4434
|
-
line-height: inherit;
|
|
4435
|
-
}
|
|
4436
|
-
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4437
|
-
vertical-align: top;
|
|
4438
|
-
}
|
|
4439
|
-
.DocumentItemsCount-module_items__3pfxW {
|
|
4440
|
-
margin-left: 1px;
|
|
4441
|
-
|
|
4442
|
-
vertical-align: top;
|
|
4443
|
-
}
|
|
4444
|
-
|
|
4445
4417
|
/* Colors */
|
|
4446
4418
|
/* Fonts */
|
|
4447
4419
|
/* Gap */
|
|
@@ -4540,6 +4512,7 @@ a mark {
|
|
|
4540
4512
|
fill: currentColor;
|
|
4541
4513
|
}
|
|
4542
4514
|
|
|
4515
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
4543
4516
|
/* Colors */
|
|
4544
4517
|
/* Fonts */
|
|
4545
4518
|
/* Gap */
|
|
@@ -4553,260 +4526,19 @@ a mark {
|
|
|
4553
4526
|
/* 511 */
|
|
4554
4527
|
/* 1023 */
|
|
4555
4528
|
/* Zindex */
|
|
4556
|
-
.
|
|
4557
|
-
|
|
4558
|
-
z-index: 10;
|
|
4559
|
-
|
|
4560
|
-
display: block;
|
|
4561
|
-
overflow: hidden;
|
|
4562
|
-
|
|
4563
|
-
text-decoration: none;
|
|
4529
|
+
.DocumentItemsCount-module_root__P3q-z {
|
|
4530
|
+
display: inline;
|
|
4564
4531
|
|
|
4565
|
-
|
|
4566
|
-
outline-width: 0;
|
|
4532
|
+
line-height: inherit;
|
|
4567
4533
|
}
|
|
4568
|
-
|
|
4569
|
-
|
|
4570
|
-
opacity: 0.95
|
|
4534
|
+
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4535
|
+
vertical-align: top;
|
|
4571
4536
|
}
|
|
4572
|
-
|
|
4573
|
-
|
|
4574
|
-
position: absolute;
|
|
4575
|
-
top: 0;
|
|
4576
|
-
right: 0;
|
|
4577
|
-
bottom: 0;
|
|
4578
|
-
left: 0;
|
|
4579
|
-
z-index: 20;
|
|
4580
|
-
|
|
4581
|
-
border-radius: 8px;
|
|
4582
|
-
|
|
4583
|
-
content: '';
|
|
4584
|
-
}
|
|
4585
|
-
.RelatedRichBlock-module_root__3NYmj::before {
|
|
4586
|
-
display: block;
|
|
4587
|
-
|
|
4588
|
-
width: 100%;
|
|
4589
|
-
}
|
|
4590
|
-
.RelatedRichBlock-module_root__3NYmj::after {
|
|
4591
|
-
box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2),
|
|
4592
|
-
inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
4593
|
-
}
|
|
4594
|
-
.RelatedRichBlock-module_root__3NYmj,
|
|
4595
|
-
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
4596
|
-
margin: 16px 0
|
|
4597
|
-
}
|
|
4598
|
-
@media only screen and (min-width: 48em) {
|
|
4599
|
-
.RelatedRichBlock-module_root__3NYmj,
|
|
4600
|
-
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
4601
|
-
margin: 25px 0
|
|
4602
|
-
}
|
|
4603
|
-
}
|
|
4604
|
-
.RelatedRichBlock-module_overlay__3XSg_,
|
|
4605
|
-
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
4606
|
-
position: absolute;
|
|
4607
|
-
right: 0;
|
|
4608
|
-
left: 0;
|
|
4609
|
-
z-index: 10;
|
|
4610
|
-
}
|
|
4611
|
-
.RelatedRichBlock-module_overlay__3XSg_ {
|
|
4612
|
-
bottom: 0;
|
|
4613
|
-
|
|
4614
|
-
height: 295px;
|
|
4615
|
-
}
|
|
4616
|
-
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
4617
|
-
top: 0;
|
|
4618
|
-
|
|
4619
|
-
height: 150px;
|
|
4620
|
-
}
|
|
4621
|
-
.RelatedRichBlock-module_body__1ZHZS {
|
|
4622
|
-
display: -webkit-box;
|
|
4623
|
-
display: -webkit-flex;
|
|
4624
|
-
display: -ms-flexbox;
|
|
4625
|
-
display: flex;
|
|
4626
|
-
flex-flow: column nowrap;
|
|
4627
|
-
justify-content: flex-end;
|
|
4628
|
-
|
|
4629
|
-
padding: 12px 15px;
|
|
4630
|
-
|
|
4631
|
-
background-color: #f7f7f7
|
|
4632
|
-
}
|
|
4633
|
-
@media only screen and (min-width: 32em) {
|
|
4634
|
-
.RelatedRichBlock-module_body__1ZHZS {
|
|
4635
|
-
position: absolute;
|
|
4636
|
-
right: 0;
|
|
4637
|
-
bottom: 0;
|
|
4638
|
-
left: 0;
|
|
4639
|
-
z-index: 10;
|
|
4640
|
-
|
|
4641
|
-
min-height: 295px;
|
|
4642
|
-
padding: 20px;
|
|
4643
|
-
|
|
4644
|
-
background-color: transparent
|
|
4645
|
-
}
|
|
4646
|
-
}
|
|
4647
|
-
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
4648
|
-
color: #000
|
|
4649
|
-
}
|
|
4650
|
-
@media only screen and (min-width: 32em) {
|
|
4651
|
-
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
4652
|
-
color: #fff
|
|
4653
|
-
}
|
|
4654
|
-
}
|
|
4655
|
-
@media only screen and (min-width: 32em) {
|
|
4656
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_hasGradient__27LOk .RelatedRichBlock-module_body__1ZHZS {
|
|
4657
|
-
position: absolute;
|
|
4658
|
-
right: 0;
|
|
4659
|
-
bottom: 0;
|
|
4660
|
-
left: 0;
|
|
4661
|
-
z-index: 10;
|
|
4662
|
-
|
|
4663
|
-
min-height: 295px;
|
|
4664
|
-
|
|
4665
|
-
background-color: transparent
|
|
4666
|
-
}
|
|
4667
|
-
}
|
|
4668
|
-
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ {
|
|
4669
|
-
position: relative;
|
|
4670
|
-
}
|
|
4671
|
-
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
4672
|
-
position: absolute;
|
|
4673
|
-
right: 1px;
|
|
4674
|
-
bottom: 0;
|
|
4675
|
-
left: 1px;
|
|
4676
|
-
z-index: 10;
|
|
4677
|
-
|
|
4678
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
4679
|
-
|
|
4680
|
-
content: ''
|
|
4681
|
-
}
|
|
4682
|
-
@media only screen and (min-width: 32em) {
|
|
4683
|
-
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
4684
|
-
content: ''
|
|
4685
|
-
}
|
|
4686
|
-
}
|
|
4687
|
-
.RelatedRichBlock-module_isCard__2naDz {
|
|
4688
|
-
color: #fff;
|
|
4689
|
-
|
|
4690
|
-
background-color: #191919
|
|
4691
|
-
}
|
|
4692
|
-
@media only screen and (min-width: 32em) {
|
|
4693
|
-
.RelatedRichBlock-module_isCard__2naDz {
|
|
4694
|
-
min-height: 350px
|
|
4695
|
-
}
|
|
4696
|
-
}
|
|
4697
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
4698
|
-
background-color: transparent
|
|
4699
|
-
}
|
|
4700
|
-
@media only screen and (min-width: 32em) {
|
|
4701
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
4702
|
-
position: absolute;
|
|
4703
|
-
right: 0;
|
|
4704
|
-
bottom: 0;
|
|
4705
|
-
left: 0;
|
|
4706
|
-
z-index: 10;
|
|
4707
|
-
|
|
4708
|
-
min-height: 295px
|
|
4709
|
-
}
|
|
4710
|
-
}
|
|
4711
|
-
@media only screen and (min-width: 32em) {
|
|
4712
|
-
.RelatedRichBlock-module_isCard__2naDz::before {
|
|
4713
|
-
padding-bottom: 66.66%;
|
|
4714
|
-
|
|
4715
|
-
content: ''
|
|
4716
|
-
}
|
|
4717
|
-
}
|
|
4718
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
4719
|
-
position: relative;
|
|
4720
|
-
|
|
4721
|
-
width: 100%
|
|
4722
|
-
}
|
|
4723
|
-
@media only screen and (min-width: 32em) {
|
|
4724
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
4725
|
-
position: absolute;
|
|
4726
|
-
top: 0;
|
|
4727
|
-
bottom: 0
|
|
4728
|
-
}
|
|
4729
|
-
}
|
|
4730
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
4731
|
-
display: block;
|
|
4732
|
-
|
|
4733
|
-
padding-bottom: 78.50746269%;
|
|
4734
|
-
|
|
4735
|
-
content: ''
|
|
4736
|
-
}
|
|
4737
|
-
@media only screen and (min-width: 32em) {
|
|
4738
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
4739
|
-
content: none
|
|
4740
|
-
}
|
|
4741
|
-
}
|
|
4742
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
4743
|
-
position: absolute;
|
|
4744
|
-
top: 50%;
|
|
4745
|
-
left: 50%;
|
|
4746
|
-
|
|
4747
|
-
width: 180px;
|
|
4748
|
-
height: 180px;
|
|
4749
|
-
|
|
4750
|
-
transform: translate(-50%, -50%)
|
|
4751
|
-
}
|
|
4752
|
-
@media only screen and (min-width: 32em) {
|
|
4753
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
4754
|
-
top: 25%;
|
|
4755
|
-
|
|
4756
|
-
transform: translate(-50%, -25%)
|
|
4757
|
-
}
|
|
4758
|
-
}
|
|
4759
|
-
.RelatedRichBlock-module_tag__3OLyG {
|
|
4760
|
-
position: absolute;
|
|
4761
|
-
top: 14px;
|
|
4762
|
-
right: 15px;
|
|
4763
|
-
left: 15px;
|
|
4764
|
-
z-index: 10;
|
|
4765
|
-
|
|
4766
|
-
color: rgba(255, 255, 255, 0.7);
|
|
4537
|
+
.DocumentItemsCount-module_items__3pfxW {
|
|
4538
|
+
margin-left: 1px;
|
|
4767
4539
|
|
|
4768
|
-
|
|
4769
|
-
}
|
|
4770
|
-
@media only screen and (min-width: 64em) {
|
|
4771
|
-
.RelatedRichBlock-module_tag__3OLyG {
|
|
4772
|
-
top: 16px;
|
|
4773
|
-
right: 20px;
|
|
4774
|
-
left: 20px
|
|
4775
|
-
}
|
|
4776
|
-
}
|
|
4777
|
-
.RelatedRichBlock-module_center__197sx {
|
|
4778
|
-
width: 100%;
|
|
4779
|
-
max-width: 650px;
|
|
4780
|
-
margin-right: auto;
|
|
4781
|
-
margin-left: auto;
|
|
4782
|
-
}
|
|
4783
|
-
/* Themes */
|
|
4784
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
|
|
4785
|
-
color: #000;
|
|
4786
|
-
}
|
|
4787
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
|
|
4788
|
-
color: rgba(0, 0, 0, 0.7);
|
|
4789
|
-
}
|
|
4790
|
-
@media only screen and (min-width: 32em) {
|
|
4791
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_light__2mUxL {
|
|
4792
|
-
color: #fff;
|
|
4793
|
-
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
|
|
4794
|
-
}
|
|
4795
|
-
}
|
|
4796
|
-
/* Display */
|
|
4797
|
-
@media only screen and (min-width: 32em) {
|
|
4798
|
-
.RelatedRichBlock-module_mobile__JpCS4 {
|
|
4799
|
-
display: none
|
|
4800
|
-
}
|
|
4801
|
-
}
|
|
4802
|
-
.RelatedRichBlock-module_desktop__trL0D {
|
|
4803
|
-
display: none
|
|
4804
|
-
}
|
|
4805
|
-
@media only screen and (min-width: 32em) {
|
|
4806
|
-
.RelatedRichBlock-module_desktop__trL0D {
|
|
4807
|
-
display: block
|
|
4540
|
+
vertical-align: top;
|
|
4808
4541
|
}
|
|
4809
|
-
}
|
|
4810
4542
|
|
|
4811
4543
|
/* Colors */
|
|
4812
4544
|
/* Fonts */
|
|
@@ -5067,6 +4799,274 @@ a mark {
|
|
|
5067
4799
|
}
|
|
5068
4800
|
}
|
|
5069
4801
|
|
|
4802
|
+
/* Colors */
|
|
4803
|
+
/* Fonts */
|
|
4804
|
+
/* Gap */
|
|
4805
|
+
/* Media */
|
|
4806
|
+
/* 512 */
|
|
4807
|
+
/* 650 */
|
|
4808
|
+
/* 768 */
|
|
4809
|
+
/* 1024 */
|
|
4810
|
+
/* 1010 */
|
|
4811
|
+
/* 1200 */
|
|
4812
|
+
/* 511 */
|
|
4813
|
+
/* 1023 */
|
|
4814
|
+
/* Zindex */
|
|
4815
|
+
.RelatedRichBlock-module_root__3NYmj {
|
|
4816
|
+
position: relative;
|
|
4817
|
+
z-index: 10;
|
|
4818
|
+
|
|
4819
|
+
display: block;
|
|
4820
|
+
overflow: hidden;
|
|
4821
|
+
|
|
4822
|
+
text-decoration: none;
|
|
4823
|
+
|
|
4824
|
+
border-radius: 8px;
|
|
4825
|
+
outline-width: 0;
|
|
4826
|
+
}
|
|
4827
|
+
@media only screen and (min-width: 32em) {
|
|
4828
|
+
.RelatedRichBlock-module_root__3NYmj:hover {
|
|
4829
|
+
opacity: 0.95
|
|
4830
|
+
}
|
|
4831
|
+
}
|
|
4832
|
+
.RelatedRichBlock-module_root__3NYmj::after {
|
|
4833
|
+
position: absolute;
|
|
4834
|
+
top: 0;
|
|
4835
|
+
right: 0;
|
|
4836
|
+
bottom: 0;
|
|
4837
|
+
left: 0;
|
|
4838
|
+
z-index: 20;
|
|
4839
|
+
|
|
4840
|
+
border-radius: 8px;
|
|
4841
|
+
|
|
4842
|
+
content: '';
|
|
4843
|
+
}
|
|
4844
|
+
.RelatedRichBlock-module_root__3NYmj::before {
|
|
4845
|
+
display: block;
|
|
4846
|
+
|
|
4847
|
+
width: 100%;
|
|
4848
|
+
}
|
|
4849
|
+
.RelatedRichBlock-module_root__3NYmj::after {
|
|
4850
|
+
box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2),
|
|
4851
|
+
inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
4852
|
+
}
|
|
4853
|
+
.RelatedRichBlock-module_root__3NYmj,
|
|
4854
|
+
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
4855
|
+
margin: 16px 0
|
|
4856
|
+
}
|
|
4857
|
+
@media only screen and (min-width: 48em) {
|
|
4858
|
+
.RelatedRichBlock-module_root__3NYmj,
|
|
4859
|
+
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
4860
|
+
margin: 25px 0
|
|
4861
|
+
}
|
|
4862
|
+
}
|
|
4863
|
+
.RelatedRichBlock-module_overlay__3XSg_,
|
|
4864
|
+
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
4865
|
+
position: absolute;
|
|
4866
|
+
right: 0;
|
|
4867
|
+
left: 0;
|
|
4868
|
+
z-index: 10;
|
|
4869
|
+
}
|
|
4870
|
+
.RelatedRichBlock-module_overlay__3XSg_ {
|
|
4871
|
+
bottom: 0;
|
|
4872
|
+
|
|
4873
|
+
height: 295px;
|
|
4874
|
+
}
|
|
4875
|
+
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
4876
|
+
top: 0;
|
|
4877
|
+
|
|
4878
|
+
height: 150px;
|
|
4879
|
+
}
|
|
4880
|
+
.RelatedRichBlock-module_body__1ZHZS {
|
|
4881
|
+
display: -webkit-box;
|
|
4882
|
+
display: -webkit-flex;
|
|
4883
|
+
display: -ms-flexbox;
|
|
4884
|
+
display: flex;
|
|
4885
|
+
flex-flow: column nowrap;
|
|
4886
|
+
justify-content: flex-end;
|
|
4887
|
+
|
|
4888
|
+
padding: 12px 15px;
|
|
4889
|
+
|
|
4890
|
+
background-color: #f7f7f7
|
|
4891
|
+
}
|
|
4892
|
+
@media only screen and (min-width: 32em) {
|
|
4893
|
+
.RelatedRichBlock-module_body__1ZHZS {
|
|
4894
|
+
position: absolute;
|
|
4895
|
+
right: 0;
|
|
4896
|
+
bottom: 0;
|
|
4897
|
+
left: 0;
|
|
4898
|
+
z-index: 10;
|
|
4899
|
+
|
|
4900
|
+
min-height: 295px;
|
|
4901
|
+
padding: 20px;
|
|
4902
|
+
|
|
4903
|
+
background-color: transparent
|
|
4904
|
+
}
|
|
4905
|
+
}
|
|
4906
|
+
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
4907
|
+
color: #000
|
|
4908
|
+
}
|
|
4909
|
+
@media only screen and (min-width: 32em) {
|
|
4910
|
+
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
4911
|
+
color: #fff
|
|
4912
|
+
}
|
|
4913
|
+
}
|
|
4914
|
+
@media only screen and (min-width: 32em) {
|
|
4915
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_hasGradient__27LOk .RelatedRichBlock-module_body__1ZHZS {
|
|
4916
|
+
position: absolute;
|
|
4917
|
+
right: 0;
|
|
4918
|
+
bottom: 0;
|
|
4919
|
+
left: 0;
|
|
4920
|
+
z-index: 10;
|
|
4921
|
+
|
|
4922
|
+
min-height: 295px;
|
|
4923
|
+
|
|
4924
|
+
background-color: transparent
|
|
4925
|
+
}
|
|
4926
|
+
}
|
|
4927
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ {
|
|
4928
|
+
position: relative;
|
|
4929
|
+
}
|
|
4930
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
4931
|
+
position: absolute;
|
|
4932
|
+
right: 1px;
|
|
4933
|
+
bottom: 0;
|
|
4934
|
+
left: 1px;
|
|
4935
|
+
z-index: 10;
|
|
4936
|
+
|
|
4937
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
4938
|
+
|
|
4939
|
+
content: ''
|
|
4940
|
+
}
|
|
4941
|
+
@media only screen and (min-width: 32em) {
|
|
4942
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
4943
|
+
content: ''
|
|
4944
|
+
}
|
|
4945
|
+
}
|
|
4946
|
+
.RelatedRichBlock-module_isCard__2naDz {
|
|
4947
|
+
color: #fff;
|
|
4948
|
+
|
|
4949
|
+
background-color: #191919
|
|
4950
|
+
}
|
|
4951
|
+
@media only screen and (min-width: 32em) {
|
|
4952
|
+
.RelatedRichBlock-module_isCard__2naDz {
|
|
4953
|
+
min-height: 350px
|
|
4954
|
+
}
|
|
4955
|
+
}
|
|
4956
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
4957
|
+
background-color: transparent
|
|
4958
|
+
}
|
|
4959
|
+
@media only screen and (min-width: 32em) {
|
|
4960
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
4961
|
+
position: absolute;
|
|
4962
|
+
right: 0;
|
|
4963
|
+
bottom: 0;
|
|
4964
|
+
left: 0;
|
|
4965
|
+
z-index: 10;
|
|
4966
|
+
|
|
4967
|
+
min-height: 295px
|
|
4968
|
+
}
|
|
4969
|
+
}
|
|
4970
|
+
@media only screen and (min-width: 32em) {
|
|
4971
|
+
.RelatedRichBlock-module_isCard__2naDz::before {
|
|
4972
|
+
padding-bottom: 66.66%;
|
|
4973
|
+
|
|
4974
|
+
content: ''
|
|
4975
|
+
}
|
|
4976
|
+
}
|
|
4977
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
4978
|
+
position: relative;
|
|
4979
|
+
|
|
4980
|
+
width: 100%
|
|
4981
|
+
}
|
|
4982
|
+
@media only screen and (min-width: 32em) {
|
|
4983
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
4984
|
+
position: absolute;
|
|
4985
|
+
top: 0;
|
|
4986
|
+
bottom: 0
|
|
4987
|
+
}
|
|
4988
|
+
}
|
|
4989
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
4990
|
+
display: block;
|
|
4991
|
+
|
|
4992
|
+
padding-bottom: 78.50746269%;
|
|
4993
|
+
|
|
4994
|
+
content: ''
|
|
4995
|
+
}
|
|
4996
|
+
@media only screen and (min-width: 32em) {
|
|
4997
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
4998
|
+
content: none
|
|
4999
|
+
}
|
|
5000
|
+
}
|
|
5001
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
5002
|
+
position: absolute;
|
|
5003
|
+
top: 50%;
|
|
5004
|
+
left: 50%;
|
|
5005
|
+
|
|
5006
|
+
width: 180px;
|
|
5007
|
+
height: 180px;
|
|
5008
|
+
|
|
5009
|
+
transform: translate(-50%, -50%)
|
|
5010
|
+
}
|
|
5011
|
+
@media only screen and (min-width: 32em) {
|
|
5012
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
5013
|
+
top: 25%;
|
|
5014
|
+
|
|
5015
|
+
transform: translate(-50%, -25%)
|
|
5016
|
+
}
|
|
5017
|
+
}
|
|
5018
|
+
.RelatedRichBlock-module_tag__3OLyG {
|
|
5019
|
+
position: absolute;
|
|
5020
|
+
top: 14px;
|
|
5021
|
+
right: 15px;
|
|
5022
|
+
left: 15px;
|
|
5023
|
+
z-index: 10;
|
|
5024
|
+
|
|
5025
|
+
color: rgba(255, 255, 255, 0.7);
|
|
5026
|
+
|
|
5027
|
+
font-size: 12px
|
|
5028
|
+
}
|
|
5029
|
+
@media only screen and (min-width: 64em) {
|
|
5030
|
+
.RelatedRichBlock-module_tag__3OLyG {
|
|
5031
|
+
top: 16px;
|
|
5032
|
+
right: 20px;
|
|
5033
|
+
left: 20px
|
|
5034
|
+
}
|
|
5035
|
+
}
|
|
5036
|
+
.RelatedRichBlock-module_center__197sx {
|
|
5037
|
+
width: 100%;
|
|
5038
|
+
max-width: 650px;
|
|
5039
|
+
margin-right: auto;
|
|
5040
|
+
margin-left: auto;
|
|
5041
|
+
}
|
|
5042
|
+
/* Themes */
|
|
5043
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
|
|
5044
|
+
color: #000;
|
|
5045
|
+
}
|
|
5046
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
|
|
5047
|
+
color: rgba(0, 0, 0, 0.7);
|
|
5048
|
+
}
|
|
5049
|
+
@media only screen and (min-width: 32em) {
|
|
5050
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_light__2mUxL {
|
|
5051
|
+
color: #fff;
|
|
5052
|
+
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
|
|
5053
|
+
}
|
|
5054
|
+
}
|
|
5055
|
+
/* Display */
|
|
5056
|
+
@media only screen and (min-width: 32em) {
|
|
5057
|
+
.RelatedRichBlock-module_mobile__JpCS4 {
|
|
5058
|
+
display: none
|
|
5059
|
+
}
|
|
5060
|
+
}
|
|
5061
|
+
.RelatedRichBlock-module_desktop__trL0D {
|
|
5062
|
+
display: none
|
|
5063
|
+
}
|
|
5064
|
+
@media only screen and (min-width: 32em) {
|
|
5065
|
+
.RelatedRichBlock-module_desktop__trL0D {
|
|
5066
|
+
display: block
|
|
5067
|
+
}
|
|
5068
|
+
}
|
|
5069
|
+
|
|
5070
5070
|
/* Colors */
|
|
5071
5071
|
/* Fonts */
|
|
5072
5072
|
/* Gap */
|