@meduza/ui-kit-2 0.1.1 → 0.1.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.
@@ -0,0 +1,4564 @@
1
+ /* Colors */
2
+ /* Fonts */
3
+ /* Gap */
4
+ /* Media */
5
+ /* 512 */
6
+ /* 650 */
7
+ /* 768 */
8
+ /* 1024 */
9
+ /* 1010 */
10
+ /* 1200 */
11
+ /* 511 */
12
+ /* 1023 */
13
+ /* Zindex */
14
+ .Button-module_root__RpsiW {
15
+ display: block;
16
+
17
+ padding: 0;
18
+
19
+ color: #fff;
20
+
21
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
22
+ line-height: 1;
23
+ text-align: center;
24
+
25
+ border-width: 0;
26
+ outline: none;
27
+
28
+ cursor: pointer;
29
+
30
+ transition: background-color 0.15s ease-out;
31
+
32
+ -webkit-appearance: none;
33
+
34
+ -moz-appearance: none;
35
+
36
+ appearance: none;
37
+ -webkit-user-select: none;
38
+ -moz-user-select: none;
39
+ -ms-user-select: none;
40
+ user-select: none;
41
+ }
42
+ .Button-module_root__RpsiW::-moz-focus-inner {
43
+ border: 0;
44
+ }
45
+ .Button-module_root__RpsiW[disabled] {
46
+ cursor: default;
47
+
48
+ opacity: 0.5;
49
+
50
+ pointer-events: none;
51
+ }
52
+ .Button-module_root__RpsiW > span:first-child {
53
+ margin-right: 4px;
54
+ }
55
+ .Button-module_root__RpsiW > span:last-child {
56
+ margin-left: 4px;
57
+ }
58
+ .Button-module_gold__ZMYg- {
59
+ background: #b88b59;
60
+ }
61
+ .Button-module_gold__ZMYg-.Button-module_isLoading__1g6QO {
62
+ fill: #b88b59;
63
+ }
64
+ .Button-module_gold__ZMYg-:hover {
65
+ background-color: #9e784c
66
+ }
67
+ @media (hover: none) {
68
+ .Button-module_gold__ZMYg-:hover {
69
+ background-color: #b88b59
70
+ }
71
+ }
72
+ .Button-module_gold__ZMYg-:active {
73
+ background-color: #856440;
74
+ }
75
+ .Button-module_gray__3IM54 {
76
+ color: #000;
77
+
78
+ background-color: #f0f0f0;
79
+ }
80
+ .Button-module_gray__3IM54.Button-module_isLoading__1g6QO {
81
+ fill: #545454;
82
+ }
83
+ .Button-module_gray__3IM54:hover {
84
+ background-color: #ebebeb
85
+ }
86
+ @media (hover: none) {
87
+ .Button-module_gray__3IM54:hover {
88
+ background-color: #ebebeb
89
+ }
90
+ }
91
+ .Button-module_gray__3IM54:active {
92
+ background-color: #e3e3e3;
93
+ }
94
+ .Button-module_sand__2AqVq {
95
+ background: #a18c68;
96
+ }
97
+ .Button-module_sand__2AqVq.Button-module_isLoading__1g6QO {
98
+ fill: #a18c68;
99
+ }
100
+ .Button-module_sand__2AqVq:hover {
101
+ background-color: #8a7654
102
+ }
103
+ @media (hover: none) {
104
+ .Button-module_sand__2AqVq:hover {
105
+ background-color: #a18c68
106
+ }
107
+ }
108
+ .Button-module_sand__2AqVq:active {
109
+ background-color: #7b6743;
110
+ }
111
+ .Button-module_dark__I0uXx {
112
+ color: #adadad;
113
+
114
+ background-color: #3a3a3a;
115
+ box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
116
+ }
117
+ .Button-module_dark__I0uXx:hover {
118
+ background-color: #2e2e2e
119
+ }
120
+ @media (hover: none) {
121
+ .Button-module_dark__I0uXx:hover {
122
+ background-color: #3a3a3a
123
+ }
124
+ }
125
+ .Button-module_dark__I0uXx:active {
126
+ background-color: #242424;
127
+ }
128
+ .Button-module_dark__I0uXx.Button-module_isLoading__1g6QO {
129
+ fill: #3a3a3a;
130
+ }
131
+ .Button-module_light__1Y4hG {
132
+ color: #000;
133
+
134
+ background-color: #fff;
135
+ }
136
+ .Button-module_light__1Y4hG:hover {
137
+ background-color: #ebebeb
138
+ }
139
+ @media (hover: none) {
140
+ .Button-module_light__1Y4hG:hover {
141
+ background-color: #fff
142
+ }
143
+ }
144
+ .Button-module_light__1Y4hG:active {
145
+ background-color: #e3e3e3;
146
+ }
147
+ .Button-module_light__1Y4hG.Button-module_isLoading__1g6QO {
148
+ fill: #fff;
149
+ }
150
+ .Button-module_black__3sG3Y {
151
+ color: #7e7d7b;
152
+
153
+ background-color: #000;
154
+ }
155
+ .Button-module_black__3sG3Y.Button-module_isLoading__1g6QO {
156
+ fill: #7e7d7b;
157
+ }
158
+ .Button-module_black__3sG3Y:hover {
159
+ background-color: #141414
160
+ }
161
+ @media (hover: none) {
162
+ .Button-module_black__3sG3Y:hover {
163
+ background: #141414
164
+ }
165
+ }
166
+ .Button-module_black__3sG3Y:active {
167
+ background-color: #242424;
168
+ }
169
+ .Button-module_red__3Niou {
170
+ background-color: #f95a5a;
171
+ }
172
+ .Button-module_red__3Niou:hover {
173
+ background-color: #e65353
174
+ }
175
+ @media (hover: none) {
176
+ .Button-module_red__3Niou:hover {
177
+ background: #f95a5a
178
+ }
179
+ }
180
+ .Button-module_red__3Niou:active {
181
+ background-color: #d44d4d;
182
+ }
183
+ .Button-module_red__3Niou.Button-module_isLoading__1g6QO {
184
+ fill: #141414;
185
+ }
186
+ .Button-module_default__28Vo_ {
187
+ width: 100%;
188
+ height: 42px;
189
+ padding: 7px 18px 6px;
190
+
191
+ font-weight: 600;
192
+
193
+ font-size: 12px;
194
+ line-height: 22px;
195
+
196
+ letter-spacing: 1px;
197
+ text-transform: uppercase;
198
+
199
+ border-radius: 8px
200
+ }
201
+ @media only screen and (min-device-width: 64em) {
202
+ .Button-module_default__28Vo_ {
203
+ font-size: 14px;
204
+ line-height: 16px
205
+ }
206
+ }
207
+ .Button-module_isInSpoiler__2Yl8c svg {
208
+ margin-top: -2px;
209
+ margin-left: 6px;
210
+ }
211
+ .Button-module_ghost__3awCW {
212
+
213
+ color: inherit;
214
+ font-weight: inherit;
215
+ font-size: inherit;
216
+
217
+ font-family: inherit;
218
+ letter-spacing: inherit;
219
+ text-transform: none;
220
+
221
+ background-color: transparent;
222
+ }
223
+ .Button-module_isInDropdown__1ogKL {
224
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
225
+ }
226
+ .Button-module_black__3sG3Y[disabled],
227
+ .Button-module_sand__2AqVq[disabled] {
228
+ opacity: 0.3;
229
+ }
230
+ /* LOADING */
231
+ .Button-module_root__RpsiW.Button-module_isLoading__1g6QO {
232
+
233
+ background-color: transparent;
234
+ box-shadow: none;
235
+ cursor: default;
236
+
237
+ pointer-events: none;
238
+ }
239
+ .Button-module_loader__2pl6d {
240
+ display: block;
241
+
242
+ margin-top: -1px;
243
+ }
244
+
245
+ /* Colors */
246
+ /* Fonts */
247
+ /* Gap */
248
+ /* Media */
249
+ /* 512 */
250
+ /* 650 */
251
+ /* 768 */
252
+ /* 1024 */
253
+ /* 1010 */
254
+ /* 1200 */
255
+ /* 511 */
256
+ /* 1023 */
257
+ /* Zindex */
258
+ .SvgSymbol-module_root__2CsRW {
259
+ width: 100%;
260
+ height: 100%;
261
+
262
+ vertical-align: middle;
263
+ }
264
+ .SvgSymbol-module_small__2g6oR {
265
+ height: 14px;
266
+ }
267
+ .SvgSymbol-module_normal__9lFn1 {
268
+ height: 14px;
269
+ }
270
+ .SvgSymbol-module_medium__2eF5L {
271
+ width: 24px;
272
+ height: 24px;
273
+ }
274
+ .SvgSymbol-module_large__2kQrt {
275
+ width: 42px;
276
+ height: 42px;
277
+ }
278
+ .SvgSymbol-module_adaptive__3_68T {
279
+ width: 100%;
280
+ height: 100%;
281
+ }
282
+ .SvgSymbol-module_fb__1whmw {
283
+ width: 16px;
284
+
285
+ fill: #304591;
286
+ }
287
+ .SvgSymbol-module_vk__3VEuu {
288
+ width: 20px;
289
+
290
+ fill: #527397;
291
+ }
292
+ .SvgSymbol-module_ok__2_1Qb {
293
+ width: 9px;
294
+
295
+ fill: #eb722e;
296
+ }
297
+ .SvgSymbol-module_tw__2VRG5 {
298
+ width: 20px;
299
+
300
+ fill: #31adf4;
301
+ }
302
+ .SvgSymbol-module_tg__2xe2f {
303
+ width: 18px;
304
+
305
+ fill: #2ba5e0;
306
+ }
307
+ .SvgSymbol-module_reaction__rrJvf {
308
+ width: 16px;
309
+
310
+ color: #b88b59;
311
+
312
+ fill: #262626;
313
+ }
314
+ .SvgSymbol-module_card__1XAqw,
315
+ .SvgSymbol-module_podcast__3oPoo,
316
+ .SvgSymbol-module_read__2V82i,
317
+ .SvgSymbol-module_listened__1oMFV {
318
+ width: 15px;
319
+ height: 15px;
320
+ }
321
+ .SvgSymbol-module_menu__2iYFt {
322
+ width: 24px;
323
+ height: 24px;
324
+ }
325
+ .SvgSymbol-module_cross__J2lCN {
326
+ width: 14px;
327
+ height: 14px;
328
+ }
329
+ .SvgSymbol-module_isInFeature__cDeTI,
330
+ .SvgSymbol-module_isInCard__pKq4e {
331
+ width: 16px;
332
+ height: 16px;
333
+ }
334
+ .SvgSymbol-module_isInTopicBlockItem__3Te91 {
335
+ width: 16px;
336
+ height: 16px;
337
+ }
338
+ .SvgSymbol-module_isInPageStatic__H31Rd {
339
+ width: 64px;
340
+ height: 64px;
341
+ }
342
+ .SvgSymbol-module_isInMaterialMeta__2IbAw {
343
+ margin-right: 6px;
344
+ }
345
+ .SvgSymbol-module_isInAudioPlayer__2xlzW {
346
+ width: 29px;
347
+ height: 29px;
348
+
349
+ -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
350
+
351
+ filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
352
+ }
353
+ .SvgSymbol-module_isInEpisodeBlock__2vY3o {
354
+ width: 38px;
355
+ height: 38px;
356
+
357
+ -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
358
+
359
+ filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
360
+ }
361
+ .SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
362
+ width: 34px;
363
+ height: 28px
364
+ }
365
+ @media only screen and (min-device-width: 40.625em) {
366
+ .SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
367
+ width: 28px;
368
+ height: 22px
369
+ }
370
+ }
371
+ .SvgSymbol-module_isInButtonBackward__1Grf9,
372
+ .SvgSymbol-module_isInButtonForward__D1AFL {
373
+ width: 28px;
374
+ height: 28px
375
+ }
376
+ @media only screen and (min-device-width: 40.625em) {
377
+ .SvgSymbol-module_isInButtonBackward__1Grf9,
378
+ .SvgSymbol-module_isInButtonForward__D1AFL {
379
+ width: 22px;
380
+ height: 22px
381
+ }
382
+ }
383
+ .SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_cross__J2lCN {
384
+ width: 18px;
385
+ height: 18px;
386
+ }
387
+ .SvgSymbol-module_play__pM-qY {
388
+ width: 100%;
389
+ height: 100%;
390
+ }
391
+ .SvgSymbol-module_meduzaLogo__2Ouzp {
392
+ width: 92px;
393
+ height: 20px
394
+ }
395
+ @media only screen and (min-device-width: 64em) {
396
+ .SvgSymbol-module_meduzaLogo__2Ouzp {
397
+ width: 100px;
398
+ height: 45px
399
+ }
400
+ }
401
+ .SvgSymbol-module_arrow__11naX {
402
+ width: 12px;
403
+ height: 12px;
404
+ }
405
+ .SvgSymbol-module_oil__hvHE5 {
406
+ width: 9px;
407
+ height: 12px;
408
+ }
409
+ .SvgSymbol-module_search__VK6p3 {
410
+ width: 24px;
411
+ height: 24px
412
+ }
413
+ @media only screen and (min-device-width: 64em) {
414
+ .SvgSymbol-module_search__VK6p3 {
415
+ width: 16px;
416
+ height: 16px
417
+ }
418
+ }
419
+ .SvgSymbol-module_user__1MGim {
420
+ width: 14px;
421
+ height: 14px
422
+ }
423
+ @media only screen and (min-device-width: 64em) {
424
+ .SvgSymbol-module_user__1MGim {
425
+ width: 16px;
426
+ height: 16px
427
+ }
428
+ }
429
+ .SvgSymbol-module_bookmark__2z7tX {
430
+ width: 17px;
431
+ height: auto;
432
+
433
+ cursor: pointer;
434
+
435
+ stroke-width: 2px
436
+ }
437
+ @media only screen and (min-device-width: 64em) {
438
+ .SvgSymbol-module_bookmark__2z7tX {
439
+ width: 14px;
440
+
441
+ stroke-width: 1.5px
442
+ }
443
+ }
444
+ .SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_bookmark__2z7tX {
445
+ width: 14px;
446
+ }
447
+ .SvgSymbol-module_receipt__3Eqow {
448
+ width: 10px;
449
+ height: 13px;
450
+ }
451
+ .SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
452
+ width: 22px;
453
+ height: 22px
454
+ }
455
+ @media only screen and (min-device-width: 64em) {
456
+ .SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
457
+ width: 14px;
458
+ height: 14px
459
+ }
460
+ }
461
+ @media only screen and (min-device-width: 64em) {
462
+ .SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_search__VK6p3 circle {
463
+ stroke-width: 1.5px
464
+ }
465
+ }
466
+ .SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
467
+ stroke-width: 1.8px
468
+ }
469
+ @media only screen and (min-device-width: 64em) {
470
+ .SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
471
+ stroke-width: 1.3px
472
+ }
473
+ }
474
+
475
+ /* Colors */
476
+ /* Fonts */
477
+ /* Gap */
478
+ /* Media */
479
+ /* 512 */
480
+ /* 650 */
481
+ /* 768 */
482
+ /* 1024 */
483
+ /* 1010 */
484
+ /* 1200 */
485
+ /* 511 */
486
+ /* 1023 */
487
+ /* Zindex */
488
+ .Image-module_root__1vsA_ {
489
+ position: relative;
490
+ z-index: 1;
491
+
492
+ display: block;
493
+ overflow: hidden
494
+ }
495
+ @media only screen and (min-device-width: 32em) {
496
+ .Image-module_root__1vsA_ {
497
+ border-radius: inherit
498
+ }
499
+ }
500
+ .Image-module_placeholder__1p4ob,
501
+ .Image-module_root__1vsA_ img {
502
+ position: absolute;
503
+ top: 0;
504
+ left: 0;
505
+
506
+ width: 100%;
507
+ height: 100%;
508
+ }
509
+ .Image-module_wrapper__3fLjs {
510
+ display: block;
511
+
512
+ width: 100%;
513
+
514
+ background-repeat: no-repeat;
515
+ background-size: 100% auto;
516
+ }
517
+ .Image-module_placeholder__1p4ob {
518
+ transition: background-color 250ms ease;
519
+
520
+ background-color: #f2f2f2;
521
+ }
522
+ .Image-module_loaded__w9FVT {
523
+ background: transparent;
524
+ }
525
+ .Image-module_fullscreen__29apx picture {
526
+ cursor: pointer;
527
+ }
528
+ .Image-module_fullscreen__29apx picture:hover::after {
529
+ opacity: 1;
530
+ }
531
+ .Image-module_fullscreen__29apx picture::after {
532
+ position: absolute;
533
+ right: 12px;
534
+ bottom: 12px;
535
+
536
+ width: 40px;
537
+ height: 40px;
538
+
539
+ transition: opacity 250ms ease;
540
+ pointer-events: none;
541
+
542
+ opacity: 0;
543
+ border: 0.5px solid rgba(255, 255, 255, 0.15);
544
+ border-radius: 20px;
545
+ background-color: rgba(0, 0, 0, 0.7);
546
+ 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");
547
+ background-repeat: no-repeat;
548
+ background-position: center
549
+ }
550
+ @media only screen and (min-device-width: 64em) {
551
+ .Image-module_fullscreen__29apx picture::after {
552
+ content: ''
553
+ }
554
+ }
555
+ [data-input='mouse'] .Image-module_wrapper__3fLjs {
556
+ outline: none;
557
+ }
558
+
559
+ /* Colors */
560
+ /* Fonts */
561
+ /* Gap */
562
+ /* Media */
563
+ /* 512 */
564
+ /* 650 */
565
+ /* 768 */
566
+ /* 1024 */
567
+ /* 1010 */
568
+ /* 1200 */
569
+ /* 511 */
570
+ /* 1023 */
571
+ /* Zindex */
572
+ .Switcher-module_root__1Env1 {
573
+ position: relative;
574
+
575
+ display: -webkit-box;
576
+
577
+ display: -webkit-flex;
578
+
579
+ display: -ms-flexbox;
580
+
581
+ display: flex;
582
+ flex-flow: row nowrap;
583
+ align-items: center;
584
+
585
+ font-weight: 600;
586
+
587
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
588
+ white-space: nowrap;
589
+
590
+ cursor: pointer;
591
+
592
+ -webkit-user-select: none;
593
+
594
+ -moz-user-select: none;
595
+
596
+ -ms-user-select: none;
597
+
598
+ user-select: none;
599
+ }
600
+ .Switcher-module_dark__1IzaH {
601
+ color: inherit;
602
+ }
603
+ .Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
604
+ background-color: transparent;
605
+ }
606
+ .Switcher-module_input__jaMVF {
607
+ position: absolute;
608
+ top: 0;
609
+ left: 0;
610
+
611
+ opacity: 0;
612
+ }
613
+ .Switcher-module_control__1NTvY {
614
+ position: relative;
615
+
616
+ display: block;
617
+
618
+ width: 37px;
619
+ height: 21px;
620
+
621
+ background-color: #e6e6e6;
622
+
623
+ border-radius: 15px;
624
+ }
625
+ .Switcher-module_control__1NTvY::before {
626
+ position: absolute;
627
+ top: 0;
628
+ bottom: 0;
629
+ left: 0;
630
+
631
+ width: 18px;
632
+
633
+ background: rgba(19, 191, 17, 0);
634
+
635
+ border-radius: 15px;
636
+
637
+ transition: 0.25s ease-in-out;
638
+
639
+ content: '';
640
+ }
641
+ .Switcher-module_knob__3kEy5 {
642
+ position: relative;
643
+ top: 2px;
644
+ left: 2px;
645
+ z-index: 200;
646
+
647
+ display: block;
648
+
649
+ width: 17px;
650
+ height: 17px;
651
+
652
+ background: #fff;
653
+
654
+ border-radius: 15px;
655
+
656
+ transition: 0.25s ease-in-out;
657
+ }
658
+ .Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
659
+ width: 100%;
660
+
661
+ background-color: #b88b59;
662
+ }
663
+ .Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
664
+ box-shadow: inset 0 0 0 1px transparent;
665
+ }
666
+ .Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
667
+ left: 18px;
668
+ }
669
+ .Switcher-module_children__147JP.Switcher-module_left__2coeE {
670
+ margin-right: 6px;
671
+ }
672
+ .Switcher-module_children__147JP.Switcher-module_right__yWG7h {
673
+ margin-left: 6px;
674
+ }
675
+ /* panel */
676
+ .Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
677
+
678
+ color: #999;
679
+
680
+ font-size: 13px;
681
+ letter-spacing: 0.5px;
682
+ text-transform: uppercase;
683
+ }
684
+ /* menu */
685
+ .Switcher-module_isInMenu__3XJYj {
686
+ font-weight: normal;
687
+ }
688
+ .Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
689
+ margin-right: 8px;
690
+ }
691
+ .Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
692
+ width: 48px;
693
+ height: 30px;
694
+ }
695
+ .Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
696
+ top: 4px;
697
+
698
+ width: 22px;
699
+ height: 22px;
700
+
701
+ background-color: #bababa;
702
+ }
703
+ /* stylelint-disable selector-max-compound-selectors */
704
+ .Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
705
+ left: 23px;
706
+
707
+ background-color: #fff;
708
+ }
709
+ /* live */
710
+ .Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
711
+
712
+ color: #7f7f7f;
713
+
714
+ font-size: 13px;
715
+ letter-spacing: 0.5px;
716
+ text-transform: uppercase;
717
+ }
718
+ .Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
719
+ background-color: #1a1a1a;
720
+ box-shadow: inset 0 0 0 1px #323232;
721
+ }
722
+
723
+ /* Colors */
724
+ /* Fonts */
725
+ /* Gap */
726
+ /* Media */
727
+ /* 512 */
728
+ /* 650 */
729
+ /* 768 */
730
+ /* 1024 */
731
+ /* 1010 */
732
+ /* 1200 */
733
+ /* 511 */
734
+ /* 1023 */
735
+ /* Zindex */
736
+ .Lazy-module_root__2Z72l {
737
+ display: block;
738
+ }
739
+ .Lazy-module_visible__3-SdX {
740
+ color: red;
741
+ }
742
+
743
+ /* Colors */
744
+ /* Fonts */
745
+ /* Gap */
746
+ /* Media */
747
+ /* 512 */
748
+ /* 650 */
749
+ /* 768 */
750
+ /* 1024 */
751
+ /* 1010 */
752
+ /* 1200 */
753
+ /* 511 */
754
+ /* 1023 */
755
+ /* Zindex */
756
+ .DotsOnImage-module_root__2XP3Q {
757
+ position: relative;
758
+
759
+ display: block;
760
+ }
761
+ .DotsOnImage-module_dot__H1wua {
762
+ position: absolute;
763
+ z-index: 10;
764
+
765
+ width: 28px;
766
+ height: 28px;
767
+ margin: 0;
768
+ padding: 0;
769
+
770
+ cursor: pointer;
771
+ text-align: center;
772
+
773
+ color: #fff;
774
+ border-width: 0;
775
+ border-radius: 30px;
776
+ outline-width: 0;
777
+ background-color: #000;
778
+ box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
779
+
780
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
781
+ font-weight: 600;
782
+ line-height: 28px;
783
+
784
+ -webkit-appearance: none;
785
+
786
+ -moz-appearance: none;
787
+
788
+ appearance: none;
789
+ }
790
+ .DotsOnImage-module_popover__35Cpj {
791
+ position: absolute;
792
+ z-index: 10;
793
+ top: 50%;
794
+ left: 50%;
795
+
796
+ width: 340px;
797
+ padding: 25px;
798
+
799
+ transform: translate(-50%, -50%);
800
+
801
+ border: 1px solid rgba(0, 0, 0, 0.1);
802
+ border-radius: 8px;
803
+ background: #fff;
804
+ box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
805
+
806
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
807
+ }
808
+ .DotsOnImage-module_popoverTitle__343d8 {
809
+ font-weight: 600;
810
+ }
811
+
812
+ /* Colors */
813
+ /* Fonts */
814
+ /* Gap */
815
+ /* Media */
816
+ /* 512 */
817
+ /* 650 */
818
+ /* 768 */
819
+ /* 1024 */
820
+ /* 1010 */
821
+ /* 1200 */
822
+ /* 511 */
823
+ /* 1023 */
824
+ /* Zindex */
825
+ .Tag-module_root__3IqWC {
826
+ display: inline-block;
827
+
828
+ cursor: default;
829
+ -webkit-user-select: none;
830
+ -moz-user-select: none;
831
+ -ms-user-select: none;
832
+ user-select: none;
833
+ vertical-align: middle;
834
+ letter-spacing: 1px;
835
+ text-transform: uppercase;
836
+
837
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
838
+ font-size: 12px;
839
+ font-weight: 600;
840
+ line-height: 12px;
841
+ }
842
+ .Tag-module_small__2IAb7 {
843
+ font-size: 12px;
844
+ line-height: 12px
845
+ }
846
+ @media only screen and (min-device-width: 64em) {
847
+ .Tag-module_small__2IAb7 {
848
+ line-height: 14px
849
+ }
850
+ }
851
+ @media only screen and (min-device-width: 64em) {
852
+ .Tag-module_large__22z_o {
853
+ letter-spacing: 1px;
854
+
855
+ font-size: 14px;
856
+ line-height: 16px
857
+ }
858
+ }
859
+ .Tag-module_dark__sgnt1 {
860
+ color: #000;
861
+ }
862
+ .Tag-module_light__1zUhp {
863
+ color: #fff;
864
+ }
865
+ .Tag-module_gold__2ksA7 {
866
+ color: #b88b59;
867
+ }
868
+ .Tag-module_gray__mGAO_ {
869
+ color: #757575;
870
+ }
871
+ .Tag-module_inherit__2QB5U {
872
+ color: inherit;
873
+ }
874
+ @media only screen and (min-device-width: 64em) {
875
+ .Tag-module_is1to1__3EDbC,
876
+ .Tag-module_is1to2__3xbC6,
877
+ .Tag-module_isInSuperBlock__38JE0 {
878
+ letter-spacing: 1px;
879
+
880
+ font-size: 12px;
881
+ line-height: 20px
882
+ }
883
+ }
884
+ @media only screen and (min-device-width: 64em) {
885
+ .Tag-module_is1to3__3j5K-,
886
+ .Tag-module_is1to4__2vq4r {
887
+ letter-spacing: 0.5px;
888
+
889
+ font-size: 10px;
890
+ line-height: 15px
891
+ }
892
+ }
893
+ @media only screen and (min-device-width: 32em) {
894
+ .Tag-module_slide__2nMDw,
895
+ .Tag-module_game__3j5yG {
896
+ width: 100%;
897
+
898
+ text-align: center
899
+ }
900
+ }
901
+ .Tag-module_slide__2nMDw,
902
+ .Tag-module_game__3j5yG,
903
+ .Tag-module_card__1EAeF,
904
+ .Tag-module_live__rwXuR,
905
+ .Tag-module_episode__3o6gg,
906
+ .Tag-module_podcast__VPoll,
907
+ .Tag-module_rich__2URd9,
908
+ .Tag-module_isInDynamicBlock__1YM9I {
909
+ margin-bottom: 6px;
910
+
911
+ line-height: 10px
912
+ }
913
+ @media only screen and (min-device-width: 32em) {
914
+ .Tag-module_slide__2nMDw,
915
+ .Tag-module_game__3j5yG,
916
+ .Tag-module_card__1EAeF,
917
+ .Tag-module_live__rwXuR,
918
+ .Tag-module_episode__3o6gg,
919
+ .Tag-module_podcast__VPoll,
920
+ .Tag-module_rich__2URd9,
921
+ .Tag-module_isInDynamicBlock__1YM9I {
922
+ margin-bottom: 10px
923
+ }
924
+ }
925
+ @media only screen and (min-device-width: 32em) {
926
+ .Tag-module_mobile__QQxuv {
927
+ display: none
928
+ }
929
+ }
930
+ .Tag-module_desktop__1Bjsy {
931
+ display: none
932
+ }
933
+ @media only screen and (min-device-width: 32em) {
934
+ .Tag-module_desktop__1Bjsy {
935
+ display: block
936
+ }
937
+ }
938
+
939
+ /* Colors */
940
+ /* Fonts */
941
+ /* Gap */
942
+ /* Media */
943
+ /* 512 */
944
+ /* 650 */
945
+ /* 768 */
946
+ /* 1024 */
947
+ /* 1010 */
948
+ /* 1200 */
949
+ /* 511 */
950
+ /* 1023 */
951
+ /* Zindex */
952
+ .Table-module_root__1VsG6 {
953
+ margin: 15px 0
954
+ }
955
+ @media only screen and (min-device-width: 32em) {
956
+ .Table-module_root__1VsG6 {
957
+ margin: 25px auto 20px
958
+ }
959
+ }
960
+ .Table-module_card__3gbok .Table-module_table__nZIkV,
961
+ .Table-module_slide__nSGPC .Table-module_table__nZIkV {
962
+ margin-right: -11px;
963
+ margin-left: -11px
964
+ }
965
+ @media only screen and (min-device-width: 64em) {
966
+ .Table-module_card__3gbok .Table-module_table__nZIkV,
967
+ .Table-module_slide__nSGPC .Table-module_table__nZIkV {
968
+ margin-right: 0;
969
+ margin-left: 0
970
+ }
971
+ }
972
+ .Table-module_card__3gbok .Table-module_wrapper__1YTKM::after,
973
+ .Table-module_slide__nSGPC .Table-module_wrapper__1YTKM::after {
974
+ right: -11px;
975
+ }
976
+ .Table-module_root__1VsG6:first-child {
977
+ margin-top: 0;
978
+ }
979
+ .Table-module_root__1VsG6:last-child {
980
+ margin-bottom: 0;
981
+ }
982
+ .Table-module_table__nZIkV {
983
+ position: relative;
984
+
985
+ overflow-y: hidden;
986
+
987
+ margin: 0 -20px;
988
+
989
+ border-width: 1px 0;
990
+ border-style: solid;
991
+ border-color: rgba(232, 232, 232, 1);
992
+
993
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
994
+ }
995
+ @media only screen and (min-device-width: 32em) {
996
+ .Table-module_table__nZIkV {
997
+ margin: 0;
998
+
999
+ border-width: 1px;
1000
+ border-radius: 3px
1001
+ }
1002
+ }
1003
+ .Table-module_tracks__2wrDB {
1004
+ display: table;
1005
+
1006
+ width: 100%
1007
+ }
1008
+ @media only screen and (min-device-width: 32em) {
1009
+ .Table-module_tracks__2wrDB {
1010
+ table-layout: fixed
1011
+ }
1012
+ }
1013
+ .Table-module_wrapper__1YTKM {
1014
+ position: relative;
1015
+ }
1016
+ .Table-module_wrapper__1YTKM::after {
1017
+ position: absolute;
1018
+ z-index: 100;
1019
+ top: 0;
1020
+ right: -20px;
1021
+ bottom: -20px;
1022
+
1023
+ display: block;
1024
+
1025
+ width: 30px;
1026
+ height: 100%;
1027
+
1028
+ content: "";
1029
+
1030
+ background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(71%, rgb(255, 255, 255)));
1031
+
1032
+ background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%);
1033
+
1034
+ background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%)
1035
+ }
1036
+ @media only screen and (min-device-width: 32em) {
1037
+ .Table-module_wrapper__1YTKM::after {
1038
+ content: none
1039
+ }
1040
+ }
1041
+ .Table-module_default__3CGeE {
1042
+ max-width: 650px;
1043
+ }
1044
+ .Table-module_full__S5pDB {
1045
+ max-width: 980px;
1046
+ }
1047
+ .Table-module_row__3TH83 {
1048
+ z-index: 1;
1049
+
1050
+ display: table-row;
1051
+ }
1052
+ .Table-module_row__3TH83:last-child .Table-module_cell__EFKDW {
1053
+ border-bottom: 0;
1054
+ }
1055
+ @media only screen and (min-device-width: 32em) {
1056
+ .Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:first-child {
1057
+ border-radius: 2px 0 0 0
1058
+ }
1059
+ }
1060
+ @media only screen and (min-device-width: 32em) {
1061
+ .Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:last-child {
1062
+ border-radius: 0 2px 0 0
1063
+ }
1064
+ }
1065
+ @media only screen and (min-device-width: 32em) {
1066
+ .Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:last-child {
1067
+ border-radius: 0 0 2px 0
1068
+ }
1069
+ }
1070
+ @media only screen and (min-device-width: 32em) {
1071
+ .Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:first-child {
1072
+ border-radius: 0 0 0 2px
1073
+ }
1074
+ }
1075
+ .Table-module_cell__EFKDW {
1076
+ display: table-cell;
1077
+ overflow: hidden;
1078
+
1079
+ min-height: 32px;
1080
+ padding: 6px;
1081
+
1082
+ vertical-align: top;
1083
+
1084
+ border-right: 1px solid rgba(232, 232, 232, 1);
1085
+ border-bottom: 1px solid rgba(232, 232, 232, 1);
1086
+ background-color: #fff;
1087
+
1088
+ font-size: 12px;
1089
+ line-height: 16px
1090
+ }
1091
+ @media only screen and (min-device-width: 32em) {
1092
+ .Table-module_cell__EFKDW {
1093
+ padding: 9px 12px 8px;
1094
+
1095
+ font-size: 14px;
1096
+ line-height: 19px
1097
+ }
1098
+ }
1099
+ .Table-module_cell__EFKDW:last-child {
1100
+ padding-right: 20px;
1101
+
1102
+ border-right: 0
1103
+ }
1104
+ @media only screen and (min-device-width: 32em) {
1105
+ .Table-module_cell__EFKDW:last-child {
1106
+ padding-right: 12px
1107
+ }
1108
+ }
1109
+ .Table-module_cell__EFKDW a {
1110
+ text-decoration: none;
1111
+
1112
+ color: inherit;
1113
+ box-shadow: inset 0 -1px #000;
1114
+ }
1115
+ .Table-module_cell__EFKDW a:hover {
1116
+ color: #b88b58;
1117
+ box-shadow: inset 0 -1px #b88b58;
1118
+ }
1119
+ .Table-module_cell__EFKDW p {
1120
+ margin: 0;
1121
+ }
1122
+ .Table-module_cell__EFKDW p + p {
1123
+ margin-top: 8px;
1124
+ }
1125
+ .Table-module_fixedColumn__E1hN5 {
1126
+ position: -webkit-sticky;
1127
+ position: sticky;
1128
+ z-index: 50;
1129
+ left: 0
1130
+ }
1131
+ @media only screen and (min-device-width: 32em) {
1132
+ .Table-module_fixedColumn__E1hN5 {
1133
+ position: static
1134
+ }
1135
+ }
1136
+ .Table-module_fixedColumn__E1hN5::after {
1137
+ position: absolute;
1138
+ top: 0;
1139
+ right: -15px;
1140
+ bottom: 0;
1141
+
1142
+ width: 15px;
1143
+
1144
+ content: '';
1145
+
1146
+ background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.04)), to(rgb(0, 0, 0, 0)));
1147
+
1148
+ background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%);
1149
+
1150
+ background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%)
1151
+ }
1152
+ @media only screen and (min-device-width: 32em) {
1153
+ .Table-module_fixedColumn__E1hN5::after {
1154
+ content: none
1155
+ }
1156
+ }
1157
+ .Table-module_white__gzvo0 {
1158
+ background-color: #fff;
1159
+ }
1160
+ .Table-module_gray__3da6S {
1161
+ background-color: #F5F5F5;
1162
+ }
1163
+ .Table-module_pink__3oH1l {
1164
+ background-color: #FEEEEE;
1165
+ }
1166
+ .Table-module_blue__GM27F {
1167
+ background-color: #E6F3FF;
1168
+ }
1169
+ .Table-module_yellow__2jhvA {
1170
+ background-color: #FFFDE6;
1171
+ }
1172
+ .Table-module_orange__1c-oM {
1173
+ background-color: #FFF9F2;
1174
+ }
1175
+ .Table-module_green__13OIM {
1176
+ background-color: #E7F2EF;
1177
+ }
1178
+ .Table-module_violet__2W-kO {
1179
+ background-color: #F4F0F8;
1180
+ }
1181
+ .Table-module_header__1exlo {
1182
+ max-width: 340px;
1183
+ padding: 9px 6px;
1184
+
1185
+ vertical-align: top;
1186
+ letter-spacing: 0.5px;
1187
+ text-transform: uppercase;
1188
+
1189
+ border-right: 1px solid rgba(232, 232, 232, 1);
1190
+ border-bottom: 1px solid rgba(232, 232, 232, 1);
1191
+
1192
+ font-size: 10px;
1193
+ font-weight: 600;
1194
+ line-height: 16px
1195
+ }
1196
+ @media only screen and (min-device-width: 32em) {
1197
+ .Table-module_header__1exlo {
1198
+ max-width: none;
1199
+ padding: 9px 12px;
1200
+
1201
+ line-height: 11px
1202
+ }
1203
+ }
1204
+ .Table-module_s__Vl_Eg {
1205
+ min-width: 120px
1206
+ }
1207
+ @media only screen and (min-device-width: 32em) {
1208
+ .Table-module_s__Vl_Eg {
1209
+ width: 18%;
1210
+ min-width: 0
1211
+ }
1212
+ }
1213
+ .Table-module_m__29G9r {
1214
+ min-width: 200px
1215
+ }
1216
+ @media only screen and (min-device-width: 32em) {
1217
+ .Table-module_m__29G9r {
1218
+ width: 30%;
1219
+ min-width: 0
1220
+ }
1221
+
1222
+ }
1223
+ .Table-module_l__1ZSMc {
1224
+ min-width: 336px
1225
+ }
1226
+ @media only screen and (min-device-width: 32em) {
1227
+ .Table-module_l__1ZSMc {
1228
+ width: 50%;
1229
+ min-width: 0
1230
+ }
1231
+ }
1232
+ .Table-module_xs__au2Oe {
1233
+ width: 50px;
1234
+ min-width: 50px;
1235
+ }
1236
+
1237
+ /* Colors */
1238
+ /* Fonts */
1239
+ /* Gap */
1240
+ /* Media */
1241
+ /* 512 */
1242
+ /* 650 */
1243
+ /* 768 */
1244
+ /* 1024 */
1245
+ /* 1010 */
1246
+ /* 1200 */
1247
+ /* 511 */
1248
+ /* 1023 */
1249
+ /* Zindex */
1250
+ .BookmarkButton-module_root__3KmuY {
1251
+ color: #e0e0e0;
1252
+ }
1253
+ .BookmarkButton-module_control__1A0ea {
1254
+ margin: 0;
1255
+ padding: 5px 3px;
1256
+
1257
+ cursor: pointer;
1258
+
1259
+ color: inherit;
1260
+ border-width: 0;
1261
+ outline: none;
1262
+ background-color: transparent;
1263
+
1264
+ -webkit-appearance: none;
1265
+
1266
+ -moz-appearance: none;
1267
+
1268
+ appearance: none;
1269
+ fill: transparent;
1270
+ }
1271
+ .BookmarkButton-module_dark__1cwyi {
1272
+ color: #fff;
1273
+ }
1274
+ .BookmarkButton-module_light__1uQyH {
1275
+ color: #000;
1276
+ }
1277
+ .BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
1278
+ fill: #e0e0e0;
1279
+ }
1280
+ .BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
1281
+ fill: #fff;
1282
+ }
1283
+ .BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
1284
+ fill: #000;
1285
+ }
1286
+ @media only screen and (min-device-width: 64em) {
1287
+ .BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
1288
+ width: 12px
1289
+ }
1290
+ }
1291
+ [data-context='prodano'] .BookmarkButton-module_root__3KmuY {
1292
+ display: none;
1293
+ }
1294
+
1295
+ /* Colors */
1296
+ /* Fonts */
1297
+ /* Gap */
1298
+ /* Media */
1299
+ /* 512 */
1300
+ /* 650 */
1301
+ /* 768 */
1302
+ /* 1024 */
1303
+ /* 1010 */
1304
+ /* 1200 */
1305
+ /* 511 */
1306
+ /* 1023 */
1307
+ /* Zindex */
1308
+ .MediaCaption-module_root__KqTdw {
1309
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1310
+ }
1311
+ .MediaCaption-module_root__KqTdw a {
1312
+ text-decoration: underline;
1313
+
1314
+ color: inherit;
1315
+ box-shadow: none;
1316
+ }
1317
+ .MediaCaption-module_root__KqTdw a:hover {
1318
+ color: #b88b58;
1319
+ }
1320
+ .MediaCaption-module_caption__1hr7Y {
1321
+ max-width: 520px;
1322
+ padding-top: 4px;
1323
+
1324
+ color: #1a1a1a;
1325
+
1326
+ font-size: 14px;
1327
+ line-height: 18px
1328
+ }
1329
+ @media only screen and (min-device-width: 32em) {
1330
+ .MediaCaption-module_caption__1hr7Y {
1331
+ font-size: 16px;
1332
+ line-height: 22px
1333
+ }
1334
+ }
1335
+ .MediaCaption-module_credit__3ehAP {
1336
+ max-width: 520px;
1337
+ padding-top: 1px;
1338
+
1339
+ color: #666;
1340
+
1341
+ font-size: 12px;
1342
+ line-height: 16px
1343
+ }
1344
+ @media only screen and (min-device-width: 32em) {
1345
+ .MediaCaption-module_credit__3ehAP {
1346
+ padding-top: 3px
1347
+ }
1348
+ }
1349
+ .MediaCaption-module_credit__3ehAP:first-child {
1350
+ padding-top: 3px;
1351
+ }
1352
+ .MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
1353
+ color: #fff;
1354
+ }
1355
+ .MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
1356
+ color: #929292;
1357
+ }
1358
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
1359
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
1360
+ padding-top: 10px
1361
+ }
1362
+ @media only screen and (min-device-width: 32em) {
1363
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
1364
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
1365
+ padding-top: 12px
1366
+ }
1367
+ }
1368
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
1369
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
1370
+ padding-top: 9px
1371
+ }
1372
+ @media only screen and (min-device-width: 32em) {
1373
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
1374
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
1375
+ padding-top: 11px
1376
+ }
1377
+ }
1378
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
1379
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
1380
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
1381
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
1382
+ .MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
1383
+ .MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
1384
+ max-width: 650px;
1385
+ }
1386
+
1387
+
1388
+ /* Colors */
1389
+ /* Fonts */
1390
+ /* Gap */
1391
+ /* Media */
1392
+ /* 512 */
1393
+ /* 650 */
1394
+ /* 768 */
1395
+ /* 1024 */
1396
+ /* 1010 */
1397
+ /* 1200 */
1398
+ /* 511 */
1399
+ /* 1023 */
1400
+ /* Zindex */
1401
+ .MaterialNote-module_root__1AcYe {
1402
+ margin-bottom: 17px;
1403
+
1404
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1405
+ font-size: 16px;
1406
+ line-height: 22px;
1407
+ }
1408
+ .MaterialNote-module_root__1AcYe:empty {
1409
+ margin-bottom: 0;
1410
+ }
1411
+ .MaterialNote-module_root__1AcYe:empty::before {
1412
+ margin-bottom: 9px;
1413
+ }
1414
+ .MaterialNote-module_root__1AcYe::before {
1415
+ display: block;
1416
+
1417
+ width: 120px;
1418
+ height: 1px;
1419
+ margin-bottom: 15px;
1420
+
1421
+ content: '';
1422
+
1423
+ background: #000;
1424
+ }
1425
+ .MaterialNote-module_root__1AcYe p {
1426
+ margin-top: 8px;
1427
+ margin-bottom: 0;
1428
+ }
1429
+ .MaterialNote-module_root__1AcYe a {
1430
+ text-decoration: none;
1431
+
1432
+ color: inherit;
1433
+ box-shadow: inset 0 -1px;
1434
+ }
1435
+ .MaterialNote-module_root__1AcYe a:hover {
1436
+ color: #b88b59;
1437
+ }
1438
+ .MaterialNote-module_dark__xCry-::before {
1439
+ background-color: #4f4f4f;
1440
+ }
1441
+ .MaterialNote-module_note_credit__PuFyX {
1442
+ color: #666;
1443
+
1444
+ font-size: 12px;
1445
+ line-height: 15px;
1446
+ }
1447
+ .MaterialNote-module_root__1AcYe .MaterialNote-module_note_credit__PuFyX {
1448
+ margin-top: 6px;
1449
+ }
1450
+ .MaterialNote-module_note_credit__PuFyX:only-child {
1451
+ margin-top: 0;
1452
+ }
1453
+ .MaterialNote-module_note_caption__1ezSo b {
1454
+ font-weight: bold;
1455
+ }
1456
+ .MaterialNote-module_center__18RxI {
1457
+ max-width: 650px;
1458
+ margin-right: auto;
1459
+ margin-left: auto;
1460
+ }
1461
+ .MaterialNote-module_center__18RxI,
1462
+ .MaterialNote-module_default__1lQPl {
1463
+ margin-top: 25px
1464
+ }
1465
+ @media only screen and (min-device-width: 32em) {
1466
+ .MaterialNote-module_center__18RxI,
1467
+ .MaterialNote-module_default__1lQPl {
1468
+ margin-top: 35px
1469
+ }
1470
+ }
1471
+ .MaterialNote-module_card__OWXbQ:empty,
1472
+ .MaterialNote-module_slide__1ZBBq:empty,
1473
+ .MaterialNote-module_game__cADMe:empty {
1474
+ display: none;
1475
+ }
1476
+ .MaterialNote-module_slide__1ZBBq::before,
1477
+ .MaterialNote-module_card__OWXbQ::before,
1478
+ .MaterialNote-module_game__cADMe::before {
1479
+ content: none;
1480
+ }
1481
+ .MaterialNote-module_gameSurvey__3SiG-,
1482
+ .MaterialNote-module_gameSurvey__3SiG-:empty {
1483
+ display: block;
1484
+ }
1485
+ .MaterialNote-module_gameSurvey__3SiG-::before {
1486
+ margin-right: auto;
1487
+ margin-left: auto;
1488
+
1489
+ content: '';
1490
+ }
1491
+ .MaterialNote-module_slide__1ZBBq .MaterialNote-module_note_caption__1ezSo,
1492
+ .MaterialNote-module_card__OWXbQ .MaterialNote-module_note_caption__1ezSo,
1493
+ .MaterialNote-module_game__cADMe .MaterialNote-module_note_caption__1ezSo {
1494
+ margin-top: 0;
1495
+ }
1496
+ .MaterialNote-module_game__cADMe {
1497
+ margin-bottom: 0;
1498
+
1499
+ text-align: center
1500
+ }
1501
+ @media only screen and (min-device-width: 32em) {
1502
+ .MaterialNote-module_game__cADMe {
1503
+ margin-top: 25px
1504
+ }
1505
+ }
1506
+ @media only screen and (max-device-width: 32.1875em) {
1507
+ .MaterialNote-module_game__cADMe.MaterialNote-module_dark__xCry- .MaterialNote-module_note_credit__PuFyX {
1508
+ color: #fff
1509
+ }
1510
+ }
1511
+ .MaterialNote-module_slide__1ZBBq,
1512
+ .MaterialNote-module_card__OWXbQ {
1513
+ margin-bottom: 9px;
1514
+ padding-top: 8px
1515
+ }
1516
+ @media only screen and (min-device-width: 32em) {
1517
+ .MaterialNote-module_slide__1ZBBq,
1518
+ .MaterialNote-module_card__OWXbQ {
1519
+ margin-bottom: 16px
1520
+ }
1521
+ }
1522
+
1523
+ /* Colors */
1524
+ /* Fonts */
1525
+ /* Gap */
1526
+ /* Media */
1527
+ /* 512 */
1528
+ /* 650 */
1529
+ /* 768 */
1530
+ /* 1024 */
1531
+ /* 1010 */
1532
+ /* 1200 */
1533
+ /* 511 */
1534
+ /* 1023 */
1535
+ /* Zindex */
1536
+ .MaterialTitle-module_root__18ku- {
1537
+ display: block;
1538
+ }
1539
+ .MaterialTitle-module_root__18ku- {
1540
+ margin: 0;
1541
+
1542
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1543
+ font-size: 25px;
1544
+ font-weight: normal;
1545
+ line-height: 27px
1546
+ }
1547
+ @media only screen and (min-device-width: 48em) {
1548
+ .MaterialTitle-module_root__18ku- {
1549
+ font-size: 37px;
1550
+ line-height: 38px
1551
+ }
1552
+ }
1553
+ .MaterialTitle-module_primary__2Sfmx {
1554
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
1555
+ font-weight: normal;
1556
+ }
1557
+ .MaterialTitle-module_secondary__3uDp4 {
1558
+ font-size: 24px;
1559
+ font-weight: 700
1560
+ }
1561
+ @media only screen and (min-device-width: 48em) {
1562
+ .MaterialTitle-module_secondary__3uDp4 {
1563
+ font-size: 36px
1564
+ }
1565
+ }
1566
+
1567
+ /* Colors */
1568
+ /* Fonts */
1569
+ /* Gap */
1570
+ /* Media */
1571
+ /* 512 */
1572
+ /* 650 */
1573
+ /* 768 */
1574
+ /* 1024 */
1575
+ /* 1010 */
1576
+ /* 1200 */
1577
+ /* 511 */
1578
+ /* 1023 */
1579
+ /* Zindex */
1580
+ .Dropdown-module_root__11PNk {
1581
+ position: relative;
1582
+ z-index: 100;
1583
+
1584
+ display: inline-block;
1585
+
1586
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1587
+ }
1588
+ .Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
1589
+ .Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
1590
+ visibility: visible;
1591
+
1592
+ opacity: 1;
1593
+ }
1594
+ .Dropdown-module_root__11PNk ul {
1595
+ overflow: hidden;
1596
+
1597
+ width: 162px;
1598
+ margin: 0;
1599
+ padding: 3px 0;
1600
+
1601
+ border-radius: 5px;
1602
+ background: #fff;
1603
+ box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
1604
+
1605
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1606
+ font-size: 14px;
1607
+ line-height: 26px;
1608
+ }
1609
+ .Dropdown-module_root__11PNk a {
1610
+ display: block;
1611
+
1612
+ padding: 2px 15px;
1613
+
1614
+ text-decoration: none;
1615
+
1616
+ color: #000;
1617
+ box-shadow: none;
1618
+ }
1619
+ .Dropdown-module_root__11PNk a:hover {
1620
+ color: #000;
1621
+ background-color: #f7f7f7;
1622
+ }
1623
+ .Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
1624
+ right: 0;
1625
+ left: auto
1626
+ }
1627
+ @media only screen and (min-device-width: 64em) {
1628
+ .Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
1629
+ right: auto;
1630
+ left: 0
1631
+ }
1632
+ }
1633
+ .Dropdown-module_menu__3PIqD {
1634
+ position: absolute;
1635
+ top: 100%;
1636
+ left: 0;
1637
+
1638
+ visibility: hidden;
1639
+
1640
+ padding-top: 6px;
1641
+
1642
+ opacity: 0;
1643
+ }
1644
+ .Dropdown-module_menu__3PIqD::after {
1645
+ position: absolute;
1646
+ z-index: -1;
1647
+ top: -10px;
1648
+ right: -10px;
1649
+ bottom: -10px;
1650
+ left: -10px;
1651
+
1652
+ content: '';
1653
+ }
1654
+
1655
+ /* Colors */
1656
+ /* Fonts */
1657
+ /* Gap */
1658
+ /* Media */
1659
+ /* 512 */
1660
+ /* 650 */
1661
+ /* 768 */
1662
+ /* 1024 */
1663
+ /* 1010 */
1664
+ /* 1200 */
1665
+ /* 511 */
1666
+ /* 1023 */
1667
+ /* Zindex */
1668
+ .Toolbar-module_root__2HF2r {
1669
+ overflow: hidden;
1670
+
1671
+ transform: translateZ(0);
1672
+
1673
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1674
+ }
1675
+ .Toolbar-module_list__1n5ny {
1676
+ display: -webkit-box;
1677
+ display: -webkit-flex;
1678
+ display: -ms-flexbox;
1679
+ display: flex;
1680
+ flex-flow: row wrap;
1681
+
1682
+ margin: 0 0 0 -10px;
1683
+ padding: 0;
1684
+
1685
+ list-style: none
1686
+ }
1687
+ @media only screen and (min-device-width: 64em) {
1688
+ .Toolbar-module_list__1n5ny {
1689
+ margin: 0 0 0 -15px
1690
+ }
1691
+ }
1692
+ .Toolbar-module_item__36x7d {
1693
+ position: relative;
1694
+
1695
+ min-width: 42px;
1696
+ height: 32px;
1697
+ padding-right: 10px;
1698
+ padding-left: 10px;
1699
+
1700
+ cursor: pointer;
1701
+ transition: color 250ms ease;
1702
+ text-align: center;
1703
+
1704
+ color: #808080;
1705
+
1706
+ line-height: 1
1707
+ }
1708
+ @media only screen and (min-device-width: 64em) {
1709
+ .Toolbar-module_item__36x7d {
1710
+ padding-right: 15px;
1711
+ padding-left: 15px
1712
+ }
1713
+ }
1714
+ .Toolbar-module_item__36x7d:last-child {
1715
+ margin-right: 0;
1716
+ }
1717
+ .Toolbar-module_item__36x7d::before {
1718
+ position: absolute;
1719
+ top: 7px;
1720
+ left: 0;
1721
+
1722
+ height: 18px;
1723
+
1724
+ content: '';
1725
+ vertical-align: middle;
1726
+
1727
+ border-left: 1px solid rgba(0, 0, 0, 0.15);
1728
+ }
1729
+ .Toolbar-module_item__36x7d:empty {
1730
+ display: none;
1731
+ }
1732
+ .Toolbar-module_isInTopbar__223iP {
1733
+ height: 100%;
1734
+ }
1735
+ .Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
1736
+ height: 100%;
1737
+ }
1738
+ .Toolbar-module_center__3_H8M {
1739
+ width: 100%;
1740
+ max-width: 650px;
1741
+ margin-right: auto;
1742
+ margin-left: auto;
1743
+ }
1744
+ .Toolbar-module_game__5-jY_ {
1745
+ margin-top: 11px
1746
+ }
1747
+ @media only screen and (min-device-width: 32em) {
1748
+ .Toolbar-module_game__5-jY_ {
1749
+ margin-top: 18px
1750
+ }
1751
+ }
1752
+ .Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
1753
+ .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
1754
+ justify-content: center
1755
+ }
1756
+ @media only screen and (min-device-width: 32em) {
1757
+ .Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
1758
+ .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
1759
+ display: -webkit-box;
1760
+ display: -webkit-flex;
1761
+ display: -ms-flexbox;
1762
+ display: flex
1763
+ }
1764
+ }
1765
+ .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
1766
+ width: 260px
1767
+ }
1768
+ @media only screen and (min-device-width: 32em) {
1769
+ .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
1770
+ width: auto
1771
+ }
1772
+ }
1773
+ .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
1774
+ content: none
1775
+ }
1776
+ @media only screen and (min-device-width: 32em) {
1777
+ .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
1778
+ content: ''
1779
+ }
1780
+ }
1781
+ .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
1782
+ .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
1783
+ content: none;
1784
+ }
1785
+ @media only screen and (min-device-width: 64em) {
1786
+ .Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
1787
+ .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
1788
+ margin-left: 0
1789
+ }
1790
+ }
1791
+ .Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
1792
+ border-left-color: rgba(255, 255, 255, 0.2);
1793
+ }
1794
+ [data-context="prodano"] .Toolbar-module_root__2HF2r {
1795
+ display: none;
1796
+ }
1797
+
1798
+ /* Colors */
1799
+ /* Fonts */
1800
+ /* Gap */
1801
+ /* Media */
1802
+ /* 512 */
1803
+ /* 650 */
1804
+ /* 768 */
1805
+ /* 1024 */
1806
+ /* 1010 */
1807
+ /* 1200 */
1808
+ /* 511 */
1809
+ /* 1023 */
1810
+ /* Zindex */
1811
+ .Meta-module_root__12AG7 {
1812
+ transform: translateZ(0);
1813
+
1814
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1815
+ font-size: 12px;
1816
+ line-height: 14px;
1817
+
1818
+ fill: inherit;
1819
+ }
1820
+ .Meta-module_rich__1XBtZ,
1821
+ .Meta-module_podcast__1m4zo,
1822
+ .Meta-module_episode__1K2Xv,
1823
+ .Meta-module_simple__3vUiI,
1824
+ .Meta-module_slide__3g6fG,
1825
+ .Meta-module_card__LE1RK,
1826
+ .Meta-module_game__3aNlZ,
1827
+ .Meta-module_isInMaterial__zaYMy {
1828
+ width: 100%;
1829
+
1830
+ color: #757575;
1831
+ }
1832
+ .Meta-module_podcast__1m4zo {
1833
+ fill: currentColor;
1834
+ }
1835
+ .Meta-module_isInSearchItem__1wbpx {
1836
+ color: rgba(255, 255, 255, 0.7);
1837
+ }
1838
+ @media only screen and (min-device-width: 64em) {
1839
+ .Meta-module_center__3BBPr.Meta-module_half__1xRkT {
1840
+ text-align: left
1841
+ }
1842
+ }
1843
+ @media only screen and (min-device-width: 32em) {
1844
+ .Meta-module_episode__1K2Xv,
1845
+ .Meta-module_card__LE1RK,
1846
+ .Meta-module_slide__3g6fG,
1847
+ .Meta-module_game__3aNlZ,
1848
+ .Meta-module_center__3BBPr {
1849
+ text-align: center
1850
+ }
1851
+ }
1852
+ .Meta-module_light__2baE- {
1853
+ color: rgba(255, 255, 255, 0.6);
1854
+
1855
+ fill: currentColor;
1856
+ }
1857
+ .Meta-module_dark__24y9m {
1858
+ color: #757575;
1859
+ }
1860
+ .Meta-module_episode__1K2Xv,
1861
+ .Meta-module_card__LE1RK,
1862
+ .Meta-module_slide__3g6fG,
1863
+ .Meta-module_podcast__1m4zo {
1864
+ display: -webkit-box;
1865
+ display: -webkit-flex;
1866
+ display: -ms-flexbox;
1867
+ display: flex;
1868
+ align-items: center;
1869
+ flex-flow: row wrap
1870
+ }
1871
+ @media only screen and (min-device-width: 48em) {
1872
+ .Meta-module_episode__1K2Xv,
1873
+ .Meta-module_card__LE1RK,
1874
+ .Meta-module_slide__3g6fG,
1875
+ .Meta-module_podcast__1m4zo {
1876
+ display: block
1877
+ }
1878
+ }
1879
+ @media only screen and (max-device-width: 32.1875em) {
1880
+ .Meta-module_hasSource__2lXiN {
1881
+ display: -webkit-box;
1882
+ display: -webkit-flex;
1883
+ display: -ms-flexbox;
1884
+ display: flex;
1885
+ flex-flow: row wrap
1886
+ }
1887
+ }
1888
+ .Meta-module_bookmark__3ot3k {
1889
+ position: absolute;
1890
+ z-index: 10;
1891
+ right: -12px;
1892
+ bottom: -4px
1893
+ }
1894
+ @media only screen and (min-device-width: 32em) {
1895
+ .Meta-module_bookmark__3ot3k {
1896
+ display: none
1897
+ }
1898
+ }
1899
+ /* VISIBILITY */
1900
+ @media only screen and (min-device-width: 32em) {
1901
+ .Meta-module_mobile__22LGV {
1902
+ display: none
1903
+ }
1904
+ }
1905
+ .Meta-module_desktop__1ZGUS {
1906
+ display: none
1907
+ }
1908
+ @media only screen and (min-device-width: 32em) {
1909
+ .Meta-module_desktop__1ZGUS {
1910
+ display: block
1911
+ }
1912
+ }
1913
+
1914
+ /* Colors */
1915
+ /* Fonts */
1916
+ /* Gap */
1917
+ /* Media */
1918
+ /* 512 */
1919
+ /* 650 */
1920
+ /* 768 */
1921
+ /* 1024 */
1922
+ /* 1010 */
1923
+ /* 1200 */
1924
+ /* 511 */
1925
+ /* 1023 */
1926
+ /* Zindex */
1927
+ .Popover-module_root__1v6f_ {
1928
+ position: fixed;
1929
+ z-index: 1000;
1930
+ top: 0;
1931
+ left: 0;
1932
+
1933
+ display: -webkit-box;
1934
+
1935
+ display: -webkit-flex;
1936
+
1937
+ display: -ms-flexbox;
1938
+
1939
+ display: flex;
1940
+ align-items: flex-end;
1941
+ flex-direction: row;
1942
+
1943
+ width: 100%;
1944
+ height: 100%;
1945
+ min-height: 120px;
1946
+ padding: 10px 10px 0;
1947
+
1948
+ -webkit-animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
1949
+
1950
+ animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
1951
+
1952
+ opacity: 1;
1953
+ }
1954
+ .Popover-module_root__1v6f_.Popover-module_visible__eK5ZQ {
1955
+ -webkit-animation: Popover-module_fadeIn__AkrSN 250ms ease both;
1956
+ animation: Popover-module_fadeIn__AkrSN 250ms ease both;
1957
+ }
1958
+ .Popover-module_overlay__2SBL0 {
1959
+ position: absolute;
1960
+ top: 0;
1961
+ right: 0;
1962
+ bottom: 0;
1963
+ left: 0;
1964
+
1965
+ background-color: rgba(0, 0, 0, 0.7);
1966
+
1967
+ contain: '';
1968
+ }
1969
+ .Popover-module_container__FnZT- {
1970
+ position: relative;
1971
+
1972
+ flex: 1 1;
1973
+
1974
+ max-width: 420px;
1975
+ min-height: 80px;
1976
+ margin: 0 auto;
1977
+ padding: 15px 20px 40px;
1978
+
1979
+ -webkit-animation: Popover-module_disappear__3Q9LI 350ms ease both;
1980
+
1981
+ animation: Popover-module_disappear__3Q9LI 350ms ease both;
1982
+ }
1983
+ .Popover-module_dismiss__3RnLj {
1984
+ position: absolute;
1985
+ top: -23px;
1986
+ left: 50%;
1987
+
1988
+ width: 50px;
1989
+ height: 36px;
1990
+ padding: 0;
1991
+
1992
+ transform: translateX(-50%);
1993
+
1994
+ opacity: 0.4;
1995
+ border-width: 0;
1996
+ border-radius: 0;
1997
+ background-color: transparent;
1998
+ background-image: url("data:image/svg+xml,%3Csvg width='17' height='7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.445 1.832l6.946 4.63a2 2 0 0 0 2.218 0l6.946-4.63a1 1 0 1 0-1.11-1.664L8.5 4.798 1.555.168a1 1 0 1 0-1.11 1.664z' fill='%23F7F7F7' fill-rule='nonzero'/%3E%3C/svg%3E");
1999
+ background-repeat: no-repeat;
2000
+ background-position: center;
2001
+ box-shadow: none;
2002
+
2003
+ -webkit-appearance: none;
2004
+
2005
+ -moz-appearance: none;
2006
+
2007
+ appearance: none;
2008
+ }
2009
+ .Popover-module_background__1KKaP {
2010
+ position: absolute;
2011
+ z-index: -1;
2012
+ top: 0;
2013
+ left: 0;
2014
+
2015
+ overflow: hidden;
2016
+
2017
+ width: 100%;
2018
+ height: 100%;
2019
+
2020
+ border-radius: 8px 8px 0 0;
2021
+ }
2022
+ .Popover-module_background__1KKaP rect {
2023
+ position: absolute;
2024
+
2025
+ width: 100%;
2026
+ height: 100%;
2027
+ }
2028
+ .Popover-module_visible__eK5ZQ .Popover-module_container__FnZT- {
2029
+ -webkit-animation: Popover-module_appear__37vPd 350ms ease both;
2030
+ animation: Popover-module_appear__37vPd 350ms ease both;
2031
+ }
2032
+ @-webkit-keyframes Popover-module_appear__37vPd {
2033
+ 0% {
2034
+ transform: translateY(100%);
2035
+ }
2036
+ 100% {
2037
+ transform: translateY(0);
2038
+ }
2039
+ }
2040
+ @keyframes Popover-module_appear__37vPd {
2041
+ 0% {
2042
+ transform: translateY(100%);
2043
+ }
2044
+ 100% {
2045
+ transform: translateY(0);
2046
+ }
2047
+ }
2048
+ @-webkit-keyframes Popover-module_disappear__3Q9LI {
2049
+ 0% {
2050
+ transform: translateY(0);
2051
+ }
2052
+ 100% {
2053
+ transform: translateY(100%);
2054
+ }
2055
+ }
2056
+ @keyframes Popover-module_disappear__3Q9LI {
2057
+ 0% {
2058
+ transform: translateY(0);
2059
+ }
2060
+ 100% {
2061
+ transform: translateY(100%);
2062
+ }
2063
+ }
2064
+ @-webkit-keyframes Popover-module_fadeIn__AkrSN {
2065
+ 0% {
2066
+ opacity: 0;
2067
+ }
2068
+ 100% {
2069
+ opacity: 1;
2070
+ }
2071
+ }
2072
+ @keyframes Popover-module_fadeIn__AkrSN {
2073
+ 0% {
2074
+ opacity: 0;
2075
+ }
2076
+ 100% {
2077
+ opacity: 1;
2078
+ }
2079
+ }
2080
+ @-webkit-keyframes Popover-module_fadeOut__3EZhx {
2081
+ 0% {
2082
+ opacity: 1;
2083
+ }
2084
+ 100% {
2085
+ opacity: 0;
2086
+ }
2087
+ }
2088
+ @keyframes Popover-module_fadeOut__3EZhx {
2089
+ 0% {
2090
+ opacity: 1;
2091
+ }
2092
+ 100% {
2093
+ opacity: 0;
2094
+ }
2095
+ }
2096
+
2097
+ /* Colors */
2098
+ /* Fonts */
2099
+ /* Gap */
2100
+ /* Media */
2101
+ /* 512 */
2102
+ /* 650 */
2103
+ /* 768 */
2104
+ /* 1024 */
2105
+ /* 1010 */
2106
+ /* 1200 */
2107
+ /* 511 */
2108
+ /* 1023 */
2109
+ /* Zindex */
2110
+ .Timestamp-module_root__coOvT {
2111
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2112
+ font-weight: normal;
2113
+ }
2114
+
2115
+ /* Colors */
2116
+ /* Fonts */
2117
+ /* Gap */
2118
+ /* Media */
2119
+ /* 512 */
2120
+ /* 650 */
2121
+ /* 768 */
2122
+ /* 1024 */
2123
+ /* 1010 */
2124
+ /* 1200 */
2125
+ /* 511 */
2126
+ /* 1023 */
2127
+ /* Zindex */
2128
+ .CardTitle-module_root__1uqqF {
2129
+ margin-bottom: 11px
2130
+ }
2131
+ @media only screen and (min-device-width: 64em) {
2132
+ .CardTitle-module_root__1uqqF {
2133
+ margin-bottom: 10px;
2134
+
2135
+ text-align: center
2136
+ }
2137
+ }
2138
+ .CardTitle-module_index__4FsTf {
2139
+ margin-bottom: 7px;
2140
+
2141
+ color: #b88b59;
2142
+
2143
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2144
+ font-size: 20px;
2145
+ font-weight: 700;
2146
+ line-height: 24px;
2147
+ }
2148
+ .CardTitle-module_title__2iTI6 {
2149
+ color: #1d1d1d;
2150
+
2151
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2152
+ font-size: 20px;
2153
+ font-weight: 700;
2154
+ line-height: 24px
2155
+ }
2156
+ @media only screen and (min-device-width: 64em) {
2157
+ .CardTitle-module_title__2iTI6 {
2158
+ font-size: 28px;
2159
+ line-height: 34px
2160
+ }
2161
+ }
2162
+ /* VISIBILITY */
2163
+ @media only screen and (min-device-width: 32em) {
2164
+ .CardTitle-module_mobile__1_kij {
2165
+ display: none
2166
+ }
2167
+ }
2168
+ .CardTitle-module_desktop__1l3_n {
2169
+ display: none
2170
+ }
2171
+ @media only screen and (min-device-width: 32em) {
2172
+ .CardTitle-module_desktop__1l3_n {
2173
+ display: block
2174
+ }
2175
+ }
2176
+
2177
+ /* Colors */
2178
+ /* Fonts */
2179
+ /* Gap */
2180
+ /* Media */
2181
+ /* 512 */
2182
+ /* 650 */
2183
+ /* 768 */
2184
+ /* 1024 */
2185
+ /* 1010 */
2186
+ /* 1200 */
2187
+ /* 511 */
2188
+ /* 1023 */
2189
+ /* Zindex */
2190
+ .QuoteBlock-module_root__2GrcC {
2191
+ position: relative;
2192
+
2193
+ margin-bottom: 14px;
2194
+ padding-left: 18px;
2195
+
2196
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
2197
+ font-size: 18px;
2198
+ line-height: 24px
2199
+ }
2200
+ @media only screen and (min-device-width: 32em) {
2201
+ .QuoteBlock-module_root__2GrcC {
2202
+ margin: 0 0 20px;
2203
+ padding-left: 36px;
2204
+
2205
+ font-size: 20px;
2206
+ line-height: 28px
2207
+ }
2208
+ }
2209
+ .QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
2210
+ margin-top: -14px;
2211
+ padding-top: 14px
2212
+ }
2213
+ @media only screen and (min-device-width: 32em) {
2214
+ .QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
2215
+ margin-top: -20px;
2216
+ padding-top: 20px
2217
+ }
2218
+ }
2219
+ .QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC::before {
2220
+ top: -10px;
2221
+ }
2222
+ .QuoteBlock-module_root__2GrcC:before {
2223
+ position: absolute;
2224
+ top: 5px;
2225
+ bottom: 7px;
2226
+ left: 0;
2227
+
2228
+ width: 4px;
2229
+
2230
+ content: '';
2231
+
2232
+ border-radius: 2px;
2233
+ background-color: #ebebeb
2234
+ }
2235
+ @media only screen and (min-device-width: 32em) {
2236
+ .QuoteBlock-module_root__2GrcC:before {
2237
+ top: 4px;
2238
+ bottom: 6px
2239
+ }
2240
+ }
2241
+ .QuoteBlock-module_root__2GrcC:last-child {
2242
+ margin-bottom: 0;
2243
+ }
2244
+ .QuoteBlock-module_root__2GrcC p {
2245
+ margin: 0;
2246
+ }
2247
+ .QuoteBlock-module_root__2GrcC a {
2248
+ text-decoration: none;
2249
+
2250
+ color: inherit;
2251
+ box-shadow: inset 0 -1px #b88b59;
2252
+ }
2253
+ .QuoteBlock-module_root__2GrcC a:hover {
2254
+ color: #b88b59;
2255
+ }
2256
+ .QuoteBlock-module_center__cTFNy {
2257
+ width: 100%;
2258
+ max-width: 650px;
2259
+ margin-right: auto;
2260
+ margin-left: auto;
2261
+ }
2262
+
2263
+ /* Colors */
2264
+ /* Fonts */
2265
+ /* Gap */
2266
+ /* Media */
2267
+ /* 512 */
2268
+ /* 650 */
2269
+ /* 768 */
2270
+ /* 1024 */
2271
+ /* 1010 */
2272
+ /* 1200 */
2273
+ /* 511 */
2274
+ /* 1023 */
2275
+ /* Zindex */
2276
+ .ChapterBlock-module_root__1WyVn {
2277
+ position: relative;
2278
+
2279
+ margin: 38px auto 7px
2280
+ }
2281
+ @media only screen and (min-device-width: 32em) {
2282
+ .ChapterBlock-module_root__1WyVn {
2283
+ max-width: 650px;
2284
+ margin-top: 70px
2285
+ }
2286
+ }
2287
+ .ChapterBlock-module_root__1WyVn:first-child {
2288
+ margin-top: 0;
2289
+ }
2290
+ .ChapterBlock-module_root__1WyVn:last-child {
2291
+ margin-bottom: 0;
2292
+ }
2293
+ .ChapterBlock-module_subtitle__3TXll {
2294
+ display: inline-block;
2295
+
2296
+ vertical-align: top;
2297
+ letter-spacing: 1px;
2298
+ text-transform: uppercase;
2299
+
2300
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2301
+ font-size: 12px;
2302
+ font-weight: 600;
2303
+ line-height: 12px
2304
+ }
2305
+ @media only screen and (min-device-width: 32em) {
2306
+ .ChapterBlock-module_subtitle__3TXll {
2307
+ font-size: 13px;
2308
+ line-height: 16px
2309
+ }
2310
+ }
2311
+ .ChapterBlock-module_subtitle__3TXll::after {
2312
+ display: block;
2313
+
2314
+ width: 120px;
2315
+ padding: 0 0 7px;
2316
+
2317
+ content: '';
2318
+
2319
+ border-bottom: 1px solid #ccc
2320
+ }
2321
+ @media only screen and (min-device-width: 32em) {
2322
+ .ChapterBlock-module_subtitle__3TXll::after {
2323
+ padding: 0 0 6px
2324
+ }
2325
+ }
2326
+ /* VISIBILITY */
2327
+ @media only screen and (min-device-width: 32em) {
2328
+ .ChapterBlock-module_mobile__CiO0w {
2329
+ display: none
2330
+ }
2331
+ }
2332
+ .ChapterBlock-module_desktop__tk1Nk {
2333
+ display: none
2334
+ }
2335
+ @media only screen and (min-device-width: 32em) {
2336
+ .ChapterBlock-module_desktop__tk1Nk {
2337
+ display: block
2338
+ }
2339
+ }
2340
+
2341
+
2342
+ /* Colors */
2343
+ /* Fonts */
2344
+ /* Gap */
2345
+ /* Media */
2346
+ /* 512 */
2347
+ /* 650 */
2348
+ /* 768 */
2349
+ /* 1024 */
2350
+ /* 1010 */
2351
+ /* 1200 */
2352
+ /* 511 */
2353
+ /* 1023 */
2354
+ /* Zindex */
2355
+ .Cover-module_root__18Z8J {
2356
+ display: block;
2357
+ }
2358
+
2359
+ /* Colors */
2360
+ /* Fonts */
2361
+ /* Gap */
2362
+ /* Media */
2363
+ /* 512 */
2364
+ /* 650 */
2365
+ /* 768 */
2366
+ /* 1024 */
2367
+ /* 1010 */
2368
+ /* 1200 */
2369
+ /* 511 */
2370
+ /* 1023 */
2371
+ /* Zindex */
2372
+ .GroupedBlock-module_root__2qfQA {
2373
+ max-width: 644px;
2374
+ margin: 15px auto 0
2375
+ }
2376
+ @media only screen and (min-device-width: 48em) {
2377
+ .GroupedBlock-module_root__2qfQA {
2378
+ max-width: none;
2379
+ margin-top: 25px;
2380
+ margin-bottom: 20px
2381
+ }
2382
+ }
2383
+ .GroupedBlock-module_hasFigcaption__2_mcf {
2384
+ margin-bottom: 15px;
2385
+ }
2386
+ @media only screen and (min-device-width: 48em) {
2387
+ .GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
2388
+ margin-top: 25px
2389
+ }
2390
+ }
2391
+ .GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
2392
+ margin-bottom: 0;
2393
+ }
2394
+ .GroupedBlock-module_items__2DV2X {
2395
+ display: -webkit-box;
2396
+ display: -webkit-flex;
2397
+ display: -ms-flexbox;
2398
+ display: flex;
2399
+ flex-direction: column;
2400
+ flex-wrap: nowrap
2401
+ }
2402
+ @media only screen and (min-device-width: 48em) {
2403
+ .GroupedBlock-module_items__2DV2X {
2404
+ flex-direction: row
2405
+ }
2406
+ }
2407
+ .GroupedBlock-module_item__3sz9_ {
2408
+ flex-grow: 1;
2409
+
2410
+ width: 100%;
2411
+ min-width: 100%;
2412
+ max-width: 100%;
2413
+ margin-bottom: 20px
2414
+ }
2415
+ @media only screen and (min-device-width: 48em) {
2416
+ .GroupedBlock-module_item__3sz9_ {
2417
+ min-width: 0;
2418
+ max-width: none;
2419
+ margin-bottom: 0
2420
+ }
2421
+ }
2422
+ @media only screen and (min-device-width: 48em) {
2423
+ .GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
2424
+ margin-left: 15px
2425
+ }
2426
+ }
2427
+ .GroupedBlock-module_figcaption__2Q_wf {
2428
+ max-width: 650px;
2429
+ margin-right: auto;
2430
+ margin-left: auto;
2431
+ }
2432
+ /* DISPLAY */
2433
+ @media only screen and (min-device-width: 48em) {
2434
+ .GroupedBlock-module_default__3ylw_ {
2435
+ max-width: 650px
2436
+ }
2437
+ }
2438
+ .GroupedBlock-module_full__1dzQR {
2439
+ max-width: 980px;
2440
+ }
2441
+ .GroupedBlock-module_super_full__1PU72 {
2442
+ max-width: 1680px;
2443
+ }
2444
+ /* VISIBILITY */
2445
+ @media only screen and (min-device-width: 32em) {
2446
+ .GroupedBlock-module_mobile__3n8Ub {
2447
+ display: none
2448
+ }
2449
+ }
2450
+ .GroupedBlock-module_desktop__6ZRpA {
2451
+ display: none
2452
+ }
2453
+ @media only screen and (min-device-width: 32em) {
2454
+ .GroupedBlock-module_desktop__6ZRpA {
2455
+ display: block
2456
+ }
2457
+ }
2458
+
2459
+
2460
+ /* Colors */
2461
+ /* Fonts */
2462
+ /* Gap */
2463
+ /* Media */
2464
+ /* 512 */
2465
+ /* 650 */
2466
+ /* 768 */
2467
+ /* 1024 */
2468
+ /* 1010 */
2469
+ /* 1200 */
2470
+ /* 511 */
2471
+ /* 1023 */
2472
+ /* Zindex */
2473
+ .HalfBlock-module_root__2frv2 {
2474
+ position: relative;
2475
+
2476
+ text-align: left;
2477
+ }
2478
+ .HalfBlock-module_main__2XX73 {
2479
+ display: -webkit-box;
2480
+ display: -webkit-flex;
2481
+ display: -ms-flexbox;
2482
+ display: flex;
2483
+ flex-flow: column nowrap
2484
+ }
2485
+ @media only screen and (min-device-width: 64em) {
2486
+ .HalfBlock-module_main__2XX73 {
2487
+ align-items: center;
2488
+ flex-flow: row nowrap
2489
+ }
2490
+ }
2491
+ .HalfBlock-module_body__3MnEN {
2492
+ order: -1;
2493
+
2494
+ max-width: 860px;
2495
+ margin: 0 auto
2496
+ }
2497
+ @media only screen and (min-device-width: 48em) {
2498
+ .HalfBlock-module_body__3MnEN {
2499
+ text-align: center
2500
+ }
2501
+ }
2502
+ @media only screen and (min-device-width: 64em) {
2503
+ .HalfBlock-module_body__3MnEN {
2504
+ align-items: flex-start;
2505
+ justify-content: center;
2506
+ order: 0;
2507
+
2508
+ width: 50%;
2509
+ max-width: none;
2510
+ height: 100%;
2511
+ margin-left: 25px;
2512
+
2513
+ text-align: left
2514
+ }
2515
+ }
2516
+ .HalfBlock-module_footer__1C0yp {
2517
+ width: 100%;
2518
+ max-width: 650px;
2519
+ margin: 0 auto;
2520
+ padding-top: 3px
2521
+ }
2522
+ @media only screen and (min-device-width: 64em) {
2523
+ .HalfBlock-module_footer__1C0yp {
2524
+ max-width: 1000px;
2525
+ margin: auto;
2526
+ padding-top: 0;
2527
+
2528
+ border-top: 1px solid #e6e6e6
2529
+ }
2530
+ }
2531
+ .HalfBlock-module_image__2lYel {
2532
+ flex-grow: 1;
2533
+
2534
+ margin: 0 -20px 0;
2535
+ margin-top: 18px
2536
+ }
2537
+ @media only screen and (min-device-width: 32em) {
2538
+ .HalfBlock-module_image__2lYel {
2539
+ margin: 31px 0 -5px
2540
+ }
2541
+ }
2542
+ @media only screen and (min-device-width: 64em) {
2543
+ .HalfBlock-module_image__2lYel {
2544
+ width: 50%;
2545
+ margin: 0
2546
+ }
2547
+ }
2548
+ /* VISIBILITY */
2549
+ @media only screen and (min-device-width: 32em) {
2550
+ .HalfBlock-module_mobile__2latf {
2551
+ display: none
2552
+ }
2553
+ }
2554
+ .HalfBlock-module_desktop__3B1Ej {
2555
+ display: none
2556
+ }
2557
+ @media only screen and (min-device-width: 32em) {
2558
+ .HalfBlock-module_desktop__3B1Ej {
2559
+ display: block
2560
+ }
2561
+ }
2562
+
2563
+ /* Colors */
2564
+ /* Fonts */
2565
+ /* Gap */
2566
+ /* Media */
2567
+ /* 512 */
2568
+ /* 650 */
2569
+ /* 768 */
2570
+ /* 1024 */
2571
+ /* 1010 */
2572
+ /* 1200 */
2573
+ /* 511 */
2574
+ /* 1023 */
2575
+ /* Zindex */
2576
+ .ImportantLead-module_root__2BdT3 {
2577
+ margin: 18px 0;
2578
+ padding: 12px 12px 13px;
2579
+
2580
+ border: 1px solid rgba(0, 0, 0, 0.08);
2581
+ border-radius: 4px;
2582
+ border-radius: 8px;
2583
+ background: #FFF8C4;
2584
+
2585
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2586
+ font-size: 16px;
2587
+ font-weight: normal;
2588
+ line-height: 20px
2589
+ }
2590
+ @media only screen and (min-device-width: 32em) {
2591
+ .ImportantLead-module_root__2BdT3 {
2592
+ margin: 25px 0;
2593
+ padding: 12px 15px 13px;
2594
+
2595
+ font-size: 17px;
2596
+ line-height: 24px
2597
+ }
2598
+ }
2599
+ .ImportantLead-module_root__2BdT3:last-child {
2600
+ margin-bottom: 0;
2601
+ }
2602
+ .ImportantLead-module_root__2BdT3:first-child {
2603
+ margin-top: 0;
2604
+ }
2605
+ .ImportantLead-module_root__2BdT3 a {
2606
+ color: #000;
2607
+ box-shadow: inset 0 -1px #000;
2608
+ }
2609
+ .ImportantLead-module_root__2BdT3 a:hover {
2610
+ color: #b88b59;
2611
+ box-shadow: inset 0 -1px #b88b59;
2612
+ }
2613
+ .ImportantLead-module_slide__3kQ9x {
2614
+ max-width: 650px;
2615
+ margin-right: auto;
2616
+ margin-left: auto;
2617
+ }
2618
+ /* VISIBILITY */
2619
+ @media only screen and (min-device-width: 32em) {
2620
+ .ImportantLead-module_mobile__3BXbm {
2621
+ display: none
2622
+ }
2623
+ }
2624
+ .ImportantLead-module_desktop__3Zljc {
2625
+ display: none
2626
+ }
2627
+ @media only screen and (min-device-width: 32em) {
2628
+ .ImportantLead-module_desktop__3Zljc {
2629
+ display: block
2630
+ }
2631
+ }
2632
+
2633
+
2634
+ /* Colors */
2635
+ /* Fonts */
2636
+ /* Gap */
2637
+ /* Media */
2638
+ /* 512 */
2639
+ /* 650 */
2640
+ /* 768 */
2641
+ /* 1024 */
2642
+ /* 1010 */
2643
+ /* 1200 */
2644
+ /* 511 */
2645
+ /* 1023 */
2646
+ /* Zindex */
2647
+ .ListBlock-module_root__3Q3Ga {
2648
+ margin: 15px 0;
2649
+ padding: 0;
2650
+
2651
+ list-style: none;
2652
+
2653
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
2654
+ font-size: 18px;
2655
+ line-height: 24px
2656
+ }
2657
+ @media only screen and (min-device-width: 32em) {
2658
+ .ListBlock-module_root__3Q3Ga {
2659
+ font-size: 20px;
2660
+ line-height: 28px
2661
+ }
2662
+ }
2663
+ @media only screen and (min-device-width: 48em) {
2664
+ .ListBlock-module_root__3Q3Ga {
2665
+ margin: 20px 0
2666
+ }
2667
+ }
2668
+ .ListBlock-module_root__3Q3Ga:first-child {
2669
+ margin-top: 0;
2670
+ }
2671
+ .ListBlock-module_root__3Q3Ga:last-child {
2672
+ margin-bottom: 0;
2673
+ }
2674
+ .ListBlock-module_root__3Q3Ga a {
2675
+ color: inherit;
2676
+ box-shadow: inset 0 -1px #b88b59;
2677
+ }
2678
+ .ListBlock-module_root__3Q3Ga a:hover {
2679
+ color: #b88b59;
2680
+ }
2681
+ .ListBlock-module_root__3Q3Ga li {
2682
+ position: relative;
2683
+
2684
+ margin-bottom: 6px;
2685
+ }
2686
+ .ListBlock-module_root__3Q3Ga mark {
2687
+ position: relative;
2688
+
2689
+ white-space: pre-wrap;
2690
+
2691
+ background-color: #fff3bc;
2692
+
2693
+ font-weight: inherit;
2694
+ font-style: inherit
2695
+ }
2696
+ @media only screen and (min-device-width: 32em) {
2697
+ .ListBlock-module_root__3Q3Ga mark {
2698
+ padding-bottom: 1px
2699
+ }
2700
+ }
2701
+ .ListBlock-module_root__3Q3Ga a mark {
2702
+ color: inherit;
2703
+ box-shadow: inset 0 -1px #b88b59;
2704
+ }
2705
+ .ListBlock-module_ol__21CgV {
2706
+ counter-reset: list 0;
2707
+ }
2708
+ .ListBlock-module_ol__21CgV li {
2709
+ padding: 0 0 0 33px;
2710
+ }
2711
+ .ListBlock-module_ol__21CgV li::before {
2712
+ position: absolute;
2713
+ left: 0;
2714
+
2715
+ width: 23px;
2716
+
2717
+ content: counter(list) '. ';
2718
+ counter-increment: list;
2719
+ text-align: right;
2720
+ white-space: nowrap;
2721
+ }
2722
+ .ListBlock-module_ul__2MRrS li {
2723
+ padding: 0 0 0 23px
2724
+ }
2725
+ @media only screen and (min-device-width: 48em) {
2726
+ .ListBlock-module_ul__2MRrS li {
2727
+ padding: 0 0 0 38px
2728
+ }
2729
+ }
2730
+ .ListBlock-module_ul__2MRrS li:last-child {
2731
+ margin-bottom: 0;
2732
+ }
2733
+ .ListBlock-module_ul__2MRrS li::before {
2734
+ position: absolute;
2735
+ top: 0;
2736
+ left: 5px;
2737
+
2738
+ width: 8px;
2739
+
2740
+ content: '\2022';
2741
+ text-align: center;
2742
+
2743
+ color: #b88b59;
2744
+
2745
+ font-size: 18px;
2746
+ line-height: inherit
2747
+ }
2748
+ @media only screen and (min-device-width: 48em) {
2749
+ .ListBlock-module_ul__2MRrS li::before {
2750
+ left: 0;
2751
+
2752
+ width: 36px;
2753
+
2754
+ text-align: center;
2755
+
2756
+ font-size: 20px
2757
+ }
2758
+ }
2759
+ .ListBlock-module_center__tdIwd {
2760
+ max-width: 650px;
2761
+ margin-right: auto;
2762
+ margin-left: auto;
2763
+ }
2764
+ .ListBlock-module_isInImportantLead__UP0ic {
2765
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2766
+ font-size: 16px;
2767
+ line-height: 20px
2768
+ }
2769
+ @media only screen and (min-device-width: 48em) {
2770
+ .ListBlock-module_isInImportantLead__UP0ic {
2771
+ font-size: 17px;
2772
+ line-height: 24px
2773
+ }
2774
+ }
2775
+ .ListBlock-module_dark__3E3tV a {
2776
+ color: inherit;
2777
+ }
2778
+ .ListBlock-module_dark__3E3tV a:hover {
2779
+ color: #b88b59;
2780
+ }
2781
+ /* VISIBILITY */
2782
+ @media only screen and (min-device-width: 32em) {
2783
+ .ListBlock-module_mobile__2-nuV {
2784
+ display: none
2785
+ }
2786
+ }
2787
+ .ListBlock-module_desktop__1EE0g {
2788
+ display: none
2789
+ }
2790
+ @media only screen and (min-device-width: 32em) {
2791
+ .ListBlock-module_desktop__1EE0g {
2792
+ display: block
2793
+ }
2794
+ }
2795
+
2796
+ /* Colors */
2797
+ /* Fonts */
2798
+ /* Gap */
2799
+ /* Media */
2800
+ /* 512 */
2801
+ /* 650 */
2802
+ /* 768 */
2803
+ /* 1024 */
2804
+ /* 1010 */
2805
+ /* 1200 */
2806
+ /* 511 */
2807
+ /* 1023 */
2808
+ /* Zindex */
2809
+ .RelatedBlock-module_root__IKcQq {
2810
+ margin: 16px 0;
2811
+
2812
+ border-radius: 8px;
2813
+ background-color: #f5f5f5;
2814
+ box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
2815
+ }
2816
+ @media only screen and (min-device-width: 48em) {
2817
+ .RelatedBlock-module_root__IKcQq {
2818
+ margin: 25px 0
2819
+ }
2820
+ }
2821
+ .RelatedBlock-module_root__IKcQq:last-child {
2822
+ margin-bottom: 0;
2823
+ }
2824
+ .RelatedBlock-module_root__IKcQq:first-child {
2825
+ margin-top: 0;
2826
+ }
2827
+ .RelatedBlock-module_root__IKcQq a {
2828
+ display: block;
2829
+
2830
+ padding: 12px 12px 13px;
2831
+
2832
+ transition: color 0.15s;
2833
+ text-decoration: none;
2834
+
2835
+ color: #000;
2836
+ box-shadow: none;
2837
+
2838
+ font-size: 17px;
2839
+ line-height: 20px
2840
+ }
2841
+ @media only screen and (min-device-width: 48em) {
2842
+ .RelatedBlock-module_root__IKcQq a {
2843
+ padding: 15px 20px 17px;
2844
+
2845
+ font-size: 19px;
2846
+ line-height: 23px
2847
+ }
2848
+ }
2849
+ .RelatedBlock-module_root__IKcQq a:hover {
2850
+ color: #5c5c5c;
2851
+ }
2852
+ .RelatedBlock-module_header__2SuWP {
2853
+ margin: 0;
2854
+ padding: 14px 12px 3px;
2855
+
2856
+ letter-spacing: 1px;
2857
+ text-transform: uppercase;
2858
+
2859
+ color: #7F7F7F;
2860
+
2861
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2862
+ font-size: 12px;
2863
+ font-weight: 600;
2864
+ line-height: 17px
2865
+ }
2866
+ @media only screen and (min-device-width: 48em) {
2867
+ .RelatedBlock-module_header__2SuWP {
2868
+ padding: 20px 20px 14px;
2869
+
2870
+ font-size: 14px;
2871
+ line-height: 16px
2872
+ }
2873
+ }
2874
+ .RelatedBlock-module_items__2V-Ap {
2875
+ margin: 0;
2876
+ padding-left: 0;
2877
+
2878
+ list-style: none;
2879
+ }
2880
+ .RelatedBlock-module_items__2V-Ap li {
2881
+ padding: 0;
2882
+ }
2883
+ .RelatedBlock-module_items__2V-Ap li + li {
2884
+ border-top: 1px solid #e6e6e6;
2885
+ }
2886
+ .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
2887
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2888
+ font-size: 16px;
2889
+ font-weight: 700;
2890
+ line-height: 18px
2891
+ }
2892
+ @media only screen and (min-device-width: 48em) {
2893
+ .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
2894
+ font-size: 18px
2895
+ }
2896
+ }
2897
+ .RelatedBlock-module_simple__29HVO {
2898
+ }
2899
+ .RelatedBlock-module_center__1LmW8 {
2900
+ max-width: 650px;
2901
+ margin-right: auto;
2902
+ margin-left: auto;
2903
+ }
2904
+ .RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
2905
+ margin-top: 0;
2906
+ }
2907
+ .RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
2908
+ margin-bottom: 0;
2909
+ }
2910
+ /* VISIBILITY */
2911
+ @media only screen and (min-device-width: 32em) {
2912
+ .RelatedBlock-module_mobile__2XM5a {
2913
+ display: none
2914
+ }
2915
+ }
2916
+ .RelatedBlock-module_desktop__2mXeq {
2917
+ display: none
2918
+ }
2919
+ @media only screen and (min-device-width: 32em) {
2920
+ .RelatedBlock-module_desktop__2mXeq {
2921
+ display: block
2922
+ }
2923
+ }
2924
+
2925
+
2926
+ /* Colors */
2927
+ /* Fonts */
2928
+ /* Gap */
2929
+ /* Media */
2930
+ /* 512 */
2931
+ /* 650 */
2932
+ /* 768 */
2933
+ /* 1024 */
2934
+ /* 1010 */
2935
+ /* 1200 */
2936
+ /* 511 */
2937
+ /* 1023 */
2938
+ /* Zindex */
2939
+ .RichTitle-module_root__BK_WT {
2940
+ margin: 0 0 18px;
2941
+
2942
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2943
+ font-size: 19px;
2944
+ font-weight: 700;
2945
+ line-height: 23px
2946
+ }
2947
+ @media only screen and (min-device-width: 48em) {
2948
+ .RichTitle-module_root__BK_WT {
2949
+ margin-bottom: 15px;
2950
+
2951
+ font-size: 37px;
2952
+ line-height: 42px
2953
+ }
2954
+ }
2955
+ .RichTitle-module_root__BK_WT:last-child {
2956
+ margin-bottom: 0;
2957
+ }
2958
+ .RichTitle-module_root__BK_WT span {
2959
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
2960
+ font-size: 20px;
2961
+ font-weight: normal
2962
+ }
2963
+ @media only screen and (min-device-width: 48em) {
2964
+ .RichTitle-module_root__BK_WT span {
2965
+ font-size: 38px
2966
+ }
2967
+ }
2968
+ @media only screen and (min-device-width: 32em) {
2969
+ .RichTitle-module_slide__1A-gB,
2970
+ .RichTitle-module_game__1g8Bn {
2971
+ text-align: center
2972
+ }
2973
+ }
2974
+ @media only screen and (min-device-width: 64em) {
2975
+ .RichTitle-module_half__10GRI {
2976
+ font-size: 33px;
2977
+ line-height: 36px
2978
+ }
2979
+ }
2980
+ @media only screen and (min-device-width: 64em) {
2981
+ .RichTitle-module_half__10GRI span {
2982
+ font-size: 34px
2983
+ }
2984
+ }
2985
+ .RichTitle-module_game__1g8Bn:first-child {
2986
+ padding-top: 9px;
2987
+ }
2988
+ .RichTitle-module_featured__wJfaQ {
2989
+ letter-spacing: 0.3px;
2990
+
2991
+ font-size: 28px;
2992
+ line-height: 30px;
2993
+ }
2994
+ .RichTitle-module_featured__wJfaQ span {
2995
+ display: block;
2996
+
2997
+ padding-top: 2px;
2998
+
2999
+ font-size: 18px;
3000
+ line-height: 24px;
3001
+ }
3002
+ @media only screen and (min-device-width: 32em) {
3003
+ .RichTitle-module_mobile__1Cb6E {
3004
+ display: none
3005
+ }
3006
+ }
3007
+ .RichTitle-module_desktop__2ixSQ {
3008
+ display: none
3009
+ }
3010
+ @media only screen and (min-device-width: 32em) {
3011
+ .RichTitle-module_desktop__2ixSQ {
3012
+ display: block
3013
+ }
3014
+ }
3015
+
3016
+ /* Colors */
3017
+ /* Fonts */
3018
+ /* Gap */
3019
+ /* Media */
3020
+ /* 512 */
3021
+ /* 650 */
3022
+ /* 768 */
3023
+ /* 1024 */
3024
+ /* 1010 */
3025
+ /* 1200 */
3026
+ /* 511 */
3027
+ /* 1023 */
3028
+ /* Zindex */
3029
+ .SimpleTitle-module_root__2jVQN {
3030
+ margin: 0 0 18px;
3031
+
3032
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3033
+ font-size: 20px;
3034
+ font-weight: normal;
3035
+ line-height: 23px
3036
+ }
3037
+ @media only screen and (min-device-width: 48em) {
3038
+ .SimpleTitle-module_root__2jVQN {
3039
+ margin-bottom: 15px;
3040
+
3041
+ font-size: 36px;
3042
+ line-height: 40px
3043
+ }
3044
+ }
3045
+ /* VISIBILITY */
3046
+ @media only screen and (min-device-width: 32em) {
3047
+ .SimpleTitle-module_mobile__11gBz {
3048
+ display: none
3049
+ }
3050
+ }
3051
+ .SimpleTitle-module_desktop__3yXgy {
3052
+ display: none
3053
+ }
3054
+ @media only screen and (min-device-width: 32em) {
3055
+ .SimpleTitle-module_desktop__3yXgy {
3056
+ display: block
3057
+ }
3058
+ }
3059
+
3060
+ /* Colors */
3061
+ /* Fonts */
3062
+ /* Gap */
3063
+ /* Media */
3064
+ /* 512 */
3065
+ /* 650 */
3066
+ /* 768 */
3067
+ /* 1024 */
3068
+ /* 1010 */
3069
+ /* 1200 */
3070
+ /* 511 */
3071
+ /* 1023 */
3072
+ /* Zindex */
3073
+ /* stylelint-disable declaration-empty-line-before */
3074
+ span[data-body] {
3075
+ position: relative;
3076
+
3077
+ padding: 0 4px;
3078
+
3079
+ cursor: pointer;
3080
+ white-space: pre-wrap;
3081
+
3082
+ border-radius: 4px;
3083
+ background: #F8F8F8;
3084
+ box-shadow: inset 1px 0 #b3b3b3, inset 0 1px #b3b3b3, inset -1px 0 #b3b3b3, inset 0 -1px #b3b3b3
3085
+ }
3086
+ @media only screen and (min-device-width: 48em) {
3087
+ span[data-body] {
3088
+ padding-bottom: 1px
3089
+ }
3090
+ }
3091
+ span[data-body]:hover {
3092
+ background: #F3F3F3;
3093
+ box-shadow: inset 1px 0 #999, inset 0 1px #999, inset -1px 0 #999, inset 0 -1px #999;
3094
+ }
3095
+ .dark span[data-body] {
3096
+ background-color: #5B5B5B;
3097
+ box-shadow: inset 1px 0 #8B8B8B, inset 0 1px #8B8B8B, inset -1px 0 #8B8B8B, inset 0 -1px #8B8B8B;
3098
+ }
3099
+ .dark span[data-body]:hover {
3100
+ background-color: #5B5B5B;
3101
+ box-shadow: inset 1px 0 #747474, inset 0 1px #747474, inset -1px 0 #747474, inset 0 -1px #747474;
3102
+ }
3103
+ .SimpleBlock-module_p__Q3azD {
3104
+ margin: 0 0 14px;
3105
+
3106
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3107
+ font-size: 18px;
3108
+ line-height: 24px
3109
+ }
3110
+ @media only screen and (min-device-width: 32em) {
3111
+ .SimpleBlock-module_p__Q3azD {
3112
+ margin: 0 0 20px;
3113
+
3114
+ font-size: 20px;
3115
+ line-height: 28px
3116
+ }
3117
+ }
3118
+ .SimpleBlock-module_p__Q3azD a,
3119
+ .SimpleBlock-module_h2__S0LRs a,
3120
+ .SimpleBlock-module_h3__2Kv7Y a,
3121
+ .SimpleBlock-module_h4__2TJO3 a,
3122
+ .SimpleBlock-module_lead__35nXx a,
3123
+ .SimpleBlock-module_lead_hr__1yD5v a,
3124
+ .SimpleBlock-module_context_p__33saY a {
3125
+ text-decoration: none;
3126
+
3127
+ color: inherit;
3128
+ box-shadow: inset 0 -1px #b88b59;
3129
+ }
3130
+ .SimpleBlock-module_p__Q3azD a:hover,
3131
+ .SimpleBlock-module_h2__S0LRs a:hover,
3132
+ .SimpleBlock-module_h3__2Kv7Y a:hover,
3133
+ .SimpleBlock-module_h4__2TJO3 a:hover,
3134
+ .SimpleBlock-module_lead__35nXx a:hover,
3135
+ .SimpleBlock-module_lead_hr__1yD5v a:hover,
3136
+ .SimpleBlock-module_context_p__33saY a:hover {
3137
+ color: #b88b59;
3138
+ }
3139
+ .SimpleBlock-module_h3__2Kv7Y:first-child,
3140
+ .SimpleBlock-module_h4__2TJO3:first-child,
3141
+ .SimpleBlock-module_p__Q3azD:first-child,
3142
+ .SimpleBlock-module_lead__35nXx:first-child,
3143
+ .SimpleBlock-module_blockquote__pwpcX:first-child {
3144
+ margin-top: 0;
3145
+ }
3146
+ .SimpleBlock-module_p__Q3azD:last-child,
3147
+ .SimpleBlock-module_blockquote__pwpcX:last-child,
3148
+ .SimpleBlock-module_lead__35nXx:last-child,
3149
+ .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx:last-child,
3150
+ .SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx:last-child,
3151
+ .SimpleBlock-module_h2__S0LRs:last-child {
3152
+ margin-bottom: 0;
3153
+ }
3154
+ .SimpleBlock-module_h2__S0LRs {
3155
+ max-width: 520px;
3156
+ margin: 0 0 15px;
3157
+
3158
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3159
+ font-size: 25px;
3160
+ font-weight: bold;
3161
+ line-height: 28px
3162
+ }
3163
+ @media only screen and (min-device-width: 32em) {
3164
+ .SimpleBlock-module_h2__S0LRs {
3165
+ margin: 0 0 45px;
3166
+
3167
+ font-size: 37px;
3168
+ line-height: 39px
3169
+ }
3170
+ }
3171
+ .SimpleBlock-module_h2__S0LRs + figure {
3172
+ margin-top: 15px
3173
+ }
3174
+ @media only screen and (min-device-width: 32em) {
3175
+ .SimpleBlock-module_h2__S0LRs + figure {
3176
+ margin-top: -20px
3177
+ }
3178
+ }
3179
+ .SimpleBlock-module_h3__2Kv7Y {
3180
+ margin-top: 29px;
3181
+ margin-bottom: 10px;
3182
+
3183
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3184
+ font-size: 20px;
3185
+ font-weight: bold;
3186
+ line-height: 24px
3187
+ }
3188
+ @media only screen and (min-device-width: 32em) {
3189
+ .SimpleBlock-module_h3__2Kv7Y {
3190
+ margin-top: 45px;
3191
+ margin-bottom: 15px;
3192
+
3193
+ font-size: 28px;
3194
+ line-height: 34px
3195
+ }
3196
+ }
3197
+ .SimpleBlock-module_h4__2TJO3 {
3198
+ margin-top: 26px;
3199
+ margin-bottom: 11px;
3200
+
3201
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3202
+ font-size: 17px;
3203
+ font-weight: bold;
3204
+ line-height: 21px
3205
+ }
3206
+ @media only screen and (min-device-width: 32em) {
3207
+ .SimpleBlock-module_h4__2TJO3 {
3208
+ margin-top: 45px;
3209
+ margin-bottom: 15px;
3210
+
3211
+ font-size: 21px;
3212
+ line-height: 28px
3213
+ }
3214
+ }
3215
+ .SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h3__2Kv7Y,
3216
+ .SimpleBlock-module_h2__S0LRs + .SimpleBlock-module_h2__S0LRs {
3217
+ margin-top: 0;
3218
+ }
3219
+ .SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h4__2TJO3 {
3220
+ margin-top: 15px
3221
+ }
3222
+ @media only screen and (min-device-width: 32em) {
3223
+ .SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h4__2TJO3 {
3224
+ margin-top: 15px
3225
+ }
3226
+ }
3227
+ .SimpleBlock-module_p__Q3azD + ul,
3228
+ .SimpleBlock-module_p__Q3azD + ol,
3229
+ .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ul,
3230
+ .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ol {
3231
+ margin-top: -9px;
3232
+ }
3233
+ .SimpleBlock-module_blockquote__pwpcX {
3234
+ margin: 16px 0;
3235
+ padding: 12px 12px 13px;
3236
+
3237
+ border: 1px solid rgba(0, 0, 0, 0.08);
3238
+ border-radius: 8px;
3239
+ background: #fff8c4;
3240
+
3241
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3242
+ font-size: 16px;
3243
+ font-weight: normal;
3244
+ line-height: 22px
3245
+ }
3246
+ @media only screen and (min-device-width: 32em) {
3247
+ .SimpleBlock-module_blockquote__pwpcX {
3248
+ margin: 25px 0;
3249
+ padding: 12px 15px 13px;
3250
+
3251
+ font-size: 18px;
3252
+ line-height: 26px
3253
+ }
3254
+ }
3255
+ .SimpleBlock-module_blockquote__pwpcX a {
3256
+ text-decoration: none;
3257
+
3258
+ color: #000;
3259
+ box-shadow: inset 0 -1px #000;
3260
+ }
3261
+ .SimpleBlock-module_blockquote__pwpcX a:hover {
3262
+ color: #b88b59;
3263
+ box-shadow: inset 0 -1px #b88b59;
3264
+ }
3265
+ .SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_dark__1J_ov {
3266
+ color: #000;
3267
+ }
3268
+ .SimpleBlock-module_lead__35nXx {
3269
+ position: relative;
3270
+
3271
+ margin-top: 30px;
3272
+ margin-bottom: 0;
3273
+
3274
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3275
+ font-size: 16px;
3276
+ line-height: 22px
3277
+ }
3278
+ @media only screen and (min-device-width: 32em) {
3279
+ .SimpleBlock-module_lead__35nXx {
3280
+ margin-top: 25px;
3281
+
3282
+ font-size: 20px;
3283
+ line-height: 28px
3284
+ }
3285
+ }
3286
+ .SimpleBlock-module_lead__35nXx [data-body] {
3287
+ padding-top: 1px;
3288
+ }
3289
+ .SimpleBlock-module_lead_hr__1yD5v {
3290
+ display: block;
3291
+
3292
+ width: 100%;
3293
+ max-width: 650px;
3294
+ margin: 30px auto;
3295
+
3296
+ border-bottom: 1px solid #e5e5e5
3297
+ }
3298
+ @media only screen and (min-device-width: 32em) {
3299
+ .SimpleBlock-module_lead_hr__1yD5v {
3300
+ margin: 45px auto
3301
+ }
3302
+ }
3303
+ mark {
3304
+ position: relative;
3305
+
3306
+ white-space: pre-wrap;
3307
+
3308
+ background-color: #fff3bc;
3309
+
3310
+ font-weight: inherit;
3311
+ font-style: inherit
3312
+ }
3313
+ @media only screen and (min-device-width: 32em) {
3314
+ mark {
3315
+ padding-bottom: 1px
3316
+ }
3317
+ }
3318
+ a mark {
3319
+ z-index: 1;
3320
+
3321
+ padding-bottom: 0;
3322
+
3323
+ color: inherit;
3324
+ box-shadow: inset 0 -1px #b88b59, 0 1px #fff3bc;
3325
+ }
3326
+ .SimpleBlock-module_context_p__33saY {
3327
+ position: relative;
3328
+
3329
+ margin: 0 0 15px;
3330
+ padding: 0 0 0 23px;
3331
+
3332
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3333
+ font-size: 18px;
3334
+ line-height: 22px
3335
+ }
3336
+ @media only screen and (min-device-width: 48em) {
3337
+ .SimpleBlock-module_context_p__33saY {
3338
+ padding: 0 0 0 38px;
3339
+
3340
+ font-size: 20px;
3341
+ line-height: 27px
3342
+ }
3343
+ }
3344
+ .SimpleBlock-module_context_p__33saY::before {
3345
+ position: absolute;
3346
+ top: 0;
3347
+ left: 5px;
3348
+
3349
+ width: 8px;
3350
+
3351
+ content: '\2022';
3352
+ text-align: center;
3353
+
3354
+ color: #b88b59;
3355
+
3356
+ font-size: 18px;
3357
+ line-height: inherit
3358
+ }
3359
+ @media only screen and (min-device-width: 48em) {
3360
+ .SimpleBlock-module_context_p__33saY::before {
3361
+ left: 0;
3362
+
3363
+ width: 36px;
3364
+
3365
+ text-align: center;
3366
+
3367
+ font-size: 20px
3368
+ }
3369
+ }
3370
+ .SimpleBlock-module_isInIntro__DfutD.SimpleBlock-module_lead__35nXx::after {
3371
+ content: none;
3372
+ }
3373
+ .SimpleBlock-module_center__2rjif {
3374
+ max-width: 650px;
3375
+ margin-right: auto;
3376
+ margin-left: auto;
3377
+ }
3378
+ @media only screen and (min-device-width: 48em) {
3379
+ .SimpleBlock-module_center__2rjif.SimpleBlock-module_lead__35nXx {
3380
+ font-size: 20px;
3381
+ line-height: 28px
3382
+ }
3383
+ }
3384
+ .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
3385
+ margin-bottom: 18px
3386
+ }
3387
+ @media only screen and (min-device-width: 48em) {
3388
+ .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
3389
+ margin-top: 27px;
3390
+ margin-bottom: 20px;
3391
+
3392
+ font-size: 20px;
3393
+ line-height: 28px
3394
+ }
3395
+ }
3396
+ .SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
3397
+ margin-bottom: 15px
3398
+ }
3399
+ @media only screen and (min-device-width: 48em) {
3400
+ .SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
3401
+ margin-top: 20px;
3402
+
3403
+ font-size: 20px;
3404
+ line-height: 28px
3405
+ }
3406
+ }
3407
+ .SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx,
3408
+ .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx {
3409
+ margin-top: 0;
3410
+ }
3411
+ .SimpleBlock-module_isInImportantLead__3VGzT {
3412
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3413
+ font-size: 16px;
3414
+ line-height: 22px
3415
+ }
3416
+ @media only screen and (min-device-width: 48em) {
3417
+ .SimpleBlock-module_isInImportantLead__3VGzT {
3418
+ font-size: 18px;
3419
+ line-height: 26px
3420
+ }
3421
+ }
3422
+ .SimpleBlock-module_slide__Aqgfu {
3423
+ max-width: 650px;
3424
+ margin-right: auto;
3425
+ margin-left: auto;
3426
+ }
3427
+ .SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
3428
+ margin-top: 6px;
3429
+ margin-bottom: 6px;
3430
+
3431
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3432
+ font-size: 16px;
3433
+ line-height: 22px
3434
+ }
3435
+ @media only screen and (min-device-width: 48em) {
3436
+ .SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
3437
+ margin-top: 12px;
3438
+ margin-bottom: 12px;
3439
+
3440
+ font-size: 18px;
3441
+ line-height: 26px
3442
+ }
3443
+ }
3444
+ .SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
3445
+ margin-top: 12px;
3446
+ margin-bottom: 12px
3447
+ }
3448
+ @media only screen and (min-device-width: 48em) {
3449
+ .SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
3450
+ margin-top: 10px;
3451
+ margin-bottom: 10px
3452
+ }
3453
+ }
3454
+ .SimpleBlock-module_isInAnswer__3aX6X:first-child {
3455
+ margin-top: 6px;
3456
+ }
3457
+ .SimpleBlock-module_isInAnswer__3aX6X:last-child {
3458
+ margin-bottom: 0;
3459
+ }
3460
+ /* VISIBILITY */
3461
+ @media only screen and (min-device-width: 32em) {
3462
+ .SimpleBlock-module_mobile__Ckgek {
3463
+ display: none
3464
+ }
3465
+ }
3466
+ .SimpleBlock-module_desktop__2se2o {
3467
+ display: none
3468
+ }
3469
+ @media only screen and (min-device-width: 32em) {
3470
+ .SimpleBlock-module_desktop__2se2o {
3471
+ display: block
3472
+ }
3473
+ }
3474
+
3475
+ /* Colors */
3476
+ /* Fonts */
3477
+ /* Gap */
3478
+ /* Media */
3479
+ /* 512 */
3480
+ /* 650 */
3481
+ /* 768 */
3482
+ /* 1024 */
3483
+ /* 1010 */
3484
+ /* 1200 */
3485
+ /* 511 */
3486
+ /* 1023 */
3487
+ /* Zindex */
3488
+ .SourceBlock-module_root__1P3XD {
3489
+ display: block;
3490
+
3491
+ margin: 18px 0 15px;
3492
+ padding: 12px 11px 13px;
3493
+
3494
+ color: #000;
3495
+ border-left: 4px solid #b88b59;
3496
+ border-radius: 2px 8px 8px 2px;
3497
+ background-color: #f5f5f5;
3498
+
3499
+ font-size: 16px;
3500
+ line-height: 20px
3501
+ }
3502
+ @media only screen and (min-device-width: 48em) {
3503
+ .SourceBlock-module_root__1P3XD {
3504
+ margin-top: 25px;
3505
+ margin-bottom: 25px;
3506
+ padding: 18px 16px 12px
3507
+ }
3508
+ }
3509
+ .SourceBlock-module_root__1P3XD:hover,
3510
+ .SourceBlock-module_root__1P3XD:visited {
3511
+ background-color: #ededed;
3512
+ }
3513
+ .SourceBlock-module_root__1P3XD blockquote {
3514
+ margin: 0;
3515
+ }
3516
+ .SourceBlock-module_root__1P3XD a {
3517
+ text-decoration: none;
3518
+
3519
+ color: inherit;
3520
+ }
3521
+ .SourceBlock-module_text__Si4vm {
3522
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3523
+ }
3524
+ .SourceBlock-module_text__Si4vm p {
3525
+ margin: 0;
3526
+
3527
+ font-size: 16px;
3528
+ line-height: 22px
3529
+ }
3530
+ @media only screen and (min-device-width: 48em) {
3531
+ .SourceBlock-module_text__Si4vm p {
3532
+ font-size: 18px;
3533
+ line-height: 26px
3534
+ }
3535
+ }
3536
+ .SourceBlock-module_root__1P3XD p + p {
3537
+ margin-top: 12px;
3538
+ }
3539
+ .SourceBlock-module_root__1P3XD footer {
3540
+ margin-top: 12px;
3541
+ padding-top: 10px;
3542
+
3543
+ border-top: 1px solid #d6d6d6
3544
+ }
3545
+ @media only screen and (min-device-width: 48em) {
3546
+ .SourceBlock-module_root__1P3XD footer {
3547
+ margin-top: 18px;
3548
+ padding-top: 12px
3549
+ }
3550
+ }
3551
+ .SourceBlock-module_origin__l3JbO {
3552
+ letter-spacing: 1px;
3553
+ text-transform: uppercase;
3554
+ pointer-events: none;
3555
+
3556
+ color: #292929;
3557
+
3558
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3559
+ font-size: 16px;
3560
+ font-weight: bold;
3561
+ font-style: normal;
3562
+ line-height: 22px
3563
+ }
3564
+ @media only screen and (min-device-width: 48em) {
3565
+ .SourceBlock-module_origin__l3JbO {
3566
+ font-size: 18px;
3567
+ line-height: 26px
3568
+ }
3569
+ }
3570
+ .SourceBlock-module_center__3P93B {
3571
+ max-width: 650px;
3572
+ margin-right: auto;
3573
+ margin-left: auto;
3574
+ }
3575
+ /* VISIBILITY */
3576
+ @media only screen and (min-device-width: 32em) {
3577
+ .SourceBlock-module_mobile__2gw4S {
3578
+ display: none
3579
+ }
3580
+ }
3581
+ .SourceBlock-module_desktop__DecT6 {
3582
+ display: none
3583
+ }
3584
+ @media only screen and (min-device-width: 32em) {
3585
+ .SourceBlock-module_desktop__DecT6 {
3586
+ display: block
3587
+ }
3588
+ }
3589
+
3590
+ /* Colors */
3591
+ /* Fonts */
3592
+ /* Gap */
3593
+ /* Media */
3594
+ /* 512 */
3595
+ /* 650 */
3596
+ /* 768 */
3597
+ /* 1024 */
3598
+ /* 1010 */
3599
+ /* 1200 */
3600
+ /* 511 */
3601
+ /* 1023 */
3602
+ /* Zindex */
3603
+ .Spoiler-module_root__1OfSR {
3604
+ width: 100%;
3605
+ margin: 15px 0;
3606
+ padding: 21px 0 22px;
3607
+
3608
+ border-top: 3px solid rgba(0, 0, 0, 0.1);
3609
+ border-bottom: 3px solid rgba(0, 0, 0, 0.1)
3610
+ }
3611
+ @media only screen and (min-device-width: 32em) {
3612
+ .Spoiler-module_root__1OfSR {
3613
+ display: -webkit-box;
3614
+ display: -webkit-flex;
3615
+ display: -ms-flexbox;
3616
+ display: flex;
3617
+ flex-flow: column nowrap;
3618
+
3619
+ margin: 25px auto 20px;
3620
+ padding: 20px 0
3621
+ }
3622
+ }
3623
+ .Spoiler-module_root__1OfSR:last-child {
3624
+ margin-bottom: 0;
3625
+ }
3626
+ .Spoiler-module_root__1OfSR:first-child {
3627
+ margin-top: 0;
3628
+ }
3629
+ .Spoiler-module_header__1rZUs {
3630
+ display: -webkit-box;
3631
+ display: -webkit-flex;
3632
+ display: -ms-flexbox;
3633
+ display: flex;
3634
+ flex-flow: column nowrap;
3635
+ justify-content: center;
3636
+ }
3637
+ .Spoiler-module_header__1rZUs h3 {
3638
+ margin-top: 0;
3639
+ margin-bottom: 18px;
3640
+
3641
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3642
+ font-size: 21px;
3643
+ font-weight: 700;
3644
+ line-height: 26px
3645
+ }
3646
+ @media only screen and (min-device-width: 32em) {
3647
+ .Spoiler-module_header__1rZUs h3 {
3648
+ margin-bottom: 20px;
3649
+
3650
+ font-size: 28px;
3651
+ line-height: 34px
3652
+ }
3653
+ }
3654
+ .Spoiler-module_body__Q1e_c {
3655
+ display: none;
3656
+
3657
+ width: 100%;
3658
+ margin-right: auto;
3659
+ margin-left: auto;
3660
+ padding-bottom: 13px
3661
+ }
3662
+ @media only screen and (min-device-width: 32em) {
3663
+ .Spoiler-module_body__Q1e_c {
3664
+ order: 2;
3665
+
3666
+ padding-top: 25px;
3667
+ padding-bottom: 0
3668
+ }
3669
+ }
3670
+ .Spoiler-module_spoiled__1A5r4 {
3671
+ min-height: auto;
3672
+ }
3673
+ .Spoiler-module_spoiled__1A5r4 .Spoiler-module_body__Q1e_c {
3674
+ display: block;
3675
+ }
3676
+ .Spoiler-module_footer__23mh7 {
3677
+ position: static;
3678
+ }
3679
+ .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
3680
+ position: -webkit-sticky;
3681
+ position: sticky;
3682
+ z-index: 10;
3683
+ bottom: 0;
3684
+
3685
+ margin-right: -20px;
3686
+ margin-left: -20px;
3687
+ padding: 12px 20px 20px;
3688
+
3689
+ -webkit-animation: Spoiler-module_spoilerSticky__3Kd30 500ms ease both;
3690
+
3691
+ animation: Spoiler-module_spoilerSticky__3Kd30 500ms ease both;
3692
+
3693
+ background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(64%, #fff) );
3694
+
3695
+ background-image: -o-linear-gradient( top, rgba(255, 255, 255, 0) 0%, #fff 64% );
3696
+
3697
+ background-image: linear-gradient( 180deg, rgba(255, 255, 255, 0) 0%, #fff 64% )
3698
+ }
3699
+ @media only screen and (min-device-width: 32em) {
3700
+ .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
3701
+ position: static;
3702
+
3703
+ margin-right: 0;
3704
+ margin-left: 0;
3705
+ padding: 0;
3706
+
3707
+ -webkit-animation: none;
3708
+
3709
+ animation: none;
3710
+
3711
+ background-image: none
3712
+ }
3713
+ }
3714
+ .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7::after {
3715
+ position: absolute;
3716
+ z-index: -1;
3717
+ top: 100%;
3718
+ right: 0;
3719
+ left: 0;
3720
+
3721
+ height: 16px;
3722
+
3723
+ content: '';
3724
+
3725
+ background-color: #fff
3726
+ }
3727
+ @media only screen and (min-device-width: 32em) {
3728
+ .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7::after {
3729
+ content: none
3730
+ }
3731
+ }
3732
+ .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 svg {
3733
+ transform: rotate(180deg) translateY(1px);
3734
+ }
3735
+ @media only screen and (min-device-width: 32em) {
3736
+ .Spoiler-module_center__tq1m0 {
3737
+ max-width: 980px;
3738
+ margin-right: auto;
3739
+ margin-left: auto
3740
+ }
3741
+ }
3742
+ .Spoiler-module_full__1QFqR {
3743
+ max-width: 980px;
3744
+ }
3745
+ .Spoiler-module_default__2Kjx8 {
3746
+ max-width: 650px;
3747
+ }
3748
+ @-webkit-keyframes Spoiler-module_spoilerSticky__3Kd30 {
3749
+ 0% {
3750
+ transform: translateY(62px);
3751
+ }
3752
+ 50% {
3753
+ transform: translateY(-16px);
3754
+ }
3755
+ 100% {
3756
+ transform: translateY(0);
3757
+ }
3758
+ }
3759
+ @keyframes Spoiler-module_spoilerSticky__3Kd30 {
3760
+ 0% {
3761
+ transform: translateY(62px);
3762
+ }
3763
+ 50% {
3764
+ transform: translateY(-16px);
3765
+ }
3766
+ 100% {
3767
+ transform: translateY(0);
3768
+ }
3769
+ }
3770
+ [data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
3771
+ bottom: 45px
3772
+ }
3773
+ @media only screen and (min-device-width: 32em) {
3774
+ [data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
3775
+ bottom: 46px
3776
+ }
3777
+ }
3778
+ /* VISIBILITY */
3779
+ @media only screen and (min-device-width: 32em) {
3780
+ .Spoiler-module_mobile__2BPt8 {
3781
+ display: none
3782
+ }
3783
+ }
3784
+ .Spoiler-module_desktop__1BIFJ {
3785
+ display: none
3786
+ }
3787
+ @media only screen and (min-device-width: 32em) {
3788
+ .Spoiler-module_desktop__1BIFJ {
3789
+ display: block
3790
+ }
3791
+ }
3792
+
3793
+ /* Colors */
3794
+ /* Fonts */
3795
+ /* Gap */
3796
+ /* Media */
3797
+ /* 512 */
3798
+ /* 650 */
3799
+ /* 768 */
3800
+ /* 1024 */
3801
+ /* 1010 */
3802
+ /* 1200 */
3803
+ /* 511 */
3804
+ /* 1023 */
3805
+ /* Zindex */
3806
+ .MetaItem-module_root__2VQom {
3807
+ display: inline;
3808
+
3809
+ margin-right: 15px;
3810
+ }
3811
+ .MetaItem-module_root__2VQom > svg {
3812
+ display: inline-block;
3813
+
3814
+ margin-right: 1px;
3815
+
3816
+ vertical-align: top;
3817
+
3818
+ color: inherit;
3819
+
3820
+ fill: currentColor;
3821
+ }
3822
+ .MetaItem-module_root__2VQom a {
3823
+ display: inline;
3824
+
3825
+ text-decoration: underline;
3826
+
3827
+ color: inherit;
3828
+
3829
+ -webkit-text-decoration-skip: auto;
3830
+ }
3831
+ .MetaItem-module_root__2VQom a:hover {
3832
+ color: #b88b59;
3833
+ }
3834
+ .MetaItem-module_hasBullets__CkQPI {
3835
+ margin-right: 0;
3836
+ }
3837
+ .MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
3838
+ display: inline-block;
3839
+
3840
+ padding-right: 0.4em;
3841
+ padding-left: 0.4em;
3842
+
3843
+ content: '\B7';
3844
+ }
3845
+ @media only screen and (max-device-width: 32.1875em) {
3846
+ .MetaItem-module_hasSource__1DmCI {
3847
+ width: 100%;
3848
+ margin-top: 3px;
3849
+ margin-bottom: 3px
3850
+ }
3851
+ }
3852
+ @media only screen and (max-device-width: 32.1875em) {
3853
+ .MetaItem-module_hasSource__1DmCI:first-child {
3854
+ margin-top: 0
3855
+ }
3856
+ }
3857
+ .MetaItem-module_hasSource__1DmCI:last-child {
3858
+ margin-bottom: 0;
3859
+ }
3860
+ @media only screen and (max-device-width: 32.1875em) {
3861
+ .MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
3862
+ display: none
3863
+ }
3864
+ }
3865
+ @media only screen and (max-device-width: 32.1875em) {
3866
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
3867
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
3868
+ display: inline-block
3869
+ }
3870
+ }
3871
+ @media only screen and (max-device-width: 32.1875em) {
3872
+ .MetaItem-module_datetime__3tOWm,
3873
+ .MetaItem-module_listened__lwvAO,
3874
+ .MetaItem-module_read__5eAIG {
3875
+ width: auto
3876
+ }
3877
+ }
3878
+ @media only screen and (max-device-width: 32.1875em) {
3879
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
3880
+ order: -2
3881
+ }
3882
+ }
3883
+ @media only screen and (max-device-width: 32.1875em) {
3884
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
3885
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
3886
+ order: -1;
3887
+
3888
+ margin-top: 0
3889
+ }
3890
+ }
3891
+ .MetaItem-module_read__5eAIG svg {
3892
+ margin-top: -1px;
3893
+ }
3894
+
3895
+ /* stylelint-disable declaration-empty-line-before */
3896
+ /* Colors */
3897
+ /* Fonts */
3898
+ /* Gap */
3899
+ /* Media */
3900
+ /* 512 */
3901
+ /* 650 */
3902
+ /* 768 */
3903
+ /* 1024 */
3904
+ /* 1010 */
3905
+ /* 1200 */
3906
+ /* 511 */
3907
+ /* 1023 */
3908
+ /* Zindex */
3909
+ .MetaItemLive-module_root__2mpD3 {
3910
+ position: relative;
3911
+
3912
+ display: inline-block;
3913
+
3914
+ width: 18px;
3915
+ height: 18px;
3916
+
3917
+ vertical-align: middle;
3918
+ }
3919
+ .MetaItemLive-module_gold__3yZEV {
3920
+ color: #b88b59;
3921
+ }
3922
+ .MetaItemLive-module_root__2mpD3::before,
3923
+ .MetaItemLive-module_root__2mpD3::after,
3924
+ .MetaItemLive-module_frame__1H_Ha {
3925
+ position: absolute;
3926
+ top: 0;
3927
+ right: 0;
3928
+ bottom: 0;
3929
+ left: 0;
3930
+ z-index: 0;
3931
+ }
3932
+ .MetaItemLive-module_root__2mpD3 {
3933
+ margin-top: -4px;
3934
+ margin-right: 1px;
3935
+
3936
+ transform: translateY(1px);
3937
+ }
3938
+ .MetaItemLive-module_root__2mpD3::before,
3939
+ .MetaItemLive-module_root__2mpD3::after,
3940
+ .MetaItemLive-module_frame__1H_Ha {
3941
+
3942
+ border-radius: 50%;
3943
+ transform: scale(0);
3944
+
3945
+ -webkit-animation-duration: 1.05s;
3946
+
3947
+ animation-duration: 1.05s;
3948
+ -webkit-animation-timing-function: linear;
3949
+ animation-timing-function: linear;
3950
+ -webkit-animation-iteration-count: infinite;
3951
+ animation-iteration-count: infinite;
3952
+ }
3953
+ .MetaItemLive-module_frame__1H_Ha {
3954
+
3955
+ background: currentColor;
3956
+
3957
+ -webkit-animation-name: MetaItemLive-module_liveMiddle__wyuV3;
3958
+
3959
+ animation-name: MetaItemLive-module_liveMiddle__wyuV3;
3960
+ }
3961
+ .MetaItemLive-module_root__2mpD3::before,
3962
+ .MetaItemLive-module_root__2mpD3::after {
3963
+
3964
+ border: 1px solid currentColor;
3965
+
3966
+ content: '';
3967
+ }
3968
+ .MetaItemLive-module_root__2mpD3::before {
3969
+ -webkit-animation-name: MetaItemLive-module_liveFirstWave__3dbvz;
3970
+ animation-name: MetaItemLive-module_liveFirstWave__3dbvz;
3971
+ }
3972
+ .MetaItemLive-module_root__2mpD3::after {
3973
+ -webkit-animation-name: MetaItemLive-module_liveSecondWave__12g57;
3974
+ animation-name: MetaItemLive-module_liveSecondWave__12g57;
3975
+ }
3976
+ @-webkit-keyframes MetaItemLive-module_liveMiddle__wyuV3 {
3977
+ 14% {
3978
+ transform: scale(0);
3979
+ }
3980
+
3981
+ 30% {
3982
+ transform: scale(0.22);
3983
+ }
3984
+
3985
+ 63% {
3986
+ transform: scale(0.22);
3987
+ }
3988
+
3989
+ 70% {
3990
+ transform: scale(0);
3991
+ }
3992
+
3993
+ 100% {
3994
+ transform: scale(0);
3995
+ }
3996
+ }
3997
+ @keyframes MetaItemLive-module_liveMiddle__wyuV3 {
3998
+ 14% {
3999
+ transform: scale(0);
4000
+ }
4001
+
4002
+ 30% {
4003
+ transform: scale(0.22);
4004
+ }
4005
+
4006
+ 63% {
4007
+ transform: scale(0.22);
4008
+ }
4009
+
4010
+ 70% {
4011
+ transform: scale(0);
4012
+ }
4013
+
4014
+ 100% {
4015
+ transform: scale(0);
4016
+ }
4017
+ }
4018
+ @-webkit-keyframes MetaItemLive-module_liveFirstWave__3dbvz {
4019
+ 21% {
4020
+ transform: scale(0.1);
4021
+ }
4022
+
4023
+ 53% {
4024
+ transform: scale(0.33);
4025
+ }
4026
+
4027
+ 100% {
4028
+ transform: scale(0.66);
4029
+
4030
+ opacity: 0;
4031
+ }
4032
+ }
4033
+ @keyframes MetaItemLive-module_liveFirstWave__3dbvz {
4034
+ 21% {
4035
+ transform: scale(0.1);
4036
+ }
4037
+
4038
+ 53% {
4039
+ transform: scale(0.33);
4040
+ }
4041
+
4042
+ 100% {
4043
+ transform: scale(0.66);
4044
+
4045
+ opacity: 0;
4046
+ }
4047
+ }
4048
+ @-webkit-keyframes MetaItemLive-module_liveSecondWave__12g57 {
4049
+ 21% {
4050
+ transform: scale(0.22);
4051
+ }
4052
+
4053
+ 53% {
4054
+ transform: scale(0.55);
4055
+ }
4056
+
4057
+ 100% {
4058
+ transform: scale(0.88);
4059
+
4060
+ opacity: 0;
4061
+ }
4062
+ }
4063
+ @keyframes MetaItemLive-module_liveSecondWave__12g57 {
4064
+ 21% {
4065
+ transform: scale(0.22);
4066
+ }
4067
+
4068
+ 53% {
4069
+ transform: scale(0.55);
4070
+ }
4071
+
4072
+ 100% {
4073
+ transform: scale(0.88);
4074
+
4075
+ opacity: 0;
4076
+ }
4077
+ }
4078
+
4079
+ /* stylelint-disable declaration-empty-line-before */
4080
+ /* Colors */
4081
+ /* Fonts */
4082
+ /* Gap */
4083
+ /* Media */
4084
+ /* 512 */
4085
+ /* 650 */
4086
+ /* 768 */
4087
+ /* 1024 */
4088
+ /* 1010 */
4089
+ /* 1200 */
4090
+ /* 511 */
4091
+ /* 1023 */
4092
+ /* Zindex */
4093
+ .DocumentItemsCount-module_root__P3q-z {
4094
+ display: inline;
4095
+
4096
+ line-height: inherit;
4097
+ }
4098
+ .DocumentItemsCount-module_root__P3q-z svg {
4099
+ vertical-align: top;
4100
+ }
4101
+ .DocumentItemsCount-module_items__3pfxW {
4102
+ margin-left: 1px;
4103
+
4104
+ vertical-align: top;
4105
+ }
4106
+
4107
+ /* Colors */
4108
+ /* Fonts */
4109
+ /* Gap */
4110
+ /* Media */
4111
+ /* 512 */
4112
+ /* 650 */
4113
+ /* 768 */
4114
+ /* 1024 */
4115
+ /* 1010 */
4116
+ /* 1200 */
4117
+ /* 511 */
4118
+ /* 1023 */
4119
+ /* Zindex */
4120
+ .ToolbarButton-module_root__xN-fq {
4121
+ height: 100%;
4122
+ margin: 0;
4123
+ padding: 0 1px 0 0;
4124
+
4125
+ cursor: pointer;
4126
+
4127
+ color: inherit;
4128
+ border-width: 0;
4129
+ outline: none;
4130
+ background-color: transparent;
4131
+
4132
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4133
+ font-size: 12px;
4134
+ font-weight: 600;
4135
+ line-height: 1;
4136
+
4137
+ -webkit-appearance: none;
4138
+
4139
+ -moz-appearance: none;
4140
+
4141
+ appearance: none;
4142
+ }
4143
+ .ToolbarButton-module_root__xN-fq::after {
4144
+ position: absolute;
4145
+ top: 0;
4146
+ right: 0;
4147
+ bottom: 0;
4148
+ left: 0;
4149
+
4150
+ content: '';
4151
+ }
4152
+ .ToolbarButton-module_root__xN-fq:hover {
4153
+ opacity: 0.6;
4154
+ }
4155
+ .ToolbarButton-module_dark__GrIOr {
4156
+ color: #fff;
4157
+ }
4158
+ .ToolbarButton-module_dark__GrIOr:hover {
4159
+ opacity: 0.6;
4160
+ }
4161
+ .ToolbarButton-module_dark__GrIOr svg {
4162
+ color: #262626;
4163
+
4164
+ fill: #fff;
4165
+ }
4166
+ .ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b svg {
4167
+ color: #fff;
4168
+
4169
+ fill: transparent;
4170
+ }
4171
+ .ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg {
4172
+ fill: currentColor;
4173
+ }
4174
+ .ToolbarButton-module_dark__GrIOr::before {
4175
+ border-left-color: rgba(255, 255, 255, 0.2);
4176
+ }
4177
+ .ToolbarButton-module_root__xN-fq [data-theme='dark'] {
4178
+ visibility: hidden;
4179
+ }
4180
+ .ToolbarButton-module_dark__GrIOr [data-theme='dark'] {
4181
+ visibility: visible;
4182
+ }
4183
+ .ToolbarButton-module_dark__GrIOr [data-theme='light'] {
4184
+ visibility: hidden;
4185
+ }
4186
+ .ToolbarButton-module_text__32m6s {
4187
+ display: inline-block;
4188
+
4189
+ padding-left: 5px;
4190
+
4191
+ vertical-align: middle;
4192
+ }
4193
+ .ToolbarButton-module_text__32m6s:empty {
4194
+ display: none;
4195
+ }
4196
+ .ToolbarButton-module_bookmark__3369b {
4197
+ color: #999;
4198
+
4199
+ fill: transparent;
4200
+ }
4201
+ .ToolbarButton-module_isActive__3NLAE {
4202
+ fill: currentColor;
4203
+ }
4204
+
4205
+ /* Colors */
4206
+ /* Fonts */
4207
+ /* Gap */
4208
+ /* Media */
4209
+ /* 512 */
4210
+ /* 650 */
4211
+ /* 768 */
4212
+ /* 1024 */
4213
+ /* 1010 */
4214
+ /* 1200 */
4215
+ /* 511 */
4216
+ /* 1023 */
4217
+ /* Zindex */
4218
+ .EmbedBlock-module_root__28k9U {
4219
+ position: relative;
4220
+
4221
+ margin: 15px 0
4222
+ }
4223
+ @media only screen and (min-device-width: 32em) {
4224
+ .EmbedBlock-module_root__28k9U {
4225
+ margin: 25px 0 20px
4226
+ }
4227
+ }
4228
+ .EmbedBlock-module_root__28k9U:first-child {
4229
+ margin-top: 0;
4230
+ }
4231
+ .EmbedBlock-module_root__28k9U:last-child {
4232
+ margin-bottom: 0;
4233
+ }
4234
+ .EmbedBlock-module_root__28k9U figcaption {
4235
+ width: 100%;
4236
+ max-width: 650px;
4237
+ margin-right: auto;
4238
+ margin-left: auto;
4239
+
4240
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4241
+ }
4242
+ .EmbedBlock-module_object__2_UZ7 {
4243
+ position: relative;
4244
+ }
4245
+ .EmbedBlock-module_objectWrap__1aDVd {
4246
+ position: relative;
4247
+
4248
+ display: -webkit-box;
4249
+
4250
+ display: -webkit-flex;
4251
+
4252
+ display: -ms-flexbox;
4253
+
4254
+ display: flex;
4255
+ flex-flow: column nowrap;
4256
+ }
4257
+ .EmbedBlock-module_objectWrap__1aDVd iframe {
4258
+ display: block;
4259
+
4260
+ width: 100px;
4261
+ min-width: 100%;
4262
+
4263
+ border-width: 0;
4264
+ }
4265
+ .EmbedBlock-module_proportional__3lAv4 iframe,
4266
+ .EmbedBlock-module_proportional__3lAv4 video {
4267
+ position: absolute;
4268
+ top: 0;
4269
+ left: 0;
4270
+
4271
+ height: 100%;
4272
+ }
4273
+ .EmbedBlock-module_objectWrap__1aDVd img,
4274
+ .EmbedBlock-module_objectWrap__1aDVd video {
4275
+ width: 100%;
4276
+ height: auto;
4277
+ }
4278
+ .EmbedBlock-module_attachment__2pE0t {
4279
+ display: -webkit-box;
4280
+ display: -webkit-flex;
4281
+ display: -ms-flexbox;
4282
+ display: flex;
4283
+ align-items: flex-end;
4284
+ flex-direction: row;
4285
+ flex-wrap: nowrap;
4286
+ }
4287
+ .EmbedBlock-module_attachment__2pE0t figcaption {
4288
+ padding-left: 12px;
4289
+ }
4290
+ .EmbedBlock-module_default__LSDny,
4291
+ .EmbedBlock-module_xs__1hFgW {
4292
+ max-width: 650px
4293
+ }
4294
+ @media only screen and (min-device-width: 32em) {
4295
+ .EmbedBlock-module_default__LSDny,
4296
+ .EmbedBlock-module_xs__1hFgW {
4297
+ margin-right: auto;
4298
+ margin-left: auto
4299
+ }
4300
+ }
4301
+ .EmbedBlock-module_full__1TEjx {
4302
+ max-width: 980px
4303
+ }
4304
+ @media only screen and (min-device-width: 32em) {
4305
+ .EmbedBlock-module_full__1TEjx {
4306
+ margin-right: auto;
4307
+ margin-left: auto
4308
+ }
4309
+ }
4310
+ .EmbedBlock-module_full__1TEjx .EmbedBlock-module_object__2_UZ7 {
4311
+ margin-right: -20px;
4312
+ margin-left: -20px
4313
+ }
4314
+ @media only screen and (min-device-width: 32em) {
4315
+ .EmbedBlock-module_full__1TEjx .EmbedBlock-module_object__2_UZ7 {
4316
+ margin-right: 0;
4317
+ margin-left: 0
4318
+ }
4319
+ }
4320
+ .EmbedBlock-module_super_full__1Fn9A {
4321
+ max-width: 100%;
4322
+ }
4323
+ @media only screen and (min-device-width: 32em) {
4324
+ .EmbedBlock-module_super_full__1Fn9A .EmbedBlock-module_figure__vAvcN {
4325
+ margin-right: -15px;
4326
+ margin-left: -15px
4327
+ }
4328
+ }
4329
+ .EmbedBlock-module_dark__1be2G iframe {
4330
+ background-color: transparent;
4331
+ }
4332
+ .EmbedBlock-module_isInGroupedBlock__3r_i- {
4333
+ max-width: none
4334
+ }
4335
+ @media only screen and (min-device-width: 32em) {
4336
+ .EmbedBlock-module_isInGroupedBlock__3r_i- {
4337
+ margin: 0
4338
+ }
4339
+ }
4340
+ @media only screen and (min-device-width: 32em) {
4341
+ .EmbedBlock-module_isInGroupedBlock__3r_i- .EmbedBlock-module_figure__vAvcN {
4342
+ margin: 0
4343
+ }
4344
+ }
4345
+ .EmbedBlock-module_isInGroupedBlock__3r_i- figcaption {
4346
+ max-width: none;
4347
+ margin-right: 0;
4348
+ margin-left: 0;
4349
+ }
4350
+ [data-frozen='true'] {
4351
+ position: relative;
4352
+
4353
+ cursor: pointer;
4354
+ }
4355
+ [data-frozen='true']::after {
4356
+ position: absolute;
4357
+ top: 0;
4358
+ right: 0;
4359
+ bottom: 0;
4360
+ left: 0;
4361
+
4362
+ content: '';
4363
+ pointer-events: none;
4364
+
4365
+ background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill-opacity='.5' fill='%23000' cx='35' cy='35' r='35'/%3E%3Cpath d='M35 66.75c2.816 0 5.585-.367 8.256-1.084.667-.18 1.062-.865.883-1.532-.18-.666-.866-1.062-1.533-.883-2.46.662-5.01 1-7.607 1-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25zm15.946-4.29c2.41-1.4 4.624-3.114 6.587-5.092.487-.49.484-1.282-.006-1.768s-1.282-.484-1.768.006c-1.81 1.823-3.852 3.403-6.07 4.694-.598.347-.8 1.113-.453 1.71.347.596 1.112.798 1.71.45zm11.632-11.716c1.382-2.417 2.442-5.007 3.147-7.713.174-.667-.226-1.35-.894-1.524-.667-.174-1.35.227-1.524.895-.65 2.492-1.625 4.877-2.898 7.102-.343.6-.135 1.363.464 1.706.6.343 1.363.135 1.706-.464zm4.172-15.912c-.015-2.816-.397-5.583-1.128-8.25-.183-.666-.87-1.058-1.537-.875-.665.183-1.057.87-.874 1.536.675 2.457 1.026 5.006 1.04 7.602.003.69.566 1.247 1.256 1.243.69-.003 1.247-.566 1.244-1.256zM62.376 18.91c-1.414-2.402-3.14-4.608-5.128-6.56-.492-.485-1.283-.478-1.767.015-.483.492-.476 1.284.016 1.767 1.833 1.8 3.423 3.834 4.726 6.046.35.595 1.117.793 1.712.443.594-.35.793-1.116.442-1.71zM50.598 7.34c-2.424-1.37-5.02-2.416-7.73-3.107-.668-.17-1.35.233-1.52.902-.17.67.234 1.35.903 1.52 2.496.637 4.886 1.6 7.118 2.86.6.34 1.363.13 1.703-.472.34-.602.13-1.364-.472-1.704zM34.665 3.25c-2.815.03-5.58.425-8.244 1.17-.664.187-1.052.877-.865 1.542.186.664.875 1.052 1.54.866 2.454-.687 5-1.052 7.596-1.078.69-.008 1.245-.573 1.238-1.263-.007-.692-.573-1.245-1.263-1.238zm-15.903 4.46c-2.393 1.426-4.59 3.163-6.533 5.162-.482.495-.47 1.287.024 1.768.496.48 1.287.47 1.768-.026 1.79-1.842 3.815-3.443 6.02-4.758.594-.354.788-1.12.434-1.714-.353-.593-1.12-.787-1.714-.433zM7.256 19.55c-1.357 2.43-2.39 5.032-3.065 7.745-.166.67.242 1.348.912 1.515.67.167 1.348-.24 1.515-.91.623-2.5 1.573-4.894 2.822-7.133.335-.603.12-1.365-.484-1.7-.603-.338-1.364-.122-1.7.48zM3.254 35.5c.043 2.813.454 5.577 1.214 8.237.19.663.882 1.047 1.545.857.664-.19 1.05-.88.86-1.545-.7-2.45-1.08-4.995-1.12-7.59-.01-.69-.578-1.24-1.27-1.23-.69.01-1.24.58-1.23 1.27zm4.543 15.88c1.44 2.385 3.188 4.573 5.197 6.505.497.478 1.29.463 1.767-.035.48-.497.464-1.29-.033-1.767-1.85-1.78-3.463-3.797-4.79-5.995-.356-.59-1.125-.78-1.716-.425-.59.357-.78 1.125-.423 1.716zm11.9 11.444c2.44 1.343 5.046 2.36 7.763 3.023.67.162 1.347-.25 1.51-.92.164-.67-.247-1.347-.918-1.51-2.502-.61-4.902-1.547-7.147-2.784-.605-.333-1.365-.113-1.698.492-.334.604-.114 1.365.49 1.698z' fill='%23FFF' fill-rule='nonzero'/%3E%3Cpath d='M19.838 34.99c0 4.39 3.297 7.265 7.35 7.265 2.437 0 4.39-1.008 5.776-2.54v-5.25h-6.636v2.162h4.178v2.184c-.63.59-1.89 1.26-3.317 1.26-2.774.002-4.832-2.14-4.832-5.08s2.058-5.062 4.83-5.062c1.576 0 2.9.82 3.634 1.87l2.015-1.134c-1.134-1.617-2.92-2.92-5.65-2.92-4.052 0-7.35 2.857-7.35 7.245zm15.487 6.992h2.457V27.977h-2.456v14.007zm5.24 0h2.457v-6.047h6.992v-2.163h-6.992V30.14l7.14-.002v-2.163h-9.597v14.008z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E");
4366
+ background-repeat: no-repeat;
4367
+ background-position: center;
4368
+ background-size: 70px 70px;
4369
+ }
4370
+ .EmbedBlock-module_gameEmbed__AZQSo {
4371
+ width: 100%;
4372
+ max-width: 650px;
4373
+ margin: 0 auto;
4374
+
4375
+ border-radius: 2px;
4376
+ background: #fff;
4377
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
4378
+ }
4379
+ .EmbedBlock-module_gameEmbed__AZQSo iframe {
4380
+ display: block;
4381
+
4382
+ width: 100%;
4383
+
4384
+ border-width: 0;
4385
+ }
4386
+ @media only screen and (min-device-width: 32em) {
4387
+ .EmbedBlock-module_mobile__1P-eo {
4388
+ display: none
4389
+ }
4390
+ }
4391
+ .EmbedBlock-module_mobile__1P-eo .EmbedBlock-module_figure__vAvcN {
4392
+ overflow: hidden;
4393
+
4394
+ border-radius: 8px 8px 0 0;
4395
+ }
4396
+ .EmbedBlock-module_desktop__SF5a_ {
4397
+ display: none
4398
+ }
4399
+ @media only screen and (min-device-width: 32em) {
4400
+ .EmbedBlock-module_desktop__SF5a_ {
4401
+ display: block
4402
+ }
4403
+ }
4404
+ .EmbedBlock-module_control__xr8dZ {
4405
+ position: absolute;
4406
+ z-index: 10;
4407
+ right: -8px;
4408
+ bottom: 12px;
4409
+
4410
+ width: 28px;
4411
+ height: 28px;
4412
+ margin: 0;
4413
+ padding: 0;
4414
+
4415
+ color: #fff;
4416
+ border-width: 0;
4417
+ border-radius: 14px;
4418
+ background-color: rgba(0, 0, 0, 0.7);
4419
+ 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");
4420
+ background-repeat: no-repeat;
4421
+ background-position: center;
4422
+ box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.15);
4423
+ }
4424
+ .EmbedBlock-module_raw_html__MQoAA {
4425
+ margin: 0 auto;
4426
+ }
4427
+ .EmbedBlock-module_youtube__3gGQ5 .EmbedBlock-module_object__2_UZ7,
4428
+ .EmbedBlock-module_vimeo__kpH1s .EmbedBlock-module_object__2_UZ7,
4429
+ .EmbedBlock-module_onetv__3o33d .EmbedBlock-module_object__2_UZ7,
4430
+ .EmbedBlock-module_coub__38Mva .EmbedBlock-module_object__2_UZ7,
4431
+ .EmbedBlock-module_facebook_video__1_M05 .EmbedBlock-module_object__2_UZ7,
4432
+ .EmbedBlock-module_figure__vAvcN {
4433
+ margin-right: -20px;
4434
+ margin-left: -20px
4435
+ }
4436
+ @media only screen and (min-device-width: 32em) {
4437
+ .EmbedBlock-module_youtube__3gGQ5 .EmbedBlock-module_object__2_UZ7,
4438
+ .EmbedBlock-module_vimeo__kpH1s .EmbedBlock-module_object__2_UZ7,
4439
+ .EmbedBlock-module_onetv__3o33d .EmbedBlock-module_object__2_UZ7,
4440
+ .EmbedBlock-module_coub__38Mva .EmbedBlock-module_object__2_UZ7,
4441
+ .EmbedBlock-module_facebook_video__1_M05 .EmbedBlock-module_object__2_UZ7,
4442
+ .EmbedBlock-module_figure__vAvcN {
4443
+ margin-right: auto;
4444
+ margin-left: auto
4445
+ }
4446
+ }
4447
+ .EmbedBlock-module_card__KTbvp.EmbedBlock-module_youtube__3gGQ5 .EmbedBlock-module_object__2_UZ7,
4448
+ .EmbedBlock-module_card__KTbvp.EmbedBlock-module_vimeo__kpH1s .EmbedBlock-module_object__2_UZ7,
4449
+ .EmbedBlock-module_card__KTbvp.EmbedBlock-module_onetv__3o33d .EmbedBlock-module_object__2_UZ7,
4450
+ .EmbedBlock-module_card__KTbvp.EmbedBlock-module_coub__38Mva .EmbedBlock-module_object__2_UZ7,
4451
+ .EmbedBlock-module_card__KTbvp.EmbedBlock-module_facebook_video__1_M05 .EmbedBlock-module_object__2_UZ7,
4452
+ .EmbedBlock-module_card__KTbvp .EmbedBlock-module_figure__vAvcN,
4453
+ .EmbedBlock-module_slide__3cL3M.EmbedBlock-module_youtube__3gGQ5 .EmbedBlock-module_object__2_UZ7,
4454
+ .EmbedBlock-module_slide__3cL3M.EmbedBlock-module_vimeo__kpH1s .EmbedBlock-module_object__2_UZ7,
4455
+ .EmbedBlock-module_slide__3cL3M.EmbedBlock-module_onetv__3o33d .EmbedBlock-module_object__2_UZ7,
4456
+ .EmbedBlock-module_slide__3cL3M.EmbedBlock-module_coub__38Mva .EmbedBlock-module_object__2_UZ7,
4457
+ .EmbedBlock-module_slide__3cL3M.EmbedBlock-module_facebook_video__1_M05 .EmbedBlock-module_object__2_UZ7,
4458
+ .EmbedBlock-module_slide__3cL3M .EmbedBlock-module_figure__vAvcN {
4459
+ margin-right: -11px;
4460
+ margin-left: -11px
4461
+ }
4462
+ @media only screen and (min-device-width: 64em) {
4463
+ .EmbedBlock-module_card__KTbvp.EmbedBlock-module_youtube__3gGQ5 .EmbedBlock-module_object__2_UZ7,
4464
+ .EmbedBlock-module_card__KTbvp.EmbedBlock-module_vimeo__kpH1s .EmbedBlock-module_object__2_UZ7,
4465
+ .EmbedBlock-module_card__KTbvp.EmbedBlock-module_onetv__3o33d .EmbedBlock-module_object__2_UZ7,
4466
+ .EmbedBlock-module_card__KTbvp.EmbedBlock-module_coub__38Mva .EmbedBlock-module_object__2_UZ7,
4467
+ .EmbedBlock-module_card__KTbvp.EmbedBlock-module_facebook_video__1_M05 .EmbedBlock-module_object__2_UZ7,
4468
+ .EmbedBlock-module_card__KTbvp .EmbedBlock-module_figure__vAvcN,
4469
+ .EmbedBlock-module_slide__3cL3M.EmbedBlock-module_youtube__3gGQ5 .EmbedBlock-module_object__2_UZ7,
4470
+ .EmbedBlock-module_slide__3cL3M.EmbedBlock-module_vimeo__kpH1s .EmbedBlock-module_object__2_UZ7,
4471
+ .EmbedBlock-module_slide__3cL3M.EmbedBlock-module_onetv__3o33d .EmbedBlock-module_object__2_UZ7,
4472
+ .EmbedBlock-module_slide__3cL3M.EmbedBlock-module_coub__38Mva .EmbedBlock-module_object__2_UZ7,
4473
+ .EmbedBlock-module_slide__3cL3M.EmbedBlock-module_facebook_video__1_M05 .EmbedBlock-module_object__2_UZ7,
4474
+ .EmbedBlock-module_slide__3cL3M .EmbedBlock-module_figure__vAvcN {
4475
+ margin-right: auto;
4476
+ margin-left: auto
4477
+ }
4478
+ }
4479
+ .EmbedBlock-module_card__KTbvp:not(.EmbedBlock-module_cc__1BQ5g):last-child,
4480
+ .EmbedBlock-module_slide__3cL3M:not(.EmbedBlock-module_cc__1BQ5g):last-child {
4481
+ overflow: hidden;
4482
+
4483
+ margin-bottom: -16px;
4484
+
4485
+ border-radius: 0 0 8px 8px
4486
+ }
4487
+ @media only screen and (min-device-width: 64em) {
4488
+ .EmbedBlock-module_card__KTbvp:not(.EmbedBlock-module_cc__1BQ5g):last-child,
4489
+ .EmbedBlock-module_slide__3cL3M:not(.EmbedBlock-module_cc__1BQ5g):last-child {
4490
+ margin-bottom: -24px
4491
+ }
4492
+ }
4493
+ .EmbedBlock-module_isInAnswer__tLlgs {
4494
+ margin-top: 12px;
4495
+ margin-bottom: 12px
4496
+ }
4497
+ @media only screen and (min-device-width: 64em) {
4498
+ .EmbedBlock-module_isInAnswer__tLlgs {
4499
+ margin-top: 10px;
4500
+ margin-bottom: 10px
4501
+ }
4502
+ }
4503
+ .EmbedBlock-module_isInAnswer__tLlgs .EmbedBlock-module_figure__vAvcN {
4504
+ margin-right: 0;
4505
+ margin-left: 0;
4506
+ }
4507
+ .EmbedBlock-module_picture__186q0.EmbedBlock-module_default__LSDny .EmbedBlock-module_figure__vAvcN {
4508
+ margin-right: 0;
4509
+ margin-left: 0;
4510
+ }
4511
+ .EmbedBlock-module_picture__186q0.EmbedBlock-module_default__LSDny img {
4512
+ border-radius: 2px;
4513
+ }
4514
+ .EmbedBlock-module_wrapper__33XvX {
4515
+ position: relative;
4516
+ }
4517
+ .EmbedBlock-module_wrapper__33XvX .EmbedBlock-module_objectWrap__1aDVd {
4518
+ position: static;
4519
+ }
4520
+ /* VISIBILITY */
4521
+ @media only screen and (min-device-width: 32em) {
4522
+ .EmbedBlock-module_mobile__1P-eo {
4523
+ display: none
4524
+ }
4525
+ }
4526
+ .EmbedBlock-module_desktop__SF5a_ {
4527
+ display: none
4528
+ }
4529
+ @media only screen and (min-device-width: 32em) {
4530
+ .EmbedBlock-module_desktop__SF5a_ {
4531
+ display: block
4532
+ }
4533
+ }
4534
+ /* XS */
4535
+ @media only screen and (min-device-width: 40.625em) {
4536
+ .EmbedBlock-module_xs__1hFgW {
4537
+ display: -webkit-box;
4538
+ display: -webkit-flex;
4539
+ display: -ms-flexbox;
4540
+ display: flex;
4541
+ align-items: center;
4542
+ flex-flow: row nowrap
4543
+ }
4544
+ }
4545
+ .EmbedBlock-module_xs__1hFgW .EmbedBlock-module_figure__vAvcN {
4546
+ flex-shrink: 0;
4547
+
4548
+ max-width: 33.3333333%;
4549
+ margin-right: 0;
4550
+ margin-left: 0
4551
+ }
4552
+ @media only screen and (min-device-width: 40.625em) {
4553
+ .EmbedBlock-module_xs__1hFgW .EmbedBlock-module_figure__vAvcN {
4554
+ width: 216px;
4555
+ margin-right: 15px
4556
+ }
4557
+ }
4558
+ .EmbedBlock-module_xs__1hFgW .EmbedBlock-module_figure__vAvcN figcaption {
4559
+ padding-top: 12px;
4560
+ }
4561
+ .EmbedBlock-module_xs__1hFgW + h3,
4562
+ .EmbedBlock-module_xs__1hFgW + h4 {
4563
+ margin-top: 0;
4564
+ }