-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpos.html
More file actions
724 lines (672 loc) · 69.7 KB
/
pos.html
File metadata and controls
724 lines (672 loc) · 69.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="robots" content="index, follow">
<title>AIBox Lab | AIBox Lab</title>
<meta name="description" content="Lab of Artificial Intelligence Specialists.">
<link rel="alternate" type="application/rss+xml" href="http://localhost:4000/feed.xml">
<!-- Stylesheet -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="/css/style.css">
<link href="https://fonts.googleapis.com/css?family=Barlow+Condensed:800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Barlow:300,400,500,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="/css/events.css">
<!-- <link rel="stylesheet" type="text/css" href="/css/style.css"> -->
<!-- Animations-->
<script src="https://unpkg.com/scrollreveal"></script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- Google Fonts -->
<!-- <link href='https://fonts.googleapis.com/css?family=Nunito:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Anton&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Barlow&display=swap" rel="stylesheet"> -->
<!-- Favicon -->
<link rel="shortcut icon" href="/favicon.png">
</head>
<body data-spy="scroll" data-offset="80" data-target=".scrollspy" id="top">
<svg style="display: none;">
<symbol viewBox="0 0 15 14" id="icon-ambulance">
<title>ambulance</title>
<path
d="M5 11q0-0.414-0.293-0.707t-0.707-0.293-0.707 0.293-0.293 0.707 0.293 0.707 0.707 0.293 0.707-0.293 0.293-0.707zM2 7h3v-2h-1.234q-0.109 0.016-0.172 0.070l-1.523 1.523q-0.055 0.094-0.070 0.172v0.234zM12 11q0-0.414-0.293-0.707t-0.707-0.293-0.707 0.293-0.293 0.707 0.293 0.707 0.707 0.293 0.707-0.293 0.293-0.707zM13 5.75v-1.5q0-0.109-0.070-0.18t-0.18-0.070h-1.75v-1.75q0-0.109-0.070-0.18t-0.18-0.070h-1.5q-0.109 0-0.18 0.070t-0.070 0.18v1.75h-1.75q-0.109 0-0.18 0.070t-0.070 0.18v1.5q0 0.109 0.070 0.18t0.18 0.070h1.75v1.75q0 0.109 0.070 0.18t0.18 0.070h1.5q0.109 0 0.18-0.070t0.070-0.18v-1.75h1.75q0.109 0 0.18-0.070t0.070-0.18zM15 1.5v9q0 0.203-0.148 0.352t-0.352 0.148h-1.5q0 0.828-0.586 1.414t-1.414 0.586-1.414-0.586-0.586-1.414h-3q0 0.828-0.586 1.414t-1.414 0.586-1.414-0.586-0.586-1.414h-1q-0.203 0-0.352-0.148t-0.148-0.352 0.148-0.352 0.352-0.148v-3.25q0-0.203 0.102-0.453t0.25-0.398l1.547-1.547q0.148-0.148 0.398-0.25t0.453-0.102h1.25v-2.5q0-0.203 0.148-0.352t0.352-0.148h9q0.203 0 0.352 0.148t0.148 0.352z"/>
</symbol>
<symbol viewBox="0 0 16 14" id="icon-bed">
<title>bed</title>
<path
d="M2 8h13.5q0.203 0 0.352 0.148t0.148 0.352v3.5h-2v-2h-12v2h-2v-9.5q0-0.203 0.148-0.352t0.352-0.148h1q0.203 0 0.352 0.148t0.148 0.352v5.5zM6.5 5.5q0-0.828-0.586-1.414t-1.414-0.586-1.414 0.586-0.586 1.414 0.586 1.414 1.414 0.586 1.414-0.586 0.586-1.414zM16 7.5v-0.5q0-1.242-0.879-2.121t-2.121-0.879h-5.5q-0.203 0-0.352 0.148t-0.148 0.352v3h9z"/>
</symbol>
<symbol viewBox="0 0 7 14" id="icon-bolt">
<title>bolt</title>
<path
d="M6.914 4.422q0.141 0.156 0.055 0.344l-4.219 9.039q-0.102 0.195-0.328 0.195-0.031 0-0.109-0.016-0.133-0.039-0.199-0.148t-0.035-0.234l1.539-6.312-3.172 0.789q-0.031 0.008-0.094 0.008-0.141 0-0.242-0.086-0.141-0.117-0.102-0.305l1.57-6.445q0.031-0.109 0.125-0.18t0.219-0.070h2.563q0.148 0 0.25 0.098t0.102 0.23q0 0.062-0.039 0.141l-1.336 3.617 3.094-0.766q0.062-0.016 0.094-0.016 0.148 0 0.266 0.117z"/>
</symbol>
<symbol viewBox="0 0 14 14" id="icon-briefcase">
<title>briefcase</title>
<path
d="M5 2h4v-1h-4v1zM14 7v3.75q0 0.516-0.367 0.883t-0.883 0.367h-11.5q-0.516 0-0.883-0.367t-0.367-0.883v-3.75h5.25v1.25q0 0.203 0.148 0.352t0.352 0.148h2.5q0.203 0 0.352-0.148t0.148-0.352v-1.25h5.25zM8 7v1h-2v-1h2zM14 3.25v3h-14v-3q0-0.516 0.367-0.883t0.883-0.367h2.75v-1.25q0-0.312 0.219-0.531t0.531-0.219h4.5q0.312 0 0.531 0.219t0.219 0.531v1.25h2.75q0.516 0 0.883 0.367t0.367 0.883z"/>
</symbol>
<symbol viewBox="0 0 13 14" id="icon-calendar">
<title>calendar</title>
<path
d="M1 13h2.25v-2.25h-2.25v2.25zM3.75 13h2.5v-2.25h-2.5v2.25zM1 10.25h2.25v-2.5h-2.25v2.5zM3.75 10.25h2.5v-2.5h-2.5v2.5zM1 7.25h2.25v-2.25h-2.25v2.25zM6.75 13h2.5v-2.25h-2.5v2.25zM3.75 7.25h2.5v-2.25h-2.5v2.25zM9.75 13h2.25v-2.25h-2.25v2.25zM6.75 10.25h2.5v-2.5h-2.5v2.5zM4 3.5v-2.25q0-0.102-0.074-0.176t-0.176-0.074h-0.5q-0.102 0-0.176 0.074t-0.074 0.176v2.25q0 0.102 0.074 0.176t0.176 0.074h0.5q0.102 0 0.176-0.074t0.074-0.176zM9.75 10.25h2.25v-2.5h-2.25v2.5zM6.75 7.25h2.5v-2.25h-2.5v2.25zM9.75 7.25h2.25v-2.25h-2.25v2.25zM10 3.5v-2.25q0-0.102-0.074-0.176t-0.176-0.074h-0.5q-0.102 0-0.176 0.074t-0.074 0.176v2.25q0 0.102 0.074 0.176t0.176 0.074h0.5q0.102 0 0.176-0.074t0.074-0.176zM13 3v10q0 0.406-0.297 0.703t-0.703 0.297h-11q-0.406 0-0.703-0.297t-0.297-0.703v-10q0-0.406 0.297-0.703t0.703-0.297h1v-0.75q0-0.516 0.367-0.883t0.883-0.367h0.5q0.516 0 0.883 0.367t0.367 0.883v0.75h3v-0.75q0-0.516 0.367-0.883t0.883-0.367h0.5q0.516 0 0.883 0.367t0.367 0.883v0.75h1q0.406 0 0.703 0.297t0.297 0.703z"/>
</symbol>
<symbol viewBox="0 0 13 14" id="icon-chain">
<title>chain</title>
<path
d="M11.375 9.5q0-0.312-0.219-0.531l-1.625-1.625q-0.219-0.219-0.531-0.219-0.328 0-0.563 0.25 0.023 0.023 0.148 0.145t0.168 0.168 0.117 0.148 0.102 0.199 0.027 0.215q0 0.312-0.219 0.531t-0.531 0.219q-0.117 0-0.215-0.027t-0.199-0.102-0.148-0.117-0.168-0.168-0.145-0.148q-0.258 0.242-0.258 0.57 0 0.312 0.219 0.531l1.609 1.617q0.211 0.211 0.531 0.211 0.312 0 0.531-0.203l1.148-1.141q0.219-0.219 0.219-0.523zM5.883 3.992q0-0.312-0.219-0.531l-1.609-1.617q-0.219-0.219-0.531-0.219-0.305 0-0.531 0.211l-1.148 1.141q-0.219 0.219-0.219 0.523 0 0.312 0.219 0.531l1.625 1.625q0.211 0.211 0.531 0.211 0.328 0 0.563-0.242-0.023-0.023-0.148-0.145t-0.168-0.168-0.117-0.148-0.102-0.199-0.027-0.215q0-0.312 0.219-0.531t0.531-0.219q0.117 0 0.215 0.027t0.199 0.102 0.148 0.117 0.168 0.168 0.145 0.148q0.258-0.242 0.258-0.57zM12.875 9.5q0 0.937-0.664 1.586l-1.148 1.141q-0.648 0.648-1.586 0.648-0.945 0-1.594-0.664l-1.609-1.617q-0.648-0.648-0.648-1.586 0-0.961 0.688-1.633l-0.688-0.688q-0.672 0.688-1.625 0.688-0.937 0-1.594-0.656l-1.625-1.625q-0.656-0.656-0.656-1.594t0.664-1.586l1.148-1.141q0.648-0.648 1.586-0.648 0.945 0 1.594 0.664l1.609 1.617q0.648 0.648 0.648 1.586 0 0.961-0.688 1.633l0.688 0.688q0.672-0.688 1.625-0.688 0.937 0 1.594 0.656l1.625 1.625q0.656 0.656 0.656 1.594z"/>
</symbol>
<symbol viewBox="0 0 10 14" id="icon-chevron-left">
<title>chevron-left</title>
<path
d="M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z"/>
</symbol>
<symbol viewBox="0 0 10 14" id="icon-chevron-right">
<title>chevron-right</title>
<path
d="M8.648 6.852l-5.797 5.797q-0.148 0.148-0.352 0.148t-0.352-0.148l-1.297-1.297q-0.148-0.148-0.148-0.352t0.148-0.352l4.148-4.148-4.148-4.148q-0.148-0.148-0.148-0.352t0.148-0.352l1.297-1.297q0.148-0.148 0.352-0.148t0.352 0.148l5.797 5.797q0.148 0.148 0.148 0.352t-0.148 0.352z"/>
</symbol>
<symbol viewBox="0 0 12 14" id="icon-clock-o">
<title>clock-o</title>
<path
d="M7 4.25v3.5q0 0.109-0.070 0.18t-0.18 0.070h-2.5q-0.109 0-0.18-0.070t-0.070-0.18v-0.5q0-0.109 0.070-0.18t0.18-0.070h1.75v-2.75q0-0.109 0.070-0.18t0.18-0.070h0.5q0.109 0 0.18 0.070t0.070 0.18zM10.25 7q0-1.156-0.57-2.133t-1.547-1.547-2.133-0.57-2.133 0.57-1.547 1.547-0.57 2.133 0.57 2.133 1.547 1.547 2.133 0.57 2.133-0.57 1.547-1.547 0.57-2.133zM12 7q0 1.633-0.805 3.012t-2.184 2.184-3.012 0.805-3.012-0.805-2.184-2.184-0.805-3.012 0.805-3.012 2.184-2.184 3.012-0.805 3.012 0.805 2.184 2.184 0.805 3.012z"/>
</symbol>
<symbol viewBox="0 0 14 14" id="icon-commenting-o">
<title>commenting-o</title>
<path
d="M5 7q0 0.414-0.293 0.707t-0.707 0.293-0.707-0.293-0.293-0.707 0.293-0.707 0.707-0.293 0.707 0.293 0.293 0.707zM8 7q0 0.414-0.293 0.707t-0.707 0.293-0.707-0.293-0.293-0.707 0.293-0.707 0.707-0.293 0.707 0.293 0.293 0.707zM11 7q0 0.414-0.293 0.707t-0.707 0.293-0.707-0.293-0.293-0.707 0.293-0.707 0.707-0.293 0.707 0.293 0.293 0.707zM7 3q-1.594 0-2.98 0.543t-2.203 1.465-0.816 1.992q0 0.875 0.559 1.668t1.574 1.371l0.68 0.391-0.211 0.75q-0.187 0.711-0.547 1.344 1.187-0.492 2.148-1.336l0.336-0.297 0.445 0.047q0.539 0.062 1.016 0.062 1.594 0 2.98-0.543t2.203-1.465 0.816-1.992-0.816-1.992-2.203-1.465-2.98-0.543zM14 7q0 1.359-0.937 2.512t-2.547 1.82-3.516 0.668q-0.547 0-1.133-0.062-1.547 1.367-3.594 1.891-0.383 0.109-0.891 0.172h-0.039q-0.117 0-0.211-0.082t-0.125-0.215v-0.008q-0.023-0.031-0.004-0.094t0.016-0.078 0.035-0.074l0.047-0.070t0.055-0.066 0.062-0.070q0.055-0.062 0.242-0.27t0.27-0.297 0.242-0.309 0.254-0.398 0.211-0.461 0.203-0.594q-1.227-0.695-1.934-1.719t-0.707-2.195q0-1.016 0.555-1.941t1.492-1.598 2.234-1.066 2.719-0.395 2.719 0.395 2.234 1.066 1.492 1.598 0.555 1.941z"/>
</symbol>
<symbol viewBox="0 0 14 14" id="icon-commenting">
<title>commenting</title>
<path
d="M5 7q0-0.414-0.293-0.707t-0.707-0.293-0.707 0.293-0.293 0.707 0.293 0.707 0.707 0.293 0.707-0.293 0.293-0.707zM8 7q0-0.414-0.293-0.707t-0.707-0.293-0.707 0.293-0.293 0.707 0.293 0.707 0.707 0.293 0.707-0.293 0.293-0.707zM11 7q0-0.414-0.293-0.707t-0.707-0.293-0.707 0.293-0.293 0.707 0.293 0.707 0.707 0.293 0.707-0.293 0.293-0.707zM14 7q0 1.359-0.937 2.512t-2.547 1.82-3.516 0.668q-0.859 0-1.648-0.141-1.352 1.352-3.398 1.789-0.406 0.078-0.672 0.102-0.094 0.008-0.172-0.047t-0.102-0.141q-0.031-0.117 0.156-0.289 0.039-0.039 0.184-0.168t0.199-0.184 0.184-0.199 0.187-0.246 0.16-0.289 0.156-0.375 0.113-0.449 0.098-0.566q-1.141-0.703-1.793-1.691t-0.652-2.105q0-1.359 0.937-2.512t2.547-1.82 3.516-0.668 3.516 0.668 2.547 1.82 0.937 2.512z"/>
</symbol>
<symbol viewBox="0 0 14 14" id="icon-comments">
<title>comments</title>
<path
d="M11 6q0 1.086-0.734 2.008t-2.004 1.457-2.762 0.535q-0.672 0-1.375-0.125-0.969 0.688-2.172 1-0.281 0.070-0.672 0.125h-0.023q-0.086 0-0.16-0.062t-0.090-0.164q-0.008-0.023-0.008-0.051t0.004-0.051 0.016-0.047l0.020-0.039t0.027-0.043 0.031-0.039 0.035-0.039 0.031-0.035q0.039-0.047 0.18-0.195t0.203-0.23 0.176-0.227 0.195-0.301 0.16-0.344q-0.969-0.563-1.523-1.383t-0.555-1.75q0-1.086 0.734-2.008t2.004-1.457 2.762-0.535 2.762 0.535 2.004 1.457 0.734 2.008zM14 8q0 0.937-0.555 1.754t-1.523 1.379q0.078 0.187 0.16 0.344t0.195 0.301 0.176 0.227 0.203 0.23 0.18 0.195q0.008 0.008 0.031 0.035t0.035 0.039 0.031 0.039 0.027 0.043l0.020 0.039t0.016 0.047 0.004 0.051-0.008 0.051q-0.023 0.109-0.102 0.172t-0.172 0.055q-0.391-0.055-0.672-0.125-1.203-0.312-2.172-1-0.703 0.125-1.375 0.125-2.117 0-3.687-1.031 0.453 0.031 0.688 0.031 1.258 0 2.414-0.352t2.062-1.008q0.977-0.719 1.5-1.656t0.523-1.984q0-0.602-0.18-1.187 1.008 0.555 1.594 1.391t0.586 1.797z"/>
</symbol>
<symbol viewBox="0 0 16 14" id="icon-diamond">
<title>diamond</title>
<path
d="M1.656 6l4.867 5.195-2.344-5.195h-2.523zM8 12.031l2.727-6.031h-5.453zM4.203 5l1.594-3h-2.047l-2.25 3h2.703zM9.477 11.195l4.867-5.195h-2.523zM5.336 5h5.328l-1.594-3h-2.141zM11.797 5h2.703l-2.25-3h-2.047zM12.898 1.203l3 4q0.109 0.141 0.102 0.324t-0.133 0.316l-7.5 8q-0.141 0.156-0.367 0.156t-0.367-0.156l-7.5-8q-0.125-0.133-0.133-0.316t0.102-0.324l3-4q0.141-0.203 0.398-0.203h9q0.258 0 0.398 0.203z"/>
</symbol>
<symbol viewBox="0 0 14 14" id="icon-envelope-o">
<title>envelope-o</title>
<path
d="M13 11.75v-6q-0.25 0.281-0.539 0.516-2.094 1.609-3.328 2.641-0.398 0.336-0.648 0.523t-0.676 0.379-0.801 0.191h-0.016q-0.375 0-0.801-0.191t-0.676-0.379-0.648-0.523q-1.234-1.031-3.328-2.641-0.289-0.234-0.539-0.516v6q0 0.102 0.074 0.176t0.176 0.074h11.5q0.102 0 0.176-0.074t0.074-0.176zM13 3.539v-0.191t-0.004-0.102-0.023-0.098-0.043-0.070-0.070-0.059-0.109-0.020h-11.5q-0.102 0-0.176 0.074t-0.074 0.176q0 1.312 1.148 2.219 1.508 1.187 3.133 2.477 0.047 0.039 0.273 0.23t0.359 0.293 0.348 0.246 0.395 0.215 0.336 0.070h0.016q0.156 0 0.336-0.070t0.395-0.215 0.348-0.246 0.359-0.293 0.273-0.23q1.625-1.289 3.133-2.477 0.422-0.336 0.785-0.902t0.363-1.027zM14 3.25v8.5q0 0.516-0.367 0.883t-0.883 0.367h-11.5q-0.516 0-0.883-0.367t-0.367-0.883v-8.5q0-0.516 0.367-0.883t0.883-0.367h11.5q0.516 0 0.883 0.367t0.367 0.883z"/>
</symbol>
<symbol viewBox="0 0 14 14" id="icon-envelope">
<title>envelope</title>
<path
d="M14 5.547v6.203q0 0.516-0.367 0.883t-0.883 0.367h-11.5q-0.516 0-0.883-0.367t-0.367-0.883v-6.203q0.344 0.383 0.789 0.68 2.828 1.922 3.883 2.695 0.445 0.328 0.723 0.512t0.738 0.375 0.859 0.191h0.016q0.398 0 0.859-0.191t0.738-0.375 0.723-0.512q1.328-0.961 3.891-2.695 0.445-0.305 0.781-0.68zM14 3.25q0 0.617-0.383 1.18t-0.953 0.961q-2.937 2.039-3.656 2.539-0.078 0.055-0.332 0.238t-0.422 0.297-0.406 0.254-0.449 0.211-0.391 0.070h-0.016q-0.18 0-0.391-0.070t-0.449-0.211-0.406-0.254-0.422-0.297-0.332-0.238q-0.711-0.5-2.047-1.426t-1.602-1.113q-0.484-0.328-0.914-0.902t-0.43-1.066q0-0.609 0.324-1.016t0.926-0.406h11.5q0.508 0 0.879 0.367t0.371 0.883z"/>
</symbol>
<symbol viewBox="0 0 8 14" id="icon-facebook">
<title>facebook</title>
<path d="M7.492 0.094v2.062h-1.227q-0.672 0-0.906 0.281t-0.234 0.844v1.477h2.289l-0.305 2.313h-1.984v5.93h-2.391v-5.93h-1.992v-2.313h1.992v-1.703q0-1.453 0.813-2.254t2.164-0.801q1.148 0 1.781 0.094z"/>
</symbol>
<symbol viewBox="0 0 11 14" id="icon-feed">
<title>feed</title>
<path
d="M3 10.5q0 0.625-0.438 1.062t-1.062 0.438-1.062-0.438-0.438-1.062 0.438-1.062 1.062-0.438 1.062 0.438 0.438 1.062zM7 11.461q0.016 0.219-0.133 0.375-0.141 0.164-0.367 0.164h-1.055q-0.195 0-0.336-0.129t-0.156-0.324q-0.172-1.789-1.441-3.059t-3.059-1.441q-0.195-0.016-0.324-0.156t-0.129-0.336v-1.055q0-0.227 0.164-0.367 0.133-0.133 0.336-0.133h0.039q1.25 0.102 2.391 0.629t2.023 1.418q0.891 0.883 1.418 2.023t0.629 2.391zM11 11.477q0.016 0.211-0.141 0.367-0.141 0.156-0.359 0.156h-1.117q-0.203 0-0.348-0.137t-0.152-0.332q-0.094-1.68-0.789-3.191t-1.809-2.625-2.625-1.809-3.191-0.797q-0.195-0.008-0.332-0.152t-0.137-0.34v-1.117q0-0.219 0.156-0.359 0.141-0.141 0.344-0.141h0.023q2.047 0.102 3.918 0.937t3.324 2.297q1.461 1.453 2.297 3.324t0.937 3.918z"/>
</symbol>
<symbol viewBox="0 0 13 14" id="icon-flask">
<title>flask</title>
<path
d="M11.93 11.313q0.438 0.695 0.168 1.191t-1.098 0.496h-9q-0.828 0-1.098-0.496t0.168-1.191l3.93-6.195v-3.117h-0.5q-0.203 0-0.352-0.148t-0.148-0.352 0.148-0.352 0.352-0.148h4q0.203 0 0.352 0.148t0.148 0.352-0.148 0.352-0.352 0.148h-0.5v3.117zM5.844 5.648l-2.125 3.352h5.562l-2.125-3.352-0.156-0.242v-3.406h-1v3.406z"/>
</symbol>
<symbol viewBox="0 0 12 14" id="icon-globe">
<title>globe</title>
<path
d="M6 1q1.633 0 3.012 0.805t2.184 2.184 0.805 3.012-0.805 3.012-2.184 2.184-3.012 0.805-3.012-0.805-2.184-2.184-0.805-3.012 0.805-3.012 2.184-2.184 3.012-0.805zM8.141 5.070q-0.016 0.008-0.074 0.074t-0.105 0.074q0.016 0 0.035-0.039t0.039-0.086 0.027-0.055q0.047-0.055 0.172-0.117 0.109-0.047 0.406-0.094 0.266-0.062 0.398 0.086-0.016-0.016 0.074-0.102t0.113-0.094q0.023-0.016 0.117-0.035t0.117-0.059l0.016-0.172q-0.094 0.008-0.137-0.055t-0.051-0.164q0 0.016-0.047 0.062 0-0.055-0.035-0.062t-0.090 0.008-0.070 0.008q-0.078-0.023-0.117-0.059t-0.062-0.129-0.031-0.117q-0.016-0.039-0.074-0.082t-0.074-0.082q-0.008-0.016-0.020-0.043t-0.023-0.051-0.031-0.043-0.043-0.020-0.055 0.039-0.059 0.078-0.035 0.039q-0.023-0.016-0.047-0.012t-0.035 0.008-0.035 0.023-0.039 0.027q-0.023 0.016-0.066 0.023t-0.066 0.016q0.117-0.039-0.008-0.086-0.078-0.031-0.125-0.023 0.070-0.031 0.059-0.094t-0.066-0.109h0.039q-0.008-0.031-0.066-0.066t-0.137-0.066-0.102-0.047q-0.062-0.039-0.266-0.074t-0.258-0.004q-0.039 0.047-0.035 0.082t0.031 0.109 0.027 0.098q0.008 0.047-0.043 0.102t-0.051 0.094q0 0.055 0.109 0.121t0.078 0.168q-0.023 0.062-0.125 0.125t-0.125 0.094q-0.039 0.062-0.012 0.145t0.082 0.129q0.016 0.016 0.012 0.031t-0.027 0.035-0.043 0.031-0.051 0.027l-0.023 0.016q-0.086 0.039-0.16-0.047t-0.105-0.203q-0.055-0.195-0.125-0.234-0.18-0.062-0.227 0.008-0.039-0.102-0.32-0.203-0.195-0.070-0.453-0.031 0.047-0.008 0-0.117-0.055-0.117-0.148-0.094 0.023-0.047 0.031-0.137t0.008-0.105q0.023-0.102 0.094-0.18 0.008-0.008 0.055-0.066t0.074-0.105 0.004-0.047q0.273 0.031 0.391-0.086 0.039-0.039 0.090-0.133t0.082-0.133q0.070-0.047 0.109-0.043t0.113 0.043 0.113 0.039q0.109 0.008 0.121-0.086t-0.059-0.156q0.094 0.008 0.023-0.133-0.039-0.055-0.062-0.070-0.094-0.031-0.211 0.039-0.062 0.031 0.016 0.062-0.008-0.008-0.074 0.082t-0.129 0.137-0.125-0.039q-0.008-0.008-0.043-0.105t-0.074-0.105q-0.062 0-0.125 0.117 0.023-0.062-0.086-0.117t-0.187-0.062q0.148-0.094-0.062-0.211-0.055-0.031-0.16-0.039t-0.152 0.031q-0.039 0.055-0.043 0.090t0.039 0.062 0.082 0.043 0.090 0.031 0.066 0.023q0.109 0.078 0.062 0.109-0.016 0.008-0.066 0.027t-0.090 0.035-0.047 0.031q-0.023 0.031 0 0.109t-0.016 0.109q-0.039-0.039-0.070-0.137t-0.055-0.129q0.055 0.070-0.195 0.047l-0.078-0.008q-0.031 0-0.125 0.016t-0.16 0.008-0.105-0.062q-0.031-0.062 0-0.156 0.008-0.031 0.031-0.016-0.031-0.023-0.086-0.074t-0.078-0.066q-0.359 0.117-0.734 0.32 0.047 0.008 0.094-0.008 0.039-0.016 0.102-0.051t0.078-0.043q0.266-0.109 0.328-0.055l0.039-0.039q0.109 0.125 0.156 0.195-0.055-0.031-0.234-0.008-0.156 0.047-0.172 0.094 0.055 0.094 0.039 0.141-0.031-0.023-0.090-0.078t-0.113-0.086-0.117-0.039q-0.125 0-0.172 0.008-1.141 0.625-1.836 1.734 0.055 0.055 0.094 0.062 0.031 0.008 0.039 0.070t0.020 0.086 0.090-0.023q0.070 0.062 0.023 0.148 0.008-0.008 0.344 0.211 0.148 0.133 0.164 0.164 0.023 0.086-0.078 0.141-0.008-0.016-0.070-0.070t-0.070-0.031q-0.023 0.039 0.004 0.145t0.082 0.098q-0.055 0-0.074 0.125t-0.020 0.277-0.008 0.184l0.016 0.008q-0.023 0.094 0.043 0.27t0.168 0.152q-0.102 0.023 0.156 0.336 0.047 0.062 0.062 0.070 0.023 0.016 0.094 0.059t0.117 0.078 0.078 0.082q0.031 0.039 0.078 0.176t0.109 0.184q-0.016 0.047 0.074 0.156t0.082 0.18q-0.008 0-0.020 0.008t-0.020 0.008q0.023 0.055 0.121 0.109t0.121 0.102q0.008 0.023 0.016 0.078t0.023 0.086 0.062 0.016q0.016-0.156-0.187-0.484-0.117-0.195-0.133-0.227-0.023-0.039-0.043-0.121t-0.035-0.113q0.016 0 0.047 0.012t0.066 0.027 0.059 0.031 0.016 0.023q-0.023 0.055 0.016 0.137t0.094 0.145 0.133 0.148 0.094 0.102q0.047 0.047 0.109 0.152t0 0.105q0.070 0 0.156 0.078t0.133 0.156q0.039 0.062 0.062 0.203t0.039 0.187q0.016 0.055 0.066 0.105t0.098 0.074l0.125 0.062t0.102 0.055q0.039 0.016 0.145 0.082t0.168 0.090q0.078 0.031 0.125 0.031t0.113-0.020 0.105-0.027q0.117-0.016 0.227 0.117t0.164 0.164q0.281 0.148 0.43 0.086-0.016 0.008 0.004 0.059t0.062 0.121 0.070 0.113 0.043 0.066q0.039 0.047 0.141 0.117t0.141 0.117q0.047-0.031 0.055-0.070-0.023 0.062 0.055 0.156t0.141 0.078q0.109-0.023 0.109-0.25-0.242 0.117-0.383-0.141 0-0.008-0.020-0.043t-0.031-0.066-0.020-0.066 0-0.059 0.039-0.023q0.070 0 0.078-0.027t-0.016-0.098-0.031-0.102q-0.008-0.062-0.086-0.156t-0.094-0.117q-0.039 0.070-0.125 0.062t-0.125-0.070q0 0.008-0.012 0.043t-0.012 0.051q-0.102 0-0.117-0.008 0.008-0.023 0.020-0.137t0.027-0.176q0.008-0.031 0.043-0.094t0.059-0.113 0.031-0.098-0.035-0.074-0.137-0.020q-0.148 0.008-0.203 0.156-0.008 0.023-0.023 0.082t-0.039 0.090-0.070 0.055q-0.055 0.023-0.187 0.016t-0.187-0.039q-0.102-0.062-0.176-0.227t-0.074-0.289q0-0.078 0.020-0.207t0.023-0.195-0.043-0.191q0.023-0.016 0.070-0.074t0.078-0.082q0.016-0.008 0.035-0.012t0.035 0 0.031-0.012 0.023-0.047q-0.008-0.008-0.031-0.023-0.023-0.023-0.031-0.023 0.055 0.023 0.223-0.012t0.215 0.012q0.117 0.086 0.172-0.016 0-0.008-0.020-0.074t-0.004-0.105q0.039 0.211 0.227 0.070 0.023 0.023 0.121 0.039t0.137 0.039q0.023 0.016 0.055 0.043t0.043 0.035 0.039-0.004 0.066-0.051q0.078 0.109 0.094 0.187 0.086 0.312 0.148 0.344 0.055 0.023 0.086 0.016t0.035-0.074 0-0.109-0.012-0.098l-0.008-0.062v-0.141l-0.008-0.062q-0.117-0.023-0.145-0.094t0.012-0.145 0.117-0.145q0.008-0.008 0.062-0.027t0.121-0.051 0.098-0.062q0.164-0.148 0.117-0.273 0.055 0 0.086-0.070-0.008 0-0.039-0.023t-0.059-0.039-0.035-0.016q0.070-0.039 0.016-0.125 0.039-0.023 0.059-0.086t0.059-0.078q0.070 0.094 0.164 0.016 0.055-0.062 0.008-0.125 0.039-0.055 0.16-0.082t0.145-0.074q0.055 0.016 0.062-0.016t0.008-0.094 0.023-0.094q0.031-0.039 0.117-0.070t0.102-0.039l0.133-0.086q0.023-0.031 0-0.031 0.141 0.016 0.242-0.086 0.078-0.086-0.047-0.156 0.023-0.047-0.023-0.074t-0.117-0.043q0.023-0.008 0.090-0.004t0.082-0.012q0.117-0.078-0.055-0.125-0.133-0.039-0.336 0.094zM6.867 11.922q1.609-0.281 2.742-1.477-0.023-0.023-0.098-0.035t-0.098-0.027q-0.141-0.055-0.187-0.062 0.008-0.055-0.020-0.102t-0.062-0.070-0.098-0.062-0.086-0.055q-0.016-0.016-0.055-0.047t-0.055-0.043-0.059-0.035-0.066-0.016-0.078 0.008l-0.023 0.008q-0.023 0.008-0.043 0.020t-0.043 0.023-0.031 0.023 0 0.020q-0.164-0.133-0.281-0.172-0.039-0.008-0.086-0.043t-0.082-0.055-0.078-0.012-0.090 0.055q-0.039 0.039-0.047 0.117t-0.016 0.102q-0.055-0.039 0-0.137t0.016-0.145q-0.023-0.047-0.082-0.035t-0.094 0.035-0.090 0.066-0.070 0.051-0.066 0.043-0.066 0.059q-0.023 0.031-0.047 0.094t-0.039 0.086q-0.016-0.031-0.090-0.051t-0.074-0.043q0.016 0.078 0.031 0.273t0.039 0.297q0.055 0.242-0.094 0.375-0.211 0.195-0.227 0.312-0.031 0.172 0.094 0.203 0 0.055-0.062 0.16t-0.055 0.168q0 0.047 0.016 0.125z"/>
</symbol>
<symbol viewBox="0 0 15 14" id="icon-group">
<title>group</title>
<path
d="M4.633 7q-1.266 0.039-2.070 1h-1.047q-0.641 0-1.078-0.316t-0.438-0.926q0-2.758 0.969-2.758 0.047 0 0.34 0.164t0.762 0.332 0.93 0.168q0.523 0 1.039-0.18-0.039 0.289-0.039 0.516 0 1.086 0.633 2zM13 11.977q0 0.937-0.57 1.48t-1.516 0.543h-6.828q-0.945 0-1.516-0.543t-0.57-1.48q0-0.414 0.027-0.809t0.109-0.852 0.207-0.848 0.336-0.762 0.484-0.633 0.668-0.418 0.871-0.156q0.078 0 0.336 0.168t0.57 0.375 0.836 0.375 1.055 0.168 1.055-0.168 0.836-0.375 0.57-0.375 0.336-0.168q0.477 0 0.871 0.156t0.668 0.418 0.484 0.633 0.336 0.762 0.207 0.848 0.109 0.852 0.027 0.809zM5 2q0 0.828-0.586 1.414t-1.414 0.586-1.414-0.586-0.586-1.414 0.586-1.414 1.414-0.586 1.414 0.586 0.586 1.414zM10.5 5q0 1.242-0.879 2.121t-2.121 0.879-2.121-0.879-0.879-2.121 0.879-2.121 2.121-0.879 2.121 0.879 0.879 2.121zM15 6.758q0 0.609-0.438 0.926t-1.078 0.316h-1.047q-0.805-0.961-2.070-1 0.633-0.914 0.633-2 0-0.227-0.039-0.516 0.516 0.18 1.039 0.18 0.461 0 0.93-0.168t0.762-0.332 0.34-0.164q0.969 0 0.969 2.758zM14 2q0 0.828-0.586 1.414t-1.414 0.586-1.414-0.586-0.586-1.414 0.586-1.414 1.414-0.586 1.414 0.586 0.586 1.414z"/>
</symbol>
<symbol viewBox="0 0 14 14" id="icon-heart-o">
<title>heart-o</title>
<path
d="M13 4.656q0-0.633-0.168-1.117t-0.43-0.77-0.637-0.465-0.734-0.242-0.766-0.062-0.875 0.199-0.863 0.5-0.676 0.563-0.469 0.48q-0.141 0.172-0.383 0.172t-0.383-0.172q-0.187-0.219-0.469-0.48t-0.676-0.563-0.863-0.5-0.875-0.199-0.766 0.062-0.734 0.242-0.637 0.465-0.43 0.77-0.168 1.117q0 1.313 1.461 2.773l4.539 4.375 4.531-4.367q1.469-1.469 1.469-2.781zM14 4.656q0 1.727-1.789 3.516l-4.867 4.687q-0.141 0.141-0.344 0.141t-0.344-0.141l-4.875-4.703q-0.078-0.062-0.215-0.203t-0.434-0.512-0.531-0.762-0.418-0.945-0.184-1.078q0-1.719 0.992-2.687t2.742-0.969q0.484 0 0.988 0.168t0.937 0.453 0.746 0.535 0.594 0.531q0.281-0.281 0.594-0.531t0.746-0.535 0.937-0.453 0.988-0.168q1.75 0 2.742 0.969t0.992 2.687z"/>
</symbol>
<symbol viewBox="0 0 14 14" id="icon-heart">
<title>heart</title>
<path
d="M7 13q-0.203 0-0.344-0.141l-4.875-4.703q-0.078-0.062-0.215-0.203t-0.434-0.512-0.531-0.762-0.418-0.945-0.184-1.078q0-1.719 0.992-2.687t2.742-0.969q0.484 0 0.988 0.168t0.937 0.453 0.746 0.535 0.594 0.531q0.281-0.281 0.594-0.531t0.746-0.535 0.937-0.453 0.988-0.168q1.75 0 2.742 0.969t0.992 2.687q0 1.727-1.789 3.516l-4.867 4.687q-0.141 0.141-0.344 0.141z"/>
</symbol>
<symbol viewBox="0 0 14 14" id="icon-heartbeat">
<title>heartbeat</title>
<path
d="M10 8h2.383q-0.039 0.047-0.078 0.082t-0.070 0.059l-0.023 0.031-4.867 4.687q-0.141 0.141-0.344 0.141t-0.344-0.141l-4.875-4.703q-0.039-0.016-0.164-0.156h2.883q0.172 0 0.309-0.105t0.176-0.27l0.547-2.195 1.484 5.211q0.047 0.156 0.18 0.258t0.305 0.102q0.164 0 0.297-0.102t0.18-0.258l1.141-3.789 0.438 0.875q0.141 0.273 0.445 0.273zM14 4.656q0 1.133-0.805 2.344h-2.883l-0.867-1.727q-0.062-0.133-0.199-0.211t-0.285-0.062q-0.352 0.039-0.438 0.359l-1.008 3.359-1.531-5.359q-0.047-0.156-0.184-0.258t-0.309-0.102-0.305 0.105-0.172 0.27l-0.906 3.625h-3.305q-0.805-1.211-0.805-2.344 0-1.719 0.992-2.687t2.742-0.969q0.484 0 0.988 0.168t0.937 0.453 0.746 0.535 0.594 0.531q0.281-0.281 0.594-0.531t0.746-0.535 0.937-0.453 0.988-0.168q1.75 0 2.742 0.969t0.992 2.687z"/>
</symbol>
<symbol viewBox="0 0 11 14" id="icon-hospital-o">
<title>hospital-o</title>
<path
d="M3 10.25v0.5q0 0.102-0.074 0.176t-0.176 0.074h-0.5q-0.102 0-0.176-0.074t-0.074-0.176v-0.5q0-0.102 0.074-0.176t0.176-0.074h0.5q0.102 0 0.176 0.074t0.074 0.176zM3 8.25v0.5q0 0.102-0.074 0.176t-0.176 0.074h-0.5q-0.102 0-0.176-0.074t-0.074-0.176v-0.5q0-0.102 0.074-0.176t0.176-0.074h0.5q0.102 0 0.176 0.074t0.074 0.176zM5 8.25v0.5q0 0.102-0.074 0.176t-0.176 0.074h-0.5q-0.102 0-0.176-0.074t-0.074-0.176v-0.5q0-0.102 0.074-0.176t0.176-0.074h0.5q0.102 0 0.176 0.074t0.074 0.176zM3 6.25v0.5q0 0.102-0.074 0.176t-0.176 0.074h-0.5q-0.102 0-0.176-0.074t-0.074-0.176v-0.5q0-0.102 0.074-0.176t0.176-0.074h0.5q0.102 0 0.176 0.074t0.074 0.176zM9 10.25v0.5q0 0.102-0.074 0.176t-0.176 0.074h-0.5q-0.102 0-0.176-0.074t-0.074-0.176v-0.5q0-0.102 0.074-0.176t0.176-0.074h0.5q0.102 0 0.176 0.074t0.074 0.176zM7 8.25v0.5q0 0.102-0.074 0.176t-0.176 0.074h-0.5q-0.102 0-0.176-0.074t-0.074-0.176v-0.5q0-0.102 0.074-0.176t0.176-0.074h0.5q0.102 0 0.176 0.074t0.074 0.176zM5 6.25v0.5q0 0.102-0.074 0.176t-0.176 0.074h-0.5q-0.102 0-0.176-0.074t-0.074-0.176v-0.5q0-0.102 0.074-0.176t0.176-0.074h0.5q0.102 0 0.176 0.074t0.074 0.176zM9 8.25v0.5q0 0.102-0.074 0.176t-0.176 0.074h-0.5q-0.102 0-0.176-0.074t-0.074-0.176v-0.5q0-0.102 0.074-0.176t0.176-0.074h0.5q0.102 0 0.176 0.074t0.074 0.176zM7 6.25v0.5q0 0.102-0.074 0.176t-0.176 0.074h-0.5q-0.102 0-0.176-0.074t-0.074-0.176v-0.5q0-0.102 0.074-0.176t0.176-0.074h0.5q0.102 0 0.176 0.074t0.074 0.176zM9 6.25v0.5q0 0.102-0.074 0.176t-0.176 0.074h-0.5q-0.102 0-0.176-0.074t-0.074-0.176v-0.5q0-0.102 0.074-0.176t0.176-0.074h0.5q0.102 0 0.176 0.074t0.074 0.176zM7 13h3v-9h-2v0.25q0 0.312-0.219 0.531t-0.531 0.219h-3.5q-0.312 0-0.531-0.219t-0.219-0.531v-0.25h-2v9h3v-1.75q0-0.102 0.074-0.176t0.176-0.074h2.5q0.102 0 0.176 0.074t0.074 0.176v1.75zM7 3.75v-2.5q0-0.102-0.074-0.176t-0.176-0.074h-0.5q-0.102 0-0.176 0.074t-0.074 0.176v0.75h-1v-0.75q0-0.102-0.074-0.176t-0.176-0.074h-0.5q-0.102 0-0.176 0.074t-0.074 0.176v2.5q0 0.102 0.074 0.176t0.176 0.074h0.5q0.102 0 0.176-0.074t0.074-0.176v-0.75h1v0.75q0 0.102 0.074 0.176t0.176 0.074h0.5q0.102 0 0.176-0.074t0.074-0.176zM11 3.5v10q0 0.203-0.148 0.352t-0.352 0.148h-10q-0.203 0-0.352-0.148t-0.148-0.352v-10q0-0.203 0.148-0.352t0.352-0.148h2.5v-2.25q0-0.312 0.219-0.531t0.531-0.219h3.5q0.312 0 0.531 0.219t0.219 0.531v2.25h2.5q0.203 0 0.352 0.148t0.148 0.352z"/>
</symbol>
<symbol viewBox="0 0 12 14" id="icon-instagram">
<title>instagram</title>
<path
d="M10.641 11.141v-5.063h-1.055q0.156 0.492 0.156 1.023 0 0.984-0.5 1.816t-1.359 1.316-1.875 0.484q-1.539 0-2.633-1.059t-1.094-2.559q0-0.531 0.156-1.023h-1.102v5.063q0 0.203 0.137 0.34t0.34 0.137h8.352q0.195 0 0.336-0.137t0.141-0.34zM8.422 6.977q0-0.969-0.707-1.652t-1.707-0.684q-0.992 0-1.699 0.684t-0.707 1.652 0.707 1.652 1.699 0.684q1 0 1.707-0.684t0.707-1.652zM10.641 4.164v-1.289q0-0.219-0.156-0.379t-0.383-0.16h-1.359q-0.227 0-0.383 0.16t-0.156 0.379v1.289q0 0.227 0.156 0.383t0.383 0.156h1.359q0.227 0 0.383-0.156t0.156-0.383zM12 2.539v8.922q0 0.633-0.453 1.086t-1.086 0.453h-8.922q-0.633 0-1.086-0.453t-0.453-1.086v-8.922q0-0.633 0.453-1.086t1.086-0.453h8.922q0.633 0 1.086 0.453t0.453 1.086z"/>
</symbol>
<symbol viewBox="0 0 14 14" id="icon-leaf">
<title>leaf</title>
<path
d="M10 5.5q0-0.203-0.148-0.352t-0.352-0.148q-1.344 0-2.484 0.387t-2.027 1.047-1.84 1.715q-0.148 0.164-0.148 0.352 0 0.203 0.148 0.352t0.352 0.148q0.187 0 0.352-0.148 0.211-0.187 0.578-0.555t0.523-0.516q1.070-0.969 2.098-1.375t2.449-0.406q0.203 0 0.352-0.148t0.148-0.352zM14 3.953q0 0.742-0.156 1.508-0.359 1.75-1.441 2.992t-2.793 2.094q-1.672 0.844-3.422 0.844-1.156 0-2.234-0.367-0.117-0.039-0.688-0.328t-0.75-0.289q-0.125 0-0.309 0.25t-0.352 0.547-0.41 0.547-0.469 0.25q-0.234 0-0.398-0.086t-0.242-0.187-0.211-0.328q-0.016-0.031-0.047-0.086t-0.043-0.078-0.023-0.074-0.012-0.105q0-0.273 0.242-0.574t0.531-0.512 0.531-0.438 0.242-0.375q0-0.031-0.109-0.297t-0.125-0.344q-0.070-0.398-0.070-0.813 0-0.898 0.34-1.719t0.93-1.441 1.332-1.086 1.594-0.746q0.43-0.141 1.133-0.199t1.402-0.070 1.395-0.047 1.277-0.187 0.887-0.441l0.23-0.23t0.23-0.219 0.211-0.156 0.285-0.125 0.34-0.035q0.305 0 0.551 0.359t0.371 0.875 0.187 0.969 0.062 0.75z"/>
</symbol>
<symbol viewBox="0 0 220.875 29.562" id="icon-logo">
<title>logo</title>
<path
d="M11.086,15.826c2.152,0,3.15,1.633,3.36,3.952c0.049,0.556-0.002,1.364-0.074,2.301
c-0.242,3.114-0.52,6.939,1.553,6.939c1.753,0,2.654-3.363,3.174-7.198c0.502-3.795-0.03-5.685,0.231-7.369
c0.498-3.193,3.286-6.056,2.424-10.128c-0.477-2.259-1.72-3.321-2.953-3.768c-2.838-1.033-4.67,0.957-7.718,0.957
s-4.88-1.99-7.719-0.957C2.135,1.002,0.891,2.064,0.414,4.323c-0.86,4.071,1.926,6.935,2.426,10.128
c0.261,1.685-0.27,3.574,0.232,7.369c0.52,3.834,1.42,7.198,3.174,7.198c2.071,0,1.795-3.825,1.553-6.939
c-0.071-0.937-0.124-1.746-0.074-2.301C7.934,17.458,8.945,15.826,11.086,15.826L11.086,15.826z"/>
<g>
<path d="M27.138,26.492V2.483h8.207c7.451,0,12.311,5.219,12.311,12.022c0,6.839-4.859,11.986-12.311,11.986H27.138
z M44.56,14.505c0-5.184-3.275-9.359-9.215-9.359h-5.219v18.682h5.219C41.176,23.828,44.56,19.652,44.56,14.505z"/>
<path
d="M51.222,17.781c0-5.04,3.6-9.107,8.567-9.107c5.255,0,8.351,4.104,8.351,9.323v0.684H54.065
c0.216,3.275,2.52,6.011,6.263,6.011c1.979,0,3.995-0.792,5.363-2.196l1.296,1.764c-1.728,1.728-4.068,2.664-6.911,2.664
C54.929,26.924,51.222,23.216,51.222,17.781z M59.752,10.906c-3.708,0-5.543,3.131-5.687,5.795h11.41
C65.44,14.109,63.712,10.906,59.752,10.906z"/>
<path d="M84.231,26.492V15.117c0-3.06-1.548-4.032-3.887-4.032c-2.124,0-4.14,1.296-5.147,2.7v12.707h-2.7V9.106
h2.7v2.52c1.224-1.44,3.6-2.952,6.191-2.952c3.636,0,5.543,1.836,5.543,5.615v12.203H84.231z"/>
<path
d="M92.873,22.856V11.481h-2.88V9.106h2.88V4.354h2.7v4.751H99.1v2.375h-3.527V22.28
c0,1.296,0.576,2.231,1.764,2.231c0.756,0,1.476-0.324,1.836-0.72l0.792,2.016c-0.685,0.648-1.656,1.116-3.24,1.116
C94.169,26.924,92.873,25.448,92.873,22.856z"/>
<path d="M102.449,4.822c0-1.008,0.828-1.835,1.8-1.835c1.008,0,1.836,0.828,1.836,1.835s-0.828,1.8-1.836,1.8
C103.277,6.622,102.449,5.83,102.449,4.822z M102.917,26.492V9.106h2.7v17.386H102.917z"/>
<path
d="M109.505,24.188l1.404-1.944c1.15,1.332,3.348,2.484,5.723,2.484c2.664,0,4.104-1.26,4.104-2.988
c0-4.211-10.762-1.62-10.762-8.063c0-2.7,2.338-5.003,6.479-5.003c2.951,0,5.039,1.116,6.443,2.52l-1.26,1.872
c-1.045-1.26-2.953-2.196-5.184-2.196c-2.377,0-3.852,1.188-3.852,2.736c0,3.815,10.762,1.296,10.762,8.063
c0,2.916-2.34,5.255-6.838,5.255C113.681,26.924,111.269,26.06,109.505,24.188z"/>
<path
d="M128.296,22.856V11.481h-2.879V9.106h2.879V4.354h2.699v4.751h3.527v2.375h-3.527V22.28
c0,1.296,0.576,2.231,1.764,2.231c0.756,0,1.477-0.324,1.836-0.72l0.793,2.016c-0.686,0.648-1.656,1.116-3.24,1.116
C129.591,26.924,128.296,25.448,128.296,22.856z"/>
<path
d="M137.009,23.108l1.764-2.268c1.584,1.764,4.174,3.419,7.559,3.419c4.283,0,5.65-2.304,5.65-4.139
c0-6.191-14.217-2.772-14.217-11.339c0-3.959,3.527-6.659,8.242-6.659c3.672,0,6.516,1.224,8.531,3.348l-1.801,2.196
c-1.799-1.979-4.318-2.879-6.947-2.879c-2.879,0-4.93,1.547-4.93,3.815c0,5.399,14.217,2.304,14.217,11.267
c0,3.491-2.375,7.055-8.854,7.055C142.048,26.924,138.987,25.34,137.009,23.108z"/>
<path
d="M180.421,26.492V14.685c0-2.196-0.973-3.6-3.203-3.6c-1.801,0-3.709,1.296-4.607,2.664v12.742h-2.699
V14.685c0-2.196-0.938-3.6-3.205-3.6c-1.764,0-3.635,1.296-4.57,2.7v12.707h-2.701V9.106h2.701v2.52
c0.719-1.116,3.059-2.952,5.615-2.952c2.664,0,4.176,1.44,4.68,3.24c0.971-1.584,3.311-3.24,5.83-3.24
c3.168,0,4.859,1.764,4.859,5.255v12.562H180.421z"/>
<path d="M188.056,4.822c0-1.008,0.828-1.835,1.799-1.835c1.008,0,1.836,0.828,1.836,1.835s-0.828,1.8-1.836,1.8
C188.884,6.622,188.056,5.83,188.056,4.822z M188.522,26.492V9.106h2.701v17.386H188.522z"/>
<path d="M196.622,26.492V2.483h2.701v24.009H196.622z"/>
<path
d="M203.716,17.781c0-5.04,3.6-9.107,8.566-9.107c5.256,0,8.352,4.104,8.352,9.323v0.684H206.56
c0.215,3.275,2.52,6.011,6.264,6.011c1.979,0,3.994-0.792,5.363-2.196l1.295,1.764c-1.727,1.728-4.066,2.664-6.91,2.664
C207.423,26.924,203.716,23.216,203.716,17.781z M212.247,10.906c-3.707,0-5.543,3.131-5.688,5.795h11.41
C217.935,14.109,216.206,10.906,212.247,10.906z"/>
</g>
</symbol>
<symbol viewBox="0 0 8 14" id="icon-map-marker">
<title>map-marker</title>
<path
d="M6 5q0-0.828-0.586-1.414t-1.414-0.586-1.414 0.586-0.586 1.414 0.586 1.414 1.414 0.586 1.414-0.586 0.586-1.414zM8 5q0 0.852-0.258 1.398l-2.844 6.047q-0.125 0.258-0.371 0.406t-0.527 0.148-0.527-0.148-0.363-0.406l-2.852-6.047q-0.258-0.547-0.258-1.398 0-1.656 1.172-2.828t2.828-1.172 2.828 1.172 1.172 2.828z"/>
</symbol>
<symbol viewBox="0 0 14 14" id="icon-medkit">
<title>medkit</title>
<path
d="M10 8.75v-1.5q0-0.109-0.070-0.18t-0.18-0.070h-1.75v-1.75q0-0.109-0.070-0.18t-0.18-0.070h-1.5q-0.109 0-0.18 0.070t-0.070 0.18v1.75h-1.75q-0.109 0-0.18 0.070t-0.070 0.18v1.5q0 0.109 0.070 0.18t0.18 0.070h1.75v1.75q0 0.109 0.070 0.18t0.18 0.070h1.5q0.109 0 0.18-0.070t0.070-0.18v-1.75h1.75q0.109 0 0.18-0.070t0.070-0.18zM5 3h4v-1h-4v1zM2 3v10h-0.25q-0.719 0-1.234-0.516t-0.516-1.234v-6.5q0-0.719 0.516-1.234t1.234-0.516h0.25zM11.25 3v10h-8.5v-10h1.25v-1.25q0-0.312 0.219-0.531t0.531-0.219h4.5q0.312 0 0.531 0.219t0.219 0.531v1.25h1.25zM14 4.75v6.5q0 0.719-0.516 1.234t-1.234 0.516h-0.25v-10h0.25q0.719 0 1.234 0.516t0.516 1.234z"/>
</symbol>
<symbol viewBox="0 0 11 14" id="icon-phone">
<title>phone</title>
<path
d="M11 9.687q0 0.211-0.078 0.551t-0.164 0.535q-0.164 0.391-0.953 0.828-0.734 0.398-1.453 0.398-0.211 0-0.41-0.027t-0.449-0.098-0.371-0.113-0.434-0.16-0.383-0.141q-0.766-0.273-1.367-0.648-1-0.617-2.066-1.684t-1.684-2.066q-0.375-0.602-0.648-1.367-0.023-0.070-0.141-0.383t-0.16-0.434-0.113-0.371-0.098-0.449-0.027-0.41q0-0.719 0.398-1.453 0.438-0.789 0.828-0.953 0.195-0.086 0.535-0.164t0.551-0.078q0.109 0 0.164 0.023 0.141 0.047 0.414 0.594 0.086 0.148 0.234 0.422t0.273 0.496 0.242 0.418q0.023 0.031 0.137 0.195t0.168 0.277 0.055 0.223q0 0.156-0.223 0.391t-0.484 0.43-0.484 0.414-0.223 0.359q0 0.070 0.039 0.176t0.066 0.16 0.109 0.187 0.090 0.148q0.594 1.070 1.359 1.836t1.836 1.359q0.016 0.008 0.148 0.090t0.187 0.109 0.16 0.066 0.176 0.039q0.141 0 0.359-0.223t0.414-0.484 0.43-0.484 0.391-0.223q0.109 0 0.223 0.055t0.277 0.168 0.195 0.137q0.195 0.117 0.418 0.242t0.496 0.273 0.422 0.234q0.547 0.273 0.594 0.414 0.023 0.055 0.023 0.164z"/>
</symbol>
<symbol viewBox="0 0 13 14" id="icon-quote-left">
<title>quote-left</title>
<path
d="M6 7.5v3q0 0.625-0.438 1.062t-1.062 0.438h-3q-0.625 0-1.062-0.438t-0.438-1.062v-5.5q0-0.813 0.316-1.551t0.855-1.277 1.277-0.855 1.551-0.316h0.5q0.203 0 0.352 0.148t0.148 0.352v1q0 0.203-0.148 0.352t-0.352 0.148h-0.5q-0.828 0-1.414 0.586t-0.586 1.414v0.25q0 0.312 0.219 0.531t0.531 0.219h1.75q0.625 0 1.062 0.438t0.438 1.062zM13 7.5v3q0 0.625-0.438 1.062t-1.062 0.438h-3q-0.625 0-1.062-0.438t-0.438-1.062v-5.5q0-0.813 0.316-1.551t0.855-1.277 1.277-0.855 1.551-0.316h0.5q0.203 0 0.352 0.148t0.148 0.352v1q0 0.203-0.148 0.352t-0.352 0.148h-0.5q-0.828 0-1.414 0.586t-0.586 1.414v0.25q0 0.312 0.219 0.531t0.531 0.219h1.75q0.625 0 1.062 0.438t0.438 1.062z"/>
</symbol>
<symbol viewBox="0 0 13 14" id="icon-quote-right">
<title>quote-right</title>
<path
d="M6 2.5v5.5q0 0.813-0.316 1.551t-0.855 1.277-1.277 0.855-1.551 0.316h-0.5q-0.203 0-0.352-0.148t-0.148-0.352v-1q0-0.203 0.148-0.352t0.352-0.148h0.5q0.828 0 1.414-0.586t0.586-1.414v-0.25q0-0.312-0.219-0.531t-0.531-0.219h-1.75q-0.625 0-1.062-0.438t-0.438-1.062v-3q0-0.625 0.438-1.062t1.062-0.438h3q0.625 0 1.062 0.438t0.438 1.062zM13 2.5v5.5q0 0.813-0.316 1.551t-0.855 1.277-1.277 0.855-1.551 0.316h-0.5q-0.203 0-0.352-0.148t-0.148-0.352v-1q0-0.203 0.148-0.352t0.352-0.148h0.5q0.828 0 1.414-0.586t0.586-1.414v-0.25q0-0.312-0.219-0.531t-0.531-0.219h-1.75q-0.625 0-1.062-0.438t-0.438-1.062v-3q0-0.625 0.438-1.062t1.062-0.438h3q0.625 0 1.062 0.438t0.438 1.062z"/>
</symbol>
<symbol viewBox="0 0 12 14" id="icon-skype">
<title>skype</title>
<path
d="M9.164 8.305q0-0.391-0.152-0.715t-0.379-0.535-0.57-0.383-0.645-0.266-0.684-0.18l-0.813-0.187q-0.234-0.055-0.344-0.082t-0.273-0.090-0.234-0.125-0.129-0.164-0.059-0.234q0-0.602 1.125-0.602 0.336 0 0.602 0.094t0.422 0.223 0.297 0.262 0.312 0.227 0.375 0.094q0.367 0 0.59-0.25t0.223-0.602q0-0.43-0.438-0.777t-1.109-0.527-1.422-0.18q-0.531 0-1.031 0.121t-0.934 0.367-0.695 0.68-0.262 1.004q0 0.477 0.148 0.832t0.438 0.59 0.625 0.379 0.805 0.254l1.141 0.281q0.703 0.172 0.875 0.281 0.25 0.156 0.25 0.469 0 0.305-0.312 0.504t-0.82 0.199q-0.398 0-0.715-0.125t-0.508-0.301-0.355-0.352-0.359-0.301-0.422-0.125q-0.391 0-0.59 0.234t-0.199 0.586q0 0.719 0.953 1.23t2.273 0.512q0.57 0 1.094-0.145t0.957-0.418 0.691-0.73 0.258-1.027zM12 10q0 1.242-0.879 2.121t-2.121 0.879q-1.016 0-1.828-0.625-0.602 0.125-1.172 0.125-1.117 0-2.137-0.434t-1.758-1.172-1.172-1.758-0.434-2.137q0-0.57 0.125-1.172-0.625-0.813-0.625-1.828 0-1.242 0.879-2.121t2.121-0.879q1.016 0 1.828 0.625 0.602-0.125 1.172-0.125 1.117 0 2.137 0.434t1.758 1.172 1.172 1.758 0.434 2.137q0 0.57-0.125 1.172 0.625 0.813 0.625 1.828z"/>
</symbol>
<symbol viewBox="0 0 13 14" id="icon-star-o">
<title>star-o</title>
<path
d="M8.883 7.844l2.391-2.32-3.297-0.484-1.477-2.984-1.477 2.984-3.297 0.484 2.391 2.32-0.57 3.289 2.953-1.555 2.945 1.555zM13 5.055q0 0.172-0.203 0.375l-2.836 2.766 0.672 3.906q0.008 0.055 0.008 0.156 0 0.391-0.32 0.391-0.148 0-0.312-0.094l-3.508-1.844-3.508 1.844q-0.172 0.094-0.312 0.094-0.164 0-0.246-0.113t-0.082-0.277q0-0.047 0.016-0.156l0.672-3.906-2.844-2.766q-0.195-0.211-0.195-0.375 0-0.289 0.438-0.359l3.922-0.57 1.758-3.555q0.148-0.32 0.383-0.32t0.383 0.32l1.758 3.555 3.922 0.57q0.438 0.070 0.438 0.359z"/>
</symbol>
<symbol viewBox="0 0 13 14" id="icon-star">
<title>star</title>
<path
d="M13 5.055q0 0.172-0.203 0.375l-2.836 2.766 0.672 3.906q0.008 0.055 0.008 0.156 0 0.164-0.082 0.277t-0.238 0.113q-0.148 0-0.312-0.094l-3.508-1.844-3.508 1.844q-0.172 0.094-0.312 0.094-0.164 0-0.246-0.113t-0.082-0.277q0-0.047 0.016-0.156l0.672-3.906-2.844-2.766q-0.195-0.211-0.195-0.375 0-0.289 0.438-0.359l3.922-0.57 1.758-3.555q0.148-0.32 0.383-0.32t0.383 0.32l1.758 3.555 3.922 0.57q0.438 0.070 0.438 0.359z"/>
</symbol>
<symbol viewBox="0 0 8 14" id="icon-tint">
<title>tint</title>
<path
d="M4 9q0-0.281-0.156-0.539-0.008-0.008-0.121-0.176t-0.199-0.297-0.195-0.344-0.164-0.395q-0.031-0.125-0.164-0.125t-0.164 0.125q-0.055 0.18-0.164 0.395t-0.195 0.344-0.199 0.297-0.121 0.176q-0.156 0.258-0.156 0.539 0 0.414 0.293 0.707t0.707 0.293 0.707-0.293 0.293-0.707zM8 8q0 1.656-1.172 2.828t-2.828 1.172-2.828-1.172-1.172-2.828q0-1.133 0.633-2.148 0.047-0.070 0.488-0.707t0.789-1.18 0.777-1.391 0.648-1.574q0.070-0.234 0.266-0.367t0.398-0.133 0.402 0.133 0.262 0.367q0.219 0.727 0.648 1.574t0.777 1.391 0.789 1.18 0.488 0.707q0.633 0.992 0.633 2.148z"/>
</symbol>
<symbol viewBox="0 0 13 14" id="icon-trophy">
<title>trophy</title>
<path
d="M3.578 6.898q-0.578-1.266-0.578-2.898h-2v0.75q0 0.609 0.738 1.266t1.84 0.883zM12 4.75v-0.75h-2q0 1.633-0.578 2.898 1.102-0.227 1.84-0.883t0.738-1.266zM13 3.75v1q0 0.555-0.324 1.117t-0.875 1.016-1.352 0.762-1.684 0.348q-0.328 0.422-0.742 0.742-0.297 0.266-0.41 0.566t-0.113 0.699q0 0.422 0.238 0.711t0.762 0.289q0.586 0 1.043 0.355t0.457 0.895v0.5q0 0.109-0.070 0.18t-0.18 0.070h-6.5q-0.109 0-0.18-0.070t-0.070-0.18v-0.5q0-0.539 0.457-0.895t1.043-0.355q0.523 0 0.762-0.289t0.238-0.711q0-0.398-0.113-0.699t-0.41-0.566q-0.414-0.32-0.742-0.742-0.883-0.039-1.684-0.348t-1.352-0.762-0.875-1.016-0.324-1.117v-1q0-0.312 0.219-0.531t0.531-0.219h2.25v-0.75q0-0.516 0.367-0.883t0.883-0.367h4.5q0.516 0 0.883 0.367t0.367 0.883v0.75h2.25q0.312 0 0.531 0.219t0.219 0.531z"/>
</symbol>
<symbol viewBox="0 0 13 14" id="icon-twitter">
<title>twitter</title>
<path
d="M12.656 3.188q-0.523 0.766-1.266 1.305 0.008 0.109 0.008 0.328 0 1.016-0.297 2.027t-0.902 1.941-1.441 1.645-2.016 1.141-2.523 0.426q-2.117 0-3.875-1.133 0.273 0.031 0.609 0.031 1.758 0 3.133-1.078-0.82-0.016-1.469-0.504t-0.891-1.246q0.258 0.039 0.477 0.039 0.336 0 0.664-0.086-0.875-0.18-1.449-0.871t-0.574-1.605v-0.031q0.531 0.297 1.141 0.32-0.516-0.344-0.82-0.898t-0.305-1.203q0-0.688 0.344-1.273 0.945 1.164 2.301 1.863t2.902 0.777q-0.062-0.297-0.062-0.578 0-1.047 0.738-1.785t1.785-0.738q1.094 0 1.844 0.797 0.852-0.164 1.602-0.609-0.289 0.898-1.109 1.391 0.727-0.078 1.453-0.391z"/>
</symbol>
<symbol viewBox="0 0 11 14" id="icon-user-md">
<title>user-md</title>
<path
d="M3 10.5q0 0.203-0.148 0.352t-0.352 0.148-0.352-0.148-0.148-0.352 0.148-0.352 0.352-0.148 0.352 0.148 0.148 0.352zM11 10.977q0 0.945-0.57 1.484t-1.516 0.539h-6.828q-0.945 0-1.516-0.539t-0.57-1.484q0-0.531 0.043-1.023t0.187-1.078 0.371-1.035 0.633-0.805 0.937-0.473q-0.172 0.406-0.172 0.937v1.586q-0.453 0.156-0.727 0.547t-0.273 0.867q0 0.625 0.438 1.062t1.062 0.438 1.062-0.438 0.438-1.062q0-0.477-0.277-0.867t-0.723-0.547v-1.586q0-0.484 0.195-0.727 1.031 0.813 2.305 0.813t2.305-0.813q0.195 0.242 0.195 0.727v0.5q-0.828 0-1.414 0.586t-0.586 1.414v0.695q-0.25 0.227-0.25 0.555 0 0.312 0.219 0.531t0.531 0.219 0.531-0.219 0.219-0.531q0-0.328-0.25-0.555v-0.695q0-0.406 0.297-0.703t0.703-0.297 0.703 0.297 0.297 0.703v0.695q-0.25 0.227-0.25 0.555 0 0.312 0.219 0.531t0.531 0.219 0.531-0.219 0.219-0.531q0-0.328-0.25-0.555v-0.695q0-0.531-0.27-0.996t-0.73-0.73q0-0.078 0.004-0.332t0-0.375-0.020-0.324-0.055-0.367-0.102-0.312q0.531 0.117 0.937 0.473t0.633 0.805 0.371 1.035 0.187 1.078 0.043 1.023zM8.5 4q0 1.242-0.879 2.121t-2.121 0.879-2.121-0.879-0.879-2.121 0.879-2.121 2.121-0.879 2.121 0.879 0.879 2.121z"/>
</symbol>
<symbol viewBox="0 0 11 14" id="icon-user">
<title>user</title>
<path
d="M11 10.977q0 0.937-0.57 1.48t-1.516 0.543h-6.828q-0.945 0-1.516-0.543t-0.57-1.48q0-0.414 0.027-0.809t0.109-0.852 0.207-0.848 0.336-0.762 0.484-0.633 0.668-0.418 0.871-0.156q0.070 0 0.328 0.168t0.582 0.375 0.844 0.375 1.043 0.168 1.043-0.168 0.844-0.375 0.582-0.375 0.328-0.168q0.477 0 0.871 0.156t0.668 0.418 0.484 0.633 0.336 0.762 0.207 0.848 0.109 0.852 0.027 0.809zM8.5 4q0 1.242-0.879 2.121t-2.121 0.879-2.121-0.879-0.879-2.121 0.879-2.121 2.121-0.879 2.121 0.879 0.879 2.121z"/>
</symbol>
<symbol viewBox="0 0 12 14" id="icon-youtube">
<title>youtube</title>
<path
d="M7.586 9.719v1.648q0 0.523-0.305 0.523-0.18 0-0.352-0.172v-2.352q0.172-0.172 0.352-0.172 0.305 0 0.305 0.523zM10.227 9.727v0.359h-0.703v-0.359q0-0.531 0.352-0.531t0.352 0.531zM2.68 8.023h0.836v-0.734h-2.438v0.734h0.82v4.445h0.781v-4.445zM4.93 12.469h0.695v-3.859h-0.695v2.953q-0.234 0.328-0.445 0.328-0.141 0-0.164-0.164-0.008-0.023-0.008-0.273v-2.844h-0.695v3.055q0 0.383 0.062 0.57 0.094 0.289 0.453 0.289 0.375 0 0.797-0.477v0.422zM8.281 11.313v-1.539q0-0.57-0.070-0.773-0.133-0.438-0.555-0.438-0.391 0-0.727 0.422v-1.695h-0.695v5.18h0.695v-0.375q0.352 0.43 0.727 0.43 0.422 0 0.555-0.43 0.070-0.211 0.070-0.781zM10.922 11.234v-0.102h-0.711q0 0.398-0.016 0.477-0.055 0.281-0.312 0.281-0.359 0-0.359-0.539v-0.68h1.398v-0.805q0-0.617-0.211-0.906-0.305-0.398-0.828-0.398-0.531 0-0.836 0.398-0.219 0.289-0.219 0.906v1.352q0 0.617 0.227 0.906 0.305 0.398 0.844 0.398 0.563 0 0.844-0.414 0.141-0.211 0.164-0.422 0.016-0.070 0.016-0.453zM6.172 4.102v-1.641q0-0.539-0.336-0.539t-0.336 0.539v1.641q0 0.547 0.336 0.547t0.336-0.547zM11.789 9.969q0 1.828-0.203 2.734-0.109 0.461-0.453 0.773t-0.797 0.359q-1.438 0.164-4.336 0.164t-4.336-0.164q-0.453-0.047-0.801-0.359t-0.449-0.773q-0.203-0.875-0.203-2.734 0-1.828 0.203-2.734 0.109-0.461 0.453-0.773t0.805-0.367q1.43-0.156 4.328-0.156t4.336 0.156q0.453 0.055 0.801 0.367t0.449 0.773q0.203 0.875 0.203 2.734zM3.992 0h0.797l-0.945 3.117v2.117h-0.781v-2.117q-0.109-0.578-0.477-1.656-0.289-0.805-0.508-1.461h0.828l0.555 2.055zM6.883 2.602v1.367q0 0.633-0.219 0.922-0.289 0.398-0.828 0.398-0.523 0-0.82-0.398-0.219-0.297-0.219-0.922v-1.367q0-0.625 0.219-0.914 0.297-0.398 0.82-0.398 0.539 0 0.828 0.398 0.219 0.289 0.219 0.914zM9.5 1.336v3.898h-0.711v-0.43q-0.414 0.484-0.805 0.484-0.359 0-0.461-0.289-0.062-0.187-0.062-0.586v-3.078h0.711v2.867q0 0.258 0.008 0.273 0.023 0.172 0.164 0.172 0.211 0 0.445-0.336v-2.977h0.711z"/>
</symbol>
<symbol id="icon-coffee" viewBox="0 0 20 20">
<title>coffee</title><path d="M4 11h-2c-1.105 0-2-0.895-2-2v0-4c0-1.1 0.9-2 2-2h2v-2h14v10c0 2.209-1.791 4-4 4v0h-6c-2.209 0-4-1.791-4-4v0zM4 9v-4h-2v4h2zM2 17v-1h18v1l-4 2h-10l-4-2z"></path>
</symbol>
<symbol id="icon-computer-laptop" viewBox="0 0 20 20">
<title>computer-laptop</title>
<path d="M18 16h2v1c0 0.552-0.448 1-1 1v0h-18c-0.552 0-1-0.448-1-1v0-1h2v-12c0-1.1 0.9-2 2-2h12c1.105 0 2 0.895 2 2v0 12zM4 4v9h12v-9h-12zM8 15v1h4v-1h-4z"></path>
</symbol>
<symbol id="icon-study" viewBox="0 0 20 20">
<title>study</title>
<path d="M3.33 8l6.67 4 10-6-10-6-10 6h10v2h-6.67zM0 8v8l2-2.22v-4.58l-2-1.2zM10 20l-7-4.2v-6l7 4.2 7-4.2v6l-7 4.2z"></path>
</symbol>
</svg>
<!--[if lt IE 10]>
<p class="oldie">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> to better experience this site.</p>
<![endif]-->
<nav class="navbar navbar-expand-md navbar-dark fixed-top" id="banner" style="position:absolute;z-index: 1;">
<div class="container">
<!-- <a class="navbar-brand" href="/"><span>AiBoxLab</span></a> -->
<a href="/"><img src="/img/logo-aibox.png" width="130"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Navbar links -->
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="publications">Publications</a>
</li>
<li class="nav-item">
<div class="dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Education
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="/pos">Post Graduation</a>
</div>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="contact">Contact</a>
</li>
<!-- Dropdown -->
</ul>
</div>
</div>
</nav>
<!-- Substitua a foto aqui -->
<div class="hero-image" style="background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(img/event2tiny.jpeg);">
<div class="hero-text" style="margin-top: -20px;">
<h1 class="text">ESPECIALIZAÇÃO EM INTELIGÊNCIA<br/>COMPUTACIONAL</h1>
</div>
<img class="mouse_icon" src="https://i.ya-webdesign.com/images/svg-websites-scroll-1.png" width="40">
</div>
<!-- <div class="box">
<img src="img/evento.png" class="image_event" alt="event image">
<img src="img/evento2.png" class="image_event_mobile" alt="event image">
<button type="button" onclick="document.getElementById('participar').scrollIntoView();" class="btn">Participar</button>
</div> -->
<div class="container justify-content-center" style="margin-top: 45px;">
<div class="container" style="padding-top: 10px;padding-bottom: 110px;">
<h2 class="title">SOBRE O CURSO</h2>
<h5 class="subtitle">
<p class="sub_text" style="padding-right: 20px;padding-left: 20px;">
O curso consiste em uma Especialização Lato Sensu, concentrando-se em um sub-ramo da Inteligência Artificial (IA) chamado de Inteligência Computacional (IC), que estuda mecanismos adaptativos para permitir ou facilitar o comportamento inteligente em ambientes complexos e em mudança.
</p>
</h5>
<h5 class="subtitle">
<p class="sub_text" style="padding-right: 20px;padding-left: 20px;">
IC está presente no centro das novas aplicações e serviços utilizados nos mais diversos setores da saúde, transportes, direito, defesa e outras áreas fundamentais da economia e da sociedade. Entretanto, a aplicação de métodos de IC a novos problemas requer conhecimento específico do domínio em questão, bem como a escolha de métodos e métricas adequadas a cada contexto.
Esta especialização atende a esta crescente demanda na área, com o objetivo de formar profissionais capacitados para a resolução de problemas reais.
</p>
</h5>
<!-- --------------------- Sobre a metodologia ------------------ -->
<br>
<h2 class="title">SOBRE A METODOLOGIA</h2>
<h5 class="subtitle">
<p class="sub_text" style="padding-right: 20px;padding-left: 20px;">
O curso usará a metodologia de Aprendizagem Baseada em Problemas (PBL, do inglês Problem-Based Learning). O PBL sugere o uso de situações reais em ambientes de aprendizagem, o que ao mesmo tempo motiva os estudantes e melhora a transferência de conhecimento teórico para situações reais.
</p>
</h5>
<!-- --------------------- grade curricular ------------------ -->
<br>
<h2 class="title">GRADE CURRICULAR</h2>
<h5 class="subtitle">
<p class="sub_text" style="padding-right: 20px;padding-left: 20px;">
As disciplinas ministradas no curso devem propor problemas e projetos semelhantes aos encontrados em situações reais que podem envolver processamento de imagem e linguagem natural, visão computacional, previsão de séries temporais, otimização e mineração de dados.
Diante disto, as seguintes disciplinas serão oferecidas:
</p>
</h5>
<div style="margin-top: 50px;" class="card_menu d-flex flex-wrap back_shape">
<div style="width: 100%;height: 100px; box-shadow: none;background-color: rgba(255, 255, 255, 0);" class="">
<h2 class="title" style="color: white;">1º Módulo</h2>
</div>
<div style="width: 200px;height: 210px;" class="card_home justify-content-center flex-column">
<img class="card_icon" src="https://img.icons8.com/wired/64/000000/bot.png" width="50" height="50">
<h1 class="card_title">30 Horas</h1>
<h5 class="card_subtitle">Aprendizagem de Maquina</h5>
</div>
<div style="width: 200px;height: 210px;" class="card_home justify-content-center flex-column">
<img class="card_icon" src="https://img.icons8.com/wired/64/000000/mine-cart.png" width="50" height="50">
<h1 class="card_title">15 Horas</h1>
<h5 class="card_subtitle">Mineração de dados</h5>
</div>
<div style="width: 200px;height: 210px;" class="card_home justify-content-center flex-column">
<img class="card_icon" src="https://img.icons8.com/wired/64/000000/mind-map.png" width="50" height="50">
<h1 class="card_title">30 Horas</h1>
<h5 class="card_subtitle">Redes Neurais e Deep Learning</h5>
</div>
<div style="width: 200px;height: 210px;" class="card_home justify-content-center flex-column">
<img class="card_icon" src="https://img.icons8.com/wired/64/000000/course-assign.png" width="50" height="50">
<h1 class="card_title">60 Horas</h1>
<h5 class="card_subtitle">Supervisão e acompanhamento de projetos</h5>
</div>
</div>
<div style="margin-top: 50px;" class="card_menu d-flex flex-wrap back_shape">
<div style="width: 100%;height: 100px; box-shadow: none;background-color: rgba(255, 255, 255, 0);" class="">
<h2 class="title" style="color: white;">2º Módulo</h2>
</div>
<div style="width: 200px;height: 210px;" class="card_home justify-content-center flex-column">
<img class="card_icon" src="https://img.icons8.com/wired/64/000000/brainstorm-skill.png" width="50" height="50">
<h1 class="card_title">15 Horas</h1>
<h5 class="card_subtitle">Design Thinking aplicado a Inteligência Computacional</h5>
</div>
<div style="width: 200px;height: 210px;" class="card_home justify-content-center flex-column">
<img class="card_icon" src="https://img.icons8.com/wired/64/000000/database-restore.png" width="50" height="50">
<h1 class="card_title">30 Horas</h1>
<h5 class="card_subtitle">Mineração de Textos e recuperação de informação</h5>
</div>
<div style="width: 200px;height: 210px;" class="card_home justify-content-center flex-column">
<img class="card_icon" src="https://img.icons8.com/wired/64/000000/image-file.png" width="50" height="50">
<h1 class="card_title">30 Horas</h1>
<h5 class="card_subtitle">Processamento de Imagens</h5>
</div>
<div style="width: 200px;height: 210px;" class="card_home justify-content-center flex-column">
<img class="card_icon" src="https://img.icons8.com/wired/64/000000/course-assign.png" width="50" height="50">
<h1 class="card_title">90 Horas</h1>
<h5 class="card_subtitle">Supervisão e acompanhamento de projetos</h5>
</div>
</div>
<div style="margin-top: 50px;" class="card_menu d-flex flex-wrap back_shape">
<div style="width: 100%;height: 100px; box-shadow: none;background-color: rgba(255, 255, 255, 0);" class="">
<h2 class="title" style="color: white;">3º Módulo</h2>
</div>
<div style="width: 200px;height: 210px;" class="card_home justify-content-center flex-column">
<img class="card_icon" src="https://img.icons8.com/wired/64/000000/iris-scan.png" width="50" height="50">
<h1 class="card_title">30 Horas</h1>
<h5 class="card_subtitle">Visão Computacional</h5>
</div>
<div style="width: 200px;height: 210px;" class="card_home justify-content-center flex-column">
<img class="card_icon" src="https://img.icons8.com/wired/64/000000/hub.png" width="50" height="50">
<h1 class="card_title">30 Horas</h1>
<h5 class="card_subtitle">IoT e Manutenção Preditiva</h5>
</div>
<div style="width: 200px;height: 210px;" class="card_home justify-content-center flex-column">
<img class="card_icon" src="https://img.icons8.com/wired/64/000000/course-assign.png" width="50" height="50">
<h1 class="card_title">90 Horas</h1>
<h5 class="card_subtitle">Supervisão e acompanhamento de projetos</h5>
</div>
<div style="width: 200px;height: 210px;box-shadow: none;background-color: rgba(255, 255, 255, 0);" class="card_home justify-content-center flex-column">
</div>
</div>
<!-- --------------------- SOBRE OS DOCENTES ------------------ -->
<br/>
<h2 class="title">SOBRE OS DOCENTES</h2>
<h5 class="subtitle">
<p class="sub_text" style="padding-right: 20px;padding-left: 20px;">
A especialização contará com um time de docentes capacitado e multidisciplinar.
</p>
</h5>
<div style="margin-top: 50px;" class="card_menu d-flex flex-wrap justify-content-around back_shape">
<div style="width: 220px;height: 300px;" class="card_home justify-content-center flex-column">
<img style="border-radius: 200px;object-fit: cover;" class="card_icon" src="img/Ana.png" width="120" height="120">
<h1 style="margin-top: 40px;" class="card_title"><a href="link_do_lattes" style="color: black;">Ana Furtado</a></h1>
<h5 class="card_subtitle">Innovation <br/>Design Thinking</h5>
</div>
<div style="width: 220px;height: 300px;" class="card_home justify-content-center flex-column">
<img style="border-radius: 200px;" class="card_icon" src="img/andre.jpeg" width="120" height="120">
<h1 style="margin-top: 40px;" class="card_title"><a href="link_do_lattes" style="color: black;">André Câmara</a></h1>
<h5 class="card_subtitle">NLP <br/> Supervised <br/> Learning </h5>
</div>
<div style="width: 220px;height: 300px;" class="card_home justify-content-center flex-column">
<img style="border-radius: 200px;" class="card_icon" src="img/George_cabral.png" width="120" height="120">
<h1 style="margin-top: 40px;" class="card_title"><a href="link_do_lattes" style="color: black;">George Cabral</a></h1>
<h5 class="card_subtitle">Online Learning <br/> Time Series Forecasting </h5>
</div>
<div style="width: 220px;height: 300px;" class="card_home justify-content-center flex-column">
<img style="border-radius: 200px;" class="card_icon" src="img/Joao_paulo.png" width="120" height="120">
<h1 style="margin-top: 40px;" class="card_title"><a href="link_do_lattes" style="color: black;">João Paulo</a></h1>
<h5 class="card_subtitle">Computer Vision </h5>
</div>
<div style="width: 220px;height: 300px;" class="card_home justify-content-center flex-column">
<img style="border-radius: 200px;" class="card_icon" src="img/pericles.jpg" width="120" height="120">
<h1 style="margin-top: 40px;" class="card_title"><a href="link_do_lattes" style="color: black;">Péricles Miranda</a></h1>
<h5 class="card_subtitle">Optimization <br/> Supervised <br/> Learning </h5>
</div>
<div style="width: 220px;height: 300px;" class="card_home justify-content-center flex-column">
<img style="border-radius: 200px;" class="card_icon" src="img/Rafael_lins.png" width="120" height="120">
<h1 style="margin-top: 40px;" class="card_title"><a href="link_do_lattes" style="color: black;">Rafael Lins</a></h1>
<h5 class="card_subtitle">NLP <br/> Image Processing</h5>
</div>
<div style="width: 220px;height: 300px;" class="card_home justify-content-center flex-column">
<img style="border-radius: 200px;" class="card_icon" src="img/rafael.jpg" width="120" height="120">
<h1 style="margin-top: 40px;" class="card_title"><a href="link_do_lattes" style="color: black;">Rafael Mello</a></h1>
<h5 class="card_subtitle">NLP</h5>
</div>
<div style="width: 220px;height: 300px;" class="card_home justify-content-center flex-column">
<img style="border-radius: 200px;" class="card_icon" src="img/Valmir_macario.png" width="120" height="120">
<h1 style="margin-top: 40px;" class="card_title"><a href="link_do_lattes" style="color: black;">Valmir Macário</a></h1>
<h5 class="card_subtitle">Computer Vision <br/> Semisupervised Learning </h5>
</div>
</div>
</div>
</div>
<div >
<div class="container justify-content-center" style="margin-top: 10px;margin-bottom: 115px;">
<div class="container">
<h2 style="margin-top: 100px;" class="title">Parceiros</h2>
<div class="card_menu d-flex flex-wrap align-self-stretch">
<div style="border-color: #00B2FF;box-shadow: none;" class="card_home_partnership justify-content-center flex-column">
<img style="object-fit:contain;" class="card_icon" src="./img/NESS.png" width="150" height="110">
</div>
<div style="border-color: #00B2FF;box-shadow: none;" class="card_home_partnership justify-content-center flex-column">
<img style="object-fit:contain;" class="card_icon" src="./img/Facepe.jpg" width="150" height="110">
</div>
<div style="border-color: #00B2FF;box-shadow: none;" class="card_home_partnership justify-content-center flex-column">
<img style="object-fit:contain;" class="card_icon" src="./img/logo-aibox.png" width="150" height="110">
</div>
<div style="border-color: #00B2FF;box-shadow: none;" class="card_home_partnership justify-content-center flex-column">
<img style="object-fit:contain;" class="card_icon" src="./img/UFRPE.jpg" width="150" height="110">
</div>
</div>
</div>
</div>
</div>
<div class="container justify-content-center" style="margin-top: -65px;">
<div class="container" style="padding-top: 10px;padding-bottom: 110px;">
<h2 style="margin-top: 100px;" class="title">Documentos Importantes</h2>
<h5 class="subtitle">
<p href="" class="sub_text" style="padding-right: 20px;padding-left: 20px; font-weight: 500;">
Durante a seleção você precisará acessar alguns documentos e páginas que serão divulgados abaixo:
</p>
<a href="https://www.google.com" class="sub_text" style="padding-right: 20px;padding-left: 20px;font-weight: 700;">
- Edital de Seleção
</a>
</h5>
</div>
</div>
<div class="background_home">
<div class="container justify-content-center" style="margin-top: -30px;margin-bottom: 115px;">
<div class="container">
<h2 style="margin-top: 100px;" class="title">Acompanhe as notícias</h2>
<h5 class="subtitle">
</h5>
<div class="panel-body justify-content-center" style="margin-top: 80px;padding-bottom: -100px;padding-left: 10%;padding-right: 10%;background-color: #00B2FF;box-shadow: none;">
<a class="twitter-timeline"
style="padding: 90px;"
href="https://twitter.com/AiboxLab?ref_src=twsrc%5Etfw"
data-height="500"
data-width="100%"
data-chrome="noheader nofooter">
Tweets by AiboxLab</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</div>
</div>
<div class="container justify-content-center" style="margin-top: 10px;margin-bottom: 115px;">
<div class="container">
<h2 class="title" style="font-family: Barlow;">Inscreva-se agora mesmo</h2>
<h5 class="subtitle">
<p class="sub_text">Gostou do curso? Quer ser especialista em Inteligência Computacional e resolver problemas reais? Faça a sua inscrição agora. </p>
</h5>
<div class="container col-md-4 text-center" style="margin-top: 70px;">
<button type="button" class="btn btn-primary btn-lg justify-content-center">Inscrever</button>
</div>
</div>
</div>
<!-- Aqui estão os estilos de cada elemento. Não é necessário alterar -->
<script>
// Animações de revelação ao rolar a página: comente para remover
ScrollReveal().reveal('.title', {duration: 1000});
ScrollReveal().reveal('.subtitle', {duration: 1100});
ScrollReveal().reveal('.back_shape', {duration: 1000});
ScrollReveal().reveal('.box_text', {duration: 1000});
ScrollReveal().reveal('.box_card', {duration: 1000});
ScrollReveal().reveal('.card_discipline', {duration: 1000});
ScrollReveal().reveal('.card_img', {duration: 1000});
ScrollReveal().reveal('.card_text', {duration: 1000});
ScrollReveal().reveal('.justify_card_doc', {duration: 1000});
ScrollReveal().reveal('.box_card_doc', {duration: 1000});
ScrollReveal().reveal('.card_docente', {duration: 1000});
ScrollReveal().reveal('.card_text_doc', {duration: 1000});
ScrollReveal().reveal('.card_img_doc', {duration: 1000});
ScrollReveal().reveal('.card_subtext_doc', {duration: 1000});
ScrollReveal().reveal('.panel', {duration: 1000});
ScrollReveal().reveal('.panel .panel-primary', {duration: 1000});
//Substitua o link do botão 'Participar'
function action(){
window.location.href = 'https://www.google.com';
}
</script>
<section id="footer">
<div class="container">
<div class="row text-center text-xs-center text-sm-left text-md-left">
<div class="col-xs-12 col-sm-4 col-md-4">
<h5>Pages</h5>
<ul class="list-unstyled quick-links">
<li><a href="/"><i class="fa fa-angle-double-right"></i>Home</a></li>
<li><a href="/projects"><i class="fa fa-angle-double-right"></i>Projects</a></li>
<li><a href="/team"><i class="fa fa-angle-double-right"></i>Team</a></li>
<li><a href="/publications"><i class="fa fa-angle-double-right"></i>Publications</a></li>
<li><a href="/contact"><i class="fa fa-angle-double-right"></i>Contact</a></li>
</ul>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<h5>Useful links</h5>
<ul class="list-unstyled quick-links">
<li><a href="/pos"><i class="fa fa-angle-double-right"></i>Pos</a></li>
<li><a href="/education"><i class="fa fa-angle-double-right"></i>Summer Job</a></li>
<li><a href="/team"><i class="fa fa-angle-double-right"></i>Apply</a></li>
<!-- <li><a href="https://wwwe.sunlimetech.com" title="Design and developed by"><i class="fa fa-angle-double-right"></i>Imprint</a></li> -->
</ul>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<h5>Contact</h5>
<ul class="list-unstyled quick-links">
<li><a href="/contact"><i class="fa fa-angle-double-right"></i>Contact</a></li>
<!-- <li><a href="javascript:void();"><i class="fa fa-angle-double-right"></i>About</a></li>
<li><a href="javascript:void();"><i class="fa fa-angle-double-right"></i>FAQ</a></li>
<li><a href="javascript:void();"><i class="fa fa-angle-double-right"></i>Get Started</a></li>
<li><a href="javascript:void();"><i class="fa fa-angle-double-right"></i>Videos</a></li> -->
</ul>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 mt-2 mt-sm-5">
<ul class="list-unstyled list-inline social text-center">
<li class="list-inline-item"><a href="javascript:void();"><i class="fa fa-facebook"></i></a></li>
<li class="list-inline-item"><a href="javascript:void();"><i class="fa fa-twitter"></i></a></li>
<li class="list-inline-item"><a href="javascript:void();"><i class="fa fa-instagram"></i></a></li>
<li class="list-inline-item"><a href="javascript:void();"><i class="fa fa-google-plus"></i></a></li>
<li class="list-inline-item"><a href="javascript:void();" target="_blank"><i class="fa fa-envelope"></i></a></li>
</ul>
</div>
</hr>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 mt-2 mt-sm-2 text-center text-white">
<p>
<u>
<a href="https://www.aiboxlab.org/">AiBoxLab Team. </a>
</u>
Our lab believes in strong market-academy collaboration to bring innovation,
from concept to business products.
Some of the ways you can engage.
</p>
<p class="h6">2020 © All right Reversed.<a class="text-green ml-2" href="https://www.TESTE.com" target="_blank">AiBoxLab</a></p>
</div>
</hr>
</div>
</div>
</section>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41358388-2', 'auto');
ga('send', 'pageview');
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>
<script src="/js/all.min.js"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/pcooksey/bibtex-js/ef59e62c/src/bibtex_js.js"></script>
</body>
</html>