@meduza/ui-kit-2 0.1.9 → 0.1.10
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/Footnote/Footnote.stories.d.ts +10 -0
- package/dist/Footnote/Footnote.types.d.ts +5 -0
- package/dist/Footnote/index.d.ts +3 -0
- package/dist/index.d.ts +1 -0
- package/dist/ui-kit-2.cjs.development.js +267 -240
- 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 +267 -241
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +697 -590
- package/package.json +1 -1
- package/src/DotsOnImage/DotsOnImage.module.css +13 -9
- package/src/DotsOnImage/DotsOnImage.test.tsx +1 -1
- package/src/DotsOnImage/index.tsx +28 -15
- package/src/DotsOnImage/mock.json +4 -4
- package/src/EmbedBlock/EmbedBlock.module.css +1 -1
- package/src/Footnote/Footnote.module.css +70 -0
- package/src/Footnote/Footnote.stories.module.css +5 -0
- package/src/Footnote/Footnote.stories.tsx +43 -0
- package/src/Footnote/Footnote.test.tsx +20 -0
- package/src/Footnote/Footnote.types.ts +5 -0
- package/src/Footnote/index.tsx +26 -0
- package/src/Popover/Popover.module.css +36 -2
- package/src/Popover/index.tsx +1 -1
- package/src/SimpleBlock/FootnoteLink.css +7 -0
- package/src/index.tsx +1 -0
package/dist/ui-kit.css
CHANGED
|
@@ -774,22 +774,23 @@
|
|
|
774
774
|
top: 50%;
|
|
775
775
|
left: 50%;
|
|
776
776
|
|
|
777
|
-
width: 340px;
|
|
778
|
-
padding: 25px;
|
|
779
|
-
|
|
780
777
|
transform: translate(-50%, -50%);
|
|
778
|
+
}
|
|
779
|
+
.DotsOnImage-module_popoverTitle__343d8 {
|
|
780
|
+
margin-bottom: 16px;
|
|
781
781
|
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
|
|
786
|
-
|
|
782
|
+
font-weight: 600;
|
|
783
|
+
}
|
|
784
|
+
.DotsOnImage-module_popoverBody__2MSn7 {
|
|
787
785
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
788
786
|
font-size: 16px;
|
|
789
787
|
line-height: 22px;
|
|
790
788
|
}
|
|
791
|
-
.DotsOnImage-
|
|
792
|
-
|
|
789
|
+
.DotsOnImage-module_popoverText__3v02w p {
|
|
790
|
+
margin: 0;
|
|
791
|
+
}
|
|
792
|
+
.DotsOnImage-module_popoverText__3v02w a:hover {
|
|
793
|
+
color: #b88b59;
|
|
793
794
|
}
|
|
794
795
|
.DotsOnImage-module_dismiss__1EWXd {
|
|
795
796
|
position: absolute;
|
|
@@ -1349,6 +1350,64 @@
|
|
|
1349
1350
|
}
|
|
1350
1351
|
|
|
1351
1352
|
|
|
1353
|
+
/* Colors */
|
|
1354
|
+
/* Fonts */
|
|
1355
|
+
/* Gap */
|
|
1356
|
+
/* Media */
|
|
1357
|
+
/* 512 */
|
|
1358
|
+
/* 650 */
|
|
1359
|
+
/* 768 */
|
|
1360
|
+
/* 1024 */
|
|
1361
|
+
/* 1010 */
|
|
1362
|
+
/* 1200 */
|
|
1363
|
+
/* 511 */
|
|
1364
|
+
/* 1023 */
|
|
1365
|
+
/* Zindex */
|
|
1366
|
+
.BookmarkButton-module_root__3KmuY {
|
|
1367
|
+
color: #e0e0e0;
|
|
1368
|
+
}
|
|
1369
|
+
.BookmarkButton-module_control__1A0ea {
|
|
1370
|
+
margin: 0;
|
|
1371
|
+
padding: 5px 3px;
|
|
1372
|
+
|
|
1373
|
+
cursor: pointer;
|
|
1374
|
+
|
|
1375
|
+
color: inherit;
|
|
1376
|
+
border-width: 0;
|
|
1377
|
+
outline: none;
|
|
1378
|
+
background-color: transparent;
|
|
1379
|
+
|
|
1380
|
+
-webkit-appearance: none;
|
|
1381
|
+
|
|
1382
|
+
-moz-appearance: none;
|
|
1383
|
+
|
|
1384
|
+
appearance: none;
|
|
1385
|
+
fill: transparent;
|
|
1386
|
+
}
|
|
1387
|
+
.BookmarkButton-module_dark__1cwyi {
|
|
1388
|
+
color: #fff;
|
|
1389
|
+
}
|
|
1390
|
+
.BookmarkButton-module_light__1uQyH {
|
|
1391
|
+
color: #000;
|
|
1392
|
+
}
|
|
1393
|
+
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1394
|
+
fill: #e0e0e0;
|
|
1395
|
+
}
|
|
1396
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1397
|
+
fill: #fff;
|
|
1398
|
+
}
|
|
1399
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1400
|
+
fill: #000;
|
|
1401
|
+
}
|
|
1402
|
+
@media only screen and (min-device-width: 64em) {
|
|
1403
|
+
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1404
|
+
width: 12px
|
|
1405
|
+
}
|
|
1406
|
+
}
|
|
1407
|
+
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1408
|
+
display: none;
|
|
1409
|
+
}
|
|
1410
|
+
|
|
1352
1411
|
/* Colors */
|
|
1353
1412
|
/* Fonts */
|
|
1354
1413
|
/* Gap */
|
|
@@ -1484,64 +1543,6 @@
|
|
|
1484
1543
|
}
|
|
1485
1544
|
}
|
|
1486
1545
|
|
|
1487
|
-
/* Colors */
|
|
1488
|
-
/* Fonts */
|
|
1489
|
-
/* Gap */
|
|
1490
|
-
/* Media */
|
|
1491
|
-
/* 512 */
|
|
1492
|
-
/* 650 */
|
|
1493
|
-
/* 768 */
|
|
1494
|
-
/* 1024 */
|
|
1495
|
-
/* 1010 */
|
|
1496
|
-
/* 1200 */
|
|
1497
|
-
/* 511 */
|
|
1498
|
-
/* 1023 */
|
|
1499
|
-
/* Zindex */
|
|
1500
|
-
.BookmarkButton-module_root__3KmuY {
|
|
1501
|
-
color: #e0e0e0;
|
|
1502
|
-
}
|
|
1503
|
-
.BookmarkButton-module_control__1A0ea {
|
|
1504
|
-
margin: 0;
|
|
1505
|
-
padding: 5px 3px;
|
|
1506
|
-
|
|
1507
|
-
cursor: pointer;
|
|
1508
|
-
|
|
1509
|
-
color: inherit;
|
|
1510
|
-
border-width: 0;
|
|
1511
|
-
outline: none;
|
|
1512
|
-
background-color: transparent;
|
|
1513
|
-
|
|
1514
|
-
-webkit-appearance: none;
|
|
1515
|
-
|
|
1516
|
-
-moz-appearance: none;
|
|
1517
|
-
|
|
1518
|
-
appearance: none;
|
|
1519
|
-
fill: transparent;
|
|
1520
|
-
}
|
|
1521
|
-
.BookmarkButton-module_dark__1cwyi {
|
|
1522
|
-
color: #fff;
|
|
1523
|
-
}
|
|
1524
|
-
.BookmarkButton-module_light__1uQyH {
|
|
1525
|
-
color: #000;
|
|
1526
|
-
}
|
|
1527
|
-
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1528
|
-
fill: #e0e0e0;
|
|
1529
|
-
}
|
|
1530
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1531
|
-
fill: #fff;
|
|
1532
|
-
}
|
|
1533
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1534
|
-
fill: #000;
|
|
1535
|
-
}
|
|
1536
|
-
@media only screen and (min-device-width: 64em) {
|
|
1537
|
-
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1538
|
-
width: 12px
|
|
1539
|
-
}
|
|
1540
|
-
}
|
|
1541
|
-
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1542
|
-
display: none;
|
|
1543
|
-
}
|
|
1544
|
-
|
|
1545
1546
|
/* Colors */
|
|
1546
1547
|
/* Fonts */
|
|
1547
1548
|
/* Gap */
|
|
@@ -1849,13 +1850,16 @@
|
|
|
1849
1850
|
width: 100%;
|
|
1850
1851
|
height: 100%;
|
|
1851
1852
|
min-height: 120px;
|
|
1852
|
-
padding: 10px
|
|
1853
|
+
padding: 10px 0 0;
|
|
1853
1854
|
|
|
1854
1855
|
-webkit-animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
|
|
1855
1856
|
|
|
1856
1857
|
animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
|
|
1857
1858
|
|
|
1858
1859
|
opacity: 1;
|
|
1860
|
+
|
|
1861
|
+
font-size: 16px;
|
|
1862
|
+
line-height: 22px;
|
|
1859
1863
|
}
|
|
1860
1864
|
.Popover-module_root__1v6f_.Popover-module_visible__eK5ZQ {
|
|
1861
1865
|
-webkit-animation: Popover-module_fadeIn__AkrSN 250ms ease both;
|
|
@@ -1880,7 +1884,7 @@
|
|
|
1880
1884
|
max-width: 420px;
|
|
1881
1885
|
min-height: 80px;
|
|
1882
1886
|
margin: 0 auto;
|
|
1883
|
-
padding:
|
|
1887
|
+
padding: 22px 20px 28px;
|
|
1884
1888
|
|
|
1885
1889
|
-webkit-animation: Popover-module_disappear__3Q9LI 350ms ease both;
|
|
1886
1890
|
|
|
@@ -1935,6 +1939,31 @@
|
|
|
1935
1939
|
-webkit-animation: Popover-module_appear__37vPd 350ms ease both;
|
|
1936
1940
|
animation: Popover-module_appear__37vPd 350ms ease both;
|
|
1937
1941
|
}
|
|
1942
|
+
.Popover-module_body__3h5UO {
|
|
1943
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1944
|
+
font-size: 16px;
|
|
1945
|
+
line-height: 22px;
|
|
1946
|
+
}
|
|
1947
|
+
.Popover-module_body__3h5UO h3 {
|
|
1948
|
+
margin: 0 0 5px;
|
|
1949
|
+
|
|
1950
|
+
font-size: inherit;
|
|
1951
|
+
font-weight: 600;
|
|
1952
|
+
line-height: inherit;
|
|
1953
|
+
}
|
|
1954
|
+
.Popover-module_body__3h5UO p {
|
|
1955
|
+
margin: 0;
|
|
1956
|
+
}
|
|
1957
|
+
.Popover-module_body__3h5UO p + p {
|
|
1958
|
+
margin-top: 6px;
|
|
1959
|
+
}
|
|
1960
|
+
.Popover-module_body__3h5UO a {
|
|
1961
|
+
color: inherit;
|
|
1962
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
1963
|
+
}
|
|
1964
|
+
.Popover-module_body__3h5UO a:hover {
|
|
1965
|
+
color: #b88b59;
|
|
1966
|
+
}
|
|
1938
1967
|
@-webkit-keyframes Popover-module_appear__37vPd {
|
|
1939
1968
|
0% {
|
|
1940
1969
|
transform: translateY(100%);
|
|
@@ -2000,24 +2029,6 @@
|
|
|
2000
2029
|
}
|
|
2001
2030
|
}
|
|
2002
2031
|
|
|
2003
|
-
/* Colors */
|
|
2004
|
-
/* Fonts */
|
|
2005
|
-
/* Gap */
|
|
2006
|
-
/* Media */
|
|
2007
|
-
/* 512 */
|
|
2008
|
-
/* 650 */
|
|
2009
|
-
/* 768 */
|
|
2010
|
-
/* 1024 */
|
|
2011
|
-
/* 1010 */
|
|
2012
|
-
/* 1200 */
|
|
2013
|
-
/* 511 */
|
|
2014
|
-
/* 1023 */
|
|
2015
|
-
/* Zindex */
|
|
2016
|
-
.Timestamp-module_root__coOvT {
|
|
2017
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2018
|
-
font-weight: normal;
|
|
2019
|
-
}
|
|
2020
|
-
|
|
2021
2032
|
/* Colors */
|
|
2022
2033
|
/* Fonts */
|
|
2023
2034
|
/* Gap */
|
|
@@ -2134,6 +2145,86 @@
|
|
|
2134
2145
|
}
|
|
2135
2146
|
}
|
|
2136
2147
|
|
|
2148
|
+
/* Colors */
|
|
2149
|
+
/* Fonts */
|
|
2150
|
+
/* Gap */
|
|
2151
|
+
/* Media */
|
|
2152
|
+
/* 512 */
|
|
2153
|
+
/* 650 */
|
|
2154
|
+
/* 768 */
|
|
2155
|
+
/* 1024 */
|
|
2156
|
+
/* 1010 */
|
|
2157
|
+
/* 1200 */
|
|
2158
|
+
/* 511 */
|
|
2159
|
+
/* 1023 */
|
|
2160
|
+
/* Zindex */
|
|
2161
|
+
.Timestamp-module_root__coOvT {
|
|
2162
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2163
|
+
font-weight: normal;
|
|
2164
|
+
}
|
|
2165
|
+
|
|
2166
|
+
/* Colors */
|
|
2167
|
+
/* Fonts */
|
|
2168
|
+
/* Gap */
|
|
2169
|
+
/* Media */
|
|
2170
|
+
/* 512 */
|
|
2171
|
+
/* 650 */
|
|
2172
|
+
/* 768 */
|
|
2173
|
+
/* 1024 */
|
|
2174
|
+
/* 1010 */
|
|
2175
|
+
/* 1200 */
|
|
2176
|
+
/* 511 */
|
|
2177
|
+
/* 1023 */
|
|
2178
|
+
/* Zindex */
|
|
2179
|
+
.CardTitle-module_root__1uqqF {
|
|
2180
|
+
margin-bottom: 11px
|
|
2181
|
+
}
|
|
2182
|
+
@media only screen and (min-device-width: 64em) {
|
|
2183
|
+
.CardTitle-module_root__1uqqF {
|
|
2184
|
+
margin-bottom: 10px;
|
|
2185
|
+
|
|
2186
|
+
text-align: center
|
|
2187
|
+
}
|
|
2188
|
+
}
|
|
2189
|
+
.CardTitle-module_index__4FsTf {
|
|
2190
|
+
margin-bottom: 7px;
|
|
2191
|
+
|
|
2192
|
+
color: #b88b59;
|
|
2193
|
+
|
|
2194
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2195
|
+
font-size: 20px;
|
|
2196
|
+
font-weight: 700;
|
|
2197
|
+
line-height: 24px;
|
|
2198
|
+
}
|
|
2199
|
+
.CardTitle-module_title__2iTI6 {
|
|
2200
|
+
color: #1d1d1d;
|
|
2201
|
+
|
|
2202
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2203
|
+
font-size: 20px;
|
|
2204
|
+
font-weight: 700;
|
|
2205
|
+
line-height: 24px
|
|
2206
|
+
}
|
|
2207
|
+
@media only screen and (min-device-width: 64em) {
|
|
2208
|
+
.CardTitle-module_title__2iTI6 {
|
|
2209
|
+
font-size: 28px;
|
|
2210
|
+
line-height: 34px
|
|
2211
|
+
}
|
|
2212
|
+
}
|
|
2213
|
+
/* VISIBILITY */
|
|
2214
|
+
@media only screen and (min-device-width: 32em) {
|
|
2215
|
+
.CardTitle-module_mobile__1_kij {
|
|
2216
|
+
display: none
|
|
2217
|
+
}
|
|
2218
|
+
}
|
|
2219
|
+
.CardTitle-module_desktop__1l3_n {
|
|
2220
|
+
display: none
|
|
2221
|
+
}
|
|
2222
|
+
@media only screen and (min-device-width: 32em) {
|
|
2223
|
+
.CardTitle-module_desktop__1l3_n {
|
|
2224
|
+
display: block
|
|
2225
|
+
}
|
|
2226
|
+
}
|
|
2227
|
+
|
|
2137
2228
|
/* Colors */
|
|
2138
2229
|
/* Fonts */
|
|
2139
2230
|
/* Gap */
|
|
@@ -2233,72 +2324,10 @@
|
|
|
2233
2324
|
/* 511 */
|
|
2234
2325
|
/* 1023 */
|
|
2235
2326
|
/* Zindex */
|
|
2236
|
-
.
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
.CardTitle-module_root__1uqqF {
|
|
2241
|
-
margin-bottom: 10px;
|
|
2242
|
-
|
|
2243
|
-
text-align: center
|
|
2244
|
-
}
|
|
2245
|
-
}
|
|
2246
|
-
.CardTitle-module_index__4FsTf {
|
|
2247
|
-
margin-bottom: 7px;
|
|
2248
|
-
|
|
2249
|
-
color: #b88b59;
|
|
2250
|
-
|
|
2251
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2252
|
-
font-size: 20px;
|
|
2253
|
-
font-weight: 700;
|
|
2254
|
-
line-height: 24px;
|
|
2255
|
-
}
|
|
2256
|
-
.CardTitle-module_title__2iTI6 {
|
|
2257
|
-
color: #1d1d1d;
|
|
2258
|
-
|
|
2259
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2260
|
-
font-size: 20px;
|
|
2261
|
-
font-weight: 700;
|
|
2262
|
-
line-height: 24px
|
|
2263
|
-
}
|
|
2264
|
-
@media only screen and (min-device-width: 64em) {
|
|
2265
|
-
.CardTitle-module_title__2iTI6 {
|
|
2266
|
-
font-size: 28px;
|
|
2267
|
-
line-height: 34px
|
|
2268
|
-
}
|
|
2269
|
-
}
|
|
2270
|
-
/* VISIBILITY */
|
|
2271
|
-
@media only screen and (min-device-width: 32em) {
|
|
2272
|
-
.CardTitle-module_mobile__1_kij {
|
|
2273
|
-
display: none
|
|
2274
|
-
}
|
|
2275
|
-
}
|
|
2276
|
-
.CardTitle-module_desktop__1l3_n {
|
|
2277
|
-
display: none
|
|
2278
|
-
}
|
|
2279
|
-
@media only screen and (min-device-width: 32em) {
|
|
2280
|
-
.CardTitle-module_desktop__1l3_n {
|
|
2281
|
-
display: block
|
|
2282
|
-
}
|
|
2283
|
-
}
|
|
2284
|
-
|
|
2285
|
-
/* Colors */
|
|
2286
|
-
/* Fonts */
|
|
2287
|
-
/* Gap */
|
|
2288
|
-
/* Media */
|
|
2289
|
-
/* 512 */
|
|
2290
|
-
/* 650 */
|
|
2291
|
-
/* 768 */
|
|
2292
|
-
/* 1024 */
|
|
2293
|
-
/* 1010 */
|
|
2294
|
-
/* 1200 */
|
|
2295
|
-
/* 511 */
|
|
2296
|
-
/* 1023 */
|
|
2297
|
-
/* Zindex */
|
|
2298
|
-
.ChapterBlock-module_root__1WyVn {
|
|
2299
|
-
position: relative;
|
|
2300
|
-
|
|
2301
|
-
margin: 38px auto 7px
|
|
2327
|
+
.ChapterBlock-module_root__1WyVn {
|
|
2328
|
+
position: relative;
|
|
2329
|
+
|
|
2330
|
+
margin: 38px auto 7px
|
|
2302
2331
|
}
|
|
2303
2332
|
@media only screen and (min-device-width: 32em) {
|
|
2304
2333
|
.ChapterBlock-module_root__1WyVn {
|
|
@@ -2754,168 +2783,6 @@
|
|
|
2754
2783
|
}
|
|
2755
2784
|
|
|
2756
2785
|
|
|
2757
|
-
/* Colors */
|
|
2758
|
-
/* Fonts */
|
|
2759
|
-
/* Gap */
|
|
2760
|
-
/* Media */
|
|
2761
|
-
/* 512 */
|
|
2762
|
-
/* 650 */
|
|
2763
|
-
/* 768 */
|
|
2764
|
-
/* 1024 */
|
|
2765
|
-
/* 1010 */
|
|
2766
|
-
/* 1200 */
|
|
2767
|
-
/* 511 */
|
|
2768
|
-
/* 1023 */
|
|
2769
|
-
/* Zindex */
|
|
2770
|
-
.ListBlock-module_root__3Q3Ga {
|
|
2771
|
-
margin: 15px 0;
|
|
2772
|
-
padding: 0;
|
|
2773
|
-
|
|
2774
|
-
list-style: none;
|
|
2775
|
-
|
|
2776
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
2777
|
-
font-size: 18px;
|
|
2778
|
-
line-height: 24px
|
|
2779
|
-
}
|
|
2780
|
-
@media only screen and (min-device-width: 32em) {
|
|
2781
|
-
.ListBlock-module_root__3Q3Ga {
|
|
2782
|
-
font-size: 20px;
|
|
2783
|
-
line-height: 28px
|
|
2784
|
-
}
|
|
2785
|
-
}
|
|
2786
|
-
@media only screen and (min-device-width: 48em) {
|
|
2787
|
-
.ListBlock-module_root__3Q3Ga {
|
|
2788
|
-
margin: 20px 0
|
|
2789
|
-
}
|
|
2790
|
-
}
|
|
2791
|
-
.ListBlock-module_root__3Q3Ga:first-child {
|
|
2792
|
-
margin-top: 0;
|
|
2793
|
-
}
|
|
2794
|
-
.ListBlock-module_root__3Q3Ga:last-child {
|
|
2795
|
-
margin-bottom: 0;
|
|
2796
|
-
}
|
|
2797
|
-
.ListBlock-module_root__3Q3Ga a {
|
|
2798
|
-
color: inherit;
|
|
2799
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
2800
|
-
}
|
|
2801
|
-
.ListBlock-module_root__3Q3Ga a:hover {
|
|
2802
|
-
color: #b88b59;
|
|
2803
|
-
}
|
|
2804
|
-
.ListBlock-module_root__3Q3Ga li {
|
|
2805
|
-
position: relative;
|
|
2806
|
-
|
|
2807
|
-
margin-bottom: 6px;
|
|
2808
|
-
}
|
|
2809
|
-
.ListBlock-module_root__3Q3Ga mark {
|
|
2810
|
-
position: relative;
|
|
2811
|
-
|
|
2812
|
-
white-space: pre-wrap;
|
|
2813
|
-
|
|
2814
|
-
background-color: #fff3bc;
|
|
2815
|
-
|
|
2816
|
-
font-weight: inherit;
|
|
2817
|
-
font-style: inherit
|
|
2818
|
-
}
|
|
2819
|
-
@media only screen and (min-device-width: 32em) {
|
|
2820
|
-
.ListBlock-module_root__3Q3Ga mark {
|
|
2821
|
-
padding-bottom: 1px
|
|
2822
|
-
}
|
|
2823
|
-
}
|
|
2824
|
-
.ListBlock-module_root__3Q3Ga a mark {
|
|
2825
|
-
color: inherit;
|
|
2826
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
2827
|
-
}
|
|
2828
|
-
.ListBlock-module_ol__21CgV {
|
|
2829
|
-
counter-reset: list 0;
|
|
2830
|
-
}
|
|
2831
|
-
.ListBlock-module_ol__21CgV li {
|
|
2832
|
-
padding: 0 0 0 33px;
|
|
2833
|
-
}
|
|
2834
|
-
.ListBlock-module_ol__21CgV li::before {
|
|
2835
|
-
position: absolute;
|
|
2836
|
-
left: 0;
|
|
2837
|
-
|
|
2838
|
-
width: 23px;
|
|
2839
|
-
|
|
2840
|
-
content: counter(list) '. ';
|
|
2841
|
-
counter-increment: list;
|
|
2842
|
-
text-align: right;
|
|
2843
|
-
white-space: nowrap;
|
|
2844
|
-
}
|
|
2845
|
-
.ListBlock-module_ul__2MRrS li {
|
|
2846
|
-
padding: 0 0 0 23px
|
|
2847
|
-
}
|
|
2848
|
-
@media only screen and (min-device-width: 48em) {
|
|
2849
|
-
.ListBlock-module_ul__2MRrS li {
|
|
2850
|
-
padding: 0 0 0 38px
|
|
2851
|
-
}
|
|
2852
|
-
}
|
|
2853
|
-
.ListBlock-module_ul__2MRrS li:last-child {
|
|
2854
|
-
margin-bottom: 0;
|
|
2855
|
-
}
|
|
2856
|
-
.ListBlock-module_ul__2MRrS li::before {
|
|
2857
|
-
position: absolute;
|
|
2858
|
-
top: 0;
|
|
2859
|
-
left: 5px;
|
|
2860
|
-
|
|
2861
|
-
width: 8px;
|
|
2862
|
-
|
|
2863
|
-
content: '\2022';
|
|
2864
|
-
text-align: center;
|
|
2865
|
-
|
|
2866
|
-
color: #b88b59;
|
|
2867
|
-
|
|
2868
|
-
font-size: 18px;
|
|
2869
|
-
line-height: inherit
|
|
2870
|
-
}
|
|
2871
|
-
@media only screen and (min-device-width: 48em) {
|
|
2872
|
-
.ListBlock-module_ul__2MRrS li::before {
|
|
2873
|
-
left: 0;
|
|
2874
|
-
|
|
2875
|
-
width: 36px;
|
|
2876
|
-
|
|
2877
|
-
text-align: center;
|
|
2878
|
-
|
|
2879
|
-
font-size: 20px
|
|
2880
|
-
}
|
|
2881
|
-
}
|
|
2882
|
-
.ListBlock-module_center__tdIwd {
|
|
2883
|
-
max-width: 650px;
|
|
2884
|
-
margin-right: auto;
|
|
2885
|
-
margin-left: auto;
|
|
2886
|
-
}
|
|
2887
|
-
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2888
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2889
|
-
font-size: 16px;
|
|
2890
|
-
line-height: 20px
|
|
2891
|
-
}
|
|
2892
|
-
@media only screen and (min-device-width: 48em) {
|
|
2893
|
-
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2894
|
-
font-size: 17px;
|
|
2895
|
-
line-height: 24px
|
|
2896
|
-
}
|
|
2897
|
-
}
|
|
2898
|
-
.ListBlock-module_dark__3E3tV a {
|
|
2899
|
-
color: inherit;
|
|
2900
|
-
}
|
|
2901
|
-
.ListBlock-module_dark__3E3tV a:hover {
|
|
2902
|
-
color: #b88b59;
|
|
2903
|
-
}
|
|
2904
|
-
/* VISIBILITY */
|
|
2905
|
-
@media only screen and (min-device-width: 32em) {
|
|
2906
|
-
.ListBlock-module_mobile__2-nuV {
|
|
2907
|
-
display: none
|
|
2908
|
-
}
|
|
2909
|
-
}
|
|
2910
|
-
.ListBlock-module_desktop__1EE0g {
|
|
2911
|
-
display: none
|
|
2912
|
-
}
|
|
2913
|
-
@media only screen and (min-device-width: 32em) {
|
|
2914
|
-
.ListBlock-module_desktop__1EE0g {
|
|
2915
|
-
display: block
|
|
2916
|
-
}
|
|
2917
|
-
}
|
|
2918
|
-
|
|
2919
2786
|
/* Colors */
|
|
2920
2787
|
/* Fonts */
|
|
2921
2788
|
/* Gap */
|
|
@@ -3059,117 +2926,27 @@
|
|
|
3059
2926
|
/* 511 */
|
|
3060
2927
|
/* 1023 */
|
|
3061
2928
|
/* Zindex */
|
|
3062
|
-
|
|
3063
|
-
|
|
2929
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
2930
|
+
span[data-body] {
|
|
2931
|
+
position: relative;
|
|
3064
2932
|
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
2933
|
+
padding: 0 4px;
|
|
2934
|
+
|
|
2935
|
+
cursor: pointer;
|
|
2936
|
+
white-space: pre-wrap;
|
|
2937
|
+
|
|
2938
|
+
border-radius: 4px;
|
|
2939
|
+
background: #F8F8F8;
|
|
2940
|
+
box-shadow: inset 1px 0 #b3b3b3, inset 0 1px #b3b3b3, inset -1px 0 #b3b3b3, inset 0 -1px #b3b3b3
|
|
3069
2941
|
}
|
|
3070
2942
|
@media only screen and (min-device-width: 48em) {
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
font-size: 37px;
|
|
3075
|
-
line-height: 42px
|
|
2943
|
+
span[data-body] {
|
|
2944
|
+
padding-bottom: 1px
|
|
3076
2945
|
}
|
|
3077
2946
|
}
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
.RichTitle-module_root__BK_WT span {
|
|
3082
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3083
|
-
font-size: 20px;
|
|
3084
|
-
font-weight: normal
|
|
3085
|
-
}
|
|
3086
|
-
@media only screen and (min-device-width: 48em) {
|
|
3087
|
-
.RichTitle-module_root__BK_WT span {
|
|
3088
|
-
font-size: 38px
|
|
3089
|
-
}
|
|
3090
|
-
}
|
|
3091
|
-
@media only screen and (min-device-width: 32em) {
|
|
3092
|
-
.RichTitle-module_slide__1A-gB,
|
|
3093
|
-
.RichTitle-module_game__1g8Bn {
|
|
3094
|
-
text-align: center
|
|
3095
|
-
}
|
|
3096
|
-
}
|
|
3097
|
-
@media only screen and (min-device-width: 64em) {
|
|
3098
|
-
.RichTitle-module_half__10GRI {
|
|
3099
|
-
font-size: 33px;
|
|
3100
|
-
line-height: 36px
|
|
3101
|
-
}
|
|
3102
|
-
}
|
|
3103
|
-
@media only screen and (min-device-width: 64em) {
|
|
3104
|
-
.RichTitle-module_half__10GRI span {
|
|
3105
|
-
font-size: 34px
|
|
3106
|
-
}
|
|
3107
|
-
}
|
|
3108
|
-
.RichTitle-module_game__1g8Bn:first-child {
|
|
3109
|
-
padding-top: 9px;
|
|
3110
|
-
}
|
|
3111
|
-
.RichTitle-module_featured__wJfaQ {
|
|
3112
|
-
letter-spacing: 0.3px;
|
|
3113
|
-
|
|
3114
|
-
font-size: 28px;
|
|
3115
|
-
line-height: 30px;
|
|
3116
|
-
}
|
|
3117
|
-
.RichTitle-module_featured__wJfaQ span {
|
|
3118
|
-
display: block;
|
|
3119
|
-
|
|
3120
|
-
padding-top: 2px;
|
|
3121
|
-
|
|
3122
|
-
font-size: 18px;
|
|
3123
|
-
line-height: 24px;
|
|
3124
|
-
}
|
|
3125
|
-
@media only screen and (min-device-width: 32em) {
|
|
3126
|
-
.RichTitle-module_mobile__1Cb6E {
|
|
3127
|
-
display: none
|
|
3128
|
-
}
|
|
3129
|
-
}
|
|
3130
|
-
.RichTitle-module_desktop__2ixSQ {
|
|
3131
|
-
display: none
|
|
3132
|
-
}
|
|
3133
|
-
@media only screen and (min-device-width: 32em) {
|
|
3134
|
-
.RichTitle-module_desktop__2ixSQ {
|
|
3135
|
-
display: block
|
|
3136
|
-
}
|
|
3137
|
-
}
|
|
3138
|
-
|
|
3139
|
-
/* Colors */
|
|
3140
|
-
/* Fonts */
|
|
3141
|
-
/* Gap */
|
|
3142
|
-
/* Media */
|
|
3143
|
-
/* 512 */
|
|
3144
|
-
/* 650 */
|
|
3145
|
-
/* 768 */
|
|
3146
|
-
/* 1024 */
|
|
3147
|
-
/* 1010 */
|
|
3148
|
-
/* 1200 */
|
|
3149
|
-
/* 511 */
|
|
3150
|
-
/* 1023 */
|
|
3151
|
-
/* Zindex */
|
|
3152
|
-
/* stylelint-disable declaration-empty-line-before */
|
|
3153
|
-
span[data-body] {
|
|
3154
|
-
position: relative;
|
|
3155
|
-
|
|
3156
|
-
padding: 0 4px;
|
|
3157
|
-
|
|
3158
|
-
cursor: pointer;
|
|
3159
|
-
white-space: pre-wrap;
|
|
3160
|
-
|
|
3161
|
-
border-radius: 4px;
|
|
3162
|
-
background: #F8F8F8;
|
|
3163
|
-
box-shadow: inset 1px 0 #b3b3b3, inset 0 1px #b3b3b3, inset -1px 0 #b3b3b3, inset 0 -1px #b3b3b3
|
|
3164
|
-
}
|
|
3165
|
-
@media only screen and (min-device-width: 48em) {
|
|
3166
|
-
span[data-body] {
|
|
3167
|
-
padding-bottom: 1px
|
|
3168
|
-
}
|
|
3169
|
-
}
|
|
3170
|
-
span[data-body]:hover {
|
|
3171
|
-
background: #F3F3F3;
|
|
3172
|
-
box-shadow: inset 1px 0 #999, inset 0 1px #999, inset -1px 0 #999, inset 0 -1px #999;
|
|
2947
|
+
span[data-body]:hover {
|
|
2948
|
+
background: #F3F3F3;
|
|
2949
|
+
box-shadow: inset 1px 0 #999, inset 0 1px #999, inset -1px 0 #999, inset 0 -1px #999;
|
|
3173
2950
|
}
|
|
3174
2951
|
.dark span[data-body] {
|
|
3175
2952
|
background-color: #5B5B5B;
|
|
@@ -3179,6 +2956,12 @@ span[data-body]:hover {
|
|
|
3179
2956
|
background-color: #5B5B5B;
|
|
3180
2957
|
box-shadow: inset 1px 0 #747474, inset 0 1px #747474, inset -1px 0 #747474, inset 0 -1px #747474;
|
|
3181
2958
|
}
|
|
2959
|
+
span[data-highlight='true'],
|
|
2960
|
+
span[data-highlight='true']:hover {
|
|
2961
|
+
background-color: #f4efe9;
|
|
2962
|
+
box-shadow: inset 1px 0 #b88b58, inset 0 1px #b88b58, inset -1px 0 #b88b58,
|
|
2963
|
+
inset 0 -1px #b88b58;
|
|
2964
|
+
}
|
|
3182
2965
|
.SimpleBlock-module_p__Q3azD {
|
|
3183
2966
|
margin: 0 0 14px;
|
|
3184
2967
|
|
|
@@ -3520,77 +3303,444 @@ a mark {
|
|
|
3520
3303
|
line-height: 26px
|
|
3521
3304
|
}
|
|
3522
3305
|
}
|
|
3523
|
-
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3306
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3307
|
+
margin-top: 12px;
|
|
3308
|
+
margin-bottom: 12px
|
|
3309
|
+
}
|
|
3310
|
+
@media only screen and (min-device-width: 48em) {
|
|
3311
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3312
|
+
margin-top: 10px;
|
|
3313
|
+
margin-bottom: 10px
|
|
3314
|
+
}
|
|
3315
|
+
}
|
|
3316
|
+
.SimpleBlock-module_isInAnswer__3aX6X:first-child {
|
|
3317
|
+
margin-top: 6px;
|
|
3318
|
+
}
|
|
3319
|
+
.SimpleBlock-module_isInAnswer__3aX6X:last-child {
|
|
3320
|
+
margin-bottom: 0;
|
|
3321
|
+
}
|
|
3322
|
+
/* VISIBILITY */
|
|
3323
|
+
@media only screen and (min-device-width: 32em) {
|
|
3324
|
+
.SimpleBlock-module_mobile__Ckgek {
|
|
3325
|
+
display: none
|
|
3326
|
+
}
|
|
3327
|
+
}
|
|
3328
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3329
|
+
display: none
|
|
3330
|
+
}
|
|
3331
|
+
@media only screen and (min-device-width: 32em) {
|
|
3332
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3333
|
+
display: block
|
|
3334
|
+
}
|
|
3335
|
+
}
|
|
3336
|
+
|
|
3337
|
+
/* Colors */
|
|
3338
|
+
/* Fonts */
|
|
3339
|
+
/* Gap */
|
|
3340
|
+
/* Media */
|
|
3341
|
+
/* 512 */
|
|
3342
|
+
/* 650 */
|
|
3343
|
+
/* 768 */
|
|
3344
|
+
/* 1024 */
|
|
3345
|
+
/* 1010 */
|
|
3346
|
+
/* 1200 */
|
|
3347
|
+
/* 511 */
|
|
3348
|
+
/* 1023 */
|
|
3349
|
+
/* Zindex */
|
|
3350
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3351
|
+
margin: 0 0 18px;
|
|
3352
|
+
|
|
3353
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3354
|
+
font-size: 20px;
|
|
3355
|
+
font-weight: normal;
|
|
3356
|
+
line-height: 23px
|
|
3357
|
+
}
|
|
3358
|
+
@media only screen and (min-device-width: 48em) {
|
|
3359
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3360
|
+
margin-bottom: 15px;
|
|
3361
|
+
|
|
3362
|
+
font-size: 36px;
|
|
3363
|
+
line-height: 40px
|
|
3364
|
+
}
|
|
3365
|
+
}
|
|
3366
|
+
/* VISIBILITY */
|
|
3367
|
+
@media only screen and (min-device-width: 32em) {
|
|
3368
|
+
.SimpleTitle-module_mobile__11gBz {
|
|
3369
|
+
display: none
|
|
3370
|
+
}
|
|
3371
|
+
}
|
|
3372
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3373
|
+
display: none
|
|
3374
|
+
}
|
|
3375
|
+
@media only screen and (min-device-width: 32em) {
|
|
3376
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3377
|
+
display: block
|
|
3378
|
+
}
|
|
3379
|
+
}
|
|
3380
|
+
|
|
3381
|
+
/* Colors */
|
|
3382
|
+
/* Fonts */
|
|
3383
|
+
/* Gap */
|
|
3384
|
+
/* Media */
|
|
3385
|
+
/* 512 */
|
|
3386
|
+
/* 650 */
|
|
3387
|
+
/* 768 */
|
|
3388
|
+
/* 1024 */
|
|
3389
|
+
/* 1010 */
|
|
3390
|
+
/* 1200 */
|
|
3391
|
+
/* 511 */
|
|
3392
|
+
/* 1023 */
|
|
3393
|
+
/* Zindex */
|
|
3394
|
+
.ListBlock-module_root__3Q3Ga {
|
|
3395
|
+
margin: 15px 0;
|
|
3396
|
+
padding: 0;
|
|
3397
|
+
|
|
3398
|
+
list-style: none;
|
|
3399
|
+
|
|
3400
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3401
|
+
font-size: 18px;
|
|
3402
|
+
line-height: 24px
|
|
3403
|
+
}
|
|
3404
|
+
@media only screen and (min-device-width: 32em) {
|
|
3405
|
+
.ListBlock-module_root__3Q3Ga {
|
|
3406
|
+
font-size: 20px;
|
|
3407
|
+
line-height: 28px
|
|
3408
|
+
}
|
|
3409
|
+
}
|
|
3410
|
+
@media only screen and (min-device-width: 48em) {
|
|
3411
|
+
.ListBlock-module_root__3Q3Ga {
|
|
3412
|
+
margin: 20px 0
|
|
3413
|
+
}
|
|
3414
|
+
}
|
|
3415
|
+
.ListBlock-module_root__3Q3Ga:first-child {
|
|
3416
|
+
margin-top: 0;
|
|
3417
|
+
}
|
|
3418
|
+
.ListBlock-module_root__3Q3Ga:last-child {
|
|
3419
|
+
margin-bottom: 0;
|
|
3420
|
+
}
|
|
3421
|
+
.ListBlock-module_root__3Q3Ga a {
|
|
3422
|
+
color: inherit;
|
|
3423
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
3424
|
+
}
|
|
3425
|
+
.ListBlock-module_root__3Q3Ga a:hover {
|
|
3426
|
+
color: #b88b59;
|
|
3427
|
+
}
|
|
3428
|
+
.ListBlock-module_root__3Q3Ga li {
|
|
3429
|
+
position: relative;
|
|
3430
|
+
|
|
3431
|
+
margin-bottom: 6px;
|
|
3432
|
+
}
|
|
3433
|
+
.ListBlock-module_root__3Q3Ga mark {
|
|
3434
|
+
position: relative;
|
|
3435
|
+
|
|
3436
|
+
white-space: pre-wrap;
|
|
3437
|
+
|
|
3438
|
+
background-color: #fff3bc;
|
|
3439
|
+
|
|
3440
|
+
font-weight: inherit;
|
|
3441
|
+
font-style: inherit
|
|
3442
|
+
}
|
|
3443
|
+
@media only screen and (min-device-width: 32em) {
|
|
3444
|
+
.ListBlock-module_root__3Q3Ga mark {
|
|
3445
|
+
padding-bottom: 1px
|
|
3446
|
+
}
|
|
3447
|
+
}
|
|
3448
|
+
.ListBlock-module_root__3Q3Ga a mark {
|
|
3449
|
+
color: inherit;
|
|
3450
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
3451
|
+
}
|
|
3452
|
+
.ListBlock-module_ol__21CgV {
|
|
3453
|
+
counter-reset: list 0;
|
|
3454
|
+
}
|
|
3455
|
+
.ListBlock-module_ol__21CgV li {
|
|
3456
|
+
padding: 0 0 0 33px;
|
|
3457
|
+
}
|
|
3458
|
+
.ListBlock-module_ol__21CgV li::before {
|
|
3459
|
+
position: absolute;
|
|
3460
|
+
left: 0;
|
|
3461
|
+
|
|
3462
|
+
width: 23px;
|
|
3463
|
+
|
|
3464
|
+
content: counter(list) '. ';
|
|
3465
|
+
counter-increment: list;
|
|
3466
|
+
text-align: right;
|
|
3467
|
+
white-space: nowrap;
|
|
3468
|
+
}
|
|
3469
|
+
.ListBlock-module_ul__2MRrS li {
|
|
3470
|
+
padding: 0 0 0 23px
|
|
3471
|
+
}
|
|
3472
|
+
@media only screen and (min-device-width: 48em) {
|
|
3473
|
+
.ListBlock-module_ul__2MRrS li {
|
|
3474
|
+
padding: 0 0 0 38px
|
|
3475
|
+
}
|
|
3476
|
+
}
|
|
3477
|
+
.ListBlock-module_ul__2MRrS li:last-child {
|
|
3478
|
+
margin-bottom: 0;
|
|
3479
|
+
}
|
|
3480
|
+
.ListBlock-module_ul__2MRrS li::before {
|
|
3481
|
+
position: absolute;
|
|
3482
|
+
top: 0;
|
|
3483
|
+
left: 5px;
|
|
3484
|
+
|
|
3485
|
+
width: 8px;
|
|
3486
|
+
|
|
3487
|
+
content: '\2022';
|
|
3488
|
+
text-align: center;
|
|
3489
|
+
|
|
3490
|
+
color: #b88b59;
|
|
3491
|
+
|
|
3492
|
+
font-size: 18px;
|
|
3493
|
+
line-height: inherit
|
|
3494
|
+
}
|
|
3495
|
+
@media only screen and (min-device-width: 48em) {
|
|
3496
|
+
.ListBlock-module_ul__2MRrS li::before {
|
|
3497
|
+
left: 0;
|
|
3498
|
+
|
|
3499
|
+
width: 36px;
|
|
3500
|
+
|
|
3501
|
+
text-align: center;
|
|
3502
|
+
|
|
3503
|
+
font-size: 20px
|
|
3504
|
+
}
|
|
3505
|
+
}
|
|
3506
|
+
.ListBlock-module_center__tdIwd {
|
|
3507
|
+
max-width: 650px;
|
|
3508
|
+
margin-right: auto;
|
|
3509
|
+
margin-left: auto;
|
|
3510
|
+
}
|
|
3511
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
3512
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3513
|
+
font-size: 16px;
|
|
3514
|
+
line-height: 20px
|
|
3515
|
+
}
|
|
3516
|
+
@media only screen and (min-device-width: 48em) {
|
|
3517
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
3518
|
+
font-size: 17px;
|
|
3519
|
+
line-height: 24px
|
|
3520
|
+
}
|
|
3521
|
+
}
|
|
3522
|
+
.ListBlock-module_dark__3E3tV a {
|
|
3523
|
+
color: inherit;
|
|
3524
|
+
}
|
|
3525
|
+
.ListBlock-module_dark__3E3tV a:hover {
|
|
3526
|
+
color: #b88b59;
|
|
3527
|
+
}
|
|
3528
|
+
/* VISIBILITY */
|
|
3529
|
+
@media only screen and (min-device-width: 32em) {
|
|
3530
|
+
.ListBlock-module_mobile__2-nuV {
|
|
3531
|
+
display: none
|
|
3532
|
+
}
|
|
3533
|
+
}
|
|
3534
|
+
.ListBlock-module_desktop__1EE0g {
|
|
3535
|
+
display: none
|
|
3536
|
+
}
|
|
3537
|
+
@media only screen and (min-device-width: 32em) {
|
|
3538
|
+
.ListBlock-module_desktop__1EE0g {
|
|
3539
|
+
display: block
|
|
3540
|
+
}
|
|
3541
|
+
}
|
|
3542
|
+
|
|
3543
|
+
/* Colors */
|
|
3544
|
+
/* Fonts */
|
|
3545
|
+
/* Gap */
|
|
3546
|
+
/* Media */
|
|
3547
|
+
/* 512 */
|
|
3548
|
+
/* 650 */
|
|
3549
|
+
/* 768 */
|
|
3550
|
+
/* 1024 */
|
|
3551
|
+
/* 1010 */
|
|
3552
|
+
/* 1200 */
|
|
3553
|
+
/* 511 */
|
|
3554
|
+
/* 1023 */
|
|
3555
|
+
/* Zindex */
|
|
3556
|
+
.RichTitle-module_root__BK_WT {
|
|
3557
|
+
margin: 0 0 18px;
|
|
3558
|
+
|
|
3559
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3560
|
+
font-size: 19px;
|
|
3561
|
+
font-weight: 700;
|
|
3562
|
+
line-height: 23px
|
|
3563
|
+
}
|
|
3564
|
+
@media only screen and (min-device-width: 48em) {
|
|
3565
|
+
.RichTitle-module_root__BK_WT {
|
|
3566
|
+
margin-bottom: 15px;
|
|
3567
|
+
|
|
3568
|
+
font-size: 37px;
|
|
3569
|
+
line-height: 42px
|
|
3570
|
+
}
|
|
3571
|
+
}
|
|
3572
|
+
.RichTitle-module_root__BK_WT:last-child {
|
|
3573
|
+
margin-bottom: 0;
|
|
3574
|
+
}
|
|
3575
|
+
.RichTitle-module_root__BK_WT span {
|
|
3576
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3577
|
+
font-size: 20px;
|
|
3578
|
+
font-weight: normal
|
|
3579
|
+
}
|
|
3580
|
+
@media only screen and (min-device-width: 48em) {
|
|
3581
|
+
.RichTitle-module_root__BK_WT span {
|
|
3582
|
+
font-size: 38px
|
|
3583
|
+
}
|
|
3584
|
+
}
|
|
3585
|
+
@media only screen and (min-device-width: 32em) {
|
|
3586
|
+
.RichTitle-module_slide__1A-gB,
|
|
3587
|
+
.RichTitle-module_game__1g8Bn {
|
|
3588
|
+
text-align: center
|
|
3589
|
+
}
|
|
3590
|
+
}
|
|
3591
|
+
@media only screen and (min-device-width: 64em) {
|
|
3592
|
+
.RichTitle-module_half__10GRI {
|
|
3593
|
+
font-size: 33px;
|
|
3594
|
+
line-height: 36px
|
|
3595
|
+
}
|
|
3596
|
+
}
|
|
3597
|
+
@media only screen and (min-device-width: 64em) {
|
|
3598
|
+
.RichTitle-module_half__10GRI span {
|
|
3599
|
+
font-size: 34px
|
|
3600
|
+
}
|
|
3601
|
+
}
|
|
3602
|
+
.RichTitle-module_game__1g8Bn:first-child {
|
|
3603
|
+
padding-top: 9px;
|
|
3604
|
+
}
|
|
3605
|
+
.RichTitle-module_featured__wJfaQ {
|
|
3606
|
+
letter-spacing: 0.3px;
|
|
3607
|
+
|
|
3608
|
+
font-size: 28px;
|
|
3609
|
+
line-height: 30px;
|
|
3610
|
+
}
|
|
3611
|
+
.RichTitle-module_featured__wJfaQ span {
|
|
3612
|
+
display: block;
|
|
3613
|
+
|
|
3614
|
+
padding-top: 2px;
|
|
3615
|
+
|
|
3616
|
+
font-size: 18px;
|
|
3617
|
+
line-height: 24px;
|
|
3618
|
+
}
|
|
3619
|
+
@media only screen and (min-device-width: 32em) {
|
|
3620
|
+
.RichTitle-module_mobile__1Cb6E {
|
|
3621
|
+
display: none
|
|
3622
|
+
}
|
|
3623
|
+
}
|
|
3624
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3625
|
+
display: none
|
|
3626
|
+
}
|
|
3627
|
+
@media only screen and (min-device-width: 32em) {
|
|
3628
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3629
|
+
display: block
|
|
3630
|
+
}
|
|
3631
|
+
}
|
|
3632
|
+
|
|
3633
|
+
/* Colors */
|
|
3634
|
+
/* Fonts */
|
|
3635
|
+
/* Gap */
|
|
3636
|
+
/* Media */
|
|
3637
|
+
/* 512 */
|
|
3638
|
+
/* 650 */
|
|
3639
|
+
/* 768 */
|
|
3640
|
+
/* 1024 */
|
|
3641
|
+
/* 1010 */
|
|
3642
|
+
/* 1200 */
|
|
3643
|
+
/* 511 */
|
|
3644
|
+
/* 1023 */
|
|
3645
|
+
/* Zindex */
|
|
3646
|
+
.SourceBlock-module_root__1P3XD {
|
|
3647
|
+
display: block;
|
|
3648
|
+
|
|
3649
|
+
margin: 18px 0 15px;
|
|
3650
|
+
padding: 12px 11px 13px;
|
|
3651
|
+
|
|
3652
|
+
color: #000;
|
|
3653
|
+
border-left: 4px solid #b88b59;
|
|
3654
|
+
border-radius: 2px 8px 8px 2px;
|
|
3655
|
+
background-color: #f5f5f5;
|
|
3656
|
+
|
|
3657
|
+
font-size: 16px;
|
|
3658
|
+
line-height: 20px
|
|
3659
|
+
}
|
|
3660
|
+
@media only screen and (min-device-width: 48em) {
|
|
3661
|
+
.SourceBlock-module_root__1P3XD {
|
|
3662
|
+
margin-top: 25px;
|
|
3663
|
+
margin-bottom: 25px;
|
|
3664
|
+
padding: 18px 16px 12px
|
|
3665
|
+
}
|
|
3666
|
+
}
|
|
3667
|
+
.SourceBlock-module_root__1P3XD:hover,
|
|
3668
|
+
.SourceBlock-module_root__1P3XD:visited {
|
|
3669
|
+
background-color: #ededed;
|
|
3670
|
+
}
|
|
3671
|
+
.SourceBlock-module_root__1P3XD blockquote {
|
|
3672
|
+
margin: 0;
|
|
3673
|
+
}
|
|
3674
|
+
.SourceBlock-module_root__1P3XD a {
|
|
3675
|
+
text-decoration: none;
|
|
3676
|
+
|
|
3677
|
+
color: inherit;
|
|
3678
|
+
}
|
|
3679
|
+
.SourceBlock-module_text__Si4vm {
|
|
3680
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3681
|
+
}
|
|
3682
|
+
.SourceBlock-module_text__Si4vm p {
|
|
3683
|
+
margin: 0;
|
|
3684
|
+
|
|
3685
|
+
font-size: 16px;
|
|
3686
|
+
line-height: 22px
|
|
3687
|
+
}
|
|
3688
|
+
@media only screen and (min-device-width: 48em) {
|
|
3689
|
+
.SourceBlock-module_text__Si4vm p {
|
|
3690
|
+
font-size: 18px;
|
|
3691
|
+
line-height: 26px
|
|
3692
|
+
}
|
|
3693
|
+
}
|
|
3694
|
+
.SourceBlock-module_root__1P3XD p + p {
|
|
3524
3695
|
margin-top: 12px;
|
|
3525
|
-
margin-bottom: 12px
|
|
3526
|
-
}
|
|
3527
|
-
@media only screen and (min-device-width: 48em) {
|
|
3528
|
-
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3529
|
-
margin-top: 10px;
|
|
3530
|
-
margin-bottom: 10px
|
|
3531
|
-
}
|
|
3532
|
-
}
|
|
3533
|
-
.SimpleBlock-module_isInAnswer__3aX6X:first-child {
|
|
3534
|
-
margin-top: 6px;
|
|
3535
|
-
}
|
|
3536
|
-
.SimpleBlock-module_isInAnswer__3aX6X:last-child {
|
|
3537
|
-
margin-bottom: 0;
|
|
3538
3696
|
}
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
}
|
|
3545
|
-
.SimpleBlock-module_desktop__2se2o {
|
|
3546
|
-
display: none
|
|
3697
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
3698
|
+
margin-top: 12px;
|
|
3699
|
+
padding-top: 10px;
|
|
3700
|
+
|
|
3701
|
+
border-top: 1px solid #d6d6d6
|
|
3547
3702
|
}
|
|
3548
|
-
@media only screen and (min-device-width:
|
|
3549
|
-
.
|
|
3550
|
-
|
|
3703
|
+
@media only screen and (min-device-width: 48em) {
|
|
3704
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
3705
|
+
margin-top: 18px;
|
|
3706
|
+
padding-top: 12px
|
|
3551
3707
|
}
|
|
3552
3708
|
}
|
|
3709
|
+
.SourceBlock-module_origin__l3JbO {
|
|
3710
|
+
letter-spacing: 1px;
|
|
3711
|
+
text-transform: uppercase;
|
|
3712
|
+
pointer-events: none;
|
|
3553
3713
|
|
|
3554
|
-
|
|
3555
|
-
/* Fonts */
|
|
3556
|
-
/* Gap */
|
|
3557
|
-
/* Media */
|
|
3558
|
-
/* 512 */
|
|
3559
|
-
/* 650 */
|
|
3560
|
-
/* 768 */
|
|
3561
|
-
/* 1024 */
|
|
3562
|
-
/* 1010 */
|
|
3563
|
-
/* 1200 */
|
|
3564
|
-
/* 511 */
|
|
3565
|
-
/* 1023 */
|
|
3566
|
-
/* Zindex */
|
|
3567
|
-
.SimpleTitle-module_root__2jVQN {
|
|
3568
|
-
margin: 0 0 18px;
|
|
3714
|
+
color: #292929;
|
|
3569
3715
|
|
|
3570
|
-
font-family: '
|
|
3571
|
-
font-size:
|
|
3572
|
-
font-weight:
|
|
3573
|
-
|
|
3716
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3717
|
+
font-size: 16px;
|
|
3718
|
+
font-weight: bold;
|
|
3719
|
+
font-style: normal;
|
|
3720
|
+
line-height: 22px
|
|
3574
3721
|
}
|
|
3575
3722
|
@media only screen and (min-device-width: 48em) {
|
|
3576
|
-
.
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
font-size: 36px;
|
|
3580
|
-
line-height: 40px
|
|
3723
|
+
.SourceBlock-module_origin__l3JbO {
|
|
3724
|
+
font-size: 18px;
|
|
3725
|
+
line-height: 26px
|
|
3581
3726
|
}
|
|
3582
3727
|
}
|
|
3728
|
+
.SourceBlock-module_center__3P93B {
|
|
3729
|
+
max-width: 650px;
|
|
3730
|
+
margin-right: auto;
|
|
3731
|
+
margin-left: auto;
|
|
3732
|
+
}
|
|
3583
3733
|
/* VISIBILITY */
|
|
3584
3734
|
@media only screen and (min-device-width: 32em) {
|
|
3585
|
-
.
|
|
3735
|
+
.SourceBlock-module_mobile__2gw4S {
|
|
3586
3736
|
display: none
|
|
3587
3737
|
}
|
|
3588
3738
|
}
|
|
3589
|
-
.
|
|
3739
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
3590
3740
|
display: none
|
|
3591
3741
|
}
|
|
3592
3742
|
@media only screen and (min-device-width: 32em) {
|
|
3593
|
-
.
|
|
3743
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
3594
3744
|
display: block
|
|
3595
3745
|
}
|
|
3596
3746
|
}
|
|
@@ -3798,121 +3948,6 @@ a mark {
|
|
|
3798
3948
|
}
|
|
3799
3949
|
}
|
|
3800
3950
|
|
|
3801
|
-
/* Colors */
|
|
3802
|
-
/* Fonts */
|
|
3803
|
-
/* Gap */
|
|
3804
|
-
/* Media */
|
|
3805
|
-
/* 512 */
|
|
3806
|
-
/* 650 */
|
|
3807
|
-
/* 768 */
|
|
3808
|
-
/* 1024 */
|
|
3809
|
-
/* 1010 */
|
|
3810
|
-
/* 1200 */
|
|
3811
|
-
/* 511 */
|
|
3812
|
-
/* 1023 */
|
|
3813
|
-
/* Zindex */
|
|
3814
|
-
.SourceBlock-module_root__1P3XD {
|
|
3815
|
-
display: block;
|
|
3816
|
-
|
|
3817
|
-
margin: 18px 0 15px;
|
|
3818
|
-
padding: 12px 11px 13px;
|
|
3819
|
-
|
|
3820
|
-
color: #000;
|
|
3821
|
-
border-left: 4px solid #b88b59;
|
|
3822
|
-
border-radius: 2px 8px 8px 2px;
|
|
3823
|
-
background-color: #f5f5f5;
|
|
3824
|
-
|
|
3825
|
-
font-size: 16px;
|
|
3826
|
-
line-height: 20px
|
|
3827
|
-
}
|
|
3828
|
-
@media only screen and (min-device-width: 48em) {
|
|
3829
|
-
.SourceBlock-module_root__1P3XD {
|
|
3830
|
-
margin-top: 25px;
|
|
3831
|
-
margin-bottom: 25px;
|
|
3832
|
-
padding: 18px 16px 12px
|
|
3833
|
-
}
|
|
3834
|
-
}
|
|
3835
|
-
.SourceBlock-module_root__1P3XD:hover,
|
|
3836
|
-
.SourceBlock-module_root__1P3XD:visited {
|
|
3837
|
-
background-color: #ededed;
|
|
3838
|
-
}
|
|
3839
|
-
.SourceBlock-module_root__1P3XD blockquote {
|
|
3840
|
-
margin: 0;
|
|
3841
|
-
}
|
|
3842
|
-
.SourceBlock-module_root__1P3XD a {
|
|
3843
|
-
text-decoration: none;
|
|
3844
|
-
|
|
3845
|
-
color: inherit;
|
|
3846
|
-
}
|
|
3847
|
-
.SourceBlock-module_text__Si4vm {
|
|
3848
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3849
|
-
}
|
|
3850
|
-
.SourceBlock-module_text__Si4vm p {
|
|
3851
|
-
margin: 0;
|
|
3852
|
-
|
|
3853
|
-
font-size: 16px;
|
|
3854
|
-
line-height: 22px
|
|
3855
|
-
}
|
|
3856
|
-
@media only screen and (min-device-width: 48em) {
|
|
3857
|
-
.SourceBlock-module_text__Si4vm p {
|
|
3858
|
-
font-size: 18px;
|
|
3859
|
-
line-height: 26px
|
|
3860
|
-
}
|
|
3861
|
-
}
|
|
3862
|
-
.SourceBlock-module_root__1P3XD p + p {
|
|
3863
|
-
margin-top: 12px;
|
|
3864
|
-
}
|
|
3865
|
-
.SourceBlock-module_root__1P3XD footer {
|
|
3866
|
-
margin-top: 12px;
|
|
3867
|
-
padding-top: 10px;
|
|
3868
|
-
|
|
3869
|
-
border-top: 1px solid #d6d6d6
|
|
3870
|
-
}
|
|
3871
|
-
@media only screen and (min-device-width: 48em) {
|
|
3872
|
-
.SourceBlock-module_root__1P3XD footer {
|
|
3873
|
-
margin-top: 18px;
|
|
3874
|
-
padding-top: 12px
|
|
3875
|
-
}
|
|
3876
|
-
}
|
|
3877
|
-
.SourceBlock-module_origin__l3JbO {
|
|
3878
|
-
letter-spacing: 1px;
|
|
3879
|
-
text-transform: uppercase;
|
|
3880
|
-
pointer-events: none;
|
|
3881
|
-
|
|
3882
|
-
color: #292929;
|
|
3883
|
-
|
|
3884
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3885
|
-
font-size: 16px;
|
|
3886
|
-
font-weight: bold;
|
|
3887
|
-
font-style: normal;
|
|
3888
|
-
line-height: 22px
|
|
3889
|
-
}
|
|
3890
|
-
@media only screen and (min-device-width: 48em) {
|
|
3891
|
-
.SourceBlock-module_origin__l3JbO {
|
|
3892
|
-
font-size: 18px;
|
|
3893
|
-
line-height: 26px
|
|
3894
|
-
}
|
|
3895
|
-
}
|
|
3896
|
-
.SourceBlock-module_center__3P93B {
|
|
3897
|
-
max-width: 650px;
|
|
3898
|
-
margin-right: auto;
|
|
3899
|
-
margin-left: auto;
|
|
3900
|
-
}
|
|
3901
|
-
/* VISIBILITY */
|
|
3902
|
-
@media only screen and (min-device-width: 32em) {
|
|
3903
|
-
.SourceBlock-module_mobile__2gw4S {
|
|
3904
|
-
display: none
|
|
3905
|
-
}
|
|
3906
|
-
}
|
|
3907
|
-
.SourceBlock-module_desktop__DecT6 {
|
|
3908
|
-
display: none
|
|
3909
|
-
}
|
|
3910
|
-
@media only screen and (min-device-width: 32em) {
|
|
3911
|
-
.SourceBlock-module_desktop__DecT6 {
|
|
3912
|
-
display: block
|
|
3913
|
-
}
|
|
3914
|
-
}
|
|
3915
|
-
|
|
3916
3951
|
/* Colors */
|
|
3917
3952
|
/* Fonts */
|
|
3918
3953
|
/* Gap */
|
|
@@ -4325,6 +4360,78 @@ a mark {
|
|
|
4325
4360
|
fill: currentColor;
|
|
4326
4361
|
}
|
|
4327
4362
|
|
|
4363
|
+
/* Colors */
|
|
4364
|
+
/* Fonts */
|
|
4365
|
+
/* Gap */
|
|
4366
|
+
/* Media */
|
|
4367
|
+
/* 512 */
|
|
4368
|
+
/* 650 */
|
|
4369
|
+
/* 768 */
|
|
4370
|
+
/* 1024 */
|
|
4371
|
+
/* 1010 */
|
|
4372
|
+
/* 1200 */
|
|
4373
|
+
/* 511 */
|
|
4374
|
+
/* 1023 */
|
|
4375
|
+
/* Zindex */
|
|
4376
|
+
.Footnote-module_root__2a0-B {
|
|
4377
|
+
position: relative;
|
|
4378
|
+
|
|
4379
|
+
width: 320px;
|
|
4380
|
+
padding: 20px;
|
|
4381
|
+
|
|
4382
|
+
border-radius: 8px;
|
|
4383
|
+
background-color: #fff;
|
|
4384
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4385
|
+
}
|
|
4386
|
+
.Footnote-module_body__259Ly {
|
|
4387
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4388
|
+
font-size: 16px;
|
|
4389
|
+
line-height: 22px;
|
|
4390
|
+
}
|
|
4391
|
+
.Footnote-module_body__259Ly h3 {
|
|
4392
|
+
margin: 0 0 16px;
|
|
4393
|
+
|
|
4394
|
+
font-size: inherit;
|
|
4395
|
+
font-weight: 600;
|
|
4396
|
+
line-height: inherit;
|
|
4397
|
+
}
|
|
4398
|
+
.Footnote-module_body__259Ly p {
|
|
4399
|
+
margin: 0;
|
|
4400
|
+
}
|
|
4401
|
+
.Footnote-module_body__259Ly p + p {
|
|
4402
|
+
margin-top: 6px;
|
|
4403
|
+
}
|
|
4404
|
+
.Footnote-module_body__259Ly a {
|
|
4405
|
+
color: inherit;
|
|
4406
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
4407
|
+
}
|
|
4408
|
+
.Footnote-module_body__259Ly a:hover {
|
|
4409
|
+
color: #b88b59;
|
|
4410
|
+
}
|
|
4411
|
+
.Footnote-module_dismiss__1HKG5 {
|
|
4412
|
+
position: absolute;
|
|
4413
|
+
top: 0;
|
|
4414
|
+
right: 0;
|
|
4415
|
+
|
|
4416
|
+
margin: 0;
|
|
4417
|
+
padding: 6px 9px 10px;
|
|
4418
|
+
|
|
4419
|
+
cursor: pointer;
|
|
4420
|
+
|
|
4421
|
+
color: #b3b3b3;
|
|
4422
|
+
border-width: 0;
|
|
4423
|
+
outline: none;
|
|
4424
|
+
background-color: transparent;
|
|
4425
|
+
}
|
|
4426
|
+
.Footnote-module_dismiss__1HKG5:hover {
|
|
4427
|
+
color: #757575;
|
|
4428
|
+
}
|
|
4429
|
+
.Footnote-module_dismiss__1HKG5 svg {
|
|
4430
|
+
width: 12px;
|
|
4431
|
+
height: 12px;
|
|
4432
|
+
}
|
|
4433
|
+
|
|
4434
|
+
|
|
4328
4435
|
/* Colors */
|
|
4329
4436
|
/* Fonts */
|
|
4330
4437
|
/* Gap */
|
|
@@ -4511,7 +4618,7 @@ a mark {
|
|
|
4511
4618
|
display: none
|
|
4512
4619
|
}
|
|
4513
4620
|
}
|
|
4514
|
-
.EmbedBlock-module_mobile__1P-eo .EmbedBlock-module_figure__vAvcN {
|
|
4621
|
+
.EmbedBlock-module_mobile__1P-eo:first-child .EmbedBlock-module_figure__vAvcN {
|
|
4515
4622
|
overflow: hidden;
|
|
4516
4623
|
|
|
4517
4624
|
border-radius: 8px 8px 0 0;
|