@meduza/ui-kit-2 0.1.62 → 0.1.65

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.css CHANGED
@@ -790,6 +790,90 @@
790
790
  }
791
791
  }
792
792
 
793
+ /* Colors */
794
+ /* Fonts */
795
+ /* Gap */
796
+ /* Media */
797
+ /* 512 */
798
+ /* 650 */
799
+ /* 768 */
800
+ /* 1024 */
801
+ /* 1010 */
802
+ /* 1200 */
803
+ /* 511 */
804
+ /* 1023 */
805
+ /* Zindex */
806
+ .Image-module_root__1vsA_ {
807
+ position: relative;
808
+ z-index: 1;
809
+
810
+ display: block;
811
+ overflow: hidden;
812
+ transition: background-color 250ms ease;
813
+
814
+ background-color: #f2f2f2
815
+ }
816
+ @media only screen and (min-width: 32em) {
817
+ .Image-module_root__1vsA_ {
818
+ border-radius: inherit
819
+ }
820
+ }
821
+ .Image-module_root__1vsA_ img {
822
+ position: absolute;
823
+ top: 0;
824
+ left: 0;
825
+
826
+ width: 100%;
827
+ height: 100%;
828
+ }
829
+ .Image-module_isLoaded__3XhU5 {
830
+ background-color: transparent;
831
+ }
832
+ .Image-module_wrapper__3fLjs {
833
+ display: block;
834
+
835
+ width: 100%;
836
+
837
+ background-repeat: no-repeat;
838
+ background-size: 100% auto;
839
+ }
840
+ .Image-module_fullscreen__29apx picture {
841
+ cursor: pointer;
842
+ }
843
+ .Image-module_fullscreen__29apx picture:hover::after {
844
+ opacity: 1;
845
+ }
846
+ .Image-module_fullscreen__29apx picture::after {
847
+ position: absolute;
848
+ right: 12px;
849
+ bottom: 12px;
850
+
851
+ width: 40px;
852
+ height: 40px;
853
+
854
+ transition: opacity 250ms ease;
855
+ pointer-events: none;
856
+
857
+ opacity: 0;
858
+ border: 0.5px solid rgba(255, 255, 255, 0.15);
859
+ border-radius: 20px;
860
+ background-color: rgba(0, 0, 0, 0.7);
861
+ 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");
862
+ background-repeat: no-repeat;
863
+ background-position: center
864
+ }
865
+ @media only screen and (min-width: 64em) {
866
+ .Image-module_fullscreen__29apx picture::after {
867
+ content: ''
868
+ }
869
+ }
870
+ [data-input='mouse'] .Image-module_wrapper__3fLjs {
871
+ outline: none;
872
+ }
873
+ .Image-module_dark__3o0nU {
874
+ background-color: transparent;
875
+ }
876
+
793
877
  /* Colors */
794
878
  /* Fonts */
795
879
  /* Gap */
@@ -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 */
@@ -1353,15 +1353,16 @@
1353
1353
  }
1354
1354
  .MediaCaption-module_caption__1hr7Y {
1355
1355
  max-width: 520px;
1356
- padding-top: 4px;
1356
+ padding-top: calc(4px / 16);
1357
1357
 
1358
1358
  color: #1a1a1a;
1359
1359
 
1360
- font-size: 14px;
1361
- line-height: 18px
1360
+ font-size: calc(14rem / 16);
1361
+ line-height: calc(18rem / 16)
1362
1362
  }
1363
1363
  @media only screen and (min-width: 32em) {
1364
1364
  .MediaCaption-module_caption__1hr7Y {
1365
+ padding-top: 4px;
1365
1366
  font-size: 16px;
1366
1367
  line-height: 22px
1367
1368
  }
@@ -1372,8 +1373,8 @@
1372
1373
 
1373
1374
  color: #666;
1374
1375
 
1375
- font-size: 12px;
1376
- line-height: 16px
1376
+ font-size: calc(12rem / 16);
1377
+ line-height: 1rem
1377
1378
  }
1378
1379
  @media only screen and (min-width: 32em) {
1379
1380
  .MediaCaption-module_credit__3ehAP {
@@ -1381,8 +1382,13 @@
1381
1382
  }
1382
1383
  }
1383
1384
  .MediaCaption-module_credit__3ehAP:first-child {
1384
- padding-top: 3px;
1385
+ padding-top: calc(3rem / 16)
1386
+ }
1387
+ @media only screen and (min-width: 32em) {
1388
+ .MediaCaption-module_credit__3ehAP:first-child {
1389
+ padding-top: 3px
1385
1390
  }
1391
+ }
1386
1392
  .MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
1387
1393
  color: #fff;
1388
1394
  }
@@ -1391,7 +1397,7 @@
1391
1397
  }
1392
1398
  .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
1393
1399
  .MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
1394
- padding-top: 10px
1400
+ padding-top: calc(10rem / 16)
1395
1401
  }
1396
1402
  @media only screen and (min-width: 32em) {
1397
1403
  .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
@@ -1401,7 +1407,7 @@
1401
1407
  }
1402
1408
  .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
1403
1409
  .MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
1404
- padding-top: 9px
1410
+ padding-top: calc(9rem / 16)
1405
1411
  }
1406
1412
  @media only screen and (min-width: 32em) {
1407
1413
  .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
@@ -1418,65 +1424,6 @@
1418
1424
  max-width: 650px;
1419
1425
  }
1420
1426
 
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
1427
  /* Colors */
1481
1428
  /* Fonts */
1482
1429
  /* Gap */
@@ -1625,25 +1572,83 @@
1625
1572
  /* 511 */
1626
1573
  /* 1023 */
1627
1574
  /* Zindex */
1628
- .MaterialTitle-module_root__18ku- {
1629
- display: block;
1575
+ .BookmarkButton-module_root__3KmuY {
1576
+ color: #e0e0e0;
1630
1577
  }
1631
- .MaterialTitle-module_root__18ku- {
1578
+ .BookmarkButton-module_control__1A0ea {
1632
1579
  margin: 0;
1580
+ padding: 5px 3px;
1633
1581
 
1634
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1635
- font-size: 25px;
1636
- font-weight: normal;
1637
- line-height: 27px
1638
- }
1639
- @media only screen and (min-width: 48em) {
1640
- .MaterialTitle-module_root__18ku- {
1641
- font-size: 37px;
1642
- line-height: 38px
1643
- }
1644
- }
1645
- .MaterialTitle-module_primary__2Sfmx {
1646
- font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
1582
+ cursor: pointer;
1583
+
1584
+ color: inherit;
1585
+ border-width: 0;
1586
+ outline: none;
1587
+ background-color: transparent;
1588
+
1589
+ -webkit-appearance: none;
1590
+
1591
+ -moz-appearance: none;
1592
+
1593
+ appearance: none;
1594
+ fill: transparent;
1595
+ }
1596
+ .BookmarkButton-module_dark__1cwyi {
1597
+ color: #fff;
1598
+ }
1599
+ .BookmarkButton-module_light__1uQyH {
1600
+ color: #000;
1601
+ }
1602
+ .BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
1603
+ fill: #e0e0e0;
1604
+ }
1605
+ .BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
1606
+ fill: #fff;
1607
+ }
1608
+ .BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
1609
+ fill: #000;
1610
+ }
1611
+ @media only screen and (min-width: 64em) {
1612
+ .BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
1613
+ width: 12px
1614
+ }
1615
+ }
1616
+ [data-context='prodano'] .BookmarkButton-module_root__3KmuY {
1617
+ display: none;
1618
+ }
1619
+
1620
+ /* Colors */
1621
+ /* Fonts */
1622
+ /* Gap */
1623
+ /* Media */
1624
+ /* 512 */
1625
+ /* 650 */
1626
+ /* 768 */
1627
+ /* 1024 */
1628
+ /* 1010 */
1629
+ /* 1200 */
1630
+ /* 511 */
1631
+ /* 1023 */
1632
+ /* Zindex */
1633
+ .MaterialTitle-module_root__18ku- {
1634
+ display: block;
1635
+ }
1636
+ .MaterialTitle-module_root__18ku- {
1637
+ margin: 0;
1638
+
1639
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1640
+ font-size: 25px;
1641
+ font-weight: normal;
1642
+ line-height: 27px
1643
+ }
1644
+ @media only screen and (min-width: 48em) {
1645
+ .MaterialTitle-module_root__18ku- {
1646
+ font-size: 37px;
1647
+ line-height: 38px
1648
+ }
1649
+ }
1650
+ .MaterialTitle-module_primary__2Sfmx {
1651
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
1647
1652
  font-weight: normal;
1648
1653
  }
1649
1654
  .MaterialTitle-module_secondary__3uDp4 {
@@ -1744,6 +1749,217 @@
1744
1749
  content: '';
1745
1750
  }
1746
1751
 
1752
+ /* Colors */
1753
+ /* Fonts */
1754
+ /* Gap */
1755
+ /* Media */
1756
+ /* 512 */
1757
+ /* 650 */
1758
+ /* 768 */
1759
+ /* 1024 */
1760
+ /* 1010 */
1761
+ /* 1200 */
1762
+ /* 511 */
1763
+ /* 1023 */
1764
+ /* Zindex */
1765
+ .Popover-module_root__1v6f_ {
1766
+ position: fixed;
1767
+ z-index: 1000;
1768
+ top: 0;
1769
+ left: 0;
1770
+
1771
+ display: -webkit-box;
1772
+
1773
+ display: -webkit-flex;
1774
+
1775
+ display: -ms-flexbox;
1776
+
1777
+ display: flex;
1778
+ align-items: flex-end;
1779
+ flex-direction: row;
1780
+
1781
+ width: 100%;
1782
+ height: 100%;
1783
+ min-height: 120px;
1784
+ padding: 10px 0 0;
1785
+
1786
+ -webkit-animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
1787
+
1788
+ animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
1789
+
1790
+ opacity: 1;
1791
+
1792
+ font-size: 16px;
1793
+ line-height: 22px;
1794
+ }
1795
+ .Popover-module_root__1v6f_.Popover-module_visible__eK5ZQ {
1796
+ -webkit-animation: Popover-module_fadeIn__AkrSN 250ms ease both;
1797
+ animation: Popover-module_fadeIn__AkrSN 250ms ease both;
1798
+ }
1799
+ .Popover-module_overlay__2SBL0 {
1800
+ position: absolute;
1801
+ top: 0;
1802
+ right: 0;
1803
+ bottom: 0;
1804
+ left: 0;
1805
+
1806
+ background-color: rgba(0, 0, 0, 0.7);
1807
+
1808
+ contain: '';
1809
+ }
1810
+ .Popover-module_container__FnZT- {
1811
+ position: relative;
1812
+
1813
+ flex: 1 1;
1814
+
1815
+ max-width: 420px;
1816
+ min-height: 80px;
1817
+ margin: 0 auto;
1818
+ padding: 22px 20px 28px;
1819
+
1820
+ -webkit-animation: Popover-module_disappear__3Q9LI 350ms ease both;
1821
+
1822
+ animation: Popover-module_disappear__3Q9LI 350ms ease both;
1823
+ }
1824
+ .Popover-module_dismiss__3RnLj {
1825
+ position: absolute;
1826
+ top: -23px;
1827
+ left: 50%;
1828
+
1829
+ width: 50px;
1830
+ height: 36px;
1831
+ padding: 0;
1832
+
1833
+ transform: translateX(-50%);
1834
+
1835
+ opacity: 0.4;
1836
+ border-width: 0;
1837
+ border-radius: 0;
1838
+ background-color: transparent;
1839
+ 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");
1840
+ background-repeat: no-repeat;
1841
+ background-position: center;
1842
+ box-shadow: none;
1843
+
1844
+ -webkit-appearance: none;
1845
+
1846
+ -moz-appearance: none;
1847
+
1848
+ appearance: none;
1849
+ }
1850
+ .Popover-module_background__1KKaP {
1851
+ position: absolute;
1852
+ z-index: -1;
1853
+ top: 0;
1854
+ left: 0;
1855
+
1856
+ overflow: hidden;
1857
+
1858
+ width: 100%;
1859
+ height: 100%;
1860
+
1861
+ border-radius: 8px 8px 0 0;
1862
+ }
1863
+ .Popover-module_background__1KKaP rect {
1864
+ position: absolute;
1865
+
1866
+ width: 100%;
1867
+ height: 100%;
1868
+ }
1869
+ .Popover-module_visible__eK5ZQ .Popover-module_container__FnZT- {
1870
+ -webkit-animation: Popover-module_appear__37vPd 350ms ease both;
1871
+ animation: Popover-module_appear__37vPd 350ms ease both;
1872
+ }
1873
+ .Popover-module_body__3h5UO {
1874
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1875
+ font-size: 16px;
1876
+ line-height: 22px;
1877
+ }
1878
+ .Popover-module_body__3h5UO h3 {
1879
+ margin: 0 0 5px;
1880
+
1881
+ font-size: inherit;
1882
+ font-weight: 700;
1883
+ line-height: inherit;
1884
+ }
1885
+ .Popover-module_body__3h5UO p {
1886
+ margin: 0;
1887
+ }
1888
+ .Popover-module_body__3h5UO p + p {
1889
+ margin-top: 6px;
1890
+ }
1891
+ .Popover-module_body__3h5UO a {
1892
+ color: inherit;
1893
+ box-shadow: inset 0 -1px #b88b59;
1894
+ }
1895
+ .Popover-module_body__3h5UO a:hover {
1896
+ color: #b88b59;
1897
+ }
1898
+ @-webkit-keyframes Popover-module_appear__37vPd {
1899
+ 0% {
1900
+ transform: translateY(100%);
1901
+ }
1902
+ 100% {
1903
+ transform: translateY(0);
1904
+ }
1905
+ }
1906
+ @keyframes Popover-module_appear__37vPd {
1907
+ 0% {
1908
+ transform: translateY(100%);
1909
+ }
1910
+ 100% {
1911
+ transform: translateY(0);
1912
+ }
1913
+ }
1914
+ @-webkit-keyframes Popover-module_disappear__3Q9LI {
1915
+ 0% {
1916
+ transform: translateY(0);
1917
+ }
1918
+ 100% {
1919
+ transform: translateY(100%);
1920
+ }
1921
+ }
1922
+ @keyframes Popover-module_disappear__3Q9LI {
1923
+ 0% {
1924
+ transform: translateY(0);
1925
+ }
1926
+ 100% {
1927
+ transform: translateY(100%);
1928
+ }
1929
+ }
1930
+ @-webkit-keyframes Popover-module_fadeIn__AkrSN {
1931
+ 0% {
1932
+ opacity: 0;
1933
+ }
1934
+ 100% {
1935
+ opacity: 1;
1936
+ }
1937
+ }
1938
+ @keyframes Popover-module_fadeIn__AkrSN {
1939
+ 0% {
1940
+ opacity: 0;
1941
+ }
1942
+ 100% {
1943
+ opacity: 1;
1944
+ }
1945
+ }
1946
+ @-webkit-keyframes Popover-module_fadeOut__3EZhx {
1947
+ 0% {
1948
+ opacity: 1;
1949
+ }
1950
+ 100% {
1951
+ opacity: 0;
1952
+ }
1953
+ }
1954
+ @keyframes Popover-module_fadeOut__3EZhx {
1955
+ 0% {
1956
+ opacity: 1;
1957
+ }
1958
+ 100% {
1959
+ opacity: 0;
1960
+ }
1961
+ }
1962
+
1747
1963
  /* Colors */
1748
1964
  /* Fonts */
1749
1965
  /* Gap */
@@ -1880,31 +2096,14 @@
1880
2096
  margin-left: 0
1881
2097
  }
1882
2098
  }
2099
+ .Toolbar-module_isDark__k1U0i .Toolbar-module_item__36x7d::before,
1883
2100
  .Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
1884
2101
  border-left-color: rgba(255, 255, 255, 0.2);
1885
2102
  }
1886
- [data-context="prodano"] .Toolbar-module_root__2HF2r {
2103
+ [data-context='prodano'] .Toolbar-module_root__2HF2r {
1887
2104
  display: none;
1888
2105
  }
1889
2106
 
1890
- /* Colors */
1891
- /* Fonts */
1892
- /* Gap */
1893
- /* Media */
1894
- /* 512 */
1895
- /* 650 */
1896
- /* 768 */
1897
- /* 1024 */
1898
- /* 1010 */
1899
- /* 1200 */
1900
- /* 511 */
1901
- /* 1023 */
1902
- /* Zindex */
1903
- .Timestamp-module_root__coOvT {
1904
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1905
- font-weight: normal;
1906
- }
1907
-
1908
2107
  /* Colors */
1909
2108
  /* Fonts */
1910
2109
  /* Gap */
@@ -2026,6 +2225,24 @@
2026
2225
  }
2027
2226
  }
2028
2227
 
2228
+ /* Colors */
2229
+ /* Fonts */
2230
+ /* Gap */
2231
+ /* Media */
2232
+ /* 512 */
2233
+ /* 650 */
2234
+ /* 768 */
2235
+ /* 1024 */
2236
+ /* 1010 */
2237
+ /* 1200 */
2238
+ /* 511 */
2239
+ /* 1023 */
2240
+ /* Zindex */
2241
+ .Timestamp-module_root__coOvT {
2242
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2243
+ font-weight: normal;
2244
+ }
2245
+
2029
2246
  /* Colors */
2030
2247
  /* Fonts */
2031
2248
  /* Gap */
@@ -2088,92 +2305,6 @@
2088
2305
  }
2089
2306
  }
2090
2307
 
2091
- /* Colors */
2092
- /* Fonts */
2093
- /* Gap */
2094
- /* Media */
2095
- /* 512 */
2096
- /* 650 */
2097
- /* 768 */
2098
- /* 1024 */
2099
- /* 1010 */
2100
- /* 1200 */
2101
- /* 511 */
2102
- /* 1023 */
2103
- /* Zindex */
2104
- .QuoteBlock-module_root__2GrcC {
2105
- position: relative;
2106
-
2107
- margin-bottom: 14px;
2108
- padding-left: 18px;
2109
-
2110
- font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
2111
- font-size: 18px;
2112
- line-height: 24px
2113
- }
2114
- @media only screen and (min-width: 32em) {
2115
- .QuoteBlock-module_root__2GrcC {
2116
- margin: 0 0 20px;
2117
- padding-left: 38px;
2118
-
2119
- font-size: 20px;
2120
- line-height: 28px
2121
- }
2122
- }
2123
- .QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
2124
- margin-top: -14px;
2125
- padding-top: 14px
2126
- }
2127
- @media only screen and (min-width: 32em) {
2128
- .QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
2129
- margin-top: -20px;
2130
- padding-top: 20px
2131
- }
2132
- }
2133
- .QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC::before {
2134
- top: -10px;
2135
- }
2136
- .QuoteBlock-module_root__2GrcC:before {
2137
- position: absolute;
2138
- top: 5px;
2139
- bottom: 7px;
2140
- left: 0;
2141
-
2142
- width: 4px;
2143
-
2144
- content: '';
2145
-
2146
- border-radius: 2px;
2147
- background-color: #ebebeb
2148
- }
2149
- @media only screen and (min-width: 32em) {
2150
- .QuoteBlock-module_root__2GrcC:before {
2151
- top: 4px;
2152
- bottom: 6px
2153
- }
2154
- }
2155
- .QuoteBlock-module_root__2GrcC:last-child {
2156
- margin-bottom: 0;
2157
- }
2158
- .QuoteBlock-module_root__2GrcC p {
2159
- margin: 0;
2160
- }
2161
- .QuoteBlock-module_root__2GrcC a {
2162
- text-decoration: none;
2163
-
2164
- color: inherit;
2165
- box-shadow: inset 0 -1px #b88b59;
2166
- }
2167
- .QuoteBlock-module_root__2GrcC a:hover {
2168
- color: #b88b59;
2169
- }
2170
- .QuoteBlock-module_center__cTFNy {
2171
- width: 100%;
2172
- max-width: 650px;
2173
- margin-right: auto;
2174
- margin-left: auto;
2175
- }
2176
-
2177
2308
  /* Colors */
2178
2309
  /* Fonts */
2179
2310
  /* Gap */
@@ -2266,202 +2397,77 @@
2266
2397
  /* 511 */
2267
2398
  /* 1023 */
2268
2399
  /* Zindex */
2269
- .Popover-module_root__1v6f_ {
2270
- position: fixed;
2271
- z-index: 1000;
2272
- top: 0;
2273
- left: 0;
2274
-
2275
- display: -webkit-box;
2276
-
2277
- display: -webkit-flex;
2278
-
2279
- display: -ms-flexbox;
2280
-
2281
- display: flex;
2282
- align-items: flex-end;
2283
- flex-direction: row;
2284
-
2285
- width: 100%;
2286
- height: 100%;
2287
- min-height: 120px;
2288
- padding: 10px 0 0;
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;
2298
- }
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 {
2304
- position: absolute;
2305
- top: 0;
2306
- right: 0;
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- {
2400
+ .QuoteBlock-module_root__2GrcC {
2315
2401
  position: relative;
2316
2402
 
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;
2403
+ margin-bottom: calc(14rem / 16);
2404
+ padding-left: calc(18rem / 16);
2384
2405
 
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;
2406
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
2407
+ font-size: calc(18rem / 16);
2408
+ line-height: calc(24rem / 16)
2398
2409
  }
2399
- .Popover-module_body__3h5UO a:hover {
2400
- color: #b88b59;
2410
+ @media only screen and (min-width: 32em) {
2411
+ .QuoteBlock-module_root__2GrcC {
2412
+ margin: 0 0 20px;
2413
+ padding-left: 38px;
2414
+
2415
+ font-size: 20px;
2416
+ line-height: 28px
2401
2417
  }
2402
- @-webkit-keyframes Popover-module_appear__37vPd {
2403
- 0% {
2404
- transform: translateY(100%);
2405
- }
2406
- 100% {
2407
- transform: translateY(0);
2408
2418
  }
2419
+ .QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
2420
+ margin-top: calc(-14rem / 16);
2421
+ padding-top: calc(14rem / 16)
2409
2422
  }
2410
- @keyframes Popover-module_appear__37vPd {
2411
- 0% {
2412
- transform: translateY(100%);
2413
- }
2414
- 100% {
2415
- transform: translateY(0);
2416
- }
2423
+ @media only screen and (min-width: 32em) {
2424
+ .QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
2425
+ margin-top: -20px;
2426
+ padding-top: 20px
2417
2427
  }
2418
- @-webkit-keyframes Popover-module_disappear__3Q9LI {
2419
- 0% {
2420
- transform: translateY(0);
2421
- }
2422
- 100% {
2423
- transform: translateY(100%);
2424
2428
  }
2429
+ .QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC::before {
2430
+ top: -10px;
2425
2431
  }
2426
- @keyframes Popover-module_disappear__3Q9LI {
2427
- 0% {
2428
- transform: translateY(0);
2429
- }
2430
- 100% {
2431
- transform: translateY(100%);
2432
- }
2432
+ .QuoteBlock-module_root__2GrcC:before {
2433
+ position: absolute;
2434
+ top: 5px;
2435
+ bottom: 7px;
2436
+ left: 0;
2437
+
2438
+ width: 4px;
2439
+
2440
+ content: '';
2441
+
2442
+ border-radius: 2px;
2443
+ background-color: #ebebeb
2433
2444
  }
2434
- @-webkit-keyframes Popover-module_fadeIn__AkrSN {
2435
- 0% {
2436
- opacity: 0;
2437
- }
2438
- 100% {
2439
- opacity: 1;
2440
- }
2445
+ @media only screen and (min-width: 32em) {
2446
+ .QuoteBlock-module_root__2GrcC:before {
2447
+ top: 4px;
2448
+ bottom: 6px
2441
2449
  }
2442
- @keyframes Popover-module_fadeIn__AkrSN {
2443
- 0% {
2444
- opacity: 0;
2445
- }
2446
- 100% {
2447
- opacity: 1;
2448
2450
  }
2451
+ .QuoteBlock-module_root__2GrcC:last-child {
2452
+ margin-bottom: 0;
2449
2453
  }
2450
- @-webkit-keyframes Popover-module_fadeOut__3EZhx {
2451
- 0% {
2452
- opacity: 1;
2453
- }
2454
- 100% {
2455
- opacity: 0;
2456
- }
2454
+ .QuoteBlock-module_root__2GrcC p {
2455
+ margin: 0;
2457
2456
  }
2458
- @keyframes Popover-module_fadeOut__3EZhx {
2459
- 0% {
2460
- opacity: 1;
2461
- }
2462
- 100% {
2463
- opacity: 0;
2464
- }
2457
+ .QuoteBlock-module_root__2GrcC a {
2458
+ text-decoration: none;
2459
+
2460
+ color: inherit;
2461
+ box-shadow: inset 0 -1px #b88b59;
2462
+ }
2463
+ .QuoteBlock-module_root__2GrcC a:hover {
2464
+ color: #b88b59;
2465
+ }
2466
+ .QuoteBlock-module_center__cTFNy {
2467
+ width: 100%;
2468
+ max-width: 650px;
2469
+ margin-right: auto;
2470
+ margin-left: auto;
2465
2471
  }
2466
2472
 
2467
2473
  /* Colors */
@@ -2565,6 +2571,124 @@
2565
2571
  }
2566
2572
 
2567
2573
 
2574
+ /* Colors */
2575
+ /* Fonts */
2576
+ /* Gap */
2577
+ /* Media */
2578
+ /* 512 */
2579
+ /* 650 */
2580
+ /* 768 */
2581
+ /* 1024 */
2582
+ /* 1010 */
2583
+ /* 1200 */
2584
+ /* 511 */
2585
+ /* 1023 */
2586
+ /* Zindex */
2587
+ .Cover-module_root__18Z8J {
2588
+ position: relative;
2589
+ }
2590
+ .Cover-module_body__1xs8e {
2591
+ position: absolute;
2592
+ z-index: 1;
2593
+ right: 0;
2594
+ bottom: 0;
2595
+ left: 0;
2596
+
2597
+ display: -webkit-box;
2598
+
2599
+ display: -webkit-flex;
2600
+
2601
+ display: -ms-flexbox;
2602
+
2603
+ display: flex;
2604
+ flex-flow: column nowrap;
2605
+ justify-content: flex-end;
2606
+
2607
+ min-height: 412px;
2608
+ padding: 0 20px 12px;
2609
+ }
2610
+ .Cover-module_image__2f3Qc {
2611
+ position: relative;
2612
+ }
2613
+ .Cover-module_rich__1fAGA {
2614
+ overflow: hidden;
2615
+
2616
+ margin: 0 -20px;
2617
+
2618
+ border-radius: 9px 9px 0 0;
2619
+ }
2620
+ .Cover-module_rich__1fAGA::after {
2621
+ position: absolute;
2622
+ z-index: 1;
2623
+ top: 0;
2624
+ right: 0;
2625
+ bottom: 0;
2626
+ left: 0;
2627
+
2628
+ content: '';
2629
+
2630
+ border: 1px solid rgba(255, 255, 255, 0.1);
2631
+ border-radius: 10px 10px 0 0;
2632
+ }
2633
+ .Cover-module_dark__2Ac-w .Cover-module_body__1xs8e {
2634
+ color: #000;
2635
+ }
2636
+ .Cover-module_light__FUp5X .Cover-module_body__1xs8e {
2637
+ color: #fff;
2638
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
2639
+ }
2640
+ .Cover-module_control__VXbhi {
2641
+ position: absolute;
2642
+ z-index: 10;
2643
+ right: 49px;
2644
+ bottom: 12px;
2645
+
2646
+ width: 28px;
2647
+ height: 28px;
2648
+ margin: 0;
2649
+ padding: 0;
2650
+
2651
+ color: #fff;
2652
+ border-width: 0;
2653
+ border-radius: 14px;
2654
+ outline: none;
2655
+ background-color: rgba(0, 0, 0, 0.7);
2656
+ 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");
2657
+ background-repeat: no-repeat;
2658
+ background-position: center;
2659
+ box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.15);
2660
+ }
2661
+ .Cover-module_isInDynamicBlock__3eghb .Cover-module_body__1xs8e {
2662
+ padding: 0 12px 12px
2663
+ }
2664
+ .Cover-module_isInDynamicBlock__3eghb::after {
2665
+ position: absolute;
2666
+ z-index: 1;
2667
+ top: 0;
2668
+ right: 0;
2669
+ bottom: 0;
2670
+ left: 0;
2671
+
2672
+ content: '';
2673
+
2674
+ border: 1px solid rgba(0, 0, 0, 0.1);
2675
+ border-radius: 8px;
2676
+ }
2677
+ /* VISIBILITY */
2678
+ @media only screen and (min-width: 32em) {
2679
+ .Cover-module_mobile__5DKa1 {
2680
+ display: none
2681
+ }
2682
+ }
2683
+ .Cover-module_desktop__2mrOc {
2684
+ display: none
2685
+ }
2686
+ @media only screen and (min-width: 32em) {
2687
+ .Cover-module_desktop__2mrOc {
2688
+ display: block
2689
+ }
2690
+ }
2691
+
2568
2692
  /* Colors */
2569
2693
  /* Fonts */
2570
2694
  /* Gap */
@@ -2666,126 +2790,79 @@
2666
2790
  .HalfBlock-module_desktop__3B1Ej {
2667
2791
  display: block
2668
2792
  }
2669
- }
2670
-
2671
- /* Colors */
2672
- /* Fonts */
2673
- /* Gap */
2674
- /* Media */
2675
- /* 512 */
2676
- /* 650 */
2677
- /* 768 */
2678
- /* 1024 */
2679
- /* 1010 */
2680
- /* 1200 */
2681
- /* 511 */
2682
- /* 1023 */
2683
- /* Zindex */
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;
2693
-
2694
- display: -webkit-box;
2695
-
2696
- display: -webkit-flex;
2697
-
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;
2706
- }
2707
- .Cover-module_image__2f3Qc {
2708
- position: relative;
2709
- }
2710
- .Cover-module_rich__1fAGA {
2711
- overflow: hidden;
2793
+ }
2712
2794
 
2713
- margin: 0 -20px;
2795
+ /* Colors */
2796
+ /* Fonts */
2797
+ /* Gap */
2798
+ /* Media */
2799
+ /* 512 */
2800
+ /* 650 */
2801
+ /* 768 */
2802
+ /* 1024 */
2803
+ /* 1010 */
2804
+ /* 1200 */
2805
+ /* 511 */
2806
+ /* 1023 */
2807
+ /* Zindex */
2808
+ .ImportantLead-module_root__2BdT3 {
2809
+ margin: 18px 0;
2810
+ padding: 12px 12px 13px;
2714
2811
 
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;
2812
+ border: 1px solid rgba(0, 0, 0, 0.08);
2813
+ border-radius: 4px;
2814
+ border-radius: 8px;
2815
+ background: #FFF8C4;
2724
2816
 
2725
- content: '';
2817
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2818
+ font-size: 16px;
2819
+ font-weight: normal;
2820
+ line-height: 20px
2821
+ }
2822
+ @media only screen and (min-width: 32em) {
2823
+ .ImportantLead-module_root__2BdT3 {
2824
+ margin: 25px 0;
2825
+ padding: 12px 15px 13px;
2726
2826
 
2727
- border: 1px solid rgba(255, 255, 255, 0.1);
2728
- border-radius: 10px 10px 0 0;
2827
+ font-size: 17px;
2828
+ line-height: 24px
2729
2829
  }
2730
- .Cover-module_dark__2Ac-w .Cover-module_body__1xs8e {
2731
- color: #000;
2830
+ }
2831
+ .ImportantLead-module_root__2BdT3:last-child {
2832
+ margin-bottom: 0;
2732
2833
  }
2733
- .Cover-module_light__FUp5X .Cover-module_body__1xs8e {
2734
- color: #fff;
2735
- text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
2834
+ .ImportantLead-module_root__2BdT3:first-child {
2835
+ margin-top: 0;
2736
2836
  }
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);
2837
+ .ImportantLead-module_root__2BdT3 a {
2838
+ color: #000;
2839
+ box-shadow: inset 0 -1px #000;
2757
2840
  }
2758
- .Cover-module_isInDynamicBlock__3eghb .Cover-module_body__1xs8e {
2759
- padding: 0 12px 12px
2841
+ .ImportantLead-module_root__2BdT3 a:hover {
2842
+ color: #b88b59;
2843
+ box-shadow: inset 0 -1px #b88b59;
2760
2844
  }
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;
2845
+ .ImportantLead-module_slide__3kQ9x {
2846
+ max-width: 650px;
2847
+ margin-right: auto;
2848
+ margin-left: auto;
2773
2849
  }
2774
2850
  /* VISIBILITY */
2775
2851
  @media only screen and (min-width: 32em) {
2776
- .Cover-module_mobile__5DKa1 {
2852
+ .ImportantLead-module_mobile__3BXbm {
2777
2853
  display: none
2778
2854
  }
2779
2855
  }
2780
- .Cover-module_desktop__2mrOc {
2856
+ .ImportantLead-module_desktop__3Zljc {
2781
2857
  display: none
2782
2858
  }
2783
2859
  @media only screen and (min-width: 32em) {
2784
- .Cover-module_desktop__2mrOc {
2860
+ .ImportantLead-module_desktop__3Zljc {
2785
2861
  display: block
2786
2862
  }
2787
2863
  }
2788
2864
 
2865
+
2789
2866
  /* Colors */
2790
2867
  /* Fonts */
2791
2868
  /* Gap */
@@ -2800,14 +2877,14 @@
2800
2877
  /* 1023 */
2801
2878
  /* Zindex */
2802
2879
  .ListBlock-module_root__3Q3Ga {
2803
- margin: 15px 0;
2880
+ margin: calc(15rem / 16) 0;
2804
2881
  padding: 0;
2805
2882
 
2806
2883
  list-style: none;
2807
2884
 
2808
2885
  font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
2809
- font-size: 18px;
2810
- line-height: 24px
2886
+ font-size: calc(18rem / 16);
2887
+ line-height: calc(24rem / 16)
2811
2888
  }
2812
2889
  @media only screen and (min-width: 32em) {
2813
2890
  .ListBlock-module_root__3Q3Ga {
@@ -2918,8 +2995,8 @@
2918
2995
  }
2919
2996
  .ListBlock-module_isInImportantLead__UP0ic {
2920
2997
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2921
- font-size: 16px;
2922
- line-height: 20px
2998
+ font-size: 1rem;
2999
+ line-height: calc(20rem / 16)
2923
3000
  }
2924
3001
  @media only screen and (min-width: 48em) {
2925
3002
  .ListBlock-module_isInImportantLead__UP0ic {
@@ -2948,77 +3025,6 @@
2948
3025
  }
2949
3026
  }
2950
3027
 
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
3028
  /* Colors */
3023
3029
  /* Fonts */
3024
3030
  /* Gap */
@@ -3149,50 +3155,6 @@
3149
3155
  }
3150
3156
 
3151
3157
 
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
3158
  /* Colors */
3197
3159
  /* Fonts */
3198
3160
  /* Gap */
@@ -3336,8 +3298,9 @@ span[data-body] {
3336
3298
  white-space: pre-wrap;
3337
3299
 
3338
3300
  border-radius: 4px;
3339
- background: #F8F8F8;
3340
- box-shadow: inset 1px 0 #b3b3b3, inset 0 1px #b3b3b3, inset -1px 0 #b3b3b3, inset 0 -1px #b3b3b3
3301
+ background: #f8f8f8;
3302
+ box-shadow: inset 1px 0 #b3b3b3, inset 0 1px #b3b3b3, inset -1px 0 #b3b3b3,
3303
+ inset 0 -1px #b3b3b3
3341
3304
  }
3342
3305
  @media only screen and (min-width: 48em) {
3343
3306
  span[data-body] {
@@ -3345,16 +3308,21 @@ span[data-body] {
3345
3308
  }
3346
3309
  }
3347
3310
  span[data-body]:hover {
3348
- background: #F3F3F3;
3349
- box-shadow: inset 1px 0 #999, inset 0 1px #999, inset -1px 0 #999, inset 0 -1px #999;
3350
- }
3351
- .dark span[data-body] {
3352
- background-color: #5B5B5B;
3353
- box-shadow: inset 1px 0 #8B8B8B, inset 0 1px #8B8B8B, inset -1px 0 #8B8B8B, inset 0 -1px #8B8B8B;
3354
- }
3355
- .dark span[data-body]:hover {
3356
- background-color: #5B5B5B;
3357
- box-shadow: inset 1px 0 #747474, inset 0 1px #747474, inset -1px 0 #747474, inset 0 -1px #747474;
3311
+ background: #f3f3f3;
3312
+ box-shadow: inset 1px 0 #999, inset 0 1px #999, inset -1px 0 #999,
3313
+ inset 0 -1px #999;
3314
+ }
3315
+ .dark span[data-body],
3316
+ .isDark span[data-body] {
3317
+ background-color: #5b5b5b;
3318
+ box-shadow: inset 1px 0 #8b8b8b, inset 0 1px #8b8b8b, inset -1px 0 #8b8b8b,
3319
+ inset 0 -1px #8b8b8b;
3320
+ }
3321
+ .dark span[data-body]:hover,
3322
+ .isDark span[data-body]:hover {
3323
+ background-color: #5b5b5b;
3324
+ box-shadow: inset 1px 0 #747474, inset 0 1px #747474, inset -1px 0 #747474,
3325
+ inset 0 -1px #747474;
3358
3326
  }
3359
3327
  span[data-highlight='true'],
3360
3328
  span[data-highlight='true']:hover {
@@ -3366,8 +3334,8 @@ span[data-highlight='true']:hover {
3366
3334
  margin: 0 0 14px;
3367
3335
 
3368
3336
  font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3369
- font-size: 18px;
3370
- line-height: 24px
3337
+ font-size: calc(18rem / 16);
3338
+ line-height: calc(24rem / 16)
3371
3339
  }
3372
3340
  @media only screen and (min-width: 32em) {
3373
3341
  .SimpleBlock-module_p__Q3azD {
@@ -3415,12 +3383,12 @@ span[data-highlight='true']:hover {
3415
3383
  }
3416
3384
  .SimpleBlock-module_h2__S0LRs {
3417
3385
  max-width: 520px;
3418
- margin: 0 0 15px;
3386
+ margin: 0 0 calc(15rem / 16);
3419
3387
 
3420
3388
  font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3421
- font-size: 25px;
3389
+ font-size: calc(25rem / 16);
3422
3390
  font-weight: bold;
3423
- line-height: 28px
3391
+ line-height: calc(28rem / 16)
3424
3392
  }
3425
3393
  @media only screen and (min-width: 32em) {
3426
3394
  .SimpleBlock-module_h2__S0LRs {
@@ -3431,7 +3399,7 @@ span[data-highlight='true']:hover {
3431
3399
  }
3432
3400
  }
3433
3401
  .SimpleBlock-module_h2__S0LRs + figure {
3434
- margin-top: 15px
3402
+ margin-top: calc(15rem / 16)
3435
3403
  }
3436
3404
  @media only screen and (min-width: 32em) {
3437
3405
  .SimpleBlock-module_h2__S0LRs + figure {
@@ -3439,13 +3407,13 @@ span[data-highlight='true']:hover {
3439
3407
  }
3440
3408
  }
3441
3409
  .SimpleBlock-module_h3__2Kv7Y {
3442
- margin-top: 29px;
3443
- margin-bottom: 10px;
3410
+ margin-top: calc(29rem / 16);
3411
+ margin-bottom: calc(10rem / 16);
3444
3412
 
3445
3413
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3446
- font-size: 20px;
3414
+ font-size: calc(20rem / 16);
3447
3415
  font-weight: bold;
3448
- line-height: 24px
3416
+ line-height: calc(24rem / 16)
3449
3417
  }
3450
3418
  @media only screen and (min-width: 32em) {
3451
3419
  .SimpleBlock-module_h3__2Kv7Y {
@@ -3457,13 +3425,13 @@ span[data-highlight='true']:hover {
3457
3425
  }
3458
3426
  }
3459
3427
  .SimpleBlock-module_h4__2TJO3 {
3460
- margin-top: 26px;
3461
- margin-bottom: 11px;
3428
+ margin-top: calc(26rem / 16);
3429
+ margin-bottom: calc(11rem / 16);
3462
3430
 
3463
3431
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3464
- font-size: 17px;
3432
+ font-size: calc(17rem / 16);
3465
3433
  font-weight: bold;
3466
- line-height: 21px
3434
+ line-height: calc(21rem / 16)
3467
3435
  }
3468
3436
  @media only screen and (min-width: 32em) {
3469
3437
  .SimpleBlock-module_h4__2TJO3 {
@@ -3479,7 +3447,7 @@ span[data-highlight='true']:hover {
3479
3447
  margin-top: 0;
3480
3448
  }
3481
3449
  .SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h4__2TJO3 {
3482
- margin-top: 15px
3450
+ margin-top: calc(15rem / 16)
3483
3451
  }
3484
3452
  @media only screen and (min-width: 32em) {
3485
3453
  .SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h4__2TJO3 {
@@ -3490,20 +3458,28 @@ span[data-highlight='true']:hover {
3490
3458
  .SimpleBlock-module_p__Q3azD + ol,
3491
3459
  .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ul,
3492
3460
  .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ol {
3493
- margin-top: -9px;
3461
+ margin-top: calc(-9rem / 16)
3462
+ }
3463
+ @media only screen and (min-width: 32em) {
3464
+ .SimpleBlock-module_p__Q3azD + ul,
3465
+ .SimpleBlock-module_p__Q3azD + ol,
3466
+ .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ul,
3467
+ .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ol {
3468
+ margin-top: -9px
3494
3469
  }
3470
+ }
3495
3471
  .SimpleBlock-module_blockquote__pwpcX {
3496
- margin: 16px 0;
3497
- padding: 12px 12px 13px;
3472
+ margin: 1rem 0;
3473
+ padding: calc(12rem / 16) calc(12rem / 16) calc(13rem / 16);
3498
3474
 
3499
3475
  border: 1px solid rgba(0, 0, 0, 0.08);
3500
3476
  border-radius: 8px;
3501
3477
  background: #fff8c4;
3502
3478
 
3503
3479
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3504
- font-size: 16px;
3480
+ font-size: 1rem;
3505
3481
  font-weight: normal;
3506
- line-height: 22px
3482
+ line-height: calc(22rem / 16)
3507
3483
  }
3508
3484
  @media only screen and (min-width: 32em) {
3509
3485
  .SimpleBlock-module_blockquote__pwpcX {
@@ -3530,12 +3506,12 @@ span[data-highlight='true']:hover {
3530
3506
  .SimpleBlock-module_lead__35nXx {
3531
3507
  position: relative;
3532
3508
 
3533
- margin-top: 30px;
3509
+ margin-top: calc(30rem / 16);
3534
3510
  margin-bottom: 0;
3535
3511
 
3536
3512
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3537
- font-size: 16px;
3538
- line-height: 22px
3513
+ font-size: 1rem;
3514
+ line-height: calc(22rem / 16)
3539
3515
  }
3540
3516
  @media only screen and (min-width: 32em) {
3541
3517
  .SimpleBlock-module_lead__35nXx {
@@ -3553,7 +3529,7 @@ span[data-highlight='true']:hover {
3553
3529
 
3554
3530
  width: 100%;
3555
3531
  max-width: 650px;
3556
- margin: 30px auto;
3532
+ margin: calc(30rem / 16) auto;
3557
3533
 
3558
3534
  border-bottom: 1px solid #e5e5e5
3559
3535
  }
@@ -3588,15 +3564,16 @@ a mark {
3588
3564
  .SimpleBlock-module_context_p__33saY {
3589
3565
  position: relative;
3590
3566
 
3591
- margin: 0 0 15px;
3592
- padding: 0 0 0 23px;
3567
+ margin: 0 0 calc(15rem / 16);
3568
+ padding: 0 0 0 calc(23rem / 16);
3593
3569
 
3594
3570
  font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3595
- font-size: 18px;
3596
- line-height: 22px
3571
+ font-size: calc(18rem / 16);
3572
+ line-height: calc(22rem / 16)
3597
3573
  }
3598
3574
  @media only screen and (min-width: 48em) {
3599
3575
  .SimpleBlock-module_context_p__33saY {
3576
+ margin: 0 0 15px;
3600
3577
  padding: 0 0 0 38px;
3601
3578
 
3602
3579
  font-size: 20px;
@@ -3615,7 +3592,7 @@ a mark {
3615
3592
 
3616
3593
  color: #b88b59;
3617
3594
 
3618
- font-size: 18px;
3595
+ font-size: calc(18rem / 16);
3619
3596
  line-height: inherit
3620
3597
  }
3621
3598
  @media only screen and (min-width: 48em) {
@@ -3644,7 +3621,7 @@ a mark {
3644
3621
  }
3645
3622
  }
3646
3623
  .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
3647
- margin-bottom: 18px
3624
+ margin-bottom: calc(18rem / 16)
3648
3625
  }
3649
3626
  @media only screen and (min-width: 48em) {
3650
3627
  .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
@@ -3656,7 +3633,7 @@ a mark {
3656
3633
  }
3657
3634
  }
3658
3635
  .SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
3659
- margin-bottom: 15px
3636
+ margin-bottom: calc(15rem / 16)
3660
3637
  }
3661
3638
  @media only screen and (min-width: 48em) {
3662
3639
  .SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
@@ -3672,8 +3649,8 @@ a mark {
3672
3649
  }
3673
3650
  .SimpleBlock-module_isInImportantLead__3VGzT {
3674
3651
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3675
- font-size: 16px;
3676
- line-height: 22px
3652
+ font-size: 1rem;
3653
+ line-height: calc(22rem / 16)
3677
3654
  }
3678
3655
  @media only screen and (min-width: 48em) {
3679
3656
  .SimpleBlock-module_isInImportantLead__3VGzT {
@@ -3687,12 +3664,12 @@ a mark {
3687
3664
  margin-left: auto;
3688
3665
  }
3689
3666
  .SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
3690
- margin-top: 6px;
3691
- margin-bottom: 6px;
3667
+ margin-top: calc(6rem / 16);
3668
+ margin-bottom: calc(6rem / 16);
3692
3669
 
3693
3670
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3694
- font-size: 16px;
3695
- line-height: 22px
3671
+ font-size: 1rem;
3672
+ line-height: calc(22rem / 16)
3696
3673
  }
3697
3674
  @media only screen and (min-width: 48em) {
3698
3675
  .SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
@@ -3704,8 +3681,8 @@ a mark {
3704
3681
  }
3705
3682
  }
3706
3683
  .SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
3707
- margin-top: 12px;
3708
- margin-bottom: 12px
3684
+ margin-top: calc(12rem / 16);
3685
+ margin-bottom: calc(12rem / 16)
3709
3686
  }
3710
3687
  @media only screen and (min-width: 48em) {
3711
3688
  .SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
@@ -3714,7 +3691,7 @@ a mark {
3714
3691
  }
3715
3692
  }
3716
3693
  .SimpleBlock-module_isInAnswer__3aX6X:first-child {
3717
- margin-top: 6px;
3694
+ margin-top: calc(6rem / 16);
3718
3695
  }
3719
3696
  .SimpleBlock-module_isInAnswer__3aX6X:last-child {
3720
3697
  margin-bottom: 0;
@@ -3733,121 +3710,11 @@ a mark {
3733
3710
  display: block
3734
3711
  }
3735
3712
  }
3736
-
3737
- /* Colors */
3738
- /* Fonts */
3739
- /* Gap */
3740
- /* Media */
3741
- /* 512 */
3742
- /* 650 */
3743
- /* 768 */
3744
- /* 1024 */
3745
- /* 1010 */
3746
- /* 1200 */
3747
- /* 511 */
3748
- /* 1023 */
3749
- /* Zindex */
3750
- .SourceBlock-module_root__1P3XD {
3751
- display: block;
3752
-
3753
- margin: 18px 0 15px;
3754
- padding: 12px 11px 17px;
3755
-
3756
- color: #000;
3757
- border-radius: 2px 8px 8px 2px;
3758
- background-color: #f5f5f5;
3759
- box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #b78b5c;
3760
-
3761
- font-size: 16px;
3762
- line-height: 20px
3763
- }
3764
- @media only screen and (min-width: 48em) {
3765
- .SourceBlock-module_root__1P3XD {
3766
- margin-top: 25px;
3767
- margin-bottom: 25px;
3768
- padding: 18px 16px 16px
3769
- }
3770
- }
3771
- .SourceBlock-module_root__1P3XD:hover,
3772
- .SourceBlock-module_root__1P3XD:visited {
3773
- background-color: #ededed;
3774
- }
3775
- .SourceBlock-module_root__1P3XD blockquote {
3776
- margin: 0;
3777
- }
3778
- .SourceBlock-module_root__1P3XD a {
3779
- text-decoration: none;
3780
-
3713
+ /* Theme */
3714
+ .SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_isDark__22q5s {
3781
3715
  color: inherit;
3716
+ background-color: #34322a;
3782
3717
  }
3783
- .SourceBlock-module_text__Si4vm {
3784
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3785
- }
3786
- .SourceBlock-module_text__Si4vm p {
3787
- margin: 0;
3788
-
3789
- font-size: 16px;
3790
- line-height: 22px
3791
- }
3792
- @media only screen and (min-width: 48em) {
3793
- .SourceBlock-module_text__Si4vm p {
3794
- font-size: 18px;
3795
- line-height: 26px
3796
- }
3797
- }
3798
- .SourceBlock-module_root__1P3XD p + p {
3799
- margin-top: 12px;
3800
- }
3801
- .SourceBlock-module_root__1P3XD footer {
3802
- margin-top: 12px;
3803
- padding-top: 10px;
3804
-
3805
- border-top: 1px solid #d6d6d6
3806
- }
3807
- @media only screen and (min-width: 48em) {
3808
- .SourceBlock-module_root__1P3XD footer {
3809
- margin-top: 18px;
3810
- padding-top: 12px
3811
- }
3812
- }
3813
- .SourceBlock-module_origin__l3JbO {
3814
- letter-spacing: 1px;
3815
- text-transform: uppercase;
3816
- pointer-events: none;
3817
-
3818
- color: #292929;
3819
-
3820
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3821
- font-size: 16px;
3822
- font-weight: bold;
3823
- font-style: normal;
3824
- line-height: 22px
3825
- }
3826
- @media only screen and (min-width: 48em) {
3827
- .SourceBlock-module_origin__l3JbO {
3828
- font-size: 18px;
3829
- line-height: 26px
3830
- }
3831
- }
3832
- .SourceBlock-module_center__3P93B {
3833
- max-width: 650px;
3834
- margin-right: auto;
3835
- margin-left: auto;
3836
- }
3837
- /* VISIBILITY */
3838
- @media only screen and (min-width: 32em) {
3839
- .SourceBlock-module_mobile__2gw4S {
3840
- display: none
3841
- }
3842
- }
3843
- .SourceBlock-module_desktop__DecT6 {
3844
- display: none
3845
- }
3846
- @media only screen and (min-width: 32em) {
3847
- .SourceBlock-module_desktop__DecT6 {
3848
- display: block
3849
- }
3850
- }
3851
3718
 
3852
3719
  /* Colors */
3853
3720
  /* Fonts */
@@ -4108,25 +3975,224 @@ a mark {
4108
3975
  bottom: 46px
4109
3976
  }
4110
3977
  }
4111
- @media only screen and (max-width: 32.1875em) {
4112
- [data-gdpr-panel='true'][data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
4113
- bottom: 90px
3978
+ @media only screen and (max-width: 32.1875em) {
3979
+ [data-gdpr-panel='true'][data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
3980
+ bottom: 90px
3981
+ }
3982
+ }
3983
+ /* VISIBILITY */
3984
+ @media only screen and (min-width: 32em) {
3985
+ .Spoiler-module_mobile__2BPt8 {
3986
+ display: none
3987
+ }
3988
+ }
3989
+ .Spoiler-module_desktop__1BIFJ {
3990
+ display: none
3991
+ }
3992
+ @media only screen and (min-width: 32em) {
3993
+ .Spoiler-module_desktop__1BIFJ {
3994
+ display: block
3995
+ }
3996
+ }
3997
+
3998
+ /* Colors */
3999
+ /* Fonts */
4000
+ /* Gap */
4001
+ /* Media */
4002
+ /* 512 */
4003
+ /* 650 */
4004
+ /* 768 */
4005
+ /* 1024 */
4006
+ /* 1010 */
4007
+ /* 1200 */
4008
+ /* 511 */
4009
+ /* 1023 */
4010
+ /* Zindex */
4011
+ .SimpleTitle-module_root__2jVQN {
4012
+ margin: 0 0 18px;
4013
+
4014
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
4015
+ font-size: 20px;
4016
+ font-weight: normal;
4017
+ line-height: 23px
4018
+ }
4019
+ @media only screen and (min-width: 48em) {
4020
+ .SimpleTitle-module_root__2jVQN {
4021
+ margin-bottom: 15px;
4022
+
4023
+ font-size: 36px;
4024
+ line-height: 40px
4025
+ }
4026
+ }
4027
+ /* VISIBILITY */
4028
+ @media only screen and (min-width: 32em) {
4029
+ .SimpleTitle-module_mobile__11gBz {
4030
+ display: none
4031
+ }
4032
+ }
4033
+ .SimpleTitle-module_desktop__3yXgy {
4034
+ display: none
4035
+ }
4036
+ @media only screen and (min-width: 32em) {
4037
+ .SimpleTitle-module_desktop__3yXgy {
4038
+ display: block
4039
+ }
4040
+ }
4041
+
4042
+ /* Colors */
4043
+ /* Fonts */
4044
+ /* Gap */
4045
+ /* Media */
4046
+ /* 512 */
4047
+ /* 650 */
4048
+ /* 768 */
4049
+ /* 1024 */
4050
+ /* 1010 */
4051
+ /* 1200 */
4052
+ /* 511 */
4053
+ /* 1023 */
4054
+ /* Zindex */
4055
+ .SourceBlock-module_root__1P3XD {
4056
+ display: block;
4057
+
4058
+ margin: 18px 0 15px;
4059
+ padding: 12px 11px 17px;
4060
+
4061
+ color: #000;
4062
+ border-radius: 2px 8px 8px 2px;
4063
+ background-color: #f5f5f5;
4064
+ box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #b78b5c;
4065
+
4066
+ font-size: 16px;
4067
+ line-height: 20px
4068
+ }
4069
+ @media only screen and (min-width: 48em) {
4070
+ .SourceBlock-module_root__1P3XD {
4071
+ margin-top: 25px;
4072
+ margin-bottom: 25px;
4073
+ padding: 18px 16px 16px
4074
+ }
4075
+ }
4076
+ .SourceBlock-module_root__1P3XD:hover,
4077
+ .SourceBlock-module_root__1P3XD:visited {
4078
+ background-color: #ededed;
4079
+ }
4080
+ .SourceBlock-module_root__1P3XD blockquote {
4081
+ margin: 0;
4082
+ }
4083
+ .SourceBlock-module_root__1P3XD a {
4084
+ text-decoration: none;
4085
+
4086
+ color: inherit;
4087
+ }
4088
+ .SourceBlock-module_text__Si4vm {
4089
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4090
+ }
4091
+ .SourceBlock-module_text__Si4vm p {
4092
+ margin: 0;
4093
+
4094
+ font-size: 16px;
4095
+ line-height: 22px
4096
+ }
4097
+ @media only screen and (min-width: 48em) {
4098
+ .SourceBlock-module_text__Si4vm p {
4099
+ font-size: 18px;
4100
+ line-height: 26px
4101
+ }
4102
+ }
4103
+ .SourceBlock-module_root__1P3XD p + p {
4104
+ margin-top: 12px;
4105
+ }
4106
+ .SourceBlock-module_root__1P3XD footer {
4107
+ margin-top: 12px;
4108
+ padding-top: 10px;
4109
+
4110
+ border-top: 1px solid #d6d6d6
4111
+ }
4112
+ @media only screen and (min-width: 48em) {
4113
+ .SourceBlock-module_root__1P3XD footer {
4114
+ margin-top: 18px;
4115
+ padding-top: 12px
4116
+ }
4117
+ }
4118
+ .SourceBlock-module_origin__l3JbO {
4119
+ letter-spacing: 1px;
4120
+ text-transform: uppercase;
4121
+ pointer-events: none;
4122
+
4123
+ color: #292929;
4124
+
4125
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4126
+ font-size: 16px;
4127
+ font-weight: bold;
4128
+ font-style: normal;
4129
+ line-height: 22px
4130
+ }
4131
+ @media only screen and (min-width: 48em) {
4132
+ .SourceBlock-module_origin__l3JbO {
4133
+ font-size: 18px;
4134
+ line-height: 26px
4114
4135
  }
4115
4136
  }
4137
+ .SourceBlock-module_center__3P93B {
4138
+ max-width: 650px;
4139
+ margin-right: auto;
4140
+ margin-left: auto;
4141
+ }
4116
4142
  /* VISIBILITY */
4117
4143
  @media only screen and (min-width: 32em) {
4118
- .Spoiler-module_mobile__2BPt8 {
4144
+ .SourceBlock-module_mobile__2gw4S {
4119
4145
  display: none
4120
4146
  }
4121
4147
  }
4122
- .Spoiler-module_desktop__1BIFJ {
4148
+ .SourceBlock-module_desktop__DecT6 {
4123
4149
  display: none
4124
4150
  }
4125
4151
  @media only screen and (min-width: 32em) {
4126
- .Spoiler-module_desktop__1BIFJ {
4152
+ .SourceBlock-module_desktop__DecT6 {
4127
4153
  display: block
4128
4154
  }
4129
4155
  }
4156
+ /* Dark theme */
4157
+ .SourceBlock-module_isDark__3hEEp,
4158
+ .SourceBlock-module_isDark__3hEEp:hover {
4159
+ background-color: #262626;
4160
+ color: inherit;
4161
+ }
4162
+ .SourceBlock-module_isDark__3hEEp .SourceBlock-module_origin__l3JbO {
4163
+ color: #b8b8b8;
4164
+ }
4165
+ .SourceBlock-module_isDark__3hEEp footer {
4166
+ border-top-color: #3d3d3d;
4167
+ }
4168
+
4169
+ /* stylelint-disable declaration-empty-line-before */
4170
+ /* Colors */
4171
+ /* Fonts */
4172
+ /* Gap */
4173
+ /* Media */
4174
+ /* 512 */
4175
+ /* 650 */
4176
+ /* 768 */
4177
+ /* 1024 */
4178
+ /* 1010 */
4179
+ /* 1200 */
4180
+ /* 511 */
4181
+ /* 1023 */
4182
+ /* Zindex */
4183
+ .DocumentItemsCount-module_root__P3q-z {
4184
+ display: inline;
4185
+
4186
+ line-height: inherit;
4187
+ }
4188
+ .DocumentItemsCount-module_root__P3q-z svg {
4189
+ vertical-align: top;
4190
+ }
4191
+ .DocumentItemsCount-module_items__3pfxW {
4192
+ margin-left: 1px;
4193
+
4194
+ vertical-align: top;
4195
+ }
4130
4196
 
4131
4197
  /* stylelint-disable declaration-empty-line-before */
4132
4198
  /* Colors */
@@ -4266,52 +4332,230 @@ a mark {
4266
4332
  opacity: 0;
4267
4333
  }
4268
4334
  }
4269
- @keyframes MetaItemLive-module_liveFirstWave__3dbvz {
4270
- 21% {
4271
- transform: scale(0.1);
4272
- }
4335
+ @keyframes MetaItemLive-module_liveFirstWave__3dbvz {
4336
+ 21% {
4337
+ transform: scale(0.1);
4338
+ }
4339
+
4340
+ 53% {
4341
+ transform: scale(0.33);
4342
+ }
4343
+
4344
+ 100% {
4345
+ transform: scale(0.66);
4346
+
4347
+ opacity: 0;
4348
+ }
4349
+ }
4350
+ @-webkit-keyframes MetaItemLive-module_liveSecondWave__12g57 {
4351
+ 21% {
4352
+ transform: scale(0.22);
4353
+ }
4354
+
4355
+ 53% {
4356
+ transform: scale(0.55);
4357
+ }
4358
+
4359
+ 100% {
4360
+ transform: scale(0.88);
4361
+
4362
+ opacity: 0;
4363
+ }
4364
+ }
4365
+ @keyframes MetaItemLive-module_liveSecondWave__12g57 {
4366
+ 21% {
4367
+ transform: scale(0.22);
4368
+ }
4369
+
4370
+ 53% {
4371
+ transform: scale(0.55);
4372
+ }
4373
+
4374
+ 100% {
4375
+ transform: scale(0.88);
4376
+
4377
+ opacity: 0;
4378
+ }
4379
+ }
4380
+
4381
+ /* Colors */
4382
+ /* Fonts */
4383
+ /* Gap */
4384
+ /* Media */
4385
+ /* 512 */
4386
+ /* 650 */
4387
+ /* 768 */
4388
+ /* 1024 */
4389
+ /* 1010 */
4390
+ /* 1200 */
4391
+ /* 511 */
4392
+ /* 1023 */
4393
+ /* Zindex */
4394
+ .ToolbarButton-module_root__xN-fq {
4395
+ height: 100%;
4396
+ margin: 0;
4397
+ padding: 0 1px 0 0;
4398
+
4399
+ cursor: pointer;
4400
+
4401
+ color: inherit;
4402
+ border-width: 0;
4403
+ outline: none;
4404
+ background-color: transparent;
4405
+
4406
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4407
+ font-size: 12px;
4408
+ font-weight: 600;
4409
+ line-height: 1;
4410
+
4411
+ -webkit-appearance: none;
4412
+
4413
+ -moz-appearance: none;
4414
+
4415
+ appearance: none;
4416
+ }
4417
+ .ToolbarButton-module_root__xN-fq::after {
4418
+ position: absolute;
4419
+ top: 0;
4420
+ right: 0;
4421
+ bottom: 0;
4422
+ left: 0;
4423
+
4424
+ content: '';
4425
+ }
4426
+ .ToolbarButton-module_root__xN-fq:hover {
4427
+ opacity: 0.6;
4428
+ }
4429
+ .ToolbarButton-module_isDark__2q5U7,
4430
+ .ToolbarButton-module_dark__GrIOr {
4431
+ color: #fff;
4432
+ }
4433
+ .ToolbarButton-module_isDark__2q5U7:hover,
4434
+ .ToolbarButton-module_dark__GrIOr:hover {
4435
+ opacity: 0.6;
4436
+ }
4437
+ .ToolbarButton-module_isDark__2q5U7 svg,
4438
+ .ToolbarButton-module_dark__GrIOr svg {
4439
+ color: #262626;
4440
+
4441
+ fill: #fff;
4442
+ }
4443
+ .ToolbarButton-module_isDark__2q5U7.ToolbarButton-module_bookmark__3369b svg,
4444
+ .ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b svg {
4445
+ color: #fff;
4446
+
4447
+ fill: transparent;
4448
+ }
4449
+ .ToolbarButton-module_isDark__2q5U7.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg,
4450
+ .ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg {
4451
+ fill: currentColor;
4452
+ }
4453
+ .ToolbarButton-module_isDark__2q5U7::before,
4454
+ .ToolbarButton-module_dark__GrIOr::before {
4455
+ border-left-color: rgba(255, 255, 255, 0.2);
4456
+ }
4457
+ .ToolbarButton-module_root__xN-fq [data-theme='dark'] {
4458
+ visibility: hidden;
4459
+ }
4460
+ .ToolbarButton-module_isDark__2q5U7 [data-theme='dark'],
4461
+ .ToolbarButton-module_dark__GrIOr [data-theme='dark'] {
4462
+ visibility: visible;
4463
+ }
4464
+ .ToolbarButton-module_isDark__2q5U7 [data-theme='light'],
4465
+ .ToolbarButton-module_dark__GrIOr [data-theme='light'] {
4466
+ visibility: hidden;
4467
+ }
4468
+ .ToolbarButton-module_text__32m6s {
4469
+ display: inline-block;
4470
+
4471
+ padding-left: 5px;
4472
+
4473
+ vertical-align: middle;
4474
+ }
4475
+ .ToolbarButton-module_text__32m6s:empty {
4476
+ display: none;
4477
+ }
4478
+ .ToolbarButton-module_bookmark__3369b {
4479
+ color: #999;
4480
+
4481
+ fill: transparent;
4482
+ }
4483
+ .ToolbarButton-module_isActive__3NLAE {
4484
+ fill: currentColor;
4485
+ }
4486
+
4487
+ /* Colors */
4488
+ /* Fonts */
4489
+ /* Gap */
4490
+ /* Media */
4491
+ /* 512 */
4492
+ /* 650 */
4493
+ /* 768 */
4494
+ /* 1024 */
4495
+ /* 1010 */
4496
+ /* 1200 */
4497
+ /* 511 */
4498
+ /* 1023 */
4499
+ /* Zindex */
4500
+ .Footnote-module_root__2a0-B {
4501
+ position: relative;
4502
+
4503
+ width: 320px;
4504
+ padding: 20px;
4505
+
4506
+ border-radius: 8px;
4507
+ background-color: #fff;
4508
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
4509
+ }
4510
+ .Footnote-module_body__259Ly {
4511
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4512
+ font-size: 16px;
4513
+ line-height: 22px;
4514
+ }
4515
+ .Footnote-module_body__259Ly h3 {
4516
+ margin: 0 0 16px;
4517
+
4518
+ font-size: inherit;
4519
+ font-weight: 700;
4520
+ line-height: inherit;
4521
+ }
4522
+ .Footnote-module_body__259Ly p {
4523
+ margin: 0;
4524
+ }
4525
+ .Footnote-module_body__259Ly p + p {
4526
+ margin-top: 6px;
4527
+ }
4528
+ .Footnote-module_body__259Ly a {
4529
+ color: inherit;
4530
+ box-shadow: inset 0 -1px #b88b59;
4531
+ }
4532
+ .Footnote-module_body__259Ly a:hover {
4533
+ color: #b88b59;
4534
+ }
4535
+ .Footnote-module_dismiss__1HKG5 {
4536
+ position: absolute;
4537
+ top: 0;
4538
+ right: 0;
4273
4539
 
4274
- 53% {
4275
- transform: scale(0.33);
4276
- }
4540
+ margin: 0;
4541
+ padding: 6px 9px 10px;
4277
4542
 
4278
- 100% {
4279
- transform: scale(0.66);
4543
+ cursor: pointer;
4280
4544
 
4281
- opacity: 0;
4282
- }
4545
+ color: #b3b3b3;
4546
+ border-width: 0;
4547
+ outline: none;
4548
+ background-color: transparent;
4283
4549
  }
4284
- @-webkit-keyframes MetaItemLive-module_liveSecondWave__12g57 {
4285
- 21% {
4286
- transform: scale(0.22);
4287
- }
4288
-
4289
- 53% {
4290
- transform: scale(0.55);
4291
- }
4292
-
4293
- 100% {
4294
- transform: scale(0.88);
4295
-
4296
- opacity: 0;
4297
- }
4550
+ .Footnote-module_dismiss__1HKG5:hover {
4551
+ color: #757575;
4298
4552
  }
4299
- @keyframes MetaItemLive-module_liveSecondWave__12g57 {
4300
- 21% {
4301
- transform: scale(0.22);
4302
- }
4303
-
4304
- 53% {
4305
- transform: scale(0.55);
4306
- }
4307
-
4308
- 100% {
4309
- transform: scale(0.88);
4310
-
4311
- opacity: 0;
4312
- }
4553
+ .Footnote-module_dismiss__1HKG5 svg {
4554
+ width: 12px;
4555
+ height: 12px;
4313
4556
  }
4314
4557
 
4558
+
4315
4559
  /* Colors */
4316
4560
  /* Fonts */
4317
4561
  /* Gap */
@@ -4414,132 +4658,6 @@ a mark {
4414
4658
  margin-top: -1px;
4415
4659
  }
4416
4660
 
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
- /* Colors */
4446
- /* Fonts */
4447
- /* Gap */
4448
- /* Media */
4449
- /* 512 */
4450
- /* 650 */
4451
- /* 768 */
4452
- /* 1024 */
4453
- /* 1010 */
4454
- /* 1200 */
4455
- /* 511 */
4456
- /* 1023 */
4457
- /* Zindex */
4458
- .ToolbarButton-module_root__xN-fq {
4459
- height: 100%;
4460
- margin: 0;
4461
- padding: 0 1px 0 0;
4462
-
4463
- cursor: pointer;
4464
-
4465
- color: inherit;
4466
- border-width: 0;
4467
- outline: none;
4468
- background-color: transparent;
4469
-
4470
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4471
- font-size: 12px;
4472
- font-weight: 600;
4473
- line-height: 1;
4474
-
4475
- -webkit-appearance: none;
4476
-
4477
- -moz-appearance: none;
4478
-
4479
- appearance: none;
4480
- }
4481
- .ToolbarButton-module_root__xN-fq::after {
4482
- position: absolute;
4483
- top: 0;
4484
- right: 0;
4485
- bottom: 0;
4486
- left: 0;
4487
-
4488
- content: '';
4489
- }
4490
- .ToolbarButton-module_root__xN-fq:hover {
4491
- opacity: 0.6;
4492
- }
4493
- .ToolbarButton-module_dark__GrIOr {
4494
- color: #fff;
4495
- }
4496
- .ToolbarButton-module_dark__GrIOr:hover {
4497
- opacity: 0.6;
4498
- }
4499
- .ToolbarButton-module_dark__GrIOr svg {
4500
- color: #262626;
4501
-
4502
- fill: #fff;
4503
- }
4504
- .ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b svg {
4505
- color: #fff;
4506
-
4507
- fill: transparent;
4508
- }
4509
- .ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg {
4510
- fill: currentColor;
4511
- }
4512
- .ToolbarButton-module_dark__GrIOr::before {
4513
- border-left-color: rgba(255, 255, 255, 0.2);
4514
- }
4515
- .ToolbarButton-module_root__xN-fq [data-theme='dark'] {
4516
- visibility: hidden;
4517
- }
4518
- .ToolbarButton-module_dark__GrIOr [data-theme='dark'] {
4519
- visibility: visible;
4520
- }
4521
- .ToolbarButton-module_dark__GrIOr [data-theme='light'] {
4522
- visibility: hidden;
4523
- }
4524
- .ToolbarButton-module_text__32m6s {
4525
- display: inline-block;
4526
-
4527
- padding-left: 5px;
4528
-
4529
- vertical-align: middle;
4530
- }
4531
- .ToolbarButton-module_text__32m6s:empty {
4532
- display: none;
4533
- }
4534
- .ToolbarButton-module_bookmark__3369b {
4535
- color: #999;
4536
-
4537
- fill: transparent;
4538
- }
4539
- .ToolbarButton-module_isActive__3NLAE {
4540
- fill: currentColor;
4541
- }
4542
-
4543
4661
  /* Colors */
4544
4662
  /* Fonts */
4545
4663
  /* Gap */
@@ -4808,78 +4926,6 @@ a mark {
4808
4926
  }
4809
4927
  }
4810
4928
 
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
4929
  /* Colors */
4884
4930
  /* Fonts */
4885
4931
  /* Gap */
@@ -5083,7 +5129,7 @@ a mark {
5083
5129
  .EmbedBlock-module_root__28k9U {
5084
5130
  position: relative;
5085
5131
 
5086
- margin: 15px 0
5132
+ margin: calc(15rem / 16) 0
5087
5133
  }
5088
5134
  @media only screen and (min-width: 32em) {
5089
5135
  .EmbedBlock-module_root__28k9U {