forked from Fortune-0/Stylemate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
954 lines (886 loc) · 206 KB
/
index.html
File metadata and controls
954 lines (886 loc) · 206 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
<!DOCTYPE html>
<!-- saved from url=(0036)https://stylemateapp.my.canva.site/e -->
<html lang="en" style="--inner1Vh: 6.79px; --sbw: 17px;"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><!--<base href="/e/">--><base href="."><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Black Modern Simple Formal Landing Page Wireframe Website UI Prototype</title><meta name="description" content=""><link rel="icon" href="https://stylemateapp.my.canva.site/e/26387fa4f5b1e3f7b6217b27d79bf264.png" type="image/png" sizes="16x16"><link rel="icon" href="https://stylemateapp.my.canva.site/e/2d0b56e7e51cf11036ad8734bdb67e2d.png" type="image/png" sizes="32x32"><link rel="apple-touch-icon" href="https://stylemateapp.my.canva.site/e/725b756a69a7d4c235070e51acd85560.png" sizes="180x180"><style>:root { --ffsd: 0px; --1vw: calc((100vw - var(--sbw, 0px)) / 100); --1vh: var(--inner1Vh, 1vh);}@media (prefers-reduced-motion: reduce) { .animated { animation: none !important; }}html { zoom: var(--rzf, 1); font-size: max(calc(min(var(--1vw, 1vw), 13.66px) * var(--rfso, 1)), var(--minfs, 0px)); -webkit-text-size-adjust: 100%; scroll-behavior: smooth;}body { font-size: calc(1rem * var(--bfso, 1));}body, html, p, ul, ol, li { margin: 0; padding: 0; font-synthesis: none; font-kerning: none; font-variant-ligatures: none; font-feature-settings: "kern" 0, "calt" 0, "liga" 0, "clig" 0, "dlig" 0, "hlig" 0; font-family: unset; -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: geometricprecision; white-space: normal;}li { text-align: unset;}a { text-decoration: none; color: inherit;}img { -webkit-user-drag: none; -moz-user-drag: none; -o-user-drag: none; user-drag: none; -webkit-touch-callout: none;}@font-face { font-family: YAFdJs2qTWQ-0; src: url(fonts/88a36cab6d7cfa75bff7e49535b9642a.woff2); font-style: normal; font-weight: 400;}@font-face { font-family: YAFdJs2qTWQ-0; src: url(fonts/c19f8e9cab364abc00a750036f731e21.woff2); font-style: normal; font-weight: 700;}@font-face { font-family: YAFdJs2qTWQ-0; src: url(fonts/2939e26d0be644944cd621be7bec5f5e.woff2); font-style: italic; font-weight: 400;}@font-face { font-family: YAFdJs2qTWQ-0; src: url(fonts/267ca74019c66328f093f6614fe3106e.woff2); font-style: italic; font-weight: 700;}@font-face { font-family: YAFdJs2qTWQ-0; src: url(fonts/22ff9d894b6467b3ddab0f1989a2cb4d.woff2); font-style: normal; font-weight: 100;}@font-face { font-family: YAFdJs2qTWQ-0; src: url(fonts/aeba314cd216c72b97019a6e8c17c9a5.woff2); font-style: italic; font-weight: 100;}@font-face { font-family: YAFdJs2qTWQ-0; src: url(fonts/22ff9d894b6467b3ddab0f1989a2cb4d.woff2); font-style: normal; font-weight: 200;}@font-face { font-family: YAFdJs2qTWQ-0; src: url(fonts/aeba314cd216c72b97019a6e8c17c9a5.woff2); font-style: italic; font-weight: 200;}@font-face { font-family: YAFdJs2qTWQ-0; src: url(fonts/22ff9d894b6467b3ddab0f1989a2cb4d.woff2); font-style: normal; font-weight: 300;}@font-face { font-family: YAFdJs2qTWQ-0; src: url(fonts/aeba314cd216c72b97019a6e8c17c9a5.woff2); font-style: italic; font-weight: 300;}@font-face { font-family: YAFdJs2qTWQ-0; src: url(fonts/6f953f3e7ac9d894a97d59a06afcfa7b.woff2); font-style: normal; font-weight: 500;}@font-face { font-family: YAFdJs2qTWQ-0; src: url(fonts/b146a0e8f0e873592940bcc60a355c0c.woff2); font-style: italic; font-weight: 500;}@font-face { font-family: YAFdJs2qTWQ-0; src: url(fonts/3dae3800fab4aad097008bba4dfa94c1.woff2); font-style: normal; font-weight: 600;}@font-face { font-family: YAFdJs2qTWQ-0; src: url(fonts/0f51da86a058aef1bb585a64cf664ab7.woff2); font-style: italic; font-weight: 600;}@font-face { font-family: YAFdJs2qTWQ-0; src: url(fonts/c19f8e9cab364abc00a750036f731e21.woff2); font-style: normal; font-weight: 800;}@font-face { font-family: YAFdJs2qTWQ-0; src: url(fonts/267ca74019c66328f093f6614fe3106e.woff2); font-style: italic; font-weight: 800;}@font-face { font-family: YAFdJs2qTWQ-0; src: url(fonts/71d66fa3f70c070b9427b4baf1980061.woff2); font-style: normal; font-weight: 900;}@font-face { font-family: YAFdJs2qTWQ-0; src: url(fonts/1aaf8c95b881644a76961b6db0059fc0.woff2); font-style: italic; font-weight: 900;}@font-face { font-family: YAFdtQi73Xs-0; src: url(fonts/881b8da5ad9b82b143ab37dcdf069c4c.woff2); font-style: normal; font-weight: 400;}@font-face { font-family: YAFdtQi73Xs-0; src: url(fonts/527cd5a6be21d4e008281f52ae03e6de.woff2); font-style: normal; font-weight: 700;}@font-face { font-family: YAFdtQi73Xs-0; src: url(fonts/e8e51b9875286101e41224d1f8f57146.woff2); font-style: italic; font-weight: 400;}@font-face { font-family: YAFdtQi73Xs-0; src: url(fonts/ccfa3463500b1d2425324b3a1a304119.woff2); font-style: italic; font-weight: 700;}@font-face { font-family: YAFdtQi73Xs-0; src: url(fonts/b9d3823184fbb6d5a9d5804d114b70ba.woff2); font-style: normal; font-weight: 100;}@font-face { font-family: YAFdtQi73Xs-0; src: url(fonts/b33f6386bd461ec492dd56577e13136c.woff2); font-style: italic; font-weight: 100;}@font-face { font-family: YAFdtQi73Xs-0; src: url(fonts/b09eaaf9341f54a150766b674dd4dd66.woff2); font-style: normal; font-weight: 200;}@font-face { font-family: YAFdtQi73Xs-0; src: url(fonts/c076bd8c37058ebdedabdda5c2d6b111.woff2); font-style: italic; font-weight: 200;}@font-face { font-family: YAFdtQi73Xs-0; src: url(fonts/9f211f1e580dd0c34c98242b67b454a1.woff2); font-style: normal; font-weight: 300;}@font-face { font-family: YAFdtQi73Xs-0; src: url(fonts/2ffd130498e37c9f925c671e0342f1e6.woff2); font-style: italic; font-weight: 300;}@font-face { font-family: YAFdtQi73Xs-0; src: url(fonts/b13d468f88f904752a71651083120b9b.woff2); font-style: normal; font-weight: 500;}@font-face { font-family: YAFdtQi73Xs-0; src: url(fonts/2f9ca4e3b153c05839a1665e2deae5bd.woff2); font-style: italic; font-weight: 500;}@font-face { font-family: YAFdtQi73Xs-0; src: url(fonts/10bae089b2dee90878d1d146921cad11.woff2); font-style: normal; font-weight: 600;}@font-face { font-family: YAFdtQi73Xs-0; src: url(fonts/5300a700676e268371e3693408559b01.woff2); font-style: italic; font-weight: 600;}@font-face { font-family: YAFdtQi73Xs-0; src: url(fonts/5da2f7e7b5289e2ae1f44d0ac2886371.woff2); font-style: normal; font-weight: 800;}@font-face { font-family: YAFdtQi73Xs-0; src: url(fonts/b76554414c3fa738aad9e680f54c765d.woff2); font-style: italic; font-weight: 800;}@font-face { font-family: YAFdtQi73Xs-0; src: url(fonts/5c07b773952ecd9eb4715de302811a45.woff2); font-style: normal; font-weight: 900;}@font-face { font-family: YAFdtQi73Xs-0; src: url(fonts/82e327672f883fc5445ed4de237127fd.woff2); font-style: italic; font-weight: 900;}@font-face { font-family: YAFdJjbTu24-1; src: url(fonts/325651f1111659cbaa0ee104bce3f541.woff2); font-style: normal; font-weight: 400;}@font-face { font-family: YAFdJjbTu24-1; src: url(fonts/57532649ffd83cbc0c6c560d8880b5a9.woff2); font-style: normal; font-weight: 700;}@font-face { font-family: YAFdJjbTu24-1; src: url(fonts/ba32208f5beb64f12ef0f027b0aa7b8f.woff2); font-style: italic; font-weight: 400;}@font-face { font-family: YAFdJjbTu24-1; src: url(fonts/1cf20a332bb5fa921b7062b605d9386b.woff2); font-style: italic; font-weight: 700;}@font-face { font-family: YAFdJjbTu24-1; src: url(fonts/cf602bf421f390c8e2f000174c51e331.woff2); font-style: normal; font-weight: 100;}@font-face { font-family: YAFdJjbTu24-1; src: url(fonts/5905bc789fc21caf82fbdd333c500130.woff2); font-style: italic; font-weight: 100;}@font-face { font-family: YAFdJjbTu24-1; src: url(fonts/0e4f5092a8164f94a696d942cc989ff7.woff2); font-style: normal; font-weight: 200;}@font-face { font-family: YAFdJjbTu24-1; src: url(fonts/59629bda565b78a6ae5542e65ff8396d.woff2); font-style: italic; font-weight: 200;}@font-face { font-family: YAFdJjbTu24-1; src: url(fonts/402fd6ca427ccc7a7e69904c83b73716.woff2); font-style: normal; font-weight: 300;}@font-face { font-family: YAFdJjbTu24-1; src: url(fonts/c2aedaa13f13befccb85dc5247d79319.woff2); font-style: italic; font-weight: 300;}@font-face { font-family: YAFdJjbTu24-1; src: url(fonts/b79740772ac87fd53b27808583c444a0.woff2); font-style: normal; font-weight: 500;}@font-face { font-family: YAFdJjbTu24-1; src: url(fonts/f1a73c1fc2744c098f7ea57186243d56.woff2); font-style: italic; font-weight: 500;}@font-face { font-family: YAFdJjbTu24-1; src: url(fonts/668e204ecea8e06c27fb74af58a48107.woff2); font-style: normal; font-weight: 600;}@font-face { font-family: YAFdJjbTu24-1; src: url(fonts/ba4a8b8af299bfd725ccfa4b44a5a262.woff2); font-style: italic; font-weight: 600;}@font-face { font-family: YAFdJjbTu24-1; src: url(fonts/580d73e66ecb72836c076f7a56bd21cd.woff2); font-style: normal; font-weight: 800;}@font-face { font-family: YAFdJjbTu24-1; src: url(fonts/4c478d46f16ac63b8814bb4454187a3e.woff2); font-style: italic; font-weight: 800;}@font-face { font-family: YAFdJjbTu24-1; src: url(fonts/4d54c91165acb22f3119c5daf01989b6.woff2); font-style: normal; font-weight: 900;}@font-face { font-family: YAFdJjbTu24-1; src: url(fonts/40d2ed8c32cb27fcee113f357cd026d8.woff2); font-style: italic; font-weight: 900;}@font-face { font-family: YACgEcYqQ-A-0; src: url(fonts/57520c8afe926d7643c80358edbb7b14.woff2); font-style: normal; font-weight: 400;}@font-face { font-family: YACgEcYqQ-A-0; src: url(fonts/57520c8afe926d7643c80358edbb7b14.woff2); font-style: normal; font-weight: 700;}@font-face { font-family: YACgEcYqQ-A-0; src: url(fonts/18b9e3530b8f43a6e1ab1d940ad0c0e6.woff2); font-style: italic; font-weight: 400;}@font-face { font-family: YACgEcYqQ-A-0; src: url(fonts/18b9e3530b8f43a6e1ab1d940ad0c0e6.woff2); font-style: italic; font-weight: 700;}@font-face { font-family: YACgEcYqQ-A-0; src: url(fonts/57520c8afe926d7643c80358edbb7b14.woff2); font-style: normal; font-weight: 100;}@font-face { font-family: YACgEcYqQ-A-0; src: url(fonts/18b9e3530b8f43a6e1ab1d940ad0c0e6.woff2); font-style: italic; font-weight: 100;}@font-face { font-family: YACgEcYqQ-A-0; src: url(fonts/57520c8afe926d7643c80358edbb7b14.woff2); font-style: normal; font-weight: 200;}@font-face { font-family: YACgEcYqQ-A-0; src: url(fonts/18b9e3530b8f43a6e1ab1d940ad0c0e6.woff2); font-style: italic; font-weight: 200;}@font-face { font-family: YACgEcYqQ-A-0; src: url(fonts/57520c8afe926d7643c80358edbb7b14.woff2); font-style: normal; font-weight: 300;}@font-face { font-family: YACgEcYqQ-A-0; src: url(fonts/18b9e3530b8f43a6e1ab1d940ad0c0e6.woff2); font-style: italic; font-weight: 300;}@font-face { font-family: YACgEcYqQ-A-0; src: url(fonts/57520c8afe926d7643c80358edbb7b14.woff2); font-style: normal; font-weight: 500;}@font-face { font-family: YACgEcYqQ-A-0; src: url(fonts/18b9e3530b8f43a6e1ab1d940ad0c0e6.woff2); font-style: italic; font-weight: 500;}@font-face { font-family: YACgEcYqQ-A-0; src: url(fonts/57520c8afe926d7643c80358edbb7b14.woff2); font-style: normal; font-weight: 600;}@font-face { font-family: YACgEcYqQ-A-0; src: url(fonts/18b9e3530b8f43a6e1ab1d940ad0c0e6.woff2); font-style: italic; font-weight: 600;}@font-face { font-family: YACgEcYqQ-A-0; src: url(fonts/57520c8afe926d7643c80358edbb7b14.woff2); font-style: normal; font-weight: 800;}@font-face { font-family: YACgEcYqQ-A-0; src: url(fonts/18b9e3530b8f43a6e1ab1d940ad0c0e6.woff2); font-style: italic; font-weight: 800;}@font-face { font-family: YACgEcYqQ-A-0; src: url(fonts/57520c8afe926d7643c80358edbb7b14.woff2); font-style: normal; font-weight: 900;}@font-face { font-family: YACgEcYqQ-A-0; src: url(fonts/18b9e3530b8f43a6e1ab1d940ad0c0e6.woff2); font-style: italic; font-weight: 900;}@font-face { font-family: YACgEZ1cb1Q-0; src: url(fonts/f8f199f09526f79e87644ed227e0f651.woff2); font-style: normal; font-weight: 400;}@font-face { font-family: YACgEZ1cb1Q-0; src: url(fonts/98c4d2c0223fc8474641c77f923528e9.woff2); font-style: normal; font-weight: 700;}@font-face { font-family: YACgEZ1cb1Q-0; src: url(fonts/d257a7100844bc3f98c9021168b6249e.woff2); font-style: italic; font-weight: 400;}@font-face { font-family: YACgEZ1cb1Q-0; src: url(fonts/1060345c54d396e76d73f1da7ee200bd.woff2); font-style: italic; font-weight: 700;}@font-face { font-family: YACgEZ1cb1Q-0; src: url(fonts/f8f199f09526f79e87644ed227e0f651.woff2); font-style: normal; font-weight: 100;}@font-face { font-family: YACgEZ1cb1Q-0; src: url(fonts/d257a7100844bc3f98c9021168b6249e.woff2); font-style: italic; font-weight: 100;}@font-face { font-family: YACgEZ1cb1Q-0; src: url(fonts/f8f199f09526f79e87644ed227e0f651.woff2); font-style: normal; font-weight: 200;}@font-face { font-family: YACgEZ1cb1Q-0; src: url(fonts/d257a7100844bc3f98c9021168b6249e.woff2); font-style: italic; font-weight: 200;}@font-face { font-family: YACgEZ1cb1Q-0; src: url(fonts/f8f199f09526f79e87644ed227e0f651.woff2); font-style: normal; font-weight: 300;}@font-face { font-family: YACgEZ1cb1Q-0; src: url(fonts/d257a7100844bc3f98c9021168b6249e.woff2); font-style: italic; font-weight: 300;}@font-face { font-family: YACgEZ1cb1Q-0; src: url(fonts/f8f199f09526f79e87644ed227e0f651.woff2); font-style: normal; font-weight: 500;}@font-face { font-family: YACgEZ1cb1Q-0; src: url(fonts/d257a7100844bc3f98c9021168b6249e.woff2); font-style: italic; font-weight: 500;}@font-face { font-family: YACgEZ1cb1Q-0; src: url(fonts/98c4d2c0223fc8474641c77f923528e9.woff2); font-style: normal; font-weight: 600;}@font-face { font-family: YACgEZ1cb1Q-0; src: url(fonts/1060345c54d396e76d73f1da7ee200bd.woff2); font-style: italic; font-weight: 600;}@font-face { font-family: YACgEZ1cb1Q-0; src: url(fonts/98c4d2c0223fc8474641c77f923528e9.woff2); font-style: normal; font-weight: 800;}@font-face { font-family: YACgEZ1cb1Q-0; src: url(fonts/1060345c54d396e76d73f1da7ee200bd.woff2); font-style: italic; font-weight: 800;}@font-face { font-family: YACgEZ1cb1Q-0; src: url(fonts/98c4d2c0223fc8474641c77f923528e9.woff2); font-style: normal; font-weight: 900;}@font-face { font-family: YACgEZ1cb1Q-0; src: url(fonts/1060345c54d396e76d73f1da7ee200bd.woff2); font-style: italic; font-weight: 900;}@media (max-width: 375px) { #oVWOne6gpxBKgja4 { grid-area: 2 / 2 / 3 / 3; position: relative; } #YR2h3teBnoUQeq9t { grid-template-columns: 0 334.40692257%; left: -117.20346129%; grid-template-rows: 0 100%; } #J2CR2lgrENGSk0A5 { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(4.50559829em - var(--ffsd))); } #k7vWwjlBmfoNrWXh { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 4.50559829em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #PsQaWKnGC60LKM93 { min-width: 91.6rem; } #GCipHhAv6ca0Ljjl { grid-area: 2 / 2 / 3 / 6; position: relative; } #XLGBbm6GqslZNmqd { stroke-width: calc(100rem * 48.0000000000001 / 375.0); } #FpJ40vqbiUZ2yOAQ { grid-area: 4 / 3 / 5 / 5; position: relative; } #AgHcOTFyY4TN4Qmb { display: none; } #SWepecuhGplTyJMT { display: none; } #deVX0G9MdCRhdl9D { display: none; } #T4B9Axl0se1X5XD5 { display: none; } #y7ZItQvIfaphxRkW { display: block; } #C1QwdkJuiSAoH88c { grid-area: 2 / 2 / 9 / 9; position: relative; } #vCxiB9qSCjE0pXyL { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(18.06989061em - var(--ffsd))); } #Et5gHfx5rBesgxvZ { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 18.06989061em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * 0.1); margin-bottom: calc(var(--last-font-size) * 0.1); } #zbac3jeJkhEdWDim { min-width: 78.8rem; } #A3XbzY7IB6zfTZ2W { grid-area: 3 / 3 / 4 / 7; position: relative; } #IndVAs6kSwNekRpj { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(4.096em - var(--ffsd))); } #No5Xn8sv6Pkqp75S { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 4.096em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.165); margin-bottom: calc(var(--last-font-size) * -0.165); } #VvqhgqrnSiZIvrQj { min-width: 78.8rem; } #OuGWF49llQv2s54v { grid-area: 5 / 4 / 6 / 8; position: relative; } #RvF2N64sjgyQDlT1 { grid-area: 2 / 2 / 5 / 5; position: relative; } #qbz6MlTzdKe5FNZc { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(4.9586944em - var(--ffsd))); } #FuLk3wnV06jPtvkN { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 4.9586944em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #vSudXD12a6lqYfgs { min-width: 39.14948565rem; } #inKLLoUfxzdEqM7q { grid-area: 3 / 3 / 4 / 4; position: relative; } #UDhd3AKJ6k5K4D36 { grid-template-columns: 0 5.08206472rem 39.01615232rem 5.08206472rem; grid-template-rows: 0 minmax(2.84243461rem, max-content) minmax(5.92026112rem, max-content) minmax(3.60093056rem, max-content); } #RDJfZ3orsINsMDx9 { grid-area: 6 / 4 / 7 / 7; grid-template-columns: 0 6.4rem 0 1.73876126rem 49.18028176rem 27.74762364rem 0 6.4rem; grid-template-rows: 0 minmax(33.26495283rem, max-content) minmax(21.65985492rem, max-content) minmax(35.328rem, max-content) minmax(6.56976299rem, max-content) minmax(18.99246052rem, max-content) minmax(12.36362628rem, max-content) minmax(33.26495283rem, max-content); } #GOqNVo1t3ZDlosw5 { grid-area: 6 / 4 / 7 / 7; position: relative; } #UBqHAF5Mm095Rxj6 { grid-template-columns: 4.26666667rem 0 0 15.92710265rem 75.53956402rem 0 4.26666667rem; grid-template-rows: minmax(10.81489969rem, max-content) minmax(4.87358109rem, max-content) minmax(4.864rem, max-content) minmax(1.28rem, max-content) minmax(4.736rem, max-content) minmax(161.44361039rem, max-content); } #oJBC9HlZCZp5VqLz { min-height: calc(15.87448522 * var(--1vh, 1vh)); } #BzXAPpLIkeZx2Bi0 { grid-area: 2 / 2 / 3 / 3; position: relative; } #PiPww2gvfP1Wb3FP { grid-template-columns: 0 396.00650647%; left: -148.00325324%; grid-template-rows: 0 100%; } #ltKNeDMhpozb5UW7 { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(4.50559829em - var(--ffsd))); } #SdbXBciq8XavE4HY { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 4.50559829em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #NP6r7869nTy2JxI8 { min-width: 91.6rem; } #IVHs9YQ2qGzbIt6K { grid-area: 2 / 2 / 3 / 10; position: relative; } #KqEiEzIdO4biD6dZ { stroke-width: calc(100rem * 48.0000000000001 / 375.0); } #XoJBQtmsyyjtX68Y { grid-area: 4 / 8 / 5 / 9; position: relative; } #I6ZVZOs8Pd2fgdtK { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(4.096em - var(--ffsd))); } #AFsrCSEupKBZ2XVb { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 4.096em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #hdKxszb901j1GKV7 { min-width: 91.6rem; } #QSPbIz0lbr1eJisL { grid-area: 6 / 3 / 7 / 11; position: relative; } #b3giBIfKcsNNtU1J { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(8.14980437em - var(--ffsd))); } #DIbI0iGW161IFKls { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 8.14980437em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * 0.06); margin-bottom: calc(var(--last-font-size) * 0.06); } #mn2txOPQjQLm8WUg { min-width: 91.6rem; } #XWVmwbcIJ8pjZ9aT { grid-area: 8 / 4 / 9 / 12; position: relative; } #YCm2WVJItzR2erET { min-width: 35.98180394rem; } #ue2dgEnbaPV4hdjd { grid-area: 2 / 2 / 4 / 5; position: relative; } #pzzlfHC4e9KLJWfA { min-width: 35.98180394rem; } #NYZaFxnKrnKPGpCf { grid-area: 3 / 6 / 5 / 9; position: relative; } #Bol38ZwsxtYp9Z57 { min-width: 42.59444539rem; } #QJITUvBYHneP6dN8 { grid-area: 6 / 4 / 7 / 7; position: relative; } #abI3U8OxdYtr9PBO { min-width: 54.87506521rem; } #DDJYffWtcXTWlG7k { grid-area: 8 / 3 / 9 / 8; position: relative; } #BXLKjDPyMrE0QJax { grid-area: 10 / 5 / 11 / 13; grid-template-columns: 6.68486272rem 11.67760468rem 6.14030991rem 18.03055603rem 6.4rem 18.03055603rem 6.14030991rem 11.67760468rem 6.68486272rem; grid-template-rows: 0 0 minmax(7.21921024rem, max-content) 0 minmax(6.4rem, max-content) minmax(7.21921024rem, max-content) minmax(6.4rem, max-content) minmax(7.21921024rem, max-content); } #ea8TMo6KiaJs0uEr { grid-area: 10 / 5 / 11 / 13; position: relative; } #lbInZiLd3c1W2Y1P { grid-area: 12 / 6 / 13 / 14; position: relative; } #rTL2TqtAHXFb47Tm { grid-area: 14 / 7 / 15 / 15; position: relative; } #UjHIHRJGnNjdII9N { grid-template-columns: 4.26666667rem 0 0 0 0 0 35.48908324rem 15.92710265rem 40.05048078rem 0 0 0 0 0 4.26666667rem; grid-template-rows: minmax(7.54078318rem, max-content) minmax(4.26448883rem, max-content) minmax(4.864rem, max-content) minmax(1.28rem, max-content) minmax(9.7656025rem, max-content) minmax(4.8128rem, max-content) minmax(3.89487945rem, max-content) minmax(8.74475419rem, max-content) minmax(9.728rem, max-content) minmax(34.45763072rem, max-content) minmax(18.432rem, max-content) minmax(36.08318043rem, max-content) minmax(6.4rem, max-content) minmax(64.83604407rem, max-content) minmax(7.54078318rem, max-content); } #KsfbYxQMXUd2KcUq { min-height: calc(18.79865221 * var(--1vh, 1vh)); } #vYjVzZeAzqjac86O { grid-area: 2 / 2 / 3 / 3; position: relative; } #BBVtg9Wh1oTgW59p { grid-template-columns: 0 358.32766852%; left: -129.16383426%; grid-template-rows: 0 100%; } #cTSYBwYBISSLwS2V { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(4.50559829em - var(--ffsd))); } #jZkQTuEkWe4RhDPa { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 4.50559829em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #jbBEq6yvVkexo4DP { min-width: 91.6rem; } #SzNxIl5ZIvVFBHYu { grid-area: 2 / 2 / 3 / 10; position: relative; } #RSw4TanrBAGeNlV0 { stroke-width: calc(100rem * 48.0000000000001 / 375.0); } #VC3xGkQhdNhX0oL6 { grid-area: 4 / 8 / 5 / 9; position: relative; } #KD25g0zmprqSsQAi { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(4.096em - var(--ffsd))); } #abXobxRKsQR2bOJg { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 4.096em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #Io1yIfA1CSEujgZJ { min-width: 91.6rem; } #InFAXVs9k3q6KOv4 { grid-area: 6 / 3 / 7 / 11; position: relative; } #q2ImjYrMTMDHVFwy { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(8.14980437em - var(--ffsd))); } #QvSZPRg39v6LZFZ6 { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 8.14980437em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * 0.06); margin-bottom: calc(var(--last-font-size) * 0.06); } #wjueui3Gs9TeONt2 { min-width: 91.6rem; } #f3kzOKr8bKM48adj { grid-area: 8 / 4 / 9 / 12; position: relative; } #D5FXBDigoOgUyNlK { min-width: 35.98180394rem; } #H39M5KLI0mQ1j84F { grid-area: 2 / 2 / 4 / 5; position: relative; } #Iys8qtTJL3rapval { min-width: 35.98180394rem; } #PuDty76DlLt4mmDa { grid-area: 3 / 6 / 5 / 9; position: relative; } #e5Y0hTU011FQSS7o { min-width: 42.59444539rem; } #eFVcQdu8PQKFNI8h { grid-area: 6 / 4 / 7 / 7; position: relative; } #bMNXUSjhlk97DW28 { min-width: 54.87506521rem; } #gapADh37teOc06tz { grid-area: 8 / 3 / 9 / 8; position: relative; } #Id5kzzRP5KQnduMq { grid-area: 10 / 5 / 11 / 13; grid-template-columns: 6.68486272rem 11.67760468rem 6.14030991rem 18.03055603rem 6.4rem 18.03055603rem 6.14030991rem 11.67760468rem 6.68486272rem; grid-template-rows: 0 0 minmax(7.21921024rem, max-content) 0 minmax(6.4rem, max-content) minmax(7.21921024rem, max-content) minmax(6.4rem, max-content) minmax(7.21921024rem, max-content); } #XfnTtGIis7uWOOb1 { grid-area: 10 / 5 / 11 / 13; position: relative; } #uafU08uabMujhAEh { grid-area: 12 / 6 / 13 / 14; position: relative; } #scKlXCjo01PqWIPt { grid-area: 14 / 7 / 15 / 15; position: relative; } #Dpk2oPUTHRlmp8xh { grid-template-columns: 4.26666667rem 0 0 0 0 0 35.48908324rem 15.92710265rem 40.05048078rem 0 0 0 0 0 4.26666667rem; grid-template-rows: minmax(8.75578654rem, max-content) minmax(4.26448883rem, max-content) minmax(4.864rem, max-content) minmax(1.28rem, max-content) minmax(9.7656025rem, max-content) minmax(4.8128rem, max-content) minmax(3.89487945rem, max-content) minmax(8.74475419rem, max-content) minmax(9.728rem, max-content) minmax(34.45763072rem, max-content) minmax(15.50299046rem, max-content) minmax(34.6793049rem, max-content) minmax(6.4rem, max-content) minmax(45.55491981rem, max-content) minmax(8.75578654rem, max-content); } #ex1MYaQttjiXT9aj { min-height: calc(17.01001652 * var(--1vh, 1vh)); } #XlFn7BgNeGIMXjoh { grid-area: 2 / 2 / 3 / 3; position: relative; } #LkMAy6YHcPLZ9lTB { grid-template-columns: 0 774.51958421%; left: -337.2597921%; grid-template-rows: 0 100%; } #fcRvDKjgvFTBNYrs { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(4.50559829em - var(--ffsd))); } #QnIdpr6IJ6pIe4q1 { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 4.50559829em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #kfjK860vv1lF6bmL { min-width: 91.6rem; } #FzcSxIJ3dyrDHgOV { grid-area: 2 / 2 / 3 / 25; position: relative; } #qJXZWlmvVysLynU9 { stroke-width: calc(100rem * 47.99999999999994 / 375.0); } #TkLriNCbIRVC55Rx { grid-area: 4 / 15 / 5 / 16; position: relative; } #LekaZ5CEjBURosFH { grid-area: 6 / 11 / 7 / 18; position: relative; } #T7LATTYddFewZE8R { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(4.096em - var(--ffsd))); } #vRKnPI7tB2PHkHin { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 4.096em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #QK3k2RfoCwSkr249 { min-width: 77.73527267rem; } #cciaudAr9a05zwDR { grid-area: 8 / 12 / 9 / 19; position: relative; } #NgWIqyxqu0rMmf6z { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(4.096em - var(--ffsd))); } #EJUFyvO9j1pWSM4I { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 4.096em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #z1QxaW3YBoe0b6vH { min-width: 77.73527267rem; } #Pa88sYvux4TVnuSC { grid-area: 10 / 13 / 11 / 20; position: relative; } #cqJpcDJviPIzu68d { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(4.096em - var(--ffsd))); } #nlsVRcEUlPosJm8Q { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 4.096em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #BJyEcBv1OrXK2Crf { min-width: 77.73527267rem; } #ndemMQE4alWc3OYd { grid-area: 12 / 14 / 13 / 21; position: relative; } #McZdaRq4nPP4k9Xn { grid-area: 14 / 7 / 15 / 17; position: relative; } #MUi9K9exbpofSkm9 { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(4.096em - var(--ffsd))); } #IzProvDs7NzGPrG7 { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 4.096em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #JDya34lKzgWATeNK { min-width: 86.85157866rem; } #CbpM6iD5n8O5OtOT { grid-area: 16 / 8 / 17 / 22; position: relative; } #s08LzYkHIkwgcWB5 { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(4.096em - var(--ffsd))); } #MIxZ26u1M3EGfkUP { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 4.096em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #nnTdfWkbREsADgSq { min-width: 86.85157866rem; } #Pod61HCOseqJqpyf { grid-area: 18 / 9 / 19 / 23; position: relative; } #aFv7i37CFiJTMpvs { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(4.096em - var(--ffsd))); } #YNyHxkGOEpwcQbTt { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 4.096em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #PrtUfELKQf5etzCu { min-width: 86.85157866rem; } #RjBIVhZ3FyXUufgS { grid-area: 20 / 10 / 21 / 24; position: relative; } #Ci3NcgmHqN4LpsUo { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(4.096em - var(--ffsd))); } #DBQktVocC9L2YwkN { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 4.096em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #cNAubTrB9GE4luPG { min-width: 91.6rem; } #uuhYFibsIOO3WOLQ { grid-area: 22 / 3 / 23 / 26; position: relative; } #fjd48160Eh6HJ3IV { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(4.096em - var(--ffsd))); } #zy8eqzMRMn9Y2WF8 { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 4.096em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.165); margin-bottom: calc(var(--last-font-size) * -0.165); } #Cb2iqvpIe1fBMcTA { min-width: 91.6rem; } #ZINDlteOJZ2KYc3k { grid-area: 24 / 4 / 25 / 27; position: relative; } #OVDMsqDXf2sxJsjg { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(4.096em - var(--ffsd))); } #xfWNerZchB5Gax5V { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 4.096em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #Q0IQmfL93sHiqiLW { min-width: 91.6rem; } #DsxTzaYWd40UO7Wj { grid-area: 26 / 5 / 27 / 28; position: relative; } #anlIEbW1N5HqCmOh { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(4.096em - var(--ffsd))); } #KVxCBf9kMmV7hsaK { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 4.096em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.165); margin-bottom: calc(var(--last-font-size) * -0.165); } #myfr6a9cjrUKyjOw { min-width: 91.6rem; } #rKZKhaeIVavLXJ9r { grid-area: 28 / 6 / 29 / 29; position: relative; } #sQUU93VZ57sZwQ8j { grid-template-columns: 4.26666667rem 0 0 0 0 2.37421067rem 0 0 0 4.558153rem 0 0 0 11.64087364rem 15.92710265rem 46.40011604rem 1.073847rem 2.56rem 0 0 4.558153rem 0 0 2.37421067rem 0 0 0 0 4.26666667rem; grid-template-rows: minmax(7.54078318rem, max-content) minmax(4.43933206rem, max-content) minmax(4.864rem, max-content) minmax(1.28rem, max-content) minmax(21.12489423rem, max-content) minmax(100.05591911rem, max-content) minmax(5.21116229rem, max-content) minmax(4.8128rem, max-content) minmax(5.12rem, max-content) minmax(4.8128rem, max-content) minmax(2.27651433rem, max-content) minmax(4.8128rem, max-content) minmax(6.4rem, max-content) minmax(102.37878978rem, max-content) minmax(5.21116229rem, max-content) minmax(4.8128rem, max-content) minmax(5.12rem, max-content) minmax(4.8128rem, max-content) minmax(2.27651433rem, max-content) minmax(4.8128rem, max-content) minmax(6.4rem, max-content) minmax(4.8128rem, max-content) minmax(11.51535104rem, max-content) minmax(34.96228571rem, max-content) minmax(13.45291618rem, max-content) minmax(4.8128rem, max-content) minmax(4.864rem, max-content) minmax(44.91783408rem, max-content) minmax(7.54078318rem, max-content); } #rtDjqslIW0n0v0nh { min-height: calc(36.7668815 * var(--1vh, 1vh)); } #mFSCvvdzSAfarmAW { grid-area: 2 / 2 / 3 / 3; position: relative; } #zJag1WGDROcaxvun { grid-template-columns: 0 243.30792753%; left: -71.65396376%; grid-template-rows: 0 100%; } #ZoH7rU9OwBCklx8z { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(4.50559829em - var(--ffsd))); } #JTYKGAYT8NhdWAzL { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 4.50559829em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #ena7tG6xjdPmmpEO { min-width: 91.6rem; } #OkIWgA8eU9RrKPLc { grid-area: 2 / 2 / 3 / 7; position: relative; } #Pgjrh1hvupgiYJRn { stroke-width: calc(100rem * 47.99999999999989 / 375.0); } #ErUxChoIzPROfKoN { grid-area: 4 / 5 / 5 / 6; position: relative; } #AIPdYcoAKwDcSxVv { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(4.096em - var(--ffsd))); } #e2QQnvRSPvio4MHy { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 4.096em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #sosmwjvCZMMYXbXY { min-width: 91.6rem; } #CpGUaKcYW46DN1FU { grid-area: 6 / 3 / 7 / 8; position: relative; } #Gn2bc2G4JSw3nw01 { grid-area: 8 / 4 / 9 / 9; position: relative; } #OWRQkIlOmAsIF3N9 { grid-template-columns: 4.26666667rem 0 0 37.15376378rem 15.92710265rem 38.38580024rem 0 0 4.26666667rem; grid-template-rows: minmax(26.54214459rem, max-content) minmax(4.43933206rem, max-content) minmax(4.864rem, max-content) minmax(1.28rem, max-content) minmax(3.33667583rem, max-content) minmax(4.8128rem, max-content) minmax(13.52681825rem, max-content) minmax(51.45rem, max-content) minmax(26.54214459rem, max-content); } #vP3hmXBv92hNY2gt { min-height: calc(11.54996455 * var(--1vh, 1vh)); }}@media (min-width: 375.05px) and (max-width: 480px) { #oVWOne6gpxBKgja4 { grid-area: 2 / 2 / 3 / 3; position: relative; } #YR2h3teBnoUQeq9t { grid-template-columns: 0 277.24374466%; left: -88.62187233%; grid-template-rows: 0 100%; } #J2CR2lgrENGSk0A5 { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(4.26666em - var(--ffsd))); } #k7vWwjlBmfoNrWXh { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 4.26666em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #PsQaWKnGC60LKM93 { min-width: 92.94251784rem; } #GCipHhAv6ca0Ljjl { grid-area: 2 / 3 / 3 / 6; position: relative; } #XLGBbm6GqslZNmqd { stroke-width: calc(100rem * 48.00000000000013 / 480.0); } #FpJ40vqbiUZ2yOAQ { grid-area: 4 / 4 / 5 / 5; position: relative; } #AgHcOTFyY4TN4Qmb { display: none; } #SWepecuhGplTyJMT { display: none; } #deVX0G9MdCRhdl9D { display: none; } #T4B9Axl0se1X5XD5 { display: block; } #y7ZItQvIfaphxRkW { display: none; } #C1QwdkJuiSAoH88c { grid-area: 2 / 2 / 9 / 9; position: relative; } #vCxiB9qSCjE0pXyL { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(19.14183327em - var(--ffsd))); } #Et5gHfx5rBesgxvZ { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 19.14183327em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * 0.1); margin-bottom: calc(var(--last-font-size) * 0.1); } #zbac3jeJkhEdWDim { min-width: 83.4375rem; } #A3XbzY7IB6zfTZ2W { grid-area: 3 / 3 / 4 / 7; position: relative; } #IndVAs6kSwNekRpj { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(3.2em - var(--ffsd))); } #No5Xn8sv6Pkqp75S { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 3.2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.165); margin-bottom: calc(var(--last-font-size) * -0.165); } #VvqhgqrnSiZIvrQj { min-width: 83.4375rem; } #OuGWF49llQv2s54v { grid-area: 5 / 4 / 6 / 8; position: relative; } #RvF2N64sjgyQDlT1 { grid-area: 2 / 2 / 5 / 5; position: relative; } #qbz6MlTzdKe5FNZc { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(3.87398em - var(--ffsd))); } #FuLk3wnV06jPtvkN { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 3.87398em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #vSudXD12a6lqYfgs { min-width: 30.58553566rem; } #inKLLoUfxzdEqM7q { grid-area: 3 / 3 / 4 / 4; position: relative; } #UDhd3AKJ6k5K4D36 { grid-template-columns: 0 3.97036306rem 30.481369rem 3.97036306rem; grid-template-rows: 0 minmax(2.22065204rem, max-content) minmax(4.625204rem, max-content) minmax(2.813227rem, max-content); } #RDJfZ3orsINsMDx9 { grid-area: 6 / 2 / 7 / 7; grid-template-columns: 0 5rem 0 2.64833826rem 38.42209513rem 42.26289995rem 0 5rem; grid-template-rows: 0 minmax(25.9882444rem, max-content) minmax(22.94476157rem, max-content) minmax(27.6rem, max-content) minmax(6.95949469rem, max-content) minmax(14.83785978rem, max-content) minmax(9.65908303rem, max-content) minmax(25.9882444rem, max-content); } #GOqNVo1t3ZDlosw5 { grid-area: 6 / 2 / 7 / 7; position: relative; } #UBqHAF5Mm095Rxj6 { grid-template-columns: 3.33333333rem 0.49498216rem 0 12.44304894rem 80.39530223rem 0 3.33333333rem; grid-template-rows: minmax(8.44914038rem, max-content) minmax(4.946668rem, max-content) minmax(3.8rem, max-content) minmax(1rem, max-content) minmax(3.7rem, max-content) minmax(133.97768788rem, max-content); } #oJBC9HlZCZp5VqLz { min-height: calc(16.22929256 * var(--1vh, 1vh)); } #BzXAPpLIkeZx2Bi0 { grid-area: 2 / 2 / 3 / 3; position: relative; } #PiPww2gvfP1Wb3FP { grid-template-columns: 0 338.91790341%; left: -119.45895171%; grid-template-rows: 0 100%; } #ltKNeDMhpozb5UW7 { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(3.75332506em - var(--ffsd))); } #SdbXBciq8XavE4HY { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 3.75332506em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #NP6r7869nTy2JxI8 { min-width: 93.4375rem; } #IVHs9YQ2qGzbIt6K { grid-area: 2 / 2 / 3 / 10; position: relative; } #KqEiEzIdO4biD6dZ { stroke-width: calc(100rem * 48.000000000000156 / 480.0); } #XoJBQtmsyyjtX68Y { grid-area: 4 / 8 / 5 / 9; position: relative; } #I6ZVZOs8Pd2fgdtK { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(3.2em - var(--ffsd))); } #AFsrCSEupKBZ2XVb { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 3.2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #hdKxszb901j1GKV7 { min-width: 93.4375rem; } #QSPbIz0lbr1eJisL { grid-area: 6 / 3 / 7 / 11; position: relative; } #b3giBIfKcsNNtU1J { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(7.49747079em - var(--ffsd))); } #DIbI0iGW161IFKls { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 7.49747079em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * 0.06); margin-bottom: calc(var(--last-font-size) * 0.06); } #mn2txOPQjQLm8WUg { min-width: 93.4375rem; } #XWVmwbcIJ8pjZ9aT { grid-area: 8 / 4 / 9 / 12; position: relative; } #YCm2WVJItzR2erET { min-width: 28.11078433rem; } #ue2dgEnbaPV4hdjd { grid-area: 2 / 3 / 4 / 5; position: relative; } #pzzlfHC4e9KLJWfA { min-width: 28.11078433rem; } #NYZaFxnKrnKPGpCf { grid-area: 3 / 7 / 5 / 8; position: relative; } #Bol38ZwsxtYp9Z57 { min-width: 33.27691046rem; } #QJITUvBYHneP6dN8 { grid-area: 6 / 2 / 8 / 4; position: relative; } #abI3U8OxdYtr9PBO { min-width: 42.87114469rem; } #DDJYffWtcXTWlG7k { grid-area: 7 / 6 / 9 / 9; position: relative; } #BXLKjDPyMrE0QJax { grid-area: 10 / 5 / 11 / 13; grid-template-columns: 6.19680576rem 9.96324324rem 23.20950055rem 4.79711712rem 0.20288288rem 4.79711712rem 28.00661767rem 9.96324324rem 6.19680576rem; grid-template-rows: 0 0 minmax(5.640008rem, max-content) 0 minmax(5rem, max-content) 0 minmax(5.640008rem, max-content) 0; } #ea8TMo6KiaJs0uEr { grid-area: 10 / 5 / 11 / 13; position: relative; } #lbInZiLd3c1W2Y1P { grid-area: 12 / 6 / 13 / 14; position: relative; } #rTL2TqtAHXFb47Tm { grid-area: 14 / 7 / 15 / 15; position: relative; } #UjHIHRJGnNjdII9N { grid-template-columns: 3.33333333rem 0 0 0 0 0 38.00289389rem 12.44304894rem 42.8873905rem 0 0 0 0 0 3.33333333rem; grid-template-rows: minmax(5.89123686rem, max-content) minmax(4.35151921rem, max-content) minmax(3.8rem, max-content) minmax(1rem, max-content) minmax(7.62937695rem, max-content) minmax(3.76rem, max-content) minmax(3.04287457rem, max-content) minmax(8.92321857rem, max-content) minmax(7.6rem, max-content) minmax(16.280016rem, max-content) minmax(14.4rem, max-content) minmax(36.81957187rem, max-content) minmax(5rem, max-content) minmax(66.15922864rem, max-content) minmax(5.89123686rem, max-content); } #KsfbYxQMXUd2KcUq { min-height: calc(19.83957407 * var(--1vh, 1vh)); } #vYjVzZeAzqjac86O { grid-area: 2 / 2 / 3 / 3; position: relative; } #BBVtg9Wh1oTgW59p { grid-template-columns: 0 297.30571693%; left: -98.65285847%; grid-template-rows: 0 100%; } #cTSYBwYBISSLwS2V { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(3.75332506em - var(--ffsd))); } #jZkQTuEkWe4RhDPa { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 3.75332506em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #jbBEq6yvVkexo4DP { min-width: 93.4375rem; } #SzNxIl5ZIvVFBHYu { grid-area: 2 / 2 / 3 / 10; position: relative; } #RSw4TanrBAGeNlV0 { stroke-width: calc(100rem * 48.000000000000156 / 480.0); } #VC3xGkQhdNhX0oL6 { grid-area: 4 / 8 / 5 / 9; position: relative; } #KD25g0zmprqSsQAi { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(3.2em - var(--ffsd))); } #abXobxRKsQR2bOJg { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 3.2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #Io1yIfA1CSEujgZJ { min-width: 93.4375rem; } #InFAXVs9k3q6KOv4 { grid-area: 6 / 3 / 7 / 11; position: relative; } #q2ImjYrMTMDHVFwy { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(7.49747079em - var(--ffsd))); } #QvSZPRg39v6LZFZ6 { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 7.49747079em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * 0.06); margin-bottom: calc(var(--last-font-size) * 0.06); } #wjueui3Gs9TeONt2 { min-width: 93.4375rem; } #f3kzOKr8bKM48adj { grid-area: 8 / 4 / 9 / 12; position: relative; } #D5FXBDigoOgUyNlK { min-width: 28.11078433rem; } #H39M5KLI0mQ1j84F { grid-area: 2 / 3 / 4 / 5; position: relative; } #Iys8qtTJL3rapval { min-width: 28.11078433rem; } #PuDty76DlLt4mmDa { grid-area: 3 / 7 / 5 / 8; position: relative; } #e5Y0hTU011FQSS7o { min-width: 33.27691046rem; } #eFVcQdu8PQKFNI8h { grid-area: 6 / 2 / 8 / 4; position: relative; } #bMNXUSjhlk97DW28 { min-width: 42.87114469rem; } #gapADh37teOc06tz { grid-area: 7 / 6 / 9 / 9; position: relative; } #Id5kzzRP5KQnduMq { grid-area: 10 / 5 / 11 / 13; grid-template-columns: 6.19680576rem 9.96324324rem 23.20950055rem 4.79711712rem 0.20288288rem 4.79711712rem 28.00661767rem 9.96324324rem 6.19680576rem; grid-template-rows: 0 0 minmax(5.640008rem, max-content) 0 minmax(5rem, max-content) 0 minmax(5.640008rem, max-content) 0; } #XfnTtGIis7uWOOb1 { grid-area: 10 / 5 / 11 / 13; position: relative; } #uafU08uabMujhAEh { grid-area: 12 / 6 / 13 / 14; position: relative; } #scKlXCjo01PqWIPt { grid-area: 14 / 7 / 15 / 15; position: relative; } #Dpk2oPUTHRlmp8xh { grid-template-columns: 3.33333333rem 0 0 0 0 0 38.00289389rem 12.44304894rem 42.8873905rem 0 0 0 0 0 3.33333333rem; grid-template-rows: minmax(5.89123686rem, max-content) minmax(4.35151921rem, max-content) minmax(3.8rem, max-content) minmax(1rem, max-content) minmax(7.62937695rem, max-content) minmax(3.76rem, max-content) minmax(3.04287457rem, max-content) minmax(8.92321857rem, max-content) minmax(7.6rem, max-content) minmax(16.280016rem, max-content) minmax(12.1117113rem, max-content) minmax(35.38704581rem, max-content) minmax(5rem, max-content) minmax(46.48461205rem, max-content) minmax(5.89123686rem, max-content); } #ex1MYaQttjiXT9aj { min-height: calc(17.40368016 * var(--1vh, 1vh)); } #XlFn7BgNeGIMXjoh { grid-area: 2 / 2 / 3 / 3; position: relative; } #LkMAy6YHcPLZ9lTB { grid-template-columns: 0 580.96647813%; left: -240.48323907%; grid-template-rows: 0 100%; } #fcRvDKjgvFTBNYrs { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(3.90721068em - var(--ffsd))); } #QnIdpr6IJ6pIe4q1 { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 3.90721068em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #kfjK860vv1lF6bmL { min-width: 93.4375rem; } #FzcSxIJ3dyrDHgOV { grid-area: 2 / 2 / 3 / 25; position: relative; } #qJXZWlmvVysLynU9 { stroke-width: calc(100rem * 47.99999999999999 / 480.0); } #TkLriNCbIRVC55Rx { grid-area: 4 / 15 / 5 / 16; position: relative; } #LekaZ5CEjBURosFH { grid-area: 6 / 11 / 7 / 18; position: relative; } #T7LATTYddFewZE8R { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(3.2em - var(--ffsd))); } #vRKnPI7tB2PHkHin { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 3.2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #QK3k2RfoCwSkr249 { min-width: 60.73068177rem; } #cciaudAr9a05zwDR { grid-area: 8 / 12 / 9 / 19; position: relative; } #NgWIqyxqu0rMmf6z { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(3.2em - var(--ffsd))); } #EJUFyvO9j1pWSM4I { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 3.2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #z1QxaW3YBoe0b6vH { min-width: 60.73068177rem; } #Pa88sYvux4TVnuSC { grid-area: 10 / 13 / 11 / 20; position: relative; } #cqJpcDJviPIzu68d { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(3.2em - var(--ffsd))); } #nlsVRcEUlPosJm8Q { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 3.2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #BJyEcBv1OrXK2Crf { min-width: 60.73068177rem; } #ndemMQE4alWc3OYd { grid-area: 12 / 14 / 13 / 21; position: relative; } #McZdaRq4nPP4k9Xn { grid-area: 14 / 7 / 15 / 17; position: relative; } #MUi9K9exbpofSkm9 { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(3.2em - var(--ffsd))); } #IzProvDs7NzGPrG7 { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 3.2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #JDya34lKzgWATeNK { min-width: 67.85279583rem; } #CbpM6iD5n8O5OtOT { grid-area: 16 / 8 / 17 / 22; position: relative; } #s08LzYkHIkwgcWB5 { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(3.2em - var(--ffsd))); } #MIxZ26u1M3EGfkUP { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 3.2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #nnTdfWkbREsADgSq { min-width: 67.85279583rem; } #Pod61HCOseqJqpyf { grid-area: 18 / 9 / 19 / 23; position: relative; } #aFv7i37CFiJTMpvs { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(3.2em - var(--ffsd))); } #YNyHxkGOEpwcQbTt { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 3.2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #PrtUfELKQf5etzCu { min-width: 67.85279583rem; } #RjBIVhZ3FyXUufgS { grid-area: 20 / 10 / 21 / 24; position: relative; } #Ci3NcgmHqN4LpsUo { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(3.2em - var(--ffsd))); } #DBQktVocC9L2YwkN { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 3.2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #cNAubTrB9GE4luPG { min-width: 93.4375rem; } #uuhYFibsIOO3WOLQ { grid-area: 22 / 3 / 23 / 26; position: relative; } #fjd48160Eh6HJ3IV { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(3.2em - var(--ffsd))); } #zy8eqzMRMn9Y2WF8 { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 3.2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.165); margin-bottom: calc(var(--last-font-size) * -0.165); } #Cb2iqvpIe1fBMcTA { min-width: 93.4375rem; } #ZINDlteOJZ2KYc3k { grid-area: 24 / 4 / 25 / 27; position: relative; } #OVDMsqDXf2sxJsjg { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(3.2em - var(--ffsd))); } #xfWNerZchB5Gax5V { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 3.2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #Q0IQmfL93sHiqiLW { min-width: 93.4375rem; } #DsxTzaYWd40UO7Wj { grid-area: 26 / 5 / 27 / 28; position: relative; } #anlIEbW1N5HqCmOh { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(3.2em - var(--ffsd))); } #KVxCBf9kMmV7hsaK { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 3.2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.165); margin-bottom: calc(var(--last-font-size) * -0.165); } #myfr6a9cjrUKyjOw { min-width: 93.4375rem; } #rKZKhaeIVavLXJ9r { grid-area: 28 / 6 / 29 / 29; position: relative; } #sQUU93VZ57sZwQ8j { grid-template-columns: 3.33333333rem 0 0 0 0 12.79235208rem 0 0 0 3.56105703rem 0 0 0 3.53543281rem 12.44304894rem 41.80909038rem 0.83894297rem 2rem 0 0 3.56105703rem 0 0 12.79235208rem 0 0 0 0 3.33333333rem; grid-template-rows: minmax(5.89123686rem, max-content) minmax(4.52993068rem, max-content) minmax(3.8rem, max-content) minmax(1rem, max-content) minmax(16.50382362rem, max-content) minmax(78.16868681rem, max-content) minmax(4.07122054rem, max-content) minmax(3.76rem, max-content) minmax(4rem, max-content) minmax(3.76rem, max-content) minmax(1.77852682rem, max-content) minmax(3.76rem, max-content) minmax(5rem, max-content) minmax(79.98342951rem, max-content) minmax(4.07122054rem, max-content) minmax(3.76rem, max-content) minmax(4rem, max-content) minmax(3.76rem, max-content) minmax(1.77852682rem, max-content) minmax(3.76rem, max-content) minmax(5rem, max-content) minmax(3.76rem, max-content) minmax(8.996368rem, max-content) minmax(20.9125rem, max-content) minmax(10.51009076rem, max-content) minmax(3.76rem, max-content) minmax(3.8rem, max-content) minmax(26.86735681rem, max-content) minmax(5.89123686rem, max-content); } #rtDjqslIW0n0v0nh { min-height: calc(34.008612 * var(--1vh, 1vh)); } #mFSCvvdzSAfarmAW { grid-area: 2 / 2 / 3 / 3; position: relative; } #zJag1WGDROcaxvun { grid-template-columns: 0 213.85839227%; left: -56.92919613%; grid-template-rows: 0 100%; } #ZoH7rU9OwBCklx8z { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(3.90721068em - var(--ffsd))); } #JTYKGAYT8NhdWAzL { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 3.90721068em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #ena7tG6xjdPmmpEO { min-width: 93.4375rem; } #OkIWgA8eU9RrKPLc { grid-area: 2 / 2 / 3 / 7; position: relative; } #Pgjrh1hvupgiYJRn { stroke-width: calc(100rem * 47.99999999999994 / 480.0); } #ErUxChoIzPROfKoN { grid-area: 4 / 5 / 5 / 6; position: relative; } #AIPdYcoAKwDcSxVv { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(3.2em - var(--ffsd))); } #e2QQnvRSPvio4MHy { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 3.2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #sosmwjvCZMMYXbXY { min-width: 93.4375rem; } #CpGUaKcYW46DN1FU { grid-area: 6 / 3 / 7 / 8; position: relative; } #Gn2bc2G4JSw3nw01 { grid-area: 8 / 4 / 9 / 9; position: relative; } #OWRQkIlOmAsIF3N9 { grid-template-columns: 3.33333333rem 0 0 39.78548933rem 12.44304894rem 41.10479506rem 0 0 3.33333333rem; grid-template-rows: minmax(20.73605046rem, max-content) minmax(4.52993068rem, max-content) minmax(3.8rem, max-content) minmax(1rem, max-content) minmax(2.60677799rem, max-content) minmax(3.76rem, max-content) minmax(10.56782676rem, max-content) minmax(52.5rem, max-content) minmax(20.73605046rem, max-content); } #vP3hmXBv92hNY2gt { min-height: calc(12.5188412 * var(--1vh, 1vh)); }}@media (min-width: 480.05px) and (max-width: 768px) { #oVWOne6gpxBKgja4 { grid-area: 2 / 2 / 3 / 3; position: relative; } #YR2h3teBnoUQeq9t { grid-template-columns: 0 177.44826123%; left: -38.72413062%; grid-template-rows: 0 100%; } #J2CR2lgrENGSk0A5 { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(2.6666625em - var(--ffsd))); } #k7vWwjlBmfoNrWXh { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 2.6666625em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #PsQaWKnGC60LKM93 { min-width: 58.08907365rem; } #GCipHhAv6ca0Ljjl { grid-area: 2 / 3 / 3 / 6; position: relative; } #XLGBbm6GqslZNmqd { stroke-width: calc(100rem * 48.000000000000085 / 768.0); } #FpJ40vqbiUZ2yOAQ { grid-area: 4 / 4 / 5 / 5; position: relative; } #AgHcOTFyY4TN4Qmb { display: none; } #SWepecuhGplTyJMT { display: none; } #deVX0G9MdCRhdl9D { display: block; } #T4B9Axl0se1X5XD5 { display: none; } #y7ZItQvIfaphxRkW { display: none; } #C1QwdkJuiSAoH88c { grid-area: 2 / 2 / 9 / 9; position: relative; } #vCxiB9qSCjE0pXyL { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(15.896125em - var(--ffsd))); } #Et5gHfx5rBesgxvZ { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 15.896125em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * 0.1); margin-bottom: calc(var(--last-font-size) * 0.1); } #zbac3jeJkhEdWDim { min-width: 83.3984375rem; } #A3XbzY7IB6zfTZ2W { grid-area: 3 / 3 / 4 / 7; position: relative; } #IndVAs6kSwNekRpj { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(2em - var(--ffsd))); } #No5Xn8sv6Pkqp75S { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.165); margin-bottom: calc(var(--last-font-size) * -0.165); } #VvqhgqrnSiZIvrQj { min-width: 83.3984375rem; } #OuGWF49llQv2s54v { grid-area: 5 / 4 / 6 / 8; position: relative; } #RvF2N64sjgyQDlT1 { grid-area: 2 / 2 / 5 / 5; position: relative; } #qbz6MlTzdKe5FNZc { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(2.4212375em - var(--ffsd))); } #FuLk3wnV06jPtvkN { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 2.4212375em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #vSudXD12a6lqYfgs { min-width: 19.11595979rem; } #inKLLoUfxzdEqM7q { grid-area: 3 / 3 / 4 / 4; position: relative; } #UDhd3AKJ6k5K4D36 { grid-template-columns: 0 2.48147692rem 19.05085562rem 2.48147692rem; grid-template-rows: 0 minmax(1.38790752rem, max-content) minmax(2.8907525rem, max-content) minmax(1.75826687rem, max-content); } #RDJfZ3orsINsMDx9 { grid-area: 6 / 2 / 7 / 7; grid-template-columns: 0 4.16666667rem 0 3.49797002rem 24.01380945rem 55.82155386rem 0 4.16666667rem; grid-template-rows: 0 minmax(16.76348608rem, max-content) minmax(15.896125rem, max-content) minmax(17.25rem, max-content) minmax(4.09736644rem, max-content) minmax(9.27366236rem, max-content) minmax(6.0369269rem, max-content) minmax(16.76348608rem, max-content); } #GOqNVo1t3ZDlosw5 { grid-area: 6 / 2 / 7 / 7; position: relative; } #UBqHAF5Mm095Rxj6 { grid-template-columns: 4.16666667rem 30.56328464rem 0 7.77690559rem 50.24706389rem 3.07941254rem 4.16666667rem; grid-template-rows: minmax(5.28071274rem, max-content) minmax(3.0916675rem, max-content) minmax(2.375rem, max-content) minmax(0.625rem, max-content) minmax(2.3125rem, max-content) minmax(86.08105287rem, max-content); } #oJBC9HlZCZp5VqLz { min-height: calc(15.04596566 * var(--1vh, 1vh)); } #BzXAPpLIkeZx2Bi0 { grid-area: 2 / 2 / 3 / 3; position: relative; } #PiPww2gvfP1Wb3FP { grid-template-columns: 0 249.76841775%; left: -74.88420887%; grid-template-rows: 0 100%; } #ltKNeDMhpozb5UW7 { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(2.6666625em - var(--ffsd))); } #SdbXBciq8XavE4HY { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 2.6666625em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #NP6r7869nTy2JxI8 { min-width: 66.37657365rem; } #IVHs9YQ2qGzbIt6K { grid-area: 2 / 5 / 3 / 12; position: relative; } #KqEiEzIdO4biD6dZ { stroke-width: calc(100rem * 48.000000000000085 / 768.0); } #XoJBQtmsyyjtX68Y { grid-area: 4 / 8 / 5 / 9; position: relative; } #I6ZVZOs8Pd2fgdtK { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(2em - var(--ffsd))); } #AFsrCSEupKBZ2XVb { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #hdKxszb901j1GKV7 { min-width: 91.73177083rem; } #QSPbIz0lbr1eJisL { grid-area: 6 / 2 / 7 / 14; position: relative; } #b3giBIfKcsNNtU1J { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(7.36358738em - var(--ffsd))); } #DIbI0iGW161IFKls { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 7.36358738em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * 0.06); margin-bottom: calc(var(--last-font-size) * 0.06); } #mn2txOPQjQLm8WUg { min-width: 91.73177083rem; } #XWVmwbcIJ8pjZ9aT { grid-area: 8 / 3 / 9 / 15; position: relative; } #YCm2WVJItzR2erET { min-width: 17.56924021rem; } #ue2dgEnbaPV4hdjd { grid-area: 2 / 3 / 4 / 5; position: relative; } #pzzlfHC4e9KLJWfA { min-width: 17.56924021rem; } #NYZaFxnKrnKPGpCf { grid-area: 3 / 7 / 5 / 8; position: relative; } #Bol38ZwsxtYp9Z57 { min-width: 20.79806904rem; } #QJITUvBYHneP6dN8 { grid-area: 6 / 2 / 8 / 4; position: relative; } #abI3U8OxdYtr9PBO { min-width: 26.79446543rem; } #DDJYffWtcXTWlG7k { grid-area: 7 / 6 / 9 / 9; position: relative; } #BXLKjDPyMrE0QJax { grid-area: 10 / 6 / 11 / 11; grid-template-columns: 6.9980036rem 6.22702703rem 14.50593784rem 2.9981982rem 1.16846847rem 2.9981982rem 17.50413604rem 6.22702703rem 6.9980036rem; grid-template-rows: 0 0 minmax(3.525005rem, max-content) 0 minmax(4.16666667rem, max-content) 0 minmax(3.525005rem, max-content) 0; } #ea8TMo6KiaJs0uEr { grid-area: 10 / 6 / 11 / 11; position: relative; } #lbInZiLd3c1W2Y1P { grid-area: 12 / 4 / 13 / 13; position: relative; } #rTL2TqtAHXFb47Tm { grid-area: 14 / 7 / 15 / 10; position: relative; } #UjHIHRJGnNjdII9N { grid-template-columns: 4.16666667rem 0 2.29069216rem 10.38690643rem 0.34323474rem 2.04783236rem 25.1089329rem 7.77690559rem 28.64349679rem 2.04783236rem 0.34323474rem 10.38690643rem 2.29069216rem 0 4.16666667rem; grid-template-rows: minmax(4.7236897rem, max-content) minmax(3.0916675rem, max-content) minmax(2.375rem, max-content) minmax(0.625rem, max-content) minmax(4.7683606rem, max-content) minmax(2.35rem, max-content) minmax(1.90179661rem, max-content) minmax(8.76387538rem, max-content) minmax(4.75rem, max-content) minmax(11.21667667rem, max-content) minmax(9rem, max-content) minmax(34.35474441rem, max-content) minmax(4.16666667rem, max-content) minmax(43.61500029rem, max-content) minmax(4.7236897rem, max-content); } #KsfbYxQMXUd2KcUq { min-height: calc(21.17804373 * var(--1vh, 1vh)); } #vYjVzZeAzqjac86O { grid-area: 2 / 2 / 3 / 3; position: relative; } #BBVtg9Wh1oTgW59p { grid-template-columns: 0 229.31387543%; left: -64.65693771%; grid-template-rows: 0 100%; } #cTSYBwYBISSLwS2V { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(2.6666625em - var(--ffsd))); } #jZkQTuEkWe4RhDPa { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 2.6666625em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #jbBEq6yvVkexo4DP { min-width: 66.37657365rem; } #SzNxIl5ZIvVFBHYu { grid-area: 2 / 5 / 3 / 12; position: relative; } #RSw4TanrBAGeNlV0 { stroke-width: calc(100rem * 48.000000000000085 / 768.0); } #VC3xGkQhdNhX0oL6 { grid-area: 4 / 8 / 5 / 9; position: relative; } #KD25g0zmprqSsQAi { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(2em - var(--ffsd))); } #abXobxRKsQR2bOJg { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #Io1yIfA1CSEujgZJ { min-width: 91.73177083rem; } #InFAXVs9k3q6KOv4 { grid-area: 6 / 2 / 7 / 13; position: relative; } #q2ImjYrMTMDHVFwy { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(7.36358738em - var(--ffsd))); } #QvSZPRg39v6LZFZ6 { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 7.36358738em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * 0.06); margin-bottom: calc(var(--last-font-size) * 0.06); } #wjueui3Gs9TeONt2 { min-width: 91.73177083rem; } #f3kzOKr8bKM48adj { grid-area: 8 / 3 / 9 / 14; position: relative; } #D5FXBDigoOgUyNlK { min-width: 17.56924021rem; } #H39M5KLI0mQ1j84F { grid-area: 2 / 3 / 4 / 5; position: relative; } #Iys8qtTJL3rapval { min-width: 17.56924021rem; } #PuDty76DlLt4mmDa { grid-area: 3 / 7 / 5 / 8; position: relative; } #e5Y0hTU011FQSS7o { min-width: 20.79806904rem; } #eFVcQdu8PQKFNI8h { grid-area: 6 / 2 / 8 / 4; position: relative; } #bMNXUSjhlk97DW28 { min-width: 26.79446543rem; } #gapADh37teOc06tz { grid-area: 7 / 6 / 9 / 9; position: relative; } #Id5kzzRP5KQnduMq { grid-area: 10 / 6 / 11 / 11; grid-template-columns: 6.9980036rem 6.22702703rem 14.50593784rem 2.9981982rem 1.16846847rem 2.9981982rem 17.50413604rem 6.22702703rem 6.9980036rem; grid-template-rows: 0 0 minmax(3.525005rem, max-content) 0 minmax(4.16666667rem, max-content) 0 minmax(3.525005rem, max-content) 0; } #XfnTtGIis7uWOOb1 { grid-area: 10 / 6 / 11 / 11; position: relative; } #uafU08uabMujhAEh { grid-area: 12 / 7 / 13 / 10; position: relative; } #scKlXCjo01PqWIPt { grid-area: 14 / 4 / 15 / 15; position: relative; } #Dpk2oPUTHRlmp8xh { grid-template-columns: 4.16666667rem 0 0 12.67759859rem 0.34323474rem 3.47647019rem 23.68029507rem 7.77690559rem 27.21485896rem 3.47647019rem 0.34323474rem 12.67759859rem 0 0 4.16666667rem; grid-template-rows: minmax(4.7236897rem, max-content) minmax(3.0916675rem, max-content) minmax(2.375rem, max-content) minmax(0.625rem, max-content) minmax(4.7683606rem, max-content) minmax(2.35rem, max-content) minmax(1.90179661rem, max-content) minmax(8.76387538rem, max-content) minmax(4.75rem, max-content) minmax(11.21667667rem, max-content) minmax(7.56981956rem, max-content) minmax(22.24533066rem, max-content) minmax(4.16666667rem, max-content) minmax(45.65452969rem, max-content) minmax(4.7236897rem, max-content); } #ex1MYaQttjiXT9aj { min-height: calc(19.44368838 * var(--1vh, 1vh)); } #XlFn7BgNeGIMXjoh { grid-area: 2 / 2 / 3 / 3; position: relative; } #LkMAy6YHcPLZ9lTB { grid-template-columns: 0 351.66392179%; left: -125.83196089%; grid-template-rows: 0 100%; } #fcRvDKjgvFTBNYrs { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(2.6666625em - var(--ffsd))); } #QnIdpr6IJ6pIe4q1 { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 2.6666625em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #kfjK860vv1lF6bmL { min-width: 63.76489429rem; } #FzcSxIJ3dyrDHgOV { grid-area: 2 / 6 / 3 / 25; position: relative; } #qJXZWlmvVysLynU9 { stroke-width: calc(100rem * 47.99999999999993 / 768.0); } #TkLriNCbIRVC55Rx { grid-area: 4 / 15 / 5 / 16; position: relative; } #LekaZ5CEjBURosFH { grid-area: 6 / 11 / 7 / 18; position: relative; } #T7LATTYddFewZE8R { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(2em - var(--ffsd))); } #vRKnPI7tB2PHkHin { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #QK3k2RfoCwSkr249 { min-width: 37.95667611rem; } #cciaudAr9a05zwDR { grid-area: 8 / 12 / 9 / 19; position: relative; } #NgWIqyxqu0rMmf6z { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(2em - var(--ffsd))); } #EJUFyvO9j1pWSM4I { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #z1QxaW3YBoe0b6vH { min-width: 37.95667611rem; } #Pa88sYvux4TVnuSC { grid-area: 10 / 13 / 11 / 20; position: relative; } #cqJpcDJviPIzu68d { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(2em - var(--ffsd))); } #nlsVRcEUlPosJm8Q { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #BJyEcBv1OrXK2Crf { min-width: 37.95667611rem; } #ndemMQE4alWc3OYd { grid-area: 12 / 14 / 13 / 21; position: relative; } #McZdaRq4nPP4k9Xn { grid-area: 14 / 7 / 15 / 17; position: relative; } #MUi9K9exbpofSkm9 { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(2em - var(--ffsd))); } #IzProvDs7NzGPrG7 { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #JDya34lKzgWATeNK { min-width: 42.40799739rem; } #CbpM6iD5n8O5OtOT { grid-area: 16 / 8 / 17 / 22; position: relative; } #s08LzYkHIkwgcWB5 { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(2em - var(--ffsd))); } #MIxZ26u1M3EGfkUP { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #nnTdfWkbREsADgSq { min-width: 42.40799739rem; } #Pod61HCOseqJqpyf { grid-area: 18 / 9 / 19 / 23; position: relative; } #aFv7i37CFiJTMpvs { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(2em - var(--ffsd))); } #YNyHxkGOEpwcQbTt { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #PrtUfELKQf5etzCu { min-width: 42.40799739rem; } #RjBIVhZ3FyXUufgS { grid-area: 20 / 10 / 21 / 24; position: relative; } #Ci3NcgmHqN4LpsUo { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(2em - var(--ffsd))); } #DBQktVocC9L2YwkN { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #cNAubTrB9GE4luPG { min-width: 91.73177083rem; } #uuhYFibsIOO3WOLQ { grid-area: 22 / 2 / 23 / 26; position: relative; } #fjd48160Eh6HJ3IV { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(2em - var(--ffsd))); } #zy8eqzMRMn9Y2WF8 { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.165); margin-bottom: calc(var(--last-font-size) * -0.165); } #Cb2iqvpIe1fBMcTA { min-width: 91.73177083rem; } #ZINDlteOJZ2KYc3k { grid-area: 24 / 3 / 25 / 27; position: relative; } #OVDMsqDXf2sxJsjg { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(2em - var(--ffsd))); } #xfWNerZchB5Gax5V { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #Q0IQmfL93sHiqiLW { min-width: 91.73177083rem; } #DsxTzaYWd40UO7Wj { grid-area: 26 / 4 / 27 / 28; position: relative; } #anlIEbW1N5HqCmOh { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(2em - var(--ffsd))); } #KVxCBf9kMmV7hsaK { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.165); margin-bottom: calc(var(--last-font-size) * -0.165); } #myfr6a9cjrUKyjOw { min-width: 91.73177083rem; } #rKZKhaeIVavLXJ9r { grid-area: 28 / 5 / 29 / 29; position: relative; } #sQUU93VZ57sZwQ8j { grid-template-columns: 4.16666667rem 0 0 0 13.98343827rem 10.67844845rem 0 0 0 2.22566064rem 0 0 0 0.84589091rem 7.77690559rem 27.49443608rem 0.52433936rem 1.25rem 0 0 2.22566064rem 0 0 10.67844845rem 13.98343827rem 0 0 0 4.16666667rem; grid-template-rows: minmax(4.7236897rem, max-content) minmax(3.0916675rem, max-content) minmax(2.375rem, max-content) minmax(0.625rem, max-content) minmax(10.31488976rem, max-content) minmax(48.85542925rem, max-content) minmax(2.54451284rem, max-content) minmax(2.35rem, max-content) minmax(2.5rem, max-content) minmax(2.35rem, max-content) minmax(1.11157926rem, max-content) minmax(2.35rem, max-content) minmax(4.16666667rem, max-content) minmax(49.98964345rem, max-content) minmax(2.54451284rem, max-content) minmax(2.35rem, max-content) minmax(2.5rem, max-content) minmax(2.35rem, max-content) minmax(1.11157926rem, max-content) minmax(2.35rem, max-content) minmax(4.16666667rem, max-content) minmax(2.35rem, max-content) minmax(5.62273rem, max-content) minmax(8.31747159rem, max-content) minmax(6.56880673rem, max-content) minmax(2.35rem, max-content) minmax(2.375rem, max-content) minmax(10.68588055rem, max-content) minmax(4.7236897rem, max-content); } #rtDjqslIW0n0v0nh { min-height: calc(29.81783678 * var(--1vh, 1vh)); } #mFSCvvdzSAfarmAW { grid-area: 2 / 2 / 3 / 3; position: relative; } #zJag1WGDROcaxvun { grid-template-columns: 0 171.17988426%; left: -35.58994213%; grid-template-rows: 0 100%; } #ZoH7rU9OwBCklx8z { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(2.6666625em - var(--ffsd))); } #JTYKGAYT8NhdWAzL { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 2.6666625em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #ena7tG6xjdPmmpEO { min-width: 90.83419153rem; } #OkIWgA8eU9RrKPLc { grid-area: 2 / 3 / 3 / 7; position: relative; } #Pgjrh1hvupgiYJRn { stroke-width: calc(100rem * 47.99999999999993 / 768.0); } #ErUxChoIzPROfKoN { grid-area: 4 / 5 / 5 / 6; position: relative; } #AIPdYcoAKwDcSxVv { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(2em - var(--ffsd))); } #e2QQnvRSPvio4MHy { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 2em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #sosmwjvCZMMYXbXY { min-width: 90.83419153rem; } #CpGUaKcYW46DN1FU { grid-area: 6 / 4 / 7 / 8; position: relative; } #Gn2bc2G4JSw3nw01 { grid-area: 8 / 2 / 9 / 9; position: relative; } #OWRQkIlOmAsIF3N9 { grid-template-columns: 4.16666667rem 0.89757931rem 0 40.81929724rem 7.77690559rem 42.17288453rem 0 0 4.16666667rem; grid-template-rows: minmax(14.00169821rem, max-content) minmax(3.0916675rem, max-content) minmax(2.375rem, max-content) minmax(0.625rem, max-content) minmax(1.62923624rem, max-content) minmax(2.35rem, max-content) minmax(6.60489172rem, max-content) minmax(51.5625rem, max-content) minmax(14.00169821rem, max-content); } #vP3hmXBv92hNY2gt { min-height: calc(14.51446547 * var(--1vh, 1vh)); }}@media (min-width: 768.05px) and (max-width: 1024px) { #oVWOne6gpxBKgja4 { grid-area: 2 / 2 / 3 / 3; position: relative; } #YR2h3teBnoUQeq9t { grid-template-columns: 0 131.7023653%; left: -15.85118265%; grid-template-rows: 0 100%; } #J2CR2lgrENGSk0A5 { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.99999687em - var(--ffsd))); } #k7vWwjlBmfoNrWXh { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.99999687em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #PsQaWKnGC60LKM93 { min-width: 43.56680524rem; } #GCipHhAv6ca0Ljjl { grid-area: 2 / 3 / 3 / 6; position: relative; } #XLGBbm6GqslZNmqd { stroke-width: calc(100rem * 48.00000000000013 / 1024.0); } #FpJ40vqbiUZ2yOAQ { grid-area: 4 / 4 / 5 / 5; position: relative; } #AgHcOTFyY4TN4Qmb { display: none; } #SWepecuhGplTyJMT { display: block; } #deVX0G9MdCRhdl9D { display: none; } #T4B9Axl0se1X5XD5 { display: none; } #y7ZItQvIfaphxRkW { display: none; } #C1QwdkJuiSAoH88c { grid-area: 2 / 2 / 9 / 9; position: relative; } #vCxiB9qSCjE0pXyL { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(11.92209375em - var(--ffsd))); } #Et5gHfx5rBesgxvZ { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 11.92209375em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * 0.1); margin-bottom: calc(var(--last-font-size) * 0.1); } #zbac3jeJkhEdWDim { min-width: 87.54882812rem; } #A3XbzY7IB6zfTZ2W { grid-area: 3 / 3 / 4 / 7; position: relative; } #IndVAs6kSwNekRpj { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.5em - var(--ffsd))); } #No5Xn8sv6Pkqp75S { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.5em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.165); margin-bottom: calc(var(--last-font-size) * -0.165); } #VvqhgqrnSiZIvrQj { min-width: 87.54882812rem; } #OuGWF49llQv2s54v { grid-area: 5 / 4 / 6 / 8; position: relative; } #RvF2N64sjgyQDlT1 { grid-area: 2 / 2 / 5 / 5; position: relative; } #qbz6MlTzdKe5FNZc { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.81592812em - var(--ffsd))); } #FuLk3wnV06jPtvkN { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.81592812em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #vSudXD12a6lqYfgs { min-width: 14.33696984rem; } #inKLLoUfxzdEqM7q { grid-area: 3 / 3 / 4 / 4; position: relative; } #UDhd3AKJ6k5K4D36 { grid-template-columns: 0 1.86110769rem 14.28814172rem 1.86110769rem; grid-template-rows: 0 minmax(1.04093064rem, max-content) minmax(2.16806437rem, max-content) minmax(1.31870016rem, max-content); } #RDJfZ3orsINsMDx9 { grid-area: 6 / 2 / 7 / 7; grid-template-columns: 0 3.125rem 0 4.0976844rem 18.01035709rem 65.39195851rem 0 3.125rem; grid-template-rows: 0 minmax(12.57261456rem, max-content) minmax(11.92209375rem, max-content) minmax(12.9375rem, max-content) minmax(2.295rem, max-content) minmax(6.95524677rem, max-content) minmax(4.52769517rem, max-content) minmax(12.57261456rem, max-content); } #GOqNVo1t3ZDlosw5 { grid-area: 6 / 2 / 7 / 7; position: relative; } #UBqHAF5Mm095Rxj6 { grid-template-columns: 3.125rem 43.60685817rem 0 5.83267919rem 37.68529792rem 6.62516472rem 3.125rem; grid-template-rows: minmax(3.96053455rem, max-content) minmax(2.31875062rem, max-content) minmax(1.78125rem, max-content) minmax(0.46875rem, max-content) minmax(1.734375rem, max-content) minmax(63.78276482rem, max-content); } #oJBC9HlZCZp5VqLz { min-height: calc(14.83796373 * var(--1vh, 1vh)); } #BzXAPpLIkeZx2Bi0 { grid-area: 2 / 2 / 3 / 3; position: relative; } #PiPww2gvfP1Wb3FP { grid-template-columns: 0 181.31696997%; left: -40.65848498%; grid-template-rows: 0 100%; } #ltKNeDMhpozb5UW7 { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.99999687em - var(--ffsd))); } #SdbXBciq8XavE4HY { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.99999687em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #NP6r7869nTy2JxI8 { min-width: 49.78243024rem; } #IVHs9YQ2qGzbIt6K { grid-area: 2 / 6 / 3 / 11; position: relative; } #KqEiEzIdO4biD6dZ { stroke-width: calc(100rem * 48.00000000000007 / 1024.0); } #XoJBQtmsyyjtX68Y { grid-area: 4 / 8 / 5 / 9; position: relative; } #I6ZVZOs8Pd2fgdtK { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.5em - var(--ffsd))); } #AFsrCSEupKBZ2XVb { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.5em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #hdKxszb901j1GKV7 { min-width: 93.79882812rem; } #QSPbIz0lbr1eJisL { grid-area: 6 / 2 / 7 / 14; position: relative; } #b3giBIfKcsNNtU1J { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(7.53094164em - var(--ffsd))); } #DIbI0iGW161IFKls { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 7.53094164em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * 0.06); margin-bottom: calc(var(--last-font-size) * 0.06); } #mn2txOPQjQLm8WUg { min-width: 93.79882812rem; } #XWVmwbcIJ8pjZ9aT { grid-area: 8 / 3 / 9 / 15; position: relative; } #YCm2WVJItzR2erET { min-width: 13.17693016rem; } #ue2dgEnbaPV4hdjd { grid-area: 2 / 2 / 6 / 3; position: relative; } #pzzlfHC4e9KLJWfA { min-width: 13.17693016rem; } #NYZaFxnKrnKPGpCf { grid-area: 3 / 4 / 7 / 5; position: relative; } #Bol38ZwsxtYp9Z57 { min-width: 15.59855178rem; } #QJITUvBYHneP6dN8 { grid-area: 4 / 6 / 8 / 7; position: relative; } #abI3U8OxdYtr9PBO { min-width: 20.09584907rem; } #DDJYffWtcXTWlG7k { grid-area: 5 / 8 / 9 / 9; position: relative; } #BXLKjDPyMrE0QJax { grid-area: 10 / 4 / 11 / 13; grid-template-columns: 0 13.12810203rem 3.49787567rem 13.12810203rem 3.49787567rem 15.54972365rem 3.49787567rem 20.04702095rem; grid-template-rows: 0 0 0 0 minmax(2.64375375rem, max-content) 0 0 0; } #ea8TMo6KiaJs0uEr { grid-area: 10 / 4 / 11 / 13; position: relative; } #lbInZiLd3c1W2Y1P { grid-area: 12 / 5 / 13 / 12; position: relative; } #rTL2TqtAHXFb47Tm { grid-area: 14 / 7 / 15 / 10; position: relative; } #UjHIHRJGnNjdII9N { grid-template-columns: 3.125rem 0 10.70171216rem 3.51630696rem 7.79017982rem 1.79330033rem 18.83169967rem 5.83267919rem 21.48262259rem 1.79330033rem 7.79017982rem 3.51630696rem 10.70171216rem 0 3.125rem; grid-template-rows: minmax(3.54276728rem, max-content) minmax(2.31875062rem, max-content) minmax(1.78125rem, max-content) minmax(0.46875rem, max-content) minmax(3.57627045rem, max-content) minmax(1.7625rem, max-content) minmax(1.42634746rem, max-content) minmax(8.96305436rem, max-content) minmax(3.5625rem, max-content) minmax(2.64375375rem, max-content) minmax(6.75rem, max-content) minmax(25.76605831rem, max-content) minmax(3.125rem, max-content) minmax(32.71125022rem, max-content) minmax(3.54276728rem, max-content); } #KsfbYxQMXUd2KcUq { min-height: calc(20.42768646 * var(--1vh, 1vh)); } #vYjVzZeAzqjac86O { grid-area: 2 / 2 / 3 / 3; position: relative; } #BBVtg9Wh1oTgW59p { grid-template-columns: 0 170.19004461%; left: -35.09502231%; grid-template-rows: 0 100%; } #cTSYBwYBISSLwS2V { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.99999687em - var(--ffsd))); } #jZkQTuEkWe4RhDPa { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.99999687em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #jbBEq6yvVkexo4DP { min-width: 49.78243024rem; } #SzNxIl5ZIvVFBHYu { grid-area: 2 / 6 / 3 / 11; position: relative; } #RSw4TanrBAGeNlV0 { stroke-width: calc(100rem * 48.00000000000007 / 1024.0); } #VC3xGkQhdNhX0oL6 { grid-area: 4 / 8 / 5 / 9; position: relative; } #KD25g0zmprqSsQAi { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.5em - var(--ffsd))); } #abXobxRKsQR2bOJg { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.5em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #Io1yIfA1CSEujgZJ { min-width: 93.79882812rem; } #InFAXVs9k3q6KOv4 { grid-area: 6 / 2 / 7 / 14; position: relative; } #q2ImjYrMTMDHVFwy { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(7.53094164em - var(--ffsd))); } #QvSZPRg39v6LZFZ6 { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 7.53094164em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * 0.06); margin-bottom: calc(var(--last-font-size) * 0.06); } #wjueui3Gs9TeONt2 { min-width: 93.79882812rem; } #f3kzOKr8bKM48adj { grid-area: 8 / 3 / 9 / 15; position: relative; } #D5FXBDigoOgUyNlK { min-width: 13.17693016rem; } #H39M5KLI0mQ1j84F { grid-area: 2 / 2 / 6 / 3; position: relative; } #Iys8qtTJL3rapval { min-width: 13.17693016rem; } #PuDty76DlLt4mmDa { grid-area: 3 / 4 / 7 / 5; position: relative; } #e5Y0hTU011FQSS7o { min-width: 15.59855178rem; } #eFVcQdu8PQKFNI8h { grid-area: 4 / 6 / 8 / 7; position: relative; } #bMNXUSjhlk97DW28 { min-width: 20.09584907rem; } #gapADh37teOc06tz { grid-area: 5 / 8 / 9 / 9; position: relative; } #Id5kzzRP5KQnduMq { grid-area: 10 / 5 / 11 / 12; grid-template-columns: 0 13.12810203rem 3.49787567rem 13.12810203rem 3.49787567rem 15.54972365rem 3.49787567rem 20.04702095rem; grid-template-rows: 0 0 0 0 minmax(2.64375375rem, max-content) 0 0 0; } #XfnTtGIis7uWOOb1 { grid-area: 10 / 5 / 11 / 12; position: relative; } #uafU08uabMujhAEh { grid-area: 12 / 7 / 13 / 10; position: relative; } #scKlXCjo01PqWIPt { grid-area: 14 / 4 / 15 / 13; position: relative; } #Dpk2oPUTHRlmp8xh { grid-template-columns: 3.125rem 0 10.12151343rem 0.58019873rem 11.30648679rem 2.8647787rem 17.7602213rem 5.83267919rem 20.41114422rem 2.8647787rem 11.30648679rem 0.58019873rem 10.12151343rem 0 3.125rem; grid-template-rows: minmax(3.54276728rem, max-content) minmax(2.31875062rem, max-content) minmax(1.78125rem, max-content) minmax(0.46875rem, max-content) minmax(3.57627045rem, max-content) minmax(1.7625rem, max-content) minmax(1.42634746rem, max-content) minmax(8.96305436rem, max-content) minmax(3.5625rem, max-content) minmax(2.64375375rem, max-content) minmax(5.67736467rem, max-content) minmax(16.683998rem, max-content) minmax(3.125rem, max-content) minmax(36.61010496rem, max-content) minmax(3.54276728rem, max-content); } #ex1MYaQttjiXT9aj { min-height: calc(19.17409534 * var(--1vh, 1vh)); } #XlFn7BgNeGIMXjoh { grid-area: 2 / 2 / 3 / 3; position: relative; } #LkMAy6YHcPLZ9lTB { grid-template-columns: 0 265.437953%; left: -82.7189765%; grid-template-rows: 0 100%; } #fcRvDKjgvFTBNYrs { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.99999687em - var(--ffsd))); } #QnIdpr6IJ6pIe4q1 { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.99999687em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #kfjK860vv1lF6bmL { min-width: 47.82367071rem; } #FzcSxIJ3dyrDHgOV { grid-area: 2 / 6 / 3 / 25; position: relative; } #qJXZWlmvVysLynU9 { stroke-width: calc(100rem * 47.99999999999994 / 1024.0); } #TkLriNCbIRVC55Rx { grid-area: 4 / 15 / 5 / 16; position: relative; } #LekaZ5CEjBURosFH { grid-area: 6 / 11 / 7 / 18; position: relative; } #T7LATTYddFewZE8R { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.5em - var(--ffsd))); } #vRKnPI7tB2PHkHin { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.5em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #QK3k2RfoCwSkr249 { min-width: 28.46750708rem; } #cciaudAr9a05zwDR { grid-area: 8 / 12 / 9 / 19; position: relative; } #NgWIqyxqu0rMmf6z { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.5em - var(--ffsd))); } #EJUFyvO9j1pWSM4I { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.5em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #z1QxaW3YBoe0b6vH { min-width: 28.46750708rem; } #Pa88sYvux4TVnuSC { grid-area: 10 / 13 / 11 / 20; position: relative; } #cqJpcDJviPIzu68d { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.5em - var(--ffsd))); } #nlsVRcEUlPosJm8Q { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.5em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #BJyEcBv1OrXK2Crf { min-width: 28.46750708rem; } #ndemMQE4alWc3OYd { grid-area: 12 / 14 / 13 / 21; position: relative; } #McZdaRq4nPP4k9Xn { grid-area: 14 / 7 / 15 / 17; position: relative; } #MUi9K9exbpofSkm9 { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.5em - var(--ffsd))); } #IzProvDs7NzGPrG7 { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.5em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #JDya34lKzgWATeNK { min-width: 31.80599805rem; } #CbpM6iD5n8O5OtOT { grid-area: 16 / 8 / 17 / 22; position: relative; } #s08LzYkHIkwgcWB5 { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.5em - var(--ffsd))); } #MIxZ26u1M3EGfkUP { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.5em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #nnTdfWkbREsADgSq { min-width: 31.80599805rem; } #Pod61HCOseqJqpyf { grid-area: 18 / 9 / 19 / 23; position: relative; } #aFv7i37CFiJTMpvs { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.5em - var(--ffsd))); } #YNyHxkGOEpwcQbTt { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.5em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #PrtUfELKQf5etzCu { min-width: 31.80599805rem; } #RjBIVhZ3FyXUufgS { grid-area: 20 / 10 / 21 / 24; position: relative; } #Ci3NcgmHqN4LpsUo { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.5em - var(--ffsd))); } #DBQktVocC9L2YwkN { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.5em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #cNAubTrB9GE4luPG { min-width: 64.50195312rem; } #uuhYFibsIOO3WOLQ { grid-area: 22 / 2 / 23 / 26; position: relative; } #fjd48160Eh6HJ3IV { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.5em - var(--ffsd))); } #zy8eqzMRMn9Y2WF8 { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.5em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.165); margin-bottom: calc(var(--last-font-size) * -0.165); } #Cb2iqvpIe1fBMcTA { min-width: 64.50195312rem; } #ZINDlteOJZ2KYc3k { grid-area: 24 / 3 / 25 / 27; position: relative; } #OVDMsqDXf2sxJsjg { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.5em - var(--ffsd))); } #xfWNerZchB5Gax5V { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.5em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #Q0IQmfL93sHiqiLW { min-width: 64.50195312rem; } #DsxTzaYWd40UO7Wj { grid-area: 26 / 4 / 27 / 28; position: relative; } #anlIEbW1N5HqCmOh { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.5em - var(--ffsd))); } #KVxCBf9kMmV7hsaK { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.5em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.165); margin-bottom: calc(var(--last-font-size) * -0.165); } #myfr6a9cjrUKyjOw { min-width: 64.50195312rem; } #rKZKhaeIVavLXJ9r { grid-area: 28 / 5 / 29 / 29; position: relative; } #sQUU93VZ57sZwQ8j { grid-template-columns: 17.7734375rem 0 0 0 8.33914121rem 8.00883633rem 0 0 0 1.66924548rem 0 0 0 0.63441818rem 5.83267919rem 20.62082706rem 0.39325452rem 0.9375rem 0 0 1.66924548rem 0 0 8.00883633rem 8.33914121rem 0 0 0 17.7734375rem; grid-template-rows: minmax(3.54276728rem, max-content) minmax(2.31875062rem, max-content) minmax(1.78125rem, max-content) minmax(0.46875rem, max-content) minmax(7.73616732rem, max-content) minmax(36.64157194rem, max-content) minmax(1.90838463rem, max-content) minmax(1.7625rem, max-content) minmax(1.875rem, max-content) minmax(1.7625rem, max-content) minmax(0.83368445rem, max-content) minmax(1.7625rem, max-content) minmax(3.125rem, max-content) minmax(37.49223258rem, max-content) minmax(1.90838463rem, max-content) minmax(1.7625rem, max-content) minmax(1.875rem, max-content) minmax(1.7625rem, max-content) minmax(0.83368445rem, max-content) minmax(1.7625rem, max-content) minmax(3.125rem, max-content) minmax(1.7625rem, max-content) minmax(4.2170475rem, max-content) minmax(6.65397727rem, max-content) minmax(4.92660504rem, max-content) minmax(1.7625rem, max-content) minmax(1.78125rem, max-content) minmax(8.54870444rem, max-content) minmax(3.54276728rem, max-content); } #rtDjqslIW0n0v0nh { min-height: calc(29.90499609 * var(--1vh, 1vh)); } #mFSCvvdzSAfarmAW { grid-area: 2 / 2 / 3 / 3; position: relative; } #zJag1WGDROcaxvun { grid-template-columns: 0 138.95670573%; left: -19.47835286%; grid-template-rows: 0 100%; } #ZoH7rU9OwBCklx8z { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.99999687em - var(--ffsd))); } #JTYKGAYT8NhdWAzL { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.99999687em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #ena7tG6xjdPmmpEO { min-width: 68.12564365rem; } #OkIWgA8eU9RrKPLc { grid-area: 2 / 3 / 3 / 8; position: relative; } #Pgjrh1hvupgiYJRn { stroke-width: calc(100rem * 47.99999999999999 / 1024.0); } #ErUxChoIzPROfKoN { grid-area: 4 / 5 / 5 / 6; position: relative; } #AIPdYcoAKwDcSxVv { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.5em - var(--ffsd))); } #e2QQnvRSPvio4MHy { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.5em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #sosmwjvCZMMYXbXY { min-width: 68.12564365rem; } #CpGUaKcYW46DN1FU { grid-area: 6 / 4 / 7 / 9; position: relative; } #Gn2bc2G4JSw3nw01 { grid-area: 8 / 2 / 9 / 7; position: relative; } #OWRQkIlOmAsIF3N9 { grid-template-columns: 3.125rem 25.67318448rem 0 30.61447293rem 5.83267919rem 17.19629644rem 14.43336695rem 0 3.125rem; grid-template-rows: minmax(10.50127366rem, max-content) minmax(2.31875062rem, max-content) minmax(1.78125rem, max-content) minmax(0.46875rem, max-content) minmax(1.22192718rem, max-content) minmax(1.7625rem, max-content) minmax(4.95366879rem, max-content) minmax(44.61560609rem, max-content) minmax(10.50127366rem, max-content); } #vP3hmXBv92hNY2gt { min-height: calc(15.65525839 * var(--1vh, 1vh)); }}@media (min-width: 1024.05px) { #oVWOne6gpxBKgja4 { grid-area: 2 / 2 / 3 / 3; position: relative; } #YR2h3teBnoUQeq9t { grid-template-columns: 0 100%; grid-template-rows: 0 100%; } #J2CR2lgrENGSk0A5 { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.49926559em - var(--ffsd))); } #k7vWwjlBmfoNrWXh { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.49926559em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #PsQaWKnGC60LKM93 { min-width: 32.65915707rem; } #GCipHhAv6ca0Ljjl { grid-area: 2 / 3 / 3 / 6; position: relative; } #XLGBbm6GqslZNmqd { stroke-width: calc(100rem * 48.0 / 1366.0); } #FpJ40vqbiUZ2yOAQ { grid-area: 4 / 4 / 5 / 5; position: relative; } #AgHcOTFyY4TN4Qmb { display: block; } #SWepecuhGplTyJMT { display: none; } #deVX0G9MdCRhdl9D { display: none; } #T4B9Axl0se1X5XD5 { display: none; } #y7ZItQvIfaphxRkW { display: none; } #C1QwdkJuiSAoH88c { grid-area: 2 / 2 / 9 / 9; position: relative; } #vCxiB9qSCjE0pXyL { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(8.93720644em - var(--ffsd))); } #Et5gHfx5rBesgxvZ { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 8.93720644em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * 0.1); margin-bottom: calc(var(--last-font-size) * 0.1); } #zbac3jeJkhEdWDim { min-width: 38.94443368rem; } #A3XbzY7IB6zfTZ2W { grid-area: 3 / 3 / 4 / 8; position: relative; } #IndVAs6kSwNekRpj { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.12445095em - var(--ffsd))); } #No5Xn8sv6Pkqp75S { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.12445095em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.165); margin-bottom: calc(var(--last-font-size) * -0.165); } #VvqhgqrnSiZIvrQj { min-width: 35.98610068rem; } #OuGWF49llQv2s54v { grid-area: 5 / 4 / 6 / 7; position: relative; } #RvF2N64sjgyQDlT1 { grid-area: 2 / 2 / 5 / 5; position: relative; } #qbz6MlTzdKe5FNZc { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.36128141em - var(--ffsd))); } #FuLk3wnV06jPtvkN { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.36128141em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #vSudXD12a6lqYfgs { min-width: 10.74747959rem; } #inKLLoUfxzdEqM7q { grid-area: 3 / 3 / 4 / 4; position: relative; } #UDhd3AKJ6k5K4D36 { grid-template-columns: 0 1.40290768rem 10.71087637rem 1.3873914rem; grid-template-rows: 0 minmax(0.78031697rem, max-content) minmax(1.6252547rem, max-content) minmax(0.98854243rem, max-content); } #RDJfZ3orsINsMDx9 { grid-area: 6 / 2 / 7 / 7; grid-template-columns: 0 3.73338356rem 0.77503008rem 0 13.50117545rem 22.44832201rem 2.18330292rem 47.31486212rem; grid-template-rows: 0 minmax(9.83614415rem, max-content) minmax(10.71277072rem, max-content) minmax(9.69838946rem, max-content) minmax(3.00228404rem, max-content) minmax(5.21388924rem, max-content) minmax(3.3941141rem, max-content) minmax(6.67096758rem, max-content); } #GOqNVo1t3ZDlosw5 { grid-area: 6 / 2 / 7 / 7; position: relative; } #UBqHAF5Mm095Rxj6 { grid-template-columns: 5.02196193rem 50.72450564rem 0 4.37237445rem 28.25017941rem 6.60901664rem 5.02196193rem; grid-template-rows: minmax(2.96895123rem, max-content) minmax(1.73821423rem, max-content) minmax(1.33528551rem, max-content) minmax(0.35139092rem, max-content) minmax(1.30014641rem, max-content) minmax(48.52855928rem, max-content); } #oJBC9HlZCZp5VqLz { min-height: calc(20 * var(--1vh, 1vh)); } #BzXAPpLIkeZx2Bi0 { grid-area: 2 / 2 / 3 / 3; position: relative; } #PiPww2gvfP1Wb3FP { grid-template-columns: 0 100%; grid-template-rows: 0 100%; } #ltKNeDMhpozb5UW7 { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.49926559em - var(--ffsd))); } #SdbXBciq8XavE4HY { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.49926559em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #NP6r7869nTy2JxI8 { min-width: 37.3186007rem; } #IVHs9YQ2qGzbIt6K { grid-area: 2 / 7 / 3 / 14; position: relative; } #KqEiEzIdO4biD6dZ { stroke-width: calc(100rem * 48.0 / 1366.0); } #XoJBQtmsyyjtX68Y { grid-area: 4 / 10 / 5 / 11; position: relative; } #I6ZVZOs8Pd2fgdtK { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.12445095em - var(--ffsd))); } #AFsrCSEupKBZ2XVb { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.12445095em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #hdKxszb901j1GKV7 { min-width: 10.85822708rem; } #QSPbIz0lbr1eJisL { grid-area: 6 / 5 / 7 / 6; position: relative; } #b3giBIfKcsNNtU1J { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(6.50137862em - var(--ffsd))); } #DIbI0iGW161IFKls { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 6.50137862em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * 0.06); margin-bottom: calc(var(--last-font-size) * 0.06); } #mn2txOPQjQLm8WUg { min-width: 80.96994133rem; } #XWVmwbcIJ8pjZ9aT { grid-area: 8 / 3 / 9 / 13; position: relative; } #YCm2WVJItzR2erET { min-width: 9.87787444rem; } #ue2dgEnbaPV4hdjd { grid-area: 2 / 2 / 6 / 3; position: relative; } #pzzlfHC4e9KLJWfA { min-width: 9.87787444rem; } #NYZaFxnKrnKPGpCf { grid-area: 3 / 4 / 7 / 5; position: relative; } #Bol38ZwsxtYp9Z57 { min-width: 11.69320426rem; } #QJITUvBYHneP6dN8 { grid-area: 4 / 6 / 8 / 7; position: relative; } #abI3U8OxdYtr9PBO { min-width: 15.06453108rem; } #DDJYffWtcXTWlG7k { grid-area: 5 / 8 / 9 / 9; position: relative; } #BXLKjDPyMrE0QJax { grid-area: 10 / 4 / 11 / 12; grid-template-columns: 0 9.84127121rem 2.62212642rem 9.84127121rem 2.62212642rem 11.65660104rem 2.62212642rem 15.02792786rem; grid-template-rows: 0 0 0 0 minmax(1.98184761rem, max-content) 0 0 0; } #ea8TMo6KiaJs0uEr { grid-area: 10 / 4 / 11 / 12; position: relative; } #lbInZiLd3c1W2Y1P { grid-area: 12 / 2 / 14 / 8; position: relative; } #rTL2TqtAHXFb47Tm { grid-area: 13 / 9 / 15 / 15; position: relative; } #UjHIHRJGnNjdII9N { grid-template-columns: 7.91513715rem 2.72907954rem 12.23905802rem 21.70591336rem 10.82162386rem 0.33565564rem 1.13023388rem 1.55840379rem 12.77256291rem 4.37237445rem 1.53668269rem 14.46082951rem 1.45091025rem 0 6.97153495rem; grid-template-rows: minmax(2.96895123rem, max-content) minmax(1.73821423rem, max-content) minmax(1.33528551rem, max-content) minmax(0.35139092rem, max-content) minmax(2.6808938rem, max-content) minmax(1.32122987rem, max-content) minmax(1.0692385rem, max-content) minmax(7.7377057rem, max-content) minmax(2.67057101rem, max-content) minmax(1.98184761rem, max-content) minmax(5.06002928rem, max-content) 0 minmax(19.31511252rem, max-content) minmax(5.20635177rem, max-content) minmax(2.78572562rem, max-content); } #KsfbYxQMXUd2KcUq { min-height: calc(20 * var(--1vh, 1vh)); } #vYjVzZeAzqjac86O { grid-area: 2 / 2 / 3 / 3; position: relative; } #BBVtg9Wh1oTgW59p { grid-template-columns: 0 100%; grid-template-rows: 0 100%; } #cTSYBwYBISSLwS2V { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.49926559em - var(--ffsd))); } #jZkQTuEkWe4RhDPa { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.49926559em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #jbBEq6yvVkexo4DP { min-width: 37.3186007rem; } #SzNxIl5ZIvVFBHYu { grid-area: 2 / 9 / 3 / 14; position: relative; } #RSw4TanrBAGeNlV0 { stroke-width: calc(100rem * 48.0 / 1366.0); } #VC3xGkQhdNhX0oL6 { grid-area: 4 / 10 / 5 / 11; position: relative; } #KD25g0zmprqSsQAi { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.12445095em - var(--ffsd))); } #abXobxRKsQR2bOJg { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.12445095em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #Io1yIfA1CSEujgZJ { min-width: 10.85822708rem; } #InFAXVs9k3q6KOv4 { grid-area: 6 / 7 / 7 / 8; position: relative; } #q2ImjYrMTMDHVFwy { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(6.50137862em - var(--ffsd))); } #QvSZPRg39v6LZFZ6 { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 6.50137862em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * 0.06); margin-bottom: calc(var(--last-font-size) * 0.06); } #wjueui3Gs9TeONt2 { min-width: 80.96994133rem; } #f3kzOKr8bKM48adj { grid-area: 8 / 3 / 9 / 13; position: relative; } #D5FXBDigoOgUyNlK { min-width: 9.87787444rem; } #H39M5KLI0mQ1j84F { grid-area: 2 / 2 / 6 / 3; position: relative; } #Iys8qtTJL3rapval { min-width: 9.87787444rem; } #PuDty76DlLt4mmDa { grid-area: 3 / 4 / 7 / 5; position: relative; } #e5Y0hTU011FQSS7o { min-width: 11.69320426rem; } #eFVcQdu8PQKFNI8h { grid-area: 4 / 6 / 8 / 7; position: relative; } #bMNXUSjhlk97DW28 { min-width: 15.06453108rem; } #gapADh37teOc06tz { grid-area: 5 / 8 / 9 / 9; position: relative; } #Id5kzzRP5KQnduMq { grid-area: 10 / 4 / 11 / 12; grid-template-columns: 0 9.84127121rem 2.62212642rem 9.84127121rem 2.62212642rem 11.65660104rem 2.62212642rem 15.02792786rem; grid-template-rows: 0 0 0 0 minmax(1.98184761rem, max-content) 0 0 0; } #XfnTtGIis7uWOOb1 { grid-area: 10 / 4 / 11 / 12; position: relative; } #uafU08uabMujhAEh { grid-area: 13 / 2 / 14 / 5; position: relative; } #scKlXCjo01PqWIPt { grid-area: 12 / 6 / 15 / 15; position: relative; } #Dpk2oPUTHRlmp8xh { grid-template-columns: 6.88778749rem 3.7564292rem 12.23905802rem 16.99143943rem 0 4.71447394rem 10.82162386rem 0.33565564rem 15.46120059rem 4.37237445rem 1.53668269rem 14.46082951rem 1.45091025rem 1.94957301rem 5.02196193rem; grid-template-rows: minmax(2.96895123rem, max-content) minmax(1.73821423rem, max-content) minmax(1.33528551rem, max-content) minmax(0.35139092rem, max-content) minmax(2.6808938rem, max-content) minmax(1.32122987rem, max-content) minmax(1.0692385rem, max-content) minmax(7.7377057rem, max-content) minmax(2.67057101rem, max-content) minmax(1.98184761rem, max-content) minmax(4.2559454rem, max-content) minmax(7.46864331rem, max-content) minmax(12.50689162rem, max-content) minmax(7.46864331rem, max-content) minmax(0.66709555rem, max-content); } #ex1MYaQttjiXT9aj { min-height: calc(20 * var(--1vh, 1vh)); } #XlFn7BgNeGIMXjoh { grid-area: 2 / 2 / 3 / 3; position: relative; } #LkMAy6YHcPLZ9lTB { grid-template-columns: 0 100%; grid-template-rows: 0 100%; } #fcRvDKjgvFTBNYrs { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.49926559em - var(--ffsd))); } #QnIdpr6IJ6pIe4q1 { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.49926559em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #kfjK860vv1lF6bmL { min-width: 35.85024803rem; } #FzcSxIJ3dyrDHgOV { grid-area: 2 / 14 / 3 / 27; position: relative; } #qJXZWlmvVysLynU9 { stroke-width: calc(100rem * 48.0 / 1366.0); } #TkLriNCbIRVC55Rx { grid-area: 4 / 19 / 5 / 20; position: relative; } #LekaZ5CEjBURosFH { grid-area: 9 / 2 / 15 / 8; position: relative; } #T7LATTYddFewZE8R { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.12445095em - var(--ffsd))); } #vRKnPI7tB2PHkHin { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.12445095em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #QK3k2RfoCwSkr249 { min-width: 16.30737863rem; } #cciaudAr9a05zwDR { grid-area: 17 / 5 / 19 / 9; position: relative; } #NgWIqyxqu0rMmf6z { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.12445095em - var(--ffsd))); } #EJUFyvO9j1pWSM4I { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.12445095em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #z1QxaW3YBoe0b6vH { min-width: 18.42235521rem; } #Pa88sYvux4TVnuSC { grid-area: 21 / 3 / 23 / 6; position: relative; } #cqJpcDJviPIzu68d { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.12445095em - var(--ffsd))); } #nlsVRcEUlPosJm8Q { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.12445095em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #BJyEcBv1OrXK2Crf { min-width: 18.42235521rem; } #ndemMQE4alWc3OYd { grid-area: 25 / 4 / 27 / 7; position: relative; } #McZdaRq4nPP4k9Xn { grid-area: 8 / 10 / 16 / 17; position: relative; } #MUi9K9exbpofSkm9 { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.12445095em - var(--ffsd))); } #IzProvDs7NzGPrG7 { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.12445095em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #JDya34lKzgWATeNK { min-width: 16.30737863rem; } #CbpM6iD5n8O5OtOT { grid-area: 18 / 13 / 20 / 18; position: relative; } #s08LzYkHIkwgcWB5 { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.12445095em - var(--ffsd))); } #MIxZ26u1M3EGfkUP { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.12445095em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #nnTdfWkbREsADgSq { min-width: 18.42235521rem; } #Pod61HCOseqJqpyf { grid-area: 22 / 11 / 24 / 15; position: relative; } #aFv7i37CFiJTMpvs { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.12445095em - var(--ffsd))); } #YNyHxkGOEpwcQbTt { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.12445095em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #PrtUfELKQf5etzCu { min-width: 18.42235521rem; } #RjBIVhZ3FyXUufgS { grid-area: 26 / 12 / 28 / 16; position: relative; } #Ci3NcgmHqN4LpsUo { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.12445095em - var(--ffsd))); } #DBQktVocC9L2YwkN { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.12445095em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #cNAubTrB9GE4luPG { min-width: 10.85822708rem; } #uuhYFibsIOO3WOLQ { grid-area: 6 / 21 / 7 / 25; position: relative; } #fjd48160Eh6HJ3IV { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.12445095em - var(--ffsd))); } #zy8eqzMRMn9Y2WF8 { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.12445095em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.165); margin-bottom: calc(var(--last-font-size) * -0.165); } #Cb2iqvpIe1fBMcTA { min-width: 21.11134865rem; } #ZINDlteOJZ2KYc3k { grid-area: 10 / 22 / 11 / 29; position: relative; } #OVDMsqDXf2sxJsjg { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.12445095em - var(--ffsd))); } #xfWNerZchB5Gax5V { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.12445095em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #Q0IQmfL93sHiqiLW { min-width: 10.85822708rem; } #DsxTzaYWd40UO7Wj { grid-area: 12 / 23 / 13 / 26; position: relative; } #anlIEbW1N5HqCmOh { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.12445095em - var(--ffsd))); } #KVxCBf9kMmV7hsaK { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.12445095em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.165); margin-bottom: calc(var(--last-font-size) * -0.165); } #myfr6a9cjrUKyjOw { min-width: 20.94479641rem; } #rKZKhaeIVavLXJ9r { grid-area: 14 / 24 / 29 / 28; position: relative; } #sQUU93VZ57sZwQ8j { grid-template-columns: 10.64421669rem 1.10753661rem 0 3.92529504rem 14.46045695rem 0 1.10753661rem 0.70278184rem 7.27350055rem 1.5857997rem 0 5.94967818rem 8.98966539rem 3.44640842rem 0 1.5857997rem 2.2489019rem 0.44949027rem 4.37237445rem 2.80247688rem 0 0 0 10.82162386rem 0 10.08656933rem 0 0.16655224rem 8.27333538rem; grid-template-rows: minmax(2.96895123rem, max-content) minmax(1.73821423rem, max-content) minmax(1.33528551rem, max-content) minmax(0.35139092rem, max-content) minmax(5.7992938rem, max-content) minmax(1.32122987rem, max-content) minmax(0.22534064rem, max-content) minmax(0.63768411rem, max-content) minmax(2.2982173rem, max-content) minmax(11.43566618rem, max-content) minmax(3.69315049rem, max-content) minmax(1.32122987rem, max-content) minmax(1.33528551rem, max-content) minmax(7.38421762rem, max-content) 0 minmax(1.43058994rem, max-content) 0 minmax(1.32122987rem, max-content) 0 minmax(1.40556369rem, max-content) 0 minmax(1.32122987rem, max-content) 0 minmax(0.62495818rem, max-content) 0 minmax(1.32122987rem, max-content) 0 0 minmax(6.9525889rem, max-content); } #rtDjqslIW0n0v0nh { min-height: calc(20 * var(--1vh, 1vh)); } #mFSCvvdzSAfarmAW { grid-area: 2 / 2 / 3 / 3; position: relative; } #zJag1WGDROcaxvun { grid-template-columns: 0 100%; grid-template-rows: 0 100%; } #ZoH7rU9OwBCklx8z { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.49926559em - var(--ffsd))); } #JTYKGAYT8NhdWAzL { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.49926559em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #ena7tG6xjdPmmpEO { min-width: 35.85024803rem; } #OkIWgA8eU9RrKPLc { grid-area: 2 / 4 / 3 / 9; position: relative; } #Pgjrh1hvupgiYJRn { stroke-width: calc(100rem * 48.0 / 1366.0); } #ErUxChoIzPROfKoN { grid-area: 4 / 6 / 5 / 7; position: relative; } #AIPdYcoAKwDcSxVv { font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), calc(1.12445095em - var(--ffsd))); } #e2QQnvRSPvio4MHy { --first-font-size: max(calc(12px * var(--rfso, var(--bfso, 1))), 1.12445095em); --last-font-size: var(--first-font-size); margin-top: calc(var(--first-font-size) * -0.1); margin-bottom: calc(var(--last-font-size) * -0.1); } #sosmwjvCZMMYXbXY { min-width: 16.30737863rem; } #CpGUaKcYW46DN1FU { grid-area: 6 / 3 / 7 / 5; position: relative; } #Gn2bc2G4JSw3nw01 { grid-area: 8 / 2 / 9 / 8; position: relative; } #OWRQkIlOmAsIF3N9 { grid-template-columns: 17.99097743rem 22.53644162rem 15.21904852rem 1.05172689rem 6.6788734rem 4.37237445rem 9.59997747rem 14.11069261rem 8.43988762rem; grid-template-rows: minmax(2.96895123rem, max-content) minmax(1.73821423rem, max-content) minmax(1.33528551rem, max-content) minmax(0.35139092rem, max-content) minmax(0.91599812rem, max-content) minmax(1.32122987rem, max-content) minmax(3.71343839rem, max-content) minmax(33.44537382rem, max-content) minmax(10.43266549rem, max-content); } #vP3hmXBv92hNY2gt { min-height: calc(20 * var(--1vh, 1vh)); }}@keyframes pulse { 0% { background-color: rgba(226, 226, 226, 0.05); } 50% { background-color: rgba(226, 226, 226, 0.1); } 100% { background-color: rgba(226, 226, 226, 0.05); }}</style><noscript> <style> @keyframes pulse {}.animated { animation-play-state: running !important;} </style></noscript><script nonce="">!function(){"use strict";function t(t,n){let e;return(...o)=>{clearTimeout(e),e=setTimeout((()=>{t(...o)}),n)}}class n{constructor(){this.callbacks=[],window.addEventListener("DOMContentLoaded",(()=>this.onDOMContentLoaded()))}onDOMContentLoaded(){this.callbacks.sort(((t,n)=>t.priority-n.priority)).forEach((({callback:t})=>t()))}runOnLoad(t){"loading"===document.readyState?this.callbacks.push(t):t.callback()}}function e(t,e=Number.MAX_VALUE){var o;(window.canva_scriptExecutor=null!==(o=window.canva_scriptExecutor)&&void 0!==o?o:new n).runOnLoad({callback:t,priority:e})}class o{constructor(t){this.items=[],this.previousWidth=document.documentElement.clientWidth,this.previousHeight=window.innerHeight;const n=t((()=>this.onWindowResize()),100);window.addEventListener("resize",n)}onWindowResize(){const t=document.documentElement.clientWidth,n=window.innerHeight,e=this.previousWidth!==t,o=this.previousHeight!==n;this.items.forEach((t=>{const n=()=>{t.callback(),t.executed=!0};(!t.executed||e&&t.options.runOnWidthChange||o&&t.options.runOnHeightChange)&&n()})),this.previousWidth=t,this.previousHeight=n}runOnResize(t,n){this.items.push({callback:t,options:n,executed:n.runOnLoad}),this.items.sort(((t,n)=>t.options.priority-n.options.priority)),n.runOnLoad&&e(t,n.priority)}}function i(n,e,i=t){var r;(window.canva_debounceResize=null!==(r=window.canva_debounceResize)&&void 0!==r?r:new o(i)).runOnResize(n,{runOnLoad:!1,runOnWidthChange:!0,runOnHeightChange:!1,priority:Number.MAX_VALUE,...e})}const r="--minfs",c="--rzf",a="--rfso",s="--bfso";function u(t,n,e=.001){return Math.abs(t-n)<e}function d(t,n){return window.getComputedStyle(t).getPropertyValue(n)}function l(t,n,e){t.style.setProperty(n,e)}function m(t,n){const e=document.createElement("div");e.style.setProperty(t,n),document.body.append(e);const o=d(e,t);return e.remove(),o}function f(){const t=function(){const t=parseFloat(m("font-size","0.1px"));return t>1?t:0}(),n=function(t){const n=2*Math.max(t,1);return n/parseFloat(m("font-size",`${n}px`))}(t);if(function(t){if(0===t)return;l(document.documentElement,r,`${t}px`),i((()=>{const n=100*t,{clientWidth:e}=document.documentElement;l(document.documentElement,c,n>e?(e/n).toPrecision(4):null)}),{runOnLoad:!0})}(t*Math.max(1,n)),u(n,1))return;const e=u(parseFloat(d(document.documentElement,"font-size")),parseFloat(m("grid-template-columns","1rem")));l(document.documentElement,e?a:s,n.toPrecision(4))}function h(){document.querySelectorAll("img, image, video, svg").forEach((t=>t.addEventListener("contextmenu",(t=>t.preventDefault()))))}const p=t=>{const n={type:"CLICKED_LINK",link:t.currentTarget.getAttribute("href")};navigator.sendBeacon("_api/analytics/events",JSON.stringify(n))};function g(){[...document.querySelectorAll("a[href][data-interstitial-link]")].forEach((t=>{t.addEventListener("click",p)}))}const v="--sbw",w="--inner1Vh";function y(t,n,e){t.style.setProperty(n,e)}function E(){y(document.documentElement,w,window.innerHeight/100+"px"),function(){const t=window.innerWidth-document.documentElement.clientWidth;y(document.documentElement,v,t>=0?`${t}px`:null)}()}var b;const O="undefined"!=typeof window?null===(b=window.navigator)||void 0===b?void 0:b.userAgent:void 0;const L=!(!O||(A=O,!A.match(/AppleWebKit\//)||A.match(/Chrome\//)||A.match(/Chromium\//)));var A;function x(){document.querySelectorAll("svg").forEach((t=>t.style.background="url('data:image/png;base64,')"))}let C;function W(){C||(C=Array.from(document.querySelectorAll("foreignObject")).filter((t=>0===t.getBoundingClientRect().width)));const t=function(){const t=document.createElement("div");t.style.fontSize="100vw",document.body.append(t);const n=parseFloat(window.getComputedStyle(t).fontSize);return t.remove(),n/window.innerWidth}();Array.from(C).forEach((n=>function(t){return new Promise(((n,e)=>{const o=t.querySelector("img");o&&!o.complete?(o.addEventListener("load",(()=>n())),o.addEventListener("error",(()=>e()))):n()}))}(n).finally((()=>function(t,n){const e=Array.from(t.children);e.forEach(((t,n)=>{if(t.hasAttribute("data-foreign-object-container"))t.style.transformOrigin="",t.style.transform="";else{const o=document.createElement("div");o.setAttribute("data-foreign-object-container",""),t.insertAdjacentElement("beforebegin",o),t.remove(),o.append(t),e[n]=o}}));const o=t.getScreenCTM();if(!o)return;const{a:i,b:r,c:c,d:a}=o.scale(n);e.forEach((t=>{if(!t.hasAttribute("data-foreign-object-container"))return;const{style:n}=t;n.transformOrigin="0px 0px",n.transform=`matrix(${i}, ${r}, ${c}, ${a}, 0, 0)`}))}(n,t)))))}[function(){e(f)},function(){i(E,{runOnLoad:!0,runOnHeightChange:!0,priority:1})},function(){L&&i(W,{runOnLoad:!0})},function(){L&&e(x)},function(){e(h)},function(){e(g)}].forEach((t=>t()))}();</script><script nonce="">
window.C_CAPTCHA_IMPLEMENTATION = 'RECAPTCHA';
</script><script nonce="">
window.C_CAPTCHA_KEY = '6Ldk59waAAAAAMPqkICbJjfMivZLCGtTpa6Wn6zO';
</script></head><body><div id="root"><a id="page-1" aria-hidden="true" style="visibility:hidden;"></a><section id="oJBC9HlZCZp5VqLz" style="position:relative;overflow:hidden;display:grid;align-items:center;grid-template-columns:auto 100rem auto;z-index:0;"><div id="YR2h3teBnoUQeq9t" style="grid-area:1 / 1 / 2 / 4;display:grid;position:absolute;min-height:100%;min-width:100%;"><div id="oVWOne6gpxBKgja4" style="z-index:0;"><div id="k6A4fiOgLImWso0l" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="tcHTO111F3zjJasJ" style="width:100%;height:100%;opacity:1.0;"><div id="Opev2F8iLt3v8id3" style="background-color:#171414;opacity:1.0;transform:scale(1, 1);width:100%;height:100%;overflow:hidden;position:relative;"></div></div></div></div></div><div id="UBqHAF5Mm095Rxj6" style="display:grid;position:relative;grid-area:1 / 2 / 2 / 3;"><div id="GCipHhAv6ca0Ljjl" style="z-index:4;"><div id="PsQaWKnGC60LKM93" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="k7vWwjlBmfoNrWXh" style="opacity:1.0;display:flex;box-sizing:border-box;flex-direction:column;justify-content:flex-start;width:100%;height:100%;"><p id="J2CR2lgrENGSk0A5" style="color:#ffffff;font-family:YAFdJjbTu24-1;line-height:1.36718964em;text-align:justify;text-transform:none;letter-spacing:0em;"><span id="LKOkKnwrE367YBK8" style="color:#ffffff;">Home</span><span id="hETH7h6JqrNN7LaE" style="color:#ffffff;white-space:pre-wrap;"> </span><span id="JeiqaLYxzzn11wEp" style="color:#ffffff;">About us</span><span id="NtyFWlUY94WmhENz" style="color:#ffffff;white-space:pre-wrap;"> </span><span id="y2l7KiQ045Hq1WC1" style="color:#ffffff;">Portfolio</span><span id="cQq5NMLSrmM4bO1H" style="color:#ffffff;white-space:pre-wrap;"> </span><span id="fNAy2MIpeDajghdQ" style="color:#ffffff;">Contact</span><br></p></div></div></div><div id="FpJ40vqbiUZ2yOAQ" style="z-index:2;"><div id="PV4DaqudOTfWUsDj" style="padding-top:8.0366155%;transform:rotate(0deg);"><div id="YADdmroiuO5lp5NA" style="position:absolute;top:0px;left:0px;width:100%;height:100%;"><svg id="BONfr7X1Xpaqzxan" viewBox="0 0 18.4431 1.4822" style="width:100%;height:100%;opacity:1.0;overflow:hidden;position:absolute;top:0%;left:0%;background:url('data:image/png;base64,');"><g id="fYzqtBnNejTCovKc" style="transform:scale(1, 1);"><g id="MAKg8wRynG3YVZkF" style="clip-path:url(#bGj7Mj4kQhUvFrFW);"><clippath id="bGj7Mj4kQhUvFrFW"><path d="M0.74110246,0 L17.7020452,0 C18.11134479,0 18.44314766,0.33180287 18.44314766,0.74110246 L18.44314766,0.74110246 C18.44314766,1.15040204 18.11134478,1.48220491 17.7020452,1.48220491 L0.74110246,1.48220491 C0.33180287,1.48220491 0,1.15040204 0,0.74110246 L0,0.74110246 C0,0.33180287 0.33180287,0 0.74110246,0 Z"></path></clippath><path id="nRtT6SkCx0ADbfoD" d="M0.74110246,0 L17.7020452,0 C18.11134479,0 18.44314766,0.33180287 18.44314766,0.74110246 L18.44314766,0.74110246 C18.44314766,1.15040204 18.11134478,1.48220491 17.7020452,1.48220491 L0.74110246,1.48220491 C0.33180287,1.48220491 0,1.15040204 0,0.74110246 L0,0.74110246 C0,0.33180287 0.33180287,0 0.74110246,0 Z" style="fill:none;stroke:transparent;"></path><path id="XLGBbm6GqslZNmqd" d="M0.74110246,0 L17.7020452,0 C18.11134479,0 18.44314766,0.33180287 18.44314766,0.74110246 L18.44314766,0.74110246 C18.44314766,1.15040204 18.11134478,1.48220491 17.7020452,1.48220491 L0.74110246,1.48220491 C0.33180287,1.48220491 0,1.15040204 0,0.74110246 L0,0.74110246 C0,0.33180287 0.33180287,0 0.74110246,0 Z" style="fill:none;stroke-linecap:butt;vector-effect:non-scaling-stroke;stroke:#e1ff30;"></path></g></g></svg></div></div></div><div id="GOqNVo1t3ZDlosw5"><div id="RDJfZ3orsINsMDx9" style="display:grid;position:relative;"><div id="C1QwdkJuiSAoH88c" style="z-index:1;"><div id="afPs9JJKYwt9LtsQ" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><svg id="AgHcOTFyY4TN4Qmb" viewBox="0 0 138.8971 74.9307" preserveAspectRatio="none" style="width:100%;height:100%;opacity:1.0;overflow:hidden;position:absolute;top:0%;left:0%;background:url('data:image/png;base64,');"><g id="jRomUFzo0s8yJ7nl" style="transform:scale(1, 1);"><foreignobject id="LnKNvk5MM5U9HxZ5" style="width:138.8971px;height:74.9307px;"><div id="DOqxbaPe2Tgcassa" style="clip-path:path('M0,0 L138.89709719,0 L138.89709719,74.93074737 L0,74.93074737 Z');"><div id="GSuQEXeleqytT118" style="transform: scale(1, 1); transform-origin: 69.5px 37.5px; animation: auto ease 0s 1 normal none running none;"><img src="./index_files/30849030ac9866a70aa255e3314defa0.jpg" alt="Romantic Girl in White Shoes Sitting on Chair and Laughing in St" loading="lazy" srcset="images/444114bbdb88bd9363e306fe51b42b3f.jpg 2016w, images/30849030ac9866a70aa255e3314defa0.jpg 4032w" sizes="(max-width: 375px) 114.5210287vw, (min-width: 375.05px) and (max-width: 480px) 116.85819255vw, (min-width: 480.05px) and (max-width: 768px) 114.77143911vw, (min-width: 768.05px) and (max-width: 1024px) 117.37988091vw, (min-width: 1024.05px) 112.6296907vw" style="transform:translate(0px, -18.43199146px) rotate(0deg);transform-origin:86.9532003px 57.9688002px;width:173.9064006px;height:115.9376004px;display:block;opacity:1.0;object-fit:fill;"></div></div></foreignobject></g></svg><svg id="SWepecuhGplTyJMT" viewBox="0 0 108.5134 73.827" preserveAspectRatio="none" style="width:100%;height:100%;opacity:1.0;overflow:hidden;position:absolute;top:0%;left:0%;background:url('data:image/png;base64,');"><g id="qR5UxuP2BsJfbaFF" style="transform:scale(1, 1);"><foreignobject id="iH7f3k1H7dgQ5qBJ" style="width:108.5134px;height:73.827px;"><div id="PFLSvPdY08JBluVG" style="clip-path:path('M0,0 L108.51335718,0 L108.51335718,73.82700737 L0,73.82700737 Z');"><div id="Ew9xmDddxaULGgni" style="transform: scale(1, 1); transform-origin: 54.5px 37px; animation: auto ease 0s 1 normal none running none;"><img src="./index_files/30849030ac9866a70aa255e3314defa0.jpg" alt="Romantic Girl in White Shoes Sitting on Chair and Laughing in St" loading="lazy" srcset="images/444114bbdb88bd9363e306fe51b42b3f.jpg 2016w, images/30849030ac9866a70aa255e3314defa0.jpg 4032w" sizes="(max-width: 375px) 146.58686185vw, (min-width: 375.05px) and (max-width: 480px) 149.57843046vw, (min-width: 480.05px) and (max-width: 768px) 146.90738706vw, (min-width: 768.05px) and (max-width: 1024px) 150.24619131vw, (min-width: 1024.05px) 144.16595013vw" style="transform:translate(0px, -18.43199146px) rotate(0deg);transform-origin:86.9532003px 57.9688002px;width:173.9064006px;height:115.9376004px;display:block;opacity:1.0;object-fit:fill;"></div></div></foreignobject></g></svg><svg id="deVX0G9MdCRhdl9D" viewBox="0 0 79.5765 74.7276" preserveAspectRatio="none" style="width:100%;height:100%;opacity:1.0;overflow:hidden;position:absolute;top:0%;left:0%;background:url('data:image/png;base64,');"><g id="cbawXXrx0PwjFWl3" style="transform:scale(1, 1);"><foreignobject id="JnzX7owOxu4PrsZM" style="width:79.5765px;height:74.7276px;"><div id="s0YyvvnkDeJsAXSr" style="clip-path:path('M0,0 L79.57646193,0 L79.57646193,74.72755229 L0,74.72755229 Z');"><div id="qMahN6jbz5CFVp1R" style="transform:scale(1, 1);transform-origin:40px 37.5px;"><img src="./index_files/30849030ac9866a70aa255e3314defa0.jpg" alt="Romantic Girl in White Shoes Sitting on Chair and Laughing in St" loading="lazy" srcset="images/444114bbdb88bd9363e306fe51b42b3f.jpg 2016w, images/30849030ac9866a70aa255e3314defa0.jpg 4032w" sizes="(max-width: 375px) 199.89115851vw, (min-width: 375.05px) and (max-width: 480px) 203.97056991vw, (min-width: 480.05px) and (max-width: 768px) 200.3282383vw, (min-width: 768.05px) and (max-width: 1024px) 204.88115281vw, (min-width: 1024.05px) 196.58991553vw" style="transform:translate(0px, -18.43199146px) rotate(0deg);transform-origin:86.9532003px 57.9688002px;width:173.9064006px;height:115.9376004px;display:block;opacity:1.0;object-fit:fill;"></div></div></foreignobject></g></svg><svg id="T4B9Axl0se1X5XD5" viewBox="0 0 50.6396 72.6918" preserveAspectRatio="none" style="width:100%;height:100%;opacity:1.0;overflow:hidden;position:absolute;top:0%;left:0%;background:url('data:image/png;base64,');"><g id="T2ZvwVey8ViOccRV" style="transform:scale(1, 1);"><foreignobject id="kSvUixnSKQptRDdj" style="width:50.6396px;height:72.6918px;"><div id="FKVZUVhgxGZL2LRX" style="clip-path:path('M0,0 L50.63956668,0 L50.63956668,72.6918435 L0,72.6918435 Z');"><div id="xiKz9124mFLbKdgY" style="transform:scale(1, 1);transform-origin:25.5px 36.5px;"><img src="./index_files/30849030ac9866a70aa255e3314defa0.jpg" alt="Romantic Girl in White Shoes Sitting on Chair and Laughing in St" loading="lazy" srcset="images/444114bbdb88bd9363e306fe51b42b3f.jpg 2016w, images/30849030ac9866a70aa255e3314defa0.jpg 4032w" sizes="(max-width: 375px) 314.11462126vw, (min-width: 375.05px) and (max-width: 480px) 320.52512374vw, (min-width: 480.05px) and (max-width: 768px) 314.80146082vw, (min-width: 768.05px) and (max-width: 1024px) 321.95603947vw, (min-width: 1024.05px) 308.92695465vw" style="transform:translate(0px, -18.43199146px) rotate(0deg);transform-origin:86.9532003px 57.9688002px;width:173.9064006px;height:115.9376004px;display:block;opacity:1.0;object-fit:fill;"></div></div></foreignobject></g></svg><svg id="y7ZItQvIfaphxRkW" viewBox="0 0 38.7709 68.4328" preserveAspectRatio="none" style="width:100%;height:100%;opacity:1.0;overflow:hidden;position:absolute;top:0%;left:0%;background:url('data:image/png;base64,');"><g id="kwYemWp0uQVrhsmM" style="transform:scale(1, 1);"><foreignobject id="m1sbDcw67I7r7ErP" style="width:38.7709px;height:68.4328px;"><div id="GHxz51iYYWZagDK2" style="clip-path:path('M0,0 L38.77091824,0 L38.77091824,68.43276624 L0,68.43276624 Z');"><div id="EzyJ9HfKBpW665Ry" style="transform:scale(1, 1);transform-origin:19.5px 34.5px;"><img src="./index_files/30849030ac9866a70aa255e3314defa0.jpg" alt="Romantic Girl in White Shoes Sitting on Chair and Laughing in St" loading="lazy" srcset="images/444114bbdb88bd9363e306fe51b42b3f.jpg 2016w, images/30849030ac9866a70aa255e3314defa0.jpg 4032w" sizes="(max-width: 375px) 410.27262135vw, (min-width: 375.05px) and (max-width: 480px) 418.64553199vw, (min-width: 480.05px) and (max-width: 768px) 411.16971892vw, (min-width: 768.05px) and (max-width: 1024px) 420.51448526vw, (min-width: 1024.05px) 403.49688588vw" style="transform:translate(0px, -18.43199146px) rotate(0deg);transform-origin:86.9532003px 57.9688002px;width:173.9064006px;height:115.9376004px;display:block;opacity:1.0;object-fit:fill;"></div></div></foreignobject></g></svg></div></div><div id="A3XbzY7IB6zfTZ2W" style="z-index:5;"><div id="zbac3jeJkhEdWDim" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="Et5gHfx5rBesgxvZ" style="opacity:1.0;display:flex;box-sizing:border-box;flex-direction:column;justify-content:flex-start;width:100%;height:100%;"><p id="vCxiB9qSCjE0pXyL" style="color:#ffffff;font-family:YACgEcYqQ-A-0;line-height:0.99932636em;text-transform:uppercase;"><span id="uMRoTiu5g88QLUet" style="color:#ffffff;">Stylemate</span><br></p></div></div></div><div id="OuGWF49llQv2s54v" style="z-index:6;"><div id="VvqhgqrnSiZIvrQj" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="No5Xn8sv6Pkqp75S" style="opacity:1.0;display:flex;box-sizing:border-box;flex-direction:column;justify-content:flex-start;width:100%;height:100%;"><p id="IndVAs6kSwNekRpj" style="color:#ffffff;font-family:YAFdJjbTu24-1;line-height:1.49739583em;"><span id="hcl9LU9jAQ6j7mP7" style="color:#ffffff;font-weight:500;">A web application that selects outfits for you based on your wardrobe and preferred outings.</span><br></p></div></div></div><div id="UDhd3AKJ6k5K4D36" style="display:grid;position:relative;grid-area:7 / 5 / 8 / 6;"><div id="RvF2N64sjgyQDlT1" style="z-index:3;"><div id="opoVq0wSkiP6T27l" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><svg id="M8HNjv8lrVdNRZQx" viewBox="0 0 127.2902 32.0" preserveAspectRatio="none" style="width:100%;height:100%;opacity:1.0;overflow:hidden;position:absolute;top:0%;left:0%;background:url('data:image/png;base64,');"><g id="Zv4Cukl7SZJMPrZz" style="transform:scale(1, 1);"><path id="pp2tWiOonVs7UE7X" d="M111.2902448,0 C120.12680029,0 127.2902448,7.16344404 127.2902448,16 C127.2902448,24.83655548 120.12680029,32 111.2902448,32 L16,32 C7.16344404,32 0,24.83655548 0,16 C0,7.16344404 7.16344404,0 16,0 Z" style="fill:#000000;opacity:1.0;"></path></g></svg></div></div><div id="inKLLoUfxzdEqM7q" style="z-index:7;"><div id="vSudXD12a6lqYfgs" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="FuLk3wnV06jPtvkN" style="opacity:1.0;display:flex;box-sizing:border-box;flex-direction:column;justify-content:flex-start;width:100%;height:100%;"><p id="qbz6MlTzdKe5FNZc" style="color:#ffffff;font-family:YAFdJjbTu24-1;line-height:1.39821751em;text-align:center;text-transform:uppercase;"><span id="r1zVqPggESyUIFlF" style="color:#ffffff;font-weight:700;">explore now</span><br></p></div></div></div></div></div></div></div></section><a id="page-2" aria-hidden="true" style="visibility:hidden;"></a><section id="KsfbYxQMXUd2KcUq" style="position:relative;overflow:hidden;display:grid;align-items:center;grid-template-columns:auto 100rem auto;z-index:0;margin-top:-1px;"><div id="PiPww2gvfP1Wb3FP" style="grid-area:1 / 1 / 2 / 4;display:grid;position:absolute;min-height:100%;min-width:100%;"><div id="BzXAPpLIkeZx2Bi0" style="z-index:0;"><div id="S18H1gB3c7VWHxKP" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="yayfqUoUthmx0wqb" style="width:100%;height:100%;opacity:1.0;"><div id="pHKIg2yHA18FcvwC" style="background-color:#8173b2;opacity:1.0;transform:scale(1, 1);width:100%;height:100%;overflow:hidden;position:relative;"></div></div></div></div></div><div id="UjHIHRJGnNjdII9N" style="display:grid;position:relative;grid-area:1 / 2 / 2 / 3;"><div id="IVHs9YQ2qGzbIt6K" style="z-index:11;"><div id="NP6r7869nTy2JxI8" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="SdbXBciq8XavE4HY" style="opacity:1.0;display:flex;box-sizing:border-box;flex-direction:column;justify-content:flex-start;width:100%;height:100%;"><p id="ltKNeDMhpozb5UW7" style="color:#ffffff;font-family:YAFdJjbTu24-1;line-height:1.36718964em;text-align:justify;text-transform:none;letter-spacing:0em;"><span id="Wb22sTc5QJi72ITc" style="color:#ffffff;">Home</span><span id="iC5kJm7fBJFEVvIO" style="color:#ffffff;white-space:pre-wrap;"> </span><span id="VLVyOnuPhRWb2qLv" style="color:#ffffff;">About us</span><span id="W75JsTt7ZF1KbnZN" style="color:#ffffff;white-space:pre-wrap;"> </span><span id="EdVBA3QvzSRuF236" style="color:#ffffff;">Portfolio</span><span id="ydsSQVqQ1IaaNhS3" style="color:#ffffff;white-space:pre-wrap;"> </span><span id="gjTxDT1hUQHGVhIw" style="color:#ffffff;">Contact</span><br></p></div></div></div><div id="XoJBQtmsyyjtX68Y" style="z-index:1;"><div id="FNjcUIXYruoE5cTK" style="padding-top:8.0366155%;transform:rotate(0deg);"><div id="IkT6QU2hPHEwZZMP" style="position:absolute;top:0px;left:0px;width:100%;height:100%;"><svg id="mGPnx8sl0KZ5em4z" viewBox="0 0 18.4431 1.4822" style="width:100%;height:100%;opacity:1.0;overflow:hidden;position:absolute;top:0%;left:0%;background:url('data:image/png;base64,');"><g id="RxjbCWR42aqSL2Qd" style="transform:scale(1, 1);"><g id="UxN7VgQfQ9wt57do" style="clip-path:url(#fFfOaqBgDal9Zg1P);"><clippath id="fFfOaqBgDal9Zg1P"><path d="M0.74110246,0 L17.7020452,0 C18.11134479,0 18.44314766,0.33180287 18.44314766,0.74110246 L18.44314766,0.74110246 C18.44314766,1.15040204 18.11134478,1.48220491 17.7020452,1.48220491 L0.74110246,1.48220491 C0.33180287,1.48220491 0,1.15040204 0,0.74110246 L0,0.74110246 C0,0.33180287 0.33180287,0 0.74110246,0 Z"></path></clippath><path id="tOLbaSKj7j2tG2I0" d="M0.74110246,0 L17.7020452,0 C18.11134479,0 18.44314766,0.33180287 18.44314766,0.74110246 L18.44314766,0.74110246 C18.44314766,1.15040204 18.11134478,1.48220491 17.7020452,1.48220491 L0.74110246,1.48220491 C0.33180287,1.48220491 0,1.15040204 0,0.74110246 L0,0.74110246 C0,0.33180287 0.33180287,0 0.74110246,0 Z" style="fill:none;stroke:transparent;"></path><path id="KqEiEzIdO4biD6dZ" d="M0.74110246,0 L17.7020452,0 C18.11134479,0 18.44314766,0.33180287 18.44314766,0.74110246 L18.44314766,0.74110246 C18.44314766,1.15040204 18.11134478,1.48220491 17.7020452,1.48220491 L0.74110246,1.48220491 C0.33180287,1.48220491 0,1.15040204 0,0.74110246 L0,0.74110246 C0,0.33180287 0.33180287,0 0.74110246,0 Z" style="fill:none;stroke-linecap:butt;vector-effect:non-scaling-stroke;stroke:#e1ff30;"></path></g></g></svg></div></div></div><div id="QSPbIz0lbr1eJisL" style="z-index:4;"><div id="hdKxszb901j1GKV7" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="AFsrCSEupKBZ2XVb" style="opacity:1.0;display:flex;box-sizing:border-box;flex-direction:column;justify-content:flex-start;width:100%;height:100%;"><p id="I6ZVZOs8Pd2fgdtK" style="color:#e1ff30;font-family:YAFdJjbTu24-1;line-height:1.3671875em;text-align:center;"><span id="mYFRX60byti8xs8i" style="color:#e1ff30;">Our App's Features</span><br></p></div></div></div><div id="XWVmwbcIJ8pjZ9aT" style="z-index:5;"><div id="mn2txOPQjQLm8WUg" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="DIbI0iGW161IFKls" style="opacity:1.0;display:flex;box-sizing:border-box;flex-direction:column;justify-content:flex-start;width:100%;height:100%;"><p id="b3giBIfKcsNNtU1J" style="color:#000000;font-family:YACgEcYqQ-A-0;line-height:1.06971343em;text-align:center;text-transform:uppercase;"><span id="q7JUGm5JwboP8la3" style="color:#ffffff;">Describe your wardrobe</span><br></p></div></div></div><div id="ea8TMo6KiaJs0uEr"><div id="BXLKjDPyMrE0QJax" style="display:grid;position:relative;"><div id="ue2dgEnbaPV4hdjd" style="z-index:7;"><div id="YCm2WVJItzR2erET" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="NlmnaoVU8KbKvlsj" style="transform-origin: 0px 0px; width: 100%; height: auto; min-height: 1px; pointer-events: none; position: absolute; transform: scale(1.3) translate(-11.5385%, -29.9174%); animation: auto ease 0s 1 normal none running none;"><img src="./index_files/50d9b0329dd30d59a7bf00bc66379c52.png" alt="Blouses" loading="lazy" style="width:100%;height:100%;display:block;object-fit:cover;"></div></div></div><div id="NYZaFxnKrnKPGpCf" style="z-index:8;"><div id="pzzlfHC4e9KLJWfA" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="PwcYtO2rdrc5S8IT" style="transform-origin: 0px 0px; width: 100%; height: auto; min-height: 1px; pointer-events: none; position: absolute; transform: scale(1.3) translate(-11.5385%, -29.9174%); animation: auto ease 0s 1 normal none running none;"><img src="./index_files/27973d30b65c1692b647c2940467af28.png" alt="Trousers" loading="lazy" style="width:100%;height:100%;display:block;object-fit:cover;"></div></div></div><div id="QJITUvBYHneP6dN8" style="z-index:9;"><div id="Bol38ZwsxtYp9Z57" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="YG3UU6P5oW7yCVMg" style="transform-origin: 0px 0px; width: 100%; height: auto; min-height: 1px; pointer-events: none; position: absolute; transform: scale(1.3) translate(-11.5385%, -31.9136%); animation: auto ease 0s 1 normal none running none;"><img src="./index_files/693364647cb6fc46093120cab6fb0704.png" alt="Cargos" loading="lazy" style="width:100%;height:100%;display:block;object-fit:cover;"></div></div></div><div id="DDJYffWtcXTWlG7k" style="z-index:10;"><div id="abI3U8OxdYtr9PBO" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="XBcVlaD2g9IUWQl2" style="transform-origin: 0px 0px; width: 100%; height: auto; min-height: 1px; pointer-events: none; position: absolute; transform: scale(1.3) translate(-11.5385%, -34.7321%); animation: auto ease 0s 1 normal none running none;"><img src="./index_files/d9d6811f010bdd7c28dc538d79adfa70.png" alt="Jacket" loading="lazy" style="width:100%;height:100%;display:block;object-fit:cover;"></div></div></div></div></div><div id="lbInZiLd3c1W2Y1P" style="z-index:2;"><div id="Gi77wEEgFA8Afs5n" style="padding-top:39.44954128%;transform:rotate(0deg);"><div id="daERCUqvoaGLJoGe" style="position:absolute;top:0px;left:0px;width:100%;height:100%;"><div id="TELmnBUjCYPUD5ul" style="width:100%;height:100%;opacity:1.0;"><div id="t4qlFF21shj2vOY0" style="transform:scale(1, 1);width:100%;height:100%;overflow:hidden;position:relative;"><div id="AFqLdB2ixiqdtTut" style="width: calc(100% * max(1, var(--scale-fill, 1))); height: calc(100% / min(1, var(--scale-fill, 1))); position: absolute; top: 50%; left: 50%; opacity: 1; animation: auto ease 0s 1 normal none running none;"><img src="./index_files/df95670c2590d2608a89caf5748752a8.png" loading="lazy" style="width:100%;height:100%;display:block;object-fit:cover;object-position:50% 50%;transform:translate(-50%, -50%) rotate(0deg);"></div></div></div></div></div></div><div id="rTL2TqtAHXFb47Tm" style="z-index:3;"><div id="X0xUGmk3mQBaCxjA" style="padding-top:70.88488783%;transform:rotate(0deg);"><div id="DsvB2Yg3RWnsfDR6" style="position:absolute;top:0px;left:0px;width:100%;height:100%;"><div id="qNlqkmwh53bVHPya" style="width:100%;height:100%;opacity:1.0;"><div id="huB3V46JAxrE84E1" style="transform:scale(1, 1);width:100%;height:100%;overflow:hidden;position:relative;"><div id="v0QekuokyaYtJo9m" style="width: calc(113.89631013% * max(1, var(--scale-fill, 1))); height: calc(113.08704628% / min(1, var(--scale-fill, 1))); position: absolute; top: 50%; left: 50%; opacity: 1; animation: auto ease 0s 1 normal none running none;"><img src="./index_files/b701b5727260093ea1cfef2bd75d6073.png" loading="lazy" style="width:100%;height:100%;display:block;object-fit:cover;object-position:43.89957843% 44.21372884%;transform:translate(-43.89957843%, -44.21372884%) rotate(0deg);"></div></div></div></div></div></div></div></section><a id="page-3" aria-hidden="true" style="visibility:hidden;"></a><section id="ex1MYaQttjiXT9aj" style="position:relative;overflow:hidden;display:grid;align-items:center;grid-template-columns:auto 100rem auto;z-index:0;margin-top:-1px;"><div id="BBVtg9Wh1oTgW59p" style="grid-area:1 / 1 / 2 / 4;display:grid;position:absolute;min-height:100%;min-width:100%;"><div id="vYjVzZeAzqjac86O" style="z-index:0;"><div id="leYTUgIuMYRuwv2q" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="PFzLiwb4jEsPdYji" style="width:100%;height:100%;opacity:1.0;"><div id="ssU7uckG1RodiDRE" style="background-color:#8173b2;opacity:1.0;transform:scale(1, 1);width:100%;height:100%;overflow:hidden;position:relative;"></div></div></div></div></div><div id="Dpk2oPUTHRlmp8xh" style="display:grid;position:relative;grid-area:1 / 2 / 2 / 3;"><div id="SzNxIl5ZIvVFBHYu" style="z-index:11;"><div id="jbBEq6yvVkexo4DP" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="jZkQTuEkWe4RhDPa" style="opacity:1.0;display:flex;box-sizing:border-box;flex-direction:column;justify-content:flex-start;width:100%;height:100%;"><p id="cTSYBwYBISSLwS2V" style="color:#ffffff;font-family:YAFdJjbTu24-1;line-height:1.36718964em;text-align:justify;text-transform:none;letter-spacing:0em;"><span id="pTWKUKEjRMwCsLig" style="color:#ffffff;">Home</span><span id="BlJr0eIQXgVuPBep" style="color:#ffffff;white-space:pre-wrap;"> </span><span id="YqZzxpT8ie0TLrpH" style="color:#ffffff;">About us</span><span id="Qt877lOM82NSZmXS" style="color:#ffffff;white-space:pre-wrap;"> </span><span id="xTzvFyhFld3JDQFJ" style="color:#ffffff;">Portfolio</span><span id="Rw5jwU2wiOKSdoKV" style="color:#ffffff;white-space:pre-wrap;"> </span><span id="ZNPzIEiMkokbMH83" style="color:#ffffff;">Contact</span><br></p></div></div></div><div id="VC3xGkQhdNhX0oL6" style="z-index:1;"><div id="NHi5wU33XDseTyYK" style="padding-top:8.0366155%;transform:rotate(0deg);"><div id="nTBJazJNTjNYIBsM" style="position:absolute;top:0px;left:0px;width:100%;height:100%;"><svg id="kmPMyQD0WGZeXO3W" viewBox="0 0 18.4431 1.4822" style="width:100%;height:100%;opacity:1.0;overflow:hidden;position:absolute;top:0%;left:0%;background:url('data:image/png;base64,');"><g id="SBWTxtEhcu5VipME" style="transform:scale(1, 1);"><g id="FPynTMESMqWvVoYL" style="clip-path:url(#enFRRTOe1yLRgk8J);"><clippath id="enFRRTOe1yLRgk8J"><path d="M0.74110246,0 L17.7020452,0 C18.11134479,0 18.44314766,0.33180287 18.44314766,0.74110246 L18.44314766,0.74110246 C18.44314766,1.15040204 18.11134478,1.48220491 17.7020452,1.48220491 L0.74110246,1.48220491 C0.33180287,1.48220491 0,1.15040204 0,0.74110246 L0,0.74110246 C0,0.33180287 0.33180287,0 0.74110246,0 Z"></path></clippath><path id="qwYKfVj8tabWMwoJ" d="M0.74110246,0 L17.7020452,0 C18.11134479,0 18.44314766,0.33180287 18.44314766,0.74110246 L18.44314766,0.74110246 C18.44314766,1.15040204 18.11134478,1.48220491 17.7020452,1.48220491 L0.74110246,1.48220491 C0.33180287,1.48220491 0,1.15040204 0,0.74110246 L0,0.74110246 C0,0.33180287 0.33180287,0 0.74110246,0 Z" style="fill:none;stroke:transparent;"></path><path id="RSw4TanrBAGeNlV0" d="M0.74110246,0 L17.7020452,0 C18.11134479,0 18.44314766,0.33180287 18.44314766,0.74110246 L18.44314766,0.74110246 C18.44314766,1.15040204 18.11134478,1.48220491 17.7020452,1.48220491 L0.74110246,1.48220491 C0.33180287,1.48220491 0,1.15040204 0,0.74110246 L0,0.74110246 C0,0.33180287 0.33180287,0 0.74110246,0 Z" style="fill:none;stroke-linecap:butt;vector-effect:non-scaling-stroke;stroke:#e1ff30;"></path></g></g></svg></div></div></div><div id="InFAXVs9k3q6KOv4" style="z-index:4;"><div id="Io1yIfA1CSEujgZJ" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="abXobxRKsQR2bOJg" style="opacity:1.0;display:flex;box-sizing:border-box;flex-direction:column;justify-content:flex-start;width:100%;height:100%;"><p id="KD25g0zmprqSsQAi" style="color:#e1ff30;font-family:YAFdJjbTu24-1;line-height:1.3671875em;text-align:center;"><span id="mnJKOD306b0LjHma" style="color:#e1ff30;">Our App's Features</span><br></p></div></div></div><div id="f3kzOKr8bKM48adj" style="z-index:5;"><div id="wjueui3Gs9TeONt2" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="QvSZPRg39v6LZFZ6" style="opacity:1.0;display:flex;box-sizing:border-box;flex-direction:column;justify-content:flex-start;width:100%;height:100%;"><p id="q2ImjYrMTMDHVFwy" style="color:#000000;font-family:YACgEcYqQ-A-0;line-height:1.06971343em;text-align:center;text-transform:uppercase;"><span id="cHo5jpbIW0GJnXQm" style="color:#ffffff;">Get an outfit based on themes</span><br></p></div></div></div><div id="XfnTtGIis7uWOOb1"><div id="Id5kzzRP5KQnduMq" style="display:grid;position:relative;"><div id="H39M5KLI0mQ1j84F" style="z-index:7;"><div id="D5FXBDigoOgUyNlK" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="MWh8PqchsICEarOP" style="transform-origin: 0px 0px; width: 100%; height: auto; min-height: 1px; pointer-events: none; position: absolute; transform: scale(1.3) translate(-11.5385%, -29.9174%); animation: auto ease 0s 1 normal none running none;"><img src="./index_files/63b10a2b81849b6e0b5af61a936eb404.png" alt="Casual" loading="lazy" style="width:100%;height:100%;display:block;object-fit:cover;"></div></div></div><div id="PuDty76DlLt4mmDa" style="z-index:8;"><div id="Iys8qtTJL3rapval" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="qEI5qaDTGangBidn" style="transform-origin: 0px 0px; width: 100%; height: auto; min-height: 1px; pointer-events: none; position: absolute; transform: scale(1.3) translate(-11.5385%, -29.9174%); animation: auto ease 0s 1 normal none running none;"><img src="./index_files/b27c0a89dea52e0bd986b846fd68ca94.png" alt="Formal" loading="lazy" style="width:100%;height:100%;display:block;object-fit:cover;"></div></div></div><div id="eFVcQdu8PQKFNI8h" style="z-index:9;"><div id="e5Y0hTU011FQSS7o" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="pTSrr00kypvPUTK2" style="transform-origin: 0px 0px; width: 100%; height: auto; min-height: 1px; pointer-events: none; position: absolute; transform: scale(1.3) translate(-11.5385%, -31.9136%); animation: auto ease 0s 1 normal none running none;"><img src="./index_files/cf23fa0b00cf4f02febe4e753ea23d77.png" alt="Dinner" loading="lazy" style="width:100%;height:100%;display:block;object-fit:cover;"></div></div></div><div id="gapADh37teOc06tz" style="z-index:10;"><div id="bMNXUSjhlk97DW28" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="B09p0gPWMexLAlOi" style="transform-origin: 0px 0px; width: 100%; height: auto; min-height: 1px; pointer-events: none; position: absolute; transform: scale(1.3) translate(-11.5385%, -34.7321%); animation: auto ease 0s 1 normal none running none;"><img src="./index_files/c27188e96496afec22b1f19ea9366ee4.png" alt="Exercise" loading="lazy" style="width:100%;height:100%;display:block;object-fit:cover;"></div></div></div></div></div><div id="uafU08uabMujhAEh" style="z-index:2;"><div id="mr3JteyOAhqxxUEU" style="padding-top:37.91469194%;transform:rotate(0deg);"><div id="NuBSgYo738U5JXXm" style="position:absolute;top:0px;left:0px;width:100%;height:100%;"><div id="m4RjQO486SPHnqQy" style="width:100%;height:100%;opacity:1.0;"><div id="gK7AErfywEd3GSip" style="transform:scale(1, 1);width:100%;height:100%;overflow:hidden;position:relative;"><div id="macR4yTJWHZOlcj4" style="width: calc(100% * max(1, var(--scale-fill, 1))); height: calc(100% / min(1, var(--scale-fill, 1))); position: absolute; top: 50%; left: 50%; opacity: 1; animation: auto ease 0s 1 normal none running none;"><img src="./index_files/88ec82bb7c1f5fc39fb0961ffcd5c413.png" loading="lazy" style="width:100%;height:100%;display:block;object-fit:cover;object-position:50% 50%;transform:translate(-50%, -50%) rotate(0deg);"></div></div></div></div></div></div><div id="scKlXCjo01PqWIPt" style="z-index:3;"><div id="vUIarkEQ2SahRXQg" style="padding-top:49.80494148%;transform:rotate(0deg);"><div id="yez9Al9wgZ1KF1Mj" style="position:absolute;top:0px;left:0px;width:100%;height:100%;"><div id="c6WBXFgmrhqIaQvG" style="width:100%;height:100%;opacity:1.0;"><div id="aNgHF0GRF2F8KgEw" style="transform:scale(1, 1);width:100%;height:100%;overflow:hidden;position:relative;"><div id="bgSjPBi6Tc4TSIMF" style="width: calc(100% * max(1, var(--scale-fill, 1))); height: calc(100% / min(1, var(--scale-fill, 1))); position: absolute; top: 50%; left: 50%; opacity: 1; animation: auto ease 0s 1 normal none running none;"><img src="./index_files/3c383e9a6b0afcb767e3be767a067fb9.png" loading="lazy" style="width:100%;height:100%;display:block;object-fit:cover;object-position:50% 50%;transform:translate(-50%, -50%) rotate(0deg);"></div></div></div></div></div></div></div></section><a id="page-4" aria-hidden="true" style="visibility:hidden;"></a><section id="rtDjqslIW0n0v0nh" style="position:relative;overflow:hidden;display:grid;align-items:center;grid-template-columns:auto 100rem auto;z-index:0;margin-top:-1px;"><div id="LkMAy6YHcPLZ9lTB" style="grid-area:1 / 1 / 2 / 4;display:grid;position:absolute;min-height:100%;min-width:100%;"><div id="XlFn7BgNeGIMXjoh" style="z-index:0;"><div id="atRzCCTqYgR9hXdy" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="gyZ2uiamtVCuTnnE" style="width:100%;height:100%;opacity:1.0;"><div id="Vh6t4mSw62ngRIWt" style="background-color:#171414;opacity:1.0;transform:scale(1, 1);width:100%;height:100%;overflow:hidden;position:relative;"></div></div></div></div></div><div id="sQUU93VZ57sZwQ8j" style="display:grid;position:relative;grid-area:1 / 2 / 2 / 3;"><div id="FzcSxIJ3dyrDHgOV" style="z-index:9;"><div id="kfjK860vv1lF6bmL" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="QnIdpr6IJ6pIe4q1" style="opacity:1.0;display:flex;box-sizing:border-box;flex-direction:column;justify-content:flex-start;width:100%;height:100%;"><p id="fcRvDKjgvFTBNYrs" style="color:#ffffff;font-family:YAFdJjbTu24-1;line-height:1.36718964em;text-align:justify;text-transform:none;letter-spacing:0em;"><span id="GkhHlVgwHFSEUzd3" style="color:#ffffff;">Home</span><span id="HeEVydwY1fejrIEZ" style="color:#ffffff;white-space:pre-wrap;"> </span><span id="soRBz6YLfT7SgHIg" style="color:#ffffff;">About us</span><span id="oph0OZcYM7acKoeB" style="color:#ffffff;white-space:pre-wrap;"> </span><span id="wOymFzCnqm4Q0bow" style="color:#ffffff;">Portfolio</span><span id="Ihwc6pOJMBpQTJGt" style="color:#ffffff;white-space:pre-wrap;"> </span><span id="vEdYzaxoJEFw2O8q" style="color:#ffffff;">Contact</span><br></p></div></div></div><div id="TkLriNCbIRVC55Rx" style="z-index:1;"><div id="ixtP3ZkhVMGNY4FQ" style="padding-top:8.0366155%;transform:rotate(0deg);"><div id="d98dLTr0A3PbcXhX" style="position:absolute;top:0px;left:0px;width:100%;height:100%;"><svg id="JZmP4GV2kRLDfQSe" viewBox="0 0 18.4431 1.4822" style="width:100%;height:100%;opacity:1.0;overflow:hidden;position:absolute;top:0%;left:0%;background:url('data:image/png;base64,');"><g id="llGBxA0V59BVHnpd" style="transform:scale(1, 1);"><g id="nP71DJcFLdEErO3X" style="clip-path:url(#B9VBj6ECDOHrYv5w);"><clippath id="B9VBj6ECDOHrYv5w"><path d="M0.74110246,0 L17.7020452,0 C18.11134479,0 18.44314766,0.33180287 18.44314766,0.74110246 L18.44314766,0.74110246 C18.44314766,1.15040204 18.11134478,1.48220491 17.7020452,1.48220491 L0.74110246,1.48220491 C0.33180287,1.48220491 0,1.15040204 0,0.74110246 L0,0.74110246 C0,0.33180287 0.33180287,0 0.74110246,0 Z"></path></clippath><path id="p4I9v7IgUxVAuWwC" d="M0.74110246,0 L17.7020452,0 C18.11134479,0 18.44314766,0.33180287 18.44314766,0.74110246 L18.44314766,0.74110246 C18.44314766,1.15040204 18.11134478,1.48220491 17.7020452,1.48220491 L0.74110246,1.48220491 C0.33180287,1.48220491 0,1.15040204 0,0.74110246 L0,0.74110246 C0,0.33180287 0.33180287,0 0.74110246,0 Z" style="fill:none;stroke:transparent;"></path><path id="qJXZWlmvVysLynU9" d="M0.74110246,0 L17.7020452,0 C18.11134479,0 18.44314766,0.33180287 18.44314766,0.74110246 L18.44314766,0.74110246 C18.44314766,1.15040204 18.11134478,1.48220491 17.7020452,1.48220491 L0.74110246,1.48220491 C0.33180287,1.48220491 0,1.15040204 0,0.74110246 L0,0.74110246 C0,0.33180287 0.33180287,0 0.74110246,0 Z" style="fill:none;stroke-linecap:butt;vector-effect:non-scaling-stroke;stroke:#e1ff30;"></path></g></g></svg></div></div></div><div id="LekaZ5CEjBURosFH" style="z-index:3;"><div id="ecULK8V8pwocxHZo" style="padding-top:133.33333333%;transform:rotate(0deg);"><div id="mtaB7qFGsNmUUKaP" style="position:absolute;top:0px;left:0px;width:100%;height:100%;"><div id="x5rml6d68J0FHpC2" style="width:100%;height:100%;opacity:1.0;"><div id="dqV9Crx5sMNj9UP6" style="transform:scale(1, 1);width:100%;height:100%;overflow:hidden;position:relative;"><div id="VVt0P5bAXfi3iaTL" style="width: calc(100% * max(1, var(--scale-fill, 1))); height: calc(100% / min(1, var(--scale-fill, 1))); position: absolute; top: 50%; left: 50%; opacity: 1; animation: auto ease 0s 1 normal none running none;"><img src="./index_files/197b842ffd5ccd9bff76188df50eb1fc.jpg" loading="lazy" srcset="images/d28347adf98cad5303bb6698ec6a8c25.jpg 490w, images/197b842ffd5ccd9bff76188df50eb1fc.jpg 735w" sizes="(max-width: 375px) 75.04193934vw, (min-width: 375.05px) and (max-width: 480px) 58.62651511vw, (min-width: 480.05px) and (max-width: 768px) 36.64157194vw, (min-width: 768.05px) and (max-width: 1024px) 27.48117896vw, (min-width: 1024.05px) 20.60082522vw" style="width:100%;height:100%;display:block;object-fit:cover;object-position:50% 50%;transform:translate(-50%, -50%) rotate(0deg);"></div></div></div></div></div></div><div id="cciaudAr9a05zwDR" style="z-index:4;"><div id="QK3k2RfoCwSkr249" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="vRKnPI7tB2PHkHin" style="opacity:1.0;display:flex;box-sizing:border-box;flex-direction:column;justify-content:flex-start;width:100%;height:100%;"><p id="T7LATTYddFewZE8R" style="color:#e1ff30;font-family:YAFdJjbTu24-1;line-height:1.3671875em;"><span id="noTktJJDtWIWuQXQ" style="color:#e1ff30;">Amarachi Uvere</span><br></p></div></div></div><div id="Pa88sYvux4TVnuSC" style="z-index:11;"><div id="z1QxaW3YBoe0b6vH" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="EJUFyvO9j1pWSM4I" style="opacity:1.0;display:flex;box-sizing:border-box;flex-direction:column;justify-content:flex-start;width:100%;height:100%;"><p id="NgWIqyxqu0rMmf6z" style="color:#e1ff30;font-family:YAFdJjbTu24-1;line-height:1.3671875em;"><a id="k62wX5TKa4j4q6pw" target="_blank" rel="noopener" href="https://www.linkedin.com/in/amarachiuvere/?lipi=urn%3Ali%3Apage%3Aprofile_common_profile_index%3Bc45fd671-b712-4206-940b-c24fa49b45c6" style="text-decoration-line:underline;color:#e1ff30;pointer-events:all;" data-interstitial-link="">linkedi</a><span id="bnLpng9mITiTVbTp" style="color:#e1ff30;">n</span><br></p></div></div></div><div id="ndemMQE4alWc3OYd" style="z-index:12;"><div id="BJyEcBv1OrXK2Crf" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="nlsVRcEUlPosJm8Q" style="opacity:1.0;display:flex;box-sizing:border-box;flex-direction:column;justify-content:flex-start;width:100%;height:100%;"><p id="cqJpcDJviPIzu68d" style="color:#e1ff30;font-family:YAFdJjbTu24-1;line-height:1.3671875em;"><a id="qp8L2aLoX6wp4bwJ" target="_blank" rel="noopener" href="https://x.com/4mie23?t=6_lNEaefukBbYhAgTed5Cw&s=08" style="text-decoration-line:underline;color:#e1ff30;pointer-events:all;" data-interstitial-link="">Twitter</a><br></p></div></div></div><div id="McZdaRq4nPP4k9Xn" style="z-index:2;"><div id="TSebJaoJMFuOTPy4" style="padding-top:130.37525142%;transform:rotate(0deg);"><div id="eNL4M0LJVKSkKxCt" style="position:absolute;top:0px;left:0px;width:100%;height:100%;"><div id="jZa8gAotMe6jW30H" style="width:100%;height:100%;opacity:1.0;"><div id="pzTcYxVMubwl71Q3" style="transform:scale(1, 1);width:100%;height:100%;overflow:hidden;position:relative;"><div id="pufhbiqqmnneTgau" style="width: calc(100% * max(1, var(--scale-fill, 1))); height: calc(102.26889834% / min(1, var(--scale-fill, 1))); position: absolute; top: 50%; left: 50%; opacity: 1; animation: auto ease 0s 1 normal none running none;"><img src="./index_files/a9d1fdc83f6be723db8affa17f7ba4fa.jpg" loading="lazy" srcset="images/3a25c34f9d70ef194849671d38790733.jpg 234w, images/a9d1fdc83f6be723db8affa17f7ba4fa.jpg 390w" sizes="(max-width: 375px) 78.52624533vw, (min-width: 375.05px) and (max-width: 480px) 61.34862916vw, (min-width: 480.05px) and (max-width: 768px) 38.34289323vw, (min-width: 768.05px) and (max-width: 1024px) 28.75716992vw, (min-width: 1024.05px) 21.55735139vw" style="width:100%;height:100%;display:block;object-fit:cover;object-position:50% 48.89071928%;transform:translate(-50%, -48.89071928%) rotate(0deg);"></div></div></div></div></div></div><div id="CbpM6iD5n8O5OtOT" style="z-index:10;"><div id="JDya34lKzgWATeNK" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="IzProvDs7NzGPrG7" style="opacity:1.0;display:flex;box-sizing:border-box;flex-direction:column;justify-content:flex-start;width:100%;height:100%;"><p id="MUi9K9exbpofSkm9" style="color:#e1ff30;font-family:YAFdJjbTu24-1;line-height:1.3671875em;"><span id="agA7VQJJBNoTDygu" style="color:#e1ff30;">Fortune Peter</span><br></p></div></div></div><div id="Pod61HCOseqJqpyf" style="z-index:13;"><div id="nnTdfWkbREsADgSq" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="MIxZ26u1M3EGfkUP" style="opacity:1.0;display:flex;box-sizing:border-box;flex-direction:column;justify-content:flex-start;width:100%;height:100%;"><p id="s08LzYkHIkwgcWB5" style="color:#e1ff30;font-family:YAFdJjbTu24-1;line-height:1.3671875em;"><a id="iqipF62IOesX5fcq" target="_blank" rel="noopener" href="https://www.linkedin.com/in/fortunepeter" style="text-decoration-line:underline;color:#e1ff30;pointer-events:all;" data-interstitial-link="">linkedin</a><br></p></div></div></div><div id="RjBIVhZ3FyXUufgS" style="z-index:14;"><div id="PrtUfELKQf5etzCu" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="YNyHxkGOEpwcQbTt" style="opacity:1.0;display:flex;box-sizing:border-box;flex-direction:column;justify-content:flex-start;width:100%;height:100%;"><p id="aFv7i37CFiJTMpvs" style="color:#e1ff30;font-family:YAFdJjbTu24-1;line-height:1.3671875em;"><a id="ju0XepDh01V00LOb" target="_blank" rel="noopener" href="https://twitter.com/FortunePeter_x" style="text-decoration-line:underline;color:#e1ff30;pointer-events:all;" data-interstitial-link="">Twitter</a><br></p></div></div></div><div id="uuhYFibsIOO3WOLQ" style="z-index:6;"><div id="cNAubTrB9GE4luPG" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="DBQktVocC9L2YwkN" style="opacity:1.0;display:flex;box-sizing:border-box;flex-direction:column;justify-content:flex-start;width:100%;height:100%;"><p id="Ci3NcgmHqN4LpsUo" style="color:#f6f4f3;font-family:YAFdJjbTu24-1;line-height:1.3671875em;text-transform:uppercase;"><span id="a4RG6fqFv7V3E9Pm" style="color:#f6f4f3;font-weight:700;">Stlemate's story</span><br></p></div></div></div><div id="ZINDlteOJZ2KYc3k" style="z-index:5;"><div id="Cb2iqvpIe1fBMcTA" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="zy8eqzMRMn9Y2WF8" style="opacity:1.0;display:flex;box-sizing:border-box;flex-direction:column;justify-content:flex-start;width:100%;height:100%;"><p id="fjd48160Eh6HJ3IV" style="color:#ffffff;font-family:YAFdJjbTu24-1;line-height:1.49739583em;"><span id="GQxwa3wu39lb47Jx" style="color:#ffffff;font-weight:300;">Our Team's developers are both engineering students in different universities. We realized selecting an outfit for the day could be quite an hassle, due to early-morning classes. assignments, projects and other important activities.</span><br></p></div></div></div><div id="DsxTzaYWd40UO7Wj" style="z-index:8;"><div id="Q0IQmfL93sHiqiLW" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="xfWNerZchB5Gax5V" style="opacity:1.0;display:flex;box-sizing:border-box;flex-direction:column;justify-content:flex-start;width:100%;height:100%;"><p id="OVDMsqDXf2sxJsjg" style="color:#f6f4f3;font-family:YAFdJjbTu24-1;line-height:1.3671875em;text-transform:uppercase;"><span id="Kf41Pr2S5DZaVuuI" style="color:#f6f4f3;font-weight:700;">OUR app</span><br></p></div></div></div><div id="rKZKhaeIVavLXJ9r" style="z-index:7;"><div id="myfr6a9cjrUKyjOw" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="KVxCBf9kMmV7hsaK" style="opacity:1.0;display:flex;box-sizing:border-box;flex-direction:column;justify-content:flex-start;width:100%;height:100%;"><p id="anlIEbW1N5HqCmOh" style="color:#ffffff;font-family:YAFdJjbTu24-1;line-height:1.49739583em;"><span id="PoCSfpUCXnI78XGF" style="color:#ffffff;font-weight:300;">We deided to create a simple web application that only requires the user to give a rough description of their wardrobe and get an instant outfit recommendation based in four different themes. Hence, students can go about their busy lives, and styling their daily outfit would be mush easier with the help of our app!</span><br></p></div></div></div></div></section><a id="page-5" aria-hidden="true" style="visibility:hidden;"></a><section id="vP3hmXBv92hNY2gt" style="position:relative;overflow:hidden;display:grid;align-items:center;grid-template-columns:auto 100rem auto;z-index:0;margin-top:-1px;"><div id="zJag1WGDROcaxvun" style="grid-area:1 / 1 / 2 / 4;display:grid;position:absolute;min-height:100%;min-width:100%;"><div id="mFSCvvdzSAfarmAW" style="z-index:0;"><div id="jIVxYsUw943xz6Kc" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="BQQKs9P1UOWOgKdN" style="width:100%;height:100%;opacity:1.0;"><div id="cHqDlriSWfHpTgrI" style="background-color:#171414;opacity:1.0;transform:scale(1, 1);width:100%;height:100%;overflow:hidden;position:relative;"></div></div></div></div></div><div id="OWRQkIlOmAsIF3N9" style="display:grid;position:relative;grid-area:1 / 2 / 2 / 3;"><div id="OkIWgA8eU9RrKPLc" style="z-index:4;"><div id="ena7tG6xjdPmmpEO" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="JTYKGAYT8NhdWAzL" style="opacity:1.0;display:flex;box-sizing:border-box;flex-direction:column;justify-content:flex-start;width:100%;height:100%;"><p id="ZoH7rU9OwBCklx8z" style="color:#ffffff;font-family:YAFdJjbTu24-1;line-height:1.36718964em;text-align:justify;text-transform:none;letter-spacing:0em;"><span id="NiY4hwfQzWmiDm0q" style="color:#ffffff;">Home</span><span id="qBxCgKZUskpsdcK5" style="color:#ffffff;white-space:pre-wrap;"> </span><span id="eFLlUFE9vbZgMt0w" style="color:#ffffff;">About us</span><span id="cVgAiX1gPZ7EKNRN" style="color:#ffffff;white-space:pre-wrap;"> </span><span id="T2V6GA5RYDFAwjk5" style="color:#ffffff;">Portfolio</span><span id="WWzt9Us2MjnnX5IB" style="color:#ffffff;white-space:pre-wrap;"> </span><span id="YrfjFDx8Wmmb7weB" style="color:#ffffff;">Contact</span><br></p></div></div></div><div id="ErUxChoIzPROfKoN" style="z-index:1;"><div id="yFP18vS4uyylUiZd" style="padding-top:8.0366155%;transform:rotate(0deg);"><div id="SjNI1X0QoNhxSon9" style="position:absolute;top:0px;left:0px;width:100%;height:100%;"><svg id="kjiNUonkbf9HBYZe" viewBox="0 0 18.4431 1.4822" style="width:100%;height:100%;opacity:1.0;overflow:hidden;position:absolute;top:0%;left:0%;background:url('data:image/png;base64,');"><g id="XrQaCTDjACs99Exf" style="transform:scale(1, 1);"><g id="WKYV9AxhZ9IrBcgs" style="clip-path:url(#vNHbS5ZUt4yYL1jt);"><clippath id="vNHbS5ZUt4yYL1jt"><path d="M0.74110246,0 L17.7020452,0 C18.11134479,0 18.44314766,0.33180287 18.44314766,0.74110246 L18.44314766,0.74110246 C18.44314766,1.15040204 18.11134478,1.48220491 17.7020452,1.48220491 L0.74110246,1.48220491 C0.33180287,1.48220491 0,1.15040204 0,0.74110246 L0,0.74110246 C0,0.33180287 0.33180287,0 0.74110246,0 Z"></path></clippath><path id="pO9rbQUDyumqijDZ" d="M0.74110246,0 L17.7020452,0 C18.11134479,0 18.44314766,0.33180287 18.44314766,0.74110246 L18.44314766,0.74110246 C18.44314766,1.15040204 18.11134478,1.48220491 17.7020452,1.48220491 L0.74110246,1.48220491 C0.33180287,1.48220491 0,1.15040204 0,0.74110246 L0,0.74110246 C0,0.33180287 0.33180287,0 0.74110246,0 Z" style="fill:none;stroke:transparent;"></path><path id="Pgjrh1hvupgiYJRn" d="M0.74110246,0 L17.7020452,0 C18.11134479,0 18.44314766,0.33180287 18.44314766,0.74110246 L18.44314766,0.74110246 C18.44314766,1.15040204 18.11134478,1.48220491 17.7020452,1.48220491 L0.74110246,1.48220491 C0.33180287,1.48220491 0,1.15040204 0,0.74110246 L0,0.74110246 C0,0.33180287 0.33180287,0 0.74110246,0 Z" style="fill:none;stroke-linecap:butt;vector-effect:non-scaling-stroke;stroke:#e1ff30;"></path></g></g></svg></div></div></div><div id="CpGUaKcYW46DN1FU" style="z-index:3;"><div id="sosmwjvCZMMYXbXY" style="box-sizing:border-box;width:100%;height:100%;transform:rotate(0deg);"><div id="e2QQnvRSPvio4MHy" style="opacity:1.0;display:flex;box-sizing:border-box;flex-direction:column;justify-content:flex-start;width:100%;height:100%;"><p id="AIPdYcoAKwDcSxVv" style="color:#e1ff30;font-family:YAFdJjbTu24-1;line-height:1.3671875em;"><span id="PWazM2tkPqwtJfkb" style="color:#e1ff30;">About Stylemate Web App</span><br></p></div></div></div><div id="Gn2bc2G4JSw3nw01" style="z-index:2;"><div id="ID232uL5xQ7eUwl9" style="padding-top:56.25%;transform:rotate(0deg);"><div id="JnfnPkSKWzGzVagS" style="position:absolute;top:0px;left:0px;width:100%;height:100%;"><div id="cHvZwcRlTKCW6BO6" style="width:100%;height:100%;opacity:1.0;"><div id="k2Cd4RXTqV5jBEeX" class="video_container" style="transform:scale(1, 1);width:100%;height:100%;overflow:hidden;position:relative;"><div id="XHOg5ShW4k858PFd" style="width:calc(100% * max(1, var(--scale-fill, 1)));height:calc(100% / min(1, var(--scale-fill, 1)));position:absolute;top:50%;left:50%;opacity:1.0;"><video src="videos/777cd8c95663e65b10249cfa2b7004c4.mp4" playsinline="" preload="none" muted="" style="width:100%;height:100%;display:block;object-fit:cover;object-position:50% 50%;transform:translate(-50%, -50%) rotate(0deg);"></video></div><div style="position: absolute; top: 0%; left: 0%; width: 100%; height: 100%;"><div class="videoSeek" style="visibility: visible; opacity: 0;">
<div class="videoSeekBarContainer">
<div class="videoSeekBar">
<div class="videoSeekBarCurrent" style="width: 50.4466%;"></div>
</div>
<input class="videoSeekInput" type="range" min="0" max="69.310998" step="any" value="0">
</div>
<div class="soundButton">
<svg class="soundOnSvg" width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg" style="display: none;"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 5.102L8.778 8.35a2.5 2.5 0 0 1-1.643.616H4.5v6.065h2.632a2.5 2.5 0 0 1 1.644.617l3.724 3.25V5.102zM14 19.998c0 .858-1.01 1.318-1.658.753L7.79 16.778a1 1 0 0 0-.658-.247H4a1 1 0 0 1-1-1V8.466a1 1 0 0 1 1-1h3.135a1 1 0 0 0 .657-.246l4.55-3.971C12.99 2.684 14 3.143 14 4.002v15.996zM15.25 7a.75.75 0 0 1 .75-.75 5.75 5.75 0 0 1 0 11.5.75.75 0 0 1 0-1.5 4.25 4.25 0 0 0 0-8.5.75.75 0 0 1-.75-.75zM16 9.25a.75.75 0 0 0 0 1.5 1.25 1.25 0 1 1 0 2.5.75.75 0 0 0 0 1.5 2.75 2.75 0 1 0 0-5.5z" fill="currentColor"></path></svg>
<svg class="soundMutedSvg" width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg" style="display: block;"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.5 5.08l-3.742 3.171a2.5 2.5 0 01-.243.182L15.5 12.4V5.08zm1.5 8.814V4.002a1 1 0 00-1.646-.763l-4.566 3.868a1 1 0 01-.398.206L6.53 3.468a.75.75 0 10-1.06 1.063l14 13.94a.75.75 0 101.06-1.063L17 13.894zM6.293 7.637l1.208 1.207H7.5v5.8h2.642a2.5 2.5 0 011.616.593l3.742 3.17v-1.564l1.5 1.5v1.143a1 1 0 01-1.646.763l-4.566-3.868a1 1 0 00-.646-.237H7a1 1 0 01-1-1v-6.8c0-.276.112-.526.293-.707z" fill="currentColor"></path></svg>
</div>
</div><div class="playPauseButton" style="opacity: 1; visibility: visible;">
<svg class="loadingIndicator" style="display: none" viewBox="0 0 50 50"><path d="M 25 1 A 24 24 0 1 1 24.9 1" stroke="white" stroke-opacity="0.5" stroke-width="2" fill="none"></path></svg>
<svg class="playSvg" width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg" style="display: block;"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.248 4.212l11.05 6.574c.694.412.91 1.29.483 1.961-.121.19-.287.35-.483.467l-11.05 6.574c-.694.413-1.602.204-2.03-.467A1.39 1.39 0 0 1 6 18.574V5.426C6 4.638 6.66 4 7.475 4c.273 0 .54.073.773.212z" fill="currentColor"></path></svg>
<svg class="pauseSvg" style="display: none;" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><rect x="7" y="5" width="3" height="14" rx="1.5" fill="currentColor"></rect><rect x="14" y="5" width="3" height="14" rx="1.5" fill="currentColor"></rect></svg>
</div></div></div></div></div></div></div></div></section><script src="./index_files/a7bdac05b24347a77bc2ba39247eaaf9c12b11b8b5b7c8ffcd473c8cd1f4ef7d.js.download" async="" nonce=""></script><script src="./index_files/939898b427480d700449229ff00dbb8a6f9f77442b532f697866e6914ab8843a.js.download" async="" nonce=""></script></div><script nonce="">
const lang = navigator.language ? navigator.language : 'en';
const loaded = new Promise((resolve) => {
if (document.readyState === 'loading') {
window.addEventListener('DOMContentLoaded', resolve);
return;
}
resolve();
})
Promise.all([fetch('_footer?lang=' + encodeURIComponent(lang)), loaded]).then(([response]) => {
if (response.status !== 200) {
return;
}
response.text().then(footerStr => {
const div = document.createElement('div');
div.innerHTML = footerStr;
for (const child of [...div.children]) {
if (child.tagName.toLowerCase() !== 'script') {
document.body.append(child);
}
}
(() => { !function(e){"use strict";const t=document.getElementById("modal_backdrop"),n=document.getElementById("modal"),o=document.getElementById("captcha-form"),c=document.getElementById("report_button"),d=document.getElementById("form_report"),s=document.getElementById("form_cancel"),l=document.getElementById("form_submit_reason"),a=document.getElementById("form_go_back"),r=document.getElementById("form_submit_captcha"),m=document.getElementById("form_close"),i=document.getElementById("form_close_initial"),u=document.getElementById("report_reason_0"),p=document.getElementById("error_message"),_=document.getElementById("error_message_captcha"),y=new Map;y.set(0,document.getElementById("form_step_terms")),y.set(1,document.getElementById("form_step_report_reason")),y.set(4,document.getElementById("form_step_report_other"));const E=document.getElementById("form_step_report_ip");E&&y.set(5,E),y.set(2,document.getElementById("form_step_captcha")),y.set(3,document.getElementById("form_step_success"));const f=document.getElementById("report_reason_4"),g=document.getElementById("form_close_ip"),h=document.getElementById("form_go_back_ip"),I=document.getElementById("report_reason_other"),k=document.getElementById("form_close_other"),w=document.getElementById("form_go_back_other");function v(){t.classList.remove("active"),n.classList.remove("active"),c.classList.remove("active"),c.focus()}function B(e){y.forEach(((t,n)=>{n===e?(t.style.display="block",L(t)):t.style.display="none"}))}let b,C=!1;const T="NETEASE"===window.C_CAPTCHA_IMPLEMENTATION?()=>b:()=>{const e=o.elements.namedItem("g-recaptcha-response");return null==e?void 0:e.value};t.onclick=v,s.onclick=v,m.onclick=v,i.onclick=v,g&&(g.onclick=v),k.onclick=v,c.onclick=function(){y.forEach(((e,t)=>{e.style.display=0===t?"block":"none"})),t.classList.add("active"),n.classList.add("active"),c.classList.add("active"),u.checked=!0,setTimeout((()=>{L(y.get(0))}),350)},d.onclick=d.dataset.reportUrl?function(){const{origin:e,pathname:t}=window.location,n=e+t,o=d.dataset.reportUrl+encodeURIComponent(n);window.open(o)}:()=>B(1),l.onclick=()=>{null!=E&&f.checked?B(5):I.checked?B(4):(B(2),function(){if(C)return;const e=document.createElement("script");e.src="NETEASE"===window.C_CAPTCHA_IMPLEMENTATION?"https://cstaticdun.126.net/load.min.js":"https://www.google.com/recaptcha/api.js",e.async=!0,e.defer=!0,document.head.appendChild(e),C=!0,e.onload="NETEASE"===window.C_CAPTCHA_IMPLEMENTATION?()=>{var e;null===(e=window.initNECaptcha)||void 0===e||e.call(window,{captchaId:window.C_CAPTCHA_KEY,element:"#netease-captcha",protocol:"https",width:"auto",onVerify:(e,t)=>{b=t.validate}})}:()=>{}}())},a.onclick=()=>B(1),h&&(h.onclick=()=>B(1)),w.onclick=()=>B(1),o.addEventListener("submit",(function(e){e.preventDefault(),p.style.display="none",_.style.display="none";const t=function(){let e="";const t=document.getElementsByName("report_reason");for(let n=0;n<t.length;n++){const o=t[n];o.checked&&(e=o.value)}return e}(),n=T();if(!n)return void(_.style.display="block");const o={reason:t,challenge:n},c=window.location.origin+window.location.pathname+"/_api/report";r.classList.add("loading"),fetch(c,{method:"POST",body:JSON.stringify(o),headers:{"Content-Type":"application/json; charset=utf-8"}}).then((e=>{r.classList.remove("loading"),e.ok?B(3):p.style.display="block"}))}));const A=new Map,L=e=>{const t=A.get(e);null!=t&&document.removeEventListener("keydown",t);const n=e.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'),o=e,c=n[n.length-1],d=function(e){("Tab"===e.key||9===e.keyCode)&&(e.shiftKey?document.activeElement===o&&(c.focus(),e.preventDefault()):document.activeElement===c&&(o.focus(),e.preventDefault()))};A.set(e,d),document.addEventListener("keydown",d),o.focus()};e.keepFocus=L,Object.defineProperty(e,"__esModule",{value:!0})}({}); })();
window.dispatchEvent(new Event('resize'));
});
});
</script><style>
.footer-overflow-container {
overflow-x: auto;
display: flex;
background-color: #000000;
}
.footer-container {
flex-grow: 1;
position: relative;
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 16px;
}
.footer-pill-link {
appearance: none;
text-decoration: none;
}
.footer-pill {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
border-radius: 1000px;
border: none;
background: none;
padding: 8px 12px;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
white-space: nowrap;
text-decoration: none;
font-weight: 600;
font-style: normal;
font-size: calc(13px * var(--rfso, var(--bfso, 1)));
color: #ffffff;
transition: background-color 0.2s;
}
.footer-pill:hover {
cursor: pointer;
}
.footer-pill + .footer-pill {
margin-left: 8px;
}
.footer-pill-primary {
position: relative;
z-index: 1;
background-color: rgba(255, 255, 255, 0.1);
}
.footer-pill-primary:hover > .footer-pill-primary-background {
opacity: 1;
}
.footer-pill-primary-background {
position: absolute;
z-index: -1;
border-radius: 1000px;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(90deg, #00C4CC 0%, #7D2AE8 100%);
opacity: 0;
overflow: hidden;
transition: opacity 0.2s;
}
/* Subtle wipe effect */
.footer-pill-primary-background::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: linear-gradient(to right, rgba(125, 42, 232, 0) 0%, #1a1a1a calc(50px + 20%), #1a1a1a 100%);
transform: translateX(0);
transition: transform 0.7s;
}
.footer-pill-primary:hover > .footer-pill-primary-background::after {
transform: translateX(110%);
}
.footer-pill-primary-background > svg {
position: absolute;
top: 50%;
left: 0;
right: 0;
transform-origin: center;
transform: translateY(-50%);
width: 100%;
}
.animation-container {
animation: spin linear 12s infinite;
animation-play-state: paused;
}
.footer-pill-primary:hover > .footer-pill-primary-background .animation-container {
animation-play-state: running;
}
.footer-pill-secondary {
background-color: rgba(255, 255, 255, 0);
}
.footer-pill-secondary:hover {
background-color: rgba(255, 255, 255, 0.1);
}
.footer-pill-secondary:active, .footer-pill-secondary.active {
background-color: rgba(255, 255, 255, 0.15)
}
.inline-icon {
display: inline-block;
width: 16px;
height: 16px;
margin-right: 5px;
}
.inline-icon > svg {
fill: rgba(218, 218, 218, 1);
}
.inline-icon-logo {
display: inline-block;
height: 16px;
margin-left: 5px;
}
.inline-icon-logo > svg {
height: 100%;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
transition: opacity 0.35s, visibility 0.35s;
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.modal-backdrop.active {
opacity: 1;
visibility: visible;
pointer-events: all;
}
.report-form-modal {
display: block;
box-sizing: border-box;
position: absolute;
left: 16px;
width: 367px; /* min width for the gcaptcha to fit*/
transform: translate3d(0, calc(-100% + 24px), 0);
z-index: 10000;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
background-color: #ffffff;
border-radius: 8px;
margin: 0;
box-shadow: 0px 2px 18px 0px rgba(14, 19, 24, 0.25), 0px 0px 1px 0px rgba(14, 19, 24, 0.02);
transition-duration: 0.35s;
transition-property: opacity, transform, visibility;
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.report-form-modal.active {
transform: translate3d(0, calc(-100% + 8px), 0);
opacity: 1;
visibility: visible;
pointer-events: all;
}
.form-content {
margin: 32px;
outline-offset: 34px;
}
.form-content > * {
margin: 16px 0;
}
.form-title {
font-size: calc(24px * var(--rfso, var(--bfso, 1)));
font-weight: 700;
}
.form-body {
font-size: calc(14px * var(--rfso, var(--bfso, 1)));
font-weight: 400;
color: rgba(14, 19, 24, 0.7);
}
.form-body-bold {
font-size: calc(14px * var(--rfso, var(--bfso, 1)));
font-weight: 600;
line-height: 22.4px;
color: rgba(14, 19, 24, 1);
}
.form-radio-input {
display: grid;
grid-template-columns: 24px auto;
grid-template-rows: auto;
grid-template-areas:
"radio-button radio-label"
". radio-description"
}
.form-radio-input:hover {
cursor: pointer;
}
.radio-button-input {
opacity: 0;
margin: 0;
width: 0;
height: 0;
}
.radio-button {
align-self: flex-start;
grid-area: radio-button;
display: inline-block;
width: 16px;
height: 16px;
margin: 4px 8px 0 0;
vertical-align: middle;
border-radius: 50%;
box-shadow: inset 0 0 0 1px rgba(53, 71, 90, .2);
outline: none;
background-color: #ffffff;
flex-shrink: 0;
}
.radio-button-input:checked + .radio-button {
background: #fff;
box-shadow: inset 0 0 0 5px #8b3dff;
transition: box-shadow .1s ease-in-out, background-color .1s ease-in-out;
}
.form-radio-input:hover .radio-button-input:not(:checked) + .radio-button {
box-shadow: inset 0 0 0 1px rgba(30, 41, 51, .45);
}
.radio-button-input + .radio-button::after {
content: "";
width: 6px;
height: 6px;
background-color: transparent;
display: block;
margin: 5px;
border-radius: 50%;
}
.radio-button-input:checked + .radio-button::after {
background-color: #ffffff;
transition: background-color .1s ease-in-out;
}
.form-radio-label {
grid-area: radio-label;
font-size: calc(14px * var(--rfso, var(--bfso, 1)));
font-weight: 600;
line-height: 22.4px;
color: rgba(14, 19, 24, 1);
}
.form-radio-desc {
grid-area: radio-description;
font-size: calc(12px * var(--rfso, var(--bfso, 1)));
font-weight: 400;
color: rgba(14, 19, 24, 0.7);
margin: 0;
}
.g-recaptcha {
width: 300px;
}
.form-buttons {
margin-top: 32px;
display: grid;
grid-gap: 8px;
grid-template-columns: auto auto;
justify-content: flex-end;
}
.tertiary-button {
border: 2px solid transparent;
box-sizing: border-box;
background-color: rgba(13, 18, 22, 0);
border-radius: 4px;
color: rgb(13, 18, 22);
cursor: pointer;
display: inline-flex;
height: 40px;
margin: 0;
max-width: 100%;
min-width: 80px;
width: 100%;
padding: 0 6px;
vertical-align: middle;
align-items: center;
justify-content: center;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
font-weight: 400;
line-height: 1.6;
outline-offset: 2px;
transition: background-color 0.2s;
}
.tertiary-button:hover {
background-color: rgba(64, 87, 109, .07);
}
.tertiary-button:active {
background-color: rgba(57, 76, 96, .15);
}
.button {
border: 2px solid transparent;
box-sizing: border-box;
background-color: rgba(64, 87, 109, 0.07);
border-radius: 4px;
color: #0e1318;
cursor: pointer;
display: inline-flex;
height: 40px;
margin: 0;
max-width: 100%;
min-width: 80px;
width: 100%;
padding: 0 6px;
vertical-align: middle;
align-items: center;
justify-content: center;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
font-weight: 400;
line-height: 1.6;
outline-offset: 2px;
transition: background-color 0.2s;
}
.button:hover {
background-color: rgba(57, 76, 96, .15);
}
.button:active {
background-color: rgba(53, 71, 90, .2);
}
.submit-button {
border: 2px solid transparent;
box-sizing: border-box;
background-color: #7d2ae8;
border-radius: 4px;
color: #ffffff;
cursor: pointer;
display: inline-flex;
height: 40px;
margin: 0;
max-width: 100%;
min-width: 80px;
width: 100%;
padding: 0 6px;
vertical-align: middle;
align-items: center;
justify-content: center;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
font-weight: 400;
line-height: 1.6;
outline-offset: 4px;
transition: background-color 0.2s;
}
.submit-button:hover {
background-color: #8d39fa;
}
.submit-button:active {
background-color: #6718cf;
}
.button-text {
font-size: calc(14px * var(--rfso, var(--bfso, 1)));
display: inline-block;
max-width: 100%;
overflow: hidden;
padding: 0 8px;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: 600;
transition: all 0.2s;
}
.submit-button.loading .button-text {
visibility: hidden;
opacity: 0;
}
.submit-button.loading::after {
content: "";
position: absolute;
width: 16px;
height: 16px;
margin: auto;
border: 4px solid transparent;
border-top-color: #ffffff;
border-radius: 50%;
animation: spin 1s ease infinite;
}
.text-danger {
text-align: left;
margin: 4px 0 0;
color: #f84856;
font-size: calc(12px * var(--rfso, var(--bfso, 1)));
}
.a-link:visited {
color: rgba(14, 19, 24, 0.7)
}
.a-link {
text-decoration: underline;
color: rgba(14, 19, 24, 0.7)
}
.a-link:hover {
color: #7d2ae8;
}
@keyframes spin {
from {
transform: rotate(0turn);
}
to {
transform: rotate(1turn);
}
}
@supports selector(:focus-visible) {
.radio-button-input:focus-visible + .radio-button {
outline: auto;
}
.footer-pill-primary:focus-visible > .footer-pill-primary-background::after {
transform: translateX(110%);
}
.footer-pill-primary:focus-visible > .footer-pill-primary-background {
opacity: 1;
}
.footer-pill-primary:focus-visible > .footer-pill-primary-background .animation-container {
animation-play-state: running;
}
}
@supports not selector(:focus-visible) {
.radio-button-input:focus + .radio-button {
outline: auto;
}
.footer-pill-primary:focus > .footer-pill-primary-background::after {
transform: translateX(110%);
}
.footer-pill-primary:focus > .footer-pill-primary-background {
opacity: 1;
}
.footer-pill-primary:focus > .footer-pill-primary-background .animation-container {
animation-play-state: running;
}
}
/* stylelint-disable-next-line media-feature-name-disallowed-list */
@media only screen and (max-width: 600px) {
.modal-backdrop {
background-color: rgba(14, 19, 24, 0.45);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
}
.report-form-modal {
width: 100%;
position: fixed;
left: 0;
right: 0;
bottom: 0;
border-radius: 8px 8px 0 0;
transform: translate3d(0, 33%, 0);
}
.report-form-modal.active {
transform: translate3d(0, 0, 0);
}
.form-content {
margin: 16px;
}
.form-buttons {
display: grid;
grid-gap: 8px;
grid-template-columns: 1fr;
}
.submit-button {
order: -1;
}
@supports (padding: env(safe-area-inset-bottom)) {
.footer-container {
padding: 16px 16px calc(16px + env(safe-area-inset-bottom)) 16px;
}
.form-content {
margin: 16px 16px calc(16px + env(safe-area-inset-bottom)) 16px;
}
}
}
@media (prefers-reduced-motion) {
.report-form-modal, .report-form-modal.active {
transition-property: opacity, visibility;
transform: translate3d(0, calc(-100% + 8px), 0);
}
@media only screen and (max-width: 600px) {
.report-form-modal, .report-form-modal.active {
transform: translate3d(0, 0, 0);
}
}
.animation-container {
animation-play-state: paused !important;
}
.footer-pill-primary-background::after {
transform: translateX(0);
opacity: 0;
transition: opacity 0.7s;
}
.footer-pill-primary-background > svg {
display: none;
}
}
</style><div class="footer-overflow-container" lang="en">
<div class="footer-container">
<button id="report_button" class="footer-pill footer-pill-secondary" type="button" fdprocessedid="k1yms">
Terms & Support
</button>
<a class="footer-pill footer-pill-primary footer-pill-link" target="_blank" href="https://www.canva.com/" aria-label="Designed with Canva">
<div class="footer-pill-primary-background">
<svg viewBox="20 20 55 55" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialgradient id="cyanSpotLarge" cx="0.5" cy="0.5" r="0.5" fx="0.8" fy="0.8" spreadMethod="pad">
<stop offset="0%" stop-color="rgb(0, 196, 204)" stop-opacity="1"></stop>
<stop offset="100%" stop-color="rgb(0, 196, 204)" stop-opacity="0"></stop>
</radialgradient>
<radialgradient id="cyanSpot" cx="0.5" cy="0.5" r="0.5" fx="0.2" fy="0.2" spreadMethod="pad">
<stop offset="0%" stop-color="rgb(0, 196, 204)" stop-opacity="0.75"></stop>
<stop offset="100%" stop-color="rgb(0, 196, 204)" stop-opacity="0"></stop>
</radialgradient>
<radialgradient id="purpleSpotLarge" cx="0.5" cy="0.5" r="0.5" fx="0.8" fy="0.8" spreadMethod="pad">
<stop offset="0%" stop-color="rgb(125, 42, 232)" stop-opacity="1"></stop>
<stop offset="100%" stop-color="rgb(125, 42, 232)" stop-opacity="0"></stop>
</radialgradient>
<radialgradient id="purpleSpot" cx="0.5" cy="0.5" r="0.5" fx="0.2" fy="0.2" spreadMethod="pad">
<stop offset="0%" stop-color="rgb(125, 42, 232)" stop-opacity="0.85"></stop>
<stop offset="100%" stop-color="rgb(125, 42, 232)" stop-opacity="0"></stop>
</radialgradient>
</defs>
<!-- Average the RGB values of the Cyan & Purple brand colors -> Blue rect background -->
<rect x="0" y="0" width="100" height="100" fill="rgb(62.5, 119, 218)"></rect>
<g class="animation-container">
<!-- Initial Rotation -->
<g transform="rotate(25)">
<!-- Large Spots -->
<g transform="rotate(0) scale(2) translate(-40, -40)">
<rect x="0" y="0" width="100" height="100" fill="url(#cyanSpotLarge)"></rect>
</g>
<g transform="rotate(180) scale(2) translate(-40, -40)">
<rect x="0" y="0" width="100" height="100" fill="url(#cyanSpotLarge)"></rect>
</g>
<g transform="rotate(90) scale(1.5) translate(-25, -25)">
<rect x="0" y="0" width="100" height="100" fill="url(#purpleSpotLarge)"></rect>
</g>
<g transform="rotate(270) scale(1.5) translate(-25, -25)">
<rect x="0" y="0" width="100" height="100" fill="url(#purpleSpotLarge)"></rect>
</g>
<!-- Small spots -->
<g transform="rotate(0) translate(-10, -10)">
<rect x="0" y="0" width="66" height="66" fill="url(#purpleSpot"></rect>
</g>
<g transform="rotate(180) translate(-10, -10)">
<rect x="0" y="0" width="66" height="66" fill="url(#purpleSpot"></rect>
</g>
<g transform="rotate(90) scale(1.2) translate(-10, -10)">
<rect x="0" y="0" width="66" height="66" fill="url(#cyanSpot)"></rect>
</g>
<g transform="rotate(270) scale(1.2) translate(-10, -10)">
<rect x="0" y="0" width="66" height="66" fill="url(#cyanSpot)"></rect>
</g>
</g>
</g>
</svg>
</div>
Designed with
<span class="inline-icon-logo">
<svg viewBox="0 0 80 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M79.444 18.096c-.136 0-.26.088-.324.272-.82 2.34-1.928 3.732-2.84 3.732-.524 0-.736-.584-.736-1.5 0-2.292 1.372-7.152 2.064-9.368.08-.268.132-.508.132-.712 0-.644-.352-.96-1.224-.96-.94 0-1.952.368-2.936 2.092-.34-1.52-1.368-2.184-2.804-2.184-1.66 0-3.264 1.068-4.584 2.8-1.32 1.732-2.872 2.3-4.04 2.02.84-2.056 1.152-3.592 1.152-4.732 0-1.788-.884-2.868-2.312-2.868-2.172 0-3.424 2.072-3.424 4.252 0 1.684.764 3.416 2.444 4.256-1.408 3.184-3.464 6.064-4.244 6.064-1.008 0-1.304-4.932-1.248-8.46.036-2.024.204-2.128.204-2.74 0-.352-.228-.592-1.144-.592-2.136 0-2.796 1.808-2.896 3.884a10.233 10.233 0 01-.368 2.332c-.892 3.184-2.732 5.6-3.932 5.6-.556 0-.708-.556-.708-1.284 0-2.292 1.284-5.156 1.284-7.6 0-1.796-.788-2.932-2.272-2.932-1.748 0-4.06 2.08-6.248 5.976.72-2.984 1.016-5.872-1.116-5.872A2.886 2.886 0 0036 9.916a.752.752 0 00-.432.728c.204 3.176-2.56 11.312-5.18 11.312-.476 0-.708-.516-.708-1.348 0-2.296 1.368-7.144 2.056-9.364.088-.288.136-.536.136-.752 0-.608-.376-.92-1.228-.92-.936 0-1.952.356-2.932 2.08-.344-1.52-1.372-2.184-2.808-2.184-2.356 0-4.988 2.492-6.144 5.74-1.548 4.336-4.668 8.524-8.868 8.524-3.812 0-5.824-3.172-5.824-8.184C4.068 8.312 9.38 2.4 13.32 2.4c1.884 0 2.784 1.2 2.784 3.04 0 2.228-1.244 3.264-1.244 4.112 0 .26.216.516.644.516 1.712 0 3.728-2.012 3.728-4.756S17.004.56 13.064.56C6.552.56 0 7.112 0 15.508c0 6.68 3.296 10.708 8.996 10.708 3.888 0 7.284-3.024 9.116-6.552.208 2.924 1.536 4.452 3.56 4.452 1.8 0 3.256-1.072 4.368-2.956.428 1.972 1.564 2.936 3.04 2.936 1.692 0 3.108-1.072 4.456-3.064-.02 1.564.336 3.036 1.692 3.036.64 0 1.404-.148 1.54-.708 1.428-5.904 4.956-10.724 6.036-10.724.32 0 .408.308.408.672 0 1.604-1.132 4.892-1.132 6.992 0 2.268.964 3.768 2.956 3.768 2.208 0 4.452-2.704 5.948-6.656.468 3.692 1.48 6.672 3.064 6.672 1.944 0 5.396-4.092 7.488-8.424.82.104 2.052.076 3.236-.76-.504 1.276-.8 2.672-.8 4.068 0 4.02 1.92 5.148 3.572 5.148 1.796 0 3.252-1.072 4.368-2.956.368 1.7 1.308 2.932 3.036 2.932 2.704 0 5.052-2.764 5.052-5.032 0-.6-.256-.964-.556-.964zM23.32 21.888c-1.092 0-1.52-1.1-1.52-2.74 0-2.848 1.948-7.604 4.008-7.604.9 0 1.24 1.06 1.24 2.356 0 2.892-1.852 7.988-3.728 7.988zm37.404-8.5c-.652-.776-.888-1.832-.888-2.772 0-1.16.424-2.14.932-2.14s.664.5.664 1.196c0 1.164-.416 2.864-.708 3.716zm8.468 8.5c-1.092 0-1.52-1.264-1.52-2.74 0-2.748 1.948-7.604 4.024-7.604.9 0 1.22 1.052 1.22 2.356 0 2.892-1.82 7.988-3.724 7.988z" fill="#fff"></path>
</svg>
</span>
</a>
</div>
<div id="modal_backdrop" class="modal-backdrop"></div>
<div id="modal" class="report-form-modal" role="dialog">
<div class="form-content" id="form_step_terms" style="display: block;" aria-labelledby="termsTitle" aria-describedby="termsDesc" tabindex="0">
<h2 id="termsTitle" class="form-title">Terms & Support</h2>
<p id="termsDesc" class="form-body">This website has been created with Canva, but the content is User Content that is subject to our <a class="a-link" href="https://www.canva.com/policies/terms-of-use/" target="_blank">Terms of Use</a>. If you see anything that breaches our <a class="a-link" href="https://www.canva.com/policies/acceptable-use-policy/" target="_blank">acceptable use policy</a>, please report it to our content review team.</p>
<div class="form-buttons">
<button id="form_close_initial" type="button" class="tertiary-button">
<span class="button-text">
Close
</span>
</button>
<button id="form_report" data-report-url="https://www.canva.com/help/report-content/?source=design&link=" type="button" class="button">
<span class="button-text">
Report
</span>
</button>
</div>
</div>
<div class="form-content" id="form_step_report_reason" style="display: none;" aria-labelledby="reportTitle" aria-describedby="reportDesc" tabindex="0">
<h2 id="reportTitle" class="form-title">Report</h2>
<p id="reportDesc" class="form-body">Reporting helps Canva ensure its content is appropriate and correctly
labelled.</p>
<p class="form-body-bold">Why are you reporting this content?</p>
<label class="form-radio-input" for="report_reason_0">
<input id="report_reason_0" class="radio-button-input" type="radio" name="report_reason" value="0" autocomplete="off" checked="">
<span class="radio-button"></span>
<span class="form-radio-label">
Inappropriate content
</span>
</label>
<label class="form-radio-input" for="report_reason_1">
<input id="report_reason_1" class="radio-button-input" type="radio" name="report_reason" value="1" autocomplete="off">
<span class="radio-button"></span>
<span class="form-radio-label">
Hateful speech, activities or discrimination
</span>
</label>
<label class="form-radio-input" for="report_reason_2">
<input id="report_reason_2" class="radio-button-input" type="radio" name="report_reason" value="2" autocomplete="off">
<span class="radio-button"></span>
<span class="form-radio-label">
Illegal content
</span>
</label>
<label class="form-radio-input" for="report_reason_3">
<input id="report_reason_3" class="radio-button-input" type="radio" name="report_reason" value="3" autocomplete="off">
<span class="radio-button"></span>
<span class="form-radio-label">
Defamation or harassment
</span>
</label>
<label class="form-radio-input" for="report_reason_4">
<input id="report_reason_4" class="radio-button-input" type="radio" name="report_reason" value="4" autocomplete="off">
<span class="radio-button"></span>
<span class="form-radio-label">
Intellectual Property infringement
</span>
</label>
<label class="form-radio-input" for="report_reason_5">
<input id="report_reason_5" class="radio-button-input" type="radio" name="report_reason" value="5" autocomplete="off">
<span class="radio-button"></span>
<span class="form-radio-label">
Misinformation
</span>
</label>
<label class="form-radio-input" for="report_reason_6">
<input id="report_reason_6" class="radio-button-input" type="radio" name="report_reason" value="6" autocomplete="off">
<span class="radio-button"></span>
<span class="form-radio-label">
Phishing
</span>
</label>
<label class="form-radio-input" for="report_reason_other">
<input id="report_reason_other" class="radio-button-input" type="radio" name="report_reason" value="7" autocomplete="off">
<span class="radio-button"></span>
<span class="form-radio-label">
Something else
</span>
</label>
<div class="form-buttons">
<button id="form_cancel" type="button" class="button">
<span class="button-text">Cancel</span>
</button>
<button id="form_submit_reason" type="button" class="submit-button">
<span class="button-text">Next</span>
</button>
</div>
</div>
<div class="form-content" id="form_step_report_ip" style="display: none;" aria-labelledby="ipTitle" aria-describedby="ipDesc" tabindex="0">
<h2 id="ipTitle" class="form-title">Intellectual Property infringement</h2>
<p id="ipDesc" class="form-body">Please submit an infringement notice to Canva by following the steps in our <a class="a-link" href="https://www.canva.com/policies/intellectual-property-policy/" target="_blank">Intellectual Property Policy</a>.</p>
<div class="form-buttons">
<button id="form_go_back_ip" type="button" class="button">
<span class="button-text">Back</span>
</button>
<button id="form_close_ip" type="button" class="submit-button">
<span class="button-text">Close</span>
</button>
</div>
</div>
<div class="form-content" id="form_step_report_other" style="display: none;" aria-labelledby="otherTitle" aria-describedby="otherDesc" tabindex="0">
<h2 id="otherTitle" class="form-title">Something else</h2>
<p id="otherDesc" class="form-body">Please contact Canva at <a class="a-link" href="mailto:privacy@canva.com" target="_blank">privacy@canva.com</a> and include the website URL to report other concerns.</p>
<div class="form-buttons">
<button id="form_go_back_other" type="button" class="button">
<span class="button-text">Back</span>
</button>
<button id="form_close_other" type="button" class="submit-button">
<span class="button-text">Close</span>
</button>
</div>
</div>
<div class="form-content" id="form_step_captcha" style="display: none;" aria-labelledby="captchaTitle" aria-describedby="captchaDesc" tabindex="0">
<h2 id="captchaTitle" class="form-title">Report</h2>
<p id="captchaDesc" class="form-body">Let's just make sure you're human.</p>
<form id="captcha-form">
<div class="g-recaptcha" data-sitekey="6Ldk59waAAAAAMPqkICbJjfMivZLCGtTpa6Wn6zO"></div>
<div id="netease-captcha"></div>
<p id="error_message_captcha" class="text-danger" style="display: none;">
Please complete the verification.
</p>
<p id="error_message" class="text-danger" style="display: none;">
We weren't able to submit your report right now. Please try again later.
</p>
<div class="form-buttons">
<button id="form_go_back" type="button" class="button">
<span class="button-text">Back</span>
</button>
<button id="form_submit_captcha" type="submit" class="submit-button">
<span class="button-text">Submit</span>
</button>
</div>
</form>
</div>
<div class="form-content" id="form_step_success" style="display: none;" aria-labelledby="thanksTitle" aria-describedby="thanksDesc" tabindex="0">
<h2 id="thanksTitle" class="form-title">Thank you</h2>
<p id="thanksDesc" class="form-body">Thanks for flagging this content as inappropriate. Our content review team is on it and will review as soon as possible.</p>
<div class="form-buttons">
<button id="form_close" type="button" class="submit-button">
<span class="button-text">
Close
</span>
</button>
</div>
</div>
</div>
</div><span id="PING_IFRAME_FORM_DETECTION" style="display: none;"></span><template id="playPauseButton"></template><style>.playPauseButton {
cursor: pointer;
position: absolute;
top: calc(50% - 24px);
left: calc(50% - 24px);
width: 48px;
height: 48px;
border-radius: 100%;
background: rgba(17,23,29,.4);
transition: opacity 0.2s ease-out;
color: white;
display: flex;
justify-content: center;
align-items: center;
}
.loadingIndicator {
width: 48px;
height: 48px;
position: absolute;
}
.loadingIndicator path {
stroke-dasharray: 175;
stroke-dashoffset: 350;
animation: dash 5s linear forwards;
animation-iteration-count: infinite;
}
@keyframes dash {
to {
stroke-dashoffset: 0;
}
}</style><template id="seekBar"></template><style>.videoSeek {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 0;
box-sizing: border-box;
background: linear-gradient(0, rgba(17,23,29,.4) 0%, transparent 100%);
color: white;
transition: opacity 0.2s ease-out;
opacity: 0;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.soundButton {
flex-grow: 0;
flex-shrink: 0;
margin-right: 24px;
cursor: pointer;
}
.soundOnSvg,
.soundMutedSvg {
color: white;
}
.soundMutedSvg {
display: none;
}
.videoSeekBarContainer {
position: relative;
flex-grow: 1;
}
.videoSeekBar {
position: absolute;
top: calc(50% - 2px);
left: 22px;
right: 22px;
height: 4px;
background: rgba(255, 255, 255, 0.4);
border-radius: 4px;
}
.videoSeekBarCurrent {
position: absolute;
top: 0;
left: 0;
bottom: 0;
background: white;
border-radius: 4px;
}
.videoSeekInput {
position: relative;
display: block;
box-sizing: border-box;
margin: 0;
width: 100%;
height: 100%;
padding: 16px 8px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
direction: ltr;
}
.videoSeekInput:hover {
cursor: pointer;
}
.videoSeekInput:active {
cursor: grabbing;
}
/* chrome, safari */
.videoSeekInput::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
box-sizing: border-box;
width: 40px;
height: 40px;
border: 14px solid transparent;
border-radius: 100%;
background-clip: content-box;
background-color: white;
filter: drop-shadow(0 0 1px black);
opacity: 1;
}
.videoSeekInput:active::-webkit-slider-thumb {
transform: scale(1.25);
}
/* firefox */
.videoSeekInput::-moz-focus-outer {
border: none;
}
.videoSeekInput::-moz-range-thumb {
-moz-appearance: none;
appearance: none;
box-sizing: border-box;
width: 40px;
height: 40px;
border: 14px solid transparent;
border-radius: 100%;
background-clip: content-box;
background-color: white;
filter: drop-shadow(0 0 1px black);
opacity: 1;
}
.videoSeekInput:active::-moz-range-thumb {
transform: scale(1.25);
}</style></body></html>