@meduza/ui-kit-2 0.1.74 → 0.1.75
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 +6 -4
- package/dist/ui-kit-2.cjs.development.js.map +1 -1
- package/dist/ui-kit-2.cjs.production.min.js +1 -1
- package/dist/ui-kit-2.cjs.production.min.js.map +1 -1
- package/dist/ui-kit-2.esm.js +6 -4
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +1164 -1161
- package/package.json +1 -1
- package/src/DonatesTeaser/DonatesTeaser.module.css +18 -14
- package/src/DonatesTeaser/index.tsx +8 -8
package/dist/ui-kit.css
CHANGED
|
@@ -874,23 +874,6 @@
|
|
|
874
874
|
}
|
|
875
875
|
}
|
|
876
876
|
|
|
877
|
-
/* Colors */
|
|
878
|
-
/* Fonts */
|
|
879
|
-
/* Gap */
|
|
880
|
-
/* Media */
|
|
881
|
-
/* 512 */
|
|
882
|
-
/* 650 */
|
|
883
|
-
/* 768 */
|
|
884
|
-
/* 1024 */
|
|
885
|
-
/* 1010 */
|
|
886
|
-
/* 1200 */
|
|
887
|
-
/* 511 */
|
|
888
|
-
/* 1023 */
|
|
889
|
-
/* Zindex */
|
|
890
|
-
.Lazy-module_root__2Z72l {
|
|
891
|
-
display: block;
|
|
892
|
-
}
|
|
893
|
-
|
|
894
877
|
/* Colors */
|
|
895
878
|
/* Fonts */
|
|
896
879
|
/* Gap */
|
|
@@ -1028,6 +1011,23 @@
|
|
|
1028
1011
|
}
|
|
1029
1012
|
}
|
|
1030
1013
|
|
|
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 */
|
|
@@ -1756,6 +1756,150 @@
|
|
|
1756
1756
|
content: '';
|
|
1757
1757
|
}
|
|
1758
1758
|
|
|
1759
|
+
/* Colors */
|
|
1760
|
+
/* Fonts */
|
|
1761
|
+
/* Gap */
|
|
1762
|
+
/* Media */
|
|
1763
|
+
/* 512 */
|
|
1764
|
+
/* 650 */
|
|
1765
|
+
/* 768 */
|
|
1766
|
+
/* 1024 */
|
|
1767
|
+
/* 1010 */
|
|
1768
|
+
/* 1200 */
|
|
1769
|
+
/* 511 */
|
|
1770
|
+
/* 1023 */
|
|
1771
|
+
/* Zindex */
|
|
1772
|
+
.Toolbar-module_root__2HF2r {
|
|
1773
|
+
overflow: hidden;
|
|
1774
|
+
|
|
1775
|
+
transform: translateZ(0);
|
|
1776
|
+
|
|
1777
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1778
|
+
}
|
|
1779
|
+
.Toolbar-module_list__1n5ny {
|
|
1780
|
+
display: -webkit-box;
|
|
1781
|
+
display: -webkit-flex;
|
|
1782
|
+
display: -ms-flexbox;
|
|
1783
|
+
display: flex;
|
|
1784
|
+
flex-flow: row wrap;
|
|
1785
|
+
|
|
1786
|
+
margin: 0 0 0 -10px;
|
|
1787
|
+
padding: 0;
|
|
1788
|
+
|
|
1789
|
+
list-style: none
|
|
1790
|
+
}
|
|
1791
|
+
@media only screen and (min-width: 64em) {
|
|
1792
|
+
.Toolbar-module_list__1n5ny {
|
|
1793
|
+
margin: 0 0 0 -15px
|
|
1794
|
+
}
|
|
1795
|
+
}
|
|
1796
|
+
.Toolbar-module_item__36x7d {
|
|
1797
|
+
position: relative;
|
|
1798
|
+
|
|
1799
|
+
min-width: 42px;
|
|
1800
|
+
height: 32px;
|
|
1801
|
+
padding-right: 10px;
|
|
1802
|
+
padding-left: 10px;
|
|
1803
|
+
|
|
1804
|
+
cursor: pointer;
|
|
1805
|
+
transition: color 250ms ease;
|
|
1806
|
+
text-align: center;
|
|
1807
|
+
|
|
1808
|
+
color: #808080;
|
|
1809
|
+
|
|
1810
|
+
line-height: 1
|
|
1811
|
+
}
|
|
1812
|
+
@media only screen and (min-width: 64em) {
|
|
1813
|
+
.Toolbar-module_item__36x7d {
|
|
1814
|
+
padding-right: 15px;
|
|
1815
|
+
padding-left: 15px
|
|
1816
|
+
}
|
|
1817
|
+
}
|
|
1818
|
+
.Toolbar-module_item__36x7d:last-child {
|
|
1819
|
+
margin-right: 0;
|
|
1820
|
+
}
|
|
1821
|
+
.Toolbar-module_item__36x7d::before {
|
|
1822
|
+
position: absolute;
|
|
1823
|
+
top: 7px;
|
|
1824
|
+
left: 0;
|
|
1825
|
+
|
|
1826
|
+
height: 18px;
|
|
1827
|
+
|
|
1828
|
+
content: '';
|
|
1829
|
+
vertical-align: middle;
|
|
1830
|
+
|
|
1831
|
+
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
1832
|
+
}
|
|
1833
|
+
.Toolbar-module_item__36x7d:empty {
|
|
1834
|
+
display: none;
|
|
1835
|
+
}
|
|
1836
|
+
.Toolbar-module_isInTopbar__223iP {
|
|
1837
|
+
height: 100%;
|
|
1838
|
+
}
|
|
1839
|
+
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
1840
|
+
height: 100%;
|
|
1841
|
+
}
|
|
1842
|
+
.Toolbar-module_center__3_H8M {
|
|
1843
|
+
width: 100%;
|
|
1844
|
+
max-width: 650px;
|
|
1845
|
+
margin-right: auto;
|
|
1846
|
+
margin-left: auto;
|
|
1847
|
+
}
|
|
1848
|
+
.Toolbar-module_game__5-jY_ {
|
|
1849
|
+
margin-top: 11px
|
|
1850
|
+
}
|
|
1851
|
+
@media only screen and (min-width: 32em) {
|
|
1852
|
+
.Toolbar-module_game__5-jY_ {
|
|
1853
|
+
margin-top: 18px
|
|
1854
|
+
}
|
|
1855
|
+
}
|
|
1856
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1857
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1858
|
+
justify-content: center
|
|
1859
|
+
}
|
|
1860
|
+
@media only screen and (min-width: 32em) {
|
|
1861
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1862
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1863
|
+
display: -webkit-box;
|
|
1864
|
+
display: -webkit-flex;
|
|
1865
|
+
display: -ms-flexbox;
|
|
1866
|
+
display: flex
|
|
1867
|
+
}
|
|
1868
|
+
}
|
|
1869
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1870
|
+
width: 260px
|
|
1871
|
+
}
|
|
1872
|
+
@media only screen and (min-width: 32em) {
|
|
1873
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1874
|
+
width: auto
|
|
1875
|
+
}
|
|
1876
|
+
}
|
|
1877
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1878
|
+
content: none
|
|
1879
|
+
}
|
|
1880
|
+
@media only screen and (min-width: 32em) {
|
|
1881
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1882
|
+
content: ''
|
|
1883
|
+
}
|
|
1884
|
+
}
|
|
1885
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
1886
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
1887
|
+
content: none;
|
|
1888
|
+
}
|
|
1889
|
+
@media only screen and (min-width: 64em) {
|
|
1890
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1891
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1892
|
+
margin-left: 0
|
|
1893
|
+
}
|
|
1894
|
+
}
|
|
1895
|
+
.Toolbar-module_isDark__k1U0i .Toolbar-module_item__36x7d::before,
|
|
1896
|
+
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
1897
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
1898
|
+
}
|
|
1899
|
+
[data-context='prodano'] .Toolbar-module_root__2HF2r {
|
|
1900
|
+
display: none;
|
|
1901
|
+
}
|
|
1902
|
+
|
|
1759
1903
|
/* Colors */
|
|
1760
1904
|
/* Fonts */
|
|
1761
1905
|
/* Gap */
|
|
@@ -1980,216 +2124,54 @@
|
|
|
1980
2124
|
/* 511 */
|
|
1981
2125
|
/* 1023 */
|
|
1982
2126
|
/* Zindex */
|
|
1983
|
-
.
|
|
1984
|
-
overflow: hidden;
|
|
1985
|
-
|
|
2127
|
+
.Meta-module_root__12AG7 {
|
|
1986
2128
|
transform: translateZ(0);
|
|
1987
2129
|
|
|
1988
2130
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
display: -webkit-box;
|
|
1992
|
-
display: -webkit-flex;
|
|
1993
|
-
display: -ms-flexbox;
|
|
1994
|
-
display: flex;
|
|
1995
|
-
flex-flow: row wrap;
|
|
2131
|
+
font-size: 12px;
|
|
2132
|
+
line-height: 15px;
|
|
1996
2133
|
|
|
1997
|
-
|
|
1998
|
-
|
|
2134
|
+
fill: inherit;
|
|
2135
|
+
}
|
|
2136
|
+
.Meta-module_rich__1XBtZ,
|
|
2137
|
+
.Meta-module_podcast__1m4zo,
|
|
2138
|
+
.Meta-module_episode__1K2Xv,
|
|
2139
|
+
.Meta-module_simple__3vUiI,
|
|
2140
|
+
.Meta-module_slide__3g6fG,
|
|
2141
|
+
.Meta-module_card__LE1RK,
|
|
2142
|
+
.Meta-module_game__3aNlZ,
|
|
2143
|
+
.Meta-module_isInMaterial__zaYMy {
|
|
2144
|
+
width: 100%;
|
|
1999
2145
|
|
|
2000
|
-
|
|
2146
|
+
color: rgba(0, 0, 0, 0.4);
|
|
2001
2147
|
}
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
margin: 0 0 0 -15px
|
|
2148
|
+
.Meta-module_podcast__1m4zo {
|
|
2149
|
+
fill: currentColor;
|
|
2005
2150
|
}
|
|
2006
|
-
|
|
2007
|
-
.
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
padding-left: 10px;
|
|
2014
|
-
|
|
2015
|
-
cursor: pointer;
|
|
2016
|
-
transition: color 250ms ease;
|
|
2017
|
-
text-align: center;
|
|
2018
|
-
|
|
2019
|
-
color: #808080;
|
|
2020
|
-
|
|
2021
|
-
line-height: 1
|
|
2151
|
+
.Meta-module_isInSearchItem__1wbpx {
|
|
2152
|
+
color: rgba(255, 255, 255, 0.7);
|
|
2153
|
+
}
|
|
2154
|
+
.Meta-module_slide__3g6fG.Meta-module_isInMediaBlock__3xfPF,
|
|
2155
|
+
.Meta-module_card__LE1RK.Meta-module_isInMediaBlock__3xfPF,
|
|
2156
|
+
.Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF {
|
|
2157
|
+
text-align: left;
|
|
2022
2158
|
}
|
|
2023
2159
|
@media only screen and (min-width: 64em) {
|
|
2024
|
-
.
|
|
2025
|
-
|
|
2026
|
-
padding-left: 15px
|
|
2160
|
+
.Meta-module_center__3BBPr.Meta-module_half__1xRkT {
|
|
2161
|
+
text-align: left
|
|
2027
2162
|
}
|
|
2028
2163
|
}
|
|
2029
|
-
|
|
2030
|
-
|
|
2164
|
+
@media only screen and (min-width: 32em) {
|
|
2165
|
+
.Meta-module_episode__1K2Xv,
|
|
2166
|
+
.Meta-module_card__LE1RK,
|
|
2167
|
+
.Meta-module_slide__3g6fG,
|
|
2168
|
+
.Meta-module_game__3aNlZ,
|
|
2169
|
+
.Meta-module_center__3BBPr {
|
|
2170
|
+
text-align: center
|
|
2031
2171
|
}
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
left: 0;
|
|
2036
|
-
|
|
2037
|
-
height: 18px;
|
|
2038
|
-
|
|
2039
|
-
content: '';
|
|
2040
|
-
vertical-align: middle;
|
|
2041
|
-
|
|
2042
|
-
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
2043
|
-
}
|
|
2044
|
-
.Toolbar-module_item__36x7d:empty {
|
|
2045
|
-
display: none;
|
|
2046
|
-
}
|
|
2047
|
-
.Toolbar-module_isInTopbar__223iP {
|
|
2048
|
-
height: 100%;
|
|
2049
|
-
}
|
|
2050
|
-
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
2051
|
-
height: 100%;
|
|
2052
|
-
}
|
|
2053
|
-
.Toolbar-module_center__3_H8M {
|
|
2054
|
-
width: 100%;
|
|
2055
|
-
max-width: 650px;
|
|
2056
|
-
margin-right: auto;
|
|
2057
|
-
margin-left: auto;
|
|
2058
|
-
}
|
|
2059
|
-
.Toolbar-module_game__5-jY_ {
|
|
2060
|
-
margin-top: 11px
|
|
2061
|
-
}
|
|
2062
|
-
@media only screen and (min-width: 32em) {
|
|
2063
|
-
.Toolbar-module_game__5-jY_ {
|
|
2064
|
-
margin-top: 18px
|
|
2065
|
-
}
|
|
2066
|
-
}
|
|
2067
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2068
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2069
|
-
justify-content: center
|
|
2070
|
-
}
|
|
2071
|
-
@media only screen and (min-width: 32em) {
|
|
2072
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2073
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2074
|
-
display: -webkit-box;
|
|
2075
|
-
display: -webkit-flex;
|
|
2076
|
-
display: -ms-flexbox;
|
|
2077
|
-
display: flex
|
|
2078
|
-
}
|
|
2079
|
-
}
|
|
2080
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
2081
|
-
width: 260px
|
|
2082
|
-
}
|
|
2083
|
-
@media only screen and (min-width: 32em) {
|
|
2084
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
2085
|
-
width: auto
|
|
2086
|
-
}
|
|
2087
|
-
}
|
|
2088
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
2089
|
-
content: none
|
|
2090
|
-
}
|
|
2091
|
-
@media only screen and (min-width: 32em) {
|
|
2092
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
2093
|
-
content: ''
|
|
2094
|
-
}
|
|
2095
|
-
}
|
|
2096
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
2097
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
2098
|
-
content: none;
|
|
2099
|
-
}
|
|
2100
|
-
@media only screen and (min-width: 64em) {
|
|
2101
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2102
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2103
|
-
margin-left: 0
|
|
2104
|
-
}
|
|
2105
|
-
}
|
|
2106
|
-
.Toolbar-module_isDark__k1U0i .Toolbar-module_item__36x7d::before,
|
|
2107
|
-
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
2108
|
-
border-left-color: rgba(255, 255, 255, 0.2);
|
|
2109
|
-
}
|
|
2110
|
-
[data-context='prodano'] .Toolbar-module_root__2HF2r {
|
|
2111
|
-
display: none;
|
|
2112
|
-
}
|
|
2113
|
-
|
|
2114
|
-
/* Colors */
|
|
2115
|
-
/* Fonts */
|
|
2116
|
-
/* Gap */
|
|
2117
|
-
/* Media */
|
|
2118
|
-
/* 512 */
|
|
2119
|
-
/* 650 */
|
|
2120
|
-
/* 768 */
|
|
2121
|
-
/* 1024 */
|
|
2122
|
-
/* 1010 */
|
|
2123
|
-
/* 1200 */
|
|
2124
|
-
/* 511 */
|
|
2125
|
-
/* 1023 */
|
|
2126
|
-
/* Zindex */
|
|
2127
|
-
.Timestamp-module_root__coOvT {
|
|
2128
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2129
|
-
font-weight: normal;
|
|
2130
|
-
}
|
|
2131
|
-
|
|
2132
|
-
/* Colors */
|
|
2133
|
-
/* Fonts */
|
|
2134
|
-
/* Gap */
|
|
2135
|
-
/* Media */
|
|
2136
|
-
/* 512 */
|
|
2137
|
-
/* 650 */
|
|
2138
|
-
/* 768 */
|
|
2139
|
-
/* 1024 */
|
|
2140
|
-
/* 1010 */
|
|
2141
|
-
/* 1200 */
|
|
2142
|
-
/* 511 */
|
|
2143
|
-
/* 1023 */
|
|
2144
|
-
/* Zindex */
|
|
2145
|
-
.Meta-module_root__12AG7 {
|
|
2146
|
-
transform: translateZ(0);
|
|
2147
|
-
|
|
2148
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2149
|
-
font-size: 12px;
|
|
2150
|
-
line-height: 15px;
|
|
2151
|
-
|
|
2152
|
-
fill: inherit;
|
|
2153
|
-
}
|
|
2154
|
-
.Meta-module_rich__1XBtZ,
|
|
2155
|
-
.Meta-module_podcast__1m4zo,
|
|
2156
|
-
.Meta-module_episode__1K2Xv,
|
|
2157
|
-
.Meta-module_simple__3vUiI,
|
|
2158
|
-
.Meta-module_slide__3g6fG,
|
|
2159
|
-
.Meta-module_card__LE1RK,
|
|
2160
|
-
.Meta-module_game__3aNlZ,
|
|
2161
|
-
.Meta-module_isInMaterial__zaYMy {
|
|
2162
|
-
width: 100%;
|
|
2163
|
-
|
|
2164
|
-
color: rgba(0, 0, 0, 0.4);
|
|
2165
|
-
}
|
|
2166
|
-
.Meta-module_podcast__1m4zo {
|
|
2167
|
-
fill: currentColor;
|
|
2168
|
-
}
|
|
2169
|
-
.Meta-module_isInSearchItem__1wbpx {
|
|
2170
|
-
color: rgba(255, 255, 255, 0.7);
|
|
2171
|
-
}
|
|
2172
|
-
.Meta-module_slide__3g6fG.Meta-module_isInMediaBlock__3xfPF,
|
|
2173
|
-
.Meta-module_card__LE1RK.Meta-module_isInMediaBlock__3xfPF,
|
|
2174
|
-
.Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF {
|
|
2175
|
-
text-align: left;
|
|
2176
|
-
}
|
|
2177
|
-
@media only screen and (min-width: 64em) {
|
|
2178
|
-
.Meta-module_center__3BBPr.Meta-module_half__1xRkT {
|
|
2179
|
-
text-align: left
|
|
2180
|
-
}
|
|
2181
|
-
}
|
|
2182
|
-
@media only screen and (min-width: 32em) {
|
|
2183
|
-
.Meta-module_episode__1K2Xv,
|
|
2184
|
-
.Meta-module_card__LE1RK,
|
|
2185
|
-
.Meta-module_slide__3g6fG,
|
|
2186
|
-
.Meta-module_game__3aNlZ,
|
|
2187
|
-
.Meta-module_center__3BBPr {
|
|
2188
|
-
text-align: center
|
|
2189
|
-
}
|
|
2190
|
-
}
|
|
2191
|
-
.Meta-module_light__2baE- {
|
|
2192
|
-
color: rgba(255, 255, 255, 0.6);
|
|
2172
|
+
}
|
|
2173
|
+
.Meta-module_light__2baE- {
|
|
2174
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2193
2175
|
|
|
2194
2176
|
fill: currentColor;
|
|
2195
2177
|
}
|
|
@@ -2264,54 +2246,10 @@
|
|
|
2264
2246
|
/* 511 */
|
|
2265
2247
|
/* 1023 */
|
|
2266
2248
|
/* Zindex */
|
|
2267
|
-
.
|
|
2268
|
-
margin-bottom: 11px
|
|
2269
|
-
}
|
|
2270
|
-
@media only screen and (min-width: 64em) {
|
|
2271
|
-
.CardTitle-module_root__1uqqF {
|
|
2272
|
-
margin-bottom: 10px;
|
|
2273
|
-
|
|
2274
|
-
text-align: center
|
|
2275
|
-
}
|
|
2276
|
-
}
|
|
2277
|
-
.CardTitle-module_index__4FsTf {
|
|
2278
|
-
margin-bottom: 7px;
|
|
2279
|
-
|
|
2280
|
-
color: #b88b59;
|
|
2281
|
-
|
|
2282
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2283
|
-
font-size: 20px;
|
|
2284
|
-
font-weight: 700;
|
|
2285
|
-
line-height: 24px;
|
|
2286
|
-
}
|
|
2287
|
-
.CardTitle-module_title__2iTI6 {
|
|
2288
|
-
color: #1d1d1d;
|
|
2289
|
-
|
|
2249
|
+
.Timestamp-module_root__coOvT {
|
|
2290
2250
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2291
|
-
font-
|
|
2292
|
-
font-weight: 700;
|
|
2293
|
-
line-height: 24px
|
|
2294
|
-
}
|
|
2295
|
-
@media only screen and (min-width: 64em) {
|
|
2296
|
-
.CardTitle-module_title__2iTI6 {
|
|
2297
|
-
font-size: 28px;
|
|
2298
|
-
line-height: 34px
|
|
2299
|
-
}
|
|
2300
|
-
}
|
|
2301
|
-
/* VISIBILITY */
|
|
2302
|
-
@media only screen and (min-width: 32em) {
|
|
2303
|
-
.CardTitle-module_mobile__1_kij {
|
|
2304
|
-
display: none
|
|
2305
|
-
}
|
|
2306
|
-
}
|
|
2307
|
-
.CardTitle-module_desktop__1l3_n {
|
|
2308
|
-
display: none
|
|
2309
|
-
}
|
|
2310
|
-
@media only screen and (min-width: 32em) {
|
|
2311
|
-
.CardTitle-module_desktop__1l3_n {
|
|
2312
|
-
display: block
|
|
2251
|
+
font-weight: normal;
|
|
2313
2252
|
}
|
|
2314
|
-
}
|
|
2315
2253
|
|
|
2316
2254
|
/* Colors */
|
|
2317
2255
|
/* Fonts */
|
|
@@ -2412,42 +2350,104 @@
|
|
|
2412
2350
|
/* 511 */
|
|
2413
2351
|
/* 1023 */
|
|
2414
2352
|
/* Zindex */
|
|
2415
|
-
.
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
margin: 38px auto 7px
|
|
2353
|
+
.CardTitle-module_root__1uqqF {
|
|
2354
|
+
margin-bottom: 11px
|
|
2419
2355
|
}
|
|
2420
|
-
@media only screen and (min-width:
|
|
2421
|
-
.
|
|
2422
|
-
|
|
2423
|
-
|
|
2356
|
+
@media only screen and (min-width: 64em) {
|
|
2357
|
+
.CardTitle-module_root__1uqqF {
|
|
2358
|
+
margin-bottom: 10px;
|
|
2359
|
+
|
|
2360
|
+
text-align: center
|
|
2424
2361
|
}
|
|
2425
2362
|
}
|
|
2426
|
-
.
|
|
2427
|
-
margin-
|
|
2428
|
-
}
|
|
2429
|
-
.ChapterBlock-module_root__1WyVn:last-child {
|
|
2430
|
-
margin-bottom: 0;
|
|
2431
|
-
}
|
|
2432
|
-
.ChapterBlock-module_subtitle__3TXll {
|
|
2433
|
-
display: inline-block;
|
|
2363
|
+
.CardTitle-module_index__4FsTf {
|
|
2364
|
+
margin-bottom: 7px;
|
|
2434
2365
|
|
|
2435
|
-
|
|
2436
|
-
letter-spacing: 1px;
|
|
2437
|
-
text-transform: uppercase;
|
|
2366
|
+
color: #b88b59;
|
|
2438
2367
|
|
|
2439
2368
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2440
|
-
font-size:
|
|
2441
|
-
font-weight:
|
|
2442
|
-
line-height:
|
|
2369
|
+
font-size: 20px;
|
|
2370
|
+
font-weight: 700;
|
|
2371
|
+
line-height: 24px;
|
|
2443
2372
|
}
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2373
|
+
.CardTitle-module_title__2iTI6 {
|
|
2374
|
+
color: #1d1d1d;
|
|
2375
|
+
|
|
2376
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2377
|
+
font-size: 20px;
|
|
2378
|
+
font-weight: 700;
|
|
2379
|
+
line-height: 24px
|
|
2380
|
+
}
|
|
2381
|
+
@media only screen and (min-width: 64em) {
|
|
2382
|
+
.CardTitle-module_title__2iTI6 {
|
|
2383
|
+
font-size: 28px;
|
|
2384
|
+
line-height: 34px
|
|
2448
2385
|
}
|
|
2449
2386
|
}
|
|
2450
|
-
|
|
2387
|
+
/* VISIBILITY */
|
|
2388
|
+
@media only screen and (min-width: 32em) {
|
|
2389
|
+
.CardTitle-module_mobile__1_kij {
|
|
2390
|
+
display: none
|
|
2391
|
+
}
|
|
2392
|
+
}
|
|
2393
|
+
.CardTitle-module_desktop__1l3_n {
|
|
2394
|
+
display: none
|
|
2395
|
+
}
|
|
2396
|
+
@media only screen and (min-width: 32em) {
|
|
2397
|
+
.CardTitle-module_desktop__1l3_n {
|
|
2398
|
+
display: block
|
|
2399
|
+
}
|
|
2400
|
+
}
|
|
2401
|
+
|
|
2402
|
+
/* Colors */
|
|
2403
|
+
/* Fonts */
|
|
2404
|
+
/* Gap */
|
|
2405
|
+
/* Media */
|
|
2406
|
+
/* 512 */
|
|
2407
|
+
/* 650 */
|
|
2408
|
+
/* 768 */
|
|
2409
|
+
/* 1024 */
|
|
2410
|
+
/* 1010 */
|
|
2411
|
+
/* 1200 */
|
|
2412
|
+
/* 511 */
|
|
2413
|
+
/* 1023 */
|
|
2414
|
+
/* Zindex */
|
|
2415
|
+
.ChapterBlock-module_root__1WyVn {
|
|
2416
|
+
position: relative;
|
|
2417
|
+
|
|
2418
|
+
margin: 38px auto 7px
|
|
2419
|
+
}
|
|
2420
|
+
@media only screen and (min-width: 32em) {
|
|
2421
|
+
.ChapterBlock-module_root__1WyVn {
|
|
2422
|
+
max-width: 650px;
|
|
2423
|
+
margin-top: 70px
|
|
2424
|
+
}
|
|
2425
|
+
}
|
|
2426
|
+
.ChapterBlock-module_root__1WyVn:first-child {
|
|
2427
|
+
margin-top: 0;
|
|
2428
|
+
}
|
|
2429
|
+
.ChapterBlock-module_root__1WyVn:last-child {
|
|
2430
|
+
margin-bottom: 0;
|
|
2431
|
+
}
|
|
2432
|
+
.ChapterBlock-module_subtitle__3TXll {
|
|
2433
|
+
display: inline-block;
|
|
2434
|
+
|
|
2435
|
+
vertical-align: top;
|
|
2436
|
+
letter-spacing: 1px;
|
|
2437
|
+
text-transform: uppercase;
|
|
2438
|
+
|
|
2439
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2440
|
+
font-size: 12px;
|
|
2441
|
+
font-weight: 600;
|
|
2442
|
+
line-height: 12px
|
|
2443
|
+
}
|
|
2444
|
+
@media only screen and (min-width: 32em) {
|
|
2445
|
+
.ChapterBlock-module_subtitle__3TXll {
|
|
2446
|
+
font-size: 13px;
|
|
2447
|
+
line-height: 16px
|
|
2448
|
+
}
|
|
2449
|
+
}
|
|
2450
|
+
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2451
2451
|
display: block;
|
|
2452
2452
|
|
|
2453
2453
|
width: 120px;
|
|
@@ -2871,6 +2871,126 @@
|
|
|
2871
2871
|
}
|
|
2872
2872
|
|
|
2873
2873
|
|
|
2874
|
+
/* Colors */
|
|
2875
|
+
/* Fonts */
|
|
2876
|
+
/* Gap */
|
|
2877
|
+
/* Media */
|
|
2878
|
+
/* 512 */
|
|
2879
|
+
/* 650 */
|
|
2880
|
+
/* 768 */
|
|
2881
|
+
/* 1024 */
|
|
2882
|
+
/* 1010 */
|
|
2883
|
+
/* 1200 */
|
|
2884
|
+
/* 511 */
|
|
2885
|
+
/* 1023 */
|
|
2886
|
+
/* Zindex */
|
|
2887
|
+
.RichTitle-module_root__BK_WT {
|
|
2888
|
+
margin: 0 0 18px;
|
|
2889
|
+
|
|
2890
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2891
|
+
font-size: 19px;
|
|
2892
|
+
font-weight: 700;
|
|
2893
|
+
line-height: 23px
|
|
2894
|
+
}
|
|
2895
|
+
@media only screen and (min-width: 48em) {
|
|
2896
|
+
.RichTitle-module_root__BK_WT {
|
|
2897
|
+
margin-bottom: 15px;
|
|
2898
|
+
|
|
2899
|
+
font-size: 37px;
|
|
2900
|
+
line-height: 42px
|
|
2901
|
+
}
|
|
2902
|
+
}
|
|
2903
|
+
.RichTitle-module_root__BK_WT:last-child {
|
|
2904
|
+
margin-bottom: 0;
|
|
2905
|
+
}
|
|
2906
|
+
.RichTitle-module_root__BK_WT span {
|
|
2907
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
2908
|
+
font-size: 20px;
|
|
2909
|
+
font-weight: normal
|
|
2910
|
+
}
|
|
2911
|
+
@media only screen and (min-width: 48em) {
|
|
2912
|
+
.RichTitle-module_root__BK_WT span {
|
|
2913
|
+
font-size: 38px
|
|
2914
|
+
}
|
|
2915
|
+
}
|
|
2916
|
+
@media only screen and (min-width: 32em) {
|
|
2917
|
+
.RichTitle-module_slide__1A-gB,
|
|
2918
|
+
.RichTitle-module_game__1g8Bn {
|
|
2919
|
+
text-align: center
|
|
2920
|
+
}
|
|
2921
|
+
}
|
|
2922
|
+
@media only screen and (min-width: 64em) {
|
|
2923
|
+
.RichTitle-module_half__10GRI {
|
|
2924
|
+
font-size: 33px;
|
|
2925
|
+
line-height: 36px
|
|
2926
|
+
}
|
|
2927
|
+
}
|
|
2928
|
+
@media only screen and (min-width: 64em) {
|
|
2929
|
+
.RichTitle-module_half__10GRI span {
|
|
2930
|
+
font-size: 34px
|
|
2931
|
+
}
|
|
2932
|
+
}
|
|
2933
|
+
.RichTitle-module_game__1g8Bn:first-child {
|
|
2934
|
+
padding-top: 9px;
|
|
2935
|
+
}
|
|
2936
|
+
@media only screen and (max-width: 63.9375em) {
|
|
2937
|
+
.RichTitle-module_featured__wJfaQ {
|
|
2938
|
+
letter-spacing: 0.3px;
|
|
2939
|
+
|
|
2940
|
+
font-size: 28px;
|
|
2941
|
+
line-height: 30px
|
|
2942
|
+
}
|
|
2943
|
+
}
|
|
2944
|
+
@media only screen and (max-width: 63.9375em) {
|
|
2945
|
+
.RichTitle-module_featured__wJfaQ span {
|
|
2946
|
+
display: block;
|
|
2947
|
+
|
|
2948
|
+
padding-top: 2px;
|
|
2949
|
+
|
|
2950
|
+
font-size: 18px;
|
|
2951
|
+
line-height: 24px
|
|
2952
|
+
}
|
|
2953
|
+
}
|
|
2954
|
+
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
2955
|
+
text-align: left
|
|
2956
|
+
}
|
|
2957
|
+
@media only screen and (min-width: 64em) {
|
|
2958
|
+
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
2959
|
+
margin-bottom: 18px
|
|
2960
|
+
}
|
|
2961
|
+
}
|
|
2962
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
2963
|
+
font-size: 19px;
|
|
2964
|
+
line-height: 23px
|
|
2965
|
+
}
|
|
2966
|
+
@media only screen and (min-width: 64em) {
|
|
2967
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
2968
|
+
font-size: 1.3rem;
|
|
2969
|
+
line-height: 1.6rem
|
|
2970
|
+
}
|
|
2971
|
+
}
|
|
2972
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
2973
|
+
font-size: 20px
|
|
2974
|
+
}
|
|
2975
|
+
@media only screen and (min-width: 64em) {
|
|
2976
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
2977
|
+
font-size: 1.35rem
|
|
2978
|
+
}
|
|
2979
|
+
}
|
|
2980
|
+
@media only screen and (min-width: 32em) {
|
|
2981
|
+
.RichTitle-module_mobile__1Cb6E {
|
|
2982
|
+
display: none
|
|
2983
|
+
}
|
|
2984
|
+
}
|
|
2985
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
2986
|
+
display: none
|
|
2987
|
+
}
|
|
2988
|
+
@media only screen and (min-width: 32em) {
|
|
2989
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
2990
|
+
display: block
|
|
2991
|
+
}
|
|
2992
|
+
}
|
|
2993
|
+
|
|
2874
2994
|
/* Colors */
|
|
2875
2995
|
/* Fonts */
|
|
2876
2996
|
/* Gap */
|
|
@@ -3046,299 +3166,49 @@
|
|
|
3046
3166
|
/* 511 */
|
|
3047
3167
|
/* 1023 */
|
|
3048
3168
|
/* Zindex */
|
|
3049
|
-
|
|
3050
|
-
|
|
3169
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
3170
|
+
span[data-body] {
|
|
3171
|
+
position: relative;
|
|
3051
3172
|
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3173
|
+
padding: 0 4px;
|
|
3174
|
+
|
|
3175
|
+
cursor: pointer;
|
|
3176
|
+
white-space: pre-wrap;
|
|
3177
|
+
|
|
3178
|
+
border-radius: 4px;
|
|
3179
|
+
background: #f8f8f8;
|
|
3180
|
+
box-shadow: inset 1px 0 #b3b3b3, inset 0 1px #b3b3b3, inset -1px 0 #b3b3b3,
|
|
3181
|
+
inset 0 -1px #b3b3b3
|
|
3055
3182
|
}
|
|
3056
3183
|
@media only screen and (min-width: 48em) {
|
|
3057
|
-
|
|
3058
|
-
|
|
3184
|
+
span[data-body] {
|
|
3185
|
+
padding-bottom: 1px
|
|
3059
3186
|
}
|
|
3060
3187
|
}
|
|
3061
|
-
|
|
3062
|
-
|
|
3188
|
+
span[data-body]:hover {
|
|
3189
|
+
background: #f3f3f3;
|
|
3190
|
+
box-shadow: inset 1px 0 #999, inset 0 1px #999, inset -1px 0 #999,
|
|
3191
|
+
inset 0 -1px #999;
|
|
3063
3192
|
}
|
|
3064
|
-
|
|
3065
|
-
|
|
3193
|
+
span[data-highlight='true'],
|
|
3194
|
+
span[data-highlight='true']:hover {
|
|
3195
|
+
background-color: #f4efe9;
|
|
3196
|
+
box-shadow: inset 1px 0 #b88b58, inset 0 1px #b88b58, inset -1px 0 #b88b58,
|
|
3197
|
+
inset 0 -1px #b88b58;
|
|
3066
3198
|
}
|
|
3067
|
-
.
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
padding: 12px 12px 13px;
|
|
3071
|
-
|
|
3072
|
-
transition: color 0.15s;
|
|
3073
|
-
text-decoration: none;
|
|
3074
|
-
|
|
3075
|
-
color: #000;
|
|
3076
|
-
box-shadow: none;
|
|
3199
|
+
.SimpleBlock-module_p__Q3azD {
|
|
3200
|
+
margin: 0 0 14px;
|
|
3077
3201
|
|
|
3078
|
-
font-
|
|
3079
|
-
|
|
3202
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3203
|
+
font-size: calc(18rem / 16);
|
|
3204
|
+
line-height: calc(24rem / 16)
|
|
3080
3205
|
}
|
|
3081
|
-
@media only screen and (min-width:
|
|
3082
|
-
.
|
|
3083
|
-
|
|
3206
|
+
@media only screen and (min-width: 32em) {
|
|
3207
|
+
.SimpleBlock-module_p__Q3azD {
|
|
3208
|
+
margin: 0 0 20px;
|
|
3084
3209
|
|
|
3085
|
-
font-size:
|
|
3086
|
-
line-height:
|
|
3087
|
-
}
|
|
3088
|
-
}
|
|
3089
|
-
.RelatedBlock-module_root__IKcQq a:hover {
|
|
3090
|
-
color: #5c5c5c;
|
|
3091
|
-
}
|
|
3092
|
-
.RelatedBlock-module_header__2SuWP {
|
|
3093
|
-
margin: 0;
|
|
3094
|
-
padding: 14px 12px 3px;
|
|
3095
|
-
|
|
3096
|
-
letter-spacing: 1px;
|
|
3097
|
-
text-transform: uppercase;
|
|
3098
|
-
|
|
3099
|
-
color: #7F7F7F;
|
|
3100
|
-
|
|
3101
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3102
|
-
font-size: 12px;
|
|
3103
|
-
font-weight: 600;
|
|
3104
|
-
line-height: 17px
|
|
3105
|
-
}
|
|
3106
|
-
@media only screen and (min-width: 48em) {
|
|
3107
|
-
.RelatedBlock-module_header__2SuWP {
|
|
3108
|
-
padding: 20px 20px 14px;
|
|
3109
|
-
|
|
3110
|
-
font-size: 14px;
|
|
3111
|
-
line-height: 16px
|
|
3112
|
-
}
|
|
3113
|
-
}
|
|
3114
|
-
.RelatedBlock-module_items__2V-Ap {
|
|
3115
|
-
margin: 0;
|
|
3116
|
-
padding-left: 0;
|
|
3117
|
-
|
|
3118
|
-
list-style: none;
|
|
3119
|
-
}
|
|
3120
|
-
.RelatedBlock-module_items__2V-Ap li {
|
|
3121
|
-
padding: 0;
|
|
3122
|
-
}
|
|
3123
|
-
.RelatedBlock-module_items__2V-Ap li + li {
|
|
3124
|
-
border-top: 1px solid #e6e6e6;
|
|
3125
|
-
}
|
|
3126
|
-
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3127
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3128
|
-
font-size: 16px;
|
|
3129
|
-
font-weight: 700;
|
|
3130
|
-
line-height: 18px
|
|
3131
|
-
}
|
|
3132
|
-
@media only screen and (min-width: 48em) {
|
|
3133
|
-
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3134
|
-
font-size: 18px
|
|
3135
|
-
}
|
|
3136
|
-
}
|
|
3137
|
-
.RelatedBlock-module_simple__29HVO {
|
|
3138
|
-
}
|
|
3139
|
-
.RelatedBlock-module_center__1LmW8 {
|
|
3140
|
-
max-width: 650px;
|
|
3141
|
-
margin-right: auto;
|
|
3142
|
-
margin-left: auto;
|
|
3143
|
-
}
|
|
3144
|
-
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
3145
|
-
margin-top: 0;
|
|
3146
|
-
}
|
|
3147
|
-
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
3148
|
-
margin-bottom: 0;
|
|
3149
|
-
}
|
|
3150
|
-
/* VISIBILITY */
|
|
3151
|
-
@media only screen and (min-width: 32em) {
|
|
3152
|
-
.RelatedBlock-module_mobile__2XM5a {
|
|
3153
|
-
display: none
|
|
3154
|
-
}
|
|
3155
|
-
}
|
|
3156
|
-
.RelatedBlock-module_desktop__2mXeq {
|
|
3157
|
-
display: none
|
|
3158
|
-
}
|
|
3159
|
-
@media only screen and (min-width: 32em) {
|
|
3160
|
-
.RelatedBlock-module_desktop__2mXeq {
|
|
3161
|
-
display: block
|
|
3162
|
-
}
|
|
3163
|
-
}
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
/* Colors */
|
|
3167
|
-
/* Fonts */
|
|
3168
|
-
/* Gap */
|
|
3169
|
-
/* Media */
|
|
3170
|
-
/* 512 */
|
|
3171
|
-
/* 650 */
|
|
3172
|
-
/* 768 */
|
|
3173
|
-
/* 1024 */
|
|
3174
|
-
/* 1010 */
|
|
3175
|
-
/* 1200 */
|
|
3176
|
-
/* 511 */
|
|
3177
|
-
/* 1023 */
|
|
3178
|
-
/* Zindex */
|
|
3179
|
-
.RichTitle-module_root__BK_WT {
|
|
3180
|
-
margin: 0 0 18px;
|
|
3181
|
-
|
|
3182
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3183
|
-
font-size: 19px;
|
|
3184
|
-
font-weight: 700;
|
|
3185
|
-
line-height: 23px
|
|
3186
|
-
}
|
|
3187
|
-
@media only screen and (min-width: 48em) {
|
|
3188
|
-
.RichTitle-module_root__BK_WT {
|
|
3189
|
-
margin-bottom: 15px;
|
|
3190
|
-
|
|
3191
|
-
font-size: 37px;
|
|
3192
|
-
line-height: 42px
|
|
3193
|
-
}
|
|
3194
|
-
}
|
|
3195
|
-
.RichTitle-module_root__BK_WT:last-child {
|
|
3196
|
-
margin-bottom: 0;
|
|
3197
|
-
}
|
|
3198
|
-
.RichTitle-module_root__BK_WT span {
|
|
3199
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3200
|
-
font-size: 20px;
|
|
3201
|
-
font-weight: normal
|
|
3202
|
-
}
|
|
3203
|
-
@media only screen and (min-width: 48em) {
|
|
3204
|
-
.RichTitle-module_root__BK_WT span {
|
|
3205
|
-
font-size: 38px
|
|
3206
|
-
}
|
|
3207
|
-
}
|
|
3208
|
-
@media only screen and (min-width: 32em) {
|
|
3209
|
-
.RichTitle-module_slide__1A-gB,
|
|
3210
|
-
.RichTitle-module_game__1g8Bn {
|
|
3211
|
-
text-align: center
|
|
3212
|
-
}
|
|
3213
|
-
}
|
|
3214
|
-
@media only screen and (min-width: 64em) {
|
|
3215
|
-
.RichTitle-module_half__10GRI {
|
|
3216
|
-
font-size: 33px;
|
|
3217
|
-
line-height: 36px
|
|
3218
|
-
}
|
|
3219
|
-
}
|
|
3220
|
-
@media only screen and (min-width: 64em) {
|
|
3221
|
-
.RichTitle-module_half__10GRI span {
|
|
3222
|
-
font-size: 34px
|
|
3223
|
-
}
|
|
3224
|
-
}
|
|
3225
|
-
.RichTitle-module_game__1g8Bn:first-child {
|
|
3226
|
-
padding-top: 9px;
|
|
3227
|
-
}
|
|
3228
|
-
@media only screen and (max-width: 63.9375em) {
|
|
3229
|
-
.RichTitle-module_featured__wJfaQ {
|
|
3230
|
-
letter-spacing: 0.3px;
|
|
3231
|
-
|
|
3232
|
-
font-size: 28px;
|
|
3233
|
-
line-height: 30px
|
|
3234
|
-
}
|
|
3235
|
-
}
|
|
3236
|
-
@media only screen and (max-width: 63.9375em) {
|
|
3237
|
-
.RichTitle-module_featured__wJfaQ span {
|
|
3238
|
-
display: block;
|
|
3239
|
-
|
|
3240
|
-
padding-top: 2px;
|
|
3241
|
-
|
|
3242
|
-
font-size: 18px;
|
|
3243
|
-
line-height: 24px
|
|
3244
|
-
}
|
|
3245
|
-
}
|
|
3246
|
-
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3247
|
-
text-align: left
|
|
3248
|
-
}
|
|
3249
|
-
@media only screen and (min-width: 64em) {
|
|
3250
|
-
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3251
|
-
margin-bottom: 18px
|
|
3252
|
-
}
|
|
3253
|
-
}
|
|
3254
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3255
|
-
font-size: 19px;
|
|
3256
|
-
line-height: 23px
|
|
3257
|
-
}
|
|
3258
|
-
@media only screen and (min-width: 64em) {
|
|
3259
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3260
|
-
font-size: 1.3rem;
|
|
3261
|
-
line-height: 1.6rem
|
|
3262
|
-
}
|
|
3263
|
-
}
|
|
3264
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3265
|
-
font-size: 20px
|
|
3266
|
-
}
|
|
3267
|
-
@media only screen and (min-width: 64em) {
|
|
3268
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3269
|
-
font-size: 1.35rem
|
|
3270
|
-
}
|
|
3271
|
-
}
|
|
3272
|
-
@media only screen and (min-width: 32em) {
|
|
3273
|
-
.RichTitle-module_mobile__1Cb6E {
|
|
3274
|
-
display: none
|
|
3275
|
-
}
|
|
3276
|
-
}
|
|
3277
|
-
.RichTitle-module_desktop__2ixSQ {
|
|
3278
|
-
display: none
|
|
3279
|
-
}
|
|
3280
|
-
@media only screen and (min-width: 32em) {
|
|
3281
|
-
.RichTitle-module_desktop__2ixSQ {
|
|
3282
|
-
display: block
|
|
3283
|
-
}
|
|
3284
|
-
}
|
|
3285
|
-
|
|
3286
|
-
/* Colors */
|
|
3287
|
-
/* Fonts */
|
|
3288
|
-
/* Gap */
|
|
3289
|
-
/* Media */
|
|
3290
|
-
/* 512 */
|
|
3291
|
-
/* 650 */
|
|
3292
|
-
/* 768 */
|
|
3293
|
-
/* 1024 */
|
|
3294
|
-
/* 1010 */
|
|
3295
|
-
/* 1200 */
|
|
3296
|
-
/* 511 */
|
|
3297
|
-
/* 1023 */
|
|
3298
|
-
/* Zindex */
|
|
3299
|
-
/* stylelint-disable declaration-empty-line-before */
|
|
3300
|
-
span[data-body] {
|
|
3301
|
-
position: relative;
|
|
3302
|
-
|
|
3303
|
-
padding: 0 4px;
|
|
3304
|
-
|
|
3305
|
-
cursor: pointer;
|
|
3306
|
-
white-space: pre-wrap;
|
|
3307
|
-
|
|
3308
|
-
border-radius: 4px;
|
|
3309
|
-
background: #f8f8f8;
|
|
3310
|
-
box-shadow: inset 1px 0 #b3b3b3, inset 0 1px #b3b3b3, inset -1px 0 #b3b3b3,
|
|
3311
|
-
inset 0 -1px #b3b3b3
|
|
3312
|
-
}
|
|
3313
|
-
@media only screen and (min-width: 48em) {
|
|
3314
|
-
span[data-body] {
|
|
3315
|
-
padding-bottom: 1px
|
|
3316
|
-
}
|
|
3317
|
-
}
|
|
3318
|
-
span[data-body]:hover {
|
|
3319
|
-
background: #f3f3f3;
|
|
3320
|
-
box-shadow: inset 1px 0 #999, inset 0 1px #999, inset -1px 0 #999,
|
|
3321
|
-
inset 0 -1px #999;
|
|
3322
|
-
}
|
|
3323
|
-
span[data-highlight='true'],
|
|
3324
|
-
span[data-highlight='true']:hover {
|
|
3325
|
-
background-color: #f4efe9;
|
|
3326
|
-
box-shadow: inset 1px 0 #b88b58, inset 0 1px #b88b58, inset -1px 0 #b88b58,
|
|
3327
|
-
inset 0 -1px #b88b58;
|
|
3328
|
-
}
|
|
3329
|
-
.SimpleBlock-module_p__Q3azD {
|
|
3330
|
-
margin: 0 0 14px;
|
|
3331
|
-
|
|
3332
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3333
|
-
font-size: calc(18rem / 16);
|
|
3334
|
-
line-height: calc(24rem / 16)
|
|
3335
|
-
}
|
|
3336
|
-
@media only screen and (min-width: 32em) {
|
|
3337
|
-
.SimpleBlock-module_p__Q3azD {
|
|
3338
|
-
margin: 0 0 20px;
|
|
3339
|
-
|
|
3340
|
-
font-size: 20px;
|
|
3341
|
-
line-height: 28px
|
|
3210
|
+
font-size: 20px;
|
|
3211
|
+
line-height: 28px
|
|
3342
3212
|
}
|
|
3343
3213
|
}
|
|
3344
3214
|
.SimpleBlock-module_p__Q3azD a,
|
|
@@ -3740,36 +3610,249 @@ a mark {
|
|
|
3740
3610
|
/* 511 */
|
|
3741
3611
|
/* 1023 */
|
|
3742
3612
|
/* Zindex */
|
|
3743
|
-
.
|
|
3744
|
-
margin:
|
|
3613
|
+
.RelatedBlock-module_root__IKcQq {
|
|
3614
|
+
margin: 16px 0;
|
|
3745
3615
|
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
line-height: 23px
|
|
3616
|
+
border-radius: 8px;
|
|
3617
|
+
background-color: #f5f5f5;
|
|
3618
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
3750
3619
|
}
|
|
3751
3620
|
@media only screen and (min-width: 48em) {
|
|
3752
|
-
.
|
|
3753
|
-
margin
|
|
3621
|
+
.RelatedBlock-module_root__IKcQq {
|
|
3622
|
+
margin: 25px 0
|
|
3623
|
+
}
|
|
3624
|
+
}
|
|
3625
|
+
.RelatedBlock-module_root__IKcQq:last-child {
|
|
3626
|
+
margin-bottom: 0;
|
|
3627
|
+
}
|
|
3628
|
+
.RelatedBlock-module_root__IKcQq:first-child {
|
|
3629
|
+
margin-top: 0;
|
|
3630
|
+
}
|
|
3631
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
3632
|
+
display: block;
|
|
3754
3633
|
|
|
3755
|
-
|
|
3756
|
-
|
|
3634
|
+
padding: 12px 12px 13px;
|
|
3635
|
+
|
|
3636
|
+
transition: color 0.15s;
|
|
3637
|
+
text-decoration: none;
|
|
3638
|
+
|
|
3639
|
+
color: #000;
|
|
3640
|
+
box-shadow: none;
|
|
3641
|
+
|
|
3642
|
+
font-size: 17px;
|
|
3643
|
+
line-height: 20px
|
|
3644
|
+
}
|
|
3645
|
+
@media only screen and (min-width: 48em) {
|
|
3646
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
3647
|
+
padding: 15px 20px 17px;
|
|
3648
|
+
|
|
3649
|
+
font-size: 19px;
|
|
3650
|
+
line-height: 23px
|
|
3651
|
+
}
|
|
3652
|
+
}
|
|
3653
|
+
.RelatedBlock-module_root__IKcQq a:hover {
|
|
3654
|
+
color: #5c5c5c;
|
|
3655
|
+
}
|
|
3656
|
+
.RelatedBlock-module_header__2SuWP {
|
|
3657
|
+
margin: 0;
|
|
3658
|
+
padding: 14px 12px 3px;
|
|
3659
|
+
|
|
3660
|
+
letter-spacing: 1px;
|
|
3661
|
+
text-transform: uppercase;
|
|
3662
|
+
|
|
3663
|
+
color: #7F7F7F;
|
|
3664
|
+
|
|
3665
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3666
|
+
font-size: 12px;
|
|
3667
|
+
font-weight: 600;
|
|
3668
|
+
line-height: 17px
|
|
3669
|
+
}
|
|
3670
|
+
@media only screen and (min-width: 48em) {
|
|
3671
|
+
.RelatedBlock-module_header__2SuWP {
|
|
3672
|
+
padding: 20px 20px 14px;
|
|
3673
|
+
|
|
3674
|
+
font-size: 14px;
|
|
3675
|
+
line-height: 16px
|
|
3676
|
+
}
|
|
3677
|
+
}
|
|
3678
|
+
.RelatedBlock-module_items__2V-Ap {
|
|
3679
|
+
margin: 0;
|
|
3680
|
+
padding-left: 0;
|
|
3681
|
+
|
|
3682
|
+
list-style: none;
|
|
3683
|
+
}
|
|
3684
|
+
.RelatedBlock-module_items__2V-Ap li {
|
|
3685
|
+
padding: 0;
|
|
3686
|
+
}
|
|
3687
|
+
.RelatedBlock-module_items__2V-Ap li + li {
|
|
3688
|
+
border-top: 1px solid #e6e6e6;
|
|
3689
|
+
}
|
|
3690
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3691
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3692
|
+
font-size: 16px;
|
|
3693
|
+
font-weight: 700;
|
|
3694
|
+
line-height: 18px
|
|
3695
|
+
}
|
|
3696
|
+
@media only screen and (min-width: 48em) {
|
|
3697
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3698
|
+
font-size: 18px
|
|
3757
3699
|
}
|
|
3758
3700
|
}
|
|
3701
|
+
.RelatedBlock-module_simple__29HVO {
|
|
3702
|
+
}
|
|
3703
|
+
.RelatedBlock-module_center__1LmW8 {
|
|
3704
|
+
max-width: 650px;
|
|
3705
|
+
margin-right: auto;
|
|
3706
|
+
margin-left: auto;
|
|
3707
|
+
}
|
|
3708
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
3709
|
+
margin-top: 0;
|
|
3710
|
+
}
|
|
3711
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
3712
|
+
margin-bottom: 0;
|
|
3713
|
+
}
|
|
3759
3714
|
/* VISIBILITY */
|
|
3760
3715
|
@media only screen and (min-width: 32em) {
|
|
3761
|
-
.
|
|
3716
|
+
.RelatedBlock-module_mobile__2XM5a {
|
|
3762
3717
|
display: none
|
|
3763
3718
|
}
|
|
3764
3719
|
}
|
|
3765
|
-
.
|
|
3720
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
3766
3721
|
display: none
|
|
3767
3722
|
}
|
|
3768
3723
|
@media only screen and (min-width: 32em) {
|
|
3769
|
-
.
|
|
3724
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
3725
|
+
display: block
|
|
3726
|
+
}
|
|
3727
|
+
}
|
|
3728
|
+
|
|
3729
|
+
|
|
3730
|
+
/* Colors */
|
|
3731
|
+
/* Fonts */
|
|
3732
|
+
/* Gap */
|
|
3733
|
+
/* Media */
|
|
3734
|
+
/* 512 */
|
|
3735
|
+
/* 650 */
|
|
3736
|
+
/* 768 */
|
|
3737
|
+
/* 1024 */
|
|
3738
|
+
/* 1010 */
|
|
3739
|
+
/* 1200 */
|
|
3740
|
+
/* 511 */
|
|
3741
|
+
/* 1023 */
|
|
3742
|
+
/* Zindex */
|
|
3743
|
+
.SourceBlock-module_root__1P3XD {
|
|
3744
|
+
display: block;
|
|
3745
|
+
|
|
3746
|
+
margin: 18px 0 15px;
|
|
3747
|
+
padding: 12px 11px 17px;
|
|
3748
|
+
|
|
3749
|
+
color: #000;
|
|
3750
|
+
border-radius: 2px 8px 8px 2px;
|
|
3751
|
+
background-color: #f5f5f5;
|
|
3752
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #b78b5c;
|
|
3753
|
+
|
|
3754
|
+
font-size: 16px;
|
|
3755
|
+
line-height: 20px
|
|
3756
|
+
}
|
|
3757
|
+
@media only screen and (min-width: 48em) {
|
|
3758
|
+
.SourceBlock-module_root__1P3XD {
|
|
3759
|
+
margin-top: 25px;
|
|
3760
|
+
margin-bottom: 25px;
|
|
3761
|
+
padding: 18px 16px 16px
|
|
3762
|
+
}
|
|
3763
|
+
}
|
|
3764
|
+
.SourceBlock-module_root__1P3XD:hover,
|
|
3765
|
+
.SourceBlock-module_root__1P3XD:visited {
|
|
3766
|
+
background-color: #ededed;
|
|
3767
|
+
}
|
|
3768
|
+
.SourceBlock-module_root__1P3XD blockquote {
|
|
3769
|
+
margin: 0;
|
|
3770
|
+
}
|
|
3771
|
+
.SourceBlock-module_root__1P3XD a {
|
|
3772
|
+
text-decoration: none;
|
|
3773
|
+
|
|
3774
|
+
color: inherit;
|
|
3775
|
+
}
|
|
3776
|
+
.SourceBlock-module_text__Si4vm {
|
|
3777
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3778
|
+
}
|
|
3779
|
+
.SourceBlock-module_text__Si4vm p {
|
|
3780
|
+
margin: 0;
|
|
3781
|
+
|
|
3782
|
+
font-size: 16px;
|
|
3783
|
+
line-height: 22px
|
|
3784
|
+
}
|
|
3785
|
+
@media only screen and (min-width: 48em) {
|
|
3786
|
+
.SourceBlock-module_text__Si4vm p {
|
|
3787
|
+
font-size: 18px;
|
|
3788
|
+
line-height: 26px
|
|
3789
|
+
}
|
|
3790
|
+
}
|
|
3791
|
+
.SourceBlock-module_root__1P3XD p + p {
|
|
3792
|
+
margin-top: 12px;
|
|
3793
|
+
}
|
|
3794
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
3795
|
+
margin-top: 12px;
|
|
3796
|
+
padding-top: 10px;
|
|
3797
|
+
|
|
3798
|
+
border-top: 1px solid #d6d6d6
|
|
3799
|
+
}
|
|
3800
|
+
@media only screen and (min-width: 48em) {
|
|
3801
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
3802
|
+
margin-top: 18px;
|
|
3803
|
+
padding-top: 12px
|
|
3804
|
+
}
|
|
3805
|
+
}
|
|
3806
|
+
.SourceBlock-module_origin__l3JbO {
|
|
3807
|
+
letter-spacing: 1px;
|
|
3808
|
+
text-transform: uppercase;
|
|
3809
|
+
pointer-events: none;
|
|
3810
|
+
|
|
3811
|
+
color: #292929;
|
|
3812
|
+
|
|
3813
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3814
|
+
font-size: 16px;
|
|
3815
|
+
font-weight: bold;
|
|
3816
|
+
font-style: normal;
|
|
3817
|
+
line-height: 22px
|
|
3818
|
+
}
|
|
3819
|
+
@media only screen and (min-width: 48em) {
|
|
3820
|
+
.SourceBlock-module_origin__l3JbO {
|
|
3821
|
+
font-size: 18px;
|
|
3822
|
+
line-height: 26px
|
|
3823
|
+
}
|
|
3824
|
+
}
|
|
3825
|
+
.SourceBlock-module_center__3P93B {
|
|
3826
|
+
max-width: 650px;
|
|
3827
|
+
margin-right: auto;
|
|
3828
|
+
margin-left: auto;
|
|
3829
|
+
}
|
|
3830
|
+
/* VISIBILITY */
|
|
3831
|
+
@media only screen and (min-width: 32em) {
|
|
3832
|
+
.SourceBlock-module_mobile__2gw4S {
|
|
3833
|
+
display: none
|
|
3834
|
+
}
|
|
3835
|
+
}
|
|
3836
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
3837
|
+
display: none
|
|
3838
|
+
}
|
|
3839
|
+
@media only screen and (min-width: 32em) {
|
|
3840
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
3770
3841
|
display: block
|
|
3771
3842
|
}
|
|
3772
3843
|
}
|
|
3844
|
+
/* Dark theme */
|
|
3845
|
+
.SourceBlock-module_isDark__3hEEp,
|
|
3846
|
+
.SourceBlock-module_isDark__3hEEp:hover {
|
|
3847
|
+
background-color: #262626;
|
|
3848
|
+
color: inherit;
|
|
3849
|
+
}
|
|
3850
|
+
.SourceBlock-module_isDark__3hEEp .SourceBlock-module_origin__l3JbO {
|
|
3851
|
+
color: #b8b8b8;
|
|
3852
|
+
}
|
|
3853
|
+
.SourceBlock-module_isDark__3hEEp footer {
|
|
3854
|
+
border-top-color: #3d3d3d;
|
|
3855
|
+
}
|
|
3773
3856
|
|
|
3774
3857
|
/* Colors */
|
|
3775
3858
|
/* Fonts */
|
|
@@ -4063,119 +4146,36 @@ a mark {
|
|
|
4063
4146
|
/* 511 */
|
|
4064
4147
|
/* 1023 */
|
|
4065
4148
|
/* Zindex */
|
|
4066
|
-
.
|
|
4067
|
-
|
|
4068
|
-
|
|
4069
|
-
margin: 18px 0 15px;
|
|
4070
|
-
padding: 12px 11px 17px;
|
|
4071
|
-
|
|
4072
|
-
color: #000;
|
|
4073
|
-
border-radius: 2px 8px 8px 2px;
|
|
4074
|
-
background-color: #f5f5f5;
|
|
4075
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #b78b5c;
|
|
4149
|
+
.SimpleTitle-module_root__2jVQN {
|
|
4150
|
+
margin: 0 0 18px;
|
|
4076
4151
|
|
|
4077
|
-
font-
|
|
4078
|
-
|
|
4152
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
4153
|
+
font-size: 20px;
|
|
4154
|
+
font-weight: normal;
|
|
4155
|
+
line-height: 23px
|
|
4079
4156
|
}
|
|
4080
4157
|
@media only screen and (min-width: 48em) {
|
|
4081
|
-
.
|
|
4082
|
-
margin-
|
|
4083
|
-
|
|
4084
|
-
|
|
4158
|
+
.SimpleTitle-module_root__2jVQN {
|
|
4159
|
+
margin-bottom: 15px;
|
|
4160
|
+
|
|
4161
|
+
font-size: 36px;
|
|
4162
|
+
line-height: 40px
|
|
4085
4163
|
}
|
|
4086
4164
|
}
|
|
4087
|
-
.SourceBlock-module_root__1P3XD:hover,
|
|
4088
|
-
.SourceBlock-module_root__1P3XD:visited {
|
|
4089
|
-
background-color: #ededed;
|
|
4090
|
-
}
|
|
4091
|
-
.SourceBlock-module_root__1P3XD blockquote {
|
|
4092
|
-
margin: 0;
|
|
4093
|
-
}
|
|
4094
|
-
.SourceBlock-module_root__1P3XD a {
|
|
4095
|
-
text-decoration: none;
|
|
4096
|
-
|
|
4097
|
-
color: inherit;
|
|
4098
|
-
}
|
|
4099
|
-
.SourceBlock-module_text__Si4vm {
|
|
4100
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4101
|
-
}
|
|
4102
|
-
.SourceBlock-module_text__Si4vm p {
|
|
4103
|
-
margin: 0;
|
|
4104
|
-
|
|
4105
|
-
font-size: 16px;
|
|
4106
|
-
line-height: 22px
|
|
4107
|
-
}
|
|
4108
|
-
@media only screen and (min-width: 48em) {
|
|
4109
|
-
.SourceBlock-module_text__Si4vm p {
|
|
4110
|
-
font-size: 18px;
|
|
4111
|
-
line-height: 26px
|
|
4112
|
-
}
|
|
4113
|
-
}
|
|
4114
|
-
.SourceBlock-module_root__1P3XD p + p {
|
|
4115
|
-
margin-top: 12px;
|
|
4116
|
-
}
|
|
4117
|
-
.SourceBlock-module_root__1P3XD footer {
|
|
4118
|
-
margin-top: 12px;
|
|
4119
|
-
padding-top: 10px;
|
|
4120
|
-
|
|
4121
|
-
border-top: 1px solid #d6d6d6
|
|
4122
|
-
}
|
|
4123
|
-
@media only screen and (min-width: 48em) {
|
|
4124
|
-
.SourceBlock-module_root__1P3XD footer {
|
|
4125
|
-
margin-top: 18px;
|
|
4126
|
-
padding-top: 12px
|
|
4127
|
-
}
|
|
4128
|
-
}
|
|
4129
|
-
.SourceBlock-module_origin__l3JbO {
|
|
4130
|
-
letter-spacing: 1px;
|
|
4131
|
-
text-transform: uppercase;
|
|
4132
|
-
pointer-events: none;
|
|
4133
|
-
|
|
4134
|
-
color: #292929;
|
|
4135
|
-
|
|
4136
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4137
|
-
font-size: 16px;
|
|
4138
|
-
font-weight: bold;
|
|
4139
|
-
font-style: normal;
|
|
4140
|
-
line-height: 22px
|
|
4141
|
-
}
|
|
4142
|
-
@media only screen and (min-width: 48em) {
|
|
4143
|
-
.SourceBlock-module_origin__l3JbO {
|
|
4144
|
-
font-size: 18px;
|
|
4145
|
-
line-height: 26px
|
|
4146
|
-
}
|
|
4147
|
-
}
|
|
4148
|
-
.SourceBlock-module_center__3P93B {
|
|
4149
|
-
max-width: 650px;
|
|
4150
|
-
margin-right: auto;
|
|
4151
|
-
margin-left: auto;
|
|
4152
|
-
}
|
|
4153
4165
|
/* VISIBILITY */
|
|
4154
4166
|
@media only screen and (min-width: 32em) {
|
|
4155
|
-
.
|
|
4167
|
+
.SimpleTitle-module_mobile__11gBz {
|
|
4156
4168
|
display: none
|
|
4157
4169
|
}
|
|
4158
4170
|
}
|
|
4159
|
-
.
|
|
4171
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
4160
4172
|
display: none
|
|
4161
4173
|
}
|
|
4162
4174
|
@media only screen and (min-width: 32em) {
|
|
4163
|
-
.
|
|
4175
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
4164
4176
|
display: block
|
|
4165
4177
|
}
|
|
4166
4178
|
}
|
|
4167
|
-
/* Dark theme */
|
|
4168
|
-
.SourceBlock-module_isDark__3hEEp,
|
|
4169
|
-
.SourceBlock-module_isDark__3hEEp:hover {
|
|
4170
|
-
background-color: #262626;
|
|
4171
|
-
color: inherit;
|
|
4172
|
-
}
|
|
4173
|
-
.SourceBlock-module_isDark__3hEEp .SourceBlock-module_origin__l3JbO {
|
|
4174
|
-
color: #b8b8b8;
|
|
4175
|
-
}
|
|
4176
|
-
.SourceBlock-module_isDark__3hEEp footer {
|
|
4177
|
-
border-top-color: #3d3d3d;
|
|
4178
|
-
}
|
|
4179
4179
|
|
|
4180
4180
|
/* Colors */
|
|
4181
4181
|
/* Fonts */
|
|
@@ -4463,106 +4463,6 @@ a mark {
|
|
|
4463
4463
|
}
|
|
4464
4464
|
}
|
|
4465
4465
|
|
|
4466
|
-
/* stylelint-disable declaration-empty-line-before */
|
|
4467
|
-
/* Colors */
|
|
4468
|
-
/* Fonts */
|
|
4469
|
-
/* Gap */
|
|
4470
|
-
/* Media */
|
|
4471
|
-
/* 512 */
|
|
4472
|
-
/* 650 */
|
|
4473
|
-
/* 768 */
|
|
4474
|
-
/* 1024 */
|
|
4475
|
-
/* 1010 */
|
|
4476
|
-
/* 1200 */
|
|
4477
|
-
/* 511 */
|
|
4478
|
-
/* 1023 */
|
|
4479
|
-
/* Zindex */
|
|
4480
|
-
.DocumentItemsCount-module_root__P3q-z {
|
|
4481
|
-
display: inline;
|
|
4482
|
-
|
|
4483
|
-
line-height: inherit;
|
|
4484
|
-
}
|
|
4485
|
-
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4486
|
-
vertical-align: top;
|
|
4487
|
-
}
|
|
4488
|
-
.DocumentItemsCount-module_items__3pfxW {
|
|
4489
|
-
margin-left: 1px;
|
|
4490
|
-
|
|
4491
|
-
vertical-align: top;
|
|
4492
|
-
}
|
|
4493
|
-
|
|
4494
|
-
/* Colors */
|
|
4495
|
-
/* Fonts */
|
|
4496
|
-
/* Gap */
|
|
4497
|
-
/* Media */
|
|
4498
|
-
/* 512 */
|
|
4499
|
-
/* 650 */
|
|
4500
|
-
/* 768 */
|
|
4501
|
-
/* 1024 */
|
|
4502
|
-
/* 1010 */
|
|
4503
|
-
/* 1200 */
|
|
4504
|
-
/* 511 */
|
|
4505
|
-
/* 1023 */
|
|
4506
|
-
/* Zindex */
|
|
4507
|
-
.Footnote-module_root__2a0-B {
|
|
4508
|
-
position: relative;
|
|
4509
|
-
|
|
4510
|
-
width: 320px;
|
|
4511
|
-
padding: 20px;
|
|
4512
|
-
|
|
4513
|
-
border-radius: 8px;
|
|
4514
|
-
background-color: #fff;
|
|
4515
|
-
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4516
|
-
}
|
|
4517
|
-
.Footnote-module_body__259Ly {
|
|
4518
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4519
|
-
font-size: 16px;
|
|
4520
|
-
line-height: 22px;
|
|
4521
|
-
}
|
|
4522
|
-
.Footnote-module_body__259Ly h3 {
|
|
4523
|
-
margin: 0 0 16px;
|
|
4524
|
-
|
|
4525
|
-
font-size: inherit;
|
|
4526
|
-
font-weight: 700;
|
|
4527
|
-
line-height: inherit;
|
|
4528
|
-
}
|
|
4529
|
-
.Footnote-module_body__259Ly p {
|
|
4530
|
-
margin: 0;
|
|
4531
|
-
}
|
|
4532
|
-
.Footnote-module_body__259Ly p + p {
|
|
4533
|
-
margin-top: 6px;
|
|
4534
|
-
}
|
|
4535
|
-
.Footnote-module_body__259Ly a {
|
|
4536
|
-
color: inherit;
|
|
4537
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
4538
|
-
}
|
|
4539
|
-
.Footnote-module_body__259Ly a:hover {
|
|
4540
|
-
color: #b88b59;
|
|
4541
|
-
}
|
|
4542
|
-
.Footnote-module_dismiss__1HKG5 {
|
|
4543
|
-
position: absolute;
|
|
4544
|
-
top: 0;
|
|
4545
|
-
right: 0;
|
|
4546
|
-
|
|
4547
|
-
margin: 0;
|
|
4548
|
-
padding: 6px 9px 10px;
|
|
4549
|
-
|
|
4550
|
-
cursor: pointer;
|
|
4551
|
-
|
|
4552
|
-
color: #b3b3b3;
|
|
4553
|
-
border-width: 0;
|
|
4554
|
-
outline: none;
|
|
4555
|
-
background-color: transparent;
|
|
4556
|
-
}
|
|
4557
|
-
.Footnote-module_dismiss__1HKG5:hover {
|
|
4558
|
-
color: #757575;
|
|
4559
|
-
}
|
|
4560
|
-
.Footnote-module_dismiss__1HKG5 svg {
|
|
4561
|
-
width: 12px;
|
|
4562
|
-
height: 12px;
|
|
4563
|
-
}
|
|
4564
|
-
|
|
4565
|
-
|
|
4566
4466
|
/* Colors */
|
|
4567
4467
|
/* Fonts */
|
|
4568
4468
|
/* Gap */
|
|
@@ -4669,6 +4569,7 @@ a mark {
|
|
|
4669
4569
|
fill: currentColor;
|
|
4670
4570
|
}
|
|
4671
4571
|
|
|
4572
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
4672
4573
|
/* Colors */
|
|
4673
4574
|
/* Fonts */
|
|
4674
4575
|
/* Gap */
|
|
@@ -4682,35 +4583,411 @@ a mark {
|
|
|
4682
4583
|
/* 511 */
|
|
4683
4584
|
/* 1023 */
|
|
4684
4585
|
/* Zindex */
|
|
4685
|
-
.
|
|
4686
|
-
|
|
4687
|
-
z-index: 10;
|
|
4586
|
+
.DocumentItemsCount-module_root__P3q-z {
|
|
4587
|
+
display: inline;
|
|
4688
4588
|
|
|
4689
|
-
|
|
4690
|
-
|
|
4589
|
+
line-height: inherit;
|
|
4590
|
+
}
|
|
4591
|
+
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4592
|
+
vertical-align: top;
|
|
4593
|
+
}
|
|
4594
|
+
.DocumentItemsCount-module_items__3pfxW {
|
|
4595
|
+
margin-left: 1px;
|
|
4691
4596
|
|
|
4692
|
-
|
|
4597
|
+
vertical-align: top;
|
|
4598
|
+
}
|
|
4693
4599
|
|
|
4694
|
-
|
|
4695
|
-
|
|
4600
|
+
/* Colors */
|
|
4601
|
+
/* Fonts */
|
|
4602
|
+
/* Gap */
|
|
4603
|
+
/* Media */
|
|
4604
|
+
/* 512 */
|
|
4605
|
+
/* 650 */
|
|
4606
|
+
/* 768 */
|
|
4607
|
+
/* 1024 */
|
|
4608
|
+
/* 1010 */
|
|
4609
|
+
/* 1200 */
|
|
4610
|
+
/* 511 */
|
|
4611
|
+
/* 1023 */
|
|
4612
|
+
/* Zindex */
|
|
4613
|
+
.SensitiveBlock-module_root__2iJbD {
|
|
4614
|
+
position: relative;
|
|
4615
|
+
|
|
4616
|
+
margin: 15px 0
|
|
4696
4617
|
}
|
|
4697
4618
|
@media only screen and (min-width: 32em) {
|
|
4698
|
-
.
|
|
4699
|
-
|
|
4619
|
+
.SensitiveBlock-module_root__2iJbD {
|
|
4620
|
+
margin: 25px 0 20px
|
|
4700
4621
|
}
|
|
4701
4622
|
}
|
|
4702
|
-
.
|
|
4623
|
+
.SensitiveBlock-module_root__2iJbD:first-child {
|
|
4624
|
+
margin-top: 0;
|
|
4625
|
+
}
|
|
4626
|
+
.SensitiveBlock-module_root__2iJbD:last-child {
|
|
4627
|
+
margin-bottom: 0;
|
|
4628
|
+
}
|
|
4629
|
+
.SensitiveBlock-module_root__2iJbD figcaption {
|
|
4630
|
+
width: 100%;
|
|
4631
|
+
max-width: 650px;
|
|
4632
|
+
margin-right: auto;
|
|
4633
|
+
margin-left: auto;
|
|
4634
|
+
|
|
4635
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4636
|
+
}
|
|
4637
|
+
.SensitiveBlock-module_container__1Wtix {
|
|
4638
|
+
position: relative;
|
|
4639
|
+
|
|
4640
|
+
min-height: 170px;
|
|
4641
|
+
|
|
4642
|
+
transition: min-height 350ms ease;
|
|
4643
|
+
}
|
|
4644
|
+
.SensitiveBlock-module_overlay__hfDVS {
|
|
4703
4645
|
position: absolute;
|
|
4646
|
+
z-index: 10;
|
|
4704
4647
|
top: 0;
|
|
4705
|
-
right:
|
|
4648
|
+
right: -20px;
|
|
4706
4649
|
bottom: 0;
|
|
4707
|
-
left:
|
|
4708
|
-
z-index: 20;
|
|
4650
|
+
left: -20px;
|
|
4709
4651
|
|
|
4710
|
-
|
|
4652
|
+
display: -webkit-box;
|
|
4711
4653
|
|
|
4712
|
-
|
|
4713
|
-
|
|
4654
|
+
display: -webkit-flex;
|
|
4655
|
+
|
|
4656
|
+
display: -ms-flexbox;
|
|
4657
|
+
|
|
4658
|
+
display: flex;
|
|
4659
|
+
align-items: center;
|
|
4660
|
+
flex-flow: column nowrap;
|
|
4661
|
+
justify-content: center;
|
|
4662
|
+
|
|
4663
|
+
padding: 30px 20px;
|
|
4664
|
+
|
|
4665
|
+
transition: opacity 500ms ease, visibility 500ms ease;
|
|
4666
|
+
|
|
4667
|
+
background-color: rgba(255, 255, 255, 1);
|
|
4668
|
+
background-repeat: no-repeat;
|
|
4669
|
+
background-position: center top;
|
|
4670
|
+
background-size: cover
|
|
4671
|
+
}
|
|
4672
|
+
@media only screen and (min-width: 32em) {
|
|
4673
|
+
.SensitiveBlock-module_overlay__hfDVS {
|
|
4674
|
+
right: 0;
|
|
4675
|
+
left: 0
|
|
4676
|
+
}
|
|
4677
|
+
}
|
|
4678
|
+
.SensitiveBlock-module_content__sNpxZ {
|
|
4679
|
+
-webkit-user-select: none;
|
|
4680
|
+
-moz-user-select: none;
|
|
4681
|
+
-ms-user-select: none;
|
|
4682
|
+
user-select: none;
|
|
4683
|
+
|
|
4684
|
+
color: #fff;
|
|
4685
|
+
|
|
4686
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4687
|
+
}
|
|
4688
|
+
.SensitiveBlock-module_content__sNpxZ p {
|
|
4689
|
+
display: block;
|
|
4690
|
+
|
|
4691
|
+
width: 100%;
|
|
4692
|
+
max-width: 368px;
|
|
4693
|
+
margin-top: 0;
|
|
4694
|
+
margin-bottom: 12px;
|
|
4695
|
+
|
|
4696
|
+
text-align: center;
|
|
4697
|
+
|
|
4698
|
+
font-size: 14px;
|
|
4699
|
+
line-height: 18px
|
|
4700
|
+
}
|
|
4701
|
+
@media only screen and (min-width: 32em) {
|
|
4702
|
+
.SensitiveBlock-module_content__sNpxZ p {
|
|
4703
|
+
margin-bottom: 24px;
|
|
4704
|
+
|
|
4705
|
+
font-size: 16px;
|
|
4706
|
+
line-height: 22px
|
|
4707
|
+
}
|
|
4708
|
+
}
|
|
4709
|
+
.SensitiveBlock-module_button__3BGZK {
|
|
4710
|
+
width: 100%;
|
|
4711
|
+
max-width: 348px;
|
|
4712
|
+
margin: 0 auto;
|
|
4713
|
+
}
|
|
4714
|
+
.SensitiveBlock-module_default__2HgmZ {
|
|
4715
|
+
max-width: 650px
|
|
4716
|
+
}
|
|
4717
|
+
@media only screen and (min-width: 32em) {
|
|
4718
|
+
.SensitiveBlock-module_default__2HgmZ {
|
|
4719
|
+
margin-right: auto;
|
|
4720
|
+
margin-left: auto
|
|
4721
|
+
}
|
|
4722
|
+
}
|
|
4723
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
4724
|
+
max-width: 980px
|
|
4725
|
+
}
|
|
4726
|
+
@media only screen and (min-width: 32em) {
|
|
4727
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
4728
|
+
margin-right: auto;
|
|
4729
|
+
margin-left: auto
|
|
4730
|
+
}
|
|
4731
|
+
}
|
|
4732
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
4733
|
+
right: -20px;
|
|
4734
|
+
left: -20px
|
|
4735
|
+
}
|
|
4736
|
+
@media only screen and (min-width: 32em) {
|
|
4737
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
4738
|
+
right: 0;
|
|
4739
|
+
left: 0
|
|
4740
|
+
}
|
|
4741
|
+
}
|
|
4742
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
4743
|
+
padding-right: 20px;
|
|
4744
|
+
padding-left: 20px
|
|
4745
|
+
}
|
|
4746
|
+
@media only screen and (min-width: 32em) {
|
|
4747
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
4748
|
+
padding-right: 0;
|
|
4749
|
+
padding-left: 0
|
|
4750
|
+
}
|
|
4751
|
+
}
|
|
4752
|
+
.SensitiveBlock-module_super_full__14UOv {
|
|
4753
|
+
max-width: 100%;
|
|
4754
|
+
}
|
|
4755
|
+
@media only screen and (min-width: 32em) {
|
|
4756
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_overlay__hfDVS {
|
|
4757
|
+
right: -15px;
|
|
4758
|
+
left: -15px
|
|
4759
|
+
}
|
|
4760
|
+
}
|
|
4761
|
+
@media only screen and (min-width: 32em) {
|
|
4762
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_media__3wnlo {
|
|
4763
|
+
padding-right: 15px;
|
|
4764
|
+
padding-left: 15px
|
|
4765
|
+
}
|
|
4766
|
+
}
|
|
4767
|
+
/* STATE */
|
|
4768
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_overlay__hfDVS {
|
|
4769
|
+
visibility: hidden;
|
|
4770
|
+
|
|
4771
|
+
pointer-events: none;
|
|
4772
|
+
|
|
4773
|
+
opacity: 0;
|
|
4774
|
+
}
|
|
4775
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
|
|
4776
|
+
min-height: 0;
|
|
4777
|
+
}
|
|
4778
|
+
/* CONTEXT */
|
|
4779
|
+
@media only screen and (max-width: 63.9375em) {
|
|
4780
|
+
.SensitiveBlock-module_isInCard__1L-lu .SensitiveBlock-module_overlay__hfDVS,
|
|
4781
|
+
.SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
|
|
4782
|
+
right: -11px;
|
|
4783
|
+
left: -11px
|
|
4784
|
+
}
|
|
4785
|
+
}
|
|
4786
|
+
|
|
4787
|
+
/* Colors */
|
|
4788
|
+
/* Fonts */
|
|
4789
|
+
/* Gap */
|
|
4790
|
+
/* Media */
|
|
4791
|
+
/* 512 */
|
|
4792
|
+
/* 650 */
|
|
4793
|
+
/* 768 */
|
|
4794
|
+
/* 1024 */
|
|
4795
|
+
/* 1010 */
|
|
4796
|
+
/* 1200 */
|
|
4797
|
+
/* 511 */
|
|
4798
|
+
/* 1023 */
|
|
4799
|
+
/* Zindex */
|
|
4800
|
+
.DonatesTeaser-module_root__3rtaJ {
|
|
4801
|
+
position: relative;
|
|
4802
|
+
z-index: 10;
|
|
4803
|
+
|
|
4804
|
+
display: block;
|
|
4805
|
+
overflow: hidden;
|
|
4806
|
+
|
|
4807
|
+
margin: calc(15rem / 16) -20px;
|
|
4808
|
+
padding: 42px 30px 50px;
|
|
4809
|
+
|
|
4810
|
+
text-decoration: none;
|
|
4811
|
+
|
|
4812
|
+
outline-width: 0;
|
|
4813
|
+
background-color: #000;
|
|
4814
|
+
|
|
4815
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
|
|
4816
|
+
}
|
|
4817
|
+
@media only screen and (min-width: 32em) {
|
|
4818
|
+
.DonatesTeaser-module_root__3rtaJ {
|
|
4819
|
+
margin: 25px 0 20px;
|
|
4820
|
+
padding: 48px 30px;
|
|
4821
|
+
|
|
4822
|
+
border-radius: 8px
|
|
4823
|
+
}
|
|
4824
|
+
}
|
|
4825
|
+
.DonatesTeaser-module_root__3rtaJ:hover .DonatesTeaser-module_ctaInner__2LChL::after {
|
|
4826
|
+
opacity: 0.7;
|
|
4827
|
+
}
|
|
4828
|
+
.DonatesTeaser-module_main__YBt6p {
|
|
4829
|
+
max-width: 852px;
|
|
4830
|
+
margin: 0 auto;
|
|
4831
|
+
|
|
4832
|
+
text-align: center;
|
|
4833
|
+
|
|
4834
|
+
color: #fff;
|
|
4835
|
+
}
|
|
4836
|
+
@media only screen and (min-width: 32em) {
|
|
4837
|
+
.DonatesTeaser-module_break__3HoGb {
|
|
4838
|
+
display: block
|
|
4839
|
+
}
|
|
4840
|
+
}
|
|
4841
|
+
.DonatesTeaser-module_title__hs-yr {
|
|
4842
|
+
font-size: 20px;
|
|
4843
|
+
font-weight: 700;
|
|
4844
|
+
line-height: 25px
|
|
4845
|
+
}
|
|
4846
|
+
@media only screen and (min-width: 32em) {
|
|
4847
|
+
.DonatesTeaser-module_title__hs-yr {
|
|
4848
|
+
font-size: 28px;
|
|
4849
|
+
line-height: 34px
|
|
4850
|
+
}
|
|
4851
|
+
}
|
|
4852
|
+
.DonatesTeaser-module_text__ro-QA {
|
|
4853
|
+
margin: 0;
|
|
4854
|
+
|
|
4855
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
4856
|
+
font-size: 21px;
|
|
4857
|
+
font-weight: normal;
|
|
4858
|
+
line-height: 25px
|
|
4859
|
+
}
|
|
4860
|
+
@media only screen and (min-width: 32em) {
|
|
4861
|
+
.DonatesTeaser-module_text__ro-QA {
|
|
4862
|
+
font-size: 29px;
|
|
4863
|
+
line-height: 34px
|
|
4864
|
+
}
|
|
4865
|
+
}
|
|
4866
|
+
.DonatesTeaser-module_cta__1orPb {
|
|
4867
|
+
display: -webkit-box;
|
|
4868
|
+
display: -webkit-flex;
|
|
4869
|
+
display: -ms-flexbox;
|
|
4870
|
+
display: flex;
|
|
4871
|
+
align-items: center;
|
|
4872
|
+
flex-flow: column nowrap;
|
|
4873
|
+
justify-content: center;
|
|
4874
|
+
|
|
4875
|
+
margin-top: 45px
|
|
4876
|
+
}
|
|
4877
|
+
@media only screen and (min-width: 32em) {
|
|
4878
|
+
.DonatesTeaser-module_cta__1orPb {
|
|
4879
|
+
margin-top: 40px
|
|
4880
|
+
}
|
|
4881
|
+
}
|
|
4882
|
+
.DonatesTeaser-module_cta__1orPb a {
|
|
4883
|
+
display: block;
|
|
4884
|
+
|
|
4885
|
+
text-align: center;
|
|
4886
|
+
text-decoration: none;
|
|
4887
|
+
letter-spacing: 1px;
|
|
4888
|
+
text-transform: uppercase;
|
|
4889
|
+
|
|
4890
|
+
color: #ffffff;
|
|
4891
|
+
|
|
4892
|
+
font-size: 11px;
|
|
4893
|
+
font-weight: 600;
|
|
4894
|
+
line-height: 16px;
|
|
4895
|
+
}
|
|
4896
|
+
.DonatesTeaser-module_cta__1orPb a::after {
|
|
4897
|
+
position: absolute;
|
|
4898
|
+
z-index: 1;
|
|
4899
|
+
top: 0;
|
|
4900
|
+
right: 0;
|
|
4901
|
+
bottom: 0;
|
|
4902
|
+
left: 0;
|
|
4903
|
+
|
|
4904
|
+
content: '';
|
|
4905
|
+
}
|
|
4906
|
+
.DonatesTeaser-module_ctaInner__2LChL {
|
|
4907
|
+
position: relative;
|
|
4908
|
+
|
|
4909
|
+
display: block;
|
|
4910
|
+
|
|
4911
|
+
width: 192px;
|
|
4912
|
+
padding: 14px 0 13px;
|
|
4913
|
+
}
|
|
4914
|
+
.DonatesTeaser-module_ctaInner__2LChL::after {
|
|
4915
|
+
position: absolute;
|
|
4916
|
+
z-index: -1;
|
|
4917
|
+
top: 0;
|
|
4918
|
+
right: 0;
|
|
4919
|
+
bottom: 0;
|
|
4920
|
+
left: 0;
|
|
4921
|
+
|
|
4922
|
+
content: '';
|
|
4923
|
+
transition: opacity 250ms ease;
|
|
4924
|
+
|
|
4925
|
+
border-radius: 40px;
|
|
4926
|
+
background-color: #ff1113;
|
|
4927
|
+
|
|
4928
|
+
filter: blur(10px);
|
|
4929
|
+
}
|
|
4930
|
+
.DonatesTeaser-module_center__2Ynx9 {
|
|
4931
|
+
width: 100%;
|
|
4932
|
+
max-width: 650px;
|
|
4933
|
+
margin-right: auto;
|
|
4934
|
+
margin-left: auto;
|
|
4935
|
+
}
|
|
4936
|
+
.DonatesTeaser-module_isInCard__HrFh8,
|
|
4937
|
+
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
4938
|
+
margin-right: -11px;
|
|
4939
|
+
margin-left: -11px
|
|
4940
|
+
}
|
|
4941
|
+
@media only screen and (min-width: 32em) {
|
|
4942
|
+
.DonatesTeaser-module_isInCard__HrFh8,
|
|
4943
|
+
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
4944
|
+
margin-right: 0;
|
|
4945
|
+
margin-left: 0
|
|
4946
|
+
}
|
|
4947
|
+
}
|
|
4948
|
+
|
|
4949
|
+
/* Colors */
|
|
4950
|
+
/* Fonts */
|
|
4951
|
+
/* Gap */
|
|
4952
|
+
/* Media */
|
|
4953
|
+
/* 512 */
|
|
4954
|
+
/* 650 */
|
|
4955
|
+
/* 768 */
|
|
4956
|
+
/* 1024 */
|
|
4957
|
+
/* 1010 */
|
|
4958
|
+
/* 1200 */
|
|
4959
|
+
/* 511 */
|
|
4960
|
+
/* 1023 */
|
|
4961
|
+
/* Zindex */
|
|
4962
|
+
.RelatedRichBlock-module_root__3NYmj {
|
|
4963
|
+
position: relative;
|
|
4964
|
+
z-index: 10;
|
|
4965
|
+
|
|
4966
|
+
display: block;
|
|
4967
|
+
overflow: hidden;
|
|
4968
|
+
|
|
4969
|
+
text-decoration: none;
|
|
4970
|
+
|
|
4971
|
+
border-radius: 8px;
|
|
4972
|
+
outline-width: 0;
|
|
4973
|
+
}
|
|
4974
|
+
@media only screen and (min-width: 32em) {
|
|
4975
|
+
.RelatedRichBlock-module_root__3NYmj:hover {
|
|
4976
|
+
opacity: 0.95
|
|
4977
|
+
}
|
|
4978
|
+
}
|
|
4979
|
+
.RelatedRichBlock-module_root__3NYmj::after {
|
|
4980
|
+
position: absolute;
|
|
4981
|
+
top: 0;
|
|
4982
|
+
right: 0;
|
|
4983
|
+
bottom: 0;
|
|
4984
|
+
left: 0;
|
|
4985
|
+
z-index: 20;
|
|
4986
|
+
|
|
4987
|
+
border-radius: 8px;
|
|
4988
|
+
|
|
4989
|
+
content: '';
|
|
4990
|
+
}
|
|
4714
4991
|
.RelatedRichBlock-module_root__3NYmj::before {
|
|
4715
4992
|
display: block;
|
|
4716
4993
|
|
|
@@ -4860,267 +5137,80 @@ a mark {
|
|
|
4860
5137
|
display: block;
|
|
4861
5138
|
|
|
4862
5139
|
padding-bottom: 78.50746269%;
|
|
4863
|
-
|
|
4864
|
-
content: ''
|
|
4865
|
-
}
|
|
4866
|
-
@media only screen and (min-width: 32em) {
|
|
4867
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
4868
|
-
content: none
|
|
4869
|
-
}
|
|
4870
|
-
}
|
|
4871
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
4872
|
-
position: absolute;
|
|
4873
|
-
top: 50%;
|
|
4874
|
-
left: 50%;
|
|
4875
|
-
|
|
4876
|
-
width: 180px;
|
|
4877
|
-
height: 180px;
|
|
4878
|
-
|
|
4879
|
-
transform: translate(-50%, -50%)
|
|
4880
|
-
}
|
|
4881
|
-
@media only screen and (min-width: 32em) {
|
|
4882
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
4883
|
-
top: 25%;
|
|
4884
|
-
|
|
4885
|
-
transform: translate(-50%, -25%)
|
|
4886
|
-
}
|
|
4887
|
-
}
|
|
4888
|
-
.RelatedRichBlock-module_tag__3OLyG {
|
|
4889
|
-
position: absolute;
|
|
4890
|
-
top: 14px;
|
|
4891
|
-
right: 15px;
|
|
4892
|
-
left: 15px;
|
|
4893
|
-
z-index: 10;
|
|
4894
|
-
|
|
4895
|
-
color: rgba(255, 255, 255, 0.7);
|
|
4896
|
-
|
|
4897
|
-
font-size: 12px
|
|
4898
|
-
}
|
|
4899
|
-
@media only screen and (min-width: 64em) {
|
|
4900
|
-
.RelatedRichBlock-module_tag__3OLyG {
|
|
4901
|
-
top: 16px;
|
|
4902
|
-
right: 20px;
|
|
4903
|
-
left: 20px
|
|
4904
|
-
}
|
|
4905
|
-
}
|
|
4906
|
-
.RelatedRichBlock-module_center__197sx {
|
|
4907
|
-
width: 100%;
|
|
4908
|
-
max-width: 650px;
|
|
4909
|
-
margin-right: auto;
|
|
4910
|
-
margin-left: auto;
|
|
4911
|
-
}
|
|
4912
|
-
/* Themes */
|
|
4913
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
|
|
4914
|
-
color: #000;
|
|
4915
|
-
}
|
|
4916
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
|
|
4917
|
-
color: rgba(0, 0, 0, 0.7);
|
|
4918
|
-
}
|
|
4919
|
-
@media only screen and (min-width: 32em) {
|
|
4920
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_light__2mUxL {
|
|
4921
|
-
color: #fff;
|
|
4922
|
-
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
|
|
4923
|
-
}
|
|
4924
|
-
}
|
|
4925
|
-
/* Display */
|
|
4926
|
-
@media only screen and (min-width: 32em) {
|
|
4927
|
-
.RelatedRichBlock-module_mobile__JpCS4 {
|
|
4928
|
-
display: none
|
|
4929
|
-
}
|
|
4930
|
-
}
|
|
4931
|
-
.RelatedRichBlock-module_desktop__trL0D {
|
|
4932
|
-
display: none
|
|
4933
|
-
}
|
|
4934
|
-
@media only screen and (min-width: 32em) {
|
|
4935
|
-
.RelatedRichBlock-module_desktop__trL0D {
|
|
4936
|
-
display: block
|
|
4937
|
-
}
|
|
4938
|
-
}
|
|
4939
|
-
|
|
4940
|
-
/* Colors */
|
|
4941
|
-
/* Fonts */
|
|
4942
|
-
/* Gap */
|
|
4943
|
-
/* Media */
|
|
4944
|
-
/* 512 */
|
|
4945
|
-
/* 650 */
|
|
4946
|
-
/* 768 */
|
|
4947
|
-
/* 1024 */
|
|
4948
|
-
/* 1010 */
|
|
4949
|
-
/* 1200 */
|
|
4950
|
-
/* 511 */
|
|
4951
|
-
/* 1023 */
|
|
4952
|
-
/* Zindex */
|
|
4953
|
-
.SensitiveBlock-module_root__2iJbD {
|
|
4954
|
-
position: relative;
|
|
4955
|
-
|
|
4956
|
-
margin: 15px 0
|
|
4957
|
-
}
|
|
4958
|
-
@media only screen and (min-width: 32em) {
|
|
4959
|
-
.SensitiveBlock-module_root__2iJbD {
|
|
4960
|
-
margin: 25px 0 20px
|
|
4961
|
-
}
|
|
4962
|
-
}
|
|
4963
|
-
.SensitiveBlock-module_root__2iJbD:first-child {
|
|
4964
|
-
margin-top: 0;
|
|
4965
|
-
}
|
|
4966
|
-
.SensitiveBlock-module_root__2iJbD:last-child {
|
|
4967
|
-
margin-bottom: 0;
|
|
4968
|
-
}
|
|
4969
|
-
.SensitiveBlock-module_root__2iJbD figcaption {
|
|
4970
|
-
width: 100%;
|
|
4971
|
-
max-width: 650px;
|
|
4972
|
-
margin-right: auto;
|
|
4973
|
-
margin-left: auto;
|
|
4974
|
-
|
|
4975
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4976
|
-
}
|
|
4977
|
-
.SensitiveBlock-module_container__1Wtix {
|
|
4978
|
-
position: relative;
|
|
4979
|
-
|
|
4980
|
-
min-height: 170px;
|
|
4981
|
-
|
|
4982
|
-
transition: min-height 350ms ease;
|
|
4983
|
-
}
|
|
4984
|
-
.SensitiveBlock-module_overlay__hfDVS {
|
|
4985
|
-
position: absolute;
|
|
4986
|
-
z-index: 10;
|
|
4987
|
-
top: 0;
|
|
4988
|
-
right: -20px;
|
|
4989
|
-
bottom: 0;
|
|
4990
|
-
left: -20px;
|
|
4991
|
-
|
|
4992
|
-
display: -webkit-box;
|
|
4993
|
-
|
|
4994
|
-
display: -webkit-flex;
|
|
4995
|
-
|
|
4996
|
-
display: -ms-flexbox;
|
|
4997
|
-
|
|
4998
|
-
display: flex;
|
|
4999
|
-
align-items: center;
|
|
5000
|
-
flex-flow: column nowrap;
|
|
5001
|
-
justify-content: center;
|
|
5002
|
-
|
|
5003
|
-
padding: 30px 20px;
|
|
5004
|
-
|
|
5005
|
-
transition: opacity 500ms ease, visibility 500ms ease;
|
|
5006
|
-
|
|
5007
|
-
background-color: rgba(255, 255, 255, 1);
|
|
5008
|
-
background-repeat: no-repeat;
|
|
5009
|
-
background-position: center top;
|
|
5010
|
-
background-size: cover
|
|
5011
|
-
}
|
|
5012
|
-
@media only screen and (min-width: 32em) {
|
|
5013
|
-
.SensitiveBlock-module_overlay__hfDVS {
|
|
5014
|
-
right: 0;
|
|
5015
|
-
left: 0
|
|
5016
|
-
}
|
|
5017
|
-
}
|
|
5018
|
-
.SensitiveBlock-module_content__sNpxZ {
|
|
5019
|
-
-webkit-user-select: none;
|
|
5020
|
-
-moz-user-select: none;
|
|
5021
|
-
-ms-user-select: none;
|
|
5022
|
-
user-select: none;
|
|
5023
|
-
|
|
5024
|
-
color: #fff;
|
|
5025
|
-
|
|
5026
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
5027
|
-
}
|
|
5028
|
-
.SensitiveBlock-module_content__sNpxZ p {
|
|
5029
|
-
display: block;
|
|
5030
|
-
|
|
5031
|
-
width: 100%;
|
|
5032
|
-
max-width: 368px;
|
|
5033
|
-
margin-top: 0;
|
|
5034
|
-
margin-bottom: 12px;
|
|
5035
|
-
|
|
5036
|
-
text-align: center;
|
|
5037
|
-
|
|
5038
|
-
font-size: 14px;
|
|
5039
|
-
line-height: 18px
|
|
5040
|
-
}
|
|
5041
|
-
@media only screen and (min-width: 32em) {
|
|
5042
|
-
.SensitiveBlock-module_content__sNpxZ p {
|
|
5043
|
-
margin-bottom: 24px;
|
|
5044
|
-
|
|
5045
|
-
font-size: 16px;
|
|
5046
|
-
line-height: 22px
|
|
5047
|
-
}
|
|
5048
|
-
}
|
|
5049
|
-
.SensitiveBlock-module_button__3BGZK {
|
|
5050
|
-
width: 100%;
|
|
5051
|
-
max-width: 348px;
|
|
5052
|
-
margin: 0 auto;
|
|
5053
|
-
}
|
|
5054
|
-
.SensitiveBlock-module_default__2HgmZ {
|
|
5055
|
-
max-width: 650px
|
|
5140
|
+
|
|
5141
|
+
content: ''
|
|
5056
5142
|
}
|
|
5057
5143
|
@media only screen and (min-width: 32em) {
|
|
5058
|
-
.
|
|
5059
|
-
|
|
5060
|
-
margin-left: auto
|
|
5144
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
5145
|
+
content: none
|
|
5061
5146
|
}
|
|
5062
5147
|
}
|
|
5063
|
-
.
|
|
5064
|
-
|
|
5148
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
5149
|
+
position: absolute;
|
|
5150
|
+
top: 50%;
|
|
5151
|
+
left: 50%;
|
|
5152
|
+
|
|
5153
|
+
width: 180px;
|
|
5154
|
+
height: 180px;
|
|
5155
|
+
|
|
5156
|
+
transform: translate(-50%, -50%)
|
|
5065
5157
|
}
|
|
5066
5158
|
@media only screen and (min-width: 32em) {
|
|
5067
|
-
.
|
|
5068
|
-
|
|
5069
|
-
|
|
5159
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
5160
|
+
top: 25%;
|
|
5161
|
+
|
|
5162
|
+
transform: translate(-50%, -25%)
|
|
5070
5163
|
}
|
|
5071
5164
|
}
|
|
5072
|
-
.
|
|
5073
|
-
|
|
5074
|
-
|
|
5165
|
+
.RelatedRichBlock-module_tag__3OLyG {
|
|
5166
|
+
position: absolute;
|
|
5167
|
+
top: 14px;
|
|
5168
|
+
right: 15px;
|
|
5169
|
+
left: 15px;
|
|
5170
|
+
z-index: 10;
|
|
5171
|
+
|
|
5172
|
+
color: rgba(255, 255, 255, 0.7);
|
|
5173
|
+
|
|
5174
|
+
font-size: 12px
|
|
5075
5175
|
}
|
|
5076
|
-
@media only screen and (min-width:
|
|
5077
|
-
.
|
|
5078
|
-
|
|
5079
|
-
|
|
5176
|
+
@media only screen and (min-width: 64em) {
|
|
5177
|
+
.RelatedRichBlock-module_tag__3OLyG {
|
|
5178
|
+
top: 16px;
|
|
5179
|
+
right: 20px;
|
|
5180
|
+
left: 20px
|
|
5080
5181
|
}
|
|
5081
5182
|
}
|
|
5082
|
-
.
|
|
5083
|
-
|
|
5084
|
-
|
|
5183
|
+
.RelatedRichBlock-module_center__197sx {
|
|
5184
|
+
width: 100%;
|
|
5185
|
+
max-width: 650px;
|
|
5186
|
+
margin-right: auto;
|
|
5187
|
+
margin-left: auto;
|
|
5085
5188
|
}
|
|
5086
|
-
|
|
5087
|
-
.
|
|
5088
|
-
|
|
5089
|
-
padding-left: 0
|
|
5189
|
+
/* Themes */
|
|
5190
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
|
|
5191
|
+
color: #000;
|
|
5090
5192
|
}
|
|
5091
|
-
|
|
5092
|
-
.
|
|
5093
|
-
max-width: 100%;
|
|
5193
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
|
|
5194
|
+
color: rgba(0, 0, 0, 0.7);
|
|
5094
5195
|
}
|
|
5095
5196
|
@media only screen and (min-width: 32em) {
|
|
5096
|
-
.
|
|
5097
|
-
|
|
5098
|
-
|
|
5197
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_light__2mUxL {
|
|
5198
|
+
color: #fff;
|
|
5199
|
+
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
|
|
5099
5200
|
}
|
|
5100
5201
|
}
|
|
5202
|
+
/* Display */
|
|
5101
5203
|
@media only screen and (min-width: 32em) {
|
|
5102
|
-
.
|
|
5103
|
-
|
|
5104
|
-
padding-left: 15px
|
|
5204
|
+
.RelatedRichBlock-module_mobile__JpCS4 {
|
|
5205
|
+
display: none
|
|
5105
5206
|
}
|
|
5106
5207
|
}
|
|
5107
|
-
|
|
5108
|
-
|
|
5109
|
-
visibility: hidden;
|
|
5110
|
-
|
|
5111
|
-
pointer-events: none;
|
|
5112
|
-
|
|
5113
|
-
opacity: 0;
|
|
5114
|
-
}
|
|
5115
|
-
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
|
|
5116
|
-
min-height: 0;
|
|
5208
|
+
.RelatedRichBlock-module_desktop__trL0D {
|
|
5209
|
+
display: none
|
|
5117
5210
|
}
|
|
5118
|
-
|
|
5119
|
-
|
|
5120
|
-
|
|
5121
|
-
.SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
|
|
5122
|
-
right: -11px;
|
|
5123
|
-
left: -11px
|
|
5211
|
+
@media only screen and (min-width: 32em) {
|
|
5212
|
+
.RelatedRichBlock-module_desktop__trL0D {
|
|
5213
|
+
display: block
|
|
5124
5214
|
}
|
|
5125
5215
|
}
|
|
5126
5216
|
|
|
@@ -5137,151 +5227,64 @@ a mark {
|
|
|
5137
5227
|
/* 511 */
|
|
5138
5228
|
/* 1023 */
|
|
5139
5229
|
/* Zindex */
|
|
5140
|
-
.
|
|
5230
|
+
.Footnote-module_root__2a0-B {
|
|
5141
5231
|
position: relative;
|
|
5142
|
-
z-index: 10;
|
|
5143
|
-
|
|
5144
|
-
display: block;
|
|
5145
|
-
overflow: hidden;
|
|
5146
|
-
|
|
5147
|
-
margin: calc(15rem / 16) -20px;
|
|
5148
|
-
padding: 84px 30px 70px;
|
|
5149
5232
|
|
|
5150
|
-
|
|
5151
|
-
|
|
5152
|
-
outline-width: 0;
|
|
5153
|
-
background-color: #000;
|
|
5233
|
+
width: 320px;
|
|
5234
|
+
padding: 20px;
|
|
5154
5235
|
|
|
5155
|
-
|
|
5156
|
-
|
|
5157
|
-
|
|
5158
|
-
.DonatesTeaser-module_root__3rtaJ {
|
|
5159
|
-
margin: 25px 0 20px;
|
|
5160
|
-
padding: 26px 30px 40px;
|
|
5161
|
-
border-radius: 8px
|
|
5162
|
-
}
|
|
5163
|
-
}
|
|
5164
|
-
.DonatesTeaser-module_root__3rtaJ:hover .DonatesTeaser-module_ctaInner__2LChL::after {
|
|
5165
|
-
opacity: 0.7;
|
|
5236
|
+
border-radius: 8px;
|
|
5237
|
+
background-color: #fff;
|
|
5238
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
5166
5239
|
}
|
|
5167
|
-
.
|
|
5168
|
-
|
|
5169
|
-
|
|
5170
|
-
|
|
5240
|
+
.Footnote-module_body__259Ly {
|
|
5241
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
5242
|
+
font-size: 16px;
|
|
5243
|
+
line-height: 22px;
|
|
5171
5244
|
}
|
|
5172
|
-
.
|
|
5173
|
-
margin: 0 0
|
|
5174
|
-
|
|
5175
|
-
text-align: center;
|
|
5245
|
+
.Footnote-module_body__259Ly h3 {
|
|
5246
|
+
margin: 0 0 16px;
|
|
5176
5247
|
|
|
5177
|
-
font-size:
|
|
5248
|
+
font-size: inherit;
|
|
5178
5249
|
font-weight: 700;
|
|
5179
|
-
line-height:
|
|
5180
|
-
}
|
|
5181
|
-
@media only screen and (min-width: 32em) {
|
|
5182
|
-
.DonatesTeaser-module_title__hs-yr {
|
|
5183
|
-
margin: 0 0 15px;
|
|
5184
|
-
|
|
5185
|
-
font-size: 28px;
|
|
5186
|
-
line-height: 34px
|
|
5250
|
+
line-height: inherit;
|
|
5187
5251
|
}
|
|
5188
|
-
|
|
5189
|
-
.DonatesTeaser-module_text__ro-QA {
|
|
5252
|
+
.Footnote-module_body__259Ly p {
|
|
5190
5253
|
margin: 0;
|
|
5191
|
-
|
|
5192
|
-
text-align: center;
|
|
5193
|
-
|
|
5194
|
-
font-size: 14px;
|
|
5195
|
-
line-height: 18px
|
|
5196
|
-
}
|
|
5197
|
-
@media only screen and (min-width: 32em) {
|
|
5198
|
-
.DonatesTeaser-module_text__ro-QA {
|
|
5199
|
-
font-size: 18px;
|
|
5200
|
-
line-height: 26px
|
|
5201
|
-
}
|
|
5202
|
-
}
|
|
5203
|
-
.DonatesTeaser-module_cta__1orPb {
|
|
5204
|
-
display: -webkit-box;
|
|
5205
|
-
display: -webkit-flex;
|
|
5206
|
-
display: -ms-flexbox;
|
|
5207
|
-
display: flex;
|
|
5208
|
-
align-items: center;
|
|
5209
|
-
flex-flow: column nowrap;
|
|
5210
|
-
justify-content: center;
|
|
5211
|
-
|
|
5212
|
-
margin-top: 45px
|
|
5213
5254
|
}
|
|
5214
|
-
|
|
5215
|
-
|
|
5216
|
-
margin-top: 40px
|
|
5217
|
-
}
|
|
5218
|
-
}
|
|
5219
|
-
.DonatesTeaser-module_cta__1orPb a {
|
|
5220
|
-
display: block;
|
|
5221
|
-
|
|
5222
|
-
text-align: center;
|
|
5223
|
-
text-decoration: none;
|
|
5224
|
-
letter-spacing: 1px;
|
|
5225
|
-
text-transform: uppercase;
|
|
5226
|
-
|
|
5227
|
-
color: #ffffff;
|
|
5228
|
-
|
|
5229
|
-
font-size: 11px;
|
|
5230
|
-
font-weight: 600;
|
|
5231
|
-
line-height: 16px;
|
|
5255
|
+
.Footnote-module_body__259Ly p + p {
|
|
5256
|
+
margin-top: 6px;
|
|
5232
5257
|
}
|
|
5233
|
-
.
|
|
5234
|
-
|
|
5235
|
-
|
|
5236
|
-
top: 0;
|
|
5237
|
-
right: 0;
|
|
5238
|
-
bottom: 0;
|
|
5239
|
-
left: 0;
|
|
5240
|
-
|
|
5241
|
-
content: '';
|
|
5258
|
+
.Footnote-module_body__259Ly a {
|
|
5259
|
+
color: inherit;
|
|
5260
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
5242
5261
|
}
|
|
5243
|
-
.
|
|
5244
|
-
|
|
5245
|
-
|
|
5246
|
-
display: block;
|
|
5247
|
-
|
|
5248
|
-
width: 192px;
|
|
5249
|
-
padding: 14px 0 13px;
|
|
5262
|
+
.Footnote-module_body__259Ly a:hover {
|
|
5263
|
+
color: #b88b59;
|
|
5250
5264
|
}
|
|
5251
|
-
.
|
|
5265
|
+
.Footnote-module_dismiss__1HKG5 {
|
|
5252
5266
|
position: absolute;
|
|
5253
|
-
z-index: -1;
|
|
5254
5267
|
top: 0;
|
|
5255
5268
|
right: 0;
|
|
5256
|
-
bottom: 0;
|
|
5257
|
-
left: 0;
|
|
5258
5269
|
|
|
5259
|
-
|
|
5260
|
-
|
|
5270
|
+
margin: 0;
|
|
5271
|
+
padding: 6px 9px 10px;
|
|
5261
5272
|
|
|
5262
|
-
|
|
5263
|
-
background-color: #ff1113;
|
|
5273
|
+
cursor: pointer;
|
|
5264
5274
|
|
|
5265
|
-
|
|
5266
|
-
|
|
5267
|
-
|
|
5268
|
-
|
|
5269
|
-
max-width: 650px;
|
|
5270
|
-
margin-right: auto;
|
|
5271
|
-
margin-left: auto;
|
|
5275
|
+
color: #b3b3b3;
|
|
5276
|
+
border-width: 0;
|
|
5277
|
+
outline: none;
|
|
5278
|
+
background-color: transparent;
|
|
5272
5279
|
}
|
|
5273
|
-
.
|
|
5274
|
-
|
|
5275
|
-
margin-right: -11px;
|
|
5276
|
-
margin-left: -11px
|
|
5280
|
+
.Footnote-module_dismiss__1HKG5:hover {
|
|
5281
|
+
color: #757575;
|
|
5277
5282
|
}
|
|
5278
|
-
|
|
5279
|
-
|
|
5280
|
-
|
|
5281
|
-
margin-right: 0;
|
|
5282
|
-
margin-left: 0
|
|
5283
|
+
.Footnote-module_dismiss__1HKG5 svg {
|
|
5284
|
+
width: 12px;
|
|
5285
|
+
height: 12px;
|
|
5283
5286
|
}
|
|
5284
|
-
|
|
5287
|
+
|
|
5285
5288
|
|
|
5286
5289
|
/* Colors */
|
|
5287
5290
|
/* Fonts */
|