-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
798 lines (698 loc) · 96.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Diagram Dev</title>
<base href="/">
<!-- Existing Talend CSS -->
<link rel="stylesheet" type="text/css" href="https://www.talend.com/?custom-css=68f18e9ea2">
<link rel="stylesheet" type="text/css" href="https://www.talend.com/wp-content/themes/_tk/style.css?ver=2.4.2">
<link rel="stylesheet" type="text/css" href="https://www.talend.com/wp-content/themes/_tk/includes/resources/bootstrap/css/bootstrap.min.css?ver=2.4.2">
<link rel="stylesheet" type="text/css" href="https://www.talend.com/wp-content/themes/_tk/includes/css/add-custom-css.css?ver=2.4.2">
<link rel="stylesheet" type="text/css" href="https://www.talend.com/wp-content/themes/_tk/includes/css/bootstrap-wp.css?ver=2.4.2">
<link rel="stylesheet" type="text/css"
href="https://www.talend.com/wp-content/themes/_tk/includes/css/font-awesome.min.css?ver=4.1.0">
<link rel="stylesheet" type="text/css"
href="https://www.talend.com/wp-content/themes/_tk/includes/css/jasny-bootstrap.css?ver=2.4.2">
<link rel="stylesheet" type="text/css" href="https://www.talend.com/wp-content/themes/_tk/includes/css/layers.css?ver=4.9.7">
<link rel="stylesheet" type="text/css" href="https://www.talend.com/wp-content/themes/_tk/includes/css/talend_misc.css?ver=2.4.2">
<link rel="stylesheet" type="text/css" href="https://www.talend.com/wp-content/themes/_tk/includes/css/talend_mobile.css?ver=2.4.2">
<link rel="stylesheet" type="text/css"
href="https://www.talend.com/wp-content/themes/_tk/includes/css/talend_navigation.css?ver=2.4.2">
<link rel="stylesheet" type="text/css"
href="https://www.talend.com/wp-content/themes/_tk/includes/css/talend_responsive.css?ver=4.9.7">
<link rel="stylesheet" type="text/css" href="https://www.talend.com/wp-content/themes/_tk/includes/css/talend_search.css?ver=2.4.2">
<link rel="stylesheet" type="text/css" href="https://www.talend.com/wp-content/themes/_tk/style.css?ver=2.4.2">
<!-- Diagram CSS -->
<link rel="stylesheet" type="text/css" href="css/diagram.dev.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/diagram.dev.js"></script>
</head>
<body class="home page-template page-template-layers page-template-layers-php page page-id-41901 group-blog en ">
<div id="wrapper">
<div class="off-canvas-wrap">
<div class="inner-wrap">
<div id="content">
<section class="layer layer--columns"
style="text-align: center; padding-top: 0px; padding-bottom: 50px; " tabindex="-1">
<div class="row max-width">
<div class="columns-container-wrapper">
<div class="columns-container">
<div class="columns" style="width: 100%;">
<div class="main-content">
<!-- Diagram content -->
<div class="cloud-diagram">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="961.23" height="591.87"
viewBox="0 0 961.23 591.87">
<defs>
<style>
.cls-1{fill:none;}.cls-2,.cls-5{fill:#043c63;}.cls-3{isolation:isolate;}.cls-4{fill:url(#linear-gradient);}.cls-10,.cls-11,.cls-12,.cls-13,.cls-5,.cls-6,.cls-7,.cls-8,.cls-9{opacity:0.85;}.cls-6{fill:url(#linear-gradient-2);}.cls-7{fill:url(#linear-gradient-3);}.cls-8{fill:url(#linear-gradient-4);}.cls-9{fill:url(#linear-gradient-5);}.cls-10{fill:url(#linear-gradient-6);}.cls-11{fill:url(#linear-gradient-7);}.cls-12{fill:url(#linear-gradient-8);}.cls-13{fill:url(#linear-gradient-9);}.cls-14{clip-path:url(#clip-path);}.cls-15{fill:#fff;}.cls-16{clip-path:url(#clip-path-2);}.cls-17{clip-path:url(#clip-path-3);}.cls-18{clip-path:url(#clip-path-4);}.cls-19{clip-path:url(#clip-path-5);}.cls-20{clip-path:url(#clip-path-6);}.cls-21{clip-path:url(#clip-path-7);}.cls-22{clip-path:url(#clip-path-8);}.cls-23{clip-path:url(#clip-path-9);}.cls-24{clip-path:url(#clip-path-10);}.cls-25{clip-path:url(#clip-path-11);}.cls-26{clip-path:url(#clip-path-12);}.cls-27{clip-path:url(#clip-path-13);}.cls-28{clip-path:url(#clip-path-14);}.cls-29{clip-path:url(#clip-path-15);}.cls-30{clip-path:url(#clip-path-16);}.cls-31{clip-path:url(#clip-path-17);}.cls-32{clip-path:url(#clip-path-18);}.cls-33{clip-path:url(#clip-path-19);}
</style>
<linearGradient id="linear-gradient" x1="0.02" y1="303.2" x2="961.21" y2="303.2" gradientUnits="userSpaceOnUse">
<stop offset="0.17" stop-color="#0675c1"/>
<stop offset="1" stop-color="#00aded"/>
</linearGradient>
<linearGradient id="linear-gradient-2" x1="262.83" y1="79.37" x2="536.79" y2="79.37"
xlink:href="#linear-gradient"/>
<linearGradient id="linear-gradient-3" x1="400.2" y1="158.92" x2="674.16" y2="158.92"
xlink:href="#linear-gradient"/>
<linearGradient id="linear-gradient-4" x1="536.41" y1="238.71" x2="810.37" y2="238.71"
xlink:href="#linear-gradient"/>
<linearGradient id="linear-gradient-5" x1="673.96" y1="316.99" x2="947.91" y2="316.99"
xlink:href="#linear-gradient"/>
<linearGradient id="linear-gradient-6" x1="99.02" y1="178.67" x2="373.81" y2="178.67"
xlink:href="#linear-gradient"/>
<linearGradient id="linear-gradient-7" x1="236.82" y1="258.47" x2="511.61" y2="258.47"
xlink:href="#linear-gradient"/>
<linearGradient id="linear-gradient-8" x1="372.6" y1="337.77" x2="646.56" y2="337.77"
xlink:href="#linear-gradient"/>
<linearGradient id="linear-gradient-9" x1="510.15" y1="416.05" x2="784.11" y2="416.05"
xlink:href="#linear-gradient"/>
<clipPath id="clip-path">
<polygon class="cls-1" points="429.49 157.86 457.21 141.75 560 201.09 532.28 217.2 429.49 157.86"/>
</clipPath>
<clipPath id="clip-path-2">
<polygon class="cls-1" points="319.79 94.28 347.45 78.21 396.45 106.5 368.78 122.57 319.79 94.28"/>
</clipPath>
<clipPath id="clip-path-3">
<polygon class="cls-1" points="577.18 242.31 604.84 226.23 688.47 274.51 660.81 290.59 577.18 242.31"/>
</clipPath>
<clipPath id="clip-path-4">
<polygon class="cls-1" points="720.56 330.06 751.11 312.31 805.45 343.68 774.9 361.43 720.56 330.06"/>
</clipPath>
<clipPath id="clip-path-5">
<polygon class="cls-1" points="139.43 185.87 167.09 169.8 253.07 219.44 225.41 235.51 139.43 185.87"/>
</clipPath>
<clipPath id="clip-path-6">
<polygon class="cls-1" points="287.64 272.7 315.31 256.62 382.64 295.5 354.98 311.57 287.64 272.7"/>
</clipPath>
<clipPath id="clip-path-7">
<polygon class="cls-1" points="414.14 345.33 441.86 329.22 535.38 383.22 507.66 399.33 414.14 345.33"/>
</clipPath>
<clipPath id="clip-path-8">
<polygon class="cls-1" points="560.8 430.64 588.46 414.57 655 452.98 627.34 469.06 560.8 430.64"/>
</clipPath>
<clipPath id="clip-path-9">
<polygon class="cls-1" points="166.16 339.29 190.1 325.38 424.71 460.83 400.77 474.74 166.16 339.29"/>
</clipPath>
<clipPath id="clip-path-10">
<polygon class="cls-1" points="482.1 140.84 550.67 101 619.54 140.76 550.98 180.6 482.1 140.84"/>
</clipPath>
<clipPath id="clip-path-11">
<polygon class="cls-1" points="621.69 221.2 693.17 179.67 763.39 220.21 691.91 261.74 621.69 221.2"/>
</clipPath>
<clipPath id="clip-path-12">
<polygon class="cls-1" points="758.06 303.9 829.54 262.36 899.75 302.9 828.28 344.44 758.06 303.9"/>
</clipPath>
<clipPath id="clip-path-13">
<polygon class="cls-1" points="350.82 64.37 420.15 24.08 489.76 64.27 420.44 104.56 350.82 64.37"/>
</clipPath>
<clipPath id="clip-path-14">
<polygon class="cls-1" points="196.9 160.92 264.54 121.61 338.76 164.46 271.12 203.76 196.9 160.92"/>
</clipPath>
<clipPath id="clip-path-15">
<polygon class="cls-1" points="329 239.66 398.33 199.37 467.94 239.56 398.61 279.85 329 239.66"/>
</clipPath>
<clipPath id="clip-path-16">
<polygon class="cls-1" points="602.89 398.32 672.05 358.13 741.66 398.32 672.5 438.52 602.89 398.32"/>
</clipPath>
<clipPath id="clip-path-17">
<polygon class="cls-1" pointsa="668.95 398.46 672.17 396.59 674.93 398.19 671.72 400.06 668.95 398.46"/>
</clipPath>
<clipPath id="clip-path-18">
<polygon class="cls-1" points="642.52 398.33 672.17 381.1 701.99 398.31 672.33 415.55 642.52 398.33"/>
</clipPath>
<clipPath id="clip-path-19">
<polygon class="cls-1" points="467.71 319.27 536.08 279.54 604.73 319.17 536.36 358.9 467.71 319.27"/>
</clipPath>
</defs>
<g id="Layer_2" data-name="Layer 2">
<g id="Icons">
<path class="cls-2"
d="M961.2,335.61c0,.18,0,.35,0,.52s0,.3,0,.45-.05.34-.08.52-.06.29-.1.44a4.7,4.7,0,0,1-.12.51c0,.15-.08.3-.13.45s-.1.33-.16.49-.11.3-.17.44-.14.35-.22.53-.13.28-.2.42-.17.35-.26.52-.15.28-.23.41-.25.41-.38.62-.15.23-.23.35-.33.47-.51.7c-.06.08-.12.17-.19.25-.27.35-.57.69-.88,1l-.26.27c-.25.26-.5.51-.76.76l-.37.34-.48.42-.47.39-.53.42-.51.38-.56.4-.55.36-.6.39-.79.48-387.24,225c-.73.43-1.5.82-2.29,1.2l-.62.29c-.72.34-1.46.65-2.22,1l-.24.09c-.79.31-1.61.58-2.43.84-.57.18-1.16.33-1.74.49s-.9.26-1.36.37-1.24.27-1.86.39l-1.4.29-.61.09q-1.17.2-2.34.33l-.69.09c-.92.09-1.84.17-2.77.23l-.53,0c-.61,0-1.23,0-1.85,0s-1.26,0-1.89,0-1,0-1.56,0l-1.74-.09-1.57-.13c-.58-.06-1.15-.12-1.72-.2s-1-.13-1.52-.21-1.22-.2-1.82-.32-1.23-.23-1.84-.37l-.46-.1c-.87-.21-1.73-.44-2.57-.69l-.7-.22c-.7-.22-1.39-.45-2.07-.7l-.6-.22c-.62-.24-1.21-.5-1.81-.77-.29-.12-.59-.24-.87-.38-.86-.4-1.69-.83-2.48-1.29L10.05,281.82c-6.69-3.86-10-9-10-14.05L0,280c0,5.09,3.33,10.19,10,14.05L515.92,586.14c.8.46,1.63.89,2.48,1.29.29.14.59.25.88.38.5.22,1,.46,1.51.66l.29.11.61.22c.68.25,1.36.48,2.06.7l.71.22.45.14c.69.2,1.4.38,2.12.55l.46.1,1,.22c.28.06.58.1.87.15.6.12,1.2.22,1.81.32.24,0,.47.09.71.12l.81.09c.57.07,1.15.14,1.72.19.27,0,.53.07.8.09l.77,0,1.75.1c.29,0,.57,0,.86,0h.69c.63,0,1.26,0,1.9,0h.92l.93-.05.53,0c.78,0,1.57-.1,2.35-.18l.42-.05.68-.08c.79-.09,1.57-.2,2.35-.33l.6-.1.31,0c.37-.07.73-.16,1.09-.24.63-.12,1.26-.25,1.87-.4.46-.11.9-.24,1.35-.36s1.17-.32,1.74-.5l.4-.11q1-.33,2-.72l.24-.1c.76-.29,1.49-.61,2.22-.94l.62-.29c.78-.38,1.55-.78,2.29-1.2l387.23-225,.41-.24.38-.24.61-.39.54-.37c.19-.13.39-.26.57-.4l.51-.38.52-.41.47-.39.49-.42.19-.17c.06-.06.11-.12.17-.17.27-.25.52-.51.76-.76l.26-.27c.32-.34.61-.69.89-1l0,0,.16-.22.5-.69c.08-.12.16-.24.23-.36s.26-.41.38-.61l.1-.15c0-.09.08-.18.13-.26l.27-.52c.07-.14.13-.28.2-.43s.15-.34.22-.52l.09-.22a1.87,1.87,0,0,0,.07-.22c.06-.16.11-.33.17-.5s.09-.3.13-.45l.12-.5a2.44,2.44,0,0,0,.06-.26,1.08,1.08,0,0,0,0-.19c0-.17.06-.34.08-.51l.06-.45c0-.17,0-.35,0-.52s0-.2,0-.3v-.3l0-12.23C961.23,335.21,961.21,335.41,961.2,335.61Z"/>
<g class="cls-3">
<path class="cls-4"
d="M951.2,322.77c13.29,7.67,13.36,20.23.16,27.9l-387.24,225c-13.21,7.68-34.9,7.68-48.18,0L10,283.63C-3.26,276-3.33,263.4,9.88,255.72l387.24-225c13.2-7.67,34.88-7.67,48.17,0Z"/>
</g>
<path class="cls-5"
d="M674.16,150.23a3.47,3.47,0,0,1-.17,1.06.64.64,0,0,1,0,.07,3.66,3.66,0,0,1-.21.51s0,.09-.07.13-.14.25-.22.37l-.12.16-.25.32L673,153c-.11.12-.23.23-.35.34l-.13.12a4.08,4.08,0,0,1-.39.31l-.19.16c-.22.15-.44.29-.68.43L529.78,236.57l-.26.14c-.31.16-.62.31-.95.45l-.24.1a10.55,10.55,0,0,1-1.16.4l-.24.07c-.36.1-.72.18-1.09.25l-.24.05c-.42.07-.85.13-1.28.18l-.4,0-.59,0h-1.41c-.49,0-1-.05-1.45-.11l-.25,0c-.4,0-.8-.12-1.19-.2l-.2,0c-.43-.1-.84-.22-1.25-.35l-.25-.08a13,13,0,0,1-1.32-.54c-.22-.11-.45-.22-.65-.34L403.2,171.82c-2-1.15-3-2.68-3-4.2L400.12,198c0,1.53,1,3,3,4.21l112.15,64.75a6.63,6.63,0,0,0,.59.31l.06,0a11.2,11.2,0,0,0,1.33.54.43.43,0,0,0,.12.05l.12,0a13,13,0,0,0,1.26.34l0,0,.15,0c.39.09.78.15,1.18.21l.17,0h.08a14.13,14.13,0,0,0,1.46.11h1.4l.6,0h.28l.12,0c.43,0,.86-.1,1.28-.18l.23,0c.37-.07.74-.16,1.09-.26l.25-.06c.4-.12.78-.25,1.16-.4l.23-.1c.33-.14.65-.29.95-.45l.13-.07.13-.07,141.43-82.19c.24-.14.47-.29.68-.44l.19-.15.37-.28,0,0,.12-.12c.13-.11.24-.23.35-.34l.15-.17.16-.18.1-.15a.91.91,0,0,0,.11-.16c.08-.12.15-.24.22-.36s0-.09.07-.13l0-.05c.07-.15.13-.31.19-.46a.14.14,0,0,1,0-.07c0-.13.07-.26.1-.39v-.05a3.18,3.18,0,0,0,.07-.62Z"/>
<path class="cls-5"
d="M536.79,70.68a4.5,4.5,0,0,1-.07.63,3.39,3.39,0,0,1-.11.43s0,.05,0,.07c-.06.17-.14.34-.22.51l-.07.13c-.07.12-.14.24-.22.36L536,73a3.49,3.49,0,0,1-.25.32l-.15.17c-.11.11-.22.23-.35.34l-.12.12a4.24,4.24,0,0,1-.4.31l-.19.15c-.21.15-.44.3-.68.44L392.4,157l-.26.13a10.22,10.22,0,0,1-.94.46l-.24.1c-.37.15-.76.28-1.16.4l-.25.06c-.35.1-.71.18-1.08.26l-.24,0c-.42.08-.85.14-1.28.18l-.4,0-.59,0h-.45a5.8,5.8,0,0,1-.59,0h-.37a14.13,14.13,0,0,1-1.46-.11l-.24,0c-.4-.06-.8-.12-1.19-.21l-.2,0c-.43-.1-.85-.21-1.25-.34l-.25-.09a13.19,13.19,0,0,1-1.33-.54c-.22-.11-.44-.22-.65-.34L265.83,92.27c-2-1.16-3-2.68-3-4.21l-.09,30.35c0,1.52,1,3,3,4.2l112.15,64.75.59.32.07,0a11.09,11.09,0,0,0,1.32.55l.12.05.13,0c.41.13.82.25,1.25.35h.06l.15,0c.39.08.78.15,1.18.2l.16,0H383c.48.06,1,.09,1.46.11h1.4l.59,0,.29,0h.11c.44-.05.86-.11,1.29-.18l.23,0c.37-.07.73-.15,1.09-.25l.25-.07a11.15,11.15,0,0,0,1.15-.4l.24-.1c.33-.14.64-.29.95-.45l.13-.06.13-.08,141.43-82.19c.24-.14.46-.28.67-.43l.2-.15c.12-.1.25-.19.36-.29l0,0,.13-.12c.12-.12.24-.23.34-.35a1.22,1.22,0,0,0,.15-.17l.16-.17.1-.15.11-.16a3.48,3.48,0,0,0,.22-.36l.08-.14a.08.08,0,0,1,0,0,3.85,3.85,0,0,0,.19-.47s0,0,0-.06.07-.26.1-.39a.11.11,0,0,1,0,0,4.48,4.48,0,0,0,.06-.63Z"/>
<path class="cls-5"
d="M810.37,230a3.38,3.38,0,0,1-.07.63,3.34,3.34,0,0,1-.1.43.19.19,0,0,0,0,.07,3.74,3.74,0,0,1-.22.51l-.07.13c-.07.12-.14.24-.22.36a1.63,1.63,0,0,1-.11.17l-.26.32-.15.17-.34.34-.13.12c-.12.11-.26.21-.39.31l-.2.15c-.21.15-.43.3-.67.44L666,316.36l-.26.14c-.3.16-.62.31-.94.45l-.24.1c-.37.15-.76.28-1.16.4l-.25.06c-.35.1-.72.19-1.08.26l-.24.05c-.42.07-.85.13-1.28.17l-.4,0-.6,0h-1l-.37,0a14.13,14.13,0,0,1-1.46-.11l-.24,0c-.4-.06-.8-.12-1.19-.21l-.2,0a13,13,0,0,1-1.26-.34l-.24-.09a13.19,13.19,0,0,1-1.33-.54c-.22-.11-.44-.22-.65-.34L539.41,251.61c-2-1.16-3-2.68-3-4.21l-.09,30.35c0,1.52,1,3.05,3,4.21L651.47,346.7l.59.32.06,0a14.21,14.21,0,0,0,1.33.54l.12.05.13,0c.41.13.82.25,1.25.35H655l.15,0c.39.08.78.15,1.18.2l.16,0h.08c.49.06,1,.09,1.47.11h1.4l.6,0,.28,0h.11c.43,0,.86-.1,1.28-.18l.24-.05c.37-.07.73-.15,1.09-.25l.24-.07a10.55,10.55,0,0,0,1.16-.4l.24-.1a7.39,7.39,0,0,0,.94-.45l.14-.06.13-.08,141.43-82.19c.24-.14.46-.28.67-.43l.2-.15c.12-.1.25-.19.36-.29l0,0a.69.69,0,0,0,.13-.11l.35-.35.15-.17.15-.18a.71.71,0,0,0,.1-.14l.12-.16a3.35,3.35,0,0,0,.21-.36,1,1,0,0,0,.08-.14l0,0a2.72,2.72,0,0,0,.19-.47s0,0,0-.06a2.79,2.79,0,0,0,.1-.39.09.09,0,0,0,0-.05,3.36,3.36,0,0,0,.06-.63Z"/>
<path class="cls-5"
d="M947.91,308.3a3.47,3.47,0,0,1-.17,1.06.19.19,0,0,1,0,.07,3.66,3.66,0,0,1-.21.51l-.07.13c-.07.12-.14.24-.22.36l-.12.17c-.07.1-.16.21-.25.32l-.15.17c-.11.11-.22.23-.35.34l-.12.12-.39.31-.2.15c-.21.15-.44.3-.67.44L803.53,394.64l-.26.14c-.3.16-.62.31-.95.45l-.23.1c-.37.15-.76.28-1.16.4l-.25.06c-.35.1-.72.19-1.09.26l-.23,0c-.42.08-.85.14-1.28.18l-.4,0-.6,0h-1.4a14.13,14.13,0,0,1-1.46-.11l-.24,0c-.41-.06-.8-.12-1.19-.21l-.2,0a12,12,0,0,1-1.25-.34l-.25-.09a11.2,11.2,0,0,1-1.33-.54c-.22-.11-.44-.22-.65-.34L677,329.89a5.48,5.48,0,0,1-3-3.64,3.64,3.64,0,0,1,0-.57L673.87,356c0,1.52,1,3.05,3,4.21L789,425c.19.11.39.21.59.31l.07,0a13,13,0,0,0,1.32.54l.12.05.13,0c.41.13.82.25,1.25.35h.06l.14,0c.39.08.79.15,1.19.2l.16,0h.08c.49.06,1,.09,1.46.11H797l.59,0,.29,0H798c.43-.05.86-.1,1.28-.18l.24-.05c.37-.07.73-.15,1.09-.25l.24-.07a10.55,10.55,0,0,0,1.16-.4l.24-.1a9.05,9.05,0,0,0,.94-.45l.14-.06.13-.08,141.43-82.19c.24-.14.46-.28.67-.43l.2-.16c.12-.09.25-.18.36-.28l0,0a1.42,1.42,0,0,0,.13-.12c.12-.11.24-.22.35-.34s.09-.11.14-.17l.16-.17.1-.15.11-.16a3.48,3.48,0,0,0,.22-.36l.07-.14,0,0a3.85,3.85,0,0,0,.19-.47l0-.06c0-.13.07-.26.1-.39v-.05a3.37,3.37,0,0,0,.07-.62Z"/>
<path class="cls-5"
d="M373,169.74a3.36,3.36,0,0,1-.06.63c0,.14-.07.29-.11.43s0,0,0,.07a5.49,5.49,0,0,1-.21.51l-.08.13a3.35,3.35,0,0,1-.21.36l-.12.17c-.08.1-.16.21-.26.32l-.14.17-.35.34-.13.12c-.12.1-.25.21-.39.31l-.2.15c-.21.15-.43.3-.67.44L228.6,256.08l-.27.14c-.3.16-.61.31-.94.45l-.24.1c-.37.15-.76.28-1.16.4l-.25.06c-.35.1-.71.19-1.08.26l-.24.05c-.42.07-.85.13-1.28.17l-.4,0-.59,0h-1l-.37,0a14.34,14.34,0,0,1-1.46-.11l-.24,0c-.4-.06-.79-.12-1.18-.21l-.21,0a12,12,0,0,1-1.25-.34l-.25-.09a13.19,13.19,0,0,1-1.33-.54c-.22-.11-.44-.22-.65-.34L102,191.33c-2-1.16-3-2.68-3-4.21l-.08,30.35c0,1.52,1,3.05,3,4.21l112.14,64.74.59.32.07,0a13,13,0,0,0,1.32.54.43.43,0,0,1,.12.05l.13,0c.41.13.83.25,1.25.35h.06l.15,0c.39.08.78.15,1.18.2a1,1,0,0,0,.17,0h.08c.48.06,1,.09,1.46.11h1.4l.6,0,.28,0h.11c.44-.05.87-.1,1.29-.18l.23-.05c.37-.07.73-.15,1.09-.25l.25-.07a11.33,11.33,0,0,0,1.16-.4l.23-.1a8.25,8.25,0,0,0,.95-.45l.13-.06.13-.08,141.43-82.19c.24-.14.47-.28.68-.43l.2-.16c.12-.09.25-.18.36-.28l0,0a1.36,1.36,0,0,0,.12-.12,3.76,3.76,0,0,0,.35-.34l.15-.17c.05-.06.11-.12.15-.18a.71.71,0,0,0,.1-.14l.12-.16c.08-.12.15-.24.22-.36s.05-.09.07-.14l0,0a3.8,3.8,0,0,0,.18-.47.14.14,0,0,0,0-.06c0-.13.08-.26.11-.39v0a3.36,3.36,0,0,0,.06-.63Z"/>
<path class="cls-5"
d="M510.36,249.29a4.48,4.48,0,0,1-.06.63c0,.15-.07.29-.11.43s0,.05,0,.08a4.4,4.4,0,0,1-.21.5l-.08.14a3.48,3.48,0,0,1-.22.36l-.11.16a4,4,0,0,1-.26.32,1.22,1.22,0,0,1-.15.17c-.1.12-.22.23-.34.35a1.42,1.42,0,0,0-.13.12l-.39.31-.2.15c-.21.15-.43.29-.67.43L366,335.64l-.26.13a7.39,7.39,0,0,1-.94.45l-.24.11c-.37.14-.76.28-1.16.39l-.24.07c-.36.1-.72.18-1.09.25l-.23,0c-.43.08-.85.13-1.29.18l-.39,0-.6,0h-1.4c-.49,0-1,0-1.46-.11l-.25,0c-.4-.05-.79-.12-1.18-.2l-.21,0c-.42-.1-.84-.22-1.25-.35l-.25-.08a11.09,11.09,0,0,1-1.32-.55,6.82,6.82,0,0,1-.66-.34L239.4,270.88c-2-1.15-3-2.68-3-4.21L236.31,297c0,1.52,1,3.05,3,4.21L351.47,366l.58.31.07,0a13.19,13.19,0,0,0,1.33.54.43.43,0,0,0,.12.05l.12,0a13,13,0,0,0,1.26.34l.05,0,.15,0c.39.09.79.15,1.19.21l.16,0h.08a14.13,14.13,0,0,0,1.46.11h1.4l.6,0h.29l.11,0c.43,0,.86-.1,1.28-.17l.24-.05c.37-.07.73-.16,1.08-.26l.25-.06c.4-.12.78-.25,1.16-.4l.23-.1c.33-.14.64-.29.95-.45l.13-.07.13-.07,141.43-82.19c.24-.14.46-.29.68-.44l.19-.15.37-.28,0,0,.13-.12.35-.34.15-.17.15-.18.1-.14.12-.17c.08-.12.15-.24.22-.36l.07-.13,0,0a3.08,3.08,0,0,0,.19-.47.64.64,0,0,0,0-.07,2.36,2.36,0,0,0,.1-.38.11.11,0,0,0,0-.05,3.36,3.36,0,0,0,.06-.63Z"/>
<path class="cls-5"
d="M646.56,329.08a4.48,4.48,0,0,1-.06.63c0,.14-.07.29-.11.43a.64.64,0,0,1,0,.07,5.49,5.49,0,0,1-.21.51l-.08.13a3.48,3.48,0,0,1-.22.36,1.63,1.63,0,0,1-.11.17c-.08.11-.17.21-.26.32l-.15.17c-.1.11-.22.23-.34.34l-.13.12c-.12.11-.26.21-.39.31l-.2.15c-.21.15-.43.3-.67.44L502.17,415.42l-.26.14c-.3.16-.61.31-.94.45l-.24.1c-.37.15-.76.28-1.16.4l-.24.06c-.36.1-.72.19-1.09.26l-.23,0c-.43.08-.85.14-1.29.18l-.39,0-.6,0h-1.4a14.13,14.13,0,0,1-1.46-.11l-.25,0c-.4-.06-.79-.12-1.18-.21l-.21,0c-.42-.1-.84-.21-1.25-.34l-.25-.09a13,13,0,0,1-1.32-.54c-.23-.11-.45-.22-.66-.34L375.6,350.67c-2-1.16-3-2.68-3-4.21l-.08,30.35c0,1.52,1,3.05,3,4.2l112.15,64.75c.19.11.38.22.58.32l.07,0a11.24,11.24,0,0,0,1.33.55l.12.05.12,0c.41.13.83.25,1.26.35h.05l.15,0c.39.08.79.15,1.19.2l.16,0h.08c.48.06,1,.09,1.46.11h1.4l.6,0,.29,0h.11c.43,0,.86-.1,1.28-.18l.24-.05c.37-.07.73-.15,1.08-.25l.25-.07c.4-.11.78-.25,1.16-.39l.23-.11a8.25,8.25,0,0,0,.95-.45l.13-.06.13-.07,141.43-82.2c.24-.14.46-.28.68-.43l.19-.15.37-.29,0,0,.13-.12.35-.35.15-.17.15-.17a1.3,1.3,0,0,0,.1-.15l.12-.16c.08-.12.15-.24.22-.36s0-.09.07-.14a.05.05,0,0,0,0,0,2.72,2.72,0,0,0,.19-.47l0-.06a2.79,2.79,0,0,0,.1-.39.07.07,0,0,0,0-.05,3.36,3.36,0,0,0,.06-.63Z"/>
<path class="cls-5"
d="M784.11,407.36a3.47,3.47,0,0,1-.17,1.06s0,.05,0,.07a5.49,5.49,0,0,1-.21.51l-.08.13a3.35,3.35,0,0,1-.21.36l-.12.17-.25.32-.15.17-.35.34-.13.12a4.08,4.08,0,0,1-.39.31l-.19.15c-.21.15-.44.3-.68.44L639.73,493.7l-.26.14c-.31.16-.62.31-1,.45l-.23.1c-.38.15-.76.28-1.16.4l-.25.06c-.35.1-.72.19-1.09.26l-.23.05c-.42.07-.85.13-1.29.17l-.39,0-.6,0h-1.4c-.49,0-1-.06-1.46-.12l-.25,0c-.4-.06-.79-.12-1.18-.21l-.21,0a12.77,12.77,0,0,1-1.25-.34l-.25-.09A11,11,0,0,1,626,494c-.23-.11-.45-.22-.66-.34L513.15,429c-2-1.16-3-2.68-3-4.21l-.08,30.35c0,1.52,1,3.05,3,4.21l112.16,64.75.58.31.07,0a13,13,0,0,0,1.32.54.43.43,0,0,1,.12.05l.13,0c.41.13.83.25,1.26.35h0l.15,0c.39.08.78.15,1.19.2a.76.76,0,0,0,.16,0h.08c.48.06,1,.09,1.46.11h1.4l.6,0,.29,0h.11c.43,0,.86-.1,1.28-.18l.24,0c.37-.07.73-.15,1.08-.25l.25-.07c.4-.11.79-.25,1.16-.39l.24-.1a10.22,10.22,0,0,0,.94-.46l.13-.06.13-.07,141.44-82.2c.24-.14.46-.28.67-.43l.2-.15c.12-.1.25-.19.36-.29l0,0,.13-.12.34-.35.15-.17c0-.06.11-.11.15-.17l.11-.15.11-.16c.08-.12.15-.24.22-.36s.05-.09.07-.14l0,0c.07-.15.13-.31.19-.46s0,0,0-.07.08-.26.11-.39v-.05a3.37,3.37,0,0,0,.07-.62Z"/>
<!-- Talend Cloud -->
<path class="cls-6 cloud-diagram__item talend-cloud" data-tooltip-content="#tooltip--talend-cloud"
d="M533.79,66.47c4,2.3,4,6.06,0,8.36L392.4,157A15.93,15.93,0,0,1,378,157L265.83,92.27c-4-2.3-4-6.06-.05-8.36L407.21,1.72a16,16,0,0,1,14.42,0Z"/>
<!-- Real-time -->
<path class="cls-7 cloud-diagram__item real-time" data-tooltip-content="#tooltip--real-time"
d="M671.17,146c4,2.29,4,6.05,0,8.35L529.78,236.57a16,16,0,0,1-14.42,0L403.2,171.82c-4-2.29-4-6,0-8.35L544.59,81.28a16,16,0,0,1,14.43,0Z"/>
<!-- Data Integration -->
<path class="cls-8 cloud-diagram__item data-integration" data-tooltip-content="#tooltip--data-integration"
d="M807.37,225.81c4,2.3,4,6.06,0,8.36L666,316.36a15.93,15.93,0,0,1-14.42,0L539.41,251.61c-4-2.3-4-6.06,0-8.36L680.8,161.06a15.93,15.93,0,0,1,14.42,0Z"/>
<!-- Data Quality -->
<path class="cls-9 cloud-diagram__item data-quality" data-tooltip-content="#tooltip--data-quality"
d="M944.92,304.09c4,2.3,4,6.06.05,8.36L803.53,394.64a15.93,15.93,0,0,1-14.42,0L677,329.89c-4-2.3-4-6.06-.05-8.36l141.43-82.19a16,16,0,0,1,14.43,0Z"/>
<!-- Data Preparation -->
<path class="cls-10 cloud-diagram__item data-preparation" data-tooltip-content="#tooltip--data-preparation"
d="M370.8,165.73c4,2.31,4,6.08.05,8.38L229,256.56a16,16,0,0,1-14.47,0L102,191.61c-4-2.3-4-6.08,0-8.38l141.87-82.44a16,16,0,0,1,14.47,0Z"/>
<!-- MDM Platform -->
<path class="cls-11 cloud-diagram__item mdm-platform" data-tooltip-content="#tooltip--mdm-platform"
d="M508.6,245.53c4,2.31,4,6.08,0,8.38L366.78,336.35a16,16,0,0,1-14.46,0l-112.49-65c-4-2.3-4-6.07-.05-8.37l141.86-82.45a16,16,0,0,1,14.47,0Z"/>
<!-- Data Services -->
<path class="cls-12 cloud-diagram__item data-services" data-tooltip-content="#tooltip--data-services"
d="M643.56,324.87c4,2.3,4,6.06.05,8.36L502.17,415.42a15.93,15.93,0,0,1-14.42,0L375.6,350.67c-4-2.3-4-6.06-.05-8.35L517,260.12a16,16,0,0,1,14.42,0Z"/>
<!-- Metadata Manager -->
<path class="cls-13 cloud-diagram__item metadata" data-tooltip-content="#tooltip--metadata"
d="M781.11,403.15c4,2.3,4,6.06,0,8.36L639.73,493.7a16,16,0,0,1-14.43,0L513.15,429c-4-2.3-4-6.06,0-8.36L654.54,338.4a15.93,15.93,0,0,1,14.42,0Z"/>
<g class="cls-3">
<g class="cls-14">
<path class="cls-15"
d="M460.52,149.22l2.91-1.69a2.51,2.51,0,0,1,.51.22l.62.34c.52.31.8.6.82.9s-.18.57-.61.82a3,3,0,0,1-1.73.44,4.05,4.05,0,0,1-1.69-.55l-.83-.48m5.65-2.23-.68-.38-.79-.4-.85-.4-.82-.35-10,5.79,2,1.15,4.13-2.4.85.71-1.64,3.61,2.29,1.32,1.53-3.56-.27-.67a6.8,6.8,0,0,0,2.62.27,6.22,6.22,0,0,0,2.6-.84,2.44,2.44,0,0,0,1.06-1,1.19,1.19,0,0,0,0-1,2.92,2.92,0,0,0-.78-1,9.47,9.47,0,0,0-1.27-.88"/>
<polyline class="cls-15"
points="477.85 153.9 471.84 150.44 461.78 156.28 467.86 159.79 469.61 158.77 465.51 156.41 467.97 154.98 471.63 157.09 473.38 156.07 469.73 153.96 472.07 152.59 476.09 154.92 477.85 153.9"/>
<path class="cls-15"
d="M475.53,159.81l3-.87,1.9-.75.07,0-1.28,1.09-1.49,1.74-2.17-1.25m8.18-2.61-1.46-.85-13.78,3.79,2,1.14,3-.85,3.12,1.8L475.14,164l2.08,1.2,6.49-8"/>
<polyline class="cls-15"
points="490.13 160.99 488.15 159.85 478.09 165.7 484.5 169.4 486.25 168.38 481.82 165.82 490.13 160.99"/>
<polyline class="cls-15"
points="493.04 168.58 489.4 166.48 487.75 167.44 491.38 169.54 493.04 168.58"/>
<polyline class="cls-15"
points="505.98 170.14 498.08 165.58 496.33 166.6 499.29 168.31 490.98 173.14 492.97 174.28 501.27 169.46 504.23 171.16 505.98 170.14"/>
<polyline class="cls-15" points="509.19 172 507.21 170.85 497.15 176.7 499.13 177.84 509.19 172"/>
<polyline class="cls-15"
points="520.97 178.8 519.17 177.76 512.04 178.94 510.43 179.37 510.37 179.34 511.04 178.4 512.94 174.16 511.13 173.12 501.07 178.96 502.95 180.05 508.19 177.01 509.87 175.69 509.95 175.73 508.99 177.03 507.49 180.53 508.13 180.89 514.04 179.96 516.27 179.38 516.36 179.43 514.14 180.47 508.93 183.5 510.91 184.64 520.97 178.8"/>
<polyline class="cls-15"
points="528.71 183.27 522.7 179.8 512.64 185.65 518.72 189.16 520.47 188.14 516.38 185.77 518.84 184.34 522.5 186.46 524.25 185.44 520.59 183.33 522.94 181.96 526.96 184.28 528.71 183.27"/>
<path class="cls-15"
d="M528.58,193.1l-.34-.2-.35-.23-.32-.2a1.14,1.14,0,0,1-.18-.15l2.75-1.6,1,.6a8.18,8.18,0,0,1,.69.45,1.6,1.6,0,0,1,.48.5.64.64,0,0,1,.06.52c0,.17-.24.35-.56.54a2.3,2.3,0,0,1-.8.28,3.44,3.44,0,0,1-.85,0,4,4,0,0,1-.85-.18,5,5,0,0,1-.77-.35m3.06-3.25,2.66-1.54a4.51,4.51,0,0,1,.53.25l.7.4a3.38,3.38,0,0,1,.59.4,1.26,1.26,0,0,1,.34.42.51.51,0,0,1,0,.45,1.09,1.09,0,0,1-.46.44,2.39,2.39,0,0,1-1.29.29,6.11,6.11,0,0,1-1.47-.25l-.48-.23-.49-.26-.63-.37m5.49-1.89-.85-.48-.88-.46-.83-.39-.72-.31-9.92,5.76a5.34,5.34,0,0,0,.7.55c.28.2.56.38.83.56l.81.49.62.36a10.24,10.24,0,0,0,1.64.75,8.56,8.56,0,0,0,1.8.42,7.38,7.38,0,0,0,1.82,0,5,5,0,0,0,1.67-.59,2.8,2.8,0,0,0,.86-.69,1.27,1.27,0,0,0,.28-.69,1.21,1.21,0,0,0-.2-.67,2.75,2.75,0,0,0-.58-.61l.09-.05a5.38,5.38,0,0,0,2.29.28,4.68,4.68,0,0,0,1-.22,5.32,5.32,0,0,0,.83-.38,2,2,0,0,0,.93-.9,1.13,1.13,0,0,0-.09-.93,3.11,3.11,0,0,0-.82-.92,10.56,10.56,0,0,0-1.28-.86"/>
<polyline class="cls-15"
points="544.66 192.48 542.67 191.33 532.62 197.18 534.6 198.32 544.66 192.48"/>
<path class="cls-15"
d="M551.2,196a9.51,9.51,0,0,0-2-.82,9.3,9.3,0,0,0-2.42-.34,10.4,10.4,0,0,0-2.71.31,10.75,10.75,0,0,0-2.83,1.17,7.35,7.35,0,0,0-2,1.58,2.53,2.53,0,0,0-.68,1.49,2,2,0,0,0,.5,1.38,5.3,5.3,0,0,0,1.5,1.22,11.18,11.18,0,0,0,1.9.83,8.23,8.23,0,0,0,2.19.41l4.49-2.6-3.78-2.19-1.2.7,2,1.39-1.9,1.11a4.44,4.44,0,0,1-.89-.19,4.52,4.52,0,0,1-.83-.37,2.58,2.58,0,0,1-.83-.71,1.17,1.17,0,0,1-.22-.86,1.76,1.76,0,0,1,.51-1,5.57,5.57,0,0,1,1.36-1,9.19,9.19,0,0,1,1.82-.81,6.37,6.37,0,0,1,1.68-.29,5.26,5.26,0,0,1,1.51.17,5.57,5.57,0,0,1,1.33.55,9.25,9.25,0,0,1,1.06.7,3.65,3.65,0,0,1,.59.6l2.06-.72a6.1,6.1,0,0,0-.77-.77,10.44,10.44,0,0,0-1.4-1"/>
<path class="cls-15"
d="M434.28,158.54l-.2-.12-.29-.19-.29-.18-.17-.12,6.75-3.92c.11.05.3.13.52.25s.45.24.66.37a2.47,2.47,0,0,1,1.06,1,1.22,1.22,0,0,1,.07.93,2.07,2.07,0,0,1-.65.87,6.61,6.61,0,0,1-1.07.76,10.21,10.21,0,0,1-1.45.69,6.2,6.2,0,0,1-1.58.39,5.54,5.54,0,0,1-1.67,0,5.1,5.1,0,0,1-1.69-.64m8.57-5-.69-.4-.81-.44-.83-.43c-.28-.14-.53-.26-.77-.36l-10.07,5.86c.11.08.27.2.52.36l.74.48.76.48.6.36a10.23,10.23,0,0,0,2.89,1.16,10.79,10.79,0,0,0,2.79.24,10.19,10.19,0,0,0,2.55-.48,12.88,12.88,0,0,0,2.23-1,7.88,7.88,0,0,0,1.78-1.36,2.58,2.58,0,0,0,.74-1.43,2.06,2.06,0,0,0-.5-1.51,6.36,6.36,0,0,0-1.93-1.54"/>
<path class="cls-15"
d="M444.84,162.08l3-.87,1.89-.75.08,0-1.28,1.09-1.5,1.74-2.17-1.25m8.19-2.61-1.47-.84-13.78,3.78,2,1.15,3-.85,3.11,1.79-1.42,1.76,2.09,1.21,6.49-8"/>
<polyline class="cls-15"
points="463.53 165.62 455.63 161.06 453.88 162.08 456.84 163.79 448.53 168.62 450.52 169.76 458.83 164.94 461.78 166.64 463.53 165.62"/>
<path class="cls-15"
d="M459.56,170.58l3-.87,1.9-.75.07,0-1.28,1.09-1.49,1.74-2.17-1.25m8.18-2.61-1.45-.84-13.79,3.78,2,1.14,3-.85,3.11,1.8-1.42,1.76,2.09,1.21,6.48-8"/>
<path class="cls-15"
d="M472.92,176.77l-.24-.15-.23-.15a.63.63,0,0,1-.14-.12l3.26-1.9c.12.05.28.12.47.22l.57.3a3.37,3.37,0,0,1,.66.47,1.15,1.15,0,0,1,.39.52.67.67,0,0,1,0,.55,1.47,1.47,0,0,1-.61.56,3.22,3.22,0,0,1-1.09.42,3.19,3.19,0,0,1-1,0,3.78,3.78,0,0,1-.95-.24,7.3,7.3,0,0,1-.84-.4l-.19-.11m5.23-2.88c-.49-.28-1-.55-1.52-.8s-1-.48-1.52-.67l-10,5.79,2,1.15,3.46-2,.22.16.32.21a3.37,3.37,0,0,0,.32.19l.23.14a9.81,9.81,0,0,0,1.64.73,7.64,7.64,0,0,0,3.81.26,6.11,6.11,0,0,0,1.93-.74,3.07,3.07,0,0,0,1.33-1.21,1.45,1.45,0,0,0,0-1.17,3,3,0,0,0-.88-1.07,10.63,10.63,0,0,0-1.39-1"/>
<polyline class="cls-15"
points="485.47 178.29 483.49 177.15 473.43 182.99 479.84 186.69 481.59 185.68 477.16 183.12 485.47 178.29"/>
<path class="cls-15"
d="M487.23,186.55l3-.87,1.9-.75.07,0-1.28,1.1-1.49,1.74-2.17-1.26m8.18-2.61L494,183.1l-13.78,3.78,2,1.15,3-.85,3.11,1.79-1.42,1.77,2.08,1.2,6.49-8"/>
<polyline class="cls-15"
points="505.92 190.09 498.01 185.53 496.26 186.55 499.23 188.26 490.92 193.09 492.9 194.23 501.21 189.41 504.17 191.11 505.92 190.09"/>
<polyline class="cls-15"
points="512.95 194.15 506.94 190.69 496.88 196.53 498.86 197.68 502.93 195.31 506.64 197.46 508.4 196.44 504.69 194.29 507.17 192.85 511.19 195.17 512.95 194.15"/>
<path class="cls-15"
d="M509.76,202.17a1.66,1.66,0,0,1-.74-.72,1,1,0,0,1,0-.82,2.62,2.62,0,0,1,.7-.87,8.2,8.2,0,0,1,1.27-.88,8.53,8.53,0,0,1,3.21-1.21,4,4,0,0,1,2.48.46,1.52,1.52,0,0,1,.76.75,1,1,0,0,1-.05.82,3.24,3.24,0,0,1-.73.87,8.62,8.62,0,0,1-1.24.86,8.37,8.37,0,0,1-3.24,1.21,4,4,0,0,1-2.46-.47m8.71-5.06a7.88,7.88,0,0,0-4.53-1.05,11.2,11.2,0,0,0-5,1.61,9.37,9.37,0,0,0-1.88,1.4,2.92,2.92,0,0,0-.86,1.41,1.76,1.76,0,0,0,.27,1.39,4.43,4.43,0,0,0,1.54,1.32,8,8,0,0,0,4.53,1.05,11.27,11.27,0,0,0,5-1.6,9.27,9.27,0,0,0,1.89-1.4,3,3,0,0,0,.85-1.42,1.83,1.83,0,0,0-.28-1.4,4.38,4.38,0,0,0-1.53-1.31"/>
<path class="cls-15"
d="M521.37,204.35l2.92-1.7a3,3,0,0,1,.52.23l.62.34c.51.3.78.6.82.9s-.19.57-.62.82a2.92,2.92,0,0,1-1.73.43,3.89,3.89,0,0,1-1.69-.54l-.84-.48m5.66-2.23-.68-.38-.79-.41c-.27-.13-.55-.27-.84-.39s-.56-.25-.82-.35l-10,5.79,2,1.14,4.12-2.4.86.71-1.63,3.62,2.28,1.32,1.52-3.57-.26-.66a7,7,0,0,0,2.63.26A6.22,6.22,0,0,0,528,206a2.5,2.5,0,0,0,1.06-1,1.17,1.17,0,0,0,0-1,2.74,2.74,0,0,0-.78-1,8.63,8.63,0,0,0-1.27-.88"/>
<polyline class="cls-15"
points="542.54 211.24 540.75 210.2 533.62 211.38 532 211.81 531.95 211.78 532.62 210.84 534.51 206.6 532.7 205.56 522.64 211.41 524.52 212.49 529.76 209.45 531.45 208.13 531.52 208.17 530.56 209.47 529.06 212.97 529.7 213.34 535.62 212.4 537.85 211.82 537.93 211.87 535.72 212.91 530.5 215.94 532.48 217.09 542.54 211.24"/>
</g>
</g>
<g class="cls-3">
<g class="cls-16">
<polyline class="cls-15"
points="355.2 82.85 347.31 78.29 345.55 79.31 348.52 81.02 340.21 85.85 342.19 87 350.5 82.17 353.45 83.87 355.2 82.85"/>
<path class="cls-15"
d="M351.23,87.81l3-.87,1.9-.76.08,0-1.28,1.09-1.5,1.74-2.17-1.25m8.18-2.61L358,84.36l-13.78,3.78,2,1.14,3-.85,3.11,1.8L350.84,92l2.09,1.2,6.48-8"/>
<polyline class="cls-15"
points="365.84 88.99 363.85 87.85 353.79 93.69 360.21 97.4 361.96 96.38 357.53 93.82 365.84 88.99"/>
<polyline class="cls-15"
points="377.3 95.61 371.29 92.14 361.23 97.99 367.31 101.5 369.06 100.48 364.97 98.12 367.43 96.69 371.09 98.8 372.84 97.78 369.18 95.67 371.53 94.31 375.55 96.63 377.3 95.61"/>
<polyline class="cls-15"
points="380.36 97.3 378.92 96.47 368.79 102.35 370.67 103.44 375.91 100.39 377.26 99.34 377.33 99.38 376.55 100.76 375.04 106.05 376.49 106.88 386.62 100.99 384.74 99.9 379.45 102.98 378.14 104 378.07 103.96 378.84 102.63 380.36 97.3"/>
<path class="cls-15"
d="M382.88,108.64l-.21-.12-.28-.19a2.27,2.27,0,0,1-.28-.18l-.18-.13,6.74-3.91a4.51,4.51,0,0,1,.53.25c.22.12.45.24.66.37a2.52,2.52,0,0,1,1.06,1,1.27,1.27,0,0,1,.07.95,2.2,2.2,0,0,1-.65.86,6.2,6.2,0,0,1-1.07.76,9.23,9.23,0,0,1-1.45.69,6.09,6.09,0,0,1-1.58.39,5.47,5.47,0,0,1-1.66,0,5.29,5.29,0,0,1-1.7-.64m8.57-5-.69-.39-.81-.44c-.28-.15-.56-.3-.84-.43s-.52-.26-.75-.36l-10.08,5.86.51.36.75.47.76.48c.24.16.44.28.6.37a10.17,10.17,0,0,0,2.9,1.16,10.7,10.7,0,0,0,2.78.23,9.75,9.75,0,0,0,2.55-.47,12.45,12.45,0,0,0,2.22-1,8,8,0,0,0,1.79-1.36,2.57,2.57,0,0,0,.74-1.44,2.09,2.09,0,0,0-.5-1.5,6.52,6.52,0,0,0-1.93-1.55"/>
<path class="cls-15"
d="M338.91,93.2a8.66,8.66,0,0,0-1.89-.78,9,9,0,0,0-2.34-.34,10.25,10.25,0,0,0-2.68.32,10.77,10.77,0,0,0-2.89,1.2,7.29,7.29,0,0,0-2.06,1.62,2.5,2.5,0,0,0-.63,1.52,2.08,2.08,0,0,0,.53,1.35,5.46,5.46,0,0,0,1.45,1.17A11.48,11.48,0,0,0,330,100a6.13,6.13,0,0,0,1.65.41l1.19-1.16a6.37,6.37,0,0,1-1.11-.27,5.71,5.71,0,0,1-1.23-.56,2.72,2.72,0,0,1-1-.85,1.22,1.22,0,0,1-.17-.92,1.88,1.88,0,0,1,.56-.94,6,6,0,0,1,1.25-.92,7.27,7.27,0,0,1,3.38-1.11,4.94,4.94,0,0,1,2.77.62,9,9,0,0,1,1,.68,2.52,2.52,0,0,1,.56.59l2.05-.75a5.16,5.16,0,0,0-.71-.73,9.91,9.91,0,0,0-1.36-.91"/>
<polyline class="cls-15"
points="344.53 96.67 342.55 95.53 332.49 101.38 338.9 105.08 340.65 104.06 336.22 101.5 344.53 96.67"/>
<path class="cls-15"
d="M344.11,106.29a1.66,1.66,0,0,1-.74-.72,1,1,0,0,1,0-.82,2.75,2.75,0,0,1,.7-.87,7.57,7.57,0,0,1,1.27-.89,8.47,8.47,0,0,1,3.22-1.2,4,4,0,0,1,2.48.46,1.59,1.59,0,0,1,.76.74,1,1,0,0,1-.06.83,3.24,3.24,0,0,1-.73.87,9.8,9.8,0,0,1-1.24.86,8.42,8.42,0,0,1-3.24,1.21,4,4,0,0,1-2.45-.47m8.71-5.06a7.91,7.91,0,0,0-4.55-1,11.16,11.16,0,0,0-5,1.61,8.83,8.83,0,0,0-1.88,1.4,3,3,0,0,0-.87,1.41,1.73,1.73,0,0,0,.28,1.39,4.29,4.29,0,0,0,1.53,1.32,8,8,0,0,0,4.54,1,11.29,11.29,0,0,0,5-1.61,9.26,9.26,0,0,0,1.89-1.39,3,3,0,0,0,.85-1.42,1.75,1.75,0,0,0-.28-1.4,4.31,4.31,0,0,0-1.52-1.31"/>
<path class="cls-15"
d="M365.71,108.91l-1.88-1.09-6.35,3.7a4.82,4.82,0,0,1-2,.7,3.14,3.14,0,0,1-1.81-.46,2.83,2.83,0,0,1-.7-.54.68.68,0,0,1-.22-.54.88.88,0,0,1,.32-.58,4.37,4.37,0,0,1,.88-.64l6.36-3.69-2-1.15-6.74,3.92q-3.49,2,.35,4.25a7.53,7.53,0,0,0,1.68.72,6.48,6.48,0,0,0,1.8.26,7.49,7.49,0,0,0,1.9-.26,7.81,7.81,0,0,0,1.93-.83l6.5-3.77"/>
<path class="cls-15"
d="M361.93,116.54a2.13,2.13,0,0,0-.21-.13l-.28-.19a2.27,2.27,0,0,1-.28-.18l-.18-.12,6.74-3.92a4.51,4.51,0,0,1,.53.25l.66.37a2.53,2.53,0,0,1,1.06,1,1.19,1.19,0,0,1,.06.94,2,2,0,0,1-.64.86,7.08,7.08,0,0,1-1.07.76,9.23,9.23,0,0,1-1.45.69,6.54,6.54,0,0,1-1.58.4,5.9,5.9,0,0,1-1.67-.06,5.29,5.29,0,0,1-1.69-.63m8.57-5-.69-.39-.81-.44-.83-.43c-.28-.14-.53-.26-.76-.35l-10.08,5.85a4.47,4.47,0,0,0,.52.35c.23.16.48.32.74.48l.76.49.6.36a10.17,10.17,0,0,0,2.9,1.16,9.89,9.89,0,0,0,2.78.23,9.6,9.6,0,0,0,2.54-.47,12,12,0,0,0,2.24-1,8,8,0,0,0,1.78-1.35,2.51,2.51,0,0,0,.74-1.44,2,2,0,0,0-.5-1.5,6.52,6.52,0,0,0-1.93-1.55"/>
</g>
</g>
<g class="cls-3">
<g class="cls-17">
<path class="cls-15"
d="M625.91,248.38l-.21-.13-.29-.19a2.27,2.27,0,0,1-.28-.18.9.9,0,0,1-.18-.12l6.75-3.92c.12,0,.3.13.53.25l.65.37a2.47,2.47,0,0,1,1.06,1,1.15,1.15,0,0,1,.07.94,2.11,2.11,0,0,1-.65.87,7.81,7.81,0,0,1-1.07.75,10.09,10.09,0,0,1-1.44.69,6.2,6.2,0,0,1-1.58.39,5.61,5.61,0,0,1-1.68-.05,5.24,5.24,0,0,1-1.68-.63m8.57-5-.7-.39-.81-.44-.83-.43c-.28-.14-.53-.26-.76-.35l-10.07,5.85a5.33,5.33,0,0,0,.51.36l.74.48.76.48.6.36a10.11,10.11,0,0,0,2.91,1.16,9.8,9.8,0,0,0,2.77.23,9.29,9.29,0,0,0,2.55-.47,12.56,12.56,0,0,0,2.23-1,7.88,7.88,0,0,0,1.78-1.36,2.46,2.46,0,0,0,.74-1.43,2.07,2.07,0,0,0-.5-1.51,6.46,6.46,0,0,0-1.92-1.55"/>
<path class="cls-15"
d="M636.47,251.91l3-.87,1.9-.75.07,0-1.27,1.09-1.5,1.74-2.17-1.25m8.18-2.61-1.46-.84-13.79,3.78,2,1.15,3-.86,3.1,1.8-1.42,1.76,2.09,1.21,6.49-8"/>
<polyline class="cls-15"
points="655.15 255.45 647.26 250.89 645.5 251.91 648.47 253.62 640.16 258.45 642.14 259.6 650.45 254.77 653.4 256.47 655.15 255.45"/>
<path class="cls-15"
d="M651.19,260.41l3-.87,1.91-.75.07,0-1.27,1.09-1.5,1.74-2.17-1.25m8.18-2.61-1.46-.84-13.79,3.78,2,1.15,3-.86,3.11,1.8-1.42,1.76,2.09,1.21,6.49-8"/>
<polyline class="cls-15"
points="589.43 237.49 587.44 236.34 577.38 242.19 579.36 243.34 589.43 237.49"/>
<polyline class="cls-15"
points="592.88 239.4 591.43 238.57 581.3 244.46 583.18 245.54 588.43 242.49 589.78 241.44 589.85 241.48 589.07 242.86 587.55 248.15 589 248.98 599.13 243.09 597.26 242.01 591.97 245.08 590.65 246.11 590.59 246.07 591.36 244.73 592.88 239.4"/>
<polyline class="cls-15"
points="608.07 248.25 600.16 243.69 598.4 244.71 601.37 246.42 593.06 251.25 595.05 252.4 603.36 247.57 606.31 249.27 608.07 248.25"/>
<polyline class="cls-15"
points="615.1 252.31 609.09 248.84 599.03 254.69 605.11 258.2 606.86 257.18 602.76 254.81 605.23 253.38 608.89 255.5 610.64 254.48 606.98 252.37 609.32 251.01 613.34 253.33 615.1 252.31"/>
<path class="cls-15"
d="M621.25,255.63a9.13,9.13,0,0,0-2-.83,9.44,9.44,0,0,0-2.43-.34,10.72,10.72,0,0,0-2.7.31,10.54,10.54,0,0,0-2.84,1.17,7.61,7.61,0,0,0-2,1.57,2.62,2.62,0,0,0-.67,1.5,2.06,2.06,0,0,0,.5,1.39,5.43,5.43,0,0,0,1.5,1.21,10.33,10.33,0,0,0,1.89.83,8.45,8.45,0,0,0,2.2.41l4.48-2.6-3.77-2.18-1.19.69,1.94,1.4-1.89,1.1a4.3,4.3,0,0,1-.89-.19,4.85,4.85,0,0,1-.83-.37,2.63,2.63,0,0,1-.84-.72,1.1,1.1,0,0,1-.21-.85,1.83,1.83,0,0,1,.51-.95,5.75,5.75,0,0,1,1.35-1,8.22,8.22,0,0,1,1.82-.82,6.59,6.59,0,0,1,1.68-.29,5.37,5.37,0,0,1,1.52.17,5.74,5.74,0,0,1,1.33.55,8.2,8.2,0,0,1,1.07.71,3.54,3.54,0,0,1,.58.59l2.06-.72a5.67,5.67,0,0,0-.78-.77,8.94,8.94,0,0,0-1.39-.95"/>
<path class="cls-15"
d="M622.84,262.11l2.92-1.7.51.23.62.34c.52.3.79.6.82.9s-.17.57-.6.82a3,3,0,0,1-1.73.44,4,4,0,0,1-1.7-.55l-.84-.48m5.66-2.23-.69-.38c-.25-.13-.5-.27-.78-.4l-.85-.4-.82-.35-10,5.79,2,1.15,4.13-2.4.85.71-1.64,3.62,2.28,1.32-.3-.18.43-.11,1.4-3.28-.26-.67a7,7,0,0,0,2.62.27,6.13,6.13,0,0,0,2.59-.84,2.42,2.42,0,0,0,1.07-1,1.19,1.19,0,0,0,0-1,2.87,2.87,0,0,0-.79-1,8,8,0,0,0-1.26-.88"/>
<path class="cls-15"
d="M629.77,268l3-.87,1.91-.76.07.05-1.28,1.09-1.49,1.74L629.77,268m8.18-2.61-1.47-.84-13.35,3.67-.43.11.3.18,1.68,1,3-.85,3.12,1.8-1.43,1.76,2.08,1.21,6.5-8"/>
<polyline class="cls-15"
points="648.46 271.57 640.55 267 638.79 268.03 641.76 269.74 633.45 274.57 635.43 275.71 643.74 270.88 646.7 272.59 648.46 271.57"/>
<polyline class="cls-15"
points="651.67 273.42 649.68 272.28 639.61 278.13 641.6 279.27 651.67 273.42"/>
<path class="cls-15"
d="M649.07,281.79a1.59,1.59,0,0,1-.73-.73,1,1,0,0,1,0-.81,2.59,2.59,0,0,1,.71-.87,8.2,8.2,0,0,1,1.27-.9,8.43,8.43,0,0,1,3.22-1.19,4,4,0,0,1,2.47.45,1.7,1.7,0,0,1,.76.75,1,1,0,0,1-.06.82,2.61,2.61,0,0,1-.72.87,8.09,8.09,0,0,1-1.24.86,8.41,8.41,0,0,1-3.24,1.22,4.09,4.09,0,0,1-2.46-.47m8.72-5.07a8.09,8.09,0,0,0-4.55-1.05,11.29,11.29,0,0,0-5,1.61,8.58,8.58,0,0,0-1.88,1.4,3,3,0,0,0-.87,1.42,1.71,1.71,0,0,0,.28,1.38,4.2,4.2,0,0,0,1.53,1.32,8,8,0,0,0,4.53,1.05,11.08,11.08,0,0,0,5-1.61,8.82,8.82,0,0,0,1.88-1.39,2.94,2.94,0,0,0,.86-1.42,1.8,1.8,0,0,0-.28-1.4,4.52,4.52,0,0,0-1.52-1.31"/>
<polyline class="cls-15"
points="664.82 280.94 663.37 280.1 653.23 285.99 655.12 287.08 660.37 284.02 661.72 282.97 661.79 283.01 661.01 284.39 659.49 289.68 660.93 290.52 671.07 284.63 669.19 283.54 663.9 286.62 662.59 287.64 662.52 287.6 663.3 286.27 664.82 280.94"/>
</g>
</g>
<g class="cls-3">
<g class="cls-18">
<path class="cls-15"
d="M757.15,325.77l-.21-.13-.29-.19-.28-.17-.18-.13,6.74-3.92c.13.06.31.14.53.26l.67.36a2.49,2.49,0,0,1,1,1,1.2,1.2,0,0,1,.08.94,2.23,2.23,0,0,1-.65.87,6.61,6.61,0,0,1-1.07.76,10.76,10.76,0,0,1-1.45.69,6.64,6.64,0,0,1-1.58.39,6.27,6.27,0,0,1-1.67,0,5.1,5.1,0,0,1-1.69-.64m8.57-5-.69-.39-.81-.45-.84-.43c-.27-.13-.52-.25-.76-.35L752.55,325a5.73,5.73,0,0,0,.51.35l.75.48.75.48.61.37a10.08,10.08,0,0,0,2.89,1.15,10.3,10.3,0,0,0,2.78.24,9.68,9.68,0,0,0,2.55-.48,11,11,0,0,0,2.23-1,7.94,7.94,0,0,0,1.78-1.35,2.59,2.59,0,0,0,.75-1.44,2.14,2.14,0,0,0-.5-1.5,6.52,6.52,0,0,0-1.93-1.55"/>
<path class="cls-15"
d="M767.71,329.31l3-.88,1.9-.75.07,0-1.27,1.1-1.5,1.74-2.17-1.25m8.19-2.61-1.47-.85-13.78,3.79,2,1.14,3-.85,3.12,1.8-1.42,1.76,2.08,1.2,6.5-8"/>
<polyline class="cls-15"
points="786.4 332.85 778.49 328.29 776.74 329.3 779.71 331.02 771.4 335.85 773.38 336.99 781.69 332.16 784.65 333.87 786.4 332.85"/>
<path class="cls-15"
d="M782.43,337.8l3-.87,1.9-.75.07,0-1.28,1.1-1.49,1.74-2.17-1.26m8.18-2.61-1.46-.84-13.78,3.78,2,1.15,3-.85,3.12,1.79L782,342l2.08,1.2,6.49-8"/>
<path class="cls-15"
d="M726.4,330.37a5.53,5.53,0,0,0-.92-.43l-1.69,1a3.82,3.82,0,0,1,.74.34,4.73,4.73,0,0,1,1,.74c.31.29.62.6.94.92s.66.64,1,1a7.75,7.75,0,0,0,1.29.92,9.18,9.18,0,0,0,1.58.7l1.73-1c-.29-.1-.56-.21-.8-.32s-.48-.24-.69-.36a7.21,7.21,0,0,1-1.23-.88c-.35-.3-.67-.6-1-.91s-.61-.6-.92-.88a5.9,5.9,0,0,0-1.07-.78m3.11-.53a1.6,1.6,0,0,1-.75-.73,1,1,0,0,1,0-.81,2.9,2.9,0,0,1,.7-.87,8.12,8.12,0,0,1,1.28-.88,8.53,8.53,0,0,1,3.21-1.21,4,4,0,0,1,2.49.46,1.58,1.58,0,0,1,.75.75,1,1,0,0,1-.06.82,2.86,2.86,0,0,1-.72.86,7.57,7.57,0,0,1-1.25.87,8.28,8.28,0,0,1-3.23,1.21,4,4,0,0,1-2.45-.47m8.71-5.06a8,8,0,0,0-4.55-1,11.2,11.2,0,0,0-5,1.61,9.17,9.17,0,0,0-1.88,1.39,3,3,0,0,0-.86,1.42,1.76,1.76,0,0,0,.27,1.39,4.45,4.45,0,0,0,1.54,1.33,8.08,8.08,0,0,0,4.53,1,11.31,11.31,0,0,0,5-1.6,9.18,9.18,0,0,0,1.88-1.4,3,3,0,0,0,.86-1.42,1.79,1.79,0,0,0-.29-1.4,4.19,4.19,0,0,0-1.51-1.31"/>
<path class="cls-15"
d="M751.11,332.46l-1.88-1.09-6.35,3.69a4.75,4.75,0,0,1-2,.72,3.3,3.3,0,0,1-1.83-.47,3.09,3.09,0,0,1-.7-.53.75.75,0,0,1-.22-.55,1,1,0,0,1,.32-.58,4.58,4.58,0,0,1,.89-.64l6.36-3.7-2-1.14L737,332.09c-2.34,1.36-2.22,2.77.35,4.25a7.34,7.34,0,0,0,1.68.72,6,6,0,0,0,1.8.26,6.94,6.94,0,0,0,1.89-.26,7.83,7.83,0,0,0,1.94-.82l6.5-3.78"/>
<path class="cls-15"
d="M748.94,338.45l3-.87,1.91-.75.07,0L752.6,338l-1.49,1.73-2.17-1.25m8.18-2.61-1.47-.84-13.78,3.78,2,1.15,3-.85,3.11,1.79-1.42,1.77,2.09,1.2,6.49-8"/>
<polyline class="cls-15"
points="763.55 339.63 761.56 338.49 751.49 344.34 757.9 348.04 759.65 347.02 755.23 344.47 763.55 339.63"/>
<polyline class="cls-15"
points="771.18 344.04 769.2 342.9 759.14 348.75 761.12 349.89 771.18 344.04"/>
<polyline class="cls-15"
points="779.43 348.81 772.41 344.75 770.66 345.78 773.63 347.49 765.32 352.32 767.29 353.46 775.61 348.63 778.55 350.34 778.63 350.29 779.43 348.81"/>
<polyline class="cls-15"
points="788.06 353.79 785.93 352.56 780.38 353.7 779.07 354.21 779 354.17 779.86 353.44 781.79 350.17 779.43 348.81 778.63 350.29 776.43 354.41 772.69 356.58 774.68 357.72 778.43 355.54 788.06 353.79"/>
</g>
</g>
<g class="cls-3">
<g class="cls-19">
<path class="cls-15"
d="M189.43,192.68l-.21-.13-.29-.19-.28-.18-.17-.12,6.74-3.92c.13.05.3.14.53.25l.66.37a2.66,2.66,0,0,1,1.06,1,1.24,1.24,0,0,1,.07.94,2.3,2.3,0,0,1-.65.87,7.28,7.28,0,0,1-1.07.76,9.2,9.2,0,0,1-1.45.68,6.54,6.54,0,0,1-1.58.4,5.81,5.81,0,0,1-1.66-.06,5.26,5.26,0,0,1-1.7-.63m8.57-5-.69-.4-.81-.44-.84-.43c-.27-.13-.52-.26-.75-.35l-10.08,5.85c.1.09.28.2.51.36l.75.48.76.48.6.36a10.07,10.07,0,0,0,5.67,1.4,9.6,9.6,0,0,0,2.55-.48,12.24,12.24,0,0,0,2.23-1,7.94,7.94,0,0,0,1.78-1.35,2.56,2.56,0,0,0,.75-1.44,2.18,2.18,0,0,0-.5-1.51,6.51,6.51,0,0,0-1.93-1.54"/>
<path class="cls-15"
d="M200,196.21l3-.87,1.9-.75.07,0-1.27,1.1-1.49,1.74L200,196.21m8.17-2.6-1.46-.85-13.78,3.79,2,1.14,3-.85,3.11,1.79-1.42,1.77,2.08,1.2,6.49-8"/>
<polyline class="cls-15"
points="218.68 199.75 210.78 195.19 209.03 196.21 212 197.92 203.68 202.76 205.66 203.9 213.98 199.07 216.93 200.77 218.68 199.75"/>
<path class="cls-15"
d="M214.71,204.71l3-.87,1.9-.75.07,0-1.27,1.09L216.89,206l-2.18-1.25m8.18-2.61-1.46-.84L207.65,205l2,1.15,3-.86,3.12,1.8-1.42,1.77,2.08,1.2,6.49-8"/>
<path class="cls-15"
d="M147.4,184.31l-.25-.15-.23-.15-.14-.12L150,182l.48.21.56.3a5.08,5.08,0,0,1,.68.47,1.23,1.23,0,0,1,.38.53.71.71,0,0,1,0,.55,1.52,1.52,0,0,1-.61.55,3.31,3.31,0,0,1-2.11.46,3.76,3.76,0,0,1-1-.25,6.52,6.52,0,0,1-.84-.4l-.18-.11m5.22-2.88c-.47-.27-1-.54-1.51-.8s-1-.47-1.52-.66l-10,5.79,2,1.14,3.46-2,.21.15.32.21.33.2.23.13a9.06,9.06,0,0,0,1.64.73,7.59,7.59,0,0,0,1.85.37,7.09,7.09,0,0,0,1.95-.11,6.3,6.3,0,0,0,2-.74,3.06,3.06,0,0,0,1.31-1.21,1.41,1.41,0,0,0,0-1.17,3,3,0,0,0-.88-1.07,12.24,12.24,0,0,0-1.4-.95"/>
<path class="cls-15"
d="M155.35,188.5l2.92-1.69a3.32,3.32,0,0,1,.51.23c.21.1.41.22.61.34.52.3.8.6.83.89s-.18.57-.62.82a2.83,2.83,0,0,1-1.72.44,4,4,0,0,1-1.69-.54l-.84-.49m5.65-2.23-.68-.38-.79-.4c-.27-.14-.55-.27-.85-.39l-.82-.36-10,5.79,2,1.15,4.12-2.4.86.71-1.64,3.62,2.28,1.32,1.53-3.57-.26-.67a6.78,6.78,0,0,0,2.62.27,6.11,6.11,0,0,0,2.59-.83,2.45,2.45,0,0,0,1.06-1,1.17,1.17,0,0,0,0-1,2.85,2.85,0,0,0-.78-1,8.87,8.87,0,0,0-1.27-.88"/>
<polyline class="cls-15"
points="172.68 193.18 166.68 189.72 156.62 195.56 162.7 199.07 164.45 198.06 160.35 195.69 162.81 194.26 166.47 196.37 168.22 195.35 164.56 193.24 166.91 191.88 170.93 194.2 172.68 193.18"/>
<path class="cls-15"
d="M172,198.48a1.28,1.28,0,0,1-.25-.15l-.23-.15a.63.63,0,0,1-.14-.12l3.26-1.9.47.22c.18.09.38.19.57.3a4.4,4.4,0,0,1,.67.47,1.17,1.17,0,0,1,.38.53.63.63,0,0,1,0,.55,1.52,1.52,0,0,1-.61.55,3.17,3.17,0,0,1-1.08.42,3.59,3.59,0,0,1-1,0A4.28,4.28,0,0,1,173,199a6.66,6.66,0,0,1-.85-.4l-.17-.11m5.22-2.88c-.48-.27-1-.54-1.52-.8s-1-.47-1.52-.66l-10,5.78,2,1.15,3.46-2,.21.16.32.21.33.2.23.13a9.06,9.06,0,0,0,1.64.73,7.69,7.69,0,0,0,1.85.37,7.18,7.18,0,0,0,2-.11,6.11,6.11,0,0,0,1.93-.74,3.19,3.19,0,0,0,1.33-1.21,1.45,1.45,0,0,0,0-1.17,2.93,2.93,0,0,0-.88-1.07,13,13,0,0,0-1.39-1"/>
<polyline class="cls-15"
points="188.51 202.32 182.51 198.86 172.45 204.7 178.52 208.21 180.28 207.19 176.18 204.83 178.64 203.4 182.3 205.51 184.05 204.5 180.39 202.38 182.74 201.02 186.76 203.34 188.51 202.32"/>
<path class="cls-15"
d="M187.45,207l2.91-1.7a2.64,2.64,0,0,1,.51.23l.62.34c.52.3.8.6.82.89s-.17.58-.6.83a3,3,0,0,1-1.74.43,3.89,3.89,0,0,1-1.69-.54l-.83-.48m5.65-2.23-.68-.38-.78-.41c-.29-.14-.57-.27-.86-.39s-.56-.25-.82-.35l-10,5.78,2,1.15,4.13-2.4.85.71-1.64,3.62,2.29,1.32-.3-.18.42-.11,1.41-3.28-.27-.67a6.8,6.8,0,0,0,2.62.27,6.2,6.2,0,0,0,2.6-.83,2.51,2.51,0,0,0,1.06-1,1.13,1.13,0,0,0,0-1,2.85,2.85,0,0,0-.78-1,8.83,8.83,0,0,0-1.27-.87"/>
<path class="cls-15"
d="M194.37,213l3-.87,1.9-.75.07,0-1.28,1.1-1.49,1.73L194.37,213m8.18-2.61-1.46-.84-13.36,3.67-.42.11.3.18,1.68,1,3-.86,3.12,1.8L194,217.14l2.08,1.2,6.49-8"/>
<polyline class="cls-15"
points="213.06 216.49 205.15 211.93 203.4 212.95 206.37 214.66 198.06 219.49 200.04 220.63 208.35 215.81 211.31 217.51 213.06 216.49"/>
<polyline class="cls-15"
points="216.27 218.35 214.28 217.2 204.22 223.05 206.21 224.19 216.27 218.35"/>
<path class="cls-15"
d="M213.67,226.71a1.57,1.57,0,0,1-.73-.72,1,1,0,0,1,0-.82,2.75,2.75,0,0,1,.7-.87,7.57,7.57,0,0,1,1.27-.89,8.3,8.3,0,0,1,3.22-1.2,4,4,0,0,1,2.47.46,1.61,1.61,0,0,1,.76.75,1,1,0,0,1,0,.82,2.77,2.77,0,0,1-.73.86,8.86,8.86,0,0,1-1.24.87,8.54,8.54,0,0,1-3.24,1.21,4,4,0,0,1-2.46-.47m8.72-5.06a7.89,7.89,0,0,0-4.54-1.05,11.16,11.16,0,0,0-5,1.61A8.57,8.57,0,0,0,211,223.6a3.1,3.1,0,0,0-.87,1.42,1.73,1.73,0,0,0,.28,1.39,4.39,4.39,0,0,0,1.53,1.32,7.92,7.92,0,0,0,4.53,1,11.14,11.14,0,0,0,5-1.6,9.18,9.18,0,0,0,1.89-1.4,3,3,0,0,0,.85-1.41,1.78,1.78,0,0,0-.28-1.4,4.22,4.22,0,0,0-1.52-1.31"/>
<polyline class="cls-15"
points="229.43 225.86 227.98 225.02 217.84 230.91 219.72 232 224.97 228.95 226.32 227.9 226.39 227.94 225.61 229.32 224.09 234.61 225.53 235.44 235.67 229.55 233.79 228.47 228.5 231.54 227.2 232.57 227.13 232.53 227.89 231.19 229.43 225.86"/>
</g>
</g>
<g class="cls-3">
<g class="cls-20">
<polyline class="cls-15"
points="343.28 272.94 341.48 271.9 334.35 273.08 332.74 273.52 332.68 273.49 333.35 272.54 335.25 268.3 333.44 267.26 323.37 273.11 325.25 274.19 330.48 271.15 332.18 269.83 332.25 269.87 331.3 271.17 329.8 274.67 330.44 275.04 336.34 274.1 338.58 273.53 338.66 273.57 336.45 274.61 331.23 277.64 333.21 278.79 343.28 272.94"/>
<path class="cls-15"
d="M339.54,280.59l-.21-.13-.29-.18-.28-.18a.84.84,0,0,1-.18-.13l6.75-3.91a5.48,5.48,0,0,1,.52.25l.66.36a2.6,2.6,0,0,1,1.06,1,1.18,1.18,0,0,1,.07.95,2.17,2.17,0,0,1-.64.87,7.81,7.81,0,0,1-1.07.75,10.76,10.76,0,0,1-1.45.69,6.2,6.2,0,0,1-1.58.39,5.54,5.54,0,0,1-1.67,0,5,5,0,0,1-1.69-.64m8.57-5-.7-.39-.81-.44c-.27-.15-.55-.29-.83-.43l-.76-.36-10.08,5.86c.11.08.28.2.52.35l.74.49.76.47.6.37a10.11,10.11,0,0,0,2.91,1.16,9.77,9.77,0,0,0,2.77.23,10.1,10.1,0,0,0,2.55-.47,11.62,11.62,0,0,0,2.23-1,7.59,7.59,0,0,0,1.78-1.35,2.51,2.51,0,0,0,.74-1.44,2.08,2.08,0,0,0-.49-1.5,6.52,6.52,0,0,0-1.93-1.55"/>
<polyline class="cls-15"
points="364.21 285.03 362.42 283.99 355.29 285.17 353.67 285.61 353.61 285.57 354.29 284.63 356.19 280.39 354.37 279.35 344.31 285.2 346.19 286.29 351.42 283.24 353.12 281.92 353.19 281.96 352.24 283.26 350.74 286.76 351.38 287.13 357.28 286.19 359.51 285.61 359.6 285.67 357.39 286.7 352.17 289.74 354.15 290.88 364.21 285.03"/>
<path class="cls-15"
d="M295.61,271.14l-.24-.15-.22-.15-.15-.12,3.27-1.9.46.21.57.31a4,4,0,0,1,.67.47,1.39,1.39,0,0,1,.39.52.75.75,0,0,1,0,.55,1.57,1.57,0,0,1-.62.56,3.65,3.65,0,0,1-1.08.42,3.51,3.51,0,0,1-1,0,3.68,3.68,0,0,1-1-.24,6.81,6.81,0,0,1-.86-.4l-.18-.11m5.23-2.88c-.48-.28-1-.54-1.51-.8s-1.05-.48-1.53-.67l-9.95,5.79,2,1.15,3.46-2,.21.16.32.2.32.2.24.14a9.7,9.7,0,0,0,1.63.73,7.67,7.67,0,0,0,3.82.26,6.2,6.2,0,0,0,1.93-.74,3.08,3.08,0,0,0,1.33-1.22,1.42,1.42,0,0,0,0-1.16,2.76,2.76,0,0,0-.88-1.07,10.28,10.28,0,0,0-1.39-.95"/>
<polyline class="cls-15"
points="308.17 272.66 306.19 271.51 296.13 277.36 302.54 281.06 304.29 280.04 299.86 277.49 308.17 272.66"/>
<path class="cls-15"
d="M309.93,280.92l3-.87,1.91-.75.07,0-1.28,1.09-1.49,1.74-2.17-1.25m8.18-2.6-1.47-.85-13.77,3.78,2,1.15,3-.86,3.12,1.8-1.42,1.77,2.08,1.2,6.49-8"/>
<polyline class="cls-15"
points="328.62 284.46 320.71 279.9 318.96 280.92 321.93 282.63 313.62 287.46 315.6 288.6 323.91 283.77 326.87 285.48 328.62 284.46"/>
<polyline class="cls-15"
points="335.65 288.52 329.64 285.06 319.58 290.9 321.56 292.05 325.63 289.68 329.33 291.82 331.08 290.8 327.38 288.67 329.87 287.22 333.89 289.54 335.65 288.52"/>
<path class="cls-15"
d="M332.46,296.54a1.66,1.66,0,0,1-.74-.72,1,1,0,0,1,0-.82,2.8,2.8,0,0,1,.71-.87,7.74,7.74,0,0,1,1.27-.89,8.43,8.43,0,0,1,3.21-1.2,4,4,0,0,1,2.48.46,1.65,1.65,0,0,1,.76.75,1,1,0,0,1-.05.82,3.24,3.24,0,0,1-.73.87,8.62,8.62,0,0,1-1.24.86,8.37,8.37,0,0,1-3.24,1.21,3.93,3.93,0,0,1-2.46-.47m8.71-5.06a8,8,0,0,0-4.53-1.05,11.33,11.33,0,0,0-5,1.61,9.09,9.09,0,0,0-1.88,1.4,3,3,0,0,0-.87,1.41,1.81,1.81,0,0,0,.28,1.39,4.25,4.25,0,0,0,1.54,1.32,8,8,0,0,0,4.53,1.05,11.2,11.2,0,0,0,5-1.61,9.45,9.45,0,0,0,1.88-1.39,3,3,0,0,0,.86-1.42,1.83,1.83,0,0,0-.28-1.4,4.37,4.37,0,0,0-1.53-1.31"/>
<path class="cls-15"
d="M344.07,298.71,347,297a4.71,4.71,0,0,1,.51.23l.61.34c.53.3.8.6.82.9s-.17.57-.6.82a2.92,2.92,0,0,1-1.73.43,3.85,3.85,0,0,1-1.69-.54l-.84-.49m5.66-2.23-.69-.37-.78-.41c-.27-.13-.55-.27-.85-.39l-.83-.36-10,5.79,2,1.15,4.12-2.4.85.71L342,303.82l2.28,1.32,1.52-3.57-.26-.67a6.78,6.78,0,0,0,2.62.27,6,6,0,0,0,2.59-.83,2.55,2.55,0,0,0,1.07-1,1.19,1.19,0,0,0,0-1,2.84,2.84,0,0,0-.79-1,8.79,8.79,0,0,0-1.26-.89"/>
<polyline class="cls-15"
points="365.24 305.61 363.44 304.57 356.31 305.75 354.7 306.19 354.64 306.15 355.31 305.21 357.21 300.97 355.4 299.93 345.34 305.77 347.22 306.86 352.45 303.82 354.14 302.5 354.22 302.55 353.26 303.83 351.76 307.34 352.4 307.7 358.31 306.77 360.54 306.19 360.63 306.25 358.41 307.28 353.2 310.31 355.18 311.45 365.24 305.61"/>
</g>
</g>
<g class="cls-3">
<g class="cls-21">
<path class="cls-15"
d="M436.19,336a1.35,1.35,0,0,1-.21-.13l-.3-.19-.28-.17a.77.77,0,0,1-.17-.13l6.74-3.92a3.52,3.52,0,0,1,.52.26c.23.11.46.24.67.36a2.37,2.37,0,0,1,1,1,1.2,1.2,0,0,1,.08.94,2.2,2.2,0,0,1-.65.87,7,7,0,0,1-1.07.75,8.68,8.68,0,0,1-1.44.69,6.87,6.87,0,0,1-1.59.4,5.81,5.81,0,0,1-1.66-.06,5,5,0,0,1-1.69-.63m8.56-5-.7-.4-.8-.44-.84-.43c-.27-.14-.53-.25-.75-.35l-10.08,5.85a5.33,5.33,0,0,0,.51.36l.75.48.75.48.61.36a10.12,10.12,0,0,0,2.89,1.16,10.3,10.3,0,0,0,2.78.24,9.6,9.6,0,0,0,2.55-.48,11.94,11.94,0,0,0,2.23-1,7.66,7.66,0,0,0,1.78-1.36,2.53,2.53,0,0,0,.75-1.43,2.13,2.13,0,0,0-.51-1.51,6.32,6.32,0,0,0-1.92-1.54"/>
<path class="cls-15"
d="M446.75,339.52l3-.87,1.91-.75.07,0-1.28,1.1-1.49,1.73-2.17-1.25m8.18-2.61-1.47-.84-13.78,3.79,2,1.14,3-.85,3.11,1.79-1.41,1.76,2.09,1.21,6.49-8"/>
<polyline class="cls-15"
points="465.44 343.06 457.53 338.5 455.77 339.52 458.74 341.24 450.43 346.06 452.41 347.21 460.72 342.38 463.68 344.08 465.44 343.06"/>
<path class="cls-15"
d="M461.47,348l3-.87,1.9-.75.07,0-1.28,1.09-1.48,1.74L461.47,348m8.17-2.61-1.46-.84-13.78,3.78,2,1.15,3-.86,3.12,1.8-1.42,1.76,2.08,1.21,6.49-8"/>
<path class="cls-15"
d="M480.48,351.52a7.79,7.79,0,0,0-1.57-.7,6,6,0,0,0-1.6-.31,5.68,5.68,0,0,0-1.6.11,4.92,4.92,0,0,0-1.52.6,2.4,2.4,0,0,0-1.06,1,1.66,1.66,0,0,0-.06,1,3.74,3.74,0,0,0,.5,1c.23.33.45.64.63.93a2.19,2.19,0,0,1,.33.8c0,.24-.11.45-.41.63a2.13,2.13,0,0,1-1.38.25,4.41,4.41,0,0,1-1.64-.62,4.89,4.89,0,0,1-.67-.45c-.2-.16-.37-.32-.53-.47a4.76,4.76,0,0,1-.39-.44c-.09-.14-.17-.25-.22-.35l-2.32.62a4.93,4.93,0,0,0,.81.93,9.76,9.76,0,0,0,1.71,1.22,8.59,8.59,0,0,0,1.7.76,6.8,6.8,0,0,0,1.75.35,6.63,6.63,0,0,0,1.72-.13,6,6,0,0,0,1.66-.65,2.18,2.18,0,0,0,1-1,1.56,1.56,0,0,0,.06-1,3.8,3.8,0,0,0-.5-1c-.22-.33-.43-.64-.6-.93a1.93,1.93,0,0,1-.33-.81c0-.24.1-.44.38-.61a1.88,1.88,0,0,1,1.1-.22,3.3,3.3,0,0,1,1.34.46,6,6,0,0,1,1.21.89,2.65,2.65,0,0,1,.59.77l2.27-.6a3.27,3.27,0,0,0-.84-1,11.18,11.18,0,0,0-1.52-1.05"/>
<polyline class="cls-15"
points="490.78 357.7 484.78 354.23 474.71 360.08 480.79 363.59 482.54 362.57 478.44 360.21 480.91 358.78 484.57 360.89 486.33 359.87 482.66 357.76 485 356.4 489.03 358.72 490.78 357.7"/>
<path class="cls-15"
d="M489.71,362.41l2.92-1.69a2.64,2.64,0,0,1,.51.23l.62.33c.53.31.79.6.82.9s-.18.57-.61.83a3,3,0,0,1-1.73.43,3.89,3.89,0,0,1-1.69-.54l-.84-.49m5.66-2.23-.68-.37-.79-.41-.84-.4-.83-.35-10,5.79,2,1.15,4.13-2.4.85.71-1.64,3.62,2.29,1.32,1.52-3.57-.27-.67a6.89,6.89,0,0,0,2.63.27,6.17,6.17,0,0,0,2.6-.84,2.44,2.44,0,0,0,1.06-1,1.19,1.19,0,0,0,0-1,3.1,3.1,0,0,0-.79-1,9.47,9.47,0,0,0-1.27-.88"/>
<polyline class="cls-15"
points="508.32 367.82 506.24 366.62 498.4 368.93 496.39 369.77 496.32 369.73 497.77 368.58 501.66 363.98 499.35 362.64 493.01 370.72 494.43 371.54 508.32 367.82"/>
<polyline class="cls-15"
points="511.25 369.51 509.27 368.37 499.2 374.22 501.18 375.36 511.25 369.51"/>
<path class="cls-15"
d="M517.64,373a8.19,8.19,0,0,0-1.89-.77,8.32,8.32,0,0,0-2.34-.34,10.23,10.23,0,0,0-2.68.31,11.16,11.16,0,0,0-2.9,1.2,7.38,7.38,0,0,0-2.05,1.63,2.47,2.47,0,0,0-.64,1.51,2.14,2.14,0,0,0,.54,1.36,5.47,5.47,0,0,0,1.45,1.16,12.13,12.13,0,0,0,1.62.77,6.53,6.53,0,0,0,1.64.4l1.2-1.16a7.18,7.18,0,0,1-1.12-.26,6.17,6.17,0,0,1-1.22-.56,2.68,2.68,0,0,1-1-.85,1.19,1.19,0,0,1-.18-.92,1.88,1.88,0,0,1,.56-.94,6,6,0,0,1,1.25-.93,7.47,7.47,0,0,1,3.37-1.11,5,5,0,0,1,2.78.62,7.58,7.58,0,0,1,1,.69,2,2,0,0,1,.56.58l2.06-.74a4,4,0,0,0-.72-.73,9.09,9.09,0,0,0-1.35-.92"/>
<polyline class="cls-15"
points="527.28 378.77 521.28 375.3 511.21 381.15 517.29 384.66 519.04 383.64 514.94 381.28 517.4 379.85 521.07 381.96 522.82 380.94 519.16 378.83 521.5 377.47 525.53 379.79 527.28 378.77"/>
<path class="cls-15"
d="M532.2,381.38a8,8,0,0,0-1.56-.7,6.46,6.46,0,0,0-1.62-.32,6,6,0,0,0-1.59.12,4.92,4.92,0,0,0-1.52.6,2.36,2.36,0,0,0-1.06,1,1.55,1.55,0,0,0-.06,1,3.23,3.23,0,0,0,.5,1l.63.93a2,2,0,0,1,.32.79c0,.25-.1.46-.4.64a2.12,2.12,0,0,1-1.37.25,4.59,4.59,0,0,1-1.65-.61,6,6,0,0,1-.67-.46,5.16,5.16,0,0,1-.53-.47,4.76,4.76,0,0,1-.39-.44,2.68,2.68,0,0,1-.22-.35l-2.33.61a4.76,4.76,0,0,0,.82.94,9.26,9.26,0,0,0,1.71,1.22,8.85,8.85,0,0,0,1.7.76,6.81,6.81,0,0,0,1.74.35,6.67,6.67,0,0,0,1.73-.13,5.91,5.91,0,0,0,1.65-.65,2.26,2.26,0,0,0,1-1,1.56,1.56,0,0,0,.05-1,3.48,3.48,0,0,0-.49-1c-.22-.33-.43-.64-.61-.94a2,2,0,0,1-.32-.8.61.61,0,0,1,.38-.61,1.78,1.78,0,0,1,1.1-.21,3.13,3.13,0,0,1,1.34.45,6.43,6.43,0,0,1,1.21.89,2.4,2.4,0,0,1,.58.76l2.28-.59a3.15,3.15,0,0,0-.85-1,10.69,10.69,0,0,0-1.51-1"/>
<path class="cls-15"
d="M435,351.21l-.25-.15-.22-.16a1.18,1.18,0,0,1-.15-.11l3.27-1.9.47.21.57.31a4.2,4.2,0,0,1,.67.47,1.29,1.29,0,0,1,.38.52.71.71,0,0,1,0,.55,1.45,1.45,0,0,1-.61.55A3.18,3.18,0,0,1,437,352a3.86,3.86,0,0,1-1-.24,6.55,6.55,0,0,1-.84-.41l-.18-.1m5.22-2.88c-.48-.28-1-.54-1.51-.8s-1-.48-1.52-.67l-10,5.79,2,1.14,3.47-2,.21.16.32.21.32.19.23.13a8.18,8.18,0,0,0,1.65.73,7.16,7.16,0,0,0,1.85.38,7.62,7.62,0,0,0,2-.11,6.28,6.28,0,0,0,1.94-.75,3.08,3.08,0,0,0,1.32-1.2,1.37,1.37,0,0,0,0-1.17,2.77,2.77,0,0,0-.88-1.08,12.05,12.05,0,0,0-1.39-.94"/>
<polyline class="cls-15"
points="447.55 352.73 445.56 351.58 435.5 357.43 441.91 361.13 443.67 360.11 439.24 357.55 447.55 352.73"/>
<path class="cls-15"
d="M449.32,361l3-.87,1.9-.75.07,0-1.28,1.1-1.49,1.73L449.32,361m8.17-2.61-1.46-.84-13.78,3.78,2,1.15,3-.86,3.11,1.8-1.42,1.76,2.09,1.21,6.49-8"/>
<polyline class="cls-15"
points="467.99 364.53 460.1 359.97 458.34 360.99 461.31 362.7 453 367.53 454.98 368.68 463.29 363.85 466.24 365.55 467.99 364.53"/>
<polyline class="cls-15"
points="475.03 368.59 469.02 365.12 458.95 370.97 460.94 372.12 465.01 369.75 468.72 371.89 470.47 370.87 466.76 368.73 469.25 367.29 473.27 369.61 475.03 368.59"/>
<path class="cls-15"
d="M471.84,376.61a1.62,1.62,0,0,1-.73-.72,1,1,0,0,1,0-.82,2.67,2.67,0,0,1,.71-.87,8.58,8.58,0,0,1,1.26-.89,8.47,8.47,0,0,1,3.22-1.2,4,4,0,0,1,2.48.46,1.56,1.56,0,0,1,.76.75,1,1,0,0,1-.06.82,2.74,2.74,0,0,1-.72.86,10,10,0,0,1-4.48,2.08,3.94,3.94,0,0,1-2.46-.47m8.71-5.06A7.89,7.89,0,0,0,476,370.5a11.2,11.2,0,0,0-5,1.61,8.73,8.73,0,0,0-1.87,1.39,3,3,0,0,0-.87,1.42,1.77,1.77,0,0,0,.27,1.39,4.25,4.25,0,0,0,1.54,1.32,8,8,0,0,0,4.54,1.05,11.2,11.2,0,0,0,5-1.61,8.83,8.83,0,0,0,1.88-1.4,2.92,2.92,0,0,0,.86-1.41,1.83,1.83,0,0,0-.28-1.4,4.46,4.46,0,0,0-1.53-1.31"/>
<path class="cls-15"
d="M483.46,378.78l2.91-1.69a3.32,3.32,0,0,1,.51.23l.62.33c.52.31.8.61.82.9s-.18.58-.61.83a2.92,2.92,0,0,1-1.73.43,3.89,3.89,0,0,1-1.69-.54l-.83-.49m5.65-2.22c-.21-.12-.43-.25-.69-.38s-.51-.27-.78-.41l-.84-.39L486,375l-10,5.79,2,1.15,4.13-2.4.85.71-1.64,3.62,2.29,1.32,1.52-3.57-.26-.67a6.78,6.78,0,0,0,2.62.27,6.22,6.22,0,0,0,2.6-.84,2.5,2.5,0,0,0,1.06-1,1.15,1.15,0,0,0,0-1,3,3,0,0,0-.79-1,8.2,8.2,0,0,0-1.26-.87"/>
<polyline class="cls-15"
points="504.62 385.68 502.83 384.64 495.69 385.82 494.08 386.25 494.02 386.22 494.7 385.27 496.59 381.04 494.78 380 484.72 385.85 486.6 386.93 491.83 383.89 493.53 382.57 493.6 382.61 492.64 383.91 491.15 387.4 491.79 387.77 497.69 386.84 499.92 386.26 500.01 386.31 497.79 387.35 492.57 390.38 494.56 391.53 504.62 385.68"/>
</g>
</g>
<g class="cls-3">
<g class="cls-22">
<polyline class="cls-15"
points="598.16 420.33 596.36 419.3 589.24 420.47 587.62 420.91 587.56 420.87 588.23 419.93 590.13 415.7 588.32 414.65 578.26 420.5 580.14 421.58 585.38 418.54 587.07 417.22 587.14 417.26 586.18 418.56 584.68 422.06 585.32 422.43 591.23 421.49 593.46 420.91 593.55 420.97 591.34 422 586.12 425.04 588.1 426.18 598.16 420.33"/>
<polyline class="cls-15"
points="605.9 424.8 599.89 421.33 589.83 427.18 595.91 430.69 597.66 429.67 593.57 427.31 596.03 425.88 599.69 427.99 601.45 426.97 597.79 424.86 600.13 423.5 604.15 425.82 605.9 424.8"/>
<polyline class="cls-15"
points="614.64 429.85 606.75 425.29 604.99 426.31 607.96 428.02 599.65 432.85 601.63 433.99 609.94 429.16 612.89 430.87 614.64 429.85"/>
<path class="cls-15"
d="M610.68,434.8l3-.87,1.9-.75.07,0-1.28,1.1-1.49,1.73-2.17-1.25m8.18-2.61-1.47-.84-13.78,3.79,2,1.14,3-.85,3.11,1.8L610.28,439l2.09,1.2,6.49-8"/>
<path class="cls-15"
d="M617.83,441.49l-.21-.12-.29-.19-.28-.18-.18-.13,6.75-3.91a5.48,5.48,0,0,1,.52.25c.23.12.45.24.66.37a2.41,2.41,0,0,1,1.06,1,1.17,1.17,0,0,1,.07.93,2.07,2.07,0,0,1-.65.87,6.61,6.61,0,0,1-1.07.76,10.09,10.09,0,0,1-1.44.69,6.3,6.3,0,0,1-1.58.39,5.52,5.52,0,0,1-1.67-.05,5.24,5.24,0,0,1-1.69-.64m8.57-5-.7-.4-.8-.44-.84-.43c-.28-.14-.53-.26-.76-.35l-10.07,5.85.51.36.74.47.76.49.6.36a10.08,10.08,0,0,0,5.68,1.4,10.1,10.1,0,0,0,2.55-.48,12.56,12.56,0,0,0,2.23-1,7.88,7.88,0,0,0,1.78-1.36,2.51,2.51,0,0,0,.74-1.44,2,2,0,0,0-.5-1.5,6.15,6.15,0,0,0-1.92-1.54"/>
<path class="cls-15"
d="M628.39,445l3-.87,1.9-.75.07,0-1.28,1.1-1.49,1.73L628.39,445m8.18-2.61-1.46-.84-13.79,3.78,2,1.15,3-.85,3.11,1.79L628,449.21l2.09,1.21,6.49-8"/>
<polyline class="cls-15"
points="647.07 448.57 639.17 444.01 637.42 445.03 640.38 446.74 632.07 451.57 634.06 452.71 642.37 447.89 645.32 449.59 647.07 448.57"/>
<path class="cls-15"
d="M643.11,453.53l3-.87,1.91-.76.07,0-1.28,1.1-1.49,1.74-2.17-1.25m8.18-2.61-1.46-.84-13.78,3.78,2,1.14,3-.85,3.11,1.8-1.42,1.76,2.09,1.21,6.49-8"/>
<polyline class="cls-15"
points="582.68 431.38 580.89 430.34 573.76 431.52 572.14 431.96 572.09 431.93 572.75 430.98 574.65 426.74 572.85 425.7 562.78 431.55 564.66 432.64 569.9 429.6 571.59 428.27 571.66 428.32 570.7 429.61 569.21 433.11 569.85 433.48 575.75 432.54 577.99 431.96 578.08 432.02 575.86 433.05 570.64 436.09 572.62 437.23 582.68 431.38"/>
<path class="cls-15"
d="M580.56,437.4l3-.87,1.9-.76.08.05-1.29,1.09-1.48,1.74-2.17-1.25m8.17-2.61-1.46-.85-13.78,3.79,2,1.15,3-.85,3.1,1.79-1.41,1.76,2.08,1.2,6.49-8"/>
<polyline class="cls-15"
points="594.69 438.23 593.25 437.39 583.11 443.29 584.99 444.37 590.24 441.32 591.59 440.27 591.66 440.31 590.88 441.69 589.37 446.98 590.82 447.82 600.95 441.93 599.07 440.84 593.78 443.91 592.47 444.94 592.4 444.9 593.17 443.56 594.69 438.23"/>
<path class="cls-15"
d="M598.82,447.94l3-.87,1.91-.75.07,0-1.28,1.1L601,449.19l-2.17-1.25m8.18-2.6-1.46-.85-13.79,3.79,2,1.14,3-.85,3.1,1.79-1.41,1.77,2.09,1.2,6.49-8"/>
<path class="cls-15"
d="M615.59,450.15a8.82,8.82,0,0,0-2-.83,9.3,9.3,0,0,0-2.42-.34,10.85,10.85,0,0,0-2.71.31,10.47,10.47,0,0,0-2.83,1.18,7.49,7.49,0,0,0-2,1.56,2.52,2.52,0,0,0-.68,1.51,2,2,0,0,0,.5,1.37,5.13,5.13,0,0,0,1.5,1.22,9.28,9.28,0,0,0,1.9.83,8.23,8.23,0,0,0,2.19.41l4.48-2.6-3.78-2.18-1.19.69,2,1.4-1.89,1.1a3.62,3.62,0,0,1-.9-.19,4.85,4.85,0,0,1-.83-.37,2.5,2.5,0,0,1-.83-.72,1.15,1.15,0,0,1-.22-.85,1.83,1.83,0,0,1,.51-.95,6.06,6.06,0,0,1,1.36-1,8.71,8.71,0,0,1,1.82-.82,6.89,6.89,0,0,1,1.68-.29,4.93,4.93,0,0,1,1.51.17,5.4,5.4,0,0,1,1.33.55,7.56,7.56,0,0,1,1.07.71,3.54,3.54,0,0,1,.58.59l2.06-.72a6.87,6.87,0,0,0-.77-.77,9.61,9.61,0,0,0-1.4-1"/>
<polyline class="cls-15"
points="625.81 456.28 619.8 452.81 609.74 458.66 615.82 462.17 617.57 461.15 613.48 458.78 615.93 457.36 619.6 459.47 621.35 458.45 617.69 456.33 620.03 454.98 624.05 457.3 625.81 456.28"/>
<path class="cls-15"
d="M624.73,461l2.93-1.7.51.23.62.34c.51.3.79.6.82.9s-.19.57-.62.82a2.91,2.91,0,0,1-1.73.44,4.09,4.09,0,0,1-1.68-.54l-.85-.49m5.66-2.23-.68-.38-.79-.4c-.27-.14-.55-.27-.84-.4l-.82-.35-10,5.79,2,1.14,4.13-2.4.86.72-1.64,3.62,2.28,1.32,1.52-3.57-.26-.67a7,7,0,0,0,2.63.27,6.26,6.26,0,0,0,2.6-.84,2.5,2.5,0,0,0,1.06-1,1.23,1.23,0,0,0,0-1,3,3,0,0,0-.79-1,8.13,8.13,0,0,0-1.27-.88"/>
</g>
</g>
<g class="cls-3">
<g class="cls-23">
<polyline class="cls-15"
points="207.72 336.08 189.64 325.64 185.63 327.97 192.42 331.89 173.41 342.94 177.94 345.56 196.95 334.51 203.71 338.41 207.72 336.08"/>
<path class="cls-15"
d="M200.3,348.37l6.78-2,4.35-1.72.16.1-2.92,2.5-3.41,4-5-2.87m18.7-6-3.34-1.93-31.53,8.65,4.54,2.62,6.85-1.95,7.12,4.11-3.25,4,4.77,2.76L219,342.41"/>
<polyline class="cls-15"
points="235.36 352.04 230.82 349.42 207.8 362.8 222.47 371.26 226.48 368.93 216.35 363.09 235.36 352.04"/>
<polyline class="cls-15"
points="263.23 368.13 249.49 360.2 226.47 373.58 240.38 381.61 244.39 379.27 235.02 373.86 240.64 370.6 249.02 375.43 253.03 373.1 244.66 368.26 250.02 365.15 259.22 370.46 263.23 368.13"/>
<polyline class="cls-15"
points="271.9 372.95 268.59 371.04 245.41 384.51 249.71 386.99 261.71 380.02 264.8 377.61 264.97 377.71 263.17 380.86 259.71 392.96 263.02 394.87 286.2 381.39 281.9 378.91 269.8 385.94 266.81 388.29 266.64 388.2 268.41 385.14 271.9 372.95"/>
<path class="cls-15"
d="M279.31,399.86l-.47-.3-.67-.42-.64-.41a2.81,2.81,0,0,1-.4-.29l15.42-9a13.07,13.07,0,0,1,1.21.58c.52.28,1,.55,1.5.83a5.84,5.84,0,0,1,2.43,2.2,2.76,2.76,0,0,1,.16,2.15,4.83,4.83,0,0,1-1.47,2,17,17,0,0,1-2.45,1.73,24.05,24.05,0,0,1-3.31,1.58,14.71,14.71,0,0,1-3.63.89,12.88,12.88,0,0,1-3.81-.12,11.83,11.83,0,0,1-3.87-1.45m19.61-11.51-1.6-.9-1.85-1c-.64-.34-1.27-.67-1.9-1s-1.21-.59-1.74-.82L268.78,398c.24.19.64.46,1.18.81l1.7,1.1c.59.39,1.18.75,1.74,1.1s1,.63,1.37.83a23.1,23.1,0,0,0,6.64,2.65,23.58,23.58,0,0,0,6.35.55,22.71,22.71,0,0,0,5.83-1.09,27.22,27.22,0,0,0,5.1-2.28,17.72,17.72,0,0,0,4.08-3.09,5.83,5.83,0,0,0,1.7-3.29,4.84,4.84,0,0,0-1.14-3.44,14.92,14.92,0,0,0-4.41-3.54"/>
<path class="cls-15"
d="M334.27,408.61a19.76,19.76,0,0,0-4.32-1.79,21,21,0,0,0-5.36-.77,23.67,23.67,0,0,0-6.14.73,24.81,24.81,0,0,0-6.61,2.75,16.56,16.56,0,0,0-4.7,3.71,5.68,5.68,0,0,0-1.45,3.46,4.71,4.71,0,0,0,1.22,3.11,12.23,12.23,0,0,0,3.32,2.66,26.71,26.71,0,0,0,3.69,1.75,14.52,14.52,0,0,0,3.77.93l2.73-2.66a17.41,17.41,0,0,1-2.54-.59,14.05,14.05,0,0,1-2.81-1.29,6.05,6.05,0,0,1-2.22-1.95,2.76,2.76,0,0,1-.41-2.1,4.45,4.45,0,0,1,1.3-2.15,13.7,13.7,0,0,1,2.84-2.12,17.11,17.11,0,0,1,7.71-2.54,11.39,11.39,0,0,1,6.36,1.42,19.1,19.1,0,0,1,2.37,1.56,5.26,5.26,0,0,1,1.28,1.35l4.71-1.7a9.66,9.66,0,0,0-1.64-1.67,21.25,21.25,0,0,0-3.1-2.1"/>
<polyline class="cls-15"
points="348.77 417.52 344.24 414.9 321.21 428.28 335.88 436.74 339.89 434.41 329.76 428.56 348.77 417.52"/>
<path class="cls-15"
d="M349.46,440.47a3.74,3.74,0,0,1-1.69-1.66,2.25,2.25,0,0,1,.07-1.86,6.18,6.18,0,0,1,1.61-2,18.76,18.76,0,0,1,2.91-2,19.31,19.31,0,0,1,7.36-2.74,9,9,0,0,1,5.66,1,3.83,3.83,0,0,1,1.75,1.71,2.24,2.24,0,0,1-.15,1.88,6.66,6.66,0,0,1-1.65,2,19.45,19.45,0,0,1-2.84,2,19.09,19.09,0,0,1-7.41,2.77,9.11,9.11,0,0,1-5.62-1.07m19.93-11.58a18.2,18.2,0,0,0-10.39-2.4,25.77,25.77,0,0,0-11.41,3.68,20.77,20.77,0,0,0-4.31,3.19,6.89,6.89,0,0,0-2,3.24,4,4,0,0,0,.62,3.18,9.89,9.89,0,0,0,3.52,3,18.18,18.18,0,0,0,10.38,2.39,25.45,25.45,0,0,0,11.42-3.67,20.51,20.51,0,0,0,4.31-3.19,6.8,6.8,0,0,0,2-3.25,4.14,4.14,0,0,0-.65-3.19,9.87,9.87,0,0,0-3.48-3"/>
<path class="cls-15"
d="M400.55,447.41l-4.31-2.48-14.53,8.44a10.81,10.81,0,0,1-4.64,1.63,7.32,7.32,0,0,1-4.17-1.07,6.86,6.86,0,0,1-1.61-1.22,1.66,1.66,0,0,1-.5-1.24,2.15,2.15,0,0,1,.74-1.33,9.63,9.63,0,0,1,2-1.47l14.54-8.45-4.54-2.62-15.42,9q-8,4.64.81,9.73a17.56,17.56,0,0,0,3.84,1.64,14.37,14.37,0,0,0,4.13.59,16.39,16.39,0,0,0,4.32-.59,18,18,0,0,0,4.44-1.89l14.87-8.64"/>
<path class="cls-15"
d="M393.56,465.82l-.48-.3-.66-.42-.65-.41a3.94,3.94,0,0,1-.4-.29l15.42-9A11.94,11.94,0,0,1,408,456c.52.28,1,.55,1.51.83a5.81,5.81,0,0,1,2.42,2.2,2.67,2.67,0,0,1,.16,2.15,4.89,4.89,0,0,1-1.47,2,16,16,0,0,1-2.45,1.73,22.42,22.42,0,0,1-3.31,1.57,14.23,14.23,0,0,1-3.62.9,12.88,12.88,0,0,1-3.81-.12,11.89,11.89,0,0,1-3.87-1.45m19.6-11.51-1.59-.9-1.86-1c-.64-.35-1.27-.67-1.9-1s-1.2-.58-1.73-.81L383,464c.24.19.64.46,1.18.81l1.7,1.1,1.74,1.1c.56.35,1,.63,1.38.83a22.93,22.93,0,0,0,6.63,2.65A23.23,23.23,0,0,0,402,471a22.21,22.21,0,0,0,5.83-1.08,27.31,27.31,0,0,0,5.11-2.28,18.17,18.17,0,0,0,4.07-3.1,5.78,5.78,0,0,0,1.7-3.28,4.83,4.83,0,0,0-1.14-3.45,14.75,14.75,0,0,0-4.41-3.53"/>
</g>
</g>
<g class="cls-3">
<g class="cls-24">
<path class="cls-15"
d="M521.34,160.91a52,52,0,0,1,9.41-3.87l8.14,4.7a77,77,0,0,0-8.85,4.19l-8.7-5m10.95,6.32a74.05,74.05,0,0,1,8.87-4.18l8,4.63c-2.88,1.39-5.71,2.88-8.43,4.42l-8.44-4.87M543,173.4c2.85-1.62,5.68-3.1,8.43-4.43l7.52,4.35-8,4.65L543,173.4m-9.22-17.21c1.33-.34,2.7-.63,4.08-.88a34.08,34.08,0,0,0,12.36,2.84,83.65,83.65,0,0,0-8.61,2.57l-7.83-4.53M543.89,162a79.35,79.35,0,0,1,11.64-3.11l6,3.49c-3.24,1.17-6.6,2.55-9.94,4.09L543.89,162m10,5.77c3.53-1.61,6.89-3,10-4.06l5.8,3.35L561.17,172l-7.3-4.21M540,148.72a40.43,40.43,0,0,0,14.91,5.15l-3.94,2.29A40.37,40.37,0,0,1,536,151c-4.89-2.82-8.06-6-8.95-8.61l3.94-2.3c.9,2.61,4.06,5.79,9,8.62m16,7.87,3.66-2.12a68.79,68.79,0,0,1,9.22,1.63,65.45,65.45,0,0,0-12.35.8l-.53-.31m3.09,1.78a47.27,47.27,0,0,1,16.75.44,57.05,57.05,0,0,0-11.42,2.65l-5.33-3.09m7.67,4.44c6.37-2,11.39-2.74,14-2.09l-8.79,5.08-5.19-3m-19.64-18.23a40.6,40.6,0,0,0,14.9,5.16L558,152a40.42,40.42,0,0,1-14.9-5.16c-4.89-2.82-8.06-6-9-8.61l4-2.29c.89,2.61,4.06,5.79,9,8.61m7-4.05a40.66,40.66,0,0,0,14.9,5.16l-3.79,2.2a40.43,40.43,0,0,1-14.91-5.15c-4.89-2.83-8-6-9-8.62l3.8-2.2c.9,2.6,4.06,5.79,8.95,8.61m24.31-14a9.17,9.17,0,0,0,6.55.66c12.8,9.49,12.19,23.11-1.88,32.15a61.72,61.72,0,0,0-20.76-6.37l14-8.13h0c4-2.37.6-8.07-7.55-12.77s-18.11-6.66-22.15-4.31l-.09.07-6.79,3.94-.09.05-.09.06-6.94,4-.09,0-.09.06-6.93,4-.1,0c-4,2.35-.68,8.08,7.51,12.81.67.39,1.36.75,2,1.1a60,60,0,0,0-15.68,5.62c-14.54-9-15.44-22.82-2.66-32.4a9.15,9.15,0,0,0,6.64-.64c1.79-1,2.14-2.58,1.09-3.84,15.48-7,37.35-7,52.91,0-1,1.25-.61,2.76,1.17,3.79m8.2-4.77a9.23,9.23,0,0,0-7.33-.42c-16.76-7.55-40.39-7.54-57.05,0a9.23,9.23,0,0,0-7.25.45c-2,1.14-2.21,2.89-.76,4.19-13.87,10.3-13.09,25.16,2.58,34.89l.08,0,34.07,19.67L584.74,161l.65-.39c15.22-9.74,15.78-24.42,1.93-34.62,1.5-1.31,1.25-3.09-.76-4.25"/>
</g>
</g>
<g class="cls-3">
<g class="cls-25">
<path class="cls-15"
d="M661.47,215.26a40.58,40.58,0,0,0,14.91,5.16l-3.94,2.29a40.4,40.4,0,0,1-14.91-5.16c-4.89-2.82-8.06-6-8.95-8.61l3.94-2.29c.89,2.61,4.06,5.79,9,8.61M702,238.68A40.46,40.46,0,0,0,717,243.84L713,246.13A40.66,40.66,0,0,1,698.09,241c-4.89-2.83-8.05-6-9-8.62l4-2.29c.89,2.61,4.06,5.79,8.95,8.61m-33.45-27.55a40.77,40.77,0,0,0,14.91,5.16l-3.94,2.28a40.53,40.53,0,0,1-14.92-5.15c-4.89-2.83-8-6-8.95-8.62l3.95-2.29c.9,2.61,4.06,5.79,9,8.62m40.57,23.42a40.58,40.58,0,0,0,14.91,5.16L720.13,242a40.5,40.5,0,0,1-14.92-5.16c-4.89-2.82-8.05-6-9-8.61l4-2.3c.89,2.61,4.06,5.79,8.95,8.62m-33.6-27.48a40.4,40.4,0,0,0,14.91,5.16l-3.8,2.21a40.4,40.4,0,0,1-14.91-5.16c-4.89-2.82-8-6-9-8.61l3.8-2.21c.9,2.61,4.06,5.79,8.95,8.61m40.57,23.43A40.55,40.55,0,0,0,731,235.65l-3.8,2.21a40.46,40.46,0,0,1-14.91-5.16c-4.89-2.82-8.05-6-9-8.61l3.8-2.21c.9,2.61,4.06,5.79,9,8.62M720,204.66a9.22,9.22,0,0,0,6.53.67c7.44,5.53,10.57,12.66,8.59,19.59a35.76,35.76,0,0,0-4.33-2.94c-8.19-4.72-18.1-6.65-22.14-4.3l-.1.06-6.78,3.95-.09,0-.1.06-6.92,4-.1.05-.09.06-6.94,4-.09,0c-4,2.35-.69,8.09,7.5,12.82a43.82,43.82,0,0,0,5.25,2.56c-12.07,1.24-24.45-.53-34.13-4.87,1-1.26.68-2.81-1.13-3.85a9.15,9.15,0,0,0-6.64-.64c-7.51-5.6-10.57-12.76-8.44-19.73a33.63,33.63,0,0,0,4.53,3.11c8.18,4.72,18.1,6.65,22.15,4.3h0l21.25-12.35h0c4-2.38.59-8.07-7.55-12.78A43.62,43.62,0,0,0,685,196c11.93-1.17,24.27.61,33.82,4.87-1,1.24-.58,2.75,1.19,3.78m8.21-4.77a9.16,9.16,0,0,0-7.37-.41c-11.19-5-25.94-6.87-39.8-4.87-5.4-1.6-10.38-1.85-13-.35l-.09.06-6.79,3.94-.09.05-.09.06-6.93,4-.1,0-.09.07-6.93,4-.09,0c-2.57,1.49-2.15,4.34.57,7.43-3.55,8.13-.38,16.67,8.47,23.22-1.43,1.3-1.16,3.05.81,4.19a9.22,9.22,0,0,0,7.24.46c11.31,5.12,26.1,7,40.13,4.88,5.41,1.61,10.4,1.87,13,.36h0l21.25-12.35h0c2.55-1.53,2-4.43-.8-7.57,3.4-8.05.14-16.57-8.61-23,1.52-1.32,1.27-3.11-.73-4.26"/>
</g>
</g>
<g class="cls-3">
<g class="cls-26">
<path class="cls-15"
d="M797.84,298a40.4,40.4,0,0,0,14.91,5.16l-4,2.29a40.61,40.61,0,0,1-14.91-5.15c-4.89-2.83-8-6-8.95-8.62l3.95-2.29c.9,2.6,4.06,5.79,9,8.61m40.57,23.43a40.55,40.55,0,0,0,14.91,5.15l-3.94,2.29a40.41,40.41,0,0,1-14.92-5.15c-4.89-2.83-8.05-6-9-8.62l4-2.29c.9,2.61,4.06,5.79,8.95,8.62M805,293.82a40.57,40.57,0,0,0,14.9,5.15l-3.94,2.29A40.55,40.55,0,0,1,801,296.11c-4.89-2.82-8.06-6-9-8.61l4-2.3c.89,2.61,4.06,5.79,9,8.62m40.57,23.42a40.58,40.58,0,0,0,14.91,5.16l-4,2.29a40.46,40.46,0,0,1-14.91-5.16c-4.89-2.82-8.05-6-9-8.61l3.94-2.3c.9,2.61,4.06,5.8,9,8.62m-33.6-27.48a40.46,40.46,0,0,0,14.91,5.16l-3.8,2.21a40.54,40.54,0,0,1-14.9-5.16c-4.9-2.82-8.07-6-9-8.61l3.8-2.21c.9,2.61,4.06,5.79,8.95,8.61m40.57,23.42a40.22,40.22,0,0,0,14.91,5.16l-3.8,2.21a40.4,40.4,0,0,1-14.91-5.16c-4.89-2.82-8.06-6-9-8.61l3.8-2.21c.89,2.61,4.06,5.79,9,8.61m3.85-25.84a9.18,9.18,0,0,0,6.53.68c7.45,5.53,10.57,12.66,8.59,19.59a34.49,34.49,0,0,0-4.32-2.94C859,299.94,849,298,845,300.37l-.09.06-6.79,3.94-.09.05-.1.06-6.93,4-.09.05-.09.06-6.93,4-.1,0c-4,2.36-.68,8.09,7.51,12.82a42.16,42.16,0,0,0,5.24,2.55c-12.06,1.25-24.45-.52-34.13-4.86,1-1.26.68-2.81-1.13-3.85a9.13,9.13,0,0,0-6.63-.64c-7.51-5.6-10.57-12.76-8.45-19.73a34.28,34.28,0,0,0,4.53,3.11c8.18,4.72,18.09,6.65,22.14,4.3h0L834.14,294c4-2.37.59-8.08-7.56-12.78a43.49,43.49,0,0,0-5.23-2.55c11.92-1.17,24.25.61,33.81,4.87-1,1.24-.57,2.75,1.19,3.77m8.21-4.76a9.22,9.22,0,0,0-7.36-.42c-11.2-5-26-6.86-39.82-4.86-5.38-1.6-10.37-1.85-13-.35l-.09.06L797.55,281l-.09.05-.1.06-6.92,4-.1.05-.09.06-6.93,4-.1,0c-2.56,1.49-2.14,4.34.59,7.43-3.57,8.13-.4,16.67,8.46,23.22-1.43,1.3-1.16,3.06.81,4.19a9.19,9.19,0,0,0,7.23.46c11.32,5.13,26.11,6.95,40.14,4.88,5.41,1.61,10.4,1.87,13,.36h0l21.25-12.36h0c2.55-1.52,2-4.44-.8-7.56,3.4-8.06.15-16.59-8.6-23.05,1.51-1.31,1.26-3.1-.74-4.26"/>
</g>
</g>
<g class="cls-3">
<g class="cls-27">
<path class="cls-15"
d="M447,48.81a8.92,8.92,0,0,0,6.34.65c11.75,8.71,11.87,21,.28,29.74a9,9,0,0,0-6.54.59c-1.77,1-2.08,2.58-1,3.8-15,6.78-36.3,6.78-51.41,0a2.11,2.11,0,0,0-.2-3l16.23-9.43,10.62,6.14c4.65,2.69,12.28,2.64,17-.13s4.83-7.18.17-9.87a12.28,12.28,0,0,0-1.26-.62c3.79-3.42,3.08-8-2.11-11-4.13-2.39-10-3.12-15.25-2.21a5.07,5.07,0,0,0-.83-.6,10.9,10.9,0,0,0-9.9.08,4.83,4.83,0,0,0-1.55,1.34,14.63,14.63,0,0,0-11.75.7c-3.65,2.12-3.7,5.5-.13,7.56l12.77,7.39L392.28,79.3a9.38,9.38,0,0,0-5.12-.07c-11.71-8.74-11.75-21-.1-29.76a8.87,8.87,0,0,0,6.44-.62c1.73-1,2.07-2.5,1.06-3.72,15-6.74,36.22-6.73,51.3,0-.94,1.2-.56,2.67,1.15,3.66m8-4.62a8.92,8.92,0,0,0-7.15-.4c-16.24-7.32-39.14-7.31-55.31,0a8.91,8.91,0,0,0-7,.44c-1.9,1.1-2.14,2.8-.74,4.07-12.66,9.39-12.61,22.7.11,32.11-1.39,1.26-1.13,3,.78,4.07a9,9,0,0,0,7,.44c16.31,7.39,39.36,7.37,55.57,0a8.93,8.93,0,0,0,6.88-.48c1.86-1.09,2.12-2.75.8-4,12.63-9.41,12.55-22.71-.2-32.11,1.46-1.27,1.22-3-.72-4.12"/>
</g>
</g>
<g class="cls-3">
<g class="cls-28">
<path class="cls-15"
d="M295.21,183.62c-17.72,7.78-43.18,7-59.42-2.4s-17.7-24.1-4.34-34.39a6.7,6.7,0,0,1-.71-.35,5.53,5.53,0,0,1-.69-.47c-14.12,10.74-12.65,26.21,4.35,36s43.69,10.62,62.19,2.42a5.64,5.64,0,0,1-.65-.33,5.46,5.46,0,0,1-.73-.5m5.91-40.36c-17-9.83-43.76-10.62-62.25-2.38a6.21,6.21,0,0,1,.82.4,4.47,4.47,0,0,1,.6.4c17.72-7.78,43.2-7,59.44,2.39s17.7,24.14,4.29,34.43a5.83,5.83,0,0,1,.87.42,5.13,5.13,0,0,1,.57.38c14.14-10.74,12.67-26.22-4.34-36"/>
<path class="cls-15"
d="M229.67,145.67c-14.46,10.89-13,26.65,4.27,36.63s44.46,10.77,63.22,2.37a4.82,4.82,0,0,1-.57-.22c-18.5,8.2-45.2,7.4-62.19-2.42s-18.47-25.28-4.35-36a4.17,4.17,0,0,1-.38-.34m65.19,37.63c-17.47,7.69-42.6,6.91-58.62-2.34S218.81,157.18,232,147a4.33,4.33,0,0,1-.54-.21c-13.36,10.29-11.88,25,4.34,34.39s41.7,10.18,59.42,2.4l-.35-.32m4.87-39.23c-16.24-9.38-41.72-10.17-59.44-2.39l.37.31c17.46-7.68,42.6-6.9,58.62,2.34s17.44,23.83,4.19,34l.55.2c13.41-10.29,12-25.05-4.29-34.43m1.85-1.08c-17.31-10-44.54-10.76-63.3-2.33l.59.22c18.49-8.24,45.23-7.45,62.25,2.38s18.48,25.3,4.34,36l.39.33c14.47-10.89,13-26.65-4.27-36.64"/>
<path class="cls-15"
d="M239.23,141.54a8.88,8.88,0,0,0-8.06,0c-2.22,1.29-2.21,3.38,0,4.67a8.9,8.9,0,0,0,8.07,0c2.21-1.29,2.2-3.38,0-4.67"/>
<path class="cls-15"
d="M231.19,146.21c-2.23-1.29-2.24-3.38,0-4.67a8.88,8.88,0,0,1,8.06,0c2.23,1.29,2.24,3.38,0,4.67a8.9,8.9,0,0,1-8.07,0m8.5-4.93a6.21,6.21,0,0,0-.82-.4l-.59-.22a10,10,0,0,0-7.57.61c-2.05,1.19-2.4,3-1,4.4a4.17,4.17,0,0,0,.38.34,5.53,5.53,0,0,0,.69.47,6.7,6.7,0,0,0,.71.35,4.33,4.33,0,0,0,.54.21,10,10,0,0,0,7.72-.57c2.09-1.21,2.4-3.06.95-4.48l-.37-.31a4.47,4.47,0,0,0-.6-.4"/>
<path class="cls-15"
d="M304.43,179.18a8.91,8.91,0,0,0-8.06,0c-2.22,1.29-2.21,3.39,0,4.67a8.87,8.87,0,0,0,8.07,0c2.22-1.28,2.2-3.38,0-4.67"/>
<path class="cls-15"
d="M296.39,183.85c-2.23-1.28-2.24-3.38,0-4.67a8.91,8.91,0,0,1,8.06,0c2.23,1.29,2.25,3.39,0,4.67a8.87,8.87,0,0,1-8.07,0m8.5-4.93a5.83,5.83,0,0,0-.87-.42l-.55-.2a10,10,0,0,0-7.56.62c-2.05,1.18-2.39,3-1.05,4.38l.35.32a5.46,5.46,0,0,0,.73.5,5.64,5.64,0,0,0,.65.33,4.82,4.82,0,0,0,.57.22,10,10,0,0,0,7.76-.55c2.09-1.22,2.4-3.08.93-4.49l-.39-.33a5.13,5.13,0,0,0-.57-.38"/>
<path class="cls-15"
d="M280.4,142.43a5.53,5.53,0,0,0-5,0c-1.38.8-1.37,2.09,0,2.89a5.53,5.53,0,0,0,5,0c1.37-.8,1.37-2.1,0-2.9"/>
<path class="cls-15"
d="M275.4,145.33c-1.38-.8-1.39-2.09,0-2.89a5.53,5.53,0,0,1,5,0c1.38.8,1.38,2.1,0,2.9a5.53,5.53,0,0,1-5,0m5.45-3.16a6.5,6.5,0,0,0-5.92,0c-1.63,1-1.62,2.48,0,3.43a6.54,6.54,0,0,0,5.92,0c1.63-.95,1.62-2.48,0-3.43"/>
<path class="cls-15"
d="M296.82,148.15a8.92,8.92,0,0,0-8.08,0c-2.21,1.29-2.2,3.39,0,4.68a8.9,8.9,0,0,0,8.07,0c2.22-1.29,2.21-3.39,0-4.68"/>
<path class="cls-15"
d="M288.77,152.83c-2.23-1.29-2.24-3.39,0-4.68a8.92,8.92,0,0,1,8.08,0c2.23,1.29,2.24,3.39,0,4.68a8.9,8.9,0,0,1-8.07,0m8.51-4.94a9.91,9.91,0,0,0-9,0c-2.47,1.43-2.45,3.77,0,5.21a9.93,9.93,0,0,0,9,0c2.47-1.44,2.46-3.78,0-5.21"/>
<path class="cls-15"
d="M301.18,157.09a5.93,5.93,0,0,0-5.38,0c-1.49.87-1.48,2.27,0,3.13a6,6,0,0,0,5.39,0c1.48-.86,1.47-2.26,0-3.13"/>
<path class="cls-15"
d="M295.81,160.22c-1.49-.86-1.5-2.26,0-3.13a5.93,5.93,0,0,1,5.38,0c1.49.87,1.5,2.27,0,3.13a6,6,0,0,1-5.39,0m5.83-3.39a6.93,6.93,0,0,0-6.3,0c-1.74,1-1.73,2.64,0,3.65a7,7,0,0,0,6.31,0c1.74-1,1.72-2.65,0-3.65"/>
<polyline class="cls-15"
points="282.99 160.71 271.19 153.9 266.55 156.6 268.56 157.76 278.34 163.41 282.99 160.71"/>
<path class="cls-15"
d="M270.73,153.64l-4.7,2.73a.83.83,0,0,1,.32.09c.07,0,.07.07.07.07l.12.07,4.65-2.7-.4-.23-.06,0M283.45,161l-.07,0-.39-.23-4.65,2.7.13.08a.18.18,0,0,1,.12,0,.38.38,0,0,1,.15.19l4.71-2.73"/>
<path class="cls-15"
d="M288.69,157.86l-12.6-7.27a5.34,5.34,0,0,0-4.86,0c-1.34.77-1.32,2,0,2.81l12.6,7.27a5.35,5.35,0,0,0,4.85,0c1.34-.78,1.33-2,0-2.82"/>
<path class="cls-15"
d="M271.25,153.4c-1.34-.77-1.36-2,0-2.81a5.34,5.34,0,0,1,4.86,0l12.6,7.27c1.34.78,1.35,2,0,2.82a5.35,5.35,0,0,1-4.85,0l-12.6-7.27m17.9,4.19-12.6-7.27a6.4,6.4,0,0,0-5.78,0c-1.57.91-1.58,2.39,0,3.32l.06,0,.4.23,11.8,6.81.39.23.07,0a6.37,6.37,0,0,0,5.71,0c1.59-.92,1.59-2.42,0-3.35"/>
<path class="cls-15"
d="M246.29,174.27l-1.36-.77,1.32.79,0,0m20.06-17.81a.83.83,0,0,0-.32-.09,12.15,12.15,0,0,0-3,.21L230.5,162s-4.12.5-.36,2.67l13.09,7.8,5.87-3.42-9.36-5.4,9.6-1.4,6.65,3.82-.88-.51,13.45-7.82-2-1.16-.12-.07s0,0-.07-.07"/>
<path class="cls-15"
d="M258.7,167.64l.23.14-.23-.14m.23.14.23.12-.23-.12m19.66-4.26a.18.18,0,0,0-.12,0l-.13-.08-9.78-5.65-13.45,7.82.88.51,12.48,7.23-2.39,5.56-17-9.81-5.87,3.42,0,0,1.75,1,1.36.77,18.21,10.26c3.75,2.16,4.59-.23,4.59-.23l9.3-18.87c.43-1,.45-1.48.35-1.72a.38.38,0,0,0-.15-.19"/>
<path d="M259.16,167.9l-.23-.12.23.12"/>
<path d="M258.93,167.78l-.23-.14.23.14"/>
</g>
</g>
<g class="cls-3">
<g class="cls-29">
<path class="cls-15"
d="M388,245.65a39.43,39.43,0,0,0,14.47,5l-3.83,2.22a39.22,39.22,0,0,1-14.47-5c-4.74-2.74-7.81-5.83-8.68-8.36l3.83-2.22c.86,2.53,3.94,5.61,8.68,8.35m-22.56,8.85c-11.67-8.73-11.7-21-.08-29.72a9.33,9.33,0,0,0,5.24-.15l12.5,7.22-2.28,1.33-.1,0-.08.05-6.73,3.91-.09.05c-3.76,2.19-.9,7.4,6.36,11.87l-9.52,5.53a9.18,9.18,0,0,0-5.22-.14m7.49,4.35a2.1,2.1,0,0,0-.13-2.93l9.57-5.56c7.67,4.07,16.49,5.64,20.21,3.48h0l9.26-5.38,12.61,7.28a2.13,2.13,0,0,0-.1,3.18c-15.06,6.77-36.34,6.74-51.43-.06m22-17.21a39.33,39.33,0,0,0,14.46,5l-3.83,2.22a39.52,39.52,0,0,1-14.47-5c-4.74-2.74-7.8-5.83-8.68-8.36l3.83-2.22c.87,2.52,3.94,5.61,8.69,8.35m6.76-3.93a39.1,39.1,0,0,0,14.47,5l-3.7,2.15a39.27,39.27,0,0,1-14.46-5c-4.74-2.73-7.81-5.82-8.68-8.35l3.69-2.14c.86,2.52,3.93,5.61,8.68,8.35m-29-14.38a2.08,2.08,0,0,0,.11-2.88c15-6.75,36.19-6.76,51.29,0a2.1,2.1,0,0,0,.27,3l-9.46,5.5c-7.75-4.19-16.75-5.83-20.52-3.64l-.08.06-6.59,3.83-.09,0-.09.06-2.27,1.32-12.57-7.26m50.5,18.52c3.64-2.18.9-7.25-6.12-11.66l9.52-5.53a9.44,9.44,0,0,0,5,.07c11.79,8.72,11.91,21,.3,29.78a9.31,9.31,0,0,0-5.23,0L414,247.19l9.19-5.34h0m10-22.38a8.92,8.92,0,0,0-7.1-.42c-16.25-7.28-39.13-7.27-55.28,0a8.92,8.92,0,0,0-7.1.42c-1.93,1.12-2.16,2.85-.7,4.11-12.6,9.38-12.55,22.64.09,32-1.42,1.26-1.16,3,.76,4.1a9,9,0,0,0,7.05.44c16.3,7.39,39.38,7.4,55.6,0a8.93,8.93,0,0,0,6.81-.51c1.84-1.07,2.12-2.7.85-3.95,12.69-9.42,12.6-22.77-.21-32.19,1.41-1.26,1.16-3-.77-4.09"/>
</g>
</g>
<g class="cls-3">
<g class="cls-30">
<path class="cls-15" d="M637.64,378.13c-1.87,1.09-2.15,2.76-.83,4-1.32-1.26-1-2.93.83-4"/>
<path class="cls-15" d="M707.26,418.32a9,9,0,0,1-7.1.44,9,9,0,0,0,7.1-.44"/>
<polyline class="cls-15" points="696.19 408.71 694.22 409.85 696.19 408.71"/>
<polyline class="cls-15" points="696 387.78 689.15 388.52 690.41 384.55 689.15 388.52 696 387.78"/>
<path class="cls-15"
d="M698.4,417.73c-15.16,6.85-36.56,6.89-51.87.12a4.6,4.6,0,0,1-.79.57,5,5,0,0,1-1,.45c16.3,7.32,39.23,7.29,55.38-.11a5.89,5.89,0,0,1-.95-.44,4.7,4.7,0,0,1-.81-.59m-61.59-35.58c-12.78,9.41-12.74,22.75.08,32.18a4.91,4.91,0,0,1,.78-.57,7.18,7.18,0,0,1,1-.45c-11.85-8.85-11.89-21.28-.1-30.11a7,7,0,0,1-.87-.41,4.58,4.58,0,0,1-.86-.64m70.87.16a4.62,4.62,0,0,1-.79.58,7.05,7.05,0,0,1-1,.45c11.66,8.77,11.75,21,.24,29.84a6.36,6.36,0,0,1,1.06.48,4.71,4.71,0,0,1,.73.52c12.44-9.37,12.33-22.53-.28-31.87m-7.84-4.55c-16.2-7.34-39-7.38-55.2-.11a6.25,6.25,0,0,1,1.05.48,4.76,4.76,0,0,1,.75.53c15.18-6.71,36.43-6.67,51.62.11a5.56,5.56,0,0,1,.75-.54,6.46,6.46,0,0,1,1-.47"/>
<path class="cls-15"
d="M645.69,378.13a6.25,6.25,0,0,0-1.05-.48,9,9,0,0,0-7,.48c-1.87,1.09-2.15,2.76-.83,4a4.58,4.58,0,0,0,.86.64,7,7,0,0,0,.87.41,9,9,0,0,0,7.17-.41c1.93-1.12,2.17-2.85.73-4.13a4.76,4.76,0,0,0-.75-.53"/>
<path class="cls-15"
d="M707.23,413.66a6.36,6.36,0,0,0-1.06-.48,9,9,0,0,0-7,.48c-1.91,1.11-2.17,2.8-.79,4.07a4.7,4.7,0,0,0,.81.59,5.89,5.89,0,0,0,.95.44,9,9,0,0,0,7.1-.44c1.93-1.13,2.17-2.86.7-4.14a4.71,4.71,0,0,0-.73-.52"/>
<path class="cls-15"
d="M645.72,413.76a9,9,0,0,0-7.08-.45,7.18,7.18,0,0,0-1,.45,4.91,4.91,0,0,0-.78.57c-1.39,1.28-1.11,3,.81,4.09a9,9,0,0,0,7.08.45,5,5,0,0,0,1-.45,4.6,4.6,0,0,0,.79-.57c1.38-1.28,1.11-3-.81-4.09"/>
<path class="cls-15"
d="M706.86,378.23a9,9,0,0,0-7-.47,6.46,6.46,0,0,0-1,.47,5.56,5.56,0,0,0-.75.54c-1.42,1.28-1.16,3,.78,4.12a9,9,0,0,0,7.09.45,7.05,7.05,0,0,0,1-.45,4.62,4.62,0,0,0,.79-.58c1.37-1.27,1.1-3-.82-4.08"/>
<polyline class="cls-15"
points="654.17 384.45 647.32 383.71 648.62 387.68 650.68 386.49 654.49 388.69 656.02 387.8 652.21 385.6 654.17 384.45"/>
<polyline class="cls-15"
points="696.19 408.71 694.22 409.85 690.41 407.65 688.88 408.54 692.69 410.74 690.63 411.94 697.49 412.68 696.19 408.71"/>
<polyline class="cls-15"
points="655.31 408.19 648.47 408.92 650.55 410.13 646.76 412.33 648.29 413.21 652.09 411.01 654.06 412.15 655.31 408.19"/>
<polyline class="cls-15"
points="697.81 384.44 696.28 383.55 692.49 385.75 690.41 384.55 689.15 388.52 696 387.78 694.03 386.64 697.81 384.44"/>
</g>
</g>
<g class="cls-3">
<g class="cls-31">
<path class="cls-15"
d="M673.79,397.53a3.32,3.32,0,0,0-1.62-.39c-1.26,0-2.28.59-2.28,1.32a1.17,1.17,0,0,0,.68.94,3.29,3.29,0,0,0,1.62.39c1.26,0,2.28-.6,2.27-1.33a1.15,1.15,0,0,0-.67-.93"/>
</g>
</g>
<g class="cls-3">
<g class="cls-32">
<path class="cls-15"
d="M686.85,399.27a1.17,1.17,0,0,1-.68-.94c0-.73,1-1.32,2.28-1.32a3.32,3.32,0,0,1,1.62.39,1.15,1.15,0,0,1,.67.93c0,.73-1,1.33-2.27,1.33a3.29,3.29,0,0,1-1.62-.39m4.45-7.13a2,2,0,0,0-1-.23H654.14a2,2,0,0,0-1,.23.68.68,0,0,0-.39.57l.06,11.26a.7.7,0,0,0,.4.56,2,2,0,0,0,1,.23h36.18a1.69,1.69,0,0,0,1.19-.4l5.58-5.63a.51.51,0,0,0,0-.79l-5.64-5.63a1.28,1.28,0,0,0-.22-.17"/>
</g>
</g>
<g class="cls-3">
<g class="cls-33">
<polyline class="cls-15" points="527.03 308.55 523.42 310.65 527.03 308.55"/>
<path class="cls-15"
d="M526.47,321.93l2.82-1.64,5.3,3.06L531.76,325l-5.29-3.06m5.22-3,2.82-1.64,5.3,3.05L537,322l-5.29-3.05m5.22-3,2.83-1.65,5.29,3.06-2.82,1.64-5.3-3.05m5.22-3,2.82-1.65,5.29,3.06-2.82,1.64-5.29-3.05m5.22-3,2.82-1.64,5.29,3.06-2.82,1.64-5.29-3.06m12.94-.46-6.89-4a5.06,5.06,0,0,0-4.61,0l-36.24,21.05c-1.28.75-1.3,1.95,0,2.68l6.89,4a5.06,5.06,0,0,0,4.61,0L560.26,312c1.28-.75,1.3-1.94,0-2.67"/>
<path class="cls-15"
d="M562.57,303.93a8.78,8.78,0,0,0,6.25.64c11.58,8.59,11.67,20.71.26,29.32a9.18,9.18,0,0,0-5.27.09l-12.5-7.23,3.61-2.1-10.46-.54,1,6.06,3.74-2.18,12.54,7.24a2.07,2.07,0,0,0-.05,3c-14.83,6.68-35.78,6.68-50.69,0,1-1.2.65-2.68-1.07-3.67a8.75,8.75,0,0,0-6.35-.62c-11.55-8.61-11.61-20.75-.12-29.35a9.2,9.2,0,0,0,5.07-.06l12.79,7.38-3.75,2.18,10.46.54-1-6.06-3.61,2.1-12.76-7.36a2.09,2.09,0,0,0,.17-3c14.81-6.64,35.73-6.63,50.6,0-.93,1.19-.56,2.64,1.14,3.62m7.85-4.56a8.82,8.82,0,0,0-7-.4c-16-7.22-38.62-7.22-54.58,0a8.79,8.79,0,0,0-6.91.44c-1.87,1.08-2.1,2.75-.74,4-12.49,9.26-12.43,22.39.12,31.67-1.36,1.25-1.11,2.92.78,4a8.82,8.82,0,0,0,6.92.43c16.08,7.27,38.78,7.26,54.76,0a8.8,8.8,0,0,0,6.81-.47c1.85-1.08,2.1-2.72.78-4,12.44-9.27,12.37-22.38-.19-31.64,1.44-1.26,1.21-3-.71-4.07"/>
</g>
</g>
</g>
</g>
</svg>
</div>
<!-- tooltips -->
<div class="diagram-content__wrap">
<div id="tooltip--talend-cloud" class="diagram-content">
<h2>Talend Cloud</h2>
<p>Integrate data and people easily with Talend Cloud, a highly scalable and secure managed cloud integration platform-as-a-service (iPaaS).</p>
<div class="diagram-content__ctas">
<a class="button button-cta" href="/products/integration-cloud/">View Details</a>
<a class="button button-cta" href="https://iam.us.cloud.talend.com/idp/trial-registration?type=home" target="_blank" title="Visit https://iam.us.cloud.talend.com/idp/trial-registration?type=home (click to open in a new window)">Free Trial</a>
</div>
<div class="diagram-content__link">
<a href="/products/integration-cloud/">More Cloud Integration Products →</a>
</div>
</div><!-- end .diagram-content -->
<div id="tooltip--real-time" class="diagram-content">
<h2>Real-time Big Data Platform</h2>
<p>Unleash the potential of real-time and IoT analytics by leveraging the power of Spark Streaming and machine learning.</p>
<div class="diagram-content__ctas">
<a class="button button-cta" href="https://www.talend.com/products/big-data/real-time-big-data/">View Details</a>
<a class="button button-cta" href="https://info.talend.com/trial-talend-big-data-sandbox.html?type=home" target="_blank" title="Visit https://info.talend.com/trial-talend-big-data-sandbox.html?type=home (click to open in a new window)">Free Trial</a>
</div>
<div class="diagram-content__link">
<a href="https://www.talend.com/products/big-data/">More Real-time Big Data Platform Products →</a>
</div>
</div><!-- end .diagram-content -->
<div id="tooltip--data-integration" class="diagram-content">
<h2>Data Integration</h2>
<p>Develop 10x faster with a modern data integration and data quality platform for relational databases, flat files, cloud apps and platforms.</p>
<div class="diagram-content__ctas">
<a class="button button-cta" href="https://www.talend.com/products/data-integration/data-management-platform/">View Details</a>
<a class="button button-cta" href="https://info.talend.com/prodevaltedi.html?type=home" target="_blank" title="Visit https://info.talend.com/prodevaltedi.html?type=home (click to open in a new window)">Free Trial</a>
</div>
<div class="diagram-content__link">
<a href="https://www.talend.com/products/data-integration/">More Data Integration Products →</a>
</div>
</div><!-- end .diagram-content -->
<div id="tooltip--data-quality" class="diagram-content">
<h2>Data Quality</h2>
<p>Leverage the full power and scale of big data with the leading data integration platform built on Spark for cloud and on-premises</p>
<div class="diagram-content__ctas">
<a class="button button-cta" href="https://www.talend.com/products/data-quality/">View Details</a>
<a class="button button-cta" href="https://info.talend.com/prodevaltedi.html?type=home" target="_blank" title="Visit https://info.talend.com/prodevaltedi.html?type=home (click to open in a new window)">Free Trial</a>
</div>
<div class="diagram-content__link">
<a href="https://www.talend.com/products/data-quality/">More Data Quality Products →</a>
</div>
</div><!-- end .diagram-content -->
<div id="tooltip--data-preparation" class="diagram-content">
<h2>Data Preparation</h2>
<p>Transform how IT and users work together with governed access to self-service tools for discovering, cleansing, and sharing data.</p>
<div class="diagram-content__ctas">
<a class="button button-cta" href="https://www.talend.com/products/data-preparation/">View Details</a>
<a class="button button-cta" href="https://iam.us.cloud.talend.com/idp/trial-registration?type=home" target="_blank" title="Visit https://iam.us.cloud.talend.com/idp/trial-registration?type=home (click to open in a new window)">Free Trial</a>
</div>
</div><!-- end .diagram-content -->
<div id="tooltip--mdm-platform" class="diagram-content">
<h2>MDM Platform</h2>
<p>Unleash the potential of data, applications, and processes by creating a single “version of the truth” for cloud, big data, and mobile applications.</p>
<div class="diagram-content__ctas">
<a class="button button-cta" href="https://www.talend.com/products/mdm/mdm-platform/">View Details</a>
<a class="button button-cta" href="https://info.talend.com/request_mdm.html?type=home" target="_blank" title="Visit https://info.talend.com/request_mdm.html?type=home (click to open in a new window)">Request Info</a>
</div>
<div class="diagram-content__link">
<a href="https://www.talend.com/products/mdm/">More MDM Platform Products →</a>
</div>
</div><!-- end .diagram-content -->
<div id="tooltip--data-services" class="diagram-content">
<h2>Data Services</h2>
<p>Deliver trusted, timely data with a flexible, real-time application integration platform that increases agility and productivity.</p>
<div class="diagram-content__ctas">
<a class="button button-cta" href="https://www.talend.com/products/application-integration/data-services-platform/">View Details</a>
<a class="button button-cta" href="https://info.talend.com/request_data_services.html?type=home" target="_blank" title="Visit https://info.talend.com/request_data_services.html?type=home (click to open in a new window)">Request Info</a>
</div>
<div class="diagram-content__link">
<a href="https://www.talend.com/products/application-integration/">More Application Integration Products →</a>
</div>
</div><!-- end .diagram-content -->
<div id="tooltip--metadata" class="diagram-content">
<h2>Metadata Manager</h2>
<p>Increase governance with end-to-end metadata visibility and control across your entire IT landscape.</p>
<div class="diagram-content__ctas">
<a class="button button-cta" href="https://www.talend.com/products/metadata-manager/">View Details</a>
<a class="button button-cta" href="https://info.talend.com/request_metadatamanager.html?type=home" target="_blank" title="Visit https://info.talend.com/request_metadatamanager.html?type=home (click to open in a new window)">Request Info</a>
</div>
</div><!-- end .diagram-content -->
</div><!-- end .diagram-content__wrap -->
</div>
</div>
</div>
</div>
</div>
</section>
</section>
</div>
</div>
</div>
</div>
</body>
</html>