-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
853 lines (772 loc) · 217 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
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
<!DOCTYPE html>
<html lang="en-US">
<head>
<!-- Your Website Title -->
<title>Jay Patel | Developer, Student</title>
<!-- Your Website Description -->
<meta name="description" content="Jay Patel is a Web and App Developer. He is pursuing Bachelors in Computer Engineering at Sardar Vallabhbhai Patel Institute of Technology. " />
<meta name="author" content="Jay Patel">
<!-- Meta Tags for Responsiveness -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Twitter tag -->
<meta name="twitter:title" content="Jay Patel | wittyjay.dev">
<meta name="twitter:description" content="Jay Patel is a Web and App Developer. He is pursuing Bachelors in Computer Engineering at Sardar Vallabhbhai Patel Institute of Technology.">
<meta name="twitter:image" content="http://imjp19.github.io/assets/img/avatar.png">
<meta name="twitter:site" content="@imjp19_">
<meta name="twitter:creator" content="@imjp19_">
<!-- Social Media Meta Tags -->
<meta property="og:url" content="https://imjp19.github.io/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Jay Patel | wittyjay.dev" />
<meta property="og:description" content="Jay Patel is a Web and App Developer. He is pursuing Bachelors in Computer Engineering at Sardar Vallabhbhai Patel Institute of Technology. " />
<meta property="og:image" content="http://imjp19.github.io/assets/img/avatar.png" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-620NJ7HQPT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-620NJ7HQPT');
</script>
<!-- Favicon -->
<link rel="shortcut icon" href="assets/img/avatar.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.baseurl }}public/apple-touch-icon-144-precomposed.png">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600,700,300i,600i,700i" rel="stylesheet">
<!-- Bootstrap & Other CSS Files -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css" integrity="sha512-+EoPw+Fiwh6eSeRK7zwIKG2MA8i3rV/DGa3tdttQGgWyatG/SkncT53KHQaS5Jh9MNOT3dmFL0FjTY08And/Cw==" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/[email protected]/devicon.min.css">
<!-- Project CSS File -->
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/400db8db7c.js" crossorigin="anonymous"></script>
</head>
<body onclick="colourChange()">
<!-- Page Wrapper -->
<div class="page-wrapper">
<!-- Header -->
<header>
<div class="logo animate">
<a href="https://imjp19.github.io/">
<img class="img-responsive" width="80%" height="auto" src="assets/img/avatar.png" alt="jay">
</a>
</div>
</header>
<!-- Content Wrapper -->
<div class="content-wrapper">
<div class="content-main animate">
<div class="container">
<h1 class="page-title">Hi, I'm Jay!</h1>
<!-- <h2 style="font-weight: 700;">Open Source | Developer Relations</h2> -->
<div class="wrapper-text">
<p class="flipText">Web Dev 👨💻</p>
</div>
</div>
</div>
<!-- Background Wrapper -->
<div class="background-wrapper">
<div id="background-content"></div>
</div>
</div>
<!-- Menu -->
<div class="menu">
<button class="nav-tgl" type="button" aria-label="toggle menu">
<span aria-hidden="true"></span>
</button>
<div class="nav">
<div class="header">
<div class="logo animate">
<a href="https://imjp19.github.io/">
<img class="img-responsive" width="80%" height="auto" src="assets/img/avatar.png" alt="jay">
</a>
</div>
</div>
<div class="nav-content">
<a href="" data-toggle="modal" data-target="#modal-about" class="nav-item1">
<h1 class="nav-link">About</h1>
</a>
<a href="" data-toggle="modal" data-target="#modal-projects" class="nav-item2">
<h1 class="nav-link">Projects</h1>
</a>
<a href="" data-toggle="modal" data-target="#modal-connect" class="nav-item3">
<h1 class="nav-link">Let's Connect!</h1>
</a>
</div>
<div class="footer">
<div class="social-icons animate">
<a href="https://twitter.com/imjp19_" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://instagram.com/wittyjay.dev" target="_blank"><i class="fa fa-instagram"></i></a>
<a href="https://github.com/imjp19" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/imjp19/" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://discord.gg/dDA5Fmycjw" target="_blank"><i class="fab fa-discord"></i></a>
<a href="https://www.youtube.com/c/JayPatel19" target="_blank"><i class="fa fa-youtube"></i></a>
<a href="mailto:[email protected]" target="_blank"><i
class="fa fa-envelope-open-text"></i></a>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="social-icons animate">
<a href="https://twitter.com/imjp19_" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://instagram.com/wittyjay.dev" target="_blank"><i class="fa fa-instagram"></i></a>
<a href="https://github.com/imjp19" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/imjp19/" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://discord.gg/dDA5Fmycjw" target="_blank"><i class="fab fa-discord"></i></a>
<a href="https://www.youtube.com/c/JayPatel19" target="_blank"><i class="fa fa-youtube"></i></a>
<a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope-open-text"></i></a>
</div>
</footer>
</div>
<!-- About Modal -->
<div class="modal fade" id="modal-about" tabindex="-1" role="dialog" aria-labelledby="modal-about-label">
<div class="modal-dialog" role="document">
<div class="container">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
aria-hidden="true">×</span></button>
<h2 class="modal-title" id="modal-about-label">About</h2>
</div>
<div class="modal-body">
<div class="row">
<!-- Left Col for Introduction -->
<div class="col-md-3" style="overflow: hidden; ">
<div class="person">
<div class="image">
<img class="img-responsive" src="assets/img/jay1.png" alt="jay">
</div>
<a href="http://imjp19.github.io/">
<h4>Jay Patel</h4>
</a>
<h5>Developer | Student</h5>
<h5><a href="mailto:[email protected]" target="_blank">[email protected]</a></h5>
<h5><i class="fa fa-map-marker"></i><span style="padding-left: 8px;">Vadodara, GJ,
India</span></h5>
<div class="social-icons" style="margin-left: -0.3125rem;">
<a href="https://twitter.com/imjp19_" target="_blank"><i
class="fa fa-twitter"></i></a>
<a href="https://github.com/imjp19" target="_blank"><i
class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/imjp19/" target="_blank"><i
class="fa fa-linkedin"></i></a>
<a href="https://instagram.com/wittyjay.dev" target="_blank"><i
class="fa fa-instagram"></i></a>
</div>
<br>
<h4><strong>Skills</strong></h4>
<!-- <hr style="border-top: 1px solid gray;" /> -->
<div class="social-icons-tech" style="margin-left: -0.3125rem;">
<i class="devicon-html5-plain colored"></i>
<i class="devicon-css3-plain colored"></i>
<i class="devicon-javascript-plain colored"></i>
<i class="devicon-nodejs-plain colored"></i>
<i class="devicon-flutter-plain colored"></i>
<br>
<i class="devicon-dart-plain colored"></i>
<!-- <br> -->
<i class="devicon-java-plain colored"></i>
<i class="devicon-c-plain"></i>
<i class="devicon-mongodb-plain-wordmark colored"></i>
<i class="devicon-git-plain colored"></i>
<br>
<i class="devicon-bootstrap-plain colored"></i>
<i class="devicon-python-plain colored"></i>
<i class="devicon-android-plain colored"></i>
<i class="devicon-mysql-plain colored"></i>
</div>
<!-- <hr style="border-top: 1px solid black;" /> -->
<h4 style="margin-top:50px">Hobbies</h4>
<div class="hobbies col-lg">
<br/>
<img src="assets/img/listening.svg" class="img-responsive hobby">
<img src="assets/img/travelling.svg" class="img-responsive hobby">
<img src="assets/img/cycling.svg" class="img-responsive hobby">
</div>
</div>
</div>
<!-- Right Col for Description -->
<div class="col-md-9">
<section>
<p>
I am Jay Patel. Technically I am a second-year Computer Engineering student at Sardar Vallabhbhai Patel Institute of Technology. I am a beginner MERN developer. Basically, I am a Hackathon enthusiast and I love to be a part of the community. Nowadays
in the pandemic, I started my journey with hackathons for building something innovative in time boundary. It helps me to learn new things and apart from that I could know my limits, mistakes, knowledge. I am Looking
forward to my own start-up. Building new things and debugging code is my daily good habit. And develop something new for society is my duty. I believe in smart work with a little bit of hard work. My goal is to
update and develop myself daily.
</p>
</section>
<section>
<h3>Current Role</h3>
<div class="item">
<!-- SVIT -->
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<a href="https://svitvasad.ac.in/" target="_blank"><img class="img-responsive" src="assets/img/svit.png" alt="svit" style="margin-left: 0; width: 80%; margin-bottom: 10px;"></a>
</div>
<div class="col-lg-9 col-md-12 col-sm-12 col-xs-12">
<h4>Computer Engineering | Student</h3>
<h5><a href="https://svitvasad.ac.in" target="_blank">Sardar
Vallabhbhai Patel Institute of Technology</a></h5>
</h4>
<h5><i class="fa fa-map-marker"></i><span style="padding-left: 8px;">Gujarat, India</span></h5>
<p>
I am currently pursuing my Bachelors in Computer Engineering at Sardar Vallabhbhai Patel Institute of Technology, Vasad. As a student I am a part of many technical and non-technical communities/clubs like MozNurouns, NSS-SVIT, SDC, etc...
</p>
</div>
</div>
<!-- Odeo -->
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<a href="https://odeo.in/"><img class="img-responsive" src="assets/img/odeo 2.png" alt="Odeo.in" style="margin-left: 0; width: 70%; margin-bottom: 10px;"></a>
</div>
<div class="col-lg-9 col-md-12 col-sm-12 col-xs-12">
<h4>CTO</h3>
<h5><a href="https://odeo.in/" target="_blank">Odeo.in</a></h5>
</h4>
<h5><i class="fa fa-map-marker"></i><span style="padding-left: 8px;">Vadodara, India</span></h5>
<p>
Odeo.in is a company that provides entertainment services in all types of events. With many local artists who were so talented yet not appraised according to their level of expertise. It is hard to find them. And with this view, we think to offer all
such local artists a known platform to shine like stars. The goal of odeo.in is to create a marketplace that gives all the artists a fair chance by offering them a platform they deserve. Importantly
we work for the artists, and we work with the artists. Our aims to inspire the local artist community and offer them a good platform.
</p>
</div>
</div>
<!-- MLH -->
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<a href="https://mlh.io/"><img class="img-responsive" src="assets/img/mlh.png" alt="MLH" style="margin-left: 0; width: 80%; margin-bottom: 10px;"></a>
</div>
<div class="col-lg-9 col-md-12 col-sm-12 col-xs-12">
<h4>Mentor</h3>
<h5><a href="https://mlh.io/" target="_blank">MLH</a></h5>
</h4>
<h5><i class="fa fa-map-marker"></i><span style="padding-left: 8px;">Remote, India</span></h5>
<p>
Mentoring Hackers at MLH Summer League Hackathons. Helping Hackes with ideation and idea validation. Contributing for helping Hackathon community.
</p>
</div>
</div>
<!-- CB -->
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<a href="https://cb.lk/"><img class="img-responsive" src="assets/img/cb1.png" alt="Coding Blocks" style="margin-left: 0; width:100%; margin-bottom: 10px;"></a>
</div>
<div class="col-lg-9 col-md-12 col-sm-12 col-xs-12">
<h4>Campus Ambassador</h3>
<h5><a href="https://cb.lk/" target="_blank">Coding Blocks</a></h5>
</h4>
<h5><i class="fa fa-map-marker"></i><span style="padding-left: 8px;">Remote, India</span></h5>
<p>
- Promotion of Coding Blocks on my campus.
<br> - Creating awareness and sharing details about new courses, events, boot camps, etc. on social media and on-campus
<br> - Conducting Coding Blocks workshops and online hackathons at my campus.
<br> - Create programming contests on HackerBlocks - the online platform of Coding Blocks.
<br> - I organized 15+ online workshops till now.
</p>
</div>
</div>
<!-- Volunteer -->
<h3>Volunteer</h3>
<div class="row" style="text-align: center;">
<div class="col-lg-2 col-md-3 col-sm-4 col-xs-6">
<a href="https://maps.google.com/localguides/" target="_blank">
<!-- <img class="img-responsive" src="assets/img/localguide.svg" style="max-width: auto; max-height: 90px;" alt="The Python Week"> -->
<svg width="65px" height="64px" viewBox="0 0 65 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>local_guides_24dp</title>
<defs>
<polygon id="path-1" points="0.5 0 64.5 0 64.5 64 0.5 64"></polygon>
<path d="M24.4562513,0 C10.9509659,0 0,10.8106355 0,24.1428585 C0,42.2500023 24.4562513,64.3809559 24.4562513,64.3809559 C24.4562513,64.3809559 48.9125027,42.2500023 48.9125027,24.1428585 C48.9125027,10.8106355 37.9615368,0 24.4562513,0 Z" id="path-3"></path>
<radialGradient cx="16.6090278%" cy="12.3588542%" fx="16.6090278%" fy="12.3588542%" r="100.2125%" gradientTransform="translate(0.166090,0.123589),scale(1.000000,0.759736),translate(-0.166090,-0.123589)" id="radialGradient-5">
<stop stop-color="#FFFFFF" stop-opacity="0.1" offset="0%"></stop>
<stop stop-color="#FFFFFF" stop-opacity="0" offset="100%"></stop>
</radialGradient>
</defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="lc_cta" transform="translate(-688.000000, -267.000000)">
<g id="local_guides_24dp" transform="translate(688.000000, 267.000000)">
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<g id="a"></g>
<g id="Group" mask="url(#mask-2)">
<g transform="translate(8.500000, 0.000000)">
<g id="Group" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Clipped">
<mask id="mask-4" fill="white">
<use xlink:href="#path-3"></use>
</mask>
<g id="c"></g>
<path d="M24.4562513,0 C10.9509659,0 0,10.8106355 0,24.1428585 C0,42.2500023 24.4562513,64.3809559 24.4562513,64.3809559 C24.4562513,64.3809559 48.9125027,42.2500023 48.9125027,24.1428585 C48.9125027,10.8106355 37.9615368,0 24.4562513,0 Z" id="Path" fill="#ED6D23" fill-rule="nonzero" mask="url(#mask-4)"></path>
</g>
</g>
<polygon id="Path" fill="#EEEEEE" fill-rule="nonzero" points="30.4004791 18.2748026 24.4562513 5.36507966 18.5120236 18.2748026 5.43472252 24.1428585 18.5120236 30.0109143 24.4562513 42.9206373 30.4004791 30.0109143 43.4777802 24.1428585"></polygon>
<path d="M24.4562513,0 C10.9509659,0 0,10.8106355 0,24.1428585 C0,42.2500023 24.4562513,64.3809559 24.4562513,64.3809559 C24.4562513,64.3809559 48.9125027,42.2500023 48.9125027,24.1428585 C48.9125027,10.8106355 37.9615368,0 24.4562513,0 Z" id="Path" fill="url(#radialGradient-5)" fill-rule="nonzero"></path>
</g>
</g>
</g>s
</g>
</g>
</svg>
<h5>Local Guide</h5>
</a>
</div>
<div class="col-lg-2 col-md-3 col-sm-4 col-xs-6">
<a href="https://crowdsource.google.com/" target="_blank">
<img class="img-responsive" src="assets/img/crowdsource.png" style="max-width: auto; max-height:95%" alt="Crowdsource">
<h5>Influencer</h5>
</a>
</div>
<div class="row">
<div class="col-lg-2 col-md-3 col-sm-4 col-xs-6">
<a href="https://nss.gov.in/" target="_blank">
<img class="img-responsive" src="assets/img/nss.png" style="max-width: 90%;" alt="NSS">
<h5>Volunteer</h5>
</a>
</div>
</div>
</div>
<!-- Previously -->
<h3>Previously</h3>
<div class="row" style="text-align: center;">
<div class="col-lg-2 col-md-3 col-sm-4 col-xs-6">
<a href="https://thepythonweek.tech/" target="_blank">
<img class="img-responsive" src="assets/img/TPW.png" style="max-width: 100%;" alt="The Python Week">
<h5>Technical Lead | Organizer</h5>
</a>
</div>
<div class="col-lg-2 col-md-3 col-sm-4 col-xs-6">
<a href="https://www.gigindia.in/" target="_blank">
<img class="img-responsive" src="assets/img/gigIndia.png" style="max-width: 100%;" alt="Gig India">
<h5>Campus Ambassador</h5>
</a>
</div>
<div class="col-lg-2 col-md-3 col-sm-4 col-xs-6">
<a href="https://techtogether.io/" target="_blank">
<img class="img-responsive" src="assets/img/techTogether.png" style="max-width: 100%;" alt="Tech Together">
<h5>Mentor | HobbyHacks</h5>
</a>
</div>
<div class="col-lg-2 col-md-3 col-sm-4 col-xs-6">
<a href="https://www.givemycertificate.com/" target="_blank">
<img class="img-responsive" src="assets/img/givemycertificate.JPG" style="max-width: 100%;" alt="Give My Certificate">
<h5>Student Partner</h5>
</a>
</div>
</div>
</div>
<!-- <div class="row">
<h3>Organizing Stats</h3>
</div> -->
<h3>Organizing Statistics</h3>
<div id="projectFacts" class="sectionClass">
<div class="fullWidth eight columns">
<div class="projectFactsWrap ">
<div class="item wow fadeInUpBig animated animated" data-number="20" style="visibility: visible;">
<!-- <i class="fa fa-briefcase"></i> -->
<svg id="b847c0d8-de26-4ae3-b269-ef35a8ef771f" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1130" height="831.56" viewBox="0 0 1130 831.56"><defs><linearGradient id="af868219-7e5b-405b-a411-f7ffae4abd96" x1="321.68" y1="857.11" x2="321.68" y2="447.21" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="gray" stop-opacity="0.25"/><stop offset="0.54" stop-color="gray" stop-opacity="0.12"/><stop offset="1" stop-color="gray" stop-opacity="0.1"/></linearGradient></defs><title>youtube tutorial</title><path d="M691.54,158.91C619.1,156.4,550.1,133,484.22,107.42S353.07,53.49,282.37,39.93C236.89,31.21,184.88,30,148.24,54.36c-35.27,23.46-46.66,64-52.78,101.55-4.61,28.28-7.32,58,5.3,84.51,8.77,18.37,24.34,33.82,35.11,51.42,37.45,61.26,11,136.79-29.62,196.59-19,28.06-41.13,54.82-55.82,84.69s-21.49,64.08-8.64,94.54c12.75,30.2,43.11,52.88,76,68.83,66.81,32.4,145.54,41.68,222.31,46.93C510.05,795,680.9,790,851.29,785c63.06-1.87,126.39-3.76,188.43-13.51,34.44-5.41,70-14,95-34.75,31.75-26.34,39.62-70.94,18.34-104-35.68-55.39-134.35-69.15-159.29-128.6-13.73-32.72.37-69.17,20.32-99.52,42.8-65.11,114.54-122.22,118.32-196.64,2.6-51.11-31.89-102.3-85.21-126.48-55.9-25.35-133.4-22.16-174.64,19.8C830.12,144.51,755.5,161.13,691.54,158.91Z" transform="translate(-35 -34.22)" fill="#00b0ff" opacity="0.1"/><polygon points="664.18 755.89 469.18 753.39 469.75 748.39 479.18 665.89 650.43 665.89 663.03 748.39 663.99 754.64 664.18 755.89" fill="#d0d2d5"/><polygon points="663.99 754.64 566.68 754.64 469.18 753.39 469.75 748.39 663.03 748.39 663.99 754.64" opacity="0.1"/><rect x="436.68" y="749.64" width="258.75" height="6.25" fill="#d0d2d5"/><path d="M977.3,204.59a16.27,16.27,0,0,0-16.19-16.35H238.5a16.27,16.27,0,0,0-16.2,16.35v438h755Z" transform="translate(-35 -34.22)" fill="#444053"/><path d="M222.3,638.24v51.3a16.2,16.2,0,0,0,16.2,16.2H961.11a16.2,16.2,0,0,0,16.19-16.2v-51.3Z" transform="translate(-35 -34.22)" fill="#d0d2d5"/><rect x="218.55" y="181.52" width="696.25" height="393.75" fill="#00b0ff" opacity="0.1"/><path d="M603.55,686.27a16.89,16.89,0,0,0,13.28-6.44v0a17.21,17.21,0,0,0,1.31-1.93l-9.26-1.52,10,.08a16.85,16.85,0,0,0,.32-13.38l-13.43,7,12.39-9.1a16.87,16.87,0,1,0-27.87,18.88v0A16.87,16.87,0,0,0,603.55,686.27Z" transform="translate(-35 -34.22)" fill="#00b0ff"/><polygon points="585.43 671.52 663.22 749.64 651.29 671.52 585.43 671.52" opacity="0.1"/><rect x="239" y="252.56" width="457" height="274" rx="2.6" fill="#fff"/><rect x="219" y="181.56" width="696" height="23" fill="#fff"/><rect x="222" y="185.56" width="20" height="14" rx="0.78" fill="#00b0ff"/><rect x="460" y="185.56" width="210" height="14" rx="0.58" fill="#00b0ff" opacity="0.3"/><path d="M698.77,228.22h-.51l-.19-.16a4.25,4.25,0,0,0,1-2.72,4.14,4.14,0,1,0-4.13,4.17,4.27,4.27,0,0,0,2.72-1l.19.16v.52l3.2,3.2,1-1Zm-3.84,0a2.89,2.89,0,1,1,2.88-2.88A2.86,2.86,0,0,1,694.93,228.22Z" transform="translate(-35 -34.22)" fill="#444053"/><circle cx="905" cy="192.56" r="7" fill="#00b0ff"/><rect x="729" y="229.56" width="65" height="44" rx="2.43" fill="#fff"/><rect x="811" y="229.56" width="84" height="7" rx="0.61" fill="#fff"/><rect x="811" y="244.56" width="84" height="7" rx="0.61" fill="#fff"/><rect x="811" y="259.56" width="84" height="7" rx="0.61" fill="#fff"/><rect x="729" y="298.56" width="65" height="44" rx="2.43" fill="#fff"/><rect x="811" y="298.56" width="84" height="7" rx="0.61" fill="#fff"/><rect x="811" y="313.56" width="84" height="7" rx="0.61" fill="#fff"/><rect x="811" y="328.56" width="84" height="7" rx="0.66" fill="#fff"/><rect x="729" y="367.56" width="65" height="44" rx="2.43" fill="#fff"/><rect x="811" y="367.56" width="84" height="7" rx="0.66" fill="#fff"/><rect x="811" y="382.56" width="84" height="7" rx="0.66" fill="#fff"/><rect x="811" y="397.56" width="84" height="7" rx="0.66" fill="#fff"/><rect x="729" y="436.56" width="65" height="44" rx="2.43" fill="#fff"/><rect x="811" y="436.56" width="84" height="7" rx="0.66" fill="#fff"/><rect x="811" y="451.56" width="84" height="7" rx="0.66" fill="#fff"/><rect x="811" y="466.56" width="84" height="7" rx="0.66" fill="#fff"/><rect x="729" y="505.56" width="65" height="44" rx="2.43" fill="#fff"/><rect x="811" y="505.56" width="84" height="7" rx="0.66" fill="#fff"/><rect x="811" y="520.56" width="84" height="7" rx="0.66" fill="#fff"/><rect x="811" y="535.56" width="84" height="7" rx="0.66" fill="#fff"/><rect x="304.92" y="325.17" width="102.83" height="5.33" fill="#00b0ff" opacity="0.1"/><rect x="314.06" y="296.99" width="9.9" height="28.18" fill="#00b0ff" opacity="0.1"/><rect x="328.53" y="296.99" width="9.9" height="28.18" fill="#00b0ff" opacity="0.1"/><rect x="343" y="296.99" width="9.9" height="28.18" fill="#00b0ff" opacity="0.1"/><rect x="357.47" y="296.99" width="9.9" height="28.18" fill="#00b0ff" opacity="0.1"/><rect x="371.94" y="296.99" width="9.9" height="28.18" fill="#00b0ff" opacity="0.1"/><rect x="386.42" y="296.99" width="9.9" height="28.18" fill="#00b0ff" opacity="0.1"/><rect x="314.06" y="302.32" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="328.53" y="302.32" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="343" y="302.32" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="357.47" y="302.32" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="371.94" y="302.32" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="386.42" y="302.32" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="314.06" y="316.03" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="328.53" y="316.03" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="343" y="316.03" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="357.47" y="316.03" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="371.94" y="316.03" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="386.42" y="316.03" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="530.37" y="338.88" width="102.83" height="5.33" fill="#00b0ff" opacity="0.1"/><rect x="539.51" y="310.7" width="9.9" height="28.18" fill="#00b0ff" opacity="0.1"/><rect x="553.98" y="310.7" width="9.9" height="28.18" fill="#00b0ff" opacity="0.1"/><rect x="568.45" y="310.7" width="9.9" height="28.18" fill="#00b0ff" opacity="0.1"/><rect x="582.93" y="310.7" width="9.9" height="28.18" fill="#00b0ff" opacity="0.1"/><rect x="597.4" y="310.7" width="9.9" height="28.18" fill="#00b0ff" opacity="0.1"/><rect x="611.87" y="310.7" width="9.9" height="28.18" fill="#00b0ff" opacity="0.1"/><rect x="539.51" y="316.03" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="553.98" y="316.03" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="568.45" y="316.03" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="582.93" y="316.03" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="597.4" y="316.03" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="611.87" y="316.03" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="539.51" y="329.74" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="553.98" y="329.74" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="568.45" y="329.74" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="582.93" y="329.74" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="597.4" y="329.74" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="611.87" y="329.74" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="530.37" y="377.72" width="102.83" height="5.33" fill="#00b0ff" opacity="0.1"/><rect x="539.51" y="349.54" width="9.9" height="28.18" fill="#00b0ff" opacity="0.1"/><rect x="553.98" y="349.54" width="9.9" height="28.18" fill="#00b0ff" opacity="0.1"/><rect x="568.45" y="349.54" width="9.9" height="28.18" fill="#00b0ff" opacity="0.1"/><rect x="582.93" y="349.54" width="9.9" height="28.18" fill="#00b0ff" opacity="0.1"/><rect x="597.4" y="349.54" width="9.9" height="28.18" fill="#00b0ff" opacity="0.1"/><rect x="611.87" y="349.54" width="9.9" height="28.18" fill="#00b0ff" opacity="0.1"/><rect x="539.51" y="354.87" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="553.98" y="354.87" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="568.45" y="354.87" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="582.93" y="354.87" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="597.4" y="354.87" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="611.87" y="354.87" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="539.51" y="368.58" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="553.98" y="368.58" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="568.45" y="368.58" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="582.93" y="368.58" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="597.4" y="368.58" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><rect x="611.87" y="368.58" width="9.9" height="3.05" fill="#00b0ff" opacity="0.1"/><path d="M403,419.66a28.45,28.45,0,0,1-2.1-3.09l14.81-2.43-16,.12a27.06,27.06,0,0,1-.52-21.38L420.64,404l-19.81-14.56a27,27,0,1,1,44.57,30.2,26.24,26.24,0,0,1,3.08,4.92l-19.22,10,20.49-6.87A27,27,0,0,1,445.4,453,27,27,0,1,1,403,453a27,27,0,0,1,0-33.37Z" transform="translate(-35 -34.22)" fill="#00b0ff" opacity="0.1"/><path d="M451.18,436.34A26.89,26.89,0,0,1,445.4,453,27,27,0,1,1,403,453C399.37,448.43,451.18,433.31,451.18,436.34Z" transform="translate(-35 -34.22)" fill="#00b0ff" opacity="0.1"/><path d="M428.52,503.88a2.53,2.53,0,0,1,.13.22h-9.16c.05-.07.08-.15.13-.22a8.87,8.87,0,0,1-1.18-4.51,9.26,9.26,0,0,1,.55-3.18v0c.51.08,1.14.17,1.87.25a32.1,32.1,0,0,0,6.39,0q.92-.09,1.89-.24a.09.09,0,0,0,0,.05,9,9,0,0,1,.54,3.13A8.87,8.87,0,0,1,428.52,503.88Z" transform="translate(-35 -34.22)" fill="#3f3d56" opacity="0.2"/><path d="M395.6,504.1h-51c-.11-.29-.21-.6-.3-.9a26.85,26.85,0,0,1,.59-17.64,27,27,0,0,1-9.85-31.89,25.83,25.83,0,0,1-2.91-2.33l13.42-6.69-15.26,4.84a27,27,0,0,1-6.8-20.27l23.81,4.3-23.22-8.07a27,27,0,1,1,51.49,15.7A27.35,27.35,0,0,1,380,445l-15.42,15.21,17.55-12.62a27,27,0,0,1,3.32,25.5A27,27,0,0,1,395.6,504.1Z" transform="translate(-35 -34.22)" fill="#00b0ff" opacity="0.1"/><path d="M395.6,504.1h-51c-.11-.29-.21-.6-.3-.9a26.85,26.85,0,0,1,.59-17.64c-4.8-3.32,40.23-33.07,41.12-30.17a26.88,26.88,0,0,1-.59,17.65A27,27,0,0,1,395.6,504.1Z" transform="translate(-35 -34.22)" fill="#00b0ff" opacity="0.1"/><path d="M626.35,467.56a26.9,26.9,0,0,1-13.51,11.36,27.4,27.4,0,0,1,.11,5.8l-21.61-1.3L612.45,488a27,27,0,0,1-3.22,8.16,26.57,26.57,0,0,1-7.2,7.9H572.61v.77h-30c.06-.26.12-.51.19-.77a27,27,0,0,1,16.45-18.31,27,27,0,0,1,17.13-28.64,27.36,27.36,0,0,1-.22-3.73l13.95,5.51-13.8-8.11A27,27,0,0,1,586.9,432.2l12.71,20.58-9.53-22.66a27,27,0,0,1,36.27,37.44Z" transform="translate(-35 -34.22)" fill="#00b0ff" opacity="0.1"/><path d="M609.23,496.2a26.57,26.57,0,0,1-7.2,7.9H572.61v.77h-30c.06-.26.12-.51.19-.77a27,27,0,0,1,16.45-18.31c-.25-2,5.56-1.7,13.31-.4C587.75,487.94,610.26,494.48,609.23,496.2Z" transform="translate(-35 -34.22)" fill="#00b0ff" opacity="0.1"/><path d="M481.71,424.19s3.7,20-4.56,26.53,7,45.67,32.18,41.1,35.44-37.4,35.44-37.4-25.22-5.22-15.87-31.75Z" transform="translate(-35 -34.22)" fill="#ee8e9e"/><path d="M481.71,424.19s3.7,20-4.56,26.53,7,45.67,32.18,41.1,35.44-37.4,35.44-37.4-25.22-5.22-15.87-31.75Z" transform="translate(-35 -34.22)" opacity="0.1"/><circle cx="469" cy="362.9" r="41.75" fill="#ee8e9e"/><path d="M572.61,476.49v28.38H434.75V477.78a17.48,17.48,0,0,1,10.67-16.1l3.95-1.68c10-4.26,22.15-9.55,26.12-11.75a6.53,6.53,0,0,0,1.22-.79c2.17-2.17,1.74.65,1.74.65s-.06.54-.1,1.47c-.24,6.39.68,31.5,30.11,29.41,28.71-2,30-21.42,29.71-27.13a15.45,15.45,0,0,0-.13-1.58,37.09,37.09,0,0,1,5.81,1.9c6,2.22,14.86,5.78,17.23,7.46.74.52,1.64,1.06,2.62,1.61a17.23,17.23,0,0,1,3.1,2.21A17.51,17.51,0,0,1,572.61,476.49Z" transform="translate(-35 -34.22)" fill="#00b0ff"/><path d="M543.85,452.18c-2.43,11.26-10.06,32.35-37.56,32.9-29.3.58-31-28.56-30.81-36.83a5.91,5.91,0,0,0,1.23-.79c2.18-2.17,1.74.65,1.74.65s-3.69,33.27,30,30.88S538,450.29,538,450.29C538,450.13,540.51,451,543.85,452.18Z" transform="translate(-35 -34.22)" opacity="0.1"/><path d="M454.58,399.21a7.15,7.15,0,0,1,7.53,2.75c1.52,2.13,1.75,4.7,1.94,7.16,1.81.38,2.83-1.67,3-3.22.67-6.31.72-12.74,2.84-18.84s6.75-12,13.86-14.33a16.08,16.08,0,0,1,7.57-.72c1.51.25,2.93.78,4.43,1,5.2.86,10.85-1.6,15.72.11,3.06,1.08,5,3.57,6.43,6.06a13.08,13.08,0,0,0,2.5,3.63c2.07,1.86,5.31,2.34,8.28,2.92s6.21,1.59,7.48,3.88c1.14,2.07.3,4.46-.08,6.7a16.42,16.42,0,0,0,1.69,10.37c.55,1,1.67,2.21,3,1.88a2.63,2.63,0,0,0,1.42-1.15c3.41-4.78,3.32-11,7.6-15.31,1.43-1.44,3.28-2.56,4.67-4a9.08,9.08,0,0,0,2.42-8.24c-.77-3.3-3.41-6-5.54-8.9a35,35,0,0,1-5.93-12.31,2.23,2.23,0,0,1,0-1.61,4.29,4.29,0,0,1,1.52-1.24,5.74,5.74,0,0,0,1.94-7.33C547.66,346,545,344.12,542,343a44.8,44.8,0,0,0-9.37-2c-2.1.3-4.56-.89-5.21-2.57-.29-.75-.29-1.56-.58-2.31a5.3,5.3,0,0,0-4-2.8,11.7,11.7,0,0,0-5.35.38c-2,.56-4.27,1.4-6,.42-.91-.51-1.41-1.44-2.39-1.86-2-.84-4.06.86-5.49,2.26a13.36,13.36,0,0,1-4.95,3.33,7.37,7.37,0,0,1-6.14-.41c-1.37-.87-2.06-2.27-3.15-3.38a11.86,11.86,0,0,0-7.45-3,26.23,26.23,0,0,0-8.41.92,50.78,50.78,0,0,0-14.77,6.2,15.87,15.87,0,0,0-5.67,5.27,12,12,0,0,0-1.27,5.43c-.22,5.91,1.74,12.13,6.85,16.27-3.12,1.3-4.17,4.49-4.9,7.32-1.17,4.52-2.34,9.11-1.9,13.71.22,2.38.87,4.76.52,7.13a15.36,15.36,0,0,0-.46,3.41A3.27,3.27,0,0,0,454.58,399.21Z" transform="translate(-35 -34.22)" fill="#454b69"/><g opacity="0.1"><path d="M556.23,378a9.76,9.76,0,0,1-1.8,2.66c-1.39,1.46-3.24,2.59-4.67,4-4.28,4.28-4.19,10.54-7.6,15.32a2.57,2.57,0,0,1-1.42,1.14c-1.3.34-2.42-.84-3-1.88a17.2,17.2,0,0,1-1.49-4c-.07.35-.14.7-.2,1a16.42,16.42,0,0,0,1.69,10.37c.55,1,1.67,2.21,3,1.88a2.63,2.63,0,0,0,1.42-1.15c3.41-4.78,3.32-11,7.6-15.31,1.43-1.44,3.28-2.56,4.67-4a9.08,9.08,0,0,0,2.42-8.24A10.74,10.74,0,0,0,556.23,378Z" transform="translate(-35 -34.22)"/><path d="M546.91,348.4a4.19,4.19,0,0,0-1.52,1.24,2.21,2.21,0,0,0,0,1.6,33.82,33.82,0,0,0,1.51,4.56h0a5.74,5.74,0,0,0,1.94-7.33,7,7,0,0,0-.7-1.17A5.76,5.76,0,0,1,546.91,348.4Z" transform="translate(-35 -34.22)"/><path d="M458.71,357.67a18.54,18.54,0,0,1-6.55-11.59,15.62,15.62,0,0,0-.3,2.72,20.82,20.82,0,0,0,3.29,12.37A7,7,0,0,1,458.71,357.67Z" transform="translate(-35 -34.22)"/><path d="M536.08,388.94c.38-2.25,1.22-4.64.08-6.7-1.27-2.3-4.51-3.3-7.48-3.88s-6.21-1.07-8.28-2.92a13.08,13.08,0,0,1-2.5-3.63c-1.41-2.49-3.37-5-6.43-6.06-4.87-1.71-10.52.74-15.72-.11-1.5-.25-2.92-.77-4.43-1a16,16,0,0,0-7.57.72c-7.11,2.34-11.74,8.24-13.86,14.33s-2.17,12.52-2.84,18.84c-.17,1.54-1.19,3.6-3,3.22-.19-2.47-.42-5-1.94-7.17a7.15,7.15,0,0,0-7.53-2.74,3.66,3.66,0,0,1-2.11-1.35,11.59,11.59,0,0,1,0,2.76,15.36,15.36,0,0,0-.46,3.41,3.27,3.27,0,0,0,2.61,2.57,7.15,7.15,0,0,1,7.53,2.75c1.52,2.13,1.75,4.7,1.94,7.16,1.81.38,2.83-1.67,3-3.22.67-6.31.72-12.74,2.84-18.84s6.75-12,13.86-14.33a16.08,16.08,0,0,1,7.57-.72c1.51.25,2.93.78,4.43,1,5.2.86,10.85-1.6,15.72.11,3.06,1.08,5,3.57,6.43,6.06a13.08,13.08,0,0,0,2.5,3.63c2.07,1.86,5.31,2.34,8.28,2.92s6,1.52,7.33,3.64C536,389.24,536.05,389.09,536.08,388.94Z" transform="translate(-35 -34.22)"/><path d="M452.43,385.83a19,19,0,0,0-.33-5.57,24.82,24.82,0,0,0-.19,5.84c0,.5.11,1,.18,1.49C452.2,387,452.35,386.42,452.43,385.83Z" transform="translate(-35 -34.22)"/></g><path d="M403.49,545.22V527.17a.51.51,0,0,1,.51-.51h2.05a.51.51,0,0,1,.51.51v7.51l8.32-7.71a1.36,1.36,0,0,1,2.23,1v16.35a1.36,1.36,0,0,1-2.23,1l-8.32-7.66v7.47a.51.51,0,0,1-.51.51H404A.51.51,0,0,1,403.49,545.22Z" transform="translate(-35 -34.22)" fill="#444053"/><path d="M604.52,527.17v18.05a.51.51,0,0,1-.52.51h-2a.51.51,0,0,1-.51-.51v-7.51l-8.32,7.7a1.37,1.37,0,0,1-2.24-1V528a1.37,1.37,0,0,1,2.24-1l8.32,7.66v-7.46a.51.51,0,0,1,.51-.51h2A.51.51,0,0,1,604.52,527.17Z" transform="translate(-35 -34.22)" fill="#444053"/><path d="M500.61,546h-4.07a2,2,0,0,1-2-2V529.06a2,2,0,0,1,2-2h4.07a2,2,0,0,1,2,2V544A2,2,0,0,1,500.61,546Zm12.9-2V529.06a2,2,0,0,0-2-2H507.4a2,2,0,0,0-2,2V544a2,2,0,0,0,2,2h4.07A2,2,0,0,0,513.51,544Z" transform="translate(-35 -34.22)" fill="#444053"/><rect x="349" y="468.62" width="240" height="2.67" fill="#444053" opacity="0.6"/><circle cx="423.11" cy="469.95" r="6.33" fill="#444053"/><rect x="349" y="468.62" width="74.11" height="2.67" fill="#444053"/><ellipse cx="957.08" cy="758.54" rx="59.47" ry="11.44" fill="#00b0ff"/><ellipse cx="956.09" cy="753.68" rx="6.92" ry="9.06" fill="#3f3d56"/><ellipse cx="956.09" cy="742.6" rx="6.92" ry="9.06" fill="#3f3d56"/><ellipse cx="956.09" cy="731.53" rx="6.92" ry="9.06" fill="#3f3d56"/><ellipse cx="956.09" cy="720.45" rx="6.92" ry="9.06" fill="#3f3d56"/><ellipse cx="956.09" cy="709.37" rx="6.92" ry="9.06" fill="#3f3d56"/><ellipse cx="956.09" cy="698.29" rx="6.92" ry="9.06" fill="#3f3d56"/><ellipse cx="956.09" cy="687.21" rx="6.92" ry="9.06" fill="#3f3d56"/><path d="M1017,645.63a34.28,34.28,0,0,0,2.58-3.8l-18.2-3,19.68.15a33.27,33.27,0,0,0,.63-26.28L995.31,626.4l24.34-17.89a33.17,33.17,0,1,0-54.78,37.12,33.85,33.85,0,0,0-3.78,6l23.62,12.27-25.18-8.45a33.19,33.19,0,0,0,5.34,31.14,33.16,33.16,0,1,0,52.14,0,33.18,33.18,0,0,0,0-41Z" transform="translate(-35 -34.22)" fill="#00b0ff"/><path d="M957.78,666.13a33,33,0,0,0,7.09,20.5,33.16,33.16,0,1,0,52.14,0C1021.45,681,957.78,662.41,957.78,666.13Z" transform="translate(-35 -34.22)" opacity="0.1"/><ellipse cx="290" cy="810.56" rx="99" ry="21" fill="#00b0ff" opacity="0.1"/><path d="M358.15,842.34c-2-.73-4.14-.61-6.23-.84a19.28,19.28,0,0,1-11.46-5.56,21,21,0,0,1-4.58-7c.66.24,1.32.49,2,.76-2-4.67.1-9.91,1.94-14.63q4.68-12,8.85-24.13c7-20.49,13-41.8,12.87-63.6,0-7.88-1.45-15.33-1.73-23.2-.21-5.84.69-11.67.65-17.52,0-.82,0-1.63-.06-2.45a15.53,15.53,0,0,0,5.27-12.66,30.48,30.48,0,0,0-.53-3.68,59.68,59.68,0,0,0-1.4-6.26c-.66-2.17-1.56-4.25-2.33-6.37-1.49-4.11-2.5-8.39-3.77-12.57A4.33,4.33,0,0,1,359,643a2.93,2.93,0,0,1-.64-1.31,32.41,32.41,0,0,1-1.2-8.17l.85-.38a21.27,21.27,0,0,0-.41-8.09c.48-4.29,1.23-8.61,1.69-12.88.17-1.6.1-3.61-1.37-4-.3-2.29-.42-4.61-.54-6.92q-.63-12.09-1.25-24.17c-.42-8.09-.84-16.17-1-24.27-.11-5.14-.17-10.46-1.39-15.38a18.6,18.6,0,0,0-.71-7c-1.86-5.89-7.64-10.56-13.5-10.23a26.86,26.86,0,0,0-6.39-6.46c1.17-2.62,2.57-5.32,3.72-7.44C346.24,503.25,353.1,494,353.1,483a25.43,25.43,0,0,0-2.75-11.59,12.52,12.52,0,0,0,.44-1.35,11.09,11.09,0,0,0-.45-6.49,19,19,0,0,0-1-2.32c-.26-.5-.54-1-.83-1.48L348,459c-.31-.47-.63-.92-1-1.36a33.1,33.1,0,0,0-2.28-2.74,22.56,22.56,0,0,0-3.28-2.92,14.46,14.46,0,0,0-5.4-2.49,16.46,16.46,0,0,0-3.43-.31c-.69,0-1.39,0-2.08.06-1.4.08-2.79.18-4.18.17-.46,0-.93,0-1.39-.07a50.63,50.63,0,0,1-7.24-1.51l-1.2-.25c-.41-.08-.81-.15-1.22-.2a22.89,22.89,0,0,0-3.31-.2l-1.11,0a30.68,30.68,0,0,0-3.31.34l-1.1.17a31.6,31.6,0,0,0-8.05,2.39c-.33.15-.67.32-1,.5l-.2.11c-.27.14-.54.29-.8.45l-.15.09-.85.54-.07.05c-7.94,5.34-12.63,15.46-13.82,25.5-1.33,11.27,1,22.63,3.33,33.72l2.1,10c.09.45.19.89.28,1.34a22,22,0,0,0-6.59,9.14c-2,5-2.05,10.41-1.89,15.83,0,1.1.06,2.2.17,3.3-.25,2.08-.47,4.17-.61,6.27-.63,9.7.55,19.45.24,29.17-.24,7.49-1.37,15-.82,22.44.48,6.6,2.25,13,4,19.37l2.52,9.08a2.41,2.41,0,0,0,.63,1.25,1.9,1.9,0,0,0,1.41.29A85.12,85.12,0,0,0,282.2,650a35.5,35.5,0,0,0-1.48,7.38c-.33,4.58.73,9.13,1.79,13.58q2.4,10,4.78,20.08,1.68,7.05,3.35,14.09c2.2,9.26,4.41,18.58,4.82,28.11a61.05,61.05,0,0,1-1,14.29,124.52,124.52,0,0,0-1.24,42.83,210,210,0,0,0,8.09,35.41c.81-.43,1.63-.83,2.47-1.2l-.35.65q-1.73,3-3.2,6.15a35,35,0,0,0-1.71,4.21c-1.28,4-1.48,8.26-1.66,12.47a6.1,6.1,0,0,0,.21,2.41c.55,1.51,2.13,2.28,3.6,2.7,4.32,1.23,8.81.79,13.3.21a1.61,1.61,0,0,0,.09.29c.55,1.51,2.12,2.28,3.6,2.7,6.18,1.76,12.7.1,19.07-.5s12.63-.16,18.76-1.63a8.93,8.93,0,0,0,2.6-1,8.51,8.51,0,0,0,3.28-4.55,5.83,5.83,0,0,0,.38-1.49C362,845,360.13,843.07,358.15,842.34ZM337,749.73a25.2,25.2,0,0,1-2,6.78,129.4,129.4,0,0,0-10.26,32.17,149.15,149.15,0,0,0-2.27,22.25c-.1,5.5.11,11.26-2.18,16.2l.83-.13c-.26.48-.51,1-.75,1.38l-.12.22a21.68,21.68,0,0,1-2.73-7.66c0-.09-.45-.16-1.14-.2a206.93,206.93,0,0,1-2.92-47.89,22.17,22.17,0,0,1,.8-5.75c.51-1.61,1.37-3.08,2-4.64a34.09,34.09,0,0,0,2-8.14,115.64,115.64,0,0,0,1.26-21.52c-.24-6.79,1.33-13.54,2.67-20.3.64-3.21,1.23-6.43,1.55-9.65l.06-.65a96.87,96.87,0,0,1,12.28,31.88A45.6,45.6,0,0,1,337,749.73Zm-42.8-144.52.32.28a22,22,0,0,1,2.66,2.79,3.69,3.69,0,0,1,.84,1.54c.3,1.46-.91,2.7-1.9,3.77a17,17,0,0,0-1.21,1.46Q294.59,610.13,294.23,605.21Z" transform="translate(-35 -34.22)" fill="url(#af868219-7e5b-405b-a411-f7ffae4abd96)"/><path d="M280.36,542.53l-1.1,8.49c-.37,2.88-.74,5.75-.94,8.64-.67,9.62.57,19.28.25,28.92-.26,7.42-1.44,14.83-.87,22.24.51,6.54,2.37,12.9,4.23,19.2l2.64,9a2.38,2.38,0,0,0,.66,1.24,2.33,2.33,0,0,0,1.69.27l11.72-1.06c-.75-3.44-1.58-7-2-10.53-.32-2.76-.51-5.54-.71-8.32-.62-8.66-1.33-17.32-2-26l-1.25-15.2c-.53-6.6-1.08-13.23-2.74-19.64A39.09,39.09,0,0,0,280.36,542.53Z" transform="translate(-35 -34.22)" fill="#00b0ff"/><path d="M280.36,542.53l-1.1,8.49c-.37,2.88-.74,5.75-.94,8.64-.67,9.62.57,19.28.25,28.92-.26,7.42-1.44,14.83-.87,22.24.51,6.54,2.37,12.9,4.23,19.2l2.64,9a2.38,2.38,0,0,0,.66,1.24,2.33,2.33,0,0,0,1.69.27l11.72-1.06c-.75-3.44-1.58-7-2-10.53-.32-2.76-.51-5.54-.71-8.32-.62-8.66-1.33-17.32-2-26l-1.25-15.2c-.53-6.6-1.08-13.23-2.74-19.64A39.09,39.09,0,0,0,280.36,542.53Z" transform="translate(-35 -34.22)" opacity="0.1"/><path d="M301.24,831.55a35.81,35.81,0,0,0-1.8,4.18c-1.34,3.95-1.54,8.19-1.74,12.36a6,6,0,0,0,.22,2.39c.58,1.5,2.24,2.26,3.79,2.67,6.49,1.75,13.33.11,20-.49s13.26-.16,19.7-1.61a10.06,10.06,0,0,0,2.73-.95,8.51,8.51,0,0,0,3.45-4.5,5.88,5.88,0,0,0,.39-1.48c.21-2.2-1.7-4.1-3.78-4.82s-4.35-.61-6.54-.83a20.6,20.6,0,0,1-18.24-17.21c-.08-.48-10.84-.19-12,.43-1.32.73-2.12,2.54-2.87,3.77Q302.78,828.43,301.24,831.55Z" transform="translate(-35 -34.22)" fill="#a26565"/><path d="M301.24,831.55a35.81,35.81,0,0,0-1.8,4.18c-1.34,3.95-1.54,8.19-1.74,12.36a6,6,0,0,0,.22,2.39c.58,1.5,2.24,2.26,3.79,2.67,6.49,1.75,13.33.11,20-.49s13.26-.16,19.7-1.61a10.06,10.06,0,0,0,2.73-.95,8.51,8.51,0,0,0,3.45-4.5,5.88,5.88,0,0,0,.39-1.48c.21-2.2-1.7-4.1-3.78-4.82s-4.35-.61-6.54-.83a20.6,20.6,0,0,1-18.24-17.21c-.08-.48-10.84-.19-12,.43-1.32.73-2.12,2.54-2.87,3.77Q302.78,828.43,301.24,831.55Z" transform="translate(-35 -34.22)" opacity="0.1"/><path d="M319.09,834.73a34,34,0,0,0-1.8,4.17c-1.35,4-1.55,8.19-1.74,12.36a5.83,5.83,0,0,0,.22,2.39c.57,1.5,2.23,2.26,3.78,2.68,6.49,1.74,13.34.1,20-.5s13.27-.16,19.7-1.61a9.62,9.62,0,0,0,2.73-1,8.47,8.47,0,0,0,3.45-4.5,5.88,5.88,0,0,0,.39-1.48c.21-2.19-1.7-4.1-3.78-4.82s-4.35-.6-6.54-.83a20.61,20.61,0,0,1-18.24-17.2c-.08-.48-10.84-.2-12,.42-1.33.73-2.13,2.54-2.88,3.77C321.24,830.61,320.12,832.65,319.09,834.73Z" transform="translate(-35 -34.22)" fill="#a26565"/><path d="M365.62,728.5c.14,21.61-6.14,42.73-13.51,63q-4.38,12.06-9.29,23.91c-1.94,4.68-4.13,9.88-2.05,14.5-6-2.28-12.1-3.62-18.41-2.57,2.4-4.9,2.17-10.6,2.28-16A140.3,140.3,0,0,1,327,789.29a123,123,0,0,1,10.79-31.89,24.3,24.3,0,0,0,2.09-6.72c.82-5.14.18-10.42-.89-15.51a92.47,92.47,0,0,0-12.9-31.6l-.06.64a93.27,93.27,0,0,1-1.62,9.57c-1.41,6.69-3.06,13.39-2.81,20.12a108.83,108.83,0,0,1-1.32,21.33,32.43,32.43,0,0,1-2.15,8.06c-.69,1.55-1.59,3-2.13,4.61a21,21,0,0,0-.84,5.7c-.8,16.27,0,32.79,3.32,48.74-5.57-.44-11.14,1.17-16.12,3.67a198.54,198.54,0,0,1-8.5-35.1,116.62,116.62,0,0,1,1.3-42.46,56.42,56.42,0,0,0,1.05-14.15c-.43-9.45-2.75-18.69-5.06-27.87l-3.52-14q-2.5-10-5-19.91c-1.11-4.41-2.23-8.92-1.88-13.46a33.4,33.4,0,0,1,1.56-7.32,81.69,81.69,0,0,1,11.07-22.64c19.27,1.08,38.77-.72,58-2.2a3.89,3.89,0,0,1,2.72.46,3.85,3.85,0,0,1,1.1,2.48l7.23,41a103,103,0,0,1,2.05,17.3c0,5.8-.9,11.58-.68,17.37C364.1,713.31,365.58,720.69,365.62,728.5Z" transform="translate(-35 -34.22)" fill="#454b69"/><path d="M326.05,704.21a93.27,93.27,0,0,1-1.62,9.57c-4.19-7.25-8.71-14.32-12.57-21.75-1-1.91-1.94-3.85-2.89-5.79l-2.85-5.8c-.53-1.09-1.06-2.18-1.54-3.29a23.77,23.77,0,0,1-1.79-5c1.4-.26,4.86,3.52,5.9,4.51a80.64,80.64,0,0,1,6,6.64,72.81,72.81,0,0,1,6.26,8.2A39.88,39.88,0,0,1,326.05,704.21Z" transform="translate(-35 -34.22)" opacity="0.1"/><path d="M342.1,505.3s-10.7,17.05-8.72,20.62-33.7-3.17-33.7-3.17,19.43-17.05,17.44-24.19S342.1,505.3,342.1,505.3Z" transform="translate(-35 -34.22)" fill="#efb7b9"/><circle cx="297.59" cy="452.05" r="24.19" fill="#efb7b9"/><path d="M342.46,523.18A24.56,24.56,0,0,0,332.29,515a36.38,36.38,0,0,0-7.23-1.78l-9.65-1.7c-2.36-.42-4.89-.81-7.09.16a11.62,11.62,0,0,0-3,2.21c-3.35,3.11-6.6,6.52-10.81,8.32-1.15.49-2.35.85-3.5,1.34-4.71,2-8.23,6.26-10.22,11-2.1,4.94-2.16,10.31-2,15.68a27.56,27.56,0,0,0,.55,5.52,35.57,35.57,0,0,0,1.83,5.06,92.57,92.57,0,0,1,3.34,10.73q3.75,14.35,6.24,29a10.87,10.87,0,0,0,1.21,4,14.36,14.36,0,0,0,3.34,3.21,20.86,20.86,0,0,1,2.79,2.77A3.62,3.62,0,0,1,299,612c.31,1.44-1,2.68-2,3.73a18.06,18.06,0,0,0-4.52,7.87,3.17,3.17,0,0,0-.72,2.17,3.8,3.8,0,0,1,.23,1.72,3.88,3.88,0,0,1-.91,1.41,5.33,5.33,0,0,0-1,4.28,67.89,67.89,0,0,0,23.68,5.54c2,.1,4,.1,6,.34,1.42.18,2.82.47,4.24.64a45.78,45.78,0,0,0,6.2.16c10.77-.22,21.85-.49,31.74-4.76.93-5.07-1.08-10.24-2.34-15.24-2-8-2.5-16.19-4-24.26-1-5.51-2.5-10.94-3.35-16.49s-1-11.3.48-16.7c1.35-4.78,1.76-9.66,3.16-14.43s2.38-9.94.8-14.66C354.69,527.48,348.62,522.85,342.46,523.18Z" transform="translate(-35 -34.22)" fill="#00b0ff"/><path d="M354.34,473.44c1.18-4.29-1.14-8.76-3.9-12.25-3-3.75-6.82-7.13-11.51-8.07-3.81-.77-7.76.16-11.64-.15-3.43-.27-6.73-1.51-10.14-2a32.12,32.12,0,0,0-9.28.35,35.25,35.25,0,0,0-8.45,2.36c-10.3,4.57-16.33,15.83-17.73,27s1.05,22.43,3.49,33.42l2.21,9.94c2.3,10.35,4.6,20.74,5.21,31.32s-.53,21.44-4.88,31.1a66.89,66.89,0,0,0,30.73-34.79c1.56-4.09,2.72-8.34,4.46-12.36,1.49-3.46,3.4-6.74,4.72-10.27a33.36,33.36,0,0,0,2.11-12.47c-.08-3.2-.61-6.38-.52-9.58s.91-6.53,3.12-8.85c2-2.05,4.75-3,7.28-4.33a30.31,30.31,0,0,0,10.19-8.5c1.59-2.08,1.68-3,2.08-5.36S353.72,475.71,354.34,473.44Z" transform="translate(-35 -34.22)" fill="#a26565"/><path d="M354.37,655.15c.25,2.49-.2,5,.34,7.47.41,1.84,1.36,3.5,1.92,5.3a25.2,25.2,0,0,1,.85,6.37c.08,1.8-.06,4-1.66,4.84-.7.37-1.54.37-2.27.69s-1.35,1.19-.93,1.87,1.14.57,1.8.7,1.37.81,1,1.36a1.14,1.14,0,0,1-.58.37,7.08,7.08,0,0,0-1.88.9,1.92,1.92,0,0,0-.77,1.83,1.13,1.13,0,0,0,1.61.74,5,5,0,0,0-.47,2c2.56,1.1,5.43-.34,7.83-1.73a29.49,29.49,0,0,0,3-1.92A15,15,0,0,0,370,673.17a29.79,29.79,0,0,0-.57-3.65,54.92,54.92,0,0,0-1.47-6.21c-.69-2.15-1.63-4.2-2.44-6.31-1.72-4.49-2.83-9.19-4.39-13.74a2.08,2.08,0,0,0-.75-1.19,2.11,2.11,0,0,0-1.11-.21,18.19,18.19,0,0,0-5.21.48c-1,.3-2.71,1-3.18,2s.28,1.84.73,2.67A22.38,22.38,0,0,1,354.37,655.15Z" transform="translate(-35 -34.22)" fill="#efb7b9"/><path d="M352.74,533.64a7.33,7.33,0,0,1,1.28,1.78c3.44,6.25,3.48,13.72,3.64,20.85.18,8,.62,16,1.06,24.05l1.31,24c.13,2.29.25,4.58.58,6.85,1.54.39,1.6,2.39,1.43,4-1.11,9.78-3.86,19.85-1,29.26a2.94,2.94,0,0,0,.67,1.3,7.81,7.81,0,0,0-4.47-.06c-1.43.3-2.81.83-4.25,1.16-1.82.41-3.88.59-5.12,2a99.24,99.24,0,0,1-3.35-12.92c-.68-4-.87-8.12-2.49-11.82-.65-1.49-1.53-2.87-2.33-4.3-4.19-7.48-6.25-15.93-8.26-24.27a35.43,35.43,0,0,1-.64-12.06,41.47,41.47,0,0,0,.5-5.55,42.64,42.64,0,0,0-.77-5.84,39.15,39.15,0,0,1,1.17-16.91c1.5-5.09,2.82-10.45,6-14.73S347.43,533.71,352.74,533.64Z" transform="translate(-35 -34.22)" opacity="0.1"/><path d="M353.93,532.84a7.39,7.39,0,0,1,1.28,1.79c3.44,6.24,3.48,13.72,3.64,20.85.18,8,.62,16,1.06,24l1.31,24c.13,2.29.25,4.58.58,6.85,1.54.39,1.6,2.39,1.42,4-1.1,9.78-3.85,19.84-1,29.26a2.94,2.94,0,0,0,.67,1.3,7.81,7.81,0,0,0-4.47-.06c-1.43.3-2.81.83-4.25,1.15-1.82.42-3.88.59-5.12,2A98.21,98.21,0,0,1,345.73,635c-.68-4-.87-8.11-2.49-11.81a48.28,48.28,0,0,0-2.33-4.3c-4.2-7.48-6.25-15.94-8.26-24.28a35.42,35.42,0,0,1-.64-12.06,26,26,0,0,0-.27-11.39,39.1,39.1,0,0,1,1.17-16.9c1.5-5.09,2.82-10.45,6-14.73S348.62,532.92,353.93,532.84Z" transform="translate(-35 -34.22)" fill="#00b0ff"/><g opacity="0.1"><path d="M350.44,461.19c-3-3.75-6.82-7.13-11.51-8.07-3.81-.77-7.76.16-11.64-.15-3.43-.27-6.73-1.51-10.14-2a32.12,32.12,0,0,0-9.28.35,35.25,35.25,0,0,0-8.45,2.36,25.09,25.09,0,0,0-4.17,2.37,35.56,35.56,0,0,1,7.47-2,32,32,0,0,1,9.27-.35c3.42.44,6.71,1.67,10.15,1.94,3.87.31,7.82-.61,11.64.15,4.69.94,8.53,4.33,11.5,8.08,2.77,3.48,5.08,7.95,3.91,12.25-.62,2.26-2.06,4.24-2.45,6.57s-.49,3.28-2.09,5.36a30.38,30.38,0,0,1-7.34,6.83c.77-.36,1.56-.72,2.31-1.11a30.31,30.31,0,0,0,10.19-8.5c1.59-2.08,1.68-3,2.08-5.36s1.83-4.3,2.45-6.57C355.52,469.15,353.2,464.68,350.44,461.19Z" transform="translate(-35 -34.22)"/><path d="M332.34,498.2a10,10,0,0,1,1.35-1.17c-2.31,1.12-4.74,2.1-6.51,4-2.21,2.31-3,5.65-3.12,8.85s.45,6.38.52,9.57a33.41,33.41,0,0,1-2.11,12.48c-1.32,3.53-3.23,6.8-4.72,10.27-1.73,4-2.89,8.26-4.45,12.35a67,67,0,0,1-25.41,31.62c-.06.13-.11.27-.17.4a66.89,66.89,0,0,0,30.73-34.79c1.56-4.09,2.72-8.34,4.46-12.36,1.49-3.46,3.4-6.74,4.72-10.27a33.36,33.36,0,0,0,2.11-12.47c-.08-3.2-.61-6.38-.52-9.58S330.13,500.52,332.34,498.2Z" transform="translate(-35 -34.22)"/></g></svg>
<p id="number1" class="number">20+</p>
<span></span>
<p>Workshops</p>
</div>
<div class="item wow fadeInUpBig animated animated" data-number="1" style="visibility: visible;">
<!-- <i class="fa fa-smile-o"></i> -->
<svg id="e7334088-53de-4589-99a2-090044ddfc90" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="973.4614" height="587.02513" viewBox="0 0 973.4614 587.02513"><g id="f9b32178-6d95-472d-b482-6662972666de" data-name="Group 100"><path id="f4b94a19-cbe0-459a-95a6-6ea3b3d72055" data-name="Path 1465" d="M675.14672,628.10046a11.49,11.49,0,1,0,11.49,11.49h0A11.49,11.49,0,0,0,675.14672,628.10046Zm0,18.561a7.071,7.071,0,1,1,7.071-7.071v.00006A7.071,7.071,0,0,1,675.14672,646.66143Z" transform="translate(-113.2693 -156.48744)" fill="#e4e4e4"/><path id="abc0e0b3-f22e-4bee-9929-c6879640924e" data-name="Path 1467" d="M630.95367,619.26144h44.193v43.739a5.757,5.757,0,0,1-5.757,5.757h-32.679a5.757,5.757,0,0,1-5.757-5.757V619.26144Z" transform="translate(-113.2693 -156.48744)" fill="#e4e4e4"/></g><path id="e24b6f19-a0a0-4e73-9cfc-bbb7635ad236" data-name="Path 944" d="M778.40266,669.75845h-664.237a1.006,1.006,0,0,1,0-2h664.237a1.006,1.006,0,0,1,0,2Z" transform="translate(-113.2693 -156.48744)" fill="#cacaca"/><polygon points="89.41 494.381 85.302 514.694 161.695 540.208 167.759 510.228 89.41 494.381" fill="#ffb6b6"/><path d="M210.35961,647.029l-8.09119,40.00293-.00033.00162a26.01065,26.01065,0,0,1-30.64977,20.3355l-.82841-.1676,13.24784-65.49629Z" transform="translate(-113.2693 -156.48744)" fill="#2f2e41"/><circle id="fd4e5ab9-ffc8-4bbb-9267-3af70c31dae1" data-name="Ellipse 276" cx="175.97938" cy="162.713" r="51.871" fill="#feb8b8"/><path id="a8c9bbe2-1461-49cf-8211-f8d251166dc5" data-name="Path 1461" d="M337.69671,274.45043a59.90714,59.90714,0,0,0-34.08105-26.052l-6.368,4.647v-6.034a55.143,55.143,0,0,0-10.3-.6l-5.494,4.971v-4.558a59.33506,59.33506,0,0,0-40.932,24.347c-11.931,17.2-13.945,41.129-2.21,58.467,3.221-9.9,7.131-19.189,10.353-29.088a29.29917,29.29917,0,0,0,7.633.037l3.919-9.145,1.095,8.758c12.148-1.058,30.166-3.382,41.682-5.511l-1.12-6.719,6.7,5.583c3.528-.812,5.623-1.549,5.45-2.112,8.565,13.808,19.047,22.627,27.611,36.435C344.88769,308.40645,348.63171,292.21742,337.69671,274.45043Z" transform="translate(-113.2693 -156.48744)" fill="#2f2e41"/><ellipse id="f6be96d1-713f-4c17-812c-ecd79c56fe95" data-name="Ellipse 260" cx="192.85638" cy="464.78699" rx="133.56" ry="37.359" fill="#2f2e41"/><path d="M400.8085,452.58848c-1.78369-10.731-3.62354-21.668-8.61084-31.335-3.27784-6.332-8.481-12.366-15.49512-13.618a14.98964,14.98964,0,0,1-4.03467-.934c-2.05517-.99-29.67334-16.756-34.063-19.502-3.769-2.35736-9.71875-6.72223-12.71875-6.72223-3.01806-.06634-14.59082,2.62708-59.76025-.90381a163.14109,163.14109,0,0,0-22.01025,10.82172c-.14551-.09589-46.88184,25.00134-48.6377,24.9353-3.3252-.14-6.416,1.989-8.32227,4.67005-1.90576,2.681-2.7998,6-3.73584,9.209,10.208,22.733,19.54786,45.495,29.75684,68.228a5.82135,5.82135,0,0,1,.73828,2.8,6.83358,6.83358,0,0,1-1.27,2.8c-5.00635,8.042-4.84717,18.157-4.30029,27.609.54736,9.452,1.22412,19.436-3,27.908-1.14893,2.326-2.64307,4.455-3.73584,6.781-2.55908,5.268-3.48389,22.117-1.98926,27.777l187.2666,5.3648C382.85977,587.40928,400.8085,452.58848,400.8085,452.58848Z" transform="translate(-113.2693 -156.48744)" fill="#00b0ff"/><path id="eb41f72e-aba6-4a16-bf55-c7027d2f1a4b" data-name="Path 1421" d="M167.23268,498.44541a33.06266,33.06266,0,0,0-.112,8.154l2.684,38.546c.252,3.633.5,7.257.841,10.881.644,7.033,1.606,14.01,2.8,20.977a3.736,3.736,0,0,0,3.829,3.633c11.815,2.5,24.022,2.4,36.08,1.719,18.4-1.027,65.474-2.97,68.35-6.706s1.2-9.779-2.55-12.8-65.871-10.386-65.871-10.386c.607-4.81,2.438-9.34,4.175-13.907,3.12-8.1,6.034-16.466,6.09-25.143s-3.213-17.8-10.321-22.771c-5.847-4.081-13.375-4.838-20.5-4.67-5.184.149-14.141-1.093-18.876.934C170.10469,488.55644,167.93268,494.77647,167.23268,498.44541Z" transform="translate(-113.2693 -156.48744)" fill="#fbbebe"/><path id="a363f2f7-2464-40a1-ad01-344825aa0b75" data-name="Path 1423" d="M401.14067,585.57847c3.11-1.186,6.538-.757,9.872-.308,10.732,1.466,21.622,2.97,31.569,7.257,4.67,2,9.116,4.67,12.273,8.6,2.8,3.54,4.436,7.874,5.987,12.142l3.587,9.826a47.30032,47.30032,0,0,1,3.129,11.516c1.121,11.759-6.921,22.845-17.036,28.954s-22.023,8.284-33.624,10.563-23.247,4.8-34.8,7.472a140.08632,140.08632,0,0,1-16.373,3.222c-12.366,1.4-25.292-.663-37.042,3.428-4.67,1.635-9.256,4.063-14.1,5.193a87.74454,87.74454,0,0,1-9.751,1.485l-22.238,2.54a121.31294,121.31294,0,0,1-13.636,1.046c-9.713,0-19.268-2.3-28.7-4.6a7.25771,7.25771,0,0,1-2.8-1.13c-1.494-1.177-1.821-3.26-2.036-5.146q-1.429-12.525-2.5-25.077c-.224-2.718-.392-5.66,1.093-7.948,1.868-2.8,5.511-3.68,8.836-4.222a230.57994,230.57994,0,0,1,42.665-2.961c5.426-5.426,14.374-5.454,21.482-8.406a63.89712,63.89712,0,0,0,7.575-4.119,99.00057,99.00057,0,0,1,41.59-13.141,38.71437,38.71437,0,0,0,8.509-1.214c5.5-1.709,10.517-6.361,16.167-5.221.7-1.933,1.186-4.521,2.8-5.847.8-.682,1.793-1.139,2.531-1.868,1.56-1.578,1.7-4.063,1.466-6.267s-.757-4.464-.187-6.613a9.14077,9.14077,0,0,1,1.037-2.307C391.27767,587.59544,395.50869,585.11143,401.14067,585.57847Z" transform="translate(-113.2693 -156.48744)" fill="#2f2e41"/><path id="b53ad979-99f4-4c6e-a0f8-957060c42096" data-name="Path 1430" d="M182.87968,429.90143a9.66706,9.66706,0,0,0-2.073,3.316,156.78038,156.78038,0,0,0-13.169,53.816,5.38,5.38,0,0,1-.607,2.606,11.40276,11.40276,0,0,1-1.373,1.485,5.156,5.156,0,0,0,.61662,7.26557q.12733.10739.26138.20642c1.541-2.9,5.23-3.848,8.509-4.1,15.7-1.242,31.036,6.062,46.783,5.511-1.111-3.839-2.709-7.528-3.615-11.413-4.007-17.251,5.987-36.033-.14-52.649-1.224-3.325-3.269-6.594-6.491-8.051a17.29051,17.29051,0,0,0-4.156-1.1c-3.979-.719-11.9-3.792-15.747-2.559-1.42.458-1.98,1.793-3.157,2.6C186.73368,427.97745,184.36169,428.39743,182.87968,429.90143Z" transform="translate(-113.2693 -156.48744)" fill="#00b0ff"/><path id="a1197c30-bfd4-4098-bcf9-2468e7a33bf1" data-name="Path 1421" d="M400.92057,486.90641c-4.735-2.027-13.692-.785-18.876-.934-7.125-.168-14.653.589-20.5,4.67-7.108,4.971-10.377,14.094-10.321,22.771s2.97,17.043,6.09,25.143c1.737,4.567,3.568,9.097,4.175,13.907,0,0-62.121,7.365-65.871,10.386s-5.426,9.064-2.55,12.8,92.615,7.487,104.43,4.987a3.736,3.736,0,0,0,3.829-3.633c1.194-6.967,2.156-13.944,2.8-20.977.341-3.624.589-7.248.841-10.881l2.684-38.546a33.06364,33.06364,0,0,0-.112-8.154C406.83959,494.77647,404.66758,488.55644,400.92057,486.90641Z" transform="translate(-113.2693 -156.48744)" fill="#fbbebe"/><path id="ebe46053-6aac-4aa7-8615-21a6fa79538d" data-name="Path 1430" d="M386.25057,426.83542c-1.177-.807-1.737-2.142-3.157-2.6-3.847-1.233-11.768,1.84-15.747,2.559a17.29056,17.29056,0,0,0-4.156,1.1c-3.222,1.457-5.267,4.726-6.491,8.051-6.127,16.616,3.867,35.398-.14,52.649-.906,3.885-2.504,7.574-3.615,11.413,15.747.551,31.083-6.753,46.783-5.511,3.279.252,6.968,1.2,8.509,4.1q.134-.099.26138-.20642a5.156,5.156,0,0,0,.61663-7.26557,11.40137,11.40137,0,0,1-1.373-1.485,5.37993,5.37993,0,0,1-.607-2.606,156.78014,156.78014,0,0,0-13.169-53.816,9.66706,9.66706,0,0,0-2.073-3.316C390.41058,428.39743,388.03858,427.97745,386.25057,426.83542Z" transform="translate(-113.2693 -156.48744)" fill="#00b0ff"/><polygon points="299.243 523.378 296.513 543.921 215.975 543.166 220.005 512.846 299.243 523.378" fill="#ffb6b6"/><path d="M433.12244,677.27239l-8.804,66.24017-.83783-.11132a26.01064,26.01064,0,0,1-22.35645-29.20839l.00022-.00163,5.3773-40.45722Z" transform="translate(-113.2693 -156.48744)" fill="#2f2e41"/><path id="a0b0f7ea-4ed9-4447-aa64-e2335b2c3196" data-name="Path 1427" d="M223.03869,595.97441c0,.934-1.466,0-1.6-1-1.027-7.556-7.024-13.786-14.01-16.812s-14.944-3.185-22.509-2.466c-11.441,1.083-24.284,5.464-28.468,16.158-.99,2.5-10.264,24.76-9.359,29.766,2.438,13.356,11.572,24.779,22.64,32.69s24,12.637,36.9,16.9a639.94948,639.94948,0,0,0,104.607,24.984c5.753.869,11.563,1.672,17.073,3.521,4.931,1.653,9.545,4.128,14.365,6.071,11.208,4.5,23.266,6.108,35.211,7.687,2.036.262,4.371.448,5.875-.934,1.943-1.8,1.3-4.941.747-7.528a40.488,40.488,0,0,1,4.773-28.729c2-3.362,4.6-6.809,4.222-10.7-.448-4.539-4.969-7.752-9.471-8.481s-9.078.346-13.6.934a7.285,7.285,0,0,1-4.623-.458,9.23483,9.23483,0,0,1-1.812-1.606,20.482,20.482,0,0,0-23.854-3.334c-1.672.934-4.2-1.149-5.94-1.933l-19.642-8.892c-22.565-10.208-45.242-20.464-69.115-26.927a14.51449,14.51449,0,0,1-5.324-2.214c-1.186-.934-2.036-2.2-3.129-3.241-2.382-2.251-5.7-3.148-8.555-4.745S222.38468,599.17742,223.03869,595.97441Z" transform="translate(-113.2693 -156.48744)" fill="#2f2e41"/><circle cx="160.61683" cy="411.98984" r="14" fill="#fbbebe"/><circle cx="191.61683" cy="411.98984" r="14" fill="#fbbebe"/><path d="M391.30469,600.02441H198.96582a8.4798,8.4798,0,0,1-8.47021-8.46972V474.86816a8.4798,8.4798,0,0,1,8.47021-8.46972H391.30469a8.4798,8.4798,0,0,1,8.47021,8.46972V591.55469A8.4798,8.4798,0,0,1,391.30469,600.02441Z" transform="translate(-113.2693 -156.48744)" fill="#3f3d56"/><circle id="e793da3b-cee2-4a15-ae11-6dab45a6c728" data-name="Ellipse 263" cx="181.39939" cy="376.72401" r="5.604" fill="#fff"/><path d="M981.29873,366.93967H731.40591a5.00573,5.00573,0,0,1-5-5V314.83958h2v47.10009a3.00328,3.00328,0,0,0,3,3H981.29873a3.00328,3.00328,0,0,0,3-3V314.51048h2v47.42919A5.00573,5.00573,0,0,1,981.29873,366.93967Z" transform="translate(-113.2693 -156.48744)" fill="#3f3d56"/><rect x="371.39686" y="157.35214" width="587.21997" height="2" fill="#3f3d56"/><circle id="a67a4451-c7cc-402c-b29d-5a705f3c9418" data-name="Ellipse 264" cx="371.4394" cy="158.196" r="17.202" fill="#00b0ff"/><circle id="abdb3fbf-f68e-433e-a33f-153626b38c76" data-name="Ellipse 266" cx="546.24439" cy="158.196" r="17.202" fill="#00b0ff"/><circle id="ac293633-0933-4e21-a8aa-bc27ca4fbccc" data-name="Ellipse 268" cx="664.87641" cy="208.75701" r="17.202" fill="#3f3d56"/><circle id="a0cd768d-b738-4d4b-9ab3-78ab535c7573" data-name="Ellipse 269" cx="755.06336" cy="208.75701" r="17.202" fill="#ccc"/><circle id="b9eb3d2e-31e0-4fe2-be5c-79abb86bc227" data-name="Ellipse 270" cx="711.36035" cy="158.196" r="17.202" fill="#00b0ff"/><circle id="aa04baac-fce0-420a-b86a-4a97f3079928" data-name="Ellipse 271" cx="956.2594" cy="158.196" r="17.202" fill="#00b0ff"/><circle id="e92cf92c-058e-415c-ba96-766a57ee18d9" data-name="Ellipse 272" cx="872.02936" cy="158.196" r="17.202" fill="#00b0ff"/><rect id="ac5bf8cc-574d-4509-9338-881c836fd832" data-name="Rectangle 207" x="648.5394" width="31.90646" height="21.98984" fill="#3f3d56"/><rect id="ad5a043d-52f1-4931-b771-e4991ef7f7f7" data-name="Rectangle 208" x="355.61211" width="31.90646" height="21.98984" fill="#00b0ff"/><rect id="e5d95e83-bdd9-4322-95a9-5a9c4b449a8f" data-name="Rectangle 209" x="463.68483" width="31.90646" height="21.98984" fill="#ccc"/><path d="M538.05142,315.83958a1.00005,1.00005,0,0,1-1-1V265.47727a5.00573,5.00573,0,0,1,5-5h48.6748a1,1,0,0,1,0,2h-48.6748a3.00328,3.00328,0,0,0-3,3v49.36231A1.00006,1.00006,0,0,1,538.05142,315.83958Z" transform="translate(-113.2693 -156.48744)" fill="#3f3d56"/><circle id="b0a7c1c1-8f27-441f-a84a-e44462cc473e" data-name="Ellipse 265" cx="479.74439" cy="104.61599" r="17.202" fill="#e6e6e6"/><path d="M923.05142,314.83958h-2V265.47727a5.00573,5.00573,0,0,1,5-5h48.6748v2h-48.6748a3.00328,3.00328,0,0,0-3,3Z" transform="translate(-113.2693 -156.48744)" fill="#3f3d56"/><circle id="b3140cf1-cdb8-48ff-81af-ce41ed4f5739" data-name="Ellipse 265" cx="863.74439" cy="104.61599" r="17.202" fill="#e6e6e6"/></svg>
<p id="number2" class="number">1</p>
<span></span>
<p>Hackathons</p>
</div>
<div class="item wow fadeInUpBig animated animated" data-number="5" style="visibility: visible;">
<!-- <i class="fa fa-coffee"></i> -->
<svg id="bb554b9e-b999-4ef3-b2f2-4c0395b94ae2" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="926.62165" height="600.08495" viewBox="0 0 926.62165 600.08495"><circle cx="150.53395" cy="254.87249" r="24.56103" fill="#ffb8b8"/><polygon points="67.543 549.197 73.762 559.763 117.474 540.803 108.295 525.21 67.543 549.197" fill="#ffb8b8"/><path d="M206.09566,694.4297,218.343,715.23658l.0005.00084A15.38605,15.38605,0,0,1,212.888,736.302l-.43091.25362L192.4047,702.48857Z" transform="translate(-136.68918 -149.95753)" fill="#2f2e41"/><polygon points="139.6 587.26 151.86 587.259 157.692 539.971 139.598 539.972 139.6 587.26" fill="#ffb8b8"/><path d="M273.16223,733.21466l24.14379-.001h.001a15.38605,15.38605,0,0,1,15.38648,15.38623v.5l-39.53052.00146Z" transform="translate(-136.68918 -149.95753)" fill="#2f2e41"/><path d="M227.00063,708.56723a4.49318,4.49318,0,0,1-3.624-1.833l-11.82373-16.05859a4.49961,4.49961,0,0,1,1.12451-6.41016l52.614-35.1416-31.74659-83.47461L301.434,571.2518l2.28662,71.7334A36.04579,36.04579,0,0,1,285.67544,675.409l-56.42652,32.55371A4.486,4.486,0,0,1,227.00063,708.56723Z" transform="translate(-136.68918 -149.95753)" fill="#2f2e41"/><path d="M276.65933,727.617a4.49986,4.49986,0,0,1-4.48877-4.33984l-2.488-69.88184,30.80835-1.623-2.45313,70.38379a4.48729,4.48729,0,0,1-4.1997,4.333l-16.87281,1.11817C276.86294,727.6141,276.76089,727.617,276.65933,727.617Z" transform="translate(-136.68918 -149.95753)" fill="#2f2e41"/><path d="M309.29092,585.12875c-7.83838,0-35.21656-8.8164-44.72119-11.959-1.42188,1.13769-9.23316,6.97851-18.35108,5.91113-5.626-.66016-10.57886-3.84473-14.72095-9.46582-9.147-12.41406,2.15064-65.65137,13.239-108.126a34.26782,34.26782,0,0,1,40.52856-24.87988h0a34.57137,34.57137,0,0,1,26.08765,25.37793c2.08765,8.49805.29175,18.49414-1.01953,25.79395-.61646,3.43164-1.10352,6.14257-.937,7.47461.64355,5.14843,4.21875,85.8916,1.91992,89.33984C311.07143,584.96274,310.36343,585.12875,309.29092,585.12875Z" transform="translate(-136.68918 -149.95753)" fill="#00b0ff"/><path d="M280.616,585.27177a10.74269,10.74269,0,0,0,.9416-16.44569l.48534-97.84356-23.04478,3.8374,6.76925,94.97037A10.80091,10.80091,0,0,0,280.616,585.27177Z" transform="translate(-136.68918 -149.95753)" fill="#ffb8b8"/><path d="M285.946,533.81821H261.12417a4.51352,4.51352,0,0,1-4.5-4.459l-.60938-67.292a17.603,17.603,0,1,1,35.20411.043L290.4457,529.37A4.51547,4.51547,0,0,1,285.946,533.81821Z" transform="translate(-136.68918 -149.95753)" fill="#00b0ff"/><path d="M280.96926,429.28873c-11.24529.02059-21.85416-8.868-23.80286-19.94323a28.67148,28.67148,0,0,1,.91927-13.01372A34.95394,34.95394,0,0,1,306.021,374.379c3.00831,1.36131,5.97145,3.31645,7.3489,6.31741s.51535,7.19528-2.49791,8.54561c-1.96916.88242-4.44023.4491-6.18719,1.71573-2.50928,1.81937-1.86334,5.69129-.74286,8.58112s2.38776,6.38691.50947,8.85239c-1.75023,2.29739-5.24872,2.22609-8.00436,1.36137s-5.47557-2.31277-8.34864-2.01822c-4.1904.42961-7.20172,4.59773-7.7591,8.77306s.75474,8.34892,2.05018,12.35714Z" transform="translate(-136.68918 -149.95753)" fill="#2f2e41"/><path d="M395.68918,750.04247h-258a1,1,0,1,1,0-2h258a1,1,0,0,1,0,2Z" transform="translate(-136.68918 -149.95753)" fill="#ccc"/><path d="M1046.81082,584.50538H405.97232a16.51868,16.51868,0,0,1-16.5-16.5V172.85157a12.10185,12.10185,0,0,1,12.08789-12.08838h649.4535a12.31111,12.31111,0,0,1,12.29711,12.29736V568.00538A16.51867,16.51867,0,0,1,1046.81082,584.50538Z" transform="translate(-136.68918 -149.95753)" fill="#f2f2f2"/><path d="M1026.091,563.67306H428.84627c-8.755,0-15.87757-6.66993-15.87757-14.86817v-344.105c0-6.08008,5.278-11.02685,11.76563-11.02685H1030.008c6.59521,0,11.96069,5.02832,11.96069,11.20849V548.80489C1041.9687,557.00313,1034.8459,563.67306,1026.091,563.67306Z" transform="translate(-136.68918 -149.95753)" fill="#fff"/><path d="M1063.08109,174.90772H389.24076v-8.40039a16.57376,16.57376,0,0,1,16.56-16.5498H1046.521a16.57368,16.57368,0,0,1,16.56006,16.5498Z" transform="translate(-136.68918 -149.95753)" fill="#3f3d56"/><circle cx="282.64694" cy="12.5" r="4.28342" fill="#fff"/><circle cx="298.90575" cy="12.5" r="4.28342" fill="#fff"/><circle cx="315.16455" cy="12.5" r="4.28342" fill="#fff"/><path d="M713.29967,268.912H596.49153a6.56614,6.56614,0,0,1,0-13.13228H713.29967a6.56614,6.56614,0,1,1,0,13.13228Z" transform="translate(-136.68918 -149.95753)" fill="#ccc"/><path d="M858.44587,268.912H741.63774a6.56614,6.56614,0,0,1,0-13.13228H858.44587a6.56614,6.56614,0,1,1,0,13.13228Z" transform="translate(-136.68918 -149.95753)" fill="#ccc"/><path d="M858.44587,293.79419H655.24119a6.56613,6.56613,0,1,1,0-13.13227H858.44587a6.56613,6.56613,0,1,1,0,13.13227Z" transform="translate(-136.68918 -149.95753)" fill="#ccc"/><path d="M713.29967,243.68419H596.49153a6.56614,6.56614,0,0,1,0-13.13227H713.29967a6.56614,6.56614,0,1,1,0,13.13227Z" transform="translate(-136.68918 -149.95753)" fill="#ccc"/><path d="M777.5787,244.02978H744.40243a6.56614,6.56614,0,0,1,0-13.13228H777.5787a6.56614,6.56614,0,1,1,0,13.13228Z" transform="translate(-136.68918 -149.95753)" fill="#ccc"/><path d="M629.66781,293.79419H596.49153a6.56614,6.56614,0,0,1,0-13.13227h33.17628a6.56614,6.56614,0,1,1,0,13.13227Z" transform="translate(-136.68918 -149.95753)" fill="#ccc"/><path d="M713.29967,501.912H596.49153a6.56614,6.56614,0,0,1,0-13.13228H713.29967a6.56614,6.56614,0,1,1,0,13.13228Z" transform="translate(-136.68918 -149.95753)" fill="#ccc"/><path d="M858.44587,501.912H741.63774a6.56614,6.56614,0,0,1,0-13.13228H858.44587a6.56614,6.56614,0,1,1,0,13.13228Z" transform="translate(-136.68918 -149.95753)" fill="#ccc"/><path d="M858.44587,526.79419H655.24119a6.56613,6.56613,0,1,1,0-13.13227H858.44587a6.56614,6.56614,0,1,1,0,13.13227Z" transform="translate(-136.68918 -149.95753)" fill="#ccc"/><path d="M713.29967,476.68419H596.49153a6.56613,6.56613,0,0,1,0-13.13227H713.29967a6.56613,6.56613,0,1,1,0,13.13227Z" transform="translate(-136.68918 -149.95753)" fill="#ccc"/><path d="M777.5787,477.02978H744.40243a6.56614,6.56614,0,0,1,0-13.13228H777.5787a6.56614,6.56614,0,0,1,0,13.13228Z" transform="translate(-136.68918 -149.95753)" fill="#ccc"/><path d="M629.66781,526.79419H596.49153a6.56613,6.56613,0,0,1,0-13.13227h33.17628a6.56614,6.56614,0,1,1,0,13.13227Z" transform="translate(-136.68918 -149.95753)" fill="#ccc"/><path d="M682.793,431.41924a9.39692,9.39692,0,0,1-6.62352-2.7101l-43.90868-43.35929a9.1516,9.1516,0,0,1,0-13.02336l43.73124-43.18435a9.70171,9.70171,0,0,1,13.64354.043h0a9.689,9.689,0,0,1,.00019,13.68669l-32.49607,32.49664a5.41338,5.41338,0,0,0,0,7.64652l32.31978,32.32016a9.418,9.418,0,0,1-6.66648,16.08412Z" transform="translate(-136.68918 -149.95753)" fill="#00b0ff"/><path d="M752.75859,431.41924a9.418,9.418,0,0,1-6.66648-16.08412L778.41189,383.015a5.41338,5.41338,0,0,0,0-7.64652L745.91582,342.8718a9.67776,9.67776,0,0,1,.00019-13.68669h0a9.70169,9.70169,0,0,1,13.64353-.043l43.73124,43.18435a9.15157,9.15157,0,0,1,0,13.02336l-43.90867,43.35929A9.39891,9.39891,0,0,1,752.75859,431.41924Z" transform="translate(-136.68918 -149.95753)" fill="#00b0ff"/></svg>
<p id="number3" class="number">5</p>
<span></span>
<p>Events</p>
</div>
<div class="item wow fadeInUpBig animated animated" data-number="246" style="visibility: visible;">
<!-- <i class="fa fa-camera"></i> -->
<svg id="a77d060e-bfde-44e4-9303-3da9960cf22f" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="847.93574" height="568.36073" viewBox="0 0 847.93574 568.36073"><path d="M1012.58968,734.18036H639.937a11.39106,11.39106,0,0,1-11.37819-11.37818v-263.424A11.39106,11.39106,0,0,1,639.937,448h372.65272a11.39106,11.39106,0,0,1,11.37819,11.37819v263.424A11.39106,11.39106,0,0,1,1012.58968,734.18036Z" transform="translate(-176.03213 -165.81964)" fill="#e6e6e6"/><path d="M997.07559,463.51257H655.45582a11.39794,11.39794,0,0,0-11.38333,11.38327v232.388a11.398,11.398,0,0,0,11.38333,11.38333H997.07559a11.39064,11.39064,0,0,0,11.37473-11.38333v-232.388A11.39059,11.39059,0,0,0,997.07559,463.51257Z" transform="translate(-176.03213 -165.81964)" fill="#fff"/><circle cx="638.05876" cy="397.968" r="45.87523" fill="#a0616a"/><path d="M867.33893,659.63411l-81.92007,8.192c7.57211-34.08717,9.40751-65.93365,0-93.38887h57.34405C839.64771,597.31481,851.29151,627.39923,867.33893,659.63411Z" transform="translate(-176.03213 -165.81964)" fill="#a0616a"/><path d="M923.87379,659.8877c-1.02159,19.97658-2.20628,39.627-3.66564,58.77946H728.66621q-3.39955-18.96789-8.26707-38.17616a17.52166,17.52166,0,0,1,9.82944-20.35436l6.11231-2.72133L790.33011,633.421l.63526.13734,22.3031,4.77309L852.595,628.502l.68676.13734,55.13095,11.28031a19.64416,19.64416,0,0,1,4.70446,1.61393A19.38247,19.38247,0,0,1,923.87379,659.8877Z" transform="translate(-176.03213 -165.81964)" fill="#00b0ff"/><path d="M953.79152,718.66716H912.40463l-7.38282-78.696a45.04,45.04,0,0,1,39.60125,35.49773Z" transform="translate(-176.03213 -165.81964)" fill="#00b0ff"/><path d="M741.06248,718.66716H701.3754l1.42509-13.91583a53.24744,53.24744,0,0,1,33.46316-48.392l.07724,1.056Z" transform="translate(-176.03213 -165.81964)" fill="#00b0ff"/><path d="M777.66872,537.64893c20.67775-11.8303,41.38337-4.27184,62.125,28.00769l4.24046,34.38524c31.12962-29.49122,29.55593-69.73744-5.35387-86.10671-3.43205-1.60926-6.75789-3.43956-10.49285-2.79276-16.14591-8.64605-35.449-2.15217-43.53854,11.69618-6.44976,1.117-15.69612,13.93094-15.36336,20.46829Z" transform="translate(-176.03213 -165.81964)" fill="#2f2e41"/><ellipse cx="661.81557" cy="400.4256" rx="5.7344" ry="7.37281" fill="#a0616a"/><path d="M664.99477,530.19528H190.51927a14.50353,14.50353,0,0,1-14.48714-14.48714V180.30677a14.50353,14.50353,0,0,1,14.48714-14.48713h474.4755a14.50353,14.50353,0,0,1,14.48714,14.48713V515.70814A14.50353,14.50353,0,0,1,664.99477,530.19528Z" transform="translate(-176.03213 -165.81964)" fill="#e6e6e6"/><path d="M645.24158,185.57082H210.27846a14.51228,14.51228,0,0,0-14.49368,14.49362V495.94959a14.51234,14.51234,0,0,0,14.49368,14.49369H645.24158a14.503,14.503,0,0,0,14.48274-14.49369V200.06444A14.50289,14.50289,0,0,0,645.24158,185.57082Z" transform="translate(-176.03213 -165.81964)" fill="#fff"/><polygon points="353.705 230.274 219.549 260.975 162.866 154.068 277.58 109.282 353.705 230.274" fill="#2f2e41"/><circle cx="240.38362" cy="171.69169" r="48.59396" fill="#ffb9b9"/><path d="M410.77106,497.63871l117.96056-17.029c-17.60893-31.8719-35.76381-60.91952-60.16316-57.67181-21.70675-15.19226-22.95848-39.61456-17.46852-67.079l-59.04307,15.78327c5.19525,16.92984,3.18574,31.79571-10.65119,43.27336C400.73935,442.13171,413.25126,469.60385,410.77106,497.63871Z" transform="translate(-176.03213 -165.81964)" fill="#ffb9b9"/><path d="M553.56863,510.44328h-186.658q-3.96769-5.32857-8.43821-10.30734c-.19674-.22956-.40442-.47-.6121-.69956l5.017-70.92719.50282-7.17032a9.5472,9.5472,0,0,1,6.20845-8.29611h.01094a6.19606,6.19606,0,0,1,.86347-.29515l15.47745-4.13164,1.54115-.41536.21862.26232,8.68966,10.07777,5.804,6.74409,25.66449,29.78526a26.76556,26.76556,0,0,0,18.38489,9.22523l9.4985.66674c16.81091,1.19137,28.7141-12.41689,28.7141-26.85593A25.8691,25.8691,0,0,0,480.1821,423.842a26.40428,26.40428,0,0,0-2.31723-3.08237l10.79921,1.73789,15.47738,2.50309,17.44489,41.01078C539.11864,479.91476,550.19111,494.67076,553.56863,510.44328Z" transform="translate(-176.03213 -165.81964)" fill="#00b0ff"/><polygon points="152.415 283.359 175.882 325.791 162.645 338.109 155.639 344.624 94.822 344.624 131.275 305.843 152.415 283.359" fill="#ffb9b9"/><path d="M566.34623,510.44328H509.093L503.0266,484.3306,490.096,428.66223l-1.43188-6.16474-.03282-.142,13.54274.81978a41.75438,41.75438,0,0,1,35.44719,24.34189Z" transform="translate(-176.03213 -165.81964)" fill="#00b0ff"/><path d="M340.2588,506.30422l56.31409-19.06552-19.85495-67.55132a9.58647,9.58647,0,0,0-10.41056-6.80605h0a9.58639,9.58639,0,0,0-5.14893,2.33834l-57.527,51.03742C314.63663,484.37468,326.354,484.82946,340.2588,506.30422Z" transform="translate(-176.03213 -165.81964)" fill="#00b0ff"/><path d="M448.69889,258.61857s29.71882,5.59009,36.59146,42.65492a68.044,68.044,0,0,1,.582,18.92569c-.68626,7.13458.30921,22.20363,15.80082,39.94727a388.439,388.439,0,0,1,28.20691,36.22531l0,0-31.05353,8.26685-13.87465-51.45A263.19676,263.19676,0,0,0,454.197,282.50133l-.28526-.45769s-10.31392,27.5585-37.958,31.33648l8.52361-11.22216s-32.31612,18.68115-50.625,24.38788a12.02949,12.02949,0,0,0-3.88182,20.91814q.19478.15319.39676.30662c13.4666,10.22834,40.93951,34.63415,30.08589,58.2435s1.8034,27.91394,1.8034,27.91394L378.91707,425.049l-10.68246-4.57446,1.07943,7.89831-52.14859,1.09252s-14.0919-.08559,10.93922-37.70124c0,0,6.0398-14.1044,1.08139-24.87967-3.80244-8.26322-6.158-17.13869-5.78024-26.227C324.98223,302.73378,340.958,225.58173,448.69889,258.61857Z" transform="translate(-176.03213 -165.81964)" fill="#2f2e41"/><path d="M847.81566,399.63818a1.00094,1.00094,0,0,1-.97852-.79638c-4.75781-22.88575-21.22265-43.91748-46.36035-59.22119-25.46875-15.5044-58.16894-24.04346-92.07617-24.04346a1,1,0,0,1,0-2c34.26855,0,67.33789,8.64258,93.11621,24.33545,25.61621,15.59424,42.40625,37.08838,47.2793,60.522a1.001,1.001,0,0,1-.98047,1.20361Z" transform="translate(-176.03213 -165.81964)" fill="#3f3d56"/><polygon points="661.281 231.145 673.255 247.094 681.082 228.751 661.281 231.145" fill="#3f3d56"/><path d="M591.49974,652.63184c-34.26855,0-67.33789-8.64258-93.11572-24.33594-25.6167-15.59473-42.40723-37.08789-47.2793-60.52246a.99986.99986,0,1,1,1.958-.40625c4.75781,22.88574,21.22266,43.917,46.36133,59.2207,25.46875,15.50488,58.16894,24.04395,92.07568,24.04395a1,1,0,0,1,0,2Z" transform="translate(-176.03213 -165.81964)" fill="#3f3d56"/><polygon points="286.555 403.424 274.581 387.475 266.754 405.818 286.555 403.424" fill="#3f3d56"/></svg>
<p id="number4" class="number">10</p>
<span></span>
<p>Meet-ups</p>
</div>
</div>
</div>
</div>
<h3>Hackathon Statistics</h3>
<div id="projectFacts" class="sectionClass">
<div class="fullWidth eight columns">
<div class="projectFactsWrap ">
<div class="item wow fadeInUpBig animated animated" data-number="20" style="visibility: visible;">
<!-- <i class="fa fa-briefcase"></i> -->
<svg id="aa7bae02-e79e-4d6b-a496-aba15f39787c" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="1144" height="617.32" viewBox="0 0 1144 617.32"><title>developer activity</title><path d="M1172,537.57a181.92,181.92,0,0,1-6.85,49.6,180.06,180.06,0,0,1-19.27,44.28c0,50.1-33.82,93.4-82.91,114a167.3,167.3,0,0,1-64.73,12.8H245.17c-40.25,0-77.55-10.86-108.14-29.36A185.76,185.76,0,0,1,112.2,711c-34-29.22-55.08-69.6-55.08-114.2A180.5,180.5,0,0,1,28,498.08c0-73.36,43.39-136.44,105.55-164.29a174.52,174.52,0,0,1,25.51-9.12q4.63-1.26,9.36-2.26a175.39,175.39,0,0,1,25.51-3.5q4.65-.29,9.35-.33H205c3.46,0,6.89.12,10.3.32l1.12-1.9q2.06-3.44,4.22-6.81,3.9-6.14,8.18-12.1,4.48-6.29,9.35-12.38l.83-1q2.76-3.44,5.64-6.8,9-10.49,19-20.35c72.11-70.68,185.08-116.18,312.08-116.18,98.82,0,189.15,27.55,258.34,73.07A174.18,174.18,0,0,1,920,191.86c97.74,0,177,80.37,177,179.51a184.9,184.9,0,0,1-1,18.78A180,180,0,0,1,1172,537.57Z" transform="translate(-28 -141.34)" fill="#00b0ff" opacity="0.1"/><path d="M263.66,257.52v20.35h-19Q253.59,267.39,263.66,257.52Z" transform="translate(-28 -141.34)" fill="#00b0ff" opacity="0.2"/><rect x="245.02" y="111.02" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="279.88" y="111.02" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="314.75" y="111.02" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="349.61" y="111.02" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="384.48" y="111.02" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="419.35" y="111.02" width="25.51" height="25.51" fill="#00b0ff"/><rect x="454.21" y="111.02" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="489.08" y="111.02" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="523.94" y="111.02" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="558.81" y="111.02" width="25.51" height="25.51" fill="#00b0ff"/><rect x="593.68" y="111.02" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="628.54" y="111.02" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="663.41" y="111.02" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="698.28" y="111.02" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="733.14" y="111.02" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="768.01" y="111.02" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="802.87" y="111.02" width="25.51" height="25.51" fill="#00b0ff"/><rect x="837.74" y="111.02" width="25.51" height="25.51" fill="#00b0ff"/><rect x="872.61" y="111.02" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="907.47" y="111.02" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="942.34" y="111.02" width="25.51" height="25.51" fill="#00b0ff"/><rect x="977.2" y="111.02" width="25.51" height="25.51" fill="#00b0ff"/><path d="M228.8,298.08v12.1h-8.18Q224.52,304,228.8,298.08Z" transform="translate(-28 -141.34)" fill="#00b0ff"/><rect x="210.15" y="143.33" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="245.02" y="143.33" width="25.51" height="25.51" fill="#00b0ff"/><rect x="279.88" y="143.33" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="314.75" y="143.33" width="25.51" height="25.51" fill="#00b0ff" opacity="0.7"/><rect x="349.61" y="143.33" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="384.48" y="143.33" width="25.51" height="25.51" fill="#00b0ff" opacity="0.4"/><rect x="419.35" y="143.33" width="25.51" height="25.51" fill="#00b0ff"/><rect x="454.21" y="143.33" width="25.51" height="25.51" fill="#00b0ff" opacity="0.4"/><rect x="489.08" y="143.33" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="523.94" y="143.33" width="25.51" height="25.51" fill="#00b0ff" opacity="0.4"/><rect x="558.81" y="143.33" width="25.51" height="25.51" fill="#00b0ff"/><rect x="593.68" y="143.33" width="25.51" height="25.51" fill="#00b0ff" opacity="0.4"/><rect x="628.54" y="143.33" width="25.51" height="25.51" fill="#00b0ff" opacity="0.4"/><rect x="663.41" y="143.33" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="698.28" y="143.33" width="25.51" height="25.51" fill="#00b0ff" opacity="0.4"/><rect x="733.14" y="143.33" width="25.51" height="25.51" fill="#00b0ff" opacity="0.4"/><rect x="768.01" y="143.33" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="802.87" y="143.33" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="837.74" y="143.33" width="25.51" height="25.51" fill="#00b0ff" opacity="0.4"/><rect x="872.61" y="143.33" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="907.47" y="143.33" width="25.51" height="25.51" fill="#00b0ff"/><rect x="942.34" y="143.33" width="25.51" height="25.51" fill="#00b0ff"/><rect x="977.2" y="143.33" width="25.51" height="25.51" fill="#00b0ff"/><path d="M159.06,324.67V342.5H133.55v-8.71A174.52,174.52,0,0,1,159.06,324.67Z" transform="translate(-28 -141.34)" fill="#00b0ff" opacity="0.2"/><polygon points="165.93 177.57 165.93 201.16 140.42 201.16 140.42 181.07 165.93 177.57" fill="#00b0ff" opacity="0.2"/><rect x="175.28" y="175.65" width="25.51" height="25.51" fill="#00b0ff"/><rect x="210.15" y="175.65" width="25.51" height="25.51" fill="#00b0ff" opacity="0.7"/><rect x="245.02" y="175.65" width="25.51" height="25.51" fill="#00b0ff"/><rect x="279.88" y="175.65" width="25.51" height="25.51" fill="#00b0ff" opacity="0.7"/><rect x="314.75" y="175.65" width="25.51" height="25.51" fill="#00b0ff" opacity="0.7"/><rect x="349.61" y="175.65" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="384.48" y="175.65" width="25.51" height="25.51" fill="#00b0ff" opacity="0.4"/><rect x="419.35" y="175.65" width="25.51" height="25.51" fill="#00b0ff" opacity="0.4"/><rect x="454.21" y="175.65" width="25.51" height="25.51" fill="#00b0ff"/><rect x="489.08" y="175.65" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="523.94" y="175.65" width="25.51" height="25.51" fill="#00b0ff" opacity="0.4"/><rect x="558.81" y="175.65" width="25.51" height="25.51" fill="#00b0ff"/><rect x="593.68" y="175.65" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="628.54" y="175.65" width="25.51" height="25.51" fill="#00b0ff" opacity="0.4"/><rect x="663.41" y="175.65" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="698.28" y="175.65" width="25.51" height="25.51" fill="#00b0ff"/><rect x="733.14" y="175.65" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="768.01" y="175.65" width="25.51" height="25.51" fill="#00b0ff" opacity="0.7"/><rect x="802.87" y="175.65" width="25.51" height="25.51" fill="#00b0ff" opacity="0.7"/><rect x="837.74" y="175.65" width="25.51" height="25.51" fill="#00b0ff" opacity="0.4"/><rect x="872.61" y="175.65" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="907.47" y="175.65" width="25.51" height="25.51" fill="#00b0ff"/><rect x="942.34" y="175.65" width="25.51" height="25.51" fill="#00b0ff"/><rect x="977.2" y="175.65" width="25.51" height="25.51" fill="#00b0ff"/><rect x="105.55" y="207.96" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="140.42" y="207.96" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="175.28" y="207.96" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="210.15" y="207.96" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="245.02" y="207.96" width="25.51" height="25.51" fill="#00b0ff"/><rect x="279.88" y="207.96" width="25.51" height="25.51" fill="#00b0ff" opacity="0.7"/><rect x="314.75" y="207.96" width="25.51" height="25.51" fill="#00b0ff" opacity="0.7"/><rect x="349.61" y="207.96" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="384.48" y="207.96" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="419.35" y="207.96" width="25.51" height="25.51" fill="#00b0ff" opacity="0.4"/><rect x="454.21" y="207.96" width="25.51" height="25.51" fill="#00b0ff" opacity="0.4"/><rect x="489.08" y="207.96" width="25.51" height="25.51" fill="#00b0ff"/><rect x="523.94" y="207.96" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="558.81" y="207.96" width="25.51" height="25.51" fill="#00b0ff" opacity="0.4"/><rect x="593.68" y="207.96" width="25.51" height="25.51" fill="#00b0ff" opacity="0.4"/><rect x="628.54" y="207.96" width="25.51" height="25.51" fill="#00b0ff" opacity="0.4"/><rect x="663.41" y="207.96" width="25.51" height="25.51" fill="#00b0ff" opacity="0.4"/><rect x="698.28" y="207.96" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="733.14" y="207.96" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="768.01" y="207.96" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="802.87" y="207.96" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="837.74" y="207.96" width="25.51" height="25.51" fill="#00b0ff" opacity="0.7"/><rect x="872.61" y="207.96" width="25.51" height="25.51" fill="#00b0ff" opacity="0.7"/><rect x="907.47" y="207.96" width="25.51" height="25.51" fill="#00b0ff" opacity="0.4"/><rect x="942.34" y="207.96" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="977.2" y="207.96" width="25.51" height="25.51" fill="#00b0ff"/><rect x="105.55" y="240.28" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="140.42" y="240.28" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="175.28" y="240.28" width="25.51" height="25.51" fill="#00b0ff" opacity="0.4"/><rect x="210.15" y="240.28" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="245.02" y="240.28" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="279.88" y="240.28" width="25.51" height="25.51" fill="#00b0ff" opacity="0.7"/><rect x="314.75" y="240.28" width="25.51" height="25.51" fill="#00b0ff" opacity="0.7"/><rect x="349.61" y="240.28" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="384.48" y="240.28" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="419.35" y="240.28" width="25.51" height="25.51" fill="#00b0ff" opacity="0.4"/><rect x="454.21" y="240.28" width="25.51" height="25.51" fill="#00b0ff"/><rect x="489.08" y="240.28" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="523.94" y="240.28" width="25.51" height="25.51" fill="#00b0ff"/><rect x="558.81" y="240.28" width="25.51" height="25.51" fill="#00b0ff"/><rect x="593.68" y="240.28" width="25.51" height="25.51" fill="#00b0ff"/><rect x="628.54" y="240.28" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="663.41" y="240.28" width="25.51" height="25.51" fill="#00b0ff"/><rect x="698.28" y="240.28" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="733.14" y="240.28" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="768.01" y="240.28" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="802.87" y="240.28" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="837.74" y="240.28" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="872.61" y="240.28" width="25.51" height="25.51" fill="#00b0ff" opacity="0.7"/><rect x="907.47" y="240.28" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="942.34" y="240.28" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="977.2" y="240.28" width="25.51" height="25.51" fill="#00b0ff"/><rect x="105.55" y="272.59" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="140.42" y="272.59" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="175.28" y="272.59" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="210.15" y="272.59" width="25.51" height="25.51" fill="#00b0ff" opacity="0.4"/><rect x="245.02" y="272.59" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="279.88" y="272.59" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="314.75" y="272.59" width="25.51" height="25.51" fill="#00b0ff" opacity="0.7"/><rect x="349.61" y="272.59" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="384.48" y="272.59" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="419.35" y="272.59" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="454.21" y="272.59" width="25.51" height="25.51" fill="#00b0ff"/><rect x="489.08" y="272.59" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="523.94" y="272.59" width="25.51" height="25.51" fill="#00b0ff"/><rect x="558.81" y="272.59" width="25.51" height="25.51" fill="#00b0ff"/><rect x="593.68" y="272.59" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="628.54" y="272.59" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="663.41" y="272.59" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="698.28" y="272.59" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="733.14" y="272.59" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="768.01" y="272.59" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="802.87" y="272.59" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="837.74" y="272.59" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="872.61" y="272.59" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="907.47" y="272.59" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="942.34" y="272.59" width="25.51" height="25.51" fill="#00b0ff" opacity="0.4"/><rect x="977.2" y="272.59" width="25.51" height="25.51" fill="#00b0ff"/><rect x="105.55" y="304.91" width="25.51" height="25.51" fill="#00b0ff" opacity="0.7"/><rect x="140.42" y="304.91" width="25.51" height="25.51" fill="#00b0ff" opacity="0.7"/><rect x="175.28" y="304.91" width="25.51" height="25.51" fill="#00b0ff" opacity="0.7"/><rect x="210.15" y="304.91" width="25.51" height="25.51" fill="#00b0ff" opacity="0.7"/><rect x="245.02" y="304.91" width="25.51" height="25.51" fill="#00b0ff" opacity="0.7"/><rect x="279.88" y="304.91" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="314.75" y="304.91" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="349.61" y="304.91" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="384.48" y="304.91" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="419.35" y="304.91" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="454.21" y="304.91" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="489.08" y="304.91" width="25.51" height="25.51" fill="#00b0ff"/><rect x="523.94" y="304.91" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="558.81" y="304.91" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="593.68" y="304.91" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="628.54" y="304.91" width="25.51" height="25.51" fill="#00b0ff"/><rect x="663.41" y="304.91" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="698.28" y="304.91" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="733.14" y="304.91" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="768.01" y="304.91" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="802.87" y="304.91" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="837.74" y="304.91" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="872.61" y="304.91" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="907.47" y="304.91" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="942.34" y="304.91" width="25.51" height="25.51" fill="#00b0ff" opacity="0.2"/><rect x="977.2" y="304.91" width="25.51" height="25.51" fill="#00b0ff"/><circle cx="734.52" cy="363.89" r="34.87" fill="#767d9f"/><path d="M760.71,460.87q5.22,22.78,8.86,45.9c.73,4.58,1.38,9.41-.28,13.74-1.39,3.61-4.22,6.43-6.44,9.59s-3.9,7.21-2.55,10.83,5.29,5.6,9.05,6.62c10.76,2.9,22.23.79,32.94-2.35a53.29,53.29,0,0,0,13.81-5.72c4.54-2.88,8.26-6.88,11.68-11,15.61-18.93,25.83-41.65,35.45-64.23a39.12,39.12,0,0,1-33.11-13.34c-3.94-4.63-6.83-11.08-4.61-16.74-6.51,3.57-14.24,3.81-21.25,6.25a75.49,75.49,0,0,0-12.5,6.15q-7.18,4.15-14.28,8.46C772.07,458.29,767,461.19,760.71,460.87Z" transform="translate(-28 -141.34)" fill="#ae6e79"/><path d="M833.64,487.05c-6.11,11.89-14.06,23.32-25.41,30.4s-26.63,9-38,2c-5.6-3.42-9.84-8.62-14.73-13s-11-8.13-17.57-7.56c-7.24.63-12.91,6.28-17.76,11.69-7.36,8.22-14.47,16.79-19.68,26.52-10,18.7-12.37,40.56-11.93,61.76s3.51,42.29,3.58,63.49c.1,26.08-4.32,51.95-8.79,77.64,41.1-5.06,82.25,6,123.44,10.19,26.36,2.71,52.92,2.65,79.42,2.58,4.66,0,9.62-.12,13.5-2.7a18.2,18.2,0,0,0,5.59-6.64c3.66-6.75,5.13-14.45,6.15-22.06,2.59-19.22,2.67-38.68,2.74-58.08.18-47,.35-94.17-5.62-140.8-1.47-11.47-3.35-23-7.75-33.73s-11.58-20.6-21.62-26.35c-6.45-3.7-21.4-10.14-29-6.41C841.67,460.15,837.73,479.09,833.64,487.05Z" transform="translate(-28 -141.34)" fill="#767d9f"/><path d="M836.68,619.77c-1.55-29-7.86-59.95,5.57-85.69,3.3-6.32-8.54-14.21-4.88-20.33a92.08,92.08,0,0,0,10.06-23.93c.76-2.89,1.37-5.95.65-8.85-1.33-5.29-6.56-8.44-11-11.66-4.9-3.56-7.42-14.41-9-20.28s12.57,1.2,18.26-.89c7.9-2.89,17.94-1.07,25.82,1.86,4.4,1.62,9.18,1.76,13.87,1.88,9.11.24,18.25.47,27.29-.65,4.06-.51,8.13-1.28,12.21-1.05,10.41.59,19.46,7.71,25.62,16.13s10.08,18.23,15.13,27.35c4.21,7.6,9.23,14.78,12.82,22.69,3.18,7,5.19,14.52,7.18,22l5.13,19.19a25.58,25.58,0,0,1,1.26,8.51c-.26,3.07-1.62,5.93-3,8.66A164.12,164.12,0,0,1,971,603.2c-10.79,13.23-23.89,25.16-30.3,41-2.5,6.17-3.89,12.73-5.16,19.27a707.94,707.94,0,0,0-10.9,79.15,174.2,174.2,0,0,0-36.52-12.21,177.61,177.61,0,0,0-19-3c-5.59-.58-12.8.52-18.12-1-8.9-2.53-9.88-17.58-11.23-25.46-2.16-12.55-2.59-25.32-2.67-38C837,648.53,837.45,634.14,836.68,619.77Z" transform="translate(-28 -141.34)" fill="#4c4981"/><path d="M641.23,565.54c4.21,24,8.85,48.07,18,70.62-.23.22-.46.42-.69.62-.81.69-1.65,1.34-2.53,2-2.05,1.44-4.3,2.66-6,4.54a8,8,0,0,0-1.5,2.45,5.48,5.48,0,0,0,0,4.47c-4.77,2.11-10.31,1.46-15.66,1.26-4.61-.17-9.08,0-12.78,2.53-5.14,3.54-6.69,10.34-7.52,16.52q-.46,3.38-.79,6.77-.32,3.15-.52,6.32a188.61,188.61,0,0,0-.19,21q.08,1.92.21,3.84c-16.34-.39-31.23-8.91-45.32-17.19-3.22-1.89-6.54-3.88-8.63-7A15.8,15.8,0,0,1,555,674c0-.51.09-1,.16-1.52a41.58,41.58,0,0,1,2.29-8.68,107.2,107.2,0,0,1,19.19-32.65c3.58-4.18,7.61-8.27,9.28-13.52.73-2.29,1-4.72,1.74-7,3.32-9.88,15.3-14.55,19.4-24.14,1-2.29,1.46-4.8,2.7-7a17.63,17.63,0,0,1,4.25-4.75c.73-.61,1.49-1.2,2.24-1.79q10.54-8.26,20.31-17.45,1.82-1.71,3.6-3.46A59.48,59.48,0,0,0,641.23,565.54Z" transform="translate(-28 -141.34)" fill="#4c4981"/><path d="M742,494.56c-1.44,1.52-3,2.95-4.53,4.37l-.41.37-1.62,1.5a39,39,0,0,0-7.55,8.79l-.17.28c-5.1,9.13-3.21,20.37-1.79,30.74a261.55,261.55,0,0,1,2.37,39c-.26,18-2.38,35.88-2.42,53.86,0,4.08.09,8.15.27,12.23.29,6.63.79,13.25,1.39,19.87.65,7.26,1.43,14.51,2.16,21.76.58,5.61,1.13,11.21,1.59,16.81.23,2.9.45,5.79.63,8.69.21,3.4.38,6.81.48,10.21h0c.07,2.16.11,4.31.11,6.47,0,1.23,0,2.45,0,3.67q0,3.51-.19,7-.2,4.49-.61,9c-.31,3.27-.86,6.84-3.16,9.14-.14.14-.29.27-.44.4l-3.24-.4a332.72,332.72,0,0,0-67.3-1.2c.49-3.38.94-6.75,1.38-10.14.2-1.6.4-3.21.59-4.82q.33-2.76.63-5.52c.23-2,.44-4,.64-6q.78-7.73,1.37-15.47.87-11.29,1.32-22.62.22-5.41.34-10.83.17-6.72.16-13.45,0-6.54-.11-13.1c0-1.44-.06-2.88-.18-4.31a27.35,27.35,0,0,0-.53-3.83,49.87,49.87,0,0,0-3-8.48c-.22-.52-.43-1-.64-1.55-.12-.27-.23-.55-.34-.82,5.76-5.13,9.86-12,13.8-18.76,6.39-10.89,12.93-22.26,14-34.84s-5.18-26.71-17.2-30.55c-3.27-1-6.73-1.28-10.1-1.87-3.18-.56-9.81-1.83-13.49-4.11q-3,3.08-6,6.05a22.15,22.15,0,0,1,2.17-8.71l1.42.07a2.71,2.71,0,0,1-.16-1c0-1.07.74-2.28,2.32-3.62,4.71-4,12.12-4.89,15.09-10.3,1.24-2.25,1.45-4.93,2.45-7.29,2.87-6.73,11.11-9.21,16.07-14.59s6.2-13,10.21-19a28.62,28.62,0,0,1,12-10c.4-.19.81-.38,1.22-.55,8.3-3.55,18.16-4.36,26.76-4.34,3.34,0,12,.1,16.24,1.79a5.32,5.32,0,0,1,1.85,1.13C752.37,480.61,745.34,491,742,494.56Z" transform="translate(-28 -141.34)" fill="#4c4981"/><path d="M642.72,542.69a60.88,60.88,0,0,1,46.74,4.87c7.2,4,13.66,9.58,17.62,16.78,5.95,10.8,5.69,23.82,5.27,36.15-.21,6.17-.48,12.56-3.2,18.1C706,625,700.06,629.4,694,633a42.24,42.24,0,0,1-12.32,5.33c-6.72,1.46-13.7.22-20.47-1-7.36-1.36-15.26-3-20.37-8.48-3-3.18-4.64-7.31-6.26-11.35q-3.49-8.75-7-17.48c-4.05-10.11-5.42-18.52-.07-28.37,2.43-4.49,5.4-8.69,7.8-13.21C636.51,556.14,640.81,543.28,642.72,542.69Z" transform="translate(-28 -141.34)" fill="#4c4981"/><path d="M1063,715.56v29.9a167.3,167.3,0,0,1-64.73,12.8H728.58c-.14.14-.29.27-.44.4l-3.24-.4H245.17c-40.25,0-77.55-10.86-108.14-29.36V683.25l230.72-26.63.18,0L502.29,668l34.77,3,18.06,1.53,37.38,3.17,19.23,1.63,28,2.38,3.94.33,20.18,1.71L691.23,684l38.5,3.26,64.18,5.45,45.15,3.83,74.14,6.29,14.1,1.19,1.52.13,1.32.11,18.62,1.58,20.44,1.74,2.37.2Z" transform="translate(-28 -141.34)" fill="#504f60"/><polygon points="764 573.12 474.86 523.77 463.65 580.46 596.19 596.33 637 601.44 749.26 579.33 764 573.12" fill="#9c9ca1"/><path d="M642.33,739.94l144.86-27.23a5,5,0,0,1,5.94,4.93h0a5,5,0,0,1-4.09,4.93L647.57,749.06Z" transform="translate(-28 -141.34)" fill="#9c9ca1"/><path d="M705.17,654.31c4.51-.42,9.08-1.13,13.14-3.13,5-2.49,8.89-6.78,13.52-9.94,10.18-7,23.8-7.94,35.47-3.92s21.41,12.63,28.23,22.91c4.53,6.85,7.93,15.59,4.73,23.15a30.51,30.51,0,0,1-4.12,6.44l-8.34,10.9a29,29,0,0,1-5.66,6.09c-3.12,2.27-7,3.2-10.82,3.76-10.15,1.48-20.48.64-30.71,1.32-17.57,1.17-34.73,6.83-52.34,6.64-10.12-.11-20.11-2.15-30-4.19l-43.77-9c-7.62-1.56-16.23-3.84-19.82-10.75-1.61-3.11-1.91-6.71-2.1-10.21-.52-9.64,0-20.36,6.68-27.31,6.28-6.52,16.21-8.58,23.71-13.4,9.18-5.91,12.21-4,21.89.44A120,120,0,0,0,705.17,654.31Z" transform="translate(-28 -141.34)" fill="#ae6e79"/><path d="M705.17,654.31c4.51-.42,9.08-1.13,13.14-3.13,5-2.49,8.89-6.78,13.52-9.94,10.18-7,23.8-7.94,35.47-3.92s21.41,12.63,28.23,22.91c4.53,6.85,7.93,15.59,4.73,23.15a30.51,30.51,0,0,1-4.12,6.44l-8.34,10.9a29,29,0,0,1-5.66,6.09c-3.12,2.27-7,3.2-10.82,3.76-10.15,1.48-20.48.64-30.71,1.32-17.57,1.17-34.73,6.83-52.34,6.64-10.12-.11-20.11-2.15-30-4.19l-43.77-9c-7.62-1.56-16.23-3.84-19.82-10.75-1.61-3.11-1.91-6.71-2.1-10.21-.52-9.64,0-20.36,6.68-27.31,6.28-6.52,16.21-8.58,23.71-13.4,9.18-5.91,12.21-4,21.89.44A120,120,0,0,0,705.17,654.31Z" transform="translate(-28 -141.34)" opacity="0.05"/><path d="M880.94,640.6c-12.28,4.75-24.63,9.52-37.49,12.35-21.56,4.75-44.12,4-65.51,9.43-11.3,2.88-22.53,7.52-34.14,6.58-5.19-.42-10.2-2-15.25-3.2-28.37-7-60.62-4.73-83.66,13.27-7.88,6.15-14.33,13.82-20.18,22a14.7,14.7,0,0,0,5.91,21.88A86.62,86.62,0,0,0,659,730.48c13.13,1.16,26.32-.7,39.38-2.56,19.38-2.75,38.77-5.51,58.1-8.6,6.94-1.11,13.88-2.26,20.86-3.14,50.23-6.35,101.37,1.37,151.73-3.93,5.09-.54,10.27-1.24,14.9-3.41,11.72-5.5,17.52-20,15.1-32.74s-11.76-23.33-23-29.83c-9.42-5.47-19.58-7.68-30.07-10C896.26,634,890.32,637,880.94,640.6Z" transform="translate(-28 -141.34)" fill="#ae6e79"/><path d="M988.67,564.44c5.54,7.26,6.72,17,6.12,26.09s-2.76,18.08-3.08,27.21c-.44,12.52,2.58,25,2.07,37.48-.36,8.73-2.43,17.29-4.88,25.67-2.89,9.89-7.07,20.52-16.2,25.27-12.12,6.31-37.54,2.76-50.29,7.7,1.16-7.23,12.28-17.7,13.44-24.93.8-5,1.61-10.14.75-15.15-1.1-6.39-4.85-12.06-9.3-16.78-7.08-7.51-16.32-13.16-26.47-15s-35-.33-43.12,6.08c-1-6.62,17.6-13,24.14-14.43,3.26-.73,7-.32,9.61-2.39,5-3.92,1.37-11.73,1.61-18,.19-5,3.11-9.58,3.7-14.58,1-8-4.22-16.15-2.17-24,.76-2.9,2.45-5.45,3.62-8.21,3.56-8.45,2-18.09.1-27.07-1.18-5.64-2.33-12,.81-16.81,2.91-4.49,11.17,11.5,16.46,10.76,17.47-2.45,33.28-15.4,47.39-4.8,7.19,5.4,8.13,11,11,18.71C976.77,554.6,984,558.36,988.67,564.44Z" transform="translate(-28 -141.34)" opacity="0.1"/><path d="M991.67,564.44c5.54,7.26,6.72,17,6.12,26.09s-2.76,18.08-3.08,27.21c-.44,12.52,2.58,25,2.07,37.48-.36,8.73-2.43,17.29-4.88,25.67-2.89,9.89-7.07,20.52-16.2,25.27-12.12,6.31-37.54,2.76-50.29,7.7,1.16-7.23,12.28-17.7,13.44-24.93.8-5,1.61-10.14.75-15.15-1.1-6.39-4.85-12.06-9.3-16.78-7.08-7.51-16.32-13.16-26.47-15s-35-.33-43.12,6.08c-1-6.62,17.6-13,24.14-14.43,3.26-.73,7-.32,9.61-2.39,5-3.92,1.37-11.73,1.61-18,.19-5,3.11-9.58,3.7-14.58,1-8-4.22-16.15-2.17-24,.76-2.9,2.45-5.45,3.62-8.21,3.56-8.45,2-18.09.1-27.07-1.18-5.64-2.33-12,.81-16.81,2.91-4.49,8.6-6.19,13.89-6.94a68.42,68.42,0,0,1,50,12.9c7.19,5.4,8.13,11,11,18.71C979.77,554.6,987,558.36,991.67,564.44Z" transform="translate(-28 -141.34)" fill="#4c4981"/><path d="M330,517.06,384.37,718a12.55,12.55,0,0,0,10.91,9.21L640,750.72a12.54,12.54,0,0,0,13.38-15.48L593.84,492.86a12.54,12.54,0,0,0-13.12-9.51L341.13,501.27A12.54,12.54,0,0,0,330,517.06Z" transform="translate(-28 -141.34)" fill="#9c9ca1"/><ellipse cx="787.11" cy="387.68" rx="26.9" ry="27.25" fill="#fff"/><path d="M837.2,479.31s5.67,16.86-11.06,23.95L824,507l10.48,10.34S847.4,493.77,846,485.4C846,485.4,844,476.9,837.2,479.31Z" transform="translate(-28 -141.34)" fill="#fff"/><circle cx="790.2" cy="388.99" r="25.94" fill="#00b0ff"/><path d="M846.13,489.23l-4.12-6.8-6-.85c1.28-22.39-4.53-29.06-4.53-29.06l-1.35-.13-5.88-.57-11.06-11.48v-3.26c15.54,1.85,24.13,9.23,28.77,17.88C850.16,470.14,846.13,489.23,846.13,489.23Z" transform="translate(-28 -141.34)" fill="#00b0ff"/><path d="M830.18,448.27v4.12l-5.88-.57-11.06-11.48S830.35,444.17,830.18,448.27Z" transform="translate(-28 -141.34)" stroke="#4c4981" stroke-miterlimit="10" opacity="0.1"/><path d="M846.13,489.23l-4.12-6.8V455C850.16,470.14,846.13,489.23,846.13,489.23Z" transform="translate(-28 -141.34)" stroke="#4c4981" stroke-miterlimit="10" opacity="0.1"/><ellipse cx="757.11" cy="518.2" rx="14.43" ry="26.32" transform="translate(-185.67 306.64) rotate(-30)" fill="#fff"/><path d="M761,516c7.27,12.59,16.19,21,9.29,25s-27,2-34.27-10.6-.67-30,6.23-34S753.72,503.38,761,516Z" transform="translate(-28 -141.34)" fill="#00b0ff"/><path d="M825.73,425.3c0,40.23-27.53,79-67.76,79a72.85,72.85,0,0,1,0-145.7C798.2,358.64,825.73,385.06,825.73,425.3Z" transform="translate(-28 -141.34)" opacity="0.1"/><circle cx="729.97" cy="288.15" r="72.85" fill="#ae6e79"/><path d="M751.57,397.21c8.67,3.19,13.8,12.15,21.58,17.14,11,7,25.32,5.19,37.88,1.73,7-1.91,14.32-4.24,21.21-2.12a6,6,0,0,0,3.23.46c1.5-.43,2.24-2.09,2.73-3.57,8.52-25.4,4.69-54.17-8.17-77.67-3.32-6.06-7.3-11.92-12.78-16.13-4.32-3.31-9.4-5.48-14.52-7.33a145,145,0,0,0-28.88-7.13,17.94,17.94,0,0,0-5.27-.17c-2.41.39-4.57,1.69-6.72,2.85A68.78,68.78,0,0,1,732,313.38c-14,.53-30-2.77-40.79,6.21-13,10.77-9.76,31.78-18.19,46.4-5.58,9.67-16.34,16.69-18.11,27.7a25.57,25.57,0,0,0,.63,10.07c4.12,16.94,20.52,30.06,38,30.37a14.42,14.42,0,0,0,7.76-1.59,17.55,17.55,0,0,0,4.09-3.89C716.84,415.09,729.94,389.25,751.57,397.21Z" transform="translate(-28 -141.34)" fill="#444053"/><path d="M838.2,403.48c-.49,1.48-1.23,3.14-2.73,3.57a6,6,0,0,1-3.23-.46c-6.89-2.12-14.25.21-21.2,2.12-12.57,3.46-26.92,5.31-37.88-1.73-7.79-5-12.91-14-21.59-17.14-21.63-8-34.73,17.88-46.21,31.44a17.55,17.55,0,0,1-4.09,3.89,14.42,14.42,0,0,1-7.76,1.59c-17.42-.31-33.83-13.43-38-30.37-.23-1-.43-2-.58-3,0,.09,0,.17-.05.26a25.57,25.57,0,0,0,.63,10.07c4.12,16.94,20.53,30.06,38,30.37a14.42,14.42,0,0,0,7.76-1.59,17.55,17.55,0,0,0,4.09-3.89c11.48-13.56,24.58-39.4,46.21-31.44,8.68,3.19,13.8,12.15,21.59,17.14,11,7,25.31,5.19,37.88,1.73,7-1.91,14.31-4.24,21.2-2.12a6,6,0,0,0,3.23.46c1.5-.43,2.24-2.09,2.73-3.57a90.29,90.29,0,0,0,4.48-32.26A88.8,88.8,0,0,1,838.2,403.48Z" transform="translate(-28 -141.34)" opacity="0.1"/></svg>
<p id="number1" class="number">30+</p>
<span></span>
<p>Attendee</p>
</div>
<div class="item wow fadeInUpBig animated animated" data-number="1" style="visibility: visible;">
<!-- <i class="fa fa-smile-o"></i> -->
<svg id="a490d581-c356-41e2-b0f0-0de4275777d8" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1144" height="652.52" viewBox="0 0 1144 652.52"><defs><linearGradient id="e151d6ee-b0bf-4b5d-8ce9-000e8108dac8" x1="836.51" y1="628.67" x2="836.51" y2="226.37" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="gray" stop-opacity="0.25"/><stop offset="0.54" stop-color="gray" stop-opacity="0.12"/><stop offset="1" stop-color="gray" stop-opacity="0.1"/></linearGradient><linearGradient id="e2a6fc7a-3d7b-4d78-8350-c6ea621e07cc" x1="178.62" y1="535.35" x2="400.84" y2="535.35" xlink:href="#e151d6ee-b0bf-4b5d-8ce9-000e8108dac8"/></defs><title>winners</title><path d="M715.72,594.05c22.1-1.26,49.52-16.25,70.84-22.88q37.85-11.74,76-22.59,132.81-37.79,268.47-64.4,12.66-2.49,25.36-4.86a179.51,179.51,0,0,0-59.26-71.17,182.06,182.06,0,0,0,1-18.78c0-99.14-79.23-179.51-177-179.51a174.18,174.18,0,0,0-85.9,22.55c-69.2-45.52-159.52-73.07-258.34-73.07-140.42,0-263.69,55.63-333.54,139.4L571.63,354.2l201.34,34c-229.53,6.85-459.77,13.66-688.64-2.42a181.42,181.42,0,0,0-26.12,229h0c0,3.59.15,7.15.42,10.68,5.83,1.67,11.46,3.29,16.51,4.35q121.61,25.69,244.78,43c-60.51,37.31-134.2,42.59-204,58.39,33.8,27.9,79.7,45,130.28,45H999.32c81.55,0,147.65-56.77,147.65-126.81h0a180.19,180.19,0,0,0,24-65.89C1020.07,598.07,867.29,585.42,715.72,594.05Z" transform="translate(-28 -123.74)" fill="#00b0ff" opacity="0.1"/><path d="M1172,553.67a180,180,0,0,0-76-147.42,184.71,184.71,0,0,0,1-18.77C1097,288.34,1017.73,208,920,208a174.28,174.28,0,0,0-85.91,22.54C764.89,185,674.56,157.44,575.74,157.44,415,157.44,276.64,230.39,215.28,335c-3.41-.2-6.84-.31-10.3-.31-97.74,0-177,80.37-177,179.51a180.53,180.53,0,0,0,29.12,98.67h0c0,89.2,84.19,161.51,188,161.51H998.24c81.54,0,147.64-56.78,147.64-126.82h0A180.52,180.52,0,0,0,1172,553.67Z" transform="translate(-28 -123.74)" fill="#00b0ff" opacity="0.1"/><path d="M962.28,443.69a11.14,11.14,0,0,0-4.88-2.14c-1.87-.43-3.78-.7-5.68-1L927.1,437a29,29,0,0,0-7.54-.4A9.57,9.57,0,0,0,913,440a5.11,5.11,0,0,0-1.14,3.2,8.44,8.44,0,0,0,1.12,3.32,11.1,11.1,0,0,1,.61,1.47,33.6,33.6,0,0,0,.88,3.35,2.84,2.84,0,0,0,.42.66,1.09,1.09,0,0,1,0,.17c-.27,1.38.6,2.82.21,4.15-.34,1.14-1.45,1.83-2.15,2.78a4.18,4.18,0,0,0-.1,4.61c.75,1.16,2.11,1.95,2.5,3.28.51,1.75-.87,3.44-2.1,4.79a74.23,74.23,0,0,0-6.26,7.89,4.89,4.89,0,0,0-1,2.35c-.11,1.74,1.56,3.27,1.27,5-.23,1.36-1.56,2.19-2.71,3-4.25,2.8-7.66,7.3-8,12.39a43.4,43.4,0,0,0-9.68-22c-1.43-1.72-3-3.45-3.59-5.63-.22-.87-.26-1.8-.56-2.64-1-2.65-4.18-3.79-5.57-6.23-1-1.72-1-3.93-2.24-5.44s-3.19-1.85-4.26-3.31a21.18,21.18,0,0,1-1.36-3.08,6.73,6.73,0,0,0-1.85-2.22,5.4,5.4,0,0,0-.46-.33,1.59,1.59,0,0,0,.53-1.18c0-1.17-1.16-1.94-2.17-2.52-1.3-.74-2.57-1.54-3.81-2.37a8.91,8.91,0,0,0,3.41-2.79,9.17,9.17,0,0,0,1.3-6,7.57,7.57,0,0,0-1.79-4.59c-.63-.67-1.42-1.15-2.08-1.78-1.71-1.67-2.29-4.14-3-6.42-.94-3-2.41-6.15-5.15-7.74-1.32-.77-2.86-1.13-4.15-1.94s-2.37-2.34-1.92-3.81c.3-1,1.23-1.69,1.86-2.54a5.06,5.06,0,0,0-1.27-7c-.74-.47-1.65-.88-1.8-1.74a3.18,3.18,0,0,1-2.32-2.46,9.48,9.48,0,0,1,0-3.56q.39-2.79.77-5.56a3.62,3.62,0,0,0,2.78,0,24.48,24.48,0,0,0,3,3.92,39.17,39.17,0,0,1,7,12.15c.57,1.6,1.15,3.39,2.63,4.24.51.29,1.09.44,1.59.75a5.94,5.94,0,0,1,1.56,1.6c1.2,1.59,2.4,3.17,3.59,4.76l.06.24a1.4,1.4,0,0,0,.16.4,1.33,1.33,0,0,0,.86.44c3.68.85,7.81,1.63,11-.38,2.88-1.8,4.14-5.36,6.58-7.74,1.73-1.69,4.18-3,4.67-5.38a17.7,17.7,0,0,1-1.72-.63c.5-.5,1-1.08,1.68-1.74a21.18,21.18,0,0,0,2.66-3.17,20.43,20.43,0,0,0,2-4.48q2.89-8.24,5.8-16.49c.92-2.6,1.84-5.22,3-7.75,1.2-2.74,2.62-5.37,3.93-8.06A107,107,0,0,0,916,338.31a8,8,0,0,0,.31-3.19c-.28-1.73-1.59-3.09-2.84-4.32a20.84,20.84,0,0,0-4.26-3.53,7,7,0,0,0-5.34-.86c-2.56.75-4.17,3.37-4.76,6s-.37,5.34-.62,8c-.36,3.85-1.68,7.57-2,11.43-.17,2.23,0,4.49-.27,6.72a24.52,24.52,0,0,1-3,8.28,53.6,53.6,0,0,1-12.93,15.94c-.61.51-1.24,1-1.84,1.55,0-.43.07-.87.13-1.3a7.84,7.84,0,0,0-1.27.45,3.81,3.81,0,0,0-.15-1.5c-.8-2.39-4.36-3-5-5.43a11.1,11.1,0,0,1-.17-1.82c-.21-2.13-1.66-3.93-2.16-6-.46-1.91-.11-4-1-5.77a16.13,16.13,0,0,0-2.66-3,11.77,11.77,0,0,1-2.53-4.77c-.13-.49-.25-1-.39-1.49a6.82,6.82,0,0,0-.36-3.29c-.91-2.26-3.26-3.71-4.11-6-.66-1.78-.37-4-1.62-5.38a5.85,5.85,0,0,0-2.37-1.43,52.73,52.73,0,0,0-14.27-3.37c-2.74-.25-5.76-.39-7.72-2.32-2.29-2.24-2.4-6.27-5.08-8-2.36-1.53-5.7-.4-7.53,1.75a9.53,9.53,0,0,0-.76,1,10.7,10.7,0,0,1-.21-4.1c0-.34.07-.69.1-1A20,20,0,0,0,830.16,313s0,0,0,.06l.12.31c.29.73.75,1.43,1.43,1.51h0a2,2,0,0,0,1.24-.45,10.27,10.27,0,0,0,1.66-1.44q.38-.42.72-.87a11.33,11.33,0,0,0,1.18-2,11.88,11.88,0,0,0,1-3.35c.18-1.16.2-2.35.4-3.51a21.61,21.61,0,0,1,.73-2.65c.1-.29.2-.58.29-.87s.22-.68.32-1a23.17,23.17,0,0,0,1-6.34q0-.54,0-1.08a10.55,10.55,0,0,0-3.36-7.45c-1.72-1.41-4-2-5.26-3.91-.82-1.28-1-2.93-1.48-4.43a10,10,0,0,0-7.86-7.07,8.75,8.75,0,0,0-6.22,1.71h0l-.14.11h0a10,10,0,0,0-2.48,2.76,8.25,8.25,0,0,1-3.52-2c-1-.93-1.77-2.1-2.78-3a7.15,7.15,0,0,0-7.12-1.5,8.51,8.51,0,0,0-5.09,5.83c-.55,2.06-.45,4.43-1.6,6.15-.89,1.34-2.35,2-3.37,3.22a6.06,6.06,0,0,0-1.26,2.67h0a7.23,7.23,0,0,0-.17,1.67v0c0,.25,0,.5.06.74,0,0,0,.08,0,.12a5.29,5.29,0,0,0,.17.81h0a7,7,0,0,0,1.49,2.74,6.58,6.58,0,0,0,2.41,1.74,9.76,9.76,0,0,0,1.16.37l1.19.27.42.1a19.94,19.94,0,0,0-.56,17.61c0,.28-.07.56-.1.84a69.17,69.17,0,0,0,.52,11.79c.14,1.55.22,3.26-.73,4.49a8.52,8.52,0,0,1-1.45,1.29c.54-.7,1.09-1.39,1.65-2.08-1.41-1.42-3.64-1.6-5.64-1.46a26.13,26.13,0,0,0-11,3.36c-2.24,1.29-4.54,3-7.1,2.7-1.51-.17-3-1-4.47-.6a9.06,9.06,0,0,0-2.29,1.36,3.1,3.1,0,0,1-1.88.58c-1.57-1.93-4-3.24-5.88-4.81a46.33,46.33,0,0,1-5.85-6.27c-3.24-3.91-6.47-7.83-9.65-11.78-2.68-3.32-5.43-6.91-5.9-11.16a10.93,10.93,0,0,1-.07-1.27,32.3,32.3,0,0,1,.76-6,3,3,0,0,0,0-1.45c-.3-1-1.45-1.37-2.44-1.59h0c.13-.77.22-1.56.27-2.31.56-8.6-.05-17.34,1.77-25.76.69-3.24,1.82-6.52,4.15-8.87,3.65-3.69,9.76-4.58,12.56-8.95,2.34-3.64,1.41-8.79-1.53-12s-7.47-4.52-11.78-4.36a6.08,6.08,0,0,0-3.43.92,7.29,7.29,0,0,0-2.08,3.16L729,240.78a63.08,63.08,0,0,0-3.14,8.38c-1.2,4.38-1.47,9-2.42,13.42,0,3.4-2.19,7.64-3.39,10.77-1.34,3.52-2.79,7-4,10.59-.3.9-1.35,3.57-2,6a3.66,3.66,0,0,0-.68.51,18.09,18.09,0,0,0-1.42,2.11c-.91,1.2-2.39,1.84-3.39,3s-1.21,3.29.18,3.87a4.08,4.08,0,0,0,.87.19,3.38,3.38,0,0,1,.54.09c1.5.42,2.09,2.31,1.87,3.87s-1,3-1.13,4.56c-.27,2.76,1.35,5.33,2.91,7.65a65.94,65.94,0,0,0,5.34,7.19c1.41,1.58,3,3,4.42,4.52,5.41,5.56,9.71,12.06,14.57,18.1a40.13,40.13,0,0,0,5.93,6.22,44.65,44.65,0,0,0,4.49,3.09l8.36,5.3a9.16,9.16,0,0,0,3.16,1.49,4.2,4.2,0,0,0,1.12,0c.05.25.09.49.15.74.65,2.62,2.08,5,2.24,7.67s-.08,5.4.11,8.1c.18,2.49.73,5,.87,7.45.28,4.72-.88,9.38-2,14-1.69,6.76-2.71,13.66-6,19.79-.92,1.69-2,3.41-2,5.34,0,.23,0,.47.06.7h0l-1.5.85c-.44.25-.88.5-1.28.76-1.9,1.24-3.93,2.61-4.71,4.75-.63,1.73-.34,3.71-1.1,5.39a2.39,2.39,0,0,1-.12.22c-.8,1.56-2.39,2.72-2.75,4.43v0c-.27,1.31.25,2.7,0,4,0,0,0,0,0,.05a14.47,14.47,0,0,0-.54,2,2.39,2.39,0,0,0,.06.66,3.81,3.81,0,0,0,1.2,1.95,8,8,0,0,0,1.17.93q.64.42,1.32.78l.26.14c.38.2.76.39,1.15.57l.26.11c.45.2.91.38,1.37.54l.32.1c.36.12.73.23,1.1.32l.25.08.23.05,1,.21.37.07q.66.11,1.35.18l.4,0c.34,0,.67.05,1,.06h.47c.35,0,.69,0,1,0h.36c.47,0,.94-.07,1.41-.13l.15,0c.42-.06.84-.13,1.26-.22l.32-.07c.39-.09.78-.18,1.17-.3l.21-.06c.47-.14.94-.29,1.4-.47a36.74,36.74,0,0,0,4.62-2.29c1-.55,2-1.11,3-1.62a23.29,23.29,0,0,1,2.28-1,12.87,12.87,0,0,1,6-1,23.5,23.5,0,0,1,3,.61c0,.11,0,.22,0,.33q1.22,7.2,2.41,14.4a29.32,29.32,0,0,1,4.14-2.49,9.21,9.21,0,0,0-.53,2.25,8.92,8.92,0,0,0,0,1.79c.09.95.29,2-.28,2.75-.35.46-1,.72-1.19,1.24a4.23,4.23,0,0,0-.1,1.63,2.6,2.6,0,0,1-2.38,2.42,3.8,3.8,0,0,1-1.51,4.46,5.28,5.28,0,0,0-1.16.76,3.46,3.46,0,0,0-.67,1.51,26.72,26.72,0,0,1-7.83,12.87,25.17,25.17,0,0,0-3.87,3.78,17.21,17.21,0,0,0-1.75,3.45q-4,9.78-8.12,19.57c-1.52,3.65-3,7.36-3.48,11.29-1.2,10.78-10.8,19.92-9,30.62a15,15,0,0,0,3.12,7.31c2,2.41,5,3.79,8,4.91,7.71,3,15.84,4.64,23.94,6.29l12.72,2.61a55.6,55.6,0,0,0,7.58,1.2c3.07.21,6.22-.08,9.21.7,1.85.48,3.62,1.37,5.53,1.47,1.64.09,3.66-.26,4.63,1.08s.22,3.11,1.14,4.3c1.48,1.89,5.09,0,6.7,1.78a8.29,8.29,0,0,1,1,2.21,4,4,0,0,0,1,1.26,8.45,8.45,0,0,1,.12,1.71,29.49,29.49,0,0,1-1.44,6.82q-1.8,6.09-3.59,12.19a27,27,0,0,0-1,4.4,10.57,10.57,0,0,0,0,2.18c.21,2.21,1.48,4.49,3.59,5.21a6.58,6.58,0,0,0,4.86-.6,21.48,21.48,0,0,0,4-2.7,27.31,27.31,0,0,0,5.77-5.94c5-7.48,3.38-17.6,6.89-25.87,2.33-5.52,6.87-10,8.38-15.82a6.33,6.33,0,0,0,.12-3.42c-.63-2-2.76-3.14-4.75-3.86l-.09,0a41,41,0,0,0-5-1.43c-.42-.09-.85-.16-1.28-.23a7.85,7.85,0,0,1-2.21-2.88,6.7,6.7,0,0,0-.47-1.73,1.8,1.8,0,0,0-1.44-.8c-1-.1-2.34.26-3.43.18-2.23-.16-3.71-2.35-5.71-3.36s-4.17-.76-6.3-.61a5.83,5.83,0,0,1-2.28-.14,8.57,8.57,0,0,1-2.4-1.65,10.06,10.06,0,0,0-8.81-1.77,9.6,9.6,0,0,1-3,.68c-1.95-.11-3.33-1.85-4.77-3.17-3.94-3.61-9.55-4.56-14.33-6.93a3.27,3.27,0,0,1-1.72-1.48c-.55-1.36.69-2.72,1.81-3.65l8.22-6.83c9-7.48,20.25-13.11,24.43-24.08a13.93,13.93,0,0,1,2-4.11,5.58,5.58,0,0,1,1.11-1,8.4,8.4,0,0,1,6.15-1.2,20.77,20.77,0,0,1,7.24,3.16q5.37,3.25,10.45,7A92.45,92.45,0,0,1,862,522c5.25,5,9.62,10.93,14.51,16.32s10.48,10.42,17.27,13,15,2.47,20.83-1.86c6.73-5,8.89-13.94,10.59-22.14,3.75-3.62,4.88-9.13,6.71-14,1.15-3.09,2.62-6,3.86-9.08,1.48-3.62,2.64-7.36,3.8-11.09a53.33,53.33,0,0,0,2.66-11.57c.48-6.23-1.19-12.86.56-18.71,2.31-.51,4.41-1.81,6.68-2.57,3.38-1.11,7-.93,10.58-.91h.23a5.46,5.46,0,0,0,3.52-.83c1.2-1,1.39-2.71,1.45-4.26C965.39,450.47,965.15,446.17,962.28,443.69ZM817.39,273.11a7.43,7.43,0,0,1-2.53.18Z" transform="translate(-28 -123.74)" fill="url(#e151d6ee-b0bf-4b5d-8ce9-000e8108dac8)"/><path d="M821.33,336.37a11,11,0,0,1-4.16,2.21l-7.09,2.54c-3.85,1.38-7.87,2.77-11.93,2.27-2.27-.28-12-1.71-13.47-3.48-2.24-2.74,5.61-6.77,8.29-9.08a11.34,11.34,0,0,0,1.68-1.48c1-1.22.87-2.93.73-4.47a69,69,0,0,1-.52-11.77,23.72,23.72,0,0,1,.4-2.79c1-4.6,5.28-2.92,8.66-1.7a67.71,67.71,0,0,1,11.75,5.09,8.43,8.43,0,0,1,2.9,2.46c1.48,2.24.89,5.18.65,8-.21,2.19-.2,4.29,1.17,5.88a15.14,15.14,0,0,1,1.89,2A3.75,3.75,0,0,1,821.33,336.37Z" transform="translate(-28 -123.74)" fill="#be6f72"/><path d="M723.39,264.3c1-4.43,1.22-9,2.42-13.39a62.69,62.69,0,0,1,3.14-8.35l4.41-10.29a7.26,7.26,0,0,1,2.08-3.15,6.16,6.16,0,0,1,3.43-.92c4.31-.16,8.84,1.18,11.78,4.35s3.87,8.3,1.53,11.93c-2.8,4.37-8.91,5.25-12.56,8.93-2.33,2.35-3.46,5.62-4.15,8.85-1.82,8.4-1.21,17.11-1.77,25.69-.18,2.67-.7,5.72-3,7.1a8.75,8.75,0,0,1-4.48.87l-6.56.11c-1.1,0-5.09.69-5.82-.14-1.28-1.45,1.64-8.67,2.17-10.28,1.18-3.57,2.63-7.05,4-10.56C721.2,271.92,723.39,267.69,723.39,264.3Z" transform="translate(-28 -123.74)" fill="#be6f72"/><path d="M858.84,578.46c-1.51,5.78-6.05,10.28-8.38,15.79-3.51,8.25-1.93,18.34-6.89,25.8A27.26,27.26,0,0,1,837.8,626a21.43,21.43,0,0,1-4,2.69,6.58,6.58,0,0,1-4.86.6c-2.11-.72-3.38-3-3.59-5.2a10.49,10.49,0,0,1,0-2.17,26.89,26.89,0,0,1,1-4.39q1.8-6.07,3.59-12.16a29.44,29.44,0,0,0,1.44-6.8c.13-2.52-1.47-5.8-.79-8.15.31-1.06,1.47-2,2-2.89a16.73,16.73,0,0,0,1.72-4.09c.82-2.79,1.38-5.77,3.1-8.12a19.06,19.06,0,0,1,3.9-3.65,10.34,10.34,0,0,1,3.72-2.09,9.11,9.11,0,0,1,4,.19,39.25,39.25,0,0,1,5,1.42l.09,0c2,.72,4.12,1.83,4.75,3.85A6.29,6.29,0,0,1,858.84,578.46Z" transform="translate(-28 -123.74)" fill="#3f3d56"/><path d="M965.24,455.52c-.06,1.55-.25,3.28-1.45,4.25a5.46,5.46,0,0,1-3.52.83H960c-3.57,0-7.2-.2-10.58.91-2.57.85-4.93,2.41-7.61,2.72-3.69.42-7.16-1.6-10.43-3.36a103.75,103.75,0,0,0-9.47-4.5c-2.12-.87-6.45-1.43-7.47-3.75a34.14,34.14,0,0,1-.88-3.34,11.1,11.1,0,0,0-.61-1.47,8.45,8.45,0,0,1-1.12-3.31,5.11,5.11,0,0,1,1.14-3.2,9.59,9.59,0,0,1,6.55-3.37,29,29,0,0,1,7.54.4l24.62,3.54c1.9.27,3.81.54,5.68,1a11.14,11.14,0,0,1,4.88,2.14C965.15,447.45,965.39,451.74,965.24,455.52Z" transform="translate(-28 -123.74)" fill="#3f3d56"/><path d="M943.6,461.92c-3,6.33-.84,13.82-1.38,20.82a53.07,53.07,0,0,1-2.66,11.54c-1.16,3.72-2.32,7.45-3.8,11.06-1.24,3-2.71,6-3.86,9.06-1.83,4.88-3,10.37-6.71,14-1.7,8.18-3.86,17.12-10.59,22.08-5.85,4.32-14,4.47-20.83,1.86s-12.38-7.61-17.27-13-9.26-11.26-14.51-16.28a91,91,0,0,0-9.57-7.83q-5.08-3.69-10.45-6.94a20.93,20.93,0,0,0-7.24-3.15,8.4,8.4,0,0,0-6.15,1.2,5.58,5.58,0,0,0-1.11,1,13.76,13.76,0,0,0-2,4.1C821.27,522.38,810,528,801,535.46l-8.22,6.81c-1.12.93-2.36,2.29-1.81,3.64a3.27,3.27,0,0,0,1.72,1.48c4.78,2.36,10.39,3.31,14.33,6.91,1.44,1.32,2.82,3.06,4.77,3.16a9.58,9.58,0,0,0,3-.67,10.09,10.09,0,0,1,8.81,1.76,8.57,8.57,0,0,0,2.4,1.65,5.83,5.83,0,0,0,2.28.14c2.13-.15,4.39-.34,6.3.61s3.48,3.19,5.71,3.35c1.09.08,2.39-.28,3.43-.18a1.8,1.8,0,0,1,1.44.8,6.63,6.63,0,0,1,.47,1.72c.41,1.41,1.79,2.27,2.69,3.43,1.38,1.78,1.58,4.2,1.44,6.45A27.52,27.52,0,0,1,841,594.94a10.84,10.84,0,0,1-5.39,3,5,5,0,0,1-5.34-2.37,8.22,8.22,0,0,0-1-2.2c-1.61-1.77-5.22.11-6.7-1.78-.92-1.18-.26-3.07-1.14-4.29s-3-1-4.63-1.07c-1.91-.1-3.68-1-5.53-1.47-3-.78-6.14-.49-9.21-.7a55.6,55.6,0,0,1-7.58-1.2l-12.72-2.6c-8.1-1.65-16.23-3.32-23.94-6.27-2.95-1.12-5.92-2.5-8-4.9a15,15,0,0,1-3.12-7.3c-1.81-10.67,7.79-19.79,9-30.54.43-3.92,2-7.62,3.48-11.26q4.07-9.76,8.12-19.53A17.4,17.4,0,0,1,769,497a25.11,25.11,0,0,1,3.87-3.77,26.63,26.63,0,0,0,7.83-12.84,3.46,3.46,0,0,1,.67-1.51,5.62,5.62,0,0,1,1.16-.75,3.8,3.8,0,0,0,1.51-4.45,2.6,2.6,0,0,0,2.38-2.42,4.18,4.18,0,0,1,.1-1.62c.24-.52.84-.78,1.19-1.24.57-.75.37-1.8.28-2.74a8.92,8.92,0,0,1,0-1.79,9.19,9.19,0,0,1,2.68-5.59c2.39-2.35,5.79-1.74,9.09-2.3a52.07,52.07,0,0,0,9.6-3.07,94.31,94.31,0,0,1,27.11-6.27A59.19,59.19,0,0,1,863.85,451a15.57,15.57,0,0,1,3.53,2,6.69,6.69,0,0,1,1.85,2.21,20.6,20.6,0,0,0,1.36,3.07c1.07,1.46,3.09,1.93,4.26,3.31s1.27,3.71,2.24,5.42c1.39,2.44,4.61,3.57,5.57,6.22.3.84.34,1.76.56,2.63.54,2.18,2.16,3.9,3.59,5.62a43.21,43.21,0,0,1,9.68,22c.32-5.07,3.73-9.56,8-12.36,1.15-.75,2.48-1.58,2.71-2.94.29-1.72-1.38-3.25-1.27-5a4.9,4.9,0,0,1,1-2.34,74,74,0,0,1,6.26-7.87c1.23-1.35,2.61-3,2.1-4.78-.39-1.33-1.75-2.11-2.5-3.27a4.16,4.16,0,0,1,.1-4.6c.7-.95,1.81-1.64,2.15-2.77.39-1.33-.48-2.77-.21-4.14a5.12,5.12,0,0,1,2.06-2.67,17.13,17.13,0,0,1,4.47-2.94c2.64-1,5.58-.63,8.38-.24,4.68.65,9.93,1.65,12.57,5.57C944,455.58,944.86,459.3,943.6,461.92Z" transform="translate(-28 -123.74)" fill="#65617d"/><path d="M965.24,455.52c-.06,1.55-.25,3.28-1.45,4.25a5.46,5.46,0,0,1-3.52.83H960c.41-2.08,2.94-3.27,3.38-5.38a4.76,4.76,0,0,0-1.1-3.63c-2.14-2.89-5.58-4.49-9-5.66a59.62,59.62,0,0,0-30.06-2.25,30.27,30.27,0,0,0-7.9,2.43,25.74,25.74,0,0,0-2.4,1.7,8.45,8.45,0,0,1-1.12-3.31,5.11,5.11,0,0,1,1.14-3.2,9.59,9.59,0,0,1,6.55-3.37,29,29,0,0,1,7.54.4l24.62,3.54c1.9.27,3.81.54,5.68,1a11.14,11.14,0,0,1,4.88,2.14C965.15,447.45,965.39,451.74,965.24,455.52Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M858.84,578.46c-1.51,5.78-6.05,10.28-8.38,15.79-3.51,8.25-1.93,18.34-6.89,25.8A27.26,27.26,0,0,1,837.8,626a21.43,21.43,0,0,1-4,2.69,6.58,6.58,0,0,1-4.86.6c-2.11-.72-3.38-3-3.59-5.2a10.49,10.49,0,0,1,0-2.17l.06.16c.87,2.1,2.29,4.3,4.53,4.67a6.13,6.13,0,0,0,4.62-1.63c3.3-2.65,5.22-6.6,7.05-10.41a43.3,43.3,0,0,0,3.38-8.63c.4-1.7.59-3.44,1-5.14,1.9-8.26,8.37-15,9.8-23.37a5.72,5.72,0,0,0,.08-1.75,8.84,8.84,0,0,0-.86-2.18,10.8,10.8,0,0,1-.76-2.42c2,.72,4.12,1.83,4.75,3.85A6.29,6.29,0,0,1,858.84,578.46Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M843.74,564.12a14.49,14.49,0,0,1-4.51,6.16,22,22,0,0,1-9.71,4.2,9.66,9.66,0,0,1-5-.06c-2.22-.77-3.82-2.85-6.09-3.45-1.62-.44-3.36-.05-5-.29-2.95-.41-5.24-2.66-7.62-4.46-7.29-5.48-16.86-7.25-24.15-12.73a2.24,2.24,0,0,1-.78-.81,2.41,2.41,0,0,1-.15-1.13,23,23,0,0,1,2.19-9.61,33.53,33.53,0,0,1,4.12-5.87c6.53-8,13.09-16.06,20.91-22.81,3.28-2.83,6.86-5.47,11-6.75,2.3-.71,6.84-1.38,9.64-.18a5.58,5.58,0,0,0-1.11,1,13.76,13.76,0,0,0-2,4.1C821.27,522.38,810,528,801,535.46l-8.22,6.81c-1.12.93-2.36,2.29-1.81,3.64a3.27,3.27,0,0,0,1.72,1.48c4.78,2.36,10.39,3.31,14.33,6.91,1.44,1.32,2.82,3.06,4.77,3.16a9.58,9.58,0,0,0,3-.67,10.09,10.09,0,0,1,8.81,1.76,8.57,8.57,0,0,0,2.4,1.65,5.83,5.83,0,0,0,2.28.14c2.13-.15,4.39-.34,6.3.61s3.48,3.19,5.71,3.35C841.4,564.38,842.7,564,843.74,564.12Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M751.77,428.4c-1.9,1.22-3.92,2.6-4.7,4.72-.64,1.73-.34,3.71-1.11,5.39s-2.5,2.85-2.88,4.65c-.27,1.31.26,2.69,0,4a17.24,17.24,0,0,0-.55,2.08c-.1,1.49,1.18,2.7,2.43,3.53a20.3,20.3,0,0,0,18.17,2c2.67-1,5.08-2.63,7.64-3.91a15.11,15.11,0,0,1,8.23-2c1.65.18,3.23.78,4.88,1a5.12,5.12,0,0,0,4.57-1.36,5.7,5.7,0,0,0,1-2.37c1.39-5.49.76-11.31-.56-16.83s-3.32-10.83-4.73-16.32c-1-4.07-1.77-8.24-3.44-12.09s-4.48-7.43-8.41-8.9a1.57,1.57,0,0,0-1-.13,1.7,1.7,0,0,0-.65.48,30.75,30.75,0,0,0-6.86,11.54c-1.57,4.79-2,9.87-3.44,14.68-.62,2-1.42,4.68-3,6.21S753.56,427.25,751.77,428.4Z" transform="translate(-28 -123.74)" fill="#3f3d56"/><path d="M789.48,446.1a5.83,5.83,0,0,1-1.05,2.37,5.07,5.07,0,0,1-4.57,1.35c-1.64-.2-3.22-.81-4.87-1a15.08,15.08,0,0,0-8.23,2c-2.56,1.28-5,2.87-7.65,3.9a20.19,20.19,0,0,1-12.13.69,19.57,19.57,0,0,1-6-2.64c-1.26-.82-2.53-2-2.43-3.53a17.09,17.09,0,0,1,.55-2.07c.26-1.31-.26-2.69,0-4,.38-1.8,2.12-3,2.88-4.66s.47-3.65,1.1-5.38c.78-2.13,2.81-3.5,4.71-4.73s4.16-2.17,5.68-3.66A5.64,5.64,0,0,0,758,424a18,18,0,0,0,2.38-5.51c1.47-4.82,1.87-9.89,3.43-14.69a30.81,30.81,0,0,1,6.87-11.53,1.51,1.51,0,0,1,.64-.48,1.6,1.6,0,0,1,1,.12c3.92,1.48,6.73,5.06,8.41,8.91s2.39,8,3.44,12.08c1.4,5.49,3.41,10.82,4.73,16.33S790.87,440.6,789.48,446.1Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M819.22,324.14a20,20,0,0,1-24.36-11,23.72,23.72,0,0,1,.4-2.79c1-4.6,5.28-2.92,8.66-1.7a67.71,67.71,0,0,1,11.75,5.09,8.43,8.43,0,0,1,2.9,2.46C820.05,318.41,819.46,321.35,819.22,324.14Z" transform="translate(-28 -123.74)" opacity="0.1"/><circle cx="785.18" cy="180.34" r="20" fill="#be6f72"/><path d="M867.45,453.54c0,1.66-2.25,2.19-3.92,2.1-6-.35-11.87-2-17.81-1.5-7.51.68-14.41,4.83-21.94,5.21-2.9.15-5.85-.28-8.71.25-3.7.69-7,2.94-10.77,3.26-3.27.28-6.5-.95-9.77-.82A15.7,15.7,0,0,0,788,463.9a9.19,9.19,0,0,1,2.68-5.59c2.39-2.35,5.79-1.74,9.09-2.3a52.07,52.07,0,0,0,9.6-3.07,94.31,94.31,0,0,1,27.11-6.27A59.19,59.19,0,0,1,863.85,451a15.57,15.57,0,0,1,3.53,2A1.57,1.57,0,0,1,867.45,453.54Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M803.93,340.6l-8.1-3-3.42-1.26a16.54,16.54,0,0,0-4.36-1.16c-3.92-.3-7.61,2.31-9.7,5.64s-2.88,7.3-3.55,11.17q-1.38,7.94-2.34,15.94a104.13,104.13,0,0,0-1.05,14.54c.23,12.38,2.85,24.59,5.73,36.64a128.88,128.88,0,0,1,3.19,16.25c.24,2.26.35,4.53.59,6.8.26,2.55.68,5.07,1.1,7.6l2.41,14.37c3-2.13,6.41-4,10.1-4.11,3.27-.12,6.51,1.1,9.77.82,3.75-.31,7.07-2.56,10.77-3.25,2.86-.53,5.81-.11,8.72-.25,7.52-.38,14.43-4.54,21.93-5.21,5.95-.54,11.86,1.14,17.82,1.49,1.66.1,3.91-.43,3.91-2.1,0-1.16-1.16-1.93-2.17-2.51a107,107,0,0,1-13.55-9.67c-3.94-3.12-7.94-6.32-10.65-10.54-6.53-10.15-4.29-23.88-9.86-34.59-4.53-8.7,0-20.1,0-29.91,0-4.89,0-9.84-1.15-14.59a61.89,61.89,0,0,0-2.68-7.8l-3.89-9.85a1.61,1.61,0,0,0-.46-.75,1.53,1.53,0,0,0-.89-.27,9.38,9.38,0,0,0-6.46,2.07c-1.83,1.49-3,3.63-4.8,5.18C808.92,340,806.38,341.5,803.93,340.6Z" transform="translate(-28 -123.74)" fill="#e3e8f4"/><path d="M817,334.92c.64-2.74,1.33-5.59,3.16-7.73s5.17-3.27,7.53-1.74c2.68,1.74,2.79,5.76,5.08,8,2,1.92,5,2.07,7.72,2.32a52.35,52.35,0,0,1,14.27,3.36,5.83,5.83,0,0,1,2.37,1.42c1.25,1.42,1,3.6,1.62,5.37.85,2.28,3.2,3.73,4.11,6,1,2.52,0,5.34-.84,7.93-1.51,4.65-2.46,9.48-3.93,14.15s-3.56,9.27-7,12.79c-1.52,1.56-3.78,3-5.78,2.07l-.77,5.55a9.43,9.43,0,0,0,0,3.55,3.18,3.18,0,0,0,2.32,2.46c.15.86,1.06,1.27,1.8,1.74a5,5,0,0,1,1.27,7c-.63.85-1.56,1.52-1.86,2.53-.45,1.46.62,3,1.92,3.8s2.83,1.17,4.15,1.94c2.74,1.58,4.21,4.69,5.15,7.71.7,2.28,1.28,4.75,3,6.41.66.63,1.45,1.11,2.08,1.77a7.59,7.59,0,0,1,1.79,4.59,9.11,9.11,0,0,1-1.3,6c-2,2.86-5.73,3.71-9,5-5.31,2.18-9.68,6.08-14.36,9.4a15.32,15.32,0,0,1-6.55,3.08c-3.24.43-6.43-1-9.69-1.13a24.06,24.06,0,0,0-5.78.76l-6,1.3c.32-4.65-2.24-9.31-3.67-13.74-2.7-8.34-3.2-17.26-2.56-26s2.42-17.36,4.18-25.94c1.23-6,1.11-12.27,3-18.1,1.77-5.61,4.3-11,5.23-16.84C821.18,352.25,814.86,344.24,817,334.92Z" transform="translate(-28 -123.74)" fill="#3f3d56"/><path d="M862.49,353.41a11,11,0,0,1,1.15,3.25,11.73,11.73,0,0,0,2.53,4.76,16.39,16.39,0,0,1,2.66,3c.92,1.74.57,3.86,1,5.76.5,2.07,1.95,3.87,2.16,6a11,11,0,0,0,.17,1.82c.65,2.42,4.21,3,5,5.42.53,1.57-.38,3.28-.21,4.93a4.34,4.34,0,0,1,.09,1.56,3.17,3.17,0,0,1-1.14,1.46,23,23,0,0,0-6.58,11.71,66.69,66.69,0,0,0-1.51,13.53l-3.91-5.17a5.94,5.94,0,0,0-1.56-1.6c-.5-.3-1.08-.45-1.59-.75-1.48-.84-2.06-2.62-2.63-4.22a39,39,0,0,0-7-12.12c-1.59-1.87-3.44-3.75-3.79-6.18a11.38,11.38,0,0,1,.18-3.34c1-6.55,2.07-13.26,5.26-19.07,1.49-2.72,3.42-5.18,4.85-7.94C858.58,354.39,859.93,349.63,862.49,353.41Z" transform="translate(-28 -123.74)" fill="#3f3d56"/><path d="M763.84,359.7a4.57,4.57,0,0,1-.62,2.4,3.16,3.16,0,0,1-3.16,1,9.14,9.14,0,0,1-3.16-1.48q-4.18-2.64-8.36-5.29a46.28,46.28,0,0,1-4.49-3.08,40.07,40.07,0,0,1-5.93-6.21c-4.86-6-9.16-12.51-14.57-18-1.47-1.5-3-2.94-4.42-4.51a65.82,65.82,0,0,1-5.34-7.18c-1.56-2.31-3.18-4.87-2.91-7.63.16-1.56.91-3,1.13-4.55s-.37-3.44-1.87-3.86a3.38,3.38,0,0,0-.54-.09,4.08,4.08,0,0,1-.87-.19c-1.39-.58-1.18-2.73-.18-3.86s2.48-1.76,3.39-3a18.09,18.09,0,0,1,1.42-2.11,5.41,5.41,0,0,1,2.33-1.17,36.06,36.06,0,0,1,17.75-.67c1,.22,2.14.62,2.44,1.59a2.93,2.93,0,0,1,0,1.44,32.2,32.2,0,0,0-.76,6,10.64,10.64,0,0,0,.07,1.26c.47,4.24,3.22,7.83,5.9,11.14,3.18,3.94,6.41,7.85,9.65,11.75a46.17,46.17,0,0,0,5.85,6.25c2,1.66,4.59,3,6.15,5.13,1.27,1.72.86,4.07,1,6.14A136.28,136.28,0,0,1,763.84,359.7Z" transform="translate(-28 -123.74)" fill="#3f3d56"/><path d="M890.84,401.42a21,21,0,0,0,2.66-3.15,20.78,20.78,0,0,0,2-4.47l5.8-16.45c.92-2.6,1.84-5.21,3-7.74,1.2-2.73,2.62-5.36,3.93-8A106.7,106.7,0,0,0,916,339.86a8.06,8.06,0,0,0,.31-3.19c-.28-1.73-1.59-3.08-2.84-4.31a20.79,20.79,0,0,0-4.26-3.52,7,7,0,0,0-5.34-.86c-2.56.75-4.17,3.37-4.76,6s-.37,5.32-.62,8c-.36,3.84-1.68,7.55-2,11.4-.17,2.23,0,4.48-.27,6.7a24.47,24.47,0,0,1-3,8.27,53.69,53.69,0,0,1-12.93,15.9,20.79,20.79,0,0,0-3.88,3.73,12.17,12.17,0,0,0-1.87,4.66,10.73,10.73,0,0,0,.81,7.57c1.63,2.78,4.76,4,7.75,4.62C887.14,405.67,888.07,404.29,890.84,401.42Z" transform="translate(-28 -123.74)" fill="#be6f72"/><path d="M813.3,275.1a9.33,9.33,0,0,1,9.06-4.91,10,10,0,0,1,7.86,7.06c.47,1.49.66,3.14,1.48,4.42,1.24,1.93,3.54,2.49,5.26,3.89a10.53,10.53,0,0,1,3.36,7.44,22.51,22.51,0,0,1-1.33,8.41,26.74,26.74,0,0,0-1,3.52c-.2,1.16-.22,2.34-.4,3.5A11.4,11.4,0,0,1,833,316a2,2,0,0,1-1.24.45c-.78-.09-1.26-1-1.55-1.82-1.59-4.59-1.21-10.2-4.14-13.86a15.15,15.15,0,0,0-4.74-3.53,6.11,6.11,0,0,0-2.42-.91,6.37,6.37,0,0,0-3.5,1.28,21.79,21.79,0,0,1-6.92,3.06,8.5,8.5,0,0,1-7.15-1.54c-1.38-1.14-2.39-2.85-3.92-3.74s-3.13-.84-4.64-1.45A6.87,6.87,0,0,1,790,283.46c1-1.2,2.48-1.88,3.37-3.21,1.15-1.72,1.05-4.08,1.6-6.14a8.45,8.45,0,0,1,5.09-5.81,7.15,7.15,0,0,1,7.12,1.49c1,.9,1.8,2.06,2.78,3a8,8,0,0,0,7.4,2" transform="translate(-28 -123.74)" fill="#3f3d56"/><path d="M829.74,422.29a3.88,3.88,0,0,0-1.06,4.24c.22.47,10.54-1.52,11.63-1.67,2.72-.39,7.49-.2,9.32-2.69,3.26-4.41-6.84-3.43-8.69-3.27C837.42,419.2,832.42,419.68,829.74,422.29Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M735.86,293.29a32.2,32.2,0,0,0-.76,6c-3,.61-6.12-.39-9-1.39l-8.27-2.82a2.35,2.35,0,0,0-3.16.59c-1.33,1.38-3.16,4-5,5.55a4.08,4.08,0,0,1-.87-.19c-1.39-.58-1.18-2.73-.18-3.86s2.48-1.76,3.39-3a18.09,18.09,0,0,1,1.42-2.11,5.41,5.41,0,0,1,2.33-1.17,36.06,36.06,0,0,1,17.75-.67c1,.22,2.14.62,2.44,1.59A2.93,2.93,0,0,1,735.86,293.29Z" transform="translate(-28 -123.74)" fill="#3f3d56"/><path d="M735.86,293.29a32.2,32.2,0,0,0-.76,6c-3,.61-6.12-.39-9-1.39l-8.27-2.82a2.35,2.35,0,0,0-3.16.59c-1.33,1.38-3.16,4-5,5.55a4.08,4.08,0,0,1-.87-.19c-1.39-.58-1.18-2.73-.18-3.86s2.48-1.76,3.39-3a18.09,18.09,0,0,1,1.42-2.11,5.41,5.41,0,0,1,2.33-1.17,36.06,36.06,0,0,1,17.75-.67c1,.22,2.14.62,2.44,1.59A2.93,2.93,0,0,1,735.86,293.29Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M811.51,483.14c1.44.48,3,1.18,3.49,2.62l-11.58-2.94-6-1.53c-1.06-.27-4.86-.58-5.56-1.41-1-1.22,2.55-.38,3.19-.29,1.94.29,3.88.59,5.81.94C804.5,481.18,808,482.25,811.51,483.14Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M816,493.39c-1-.67-3.87-.59-5.1-.88-1.8-.43-3.57-1-5.34-1.55-3.59-1.17-7.15-2.5-10.84-3.36-.68-.15-3-.19-2.89-1.05s2.32-1.16,2.87-1.2c3.27-.24,7.35,1.29,10.39,2.38A45.79,45.79,0,0,1,816,493.39Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M808.66,474c-3.67-1-7-3.28-10.78-3.72a4.38,4.38,0,0,1-2.75-.84,3.24,3.24,0,0,1-.89-1.6c2.53-.13,5.47.94,7.77,1.95a24.45,24.45,0,0,1,3.64,1.94C806.49,472.24,807.75,473.71,808.66,474Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M878.62,384.46a17.49,17.49,0,0,0,12.26,19.33c-.49,2.37-2.94,3.68-4.67,5.37-2.44,2.37-3.7,5.92-6.58,7.72-3.21,2-7.34,1.22-11,.38a1.34,1.34,0,0,1-.86-.45,1.23,1.23,0,0,1-.16-.39c-1.21-4.43-2-9.16-.76-13.6,1-3.78,3.4-7,5.32-10.34S874.27,385.56,878.62,384.46Z" transform="translate(-28 -123.74)" fill="#3f3d56"/><path d="M789.21,327.12a26,26,0,0,0-11,3.35c-2.24,1.28-4.54,3-7.1,2.69-1.51-.17-3-1-4.47-.6a8.77,8.77,0,0,0-2.29,1.36,2.59,2.59,0,0,1-2.52.4l-1,13.84c-.38,5.26-.75,10.63.51,15.76.65,2.62,2.08,5,2.24,7.66s-.08,5.39.11,8.08c.18,2.49.73,4.94.87,7.43.28,4.7-.88,9.36-2,13.93-1.69,6.74-2.71,13.63-6,19.73-.92,1.69-2,3.41-2,5.33,0,.24,0,.47.06.7-1,.55-1.93,1.07-2.78,1.61-1.9,1.23-3.93,2.6-4.71,4.73-.63,1.73-.34,3.71-1.1,5.38s-2.5,2.86-2.88,4.66c-.27,1.31.25,2.69,0,4a17.09,17.09,0,0,0-.55,2.07c-.1,1.5,1.17,2.71,2.43,3.53a19.57,19.57,0,0,0,6,2.64L757,431.7h0a191.09,191.09,0,0,0,13.53-31.47,67.66,67.66,0,0,1,3.91-10.36,48.68,48.68,0,0,0,3-5.88c.91-2.52,1-5.25,1.44-7.91a55.37,55.37,0,0,1,2.35-9.13c1.08-3.21,2.33-6.41,2.55-9.78.33-4.82-1.42-9.91.44-14.37a19.11,19.11,0,0,1,3.05-4.59c2.58-3.16,4.93-6.47,7.51-9.63C793.44,327.15,791.21,327,789.21,327.12Z" transform="translate(-28 -123.74)" fill="#3f3d56"/><g opacity="0.1"><path d="M817.39,271.81l-1.25.09L816,272A7.38,7.38,0,0,0,817.39,271.81Z" transform="translate(-28 -123.74)"/><path d="M840.27,292.57a26.94,26.94,0,0,1-1.28,5.84,26.74,26.74,0,0,0-1,3.52c-.2,1.16-.22,2.34-.4,3.5A11.4,11.4,0,0,1,833,313a2,2,0,0,1-1.24.45c-.78-.09-1.26-1-1.55-1.82-1.59-4.59-1.21-10.2-4.14-13.86a15.15,15.15,0,0,0-4.74-3.53,6.11,6.11,0,0,0-2.42-.91,6.37,6.37,0,0,0-3.5,1.28,21.79,21.79,0,0,1-6.92,3.06,8.5,8.5,0,0,1-7.15-1.54c-1.38-1.14-2.39-2.85-3.92-3.74s-3.13-.84-4.64-1.45a6.83,6.83,0,0,1-3.9-4.46,2.87,2.87,0,0,1-.08-.38,7,7,0,0,0,.08,3.38,6.83,6.83,0,0,0,3.9,4.46c1.51.61,3.21.62,4.64,1.45s2.54,2.6,3.92,3.74a8.5,8.5,0,0,0,7.15,1.54,21.79,21.79,0,0,0,6.92-3.06,6.37,6.37,0,0,1,3.5-1.28,6.11,6.11,0,0,1,2.42.91A15.15,15.15,0,0,1,826,300.8c2.93,3.66,2.55,9.27,4.14,13.86.29.83.77,1.73,1.55,1.82A2,2,0,0,0,833,316a11.4,11.4,0,0,0,4.6-7.6c.18-1.16.2-2.34.4-3.5a26.74,26.74,0,0,1,1-3.52,22.51,22.51,0,0,0,1.33-8.41C840.31,292.85,840.29,292.71,840.27,292.57Z" transform="translate(-28 -123.74)"/></g><path d="M777,372.81l-.68,9.13c-.1,1.24-2.47,30.76-19.95,65.26-15,29.59-44.19,68.13-99.3,89.79q-6.45,2.55-13.39,4.76l-5.16-16.2a189.43,189.43,0,0,0,37.22-16.28c28.09-16.22,49.93-39.37,65.16-69.16A185.77,185.77,0,0,0,758,389.81h-62.7v-17Z" transform="translate(-28 -123.74)" fill="#00b0ff"/><path d="M650.32,537c55.1-21.66,84.3-60.19,99.29-89.78,17.48-34.5,19.86-64,19.95-65.26l.68-9.13h7l-.68,9.13c-.09,1.24-2.47,30.76-19.95,65.26-15,29.59-44.19,68.12-99.29,89.78q-6.45,2.55-13.4,4.77l-.68-2.13Q646.86,538.35,650.32,537Z" transform="translate(-28 -123.74)" fill="#fff" opacity="0.1"/><path d="M540,525.55l-5.16,16.2q-6.95-2.22-13.4-4.77c-55.1-21.66-84.3-60.19-99.29-89.78-17.48-34.5-19.86-64-19.95-65.26l-.68-9.13h81.66v17H420.47a185.88,185.88,0,0,0,17.15,50.3c15.23,29.79,37.06,52.94,65.15,69.15A189,189,0,0,0,540,525.55Z" transform="translate(-28 -123.74)" fill="#00b0ff"/><path d="M528.18,537c-55.1-21.66-84.3-60.19-99.29-89.78-17.48-34.5-19.86-64-19.95-65.26l-.68-9.13h-7l.68,9.13c.09,1.24,2.47,30.76,19.95,65.26,15,29.59,44.19,68.12,99.29,89.78q6.45,2.55,13.4,4.77l.68-2.13Q531.65,538.35,528.18,537Z" transform="translate(-28 -123.74)" fill="#fff" opacity="0.1"/><path d="M683.59,682.15v91.67H494.92V682.15l6-8c61.14-21.7,73.53-78.29,76-100.68a92.05,92.05,0,0,0,.63-9.32h23.33a92.05,92.05,0,0,0,.63,9.32c2.51,22.39,14.9,79,76,100.68Z" transform="translate(-28 -123.74)" fill="#00b0ff"/><rect x="466.92" y="558.41" width="188.67" height="11.5" opacity="0.1"/><path d="M510.92,674.15c61.14-21.7,73.53-78.29,76-100.68a92.05,92.05,0,0,0,.63-9.32h-10a92.05,92.05,0,0,1-.63,9.32c-2.51,22.39-14.9,79-76,100.68l-6,8v91.67h10V682.15Z" transform="translate(-28 -123.74)" fill="#fff" opacity="0.1"/><path d="M466.26,372.81h16.92v17H467.76Q466.85,381.41,466.26,372.81Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M540,525.55l-5.16,16.2q-6.95-2.22-13.4-4.77a179.15,179.15,0,0,1-18.67-27.72A189,189,0,0,0,540,525.55Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M638.51,525.55a189.43,189.43,0,0,0,37.22-16.28A179.86,179.86,0,0,1,657.06,537q-6.45,2.55-13.39,4.76Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M712.24,372.81q-.59,8.6-1.5,17H695.33v-17Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M601.55,573.47a64.64,64.64,0,0,1-24.59,0,92.05,92.05,0,0,0,.63-9.32h23.33A92.05,92.05,0,0,0,601.55,573.47Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M468.26,344.65c.43,126.06,54.43,228,121,228s120.56-101.94,121-228Z" transform="translate(-28 -123.74)" fill="#00b0ff"/><path d="M489.76,344.65h-21.5c.43,126.06,54.43,228,121,228a65.35,65.35,0,0,0,10.75-.91C538.47,561.46,490.17,463.85,489.76,344.65Z" transform="translate(-28 -123.74)" fill="#fff" opacity="0.1"/><rect x="497.09" y="593.5" width="128.33" height="33" fill="#3f3d56"/><polygon points="503.09 598 625.42 598 625.42 593.5 497.09 593.5 497.09 626.5 503.09 626.5 503.09 598" fill="#fff" opacity="0.1"/><path d="M399.82,466.36c-2.31-.77-15.91-11.53-16.94-16.4s7.19-50.24,7.19-50.24-.76,0-2-.15l0-.73,1.69-59.6s6.93-40-6.16-37.67-4.88,37.67-4.88,37.67-1.49,17.94-2.54,23.32c-1,5.19-5.58,26.33-2.46,32.9a7.16,7.16,0,0,0,.38.68h0s.52,22.55-5.13,25.63c-5.39,2.93-7.63,17.68-7.82,19l-.29-.12h0a15.67,15.67,0,0,1-4.17-3.81c-.12-.15-.21-.31-.32-.47a22,22,0,0,0-.59-29.87,22.18,22.18,0,0,0-6.19-4.52,14.2,14.2,0,0,0-1.33-5.52c-2.6-5.56-17-12.83-27.23-13-4.72-.14-8.59,1.2-10,4.89-.72,1.87-.5,4-.8,5.94-.6,4-3.17,7.13-6.47,9.62a40.56,40.56,0,0,0-4.31-4.15c-3.34-2.56-10-11-10-11s-20.79-21.53-22.33-27.43S244.81,320,240.19,326.17s15.91,33.06,15.91,33.06S260,369,263,372.3,289,409,289,409l1.1,2.28c-4.86,2.56-9.3,5.82-10.87,10.9-2.3,7.48,2.73,15,6.21,22,6.78,13.66,7.75,31.08-1,43.56C276.6,498.76,263,504,250.27,508.58a33.63,33.63,0,0,0,21.6,7.17c-2.94,8.52-13.36,11.34-22.24,12.92,4.66,4.48,11.33,6.11,17.73,7.1a53.12,53.12,0,0,0,9.49.75l.78,0,.78-.06a27.16,27.16,0,0,0,3.23-.41c4.62-.94,9.11-3.46,11.47-7.54,2-3.49,2.7-8.25,6.33-10a8.09,8.09,0,0,1,3-.71h-.11c.68,0,1.38,0,2.06,0l15.13.15c.63,0,1.28,0,1.93,0,4.27-.1,8.83-.84,11-4.37a12.12,12.12,0,0,0,1.37-5.55c.32-4.79,0-9.72.13-14.55,1.29,8.79,2.64,22.49-.57,27.55A47,47,0,0,1,324,531.2a18,18,0,0,0-2.48,2.54c-.49.35-.78.54-.78.54l-.31.93a17.61,17.61,0,0,0-2.44,5.66,3.93,3.93,0,0,0-.19,1.61c.35.71-2.5,3.64-1.67,4.87-7.12,8.35-8.47,21-8.47,21l-13,19.74c-6.68,17.55-16.68,19.35-16.68,19.35s-23.49-15.76-24.13-16.53-9.62-4.62-9.62-4.62a10.18,10.18,0,0,0-4.62-4.22c-3.08-1.28-3.34-6-3.34-6-.38-11.15-6.93-12-6.93-12-5.28-.45-9.31.49-12.41,2.21l-.94.07c-4.54.37-10,.78-16,1.18-16.69,1.1-20.66,11.91-20.66,11.91s-2.05,2.31.64,4.81,19.91,0,20.64-.06a11.18,11.18,0,0,1-3.92-.27c2.71-.1,6.44-.2,9.62-.2h.77a41.62,41.62,0,0,0-.29,5.08c0,3.2,8.85,5.25,8.85,5.25l26.95,24s16.94,7.57,27.72,18.46S290.62,638,290.62,638c11.41-2.82,44.24-42.51,44.27-42.55v0c0,1.16.69,39.76,2,47.51h0a5.15,5.15,0,0,0,.29,1.15c1.54,3.33-.52,12.43-1.41,16.27a45.2,45.2,0,0,0-.65,9.74s-12.31,47-11.29,51.13-6.67,23.32-6.67,23.32v16l1.34-.07a8.64,8.64,0,0,0-.48.8l-.09.17s8.21,1.79,13.73,1.28,15,4.25,15,4.25,3.21,1.52,13.09,2.16,9.88-4.36,9.88-4.36c-1.13-6.81-16.74-9.09-17.22-9.16-1.26-.79-2.44-1.65-3.41-2.39l-.2-.16a4.28,4.28,0,0,0,.17-.46c1.67-6.8-7.57-9.75-7.57-9.75v-1.66c6-3.08,7.19-24.22,7.19-24.22s9-26.14,10.26-30.5,0-10.89,0-10.89l.9-5.64s1.93-3.84,1.93-4.61a11.39,11.39,0,0,1,2.18-5.38c1.41-1.67-1.54-5.64-1.54-5.64l2.57-6.66v-7.31l6-26.52s6.29-30.89,4.11-41,2.57-15.25,2.57-15.25a12.64,12.64,0,0,1-1.32.6,38.21,38.21,0,0,0,1.55-4.26l13.5,1.67v.2h4.87s-1.54-19-1.54-26.66S399.82,494,399.82,494,402.13,467.13,399.82,466.36Zm-59.93-22.18c0,.75-.07,1.53-.12,2.33l-.27.41-.5-.42-.61.95-.18.09c-1.32-.68-2-4.57-2.95-3.73l-.13.11c-.21-.24-.42-.31-.64-.11l-.2.17c0-.29,0-.59,0-.89a22.5,22.5,0,0,0,5.6.71C339.9,443.93,339.89,444.06,339.89,444.18Zm44.9,88.48h.29l-.48,1.26C384.66,533.5,384.72,533.09,384.79,532.66ZM335.5,759.43l-1.84-.46,1-.17.93.61.11.08Zm18.8-2.69c-.61-.32-1.23-.69-1.83-1.07C352.67,755.78,353.46,756.19,354.3,756.74Z" transform="translate(-28 -123.74)" fill="url(#e2a6fc7a-3d7b-4d78-8350-c6ea621e07cc)"/><polygon points="363.43 390.03 351.32 421.59 354.26 421.59 342.87 430.67 363.43 433.23 363.43 390.03" fill="#f86d70"/><polygon points="363.43 390.03 351.32 421.59 348.27 420.77 342.87 430.67 363.43 433.23 363.43 390.03" opacity="0.1"/><polygon points="344.44 410.22 363.43 410.22 370.4 352.87 344.44 352.87 344.44 410.22" fill="#f86d70"/><polygon points="344.44 410.22 363.43 410.22 370.4 352.87 344.44 352.87 344.44 410.22" opacity="0.1"/><path d="M335.35,490.19l4.1-.69,9.42-1.6S377.16,481.52,383,481a36.47,36.47,0,0,0,10.24-2.92c1.53-.66,2.5-1.16,2.5-1.16l-10.19-18.61-15.81-11.72s-10-2.13-14.23-7.95a9.37,9.37,0,0,1-1.31-8.88c2.58-8-15.41,7.65-15.41,7.65s.17,3.75,0,8.53c0,.94-.09,1.92-.16,2.92,0,.66-.09,1.32-.16,2-.44,4.75-1.34,9.64-3.12,12.56C331,470.56,335.35,490.19,335.35,490.19Z" transform="translate(-28 -123.74)" fill="#fbbebe"/><path d="M338.79,446.34h.4c.72,0,1.3-1.53,2-1.6,5.63-.54,10.77-1.72,14.34-5.71a9.38,9.38,0,0,1-1.31-8.87c2.58-8-15.41,7.64-15.41,7.64S339,441.56,338.79,446.34Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M316.89,423.66a21.91,21.91,0,0,0,21.92,21.92c.72,0,1.43,0,2.14-.1a21.92,21.92,0,1,0-24.06-21.82Z" transform="translate(-28 -123.74)" fill="#fbbebe"/><path d="M310.16,390.39c-.72,1.86-.5,3.94-.79,5.91-1.07,7.11-8.3,11.37-14.84,14.35s-13.92,6.51-16,13.38c-2.28,7.43,2.7,14.88,6.16,21.85,6.74,13.58,7.7,30.9-1,43.32-7.73,11-21.2,16.22-33.88,20.8a33.4,33.4,0,0,0,21.45,7.14c-2.91,8.47-13.26,11.28-22.08,12.84,4.63,4.46,11.26,6.08,17.61,7.06,4.63.72,9.38,1.19,14,.26s9-3.44,11.38-7.5c2-3.47,2.68-8.2,6.29-9.95a11.38,11.38,0,0,1,5.13-.75l15,.16c4.67,0,10.2-.36,12.61-4.35a12,12,0,0,0,1.36-5.52c.65-9.84-1.24-20.24,2.81-29.22,1.22-2.71-6.61-7-5.79-9.87,2.82-9.87,3.53-17.64,3.5-27.91,0-7.95,5.17-14.8,9.44-21.51s7.84-15.18,4.47-22.38C343.19,390.47,314.65,378.8,310.16,390.39Z" transform="translate(-28 -123.74)" fill="#3f3d56"/><path d="M330.13,756.55l3.82,2.53.59.39.11.07,4.53,3,10.58,1.78,9.3-.64s2.68-5.6-1.53-5.47a8.76,8.76,0,0,1-3.84-1.11l-.58-.29h0c-.61-.32-1.22-.68-1.82-1.06h0c-1.25-.79-2.43-1.65-3.38-2.38-1.4-1.08-2.33-1.9-2.33-1.9Z" transform="translate(-28 -123.74)" fill="#fbbebe"/><path d="M334,759.08l.59.39.11.07,4.53,3,10.58,1.78,9.3-.64s2.68-5.6-1.53-5.47a8.76,8.76,0,0,1-3.84-1.11c.74.58,1.36,1.21,1.42,1.74.17,1.43-6.88,4-6.88,4l-9.94-2.63s-1.69-.48-4-1.08l-.22-.06Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M317,761.52s8.15,1.78,13.63,1.27S345.55,767,345.55,767s3.19,1.5,13,2.14,9.81-4.34,9.81-4.34c-1.12-6.77-16.62-9-17.1-9.1h0l0,0h0c.19.1,1,.51,1.82,1.06h0c1.1.72,2.29,1.66,2.38,2.42.17,1.42-6.88,4-6.88,4l-9.94-2.62s-1.69-.49-4-1.09l-.22,0A85.26,85.26,0,0,0,324,757.32c-4.28-.46-6.47,3.18-6.92,4A1.19,1.19,0,0,0,317,761.52Z" transform="translate(-28 -123.74)" fill="#3f3d56"/><path d="M188.54,581.69l4.33,3.32s1.26-.06,3.14-.12l.6,0c2.69-.1,6.4-.2,9.55-.2a30.32,30.32,0,0,1,6.09.34c2.16.76,6-12.36,6-12.36l-4.34-1-1.44-.34-1-.24-3.53-.83-10.7,1.22-7.52,4.84Z" transform="translate(-28 -123.74)" fill="#fbbebe"/><path d="M188.54,581.69l4.33,3.32s1.26-.06,3.14-.12a3.79,3.79,0,0,1-2-1.79c-2.8-7.77,11.09-11.09,11.09-11.09l6.47-.28,1.26-.06,1,0-1.44-.34-1-.24-3.53-.83-10.7,1.22-7.52,4.84Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M180,585.2c2.62,2.42,19.78,0,20.5-.06a10.8,10.8,0,0,1-3.89-.27,4.29,4.29,0,0,1-3-2.15c-2.8-7.78,11.09-11.09,11.09-11.09l6.47-.28,1.25-.06,15.73-.68.76-4.33s-5.11.48-13.13,1.12c-4.51.37-10,.78-15.93,1.17-16.57,1.1-20.51,11.85-20.51,11.85S177.33,582.72,180,585.2Z" transform="translate(-28 -123.74)" fill="#3f3d56"/><path d="M372.45,397.5a4.43,4.43,0,0,0,.38.68l3.82,5.6,9.94,1,.11-3.94,1.67-59.28s6.88-39.76-6.12-37.47-4.84,37.47-4.84,37.47-1.48,17.84-2.52,23.2C373.88,369.94,369.35,391,372.45,397.5Z" transform="translate(-28 -123.74)" fill="#fbbebe"/><path d="M350.14,544.74l2.83,4.84,6.33,10.83s11.48,4.21,14.42,1c1.61-1.75,3.35-7.86,4.57-13,1-4.16,1.67-7.67,1.67-7.67Z" transform="translate(-28 -123.74)" fill="#fbbebe"/><path d="M350.14,544.74l2.83,4.84a3.33,3.33,0,0,0,.48-.51c3.2-4.08,17.29-.87,24.84-.61,1-4.16,1.67-7.67,1.67-7.67Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M206.16,584.67a30.32,30.32,0,0,1,6.09.34c2.16.76,6-12.36,6-12.36l-5.78-1.36,15.73-.68.76-4.33s-5.11.48-13.13,1.12a16.5,16.5,0,0,0-4.37,3.65l-.24.3C207.87,575.46,206.63,580.76,206.16,584.67Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M330.13,756.55l4.41,2.92c6.58-1.19,12.59-3.06,13.3-6a1,1,0,0,0,0-.14c-1.4-1.08-2.33-1.9-2.33-1.9Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M317.09,761.35a152.62,152.62,0,0,0,17.34-1.86A85.26,85.26,0,0,0,324,757.32C319.73,756.86,317.54,760.5,317.09,761.35Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M206.64,589.72c0,3.19,8.79,5.23,8.79,5.23l26.77,23.83s16.82,7.52,27.52,18.35,20.14,1.53,20.14,1.53c11.34-2.8,44-42.31,44-42.31s.76,45.12,2.29,48.43-.51,12.36-1.4,16.19a45,45,0,0,0-.64,9.68s-12.23,46.77-11.21,50.85-6.63,23.2-6.63,23.2v15.93s29.95-1.15,31.6-7.9-7.51-9.69-7.51-9.69v-1.66c6-3.06,7.13-24.08,7.13-24.08s8.93-26,10.2-30.33,0-10.84,0-10.84l.89-5.6s1.91-3.83,1.91-4.59a11.34,11.34,0,0,1,2.17-5.35c1.4-1.66-1.53-5.61-1.53-5.61l2.55-6.63v-7.26l6-26.38s6.25-30.72,4.08-40.79,2.55-15.16,2.55-15.16c-10.23,5.36-15.39-6.57-17.08-11.7-.43-1.32-.64-2.2-.64-2.2s-14.05-5.18-27.13-3.94a31.23,31.23,0,0,0-7.79,1.65c-14.53,5.23-16.82,26.89-16.82,26.89l-12.87,19.63c-6.63,17.46-16.57,19.24-16.57,19.24s-23.32-15.67-24-16.44-9.56-4.59-9.56-4.59a10.1,10.1,0,0,0-4.59-4.2c-3.06-1.28-3.31-6-3.31-6-.38-11.09-6.88-12-6.88-12C206.51,563.22,206.64,586.54,206.64,589.72Z" transform="translate(-28 -123.74)" fill="#3f3d56"/><rect x="336.38" y="484.71" width="13.76" height="42.69" transform="translate(658.52 888.38) rotate(-180)" fill="#f86d70"/><rect x="336.38" y="484.71" width="13.76" height="42.69" transform="translate(658.52 888.38) rotate(-180)" opacity="0.1"/><path d="M372.44,397.41a.62.62,0,0,0,0,.09,4.43,4.43,0,0,0,.38.68l3.82,5.6,9.94,1,.11-3.94C383.59,400.6,376.53,399.75,372.44,397.41Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M372.83,398.18s.51,22.42-5.1,25.48-7.79,19-7.79,19,17,11.18,20.79,16.1,12.49,16.64,10.7,19.44,4.34,15.55,4.34,15.55-11.22,22.94-8.67,31.61,2.8,31.6,2.8,31.6h4.85s-1.53-18.86-1.53-26.51,5.09-34.92,5.09-34.92,2.3-26.76,0-27.52-15.8-11.47-16.82-16.32,7.14-50,7.14-50S378.18,401.24,372.83,398.18Z" transform="translate(-28 -123.74)" fill="#f86d70"/><path d="M336.12,480.76a21.82,21.82,0,0,0,3.33,8.74l9.42-1.6S377.16,481.52,383,481a36.47,36.47,0,0,0,10.24-2.92,45.16,45.16,0,0,0-12.65-20.75L377,454a60.15,60.15,0,0,0-18.1-11.57c.42.35,30.1,25.69,23.6,30.66s-24-7.13-24-7.13l-19.9-17.1-.72-.62-1.15,1.79a16.69,16.69,0,0,1,1.71.82,29.28,29.28,0,0,1,14,17.4C356.53,482,336.12,480.76,336.12,480.76Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M330,544.48s18.86,10.45,23.44,4.59c1-1.29,3.11-1.85,5.74-2-.43-1.32-.64-2.2-.64-2.2s-14.05-5.18-27.13-3.94C330.55,543.09,330,544.48,330,544.48Z" transform="translate(-28 -123.74)" fill="#444053"/><path d="M338.68,448.26,359.3,466s17.43,12.14,24,7.13-23.61-30.67-23.61-30.67h0A61,61,0,0,1,377.78,454l3.59,3.33c9.44,8.75,11.57,8.75,11.89,21.61.08,3.17-1,7.72-1.83,8.54-3.06,3-5.2,24.79-4.73,27.34S381,539.38,383,545.5s-25-3.06-29.57,2.81S330,543.72,330,543.72s10.45-26.77,13-28.55,5.61-15.55,0-21.92-6.11-12.49-6.11-12.49,20.4,1.26,16.31-12.49a28.86,28.86,0,0,0-15.68-18.22Z" transform="translate(-28 -123.74)" fill="#e8e8f0"/><path d="M366.2,493.38s-7.91,14.91-18.14,18.78c-.33.12-.65.23-1,.33C336.38,515.74,367,498,366.2,493.38Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M255.58,361.47s3.82,9.69,6.88,13,25.74,36.45,25.74,36.45l1.92,4,1.65,3.41,14.53-1.53,1-5.86-.56-.68c-1.46-1.75-5.44-6.45-8.11-8.5-3.31-2.54-9.94-10.95-9.94-10.95s-20.64-21.42-22.17-27.28-22.18-41-26.76-34.92S255.58,361.47,255.58,361.47Z" transform="translate(-28 -123.74)" fill="#fbbebe"/><g opacity="0.1"><path d="M297.74,519.1a11.39,11.39,0,0,0-5.13.74c-3.6,1.75-4.28,6.48-6.28,9.95-2.34,4.06-6.8,6.57-11.39,7.5a25.44,25.44,0,0,1-2.76.38,31.34,31.34,0,0,0,8.76-.38c4.59-.93,9.05-3.44,11.39-7.5,2-3.47,2.68-8.2,6.28-9.95a8,8,0,0,1,3-.7Z" transform="translate(-28 -123.74)"/><path d="M333.26,442.39c0-7.95,5.17-14.8,9.43-21.51s7.84-15.18,4.47-22.38c-2.88-6.15-20.24-14.4-30.26-12.77,9.81,1.27,21.9,7.73,24.26,12.77,3.37,7.2-.21,15.67-4.47,22.38s-9.45,13.56-9.43,21.51c0,10.26-.69,18-3.51,27.91-.81,2.85,7,7.16,5.8,9.86-4.06,9-2.16,19.38-2.81,29.22a12.15,12.15,0,0,1-1.37,5.52c-2,3.29-6.1,4.14-10.09,4.32l3.49,0c4.66,0,10.19-.36,12.6-4.35a12.15,12.15,0,0,0,1.37-5.52c.65-9.84-1.25-20.23,2.81-29.22,1.22-2.7-6.61-7-5.8-9.86C332.57,460.43,333.28,452.65,333.26,442.39Z" transform="translate(-28 -123.74)"/></g><path d="M290.12,414.9l1.65,3.41,14.53-1.53,1-5.86-.56-.68C305.19,411,293.58,416.59,290.12,414.9Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M343.77,453.23s-3.57-5.6-5.61-4.08-2.83-4.59-4-3.57-4.58,3.86-6-.11c-1.11-3.16-13.19-23.15-18.09-31.19-1.26-2.08-2.05-3.36-2.05-3.36s-13.76,6.88-17.07,4.59v4.84l2.8.26,15,28s4.72,7.51,4.4,10.13,6.05,14.09,7.07,14.85,12,13.51,12,13.51,5.61,27.53.76,35.18-13.25,13.25-13.25,13.25-2.53,7.39-2.16,8.16-2.94,4.08-1.41,5.1,3.57,8.15,3.57,8.15,7.14-11.47,11-13.25,8.8-25.24,8.8-25.24,1.41-13.82,1.52-22.74S340.71,453.23,343.77,453.23Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M343,453.23s-3.56-5.6-5.6-4.08-2.84-4.59-4-3.57-4.57,3.86-6-.11c-1.12-3.16-13.2-23.15-18.09-31.19l-2.05-3.36s-13.76,6.88-17.08,4.59v4.84l2.81.26,15,28s4.73,7.51,4.4,10.13,6,14.09,7.07,14.85,12,13.51,12,13.51,5.61,27.53.77,35.18A46.88,46.88,0,0,1,323,532.5a17.84,17.84,0,0,0-6,9.62,3.8,3.8,0,0,0-.18,1.6c.37.76-2.94,4.08-1.41,5.1S319,557,319,557s7.14-11.47,11-13.25,8.81-25.24,8.81-25.24,1.4-13.82,1.52-22.74S340,453.23,343,453.23Z" transform="translate(-28 -123.74)" fill="#f86d70"/><path d="M308.08,569.21s10.71,2,15,5.09-16.31-4.84-16.31-4.84Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M333.83,596.35S345,605.66,343,614.07s-7.16,29.57-7.16,29.57Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M236.14,578.45s-15.74,1.72-14.72,3.76,14.72-1.88,14.72-1.88Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M357,655.87s1,1.27-4.84,0-1.53-5.19-1.53-5.19Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M355,673.46s-8,1.27-12.29,0S355,673.46,355,673.46Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M338.54,742.28s-1.4-1.53-8.41,1.27-9.81,2.93-11.85,2S338.54,742.28,338.54,742.28Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M346.32,576.28l-9.94,13.83S341.73,578,346.32,576.28Z" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M327,449.15s-.43,4.59-6.84,6.38-7.63,3.24-7.63,3.24" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M310.34,415.88s-8.46,6-17.29,4.73" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M316.78,544.35s2.47,1.55,8.4-5.23" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M378.37,472.46c.24-1.24-.62-2.39-1.43-3.36l-1.66-2a7.7,7.7,0,0,0-1.09-1.12c-1-.77-2.28-1-3.32-1.69" transform="translate(-28 -123.74)" opacity="0.1"/><path d="M915.29,123.85S831.1,118.77,841,177.77c0,0-2,10.43,7.48,15.16,0,0,.15-4.37,8.64-2.88a39.5,39.5,0,0,0,9.15.44,19.06,19.06,0,0,0,11.18-4.62h0s23.67-9.78,32.87-48.46c0,0,6.81-8.44,6.54-10.61l-14.21,6.07s4.86,10.25,1,18.77c0,0-.46-18.4-3.19-18-.55.09-7.38,3.55-7.38,3.55s8.35,17.85,2.05,30.83c0,0,2.39-22-4.66-29.54l-10,5.84s9.76,18.44,3.14,33.49c0,0,1.7-23.08-5.25-32.07l-9.06,7.07s9.17,18.18,3.58,30.66c0,0-.73-26.87-5.54-28.9,0,0-7.93,7-9.14,9.86,0,0,6.28,13.2,2.38,20.16,0,0-2.39-17.9-4.35-18,0,0-7.9,11.86-8.72,20,0,0,.34-12.09,6.81-21.12,0,0-7.64,1.31-12.1,6.26,0,0,1.23-8.38,14.05-9.11,0,0,6.53-9,8.27-9.55,0,0-12.74-1.06-20.47,2.36,0,0,6.8-7.91,22.81-4.31l8.95-7.31s-16.78-2.29-23.9.24c0,0,8.19-7,26.31-1.9l9.74-5.82s-14.31-3.08-22.83-2c0,0,9-4.85,25.69.41l7-3.13s-10.48-2.06-13.55-2.39-3.23-1.17-3.23-1.17a36.35,36.35,0,0,1,19.69,2.19S915.55,124.78,915.29,123.85Z" transform="translate(-28 -123.74)" fill="#00b0ff" opacity="0.1"/><path d="M811.45,138.86s-38-2.3-33.55,24.36c0,0-.89,4.72,3.37,6.86,0,0,.07-2,3.91-1.31a17.51,17.51,0,0,0,4.13.2,8.57,8.57,0,0,0,5.05-2.09h0s10.7-4.41,14.86-21.89c0,0,3.07-3.82,2.95-4.8l-6.42,2.74s2.2,4.64.47,8.49c0,0-.21-8.32-1.44-8.12-.25,0-3.34,1.6-3.34,1.6s3.78,8.07.93,13.94c0,0,1.08-9.94-2.11-13.35l-4.52,2.64s4.42,8.33,1.42,15.13c0,0,.77-10.43-2.37-14.49L790.7,152s4.14,8.22,1.62,13.85c0,0-.33-12.14-2.51-13.05,0,0-3.58,3.16-4.13,4.46,0,0,2.84,6,1.08,9.1,0,0-1.08-8.09-2-8.12,0,0-3.56,5.36-3.94,9a19.55,19.55,0,0,1,3.08-9.55,10.76,10.76,0,0,0-5.47,2.83s.56-3.78,6.35-4.12c0,0,3-4.06,3.74-4.31,0,0-5.76-.48-9.25,1.07,0,0,3.07-3.58,10.31-2l4-3.3s-7.58-1-10.8.11c0,0,3.7-3.16,11.89-.86l4.4-2.63s-6.46-1.4-10.32-.89c0,0,4.07-2.2,11.61.18l3.15-1.41s-4.74-.94-6.13-1.08-1.46-.53-1.46-.53a16.39,16.39,0,0,1,8.9,1S811.57,139.28,811.45,138.86Z" transform="translate(-28 -123.74)" fill="#00b0ff" opacity="0.1"/><ellipse cx="916.19" cy="643.96" rx="40.21" ry="6.8" fill="#00b0ff"/><path d="M960.82,756.58a11.64,11.64,0,0,0,3.83-5.79c.5-2.29-.48-5-2.68-5.89-2.46-.94-5.09.77-7.08,2.49s-4.28,3.69-6.88,3.32a10.5,10.5,0,0,0,3.24-9.81,4.12,4.12,0,0,0-.9-2c-1.37-1.46-3.84-.84-5.48.31-5.2,3.66-6.65,10.73-6.68,17.08-.52-2.29-.08-4.68-.09-7s-.66-5-2.65-6.23a7.91,7.91,0,0,0-4-.94c-2.33-.09-4.94.15-6.53,1.86-2,2.12-1.47,5.68.25,8s4.35,3.81,6.77,5.42a15,15,0,0,1,4.83,4.61,4.16,4.16,0,0,1,.36.83h14.66A40.77,40.77,0,0,0,960.82,756.58Z" transform="translate(-28 -123.74)" fill="#00b0ff"/></svg>
<p id="number2" class="number">2</p>
<span></span>
<p>Winner</p>
</div>
<div class="item wow fadeInUpBig animated animated" data-number="5" style="visibility: visible;">
<!-- <i class="fa fa-coffee"></i> -->
<svg id="b6c6e6a1-7972-47e7-be8d-743e88a832d8" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="948.37" height="758" viewBox="0 0 948.37 758"><title>teaching</title><rect x="193.87" y="130" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="283.87" y="156" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="373.87" y="182" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="193.87" y="91" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="283.87" y="117" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="373.87" y="143" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="473.87" y="130" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="563.87" y="156" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="653.87" y="182" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="473.87" y="91" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="563.87" y="117" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="653.87" y="143" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="193.87" y="39" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="283.87" y="65" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="373.87" y="91" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="193.87" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="283.87" y="26" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="373.87" y="52" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="473.87" y="39" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="563.87" y="65" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="653.87" y="91" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="473.87" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="563.87" y="26" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="653.87" y="52" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="193.87" y="593" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="283.87" y="619" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="373.87" y="645" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="193.87" y="554" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="283.87" y="580" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="373.87" y="606" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="473.87" y="593" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="563.87" y="619" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="653.87" y="645" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="473.87" y="554" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="563.87" y="580" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="653.87" y="606" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="193.87" y="502" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="283.87" y="528" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="373.87" y="554" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="193.87" y="463" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="283.87" y="489" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="373.87" y="515" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="473.87" y="502" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="563.87" y="528" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="653.87" y="554" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="473.87" y="463" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="563.87" y="489" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><rect x="653.87" y="515" width="86" height="26" rx="7.43" fill="#00b0ff" opacity="0.1"/><ellipse cx="482.37" cy="722" rx="438.5" ry="36" fill="#00b0ff" opacity="0.1"/><path d="M210.47,257.8c41.35,17.92,65.11,55,65.11,55s-43.29,8-84.65-9.91-65.11-55-65.11-55S169.11,239.88,210.47,257.8Z" transform="translate(-125.82 -71)" fill="#00b0ff"/><path d="M337.37,189C350.16,168,371.94,158,371.94,158s1,23.94-11.75,44.88-34.58,30.93-34.58,30.93S324.57,209.88,337.37,189Z" transform="translate(-125.82 -71)" fill="#00b0ff"/><path d="M243.35,211.47c9.15,32.66,34.37,54.16,34.37,54.16s10.39-31.47,1.24-64.14-34.38-54.16-34.38-54.16S234.19,178.8,243.35,211.47Z" transform="translate(-125.82 -71)" fill="#46455b"/><rect x="118.87" y="139" width="729" height="365" rx="7.21" fill="#3f3d56"/><path d="M118.87,482h729a0,0,0,0,1,0,0v14.79a7.21,7.21,0,0,1-7.21,7.21H126.08a7.21,7.21,0,0,1-7.21-7.21V482a0,0,0,0,1,0,0Z" opacity="0.1"/><rect x="189.87" y="455" width="54" height="27" rx="2.5" fill="#00b0ff"/><rect x="258.87" y="478" width="37" height="4" rx="2" fill="#00b0ff"/><path d="M351.84,281.38c26.39,4.87,53.31,0,79.59-3.3l79.87-10c3.23-.41,7.93-2.34,9.83,1.61,1.07,2.21.35,7,.43,9.54.21,7,.19,14,0,21-.36,13.38-1.34,26.73-2.59,40.05-2.43,26.07-5.87,52-7.59,78.17-.88,13.32-1.32,26.68-.93,40,.09,3.18.22,6.36.41,9.53.21,3.55,1.8,8.82-2.07,11.19-2.21,1.36-6.56,1.29-9.09,1.69-4,.63-8,1.13-12.08,1.54-26.89,2.69-54.13,1.57-81.12,1.41L325,483.39l-19.88-.11c-1.8,0-8.29,1.08-9.4-1.06-.47-.91.78-5.17,1-6.31q.46-2.82,1-5.63c2.32-13.15,5.06-26.22,7.82-39.28,5.93-28,12-56.14,14.44-84.74,1.21-14.35.41-28.83,1.89-43.15.69-6.65,1.51-21.49,10.36-22.08,7.5-.5,15.22,0,22.74,0a1.5,1.5,0,0,0,0-3c-7.1,0-14.21-.19-21.31-.05-4.72.09-8,1.21-10.25,5.55-5.75,11.14-5.16,26-5.34,38.16-.43,29.11-4.9,57.6-10.72,86.07-2.93,14.33-6.09,28.61-9,42.95-1.37,6.85-2.68,13.72-3.88,20.61-.56,3.28-3.39,10.51-.9,13.52s10.15,1.39,13.58,1.41l23.86.14,45.72.26c29.54.17,59.18,1,88.71.13,14.1-.42,29-1,42.73-4.37,4.09-1,6.06-2.88,6.22-7.24.24-6.76-.86-13.73-1-20.52-1-58.1,12.65-115.39,11.25-173.51-.09-3.95,1.4-13.91-2.92-16.3-1.94-1.08-4.46-.49-6.5-.25-3.9.45-7.79,1-11.69,1.46l-50.65,6.32c-16.19,2-32.37,4.16-48.59,6-17.17,2-34.51,3.19-51.62,0-1.89-.35-2.7,2.54-.8,2.89Z" transform="translate(-125.82 -71)" fill="#00b0ff"/><path d="M320,316.73l199.82-9.8c1.93-.1,1.94-3.1,0-3L320,313.73c-1.92.09-1.93,3.09,0,3Z" transform="translate(-125.82 -71)" fill="#00b0ff"/><path d="M381.56,292a5,5,0,0,0,1.77,8.07c2.69,1.23,5.85.2,8.52-.47,4-1,8-1.89,12.11-2.62a165.15,165.15,0,0,1,27.09-2.52c4.14-.05,8.25.14,12.39.32,3,.12,6.23.36,8.77-1.5,2.9-2.12,3.84-6.26,1-8.84-4-3.65-12.62-1.53-17.24-1.15a386.62,386.62,0,0,0-49.86,7.44c-1.88.4-1.09,3.3.8,2.89q16.27-3.51,32.79-5.64,8.12-1,16.27-1.69c2.56-.21,5.12-.4,7.68-.55,1-.06,2.06-.17,3.08-.14,3.17.07,3.54-.5,1.64,3.33-1.69,3.39-1.15,3-4.08,2.89-1.24,0-2.48-.14-3.72-.2q-3.81-.16-7.62-.17-8.11,0-16.18.78c-4.56.44-9.11,1.06-13.62,1.86-2.82.5-5.62,1.08-8.41,1.72-1.23.29-2.47.59-3.7.9-.59.16-1.19.3-1.78.45q-3.28,1.14-5.59-3c1.34-1.39-.77-3.52-2.12-2.12Z" transform="translate(-125.82 -71)" fill="#00b0ff"/><path d="M417.78,334.68c-14.47-.56-30.1,3.35-39.63,15-7.46,9.11-11.71,24.74-3.81,35,8.49,11,27.11,9.06,38.34,4.37,11.88-5,24.88-15.31,28.45-28.21,4.45-16.11-10-28.29-25.05-28.47-1.93,0-1.93,3,0,3,8.58.1,17,3.78,21,11.77,4.19,8.42.58,17.26-5,24-8.94,10.73-22.92,18.82-37.16,18.59-8.55-.13-18-3.06-20.65-12.08-2.18-7.31-.52-15.3,3.28-21.78,8.22-14,24.95-18.74,40.29-18.14,1.93.07,1.93-2.93,0-3Z" transform="translate(-125.82 -71)" fill="#00b0ff"/><path d="M403.41,356.9a3.9,3.9,0,0,0-5.24,4c.3,3.9,4.6,5,7.83,4.77,2.79-.24,6.05-1.27,5.07-4.76a4.48,4.48,0,0,0-2.44-2.82,5.65,5.65,0,0,0-2.82-.35c-.37,0-3.76,1.24-2.32-.25l-2.36-.31a2.46,2.46,0,0,1,.72,2,1.51,1.51,0,0,0,2.25,1.29,2,2,0,0,1,2.71,2.34,1.51,1.51,0,0,0,2.74,1.16c1-1.8,2.21-5.38.71-7.26-1-1.27-2.93-.89-4.13-.15a14.47,14.47,0,0,0-2.06,1.77c-1.21,1.07-2,1.57-1.55-.48.75-3.73,4.31-6.7,7.56-8.19l-2.2-1.69a31.62,31.62,0,0,1-6.05,11.85l2.56,1.06a6.68,6.68,0,0,1,4.08-6.51H407l.78,1.28c-.29,1.89,2.6,2.7,2.89.79.38-2.47-1.18-5.68-4.07-4.47-3.45,1.44-5.24,5.39-5.17,8.91,0,1.2,1.7,2.13,2.57,1.07a35.26,35.26,0,0,0,6.81-13.19,1.52,1.52,0,0,0-2.21-1.69,16.77,16.77,0,0,0-7.28,6.34c-1.22,2-2.75,5.12-1.51,7.42a3.18,3.18,0,0,0,4.35,1.23,11.7,11.7,0,0,0,2.51-2c.37-.33.78-.9,1.27-1,.44-.3.42-.13-.07.53a5.45,5.45,0,0,1-.87,2.92l2.74,1.15a5,5,0,0,0-7.11-5.73l2.26,1.3a5.45,5.45,0,0,0-1.13-3.53,1.52,1.52,0,0,0-2.35-.31c-1.52,1.59-1.81,4.34.1,5.81,1.43,1.09,2.13,0,3.7-.25,5.33-.69,2.22,1.71.34,1.79a7.09,7.09,0,0,1-2.51-.18q-3.13-1.06-.39-2.73c1.79.73,2.56-2.17.8-2.89Z" transform="translate(-125.82 -71)" fill="#00b0ff"/><path d="M401,362.38c1.23,4-3.85,5.32-6.26,6.7a13.94,13.94,0,0,0-4.33,3.79c-2.52,3.38-3.46,7.68-4.29,11.73-.38,1.89,2.51,2.69,2.9.8a34,34,0,0,1,2.53-8.63c1.8-3.58,4.38-4.78,7.74-6.62s5.79-4.69,4.6-8.57c-.56-1.84-3.46-1.05-2.89.8Z" transform="translate(-125.82 -71)" fill="#00b0ff"/><path d="M406,360.37a2.9,2.9,0,0,0-2.5,3c0,1.19.79,1.95,1.33,2.9a22.9,22.9,0,0,1,2.9,6.31c.48,2.15.95,6-.17,8-2.07,3.71-5.81,3-9,3-3,0-5.32,1-5.22-3.18.06-2.35,1.7-4.73,3-6.58l-2.74-.36a52.27,52.27,0,0,1,.91,9.26c0,1.39,2.13,2.16,2.79.75a57.93,57.93,0,0,0,3.81-10.54l-2.95-.4.52,7.6a1.51,1.51,0,0,0,2.79.76,3.4,3.4,0,0,0,.75-1.35c.1-.47-.82-3.64-1.19-2.51l2.94.4.21-7.22-3,.4a14.94,14.94,0,0,1,.56,6.3c-.19,1.67,2.62,2.05,3,.4l1.88-9.7-2.74.35a6.63,6.63,0,0,1,.51,4.32c-.22,1.92,2.78,1.9,3,0a10.54,10.54,0,0,0-.92-5.83,1.51,1.51,0,0,0-2.74.36l-1.89,9.7,2.95.4a16.36,16.36,0,0,0-.67-7.09,1.5,1.5,0,0,0-2.94.39l-.21,7.22c0,1.75,2.43,2,2.95.4l.16-.49a1.52,1.52,0,0,0-.38-1.46c-3.11-3.38-3.74,2-4.82,3.49l2.8.76-.52-7.6c-.11-1.62-2.51-2.12-2.95-.4a53.76,53.76,0,0,1-3.5,9.83l2.8.76a56.54,56.54,0,0,0-1-10.06c-.26-1.38-2.07-1.32-2.74-.36-2,2.88-5.46,9.17-2.79,12.62,2.33,3,9.66,1.84,12.79,1.65,4.94-.28,6.73-3.41,7.27-8.07a19.76,19.76,0,0,0-.37-6.68c-.27-1.18-3-8.66-3.82-8.51,1.9-.35,1.09-3.25-.8-2.9Z" transform="translate(-125.82 -71)" fill="#00b0ff"/><path d="M400.19,367.11,392,377.92l2.59,1.51,6-8.68-2.74-1.16L394.86,381a1.51,1.51,0,0,0,2.74,1.16,52.71,52.71,0,0,1,4.57-6.43l-2.5-1.46a16.33,16.33,0,0,1-3.77,6.93l2.51,1.46a13.4,13.4,0,0,1,1.09-4c.77-1.73-1.67-3.26-2.59-1.52a35.21,35.21,0,0,1-2.89,4.54l2.74.36.61-2.85-2.74-.36.44,2.5a1.51,1.51,0,0,0,2.51.66,29.86,29.86,0,0,0,6-9.05H401a13.47,13.47,0,0,1,1.41,4c.36,1.8,2.75,1.13,2.94-.4a81.31,81.31,0,0,0,.66-10.1h-3l0,6.29c0,1.63,2.67,2.11,2.95.4a11.46,11.46,0,0,1,1.47-4.3H404.8a6.67,6.67,0,0,1,1,3.4,1.5,1.5,0,0,0,3,0l.38-2h-2.89c.29,1.77,1.39,11.74-2.52,10.57-.66-.16-.85-.12-.57.11l.89-1.9,2.09-4.43-2.8-.76c.18,2.06.37,5-.87,6.76-1,1.43-4.08,2-5.65,1.16a10,10,0,0,1-2.61-2.74l-2.05,2c1.66,1.21,4.35,4.18,6.49,4.35,1.63.13,3-1.22,4.07-2.3a17.43,17.43,0,0,0,4.89-12.83,1.5,1.5,0,0,0-3,0l0,3.42a1.5,1.5,0,0,0,3,0v-8.39a1.5,1.5,0,0,0-3,0,36,36,0,0,1-.52,6l2.95.4a69.07,69.07,0,0,1-.33-7.19,1.5,1.5,0,0,0-2.94-.4c-.45,1.91-1,3.79-1.53,5.66l2.74-.36-.21-.8c-.14-1.91-3.14-1.92-3,0a5.49,5.49,0,0,0,.62,2.32c.58,1.22,2.39.79,2.74-.36.57-1.88,1.08-3.76,1.53-5.66l-2.95-.4a69.07,69.07,0,0,0,.33,7.19c.15,1.54,2.63,2.2,2.94.4a41.33,41.33,0,0,0,.63-6.84h-3v8.39h3l0-3.42h-3A14.42,14.42,0,0,1,401,380.46a12.29,12.29,0,0,1-1.26,1.24c-.71.68-1.36.58-1.93-.31-1.42-.59-2.89-2.11-4.13-3s-2.94.87-2.06,2.05c2.3,3.06,5.73,6.47,10,5,4.49-1.59,5.1-7.67,4.76-11.67-.11-1.33-2.1-2.23-2.79-.75-1,2.11-2,4.21-3,6.33-.35.74-1,1.76-.9,2.64.33,2.25,3.06,1.88,4.74,1.75,6.51-.49,5.48-9.72,4.73-14.36-.25-1.54-2.49-1.3-2.89,0a8.83,8.83,0,0,0-.49,2.84h3a11.89,11.89,0,0,0-1.41-4.91,1.51,1.51,0,0,0-2.59,0,14.58,14.58,0,0,0-1.78,5l3,.4,0-6.29a1.5,1.5,0,0,0-3,0,81.31,81.31,0,0,1-.66,10.1l2.95-.4a17.17,17.17,0,0,0-1.71-4.68,1.51,1.51,0,0,0-2.59,0,27.36,27.36,0,0,1-5.53,8.44l2.51.66-.44-2.5c-.23-1.33-2.11-1.37-2.74-.36a6.58,6.58,0,0,0-.91,5.16c.25,1.42,2.05,1.27,2.74.36a35.1,35.1,0,0,0,2.89-4.53l-2.59-1.52a17.06,17.06,0,0,0-1.4,4.71c-.18,1.32,1.39,2.7,2.51,1.46a20,20,0,0,0,4.54-8.26c.37-1.36-1.51-2.65-2.51-1.46a57.29,57.29,0,0,0-5,7l2.74,1.16,3.05-11.37a1.51,1.51,0,0,0-2.74-1.16l-6,8.69c-1.12,1.61,1.45,3,2.59,1.51l8.16-10.8c1.16-1.54-1.44-3-2.59-1.52Z" transform="translate(-125.82 -71)" fill="#00b0ff"/><path d="M527.77,403.2c12-7.34,21.54-18.29,32.14-27.45,11.5-9.93,23.57-19.18,36-27.94,24.14-17,49.49-32.21,74.82-47.38a1.5,1.5,0,0,0-1.51-2.59c-25.33,15.17-50.69,30.35-74.83,47.38-11.39,8-22.51,16.48-33.17,25.48-11.6,9.8-21.93,22-35,29.91-1.65,1-.14,3.6,1.51,2.59Z" transform="translate(-125.82 -71)" fill="#00b0ff"/><path d="M709.46,253.85c-13,1.32-27,4.63-35,16-6.91,9.78-6.76,26.84-.27,36.88,7.37,11.41,22.43,11.82,34.13,8.13s23.81-10.16,23.7-24.14c-.06-7.5-2.77-15.31-5.76-22.11-2.58-5.87-7.15-11-14.07-10.35-1.91.18-1.93,3.18,0,3,9.27-.86,12.25,10.15,14.45,17.1,2,6.49,3.85,14.17.71,20.62s-10.71,9.74-17.18,12.1c-7,2.54-14.69,4.09-22,2-14.48-4.05-18.48-22.4-14.31-35.42,4.8-15,21.8-19.41,35.65-20.81,1.9-.19,1.92-3.19,0-3Z" transform="translate(-125.82 -71)" fill="#00b0ff"/><path d="M729.46,369.85c-13,1.32-27,4.63-35,16-6.91,9.78-6.76,26.84-.27,36.88,7.37,11.41,22.43,11.82,34.13,8.13s23.81-10.16,23.7-24.14c-.06-7.5-2.77-15.31-5.76-22.11-2.58-5.87-7.15-11-14.07-10.35-1.91.18-1.93,3.18,0,3,9.27-.86,12.25,10.15,14.45,17.1,2,6.49,3.85,14.17.71,20.62s-10.71,9.74-17.18,12.1c-7,2.54-14.69,4.09-22,2-14.48-4.05-18.48-22.4-14.31-35.42,4.8-15,21.8-19.41,35.65-20.81,1.9-.19,1.92-3.19,0-3Z" transform="translate(-125.82 -71)" fill="#00b0ff"/><path d="M689.85,283.06l9.47,10.8a1.51,1.51,0,0,0,2.5-.67c2-5.26,1.62-10.71,2.09-16.24a53.47,53.47,0,0,1,4.25-16.57,55.93,55.93,0,0,1,22.38-25.65c1.65-1,.14-3.6-1.51-2.59A58.72,58.72,0,0,0,706.4,257a57.47,57.47,0,0,0-5,15.87c-1,6.49-.09,13.29-2.49,19.52l2.51-.67L692,280.94c-1.28-1.45-3.39.68-2.12,2.12Z" transform="translate(-125.82 -71)" fill="#00b0ff"/><path d="M532.6,414.89q77.37-2.36,154.78-1c1.93,0,1.93-3,0-3q-77.39-1.38-154.78,1c-1.93.06-1.94,3.06,0,3Z" transform="translate(-125.82 -71)" fill="#00b0ff"/><path d="M698.16,385.31a309.92,309.92,0,0,1,50.67,25.46c1.64,1,3.15-1.57,1.51-2.59A313.23,313.23,0,0,0,699,382.42c-1.79-.71-2.57,2.19-.79,2.89Z" transform="translate(-125.82 -71)" fill="#00b0ff"/><path d="M730.18,371.72a122.5,122.5,0,0,0-29.41,74.53c-.08,1.93,2.92,1.93,3,0a119.14,119.14,0,0,1,28.53-72.41c1.25-1.46-.86-3.59-2.12-2.12Z" transform="translate(-125.82 -71)" fill="#00b0ff"/><path d="M330.23,404,442,402.54l12.85-.17c2.31,0,4.62-.08,6.93-.09,3.25,0,5.44,2.7,5.38,6-.15,7-4.55,6.75-10.31,7l-13.89.63L386.4,418.4c-10.13.45-20.27,1-30.4,1.35-9.14.28-26.52-2.7-22.46-16,.56-1.85-2.33-2.64-2.9-.8-2,6.54,1.54,13.18,7.24,16.61,8.09,4.86,18.75,3.21,27.68,2.81L435,419.22l16.86-.75c4.32-.2,10.33.68,14.3-1.33,4.66-2.35,5.48-11.68,2.54-15.61-1.51-2-3.63-2.18-6-2.27-6.22-.24-12.55.17-18.78.25l-34.62.46-79.11,1c-1.93,0-1.93,3,0,3Z" transform="translate(-125.82 -71)" fill="#00b0ff"/><g id="b30eccf6-7cfe-48df-9caa-415a128bd568" data-name="Michel"><path d="M781.81,771.5c-2.52,1.58-5.4,2.47-8,3.86s-5.13,3.48-5.87,6.36a4,4,0,0,0,.13,2.72,5.28,5.28,0,0,0,2.8,2.22,42.49,42.49,0,0,0,33.61.38,44.27,44.27,0,0,1,5.8-2.3,37.69,37.69,0,0,1,7.43-.76,57.11,57.11,0,0,0,7.81-1,6.87,6.87,0,0,0,3.54-1.47,6.57,6.57,0,0,0,1.59-3.82,31.45,31.45,0,0,0-5-22.28,7.53,7.53,0,0,0-2.18-2.31,8.41,8.41,0,0,0-3.47-.93c-5-.61-10.24-1.73-15.29-1.85-3.62-.08-5.44,1.64-8,4.13C791.42,759.74,788.33,767.43,781.81,771.5Z" transform="translate(-125.82 -71)" fill="#323444"/><path d="M855.5,770.76c0,4.9.59,10.09,3.56,14a18.49,18.49,0,0,0,4.86,4.25c6.28,4,14.6,5.47,21.22,2.08a6.3,6.3,0,0,0,2.64-2.22c1-1.74.47-3.91-.09-5.83l-9.58-33.2c-6.19.95-15.29,1.62-20.79,4.76C853.33,756.87,855.5,766.38,855.5,770.76Z" transform="translate(-125.82 -71)" fill="#323444"/><path d="M776.19,566.33c-.58,1.83-2.68,2.68-3.83,4.22-1.35,1.81-1.21,4.32-.72,6.52a17.24,17.24,0,0,0,4.39,8.65,10.37,10.37,0,0,0,9,3.06c3.22-.61,6-3.46,6.11-6.73a12.74,12.74,0,0,0-.94-4.33L783.38,558a1,1,0,0,0-.48-.67,1,1,0,0,0-.75.13c-1.61.76-4.84,1.56-5.78,3.23S776.87,564.52,776.19,566.33Z" transform="translate(-125.82 -71)" fill="#fbb3b2"/><path d="M773,565.34c2.49-.39,4.67-1.85,7-2.81s5.25-1.33,7.21.27c.56.46,1.1,1.09,1.83,1.08a71.59,71.59,0,0,0-4.48-14.24,1.11,1.11,0,0,0-.39-.55,1.13,1.13,0,0,0-.85,0l-6.73,1.76c-2.49.65-2.78.45-2.59,2.9C774.05,554.84,774.61,565.34,773,565.34Z" transform="translate(-125.82 -71)" fill="#323444"/><path d="M772.26,422.94c-1,1.54-1,3.46-1,5.27,0,8.85.09,17.75,1.4,26.51.31,2.1.7,4.2.9,6.32a72.91,72.91,0,0,1,.14,8.87l-1,38.5c-.12,4.71-.36,9.77-3.27,13.47a6.44,6.44,0,0,0-1.17,4.27c.76,9.66,2.36,19.24,3.95,28.79a17.79,17.79,0,0,1,16.14.77,177.66,177.66,0,0,0,8.29-49c.23-8.19-.12-16.43,1.14-24.52,2.11-13.62,1.25-27.59-.3-41.29-.49-4.34-1.53-8.81-4.31-12.17a18.45,18.45,0,0,0-10-5.76C779.47,422,776.16,423,772.26,422.94Z" transform="translate(-125.82 -71)" fill="#5b5583"/><path d="M772.26,422.94c-1,1.54-1,3.46-1,5.27,0,8.85.09,17.75,1.4,26.51.31,2.1.7,4.2.9,6.32a72.91,72.91,0,0,1,.14,8.87l-1,38.5c-.12,4.71-.36,9.77-3.27,13.47a6.44,6.44,0,0,0-1.17,4.27c.76,9.66,2.36,19.24,3.95,28.79a17.79,17.79,0,0,1,16.14.77,177.66,177.66,0,0,0,8.29-49c.23-8.19-.12-16.43,1.14-24.52,2.11-13.62,1.25-27.59-.3-41.29-.49-4.34-1.53-8.81-4.31-12.17a18.45,18.45,0,0,0-10-5.76C779.47,422,776.16,423,772.26,422.94Z" transform="translate(-125.82 -71)" opacity="0.1"/><path d="M784.48,534.59A176.61,176.61,0,0,0,795,636.83a27.73,27.73,0,0,1,2.44,7.56c.55,4.9-1.71,9.61-3,14.35-3,10.78-1.27,22.26.65,33.29q1.2,6.9,2.47,13.79c.83,4.48,1.63,9.35-.45,13.41,1.79,7.46,2.85,14.85,4.64,22.31a4.24,4.24,0,0,1,.17,1.83,5.39,5.39,0,0,1-1.83,2.45,10.94,10.94,0,0,0-2.79,10.47c4.57-3.28,10.94-2.13,16.16,0s10.36,5,16,5c-.82-6.62-1.61-13.57.83-19.78,1.42-3.6,3.92-7,3.85-10.85-.07-3.45-2.18-6.53-2.69-9.94a25.16,25.16,0,0,1,.24-6.36c1.34-12.24-.18-24.6-1.7-36.82a22,22,0,0,0-1.68-7c-.71-1.44-1.77-2.82-1.75-4.43,0-1.87,1.51-3.39,2.07-5.17,1-3.28-.84-7.74,1.93-9.77,7.3-5.36,4.5-18.16,4.34-27.21q-.19-11.71-1-23.4a99.67,99.67,0,0,1,5.52,40.34c-.32,4.48-.91,9.19.84,13.33,1.34,3.18,4,5.8,4.72,9.17.45,2.08.13,4.23.23,6.35s.82,4.43,2.65,5.5c.14,9.64,1,19.95,1.15,29.59a73,73,0,0,0,1.2,14.7,18.73,18.73,0,0,1,.74,4.74,19.81,19.81,0,0,1-1.58,5.83,33.43,33.43,0,0,0,5,30.85c2.36-4.19,7.28-6.41,12.08-6.76s9.54.86,14.19,2.08a27.79,27.79,0,0,1,3.32-16.9,13.83,13.83,0,0,0,1.75-3.76c.54-2.54-.72-5.07-1.4-7.58-1.11-4-.72-8.31-.46-12.49A197.64,197.64,0,0,0,882,673.63a35.51,35.51,0,0,0-1.91-8c-.36-.92-.8-1.8-1.1-2.73a21.52,21.52,0,0,1-.8-5.12l-1.15-16c-.81-11.21,2.87-22.28,5.44-33.22,1.15-4.9,2.4-9.79,3.17-14.77,1.05-6.78,1.22-13.71,2.76-20.4,1.38-6,3.87-11.85,4.39-18,.8-9.53-3.16-18.74-7-27.48-1.6-3.6-7.65-3.24-11.54-3.88-27.59-4.53-56.65-4.56-82.67,5.65A20.57,20.57,0,0,0,784.48,534.59Z" transform="translate(-125.82 -71)" fill="#3c354c"/><path d="M804.37,357.1,807.43,369a31.8,31.8,0,0,1,1.37,8.41,6.21,6.21,0,0,1-.67,3,7.15,7.15,0,0,1-1.9,1.94c-2.09,1.59-3.54,5.3-5.93,6.4,1.23,2.14,2.93.75,5.15,1.82,3.91,1.9,7.49,4.63,11.73,5.57,4,.88,8.2.05,12.17-1,5.63-1.53,11.23-3.64,15.76-7.33s7.11-6.95,7.09-12.78c-5,.59-9.45-4.46-11.66-9a24.45,24.45,0,0,1-1.68-5.39l-2.68-11.79c-2.92.64-5.3,2.73-8.09,3.82S822,353.86,818.9,354a99,99,0,0,0-16.36,2.12c-.74.15-1.67.62-1.49,1.34" transform="translate(-125.82 -71)" fill="#fbb3b2"/><path d="M804.37,357.1,807.43,369a31.8,31.8,0,0,1,1.37,8.41,6.21,6.21,0,0,1-.67,3,7.15,7.15,0,0,1-1.9,1.94c-2.09,1.59-3.54,5.3-5.93,6.4,1.23,2.14,2.93.75,5.15,1.82,3.91,1.9,7.49,4.63,11.73,5.57,4,.88,8.2.05,12.17-1,5.63-1.53,11.23-3.64,15.76-7.33s7.11-6.95,7.09-12.78c-5,.59-9.45-4.46-11.66-9a24.45,24.45,0,0,1-1.68-5.39l-2.68-11.79c-2.92.64-5.3,2.73-8.09,3.82S822,353.86,818.9,354a99,99,0,0,0-16.36,2.12c-.74.15-1.67.62-1.49,1.34" transform="translate(-125.82 -71)" opacity="0.1"/><circle cx="691.69" cy="266.18" r="26.48" fill="#fbb3b2"/><path d="M824.8,380.83a24,24,0,0,1,6-8c3.73-3.27,8.83-5.92,9.71-10.8l8.08,9.41a4.35,4.35,0,0,1,1,1.54,3.88,3.88,0,0,1-.76,3.11c-2,3.19-5.15,5.47-8.13,7.78a246.91,246.91,0,0,0-19.59,17.28,2,2,0,0,1-1.05.64,1.89,1.89,0,0,1-1.09-.31A45.49,45.49,0,0,1,805,390.12c-.29-.35-.65-.75-1.12-.72a1.44,1.44,0,0,0-.75.39c-2.69,2.2-5.63,4.83-9.08,4.49,4.47-3.21,7-8.57,7.94-14a26.46,26.46,0,0,1,1.14-5.47,5.71,5.71,0,0,1,3.9-3.7c-2.18,3.33-.69,8.05,2.24,10.74a22.08,22.08,0,0,0,9.92,4.81C822.59,387.3,823.59,383.45,824.8,380.83Z" transform="translate(-125.82 -71)" fill="#323444"/><path d="M790.35,537.31c3.77.93,7.34,2.51,11,3.68A52.57,52.57,0,0,0,822,543.16a11.15,11.15,0,0,0,6-1.91c.47-.38.9-.83,1.4-1.18a9.79,9.79,0,0,1,2.69-1.11c9.17-2.87,16.85-9.06,24.3-15.12.24-.2.51-.45.49-.77a1,1,0,0,0-.3-.57l-3.92-4.5c-10.28,1.75-20.81,1.09-31.24.83A45.36,45.36,0,0,0,815,519c-2.06.24-4.09.76-6.12,1.2-7.71,1.68-15.59,2.32-23.4,3.42a3.61,3.61,0,0,0-1.55.48,3.49,3.49,0,0,0-.83.92l-2.74,3.85a12.11,12.11,0,0,0-2.3,4.41c-.64,3,.7,4,3.25,3.61A23.74,23.74,0,0,1,790.35,537.31Z" transform="translate(-125.82 -71)" fill="#323444"/><path d="M821,396.57a48.71,48.71,0,0,0-10.31-8.05,14.61,14.61,0,0,0-5-2,6.24,6.24,0,0,0-5.12,1.26c-.89.79-1.45,1.89-2.31,2.72a11.49,11.49,0,0,1-3.66,2.07,64.92,64.92,0,0,0-12.86,7.33,29.5,29.5,0,0,0-5.83,5.38c-4.53,5.8-5.21,13.69-5.09,21.05.09,5.12,5,8.92,8.38,12.75a93.94,93.94,0,0,1,8.58,12c1.82,2.88,3.72,6,3.49,9.43-.19,2.81-1.83,5.45-1.57,8.25.09,1,.41,1.92.5,2.89.18,2-.61,4-.81,6-.27,2.83.65,5.64.7,8.49a27,27,0,0,1-.74,5.79c-1.92,9.14-4.33,18.33-3.84,27.66l-5.54,1a4.68,4.68,0,0,1-1.07,7.47c8.65,2.89,18,1.43,27.17,1.42,7.59,0,15.15,1,22.73.86s15.4-1.51,21.65-5.8c1.7-1.16,3.26-2.52,5.05-3.53a24.91,24.91,0,0,1,7.65-2.5,75.91,75.91,0,0,1,15-1.34c2.46,0,5.14.1,7.1-1.38,2.16-1.64,2.71-4.61,3-7.3.29-2.84.47-5.69.52-8.54a36.82,36.82,0,0,0-.35-6.64,43.48,43.48,0,0,0-1.17-4.76l-3.77-13.28c-1.56-5.48.61-11.49,1.07-17.17.11-1.34.13-2.9-.9-3.76-.37-.31-.88-.52-1-1a1.71,1.71,0,0,1,.24-1.34c2-4,5-7.53,7.74-11.14a227.64,227.64,0,0,0,12.8-19.67,63.29,63.29,0,0,0-16.94-37.88c-2-2.17-4.29-4.25-7.09-5.23a21,21,0,0,0-5.64-.91c-7.84-.53-16-1-22.83-4.94a4.34,4.34,0,0,0-1.63-.69c-1.51-.17-2.61,1.32-3.59,2.5-2.52,3-6.23,4.72-9.49,6.93C830.14,385.1,825.39,390.78,821,396.57Z" transform="translate(-125.82 -71)" fill="#5b5583"/><path d="M904.11,425.28c1.56,4.94,1.41,10.22,1.92,15.37a59.8,59.8,0,0,0,1.63,9.21,14.7,14.7,0,0,0,1.9,4.69c.9,1.32,2.19,2.39,2.76,3.88a9.37,9.37,0,0,1,.41,3.12l.12,6.9a24.81,24.81,0,0,1-1.63,10.74l-4.31,13.11c-2.33,7.1-4.72,14.31-8.92,20.49a5.91,5.91,0,0,1-2.57,2.41,12.48,12.48,0,0,1-2.59.4,6.66,6.66,0,0,0-5.49,6.47,15.19,15.19,0,0,0-3.69-3.77l-8.77-7c-3-2.44-6.13-4.92-9.77-6.33a26.49,26.49,0,0,0,18.42-22.26,10,10,0,0,1,1-4.38c.73-1.18,2.08-2.08,2.18-3.47.12-1.75-1.86-3.07-1.86-4.82,0-1.16.86-2.12,1.24-3.21a8.06,8.06,0,0,0,0-4.11L884.88,456a5.13,5.13,0,0,0-.6-1.92,12.42,12.42,0,0,0-1.5-1.58c-2.08-2.33-1.16-6,0-8.87A84.78,84.78,0,0,1,893,425.7a61.31,61.31,0,0,0,4.07-5.82c1.06-1.84,1.3-4.39,2.42-6C900.93,417.66,902.88,421.39,904.11,425.28Z" transform="translate(-125.82 -71)" fill="#5b5583"/><path d="M864.8,505.38a4.82,4.82,0,0,0-1.14,1.2,10.11,10.11,0,0,1-4.53,3.23c1,.72,1.91,1.43,2.85,2.16a124.88,124.88,0,0,1,19,18.17c.63-2.25,4.4-2.09,5.32-4.24a4.15,4.15,0,0,0,.2-1.92,58.57,58.57,0,0,0-1.44-10,11.32,11.32,0,0,0-2-4.68c-1.4-1.69-3.58-2.5-5.66-3.2C874.25,505,868,503.45,864.8,505.38Z" transform="translate(-125.82 -71)" fill="#323444"/><path d="M852.3,513.24c-3,2.22-5.63,5-9,6.52-2.38,1.08-5.09,1.55-7.17,3.16,1.13,2.49,4.07,3.78,6.8,3.68a16.16,16.16,0,0,0,7.61-2.79c1.79-1.1,3.89-2.38,5.84-1.61.3,1.52-1,2.95-1,4.49s1.28,2.66,2.54,3.47c6,3.87,13.72,3.55,20.87,3.1a1.88,1.88,0,0,0,1.15-.34,1.81,1.81,0,0,0,.43-1.32c.09-1.58.13-3.15.14-4.73a6.78,6.78,0,0,0-2.9-6.68,81.61,81.61,0,0,0-12.5-8.85C860.71,508.79,856.25,510.3,852.3,513.24Z" transform="translate(-125.82 -71)" fill="#fbb3b2"/><path d="M826.81,326.11c-4.44.53-7.67,4-7.22,7.77s4.41,6.37,8.85,5.83,7.67-4,7.22-7.76S831.25,325.58,826.81,326.11Zm1.51,12.56c-3.76.45-7.11-1.76-7.5-4.94s2.36-6.12,6.11-6.57,7.11,1.76,7.5,4.94S832.07,338.22,828.32,338.67Z" transform="translate(-125.82 -71)" fill="#3c354c"/><path d="M805.17,328.71c-4.44.53-7.67,4-7.22,7.76s4.41,6.37,8.85,5.84,7.67-4,7.22-7.77S809.61,328.18,805.17,328.71Zm1.51,12.55c-3.76.45-7.11-1.76-7.49-4.93s2.35-6.12,6.11-6.58,7.11,1.76,7.49,4.94S810.43,340.81,806.68,341.26Z" transform="translate(-125.82 -71)" fill="#3c354c"/><polygon points="663.28 259.64 672.93 261.7 671.98 264.24 662.88 261.57 663.28 259.64" fill="#3c354c"/><polygon points="717.07 253.18 708.17 257.47 709.7 259.71 717.91 254.96 717.07 253.18" fill="#3c354c"/><polygon points="687.31 261.06 694.08 260.25 693.73 261.93 687.92 262.32 687.31 261.06" fill="#3c354c"/><path d="M800,329.79a10.74,10.74,0,0,0,1-4.37,9.34,9.34,0,0,1,.46-2.66,7.44,7.44,0,0,1,2.18-2.79c3.12-2.64,7.59-4,12-4.19a27.74,27.74,0,0,1,13.88,3,10.8,10.8,0,0,1,3.45,2.56c1.4,1.71,1.7,3.92,3.11,5.61a8.17,8.17,0,0,0,7.66,2.4c.49-1.74-.15-3.58.1-5.36a25.93,25.93,0,0,1,1.59-4.44c1.55-4.57-.71-9.87-5.37-12.6-1.63-1-3.56-1.65-4.78-3s-1.51-2.75-2.35-4.1c-2.23-3.57-8-5.24-12.39-3.59-1.38.52-2.6,1.31-4,1.87-2.6,1.07-5.56,1.26-8.42,1.62a25.79,25.79,0,0,0-8.16,2.14c-2.47,1.22-4.54,3.18-5.11,5.52-.27,1.08-.21,2.2-.48,3.27-1.38,5.43-10.29,8.07-10.79,13.61-.18,2,.91,3.92,2.27,5.55.94,1.11,3.19,4.08,4.78,4.51s2.8-1.08,4.32-1.6C797.35,332,798.8,331.84,800,329.79Z" transform="translate(-125.82 -71)" fill="#cbceda"/></g><path d="M912.81,682c0,50.24,31.52,90.9,70.47,90.9" transform="translate(-125.82 -71)" fill="#46455b"/><path d="M983.28,772.91c0-50.81,35.18-91.92,78.65-91.92" transform="translate(-125.82 -71)" fill="#00b0ff"/><path d="M938.35,686.56c0,47.73,20.1,86.35,44.93,86.35" transform="translate(-125.82 -71)" fill="#00b0ff"/><path d="M983.28,772.91c0-64.92,40.66-117.46,90.9-117.46" transform="translate(-125.82 -71)" fill="#46455b"/><ellipse cx="854.41" cy="716.31" rx="17.52" ry="2.96" fill="#00b0ff" opacity="0.1"/><path d="M968.46,773.55s10-.31,13-2.45,15.37-4.71,16.12-1.27,15,17.11,3.73,17.2-26.22-1.76-29.22-3.59S968.46,773.55,968.46,773.55Z" transform="translate(-125.82 -71)" fill="#a8a8a8"/><path d="M1001.52,785.83c-11.28.09-26.21-1.76-29.22-3.59-2.29-1.39-3.2-6.4-3.51-8.7h-.33s.63,8.06,3.64,9.89,17.94,3.68,29.22,3.59c3.26,0,4.38-1.19,4.32-2.9C1005.19,785.16,1004,785.81,1001.52,785.83Z" transform="translate(-125.82 -71)" opacity="0.2"/><path d="M148.31,711.36c0,40,25.07,72.32,56.06,72.32" transform="translate(-125.82 -71)" fill="#46455b"/><path d="M204.37,783.68c0-40.42,28-73.13,62.57-73.13" transform="translate(-125.82 -71)" fill="#00b0ff"/><path d="M168.62,715c0,38,16,68.7,35.75,68.7" transform="translate(-125.82 -71)" fill="#00b0ff"/><path d="M204.37,783.68c0-51.65,32.35-93.45,72.32-93.45" transform="translate(-125.82 -71)" fill="#46455b"/><ellipse cx="76.12" cy="724.14" rx="13.94" ry="2.36" fill="#00b0ff" opacity="0.1"/><path d="M192.58,784.19s7.95-.25,10.34-2,12.24-3.75,12.83-1,11.95,13.61,3,13.68-20.86-1.4-23.25-2.85S192.58,784.19,192.58,784.19Z" transform="translate(-125.82 -71)" fill="#a8a8a8"/><path d="M218.88,794c-9,.07-20.86-1.4-23.25-2.86-1.82-1.1-2.54-5.09-2.79-6.92h-.26s.5,6.41,2.89,7.87,14.28,2.92,23.25,2.85c2.59,0,3.49-.94,3.44-2.31C221.8,793.43,220.81,793.94,218.88,794Z" transform="translate(-125.82 -71)" opacity="0.2"/></svg>
<p id="number3" class="number">10+</p>
<span></span>
<p>Mentor</p>
</div>
<div class="item wow fadeInUpBig animated animated" data-number="246" style="visibility: visible;">
<svg id="b66c9c51-8109-402d-a3f9-100a5bb3d153" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="890.30174" height="489.29978" viewBox="0 0 890.30174 489.29978"><title>work_together</title><rect x="182.97245" y="0.39886" width="703.57565" height="450.60114" fill="#e6e6e6"/><rect x="245.18701" y="60.90722" width="254" height="261" fill="#fff"/><rect x="594.18701" y="65.96874" width="254" height="317" fill="#fff"/><ellipse cx="844.80174" cy="477.2616" rx="45.5" ry="6.5" fill="#e6e6e6"/><ellipse cx="389.89961" cy="477.40722" rx="45.5" ry="6.5" fill="#e6e6e6"/><ellipse cx="104.42498" cy="470.90722" rx="104.42498" ry="5" fill="#e6e6e6"/><rect x="182.67203" width="703.57565" height="29.89047" fill="#00b0ff"/><circle cx="204.88423" cy="15.28159" r="5.53997" fill="#e6e6e6"/><circle cx="225.91256" cy="15.28159" r="5.53997" fill="#e6e6e6"/><circle cx="246.94089" cy="15.28159" r="5.53997" fill="#e6e6e6"/><path d="M947.03614,356.34879H945.4975V314.19823a24.3956,24.3956,0,0,0-24.39567-24.39563H831.80022a24.3956,24.3956,0,0,0-24.39567,24.39563V545.43948a24.3956,24.3956,0,0,0,24.39567,24.39563h89.30161a24.3956,24.3956,0,0,0,24.39567-24.39563V386.35227h1.53864Z" transform="translate(-154.84913 -205.35011)" fill="#3f3d56"/><path d="M921.08621,296.1495H909.42939a8.6555,8.6555,0,0,1-8.01381,11.92446H850.25579A8.65552,8.65552,0,0,1,842.242,296.1495H831.35448a18.21836,18.21836,0,0,0-18.21838,18.21834v230.902a18.21836,18.21836,0,0,0,18.21838,18.21836h89.73173a18.21837,18.21837,0,0,0,18.21839-18.21836v-230.902A18.21837,18.21837,0,0,0,921.08621,296.1495Z" transform="translate(-154.84913 -205.35011)" fill="#fff"/><rect x="284.09023" y="225.77561" width="176.5444" height="8.05267" fill="#e6e6e6"/><rect x="284.09023" y="251.77561" width="176.5444" height="8.05267" fill="#00b0ff"/><rect x="284.09023" y="277.77561" width="176.5444" height="8.05267" fill="#e6e6e6"/><rect x="670.83934" y="243.34556" width="103.06376" height="8.05267" fill="#e6e6e6"/><rect x="670.83934" y="268.34556" width="103.06376" height="8.05267" fill="#e6e6e6"/><rect x="670.83934" y="293.34556" width="103.06376" height="8.05267" fill="#e6e6e6"/><rect x="922.35071" y="606.56341" width="17.17729" height="17.17729" transform="translate(1391.24229 -521.13741) rotate(90)" fill="#3f3d56"/><rect x="894.67619" y="606.56341" width="17.17729" height="17.17729" transform="translate(1363.56776 -493.46289) rotate(90)" fill="#00b0ff"/><rect x="867.00166" y="606.56341" width="17.17729" height="17.17729" transform="translate(1335.89323 -465.78836) rotate(90)" fill="#3f3d56"/><rect x="839.32713" y="606.56341" width="17.17729" height="17.17729" transform="translate(1308.2187 -438.11383) rotate(90)" fill="#3f3d56"/><rect x="811.6526" y="606.56341" width="17.17729" height="17.17729" transform="translate(1280.54418 -410.4393) rotate(90)" fill="#3f3d56"/><rect x="692.7424" y="138.9903" width="57.25764" height="57.25764" fill="#00b0ff"/><path d="M504.45442,480.943l-.74114,1.48227-2.2234-11.117s-2.96454-11.85815,2.96454-11.85815,4.4468,11.85815,4.4468,11.85815v8.15248Z" transform="translate(-154.84913 -205.35011)" fill="#a0616a"/><path d="M601.69555,479.42524l.74113,1.48227,2.22341-11.117s2.96454-11.85815-2.96454-11.85815-4.44681,11.85815-4.44681,11.85815V477.943Z" transform="translate(-154.84913 -205.35011)" fill="#a0616a"/><polygon points="382.215 358.94 373.322 413.784 377.768 467.145 388.144 462.699 386.662 422.677 397.038 390.808 399.261 428.606 394.815 467.886 408.155 469.369 417.79 388.585 417.049 361.163 382.215 358.94" fill="#2f2e41"/><path d="M537.06434,665.82526l-5.18794,8.15248V692.194a2.209,2.209,0,0,0,1.85635,2.18045c2.5428.41721,6.97037.71364,8.51954-1.86831,2.2234-3.70567.74113-11.85816.74113-11.85816s2.96454-5.92907,1.48227-10.37588-2.96454-5.18794-2.96454-5.18794Z" transform="translate(-154.84913 -205.35011)" fill="#2f2e41"/><path d="M559.29839,673.23661l1.48227,2.2234s2.2234,2.22341.74113,3.70568a28.96565,28.96565,0,0,0-2.96454,3.70567s-8.15248,2.2234-8.15248-.74114v-9.63475Z" transform="translate(-154.84913 -205.35011)" fill="#2f2e41"/><circle cx="401.77827" cy="288.79506" r="9.82427" fill="#a0616a"/><polygon points="395.185 291.867 394.444 305.949 407.784 306.69 407.043 292.608 395.185 291.867" fill="#a0616a"/><path d="M564.48633,512.41037l-2.10384-5.13957s-9.75432-3.75405-12.71885-.04838l-1.48227,4.44681-11.85816-2.96454-6.67021,14.8227,5.92908,42.24468s15.56382,20.01064,36.3156.74113l5.92908-40.02127L573.38,510.9281Z" transform="translate(-154.84913 -205.35011)" fill="#575a89"/><polygon points="417.049 308.543 418.531 305.578 433.354 296.684 442.4 269.907 449.4 272.907 441.506 304.837 420.013 324.847 417.049 308.543" fill="#575a89"/><polygon points="382.956 304.837 381.474 303.355 365.91 293.72 354.793 271.486 345.9 274.45 355.534 301.872 379.251 321.142 382.956 304.837" fill="#575a89"/><path d="M563.91892,479.10047l1.60629-.80315-2.40943-.80314V476.691s-12.04715-4.81886-13.65343,3.21257a16.14329,16.14329,0,0,0,0,19.27544v2.40942l12.85029,1.60629,1.60628-4.81886S571.95036,483.91933,563.91892,479.10047Z" transform="translate(-154.84913 -205.35011)" fill="#2f2e41"/><path d="M269.93891,565.15978l-2.85542,1.42771s-11.42168,5.23493-8.09036,8.09035,12.37349-2.85542,12.37349-2.85542l1.90361-2.37952Z" transform="translate(-154.84913 -205.35011)" fill="#ffb8b8"/><polygon points="198.633 359.099 189.807 418.346 176.481 459.749 169.343 456.418 176.005 399.786 156.969 383.605 158.397 359.81 198.633 359.099" fill="#2f2e41"/><path d="M323.24006,663.19583s8.09036-4.28313,8.56626,1.90361l-.95181,6.18674s2.85542,10.94578-6.66264,8.56626-2.85542-9.51806-2.85542-9.51806Z" transform="translate(-154.84913 -205.35011)" fill="#2f2e41"/><path d="M318.00513,583.72l-6.18674,5.23493s0,32.36142,4.28312,37.12045,31.40961,29.0301,32.36142,29.9819,5.23494-9.51806,5.23494-9.51806l-25.69878-29.9819,1.90362-18.56023Z" transform="translate(-154.84913 -205.35011)" fill="#2f2e41"/><path d="M350.84245,645.11151s7.61445-1.42771,7.61445,3.80722a115.23116,115.23116,0,0,0,.9518,12.37349s1.90362,16.65661-4.28313,14.27709-8.56625-19.03612-8.56625-19.03612a7.08933,7.08933,0,0,1,2.85542-3.33133C351.31835,652.25006,350.84245,645.11151,350.84245,645.11151Z" transform="translate(-154.84913 -205.35011)" fill="#2f2e41"/><polygon points="172.198 288.424 173.626 306.033 169.819 312.695 159.349 302.701 158.397 289.376 172.198 288.424" fill="#ffb8b8"/><circle cx="163.6319" cy="282.71335" r="11.42168" fill="#ffb8b8"/><polygon points="168.391 305.557 173.15 291.756 181.716 301.274 197.421 361.713 185.523 368.852 180.289 361.237 179.337 371.231 156.017 366.472 154.114 302.701 158.87 296.002 168.391 305.557" fill="#d0cde1"/><polygon points="161.728 373.135 158.873 296.039 152.686 300.798 141.264 308.412 148.879 335.539 151.258 364.093 161.728 373.135" fill="#2f2e41"/><polygon points="144.596 308.888 141.264 308.412 131.746 336.49 112.71 360.286 119.849 367.9 141.74 346.484 149.831 328.876 144.596 308.888" fill="#2f2e41"/><path d="M351.4174,565.59536l-.64933,3.12573s-2.97081,12.20793,1.33475,11.36336,5.4281-11.48008,5.4281-11.48008l-.68754-2.96869Z" transform="translate(-154.84913 -205.35011)" fill="#ffb8b8"/><polygon points="172.406 290.983 195.993 300.322 193.138 328.876 198.849 360.286 193.138 366.472 172.022 295.028 172.406 290.983" fill="#2f2e41"/><path d="M319.079,468.8806l3.35262-1.6763v1.6763l2.23507-1.11753v2.79384s8.38153,6.14645,6.70522,13.41044-1.67631,7.82276-1.67631,7.82276-2.11922-13.81412-10.50074-11.57905-9.05615,2.63876-11.29122,8.78521l-.60636,2.63647S297.84583,469.99814,319.079,468.8806Z" transform="translate(-154.84913 -205.35011)" fill="#2f2e41"/><polygon points="192.662 300.322 196.469 300.322 202.656 333.635 202.656 362.665 195.042 361.237 188.855 317.454 192.662 300.322" fill="#2f2e41"/><rect x="3.53501" y="370.77159" width="140.32096" height="97.51118" fill="#00b0ff"/><path d="M228.54462,595.14827a29.729,29.729,0,1,0,29.729,29.729A29.81642,29.81642,0,0,0,228.54462,595.14827Zm0,8.9187a8.91871,8.91871,0,1,1-8.91871,8.91871,8.94863,8.94863,0,0,1,8.91871-8.91871Zm0,42.93556a21.65737,21.65737,0,0,1-17.83742-9.519c.14293-5.94581,11.89161-9.21886,17.83742-9.21886s17.69448,3.27305,17.8374,9.21886a21.69344,21.69344,0,0,1-17.83741,9.519Z" transform="translate(-154.84913 -205.35011)" fill="#fff"/><rect x="284.18701" y="90.90722" width="176" height="101" fill="#e6e6e6"/><path d="M963.0513,496.58366l.81548-5.25988s4.75311-10.80516.99606-11.38765-6.89084,9.70426-6.89084,9.70426l1.37467,10.98574Z" transform="translate(-154.84913 -205.35011)" fill="#ffb8b8"/><polygon points="846.67 321.051 813.089 314.306 809.187 289.847 799.302 289.084 799.785 320.707 828.962 336.004 846.67 321.051" fill="#575a89"/><polygon points="846.67 321.051 813.089 314.306 809.187 289.847 799.302 289.084 799.785 320.707 828.962 336.004 846.67 321.051" opacity="0.2"/><rect x="910.1623" y="482.06175" width="103.06376" height="8.05267" transform="translate(1768.53923 766.82607) rotate(-180)" fill="#00b0ff"/><path d="M956.49034,494.78044l.00669-5.32271s3.05587-11.402-.74606-11.40676-5.33608,10.63873-5.33608,10.63873l3.02818,10.64924Z" transform="translate(-154.84913 -205.35011)" fill="#ffb8b8"/><path d="M1000.2023,510.02489l4.60746-1.12311a11.86169,11.86169,0,0,0,11.64163-14.21088h0a15.50416,15.50416,0,0,0-15.48468-15.52363h0A15.50417,15.50417,0,0,0,985.443,494.65194v0A12.32065,12.32065,0,0,0,1000.2023,510.02489Z" transform="translate(-154.84913 -205.35011)" fill="#2f2e41"/><polygon points="818.254 381.458 822.005 422.524 828.797 462.833 840.203 462.847 838.732 423.305 832.709 375.393 818.254 381.458" fill="#2f2e41"/><path d="M985.17015,665.90379l-7.6096,4.55277s-12.1681,1.50549-9.89171,5.31029,28.89279,1.55707,28.8947.03629-.748-9.886-2.26874-9.88789Z" transform="translate(-154.84913 -205.35011)" fill="#2f2e41"/><path d="M1006.77139,583.2605s-.21394,5.87095-5.54811,14.98891l.72505,28.13527,27.33,35.01218-9.89553,8.35184-33.40927-38.06137-8.307-45.63372,10.65879-10.63205Z" transform="translate(-154.84913 -205.35011)" fill="#2f2e41"/><path d="M1026.99716,661.394s9.12274,1.53224,7.59719,5.33226-5.34945,21.28415-15.23162,18.99057c0,0-4.56232-.00573-3.03773-3.04536a55.0044,55.0044,0,0,1,3.04824-5.31889l.01241-9.885Z" transform="translate(-154.84913 -205.35011)" fill="#2f2e41"/><circle cx="840.41522" cy="294.04136" r="11.40581" fill="#ffb8b8"/><polygon points="845.728 301.652 845.712 314.578 833.546 314.563 835.083 301.639 845.728 301.652" fill="#ffb8b8"/><path d="M985.35926,515.34718l3.68652-.9056,11.52122.9247s6.07545,6.09074,5.31316,7.61055-4.611,38.774-4.611,38.774l6.81006,26.62213-24.33429,1.49021-12.16428-1.53605,2.34133-47.90151s-5.30647-12.93326,1.54178-16.7266A29.95429,29.95429,0,0,0,985.35926,515.34718Z" transform="translate(-154.84913 -205.35011)" fill="#575a89"/><polygon points="844.193 313.056 809.978 311.492 802.404 287.911 792.518 288.658 797.801 319.841 828.964 330.526 844.193 313.056" fill="#575a89"/><circle cx="862.43241" cy="278.27937" r="7.35883" fill="#2f2e41"/><path d="M1010.49168,479.67357a7.35536,7.35536,0,0,1,8.807-7.20494A7.3554,7.3554,0,1,0,1014.711,486.331,7.35277,7.35277,0,0,1,1010.49168,479.67357Z" transform="translate(-154.84913 -205.35011)" fill="#2f2e41"/><path d="M1004.17862,483.847l-9.92079-1.82669-7.62952,4.78184a11.57336,11.57336,0,0,0-5.33128,11.29456l7.64125-1.93681,1.71106-4.29045,2.03787,3.34024,8.26714,14.45412,8.37-4.55181,5.33322-8.35757Z" transform="translate(-154.84913 -205.35011)" fill="#2f2e41"/><rect x="526.03635" y="245.29674" width="1.99958" height="202.92117" transform="translate(-190.8885 425.93087) rotate(-60.15005)" fill="#fff"/><rect x="425.57556" y="345.75754" width="202.92117" height="1.99958" transform="translate(-257.51689 102.92685) rotate(-29.84553)" fill="#fff"/><rect x="875.53625" y="332.45224" width="1.99979" height="80.61017" transform="translate(-161.69687 523.63263) rotate(-45)" fill="#fff"/><rect x="836.23106" y="371.75743" width="80.61017" height="1.99979" transform="translate(-161.69687 523.63263) rotate(-45)" fill="#fff"/></svg>
<p id="number4" class="number">1</p>
<span></span>
<p>Organizer</p>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Projects Modal -->
<div class="modal fade" id="modal-projects" tabindex="-1" role="dialog" aria-labelledby="modal-projects-label">
<div class="modal-dialog" role="document">
<div class="container">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
aria-hidden="true">×</span></button>
<h2 class="modal-title" id="modal-projects-label">Projects</h2>
</div>
<div class="modal-body">
<!-- Project Category 1 -->
<div style="margin-bottom: 1.875rem;">
<h3>Contribution Projects</h3>
<p>
In this projects I contributed as a some portion of code or module.
</p>
</div>
<div class="row">
<div class="col-md-4 col-sm-4">
<div class="vision-x card">
<div class="wrapper">
<div class="data">
<div class="content">
<span class="type">Contribution Projects</span>
<h3 class="title"><a target="_blank" href="https://cevision.tech/">CE
Vision X</a></h3>
<i class="icon"></i>
<p class="text"><b>VISION</b> is inter-department at SVIT. In 2020 our Computer department organized <b>VISION X</b> virtual because of the
<i>COVID-19</i>. I contributed as a volunteer in the VISION X. I worked on registration process mainly.
</p>
<label for="show-menu" class="menu-button"><a target="_blank"
href="https://cevision.tech/"><i
class="fa fa-chain"></i></a></label>
</div>
<input type="checkbox" id="show-menu" />
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="prakarsh card">
<div class="wrapper">
<div class="data">
<div class="content">
<span class="type">Contribution Projects</span>
<h3 class="title"><a target="_blank" href="https://www.prakarsh.org/">
PRAKARSH XVI</a></h3>
<i class="icon"></i>
<p class="text"><b>PRAKARSH XVI</b> is national level technical symposium at SVIT. In 2021 our college organized <b>PRAKARSH XVI</b> virtual because of the
<i>COVID-19</i>. I contributed as a volunteer in the PRAKARSH XVI. I worked on reciept generator and sender with the use of nodemailer and pdfmaker packages.
</p>
<label for="show-menu" class="menu-button"><a target="_blank"
href="https://www.prakarsh.org/"><i
class="fa fa-chain"></i></a></label>
</div>
<input type="checkbox" id="show-menu" />
</div>
</div>
</div>
</div>
</div>
<!-- Project Category 2 -->
<div style="margin-bottom: 1.875rem;">
<h3>Hackathon Projects</h3>
<!-- <p>This all projects which was build by Hackathon team in perticular hackathon.</p> -->
</div>
<div class="row">
<!-- ShelterHero -->
<div class="col-md-4 col-sm-4">
<div class="shelterhero card">
<div class="wrapper">
<div class="data">
<div class="content">
<span class="type">Hackathon Projects</span>
<h3 class="title"><a target="_blank" href="https://imjp19.github.io/ShelterHero/">ShelterHero</a>
</h3>
<i class="icon"></i>
<p class="text">A web-app that lets you to report the homeless.
</p>
<a target="_blank" href="https://github.com/imjp19/ShelterHero"><i
class="fa fa-github"></i></a>
<label for="show-menu" class="menu-button"><a target="_blank"
href="https://imjp19.github.io/ShelterHero/"><i
class="fa fa-chain"></i></a></label>
</div>
<input type="checkbox" id="show-menu" />
</div>
</div>
</div>
</div>
<!-- SneakyLeaks.js -->
<div class="col-md-4 col-sm-4">
<div class="sneakyLeaks card">
<div class="wrapper">
<div class="data">
<div class="content">
<span class="type">Hackathon Projects</span>
<h3 class="title"><a target="_blank" href=" https://devpost.com/software/sneakyleaks-js">SneakyLeaks.js</a>
</h3>
<i class="icon"></i>
<p class="text">Live Streaming is one of the wonders 2020 will be remembered for. I can count how many times I've heard the phrase "Live Streaming is the Next Thing" in the past few months. Moreover, everyday we're seeing
people from every background join the streaming community. Be it well to do people like comedians, sports personalites, magicians, life coaches, gurus & also developers or ordinary people looking for
a career, everyone is booming with the help of live streaming.
</p>
<a target="_blank" href="https://github.com/imjp19/SneakyLeaks.js"><i
class="fa fa-github"></i></a>
<label for="show-menu" class="menu-button"><a target="_blank"
href=" https://imjp19.github.io/SneakyLeaks.js/"><i
class="fa fa-chain"></i></a></label>
</div>
<input type="checkbox" id="show-menu" />
</div>
</div>
</div>
</div>
<!-- AntiBroke-Engine -->
<div class="col-md-4 col-sm-4">
<div class="antibroke-engine card">
<div class="wrapper">
<div class="data">
<div class="content">
<span class="type">Hackathon Projects</span>
<h3 class="title"><a target="_blank" href="https://antibrokeengine.netlify.app/">AntiBroke-Engine</a>
</h3>
<i class="icon"></i>
<p class="text">This App can prevents you from being broke by keeping track of your income & expenses.
</p>
<a target="_blank" href="https://github.com/imjp19/AntiBroke-Engine"><i
class="fa fa-github"></i></a>
<label for="show-menu" class="menu-button"><a target="_blank"
href="https://antibrokeengine.netlify.app/"><i
class="fa fa-chain"></i></a></label>
</div>
<input type="checkbox" id="show-menu" />
</div>
</div>
</div>
</div>
<!-- You'll Regret Searching Recipes Online -->
<div class="col-md-4 col-sm-4">
<div class="youwill card">
<div class="wrapper">
<div class="data">
<div class="content">
<span class="type">Hackathon Projects</span>
<h3 class="title"><a target="_blank" href="https://github.com/imjp19/You-llRegretSearchingRecipes">You'll
Regret Searching Recipes Online</a>
</h3>
<i class="icon"></i>
<p class="text">Anyone can search for recipes on google, but what if you’re short of ingredient’s? This app helps you search recipes by ingredients along with keeping track of calorie intake.
</p>
<a target="_blank" href="https://github.com/imjp19/You-llRegretSearchingRecipes"><i
class="fa fa-github"></i></a>
<label for="show-menu" class="menu-button"><a target="_blank"
href="https://github.com/imjp19/You-llRegretSearchingRecipes"><i
class="fa fa-chain"></i></a></label>
</div>
<input type="checkbox" id="show-menu" />
</div>
</div>
</div>
</div>
</div>
<div class="row" style="margin-left:0px">
<p>More Hackathon projects are here <a href="https://devpost.com/imjp19_"><i
class="fa fa-chain"></i></a></p>
</div>
<!-- Project Category 3 -->
<div style="margin-bottom: 1.875rem;">
<h3>Client Projects</h3>
<!-- <p>This all projects which was build by my Hackathon team in perticular hackathon.</p> -->
</div>
<div class="row">
<!-- Odeo -->
<div class="col-md-4 col-sm-4">
<div class="odeo card">
<div class="wrapper">
<div class="data">
<div class="content">
<span class="type">Client Projects</span>
<h3 class="title"><a target="_blank" href="https://odeo.in">OdeO.in</a>
</h3>
<i class="icon"></i>
<p class="text">The Ultimate Platform For All Local Artist We are team of talanted artist making your event memorable.
</p>
<!-- <a target="_blank" href="https://github.com/imjp19/ShelterHero"><i
class="fa fa-github"></i></a> -->
<label for="show-menu" class="menu-button"><a target="_blank"
href="https://odeo.in"><i
class="fa fa-chain"></i></a></label>
</div>
<input type="checkbox" id="show-menu" />
</div>
</div>
</div>
</div>
</div>
<h3>Looking for more? These are just a very select few of my many projects on
<a href="https://github.com/imjp19">GitHub</a>!
</h3>
</div>
</div>
</div>
</div>
</div>
<!-- Connect -->
<div class="modal fade" id="modal-connect" tabindex="-1" role="dialog" aria-labelledby="modal-connect-label">
<div class="modal-dialog" role="document" id="connect-modal">
<div class="container">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
aria-hidden="true">×</span></button>
<h2 class="modal-title" id="modal-connect-label">Connect</h2>
</div>
<div class="modal-body">
<div class="row" id="contact-form">
<form class="form" method="POST" autocomplete="off" name="connect">
<p type="Name:">
<input type="text" id="name" name="name" pattern=[A-Z\sa-z]{3,20} required>
</p>
<p type="Email:">
<input type="email" id="email" name="email" required>
</p>
<p type="Subject:">
<input type="text" id="subject" name="subject" required>
</p>
<p type="Message:">
<textarea id="message" name="message" placeholder=""></textarea>
</p>
<input type="hidden" name="date" id="currentDate">
<input type="hidden" name="time" id="currentTime">
<button type="submit">Submit</buton>
<br>
</form>
</div>
<div class="row">
<div class="col-md-4"></div>
<div class="col-md-4" style="text-align: center;">
<div class="social-icons animate" style="
padding: .3125rem .625rem;
display: inline-block;
font-size: 1.125rem;">
<a href="https://twitter.com/imjp19_" target="_blank"><i
class="fa fa-twitter"></i></a>
<a href="https://instagram.com/wittyjay.dev" target="_blank"><i
class="fa fa-instagram"></i></a>
<a href="https://github.com/imjp19" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/imjp19/" target="_blank"><i
class="fa fa-linkedin"></i></a>
<a href="https://discord.gg/dDA5Fmycjw" target="_blank"><i
class="fab fa-discord"></i></a>
<a href="https://www.youtube.com/c/JayPatel19" target="_blank"><i
class="fa fa-youtube"></i></a>
<a href="mailto:[email protected]" target="_blank"><i
class="fa fa-envelope-open-text"></i></a>
</div>
</div>
<div class="col-md-4"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
$(window, document, undefined).ready(function() {
$('input').blur(function() {
var $this = $(this);
if ($this.val())
$this.addClass('used');
else
$this.removeClass('used');
});
var $ripples = $('.ripples');
$ripples.on('click.Ripples', function(e) {
var $this = $(this);
var $offset = $this.parent().offset();
var $circle = $this.find('.ripplesCircle');
var x = e.pageX - $offset.left;
var y = e.pageY - $offset.top;
$circle.css({
top: y + 'px',
left: x + 'px'
});
$this.addClass('is-active');
});
$ripples.on('animationend webkitAnimationEnd mozAnimationEnd oanimationend MSAnimationEnd', function(e) {
$(this).removeClass('is-active');
});
});
</script>
<!-- Bootstrap Scripts -->
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.2/jquery.validate.min.js" integrity="sha512-UdIMMlVx0HEynClOIFSyOrPggomfhBKJE28LKl8yR3ghkgugPnG6iLfRfHwushZl1MOPSY6TsuBDGPK2X4zYKg==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js" integrity="sha512-IsNh5E3eYy3tr/JiX2Yx4vsCujtkhwl7SLqgnwLNgf04Hrt9BT9SXlLlZlWx+OK4ndzAoALhsMNcCmkggjZB1w==" crossorigin="anonymous"></script>
<!-- Sketch.js -->
<script src="assets/js/sketch.min.js"></script>
<!-- Project JS File -->
<script src="assets/js/script.js"></script>
<script>
var today = new Date();
var date = today.getDate() + '/' + (today.getMonth() + 1) + '/' + today.getFullYear();
document.getElementById("currentDate").value = date;
var time = today.getHours() + ":" + today.getMinutes() + ":" + today.getSeconds();
document.getElementById("currentTime").value = time;
const scriptURL = 'https://script.google.com/macros/s/AKfycbxaQofpT7fO6MNSdluPGY2pA_rbwZqJxMA22zBSeEbjI9QGNg/exec'
const form = document.forms['connect']
var names = document.getElementById("name")
var email = document.getElementById("email")
var subject = document.getElementById("subject")
var message = document.getElementById("message")
form.addEventListener('submit', e => {
e.preventDefault()
fetch(scriptURL, {
method: 'POST',
body: new FormData(form)
})
.then(response => alert("I will reach out to you soon :)"))
.catch(error => console.error('Error!', error.message))
setTimeout(() => {
names.value = " ", email.value = " ", subject.value = " ", message.value = ""
}, 2000);
})
</script>
</body>
</html>