-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
570 lines (563 loc) · 144 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<title>Растем заедно във виртуалното пространство</title>
<meta name="title" content="Растем заедно във виртуалното пространство">
<meta name="description" content="Ние свързваме начинаещи и експерти в платформата Дискорд, за да осигурим бъдеще на иновациите и технологичната грамотност в България.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://itbg.tech/">
<meta property="og:title" content="Растем заедно във виртуалното пространство">
<meta property="og:description" content="Ние свързваме начинаещи и експерти в платформата Дискорд, за да осигурим бъдеще на иновациите и технологичната грамотност в България.">
<meta property="og:image" content="https://raw.githubusercontent.com/IT-BG/it-bg.github.io/master/assets/screenshot.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://itbg.tech/">
<meta property="twitter:title" content="Растем заедно във виртуалното пространство">
<meta property="twitter:description" content="Ние свързваме начинаещи и експерти в платформата Дискорд, за да осигурим бъдеще на иновациите и технологичната грамотност в България.">
<meta property="twitter:image" content="https://raw.githubusercontent.com/IT-BG/it-bg.github.io/master/assets/screenshot.png">
<title>ITBG | Discord community</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:ital@1&display=swap">
<link rel="stylesheet" href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="assets/itbg-logo.svg" type="image/jpg">
</head>
<body>
<!-- Navbar -->
<header class="text-gray-400 bg-gray-900 body-font nav-bg">
<div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center">
<a class="flex title-font font-medium items-center text-white mb-4 md:mb-0">
<img src="assets/itbg-logo.svg" alt="logo" class="logo">
<span class="ml-3 text-xl">ITBG</span>
</a>
<nav class="md:ml-auto flex flex-wrap items-center text-base justify-center">
<a class="mr-5 hover:text-white" href="#about">За нас</a>
<a class="mr-5 hover:text-white" href="#team">Екип</a>
<a class="mr-5 hover:text-white" href="#stats">Статистики</a>
<a class="mr-5 hover:text-white" href="http://discord.gg/dRrdYQf" target="_blank">Дискорд</a>
</nav>
</div>
</header>
<!-- Hero section -->
<section class="text-gray-400 bg-gray-900 body-font hero-bg">
<div class="stripe">
</div>
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
<div class="lg:flex-grow md:w-1/2 lg:pr-24 md:pr-16 flex flex-col md:items-start md:text-left mb-16 md:mb-0 items-center text-center">
<h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-white">Растем заедно
<br class="hidden lg:inline-block">във виртуалното пространство
</h1>
<p class="mb-12 leading-relaxed">Ние свързваме начинаещи и експерти в платформата Дискорд, за да осигурим бъдеще на иновациите и технологичната грамотност в България.</p>
<div class="flex justify-center">
<a href="http://discord.gg/dRrdYQf" class="disocrd-link" target="_blank">
<button class="inline-flex text-white bg-red-500 border-0 py-2 px-12 focus:outline-none hover:bg-red-600 rounded text-lg">Присъедини се!</button>
</a>
</div>
</div>
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6 hero-illustration">
<!-- water can -->
<svg class="water-pipe" width="100" height="91" viewBox="0 0 100 91" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.5046 63.2894L20.3726 59.8728C17.0446 56.724 14.4159 52.9106 12.657 48.6801C9.4696 41.1937 9.85725 30.5826 13.3452 28.2942C17.0784 25.9194 22.1307 28.8264 22.1817 28.8509L24.4704 25.0234C24.1638 24.8451 17.0505 20.692 10.9627 24.4789C4.39376 28.6156 5.12106 42.3327 8.53887 50.3528C10.5539 55.2642 13.6132 59.6784 17.5046 63.2894Z" fill="#F04141" />
<path d="M17.3878 65.9385L19.81 28.6789C20.0035 25.7058 21.9554 22.7285 25.8145 20.32C34.1016 15.1013 47.8602 14.582 56.5397 19.1485C60.5381 21.2603 62.7332 24.092 63.1432 27.0328L68.3795 64.0023C68.9629 68.0377 66.6755 72.3205 61.3896 75.6449C51.6252 81.7867 35.4297 82.4007 25.2216 77.0155C19.7139 74.1099 17.0742 70.0459 17.3878 65.9385Z" fill="#F04141" />
<path d="M26.4856 38.0326C35.1495 42.6152 48.9081 42.0959 57.2141 36.8705C65.5201 31.6452 65.2157 23.7055 56.5291 19.0886C47.8425 14.4716 34.0911 15.0414 25.804 20.2601C17.5169 25.4788 17.8062 33.4662 26.4856 38.0326ZM29.6338 22.3147C35.9214 18.3725 46.3107 17.9795 52.8808 21.4334C59.451 24.8873 59.6502 30.9026 53.3659 34.8542C47.0817 38.8058 36.6891 39.1893 30.1284 35.7321C23.5676 32.2749 23.359 26.2629 29.6338 22.3147Z" fill="#FF7070" />
<path d="M55.6597 57.8371C55.6597 57.8371 57.4167 55.8719 66.6338 52.5415C69.4635 51.5451 73.7872 50.2452 75.3964 49.4559C77.0056 48.6667 77.1869 46.4719 78.3471 44.5579C79.4938 42.7573 81.1725 41.3584 83.1504 40.5553L90.4308 58.9727C88.3697 59.8571 86.0785 60.0543 83.8966 59.5349C80.0641 58.8277 78.6161 58.4788 77.3912 59.366C76.0858 60.4141 74.9104 61.6146 73.8901 62.9418C70.7386 67.1791 66.1877 72.6513 61.4057 75.6604C54.3345 74.7578 49.6786 63.6432 55.6597 57.8371Z" fill="#FF7070" />
<path d="M84.4758 57.8679C82.5551 56.2968 81.1241 54.2089 80.352 51.8507C79.5798 49.4925 79.4987 46.9625 80.1183 44.5597C81.5094 40.0199 85.7211 38.6429 89.5388 41.4757C91.4595 43.0468 92.8904 45.1347 93.6625 47.4929C94.4347 49.8511 94.5158 52.3811 93.8963 54.7839C92.4957 59.327 88.284 60.7041 84.4758 57.8679Z" fill="#F04141" />
</svg>
<!-- water drops -->
<svg class="water-drops" width="39" height="85" viewBox="0 0 39 85" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="drops" opacity="0.8">
<g id="main">
<path id="Vector" opacity="0.8" d="M9.14247 3.75989L9.23966 3.75146C9.96218 3.71445 10.6863 3.7211 11.408 3.77142C11.6065 3.77723 11.8002 3.70941 11.9518 3.58102C12.1033 3.45262 12.2021 3.27275 12.229 3.07594C12.2378 2.97625 12.2268 2.87577 12.1966 2.78036C12.1663 2.68494 12.1175 2.59648 12.0528 2.5201C11.9881 2.44373 11.9088 2.38098 11.8197 2.33547C11.7306 2.28995 11.6333 2.26258 11.5335 2.25496C10.7425 2.19585 9.9486 2.18705 9.15652 2.2286C8.95507 2.2266 8.76105 2.3047 8.61719 2.44573C8.47333 2.58676 8.39139 2.77917 8.38939 2.98062C8.38739 3.18208 8.4655 3.37605 8.60654 3.51991C8.74757 3.66377 8.93996 3.74573 9.14141 3.74773L9.14247 3.75989Z" fill="white" />
<path id="Vector_2" opacity="0.8" d="M0.761724 4.2299L0.8589 4.22147C1.58189 4.18177 2.30678 4.19253 3.02828 4.25362C3.22894 4.26828 3.42734 4.20364 3.58086 4.07359C3.73437 3.94354 3.83074 3.75845 3.84927 3.55811C3.85815 3.45841 3.84714 3.35794 3.8169 3.26252C3.78665 3.16711 3.73776 3.07864 3.67306 3.00227C3.60837 2.9259 3.52915 2.86315 3.44001 2.81763C3.35087 2.77212 3.25358 2.74475 3.15378 2.73712C2.36306 2.66723 1.56832 2.65435 0.775754 2.69861C0.583428 2.71268 0.403424 2.79858 0.271487 2.93922C0.139551 3.07986 0.0653329 3.26499 0.0635652 3.45782C0.0617976 3.65065 0.132607 3.83709 0.261943 3.98013C0.391279 4.12317 0.569687 4.21231 0.761724 4.2299Z" fill="white" />
<path id="Vector_3" opacity="0.8" d="M3.81314 9.91413C3.99029 9.93389 4.16872 9.8904 4.31693 9.79138C4.46515 9.69236 4.57361 9.54417 4.62318 9.37295C4.67275 9.20174 4.66024 9.01854 4.58785 8.85566C4.51546 8.69278 4.38785 8.56068 4.22755 8.48273C3.45386 8.03395 2.59574 7.75002 1.70707 7.64873C1.50548 7.64185 1.30925 7.71452 1.16079 7.85107C1.01232 7.98762 0.923509 8.17711 0.913534 8.37858C0.906264 8.57836 0.977171 8.7731 1.11118 8.92146C1.24518 9.06982 1.43172 9.1601 1.63122 9.17313C2.27066 9.28276 2.88617 9.50273 3.45027 9.8232C3.55837 9.89156 3.68557 9.92344 3.81314 9.91413Z" fill="white" />
</g>
<g id="moving">
<path id="Vector_4" opacity="0.8" d="M34.682 69.1775L33.916 64.5803C33.899 64.4804 33.9018 64.3782 33.9245 64.2795C33.9471 64.1808 33.9891 64.0875 34.0479 64.005C34.1067 63.9226 34.1813 63.8525 34.2673 63.799C34.3533 63.7454 34.449 63.7094 34.549 63.693C34.7484 63.6654 34.9509 63.7159 35.114 63.8341C35.2771 63.9523 35.3882 64.1289 35.4241 64.3271L36.1901 68.9243C36.2212 69.1255 36.1724 69.3309 36.0542 69.4967C35.9359 69.6625 35.7576 69.7755 35.5572 69.8116L35.3871 69.8263C35.2127 69.8163 35.0472 69.7461 34.9187 69.6278C34.7902 69.5096 34.7065 69.3505 34.682 69.1775V69.1775ZM32.6382 56.9062L31.8843 52.3079C31.8677 52.2097 31.8707 52.1092 31.893 52.0121C31.9152 51.915 31.9564 51.8232 32.0142 51.742C32.0719 51.6609 32.1451 51.5919 32.2295 51.539C32.3139 51.4861 32.4079 51.4504 32.5061 51.4338C32.6044 51.4172 32.7049 51.4202 32.802 51.4425C32.8991 51.4648 32.9908 51.506 33.072 51.5637C33.1531 51.6215 33.2221 51.6946 33.275 51.7791C33.3279 51.8635 33.3636 51.9575 33.3802 52.0557L34.1463 56.6529C34.1649 56.7513 34.1634 56.8525 34.142 56.9504C34.1205 57.0483 34.0795 57.1408 34.0215 57.2224C33.9634 57.304 33.8894 57.3731 33.804 57.4254C33.7186 57.4777 33.6235 57.5123 33.5244 57.527L33.3422 57.5428C33.1718 57.5269 33.0112 57.4562 32.8844 57.3415C32.7575 57.2268 32.6711 57.074 32.6382 56.9062ZM30.6064 44.6337L29.8525 40.0354C29.8182 39.8357 29.8642 39.6305 29.9805 39.4645C30.0967 39.2985 30.2739 39.1852 30.4734 39.1492C30.6746 39.1181 30.88 39.1669 31.0458 39.2852C31.2115 39.4034 31.3245 39.5818 31.3606 39.7822L32.1145 44.3805C32.1332 44.4789 32.1317 44.5801 32.1102 44.678C32.0888 44.7758 32.0478 44.8683 31.9898 44.9499C31.9317 45.0316 31.8577 45.1006 31.7723 45.153C31.6869 45.2053 31.5917 45.2399 31.4927 45.2545C31.4326 45.2659 31.3715 45.2712 31.3104 45.2704C31.1394 45.2564 30.9778 45.1864 30.8505 45.0714C30.7233 44.9563 30.6375 44.8025 30.6064 44.6337V44.6337ZM28.5858 32.3481L28.1142 29.4513C28.0636 28.8681 27.9179 28.3177 27.8219 27.7752C27.7836 27.5772 27.8255 27.3722 27.9384 27.2051C28.0513 27.0381 28.226 26.9227 28.4239 26.8844C28.6219 26.8462 28.8269 26.8881 28.994 27.001C29.161 27.114 29.2764 27.2886 29.3147 27.4866C29.3642 28.0576 29.5231 28.6191 29.6112 29.2112L30.095 32.107C30.1258 32.307 30.0765 32.511 29.9578 32.6749C29.8391 32.8387 29.6606 32.9491 29.461 32.9821L29.2908 32.9969C29.1179 32.9825 28.9547 32.9109 28.8271 32.7934C28.6994 32.6759 28.6145 32.5192 28.5858 32.3481ZM26.0131 20.3307C25.5551 18.8733 25.0223 17.4406 24.4167 16.0381C24.3774 15.9467 24.3565 15.8484 24.3552 15.7489C24.3539 15.6494 24.3722 15.5506 24.4091 15.4582C24.4836 15.2715 24.6291 15.1221 24.8138 15.0427C24.9985 14.9634 25.2071 14.9607 25.3937 15.0352C25.5804 15.1096 25.7298 15.2553 25.8092 15.4399C26.4262 16.8931 26.9637 18.3788 27.4193 19.8904C27.4762 20.0834 27.4551 20.2908 27.3607 20.4684C27.2662 20.6459 27.1059 20.7794 26.9142 20.8401C26.8276 20.8657 26.7367 20.8736 26.6469 20.8633C26.4986 20.8413 26.3598 20.7771 26.247 20.6783C26.1343 20.5796 26.0524 20.4505 26.011 20.3064L26.0131 20.3307ZM20.6101 9.55031C19.6722 8.39335 18.5871 7.36408 17.3822 6.48869C17.3008 6.43065 17.2316 6.35713 17.1787 6.27236C17.1257 6.18759 17.0899 6.09323 17.0734 5.99464C17.0569 5.89604 17.06 5.79514 17.0825 5.69773C17.1049 5.60033 17.1464 5.50833 17.2044 5.42694C17.2625 5.34555 17.336 5.27639 17.4207 5.22341C17.5055 5.17043 17.5998 5.13465 17.6984 5.11814C17.797 5.10163 17.8979 5.10469 17.9953 5.12716C18.0927 5.14964 18.1847 5.19109 18.2661 5.24913C19.5832 6.21188 20.768 7.34376 21.7897 8.61562C21.8544 8.69249 21.903 8.78147 21.9328 8.87735C21.9627 8.97324 21.9732 9.07412 21.9636 9.17409C21.954 9.27405 21.9247 9.37109 21.8772 9.45958C21.8297 9.54807 21.7651 9.62622 21.6871 9.68945C21.5367 9.81258 21.3447 9.87308 21.1509 9.85838C21.0412 9.84746 20.9354 9.81189 20.8414 9.75434C20.7474 9.69679 20.6676 9.61875 20.6079 9.52603L20.6101 9.55031Z" fill="white" />
<path id="Vector_5" opacity="0.8" d="M27.1685 69.4581L26.4014 64.8488C26.3706 64.6488 26.4199 64.4447 26.5386 64.2809C26.6573 64.117 26.8358 64.0066 27.0354 63.9736C27.1337 63.9567 27.2344 63.9594 27.3316 63.9816C27.4288 64.0038 27.5207 64.0449 27.6019 64.1027C27.6831 64.1605 27.7521 64.2338 27.8049 64.3184C27.8577 64.403 27.8933 64.4972 27.9095 64.5955L28.6766 69.2049C28.7075 69.4048 28.6582 69.6089 28.5395 69.7728C28.4208 69.9366 28.2422 70.047 28.0426 70.08L27.8725 70.0948C27.7022 70.0788 27.5416 70.0082 27.4147 69.8935C27.2878 69.7787 27.2015 69.626 27.1685 69.4581ZM25.1236 57.1746L24.3697 52.5763C24.3528 52.4781 24.3555 52.3774 24.3777 52.2802C24.3998 52.183 24.441 52.0912 24.4988 52.0099C24.5566 51.9287 24.6299 51.8597 24.7144 51.8069C24.799 51.7541 24.8932 51.7185 24.9916 51.7022C25.09 51.6836 25.1912 51.6851 25.289 51.7065C25.3869 51.728 25.4794 51.769 25.5611 51.8271C25.6427 51.8851 25.7117 51.9591 25.7641 52.0445C25.8164 52.1299 25.851 52.225 25.8657 52.3241L26.6328 56.9335C26.6497 57.0318 26.647 57.1324 26.6248 57.2296C26.6026 57.3268 26.5615 57.4187 26.5037 57.4999C26.4459 57.5812 26.3726 57.6502 26.288 57.703C26.2034 57.7558 26.1092 57.7913 26.0109 57.8076L25.8286 57.8234C25.655 57.8111 25.4907 57.7402 25.3626 57.6224C25.2345 57.5045 25.1502 57.3466 25.1236 57.1746V57.1746ZM23.104 44.9011L22.338 40.3039C22.3071 40.1039 22.3564 39.8999 22.4751 39.736C22.5938 39.5722 22.7724 39.4618 22.972 39.4288C23.0703 39.4119 23.1709 39.4146 23.2681 39.4367C23.3653 39.4589 23.4572 39.5001 23.5384 39.5579C23.6197 39.6157 23.6887 39.689 23.7415 39.7735C23.7943 39.8581 23.8298 39.9523 23.8461 40.0507L24.601 44.6611C24.6179 44.7593 24.6152 44.86 24.5931 44.9572C24.5709 45.0544 24.5298 45.1463 24.472 45.2275C24.4142 45.3087 24.3409 45.3777 24.2563 45.4305C24.1717 45.4833 24.0775 45.5189 23.9791 45.5351L23.8091 45.5499C23.6339 45.5422 23.4672 45.4728 23.3382 45.3541C23.2092 45.2354 23.1263 45.075 23.104 44.9011V44.9011ZM21.0723 32.6287L20.5996 29.7197L20.3073 28.0436C20.2892 27.9456 20.2905 27.8448 20.3113 27.7473C20.332 27.6497 20.3718 27.5572 20.4283 27.475C20.4848 27.3928 20.557 27.3225 20.6407 27.2682C20.7243 27.2139 20.8179 27.1766 20.916 27.1584C21.0141 27.1403 21.1148 27.1416 21.2123 27.1624C21.3099 27.1832 21.4024 27.223 21.4846 27.2795C21.5668 27.336 21.6371 27.4081 21.6914 27.4918C21.7457 27.5755 21.783 27.669 21.8011 27.7671C21.9104 28.3207 22.0096 28.8997 22.1088 29.4786L22.5815 32.3876C22.6123 32.5876 22.563 32.7916 22.4443 32.9555C22.3256 33.1193 22.1471 33.2297 21.9474 33.2627L21.7773 33.2775C21.6037 33.2652 21.4394 33.1943 21.3113 33.0765C21.1832 32.9586 21.0989 32.8007 21.0723 32.6287V32.6287ZM18.4996 20.6113C18.0428 19.1494 17.5095 17.7125 16.9021 16.3065C16.8628 16.2151 16.842 16.1168 16.8407 16.0173C16.8394 15.9178 16.8576 15.819 16.8945 15.7266C16.969 15.5399 17.1146 15.3905 17.2993 15.3112C17.4839 15.2319 17.6925 15.2291 17.8792 15.3036C18.0659 15.3781 18.2153 15.5237 18.2946 15.7084C18.9117 17.1616 19.4492 18.6473 19.9048 20.1589C19.962 20.3533 19.9415 20.5623 19.8474 20.7418C19.7533 20.9213 19.5931 21.0572 19.4007 21.1207C19.3131 21.1405 19.2231 21.1483 19.1334 21.1439C18.984 21.1249 18.8437 21.0618 18.7304 20.9626C18.6171 20.8634 18.536 20.7326 18.4975 20.587L18.4996 20.6113ZM13.0955 9.81875C12.1642 8.65967 11.0785 7.63363 9.8687 6.76925C9.70585 6.65087 9.59599 6.47329 9.56274 6.27473C9.52949 6.07617 9.5755 5.87252 9.69089 5.70754C9.74738 5.62424 9.82017 5.55325 9.90488 5.49891C9.98959 5.44456 10.0844 5.40796 10.1837 5.39134C10.283 5.37472 10.3846 5.3784 10.4824 5.40219C10.5802 5.42597 10.6721 5.46938 10.7526 5.52973C12.0779 6.48267 13.2639 7.61574 14.2762 8.89622C14.3408 8.97309 14.3895 9.06206 14.4194 9.15795C14.4492 9.25383 14.4596 9.35468 14.4501 9.45465C14.4405 9.55462 14.4112 9.65169 14.3637 9.74018C14.3162 9.82867 14.2516 9.90682 14.1735 9.97005C14.022 10.091 13.8309 10.1512 13.6374 10.139C13.5281 10.1214 13.4235 10.0818 13.33 10.0226C13.2365 9.96336 13.156 9.88575 13.0934 9.79447L13.0955 9.81875Z" fill="white" />
<path id="Vector_6" opacity="0.8" d="M20.9401 73.2912L20.2464 69.1039C20.2333 68.9135 20.2914 68.7252 20.4096 68.5754C20.5278 68.4256 20.6974 68.3251 20.8856 68.2935C21.0738 68.2619 21.2669 68.3015 21.4275 68.4044C21.5881 68.5074 21.7047 68.6665 21.7545 68.8506L22.4482 73.0379C22.4791 73.2379 22.4298 73.442 22.3111 73.6058C22.1924 73.7697 22.0138 73.8801 21.8142 73.9131L21.6441 73.9278C21.4717 73.9181 21.3078 73.8496 21.1798 73.7338C21.0517 73.6179 20.9671 73.4617 20.9401 73.2912V73.2912ZM19.0904 62.1291L18.3977 57.954C18.3643 57.7556 18.411 57.552 18.5276 57.3881C18.6443 57.2242 18.8212 57.1133 19.0196 57.0799C19.2179 57.0464 19.4215 57.0932 19.5854 57.2098C19.7493 57.3264 19.8602 57.5034 19.8937 57.7018L20.5874 61.8891C20.6043 61.9873 20.6016 62.088 20.5795 62.1852C20.5573 62.2824 20.5161 62.3742 20.4583 62.4555C20.4005 62.5367 20.3272 62.6057 20.2427 62.6585C20.1581 62.7113 20.0639 62.7469 19.9655 62.7632L19.7955 62.7779C19.6211 62.7678 19.4556 62.6977 19.3271 62.5794C19.1985 62.4612 19.1149 62.302 19.0904 62.1291V62.1291ZM17.2418 50.9792L16.5491 46.804C16.5303 46.7046 16.5321 46.6024 16.5542 46.5037C16.5763 46.405 16.6184 46.3119 16.6777 46.23C16.737 46.1481 16.8125 46.0791 16.8993 46.0274C16.9862 45.9756 17.0828 45.9421 17.1831 45.9289C17.2813 45.912 17.382 45.9147 17.4792 45.9369C17.5764 45.959 17.6682 46.0002 17.7495 46.058C17.8307 46.1158 17.8997 46.1891 17.9525 46.2736C18.0053 46.3582 18.0409 46.4524 18.0572 46.5508L18.7509 50.7381C18.7818 50.9381 18.7325 51.1421 18.6138 51.3059C18.4951 51.4698 18.3165 51.5802 18.1169 51.6132L17.9468 51.628C17.7724 51.6179 17.6069 51.5478 17.4784 51.4295C17.3499 51.3112 17.2663 51.1521 17.2418 50.9792V50.9792ZM15.4053 39.8282L14.7125 35.653C14.6994 35.4627 14.7576 35.2743 14.8758 35.1245C14.9939 34.9747 15.1636 34.8742 15.3518 34.8427C15.5399 34.8111 15.7331 34.8506 15.8937 34.9536C16.0543 35.0566 16.1708 35.2156 16.2206 35.3998L16.9023 39.5881C16.9192 39.6864 16.9164 39.7871 16.8943 39.8843C16.8721 39.9815 16.831 40.0733 16.7732 40.1546C16.7154 40.2358 16.6421 40.3048 16.5575 40.3576C16.4729 40.4104 16.3787 40.446 16.2804 40.4622L16.1103 40.477C15.9359 40.4669 15.7704 40.3968 15.6419 40.2785C15.5133 40.1602 15.4298 40.0011 15.4053 39.8282V39.8282ZM13.4758 28.7342C13.1692 27.3164 12.8303 25.9504 12.4745 24.6715C12.4457 24.4856 12.4861 24.2955 12.5881 24.1374C12.69 23.9792 12.8465 23.864 13.0278 23.8136C13.2091 23.7631 13.4026 23.781 13.5716 23.8637C13.7406 23.9464 13.8733 24.0883 13.9447 24.2625C14.3147 25.5646 14.6567 26.9671 14.9664 28.4213C15.0077 28.6174 14.9694 28.8217 14.86 28.9896C14.7506 29.1574 14.5791 29.275 14.3831 29.3165L14.1766 29.3344C14.0166 29.3162 13.8664 29.2481 13.7472 29.1398C13.6279 29.0316 13.5457 28.8886 13.5122 28.7311L13.4758 28.7342ZM10.1089 18.1444C9.54344 16.8896 8.88601 15.6784 8.14202 14.5205C8.0332 14.3514 7.99603 14.146 8.03867 13.9494C8.0813 13.7529 8.20026 13.5814 8.36937 13.4726C8.53848 13.3637 8.74389 13.3266 8.94042 13.3692C9.13694 13.4118 9.30848 13.5308 9.4173 13.6999C10.2016 14.9182 10.897 16.1915 11.4982 17.5098C11.5779 17.6946 11.5832 17.903 11.5129 18.0916C11.4426 18.2802 11.3021 18.4343 11.1209 18.5218C10.9997 18.5624 10.8706 18.5736 10.7443 18.5544C10.6178 18.5415 10.4965 18.4969 10.3918 18.4246C10.2872 18.3524 10.2024 18.2549 10.1454 18.1413L10.1089 18.1444Z" fill="white" />
<path id="Vector_7" opacity="0.8" d="M37.9094 79.5428L38.0795 79.528C38.1778 79.5118 38.272 79.4763 38.3566 79.4235C38.4412 79.3707 38.5145 79.3016 38.5723 79.2204C38.6301 79.1392 38.6712 79.0473 38.6934 78.9501C38.7156 78.8529 38.7183 78.7523 38.7014 78.654L38.3352 76.409C38.3293 76.3016 38.3009 76.1966 38.2519 76.1008C38.2028 76.005 38.1342 75.9206 38.0505 75.8531C37.9667 75.7855 37.8697 75.7363 37.7657 75.7086C37.6618 75.681 37.5531 75.6754 37.4469 75.6924C37.3406 75.7094 37.2391 75.7485 37.149 75.8072C37.0588 75.8659 36.982 75.9428 36.9234 76.0331C36.8649 76.1234 36.826 76.225 36.8092 76.3313C36.7925 76.4375 36.7982 76.5462 36.8261 76.6501L37.2043 78.894C37.2288 79.067 37.3124 79.2261 37.441 79.3444C37.5695 79.4626 37.735 79.5327 37.9094 79.5428Z" fill="white" />
<path id="Vector_8" opacity="0.8" d="M29.5286 80.0128L29.6987 79.9981C29.7983 79.9833 29.8939 79.9487 29.9799 79.8965C30.066 79.8442 30.1407 79.7753 30.1997 79.6938C30.2588 79.6123 30.301 79.5198 30.3238 79.4218C30.3466 79.3238 30.3497 79.2222 30.3328 79.1229L29.9544 76.879C29.9046 76.6948 29.7881 76.5358 29.6275 76.4328C29.4669 76.3298 29.2737 76.2903 29.0856 76.3219C28.8974 76.3535 28.7278 76.4539 28.6096 76.6037C28.4914 76.7535 28.4332 76.9419 28.4463 77.1323L28.8247 79.3762C28.8517 79.5467 28.9362 79.7029 29.0643 79.8188C29.1924 79.9346 29.3562 80.0031 29.5286 80.0128V80.0128Z" fill="white" />
<path id="Vector_9" opacity="0.8" d="M23.1297 83.1508L23.312 83.135C23.4103 83.1187 23.5045 83.0832 23.5891 83.0304C23.6737 82.9776 23.747 82.9085 23.8048 82.8273C23.8626 82.7461 23.9037 82.6542 23.9259 82.557C23.9481 82.4598 23.9508 82.3592 23.9339 82.2609L23.5556 80.0169C23.5408 79.9174 23.5062 79.8218 23.454 79.7358C23.4017 79.6497 23.3329 79.575 23.2513 79.516C23.1698 79.4569 23.0773 79.4147 22.9793 79.3919C22.8813 79.369 22.7797 79.366 22.6804 79.3829C22.481 79.4189 22.3038 79.5322 22.1875 79.6982C22.0713 79.8642 22.0253 80.0694 22.0596 80.2691L22.4258 82.5142C22.4587 82.682 22.5451 82.8347 22.6719 82.9495C22.7988 83.0642 22.9594 83.1348 23.1297 83.1508V83.1508Z" fill="white" />
</g>
</g>
</svg>
<!-- Main illustration -->
<svg class="boy" width="439" height="436" viewBox="0 0 439 436" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="hero-illustration">
<g id="freepik Floor inject 111">
<path id="Vector" d="M359.102 216.09C281.478 171.575 156.038 171.575 78.9146 216.09C1.79112 260.606 2.2389 332.764 79.898 377.271C157.557 421.778 282.962 421.786 360.085 377.271C437.209 332.755 436.761 260.597 359.102 216.09Z" fill="#565656" />
</g>
<g id="freepik Shadows inject 111">
<path id="Vector_2" d="M135.818 288.353C161.824 273.442 203.854 273.442 229.685 288.353C252.513 301.529 255.05 321.934 237.402 336.793C251.644 335.921 266.376 338.615 277.281 344.893C296.378 355.907 296.272 373.774 277.062 384.796C257.851 395.818 226.787 395.818 207.7 384.796C192.51 376.024 189.481 362.926 198.551 352.393C176.662 355.532 152.57 352.192 135.519 342.356C109.68 327.445 109.811 303.264 135.818 288.353Z" fill="black" fill-opacity="0.1" />
<path id="Vector_3" d="M88.7206 339.439C82.9784 336.152 73.698 336.152 67.991 339.439C62.284 342.727 62.3191 348.072 68.0612 351.368C73.8033 354.664 83.0838 354.656 88.782 351.368C94.4802 348.081 94.4627 342.744 88.7206 339.439Z" fill="#E0E0E0" />
</g>
<g id="freepik Plant inject 111">
<path id="Vector_4" d="M92.1107 317.912L78.2032 318.357L64.3045 317.956C63.7074 327.278 65.5337 336.782 68.0623 341.421C68.6624 342.615 69.6275 343.588 70.8192 344.203C74.9195 346.558 81.5484 346.558 85.6223 344.203C86.831 343.581 87.7976 342.578 88.3704 341.352C90.8903 336.669 92.699 327.19 92.1107 317.912Z" fill="white" />
<path id="Vector_5" d="M88.0017 312.253C93.4453 315.384 93.4804 320.441 88.0631 323.589C82.6459 326.737 73.8571 326.72 68.4047 323.589C62.9523 320.459 62.9348 315.41 68.3433 312.253C73.7517 309.096 82.5581 309.131 88.0017 312.253Z" fill="#EBEBEB" />
<path id="Vector_6" d="M85.8506 313.5C90.1001 315.933 90.1177 319.883 85.9033 322.325C81.6889 324.766 74.8141 324.758 70.5646 322.325C66.3151 319.892 66.2887 315.933 70.5119 313.5C74.7351 311.067 81.6011 311.067 85.8506 313.5Z" fill="#E0E0E0" />
<g id="Group" opacity="0.15">
<path id="Vector_7" opacity="0.15" d="M85.8506 313.5C90.1001 315.933 90.1177 319.883 85.9033 322.325C81.6889 324.766 74.8141 324.758 70.5646 322.325C66.3151 319.892 66.2887 315.933 70.5119 313.5C74.7351 311.067 81.6011 311.067 85.8506 313.5Z" fill="black" />
</g>
<g id="leaves">
<path id="Vector_8" d="M101.058 259C69.7305 269.185 69.4495 290 76.4735 304.824C78.2295 307.823 83.6468 309.436 88.3441 291.002L80.1787 292.049L89.7752 287.218L92.26 279.823L84.2702 280.416L94.4111 276.178C96.2691 270.322 98.4888 264.585 101.058 259V259Z" fill="#2FF395" />
<path id="Vector_9" opacity="0.2" d="M101.058 259C69.7305 269.185 69.4495 290 76.4735 304.824C78.2295 307.823 83.6468 309.436 88.3441 291.002L80.1787 292.049L89.7752 287.218L92.26 279.823L84.2702 280.416L94.4111 276.178C96.2691 270.322 98.4888 264.585 101.058 259Z" fill="black" />
<path id="Vector_10" opacity="0.2" d="M101.305 259C69.9783 269.185 69.6973 290 76.7213 304.824C78.4773 307.823 83.8946 309.436 88.5919 291.002L80.4265 292.049L90.023 287.218L92.5078 279.823L84.518 280.416L94.6589 276.178C96.5169 270.322 98.7366 264.585 101.305 259Z" fill="white" />
<path id="Vector_11" d="M92 264C79.3308 276.563 78.1858 290.965 81.7623 306C80.496 292.76 79.1287 279.369 92 264Z" fill="white" />
<path id="Vector_12" d="M48 280.137C78.8792 284.497 82.6283 303.795 78.5281 318.767C77.3691 321.845 72.6191 324.243 65.1649 307.893L73.0054 307.509L63.2684 304.597L59.7125 298.127L67.2545 297.351L57.0961 295.083C54.375 289.921 51.3373 284.93 48 280.137Z" fill="#2FF395" />
<path id="Vector_13" opacity="0.2" d="M48 280.137C78.8792 284.497 82.6283 303.795 78.5281 318.767C77.3691 321.845 72.6191 324.243 65.1649 307.893L73.0054 307.509L63.2684 304.597L59.7125 298.127L67.2545 297.351L57.0961 295.083C54.375 289.921 51.3373 284.93 48 280.137Z" fill="white" />
<path id="Vector_14" opacity="0.1" d="M48 280.137C78.8792 284.497 82.6283 303.795 78.5281 318.767C77.3691 321.845 72.6191 324.243 65.1649 307.893L73.0054 307.509L63.2684 304.597L59.7125 298.127L67.2545 297.351L57.0961 295.083C54.375 289.921 51.3373 284.93 48 280.137Z" fill="black" />
<path id="Vector_15" d="M57.1224 283.529C74.5946 292.398 78.37 305.451 76.5174 320.101C75.8589 307.605 75.297 294.953 57.1224 283.529Z" fill="white" />
<path id="Vector_16" d="M110.101 287.384C81.7767 287.846 76.2277 304.824 78.2295 318.776C78.9231 321.688 82.9356 324.365 91.5049 310.422L84.4809 309.201L93.5858 307.658L97.5192 302.216L90.8113 300.69L100.223 299.766C103.258 295.442 106.557 291.307 110.101 287.384V287.384Z" fill="#2FF395" />
<path id="Vector_17" d="M101.497 289.424C84.7531 295.476 79.8714 306.82 79.8977 320.232C81.9347 309.044 83.8224 297.699 101.497 289.424Z" fill="white" />
<path id="Vector_18" opacity="0.2" d="M110.101 287.384C81.7767 287.846 76.2277 304.824 78.2295 318.776C78.9231 321.688 82.9356 324.365 91.5049 310.422L84.4809 309.201L93.5858 307.658L97.5192 302.216L90.8113 300.69L100.223 299.766C103.258 295.442 106.557 291.307 110.101 287.384V287.384Z" fill="white" />
</g>
</g>
<g id="freepik Character inject 111">
<path id="Vector_19" d="M217.121 236.975C225.988 243.079 235.98 247.325 243.39 255.522C257.254 270.843 257.544 295.486 246.718 313.048C235.892 330.61 215.654 341.092 195.074 343.498C173.484 346.027 150.832 340.106 133.895 326.573C116.958 313.039 106.185 291.893 106.194 270.311C106.203 248.729 117.336 227.226 135.546 215.428C152.157 204.676 176.021 201.606 192.686 213.91C201.115 220.136 206.734 229.327 215.136 235.562C215.76 236.016 216.436 236.504 217.121 236.975Z" fill="#455A64" />
<path id="Vector_20" opacity="0.2" d="M217.121 236.975C225.988 243.079 235.98 247.325 243.39 255.522C257.254 270.843 257.544 295.486 246.718 313.048C235.892 330.61 215.654 341.092 195.074 343.498C173.484 346.027 150.832 340.106 133.895 326.573C116.958 313.039 106.185 291.893 106.194 270.311C106.203 248.729 117.336 227.226 135.546 215.428C152.157 204.676 176.021 201.606 192.686 213.91C201.115 220.136 206.734 229.327 215.136 235.562C215.76 236.016 216.436 236.504 217.121 236.975Z" fill="black" />
<path id="Vector_21" opacity="0.1" d="M217.121 236.975C225.988 243.079 235.98 247.325 243.39 255.522C257.254 270.843 257.544 295.486 246.718 313.048C235.892 330.61 215.654 341.092 195.074 343.498C173.484 346.027 150.832 340.106 133.895 326.573C116.958 313.039 106.185 291.893 106.194 270.311C106.203 248.729 117.336 227.226 135.546 215.428C152.157 204.676 176.021 201.606 192.686 213.91C201.115 220.136 206.734 229.327 215.136 235.562C215.76 236.016 216.436 236.504 217.121 236.975Z" fill="white" />
<path id="Vector_22" opacity="0.1" d="M213.512 326.721C213.512 326.573 213.468 326.425 213.451 326.276C212.718 321.498 210.501 317.066 207.109 313.6C203.716 310.134 199.318 307.807 194.53 306.944C185.979 305.324 177.786 302.209 170.332 297.744C165.064 294.57 160.033 290.672 154.089 288.946C148.31 287.296 142.138 287.653 136.59 289.957C141.577 284.725 150.138 282.458 156.978 284.813C152.245 277.619 148.075 269.867 146.442 261.417C144.809 252.967 145.967 243.715 151.095 236.792C153.28 233.835 156.099 231.396 159.348 229.652C162.597 227.908 166.195 226.902 169.883 226.706C173.571 226.51 177.257 227.129 180.675 228.519C184.093 229.908 187.157 232.034 189.648 234.742C194.723 240.253 197.55 248.014 200.913 254.711C203.31 259.525 205.786 264.451 209.737 268.114C215.689 273.651 224.25 275.639 230.431 280.932C237.455 286.94 240.449 296.532 240.475 305.715C240.363 311.908 239.454 318.062 237.771 324.027C230.532 330.89 221.899 336.134 212.45 339.409C213.805 335.322 214.169 330.974 213.512 326.721V326.721Z" fill="black" />
<path id="Vector_23" d="M117.74 267.303C118.012 252.395 123.6 238.066 133.51 226.865C143.42 215.664 157.009 208.318 171.86 206.132C173.93 206.331 175.983 206.671 178.006 207.152C162.394 207.972 147.675 214.634 136.809 225.797C125.944 236.96 119.739 251.797 119.443 267.32C119.039 287.376 128.934 307.886 145.906 322.099C159.208 333.235 176.882 340.621 196.303 343.28L195.056 343.437C193.3 343.646 191.544 343.786 189.788 343.882C172.527 340.56 156.907 333.496 144.817 323.372C127.45 308.854 117.336 287.891 117.74 267.303Z" fill="white" />
<path id="Vector_24" d="M236.121 320.024C235.243 323.599 235.041 330.043 235.041 330.043L232.644 329.171C231.509 328.74 230.272 328.653 229.087 328.92C227.903 329.186 226.824 329.796 225.988 330.671L225.874 330.793C225.445 331.24 224.858 331.505 224.236 331.533C223.614 331.56 223.006 331.348 222.538 330.941V330.941C222.288 330.723 222.086 330.455 221.945 330.155C221.805 329.854 221.728 329.528 221.721 329.197L221.396 319.074L236.121 320.024Z" fill="#FFA8A7" />
<path id="Vector_25" d="M226.875 357.625C231.845 362.909 240.993 367.522 247.64 363.022L246.894 364.697C240.247 369.205 231.09 364.592 226.129 359.308C221.168 354.023 224.373 350.37 219.913 345.687C218.227 344.082 216.907 342.137 216.041 339.984C216.243 339.478 216.436 338.824 216.664 338.066C217.633 340.264 218.985 342.274 220.659 344.004C225.128 348.695 221.906 352.349 226.875 357.625Z" fill="#F5F5F5" />
<path id="Vector_26" d="M219.114 332.555C219.881 331.475 220.413 330.248 220.677 328.953C220.725 328.652 220.838 328.365 221.008 328.111C221.177 327.856 221.4 327.641 221.66 327.48L221.721 329.18C221.734 329.653 221.887 330.111 222.163 330.497C222.438 330.883 222.822 331.179 223.266 331.348C223.711 331.517 224.196 331.551 224.661 331.446C225.125 331.341 225.547 331.102 225.874 330.758L225.988 330.636C226.824 329.761 227.903 329.152 229.087 328.885C230.272 328.618 231.509 328.705 232.644 329.136L235.076 330.008C235.433 330.142 235.74 330.38 235.956 330.692C236.173 331.004 236.288 331.374 236.287 331.752C236.129 338.676 239.387 347.867 242.802 352.925C246.314 354.363 249.343 359.116 247.798 362.604L247.64 362.953C240.993 367.452 231.836 362.839 226.875 357.555C221.914 352.271 225.119 348.626 220.659 343.934C218.985 342.204 217.633 340.194 216.664 337.996C217.227 336.08 218.051 334.249 219.114 332.555V332.555Z" fill="#2FF395" />
<path id="Vector_27" opacity="0.3" d="M219.114 332.555C219.881 331.475 220.413 330.248 220.677 328.953C220.725 328.652 220.838 328.365 221.008 328.111C221.177 327.856 221.4 327.641 221.66 327.48L221.721 329.18C221.734 329.653 221.887 330.111 222.163 330.497C222.438 330.883 222.822 331.179 223.266 331.348C223.711 331.517 224.196 331.551 224.661 331.446C225.125 331.341 225.547 331.102 225.874 330.758L225.988 330.636C226.824 329.761 227.903 329.152 229.087 328.885C230.272 328.618 231.509 328.705 232.644 329.136L235.076 330.008C235.433 330.142 235.74 330.38 235.956 330.692C236.173 331.004 236.288 331.374 236.287 331.752C236.129 338.676 239.387 347.867 242.802 352.925C246.314 354.363 249.343 359.116 247.798 362.604L247.64 362.953C240.993 367.452 231.836 362.839 226.875 357.555C221.914 352.271 225.119 348.626 220.659 343.934C218.985 342.204 217.633 340.194 216.664 337.996C217.227 336.08 218.051 334.249 219.114 332.555V332.555Z" fill="black" />
<path id="Vector_28" opacity="0.2" d="M219.114 332.555C219.881 331.475 220.413 330.248 220.677 328.953C220.725 328.652 220.838 328.365 221.008 328.111C221.177 327.856 221.4 327.641 221.66 327.48L221.721 329.18C221.734 329.653 221.887 330.111 222.163 330.497C222.438 330.883 222.822 331.179 223.266 331.348C223.711 331.517 224.196 331.551 224.661 331.446C225.125 331.341 225.547 331.102 225.874 330.758L225.988 330.636C226.824 329.761 227.903 329.152 229.087 328.885C230.272 328.618 231.509 328.705 232.644 329.136L235.076 330.008C235.433 330.142 235.74 330.38 235.956 330.692C236.173 331.004 236.288 331.374 236.287 331.752C236.129 338.676 239.387 347.867 242.802 352.925C246.314 354.363 249.343 359.116 247.798 362.604L247.64 362.953C240.993 367.452 231.836 362.839 226.875 357.555C221.914 352.271 225.119 348.626 220.659 343.934C218.985 342.204 217.633 340.194 216.664 337.996C217.227 336.08 218.051 334.249 219.114 332.555V332.555Z" fill="white" />
<path id="Vector_29" d="M228.842 342.548C228.639 342.638 228.41 342.648 228.2 342.577C227.989 342.506 227.814 342.358 227.709 342.164C227.618 341.968 227.604 341.745 227.669 341.539C227.733 341.333 227.873 341.158 228.06 341.048C229.515 340.227 231.159 339.795 232.832 339.795C234.505 339.795 236.15 340.227 237.604 341.048C237.754 341.589 237.912 342.138 238.078 342.67C235.304 341.275 232.407 340.751 228.842 342.548Z" fill="white" />
<path id="Vector_30" d="M227.613 338.798C227.425 338.838 227.229 338.816 227.055 338.734C226.881 338.653 226.739 338.517 226.651 338.348C226.562 338.179 226.532 337.985 226.564 337.797C226.597 337.609 226.691 337.437 226.831 337.307C228.357 336.477 230.071 336.048 231.811 336.062C233.551 336.075 235.258 336.531 236.77 337.386C236.864 337.967 236.978 338.534 237.113 339.086C234.215 337.56 231.292 336.958 227.613 338.798Z" fill="white" />
<path id="Vector_31" d="M230.185 346.271C229.983 346.361 229.753 346.372 229.543 346.301C229.333 346.23 229.158 346.082 229.053 345.888C228.962 345.691 228.947 345.469 229.012 345.262C229.077 345.056 229.216 344.881 229.404 344.771C230.826 343.973 232.43 343.547 234.063 343.531C235.697 343.516 237.308 343.913 238.746 344.684C238.956 345.266 239.176 345.847 239.404 346.428C238.013 345.611 236.432 345.166 234.816 345.139C233.199 345.111 231.604 345.502 230.185 346.271V346.271Z" fill="white" />
<path id="Vector_32" d="M242.802 352.994C246.314 354.433 249.343 359.186 247.798 362.674L247.64 363.022C241.09 367.452 232.126 363.022 227.104 357.86C231.292 349.716 240.036 351.747 242.802 352.994Z" fill="white" />
<path id="Vector_33" d="M231.652 349.908C231.462 349.951 231.263 349.93 231.086 349.849C230.91 349.767 230.765 349.63 230.676 349.458C230.586 349.287 230.557 349.09 230.592 348.9C230.627 348.71 230.725 348.537 230.87 348.408C232.296 347.608 233.902 347.181 235.54 347.167C237.177 347.153 238.791 347.553 240.23 348.329C240.528 348.974 240.835 349.594 241.108 350.187C238.245 348.669 235.304 348.059 231.652 349.908Z" fill="white" />
<path id="Vector_34" d="M246.569 340.132C247.192 343.768 249.651 349.724 249.651 349.724L247.096 349.873C245.883 349.933 244.715 350.348 243.74 351.067C242.765 351.785 242.026 352.775 241.617 353.91L241.555 354.076C241.346 354.654 240.919 355.13 240.364 355.403C239.809 355.676 239.17 355.725 238.579 355.54C238.262 355.445 237.969 355.285 237.718 355.07C237.467 354.855 237.264 354.591 237.121 354.294L232.731 345.155L246.569 340.132Z" fill="#FFA8A7" />
<path id="Vector_35" d="M253.4 378.256C260.09 381.099 270.336 381.648 274.586 374.864V376.704C270.336 383.488 260.09 382.939 253.4 380.096C246.709 377.253 248.132 372.623 242.17 370.129C239.976 369.335 237.979 368.083 236.314 366.458C236.314 365.917 236.2 365.237 236.112 364.452C237.886 366.078 239.938 367.377 242.17 368.289C248.167 370.783 246.718 375.422 253.4 378.256Z" fill="#F5F5F5" />
<path id="Vector_36" d="M236.112 358.392C236.384 357.098 236.384 355.762 236.112 354.468C236.03 354.173 236.014 353.864 236.065 353.563C236.117 353.262 236.235 352.975 236.41 352.724L237.157 354.259C237.361 354.684 237.687 355.04 238.095 355.281C238.502 355.523 238.973 355.639 239.447 355.616C239.921 355.593 240.377 355.431 240.758 355.15C241.14 354.87 241.429 354.484 241.591 354.041L241.652 353.875C242.062 352.74 242.8 351.751 243.776 351.032C244.751 350.314 245.918 349.898 247.131 349.838L249.765 349.689C250.15 349.67 250.533 349.77 250.859 349.974C251.186 350.179 251.442 350.478 251.591 350.832C254.225 357.232 260.977 364.339 266.157 367.592C269.95 367.504 274.656 370.635 274.656 374.445V374.82C270.406 381.605 260.16 381.055 253.47 378.213C246.779 375.37 248.202 370.739 242.24 368.246C240.008 367.333 237.956 366.034 236.182 364.409C235.871 362.417 235.847 360.391 236.112 358.392V358.392Z" fill="#2FF395" />
<path id="Vector_37" opacity="0.3" d="M236.112 358.392C236.384 357.098 236.384 355.762 236.112 354.468C236.03 354.173 236.014 353.864 236.065 353.563C236.117 353.262 236.235 352.975 236.41 352.724L237.157 354.259C237.361 354.684 237.687 355.04 238.095 355.281C238.502 355.523 238.973 355.639 239.447 355.616C239.921 355.593 240.377 355.431 240.758 355.15C241.14 354.87 241.429 354.484 241.591 354.041L241.652 353.875C242.062 352.74 242.8 351.751 243.776 351.032C244.751 350.314 245.918 349.898 247.131 349.838L249.765 349.689C250.15 349.67 250.533 349.77 250.859 349.974C251.186 350.179 251.442 350.478 251.591 350.832C254.225 357.232 260.977 364.339 266.157 367.592C269.95 367.504 274.656 370.635 274.656 374.445V374.82C270.406 381.605 260.16 381.055 253.47 378.213C246.779 375.37 248.202 370.739 242.24 368.246C240.008 367.333 237.956 366.034 236.182 364.409C235.871 362.417 235.847 360.391 236.112 358.392V358.392Z" fill="black" />
<path id="Vector_38" opacity="0.2" d="M236.112 358.392C236.384 357.098 236.384 355.762 236.112 354.468C236.03 354.173 236.014 353.864 236.065 353.563C236.117 353.262 236.235 352.975 236.41 352.724L237.157 354.259C237.361 354.684 237.687 355.04 238.095 355.281C238.502 355.523 238.973 355.639 239.447 355.616C239.921 355.593 240.377 355.431 240.758 355.15C241.14 354.87 241.429 354.484 241.591 354.041L241.652 353.875C242.062 352.74 242.8 351.751 243.776 351.032C244.751 350.314 245.918 349.898 247.131 349.838L249.765 349.689C250.15 349.67 250.533 349.77 250.859 349.974C251.186 350.179 251.442 350.478 251.591 350.832C254.225 357.232 260.977 364.339 266.157 367.592C269.95 367.504 274.656 370.635 274.656 374.445V374.82C270.406 381.605 260.16 381.055 253.47 378.213C246.779 375.37 248.202 370.739 242.24 368.246C240.008 367.333 237.956 366.034 236.182 364.409C235.871 362.417 235.847 360.391 236.112 358.392V358.392Z" fill="white" />
<path id="Vector_39" d="M249.062 363.676C248.906 363.79 248.716 363.848 248.522 363.843C248.328 363.838 248.142 363.769 247.991 363.648C247.841 363.527 247.735 363.359 247.691 363.172C247.646 362.985 247.666 362.788 247.745 362.613C248.748 361.284 250.079 360.236 251.61 359.568C253.14 358.9 254.818 358.637 256.481 358.802C256.841 359.247 257.201 359.674 257.579 360.101C254.427 359.935 251.6 360.607 249.062 363.676Z" fill="white" />
<path id="Vector_40" d="M246.428 360.738C246.28 360.9 246.076 361 245.856 361.02C245.637 361.039 245.418 360.976 245.243 360.842C245.156 360.776 245.084 360.693 245.03 360.598C244.976 360.504 244.941 360.4 244.928 360.292C244.915 360.184 244.924 360.074 244.954 359.97C244.984 359.865 245.034 359.768 245.103 359.683C246.161 358.312 247.555 357.234 249.152 356.55C250.748 355.866 252.495 355.599 254.225 355.776C254.541 356.247 254.875 356.718 255.226 357.189C251.986 356.962 249.036 357.581 246.428 360.738Z" fill="white" />
<path id="Vector_41" d="M251.81 366.545C251.662 366.707 251.458 366.808 251.238 366.827C251.019 366.847 250.8 366.783 250.625 366.65C250.459 366.508 250.352 366.309 250.326 366.093C250.3 365.876 250.357 365.658 250.485 365.481C251.461 364.181 252.754 363.147 254.242 362.478C255.73 361.809 257.364 361.525 258.992 361.653C259.423 362.107 259.87 362.525 260.301 362.97C257.157 362.804 254.339 363.476 251.81 366.545Z" fill="white" />
<path id="Vector_42" d="M266.087 367.635C269.88 367.548 274.586 370.678 274.586 374.489V374.864C270.398 381.552 260.397 381.108 253.698 378.352C254.216 369.248 263.049 367.6 266.087 367.635Z" fill="white" />
<path id="Vector_43" d="M254.62 369.283C254.464 369.398 254.274 369.459 254.08 369.456C253.886 369.452 253.698 369.385 253.547 369.264C253.395 369.144 253.288 368.976 253.243 368.789C253.197 368.602 253.215 368.404 253.294 368.228C254.273 366.924 255.57 365.888 257.063 365.218C258.556 364.549 260.196 364.267 261.828 364.4C262.364 364.871 262.891 365.272 263.418 365.734C260.16 365.499 257.254 366.118 254.62 369.283Z" fill="white" />
<path id="Vector_44" d="M207.252 253.674L240.748 272.212C243.788 273.895 246.22 276.484 247.699 279.613C249.179 282.742 249.631 286.254 248.992 289.652L242.486 324.384L247.816 341.205C243.215 347.309 232.661 347.64 232.661 347.64C226.77 335.912 222.441 330.924 219.096 321.088C215.751 311.252 213.521 304.476 213.521 304.476L185.706 296.925C179.343 295.208 173.644 291.635 169.346 286.669C165.048 281.703 162.349 275.57 161.596 269.064C161.122 264.887 161.095 262.036 161.095 262.036L207.252 253.674Z" fill="#263238" />
<path id="Vector_45" opacity="0.2" d="M206.997 263.021C206.99 266.735 205.662 270.327 203.248 273.163L226.884 287.856C230.354 290.012 232.924 293.341 234.119 297.23L242.486 324.384L234.944 294.117C234.073 290.637 231.868 287.633 228.798 285.746L206.971 272.352C209.201 266.832 206.997 263.021 206.997 263.021Z" fill="black" />
<path id="Vector_46" d="M249.159 267.041L209.842 289.574L209.684 289.644H209.596C209.496 289.68 209.393 289.71 209.289 289.731L209.078 289.774H208.929H208.543H208.139L207.884 289.731L207.568 289.644C207.473 289.616 207.382 289.578 207.296 289.53L194.653 282.232L235.234 258.984L249.159 267.041Z" fill="#E0E0E0" />
<path id="Vector_47" d="M211.774 260.841L219.166 265.201C219.279 265.267 219.373 265.36 219.438 265.473C219.504 265.585 219.538 265.712 219.538 265.842C219.538 265.972 219.504 266.1 219.438 266.212C219.373 266.325 219.279 266.418 219.166 266.483L208.086 272.788C207.898 272.897 207.685 272.955 207.467 272.955C207.249 272.955 207.036 272.897 206.848 272.788L199.455 268.471C199.342 268.406 199.248 268.313 199.183 268.2C199.118 268.088 199.084 267.96 199.084 267.83C199.084 267.701 199.118 267.573 199.183 267.461C199.248 267.348 199.342 267.255 199.455 267.19L210.509 260.85C210.7 260.737 210.918 260.676 211.14 260.675C211.363 260.673 211.581 260.731 211.774 260.841V260.841Z" fill="#E0E0E0" />
<path id="Vector_48" opacity="0.4" d="M249.159 267.041L209.842 289.574L209.684 289.644H209.596C209.496 289.68 209.393 289.71 209.289 289.731L209.078 289.774H208.929H208.543H208.139L207.884 289.731L207.568 289.644C207.473 289.616 207.382 289.578 207.296 289.53L194.653 282.232L235.234 258.984L249.159 267.041Z" fill="black" />
<path id="Vector_49" opacity="0.4" d="M211.774 260.841L219.166 265.201C219.279 265.267 219.373 265.36 219.438 265.473C219.504 265.585 219.538 265.712 219.538 265.842C219.538 265.972 219.504 266.1 219.438 266.212C219.373 266.325 219.279 266.418 219.166 266.483L208.086 272.788C207.898 272.897 207.685 272.955 207.467 272.955C207.249 272.955 207.036 272.897 206.848 272.788L199.455 268.471C199.342 268.406 199.248 268.313 199.183 268.2C199.118 268.088 199.084 267.96 199.084 267.83C199.084 267.701 199.118 267.573 199.183 267.461C199.248 267.348 199.342 267.255 199.455 267.19L210.509 260.85C210.7 260.737 210.918 260.676 211.14 260.675C211.363 260.673 211.581 260.731 211.774 260.841V260.841Z" fill="black" />
<path id="Vector_50" d="M208.815 290.245L213.003 263.806C213.111 263.084 213.381 262.395 213.795 261.791C214.208 261.187 214.754 260.683 215.391 260.318L256.113 236.774C256.274 236.678 256.456 236.622 256.644 236.61C256.832 236.598 257.02 236.63 257.193 236.704L258.167 237.184L257.833 237.306C257.943 237.527 257.983 237.777 257.948 238.021L253.742 264.512C253.632 265.234 253.36 265.922 252.947 266.526C252.533 267.129 251.989 267.633 251.354 268L210.632 291.544C210.548 291.587 210.459 291.622 210.369 291.649V292.042L209.429 291.579C209.194 291.454 209.007 291.256 208.896 291.015C208.785 290.774 208.756 290.504 208.815 290.245V290.245Z" fill="#E0E0E0" />
<path id="Vector_51" opacity="0.3" d="M208.815 290.245L213.003 263.806C213.111 263.084 213.381 262.395 213.795 261.791C214.208 261.187 214.754 260.683 215.391 260.318L256.113 236.774C256.274 236.678 256.456 236.622 256.644 236.61C256.832 236.598 257.02 236.63 257.193 236.704L258.167 237.184L257.833 237.306C257.943 237.527 257.983 237.777 257.948 238.021L253.742 264.512C253.632 265.234 253.36 265.922 252.947 266.526C252.533 267.129 251.989 267.633 251.354 268L210.632 291.544C210.548 291.587 210.459 291.622 210.369 291.649V292.042L209.429 291.579C209.194 291.454 209.007 291.256 208.896 291.015C208.785 290.774 208.756 290.504 208.815 290.245V290.245Z" fill="black" />
<path id="Vector_52" d="M216.207 260.728L256.929 237.184C257.131 237.071 257.36 237.016 257.592 237.026C257.823 237.035 258.047 237.109 258.238 237.239C258.429 237.369 258.58 237.55 258.673 237.76C258.766 237.971 258.797 238.203 258.764 238.431L254.62 264.922C254.51 265.644 254.238 266.332 253.825 266.936C253.411 267.539 252.867 268.043 252.232 268.41L211.51 291.954C211.31 292.071 211.08 292.128 210.848 292.12C210.616 292.112 210.392 292.039 210.2 291.91C210.008 291.78 209.856 291.599 209.764 291.388C209.671 291.177 209.64 290.944 209.675 290.716L213.819 264.216C213.93 263.494 214.201 262.806 214.615 262.203C215.028 261.599 215.572 261.095 216.207 260.728V260.728Z" fill="#E0E0E0" />
<path id="Vector_53" d="M235.945 261.434C234.911 262.074 234.02 262.917 233.325 263.911C232.631 264.906 232.148 266.03 231.906 267.216C231.634 269.274 233.012 270.041 234.979 268.907C236.012 268.265 236.903 267.422 237.598 266.428C238.294 265.434 238.78 264.311 239.027 263.126C239.29 261.068 237.938 260.301 235.945 261.434Z" fill="white" />
<path id="Vector_54" d="M211.897 221.261L222.933 230.208L230.212 218.48L221.054 208.234C213.003 211.739 211.897 221.261 211.897 221.261Z" fill="#F28F8F" />
<path id="Vector_55" d="M195.706 190.968C204.381 190 205.18 191.91 210.808 197.177C216.436 202.444 222.134 208.408 222.134 208.408C213.459 212.62 212.476 222.866 212.476 222.866C207.752 219.23 203.757 216.352 203.757 216.352L195.706 190.968Z" fill="#455A64" />
<path id="Vector_56" opacity="0.5" d="M195.706 190.968C204.381 190 205.18 191.91 210.808 197.177C216.436 202.444 222.134 208.408 222.134 208.408C213.459 212.62 212.476 222.866 212.476 222.866C207.752 219.23 203.757 216.352 203.757 216.352L195.706 190.968Z" fill="white" />
<path id="Vector_57" d="M164.028 197.822C176.364 192.084 185.618 191.413 195.706 190.977C210.808 200.63 205.154 208.67 204.89 221.558C204.627 234.446 201.808 242.233 210.808 255.636C191.018 271.332 166.03 266.37 160.051 262.612C156.196 226.921 157.32 200.56 164.028 197.822Z" fill="#455A64" />
<path id="Vector_58" opacity="0.7" d="M164.028 197.822C176.364 192.084 185.618 191.413 195.706 190.977C210.808 200.63 205.154 208.67 204.89 221.558C204.627 234.446 201.808 242.233 210.808 255.636C191.018 271.332 166.03 266.37 160.051 262.612C156.196 226.921 157.32 200.56 164.028 197.822Z" fill="white" />
<path id="Vector_59" d="M201.633 171.461C203.558 169.678 204.741 167.243 204.949 164.637C205.157 162.03 204.375 159.441 202.757 157.379C203.873 156.699 204.724 155.663 205.171 154.44C205.34 153.856 205.33 153.234 205.141 152.656C204.952 152.078 204.594 151.568 204.112 151.194C203.63 150.819 203.046 150.596 202.435 150.553C201.825 150.51 201.215 150.649 200.684 150.952C200.881 150.016 200.756 149.042 200.329 148.185C199.903 147.329 199.199 146.639 198.331 146.226C197.459 145.886 196.495 145.857 195.604 146.143C194.712 146.429 193.948 147.013 193.441 147.795C193.385 147.208 193.14 146.654 192.741 146.217C192.342 145.78 191.811 145.484 191.228 145.371C190.036 145.215 188.825 145.447 187.778 146.034C186.707 146.557 185.732 147.246 184.652 147.778C182.775 148.508 180.819 149.017 178.822 149.295C176.821 149.574 174.922 150.347 173.3 151.545C171.763 152.844 170.666 155.547 171.807 157.605C171.475 157.276 171.077 157.021 170.637 156.857C170.198 156.693 169.729 156.624 169.261 156.655C168.803 156.702 168.361 156.847 167.964 157.079C167.567 157.31 167.225 157.624 166.96 157.998C168.313 158.608 169.594 159.28 170.973 159.881C169.638 159.48 167.882 160.605 167.364 161.878C166.942 163.197 166.89 164.605 167.215 165.95C168.064 171.124 169.667 176.147 171.974 180.862C173.159 183.294 174.748 185.832 177.33 186.695L201.633 171.461Z" fill="#37474F" />
<path id="Vector_60" d="M201.501 158.826C199.17 161.054 196.087 162.341 192.853 162.436C189.806 162.436 186.865 161.477 183.932 160.692C183.672 162.106 182.964 163.401 181.913 164.389C180.74 165.386 179.294 166.011 177.76 166.186C178.194 168.913 178.194 171.691 177.76 174.417C177.722 174.704 177.605 174.975 177.42 175.198C177.235 175.422 176.991 175.589 176.715 175.682C175.723 175.97 175.073 174.967 174.59 174.147C174.078 173.197 173.343 172.384 172.448 171.775C171.996 171.476 171.478 171.292 170.937 171.237C170.397 171.182 169.852 171.259 169.349 171.461C168.954 171.662 168.606 171.942 168.325 172.282C168.044 172.623 167.836 173.017 167.716 173.441C167.476 174.292 167.434 175.187 167.593 176.057C167.773 177.517 168.363 178.898 169.296 180.042C169.763 180.608 170.343 181.074 170.998 181.41C171.653 181.745 172.371 181.945 173.106 181.995C173.825 182.058 174.547 181.924 175.195 181.607C175.842 181.29 176.389 180.803 176.777 180.199L176.847 180.46C176.951 180.893 177.083 181.318 177.242 181.734C177.894 183.446 178.971 184.968 180.372 186.158C181.773 187.348 183.453 188.169 185.258 188.544C187.119 188.936 189.183 189.302 191.281 189.616C192.317 189.773 193.362 189.922 194.398 190.044C196.303 190.271 198.224 189.765 199.765 188.63C201.307 187.495 202.352 185.816 202.686 183.94C204.065 175.97 204.574 166.7 201.501 158.826Z" fill="#FFA8A7" />
<path id="Vector_61" d="M177.207 181.707V195.572C178.523 197.343 180.208 198.811 182.148 199.877C184.087 200.942 186.235 201.58 188.445 201.746C189.871 201.945 191.319 201.579 192.475 200.726C192.85 200.392 193.142 199.978 193.329 199.514C193.515 199.05 193.592 198.55 193.552 198.052C193.512 197.554 193.357 197.072 193.098 196.643C192.84 196.215 192.486 195.851 192.063 195.581C191.814 195.42 191.609 195.2 191.467 194.942C191.324 194.683 191.248 194.393 191.246 194.098V189.59C189.148 189.276 187.084 188.91 185.223 188.518C183.418 188.143 181.738 187.322 180.337 186.132C178.936 184.941 177.859 183.42 177.207 181.707Z" fill="#FFA8A7" />
<path id="Vector_62" opacity="0.2" d="M186.531 191.57C188.078 191.972 189.654 192.249 191.246 192.398V189.59C189.148 189.276 187.084 188.91 185.223 188.518C183.53 188.164 181.946 187.417 180.6 186.338C179.253 185.259 178.184 183.878 177.479 182.309C177.825 184.477 178.809 186.494 180.306 188.108C182.029 189.798 184.18 190.994 186.531 191.57V191.57Z" fill="black" />
<path id="Vector_63" d="M195.385 168.885H193.576C191.767 167.662 189.68 166.907 187.503 166.686C185.327 166.465 183.129 166.786 181.108 167.621V169.513L181.609 169.775C181.881 170.993 182.034 172.234 182.065 173.481C182.098 174.71 182.593 175.883 183.453 176.768C184.445 177.64 185.867 177.71 187.167 177.727C188.217 177.811 189.274 177.659 190.257 177.283C191.375 176.681 192.217 175.676 192.61 174.475C193.058 173.298 192.979 172.609 193.532 171.196C193.611 170.999 193.748 170.831 193.925 170.713C194.102 170.595 194.311 170.532 194.524 170.533C194.728 170.535 194.926 170.6 195.091 170.719C195.257 170.838 195.381 171.004 195.446 171.196C195.964 172.609 195.894 173.298 196.324 174.475C196.675 175.654 197.463 176.657 198.528 177.283C199.441 177.657 200.432 177.81 201.417 177.727C202.667 177.857 203.921 177.515 204.929 176.768C205.737 175.858 206.194 174.694 206.219 173.481C206.251 172.235 206.395 170.995 206.649 169.775L207.115 169.513V167.621C205.222 166.78 203.139 166.454 201.077 166.676C199.016 166.898 197.052 167.661 195.385 168.885ZM192.672 169.853L192.593 170.525C192.443 171.746 192.148 172.947 191.715 174.1C191.394 175.054 190.732 175.858 189.853 176.358C189.148 176.637 188.39 176.759 187.632 176.716H187.228C186.15 176.826 185.065 176.568 184.155 175.983C183.486 175.273 183.11 174.34 183.101 173.367C183.101 173.053 183.049 172.731 183.022 172.399C182.961 171.527 183.022 169.522 183.093 168.092C184.125 167.807 185.191 167.663 186.262 167.664C188.513 167.674 190.715 168.312 192.619 169.504C192.698 169.539 192.672 169.853 192.672 169.853ZM205.288 172.373C205.288 172.705 205.245 173.027 205.218 173.341C205.215 174.303 204.863 175.232 204.226 175.957C203.389 176.537 202.37 176.797 201.355 176.69H201.013C200.301 176.732 199.588 176.609 198.932 176.332C198.09 175.816 197.466 175.013 197.176 174.074C196.748 172.919 196.453 171.719 196.298 170.498L196.228 169.827C196.228 169.827 196.228 169.513 196.298 169.452C198.055 168.268 200.127 167.627 202.251 167.612C203.253 167.611 204.249 167.755 205.209 168.039C205.297 169.496 205.341 171.475 205.288 172.373Z" fill="#2FF395" />
<path id="Vector_64" d="M181.158 167.607L170.999 171.235C171.729 171.371 172.411 171.689 172.984 172.159C173.098 172.255 181.158 169.499 181.158 169.499V167.607Z" fill="#2FF395" />
<path id="Vector_65" d="M194.521 170.677L199.64 176.833L194.942 178.49L194.521 170.677Z" fill="#F28F8F" />
<path id="Vector_66" d="M187.277 171.444C187.274 171.722 187.354 171.995 187.506 172.228C187.659 172.461 187.878 172.643 188.136 172.752C188.393 172.862 188.678 172.892 188.953 172.841C189.228 172.79 189.481 172.658 189.681 172.463C189.881 172.269 190.018 172.019 190.075 171.747C190.132 171.475 190.106 171.192 190.001 170.934C189.896 170.677 189.716 170.456 189.484 170.3C189.253 170.143 188.98 170.059 188.7 170.057C188.515 170.055 188.331 170.089 188.159 170.158C187.987 170.226 187.83 170.328 187.698 170.457C187.566 170.586 187.461 170.739 187.389 170.909C187.316 171.078 187.279 171.26 187.277 171.444V171.444Z" fill="#37474F" />
<path id="Vector_67" d="M199.095 171.069C199.094 171.347 199.175 171.619 199.329 171.85C199.483 172.082 199.702 172.264 199.96 172.371C200.217 172.479 200.501 172.509 200.776 172.456C201.051 172.404 201.303 172.272 201.502 172.077C201.701 171.881 201.837 171.632 201.893 171.36C201.95 171.088 201.924 170.806 201.818 170.548C201.713 170.291 201.533 170.071 201.301 169.915C201.07 169.76 200.797 169.675 200.518 169.674C200.332 169.673 200.148 169.708 199.976 169.777C199.804 169.847 199.648 169.949 199.516 170.079C199.383 170.208 199.278 170.362 199.206 170.532C199.134 170.702 199.096 170.885 199.095 171.069V171.069Z" fill="#37474F" />
<path id="Vector_68" d="M198.358 164.86L202.124 165.288C202.06 164.886 201.875 164.514 201.592 164.219C201.31 163.925 200.945 163.723 200.544 163.64C200.101 163.622 199.663 163.726 199.277 163.942C198.89 164.158 198.572 164.475 198.358 164.86Z" fill="#37474F" />
<path id="Vector_69" d="M189.648 164.389L186.136 165.95C186.069 165.549 186.129 165.137 186.306 164.77C186.484 164.403 186.771 164.1 187.128 163.901C187.551 163.734 188.014 163.691 188.46 163.777C188.907 163.864 189.32 164.076 189.648 164.389V164.389Z" fill="#37474F" />
<path id="Vector_70" d="M189.876 181.08L194.047 182.466C193.764 182.947 193.333 183.326 192.819 183.547C192.304 183.768 191.731 183.82 191.185 183.696C190.696 183.476 190.3 183.095 190.061 182.619C189.823 182.142 189.758 181.598 189.876 181.08V181.08Z" fill="#F28F8F" />
<path id="Vector_71" opacity="0.3" d="M189.876 181.08L194.047 182.466C193.764 182.947 193.333 183.326 192.819 183.547C192.304 183.768 191.731 183.82 191.185 183.696C190.696 183.476 190.3 183.095 190.061 182.619C189.823 182.142 189.758 181.598 189.876 181.08V181.08Z" fill="black" />
<path id="Vector_72" d="M192.563 183.643C192.118 183.79 191.64 183.808 191.184 183.696C190.798 183.541 190.466 183.276 190.23 182.935C189.994 182.594 189.865 182.191 189.859 181.777C190.464 181.686 191.082 181.829 191.585 182.176C192.087 182.523 192.438 183.048 192.563 183.643V183.643Z" fill="#F28F8F" />
<path id="Vector_73" d="M202.941 200.691L199.376 202.304C199.203 202.383 199.047 202.496 198.919 202.637C198.79 202.777 198.691 202.942 198.628 203.121C198.565 203.3 198.539 203.49 198.551 203.679C198.564 203.868 198.614 204.053 198.7 204.222V204.222C198.837 204.497 199.06 204.72 199.336 204.857C199.611 204.994 199.925 205.037 200.228 204.981L209.008 203.42L206.374 200.046L202.941 200.691Z" fill="#F28F8F" />
<path id="Vector_74" d="M210.781 203.804L221.844 229.685C222.622 231.501 224.079 232.946 225.908 233.717C227.737 234.488 229.796 234.524 231.651 233.818V233.818C232.779 233.389 233.788 232.701 234.597 231.811C235.406 230.921 235.992 229.853 236.307 228.696C236.622 227.538 236.657 226.323 236.41 225.149C236.162 223.975 235.639 222.876 234.883 221.941L216.813 199.566C216.187 198.791 215.454 198.107 214.636 197.534L209.131 193.671C207.567 192.577 205.759 191.876 203.863 191.631V191.631L201.176 189.677C200.815 189.408 200.391 189.235 199.943 189.176C199.496 189.116 199.041 189.172 198.621 189.337L194.486 190.916C194.746 191.487 195.2 191.949 195.767 192.223C196.335 192.497 196.981 192.565 197.594 192.416L199.245 192.006L201.176 193.418L198.665 196.906C198.335 197.363 198.197 197.929 198.279 198.485C198.361 199.042 198.656 199.545 199.104 199.889L203.845 203.507C204.06 203.669 204.311 203.778 204.576 203.825C204.842 203.872 205.115 203.856 205.373 203.778V203.778C205.778 203.656 206.123 203.388 206.339 203.026C206.555 202.665 206.627 202.236 206.541 201.824V201.824C207.078 202.419 207.731 202.901 208.459 203.241C209.187 203.581 209.977 203.773 210.781 203.804V203.804Z" fill="#FFA8A7" />
<path id="Vector_75" d="M201.211 193.418C201.709 192.849 202.303 192.371 202.967 192.006L199.648 192.25L201.211 193.418Z" fill="#F28F8F" />
<path id="Vector_76" d="M167.303 231.202L163.536 244.047L186.593 260.309L194.345 263.545C196.399 264.408 198.175 265.813 199.482 267.608L205.803 276.328C206.506 277.784 203.169 280.156 201.633 280.557C200.715 280.794 199.753 280.799 198.833 280.572C197.913 280.345 197.064 279.893 196.365 279.258L191.483 274.82L190.14 274.349C186.196 272.964 182.774 270.414 180.332 267.041V267.041L153.308 256.621C150.938 255.704 148.991 253.952 147.84 251.7C146.688 249.448 146.412 246.854 147.065 244.413L151.552 227.845L167.303 231.202Z" fill="#FFA8A7" />
<path id="Vector_77" d="M167.329 232.998L173.73 213.998C173.73 213.998 173.941 196.601 166.513 197.142C159.085 197.682 155.309 201.955 149.594 227.74L149.471 228.298C154.8 231.64 161.033 233.281 167.329 232.998V232.998Z" fill="#455A64" />
<path id="Vector_78" opacity="0.5" d="M167.329 232.998L173.73 213.998C173.73 213.998 173.941 196.601 166.513 197.142C159.085 197.682 155.309 201.955 149.594 227.74L149.471 228.298C154.8 231.64 161.033 233.281 167.329 232.998V232.998Z" fill="white" />
</g>
<g id="freepik Window inject 111">
<path id="Vector_79" d="M274.972 224.863L274.946 217.895L270.24 215.201L270.257 222.002V222.151L274.972 224.863Z" fill="#E0E0E0" />
<path id="Vector_80" d="M275.2 326.268L274.972 224.854L270.257 222.159L270.485 323.407C270.462 323.667 270.506 323.929 270.614 324.167C270.722 324.405 270.889 324.612 271.1 324.768V324.768L275.753 327.584C275.56 327.427 275.408 327.224 275.311 326.994C275.215 326.765 275.177 326.515 275.2 326.268V326.268Z" fill="#2FF395" />
<path id="Vector_81" opacity="0.2" d="M275.2 326.268L274.972 224.854L270.257 222.159L270.485 323.407C270.462 323.667 270.506 323.929 270.614 324.167C270.722 324.405 270.889 324.612 271.1 324.768V324.768L275.753 327.584C275.56 327.427 275.408 327.224 275.311 326.994C275.215 326.765 275.177 326.515 275.2 326.268V326.268Z" fill="white" />
<path id="Vector_82" d="M277.369 327.497C277.234 327.572 277.093 327.636 276.948 327.689C277.094 327.64 277.236 327.575 277.369 327.497Z" fill="#455A64" />
<path id="Vector_83" d="M274.963 217.887V213.875C275 213.13 275.215 212.404 275.589 211.757C275.962 211.11 276.485 210.56 277.114 210.152L399.49 140C399.707 139.847 399.96 139.753 400.224 139.725C400.489 139.698 400.756 139.738 401 139.843L396.338 137.017C396.091 136.893 395.814 136.839 395.538 136.862C395.262 136.886 394.998 136.984 394.775 137.148L272.399 207.301C271.769 207.706 271.244 208.254 270.869 208.899C270.493 209.545 270.278 210.27 270.24 211.015V215.026V215.192L274.946 217.887H274.963Z" fill="#2FF395" />
<path id="Vector_84" opacity="0.3" d="M274.963 217.887V213.875C275 213.13 275.215 212.404 275.589 211.757C275.962 211.11 276.485 210.56 277.114 210.152L399.49 140C399.707 139.847 399.96 139.753 400.224 139.725C400.489 139.698 400.756 139.738 401 139.843L396.338 137.017C396.091 136.893 395.814 136.839 395.538 136.862C395.262 136.886 394.998 136.984 394.775 137.148L272.399 207.301C271.769 207.706 271.244 208.254 270.869 208.899C270.493 209.545 270.278 210.27 270.24 211.015V215.026V215.192L274.946 217.887H274.963Z" fill="white" />
<path id="Vector_85" opacity="0.2" d="M274.972 224.863L274.946 217.895L270.24 215.201L270.257 222.002V222.151L274.972 224.863Z" fill="black" />
<path id="Vector_86" d="M399.49 140C400.684 139.319 401.659 139.869 401.659 141.238V145.249L274.99 217.887V213.875C275.027 213.13 275.241 212.404 275.615 211.757C275.989 211.11 276.512 210.56 277.141 210.152L399.49 140Z" fill="#2FF395" />
<path id="Vector_87" d="M391.254 146.636C391.887 146.269 392.413 146.566 392.413 147.298C392.389 147.696 392.272 148.083 392.071 148.428C391.869 148.774 391.59 149.067 391.254 149.286C390.622 149.653 390.095 149.356 390.095 148.624C390.118 148.225 390.234 147.837 390.435 147.492C390.637 147.146 390.917 146.853 391.254 146.636V146.636Z" fill="white" />
<path id="Vector_88" d="M394.784 144.612C395.425 144.246 395.943 144.543 395.952 145.266C395.93 145.665 395.813 146.053 395.612 146.398C395.41 146.744 395.13 147.037 394.793 147.255C394.152 147.621 393.634 147.324 393.634 146.601C393.652 146.202 393.766 145.814 393.966 145.468C394.166 145.122 394.447 144.829 394.784 144.612V144.612Z" fill="white" />
<path id="Vector_89" d="M398.314 142.589C398.954 142.223 399.472 142.511 399.481 143.243C399.459 143.642 399.343 144.03 399.141 144.375C398.94 144.721 398.659 145.014 398.322 145.232C397.681 145.598 397.163 145.301 397.163 144.578C397.182 144.179 397.296 143.791 397.496 143.445C397.696 143.099 397.976 142.806 398.314 142.589V142.589Z" fill="white" />
<path id="Vector_90" d="M300.443 199.296C300.917 199.025 301.321 199.069 301.584 199.418L302.734 201.162C302.963 201.51 303.402 201.563 303.876 201.292L401.624 145.24V152.216L274.954 224.854V217.878L278.712 215.724C279.242 215.382 279.643 214.876 279.854 214.285L280.986 211.216C281.197 210.627 281.598 210.124 282.128 209.786L300.443 199.296Z" fill="#E0E0E0" />
<path id="Vector_91" d="M401.641 152.225L401.869 253.63C401.829 254.373 401.614 255.097 401.24 255.742C400.867 256.388 400.345 256.937 399.718 257.345L277.369 327.497C276.175 328.177 275.2 327.628 275.2 326.268L274.972 224.854L401.641 152.225Z" fill="#2FF395" />
<g id="Group_2" opacity="0.4">
<path id="Vector_92" opacity="0.4" d="M401.641 152.225L401.869 253.63C401.829 254.373 401.614 255.097 401.24 255.742C400.867 256.388 400.345 256.937 399.718 257.345L277.369 327.497C276.175 328.177 275.2 327.628 275.2 326.268L274.972 224.854L401.641 152.225Z" fill="white" />
</g>
<path id="Vector_93" d="M396.628 149.548C397.506 149.06 398.173 149.443 398.173 150.42C398.141 150.944 397.986 151.453 397.721 151.907C397.455 152.362 397.087 152.748 396.645 153.036L289.415 214.512C288.537 215 287.87 214.608 287.87 213.64C287.903 213.115 288.059 212.605 288.326 212.151C288.593 211.697 288.963 211.311 289.406 211.024L396.628 149.548Z" fill="white" />
<path id="Vector_94" d="M276.991 218.514C277.016 218.498 277.045 218.489 277.075 218.489C277.105 218.489 277.134 218.498 277.158 218.514C277.237 218.567 277.229 218.732 277.158 218.872L276.482 219.971L278.238 218.95C278.361 218.881 278.458 218.95 278.458 219.073C278.454 219.147 278.433 219.219 278.396 219.284C278.36 219.349 278.309 219.405 278.247 219.448L276.491 220.459L277.176 220.782C277.264 220.782 277.272 220.974 277.176 221.122C277.14 221.193 277.085 221.253 277.018 221.296C276.995 221.308 276.969 221.315 276.943 221.315C276.917 221.315 276.891 221.308 276.869 221.296L275.78 220.782H275.736V220.694V220.581L275.78 220.494L276.86 218.75C276.878 218.66 276.924 218.577 276.991 218.514V218.514Z" fill="#E0E0E0" />
<path id="Vector_95" d="M280.837 216.308C280.861 216.298 280.886 216.293 280.912 216.293C280.937 216.293 280.963 216.298 280.986 216.308L282.075 216.823L282.119 216.875V216.971V217.076L282.075 217.154L280.995 218.898C280.957 218.958 280.906 219.009 280.846 219.046C280.822 219.061 280.795 219.069 280.767 219.069C280.739 219.069 280.712 219.061 280.688 219.046C280.609 218.994 280.609 218.837 280.688 218.689L281.364 217.599L279.608 218.619C279.485 218.68 279.388 218.619 279.388 218.488C279.393 218.414 279.416 218.343 279.454 218.279C279.492 218.215 279.545 218.162 279.608 218.122L281.364 217.102L280.688 216.779C280.591 216.779 280.591 216.587 280.688 216.439C280.727 216.385 280.778 216.34 280.837 216.308V216.308Z" fill="#E0E0E0" />
<path id="Vector_96" d="M284.472 214.224C284.579 214.152 284.699 214.103 284.826 214.079C284.953 214.055 285.084 214.057 285.21 214.085L285.376 213.867C285.408 213.825 285.446 213.79 285.49 213.762C285.527 213.747 285.568 213.747 285.605 213.762C285.684 213.762 285.719 213.849 285.701 213.954L285.613 214.617C285.602 214.699 285.569 214.778 285.517 214.843C285.486 214.885 285.447 214.921 285.403 214.948H285.35L284.823 215.096C284.805 215.101 284.785 215.103 284.766 215.099C284.747 215.096 284.729 215.089 284.713 215.078C284.697 215.067 284.684 215.053 284.674 215.037C284.664 215.02 284.658 215.002 284.656 214.983C284.652 214.874 284.69 214.768 284.762 214.686L284.806 214.617C284.689 214.623 284.575 214.656 284.472 214.713C284.248 214.862 284.062 215.061 283.928 215.294C283.794 215.527 283.715 215.788 283.699 216.055C283.699 216.544 284.051 216.744 284.481 216.491C284.802 216.286 285.043 215.979 285.166 215.619C285.199 215.523 285.264 215.44 285.35 215.384C285.385 215.375 285.421 215.375 285.455 215.384C285.561 215.384 285.605 215.524 285.543 215.672C285.347 216.218 284.973 216.685 284.481 216.997C283.814 217.381 283.269 217.076 283.269 216.308C283.287 215.891 283.406 215.484 283.615 215.121C283.825 214.758 284.118 214.451 284.472 214.224V214.224Z" fill="#E0E0E0" />
<g id="Group_3" opacity="0.3">
<path id="Vector_97" opacity="0.3" d="M276.991 218.514C277.016 218.498 277.045 218.489 277.075 218.489C277.105 218.489 277.134 218.498 277.158 218.514C277.237 218.567 277.229 218.732 277.158 218.872L276.482 219.971L278.238 218.95C278.361 218.881 278.458 218.95 278.458 219.073C278.454 219.147 278.433 219.219 278.396 219.284C278.36 219.349 278.309 219.405 278.247 219.448L276.491 220.459L277.176 220.782C277.264 220.782 277.272 220.974 277.176 221.122C277.14 221.193 277.085 221.253 277.018 221.296C276.995 221.308 276.969 221.315 276.943 221.315C276.917 221.315 276.891 221.308 276.869 221.296L275.78 220.782H275.736V220.694V220.581L275.78 220.494L276.86 218.75C276.878 218.66 276.924 218.577 276.991 218.514V218.514Z" fill="black" />
</g>
<g id="Group_4" opacity="0.3">
<path id="Vector_98" opacity="0.3" d="M280.837 216.308C280.861 216.298 280.886 216.293 280.912 216.293C280.937 216.293 280.963 216.298 280.986 216.308L282.075 216.823L282.119 216.875V216.971V217.076L282.075 217.154L280.995 218.898C280.957 218.958 280.906 219.009 280.846 219.046C280.822 219.061 280.795 219.069 280.767 219.069C280.739 219.069 280.712 219.061 280.688 219.046C280.609 218.994 280.609 218.837 280.688 218.689L281.364 217.599L279.608 218.619C279.485 218.68 279.388 218.619 279.388 218.488C279.393 218.414 279.416 218.343 279.454 218.279C279.492 218.215 279.545 218.162 279.608 218.122L281.364 217.102L280.688 216.779C280.591 216.779 280.591 216.587 280.688 216.439C280.727 216.385 280.778 216.34 280.837 216.308V216.308Z" fill="black" />
</g>
<g id="Group_5" opacity="0.3">
<path id="Vector_99" opacity="0.3" d="M284.472 214.224C284.579 214.152 284.699 214.103 284.826 214.079C284.953 214.055 285.084 214.057 285.21 214.085L285.376 213.867C285.408 213.825 285.446 213.79 285.49 213.762C285.527 213.747 285.568 213.747 285.605 213.762C285.684 213.762 285.719 213.849 285.701 213.954L285.613 214.617C285.602 214.699 285.569 214.778 285.517 214.843C285.486 214.885 285.447 214.921 285.403 214.948H285.35L284.823 215.096C284.805 215.101 284.785 215.103 284.766 215.099C284.747 215.096 284.729 215.089 284.713 215.078C284.697 215.067 284.684 215.053 284.674 215.037C284.664 215.02 284.658 215.002 284.656 214.983C284.652 214.874 284.69 214.768 284.762 214.686L284.806 214.617C284.689 214.623 284.575 214.656 284.472 214.713C284.248 214.862 284.062 215.061 283.928 215.294C283.794 215.527 283.715 215.788 283.699 216.055C283.699 216.544 284.051 216.744 284.481 216.491C284.802 216.286 285.043 215.979 285.166 215.619C285.199 215.523 285.264 215.44 285.35 215.384C285.385 215.375 285.421 215.375 285.455 215.384C285.561 215.384 285.605 215.524 285.543 215.672C285.347 216.218 284.973 216.685 284.481 216.997C283.814 217.381 283.269 217.076 283.269 216.308C283.287 215.891 283.406 215.484 283.615 215.121C283.825 214.758 284.118 214.451 284.472 214.224V214.224Z" fill="black" />
</g>
<path id="Vector_100" d="M349.119 208.321L349.312 277.052L282.488 315.368L282.295 246.636L349.119 208.321Z" fill="white" />
<path id="Vector_101" d="M339.821 228.272L309.723 275.814L309.767 287.594L315.562 276.162L309.767 287.594L305.412 275.552L339.821 228.272Z" fill="#2FF395" />
<path id="Vector_102" opacity="0.3" d="M339.821 228.272L309.723 275.814L309.767 287.594L315.562 276.162L309.767 287.594L305.412 275.552L339.821 228.272Z" fill="black" />
<path id="Vector_103" d="M309.723 275.814L315.562 276.162L309.767 287.594L309.723 275.814Z" fill="#2FF395" />
<path id="Vector_104" opacity="0.5" d="M309.723 275.814L315.562 276.162L309.767 287.594L309.723 275.814Z" fill="black" />
<path id="Vector_105" d="M339.821 228.272L305.412 275.552L291.031 274.689L339.821 228.272Z" fill="#2FF395" />
<path id="Vector_106" d="M309.723 275.814L339.821 228.272L333.526 277.235L315.562 276.162L309.723 275.814Z" fill="#2FF395" />
<path id="Vector_107" opacity="0.3" d="M291.031 274.689L305.412 275.552L309.767 287.594L315.562 276.162L333.526 277.235L339.821 228.272L291.031 274.689Z" fill="white" />
<path id="Vector_108" d="M395.864 158.512C397.084 157.815 398.076 158.373 398.076 159.768C398.036 160.527 397.815 161.265 397.432 161.923C397.049 162.581 396.515 163.139 395.873 163.552L299.855 218.654C298.634 219.352 297.642 218.794 297.633 217.398C297.679 216.644 297.902 215.912 298.285 215.259C298.668 214.606 299.199 214.052 299.837 213.64L395.864 158.512Z" fill="#2FF395" />
<g id="Group_6" opacity="0.7">
<path id="Vector_109" opacity="0.7" d="M395.864 158.512C397.084 157.815 398.076 158.373 398.076 159.768C398.036 160.527 397.815 161.265 397.432 161.923C397.049 162.581 396.515 163.139 395.873 163.552L299.855 218.654C298.634 219.352 297.642 218.794 297.633 217.398C297.679 216.644 297.902 215.912 298.285 215.259C298.668 214.606 299.199 214.052 299.837 213.64L395.864 158.512Z" fill="white" />
</g>
<path id="Vector_110" d="M292.892 217.459C294.112 216.762 295.105 217.32 295.105 218.715C295.065 219.473 294.846 220.211 294.464 220.869C294.083 221.526 293.55 222.085 292.91 222.5L284.358 227.514C283.137 228.22 282.145 227.653 282.145 226.267C282.184 225.507 282.405 224.768 282.788 224.11C283.171 223.452 283.706 222.894 284.349 222.482L292.892 217.459Z" fill="#2FF395" />
<path id="Vector_111" d="M300.785 222.447C302.006 221.75 302.998 222.308 302.998 223.703C302.959 224.462 302.739 225.201 302.355 225.859C301.972 226.517 301.437 227.075 300.794 227.487L284.156 237.132C282.936 237.838 281.943 237.28 281.935 235.885C281.975 235.126 282.196 234.387 282.579 233.73C282.962 233.072 283.496 232.514 284.138 232.1L300.785 222.447Z" fill="#2FF395" />
<path id="Vector_112" d="M324.711 208.617C325.931 207.92 326.923 208.478 326.923 209.873C326.884 210.632 326.664 211.371 326.281 212.029C325.898 212.687 325.363 213.245 324.72 213.657L308.081 223.302C306.861 224.008 305.869 223.45 305.86 222.055C305.901 221.296 306.121 220.558 306.504 219.9C306.887 219.242 307.422 218.684 308.064 218.27L324.711 208.617Z" fill="#2FF395" />
<path id="Vector_113" d="M348.636 194.787C349.857 194.09 350.849 194.648 350.849 196.043C350.809 196.802 350.588 197.541 350.205 198.199C349.822 198.857 349.288 199.415 348.645 199.828L332.007 209.472C330.787 210.178 329.794 209.62 329.786 208.225C329.826 207.466 330.047 206.728 330.43 206.07C330.813 205.412 331.347 204.854 331.989 204.44L348.636 194.787Z" fill="#2FF395" />
<path id="Vector_114" d="M372.562 180.957C373.782 180.26 374.774 180.818 374.774 182.213C374.735 182.972 374.514 183.711 374.131 184.369C373.748 185.027 373.213 185.585 372.571 185.998L355.932 195.642C354.712 196.348 353.72 195.781 353.711 194.395C353.752 193.636 353.972 192.898 354.355 192.24C354.738 191.582 355.273 191.024 355.915 190.61L372.562 180.957Z" fill="#2FF395" />
<path id="Vector_115" d="M396.487 167.128C397.708 166.43 398.7 166.988 398.7 168.383C398.66 169.142 398.44 169.881 398.056 170.539C397.673 171.197 397.139 171.755 396.496 172.168L379.858 181.812C378.638 182.518 377.645 181.952 377.637 180.565C377.677 179.806 377.898 179.068 378.281 178.41C378.664 177.752 379.198 177.194 379.84 176.781L396.487 167.128Z" fill="#2FF395" />
<g id="Group_7" opacity="0.2">
<path id="Vector_116" opacity="0.2" d="M300.785 222.447C302.006 221.75 302.998 222.308 302.998 223.703C302.959 224.462 302.739 225.201 302.355 225.859C301.972 226.517 301.437 227.075 300.794 227.487L284.156 237.132C282.936 237.838 281.943 237.28 281.935 235.885C281.975 235.126 282.196 234.387 282.579 233.73C282.962 233.072 283.496 232.514 284.138 232.1L300.785 222.447Z" fill="white" />
<path id="Vector_117" opacity="0.2" d="M324.711 208.617C325.931 207.92 326.923 208.478 326.923 209.873C326.884 210.632 326.664 211.371 326.281 212.029C325.898 212.687 325.363 213.245 324.72 213.657L308.081 223.302C306.861 224.008 305.869 223.45 305.86 222.055C305.901 221.296 306.121 220.558 306.504 219.9C306.887 219.242 307.422 218.684 308.064 218.27L324.711 208.617Z" fill="white" />
<path id="Vector_118" opacity="0.2" d="M348.636 194.787C349.857 194.09 350.849 194.648 350.849 196.043C350.809 196.802 350.588 197.541 350.205 198.199C349.822 198.857 349.288 199.415 348.645 199.828L332.007 209.472C330.787 210.178 329.794 209.62 329.786 208.225C329.826 207.466 330.047 206.728 330.43 206.07C330.813 205.412 331.347 204.854 331.989 204.44L348.636 194.787Z" fill="white" />
<path id="Vector_119" opacity="0.2" d="M372.562 180.957C373.782 180.26 374.774 180.818 374.774 182.213C374.735 182.972 374.514 183.711 374.131 184.369C373.748 185.027 373.213 185.585 372.571 185.998L355.932 195.642C354.712 196.348 353.72 195.781 353.711 194.395C353.752 193.636 353.972 192.898 354.355 192.24C354.738 191.582 355.273 191.024 355.915 190.61L372.562 180.957Z" fill="white" />
<path id="Vector_120" opacity="0.2" d="M396.487 167.128C397.708 166.43 398.7 166.988 398.7 168.383C398.66 169.142 398.44 169.881 398.056 170.539C397.673 171.197 397.139 171.755 396.496 172.168L379.858 181.812C378.638 182.518 377.645 181.952 377.637 180.565C377.677 179.806 377.898 179.068 378.281 178.41C378.664 177.752 379.198 177.194 379.84 176.781L396.487 167.128Z" fill="white" />
</g>
<path id="Vector_121" d="M380.306 191.57L380.314 195.834L356.521 209.515L356.503 205.251L380.306 191.57Z" fill="#2FF395" />
<path id="Vector_122" d="M386.215 195.154L386.223 197.752L356.529 214.73V212.123L386.215 195.154Z" fill="#2FF395" />
<g id="Group_8" opacity="0.1">
<path id="Vector_123" opacity="0.1" d="M380.306 191.57L380.314 195.834L356.521 209.515L356.503 205.251L380.306 191.57Z" fill="white" />
<path id="Vector_124" opacity="0.1" d="M386.215 195.154L386.223 197.752L356.529 214.73V212.123L386.215 195.154Z" fill="white" />
<path id="Vector_125" opacity="0.1" d="M381.105 213.535L381.113 216.143L356.582 230.365L356.573 227.758L381.105 213.535Z" fill="white" />
<path id="Vector_126" opacity="0.1" d="M386.25 205.574L386.259 208.181L356.565 225.15L356.556 222.552L386.25 205.574Z" fill="white" />
<path id="Vector_127" opacity="0.1" d="M370.428 209.367L370.437 211.974L356.547 219.936L356.538 217.337L370.428 209.367Z" fill="white" />
</g>
<path id="Vector_128" d="M384.994 244.212V246.916L357.399 262.838L357.39 260.135L384.994 244.212Z" fill="#2FF395" />
<path id="Vector_129" d="M397.427 232.1L397.436 234.803L357.381 257.929L357.372 255.234L397.427 232.1Z" fill="#2FF395" />
<g id="Group_9" opacity="0.1">
<path id="Vector_130" opacity="0.1" d="M384.994 244.212V246.916L357.399 262.838L357.39 260.135L384.994 244.212Z" fill="white" />
<path id="Vector_131" opacity="0.1" d="M397.427 232.1L397.436 234.803L357.381 257.929L357.372 255.234L397.427 232.1Z" fill="white" />
</g>
<path id="Vector_132" d="M381.105 213.535L381.113 216.143L356.582 230.365L356.573 227.758L381.105 213.535Z" fill="#2FF395" />
<path id="Vector_133" d="M386.25 205.574L386.259 208.181L356.565 225.15L356.556 222.552L386.25 205.574Z" fill="#2FF395" />
<path id="Vector_134" d="M370.428 209.367L370.437 211.974L356.547 219.936L356.538 217.337L370.428 209.367Z" fill="#2FF395" />
</g>
<g id="freepik Icon inject 111">
<path id="Vector_135" d="M142.76 125.478C142.546 125.055 142.223 124.695 141.824 124.436C141.425 124.176 140.964 124.026 140.488 124C140.387 124.004 140.287 124.025 140.192 124.062L103.988 144.861C103.689 145.032 103.439 145.279 103.266 145.576C103.093 145.873 103.001 146.21 103 146.553V176.316C103.014 176.607 103.096 176.892 103.24 177.146C103.385 177.4 103.588 177.616 103.832 177.778C104.076 177.94 104.355 178.043 104.647 178.078C104.939 178.113 105.234 178.08 105.511 177.98V177.98H105.59L141.823 157.159C142.123 156.989 142.373 156.743 142.546 156.445C142.718 156.148 142.808 155.81 142.805 155.466V125.687C142.808 125.614 142.793 125.543 142.76 125.478V125.478Z" fill="#2FF395" />
<path id="Vector_136" opacity="0.2" d="M103 146.536V176.299C103.014 176.591 103.096 176.875 103.24 177.129C103.385 177.383 103.588 177.599 103.832 177.761C104.076 177.923 104.355 178.026 104.647 178.061C104.939 178.096 105.234 178.063 105.511 177.963C105.438 177.99 105.359 177.998 105.282 177.988C105.205 177.978 105.132 177.949 105.068 177.905C105.005 177.861 104.953 177.802 104.917 177.734C104.882 177.665 104.863 177.589 104.863 177.512V147.744C104.865 147.364 104.979 146.993 105.192 146.677L103.199 145.69C103.067 145.953 102.999 146.243 103 146.536V146.536Z" fill="white" />
<path id="Vector_137" opacity="0.4" d="M140.516 124C140.415 124.004 140.315 124.025 140.221 124.062L103.988 144.861C103.648 145.052 103.375 145.341 103.204 145.69L105.198 146.677C105.365 146.426 105.589 146.218 105.851 146.068L142.084 125.281C142.141 125.248 142.205 125.227 142.271 125.22C142.337 125.212 142.404 125.219 142.468 125.238C142.531 125.258 142.59 125.29 142.64 125.334C142.69 125.377 142.731 125.43 142.76 125.489C142.549 125.068 142.232 124.709 141.838 124.447C141.444 124.186 140.989 124.032 140.516 124Z" fill="white" />
<path id="Vector_138" opacity="0.3" d="M142.76 125.478C142.546 125.055 142.223 124.695 141.824 124.436C141.425 124.176 140.964 124.026 140.488 124C140.387 124.004 140.287 124.025 140.192 124.062L103.988 144.861C103.689 145.032 103.439 145.279 103.266 145.576C103.093 145.873 103.001 146.21 103 146.553V176.316C103.014 176.607 103.096 176.892 103.24 177.146C103.385 177.4 103.588 177.616 103.832 177.778C104.076 177.94 104.355 178.043 104.647 178.078C104.939 178.113 105.234 178.08 105.511 177.98V177.98H105.59L141.823 157.159C142.123 156.989 142.373 156.743 142.546 156.445C142.718 156.148 142.808 155.81 142.805 155.466V125.687C142.808 125.614 142.793 125.543 142.76 125.478V125.478Z" fill="white" />
<g id="Group_10" opacity="0.6">
<path id="Vector_139" opacity="0.6" d="M118.705 146.559L131.048 147.614L118.756 162.794L118.705 146.559Z" fill="white" />
</g>
</g>
<g id="freepik Pictures inject 111">
<g id="picture">
<path id="Vector_140" d="M91.672 199.871L92.1022 199.636L92.5412 199.409V206.01L73.4535 216.84L51.8722 229.048V223.494L51.9864 223.38L52.4254 222.962C53.3612 222.098 54.3887 221.338 55.4896 220.694L55.6125 220.625L55.7969 220.52C56.4906 220.141 57.2093 219.809 57.948 219.526L58.5538 219.308C61.0957 218.586 63.7052 218.125 66.3417 217.93L67.1055 217.826C69.326 217.538 71.4796 216.872 73.471 215.855L73.9539 215.585L74.3578 215.349C78.0103 213.108 81.3818 209.158 84.7621 205.661L85.2801 205.129L85.5348 204.876L86.0001 204.414L86.2372 204.188C87.8283 202.599 89.5956 201.195 91.5052 200.002L91.672 199.871Z" fill="#2FF395" />
<path id="Vector_141" opacity="0.4" d="M91.672 199.871L92.1022 199.636L92.5412 199.409V206.01L73.4535 216.84L51.8722 229.048V223.494L51.9864 223.38L52.4254 222.962C53.3612 222.098 54.3887 221.338 55.4896 220.694L55.6125 220.625L55.7969 220.52C56.4906 220.141 57.2093 219.809 57.948 219.526L58.5538 219.308C61.0957 218.586 63.7052 218.125 66.3417 217.93L67.1055 217.826C69.326 217.538 71.4796 216.872 73.471 215.855L73.9539 215.585L74.3578 215.349C78.0103 213.108 81.3818 209.158 84.7621 205.661L85.2801 205.129L85.5348 204.876L86.0001 204.414L86.2372 204.188C87.8283 202.599 89.5956 201.195 91.5052 200.002L91.672 199.871Z" fill="black" />
<path id="Vector_142" d="M68.9932 198.083C71.3551 196.732 73.2779 197.822 73.2867 200.525C73.2083 201.995 72.7809 203.426 72.0393 204.7C71.2977 205.975 70.2629 207.057 69.0196 207.859C66.649 209.219 64.7349 208.129 64.7262 205.434C64.8025 203.962 65.2289 202.528 65.9706 201.25C66.7123 199.972 67.7481 198.887 68.9932 198.083V198.083Z" fill="white" />
<path id="Vector_143" d="M73.4535 215.855C71.462 216.872 69.3084 217.538 67.088 217.826C69.3084 217.538 71.462 216.872 73.4535 215.855Z" fill="#5D3464" />
<path id="Vector_144" d="M55.9725 212.288C56.2816 212.111 56.6082 211.965 56.9471 211.852C57.8705 211.609 58.842 211.609 59.7655 211.852L65.253 212.768C66.2803 212.886 67.3169 212.645 68.1855 212.088C69.2782 211.43 70.2347 210.572 71.0039 209.559C71.8597 208.313 72.9332 207.229 74.1734 206.359L74.2964 206.289C75.1066 205.867 76.0472 205.765 76.9304 206.001C77.9611 206.146 79.0097 205.914 79.8804 205.347C81.0797 204.622 82.1142 203.657 82.9183 202.513C83.9631 201.101 85.0167 199.679 85.9825 198.302C86.692 197.177 87.5515 196.154 88.5375 195.258C88.7488 195.094 88.9718 194.946 89.2048 194.814C90.2213 194.274 91.3781 194.053 92.5236 194.177V199.409L92.0846 199.636L91.6808 199.854L91.4349 200.002C89.5253 201.195 87.758 202.599 86.1669 204.188L85.9299 204.414L85.4645 204.876L85.2099 205.129L84.6919 205.661C81.3028 209.149 77.9401 213.108 74.2876 215.349L73.8837 215.585L73.4008 215.855C71.4094 216.872 69.2557 217.538 67.0353 217.826L66.2714 217.93C63.635 218.125 61.0255 218.586 58.4836 219.308L57.8778 219.526C57.1386 219.815 56.4199 220.153 55.7267 220.538L55.5423 220.642L55.4194 220.712C54.3184 221.355 53.291 222.116 52.3551 222.979L51.9161 223.398L51.802 223.511V216.439C52.1708 215.916 52.5483 215.419 52.9434 214.948C53.7973 213.9 54.821 213.002 55.9725 212.288V212.288Z" fill="#2FF395" />
<g id="Group_11" opacity="0.2">
<path id="Vector_145" opacity="0.2" d="M55.9725 212.288C56.2816 212.111 56.6082 211.965 56.9471 211.852C57.8705 211.609 58.842 211.609 59.7655 211.852L65.253 212.768C66.2803 212.886 67.3169 212.645 68.1855 212.088C69.2782 211.43 70.2347 210.572 71.0039 209.559C71.8597 208.313 72.9332 207.229 74.1734 206.359L74.2964 206.289C75.1066 205.867 76.0472 205.765 76.9304 206.001C77.9611 206.146 79.0097 205.914 79.8804 205.347C81.0797 204.622 82.1142 203.657 82.9183 202.513C83.9631 201.101 85.0167 199.679 85.9825 198.302C86.692 197.177 87.5515 196.154 88.5375 195.258C88.7488 195.094 88.9718 194.946 89.2048 194.814C90.2213 194.274 91.3781 194.053 92.5236 194.177V199.409L92.0846 199.636L91.6808 199.854L91.4349 200.002C89.5253 201.195 87.758 202.599 86.1669 204.188L85.9299 204.414L85.4645 204.876L85.2099 205.129L84.6919 205.661C81.3028 209.149 77.9401 213.108 74.2876 215.349L73.8837 215.585L73.4008 215.855C71.4094 216.872 69.2557 217.538 67.0353 217.826L66.2714 217.93C63.635 218.125 61.0255 218.586 58.4836 219.308L57.8778 219.526C57.1386 219.815 56.4199 220.153 55.7267 220.538L55.5423 220.642L55.4194 220.712C54.3184 221.355 53.291 222.116 52.3551 222.979L51.9161 223.398L51.802 223.511V216.439C52.1708 215.916 52.5483 215.419 52.9434 214.948C53.7973 213.9 54.821 213.002 55.9725 212.288V212.288Z" fill="black" />
</g>
<path id="Vector_146" d="M48.29 202.635L95.9654 175.272L96.0708 213.056L48.4129 240.419L48.29 202.635ZM92.5061 194.177V181.298L51.802 204.624L51.8898 234.446L92.5763 211.111V206.01V199.409V194.177" fill="#2FF395" />
<g id="Group_12" opacity="0.6">
<path id="Vector_147" opacity="0.6" d="M48.29 202.635L95.9654 175.272L96.0708 213.056L48.4129 240.419L48.29 202.635ZM92.5061 194.177V181.298L51.802 204.624L51.8898 234.446L92.5763 211.111V206.01V199.409V194.177" fill="white" />
</g>
<path id="Vector_148" d="M51.8722 229.066L73.4535 216.858L92.5588 206.027V211.129L51.8898 234.446L51.8722 229.066Z" fill="#455A64" />
<path id="Vector_149" d="M51.802 204.624L92.4885 181.298V194.177C91.3429 194.053 90.1862 194.274 89.1697 194.814C88.9367 194.946 88.7137 195.094 88.5024 195.258C87.5164 196.154 86.6569 197.177 85.9474 198.302C84.9816 199.679 83.928 201.101 82.8832 202.513C82.0944 203.651 81.0783 204.616 79.898 205.347C79.0273 205.914 77.9786 206.146 76.9479 206.001C76.0647 205.765 75.1242 205.867 74.3139 206.289L74.191 206.359C72.9507 207.229 71.8773 208.313 71.0214 209.559C70.2523 210.572 69.2958 211.43 68.203 212.088C67.3345 212.645 66.2979 212.886 65.2705 212.768L59.783 211.826C58.8596 211.583 57.8881 211.583 56.9646 211.826C56.6257 211.938 56.2992 212.084 55.9901 212.262C54.8511 212.979 53.8394 213.877 52.9961 214.922C52.601 215.393 52.2234 215.89 51.8547 216.413L51.802 204.624ZM69.0196 207.859C70.2583 207.061 71.2902 205.984 72.0315 204.716C72.7729 203.448 73.2029 202.024 73.2867 200.56C73.2867 197.857 71.3551 196.767 68.9932 198.118C67.7481 198.922 66.7123 200.007 65.9706 201.285C65.2289 202.563 64.8025 203.997 64.7262 205.469C64.7262 208.164 66.649 209.254 69.0196 207.894" fill="#2FF395" />
<path id="Vector_150" d="M57.948 219.526C57.2088 219.815 56.4901 220.153 55.7969 220.537C56.4901 220.153 57.2088 219.815 57.948 219.526V219.526Z" fill="#5D3464" />
</g>
<path id="Vector_151" d="M289.933 130.8L342.789 100.489L342.938 154.422L290.082 184.733L289.933 130.8ZM337.942 151.597L337.819 109L294.929 133.59L295.052 176.153L337.942 151.562" fill="#2FF395" />
<path id="Vector_152" opacity="0.6" d="M289.933 130.8L342.789 100.489L342.938 154.422L290.082 184.733L289.933 130.8ZM337.942 151.597L337.819 109L294.929 133.59L295.052 176.153L337.942 151.562" fill="white" />
<path id="Vector_153" d="M316.739 125.847L329.171 126.911L316.22 142.964L303.788 141.901L316.739 125.847Z" fill="#FAFAFA" />
<path id="Vector_154" d="M329.171 126.911L329.18 143.217L316.22 159.271V142.964L329.171 126.911Z" fill="#EBEBEB" />
<path id="Vector_155" d="M303.788 141.901L316.22 142.964V159.271L303.788 158.207V141.901Z" fill="#E0E0E0" />
<path id="Vector_156" d="M294.929 133.599L337.819 109L337.942 151.562L295.052 176.144L294.929 133.599ZM329.171 143.191V126.885L316.739 125.821L303.788 141.901V158.207L316.221 159.271L329.18 143.217" fill="#2FF395" />
<g id="Group_13" opacity="0.2">
<path id="Vector_157" opacity="0.2" d="M294.929 133.599L337.819 109L337.942 151.562L295.052 176.144L294.929 133.599ZM329.171 143.191V126.885L316.739 125.821L303.788 141.901V158.207L316.221 159.271L329.18 143.217" fill="white" />
</g>
<g id="bulb">
<path id="Vector_158" d="M339.231 74.5067L363.508 60.5547L363.613 96.9432L339.336 110.895L339.231 74.5067ZM354.877 90.2027V90.0631C355.075 88.6367 355.571 87.2673 356.334 86.0432C357.777 83.8023 358.589 81.2192 358.687 78.5615C358.687 73.9835 355.413 72.1261 351.4 74.4107C347.388 76.6954 344.095 82.3459 344.113 86.9152C344.113 89.3307 344.991 90.9787 346.457 91.6763C346.883 91.9054 347.245 92.2369 347.509 92.6406C347.772 93.0443 347.93 93.5073 347.967 93.9871V94.1441C348.009 94.5936 348.215 95.0123 348.547 95.3213V96.3067L348.959 96.0712V96.4026L348.547 96.6467V97.6321L348.959 97.3967V97.7367L348.538 97.9722V98.9663L348.95 98.7221V99.3587V99.5854C349.073 100.527 349.828 100.841 350.706 100.327L350.619 100.379V100.449C350.619 100.728 350.873 100.824 351.137 100.667L351.514 100.457C351.655 100.365 351.773 100.245 351.863 100.103C351.952 99.9619 352.01 99.8031 352.032 99.6377V99.5592L351.944 99.6028C352.42 99.2909 352.824 98.8812 353.126 98.4013C353.429 97.9214 353.625 97.3826 353.7 96.8211V96.5595V95.9317L354.113 95.6963V94.7022L353.7 94.9376V94.6063L354.113 94.3621V93.3767L353.692 93.6122V93.2721L354.113 93.0367V92.0426C354.41 91.4666 354.606 90.8443 354.693 90.2027H354.877ZM355.255 72.0389C355.202 72.1697 355.254 72.2918 355.325 72.3005H355.421C355.504 72.2544 355.566 72.18 355.597 72.0912L357.125 68.1759C357.177 68.0451 357.125 67.9231 357.054 67.9143C357.02 67.9065 356.984 67.9065 356.949 67.9143C356.869 67.9614 356.81 68.0359 356.782 68.1236L355.255 72.0389ZM345.342 74.6026C345.254 74.7159 345.219 74.8729 345.28 74.9427L346.993 77.1227C346.993 77.175 347.098 77.175 347.168 77.1227L347.265 77.0355C347.309 76.99 347.339 76.933 347.351 76.8712C347.363 76.8094 347.358 76.7454 347.335 76.6867L345.79 74.5067C345.79 74.4543 345.693 74.4543 345.623 74.5067C345.582 74.5275 345.546 74.5573 345.518 74.5939L345.342 74.6026ZM357.291 91.0049C357.334 90.9589 357.364 90.9019 357.376 90.8403C357.389 90.7788 357.384 90.715 357.362 90.6561L355.816 88.511C355.816 88.4587 355.72 88.4499 355.65 88.511C355.61 88.5301 355.576 88.5604 355.553 88.5982C355.508 88.6427 355.476 88.6993 355.462 88.7611C355.448 88.8229 355.452 88.8874 355.474 88.947L357.019 91.1008C357.043 91.1223 357.075 91.1341 357.107 91.1341C357.139 91.1341 357.171 91.1223 357.195 91.1008L357.291 91.0136V91.0049ZM347.388 93.5773C347.388 93.4378 347.388 93.3157 347.309 93.3157C347.294 93.3087 347.277 93.3051 347.26 93.3051C347.244 93.3051 347.227 93.3087 347.212 93.3157C347.132 93.3628 347.073 93.4373 347.045 93.525L345.518 97.4315C345.465 97.5711 345.518 97.6931 345.588 97.7019H345.684C345.763 97.6512 345.824 97.5783 345.86 97.4926L347.388 93.5773V93.5773ZM344.209 91.9467C344.255 91.9021 344.286 91.8456 344.3 91.7838C344.314 91.7219 344.31 91.6574 344.288 91.5979C344.264 91.5764 344.233 91.5646 344.201 91.5646C344.168 91.5646 344.137 91.5764 344.113 91.5979C344.074 91.6229 344.041 91.6555 344.016 91.6938L341.382 94.9638C341.337 95.0087 341.307 95.0657 341.294 95.1277C341.282 95.1897 341.288 95.254 341.312 95.3126C341.335 95.3334 341.364 95.345 341.395 95.345C341.426 95.345 341.456 95.3334 341.479 95.3126L341.575 95.2167L344.209 91.9467ZM361.559 83.6714C361.611 83.5319 361.559 83.4185 361.488 83.4098L358.854 83.1831C358.82 83.1711 358.783 83.1711 358.749 83.1831C358.672 83.2329 358.613 83.3064 358.582 83.3923C358.529 83.5319 358.582 83.6452 358.652 83.6539L361.286 83.8807H361.383C361.46 83.8308 361.519 83.7574 361.55 83.6714H361.559ZM358.6 73.6347C358.556 73.6802 358.526 73.7371 358.513 73.7989C358.501 73.8607 358.507 73.9247 358.529 73.9835C358.541 73.9951 358.555 74.0043 358.57 74.0106C358.585 74.0169 358.601 74.0201 358.617 74.0201C358.634 74.0201 358.65 74.0169 358.665 74.0106C358.68 74.0043 358.694 73.9951 358.705 73.9835L358.802 73.8963L361.436 70.6263C361.48 70.5808 361.509 70.5238 361.522 70.462C361.534 70.4002 361.529 70.3362 361.506 70.2775C361.482 70.256 361.45 70.2442 361.418 70.2442C361.386 70.2442 361.354 70.256 361.33 70.2775C361.294 70.3016 361.261 70.331 361.234 70.3647L358.6 73.6347ZM341.259 81.9187C341.198 82.0495 341.259 82.1715 341.329 82.1803L343.963 82.407H344.06C344.138 82.3577 344.196 82.284 344.227 82.1977C344.288 82.0582 344.227 81.9361 344.157 81.9274L341.523 81.7094C341.492 81.6972 341.457 81.6972 341.426 81.7094C341.348 81.7619 341.289 81.8385 341.259 81.9274V81.9187ZM351.172 69.7979V73.2859C351.172 73.4079 351.26 73.4603 351.374 73.3992C351.429 73.3604 351.476 73.3097 351.509 73.2509C351.543 73.192 351.562 73.1265 351.567 73.0591V69.5711C351.567 69.4491 351.479 69.3967 351.365 69.4578C351.309 69.4966 351.263 69.5473 351.23 69.6061C351.196 69.6649 351.176 69.7305 351.172 69.7979V69.7979ZM362.937 76.4425C362.994 76.4051 363.041 76.3548 363.075 76.2957C363.109 76.2365 363.127 76.1703 363.13 76.1024C363.13 75.9803 363.042 75.928 362.937 75.9978L359.864 77.7418C359.808 77.7801 359.761 77.8307 359.728 77.8896C359.694 77.9486 359.675 78.0143 359.671 78.0819C359.666 78.1068 359.67 78.1324 359.681 78.1553C359.691 78.1782 359.709 78.1972 359.731 78.2096C359.754 78.2221 359.779 78.2274 359.804 78.2248C359.83 78.2222 359.854 78.2119 359.873 78.1952L362.937 76.4512V76.4425ZM339.732 89.5312C339.732 89.6533 339.819 89.7056 339.933 89.6446L342.998 87.9006C343.056 87.8643 343.104 87.8142 343.138 87.7549C343.171 87.6955 343.19 87.6287 343.191 87.5605C343.191 87.4384 343.103 87.3948 342.998 87.4559L339.933 89.1999C339.876 89.2373 339.827 89.2874 339.792 89.3464C339.757 89.4054 339.737 89.4716 339.732 89.5399" fill="#2FF395" />
<path id="Vector_159" d="M352.173 99.5679V99.6464C352.15 99.8119 352.093 99.9706 352.003 100.112C351.914 100.253 351.795 100.374 351.655 100.466L351.277 100.675C351.014 100.832 350.794 100.736 350.759 100.457V100.388L350.847 100.335L352.111 99.6115L352.173 99.5679Z" fill="#37474F" />
<path id="Vector_160" d="M353.885 96.5683V96.8298C353.81 97.3913 353.614 97.9301 353.311 98.41C353.008 98.8899 352.605 99.2996 352.129 99.6115L350.865 100.335C349.987 100.85 349.214 100.536 349.109 99.5941V99.3674L353.885 96.5683Z" fill="#455A64" />
<path id="Vector_161" d="M349.012 97.7455L349.003 97.4054L353.885 94.615V94.9463L349.012 97.7455Z" fill="#37474F" />
<path id="Vector_162" d="M354.298 93.3854V94.3708L353.885 94.615L349.003 97.4053L348.591 97.6408V96.6554L349.003 96.42L353.876 93.6209L354.298 93.3854Z" fill="#455A64" />
<path id="Vector_163" d="M353.771 81.9012C354.175 81.6658 354.508 81.9012 354.508 82.3198V85.9211C354.494 86.3812 354.358 86.8294 354.113 87.2204L353.525 88.2407C353.339 88.5465 353.236 88.8951 353.226 89.2522V92.653L352.928 92.8187V89.4179C352.945 88.9622 353.078 88.5182 353.314 88.1273L353.911 87.0983C354.096 86.795 354.198 86.4497 354.21 86.0955V82.4855C354.21 82.2151 354.008 82.1018 353.762 82.2413C353.633 82.3241 353.527 82.4361 353.45 82.568C353.374 82.6999 353.33 82.848 353.323 82.9999V86.2787C353.309 86.5334 353.235 86.7813 353.107 87.0024C352.979 87.2235 352.8 87.4117 352.585 87.5518C352.182 87.7872 351.848 87.5954 351.848 87.1332V83.8458C351.848 83.5667 351.655 83.4534 351.409 83.5929C351.28 83.6757 351.174 83.7877 351.097 83.9196C351.021 84.0515 350.977 84.1996 350.97 84.3515V87.639C350.954 87.8922 350.88 88.1383 350.752 88.3578C350.624 88.5773 350.446 88.7641 350.232 88.9034C349.829 89.1388 349.495 88.9034 349.495 88.4848V85.1974C349.495 84.9183 349.293 84.805 349.047 84.9445C348.92 85.0283 348.813 85.1406 348.737 85.2723C348.661 85.404 348.617 85.5515 348.608 85.7031V89.3307C348.593 89.4572 348.614 89.5854 348.669 89.7008C348.723 89.8163 348.808 89.9145 348.915 89.9847L349.512 90.3247C349.65 90.4222 349.758 90.5546 349.826 90.7081C349.894 90.8615 349.919 91.0303 349.899 91.1967V94.5627L349.609 94.7283V91.3275C349.621 91.2 349.598 91.0718 349.544 90.9555C349.49 90.8392 349.407 90.739 349.302 90.6648L348.705 90.3335C348.567 90.236 348.459 90.1036 348.391 89.9501C348.323 89.7967 348.298 89.6279 348.318 89.4615V85.8514C348.333 85.5992 348.408 85.354 348.536 85.1358C348.664 84.9176 348.842 84.7326 349.056 84.5957C349.46 84.3603 349.793 84.5957 349.793 85.0143V88.293C349.793 88.572 349.995 88.6941 350.241 88.5546C350.369 88.4694 350.476 88.3557 350.552 88.2224C350.628 88.0892 350.672 87.9402 350.68 87.7872V84.4998C350.694 84.2461 350.767 83.9992 350.896 83.7794C351.024 83.5595 351.203 83.3731 351.418 83.2354C351.822 82.9999 352.155 83.2354 352.155 83.6539V86.9414C352.155 87.2204 352.357 87.3338 352.603 87.1943C352.732 87.1115 352.838 86.9995 352.915 86.8676C352.991 86.7356 353.035 86.5876 353.042 86.4356V83.1482C353.059 82.8988 353.134 82.6566 353.26 82.4404C353.386 82.2241 353.561 82.0397 353.771 81.9012V81.9012Z" fill="white" />
<path id="Vector_164" d="M366.73 55L336 72.6318L336.123 116.424L366.853 98.7831L366.73 55ZM339.328 110.86L339.231 74.5066L363.508 60.5546L363.613 96.9432L339.336 110.895" fill="#2FF395" />
<g id="Group_14" opacity="0.6">
<path id="Vector_165" opacity="0.6" d="M366.73 55L336 72.6318L336.123 116.424L366.853 98.7831L366.73 55ZM339.328 110.86L339.231 74.5066L363.508 60.5546L363.613 96.9432L339.336 110.895" fill="white" />
</g>
<path id="Vector_166" d="M349.012 99.3674V98.7308L353.885 95.9404V96.5682L349.012 99.3674Z" fill="#37474F" />
<path id="Vector_167" d="M354.298 94.7109V95.705L353.885 95.9404L349.012 98.7308L348.599 98.975L348.591 97.9809L349.012 97.7455L353.885 94.9463L354.298 94.7109Z" fill="#455A64" />
<path id="Vector_168" d="M349.003 96.0799L353.876 93.2808V93.6209L349.003 96.42V96.0799Z" fill="#37474F" />
<path id="Vector_169" d="M351.391 74.4282C355.421 72.1348 358.679 73.9922 358.696 78.5702C358.598 81.2279 357.785 83.811 356.343 86.0519C355.58 87.276 355.083 88.6454 354.886 90.0719V90.2114C354.8 90.853 354.604 91.4753 354.306 92.0513L353.27 92.653V89.2522C353.28 88.895 353.383 88.5465 353.569 88.2407L354.157 87.2204C354.402 86.8294 354.538 86.3812 354.552 85.9211V82.3198C354.552 81.8576 354.219 81.6658 353.815 81.9012C353.601 82.0405 353.423 82.2273 353.295 82.4468C353.167 82.6663 353.093 82.9124 353.077 83.1656V86.4531C353.07 86.605 353.026 86.7531 352.95 86.885C352.873 87.0169 352.767 87.1289 352.638 87.2117C352.392 87.3512 352.19 87.2117 352.19 86.9588V83.6714C352.19 83.2092 351.857 83.0174 351.453 83.2528C351.238 83.3905 351.059 83.577 350.931 83.7968C350.802 84.0166 350.729 84.2635 350.715 84.5172V87.8047C350.707 87.9576 350.663 88.1067 350.587 88.2399C350.511 88.3731 350.404 88.4868 350.276 88.572C350.03 88.7115 349.829 88.572 349.829 88.3104V85.0317C349.829 84.5695 349.495 84.3777 349.091 84.6131C348.877 84.75 348.699 84.9351 348.571 85.1533C348.443 85.3715 348.368 85.6166 348.353 85.8688V89.4789C348.333 89.6453 348.358 89.8141 348.426 89.9676C348.494 90.121 348.602 90.2534 348.74 90.3509L349.337 90.6823C349.442 90.7564 349.526 90.8566 349.58 90.9729C349.633 91.0892 349.656 91.2175 349.644 91.345V94.7458L348.599 95.3475C348.268 95.0385 348.062 94.6198 348.02 94.1703V94.0133C347.983 93.5334 347.825 93.0704 347.561 92.6667C347.297 92.263 346.936 91.9315 346.51 91.7025C345.079 91.0049 344.174 89.3568 344.165 86.9414C344.104 82.3547 347.388 76.7303 351.391 74.4282Z" fill="#2FF395" />
<path id="Vector_170" d="M353.332 88.1273C353.095 88.5182 352.963 88.9622 352.945 89.4179V92.8187L349.908 94.5627V91.1619C349.928 90.9954 349.903 90.8266 349.835 90.6732C349.767 90.5198 349.659 90.3873 349.521 90.2899L348.924 89.9498C348.817 89.8797 348.732 89.7814 348.677 89.666C348.623 89.5505 348.602 89.4224 348.617 89.2958V85.6857C348.626 85.5341 348.67 85.3865 348.746 85.2548C348.822 85.1231 348.928 85.0109 349.056 84.9271C349.302 84.7875 349.504 84.9271 349.504 85.1799V88.4587C349.504 88.9208 349.837 89.1127 350.241 88.8772C350.455 88.738 350.632 88.5512 350.761 88.3317C350.889 88.1122 350.963 87.866 350.979 87.6128V84.3254C350.986 84.1734 351.03 84.0254 351.106 83.8934C351.182 83.7615 351.289 83.6496 351.418 83.5667C351.664 83.4272 351.857 83.5667 351.857 83.8196V87.1071C351.857 87.5692 352.19 87.7611 352.594 87.5256C352.809 87.3855 352.987 87.1973 353.115 86.9762C353.244 86.7551 353.318 86.5072 353.332 86.2525V82.9738C353.339 82.8218 353.383 82.6738 353.459 82.5418C353.535 82.4099 353.642 82.2979 353.771 82.2151C354.017 82.0756 354.219 82.2151 354.219 82.4593V86.0694C354.207 86.4235 354.104 86.7689 353.92 87.0722L353.332 88.1273Z" fill="#2FF395" />
<g id="Group_15" opacity="0.4">
<path id="Vector_171" opacity="0.4" d="M351.391 74.4282C355.421 72.1348 358.679 73.9922 358.696 78.5702C358.598 81.2279 357.785 83.811 356.343 86.0519C355.58 87.276 355.083 88.6454 354.886 90.0719V90.2114C354.8 90.853 354.604 91.4753 354.306 92.0513L353.27 92.653V89.2522C353.28 88.895 353.383 88.5465 353.569 88.2407L354.157 87.2204C354.402 86.8294 354.538 86.3812 354.552 85.9211V82.3198C354.552 81.8576 354.219 81.6658 353.815 81.9012C353.601 82.0405 353.423 82.2273 353.295 82.4468C353.167 82.6663 353.093 82.9124 353.077 83.1656V86.4531C353.07 86.605 353.026 86.7531 352.95 86.885C352.873 87.0169 352.767 87.1289 352.638 87.2117C352.392 87.3512 352.19 87.2117 352.19 86.9588V83.6714C352.19 83.2092 351.857 83.0174 351.453 83.2528C351.238 83.3905 351.059 83.577 350.931 83.7968C350.802 84.0166 350.729 84.2635 350.715 84.5172V87.8047C350.707 87.9576 350.663 88.1067 350.587 88.2399C350.511 88.3731 350.404 88.4868 350.276 88.572C350.03 88.7115 349.829 88.572 349.829 88.3104V85.0317C349.829 84.5695 349.495 84.3777 349.091 84.6131C348.877 84.75 348.699 84.9351 348.571 85.1533C348.443 85.3715 348.368 85.6166 348.353 85.8688V89.4789C348.333 89.6453 348.358 89.8141 348.426 89.9676C348.494 90.121 348.602 90.2534 348.74 90.3509L349.337 90.6823C349.442 90.7564 349.526 90.8566 349.58 90.9729C349.633 91.0892 349.656 91.2175 349.644 91.345V94.7458L348.599 95.3475C348.268 95.0385 348.062 94.6198 348.02 94.1703V94.0133C347.983 93.5334 347.825 93.0704 347.561 92.6667C347.297 92.263 346.936 91.9315 346.51 91.7025C345.079 91.0049 344.174 89.3568 344.165 86.9414C344.104 82.3547 347.388 76.7303 351.391 74.4282Z" fill="white" />
<path id="Vector_172" opacity="0.4" d="M353.332 88.1273C353.095 88.5182 352.963 88.9622 352.945 89.4178V92.8186L349.908 94.5626V91.1618C349.928 90.9954 349.903 90.8266 349.835 90.6732C349.767 90.5197 349.659 90.3873 349.521 90.2898L348.924 89.9498C348.817 89.8796 348.732 89.7814 348.677 89.6659C348.623 89.5505 348.602 89.4223 348.617 89.2958V85.6857C348.626 85.534 348.67 85.3865 348.746 85.2548C348.822 85.1231 348.928 85.0109 349.056 84.9271C349.302 84.7875 349.504 84.9271 349.504 85.1799V88.4586C349.504 88.9208 349.837 89.1127 350.241 88.8772C350.455 88.738 350.632 88.5511 350.761 88.3316C350.889 88.1121 350.963 87.866 350.979 87.6128V84.3254C350.986 84.1734 351.03 84.0254 351.106 83.8934C351.182 83.7615 351.289 83.6495 351.418 83.5667C351.664 83.4272 351.857 83.5667 351.857 83.8196V87.107C351.857 87.5692 352.19 87.7611 352.594 87.5256C352.809 87.3855 352.987 87.1973 353.115 86.9762C353.244 86.7551 353.318 86.5072 353.332 86.2525V82.9738C353.339 82.8218 353.383 82.6738 353.459 82.5418C353.535 82.4099 353.642 82.2979 353.771 82.2151C354.017 82.0756 354.219 82.2151 354.219 82.4593V86.0694C354.207 86.4235 354.104 86.7689 353.92 87.0722L353.332 88.1273Z" fill="white" />
</g>
<path id="Vector_173" d="M354.289 92.0513L354.298 93.0454L353.876 93.2808L349.003 96.0799L348.591 96.3154L348.582 95.33L354.289 92.0513Z" fill="#455A64" />
<path id="Vector_174" d="M341.426 81.7355C341.457 81.7234 341.492 81.7234 341.523 81.7355L344.157 81.9535C344.253 81.9535 344.288 82.0843 344.227 82.2239C344.196 82.3101 344.138 82.3838 344.06 82.4331H343.964L341.329 82.2064C341.233 82.2064 341.198 82.0756 341.259 81.9448C341.291 81.8592 341.349 81.7858 341.426 81.7355Z" fill="white" />
<path id="Vector_175" d="M355.65 88.511C355.72 88.511 355.781 88.511 355.817 88.511L357.362 90.6561C357.384 90.715 357.389 90.7788 357.376 90.8403C357.364 90.9019 357.335 90.9588 357.292 91.0049L357.195 91.0921C357.171 91.1135 357.14 91.1254 357.107 91.1254C357.075 91.1254 357.044 91.1135 357.019 91.0921L355.474 88.9383C355.452 88.8787 355.448 88.8142 355.462 88.7524C355.476 88.6905 355.508 88.634 355.553 88.5895C355.577 88.5549 355.611 88.5277 355.65 88.511V88.511Z" fill="white" />
<path id="Vector_176" d="M362.937 75.9978C363.042 75.928 363.13 75.9978 363.13 76.1024C363.128 76.1703 363.109 76.2365 363.075 76.2956C363.041 76.3548 362.994 76.4051 362.937 76.4425L359.873 78.1865C359.854 78.2032 359.83 78.2135 359.804 78.2161C359.779 78.2186 359.754 78.2133 359.731 78.2009C359.709 78.1885 359.692 78.1695 359.681 78.1466C359.67 78.1237 359.666 78.098 359.671 78.0731C359.675 78.0056 359.694 77.9399 359.728 77.8809C359.761 77.822 359.808 77.7714 359.864 77.7331L362.937 75.9978Z" fill="white" />
<path id="Vector_177" d="M361.348 70.3123C361.372 70.2909 361.403 70.279 361.436 70.279C361.468 70.279 361.499 70.2909 361.524 70.3123C361.546 70.3711 361.552 70.4351 361.54 70.4969C361.527 70.5587 361.497 70.6156 361.453 70.6611L358.819 73.9311L358.723 74.0184C358.711 74.03 358.698 74.0392 358.682 74.0455C358.667 74.0518 358.651 74.055 358.635 74.055C358.618 74.055 358.602 74.0518 358.587 74.0455C358.572 74.0392 358.558 74.03 358.547 74.0184C358.524 73.9596 358.519 73.8956 358.531 73.8338C358.543 73.772 358.573 73.715 358.617 73.6695L361.251 70.3995C361.279 70.3659 361.312 70.3365 361.348 70.3123V70.3123Z" fill="white" />
<path id="Vector_178" d="M344.113 91.5891C344.137 91.5677 344.168 91.5558 344.201 91.5558C344.233 91.5558 344.264 91.5677 344.288 91.5891C344.31 91.6487 344.314 91.7132 344.3 91.775C344.286 91.8368 344.255 91.8934 344.209 91.9379L341.575 95.2079L341.479 95.3039C341.456 95.3247 341.426 95.3363 341.395 95.3363C341.364 95.3363 341.335 95.3247 341.312 95.3039C341.288 95.2453 341.282 95.181 341.294 95.119C341.307 95.057 341.337 95 341.382 94.9551L344.016 91.6851C344.041 91.6468 344.074 91.6141 344.113 91.5891V91.5891Z" fill="white" />
<path id="Vector_179" d="M357.125 67.9231C357.159 67.9152 357.195 67.9152 357.23 67.9231C357.318 67.9231 357.353 68.0539 357.3 68.1847L355.773 72.0999C355.742 72.1887 355.679 72.2631 355.597 72.3092H355.5C355.404 72.3092 355.378 72.1784 355.43 72.0476L356.958 68.1324C356.986 68.0446 357.045 67.9701 357.125 67.9231V67.9231Z" fill="white" />
<path id="Vector_180" d="M342.971 87.4297C343.077 87.3686 343.165 87.4297 343.165 87.5343C343.163 87.6025 343.145 87.6693 343.111 87.7287C343.078 87.7881 343.029 87.8382 342.971 87.8744L339.907 89.6184C339.793 89.6795 339.705 89.6184 339.705 89.505C339.71 89.4367 339.731 89.3705 339.766 89.3115C339.801 89.2525 339.849 89.2024 339.907 89.165L342.971 87.4297Z" fill="white" />
<path id="Vector_181" d="M351.365 69.4578C351.479 69.3967 351.567 69.4578 351.567 69.5711V73.0591C351.562 73.1265 351.543 73.192 351.509 73.2509C351.476 73.3097 351.429 73.3604 351.374 73.3992C351.26 73.4603 351.172 73.3992 351.172 73.2859V69.7978C351.177 69.7305 351.196 69.6649 351.23 69.6061C351.263 69.5473 351.309 69.4966 351.365 69.4578V69.4578Z" fill="white" />
<path id="Vector_182" d="M345.623 74.5066C345.693 74.5066 345.755 74.5066 345.79 74.5066L347.335 76.6605C347.358 76.7193 347.363 76.7833 347.351 76.8451C347.339 76.9068 347.309 76.9638 347.265 77.0093L347.133 77.1227C347.063 77.1227 346.993 77.1227 346.957 77.1227L345.421 74.9688C345.36 74.899 345.421 74.7421 345.482 74.6287C345.515 74.5746 345.564 74.5319 345.623 74.5066Z" fill="white" />
<path id="Vector_183" d="M358.723 83.2267C358.757 83.2147 358.794 83.2147 358.828 83.2267L361.462 83.4534C361.559 83.4534 361.585 83.5755 361.532 83.715C361.501 83.801 361.443 83.8745 361.365 83.9243H361.269L358.635 83.6975C358.547 83.6975 358.512 83.5755 358.565 83.4359C358.593 83.3512 358.649 83.2779 358.723 83.2267V83.2267Z" fill="white" />
<path id="Vector_184" d="M347.212 93.3506C347.227 93.3436 347.244 93.3399 347.26 93.3399C347.277 93.3399 347.294 93.3436 347.309 93.3506C347.405 93.3506 347.432 93.4726 347.388 93.6122L345.86 97.5274C345.824 97.6131 345.763 97.6861 345.684 97.7367H345.588C345.5 97.7367 345.465 97.6059 345.518 97.4664L347.045 93.5598C347.073 93.4721 347.132 93.3976 347.212 93.3506V93.3506Z" fill="white" />
</g>
<path id="Vector_185" d="M283.928 57.4386L327.292 32.5779L327.415 76.8232L284.059 101.684L283.928 57.4386ZM323.315 74.5037L323.218 39.6237L288.028 59.7669L288.133 94.6469L323.315 74.4688" fill="#2FF395" />
<path id="Vector_186" opacity="0.6" d="M283.928 57.4386L327.292 32.5779L327.415 76.8232L284.059 101.684L283.928 57.4386ZM323.315 74.5037L323.218 39.6237L288.028 59.7669L288.133 94.6469L323.315 74.4688" fill="white" />
<path id="Vector_187" d="M323.218 39.5888L288.028 59.7669L288.133 94.6817L323.315 74.5037L323.218 39.5888Z" fill="#2FF395" />
<path id="Vector_188" d="M301.698 63.4554C302.115 63.7662 302.422 64.1995 302.576 64.6937C302.001 65.6369 301.597 66.6727 301.382 67.7544C301.132 67.962 300.865 68.1487 300.583 68.3125C300.267 68.488 299.939 68.6396 299.6 68.7659C299.727 67.8454 299.965 66.9435 300.311 66.0801C300.681 65.1599 301.146 64.2802 301.698 63.4554V63.4554Z" fill="#F0F0F0" />
<path id="Vector_189" d="M296.404 69.0101C296.611 69.0661 296.822 69.1012 297.036 69.1147C297.915 69.1805 298.797 69.0616 299.626 68.7659C299.562 69.1931 299.533 69.6247 299.538 70.0565C299.538 70.4509 299.57 70.8446 299.635 71.2337C298.683 72.0111 297.817 72.8882 297.054 73.8497C296.817 74.1374 296.606 74.4165 296.422 74.6694C294.385 75.6198 293.981 74.6694 293.972 73.2393C293.963 71.8092 294.367 70.4053 296.404 69.0101Z" fill="#F0F0F0" />
<path id="Vector_190" d="M309.644 69.6117C310.279 70.0599 311.027 70.3227 311.804 70.3704C312.026 70.3831 312.249 70.3831 312.471 70.3704C313.349 72.0097 312.629 73.3875 311.593 74.7304C311.215 75.2408 310.748 75.6806 310.215 76.0297C309.899 76.2319 309.517 76.3075 309.147 76.2411C308.778 76.1748 308.447 75.9714 308.222 75.6722C308.222 75.3931 308.222 75.1054 308.222 74.8002C308.243 73.823 308.095 72.8496 307.783 71.9226C308.131 71.5774 308.459 71.2135 308.766 70.8325C309.084 70.444 309.377 70.0363 309.644 69.6117Z" fill="#F0F0F0" />
<path id="Vector_191" d="M311.69 64.31C312.531 63.9998 313.431 63.8807 314.324 63.9612C314.537 63.9764 314.748 64.0084 314.956 64.0571C316.633 64.4582 316.457 65.8011 315.834 67.4056C315.526 68.4483 314.866 69.3536 313.964 69.9693C313.512 70.2219 313.007 70.3653 312.489 70.3878C312.267 70.4006 312.044 70.4006 311.822 70.3878C311.045 70.3402 310.296 70.0774 309.662 69.6292C309.794 69.4286 309.916 69.2281 310.039 69.0188C310.42 68.3739 310.748 67.7004 311.023 67.0045C311.281 66.343 311.481 65.6602 311.62 64.964C311.69 64.7286 311.69 64.528 311.69 64.31Z" fill="white" />
<path id="Vector_192" d="M308.74 68.3735C308.893 68.8683 309.201 69.3019 309.618 69.6118C309.75 69.4112 309.873 69.2106 309.995 69.0014C309.873 69.2106 309.75 69.4112 309.618 69.6118C309.351 70.0393 309.058 70.4499 308.74 70.8413C308.433 71.2223 308.104 71.5861 307.757 71.9313L307.344 72.3149L307.757 71.9225C307.605 71.4198 307.298 70.9774 306.879 70.6582C307.61 69.9925 308.237 69.2225 308.74 68.3735V68.3735Z" fill="#E0E0E0" />
<path id="Vector_193" d="M310.724 64.7634C311.04 64.5827 311.372 64.4309 311.716 64.31C311.716 64.5193 311.646 64.7285 311.602 64.9465C311.464 65.6427 311.264 66.3255 311.005 66.987C310.731 67.6829 310.402 68.3564 310.022 69.0013C309.899 69.2106 309.776 69.4112 309.644 69.6117C309.227 69.3019 308.919 68.8682 308.766 68.3735C309.324 67.425 309.719 66.3905 309.934 65.3128C310.18 65.1061 310.444 64.9222 310.724 64.7634V64.7634Z" fill="#F0F0F0" />
<path id="Vector_194" d="M314.93 58.424C316.967 57.4735 317.362 58.424 317.371 59.8541C317.379 61.2842 316.976 62.6881 314.939 64.0833C314.731 64.0346 314.519 64.0025 314.306 63.9874C313.413 63.9068 312.513 64.026 311.672 64.3362C311.735 63.9058 311.767 63.4717 311.769 63.0369C311.771 62.6421 311.736 62.2479 311.664 61.8597C312.634 61.085 313.518 60.2079 314.298 59.2437L314.93 58.424Z" fill="#F0F0F0" />
<path id="Vector_195" d="M307.774 71.9225C308.085 72.8528 308.234 73.8289 308.213 74.8089C308.213 75.1141 308.213 75.4018 308.213 75.6809C308.02 78.1225 306.984 79.1689 305.737 79.8839C304.49 80.599 303.454 80.7559 303.252 78.5236C303.237 78.2331 303.237 77.942 303.252 77.6516C303.247 76.5163 303.389 75.385 303.674 74.2857L304.078 74.1985C304.666 74.0481 305.231 73.8162 305.755 73.5096C306.354 73.1613 306.914 72.749 307.423 72.2801L307.774 71.9225Z" fill="white" />
<path id="Vector_196" d="M311.69 61.8422C311.763 62.2275 311.798 62.6188 311.795 63.0107C311.793 63.4455 311.761 63.8796 311.699 64.31C311.699 64.5193 311.629 64.7285 311.585 64.9465C311.629 64.7285 311.664 64.5193 311.699 64.31C311.355 64.4309 311.023 64.5827 310.707 64.7634C310.427 64.9222 310.162 65.1061 309.916 65.3128C309.996 64.887 310.037 64.4552 310.039 64.0222C310.052 63.6357 310.017 63.2491 309.934 62.8712C310.213 62.7826 310.481 62.6627 310.733 62.5137C311.068 62.3137 311.388 62.0893 311.69 61.8422V61.8422Z" fill="#E0E0E0" />
<path id="Vector_197" d="M306.887 70.632C307.307 70.9512 307.614 71.3937 307.765 71.8964L307.353 72.2888C306.843 72.7578 306.284 73.17 305.684 73.5183C305.161 73.8249 304.596 74.0568 304.007 74.2072L303.604 74.2857C303.798 73.493 304.093 72.7282 304.482 72.0098C304.905 71.9037 305.31 71.7362 305.684 71.5127C306.119 71.2673 306.523 70.9717 306.887 70.632Z" fill="#F0F0F0" />
<path id="Vector_198" d="M299.635 71.2337C299.635 71.4081 299.705 71.5825 299.749 71.7481C299.877 72.2242 300.085 72.6753 300.364 73.0823C300.624 73.4408 300.959 73.7384 301.347 73.9543C301.472 74.0241 301.601 74.0853 301.734 74.1374C301.122 75.2788 300.402 76.3593 299.582 77.3638C299.345 77.6516 299.126 77.9132 298.915 78.1399C298.493 78.6341 297.998 79.0632 297.449 79.413C297.303 79.527 297.134 79.6074 296.954 79.6483C296.773 79.6892 296.586 79.6896 296.405 79.6495C296.224 79.6094 296.054 79.5299 295.909 79.4165C295.763 79.3032 295.644 79.159 295.561 78.9945C294.938 78.1225 294.753 76.9714 296.439 74.6345C296.624 74.3816 296.834 74.1026 297.071 73.8148C297.831 72.8664 298.691 72.0011 299.635 71.2337V71.2337Z" fill="white" />
<path id="Vector_199" d="M301.733 74.12C302.013 74.2356 302.31 74.3062 302.611 74.3293C302.941 74.368 303.274 74.368 303.604 74.3293C303.318 75.4286 303.177 76.5599 303.182 77.6952C303.167 77.9856 303.167 78.2767 303.182 78.5672C302.797 79.6181 302.103 80.5296 301.189 81.1832C300.773 81.4239 300.289 81.5219 299.811 81.4622C298.731 81.375 298.055 80.7908 298.871 78.1748C299.082 77.9481 299.301 77.6865 299.539 77.3987C300.376 76.3795 301.111 75.2813 301.733 74.12V74.12Z" fill="#F0F0F0" />
<path id="Vector_200" d="M302.629 71.879C303.205 72.1588 303.866 72.2148 304.482 72.0359C304.093 72.7544 303.798 73.5192 303.604 74.3118L304.008 74.2333L303.604 74.3118C303.277 74.3722 302.943 74.3898 302.612 74.3641C302.31 74.3411 302.013 74.2705 301.733 74.1549C301.601 74.1027 301.472 74.0415 301.347 73.9717C301.472 74.0415 301.601 74.1027 301.733 74.1549C302.127 73.4365 302.428 72.6719 302.629 71.879V71.879Z" fill="#E0E0E0" />
<path id="Vector_201" d="M309.618 58.921C310.169 59.1324 310.643 59.503 310.979 59.9849C311.358 60.5422 311.607 61.1769 311.708 61.8422C311.397 62.0903 311.069 62.3148 310.724 62.5137C310.472 62.6627 310.204 62.7826 309.925 62.8712C309.856 62.5211 309.712 62.1898 309.503 61.8995C309.294 61.6093 309.025 61.3667 308.714 61.1882C308.917 60.3974 309.221 59.6355 309.618 58.921V58.921Z" fill="#F0F0F0" />
<path id="Vector_202" d="M313.903 53.6367C314.047 53.5228 314.216 53.4425 314.396 53.4016C314.576 53.3607 314.763 53.3603 314.943 53.4004C315.123 53.4406 315.292 53.5202 315.437 53.6335C315.582 53.7468 315.7 53.8909 315.781 54.0553C316.405 54.9273 316.589 56.0783 314.903 58.4153L314.271 59.2349C313.491 60.1991 312.608 61.0763 311.637 61.8509C311.535 61.1887 311.286 60.5572 310.909 60.0023C310.572 59.5205 310.098 59.1499 309.548 58.9385C310.154 57.7931 310.871 56.7095 311.69 55.7034C311.927 55.4156 312.147 55.154 312.357 54.9273C312.8 54.4187 313.322 53.9831 313.903 53.6367V53.6367Z" fill="white" />
<path id="Vector_203" d="M307.739 58.7553C308.063 58.6949 308.394 58.6773 308.722 58.703C309.024 58.7311 309.319 58.8015 309.6 58.9123C309.214 59.6318 308.919 60.3963 308.722 61.1882C308.143 60.9082 307.478 60.8553 306.861 61.04C307.247 60.317 307.542 59.5497 307.739 58.7553V58.7553Z" fill="#E0E0E0" />
<path id="Vector_204" d="M300.627 70.5535C300.876 70.4047 301.141 70.2847 301.417 70.196C301.488 70.5455 301.633 70.8761 301.842 71.1662C302.051 71.4562 302.319 71.6991 302.629 71.879C302.433 72.6711 302.138 73.4357 301.751 74.1549C301.618 74.1027 301.489 74.0415 301.365 73.9717C300.977 73.7558 300.641 73.4582 300.381 73.0997C300.102 72.6927 299.894 72.2416 299.767 71.7656C299.767 71.5999 299.688 71.4255 299.653 71.2511C299.959 70.9941 300.285 70.7609 300.627 70.5535V70.5535Z" fill="#F0F0F0" />
<path id="Vector_205" d="M305.658 61.5283C306.036 61.3145 306.44 61.1504 306.861 61.04C307.477 60.8602 308.138 60.9163 308.714 61.197C309.025 61.3736 309.296 61.6144 309.506 61.9031C309.716 62.1918 309.862 62.5219 309.934 62.8712C310.026 63.248 310.07 63.6346 310.066 64.0222C310.06 64.4554 310.016 64.8873 309.934 65.3128C309.495 67.3556 308.431 69.2135 306.887 70.632C306.522 70.9687 306.119 71.2613 305.685 71.504C305.31 71.7275 304.905 71.895 304.482 72.001C303.866 72.1799 303.205 72.124 302.629 71.8441C302.319 71.6642 302.051 71.4213 301.842 71.1313C301.633 70.8412 301.488 70.5106 301.417 70.1611C301.33 69.7837 301.285 69.3975 301.286 69.0101C301.287 68.5766 301.331 68.1444 301.417 67.7195C301.632 66.6379 302.037 65.602 302.612 64.6588C303.108 63.8103 303.73 63.0403 304.455 62.3742C304.827 62.0533 305.23 61.77 305.658 61.5283V61.5283Z" fill="#2FF395" />
<g id="Group_16" opacity="0.5">
<path id="Vector_206" opacity="0.5" d="M305.658 61.5283C306.036 61.3145 306.44 61.1504 306.861 61.04C307.477 60.8602 308.138 60.9163 308.714 61.197C309.025 61.3736 309.296 61.6144 309.506 61.9031C309.716 62.1918 309.862 62.5219 309.934 62.8712C310.026 63.248 310.07 63.6346 310.066 64.0222C310.06 64.4554 310.016 64.8873 309.934 65.3128C309.495 67.3556 308.431 69.2135 306.887 70.632C306.522 70.9687 306.119 71.2613 305.685 71.504C305.31 71.7275 304.905 71.895 304.482 72.001C303.866 72.1799 303.205 72.124 302.629 71.8441C302.319 71.6642 302.051 71.4213 301.842 71.1313C301.633 70.8412 301.488 70.5106 301.417 70.1611C301.33 69.7837 301.285 69.3975 301.286 69.0101C301.287 68.5766 301.331 68.1444 301.417 67.7195C301.632 66.6379 302.037 65.602 302.612 64.6588C303.108 63.8103 303.73 63.0403 304.455 62.3742C304.827 62.0533 305.23 61.77 305.658 61.5283V61.5283Z" fill="white" />
</g>
<path id="Vector_207" d="M297.396 63.0979C297.847 62.8446 298.353 62.7039 298.871 62.6881C299.093 62.6708 299.316 62.6708 299.539 62.6881C300.316 62.7357 301.064 62.9985 301.698 63.4467C301.158 64.2703 300.705 65.1469 300.346 66.0627C300.001 66.9261 299.762 67.8279 299.635 68.7485C298.792 69.0485 297.894 69.1674 297.001 69.0973C296.787 69.0838 296.576 69.0487 296.369 68.9926C294.701 68.5915 294.868 67.2486 295.491 65.6529C295.812 64.6096 296.485 63.7076 297.396 63.0979V63.0979Z" fill="white" />
<path id="Vector_208" d="M299.626 68.7659C299.969 68.6413 300.3 68.4896 300.618 68.3125C300.9 68.1487 301.167 67.962 301.417 67.7544C301.331 68.1793 301.287 68.6115 301.286 69.045C301.285 69.4324 301.33 69.8185 301.417 70.196C301.141 70.2847 300.876 70.4047 300.627 70.5535C300.279 70.7546 299.948 70.9819 299.635 71.2337C299.635 71.4081 299.705 71.5825 299.749 71.7481C299.749 71.5825 299.67 71.4081 299.635 71.2337C299.57 70.8446 299.538 70.4508 299.538 70.0565C299.533 69.6246 299.562 69.1931 299.626 68.7659V68.7659Z" fill="#E0E0E0" />
<path id="Vector_209" d="M310.11 51.9014C310.529 51.6688 311.011 51.5713 311.488 51.6224C312.568 51.7096 313.244 52.2938 312.427 54.9098C312.217 55.1366 311.997 55.3982 311.76 55.6859C310.943 56.6904 310.226 57.7709 309.618 58.9123C309.337 58.8015 309.041 58.7311 308.74 58.703C308.411 58.6774 308.081 58.6949 307.757 58.7554C308.037 57.6522 308.179 56.5186 308.178 55.3807C308.178 55.0755 308.178 54.7965 308.178 54.5523C308.539 53.4959 309.212 52.572 310.11 51.9014V51.9014Z" fill="#F0F0F0" />
<path id="Vector_210" d="M305.649 59.5314C306.291 59.1458 307 58.8826 307.739 58.7554C307.541 59.5467 307.246 60.311 306.861 61.0313C306.44 61.1444 306.036 61.3115 305.658 61.5283C305.229 61.7782 304.826 62.0704 304.455 62.4003C304.036 62.0815 303.728 61.6389 303.577 61.1359C304.195 60.5142 304.892 59.9748 305.649 59.5314V59.5314Z" fill="#F0F0F0" />
<path id="Vector_211" d="M303.569 61.1359C303.72 61.6408 304.027 62.0859 304.447 62.409C303.721 63.0751 303.099 63.8452 302.603 64.6937C302.448 64.1995 302.141 63.7662 301.725 63.4554C301.994 63.0299 302.287 62.6194 302.603 62.2259C302.904 61.8454 303.227 61.4815 303.569 61.1359Z" fill="#E0E0E0" />
<path id="Vector_212" d="M305.632 53.192C306.887 52.477 307.923 52.32 308.125 54.561C308.125 54.8052 308.125 55.0842 308.125 55.3894C308.126 56.5273 307.985 57.6609 307.704 58.7641C306.965 58.8913 306.256 59.1545 305.614 59.5401C304.856 59.9862 304.159 60.5285 303.542 61.1533C303.228 60.2266 303.077 59.2533 303.094 58.2757C303.094 57.9705 303.094 57.6741 303.094 57.4037C303.349 54.936 304.385 53.8983 305.632 53.192Z" fill="white" />
<path id="Vector_213" d="M301.154 57.0288C301.471 56.8274 301.853 56.7533 302.223 56.8213C302.593 56.8893 302.924 57.0944 303.147 57.395C303.147 57.6653 303.147 57.9618 303.147 58.267C303.131 59.241 303.279 60.2107 303.586 61.1359C303.238 61.481 302.91 61.8449 302.603 62.2259C302.288 62.6194 301.994 63.0299 301.725 63.4554C301.09 63.0073 300.342 62.7445 299.565 62.6968C299.343 62.6795 299.12 62.6795 298.898 62.6968C298.02 61.0487 298.739 59.671 299.819 58.3368C300.187 57.8291 300.638 57.3868 301.154 57.0288V57.0288Z" fill="#F0F0F0" />
</g>
<g id="discord" filter="url(#filter0_d)">
<rect id="Rectangle 8" x="41" y="38" width="68" height="48" fill="white" />
<g id="Group_17">
<path id="Vector_214" d="M107.926 19H42.0743C36.5211 19 32 23.5473 32 29.1821V96.0082C32 101.643 36.5211 106.19 42.0743 106.19H97.8023L95.1977 97.0462L101.488 102.928L107.434 108.464L118 117.855V29.1821C118 23.5473 113.479 19 107.926 19ZM88.9566 83.5524C88.9566 83.5524 87.1874 81.4271 85.7131 79.5488C92.1509 77.72 94.608 73.6669 94.608 73.6669C92.5931 75.0015 90.6766 75.9406 88.9566 76.5832C86.4994 77.6211 84.1406 78.3131 81.8309 78.7085C77.1131 79.5982 72.7886 79.3511 69.1029 78.6591C66.3017 78.1154 63.8937 77.3246 61.8789 76.5337C60.7486 76.0889 59.52 75.5452 58.2914 74.8532C58.144 74.7543 57.9966 74.7049 57.8491 74.606C57.7509 74.5566 57.7017 74.5072 57.6526 74.4578C56.768 73.9635 56.2766 73.6175 56.2766 73.6175C56.2766 73.6175 58.6354 77.5717 64.8766 79.45C63.4023 81.3282 61.584 83.5524 61.584 83.5524C50.7234 83.2065 46.5954 76.0395 46.5954 76.0395C46.5954 60.1238 53.672 47.2232 53.672 47.2232C60.7486 41.885 67.4811 42.0333 67.4811 42.0333L67.9726 42.6264C59.1269 45.1966 55.048 49.1014 55.048 49.1014C55.048 49.1014 56.1291 48.5083 57.9474 47.668C63.2057 45.3449 67.3829 44.7024 69.1029 44.5541C69.3977 44.5046 69.6434 44.4552 69.9383 44.4552C72.936 44.0598 76.3269 43.9609 79.8651 44.3564C84.5337 44.9001 89.5463 46.284 94.6571 49.1014C94.6571 49.1014 90.7749 45.3943 82.4206 42.8241L83.1086 42.0333C83.1086 42.0333 89.8411 41.885 96.9177 47.2232C96.9177 47.2232 103.994 60.1238 103.994 76.0395C103.994 76.0395 99.8171 83.2065 88.9566 83.5524ZM66.1051 60.4698C63.304 60.4698 61.0926 62.9411 61.0926 65.9562C61.0926 68.9713 63.3531 71.4427 66.1051 71.4427C68.9063 71.4427 71.1177 68.9713 71.1177 65.9562C71.1669 62.9411 68.9063 60.4698 66.1051 60.4698ZM84.0423 60.4698C81.2411 60.4698 79.0297 62.9411 79.0297 65.9562C79.0297 68.9713 81.2903 71.4427 84.0423 71.4427C86.8434 71.4427 89.0549 68.9713 89.0549 65.9562C89.0549 62.9411 86.8434 60.4698 84.0423 60.4698Z" fill="#50F5A6" />
</g>
</g>
</g>
<defs>
<filter id="filter0_d" x="28" y="19" width="94" height="107" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feOffset dy="4" />
<feGaussianBlur stdDeviation="2" />
<feColorMatrix type="matrix" values="0 0 0 0 0.7375 0 0 0 0 0.0983334 0 0 0 0 0.0983334 0 0 0 0.25 0" />
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
</defs>
</svg>
</div>
</div>
</section>
<!-- Testemonials -->
<section class="text-gray-400 bg-gray-900 body-font testimonials">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-4 text-white" id="about">Какво казват за нас?</h1>
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-wrap -m-4">
<div class="lg:w-1/3 lg:mb-0 mb-6 p-4">
<div class="h-full text-center testimonial">
<img alt="testimonial" class="w-20 h-20 mb-8 object-cover object-center rounded-full inline-block border-2 border-gray-800 bg-gray-800 bg-opacity-10" src="assets/quotes/misho.png">
<p class="leading-relaxed quotes">IT Bulgaria е перфектното място да направиш правилните връзки в IT общността. Разнообразието от канали, функции и хора е причина за избора ми да съм част от това движение!</p>
<span class="inline-block h-1 w-10 rounded bg-red-500 mt-6 mb-4"></span>
<h2 class="text-white font-medium title-font tracking-wider text-sm name">МИХАИЛ ЙОНЧЕВ</h2>
<p class="text-gray-500 role">Computer science student в Edinburgh</p>
</div>
</div>
<div class="lg:w-1/3 lg:mb-0 mb-6 p-4">
<div class="h-full text-center testimonial">
<img alt="testimonial" class="w-20 h-20 mb-8 object-cover object-center rounded-full inline-block border-2 border-gray-800 bg-gray-800 bg-opacity-10" src="assets/quotes/tom.jpg">
<p class="leading-relaxed quotes">Сървърът на IT Bulgaria е едно страхотно място, на което всички обменят знания и опит. Имаш затруднение с нещо? Просто пиши и ще ти помогнем.</p>
<span class="inline-block h-1 w-10 rounded bg-red-500 mt-6 mb-4"></span>
<h2 class="text-white font-medium title-font tracking-wider text-sm name">ТОМ АТАНАСОВ</h2>
<p class="text-gray-500 role role">Front-End Developer в DevMinds</p>
</div>
</div>
<div class="lg:w-1/3 lg:mb-0 p-4">
<div class="h-full text-center testimonial">
<img alt="testimonial" class="w-20 h-20 mb-8 object-cover object-center rounded-full inline-block border-2 border-gray-800 bg-gray-800 bg-opacity-10" src="assets/quotes/lubo.jpg">
<p class="leading-relaxed quotes">Тази общност е много полезна за всеки ИТ ентусиаст. Съдържанието в съвъра покрива целия спектър на ИТ-то, от обяви за работа до молби за помощ, всичко може да се намери в IT Bulgaria.</p>
<span class="inline-block h-1 w-10 rounded bg-red-500 mt-6 mb-4"></span>
<h2 class="text-white font-medium title-font tracking-wider text-sm name">ЛЮБОСЛАВ АНГЕЛОВ</h2>
<p class="text-gray-500 role">Software engineer във Visteon</p>
</div>
</div>
</div>
</div>
</section>
<!-- Team -->
<section class="text-gray-400 bg-gray-900 body-font team">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-col text-center w-full mb-20">
<h1 id="team" class="sm:text-3xl text-2xl font-medium title-font mb-4 text-white">Нашият екип</h1>
<img src="assets/team-illustration.svg" alt="" class="illustration">
<p class="lg:w-2/3 mx-auto leading-relaxed text-base">В Discord сървъра ще ни намерите под следните никнеймове и аватари.</p>
</div>
<div class="flex flex-wrap -m-2">
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div class="h-full flex items-center border-gray-800 border p-4 rounded-lg card">
<img alt="team" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="assets/team/berch.png">
<div class="flex-grow">
<h2 class="text-white title-font font-medium">Berrch#1254</h2>
<p class="text-gray-600 role">Subaru маняк с афинитет към компилиране</p>
</div>
</div>
</div>
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div class="h-full flex items-center border-gray-800 border p-4 rounded-lg card">
<img alt="team" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="assets/team/ion.png">
<div class="flex-grow">
<h2 class="text-white title-font font-medium">Ийон Тихи#7144</h2>
<p class="text-gray-600 role">R&D engineer</p>
</div>
</div>
</div>
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div class="h-full flex items-center border-gray-800 border p-4 rounded-lg card">
<img alt="team" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="assets/team/valtm.png">
<div class="flex-grow">
<h2 class="text-white title-font font-medium">ValTM#0827</h2>
<p class="text-gray-600 role">Software engineer</p>
</div>
</div>
</div>
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div class="h-full flex items-center border-gray-800 border p-4 rounded-lg card">
<img alt="team" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="assets/team/skilldeliver.png">
<div class="flex-grow">
<h2 class="text-white title-font font-medium">Skilldeliver#8954</h2>
<p class="text-gray-600 role">Full stack developer/Python/React</p>
</div>
</div>
</div>
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div class="h-full flex items-center border-gray-800 border p-4 rounded-lg card">
<img alt="team" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="assets/team/vslavov.png">
<div class="flex-grow">
<h2 class="text-white title-font font-medium">vslavov#1684</h2>
<p class="text-gray-600 role">pongo rosas sobre el panamera</p>
</div>
</div>
</div>
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div class="h-full flex items-center border-gray-800 border p-4 rounded-lg card">
<img alt="team" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="assets/team/ceco.png">
<div class="flex-grow">
<h2 class="text-white title-font font-medium">Ceco#8468</h2>
<p class="text-gray-600 role">DevOps/QA/Sysadmin</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Statistics -->
<section class="text-gray-400 bg-gray-900 body-font statistics">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-col text-center w-full mb-20">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-4 text-white" id="stats">Статистики</h1>
<p class="lg:w-2/3 mx-auto leading-relaxed text-base">Числата говорят за нас. <br>
В IT Bulgaria имаме обособени чатове по теми и роли отговарящи за сферата на дадения потребител.</p>
</div>
<div class="flex flex-wrap -m-4 text-center">
<div class="p-4 md:w-1/4 sm:w-1/2 w-full">
<div class="border-2 border-gray-800 px-4 py-6 rounded-lg card">
<img src="assets/messages.svg" alt="" class="messages">
<h2 class="title-font font-medium text-3xl text-white">780 000+</h2>
<p class="leading-relaxed">Съобщения</p>
</div>
</div>
<div class="p-4 md:w-1/4 sm:w-1/2 w-full">
<div class="border-2 border-gray-800 px-4 py-6 rounded-lg card">
<img src="assets/users.svg" alt="" class="users">
<h2 class="title-font font-medium text-3xl text-white">1 666+</h2>
<p class="leading-relaxed">Потребители</p>
</div>
</div>
<div class="p-4 md:w-1/4 sm:w-1/2 w-full">
<div class="border-2 border-gray-800 px-4 py-6 rounded-lg card">
<img src="assets/channels.svg" alt="" class="channels">
<h2 class="title-font font-medium text-3xl text-white">48</h2>
<p class="leading-relaxed">Текстови чата</p>
</div>
</div>
<div class="p-4 md:w-1/4 sm:w-1/2 w-full">
<div class="border-2 border-gray-800 px-4 py-6 rounded-lg card">
<img src="assets/roles.svg" alt="" class="roles">
<h2 class="title-font font-medium text-3xl text-white">35</h2>
<p class="leading-relaxed">Роли</p>
</div>
</div>
</div>
</div>
<div class="flex justify-center">
<a href="http://discord.gg/dRrdYQf" class="disocrd-link" target="_blank">
<button class="join inline-flex text-white bg-red-500 border-0 py-2 px-24 focus:outline-none hover:bg-red-600 rounded text-lg">Присъедини се!</button>
</a>
</div>
</section>
<footer class="text-gray-400 bg-gray-900 body-font footer">
<div class="container px-5 py-24 mx-auto flex md:items-center lg:items-start md:flex-row md:flex-nowrap flex-wrap flex-col footer">
<div class="w-64 flex-shrink-0 md:mx-0 mx-auto text-center md:text-left">
<a class="flex title-font font-medium items-center md:justify-start justify-center text-white">
<img src="assets/itbg-logo.svg" alt="logo" class="logo">
<span class="ml-3 text-xl">ITBG</span>
</div>
<div class="flex-grow flex flex-wrap md:pl-20 -mb-10 md:mt-0 mt-10 md:text-left text-center">
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<h2 class="title-font font-medium text-white tracking-widest text-sm mb-3">РАЗРАБОТЧИЦИ</h2>
<nav class="list-none mb-10">
<li>
<a href="https://www.vmihov.com/" target="_blank" class="text-gray-400 hover:text-white">Владислав Михов</a>
</li>
</nav>
</div>
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<h2 class="title-font font-medium text-white tracking-widest text-sm mb-3">ЛИНКОВЕ</h2>
<nav class="list-none mb-10">
<li>
<a href="http://discord.gg/dRrdYQf" class="text-gray-400 hover:text-white" target="_blank">Discord</a>
</li>
<li>
<a href="https://github.com/IT-BG" class="text-gray-400 hover:text-white" target="_blank">GitHub</a>
</li>
<li>
<a href="https://storyset.com/hobby" class="text-gray-400 hover:text-white" target="_blank">Илюстрации</a>
</li>
</nav>
</div>
</div>
</div>
<div class="bg-gray-800 bg-opacity-75 bottom">
<div class="container mx-auto py-4 px-5 flex flex-wrap flex-col sm:flex-row">
<p class="text-gray-400 text-sm text-center sm:text-left">© 2021 IT Bulgaria</p>
</div>
</div>
</footer>
</body>
</html>