@meduza/ui-kit-2 0.1.21 → 0.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ui-kit.css CHANGED
@@ -228,6 +228,90 @@
228
228
  }
229
229
  }
230
230
 
231
+ /* Colors */
232
+ /* Fonts */
233
+ /* Gap */
234
+ /* Media */
235
+ /* 512 */
236
+ /* 650 */
237
+ /* 768 */
238
+ /* 1024 */
239
+ /* 1010 */
240
+ /* 1200 */
241
+ /* 511 */
242
+ /* 1023 */
243
+ /* Zindex */
244
+ .Image-module_root__1vsA_ {
245
+ position: relative;
246
+ z-index: 1;
247
+
248
+ display: block;
249
+ overflow: hidden
250
+ }
251
+ @media only screen and (min-device-width: 32em) {
252
+ .Image-module_root__1vsA_ {
253
+ border-radius: inherit
254
+ }
255
+ }
256
+ .Image-module_placeholder__1p4ob,
257
+ .Image-module_root__1vsA_ img {
258
+ position: absolute;
259
+ top: 0;
260
+ left: 0;
261
+
262
+ width: 100%;
263
+ height: 100%;
264
+ }
265
+ .Image-module_wrapper__3fLjs {
266
+ display: block;
267
+
268
+ width: 100%;
269
+
270
+ background-repeat: no-repeat;
271
+ background-size: 100% auto;
272
+ }
273
+ .Image-module_placeholder__1p4ob {
274
+ transition: background-color 250ms ease;
275
+
276
+ background-color: #f2f2f2;
277
+ }
278
+ .Image-module_loaded__w9FVT {
279
+ background: transparent;
280
+ }
281
+ .Image-module_fullscreen__29apx picture {
282
+ cursor: pointer;
283
+ }
284
+ .Image-module_fullscreen__29apx picture:hover::after {
285
+ opacity: 1;
286
+ }
287
+ .Image-module_fullscreen__29apx picture::after {
288
+ position: absolute;
289
+ right: 12px;
290
+ bottom: 12px;
291
+
292
+ width: 40px;
293
+ height: 40px;
294
+
295
+ transition: opacity 250ms ease;
296
+ pointer-events: none;
297
+
298
+ opacity: 0;
299
+ border: 0.5px solid rgba(255, 255, 255, 0.15);
300
+ border-radius: 20px;
301
+ background-color: rgba(0, 0, 0, 0.7);
302
+ 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");
303
+ background-repeat: no-repeat;
304
+ background-position: center
305
+ }
306
+ @media only screen and (min-device-width: 64em) {
307
+ .Image-module_fullscreen__29apx picture::after {
308
+ content: ''
309
+ }
310
+ }
311
+ [data-input='mouse'] .Image-module_wrapper__3fLjs {
312
+ outline: none;
313
+ }
314
+
231
315
  /* Colors */
232
316
  /* Fonts */
233
317
  /* Gap */
@@ -477,75 +561,117 @@
477
561
  /* 511 */
478
562
  /* 1023 */
479
563
  /* Zindex */
480
- .Image-module_root__1vsA_ {
564
+ .DotsOnImage-module_root__2XP3Q {
481
565
  position: relative;
482
- z-index: 1;
483
566
 
484
567
  display: block;
485
- overflow: hidden
568
+
569
+ width: 100%;
486
570
  }
487
- @media only screen and (min-device-width: 32em) {
488
- .Image-module_root__1vsA_ {
489
- border-radius: inherit
571
+ .DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
572
+ -webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
573
+ animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
490
574
  }
491
- }
492
- .Image-module_placeholder__1p4ob,
493
- .Image-module_root__1vsA_ img {
575
+ .DotsOnImage-module_dot__H1wua {
494
576
  position: absolute;
495
- top: 0;
496
- left: 0;
577
+ z-index: 10;
497
578
 
579
+ width: 28px;
580
+ height: 28px;
581
+
582
+ will-change: opacity;
583
+ }
584
+ .DotsOnImage-module_marker__lH5cP {
498
585
  width: 100%;
499
586
  height: 100%;
500
- }
501
- .Image-module_wrapper__3fLjs {
502
- display: block;
587
+ padding: 0;
503
588
 
504
- width: 100%;
589
+ cursor: pointer;
590
+ text-align: center;
505
591
 
506
- background-repeat: no-repeat;
507
- background-size: 100% auto;
592
+ opacity: 0;
593
+ color: #fff;
594
+ border-width: 0;
595
+ border-radius: 30px;
596
+ outline-width: 0;
597
+ background-color: #000;
598
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
599
+
600
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
601
+ font-size: 13px;
602
+ font-weight: 600;
603
+ line-height: 28px;
604
+
605
+ -webkit-appearance: none;
606
+
607
+ -moz-appearance: none;
608
+
609
+ appearance: none;
610
+ will-change: opacity;
508
611
  }
509
- .Image-module_placeholder__1p4ob {
510
- transition: background-color 250ms ease;
612
+ .DotsOnImage-module_marker__lH5cP svg {
613
+ display: block;
511
614
 
512
- background-color: #f2f2f2;
615
+ will-change: opacity;
513
616
  }
514
- .Image-module_loaded__w9FVT {
515
- background: transparent;
617
+ .DotsOnImage-module_marker__lH5cP:hover,
618
+ .DotsOnImage-module_marker__lH5cP.DotsOnImage-module_isActive__3hh31 {
619
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
516
620
  }
517
- .Image-module_fullscreen__29apx picture {
518
- cursor: pointer;
621
+ .DotsOnImage-module_popover__35Cpj {
622
+ position: absolute;
623
+ z-index: 10;
519
624
  }
520
- .Image-module_fullscreen__29apx picture:hover::after {
521
- opacity: 1;
625
+ .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
626
+ transform: translateX(50px);
522
627
  }
523
- .Image-module_fullscreen__29apx picture::after {
524
- position: absolute;
525
- right: 12px;
526
- bottom: 12px;
628
+ .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
629
+ transform: translateX(-100%) translateX(-22px);
630
+ }
631
+ .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
632
+ transform: translateX(50px) translateY(-100%) translateY(22px);
633
+ }
634
+ .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isBottom__3Nk1T {
635
+ transform: translateX(-100%) translateX(-22px) translateY(-100%)
636
+ translateY(22px);
637
+ }
638
+ @-webkit-keyframes DotsOnImage-module_show__2TMBv {
639
+ 0% {
640
+ transform: scale(0.4);
527
641
 
528
- width: 40px;
529
- height: 40px;
642
+ opacity: 0;
643
+ }
530
644
 
531
- transition: opacity 250ms ease;
532
- pointer-events: none;
645
+ 90% {
646
+ transform: scale(1.1);
533
647
 
534
- opacity: 0;
535
- border: 0.5px solid rgba(255, 255, 255, 0.15);
536
- border-radius: 20px;
537
- background-color: rgba(0, 0, 0, 0.7);
538
- 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");
539
- background-repeat: no-repeat;
540
- background-position: center
541
- }
542
- @media only screen and (min-device-width: 64em) {
543
- .Image-module_fullscreen__29apx picture::after {
544
- content: ''
648
+ opacity: 1;
649
+ }
650
+
651
+ 100% {
652
+ transform: scale(1);
653
+
654
+ opacity: 1;
655
+ }
545
656
  }
657
+ @keyframes DotsOnImage-module_show__2TMBv {
658
+ 0% {
659
+ transform: scale(0.4);
660
+
661
+ opacity: 0;
662
+ }
663
+
664
+ 90% {
665
+ transform: scale(1.1);
666
+
667
+ opacity: 1;
668
+ }
669
+
670
+ 100% {
671
+ transform: scale(1);
672
+
673
+ opacity: 1;
546
674
  }
547
- [data-input='mouse'] .Image-module_wrapper__3fLjs {
548
- outline: none;
549
675
  }
550
676
 
551
677
  /* Colors */
@@ -669,193 +795,47 @@
669
795
 
670
796
  color: #999;
671
797
 
672
- font-size: 13px;
673
- letter-spacing: 0.5px;
674
- text-transform: uppercase;
675
- }
676
- /* menu */
677
- .Switcher-module_isInMenu__3XJYj {
678
- font-weight: normal;
679
- }
680
- .Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
681
- margin-right: 8px;
682
- }
683
- .Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
684
- width: 48px;
685
- height: 30px;
686
- }
687
- .Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
688
- top: 4px;
689
-
690
- width: 22px;
691
- height: 22px;
692
-
693
- background-color: #bababa;
694
- }
695
- /* stylelint-disable selector-max-compound-selectors */
696
- .Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
697
- left: 23px;
698
-
699
- background-color: #fff;
700
- }
701
- /* live */
702
- .Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
703
-
704
- color: #7f7f7f;
705
-
706
- font-size: 13px;
707
- letter-spacing: 0.5px;
708
- text-transform: uppercase;
709
- }
710
- .Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
711
- background-color: #1a1a1a;
712
- box-shadow: inset 0 0 0 1px #323232;
713
- }
714
-
715
- /* Colors */
716
- /* Fonts */
717
- /* Gap */
718
- /* Media */
719
- /* 512 */
720
- /* 650 */
721
- /* 768 */
722
- /* 1024 */
723
- /* 1010 */
724
- /* 1200 */
725
- /* 511 */
726
- /* 1023 */
727
- /* Zindex */
728
- .DotsOnImage-module_root__2XP3Q {
729
- position: relative;
730
-
731
- display: block;
732
-
733
- width: 100%;
734
- }
735
- .DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
736
- -webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
737
- animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
738
- }
739
- .DotsOnImage-module_dot__H1wua {
740
- position: absolute;
741
- z-index: 10;
742
-
743
- width: 28px;
744
- height: 28px;
745
-
746
- will-change: opacity;
747
- }
748
- .DotsOnImage-module_marker__lH5cP {
749
- width: 100%;
750
- height: 100%;
751
- padding: 0;
752
-
753
- cursor: pointer;
754
- text-align: center;
755
-
756
- opacity: 0;
757
- color: #fff;
758
- border-width: 0;
759
- border-radius: 30px;
760
- outline-width: 0;
761
- background-color: #000;
762
- box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
763
-
764
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
765
- font-size: 13px;
766
- font-weight: 600;
767
- line-height: 28px;
768
-
769
- -webkit-appearance: none;
770
-
771
- -moz-appearance: none;
772
-
773
- appearance: none;
774
- will-change: opacity;
775
- }
776
- .DotsOnImage-module_marker__lH5cP svg {
777
- display: block;
778
-
779
- will-change: opacity;
780
- }
781
- .DotsOnImage-module_marker__lH5cP:hover,
782
- .DotsOnImage-module_marker__lH5cP.DotsOnImage-module_isActive__3hh31 {
783
- box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
784
- }
785
- .DotsOnImage-module_popover__35Cpj {
786
- position: absolute;
787
- z-index: 10;
788
- }
789
- .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
790
- transform: translateX(50px);
798
+ font-size: 13px;
799
+ letter-spacing: 0.5px;
800
+ text-transform: uppercase;
791
801
  }
792
- .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
793
- transform: translateX(-100%) translateX(-22px);
802
+ /* menu */
803
+ .Switcher-module_isInMenu__3XJYj {
804
+ font-weight: normal;
794
805
  }
795
- .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
796
- transform: translateX(50px) translateY(-100%) translateY(22px);
806
+ .Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
807
+ margin-right: 8px;
797
808
  }
798
- .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isBottom__3Nk1T {
799
- transform: translateX(-100%) translateX(-22px) translateY(-100%)
800
- translateY(22px);
809
+ .Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
810
+ width: 48px;
811
+ height: 30px;
801
812
  }
802
- @-webkit-keyframes DotsOnImage-module_show__2TMBv {
803
- 0% {
804
- transform: scale(0.4);
805
-
806
- opacity: 0;
807
- }
808
-
809
- 90% {
810
- transform: scale(1.1);
811
-
812
- opacity: 1;
813
- }
813
+ .Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
814
+ top: 4px;
814
815
 
815
- 100% {
816
- transform: scale(1);
816
+ width: 22px;
817
+ height: 22px;
817
818
 
818
- opacity: 1;
819
- }
819
+ background-color: #bababa;
820
820
  }
821
- @keyframes DotsOnImage-module_show__2TMBv {
822
- 0% {
823
- transform: scale(0.4);
824
-
825
- opacity: 0;
826
- }
827
-
828
- 90% {
829
- transform: scale(1.1);
830
-
831
- opacity: 1;
832
- }
833
-
834
- 100% {
835
- transform: scale(1);
821
+ /* stylelint-disable selector-max-compound-selectors */
822
+ .Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
823
+ left: 23px;
836
824
 
837
- opacity: 1;
838
- }
825
+ background-color: #fff;
839
826
  }
827
+ /* live */
828
+ .Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
840
829
 
841
- /* Colors */
842
- /* Fonts */
843
- /* Gap */
844
- /* Media */
845
- /* 512 */
846
- /* 650 */
847
- /* 768 */
848
- /* 1024 */
849
- /* 1010 */
850
- /* 1200 */
851
- /* 511 */
852
- /* 1023 */
853
- /* Zindex */
854
- .Lazy-module_root__2Z72l {
855
- display: block;
830
+ color: #7f7f7f;
831
+
832
+ font-size: 13px;
833
+ letter-spacing: 0.5px;
834
+ text-transform: uppercase;
856
835
  }
857
- .Lazy-module_visible__3-SdX {
858
- color: red;
836
+ .Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
837
+ background-color: #1a1a1a;
838
+ box-shadow: inset 0 0 0 1px #323232;
859
839
  }
860
840
 
861
841
  /* Colors */
@@ -985,6 +965,26 @@
985
965
  }
986
966
  }
987
967
 
968
+ /* Colors */
969
+ /* Fonts */
970
+ /* Gap */
971
+ /* Media */
972
+ /* 512 */
973
+ /* 650 */
974
+ /* 768 */
975
+ /* 1024 */
976
+ /* 1010 */
977
+ /* 1200 */
978
+ /* 511 */
979
+ /* 1023 */
980
+ /* Zindex */
981
+ .Lazy-module_root__2Z72l {
982
+ display: block;
983
+ }
984
+ .Lazy-module_visible__3-SdX {
985
+ color: red;
986
+ }
987
+
988
988
  /* Colors */
989
989
  /* Fonts */
990
990
  /* Gap */
@@ -1511,6 +1511,50 @@
1511
1511
  }
1512
1512
  }
1513
1513
 
1514
+ /* Colors */
1515
+ /* Fonts */
1516
+ /* Gap */
1517
+ /* Media */
1518
+ /* 512 */
1519
+ /* 650 */
1520
+ /* 768 */
1521
+ /* 1024 */
1522
+ /* 1010 */
1523
+ /* 1200 */
1524
+ /* 511 */
1525
+ /* 1023 */
1526
+ /* Zindex */
1527
+ .MaterialTitle-module_root__18ku- {
1528
+ display: block;
1529
+ }
1530
+ .MaterialTitle-module_root__18ku- {
1531
+ margin: 0;
1532
+
1533
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1534
+ font-size: 25px;
1535
+ font-weight: normal;
1536
+ line-height: 27px
1537
+ }
1538
+ @media only screen and (min-device-width: 48em) {
1539
+ .MaterialTitle-module_root__18ku- {
1540
+ font-size: 37px;
1541
+ line-height: 38px
1542
+ }
1543
+ }
1544
+ .MaterialTitle-module_primary__2Sfmx {
1545
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
1546
+ font-weight: normal;
1547
+ }
1548
+ .MaterialTitle-module_secondary__3uDp4 {
1549
+ font-size: 24px;
1550
+ font-weight: 700
1551
+ }
1552
+ @media only screen and (min-device-width: 48em) {
1553
+ .MaterialTitle-module_secondary__3uDp4 {
1554
+ font-size: 36px
1555
+ }
1556
+ }
1557
+
1514
1558
  /* Colors */
1515
1559
  /* Fonts */
1516
1560
  /* Gap */
@@ -1569,50 +1613,6 @@
1569
1613
  display: none;
1570
1614
  }
1571
1615
 
1572
- /* Colors */
1573
- /* Fonts */
1574
- /* Gap */
1575
- /* Media */
1576
- /* 512 */
1577
- /* 650 */
1578
- /* 768 */
1579
- /* 1024 */
1580
- /* 1010 */
1581
- /* 1200 */
1582
- /* 511 */
1583
- /* 1023 */
1584
- /* Zindex */
1585
- .MaterialTitle-module_root__18ku- {
1586
- display: block;
1587
- }
1588
- .MaterialTitle-module_root__18ku- {
1589
- margin: 0;
1590
-
1591
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1592
- font-size: 25px;
1593
- font-weight: normal;
1594
- line-height: 27px
1595
- }
1596
- @media only screen and (min-device-width: 48em) {
1597
- .MaterialTitle-module_root__18ku- {
1598
- font-size: 37px;
1599
- line-height: 38px
1600
- }
1601
- }
1602
- .MaterialTitle-module_primary__2Sfmx {
1603
- font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
1604
- font-weight: normal;
1605
- }
1606
- .MaterialTitle-module_secondary__3uDp4 {
1607
- font-size: 24px;
1608
- font-weight: 700
1609
- }
1610
- @media only screen and (min-device-width: 48em) {
1611
- .MaterialTitle-module_secondary__3uDp4 {
1612
- font-size: 36px
1613
- }
1614
- }
1615
-
1616
1616
  /* Colors */
1617
1617
  /* Fonts */
1618
1618
  /* Gap */
@@ -2242,38 +2242,100 @@
2242
2242
 
2243
2243
  width: 4px;
2244
2244
 
2245
- content: '';
2245
+ content: '';
2246
+
2247
+ border-radius: 2px;
2248
+ background-color: #ebebeb
2249
+ }
2250
+ @media only screen and (min-device-width: 32em) {
2251
+ .QuoteBlock-module_root__2GrcC:before {
2252
+ top: 4px;
2253
+ bottom: 6px
2254
+ }
2255
+ }
2256
+ .QuoteBlock-module_root__2GrcC:last-child {
2257
+ margin-bottom: 0;
2258
+ }
2259
+ .QuoteBlock-module_root__2GrcC p {
2260
+ margin: 0;
2261
+ }
2262
+ .QuoteBlock-module_root__2GrcC a {
2263
+ text-decoration: none;
2264
+
2265
+ color: inherit;
2266
+ box-shadow: inset 0 -1px #b88b59;
2267
+ }
2268
+ .QuoteBlock-module_root__2GrcC a:hover {
2269
+ color: #b88b59;
2270
+ }
2271
+ .QuoteBlock-module_center__cTFNy {
2272
+ width: 100%;
2273
+ max-width: 650px;
2274
+ margin-right: auto;
2275
+ margin-left: auto;
2276
+ }
2277
+
2278
+ /* Colors */
2279
+ /* Fonts */
2280
+ /* Gap */
2281
+ /* Media */
2282
+ /* 512 */
2283
+ /* 650 */
2284
+ /* 768 */
2285
+ /* 1024 */
2286
+ /* 1010 */
2287
+ /* 1200 */
2288
+ /* 511 */
2289
+ /* 1023 */
2290
+ /* Zindex */
2291
+ .CardTitle-module_root__1uqqF {
2292
+ margin-bottom: 11px
2293
+ }
2294
+ @media only screen and (min-device-width: 64em) {
2295
+ .CardTitle-module_root__1uqqF {
2296
+ margin-bottom: 10px;
2297
+
2298
+ text-align: center
2299
+ }
2300
+ }
2301
+ .CardTitle-module_index__4FsTf {
2302
+ margin-bottom: 7px;
2303
+
2304
+ color: #b88b59;
2305
+
2306
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2307
+ font-size: 20px;
2308
+ font-weight: 700;
2309
+ line-height: 24px;
2310
+ }
2311
+ .CardTitle-module_title__2iTI6 {
2312
+ color: #1d1d1d;
2246
2313
 
2247
- border-radius: 2px;
2248
- background-color: #ebebeb
2314
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2315
+ font-size: 20px;
2316
+ font-weight: 700;
2317
+ line-height: 24px
2249
2318
  }
2250
- @media only screen and (min-device-width: 32em) {
2251
- .QuoteBlock-module_root__2GrcC:before {
2252
- top: 4px;
2253
- bottom: 6px
2319
+ @media only screen and (min-device-width: 64em) {
2320
+ .CardTitle-module_title__2iTI6 {
2321
+ font-size: 28px;
2322
+ line-height: 34px
2254
2323
  }
2255
2324
  }
2256
- .QuoteBlock-module_root__2GrcC:last-child {
2257
- margin-bottom: 0;
2258
- }
2259
- .QuoteBlock-module_root__2GrcC p {
2260
- margin: 0;
2261
- }
2262
- .QuoteBlock-module_root__2GrcC a {
2263
- text-decoration: none;
2264
-
2265
- color: inherit;
2266
- box-shadow: inset 0 -1px #b88b59;
2325
+ /* VISIBILITY */
2326
+ @media only screen and (min-device-width: 32em) {
2327
+ .CardTitle-module_mobile__1_kij {
2328
+ display: none
2267
2329
  }
2268
- .QuoteBlock-module_root__2GrcC a:hover {
2269
- color: #b88b59;
2330
+ }
2331
+ .CardTitle-module_desktop__1l3_n {
2332
+ display: none
2270
2333
  }
2271
- .QuoteBlock-module_center__cTFNy {
2272
- width: 100%;
2273
- max-width: 650px;
2274
- margin-right: auto;
2275
- margin-left: auto;
2334
+ @media only screen and (min-device-width: 32em) {
2335
+ .CardTitle-module_desktop__1l3_n {
2336
+ display: block
2276
2337
  }
2338
+ }
2277
2339
 
2278
2340
  /* Colors */
2279
2341
  /* Fonts */
@@ -2354,68 +2416,6 @@
2354
2416
  }
2355
2417
 
2356
2418
 
2357
- /* Colors */
2358
- /* Fonts */
2359
- /* Gap */
2360
- /* Media */
2361
- /* 512 */
2362
- /* 650 */
2363
- /* 768 */
2364
- /* 1024 */
2365
- /* 1010 */
2366
- /* 1200 */
2367
- /* 511 */
2368
- /* 1023 */
2369
- /* Zindex */
2370
- .CardTitle-module_root__1uqqF {
2371
- margin-bottom: 11px
2372
- }
2373
- @media only screen and (min-device-width: 64em) {
2374
- .CardTitle-module_root__1uqqF {
2375
- margin-bottom: 10px;
2376
-
2377
- text-align: center
2378
- }
2379
- }
2380
- .CardTitle-module_index__4FsTf {
2381
- margin-bottom: 7px;
2382
-
2383
- color: #b88b59;
2384
-
2385
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2386
- font-size: 20px;
2387
- font-weight: 700;
2388
- line-height: 24px;
2389
- }
2390
- .CardTitle-module_title__2iTI6 {
2391
- color: #1d1d1d;
2392
-
2393
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2394
- font-size: 20px;
2395
- font-weight: 700;
2396
- line-height: 24px
2397
- }
2398
- @media only screen and (min-device-width: 64em) {
2399
- .CardTitle-module_title__2iTI6 {
2400
- font-size: 28px;
2401
- line-height: 34px
2402
- }
2403
- }
2404
- /* VISIBILITY */
2405
- @media only screen and (min-device-width: 32em) {
2406
- .CardTitle-module_mobile__1_kij {
2407
- display: none
2408
- }
2409
- }
2410
- .CardTitle-module_desktop__1l3_n {
2411
- display: none
2412
- }
2413
- @media only screen and (min-device-width: 32em) {
2414
- .CardTitle-module_desktop__1l3_n {
2415
- display: block
2416
- }
2417
- }
2418
-
2419
2419
  /* Colors */
2420
2420
  /* Fonts */
2421
2421
  /* Gap */
@@ -3800,6 +3800,108 @@ a mark {
3800
3800
  }
3801
3801
  }
3802
3802
 
3803
+ /* Colors */
3804
+ /* Fonts */
3805
+ /* Gap */
3806
+ /* Media */
3807
+ /* 512 */
3808
+ /* 650 */
3809
+ /* 768 */
3810
+ /* 1024 */
3811
+ /* 1010 */
3812
+ /* 1200 */
3813
+ /* 511 */
3814
+ /* 1023 */
3815
+ /* Zindex */
3816
+ .MetaItem-module_root__2VQom {
3817
+ display: inline;
3818
+
3819
+ margin-right: 15px;
3820
+ }
3821
+ .MetaItem-module_root__2VQom > svg {
3822
+ display: inline-block;
3823
+
3824
+ margin-right: 1px;
3825
+
3826
+ vertical-align: top;
3827
+
3828
+ color: inherit;
3829
+
3830
+ fill: currentColor;
3831
+ }
3832
+ .MetaItem-module_root__2VQom a {
3833
+ display: inline;
3834
+
3835
+ text-decoration: underline;
3836
+
3837
+ color: inherit;
3838
+
3839
+ -webkit-text-decoration-skip: auto;
3840
+ }
3841
+ .MetaItem-module_root__2VQom a:hover {
3842
+ color: #b88b59;
3843
+ }
3844
+ .MetaItem-module_hasBullets__CkQPI {
3845
+ margin-right: 0;
3846
+ }
3847
+ .MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
3848
+ display: inline-block;
3849
+
3850
+ padding-right: 0.4em;
3851
+ padding-left: 0.4em;
3852
+
3853
+ content: '\B7';
3854
+ }
3855
+ @media only screen and (max-device-width: 32.1875em) {
3856
+ .MetaItem-module_hasSource__1DmCI {
3857
+ width: 100%;
3858
+ margin-top: 3px;
3859
+ margin-bottom: 3px
3860
+ }
3861
+ }
3862
+ @media only screen and (max-device-width: 32.1875em) {
3863
+ .MetaItem-module_hasSource__1DmCI:first-child {
3864
+ margin-top: 0
3865
+ }
3866
+ }
3867
+ .MetaItem-module_hasSource__1DmCI:last-child {
3868
+ margin-bottom: 0;
3869
+ }
3870
+ @media only screen and (max-device-width: 32.1875em) {
3871
+ .MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
3872
+ display: none
3873
+ }
3874
+ }
3875
+ @media only screen and (max-device-width: 32.1875em) {
3876
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
3877
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
3878
+ display: inline-block
3879
+ }
3880
+ }
3881
+ @media only screen and (max-device-width: 32.1875em) {
3882
+ .MetaItem-module_datetime__3tOWm,
3883
+ .MetaItem-module_listened__lwvAO,
3884
+ .MetaItem-module_read__5eAIG {
3885
+ width: auto
3886
+ }
3887
+ }
3888
+ @media only screen and (max-device-width: 32.1875em) {
3889
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
3890
+ order: -2
3891
+ }
3892
+ }
3893
+ @media only screen and (max-device-width: 32.1875em) {
3894
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
3895
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
3896
+ order: -1;
3897
+
3898
+ margin-top: 0
3899
+ }
3900
+ }
3901
+ .MetaItem-module_read__5eAIG svg {
3902
+ margin-top: -1px;
3903
+ }
3904
+
3803
3905
  /* Colors */
3804
3906
  /* Fonts */
3805
3907
  /* Gap */
@@ -3814,12 +3916,11 @@ a mark {
3814
3916
  /* 1023 */
3815
3917
  /* Zindex */
3816
3918
  .Spoiler-module_root__1OfSR {
3919
+ position: relative;
3920
+
3817
3921
  width: 100%;
3818
3922
  margin: 15px 0;
3819
- padding: 21px 0 22px;
3820
-
3821
- border-top: 3px solid rgba(0, 0, 0, 0.1);
3822
- border-bottom: 3px solid rgba(0, 0, 0, 0.1)
3923
+ padding: 24px 0 25px
3823
3924
  }
3824
3925
  @media only screen and (min-device-width: 32em) {
3825
3926
  .Spoiler-module_root__1OfSR {
@@ -3830,9 +3931,29 @@ a mark {
3830
3931
  flex-flow: column nowrap;
3831
3932
 
3832
3933
  margin: 25px auto 20px;
3833
- padding: 20px 0
3934
+ padding: 23px 0
3834
3935
  }
3835
3936
  }
3937
+ .Spoiler-module_root__1OfSR::before,
3938
+ .Spoiler-module_root__1OfSR::after {
3939
+ position: absolute;
3940
+ left: 50%;
3941
+
3942
+ width: 100%;
3943
+ max-width: 650px;
3944
+ margin: 0 auto;
3945
+
3946
+ content: '';
3947
+ transform: translateX(-50%);
3948
+
3949
+ border-top: 3px solid rgba(0, 0, 0, 0.1);
3950
+ }
3951
+ .Spoiler-module_root__1OfSR::before {
3952
+ top: 0;
3953
+ }
3954
+ .Spoiler-module_root__1OfSR::after {
3955
+ bottom: 0;
3956
+ }
3836
3957
  .Spoiler-module_root__1OfSR:last-child {
3837
3958
  margin-bottom: 0;
3838
3959
  }
@@ -3846,15 +3967,19 @@ a mark {
3846
3967
  display: flex;
3847
3968
  flex-flow: column nowrap;
3848
3969
  justify-content: center;
3970
+
3971
+ width: 100%;
3972
+ max-width: 650px;
3973
+ margin-right: auto;
3974
+ margin-left: auto;
3849
3975
  }
3850
3976
  .Spoiler-module_header__1rZUs h3 {
3851
3977
  margin-top: 0;
3852
3978
  margin-bottom: 18px;
3853
3979
 
3854
- font-weight: 700;
3855
- font-size: 21px;
3856
-
3857
3980
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3981
+ font-size: 21px;
3982
+ font-weight: 700;
3858
3983
  line-height: 26px
3859
3984
  }
3860
3985
  @media only screen and (min-device-width: 32em) {
@@ -3869,8 +3994,6 @@ a mark {
3869
3994
  display: none;
3870
3995
 
3871
3996
  width: 100%;
3872
- margin-right: auto;
3873
- margin-left: auto;
3874
3997
  padding-bottom: 13px
3875
3998
  }
3876
3999
  @media only screen and (min-device-width: 32em) {
@@ -3894,58 +4017,75 @@ a mark {
3894
4017
  }
3895
4018
  .Spoiler-module_footer__23mh7 {
3896
4019
  position: static;
4020
+
4021
+ width: 100%;
4022
+ max-width: 650px;
4023
+ margin-right: auto;
4024
+ margin-left: auto;
3897
4025
  }
3898
4026
  .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
3899
4027
  position: -webkit-sticky;
3900
4028
  position: sticky;
3901
- bottom: 0;
3902
4029
  z-index: 10;
4030
+ bottom: 0;
3903
4031
 
4032
+ width: auto;
3904
4033
  margin-right: -20px;
3905
4034
  margin-left: -20px;
3906
4035
  padding: 12px 20px 20px;
3907
4036
 
3908
- background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(64%, #fff));
4037
+ -webkit-animation: Spoiler-module_spoilerSticky__3Kd30 500ms ease both;
3909
4038
 
3910
- background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 64%);
4039
+ animation: Spoiler-module_spoilerSticky__3Kd30 500ms ease both;
3911
4040
 
3912
- background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 64%);
4041
+ background-image: -webkit-gradient(
4042
+ linear,
4043
+ left top, left bottom,
4044
+ from(rgba(255, 255, 255, 0)),
4045
+ color-stop(64%, #fff)
4046
+ );
3913
4047
 
3914
- -webkit-animation: Spoiler-module_spoilerSticky__3Kd30 500ms ease both;
4048
+ background-image: -o-linear-gradient(
4049
+ top,
4050
+ rgba(255, 255, 255, 0) 0%,
4051
+ #fff 64%
4052
+ );
3915
4053
 
3916
- animation: Spoiler-module_spoilerSticky__3Kd30 500ms ease both
4054
+ background-image: linear-gradient(
4055
+ 180deg,
4056
+ rgba(255, 255, 255, 0) 0%,
4057
+ #fff 64%
4058
+ )
3917
4059
  }
3918
4060
  @media only screen and (min-device-width: 32em) {
3919
4061
  .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
3920
4062
  position: static;
3921
4063
 
3922
- margin-right: 0;
3923
- margin-left: 0;
4064
+ margin-right: auto;
4065
+ margin-left: auto;
3924
4066
  padding: 0;
3925
4067
 
3926
- background-image: none;
3927
-
3928
4068
  -webkit-animation: none;
3929
4069
 
3930
- animation: none
4070
+ animation: none;
4071
+
4072
+ background-image: none
3931
4073
  }
3932
4074
  }
3933
4075
  .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7::after {
3934
4076
  position: absolute;
4077
+ z-index: -1;
3935
4078
  top: 100%;
3936
4079
  right: 0;
3937
4080
  left: 0;
3938
- z-index: -1;
3939
4081
 
3940
4082
  height: 16px;
3941
4083
 
3942
- background-color: #fff;
3943
-
4084
+ content: '';
3944
4085
  -webkit-animation: Spoiler-module_spoilerStickyBg__nYdlo 1ms ease both 500ms;
3945
-
3946
4086
  animation: Spoiler-module_spoilerStickyBg__nYdlo 1ms ease both 500ms;
3947
4087
 
3948
- content: ''
4088
+ background-color: #fff
3949
4089
  }
3950
4090
  @media only screen and (min-device-width: 32em) {
3951
4091
  .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7::after {
@@ -4035,108 +4175,6 @@ a mark {
4035
4175
  }
4036
4176
  }
4037
4177
 
4038
- /* Colors */
4039
- /* Fonts */
4040
- /* Gap */
4041
- /* Media */
4042
- /* 512 */
4043
- /* 650 */
4044
- /* 768 */
4045
- /* 1024 */
4046
- /* 1010 */
4047
- /* 1200 */
4048
- /* 511 */
4049
- /* 1023 */
4050
- /* Zindex */
4051
- .MetaItem-module_root__2VQom {
4052
- display: inline;
4053
-
4054
- margin-right: 15px;
4055
- }
4056
- .MetaItem-module_root__2VQom > svg {
4057
- display: inline-block;
4058
-
4059
- margin-right: 1px;
4060
-
4061
- vertical-align: top;
4062
-
4063
- color: inherit;
4064
-
4065
- fill: currentColor;
4066
- }
4067
- .MetaItem-module_root__2VQom a {
4068
- display: inline;
4069
-
4070
- text-decoration: underline;
4071
-
4072
- color: inherit;
4073
-
4074
- -webkit-text-decoration-skip: auto;
4075
- }
4076
- .MetaItem-module_root__2VQom a:hover {
4077
- color: #b88b59;
4078
- }
4079
- .MetaItem-module_hasBullets__CkQPI {
4080
- margin-right: 0;
4081
- }
4082
- .MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
4083
- display: inline-block;
4084
-
4085
- padding-right: 0.4em;
4086
- padding-left: 0.4em;
4087
-
4088
- content: '\B7';
4089
- }
4090
- @media only screen and (max-device-width: 32.1875em) {
4091
- .MetaItem-module_hasSource__1DmCI {
4092
- width: 100%;
4093
- margin-top: 3px;
4094
- margin-bottom: 3px
4095
- }
4096
- }
4097
- @media only screen and (max-device-width: 32.1875em) {
4098
- .MetaItem-module_hasSource__1DmCI:first-child {
4099
- margin-top: 0
4100
- }
4101
- }
4102
- .MetaItem-module_hasSource__1DmCI:last-child {
4103
- margin-bottom: 0;
4104
- }
4105
- @media only screen and (max-device-width: 32.1875em) {
4106
- .MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
4107
- display: none
4108
- }
4109
- }
4110
- @media only screen and (max-device-width: 32.1875em) {
4111
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
4112
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
4113
- display: inline-block
4114
- }
4115
- }
4116
- @media only screen and (max-device-width: 32.1875em) {
4117
- .MetaItem-module_datetime__3tOWm,
4118
- .MetaItem-module_listened__lwvAO,
4119
- .MetaItem-module_read__5eAIG {
4120
- width: auto
4121
- }
4122
- }
4123
- @media only screen and (max-device-width: 32.1875em) {
4124
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
4125
- order: -2
4126
- }
4127
- }
4128
- @media only screen and (max-device-width: 32.1875em) {
4129
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
4130
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
4131
- order: -1;
4132
-
4133
- margin-top: 0
4134
- }
4135
- }
4136
- .MetaItem-module_read__5eAIG svg {
4137
- margin-top: -1px;
4138
- }
4139
-
4140
4178
  /* stylelint-disable declaration-empty-line-before */
4141
4179
  /* Colors */
4142
4180
  /* Fonts */
@@ -4447,6 +4485,78 @@ a mark {
4447
4485
  fill: currentColor;
4448
4486
  }
4449
4487
 
4488
+ /* Colors */
4489
+ /* Fonts */
4490
+ /* Gap */
4491
+ /* Media */
4492
+ /* 512 */
4493
+ /* 650 */
4494
+ /* 768 */
4495
+ /* 1024 */
4496
+ /* 1010 */
4497
+ /* 1200 */
4498
+ /* 511 */
4499
+ /* 1023 */
4500
+ /* Zindex */
4501
+ .Footnote-module_root__2a0-B {
4502
+ position: relative;
4503
+
4504
+ width: 320px;
4505
+ padding: 20px;
4506
+
4507
+ border-radius: 8px;
4508
+ background-color: #fff;
4509
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
4510
+ }
4511
+ .Footnote-module_body__259Ly {
4512
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4513
+ font-size: 16px;
4514
+ line-height: 22px;
4515
+ }
4516
+ .Footnote-module_body__259Ly h3 {
4517
+ margin: 0 0 16px;
4518
+
4519
+ font-size: inherit;
4520
+ font-weight: 700;
4521
+ line-height: inherit;
4522
+ }
4523
+ .Footnote-module_body__259Ly p {
4524
+ margin: 0;
4525
+ }
4526
+ .Footnote-module_body__259Ly p + p {
4527
+ margin-top: 6px;
4528
+ }
4529
+ .Footnote-module_body__259Ly a {
4530
+ color: inherit;
4531
+ box-shadow: inset 0 -1px #b88b59;
4532
+ }
4533
+ .Footnote-module_body__259Ly a:hover {
4534
+ color: #b88b59;
4535
+ }
4536
+ .Footnote-module_dismiss__1HKG5 {
4537
+ position: absolute;
4538
+ top: 0;
4539
+ right: 0;
4540
+
4541
+ margin: 0;
4542
+ padding: 6px 9px 10px;
4543
+
4544
+ cursor: pointer;
4545
+
4546
+ color: #b3b3b3;
4547
+ border-width: 0;
4548
+ outline: none;
4549
+ background-color: transparent;
4550
+ }
4551
+ .Footnote-module_dismiss__1HKG5:hover {
4552
+ color: #757575;
4553
+ }
4554
+ .Footnote-module_dismiss__1HKG5 svg {
4555
+ width: 12px;
4556
+ height: 12px;
4557
+ }
4558
+
4559
+
4450
4560
  /* Colors */
4451
4561
  /* Fonts */
4452
4562
  /* Gap */
@@ -4614,78 +4724,6 @@ a mark {
4614
4724
  }
4615
4725
  }
4616
4726
 
4617
- /* Colors */
4618
- /* Fonts */
4619
- /* Gap */
4620
- /* Media */
4621
- /* 512 */
4622
- /* 650 */
4623
- /* 768 */
4624
- /* 1024 */
4625
- /* 1010 */
4626
- /* 1200 */
4627
- /* 511 */
4628
- /* 1023 */
4629
- /* Zindex */
4630
- .Footnote-module_root__2a0-B {
4631
- position: relative;
4632
-
4633
- width: 320px;
4634
- padding: 20px;
4635
-
4636
- border-radius: 8px;
4637
- background-color: #fff;
4638
- box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
4639
- }
4640
- .Footnote-module_body__259Ly {
4641
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4642
- font-size: 16px;
4643
- line-height: 22px;
4644
- }
4645
- .Footnote-module_body__259Ly h3 {
4646
- margin: 0 0 16px;
4647
-
4648
- font-size: inherit;
4649
- font-weight: 700;
4650
- line-height: inherit;
4651
- }
4652
- .Footnote-module_body__259Ly p {
4653
- margin: 0;
4654
- }
4655
- .Footnote-module_body__259Ly p + p {
4656
- margin-top: 6px;
4657
- }
4658
- .Footnote-module_body__259Ly a {
4659
- color: inherit;
4660
- box-shadow: inset 0 -1px #b88b59;
4661
- }
4662
- .Footnote-module_body__259Ly a:hover {
4663
- color: #b88b59;
4664
- }
4665
- .Footnote-module_dismiss__1HKG5 {
4666
- position: absolute;
4667
- top: 0;
4668
- right: 0;
4669
-
4670
- margin: 0;
4671
- padding: 6px 9px 10px;
4672
-
4673
- cursor: pointer;
4674
-
4675
- color: #b3b3b3;
4676
- border-width: 0;
4677
- outline: none;
4678
- background-color: transparent;
4679
- }
4680
- .Footnote-module_dismiss__1HKG5:hover {
4681
- color: #757575;
4682
- }
4683
- .Footnote-module_dismiss__1HKG5 svg {
4684
- width: 12px;
4685
- height: 12px;
4686
- }
4687
-
4688
-
4689
4727
  /* Colors */
4690
4728
  /* Fonts */
4691
4729
  /* Gap */