@meduza/ui-kit-2 0.1.58 → 0.1.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Image/Image.types.d.ts +1 -0
- package/dist/Meta/Meta.types.d.ts +2 -1
- package/dist/RawHtmlBlock/RawHtmlBlock.types.d.ts +3 -2
- package/dist/RenderBlocks/RenderBlocks.types.d.ts +3 -8
- package/dist/types.d.ts +6 -0
- package/dist/ui-kit-2.cjs.development.js +6 -3
- package/dist/ui-kit-2.cjs.development.js.map +1 -1
- package/dist/ui-kit-2.cjs.production.min.js +1 -1
- package/dist/ui-kit-2.cjs.production.min.js.map +1 -1
- package/dist/ui-kit-2.esm.js +6 -3
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +544 -544
- package/package.json +1 -1
- package/src/DotsOnImage/index.tsx +1 -0
- package/src/Image/Image.types.ts +1 -0
- package/src/Image/index.tsx +7 -3
- package/src/Meta/Meta.types.ts +2 -1
- package/src/RawHtmlBlock/RawHtmlBlock.types.ts +3 -2
- package/src/RenderBlocks/RenderBlocks.types.ts +3 -8
- package/src/types.ts +17 -0
package/dist/ui-kit.css
CHANGED
|
@@ -234,170 +234,6 @@
|
|
|
234
234
|
margin-top: -1px;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
/* Colors */
|
|
238
|
-
/* Fonts */
|
|
239
|
-
/* Gap */
|
|
240
|
-
/* Media */
|
|
241
|
-
/* 512 */
|
|
242
|
-
/* 650 */
|
|
243
|
-
/* 768 */
|
|
244
|
-
/* 1024 */
|
|
245
|
-
/* 1010 */
|
|
246
|
-
/* 1200 */
|
|
247
|
-
/* 511 */
|
|
248
|
-
/* 1023 */
|
|
249
|
-
/* Zindex */
|
|
250
|
-
.Switcher-module_root__1Env1 {
|
|
251
|
-
position: relative;
|
|
252
|
-
|
|
253
|
-
display: -webkit-box;
|
|
254
|
-
|
|
255
|
-
display: -webkit-flex;
|
|
256
|
-
|
|
257
|
-
display: -ms-flexbox;
|
|
258
|
-
|
|
259
|
-
display: flex;
|
|
260
|
-
flex-flow: row nowrap;
|
|
261
|
-
align-items: center;
|
|
262
|
-
|
|
263
|
-
font-weight: 600;
|
|
264
|
-
|
|
265
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
266
|
-
white-space: nowrap;
|
|
267
|
-
|
|
268
|
-
cursor: pointer;
|
|
269
|
-
|
|
270
|
-
-webkit-user-select: none;
|
|
271
|
-
|
|
272
|
-
-moz-user-select: none;
|
|
273
|
-
|
|
274
|
-
-ms-user-select: none;
|
|
275
|
-
|
|
276
|
-
user-select: none;
|
|
277
|
-
}
|
|
278
|
-
.Switcher-module_dark__1IzaH {
|
|
279
|
-
color: inherit;
|
|
280
|
-
}
|
|
281
|
-
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
282
|
-
background-color: transparent;
|
|
283
|
-
}
|
|
284
|
-
.Switcher-module_input__jaMVF {
|
|
285
|
-
position: absolute;
|
|
286
|
-
top: 0;
|
|
287
|
-
left: 0;
|
|
288
|
-
|
|
289
|
-
opacity: 0;
|
|
290
|
-
}
|
|
291
|
-
.Switcher-module_control__1NTvY {
|
|
292
|
-
position: relative;
|
|
293
|
-
|
|
294
|
-
display: block;
|
|
295
|
-
|
|
296
|
-
width: 37px;
|
|
297
|
-
height: 21px;
|
|
298
|
-
|
|
299
|
-
background-color: #e6e6e6;
|
|
300
|
-
|
|
301
|
-
border-radius: 15px;
|
|
302
|
-
}
|
|
303
|
-
.Switcher-module_control__1NTvY::before {
|
|
304
|
-
position: absolute;
|
|
305
|
-
top: 0;
|
|
306
|
-
bottom: 0;
|
|
307
|
-
left: 0;
|
|
308
|
-
|
|
309
|
-
width: 18px;
|
|
310
|
-
|
|
311
|
-
background: rgba(19, 191, 17, 0);
|
|
312
|
-
|
|
313
|
-
border-radius: 15px;
|
|
314
|
-
|
|
315
|
-
transition: 0.25s ease-in-out;
|
|
316
|
-
|
|
317
|
-
content: '';
|
|
318
|
-
}
|
|
319
|
-
.Switcher-module_knob__3kEy5 {
|
|
320
|
-
position: relative;
|
|
321
|
-
top: 2px;
|
|
322
|
-
left: 2px;
|
|
323
|
-
z-index: 200;
|
|
324
|
-
|
|
325
|
-
display: block;
|
|
326
|
-
|
|
327
|
-
width: 17px;
|
|
328
|
-
height: 17px;
|
|
329
|
-
|
|
330
|
-
background: #fff;
|
|
331
|
-
|
|
332
|
-
border-radius: 15px;
|
|
333
|
-
|
|
334
|
-
transition: 0.25s ease-in-out;
|
|
335
|
-
}
|
|
336
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
337
|
-
width: 100%;
|
|
338
|
-
|
|
339
|
-
background-color: #b88b59;
|
|
340
|
-
}
|
|
341
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
342
|
-
box-shadow: inset 0 0 0 1px transparent;
|
|
343
|
-
}
|
|
344
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
345
|
-
left: 18px;
|
|
346
|
-
}
|
|
347
|
-
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
348
|
-
margin-right: 6px;
|
|
349
|
-
}
|
|
350
|
-
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
351
|
-
margin-left: 6px;
|
|
352
|
-
}
|
|
353
|
-
/* panel */
|
|
354
|
-
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
355
|
-
|
|
356
|
-
color: #999;
|
|
357
|
-
|
|
358
|
-
font-size: 13px;
|
|
359
|
-
letter-spacing: 0.5px;
|
|
360
|
-
text-transform: uppercase;
|
|
361
|
-
}
|
|
362
|
-
/* menu */
|
|
363
|
-
.Switcher-module_isInMenu__3XJYj {
|
|
364
|
-
font-weight: normal;
|
|
365
|
-
}
|
|
366
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
367
|
-
margin-right: 8px;
|
|
368
|
-
}
|
|
369
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
370
|
-
width: 48px;
|
|
371
|
-
height: 30px;
|
|
372
|
-
}
|
|
373
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
374
|
-
top: 4px;
|
|
375
|
-
|
|
376
|
-
width: 22px;
|
|
377
|
-
height: 22px;
|
|
378
|
-
|
|
379
|
-
background-color: #bababa;
|
|
380
|
-
}
|
|
381
|
-
/* stylelint-disable selector-max-compound-selectors */
|
|
382
|
-
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
383
|
-
left: 23px;
|
|
384
|
-
|
|
385
|
-
background-color: #fff;
|
|
386
|
-
}
|
|
387
|
-
/* live */
|
|
388
|
-
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
389
|
-
|
|
390
|
-
color: #7f7f7f;
|
|
391
|
-
|
|
392
|
-
font-size: 13px;
|
|
393
|
-
letter-spacing: 0.5px;
|
|
394
|
-
text-transform: uppercase;
|
|
395
|
-
}
|
|
396
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
397
|
-
background-color: #1a1a1a;
|
|
398
|
-
box-shadow: inset 0 0 0 1px #323232;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
237
|
/* Colors */
|
|
402
238
|
/* Fonts */
|
|
403
239
|
/* Gap */
|
|
@@ -592,37 +428,201 @@
|
|
|
592
428
|
|
|
593
429
|
stroke-width: 1.5px
|
|
594
430
|
}
|
|
595
|
-
}
|
|
596
|
-
.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_bookmark__2z7tX {
|
|
597
|
-
width: 14px;
|
|
431
|
+
}
|
|
432
|
+
.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_bookmark__2z7tX {
|
|
433
|
+
width: 14px;
|
|
434
|
+
}
|
|
435
|
+
.SvgSymbol-module_receipt__3Eqow {
|
|
436
|
+
width: 10px;
|
|
437
|
+
height: 13px;
|
|
438
|
+
}
|
|
439
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
440
|
+
width: 22px;
|
|
441
|
+
height: 22px
|
|
442
|
+
}
|
|
443
|
+
@media only screen and (min-width: 64em) {
|
|
444
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
445
|
+
width: 14px;
|
|
446
|
+
height: 14px
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
@media only screen and (min-width: 64em) {
|
|
450
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_search__VK6p3 circle {
|
|
451
|
+
stroke-width: 1.5px
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
455
|
+
stroke-width: 1.8px
|
|
456
|
+
}
|
|
457
|
+
@media only screen and (min-width: 64em) {
|
|
458
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
459
|
+
stroke-width: 1.3px
|
|
460
|
+
}
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
/* Colors */
|
|
464
|
+
/* Fonts */
|
|
465
|
+
/* Gap */
|
|
466
|
+
/* Media */
|
|
467
|
+
/* 512 */
|
|
468
|
+
/* 650 */
|
|
469
|
+
/* 768 */
|
|
470
|
+
/* 1024 */
|
|
471
|
+
/* 1010 */
|
|
472
|
+
/* 1200 */
|
|
473
|
+
/* 511 */
|
|
474
|
+
/* 1023 */
|
|
475
|
+
/* Zindex */
|
|
476
|
+
.Switcher-module_root__1Env1 {
|
|
477
|
+
position: relative;
|
|
478
|
+
|
|
479
|
+
display: -webkit-box;
|
|
480
|
+
|
|
481
|
+
display: -webkit-flex;
|
|
482
|
+
|
|
483
|
+
display: -ms-flexbox;
|
|
484
|
+
|
|
485
|
+
display: flex;
|
|
486
|
+
flex-flow: row nowrap;
|
|
487
|
+
align-items: center;
|
|
488
|
+
|
|
489
|
+
font-weight: 600;
|
|
490
|
+
|
|
491
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
492
|
+
white-space: nowrap;
|
|
493
|
+
|
|
494
|
+
cursor: pointer;
|
|
495
|
+
|
|
496
|
+
-webkit-user-select: none;
|
|
497
|
+
|
|
498
|
+
-moz-user-select: none;
|
|
499
|
+
|
|
500
|
+
-ms-user-select: none;
|
|
501
|
+
|
|
502
|
+
user-select: none;
|
|
503
|
+
}
|
|
504
|
+
.Switcher-module_dark__1IzaH {
|
|
505
|
+
color: inherit;
|
|
506
|
+
}
|
|
507
|
+
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
508
|
+
background-color: transparent;
|
|
509
|
+
}
|
|
510
|
+
.Switcher-module_input__jaMVF {
|
|
511
|
+
position: absolute;
|
|
512
|
+
top: 0;
|
|
513
|
+
left: 0;
|
|
514
|
+
|
|
515
|
+
opacity: 0;
|
|
516
|
+
}
|
|
517
|
+
.Switcher-module_control__1NTvY {
|
|
518
|
+
position: relative;
|
|
519
|
+
|
|
520
|
+
display: block;
|
|
521
|
+
|
|
522
|
+
width: 37px;
|
|
523
|
+
height: 21px;
|
|
524
|
+
|
|
525
|
+
background-color: #e6e6e6;
|
|
526
|
+
|
|
527
|
+
border-radius: 15px;
|
|
528
|
+
}
|
|
529
|
+
.Switcher-module_control__1NTvY::before {
|
|
530
|
+
position: absolute;
|
|
531
|
+
top: 0;
|
|
532
|
+
bottom: 0;
|
|
533
|
+
left: 0;
|
|
534
|
+
|
|
535
|
+
width: 18px;
|
|
536
|
+
|
|
537
|
+
background: rgba(19, 191, 17, 0);
|
|
538
|
+
|
|
539
|
+
border-radius: 15px;
|
|
540
|
+
|
|
541
|
+
transition: 0.25s ease-in-out;
|
|
542
|
+
|
|
543
|
+
content: '';
|
|
544
|
+
}
|
|
545
|
+
.Switcher-module_knob__3kEy5 {
|
|
546
|
+
position: relative;
|
|
547
|
+
top: 2px;
|
|
548
|
+
left: 2px;
|
|
549
|
+
z-index: 200;
|
|
550
|
+
|
|
551
|
+
display: block;
|
|
552
|
+
|
|
553
|
+
width: 17px;
|
|
554
|
+
height: 17px;
|
|
555
|
+
|
|
556
|
+
background: #fff;
|
|
557
|
+
|
|
558
|
+
border-radius: 15px;
|
|
559
|
+
|
|
560
|
+
transition: 0.25s ease-in-out;
|
|
561
|
+
}
|
|
562
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
563
|
+
width: 100%;
|
|
564
|
+
|
|
565
|
+
background-color: #b88b59;
|
|
566
|
+
}
|
|
567
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
568
|
+
box-shadow: inset 0 0 0 1px transparent;
|
|
569
|
+
}
|
|
570
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
571
|
+
left: 18px;
|
|
572
|
+
}
|
|
573
|
+
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
574
|
+
margin-right: 6px;
|
|
575
|
+
}
|
|
576
|
+
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
577
|
+
margin-left: 6px;
|
|
578
|
+
}
|
|
579
|
+
/* panel */
|
|
580
|
+
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
581
|
+
|
|
582
|
+
color: #999;
|
|
583
|
+
|
|
584
|
+
font-size: 13px;
|
|
585
|
+
letter-spacing: 0.5px;
|
|
586
|
+
text-transform: uppercase;
|
|
587
|
+
}
|
|
588
|
+
/* menu */
|
|
589
|
+
.Switcher-module_isInMenu__3XJYj {
|
|
590
|
+
font-weight: normal;
|
|
598
591
|
}
|
|
599
|
-
.
|
|
600
|
-
|
|
601
|
-
height: 13px;
|
|
592
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
593
|
+
margin-right: 8px;
|
|
602
594
|
}
|
|
603
|
-
.
|
|
604
|
-
width:
|
|
605
|
-
height:
|
|
595
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
596
|
+
width: 48px;
|
|
597
|
+
height: 30px;
|
|
606
598
|
}
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
599
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
600
|
+
top: 4px;
|
|
601
|
+
|
|
602
|
+
width: 22px;
|
|
603
|
+
height: 22px;
|
|
604
|
+
|
|
605
|
+
background-color: #bababa;
|
|
611
606
|
}
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
607
|
+
/* stylelint-disable selector-max-compound-selectors */
|
|
608
|
+
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
609
|
+
left: 23px;
|
|
610
|
+
|
|
611
|
+
background-color: #fff;
|
|
616
612
|
}
|
|
617
|
-
|
|
618
|
-
.
|
|
619
|
-
|
|
613
|
+
/* live */
|
|
614
|
+
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
615
|
+
|
|
616
|
+
color: #7f7f7f;
|
|
617
|
+
|
|
618
|
+
font-size: 13px;
|
|
619
|
+
letter-spacing: 0.5px;
|
|
620
|
+
text-transform: uppercase;
|
|
620
621
|
}
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
622
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
623
|
+
background-color: #1a1a1a;
|
|
624
|
+
box-shadow: inset 0 0 0 1px #323232;
|
|
624
625
|
}
|
|
625
|
-
}
|
|
626
626
|
|
|
627
627
|
/* Colors */
|
|
628
628
|
/* Fonts */
|
|
@@ -874,6 +874,23 @@
|
|
|
874
874
|
}
|
|
875
875
|
}
|
|
876
876
|
|
|
877
|
+
/* Colors */
|
|
878
|
+
/* Fonts */
|
|
879
|
+
/* Gap */
|
|
880
|
+
/* Media */
|
|
881
|
+
/* 512 */
|
|
882
|
+
/* 650 */
|
|
883
|
+
/* 768 */
|
|
884
|
+
/* 1024 */
|
|
885
|
+
/* 1010 */
|
|
886
|
+
/* 1200 */
|
|
887
|
+
/* 511 */
|
|
888
|
+
/* 1023 */
|
|
889
|
+
/* Zindex */
|
|
890
|
+
.Lazy-module_root__2Z72l {
|
|
891
|
+
display: block;
|
|
892
|
+
}
|
|
893
|
+
|
|
877
894
|
/* Colors */
|
|
878
895
|
/* Fonts */
|
|
879
896
|
/* Gap */
|
|
@@ -1011,23 +1028,6 @@
|
|
|
1011
1028
|
}
|
|
1012
1029
|
}
|
|
1013
1030
|
|
|
1014
|
-
/* Colors */
|
|
1015
|
-
/* Fonts */
|
|
1016
|
-
/* Gap */
|
|
1017
|
-
/* Media */
|
|
1018
|
-
/* 512 */
|
|
1019
|
-
/* 650 */
|
|
1020
|
-
/* 768 */
|
|
1021
|
-
/* 1024 */
|
|
1022
|
-
/* 1010 */
|
|
1023
|
-
/* 1200 */
|
|
1024
|
-
/* 511 */
|
|
1025
|
-
/* 1023 */
|
|
1026
|
-
/* Zindex */
|
|
1027
|
-
.Lazy-module_root__2Z72l {
|
|
1028
|
-
display: block;
|
|
1029
|
-
}
|
|
1030
|
-
|
|
1031
1031
|
/* Colors */
|
|
1032
1032
|
/* Fonts */
|
|
1033
1033
|
/* Gap */
|
|
@@ -1326,6 +1326,99 @@
|
|
|
1326
1326
|
min-width: 50px;
|
|
1327
1327
|
}
|
|
1328
1328
|
|
|
1329
|
+
/* Colors */
|
|
1330
|
+
/* Fonts */
|
|
1331
|
+
/* Gap */
|
|
1332
|
+
/* Media */
|
|
1333
|
+
/* 512 */
|
|
1334
|
+
/* 650 */
|
|
1335
|
+
/* 768 */
|
|
1336
|
+
/* 1024 */
|
|
1337
|
+
/* 1010 */
|
|
1338
|
+
/* 1200 */
|
|
1339
|
+
/* 511 */
|
|
1340
|
+
/* 1023 */
|
|
1341
|
+
/* Zindex */
|
|
1342
|
+
.MediaCaption-module_root__KqTdw {
|
|
1343
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1344
|
+
}
|
|
1345
|
+
.MediaCaption-module_root__KqTdw a {
|
|
1346
|
+
text-decoration: underline;
|
|
1347
|
+
|
|
1348
|
+
color: inherit;
|
|
1349
|
+
box-shadow: none;
|
|
1350
|
+
}
|
|
1351
|
+
.MediaCaption-module_root__KqTdw a:hover {
|
|
1352
|
+
color: #b88b58;
|
|
1353
|
+
}
|
|
1354
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1355
|
+
max-width: 520px;
|
|
1356
|
+
padding-top: 4px;
|
|
1357
|
+
|
|
1358
|
+
color: #1a1a1a;
|
|
1359
|
+
|
|
1360
|
+
font-size: 14px;
|
|
1361
|
+
line-height: 18px
|
|
1362
|
+
}
|
|
1363
|
+
@media only screen and (min-width: 32em) {
|
|
1364
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1365
|
+
font-size: 16px;
|
|
1366
|
+
line-height: 22px
|
|
1367
|
+
}
|
|
1368
|
+
}
|
|
1369
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1370
|
+
max-width: 520px;
|
|
1371
|
+
padding-top: 1px;
|
|
1372
|
+
|
|
1373
|
+
color: #666;
|
|
1374
|
+
|
|
1375
|
+
font-size: 12px;
|
|
1376
|
+
line-height: 16px
|
|
1377
|
+
}
|
|
1378
|
+
@media only screen and (min-width: 32em) {
|
|
1379
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1380
|
+
padding-top: 3px
|
|
1381
|
+
}
|
|
1382
|
+
}
|
|
1383
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1384
|
+
padding-top: 3px;
|
|
1385
|
+
}
|
|
1386
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1387
|
+
color: #fff;
|
|
1388
|
+
}
|
|
1389
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1390
|
+
color: #929292;
|
|
1391
|
+
}
|
|
1392
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1393
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1394
|
+
padding-top: 10px
|
|
1395
|
+
}
|
|
1396
|
+
@media only screen and (min-width: 32em) {
|
|
1397
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1398
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1399
|
+
padding-top: 12px
|
|
1400
|
+
}
|
|
1401
|
+
}
|
|
1402
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1403
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1404
|
+
padding-top: 9px
|
|
1405
|
+
}
|
|
1406
|
+
@media only screen and (min-width: 32em) {
|
|
1407
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1408
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1409
|
+
padding-top: 11px
|
|
1410
|
+
}
|
|
1411
|
+
}
|
|
1412
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1413
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1414
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1415
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1416
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1417
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1418
|
+
max-width: 650px;
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1421
|
+
|
|
1329
1422
|
/* Colors */
|
|
1330
1423
|
/* Fonts */
|
|
1331
1424
|
/* Gap */
|
|
@@ -1495,122 +1588,73 @@
|
|
|
1495
1588
|
appearance: none;
|
|
1496
1589
|
fill: transparent;
|
|
1497
1590
|
}
|
|
1498
|
-
.BookmarkButton-module_dark__1cwyi {
|
|
1499
|
-
color: #fff;
|
|
1500
|
-
}
|
|
1501
|
-
.BookmarkButton-module_light__1uQyH {
|
|
1502
|
-
color: #000;
|
|
1503
|
-
}
|
|
1504
|
-
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1505
|
-
fill: #e0e0e0;
|
|
1506
|
-
}
|
|
1507
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1508
|
-
fill: #fff;
|
|
1509
|
-
}
|
|
1510
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1511
|
-
fill: #000;
|
|
1512
|
-
}
|
|
1513
|
-
@media only screen and (min-width: 64em) {
|
|
1514
|
-
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1515
|
-
width: 12px
|
|
1516
|
-
}
|
|
1517
|
-
}
|
|
1518
|
-
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1519
|
-
display: none;
|
|
1520
|
-
}
|
|
1521
|
-
|
|
1522
|
-
/* Colors */
|
|
1523
|
-
/* Fonts */
|
|
1524
|
-
/* Gap */
|
|
1525
|
-
/* Media */
|
|
1526
|
-
/* 512 */
|
|
1527
|
-
/* 650 */
|
|
1528
|
-
/* 768 */
|
|
1529
|
-
/* 1024 */
|
|
1530
|
-
/* 1010 */
|
|
1531
|
-
/* 1200 */
|
|
1532
|
-
/* 511 */
|
|
1533
|
-
/* 1023 */
|
|
1534
|
-
/* Zindex */
|
|
1535
|
-
.MediaCaption-module_root__KqTdw {
|
|
1536
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1537
|
-
}
|
|
1538
|
-
.MediaCaption-module_root__KqTdw a {
|
|
1539
|
-
text-decoration: underline;
|
|
1540
|
-
|
|
1541
|
-
color: inherit;
|
|
1542
|
-
box-shadow: none;
|
|
1543
|
-
}
|
|
1544
|
-
.MediaCaption-module_root__KqTdw a:hover {
|
|
1545
|
-
color: #b88b58;
|
|
1546
|
-
}
|
|
1547
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1548
|
-
max-width: 520px;
|
|
1549
|
-
padding-top: 4px;
|
|
1550
|
-
|
|
1551
|
-
color: #1a1a1a;
|
|
1552
|
-
|
|
1553
|
-
font-size: 14px;
|
|
1554
|
-
line-height: 18px
|
|
1555
|
-
}
|
|
1556
|
-
@media only screen and (min-width: 32em) {
|
|
1557
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1558
|
-
font-size: 16px;
|
|
1559
|
-
line-height: 22px
|
|
1560
|
-
}
|
|
1561
|
-
}
|
|
1562
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1563
|
-
max-width: 520px;
|
|
1564
|
-
padding-top: 1px;
|
|
1565
|
-
|
|
1566
|
-
color: #666;
|
|
1567
|
-
|
|
1568
|
-
font-size: 12px;
|
|
1569
|
-
line-height: 16px
|
|
1570
|
-
}
|
|
1571
|
-
@media only screen and (min-width: 32em) {
|
|
1572
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1573
|
-
padding-top: 3px
|
|
1591
|
+
.BookmarkButton-module_dark__1cwyi {
|
|
1592
|
+
color: #fff;
|
|
1574
1593
|
}
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
padding-top: 3px;
|
|
1594
|
+
.BookmarkButton-module_light__1uQyH {
|
|
1595
|
+
color: #000;
|
|
1578
1596
|
}
|
|
1579
|
-
.
|
|
1580
|
-
|
|
1597
|
+
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1598
|
+
fill: #e0e0e0;
|
|
1581
1599
|
}
|
|
1582
|
-
.
|
|
1583
|
-
|
|
1600
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1601
|
+
fill: #fff;
|
|
1584
1602
|
}
|
|
1585
|
-
.
|
|
1586
|
-
|
|
1587
|
-
padding-top: 10px
|
|
1603
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1604
|
+
fill: #000;
|
|
1588
1605
|
}
|
|
1589
|
-
@media only screen and (min-width:
|
|
1590
|
-
.
|
|
1591
|
-
|
|
1592
|
-
padding-top: 12px
|
|
1606
|
+
@media only screen and (min-width: 64em) {
|
|
1607
|
+
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1608
|
+
width: 12px
|
|
1593
1609
|
}
|
|
1594
1610
|
}
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
padding-top: 9px
|
|
1611
|
+
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1612
|
+
display: none;
|
|
1598
1613
|
}
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1614
|
+
|
|
1615
|
+
/* Colors */
|
|
1616
|
+
/* Fonts */
|
|
1617
|
+
/* Gap */
|
|
1618
|
+
/* Media */
|
|
1619
|
+
/* 512 */
|
|
1620
|
+
/* 650 */
|
|
1621
|
+
/* 768 */
|
|
1622
|
+
/* 1024 */
|
|
1623
|
+
/* 1010 */
|
|
1624
|
+
/* 1200 */
|
|
1625
|
+
/* 511 */
|
|
1626
|
+
/* 1023 */
|
|
1627
|
+
/* Zindex */
|
|
1628
|
+
.MaterialTitle-module_root__18ku- {
|
|
1629
|
+
display: block;
|
|
1630
|
+
}
|
|
1631
|
+
.MaterialTitle-module_root__18ku- {
|
|
1632
|
+
margin: 0;
|
|
1633
|
+
|
|
1634
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1635
|
+
font-size: 25px;
|
|
1636
|
+
font-weight: normal;
|
|
1637
|
+
line-height: 27px
|
|
1638
|
+
}
|
|
1639
|
+
@media only screen and (min-width: 48em) {
|
|
1640
|
+
.MaterialTitle-module_root__18ku- {
|
|
1641
|
+
font-size: 37px;
|
|
1642
|
+
line-height: 38px
|
|
1603
1643
|
}
|
|
1604
1644
|
}
|
|
1605
|
-
.
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1609
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1610
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1611
|
-
max-width: 650px;
|
|
1645
|
+
.MaterialTitle-module_primary__2Sfmx {
|
|
1646
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1647
|
+
font-weight: normal;
|
|
1612
1648
|
}
|
|
1613
|
-
|
|
1649
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1650
|
+
font-size: 24px;
|
|
1651
|
+
font-weight: 700
|
|
1652
|
+
}
|
|
1653
|
+
@media only screen and (min-width: 48em) {
|
|
1654
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1655
|
+
font-size: 36px
|
|
1656
|
+
}
|
|
1657
|
+
}
|
|
1614
1658
|
|
|
1615
1659
|
/* Colors */
|
|
1616
1660
|
/* Fonts */
|
|
@@ -1700,50 +1744,6 @@
|
|
|
1700
1744
|
content: '';
|
|
1701
1745
|
}
|
|
1702
1746
|
|
|
1703
|
-
/* Colors */
|
|
1704
|
-
/* Fonts */
|
|
1705
|
-
/* Gap */
|
|
1706
|
-
/* Media */
|
|
1707
|
-
/* 512 */
|
|
1708
|
-
/* 650 */
|
|
1709
|
-
/* 768 */
|
|
1710
|
-
/* 1024 */
|
|
1711
|
-
/* 1010 */
|
|
1712
|
-
/* 1200 */
|
|
1713
|
-
/* 511 */
|
|
1714
|
-
/* 1023 */
|
|
1715
|
-
/* Zindex */
|
|
1716
|
-
.MaterialTitle-module_root__18ku- {
|
|
1717
|
-
display: block;
|
|
1718
|
-
}
|
|
1719
|
-
.MaterialTitle-module_root__18ku- {
|
|
1720
|
-
margin: 0;
|
|
1721
|
-
|
|
1722
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1723
|
-
font-size: 25px;
|
|
1724
|
-
font-weight: normal;
|
|
1725
|
-
line-height: 27px
|
|
1726
|
-
}
|
|
1727
|
-
@media only screen and (min-width: 48em) {
|
|
1728
|
-
.MaterialTitle-module_root__18ku- {
|
|
1729
|
-
font-size: 37px;
|
|
1730
|
-
line-height: 38px
|
|
1731
|
-
}
|
|
1732
|
-
}
|
|
1733
|
-
.MaterialTitle-module_primary__2Sfmx {
|
|
1734
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1735
|
-
font-weight: normal;
|
|
1736
|
-
}
|
|
1737
|
-
.MaterialTitle-module_secondary__3uDp4 {
|
|
1738
|
-
font-size: 24px;
|
|
1739
|
-
font-weight: 700
|
|
1740
|
-
}
|
|
1741
|
-
@media only screen and (min-width: 48em) {
|
|
1742
|
-
.MaterialTitle-module_secondary__3uDp4 {
|
|
1743
|
-
font-size: 36px
|
|
1744
|
-
}
|
|
1745
|
-
}
|
|
1746
|
-
|
|
1747
1747
|
/* Colors */
|
|
1748
1748
|
/* Fonts */
|
|
1749
1749
|
/* Gap */
|
|
@@ -2819,169 +2819,39 @@
|
|
|
2819
2819
|
padding: 12px 15px 13px;
|
|
2820
2820
|
|
|
2821
2821
|
font-size: 17px;
|
|
2822
|
-
line-height: 24px
|
|
2823
|
-
}
|
|
2824
|
-
}
|
|
2825
|
-
.ImportantLead-module_root__2BdT3:last-child {
|
|
2826
|
-
margin-bottom: 0;
|
|
2827
|
-
}
|
|
2828
|
-
.ImportantLead-module_root__2BdT3:first-child {
|
|
2829
|
-
margin-top: 0;
|
|
2830
|
-
}
|
|
2831
|
-
.ImportantLead-module_root__2BdT3 a {
|
|
2832
|
-
color: #000;
|
|
2833
|
-
box-shadow: inset 0 -1px #000;
|
|
2834
|
-
}
|
|
2835
|
-
.ImportantLead-module_root__2BdT3 a:hover {
|
|
2836
|
-
color: #b88b59;
|
|
2837
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
2838
|
-
}
|
|
2839
|
-
.ImportantLead-module_slide__3kQ9x {
|
|
2840
|
-
max-width: 650px;
|
|
2841
|
-
margin-right: auto;
|
|
2842
|
-
margin-left: auto;
|
|
2843
|
-
}
|
|
2844
|
-
/* VISIBILITY */
|
|
2845
|
-
@media only screen and (min-width: 32em) {
|
|
2846
|
-
.ImportantLead-module_mobile__3BXbm {
|
|
2847
|
-
display: none
|
|
2848
|
-
}
|
|
2849
|
-
}
|
|
2850
|
-
.ImportantLead-module_desktop__3Zljc {
|
|
2851
|
-
display: none
|
|
2852
|
-
}
|
|
2853
|
-
@media only screen and (min-width: 32em) {
|
|
2854
|
-
.ImportantLead-module_desktop__3Zljc {
|
|
2855
|
-
display: block
|
|
2856
|
-
}
|
|
2857
|
-
}
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
/* Colors */
|
|
2861
|
-
/* Fonts */
|
|
2862
|
-
/* Gap */
|
|
2863
|
-
/* Media */
|
|
2864
|
-
/* 512 */
|
|
2865
|
-
/* 650 */
|
|
2866
|
-
/* 768 */
|
|
2867
|
-
/* 1024 */
|
|
2868
|
-
/* 1010 */
|
|
2869
|
-
/* 1200 */
|
|
2870
|
-
/* 511 */
|
|
2871
|
-
/* 1023 */
|
|
2872
|
-
/* Zindex */
|
|
2873
|
-
.RelatedBlock-module_root__IKcQq {
|
|
2874
|
-
margin: 16px 0;
|
|
2875
|
-
|
|
2876
|
-
border-radius: 8px;
|
|
2877
|
-
background-color: #f5f5f5;
|
|
2878
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
2879
|
-
}
|
|
2880
|
-
@media only screen and (min-width: 48em) {
|
|
2881
|
-
.RelatedBlock-module_root__IKcQq {
|
|
2882
|
-
margin: 25px 0
|
|
2883
|
-
}
|
|
2884
|
-
}
|
|
2885
|
-
.RelatedBlock-module_root__IKcQq:last-child {
|
|
2886
|
-
margin-bottom: 0;
|
|
2887
|
-
}
|
|
2888
|
-
.RelatedBlock-module_root__IKcQq:first-child {
|
|
2889
|
-
margin-top: 0;
|
|
2890
|
-
}
|
|
2891
|
-
.RelatedBlock-module_root__IKcQq a {
|
|
2892
|
-
display: block;
|
|
2893
|
-
|
|
2894
|
-
padding: 12px 12px 13px;
|
|
2895
|
-
|
|
2896
|
-
transition: color 0.15s;
|
|
2897
|
-
text-decoration: none;
|
|
2898
|
-
|
|
2899
|
-
color: #000;
|
|
2900
|
-
box-shadow: none;
|
|
2901
|
-
|
|
2902
|
-
font-size: 17px;
|
|
2903
|
-
line-height: 20px
|
|
2904
|
-
}
|
|
2905
|
-
@media only screen and (min-width: 48em) {
|
|
2906
|
-
.RelatedBlock-module_root__IKcQq a {
|
|
2907
|
-
padding: 15px 20px 17px;
|
|
2908
|
-
|
|
2909
|
-
font-size: 19px;
|
|
2910
|
-
line-height: 23px
|
|
2911
|
-
}
|
|
2912
|
-
}
|
|
2913
|
-
.RelatedBlock-module_root__IKcQq a:hover {
|
|
2914
|
-
color: #5c5c5c;
|
|
2915
|
-
}
|
|
2916
|
-
.RelatedBlock-module_header__2SuWP {
|
|
2917
|
-
margin: 0;
|
|
2918
|
-
padding: 14px 12px 3px;
|
|
2919
|
-
|
|
2920
|
-
letter-spacing: 1px;
|
|
2921
|
-
text-transform: uppercase;
|
|
2922
|
-
|
|
2923
|
-
color: #7F7F7F;
|
|
2924
|
-
|
|
2925
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2926
|
-
font-size: 12px;
|
|
2927
|
-
font-weight: 600;
|
|
2928
|
-
line-height: 17px
|
|
2929
|
-
}
|
|
2930
|
-
@media only screen and (min-width: 48em) {
|
|
2931
|
-
.RelatedBlock-module_header__2SuWP {
|
|
2932
|
-
padding: 20px 20px 14px;
|
|
2933
|
-
|
|
2934
|
-
font-size: 14px;
|
|
2935
|
-
line-height: 16px
|
|
2936
|
-
}
|
|
2937
|
-
}
|
|
2938
|
-
.RelatedBlock-module_items__2V-Ap {
|
|
2939
|
-
margin: 0;
|
|
2940
|
-
padding-left: 0;
|
|
2941
|
-
|
|
2942
|
-
list-style: none;
|
|
2943
|
-
}
|
|
2944
|
-
.RelatedBlock-module_items__2V-Ap li {
|
|
2945
|
-
padding: 0;
|
|
2822
|
+
line-height: 24px
|
|
2946
2823
|
}
|
|
2947
|
-
|
|
2948
|
-
|
|
2824
|
+
}
|
|
2825
|
+
.ImportantLead-module_root__2BdT3:last-child {
|
|
2826
|
+
margin-bottom: 0;
|
|
2949
2827
|
}
|
|
2950
|
-
.
|
|
2951
|
-
|
|
2952
|
-
font-size: 16px;
|
|
2953
|
-
font-weight: 700;
|
|
2954
|
-
line-height: 18px
|
|
2828
|
+
.ImportantLead-module_root__2BdT3:first-child {
|
|
2829
|
+
margin-top: 0;
|
|
2955
2830
|
}
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2831
|
+
.ImportantLead-module_root__2BdT3 a {
|
|
2832
|
+
color: #000;
|
|
2833
|
+
box-shadow: inset 0 -1px #000;
|
|
2959
2834
|
}
|
|
2960
|
-
|
|
2961
|
-
|
|
2835
|
+
.ImportantLead-module_root__2BdT3 a:hover {
|
|
2836
|
+
color: #b88b59;
|
|
2837
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2962
2838
|
}
|
|
2963
|
-
.
|
|
2839
|
+
.ImportantLead-module_slide__3kQ9x {
|
|
2964
2840
|
max-width: 650px;
|
|
2965
2841
|
margin-right: auto;
|
|
2966
2842
|
margin-left: auto;
|
|
2967
2843
|
}
|
|
2968
|
-
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
2969
|
-
margin-top: 0;
|
|
2970
|
-
}
|
|
2971
|
-
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
2972
|
-
margin-bottom: 0;
|
|
2973
|
-
}
|
|
2974
2844
|
/* VISIBILITY */
|
|
2975
2845
|
@media only screen and (min-width: 32em) {
|
|
2976
|
-
.
|
|
2846
|
+
.ImportantLead-module_mobile__3BXbm {
|
|
2977
2847
|
display: none
|
|
2978
2848
|
}
|
|
2979
2849
|
}
|
|
2980
|
-
.
|
|
2850
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
2981
2851
|
display: none
|
|
2982
2852
|
}
|
|
2983
2853
|
@media only screen and (min-width: 32em) {
|
|
2984
|
-
.
|
|
2854
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
2985
2855
|
display: block
|
|
2986
2856
|
}
|
|
2987
2857
|
}
|
|
@@ -3149,6 +3019,136 @@
|
|
|
3149
3019
|
}
|
|
3150
3020
|
}
|
|
3151
3021
|
|
|
3022
|
+
/* Colors */
|
|
3023
|
+
/* Fonts */
|
|
3024
|
+
/* Gap */
|
|
3025
|
+
/* Media */
|
|
3026
|
+
/* 512 */
|
|
3027
|
+
/* 650 */
|
|
3028
|
+
/* 768 */
|
|
3029
|
+
/* 1024 */
|
|
3030
|
+
/* 1010 */
|
|
3031
|
+
/* 1200 */
|
|
3032
|
+
/* 511 */
|
|
3033
|
+
/* 1023 */
|
|
3034
|
+
/* Zindex */
|
|
3035
|
+
.RelatedBlock-module_root__IKcQq {
|
|
3036
|
+
margin: 16px 0;
|
|
3037
|
+
|
|
3038
|
+
border-radius: 8px;
|
|
3039
|
+
background-color: #f5f5f5;
|
|
3040
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
3041
|
+
}
|
|
3042
|
+
@media only screen and (min-width: 48em) {
|
|
3043
|
+
.RelatedBlock-module_root__IKcQq {
|
|
3044
|
+
margin: 25px 0
|
|
3045
|
+
}
|
|
3046
|
+
}
|
|
3047
|
+
.RelatedBlock-module_root__IKcQq:last-child {
|
|
3048
|
+
margin-bottom: 0;
|
|
3049
|
+
}
|
|
3050
|
+
.RelatedBlock-module_root__IKcQq:first-child {
|
|
3051
|
+
margin-top: 0;
|
|
3052
|
+
}
|
|
3053
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
3054
|
+
display: block;
|
|
3055
|
+
|
|
3056
|
+
padding: 12px 12px 13px;
|
|
3057
|
+
|
|
3058
|
+
transition: color 0.15s;
|
|
3059
|
+
text-decoration: none;
|
|
3060
|
+
|
|
3061
|
+
color: #000;
|
|
3062
|
+
box-shadow: none;
|
|
3063
|
+
|
|
3064
|
+
font-size: 17px;
|
|
3065
|
+
line-height: 20px
|
|
3066
|
+
}
|
|
3067
|
+
@media only screen and (min-width: 48em) {
|
|
3068
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
3069
|
+
padding: 15px 20px 17px;
|
|
3070
|
+
|
|
3071
|
+
font-size: 19px;
|
|
3072
|
+
line-height: 23px
|
|
3073
|
+
}
|
|
3074
|
+
}
|
|
3075
|
+
.RelatedBlock-module_root__IKcQq a:hover {
|
|
3076
|
+
color: #5c5c5c;
|
|
3077
|
+
}
|
|
3078
|
+
.RelatedBlock-module_header__2SuWP {
|
|
3079
|
+
margin: 0;
|
|
3080
|
+
padding: 14px 12px 3px;
|
|
3081
|
+
|
|
3082
|
+
letter-spacing: 1px;
|
|
3083
|
+
text-transform: uppercase;
|
|
3084
|
+
|
|
3085
|
+
color: #7F7F7F;
|
|
3086
|
+
|
|
3087
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3088
|
+
font-size: 12px;
|
|
3089
|
+
font-weight: 600;
|
|
3090
|
+
line-height: 17px
|
|
3091
|
+
}
|
|
3092
|
+
@media only screen and (min-width: 48em) {
|
|
3093
|
+
.RelatedBlock-module_header__2SuWP {
|
|
3094
|
+
padding: 20px 20px 14px;
|
|
3095
|
+
|
|
3096
|
+
font-size: 14px;
|
|
3097
|
+
line-height: 16px
|
|
3098
|
+
}
|
|
3099
|
+
}
|
|
3100
|
+
.RelatedBlock-module_items__2V-Ap {
|
|
3101
|
+
margin: 0;
|
|
3102
|
+
padding-left: 0;
|
|
3103
|
+
|
|
3104
|
+
list-style: none;
|
|
3105
|
+
}
|
|
3106
|
+
.RelatedBlock-module_items__2V-Ap li {
|
|
3107
|
+
padding: 0;
|
|
3108
|
+
}
|
|
3109
|
+
.RelatedBlock-module_items__2V-Ap li + li {
|
|
3110
|
+
border-top: 1px solid #e6e6e6;
|
|
3111
|
+
}
|
|
3112
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3113
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3114
|
+
font-size: 16px;
|
|
3115
|
+
font-weight: 700;
|
|
3116
|
+
line-height: 18px
|
|
3117
|
+
}
|
|
3118
|
+
@media only screen and (min-width: 48em) {
|
|
3119
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3120
|
+
font-size: 18px
|
|
3121
|
+
}
|
|
3122
|
+
}
|
|
3123
|
+
.RelatedBlock-module_simple__29HVO {
|
|
3124
|
+
}
|
|
3125
|
+
.RelatedBlock-module_center__1LmW8 {
|
|
3126
|
+
max-width: 650px;
|
|
3127
|
+
margin-right: auto;
|
|
3128
|
+
margin-left: auto;
|
|
3129
|
+
}
|
|
3130
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
3131
|
+
margin-top: 0;
|
|
3132
|
+
}
|
|
3133
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
3134
|
+
margin-bottom: 0;
|
|
3135
|
+
}
|
|
3136
|
+
/* VISIBILITY */
|
|
3137
|
+
@media only screen and (min-width: 32em) {
|
|
3138
|
+
.RelatedBlock-module_mobile__2XM5a {
|
|
3139
|
+
display: none
|
|
3140
|
+
}
|
|
3141
|
+
}
|
|
3142
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
3143
|
+
display: none
|
|
3144
|
+
}
|
|
3145
|
+
@media only screen and (min-width: 32em) {
|
|
3146
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
3147
|
+
display: block
|
|
3148
|
+
}
|
|
3149
|
+
}
|
|
3150
|
+
|
|
3151
|
+
|
|
3152
3152
|
/* Colors */
|
|
3153
3153
|
/* Fonts */
|
|
3154
3154
|
/* Gap */
|
|
@@ -3690,6 +3690,50 @@ a mark {
|
|
|
3690
3690
|
}
|
|
3691
3691
|
}
|
|
3692
3692
|
|
|
3693
|
+
/* Colors */
|
|
3694
|
+
/* Fonts */
|
|
3695
|
+
/* Gap */
|
|
3696
|
+
/* Media */
|
|
3697
|
+
/* 512 */
|
|
3698
|
+
/* 650 */
|
|
3699
|
+
/* 768 */
|
|
3700
|
+
/* 1024 */
|
|
3701
|
+
/* 1010 */
|
|
3702
|
+
/* 1200 */
|
|
3703
|
+
/* 511 */
|
|
3704
|
+
/* 1023 */
|
|
3705
|
+
/* Zindex */
|
|
3706
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3707
|
+
margin: 0 0 18px;
|
|
3708
|
+
|
|
3709
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3710
|
+
font-size: 20px;
|
|
3711
|
+
font-weight: normal;
|
|
3712
|
+
line-height: 23px
|
|
3713
|
+
}
|
|
3714
|
+
@media only screen and (min-width: 48em) {
|
|
3715
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3716
|
+
margin-bottom: 15px;
|
|
3717
|
+
|
|
3718
|
+
font-size: 36px;
|
|
3719
|
+
line-height: 40px
|
|
3720
|
+
}
|
|
3721
|
+
}
|
|
3722
|
+
/* VISIBILITY */
|
|
3723
|
+
@media only screen and (min-width: 32em) {
|
|
3724
|
+
.SimpleTitle-module_mobile__11gBz {
|
|
3725
|
+
display: none
|
|
3726
|
+
}
|
|
3727
|
+
}
|
|
3728
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3729
|
+
display: none
|
|
3730
|
+
}
|
|
3731
|
+
@media only screen and (min-width: 32em) {
|
|
3732
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3733
|
+
display: block
|
|
3734
|
+
}
|
|
3735
|
+
}
|
|
3736
|
+
|
|
3693
3737
|
/* Colors */
|
|
3694
3738
|
/* Fonts */
|
|
3695
3739
|
/* Gap */
|
|
@@ -3805,50 +3849,6 @@ a mark {
|
|
|
3805
3849
|
}
|
|
3806
3850
|
}
|
|
3807
3851
|
|
|
3808
|
-
/* Colors */
|
|
3809
|
-
/* Fonts */
|
|
3810
|
-
/* Gap */
|
|
3811
|
-
/* Media */
|
|
3812
|
-
/* 512 */
|
|
3813
|
-
/* 650 */
|
|
3814
|
-
/* 768 */
|
|
3815
|
-
/* 1024 */
|
|
3816
|
-
/* 1010 */
|
|
3817
|
-
/* 1200 */
|
|
3818
|
-
/* 511 */
|
|
3819
|
-
/* 1023 */
|
|
3820
|
-
/* Zindex */
|
|
3821
|
-
.SimpleTitle-module_root__2jVQN {
|
|
3822
|
-
margin: 0 0 18px;
|
|
3823
|
-
|
|
3824
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3825
|
-
font-size: 20px;
|
|
3826
|
-
font-weight: normal;
|
|
3827
|
-
line-height: 23px
|
|
3828
|
-
}
|
|
3829
|
-
@media only screen and (min-width: 48em) {
|
|
3830
|
-
.SimpleTitle-module_root__2jVQN {
|
|
3831
|
-
margin-bottom: 15px;
|
|
3832
|
-
|
|
3833
|
-
font-size: 36px;
|
|
3834
|
-
line-height: 40px
|
|
3835
|
-
}
|
|
3836
|
-
}
|
|
3837
|
-
/* VISIBILITY */
|
|
3838
|
-
@media only screen and (min-width: 32em) {
|
|
3839
|
-
.SimpleTitle-module_mobile__11gBz {
|
|
3840
|
-
display: none
|
|
3841
|
-
}
|
|
3842
|
-
}
|
|
3843
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
3844
|
-
display: none
|
|
3845
|
-
}
|
|
3846
|
-
@media only screen and (min-width: 32em) {
|
|
3847
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
3848
|
-
display: block
|
|
3849
|
-
}
|
|
3850
|
-
}
|
|
3851
|
-
|
|
3852
3852
|
/* Colors */
|
|
3853
3853
|
/* Fonts */
|
|
3854
3854
|
/* Gap */
|