@meduza/ui-kit-2 0.2.2 → 0.2.3

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
@@ -11,227 +11,239 @@
11
11
  /* 511 */
12
12
  /* 1023 */
13
13
  /* Zindex */
14
- .Button-module_root__RpsiW {
15
- display: block;
14
+ .Switcher-module_root__1Env1 {
15
+ position: relative;
16
16
 
17
- padding: 0;
17
+ display: -webkit-box;
18
+
19
+ display: -webkit-flex;
20
+
21
+ display: -ms-flexbox;
22
+
23
+ display: flex;
24
+ flex-flow: row nowrap;
25
+ align-items: center;
26
+
27
+ font-weight: 600;
28
+
29
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
30
+ white-space: nowrap;
18
31
 
19
32
  cursor: pointer;
33
+
20
34
  -webkit-user-select: none;
35
+
21
36
  -moz-user-select: none;
37
+
22
38
  -ms-user-select: none;
39
+
23
40
  user-select: none;
24
- transition: background-color 0.15s ease-out;
25
- text-align: center;
41
+ }
42
+ .Switcher-module_dark__1IzaH {
43
+ color: inherit;
44
+ }
45
+ .Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
46
+ background-color: transparent;
47
+ }
48
+ .Switcher-module_input__jaMVF {
49
+ position: absolute;
50
+ top: 0;
51
+ left: 0;
26
52
 
27
- color: #fff;
28
- border-width: 0;
29
- outline: none;
53
+ opacity: 0;
54
+ }
55
+ .Switcher-module_control__1NTvY {
56
+ position: relative;
30
57
 
31
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
32
- line-height: 1;
58
+ display: block;
33
59
 
34
- -webkit-appearance: none;
60
+ width: 37px;
61
+ height: 21px;
35
62
 
36
- -moz-appearance: none;
63
+ background-color: #e6e6e6;
37
64
 
38
- appearance: none;
39
- }
40
- .Button-module_root__RpsiW::-moz-focus-inner {
41
- border: 0;
65
+ border-radius: 15px;
42
66
  }
43
- .Button-module_root__RpsiW[disabled] {
44
- cursor: default;
45
- pointer-events: none;
67
+ .Switcher-module_control__1NTvY::before {
68
+ position: absolute;
69
+ top: 0;
70
+ bottom: 0;
71
+ left: 0;
46
72
 
47
- opacity: 0.5;
48
- }
49
- .Button-module_root__RpsiW > span:first-child {
50
- margin-right: 4px;
51
- }
52
- .Button-module_root__RpsiW > span:last-child {
53
- margin-left: 4px;
54
- }
55
- .Button-module_gold__ZMYg- {
56
- background: #b88b59;
57
- }
58
- .Button-module_gold__ZMYg-.Button-module_isLoading__1g6QO {
59
- fill: #b88b59;
73
+ width: 18px;
74
+
75
+ background: rgba(19, 191, 17, 0);
76
+
77
+ border-radius: 15px;
78
+
79
+ transition: 0.25s ease-in-out;
80
+
81
+ content: '';
60
82
  }
61
- .Button-module_gold__ZMYg-:hover {
62
- background-color: #9e784c
83
+ .Switcher-module_knob__3kEy5 {
84
+ position: relative;
85
+ top: 2px;
86
+ left: 2px;
87
+ z-index: 200;
88
+
89
+ display: block;
90
+
91
+ width: 17px;
92
+ height: 17px;
93
+
94
+ background: #fff;
95
+
96
+ border-radius: 15px;
97
+
98
+ transition: 0.25s ease-in-out;
63
99
  }
64
- @media (hover: none) {
65
- .Button-module_gold__ZMYg-:hover {
66
- background-color: #b88b59
100
+ .Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
101
+ width: 100%;
102
+
103
+ background-color: #b88b59;
67
104
  }
68
- }
69
- .Button-module_gold__ZMYg-:active {
70
- background-color: #856440;
105
+ .Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
106
+ box-shadow: inset 0 0 0 1px transparent;
71
107
  }
72
- .Button-module_gray__3IM54 {
73
- color: #000;
74
- background-color: #f0f0f0;
108
+ .Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
109
+ left: 18px;
75
110
  }
76
- .Button-module_gray__3IM54.Button-module_isLoading__1g6QO {
77
- fill: #545454;
111
+ .Switcher-module_children__147JP.Switcher-module_left__2coeE {
112
+ margin-right: 6px;
78
113
  }
79
- .Button-module_gray__3IM54:hover {
80
- background-color: #ebebeb
114
+ .Switcher-module_children__147JP.Switcher-module_right__yWG7h {
115
+ margin-left: 6px;
81
116
  }
82
- @media (hover: none) {
83
- .Button-module_gray__3IM54:hover {
84
- background-color: #ebebeb
117
+ /* panel */
118
+ .Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
119
+
120
+ color: #999;
121
+
122
+ font-size: 13px;
123
+ letter-spacing: 0.5px;
124
+ text-transform: uppercase;
85
125
  }
86
- }
87
- .Button-module_gray__3IM54:active {
88
- background-color: #e3e3e3;
126
+ /* menu */
127
+ .Switcher-module_isInMenu__3XJYj {
128
+ font-weight: normal;
89
129
  }
90
- .Button-module_sand__2AqVq {
91
- background: #a18c68;
130
+ .Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
131
+ margin-right: 8px;
92
132
  }
93
- .Button-module_sand__2AqVq.Button-module_isLoading__1g6QO {
94
- fill: #a18c68;
133
+ .Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
134
+ width: 48px;
135
+ height: 30px;
95
136
  }
96
- .Button-module_sand__2AqVq:hover {
97
- background-color: #8a7654
137
+ .Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
138
+ top: 4px;
139
+
140
+ width: 22px;
141
+ height: 22px;
142
+
143
+ background-color: #bababa;
98
144
  }
99
- @media (hover: none) {
100
- .Button-module_sand__2AqVq:hover {
101
- background-color: #a18c68
145
+ /* stylelint-disable selector-max-compound-selectors */
146
+ .Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
147
+ left: 23px;
148
+
149
+ background-color: #fff;
102
150
  }
103
- }
104
- .Button-module_sand__2AqVq:active {
105
- background-color: #7b6743;
151
+ /* live */
152
+ .Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
153
+
154
+ color: #7f7f7f;
155
+
156
+ font-size: 13px;
157
+ letter-spacing: 0.5px;
158
+ text-transform: uppercase;
106
159
  }
107
- .Button-module_dark__I0uXx {
108
- color: #adadad;
109
- background-color: #3a3a3a;
110
- box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
160
+ .Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
161
+ background-color: #1a1a1a;
162
+ box-shadow: inset 0 0 0 1px #323232;
111
163
  }
112
- .Button-module_dark__I0uXx:hover {
113
- background-color: #2e2e2e
164
+
165
+ /* Colors */
166
+ /* Fonts */
167
+ /* Gap */
168
+ /* Media */
169
+ /* 512 */
170
+ /* 650 */
171
+ /* 768 */
172
+ /* 1024 */
173
+ /* 1010 */
174
+ /* 1200 */
175
+ /* 511 */
176
+ /* 1023 */
177
+ /* Zindex */
178
+ .Image-module_root__1vsA_ {
179
+ position: relative;
180
+ z-index: 1;
181
+
182
+ display: block;
183
+ overflow: hidden;
184
+ transition: background-color 250ms ease;
185
+
186
+ background-color: #f2f2f2
114
187
  }
115
- @media (hover: none) {
116
- .Button-module_dark__I0uXx:hover {
117
- background-color: #3a3a3a
188
+ @media only screen and (min-width: 32em) {
189
+ .Image-module_root__1vsA_ {
190
+ border-radius: inherit
118
191
  }
119
192
  }
120
- .Button-module_dark__I0uXx:active {
121
- background-color: #242424;
193
+ .Image-module_root__1vsA_ img {
194
+ position: absolute;
195
+ top: 0;
196
+ left: 0;
197
+
198
+ width: 100%;
199
+ height: 100%;
122
200
  }
123
- .Button-module_dark__I0uXx.Button-module_isLoading__1g6QO {
124
- fill: #3a3a3a;
201
+ .Image-module_isLoaded__3XhU5 {
202
+ background-color: transparent;
125
203
  }
126
- .Button-module_light__1Y4hG {
127
- color: #000;
128
- background-color: #fff;
204
+ .Image-module_wrapper__3fLjs {
205
+ display: block;
206
+
207
+ width: 100%;
208
+
209
+ background-repeat: no-repeat;
210
+ background-size: 100% auto;
129
211
  }
130
- .Button-module_light__1Y4hG:hover {
131
- background-color: #ebebeb
212
+ .Image-module_fullscreen__29apx picture {
213
+ cursor: pointer;
132
214
  }
133
- @media (hover: none) {
134
- .Button-module_light__1Y4hG:hover {
135
- background-color: #fff
215
+ .Image-module_fullscreen__29apx picture:hover::after {
216
+ opacity: 1;
136
217
  }
137
- }
138
- .Button-module_light__1Y4hG:active {
139
- background-color: #e3e3e3;
140
- }
141
- .Button-module_light__1Y4hG.Button-module_isLoading__1g6QO {
142
- fill: #fff;
143
- }
144
- .Button-module_black__3sG3Y {
145
- color: #7e7d7b;
146
- background-color: #000;
147
- }
148
- .Button-module_black__3sG3Y.Button-module_isLoading__1g6QO {
149
- fill: #7e7d7b;
150
- }
151
- .Button-module_black__3sG3Y:hover {
152
- background-color: #141414
153
- }
154
- @media (hover: none) {
155
- .Button-module_black__3sG3Y:hover {
156
- background: #141414
157
- }
158
- }
159
- .Button-module_black__3sG3Y:active {
160
- background-color: #242424;
161
- }
162
- .Button-module_red__3Niou {
163
- background-color: #f95a5a;
164
- }
165
- .Button-module_red__3Niou:hover {
166
- background-color: #e65353
167
- }
168
- @media (hover: none) {
169
- .Button-module_red__3Niou:hover {
170
- background: #f95a5a
171
- }
172
- }
173
- .Button-module_red__3Niou:active {
174
- background-color: #d44d4d;
175
- }
176
- .Button-module_red__3Niou.Button-module_isLoading__1g6QO {
177
- fill: #141414;
178
- }
179
- .Button-module_default__28Vo_ {
180
- width: 100%;
181
- height: 42px;
182
- padding: 6px 18px;
218
+ .Image-module_fullscreen__29apx picture::after {
219
+ position: absolute;
220
+ right: 12px;
221
+ bottom: 12px;
183
222
 
184
- letter-spacing: 1px;
185
- text-transform: uppercase;
223
+ width: 40px;
224
+ height: 40px;
186
225
 
187
- border-radius: 8px;
226
+ transition: opacity 250ms ease;
227
+ pointer-events: none;
188
228
 
189
- font-size: 12px;
190
- font-weight: 600;
191
- line-height: 22px
229
+ opacity: 0;
230
+ border: 0.5px solid rgba(255, 255, 255, 0.15);
231
+ border-radius: 20px;
232
+ background-color: rgba(0, 0, 0, 0.7);
233
+ 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");
234
+ background-repeat: no-repeat;
235
+ background-position: center
192
236
  }
193
237
  @media only screen and (min-width: 64em) {
194
- .Button-module_default__28Vo_ {
195
- padding: 7px 18px 6px;
196
-
197
- font-size: 14px;
198
- line-height: 16px
238
+ .Image-module_fullscreen__29apx picture::after {
239
+ content: ''
199
240
  }
200
241
  }
201
- .Button-module_isInSpoiler__2Yl8c svg {
202
- margin-top: -2px;
203
- margin-left: 6px;
204
- }
205
- .Button-module_ghost__3awCW {
206
- letter-spacing: inherit;
207
- text-transform: none;
208
-
209
- color: inherit;
210
- background-color: transparent;
211
-
212
- font-family: inherit;
213
- font-size: inherit;
214
- font-weight: inherit;
215
- }
216
- .Button-module_isInDropdown__1ogKL {
217
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
218
- }
219
- .Button-module_black__3sG3Y[disabled],
220
- .Button-module_sand__2AqVq[disabled] {
221
- opacity: 0.3;
242
+ [data-input='mouse'] .Image-module_wrapper__3fLjs {
243
+ outline: none;
222
244
  }
223
- /* LOADING */
224
- .Button-module_root__RpsiW.Button-module_isLoading__1g6QO {
225
- cursor: default;
226
- pointer-events: none;
227
-
245
+ .Image-module_dark__3o0nU {
228
246
  background-color: transparent;
229
- box-shadow: none;
230
- }
231
- .Button-module_loader__2pl6d {
232
- display: block;
233
-
234
- margin-top: -1px;
235
247
  }
236
248
 
237
249
  /* Colors */
@@ -473,241 +485,244 @@
473
485
  /* 511 */
474
486
  /* 1023 */
475
487
  /* Zindex */
476
- .Image-module_root__1vsA_ {
477
- position: relative;
478
- z-index: 1;
479
-
480
- display: block;
481
- overflow: hidden;
482
- transition: background-color 250ms ease;
483
-
484
- background-color: #f2f2f2
485
- }
486
- @media only screen and (min-width: 32em) {
487
- .Image-module_root__1vsA_ {
488
- border-radius: inherit
489
- }
490
- }
491
- .Image-module_root__1vsA_ img {
492
- position: absolute;
493
- top: 0;
494
- left: 0;
495
-
496
- width: 100%;
497
- height: 100%;
498
- }
499
- .Image-module_isLoaded__3XhU5 {
500
- background-color: transparent;
501
- }
502
- .Image-module_wrapper__3fLjs {
503
- display: block;
504
-
505
- width: 100%;
506
-
507
- background-repeat: no-repeat;
508
- background-size: 100% auto;
509
- }
510
- .Image-module_fullscreen__29apx picture {
511
- cursor: pointer;
512
- }
513
- .Image-module_fullscreen__29apx picture:hover::after {
514
- opacity: 1;
515
- }
516
- .Image-module_fullscreen__29apx picture::after {
517
- position: absolute;
518
- right: 12px;
519
- bottom: 12px;
520
-
521
- width: 40px;
522
- height: 40px;
523
-
524
- transition: opacity 250ms ease;
525
- pointer-events: none;
526
-
527
- opacity: 0;
528
- border: 0.5px solid rgba(255, 255, 255, 0.15);
529
- border-radius: 20px;
530
- background-color: rgba(0, 0, 0, 0.7);
531
- background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.197 10.207V3.763h-6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.793 4.166l-6.173 6.172' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.803 13.733v6.444h6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.207 19.774l6.173-6.171' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
532
- background-repeat: no-repeat;
533
- background-position: center
534
- }
535
- @media only screen and (min-width: 64em) {
536
- .Image-module_fullscreen__29apx picture::after {
537
- content: ''
538
- }
539
- }
540
- [data-input='mouse'] .Image-module_wrapper__3fLjs {
541
- outline: none;
542
- }
543
- .Image-module_dark__3o0nU {
544
- background-color: transparent;
545
- }
546
-
547
- /* Colors */
548
- /* Fonts */
549
- /* Gap */
550
- /* Media */
551
- /* 512 */
552
- /* 650 */
553
- /* 768 */
554
- /* 1024 */
555
- /* 1010 */
556
- /* 1200 */
557
- /* 511 */
558
- /* 1023 */
559
- /* Zindex */
560
- .DotsOnImage-module_root__2XP3Q {
561
- position: relative;
562
-
488
+ .Button-module_root__RpsiW {
563
489
  display: block;
564
490
 
565
- width: 100%;
566
- }
567
- .DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
568
- -webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
569
- animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
570
- }
571
- .DotsOnImage-module_dot__H1wua {
572
- position: absolute;
573
- z-index: 10;
574
-
575
- display: -webkit-box;
576
-
577
- display: -webkit-flex;
578
-
579
- display: -ms-flexbox;
580
-
581
- display: flex;
582
- align-items: center;
583
- flex-flow: row nowrap;
584
- justify-content: center;
585
-
586
- width: 28px;
587
- height: 28px;
588
-
589
- will-change: opacity;
590
- }
591
- .DotsOnImage-module_marker__lH5cP {
592
- width: 20px;
593
- height: 20px;
594
491
  padding: 0;
595
492
 
596
493
  cursor: pointer;
494
+ -webkit-user-select: none;
495
+ -moz-user-select: none;
496
+ -ms-user-select: none;
497
+ user-select: none;
498
+ transition: background-color 0.15s ease-out;
597
499
  text-align: center;
598
500
 
599
- opacity: 0;
600
501
  color: #fff;
601
502
  border-width: 0;
602
- border-radius: 30px;
603
- outline-width: 0;
604
- background-color: #000;
605
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
503
+ outline: none;
606
504
 
607
505
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
608
- font-size: 9px;
609
- font-weight: 600;
610
- line-height: 22px;
506
+ line-height: 1;
611
507
 
612
508
  -webkit-appearance: none;
613
509
 
614
510
  -moz-appearance: none;
615
511
 
616
512
  appearance: none;
617
- will-change: opacity;
618
- -webkit-tap-highlight-color: transparent
619
513
  }
620
- @media only screen and (min-width: 32em) {
621
- .DotsOnImage-module_marker__lH5cP {
622
- width: 28px;
623
- height: 28px;
514
+ .Button-module_root__RpsiW::-moz-focus-inner {
515
+ border: 0;
516
+ }
517
+ .Button-module_root__RpsiW[disabled] {
518
+ cursor: default;
519
+ pointer-events: none;
624
520
 
625
- font-size: 13px;
626
- line-height: 28px
521
+ opacity: 0.5;
627
522
  }
628
- }
629
- .DotsOnImage-module_marker__lH5cP::after {
630
- position: absolute;
631
- top: -5px;
632
- right: -5px;
633
- bottom: -5px;
634
- left: -5px;
635
-
636
- content: ''
523
+ .Button-module_root__RpsiW > span:first-child {
524
+ margin-right: 4px;
637
525
  }
638
- @media only screen and (min-width: 32em) {
639
- .DotsOnImage-module_marker__lH5cP::after {
640
- content: none
526
+ .Button-module_root__RpsiW > span:last-child {
527
+ margin-left: 4px;
528
+ }
529
+ .Button-module_gold__ZMYg- {
530
+ background: #b88b59;
531
+ }
532
+ .Button-module_gold__ZMYg-.Button-module_isLoading__1g6QO {
533
+ fill: #b88b59;
534
+ }
535
+ .Button-module_gold__ZMYg-:hover {
536
+ background-color: #9e784c
537
+ }
538
+ @media (hover: none) {
539
+ .Button-module_gold__ZMYg-:hover {
540
+ background-color: #b88b59
641
541
  }
642
542
  }
643
- .DotsOnImage-module_marker__lH5cP svg {
644
- display: block;
645
-
646
- width: 100%;
647
- height: 100%;
648
-
649
- will-change: opacity;
543
+ .Button-module_gold__ZMYg-:active {
544
+ background-color: #856440;
650
545
  }
651
- .DotsOnImage-module_marker__lH5cP:hover {
652
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
546
+ .Button-module_gray__3IM54 {
547
+ color: #000;
548
+ background-color: #f0f0f0;
653
549
  }
654
- .DotsOnImage-module_marker__lH5cP.DotsOnImage-module_isActive__3hh31 {
655
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), 0 0 0 1px #fff;
550
+ .Button-module_gray__3IM54.Button-module_isLoading__1g6QO {
551
+ fill: #545454;
656
552
  }
657
- .DotsOnImage-module_popover__35Cpj {
658
- position: absolute;
659
- z-index: 10;
553
+ .Button-module_gray__3IM54:hover {
554
+ background-color: #ebebeb
660
555
  }
661
- .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
662
- transform: translateX(50px);
556
+ @media (hover: none) {
557
+ .Button-module_gray__3IM54:hover {
558
+ background-color: #ebebeb
663
559
  }
664
- .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
665
- transform: translateX(-100%) translateX(-22px);
560
+ }
561
+ .Button-module_gray__3IM54:active {
562
+ background-color: #e3e3e3;
666
563
  }
667
- .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
668
- transform: translateX(50px) translateY(-100%) translateY(22px);
564
+ .Button-module_sand__2AqVq {
565
+ background: #a18c68;
669
566
  }
670
- .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isBottom__3Nk1T {
671
- transform: translateX(-100%) translateX(-22px) translateY(-100%)
672
- translateY(22px);
567
+ .Button-module_sand__2AqVq.Button-module_isLoading__1g6QO {
568
+ fill: #a18c68;
569
+ }
570
+ .Button-module_sand__2AqVq:hover {
571
+ background-color: #8a7654
572
+ }
573
+ @media (hover: none) {
574
+ .Button-module_sand__2AqVq:hover {
575
+ background-color: #a18c68
576
+ }
577
+ }
578
+ .Button-module_sand__2AqVq:active {
579
+ background-color: #7b6743;
580
+ }
581
+ .Button-module_dark__I0uXx {
582
+ color: #adadad;
583
+ background-color: #3a3a3a;
584
+ box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
585
+ }
586
+ .Button-module_dark__I0uXx:hover {
587
+ background-color: #2e2e2e
588
+ }
589
+ @media (hover: none) {
590
+ .Button-module_dark__I0uXx:hover {
591
+ background-color: #3a3a3a
592
+ }
593
+ }
594
+ .Button-module_dark__I0uXx:active {
595
+ background-color: #242424;
596
+ }
597
+ .Button-module_dark__I0uXx.Button-module_isLoading__1g6QO {
598
+ fill: #3a3a3a;
599
+ }
600
+ .Button-module_light__1Y4hG {
601
+ color: #000;
602
+ background-color: #fff;
603
+ }
604
+ .Button-module_light__1Y4hG:hover {
605
+ background-color: #ebebeb
606
+ }
607
+ @media (hover: none) {
608
+ .Button-module_light__1Y4hG:hover {
609
+ background-color: #fff
610
+ }
611
+ }
612
+ .Button-module_light__1Y4hG:active {
613
+ background-color: #e3e3e3;
614
+ }
615
+ .Button-module_light__1Y4hG.Button-module_isLoading__1g6QO {
616
+ fill: #fff;
617
+ }
618
+ .Button-module_black__3sG3Y {
619
+ color: #7e7d7b;
620
+ background-color: #000;
621
+ }
622
+ .Button-module_black__3sG3Y.Button-module_isLoading__1g6QO {
623
+ fill: #7e7d7b;
624
+ }
625
+ .Button-module_black__3sG3Y:hover {
626
+ background-color: #141414
627
+ }
628
+ @media (hover: none) {
629
+ .Button-module_black__3sG3Y:hover {
630
+ background: #141414
631
+ }
632
+ }
633
+ .Button-module_black__3sG3Y:active {
634
+ background-color: #242424;
635
+ }
636
+ .Button-module_red__3Niou {
637
+ background-color: #f95a5a;
638
+ }
639
+ .Button-module_red__3Niou:hover {
640
+ background-color: #e65353
641
+ }
642
+ @media (hover: none) {
643
+ .Button-module_red__3Niou:hover {
644
+ background: #f95a5a
673
645
  }
674
- @-webkit-keyframes DotsOnImage-module_show__2TMBv {
675
- 0% {
676
- transform: scale(0.4);
677
-
678
- opacity: 0;
679
646
  }
647
+ .Button-module_red__3Niou:active {
648
+ background-color: #d44d4d;
649
+ }
650
+ .Button-module_red__3Niou.Button-module_isLoading__1g6QO {
651
+ fill: #141414;
652
+ }
653
+ .Button-module_default__28Vo_ {
654
+ width: 100%;
655
+ height: 42px;
656
+ padding: 6px 18px;
680
657
 
681
- 90% {
682
- transform: scale(1.1);
658
+ letter-spacing: 1px;
659
+ text-transform: uppercase;
683
660
 
684
- opacity: 1;
685
- }
661
+ border-radius: 8px;
686
662
 
687
- 100% {
688
- transform: scale(1);
663
+ font-size: 12px;
664
+ font-weight: 600;
665
+ line-height: 22px
666
+ }
667
+ @media only screen and (min-width: 64em) {
668
+ .Button-module_default__28Vo_ {
669
+ padding: 7px 18px 6px;
689
670
 
690
- opacity: 1;
671
+ font-size: 14px;
672
+ line-height: 16px
673
+ }
691
674
  }
675
+ .Button-module_isInSpoiler__2Yl8c svg {
676
+ margin-top: -2px;
677
+ margin-left: 6px;
692
678
  }
693
- @keyframes DotsOnImage-module_show__2TMBv {
694
- 0% {
695
- transform: scale(0.4);
679
+ .Button-module_ghost__3awCW {
680
+ letter-spacing: inherit;
681
+ text-transform: none;
696
682
 
697
- opacity: 0;
698
- }
683
+ color: inherit;
684
+ background-color: transparent;
699
685
 
700
- 90% {
701
- transform: scale(1.1);
686
+ font-family: inherit;
687
+ font-size: inherit;
688
+ font-weight: inherit;
689
+ }
690
+ .Button-module_isInDropdown__1ogKL {
691
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
692
+ }
693
+ .Button-module_black__3sG3Y[disabled],
694
+ .Button-module_sand__2AqVq[disabled] {
695
+ opacity: 0.3;
696
+ }
697
+ /* LOADING */
698
+ .Button-module_root__RpsiW.Button-module_isLoading__1g6QO {
699
+ cursor: default;
700
+ pointer-events: none;
702
701
 
703
- opacity: 1;
704
- }
702
+ background-color: transparent;
703
+ box-shadow: none;
704
+ }
705
+ .Button-module_loader__2pl6d {
706
+ display: block;
705
707
 
706
- 100% {
707
- transform: scale(1);
708
+ margin-top: -1px;
709
+ }
708
710
 
709
- opacity: 1;
710
- }
711
+ /* Colors */
712
+ /* Fonts */
713
+ /* Gap */
714
+ /* Media */
715
+ /* 512 */
716
+ /* 650 */
717
+ /* 768 */
718
+ /* 1024 */
719
+ /* 1010 */
720
+ /* 1200 */
721
+ /* 511 */
722
+ /* 1023 */
723
+ /* Zindex */
724
+ .Lazy-module_root__2Z72l {
725
+ display: block;
711
726
  }
712
727
 
713
728
  /* Colors */
@@ -723,9 +738,21 @@
723
738
  /* 511 */
724
739
  /* 1023 */
725
740
  /* Zindex */
726
- .Switcher-module_root__1Env1 {
741
+ .DotsOnImage-module_root__2XP3Q {
727
742
  position: relative;
728
743
 
744
+ display: block;
745
+
746
+ width: 100%;
747
+ }
748
+ .DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
749
+ -webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
750
+ animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
751
+ }
752
+ .DotsOnImage-module_dot__H1wua {
753
+ position: absolute;
754
+ z-index: 10;
755
+
729
756
  display: -webkit-box;
730
757
 
731
758
  display: -webkit-flex;
@@ -733,162 +760,135 @@
733
760
  display: -ms-flexbox;
734
761
 
735
762
  display: flex;
736
- flex-flow: row nowrap;
737
763
  align-items: center;
764
+ flex-flow: row nowrap;
765
+ justify-content: center;
738
766
 
739
- font-weight: 600;
740
-
741
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
742
- white-space: nowrap;
767
+ width: 28px;
768
+ height: 28px;
769
+
770
+ will-change: opacity;
771
+ }
772
+ .DotsOnImage-module_marker__lH5cP {
773
+ width: 20px;
774
+ height: 20px;
775
+ padding: 0;
743
776
 
744
777
  cursor: pointer;
778
+ text-align: center;
745
779
 
746
- -webkit-user-select: none;
780
+ opacity: 0;
781
+ color: #fff;
782
+ border-width: 0;
783
+ border-radius: 30px;
784
+ outline-width: 0;
785
+ background-color: #000;
786
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
747
787
 
748
- -moz-user-select: none;
788
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
789
+ font-size: 9px;
790
+ font-weight: 600;
791
+ line-height: 22px;
749
792
 
750
- -ms-user-select: none;
793
+ -webkit-appearance: none;
751
794
 
752
- user-select: none;
753
- }
754
- .Switcher-module_dark__1IzaH {
755
- color: inherit;
756
- }
757
- .Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
758
- background-color: transparent;
759
- }
760
- .Switcher-module_input__jaMVF {
761
- position: absolute;
762
- top: 0;
763
- left: 0;
795
+ -moz-appearance: none;
764
796
 
765
- opacity: 0;
797
+ appearance: none;
798
+ will-change: opacity;
799
+ -webkit-tap-highlight-color: transparent
766
800
  }
767
- .Switcher-module_control__1NTvY {
768
- position: relative;
769
-
770
- display: block;
771
-
772
- width: 37px;
773
- height: 21px;
774
-
775
- background-color: #e6e6e6;
801
+ @media only screen and (min-width: 32em) {
802
+ .DotsOnImage-module_marker__lH5cP {
803
+ width: 28px;
804
+ height: 28px;
776
805
 
777
- border-radius: 15px;
806
+ font-size: 13px;
807
+ line-height: 28px
778
808
  }
779
- .Switcher-module_control__1NTvY::before {
809
+ }
810
+ .DotsOnImage-module_marker__lH5cP::after {
780
811
  position: absolute;
781
- top: 0;
782
- bottom: 0;
783
- left: 0;
784
-
785
- width: 18px;
786
-
787
- background: rgba(19, 191, 17, 0);
788
-
789
- border-radius: 15px;
790
-
791
- transition: 0.25s ease-in-out;
812
+ top: -5px;
813
+ right: -5px;
814
+ bottom: -5px;
815
+ left: -5px;
792
816
 
793
- content: '';
817
+ content: ''
794
818
  }
795
- .Switcher-module_knob__3kEy5 {
796
- position: relative;
797
- top: 2px;
798
- left: 2px;
799
- z-index: 200;
800
-
819
+ @media only screen and (min-width: 32em) {
820
+ .DotsOnImage-module_marker__lH5cP::after {
821
+ content: none
822
+ }
823
+ }
824
+ .DotsOnImage-module_marker__lH5cP svg {
801
825
  display: block;
802
826
 
803
- width: 17px;
804
- height: 17px;
805
-
806
- background: #fff;
807
-
808
- border-radius: 15px;
809
-
810
- transition: 0.25s ease-in-out;
811
- }
812
- .Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
813
827
  width: 100%;
828
+ height: 100%;
814
829
 
815
- background-color: #b88b59;
816
- }
817
- .Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
818
- box-shadow: inset 0 0 0 1px transparent;
830
+ will-change: opacity;
819
831
  }
820
- .Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
821
- left: 18px;
832
+ .DotsOnImage-module_marker__lH5cP:hover {
833
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
822
834
  }
823
- .Switcher-module_children__147JP.Switcher-module_left__2coeE {
824
- margin-right: 6px;
835
+ .DotsOnImage-module_marker__lH5cP.DotsOnImage-module_isActive__3hh31 {
836
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), 0 0 0 1px #fff;
825
837
  }
826
- .Switcher-module_children__147JP.Switcher-module_right__yWG7h {
827
- margin-left: 6px;
838
+ .DotsOnImage-module_popover__35Cpj {
839
+ position: absolute;
840
+ z-index: 10;
828
841
  }
829
- /* panel */
830
- .Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
831
-
832
- color: #999;
833
-
834
- font-size: 13px;
835
- letter-spacing: 0.5px;
836
- text-transform: uppercase;
842
+ .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
843
+ transform: translateX(50px);
837
844
  }
838
- /* menu */
839
- .Switcher-module_isInMenu__3XJYj {
840
- font-weight: normal;
845
+ .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
846
+ transform: translateX(-100%) translateX(-22px);
841
847
  }
842
- .Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
843
- margin-right: 8px;
848
+ .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
849
+ transform: translateX(50px) translateY(-100%) translateY(22px);
844
850
  }
845
- .Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
846
- width: 48px;
847
- height: 30px;
851
+ .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isBottom__3Nk1T {
852
+ transform: translateX(-100%) translateX(-22px) translateY(-100%)
853
+ translateY(22px);
848
854
  }
849
- .Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
850
- top: 4px;
855
+ @-webkit-keyframes DotsOnImage-module_show__2TMBv {
856
+ 0% {
857
+ transform: scale(0.4);
851
858
 
852
- width: 22px;
853
- height: 22px;
859
+ opacity: 0;
860
+ }
854
861
 
855
- background-color: #bababa;
856
- }
857
- /* stylelint-disable selector-max-compound-selectors */
858
- .Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
859
- left: 23px;
862
+ 90% {
863
+ transform: scale(1.1);
860
864
 
861
- background-color: #fff;
862
- }
863
- /* live */
864
- .Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
865
+ opacity: 1;
866
+ }
865
867
 
866
- color: #7f7f7f;
868
+ 100% {
869
+ transform: scale(1);
867
870
 
868
- font-size: 13px;
869
- letter-spacing: 0.5px;
870
- text-transform: uppercase;
871
- }
872
- .Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
873
- background-color: #1a1a1a;
874
- box-shadow: inset 0 0 0 1px #323232;
871
+ opacity: 1;
872
+ }
875
873
  }
874
+ @keyframes DotsOnImage-module_show__2TMBv {
875
+ 0% {
876
+ transform: scale(0.4);
876
877
 
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;
878
+ opacity: 0;
879
+ }
880
+
881
+ 90% {
882
+ transform: scale(1.1);
883
+
884
+ opacity: 1;
885
+ }
886
+
887
+ 100% {
888
+ transform: scale(1);
889
+
890
+ opacity: 1;
891
+ }
892
892
  }
893
893
 
894
894
  /* Colors */
@@ -1146,290 +1146,36 @@
1146
1146
  /* 511 */
1147
1147
  /* 1023 */
1148
1148
  /* Zindex */
1149
- .Table-module_root__1VsG6 {
1150
- margin: 15px 0
1151
- }
1152
- @media only screen and (min-width: 32em) {
1153
- .Table-module_root__1VsG6 {
1154
- margin: 25px auto 20px
1149
+ .MaterialTitle-module_root__18ku- {
1150
+ display: block;
1155
1151
  }
1156
- }
1157
- .Table-module_card__3gbok .Table-module_table__nZIkV,
1158
- .Table-module_slide__nSGPC .Table-module_table__nZIkV {
1159
- margin-right: -11px;
1160
- margin-left: -11px
1152
+ .MaterialTitle-module_root__18ku- {
1153
+ margin: 0;
1154
+
1155
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1156
+ font-size: 25px;
1157
+ font-weight: normal;
1158
+ line-height: 27px
1161
1159
  }
1162
- @media only screen and (min-width: 64em) {
1163
- .Table-module_card__3gbok .Table-module_table__nZIkV,
1164
- .Table-module_slide__nSGPC .Table-module_table__nZIkV {
1165
- margin-right: 0;
1166
- margin-left: 0
1160
+ @media only screen and (min-width: 48em) {
1161
+ .MaterialTitle-module_root__18ku- {
1162
+ font-size: 37px;
1163
+ line-height: 38px
1167
1164
  }
1168
1165
  }
1169
- .Table-module_card__3gbok .Table-module_wrapper__1YTKM::after,
1170
- .Table-module_slide__nSGPC .Table-module_wrapper__1YTKM::after {
1171
- right: -11px;
1172
- }
1173
- .Table-module_root__1VsG6:first-child {
1174
- margin-top: 0;
1166
+ .MaterialTitle-module_primary__2Sfmx {
1167
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
1168
+ font-weight: normal;
1175
1169
  }
1176
- .Table-module_root__1VsG6:last-child {
1177
- margin-bottom: 0;
1170
+ .MaterialTitle-module_secondary__3uDp4 {
1171
+ font-size: 24px;
1172
+ font-weight: 700
1178
1173
  }
1179
- .Table-module_table__nZIkV {
1180
- position: relative;
1181
-
1182
- overflow-y: hidden;
1183
-
1184
- margin: 0 -20px;
1185
-
1186
- border-width: 1px 0;
1187
- border-style: solid;
1188
- border-color: rgba(232, 232, 232, 1);
1189
-
1190
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
1191
- }
1192
- @media only screen and (min-width: 32em) {
1193
- .Table-module_table__nZIkV {
1194
- margin: 0;
1195
-
1196
- border-width: 1px;
1197
- border-radius: 3px
1198
- }
1199
- }
1200
- .Table-module_tracks__2wrDB {
1201
- display: table;
1202
-
1203
- width: 100%
1204
- }
1205
- @media only screen and (min-width: 32em) {
1206
- .Table-module_tracks__2wrDB {
1207
- table-layout: fixed
1208
- }
1209
- }
1210
- .Table-module_wrapper__1YTKM {
1211
- position: relative;
1212
- }
1213
- .Table-module_wrapper__1YTKM::after {
1214
- position: absolute;
1215
- z-index: 100;
1216
- top: 0;
1217
- right: -20px;
1218
- bottom: -20px;
1219
-
1220
- display: block;
1221
-
1222
- width: 30px;
1223
- height: 100%;
1224
-
1225
- content: "";
1226
-
1227
- background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(71%, rgb(255, 255, 255)));
1228
-
1229
- background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%);
1230
-
1231
- background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%)
1232
- }
1233
- @media only screen and (min-width: 32em) {
1234
- .Table-module_wrapper__1YTKM::after {
1235
- content: none
1236
- }
1237
- }
1238
- .Table-module_default__3CGeE {
1239
- max-width: 650px;
1240
- }
1241
- .Table-module_full__S5pDB {
1242
- max-width: 980px;
1243
- }
1244
- .Table-module_row__3TH83 {
1245
- z-index: 1;
1246
-
1247
- display: table-row;
1248
- }
1249
- .Table-module_row__3TH83:last-child .Table-module_cell__EFKDW {
1250
- border-bottom: 0;
1251
- }
1252
- @media only screen and (min-width: 32em) {
1253
- .Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:first-child {
1254
- border-radius: 2px 0 0 0
1255
- }
1256
- }
1257
- @media only screen and (min-width: 32em) {
1258
- .Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:last-child {
1259
- border-radius: 0 2px 0 0
1260
- }
1261
- }
1262
- @media only screen and (min-width: 32em) {
1263
- .Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:last-child {
1264
- border-radius: 0 0 2px 0
1265
- }
1266
- }
1267
- @media only screen and (min-width: 32em) {
1268
- .Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:first-child {
1269
- border-radius: 0 0 0 2px
1270
- }
1271
- }
1272
- .Table-module_cell__EFKDW {
1273
- display: table-cell;
1274
- overflow: hidden;
1275
-
1276
- min-height: 32px;
1277
- padding: 6px;
1278
-
1279
- vertical-align: top;
1280
-
1281
- border-right: 1px solid rgba(232, 232, 232, 1);
1282
- border-bottom: 1px solid rgba(232, 232, 232, 1);
1283
- background-color: #fff;
1284
-
1285
- font-size: 12px;
1286
- line-height: 16px
1287
- }
1288
- @media only screen and (min-width: 32em) {
1289
- .Table-module_cell__EFKDW {
1290
- padding: 9px 12px 8px;
1291
-
1292
- font-size: 14px;
1293
- line-height: 19px
1294
- }
1295
- }
1296
- .Table-module_cell__EFKDW:last-child {
1297
- padding-right: 20px;
1298
-
1299
- border-right: 0
1300
- }
1301
- @media only screen and (min-width: 32em) {
1302
- .Table-module_cell__EFKDW:last-child {
1303
- padding-right: 12px
1304
- }
1305
- }
1306
- .Table-module_cell__EFKDW a {
1307
- text-decoration: none;
1308
-
1309
- color: inherit;
1310
- box-shadow: inset 0 -1px #000;
1311
- }
1312
- .Table-module_cell__EFKDW a:hover {
1313
- color: #b88b58;
1314
- box-shadow: inset 0 -1px #b88b58;
1315
- }
1316
- .Table-module_cell__EFKDW p {
1317
- margin: 0;
1318
- }
1319
- .Table-module_cell__EFKDW p + p {
1320
- margin-top: 8px;
1321
- }
1322
- .Table-module_fixedColumn__E1hN5 {
1323
- position: -webkit-sticky;
1324
- position: sticky;
1325
- z-index: 50;
1326
- left: 0
1327
- }
1328
- @media only screen and (min-width: 32em) {
1329
- .Table-module_fixedColumn__E1hN5 {
1330
- position: static
1331
- }
1332
- }
1333
- .Table-module_fixedColumn__E1hN5::after {
1334
- position: absolute;
1335
- top: 0;
1336
- right: -15px;
1337
- bottom: 0;
1338
-
1339
- width: 15px;
1340
-
1341
- content: '';
1342
-
1343
- background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.04)), to(rgb(0, 0, 0, 0)));
1344
-
1345
- background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%);
1346
-
1347
- background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%)
1348
- }
1349
- @media only screen and (min-width: 32em) {
1350
- .Table-module_fixedColumn__E1hN5::after {
1351
- content: none
1352
- }
1353
- }
1354
- .Table-module_white__gzvo0 {
1355
- background-color: #fff;
1356
- }
1357
- .Table-module_gray__3da6S {
1358
- background-color: #F5F5F5;
1359
- }
1360
- .Table-module_pink__3oH1l {
1361
- background-color: #FEEEEE;
1362
- }
1363
- .Table-module_blue__GM27F {
1364
- background-color: #E6F3FF;
1365
- }
1366
- .Table-module_yellow__2jhvA {
1367
- background-color: #FFFDE6;
1368
- }
1369
- .Table-module_orange__1c-oM {
1370
- background-color: #FFF9F2;
1371
- }
1372
- .Table-module_green__13OIM {
1373
- background-color: #E7F2EF;
1374
- }
1375
- .Table-module_violet__2W-kO {
1376
- background-color: #F4F0F8;
1377
- }
1378
- .Table-module_header__1exlo {
1379
- max-width: 340px;
1380
- padding: 9px 6px;
1381
-
1382
- vertical-align: top;
1383
- letter-spacing: 0.5px;
1384
- text-transform: uppercase;
1385
-
1386
- border-right: 1px solid rgba(232, 232, 232, 1);
1387
- border-bottom: 1px solid rgba(232, 232, 232, 1);
1388
-
1389
- font-size: 10px;
1390
- font-weight: 600;
1391
- line-height: 16px
1392
- }
1393
- @media only screen and (min-width: 32em) {
1394
- .Table-module_header__1exlo {
1395
- max-width: none;
1396
- padding: 9px 12px;
1397
-
1398
- line-height: 11px
1399
- }
1400
- }
1401
- .Table-module_s__Vl_Eg {
1402
- min-width: 120px
1403
- }
1404
- @media only screen and (min-width: 32em) {
1405
- .Table-module_s__Vl_Eg {
1406
- width: 18%;
1407
- min-width: 0
1408
- }
1409
- }
1410
- .Table-module_m__29G9r {
1411
- min-width: 200px
1412
- }
1413
- @media only screen and (min-width: 32em) {
1414
- .Table-module_m__29G9r {
1415
- width: 30%;
1416
- min-width: 0
1417
- }
1418
-
1419
- }
1420
- .Table-module_l__1ZSMc {
1421
- min-width: 336px
1422
- }
1423
- @media only screen and (min-width: 32em) {
1424
- .Table-module_l__1ZSMc {
1425
- width: 50%;
1426
- min-width: 0
1174
+ @media only screen and (min-width: 48em) {
1175
+ .MaterialTitle-module_secondary__3uDp4 {
1176
+ font-size: 36px
1427
1177
  }
1428
1178
  }
1429
- .Table-module_xs__au2Oe {
1430
- width: 50px;
1431
- min-width: 50px;
1432
- }
1433
1179
 
1434
1180
  /* Colors */
1435
1181
  /* Fonts */
@@ -1566,50 +1312,6 @@
1566
1312
  }
1567
1313
  }
1568
1314
 
1569
- /* Colors */
1570
- /* Fonts */
1571
- /* Gap */
1572
- /* Media */
1573
- /* 512 */
1574
- /* 650 */
1575
- /* 768 */
1576
- /* 1024 */
1577
- /* 1010 */
1578
- /* 1200 */
1579
- /* 511 */
1580
- /* 1023 */
1581
- /* Zindex */
1582
- .MaterialTitle-module_root__18ku- {
1583
- display: block;
1584
- }
1585
- .MaterialTitle-module_root__18ku- {
1586
- margin: 0;
1587
-
1588
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1589
- font-size: 25px;
1590
- font-weight: normal;
1591
- line-height: 27px
1592
- }
1593
- @media only screen and (min-width: 48em) {
1594
- .MaterialTitle-module_root__18ku- {
1595
- font-size: 37px;
1596
- line-height: 38px
1597
- }
1598
- }
1599
- .MaterialTitle-module_primary__2Sfmx {
1600
- font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
1601
- font-weight: normal;
1602
- }
1603
- .MaterialTitle-module_secondary__3uDp4 {
1604
- font-size: 24px;
1605
- font-weight: 700
1606
- }
1607
- @media only screen and (min-width: 48em) {
1608
- .MaterialTitle-module_secondary__3uDp4 {
1609
- font-size: 36px
1610
- }
1611
- }
1612
-
1613
1315
  /* Colors */
1614
1316
  /* Fonts */
1615
1317
  /* Gap */
@@ -1812,6 +1514,112 @@
1812
1514
  display: none;
1813
1515
  }
1814
1516
 
1517
+ /* Colors */
1518
+ /* Fonts */
1519
+ /* Gap */
1520
+ /* Media */
1521
+ /* 512 */
1522
+ /* 650 */
1523
+ /* 768 */
1524
+ /* 1024 */
1525
+ /* 1010 */
1526
+ /* 1200 */
1527
+ /* 511 */
1528
+ /* 1023 */
1529
+ /* Zindex */
1530
+ .Dropdown-module_root__11PNk {
1531
+ position: relative;
1532
+ z-index: 100;
1533
+
1534
+ display: inline-block;
1535
+
1536
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1537
+ }
1538
+ .Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
1539
+ .Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
1540
+ visibility: visible;
1541
+
1542
+ opacity: 1;
1543
+ }
1544
+ .Dropdown-module_root__11PNk ul {
1545
+ overflow: hidden;
1546
+
1547
+ width: 162px;
1548
+ margin: 0;
1549
+ padding: 3px 0;
1550
+
1551
+ border-radius: 5px;
1552
+ background: #fff;
1553
+ box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
1554
+
1555
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1556
+ font-size: 14px;
1557
+ line-height: 26px;
1558
+ }
1559
+ .Dropdown-module_root__11PNk a {
1560
+ display: block;
1561
+
1562
+ padding: 2px 15px;
1563
+
1564
+ text-decoration: none;
1565
+
1566
+ color: #000;
1567
+ box-shadow: none;
1568
+ }
1569
+ .Dropdown-module_root__11PNk a:hover {
1570
+ color: #000;
1571
+ background-color: #f7f7f7;
1572
+ }
1573
+ .Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
1574
+ right: 0;
1575
+ left: auto
1576
+ }
1577
+ @media only screen and (min-width: 64em) {
1578
+ .Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
1579
+ right: auto;
1580
+ left: 0
1581
+ }
1582
+ }
1583
+ .Dropdown-module_menu__3PIqD {
1584
+ position: absolute;
1585
+ top: 100%;
1586
+ left: 0;
1587
+
1588
+ visibility: hidden;
1589
+
1590
+ padding-top: 6px;
1591
+
1592
+ opacity: 0;
1593
+ }
1594
+ .Dropdown-module_menu__3PIqD::after {
1595
+ position: absolute;
1596
+ z-index: -1;
1597
+ top: -10px;
1598
+ right: -10px;
1599
+ bottom: -10px;
1600
+ left: -10px;
1601
+
1602
+ content: '';
1603
+ }
1604
+
1605
+ /* Colors */
1606
+ /* Fonts */
1607
+ /* Gap */
1608
+ /* Media */
1609
+ /* 512 */
1610
+ /* 650 */
1611
+ /* 768 */
1612
+ /* 1024 */
1613
+ /* 1010 */
1614
+ /* 1200 */
1615
+ /* 511 */
1616
+ /* 1023 */
1617
+ /* Zindex */
1618
+ .Timestamp-module_root__coOvT {
1619
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1620
+ font-weight: normal;
1621
+ }
1622
+
1815
1623
  /* Colors */
1816
1624
  /* Fonts */
1817
1625
  /* Gap */
@@ -2036,80 +1844,71 @@
2036
1844
  /* 511 */
2037
1845
  /* 1023 */
2038
1846
  /* Zindex */
2039
- .Dropdown-module_root__11PNk {
1847
+ .ChapterBlock-module_root__1WyVn {
2040
1848
  position: relative;
2041
- z-index: 100;
2042
-
2043
- display: inline-block;
2044
1849
 
2045
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1850
+ margin: 38px auto 7px
2046
1851
  }
2047
- .Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
2048
- .Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
2049
- visibility: visible;
2050
-
2051
- opacity: 1;
1852
+ @media only screen and (min-width: 32em) {
1853
+ .ChapterBlock-module_root__1WyVn {
1854
+ max-width: 650px;
1855
+ margin-top: 70px
2052
1856
  }
2053
- .Dropdown-module_root__11PNk ul {
2054
- overflow: hidden;
2055
-
2056
- width: 162px;
2057
- margin: 0;
2058
- padding: 3px 0;
1857
+ }
1858
+ .ChapterBlock-module_root__1WyVn:first-child {
1859
+ margin-top: 0;
1860
+ }
1861
+ .ChapterBlock-module_root__1WyVn:last-child {
1862
+ margin-bottom: 0;
1863
+ }
1864
+ .ChapterBlock-module_subtitle__3TXll {
1865
+ display: inline-block;
2059
1866
 
2060
- border-radius: 5px;
2061
- background: #fff;
2062
- box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
1867
+ vertical-align: top;
1868
+ letter-spacing: 1px;
1869
+ text-transform: uppercase;
2063
1870
 
2064
1871
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2065
- font-size: 14px;
2066
- line-height: 26px;
1872
+ font-size: 12px;
1873
+ font-weight: 600;
1874
+ line-height: 12px
2067
1875
  }
2068
- .Dropdown-module_root__11PNk a {
1876
+ @media only screen and (min-width: 32em) {
1877
+ .ChapterBlock-module_subtitle__3TXll {
1878
+ font-size: 13px;
1879
+ line-height: 16px
1880
+ }
1881
+ }
1882
+ .ChapterBlock-module_subtitle__3TXll::after {
2069
1883
  display: block;
2070
1884
 
2071
- padding: 2px 15px;
1885
+ width: 120px;
1886
+ padding: 0 0 7px;
2072
1887
 
2073
- text-decoration: none;
1888
+ content: '';
2074
1889
 
2075
- color: #000;
2076
- box-shadow: none;
2077
- }
2078
- .Dropdown-module_root__11PNk a:hover {
2079
- color: #000;
2080
- background-color: #f7f7f7;
1890
+ border-bottom: 1px solid #ccc
2081
1891
  }
2082
- .Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
2083
- right: 0;
2084
- left: auto
1892
+ @media only screen and (min-width: 32em) {
1893
+ .ChapterBlock-module_subtitle__3TXll::after {
1894
+ padding: 0 0 6px
2085
1895
  }
2086
- @media only screen and (min-width: 64em) {
2087
- .Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
2088
- right: auto;
2089
- left: 0
1896
+ }
1897
+ /* VISIBILITY */
1898
+ @media only screen and (min-width: 32em) {
1899
+ .ChapterBlock-module_mobile__CiO0w {
1900
+ display: none
2090
1901
  }
2091
1902
  }
2092
- .Dropdown-module_menu__3PIqD {
2093
- position: absolute;
2094
- top: 100%;
2095
- left: 0;
2096
-
2097
- visibility: hidden;
2098
-
2099
- padding-top: 6px;
2100
-
2101
- opacity: 0;
1903
+ .ChapterBlock-module_desktop__tk1Nk {
1904
+ display: none
2102
1905
  }
2103
- .Dropdown-module_menu__3PIqD::after {
2104
- position: absolute;
2105
- z-index: -1;
2106
- top: -10px;
2107
- right: -10px;
2108
- bottom: -10px;
2109
- left: -10px;
2110
-
2111
- content: '';
1906
+ @media only screen and (min-width: 32em) {
1907
+ .ChapterBlock-module_desktop__tk1Nk {
1908
+ display: block
2112
1909
  }
1910
+ }
1911
+
2113
1912
 
2114
1913
  /* Colors */
2115
1914
  /* Fonts */
@@ -2124,148 +1923,8 @@
2124
1923
  /* 511 */
2125
1924
  /* 1023 */
2126
1925
  /* Zindex */
2127
- .Meta-module_root__12AG7 {
2128
- transform: translateZ(0);
2129
-
2130
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2131
- font-size: 12px;
2132
- line-height: 15px;
2133
-
2134
- fill: inherit;
2135
- }
2136
- .Meta-module_rich__1XBtZ,
2137
- .Meta-module_podcast__1m4zo,
2138
- .Meta-module_episode__1K2Xv,
2139
- .Meta-module_simple__3vUiI,
2140
- .Meta-module_slide__3g6fG,
2141
- .Meta-module_card__LE1RK,
2142
- .Meta-module_game__3aNlZ,
2143
- .Meta-module_isInMaterial__zaYMy {
2144
- width: 100%;
2145
-
2146
- color: rgba(0, 0, 0, 0.4);
2147
- }
2148
- .Meta-module_podcast__1m4zo {
2149
- fill: currentColor;
2150
- }
2151
- .Meta-module_isInSearchItem__1wbpx {
2152
- color: rgba(255, 255, 255, 0.7);
2153
- }
2154
- .Meta-module_slide__3g6fG.Meta-module_isInMediaBlock__3xfPF,
2155
- .Meta-module_card__LE1RK.Meta-module_isInMediaBlock__3xfPF,
2156
- .Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF {
2157
- text-align: left;
2158
- }
2159
- @media only screen and (min-width: 64em) {
2160
- .Meta-module_center__3BBPr.Meta-module_half__1xRkT {
2161
- text-align: left
2162
- }
2163
- }
2164
- @media only screen and (min-width: 32em) {
2165
- .Meta-module_episode__1K2Xv,
2166
- .Meta-module_card__LE1RK,
2167
- .Meta-module_slide__3g6fG,
2168
- .Meta-module_game__3aNlZ,
2169
- .Meta-module_center__3BBPr {
2170
- text-align: center
2171
- }
2172
- }
2173
- .Meta-module_light__2baE- {
2174
- color: rgba(255, 255, 255, 0.6);
2175
-
2176
- fill: currentColor;
2177
- }
2178
- .Meta-module_dark__24y9m,
2179
- .Meta-module_isDark__3g22f {
2180
- color: rgba(0, 0, 0, 0.4);
2181
- }
2182
- .Meta-module_episode__1K2Xv,
2183
- .Meta-module_card__LE1RK,
2184
- .Meta-module_slide__3g6fG,
2185
- .Meta-module_podcast__1m4zo {
2186
- display: -webkit-box;
2187
- display: -webkit-flex;
2188
- display: -ms-flexbox;
2189
- display: flex;
2190
- align-items: center;
2191
- flex-flow: row wrap
2192
- }
2193
- @media only screen and (min-width: 48em) {
2194
- .Meta-module_episode__1K2Xv,
2195
- .Meta-module_card__LE1RK,
2196
- .Meta-module_slide__3g6fG,
2197
- .Meta-module_podcast__1m4zo {
2198
- display: block
2199
- }
2200
- }
2201
- @media only screen and (max-width: 32.1875em) {
2202
- .Meta-module_hasSource__2lXiN {
2203
- display: -webkit-box;
2204
- display: -webkit-flex;
2205
- display: -ms-flexbox;
2206
- display: flex;
2207
- flex-flow: row wrap
2208
- }
2209
- }
2210
- .Meta-module_bookmark__3ot3k {
2211
- position: absolute;
2212
- z-index: 10;
2213
- right: -12px;
2214
- bottom: -4px
2215
- }
2216
- @media only screen and (min-width: 32em) {
2217
- .Meta-module_bookmark__3ot3k {
2218
- display: none
2219
- }
2220
- }
2221
- /* VISIBILITY */
2222
- @media only screen and (min-width: 32em) {
2223
- .Meta-module_mobile__22LGV {
2224
- display: none
2225
- }
2226
- }
2227
- .Meta-module_desktop__1ZGUS {
2228
- display: none
2229
- }
2230
- @media only screen and (min-width: 32em) {
2231
- .Meta-module_desktop__1ZGUS {
2232
- display: block
2233
- }
2234
- }
2235
-
2236
- /* Colors */
2237
- /* Fonts */
2238
- /* Gap */
2239
- /* Media */
2240
- /* 512 */
2241
- /* 650 */
2242
- /* 768 */
2243
- /* 1024 */
2244
- /* 1010 */
2245
- /* 1200 */
2246
- /* 511 */
2247
- /* 1023 */
2248
- /* Zindex */
2249
- .Timestamp-module_root__coOvT {
2250
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2251
- font-weight: normal;
2252
- }
2253
-
2254
- /* Colors */
2255
- /* Fonts */
2256
- /* Gap */
2257
- /* Media */
2258
- /* 512 */
2259
- /* 650 */
2260
- /* 768 */
2261
- /* 1024 */
2262
- /* 1010 */
2263
- /* 1200 */
2264
- /* 511 */
2265
- /* 1023 */
2266
- /* Zindex */
2267
- .QuoteBlock-module_root__2GrcC {
2268
- position: relative;
1926
+ .QuoteBlock-module_root__2GrcC {
1927
+ position: relative;
2269
1928
 
2270
1929
  margin-bottom: calc(14rem / 16);
2271
1930
  padding-left: calc(18rem / 16);
@@ -2399,85 +2058,6 @@
2399
2058
  }
2400
2059
  }
2401
2060
 
2402
- /* Colors */
2403
- /* Fonts */
2404
- /* Gap */
2405
- /* Media */
2406
- /* 512 */
2407
- /* 650 */
2408
- /* 768 */
2409
- /* 1024 */
2410
- /* 1010 */
2411
- /* 1200 */
2412
- /* 511 */
2413
- /* 1023 */
2414
- /* Zindex */
2415
- .ChapterBlock-module_root__1WyVn {
2416
- position: relative;
2417
-
2418
- margin: 38px auto 7px
2419
- }
2420
- @media only screen and (min-width: 32em) {
2421
- .ChapterBlock-module_root__1WyVn {
2422
- max-width: 650px;
2423
- margin-top: 70px
2424
- }
2425
- }
2426
- .ChapterBlock-module_root__1WyVn:first-child {
2427
- margin-top: 0;
2428
- }
2429
- .ChapterBlock-module_root__1WyVn:last-child {
2430
- margin-bottom: 0;
2431
- }
2432
- .ChapterBlock-module_subtitle__3TXll {
2433
- display: inline-block;
2434
-
2435
- vertical-align: top;
2436
- letter-spacing: 1px;
2437
- text-transform: uppercase;
2438
-
2439
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2440
- font-size: 12px;
2441
- font-weight: 600;
2442
- line-height: 12px
2443
- }
2444
- @media only screen and (min-width: 32em) {
2445
- .ChapterBlock-module_subtitle__3TXll {
2446
- font-size: 13px;
2447
- line-height: 16px
2448
- }
2449
- }
2450
- .ChapterBlock-module_subtitle__3TXll::after {
2451
- display: block;
2452
-
2453
- width: 120px;
2454
- padding: 0 0 7px;
2455
-
2456
- content: '';
2457
-
2458
- border-bottom: 1px solid #ccc
2459
- }
2460
- @media only screen and (min-width: 32em) {
2461
- .ChapterBlock-module_subtitle__3TXll::after {
2462
- padding: 0 0 6px
2463
- }
2464
- }
2465
- /* VISIBILITY */
2466
- @media only screen and (min-width: 32em) {
2467
- .ChapterBlock-module_mobile__CiO0w {
2468
- display: none
2469
- }
2470
- }
2471
- .ChapterBlock-module_desktop__tk1Nk {
2472
- display: none
2473
- }
2474
- @media only screen and (min-width: 32em) {
2475
- .ChapterBlock-module_desktop__tk1Nk {
2476
- display: block
2477
- }
2478
- }
2479
-
2480
-
2481
2061
  /* Colors */
2482
2062
  /* Fonts */
2483
2063
  /* Gap */
@@ -2609,196 +2189,290 @@
2609
2189
  /* 511 */
2610
2190
  /* 1023 */
2611
2191
  /* Zindex */
2612
- .GroupedBlock-module_root__2qfQA {
2613
- max-width: 644px;
2614
- margin: 15px auto 0
2192
+ .Table-module_root__1VsG6 {
2193
+ margin: 15px 0
2615
2194
  }
2616
- @media only screen and (min-width: 48em) {
2617
- .GroupedBlock-module_root__2qfQA {
2618
- max-width: none;
2619
- margin-top: 25px;
2620
- margin-bottom: 20px
2195
+ @media only screen and (min-width: 32em) {
2196
+ .Table-module_root__1VsG6 {
2197
+ margin: 25px auto 20px
2621
2198
  }
2622
2199
  }
2623
- .GroupedBlock-module_hasFigcaption__2_mcf {
2624
- margin-bottom: 15px;
2200
+ .Table-module_card__3gbok .Table-module_table__nZIkV,
2201
+ .Table-module_slide__nSGPC .Table-module_table__nZIkV {
2202
+ margin-right: -11px;
2203
+ margin-left: -11px
2625
2204
  }
2626
- @media only screen and (min-width: 48em) {
2627
- .GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
2628
- margin-top: 25px
2205
+ @media only screen and (min-width: 64em) {
2206
+ .Table-module_card__3gbok .Table-module_table__nZIkV,
2207
+ .Table-module_slide__nSGPC .Table-module_table__nZIkV {
2208
+ margin-right: 0;
2209
+ margin-left: 0
2629
2210
  }
2630
2211
  }
2631
- .GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
2212
+ .Table-module_card__3gbok .Table-module_wrapper__1YTKM::after,
2213
+ .Table-module_slide__nSGPC .Table-module_wrapper__1YTKM::after {
2214
+ right: -11px;
2215
+ }
2216
+ .Table-module_root__1VsG6:first-child {
2217
+ margin-top: 0;
2218
+ }
2219
+ .Table-module_root__1VsG6:last-child {
2632
2220
  margin-bottom: 0;
2633
2221
  }
2634
- .GroupedBlock-module_items__2DV2X {
2635
- display: -webkit-box;
2636
- display: -webkit-flex;
2637
- display: -ms-flexbox;
2638
- display: flex;
2639
- flex-direction: column;
2640
- flex-wrap: nowrap
2222
+ .Table-module_table__nZIkV {
2223
+ position: relative;
2224
+
2225
+ overflow-y: hidden;
2226
+
2227
+ margin: 0 -20px;
2228
+
2229
+ border-width: 1px 0;
2230
+ border-style: solid;
2231
+ border-color: rgba(232, 232, 232, 1);
2232
+
2233
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
2641
2234
  }
2642
- @media only screen and (min-width: 48em) {
2643
- .GroupedBlock-module_items__2DV2X {
2644
- flex-direction: row
2235
+ @media only screen and (min-width: 32em) {
2236
+ .Table-module_table__nZIkV {
2237
+ margin: 0;
2238
+
2239
+ border-width: 1px;
2240
+ border-radius: 3px
2645
2241
  }
2646
2242
  }
2647
- .GroupedBlock-module_item__3sz9_ {
2648
- flex-grow: 1;
2243
+ .Table-module_tracks__2wrDB {
2244
+ display: table;
2649
2245
 
2650
- width: 100%;
2651
- min-width: 100%;
2652
- max-width: 100%;
2653
- margin-bottom: 20px
2246
+ width: 100%
2654
2247
  }
2655
- @media only screen and (min-width: 48em) {
2656
- .GroupedBlock-module_item__3sz9_ {
2657
- min-width: 0;
2658
- max-width: none;
2659
- margin-bottom: 0
2248
+ @media only screen and (min-width: 32em) {
2249
+ .Table-module_tracks__2wrDB {
2250
+ table-layout: fixed
2660
2251
  }
2661
2252
  }
2662
- @media only screen and (min-width: 48em) {
2663
- .GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
2664
- margin-left: 15px
2253
+ .Table-module_wrapper__1YTKM {
2254
+ position: relative;
2665
2255
  }
2666
- }
2667
- .GroupedBlock-module_figcaption__2Q_wf {
2668
- max-width: 650px;
2669
- margin-right: auto;
2670
- margin-left: auto;
2256
+ .Table-module_wrapper__1YTKM::after {
2257
+ position: absolute;
2258
+ z-index: 100;
2259
+ top: 0;
2260
+ right: -20px;
2261
+ bottom: -20px;
2262
+
2263
+ display: block;
2264
+
2265
+ width: 30px;
2266
+ height: 100%;
2267
+
2268
+ content: "";
2269
+
2270
+ background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(71%, rgb(255, 255, 255)));
2271
+
2272
+ background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%);
2273
+
2274
+ background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%)
2671
2275
  }
2672
- /* DISPLAY */
2673
- @media only screen and (min-width: 48em) {
2674
- .GroupedBlock-module_default__3ylw_ {
2675
- max-width: 650px
2276
+ @media only screen and (min-width: 32em) {
2277
+ .Table-module_wrapper__1YTKM::after {
2278
+ content: none
2676
2279
  }
2677
2280
  }
2678
- .GroupedBlock-module_full__1dzQR {
2281
+ .Table-module_default__3CGeE {
2282
+ max-width: 650px;
2283
+ }
2284
+ .Table-module_full__S5pDB {
2679
2285
  max-width: 980px;
2680
2286
  }
2681
- .GroupedBlock-module_super_full__1PU72 {
2682
- max-width: 1680px;
2287
+ .Table-module_row__3TH83 {
2288
+ z-index: 1;
2289
+
2290
+ display: table-row;
2291
+ }
2292
+ .Table-module_row__3TH83:last-child .Table-module_cell__EFKDW {
2293
+ border-bottom: 0;
2683
2294
  }
2684
- /* VISIBILITY */
2685
2295
  @media only screen and (min-width: 32em) {
2686
- .GroupedBlock-module_mobile__3n8Ub {
2687
- display: none
2296
+ .Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:first-child {
2297
+ border-radius: 2px 0 0 0
2688
2298
  }
2689
2299
  }
2690
- .GroupedBlock-module_desktop__6ZRpA {
2691
- display: none
2300
+ @media only screen and (min-width: 32em) {
2301
+ .Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:last-child {
2302
+ border-radius: 0 2px 0 0
2303
+ }
2304
+ }
2305
+ @media only screen and (min-width: 32em) {
2306
+ .Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:last-child {
2307
+ border-radius: 0 0 2px 0
2692
2308
  }
2309
+ }
2693
2310
  @media only screen and (min-width: 32em) {
2694
- .GroupedBlock-module_desktop__6ZRpA {
2695
- display: block
2311
+ .Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:first-child {
2312
+ border-radius: 0 0 0 2px
2696
2313
  }
2697
2314
  }
2315
+ .Table-module_cell__EFKDW {
2316
+ display: table-cell;
2317
+ overflow: hidden;
2698
2318
 
2319
+ min-height: 32px;
2320
+ padding: 6px;
2699
2321
 
2700
- /* Colors */
2701
- /* Fonts */
2702
- /* Gap */
2703
- /* Media */
2704
- /* 512 */
2705
- /* 650 */
2706
- /* 768 */
2707
- /* 1024 */
2708
- /* 1010 */
2709
- /* 1200 */
2710
- /* 511 */
2711
- /* 1023 */
2712
- /* Zindex */
2713
- .HalfBlock-module_root__2frv2 {
2714
- position: relative;
2322
+ vertical-align: top;
2715
2323
 
2716
- text-align: left;
2717
- }
2718
- .HalfBlock-module_main__2XX73 {
2719
- display: -webkit-box;
2720
- display: -webkit-flex;
2721
- display: -ms-flexbox;
2722
- display: flex;
2723
- flex-flow: column nowrap
2324
+ border-right: 1px solid rgba(232, 232, 232, 1);
2325
+ border-bottom: 1px solid rgba(232, 232, 232, 1);
2326
+ background-color: #fff;
2327
+
2328
+ font-size: 12px;
2329
+ line-height: 16px
2724
2330
  }
2725
- @media only screen and (min-width: 64em) {
2726
- .HalfBlock-module_main__2XX73 {
2727
- align-items: center;
2728
- flex-flow: row nowrap
2331
+ @media only screen and (min-width: 32em) {
2332
+ .Table-module_cell__EFKDW {
2333
+ padding: 9px 12px 8px;
2334
+
2335
+ font-size: 14px;
2336
+ line-height: 19px
2729
2337
  }
2730
2338
  }
2731
- .HalfBlock-module_body__3MnEN {
2732
- order: -1;
2339
+ .Table-module_cell__EFKDW:last-child {
2340
+ padding-right: 20px;
2733
2341
 
2734
- max-width: 860px;
2735
- margin: 0 auto
2342
+ border-right: 0
2736
2343
  }
2737
- @media only screen and (min-width: 48em) {
2738
- .HalfBlock-module_body__3MnEN {
2739
- text-align: center
2344
+ @media only screen and (min-width: 32em) {
2345
+ .Table-module_cell__EFKDW:last-child {
2346
+ padding-right: 12px
2740
2347
  }
2741
2348
  }
2742
- @media only screen and (min-width: 64em) {
2743
- .HalfBlock-module_body__3MnEN {
2744
- align-items: flex-start;
2745
- justify-content: center;
2746
- order: 0;
2747
-
2748
- width: 50%;
2749
- max-width: none;
2750
- height: 100%;
2751
- margin-left: 25px;
2349
+ .Table-module_cell__EFKDW a {
2350
+ text-decoration: none;
2752
2351
 
2753
- text-align: left
2352
+ color: inherit;
2353
+ box-shadow: inset 0 -1px #000;
2754
2354
  }
2755
- }
2756
- .HalfBlock-module_footer__1C0yp {
2757
- width: 100%;
2758
- max-width: 650px;
2759
- margin: 0 auto;
2760
- padding-top: 3px
2355
+ .Table-module_cell__EFKDW a:hover {
2356
+ color: #b88b58;
2357
+ box-shadow: inset 0 -1px #b88b58;
2761
2358
  }
2762
- @media only screen and (min-width: 64em) {
2763
- .HalfBlock-module_footer__1C0yp {
2764
- max-width: 1000px;
2765
- margin: auto;
2766
- padding-top: 0;
2767
-
2768
- border-top: 1px solid #e6e6e6
2359
+ .Table-module_cell__EFKDW p {
2360
+ margin: 0;
2769
2361
  }
2770
- }
2771
- .HalfBlock-module_image__2lYel {
2772
- flex-grow: 1;
2773
-
2774
- margin: 0 -20px 0;
2775
- margin-top: 18px
2362
+ .Table-module_cell__EFKDW p + p {
2363
+ margin-top: 8px;
2364
+ }
2365
+ .Table-module_fixedColumn__E1hN5 {
2366
+ position: -webkit-sticky;
2367
+ position: sticky;
2368
+ z-index: 50;
2369
+ left: 0
2776
2370
  }
2777
2371
  @media only screen and (min-width: 32em) {
2778
- .HalfBlock-module_image__2lYel {
2779
- margin: 31px 0 -5px
2372
+ .Table-module_fixedColumn__E1hN5 {
2373
+ position: static
2780
2374
  }
2781
2375
  }
2782
- @media only screen and (min-width: 64em) {
2783
- .HalfBlock-module_image__2lYel {
2784
- width: 50%;
2785
- margin: 0
2376
+ .Table-module_fixedColumn__E1hN5::after {
2377
+ position: absolute;
2378
+ top: 0;
2379
+ right: -15px;
2380
+ bottom: 0;
2381
+
2382
+ width: 15px;
2383
+
2384
+ content: '';
2385
+
2386
+ background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.04)), to(rgb(0, 0, 0, 0)));
2387
+
2388
+ background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%);
2389
+
2390
+ background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%)
2786
2391
  }
2787
- }
2788
- /* VISIBILITY */
2789
2392
  @media only screen and (min-width: 32em) {
2790
- .HalfBlock-module_mobile__2latf {
2791
- display: none
2393
+ .Table-module_fixedColumn__E1hN5::after {
2394
+ content: none
2792
2395
  }
2793
2396
  }
2794
- .HalfBlock-module_desktop__3B1Ej {
2795
- display: none
2397
+ .Table-module_white__gzvo0 {
2398
+ background-color: #fff;
2796
2399
  }
2797
- @media only screen and (min-width: 32em) {
2798
- .HalfBlock-module_desktop__3B1Ej {
2799
- display: block
2400
+ .Table-module_gray__3da6S {
2401
+ background-color: #F5F5F5;
2402
+ }
2403
+ .Table-module_pink__3oH1l {
2404
+ background-color: #FEEEEE;
2405
+ }
2406
+ .Table-module_blue__GM27F {
2407
+ background-color: #E6F3FF;
2408
+ }
2409
+ .Table-module_yellow__2jhvA {
2410
+ background-color: #FFFDE6;
2411
+ }
2412
+ .Table-module_orange__1c-oM {
2413
+ background-color: #FFF9F2;
2414
+ }
2415
+ .Table-module_green__13OIM {
2416
+ background-color: #E7F2EF;
2417
+ }
2418
+ .Table-module_violet__2W-kO {
2419
+ background-color: #F4F0F8;
2420
+ }
2421
+ .Table-module_header__1exlo {
2422
+ max-width: 340px;
2423
+ padding: 9px 6px;
2424
+
2425
+ vertical-align: top;
2426
+ letter-spacing: 0.5px;
2427
+ text-transform: uppercase;
2428
+
2429
+ border-right: 1px solid rgba(232, 232, 232, 1);
2430
+ border-bottom: 1px solid rgba(232, 232, 232, 1);
2431
+
2432
+ font-size: 10px;
2433
+ font-weight: 600;
2434
+ line-height: 16px
2435
+ }
2436
+ @media only screen and (min-width: 32em) {
2437
+ .Table-module_header__1exlo {
2438
+ max-width: none;
2439
+ padding: 9px 12px;
2440
+
2441
+ line-height: 11px
2442
+ }
2443
+ }
2444
+ .Table-module_s__Vl_Eg {
2445
+ min-width: 120px
2446
+ }
2447
+ @media only screen and (min-width: 32em) {
2448
+ .Table-module_s__Vl_Eg {
2449
+ width: 18%;
2450
+ min-width: 0
2451
+ }
2452
+ }
2453
+ .Table-module_m__29G9r {
2454
+ min-width: 200px
2455
+ }
2456
+ @media only screen and (min-width: 32em) {
2457
+ .Table-module_m__29G9r {
2458
+ width: 30%;
2459
+ min-width: 0
2460
+ }
2461
+
2462
+ }
2463
+ .Table-module_l__1ZSMc {
2464
+ min-width: 336px
2465
+ }
2466
+ @media only screen and (min-width: 32em) {
2467
+ .Table-module_l__1ZSMc {
2468
+ width: 50%;
2469
+ min-width: 0
2800
2470
  }
2801
2471
  }
2472
+ .Table-module_xs__au2Oe {
2473
+ width: 50px;
2474
+ min-width: 50px;
2475
+ }
2802
2476
 
2803
2477
  /* Colors */
2804
2478
  /* Fonts */
@@ -2813,118 +2487,89 @@
2813
2487
  /* 511 */
2814
2488
  /* 1023 */
2815
2489
  /* Zindex */
2816
- .RelatedBlock-module_root__IKcQq {
2817
- margin: 16px 0;
2818
-
2819
- border-radius: 8px;
2820
- background-color: #f5f5f5;
2821
- box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
2490
+ .GroupedBlock-module_root__2qfQA {
2491
+ max-width: 644px;
2492
+ margin: 15px auto 0
2822
2493
  }
2823
2494
  @media only screen and (min-width: 48em) {
2824
- .RelatedBlock-module_root__IKcQq {
2825
- margin: 25px 0
2495
+ .GroupedBlock-module_root__2qfQA {
2496
+ max-width: none;
2497
+ margin-top: 25px;
2498
+ margin-bottom: 20px
2826
2499
  }
2827
2500
  }
2828
- .RelatedBlock-module_root__IKcQq:last-child {
2829
- margin-bottom: 0;
2830
- }
2831
- .RelatedBlock-module_root__IKcQq:first-child {
2832
- margin-top: 0;
2833
- }
2834
- .RelatedBlock-module_root__IKcQq a {
2835
- display: block;
2836
-
2837
- padding: 12px 12px 13px;
2838
-
2839
- transition: color 0.15s;
2840
- text-decoration: none;
2841
-
2842
- color: #000;
2843
- box-shadow: none;
2844
-
2845
- font-size: 17px;
2846
- line-height: 20px
2501
+ .GroupedBlock-module_hasFigcaption__2_mcf {
2502
+ margin-bottom: 15px;
2847
2503
  }
2848
2504
  @media only screen and (min-width: 48em) {
2849
- .RelatedBlock-module_root__IKcQq a {
2850
- padding: 15px 20px 17px;
2851
-
2852
- font-size: 19px;
2853
- line-height: 23px
2505
+ .GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
2506
+ margin-top: 25px
2854
2507
  }
2855
2508
  }
2856
- .RelatedBlock-module_root__IKcQq a:hover {
2857
- color: #5c5c5c;
2509
+ .GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
2510
+ margin-bottom: 0;
2858
2511
  }
2859
- .RelatedBlock-module_header__2SuWP {
2860
- margin: 0;
2861
- padding: 14px 12px 3px;
2862
-
2863
- letter-spacing: 1px;
2864
- text-transform: uppercase;
2865
-
2866
- color: #7F7F7F;
2867
-
2868
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2869
- font-size: 12px;
2870
- font-weight: 600;
2871
- line-height: 17px
2512
+ .GroupedBlock-module_items__2DV2X {
2513
+ display: -webkit-box;
2514
+ display: -webkit-flex;
2515
+ display: -ms-flexbox;
2516
+ display: flex;
2517
+ flex-direction: column;
2518
+ flex-wrap: nowrap
2872
2519
  }
2873
2520
  @media only screen and (min-width: 48em) {
2874
- .RelatedBlock-module_header__2SuWP {
2875
- padding: 20px 20px 14px;
2876
-
2877
- font-size: 14px;
2878
- line-height: 16px
2521
+ .GroupedBlock-module_items__2DV2X {
2522
+ flex-direction: row
2879
2523
  }
2880
2524
  }
2881
- .RelatedBlock-module_items__2V-Ap {
2882
- margin: 0;
2883
- padding-left: 0;
2525
+ .GroupedBlock-module_item__3sz9_ {
2526
+ flex-grow: 1;
2884
2527
 
2885
- list-style: none;
2886
- }
2887
- .RelatedBlock-module_items__2V-Ap li {
2888
- padding: 0;
2889
- }
2890
- .RelatedBlock-module_items__2V-Ap li + li {
2891
- border-top: 1px solid #e6e6e6;
2892
- }
2893
- .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
2894
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2895
- font-size: 16px;
2896
- font-weight: 700;
2897
- line-height: 18px
2528
+ width: 100%;
2529
+ min-width: 100%;
2530
+ max-width: 100%;
2531
+ margin-bottom: 20px
2898
2532
  }
2899
2533
  @media only screen and (min-width: 48em) {
2900
- .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
2901
- font-size: 18px
2534
+ .GroupedBlock-module_item__3sz9_ {
2535
+ min-width: 0;
2536
+ max-width: none;
2537
+ margin-bottom: 0
2902
2538
  }
2903
2539
  }
2904
- .RelatedBlock-module_simple__29HVO {
2540
+ @media only screen and (min-width: 48em) {
2541
+ .GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
2542
+ margin-left: 15px
2905
2543
  }
2906
- .RelatedBlock-module_center__1LmW8 {
2544
+ }
2545
+ .GroupedBlock-module_figcaption__2Q_wf {
2907
2546
  max-width: 650px;
2908
2547
  margin-right: auto;
2909
2548
  margin-left: auto;
2910
2549
  }
2911
- .RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
2912
- margin-top: 0;
2550
+ /* DISPLAY */
2551
+ @media only screen and (min-width: 48em) {
2552
+ .GroupedBlock-module_default__3ylw_ {
2553
+ max-width: 650px
2913
2554
  }
2914
- .RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
2915
- margin-bottom: 0;
2555
+ }
2556
+ .GroupedBlock-module_full__1dzQR {
2557
+ max-width: 980px;
2558
+ }
2559
+ .GroupedBlock-module_super_full__1PU72 {
2560
+ max-width: 1680px;
2916
2561
  }
2917
2562
  /* VISIBILITY */
2918
2563
  @media only screen and (min-width: 32em) {
2919
- .RelatedBlock-module_mobile__2XM5a {
2564
+ .GroupedBlock-module_mobile__3n8Ub {
2920
2565
  display: none
2921
2566
  }
2922
2567
  }
2923
- .RelatedBlock-module_desktop__2mXeq {
2568
+ .GroupedBlock-module_desktop__6ZRpA {
2924
2569
  display: none
2925
2570
  }
2926
2571
  @media only screen and (min-width: 32em) {
2927
- .RelatedBlock-module_desktop__2mXeq {
2572
+ .GroupedBlock-module_desktop__6ZRpA {
2928
2573
  display: block
2929
2574
  }
2930
2575
  }
@@ -2943,35 +2588,209 @@
2943
2588
  /* 511 */
2944
2589
  /* 1023 */
2945
2590
  /* Zindex */
2946
- .ListBlock-module_root__3Q3Ga {
2947
- margin: calc(15rem / 16) 0;
2948
- padding: 0;
2949
-
2950
- list-style: none;
2591
+ .HalfBlock-module_root__2frv2 {
2592
+ position: relative;
2951
2593
 
2952
- font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
2953
- font-size: calc(18rem / 16);
2954
- line-height: calc(24rem / 16)
2594
+ text-align: left;
2955
2595
  }
2956
- @media only screen and (min-width: 32em) {
2957
- .ListBlock-module_root__3Q3Ga {
2958
- font-size: 20px;
2959
- line-height: 28px
2596
+ .HalfBlock-module_main__2XX73 {
2597
+ display: -webkit-box;
2598
+ display: -webkit-flex;
2599
+ display: -ms-flexbox;
2600
+ display: flex;
2601
+ flex-flow: column nowrap
2602
+ }
2603
+ @media only screen and (min-width: 64em) {
2604
+ .HalfBlock-module_main__2XX73 {
2605
+ align-items: center;
2606
+ flex-flow: row nowrap
2960
2607
  }
2961
2608
  }
2609
+ .HalfBlock-module_body__3MnEN {
2610
+ order: -1;
2611
+
2612
+ max-width: 860px;
2613
+ margin: 0 auto
2614
+ }
2962
2615
  @media only screen and (min-width: 48em) {
2963
- .ListBlock-module_root__3Q3Ga {
2964
- margin: 20px 0
2616
+ .HalfBlock-module_body__3MnEN {
2617
+ text-align: center
2965
2618
  }
2966
2619
  }
2967
- .ListBlock-module_root__3Q3Ga:first-child {
2968
- margin-top: 0;
2969
- }
2970
- .ListBlock-module_root__3Q3Ga:last-child {
2971
- margin-bottom: 0;
2620
+ @media only screen and (min-width: 64em) {
2621
+ .HalfBlock-module_body__3MnEN {
2622
+ align-items: flex-start;
2623
+ justify-content: center;
2624
+ order: 0;
2625
+
2626
+ width: 50%;
2627
+ max-width: none;
2628
+ height: 100%;
2629
+ margin-left: 25px;
2630
+
2631
+ text-align: left
2972
2632
  }
2973
- .ListBlock-module_root__3Q3Ga a {
2974
- color: inherit;
2633
+ }
2634
+ .HalfBlock-module_footer__1C0yp {
2635
+ width: 100%;
2636
+ max-width: 650px;
2637
+ margin: 0 auto;
2638
+ padding-top: 3px
2639
+ }
2640
+ @media only screen and (min-width: 64em) {
2641
+ .HalfBlock-module_footer__1C0yp {
2642
+ max-width: 1000px;
2643
+ margin: auto;
2644
+ padding-top: 0;
2645
+
2646
+ border-top: 1px solid #e6e6e6
2647
+ }
2648
+ }
2649
+ .HalfBlock-module_image__2lYel {
2650
+ flex-grow: 1;
2651
+
2652
+ margin: 0 -20px 0;
2653
+ margin-top: 18px
2654
+ }
2655
+ @media only screen and (min-width: 32em) {
2656
+ .HalfBlock-module_image__2lYel {
2657
+ margin: 31px 0 -5px
2658
+ }
2659
+ }
2660
+ @media only screen and (min-width: 64em) {
2661
+ .HalfBlock-module_image__2lYel {
2662
+ width: 50%;
2663
+ margin: 0
2664
+ }
2665
+ }
2666
+ /* VISIBILITY */
2667
+ @media only screen and (min-width: 32em) {
2668
+ .HalfBlock-module_mobile__2latf {
2669
+ display: none
2670
+ }
2671
+ }
2672
+ .HalfBlock-module_desktop__3B1Ej {
2673
+ display: none
2674
+ }
2675
+ @media only screen and (min-width: 32em) {
2676
+ .HalfBlock-module_desktop__3B1Ej {
2677
+ display: block
2678
+ }
2679
+ }
2680
+
2681
+ /* Colors */
2682
+ /* Fonts */
2683
+ /* Gap */
2684
+ /* Media */
2685
+ /* 512 */
2686
+ /* 650 */
2687
+ /* 768 */
2688
+ /* 1024 */
2689
+ /* 1010 */
2690
+ /* 1200 */
2691
+ /* 511 */
2692
+ /* 1023 */
2693
+ /* Zindex */
2694
+ .ImportantLead-module_root__2BdT3 {
2695
+ margin: 18px 0;
2696
+ padding: 12px 12px 13px;
2697
+
2698
+ border: 1px solid rgba(0, 0, 0, 0.08);
2699
+ border-radius: 4px;
2700
+ border-radius: 8px;
2701
+ background: #FFF8C4;
2702
+
2703
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2704
+ font-size: 16px;
2705
+ font-weight: normal;
2706
+ line-height: 20px
2707
+ }
2708
+ @media only screen and (min-width: 32em) {
2709
+ .ImportantLead-module_root__2BdT3 {
2710
+ margin: 25px 0;
2711
+ padding: 12px 15px 13px;
2712
+
2713
+ font-size: 17px;
2714
+ line-height: 24px
2715
+ }
2716
+ }
2717
+ .ImportantLead-module_root__2BdT3:last-child {
2718
+ margin-bottom: 0;
2719
+ }
2720
+ .ImportantLead-module_root__2BdT3:first-child {
2721
+ margin-top: 0;
2722
+ }
2723
+ .ImportantLead-module_root__2BdT3 a {
2724
+ color: #000;
2725
+ box-shadow: inset 0 -1px #000;
2726
+ }
2727
+ .ImportantLead-module_root__2BdT3 a:hover {
2728
+ color: #b88b59;
2729
+ box-shadow: inset 0 -1px #b88b59;
2730
+ }
2731
+ .ImportantLead-module_slide__3kQ9x {
2732
+ max-width: 650px;
2733
+ margin-right: auto;
2734
+ margin-left: auto;
2735
+ }
2736
+ /* VISIBILITY */
2737
+ @media only screen and (min-width: 32em) {
2738
+ .ImportantLead-module_mobile__3BXbm {
2739
+ display: none
2740
+ }
2741
+ }
2742
+ .ImportantLead-module_desktop__3Zljc {
2743
+ display: none
2744
+ }
2745
+ @media only screen and (min-width: 32em) {
2746
+ .ImportantLead-module_desktop__3Zljc {
2747
+ display: block
2748
+ }
2749
+ }
2750
+
2751
+
2752
+ /* Colors */
2753
+ /* Fonts */
2754
+ /* Gap */
2755
+ /* Media */
2756
+ /* 512 */
2757
+ /* 650 */
2758
+ /* 768 */
2759
+ /* 1024 */
2760
+ /* 1010 */
2761
+ /* 1200 */
2762
+ /* 511 */
2763
+ /* 1023 */
2764
+ /* Zindex */
2765
+ .ListBlock-module_root__3Q3Ga {
2766
+ margin: calc(15rem / 16) 0;
2767
+ padding: 0;
2768
+
2769
+ list-style: none;
2770
+
2771
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
2772
+ font-size: calc(18rem / 16);
2773
+ line-height: calc(24rem / 16)
2774
+ }
2775
+ @media only screen and (min-width: 32em) {
2776
+ .ListBlock-module_root__3Q3Ga {
2777
+ font-size: 20px;
2778
+ line-height: 28px
2779
+ }
2780
+ }
2781
+ @media only screen and (min-width: 48em) {
2782
+ .ListBlock-module_root__3Q3Ga {
2783
+ margin: 20px 0
2784
+ }
2785
+ }
2786
+ .ListBlock-module_root__3Q3Ga:first-child {
2787
+ margin-top: 0;
2788
+ }
2789
+ .ListBlock-module_root__3Q3Ga:last-child {
2790
+ margin-bottom: 0;
2791
+ }
2792
+ .ListBlock-module_root__3Q3Ga a {
2793
+ color: inherit;
2975
2794
  box-shadow: inset 0 -1px #b88b59;
2976
2795
  }
2977
2796
  .ListBlock-module_root__3Q3Ga a:hover {
@@ -3105,84 +2924,143 @@
3105
2924
  /* 511 */
3106
2925
  /* 1023 */
3107
2926
  /* Zindex */
3108
- .ImportantLead-module_root__2BdT3 {
3109
- margin: 18px 0;
3110
- padding: 12px 12px 13px;
2927
+ .RelatedBlock-module_root__IKcQq {
2928
+ margin: 16px 0;
3111
2929
 
3112
- border: 1px solid rgba(0, 0, 0, 0.08);
3113
- border-radius: 4px;
3114
2930
  border-radius: 8px;
3115
- background: #FFF8C4;
3116
-
3117
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3118
- font-size: 16px;
3119
- font-weight: normal;
3120
- line-height: 20px
2931
+ background-color: #f5f5f5;
2932
+ box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
3121
2933
  }
3122
- @media only screen and (min-width: 32em) {
3123
- .ImportantLead-module_root__2BdT3 {
3124
- margin: 25px 0;
3125
- padding: 12px 15px 13px;
3126
-
3127
- font-size: 17px;
3128
- line-height: 24px
2934
+ @media only screen and (min-width: 48em) {
2935
+ .RelatedBlock-module_root__IKcQq {
2936
+ margin: 25px 0
3129
2937
  }
3130
2938
  }
3131
- .ImportantLead-module_root__2BdT3:last-child {
2939
+ .RelatedBlock-module_root__IKcQq:last-child {
3132
2940
  margin-bottom: 0;
3133
2941
  }
3134
- .ImportantLead-module_root__2BdT3:first-child {
2942
+ .RelatedBlock-module_root__IKcQq:first-child {
3135
2943
  margin-top: 0;
3136
2944
  }
3137
- .ImportantLead-module_root__2BdT3 a {
2945
+ .RelatedBlock-module_root__IKcQq a {
2946
+ display: block;
2947
+
2948
+ padding: 12px 12px 13px;
2949
+
2950
+ transition: color 0.15s;
2951
+ text-decoration: none;
2952
+
3138
2953
  color: #000;
3139
- box-shadow: inset 0 -1px #000;
3140
- }
3141
- .ImportantLead-module_root__2BdT3 a:hover {
3142
- color: #b88b59;
3143
- box-shadow: inset 0 -1px #b88b59;
3144
- }
3145
- .ImportantLead-module_slide__3kQ9x {
3146
- max-width: 650px;
3147
- margin-right: auto;
3148
- margin-left: auto;
2954
+ box-shadow: none;
2955
+
2956
+ font-size: 17px;
2957
+ line-height: 20px
3149
2958
  }
3150
- /* VISIBILITY */
3151
- @media only screen and (min-width: 32em) {
3152
- .ImportantLead-module_mobile__3BXbm {
3153
- display: none
2959
+ @media only screen and (min-width: 48em) {
2960
+ .RelatedBlock-module_root__IKcQq a {
2961
+ padding: 15px 20px 17px;
2962
+
2963
+ font-size: 19px;
2964
+ line-height: 23px
3154
2965
  }
3155
2966
  }
3156
- .ImportantLead-module_desktop__3Zljc {
3157
- display: none
3158
- }
3159
- @media only screen and (min-width: 32em) {
3160
- .ImportantLead-module_desktop__3Zljc {
3161
- display: block
2967
+ .RelatedBlock-module_root__IKcQq a:hover {
2968
+ color: #5c5c5c;
3162
2969
  }
3163
- }
2970
+ .RelatedBlock-module_header__2SuWP {
2971
+ margin: 0;
2972
+ padding: 14px 12px 3px;
3164
2973
 
2974
+ letter-spacing: 1px;
2975
+ text-transform: uppercase;
3165
2976
 
3166
- /* Colors */
3167
- /* Fonts */
3168
- /* Gap */
3169
- /* Media */
3170
- /* 512 */
3171
- /* 650 */
3172
- /* 768 */
3173
- /* 1024 */
3174
- /* 1010 */
3175
- /* 1200 */
3176
- /* 511 */
3177
- /* 1023 */
3178
- /* Zindex */
3179
- .RichTitle-module_root__BK_WT {
3180
- margin: 0 0 18px;
2977
+ color: #7F7F7F;
3181
2978
 
3182
2979
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3183
- font-size: 19px;
3184
- font-weight: 700;
3185
- line-height: 23px
2980
+ font-size: 12px;
2981
+ font-weight: 600;
2982
+ line-height: 17px
2983
+ }
2984
+ @media only screen and (min-width: 48em) {
2985
+ .RelatedBlock-module_header__2SuWP {
2986
+ padding: 20px 20px 14px;
2987
+
2988
+ font-size: 14px;
2989
+ line-height: 16px
2990
+ }
2991
+ }
2992
+ .RelatedBlock-module_items__2V-Ap {
2993
+ margin: 0;
2994
+ padding-left: 0;
2995
+
2996
+ list-style: none;
2997
+ }
2998
+ .RelatedBlock-module_items__2V-Ap li {
2999
+ padding: 0;
3000
+ }
3001
+ .RelatedBlock-module_items__2V-Ap li + li {
3002
+ border-top: 1px solid #e6e6e6;
3003
+ }
3004
+ .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
3005
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3006
+ font-size: 16px;
3007
+ font-weight: 700;
3008
+ line-height: 18px
3009
+ }
3010
+ @media only screen and (min-width: 48em) {
3011
+ .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
3012
+ font-size: 18px
3013
+ }
3014
+ }
3015
+ .RelatedBlock-module_simple__29HVO {
3016
+ }
3017
+ .RelatedBlock-module_center__1LmW8 {
3018
+ max-width: 650px;
3019
+ margin-right: auto;
3020
+ margin-left: auto;
3021
+ }
3022
+ .RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
3023
+ margin-top: 0;
3024
+ }
3025
+ .RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
3026
+ margin-bottom: 0;
3027
+ }
3028
+ /* VISIBILITY */
3029
+ @media only screen and (min-width: 32em) {
3030
+ .RelatedBlock-module_mobile__2XM5a {
3031
+ display: none
3032
+ }
3033
+ }
3034
+ .RelatedBlock-module_desktop__2mXeq {
3035
+ display: none
3036
+ }
3037
+ @media only screen and (min-width: 32em) {
3038
+ .RelatedBlock-module_desktop__2mXeq {
3039
+ display: block
3040
+ }
3041
+ }
3042
+
3043
+
3044
+ /* Colors */
3045
+ /* Fonts */
3046
+ /* Gap */
3047
+ /* Media */
3048
+ /* 512 */
3049
+ /* 650 */
3050
+ /* 768 */
3051
+ /* 1024 */
3052
+ /* 1010 */
3053
+ /* 1200 */
3054
+ /* 511 */
3055
+ /* 1023 */
3056
+ /* Zindex */
3057
+ .RichTitle-module_root__BK_WT {
3058
+ margin: 0 0 18px;
3059
+
3060
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3061
+ font-size: 19px;
3062
+ font-weight: 700;
3063
+ line-height: 23px
3186
3064
  }
3187
3065
  @media only screen and (min-width: 48em) {
3188
3066
  .RichTitle-module_root__BK_WT {
@@ -3283,6 +3161,50 @@
3283
3161
  }
3284
3162
  }
3285
3163
 
3164
+ /* Colors */
3165
+ /* Fonts */
3166
+ /* Gap */
3167
+ /* Media */
3168
+ /* 512 */
3169
+ /* 650 */
3170
+ /* 768 */
3171
+ /* 1024 */
3172
+ /* 1010 */
3173
+ /* 1200 */
3174
+ /* 511 */
3175
+ /* 1023 */
3176
+ /* Zindex */
3177
+ .SimpleTitle-module_root__2jVQN {
3178
+ margin: 0 0 18px;
3179
+
3180
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3181
+ font-size: 20px;
3182
+ font-weight: normal;
3183
+ line-height: 23px
3184
+ }
3185
+ @media only screen and (min-width: 48em) {
3186
+ .SimpleTitle-module_root__2jVQN {
3187
+ margin-bottom: 15px;
3188
+
3189
+ font-size: 36px;
3190
+ line-height: 40px
3191
+ }
3192
+ }
3193
+ /* VISIBILITY */
3194
+ @media only screen and (min-width: 32em) {
3195
+ .SimpleTitle-module_mobile__11gBz {
3196
+ display: none
3197
+ }
3198
+ }
3199
+ .SimpleTitle-module_desktop__3yXgy {
3200
+ display: none
3201
+ }
3202
+ @media only screen and (min-width: 32em) {
3203
+ .SimpleTitle-module_desktop__3yXgy {
3204
+ display: block
3205
+ }
3206
+ }
3207
+
3286
3208
  /* Colors */
3287
3209
  /* Fonts */
3288
3210
  /* Gap */
@@ -3727,50 +3649,6 @@ a mark {
3727
3649
  box-shadow: inset 0 -1px #b88b59;
3728
3650
  }
3729
3651
 
3730
- /* Colors */
3731
- /* Fonts */
3732
- /* Gap */
3733
- /* Media */
3734
- /* 512 */
3735
- /* 650 */
3736
- /* 768 */
3737
- /* 1024 */
3738
- /* 1010 */
3739
- /* 1200 */
3740
- /* 511 */
3741
- /* 1023 */
3742
- /* Zindex */
3743
- .SimpleTitle-module_root__2jVQN {
3744
- margin: 0 0 18px;
3745
-
3746
- font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3747
- font-size: 20px;
3748
- font-weight: normal;
3749
- line-height: 23px
3750
- }
3751
- @media only screen and (min-width: 48em) {
3752
- .SimpleTitle-module_root__2jVQN {
3753
- margin-bottom: 15px;
3754
-
3755
- font-size: 36px;
3756
- line-height: 40px
3757
- }
3758
- }
3759
- /* VISIBILITY */
3760
- @media only screen and (min-width: 32em) {
3761
- .SimpleTitle-module_mobile__11gBz {
3762
- display: none
3763
- }
3764
- }
3765
- .SimpleTitle-module_desktop__3yXgy {
3766
- display: none
3767
- }
3768
- @media only screen and (min-width: 32em) {
3769
- .SimpleTitle-module_desktop__3yXgy {
3770
- display: block
3771
- }
3772
- }
3773
-
3774
3652
  /* Colors */
3775
3653
  /* Fonts */
3776
3654
  /* Gap */
@@ -4610,64 +4488,382 @@ a mark {
4610
4488
  /* 511 */
4611
4489
  /* 1023 */
4612
4490
  /* Zindex */
4613
- .Footnote-module_root__2a0-B {
4614
- position: relative;
4615
-
4616
- width: 320px;
4617
- padding: 20px;
4491
+ .Meta-module_root__12AG7 {
4492
+ transform: translateZ(0);
4618
4493
 
4619
- border-radius: 8px;
4620
- background-color: #fff;
4621
- box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
4622
- }
4623
- .Footnote-module_body__259Ly {
4624
4494
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4625
- font-size: 16px;
4626
- line-height: 22px;
4495
+ font-size: 12px;
4496
+ line-height: 15px;
4497
+
4498
+ fill: inherit;
4627
4499
  }
4628
- .Footnote-module_body__259Ly h3 {
4629
- margin: 0 0 16px;
4500
+ .Meta-module_rich__1XBtZ,
4501
+ .Meta-module_podcast__1m4zo,
4502
+ .Meta-module_episode__1K2Xv,
4503
+ .Meta-module_simple__3vUiI,
4504
+ .Meta-module_slide__3g6fG,
4505
+ .Meta-module_card__LE1RK,
4506
+ .Meta-module_game__3aNlZ,
4507
+ .Meta-module_isInMaterial__zaYMy {
4508
+ width: 100%;
4630
4509
 
4631
- font-size: inherit;
4632
- font-weight: 700;
4633
- line-height: inherit;
4510
+ color: rgba(0, 0, 0, 0.4);
4634
4511
  }
4635
- .Footnote-module_body__259Ly p {
4636
- margin: 0;
4512
+ .Meta-module_podcast__1m4zo {
4513
+ fill: currentColor;
4637
4514
  }
4638
- .Footnote-module_body__259Ly p + p {
4639
- margin-top: 6px;
4515
+ .Meta-module_isInSearchItem__1wbpx {
4516
+ color: rgba(255, 255, 255, 0.7);
4640
4517
  }
4641
- .Footnote-module_body__259Ly a {
4642
- color: inherit;
4643
- box-shadow: inset 0 -1px #b88b59;
4518
+ .Meta-module_slide__3g6fG.Meta-module_isInMediaBlock__3xfPF,
4519
+ .Meta-module_card__LE1RK.Meta-module_isInMediaBlock__3xfPF,
4520
+ .Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF {
4521
+ text-align: left;
4644
4522
  }
4645
- .Footnote-module_body__259Ly a:hover {
4646
- color: #b88b59;
4523
+ @media only screen and (min-width: 64em) {
4524
+ .Meta-module_center__3BBPr.Meta-module_half__1xRkT {
4525
+ text-align: left
4647
4526
  }
4648
- .Footnote-module_dismiss__1HKG5 {
4649
- position: absolute;
4650
- top: 0;
4651
- right: 0;
4652
-
4653
- margin: 0;
4654
- padding: 6px 9px 10px;
4655
-
4656
- cursor: pointer;
4527
+ }
4528
+ @media only screen and (min-width: 32em) {
4529
+ .Meta-module_episode__1K2Xv,
4530
+ .Meta-module_card__LE1RK,
4531
+ .Meta-module_slide__3g6fG,
4532
+ .Meta-module_game__3aNlZ,
4533
+ .Meta-module_center__3BBPr {
4534
+ text-align: center
4535
+ }
4536
+ }
4537
+ .Meta-module_light__2baE- {
4538
+ color: rgba(255, 255, 255, 0.6);
4657
4539
 
4658
- color: #b3b3b3;
4659
- border-width: 0;
4660
- outline: none;
4661
- background-color: transparent;
4540
+ fill: currentColor;
4541
+ }
4542
+ .Meta-module_dark__24y9m,
4543
+ .Meta-module_isDark__3g22f {
4544
+ color: rgba(0, 0, 0, 0.4);
4545
+ }
4546
+ .Meta-module_episode__1K2Xv,
4547
+ .Meta-module_card__LE1RK,
4548
+ .Meta-module_slide__3g6fG,
4549
+ .Meta-module_podcast__1m4zo {
4550
+ display: -webkit-box;
4551
+ display: -webkit-flex;
4552
+ display: -ms-flexbox;
4553
+ display: flex;
4554
+ align-items: center;
4555
+ flex-flow: row wrap
4556
+ }
4557
+ @media only screen and (min-width: 48em) {
4558
+ .Meta-module_episode__1K2Xv,
4559
+ .Meta-module_card__LE1RK,
4560
+ .Meta-module_slide__3g6fG,
4561
+ .Meta-module_podcast__1m4zo {
4562
+ display: block
4563
+ }
4564
+ }
4565
+ @media only screen and (max-width: 32.1875em) {
4566
+ .Meta-module_hasSource__2lXiN {
4567
+ display: -webkit-box;
4568
+ display: -webkit-flex;
4569
+ display: -ms-flexbox;
4570
+ display: flex;
4571
+ flex-flow: row wrap
4572
+ }
4573
+ }
4574
+ .Meta-module_bookmark__3ot3k {
4575
+ position: absolute;
4576
+ z-index: 10;
4577
+ right: -12px;
4578
+ bottom: -4px
4579
+ }
4580
+ @media only screen and (min-width: 32em) {
4581
+ .Meta-module_bookmark__3ot3k {
4582
+ display: none
4583
+ }
4584
+ }
4585
+ /* VISIBILITY */
4586
+ @media only screen and (min-width: 32em) {
4587
+ .Meta-module_mobile__22LGV {
4588
+ display: none
4589
+ }
4590
+ }
4591
+ .Meta-module_desktop__1ZGUS {
4592
+ display: none
4593
+ }
4594
+ @media only screen and (min-width: 32em) {
4595
+ .Meta-module_desktop__1ZGUS {
4596
+ display: block
4597
+ }
4598
+ }
4599
+
4600
+ /* Colors */
4601
+ /* Fonts */
4602
+ /* Gap */
4603
+ /* Media */
4604
+ /* 512 */
4605
+ /* 650 */
4606
+ /* 768 */
4607
+ /* 1024 */
4608
+ /* 1010 */
4609
+ /* 1200 */
4610
+ /* 511 */
4611
+ /* 1023 */
4612
+ /* Zindex */
4613
+ .RelatedRichBlock-module_root__3NYmj {
4614
+ position: relative;
4615
+ z-index: 10;
4616
+
4617
+ display: block;
4618
+ overflow: hidden;
4619
+
4620
+ text-decoration: none;
4621
+
4622
+ border-radius: 8px;
4623
+ outline-width: 0;
4624
+ }
4625
+ @media only screen and (min-width: 32em) {
4626
+ .RelatedRichBlock-module_root__3NYmj:hover {
4627
+ opacity: 0.95
4628
+ }
4629
+ }
4630
+ .RelatedRichBlock-module_root__3NYmj::after {
4631
+ position: absolute;
4632
+ top: 0;
4633
+ right: 0;
4634
+ bottom: 0;
4635
+ left: 0;
4636
+ z-index: 20;
4637
+
4638
+ border-radius: 8px;
4639
+
4640
+ content: '';
4641
+ }
4642
+ .RelatedRichBlock-module_root__3NYmj::before {
4643
+ display: block;
4644
+
4645
+ width: 100%;
4646
+ }
4647
+ .RelatedRichBlock-module_root__3NYmj::after {
4648
+ box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2),
4649
+ inset 0 0 0 1px rgba(0, 0, 0, 0.1);
4650
+ }
4651
+ .RelatedRichBlock-module_root__3NYmj,
4652
+ .RelatedRichBlock-module_wrapper__1eLIQ {
4653
+ margin: 16px 0
4654
+ }
4655
+ @media only screen and (min-width: 48em) {
4656
+ .RelatedRichBlock-module_root__3NYmj,
4657
+ .RelatedRichBlock-module_wrapper__1eLIQ {
4658
+ margin: 25px 0
4659
+ }
4660
+ }
4661
+ .RelatedRichBlock-module_overlay__3XSg_,
4662
+ .RelatedRichBlock-module_overlayHeader__2Nmbv {
4663
+ position: absolute;
4664
+ right: 0;
4665
+ left: 0;
4666
+ z-index: 10;
4667
+ }
4668
+ .RelatedRichBlock-module_overlay__3XSg_ {
4669
+ bottom: 0;
4670
+
4671
+ height: 295px;
4672
+ }
4673
+ .RelatedRichBlock-module_overlayHeader__2Nmbv {
4674
+ top: 0;
4675
+
4676
+ height: 150px;
4677
+ }
4678
+ .RelatedRichBlock-module_body__1ZHZS {
4679
+ display: -webkit-box;
4680
+ display: -webkit-flex;
4681
+ display: -ms-flexbox;
4682
+ display: flex;
4683
+ flex-flow: column nowrap;
4684
+ justify-content: flex-end;
4685
+
4686
+ padding: 12px 15px;
4687
+
4688
+ background-color: #f7f7f7
4689
+ }
4690
+ @media only screen and (min-width: 32em) {
4691
+ .RelatedRichBlock-module_body__1ZHZS {
4692
+ position: absolute;
4693
+ right: 0;
4694
+ bottom: 0;
4695
+ left: 0;
4696
+ z-index: 10;
4697
+
4698
+ min-height: 295px;
4699
+ padding: 20px;
4700
+
4701
+ background-color: transparent
4702
+ }
4703
+ }
4704
+ .RelatedRichBlock-module_isRich__1LnA4 {
4705
+ color: #000
4706
+ }
4707
+ @media only screen and (min-width: 32em) {
4708
+ .RelatedRichBlock-module_isRich__1LnA4 {
4709
+ color: #fff
4710
+ }
4711
+ }
4712
+ @media only screen and (min-width: 32em) {
4713
+ .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_hasGradient__27LOk .RelatedRichBlock-module_body__1ZHZS {
4714
+ position: absolute;
4715
+ right: 0;
4716
+ bottom: 0;
4717
+ left: 0;
4718
+ z-index: 10;
4719
+
4720
+ min-height: 295px;
4721
+
4722
+ background-color: transparent
4723
+ }
4724
+ }
4725
+ .RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ {
4726
+ position: relative;
4727
+ }
4728
+ .RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
4729
+ position: absolute;
4730
+ right: 1px;
4731
+ bottom: 0;
4732
+ left: 1px;
4733
+ z-index: 10;
4734
+
4735
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
4736
+
4737
+ content: ''
4738
+ }
4739
+ @media only screen and (min-width: 32em) {
4740
+ .RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
4741
+ content: ''
4742
+ }
4743
+ }
4744
+ .RelatedRichBlock-module_isCard__2naDz {
4745
+ color: #fff;
4746
+
4747
+ background-color: #191919
4748
+ }
4749
+ @media only screen and (min-width: 32em) {
4750
+ .RelatedRichBlock-module_isCard__2naDz {
4751
+ min-height: 350px
4752
+ }
4753
+ }
4754
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
4755
+ background-color: transparent
4756
+ }
4757
+ @media only screen and (min-width: 32em) {
4758
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
4759
+ position: absolute;
4760
+ right: 0;
4761
+ bottom: 0;
4762
+ left: 0;
4763
+ z-index: 10;
4764
+
4765
+ min-height: 295px
4766
+ }
4767
+ }
4768
+ @media only screen and (min-width: 32em) {
4769
+ .RelatedRichBlock-module_isCard__2naDz::before {
4770
+ padding-bottom: 66.66%;
4771
+
4772
+ content: ''
4773
+ }
4774
+ }
4775
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
4776
+ position: relative;
4777
+
4778
+ width: 100%
4779
+ }
4780
+ @media only screen and (min-width: 32em) {
4781
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
4782
+ position: absolute;
4783
+ top: 0;
4784
+ bottom: 0
4785
+ }
4786
+ }
4787
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
4788
+ display: block;
4789
+
4790
+ padding-bottom: 78.50746269%;
4791
+
4792
+ content: ''
4793
+ }
4794
+ @media only screen and (min-width: 32em) {
4795
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
4796
+ content: none
4797
+ }
4798
+ }
4799
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
4800
+ position: absolute;
4801
+ top: 50%;
4802
+ left: 50%;
4803
+
4804
+ width: 180px;
4805
+ height: 180px;
4806
+
4807
+ transform: translate(-50%, -50%)
4808
+ }
4809
+ @media only screen and (min-width: 32em) {
4810
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
4811
+ top: 25%;
4812
+
4813
+ transform: translate(-50%, -25%)
4814
+ }
4815
+ }
4816
+ .RelatedRichBlock-module_tag__3OLyG {
4817
+ position: absolute;
4818
+ top: 14px;
4819
+ right: 15px;
4820
+ left: 15px;
4821
+ z-index: 10;
4822
+
4823
+ color: rgba(255, 255, 255, 0.7);
4824
+
4825
+ font-size: 12px
4826
+ }
4827
+ @media only screen and (min-width: 64em) {
4828
+ .RelatedRichBlock-module_tag__3OLyG {
4829
+ top: 16px;
4830
+ right: 20px;
4831
+ left: 20px
4832
+ }
4833
+ }
4834
+ .RelatedRichBlock-module_center__197sx {
4835
+ width: 100%;
4836
+ max-width: 650px;
4837
+ margin-right: auto;
4838
+ margin-left: auto;
4839
+ }
4840
+ /* Themes */
4841
+ .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
4842
+ color: #000;
4843
+ }
4844
+ .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
4845
+ color: rgba(0, 0, 0, 0.7);
4662
4846
  }
4663
- .Footnote-module_dismiss__1HKG5:hover {
4664
- color: #757575;
4847
+ @media only screen and (min-width: 32em) {
4848
+ .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_light__2mUxL {
4849
+ color: #fff;
4850
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
4665
4851
  }
4666
- .Footnote-module_dismiss__1HKG5 svg {
4667
- width: 12px;
4668
- height: 12px;
4852
+ }
4853
+ /* Display */
4854
+ @media only screen and (min-width: 32em) {
4855
+ .RelatedRichBlock-module_mobile__JpCS4 {
4856
+ display: none
4669
4857
  }
4670
-
4858
+ }
4859
+ .RelatedRichBlock-module_desktop__trL0D {
4860
+ display: none
4861
+ }
4862
+ @media only screen and (min-width: 32em) {
4863
+ .RelatedRichBlock-module_desktop__trL0D {
4864
+ display: block
4865
+ }
4866
+ }
4671
4867
 
4672
4868
  /* Colors */
4673
4869
  /* Fonts */
@@ -4682,24 +4878,31 @@ a mark {
4682
4878
  /* 511 */
4683
4879
  /* 1023 */
4684
4880
  /* Zindex */
4685
- .RelatedRichBlock-module_root__3NYmj {
4881
+ .ShopRelatedBlock-module_root__x4vdk {
4686
4882
  position: relative;
4687
4883
  z-index: 10;
4688
4884
 
4689
4885
  display: block;
4690
4886
  overflow: hidden;
4691
4887
 
4888
+ color: #000;
4889
+
4692
4890
  text-decoration: none;
4693
4891
 
4694
4892
  border-radius: 8px;
4695
- outline-width: 0;
4893
+ outline-width: 0
4696
4894
  }
4697
4895
  @media only screen and (min-width: 32em) {
4698
- .RelatedRichBlock-module_root__3NYmj:hover {
4896
+ .ShopRelatedBlock-module_root__x4vdk {
4897
+ color: #fff
4898
+ }
4899
+ }
4900
+ @media only screen and (min-width: 32em) {
4901
+ .ShopRelatedBlock-module_root__x4vdk:hover {
4699
4902
  opacity: 0.95
4700
4903
  }
4701
4904
  }
4702
- .RelatedRichBlock-module_root__3NYmj::after {
4905
+ .ShopRelatedBlock-module_root__x4vdk::after {
4703
4906
  position: absolute;
4704
4907
  top: 0;
4705
4908
  right: 0;
@@ -4711,43 +4914,43 @@ a mark {
4711
4914
 
4712
4915
  content: '';
4713
4916
  }
4714
- .RelatedRichBlock-module_root__3NYmj::before {
4917
+ .ShopRelatedBlock-module_root__x4vdk::before {
4715
4918
  display: block;
4716
4919
 
4717
4920
  width: 100%;
4718
4921
  }
4719
- .RelatedRichBlock-module_root__3NYmj::after {
4922
+ .ShopRelatedBlock-module_root__x4vdk::after {
4720
4923
  box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2),
4721
4924
  inset 0 0 0 1px rgba(0, 0, 0, 0.1);
4722
4925
  }
4723
- .RelatedRichBlock-module_root__3NYmj,
4724
- .RelatedRichBlock-module_wrapper__1eLIQ {
4926
+ .ShopRelatedBlock-module_root__x4vdk,
4927
+ .ShopRelatedBlock-module_wrapper__3jQp9 {
4725
4928
  margin: 16px 0
4726
4929
  }
4727
4930
  @media only screen and (min-width: 48em) {
4728
- .RelatedRichBlock-module_root__3NYmj,
4729
- .RelatedRichBlock-module_wrapper__1eLIQ {
4931
+ .ShopRelatedBlock-module_root__x4vdk,
4932
+ .ShopRelatedBlock-module_wrapper__3jQp9 {
4730
4933
  margin: 25px 0
4731
4934
  }
4732
4935
  }
4733
- .RelatedRichBlock-module_overlay__3XSg_,
4734
- .RelatedRichBlock-module_overlayHeader__2Nmbv {
4936
+ .ShopRelatedBlock-module_overlay__15S5a,
4937
+ .ShopRelatedBlock-module_overlayHeader__2IXK- {
4735
4938
  position: absolute;
4736
4939
  right: 0;
4737
4940
  left: 0;
4738
4941
  z-index: 10;
4739
4942
  }
4740
- .RelatedRichBlock-module_overlay__3XSg_ {
4943
+ .ShopRelatedBlock-module_overlay__15S5a {
4741
4944
  bottom: 0;
4742
4945
 
4743
4946
  height: 295px;
4744
4947
  }
4745
- .RelatedRichBlock-module_overlayHeader__2Nmbv {
4948
+ .ShopRelatedBlock-module_overlayHeader__2IXK- {
4746
4949
  top: 0;
4747
4950
 
4748
4951
  height: 150px;
4749
4952
  }
4750
- .RelatedRichBlock-module_body__1ZHZS {
4953
+ .ShopRelatedBlock-module_body__3ipYj {
4751
4954
  display: -webkit-box;
4752
4955
  display: -webkit-flex;
4753
4956
  display: -ms-flexbox;
@@ -4760,7 +4963,7 @@ a mark {
4760
4963
  background-color: #f7f7f7
4761
4964
  }
4762
4965
  @media only screen and (min-width: 32em) {
4763
- .RelatedRichBlock-module_body__1ZHZS {
4966
+ .ShopRelatedBlock-module_body__3ipYj {
4764
4967
  position: absolute;
4765
4968
  right: 0;
4766
4969
  bottom: 0;
@@ -4773,16 +4976,8 @@ a mark {
4773
4976
  background-color: transparent
4774
4977
  }
4775
4978
  }
4776
- .RelatedRichBlock-module_isRich__1LnA4 {
4777
- color: #000
4778
- }
4779
- @media only screen and (min-width: 32em) {
4780
- .RelatedRichBlock-module_isRich__1LnA4 {
4781
- color: #fff
4782
- }
4783
- }
4784
4979
  @media only screen and (min-width: 32em) {
4785
- .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_hasGradient__27LOk .RelatedRichBlock-module_body__1ZHZS {
4980
+ .ShopRelatedBlock-module_hasGradient__1pghj .ShopRelatedBlock-module_body__3ipYj {
4786
4981
  position: absolute;
4787
4982
  right: 0;
4788
4983
  bottom: 0;
@@ -4794,10 +4989,10 @@ a mark {
4794
4989
  background-color: transparent
4795
4990
  }
4796
4991
  }
4797
- .RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ {
4992
+ .ShopRelatedBlock-module_picture__1bu9H {
4798
4993
  position: relative;
4799
4994
  }
4800
- .RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
4995
+ .ShopRelatedBlock-module_picture__1bu9H::after {
4801
4996
  position: absolute;
4802
4997
  right: 1px;
4803
4998
  bottom: 0;
@@ -4809,83 +5004,11 @@ a mark {
4809
5004
  content: ''
4810
5005
  }
4811
5006
  @media only screen and (min-width: 32em) {
4812
- .RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
4813
- content: ''
4814
- }
4815
- }
4816
- .RelatedRichBlock-module_isCard__2naDz {
4817
- color: #fff;
4818
-
4819
- background-color: #191919
4820
- }
4821
- @media only screen and (min-width: 32em) {
4822
- .RelatedRichBlock-module_isCard__2naDz {
4823
- min-height: 350px
4824
- }
4825
- }
4826
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
4827
- background-color: transparent
4828
- }
4829
- @media only screen and (min-width: 32em) {
4830
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
4831
- position: absolute;
4832
- right: 0;
4833
- bottom: 0;
4834
- left: 0;
4835
- z-index: 10;
4836
-
4837
- min-height: 295px
4838
- }
4839
- }
4840
- @media only screen and (min-width: 32em) {
4841
- .RelatedRichBlock-module_isCard__2naDz::before {
4842
- padding-bottom: 66.66%;
4843
-
5007
+ .ShopRelatedBlock-module_picture__1bu9H::after {
4844
5008
  content: ''
4845
5009
  }
4846
5010
  }
4847
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
4848
- position: relative;
4849
-
4850
- width: 100%
4851
- }
4852
- @media only screen and (min-width: 32em) {
4853
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
4854
- position: absolute;
4855
- top: 0;
4856
- bottom: 0
4857
- }
4858
- }
4859
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
4860
- display: block;
4861
-
4862
- padding-bottom: 78.50746269%;
4863
-
4864
- content: ''
4865
- }
4866
- @media only screen and (min-width: 32em) {
4867
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
4868
- content: none
4869
- }
4870
- }
4871
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
4872
- position: absolute;
4873
- top: 50%;
4874
- left: 50%;
4875
-
4876
- width: 180px;
4877
- height: 180px;
4878
-
4879
- transform: translate(-50%, -50%)
4880
- }
4881
- @media only screen and (min-width: 32em) {
4882
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
4883
- top: 25%;
4884
-
4885
- transform: translate(-50%, -25%)
4886
- }
4887
- }
4888
- .RelatedRichBlock-module_tag__3OLyG {
5011
+ .ShopRelatedBlock-module_tag__2vTKm {
4889
5012
  position: absolute;
4890
5013
  top: 14px;
4891
5014
  right: 15px;
@@ -4897,42 +5020,57 @@ a mark {
4897
5020
  font-size: 12px
4898
5021
  }
4899
5022
  @media only screen and (min-width: 64em) {
4900
- .RelatedRichBlock-module_tag__3OLyG {
5023
+ .ShopRelatedBlock-module_tag__2vTKm {
4901
5024
  top: 16px;
4902
5025
  right: 20px;
4903
5026
  left: 20px
4904
5027
  }
4905
5028
  }
4906
- .RelatedRichBlock-module_center__197sx {
5029
+ .ShopRelatedBlock-module_center__2H85- {
4907
5030
  width: 100%;
4908
5031
  max-width: 650px;
4909
5032
  margin-right: auto;
4910
5033
  margin-left: auto;
4911
5034
  }
5035
+ .ShopRelatedBlock-module_title__1ZIW0 {
5036
+ font-weight: 700;
5037
+ font-size: 19px;
5038
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
5039
+ line-height: 23px
5040
+ }
5041
+ @media only screen and (min-width: 64em) {
5042
+ .ShopRelatedBlock-module_title__1ZIW0 {
5043
+ font-size: 1.3rem;
5044
+ line-height: 1.6rem
5045
+ }
5046
+ }
5047
+ .ShopRelatedBlock-module_price__2cVXM {
5048
+ display: block;
5049
+ }
4912
5050
  /* Themes */
4913
- .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
5051
+ .ShopRelatedBlock-module_dark__3Gfbc {
4914
5052
  color: #000;
4915
5053
  }
4916
- .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
5054
+ .ShopRelatedBlock-module_dark__3Gfbc .ShopRelatedBlock-module_tag__2vTKm {
4917
5055
  color: rgba(0, 0, 0, 0.7);
4918
5056
  }
4919
5057
  @media only screen and (min-width: 32em) {
4920
- .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_light__2mUxL {
5058
+ .ShopRelatedBlock-module_light__1y8Qy {
4921
5059
  color: #fff;
4922
5060
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
4923
5061
  }
4924
5062
  }
4925
5063
  /* Display */
4926
5064
  @media only screen and (min-width: 32em) {
4927
- .RelatedRichBlock-module_mobile__JpCS4 {
5065
+ .ShopRelatedBlock-module_mobile__AleU0 {
4928
5066
  display: none
4929
5067
  }
4930
5068
  }
4931
- .RelatedRichBlock-module_desktop__trL0D {
5069
+ .ShopRelatedBlock-module_desktop__2--zA {
4932
5070
  display: none
4933
5071
  }
4934
5072
  @media only screen and (min-width: 32em) {
4935
- .RelatedRichBlock-module_desktop__trL0D {
5073
+ .ShopRelatedBlock-module_desktop__2--zA {
4936
5074
  display: block
4937
5075
  }
4938
5076
  }
@@ -5097,32 +5235,104 @@ a mark {
5097
5235
  right: -15px;
5098
5236
  left: -15px
5099
5237
  }
5100
- }
5101
- @media only screen and (min-width: 32em) {
5102
- .SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_media__3wnlo {
5103
- padding-right: 15px;
5104
- padding-left: 15px
5238
+ }
5239
+ @media only screen and (min-width: 32em) {
5240
+ .SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_media__3wnlo {
5241
+ padding-right: 15px;
5242
+ padding-left: 15px
5243
+ }
5244
+ }
5245
+ /* STATE */
5246
+ .SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_overlay__hfDVS {
5247
+ visibility: hidden;
5248
+
5249
+ pointer-events: none;
5250
+
5251
+ opacity: 0;
5252
+ }
5253
+ .SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
5254
+ min-height: 0;
5255
+ }
5256
+ /* CONTEXT */
5257
+ @media only screen and (max-width: 63.9375em) {
5258
+ .SensitiveBlock-module_isInCard__1L-lu .SensitiveBlock-module_overlay__hfDVS,
5259
+ .SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
5260
+ right: -11px;
5261
+ left: -11px
5262
+ }
5263
+ }
5264
+
5265
+ /* Colors */
5266
+ /* Fonts */
5267
+ /* Gap */
5268
+ /* Media */
5269
+ /* 512 */
5270
+ /* 650 */
5271
+ /* 768 */
5272
+ /* 1024 */
5273
+ /* 1010 */
5274
+ /* 1200 */
5275
+ /* 511 */
5276
+ /* 1023 */
5277
+ /* Zindex */
5278
+ .Footnote-module_root__2a0-B {
5279
+ position: relative;
5280
+
5281
+ width: 320px;
5282
+ padding: 20px;
5283
+
5284
+ border-radius: 8px;
5285
+ background-color: #fff;
5286
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
5287
+ }
5288
+ .Footnote-module_body__259Ly {
5289
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
5290
+ font-size: 16px;
5291
+ line-height: 22px;
5292
+ }
5293
+ .Footnote-module_body__259Ly h3 {
5294
+ margin: 0 0 16px;
5295
+
5296
+ font-size: inherit;
5297
+ font-weight: 700;
5298
+ line-height: inherit;
5299
+ }
5300
+ .Footnote-module_body__259Ly p {
5301
+ margin: 0;
5302
+ }
5303
+ .Footnote-module_body__259Ly p + p {
5304
+ margin-top: 6px;
5305
+ }
5306
+ .Footnote-module_body__259Ly a {
5307
+ color: inherit;
5308
+ box-shadow: inset 0 -1px #b88b59;
5309
+ }
5310
+ .Footnote-module_body__259Ly a:hover {
5311
+ color: #b88b59;
5105
5312
  }
5106
- }
5107
- /* STATE */
5108
- .SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_overlay__hfDVS {
5109
- visibility: hidden;
5313
+ .Footnote-module_dismiss__1HKG5 {
5314
+ position: absolute;
5315
+ top: 0;
5316
+ right: 0;
5110
5317
 
5111
- pointer-events: none;
5318
+ margin: 0;
5319
+ padding: 6px 9px 10px;
5112
5320
 
5113
- opacity: 0;
5321
+ cursor: pointer;
5322
+
5323
+ color: #b3b3b3;
5324
+ border-width: 0;
5325
+ outline: none;
5326
+ background-color: transparent;
5114
5327
  }
5115
- .SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
5116
- min-height: 0;
5328
+ .Footnote-module_dismiss__1HKG5:hover {
5329
+ color: #757575;
5117
5330
  }
5118
- /* CONTEXT */
5119
- @media only screen and (max-width: 63.9375em) {
5120
- .SensitiveBlock-module_isInCard__1L-lu .SensitiveBlock-module_overlay__hfDVS,
5121
- .SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
5122
- right: -11px;
5123
- left: -11px
5331
+ .Footnote-module_dismiss__1HKG5 svg {
5332
+ width: 12px;
5333
+ height: 12px;
5124
5334
  }
5125
- }
5335
+
5126
5336
 
5127
5337
  /* Colors */
5128
5338
  /* Fonts */
@@ -5229,6 +5439,9 @@ a mark {
5229
5439
  text-align: center;
5230
5440
  text-transform: uppercase;
5231
5441
  text-decoration: none;
5442
+
5443
+ background-color: #000;
5444
+ border-radius: 30px;
5232
5445
  }
5233
5446
  .DonatesTeaser-module_cta__1orPb a::after {
5234
5447
  position: absolute;
@@ -5254,10 +5467,9 @@ a mark {
5254
5467
  left: 50%;
5255
5468
  z-index: -1;
5256
5469
 
5257
- width: 501px;
5258
- height: 112px;
5259
-
5260
- background-image: url("data:image/svg+xml,%3Csvg width='501' height='112' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f)'%3E%3Cpath d='M466 56s-96.463 21-215.401 21C131.662 77 35 56 35 56s96.463-21 215.401-21C369.338 35 466 56 466 56z' fill='%23947E5D'/%3E%3C/g%3E%3Cg filter='url(%23filter1_df)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M140.431 55.604c0-11.38 9.224-20.604 20.603-20.604h178.932c11.379 0 20.604 9.225 20.604 20.604s-9.225 20.603-20.604 20.603H161.034c-11.379 0-20.603-9.224-20.603-20.603z' fill='%23000'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f' x='0' y='0' width='501' height='112' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3Cfilter id='filter1_df' x='106.431' y='1' width='288.139' height='109.208' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='17'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3CfeGaussianBlur stdDeviation='2' result='effect2_foregroundBlur'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
5470
+ width: 278px;
5471
+ height: 130px;
5472
+ background-image: url("data:image/svg+xml,%3Csvg width='278' height='130' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M234 65c0 11.598-9.402 21-21 21H65c-11.598 0-21-9.402-21-21s9.402-21 21-21h148c11.598 0 21 9.402 21 21Z' fill='url(%23b)'/%3E%3C/g%3E%3Cg filter='url(%23c)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M234 65c0 11.598-9.402 21-21 21H65c-11.598 0-21-9.402-21-21s9.402-21 21-21h148c11.598 0 21 9.402 21 21Z' fill='url(%23d)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='230.935' y1='65' x2='44' y2='65' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBA54'/%3E%3Cstop offset='1' stop-color='%23907EFF'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='230.935' y1='65' x2='44' y2='65' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBA54'/%3E%3Cstop offset='1' stop-color='%23907EFF'/%3E%3C/linearGradient%3E%3Cfilter id='a' x='0' y='0' width='278' height='130' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='22' result='effect1_foregroundBlur_5_151'/%3E%3C/filter%3E%3Cfilter id='c' x='15' y='15' width='248' height='100' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='14.5' result='effect1_foregroundBlur_5_151'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
5261
5473
  transform: translate(-50%, -50%);
5262
5474
 
5263
5475
  content: '';
@@ -5283,216 +5495,6 @@ a mark {
5283
5495
  }
5284
5496
  }
5285
5497
 
5286
- /* Colors */
5287
- /* Fonts */
5288
- /* Gap */
5289
- /* Media */
5290
- /* 512 */
5291
- /* 650 */
5292
- /* 768 */
5293
- /* 1024 */
5294
- /* 1010 */
5295
- /* 1200 */
5296
- /* 511 */
5297
- /* 1023 */
5298
- /* Zindex */
5299
- .ShopRelatedBlock-module_root__x4vdk {
5300
- position: relative;
5301
- z-index: 10;
5302
-
5303
- display: block;
5304
- overflow: hidden;
5305
-
5306
- color: #000;
5307
-
5308
- text-decoration: none;
5309
-
5310
- border-radius: 8px;
5311
- outline-width: 0
5312
- }
5313
- @media only screen and (min-width: 32em) {
5314
- .ShopRelatedBlock-module_root__x4vdk {
5315
- color: #fff
5316
- }
5317
- }
5318
- @media only screen and (min-width: 32em) {
5319
- .ShopRelatedBlock-module_root__x4vdk:hover {
5320
- opacity: 0.95
5321
- }
5322
- }
5323
- .ShopRelatedBlock-module_root__x4vdk::after {
5324
- position: absolute;
5325
- top: 0;
5326
- right: 0;
5327
- bottom: 0;
5328
- left: 0;
5329
- z-index: 20;
5330
-
5331
- border-radius: 8px;
5332
-
5333
- content: '';
5334
- }
5335
- .ShopRelatedBlock-module_root__x4vdk::before {
5336
- display: block;
5337
-
5338
- width: 100%;
5339
- }
5340
- .ShopRelatedBlock-module_root__x4vdk::after {
5341
- box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2),
5342
- inset 0 0 0 1px rgba(0, 0, 0, 0.1);
5343
- }
5344
- .ShopRelatedBlock-module_root__x4vdk,
5345
- .ShopRelatedBlock-module_wrapper__3jQp9 {
5346
- margin: 16px 0
5347
- }
5348
- @media only screen and (min-width: 48em) {
5349
- .ShopRelatedBlock-module_root__x4vdk,
5350
- .ShopRelatedBlock-module_wrapper__3jQp9 {
5351
- margin: 25px 0
5352
- }
5353
- }
5354
- .ShopRelatedBlock-module_overlay__15S5a,
5355
- .ShopRelatedBlock-module_overlayHeader__2IXK- {
5356
- position: absolute;
5357
- right: 0;
5358
- left: 0;
5359
- z-index: 10;
5360
- }
5361
- .ShopRelatedBlock-module_overlay__15S5a {
5362
- bottom: 0;
5363
-
5364
- height: 295px;
5365
- }
5366
- .ShopRelatedBlock-module_overlayHeader__2IXK- {
5367
- top: 0;
5368
-
5369
- height: 150px;
5370
- }
5371
- .ShopRelatedBlock-module_body__3ipYj {
5372
- display: -webkit-box;
5373
- display: -webkit-flex;
5374
- display: -ms-flexbox;
5375
- display: flex;
5376
- flex-flow: column nowrap;
5377
- justify-content: flex-end;
5378
-
5379
- padding: 12px 15px;
5380
-
5381
- background-color: #f7f7f7
5382
- }
5383
- @media only screen and (min-width: 32em) {
5384
- .ShopRelatedBlock-module_body__3ipYj {
5385
- position: absolute;
5386
- right: 0;
5387
- bottom: 0;
5388
- left: 0;
5389
- z-index: 10;
5390
-
5391
- min-height: 295px;
5392
- padding: 20px;
5393
-
5394
- background-color: transparent
5395
- }
5396
- }
5397
- @media only screen and (min-width: 32em) {
5398
- .ShopRelatedBlock-module_hasGradient__1pghj .ShopRelatedBlock-module_body__3ipYj {
5399
- position: absolute;
5400
- right: 0;
5401
- bottom: 0;
5402
- left: 0;
5403
- z-index: 10;
5404
-
5405
- min-height: 295px;
5406
-
5407
- background-color: transparent
5408
- }
5409
- }
5410
- .ShopRelatedBlock-module_picture__1bu9H {
5411
- position: relative;
5412
- }
5413
- .ShopRelatedBlock-module_picture__1bu9H::after {
5414
- position: absolute;
5415
- right: 1px;
5416
- bottom: 0;
5417
- left: 1px;
5418
- z-index: 10;
5419
-
5420
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
5421
-
5422
- content: ''
5423
- }
5424
- @media only screen and (min-width: 32em) {
5425
- .ShopRelatedBlock-module_picture__1bu9H::after {
5426
- content: ''
5427
- }
5428
- }
5429
- .ShopRelatedBlock-module_tag__2vTKm {
5430
- position: absolute;
5431
- top: 14px;
5432
- right: 15px;
5433
- left: 15px;
5434
- z-index: 10;
5435
-
5436
- color: rgba(255, 255, 255, 0.7);
5437
-
5438
- font-size: 12px
5439
- }
5440
- @media only screen and (min-width: 64em) {
5441
- .ShopRelatedBlock-module_tag__2vTKm {
5442
- top: 16px;
5443
- right: 20px;
5444
- left: 20px
5445
- }
5446
- }
5447
- .ShopRelatedBlock-module_center__2H85- {
5448
- width: 100%;
5449
- max-width: 650px;
5450
- margin-right: auto;
5451
- margin-left: auto;
5452
- }
5453
- .ShopRelatedBlock-module_title__1ZIW0 {
5454
- font-weight: 700;
5455
- font-size: 19px;
5456
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
5457
- line-height: 23px
5458
- }
5459
- @media only screen and (min-width: 64em) {
5460
- .ShopRelatedBlock-module_title__1ZIW0 {
5461
- font-size: 1.3rem;
5462
- line-height: 1.6rem
5463
- }
5464
- }
5465
- .ShopRelatedBlock-module_price__2cVXM {
5466
- display: block;
5467
- }
5468
- /* Themes */
5469
- .ShopRelatedBlock-module_dark__3Gfbc {
5470
- color: #000;
5471
- }
5472
- .ShopRelatedBlock-module_dark__3Gfbc .ShopRelatedBlock-module_tag__2vTKm {
5473
- color: rgba(0, 0, 0, 0.7);
5474
- }
5475
- @media only screen and (min-width: 32em) {
5476
- .ShopRelatedBlock-module_light__1y8Qy {
5477
- color: #fff;
5478
- text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
5479
- }
5480
- }
5481
- /* Display */
5482
- @media only screen and (min-width: 32em) {
5483
- .ShopRelatedBlock-module_mobile__AleU0 {
5484
- display: none
5485
- }
5486
- }
5487
- .ShopRelatedBlock-module_desktop__2--zA {
5488
- display: none
5489
- }
5490
- @media only screen and (min-width: 32em) {
5491
- .ShopRelatedBlock-module_desktop__2--zA {
5492
- display: block
5493
- }
5494
- }
5495
-
5496
5498
  /* Colors */
5497
5499
  /* Fonts */
5498
5500
  /* Gap */