-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
836 lines (795 loc) · 125 KB
/
index.html
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
<!--
██╗ ██╗███████╗██╗ ██╗ ██████╗ ██╗ ██╗ ██████╗ ██████╗ ██╗ ██████╗
██║ ██║██╔════╝██║ ██║ ██╔═══██╗ ██║ ██║██╔═══██╗██╔══██╗██║ ██╔══██╗
███████║█████╗ ██║ ██║ ██║ ██║ ██║ █╗ ██║██║ ██║██████╔╝██║ ██║ ██║
██╔══██║██╔══╝ ██║ ██║ ██║ ██║ ██║███╗██║██║ ██║██╔══██╗██║ ██║ ██║
██║ ██║███████╗███████╗███████╗╚██████╔╝ ╚███╔███╔╝╚██████╔╝██║ ██║███████╗██████╔╝
╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝ ╚═════╝ ╚══╝╚══╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═════╝
Greetings !
if (employer) {
yes, I'm always looking for great opportunities;
}
else if (want a website) {
ping me ! lets discuss how will I help you;
}
else if (female && single) {
Sorry, I'm committed now :p
}
else if (geek) {
hi, I love to be friends with like minded people.
Message me, maybe we could help each other.
}
else {
goto: ssbarik.github.io/404
}
________________________________________________________________________________________
When I wrote this code, only God and I understood what I was doing
Now, God only knows
If you don't like anything on this website, bite me !
________________________________________________________________________________________
No copyright issues.
Feel free to copy anything and everything from this website.
If you need any help, ping me !
________________________________________________________________________________________
Cheers,
Shashank Shekhar Barik
mailto: [email protected]
________________________________________________________________________________________
I sincerely admit ! Not everything thing you saw on the website was developed by me from
scratch, most of it is my original creation otherwise some of the elements are inspired
or reproduced from the open source public code.
SSSssshhhhh!! The code starts below -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta property="og:image" content="https://ssbarik.github.io/preview.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1024">
<meta property="og:image:height" content="1024">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ssbarik.github.io/"/>
<meta property="og:title" content="Portfolio | Shashank Shekhar Barik | SSBarik" />
<meta property="og:description" content="Development is an art, I'm an emerging artist." />
<title>Portfolio | Shashank Shekhar Barik | SSBarik</title>
<!-- Fab Icon -->
<link rel="icon" href="img/favicon.png" type="image/svg" sizes="16x16">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<!-- My CSS -->
<link rel="stylesheet" href="style.css">
<!-- Bootstrap core CSS -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">
<!-- Material Design Bootstrap -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.8.8/css/mdb.min.css" rel="stylesheet">
<!-- <link href="https://fonts.googleapis.com/css?family=Caveat&display=swap" rel="stylesheet"> -->
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Poiret+One&display=swap" rel="stylesheet">
<style>
.theme {
background-color: #7A72FF;
color: white;
}
.theme-text {
color: #7A72FF;
}
svg {
width: 80%;
}
/* .dark {
background-color: #2F2E41;
} */
@media only screen and (max-width: 769px) {
.mid {
margin-top: 100px;
}
.i {
margin-top: 25px;
}
}
@media only screen and (min-width: 769px) {
.mid {
min-height: 100vh;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
/* .col-lg-6 {
margin-top: 100px;
}
.col-lg-5 {
margin-top: 100px;
}
#intro {
margin-top: 150px;
} */
}
h1 {
font-size: 2.8em;
}
@media only screen and (max-width: 600px) {
h1 {
font-size: 1.6em;
}
}
.raise {
-webkit-box-shadow: 4px 4px 16px -8px rgba(122,114,255,1);
-moz-box-shadow: 4px 4px 16px -8px rgba(122,114,255,1);
box-shadow: 4px 4px 16px -8px rgba(122,114,255,1);
transition: all 400ms ease-in-out;
}
.raise:hover {
-webkit-box-shadow: 0px 27px 29px -18px rgba(158,153,255,1);
-moz-box-shadow: 0px 27px 29px -18px rgba(158,153,255,1);
box-shadow: 0px 27px 29px -18px rgba(158,153,255,1);
color: #7A72FF;
transition: all 200ms ease-in-out;
transform: translateY(-1.0em);
}
</style>
</head>
<body>
<!-- Navigation -->
<div class="container-fluid fixed-bottom">
<div class="btn-group dropup float-right px-3 mb-3 mb-lg-4 nav nav-shadow">
<button
id="live"
type="button"
class="btn z-depth-0 px-2"
style="background-color: transparent;"
>
<span><i class="fas fa-home theme-text"></i></span>
</button>
<a href="/projects.html">
<button
id="live"
type="button"
class="btn z-depth-0 px-3"
style="color: white; background-color: transparent;"
>
Projects
</button>
</a>
<a href="/about.html">
<button
id="live"
type="button"
class="btn z-depth-0 px-3"
style="color: white; background-color: transparent;"
>
About
</button>
</a>
</div>
</div>
<!-- Main Body -->
<div class="container-fluid">
<div class="row mid">
<div class="col-lg-6 col-12 text-center text-lg-right animated fadeIn slow">
<!-- <svg viewBox="0 0 1111 858" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="dev art">
<g clip-path="url(#clip0)">
<path id="Vector" d="M920.83 88.46C927.59 133.02 908.78 172.83 908.78 172.83C908.78 172.83 879.01 140.4 872.23 95.84C868.44 70.84 872.69 47.36 877.15 31.54C877.713 29.4855 878.86 27.6386 880.452 26.2235C882.044 24.8083 884.013 23.8859 886.119 23.5682C888.225 23.2505 890.378 23.5512 892.317 24.4338C894.256 25.3164 895.896 26.7429 897.04 28.54C906.01 42.3 917.04 63.47 920.83 88.46Z" fill="#7A72FF"/>
<path id="Vector_2" d="M1046.53 159.48C1053.23 159.449 1059.9 160.293 1066.38 161.99C1077.29 164.79 1077.46 180.24 1066.61 183.28C1060.17 185.115 1053.52 186.103 1046.82 186.22C1022.29 186.49 1002.26 173.33 1002.26 173.33C1002.26 173.33 1022 159.75 1046.53 159.48Z" fill="#7A72FF"/>
<path id="Vector_3" d="M977.55 91.74C954.72 116.83 949.89 149.62 949.89 149.62C949.89 149.62 982.07 141.72 1004.89 116.62C1015.47 104.99 1022.19 91.71 1026.35 80.81C1027.14 78.7466 1027.29 76.4938 1026.78 74.3449C1026.27 72.1959 1025.12 70.2504 1023.49 68.7614C1021.86 67.2725 1019.82 66.3091 1017.63 65.9968C1015.44 65.6844 1013.21 66.0374 1011.23 67.01C1000.71 72.18 988.13 80.11 977.55 91.74Z" fill="#7A72FF"/>
<path id="Vector_4" opacity="0.1" d="M342.89 37.84C380.56 4.64002 439.7 -2.15998 493.54 0.520022C662.62 8.84002 815.23 89.51 947.28 180.78C995.08 213.83 1042.14 249.43 1073.16 294.94C1136.32 387.56 1117.58 515.88 1029.76 592.18C999.88 618.18 963.66 638.05 926.48 655.69C860.36 687.06 789.02 712.24 713.98 719.41C660.47 724.52 606.3 720.36 553.1 713.23C404.46 693.31 258.56 649.23 136.28 573.86C82.65 540.84 32.1 499.7 9.98999 446.21C-12.12 392.72 1.98999 324.94 56.8 293.29C79.45 280.19 106.53 274.29 133.04 268.72C172.04 260.55 211.72 252.49 246.94 235.88C283.31 218.71 326.38 185.52 319.18 147.54C311.45 106.77 305.23 70.98 342.89 37.84Z" fill="#7A72FF"/>
<g id="tab">
<path id="Vector_5" d="M1005.66 87.01H531.26C520.325 87.01 511.46 95.8748 511.46 106.81V686.18C511.46 697.115 520.325 705.98 531.26 705.98H1005.66C1016.6 705.98 1025.46 697.115 1025.46 686.18V106.81C1025.46 95.8748 1016.6 87.01 1005.66 87.01Z" fill="#464353"/>
<path id="Vector_6" opacity="0.1" d="M981.12 149.45H555.8V643.54H981.12V149.45Z" fill="#7A72FF"/>
<path id="Vector_7" d="M768.46 694.22C778.456 694.22 786.56 686.116 786.56 676.12C786.56 666.124 778.456 658.02 768.46 658.02C758.464 658.02 750.36 666.124 750.36 676.12C750.36 686.116 758.464 694.22 768.46 694.22Z" fill="white"/>
<path id="Vector_8" d="M768.46 115.16C770.052 115.16 771.609 115.632 772.932 116.517C774.256 117.401 775.288 118.658 775.897 120.129C776.507 121.6 776.666 123.219 776.355 124.78C776.045 126.342 775.278 127.776 774.152 128.902C773.026 130.028 771.592 130.795 770.03 131.105C768.469 131.416 766.85 131.257 765.379 130.647C763.908 130.038 762.651 129.006 761.767 127.682C760.882 126.359 760.41 124.802 760.41 123.21C760.413 121.076 761.262 119.03 762.771 117.521C764.28 116.012 766.326 115.163 768.46 115.16ZM768.46 114.16C766.668 114.15 764.913 114.672 763.419 115.661C761.924 116.649 760.756 118.059 760.063 119.712C759.371 121.365 759.184 123.186 759.528 124.945C759.871 126.704 760.729 128.321 761.993 129.591C763.257 130.862 764.869 131.729 766.626 132.082C768.383 132.436 770.205 132.259 771.862 131.576C773.518 130.892 774.935 129.732 775.931 128.243C776.928 126.754 777.46 125.002 777.46 123.21C777.467 122.024 777.239 120.848 776.789 119.75C776.34 118.653 775.678 117.655 774.842 116.814C774.005 115.973 773.011 115.305 771.916 114.85C770.821 114.394 769.646 114.16 768.46 114.16Z" fill="white"/>
<path id="Vector_9" d="M645.06 249H606.69C605.757 249 605 249.757 605 250.69V253.22C605 254.153 605.757 254.91 606.69 254.91H645.06C645.993 254.91 646.75 254.153 646.75 253.22V250.69C646.75 249.757 645.993 249 645.06 249Z" fill="#7A72FF"/>
<path id="Vector_10" opacity="0.5" d="M656.97 581H602.46C601.654 581 601 581.654 601 582.46V606.34C601 607.146 601.654 607.8 602.46 607.8H656.97C657.776 607.8 658.43 607.146 658.43 606.34V582.46C658.43 581.654 657.776 581 656.97 581Z" fill="#7A72FF"/>
<path id="Vector_11" opacity="0.5" d="M792.97 583H738.46C737.654 583 737 583.654 737 584.46V608.34C737 609.146 737.654 609.8 738.46 609.8H792.97C793.776 609.8 794.43 609.146 794.43 608.34V584.46C794.43 583.654 793.776 583 792.97 583Z" fill="#7A72FF"/>
<path id="Vector_12" opacity="0.5" d="M926.97 582H872.46C871.654 582 871 582.654 871 583.46V607.34C871 608.146 871.654 608.8 872.46 608.8H926.97C927.776 608.8 928.43 608.146 928.43 607.34V583.46C928.43 582.654 927.776 582 926.97 582Z" fill="#7A72FF"/>
<path id="Vector_13" d="M946.01 181H934.83C932.715 181 931 182.715 931 184.83V185.44C931 187.555 932.715 189.27 934.83 189.27H946.01C948.125 189.27 949.84 187.555 949.84 185.44V184.83C949.84 182.715 948.125 181 946.01 181Z" fill="#7A72FF"/>
<path id="Vector_14" d="M906.01 181H894.83C892.715 181 891 182.715 891 184.83V185.44C891 187.555 892.715 189.27 894.83 189.27H906.01C908.125 189.27 909.84 187.555 909.84 185.44V184.83C909.84 182.715 908.125 181 906.01 181Z" fill="#7A72FF"/>
<path id="Vector_15" d="M867.01 181H855.83C853.715 181 852 182.715 852 184.83V185.44C852 187.555 853.715 189.27 855.83 189.27H867.01C869.125 189.27 870.84 187.555 870.84 185.44V184.83C870.84 182.715 869.125 181 867.01 181Z" fill="#7A72FF"/>
<circle id="Ellipse 1" cx="626" cy="208" r="27" fill="#575A89"/>
<rect id="Rectangle 1" x="599" y="310" width="332" height="52" fill="#575A89"/>
<rect id="Rectangle 2" x="599" y="407" width="332" height="52" fill="#575A89"/>
<rect id="Rectangle 3" x="599" y="500" width="332" height="52" fill="#575A89"/>
<g id="gears">
<g clip-path="url(#clip1)">
<path id="bigGear" d="M849.975 374.9V351.811L829.392 342.52L825.981 334.683L833.647 314.242L816.511 297.908L795.051 305.22L786.845 301.98L777.098 282.344H752.877L743.125 301.98L734.918 305.22L713.464 297.908L696.328 314.242L703.993 334.688L700.583 342.525L680 351.811V374.9L700.583 384.19L703.993 392.029L696.328 412.468L713.464 428.803L734.912 421.497L743.135 424.747L752.877 444.367H777.098L786.845 424.747L795.068 421.497L816.511 428.803L833.647 412.468L825.981 392.024L829.392 384.185L849.975 374.9ZM764.987 393.735C747.386 393.735 733.117 380.133 733.117 363.355C733.117 346.577 747.386 332.976 764.987 332.976C782.589 332.976 796.858 346.577 796.858 363.355C796.858 380.133 782.589 393.735 764.987 393.735Z" fill="#7A72FF"/>
<path id="Vector_16" d="M764.987 317.786C738.586 317.786 717.182 338.189 717.182 363.355C717.182 388.523 738.586 408.924 764.987 408.924C791.389 408.924 812.793 388.523 812.793 363.355C812.763 338.2 791.377 317.815 764.987 317.786ZM764.987 393.735C747.386 393.735 733.117 380.133 733.117 363.355C733.117 346.577 747.386 332.976 764.987 332.976C782.589 332.976 796.858 346.577 796.858 363.355C796.858 380.133 782.589 393.735 764.987 393.735Z" fill="#635DCB"/>
<path id="smallGear" d="M840.945 390.697L851.001 377.609L839.883 359.244L822.96 361.002L817.42 357.963L810.551 343.103H788.327L781.454 357.953L775.908 360.991L758.991 359.234L747.884 377.593L757.934 390.697V396.773L747.884 409.876L758.996 428.225L775.913 426.469L781.459 429.507L788.327 444.367H810.551L817.42 429.517L822.96 426.479L839.883 428.235L850.994 409.887L840.945 396.773V390.697ZM799.44 403.861C793.572 403.861 788.816 399.328 788.816 393.735C788.816 388.142 793.572 383.608 799.44 383.608C805.306 383.608 810.063 388.142 810.063 393.735C810.063 399.328 805.306 403.861 799.44 403.861Z" fill="white"/>
<path id="Vector_17" d="M799.44 413.987C787.705 413.987 778.193 404.92 778.193 393.735C778.193 382.55 787.705 373.482 799.44 373.482C811.173 373.482 820.687 382.55 820.687 393.735C820.687 404.92 811.173 413.987 799.44 413.987ZM799.44 383.608C793.572 383.608 788.816 388.142 788.816 393.735C788.816 399.328 793.572 403.861 799.44 403.861C805.306 403.861 810.063 399.328 810.063 393.735C810.063 388.142 805.306 383.608 799.44 383.608Z" fill="#E5E5E5"/>
</g>
</g>
</g>
<path id="Vector_18" opacity="0.1" d="M346.73 857.68C477.898 857.68 584.23 841.562 584.23 821.68C584.23 801.798 477.898 785.68 346.73 785.68C215.562 785.68 109.23 801.798 109.23 821.68C109.23 841.562 215.562 857.68 346.73 857.68Z" fill="#7A72FF"/>
<path id="Vector_19" d="M768.46 131.76C766.769 131.76 765.116 131.259 763.71 130.319C762.304 129.38 761.208 128.044 760.561 126.482C759.914 124.92 759.744 123.2 760.074 121.542C760.404 119.883 761.218 118.36 762.414 117.164C763.61 115.968 765.133 115.154 766.792 114.824C768.45 114.494 770.17 114.664 771.732 115.311C773.294 115.958 774.63 117.054 775.569 118.46C776.509 119.866 777.01 121.519 777.01 123.21C777.005 125.476 776.102 127.648 774.5 129.25C772.898 130.852 770.726 131.755 768.46 131.76Z" fill="white"/>
<path id="Vector_20" d="M424.19 606.65L424.11 609.58L419.01 789.65H410.43L414.64 609.58L414.72 606.2L424.19 606.65Z" fill="#504F60"/>
<path id="Vector_21" opacity="0.1" d="M424.19 606.65L424.11 609.58H414.64L414.72 606.2L424.19 606.65Z" fill="black"/>
<path id="Vector_22" d="M427.81 602.25H411.9V608.23H427.81V602.25Z" fill="#504F60"/>
<path id="Vector_23" opacity="0.1" d="M372.82 750.61L371.97 758.97L366.89 758.96L369.59 750.61H372.82Z" fill="black"/>
<path id="Vector_24" opacity="0.1" d="M473.84 759.19L467.42 759.17L466.55 750.61H473.16L473.84 759.19Z" fill="black"/>
<path id="Vector_25" d="M525.29 396.23H311.38V601.34H525.29V396.23Z" fill="white"/>
<path id="Vector_26" opacity="0.1" d="M422.51 372.66H414.16V377.17H422.51V372.66Z" fill="black"/>
<path id="Vector_27" opacity="0.1" d="M418.33 387.55C420.075 387.55 421.49 386.135 421.49 384.39C421.49 382.645 420.075 381.23 418.33 381.23C416.585 381.23 415.17 382.645 415.17 384.39C415.17 386.135 416.585 387.55 418.33 387.55Z" fill="black"/>
<path id="Vector_28" d="M418.33 386.87C420.075 386.87 421.49 385.455 421.49 383.71C421.49 381.965 420.075 380.55 418.33 380.55C416.585 380.55 415.17 381.965 415.17 383.71C415.17 385.455 416.585 386.87 418.33 386.87Z" fill="#3F3D56"/>
<path id="Vector_29" opacity="0.1" d="M425.78 390.37H410.89V392.4H425.78V390.37Z" fill="black"/>
<path id="Vector_30" opacity="0.1" d="M431.87 393.08H404.79V397.59H431.87V393.08Z" fill="black"/>
<path id="Vector_31" d="M431.87 391.72H404.79V396.23H431.87V391.72Z" fill="#504F60"/>
<path id="Vector_32" opacity="0.1" d="M364.63 596H476.21C477.801 596 479.327 596.632 480.453 597.757C481.578 598.883 482.21 600.409 482.21 602H358.65C358.65 600.412 359.279 598.889 360.4 597.764C361.521 596.64 363.042 596.005 364.63 596Z" fill="black"/>
<path id="Vector_33" opacity="0.1" d="M377.94 602.36L386.52 602.14L386.25 604.73H377.69L377.94 602.36Z" fill="black"/>
<path id="Vector_34" opacity="0.1" d="M427.81 602.25H411.9V604.73H427.81V602.25Z" fill="black"/>
<path id="Vector_35" opacity="0.1" d="M461.68 604.73H453.12L452.86 602.14L461.43 602.36L461.68 604.73Z" fill="black"/>
<path id="Vector_36" d="M364.63 597.4H476.21C477.801 597.4 479.327 598.032 480.453 599.157C481.578 600.283 482.21 601.809 482.21 603.4H358.65C358.65 601.809 359.282 600.283 360.407 599.157C361.533 598.032 363.059 597.4 364.65 597.4H364.63Z" fill="#504F60"/>
<path id="Vector_37" d="M511.97 469.84L513.23 458.84C513.273 458.443 513.236 458.041 513.121 457.658C513.006 457.275 512.816 456.919 512.562 456.61C512.307 456.302 511.994 456.048 511.64 455.862C511.286 455.677 510.898 455.564 510.5 455.53C502.384 454.89 494.228 454.94 486.12 455.68C485.398 455.75 484.725 456.079 484.227 456.607C483.728 457.134 483.438 457.825 483.41 458.55C483.258 460.511 482.971 462.459 482.55 464.38C482.22 466.38 481.86 468.31 484.22 468.9C486.58 469.49 489.81 469.07 492.39 469.12C495.48 469.18 498.56 469.26 501.64 469.38C502.52 469.41 511.97 469.92 511.97 469.84Z" stroke="#33313F" stroke-width="3" stroke-miterlimit="10"/>
<g id="board">
<path id="Vector_38" opacity="0.1" d="M424.19 606.65L424.11 609.58L419.01 789.65H410.43L414.64 609.58L414.72 606.2L424.19 606.65Z" fill="black"/>
<path id="Vector_39" d="M473.84 759.19L467.42 759.17L371.97 758.97L366.89 758.96L369.59 750.61H473.16L473.84 759.19Z" fill="#504F60"/>
<path id="Vector_40" d="M386.52 602.14L386.25 604.73L365.08 813.56L355.38 813.11L377.69 604.73L377.94 602.36L386.52 602.14Z" fill="#504F60"/>
<path id="Vector_41" d="M484 813.11L474.29 813.56L453.12 604.73L452.86 602.14L461.43 602.36L461.68 604.73L484 813.11Z" fill="#504F60"/>
<path id="Vector_42" d="M568.33 396.23H268.59C266.309 396.23 264.46 398.079 264.46 400.36V597.21C264.46 599.491 266.309 601.34 268.59 601.34H568.33C570.611 601.34 572.46 599.491 572.46 597.21V400.36C572.46 398.079 570.611 396.23 568.33 396.23Z" fill="white"/>
<path id="Vector_43" d="M422.5 327.64V377.17H414.16V327.64C414.16 326.534 414.599 325.473 415.381 324.691C416.163 323.909 417.224 323.47 418.33 323.47C419.436 323.47 420.497 323.909 421.279 324.691C422.061 325.473 422.5 326.534 422.5 327.64Z" fill="#504F60"/>
<path id="Vector_44" d="M425.78 376.04V392.4H410.89V376.04C410.89 375.51 411.101 375.001 411.476 374.626C411.851 374.251 412.36 374.04 412.89 374.04H423.72C423.988 374.032 424.254 374.078 424.504 374.175C424.753 374.272 424.981 374.418 425.173 374.604C425.365 374.791 425.518 375.014 425.622 375.26C425.726 375.507 425.78 375.772 425.78 376.04Z" fill="#504F60"/>
<path id="Vector_45" d="M517.82 420.32C518.047 420.285 518.278 420.302 518.497 420.371C518.716 420.44 518.915 420.558 519.081 420.717C519.246 420.876 519.373 421.07 519.451 421.286C519.529 421.501 519.556 421.732 519.53 421.96C518.08 435.96 519.01 450.3 520.58 464.27C521.31 470.66 522.3 477.42 525.13 482.16C525.311 482.447 525.389 482.787 525.353 483.125C525.316 483.462 525.168 483.778 524.93 484.02C524.14 484.635 523.148 484.931 522.15 484.85L477.52 485.1C477.294 485.102 477.07 485.052 476.865 484.954C476.661 484.857 476.482 484.714 476.341 484.536C476.2 484.359 476.102 484.152 476.053 483.931C476.005 483.709 476.007 483.48 476.06 483.26C479.65 467.96 478.88 451.26 477.44 435.39C476.73 427.58 476.32 423.39 482.15 422.84C488.15 422.3 494.15 422.05 500.15 421.55C501.59 421.43 513.13 421.09 517.82 420.32Z" fill="white" stroke="#33313F" stroke-width="3" stroke-miterlimit="10"/>
<path id="Vector_46" d="M483.67 512.01C483.444 511.975 483.212 511.992 482.993 512.061C482.775 512.13 482.575 512.248 482.409 512.407C482.244 512.566 482.117 512.76 482.039 512.976C481.961 513.191 481.934 513.422 481.96 513.65C483.41 527.65 482.48 541.99 480.9 555.96C480.18 562.35 479.19 569.11 476.36 573.86C476.179 574.145 476.099 574.484 476.136 574.82C476.172 575.156 476.322 575.47 476.56 575.71C477.35 576.325 478.342 576.621 479.34 576.54L523.97 576.8C524.196 576.798 524.419 576.746 524.622 576.646C524.826 576.547 525.004 576.403 525.144 576.226C525.284 576.048 525.383 575.841 525.432 575.62C525.482 575.4 525.481 575.17 525.43 574.95C521.84 559.65 522.61 542.95 524.05 527.08C524.76 519.27 525.17 515.08 519.34 514.53C513.51 513.98 507.34 513.74 501.34 513.24C499.9 513.12 488.36 512.78 483.67 512.01Z" fill="white" stroke="#33313F" stroke-width="3" stroke-miterlimit="10"/>
<path id="Vector_47" d="M496.78 537.77C501.966 537.528 507.162 537.592 512.34 537.96C512.676 537.992 512.99 538.139 513.231 538.376C513.471 538.613 513.623 538.925 513.66 539.26L514.15 543.35C514.175 543.441 514.177 543.538 514.156 543.63C514.135 543.722 514.092 543.808 514.03 543.88C513.92 543.959 513.785 543.995 513.65 543.98C511.47 544.04 509.29 543.79 507.12 543.98C505.77 544.09 504.43 544.35 503.12 544.5C500.906 544.695 498.68 544.735 496.46 544.62C493.332 544.674 490.212 544.29 487.19 543.48C487.19 543.48 487.37 540.09 487.37 539.77C487.37 538.19 487.32 538.05 488.95 538.01L496.78 537.77Z" stroke="#33313F" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
<path id="Vector_48" d="M496.78 556.21C501.966 556.454 507.162 556.387 512.34 556.01C512.676 555.978 512.99 555.831 513.231 555.594C513.471 555.357 513.623 555.045 513.66 554.71L514.15 550.63C514.175 550.537 514.177 550.439 514.156 550.345C514.135 550.251 514.092 550.164 514.03 550.09C513.92 550.011 513.785 549.975 513.65 549.99C511.47 549.93 509.29 550.19 507.12 549.99C505.77 549.89 504.43 549.63 503.12 549.48C500.906 549.28 498.68 549.24 496.46 549.36C493.332 549.306 490.212 549.69 487.19 550.5C487.19 550.5 487.37 553.88 487.37 554.21C487.37 555.79 487.32 555.92 488.95 555.97L496.78 556.21Z" stroke="#33313F" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
<path id="Vector_49" d="M496.78 563.43C501.966 563.187 507.162 563.253 512.34 563.63C512.676 563.662 512.99 563.809 513.231 564.046C513.471 564.283 513.623 564.595 513.66 564.93L514.15 569.01C514.175 569.103 514.177 569.201 514.156 569.295C514.135 569.389 514.092 569.476 514.03 569.55C513.92 569.629 513.785 569.665 513.65 569.65C511.47 569.71 509.29 569.45 507.12 569.65C505.77 569.75 504.43 570.02 503.12 570.17C500.905 570.362 498.68 570.398 496.46 570.28C493.332 570.337 490.212 569.957 487.19 569.15C487.19 569.15 487.37 565.76 487.37 565.43C487.37 563.85 487.32 563.72 488.95 563.68L496.78 563.43Z" stroke="#33313F" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
<path id="Vector_50" d="M503.35 477.84C503.807 478.939 503.959 480.142 503.79 481.32C503.792 481.415 503.767 481.508 503.72 481.59C503.665 481.643 503.599 481.685 503.526 481.71C503.454 481.736 503.377 481.746 503.3 481.74L493.8 482.11C493.8 482.11 494.33 479.31 494.4 479.11C494.73 477.97 495.56 478.27 496.63 478.21L503.35 477.84Z" fill="white" stroke="#33313F" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
<path id="Vector_51" d="M517.7 477.84C518.154 478.94 518.303 480.142 518.13 481.32C518.135 481.414 518.115 481.507 518.07 481.59C518.014 481.642 517.948 481.683 517.876 481.709C517.803 481.734 517.727 481.745 517.65 481.74L508.14 482.11C508.14 482.11 508.68 479.31 508.75 479.11C509.07 477.97 509.9 478.27 510.98 478.21L517.7 477.84Z" fill="white" stroke="#33313F" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
<path id="Vector_52" d="M511.97 430.1L513.25 441.1C513.293 441.497 513.256 441.899 513.141 442.282C513.026 442.665 512.836 443.021 512.582 443.33C512.327 443.638 512.014 443.892 511.66 444.078C511.306 444.263 510.918 444.376 510.52 444.41C502.404 445.052 494.247 444.998 486.14 444.25C485.419 444.181 484.748 443.853 484.25 443.327C483.752 442.802 483.46 442.113 483.43 441.39C483.278 439.429 482.991 437.481 482.57 435.56C482.24 433.56 481.88 431.63 484.24 431.04C486.6 430.45 489.83 430.87 492.41 430.82C495.503 430.76 498.587 430.673 501.66 430.56C502.52 430.56 511.97 430.05 511.97 430.1Z" stroke="#33313F" stroke-width="3" stroke-miterlimit="10"/>
<path id="Vector_53" d="M499.12 519.41C498.787 523.07 498.577 526.737 498.49 530.41C494.819 530.379 491.162 529.96 487.58 529.16C487.298 529.147 487.022 529.072 486.772 528.94C486.522 528.808 486.304 528.624 486.133 528.399C485.963 528.173 485.843 527.914 485.784 527.637C485.725 527.361 485.727 527.075 485.79 526.8C485.72 524.52 484.52 519.43 487.73 519.11C488.69 519.01 499.11 519.59 499.12 519.41Z" stroke="#33313F" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
<path id="Vector_54" d="M322.55 469.45C323.02 469.399 323.496 469.453 323.943 469.609C324.39 469.764 324.797 470.017 325.133 470.35C325.47 470.682 325.729 471.085 325.891 471.529C326.053 471.974 326.114 472.449 326.07 472.92C324.92 486.23 325.83 499.86 327.33 513.13C328 519.03 328.89 525.24 331.25 529.89C331.455 530.289 331.555 530.733 331.539 531.182C331.524 531.63 331.393 532.067 331.16 532.45C330.928 532.833 330.6 533.151 330.21 533.371C329.819 533.592 329.379 533.708 328.93 533.71L284.65 533.97C284.386 533.972 284.124 533.914 283.885 533.801C283.646 533.688 283.436 533.522 283.27 533.316C283.104 533.111 282.986 532.871 282.925 532.613C282.865 532.356 282.863 532.088 282.92 531.83C286.43 516.61 285.66 499.99 284.23 484.25C283.51 476.44 283.11 472.25 288.93 471.7C294.93 471.17 300.93 470.92 306.88 470.41C308.15 470.31 317.23 470.03 322.55 469.45Z" fill="white" stroke="#33313F" stroke-width="3" stroke-miterlimit="10" stroke-linecap="round"/>
<path id="Vector_55" d="M384.15 469.2C383.908 469.163 383.66 469.182 383.427 469.256C383.193 469.331 382.98 469.458 382.803 469.629C382.627 469.799 382.493 470.008 382.411 470.239C382.329 470.47 382.301 470.717 382.33 470.96C383.76 484.89 382.83 499.21 381.26 513.13C380.54 519.52 379.55 526.25 376.73 531C376.532 531.336 376.466 531.733 376.543 532.116C376.621 532.498 376.837 532.838 377.15 533.07C377.907 533.549 378.797 533.774 379.69 533.71L424.2 533.97C424.444 533.97 424.685 533.914 424.905 533.807C425.124 533.699 425.316 533.543 425.465 533.35C425.615 533.157 425.719 532.932 425.768 532.693C425.817 532.454 425.811 532.206 425.75 531.97C422.2 516.7 422.96 500.02 424.4 484.22C425.11 476.41 425.52 472.22 419.7 471.67C413.7 471.14 407.7 470.89 401.7 470.38C400.23 470.29 388.93 469.96 384.15 469.2Z" fill="white" stroke="#33313F" stroke-width="3" stroke-miterlimit="10"/>
<path id="Vector_56" d="M296.04 478.29L318.68 508.49" stroke="#33313F" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
<path id="Vector_57" d="M318.68 476.03L296.79 510" stroke="#33313F" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
<path id="Vector_58" d="M397.07 479.71L409.4 496.16" stroke="#33313F" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
<path id="Vector_59" d="M409.4 478.47L397.48 496.98" stroke="#33313F" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
<path id="Vector_60" d="M303.52 518.14C308.709 517.898 313.908 517.962 319.09 518.33C319.424 518.366 319.737 518.514 319.977 518.75C320.216 518.986 320.369 519.296 320.41 519.63L320.89 523.72C320.914 523.812 320.916 523.909 320.897 524.003C320.878 524.096 320.838 524.184 320.78 524.26C320.665 524.329 320.534 524.364 320.4 524.36C318.22 524.42 316.03 524.16 313.86 524.36C312.51 524.46 311.18 524.72 309.86 524.87C307.646 525.065 305.42 525.105 303.2 524.99C300.075 525.045 296.958 524.661 293.94 523.85C293.88 523.85 294.12 520.47 294.12 520.14C294.12 518.56 294.06 518.43 295.69 518.38L303.52 518.14Z" stroke="#33313F" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
<path id="Vector_61" d="M398.64 503.04C403.829 502.797 409.029 502.863 414.21 503.24C414.546 503.272 414.86 503.419 415.101 503.656C415.341 503.893 415.493 504.205 415.53 504.54L416.01 508.62C416.034 508.712 416.036 508.809 416.017 508.903C415.998 508.996 415.958 509.084 415.9 509.16C415.79 509.238 415.655 509.274 415.52 509.26C413.34 509.32 411.15 509.06 408.98 509.26C407.63 509.36 406.3 509.63 404.98 509.77C402.766 509.97 400.54 510.01 398.32 509.89C395.192 509.944 392.072 509.56 389.05 508.75C389 508.75 389.23 505.37 389.23 505.04C389.23 503.46 389.18 503.33 390.81 503.28L398.64 503.04Z" stroke="#33313F" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
<path id="Vector_62" d="M406.57 514.37C401.384 514.128 396.188 514.192 391.01 514.56C390.674 514.592 390.36 514.739 390.119 514.976C389.879 515.213 389.727 515.525 389.69 515.86L389.23 519.94C389.201 520.032 389.196 520.13 389.215 520.224C389.235 520.319 389.278 520.407 389.34 520.48C389.45 520.559 389.585 520.595 389.72 520.58C391.9 520.64 394.08 520.39 396.26 520.58C397.61 520.68 398.94 520.95 400.26 521.1C402.475 521.29 404.7 521.33 406.92 521.22C410.048 521.275 413.168 520.891 416.19 520.08C416.24 520.08 416.01 516.69 416.01 516.37C416.01 514.78 416.07 514.65 414.44 514.61L406.57 514.37Z" stroke="#33313F" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
<path id="Vector_63" d="M341.86 506.97C341.86 506.97 356.57 506.22 359.21 506.97" stroke="#33313F" stroke-width="3" stroke-miterlimit="10"/>
<path id="Vector_64" d="M359.23 499.05C359.23 499.05 365.64 505.46 365.64 506.97C365.64 508.48 357.34 513.76 357.34 513.76" stroke="#33313F" stroke-width="3" stroke-miterlimit="10"/>
<path id="Vector_65" d="M438.07 493.29C438.07 493.29 451.4 487.05 454.13 486.75" stroke="#33313F" stroke-width="3" stroke-miterlimit="10"/>
<path id="Vector_66" d="M451.15 479.42C451.15 479.42 459.5 482.94 460.07 484.33C460.64 485.72 454.95 493.75 454.95 493.75" stroke="#33313F" stroke-width="3" stroke-miterlimit="10"/>
<path id="Vector_67" d="M437.93 509.27C437.93 509.27 451.48 515.02 453.53 516.86" stroke="#33313F" stroke-width="3" stroke-miterlimit="10"/>
<path id="Vector_68" d="M456.99 509.73C456.99 509.73 459.99 518.3 459.29 519.66C458.59 521.02 448.86 522.14 448.86 522.14" stroke="#33313F" stroke-width="3" stroke-miterlimit="10"/>
<path id="Vector_69" d="M490.52 477.84C490.974 478.94 491.123 480.142 490.95 481.32C490.955 481.414 490.934 481.507 490.89 481.59C490.834 481.642 490.768 481.683 490.696 481.709C490.623 481.734 490.547 481.745 490.47 481.74L480.96 482.11C480.96 482.11 481.5 479.31 481.57 479.11C481.89 477.97 482.73 478.27 483.8 478.21L490.52 477.84Z" fill="white" stroke="#33313F" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
</g>
<path id="Vector_70" d="M115.21 655L118.57 658.13L115.57 658.25L114 655.84L115.21 655Z" fill="#33313F"/>
<path id="Vector_71" d="M92 634.69L95.56 639.26L96.35 640.08L107.25 651.5L110.96 655.38L112.7 655.59L115.2 658.07L116.67 656.78L114.24 653.94L114.28 652.45L110.49 648.34L99.79 636.72L99.1 635.98L94.8 632L92 634.69Z" fill="#65617D"/>
<path id="Vector_72" d="M96.35 640.08L107.25 651.5L110.49 648.34L99.79 636.72L96.35 640.08Z" fill="#33313F"/>
<g id="ssb">
<path id="Vector_73" d="M50.1797 857.231L49.4266 856.927C49.2611 856.859 32.7894 850.051 25.0734 834.614C17.357 819.176 21.1354 800.589 21.1744 800.404L21.3523 799.557L22.105 799.862C22.2705 799.929 38.7418 806.737 46.4582 822.174C54.1746 837.612 50.3962 856.199 50.3572 856.385L50.1797 857.231ZM26.309 833.896C32.8326 846.948 45.849 853.638 49.147 855.165C49.774 851.352 51.7404 835.932 45.2226 822.893C38.7055 809.855 25.684 803.154 22.3847 801.623C21.7573 805.438 19.7915 820.857 26.309 833.896Z" fill="#3F3D56"/>
<path id="Vector_74" d="M31.2079 829.71C45.1638 838.729 50.5386 856.645 50.5386 856.645C50.5386 856.645 33.2866 859.937 19.3307 850.917C5.37484 841.897 0 823.982 0 823.982C0 823.982 17.2521 820.69 31.2079 829.71Z" fill="#7A72FF"/>
<path id="Vector_75" d="M202.648 597.315C202.648 597.315 227.074 611.113 218.028 623.925C208.981 636.737 193.602 609.142 193.602 607.171C193.602 605.199 202.648 597.315 202.648 597.315Z" fill="#ECBCB4"/>
<path id="Vector_76" d="M175.747 562.711C175.747 562.711 192.061 583.858 196.593 586.742C201.124 589.625 204.749 592.509 204.749 593.47C204.749 594.431 208.375 599.237 208.375 599.237L193.874 612.695C193.874 612.695 177.56 589.625 175.747 589.625C173.934 589.625 175.747 562.711 175.747 562.711Z" fill="#575A89"/>
<path id="Vector_77" d="M94.9014 810.733L83.9719 830.214L100.366 838.006L115.85 833.136L106.742 808.785L94.9014 810.733Z" fill="#ECBCB4"/>
<path id="Vector_78" d="M125.325 600.208L116.347 692.086C116.347 692.086 96.5965 735.608 96.5965 770.425C96.5965 805.242 89.4145 814.913 89.4145 814.913L111.858 818.782L136.098 733.673L176.496 654.368L164.826 575.062L145.075 567.325L125.325 600.208Z" fill="#2F2E41"/>
<path id="Vector_79" d="M93.3163 829.709C93.3163 829.709 86.5901 819.636 86.5901 822.514C86.5901 825.392 73.5862 857.529 84.3481 857.529C95.11 857.529 123.808 855.61 129.189 857.529C134.57 859.448 152.507 855.61 150.713 844.098C148.919 832.587 127.396 833.546 127.396 833.546C127.396 833.546 114.423 814.204 111.044 820.997L107.665 827.79L93.3163 829.709Z" fill="#2F2E41"/>
<path id="Vector_80" d="M190.27 810.733L179.607 830.214L195.601 838.006L210.707 833.136L201.821 808.785L190.27 810.733Z" fill="#ECBCB4"/>
<path id="Vector_81" d="M188.173 829.709C188.173 829.709 181.447 820.595 181.447 823.473C181.447 826.351 168.443 857.529 179.205 857.529C189.967 857.529 218.665 855.61 224.046 857.529C229.427 859.448 247.364 855.61 245.57 844.098C243.776 832.587 222.253 833.546 222.253 833.546C222.253 833.546 209.28 814.204 205.901 820.997L202.523 827.79L188.173 829.709Z" fill="#2F2E41"/>
<path id="Vector_82" d="M111.185 599.532C111.185 599.532 113.866 625.586 128.167 649.711C142.467 673.836 163.024 716.296 163.024 716.296C163.024 716.296 161.237 758.756 171.068 782.881C180.9 807.006 182.688 819.551 182.688 819.551L206.82 812.796C206.82 812.796 193.413 731.736 198.776 713.401C204.138 695.066 178.219 599.532 178.219 599.532L154.087 577.337L122.804 573.477L111.185 599.532Z" fill="#2F2E41"/>
<path id="Vector_83" d="M162.89 440.443C174.269 440.443 183.494 430.458 183.494 418.142C183.494 405.826 174.269 395.842 162.89 395.842C151.511 395.842 142.286 405.826 142.286 418.142C142.286 430.458 151.511 440.443 162.89 440.443Z" fill="#ECBCB4"/>
<path id="Vector_84" d="M146.005 419.68L135.288 444.655L165.376 467.357C165.376 467.357 161.835 440.32 168.507 433.473C175.179 426.626 146.005 419.68 146.005 419.68Z" fill="#ECBCB4"/>
<path id="Vector_85" d="M169.624 469.152C169.624 469.152 155.299 437.367 143.66 437.367C132.021 437.367 101.58 459.52 102.475 464.336C103.371 469.152 103.371 470.115 103.371 473.005C103.371 475.895 97.1035 475.895 102.475 477.821C107.847 479.747 108.743 481.674 108.743 481.674L104.266 604.963C104.266 604.963 123.963 612.669 131.125 609.779C138.288 606.889 145.45 587.625 145.45 587.625C145.45 587.625 143.66 613.632 150.822 612.669C157.985 611.705 184.844 609.779 185.739 605.926C186.634 602.073 180.367 517.312 180.367 517.312L169.624 469.152Z" fill="#575A89"/>
<path id="Vector_86" d="M103.966 611.926C103.966 611.926 93.2655 654.79 108.425 650.893C123.585 646.997 119.126 612.9 119.126 612.9L103.966 611.926Z" fill="#ECBCB4"/>
<path id="Vector_87" d="M123.137 461.125L97.2232 532.82C97.2232 532.82 93.6489 540.57 97.2232 546.383C100.798 552.196 95.4361 587.075 99.0104 594.825C102.585 602.576 102.585 616.14 102.585 616.14L123.137 618.078L127.605 532.82L150.838 478.564C150.838 478.564 149.051 456.281 123.137 461.125Z" fill="#575A89"/>
<path id="Vector_88" opacity="0.1" d="M129.845 458.898C129.845 458.898 113.518 463.746 108.075 481.199L129.845 458.898Z" fill="black"/>
<path id="Vector_89" d="M149.327 428.757C151.346 428.627 153.317 429.362 155.322 429.648C162.494 430.674 169.956 425.069 171.539 417.466C171.666 416.453 171.946 415.47 172.369 414.555C173.473 412.614 175.987 412.244 178.059 412.69C180.132 413.137 182.096 414.181 184.207 414.301C187.465 414.485 190.594 412.324 192.331 409.349C194.067 406.374 194.559 402.713 194.325 399.207L192.762 400.973C192.128 399.527 191.883 397.918 192.055 396.329C191.227 396.091 190.357 396.087 189.527 396.315C188.697 396.544 187.935 396.999 187.315 397.635C185.937 397.793 186.977 394.883 185.954 393.878C185.525 393.457 184.868 393.536 184.288 393.542C181.358 393.573 178.987 391.159 176.678 389.216C172.677 385.856 167.998 383.558 163.019 382.506C159.71 381.811 156.191 381.699 153.053 383.026C150.476 384.116 148.318 386.101 146.323 388.168C141.409 393.256 137.059 399.234 135.015 406.236C133.353 411.972 133.306 418.109 134.88 423.874C135.703 426.868 138.185 437.12 141.819 437.359C146.385 437.659 143.644 429.122 149.327 428.757Z" fill="#2F2E41"/>
<path id="Vector_90" opacity="0.1" d="M150.838 499.654L129.63 532.979L122.848 610.388L150.838 499.654Z" fill="black"/>
<path id="Vector_91" d="M332 857.231H0V858H332V857.231Z" fill="#3F3D56"/>
<path id="Vector_92" d="M243.664 654.989L194.379 621.196C212.186 604.413 224.731 585.561 229.066 563.48L278.351 597.273C262.392 613.057 250.455 632.919 243.664 654.989Z" fill="#7A72FF"/>
<path id="Vector_93" d="M260.059 599.483L234.599 581.862L233.839 583.139L259.299 600.759L260.059 599.483Z" fill="#3F3D56"/>
<path id="Vector_94" d="M257.018 604.589L231.559 586.969L230.799 588.246L256.258 605.866L257.018 604.589Z" fill="#3F3D56"/>
<path id="Vector_95" d="M253.978 609.696L228.518 592.076L227.758 593.353L253.218 610.973L253.978 609.696Z" fill="#3F3D56"/>
<path id="Vector_96" d="M250.937 614.803L225.477 597.183L224.717 598.459L250.177 616.079L250.937 614.803Z" fill="#3F3D56"/>
<path id="Vector_97" d="M247.896 619.91L222.437 602.289L221.677 603.566L247.136 621.186L247.896 619.91Z" fill="#3F3D56"/>
<path id="Vector_98" d="M244.856 625.016L219.396 607.396L218.636 608.673L244.096 626.293L244.856 625.016Z" fill="#3F3D56"/>
<path id="Vector_99" d="M241.815 630.123L216.356 612.503L215.595 613.779L241.055 631.4L241.815 630.123Z" fill="#3F3D56"/>
<path id="Vector_100" d="M238.775 635.23L213.315 617.61L212.555 618.886L238.014 636.506L238.775 635.23Z" fill="#3F3D56"/>
<path id="Vector_101" d="M253.401 644.992L195.934 634.15C206.206 611.034 210.9 588.194 206.89 565.787L264.356 576.629C255.419 598.039 251.649 621.565 253.401 644.992Z" fill="#F2F2F2"/>
<path id="Vector_102" d="M248.373 586.515L218.566 580.927L218.325 582.422L248.132 588.009L248.373 586.515Z" fill="#3F3D56"/>
<path id="Vector_103" d="M247.409 592.491L217.602 586.904L217.361 588.399L247.168 593.986L247.409 592.491Z" fill="#3F3D56"/>
<path id="Vector_104" d="M246.445 598.47L216.638 592.883L216.397 594.377L246.204 599.965L246.445 598.47Z" fill="#3F3D56"/>
<path id="Vector_105" d="M245.481 604.449L215.674 598.861L215.433 600.356L245.24 605.943L245.481 604.449Z" fill="#3F3D56"/>
<path id="Vector_106" d="M244.516 610.427L214.71 604.84L214.469 606.335L244.275 611.922L244.516 610.427Z" fill="#3F3D56"/>
<path id="Vector_107" d="M243.552 616.406L213.746 610.819L213.505 612.313L243.311 617.901L243.552 616.406Z" fill="#3F3D56"/>
<path id="Vector_108" d="M242.588 622.385L212.781 616.797L212.54 618.292L242.347 623.879L242.588 622.385Z" fill="#3F3D56"/>
<path id="Vector_109" d="M241.624 628.363L211.817 622.776L211.576 624.271L241.383 629.858L241.624 628.363Z" fill="#3F3D56"/>
</g>
</g>
</g>
<defs>
<clipPath id="clip0">
<rect width="1110.46" height="857.68" fill="white"/>
</clipPath>
<clipPath id="clip1">
<rect x="680" y="282" width="171" height="163" fill="white"/>
</clipPath>
</defs>
</svg> -->
<!-- <svg viewBox="0 0 945 699" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="wow" clip-path="url(#clip0)">
<path id="Vector" d="M205 35.0001H27V53.0001H205V35.0001Z" fill="#F2F2F2"/>
<path id="Vector_2" d="M472 35.0001H294V53.0001H472V35.0001Z" fill="#F2F2F2"/>
<path id="Vector_3" d="M739 35.0001H561V53.0001H739V35.0001Z" fill="#F2F2F2"/>
<g id="board">
<g id="circle">
<path id="filled" d="M397 403.146C468.797 403.146 527 344.943 527 273.146C527 201.349 468.797 143.146 397 143.146C325.203 143.146 267 201.349 267 273.146C267 344.943 325.203 403.146 397 403.146Z" fill="#7A72FF"/>
<path id="line" d="M414 381.146C341.766 381.146 283 322.38 283 250.146C283 177.912 341.766 119.146 414 119.146C486.233 119.146 545 177.912 545 250.146C545 322.38 486.233 381.146 414 381.146ZM414 121.146C388.486 121.146 363.545 128.712 342.331 142.886C321.117 157.061 304.583 177.208 294.819 200.78C285.055 224.352 282.501 250.289 287.478 275.313C292.456 300.336 304.742 323.322 322.783 341.363C340.824 359.404 363.81 371.69 388.833 376.668C413.857 381.645 439.794 379.091 463.366 369.327C486.938 359.563 507.085 343.029 521.26 321.815C535.434 300.601 543 275.66 543 250.146C542.961 215.945 529.358 183.156 505.174 158.972C480.99 134.788 448.201 121.185 414 121.146V121.146Z" fill="#3F3D56"/>
</g>
<path id="Vector_4" d="M811 441H0V0H811V441ZM2 439H809V2H2V439Z" fill="#3F3D56"/>
<path id="Vector_5" d="M217 45H37V25H217V45ZM39 43H215V27H39V43Z" fill="#3F3D56"/>
<path id="Vector_6" d="M484 45H304V25H484V45ZM306 43H482V27H306V43Z" fill="#3F3D56"/>
<path id="Vector_7" d="M751 45H571V25H751V45ZM573 43H749V27H573V43Z" fill="#3F3D56"/>
</g>
<path id="Vector_8" d="M944.078 682.738H116.474V685.292H944.078V682.738Z" fill="#2F2E41"/>
<g id="me">
<path id="Vector_9" d="M468.397 221.042C481.799 221.042 492.663 210.177 492.663 196.775C492.663 183.374 481.799 172.509 468.397 172.509C454.995 172.509 444.131 183.374 444.131 196.775C444.131 210.177 454.995 221.042 468.397 221.042Z" fill="#FFB8B8"/>
<g id="me_2">
<path id="Vector_10" d="M393.5 483.5L456.5 361.5L473.5 371.5L401.5 488.5L393.5 483.5Z" fill="#3F3D56"/>
<path id="Vector_11" d="M357 510C357 510 368.612 519.124 369.93 499.603C370.098 496.503 370.909 493.471 372.311 490.702C373.714 487.932 375.677 485.484 378.076 483.513C383.334 479.312 390.9 476.439 400 482C408.1 486.95 409.922 494.128 409.477 500.525C409.079 505.109 407.577 509.527 405.098 513.403C402.619 517.279 399.238 520.496 395.244 522.78C386.217 528.138 371.967 532.171 357 519C357 519 348 509 357 510Z" fill="#7A72FF"/>
<path id="Vector_12" d="M455.625 208.27C455.625 208.27 462.011 241.476 459.456 247.862C456.902 254.248 495.217 245.308 495.217 245.308C495.217 245.308 487.554 212.101 488.831 204.438C490.109 196.775 455.625 208.27 455.625 208.27Z" fill="#FFB8B8"/>
<path id="Vector_13" d="M413.479 323.215L416.033 357.698L428.71 411.854L432.636 426.666L439.022 403.677L432.636 351.313L430.467 327.738L413.479 323.215Z" fill="#FFB8B8"/>
<path id="Vector_14" d="M547.581 318.106V353.867C547.581 353.867 543.749 399.845 536.086 411.34C528.423 422.834 525.869 365.362 525.869 365.362L531.874 323.215L547.581 318.106Z" fill="#FFB8B8"/>
<path id="Vector_15" d="M433.913 429.22C433.913 429.22 427.528 436.883 432.636 514.79C437.745 592.697 430.082 648.893 446.685 648.893C446.685 648.893 441.576 665.496 455.625 666.773C469.674 668.05 476.06 669.327 477.337 665.496C478.614 661.664 481.169 643.784 477.337 643.784C477.337 643.784 477.337 648.893 479.891 628.458C482.446 608.023 482.446 510.959 488.832 498.187L509.266 545.442C509.266 545.442 509.266 567.154 513.098 577.371C516.929 587.589 523.315 646.338 523.315 646.338L522.038 655.278C522.038 655.278 552.69 660.387 553.967 655.278C555.244 650.17 555.244 642.507 553.967 639.952C552.69 637.398 552.69 637.398 555.244 632.289C557.799 627.181 557.799 623.349 556.521 619.518C555.244 615.686 555.244 532.67 555.244 532.67C555.244 532.67 552.69 431.774 537.364 426.666C522.038 421.557 433.913 429.22 433.913 429.22Z" fill="#2F2E41"/>
<path id="Vector_16" d="M450.517 656.556L440.299 674.436C440.299 674.436 424.335 668.689 427.528 683.376C454.987 685.292 474.144 682.738 474.144 682.738C474.144 682.738 480.53 685.292 481.807 681.46C483.084 677.629 478.614 664.219 474.783 664.219C470.951 664.219 450.517 656.556 450.517 656.556Z" fill="#2F2E41"/>
<path id="Vector_17" d="M524.592 651.447C524.592 651.447 514.375 674.436 518.206 675.713C522.038 676.99 556.521 682.099 559.076 683.376C561.63 684.653 574.402 685.931 575.679 678.268C576.956 670.605 569.293 668.05 569.293 668.05C569.293 668.05 555.244 665.496 551.413 652.724C547.581 639.953 524.592 651.447 524.592 651.447Z" fill="#2F2E41"/>
<path id="Vector_18" d="M497.772 241.476C497.772 241.476 463.288 235.09 455.625 241.476C447.962 247.862 416.033 260.634 416.033 267.02C416.033 273.405 432.636 335.987 432.636 335.987C432.636 335.987 423.696 430.497 432.636 433.051C441.577 435.606 456.903 427.943 474.783 436.883C492.663 445.823 543.75 429.22 543.75 429.22C543.75 429.22 524.592 347.481 529.701 332.155C534.81 316.829 538.641 264.465 538.641 264.465C538.641 264.465 516.929 241.476 497.772 241.476Z" fill="#8985A8"/>
<path id="Vector_19" d="M424.973 263.188L416.033 265.742C416.033 265.742 396.875 325.769 404.538 328.324C412.201 330.878 433.913 335.987 436.467 335.987C439.022 335.987 424.973 263.188 424.973 263.188Z" fill="#8985A8"/>
<path id="Vector_20" d="M518.207 256.802L538.641 264.465C538.641 264.465 565.462 314.275 559.076 320.661C552.69 327.046 524.592 333.432 524.592 333.432L518.207 256.802Z" fill="#8985A8"/>
<path id="Vector_21" d="M467.66 166.803C465.642 166.438 463.568 166.529 461.59 167.071C460.007 167.772 458.549 168.728 457.276 169.901C454.965 171.743 452.497 173.378 449.9 174.788C447.83 175.911 445.606 176.951 444.161 178.811C443.478 179.75 442.932 180.783 442.541 181.877C440.052 188.233 439.383 195.157 440.609 201.873C440.747 202.827 441.034 203.753 441.46 204.618C442.788 207.064 445.719 208.028 448.189 209.31C452.878 211.744 456.432 215.843 460.278 219.465C461.707 220.891 463.312 222.128 465.055 223.146C470.542 226.137 477.248 225.161 483.407 224.104C483.843 224.103 484.275 224.016 484.678 223.847C485.081 223.678 485.446 223.432 485.753 223.121C486.059 222.811 486.302 222.443 486.466 222.039C486.63 221.634 486.712 221.201 486.708 220.765L491.569 198.899C492.451 195.659 492.87 192.311 492.815 188.955C492.476 183.647 489.602 176.294 485.707 172.524C481.168 168.13 473.593 167.431 467.66 166.803Z" fill="#2F2E41"/>
</g>
</g>
<path id="Vector_22" d="M368 683C387.33 683 403 682.105 403 681C403 679.895 387.33 679 368 679C348.67 679 333 679.895 333 681C333 682.105 348.67 683 368 683Z" fill="#7A72FF"/>
<path id="Vector_23" d="M360 687C379.33 687 395 686.105 395 685C395 683.895 379.33 683 360 683C340.67 683 325 683.895 325 685C325 686.105 340.67 687 360 687Z" fill="#7A72FF"/>
<path id="Vector_24" d="M325 674.086C335.493 674.086 344 673.6 344 673C344 672.4 335.493 671.914 325 671.914C314.507 671.914 306 672.4 306 673C306 673.6 314.507 674.086 325 674.086Z" fill="#7A72FF"/>
<path id="Vector_25" d="M393 698.086C403.493 698.086 412 697.6 412 697C412 696.4 403.493 695.914 393 695.914C382.507 695.914 374 696.4 374 697C374 697.6 382.507 698.086 393 698.086Z" fill="#7A72FF"/>
</g>
<defs>
<clipPath id="clip0">
<rect width="944.078" height="698.086" fill="white"/>
</clipPath>
</defs>
</svg>
-->
<!-- <svg viewBox="0 0 945 699" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="wow" clip-path="url(#clip0)">
<path id="Vector" d="M205 35.0001H27V53.0001H205V35.0001Z" fill="#F2F2F2"/>
<path id="Vector_2" d="M472 35.0001H294V53.0001H472V35.0001Z" fill="#F2F2F2"/>
<path id="Vector_3" d="M739 35.0001H561V53.0001H739V35.0001Z" fill="#F2F2F2"/>
<g id="board">
<g id="circle">
<path id="filled" d="M397 403.146C468.797 403.146 527 344.943 527 273.146C527 201.349 468.797 143.146 397 143.146C325.203 143.146 267 201.349 267 273.146C267 344.943 325.203 403.146 397 403.146Z" fill="#7A72FF"/>
<path id="line" d="M414 381.146C341.766 381.146 283 322.38 283 250.146C283 177.912 341.766 119.146 414 119.146C486.233 119.146 545 177.912 545 250.146C545 322.38 486.233 381.146 414 381.146ZM414 121.146C388.486 121.146 363.545 128.712 342.331 142.886C321.117 157.061 304.583 177.208 294.819 200.78C285.055 224.352 282.501 250.289 287.478 275.313C292.456 300.336 304.742 323.322 322.783 341.363C340.824 359.404 363.81 371.69 388.833 376.668C413.857 381.645 439.794 379.091 463.366 369.327C486.938 359.563 507.085 343.029 521.26 321.815C535.434 300.601 543 275.66 543 250.146C542.961 215.945 529.358 183.156 505.174 158.972C480.99 134.788 448.201 121.185 414 121.146V121.146Z" fill="#3F3D56"/>
</g>
<path id="Vector_4" d="M811 441H0V0H811V441ZM2 439H809V2H2V439Z" fill="#3F3D56"/>
<path id="Vector_5" d="M217 45H37V25H217V45ZM39 43H215V27H39V43Z" fill="#3F3D56"/>
<path id="Vector_6" d="M484 45H304V25H484V45ZM306 43H482V27H306V43Z" fill="#3F3D56"/>
<path id="Vector_7" d="M751 45H571V25H751V45ZM573 43H749V27H573V43Z" fill="#3F3D56"/>
</g>
<path id="Vector_8" d="M944.078 682.738H116.474V685.292H944.078V682.738Z" fill="#2F2E41"/>
<g id="me">
<path id="Vector_9" d="M468.397 221.042C481.799 221.042 492.663 210.177 492.663 196.775C492.663 183.374 481.799 172.509 468.397 172.509C454.995 172.509 444.131 183.374 444.131 196.775C444.131 210.177 454.995 221.042 468.397 221.042Z" fill="#FFB8B8"/>
<g id="me_2">
<path id="Vector_10" d="M393.5 483.5L456.5 361.5L473.5 371.5L401.5 488.5L393.5 483.5Z" fill="#3F3D56"/>
<path id="Vector_11" d="M357 510C357 510 368.612 519.124 369.93 499.603C370.098 496.503 370.909 493.471 372.311 490.702C373.714 487.932 375.677 485.484 378.076 483.513C383.334 479.312 390.9 476.439 400 482C408.1 486.95 409.922 494.128 409.477 500.525C409.079 505.109 407.577 509.527 405.098 513.403C402.619 517.279 399.238 520.496 395.244 522.78C386.217 528.138 371.967 532.171 357 519C357 519 348 509 357 510Z" fill="#7A72FF"/>
<path id="Vector_12" d="M455.625 208.27C455.625 208.27 462.011 241.476 459.456 247.862C456.902 254.248 495.217 245.308 495.217 245.308C495.217 245.308 487.554 212.101 488.831 204.438C490.109 196.775 455.625 208.27 455.625 208.27Z" fill="#FFB8B8"/>
<path id="Vector_13" d="M413.479 323.215L416.033 357.698L428.71 411.854L432.636 426.666L439.022 403.677L432.636 351.313L430.467 327.738L413.479 323.215Z" fill="#FFB8B8"/>
<path id="Vector_14" d="M547.581 318.106V353.867C547.581 353.867 543.749 399.845 536.086 411.34C528.423 422.834 525.869 365.362 525.869 365.362L531.874 323.215L547.581 318.106Z" fill="#FFB8B8"/>
<path id="Vector_15" d="M433.913 429.22C433.913 429.22 427.528 436.883 432.636 514.79C437.745 592.697 430.082 648.893 446.685 648.893C446.685 648.893 441.576 665.496 455.625 666.773C469.674 668.05 476.06 669.327 477.337 665.496C478.614 661.664 481.169 643.784 477.337 643.784C477.337 643.784 477.337 648.893 479.891 628.458C482.446 608.023 482.446 510.959 488.832 498.187L509.266 545.442C509.266 545.442 509.266 567.154 513.098 577.371C516.929 587.589 523.315 646.338 523.315 646.338L522.038 655.278C522.038 655.278 552.69 660.387 553.967 655.278C555.244 650.17 555.244 642.507 553.967 639.952C552.69 637.398 552.69 637.398 555.244 632.289C557.799 627.181 557.799 623.349 556.521 619.518C555.244 615.686 555.244 532.67 555.244 532.67C555.244 532.67 552.69 431.774 537.364 426.666C522.038 421.557 433.913 429.22 433.913 429.22Z" fill="#2F2E41"/>
<path id="Vector_16" d="M450.517 656.556L440.299 674.436C440.299 674.436 424.335 668.689 427.528 683.376C454.987 685.292 474.144 682.738 474.144 682.738C474.144 682.738 480.53 685.292 481.807 681.46C483.084 677.629 478.614 664.219 474.783 664.219C470.951 664.219 450.517 656.556 450.517 656.556Z" fill="#2F2E41"/>
<path id="Vector_17" d="M524.592 651.447C524.592 651.447 514.375 674.436 518.206 675.713C522.038 676.99 556.521 682.099 559.076 683.376C561.63 684.653 574.402 685.931 575.679 678.268C576.956 670.605 569.293 668.05 569.293 668.05C569.293 668.05 555.244 665.496 551.413 652.724C547.581 639.953 524.592 651.447 524.592 651.447Z" fill="#2F2E41"/>
<path id="Vector_18" d="M497.772 241.476C497.772 241.476 463.288 235.09 455.625 241.476C447.962 247.862 416.033 260.634 416.033 267.02C416.033 273.405 432.636 335.987 432.636 335.987C432.636 335.987 423.696 430.497 432.636 433.051C441.577 435.606 456.903 427.943 474.783 436.883C492.663 445.823 543.75 429.22 543.75 429.22C543.75 429.22 524.592 347.481 529.701 332.155C534.81 316.829 538.641 264.465 538.641 264.465C538.641 264.465 516.929 241.476 497.772 241.476Z" fill="#8985A8"/>
<path id="Vector_19" d="M424.973 263.188L416.033 265.742C416.033 265.742 396.875 325.769 404.538 328.324C412.201 330.878 433.913 335.987 436.467 335.987C439.022 335.987 424.973 263.188 424.973 263.188Z" fill="#8985A8"/>
<path id="Vector_20" d="M518.207 256.802L538.641 264.465C538.641 264.465 565.462 314.275 559.076 320.661C552.69 327.046 524.592 333.432 524.592 333.432L518.207 256.802Z" fill="#8985A8"/>
<path id="Vector_21" d="M467.66 166.803C465.642 166.438 463.568 166.529 461.59 167.071C460.007 167.772 458.549 168.728 457.276 169.901C454.965 171.743 452.497 173.378 449.9 174.788C447.83 175.911 445.606 176.951 444.161 178.811C443.478 179.75 442.932 180.783 442.541 181.877C440.052 188.233 439.383 195.157 440.609 201.873C440.747 202.827 441.034 203.753 441.46 204.618C442.788 207.064 445.719 208.028 448.189 209.31C452.878 211.744 456.432 215.843 460.278 219.465C461.707 220.891 463.312 222.128 465.055 223.146C470.542 226.137 477.248 225.161 483.407 224.104C483.843 224.103 484.275 224.016 484.678 223.847C485.081 223.678 485.446 223.432 485.753 223.121C486.059 222.811 486.302 222.443 486.466 222.039C486.63 221.634 486.712 221.201 486.708 220.765L491.569 198.899C492.451 195.659 492.87 192.311 492.815 188.955C492.476 183.647 489.602 176.294 485.707 172.524C481.168 168.13 473.593 167.431 467.66 166.803Z" fill="#2F2E41"/>
</g>
</g>
<path id="Vector_22" d="M368 683C387.33 683 403 682.105 403 681C403 679.895 387.33 679 368 679C348.67 679 333 679.895 333 681C333 682.105 348.67 683 368 683Z" fill="#7A72FF"/>
<path id="Vector_23" d="M360 687C379.33 687 395 686.105 395 685C395 683.895 379.33 683 360 683C340.67 683 325 683.895 325 685C325 686.105 340.67 687 360 687Z" fill="#7A72FF"/>
<path id="Vector_24" d="M325 674.086C335.493 674.086 344 673.6 344 673C344 672.4 335.493 671.914 325 671.914C314.507 671.914 306 672.4 306 673C306 673.6 314.507 674.086 325 674.086Z" fill="#7A72FF"/>
<path id="Vector_25" d="M393 698.086C403.493 698.086 412 697.6 412 697C412 696.4 403.493 695.914 393 695.914C382.507 695.914 374 696.4 374 697C374 697.6 382.507 698.086 393 698.086Z" fill="#7A72FF"/>
</g>
<defs>
<clipPath id="clip0">
<rect width="944.078" height="698.086" fill="white"/>
</clipPath>
</defs>
</svg>
-->
<!-- <svg viewBox="0 0 945 699" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="wow" clip-path="url(#clip0)">
<path id="Vector" d="M205 35.0001H27V53.0001H205V35.0001Z" fill="#F2F2F2"/>
<path id="Vector_2" d="M472 35.0001H294V53.0001H472V35.0001Z" fill="#F2F2F2"/>
<path id="Vector_3" d="M739 35.0001H561V53.0001H739V35.0001Z" fill="#F2F2F2"/>
<g id="board">
<g id="circle">
<path id="filled" d="M397 403.146C468.797 403.146 527 344.943 527 273.146C527 201.349 468.797 143.146 397 143.146C325.203 143.146 267 201.349 267 273.146C267 344.943 325.203 403.146 397 403.146Z" fill="#7A72FF"/>
<path id="line" d="M414 381.146C341.766 381.146 283 322.38 283 250.146C283 177.912 341.766 119.146 414 119.146C486.233 119.146 545 177.912 545 250.146C545 322.38 486.233 381.146 414 381.146ZM414 121.146C388.486 121.146 363.545 128.712 342.331 142.886C321.117 157.061 304.583 177.208 294.819 200.78C285.055 224.352 282.501 250.289 287.478 275.313C292.456 300.336 304.742 323.322 322.783 341.363C340.824 359.404 363.81 371.69 388.833 376.668C413.857 381.645 439.794 379.091 463.366 369.327C486.938 359.563 507.085 343.029 521.26 321.815C535.434 300.601 543 275.66 543 250.146C542.961 215.945 529.358 183.156 505.174 158.972C480.99 134.788 448.201 121.185 414 121.146V121.146Z" fill="#65617D"/>
</g>
<path id="Vector_4" d="M811 441H0V0H811V441ZM2 439H809V2H2V439Z" fill="#65617D"/>
<path id="Vector_5" d="M217 45H37V25H217V45ZM39 43H215V27H39V43Z" fill="#65617D"/>
<path id="Vector_6" d="M484 45H304V25H484V45ZM306 43H482V27H306V43Z" fill="#65617D"/>
<path id="Vector_7" d="M751 45H571V25H751V45ZM573 43H749V27H573V43Z" fill="#65617D"/>
</g>
<path id="Vector_8" d="M944.078 682.738H116.474V685.292H944.078V682.738Z" fill="#65617D"/>
<g id="me">
<path id="Vector_9" d="M468.397 221.042C481.799 221.042 492.663 210.177 492.663 196.775C492.663 183.374 481.799 172.509 468.397 172.509C454.995 172.509 444.131 183.374 444.131 196.775C444.131 210.177 454.995 221.042 468.397 221.042Z" fill="#FFB8B8"/>
<g id="me_2">
<path id="Vector_10" d="M393.5 483.5L456.5 361.5L473.5 371.5L401.5 488.5L393.5 483.5Z" fill="#65617D"/>
<path id="Vector_11" d="M357 510C357 510 368.612 519.124 369.93 499.603C370.098 496.503 370.909 493.471 372.311 490.702C373.714 487.932 375.677 485.484 378.076 483.513C383.334 479.312 390.9 476.439 400 482C408.1 486.95 409.922 494.128 409.477 500.525C409.079 505.109 407.577 509.527 405.098 513.403C402.619 517.279 399.238 520.496 395.244 522.78C386.217 528.138 371.967 532.171 357 519C357 519 348 509 357 510Z" fill="#7A72FF"/>
<path id="Vector_12" d="M455.625 208.27C455.625 208.27 462.011 241.476 459.456 247.862C456.902 254.248 495.217 245.308 495.217 245.308C495.217 245.308 487.554 212.101 488.831 204.438C490.109 196.775 455.625 208.27 455.625 208.27Z" fill="#FFB8B8"/>
<path id="Vector_13" d="M413.479 323.215L416.033 357.698L428.71 411.854L432.636 426.666L439.022 403.677L432.636 351.313L430.467 327.738L413.479 323.215Z" fill="#FFB8B8"/>
<path id="Vector_14" d="M547.581 318.106V353.867C547.581 353.867 543.749 399.845 536.086 411.34C528.423 422.834 525.869 365.362 525.869 365.362L531.874 323.215L547.581 318.106Z" fill="#FFB8B8"/>
<path id="Vector_15" d="M433.913 429.22C433.913 429.22 427.528 436.883 432.636 514.79C437.745 592.697 430.082 648.893 446.685 648.893C446.685 648.893 441.576 665.496 455.625 666.773C469.674 668.05 476.06 669.327 477.337 665.496C478.614 661.664 481.169 643.784 477.337 643.784C477.337 643.784 477.337 648.893 479.891 628.458C482.446 608.023 482.446 510.959 488.832 498.187L509.266 545.442C509.266 545.442 509.266 567.154 513.098 577.371C516.929 587.589 523.315 646.338 523.315 646.338L522.038 655.278C522.038 655.278 552.69 660.387 553.967 655.278C555.244 650.17 555.244 642.507 553.967 639.952C552.69 637.398 552.69 637.398 555.244 632.289C557.799 627.181 557.799 623.349 556.521 619.518C555.244 615.686 555.244 532.67 555.244 532.67C555.244 532.67 552.69 431.774 537.364 426.666C522.038 421.557 433.913 429.22 433.913 429.22Z" fill="#3F3D56"/>
<path id="Vector_16" d="M450.517 656.556L440.299 674.436C440.299 674.436 424.335 668.689 427.528 683.376C454.987 685.292 474.144 682.738 474.144 682.738C474.144 682.738 480.53 685.292 481.807 681.46C483.084 677.629 478.614 664.219 474.783 664.219C470.951 664.219 450.517 656.556 450.517 656.556Z" fill="#3F3D56"/>
<path id="Vector_17" d="M524.592 651.447C524.592 651.447 514.375 674.436 518.206 675.713C522.038 676.99 556.521 682.099 559.076 683.376C561.63 684.653 574.402 685.931 575.679 678.268C576.956 670.605 569.293 668.05 569.293 668.05C569.293 668.05 555.244 665.496 551.413 652.724C547.581 639.953 524.592 651.447 524.592 651.447Z" fill="#3F3D56"/>
<path id="Vector_18" d="M497.772 241.476C497.772 241.476 463.288 235.09 455.625 241.476C447.962 247.862 416.033 260.634 416.033 267.02C416.033 273.405 432.636 335.987 432.636 335.987C432.636 335.987 423.696 430.497 432.636 433.051C441.577 435.606 456.903 427.943 474.783 436.883C492.663 445.823 543.75 429.22 543.75 429.22C543.75 429.22 524.592 347.481 529.701 332.155C534.81 316.829 538.641 264.465 538.641 264.465C538.641 264.465 516.929 241.476 497.772 241.476Z" fill="#8985A8"/>
<path id="Vector_19" d="M424.973 263.188L416.033 265.742C416.033 265.742 396.875 325.769 404.538 328.324C412.201 330.878 433.913 335.987 436.467 335.987C439.022 335.987 424.973 263.188 424.973 263.188Z" fill="#8985A8"/>
<path id="Vector_20" d="M518.207 256.802L538.641 264.465C538.641 264.465 565.462 314.275 559.076 320.661C552.69 327.046 524.592 333.432 524.592 333.432L518.207 256.802Z" fill="#8985A8"/>
<path id="Vector_21" d="M467.66 166.803C465.642 166.438 463.568 166.529 461.59 167.071C460.007 167.772 458.549 168.728 457.276 169.901C454.965 171.743 452.497 173.378 449.9 174.788C447.83 175.911 445.606 176.951 444.161 178.811C443.478 179.75 442.932 180.783 442.541 181.877C440.052 188.233 439.383 195.157 440.609 201.873C440.747 202.827 441.034 203.753 441.46 204.618C442.788 207.064 445.719 208.028 448.189 209.31C452.878 211.744 456.432 215.843 460.278 219.465C461.707 220.891 463.312 222.128 465.055 223.146C470.542 226.137 477.248 225.161 483.407 224.104C483.843 224.103 484.275 224.016 484.678 223.847C485.081 223.678 485.446 223.432 485.753 223.121C486.059 222.811 486.302 222.443 486.466 222.039C486.63 221.634 486.712 221.201 486.708 220.765L491.569 198.899C492.451 195.659 492.87 192.311 492.815 188.955C492.476 183.647 489.602 176.294 485.707 172.524C481.168 168.13 473.593 167.431 467.66 166.803Z" fill="#3F3D56"/>
</g>
</g>
<path id="Vector_22" d="M368 683C387.33 683 403 682.105 403 681C403 679.895 387.33 679 368 679C348.67 679 333 679.895 333 681C333 682.105 348.67 683 368 683Z" fill="#7A72FF"/>
<path id="Vector_23" d="M360 687C379.33 687 395 686.105 395 685C395 683.895 379.33 683 360 683C340.67 683 325 683.895 325 685C325 686.105 340.67 687 360 687Z" fill="#7A72FF"/>
<path id="Vector_24" d="M325 674.086C335.493 674.086 344 673.6 344 673C344 672.4 335.493 671.914 325 671.914C314.507 671.914 306 672.4 306 673C306 673.6 314.507 674.086 325 674.086Z" fill="#7A72FF"/>
<path id="Vector_25" d="M393 698.086C403.493 698.086 412 697.6 412 697C412 696.4 403.493 695.914 393 695.914C382.507 695.914 374 696.4 374 697C374 697.6 382.507 698.086 393 698.086Z" fill="#7A72FF"/>
</g>
<defs>
<clipPath id="clip0">
<rect width="944.078" height="698.086" fill="white"/>
</clipPath>
</defs>
</svg>
-->
<!-- <svg viewBox="0 0 945 699" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="wow" clip-path="url(#clip0)">
<path id="Vector" d="M205 35.0001H27V53.0001H205V35.0001Z" fill="#F2F2F2"/>
<path id="Vector_2" d="M472 35.0001H294V53.0001H472V35.0001Z" fill="#F2F2F2"/>
<path id="Vector_3" d="M739 35.0001H561V53.0001H739V35.0001Z" fill="#F2F2F2"/>
<g id="board">
<g id="circle">
<path id="filled" d="M397 403.146C468.797 403.146 527 344.943 527 273.146C527 201.349 468.797 143.146 397 143.146C325.203 143.146 267 201.349 267 273.146C267 344.943 325.203 403.146 397 403.146Z" fill="#7A72FF"/>
<path id="line" d="M414 381.146C341.766 381.146 283 322.38 283 250.146C283 177.912 341.766 119.146 414 119.146C486.233 119.146 545 177.912 545 250.146C545 322.38 486.233 381.146 414 381.146ZM414 121.146C388.486 121.146 363.545 128.712 342.331 142.886C321.117 157.061 304.583 177.208 294.819 200.78C285.055 224.352 282.501 250.289 287.478 275.313C292.456 300.336 304.742 323.322 322.783 341.363C340.824 359.404 363.81 371.69 388.833 376.668C413.857 381.645 439.794 379.091 463.366 369.327C486.938 359.563 507.085 343.029 521.26 321.815C535.434 300.601 543 275.66 543 250.146C542.961 215.945 529.358 183.156 505.174 158.972C480.99 134.788 448.201 121.185 414 121.146V121.146Z" fill="#FDD835"/>
</g>
<path id="Vector_4" d="M811 441H0V0H811V441ZM2 439H809V2H2V439Z" fill="#65617D"/>
<path id="Vector_5" d="M217 45H37V25H217V45ZM39 43H215V27H39V43Z" fill="#65617D"/>
<path id="Vector_6" d="M484 45H304V25H484V45ZM306 43H482V27H306V43Z" fill="#65617D"/>
<path id="Vector_7" d="M751 45H571V25H751V45ZM573 43H749V27H573V43Z" fill="#65617D"/>
</g>
<path id="Vector_8" d="M944.078 682.738H116.474V685.292H944.078V682.738Z" fill="#65617D"/>
<g id="me">
<path id="Vector_9" d="M468.397 221.042C481.799 221.042 492.663 210.177 492.663 196.775C492.663 183.374 481.799 172.509 468.397 172.509C454.995 172.509 444.131 183.374 444.131 196.775C444.131 210.177 454.995 221.042 468.397 221.042Z" fill="#FFB8B8"/>
<g id="me_2">
<path id="Vector_10" d="M393.5 483.5L456.5 361.5L473.5 371.5L401.5 488.5L393.5 483.5Z" fill="#65617D"/>
<path id="Vector_11" d="M357 510C357 510 368.612 519.124 369.93 499.603C370.098 496.503 370.909 493.471 372.311 490.702C373.714 487.932 375.677 485.484 378.076 483.513C383.334 479.312 390.9 476.439 400 482C408.1 486.95 409.922 494.128 409.477 500.525C409.079 505.109 407.577 509.527 405.098 513.403C402.619 517.279 399.238 520.496 395.244 522.78C386.217 528.138 371.967 532.171 357 519C357 519 348 509 357 510Z" fill="#7A72FF"/>
<path id="Vector_12" d="M455.625 208.27C455.625 208.27 462.011 241.476 459.456 247.862C456.902 254.248 495.217 245.308 495.217 245.308C495.217 245.308 487.554 212.101 488.831 204.438C490.109 196.775 455.625 208.27 455.625 208.27Z" fill="#FFB8B8"/>
<path id="Vector_13" d="M413.479 323.215L416.033 357.698L428.71 411.854L432.635 426.666L439.022 403.677L432.635 351.313L430.467 327.738L413.479 323.215Z" fill="#FFB8B8"/>
<path id="Vector_14" d="M547.581 318.106V353.867C547.581 353.867 543.749 399.845 536.086 411.34C528.423 422.834 525.869 365.362 525.869 365.362L531.874 323.215L547.581 318.106Z" fill="#FFB8B8"/>
<path id="Vector_15" d="M433.913 429.22C433.913 429.22 427.528 436.883 432.636 514.79C437.745 592.697 430.082 648.893 446.685 648.893C446.685 648.893 441.576 665.496 455.625 666.773C469.674 668.05 476.06 669.327 477.337 665.496C478.614 661.664 481.169 643.784 477.337 643.784C477.337 643.784 477.337 648.893 479.891 628.458C482.446 608.023 482.446 510.959 488.832 498.187L509.266 545.442C509.266 545.442 509.266 567.154 513.098 577.371C516.929 587.589 523.315 646.338 523.315 646.338L522.038 655.278C522.038 655.278 552.69 660.387 553.967 655.278C555.244 650.17 555.244 642.507 553.967 639.952C552.69 637.398 552.69 637.398 555.244 632.289C557.799 627.181 557.799 623.349 556.521 619.518C555.244 615.686 555.244 532.67 555.244 532.67C555.244 532.67 552.69 431.774 537.364 426.666C522.038 421.557 433.913 429.22 433.913 429.22Z" fill="#3F3D56"/>
<path id="Vector_16" d="M450.517 656.556L440.299 674.436C440.299 674.436 424.335 668.689 427.528 683.376C454.987 685.292 474.144 682.738 474.144 682.738C474.144 682.738 480.53 685.292 481.807 681.46C483.084 677.629 478.614 664.219 474.783 664.219C470.951 664.219 450.517 656.556 450.517 656.556Z" fill="#3F3D56"/>
<path id="Vector_17" d="M524.592 651.447C524.592 651.447 514.375 674.436 518.206 675.713C522.038 676.99 556.521 682.099 559.076 683.376C561.63 684.653 574.402 685.931 575.679 678.268C576.956 670.605 569.293 668.05 569.293 668.05C569.293 668.05 555.244 665.496 551.413 652.724C547.581 639.953 524.592 651.447 524.592 651.447Z" fill="#3F3D56"/>
<path id="Vector_18" d="M497.772 241.476C497.772 241.476 463.288 235.09 455.625 241.476C447.962 247.862 416.033 260.634 416.033 267.02C416.033 273.405 432.636 335.987 432.636 335.987C432.636 335.987 423.696 430.497 432.636 433.051C441.577 435.606 456.903 427.943 474.783 436.883C492.663 445.823 543.75 429.22 543.75 429.22C543.75 429.22 524.592 347.481 529.701 332.155C534.81 316.829 538.641 264.465 538.641 264.465C538.641 264.465 516.929 241.476 497.772 241.476Z" fill="#8985A8"/>
<path id="Vector_19" d="M424.972 263.188L416.032 265.742C416.032 265.742 396.875 325.769 404.538 328.324C412.201 330.878 433.913 335.987 436.467 335.987C439.021 335.987 424.972 263.188 424.972 263.188Z" fill="#8985A8"/>
<path id="Vector_20" d="M518.207 256.802L538.642 264.465C538.642 264.465 565.462 314.275 559.076 320.661C552.691 327.046 524.593 333.432 524.593 333.432L518.207 256.802Z" fill="#8985A8"/>
<path id="Vector_21" d="M467.66 166.803C465.642 166.438 463.568 166.529 461.59 167.071C460.007 167.772 458.549 168.728 457.276 169.901C454.965 171.743 452.497 173.378 449.9 174.788C447.83 175.911 445.606 176.951 444.161 178.811C443.478 179.75 442.932 180.783 442.541 181.877C440.052 188.233 439.383 195.157 440.609 201.873C440.747 202.827 441.034 203.753 441.46 204.618C442.788 207.064 445.719 208.028 448.189 209.31C452.878 211.744 456.432 215.843 460.278 219.465C461.707 220.891 463.312 222.128 465.055 223.146C470.542 226.137 477.248 225.161 483.407 224.104C483.843 224.103 484.275 224.016 484.678 223.847C485.081 223.678 485.446 223.432 485.753 223.121C486.059 222.811 486.302 222.443 486.466 222.039C486.63 221.634 486.712 221.201 486.708 220.765L491.569 198.899C492.451 195.659 492.87 192.311 492.815 188.955C492.476 183.647 489.602 176.294 485.707 172.524C481.168 168.13 473.593 167.431 467.66 166.803Z" fill="#3F3D56"/>
</g>
</g>
<path id="Vector_22" d="M368 683C387.33 683 403 682.105 403 681C403 679.895 387.33 679 368 679C348.67 679 333 679.895 333 681C333 682.105 348.67 683 368 683Z" fill="#7A72FF"/>
<path id="Vector_23" d="M360 687C379.33 687 395 686.105 395 685C395 683.895 379.33 683 360 683C340.67 683 325 683.895 325 685C325 686.105 340.67 687 360 687Z" fill="#7A72FF"/>
<path id="Vector_24" d="M325 674.086C335.493 674.086 344 673.6 344 673C344 672.4 335.493 671.914 325 671.914C314.507 671.914 306 672.4 306 673C306 673.6 314.507 674.086 325 674.086Z" fill="#7A72FF"/>
<path id="Vector_25" d="M393 698.086C403.493 698.086 412 697.6 412 697C412 696.4 403.493 695.914 393 695.914C382.507 695.914 374 696.4 374 697C374 697.6 382.507 698.086 393 698.086Z" fill="#7A72FF"/>
</g>
<defs>
<clipPath id="clip0">
<rect width="944.078" height="698.086" fill="white"/>
</clipPath>
</defs>
</svg> -->
<!-- <svg viewBox="0 0 1129 701" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="wow">
<g id="wow_2" clip-path="url(#clip0)">
<g id="one" filter="url(#filter0_d)">
<rect x="16" y="10" width="674" height="287" fill="white"/>
</g>
<g id="three" filter="url(#filter1_d)">
<rect x="16" y="335" width="220" height="287" fill="white"/>
</g>
<g id="three_2" filter="url(#filter2_d)">
<rect x="298" y="335" width="220" height="287" fill="white"/>
</g>
<g id="me" filter="url(#filter3_d)">
<path id="Vector" d="M468.397 223.042C481.799 223.042 492.663 212.177 492.663 198.775C492.663 185.374 481.799 174.509 468.397 174.509C454.995 174.509 444.131 185.374 444.131 198.775C444.131 212.177 454.995 223.042 468.397 223.042Z" fill="#FFB8B8"/>
<g id="me_2">
<path id="Vector_2" d="M393.5 485.5L456.5 363.5L473.5 373.5L401.5 490.5L393.5 485.5Z" fill="#65617D"/>
<path id="Vector_3" d="M357 512C357 512 368.612 521.124 369.93 501.603C370.098 498.503 370.909 495.472 372.311 492.702C373.714 489.932 375.677 487.484 378.076 485.513C383.334 481.312 390.9 478.439 400 484C408.1 488.95 409.922 496.128 409.477 502.526C409.079 507.109 407.577 511.527 405.098 515.403C402.619 519.279 399.238 522.496 395.244 524.78C386.217 530.138 371.967 534.171 357 521C357 521 348 511 357 512Z" fill="#7A72FF"/>
<path id="Vector_4" d="M455.625 210.27C455.625 210.27 462.011 243.476 459.456 249.862C456.902 256.248 495.217 247.308 495.217 247.308C495.217 247.308 487.554 214.101 488.831 206.438C490.109 198.775 455.625 210.27 455.625 210.27Z" fill="#FFB8B8"/>
<path id="Vector_5" d="M413.479 325.215L416.033 359.698L428.71 413.854L432.635 428.666L439.022 405.677L432.635 353.313L430.467 329.738L413.479 325.215Z" fill="#FFB8B8"/>
<path id="Vector_6" d="M547.581 320.106V355.867C547.581 355.867 543.749 401.845 536.086 413.34C528.423 424.834 525.869 367.362 525.869 367.362L531.874 325.215L547.581 320.106Z" fill="#FFB8B8"/>
<path id="Vector_7" d="M433.913 431.22C433.913 431.22 427.528 438.883 432.636 516.79C437.745 594.697 430.082 650.893 446.685 650.893C446.685 650.893 441.576 667.496 455.625 668.773C469.674 670.05 476.06 671.327 477.337 667.496C478.614 663.664 481.169 645.784 477.337 645.784C477.337 645.784 477.337 650.893 479.891 630.458C482.446 610.023 482.446 512.959 488.832 500.187L509.266 547.442C509.266 547.442 509.266 569.154 513.098 579.371C516.929 589.589 523.315 648.338 523.315 648.338L522.038 657.278C522.038 657.278 552.69 662.387 553.967 657.278C555.244 652.17 555.244 644.507 553.967 641.952C552.69 639.398 552.69 639.398 555.244 634.289C557.799 629.181 557.799 625.349 556.521 621.518C555.244 617.686 555.244 534.67 555.244 534.67C555.244 534.67 552.69 433.774 537.364 428.666C522.038 423.557 433.913 431.22 433.913 431.22Z" fill="#3F3D56"/>
<path id="Vector_8" d="M450.517 658.556L440.299 676.436C440.299 676.436 424.335 670.689 427.528 685.376C454.987 687.292 474.144 684.738 474.144 684.738C474.144 684.738 480.53 687.292 481.807 683.46C483.084 679.629 478.614 666.219 474.783 666.219C470.951 666.219 450.517 658.556 450.517 658.556Z" fill="#3F3D56"/>
<path id="Vector_9" d="M524.592 653.447C524.592 653.447 514.375 676.436 518.206 677.713C522.038 678.99 556.521 684.099 559.076 685.376C561.63 686.653 574.402 687.931 575.679 680.268C576.956 672.605 569.293 670.05 569.293 670.05C569.293 670.05 555.244 667.496 551.413 654.724C547.581 641.953 524.592 653.447 524.592 653.447Z" fill="#3F3D56"/>
<path id="Vector_10" d="M497.772 243.476C497.772 243.476 463.288 237.09 455.625 243.476C447.962 249.862 416.033 262.634 416.033 269.02C416.033 275.406 432.636 337.987 432.636 337.987C432.636 337.987 423.696 432.497 432.636 435.051C441.577 437.606 456.903 429.943 474.783 438.883C492.663 447.823 543.75 431.22 543.75 431.22C543.75 431.22 524.592 349.481 529.701 334.155C534.81 318.829 538.641 266.465 538.641 266.465C538.641 266.465 516.929 243.476 497.772 243.476Z" fill="#8985A8"/>
<path id="Vector_11" d="M424.972 265.188L416.032 267.742C416.032 267.742 396.875 327.769 404.538 330.324C412.201 332.878 433.913 337.987 436.467 337.987C439.021 337.987 424.972 265.188 424.972 265.188Z" fill="#8985A8"/>
<path id="Vector_12" d="M518.207 258.802L538.642 266.465C538.642 266.465 565.462 316.275 559.076 322.661C552.691 329.046 524.593 335.432 524.593 335.432L518.207 258.802Z" fill="#8985A8"/>
<path id="Vector_13" d="M467.66 168.803C465.642 168.438 463.568 168.529 461.59 169.071C460.007 169.772 458.549 170.728 457.276 171.901C454.965 173.743 452.497 175.378 449.9 176.788C447.83 177.911 445.606 178.951 444.161 180.811C443.478 181.75 442.932 182.783 442.541 183.877C440.052 190.233 439.383 197.157 440.609 203.873C440.747 204.827 441.034 205.753 441.46 206.618C442.788 209.064 445.719 210.028 448.189 211.31C452.878 213.744 456.432 217.843 460.278 221.465C461.707 222.891 463.312 224.128 465.055 225.146C470.542 228.137 477.248 227.161 483.407 226.104C483.843 226.103 484.275 226.016 484.678 225.847C485.081 225.678 485.446 225.432 485.753 225.121C486.059 224.811 486.302 224.443 486.466 224.039C486.63 223.634 486.712 223.201 486.708 222.765L491.569 200.899C492.451 197.659 492.87 194.311 492.815 190.955C492.476 185.647 489.602 178.294 485.707 174.524C481.168 170.13 473.593 169.431 467.66 168.803Z" fill="#3F3D56"/>
</g>
</g>
<path id="Vector_14" d="M368 685C387.33 685 403 684.105 403 683C403 681.895 387.33 681 368 681C348.67 681 333 681.895 333 683C333 684.105 348.67 685 368 685Z" fill="#7A72FF"/>
<path id="Vector_15" d="M360 689C379.33 689 395 688.105 395 687C395 685.895 379.33 685 360 685C340.67 685 325 685.895 325 687C325 688.105 340.67 689 360 689Z" fill="#7A72FF"/>
<path id="Vector_16" d="M325 676.086C335.493 676.086 344 675.6 344 675C344 674.4 335.493 673.914 325 673.914C314.507 673.914 306 674.4 306 675C306 675.6 314.507 676.086 325 676.086Z" fill="#7A72FF"/>
<path id="Vector_17" d="M393 700.086C403.493 700.086 412 699.6 412 699C412 698.4 403.493 697.914 393 697.914C382.507 697.914 374 698.4 374 699C374 699.6 382.507 700.086 393 700.086Z" fill="#7A72FF"/>
</g>
<g id="two" filter="url(#filter4_d)">
<rect x="736" y="2" width="387" height="287" fill="white"/>
</g>
<g id="five" filter="url(#filter5_d)">
<rect x="582" y="337" width="541" height="287" fill="white"/>
</g>
</g>
<defs>
<filter id="filter0_d" x="4" y="2" width="698" height="311" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="6"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.477805 0 0 0 0 0.445833 0 0 0 0 1 0 0 0 0.49 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
<filter id="filter1_d" x="10" y="333" width="232" height="299" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="3"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.477805 0 0 0 0 0.445833 0 0 0 0 1 0 0 0 0.49 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
<filter id="filter2_d" x="292" y="333" width="232" height="299" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="3"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.477805 0 0 0 0 0.445833 0 0 0 0 1 0 0 0 0.49 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
<filter id="filter3_d" x="349" y="168.583" width="230.823" height="525.758" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="2"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
<filter id="filter4_d" x="730" y="0" width="399" height="299" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="3"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.477805 0 0 0 0 0.445833 0 0 0 0 1 0 0 0 0.49 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
<filter id="filter5_d" x="576" y="335" width="553" height="299" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="3"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.477805 0 0 0 0 0.445833 0 0 0 0 1 0 0 0 0.49 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
<clipPath id="clip0">
<rect width="944.078" height="698.086" fill="white" transform="translate(0 2)"/>
</clipPath>
</defs>
</svg> -->
<svg viewBox="0 0 956 701" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="wow">
<g id="boxes">
<g id="one" filter="url(#filter0_d)">
<rect x="6" y="2" width="646" height="280" fill="white"/>
</g>
<g id="two" filter="url(#filter1_d)">
<rect x="680" y="2" width="270" height="280" fill="white"/>
</g>
<g id="three" filter="url(#filter2_d)">
<rect x="6" y="324" width="200" height="200" fill="white"/>
</g>
<g id="four" filter="url(#filter3_d)">
<rect x="255" y="324" width="200" height="200" fill="white"/>
</g>
<g id="five" filter="url(#filter4_d)">
<rect x="504" y="324" width="200" height="200" fill="white"/>
</g>
<g id="six" filter="url(#filter5_d)">
<rect x="750" y="324" width="200" height="200" fill="white"/>
</g>
</g>
<g id="wow_2" clip-path="url(#clip0)">
<g id="me" filter="url(#filter6_d)">
<path id="Vector" d="M474.397 223.042C487.799 223.042 498.663 212.177 498.663 198.775C498.663 185.374 487.799 174.509 474.397 174.509C460.995 174.509 450.131 185.374 450.131 198.775C450.131 212.177 460.995 223.042 474.397 223.042Z" fill="#FFB8B8"/>
<g id="me_2">
<path id="Vector_2" d="M399.5 485.5L462.5 363.5L479.5 373.5L407.5 490.5L399.5 485.5Z" fill="#65617D"/>
<path id="Vector_3" d="M363 512C363 512 374.612 521.124 375.93 501.603C376.098 498.503 376.909 495.472 378.311 492.702C379.714 489.932 381.677 487.484 384.076 485.513C389.334 481.312 396.9 478.439 406 484C414.1 488.95 415.922 496.128 415.477 502.526C415.079 507.109 413.577 511.527 411.098 515.403C408.619 519.279 405.238 522.496 401.244 524.78C392.217 530.138 377.967 534.171 363 521C363 521 354 511 363 512Z" fill="#7A72FF"/>
<path id="Vector_4" d="M461.625 210.27C461.625 210.27 468.011 243.476 465.456 249.862C462.902 256.248 501.217 247.308 501.217 247.308C501.217 247.308 493.554 214.101 494.831 206.438C496.109 198.775 461.625 210.27 461.625 210.27Z" fill="#FFB8B8"/>
<path id="Vector_5" d="M419.479 325.215L422.033 359.698L434.71 413.854L438.635 428.666L445.022 405.677L438.635 353.313L436.467 329.738L419.479 325.215Z" fill="#FFB8B8"/>
<path id="Vector_6" d="M553.581 320.106V355.867C553.581 355.867 549.749 401.845 542.086 413.34C534.423 424.834 531.869 367.362 531.869 367.362L537.874 325.215L553.581 320.106Z" fill="#FFB8B8"/>
<path id="Vector_7" d="M439.913 431.22C439.913 431.22 433.528 438.883 438.636 516.79C443.745 594.697 436.082 650.893 452.685 650.893C452.685 650.893 447.576 667.496 461.625 668.773C475.674 670.05 482.06 671.327 483.337 667.496C484.614 663.664 487.169 645.784 483.337 645.784C483.337 645.784 483.337 650.893 485.891 630.458C488.446 610.023 488.446 512.959 494.832 500.187L515.266 547.442C515.266 547.442 515.266 569.154 519.098 579.371C522.929 589.589 529.315 648.338 529.315 648.338L528.038 657.278C528.038 657.278 558.69 662.387 559.967 657.278C561.244 652.17 561.244 644.507 559.967 641.952C558.69 639.398 558.69 639.398 561.244 634.289C563.799 629.181 563.799 625.349 562.521 621.518C561.244 617.686 561.244 534.67 561.244 534.67C561.244 534.67 558.69 433.774 543.364 428.666C528.038 423.557 439.913 431.22 439.913 431.22Z" fill="#3F3D56"/>
<path id="Vector_8" d="M456.517 658.556L446.299 676.436C446.299 676.436 430.335 670.689 433.528 685.376C460.987 687.292 480.144 684.738 480.144 684.738C480.144 684.738 486.53 687.292 487.807 683.46C489.084 679.629 484.614 666.219 480.783 666.219C476.951 666.219 456.517 658.556 456.517 658.556Z" fill="#3F3D56"/>
<path id="Vector_9" d="M530.592 653.447C530.592 653.447 520.375 676.436 524.206 677.713C528.038 678.99 562.521 684.099 565.076 685.376C567.63 686.653 580.402 687.931 581.679 680.268C582.956 672.605 575.293 670.05 575.293 670.05C575.293 670.05 561.244 667.496 557.413 654.724C553.581 641.953 530.592 653.447 530.592 653.447Z" fill="#3F3D56"/>
<path id="Vector_10" d="M503.772 243.476C503.772 243.476 469.288 237.09 461.625 243.476C453.962 249.862 422.033 262.634 422.033 269.02C422.033 275.406 438.636 337.987 438.636 337.987C438.636 337.987 429.696 432.497 438.636 435.051C447.577 437.606 462.903 429.943 480.783 438.883C498.663 447.823 549.75 431.22 549.75 431.22C549.75 431.22 530.592 349.481 535.701 334.155C540.81 318.829 544.641 266.465 544.641 266.465C544.641 266.465 522.929 243.476 503.772 243.476Z" fill="#8985A8"/>
<path id="Vector_11" d="M430.972 265.188L422.032 267.742C422.032 267.742 402.875 327.769 410.538 330.324C418.201 332.878 439.913 337.987 442.467 337.987C445.021 337.987 430.972 265.188 430.972 265.188Z" fill="#8985A8"/>
<path id="Vector_12" d="M524.207 258.802L544.642 266.465C544.642 266.465 571.462 316.275 565.076 322.661C558.691 329.046 530.593 335.432 530.593 335.432L524.207 258.802Z" fill="#8985A8"/>
<path id="Vector_13" d="M473.66 168.803C471.642 168.438 469.568 168.529 467.59 169.071C466.007 169.772 464.549 170.728 463.276 171.901C460.965 173.743 458.497 175.378 455.9 176.788C453.83 177.911 451.606 178.951 450.161 180.811C449.478 181.75 448.932 182.783 448.541 183.877C446.052 190.233 445.383 197.157 446.609 203.873C446.747 204.827 447.034 205.753 447.46 206.618C448.788 209.064 451.719 210.028 454.189 211.31C458.878 213.744 462.432 217.843 466.278 221.465C467.707 222.891 469.312 224.128 471.055 225.146C476.542 228.137 483.248 227.161 489.407 226.104C489.843 226.103 490.275 226.016 490.678 225.847C491.081 225.678 491.446 225.432 491.753 225.121C492.059 224.811 492.302 224.443 492.466 224.039C492.63 223.634 492.712 223.201 492.708 222.765L497.569 200.899C498.451 197.659 498.87 194.311 498.815 190.955C498.476 185.647 495.602 178.294 491.707 174.524C487.168 170.13 479.593 169.431 473.66 168.803Z" fill="#3F3D56"/>
</g>
</g>
<path id="Vector_14" d="M374 685C393.33 685 409 684.105 409 683C409 681.895 393.33 681 374 681C354.67 681 339 681.895 339 683C339 684.105 354.67 685 374 685Z" fill="#7A72FF"/>
<path id="Vector_15" d="M366 689C385.33 689 401 688.105 401 687C401 685.895 385.33 685 366 685C346.67 685 331 685.895 331 687C331 688.105 346.67 689 366 689Z" fill="#7A72FF"/>
<path id="Vector_16" d="M331 676.086C341.493 676.086 350 675.6 350 675C350 674.4 341.493 673.914 331 673.914C320.507 673.914 312 674.4 312 675C312 675.6 320.507 676.086 331 676.086Z" fill="#7A72FF"/>
<path id="Vector_17" d="M399 700.086C409.493 700.086 418 699.6 418 699C418 698.4 409.493 697.914 399 697.914C388.507 697.914 380 698.4 380 699C380 699.6 388.507 700.086 399 700.086Z" fill="#7A72FF"/>
</g>
</g>
<defs>
<filter id="filter0_d" x="0" y="0" width="658" height="292" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="3"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.477805 0 0 0 0 0.445833 0 0 0 0 1 0 0 0 0.49 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
<filter id="filter1_d" x="674" y="0" width="282" height="292" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="3"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.477805 0 0 0 0 0.445833 0 0 0 0 1 0 0 0 0.49 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
<filter id="filter2_d" x="0" y="322" width="212" height="212" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="3"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.477805 0 0 0 0 0.445833 0 0 0 0 1 0 0 0 0.49 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
<filter id="filter3_d" x="249" y="322" width="212" height="212" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="3"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.477805 0 0 0 0 0.445833 0 0 0 0 1 0 0 0 0.49 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
<filter id="filter4_d" x="498" y="322" width="212" height="212" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="3"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.477805 0 0 0 0 0.445833 0 0 0 0 1 0 0 0 0.49 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
<filter id="filter5_d" x="744" y="322" width="212" height="212" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="3"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.477805 0 0 0 0 0.445833 0 0 0 0 1 0 0 0 0.49 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
<filter id="filter6_d" x="355" y="168.583" width="230.823" height="525.758" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="2"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
<clipPath id="clip0">
<rect width="944.078" height="698.086" fill="white" transform="translate(6 2)"/>
</clipPath>
</defs>
</svg>
<br>
</div>
<div class="col-lg-6 col-12 text-lg-left text-center">
<h1 class="animated i fadeInUp mb-4 theme-font">DEVELOPMENT is an ART,<br><small>I'm an emerging ARTIST.</small></h1>
<!-- <h1 class="animated fadeInUp mb-4 theme-font" style="font-weight: bold; color: #5a5a5a;" ><span class="theme-text">DEVELOPMENT</span> is an <span class="theme-text">ART</span>,<br>I'm an emerging <span class="theme-text">ARTIST</span>.</h1> -->
<!-- <img src="img/tagline.svg" alt="projects button" class="img-fluid animated fadeIn" style="width: 100%" /> -->
<!-- <img src="img/btn.svg" alt="projects button" class="img-fluid animated fadeIn" style="width: 50%" /> -->
<!-- <svg class="animated fadeInUp slow" style="width: 50%" viewBox="0 0 575 128" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="btn">
<g id="btn_2">
<g id="btn_3" filter="url(#filter0_d)">
<rect x="6" y="2" width="562.845" height="116" rx="10" fill="white"/>
</g>
<path id="cd Projects" d="M158.647 78.1914C156.948 78.1914 155.522 77.8594 154.37 77.1953C153.237 76.5117 152.329 75.623 151.646 74.5293C150.942 73.4551 150.435 72.2441 150.122 70.8965C149.829 69.5293 149.683 68.1523 149.683 66.7656V65.5352C149.683 64.168 149.829 62.8105 150.122 61.4629C150.435 60.1152 150.942 58.8945 151.646 57.8008C152.349 56.7266 153.267 55.8574 154.399 55.1934C155.552 54.5098 156.968 54.168 158.647 54.168C159.741 54.168 160.757 54.3535 161.694 54.7246C162.651 55.0957 163.472 55.6035 164.155 56.248C164.839 56.8926 165.376 57.6445 165.767 58.5039C166.177 59.3438 166.392 60.2422 166.411 61.1992H171.538C171.538 59.5977 171.216 58.0938 170.571 56.6875C169.927 55.2812 169.038 54.0605 167.905 53.0254C166.753 52.0098 165.386 51.209 163.804 50.623C162.241 50.0176 160.522 49.7148 158.647 49.7148C156.245 49.7148 154.146 50.1445 152.349 51.0039C150.552 51.8633 149.058 53.0156 147.866 54.4609C146.655 55.9258 145.747 57.6152 145.142 59.5293C144.536 61.4434 144.233 63.4453 144.233 65.5352V66.7656C144.233 68.875 144.536 70.8867 145.142 72.8008C145.747 74.6953 146.655 76.3652 147.866 77.8105C149.058 79.2754 150.552 80.4375 152.349 81.2969C154.146 82.1562 156.245 82.5859 158.647 82.5859C160.327 82.5859 161.938 82.3027 163.481 81.7363C165.024 81.1504 166.392 80.3691 167.583 79.3926C168.774 78.4355 169.722 77.3223 170.425 76.0527C171.147 74.7637 171.519 73.416 171.538 72.0098H166.411C166.392 72.8887 166.157 73.709 165.708 74.4707C165.278 75.2129 164.702 75.8574 163.979 76.4043C163.257 76.9707 162.427 77.4102 161.489 77.7227C160.571 78.0352 159.624 78.1914 158.647 78.1914ZM180.151 65.8867V66.502C180.151 68.7676 180.454 70.8867 181.06 72.8594C181.665 74.8125 182.515 76.5117 183.608 77.957C184.702 79.4023 186.021 80.5352 187.563 81.3555C189.126 82.1758 190.864 82.5859 192.778 82.5859C194.731 82.5859 196.44 82.2539 197.905 81.5898C199.37 80.9258 200.63 79.9492 201.685 78.6602L201.919 82H206.899V37H201.479V53.4355C200.444 52.2246 199.214 51.3066 197.788 50.6816C196.382 50.0371 194.731 49.7148 192.837 49.7148C190.903 49.7148 189.155 50.1152 187.593 50.916C186.03 51.7168 184.702 52.8301 183.608 54.2559C182.495 55.6816 181.636 57.3906 181.03 59.3828C180.444 61.3555 180.151 63.5234 180.151 65.8867ZM185.571 66.502V65.8867C185.571 64.3438 185.737 62.8789 186.069 61.4922C186.401 60.0859 186.919 58.8457 187.622 57.7715C188.306 56.7168 189.185 55.877 190.259 55.252C191.353 54.627 192.661 54.3145 194.185 54.3145C195.962 54.3145 197.446 54.7344 198.638 55.5742C199.829 56.3945 200.776 57.4492 201.479 58.7383V73.4453C200.776 74.832 199.829 75.9355 198.638 76.7559C197.446 77.5762 195.942 77.9863 194.126 77.9863C192.622 77.9863 191.333 77.6836 190.259 77.0781C189.185 76.4531 188.306 75.6133 187.622 74.5586C186.919 73.5039 186.401 72.2832 186.069 70.8965C185.737 69.5098 185.571 68.0449 185.571 66.502ZM259.165 64.8906H267.573C269.487 64.8711 271.294 64.5781 272.993 64.0117C274.712 63.4453 276.216 62.625 277.505 61.5508C278.794 60.4766 279.81 59.1582 280.552 57.5957C281.313 56.0137 281.694 54.1973 281.694 52.1465C281.694 50.0957 281.313 48.2793 280.552 46.6973C279.81 45.1152 278.794 43.7871 277.505 42.7129C276.216 41.6387 274.712 40.8184 272.993 40.252C271.294 39.6855 269.487 39.3828 267.573 39.3438H253.745V82H259.165V64.8906ZM259.165 60.4375V43.7969H267.573C268.823 43.8164 269.976 44.0215 271.03 44.4121C272.104 44.8027 273.032 45.3594 273.813 46.082C274.575 46.8047 275.171 47.6836 275.601 48.7188C276.05 49.7539 276.274 50.916 276.274 52.2051C276.274 53.4941 276.05 54.6465 275.601 55.6621C275.171 56.6582 274.565 57.5078 273.784 58.2109C273.003 58.9141 272.085 59.4609 271.03 59.8516C269.976 60.2227 268.823 60.418 267.573 60.4375H259.165ZM310.054 49.7148C307.749 49.7148 305.688 50.2227 303.872 51.2383C302.075 52.2344 300.532 53.6016 299.243 55.3398L299.214 54.5488L298.979 50.3008H293.823V82H299.272V61.668C299.624 60.6914 300.063 59.8125 300.591 59.0312C301.138 58.2305 301.772 57.5566 302.495 57.0098C303.296 56.3848 304.233 55.916 305.308 55.6035C306.382 55.2715 307.583 55.1055 308.911 55.1055C309.946 55.1055 310.933 55.1641 311.87 55.2812C312.827 55.3789 313.833 55.5449 314.888 55.7793L315.62 50.4766C315.073 50.2422 314.253 50.0566 313.159 49.9199C312.085 49.7832 311.05 49.7148 310.054 49.7148ZM323.794 65.8574V66.502C323.794 68.7871 324.126 70.9062 324.79 72.8594C325.454 74.8125 326.411 76.5117 327.661 77.957C328.892 79.4023 330.396 80.5352 332.173 81.3555C333.97 82.1758 335.991 82.5859 338.237 82.5859C340.464 82.5859 342.466 82.1758 344.243 81.3555C346.021 80.5352 347.534 79.4023 348.784 77.957C350.015 76.5117 350.962 74.8125 351.626 72.8594C352.29 70.9062 352.622 68.7871 352.622 66.502V65.8574C352.622 63.5723 352.29 61.4531 351.626 59.5C350.962 57.5273 350.015 55.8184 348.784 54.373C347.534 52.9277 346.011 51.7949 344.214 50.9746C342.437 50.1348 340.425 49.7148 338.179 49.7148C335.952 49.7148 333.95 50.1348 332.173 50.9746C330.396 51.7949 328.892 52.9277 327.661 54.373C326.411 55.8184 325.454 57.5273 324.79 59.5C324.126 61.4531 323.794 63.5723 323.794 65.8574ZM329.214 66.502V65.8574C329.214 64.3145 329.399 62.8398 329.771 61.4336C330.142 60.0078 330.708 58.7578 331.47 57.6836C332.212 56.6094 333.14 55.7598 334.253 55.1348C335.366 54.4902 336.675 54.168 338.179 54.168C339.683 54.168 340.991 54.4902 342.104 55.1348C343.237 55.7598 344.185 56.6094 344.946 57.6836C345.688 58.7578 346.245 60.0078 346.616 61.4336C347.007 62.8398 347.202 64.3145 347.202 65.8574V66.502C347.202 68.0645 347.017 69.5586 346.646 70.9844C346.274 72.3906 345.718 73.6309 344.976 74.7051C344.214 75.7793 343.267 76.6289 342.134 77.2539C341.021 77.8789 339.722 78.1914 338.237 78.1914C336.733 78.1914 335.415 77.8789 334.282 77.2539C333.149 76.6289 332.212 75.7793 331.47 74.7051C330.708 73.6309 330.142 72.3906 329.771 70.9844C329.399 69.5586 329.214 68.0645 329.214 66.502ZM365.015 50.3008V55.0176H375.591V82.2051C375.591 83.709 375.396 84.9688 375.005 85.9844C374.634 87.0195 374.116 87.8496 373.452 88.4746C372.788 89.0996 372.007 89.5391 371.108 89.793C370.21 90.0664 369.253 90.2031 368.237 90.2031C367.964 90.2031 367.583 90.1934 367.095 90.1738C366.626 90.1738 366.138 90.1543 365.63 90.1152C365.103 90.0957 364.585 90.0566 364.077 89.998C363.569 89.959 363.149 89.9102 362.817 89.8516L362.437 94.3047C362.925 94.3828 363.394 94.4512 363.843 94.5098C364.292 94.5879 364.741 94.6465 365.19 94.6855C365.737 94.7246 366.294 94.7539 366.86 94.7734C367.427 94.793 368.013 94.8027 368.618 94.8027C370.571 94.8027 372.31 94.5195 373.833 93.9531C375.376 93.4062 376.685 92.5957 377.759 91.5215C378.813 90.4668 379.614 89.1582 380.161 87.5957C380.728 86.0332 381.011 84.2363 381.011 82.2051V50.3008H365.015ZM374.829 41.9512C374.829 42.8301 375.093 43.5723 375.62 44.1777C376.147 44.7637 376.958 45.0566 378.052 45.0566C379.146 45.0566 379.966 44.7637 380.513 44.1777C381.06 43.5723 381.333 42.8301 381.333 41.9512C381.333 41.0723 381.06 40.3301 380.513 39.7246C379.966 39.0996 379.146 38.7871 378.052 38.7871C376.958 38.7871 376.147 39.0996 375.62 39.7246C375.093 40.3301 374.829 41.0723 374.829 41.9512ZM411.392 82.5859C414.478 82.5859 417.065 81.9707 419.155 80.7402C421.265 79.4902 422.847 78.0645 423.901 76.4629L420.591 73.8848C419.595 75.1738 418.345 76.209 416.841 76.9902C415.337 77.7715 413.618 78.1621 411.685 78.1621C410.22 78.1621 408.882 77.8887 407.671 77.3418C406.46 76.7949 405.425 76.043 404.565 75.0859C403.726 74.1875 403.062 73.1523 402.573 71.9805C402.104 70.8086 401.802 69.4512 401.665 67.9082V67.7031H424.312V65.2715C424.312 63.0645 424.028 61.0137 423.462 59.1191C422.915 57.2246 422.075 55.5742 420.942 54.168C419.81 52.7812 418.384 51.6973 416.665 50.916C414.966 50.1152 412.974 49.7148 410.688 49.7148C408.872 49.7148 407.095 50.0859 405.356 50.8281C403.638 51.5703 402.104 52.6348 400.757 54.0215C399.39 55.4277 398.296 57.1465 397.476 59.1777C396.655 61.1895 396.245 63.4746 396.245 66.0332V67.2637C396.245 69.4707 396.616 71.5117 397.358 73.3867C398.101 75.2617 399.136 76.8828 400.464 78.25C401.792 79.6172 403.384 80.6816 405.239 81.4434C407.114 82.2051 409.165 82.5859 411.392 82.5859ZM410.688 54.168C412.075 54.168 413.267 54.4219 414.263 54.9297C415.278 55.4375 416.118 56.1016 416.782 56.9219C417.446 57.7422 417.964 58.7188 418.335 59.8516C418.706 60.9648 418.892 62.0098 418.892 62.9863V63.25H401.841C402.056 61.7852 402.427 60.4961 402.954 59.3828C403.501 58.25 404.165 57.293 404.946 56.5117C405.728 55.75 406.606 55.1738 407.583 54.7832C408.56 54.373 409.595 54.168 410.688 54.168ZM446.929 78.1914C445.229 78.1914 443.804 77.8594 442.651 77.1953C441.519 76.5117 440.61 75.623 439.927 74.5293C439.224 73.4551 438.716 72.2441 438.403 70.8965C438.11 69.5293 437.964 68.1523 437.964 66.7656V65.5352C437.964 64.168 438.11 62.8105 438.403 61.4629C438.716 60.1152 439.224 58.8945 439.927 57.8008C440.63 56.7266 441.548 55.8574 442.681 55.1934C443.833 54.5098 445.249 54.168 446.929 54.168C448.022 54.168 449.038 54.3535 449.976 54.7246C450.933 55.0957 451.753 55.6035 452.437 56.248C453.12 56.8926 453.657 57.6445 454.048 58.5039C454.458 59.3438 454.673 60.2422 454.692 61.1992H459.819C459.819 59.5977 459.497 58.0938 458.853 56.6875C458.208 55.2812 457.319 54.0605 456.187 53.0254C455.034 52.0098 453.667 51.209 452.085 50.623C450.522 50.0176 448.804 49.7148 446.929 49.7148C444.526 49.7148 442.427 50.1445 440.63 51.0039C438.833 51.8633 437.339 53.0156 436.147 54.4609C434.937 55.9258 434.028 57.6152 433.423 59.5293C432.817 61.4434 432.515 63.4453 432.515 65.5352V66.7656C432.515 68.875 432.817 70.8867 433.423 72.8008C434.028 74.6953 434.937 76.3652 436.147 77.8105C437.339 79.2754 438.833 80.4375 440.63 81.2969C442.427 82.1562 444.526 82.5859 446.929 82.5859C448.608 82.5859 450.22 82.3027 451.763 81.7363C453.306 81.1504 454.673 80.3691 455.864 79.3926C457.056 78.4355 458.003 77.3223 458.706 76.0527C459.429 74.7637 459.8 73.416 459.819 72.0098H454.692C454.673 72.8887 454.438 73.709 453.989 74.4707C453.56 75.2129 452.983 75.8574 452.261 76.4043C451.538 76.9707 450.708 77.4102 449.771 77.7227C448.853 78.0352 447.905 78.1914 446.929 78.1914ZM482.29 42.625H476.841V50.3008H468.521V54.4902H476.841V71.7168C476.841 73.6699 477.095 75.3398 477.603 76.7266C478.13 78.0938 478.843 79.207 479.741 80.0664C480.64 80.9453 481.694 81.5898 482.905 82C484.136 82.3906 485.454 82.5859 486.86 82.5859C487.7 82.5859 488.54 82.5469 489.38 82.4688C490.239 82.3906 491.05 82.2734 491.812 82.1172C492.573 81.9805 493.276 81.8145 493.921 81.6191C494.565 81.4043 495.112 81.1602 495.562 80.8867L494.8 77.0488C494.468 77.127 494.038 77.2246 493.511 77.3418C493.003 77.4395 492.456 77.5371 491.87 77.6348C491.265 77.7324 490.649 77.8203 490.024 77.8984C489.399 77.957 488.794 77.9863 488.208 77.9863C487.407 77.9863 486.646 77.8887 485.923 77.6934C485.22 77.498 484.595 77.1562 484.048 76.668C483.501 76.1992 483.071 75.5645 482.759 74.7637C482.446 73.9629 482.29 72.9473 482.29 71.7168V54.4902H494.36V50.3008H482.29V42.625ZM526.558 73.5918C526.558 74.0996 526.46 74.5781 526.265 75.0273C526.069 75.4766 525.786 75.8867 525.415 76.2578C524.81 76.8633 523.97 77.3418 522.896 77.6934C521.821 78.0254 520.562 78.1914 519.116 78.1914C518.198 78.1914 517.271 78.0938 516.333 77.8984C515.396 77.7031 514.546 77.3711 513.784 76.9023C513.003 76.4336 512.349 75.8184 511.821 75.0566C511.313 74.2949 511.021 73.3574 510.942 72.2441H505.522C505.522 73.5918 505.825 74.8906 506.431 76.1406C507.056 77.3906 507.954 78.4844 509.126 79.4219C510.278 80.3789 511.694 81.1504 513.374 81.7363C515.054 82.3027 516.968 82.5859 519.116 82.5859C520.991 82.5859 522.72 82.3613 524.302 81.9121C525.884 81.4629 527.241 80.8281 528.374 80.0078C529.507 79.1875 530.386 78.2012 531.011 77.0488C531.655 75.8965 531.978 74.6172 531.978 73.2109C531.978 71.9023 531.694 70.75 531.128 69.7539C530.581 68.7578 529.78 67.8789 528.726 67.1172C527.671 66.375 526.372 65.7402 524.829 65.2129C523.286 64.666 521.538 64.1875 519.585 63.7773C518.101 63.4844 516.87 63.1816 515.894 62.8691C514.937 62.5566 514.175 62.2051 513.608 61.8145C513.022 61.4238 512.612 60.9844 512.378 60.4961C512.144 60.0078 512.026 59.4512 512.026 58.8262C512.026 58.2207 512.173 57.6348 512.466 57.0684C512.759 56.502 513.198 56.0039 513.784 55.5742C514.351 55.1445 515.063 54.8027 515.923 54.5488C516.802 54.2949 517.817 54.168 518.97 54.168C520.083 54.168 521.079 54.3242 521.958 54.6367C522.856 54.9492 523.618 55.3594 524.243 55.8672C524.868 56.375 525.356 56.9609 525.708 57.625C526.06 58.2695 526.235 58.9336 526.235 59.6172H531.655C531.655 58.2305 531.353 56.9414 530.747 55.75C530.161 54.5391 529.321 53.4844 528.228 52.5859C527.134 51.6875 525.806 50.9844 524.243 50.4766C522.681 49.9688 520.923 49.7148 518.97 49.7148C517.153 49.7148 515.483 49.959 513.96 50.4473C512.456 50.9355 511.157 51.5996 510.063 52.4395C508.97 53.2793 508.12 54.2656 507.515 55.3984C506.909 56.5117 506.606 57.7129 506.606 59.002C506.606 60.3105 506.899 61.4629 507.485 62.459C508.071 63.4355 508.901 64.2852 509.976 65.0078C511.03 65.75 512.3 66.3848 513.784 66.9121C515.288 67.4395 516.948 67.8887 518.765 68.2598C520.249 68.5527 521.489 68.8848 522.485 69.2559C523.481 69.6074 524.282 69.998 524.888 70.4277C525.493 70.8574 525.923 71.3359 526.177 71.8633C526.431 72.3711 526.558 72.9473 526.558 73.5918Z" fill="#3F3D56"/>
<g id="arrow">
<line id="Line 1" y1="-5" x2="41.4086" y2="-5" transform="matrix(0.692618 0.7217 -0.732144 0.680732 39.0703 37.5159)" stroke="#3F3D56" stroke-width="10"/>
<line id="Line 2" y1="-5" x2="41.4628" y2="-5" transform="matrix(0.725067 -0.688264 -0.700054 -0.71449 38.3115 82.0356)" stroke="#3F3D56" stroke-width="10"/>
</g>
<rect id="blink" x="83.2129" y="74" width="42.6705" height="16" fill="#FDD835"/>
</g>
</g>
<defs>
<filter id="filter0_d" x="0" y="0" width="574.845" height="128" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="3"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.477805 0 0 0 0 0.445833 0 0 0 0 1 0 0 0 0.49 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
</defs>
</svg> -->
<div class="cd">
<a href="/projects.html">
<svg class="animated fadeInUp slow" style="width: 36%" viewBox="0 0 566 128" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="cd">
<g id="btn_2">
<g id="btn_3" filter="url(#filter0_d)">
<rect x="6" y="2" width="554" height="116" rx="10" fill="white"/>
</g>
<path id="cd Projects" d="M149.674 75.1914C147.975 75.1914 146.549 74.8594 145.396 74.1953C144.264 73.5117 143.355 72.623 142.672 71.5293C141.969 70.4551 141.461 69.2441 141.148 67.8965C140.855 66.5293 140.709 65.1523 140.709 63.7656V62.5352C140.709 61.168 140.855 59.8105 141.148 58.4629C141.461 57.1152 141.969 55.8945 142.672 54.8008C143.375 53.7266 144.293 52.8574 145.426 52.1934C146.578 51.5098 147.994 51.168 149.674 51.168C150.768 51.168 151.783 51.3535 152.721 51.7246C153.678 52.0957 154.498 52.6035 155.182 53.248C155.865 53.8926 156.402 54.6445 156.793 55.5039C157.203 56.3438 157.418 57.2422 157.438 58.1992H162.564C162.564 56.5977 162.242 55.0938 161.598 53.6875C160.953 52.2812 160.064 51.0605 158.932 50.0254C157.779 49.0098 156.412 48.209 154.83 47.623C153.268 47.0176 151.549 46.7148 149.674 46.7148C147.271 46.7148 145.172 47.1445 143.375 48.0039C141.578 48.8633 140.084 50.0156 138.893 51.4609C137.682 52.9258 136.773 54.6152 136.168 56.5293C135.562 58.4434 135.26 60.4453 135.26 62.5352V63.7656C135.26 65.875 135.562 67.8867 136.168 69.8008C136.773 71.6953 137.682 73.3652 138.893 74.8105C140.084 76.2754 141.578 77.4375 143.375 78.2969C145.172 79.1562 147.271 79.5859 149.674 79.5859C151.354 79.5859 152.965 79.3027 154.508 78.7363C156.051 78.1504 157.418 77.3691 158.609 76.3926C159.801 75.4355 160.748 74.3223 161.451 73.0527C162.174 71.7637 162.545 70.416 162.564 69.0098H157.438C157.418 69.8887 157.184 70.709 156.734 71.4707C156.305 72.2129 155.729 72.8574 155.006 73.4043C154.283 73.9707 153.453 74.4102 152.516 74.7227C151.598 75.0352 150.65 75.1914 149.674 75.1914ZM171.178 62.8867V63.502C171.178 65.7676 171.48 67.8867 172.086 69.8594C172.691 71.8125 173.541 73.5117 174.635 74.957C175.729 76.4023 177.047 77.5352 178.59 78.3555C180.152 79.1758 181.891 79.5859 183.805 79.5859C185.758 79.5859 187.467 79.2539 188.932 78.5898C190.396 77.9258 191.656 76.9492 192.711 75.6602L192.945 79H197.926V34H192.506V50.4355C191.471 49.2246 190.24 48.3066 188.814 47.6816C187.408 47.0371 185.758 46.7148 183.863 46.7148C181.93 46.7148 180.182 47.1152 178.619 47.916C177.057 48.7168 175.729 49.8301 174.635 51.2559C173.521 52.6816 172.662 54.3906 172.057 56.3828C171.471 58.3555 171.178 60.5234 171.178 62.8867ZM176.598 63.502V62.8867C176.598 61.3438 176.764 59.8789 177.096 58.4922C177.428 57.0859 177.945 55.8457 178.648 54.7715C179.332 53.7168 180.211 52.877 181.285 52.252C182.379 51.627 183.688 51.3145 185.211 51.3145C186.988 51.3145 188.473 51.7344 189.664 52.5742C190.855 53.3945 191.803 54.4492 192.506 55.7383V70.4453C191.803 71.832 190.855 72.9355 189.664 73.7559C188.473 74.5762 186.969 74.9863 185.152 74.9863C183.648 74.9863 182.359 74.6836 181.285 74.0781C180.211 73.4531 179.332 72.6133 178.648 71.5586C177.945 70.5039 177.428 69.2832 177.096 67.8965C176.764 66.5098 176.598 65.0449 176.598 63.502ZM250.191 61.8906H258.6C260.514 61.8711 262.32 61.5781 264.02 61.0117C265.738 60.4453 267.242 59.625 268.531 58.5508C269.82 57.4766 270.836 56.1582 271.578 54.5957C272.34 53.0137 272.721 51.1973 272.721 49.1465C272.721 47.0957 272.34 45.2793 271.578 43.6973C270.836 42.1152 269.82 40.7871 268.531 39.7129C267.242 38.6387 265.738 37.8184 264.02 37.252C262.32 36.6855 260.514 36.3828 258.6 36.3438H244.771V79H250.191V61.8906ZM250.191 57.4375V40.7969H258.6C259.85 40.8164 261.002 41.0215 262.057 41.4121C263.131 41.8027 264.059 42.3594 264.84 43.082C265.602 43.8047 266.197 44.6836 266.627 45.7188C267.076 46.7539 267.301 47.916 267.301 49.2051C267.301 50.4941 267.076 51.6465 266.627 52.6621C266.197 53.6582 265.592 54.5078 264.811 55.2109C264.029 55.9141 263.111 56.4609 262.057 56.8516C261.002 57.2227 259.85 57.418 258.6 57.4375H250.191ZM301.08 46.7148C298.775 46.7148 296.715 47.2227 294.898 48.2383C293.102 49.2344 291.559 50.6016 290.27 52.3398L290.24 51.5488L290.006 47.3008H284.85V79H290.299V58.668C290.65 57.6914 291.09 56.8125 291.617 56.0312C292.164 55.2305 292.799 54.5566 293.521 54.0098C294.322 53.3848 295.26 52.916 296.334 52.6035C297.408 52.2715 298.609 52.1055 299.938 52.1055C300.973 52.1055 301.959 52.1641 302.896 52.2812C303.854 52.3789 304.859 52.5449 305.914 52.7793L306.646 47.4766C306.1 47.2422 305.279 47.0566 304.186 46.9199C303.111 46.7832 302.076 46.7148 301.08 46.7148ZM314.82 62.8574V63.502C314.82 65.7871 315.152 67.9062 315.816 69.8594C316.48 71.8125 317.438 73.5117 318.688 74.957C319.918 76.4023 321.422 77.5352 323.199 78.3555C324.996 79.1758 327.018 79.5859 329.264 79.5859C331.49 79.5859 333.492 79.1758 335.27 78.3555C337.047 77.5352 338.561 76.4023 339.811 74.957C341.041 73.5117 341.988 71.8125 342.652 69.8594C343.316 67.9062 343.648 65.7871 343.648 63.502V62.8574C343.648 60.5723 343.316 58.4531 342.652 56.5C341.988 54.5273 341.041 52.8184 339.811 51.373C338.561 49.9277 337.037 48.7949 335.24 47.9746C333.463 47.1348 331.451 46.7148 329.205 46.7148C326.979 46.7148 324.977 47.1348 323.199 47.9746C321.422 48.7949 319.918 49.9277 318.688 51.373C317.438 52.8184 316.48 54.5273 315.816 56.5C315.152 58.4531 314.82 60.5723 314.82 62.8574ZM320.24 63.502V62.8574C320.24 61.3145 320.426 59.8398 320.797 58.4336C321.168 57.0078 321.734 55.7578 322.496 54.6836C323.238 53.6094 324.166 52.7598 325.279 52.1348C326.393 51.4902 327.701 51.168 329.205 51.168C330.709 51.168 332.018 51.4902 333.131 52.1348C334.264 52.7598 335.211 53.6094 335.973 54.6836C336.715 55.7578 337.271 57.0078 337.643 58.4336C338.033 59.8398 338.229 61.3145 338.229 62.8574V63.502C338.229 65.0645 338.043 66.5586 337.672 67.9844C337.301 69.3906 336.744 70.6309 336.002 71.7051C335.24 72.7793 334.293 73.6289 333.16 74.2539C332.047 74.8789 330.748 75.1914 329.264 75.1914C327.76 75.1914 326.441 74.8789 325.309 74.2539C324.176 73.6289 323.238 72.7793 322.496 71.7051C321.734 70.6309 321.168 69.3906 320.797 67.9844C320.426 66.5586 320.24 65.0645 320.24 63.502ZM356.041 47.3008V52.0176H366.617V79.2051C366.617 80.709 366.422 81.9688 366.031 82.9844C365.66 84.0195 365.143 84.8496 364.479 85.4746C363.814 86.0996 363.033 86.5391 362.135 86.793C361.236 87.0664 360.279 87.2031 359.264 87.2031C358.99 87.2031 358.609 87.1934 358.121 87.1738C357.652 87.1738 357.164 87.1543 356.656 87.1152C356.129 87.0957 355.611 87.0566 355.104 86.998C354.596 86.959 354.176 86.9102 353.844 86.8516L353.463 91.3047C353.951 91.3828 354.42 91.4512 354.869 91.5098C355.318 91.5879 355.768 91.6465 356.217 91.6855C356.764 91.7246 357.32 91.7539 357.887 91.7734C358.453 91.793 359.039 91.8027 359.645 91.8027C361.598 91.8027 363.336 91.5195 364.859 90.9531C366.402 90.4062 367.711 89.5957 368.785 88.5215C369.84 87.4668 370.641 86.1582 371.188 84.5957C371.754 83.0332 372.037 81.2363 372.037 79.2051V47.3008H356.041ZM365.855 38.9512C365.855 39.8301 366.119 40.5723 366.646 41.1777C367.174 41.7637 367.984 42.0566 369.078 42.0566C370.172 42.0566 370.992 41.7637 371.539 41.1777C372.086 40.5723 372.359 39.8301 372.359 38.9512C372.359 38.0723 372.086 37.3301 371.539 36.7246C370.992 36.0996 370.172 35.7871 369.078 35.7871C367.984 35.7871 367.174 36.0996 366.646 36.7246C366.119 37.3301 365.855 38.0723 365.855 38.9512ZM402.418 79.5859C405.504 79.5859 408.092 78.9707 410.182 77.7402C412.291 76.4902 413.873 75.0645 414.928 73.4629L411.617 70.8848C410.621 72.1738 409.371 73.209 407.867 73.9902C406.363 74.7715 404.645 75.1621 402.711 75.1621C401.246 75.1621 399.908 74.8887 398.697 74.3418C397.486 73.7949 396.451 73.043 395.592 72.0859C394.752 71.1875 394.088 70.1523 393.6 68.9805C393.131 67.8086 392.828 66.4512 392.691 64.9082V64.7031H415.338V62.2715C415.338 60.0645 415.055 58.0137 414.488 56.1191C413.941 54.2246 413.102 52.5742 411.969 51.168C410.836 49.7812 409.41 48.6973 407.691 47.916C405.992 47.1152 404 46.7148 401.715 46.7148C399.898 46.7148 398.121 47.0859 396.383 47.8281C394.664 48.5703 393.131 49.6348 391.783 51.0215C390.416 52.4277 389.322 54.1465 388.502 56.1777C387.682 58.1895 387.271 60.4746 387.271 63.0332V64.2637C387.271 66.4707 387.643 68.5117 388.385 70.3867C389.127 72.2617 390.162 73.8828 391.49 75.25C392.818 76.6172 394.41 77.6816 396.266 78.4434C398.141 79.2051 400.191 79.5859 402.418 79.5859ZM401.715 51.168C403.102 51.168 404.293 51.4219 405.289 51.9297C406.305 52.4375 407.145 53.1016 407.809 53.9219C408.473 54.7422 408.99 55.7188 409.361 56.8516C409.732 57.9648 409.918 59.0098 409.918 59.9863V60.25H392.867C393.082 58.7852 393.453 57.4961 393.98 56.3828C394.527 55.25 395.191 54.293 395.973 53.5117C396.754 52.75 397.633 52.1738 398.609 51.7832C399.586 51.373 400.621 51.168 401.715 51.168ZM437.955 75.1914C436.256 75.1914 434.83 74.8594 433.678 74.1953C432.545 73.5117 431.637 72.623 430.953 71.5293C430.25 70.4551 429.742 69.2441 429.43 67.8965C429.137 66.5293 428.99 65.1523 428.99 63.7656V62.5352C428.99 61.168 429.137 59.8105 429.43 58.4629C429.742 57.1152 430.25 55.8945 430.953 54.8008C431.656 53.7266 432.574 52.8574 433.707 52.1934C434.859 51.5098 436.275 51.168 437.955 51.168C439.049 51.168 440.064 51.3535 441.002 51.7246C441.959 52.0957 442.779 52.6035 443.463 53.248C444.146 53.8926 444.684 54.6445 445.074 55.5039C445.484 56.3438 445.699 57.2422 445.719 58.1992H450.846C450.846 56.5977 450.523 55.0938 449.879 53.6875C449.234 52.2812 448.346 51.0605 447.213 50.0254C446.061 49.0098 444.693 48.209 443.111 47.623C441.549 47.0176 439.83 46.7148 437.955 46.7148C435.553 46.7148 433.453 47.1445 431.656 48.0039C429.859 48.8633 428.365 50.0156 427.174 51.4609C425.963 52.9258 425.055 54.6152 424.449 56.5293C423.844 58.4434 423.541 60.4453 423.541 62.5352V63.7656C423.541 65.875 423.844 67.8867 424.449 69.8008C425.055 71.6953 425.963 73.3652 427.174 74.8105C428.365 76.2754 429.859 77.4375 431.656 78.2969C433.453 79.1562 435.553 79.5859 437.955 79.5859C439.635 79.5859 441.246 79.3027 442.789 78.7363C444.332 78.1504 445.699 77.3691 446.891 76.3926C448.082 75.4355 449.029 74.3223 449.732 73.0527C450.455 71.7637 450.826 70.416 450.846 69.0098H445.719C445.699 69.8887 445.465 70.709 445.016 71.4707C444.586 72.2129 444.01 72.8574 443.287 73.4043C442.564 73.9707 441.734 74.4102 440.797 74.7227C439.879 75.0352 438.932 75.1914 437.955 75.1914ZM473.316 39.625H467.867V47.3008H459.547V51.4902H467.867V68.7168C467.867 70.6699 468.121 72.3398 468.629 73.7266C469.156 75.0938 469.869 76.207 470.768 77.0664C471.666 77.9453 472.721 78.5898 473.932 79C475.162 79.3906 476.48 79.5859 477.887 79.5859C478.727 79.5859 479.566 79.5469 480.406 79.4688C481.266 79.3906 482.076 79.2734 482.838 79.1172C483.6 78.9805 484.303 78.8145 484.947 78.6191C485.592 78.4043 486.139 78.1602 486.588 77.8867L485.826 74.0488C485.494 74.127 485.064 74.2246 484.537 74.3418C484.029 74.4395 483.482 74.5371 482.896 74.6348C482.291 74.7324 481.676 74.8203 481.051 74.8984C480.426 74.957 479.82 74.9863 479.234 74.9863C478.434 74.9863 477.672 74.8887 476.949 74.6934C476.246 74.498 475.621 74.1562 475.074 73.668C474.527 73.1992 474.098 72.5645 473.785 71.7637C473.473 70.9629 473.316 69.9473 473.316 68.7168V51.4902H485.387V47.3008H473.316V39.625ZM517.584 70.5918C517.584 71.0996 517.486 71.5781 517.291 72.0273C517.096 72.4766 516.812 72.8867 516.441 73.2578C515.836 73.8633 514.996 74.3418 513.922 74.6934C512.848 75.0254 511.588 75.1914 510.143 75.1914C509.225 75.1914 508.297 75.0938 507.359 74.8984C506.422 74.7031 505.572 74.3711 504.811 73.9023C504.029 73.4336 503.375 72.8184 502.848 72.0566C502.34 71.2949 502.047 70.3574 501.969 69.2441H496.549C496.549 70.5918 496.852 71.8906 497.457 73.1406C498.082 74.3906 498.98 75.4844 500.152 76.4219C501.305 77.3789 502.721 78.1504 504.4 78.7363C506.08 79.3027 507.994 79.5859 510.143 79.5859C512.018 79.5859 513.746 79.3613 515.328 78.9121C516.91 78.4629 518.268 77.8281 519.4 77.0078C520.533 76.1875 521.412 75.2012 522.037 74.0488C522.682 72.8965 523.004 71.6172 523.004 70.2109C523.004 68.9023 522.721 67.75 522.154 66.7539C521.607 65.7578 520.807 64.8789 519.752 64.1172C518.697 63.375 517.398 62.7402 515.855 62.2129C514.312 61.666 512.564 61.1875 510.611 60.7773C509.127 60.4844 507.896 60.1816 506.92 59.8691C505.963 59.5566 505.201 59.2051 504.635 58.8145C504.049 58.4238 503.639 57.9844 503.404 57.4961C503.17 57.0078 503.053 56.4512 503.053 55.8262C503.053 55.2207 503.199 54.6348 503.492 54.0684C503.785 53.502 504.225 53.0039 504.811 52.5742C505.377 52.1445 506.09 51.8027 506.949 51.5488C507.828 51.2949 508.844 51.168 509.996 51.168C511.109 51.168 512.105 51.3242 512.984 51.6367C513.883 51.9492 514.645 52.3594 515.27 52.8672C515.895 53.375 516.383 53.9609 516.734 54.625C517.086 55.2695 517.262 55.9336 517.262 56.6172H522.682C522.682 55.2305 522.379 53.9414 521.773 52.75C521.188 51.5391 520.348 50.4844 519.254 49.5859C518.16 48.6875 516.832 47.9844 515.27 47.4766C513.707 46.9688 511.949 46.7148 509.996 46.7148C508.18 46.7148 506.51 46.959 504.986 47.4473C503.482 47.9355 502.184 48.5996 501.09 49.4395C499.996 50.2793 499.146 51.2656 498.541 52.3984C497.936 53.5117 497.633 54.7129 497.633 56.002C497.633 57.3105 497.926 58.4629 498.512 59.459C499.098 60.4355 499.928 61.2852 501.002 62.0078C502.057 62.75 503.326 63.3848 504.811 63.9121C506.314 64.4395 507.975 64.8887 509.791 65.2598C511.275 65.5527 512.516 65.8848 513.512 66.2559C514.508 66.6074 515.309 66.998 515.914 67.4277C516.52 67.8574 516.949 68.3359 517.203 68.8633C517.457 69.3711 517.584 69.9473 517.584 70.5918Z" fill="#3F3D56"/>
<g id="arrow">
<line id="Line 1" x1="34.7861" y1="35.8141" x2="63.0157" y2="65.6987" stroke="#3F3D56" stroke-width="10"/>
<line id="Line 2" y1="-5" x2="41.1096" y2="-5" transform="matrix(0.719804 -0.694177 -0.694177 -0.719804 30.4043 83.7673)" stroke="#3F3D56" stroke-width="10"/>
</g>
<rect id="blink" x="72" y="78" width="41" height="15" fill="#FDD835"/>
</g>
</g>
<defs>
<filter id="filter0_d" x="0" y="0" width="566" height="128" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="3"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.477805 0 0 0 0 0.445833 0 0 0 0 1 0 0 0 0.49 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
</defs>
</svg>
</a>
</div>
<!-- <a href="/projects.html" target="">
<button type="button" class="btn theme px-3 raise animated fadeInRight delay-1s slow" style="border-radius: 100px;">
<span><i class="fas fa-rocket rotate" style="font-size:20px;"></i></span>
</button>
</a> -->
<!-- <button type="button" class="btn disabled px-3 mb-4 z-depth-1 animated fadeInUp delay-1s" style="border-radius: 100px;">
Are you intrested?
</button> -->
<!-- <a href="/projects.html" target="">
<button type="button" class="btn theme px-3 mb-4 raise animated fadeInLeft delay-1s fast" style="border-radius: 100px;">
<span><i class="fas fa-thumbs-up rotate" style="font-size:20px;"></i></span>
</button>
</a> -->
</div>
</div>
</div>
<!-- SCRIPTS -->
<!-- JQuery -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.4/umd/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.8.8/js/mdb.min.js"></script>
</body>
</html>