@meduza/ui-kit-2 0.1.65 → 0.1.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ui-kit-2.cjs.development.js +1 -1
- package/dist/ui-kit-2.cjs.production.min.js +1 -1
- package/dist/ui-kit-2.cjs.production.min.js.map +1 -1
- package/dist/ui-kit-2.esm.js +1 -1
- package/dist/ui-kit.css +828 -824
- package/package.json +1 -1
- package/src/Meta/Meta.module.css +2 -2
- package/src/SimpleBlock/FootnoteLink.css +0 -14
- package/src/SimpleBlock/SimpleBlock.module.css +18 -0
package/dist/ui-kit.css
CHANGED
|
@@ -624,6 +624,90 @@
|
|
|
624
624
|
box-shadow: inset 0 0 0 1px #323232;
|
|
625
625
|
}
|
|
626
626
|
|
|
627
|
+
/* Colors */
|
|
628
|
+
/* Fonts */
|
|
629
|
+
/* Gap */
|
|
630
|
+
/* Media */
|
|
631
|
+
/* 512 */
|
|
632
|
+
/* 650 */
|
|
633
|
+
/* 768 */
|
|
634
|
+
/* 1024 */
|
|
635
|
+
/* 1010 */
|
|
636
|
+
/* 1200 */
|
|
637
|
+
/* 511 */
|
|
638
|
+
/* 1023 */
|
|
639
|
+
/* Zindex */
|
|
640
|
+
.Image-module_root__1vsA_ {
|
|
641
|
+
position: relative;
|
|
642
|
+
z-index: 1;
|
|
643
|
+
|
|
644
|
+
display: block;
|
|
645
|
+
overflow: hidden;
|
|
646
|
+
transition: background-color 250ms ease;
|
|
647
|
+
|
|
648
|
+
background-color: #f2f2f2
|
|
649
|
+
}
|
|
650
|
+
@media only screen and (min-width: 32em) {
|
|
651
|
+
.Image-module_root__1vsA_ {
|
|
652
|
+
border-radius: inherit
|
|
653
|
+
}
|
|
654
|
+
}
|
|
655
|
+
.Image-module_root__1vsA_ img {
|
|
656
|
+
position: absolute;
|
|
657
|
+
top: 0;
|
|
658
|
+
left: 0;
|
|
659
|
+
|
|
660
|
+
width: 100%;
|
|
661
|
+
height: 100%;
|
|
662
|
+
}
|
|
663
|
+
.Image-module_isLoaded__3XhU5 {
|
|
664
|
+
background-color: transparent;
|
|
665
|
+
}
|
|
666
|
+
.Image-module_wrapper__3fLjs {
|
|
667
|
+
display: block;
|
|
668
|
+
|
|
669
|
+
width: 100%;
|
|
670
|
+
|
|
671
|
+
background-repeat: no-repeat;
|
|
672
|
+
background-size: 100% auto;
|
|
673
|
+
}
|
|
674
|
+
.Image-module_fullscreen__29apx picture {
|
|
675
|
+
cursor: pointer;
|
|
676
|
+
}
|
|
677
|
+
.Image-module_fullscreen__29apx picture:hover::after {
|
|
678
|
+
opacity: 1;
|
|
679
|
+
}
|
|
680
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
681
|
+
position: absolute;
|
|
682
|
+
right: 12px;
|
|
683
|
+
bottom: 12px;
|
|
684
|
+
|
|
685
|
+
width: 40px;
|
|
686
|
+
height: 40px;
|
|
687
|
+
|
|
688
|
+
transition: opacity 250ms ease;
|
|
689
|
+
pointer-events: none;
|
|
690
|
+
|
|
691
|
+
opacity: 0;
|
|
692
|
+
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
693
|
+
border-radius: 20px;
|
|
694
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
695
|
+
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.197 10.207V3.763h-6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.793 4.166l-6.173 6.172' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.803 13.733v6.444h6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.207 19.774l6.173-6.171' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
696
|
+
background-repeat: no-repeat;
|
|
697
|
+
background-position: center
|
|
698
|
+
}
|
|
699
|
+
@media only screen and (min-width: 64em) {
|
|
700
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
701
|
+
content: ''
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
705
|
+
outline: none;
|
|
706
|
+
}
|
|
707
|
+
.Image-module_dark__3o0nU {
|
|
708
|
+
background-color: transparent;
|
|
709
|
+
}
|
|
710
|
+
|
|
627
711
|
/* Colors */
|
|
628
712
|
/* Fonts */
|
|
629
713
|
/* Gap */
|
|
@@ -803,75 +887,8 @@
|
|
|
803
887
|
/* 511 */
|
|
804
888
|
/* 1023 */
|
|
805
889
|
/* Zindex */
|
|
806
|
-
.
|
|
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 {
|
|
890
|
+
.Lazy-module_root__2Z72l {
|
|
833
891
|
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
892
|
}
|
|
876
893
|
|
|
877
894
|
/* Colors */
|
|
@@ -1011,23 +1028,6 @@
|
|
|
1011
1028
|
}
|
|
1012
1029
|
}
|
|
1013
1030
|
|
|
1014
|
-
/* Colors */
|
|
1015
|
-
/* Fonts */
|
|
1016
|
-
/* Gap */
|
|
1017
|
-
/* Media */
|
|
1018
|
-
/* 512 */
|
|
1019
|
-
/* 650 */
|
|
1020
|
-
/* 768 */
|
|
1021
|
-
/* 1024 */
|
|
1022
|
-
/* 1010 */
|
|
1023
|
-
/* 1200 */
|
|
1024
|
-
/* 511 */
|
|
1025
|
-
/* 1023 */
|
|
1026
|
-
/* Zindex */
|
|
1027
|
-
.Lazy-module_root__2Z72l {
|
|
1028
|
-
display: block;
|
|
1029
|
-
}
|
|
1030
|
-
|
|
1031
1031
|
/* Colors */
|
|
1032
1032
|
/* Fonts */
|
|
1033
1033
|
/* Gap */
|
|
@@ -1762,67 +1762,211 @@
|
|
|
1762
1762
|
/* 511 */
|
|
1763
1763
|
/* 1023 */
|
|
1764
1764
|
/* Zindex */
|
|
1765
|
-
.
|
|
1766
|
-
|
|
1767
|
-
z-index: 1000;
|
|
1768
|
-
top: 0;
|
|
1769
|
-
left: 0;
|
|
1765
|
+
.Toolbar-module_root__2HF2r {
|
|
1766
|
+
overflow: hidden;
|
|
1770
1767
|
|
|
1771
|
-
|
|
1768
|
+
transform: translateZ(0);
|
|
1772
1769
|
|
|
1770
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1771
|
+
}
|
|
1772
|
+
.Toolbar-module_list__1n5ny {
|
|
1773
|
+
display: -webkit-box;
|
|
1773
1774
|
display: -webkit-flex;
|
|
1774
|
-
|
|
1775
1775
|
display: -ms-flexbox;
|
|
1776
|
-
|
|
1777
1776
|
display: flex;
|
|
1778
|
-
|
|
1779
|
-
flex-direction: row;
|
|
1777
|
+
flex-flow: row wrap;
|
|
1780
1778
|
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
min-height: 120px;
|
|
1784
|
-
padding: 10px 0 0;
|
|
1779
|
+
margin: 0 0 0 -10px;
|
|
1780
|
+
padding: 0;
|
|
1785
1781
|
|
|
1786
|
-
-
|
|
1782
|
+
list-style: none
|
|
1783
|
+
}
|
|
1784
|
+
@media only screen and (min-width: 64em) {
|
|
1785
|
+
.Toolbar-module_list__1n5ny {
|
|
1786
|
+
margin: 0 0 0 -15px
|
|
1787
|
+
}
|
|
1788
|
+
}
|
|
1789
|
+
.Toolbar-module_item__36x7d {
|
|
1790
|
+
position: relative;
|
|
1787
1791
|
|
|
1788
|
-
|
|
1792
|
+
min-width: 42px;
|
|
1793
|
+
height: 32px;
|
|
1794
|
+
padding-right: 10px;
|
|
1795
|
+
padding-left: 10px;
|
|
1789
1796
|
|
|
1790
|
-
|
|
1797
|
+
cursor: pointer;
|
|
1798
|
+
transition: color 250ms ease;
|
|
1799
|
+
text-align: center;
|
|
1791
1800
|
|
|
1792
|
-
|
|
1793
|
-
|
|
1801
|
+
color: #808080;
|
|
1802
|
+
|
|
1803
|
+
line-height: 1
|
|
1794
1804
|
}
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1805
|
+
@media only screen and (min-width: 64em) {
|
|
1806
|
+
.Toolbar-module_item__36x7d {
|
|
1807
|
+
padding-right: 15px;
|
|
1808
|
+
padding-left: 15px
|
|
1798
1809
|
}
|
|
1799
|
-
|
|
1810
|
+
}
|
|
1811
|
+
.Toolbar-module_item__36x7d:last-child {
|
|
1812
|
+
margin-right: 0;
|
|
1813
|
+
}
|
|
1814
|
+
.Toolbar-module_item__36x7d::before {
|
|
1800
1815
|
position: absolute;
|
|
1801
|
-
top:
|
|
1802
|
-
right: 0;
|
|
1803
|
-
bottom: 0;
|
|
1816
|
+
top: 7px;
|
|
1804
1817
|
left: 0;
|
|
1805
1818
|
|
|
1806
|
-
|
|
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
|
+
height: 18px;
|
|
1819
1820
|
|
|
1820
|
-
|
|
1821
|
+
content: '';
|
|
1822
|
+
vertical-align: middle;
|
|
1821
1823
|
|
|
1822
|
-
|
|
1824
|
+
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
1823
1825
|
}
|
|
1824
|
-
.
|
|
1825
|
-
|
|
1826
|
+
.Toolbar-module_item__36x7d:empty {
|
|
1827
|
+
display: none;
|
|
1828
|
+
}
|
|
1829
|
+
.Toolbar-module_isInTopbar__223iP {
|
|
1830
|
+
height: 100%;
|
|
1831
|
+
}
|
|
1832
|
+
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
1833
|
+
height: 100%;
|
|
1834
|
+
}
|
|
1835
|
+
.Toolbar-module_center__3_H8M {
|
|
1836
|
+
width: 100%;
|
|
1837
|
+
max-width: 650px;
|
|
1838
|
+
margin-right: auto;
|
|
1839
|
+
margin-left: auto;
|
|
1840
|
+
}
|
|
1841
|
+
.Toolbar-module_game__5-jY_ {
|
|
1842
|
+
margin-top: 11px
|
|
1843
|
+
}
|
|
1844
|
+
@media only screen and (min-width: 32em) {
|
|
1845
|
+
.Toolbar-module_game__5-jY_ {
|
|
1846
|
+
margin-top: 18px
|
|
1847
|
+
}
|
|
1848
|
+
}
|
|
1849
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1850
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1851
|
+
justify-content: center
|
|
1852
|
+
}
|
|
1853
|
+
@media only screen and (min-width: 32em) {
|
|
1854
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1855
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1856
|
+
display: -webkit-box;
|
|
1857
|
+
display: -webkit-flex;
|
|
1858
|
+
display: -ms-flexbox;
|
|
1859
|
+
display: flex
|
|
1860
|
+
}
|
|
1861
|
+
}
|
|
1862
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1863
|
+
width: 260px
|
|
1864
|
+
}
|
|
1865
|
+
@media only screen and (min-width: 32em) {
|
|
1866
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1867
|
+
width: auto
|
|
1868
|
+
}
|
|
1869
|
+
}
|
|
1870
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1871
|
+
content: none
|
|
1872
|
+
}
|
|
1873
|
+
@media only screen and (min-width: 32em) {
|
|
1874
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1875
|
+
content: ''
|
|
1876
|
+
}
|
|
1877
|
+
}
|
|
1878
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
1879
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
1880
|
+
content: none;
|
|
1881
|
+
}
|
|
1882
|
+
@media only screen and (min-width: 64em) {
|
|
1883
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1884
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1885
|
+
margin-left: 0
|
|
1886
|
+
}
|
|
1887
|
+
}
|
|
1888
|
+
.Toolbar-module_isDark__k1U0i .Toolbar-module_item__36x7d::before,
|
|
1889
|
+
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
1890
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
1891
|
+
}
|
|
1892
|
+
[data-context='prodano'] .Toolbar-module_root__2HF2r {
|
|
1893
|
+
display: none;
|
|
1894
|
+
}
|
|
1895
|
+
|
|
1896
|
+
/* Colors */
|
|
1897
|
+
/* Fonts */
|
|
1898
|
+
/* Gap */
|
|
1899
|
+
/* Media */
|
|
1900
|
+
/* 512 */
|
|
1901
|
+
/* 650 */
|
|
1902
|
+
/* 768 */
|
|
1903
|
+
/* 1024 */
|
|
1904
|
+
/* 1010 */
|
|
1905
|
+
/* 1200 */
|
|
1906
|
+
/* 511 */
|
|
1907
|
+
/* 1023 */
|
|
1908
|
+
/* Zindex */
|
|
1909
|
+
.Popover-module_root__1v6f_ {
|
|
1910
|
+
position: fixed;
|
|
1911
|
+
z-index: 1000;
|
|
1912
|
+
top: 0;
|
|
1913
|
+
left: 0;
|
|
1914
|
+
|
|
1915
|
+
display: -webkit-box;
|
|
1916
|
+
|
|
1917
|
+
display: -webkit-flex;
|
|
1918
|
+
|
|
1919
|
+
display: -ms-flexbox;
|
|
1920
|
+
|
|
1921
|
+
display: flex;
|
|
1922
|
+
align-items: flex-end;
|
|
1923
|
+
flex-direction: row;
|
|
1924
|
+
|
|
1925
|
+
width: 100%;
|
|
1926
|
+
height: 100%;
|
|
1927
|
+
min-height: 120px;
|
|
1928
|
+
padding: 10px 0 0;
|
|
1929
|
+
|
|
1930
|
+
-webkit-animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
|
|
1931
|
+
|
|
1932
|
+
animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
|
|
1933
|
+
|
|
1934
|
+
opacity: 1;
|
|
1935
|
+
|
|
1936
|
+
font-size: 16px;
|
|
1937
|
+
line-height: 22px;
|
|
1938
|
+
}
|
|
1939
|
+
.Popover-module_root__1v6f_.Popover-module_visible__eK5ZQ {
|
|
1940
|
+
-webkit-animation: Popover-module_fadeIn__AkrSN 250ms ease both;
|
|
1941
|
+
animation: Popover-module_fadeIn__AkrSN 250ms ease both;
|
|
1942
|
+
}
|
|
1943
|
+
.Popover-module_overlay__2SBL0 {
|
|
1944
|
+
position: absolute;
|
|
1945
|
+
top: 0;
|
|
1946
|
+
right: 0;
|
|
1947
|
+
bottom: 0;
|
|
1948
|
+
left: 0;
|
|
1949
|
+
|
|
1950
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
1951
|
+
|
|
1952
|
+
contain: '';
|
|
1953
|
+
}
|
|
1954
|
+
.Popover-module_container__FnZT- {
|
|
1955
|
+
position: relative;
|
|
1956
|
+
|
|
1957
|
+
flex: 1 1;
|
|
1958
|
+
|
|
1959
|
+
max-width: 420px;
|
|
1960
|
+
min-height: 80px;
|
|
1961
|
+
margin: 0 auto;
|
|
1962
|
+
padding: 22px 20px 28px;
|
|
1963
|
+
|
|
1964
|
+
-webkit-animation: Popover-module_disappear__3Q9LI 350ms ease both;
|
|
1965
|
+
|
|
1966
|
+
animation: Popover-module_disappear__3Q9LI 350ms ease both;
|
|
1967
|
+
}
|
|
1968
|
+
.Popover-module_dismiss__3RnLj {
|
|
1969
|
+
position: absolute;
|
|
1826
1970
|
top: -23px;
|
|
1827
1971
|
left: 50%;
|
|
1828
1972
|
|
|
@@ -1960,150 +2104,6 @@
|
|
|
1960
2104
|
}
|
|
1961
2105
|
}
|
|
1962
2106
|
|
|
1963
|
-
/* Colors */
|
|
1964
|
-
/* Fonts */
|
|
1965
|
-
/* Gap */
|
|
1966
|
-
/* Media */
|
|
1967
|
-
/* 512 */
|
|
1968
|
-
/* 650 */
|
|
1969
|
-
/* 768 */
|
|
1970
|
-
/* 1024 */
|
|
1971
|
-
/* 1010 */
|
|
1972
|
-
/* 1200 */
|
|
1973
|
-
/* 511 */
|
|
1974
|
-
/* 1023 */
|
|
1975
|
-
/* Zindex */
|
|
1976
|
-
.Toolbar-module_root__2HF2r {
|
|
1977
|
-
overflow: hidden;
|
|
1978
|
-
|
|
1979
|
-
transform: translateZ(0);
|
|
1980
|
-
|
|
1981
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1982
|
-
}
|
|
1983
|
-
.Toolbar-module_list__1n5ny {
|
|
1984
|
-
display: -webkit-box;
|
|
1985
|
-
display: -webkit-flex;
|
|
1986
|
-
display: -ms-flexbox;
|
|
1987
|
-
display: flex;
|
|
1988
|
-
flex-flow: row wrap;
|
|
1989
|
-
|
|
1990
|
-
margin: 0 0 0 -10px;
|
|
1991
|
-
padding: 0;
|
|
1992
|
-
|
|
1993
|
-
list-style: none
|
|
1994
|
-
}
|
|
1995
|
-
@media only screen and (min-width: 64em) {
|
|
1996
|
-
.Toolbar-module_list__1n5ny {
|
|
1997
|
-
margin: 0 0 0 -15px
|
|
1998
|
-
}
|
|
1999
|
-
}
|
|
2000
|
-
.Toolbar-module_item__36x7d {
|
|
2001
|
-
position: relative;
|
|
2002
|
-
|
|
2003
|
-
min-width: 42px;
|
|
2004
|
-
height: 32px;
|
|
2005
|
-
padding-right: 10px;
|
|
2006
|
-
padding-left: 10px;
|
|
2007
|
-
|
|
2008
|
-
cursor: pointer;
|
|
2009
|
-
transition: color 250ms ease;
|
|
2010
|
-
text-align: center;
|
|
2011
|
-
|
|
2012
|
-
color: #808080;
|
|
2013
|
-
|
|
2014
|
-
line-height: 1
|
|
2015
|
-
}
|
|
2016
|
-
@media only screen and (min-width: 64em) {
|
|
2017
|
-
.Toolbar-module_item__36x7d {
|
|
2018
|
-
padding-right: 15px;
|
|
2019
|
-
padding-left: 15px
|
|
2020
|
-
}
|
|
2021
|
-
}
|
|
2022
|
-
.Toolbar-module_item__36x7d:last-child {
|
|
2023
|
-
margin-right: 0;
|
|
2024
|
-
}
|
|
2025
|
-
.Toolbar-module_item__36x7d::before {
|
|
2026
|
-
position: absolute;
|
|
2027
|
-
top: 7px;
|
|
2028
|
-
left: 0;
|
|
2029
|
-
|
|
2030
|
-
height: 18px;
|
|
2031
|
-
|
|
2032
|
-
content: '';
|
|
2033
|
-
vertical-align: middle;
|
|
2034
|
-
|
|
2035
|
-
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
2036
|
-
}
|
|
2037
|
-
.Toolbar-module_item__36x7d:empty {
|
|
2038
|
-
display: none;
|
|
2039
|
-
}
|
|
2040
|
-
.Toolbar-module_isInTopbar__223iP {
|
|
2041
|
-
height: 100%;
|
|
2042
|
-
}
|
|
2043
|
-
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
2044
|
-
height: 100%;
|
|
2045
|
-
}
|
|
2046
|
-
.Toolbar-module_center__3_H8M {
|
|
2047
|
-
width: 100%;
|
|
2048
|
-
max-width: 650px;
|
|
2049
|
-
margin-right: auto;
|
|
2050
|
-
margin-left: auto;
|
|
2051
|
-
}
|
|
2052
|
-
.Toolbar-module_game__5-jY_ {
|
|
2053
|
-
margin-top: 11px
|
|
2054
|
-
}
|
|
2055
|
-
@media only screen and (min-width: 32em) {
|
|
2056
|
-
.Toolbar-module_game__5-jY_ {
|
|
2057
|
-
margin-top: 18px
|
|
2058
|
-
}
|
|
2059
|
-
}
|
|
2060
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2061
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2062
|
-
justify-content: center
|
|
2063
|
-
}
|
|
2064
|
-
@media only screen and (min-width: 32em) {
|
|
2065
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2066
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2067
|
-
display: -webkit-box;
|
|
2068
|
-
display: -webkit-flex;
|
|
2069
|
-
display: -ms-flexbox;
|
|
2070
|
-
display: flex
|
|
2071
|
-
}
|
|
2072
|
-
}
|
|
2073
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
2074
|
-
width: 260px
|
|
2075
|
-
}
|
|
2076
|
-
@media only screen and (min-width: 32em) {
|
|
2077
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
2078
|
-
width: auto
|
|
2079
|
-
}
|
|
2080
|
-
}
|
|
2081
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
2082
|
-
content: none
|
|
2083
|
-
}
|
|
2084
|
-
@media only screen and (min-width: 32em) {
|
|
2085
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
2086
|
-
content: ''
|
|
2087
|
-
}
|
|
2088
|
-
}
|
|
2089
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
2090
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
2091
|
-
content: none;
|
|
2092
|
-
}
|
|
2093
|
-
@media only screen and (min-width: 64em) {
|
|
2094
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2095
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2096
|
-
margin-left: 0
|
|
2097
|
-
}
|
|
2098
|
-
}
|
|
2099
|
-
.Toolbar-module_isDark__k1U0i .Toolbar-module_item__36x7d::before,
|
|
2100
|
-
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
2101
|
-
border-left-color: rgba(255, 255, 255, 0.2);
|
|
2102
|
-
}
|
|
2103
|
-
[data-context='prodano'] .Toolbar-module_root__2HF2r {
|
|
2104
|
-
display: none;
|
|
2105
|
-
}
|
|
2106
|
-
|
|
2107
2107
|
/* Colors */
|
|
2108
2108
|
/* Fonts */
|
|
2109
2109
|
/* Gap */
|
|
@@ -2168,7 +2168,8 @@
|
|
|
2168
2168
|
|
|
2169
2169
|
fill: currentColor;
|
|
2170
2170
|
}
|
|
2171
|
-
.Meta-module_dark__24y9m
|
|
2171
|
+
.Meta-module_dark__24y9m,
|
|
2172
|
+
.Meta-module_isDark__3g22f {
|
|
2172
2173
|
color: rgba(0, 0, 0, 0.4);
|
|
2173
2174
|
}
|
|
2174
2175
|
.Meta-module_episode__1K2Xv,
|
|
@@ -2243,6 +2244,92 @@
|
|
|
2243
2244
|
font-weight: normal;
|
|
2244
2245
|
}
|
|
2245
2246
|
|
|
2247
|
+
/* Colors */
|
|
2248
|
+
/* Fonts */
|
|
2249
|
+
/* Gap */
|
|
2250
|
+
/* Media */
|
|
2251
|
+
/* 512 */
|
|
2252
|
+
/* 650 */
|
|
2253
|
+
/* 768 */
|
|
2254
|
+
/* 1024 */
|
|
2255
|
+
/* 1010 */
|
|
2256
|
+
/* 1200 */
|
|
2257
|
+
/* 511 */
|
|
2258
|
+
/* 1023 */
|
|
2259
|
+
/* Zindex */
|
|
2260
|
+
.QuoteBlock-module_root__2GrcC {
|
|
2261
|
+
position: relative;
|
|
2262
|
+
|
|
2263
|
+
margin-bottom: calc(14rem / 16);
|
|
2264
|
+
padding-left: calc(18rem / 16);
|
|
2265
|
+
|
|
2266
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
2267
|
+
font-size: calc(18rem / 16);
|
|
2268
|
+
line-height: calc(24rem / 16)
|
|
2269
|
+
}
|
|
2270
|
+
@media only screen and (min-width: 32em) {
|
|
2271
|
+
.QuoteBlock-module_root__2GrcC {
|
|
2272
|
+
margin: 0 0 20px;
|
|
2273
|
+
padding-left: 38px;
|
|
2274
|
+
|
|
2275
|
+
font-size: 20px;
|
|
2276
|
+
line-height: 28px
|
|
2277
|
+
}
|
|
2278
|
+
}
|
|
2279
|
+
.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
|
|
2280
|
+
margin-top: calc(-14rem / 16);
|
|
2281
|
+
padding-top: calc(14rem / 16)
|
|
2282
|
+
}
|
|
2283
|
+
@media only screen and (min-width: 32em) {
|
|
2284
|
+
.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
|
|
2285
|
+
margin-top: -20px;
|
|
2286
|
+
padding-top: 20px
|
|
2287
|
+
}
|
|
2288
|
+
}
|
|
2289
|
+
.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC::before {
|
|
2290
|
+
top: -10px;
|
|
2291
|
+
}
|
|
2292
|
+
.QuoteBlock-module_root__2GrcC:before {
|
|
2293
|
+
position: absolute;
|
|
2294
|
+
top: 5px;
|
|
2295
|
+
bottom: 7px;
|
|
2296
|
+
left: 0;
|
|
2297
|
+
|
|
2298
|
+
width: 4px;
|
|
2299
|
+
|
|
2300
|
+
content: '';
|
|
2301
|
+
|
|
2302
|
+
border-radius: 2px;
|
|
2303
|
+
background-color: #ebebeb
|
|
2304
|
+
}
|
|
2305
|
+
@media only screen and (min-width: 32em) {
|
|
2306
|
+
.QuoteBlock-module_root__2GrcC:before {
|
|
2307
|
+
top: 4px;
|
|
2308
|
+
bottom: 6px
|
|
2309
|
+
}
|
|
2310
|
+
}
|
|
2311
|
+
.QuoteBlock-module_root__2GrcC:last-child {
|
|
2312
|
+
margin-bottom: 0;
|
|
2313
|
+
}
|
|
2314
|
+
.QuoteBlock-module_root__2GrcC p {
|
|
2315
|
+
margin: 0;
|
|
2316
|
+
}
|
|
2317
|
+
.QuoteBlock-module_root__2GrcC a {
|
|
2318
|
+
text-decoration: none;
|
|
2319
|
+
|
|
2320
|
+
color: inherit;
|
|
2321
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2322
|
+
}
|
|
2323
|
+
.QuoteBlock-module_root__2GrcC a:hover {
|
|
2324
|
+
color: #b88b59;
|
|
2325
|
+
}
|
|
2326
|
+
.QuoteBlock-module_center__cTFNy {
|
|
2327
|
+
width: 100%;
|
|
2328
|
+
max-width: 650px;
|
|
2329
|
+
margin-right: auto;
|
|
2330
|
+
margin-left: auto;
|
|
2331
|
+
}
|
|
2332
|
+
|
|
2246
2333
|
/* Colors */
|
|
2247
2334
|
/* Fonts */
|
|
2248
2335
|
/* Gap */
|
|
@@ -2397,78 +2484,110 @@
|
|
|
2397
2484
|
/* 511 */
|
|
2398
2485
|
/* 1023 */
|
|
2399
2486
|
/* Zindex */
|
|
2400
|
-
.
|
|
2487
|
+
.Cover-module_root__18Z8J {
|
|
2401
2488
|
position: relative;
|
|
2489
|
+
}
|
|
2490
|
+
.Cover-module_body__1xs8e {
|
|
2491
|
+
position: absolute;
|
|
2492
|
+
z-index: 1;
|
|
2493
|
+
right: 0;
|
|
2494
|
+
bottom: 0;
|
|
2495
|
+
left: 0;
|
|
2402
2496
|
|
|
2403
|
-
|
|
2404
|
-
padding-left: calc(18rem / 16);
|
|
2497
|
+
display: -webkit-box;
|
|
2405
2498
|
|
|
2406
|
-
|
|
2407
|
-
font-size: calc(18rem / 16);
|
|
2408
|
-
line-height: calc(24rem / 16)
|
|
2409
|
-
}
|
|
2410
|
-
@media only screen and (min-width: 32em) {
|
|
2411
|
-
.QuoteBlock-module_root__2GrcC {
|
|
2412
|
-
margin: 0 0 20px;
|
|
2413
|
-
padding-left: 38px;
|
|
2499
|
+
display: -webkit-flex;
|
|
2414
2500
|
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2501
|
+
display: -ms-flexbox;
|
|
2502
|
+
|
|
2503
|
+
display: flex;
|
|
2504
|
+
flex-flow: column nowrap;
|
|
2505
|
+
justify-content: flex-end;
|
|
2506
|
+
|
|
2507
|
+
min-height: 412px;
|
|
2508
|
+
padding: 0 20px 12px;
|
|
2422
2509
|
}
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
margin-top: -20px;
|
|
2426
|
-
padding-top: 20px
|
|
2510
|
+
.Cover-module_image__2f3Qc {
|
|
2511
|
+
position: relative;
|
|
2427
2512
|
}
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2513
|
+
.Cover-module_rich__1fAGA {
|
|
2514
|
+
overflow: hidden;
|
|
2515
|
+
|
|
2516
|
+
margin: 0 -20px;
|
|
2517
|
+
|
|
2518
|
+
border-radius: 9px 9px 0 0;
|
|
2431
2519
|
}
|
|
2432
|
-
.
|
|
2520
|
+
.Cover-module_rich__1fAGA::after {
|
|
2433
2521
|
position: absolute;
|
|
2434
|
-
|
|
2435
|
-
|
|
2522
|
+
z-index: 1;
|
|
2523
|
+
top: 0;
|
|
2524
|
+
right: 0;
|
|
2525
|
+
bottom: 0;
|
|
2436
2526
|
left: 0;
|
|
2437
2527
|
|
|
2438
|
-
width: 4px;
|
|
2439
|
-
|
|
2440
2528
|
content: '';
|
|
2441
2529
|
|
|
2442
|
-
border
|
|
2443
|
-
|
|
2530
|
+
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
2531
|
+
border-radius: 10px 10px 0 0;
|
|
2444
2532
|
}
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
top: 4px;
|
|
2448
|
-
bottom: 6px
|
|
2533
|
+
.Cover-module_dark__2Ac-w .Cover-module_body__1xs8e {
|
|
2534
|
+
color: #000;
|
|
2449
2535
|
}
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2536
|
+
.Cover-module_light__FUp5X .Cover-module_body__1xs8e {
|
|
2537
|
+
color: #fff;
|
|
2538
|
+
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
|
|
2453
2539
|
}
|
|
2454
|
-
.
|
|
2540
|
+
.Cover-module_control__VXbhi {
|
|
2541
|
+
position: absolute;
|
|
2542
|
+
z-index: 10;
|
|
2543
|
+
right: 49px;
|
|
2544
|
+
bottom: 12px;
|
|
2545
|
+
|
|
2546
|
+
width: 28px;
|
|
2547
|
+
height: 28px;
|
|
2455
2548
|
margin: 0;
|
|
2549
|
+
padding: 0;
|
|
2550
|
+
|
|
2551
|
+
color: #fff;
|
|
2552
|
+
border-width: 0;
|
|
2553
|
+
border-radius: 14px;
|
|
2554
|
+
outline: none;
|
|
2555
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
2556
|
+
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");
|
|
2557
|
+
background-repeat: no-repeat;
|
|
2558
|
+
background-position: center;
|
|
2559
|
+
box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.15);
|
|
2456
2560
|
}
|
|
2457
|
-
.
|
|
2458
|
-
|
|
2561
|
+
.Cover-module_isInDynamicBlock__3eghb .Cover-module_body__1xs8e {
|
|
2562
|
+
padding: 0 12px 12px
|
|
2563
|
+
}
|
|
2564
|
+
.Cover-module_isInDynamicBlock__3eghb::after {
|
|
2565
|
+
position: absolute;
|
|
2566
|
+
z-index: 1;
|
|
2567
|
+
top: 0;
|
|
2568
|
+
right: 0;
|
|
2569
|
+
bottom: 0;
|
|
2570
|
+
left: 0;
|
|
2459
2571
|
|
|
2460
|
-
|
|
2461
|
-
|
|
2572
|
+
content: '';
|
|
2573
|
+
|
|
2574
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
2575
|
+
border-radius: 8px;
|
|
2462
2576
|
}
|
|
2463
|
-
|
|
2464
|
-
|
|
2577
|
+
/* VISIBILITY */
|
|
2578
|
+
@media only screen and (min-width: 32em) {
|
|
2579
|
+
.Cover-module_mobile__5DKa1 {
|
|
2580
|
+
display: none
|
|
2465
2581
|
}
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2582
|
+
}
|
|
2583
|
+
.Cover-module_desktop__2mrOc {
|
|
2584
|
+
display: none
|
|
2585
|
+
}
|
|
2586
|
+
@media only screen and (min-width: 32em) {
|
|
2587
|
+
.Cover-module_desktop__2mrOc {
|
|
2588
|
+
display: block
|
|
2471
2589
|
}
|
|
2590
|
+
}
|
|
2472
2591
|
|
|
2473
2592
|
/* Colors */
|
|
2474
2593
|
/* Fonts */
|
|
@@ -2520,175 +2639,57 @@
|
|
|
2520
2639
|
}
|
|
2521
2640
|
.GroupedBlock-module_item__3sz9_ {
|
|
2522
2641
|
flex-grow: 1;
|
|
2523
|
-
|
|
2524
|
-
width: 100%;
|
|
2525
|
-
min-width: 100%;
|
|
2526
|
-
max-width: 100%;
|
|
2527
|
-
margin-bottom: 20px
|
|
2528
|
-
}
|
|
2529
|
-
@media only screen and (min-width: 48em) {
|
|
2530
|
-
.GroupedBlock-module_item__3sz9_ {
|
|
2531
|
-
min-width: 0;
|
|
2532
|
-
max-width: none;
|
|
2533
|
-
margin-bottom: 0
|
|
2534
|
-
}
|
|
2535
|
-
}
|
|
2536
|
-
@media only screen and (min-width: 48em) {
|
|
2537
|
-
.GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
|
|
2538
|
-
margin-left: 15px
|
|
2539
|
-
}
|
|
2540
|
-
}
|
|
2541
|
-
.GroupedBlock-module_figcaption__2Q_wf {
|
|
2542
|
-
max-width: 650px;
|
|
2543
|
-
margin-right: auto;
|
|
2544
|
-
margin-left: auto;
|
|
2545
|
-
}
|
|
2546
|
-
/* DISPLAY */
|
|
2547
|
-
@media only screen and (min-width: 48em) {
|
|
2548
|
-
.GroupedBlock-module_default__3ylw_ {
|
|
2549
|
-
max-width: 650px
|
|
2550
|
-
}
|
|
2551
|
-
}
|
|
2552
|
-
.GroupedBlock-module_full__1dzQR {
|
|
2553
|
-
max-width: 980px;
|
|
2554
|
-
}
|
|
2555
|
-
.GroupedBlock-module_super_full__1PU72 {
|
|
2556
|
-
max-width: 1680px;
|
|
2557
|
-
}
|
|
2558
|
-
/* VISIBILITY */
|
|
2559
|
-
@media only screen and (min-width: 32em) {
|
|
2560
|
-
.GroupedBlock-module_mobile__3n8Ub {
|
|
2561
|
-
display: none
|
|
2562
|
-
}
|
|
2563
|
-
}
|
|
2564
|
-
.GroupedBlock-module_desktop__6ZRpA {
|
|
2565
|
-
display: none
|
|
2566
|
-
}
|
|
2567
|
-
@media only screen and (min-width: 32em) {
|
|
2568
|
-
.GroupedBlock-module_desktop__6ZRpA {
|
|
2569
|
-
display: block
|
|
2570
|
-
}
|
|
2571
|
-
}
|
|
2572
|
-
|
|
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;
|
|
2642
|
+
|
|
2643
|
+
width: 100%;
|
|
2644
|
+
min-width: 100%;
|
|
2645
|
+
max-width: 100%;
|
|
2646
|
+
margin-bottom: 20px
|
|
2632
2647
|
}
|
|
2633
|
-
|
|
2634
|
-
|
|
2648
|
+
@media only screen and (min-width: 48em) {
|
|
2649
|
+
.GroupedBlock-module_item__3sz9_ {
|
|
2650
|
+
min-width: 0;
|
|
2651
|
+
max-width: none;
|
|
2652
|
+
margin-bottom: 0
|
|
2635
2653
|
}
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2654
|
+
}
|
|
2655
|
+
@media only screen and (min-width: 48em) {
|
|
2656
|
+
.GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
|
|
2657
|
+
margin-left: 15px
|
|
2639
2658
|
}
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
right:
|
|
2644
|
-
|
|
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);
|
|
2659
|
+
}
|
|
2660
|
+
.GroupedBlock-module_figcaption__2Q_wf {
|
|
2661
|
+
max-width: 650px;
|
|
2662
|
+
margin-right: auto;
|
|
2663
|
+
margin-left: auto;
|
|
2660
2664
|
}
|
|
2661
|
-
|
|
2662
|
-
|
|
2665
|
+
/* DISPLAY */
|
|
2666
|
+
@media only screen and (min-width: 48em) {
|
|
2667
|
+
.GroupedBlock-module_default__3ylw_ {
|
|
2668
|
+
max-width: 650px
|
|
2663
2669
|
}
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
left: 0;
|
|
2671
|
-
|
|
2672
|
-
content: '';
|
|
2673
|
-
|
|
2674
|
-
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
2675
|
-
border-radius: 8px;
|
|
2670
|
+
}
|
|
2671
|
+
.GroupedBlock-module_full__1dzQR {
|
|
2672
|
+
max-width: 980px;
|
|
2673
|
+
}
|
|
2674
|
+
.GroupedBlock-module_super_full__1PU72 {
|
|
2675
|
+
max-width: 1680px;
|
|
2676
2676
|
}
|
|
2677
2677
|
/* VISIBILITY */
|
|
2678
2678
|
@media only screen and (min-width: 32em) {
|
|
2679
|
-
.
|
|
2679
|
+
.GroupedBlock-module_mobile__3n8Ub {
|
|
2680
2680
|
display: none
|
|
2681
2681
|
}
|
|
2682
2682
|
}
|
|
2683
|
-
.
|
|
2683
|
+
.GroupedBlock-module_desktop__6ZRpA {
|
|
2684
2684
|
display: none
|
|
2685
2685
|
}
|
|
2686
2686
|
@media only screen and (min-width: 32em) {
|
|
2687
|
-
.
|
|
2687
|
+
.GroupedBlock-module_desktop__6ZRpA {
|
|
2688
2688
|
display: block
|
|
2689
2689
|
}
|
|
2690
2690
|
}
|
|
2691
2691
|
|
|
2692
|
+
|
|
2692
2693
|
/* Colors */
|
|
2693
2694
|
/* Fonts */
|
|
2694
2695
|
/* Gap */
|
|
@@ -3312,18 +3313,6 @@ span[data-body]:hover {
|
|
|
3312
3313
|
box-shadow: inset 1px 0 #999, inset 0 1px #999, inset -1px 0 #999,
|
|
3313
3314
|
inset 0 -1px #999;
|
|
3314
3315
|
}
|
|
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;
|
|
3326
|
-
}
|
|
3327
3316
|
span[data-highlight='true'],
|
|
3328
3317
|
span[data-highlight='true']:hover {
|
|
3329
3318
|
background-color: #f4efe9;
|
|
@@ -3698,22 +3687,208 @@ a mark {
|
|
|
3698
3687
|
}
|
|
3699
3688
|
/* VISIBILITY */
|
|
3700
3689
|
@media only screen and (min-width: 32em) {
|
|
3701
|
-
.SimpleBlock-module_mobile__Ckgek {
|
|
3690
|
+
.SimpleBlock-module_mobile__Ckgek {
|
|
3691
|
+
display: none
|
|
3692
|
+
}
|
|
3693
|
+
}
|
|
3694
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3695
|
+
display: none
|
|
3696
|
+
}
|
|
3697
|
+
@media only screen and (min-width: 32em) {
|
|
3698
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3699
|
+
display: block
|
|
3700
|
+
}
|
|
3701
|
+
}
|
|
3702
|
+
/* Footnote dakr theme */
|
|
3703
|
+
.SimpleBlock-module_isDark__22q5s span[data-body] {
|
|
3704
|
+
background-color: #5b5b5b;
|
|
3705
|
+
box-shadow: inset 1px 0 #8b8b8b, inset 0 1px #8b8b8b, inset -1px 0 #8b8b8b,
|
|
3706
|
+
inset 0 -1px #8b8b8b;
|
|
3707
|
+
}
|
|
3708
|
+
.SimpleBlock-module_isDark__22q5s span[data-body]:hover {
|
|
3709
|
+
background-color: #5b5b5b;
|
|
3710
|
+
box-shadow: inset 1px 0 #747474, inset 0 1px #747474, inset -1px 0 #747474,
|
|
3711
|
+
inset 0 -1px #747474;
|
|
3712
|
+
}
|
|
3713
|
+
/* Theme */
|
|
3714
|
+
.SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_isDark__22q5s {
|
|
3715
|
+
color: inherit;
|
|
3716
|
+
background-color: #34322a;
|
|
3717
|
+
}
|
|
3718
|
+
.SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_isDark__22q5s a {
|
|
3719
|
+
color: inherit;
|
|
3720
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
3721
|
+
}
|
|
3722
|
+
|
|
3723
|
+
/* Colors */
|
|
3724
|
+
/* Fonts */
|
|
3725
|
+
/* Gap */
|
|
3726
|
+
/* Media */
|
|
3727
|
+
/* 512 */
|
|
3728
|
+
/* 650 */
|
|
3729
|
+
/* 768 */
|
|
3730
|
+
/* 1024 */
|
|
3731
|
+
/* 1010 */
|
|
3732
|
+
/* 1200 */
|
|
3733
|
+
/* 511 */
|
|
3734
|
+
/* 1023 */
|
|
3735
|
+
/* Zindex */
|
|
3736
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3737
|
+
margin: 0 0 18px;
|
|
3738
|
+
|
|
3739
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3740
|
+
font-size: 20px;
|
|
3741
|
+
font-weight: normal;
|
|
3742
|
+
line-height: 23px
|
|
3743
|
+
}
|
|
3744
|
+
@media only screen and (min-width: 48em) {
|
|
3745
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3746
|
+
margin-bottom: 15px;
|
|
3747
|
+
|
|
3748
|
+
font-size: 36px;
|
|
3749
|
+
line-height: 40px
|
|
3750
|
+
}
|
|
3751
|
+
}
|
|
3752
|
+
/* VISIBILITY */
|
|
3753
|
+
@media only screen and (min-width: 32em) {
|
|
3754
|
+
.SimpleTitle-module_mobile__11gBz {
|
|
3755
|
+
display: none
|
|
3756
|
+
}
|
|
3757
|
+
}
|
|
3758
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3759
|
+
display: none
|
|
3760
|
+
}
|
|
3761
|
+
@media only screen and (min-width: 32em) {
|
|
3762
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3763
|
+
display: block
|
|
3764
|
+
}
|
|
3765
|
+
}
|
|
3766
|
+
|
|
3767
|
+
/* Colors */
|
|
3768
|
+
/* Fonts */
|
|
3769
|
+
/* Gap */
|
|
3770
|
+
/* Media */
|
|
3771
|
+
/* 512 */
|
|
3772
|
+
/* 650 */
|
|
3773
|
+
/* 768 */
|
|
3774
|
+
/* 1024 */
|
|
3775
|
+
/* 1010 */
|
|
3776
|
+
/* 1200 */
|
|
3777
|
+
/* 511 */
|
|
3778
|
+
/* 1023 */
|
|
3779
|
+
/* Zindex */
|
|
3780
|
+
.SourceBlock-module_root__1P3XD {
|
|
3781
|
+
display: block;
|
|
3782
|
+
|
|
3783
|
+
margin: 18px 0 15px;
|
|
3784
|
+
padding: 12px 11px 17px;
|
|
3785
|
+
|
|
3786
|
+
color: #000;
|
|
3787
|
+
border-radius: 2px 8px 8px 2px;
|
|
3788
|
+
background-color: #f5f5f5;
|
|
3789
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #b78b5c;
|
|
3790
|
+
|
|
3791
|
+
font-size: 16px;
|
|
3792
|
+
line-height: 20px
|
|
3793
|
+
}
|
|
3794
|
+
@media only screen and (min-width: 48em) {
|
|
3795
|
+
.SourceBlock-module_root__1P3XD {
|
|
3796
|
+
margin-top: 25px;
|
|
3797
|
+
margin-bottom: 25px;
|
|
3798
|
+
padding: 18px 16px 16px
|
|
3799
|
+
}
|
|
3800
|
+
}
|
|
3801
|
+
.SourceBlock-module_root__1P3XD:hover,
|
|
3802
|
+
.SourceBlock-module_root__1P3XD:visited {
|
|
3803
|
+
background-color: #ededed;
|
|
3804
|
+
}
|
|
3805
|
+
.SourceBlock-module_root__1P3XD blockquote {
|
|
3806
|
+
margin: 0;
|
|
3807
|
+
}
|
|
3808
|
+
.SourceBlock-module_root__1P3XD a {
|
|
3809
|
+
text-decoration: none;
|
|
3810
|
+
|
|
3811
|
+
color: inherit;
|
|
3812
|
+
}
|
|
3813
|
+
.SourceBlock-module_text__Si4vm {
|
|
3814
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3815
|
+
}
|
|
3816
|
+
.SourceBlock-module_text__Si4vm p {
|
|
3817
|
+
margin: 0;
|
|
3818
|
+
|
|
3819
|
+
font-size: 16px;
|
|
3820
|
+
line-height: 22px
|
|
3821
|
+
}
|
|
3822
|
+
@media only screen and (min-width: 48em) {
|
|
3823
|
+
.SourceBlock-module_text__Si4vm p {
|
|
3824
|
+
font-size: 18px;
|
|
3825
|
+
line-height: 26px
|
|
3826
|
+
}
|
|
3827
|
+
}
|
|
3828
|
+
.SourceBlock-module_root__1P3XD p + p {
|
|
3829
|
+
margin-top: 12px;
|
|
3830
|
+
}
|
|
3831
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
3832
|
+
margin-top: 12px;
|
|
3833
|
+
padding-top: 10px;
|
|
3834
|
+
|
|
3835
|
+
border-top: 1px solid #d6d6d6
|
|
3836
|
+
}
|
|
3837
|
+
@media only screen and (min-width: 48em) {
|
|
3838
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
3839
|
+
margin-top: 18px;
|
|
3840
|
+
padding-top: 12px
|
|
3841
|
+
}
|
|
3842
|
+
}
|
|
3843
|
+
.SourceBlock-module_origin__l3JbO {
|
|
3844
|
+
letter-spacing: 1px;
|
|
3845
|
+
text-transform: uppercase;
|
|
3846
|
+
pointer-events: none;
|
|
3847
|
+
|
|
3848
|
+
color: #292929;
|
|
3849
|
+
|
|
3850
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3851
|
+
font-size: 16px;
|
|
3852
|
+
font-weight: bold;
|
|
3853
|
+
font-style: normal;
|
|
3854
|
+
line-height: 22px
|
|
3855
|
+
}
|
|
3856
|
+
@media only screen and (min-width: 48em) {
|
|
3857
|
+
.SourceBlock-module_origin__l3JbO {
|
|
3858
|
+
font-size: 18px;
|
|
3859
|
+
line-height: 26px
|
|
3860
|
+
}
|
|
3861
|
+
}
|
|
3862
|
+
.SourceBlock-module_center__3P93B {
|
|
3863
|
+
max-width: 650px;
|
|
3864
|
+
margin-right: auto;
|
|
3865
|
+
margin-left: auto;
|
|
3866
|
+
}
|
|
3867
|
+
/* VISIBILITY */
|
|
3868
|
+
@media only screen and (min-width: 32em) {
|
|
3869
|
+
.SourceBlock-module_mobile__2gw4S {
|
|
3702
3870
|
display: none
|
|
3703
3871
|
}
|
|
3704
3872
|
}
|
|
3705
|
-
.
|
|
3873
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
3706
3874
|
display: none
|
|
3707
3875
|
}
|
|
3708
3876
|
@media only screen and (min-width: 32em) {
|
|
3709
|
-
.
|
|
3877
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
3710
3878
|
display: block
|
|
3711
3879
|
}
|
|
3712
3880
|
}
|
|
3713
|
-
/*
|
|
3714
|
-
.
|
|
3881
|
+
/* Dark theme */
|
|
3882
|
+
.SourceBlock-module_isDark__3hEEp,
|
|
3883
|
+
.SourceBlock-module_isDark__3hEEp:hover {
|
|
3884
|
+
background-color: #262626;
|
|
3715
3885
|
color: inherit;
|
|
3716
|
-
|
|
3886
|
+
}
|
|
3887
|
+
.SourceBlock-module_isDark__3hEEp .SourceBlock-module_origin__l3JbO {
|
|
3888
|
+
color: #b8b8b8;
|
|
3889
|
+
}
|
|
3890
|
+
.SourceBlock-module_isDark__3hEEp footer {
|
|
3891
|
+
border-top-color: #3d3d3d;
|
|
3717
3892
|
}
|
|
3718
3893
|
|
|
3719
3894
|
/* Colors */
|
|
@@ -4008,190 +4183,93 @@ a mark {
|
|
|
4008
4183
|
/* 511 */
|
|
4009
4184
|
/* 1023 */
|
|
4010
4185
|
/* Zindex */
|
|
4011
|
-
.
|
|
4012
|
-
|
|
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;
|
|
4186
|
+
.MetaItem-module_root__2VQom {
|
|
4187
|
+
display: inline;
|
|
4022
4188
|
|
|
4023
|
-
|
|
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
|
|
4189
|
+
margin-right: 15px;
|
|
4039
4190
|
}
|
|
4040
|
-
|
|
4191
|
+
.MetaItem-module_root__2VQom > svg {
|
|
4192
|
+
display: inline-block;
|
|
4041
4193
|
|
|
4042
|
-
|
|
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;
|
|
4194
|
+
margin-right: 1px;
|
|
4057
4195
|
|
|
4058
|
-
|
|
4059
|
-
padding: 12px 11px 17px;
|
|
4196
|
+
vertical-align: top;
|
|
4060
4197
|
|
|
4061
|
-
color:
|
|
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;
|
|
4198
|
+
color: inherit;
|
|
4065
4199
|
|
|
4066
|
-
|
|
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;
|
|
4200
|
+
fill: currentColor;
|
|
4082
4201
|
}
|
|
4083
|
-
.
|
|
4084
|
-
|
|
4202
|
+
.MetaItem-module_root__2VQom a {
|
|
4203
|
+
display: inline;
|
|
4204
|
+
|
|
4205
|
+
text-decoration: underline;
|
|
4085
4206
|
|
|
4086
4207
|
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
4208
|
|
|
4094
|
-
|
|
4095
|
-
line-height: 22px
|
|
4209
|
+
-webkit-text-decoration-skip: auto;
|
|
4096
4210
|
}
|
|
4097
|
-
|
|
4098
|
-
|
|
4099
|
-
font-size: 18px;
|
|
4100
|
-
line-height: 26px
|
|
4211
|
+
.MetaItem-module_root__2VQom a:hover {
|
|
4212
|
+
color: #b88b59;
|
|
4101
4213
|
}
|
|
4102
|
-
|
|
4103
|
-
|
|
4104
|
-
margin-top: 12px;
|
|
4214
|
+
.MetaItem-module_hasBullets__CkQPI {
|
|
4215
|
+
margin-right: 0;
|
|
4105
4216
|
}
|
|
4106
|
-
.
|
|
4107
|
-
|
|
4108
|
-
padding-top: 10px;
|
|
4217
|
+
.MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
|
|
4218
|
+
display: inline-block;
|
|
4109
4219
|
|
|
4110
|
-
|
|
4220
|
+
padding-right: 0.4em;
|
|
4221
|
+
padding-left: 0.4em;
|
|
4222
|
+
|
|
4223
|
+
content: '\B7';
|
|
4111
4224
|
}
|
|
4112
|
-
@media only screen and (
|
|
4113
|
-
.
|
|
4114
|
-
|
|
4115
|
-
|
|
4225
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4226
|
+
.MetaItem-module_hasSource__1DmCI {
|
|
4227
|
+
width: 100%;
|
|
4228
|
+
margin-top: 3px;
|
|
4229
|
+
margin-bottom: 3px
|
|
4116
4230
|
}
|
|
4117
4231
|
}
|
|
4118
|
-
|
|
4119
|
-
|
|
4120
|
-
|
|
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
|
|
4232
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4233
|
+
.MetaItem-module_hasSource__1DmCI:first-child {
|
|
4234
|
+
margin-top: 0
|
|
4135
4235
|
}
|
|
4136
4236
|
}
|
|
4137
|
-
.
|
|
4138
|
-
|
|
4139
|
-
margin-right: auto;
|
|
4140
|
-
margin-left: auto;
|
|
4237
|
+
.MetaItem-module_hasSource__1DmCI:last-child {
|
|
4238
|
+
margin-bottom: 0;
|
|
4141
4239
|
}
|
|
4142
|
-
|
|
4143
|
-
|
|
4144
|
-
.SourceBlock-module_mobile__2gw4S {
|
|
4240
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4241
|
+
.MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
|
|
4145
4242
|
display: none
|
|
4146
4243
|
}
|
|
4147
4244
|
}
|
|
4148
|
-
|
|
4149
|
-
|
|
4150
|
-
|
|
4151
|
-
|
|
4152
|
-
.SourceBlock-module_desktop__DecT6 {
|
|
4153
|
-
display: block
|
|
4245
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4246
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
|
|
4247
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
|
|
4248
|
+
display: inline-block
|
|
4154
4249
|
}
|
|
4155
4250
|
}
|
|
4156
|
-
|
|
4157
|
-
.
|
|
4158
|
-
.
|
|
4159
|
-
|
|
4160
|
-
|
|
4161
|
-
}
|
|
4162
|
-
.SourceBlock-module_isDark__3hEEp .SourceBlock-module_origin__l3JbO {
|
|
4163
|
-
color: #b8b8b8;
|
|
4251
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4252
|
+
.MetaItem-module_datetime__3tOWm,
|
|
4253
|
+
.MetaItem-module_listened__lwvAO,
|
|
4254
|
+
.MetaItem-module_read__5eAIG {
|
|
4255
|
+
width: auto
|
|
4164
4256
|
}
|
|
4165
|
-
|
|
4166
|
-
|
|
4257
|
+
}
|
|
4258
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4259
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
|
|
4260
|
+
order: -2
|
|
4167
4261
|
}
|
|
4262
|
+
}
|
|
4263
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4264
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
|
|
4265
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
|
|
4266
|
+
order: -1;
|
|
4168
4267
|
|
|
4169
|
-
|
|
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;
|
|
4268
|
+
margin-top: 0
|
|
4190
4269
|
}
|
|
4191
|
-
|
|
4192
|
-
|
|
4193
|
-
|
|
4194
|
-
vertical-align: top;
|
|
4270
|
+
}
|
|
4271
|
+
.MetaItem-module_read__5eAIG svg {
|
|
4272
|
+
margin-top: -1px;
|
|
4195
4273
|
}
|
|
4196
4274
|
|
|
4197
4275
|
/* stylelint-disable declaration-empty-line-before */
|
|
@@ -4374,8 +4452,36 @@ a mark {
|
|
|
4374
4452
|
100% {
|
|
4375
4453
|
transform: scale(0.88);
|
|
4376
4454
|
|
|
4377
|
-
opacity: 0;
|
|
4378
|
-
}
|
|
4455
|
+
opacity: 0;
|
|
4456
|
+
}
|
|
4457
|
+
}
|
|
4458
|
+
|
|
4459
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
4460
|
+
/* Colors */
|
|
4461
|
+
/* Fonts */
|
|
4462
|
+
/* Gap */
|
|
4463
|
+
/* Media */
|
|
4464
|
+
/* 512 */
|
|
4465
|
+
/* 650 */
|
|
4466
|
+
/* 768 */
|
|
4467
|
+
/* 1024 */
|
|
4468
|
+
/* 1010 */
|
|
4469
|
+
/* 1200 */
|
|
4470
|
+
/* 511 */
|
|
4471
|
+
/* 1023 */
|
|
4472
|
+
/* Zindex */
|
|
4473
|
+
.DocumentItemsCount-module_root__P3q-z {
|
|
4474
|
+
display: inline;
|
|
4475
|
+
|
|
4476
|
+
line-height: inherit;
|
|
4477
|
+
}
|
|
4478
|
+
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4479
|
+
vertical-align: top;
|
|
4480
|
+
}
|
|
4481
|
+
.DocumentItemsCount-module_items__3pfxW {
|
|
4482
|
+
margin-left: 1px;
|
|
4483
|
+
|
|
4484
|
+
vertical-align: top;
|
|
4379
4485
|
}
|
|
4380
4486
|
|
|
4381
4487
|
/* Colors */
|
|
@@ -4484,180 +4590,6 @@ a mark {
|
|
|
4484
4590
|
fill: currentColor;
|
|
4485
4591
|
}
|
|
4486
4592
|
|
|
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;
|
|
4539
|
-
|
|
4540
|
-
margin: 0;
|
|
4541
|
-
padding: 6px 9px 10px;
|
|
4542
|
-
|
|
4543
|
-
cursor: pointer;
|
|
4544
|
-
|
|
4545
|
-
color: #b3b3b3;
|
|
4546
|
-
border-width: 0;
|
|
4547
|
-
outline: none;
|
|
4548
|
-
background-color: transparent;
|
|
4549
|
-
}
|
|
4550
|
-
.Footnote-module_dismiss__1HKG5:hover {
|
|
4551
|
-
color: #757575;
|
|
4552
|
-
}
|
|
4553
|
-
.Footnote-module_dismiss__1HKG5 svg {
|
|
4554
|
-
width: 12px;
|
|
4555
|
-
height: 12px;
|
|
4556
|
-
}
|
|
4557
|
-
|
|
4558
|
-
|
|
4559
|
-
/* Colors */
|
|
4560
|
-
/* Fonts */
|
|
4561
|
-
/* Gap */
|
|
4562
|
-
/* Media */
|
|
4563
|
-
/* 512 */
|
|
4564
|
-
/* 650 */
|
|
4565
|
-
/* 768 */
|
|
4566
|
-
/* 1024 */
|
|
4567
|
-
/* 1010 */
|
|
4568
|
-
/* 1200 */
|
|
4569
|
-
/* 511 */
|
|
4570
|
-
/* 1023 */
|
|
4571
|
-
/* Zindex */
|
|
4572
|
-
.MetaItem-module_root__2VQom {
|
|
4573
|
-
display: inline;
|
|
4574
|
-
|
|
4575
|
-
margin-right: 15px;
|
|
4576
|
-
}
|
|
4577
|
-
.MetaItem-module_root__2VQom > svg {
|
|
4578
|
-
display: inline-block;
|
|
4579
|
-
|
|
4580
|
-
margin-right: 1px;
|
|
4581
|
-
|
|
4582
|
-
vertical-align: top;
|
|
4583
|
-
|
|
4584
|
-
color: inherit;
|
|
4585
|
-
|
|
4586
|
-
fill: currentColor;
|
|
4587
|
-
}
|
|
4588
|
-
.MetaItem-module_root__2VQom a {
|
|
4589
|
-
display: inline;
|
|
4590
|
-
|
|
4591
|
-
text-decoration: underline;
|
|
4592
|
-
|
|
4593
|
-
color: inherit;
|
|
4594
|
-
|
|
4595
|
-
-webkit-text-decoration-skip: auto;
|
|
4596
|
-
}
|
|
4597
|
-
.MetaItem-module_root__2VQom a:hover {
|
|
4598
|
-
color: #b88b59;
|
|
4599
|
-
}
|
|
4600
|
-
.MetaItem-module_hasBullets__CkQPI {
|
|
4601
|
-
margin-right: 0;
|
|
4602
|
-
}
|
|
4603
|
-
.MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
|
|
4604
|
-
display: inline-block;
|
|
4605
|
-
|
|
4606
|
-
padding-right: 0.4em;
|
|
4607
|
-
padding-left: 0.4em;
|
|
4608
|
-
|
|
4609
|
-
content: '\B7';
|
|
4610
|
-
}
|
|
4611
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4612
|
-
.MetaItem-module_hasSource__1DmCI {
|
|
4613
|
-
width: 100%;
|
|
4614
|
-
margin-top: 3px;
|
|
4615
|
-
margin-bottom: 3px
|
|
4616
|
-
}
|
|
4617
|
-
}
|
|
4618
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4619
|
-
.MetaItem-module_hasSource__1DmCI:first-child {
|
|
4620
|
-
margin-top: 0
|
|
4621
|
-
}
|
|
4622
|
-
}
|
|
4623
|
-
.MetaItem-module_hasSource__1DmCI:last-child {
|
|
4624
|
-
margin-bottom: 0;
|
|
4625
|
-
}
|
|
4626
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4627
|
-
.MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
|
|
4628
|
-
display: none
|
|
4629
|
-
}
|
|
4630
|
-
}
|
|
4631
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4632
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
|
|
4633
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
|
|
4634
|
-
display: inline-block
|
|
4635
|
-
}
|
|
4636
|
-
}
|
|
4637
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4638
|
-
.MetaItem-module_datetime__3tOWm,
|
|
4639
|
-
.MetaItem-module_listened__lwvAO,
|
|
4640
|
-
.MetaItem-module_read__5eAIG {
|
|
4641
|
-
width: auto
|
|
4642
|
-
}
|
|
4643
|
-
}
|
|
4644
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4645
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
|
|
4646
|
-
order: -2
|
|
4647
|
-
}
|
|
4648
|
-
}
|
|
4649
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4650
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
|
|
4651
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
|
|
4652
|
-
order: -1;
|
|
4653
|
-
|
|
4654
|
-
margin-top: 0
|
|
4655
|
-
}
|
|
4656
|
-
}
|
|
4657
|
-
.MetaItem-module_read__5eAIG svg {
|
|
4658
|
-
margin-top: -1px;
|
|
4659
|
-
}
|
|
4660
|
-
|
|
4661
4593
|
/* Colors */
|
|
4662
4594
|
/* Fonts */
|
|
4663
4595
|
/* Gap */
|
|
@@ -4926,6 +4858,78 @@ a mark {
|
|
|
4926
4858
|
}
|
|
4927
4859
|
}
|
|
4928
4860
|
|
|
4861
|
+
/* Colors */
|
|
4862
|
+
/* Fonts */
|
|
4863
|
+
/* Gap */
|
|
4864
|
+
/* Media */
|
|
4865
|
+
/* 512 */
|
|
4866
|
+
/* 650 */
|
|
4867
|
+
/* 768 */
|
|
4868
|
+
/* 1024 */
|
|
4869
|
+
/* 1010 */
|
|
4870
|
+
/* 1200 */
|
|
4871
|
+
/* 511 */
|
|
4872
|
+
/* 1023 */
|
|
4873
|
+
/* Zindex */
|
|
4874
|
+
.Footnote-module_root__2a0-B {
|
|
4875
|
+
position: relative;
|
|
4876
|
+
|
|
4877
|
+
width: 320px;
|
|
4878
|
+
padding: 20px;
|
|
4879
|
+
|
|
4880
|
+
border-radius: 8px;
|
|
4881
|
+
background-color: #fff;
|
|
4882
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4883
|
+
}
|
|
4884
|
+
.Footnote-module_body__259Ly {
|
|
4885
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4886
|
+
font-size: 16px;
|
|
4887
|
+
line-height: 22px;
|
|
4888
|
+
}
|
|
4889
|
+
.Footnote-module_body__259Ly h3 {
|
|
4890
|
+
margin: 0 0 16px;
|
|
4891
|
+
|
|
4892
|
+
font-size: inherit;
|
|
4893
|
+
font-weight: 700;
|
|
4894
|
+
line-height: inherit;
|
|
4895
|
+
}
|
|
4896
|
+
.Footnote-module_body__259Ly p {
|
|
4897
|
+
margin: 0;
|
|
4898
|
+
}
|
|
4899
|
+
.Footnote-module_body__259Ly p + p {
|
|
4900
|
+
margin-top: 6px;
|
|
4901
|
+
}
|
|
4902
|
+
.Footnote-module_body__259Ly a {
|
|
4903
|
+
color: inherit;
|
|
4904
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
4905
|
+
}
|
|
4906
|
+
.Footnote-module_body__259Ly a:hover {
|
|
4907
|
+
color: #b88b59;
|
|
4908
|
+
}
|
|
4909
|
+
.Footnote-module_dismiss__1HKG5 {
|
|
4910
|
+
position: absolute;
|
|
4911
|
+
top: 0;
|
|
4912
|
+
right: 0;
|
|
4913
|
+
|
|
4914
|
+
margin: 0;
|
|
4915
|
+
padding: 6px 9px 10px;
|
|
4916
|
+
|
|
4917
|
+
cursor: pointer;
|
|
4918
|
+
|
|
4919
|
+
color: #b3b3b3;
|
|
4920
|
+
border-width: 0;
|
|
4921
|
+
outline: none;
|
|
4922
|
+
background-color: transparent;
|
|
4923
|
+
}
|
|
4924
|
+
.Footnote-module_dismiss__1HKG5:hover {
|
|
4925
|
+
color: #757575;
|
|
4926
|
+
}
|
|
4927
|
+
.Footnote-module_dismiss__1HKG5 svg {
|
|
4928
|
+
width: 12px;
|
|
4929
|
+
height: 12px;
|
|
4930
|
+
}
|
|
4931
|
+
|
|
4932
|
+
|
|
4929
4933
|
/* Colors */
|
|
4930
4934
|
/* Fonts */
|
|
4931
4935
|
/* Gap */
|