@newskit-render/core 1.13.2 → 1.20.0
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/.eslintignore +5 -1
- package/CHANGELOG.md +163 -0
- package/__tests__/pages/[articleSlug].test.tsx +1 -1
- package/__tests__/pages/__snapshots__/home.test.tsx.snap +175 -324
- package/__tests__/pages/home.test.tsx +1 -0
- package/components/article/__tests__/__snapshots__/index.test.tsx.snap +279 -517
- package/components/footer/__snapshots__/index.test.tsx.snap +7 -11
- package/components/header/index.test.tsx +1 -1
- package/components/header/index.tsx +60 -30
- package/components/section/__tests__/ArticleSlice.test.tsx +32 -24
- package/components/section/layouts/__tests__/__snapshots__/Lead.test.tsx.snap +30 -50
- package/components/section/layouts/__tests__/__snapshots__/SectionRow.test.tsx.snap +205 -358
- package/helpers/a11y.ts +8 -6
- package/helpers/mocks/articleMock.ts +8 -4
- package/helpers/mocks/getRadioPostMock.ts +4 -2
- package/helpers/mocks/getUniversalArticleMock.ts +8 -4
- package/package.json +53 -52
- package/pages/[section]/[articleId]/[articleSlug].tsx +1 -0
- package/pages/[section]/index.tsx +1 -0
- package/pages/_app.tsx +211 -13
- package/pages/_document.tsx +27 -14
- package/pages/checkout/account-creation/index.tsx +9 -1
- package/pages/index.tsx +1 -0
- package/public/fonts/bitter-medium.woff +0 -0
- package/public/fonts/bitter-medium.woff2 +0 -0
- package/public/fonts/bitter-mediumitalic.woff +0 -0
- package/public/fonts/bitter-mediumitalic.woff2 +0 -0
- package/public/fonts/bitter-regular.woff +0 -0
- package/public/fonts/bitter-regular.woff2 +0 -0
- package/public/fonts/bitter-semibold.woff +0 -0
- package/public/fonts/bitter-semibold.woff2 +0 -0
- package/public/fonts/dmmono-medium.woff +0 -0
- package/public/fonts/dmmono-medium.woff2 +0 -0
- package/public/fonts/dmsans-bold-webfont.woff +0 -0
- package/public/fonts/dmsans-bold-webfont.woff2 +0 -0
- package/public/fonts/dmsans-bolditalic-webfont.woff +0 -0
- package/public/fonts/dmsans-bolditalic-webfont.woff2 +0 -0
- package/public/fonts/dmsans-italic-webfont.woff +0 -0
- package/public/fonts/dmsans-italic-webfont.woff2 +0 -0
- package/public/fonts/dmsans-medium-webfont.woff +0 -0
- package/public/fonts/dmsans-medium-webfont.woff2 +0 -0
- package/public/fonts/dmsans-mediumitalic-webfont.woff +0 -0
- package/public/fonts/dmsans-mediumitalic-webfont.woff2 +0 -0
- package/public/fonts/dmsans-regular-webfont.woff +0 -0
- package/public/fonts/dmsans-regular-webfont.woff2 +0 -0
- package/public/fonts/notosans-bold-webfont.woff +0 -0
- package/public/fonts/notosans-bold-webfont.woff2 +0 -0
- package/public/fonts/notosans-italic-webfont.woff +0 -0
- package/public/fonts/notosans-italic-webfont.woff2 +0 -0
- package/public/fonts/notosans-medium-webfont.woff +0 -0
- package/public/fonts/notosans-medium-webfont.woff2 +0 -0
- package/public/fonts/notosans-regular-webfont.woff +0 -0
- package/public/fonts/notosans-regular-webfont.woff2 +0 -0
- package/public/fonts/poppins-bold-webfont.woff +0 -0
- package/public/fonts/poppins-bold-webfont.woff2 +0 -0
- package/public/fonts/poppins-bolditalic-webfont.woff +0 -0
- package/public/fonts/poppins-bolditalic-webfont.woff2 +0 -0
- package/public/fonts/poppins-extrabold-webfont.woff +0 -0
- package/public/fonts/poppins-extrabold-webfont.woff2 +0 -0
- package/public/fonts/poppins-extrabolditalic-webfont.woff +0 -0
- package/public/fonts/poppins-extrabolditalic-webfont.woff2 +0 -0
- package/public/fonts/poppins-italic-webfont.woff +0 -0
- package/public/fonts/poppins-italic-webfont.woff2 +0 -0
- package/public/fonts/poppins-light-webfont.woff +0 -0
- package/public/fonts/poppins-light-webfont.woff2 +0 -0
- package/public/fonts/poppins-lightitalic-webfont.woff +0 -0
- package/public/fonts/poppins-lightitalic-webfont.woff2 +0 -0
- package/public/fonts/poppins-medium-webfont.woff +0 -0
- package/public/fonts/poppins-medium-webfont.woff2 +0 -0
- package/public/fonts/poppins-mediumitalic-webfont.woff +0 -0
- package/public/fonts/poppins-mediumitalic-webfont.woff2 +0 -0
- package/public/fonts/poppins-regular-webfont.woff +0 -0
- package/public/fonts/poppins-regular-webfont.woff2 +0 -0
- package/public/fonts/poppins-semibold-webfont.woff +0 -0
- package/public/fonts/poppins-semibold-webfont.woff2 +0 -0
- package/public/fonts/poppins-semibolditalic-webfont.woff +0 -0
- package/public/fonts/poppins-semibolditalic-webfont.woff2 +0 -0
- package/public/fonts/source-serif-pro-600.woff +0 -0
- package/public/fonts/source-serif-pro-600.woff2 +0 -0
- package/public/fonts/source-serif-pro-600italic.woff +0 -0
- package/public/fonts/source-serif-pro-600italic.woff2 +0 -0
- package/public/fonts/source-serif-pro-700.woff +0 -0
- package/public/fonts/source-serif-pro-700.woff2 +0 -0
- package/public/fonts/source-serif-pro-700italic.woff +0 -0
- package/public/fonts/source-serif-pro-700italic.woff2 +0 -0
- package/public/fonts/source-serif-pro-italic.woff +0 -0
- package/public/fonts/source-serif-pro-italic.woff2 +0 -0
- package/public/fonts/source-serif-pro-regular.woff +0 -0
- package/public/fonts/source-serif-pro-regular.woff2 +0 -0
- package/public/prebid.min.js +1 -0
- package/temp/_document.tsx +1 -1
- package/theme/colours.json +4 -0
- package/theme/render-custom-theme.ts +5 -2
- package/helpers/articleUtil.ts +0 -4
|
@@ -46,33 +46,26 @@ exports[`SectionRow SectionRow alternative titlebar 1`] = `
|
|
|
46
46
|
margin-right: 16px;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
.emotion-4 {
|
|
50
|
-
padding: 1px 0px;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
49
|
@media screen and (max-width: 767px) {
|
|
54
50
|
.emotion-4 {
|
|
55
51
|
font-family: "Bitter",serif;
|
|
56
52
|
font-size: 28px;
|
|
57
|
-
line-height:
|
|
53
|
+
line-height: 31.5px;
|
|
58
54
|
font-weight: 500;
|
|
59
|
-
letter-spacing:
|
|
55
|
+
letter-spacing: 0;
|
|
56
|
+
padding: 0.5px 0px;
|
|
60
57
|
}
|
|
61
58
|
|
|
62
59
|
.emotion-4::before {
|
|
63
60
|
content: '';
|
|
61
|
+
margin-bottom: -0.2055em;
|
|
64
62
|
display: block;
|
|
65
|
-
height: 0;
|
|
66
|
-
width: 0;
|
|
67
|
-
margin-bottom: -0.22142857142857142em;
|
|
68
63
|
}
|
|
69
64
|
|
|
70
65
|
.emotion-4::after {
|
|
71
66
|
content: '';
|
|
67
|
+
margin-top: -0.2275em;
|
|
72
68
|
display: block;
|
|
73
|
-
height: 0;
|
|
74
|
-
width: 0;
|
|
75
|
-
margin-top: -0.2839285714285714em;
|
|
76
69
|
}
|
|
77
70
|
}
|
|
78
71
|
|
|
@@ -80,25 +73,22 @@ exports[`SectionRow SectionRow alternative titlebar 1`] = `
|
|
|
80
73
|
.emotion-4 {
|
|
81
74
|
font-family: "Bitter",serif;
|
|
82
75
|
font-size: 32px;
|
|
83
|
-
line-height:
|
|
76
|
+
line-height: 36px;
|
|
84
77
|
font-weight: 500;
|
|
85
|
-
letter-spacing:
|
|
78
|
+
letter-spacing: 0;
|
|
79
|
+
padding: 0.5px 0px;
|
|
86
80
|
}
|
|
87
81
|
|
|
88
82
|
.emotion-4::before {
|
|
89
83
|
content: '';
|
|
84
|
+
margin-bottom: -0.2055em;
|
|
90
85
|
display: block;
|
|
91
|
-
height: 0;
|
|
92
|
-
width: 0;
|
|
93
|
-
margin-bottom: -0.21250000000000002em;
|
|
94
86
|
}
|
|
95
87
|
|
|
96
88
|
.emotion-4::after {
|
|
97
89
|
content: '';
|
|
90
|
+
margin-top: -0.2275em;
|
|
98
91
|
display: block;
|
|
99
|
-
height: 0;
|
|
100
|
-
width: 0;
|
|
101
|
-
margin-top: -0.275em;
|
|
102
92
|
}
|
|
103
93
|
}
|
|
104
94
|
|
|
@@ -106,25 +96,22 @@ exports[`SectionRow SectionRow alternative titlebar 1`] = `
|
|
|
106
96
|
.emotion-4 {
|
|
107
97
|
font-family: "Bitter",serif;
|
|
108
98
|
font-size: 36px;
|
|
109
|
-
line-height:
|
|
99
|
+
line-height: 40.5px;
|
|
110
100
|
font-weight: 500;
|
|
111
|
-
letter-spacing:
|
|
101
|
+
letter-spacing: 0;
|
|
102
|
+
padding: 0.5px 0px;
|
|
112
103
|
}
|
|
113
104
|
|
|
114
105
|
.emotion-4::before {
|
|
115
106
|
content: '';
|
|
107
|
+
margin-bottom: -0.2055em;
|
|
116
108
|
display: block;
|
|
117
|
-
height: 0;
|
|
118
|
-
width: 0;
|
|
119
|
-
margin-bottom: -0.2055555555555556em;
|
|
120
109
|
}
|
|
121
110
|
|
|
122
111
|
.emotion-4::after {
|
|
123
112
|
content: '';
|
|
113
|
+
margin-top: -0.2275em;
|
|
124
114
|
display: block;
|
|
125
|
-
height: 0;
|
|
126
|
-
width: 0;
|
|
127
|
-
margin-top: -0.2680555555555556em;
|
|
128
115
|
}
|
|
129
116
|
}
|
|
130
117
|
|
|
@@ -213,30 +200,26 @@ exports[`SectionRow SectionRow alternative titlebar 1`] = `
|
|
|
213
200
|
|
|
214
201
|
.emotion-10 {
|
|
215
202
|
margin: 0;
|
|
216
|
-
padding: 1px 0;
|
|
217
203
|
font-family: "Poppins",sans-serif;
|
|
218
204
|
font-size: 14px;
|
|
219
|
-
line-height:
|
|
205
|
+
line-height: 21px;
|
|
220
206
|
font-weight: 500;
|
|
221
|
-
letter-spacing:
|
|
207
|
+
letter-spacing: 0;
|
|
208
|
+
padding: 0.5px 0px;
|
|
222
209
|
display: inline-block;
|
|
223
210
|
display: block;
|
|
224
211
|
}
|
|
225
212
|
|
|
226
213
|
.emotion-10::before {
|
|
227
214
|
content: '';
|
|
215
|
+
margin-bottom: -0.403em;
|
|
228
216
|
display: block;
|
|
229
|
-
height: 0;
|
|
230
|
-
width: 0;
|
|
231
|
-
margin-bottom: -0.3955357142857143em;
|
|
232
217
|
}
|
|
233
218
|
|
|
234
219
|
.emotion-10::after {
|
|
235
220
|
content: '';
|
|
221
|
+
margin-top: -0.4em;
|
|
236
222
|
display: block;
|
|
237
|
-
height: 0;
|
|
238
|
-
width: 0;
|
|
239
|
-
margin-top: -0.3955357142857143em;
|
|
240
223
|
}
|
|
241
224
|
|
|
242
225
|
.emotion-12 {
|
|
@@ -503,7 +486,6 @@ exports[`SectionRow SectionRow alternative titlebar 1`] = `
|
|
|
503
486
|
|
|
504
487
|
.emotion-27 {
|
|
505
488
|
margin: 0;
|
|
506
|
-
padding: 1px 0;
|
|
507
489
|
color: #0A0A0A;
|
|
508
490
|
}
|
|
509
491
|
|
|
@@ -515,25 +497,22 @@ exports[`SectionRow SectionRow alternative titlebar 1`] = `
|
|
|
515
497
|
.emotion-27 {
|
|
516
498
|
font-family: "Bitter",serif;
|
|
517
499
|
font-size: 20px;
|
|
518
|
-
line-height:
|
|
500
|
+
line-height: 22.5px;
|
|
519
501
|
font-weight: 500;
|
|
520
|
-
letter-spacing:
|
|
502
|
+
letter-spacing: 0;
|
|
503
|
+
padding: 0.5px 0px;
|
|
521
504
|
}
|
|
522
505
|
|
|
523
506
|
.emotion-27::before {
|
|
524
507
|
content: '';
|
|
508
|
+
margin-bottom: -0.2055em;
|
|
525
509
|
display: block;
|
|
526
|
-
height: 0;
|
|
527
|
-
width: 0;
|
|
528
|
-
margin-bottom: -0.25em;
|
|
529
510
|
}
|
|
530
511
|
|
|
531
512
|
.emotion-27::after {
|
|
532
513
|
content: '';
|
|
514
|
+
margin-top: -0.2275em;
|
|
533
515
|
display: block;
|
|
534
|
-
height: 0;
|
|
535
|
-
width: 0;
|
|
536
|
-
margin-top: -0.3125em;
|
|
537
516
|
}
|
|
538
517
|
}
|
|
539
518
|
|
|
@@ -541,25 +520,22 @@ exports[`SectionRow SectionRow alternative titlebar 1`] = `
|
|
|
541
520
|
.emotion-27 {
|
|
542
521
|
font-family: "Bitter",serif;
|
|
543
522
|
font-size: 22px;
|
|
544
|
-
line-height:
|
|
523
|
+
line-height: 24.75px;
|
|
545
524
|
font-weight: 500;
|
|
546
|
-
letter-spacing:
|
|
525
|
+
letter-spacing: 0;
|
|
526
|
+
padding: 0.5px 0px;
|
|
547
527
|
}
|
|
548
528
|
|
|
549
529
|
.emotion-27::before {
|
|
550
530
|
content: '';
|
|
531
|
+
margin-bottom: -0.2055em;
|
|
551
532
|
display: block;
|
|
552
|
-
height: 0;
|
|
553
|
-
width: 0;
|
|
554
|
-
margin-bottom: -0.19545454545454544em;
|
|
555
533
|
}
|
|
556
534
|
|
|
557
535
|
.emotion-27::after {
|
|
558
536
|
content: '';
|
|
537
|
+
margin-top: -0.2275em;
|
|
559
538
|
display: block;
|
|
560
|
-
height: 0;
|
|
561
|
-
width: 0;
|
|
562
|
-
margin-top: -0.25795454545454544em;
|
|
563
539
|
}
|
|
564
540
|
}
|
|
565
541
|
|
|
@@ -567,25 +543,22 @@ exports[`SectionRow SectionRow alternative titlebar 1`] = `
|
|
|
567
543
|
.emotion-27 {
|
|
568
544
|
font-family: "Bitter",serif;
|
|
569
545
|
font-size: 24px;
|
|
570
|
-
line-height:
|
|
546
|
+
line-height: 27px;
|
|
571
547
|
font-weight: 500;
|
|
572
|
-
letter-spacing:
|
|
548
|
+
letter-spacing: 0;
|
|
549
|
+
padding: 0.5px 0px;
|
|
573
550
|
}
|
|
574
551
|
|
|
575
552
|
.emotion-27::before {
|
|
576
553
|
content: '';
|
|
554
|
+
margin-bottom: -0.2055em;
|
|
577
555
|
display: block;
|
|
578
|
-
height: 0;
|
|
579
|
-
width: 0;
|
|
580
|
-
margin-bottom: -0.2333333333333334em;
|
|
581
556
|
}
|
|
582
557
|
|
|
583
558
|
.emotion-27::after {
|
|
584
559
|
content: '';
|
|
560
|
+
margin-top: -0.2275em;
|
|
585
561
|
display: block;
|
|
586
|
-
height: 0;
|
|
587
|
-
width: 0;
|
|
588
|
-
margin-top: -0.2958333333333334em;
|
|
589
562
|
}
|
|
590
563
|
}
|
|
591
564
|
|
|
@@ -595,7 +568,6 @@ exports[`SectionRow SectionRow alternative titlebar 1`] = `
|
|
|
595
568
|
|
|
596
569
|
.emotion-29 {
|
|
597
570
|
margin: 0;
|
|
598
|
-
padding: 1px 0;
|
|
599
571
|
color: #0A0A0A;
|
|
600
572
|
}
|
|
601
573
|
|
|
@@ -607,25 +579,22 @@ exports[`SectionRow SectionRow alternative titlebar 1`] = `
|
|
|
607
579
|
.emotion-29 {
|
|
608
580
|
font-family: "DM Sans",sans-serif;
|
|
609
581
|
font-size: 14px;
|
|
610
|
-
line-height:
|
|
582
|
+
line-height: 21px;
|
|
611
583
|
font-weight: 400;
|
|
612
|
-
letter-spacing:
|
|
584
|
+
letter-spacing: 0;
|
|
585
|
+
padding: 0.5px 0px;
|
|
613
586
|
}
|
|
614
587
|
|
|
615
588
|
.emotion-29::before {
|
|
616
589
|
content: '';
|
|
590
|
+
margin-bottom: -0.391em;
|
|
617
591
|
display: block;
|
|
618
|
-
height: 0;
|
|
619
|
-
width: 0;
|
|
620
|
-
margin-bottom: -0.3955357142857143em;
|
|
621
592
|
}
|
|
622
593
|
|
|
623
594
|
.emotion-29::after {
|
|
624
595
|
content: '';
|
|
596
|
+
margin-top: -0.409em;
|
|
625
597
|
display: block;
|
|
626
|
-
height: 0;
|
|
627
|
-
width: 0;
|
|
628
|
-
margin-top: -0.3955357142857143em;
|
|
629
598
|
}
|
|
630
599
|
}
|
|
631
600
|
|
|
@@ -633,25 +602,22 @@ exports[`SectionRow SectionRow alternative titlebar 1`] = `
|
|
|
633
602
|
.emotion-29 {
|
|
634
603
|
font-family: "DM Sans",sans-serif;
|
|
635
604
|
font-size: 16px;
|
|
636
|
-
line-height:
|
|
605
|
+
line-height: 24px;
|
|
637
606
|
font-weight: 400;
|
|
638
|
-
letter-spacing:
|
|
607
|
+
letter-spacing: 0;
|
|
608
|
+
padding: 0.5px 0px;
|
|
639
609
|
}
|
|
640
610
|
|
|
641
611
|
.emotion-29::before {
|
|
642
612
|
content: '';
|
|
613
|
+
margin-bottom: -0.391em;
|
|
643
614
|
display: block;
|
|
644
|
-
height: 0;
|
|
645
|
-
width: 0;
|
|
646
|
-
margin-bottom: -0.43125em;
|
|
647
615
|
}
|
|
648
616
|
|
|
649
617
|
.emotion-29::after {
|
|
650
618
|
content: '';
|
|
619
|
+
margin-top: -0.409em;
|
|
651
620
|
display: block;
|
|
652
|
-
height: 0;
|
|
653
|
-
width: 0;
|
|
654
|
-
margin-top: -0.43125em;
|
|
655
621
|
}
|
|
656
622
|
}
|
|
657
623
|
|
|
@@ -1024,33 +990,26 @@ exports[`SectionRow SectionRow isDarkBackground 1`] = `
|
|
|
1024
990
|
margin-right: 16px;
|
|
1025
991
|
}
|
|
1026
992
|
|
|
1027
|
-
.emotion-4 {
|
|
1028
|
-
padding: 1px 0px;
|
|
1029
|
-
}
|
|
1030
|
-
|
|
1031
993
|
@media screen and (max-width: 767px) {
|
|
1032
994
|
.emotion-4 {
|
|
1033
995
|
font-family: "Bitter",serif;
|
|
1034
996
|
font-size: 28px;
|
|
1035
|
-
line-height:
|
|
997
|
+
line-height: 31.5px;
|
|
1036
998
|
font-weight: 500;
|
|
1037
|
-
letter-spacing:
|
|
999
|
+
letter-spacing: 0;
|
|
1000
|
+
padding: 0.5px 0px;
|
|
1038
1001
|
}
|
|
1039
1002
|
|
|
1040
1003
|
.emotion-4::before {
|
|
1041
1004
|
content: '';
|
|
1005
|
+
margin-bottom: -0.2055em;
|
|
1042
1006
|
display: block;
|
|
1043
|
-
height: 0;
|
|
1044
|
-
width: 0;
|
|
1045
|
-
margin-bottom: -0.22142857142857142em;
|
|
1046
1007
|
}
|
|
1047
1008
|
|
|
1048
1009
|
.emotion-4::after {
|
|
1049
1010
|
content: '';
|
|
1011
|
+
margin-top: -0.2275em;
|
|
1050
1012
|
display: block;
|
|
1051
|
-
height: 0;
|
|
1052
|
-
width: 0;
|
|
1053
|
-
margin-top: -0.2839285714285714em;
|
|
1054
1013
|
}
|
|
1055
1014
|
}
|
|
1056
1015
|
|
|
@@ -1058,25 +1017,22 @@ exports[`SectionRow SectionRow isDarkBackground 1`] = `
|
|
|
1058
1017
|
.emotion-4 {
|
|
1059
1018
|
font-family: "Bitter",serif;
|
|
1060
1019
|
font-size: 32px;
|
|
1061
|
-
line-height:
|
|
1020
|
+
line-height: 36px;
|
|
1062
1021
|
font-weight: 500;
|
|
1063
|
-
letter-spacing:
|
|
1022
|
+
letter-spacing: 0;
|
|
1023
|
+
padding: 0.5px 0px;
|
|
1064
1024
|
}
|
|
1065
1025
|
|
|
1066
1026
|
.emotion-4::before {
|
|
1067
1027
|
content: '';
|
|
1028
|
+
margin-bottom: -0.2055em;
|
|
1068
1029
|
display: block;
|
|
1069
|
-
height: 0;
|
|
1070
|
-
width: 0;
|
|
1071
|
-
margin-bottom: -0.21250000000000002em;
|
|
1072
1030
|
}
|
|
1073
1031
|
|
|
1074
1032
|
.emotion-4::after {
|
|
1075
1033
|
content: '';
|
|
1034
|
+
margin-top: -0.2275em;
|
|
1076
1035
|
display: block;
|
|
1077
|
-
height: 0;
|
|
1078
|
-
width: 0;
|
|
1079
|
-
margin-top: -0.275em;
|
|
1080
1036
|
}
|
|
1081
1037
|
}
|
|
1082
1038
|
|
|
@@ -1084,25 +1040,22 @@ exports[`SectionRow SectionRow isDarkBackground 1`] = `
|
|
|
1084
1040
|
.emotion-4 {
|
|
1085
1041
|
font-family: "Bitter",serif;
|
|
1086
1042
|
font-size: 36px;
|
|
1087
|
-
line-height:
|
|
1043
|
+
line-height: 40.5px;
|
|
1088
1044
|
font-weight: 500;
|
|
1089
|
-
letter-spacing:
|
|
1045
|
+
letter-spacing: 0;
|
|
1046
|
+
padding: 0.5px 0px;
|
|
1090
1047
|
}
|
|
1091
1048
|
|
|
1092
1049
|
.emotion-4::before {
|
|
1093
1050
|
content: '';
|
|
1051
|
+
margin-bottom: -0.2055em;
|
|
1094
1052
|
display: block;
|
|
1095
|
-
height: 0;
|
|
1096
|
-
width: 0;
|
|
1097
|
-
margin-bottom: -0.2055555555555556em;
|
|
1098
1053
|
}
|
|
1099
1054
|
|
|
1100
1055
|
.emotion-4::after {
|
|
1101
1056
|
content: '';
|
|
1057
|
+
margin-top: -0.2275em;
|
|
1102
1058
|
display: block;
|
|
1103
|
-
height: 0;
|
|
1104
|
-
width: 0;
|
|
1105
|
-
margin-top: -0.2680555555555556em;
|
|
1106
1059
|
}
|
|
1107
1060
|
}
|
|
1108
1061
|
|
|
@@ -1191,30 +1144,26 @@ exports[`SectionRow SectionRow isDarkBackground 1`] = `
|
|
|
1191
1144
|
|
|
1192
1145
|
.emotion-10 {
|
|
1193
1146
|
margin: 0;
|
|
1194
|
-
padding: 1px 0;
|
|
1195
1147
|
font-family: "Poppins",sans-serif;
|
|
1196
1148
|
font-size: 14px;
|
|
1197
|
-
line-height:
|
|
1149
|
+
line-height: 21px;
|
|
1198
1150
|
font-weight: 500;
|
|
1199
|
-
letter-spacing:
|
|
1151
|
+
letter-spacing: 0;
|
|
1152
|
+
padding: 0.5px 0px;
|
|
1200
1153
|
display: inline-block;
|
|
1201
1154
|
display: block;
|
|
1202
1155
|
}
|
|
1203
1156
|
|
|
1204
1157
|
.emotion-10::before {
|
|
1205
1158
|
content: '';
|
|
1159
|
+
margin-bottom: -0.403em;
|
|
1206
1160
|
display: block;
|
|
1207
|
-
height: 0;
|
|
1208
|
-
width: 0;
|
|
1209
|
-
margin-bottom: -0.3955357142857143em;
|
|
1210
1161
|
}
|
|
1211
1162
|
|
|
1212
1163
|
.emotion-10::after {
|
|
1213
1164
|
content: '';
|
|
1165
|
+
margin-top: -0.4em;
|
|
1214
1166
|
display: block;
|
|
1215
|
-
height: 0;
|
|
1216
|
-
width: 0;
|
|
1217
|
-
margin-top: -0.3955357142857143em;
|
|
1218
1167
|
}
|
|
1219
1168
|
|
|
1220
1169
|
.emotion-12 {
|
|
@@ -1481,7 +1430,6 @@ exports[`SectionRow SectionRow isDarkBackground 1`] = `
|
|
|
1481
1430
|
|
|
1482
1431
|
.emotion-27 {
|
|
1483
1432
|
margin: 0;
|
|
1484
|
-
padding: 1px 0;
|
|
1485
1433
|
color: #0A0A0A;
|
|
1486
1434
|
}
|
|
1487
1435
|
|
|
@@ -1493,25 +1441,22 @@ exports[`SectionRow SectionRow isDarkBackground 1`] = `
|
|
|
1493
1441
|
.emotion-27 {
|
|
1494
1442
|
font-family: "Bitter",serif;
|
|
1495
1443
|
font-size: 20px;
|
|
1496
|
-
line-height:
|
|
1444
|
+
line-height: 22.5px;
|
|
1497
1445
|
font-weight: 500;
|
|
1498
|
-
letter-spacing:
|
|
1446
|
+
letter-spacing: 0;
|
|
1447
|
+
padding: 0.5px 0px;
|
|
1499
1448
|
}
|
|
1500
1449
|
|
|
1501
1450
|
.emotion-27::before {
|
|
1502
1451
|
content: '';
|
|
1452
|
+
margin-bottom: -0.2055em;
|
|
1503
1453
|
display: block;
|
|
1504
|
-
height: 0;
|
|
1505
|
-
width: 0;
|
|
1506
|
-
margin-bottom: -0.25em;
|
|
1507
1454
|
}
|
|
1508
1455
|
|
|
1509
1456
|
.emotion-27::after {
|
|
1510
1457
|
content: '';
|
|
1458
|
+
margin-top: -0.2275em;
|
|
1511
1459
|
display: block;
|
|
1512
|
-
height: 0;
|
|
1513
|
-
width: 0;
|
|
1514
|
-
margin-top: -0.3125em;
|
|
1515
1460
|
}
|
|
1516
1461
|
}
|
|
1517
1462
|
|
|
@@ -1519,25 +1464,22 @@ exports[`SectionRow SectionRow isDarkBackground 1`] = `
|
|
|
1519
1464
|
.emotion-27 {
|
|
1520
1465
|
font-family: "Bitter",serif;
|
|
1521
1466
|
font-size: 22px;
|
|
1522
|
-
line-height:
|
|
1467
|
+
line-height: 24.75px;
|
|
1523
1468
|
font-weight: 500;
|
|
1524
|
-
letter-spacing:
|
|
1469
|
+
letter-spacing: 0;
|
|
1470
|
+
padding: 0.5px 0px;
|
|
1525
1471
|
}
|
|
1526
1472
|
|
|
1527
1473
|
.emotion-27::before {
|
|
1528
1474
|
content: '';
|
|
1475
|
+
margin-bottom: -0.2055em;
|
|
1529
1476
|
display: block;
|
|
1530
|
-
height: 0;
|
|
1531
|
-
width: 0;
|
|
1532
|
-
margin-bottom: -0.19545454545454544em;
|
|
1533
1477
|
}
|
|
1534
1478
|
|
|
1535
1479
|
.emotion-27::after {
|
|
1536
1480
|
content: '';
|
|
1481
|
+
margin-top: -0.2275em;
|
|
1537
1482
|
display: block;
|
|
1538
|
-
height: 0;
|
|
1539
|
-
width: 0;
|
|
1540
|
-
margin-top: -0.25795454545454544em;
|
|
1541
1483
|
}
|
|
1542
1484
|
}
|
|
1543
1485
|
|
|
@@ -1545,25 +1487,22 @@ exports[`SectionRow SectionRow isDarkBackground 1`] = `
|
|
|
1545
1487
|
.emotion-27 {
|
|
1546
1488
|
font-family: "Bitter",serif;
|
|
1547
1489
|
font-size: 24px;
|
|
1548
|
-
line-height:
|
|
1490
|
+
line-height: 27px;
|
|
1549
1491
|
font-weight: 500;
|
|
1550
|
-
letter-spacing:
|
|
1492
|
+
letter-spacing: 0;
|
|
1493
|
+
padding: 0.5px 0px;
|
|
1551
1494
|
}
|
|
1552
1495
|
|
|
1553
1496
|
.emotion-27::before {
|
|
1554
1497
|
content: '';
|
|
1498
|
+
margin-bottom: -0.2055em;
|
|
1555
1499
|
display: block;
|
|
1556
|
-
height: 0;
|
|
1557
|
-
width: 0;
|
|
1558
|
-
margin-bottom: -0.2333333333333334em;
|
|
1559
1500
|
}
|
|
1560
1501
|
|
|
1561
1502
|
.emotion-27::after {
|
|
1562
1503
|
content: '';
|
|
1504
|
+
margin-top: -0.2275em;
|
|
1563
1505
|
display: block;
|
|
1564
|
-
height: 0;
|
|
1565
|
-
width: 0;
|
|
1566
|
-
margin-top: -0.2958333333333334em;
|
|
1567
1506
|
}
|
|
1568
1507
|
}
|
|
1569
1508
|
|
|
@@ -1573,7 +1512,6 @@ exports[`SectionRow SectionRow isDarkBackground 1`] = `
|
|
|
1573
1512
|
|
|
1574
1513
|
.emotion-29 {
|
|
1575
1514
|
margin: 0;
|
|
1576
|
-
padding: 1px 0;
|
|
1577
1515
|
color: #0A0A0A;
|
|
1578
1516
|
}
|
|
1579
1517
|
|
|
@@ -1585,25 +1523,22 @@ exports[`SectionRow SectionRow isDarkBackground 1`] = `
|
|
|
1585
1523
|
.emotion-29 {
|
|
1586
1524
|
font-family: "DM Sans",sans-serif;
|
|
1587
1525
|
font-size: 14px;
|
|
1588
|
-
line-height:
|
|
1526
|
+
line-height: 21px;
|
|
1589
1527
|
font-weight: 400;
|
|
1590
|
-
letter-spacing:
|
|
1528
|
+
letter-spacing: 0;
|
|
1529
|
+
padding: 0.5px 0px;
|
|
1591
1530
|
}
|
|
1592
1531
|
|
|
1593
1532
|
.emotion-29::before {
|
|
1594
1533
|
content: '';
|
|
1534
|
+
margin-bottom: -0.391em;
|
|
1595
1535
|
display: block;
|
|
1596
|
-
height: 0;
|
|
1597
|
-
width: 0;
|
|
1598
|
-
margin-bottom: -0.3955357142857143em;
|
|
1599
1536
|
}
|
|
1600
1537
|
|
|
1601
1538
|
.emotion-29::after {
|
|
1602
1539
|
content: '';
|
|
1540
|
+
margin-top: -0.409em;
|
|
1603
1541
|
display: block;
|
|
1604
|
-
height: 0;
|
|
1605
|
-
width: 0;
|
|
1606
|
-
margin-top: -0.3955357142857143em;
|
|
1607
1542
|
}
|
|
1608
1543
|
}
|
|
1609
1544
|
|
|
@@ -1611,25 +1546,22 @@ exports[`SectionRow SectionRow isDarkBackground 1`] = `
|
|
|
1611
1546
|
.emotion-29 {
|
|
1612
1547
|
font-family: "DM Sans",sans-serif;
|
|
1613
1548
|
font-size: 16px;
|
|
1614
|
-
line-height:
|
|
1549
|
+
line-height: 24px;
|
|
1615
1550
|
font-weight: 400;
|
|
1616
|
-
letter-spacing:
|
|
1551
|
+
letter-spacing: 0;
|
|
1552
|
+
padding: 0.5px 0px;
|
|
1617
1553
|
}
|
|
1618
1554
|
|
|
1619
1555
|
.emotion-29::before {
|
|
1620
1556
|
content: '';
|
|
1557
|
+
margin-bottom: -0.391em;
|
|
1621
1558
|
display: block;
|
|
1622
|
-
height: 0;
|
|
1623
|
-
width: 0;
|
|
1624
|
-
margin-bottom: -0.43125em;
|
|
1625
1559
|
}
|
|
1626
1560
|
|
|
1627
1561
|
.emotion-29::after {
|
|
1628
1562
|
content: '';
|
|
1563
|
+
margin-top: -0.409em;
|
|
1629
1564
|
display: block;
|
|
1630
|
-
height: 0;
|
|
1631
|
-
width: 0;
|
|
1632
|
-
margin-top: -0.43125em;
|
|
1633
1565
|
}
|
|
1634
1566
|
}
|
|
1635
1567
|
|
|
@@ -2002,33 +1934,26 @@ exports[`SectionRow SectionRow with title 1`] = `
|
|
|
2002
1934
|
margin-right: 16px;
|
|
2003
1935
|
}
|
|
2004
1936
|
|
|
2005
|
-
.emotion-4 {
|
|
2006
|
-
padding: 1px 0px;
|
|
2007
|
-
}
|
|
2008
|
-
|
|
2009
1937
|
@media screen and (max-width: 767px) {
|
|
2010
1938
|
.emotion-4 {
|
|
2011
1939
|
font-family: "Bitter",serif;
|
|
2012
1940
|
font-size: 28px;
|
|
2013
|
-
line-height:
|
|
1941
|
+
line-height: 31.5px;
|
|
2014
1942
|
font-weight: 500;
|
|
2015
|
-
letter-spacing:
|
|
1943
|
+
letter-spacing: 0;
|
|
1944
|
+
padding: 0.5px 0px;
|
|
2016
1945
|
}
|
|
2017
1946
|
|
|
2018
1947
|
.emotion-4::before {
|
|
2019
1948
|
content: '';
|
|
1949
|
+
margin-bottom: -0.2055em;
|
|
2020
1950
|
display: block;
|
|
2021
|
-
height: 0;
|
|
2022
|
-
width: 0;
|
|
2023
|
-
margin-bottom: -0.22142857142857142em;
|
|
2024
1951
|
}
|
|
2025
1952
|
|
|
2026
1953
|
.emotion-4::after {
|
|
2027
1954
|
content: '';
|
|
1955
|
+
margin-top: -0.2275em;
|
|
2028
1956
|
display: block;
|
|
2029
|
-
height: 0;
|
|
2030
|
-
width: 0;
|
|
2031
|
-
margin-top: -0.2839285714285714em;
|
|
2032
1957
|
}
|
|
2033
1958
|
}
|
|
2034
1959
|
|
|
@@ -2036,25 +1961,22 @@ exports[`SectionRow SectionRow with title 1`] = `
|
|
|
2036
1961
|
.emotion-4 {
|
|
2037
1962
|
font-family: "Bitter",serif;
|
|
2038
1963
|
font-size: 32px;
|
|
2039
|
-
line-height:
|
|
1964
|
+
line-height: 36px;
|
|
2040
1965
|
font-weight: 500;
|
|
2041
|
-
letter-spacing:
|
|
1966
|
+
letter-spacing: 0;
|
|
1967
|
+
padding: 0.5px 0px;
|
|
2042
1968
|
}
|
|
2043
1969
|
|
|
2044
1970
|
.emotion-4::before {
|
|
2045
1971
|
content: '';
|
|
1972
|
+
margin-bottom: -0.2055em;
|
|
2046
1973
|
display: block;
|
|
2047
|
-
height: 0;
|
|
2048
|
-
width: 0;
|
|
2049
|
-
margin-bottom: -0.21250000000000002em;
|
|
2050
1974
|
}
|
|
2051
1975
|
|
|
2052
1976
|
.emotion-4::after {
|
|
2053
1977
|
content: '';
|
|
1978
|
+
margin-top: -0.2275em;
|
|
2054
1979
|
display: block;
|
|
2055
|
-
height: 0;
|
|
2056
|
-
width: 0;
|
|
2057
|
-
margin-top: -0.275em;
|
|
2058
1980
|
}
|
|
2059
1981
|
}
|
|
2060
1982
|
|
|
@@ -2062,25 +1984,22 @@ exports[`SectionRow SectionRow with title 1`] = `
|
|
|
2062
1984
|
.emotion-4 {
|
|
2063
1985
|
font-family: "Bitter",serif;
|
|
2064
1986
|
font-size: 36px;
|
|
2065
|
-
line-height:
|
|
1987
|
+
line-height: 40.5px;
|
|
2066
1988
|
font-weight: 500;
|
|
2067
|
-
letter-spacing:
|
|
1989
|
+
letter-spacing: 0;
|
|
1990
|
+
padding: 0.5px 0px;
|
|
2068
1991
|
}
|
|
2069
1992
|
|
|
2070
1993
|
.emotion-4::before {
|
|
2071
1994
|
content: '';
|
|
1995
|
+
margin-bottom: -0.2055em;
|
|
2072
1996
|
display: block;
|
|
2073
|
-
height: 0;
|
|
2074
|
-
width: 0;
|
|
2075
|
-
margin-bottom: -0.2055555555555556em;
|
|
2076
1997
|
}
|
|
2077
1998
|
|
|
2078
1999
|
.emotion-4::after {
|
|
2079
2000
|
content: '';
|
|
2001
|
+
margin-top: -0.2275em;
|
|
2080
2002
|
display: block;
|
|
2081
|
-
height: 0;
|
|
2082
|
-
width: 0;
|
|
2083
|
-
margin-top: -0.2680555555555556em;
|
|
2084
2003
|
}
|
|
2085
2004
|
}
|
|
2086
2005
|
|
|
@@ -2169,30 +2088,26 @@ exports[`SectionRow SectionRow with title 1`] = `
|
|
|
2169
2088
|
|
|
2170
2089
|
.emotion-10 {
|
|
2171
2090
|
margin: 0;
|
|
2172
|
-
padding: 1px 0;
|
|
2173
2091
|
font-family: "Poppins",sans-serif;
|
|
2174
2092
|
font-size: 14px;
|
|
2175
|
-
line-height:
|
|
2093
|
+
line-height: 21px;
|
|
2176
2094
|
font-weight: 500;
|
|
2177
|
-
letter-spacing:
|
|
2095
|
+
letter-spacing: 0;
|
|
2096
|
+
padding: 0.5px 0px;
|
|
2178
2097
|
display: inline-block;
|
|
2179
2098
|
display: block;
|
|
2180
2099
|
}
|
|
2181
2100
|
|
|
2182
2101
|
.emotion-10::before {
|
|
2183
2102
|
content: '';
|
|
2103
|
+
margin-bottom: -0.403em;
|
|
2184
2104
|
display: block;
|
|
2185
|
-
height: 0;
|
|
2186
|
-
width: 0;
|
|
2187
|
-
margin-bottom: -0.3955357142857143em;
|
|
2188
2105
|
}
|
|
2189
2106
|
|
|
2190
2107
|
.emotion-10::after {
|
|
2191
2108
|
content: '';
|
|
2109
|
+
margin-top: -0.4em;
|
|
2192
2110
|
display: block;
|
|
2193
|
-
height: 0;
|
|
2194
|
-
width: 0;
|
|
2195
|
-
margin-top: -0.3955357142857143em;
|
|
2196
2111
|
}
|
|
2197
2112
|
|
|
2198
2113
|
.emotion-12 {
|
|
@@ -2459,7 +2374,6 @@ exports[`SectionRow SectionRow with title 1`] = `
|
|
|
2459
2374
|
|
|
2460
2375
|
.emotion-27 {
|
|
2461
2376
|
margin: 0;
|
|
2462
|
-
padding: 1px 0;
|
|
2463
2377
|
color: #0A0A0A;
|
|
2464
2378
|
}
|
|
2465
2379
|
|
|
@@ -2471,25 +2385,22 @@ exports[`SectionRow SectionRow with title 1`] = `
|
|
|
2471
2385
|
.emotion-27 {
|
|
2472
2386
|
font-family: "Bitter",serif;
|
|
2473
2387
|
font-size: 20px;
|
|
2474
|
-
line-height:
|
|
2388
|
+
line-height: 22.5px;
|
|
2475
2389
|
font-weight: 500;
|
|
2476
|
-
letter-spacing:
|
|
2390
|
+
letter-spacing: 0;
|
|
2391
|
+
padding: 0.5px 0px;
|
|
2477
2392
|
}
|
|
2478
2393
|
|
|
2479
2394
|
.emotion-27::before {
|
|
2480
2395
|
content: '';
|
|
2396
|
+
margin-bottom: -0.2055em;
|
|
2481
2397
|
display: block;
|
|
2482
|
-
height: 0;
|
|
2483
|
-
width: 0;
|
|
2484
|
-
margin-bottom: -0.25em;
|
|
2485
2398
|
}
|
|
2486
2399
|
|
|
2487
2400
|
.emotion-27::after {
|
|
2488
2401
|
content: '';
|
|
2402
|
+
margin-top: -0.2275em;
|
|
2489
2403
|
display: block;
|
|
2490
|
-
height: 0;
|
|
2491
|
-
width: 0;
|
|
2492
|
-
margin-top: -0.3125em;
|
|
2493
2404
|
}
|
|
2494
2405
|
}
|
|
2495
2406
|
|
|
@@ -2497,25 +2408,22 @@ exports[`SectionRow SectionRow with title 1`] = `
|
|
|
2497
2408
|
.emotion-27 {
|
|
2498
2409
|
font-family: "Bitter",serif;
|
|
2499
2410
|
font-size: 22px;
|
|
2500
|
-
line-height:
|
|
2411
|
+
line-height: 24.75px;
|
|
2501
2412
|
font-weight: 500;
|
|
2502
|
-
letter-spacing:
|
|
2413
|
+
letter-spacing: 0;
|
|
2414
|
+
padding: 0.5px 0px;
|
|
2503
2415
|
}
|
|
2504
2416
|
|
|
2505
2417
|
.emotion-27::before {
|
|
2506
2418
|
content: '';
|
|
2419
|
+
margin-bottom: -0.2055em;
|
|
2507
2420
|
display: block;
|
|
2508
|
-
height: 0;
|
|
2509
|
-
width: 0;
|
|
2510
|
-
margin-bottom: -0.19545454545454544em;
|
|
2511
2421
|
}
|
|
2512
2422
|
|
|
2513
2423
|
.emotion-27::after {
|
|
2514
2424
|
content: '';
|
|
2425
|
+
margin-top: -0.2275em;
|
|
2515
2426
|
display: block;
|
|
2516
|
-
height: 0;
|
|
2517
|
-
width: 0;
|
|
2518
|
-
margin-top: -0.25795454545454544em;
|
|
2519
2427
|
}
|
|
2520
2428
|
}
|
|
2521
2429
|
|
|
@@ -2523,25 +2431,22 @@ exports[`SectionRow SectionRow with title 1`] = `
|
|
|
2523
2431
|
.emotion-27 {
|
|
2524
2432
|
font-family: "Bitter",serif;
|
|
2525
2433
|
font-size: 24px;
|
|
2526
|
-
line-height:
|
|
2434
|
+
line-height: 27px;
|
|
2527
2435
|
font-weight: 500;
|
|
2528
|
-
letter-spacing:
|
|
2436
|
+
letter-spacing: 0;
|
|
2437
|
+
padding: 0.5px 0px;
|
|
2529
2438
|
}
|
|
2530
2439
|
|
|
2531
2440
|
.emotion-27::before {
|
|
2532
2441
|
content: '';
|
|
2442
|
+
margin-bottom: -0.2055em;
|
|
2533
2443
|
display: block;
|
|
2534
|
-
height: 0;
|
|
2535
|
-
width: 0;
|
|
2536
|
-
margin-bottom: -0.2333333333333334em;
|
|
2537
2444
|
}
|
|
2538
2445
|
|
|
2539
2446
|
.emotion-27::after {
|
|
2540
2447
|
content: '';
|
|
2448
|
+
margin-top: -0.2275em;
|
|
2541
2449
|
display: block;
|
|
2542
|
-
height: 0;
|
|
2543
|
-
width: 0;
|
|
2544
|
-
margin-top: -0.2958333333333334em;
|
|
2545
2450
|
}
|
|
2546
2451
|
}
|
|
2547
2452
|
|
|
@@ -2551,7 +2456,6 @@ exports[`SectionRow SectionRow with title 1`] = `
|
|
|
2551
2456
|
|
|
2552
2457
|
.emotion-29 {
|
|
2553
2458
|
margin: 0;
|
|
2554
|
-
padding: 1px 0;
|
|
2555
2459
|
color: #0A0A0A;
|
|
2556
2460
|
}
|
|
2557
2461
|
|
|
@@ -2563,25 +2467,22 @@ exports[`SectionRow SectionRow with title 1`] = `
|
|
|
2563
2467
|
.emotion-29 {
|
|
2564
2468
|
font-family: "DM Sans",sans-serif;
|
|
2565
2469
|
font-size: 14px;
|
|
2566
|
-
line-height:
|
|
2470
|
+
line-height: 21px;
|
|
2567
2471
|
font-weight: 400;
|
|
2568
|
-
letter-spacing:
|
|
2472
|
+
letter-spacing: 0;
|
|
2473
|
+
padding: 0.5px 0px;
|
|
2569
2474
|
}
|
|
2570
2475
|
|
|
2571
2476
|
.emotion-29::before {
|
|
2572
2477
|
content: '';
|
|
2478
|
+
margin-bottom: -0.391em;
|
|
2573
2479
|
display: block;
|
|
2574
|
-
height: 0;
|
|
2575
|
-
width: 0;
|
|
2576
|
-
margin-bottom: -0.3955357142857143em;
|
|
2577
2480
|
}
|
|
2578
2481
|
|
|
2579
2482
|
.emotion-29::after {
|
|
2580
2483
|
content: '';
|
|
2484
|
+
margin-top: -0.409em;
|
|
2581
2485
|
display: block;
|
|
2582
|
-
height: 0;
|
|
2583
|
-
width: 0;
|
|
2584
|
-
margin-top: -0.3955357142857143em;
|
|
2585
2486
|
}
|
|
2586
2487
|
}
|
|
2587
2488
|
|
|
@@ -2589,25 +2490,22 @@ exports[`SectionRow SectionRow with title 1`] = `
|
|
|
2589
2490
|
.emotion-29 {
|
|
2590
2491
|
font-family: "DM Sans",sans-serif;
|
|
2591
2492
|
font-size: 16px;
|
|
2592
|
-
line-height:
|
|
2493
|
+
line-height: 24px;
|
|
2593
2494
|
font-weight: 400;
|
|
2594
|
-
letter-spacing:
|
|
2495
|
+
letter-spacing: 0;
|
|
2496
|
+
padding: 0.5px 0px;
|
|
2595
2497
|
}
|
|
2596
2498
|
|
|
2597
2499
|
.emotion-29::before {
|
|
2598
2500
|
content: '';
|
|
2501
|
+
margin-bottom: -0.391em;
|
|
2599
2502
|
display: block;
|
|
2600
|
-
height: 0;
|
|
2601
|
-
width: 0;
|
|
2602
|
-
margin-bottom: -0.43125em;
|
|
2603
2503
|
}
|
|
2604
2504
|
|
|
2605
2505
|
.emotion-29::after {
|
|
2606
2506
|
content: '';
|
|
2507
|
+
margin-top: -0.409em;
|
|
2607
2508
|
display: block;
|
|
2608
|
-
height: 0;
|
|
2609
|
-
width: 0;
|
|
2610
|
-
margin-top: -0.43125em;
|
|
2611
2509
|
}
|
|
2612
2510
|
}
|
|
2613
2511
|
|
|
@@ -2996,33 +2894,26 @@ exports[`SectionRow SectionRow without extra space 1`] = `
|
|
|
2996
2894
|
margin-right: 16px;
|
|
2997
2895
|
}
|
|
2998
2896
|
|
|
2999
|
-
.emotion-6 {
|
|
3000
|
-
padding: 1px 0px;
|
|
3001
|
-
}
|
|
3002
|
-
|
|
3003
2897
|
@media screen and (max-width: 767px) {
|
|
3004
2898
|
.emotion-6 {
|
|
3005
2899
|
font-family: "Bitter",serif;
|
|
3006
2900
|
font-size: 28px;
|
|
3007
|
-
line-height:
|
|
2901
|
+
line-height: 31.5px;
|
|
3008
2902
|
font-weight: 500;
|
|
3009
|
-
letter-spacing:
|
|
2903
|
+
letter-spacing: 0;
|
|
2904
|
+
padding: 0.5px 0px;
|
|
3010
2905
|
}
|
|
3011
2906
|
|
|
3012
2907
|
.emotion-6::before {
|
|
3013
2908
|
content: '';
|
|
2909
|
+
margin-bottom: -0.2055em;
|
|
3014
2910
|
display: block;
|
|
3015
|
-
height: 0;
|
|
3016
|
-
width: 0;
|
|
3017
|
-
margin-bottom: -0.22142857142857142em;
|
|
3018
2911
|
}
|
|
3019
2912
|
|
|
3020
2913
|
.emotion-6::after {
|
|
3021
2914
|
content: '';
|
|
2915
|
+
margin-top: -0.2275em;
|
|
3022
2916
|
display: block;
|
|
3023
|
-
height: 0;
|
|
3024
|
-
width: 0;
|
|
3025
|
-
margin-top: -0.2839285714285714em;
|
|
3026
2917
|
}
|
|
3027
2918
|
}
|
|
3028
2919
|
|
|
@@ -3030,25 +2921,22 @@ exports[`SectionRow SectionRow without extra space 1`] = `
|
|
|
3030
2921
|
.emotion-6 {
|
|
3031
2922
|
font-family: "Bitter",serif;
|
|
3032
2923
|
font-size: 32px;
|
|
3033
|
-
line-height:
|
|
2924
|
+
line-height: 36px;
|
|
3034
2925
|
font-weight: 500;
|
|
3035
|
-
letter-spacing:
|
|
2926
|
+
letter-spacing: 0;
|
|
2927
|
+
padding: 0.5px 0px;
|
|
3036
2928
|
}
|
|
3037
2929
|
|
|
3038
2930
|
.emotion-6::before {
|
|
3039
2931
|
content: '';
|
|
2932
|
+
margin-bottom: -0.2055em;
|
|
3040
2933
|
display: block;
|
|
3041
|
-
height: 0;
|
|
3042
|
-
width: 0;
|
|
3043
|
-
margin-bottom: -0.21250000000000002em;
|
|
3044
2934
|
}
|
|
3045
2935
|
|
|
3046
2936
|
.emotion-6::after {
|
|
3047
2937
|
content: '';
|
|
2938
|
+
margin-top: -0.2275em;
|
|
3048
2939
|
display: block;
|
|
3049
|
-
height: 0;
|
|
3050
|
-
width: 0;
|
|
3051
|
-
margin-top: -0.275em;
|
|
3052
2940
|
}
|
|
3053
2941
|
}
|
|
3054
2942
|
|
|
@@ -3056,25 +2944,22 @@ exports[`SectionRow SectionRow without extra space 1`] = `
|
|
|
3056
2944
|
.emotion-6 {
|
|
3057
2945
|
font-family: "Bitter",serif;
|
|
3058
2946
|
font-size: 36px;
|
|
3059
|
-
line-height:
|
|
2947
|
+
line-height: 40.5px;
|
|
3060
2948
|
font-weight: 500;
|
|
3061
|
-
letter-spacing:
|
|
2949
|
+
letter-spacing: 0;
|
|
2950
|
+
padding: 0.5px 0px;
|
|
3062
2951
|
}
|
|
3063
2952
|
|
|
3064
2953
|
.emotion-6::before {
|
|
3065
2954
|
content: '';
|
|
2955
|
+
margin-bottom: -0.2055em;
|
|
3066
2956
|
display: block;
|
|
3067
|
-
height: 0;
|
|
3068
|
-
width: 0;
|
|
3069
|
-
margin-bottom: -0.2055555555555556em;
|
|
3070
2957
|
}
|
|
3071
2958
|
|
|
3072
2959
|
.emotion-6::after {
|
|
3073
2960
|
content: '';
|
|
2961
|
+
margin-top: -0.2275em;
|
|
3074
2962
|
display: block;
|
|
3075
|
-
height: 0;
|
|
3076
|
-
width: 0;
|
|
3077
|
-
margin-top: -0.2680555555555556em;
|
|
3078
2963
|
}
|
|
3079
2964
|
}
|
|
3080
2965
|
|
|
@@ -3163,30 +3048,26 @@ exports[`SectionRow SectionRow without extra space 1`] = `
|
|
|
3163
3048
|
|
|
3164
3049
|
.emotion-12 {
|
|
3165
3050
|
margin: 0;
|
|
3166
|
-
padding: 1px 0;
|
|
3167
3051
|
font-family: "Poppins",sans-serif;
|
|
3168
3052
|
font-size: 14px;
|
|
3169
|
-
line-height:
|
|
3053
|
+
line-height: 21px;
|
|
3170
3054
|
font-weight: 500;
|
|
3171
|
-
letter-spacing:
|
|
3055
|
+
letter-spacing: 0;
|
|
3056
|
+
padding: 0.5px 0px;
|
|
3172
3057
|
display: inline-block;
|
|
3173
3058
|
display: block;
|
|
3174
3059
|
}
|
|
3175
3060
|
|
|
3176
3061
|
.emotion-12::before {
|
|
3177
3062
|
content: '';
|
|
3063
|
+
margin-bottom: -0.403em;
|
|
3178
3064
|
display: block;
|
|
3179
|
-
height: 0;
|
|
3180
|
-
width: 0;
|
|
3181
|
-
margin-bottom: -0.3955357142857143em;
|
|
3182
3065
|
}
|
|
3183
3066
|
|
|
3184
3067
|
.emotion-12::after {
|
|
3185
3068
|
content: '';
|
|
3069
|
+
margin-top: -0.4em;
|
|
3186
3070
|
display: block;
|
|
3187
|
-
height: 0;
|
|
3188
|
-
width: 0;
|
|
3189
|
-
margin-top: -0.3955357142857143em;
|
|
3190
3071
|
}
|
|
3191
3072
|
|
|
3192
3073
|
.emotion-14 {
|
|
@@ -3453,7 +3334,6 @@ exports[`SectionRow SectionRow without extra space 1`] = `
|
|
|
3453
3334
|
|
|
3454
3335
|
.emotion-29 {
|
|
3455
3336
|
margin: 0;
|
|
3456
|
-
padding: 1px 0;
|
|
3457
3337
|
color: #0A0A0A;
|
|
3458
3338
|
}
|
|
3459
3339
|
|
|
@@ -3465,25 +3345,22 @@ exports[`SectionRow SectionRow without extra space 1`] = `
|
|
|
3465
3345
|
.emotion-29 {
|
|
3466
3346
|
font-family: "Bitter",serif;
|
|
3467
3347
|
font-size: 20px;
|
|
3468
|
-
line-height:
|
|
3348
|
+
line-height: 22.5px;
|
|
3469
3349
|
font-weight: 500;
|
|
3470
|
-
letter-spacing:
|
|
3350
|
+
letter-spacing: 0;
|
|
3351
|
+
padding: 0.5px 0px;
|
|
3471
3352
|
}
|
|
3472
3353
|
|
|
3473
3354
|
.emotion-29::before {
|
|
3474
3355
|
content: '';
|
|
3356
|
+
margin-bottom: -0.2055em;
|
|
3475
3357
|
display: block;
|
|
3476
|
-
height: 0;
|
|
3477
|
-
width: 0;
|
|
3478
|
-
margin-bottom: -0.25em;
|
|
3479
3358
|
}
|
|
3480
3359
|
|
|
3481
3360
|
.emotion-29::after {
|
|
3482
3361
|
content: '';
|
|
3362
|
+
margin-top: -0.2275em;
|
|
3483
3363
|
display: block;
|
|
3484
|
-
height: 0;
|
|
3485
|
-
width: 0;
|
|
3486
|
-
margin-top: -0.3125em;
|
|
3487
3364
|
}
|
|
3488
3365
|
}
|
|
3489
3366
|
|
|
@@ -3491,25 +3368,22 @@ exports[`SectionRow SectionRow without extra space 1`] = `
|
|
|
3491
3368
|
.emotion-29 {
|
|
3492
3369
|
font-family: "Bitter",serif;
|
|
3493
3370
|
font-size: 22px;
|
|
3494
|
-
line-height:
|
|
3371
|
+
line-height: 24.75px;
|
|
3495
3372
|
font-weight: 500;
|
|
3496
|
-
letter-spacing:
|
|
3373
|
+
letter-spacing: 0;
|
|
3374
|
+
padding: 0.5px 0px;
|
|
3497
3375
|
}
|
|
3498
3376
|
|
|
3499
3377
|
.emotion-29::before {
|
|
3500
3378
|
content: '';
|
|
3379
|
+
margin-bottom: -0.2055em;
|
|
3501
3380
|
display: block;
|
|
3502
|
-
height: 0;
|
|
3503
|
-
width: 0;
|
|
3504
|
-
margin-bottom: -0.19545454545454544em;
|
|
3505
3381
|
}
|
|
3506
3382
|
|
|
3507
3383
|
.emotion-29::after {
|
|
3508
3384
|
content: '';
|
|
3385
|
+
margin-top: -0.2275em;
|
|
3509
3386
|
display: block;
|
|
3510
|
-
height: 0;
|
|
3511
|
-
width: 0;
|
|
3512
|
-
margin-top: -0.25795454545454544em;
|
|
3513
3387
|
}
|
|
3514
3388
|
}
|
|
3515
3389
|
|
|
@@ -3517,25 +3391,22 @@ exports[`SectionRow SectionRow without extra space 1`] = `
|
|
|
3517
3391
|
.emotion-29 {
|
|
3518
3392
|
font-family: "Bitter",serif;
|
|
3519
3393
|
font-size: 24px;
|
|
3520
|
-
line-height:
|
|
3394
|
+
line-height: 27px;
|
|
3521
3395
|
font-weight: 500;
|
|
3522
|
-
letter-spacing:
|
|
3396
|
+
letter-spacing: 0;
|
|
3397
|
+
padding: 0.5px 0px;
|
|
3523
3398
|
}
|
|
3524
3399
|
|
|
3525
3400
|
.emotion-29::before {
|
|
3526
3401
|
content: '';
|
|
3402
|
+
margin-bottom: -0.2055em;
|
|
3527
3403
|
display: block;
|
|
3528
|
-
height: 0;
|
|
3529
|
-
width: 0;
|
|
3530
|
-
margin-bottom: -0.2333333333333334em;
|
|
3531
3404
|
}
|
|
3532
3405
|
|
|
3533
3406
|
.emotion-29::after {
|
|
3534
3407
|
content: '';
|
|
3408
|
+
margin-top: -0.2275em;
|
|
3535
3409
|
display: block;
|
|
3536
|
-
height: 0;
|
|
3537
|
-
width: 0;
|
|
3538
|
-
margin-top: -0.2958333333333334em;
|
|
3539
3410
|
}
|
|
3540
3411
|
}
|
|
3541
3412
|
|
|
@@ -3545,7 +3416,6 @@ exports[`SectionRow SectionRow without extra space 1`] = `
|
|
|
3545
3416
|
|
|
3546
3417
|
.emotion-31 {
|
|
3547
3418
|
margin: 0;
|
|
3548
|
-
padding: 1px 0;
|
|
3549
3419
|
color: #0A0A0A;
|
|
3550
3420
|
}
|
|
3551
3421
|
|
|
@@ -3557,25 +3427,22 @@ exports[`SectionRow SectionRow without extra space 1`] = `
|
|
|
3557
3427
|
.emotion-31 {
|
|
3558
3428
|
font-family: "DM Sans",sans-serif;
|
|
3559
3429
|
font-size: 14px;
|
|
3560
|
-
line-height:
|
|
3430
|
+
line-height: 21px;
|
|
3561
3431
|
font-weight: 400;
|
|
3562
|
-
letter-spacing:
|
|
3432
|
+
letter-spacing: 0;
|
|
3433
|
+
padding: 0.5px 0px;
|
|
3563
3434
|
}
|
|
3564
3435
|
|
|
3565
3436
|
.emotion-31::before {
|
|
3566
3437
|
content: '';
|
|
3438
|
+
margin-bottom: -0.391em;
|
|
3567
3439
|
display: block;
|
|
3568
|
-
height: 0;
|
|
3569
|
-
width: 0;
|
|
3570
|
-
margin-bottom: -0.3955357142857143em;
|
|
3571
3440
|
}
|
|
3572
3441
|
|
|
3573
3442
|
.emotion-31::after {
|
|
3574
3443
|
content: '';
|
|
3444
|
+
margin-top: -0.409em;
|
|
3575
3445
|
display: block;
|
|
3576
|
-
height: 0;
|
|
3577
|
-
width: 0;
|
|
3578
|
-
margin-top: -0.3955357142857143em;
|
|
3579
3446
|
}
|
|
3580
3447
|
}
|
|
3581
3448
|
|
|
@@ -3583,25 +3450,22 @@ exports[`SectionRow SectionRow without extra space 1`] = `
|
|
|
3583
3450
|
.emotion-31 {
|
|
3584
3451
|
font-family: "DM Sans",sans-serif;
|
|
3585
3452
|
font-size: 16px;
|
|
3586
|
-
line-height:
|
|
3453
|
+
line-height: 24px;
|
|
3587
3454
|
font-weight: 400;
|
|
3588
|
-
letter-spacing:
|
|
3455
|
+
letter-spacing: 0;
|
|
3456
|
+
padding: 0.5px 0px;
|
|
3589
3457
|
}
|
|
3590
3458
|
|
|
3591
3459
|
.emotion-31::before {
|
|
3592
3460
|
content: '';
|
|
3461
|
+
margin-bottom: -0.391em;
|
|
3593
3462
|
display: block;
|
|
3594
|
-
height: 0;
|
|
3595
|
-
width: 0;
|
|
3596
|
-
margin-bottom: -0.43125em;
|
|
3597
3463
|
}
|
|
3598
3464
|
|
|
3599
3465
|
.emotion-31::after {
|
|
3600
3466
|
content: '';
|
|
3467
|
+
margin-top: -0.409em;
|
|
3601
3468
|
display: block;
|
|
3602
|
-
height: 0;
|
|
3603
|
-
width: 0;
|
|
3604
|
-
margin-top: -0.43125em;
|
|
3605
3469
|
}
|
|
3606
3470
|
}
|
|
3607
3471
|
|
|
@@ -4180,7 +4044,6 @@ exports[`SectionRow SectionRow without title 1`] = `
|
|
|
4180
4044
|
|
|
4181
4045
|
.emotion-14 {
|
|
4182
4046
|
margin: 0;
|
|
4183
|
-
padding: 1px 0;
|
|
4184
4047
|
color: #0A0A0A;
|
|
4185
4048
|
}
|
|
4186
4049
|
|
|
@@ -4192,25 +4055,22 @@ exports[`SectionRow SectionRow without title 1`] = `
|
|
|
4192
4055
|
.emotion-14 {
|
|
4193
4056
|
font-family: "Bitter",serif;
|
|
4194
4057
|
font-size: 20px;
|
|
4195
|
-
line-height:
|
|
4058
|
+
line-height: 22.5px;
|
|
4196
4059
|
font-weight: 500;
|
|
4197
|
-
letter-spacing:
|
|
4060
|
+
letter-spacing: 0;
|
|
4061
|
+
padding: 0.5px 0px;
|
|
4198
4062
|
}
|
|
4199
4063
|
|
|
4200
4064
|
.emotion-14::before {
|
|
4201
4065
|
content: '';
|
|
4066
|
+
margin-bottom: -0.2055em;
|
|
4202
4067
|
display: block;
|
|
4203
|
-
height: 0;
|
|
4204
|
-
width: 0;
|
|
4205
|
-
margin-bottom: -0.25em;
|
|
4206
4068
|
}
|
|
4207
4069
|
|
|
4208
4070
|
.emotion-14::after {
|
|
4209
4071
|
content: '';
|
|
4072
|
+
margin-top: -0.2275em;
|
|
4210
4073
|
display: block;
|
|
4211
|
-
height: 0;
|
|
4212
|
-
width: 0;
|
|
4213
|
-
margin-top: -0.3125em;
|
|
4214
4074
|
}
|
|
4215
4075
|
}
|
|
4216
4076
|
|
|
@@ -4218,25 +4078,22 @@ exports[`SectionRow SectionRow without title 1`] = `
|
|
|
4218
4078
|
.emotion-14 {
|
|
4219
4079
|
font-family: "Bitter",serif;
|
|
4220
4080
|
font-size: 22px;
|
|
4221
|
-
line-height:
|
|
4081
|
+
line-height: 24.75px;
|
|
4222
4082
|
font-weight: 500;
|
|
4223
|
-
letter-spacing:
|
|
4083
|
+
letter-spacing: 0;
|
|
4084
|
+
padding: 0.5px 0px;
|
|
4224
4085
|
}
|
|
4225
4086
|
|
|
4226
4087
|
.emotion-14::before {
|
|
4227
4088
|
content: '';
|
|
4089
|
+
margin-bottom: -0.2055em;
|
|
4228
4090
|
display: block;
|
|
4229
|
-
height: 0;
|
|
4230
|
-
width: 0;
|
|
4231
|
-
margin-bottom: -0.19545454545454544em;
|
|
4232
4091
|
}
|
|
4233
4092
|
|
|
4234
4093
|
.emotion-14::after {
|
|
4235
4094
|
content: '';
|
|
4095
|
+
margin-top: -0.2275em;
|
|
4236
4096
|
display: block;
|
|
4237
|
-
height: 0;
|
|
4238
|
-
width: 0;
|
|
4239
|
-
margin-top: -0.25795454545454544em;
|
|
4240
4097
|
}
|
|
4241
4098
|
}
|
|
4242
4099
|
|
|
@@ -4244,25 +4101,22 @@ exports[`SectionRow SectionRow without title 1`] = `
|
|
|
4244
4101
|
.emotion-14 {
|
|
4245
4102
|
font-family: "Bitter",serif;
|
|
4246
4103
|
font-size: 24px;
|
|
4247
|
-
line-height:
|
|
4104
|
+
line-height: 27px;
|
|
4248
4105
|
font-weight: 500;
|
|
4249
|
-
letter-spacing:
|
|
4106
|
+
letter-spacing: 0;
|
|
4107
|
+
padding: 0.5px 0px;
|
|
4250
4108
|
}
|
|
4251
4109
|
|
|
4252
4110
|
.emotion-14::before {
|
|
4253
4111
|
content: '';
|
|
4112
|
+
margin-bottom: -0.2055em;
|
|
4254
4113
|
display: block;
|
|
4255
|
-
height: 0;
|
|
4256
|
-
width: 0;
|
|
4257
|
-
margin-bottom: -0.2333333333333334em;
|
|
4258
4114
|
}
|
|
4259
4115
|
|
|
4260
4116
|
.emotion-14::after {
|
|
4261
4117
|
content: '';
|
|
4118
|
+
margin-top: -0.2275em;
|
|
4262
4119
|
display: block;
|
|
4263
|
-
height: 0;
|
|
4264
|
-
width: 0;
|
|
4265
|
-
margin-top: -0.2958333333333334em;
|
|
4266
4120
|
}
|
|
4267
4121
|
}
|
|
4268
4122
|
|
|
@@ -4272,7 +4126,6 @@ exports[`SectionRow SectionRow without title 1`] = `
|
|
|
4272
4126
|
|
|
4273
4127
|
.emotion-16 {
|
|
4274
4128
|
margin: 0;
|
|
4275
|
-
padding: 1px 0;
|
|
4276
4129
|
color: #0A0A0A;
|
|
4277
4130
|
}
|
|
4278
4131
|
|
|
@@ -4284,25 +4137,22 @@ exports[`SectionRow SectionRow without title 1`] = `
|
|
|
4284
4137
|
.emotion-16 {
|
|
4285
4138
|
font-family: "DM Sans",sans-serif;
|
|
4286
4139
|
font-size: 14px;
|
|
4287
|
-
line-height:
|
|
4140
|
+
line-height: 21px;
|
|
4288
4141
|
font-weight: 400;
|
|
4289
|
-
letter-spacing:
|
|
4142
|
+
letter-spacing: 0;
|
|
4143
|
+
padding: 0.5px 0px;
|
|
4290
4144
|
}
|
|
4291
4145
|
|
|
4292
4146
|
.emotion-16::before {
|
|
4293
4147
|
content: '';
|
|
4148
|
+
margin-bottom: -0.391em;
|
|
4294
4149
|
display: block;
|
|
4295
|
-
height: 0;
|
|
4296
|
-
width: 0;
|
|
4297
|
-
margin-bottom: -0.3955357142857143em;
|
|
4298
4150
|
}
|
|
4299
4151
|
|
|
4300
4152
|
.emotion-16::after {
|
|
4301
4153
|
content: '';
|
|
4154
|
+
margin-top: -0.409em;
|
|
4302
4155
|
display: block;
|
|
4303
|
-
height: 0;
|
|
4304
|
-
width: 0;
|
|
4305
|
-
margin-top: -0.3955357142857143em;
|
|
4306
4156
|
}
|
|
4307
4157
|
}
|
|
4308
4158
|
|
|
@@ -4310,25 +4160,22 @@ exports[`SectionRow SectionRow without title 1`] = `
|
|
|
4310
4160
|
.emotion-16 {
|
|
4311
4161
|
font-family: "DM Sans",sans-serif;
|
|
4312
4162
|
font-size: 16px;
|
|
4313
|
-
line-height:
|
|
4163
|
+
line-height: 24px;
|
|
4314
4164
|
font-weight: 400;
|
|
4315
|
-
letter-spacing:
|
|
4165
|
+
letter-spacing: 0;
|
|
4166
|
+
padding: 0.5px 0px;
|
|
4316
4167
|
}
|
|
4317
4168
|
|
|
4318
4169
|
.emotion-16::before {
|
|
4319
4170
|
content: '';
|
|
4171
|
+
margin-bottom: -0.391em;
|
|
4320
4172
|
display: block;
|
|
4321
|
-
height: 0;
|
|
4322
|
-
width: 0;
|
|
4323
|
-
margin-bottom: -0.43125em;
|
|
4324
4173
|
}
|
|
4325
4174
|
|
|
4326
4175
|
.emotion-16::after {
|
|
4327
4176
|
content: '';
|
|
4177
|
+
margin-top: -0.409em;
|
|
4328
4178
|
display: block;
|
|
4329
|
-
height: 0;
|
|
4330
|
-
width: 0;
|
|
4331
|
-
margin-top: -0.43125em;
|
|
4332
4179
|
}
|
|
4333
4180
|
}
|
|
4334
4181
|
|