@meduza/ui-kit-2 0.1.60 → 0.1.62
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/types.d.ts +9 -1
- package/dist/ui-kit.css +842 -842
- package/package.json +1 -1
- package/src/types.ts +9 -1
package/dist/ui-kit.css
CHANGED
|
@@ -624,90 +624,6 @@
|
|
|
624
624
|
box-shadow: inset 0 0 0 1px #323232;
|
|
625
625
|
}
|
|
626
626
|
|
|
627
|
-
/* Colors */
|
|
628
|
-
/* Fonts */
|
|
629
|
-
/* Gap */
|
|
630
|
-
/* Media */
|
|
631
|
-
/* 512 */
|
|
632
|
-
/* 650 */
|
|
633
|
-
/* 768 */
|
|
634
|
-
/* 1024 */
|
|
635
|
-
/* 1010 */
|
|
636
|
-
/* 1200 */
|
|
637
|
-
/* 511 */
|
|
638
|
-
/* 1023 */
|
|
639
|
-
/* Zindex */
|
|
640
|
-
.Image-module_root__1vsA_ {
|
|
641
|
-
position: relative;
|
|
642
|
-
z-index: 1;
|
|
643
|
-
|
|
644
|
-
display: block;
|
|
645
|
-
overflow: hidden;
|
|
646
|
-
transition: background-color 250ms ease;
|
|
647
|
-
|
|
648
|
-
background-color: #f2f2f2
|
|
649
|
-
}
|
|
650
|
-
@media only screen and (min-width: 32em) {
|
|
651
|
-
.Image-module_root__1vsA_ {
|
|
652
|
-
border-radius: inherit
|
|
653
|
-
}
|
|
654
|
-
}
|
|
655
|
-
.Image-module_root__1vsA_ img {
|
|
656
|
-
position: absolute;
|
|
657
|
-
top: 0;
|
|
658
|
-
left: 0;
|
|
659
|
-
|
|
660
|
-
width: 100%;
|
|
661
|
-
height: 100%;
|
|
662
|
-
}
|
|
663
|
-
.Image-module_isLoaded__3XhU5 {
|
|
664
|
-
background-color: transparent;
|
|
665
|
-
}
|
|
666
|
-
.Image-module_wrapper__3fLjs {
|
|
667
|
-
display: block;
|
|
668
|
-
|
|
669
|
-
width: 100%;
|
|
670
|
-
|
|
671
|
-
background-repeat: no-repeat;
|
|
672
|
-
background-size: 100% auto;
|
|
673
|
-
}
|
|
674
|
-
.Image-module_fullscreen__29apx picture {
|
|
675
|
-
cursor: pointer;
|
|
676
|
-
}
|
|
677
|
-
.Image-module_fullscreen__29apx picture:hover::after {
|
|
678
|
-
opacity: 1;
|
|
679
|
-
}
|
|
680
|
-
.Image-module_fullscreen__29apx picture::after {
|
|
681
|
-
position: absolute;
|
|
682
|
-
right: 12px;
|
|
683
|
-
bottom: 12px;
|
|
684
|
-
|
|
685
|
-
width: 40px;
|
|
686
|
-
height: 40px;
|
|
687
|
-
|
|
688
|
-
transition: opacity 250ms ease;
|
|
689
|
-
pointer-events: none;
|
|
690
|
-
|
|
691
|
-
opacity: 0;
|
|
692
|
-
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
693
|
-
border-radius: 20px;
|
|
694
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
695
|
-
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.197 10.207V3.763h-6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.793 4.166l-6.173 6.172' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.803 13.733v6.444h6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.207 19.774l6.173-6.171' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
696
|
-
background-repeat: no-repeat;
|
|
697
|
-
background-position: center
|
|
698
|
-
}
|
|
699
|
-
@media only screen and (min-width: 64em) {
|
|
700
|
-
.Image-module_fullscreen__29apx picture::after {
|
|
701
|
-
content: ''
|
|
702
|
-
}
|
|
703
|
-
}
|
|
704
|
-
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
705
|
-
outline: none;
|
|
706
|
-
}
|
|
707
|
-
.Image-module_dark__3o0nU {
|
|
708
|
-
background-color: transparent;
|
|
709
|
-
}
|
|
710
|
-
|
|
711
627
|
/* Colors */
|
|
712
628
|
/* Fonts */
|
|
713
629
|
/* Gap */
|
|
@@ -874,23 +790,6 @@
|
|
|
874
790
|
}
|
|
875
791
|
}
|
|
876
792
|
|
|
877
|
-
/* Colors */
|
|
878
|
-
/* Fonts */
|
|
879
|
-
/* Gap */
|
|
880
|
-
/* Media */
|
|
881
|
-
/* 512 */
|
|
882
|
-
/* 650 */
|
|
883
|
-
/* 768 */
|
|
884
|
-
/* 1024 */
|
|
885
|
-
/* 1010 */
|
|
886
|
-
/* 1200 */
|
|
887
|
-
/* 511 */
|
|
888
|
-
/* 1023 */
|
|
889
|
-
/* Zindex */
|
|
890
|
-
.Lazy-module_root__2Z72l {
|
|
891
|
-
display: block;
|
|
892
|
-
}
|
|
893
|
-
|
|
894
793
|
/* Colors */
|
|
895
794
|
/* Fonts */
|
|
896
795
|
/* Gap */
|
|
@@ -1028,6 +927,23 @@
|
|
|
1028
927
|
}
|
|
1029
928
|
}
|
|
1030
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;
|
|
945
|
+
}
|
|
946
|
+
|
|
1031
947
|
/* Colors */
|
|
1032
948
|
/* Fonts */
|
|
1033
949
|
/* Gap */
|
|
@@ -1326,6 +1242,90 @@
|
|
|
1326
1242
|
min-width: 50px;
|
|
1327
1243
|
}
|
|
1328
1244
|
|
|
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 */
|
|
@@ -1432,49 +1432,107 @@
|
|
|
1432
1432
|
/* 511 */
|
|
1433
1433
|
/* 1023 */
|
|
1434
1434
|
/* Zindex */
|
|
1435
|
-
.
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1439
|
-
font-size: 16px;
|
|
1440
|
-
line-height: 22px;
|
|
1441
|
-
}
|
|
1442
|
-
.MaterialNote-module_root__1AcYe:empty {
|
|
1443
|
-
margin-bottom: 0;
|
|
1444
|
-
}
|
|
1445
|
-
.MaterialNote-module_root__1AcYe:empty::before {
|
|
1446
|
-
margin-bottom: 9px;
|
|
1435
|
+
.BookmarkButton-module_root__3KmuY {
|
|
1436
|
+
color: #e0e0e0;
|
|
1447
1437
|
}
|
|
1448
|
-
.
|
|
1449
|
-
|
|
1438
|
+
.BookmarkButton-module_control__1A0ea {
|
|
1439
|
+
margin: 0;
|
|
1440
|
+
padding: 5px 3px;
|
|
1450
1441
|
|
|
1451
|
-
|
|
1452
|
-
height: 1px;
|
|
1453
|
-
margin-bottom: 15px;
|
|
1442
|
+
cursor: pointer;
|
|
1454
1443
|
|
|
1455
|
-
|
|
1444
|
+
color: inherit;
|
|
1445
|
+
border-width: 0;
|
|
1446
|
+
outline: none;
|
|
1447
|
+
background-color: transparent;
|
|
1456
1448
|
|
|
1457
|
-
|
|
1458
|
-
}
|
|
1459
|
-
.MaterialNote-module_root__1AcYe p {
|
|
1460
|
-
margin-top: 8px;
|
|
1461
|
-
margin-bottom: 0;
|
|
1462
|
-
}
|
|
1463
|
-
.MaterialNote-module_root__1AcYe a {
|
|
1464
|
-
text-decoration: none;
|
|
1449
|
+
-webkit-appearance: none;
|
|
1465
1450
|
|
|
1466
|
-
|
|
1467
|
-
|
|
1451
|
+
-moz-appearance: none;
|
|
1452
|
+
|
|
1453
|
+
appearance: none;
|
|
1454
|
+
fill: transparent;
|
|
1468
1455
|
}
|
|
1469
|
-
.
|
|
1470
|
-
color: #
|
|
1456
|
+
.BookmarkButton-module_dark__1cwyi {
|
|
1457
|
+
color: #fff;
|
|
1471
1458
|
}
|
|
1472
|
-
.
|
|
1473
|
-
|
|
1459
|
+
.BookmarkButton-module_light__1uQyH {
|
|
1460
|
+
color: #000;
|
|
1474
1461
|
}
|
|
1475
|
-
.
|
|
1476
|
-
|
|
1477
|
-
|
|
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
|
+
/* Colors */
|
|
1481
|
+
/* Fonts */
|
|
1482
|
+
/* Gap */
|
|
1483
|
+
/* Media */
|
|
1484
|
+
/* 512 */
|
|
1485
|
+
/* 650 */
|
|
1486
|
+
/* 768 */
|
|
1487
|
+
/* 1024 */
|
|
1488
|
+
/* 1010 */
|
|
1489
|
+
/* 1200 */
|
|
1490
|
+
/* 511 */
|
|
1491
|
+
/* 1023 */
|
|
1492
|
+
/* Zindex */
|
|
1493
|
+
.MaterialNote-module_root__1AcYe {
|
|
1494
|
+
margin-bottom: 17px;
|
|
1495
|
+
|
|
1496
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1497
|
+
font-size: 16px;
|
|
1498
|
+
line-height: 22px;
|
|
1499
|
+
}
|
|
1500
|
+
.MaterialNote-module_root__1AcYe:empty {
|
|
1501
|
+
margin-bottom: 0;
|
|
1502
|
+
}
|
|
1503
|
+
.MaterialNote-module_root__1AcYe:empty::before {
|
|
1504
|
+
margin-bottom: 9px;
|
|
1505
|
+
}
|
|
1506
|
+
.MaterialNote-module_root__1AcYe::before {
|
|
1507
|
+
display: block;
|
|
1508
|
+
|
|
1509
|
+
width: 120px;
|
|
1510
|
+
height: 1px;
|
|
1511
|
+
margin-bottom: 15px;
|
|
1512
|
+
|
|
1513
|
+
content: '';
|
|
1514
|
+
|
|
1515
|
+
background: #000;
|
|
1516
|
+
}
|
|
1517
|
+
.MaterialNote-module_root__1AcYe p {
|
|
1518
|
+
margin-top: 8px;
|
|
1519
|
+
margin-bottom: 0;
|
|
1520
|
+
}
|
|
1521
|
+
.MaterialNote-module_root__1AcYe a {
|
|
1522
|
+
text-decoration: none;
|
|
1523
|
+
|
|
1524
|
+
color: inherit;
|
|
1525
|
+
box-shadow: inset 0 -1px;
|
|
1526
|
+
}
|
|
1527
|
+
.MaterialNote-module_root__1AcYe a:hover {
|
|
1528
|
+
color: #b88b59;
|
|
1529
|
+
}
|
|
1530
|
+
.MaterialNote-module_dark__xCry-::before {
|
|
1531
|
+
background-color: #4f4f4f;
|
|
1532
|
+
}
|
|
1533
|
+
.MaterialNote-module_note_credit__PuFyX {
|
|
1534
|
+
color: #666;
|
|
1535
|
+
|
|
1478
1536
|
font-size: 12px;
|
|
1479
1537
|
line-height: 15px;
|
|
1480
1538
|
}
|
|
@@ -1554,64 +1612,6 @@
|
|
|
1554
1612
|
}
|
|
1555
1613
|
}
|
|
1556
1614
|
|
|
1557
|
-
/* Colors */
|
|
1558
|
-
/* Fonts */
|
|
1559
|
-
/* Gap */
|
|
1560
|
-
/* Media */
|
|
1561
|
-
/* 512 */
|
|
1562
|
-
/* 650 */
|
|
1563
|
-
/* 768 */
|
|
1564
|
-
/* 1024 */
|
|
1565
|
-
/* 1010 */
|
|
1566
|
-
/* 1200 */
|
|
1567
|
-
/* 511 */
|
|
1568
|
-
/* 1023 */
|
|
1569
|
-
/* Zindex */
|
|
1570
|
-
.BookmarkButton-module_root__3KmuY {
|
|
1571
|
-
color: #e0e0e0;
|
|
1572
|
-
}
|
|
1573
|
-
.BookmarkButton-module_control__1A0ea {
|
|
1574
|
-
margin: 0;
|
|
1575
|
-
padding: 5px 3px;
|
|
1576
|
-
|
|
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;
|
|
1590
|
-
}
|
|
1591
|
-
.BookmarkButton-module_dark__1cwyi {
|
|
1592
|
-
color: #fff;
|
|
1593
|
-
}
|
|
1594
|
-
.BookmarkButton-module_light__1uQyH {
|
|
1595
|
-
color: #000;
|
|
1596
|
-
}
|
|
1597
|
-
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1598
|
-
fill: #e0e0e0;
|
|
1599
|
-
}
|
|
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
|
|
1609
|
-
}
|
|
1610
|
-
}
|
|
1611
|
-
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1612
|
-
display: none;
|
|
1613
|
-
}
|
|
1614
|
-
|
|
1615
1615
|
/* Colors */
|
|
1616
1616
|
/* Fonts */
|
|
1617
1617
|
/* Gap */
|
|
@@ -1900,252 +1900,59 @@
|
|
|
1900
1900
|
/* 511 */
|
|
1901
1901
|
/* 1023 */
|
|
1902
1902
|
/* Zindex */
|
|
1903
|
-
.
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
left: 0;
|
|
1908
|
-
|
|
1909
|
-
display: -webkit-box;
|
|
1910
|
-
|
|
1911
|
-
display: -webkit-flex;
|
|
1903
|
+
.Timestamp-module_root__coOvT {
|
|
1904
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1905
|
+
font-weight: normal;
|
|
1906
|
+
}
|
|
1912
1907
|
|
|
1913
|
-
|
|
1908
|
+
/* Colors */
|
|
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);
|
|
1914
1923
|
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1924
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1925
|
+
font-size: 12px;
|
|
1926
|
+
line-height: 15px;
|
|
1918
1927
|
|
|
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 {
|
|
1919
1938
|
width: 100%;
|
|
1920
|
-
height: 100%;
|
|
1921
|
-
min-height: 120px;
|
|
1922
|
-
padding: 10px 0 0;
|
|
1923
|
-
|
|
1924
|
-
-webkit-animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
|
|
1925
|
-
|
|
1926
|
-
animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
|
|
1927
1939
|
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
font-size: 16px;
|
|
1931
|
-
line-height: 22px;
|
|
1940
|
+
color: rgba(0, 0, 0, 0.4);
|
|
1932
1941
|
}
|
|
1933
|
-
.
|
|
1934
|
-
|
|
1935
|
-
animation: Popover-module_fadeIn__AkrSN 250ms ease both;
|
|
1942
|
+
.Meta-module_podcast__1m4zo {
|
|
1943
|
+
fill: currentColor;
|
|
1936
1944
|
}
|
|
1937
|
-
.
|
|
1938
|
-
|
|
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: '';
|
|
1945
|
+
.Meta-module_isInSearchItem__1wbpx {
|
|
1946
|
+
color: rgba(255, 255, 255, 0.7);
|
|
1947
1947
|
}
|
|
1948
|
-
.
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
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;
|
|
1948
|
+
.Meta-module_slide__3g6fG.Meta-module_isInMediaBlock__3xfPF,
|
|
1949
|
+
.Meta-module_card__LE1RK.Meta-module_isInMediaBlock__3xfPF,
|
|
1950
|
+
.Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF {
|
|
1951
|
+
text-align: left;
|
|
1961
1952
|
}
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
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;
|
|
1987
|
-
}
|
|
1988
|
-
.Popover-module_background__1KKaP {
|
|
1989
|
-
position: absolute;
|
|
1990
|
-
z-index: -1;
|
|
1991
|
-
top: 0;
|
|
1992
|
-
left: 0;
|
|
1993
|
-
|
|
1994
|
-
overflow: hidden;
|
|
1995
|
-
|
|
1996
|
-
width: 100%;
|
|
1997
|
-
height: 100%;
|
|
1998
|
-
|
|
1999
|
-
border-radius: 8px 8px 0 0;
|
|
2000
|
-
}
|
|
2001
|
-
.Popover-module_background__1KKaP rect {
|
|
2002
|
-
position: absolute;
|
|
2003
|
-
|
|
2004
|
-
width: 100%;
|
|
2005
|
-
height: 100%;
|
|
2006
|
-
}
|
|
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;
|
|
2010
|
-
}
|
|
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
|
|
1953
|
+
@media only screen and (min-width: 64em) {
|
|
1954
|
+
.Meta-module_center__3BBPr.Meta-module_half__1xRkT {
|
|
1955
|
+
text-align: left
|
|
2149
1956
|
}
|
|
2150
1957
|
}
|
|
2151
1958
|
@media only screen and (min-width: 32em) {
|
|
@@ -2232,10 +2039,54 @@
|
|
|
2232
2039
|
/* 511 */
|
|
2233
2040
|
/* 1023 */
|
|
2234
2041
|
/* Zindex */
|
|
2235
|
-
.
|
|
2042
|
+
.CardTitle-module_root__1uqqF {
|
|
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
|
+
|
|
2236
2057
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2237
|
-
font-
|
|
2058
|
+
font-size: 20px;
|
|
2059
|
+
font-weight: 700;
|
|
2060
|
+
line-height: 24px;
|
|
2061
|
+
}
|
|
2062
|
+
.CardTitle-module_title__2iTI6 {
|
|
2063
|
+
color: #1d1d1d;
|
|
2064
|
+
|
|
2065
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2066
|
+
font-size: 20px;
|
|
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
|
|
2238
2088
|
}
|
|
2089
|
+
}
|
|
2239
2090
|
|
|
2240
2091
|
/* Colors */
|
|
2241
2092
|
/* Fonts */
|
|
@@ -2323,68 +2174,6 @@
|
|
|
2323
2174
|
margin-left: auto;
|
|
2324
2175
|
}
|
|
2325
2176
|
|
|
2326
|
-
/* Colors */
|
|
2327
|
-
/* Fonts */
|
|
2328
|
-
/* Gap */
|
|
2329
|
-
/* Media */
|
|
2330
|
-
/* 512 */
|
|
2331
|
-
/* 650 */
|
|
2332
|
-
/* 768 */
|
|
2333
|
-
/* 1024 */
|
|
2334
|
-
/* 1010 */
|
|
2335
|
-
/* 1200 */
|
|
2336
|
-
/* 511 */
|
|
2337
|
-
/* 1023 */
|
|
2338
|
-
/* Zindex */
|
|
2339
|
-
.CardTitle-module_root__1uqqF {
|
|
2340
|
-
margin-bottom: 11px
|
|
2341
|
-
}
|
|
2342
|
-
@media only screen and (min-width: 64em) {
|
|
2343
|
-
.CardTitle-module_root__1uqqF {
|
|
2344
|
-
margin-bottom: 10px;
|
|
2345
|
-
|
|
2346
|
-
text-align: center
|
|
2347
|
-
}
|
|
2348
|
-
}
|
|
2349
|
-
.CardTitle-module_index__4FsTf {
|
|
2350
|
-
margin-bottom: 7px;
|
|
2351
|
-
|
|
2352
|
-
color: #b88b59;
|
|
2353
|
-
|
|
2354
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2355
|
-
font-size: 20px;
|
|
2356
|
-
font-weight: 700;
|
|
2357
|
-
line-height: 24px;
|
|
2358
|
-
}
|
|
2359
|
-
.CardTitle-module_title__2iTI6 {
|
|
2360
|
-
color: #1d1d1d;
|
|
2361
|
-
|
|
2362
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2363
|
-
font-size: 20px;
|
|
2364
|
-
font-weight: 700;
|
|
2365
|
-
line-height: 24px
|
|
2366
|
-
}
|
|
2367
|
-
@media only screen and (min-width: 64em) {
|
|
2368
|
-
.CardTitle-module_title__2iTI6 {
|
|
2369
|
-
font-size: 28px;
|
|
2370
|
-
line-height: 34px
|
|
2371
|
-
}
|
|
2372
|
-
}
|
|
2373
|
-
/* VISIBILITY */
|
|
2374
|
-
@media only screen and (min-width: 32em) {
|
|
2375
|
-
.CardTitle-module_mobile__1_kij {
|
|
2376
|
-
display: none
|
|
2377
|
-
}
|
|
2378
|
-
}
|
|
2379
|
-
.CardTitle-module_desktop__1l3_n {
|
|
2380
|
-
display: none
|
|
2381
|
-
}
|
|
2382
|
-
@media only screen and (min-width: 32em) {
|
|
2383
|
-
.CardTitle-module_desktop__1l3_n {
|
|
2384
|
-
display: block
|
|
2385
|
-
}
|
|
2386
|
-
}
|
|
2387
|
-
|
|
2388
2177
|
/* Colors */
|
|
2389
2178
|
/* Fonts */
|
|
2390
2179
|
/* Gap */
|
|
@@ -2477,14 +2266,10 @@
|
|
|
2477
2266
|
/* 511 */
|
|
2478
2267
|
/* 1023 */
|
|
2479
2268
|
/* Zindex */
|
|
2480
|
-
.
|
|
2481
|
-
position:
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
position: absolute;
|
|
2485
|
-
z-index: 1;
|
|
2486
|
-
right: 0;
|
|
2487
|
-
bottom: 0;
|
|
2269
|
+
.Popover-module_root__1v6f_ {
|
|
2270
|
+
position: fixed;
|
|
2271
|
+
z-index: 1000;
|
|
2272
|
+
top: 0;
|
|
2488
2273
|
left: 0;
|
|
2489
2274
|
|
|
2490
2275
|
display: -webkit-box;
|
|
@@ -2494,93 +2279,190 @@
|
|
|
2494
2279
|
display: -ms-flexbox;
|
|
2495
2280
|
|
|
2496
2281
|
display: flex;
|
|
2497
|
-
|
|
2498
|
-
|
|
2282
|
+
align-items: flex-end;
|
|
2283
|
+
flex-direction: row;
|
|
2499
2284
|
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
position: relative;
|
|
2505
|
-
}
|
|
2506
|
-
.Cover-module_rich__1fAGA {
|
|
2507
|
-
overflow: hidden;
|
|
2285
|
+
width: 100%;
|
|
2286
|
+
height: 100%;
|
|
2287
|
+
min-height: 120px;
|
|
2288
|
+
padding: 10px 0 0;
|
|
2508
2289
|
|
|
2509
|
-
|
|
2290
|
+
-webkit-animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
|
|
2510
2291
|
|
|
2511
|
-
|
|
2292
|
+
animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
|
|
2293
|
+
|
|
2294
|
+
opacity: 1;
|
|
2295
|
+
|
|
2296
|
+
font-size: 16px;
|
|
2297
|
+
line-height: 22px;
|
|
2512
2298
|
}
|
|
2513
|
-
.
|
|
2299
|
+
.Popover-module_root__1v6f_.Popover-module_visible__eK5ZQ {
|
|
2300
|
+
-webkit-animation: Popover-module_fadeIn__AkrSN 250ms ease both;
|
|
2301
|
+
animation: Popover-module_fadeIn__AkrSN 250ms ease both;
|
|
2302
|
+
}
|
|
2303
|
+
.Popover-module_overlay__2SBL0 {
|
|
2514
2304
|
position: absolute;
|
|
2515
|
-
z-index: 1;
|
|
2516
2305
|
top: 0;
|
|
2517
2306
|
right: 0;
|
|
2518
2307
|
bottom: 0;
|
|
2519
2308
|
left: 0;
|
|
2520
2309
|
|
|
2521
|
-
|
|
2310
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
2522
2311
|
|
|
2523
|
-
|
|
2524
|
-
border-radius: 10px 10px 0 0;
|
|
2525
|
-
}
|
|
2526
|
-
.Cover-module_dark__2Ac-w .Cover-module_body__1xs8e {
|
|
2527
|
-
color: #000;
|
|
2312
|
+
contain: '';
|
|
2528
2313
|
}
|
|
2529
|
-
.
|
|
2530
|
-
|
|
2531
|
-
|
|
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;
|
|
2532
2327
|
}
|
|
2533
|
-
.
|
|
2328
|
+
.Popover-module_dismiss__3RnLj {
|
|
2534
2329
|
position: absolute;
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
bottom: 12px;
|
|
2330
|
+
top: -23px;
|
|
2331
|
+
left: 50%;
|
|
2538
2332
|
|
|
2539
|
-
width:
|
|
2540
|
-
height:
|
|
2541
|
-
margin: 0;
|
|
2333
|
+
width: 50px;
|
|
2334
|
+
height: 36px;
|
|
2542
2335
|
padding: 0;
|
|
2543
2336
|
|
|
2544
|
-
|
|
2337
|
+
transform: translateX(-50%);
|
|
2338
|
+
|
|
2339
|
+
opacity: 0.4;
|
|
2545
2340
|
border-width: 0;
|
|
2546
|
-
border-radius:
|
|
2547
|
-
|
|
2548
|
-
background-
|
|
2549
|
-
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");
|
|
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");
|
|
2550
2344
|
background-repeat: no-repeat;
|
|
2551
2345
|
background-position: center;
|
|
2552
|
-
box-shadow:
|
|
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;
|
|
2553
2391
|
}
|
|
2554
|
-
.
|
|
2555
|
-
|
|
2392
|
+
.Popover-module_body__3h5UO p + p {
|
|
2393
|
+
margin-top: 6px;
|
|
2556
2394
|
}
|
|
2557
|
-
.
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
top: 0;
|
|
2561
|
-
right: 0;
|
|
2562
|
-
bottom: 0;
|
|
2563
|
-
left: 0;
|
|
2564
|
-
|
|
2565
|
-
content: '';
|
|
2566
|
-
|
|
2567
|
-
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
2568
|
-
border-radius: 8px;
|
|
2395
|
+
.Popover-module_body__3h5UO a {
|
|
2396
|
+
color: inherit;
|
|
2397
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2569
2398
|
}
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
.Cover-module_mobile__5DKa1 {
|
|
2573
|
-
display: none
|
|
2399
|
+
.Popover-module_body__3h5UO a:hover {
|
|
2400
|
+
color: #b88b59;
|
|
2574
2401
|
}
|
|
2402
|
+
@-webkit-keyframes Popover-module_appear__37vPd {
|
|
2403
|
+
0% {
|
|
2404
|
+
transform: translateY(100%);
|
|
2405
|
+
}
|
|
2406
|
+
100% {
|
|
2407
|
+
transform: translateY(0);
|
|
2575
2408
|
}
|
|
2576
|
-
.Cover-module_desktop__2mrOc {
|
|
2577
|
-
display: none
|
|
2578
2409
|
}
|
|
2579
|
-
@
|
|
2580
|
-
|
|
2581
|
-
|
|
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
|
+
}
|
|
2582
2457
|
}
|
|
2458
|
+
@keyframes Popover-module_fadeOut__3EZhx {
|
|
2459
|
+
0% {
|
|
2460
|
+
opacity: 1;
|
|
2461
|
+
}
|
|
2462
|
+
100% {
|
|
2463
|
+
opacity: 0;
|
|
2583
2464
|
}
|
|
2465
|
+
}
|
|
2584
2466
|
|
|
2585
2467
|
/* Colors */
|
|
2586
2468
|
/* Fonts */
|
|
@@ -2799,64 +2681,111 @@
|
|
|
2799
2681
|
/* 511 */
|
|
2800
2682
|
/* 1023 */
|
|
2801
2683
|
/* Zindex */
|
|
2802
|
-
.
|
|
2803
|
-
|
|
2804
|
-
|
|
2684
|
+
.Cover-module_root__18Z8J {
|
|
2685
|
+
position: relative;
|
|
2686
|
+
}
|
|
2687
|
+
.Cover-module_body__1xs8e {
|
|
2688
|
+
position: absolute;
|
|
2689
|
+
z-index: 1;
|
|
2690
|
+
right: 0;
|
|
2691
|
+
bottom: 0;
|
|
2692
|
+
left: 0;
|
|
2805
2693
|
|
|
2806
|
-
|
|
2807
|
-
border-radius: 4px;
|
|
2808
|
-
border-radius: 8px;
|
|
2809
|
-
background: #FFF8C4;
|
|
2694
|
+
display: -webkit-box;
|
|
2810
2695
|
|
|
2811
|
-
|
|
2812
|
-
font-size: 16px;
|
|
2813
|
-
font-weight: normal;
|
|
2814
|
-
line-height: 20px
|
|
2815
|
-
}
|
|
2816
|
-
@media only screen and (min-width: 32em) {
|
|
2817
|
-
.ImportantLead-module_root__2BdT3 {
|
|
2818
|
-
margin: 25px 0;
|
|
2819
|
-
padding: 12px 15px 13px;
|
|
2696
|
+
display: -webkit-flex;
|
|
2820
2697
|
|
|
2821
|
-
|
|
2822
|
-
|
|
2698
|
+
display: -ms-flexbox;
|
|
2699
|
+
|
|
2700
|
+
display: flex;
|
|
2701
|
+
flex-flow: column nowrap;
|
|
2702
|
+
justify-content: flex-end;
|
|
2703
|
+
|
|
2704
|
+
min-height: 412px;
|
|
2705
|
+
padding: 0 20px 12px;
|
|
2823
2706
|
}
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
margin-bottom: 0;
|
|
2707
|
+
.Cover-module_image__2f3Qc {
|
|
2708
|
+
position: relative;
|
|
2827
2709
|
}
|
|
2828
|
-
.
|
|
2829
|
-
|
|
2710
|
+
.Cover-module_rich__1fAGA {
|
|
2711
|
+
overflow: hidden;
|
|
2712
|
+
|
|
2713
|
+
margin: 0 -20px;
|
|
2714
|
+
|
|
2715
|
+
border-radius: 9px 9px 0 0;
|
|
2830
2716
|
}
|
|
2831
|
-
.
|
|
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;
|
|
2729
|
+
}
|
|
2730
|
+
.Cover-module_dark__2Ac-w .Cover-module_body__1xs8e {
|
|
2832
2731
|
color: #000;
|
|
2833
|
-
box-shadow: inset 0 -1px #000;
|
|
2834
2732
|
}
|
|
2835
|
-
.
|
|
2836
|
-
color: #
|
|
2837
|
-
|
|
2733
|
+
.Cover-module_light__FUp5X .Cover-module_body__1xs8e {
|
|
2734
|
+
color: #fff;
|
|
2735
|
+
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
|
|
2838
2736
|
}
|
|
2839
|
-
.
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2737
|
+
.Cover-module_control__VXbhi {
|
|
2738
|
+
position: absolute;
|
|
2739
|
+
z-index: 10;
|
|
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);
|
|
2757
|
+
}
|
|
2758
|
+
.Cover-module_isInDynamicBlock__3eghb .Cover-module_body__1xs8e {
|
|
2759
|
+
padding: 0 12px 12px
|
|
2760
|
+
}
|
|
2761
|
+
.Cover-module_isInDynamicBlock__3eghb::after {
|
|
2762
|
+
position: absolute;
|
|
2763
|
+
z-index: 1;
|
|
2764
|
+
top: 0;
|
|
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;
|
|
2843
2773
|
}
|
|
2844
2774
|
/* VISIBILITY */
|
|
2845
2775
|
@media only screen and (min-width: 32em) {
|
|
2846
|
-
.
|
|
2776
|
+
.Cover-module_mobile__5DKa1 {
|
|
2847
2777
|
display: none
|
|
2848
2778
|
}
|
|
2849
2779
|
}
|
|
2850
|
-
.
|
|
2780
|
+
.Cover-module_desktop__2mrOc {
|
|
2851
2781
|
display: none
|
|
2852
2782
|
}
|
|
2853
2783
|
@media only screen and (min-width: 32em) {
|
|
2854
|
-
.
|
|
2784
|
+
.Cover-module_desktop__2mrOc {
|
|
2855
2785
|
display: block
|
|
2856
2786
|
}
|
|
2857
2787
|
}
|
|
2858
2788
|
|
|
2859
|
-
|
|
2860
2789
|
/* Colors */
|
|
2861
2790
|
/* Fonts */
|
|
2862
2791
|
/* Gap */
|
|
@@ -2977,48 +2906,119 @@
|
|
|
2977
2906
|
|
|
2978
2907
|
width: 36px;
|
|
2979
2908
|
|
|
2980
|
-
text-align: center;
|
|
2909
|
+
text-align: center;
|
|
2910
|
+
|
|
2911
|
+
font-size: 20px
|
|
2912
|
+
}
|
|
2913
|
+
}
|
|
2914
|
+
.ListBlock-module_center__tdIwd {
|
|
2915
|
+
max-width: 650px;
|
|
2916
|
+
margin-right: auto;
|
|
2917
|
+
margin-left: auto;
|
|
2918
|
+
}
|
|
2919
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2920
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2921
|
+
font-size: 16px;
|
|
2922
|
+
line-height: 20px
|
|
2923
|
+
}
|
|
2924
|
+
@media only screen and (min-width: 48em) {
|
|
2925
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2926
|
+
font-size: 17px;
|
|
2927
|
+
line-height: 24px
|
|
2928
|
+
}
|
|
2929
|
+
}
|
|
2930
|
+
.ListBlock-module_dark__3E3tV a {
|
|
2931
|
+
color: inherit;
|
|
2932
|
+
}
|
|
2933
|
+
.ListBlock-module_dark__3E3tV a:hover {
|
|
2934
|
+
color: #b88b59;
|
|
2935
|
+
}
|
|
2936
|
+
/* VISIBILITY */
|
|
2937
|
+
@media only screen and (min-width: 32em) {
|
|
2938
|
+
.ListBlock-module_mobile__2-nuV {
|
|
2939
|
+
display: none
|
|
2940
|
+
}
|
|
2941
|
+
}
|
|
2942
|
+
.ListBlock-module_desktop__1EE0g {
|
|
2943
|
+
display: none
|
|
2944
|
+
}
|
|
2945
|
+
@media only screen and (min-width: 32em) {
|
|
2946
|
+
.ListBlock-module_desktop__1EE0g {
|
|
2947
|
+
display: block
|
|
2948
|
+
}
|
|
2949
|
+
}
|
|
2950
|
+
|
|
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;
|
|
2981
2972
|
|
|
2982
|
-
font-size: 20px
|
|
2983
|
-
}
|
|
2984
|
-
}
|
|
2985
|
-
.ListBlock-module_center__tdIwd {
|
|
2986
|
-
max-width: 650px;
|
|
2987
|
-
margin-right: auto;
|
|
2988
|
-
margin-left: auto;
|
|
2989
|
-
}
|
|
2990
|
-
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2991
2973
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2992
2974
|
font-size: 16px;
|
|
2975
|
+
font-weight: normal;
|
|
2993
2976
|
line-height: 20px
|
|
2994
2977
|
}
|
|
2995
|
-
@media only screen and (min-width:
|
|
2996
|
-
.
|
|
2978
|
+
@media only screen and (min-width: 32em) {
|
|
2979
|
+
.ImportantLead-module_root__2BdT3 {
|
|
2980
|
+
margin: 25px 0;
|
|
2981
|
+
padding: 12px 15px 13px;
|
|
2982
|
+
|
|
2997
2983
|
font-size: 17px;
|
|
2998
2984
|
line-height: 24px
|
|
2999
2985
|
}
|
|
3000
2986
|
}
|
|
3001
|
-
.
|
|
3002
|
-
|
|
2987
|
+
.ImportantLead-module_root__2BdT3:last-child {
|
|
2988
|
+
margin-bottom: 0;
|
|
3003
2989
|
}
|
|
3004
|
-
.
|
|
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 {
|
|
3005
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;
|
|
3006
3005
|
}
|
|
3007
3006
|
/* VISIBILITY */
|
|
3008
3007
|
@media only screen and (min-width: 32em) {
|
|
3009
|
-
.
|
|
3008
|
+
.ImportantLead-module_mobile__3BXbm {
|
|
3010
3009
|
display: none
|
|
3011
3010
|
}
|
|
3012
3011
|
}
|
|
3013
|
-
.
|
|
3012
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
3014
3013
|
display: none
|
|
3015
3014
|
}
|
|
3016
3015
|
@media only screen and (min-width: 32em) {
|
|
3017
|
-
.
|
|
3016
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
3018
3017
|
display: block
|
|
3019
3018
|
}
|
|
3020
3019
|
}
|
|
3021
3020
|
|
|
3021
|
+
|
|
3022
3022
|
/* Colors */
|
|
3023
3023
|
/* Fonts */
|
|
3024
3024
|
/* Gap */
|
|
@@ -3149,6 +3149,50 @@
|
|
|
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
|
+
|
|
3152
3196
|
/* Colors */
|
|
3153
3197
|
/* Fonts */
|
|
3154
3198
|
/* Gap */
|
|
@@ -3690,50 +3734,6 @@ a mark {
|
|
|
3690
3734
|
}
|
|
3691
3735
|
}
|
|
3692
3736
|
|
|
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 */
|
|
@@ -4116,119 +4116,17 @@ a mark {
|
|
|
4116
4116
|
/* VISIBILITY */
|
|
4117
4117
|
@media only screen and (min-width: 32em) {
|
|
4118
4118
|
.Spoiler-module_mobile__2BPt8 {
|
|
4119
|
-
display: none
|
|
4120
|
-
}
|
|
4121
|
-
}
|
|
4122
|
-
.Spoiler-module_desktop__1BIFJ {
|
|
4123
|
-
display: none
|
|
4124
|
-
}
|
|
4125
|
-
@media only screen and (min-width: 32em) {
|
|
4126
|
-
.Spoiler-module_desktop__1BIFJ {
|
|
4127
|
-
display: block
|
|
4128
|
-
}
|
|
4129
|
-
}
|
|
4130
|
-
|
|
4131
|
-
/* Colors */
|
|
4132
|
-
/* Fonts */
|
|
4133
|
-
/* Gap */
|
|
4134
|
-
/* Media */
|
|
4135
|
-
/* 512 */
|
|
4136
|
-
/* 650 */
|
|
4137
|
-
/* 768 */
|
|
4138
|
-
/* 1024 */
|
|
4139
|
-
/* 1010 */
|
|
4140
|
-
/* 1200 */
|
|
4141
|
-
/* 511 */
|
|
4142
|
-
/* 1023 */
|
|
4143
|
-
/* Zindex */
|
|
4144
|
-
.MetaItem-module_root__2VQom {
|
|
4145
|
-
display: inline;
|
|
4146
|
-
|
|
4147
|
-
margin-right: 15px;
|
|
4148
|
-
}
|
|
4149
|
-
.MetaItem-module_root__2VQom > svg {
|
|
4150
|
-
display: inline-block;
|
|
4151
|
-
|
|
4152
|
-
margin-right: 1px;
|
|
4153
|
-
|
|
4154
|
-
vertical-align: top;
|
|
4155
|
-
|
|
4156
|
-
color: inherit;
|
|
4157
|
-
|
|
4158
|
-
fill: currentColor;
|
|
4159
|
-
}
|
|
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
|
|
4119
|
+
display: none
|
|
4227
4120
|
}
|
|
4228
4121
|
}
|
|
4229
|
-
.
|
|
4230
|
-
|
|
4122
|
+
.Spoiler-module_desktop__1BIFJ {
|
|
4123
|
+
display: none
|
|
4124
|
+
}
|
|
4125
|
+
@media only screen and (min-width: 32em) {
|
|
4126
|
+
.Spoiler-module_desktop__1BIFJ {
|
|
4127
|
+
display: block
|
|
4231
4128
|
}
|
|
4129
|
+
}
|
|
4232
4130
|
|
|
4233
4131
|
/* stylelint-disable declaration-empty-line-before */
|
|
4234
4132
|
/* Colors */
|
|
@@ -4414,6 +4312,108 @@ a mark {
|
|
|
4414
4312
|
}
|
|
4415
4313
|
}
|
|
4416
4314
|
|
|
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
4417
|
/* stylelint-disable declaration-empty-line-before */
|
|
4418
4418
|
/* Colors */
|
|
4419
4419
|
/* Fonts */
|
|
@@ -4540,78 +4540,6 @@ a mark {
|
|
|
4540
4540
|
fill: currentColor;
|
|
4541
4541
|
}
|
|
4542
4542
|
|
|
4543
|
-
/* Colors */
|
|
4544
|
-
/* Fonts */
|
|
4545
|
-
/* Gap */
|
|
4546
|
-
/* Media */
|
|
4547
|
-
/* 512 */
|
|
4548
|
-
/* 650 */
|
|
4549
|
-
/* 768 */
|
|
4550
|
-
/* 1024 */
|
|
4551
|
-
/* 1010 */
|
|
4552
|
-
/* 1200 */
|
|
4553
|
-
/* 511 */
|
|
4554
|
-
/* 1023 */
|
|
4555
|
-
/* Zindex */
|
|
4556
|
-
.Footnote-module_root__2a0-B {
|
|
4557
|
-
position: relative;
|
|
4558
|
-
|
|
4559
|
-
width: 320px;
|
|
4560
|
-
padding: 20px;
|
|
4561
|
-
|
|
4562
|
-
border-radius: 8px;
|
|
4563
|
-
background-color: #fff;
|
|
4564
|
-
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4565
|
-
}
|
|
4566
|
-
.Footnote-module_body__259Ly {
|
|
4567
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4568
|
-
font-size: 16px;
|
|
4569
|
-
line-height: 22px;
|
|
4570
|
-
}
|
|
4571
|
-
.Footnote-module_body__259Ly h3 {
|
|
4572
|
-
margin: 0 0 16px;
|
|
4573
|
-
|
|
4574
|
-
font-size: inherit;
|
|
4575
|
-
font-weight: 700;
|
|
4576
|
-
line-height: inherit;
|
|
4577
|
-
}
|
|
4578
|
-
.Footnote-module_body__259Ly p {
|
|
4579
|
-
margin: 0;
|
|
4580
|
-
}
|
|
4581
|
-
.Footnote-module_body__259Ly p + p {
|
|
4582
|
-
margin-top: 6px;
|
|
4583
|
-
}
|
|
4584
|
-
.Footnote-module_body__259Ly a {
|
|
4585
|
-
color: inherit;
|
|
4586
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
4587
|
-
}
|
|
4588
|
-
.Footnote-module_body__259Ly a:hover {
|
|
4589
|
-
color: #b88b59;
|
|
4590
|
-
}
|
|
4591
|
-
.Footnote-module_dismiss__1HKG5 {
|
|
4592
|
-
position: absolute;
|
|
4593
|
-
top: 0;
|
|
4594
|
-
right: 0;
|
|
4595
|
-
|
|
4596
|
-
margin: 0;
|
|
4597
|
-
padding: 6px 9px 10px;
|
|
4598
|
-
|
|
4599
|
-
cursor: pointer;
|
|
4600
|
-
|
|
4601
|
-
color: #b3b3b3;
|
|
4602
|
-
border-width: 0;
|
|
4603
|
-
outline: none;
|
|
4604
|
-
background-color: transparent;
|
|
4605
|
-
}
|
|
4606
|
-
.Footnote-module_dismiss__1HKG5:hover {
|
|
4607
|
-
color: #757575;
|
|
4608
|
-
}
|
|
4609
|
-
.Footnote-module_dismiss__1HKG5 svg {
|
|
4610
|
-
width: 12px;
|
|
4611
|
-
height: 12px;
|
|
4612
|
-
}
|
|
4613
|
-
|
|
4614
|
-
|
|
4615
4543
|
/* Colors */
|
|
4616
4544
|
/* Fonts */
|
|
4617
4545
|
/* Gap */
|
|
@@ -4880,6 +4808,78 @@ a mark {
|
|
|
4880
4808
|
}
|
|
4881
4809
|
}
|
|
4882
4810
|
|
|
4811
|
+
/* Colors */
|
|
4812
|
+
/* Fonts */
|
|
4813
|
+
/* Gap */
|
|
4814
|
+
/* Media */
|
|
4815
|
+
/* 512 */
|
|
4816
|
+
/* 650 */
|
|
4817
|
+
/* 768 */
|
|
4818
|
+
/* 1024 */
|
|
4819
|
+
/* 1010 */
|
|
4820
|
+
/* 1200 */
|
|
4821
|
+
/* 511 */
|
|
4822
|
+
/* 1023 */
|
|
4823
|
+
/* Zindex */
|
|
4824
|
+
.Footnote-module_root__2a0-B {
|
|
4825
|
+
position: relative;
|
|
4826
|
+
|
|
4827
|
+
width: 320px;
|
|
4828
|
+
padding: 20px;
|
|
4829
|
+
|
|
4830
|
+
border-radius: 8px;
|
|
4831
|
+
background-color: #fff;
|
|
4832
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4833
|
+
}
|
|
4834
|
+
.Footnote-module_body__259Ly {
|
|
4835
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4836
|
+
font-size: 16px;
|
|
4837
|
+
line-height: 22px;
|
|
4838
|
+
}
|
|
4839
|
+
.Footnote-module_body__259Ly h3 {
|
|
4840
|
+
margin: 0 0 16px;
|
|
4841
|
+
|
|
4842
|
+
font-size: inherit;
|
|
4843
|
+
font-weight: 700;
|
|
4844
|
+
line-height: inherit;
|
|
4845
|
+
}
|
|
4846
|
+
.Footnote-module_body__259Ly p {
|
|
4847
|
+
margin: 0;
|
|
4848
|
+
}
|
|
4849
|
+
.Footnote-module_body__259Ly p + p {
|
|
4850
|
+
margin-top: 6px;
|
|
4851
|
+
}
|
|
4852
|
+
.Footnote-module_body__259Ly a {
|
|
4853
|
+
color: inherit;
|
|
4854
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
4855
|
+
}
|
|
4856
|
+
.Footnote-module_body__259Ly a:hover {
|
|
4857
|
+
color: #b88b59;
|
|
4858
|
+
}
|
|
4859
|
+
.Footnote-module_dismiss__1HKG5 {
|
|
4860
|
+
position: absolute;
|
|
4861
|
+
top: 0;
|
|
4862
|
+
right: 0;
|
|
4863
|
+
|
|
4864
|
+
margin: 0;
|
|
4865
|
+
padding: 6px 9px 10px;
|
|
4866
|
+
|
|
4867
|
+
cursor: pointer;
|
|
4868
|
+
|
|
4869
|
+
color: #b3b3b3;
|
|
4870
|
+
border-width: 0;
|
|
4871
|
+
outline: none;
|
|
4872
|
+
background-color: transparent;
|
|
4873
|
+
}
|
|
4874
|
+
.Footnote-module_dismiss__1HKG5:hover {
|
|
4875
|
+
color: #757575;
|
|
4876
|
+
}
|
|
4877
|
+
.Footnote-module_dismiss__1HKG5 svg {
|
|
4878
|
+
width: 12px;
|
|
4879
|
+
height: 12px;
|
|
4880
|
+
}
|
|
4881
|
+
|
|
4882
|
+
|
|
4883
4883
|
/* Colors */
|
|
4884
4884
|
/* Fonts */
|
|
4885
4885
|
/* Gap */
|