@comicrelief/component-library 8.51.2 → 8.51.4
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/components/Molecules/EmailSignUp/EmailSignUp.style.js +4 -4
- package/dist/components/Organisms/FooterNew/FooterNew.js +2 -4
- package/dist/components/Organisms/FooterNew/FooterNew.md +1 -0
- package/dist/components/Organisms/FooterNew/FooterNew.style.js +57 -62
- package/dist/components/Organisms/FooterNew/FooterNew.test.js +8 -0
- package/dist/components/Organisms/FooterNew/__snapshots__/FooterNew.test.js.snap +1673 -22
- package/package.json +1 -1
- package/src/components/Molecules/EmailSignUp/EmailSignUp.style.js +16 -5
- package/src/components/Organisms/FooterNew/FooterNew.js +2 -4
- package/src/components/Organisms/FooterNew/FooterNew.md +1 -0
- package/src/components/Organisms/FooterNew/FooterNew.style.js +15 -13
- package/src/components/Organisms/FooterNew/FooterNew.test.js +12 -0
- package/src/components/Organisms/FooterNew/__snapshots__/FooterNew.test.js.snap +1673 -22
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
|
-
exports[`
|
|
3
|
+
exports[`does not render copyright text when not supplied 1`] = `
|
|
4
4
|
.c17 {
|
|
5
5
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
6
6
|
font-weight: 400;
|
|
@@ -362,7 +362,8 @@ exports[`renders correctly 1`] = `
|
|
|
362
362
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
363
363
|
background-color: #18181A;
|
|
364
364
|
border-color: transparent;
|
|
365
|
-
|
|
365
|
+
height: 44px;
|
|
366
|
+
padding: 12px 2.4rem 12px 18px;
|
|
366
367
|
-webkit-transition: background-color 0.2s ease,text-indent 0.18s ease;
|
|
367
368
|
transition: background-color 0.2s ease,text-indent 0.18s ease;
|
|
368
369
|
border: 1px solid #FFFFFF;
|
|
@@ -409,9 +410,14 @@ exports[`renders correctly 1`] = `
|
|
|
409
410
|
.c24 {
|
|
410
411
|
margin: 0;
|
|
411
412
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
412
|
-
|
|
413
|
+
height: 44px;
|
|
414
|
+
padding: 0 1rem;
|
|
413
415
|
border-radius: 0.5rem;
|
|
414
416
|
overflow: hidden;
|
|
417
|
+
min-width: -webkit-max-content;
|
|
418
|
+
min-width: -moz-max-content;
|
|
419
|
+
min-width: max-content;
|
|
420
|
+
width: 100%;
|
|
415
421
|
}
|
|
416
422
|
|
|
417
423
|
.c24 .emailSignUpButtonContent {
|
|
@@ -429,10 +435,13 @@ exports[`renders correctly 1`] = `
|
|
|
429
435
|
-ms-flex-pack: center;
|
|
430
436
|
justify-content: center;
|
|
431
437
|
line-height: 1;
|
|
438
|
+
white-space: nowrap;
|
|
432
439
|
}
|
|
433
440
|
|
|
434
441
|
.c24 .emailSignUpButtonLabel {
|
|
435
442
|
display: inline-block;
|
|
443
|
+
font-size: 16px;
|
|
444
|
+
line-height: 1;
|
|
436
445
|
-webkit-transform: translateX(13px);
|
|
437
446
|
-ms-transform: translateX(13px);
|
|
438
447
|
transform: translateX(13px);
|
|
@@ -440,6 +449,7 @@ exports[`renders correctly 1`] = `
|
|
|
440
449
|
-webkit-transition: transform 0.22s ease;
|
|
441
450
|
transition: transform 0.22s ease;
|
|
442
451
|
will-change: transform;
|
|
452
|
+
white-space: nowrap;
|
|
443
453
|
}
|
|
444
454
|
|
|
445
455
|
.c24 .emailSignUpButtonArrow {
|
|
@@ -503,9 +513,9 @@ exports[`renders correctly 1`] = `
|
|
|
503
513
|
display: block;
|
|
504
514
|
width: 100%;
|
|
505
515
|
height: 100%;
|
|
506
|
-
max-width:
|
|
516
|
+
max-width: 1424px;
|
|
507
517
|
margin: 0 auto;
|
|
508
|
-
padding: 0
|
|
518
|
+
padding: 0 1rem;
|
|
509
519
|
}
|
|
510
520
|
|
|
511
521
|
.c7 {
|
|
@@ -572,7 +582,7 @@ exports[`renders correctly 1`] = `
|
|
|
572
582
|
-webkit-text-decoration: none;
|
|
573
583
|
text-decoration: none;
|
|
574
584
|
font-weight: bold;
|
|
575
|
-
font-size:
|
|
585
|
+
font-size: 16px;
|
|
576
586
|
}
|
|
577
587
|
|
|
578
588
|
.c37:hover,
|
|
@@ -586,6 +596,7 @@ exports[`renders correctly 1`] = `
|
|
|
586
596
|
.c38 {
|
|
587
597
|
color: #FFFFFF;
|
|
588
598
|
font-weight: bold;
|
|
599
|
+
font-size: 16px;
|
|
589
600
|
}
|
|
590
601
|
|
|
591
602
|
.c40 {
|
|
@@ -636,8 +647,8 @@ exports[`renders correctly 1`] = `
|
|
|
636
647
|
.c42 > span {
|
|
637
648
|
color: #FFFFFF;
|
|
638
649
|
opacity: 0.8;
|
|
639
|
-
-webkit-text-decoration:
|
|
640
|
-
text-decoration:
|
|
650
|
+
-webkit-text-decoration: none;
|
|
651
|
+
text-decoration: none;
|
|
641
652
|
-webkit-text-decoration-color: #FFFFFF;
|
|
642
653
|
text-decoration-color: #FFFFFF;
|
|
643
654
|
font-weight: normal;
|
|
@@ -675,7 +686,7 @@ exports[`renders correctly 1`] = `
|
|
|
675
686
|
-webkit-justify-content: flex-start;
|
|
676
687
|
-ms-flex-pack: start;
|
|
677
688
|
justify-content: flex-start;
|
|
678
|
-
|
|
689
|
+
padding-bottom: 2rem;
|
|
679
690
|
}
|
|
680
691
|
|
|
681
692
|
.c32 {
|
|
@@ -695,7 +706,7 @@ exports[`renders correctly 1`] = `
|
|
|
695
706
|
-webkit-justify-content: center;
|
|
696
707
|
-ms-flex-pack: center;
|
|
697
708
|
justify-content: center;
|
|
698
|
-
|
|
709
|
+
padding-bottom: 0;
|
|
699
710
|
display: none;
|
|
700
711
|
}
|
|
701
712
|
|
|
@@ -716,7 +727,7 @@ exports[`renders correctly 1`] = `
|
|
|
716
727
|
-webkit-justify-content: center;
|
|
717
728
|
-ms-flex-pack: center;
|
|
718
729
|
justify-content: center;
|
|
719
|
-
|
|
730
|
+
padding-bottom: 0;
|
|
720
731
|
display: none;
|
|
721
732
|
}
|
|
722
733
|
|
|
@@ -737,7 +748,7 @@ exports[`renders correctly 1`] = `
|
|
|
737
748
|
-webkit-justify-content: flex-start;
|
|
738
749
|
-ms-flex-pack: start;
|
|
739
750
|
justify-content: flex-start;
|
|
740
|
-
|
|
751
|
+
padding-bottom: 2rem;
|
|
741
752
|
}
|
|
742
753
|
|
|
743
754
|
.c4 {
|
|
@@ -893,8 +904,8 @@ exports[`renders correctly 1`] = `
|
|
|
893
904
|
|
|
894
905
|
@media (min-width:740px) {
|
|
895
906
|
.c14 {
|
|
896
|
-
width:
|
|
897
|
-
|
|
907
|
+
width: 100%;
|
|
908
|
+
max-width: 364px;
|
|
898
909
|
}
|
|
899
910
|
}
|
|
900
911
|
|
|
@@ -916,13 +927,18 @@ exports[`renders correctly 1`] = `
|
|
|
916
927
|
|
|
917
928
|
@media (min-width:740px) {
|
|
918
929
|
.c22 {
|
|
919
|
-
width:
|
|
930
|
+
width: 100%;
|
|
931
|
+
max-width: 123px;
|
|
932
|
+
-webkit-flex: 0 0 auto;
|
|
933
|
+
-ms-flex: 0 0 auto;
|
|
934
|
+
flex: 0 0 auto;
|
|
920
935
|
}
|
|
921
936
|
}
|
|
922
937
|
|
|
923
938
|
@media (min-width:740px) {
|
|
924
939
|
.c24 {
|
|
925
940
|
margin: 0;
|
|
941
|
+
max-width: 123px;
|
|
926
942
|
}
|
|
927
943
|
}
|
|
928
944
|
|
|
@@ -939,9 +955,15 @@ exports[`renders correctly 1`] = `
|
|
|
939
955
|
}
|
|
940
956
|
}
|
|
941
957
|
|
|
958
|
+
@media (min-width:740px) {
|
|
959
|
+
.c1 {
|
|
960
|
+
padding: 0 2rem;
|
|
961
|
+
}
|
|
962
|
+
}
|
|
963
|
+
|
|
942
964
|
@media (min-width:1024px) {
|
|
943
965
|
.c1 {
|
|
944
|
-
padding: 0
|
|
966
|
+
padding: 0 4rem;
|
|
945
967
|
}
|
|
946
968
|
}
|
|
947
969
|
|
|
@@ -954,6 +976,8 @@ exports[`renders correctly 1`] = `
|
|
|
954
976
|
-webkit-justify-content: space-between;
|
|
955
977
|
-ms-flex-pack: justify;
|
|
956
978
|
justify-content: space-between;
|
|
979
|
+
-webkit-column-gap: 3rem;
|
|
980
|
+
column-gap: 3rem;
|
|
957
981
|
-webkit-align-items: flex-start;
|
|
958
982
|
-webkit-box-align: flex-start;
|
|
959
983
|
-ms-flex-align: flex-start;
|
|
@@ -966,9 +990,10 @@ exports[`renders correctly 1`] = `
|
|
|
966
990
|
-webkit-flex-direction: column;
|
|
967
991
|
-ms-flex-direction: column;
|
|
968
992
|
flex-direction: column;
|
|
969
|
-
-webkit-flex:
|
|
970
|
-
-ms-flex:
|
|
971
|
-
flex:
|
|
993
|
+
-webkit-flex: 1 1 auto;
|
|
994
|
+
-ms-flex: 1 1 auto;
|
|
995
|
+
flex: 1 1 auto;
|
|
996
|
+
min-width: 0;
|
|
972
997
|
}
|
|
973
998
|
}
|
|
974
999
|
|
|
@@ -1024,9 +1049,1635 @@ exports[`renders correctly 1`] = `
|
|
|
1024
1049
|
}
|
|
1025
1050
|
|
|
1026
1051
|
@media (min-width:740px) {
|
|
1027
|
-
.
|
|
1028
|
-
-webkit-
|
|
1029
|
-
|
|
1052
|
+
.c2 {
|
|
1053
|
+
-webkit-flex: 0 0 auto;
|
|
1054
|
+
-ms-flex: 0 0 auto;
|
|
1055
|
+
flex: 0 0 auto;
|
|
1056
|
+
margin-top: 0;
|
|
1057
|
+
margin-bottom: 0;
|
|
1058
|
+
padding-top: 0;
|
|
1059
|
+
display: none;
|
|
1060
|
+
-webkit-box-pack: center;
|
|
1061
|
+
-webkit-justify-content: center;
|
|
1062
|
+
-ms-flex-pack: center;
|
|
1063
|
+
justify-content: center;
|
|
1064
|
+
}
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1067
|
+
@media (min-width:1024px) {
|
|
1068
|
+
.c2 {
|
|
1069
|
+
display: none;
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
@media (min-width:740px) {
|
|
1074
|
+
.c32 {
|
|
1075
|
+
-webkit-flex: 0 0 auto;
|
|
1076
|
+
-ms-flex: 0 0 auto;
|
|
1077
|
+
flex: 0 0 auto;
|
|
1078
|
+
margin-top: 0;
|
|
1079
|
+
margin-bottom: 0;
|
|
1080
|
+
padding-top: 2rem;
|
|
1081
|
+
display: -webkit-box;
|
|
1082
|
+
display: -webkit-flex;
|
|
1083
|
+
display: -ms-flexbox;
|
|
1084
|
+
display: flex;
|
|
1085
|
+
-webkit-box-pack: end;
|
|
1086
|
+
-webkit-justify-content: flex-end;
|
|
1087
|
+
-ms-flex-pack: end;
|
|
1088
|
+
justify-content: flex-end;
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1091
|
+
|
|
1092
|
+
@media (min-width:1024px) {
|
|
1093
|
+
.c32 {
|
|
1094
|
+
display: none;
|
|
1095
|
+
}
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
@media (min-width:740px) {
|
|
1099
|
+
.c34 {
|
|
1100
|
+
-webkit-flex: 0 0 auto;
|
|
1101
|
+
-ms-flex: 0 0 auto;
|
|
1102
|
+
flex: 0 0 auto;
|
|
1103
|
+
margin-top: 0;
|
|
1104
|
+
margin-bottom: 0;
|
|
1105
|
+
padding-top: 2rem;
|
|
1106
|
+
display: none;
|
|
1107
|
+
-webkit-box-pack: end;
|
|
1108
|
+
-webkit-justify-content: flex-end;
|
|
1109
|
+
-ms-flex-pack: end;
|
|
1110
|
+
justify-content: flex-end;
|
|
1111
|
+
}
|
|
1112
|
+
}
|
|
1113
|
+
|
|
1114
|
+
@media (min-width:1024px) {
|
|
1115
|
+
.c34 {
|
|
1116
|
+
display: -webkit-box;
|
|
1117
|
+
display: -webkit-flex;
|
|
1118
|
+
display: -ms-flexbox;
|
|
1119
|
+
display: flex;
|
|
1120
|
+
}
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
@media (min-width:740px) {
|
|
1124
|
+
.c46 {
|
|
1125
|
+
-webkit-flex: 0 0 auto;
|
|
1126
|
+
-ms-flex: 0 0 auto;
|
|
1127
|
+
flex: 0 0 auto;
|
|
1128
|
+
margin-top: 0;
|
|
1129
|
+
margin-bottom: 0;
|
|
1130
|
+
padding-top: 0;
|
|
1131
|
+
display: -webkit-box;
|
|
1132
|
+
display: -webkit-flex;
|
|
1133
|
+
display: -ms-flexbox;
|
|
1134
|
+
display: flex;
|
|
1135
|
+
-webkit-box-pack: start;
|
|
1136
|
+
-webkit-justify-content: flex-start;
|
|
1137
|
+
-ms-flex-pack: start;
|
|
1138
|
+
justify-content: flex-start;
|
|
1139
|
+
}
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
@media (min-width:1024px) {
|
|
1143
|
+
.c46 {
|
|
1144
|
+
display: none;
|
|
1145
|
+
}
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
@media (min-width:1024px) {
|
|
1149
|
+
.c44 {
|
|
1150
|
+
margin-bottom: 0;
|
|
1151
|
+
}
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
<div>
|
|
1155
|
+
<footer
|
|
1156
|
+
className="c0"
|
|
1157
|
+
role="banner"
|
|
1158
|
+
>
|
|
1159
|
+
<div
|
|
1160
|
+
className="c1"
|
|
1161
|
+
>
|
|
1162
|
+
|
|
1163
|
+
<div
|
|
1164
|
+
className="c2"
|
|
1165
|
+
>
|
|
1166
|
+
<a
|
|
1167
|
+
className="c3 c4"
|
|
1168
|
+
color="red"
|
|
1169
|
+
href="/"
|
|
1170
|
+
target="_self"
|
|
1171
|
+
title="Go to Comic Relief homepage"
|
|
1172
|
+
type="standard"
|
|
1173
|
+
>
|
|
1174
|
+
<div
|
|
1175
|
+
className="c5"
|
|
1176
|
+
rotate={0}
|
|
1177
|
+
>
|
|
1178
|
+
<img
|
|
1179
|
+
alt="Comic Relief logo"
|
|
1180
|
+
className="c6"
|
|
1181
|
+
src="mock.asset"
|
|
1182
|
+
/>
|
|
1183
|
+
</div>
|
|
1184
|
+
</a>
|
|
1185
|
+
</div>
|
|
1186
|
+
<div
|
|
1187
|
+
className="c7"
|
|
1188
|
+
>
|
|
1189
|
+
<div
|
|
1190
|
+
className="c8"
|
|
1191
|
+
>
|
|
1192
|
+
<div
|
|
1193
|
+
className="c9"
|
|
1194
|
+
>
|
|
1195
|
+
<form
|
|
1196
|
+
noValidate={true}
|
|
1197
|
+
onSubmit={[Function]}
|
|
1198
|
+
>
|
|
1199
|
+
<div
|
|
1200
|
+
className="c10"
|
|
1201
|
+
>
|
|
1202
|
+
<div
|
|
1203
|
+
className="c11"
|
|
1204
|
+
>
|
|
1205
|
+
<span
|
|
1206
|
+
className="c12"
|
|
1207
|
+
>
|
|
1208
|
+
Subscribe to our newsletter
|
|
1209
|
+
</span>
|
|
1210
|
+
</div>
|
|
1211
|
+
<div
|
|
1212
|
+
className="c13"
|
|
1213
|
+
>
|
|
1214
|
+
<div
|
|
1215
|
+
className="c14"
|
|
1216
|
+
>
|
|
1217
|
+
<label
|
|
1218
|
+
className="c15 c16"
|
|
1219
|
+
htmlFor="email-signup"
|
|
1220
|
+
>
|
|
1221
|
+
<span
|
|
1222
|
+
className="c17 c18"
|
|
1223
|
+
dangerouslySetInnerHTML={
|
|
1224
|
+
Object {
|
|
1225
|
+
"__html": "Email address",
|
|
1226
|
+
}
|
|
1227
|
+
}
|
|
1228
|
+
/>
|
|
1229
|
+
<div
|
|
1230
|
+
className="c19"
|
|
1231
|
+
>
|
|
1232
|
+
|
|
1233
|
+
<div
|
|
1234
|
+
className="c20"
|
|
1235
|
+
>
|
|
1236
|
+
<input
|
|
1237
|
+
aria-required={false}
|
|
1238
|
+
className="c21"
|
|
1239
|
+
id="email-signup"
|
|
1240
|
+
name="email"
|
|
1241
|
+
onBlur={[Function]}
|
|
1242
|
+
onChange={[Function]}
|
|
1243
|
+
placeholder="Enter your email address"
|
|
1244
|
+
required={false}
|
|
1245
|
+
type="email"
|
|
1246
|
+
/>
|
|
1247
|
+
|
|
1248
|
+
</div>
|
|
1249
|
+
</div>
|
|
1250
|
+
|
|
1251
|
+
</label>
|
|
1252
|
+
</div>
|
|
1253
|
+
<div
|
|
1254
|
+
className="c22"
|
|
1255
|
+
>
|
|
1256
|
+
<button
|
|
1257
|
+
className="c23 c24"
|
|
1258
|
+
color="white"
|
|
1259
|
+
type="submit"
|
|
1260
|
+
>
|
|
1261
|
+
<span
|
|
1262
|
+
className="emailSignUpButtonContent"
|
|
1263
|
+
>
|
|
1264
|
+
<span
|
|
1265
|
+
className="emailSignUpButtonLabel"
|
|
1266
|
+
>
|
|
1267
|
+
Sign up
|
|
1268
|
+
</span>
|
|
1269
|
+
<span
|
|
1270
|
+
aria-hidden="true"
|
|
1271
|
+
className="emailSignUpButtonArrow"
|
|
1272
|
+
>
|
|
1273
|
+
<svg
|
|
1274
|
+
className="c25"
|
|
1275
|
+
direction="right"
|
|
1276
|
+
height={18}
|
|
1277
|
+
viewBox="0 0 96 96"
|
|
1278
|
+
width={18}
|
|
1279
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1280
|
+
>
|
|
1281
|
+
<path
|
|
1282
|
+
d="m90.871,50.776c-0.016,0.016 -0.026,0.036 -0.043,0.052l-32,32c-0.781,0.781 -1.804,1.172 -2.828,1.172s-2.047,-0.391 -2.829,-1.171a4,4 0 0 1 0,-5.657l25.172,-25.172l-70.343,0a4,4 0 0 1 0,-8l70.343,0l-25.172,-25.171a4,4 0 0 1 5.657,-5.657l32,32c0.016,0.016 0.027,0.036 0.043,0.052c0.167,0.172 0.321,0.357 0.455,0.557c0.069,0.104 0.118,0.216 0.176,0.325c0.065,0.121 0.138,0.236 0.191,0.364c0.057,0.137 0.09,0.279 0.13,0.42c0.032,0.109 0.074,0.214 0.097,0.327a4.017,4.017 0 0 1 0,1.568c-0.023,0.113 -0.065,0.217 -0.097,0.327c-0.041,0.141 -0.074,0.283 -0.13,0.42c-0.053,0.128 -0.126,0.243 -0.191,0.364c-0.059,0.109 -0.107,0.221 -0.176,0.325a4.035,4.035 0 0 1 -0.455,0.555z"
|
|
1283
|
+
id="svg_1"
|
|
1284
|
+
transform="rotate(-180 47.998626708984375,48.00019836425781) "
|
|
1285
|
+
/>
|
|
1286
|
+
</svg>
|
|
1287
|
+
</span>
|
|
1288
|
+
</span>
|
|
1289
|
+
</button>
|
|
1290
|
+
</div>
|
|
1291
|
+
</div>
|
|
1292
|
+
</div>
|
|
1293
|
+
</form>
|
|
1294
|
+
</div>
|
|
1295
|
+
<div
|
|
1296
|
+
className="c26"
|
|
1297
|
+
>
|
|
1298
|
+
<ul
|
|
1299
|
+
className="c27"
|
|
1300
|
+
>
|
|
1301
|
+
<li
|
|
1302
|
+
className="c28"
|
|
1303
|
+
>
|
|
1304
|
+
<a
|
|
1305
|
+
className="c29 c30"
|
|
1306
|
+
data-test="icon-facebook"
|
|
1307
|
+
href="https://www.facebook.com/comicrelief"
|
|
1308
|
+
rel="noopener noreferrer"
|
|
1309
|
+
target="_blank"
|
|
1310
|
+
title="Check out our Facebook page"
|
|
1311
|
+
>
|
|
1312
|
+
<img
|
|
1313
|
+
alt="facebook"
|
|
1314
|
+
className="c31"
|
|
1315
|
+
src="mock.asset"
|
|
1316
|
+
/>
|
|
1317
|
+
</a>
|
|
1318
|
+
</li>
|
|
1319
|
+
<li
|
|
1320
|
+
className="c28"
|
|
1321
|
+
>
|
|
1322
|
+
<a
|
|
1323
|
+
className="c29 c30"
|
|
1324
|
+
data-test="icon-instagram"
|
|
1325
|
+
href="https://www.instagram.com/comicrelief"
|
|
1326
|
+
rel="noopener noreferrer"
|
|
1327
|
+
target="_blank"
|
|
1328
|
+
title="Check out our Instagram account"
|
|
1329
|
+
>
|
|
1330
|
+
<img
|
|
1331
|
+
alt="instagram"
|
|
1332
|
+
className="c31"
|
|
1333
|
+
src="mock.asset"
|
|
1334
|
+
/>
|
|
1335
|
+
</a>
|
|
1336
|
+
</li>
|
|
1337
|
+
<li
|
|
1338
|
+
className="c28"
|
|
1339
|
+
>
|
|
1340
|
+
<a
|
|
1341
|
+
className="c29 c30"
|
|
1342
|
+
data-test="icon-x"
|
|
1343
|
+
href="https://x.com/comicrelief"
|
|
1344
|
+
rel="noopener noreferrer"
|
|
1345
|
+
target="_blank"
|
|
1346
|
+
title="Check out our X account"
|
|
1347
|
+
>
|
|
1348
|
+
<img
|
|
1349
|
+
alt="x"
|
|
1350
|
+
className="c31"
|
|
1351
|
+
src="mock.asset"
|
|
1352
|
+
/>
|
|
1353
|
+
</a>
|
|
1354
|
+
</li>
|
|
1355
|
+
<li
|
|
1356
|
+
className="c28"
|
|
1357
|
+
>
|
|
1358
|
+
<a
|
|
1359
|
+
className="c29 c30"
|
|
1360
|
+
data-test="icon-tiktok"
|
|
1361
|
+
href="https://www.tiktok.com/@comicrelief"
|
|
1362
|
+
rel="noopener noreferrer"
|
|
1363
|
+
target="_blank"
|
|
1364
|
+
title="Check out our TikTok account"
|
|
1365
|
+
>
|
|
1366
|
+
<img
|
|
1367
|
+
alt="tiktok"
|
|
1368
|
+
className="c31"
|
|
1369
|
+
src="mock.asset"
|
|
1370
|
+
/>
|
|
1371
|
+
</a>
|
|
1372
|
+
</li>
|
|
1373
|
+
<li
|
|
1374
|
+
className="c28"
|
|
1375
|
+
>
|
|
1376
|
+
<a
|
|
1377
|
+
className="c29 c30"
|
|
1378
|
+
data-test="icon-youtube"
|
|
1379
|
+
href="https://www.youtube.com/channel/UCdF5u0ggeSETozc8fsprjcw"
|
|
1380
|
+
rel="noopener noreferrer"
|
|
1381
|
+
target="_blank"
|
|
1382
|
+
title="Check out our YouTube channel"
|
|
1383
|
+
>
|
|
1384
|
+
<img
|
|
1385
|
+
alt="youtube"
|
|
1386
|
+
className="c31"
|
|
1387
|
+
src="mock.asset"
|
|
1388
|
+
/>
|
|
1389
|
+
</a>
|
|
1390
|
+
</li>
|
|
1391
|
+
</ul>
|
|
1392
|
+
</div>
|
|
1393
|
+
</div>
|
|
1394
|
+
<div
|
|
1395
|
+
className="c32"
|
|
1396
|
+
>
|
|
1397
|
+
<a
|
|
1398
|
+
className="c3 c4"
|
|
1399
|
+
color="red"
|
|
1400
|
+
href="/"
|
|
1401
|
+
target="_self"
|
|
1402
|
+
title="Go to Comic Relief homepage"
|
|
1403
|
+
type="standard"
|
|
1404
|
+
>
|
|
1405
|
+
<div
|
|
1406
|
+
className="c33"
|
|
1407
|
+
rotate={0}
|
|
1408
|
+
>
|
|
1409
|
+
<img
|
|
1410
|
+
alt="Comic Relief logo"
|
|
1411
|
+
className="c6"
|
|
1412
|
+
src="mock.asset"
|
|
1413
|
+
/>
|
|
1414
|
+
</div>
|
|
1415
|
+
</a>
|
|
1416
|
+
</div>
|
|
1417
|
+
<div
|
|
1418
|
+
className="c34"
|
|
1419
|
+
>
|
|
1420
|
+
<a
|
|
1421
|
+
className="c3 c4"
|
|
1422
|
+
color="red"
|
|
1423
|
+
href="/"
|
|
1424
|
+
target="_self"
|
|
1425
|
+
title="Go to Comic Relief homepage"
|
|
1426
|
+
type="standard"
|
|
1427
|
+
>
|
|
1428
|
+
<div
|
|
1429
|
+
className="c33"
|
|
1430
|
+
rotate={0}
|
|
1431
|
+
>
|
|
1432
|
+
<img
|
|
1433
|
+
alt="Comic Relief logo"
|
|
1434
|
+
className="c6"
|
|
1435
|
+
src="mock.asset"
|
|
1436
|
+
/>
|
|
1437
|
+
</div>
|
|
1438
|
+
</a>
|
|
1439
|
+
</div>
|
|
1440
|
+
</div>
|
|
1441
|
+
<nav
|
|
1442
|
+
aria-label="Primary footer navigation"
|
|
1443
|
+
className="c35"
|
|
1444
|
+
role="navigation"
|
|
1445
|
+
>
|
|
1446
|
+
<li
|
|
1447
|
+
className="c36"
|
|
1448
|
+
>
|
|
1449
|
+
<a
|
|
1450
|
+
className="c3 c37"
|
|
1451
|
+
color="red"
|
|
1452
|
+
href="/contact-us"
|
|
1453
|
+
target="_self"
|
|
1454
|
+
type="standard"
|
|
1455
|
+
>
|
|
1456
|
+
<span
|
|
1457
|
+
className="c17 c38"
|
|
1458
|
+
>
|
|
1459
|
+
Contact us
|
|
1460
|
+
</span>
|
|
1461
|
+
</a>
|
|
1462
|
+
</li>
|
|
1463
|
+
<li
|
|
1464
|
+
className="c36"
|
|
1465
|
+
>
|
|
1466
|
+
<a
|
|
1467
|
+
className="c3 c37"
|
|
1468
|
+
color="red"
|
|
1469
|
+
href="https://www.comicrelief.com/frequently-asked-questions"
|
|
1470
|
+
target="_self"
|
|
1471
|
+
type="standard"
|
|
1472
|
+
>
|
|
1473
|
+
<span
|
|
1474
|
+
className="c17 c38"
|
|
1475
|
+
>
|
|
1476
|
+
FAQs
|
|
1477
|
+
</span>
|
|
1478
|
+
</a>
|
|
1479
|
+
</li>
|
|
1480
|
+
</nav>
|
|
1481
|
+
<div
|
|
1482
|
+
className="c39"
|
|
1483
|
+
>
|
|
1484
|
+
<ul
|
|
1485
|
+
className="c27"
|
|
1486
|
+
>
|
|
1487
|
+
<li
|
|
1488
|
+
className="c28"
|
|
1489
|
+
>
|
|
1490
|
+
<a
|
|
1491
|
+
className="c29 c30"
|
|
1492
|
+
data-test="icon-facebook"
|
|
1493
|
+
href="https://www.facebook.com/comicrelief"
|
|
1494
|
+
rel="noopener noreferrer"
|
|
1495
|
+
target="_blank"
|
|
1496
|
+
title="Check out our Facebook page"
|
|
1497
|
+
>
|
|
1498
|
+
<img
|
|
1499
|
+
alt="facebook"
|
|
1500
|
+
className="c31"
|
|
1501
|
+
src="mock.asset"
|
|
1502
|
+
/>
|
|
1503
|
+
</a>
|
|
1504
|
+
</li>
|
|
1505
|
+
<li
|
|
1506
|
+
className="c28"
|
|
1507
|
+
>
|
|
1508
|
+
<a
|
|
1509
|
+
className="c29 c30"
|
|
1510
|
+
data-test="icon-instagram"
|
|
1511
|
+
href="https://www.instagram.com/comicrelief"
|
|
1512
|
+
rel="noopener noreferrer"
|
|
1513
|
+
target="_blank"
|
|
1514
|
+
title="Check out our Instagram account"
|
|
1515
|
+
>
|
|
1516
|
+
<img
|
|
1517
|
+
alt="instagram"
|
|
1518
|
+
className="c31"
|
|
1519
|
+
src="mock.asset"
|
|
1520
|
+
/>
|
|
1521
|
+
</a>
|
|
1522
|
+
</li>
|
|
1523
|
+
<li
|
|
1524
|
+
className="c28"
|
|
1525
|
+
>
|
|
1526
|
+
<a
|
|
1527
|
+
className="c29 c30"
|
|
1528
|
+
data-test="icon-x"
|
|
1529
|
+
href="https://x.com/comicrelief"
|
|
1530
|
+
rel="noopener noreferrer"
|
|
1531
|
+
target="_blank"
|
|
1532
|
+
title="Check out our X account"
|
|
1533
|
+
>
|
|
1534
|
+
<img
|
|
1535
|
+
alt="x"
|
|
1536
|
+
className="c31"
|
|
1537
|
+
src="mock.asset"
|
|
1538
|
+
/>
|
|
1539
|
+
</a>
|
|
1540
|
+
</li>
|
|
1541
|
+
<li
|
|
1542
|
+
className="c28"
|
|
1543
|
+
>
|
|
1544
|
+
<a
|
|
1545
|
+
className="c29 c30"
|
|
1546
|
+
data-test="icon-tiktok"
|
|
1547
|
+
href="https://www.tiktok.com/@comicrelief"
|
|
1548
|
+
rel="noopener noreferrer"
|
|
1549
|
+
target="_blank"
|
|
1550
|
+
title="Check out our TikTok account"
|
|
1551
|
+
>
|
|
1552
|
+
<img
|
|
1553
|
+
alt="tiktok"
|
|
1554
|
+
className="c31"
|
|
1555
|
+
src="mock.asset"
|
|
1556
|
+
/>
|
|
1557
|
+
</a>
|
|
1558
|
+
</li>
|
|
1559
|
+
<li
|
|
1560
|
+
className="c28"
|
|
1561
|
+
>
|
|
1562
|
+
<a
|
|
1563
|
+
className="c29 c30"
|
|
1564
|
+
data-test="icon-youtube"
|
|
1565
|
+
href="https://www.youtube.com/channel/UCdF5u0ggeSETozc8fsprjcw"
|
|
1566
|
+
rel="noopener noreferrer"
|
|
1567
|
+
target="_blank"
|
|
1568
|
+
title="Check out our YouTube channel"
|
|
1569
|
+
>
|
|
1570
|
+
<img
|
|
1571
|
+
alt="youtube"
|
|
1572
|
+
className="c31"
|
|
1573
|
+
src="mock.asset"
|
|
1574
|
+
/>
|
|
1575
|
+
</a>
|
|
1576
|
+
</li>
|
|
1577
|
+
</ul>
|
|
1578
|
+
</div>
|
|
1579
|
+
<nav
|
|
1580
|
+
aria-label="Secondary footer navigation"
|
|
1581
|
+
className="c40"
|
|
1582
|
+
role="navigation"
|
|
1583
|
+
>
|
|
1584
|
+
<li
|
|
1585
|
+
className="c41"
|
|
1586
|
+
>
|
|
1587
|
+
<a
|
|
1588
|
+
className="c3 c42"
|
|
1589
|
+
color="red"
|
|
1590
|
+
href="https://www.comicrelief.com/terms-of-use"
|
|
1591
|
+
target="_self"
|
|
1592
|
+
type="standard"
|
|
1593
|
+
>
|
|
1594
|
+
<span
|
|
1595
|
+
className="c17 c43"
|
|
1596
|
+
>
|
|
1597
|
+
Terms of use
|
|
1598
|
+
</span>
|
|
1599
|
+
</a>
|
|
1600
|
+
</li>
|
|
1601
|
+
<li
|
|
1602
|
+
className="c41"
|
|
1603
|
+
>
|
|
1604
|
+
<a
|
|
1605
|
+
className="c3 c42"
|
|
1606
|
+
color="red"
|
|
1607
|
+
href="https://www.comicrelief.com/privacy-notice"
|
|
1608
|
+
target="_self"
|
|
1609
|
+
type="standard"
|
|
1610
|
+
>
|
|
1611
|
+
<span
|
|
1612
|
+
className="c17 c43"
|
|
1613
|
+
>
|
|
1614
|
+
Privacy notice
|
|
1615
|
+
</span>
|
|
1616
|
+
</a>
|
|
1617
|
+
</li>
|
|
1618
|
+
</nav>
|
|
1619
|
+
<div
|
|
1620
|
+
className="c44"
|
|
1621
|
+
>
|
|
1622
|
+
<p
|
|
1623
|
+
className="c17 c45"
|
|
1624
|
+
>
|
|
1625
|
+
Comic Relief is the trading name of Charity Projects, a registered charity in England and Wales (326568) and Scotland (SC039730), which is a company limited by guarantee registered in England and Wales (01806414). Registered address: 6th Floor, The White Chapel Building, 10 Whitechapel High Street, London, E1 8QS.
|
|
1626
|
+
</p>
|
|
1627
|
+
</div>
|
|
1628
|
+
<div
|
|
1629
|
+
className="c46"
|
|
1630
|
+
/>
|
|
1631
|
+
</div>
|
|
1632
|
+
</footer>
|
|
1633
|
+
</div>
|
|
1634
|
+
`;
|
|
1635
|
+
|
|
1636
|
+
exports[`renders correctly 1`] = `
|
|
1637
|
+
.c17 {
|
|
1638
|
+
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
1639
|
+
font-weight: 400;
|
|
1640
|
+
text-transform: inherit;
|
|
1641
|
+
-webkit-letter-spacing: 0;
|
|
1642
|
+
-moz-letter-spacing: 0;
|
|
1643
|
+
-ms-letter-spacing: 0;
|
|
1644
|
+
letter-spacing: 0;
|
|
1645
|
+
font-size: 1rem;
|
|
1646
|
+
line-height: 1.25rem;
|
|
1647
|
+
}
|
|
1648
|
+
|
|
1649
|
+
.c17 span {
|
|
1650
|
+
font-size: inherit;
|
|
1651
|
+
line-height: inherit;
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1654
|
+
.c6 {
|
|
1655
|
+
object-fit: cover;
|
|
1656
|
+
width: 100%;
|
|
1657
|
+
display: block;
|
|
1658
|
+
height: auto;
|
|
1659
|
+
margin-right: 1rem;
|
|
1660
|
+
}
|
|
1661
|
+
|
|
1662
|
+
.c5 {
|
|
1663
|
+
display: inline-block;
|
|
1664
|
+
z-index: 3;
|
|
1665
|
+
width: 59px;
|
|
1666
|
+
-webkit-transform: inherit;
|
|
1667
|
+
-ms-transform: inherit;
|
|
1668
|
+
transform: inherit;
|
|
1669
|
+
vertical-align: bottom;
|
|
1670
|
+
}
|
|
1671
|
+
|
|
1672
|
+
.c33 {
|
|
1673
|
+
display: inline-block;
|
|
1674
|
+
z-index: 3;
|
|
1675
|
+
width: 59px;
|
|
1676
|
+
-webkit-transform: inherit;
|
|
1677
|
+
-ms-transform: inherit;
|
|
1678
|
+
transform: inherit;
|
|
1679
|
+
vertical-align: bottom;
|
|
1680
|
+
}
|
|
1681
|
+
|
|
1682
|
+
.c3 {
|
|
1683
|
+
position: relative;
|
|
1684
|
+
display: inline;
|
|
1685
|
+
color: #000000;
|
|
1686
|
+
font-weight: normal;
|
|
1687
|
+
}
|
|
1688
|
+
|
|
1689
|
+
.c3:hover,
|
|
1690
|
+
.c3:focus {
|
|
1691
|
+
color: #000000;
|
|
1692
|
+
-webkit-text-decoration: none;
|
|
1693
|
+
text-decoration: none;
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1696
|
+
.c23 {
|
|
1697
|
+
display: -webkit-inline-box;
|
|
1698
|
+
display: -webkit-inline-flex;
|
|
1699
|
+
display: -ms-inline-flexbox;
|
|
1700
|
+
display: inline-flex;
|
|
1701
|
+
position: relative;
|
|
1702
|
+
-webkit-text-decoration: none;
|
|
1703
|
+
text-decoration: none;
|
|
1704
|
+
-webkit-transition: all 0.2s;
|
|
1705
|
+
transition: all 0.2s;
|
|
1706
|
+
height: 2.5rem;
|
|
1707
|
+
width: 100%;
|
|
1708
|
+
-webkit-box-pack: center;
|
|
1709
|
+
-webkit-justify-content: center;
|
|
1710
|
+
-ms-flex-pack: center;
|
|
1711
|
+
justify-content: center;
|
|
1712
|
+
-webkit-align-items: center;
|
|
1713
|
+
-webkit-box-align: center;
|
|
1714
|
+
-ms-flex-align: center;
|
|
1715
|
+
align-items: center;
|
|
1716
|
+
border: none;
|
|
1717
|
+
cursor: pointer;
|
|
1718
|
+
padding: 0.6rem 1rem;
|
|
1719
|
+
border-radius: 0.5rem;
|
|
1720
|
+
background-color: #FFFFFF;
|
|
1721
|
+
color: #000000;
|
|
1722
|
+
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
1723
|
+
font-weight: 700;
|
|
1724
|
+
text-transform: inherit;
|
|
1725
|
+
-webkit-letter-spacing: 0;
|
|
1726
|
+
-moz-letter-spacing: 0;
|
|
1727
|
+
-ms-letter-spacing: 0;
|
|
1728
|
+
letter-spacing: 0;
|
|
1729
|
+
font-size: 1rem;
|
|
1730
|
+
line-height: 1.25rem;
|
|
1731
|
+
}
|
|
1732
|
+
|
|
1733
|
+
.c23 > a {
|
|
1734
|
+
-webkit-text-decoration: none;
|
|
1735
|
+
text-decoration: none;
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
.c23:hover,
|
|
1739
|
+
.c23:focus,
|
|
1740
|
+
.c23:focus-within,
|
|
1741
|
+
.c23:focus-visible {
|
|
1742
|
+
background-color: #E1E2E3;
|
|
1743
|
+
outline-offset: 3px;
|
|
1744
|
+
}
|
|
1745
|
+
|
|
1746
|
+
.c23:disabled {
|
|
1747
|
+
cursor: not-allowed;
|
|
1748
|
+
opacity: 0.5;
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
.c15 {
|
|
1752
|
+
width: 100%;
|
|
1753
|
+
position: relative;
|
|
1754
|
+
display: -webkit-box;
|
|
1755
|
+
display: -webkit-flex;
|
|
1756
|
+
display: -ms-flexbox;
|
|
1757
|
+
display: flex;
|
|
1758
|
+
-webkit-flex-direction: column;
|
|
1759
|
+
-ms-flex-direction: column;
|
|
1760
|
+
flex-direction: column;
|
|
1761
|
+
color: #000000;
|
|
1762
|
+
}
|
|
1763
|
+
|
|
1764
|
+
.c15:after {
|
|
1765
|
+
position: absolute;
|
|
1766
|
+
top: 0;
|
|
1767
|
+
right: 0;
|
|
1768
|
+
content: 'Optional';
|
|
1769
|
+
font-family: inherit;
|
|
1770
|
+
font-size: 1rem;
|
|
1771
|
+
}
|
|
1772
|
+
|
|
1773
|
+
.c18 {
|
|
1774
|
+
border: 0;
|
|
1775
|
+
-webkit-clip: rect(0 0 0 0);
|
|
1776
|
+
clip: rect(0 0 0 0);
|
|
1777
|
+
-webkit-clip-path: inset(50%);
|
|
1778
|
+
clip-path: inset(50%);
|
|
1779
|
+
height: 1px;
|
|
1780
|
+
margin: -1px;
|
|
1781
|
+
overflow: hidden;
|
|
1782
|
+
padding: 0;
|
|
1783
|
+
position: absolute;
|
|
1784
|
+
white-space: nowrap;
|
|
1785
|
+
width: 1px;
|
|
1786
|
+
}
|
|
1787
|
+
|
|
1788
|
+
.c19 {
|
|
1789
|
+
position: relative;
|
|
1790
|
+
font-size: 1.25rem;
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
.c20 {
|
|
1794
|
+
position: relative;
|
|
1795
|
+
width: 100%;
|
|
1796
|
+
display: -webkit-box;
|
|
1797
|
+
display: -webkit-flex;
|
|
1798
|
+
display: -ms-flexbox;
|
|
1799
|
+
display: flex;
|
|
1800
|
+
-webkit-box-pack: end;
|
|
1801
|
+
-webkit-justify-content: flex-end;
|
|
1802
|
+
-ms-flex-pack: end;
|
|
1803
|
+
justify-content: flex-end;
|
|
1804
|
+
-webkit-align-items: center;
|
|
1805
|
+
-webkit-box-align: center;
|
|
1806
|
+
-ms-flex-align: center;
|
|
1807
|
+
align-items: center;
|
|
1808
|
+
}
|
|
1809
|
+
|
|
1810
|
+
.c21 {
|
|
1811
|
+
position: relative;
|
|
1812
|
+
box-sizing: border-box;
|
|
1813
|
+
width: 100%;
|
|
1814
|
+
height: 48px;
|
|
1815
|
+
padding: 1rem 2.4rem 1rem 1.5rem;
|
|
1816
|
+
background-color: #F4F3F5;
|
|
1817
|
+
border: 1px solid;
|
|
1818
|
+
border-color: #969598;
|
|
1819
|
+
box-shadow: none;
|
|
1820
|
+
-webkit-appearance: none;
|
|
1821
|
+
-moz-appearance: none;
|
|
1822
|
+
appearance: none;
|
|
1823
|
+
color: #000000;
|
|
1824
|
+
border-radius: 0.5rem;
|
|
1825
|
+
font-size: inherit;
|
|
1826
|
+
z-index: 2;
|
|
1827
|
+
font-family: inherit;
|
|
1828
|
+
}
|
|
1829
|
+
|
|
1830
|
+
.c21:focus {
|
|
1831
|
+
border: 1px solid #666;
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1834
|
+
.c29 {
|
|
1835
|
+
-webkit-text-decoration: none;
|
|
1836
|
+
text-decoration: none;
|
|
1837
|
+
cursor: pointer;
|
|
1838
|
+
display: block;
|
|
1839
|
+
position: relative;
|
|
1840
|
+
-webkit-transition: opacity 0.2s;
|
|
1841
|
+
transition: opacity 0.2s;
|
|
1842
|
+
background-color: #222222;
|
|
1843
|
+
border-radius: 0.5rem;
|
|
1844
|
+
padding: 0.5rem;
|
|
1845
|
+
box-sizing: border-box;
|
|
1846
|
+
display: -webkit-box;
|
|
1847
|
+
display: -webkit-flex;
|
|
1848
|
+
display: -ms-flexbox;
|
|
1849
|
+
display: flex;
|
|
1850
|
+
-webkit-align-items: center;
|
|
1851
|
+
-webkit-box-align: center;
|
|
1852
|
+
-ms-flex-align: center;
|
|
1853
|
+
align-items: center;
|
|
1854
|
+
-webkit-box-pack: center;
|
|
1855
|
+
-webkit-justify-content: center;
|
|
1856
|
+
-ms-flex-pack: center;
|
|
1857
|
+
justify-content: center;
|
|
1858
|
+
width: 100%;
|
|
1859
|
+
height: 100%;
|
|
1860
|
+
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
|
|
1861
|
+
-webkit-transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
|
|
1862
|
+
transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
|
|
1863
|
+
-webkit-transform-origin: center;
|
|
1864
|
+
-ms-transform-origin: center;
|
|
1865
|
+
transform-origin: center;
|
|
1866
|
+
}
|
|
1867
|
+
|
|
1868
|
+
.c29:hover,
|
|
1869
|
+
.c29:focus {
|
|
1870
|
+
opacity: 0.6;
|
|
1871
|
+
}
|
|
1872
|
+
|
|
1873
|
+
.c29:hover,
|
|
1874
|
+
.c29:focus {
|
|
1875
|
+
-webkit-transform: scale(1.15);
|
|
1876
|
+
-ms-transform: scale(1.15);
|
|
1877
|
+
transform: scale(1.15);
|
|
1878
|
+
}
|
|
1879
|
+
|
|
1880
|
+
.c29:hover,
|
|
1881
|
+
.c29:focus {
|
|
1882
|
+
background-color: #3A3A3A;
|
|
1883
|
+
opacity: 1;
|
|
1884
|
+
}
|
|
1885
|
+
|
|
1886
|
+
.c31 {
|
|
1887
|
+
width: 100%;
|
|
1888
|
+
-webkit-filter: brightness(0) invert(1);
|
|
1889
|
+
filter: brightness(0) invert(1);
|
|
1890
|
+
}
|
|
1891
|
+
|
|
1892
|
+
.c27 {
|
|
1893
|
+
display: -webkit-box;
|
|
1894
|
+
display: -webkit-flex;
|
|
1895
|
+
display: -ms-flexbox;
|
|
1896
|
+
display: flex;
|
|
1897
|
+
-webkit-flex-wrap: wrap;
|
|
1898
|
+
-ms-flex-wrap: wrap;
|
|
1899
|
+
flex-wrap: wrap;
|
|
1900
|
+
gap: 2rem;
|
|
1901
|
+
list-style-type: none;
|
|
1902
|
+
-webkit-box-pack: start;
|
|
1903
|
+
-webkit-justify-content: flex-start;
|
|
1904
|
+
-ms-flex-pack: start;
|
|
1905
|
+
justify-content: flex-start;
|
|
1906
|
+
margin: 3rem 0;
|
|
1907
|
+
padding: 0;
|
|
1908
|
+
-webkit-align-items: center;
|
|
1909
|
+
-webkit-box-align: center;
|
|
1910
|
+
-ms-flex-align: center;
|
|
1911
|
+
align-items: center;
|
|
1912
|
+
}
|
|
1913
|
+
|
|
1914
|
+
.c28 {
|
|
1915
|
+
width: 54px;
|
|
1916
|
+
height: 54px;
|
|
1917
|
+
-webkit-flex: 0 0 54px;
|
|
1918
|
+
-ms-flex: 0 0 54px;
|
|
1919
|
+
flex: 0 0 54px;
|
|
1920
|
+
margin-right: 0;
|
|
1921
|
+
}
|
|
1922
|
+
|
|
1923
|
+
.c30 {
|
|
1924
|
+
width: auto;
|
|
1925
|
+
}
|
|
1926
|
+
|
|
1927
|
+
.c25 {
|
|
1928
|
+
-webkit-transform: rotate(180deg);
|
|
1929
|
+
-ms-transform: rotate(180deg);
|
|
1930
|
+
transform: rotate(180deg);
|
|
1931
|
+
fill: #FFFFFF;
|
|
1932
|
+
}
|
|
1933
|
+
|
|
1934
|
+
.c10 {
|
|
1935
|
+
margin-bottom: 1.5rem;
|
|
1936
|
+
color: #FFFFFF;
|
|
1937
|
+
}
|
|
1938
|
+
|
|
1939
|
+
.c11 {
|
|
1940
|
+
margin-bottom: 1rem;
|
|
1941
|
+
}
|
|
1942
|
+
|
|
1943
|
+
.c12 {
|
|
1944
|
+
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
1945
|
+
font-weight: 400;
|
|
1946
|
+
text-transform: inherit;
|
|
1947
|
+
-webkit-letter-spacing: 0;
|
|
1948
|
+
-moz-letter-spacing: 0;
|
|
1949
|
+
-ms-letter-spacing: 0;
|
|
1950
|
+
letter-spacing: 0;
|
|
1951
|
+
font-size: 1rem;
|
|
1952
|
+
line-height: 1.25rem;
|
|
1953
|
+
font-weight: bold;
|
|
1954
|
+
}
|
|
1955
|
+
|
|
1956
|
+
.c13 {
|
|
1957
|
+
display: -webkit-box;
|
|
1958
|
+
display: -webkit-flex;
|
|
1959
|
+
display: -ms-flexbox;
|
|
1960
|
+
display: flex;
|
|
1961
|
+
-webkit-align-items: center;
|
|
1962
|
+
-webkit-box-align: center;
|
|
1963
|
+
-ms-flex-align: center;
|
|
1964
|
+
align-items: center;
|
|
1965
|
+
-webkit-flex-direction: column;
|
|
1966
|
+
-ms-flex-direction: column;
|
|
1967
|
+
flex-direction: column;
|
|
1968
|
+
gap: 1rem;
|
|
1969
|
+
overflow: visible;
|
|
1970
|
+
}
|
|
1971
|
+
|
|
1972
|
+
.c14 {
|
|
1973
|
+
-webkit-flex: 1;
|
|
1974
|
+
-ms-flex: 1;
|
|
1975
|
+
flex: 1;
|
|
1976
|
+
display: -webkit-box;
|
|
1977
|
+
display: -webkit-flex;
|
|
1978
|
+
display: -ms-flexbox;
|
|
1979
|
+
display: flex;
|
|
1980
|
+
-webkit-align-items: center;
|
|
1981
|
+
-webkit-box-align: center;
|
|
1982
|
+
-ms-flex-align: center;
|
|
1983
|
+
align-items: center;
|
|
1984
|
+
width: 100%;
|
|
1985
|
+
overflow: visible;
|
|
1986
|
+
}
|
|
1987
|
+
|
|
1988
|
+
.c16 {
|
|
1989
|
+
overflow: visible;
|
|
1990
|
+
}
|
|
1991
|
+
|
|
1992
|
+
.c16 input {
|
|
1993
|
+
font-size: 1rem;
|
|
1994
|
+
line-height: 1.25rem;
|
|
1995
|
+
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
1996
|
+
background-color: #18181A;
|
|
1997
|
+
border-color: transparent;
|
|
1998
|
+
height: 44px;
|
|
1999
|
+
padding: 12px 2.4rem 12px 18px;
|
|
2000
|
+
-webkit-transition: background-color 0.2s ease,text-indent 0.18s ease;
|
|
2001
|
+
transition: background-color 0.2s ease,text-indent 0.18s ease;
|
|
2002
|
+
border: 1px solid #FFFFFF;
|
|
2003
|
+
color: #FFFFFF;
|
|
2004
|
+
}
|
|
2005
|
+
|
|
2006
|
+
.c16 input::-webkit-input-placeholder {
|
|
2007
|
+
color: #E1E2E3;
|
|
2008
|
+
}
|
|
2009
|
+
|
|
2010
|
+
.c16 input::-moz-placeholder {
|
|
2011
|
+
color: #E1E2E3;
|
|
2012
|
+
}
|
|
2013
|
+
|
|
2014
|
+
.c16 input:-ms-input-placeholder {
|
|
2015
|
+
color: #E1E2E3;
|
|
2016
|
+
}
|
|
2017
|
+
|
|
2018
|
+
.c16 input::placeholder {
|
|
2019
|
+
color: #E1E2E3;
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2022
|
+
.c16 input:hover,
|
|
2023
|
+
.c16 input:focus {
|
|
2024
|
+
background-color: #3A3A3A;
|
|
2025
|
+
}
|
|
2026
|
+
|
|
2027
|
+
.c22 {
|
|
2028
|
+
display: -webkit-box;
|
|
2029
|
+
display: -webkit-flex;
|
|
2030
|
+
display: -ms-flexbox;
|
|
2031
|
+
display: flex;
|
|
2032
|
+
-webkit-align-items: center;
|
|
2033
|
+
-webkit-box-align: center;
|
|
2034
|
+
-ms-flex-align: center;
|
|
2035
|
+
align-items: center;
|
|
2036
|
+
-webkit-box-pack: center;
|
|
2037
|
+
-webkit-justify-content: center;
|
|
2038
|
+
-ms-flex-pack: center;
|
|
2039
|
+
justify-content: center;
|
|
2040
|
+
width: 100%;
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2043
|
+
.c24 {
|
|
2044
|
+
margin: 0;
|
|
2045
|
+
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
2046
|
+
height: 44px;
|
|
2047
|
+
padding: 0 1rem;
|
|
2048
|
+
border-radius: 0.5rem;
|
|
2049
|
+
overflow: hidden;
|
|
2050
|
+
min-width: -webkit-max-content;
|
|
2051
|
+
min-width: -moz-max-content;
|
|
2052
|
+
min-width: max-content;
|
|
2053
|
+
width: 100%;
|
|
2054
|
+
}
|
|
2055
|
+
|
|
2056
|
+
.c24 .emailSignUpButtonContent {
|
|
2057
|
+
display: inline-grid;
|
|
2058
|
+
grid-auto-flow: column;
|
|
2059
|
+
grid-template-columns: auto 18px;
|
|
2060
|
+
-webkit-column-gap: 0.5rem;
|
|
2061
|
+
column-gap: 0.5rem;
|
|
2062
|
+
-webkit-align-items: center;
|
|
2063
|
+
-webkit-box-align: center;
|
|
2064
|
+
-ms-flex-align: center;
|
|
2065
|
+
align-items: center;
|
|
2066
|
+
-webkit-box-pack: center;
|
|
2067
|
+
-webkit-justify-content: center;
|
|
2068
|
+
-ms-flex-pack: center;
|
|
2069
|
+
justify-content: center;
|
|
2070
|
+
line-height: 1;
|
|
2071
|
+
white-space: nowrap;
|
|
2072
|
+
}
|
|
2073
|
+
|
|
2074
|
+
.c24 .emailSignUpButtonLabel {
|
|
2075
|
+
display: inline-block;
|
|
2076
|
+
font-size: 16px;
|
|
2077
|
+
line-height: 1;
|
|
2078
|
+
-webkit-transform: translateX(13px);
|
|
2079
|
+
-ms-transform: translateX(13px);
|
|
2080
|
+
transform: translateX(13px);
|
|
2081
|
+
-webkit-transition: -webkit-transform 0.22s ease;
|
|
2082
|
+
-webkit-transition: transform 0.22s ease;
|
|
2083
|
+
transition: transform 0.22s ease;
|
|
2084
|
+
will-change: transform;
|
|
2085
|
+
white-space: nowrap;
|
|
2086
|
+
}
|
|
2087
|
+
|
|
2088
|
+
.c24 .emailSignUpButtonArrow {
|
|
2089
|
+
display: -webkit-inline-box;
|
|
2090
|
+
display: -webkit-inline-flex;
|
|
2091
|
+
display: -ms-inline-flexbox;
|
|
2092
|
+
display: inline-flex;
|
|
2093
|
+
-webkit-align-items: center;
|
|
2094
|
+
-webkit-box-align: center;
|
|
2095
|
+
-ms-flex-align: center;
|
|
2096
|
+
align-items: center;
|
|
2097
|
+
-webkit-box-pack: center;
|
|
2098
|
+
-webkit-justify-content: center;
|
|
2099
|
+
-ms-flex-pack: center;
|
|
2100
|
+
justify-content: center;
|
|
2101
|
+
width: 18px;
|
|
2102
|
+
height: 18px;
|
|
2103
|
+
opacity: 0;
|
|
2104
|
+
-webkit-transform: translateX(-13px);
|
|
2105
|
+
-ms-transform: translateX(-13px);
|
|
2106
|
+
transform: translateX(-13px);
|
|
2107
|
+
-webkit-transition: opacity 0.22s ease,-webkit-transform 0.22s ease;
|
|
2108
|
+
-webkit-transition: opacity 0.22s ease,transform 0.22s ease;
|
|
2109
|
+
transition: opacity 0.22s ease,transform 0.22s ease;
|
|
2110
|
+
will-change: transform,opacity;
|
|
2111
|
+
}
|
|
2112
|
+
|
|
2113
|
+
.c24 .emailSignUpButtonArrow svg {
|
|
2114
|
+
fill: currentColor !important;
|
|
2115
|
+
}
|
|
2116
|
+
|
|
2117
|
+
.c24:hover,
|
|
2118
|
+
.c24:focus {
|
|
2119
|
+
background-color: #E1E2E3;
|
|
2120
|
+
color: #000000;
|
|
2121
|
+
}
|
|
2122
|
+
|
|
2123
|
+
.c24:hover .emailSignUpButtonLabel,
|
|
2124
|
+
.c24:focus .emailSignUpButtonLabel {
|
|
2125
|
+
-webkit-transform: translateX(0);
|
|
2126
|
+
-ms-transform: translateX(0);
|
|
2127
|
+
transform: translateX(0);
|
|
2128
|
+
}
|
|
2129
|
+
|
|
2130
|
+
.c24:hover .emailSignUpButtonArrow,
|
|
2131
|
+
.c24:focus .emailSignUpButtonArrow {
|
|
2132
|
+
opacity: 1;
|
|
2133
|
+
-webkit-transform: translateX(0);
|
|
2134
|
+
-ms-transform: translateX(0);
|
|
2135
|
+
transform: translateX(0);
|
|
2136
|
+
}
|
|
2137
|
+
|
|
2138
|
+
.c0 {
|
|
2139
|
+
text-align: left;
|
|
2140
|
+
background: #18181A;
|
|
2141
|
+
padding-top: 4.5rem;
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
.c1 {
|
|
2145
|
+
position: relative;
|
|
2146
|
+
display: block;
|
|
2147
|
+
width: 100%;
|
|
2148
|
+
height: 100%;
|
|
2149
|
+
max-width: 1424px;
|
|
2150
|
+
margin: 0 auto;
|
|
2151
|
+
padding: 0 1rem;
|
|
2152
|
+
}
|
|
2153
|
+
|
|
2154
|
+
.c7 {
|
|
2155
|
+
display: -webkit-box;
|
|
2156
|
+
display: -webkit-flex;
|
|
2157
|
+
display: -ms-flexbox;
|
|
2158
|
+
display: flex;
|
|
2159
|
+
-webkit-flex-direction: column;
|
|
2160
|
+
-ms-flex-direction: column;
|
|
2161
|
+
flex-direction: column;
|
|
2162
|
+
margin-bottom: 1rem;
|
|
2163
|
+
gap: 1rem;
|
|
2164
|
+
}
|
|
2165
|
+
|
|
2166
|
+
.c8 {
|
|
2167
|
+
display: -webkit-box;
|
|
2168
|
+
display: -webkit-flex;
|
|
2169
|
+
display: -ms-flexbox;
|
|
2170
|
+
display: flex;
|
|
2171
|
+
-webkit-flex-direction: column;
|
|
2172
|
+
-ms-flex-direction: column;
|
|
2173
|
+
flex-direction: column;
|
|
2174
|
+
gap: 1rem;
|
|
2175
|
+
}
|
|
2176
|
+
|
|
2177
|
+
.c9 {
|
|
2178
|
+
max-width: 100%;
|
|
2179
|
+
}
|
|
2180
|
+
|
|
2181
|
+
.c26 {
|
|
2182
|
+
margin-bottom: 1rem;
|
|
2183
|
+
box-sizing: content-box;
|
|
2184
|
+
gap: 1rem;
|
|
2185
|
+
display: none;
|
|
2186
|
+
}
|
|
2187
|
+
|
|
2188
|
+
.c39 {
|
|
2189
|
+
margin-bottom: 1rem;
|
|
2190
|
+
box-sizing: content-box;
|
|
2191
|
+
gap: 1rem;
|
|
2192
|
+
display: block;
|
|
2193
|
+
}
|
|
2194
|
+
|
|
2195
|
+
.c35 {
|
|
2196
|
+
display: -webkit-box;
|
|
2197
|
+
display: -webkit-flex;
|
|
2198
|
+
display: -ms-flexbox;
|
|
2199
|
+
display: flex;
|
|
2200
|
+
-webkit-flex-direction: column;
|
|
2201
|
+
-ms-flex-direction: column;
|
|
2202
|
+
flex-direction: column;
|
|
2203
|
+
list-style: none;
|
|
2204
|
+
padding: 1rem 0;
|
|
2205
|
+
margin: 0 0 1rem 0;
|
|
2206
|
+
gap: 2rem;
|
|
2207
|
+
}
|
|
2208
|
+
|
|
2209
|
+
.c36 {
|
|
2210
|
+
margin: 0;
|
|
2211
|
+
}
|
|
2212
|
+
|
|
2213
|
+
.c37 {
|
|
2214
|
+
color: #FFFFFF;
|
|
2215
|
+
-webkit-text-decoration: none;
|
|
2216
|
+
text-decoration: none;
|
|
2217
|
+
font-weight: bold;
|
|
2218
|
+
font-size: 16px;
|
|
2219
|
+
}
|
|
2220
|
+
|
|
2221
|
+
.c37:hover,
|
|
2222
|
+
.c37:focus {
|
|
2223
|
+
-webkit-text-decoration: underline;
|
|
2224
|
+
text-decoration: underline;
|
|
2225
|
+
-webkit-text-decoration-color: #FFFFFF;
|
|
2226
|
+
text-decoration-color: #FFFFFF;
|
|
2227
|
+
}
|
|
2228
|
+
|
|
2229
|
+
.c38 {
|
|
2230
|
+
color: #FFFFFF;
|
|
2231
|
+
font-weight: bold;
|
|
2232
|
+
font-size: 16px;
|
|
2233
|
+
}
|
|
2234
|
+
|
|
2235
|
+
.c40 {
|
|
2236
|
+
display: -webkit-box;
|
|
2237
|
+
display: -webkit-flex;
|
|
2238
|
+
display: -ms-flexbox;
|
|
2239
|
+
display: flex;
|
|
2240
|
+
-webkit-flex-direction: row;
|
|
2241
|
+
-ms-flex-direction: row;
|
|
2242
|
+
flex-direction: row;
|
|
2243
|
+
-webkit-flex-wrap: wrap;
|
|
2244
|
+
-ms-flex-wrap: wrap;
|
|
2245
|
+
flex-wrap: wrap;
|
|
2246
|
+
list-style: none;
|
|
2247
|
+
padding: 0;
|
|
2248
|
+
margin: 0 0 1rem 0;
|
|
2249
|
+
gap: 0.5rem;
|
|
2250
|
+
-webkit-align-items: center;
|
|
2251
|
+
-webkit-box-align: center;
|
|
2252
|
+
-ms-flex-align: center;
|
|
2253
|
+
align-items: center;
|
|
2254
|
+
}
|
|
2255
|
+
|
|
2256
|
+
.c41 {
|
|
2257
|
+
margin: 0;
|
|
2258
|
+
display: -webkit-box;
|
|
2259
|
+
display: -webkit-flex;
|
|
2260
|
+
display: -ms-flexbox;
|
|
2261
|
+
display: flex;
|
|
2262
|
+
-webkit-align-items: center;
|
|
2263
|
+
-webkit-box-align: center;
|
|
2264
|
+
-ms-flex-align: center;
|
|
2265
|
+
align-items: center;
|
|
2266
|
+
}
|
|
2267
|
+
|
|
2268
|
+
.c41:not(:last-child)::after {
|
|
2269
|
+
content: '|';
|
|
2270
|
+
margin-left: 0.5rem;
|
|
2271
|
+
color: #FFFFFF;
|
|
2272
|
+
opacity: 0.8;
|
|
2273
|
+
}
|
|
2274
|
+
|
|
2275
|
+
.c42 {
|
|
2276
|
+
-webkit-text-decoration: none;
|
|
2277
|
+
text-decoration: none;
|
|
2278
|
+
}
|
|
2279
|
+
|
|
2280
|
+
.c42 > span {
|
|
2281
|
+
color: #FFFFFF;
|
|
2282
|
+
opacity: 0.8;
|
|
2283
|
+
-webkit-text-decoration: none;
|
|
2284
|
+
text-decoration: none;
|
|
2285
|
+
-webkit-text-decoration-color: #FFFFFF;
|
|
2286
|
+
text-decoration-color: #FFFFFF;
|
|
2287
|
+
font-weight: normal;
|
|
2288
|
+
font-size: 0.875rem;
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2291
|
+
.c42:hover,
|
|
2292
|
+
.c42:focus {
|
|
2293
|
+
-webkit-text-decoration: underline;
|
|
2294
|
+
text-decoration: underline;
|
|
2295
|
+
-webkit-text-decoration-color: #FFFFFF;
|
|
2296
|
+
text-decoration-color: #FFFFFF;
|
|
2297
|
+
}
|
|
2298
|
+
|
|
2299
|
+
.c43 {
|
|
2300
|
+
color: #FFFFFF;
|
|
2301
|
+
opacity: 0.8;
|
|
2302
|
+
font-weight: normal;
|
|
2303
|
+
}
|
|
2304
|
+
|
|
2305
|
+
.c2 {
|
|
2306
|
+
display: -webkit-box;
|
|
2307
|
+
display: -webkit-flex;
|
|
2308
|
+
display: -ms-flexbox;
|
|
2309
|
+
display: flex;
|
|
2310
|
+
-webkit-flex-direction: row;
|
|
2311
|
+
-ms-flex-direction: row;
|
|
2312
|
+
flex-direction: row;
|
|
2313
|
+
-webkit-align-items: center;
|
|
2314
|
+
-webkit-box-align: center;
|
|
2315
|
+
-ms-flex-align: center;
|
|
2316
|
+
align-items: center;
|
|
2317
|
+
gap: 2rem;
|
|
2318
|
+
-webkit-box-pack: start;
|
|
2319
|
+
-webkit-justify-content: flex-start;
|
|
2320
|
+
-ms-flex-pack: start;
|
|
2321
|
+
justify-content: flex-start;
|
|
2322
|
+
padding-bottom: 2rem;
|
|
2323
|
+
}
|
|
2324
|
+
|
|
2325
|
+
.c32 {
|
|
2326
|
+
display: -webkit-box;
|
|
2327
|
+
display: -webkit-flex;
|
|
2328
|
+
display: -ms-flexbox;
|
|
2329
|
+
display: flex;
|
|
2330
|
+
-webkit-flex-direction: row;
|
|
2331
|
+
-ms-flex-direction: row;
|
|
2332
|
+
flex-direction: row;
|
|
2333
|
+
-webkit-align-items: center;
|
|
2334
|
+
-webkit-box-align: center;
|
|
2335
|
+
-ms-flex-align: center;
|
|
2336
|
+
align-items: center;
|
|
2337
|
+
gap: 2rem;
|
|
2338
|
+
-webkit-box-pack: center;
|
|
2339
|
+
-webkit-justify-content: center;
|
|
2340
|
+
-ms-flex-pack: center;
|
|
2341
|
+
justify-content: center;
|
|
2342
|
+
padding-bottom: 0;
|
|
2343
|
+
display: none;
|
|
2344
|
+
}
|
|
2345
|
+
|
|
2346
|
+
.c34 {
|
|
2347
|
+
display: -webkit-box;
|
|
2348
|
+
display: -webkit-flex;
|
|
2349
|
+
display: -ms-flexbox;
|
|
2350
|
+
display: flex;
|
|
2351
|
+
-webkit-flex-direction: row;
|
|
2352
|
+
-ms-flex-direction: row;
|
|
2353
|
+
flex-direction: row;
|
|
2354
|
+
-webkit-align-items: center;
|
|
2355
|
+
-webkit-box-align: center;
|
|
2356
|
+
-ms-flex-align: center;
|
|
2357
|
+
align-items: center;
|
|
2358
|
+
gap: 2rem;
|
|
2359
|
+
-webkit-box-pack: center;
|
|
2360
|
+
-webkit-justify-content: center;
|
|
2361
|
+
-ms-flex-pack: center;
|
|
2362
|
+
justify-content: center;
|
|
2363
|
+
padding-bottom: 0;
|
|
2364
|
+
display: none;
|
|
2365
|
+
}
|
|
2366
|
+
|
|
2367
|
+
.c46 {
|
|
2368
|
+
display: -webkit-box;
|
|
2369
|
+
display: -webkit-flex;
|
|
2370
|
+
display: -ms-flexbox;
|
|
2371
|
+
display: flex;
|
|
2372
|
+
-webkit-flex-direction: row;
|
|
2373
|
+
-ms-flex-direction: row;
|
|
2374
|
+
flex-direction: row;
|
|
2375
|
+
-webkit-align-items: center;
|
|
2376
|
+
-webkit-box-align: center;
|
|
2377
|
+
-ms-flex-align: center;
|
|
2378
|
+
align-items: center;
|
|
2379
|
+
gap: 2rem;
|
|
2380
|
+
-webkit-box-pack: start;
|
|
2381
|
+
-webkit-justify-content: flex-start;
|
|
2382
|
+
-ms-flex-pack: start;
|
|
2383
|
+
justify-content: flex-start;
|
|
2384
|
+
padding-bottom: 2rem;
|
|
2385
|
+
}
|
|
2386
|
+
|
|
2387
|
+
.c4 {
|
|
2388
|
+
color: transparent;
|
|
2389
|
+
border: 0;
|
|
2390
|
+
}
|
|
2391
|
+
|
|
2392
|
+
.c4:hover {
|
|
2393
|
+
border: 0;
|
|
2394
|
+
}
|
|
2395
|
+
|
|
2396
|
+
.c4 img {
|
|
2397
|
+
-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.41,1.64,0.41,0.8);
|
|
2398
|
+
-webkit-transition: transform 0.6s cubic-bezier(0.41,1.64,0.41,0.8);
|
|
2399
|
+
transition: transform 0.6s cubic-bezier(0.41,1.64,0.41,0.8);
|
|
2400
|
+
}
|
|
2401
|
+
|
|
2402
|
+
.c4:hover img,
|
|
2403
|
+
.c4:focus img {
|
|
2404
|
+
-webkit-transform: rotate(-14deg);
|
|
2405
|
+
-ms-transform: rotate(-14deg);
|
|
2406
|
+
transform: rotate(-14deg);
|
|
2407
|
+
}
|
|
2408
|
+
|
|
2409
|
+
.c44 {
|
|
2410
|
+
display: block;
|
|
2411
|
+
width: 100%;
|
|
2412
|
+
height: 100%;
|
|
2413
|
+
text-align: left;
|
|
2414
|
+
margin-bottom: 2rem;
|
|
2415
|
+
}
|
|
2416
|
+
|
|
2417
|
+
.c45 {
|
|
2418
|
+
color: #FFFFFF;
|
|
2419
|
+
opacity: 0.8;
|
|
2420
|
+
font-size: 0.875rem;
|
|
2421
|
+
margin-bottom: 0.5rem;
|
|
2422
|
+
}
|
|
2423
|
+
|
|
2424
|
+
@media (min-width:740px) {
|
|
2425
|
+
.c17 {
|
|
2426
|
+
font-size: 1rem;
|
|
2427
|
+
line-height: 1.25rem;
|
|
2428
|
+
}
|
|
2429
|
+
}
|
|
2430
|
+
|
|
2431
|
+
@media (min-width:1024px) {
|
|
2432
|
+
.c17 {
|
|
2433
|
+
font-size: 1.125rem;
|
|
2434
|
+
line-height: 1.375rem;
|
|
2435
|
+
}
|
|
2436
|
+
}
|
|
2437
|
+
|
|
2438
|
+
@media (min-width:1150px) {
|
|
2439
|
+
.c5 {
|
|
2440
|
+
width: 72px;
|
|
2441
|
+
}
|
|
2442
|
+
}
|
|
2443
|
+
|
|
2444
|
+
@media (min-width:1150px) {
|
|
2445
|
+
.c33 {
|
|
2446
|
+
width: 59px;
|
|
2447
|
+
}
|
|
2448
|
+
}
|
|
2449
|
+
|
|
2450
|
+
@media (min-width:740px) {
|
|
2451
|
+
.c23 {
|
|
2452
|
+
font-size: 1rem;
|
|
2453
|
+
line-height: 1.25rem;
|
|
2454
|
+
}
|
|
2455
|
+
}
|
|
2456
|
+
|
|
2457
|
+
@media (min-width:1024px) {
|
|
2458
|
+
.c23 {
|
|
2459
|
+
font-size: 1.125rem;
|
|
2460
|
+
line-height: 1.375rem;
|
|
2461
|
+
}
|
|
2462
|
+
}
|
|
2463
|
+
|
|
2464
|
+
@media (min-width:740px) {
|
|
2465
|
+
.c23 {
|
|
2466
|
+
width: auto;
|
|
2467
|
+
}
|
|
2468
|
+
}
|
|
2469
|
+
|
|
2470
|
+
@media (min-width:1024px) {
|
|
2471
|
+
.c23 {
|
|
2472
|
+
width: auto;
|
|
2473
|
+
}
|
|
2474
|
+
}
|
|
2475
|
+
|
|
2476
|
+
@media (min-width:740px) {
|
|
2477
|
+
|
|
2478
|
+
}
|
|
2479
|
+
|
|
2480
|
+
@media (min-width:1024px) {
|
|
2481
|
+
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2484
|
+
@media (min-width:740px) {
|
|
2485
|
+
.c27 {
|
|
2486
|
+
-webkit-box-pack: start;
|
|
2487
|
+
-webkit-justify-content: start;
|
|
2488
|
+
-ms-flex-pack: start;
|
|
2489
|
+
justify-content: start;
|
|
2490
|
+
margin: 0.5rem 0;
|
|
2491
|
+
}
|
|
2492
|
+
}
|
|
2493
|
+
|
|
2494
|
+
@media (min-width:740px) {
|
|
2495
|
+
.c28 {
|
|
2496
|
+
margin-right: 0;
|
|
2497
|
+
}
|
|
2498
|
+
}
|
|
2499
|
+
|
|
2500
|
+
@media (min-width:1024px) {
|
|
2501
|
+
.c25 {
|
|
2502
|
+
fill: #FFFFFF;
|
|
2503
|
+
}
|
|
2504
|
+
}
|
|
2505
|
+
|
|
2506
|
+
@media (min-width:740px) {
|
|
2507
|
+
.c10 {
|
|
2508
|
+
margin-bottom: 1.5rem;
|
|
2509
|
+
}
|
|
2510
|
+
}
|
|
2511
|
+
|
|
2512
|
+
@media (min-width:740px) {
|
|
2513
|
+
.c12 {
|
|
2514
|
+
font-size: 1rem;
|
|
2515
|
+
line-height: 1.25rem;
|
|
2516
|
+
}
|
|
2517
|
+
}
|
|
2518
|
+
|
|
2519
|
+
@media (min-width:1024px) {
|
|
2520
|
+
.c12 {
|
|
2521
|
+
font-size: 1.125rem;
|
|
2522
|
+
line-height: 1.375rem;
|
|
2523
|
+
}
|
|
2524
|
+
}
|
|
2525
|
+
|
|
2526
|
+
@media (min-width:740px) {
|
|
2527
|
+
.c13 {
|
|
2528
|
+
-webkit-flex-direction: row;
|
|
2529
|
+
-ms-flex-direction: row;
|
|
2530
|
+
flex-direction: row;
|
|
2531
|
+
-webkit-align-items: center;
|
|
2532
|
+
-webkit-box-align: center;
|
|
2533
|
+
-ms-flex-align: center;
|
|
2534
|
+
align-items: center;
|
|
2535
|
+
}
|
|
2536
|
+
}
|
|
2537
|
+
|
|
2538
|
+
@media (min-width:740px) {
|
|
2539
|
+
.c14 {
|
|
2540
|
+
width: 100%;
|
|
2541
|
+
max-width: 364px;
|
|
2542
|
+
}
|
|
2543
|
+
}
|
|
2544
|
+
|
|
2545
|
+
@media (min-width:740px) {
|
|
2546
|
+
.c16 input,
|
|
2547
|
+
.c16 textarea {
|
|
2548
|
+
text-indent: 0;
|
|
2549
|
+
-webkit-transition: text-indent 0.18s ease;
|
|
2550
|
+
transition: text-indent 0.18s ease;
|
|
2551
|
+
}
|
|
2552
|
+
|
|
2553
|
+
.c16:hover input,
|
|
2554
|
+
.c16:hover textarea,
|
|
2555
|
+
.c16:focus-within input,
|
|
2556
|
+
.c16:focus-within textarea {
|
|
2557
|
+
text-indent: 4px;
|
|
2558
|
+
}
|
|
2559
|
+
}
|
|
2560
|
+
|
|
2561
|
+
@media (min-width:740px) {
|
|
2562
|
+
.c22 {
|
|
2563
|
+
width: 100%;
|
|
2564
|
+
max-width: 123px;
|
|
2565
|
+
-webkit-flex: 0 0 auto;
|
|
2566
|
+
-ms-flex: 0 0 auto;
|
|
2567
|
+
flex: 0 0 auto;
|
|
2568
|
+
}
|
|
2569
|
+
}
|
|
2570
|
+
|
|
2571
|
+
@media (min-width:740px) {
|
|
2572
|
+
.c24 {
|
|
2573
|
+
margin: 0;
|
|
2574
|
+
max-width: 123px;
|
|
2575
|
+
}
|
|
2576
|
+
}
|
|
2577
|
+
|
|
2578
|
+
@media (min-width:740px) {
|
|
2579
|
+
.c0 {
|
|
2580
|
+
padding-bottom: 3rem;
|
|
2581
|
+
}
|
|
2582
|
+
}
|
|
2583
|
+
|
|
2584
|
+
@media (min-width:1024px) {
|
|
2585
|
+
.c0 {
|
|
2586
|
+
padding-top: 5.5rem;
|
|
2587
|
+
padding-bottom: 5rem;
|
|
2588
|
+
}
|
|
2589
|
+
}
|
|
2590
|
+
|
|
2591
|
+
@media (min-width:740px) {
|
|
2592
|
+
.c1 {
|
|
2593
|
+
padding: 0 2rem;
|
|
2594
|
+
}
|
|
2595
|
+
}
|
|
2596
|
+
|
|
2597
|
+
@media (min-width:1024px) {
|
|
2598
|
+
.c1 {
|
|
2599
|
+
padding: 0 4rem;
|
|
2600
|
+
}
|
|
2601
|
+
}
|
|
2602
|
+
|
|
2603
|
+
@media (min-width:740px) {
|
|
2604
|
+
.c7 {
|
|
2605
|
+
-webkit-flex-direction: row;
|
|
2606
|
+
-ms-flex-direction: row;
|
|
2607
|
+
flex-direction: row;
|
|
2608
|
+
-webkit-box-pack: justify;
|
|
2609
|
+
-webkit-justify-content: space-between;
|
|
2610
|
+
-ms-flex-pack: justify;
|
|
2611
|
+
justify-content: space-between;
|
|
2612
|
+
-webkit-column-gap: 3rem;
|
|
2613
|
+
column-gap: 3rem;
|
|
2614
|
+
-webkit-align-items: flex-start;
|
|
2615
|
+
-webkit-box-align: flex-start;
|
|
2616
|
+
-ms-flex-align: flex-start;
|
|
2617
|
+
align-items: flex-start;
|
|
2618
|
+
}
|
|
2619
|
+
}
|
|
2620
|
+
|
|
2621
|
+
@media (min-width:740px) {
|
|
2622
|
+
.c8 {
|
|
2623
|
+
-webkit-flex-direction: column;
|
|
2624
|
+
-ms-flex-direction: column;
|
|
2625
|
+
flex-direction: column;
|
|
2626
|
+
-webkit-flex: 1 1 auto;
|
|
2627
|
+
-ms-flex: 1 1 auto;
|
|
2628
|
+
flex: 1 1 auto;
|
|
2629
|
+
min-width: 0;
|
|
2630
|
+
}
|
|
2631
|
+
}
|
|
2632
|
+
|
|
2633
|
+
@media (min-width:740px) {
|
|
2634
|
+
.c9 {
|
|
2635
|
+
max-width: 100%;
|
|
2636
|
+
}
|
|
2637
|
+
}
|
|
2638
|
+
|
|
2639
|
+
@media (min-width:740px) {
|
|
2640
|
+
.c26 {
|
|
2641
|
+
box-sizing: border-box;
|
|
2642
|
+
display: -webkit-box;
|
|
2643
|
+
display: -webkit-flex;
|
|
2644
|
+
display: -ms-flexbox;
|
|
2645
|
+
display: flex;
|
|
2646
|
+
margin-bottom: 0;
|
|
2647
|
+
-webkit-align-items: center;
|
|
2648
|
+
-webkit-box-align: center;
|
|
2649
|
+
-ms-flex-align: center;
|
|
2650
|
+
align-items: center;
|
|
2651
|
+
}
|
|
2652
|
+
}
|
|
2653
|
+
|
|
2654
|
+
@media (min-width:740px) {
|
|
2655
|
+
.c39 {
|
|
2656
|
+
box-sizing: border-box;
|
|
2657
|
+
display: none;
|
|
2658
|
+
margin-bottom: 1rem;
|
|
2659
|
+
-webkit-align-items: center;
|
|
2660
|
+
-webkit-box-align: center;
|
|
2661
|
+
-ms-flex-align: center;
|
|
2662
|
+
align-items: center;
|
|
2663
|
+
}
|
|
2664
|
+
}
|
|
2665
|
+
|
|
2666
|
+
@media (min-width:740px) {
|
|
2667
|
+
.c35 {
|
|
2668
|
+
-webkit-flex-direction: row;
|
|
2669
|
+
-ms-flex-direction: row;
|
|
2670
|
+
flex-direction: row;
|
|
2671
|
+
-webkit-flex-wrap: wrap;
|
|
2672
|
+
-ms-flex-wrap: wrap;
|
|
2673
|
+
flex-wrap: wrap;
|
|
2674
|
+
gap: 1.5rem;
|
|
2675
|
+
}
|
|
2676
|
+
}
|
|
2677
|
+
|
|
2678
|
+
@media (min-width:740px) {
|
|
2679
|
+
.c41 {
|
|
2680
|
+
display: inline;
|
|
1030
2681
|
}
|
|
1031
2682
|
}
|
|
1032
2683
|
|