@meduza/ui-kit-2 0.1.34 → 0.1.36

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
@@ -464,90 +464,6 @@
464
464
  }
465
465
  }
466
466
 
467
- /* Colors */
468
- /* Fonts */
469
- /* Gap */
470
- /* Media */
471
- /* 512 */
472
- /* 650 */
473
- /* 768 */
474
- /* 1024 */
475
- /* 1010 */
476
- /* 1200 */
477
- /* 511 */
478
- /* 1023 */
479
- /* Zindex */
480
- .Image-module_root__1vsA_ {
481
- position: relative;
482
- z-index: 1;
483
-
484
- display: block;
485
- overflow: hidden
486
- }
487
- @media only screen and (min-device-width: 32em) {
488
- .Image-module_root__1vsA_ {
489
- border-radius: inherit
490
- }
491
- }
492
- .Image-module_placeholder__1p4ob,
493
- .Image-module_root__1vsA_ img {
494
- position: absolute;
495
- top: 0;
496
- left: 0;
497
-
498
- width: 100%;
499
- height: 100%;
500
- }
501
- .Image-module_wrapper__3fLjs {
502
- display: block;
503
-
504
- width: 100%;
505
-
506
- background-repeat: no-repeat;
507
- background-size: 100% auto;
508
- }
509
- .Image-module_placeholder__1p4ob {
510
- transition: background-color 250ms ease;
511
-
512
- background-color: #f2f2f2;
513
- }
514
- .Image-module_loaded__w9FVT {
515
- background: transparent;
516
- }
517
- .Image-module_fullscreen__29apx picture {
518
- cursor: pointer;
519
- }
520
- .Image-module_fullscreen__29apx picture:hover::after {
521
- opacity: 1;
522
- }
523
- .Image-module_fullscreen__29apx picture::after {
524
- position: absolute;
525
- right: 12px;
526
- bottom: 12px;
527
-
528
- width: 40px;
529
- height: 40px;
530
-
531
- transition: opacity 250ms ease;
532
- pointer-events: none;
533
-
534
- opacity: 0;
535
- border: 0.5px solid rgba(255, 255, 255, 0.15);
536
- border-radius: 20px;
537
- background-color: rgba(0, 0, 0, 0.7);
538
- 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");
539
- background-repeat: no-repeat;
540
- background-position: center
541
- }
542
- @media only screen and (min-device-width: 64em) {
543
- .Image-module_fullscreen__29apx picture::after {
544
- content: ''
545
- }
546
- }
547
- [data-input='mouse'] .Image-module_wrapper__3fLjs {
548
- outline: none;
549
- }
550
-
551
467
  /* Colors */
552
468
  /* Fonts */
553
469
  /* Gap */
@@ -712,6 +628,90 @@
712
628
  box-shadow: inset 0 0 0 1px #323232;
713
629
  }
714
630
 
631
+ /* Colors */
632
+ /* Fonts */
633
+ /* Gap */
634
+ /* Media */
635
+ /* 512 */
636
+ /* 650 */
637
+ /* 768 */
638
+ /* 1024 */
639
+ /* 1010 */
640
+ /* 1200 */
641
+ /* 511 */
642
+ /* 1023 */
643
+ /* Zindex */
644
+ .Image-module_root__1vsA_ {
645
+ position: relative;
646
+ z-index: 1;
647
+
648
+ display: block;
649
+ overflow: hidden
650
+ }
651
+ @media only screen and (min-device-width: 32em) {
652
+ .Image-module_root__1vsA_ {
653
+ border-radius: inherit
654
+ }
655
+ }
656
+ .Image-module_placeholder__1p4ob,
657
+ .Image-module_root__1vsA_ img {
658
+ position: absolute;
659
+ top: 0;
660
+ left: 0;
661
+
662
+ width: 100%;
663
+ height: 100%;
664
+ }
665
+ .Image-module_wrapper__3fLjs {
666
+ display: block;
667
+
668
+ width: 100%;
669
+
670
+ background-repeat: no-repeat;
671
+ background-size: 100% auto;
672
+ }
673
+ .Image-module_placeholder__1p4ob {
674
+ transition: background-color 250ms ease;
675
+
676
+ background-color: #f2f2f2;
677
+ }
678
+ .Image-module_loaded__w9FVT {
679
+ background: transparent;
680
+ }
681
+ .Image-module_fullscreen__29apx picture {
682
+ cursor: pointer;
683
+ }
684
+ .Image-module_fullscreen__29apx picture:hover::after {
685
+ opacity: 1;
686
+ }
687
+ .Image-module_fullscreen__29apx picture::after {
688
+ position: absolute;
689
+ right: 12px;
690
+ bottom: 12px;
691
+
692
+ width: 40px;
693
+ height: 40px;
694
+
695
+ transition: opacity 250ms ease;
696
+ pointer-events: none;
697
+
698
+ opacity: 0;
699
+ border: 0.5px solid rgba(255, 255, 255, 0.15);
700
+ border-radius: 20px;
701
+ background-color: rgba(0, 0, 0, 0.7);
702
+ background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.197 10.207V3.763h-6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.793 4.166l-6.173 6.172' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.803 13.733v6.444h6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.207 19.774l6.173-6.171' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
703
+ background-repeat: no-repeat;
704
+ background-position: center
705
+ }
706
+ @media only screen and (min-device-width: 64em) {
707
+ .Image-module_fullscreen__29apx picture::after {
708
+ content: ''
709
+ }
710
+ }
711
+ [data-input='mouse'] .Image-module_wrapper__3fLjs {
712
+ outline: none;
713
+ }
714
+
715
715
  /* Colors */
716
716
  /* Fonts */
717
717
  /* Gap */
@@ -838,6 +838,26 @@
838
838
  }
839
839
  }
840
840
 
841
+ /* Colors */
842
+ /* Fonts */
843
+ /* Gap */
844
+ /* Media */
845
+ /* 512 */
846
+ /* 650 */
847
+ /* 768 */
848
+ /* 1024 */
849
+ /* 1010 */
850
+ /* 1200 */
851
+ /* 511 */
852
+ /* 1023 */
853
+ /* Zindex */
854
+ .Lazy-module_root__2Z72l {
855
+ display: block;
856
+ }
857
+ .Lazy-module_visible__3-SdX {
858
+ color: red;
859
+ }
860
+
841
861
  /* Colors */
842
862
  /* Fonts */
843
863
  /* Gap */
@@ -975,26 +995,6 @@
975
995
  }
976
996
  }
977
997
 
978
- /* Colors */
979
- /* Fonts */
980
- /* Gap */
981
- /* Media */
982
- /* 512 */
983
- /* 650 */
984
- /* 768 */
985
- /* 1024 */
986
- /* 1010 */
987
- /* 1200 */
988
- /* 511 */
989
- /* 1023 */
990
- /* Zindex */
991
- .Lazy-module_root__2Z72l {
992
- display: block;
993
- }
994
- .Lazy-module_visible__3-SdX {
995
- color: red;
996
- }
997
-
998
998
  /* Colors */
999
999
  /* Fonts */
1000
1000
  /* Gap */
@@ -1724,35 +1724,178 @@
1724
1724
  /* 511 */
1725
1725
  /* 1023 */
1726
1726
  /* Zindex */
1727
- .Popover-module_root__1v6f_ {
1728
- position: fixed;
1729
- z-index: 1000;
1730
- top: 0;
1731
- left: 0;
1727
+ .Toolbar-module_root__2HF2r {
1728
+ overflow: hidden;
1732
1729
 
1733
- display: -webkit-box;
1730
+ transform: translateZ(0);
1734
1731
 
1732
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1733
+ }
1734
+ .Toolbar-module_list__1n5ny {
1735
+ display: -webkit-box;
1735
1736
  display: -webkit-flex;
1736
-
1737
1737
  display: -ms-flexbox;
1738
-
1739
1738
  display: flex;
1740
- align-items: flex-end;
1741
- flex-direction: row;
1739
+ flex-flow: row wrap;
1742
1740
 
1743
- width: 100%;
1744
- height: 100%;
1745
- min-height: 120px;
1746
- padding: 10px 0 0;
1741
+ margin: 0 0 0 -10px;
1742
+ padding: 0;
1747
1743
 
1748
- -webkit-animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
1744
+ list-style: none
1745
+ }
1746
+ @media only screen and (min-device-width: 64em) {
1747
+ .Toolbar-module_list__1n5ny {
1748
+ margin: 0 0 0 -15px
1749
+ }
1750
+ }
1751
+ .Toolbar-module_item__36x7d {
1752
+ position: relative;
1749
1753
 
1750
- animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
1754
+ min-width: 42px;
1755
+ height: 32px;
1756
+ padding-right: 10px;
1757
+ padding-left: 10px;
1751
1758
 
1752
- opacity: 1;
1759
+ cursor: pointer;
1760
+ transition: color 250ms ease;
1761
+ text-align: center;
1753
1762
 
1754
- font-size: 16px;
1755
- line-height: 22px;
1763
+ color: #808080;
1764
+
1765
+ line-height: 1
1766
+ }
1767
+ @media only screen and (min-device-width: 64em) {
1768
+ .Toolbar-module_item__36x7d {
1769
+ padding-right: 15px;
1770
+ padding-left: 15px
1771
+ }
1772
+ }
1773
+ .Toolbar-module_item__36x7d:last-child {
1774
+ margin-right: 0;
1775
+ }
1776
+ .Toolbar-module_item__36x7d::before {
1777
+ position: absolute;
1778
+ top: 7px;
1779
+ left: 0;
1780
+
1781
+ height: 18px;
1782
+
1783
+ content: '';
1784
+ vertical-align: middle;
1785
+
1786
+ border-left: 1px solid rgba(0, 0, 0, 0.15);
1787
+ }
1788
+ .Toolbar-module_item__36x7d:empty {
1789
+ display: none;
1790
+ }
1791
+ .Toolbar-module_isInTopbar__223iP {
1792
+ height: 100%;
1793
+ }
1794
+ .Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
1795
+ height: 100%;
1796
+ }
1797
+ .Toolbar-module_center__3_H8M {
1798
+ width: 100%;
1799
+ max-width: 650px;
1800
+ margin-right: auto;
1801
+ margin-left: auto;
1802
+ }
1803
+ .Toolbar-module_game__5-jY_ {
1804
+ margin-top: 11px
1805
+ }
1806
+ @media only screen and (min-device-width: 32em) {
1807
+ .Toolbar-module_game__5-jY_ {
1808
+ margin-top: 18px
1809
+ }
1810
+ }
1811
+ .Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
1812
+ .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
1813
+ justify-content: center
1814
+ }
1815
+ @media only screen and (min-device-width: 32em) {
1816
+ .Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
1817
+ .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
1818
+ display: -webkit-box;
1819
+ display: -webkit-flex;
1820
+ display: -ms-flexbox;
1821
+ display: flex
1822
+ }
1823
+ }
1824
+ .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
1825
+ width: 260px
1826
+ }
1827
+ @media only screen and (min-device-width: 32em) {
1828
+ .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
1829
+ width: auto
1830
+ }
1831
+ }
1832
+ .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
1833
+ content: none
1834
+ }
1835
+ @media only screen and (min-device-width: 32em) {
1836
+ .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
1837
+ content: ''
1838
+ }
1839
+ }
1840
+ .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
1841
+ .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
1842
+ content: none;
1843
+ }
1844
+ @media only screen and (min-device-width: 64em) {
1845
+ .Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
1846
+ .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
1847
+ margin-left: 0
1848
+ }
1849
+ }
1850
+ .Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
1851
+ border-left-color: rgba(255, 255, 255, 0.2);
1852
+ }
1853
+ [data-context="prodano"] .Toolbar-module_root__2HF2r {
1854
+ display: none;
1855
+ }
1856
+
1857
+ /* Colors */
1858
+ /* Fonts */
1859
+ /* Gap */
1860
+ /* Media */
1861
+ /* 512 */
1862
+ /* 650 */
1863
+ /* 768 */
1864
+ /* 1024 */
1865
+ /* 1010 */
1866
+ /* 1200 */
1867
+ /* 511 */
1868
+ /* 1023 */
1869
+ /* Zindex */
1870
+ .Popover-module_root__1v6f_ {
1871
+ position: fixed;
1872
+ z-index: 1000;
1873
+ top: 0;
1874
+ left: 0;
1875
+
1876
+ display: -webkit-box;
1877
+
1878
+ display: -webkit-flex;
1879
+
1880
+ display: -ms-flexbox;
1881
+
1882
+ display: flex;
1883
+ align-items: flex-end;
1884
+ flex-direction: row;
1885
+
1886
+ width: 100%;
1887
+ height: 100%;
1888
+ min-height: 120px;
1889
+ padding: 10px 0 0;
1890
+
1891
+ -webkit-animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
1892
+
1893
+ animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
1894
+
1895
+ opacity: 1;
1896
+
1897
+ font-size: 16px;
1898
+ line-height: 22px;
1756
1899
  }
1757
1900
  .Popover-module_root__1v6f_.Popover-module_visible__eK5ZQ {
1758
1901
  -webkit-animation: Popover-module_fadeIn__AkrSN 250ms ease both;
@@ -1922,149 +2065,6 @@
1922
2065
  }
1923
2066
  }
1924
2067
 
1925
- /* Colors */
1926
- /* Fonts */
1927
- /* Gap */
1928
- /* Media */
1929
- /* 512 */
1930
- /* 650 */
1931
- /* 768 */
1932
- /* 1024 */
1933
- /* 1010 */
1934
- /* 1200 */
1935
- /* 511 */
1936
- /* 1023 */
1937
- /* Zindex */
1938
- .Toolbar-module_root__2HF2r {
1939
- overflow: hidden;
1940
-
1941
- transform: translateZ(0);
1942
-
1943
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1944
- }
1945
- .Toolbar-module_list__1n5ny {
1946
- display: -webkit-box;
1947
- display: -webkit-flex;
1948
- display: -ms-flexbox;
1949
- display: flex;
1950
- flex-flow: row wrap;
1951
-
1952
- margin: 0 0 0 -10px;
1953
- padding: 0;
1954
-
1955
- list-style: none
1956
- }
1957
- @media only screen and (min-device-width: 64em) {
1958
- .Toolbar-module_list__1n5ny {
1959
- margin: 0 0 0 -15px
1960
- }
1961
- }
1962
- .Toolbar-module_item__36x7d {
1963
- position: relative;
1964
-
1965
- min-width: 42px;
1966
- height: 32px;
1967
- padding-right: 10px;
1968
- padding-left: 10px;
1969
-
1970
- cursor: pointer;
1971
- transition: color 250ms ease;
1972
- text-align: center;
1973
-
1974
- color: #808080;
1975
-
1976
- line-height: 1
1977
- }
1978
- @media only screen and (min-device-width: 64em) {
1979
- .Toolbar-module_item__36x7d {
1980
- padding-right: 15px;
1981
- padding-left: 15px
1982
- }
1983
- }
1984
- .Toolbar-module_item__36x7d:last-child {
1985
- margin-right: 0;
1986
- }
1987
- .Toolbar-module_item__36x7d::before {
1988
- position: absolute;
1989
- top: 7px;
1990
- left: 0;
1991
-
1992
- height: 18px;
1993
-
1994
- content: '';
1995
- vertical-align: middle;
1996
-
1997
- border-left: 1px solid rgba(0, 0, 0, 0.15);
1998
- }
1999
- .Toolbar-module_item__36x7d:empty {
2000
- display: none;
2001
- }
2002
- .Toolbar-module_isInTopbar__223iP {
2003
- height: 100%;
2004
- }
2005
- .Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
2006
- height: 100%;
2007
- }
2008
- .Toolbar-module_center__3_H8M {
2009
- width: 100%;
2010
- max-width: 650px;
2011
- margin-right: auto;
2012
- margin-left: auto;
2013
- }
2014
- .Toolbar-module_game__5-jY_ {
2015
- margin-top: 11px
2016
- }
2017
- @media only screen and (min-device-width: 32em) {
2018
- .Toolbar-module_game__5-jY_ {
2019
- margin-top: 18px
2020
- }
2021
- }
2022
- .Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
2023
- .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
2024
- justify-content: center
2025
- }
2026
- @media only screen and (min-device-width: 32em) {
2027
- .Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
2028
- .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
2029
- display: -webkit-box;
2030
- display: -webkit-flex;
2031
- display: -ms-flexbox;
2032
- display: flex
2033
- }
2034
- }
2035
- .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
2036
- width: 260px
2037
- }
2038
- @media only screen and (min-device-width: 32em) {
2039
- .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
2040
- width: auto
2041
- }
2042
- }
2043
- .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
2044
- content: none
2045
- }
2046
- @media only screen and (min-device-width: 32em) {
2047
- .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
2048
- content: ''
2049
- }
2050
- }
2051
- .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
2052
- .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
2053
- content: none;
2054
- }
2055
- @media only screen and (min-device-width: 64em) {
2056
- .Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
2057
- .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
2058
- margin-left: 0
2059
- }
2060
- }
2061
- .Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
2062
- border-left-color: rgba(255, 255, 255, 0.2);
2063
- }
2064
- [data-context="prodano"] .Toolbar-module_root__2HF2r {
2065
- display: none;
2066
- }
2067
-
2068
2068
  /* Colors */
2069
2069
  /* Fonts */
2070
2070
  /* Gap */
@@ -2105,8 +2105,10 @@
2105
2105
  .Meta-module_isInSearchItem__1wbpx {
2106
2106
  color: rgba(255, 255, 255, 0.7);
2107
2107
  }
2108
+ .Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF {
2109
+ text-align: left;
2110
+ }
2108
2111
  @media only screen and (min-device-width: 64em) {
2109
- .Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF,
2110
2112
  .Meta-module_center__3BBPr.Meta-module_half__1xRkT {
2111
2113
  text-align: left
2112
2114
  }
@@ -3112,121 +3114,6 @@
3112
3114
  }
3113
3115
 
3114
3116
 
3115
- /* Colors */
3116
- /* Fonts */
3117
- /* Gap */
3118
- /* Media */
3119
- /* 512 */
3120
- /* 650 */
3121
- /* 768 */
3122
- /* 1024 */
3123
- /* 1010 */
3124
- /* 1200 */
3125
- /* 511 */
3126
- /* 1023 */
3127
- /* Zindex */
3128
- .SourceBlock-module_root__1P3XD {
3129
- display: block;
3130
-
3131
- margin: 18px 0 15px;
3132
- padding: 12px 11px 17px;
3133
-
3134
- color: #000;
3135
- border-radius: 2px 8px 8px 2px;
3136
- background-color: #f5f5f5;
3137
- box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #b78b5c;
3138
-
3139
- font-size: 16px;
3140
- line-height: 20px
3141
- }
3142
- @media only screen and (min-device-width: 48em) {
3143
- .SourceBlock-module_root__1P3XD {
3144
- margin-top: 25px;
3145
- margin-bottom: 25px;
3146
- padding: 18px 16px 16px
3147
- }
3148
- }
3149
- .SourceBlock-module_root__1P3XD:hover,
3150
- .SourceBlock-module_root__1P3XD:visited {
3151
- background-color: #ededed;
3152
- }
3153
- .SourceBlock-module_root__1P3XD blockquote {
3154
- margin: 0;
3155
- }
3156
- .SourceBlock-module_root__1P3XD a {
3157
- text-decoration: none;
3158
-
3159
- color: inherit;
3160
- }
3161
- .SourceBlock-module_text__Si4vm {
3162
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3163
- }
3164
- .SourceBlock-module_text__Si4vm p {
3165
- margin: 0;
3166
-
3167
- font-size: 16px;
3168
- line-height: 22px
3169
- }
3170
- @media only screen and (min-device-width: 48em) {
3171
- .SourceBlock-module_text__Si4vm p {
3172
- font-size: 18px;
3173
- line-height: 26px
3174
- }
3175
- }
3176
- .SourceBlock-module_root__1P3XD p + p {
3177
- margin-top: 12px;
3178
- }
3179
- .SourceBlock-module_root__1P3XD footer {
3180
- margin-top: 12px;
3181
- padding-top: 10px;
3182
-
3183
- border-top: 1px solid #d6d6d6
3184
- }
3185
- @media only screen and (min-device-width: 48em) {
3186
- .SourceBlock-module_root__1P3XD footer {
3187
- margin-top: 18px;
3188
- padding-top: 12px
3189
- }
3190
- }
3191
- .SourceBlock-module_origin__l3JbO {
3192
- letter-spacing: 1px;
3193
- text-transform: uppercase;
3194
- pointer-events: none;
3195
-
3196
- color: #292929;
3197
-
3198
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3199
- font-size: 16px;
3200
- font-weight: bold;
3201
- font-style: normal;
3202
- line-height: 22px
3203
- }
3204
- @media only screen and (min-device-width: 48em) {
3205
- .SourceBlock-module_origin__l3JbO {
3206
- font-size: 18px;
3207
- line-height: 26px
3208
- }
3209
- }
3210
- .SourceBlock-module_center__3P93B {
3211
- max-width: 650px;
3212
- margin-right: auto;
3213
- margin-left: auto;
3214
- }
3215
- /* VISIBILITY */
3216
- @media only screen and (min-device-width: 32em) {
3217
- .SourceBlock-module_mobile__2gw4S {
3218
- display: none
3219
- }
3220
- }
3221
- .SourceBlock-module_desktop__DecT6 {
3222
- display: none
3223
- }
3224
- @media only screen and (min-device-width: 32em) {
3225
- .SourceBlock-module_desktop__DecT6 {
3226
- display: block
3227
- }
3228
- }
3229
-
3230
3117
  /* Colors */
3231
3118
  /* Fonts */
3232
3119
  /* Gap */
@@ -3302,149 +3189,47 @@
3302
3189
  display: block;
3303
3190
 
3304
3191
  padding-top: 2px;
3305
-
3306
- font-size: 18px;
3307
- line-height: 24px
3308
- }
3309
- }
3310
- @media only screen and (min-device-width: 64em) {
3311
- .RichTitle-module_isInMediaBlock__3RDw4 {
3312
- margin-bottom: 18px
3313
- }
3314
- }
3315
- .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
3316
- font-size: 19px;
3317
- line-height: 23px
3318
- }
3319
- @media only screen and (min-device-width: 64em) {
3320
- .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
3321
- font-size: 1.3rem;
3322
- line-height: 1.6rem
3323
- }
3324
- }
3325
- .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
3326
- font-size: 20px
3327
- }
3328
- @media only screen and (min-device-width: 64em) {
3329
- .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
3330
- font-size: 1.35rem
3331
- }
3332
- }
3333
- @media only screen and (min-device-width: 32em) {
3334
- .RichTitle-module_mobile__1Cb6E {
3335
- display: none
3336
- }
3337
- }
3338
- .RichTitle-module_desktop__2ixSQ {
3339
- display: none
3340
- }
3341
- @media only screen and (min-device-width: 32em) {
3342
- .RichTitle-module_desktop__2ixSQ {
3343
- display: block
3344
- }
3345
- }
3346
-
3347
- /* Colors */
3348
- /* Fonts */
3349
- /* Gap */
3350
- /* Media */
3351
- /* 512 */
3352
- /* 650 */
3353
- /* 768 */
3354
- /* 1024 */
3355
- /* 1010 */
3356
- /* 1200 */
3357
- /* 511 */
3358
- /* 1023 */
3359
- /* Zindex */
3360
- .MetaItem-module_root__2VQom {
3361
- display: inline;
3362
-
3363
- margin-right: 15px;
3364
- }
3365
- .MetaItem-module_root__2VQom > svg {
3366
- display: inline-block;
3367
-
3368
- margin-right: 1px;
3369
-
3370
- vertical-align: top;
3371
-
3372
- color: inherit;
3373
-
3374
- fill: currentColor;
3375
- }
3376
- .MetaItem-module_root__2VQom a {
3377
- display: inline;
3378
-
3379
- text-decoration: underline;
3380
-
3381
- color: inherit;
3382
-
3383
- -webkit-text-decoration-skip: auto;
3384
- }
3385
- .MetaItem-module_root__2VQom a:hover {
3386
- color: #b88b59;
3387
- }
3388
- .MetaItem-module_hasBullets__CkQPI {
3389
- margin-right: 0;
3390
- }
3391
- .MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
3392
- display: inline-block;
3393
-
3394
- padding-right: 0.4em;
3395
- padding-left: 0.4em;
3396
-
3397
- content: '\B7';
3398
- }
3399
- @media only screen and (max-device-width: 32.1875em) {
3400
- .MetaItem-module_hasSource__1DmCI {
3401
- width: 100%;
3402
- margin-top: 3px;
3403
- margin-bottom: 3px
3192
+
3193
+ font-size: 18px;
3194
+ line-height: 24px
3404
3195
  }
3405
3196
  }
3406
- @media only screen and (max-device-width: 32.1875em) {
3407
- .MetaItem-module_hasSource__1DmCI:first-child {
3408
- margin-top: 0
3197
+ @media only screen and (min-device-width: 64em) {
3198
+ .RichTitle-module_isInMediaBlock__3RDw4 {
3199
+ margin-bottom: 18px
3409
3200
  }
3410
3201
  }
3411
- .MetaItem-module_hasSource__1DmCI:last-child {
3412
- margin-bottom: 0;
3202
+ .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
3203
+ font-size: 19px;
3204
+ line-height: 23px
3413
3205
  }
3414
- @media only screen and (max-device-width: 32.1875em) {
3415
- .MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
3416
- display: none
3206
+ @media only screen and (min-device-width: 64em) {
3207
+ .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
3208
+ font-size: 1.3rem;
3209
+ line-height: 1.6rem
3417
3210
  }
3418
3211
  }
3419
- @media only screen and (max-device-width: 32.1875em) {
3420
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
3421
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
3422
- display: inline-block
3212
+ .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
3213
+ font-size: 20px
3423
3214
  }
3424
- }
3425
- @media only screen and (max-device-width: 32.1875em) {
3426
- .MetaItem-module_datetime__3tOWm,
3427
- .MetaItem-module_listened__lwvAO,
3428
- .MetaItem-module_read__5eAIG {
3429
- width: auto
3215
+ @media only screen and (min-device-width: 64em) {
3216
+ .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
3217
+ font-size: 1.35rem
3430
3218
  }
3431
3219
  }
3432
- @media only screen and (max-device-width: 32.1875em) {
3433
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
3434
- order: -2
3220
+ @media only screen and (min-device-width: 32em) {
3221
+ .RichTitle-module_mobile__1Cb6E {
3222
+ display: none
3435
3223
  }
3436
3224
  }
3437
- @media only screen and (max-device-width: 32.1875em) {
3438
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
3439
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
3440
- order: -1;
3441
-
3442
- margin-top: 0
3225
+ .RichTitle-module_desktop__2ixSQ {
3226
+ display: none
3443
3227
  }
3444
- }
3445
- .MetaItem-module_read__5eAIG svg {
3446
- margin-top: -1px;
3228
+ @media only screen and (min-device-width: 32em) {
3229
+ .RichTitle-module_desktop__2ixSQ {
3230
+ display: block
3447
3231
  }
3232
+ }
3448
3233
 
3449
3234
  /* Colors */
3450
3235
  /* Fonts */
@@ -3867,6 +3652,165 @@ a mark {
3867
3652
  }
3868
3653
  }
3869
3654
 
3655
+ /* Colors */
3656
+ /* Fonts */
3657
+ /* Gap */
3658
+ /* Media */
3659
+ /* 512 */
3660
+ /* 650 */
3661
+ /* 768 */
3662
+ /* 1024 */
3663
+ /* 1010 */
3664
+ /* 1200 */
3665
+ /* 511 */
3666
+ /* 1023 */
3667
+ /* Zindex */
3668
+ .SimpleTitle-module_root__2jVQN {
3669
+ margin: 0 0 18px;
3670
+
3671
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3672
+ font-size: 20px;
3673
+ font-weight: normal;
3674
+ line-height: 23px
3675
+ }
3676
+ @media only screen and (min-device-width: 48em) {
3677
+ .SimpleTitle-module_root__2jVQN {
3678
+ margin-bottom: 15px;
3679
+
3680
+ font-size: 36px;
3681
+ line-height: 40px
3682
+ }
3683
+ }
3684
+ /* VISIBILITY */
3685
+ @media only screen and (min-device-width: 32em) {
3686
+ .SimpleTitle-module_mobile__11gBz {
3687
+ display: none
3688
+ }
3689
+ }
3690
+ .SimpleTitle-module_desktop__3yXgy {
3691
+ display: none
3692
+ }
3693
+ @media only screen and (min-device-width: 32em) {
3694
+ .SimpleTitle-module_desktop__3yXgy {
3695
+ display: block
3696
+ }
3697
+ }
3698
+
3699
+ /* Colors */
3700
+ /* Fonts */
3701
+ /* Gap */
3702
+ /* Media */
3703
+ /* 512 */
3704
+ /* 650 */
3705
+ /* 768 */
3706
+ /* 1024 */
3707
+ /* 1010 */
3708
+ /* 1200 */
3709
+ /* 511 */
3710
+ /* 1023 */
3711
+ /* Zindex */
3712
+ .SourceBlock-module_root__1P3XD {
3713
+ display: block;
3714
+
3715
+ margin: 18px 0 15px;
3716
+ padding: 12px 11px 17px;
3717
+
3718
+ color: #000;
3719
+ border-radius: 2px 8px 8px 2px;
3720
+ background-color: #f5f5f5;
3721
+ box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #b78b5c;
3722
+
3723
+ font-size: 16px;
3724
+ line-height: 20px
3725
+ }
3726
+ @media only screen and (min-device-width: 48em) {
3727
+ .SourceBlock-module_root__1P3XD {
3728
+ margin-top: 25px;
3729
+ margin-bottom: 25px;
3730
+ padding: 18px 16px 16px
3731
+ }
3732
+ }
3733
+ .SourceBlock-module_root__1P3XD:hover,
3734
+ .SourceBlock-module_root__1P3XD:visited {
3735
+ background-color: #ededed;
3736
+ }
3737
+ .SourceBlock-module_root__1P3XD blockquote {
3738
+ margin: 0;
3739
+ }
3740
+ .SourceBlock-module_root__1P3XD a {
3741
+ text-decoration: none;
3742
+
3743
+ color: inherit;
3744
+ }
3745
+ .SourceBlock-module_text__Si4vm {
3746
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3747
+ }
3748
+ .SourceBlock-module_text__Si4vm p {
3749
+ margin: 0;
3750
+
3751
+ font-size: 16px;
3752
+ line-height: 22px
3753
+ }
3754
+ @media only screen and (min-device-width: 48em) {
3755
+ .SourceBlock-module_text__Si4vm p {
3756
+ font-size: 18px;
3757
+ line-height: 26px
3758
+ }
3759
+ }
3760
+ .SourceBlock-module_root__1P3XD p + p {
3761
+ margin-top: 12px;
3762
+ }
3763
+ .SourceBlock-module_root__1P3XD footer {
3764
+ margin-top: 12px;
3765
+ padding-top: 10px;
3766
+
3767
+ border-top: 1px solid #d6d6d6
3768
+ }
3769
+ @media only screen and (min-device-width: 48em) {
3770
+ .SourceBlock-module_root__1P3XD footer {
3771
+ margin-top: 18px;
3772
+ padding-top: 12px
3773
+ }
3774
+ }
3775
+ .SourceBlock-module_origin__l3JbO {
3776
+ letter-spacing: 1px;
3777
+ text-transform: uppercase;
3778
+ pointer-events: none;
3779
+
3780
+ color: #292929;
3781
+
3782
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3783
+ font-size: 16px;
3784
+ font-weight: bold;
3785
+ font-style: normal;
3786
+ line-height: 22px
3787
+ }
3788
+ @media only screen and (min-device-width: 48em) {
3789
+ .SourceBlock-module_origin__l3JbO {
3790
+ font-size: 18px;
3791
+ line-height: 26px
3792
+ }
3793
+ }
3794
+ .SourceBlock-module_center__3P93B {
3795
+ max-width: 650px;
3796
+ margin-right: auto;
3797
+ margin-left: auto;
3798
+ }
3799
+ /* VISIBILITY */
3800
+ @media only screen and (min-device-width: 32em) {
3801
+ .SourceBlock-module_mobile__2gw4S {
3802
+ display: none
3803
+ }
3804
+ }
3805
+ .SourceBlock-module_desktop__DecT6 {
3806
+ display: none
3807
+ }
3808
+ @media only screen and (min-device-width: 32em) {
3809
+ .SourceBlock-module_desktop__DecT6 {
3810
+ display: block
3811
+ }
3812
+ }
3813
+
3870
3814
  /* Colors */
3871
3815
  /* Fonts */
3872
3816
  /* Gap */
@@ -4155,63 +4099,93 @@ a mark {
4155
4099
  /* 511 */
4156
4100
  /* 1023 */
4157
4101
  /* Zindex */
4158
- .SimpleTitle-module_root__2jVQN {
4159
- margin: 0 0 18px;
4102
+ .MetaItem-module_root__2VQom {
4103
+ display: inline;
4160
4104
 
4161
- font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
4162
- font-size: 20px;
4163
- font-weight: normal;
4164
- line-height: 23px
4105
+ margin-right: 15px;
4165
4106
  }
4166
- @media only screen and (min-device-width: 48em) {
4167
- .SimpleTitle-module_root__2jVQN {
4168
- margin-bottom: 15px;
4107
+ .MetaItem-module_root__2VQom > svg {
4108
+ display: inline-block;
4109
+
4110
+ margin-right: 1px;
4111
+
4112
+ vertical-align: top;
4113
+
4114
+ color: inherit;
4115
+
4116
+ fill: currentColor;
4117
+ }
4118
+ .MetaItem-module_root__2VQom a {
4119
+ display: inline;
4120
+
4121
+ text-decoration: underline;
4122
+
4123
+ color: inherit;
4124
+
4125
+ -webkit-text-decoration-skip: auto;
4126
+ }
4127
+ .MetaItem-module_root__2VQom a:hover {
4128
+ color: #b88b59;
4129
+ }
4130
+ .MetaItem-module_hasBullets__CkQPI {
4131
+ margin-right: 0;
4132
+ }
4133
+ .MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
4134
+ display: inline-block;
4169
4135
 
4170
- font-size: 36px;
4171
- line-height: 40px
4136
+ padding-right: 0.4em;
4137
+ padding-left: 0.4em;
4138
+
4139
+ content: '\B7';
4140
+ }
4141
+ @media only screen and (max-device-width: 32.1875em) {
4142
+ .MetaItem-module_hasSource__1DmCI {
4143
+ width: 100%;
4144
+ margin-top: 3px;
4145
+ margin-bottom: 3px
4172
4146
  }
4173
4147
  }
4174
- /* VISIBILITY */
4175
- @media only screen and (min-device-width: 32em) {
4176
- .SimpleTitle-module_mobile__11gBz {
4177
- display: none
4148
+ @media only screen and (max-device-width: 32.1875em) {
4149
+ .MetaItem-module_hasSource__1DmCI:first-child {
4150
+ margin-top: 0
4178
4151
  }
4179
4152
  }
4180
- .SimpleTitle-module_desktop__3yXgy {
4181
- display: none
4153
+ .MetaItem-module_hasSource__1DmCI:last-child {
4154
+ margin-bottom: 0;
4182
4155
  }
4183
- @media only screen and (min-device-width: 32em) {
4184
- .SimpleTitle-module_desktop__3yXgy {
4185
- display: block
4156
+ @media only screen and (max-device-width: 32.1875em) {
4157
+ .MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
4158
+ display: none
4186
4159
  }
4187
4160
  }
4188
-
4189
- /* stylelint-disable declaration-empty-line-before */
4190
- /* Colors */
4191
- /* Fonts */
4192
- /* Gap */
4193
- /* Media */
4194
- /* 512 */
4195
- /* 650 */
4196
- /* 768 */
4197
- /* 1024 */
4198
- /* 1010 */
4199
- /* 1200 */
4200
- /* 511 */
4201
- /* 1023 */
4202
- /* Zindex */
4203
- .DocumentItemsCount-module_root__P3q-z {
4204
- display: inline;
4205
-
4206
- line-height: inherit;
4161
+ @media only screen and (max-device-width: 32.1875em) {
4162
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
4163
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
4164
+ display: inline-block
4207
4165
  }
4208
- .DocumentItemsCount-module_root__P3q-z svg {
4209
- vertical-align: top;
4166
+ }
4167
+ @media only screen and (max-device-width: 32.1875em) {
4168
+ .MetaItem-module_datetime__3tOWm,
4169
+ .MetaItem-module_listened__lwvAO,
4170
+ .MetaItem-module_read__5eAIG {
4171
+ width: auto
4210
4172
  }
4211
- .DocumentItemsCount-module_items__3pfxW {
4212
- margin-left: 1px;
4173
+ }
4174
+ @media only screen and (max-device-width: 32.1875em) {
4175
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
4176
+ order: -2
4177
+ }
4178
+ }
4179
+ @media only screen and (max-device-width: 32.1875em) {
4180
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
4181
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
4182
+ order: -1;
4213
4183
 
4214
- vertical-align: top;
4184
+ margin-top: 0
4185
+ }
4186
+ }
4187
+ .MetaItem-module_read__5eAIG svg {
4188
+ margin-top: -1px;
4215
4189
  }
4216
4190
 
4217
4191
  /* stylelint-disable declaration-empty-line-before */
@@ -4398,6 +4372,34 @@ a mark {
4398
4372
  }
4399
4373
  }
4400
4374
 
4375
+ /* stylelint-disable declaration-empty-line-before */
4376
+ /* Colors */
4377
+ /* Fonts */
4378
+ /* Gap */
4379
+ /* Media */
4380
+ /* 512 */
4381
+ /* 650 */
4382
+ /* 768 */
4383
+ /* 1024 */
4384
+ /* 1010 */
4385
+ /* 1200 */
4386
+ /* 511 */
4387
+ /* 1023 */
4388
+ /* Zindex */
4389
+ .DocumentItemsCount-module_root__P3q-z {
4390
+ display: inline;
4391
+
4392
+ line-height: inherit;
4393
+ }
4394
+ .DocumentItemsCount-module_root__P3q-z svg {
4395
+ vertical-align: top;
4396
+ }
4397
+ .DocumentItemsCount-module_items__3pfxW {
4398
+ margin-left: 1px;
4399
+
4400
+ vertical-align: top;
4401
+ }
4402
+
4401
4403
  /* Colors */
4402
4404
  /* Fonts */
4403
4405
  /* Gap */
@@ -4496,6 +4498,78 @@ a mark {
4496
4498
  fill: currentColor;
4497
4499
  }
4498
4500
 
4501
+ /* Colors */
4502
+ /* Fonts */
4503
+ /* Gap */
4504
+ /* Media */
4505
+ /* 512 */
4506
+ /* 650 */
4507
+ /* 768 */
4508
+ /* 1024 */
4509
+ /* 1010 */
4510
+ /* 1200 */
4511
+ /* 511 */
4512
+ /* 1023 */
4513
+ /* Zindex */
4514
+ .Footnote-module_root__2a0-B {
4515
+ position: relative;
4516
+
4517
+ width: 320px;
4518
+ padding: 20px;
4519
+
4520
+ border-radius: 8px;
4521
+ background-color: #fff;
4522
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
4523
+ }
4524
+ .Footnote-module_body__259Ly {
4525
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4526
+ font-size: 16px;
4527
+ line-height: 22px;
4528
+ }
4529
+ .Footnote-module_body__259Ly h3 {
4530
+ margin: 0 0 16px;
4531
+
4532
+ font-size: inherit;
4533
+ font-weight: 700;
4534
+ line-height: inherit;
4535
+ }
4536
+ .Footnote-module_body__259Ly p {
4537
+ margin: 0;
4538
+ }
4539
+ .Footnote-module_body__259Ly p + p {
4540
+ margin-top: 6px;
4541
+ }
4542
+ .Footnote-module_body__259Ly a {
4543
+ color: inherit;
4544
+ box-shadow: inset 0 -1px #b88b59;
4545
+ }
4546
+ .Footnote-module_body__259Ly a:hover {
4547
+ color: #b88b59;
4548
+ }
4549
+ .Footnote-module_dismiss__1HKG5 {
4550
+ position: absolute;
4551
+ top: 0;
4552
+ right: 0;
4553
+
4554
+ margin: 0;
4555
+ padding: 6px 9px 10px;
4556
+
4557
+ cursor: pointer;
4558
+
4559
+ color: #b3b3b3;
4560
+ border-width: 0;
4561
+ outline: none;
4562
+ background-color: transparent;
4563
+ }
4564
+ .Footnote-module_dismiss__1HKG5:hover {
4565
+ color: #757575;
4566
+ }
4567
+ .Footnote-module_dismiss__1HKG5 svg {
4568
+ width: 12px;
4569
+ height: 12px;
4570
+ }
4571
+
4572
+
4499
4573
  /* Colors */
4500
4574
  /* Fonts */
4501
4575
  /* Gap */
@@ -4581,7 +4655,7 @@ a mark {
4581
4655
 
4582
4656
  background-color: #f7f7f7
4583
4657
  }
4584
- @media only screen and (min-device-width: 64em) {
4658
+ @media only screen and (min-device-width: 32em) {
4585
4659
  .RelatedRichBlock-module_body__1ZHZS {
4586
4660
  position: absolute;
4587
4661
  z-index: 10;
@@ -4598,12 +4672,12 @@ a mark {
4598
4672
  .RelatedRichBlock-module_isRich__1LnA4 {
4599
4673
  color: #000
4600
4674
  }
4601
- @media only screen and (min-device-width: 64em) {
4675
+ @media only screen and (min-device-width: 32em) {
4602
4676
  .RelatedRichBlock-module_isRich__1LnA4 {
4603
4677
  color: #fff
4604
4678
  }
4605
4679
  }
4606
- @media only screen and (min-device-width: 64em) {
4680
+ @media only screen and (min-device-width: 32em) {
4607
4681
  .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_hasGradient__27LOk .RelatedRichBlock-module_body__1ZHZS {
4608
4682
  position: absolute;
4609
4683
  z-index: 10;
@@ -4758,78 +4832,6 @@ a mark {
4758
4832
  }
4759
4833
  }
4760
4834
 
4761
- /* Colors */
4762
- /* Fonts */
4763
- /* Gap */
4764
- /* Media */
4765
- /* 512 */
4766
- /* 650 */
4767
- /* 768 */
4768
- /* 1024 */
4769
- /* 1010 */
4770
- /* 1200 */
4771
- /* 511 */
4772
- /* 1023 */
4773
- /* Zindex */
4774
- .Footnote-module_root__2a0-B {
4775
- position: relative;
4776
-
4777
- width: 320px;
4778
- padding: 20px;
4779
-
4780
- border-radius: 8px;
4781
- background-color: #fff;
4782
- box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
4783
- }
4784
- .Footnote-module_body__259Ly {
4785
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4786
- font-size: 16px;
4787
- line-height: 22px;
4788
- }
4789
- .Footnote-module_body__259Ly h3 {
4790
- margin: 0 0 16px;
4791
-
4792
- font-size: inherit;
4793
- font-weight: 700;
4794
- line-height: inherit;
4795
- }
4796
- .Footnote-module_body__259Ly p {
4797
- margin: 0;
4798
- }
4799
- .Footnote-module_body__259Ly p + p {
4800
- margin-top: 6px;
4801
- }
4802
- .Footnote-module_body__259Ly a {
4803
- color: inherit;
4804
- box-shadow: inset 0 -1px #b88b59;
4805
- }
4806
- .Footnote-module_body__259Ly a:hover {
4807
- color: #b88b59;
4808
- }
4809
- .Footnote-module_dismiss__1HKG5 {
4810
- position: absolute;
4811
- top: 0;
4812
- right: 0;
4813
-
4814
- margin: 0;
4815
- padding: 6px 9px 10px;
4816
-
4817
- cursor: pointer;
4818
-
4819
- color: #b3b3b3;
4820
- border-width: 0;
4821
- outline: none;
4822
- background-color: transparent;
4823
- }
4824
- .Footnote-module_dismiss__1HKG5:hover {
4825
- color: #757575;
4826
- }
4827
- .Footnote-module_dismiss__1HKG5 svg {
4828
- width: 12px;
4829
- height: 12px;
4830
- }
4831
-
4832
-
4833
4835
  /* Colors */
4834
4836
  /* Fonts */
4835
4837
  /* Gap */