@meduza/ui-kit-2 0.2.0 → 0.2.2
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 +12 -8
- 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 +12 -8
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +1663 -1667
- package/package.json +1 -1
- package/src/DonatesTeaser/DonatesTeaser.module.css +10 -16
- package/src/DonatesTeaser/index.tsx +8 -9
- package/src/ShopRelatedBlock/ShopRelatedBlock.module.css +14 -13
package/dist/ui-kit.css
CHANGED
|
@@ -234,271 +234,6 @@
|
|
|
234
234
|
margin-top: -1px;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
/* Colors */
|
|
238
|
-
/* Fonts */
|
|
239
|
-
/* Gap */
|
|
240
|
-
/* Media */
|
|
241
|
-
/* 512 */
|
|
242
|
-
/* 650 */
|
|
243
|
-
/* 768 */
|
|
244
|
-
/* 1024 */
|
|
245
|
-
/* 1010 */
|
|
246
|
-
/* 1200 */
|
|
247
|
-
/* 511 */
|
|
248
|
-
/* 1023 */
|
|
249
|
-
/* Zindex */
|
|
250
|
-
.Switcher-module_root__1Env1 {
|
|
251
|
-
position: relative;
|
|
252
|
-
|
|
253
|
-
display: -webkit-box;
|
|
254
|
-
|
|
255
|
-
display: -webkit-flex;
|
|
256
|
-
|
|
257
|
-
display: -ms-flexbox;
|
|
258
|
-
|
|
259
|
-
display: flex;
|
|
260
|
-
flex-flow: row nowrap;
|
|
261
|
-
align-items: center;
|
|
262
|
-
|
|
263
|
-
font-weight: 600;
|
|
264
|
-
|
|
265
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
266
|
-
white-space: nowrap;
|
|
267
|
-
|
|
268
|
-
cursor: pointer;
|
|
269
|
-
|
|
270
|
-
-webkit-user-select: none;
|
|
271
|
-
|
|
272
|
-
-moz-user-select: none;
|
|
273
|
-
|
|
274
|
-
-ms-user-select: none;
|
|
275
|
-
|
|
276
|
-
user-select: none;
|
|
277
|
-
}
|
|
278
|
-
.Switcher-module_dark__1IzaH {
|
|
279
|
-
color: inherit;
|
|
280
|
-
}
|
|
281
|
-
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
282
|
-
background-color: transparent;
|
|
283
|
-
}
|
|
284
|
-
.Switcher-module_input__jaMVF {
|
|
285
|
-
position: absolute;
|
|
286
|
-
top: 0;
|
|
287
|
-
left: 0;
|
|
288
|
-
|
|
289
|
-
opacity: 0;
|
|
290
|
-
}
|
|
291
|
-
.Switcher-module_control__1NTvY {
|
|
292
|
-
position: relative;
|
|
293
|
-
|
|
294
|
-
display: block;
|
|
295
|
-
|
|
296
|
-
width: 37px;
|
|
297
|
-
height: 21px;
|
|
298
|
-
|
|
299
|
-
background-color: #e6e6e6;
|
|
300
|
-
|
|
301
|
-
border-radius: 15px;
|
|
302
|
-
}
|
|
303
|
-
.Switcher-module_control__1NTvY::before {
|
|
304
|
-
position: absolute;
|
|
305
|
-
top: 0;
|
|
306
|
-
bottom: 0;
|
|
307
|
-
left: 0;
|
|
308
|
-
|
|
309
|
-
width: 18px;
|
|
310
|
-
|
|
311
|
-
background: rgba(19, 191, 17, 0);
|
|
312
|
-
|
|
313
|
-
border-radius: 15px;
|
|
314
|
-
|
|
315
|
-
transition: 0.25s ease-in-out;
|
|
316
|
-
|
|
317
|
-
content: '';
|
|
318
|
-
}
|
|
319
|
-
.Switcher-module_knob__3kEy5 {
|
|
320
|
-
position: relative;
|
|
321
|
-
top: 2px;
|
|
322
|
-
left: 2px;
|
|
323
|
-
z-index: 200;
|
|
324
|
-
|
|
325
|
-
display: block;
|
|
326
|
-
|
|
327
|
-
width: 17px;
|
|
328
|
-
height: 17px;
|
|
329
|
-
|
|
330
|
-
background: #fff;
|
|
331
|
-
|
|
332
|
-
border-radius: 15px;
|
|
333
|
-
|
|
334
|
-
transition: 0.25s ease-in-out;
|
|
335
|
-
}
|
|
336
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
337
|
-
width: 100%;
|
|
338
|
-
|
|
339
|
-
background-color: #b88b59;
|
|
340
|
-
}
|
|
341
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
342
|
-
box-shadow: inset 0 0 0 1px transparent;
|
|
343
|
-
}
|
|
344
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
345
|
-
left: 18px;
|
|
346
|
-
}
|
|
347
|
-
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
348
|
-
margin-right: 6px;
|
|
349
|
-
}
|
|
350
|
-
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
351
|
-
margin-left: 6px;
|
|
352
|
-
}
|
|
353
|
-
/* panel */
|
|
354
|
-
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
355
|
-
|
|
356
|
-
color: #999;
|
|
357
|
-
|
|
358
|
-
font-size: 13px;
|
|
359
|
-
letter-spacing: 0.5px;
|
|
360
|
-
text-transform: uppercase;
|
|
361
|
-
}
|
|
362
|
-
/* menu */
|
|
363
|
-
.Switcher-module_isInMenu__3XJYj {
|
|
364
|
-
font-weight: normal;
|
|
365
|
-
}
|
|
366
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
367
|
-
margin-right: 8px;
|
|
368
|
-
}
|
|
369
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
370
|
-
width: 48px;
|
|
371
|
-
height: 30px;
|
|
372
|
-
}
|
|
373
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
374
|
-
top: 4px;
|
|
375
|
-
|
|
376
|
-
width: 22px;
|
|
377
|
-
height: 22px;
|
|
378
|
-
|
|
379
|
-
background-color: #bababa;
|
|
380
|
-
}
|
|
381
|
-
/* stylelint-disable selector-max-compound-selectors */
|
|
382
|
-
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
383
|
-
left: 23px;
|
|
384
|
-
|
|
385
|
-
background-color: #fff;
|
|
386
|
-
}
|
|
387
|
-
/* live */
|
|
388
|
-
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
389
|
-
|
|
390
|
-
color: #7f7f7f;
|
|
391
|
-
|
|
392
|
-
font-size: 13px;
|
|
393
|
-
letter-spacing: 0.5px;
|
|
394
|
-
text-transform: uppercase;
|
|
395
|
-
}
|
|
396
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
397
|
-
background-color: #1a1a1a;
|
|
398
|
-
box-shadow: inset 0 0 0 1px #323232;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
/* Colors */
|
|
402
|
-
/* Fonts */
|
|
403
|
-
/* Gap */
|
|
404
|
-
/* Media */
|
|
405
|
-
/* 512 */
|
|
406
|
-
/* 650 */
|
|
407
|
-
/* 768 */
|
|
408
|
-
/* 1024 */
|
|
409
|
-
/* 1010 */
|
|
410
|
-
/* 1200 */
|
|
411
|
-
/* 511 */
|
|
412
|
-
/* 1023 */
|
|
413
|
-
/* Zindex */
|
|
414
|
-
.Image-module_root__1vsA_ {
|
|
415
|
-
position: relative;
|
|
416
|
-
z-index: 1;
|
|
417
|
-
|
|
418
|
-
display: block;
|
|
419
|
-
overflow: hidden;
|
|
420
|
-
transition: background-color 250ms ease;
|
|
421
|
-
|
|
422
|
-
background-color: #f2f2f2
|
|
423
|
-
}
|
|
424
|
-
@media only screen and (min-width: 32em) {
|
|
425
|
-
.Image-module_root__1vsA_ {
|
|
426
|
-
border-radius: inherit
|
|
427
|
-
}
|
|
428
|
-
}
|
|
429
|
-
.Image-module_root__1vsA_ img {
|
|
430
|
-
position: absolute;
|
|
431
|
-
top: 0;
|
|
432
|
-
left: 0;
|
|
433
|
-
|
|
434
|
-
width: 100%;
|
|
435
|
-
height: 100%;
|
|
436
|
-
}
|
|
437
|
-
.Image-module_isLoaded__3XhU5 {
|
|
438
|
-
background-color: transparent;
|
|
439
|
-
}
|
|
440
|
-
.Image-module_wrapper__3fLjs {
|
|
441
|
-
display: block;
|
|
442
|
-
|
|
443
|
-
width: 100%;
|
|
444
|
-
|
|
445
|
-
background-repeat: no-repeat;
|
|
446
|
-
background-size: 100% auto;
|
|
447
|
-
}
|
|
448
|
-
.Image-module_fullscreen__29apx picture {
|
|
449
|
-
cursor: pointer;
|
|
450
|
-
}
|
|
451
|
-
.Image-module_fullscreen__29apx picture:hover::after {
|
|
452
|
-
opacity: 1;
|
|
453
|
-
}
|
|
454
|
-
.Image-module_fullscreen__29apx picture::after {
|
|
455
|
-
position: absolute;
|
|
456
|
-
right: 12px;
|
|
457
|
-
bottom: 12px;
|
|
458
|
-
|
|
459
|
-
width: 40px;
|
|
460
|
-
height: 40px;
|
|
461
|
-
|
|
462
|
-
transition: opacity 250ms ease;
|
|
463
|
-
pointer-events: none;
|
|
464
|
-
|
|
465
|
-
opacity: 0;
|
|
466
|
-
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
467
|
-
border-radius: 20px;
|
|
468
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
469
|
-
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.197 10.207V3.763h-6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.793 4.166l-6.173 6.172' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.803 13.733v6.444h6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.207 19.774l6.173-6.171' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
470
|
-
background-repeat: no-repeat;
|
|
471
|
-
background-position: center
|
|
472
|
-
}
|
|
473
|
-
@media only screen and (min-width: 64em) {
|
|
474
|
-
.Image-module_fullscreen__29apx picture::after {
|
|
475
|
-
content: ''
|
|
476
|
-
}
|
|
477
|
-
}
|
|
478
|
-
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
479
|
-
outline: none;
|
|
480
|
-
}
|
|
481
|
-
.Image-module_dark__3o0nU {
|
|
482
|
-
background-color: transparent;
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
/* Colors */
|
|
486
|
-
/* Fonts */
|
|
487
|
-
/* Gap */
|
|
488
|
-
/* Media */
|
|
489
|
-
/* 512 */
|
|
490
|
-
/* 650 */
|
|
491
|
-
/* 768 */
|
|
492
|
-
/* 1024 */
|
|
493
|
-
/* 1010 */
|
|
494
|
-
/* 1200 */
|
|
495
|
-
/* 511 */
|
|
496
|
-
/* 1023 */
|
|
497
|
-
/* Zindex */
|
|
498
|
-
.Lazy-module_root__2Z72l {
|
|
499
|
-
display: block;
|
|
500
|
-
}
|
|
501
|
-
|
|
502
237
|
/* Colors */
|
|
503
238
|
/* Fonts */
|
|
504
239
|
/* Gap */
|
|
@@ -725,6 +460,90 @@
|
|
|
725
460
|
}
|
|
726
461
|
}
|
|
727
462
|
|
|
463
|
+
/* Colors */
|
|
464
|
+
/* Fonts */
|
|
465
|
+
/* Gap */
|
|
466
|
+
/* Media */
|
|
467
|
+
/* 512 */
|
|
468
|
+
/* 650 */
|
|
469
|
+
/* 768 */
|
|
470
|
+
/* 1024 */
|
|
471
|
+
/* 1010 */
|
|
472
|
+
/* 1200 */
|
|
473
|
+
/* 511 */
|
|
474
|
+
/* 1023 */
|
|
475
|
+
/* Zindex */
|
|
476
|
+
.Image-module_root__1vsA_ {
|
|
477
|
+
position: relative;
|
|
478
|
+
z-index: 1;
|
|
479
|
+
|
|
480
|
+
display: block;
|
|
481
|
+
overflow: hidden;
|
|
482
|
+
transition: background-color 250ms ease;
|
|
483
|
+
|
|
484
|
+
background-color: #f2f2f2
|
|
485
|
+
}
|
|
486
|
+
@media only screen and (min-width: 32em) {
|
|
487
|
+
.Image-module_root__1vsA_ {
|
|
488
|
+
border-radius: inherit
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
.Image-module_root__1vsA_ img {
|
|
492
|
+
position: absolute;
|
|
493
|
+
top: 0;
|
|
494
|
+
left: 0;
|
|
495
|
+
|
|
496
|
+
width: 100%;
|
|
497
|
+
height: 100%;
|
|
498
|
+
}
|
|
499
|
+
.Image-module_isLoaded__3XhU5 {
|
|
500
|
+
background-color: transparent;
|
|
501
|
+
}
|
|
502
|
+
.Image-module_wrapper__3fLjs {
|
|
503
|
+
display: block;
|
|
504
|
+
|
|
505
|
+
width: 100%;
|
|
506
|
+
|
|
507
|
+
background-repeat: no-repeat;
|
|
508
|
+
background-size: 100% auto;
|
|
509
|
+
}
|
|
510
|
+
.Image-module_fullscreen__29apx picture {
|
|
511
|
+
cursor: pointer;
|
|
512
|
+
}
|
|
513
|
+
.Image-module_fullscreen__29apx picture:hover::after {
|
|
514
|
+
opacity: 1;
|
|
515
|
+
}
|
|
516
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
517
|
+
position: absolute;
|
|
518
|
+
right: 12px;
|
|
519
|
+
bottom: 12px;
|
|
520
|
+
|
|
521
|
+
width: 40px;
|
|
522
|
+
height: 40px;
|
|
523
|
+
|
|
524
|
+
transition: opacity 250ms ease;
|
|
525
|
+
pointer-events: none;
|
|
526
|
+
|
|
527
|
+
opacity: 0;
|
|
528
|
+
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
529
|
+
border-radius: 20px;
|
|
530
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
531
|
+
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.197 10.207V3.763h-6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.793 4.166l-6.173 6.172' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.803 13.733v6.444h6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.207 19.774l6.173-6.171' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
532
|
+
background-repeat: no-repeat;
|
|
533
|
+
background-position: center
|
|
534
|
+
}
|
|
535
|
+
@media only screen and (min-width: 64em) {
|
|
536
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
537
|
+
content: ''
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
541
|
+
outline: none;
|
|
542
|
+
}
|
|
543
|
+
.Image-module_dark__3o0nU {
|
|
544
|
+
background-color: transparent;
|
|
545
|
+
}
|
|
546
|
+
|
|
728
547
|
/* Colors */
|
|
729
548
|
/* Fonts */
|
|
730
549
|
/* Gap */
|
|
@@ -835,196 +654,61 @@
|
|
|
835
654
|
.DotsOnImage-module_marker__lH5cP.DotsOnImage-module_isActive__3hh31 {
|
|
836
655
|
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), 0 0 0 1px #fff;
|
|
837
656
|
}
|
|
838
|
-
.DotsOnImage-module_popover__35Cpj {
|
|
839
|
-
position: absolute;
|
|
840
|
-
z-index: 10;
|
|
841
|
-
}
|
|
842
|
-
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
|
|
843
|
-
transform: translateX(50px);
|
|
844
|
-
}
|
|
845
|
-
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
|
|
846
|
-
transform: translateX(-100%) translateX(-22px);
|
|
847
|
-
}
|
|
848
|
-
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
|
|
849
|
-
transform: translateX(50px) translateY(-100%) translateY(22px);
|
|
850
|
-
}
|
|
851
|
-
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isBottom__3Nk1T {
|
|
852
|
-
transform: translateX(-100%) translateX(-22px) translateY(-100%)
|
|
853
|
-
translateY(22px);
|
|
854
|
-
}
|
|
855
|
-
@-webkit-keyframes DotsOnImage-module_show__2TMBv {
|
|
856
|
-
0% {
|
|
857
|
-
transform: scale(0.4);
|
|
858
|
-
|
|
859
|
-
opacity: 0;
|
|
860
|
-
}
|
|
861
|
-
|
|
862
|
-
90% {
|
|
863
|
-
transform: scale(1.1);
|
|
864
|
-
|
|
865
|
-
opacity: 1;
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
100% {
|
|
869
|
-
transform: scale(1);
|
|
870
|
-
|
|
871
|
-
opacity: 1;
|
|
872
|
-
}
|
|
873
|
-
}
|
|
874
|
-
@keyframes DotsOnImage-module_show__2TMBv {
|
|
875
|
-
0% {
|
|
876
|
-
transform: scale(0.4);
|
|
877
|
-
|
|
878
|
-
opacity: 0;
|
|
879
|
-
}
|
|
880
|
-
|
|
881
|
-
90% {
|
|
882
|
-
transform: scale(1.1);
|
|
883
|
-
|
|
884
|
-
opacity: 1;
|
|
885
|
-
}
|
|
886
|
-
|
|
887
|
-
100% {
|
|
888
|
-
transform: scale(1);
|
|
889
|
-
|
|
890
|
-
opacity: 1;
|
|
891
|
-
}
|
|
892
|
-
}
|
|
893
|
-
|
|
894
|
-
/* Colors */
|
|
895
|
-
/* Fonts */
|
|
896
|
-
/* Gap */
|
|
897
|
-
/* Media */
|
|
898
|
-
/* 512 */
|
|
899
|
-
/* 650 */
|
|
900
|
-
/* 768 */
|
|
901
|
-
/* 1024 */
|
|
902
|
-
/* 1010 */
|
|
903
|
-
/* 1200 */
|
|
904
|
-
/* 511 */
|
|
905
|
-
/* 1023 */
|
|
906
|
-
/* Zindex */
|
|
907
|
-
.MaterialNote-module_root__1AcYe {
|
|
908
|
-
margin-bottom: 17px;
|
|
909
|
-
|
|
910
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
911
|
-
font-size: 16px;
|
|
912
|
-
line-height: 22px;
|
|
913
|
-
}
|
|
914
|
-
.MaterialNote-module_root__1AcYe:empty {
|
|
915
|
-
margin-bottom: 0;
|
|
916
|
-
}
|
|
917
|
-
.MaterialNote-module_root__1AcYe:empty::before {
|
|
918
|
-
margin-bottom: 9px;
|
|
919
|
-
}
|
|
920
|
-
.MaterialNote-module_root__1AcYe::before {
|
|
921
|
-
display: block;
|
|
922
|
-
|
|
923
|
-
width: 120px;
|
|
924
|
-
height: 1px;
|
|
925
|
-
margin-bottom: 15px;
|
|
926
|
-
|
|
927
|
-
content: '';
|
|
928
|
-
|
|
929
|
-
background: #000;
|
|
930
|
-
}
|
|
931
|
-
.MaterialNote-module_root__1AcYe p {
|
|
932
|
-
margin-top: 8px;
|
|
933
|
-
margin-bottom: 0;
|
|
934
|
-
}
|
|
935
|
-
.MaterialNote-module_root__1AcYe a {
|
|
936
|
-
text-decoration: none;
|
|
937
|
-
|
|
938
|
-
color: inherit;
|
|
939
|
-
box-shadow: inset 0 -1px;
|
|
940
|
-
}
|
|
941
|
-
.MaterialNote-module_root__1AcYe a:hover {
|
|
942
|
-
color: #b88b59;
|
|
943
|
-
}
|
|
944
|
-
.MaterialNote-module_dark__xCry-::before {
|
|
945
|
-
background-color: #4f4f4f;
|
|
946
|
-
}
|
|
947
|
-
.MaterialNote-module_note_credit__PuFyX {
|
|
948
|
-
color: #666;
|
|
949
|
-
|
|
950
|
-
font-size: 12px;
|
|
951
|
-
line-height: 15px;
|
|
952
|
-
}
|
|
953
|
-
.MaterialNote-module_root__1AcYe .MaterialNote-module_note_credit__PuFyX {
|
|
954
|
-
margin-top: 6px;
|
|
955
|
-
}
|
|
956
|
-
.MaterialNote-module_note_credit__PuFyX:only-child {
|
|
957
|
-
margin-top: 0;
|
|
958
|
-
}
|
|
959
|
-
.MaterialNote-module_note_caption__1ezSo b {
|
|
960
|
-
font-weight: bold;
|
|
961
|
-
}
|
|
962
|
-
.MaterialNote-module_center__18RxI {
|
|
963
|
-
max-width: 650px;
|
|
964
|
-
margin-right: auto;
|
|
965
|
-
margin-left: auto;
|
|
966
|
-
}
|
|
967
|
-
.MaterialNote-module_center__18RxI,
|
|
968
|
-
.MaterialNote-module_default__1lQPl {
|
|
969
|
-
margin-top: 25px
|
|
970
|
-
}
|
|
971
|
-
@media only screen and (min-width: 32em) {
|
|
972
|
-
.MaterialNote-module_center__18RxI,
|
|
973
|
-
.MaterialNote-module_default__1lQPl {
|
|
974
|
-
margin-top: 45px
|
|
975
|
-
}
|
|
976
|
-
}
|
|
977
|
-
.MaterialNote-module_card__OWXbQ:empty,
|
|
978
|
-
.MaterialNote-module_slide__1ZBBq:empty,
|
|
979
|
-
.MaterialNote-module_game__cADMe:empty {
|
|
980
|
-
display: none;
|
|
981
|
-
}
|
|
982
|
-
.MaterialNote-module_slide__1ZBBq::before,
|
|
983
|
-
.MaterialNote-module_card__OWXbQ::before,
|
|
984
|
-
.MaterialNote-module_game__cADMe::before {
|
|
985
|
-
content: none;
|
|
986
|
-
}
|
|
987
|
-
.MaterialNote-module_gameSurvey__3SiG-,
|
|
988
|
-
.MaterialNote-module_gameSurvey__3SiG-:empty {
|
|
989
|
-
display: block;
|
|
990
|
-
}
|
|
991
|
-
.MaterialNote-module_gameSurvey__3SiG-::before {
|
|
992
|
-
margin-right: auto;
|
|
993
|
-
margin-left: auto;
|
|
994
|
-
|
|
995
|
-
content: '';
|
|
657
|
+
.DotsOnImage-module_popover__35Cpj {
|
|
658
|
+
position: absolute;
|
|
659
|
+
z-index: 10;
|
|
996
660
|
}
|
|
997
|
-
.
|
|
998
|
-
|
|
999
|
-
.MaterialNote-module_game__cADMe .MaterialNote-module_note_caption__1ezSo {
|
|
1000
|
-
margin-top: 0;
|
|
661
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
|
|
662
|
+
transform: translateX(50px);
|
|
1001
663
|
}
|
|
1002
|
-
.
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
text-align: center
|
|
664
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
|
|
665
|
+
transform: translateX(-100%) translateX(-22px);
|
|
1006
666
|
}
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
margin-top: 25px
|
|
667
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
|
|
668
|
+
transform: translateX(50px) translateY(-100%) translateY(22px);
|
|
1010
669
|
}
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
color: #fff
|
|
670
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isBottom__3Nk1T {
|
|
671
|
+
transform: translateX(-100%) translateX(-22px) translateY(-100%)
|
|
672
|
+
translateY(22px);
|
|
1015
673
|
}
|
|
674
|
+
@-webkit-keyframes DotsOnImage-module_show__2TMBv {
|
|
675
|
+
0% {
|
|
676
|
+
transform: scale(0.4);
|
|
677
|
+
|
|
678
|
+
opacity: 0;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
90% {
|
|
682
|
+
transform: scale(1.1);
|
|
683
|
+
|
|
684
|
+
opacity: 1;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
100% {
|
|
688
|
+
transform: scale(1);
|
|
689
|
+
|
|
690
|
+
opacity: 1;
|
|
1016
691
|
}
|
|
1017
|
-
.MaterialNote-module_slide__1ZBBq,
|
|
1018
|
-
.MaterialNote-module_card__OWXbQ {
|
|
1019
|
-
margin-bottom: 9px;
|
|
1020
|
-
padding-top: 8px
|
|
1021
|
-
}
|
|
1022
|
-
@media only screen and (min-width: 32em) {
|
|
1023
|
-
.MaterialNote-module_slide__1ZBBq,
|
|
1024
|
-
.MaterialNote-module_card__OWXbQ {
|
|
1025
|
-
margin-bottom: 16px
|
|
1026
692
|
}
|
|
693
|
+
@keyframes DotsOnImage-module_show__2TMBv {
|
|
694
|
+
0% {
|
|
695
|
+
transform: scale(0.4);
|
|
696
|
+
|
|
697
|
+
opacity: 0;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
90% {
|
|
701
|
+
transform: scale(1.1);
|
|
702
|
+
|
|
703
|
+
opacity: 1;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
100% {
|
|
707
|
+
transform: scale(1);
|
|
708
|
+
|
|
709
|
+
opacity: 1;
|
|
1027
710
|
}
|
|
711
|
+
}
|
|
1028
712
|
|
|
1029
713
|
/* Colors */
|
|
1030
714
|
/* Fonts */
|
|
@@ -1039,96 +723,172 @@
|
|
|
1039
723
|
/* 511 */
|
|
1040
724
|
/* 1023 */
|
|
1041
725
|
/* Zindex */
|
|
1042
|
-
.
|
|
726
|
+
.Switcher-module_root__1Env1 {
|
|
727
|
+
position: relative;
|
|
728
|
+
|
|
729
|
+
display: -webkit-box;
|
|
730
|
+
|
|
731
|
+
display: -webkit-flex;
|
|
732
|
+
|
|
733
|
+
display: -ms-flexbox;
|
|
734
|
+
|
|
735
|
+
display: flex;
|
|
736
|
+
flex-flow: row nowrap;
|
|
737
|
+
align-items: center;
|
|
738
|
+
|
|
739
|
+
font-weight: 600;
|
|
740
|
+
|
|
1043
741
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1044
|
-
|
|
1045
|
-
.MediaCaption-module_root__KqTdw a {
|
|
1046
|
-
text-decoration: underline;
|
|
742
|
+
white-space: nowrap;
|
|
1047
743
|
|
|
744
|
+
cursor: pointer;
|
|
745
|
+
|
|
746
|
+
-webkit-user-select: none;
|
|
747
|
+
|
|
748
|
+
-moz-user-select: none;
|
|
749
|
+
|
|
750
|
+
-ms-user-select: none;
|
|
751
|
+
|
|
752
|
+
user-select: none;
|
|
753
|
+
}
|
|
754
|
+
.Switcher-module_dark__1IzaH {
|
|
1048
755
|
color: inherit;
|
|
1049
|
-
box-shadow: none;
|
|
1050
756
|
}
|
|
1051
|
-
.
|
|
1052
|
-
color:
|
|
757
|
+
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
758
|
+
background-color: transparent;
|
|
1053
759
|
}
|
|
1054
|
-
.
|
|
1055
|
-
|
|
1056
|
-
|
|
760
|
+
.Switcher-module_input__jaMVF {
|
|
761
|
+
position: absolute;
|
|
762
|
+
top: 0;
|
|
763
|
+
left: 0;
|
|
1057
764
|
|
|
1058
|
-
|
|
765
|
+
opacity: 0;
|
|
766
|
+
}
|
|
767
|
+
.Switcher-module_control__1NTvY {
|
|
768
|
+
position: relative;
|
|
1059
769
|
|
|
1060
|
-
|
|
1061
|
-
|
|
770
|
+
display: block;
|
|
771
|
+
|
|
772
|
+
width: 37px;
|
|
773
|
+
height: 21px;
|
|
774
|
+
|
|
775
|
+
background-color: #e6e6e6;
|
|
776
|
+
|
|
777
|
+
border-radius: 15px;
|
|
1062
778
|
}
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
779
|
+
.Switcher-module_control__1NTvY::before {
|
|
780
|
+
position: absolute;
|
|
781
|
+
top: 0;
|
|
782
|
+
bottom: 0;
|
|
783
|
+
left: 0;
|
|
784
|
+
|
|
785
|
+
width: 18px;
|
|
786
|
+
|
|
787
|
+
background: rgba(19, 191, 17, 0);
|
|
788
|
+
|
|
789
|
+
border-radius: 15px;
|
|
790
|
+
|
|
791
|
+
transition: 0.25s ease-in-out;
|
|
792
|
+
|
|
793
|
+
content: '';
|
|
1068
794
|
}
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
795
|
+
.Switcher-module_knob__3kEy5 {
|
|
796
|
+
position: relative;
|
|
797
|
+
top: 2px;
|
|
798
|
+
left: 2px;
|
|
799
|
+
z-index: 200;
|
|
1073
800
|
|
|
1074
|
-
|
|
801
|
+
display: block;
|
|
1075
802
|
|
|
1076
|
-
|
|
1077
|
-
|
|
803
|
+
width: 17px;
|
|
804
|
+
height: 17px;
|
|
805
|
+
|
|
806
|
+
background: #fff;
|
|
807
|
+
|
|
808
|
+
border-radius: 15px;
|
|
809
|
+
|
|
810
|
+
transition: 0.25s ease-in-out;
|
|
1078
811
|
}
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
812
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
813
|
+
width: 100%;
|
|
814
|
+
|
|
815
|
+
background-color: #b88b59;
|
|
1082
816
|
}
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
padding-top: calc(3rem / 16)
|
|
817
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
818
|
+
box-shadow: inset 0 0 0 1px transparent;
|
|
1086
819
|
}
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
padding-top: 3px
|
|
820
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
821
|
+
left: 18px;
|
|
1090
822
|
}
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
color: #fff;
|
|
823
|
+
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
824
|
+
margin-right: 6px;
|
|
1094
825
|
}
|
|
1095
|
-
.
|
|
1096
|
-
|
|
826
|
+
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
827
|
+
margin-left: 6px;
|
|
1097
828
|
}
|
|
1098
|
-
|
|
1099
|
-
.
|
|
1100
|
-
|
|
829
|
+
/* panel */
|
|
830
|
+
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
831
|
+
|
|
832
|
+
color: #999;
|
|
833
|
+
|
|
834
|
+
font-size: 13px;
|
|
835
|
+
letter-spacing: 0.5px;
|
|
836
|
+
text-transform: uppercase;
|
|
1101
837
|
}
|
|
1102
|
-
|
|
1103
|
-
.
|
|
1104
|
-
|
|
1105
|
-
padding-top: 12px
|
|
838
|
+
/* menu */
|
|
839
|
+
.Switcher-module_isInMenu__3XJYj {
|
|
840
|
+
font-weight: normal;
|
|
1106
841
|
}
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1110
|
-
padding-top: calc(9rem / 16)
|
|
842
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
843
|
+
margin-right: 8px;
|
|
1111
844
|
}
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
padding-top: 11px
|
|
845
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
846
|
+
width: 48px;
|
|
847
|
+
height: 30px;
|
|
1116
848
|
}
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
849
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
850
|
+
top: 4px;
|
|
851
|
+
|
|
852
|
+
width: 22px;
|
|
853
|
+
height: 22px;
|
|
854
|
+
|
|
855
|
+
background-color: #bababa;
|
|
856
|
+
}
|
|
857
|
+
/* stylelint-disable selector-max-compound-selectors */
|
|
858
|
+
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
859
|
+
left: 23px;
|
|
860
|
+
|
|
861
|
+
background-color: #fff;
|
|
862
|
+
}
|
|
863
|
+
/* live */
|
|
864
|
+
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
865
|
+
|
|
866
|
+
color: #7f7f7f;
|
|
867
|
+
|
|
868
|
+
font-size: 13px;
|
|
869
|
+
letter-spacing: 0.5px;
|
|
870
|
+
text-transform: uppercase;
|
|
1125
871
|
}
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
872
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
873
|
+
background-color: #1a1a1a;
|
|
874
|
+
box-shadow: inset 0 0 0 1px #323232;
|
|
1129
875
|
}
|
|
1130
|
-
|
|
1131
|
-
|
|
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;
|
|
1132
892
|
}
|
|
1133
893
|
|
|
1134
894
|
/* Colors */
|
|
@@ -1281,260 +1041,97 @@
|
|
|
1281
1041
|
/* 511 */
|
|
1282
1042
|
/* 1023 */
|
|
1283
1043
|
/* Zindex */
|
|
1284
|
-
.
|
|
1285
|
-
position: relative;
|
|
1286
|
-
z-index: 100;
|
|
1287
|
-
|
|
1288
|
-
display: inline-block;
|
|
1289
|
-
|
|
1290
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1291
|
-
}
|
|
1292
|
-
.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
|
|
1293
|
-
.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
|
|
1294
|
-
visibility: visible;
|
|
1295
|
-
|
|
1296
|
-
opacity: 1;
|
|
1297
|
-
}
|
|
1298
|
-
.Dropdown-module_root__11PNk ul {
|
|
1299
|
-
overflow: hidden;
|
|
1300
|
-
|
|
1301
|
-
width: 162px;
|
|
1302
|
-
margin: 0;
|
|
1303
|
-
padding: 3px 0;
|
|
1304
|
-
|
|
1305
|
-
border-radius: 5px;
|
|
1306
|
-
background: #fff;
|
|
1307
|
-
box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
|
|
1308
|
-
|
|
1044
|
+
.MediaCaption-module_root__KqTdw {
|
|
1309
1045
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1310
|
-
font-size: 14px;
|
|
1311
|
-
line-height: 26px;
|
|
1312
|
-
}
|
|
1313
|
-
.Dropdown-module_root__11PNk a {
|
|
1314
|
-
display: block;
|
|
1315
|
-
|
|
1316
|
-
padding: 2px 15px;
|
|
1317
|
-
|
|
1318
|
-
text-decoration: none;
|
|
1319
|
-
|
|
1320
|
-
color: #000;
|
|
1321
|
-
box-shadow: none;
|
|
1322
|
-
}
|
|
1323
|
-
.Dropdown-module_root__11PNk a:hover {
|
|
1324
|
-
color: #000;
|
|
1325
|
-
background-color: #f7f7f7;
|
|
1326
|
-
}
|
|
1327
|
-
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1328
|
-
right: 0;
|
|
1329
|
-
left: auto
|
|
1330
|
-
}
|
|
1331
|
-
@media only screen and (min-width: 64em) {
|
|
1332
|
-
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1333
|
-
right: auto;
|
|
1334
|
-
left: 0
|
|
1335
|
-
}
|
|
1336
|
-
}
|
|
1337
|
-
.Dropdown-module_menu__3PIqD {
|
|
1338
|
-
position: absolute;
|
|
1339
|
-
top: 100%;
|
|
1340
|
-
left: 0;
|
|
1341
|
-
|
|
1342
|
-
visibility: hidden;
|
|
1343
|
-
|
|
1344
|
-
padding-top: 6px;
|
|
1345
|
-
|
|
1346
|
-
opacity: 0;
|
|
1347
|
-
}
|
|
1348
|
-
.Dropdown-module_menu__3PIqD::after {
|
|
1349
|
-
position: absolute;
|
|
1350
|
-
z-index: -1;
|
|
1351
|
-
top: -10px;
|
|
1352
|
-
right: -10px;
|
|
1353
|
-
bottom: -10px;
|
|
1354
|
-
left: -10px;
|
|
1355
|
-
|
|
1356
|
-
content: '';
|
|
1357
|
-
}
|
|
1358
|
-
|
|
1359
|
-
/* Colors */
|
|
1360
|
-
/* Fonts */
|
|
1361
|
-
/* Gap */
|
|
1362
|
-
/* Media */
|
|
1363
|
-
/* 512 */
|
|
1364
|
-
/* 650 */
|
|
1365
|
-
/* 768 */
|
|
1366
|
-
/* 1024 */
|
|
1367
|
-
/* 1010 */
|
|
1368
|
-
/* 1200 */
|
|
1369
|
-
/* 511 */
|
|
1370
|
-
/* 1023 */
|
|
1371
|
-
/* Zindex */
|
|
1372
|
-
.BookmarkButton-module_root__3KmuY {
|
|
1373
|
-
color: #e0e0e0;
|
|
1374
1046
|
}
|
|
1375
|
-
.
|
|
1376
|
-
|
|
1377
|
-
padding: 5px 3px;
|
|
1378
|
-
|
|
1379
|
-
cursor: pointer;
|
|
1047
|
+
.MediaCaption-module_root__KqTdw a {
|
|
1048
|
+
text-decoration: underline;
|
|
1380
1049
|
|
|
1381
1050
|
color: inherit;
|
|
1382
|
-
|
|
1383
|
-
outline: none;
|
|
1384
|
-
background-color: transparent;
|
|
1385
|
-
|
|
1386
|
-
-webkit-appearance: none;
|
|
1387
|
-
|
|
1388
|
-
-moz-appearance: none;
|
|
1389
|
-
|
|
1390
|
-
appearance: none;
|
|
1391
|
-
fill: transparent;
|
|
1392
|
-
}
|
|
1393
|
-
.BookmarkButton-module_dark__1cwyi {
|
|
1394
|
-
color: #fff;
|
|
1395
|
-
}
|
|
1396
|
-
.BookmarkButton-module_light__1uQyH {
|
|
1397
|
-
color: #000;
|
|
1398
|
-
}
|
|
1399
|
-
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1400
|
-
fill: #e0e0e0;
|
|
1401
|
-
}
|
|
1402
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1403
|
-
fill: #fff;
|
|
1404
|
-
}
|
|
1405
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1406
|
-
fill: #000;
|
|
1407
|
-
}
|
|
1408
|
-
@media only screen and (min-width: 64em) {
|
|
1409
|
-
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1410
|
-
width: 12px
|
|
1051
|
+
box-shadow: none;
|
|
1411
1052
|
}
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
display: none;
|
|
1053
|
+
.MediaCaption-module_root__KqTdw a:hover {
|
|
1054
|
+
color: #b88b58;
|
|
1415
1055
|
}
|
|
1056
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1057
|
+
max-width: 520px;
|
|
1058
|
+
padding-top: calc(4rem / 16);
|
|
1416
1059
|
|
|
1417
|
-
|
|
1418
|
-
/* Fonts */
|
|
1419
|
-
/* Gap */
|
|
1420
|
-
/* Media */
|
|
1421
|
-
/* 512 */
|
|
1422
|
-
/* 650 */
|
|
1423
|
-
/* 768 */
|
|
1424
|
-
/* 1024 */
|
|
1425
|
-
/* 1010 */
|
|
1426
|
-
/* 1200 */
|
|
1427
|
-
/* 511 */
|
|
1428
|
-
/* 1023 */
|
|
1429
|
-
/* Zindex */
|
|
1430
|
-
.Meta-module_root__12AG7 {
|
|
1431
|
-
transform: translateZ(0);
|
|
1432
|
-
|
|
1433
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1434
|
-
font-size: 12px;
|
|
1435
|
-
line-height: 15px;
|
|
1436
|
-
|
|
1437
|
-
fill: inherit;
|
|
1438
|
-
}
|
|
1439
|
-
.Meta-module_rich__1XBtZ,
|
|
1440
|
-
.Meta-module_podcast__1m4zo,
|
|
1441
|
-
.Meta-module_episode__1K2Xv,
|
|
1442
|
-
.Meta-module_simple__3vUiI,
|
|
1443
|
-
.Meta-module_slide__3g6fG,
|
|
1444
|
-
.Meta-module_card__LE1RK,
|
|
1445
|
-
.Meta-module_game__3aNlZ,
|
|
1446
|
-
.Meta-module_isInMaterial__zaYMy {
|
|
1447
|
-
width: 100%;
|
|
1060
|
+
color: #1a1a1a;
|
|
1448
1061
|
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
.Meta-module_podcast__1m4zo {
|
|
1452
|
-
fill: currentColor;
|
|
1453
|
-
}
|
|
1454
|
-
.Meta-module_isInSearchItem__1wbpx {
|
|
1455
|
-
color: rgba(255, 255, 255, 0.7);
|
|
1456
|
-
}
|
|
1457
|
-
.Meta-module_slide__3g6fG.Meta-module_isInMediaBlock__3xfPF,
|
|
1458
|
-
.Meta-module_card__LE1RK.Meta-module_isInMediaBlock__3xfPF,
|
|
1459
|
-
.Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF {
|
|
1460
|
-
text-align: left;
|
|
1461
|
-
}
|
|
1462
|
-
@media only screen and (min-width: 64em) {
|
|
1463
|
-
.Meta-module_center__3BBPr.Meta-module_half__1xRkT {
|
|
1464
|
-
text-align: left
|
|
1062
|
+
font-size: calc(14rem / 16);
|
|
1063
|
+
line-height: calc(18rem / 16)
|
|
1465
1064
|
}
|
|
1466
|
-
}
|
|
1467
1065
|
@media only screen and (min-width: 32em) {
|
|
1468
|
-
.
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
.Meta-module_center__3BBPr {
|
|
1473
|
-
text-align: center
|
|
1066
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1067
|
+
padding-top: 4px;
|
|
1068
|
+
font-size: 16px;
|
|
1069
|
+
line-height: 22px
|
|
1474
1070
|
}
|
|
1475
1071
|
}
|
|
1476
|
-
.
|
|
1477
|
-
|
|
1072
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1073
|
+
max-width: 520px;
|
|
1074
|
+
padding-top: 1px;
|
|
1478
1075
|
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
color: rgba(0, 0, 0, 0.4);
|
|
1484
|
-
}
|
|
1485
|
-
.Meta-module_episode__1K2Xv,
|
|
1486
|
-
.Meta-module_card__LE1RK,
|
|
1487
|
-
.Meta-module_slide__3g6fG,
|
|
1488
|
-
.Meta-module_podcast__1m4zo {
|
|
1489
|
-
display: -webkit-box;
|
|
1490
|
-
display: -webkit-flex;
|
|
1491
|
-
display: -ms-flexbox;
|
|
1492
|
-
display: flex;
|
|
1493
|
-
align-items: center;
|
|
1494
|
-
flex-flow: row wrap
|
|
1495
|
-
}
|
|
1496
|
-
@media only screen and (min-width: 48em) {
|
|
1497
|
-
.Meta-module_episode__1K2Xv,
|
|
1498
|
-
.Meta-module_card__LE1RK,
|
|
1499
|
-
.Meta-module_slide__3g6fG,
|
|
1500
|
-
.Meta-module_podcast__1m4zo {
|
|
1501
|
-
display: block
|
|
1076
|
+
color: #666;
|
|
1077
|
+
|
|
1078
|
+
font-size: calc(12rem / 16);
|
|
1079
|
+
line-height: 1rem
|
|
1502
1080
|
}
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
display: -webkit-box;
|
|
1507
|
-
display: -webkit-flex;
|
|
1508
|
-
display: -ms-flexbox;
|
|
1509
|
-
display: flex;
|
|
1510
|
-
flex-flow: row wrap
|
|
1081
|
+
@media only screen and (min-width: 32em) {
|
|
1082
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1083
|
+
padding-top: 3px
|
|
1511
1084
|
}
|
|
1512
1085
|
}
|
|
1513
|
-
.
|
|
1514
|
-
|
|
1515
|
-
z-index: 10;
|
|
1516
|
-
right: -12px;
|
|
1517
|
-
bottom: -4px
|
|
1086
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1087
|
+
padding-top: calc(3rem / 16)
|
|
1518
1088
|
}
|
|
1519
1089
|
@media only screen and (min-width: 32em) {
|
|
1520
|
-
.
|
|
1521
|
-
|
|
1090
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1091
|
+
padding-top: 3px
|
|
1522
1092
|
}
|
|
1523
1093
|
}
|
|
1524
|
-
|
|
1094
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1095
|
+
color: #fff;
|
|
1096
|
+
}
|
|
1097
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1098
|
+
color: #929292;
|
|
1099
|
+
}
|
|
1100
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1101
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1102
|
+
padding-top: calc(10rem / 16)
|
|
1103
|
+
}
|
|
1525
1104
|
@media only screen and (min-width: 32em) {
|
|
1526
|
-
.
|
|
1527
|
-
|
|
1105
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1106
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1107
|
+
padding-top: 12px
|
|
1528
1108
|
}
|
|
1529
1109
|
}
|
|
1530
|
-
.
|
|
1531
|
-
|
|
1110
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1111
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1112
|
+
padding-top: calc(9rem / 16)
|
|
1532
1113
|
}
|
|
1533
1114
|
@media only screen and (min-width: 32em) {
|
|
1534
|
-
.
|
|
1535
|
-
|
|
1115
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1116
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1117
|
+
padding-top: 11px
|
|
1536
1118
|
}
|
|
1537
1119
|
}
|
|
1120
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1121
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1122
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1123
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1124
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1125
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1126
|
+
max-width: 650px;
|
|
1127
|
+
}
|
|
1128
|
+
/* Dark theme */
|
|
1129
|
+
.MediaCaption-module_isDark__38TtC .MediaCaption-module_caption__1hr7Y {
|
|
1130
|
+
color: #d9d9d9;
|
|
1131
|
+
}
|
|
1132
|
+
.MediaCaption-module_isDark__38TtC .MediaCaption-module_credit__3ehAP {
|
|
1133
|
+
color: #757575;
|
|
1134
|
+
}
|
|
1538
1135
|
|
|
1539
1136
|
/* Colors */
|
|
1540
1137
|
/* Fonts */
|
|
@@ -1834,6 +1431,141 @@
|
|
|
1834
1431
|
min-width: 50px;
|
|
1835
1432
|
}
|
|
1836
1433
|
|
|
1434
|
+
/* Colors */
|
|
1435
|
+
/* Fonts */
|
|
1436
|
+
/* Gap */
|
|
1437
|
+
/* Media */
|
|
1438
|
+
/* 512 */
|
|
1439
|
+
/* 650 */
|
|
1440
|
+
/* 768 */
|
|
1441
|
+
/* 1024 */
|
|
1442
|
+
/* 1010 */
|
|
1443
|
+
/* 1200 */
|
|
1444
|
+
/* 511 */
|
|
1445
|
+
/* 1023 */
|
|
1446
|
+
/* Zindex */
|
|
1447
|
+
.MaterialNote-module_root__1AcYe {
|
|
1448
|
+
margin-bottom: 17px;
|
|
1449
|
+
|
|
1450
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1451
|
+
font-size: 16px;
|
|
1452
|
+
line-height: 22px;
|
|
1453
|
+
}
|
|
1454
|
+
.MaterialNote-module_root__1AcYe:empty {
|
|
1455
|
+
margin-bottom: 0;
|
|
1456
|
+
}
|
|
1457
|
+
.MaterialNote-module_root__1AcYe:empty::before {
|
|
1458
|
+
margin-bottom: 9px;
|
|
1459
|
+
}
|
|
1460
|
+
.MaterialNote-module_root__1AcYe::before {
|
|
1461
|
+
display: block;
|
|
1462
|
+
|
|
1463
|
+
width: 120px;
|
|
1464
|
+
height: 1px;
|
|
1465
|
+
margin-bottom: 15px;
|
|
1466
|
+
|
|
1467
|
+
content: '';
|
|
1468
|
+
|
|
1469
|
+
background: #000;
|
|
1470
|
+
}
|
|
1471
|
+
.MaterialNote-module_root__1AcYe p {
|
|
1472
|
+
margin-top: 8px;
|
|
1473
|
+
margin-bottom: 0;
|
|
1474
|
+
}
|
|
1475
|
+
.MaterialNote-module_root__1AcYe a {
|
|
1476
|
+
text-decoration: none;
|
|
1477
|
+
|
|
1478
|
+
color: inherit;
|
|
1479
|
+
box-shadow: inset 0 -1px;
|
|
1480
|
+
}
|
|
1481
|
+
.MaterialNote-module_root__1AcYe a:hover {
|
|
1482
|
+
color: #b88b59;
|
|
1483
|
+
}
|
|
1484
|
+
.MaterialNote-module_dark__xCry-::before {
|
|
1485
|
+
background-color: #4f4f4f;
|
|
1486
|
+
}
|
|
1487
|
+
.MaterialNote-module_note_credit__PuFyX {
|
|
1488
|
+
color: #666;
|
|
1489
|
+
|
|
1490
|
+
font-size: 12px;
|
|
1491
|
+
line-height: 15px;
|
|
1492
|
+
}
|
|
1493
|
+
.MaterialNote-module_root__1AcYe .MaterialNote-module_note_credit__PuFyX {
|
|
1494
|
+
margin-top: 6px;
|
|
1495
|
+
}
|
|
1496
|
+
.MaterialNote-module_note_credit__PuFyX:only-child {
|
|
1497
|
+
margin-top: 0;
|
|
1498
|
+
}
|
|
1499
|
+
.MaterialNote-module_note_caption__1ezSo b {
|
|
1500
|
+
font-weight: bold;
|
|
1501
|
+
}
|
|
1502
|
+
.MaterialNote-module_center__18RxI {
|
|
1503
|
+
max-width: 650px;
|
|
1504
|
+
margin-right: auto;
|
|
1505
|
+
margin-left: auto;
|
|
1506
|
+
}
|
|
1507
|
+
.MaterialNote-module_center__18RxI,
|
|
1508
|
+
.MaterialNote-module_default__1lQPl {
|
|
1509
|
+
margin-top: 25px
|
|
1510
|
+
}
|
|
1511
|
+
@media only screen and (min-width: 32em) {
|
|
1512
|
+
.MaterialNote-module_center__18RxI,
|
|
1513
|
+
.MaterialNote-module_default__1lQPl {
|
|
1514
|
+
margin-top: 45px
|
|
1515
|
+
}
|
|
1516
|
+
}
|
|
1517
|
+
.MaterialNote-module_card__OWXbQ:empty,
|
|
1518
|
+
.MaterialNote-module_slide__1ZBBq:empty,
|
|
1519
|
+
.MaterialNote-module_game__cADMe:empty {
|
|
1520
|
+
display: none;
|
|
1521
|
+
}
|
|
1522
|
+
.MaterialNote-module_slide__1ZBBq::before,
|
|
1523
|
+
.MaterialNote-module_card__OWXbQ::before,
|
|
1524
|
+
.MaterialNote-module_game__cADMe::before {
|
|
1525
|
+
content: none;
|
|
1526
|
+
}
|
|
1527
|
+
.MaterialNote-module_gameSurvey__3SiG-,
|
|
1528
|
+
.MaterialNote-module_gameSurvey__3SiG-:empty {
|
|
1529
|
+
display: block;
|
|
1530
|
+
}
|
|
1531
|
+
.MaterialNote-module_gameSurvey__3SiG-::before {
|
|
1532
|
+
margin-right: auto;
|
|
1533
|
+
margin-left: auto;
|
|
1534
|
+
|
|
1535
|
+
content: '';
|
|
1536
|
+
}
|
|
1537
|
+
.MaterialNote-module_slide__1ZBBq .MaterialNote-module_note_caption__1ezSo,
|
|
1538
|
+
.MaterialNote-module_card__OWXbQ .MaterialNote-module_note_caption__1ezSo,
|
|
1539
|
+
.MaterialNote-module_game__cADMe .MaterialNote-module_note_caption__1ezSo {
|
|
1540
|
+
margin-top: 0;
|
|
1541
|
+
}
|
|
1542
|
+
.MaterialNote-module_game__cADMe {
|
|
1543
|
+
margin-bottom: 0;
|
|
1544
|
+
|
|
1545
|
+
text-align: center
|
|
1546
|
+
}
|
|
1547
|
+
@media only screen and (min-width: 32em) {
|
|
1548
|
+
.MaterialNote-module_game__cADMe {
|
|
1549
|
+
margin-top: 25px
|
|
1550
|
+
}
|
|
1551
|
+
}
|
|
1552
|
+
@media only screen and (max-width: 32.1875em) {
|
|
1553
|
+
.MaterialNote-module_game__cADMe.MaterialNote-module_dark__xCry- .MaterialNote-module_note_credit__PuFyX {
|
|
1554
|
+
color: #fff
|
|
1555
|
+
}
|
|
1556
|
+
}
|
|
1557
|
+
.MaterialNote-module_slide__1ZBBq,
|
|
1558
|
+
.MaterialNote-module_card__OWXbQ {
|
|
1559
|
+
margin-bottom: 9px;
|
|
1560
|
+
padding-top: 8px
|
|
1561
|
+
}
|
|
1562
|
+
@media only screen and (min-width: 32em) {
|
|
1563
|
+
.MaterialNote-module_slide__1ZBBq,
|
|
1564
|
+
.MaterialNote-module_card__OWXbQ {
|
|
1565
|
+
margin-bottom: 16px
|
|
1566
|
+
}
|
|
1567
|
+
}
|
|
1568
|
+
|
|
1837
1569
|
/* Colors */
|
|
1838
1570
|
/* Fonts */
|
|
1839
1571
|
/* Gap */
|
|
@@ -1853,30 +1585,88 @@
|
|
|
1853
1585
|
.MaterialTitle-module_root__18ku- {
|
|
1854
1586
|
margin: 0;
|
|
1855
1587
|
|
|
1856
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1857
|
-
font-size: 25px;
|
|
1858
|
-
font-weight: normal;
|
|
1859
|
-
line-height: 27px
|
|
1588
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1589
|
+
font-size: 25px;
|
|
1590
|
+
font-weight: normal;
|
|
1591
|
+
line-height: 27px
|
|
1592
|
+
}
|
|
1593
|
+
@media only screen and (min-width: 48em) {
|
|
1594
|
+
.MaterialTitle-module_root__18ku- {
|
|
1595
|
+
font-size: 37px;
|
|
1596
|
+
line-height: 38px
|
|
1597
|
+
}
|
|
1598
|
+
}
|
|
1599
|
+
.MaterialTitle-module_primary__2Sfmx {
|
|
1600
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1601
|
+
font-weight: normal;
|
|
1602
|
+
}
|
|
1603
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1604
|
+
font-size: 24px;
|
|
1605
|
+
font-weight: 700
|
|
1606
|
+
}
|
|
1607
|
+
@media only screen and (min-width: 48em) {
|
|
1608
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1609
|
+
font-size: 36px
|
|
1610
|
+
}
|
|
1611
|
+
}
|
|
1612
|
+
|
|
1613
|
+
/* Colors */
|
|
1614
|
+
/* Fonts */
|
|
1615
|
+
/* Gap */
|
|
1616
|
+
/* Media */
|
|
1617
|
+
/* 512 */
|
|
1618
|
+
/* 650 */
|
|
1619
|
+
/* 768 */
|
|
1620
|
+
/* 1024 */
|
|
1621
|
+
/* 1010 */
|
|
1622
|
+
/* 1200 */
|
|
1623
|
+
/* 511 */
|
|
1624
|
+
/* 1023 */
|
|
1625
|
+
/* Zindex */
|
|
1626
|
+
.BookmarkButton-module_root__3KmuY {
|
|
1627
|
+
color: #e0e0e0;
|
|
1628
|
+
}
|
|
1629
|
+
.BookmarkButton-module_control__1A0ea {
|
|
1630
|
+
margin: 0;
|
|
1631
|
+
padding: 5px 3px;
|
|
1632
|
+
|
|
1633
|
+
cursor: pointer;
|
|
1634
|
+
|
|
1635
|
+
color: inherit;
|
|
1636
|
+
border-width: 0;
|
|
1637
|
+
outline: none;
|
|
1638
|
+
background-color: transparent;
|
|
1639
|
+
|
|
1640
|
+
-webkit-appearance: none;
|
|
1641
|
+
|
|
1642
|
+
-moz-appearance: none;
|
|
1643
|
+
|
|
1644
|
+
appearance: none;
|
|
1645
|
+
fill: transparent;
|
|
1860
1646
|
}
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
font-size: 37px;
|
|
1864
|
-
line-height: 38px
|
|
1647
|
+
.BookmarkButton-module_dark__1cwyi {
|
|
1648
|
+
color: #fff;
|
|
1865
1649
|
}
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1869
|
-
font-weight: normal;
|
|
1650
|
+
.BookmarkButton-module_light__1uQyH {
|
|
1651
|
+
color: #000;
|
|
1870
1652
|
}
|
|
1871
|
-
.
|
|
1872
|
-
|
|
1873
|
-
font-weight: 700
|
|
1653
|
+
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1654
|
+
fill: #e0e0e0;
|
|
1874
1655
|
}
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1656
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1657
|
+
fill: #fff;
|
|
1658
|
+
}
|
|
1659
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1660
|
+
fill: #000;
|
|
1661
|
+
}
|
|
1662
|
+
@media only screen and (min-width: 64em) {
|
|
1663
|
+
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1664
|
+
width: 12px
|
|
1878
1665
|
}
|
|
1879
1666
|
}
|
|
1667
|
+
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1668
|
+
display: none;
|
|
1669
|
+
}
|
|
1880
1670
|
|
|
1881
1671
|
/* Colors */
|
|
1882
1672
|
/* Fonts */
|
|
@@ -2208,30 +1998,240 @@
|
|
|
2208
1998
|
opacity: 1;
|
|
2209
1999
|
}
|
|
2210
2000
|
}
|
|
2211
|
-
@keyframes Popover-module_fadeIn__AkrSN {
|
|
2212
|
-
0% {
|
|
2213
|
-
opacity: 0;
|
|
2214
|
-
}
|
|
2215
|
-
100% {
|
|
2216
|
-
opacity: 1;
|
|
2001
|
+
@keyframes Popover-module_fadeIn__AkrSN {
|
|
2002
|
+
0% {
|
|
2003
|
+
opacity: 0;
|
|
2004
|
+
}
|
|
2005
|
+
100% {
|
|
2006
|
+
opacity: 1;
|
|
2007
|
+
}
|
|
2008
|
+
}
|
|
2009
|
+
@-webkit-keyframes Popover-module_fadeOut__3EZhx {
|
|
2010
|
+
0% {
|
|
2011
|
+
opacity: 1;
|
|
2012
|
+
}
|
|
2013
|
+
100% {
|
|
2014
|
+
opacity: 0;
|
|
2015
|
+
}
|
|
2016
|
+
}
|
|
2017
|
+
@keyframes Popover-module_fadeOut__3EZhx {
|
|
2018
|
+
0% {
|
|
2019
|
+
opacity: 1;
|
|
2020
|
+
}
|
|
2021
|
+
100% {
|
|
2022
|
+
opacity: 0;
|
|
2023
|
+
}
|
|
2024
|
+
}
|
|
2025
|
+
|
|
2026
|
+
/* Colors */
|
|
2027
|
+
/* Fonts */
|
|
2028
|
+
/* Gap */
|
|
2029
|
+
/* Media */
|
|
2030
|
+
/* 512 */
|
|
2031
|
+
/* 650 */
|
|
2032
|
+
/* 768 */
|
|
2033
|
+
/* 1024 */
|
|
2034
|
+
/* 1010 */
|
|
2035
|
+
/* 1200 */
|
|
2036
|
+
/* 511 */
|
|
2037
|
+
/* 1023 */
|
|
2038
|
+
/* Zindex */
|
|
2039
|
+
.Dropdown-module_root__11PNk {
|
|
2040
|
+
position: relative;
|
|
2041
|
+
z-index: 100;
|
|
2042
|
+
|
|
2043
|
+
display: inline-block;
|
|
2044
|
+
|
|
2045
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2046
|
+
}
|
|
2047
|
+
.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
|
|
2048
|
+
.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
|
|
2049
|
+
visibility: visible;
|
|
2050
|
+
|
|
2051
|
+
opacity: 1;
|
|
2052
|
+
}
|
|
2053
|
+
.Dropdown-module_root__11PNk ul {
|
|
2054
|
+
overflow: hidden;
|
|
2055
|
+
|
|
2056
|
+
width: 162px;
|
|
2057
|
+
margin: 0;
|
|
2058
|
+
padding: 3px 0;
|
|
2059
|
+
|
|
2060
|
+
border-radius: 5px;
|
|
2061
|
+
background: #fff;
|
|
2062
|
+
box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
|
|
2063
|
+
|
|
2064
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2065
|
+
font-size: 14px;
|
|
2066
|
+
line-height: 26px;
|
|
2067
|
+
}
|
|
2068
|
+
.Dropdown-module_root__11PNk a {
|
|
2069
|
+
display: block;
|
|
2070
|
+
|
|
2071
|
+
padding: 2px 15px;
|
|
2072
|
+
|
|
2073
|
+
text-decoration: none;
|
|
2074
|
+
|
|
2075
|
+
color: #000;
|
|
2076
|
+
box-shadow: none;
|
|
2077
|
+
}
|
|
2078
|
+
.Dropdown-module_root__11PNk a:hover {
|
|
2079
|
+
color: #000;
|
|
2080
|
+
background-color: #f7f7f7;
|
|
2081
|
+
}
|
|
2082
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
2083
|
+
right: 0;
|
|
2084
|
+
left: auto
|
|
2085
|
+
}
|
|
2086
|
+
@media only screen and (min-width: 64em) {
|
|
2087
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
2088
|
+
right: auto;
|
|
2089
|
+
left: 0
|
|
2090
|
+
}
|
|
2091
|
+
}
|
|
2092
|
+
.Dropdown-module_menu__3PIqD {
|
|
2093
|
+
position: absolute;
|
|
2094
|
+
top: 100%;
|
|
2095
|
+
left: 0;
|
|
2096
|
+
|
|
2097
|
+
visibility: hidden;
|
|
2098
|
+
|
|
2099
|
+
padding-top: 6px;
|
|
2100
|
+
|
|
2101
|
+
opacity: 0;
|
|
2102
|
+
}
|
|
2103
|
+
.Dropdown-module_menu__3PIqD::after {
|
|
2104
|
+
position: absolute;
|
|
2105
|
+
z-index: -1;
|
|
2106
|
+
top: -10px;
|
|
2107
|
+
right: -10px;
|
|
2108
|
+
bottom: -10px;
|
|
2109
|
+
left: -10px;
|
|
2110
|
+
|
|
2111
|
+
content: '';
|
|
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
|
+
.Meta-module_root__12AG7 {
|
|
2128
|
+
transform: translateZ(0);
|
|
2129
|
+
|
|
2130
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2131
|
+
font-size: 12px;
|
|
2132
|
+
line-height: 15px;
|
|
2133
|
+
|
|
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%;
|
|
2145
|
+
|
|
2146
|
+
color: rgba(0, 0, 0, 0.4);
|
|
2147
|
+
}
|
|
2148
|
+
.Meta-module_podcast__1m4zo {
|
|
2149
|
+
fill: currentColor;
|
|
2150
|
+
}
|
|
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;
|
|
2158
|
+
}
|
|
2159
|
+
@media only screen and (min-width: 64em) {
|
|
2160
|
+
.Meta-module_center__3BBPr.Meta-module_half__1xRkT {
|
|
2161
|
+
text-align: left
|
|
2162
|
+
}
|
|
2163
|
+
}
|
|
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
|
|
2171
|
+
}
|
|
2172
|
+
}
|
|
2173
|
+
.Meta-module_light__2baE- {
|
|
2174
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2175
|
+
|
|
2176
|
+
fill: currentColor;
|
|
2177
|
+
}
|
|
2178
|
+
.Meta-module_dark__24y9m,
|
|
2179
|
+
.Meta-module_isDark__3g22f {
|
|
2180
|
+
color: rgba(0, 0, 0, 0.4);
|
|
2181
|
+
}
|
|
2182
|
+
.Meta-module_episode__1K2Xv,
|
|
2183
|
+
.Meta-module_card__LE1RK,
|
|
2184
|
+
.Meta-module_slide__3g6fG,
|
|
2185
|
+
.Meta-module_podcast__1m4zo {
|
|
2186
|
+
display: -webkit-box;
|
|
2187
|
+
display: -webkit-flex;
|
|
2188
|
+
display: -ms-flexbox;
|
|
2189
|
+
display: flex;
|
|
2190
|
+
align-items: center;
|
|
2191
|
+
flex-flow: row wrap
|
|
2192
|
+
}
|
|
2193
|
+
@media only screen and (min-width: 48em) {
|
|
2194
|
+
.Meta-module_episode__1K2Xv,
|
|
2195
|
+
.Meta-module_card__LE1RK,
|
|
2196
|
+
.Meta-module_slide__3g6fG,
|
|
2197
|
+
.Meta-module_podcast__1m4zo {
|
|
2198
|
+
display: block
|
|
2199
|
+
}
|
|
2200
|
+
}
|
|
2201
|
+
@media only screen and (max-width: 32.1875em) {
|
|
2202
|
+
.Meta-module_hasSource__2lXiN {
|
|
2203
|
+
display: -webkit-box;
|
|
2204
|
+
display: -webkit-flex;
|
|
2205
|
+
display: -ms-flexbox;
|
|
2206
|
+
display: flex;
|
|
2207
|
+
flex-flow: row wrap
|
|
2208
|
+
}
|
|
2209
|
+
}
|
|
2210
|
+
.Meta-module_bookmark__3ot3k {
|
|
2211
|
+
position: absolute;
|
|
2212
|
+
z-index: 10;
|
|
2213
|
+
right: -12px;
|
|
2214
|
+
bottom: -4px
|
|
2215
|
+
}
|
|
2216
|
+
@media only screen and (min-width: 32em) {
|
|
2217
|
+
.Meta-module_bookmark__3ot3k {
|
|
2218
|
+
display: none
|
|
2219
|
+
}
|
|
2217
2220
|
}
|
|
2221
|
+
/* VISIBILITY */
|
|
2222
|
+
@media only screen and (min-width: 32em) {
|
|
2223
|
+
.Meta-module_mobile__22LGV {
|
|
2224
|
+
display: none
|
|
2218
2225
|
}
|
|
2219
|
-
@-webkit-keyframes Popover-module_fadeOut__3EZhx {
|
|
2220
|
-
0% {
|
|
2221
|
-
opacity: 1;
|
|
2222
|
-
}
|
|
2223
|
-
100% {
|
|
2224
|
-
opacity: 0;
|
|
2225
2226
|
}
|
|
2227
|
+
.Meta-module_desktop__1ZGUS {
|
|
2228
|
+
display: none
|
|
2226
2229
|
}
|
|
2227
|
-
@
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
}
|
|
2231
|
-
100% {
|
|
2232
|
-
opacity: 0;
|
|
2233
|
-
}
|
|
2230
|
+
@media only screen and (min-width: 32em) {
|
|
2231
|
+
.Meta-module_desktop__1ZGUS {
|
|
2232
|
+
display: block
|
|
2234
2233
|
}
|
|
2234
|
+
}
|
|
2235
2235
|
|
|
2236
2236
|
/* Colors */
|
|
2237
2237
|
/* Fonts */
|
|
@@ -2264,71 +2264,78 @@
|
|
|
2264
2264
|
/* 511 */
|
|
2265
2265
|
/* 1023 */
|
|
2266
2266
|
/* Zindex */
|
|
2267
|
-
.
|
|
2267
|
+
.QuoteBlock-module_root__2GrcC {
|
|
2268
2268
|
position: relative;
|
|
2269
2269
|
|
|
2270
|
-
margin:
|
|
2270
|
+
margin-bottom: calc(14rem / 16);
|
|
2271
|
+
padding-left: calc(18rem / 16);
|
|
2272
|
+
|
|
2273
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
2274
|
+
font-size: calc(18rem / 16);
|
|
2275
|
+
line-height: calc(24rem / 16)
|
|
2271
2276
|
}
|
|
2272
2277
|
@media only screen and (min-width: 32em) {
|
|
2273
|
-
.
|
|
2274
|
-
|
|
2275
|
-
|
|
2278
|
+
.QuoteBlock-module_root__2GrcC {
|
|
2279
|
+
margin: 0 0 20px;
|
|
2280
|
+
padding-left: 38px;
|
|
2281
|
+
|
|
2282
|
+
font-size: 20px;
|
|
2283
|
+
line-height: 28px
|
|
2276
2284
|
}
|
|
2277
2285
|
}
|
|
2278
|
-
.
|
|
2279
|
-
margin-top:
|
|
2280
|
-
|
|
2281
|
-
.ChapterBlock-module_root__1WyVn:last-child {
|
|
2282
|
-
margin-bottom: 0;
|
|
2283
|
-
}
|
|
2284
|
-
.ChapterBlock-module_subtitle__3TXll {
|
|
2285
|
-
display: inline-block;
|
|
2286
|
-
|
|
2287
|
-
vertical-align: top;
|
|
2288
|
-
letter-spacing: 1px;
|
|
2289
|
-
text-transform: uppercase;
|
|
2290
|
-
|
|
2291
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2292
|
-
font-size: 12px;
|
|
2293
|
-
font-weight: 600;
|
|
2294
|
-
line-height: 12px
|
|
2286
|
+
.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
|
|
2287
|
+
margin-top: calc(-14rem / 16);
|
|
2288
|
+
padding-top: calc(14rem / 16)
|
|
2295
2289
|
}
|
|
2296
2290
|
@media only screen and (min-width: 32em) {
|
|
2297
|
-
.
|
|
2298
|
-
|
|
2299
|
-
|
|
2291
|
+
.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
|
|
2292
|
+
margin-top: -20px;
|
|
2293
|
+
padding-top: 20px
|
|
2300
2294
|
}
|
|
2301
2295
|
}
|
|
2302
|
-
.
|
|
2303
|
-
|
|
2296
|
+
.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC::before {
|
|
2297
|
+
top: -10px;
|
|
2298
|
+
}
|
|
2299
|
+
.QuoteBlock-module_root__2GrcC:before {
|
|
2300
|
+
position: absolute;
|
|
2301
|
+
top: 5px;
|
|
2302
|
+
bottom: 7px;
|
|
2303
|
+
left: 0;
|
|
2304
2304
|
|
|
2305
|
-
width:
|
|
2306
|
-
padding: 0 0 7px;
|
|
2305
|
+
width: 4px;
|
|
2307
2306
|
|
|
2308
2307
|
content: '';
|
|
2309
2308
|
|
|
2310
|
-
border-
|
|
2311
|
-
|
|
2312
|
-
@media only screen and (min-width: 32em) {
|
|
2313
|
-
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2314
|
-
padding: 0 0 6px
|
|
2309
|
+
border-radius: 2px;
|
|
2310
|
+
background-color: #ebebeb
|
|
2315
2311
|
}
|
|
2316
|
-
}
|
|
2317
|
-
/* VISIBILITY */
|
|
2318
2312
|
@media only screen and (min-width: 32em) {
|
|
2319
|
-
.
|
|
2320
|
-
|
|
2313
|
+
.QuoteBlock-module_root__2GrcC:before {
|
|
2314
|
+
top: 4px;
|
|
2315
|
+
bottom: 6px
|
|
2321
2316
|
}
|
|
2322
2317
|
}
|
|
2323
|
-
.
|
|
2324
|
-
|
|
2318
|
+
.QuoteBlock-module_root__2GrcC:last-child {
|
|
2319
|
+
margin-bottom: 0;
|
|
2325
2320
|
}
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
display: block
|
|
2321
|
+
.QuoteBlock-module_root__2GrcC p {
|
|
2322
|
+
margin: 0;
|
|
2329
2323
|
}
|
|
2330
|
-
|
|
2324
|
+
.QuoteBlock-module_root__2GrcC a {
|
|
2325
|
+
text-decoration: none;
|
|
2331
2326
|
|
|
2327
|
+
color: inherit;
|
|
2328
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2329
|
+
}
|
|
2330
|
+
.QuoteBlock-module_root__2GrcC a:hover {
|
|
2331
|
+
color: #b88b59;
|
|
2332
|
+
}
|
|
2333
|
+
.QuoteBlock-module_center__cTFNy {
|
|
2334
|
+
width: 100%;
|
|
2335
|
+
max-width: 650px;
|
|
2336
|
+
margin-right: auto;
|
|
2337
|
+
margin-left: auto;
|
|
2338
|
+
}
|
|
2332
2339
|
|
|
2333
2340
|
/* Colors */
|
|
2334
2341
|
/* Fonts */
|
|
@@ -2405,78 +2412,189 @@
|
|
|
2405
2412
|
/* 511 */
|
|
2406
2413
|
/* 1023 */
|
|
2407
2414
|
/* Zindex */
|
|
2408
|
-
.
|
|
2415
|
+
.ChapterBlock-module_root__1WyVn {
|
|
2409
2416
|
position: relative;
|
|
2410
2417
|
|
|
2411
|
-
margin
|
|
2412
|
-
|
|
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;
|
|
2413
2434
|
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
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
|
|
2417
2443
|
}
|
|
2418
2444
|
@media only screen and (min-width: 32em) {
|
|
2419
|
-
.
|
|
2420
|
-
|
|
2421
|
-
|
|
2445
|
+
.ChapterBlock-module_subtitle__3TXll {
|
|
2446
|
+
font-size: 13px;
|
|
2447
|
+
line-height: 16px
|
|
2448
|
+
}
|
|
2449
|
+
}
|
|
2450
|
+
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2451
|
+
display: block;
|
|
2422
2452
|
|
|
2423
|
-
|
|
2424
|
-
|
|
2453
|
+
width: 120px;
|
|
2454
|
+
padding: 0 0 7px;
|
|
2455
|
+
|
|
2456
|
+
content: '';
|
|
2457
|
+
|
|
2458
|
+
border-bottom: 1px solid #ccc
|
|
2459
|
+
}
|
|
2460
|
+
@media only screen and (min-width: 32em) {
|
|
2461
|
+
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2462
|
+
padding: 0 0 6px
|
|
2463
|
+
}
|
|
2464
|
+
}
|
|
2465
|
+
/* VISIBILITY */
|
|
2466
|
+
@media only screen and (min-width: 32em) {
|
|
2467
|
+
.ChapterBlock-module_mobile__CiO0w {
|
|
2468
|
+
display: none
|
|
2469
|
+
}
|
|
2470
|
+
}
|
|
2471
|
+
.ChapterBlock-module_desktop__tk1Nk {
|
|
2472
|
+
display: none
|
|
2473
|
+
}
|
|
2474
|
+
@media only screen and (min-width: 32em) {
|
|
2475
|
+
.ChapterBlock-module_desktop__tk1Nk {
|
|
2476
|
+
display: block
|
|
2477
|
+
}
|
|
2478
|
+
}
|
|
2479
|
+
|
|
2480
|
+
|
|
2481
|
+
/* Colors */
|
|
2482
|
+
/* Fonts */
|
|
2483
|
+
/* Gap */
|
|
2484
|
+
/* Media */
|
|
2485
|
+
/* 512 */
|
|
2486
|
+
/* 650 */
|
|
2487
|
+
/* 768 */
|
|
2488
|
+
/* 1024 */
|
|
2489
|
+
/* 1010 */
|
|
2490
|
+
/* 1200 */
|
|
2491
|
+
/* 511 */
|
|
2492
|
+
/* 1023 */
|
|
2493
|
+
/* Zindex */
|
|
2494
|
+
.Cover-module_root__18Z8J {
|
|
2495
|
+
position: relative;
|
|
2496
|
+
}
|
|
2497
|
+
.Cover-module_body__1xs8e {
|
|
2498
|
+
position: absolute;
|
|
2499
|
+
z-index: 1;
|
|
2500
|
+
right: 0;
|
|
2501
|
+
bottom: 0;
|
|
2502
|
+
left: 0;
|
|
2503
|
+
|
|
2504
|
+
display: -webkit-box;
|
|
2505
|
+
|
|
2506
|
+
display: -webkit-flex;
|
|
2507
|
+
|
|
2508
|
+
display: -ms-flexbox;
|
|
2509
|
+
|
|
2510
|
+
display: flex;
|
|
2511
|
+
flex-flow: column nowrap;
|
|
2512
|
+
justify-content: flex-end;
|
|
2513
|
+
|
|
2514
|
+
min-height: 412px;
|
|
2515
|
+
padding: 0 20px 12px;
|
|
2516
|
+
}
|
|
2517
|
+
.Cover-module_image__2f3Qc {
|
|
2518
|
+
position: relative;
|
|
2519
|
+
}
|
|
2520
|
+
.Cover-module_rich__1fAGA {
|
|
2521
|
+
overflow: hidden;
|
|
2522
|
+
|
|
2523
|
+
margin: 0 -20px;
|
|
2524
|
+
|
|
2525
|
+
border-radius: 9px 9px 0 0;
|
|
2526
|
+
}
|
|
2527
|
+
.Cover-module_rich__1fAGA::after {
|
|
2528
|
+
position: absolute;
|
|
2529
|
+
z-index: 1;
|
|
2530
|
+
top: 0;
|
|
2531
|
+
right: 0;
|
|
2532
|
+
bottom: 0;
|
|
2533
|
+
left: 0;
|
|
2534
|
+
|
|
2535
|
+
content: '';
|
|
2536
|
+
|
|
2537
|
+
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
2538
|
+
border-radius: 10px 10px 0 0;
|
|
2539
|
+
}
|
|
2540
|
+
.Cover-module_dark__2Ac-w .Cover-module_body__1xs8e {
|
|
2541
|
+
color: #000;
|
|
2425
2542
|
}
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
padding-top: calc(14rem / 16)
|
|
2543
|
+
.Cover-module_light__FUp5X .Cover-module_body__1xs8e {
|
|
2544
|
+
color: #fff;
|
|
2545
|
+
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
|
|
2430
2546
|
}
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2547
|
+
.Cover-module_control__VXbhi {
|
|
2548
|
+
position: absolute;
|
|
2549
|
+
z-index: 10;
|
|
2550
|
+
right: 49px;
|
|
2551
|
+
bottom: 12px;
|
|
2552
|
+
|
|
2553
|
+
width: 28px;
|
|
2554
|
+
height: 28px;
|
|
2555
|
+
margin: 0;
|
|
2556
|
+
padding: 0;
|
|
2557
|
+
|
|
2558
|
+
color: #fff;
|
|
2559
|
+
border-width: 0;
|
|
2560
|
+
border-radius: 14px;
|
|
2561
|
+
outline: none;
|
|
2562
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
2563
|
+
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E %3Cg fill='%23FEFEFE' fill-rule='evenodd' opacity='.7'%3E %3Cpath d='M12.726 16H3.275A3.276 3.276 0 0 1 0 12.725v-9.45A3.276 3.276 0 0 1 3.275 0h9.45A3.275 3.275 0 0 1 16 3.275v9.45A3.275 3.275 0 0 1 12.726 16zm0-2c.703 0 1.274-.571 1.274-1.275v-9.45C14 2.571 13.429 2 12.726 2H3.275C2.57 2 2 2.571 2 3.275v9.45C2 13.429 2.57 14 3.275 14h9.45z' fill-rule='nonzero'/%3E %3Cpath d='M4.97 8.307l7.046 7.046a.5.5 0 0 0 .708-.707l-7.4-7.4a.5.5 0 0 0-.708 0l-3.97 3.97a.5.5 0 0 0 .708.707L4.97 8.307z' fill-rule='nonzero'/%3E %3Cpath d='M10.875 5.832l3.771 3.771a.5.5 0 0 0 .707-.707l-4.125-4.125a.5.5 0 0 0-.707 0l-4.19 4.19a.5.5 0 1 0 .707.707l3.837-3.836z' fill-rule='nonzero'/%3E %3Cpath d='M5.865 4.269a.894.894 0 1 1-1.787 0 .894.894 0 0 1 1.787 0'/%3E %3C/g%3E %3C/svg%3E");
|
|
2564
|
+
background-repeat: no-repeat;
|
|
2565
|
+
background-position: center;
|
|
2566
|
+
box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.15);
|
|
2435
2567
|
}
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
top: -10px;
|
|
2568
|
+
.Cover-module_isInDynamicBlock__3eghb .Cover-module_body__1xs8e {
|
|
2569
|
+
padding: 0 12px 12px
|
|
2439
2570
|
}
|
|
2440
|
-
.
|
|
2571
|
+
.Cover-module_isInDynamicBlock__3eghb::after {
|
|
2441
2572
|
position: absolute;
|
|
2442
|
-
|
|
2443
|
-
|
|
2573
|
+
z-index: 1;
|
|
2574
|
+
top: 0;
|
|
2575
|
+
right: 0;
|
|
2576
|
+
bottom: 0;
|
|
2444
2577
|
left: 0;
|
|
2445
2578
|
|
|
2446
|
-
width: 4px;
|
|
2447
|
-
|
|
2448
2579
|
content: '';
|
|
2449
2580
|
|
|
2450
|
-
border
|
|
2451
|
-
|
|
2581
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
2582
|
+
border-radius: 8px;
|
|
2452
2583
|
}
|
|
2584
|
+
/* VISIBILITY */
|
|
2453
2585
|
@media only screen and (min-width: 32em) {
|
|
2454
|
-
.
|
|
2455
|
-
|
|
2456
|
-
bottom: 6px
|
|
2586
|
+
.Cover-module_mobile__5DKa1 {
|
|
2587
|
+
display: none
|
|
2457
2588
|
}
|
|
2458
2589
|
}
|
|
2459
|
-
.
|
|
2460
|
-
|
|
2461
|
-
}
|
|
2462
|
-
.QuoteBlock-module_root__2GrcC p {
|
|
2463
|
-
margin: 0;
|
|
2464
|
-
}
|
|
2465
|
-
.QuoteBlock-module_root__2GrcC a {
|
|
2466
|
-
text-decoration: none;
|
|
2467
|
-
|
|
2468
|
-
color: inherit;
|
|
2469
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
2470
|
-
}
|
|
2471
|
-
.QuoteBlock-module_root__2GrcC a:hover {
|
|
2472
|
-
color: #b88b59;
|
|
2590
|
+
.Cover-module_desktop__2mrOc {
|
|
2591
|
+
display: none
|
|
2473
2592
|
}
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
margin-right: auto;
|
|
2478
|
-
margin-left: auto;
|
|
2593
|
+
@media only screen and (min-width: 32em) {
|
|
2594
|
+
.Cover-module_desktop__2mrOc {
|
|
2595
|
+
display: block
|
|
2479
2596
|
}
|
|
2597
|
+
}
|
|
2480
2598
|
|
|
2481
2599
|
/* Colors */
|
|
2482
2600
|
/* Fonts */
|
|
@@ -2592,111 +2710,226 @@
|
|
|
2592
2710
|
/* 511 */
|
|
2593
2711
|
/* 1023 */
|
|
2594
2712
|
/* Zindex */
|
|
2595
|
-
.
|
|
2713
|
+
.HalfBlock-module_root__2frv2 {
|
|
2596
2714
|
position: relative;
|
|
2597
|
-
}
|
|
2598
|
-
.Cover-module_body__1xs8e {
|
|
2599
|
-
position: absolute;
|
|
2600
|
-
z-index: 1;
|
|
2601
|
-
right: 0;
|
|
2602
|
-
bottom: 0;
|
|
2603
|
-
left: 0;
|
|
2604
2715
|
|
|
2716
|
+
text-align: left;
|
|
2717
|
+
}
|
|
2718
|
+
.HalfBlock-module_main__2XX73 {
|
|
2605
2719
|
display: -webkit-box;
|
|
2606
|
-
|
|
2607
2720
|
display: -webkit-flex;
|
|
2608
|
-
|
|
2609
2721
|
display: -ms-flexbox;
|
|
2610
|
-
|
|
2611
2722
|
display: flex;
|
|
2612
|
-
flex-flow: column nowrap
|
|
2613
|
-
|
|
2723
|
+
flex-flow: column nowrap
|
|
2724
|
+
}
|
|
2725
|
+
@media only screen and (min-width: 64em) {
|
|
2726
|
+
.HalfBlock-module_main__2XX73 {
|
|
2727
|
+
align-items: center;
|
|
2728
|
+
flex-flow: row nowrap
|
|
2729
|
+
}
|
|
2730
|
+
}
|
|
2731
|
+
.HalfBlock-module_body__3MnEN {
|
|
2732
|
+
order: -1;
|
|
2614
2733
|
|
|
2615
|
-
|
|
2616
|
-
|
|
2734
|
+
max-width: 860px;
|
|
2735
|
+
margin: 0 auto
|
|
2617
2736
|
}
|
|
2618
|
-
|
|
2619
|
-
|
|
2737
|
+
@media only screen and (min-width: 48em) {
|
|
2738
|
+
.HalfBlock-module_body__3MnEN {
|
|
2739
|
+
text-align: center
|
|
2620
2740
|
}
|
|
2621
|
-
|
|
2622
|
-
|
|
2741
|
+
}
|
|
2742
|
+
@media only screen and (min-width: 64em) {
|
|
2743
|
+
.HalfBlock-module_body__3MnEN {
|
|
2744
|
+
align-items: flex-start;
|
|
2745
|
+
justify-content: center;
|
|
2746
|
+
order: 0;
|
|
2623
2747
|
|
|
2624
|
-
|
|
2748
|
+
width: 50%;
|
|
2749
|
+
max-width: none;
|
|
2750
|
+
height: 100%;
|
|
2751
|
+
margin-left: 25px;
|
|
2625
2752
|
|
|
2626
|
-
|
|
2753
|
+
text-align: left
|
|
2627
2754
|
}
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2755
|
+
}
|
|
2756
|
+
.HalfBlock-module_footer__1C0yp {
|
|
2757
|
+
width: 100%;
|
|
2758
|
+
max-width: 650px;
|
|
2759
|
+
margin: 0 auto;
|
|
2760
|
+
padding-top: 3px
|
|
2761
|
+
}
|
|
2762
|
+
@media only screen and (min-width: 64em) {
|
|
2763
|
+
.HalfBlock-module_footer__1C0yp {
|
|
2764
|
+
max-width: 1000px;
|
|
2765
|
+
margin: auto;
|
|
2766
|
+
padding-top: 0;
|
|
2635
2767
|
|
|
2636
|
-
|
|
2768
|
+
border-top: 1px solid #e6e6e6
|
|
2769
|
+
}
|
|
2770
|
+
}
|
|
2771
|
+
.HalfBlock-module_image__2lYel {
|
|
2772
|
+
flex-grow: 1;
|
|
2637
2773
|
|
|
2638
|
-
|
|
2639
|
-
|
|
2774
|
+
margin: 0 -20px 0;
|
|
2775
|
+
margin-top: 18px
|
|
2640
2776
|
}
|
|
2641
|
-
|
|
2777
|
+
@media only screen and (min-width: 32em) {
|
|
2778
|
+
.HalfBlock-module_image__2lYel {
|
|
2779
|
+
margin: 31px 0 -5px
|
|
2780
|
+
}
|
|
2781
|
+
}
|
|
2782
|
+
@media only screen and (min-width: 64em) {
|
|
2783
|
+
.HalfBlock-module_image__2lYel {
|
|
2784
|
+
width: 50%;
|
|
2785
|
+
margin: 0
|
|
2786
|
+
}
|
|
2787
|
+
}
|
|
2788
|
+
/* VISIBILITY */
|
|
2789
|
+
@media only screen and (min-width: 32em) {
|
|
2790
|
+
.HalfBlock-module_mobile__2latf {
|
|
2791
|
+
display: none
|
|
2792
|
+
}
|
|
2793
|
+
}
|
|
2794
|
+
.HalfBlock-module_desktop__3B1Ej {
|
|
2795
|
+
display: none
|
|
2796
|
+
}
|
|
2797
|
+
@media only screen and (min-width: 32em) {
|
|
2798
|
+
.HalfBlock-module_desktop__3B1Ej {
|
|
2799
|
+
display: block
|
|
2800
|
+
}
|
|
2801
|
+
}
|
|
2802
|
+
|
|
2803
|
+
/* Colors */
|
|
2804
|
+
/* Fonts */
|
|
2805
|
+
/* Gap */
|
|
2806
|
+
/* Media */
|
|
2807
|
+
/* 512 */
|
|
2808
|
+
/* 650 */
|
|
2809
|
+
/* 768 */
|
|
2810
|
+
/* 1024 */
|
|
2811
|
+
/* 1010 */
|
|
2812
|
+
/* 1200 */
|
|
2813
|
+
/* 511 */
|
|
2814
|
+
/* 1023 */
|
|
2815
|
+
/* Zindex */
|
|
2816
|
+
.RelatedBlock-module_root__IKcQq {
|
|
2817
|
+
margin: 16px 0;
|
|
2818
|
+
|
|
2819
|
+
border-radius: 8px;
|
|
2820
|
+
background-color: #f5f5f5;
|
|
2821
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
2822
|
+
}
|
|
2823
|
+
@media only screen and (min-width: 48em) {
|
|
2824
|
+
.RelatedBlock-module_root__IKcQq {
|
|
2825
|
+
margin: 25px 0
|
|
2826
|
+
}
|
|
2827
|
+
}
|
|
2828
|
+
.RelatedBlock-module_root__IKcQq:last-child {
|
|
2829
|
+
margin-bottom: 0;
|
|
2830
|
+
}
|
|
2831
|
+
.RelatedBlock-module_root__IKcQq:first-child {
|
|
2832
|
+
margin-top: 0;
|
|
2833
|
+
}
|
|
2834
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
2835
|
+
display: block;
|
|
2836
|
+
|
|
2837
|
+
padding: 12px 12px 13px;
|
|
2838
|
+
|
|
2839
|
+
transition: color 0.15s;
|
|
2840
|
+
text-decoration: none;
|
|
2841
|
+
|
|
2642
2842
|
color: #000;
|
|
2843
|
+
box-shadow: none;
|
|
2844
|
+
|
|
2845
|
+
font-size: 17px;
|
|
2846
|
+
line-height: 20px
|
|
2643
2847
|
}
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2848
|
+
@media only screen and (min-width: 48em) {
|
|
2849
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
2850
|
+
padding: 15px 20px 17px;
|
|
2851
|
+
|
|
2852
|
+
font-size: 19px;
|
|
2853
|
+
line-height: 23px
|
|
2854
|
+
}
|
|
2855
|
+
}
|
|
2856
|
+
.RelatedBlock-module_root__IKcQq a:hover {
|
|
2857
|
+
color: #5c5c5c;
|
|
2858
|
+
}
|
|
2859
|
+
.RelatedBlock-module_header__2SuWP {
|
|
2860
|
+
margin: 0;
|
|
2861
|
+
padding: 14px 12px 3px;
|
|
2862
|
+
|
|
2863
|
+
letter-spacing: 1px;
|
|
2864
|
+
text-transform: uppercase;
|
|
2865
|
+
|
|
2866
|
+
color: #7F7F7F;
|
|
2867
|
+
|
|
2868
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2869
|
+
font-size: 12px;
|
|
2870
|
+
font-weight: 600;
|
|
2871
|
+
line-height: 17px
|
|
2647
2872
|
}
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
right: 49px;
|
|
2652
|
-
bottom: 12px;
|
|
2873
|
+
@media only screen and (min-width: 48em) {
|
|
2874
|
+
.RelatedBlock-module_header__2SuWP {
|
|
2875
|
+
padding: 20px 20px 14px;
|
|
2653
2876
|
|
|
2654
|
-
|
|
2655
|
-
|
|
2877
|
+
font-size: 14px;
|
|
2878
|
+
line-height: 16px
|
|
2879
|
+
}
|
|
2880
|
+
}
|
|
2881
|
+
.RelatedBlock-module_items__2V-Ap {
|
|
2656
2882
|
margin: 0;
|
|
2657
|
-
padding: 0;
|
|
2883
|
+
padding-left: 0;
|
|
2658
2884
|
|
|
2659
|
-
|
|
2660
|
-
border-width: 0;
|
|
2661
|
-
border-radius: 14px;
|
|
2662
|
-
outline: none;
|
|
2663
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
2664
|
-
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E %3Cg fill='%23FEFEFE' fill-rule='evenodd' opacity='.7'%3E %3Cpath d='M12.726 16H3.275A3.276 3.276 0 0 1 0 12.725v-9.45A3.276 3.276 0 0 1 3.275 0h9.45A3.275 3.275 0 0 1 16 3.275v9.45A3.275 3.275 0 0 1 12.726 16zm0-2c.703 0 1.274-.571 1.274-1.275v-9.45C14 2.571 13.429 2 12.726 2H3.275C2.57 2 2 2.571 2 3.275v9.45C2 13.429 2.57 14 3.275 14h9.45z' fill-rule='nonzero'/%3E %3Cpath d='M4.97 8.307l7.046 7.046a.5.5 0 0 0 .708-.707l-7.4-7.4a.5.5 0 0 0-.708 0l-3.97 3.97a.5.5 0 0 0 .708.707L4.97 8.307z' fill-rule='nonzero'/%3E %3Cpath d='M10.875 5.832l3.771 3.771a.5.5 0 0 0 .707-.707l-4.125-4.125a.5.5 0 0 0-.707 0l-4.19 4.19a.5.5 0 1 0 .707.707l3.837-3.836z' fill-rule='nonzero'/%3E %3Cpath d='M5.865 4.269a.894.894 0 1 1-1.787 0 .894.894 0 0 1 1.787 0'/%3E %3C/g%3E %3C/svg%3E");
|
|
2665
|
-
background-repeat: no-repeat;
|
|
2666
|
-
background-position: center;
|
|
2667
|
-
box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.15);
|
|
2885
|
+
list-style: none;
|
|
2668
2886
|
}
|
|
2669
|
-
.
|
|
2670
|
-
padding: 0
|
|
2887
|
+
.RelatedBlock-module_items__2V-Ap li {
|
|
2888
|
+
padding: 0;
|
|
2671
2889
|
}
|
|
2672
|
-
.
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2890
|
+
.RelatedBlock-module_items__2V-Ap li + li {
|
|
2891
|
+
border-top: 1px solid #e6e6e6;
|
|
2892
|
+
}
|
|
2893
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
2894
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2895
|
+
font-size: 16px;
|
|
2896
|
+
font-weight: 700;
|
|
2897
|
+
line-height: 18px
|
|
2898
|
+
}
|
|
2899
|
+
@media only screen and (min-width: 48em) {
|
|
2900
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
2901
|
+
font-size: 18px
|
|
2902
|
+
}
|
|
2903
|
+
}
|
|
2904
|
+
.RelatedBlock-module_simple__29HVO {
|
|
2905
|
+
}
|
|
2906
|
+
.RelatedBlock-module_center__1LmW8 {
|
|
2907
|
+
max-width: 650px;
|
|
2908
|
+
margin-right: auto;
|
|
2909
|
+
margin-left: auto;
|
|
2910
|
+
}
|
|
2911
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
2912
|
+
margin-top: 0;
|
|
2913
|
+
}
|
|
2914
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
2915
|
+
margin-bottom: 0;
|
|
2684
2916
|
}
|
|
2685
2917
|
/* VISIBILITY */
|
|
2686
2918
|
@media only screen and (min-width: 32em) {
|
|
2687
|
-
.
|
|
2919
|
+
.RelatedBlock-module_mobile__2XM5a {
|
|
2688
2920
|
display: none
|
|
2689
2921
|
}
|
|
2690
2922
|
}
|
|
2691
|
-
.
|
|
2923
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
2692
2924
|
display: none
|
|
2693
2925
|
}
|
|
2694
2926
|
@media only screen and (min-width: 32em) {
|
|
2695
|
-
.
|
|
2927
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
2696
2928
|
display: block
|
|
2697
2929
|
}
|
|
2698
2930
|
}
|
|
2699
2931
|
|
|
2932
|
+
|
|
2700
2933
|
/* Colors */
|
|
2701
2934
|
/* Fonts */
|
|
2702
2935
|
/* Gap */
|
|
@@ -2872,96 +3105,64 @@
|
|
|
2872
3105
|
/* 511 */
|
|
2873
3106
|
/* 1023 */
|
|
2874
3107
|
/* Zindex */
|
|
2875
|
-
.
|
|
2876
|
-
|
|
3108
|
+
.ImportantLead-module_root__2BdT3 {
|
|
3109
|
+
margin: 18px 0;
|
|
3110
|
+
padding: 12px 12px 13px;
|
|
2877
3111
|
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
display: -webkit-flex;
|
|
2883
|
-
display: -ms-flexbox;
|
|
2884
|
-
display: flex;
|
|
2885
|
-
flex-flow: column nowrap
|
|
2886
|
-
}
|
|
2887
|
-
@media only screen and (min-width: 64em) {
|
|
2888
|
-
.HalfBlock-module_main__2XX73 {
|
|
2889
|
-
align-items: center;
|
|
2890
|
-
flex-flow: row nowrap
|
|
2891
|
-
}
|
|
2892
|
-
}
|
|
2893
|
-
.HalfBlock-module_body__3MnEN {
|
|
2894
|
-
order: -1;
|
|
3112
|
+
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
3113
|
+
border-radius: 4px;
|
|
3114
|
+
border-radius: 8px;
|
|
3115
|
+
background: #FFF8C4;
|
|
2895
3116
|
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
.HalfBlock-module_body__3MnEN {
|
|
2901
|
-
text-align: center
|
|
3117
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3118
|
+
font-size: 16px;
|
|
3119
|
+
font-weight: normal;
|
|
3120
|
+
line-height: 20px
|
|
2902
3121
|
}
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
justify-content: center;
|
|
2908
|
-
order: 0;
|
|
2909
|
-
|
|
2910
|
-
width: 50%;
|
|
2911
|
-
max-width: none;
|
|
2912
|
-
height: 100%;
|
|
2913
|
-
margin-left: 25px;
|
|
3122
|
+
@media only screen and (min-width: 32em) {
|
|
3123
|
+
.ImportantLead-module_root__2BdT3 {
|
|
3124
|
+
margin: 25px 0;
|
|
3125
|
+
padding: 12px 15px 13px;
|
|
2914
3126
|
|
|
2915
|
-
|
|
3127
|
+
font-size: 17px;
|
|
3128
|
+
line-height: 24px
|
|
2916
3129
|
}
|
|
2917
3130
|
}
|
|
2918
|
-
.
|
|
2919
|
-
|
|
2920
|
-
max-width: 650px;
|
|
2921
|
-
margin: 0 auto;
|
|
2922
|
-
padding-top: 3px
|
|
3131
|
+
.ImportantLead-module_root__2BdT3:last-child {
|
|
3132
|
+
margin-bottom: 0;
|
|
2923
3133
|
}
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
max-width: 1000px;
|
|
2927
|
-
margin: auto;
|
|
2928
|
-
padding-top: 0;
|
|
2929
|
-
|
|
2930
|
-
border-top: 1px solid #e6e6e6
|
|
3134
|
+
.ImportantLead-module_root__2BdT3:first-child {
|
|
3135
|
+
margin-top: 0;
|
|
2931
3136
|
}
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
margin: 0 -20px 0;
|
|
2937
|
-
margin-top: 18px
|
|
3137
|
+
.ImportantLead-module_root__2BdT3 a {
|
|
3138
|
+
color: #000;
|
|
3139
|
+
box-shadow: inset 0 -1px #000;
|
|
2938
3140
|
}
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
3141
|
+
.ImportantLead-module_root__2BdT3 a:hover {
|
|
3142
|
+
color: #b88b59;
|
|
3143
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2942
3144
|
}
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
margin: 0
|
|
3145
|
+
.ImportantLead-module_slide__3kQ9x {
|
|
3146
|
+
max-width: 650px;
|
|
3147
|
+
margin-right: auto;
|
|
3148
|
+
margin-left: auto;
|
|
2948
3149
|
}
|
|
2949
|
-
}
|
|
2950
3150
|
/* VISIBILITY */
|
|
2951
3151
|
@media only screen and (min-width: 32em) {
|
|
2952
|
-
.
|
|
3152
|
+
.ImportantLead-module_mobile__3BXbm {
|
|
2953
3153
|
display: none
|
|
2954
3154
|
}
|
|
2955
3155
|
}
|
|
2956
|
-
.
|
|
3156
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
2957
3157
|
display: none
|
|
2958
3158
|
}
|
|
2959
3159
|
@media only screen and (min-width: 32em) {
|
|
2960
|
-
.
|
|
3160
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
2961
3161
|
display: block
|
|
2962
3162
|
}
|
|
2963
3163
|
}
|
|
2964
3164
|
|
|
3165
|
+
|
|
2965
3166
|
/* Colors */
|
|
2966
3167
|
/* Fonts */
|
|
2967
3168
|
/* Gap */
|
|
@@ -3061,98 +3262,27 @@
|
|
|
3061
3262
|
}
|
|
3062
3263
|
}
|
|
3063
3264
|
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3064
|
-
font-size: 20px
|
|
3065
|
-
}
|
|
3066
|
-
@media only screen and (min-width: 64em) {
|
|
3067
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3068
|
-
font-size: 1.35rem
|
|
3069
|
-
}
|
|
3070
|
-
}
|
|
3071
|
-
@media only screen and (min-width: 32em) {
|
|
3072
|
-
.RichTitle-module_mobile__1Cb6E {
|
|
3073
|
-
display: none
|
|
3074
|
-
}
|
|
3075
|
-
}
|
|
3076
|
-
.RichTitle-module_desktop__2ixSQ {
|
|
3077
|
-
display: none
|
|
3078
|
-
}
|
|
3079
|
-
@media only screen and (min-width: 32em) {
|
|
3080
|
-
.RichTitle-module_desktop__2ixSQ {
|
|
3081
|
-
display: block
|
|
3082
|
-
}
|
|
3083
|
-
}
|
|
3084
|
-
|
|
3085
|
-
/* Colors */
|
|
3086
|
-
/* Fonts */
|
|
3087
|
-
/* Gap */
|
|
3088
|
-
/* Media */
|
|
3089
|
-
/* 512 */
|
|
3090
|
-
/* 650 */
|
|
3091
|
-
/* 768 */
|
|
3092
|
-
/* 1024 */
|
|
3093
|
-
/* 1010 */
|
|
3094
|
-
/* 1200 */
|
|
3095
|
-
/* 511 */
|
|
3096
|
-
/* 1023 */
|
|
3097
|
-
/* Zindex */
|
|
3098
|
-
.ImportantLead-module_root__2BdT3 {
|
|
3099
|
-
margin: 18px 0;
|
|
3100
|
-
padding: 12px 12px 13px;
|
|
3101
|
-
|
|
3102
|
-
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
3103
|
-
border-radius: 4px;
|
|
3104
|
-
border-radius: 8px;
|
|
3105
|
-
background: #FFF8C4;
|
|
3106
|
-
|
|
3107
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3108
|
-
font-size: 16px;
|
|
3109
|
-
font-weight: normal;
|
|
3110
|
-
line-height: 20px
|
|
3111
|
-
}
|
|
3112
|
-
@media only screen and (min-width: 32em) {
|
|
3113
|
-
.ImportantLead-module_root__2BdT3 {
|
|
3114
|
-
margin: 25px 0;
|
|
3115
|
-
padding: 12px 15px 13px;
|
|
3116
|
-
|
|
3117
|
-
font-size: 17px;
|
|
3118
|
-
line-height: 24px
|
|
3119
|
-
}
|
|
3120
|
-
}
|
|
3121
|
-
.ImportantLead-module_root__2BdT3:last-child {
|
|
3122
|
-
margin-bottom: 0;
|
|
3123
|
-
}
|
|
3124
|
-
.ImportantLead-module_root__2BdT3:first-child {
|
|
3125
|
-
margin-top: 0;
|
|
3126
|
-
}
|
|
3127
|
-
.ImportantLead-module_root__2BdT3 a {
|
|
3128
|
-
color: #000;
|
|
3129
|
-
box-shadow: inset 0 -1px #000;
|
|
3130
|
-
}
|
|
3131
|
-
.ImportantLead-module_root__2BdT3 a:hover {
|
|
3132
|
-
color: #b88b59;
|
|
3133
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
3134
|
-
}
|
|
3135
|
-
.ImportantLead-module_slide__3kQ9x {
|
|
3136
|
-
max-width: 650px;
|
|
3137
|
-
margin-right: auto;
|
|
3138
|
-
margin-left: auto;
|
|
3265
|
+
font-size: 20px
|
|
3139
3266
|
}
|
|
3140
|
-
|
|
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
|
+
}
|
|
3141
3272
|
@media only screen and (min-width: 32em) {
|
|
3142
|
-
.
|
|
3273
|
+
.RichTitle-module_mobile__1Cb6E {
|
|
3143
3274
|
display: none
|
|
3144
3275
|
}
|
|
3145
3276
|
}
|
|
3146
|
-
.
|
|
3277
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3147
3278
|
display: none
|
|
3148
3279
|
}
|
|
3149
3280
|
@media only screen and (min-width: 32em) {
|
|
3150
|
-
.
|
|
3281
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3151
3282
|
display: block
|
|
3152
3283
|
}
|
|
3153
3284
|
}
|
|
3154
3285
|
|
|
3155
|
-
|
|
3156
3286
|
/* Colors */
|
|
3157
3287
|
/* Fonts */
|
|
3158
3288
|
/* Gap */
|
|
@@ -3641,6 +3771,133 @@ a mark {
|
|
|
3641
3771
|
}
|
|
3642
3772
|
}
|
|
3643
3773
|
|
|
3774
|
+
/* Colors */
|
|
3775
|
+
/* Fonts */
|
|
3776
|
+
/* Gap */
|
|
3777
|
+
/* Media */
|
|
3778
|
+
/* 512 */
|
|
3779
|
+
/* 650 */
|
|
3780
|
+
/* 768 */
|
|
3781
|
+
/* 1024 */
|
|
3782
|
+
/* 1010 */
|
|
3783
|
+
/* 1200 */
|
|
3784
|
+
/* 511 */
|
|
3785
|
+
/* 1023 */
|
|
3786
|
+
/* Zindex */
|
|
3787
|
+
.SourceBlock-module_root__1P3XD {
|
|
3788
|
+
display: block;
|
|
3789
|
+
|
|
3790
|
+
margin: 18px 0 15px;
|
|
3791
|
+
padding: 12px 11px 17px;
|
|
3792
|
+
|
|
3793
|
+
color: #000;
|
|
3794
|
+
border-radius: 2px 8px 8px 2px;
|
|
3795
|
+
background-color: #f5f5f5;
|
|
3796
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #b78b5c;
|
|
3797
|
+
|
|
3798
|
+
font-size: 16px;
|
|
3799
|
+
line-height: 20px
|
|
3800
|
+
}
|
|
3801
|
+
@media only screen and (min-width: 48em) {
|
|
3802
|
+
.SourceBlock-module_root__1P3XD {
|
|
3803
|
+
margin-top: 25px;
|
|
3804
|
+
margin-bottom: 25px;
|
|
3805
|
+
padding: 18px 16px 16px
|
|
3806
|
+
}
|
|
3807
|
+
}
|
|
3808
|
+
.SourceBlock-module_root__1P3XD:hover,
|
|
3809
|
+
.SourceBlock-module_root__1P3XD:visited {
|
|
3810
|
+
background-color: #ededed;
|
|
3811
|
+
}
|
|
3812
|
+
.SourceBlock-module_root__1P3XD blockquote {
|
|
3813
|
+
margin: 0;
|
|
3814
|
+
}
|
|
3815
|
+
.SourceBlock-module_root__1P3XD a {
|
|
3816
|
+
text-decoration: none;
|
|
3817
|
+
|
|
3818
|
+
color: inherit;
|
|
3819
|
+
}
|
|
3820
|
+
.SourceBlock-module_text__Si4vm {
|
|
3821
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3822
|
+
}
|
|
3823
|
+
.SourceBlock-module_text__Si4vm p {
|
|
3824
|
+
margin: 0;
|
|
3825
|
+
|
|
3826
|
+
font-size: 16px;
|
|
3827
|
+
line-height: 22px
|
|
3828
|
+
}
|
|
3829
|
+
@media only screen and (min-width: 48em) {
|
|
3830
|
+
.SourceBlock-module_text__Si4vm p {
|
|
3831
|
+
font-size: 18px;
|
|
3832
|
+
line-height: 26px
|
|
3833
|
+
}
|
|
3834
|
+
}
|
|
3835
|
+
.SourceBlock-module_root__1P3XD p + p {
|
|
3836
|
+
margin-top: 12px;
|
|
3837
|
+
}
|
|
3838
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
3839
|
+
margin-top: 12px;
|
|
3840
|
+
padding-top: 10px;
|
|
3841
|
+
|
|
3842
|
+
border-top: 1px solid #d6d6d6
|
|
3843
|
+
}
|
|
3844
|
+
@media only screen and (min-width: 48em) {
|
|
3845
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
3846
|
+
margin-top: 18px;
|
|
3847
|
+
padding-top: 12px
|
|
3848
|
+
}
|
|
3849
|
+
}
|
|
3850
|
+
.SourceBlock-module_origin__l3JbO {
|
|
3851
|
+
letter-spacing: 1px;
|
|
3852
|
+
text-transform: uppercase;
|
|
3853
|
+
pointer-events: none;
|
|
3854
|
+
|
|
3855
|
+
color: #292929;
|
|
3856
|
+
|
|
3857
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3858
|
+
font-size: 16px;
|
|
3859
|
+
font-weight: bold;
|
|
3860
|
+
font-style: normal;
|
|
3861
|
+
line-height: 22px
|
|
3862
|
+
}
|
|
3863
|
+
@media only screen and (min-width: 48em) {
|
|
3864
|
+
.SourceBlock-module_origin__l3JbO {
|
|
3865
|
+
font-size: 18px;
|
|
3866
|
+
line-height: 26px
|
|
3867
|
+
}
|
|
3868
|
+
}
|
|
3869
|
+
.SourceBlock-module_center__3P93B {
|
|
3870
|
+
max-width: 650px;
|
|
3871
|
+
margin-right: auto;
|
|
3872
|
+
margin-left: auto;
|
|
3873
|
+
}
|
|
3874
|
+
/* VISIBILITY */
|
|
3875
|
+
@media only screen and (min-width: 32em) {
|
|
3876
|
+
.SourceBlock-module_mobile__2gw4S {
|
|
3877
|
+
display: none
|
|
3878
|
+
}
|
|
3879
|
+
}
|
|
3880
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
3881
|
+
display: none
|
|
3882
|
+
}
|
|
3883
|
+
@media only screen and (min-width: 32em) {
|
|
3884
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
3885
|
+
display: block
|
|
3886
|
+
}
|
|
3887
|
+
}
|
|
3888
|
+
/* Dark theme */
|
|
3889
|
+
.SourceBlock-module_isDark__3hEEp,
|
|
3890
|
+
.SourceBlock-module_isDark__3hEEp:hover {
|
|
3891
|
+
background-color: #262626;
|
|
3892
|
+
color: inherit;
|
|
3893
|
+
}
|
|
3894
|
+
.SourceBlock-module_isDark__3hEEp .SourceBlock-module_origin__l3JbO {
|
|
3895
|
+
color: #b8b8b8;
|
|
3896
|
+
}
|
|
3897
|
+
.SourceBlock-module_isDark__3hEEp footer {
|
|
3898
|
+
border-top-color: #3d3d3d;
|
|
3899
|
+
}
|
|
3900
|
+
|
|
3644
3901
|
/* Colors */
|
|
3645
3902
|
/* Fonts */
|
|
3646
3903
|
/* Gap */
|
|
@@ -3894,158 +4151,31 @@ a mark {
|
|
|
3894
4151
|
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
3895
4152
|
bottom: 45px
|
|
3896
4153
|
}
|
|
3897
|
-
@media only screen and (min-width: 32em) {
|
|
3898
|
-
[data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7,
|
|
3899
|
-
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
3900
|
-
bottom: 46px
|
|
3901
|
-
}
|
|
3902
|
-
}
|
|
3903
|
-
@media only screen and (max-width: 32.1875em) {
|
|
3904
|
-
[data-gdpr-panel='true'][data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
3905
|
-
bottom: 90px
|
|
3906
|
-
}
|
|
3907
|
-
}
|
|
3908
|
-
/* VISIBILITY */
|
|
3909
|
-
@media only screen and (min-width: 32em) {
|
|
3910
|
-
.Spoiler-module_mobile__2BPt8 {
|
|
3911
|
-
display: none
|
|
3912
|
-
}
|
|
3913
|
-
}
|
|
3914
|
-
.Spoiler-module_desktop__1BIFJ {
|
|
3915
|
-
display: none
|
|
3916
|
-
}
|
|
3917
|
-
@media only screen and (min-width: 32em) {
|
|
3918
|
-
.Spoiler-module_desktop__1BIFJ {
|
|
3919
|
-
display: block
|
|
3920
|
-
}
|
|
3921
|
-
}
|
|
3922
|
-
|
|
3923
|
-
/* Colors */
|
|
3924
|
-
/* Fonts */
|
|
3925
|
-
/* Gap */
|
|
3926
|
-
/* Media */
|
|
3927
|
-
/* 512 */
|
|
3928
|
-
/* 650 */
|
|
3929
|
-
/* 768 */
|
|
3930
|
-
/* 1024 */
|
|
3931
|
-
/* 1010 */
|
|
3932
|
-
/* 1200 */
|
|
3933
|
-
/* 511 */
|
|
3934
|
-
/* 1023 */
|
|
3935
|
-
/* Zindex */
|
|
3936
|
-
.SourceBlock-module_root__1P3XD {
|
|
3937
|
-
display: block;
|
|
3938
|
-
|
|
3939
|
-
margin: 18px 0 15px;
|
|
3940
|
-
padding: 12px 11px 17px;
|
|
3941
|
-
|
|
3942
|
-
color: #000;
|
|
3943
|
-
border-radius: 2px 8px 8px 2px;
|
|
3944
|
-
background-color: #f5f5f5;
|
|
3945
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #b78b5c;
|
|
3946
|
-
|
|
3947
|
-
font-size: 16px;
|
|
3948
|
-
line-height: 20px
|
|
3949
|
-
}
|
|
3950
|
-
@media only screen and (min-width: 48em) {
|
|
3951
|
-
.SourceBlock-module_root__1P3XD {
|
|
3952
|
-
margin-top: 25px;
|
|
3953
|
-
margin-bottom: 25px;
|
|
3954
|
-
padding: 18px 16px 16px
|
|
3955
|
-
}
|
|
3956
|
-
}
|
|
3957
|
-
.SourceBlock-module_root__1P3XD:hover,
|
|
3958
|
-
.SourceBlock-module_root__1P3XD:visited {
|
|
3959
|
-
background-color: #ededed;
|
|
3960
|
-
}
|
|
3961
|
-
.SourceBlock-module_root__1P3XD blockquote {
|
|
3962
|
-
margin: 0;
|
|
3963
|
-
}
|
|
3964
|
-
.SourceBlock-module_root__1P3XD a {
|
|
3965
|
-
text-decoration: none;
|
|
3966
|
-
|
|
3967
|
-
color: inherit;
|
|
3968
|
-
}
|
|
3969
|
-
.SourceBlock-module_text__Si4vm {
|
|
3970
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3971
|
-
}
|
|
3972
|
-
.SourceBlock-module_text__Si4vm p {
|
|
3973
|
-
margin: 0;
|
|
3974
|
-
|
|
3975
|
-
font-size: 16px;
|
|
3976
|
-
line-height: 22px
|
|
3977
|
-
}
|
|
3978
|
-
@media only screen and (min-width: 48em) {
|
|
3979
|
-
.SourceBlock-module_text__Si4vm p {
|
|
3980
|
-
font-size: 18px;
|
|
3981
|
-
line-height: 26px
|
|
3982
|
-
}
|
|
3983
|
-
}
|
|
3984
|
-
.SourceBlock-module_root__1P3XD p + p {
|
|
3985
|
-
margin-top: 12px;
|
|
3986
|
-
}
|
|
3987
|
-
.SourceBlock-module_root__1P3XD footer {
|
|
3988
|
-
margin-top: 12px;
|
|
3989
|
-
padding-top: 10px;
|
|
3990
|
-
|
|
3991
|
-
border-top: 1px solid #d6d6d6
|
|
3992
|
-
}
|
|
3993
|
-
@media only screen and (min-width: 48em) {
|
|
3994
|
-
.SourceBlock-module_root__1P3XD footer {
|
|
3995
|
-
margin-top: 18px;
|
|
3996
|
-
padding-top: 12px
|
|
3997
|
-
}
|
|
3998
|
-
}
|
|
3999
|
-
.SourceBlock-module_origin__l3JbO {
|
|
4000
|
-
letter-spacing: 1px;
|
|
4001
|
-
text-transform: uppercase;
|
|
4002
|
-
pointer-events: none;
|
|
4003
|
-
|
|
4004
|
-
color: #292929;
|
|
4005
|
-
|
|
4006
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4007
|
-
font-size: 16px;
|
|
4008
|
-
font-weight: bold;
|
|
4009
|
-
font-style: normal;
|
|
4010
|
-
line-height: 22px
|
|
4011
|
-
}
|
|
4012
|
-
@media only screen and (min-width: 48em) {
|
|
4013
|
-
.SourceBlock-module_origin__l3JbO {
|
|
4014
|
-
font-size: 18px;
|
|
4015
|
-
line-height: 26px
|
|
4154
|
+
@media only screen and (min-width: 32em) {
|
|
4155
|
+
[data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7,
|
|
4156
|
+
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4157
|
+
bottom: 46px
|
|
4016
4158
|
}
|
|
4017
4159
|
}
|
|
4018
|
-
|
|
4019
|
-
|
|
4020
|
-
|
|
4021
|
-
margin-left: auto;
|
|
4160
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4161
|
+
[data-gdpr-panel='true'][data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4162
|
+
bottom: 90px
|
|
4022
4163
|
}
|
|
4164
|
+
}
|
|
4023
4165
|
/* VISIBILITY */
|
|
4024
4166
|
@media only screen and (min-width: 32em) {
|
|
4025
|
-
.
|
|
4167
|
+
.Spoiler-module_mobile__2BPt8 {
|
|
4026
4168
|
display: none
|
|
4027
4169
|
}
|
|
4028
4170
|
}
|
|
4029
|
-
.
|
|
4171
|
+
.Spoiler-module_desktop__1BIFJ {
|
|
4030
4172
|
display: none
|
|
4031
4173
|
}
|
|
4032
4174
|
@media only screen and (min-width: 32em) {
|
|
4033
|
-
.
|
|
4175
|
+
.Spoiler-module_desktop__1BIFJ {
|
|
4034
4176
|
display: block
|
|
4035
4177
|
}
|
|
4036
4178
|
}
|
|
4037
|
-
/* Dark theme */
|
|
4038
|
-
.SourceBlock-module_isDark__3hEEp,
|
|
4039
|
-
.SourceBlock-module_isDark__3hEEp:hover {
|
|
4040
|
-
background-color: #262626;
|
|
4041
|
-
color: inherit;
|
|
4042
|
-
}
|
|
4043
|
-
.SourceBlock-module_isDark__3hEEp .SourceBlock-module_origin__l3JbO {
|
|
4044
|
-
color: #b8b8b8;
|
|
4045
|
-
}
|
|
4046
|
-
.SourceBlock-module_isDark__3hEEp footer {
|
|
4047
|
-
border-top-color: #3d3d3d;
|
|
4048
|
-
}
|
|
4049
4179
|
|
|
4050
4180
|
/* Colors */
|
|
4051
4181
|
/* Fonts */
|
|
@@ -4149,34 +4279,6 @@ a mark {
|
|
|
4149
4279
|
margin-top: -1px;
|
|
4150
4280
|
}
|
|
4151
4281
|
|
|
4152
|
-
/* stylelint-disable declaration-empty-line-before */
|
|
4153
|
-
/* Colors */
|
|
4154
|
-
/* Fonts */
|
|
4155
|
-
/* Gap */
|
|
4156
|
-
/* Media */
|
|
4157
|
-
/* 512 */
|
|
4158
|
-
/* 650 */
|
|
4159
|
-
/* 768 */
|
|
4160
|
-
/* 1024 */
|
|
4161
|
-
/* 1010 */
|
|
4162
|
-
/* 1200 */
|
|
4163
|
-
/* 511 */
|
|
4164
|
-
/* 1023 */
|
|
4165
|
-
/* Zindex */
|
|
4166
|
-
.DocumentItemsCount-module_root__P3q-z {
|
|
4167
|
-
display: inline;
|
|
4168
|
-
|
|
4169
|
-
line-height: inherit;
|
|
4170
|
-
}
|
|
4171
|
-
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4172
|
-
vertical-align: top;
|
|
4173
|
-
}
|
|
4174
|
-
.DocumentItemsCount-module_items__3pfxW {
|
|
4175
|
-
margin-left: 1px;
|
|
4176
|
-
|
|
4177
|
-
vertical-align: top;
|
|
4178
|
-
}
|
|
4179
|
-
|
|
4180
4282
|
/* stylelint-disable declaration-empty-line-before */
|
|
4181
4283
|
/* Colors */
|
|
4182
4284
|
/* Fonts */
|
|
@@ -4352,216 +4454,42 @@ a mark {
|
|
|
4352
4454
|
|
|
4353
4455
|
53% {
|
|
4354
4456
|
transform: scale(0.55);
|
|
4355
|
-
}
|
|
4356
|
-
|
|
4357
|
-
100% {
|
|
4358
|
-
transform: scale(0.88);
|
|
4359
|
-
|
|
4360
|
-
opacity: 0;
|
|
4361
|
-
}
|
|
4362
|
-
}
|
|
4363
|
-
|
|
4364
|
-
/* Colors */
|
|
4365
|
-
/* Fonts */
|
|
4366
|
-
/* Gap */
|
|
4367
|
-
/* Media */
|
|
4368
|
-
/* 512 */
|
|
4369
|
-
/* 650 */
|
|
4370
|
-
/* 768 */
|
|
4371
|
-
/* 1024 */
|
|
4372
|
-
/* 1010 */
|
|
4373
|
-
/* 1200 */
|
|
4374
|
-
/* 511 */
|
|
4375
|
-
/* 1023 */
|
|
4376
|
-
/* Zindex */
|
|
4377
|
-
.RelatedBlock-module_root__IKcQq {
|
|
4378
|
-
margin: 16px 0;
|
|
4379
|
-
|
|
4380
|
-
border-radius: 8px;
|
|
4381
|
-
background-color: #f5f5f5;
|
|
4382
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
4383
|
-
}
|
|
4384
|
-
@media only screen and (min-width: 48em) {
|
|
4385
|
-
.RelatedBlock-module_root__IKcQq {
|
|
4386
|
-
margin: 25px 0
|
|
4387
|
-
}
|
|
4388
|
-
}
|
|
4389
|
-
.RelatedBlock-module_root__IKcQq:last-child {
|
|
4390
|
-
margin-bottom: 0;
|
|
4391
|
-
}
|
|
4392
|
-
.RelatedBlock-module_root__IKcQq:first-child {
|
|
4393
|
-
margin-top: 0;
|
|
4394
|
-
}
|
|
4395
|
-
.RelatedBlock-module_root__IKcQq a {
|
|
4396
|
-
display: block;
|
|
4397
|
-
|
|
4398
|
-
padding: 12px 12px 13px;
|
|
4399
|
-
|
|
4400
|
-
transition: color 0.15s;
|
|
4401
|
-
text-decoration: none;
|
|
4402
|
-
|
|
4403
|
-
color: #000;
|
|
4404
|
-
box-shadow: none;
|
|
4405
|
-
|
|
4406
|
-
font-size: 17px;
|
|
4407
|
-
line-height: 20px
|
|
4408
|
-
}
|
|
4409
|
-
@media only screen and (min-width: 48em) {
|
|
4410
|
-
.RelatedBlock-module_root__IKcQq a {
|
|
4411
|
-
padding: 15px 20px 17px;
|
|
4412
|
-
|
|
4413
|
-
font-size: 19px;
|
|
4414
|
-
line-height: 23px
|
|
4415
|
-
}
|
|
4416
|
-
}
|
|
4417
|
-
.RelatedBlock-module_root__IKcQq a:hover {
|
|
4418
|
-
color: #5c5c5c;
|
|
4419
|
-
}
|
|
4420
|
-
.RelatedBlock-module_header__2SuWP {
|
|
4421
|
-
margin: 0;
|
|
4422
|
-
padding: 14px 12px 3px;
|
|
4423
|
-
|
|
4424
|
-
letter-spacing: 1px;
|
|
4425
|
-
text-transform: uppercase;
|
|
4426
|
-
|
|
4427
|
-
color: #7F7F7F;
|
|
4428
|
-
|
|
4429
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4430
|
-
font-size: 12px;
|
|
4431
|
-
font-weight: 600;
|
|
4432
|
-
line-height: 17px
|
|
4433
|
-
}
|
|
4434
|
-
@media only screen and (min-width: 48em) {
|
|
4435
|
-
.RelatedBlock-module_header__2SuWP {
|
|
4436
|
-
padding: 20px 20px 14px;
|
|
4437
|
-
|
|
4438
|
-
font-size: 14px;
|
|
4439
|
-
line-height: 16px
|
|
4440
|
-
}
|
|
4441
|
-
}
|
|
4442
|
-
.RelatedBlock-module_items__2V-Ap {
|
|
4443
|
-
margin: 0;
|
|
4444
|
-
padding-left: 0;
|
|
4445
|
-
|
|
4446
|
-
list-style: none;
|
|
4447
|
-
}
|
|
4448
|
-
.RelatedBlock-module_items__2V-Ap li {
|
|
4449
|
-
padding: 0;
|
|
4450
|
-
}
|
|
4451
|
-
.RelatedBlock-module_items__2V-Ap li + li {
|
|
4452
|
-
border-top: 1px solid #e6e6e6;
|
|
4453
|
-
}
|
|
4454
|
-
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
4455
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4456
|
-
font-size: 16px;
|
|
4457
|
-
font-weight: 700;
|
|
4458
|
-
line-height: 18px
|
|
4459
|
-
}
|
|
4460
|
-
@media only screen and (min-width: 48em) {
|
|
4461
|
-
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
4462
|
-
font-size: 18px
|
|
4463
|
-
}
|
|
4464
|
-
}
|
|
4465
|
-
.RelatedBlock-module_simple__29HVO {
|
|
4466
|
-
}
|
|
4467
|
-
.RelatedBlock-module_center__1LmW8 {
|
|
4468
|
-
max-width: 650px;
|
|
4469
|
-
margin-right: auto;
|
|
4470
|
-
margin-left: auto;
|
|
4471
|
-
}
|
|
4472
|
-
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
4473
|
-
margin-top: 0;
|
|
4474
|
-
}
|
|
4475
|
-
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
4476
|
-
margin-bottom: 0;
|
|
4477
|
-
}
|
|
4478
|
-
/* VISIBILITY */
|
|
4479
|
-
@media only screen and (min-width: 32em) {
|
|
4480
|
-
.RelatedBlock-module_mobile__2XM5a {
|
|
4481
|
-
display: none
|
|
4482
|
-
}
|
|
4483
|
-
}
|
|
4484
|
-
.RelatedBlock-module_desktop__2mXeq {
|
|
4485
|
-
display: none
|
|
4486
|
-
}
|
|
4487
|
-
@media only screen and (min-width: 32em) {
|
|
4488
|
-
.RelatedBlock-module_desktop__2mXeq {
|
|
4489
|
-
display: block
|
|
4490
|
-
}
|
|
4491
|
-
}
|
|
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;
|
|
4457
|
+
}
|
|
4549
4458
|
|
|
4550
|
-
|
|
4459
|
+
100% {
|
|
4460
|
+
transform: scale(0.88);
|
|
4551
4461
|
|
|
4552
|
-
|
|
4553
|
-
|
|
4554
|
-
outline: none;
|
|
4555
|
-
background-color: transparent;
|
|
4462
|
+
opacity: 0;
|
|
4463
|
+
}
|
|
4556
4464
|
}
|
|
4557
|
-
|
|
4558
|
-
|
|
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;
|
|
4559
4484
|
}
|
|
4560
|
-
.
|
|
4561
|
-
|
|
4562
|
-
height: 12px;
|
|
4485
|
+
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4486
|
+
vertical-align: top;
|
|
4563
4487
|
}
|
|
4488
|
+
.DocumentItemsCount-module_items__3pfxW {
|
|
4489
|
+
margin-left: 1px;
|
|
4564
4490
|
|
|
4491
|
+
vertical-align: top;
|
|
4492
|
+
}
|
|
4565
4493
|
|
|
4566
4494
|
/* Colors */
|
|
4567
4495
|
/* Fonts */
|
|
@@ -4669,6 +4597,78 @@ a mark {
|
|
|
4669
4597
|
fill: currentColor;
|
|
4670
4598
|
}
|
|
4671
4599
|
|
|
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
|
+
.Footnote-module_root__2a0-B {
|
|
4614
|
+
position: relative;
|
|
4615
|
+
|
|
4616
|
+
width: 320px;
|
|
4617
|
+
padding: 20px;
|
|
4618
|
+
|
|
4619
|
+
border-radius: 8px;
|
|
4620
|
+
background-color: #fff;
|
|
4621
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4622
|
+
}
|
|
4623
|
+
.Footnote-module_body__259Ly {
|
|
4624
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4625
|
+
font-size: 16px;
|
|
4626
|
+
line-height: 22px;
|
|
4627
|
+
}
|
|
4628
|
+
.Footnote-module_body__259Ly h3 {
|
|
4629
|
+
margin: 0 0 16px;
|
|
4630
|
+
|
|
4631
|
+
font-size: inherit;
|
|
4632
|
+
font-weight: 700;
|
|
4633
|
+
line-height: inherit;
|
|
4634
|
+
}
|
|
4635
|
+
.Footnote-module_body__259Ly p {
|
|
4636
|
+
margin: 0;
|
|
4637
|
+
}
|
|
4638
|
+
.Footnote-module_body__259Ly p + p {
|
|
4639
|
+
margin-top: 6px;
|
|
4640
|
+
}
|
|
4641
|
+
.Footnote-module_body__259Ly a {
|
|
4642
|
+
color: inherit;
|
|
4643
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
4644
|
+
}
|
|
4645
|
+
.Footnote-module_body__259Ly a:hover {
|
|
4646
|
+
color: #b88b59;
|
|
4647
|
+
}
|
|
4648
|
+
.Footnote-module_dismiss__1HKG5 {
|
|
4649
|
+
position: absolute;
|
|
4650
|
+
top: 0;
|
|
4651
|
+
right: 0;
|
|
4652
|
+
|
|
4653
|
+
margin: 0;
|
|
4654
|
+
padding: 6px 9px 10px;
|
|
4655
|
+
|
|
4656
|
+
cursor: pointer;
|
|
4657
|
+
|
|
4658
|
+
color: #b3b3b3;
|
|
4659
|
+
border-width: 0;
|
|
4660
|
+
outline: none;
|
|
4661
|
+
background-color: transparent;
|
|
4662
|
+
}
|
|
4663
|
+
.Footnote-module_dismiss__1HKG5:hover {
|
|
4664
|
+
color: #757575;
|
|
4665
|
+
}
|
|
4666
|
+
.Footnote-module_dismiss__1HKG5 svg {
|
|
4667
|
+
width: 12px;
|
|
4668
|
+
height: 12px;
|
|
4669
|
+
}
|
|
4670
|
+
|
|
4671
|
+
|
|
4672
4672
|
/* Colors */
|
|
4673
4673
|
/* Fonts */
|
|
4674
4674
|
/* Gap */
|
|
@@ -5083,44 +5083,203 @@ a mark {
|
|
|
5083
5083
|
padding-right: 20px;
|
|
5084
5084
|
padding-left: 20px
|
|
5085
5085
|
}
|
|
5086
|
-
@media only screen and (min-width: 32em) {
|
|
5087
|
-
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
5088
|
-
padding-right: 0;
|
|
5089
|
-
padding-left: 0
|
|
5086
|
+
@media only screen and (min-width: 32em) {
|
|
5087
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
5088
|
+
padding-right: 0;
|
|
5089
|
+
padding-left: 0
|
|
5090
|
+
}
|
|
5091
|
+
}
|
|
5092
|
+
.SensitiveBlock-module_super_full__14UOv {
|
|
5093
|
+
max-width: 100%;
|
|
5094
|
+
}
|
|
5095
|
+
@media only screen and (min-width: 32em) {
|
|
5096
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_overlay__hfDVS {
|
|
5097
|
+
right: -15px;
|
|
5098
|
+
left: -15px
|
|
5099
|
+
}
|
|
5100
|
+
}
|
|
5101
|
+
@media only screen and (min-width: 32em) {
|
|
5102
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_media__3wnlo {
|
|
5103
|
+
padding-right: 15px;
|
|
5104
|
+
padding-left: 15px
|
|
5105
|
+
}
|
|
5106
|
+
}
|
|
5107
|
+
/* STATE */
|
|
5108
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_overlay__hfDVS {
|
|
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;
|
|
5117
|
+
}
|
|
5118
|
+
/* CONTEXT */
|
|
5119
|
+
@media only screen and (max-width: 63.9375em) {
|
|
5120
|
+
.SensitiveBlock-module_isInCard__1L-lu .SensitiveBlock-module_overlay__hfDVS,
|
|
5121
|
+
.SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
|
|
5122
|
+
right: -11px;
|
|
5123
|
+
left: -11px
|
|
5124
|
+
}
|
|
5125
|
+
}
|
|
5126
|
+
|
|
5127
|
+
/* Colors */
|
|
5128
|
+
/* Fonts */
|
|
5129
|
+
/* Gap */
|
|
5130
|
+
/* Media */
|
|
5131
|
+
/* 512 */
|
|
5132
|
+
/* 650 */
|
|
5133
|
+
/* 768 */
|
|
5134
|
+
/* 1024 */
|
|
5135
|
+
/* 1010 */
|
|
5136
|
+
/* 1200 */
|
|
5137
|
+
/* 511 */
|
|
5138
|
+
/* 1023 */
|
|
5139
|
+
/* Zindex */
|
|
5140
|
+
.DonatesTeaser-module_root__3rtaJ {
|
|
5141
|
+
position: relative;
|
|
5142
|
+
z-index: 10;
|
|
5143
|
+
|
|
5144
|
+
display: block;
|
|
5145
|
+
|
|
5146
|
+
margin: calc(15rem / 16) -20px;
|
|
5147
|
+
padding: 42px 20px 50px;
|
|
5148
|
+
overflow: hidden;
|
|
5149
|
+
|
|
5150
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
5151
|
+
|
|
5152
|
+
text-decoration: none;
|
|
5153
|
+
|
|
5154
|
+
background-color: #000;
|
|
5155
|
+
|
|
5156
|
+
outline-width: 0
|
|
5157
|
+
}
|
|
5158
|
+
@media only screen and (min-width: 32em) {
|
|
5159
|
+
.DonatesTeaser-module_root__3rtaJ {
|
|
5160
|
+
margin: 25px 0 20px;
|
|
5161
|
+
padding: 48px 30px;
|
|
5162
|
+
|
|
5163
|
+
border-radius: 8px
|
|
5164
|
+
}
|
|
5165
|
+
}
|
|
5166
|
+
.DonatesTeaser-module_main__YBt6p {
|
|
5167
|
+
max-width: 852px;
|
|
5168
|
+
margin: 0 auto;
|
|
5169
|
+
|
|
5170
|
+
color: #fff;
|
|
5171
|
+
text-align: center;
|
|
5172
|
+
|
|
5173
|
+
transform: translateZ(0);
|
|
5174
|
+
}
|
|
5175
|
+
.DonatesTeaser-module_title__hs-yr {
|
|
5176
|
+
font-weight: 700;
|
|
5177
|
+
font-size: 20px;
|
|
5178
|
+
line-height: 25px
|
|
5179
|
+
}
|
|
5180
|
+
@media only screen and (min-width: 32em) {
|
|
5181
|
+
.DonatesTeaser-module_title__hs-yr {
|
|
5182
|
+
font-size: 28px;
|
|
5183
|
+
line-height: 34px
|
|
5184
|
+
}
|
|
5185
|
+
}
|
|
5186
|
+
.DonatesTeaser-module_text__ro-QA {
|
|
5187
|
+
display: block;
|
|
5188
|
+
|
|
5189
|
+
margin: 0;
|
|
5190
|
+
|
|
5191
|
+
font-weight: normal;
|
|
5192
|
+
font-size: 21px;
|
|
5193
|
+
|
|
5194
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
5195
|
+
line-height: 25px
|
|
5196
|
+
}
|
|
5197
|
+
@media only screen and (min-width: 32em) {
|
|
5198
|
+
.DonatesTeaser-module_text__ro-QA {
|
|
5199
|
+
font-size: 29px;
|
|
5200
|
+
line-height: 34px
|
|
5201
|
+
}
|
|
5202
|
+
}
|
|
5203
|
+
.DonatesTeaser-module_cta__1orPb {
|
|
5204
|
+
display: -webkit-box;
|
|
5205
|
+
display: -webkit-flex;
|
|
5206
|
+
display: -ms-flexbox;
|
|
5207
|
+
display: flex;
|
|
5208
|
+
flex-flow: column nowrap;
|
|
5209
|
+
align-items: center;
|
|
5210
|
+
justify-content: center;
|
|
5211
|
+
|
|
5212
|
+
margin-top: 45px
|
|
5213
|
+
}
|
|
5214
|
+
@media only screen and (min-width: 32em) {
|
|
5215
|
+
.DonatesTeaser-module_cta__1orPb {
|
|
5216
|
+
margin-top: 40px
|
|
5217
|
+
}
|
|
5218
|
+
}
|
|
5219
|
+
.DonatesTeaser-module_cta__1orPb a {
|
|
5220
|
+
display: block;
|
|
5221
|
+
|
|
5222
|
+
color: #fff;
|
|
5223
|
+
font-weight: 600;
|
|
5224
|
+
|
|
5225
|
+
font-size: 11px;
|
|
5226
|
+
line-height: 16px;
|
|
5227
|
+
letter-spacing: 1px;
|
|
5228
|
+
|
|
5229
|
+
text-align: center;
|
|
5230
|
+
text-transform: uppercase;
|
|
5231
|
+
text-decoration: none;
|
|
5232
|
+
}
|
|
5233
|
+
.DonatesTeaser-module_cta__1orPb a::after {
|
|
5234
|
+
position: absolute;
|
|
5235
|
+
top: 0;
|
|
5236
|
+
right: 0;
|
|
5237
|
+
bottom: 0;
|
|
5238
|
+
left: 0;
|
|
5239
|
+
z-index: 1;
|
|
5240
|
+
|
|
5241
|
+
content: '';
|
|
5090
5242
|
}
|
|
5091
|
-
|
|
5092
|
-
|
|
5093
|
-
|
|
5243
|
+
.DonatesTeaser-module_ctaInner__2LChL {
|
|
5244
|
+
position: relative;
|
|
5245
|
+
|
|
5246
|
+
display: block;
|
|
5247
|
+
|
|
5248
|
+
width: 192px;
|
|
5249
|
+
padding: 14px 0 13px;
|
|
5094
5250
|
}
|
|
5095
|
-
|
|
5096
|
-
|
|
5097
|
-
|
|
5098
|
-
|
|
5251
|
+
.DonatesTeaser-module_ctaInner__2LChL::after {
|
|
5252
|
+
position: absolute;
|
|
5253
|
+
top: 50%;
|
|
5254
|
+
left: 50%;
|
|
5255
|
+
z-index: -1;
|
|
5256
|
+
|
|
5257
|
+
width: 501px;
|
|
5258
|
+
height: 112px;
|
|
5259
|
+
|
|
5260
|
+
background-image: url("data:image/svg+xml,%3Csvg width='501' height='112' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f)'%3E%3Cpath d='M466 56s-96.463 21-215.401 21C131.662 77 35 56 35 56s96.463-21 215.401-21C369.338 35 466 56 466 56z' fill='%23947E5D'/%3E%3C/g%3E%3Cg filter='url(%23filter1_df)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M140.431 55.604c0-11.38 9.224-20.604 20.603-20.604h178.932c11.379 0 20.604 9.225 20.604 20.604s-9.225 20.603-20.604 20.603H161.034c-11.379 0-20.603-9.224-20.603-20.603z' fill='%23000'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f' x='0' y='0' width='501' height='112' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3Cfilter id='filter1_df' x='106.431' y='1' width='288.139' height='109.208' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='17'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3CfeGaussianBlur stdDeviation='2' result='effect2_foregroundBlur'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
|
|
5261
|
+
transform: translate(-50%, -50%);
|
|
5262
|
+
|
|
5263
|
+
content: '';
|
|
5099
5264
|
}
|
|
5100
|
-
}
|
|
5101
5265
|
@media only screen and (min-width: 32em) {
|
|
5102
|
-
.
|
|
5103
|
-
|
|
5104
|
-
|
|
5266
|
+
.DonatesTeaser-module_center__2Ynx9 {
|
|
5267
|
+
width: 100%;
|
|
5268
|
+
max-width: 650px;
|
|
5269
|
+
margin-right: auto;
|
|
5270
|
+
margin-left: auto
|
|
5105
5271
|
}
|
|
5106
5272
|
}
|
|
5107
|
-
|
|
5108
|
-
.
|
|
5109
|
-
|
|
5110
|
-
|
|
5111
|
-
pointer-events: none;
|
|
5112
|
-
|
|
5113
|
-
opacity: 0;
|
|
5114
|
-
}
|
|
5115
|
-
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
|
|
5116
|
-
min-height: 0;
|
|
5273
|
+
.DonatesTeaser-module_isInCard__HrFh8,
|
|
5274
|
+
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
5275
|
+
margin-right: -11px;
|
|
5276
|
+
margin-left: -11px
|
|
5117
5277
|
}
|
|
5118
|
-
|
|
5119
|
-
|
|
5120
|
-
.
|
|
5121
|
-
|
|
5122
|
-
|
|
5123
|
-
left: -11px
|
|
5278
|
+
@media only screen and (min-width: 32em) {
|
|
5279
|
+
.DonatesTeaser-module_isInCard__HrFh8,
|
|
5280
|
+
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
5281
|
+
margin-right: 0;
|
|
5282
|
+
margin-left: 0
|
|
5124
5283
|
}
|
|
5125
5284
|
}
|
|
5126
5285
|
|
|
@@ -5144,9 +5303,10 @@ a mark {
|
|
|
5144
5303
|
display: block;
|
|
5145
5304
|
overflow: hidden;
|
|
5146
5305
|
|
|
5306
|
+
color: #000;
|
|
5307
|
+
|
|
5147
5308
|
text-decoration: none;
|
|
5148
5309
|
|
|
5149
|
-
color: #000;
|
|
5150
5310
|
border-radius: 8px;
|
|
5151
5311
|
outline-width: 0
|
|
5152
5312
|
}
|
|
@@ -5162,15 +5322,15 @@ a mark {
|
|
|
5162
5322
|
}
|
|
5163
5323
|
.ShopRelatedBlock-module_root__x4vdk::after {
|
|
5164
5324
|
position: absolute;
|
|
5165
|
-
z-index: 20;
|
|
5166
5325
|
top: 0;
|
|
5167
5326
|
right: 0;
|
|
5168
5327
|
bottom: 0;
|
|
5169
5328
|
left: 0;
|
|
5170
|
-
|
|
5171
|
-
content: '';
|
|
5329
|
+
z-index: 20;
|
|
5172
5330
|
|
|
5173
5331
|
border-radius: 8px;
|
|
5332
|
+
|
|
5333
|
+
content: '';
|
|
5174
5334
|
}
|
|
5175
5335
|
.ShopRelatedBlock-module_root__x4vdk::before {
|
|
5176
5336
|
display: block;
|
|
@@ -5194,9 +5354,9 @@ a mark {
|
|
|
5194
5354
|
.ShopRelatedBlock-module_overlay__15S5a,
|
|
5195
5355
|
.ShopRelatedBlock-module_overlayHeader__2IXK- {
|
|
5196
5356
|
position: absolute;
|
|
5197
|
-
z-index: 10;
|
|
5198
5357
|
right: 0;
|
|
5199
5358
|
left: 0;
|
|
5359
|
+
z-index: 10;
|
|
5200
5360
|
}
|
|
5201
5361
|
.ShopRelatedBlock-module_overlay__15S5a {
|
|
5202
5362
|
bottom: 0;
|
|
@@ -5223,10 +5383,10 @@ a mark {
|
|
|
5223
5383
|
@media only screen and (min-width: 32em) {
|
|
5224
5384
|
.ShopRelatedBlock-module_body__3ipYj {
|
|
5225
5385
|
position: absolute;
|
|
5226
|
-
z-index: 10;
|
|
5227
5386
|
right: 0;
|
|
5228
5387
|
bottom: 0;
|
|
5229
5388
|
left: 0;
|
|
5389
|
+
z-index: 10;
|
|
5230
5390
|
|
|
5231
5391
|
min-height: 295px;
|
|
5232
5392
|
padding: 20px;
|
|
@@ -5237,10 +5397,10 @@ a mark {
|
|
|
5237
5397
|
@media only screen and (min-width: 32em) {
|
|
5238
5398
|
.ShopRelatedBlock-module_hasGradient__1pghj .ShopRelatedBlock-module_body__3ipYj {
|
|
5239
5399
|
position: absolute;
|
|
5240
|
-
z-index: 10;
|
|
5241
5400
|
right: 0;
|
|
5242
5401
|
bottom: 0;
|
|
5243
5402
|
left: 0;
|
|
5403
|
+
z-index: 10;
|
|
5244
5404
|
|
|
5245
5405
|
min-height: 295px;
|
|
5246
5406
|
|
|
@@ -5252,14 +5412,14 @@ a mark {
|
|
|
5252
5412
|
}
|
|
5253
5413
|
.ShopRelatedBlock-module_picture__1bu9H::after {
|
|
5254
5414
|
position: absolute;
|
|
5255
|
-
z-index: 10;
|
|
5256
5415
|
right: 1px;
|
|
5257
5416
|
bottom: 0;
|
|
5258
5417
|
left: 1px;
|
|
5418
|
+
z-index: 10;
|
|
5259
5419
|
|
|
5260
|
-
|
|
5420
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
5261
5421
|
|
|
5262
|
-
|
|
5422
|
+
content: ''
|
|
5263
5423
|
}
|
|
5264
5424
|
@media only screen and (min-width: 32em) {
|
|
5265
5425
|
.ShopRelatedBlock-module_picture__1bu9H::after {
|
|
@@ -5268,10 +5428,10 @@ a mark {
|
|
|
5268
5428
|
}
|
|
5269
5429
|
.ShopRelatedBlock-module_tag__2vTKm {
|
|
5270
5430
|
position: absolute;
|
|
5271
|
-
z-index: 10;
|
|
5272
5431
|
top: 14px;
|
|
5273
5432
|
right: 15px;
|
|
5274
5433
|
left: 15px;
|
|
5434
|
+
z-index: 10;
|
|
5275
5435
|
|
|
5276
5436
|
color: rgba(255, 255, 255, 0.7);
|
|
5277
5437
|
|
|
@@ -5291,9 +5451,9 @@ a mark {
|
|
|
5291
5451
|
margin-left: auto;
|
|
5292
5452
|
}
|
|
5293
5453
|
.ShopRelatedBlock-module_title__1ZIW0 {
|
|
5294
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
5295
|
-
font-size: 19px;
|
|
5296
5454
|
font-weight: 700;
|
|
5455
|
+
font-size: 19px;
|
|
5456
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
5297
5457
|
line-height: 23px
|
|
5298
5458
|
}
|
|
5299
5459
|
@media only screen and (min-width: 64em) {
|
|
@@ -5333,170 +5493,6 @@ a mark {
|
|
|
5333
5493
|
}
|
|
5334
5494
|
}
|
|
5335
5495
|
|
|
5336
|
-
/* Colors */
|
|
5337
|
-
/* Fonts */
|
|
5338
|
-
/* Gap */
|
|
5339
|
-
/* Media */
|
|
5340
|
-
/* 512 */
|
|
5341
|
-
/* 650 */
|
|
5342
|
-
/* 768 */
|
|
5343
|
-
/* 1024 */
|
|
5344
|
-
/* 1010 */
|
|
5345
|
-
/* 1200 */
|
|
5346
|
-
/* 511 */
|
|
5347
|
-
/* 1023 */
|
|
5348
|
-
/* Zindex */
|
|
5349
|
-
.DonatesTeaser-module_root__3rtaJ {
|
|
5350
|
-
position: relative;
|
|
5351
|
-
z-index: 10;
|
|
5352
|
-
|
|
5353
|
-
display: block;
|
|
5354
|
-
|
|
5355
|
-
margin: calc(15rem / 16) -20px;
|
|
5356
|
-
padding: 42px 20px 50px;
|
|
5357
|
-
overflow: hidden;
|
|
5358
|
-
|
|
5359
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
5360
|
-
|
|
5361
|
-
text-decoration: none;
|
|
5362
|
-
|
|
5363
|
-
background-color: #f66861;
|
|
5364
|
-
|
|
5365
|
-
outline-width: 0
|
|
5366
|
-
}
|
|
5367
|
-
@media only screen and (min-width: 32em) {
|
|
5368
|
-
.DonatesTeaser-module_root__3rtaJ {
|
|
5369
|
-
margin: 25px 0 20px;
|
|
5370
|
-
padding: 48px 30px;
|
|
5371
|
-
|
|
5372
|
-
border-radius: 8px
|
|
5373
|
-
}
|
|
5374
|
-
}
|
|
5375
|
-
.DonatesTeaser-module_root__3rtaJ:hover .DonatesTeaser-module_ctaInner__2LChL::after {
|
|
5376
|
-
opacity: 0.7;
|
|
5377
|
-
}
|
|
5378
|
-
.DonatesTeaser-module_main__YBt6p {
|
|
5379
|
-
max-width: 852px;
|
|
5380
|
-
margin: 0 auto;
|
|
5381
|
-
|
|
5382
|
-
color: #fff;
|
|
5383
|
-
text-align: center;
|
|
5384
|
-
|
|
5385
|
-
transform: translateZ(0);
|
|
5386
|
-
}
|
|
5387
|
-
.DonatesTeaser-module_title__hs-yr {
|
|
5388
|
-
font-weight: 700;
|
|
5389
|
-
font-size: 20px;
|
|
5390
|
-
line-height: 25px
|
|
5391
|
-
}
|
|
5392
|
-
@media only screen and (min-width: 32em) {
|
|
5393
|
-
.DonatesTeaser-module_title__hs-yr {
|
|
5394
|
-
font-size: 28px;
|
|
5395
|
-
line-height: 34px
|
|
5396
|
-
}
|
|
5397
|
-
}
|
|
5398
|
-
.DonatesTeaser-module_text__ro-QA {
|
|
5399
|
-
margin: 0;
|
|
5400
|
-
|
|
5401
|
-
font-weight: normal;
|
|
5402
|
-
font-size: 21px;
|
|
5403
|
-
|
|
5404
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
5405
|
-
line-height: 25px
|
|
5406
|
-
}
|
|
5407
|
-
@media only screen and (min-width: 32em) {
|
|
5408
|
-
.DonatesTeaser-module_text__ro-QA {
|
|
5409
|
-
font-size: 29px;
|
|
5410
|
-
line-height: 34px
|
|
5411
|
-
}
|
|
5412
|
-
}
|
|
5413
|
-
.DonatesTeaser-module_cta__1orPb {
|
|
5414
|
-
display: -webkit-box;
|
|
5415
|
-
display: -webkit-flex;
|
|
5416
|
-
display: -ms-flexbox;
|
|
5417
|
-
display: flex;
|
|
5418
|
-
flex-flow: column nowrap;
|
|
5419
|
-
align-items: center;
|
|
5420
|
-
justify-content: center;
|
|
5421
|
-
|
|
5422
|
-
margin-top: 45px
|
|
5423
|
-
}
|
|
5424
|
-
@media only screen and (min-width: 32em) {
|
|
5425
|
-
.DonatesTeaser-module_cta__1orPb {
|
|
5426
|
-
margin-top: 40px
|
|
5427
|
-
}
|
|
5428
|
-
}
|
|
5429
|
-
.DonatesTeaser-module_cta__1orPb a {
|
|
5430
|
-
display: block;
|
|
5431
|
-
|
|
5432
|
-
color: rgba(246, 104, 97, 1);
|
|
5433
|
-
font-weight: 600;
|
|
5434
|
-
|
|
5435
|
-
font-size: 11px;
|
|
5436
|
-
line-height: 16px;
|
|
5437
|
-
letter-spacing: 1px;
|
|
5438
|
-
|
|
5439
|
-
text-align: center;
|
|
5440
|
-
text-transform: uppercase;
|
|
5441
|
-
text-decoration: none;
|
|
5442
|
-
}
|
|
5443
|
-
.DonatesTeaser-module_cta__1orPb a::after {
|
|
5444
|
-
position: absolute;
|
|
5445
|
-
top: 0;
|
|
5446
|
-
right: 0;
|
|
5447
|
-
bottom: 0;
|
|
5448
|
-
left: 0;
|
|
5449
|
-
z-index: 1;
|
|
5450
|
-
|
|
5451
|
-
content: '';
|
|
5452
|
-
}
|
|
5453
|
-
.DonatesTeaser-module_ctaInner__2LChL {
|
|
5454
|
-
position: relative;
|
|
5455
|
-
|
|
5456
|
-
display: block;
|
|
5457
|
-
|
|
5458
|
-
width: 192px;
|
|
5459
|
-
padding: 14px 0 13px;
|
|
5460
|
-
}
|
|
5461
|
-
.DonatesTeaser-module_ctaInner__2LChL::after {
|
|
5462
|
-
position: absolute;
|
|
5463
|
-
top: 0;
|
|
5464
|
-
right: 0;
|
|
5465
|
-
bottom: 0;
|
|
5466
|
-
left: 0;
|
|
5467
|
-
z-index: -1;
|
|
5468
|
-
|
|
5469
|
-
background-color: #eafe0b;
|
|
5470
|
-
|
|
5471
|
-
border-radius: 40px;
|
|
5472
|
-
|
|
5473
|
-
filter: blur(10px);
|
|
5474
|
-
|
|
5475
|
-
transition: opacity 250ms ease;
|
|
5476
|
-
|
|
5477
|
-
content: '';
|
|
5478
|
-
}
|
|
5479
|
-
@media only screen and (min-width: 32em) {
|
|
5480
|
-
.DonatesTeaser-module_center__2Ynx9 {
|
|
5481
|
-
width: 100%;
|
|
5482
|
-
max-width: 650px;
|
|
5483
|
-
margin-right: auto;
|
|
5484
|
-
margin-left: auto
|
|
5485
|
-
}
|
|
5486
|
-
}
|
|
5487
|
-
.DonatesTeaser-module_isInCard__HrFh8,
|
|
5488
|
-
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
5489
|
-
margin-right: -11px;
|
|
5490
|
-
margin-left: -11px
|
|
5491
|
-
}
|
|
5492
|
-
@media only screen and (min-width: 32em) {
|
|
5493
|
-
.DonatesTeaser-module_isInCard__HrFh8,
|
|
5494
|
-
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
5495
|
-
margin-right: 0;
|
|
5496
|
-
margin-left: 0
|
|
5497
|
-
}
|
|
5498
|
-
}
|
|
5499
|
-
|
|
5500
5496
|
/* Colors */
|
|
5501
5497
|
/* Fonts */
|
|
5502
5498
|
/* Gap */
|