-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
505 lines (465 loc) · 77.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
<!DOCTYPE html>
<html>
<head>
<title>Pacific Origin Solutions</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<header class="header">
<div class="nav-container">
<div id="nav-collapse">
<ul class="main-nav">
<li class="main-nav__listItem">
<a href="#" class="active">Expertise</a>
</li>
<li class="main-nav__listItem">
<a href="#">Services</a>
</li>
<li class="main-nav__listItem">
<a href="#">Contact</a>
</li>
<li class="main-nav__listItem">
<a href="#">About</a>
</li>
</ul>
</div>
<div class="logo">
<a href="#">
<img src="images/icons/pos-logo.svg" alt="logo">
</a>
</div>
<ul class="main-nav">
<li class="main-nav__listItem">
<a href="#" class="active">Expertise</a>
</li>
<li class="main-nav__listItem">
<a href="#">Services</a>
</li>
<li class="main-nav__listItem">
<a href="#">Contact</a>
</li>
<li class="main-nav__listItem">
<a href="#">About</a>
</li>
</ul>
<div class="mobile-menu">
<a href="#">
Menu <svg class="icon icon-menu"><use xlink:href="#icon-menu"></use></svg>
</a>
</div>
</div>
</header>
<div class="main-content">
<section class="home-hero">
<div class="home-hero__intro container-fluid">
<svg class="icon icon-molecule"><use xlink:href="#icon-molecule"></use></svg>
<div class="home-hero__intro__message">
<h1>The Science to Succeed</h1>
<p>
Pacific Origin Solutions is a leader in global clinical consulting dedicated to providing quality results within the scientific industry. We work collaboratively with you to define, design, and deliver innovative industry specific solutions that work to achieve sustained growth and longterm success for your company.
</p>
<a href="#" class="round-button btn">Learn More</a>
</div>
</div>
</section>
<section class="services white-section center-section">
<div class="section-header white-section__header">
<div class="section-intro"><strong>Services</strong> ● What we do</div>
<div class="gradientTitle">Improving The Science Behind Your Business</div>
</div>
<div class="services__main-content center-section__main-content">
<p class="main-intro">
Pacific Origin Solutions provides extensive market research capabilities to enhance and improve <br> the science that makes your products desirable and your business successful.
</p>
<ul class="inline-items">
<li>
<svg class="icon icon-Technology_Assessment_icon"><use xlink:href="#icon-Technology_Assessment_icon"></use></svg>
<div class="inline-items__title">Regulatory Compliance</div>
<div class="inline-items__content">
We work diligently to ensure all required FDA and other regulatory paperwork are filled out properly and that products being submitted for approval are compliant with FDA guidelines.
<a href="#" class="main-generic-link">Learn More</a>
</div>
</li>
<li>
<svg class="icon icon-market-research"><use xlink:href="#icon-market-research"></use></svg>
<div class="inline-items__title">Market Research</div>
<div class="inline-items__content">
We work diligently to ensure all required FDA and other regulatory paperwork are filled out properly and that products being submitted for approval are compliant with FDA guidelines.
<a href="#" class="main-generic-link">Learn More</a>
</div>
</li>
<li>
<svg class="icon icon-Technology_Assessment_icon"><use xlink:href="#icon-Technology_Assessment_icon"></use></svg>
<div class="inline-items__title">Technology Assessment</div>
<div class="inline-items__content">
We work diligently to ensure all required FDA and other regulatory paperwork are filled out properly and that products being submitted for approval are compliant with FDA guidelines.
<a href="#" class="main-generic-link">Learn More</a>
</div>
</li>
</ul>
<div class="quote">
<span>
<strong>Pacific Origin Solutions</strong> consulting services give your clinics and laboratories competitive advantage in a rapidly expanding biotech industry.
</span>
<button class="btn btn--simple btn--blue">View All services</button>
</div>
</div>
</section>
<section class="expertise white-section">
<div class="section-side-bar">
<img src="images/homepage/doctor.jpg" alt="Doctor">
</div>
<div class="section-side-left">
<div class="section-header white-section__header left-section">
<div class="section-intro section-intro--no-decoration"><strong>Expertise</strong> ● Why Choose Us</div>
<div class="gradientTitle">Delivering the Answers You Need</div>
</div>
<div class="inline-items">
<div class="col-left">
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<p>
<strong>Lorem ipsum dolor sit amet</strong>, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat.
</p>
<p>
<strong>We provide the research behind the science to help you succeed.</strong>
</p>
<div class="quote">
<svg class="icon icon-tips"><use xlink:href="#icon-tips"></use></svg>
<span>Sign up for weekly industry insights and expert research tips</span>
</div>
</div>
<div class="col-right">
<ul>
<li>
<h6 class="item-title">Chemical Biology</h6>
<p class="item-info">Our clinical research provides detailed market and end-user product analyses and financial planning to help medical device and testing kit developers and manufacturers deliver products that achieve maximum performance within hospital, clinical, and reference laboratories.</p>
</li>
<li>
<h6 class="item-title">Clinical Forensics</h6>
<p class="item-info">Developers and manufacturers deliver products that achieve maximum performance within hospital, clinical, and reference laboratories.</p>
</li>
<li>
<h6 class="item-title">Certifications</h6>
<p class="item-info">Our clinical research provides detailed market and end-user product analyses and financial planning to help medical device and testing kit developers and manufacturers deliver products that achieve maximum performance within hospital, clinical, and reference laboratories.</p>
</li>
</ul>
<div class="btn-container">
<button class="btn btn--simple btn--blue">Sign Up for Tips</button>
</div>
</div>
</div>
</div>
</section>
<section class="about white-section center-section">
<div class="section-header white-section__header">
<div class="section-intro"><strong>About</strong> ● Who We are</div>
<div class="gradientTitle">Setting the Stage for Success</div>
</div>
<div class="about__main-content center-section__main-content">
<p class="main-intro">
Pacific Origin Solutions provides the strategic leadership needed to develop and deliver optimized market research and the tactical knowhow to successfully implement the vision.
</p>
<div class="team-member">
<img src="images/homepage/persona3.png" alt="Mimi Kothari">
<div class="team-member__info">
<span class="name-position">Meet Mimi Kothari <br> Lead Biotech Research Consultant + Owner</span>
<a href="#">View Complete Profile</a>
</div>
</div>
<button class="btn btn--simple btn--blue">Learn More About Us</button>
<ul class="inline-items">
<li>
<div class="newsbyte-area">
<svg class="icon icon-newsbyte"><use xlink:href="#icon-newsbyte"></use></svg>
<p>NewsByte</p>
</div>
<div class="inline-items__title">Fierce Biotech</div>
<div class="inline-items__content">
Monitors biotech and pharmaceutical deals, FDA decisions, clinical trials, and more.
<a href="#" class="main-generic-link">Read More</a>
</div>
</li>
<li>
<div class="newsbyte-area">
<svg class="icon icon-newsbyte"><use xlink:href="#icon-newsbyte"></use></svg>
<p>NewsByte</p>
</div>
<div class="inline-items__title">Science Direct</div>
<div class="inline-items__content">
The worlds leading full-text scientific database offering articles and chapters from nearly 2,500 journals and 26,000 books.
<a href="#" class="main-generic-link">Read More</a>
</div>
</li>
<li>
<div class="newsbyte-area">
<svg class="icon icon-newsbyte"><use xlink:href="#icon-newsbyte"></use></svg>
<p>NewsByte</p>
</div>
<div class="inline-items__title">ScienceDaily</div>
<div class="inline-items__content">
Provides the latest science news, with hourly updated newsfeeds.
<a href="#" class="main-generic-link">Read More</a>
</div>
</li>
</ul>
</div>
</section>
<section class="sign-up violet-section center-section">
<div class="section-header violet-section__header">
<svg class="icon icon-tips"><use xlink:href="#icon-tips"></use></svg>
<div class="gradientTitle">Sign Up for Free Tips</div>
</div>
<div class="sign-up__main-content center-section__main-content">
<p class="main-intro">
Pacific Origin Solutions Lorem ipsem dolar molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros.
</p>
<form class="sign-up__form">
<input type="text" name="name" placeholder="Your Name">
<input type="text" name="email" placeholder="Your Email Address">
<input class="btn btn--simple btn--teal" type="submit" value="Subscribe for Free">
</form>
<div class="promise">
We promise to never spam you.
</div>
</div>
</section>
<section class="testimonials white-section container-fluid">
<div class="section-header white-section__header">
<div class="section-intro">Testimonials</div>
<div class="gradientTitle">Clients Love Working With Us</div>
</div>
<div class="testimonials__main-content">
<div class="video">
<iframe id="video" src="https://player.vimeo.com/video/7809605" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
<div class="testimonials-slider">
<div class="ts-items">
<img src="images/homepage/persona1.png" alt="">
<span class="name">Rafael Alenda</span>
<span class="title">CEO, ABCD Company</span>
</div>
<div class="ts-items">
<img src="images/homepage/persona2.png" alt="">
<span class="name">Lyla Mclnerney</span>
<span class="title">CEO, ABCD Company</span>
</div>
<div class="ts-items">
<img src="images/homepage/persona1.png" alt="">
<span class="name">Eric Ries</span>
<span class="title">CEO, ABCD Company</span>
</div>
<div class="ts-items">
<img src="images/homepage/persona1.png" alt="">
<span class="name">Rafael Alenda</span>
<span class="title">CEO, ABCD Company</span>
</div>
<div class="ts-items">
<img src="images/homepage/persona2.png" alt="">
<span class="name">Lyla Mclnerney</span>
<span class="title">CEO, ABCD Company</span>
</div>
<div class="ts-items">
<img src="images/homepage/persona1.png" alt="">
<span class="name">Eric Ries</span>
<span class="title">CEO, ABCD Company</span>
</div>
</div>
</div>
</section>
</div>
<footer>
<div class="footer-container container-fluid">
<ul class="footer-nav">
<li class="footer-nav__listItem">
<a href="#">Services</a>
</li>
<li class="footer-nav__listItem">
<a href="#">Contact</a>
</li>
<li class="footer-nav__listItem">
<a href="#">About</a>
</li>
</ul>
<div class="footer-logo">
<img src="images/icons/pos-logo.svg" alt="logo">
<p>Pacific Origin Solutions Inc. U.S.A. © 2015</p>
</div>
</div>
</footer>
</body>
<svg style="position: absolute; width: 0; height: 0;" width="0" height="0" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<symbol id="icon-arrow" viewBox="0 0 1024 1024">
<title>arrow</title>
<path class="path1" d="M699.232 548.799c0.666-0.666 1.275-1.331 1.823-1.988 0.302-0.357 0.58-0.734 0.87-1.108 0.143-0.193 0.268-0.358 0.415-0.551 4.050-5.441 6.463-12.174 6.473-19.497-0.010-7.313-2.423-14.037-6.465-19.488-0.174-0.241-0.357-0.502-0.548-0.732-0.242-0.29-0.463-0.599-0.725-0.898-0.568-0.695-1.178-1.388-1.871-2.084l-145.72-145.7c-12.802-12.802-33.563-12.802-46.385 0s-12.822 33.565 0 46.387l89.714 89.723-248.823 0.007c-18.128-0.010-32.802 14.684-32.802 32.794s14.674 32.783 32.802 32.792l248.823-0.009-89.714 89.713c-12.812 12.822-12.812 33.594 0 46.413 12.81 12.802 33.574 12.802 46.385 0l145.71-145.696c0.002-0.029 0.027-0.039 0.038-0.077z"></path>
<path class="path2" d="M183.979 525.664c0 181.144 146.867 328.011 328.021 328.011 181.156 0 328.011-146.869 328.021-328.021 0-181.154-146.867-328.021-328.021-328.021-181.154 0.010-328.021 146.867-328.021 328.032zM774.417 525.664c0 144.916-117.501 262.409-262.417 262.417-144.918 0-262.417-117.511-262.417-262.417 0-144.927 117.501-262.417 262.417-262.417 144.916-0.010 262.417 117.489 262.417 262.417z"></path>
</symbol>
<symbol id="icon-Certifications_icon" viewBox="0 0 1024 1024">
<title>Certifications_icon</title>
<path class="path1" d="M704.215 882.688l46.837 7.405c7.836 1.187 15.805-0.638 22.231-5.254 6.352-4.497 10.745-11.412 11.887-19.085l7.079-45.754c1.38-9.231 7.272-17.022 15.776-21.252l42.325-20.688c7.153-3.532 12.57-9.617 14.93-16.992 2.523-7.45 1.707-15.434-1.87-22.365l-21.801-41.242c-4.304-8.133-4.304-17.898 0-26.060l21.801-41.212c3.577-6.931 4.348-14.93 1.87-22.409-2.434-7.391-7.806-13.401-14.93-16.948l-42.325-20.688c-8.489-4.215-14.395-12.021-15.776-21.252l-7.079-45.754c-1.143-7.702-5.536-14.573-11.887-19.055-6.426-4.66-14.395-6.515-22.231-5.268l-46.837 7.658c-9.305 1.514-18.699-1.499-25.363-8.058l-33.258-33.080c-5.61-5.506-13.134-8.593-21.148-8.593-7.836 0-15.568 3.146-21.178 8.593l-33.258 33.080c-6.574 6.604-16.058 9.572-25.333 8.058l-46.748-7.524c-7.821-1.276-15.805 0.608-22.276 5.254-6.367 4.467-10.73 11.353-11.917 19.055l-6.99 45.754c-1.44 9.186-7.272 17.022-15.776 21.207l-42.37 20.717c-7.034 3.547-12.481 9.587-14.9 16.992-2.464 7.45-1.736 15.449 1.84 22.365l21.816 41.212c4.333 8.118 4.333 17.942 0 26.016l-21.816 41.286c-3.577 6.931-4.289 14.885-1.84 22.365 2.464 7.405 7.821 13.446 14.9 16.992l42.37 20.703c8.504 4.17 14.336 12.051 15.776 21.237l6.99 45.709c1.187 7.687 5.55 14.648 11.917 19.144 6.426 4.586 14.41 6.485 22.276 5.254l46.748-7.524c9.275-1.588 18.758 1.44 25.333 8.044l33.258 32.976c5.654 5.61 13.253 8.711 21.178 8.711 7.94 0 15.583-3.102 21.148-8.711l33.258-32.976c6.663-6.619 16.147-9.646 25.363-8.044zM624.417 856.672c-99.506 0-180.387-79.174-180.387-176.484s80.926-176.529 180.387-176.529c99.476 0 180.372 79.264 180.372 176.529 0 97.31-80.851 176.484-180.372 176.484zM624.447 529.111c-84.977 0-154.164 67.614-154.164 150.795s69.231 150.81 154.164 150.81c85.051 0 154.134-67.629 154.134-150.81s-69.068-150.795-154.134-150.795zM893.076 923.099l-83.834-82.113-4.259 27.693c-2.003 12.763-9.231 24.546-19.975 32.056-10.566 7.569-23.893 10.819-37.116 8.667l-46.867-7.465c-3.873-0.252-6.189 0.801-7.88 2.538l-8.014 7.836 109.568 107.179c4.23 4.17 10.359 5.61 16.013 3.948 5.699-1.751 9.839-6.322 10.982-12.080l9.869-52.001 53.352-9.795c5.818-1.069 10.522-5.165 12.229-10.774 1.736-5.58 0.163-11.62-4.066-15.686zM549.369 901.743l-48.276 7.673c-13.52 2.093-26.624-1.098-37.309-8.786-10.611-7.48-17.853-19.219-19.842-32.026l-4.244-27.603-83.849 82.113c-4.17 4.096-5.714 10.106-4.007 15.686 1.796 5.565 6.545 9.617 12.303 10.745l53.278 9.691 9.988 52.135c1.098 5.773 5.298 10.329 10.952 12.080 5.625 1.662 11.783 0.237 15.954-3.903l109.523-107.223-7.969-7.91c-1.796-1.766-4.096-2.671-6.5-2.671zM672.219 171.676h-392.771c-14.143 0-25.615 11.219-25.615 25.066-0.045 13.92 11.427 25.095 25.615 25.095h392.771c14.158 0 25.63-11.16 25.63-25.021s-11.561-25.14-25.63-25.14zM672.219 300.18h-392.771c-14.143 0-25.615 11.19-25.615 24.962-0.030 13.861 11.427 25.095 25.615 25.095h392.771c14.158 0 25.63-11.16 25.63-25.066-0.015-13.802-11.561-24.992-25.63-24.992zM399.627 823.4l-19.352-9.424c-4.957-2.434-9.453-5.58-13.609-9.068h-165.354c-11.323 0-20.539-9.038-20.539-20.064v-711.457c0-11.13 9.216-20.124 20.539-20.124h550.289c11.294 0 20.525 8.993 20.525 20.124v366.918c9.142 2.107 17.927 6.025 25.585 11.62 14.959 10.463 25.363 27.203 28.138 45.457l0.816-423.936c0.074-40.544-33.629-73.55-75.049-73.55h-550.304c-41.435 0-75.153 33.050-75.153 73.55v711.502c0 40.574 33.762 73.55 75.153 73.55h162.564l35.751-35.098z"></path>
</symbol>
<symbol id="icon-Clinical_Trial_Management_icon" viewBox="0 0 1024 1024">
<title>Clinical_Trial_Management_icon</title>
<path class="path1" d="M991.886 812.282c-14.517 1.076-29.18-0.163-43.748 0.37-7.142 0.258-9.457-1.532-9.414-9.139 0.318-67.937 0.198-135.839 0.198-203.767 0-41.278 0.318-82.557-0.267-123.827-0.138-9.689 2.865-12.090 11.952-11.548 12.675 0.757 25.48-0.534 38.12 0.379 15.429 1.101 27.614-2.952 35.246-17.193v-15.773c-5.223-16.281-16.677-20.575-33.078-20.557-320.237 0.361-640.456 0.327-960.701 0.043-13.699-0.009-23.905 3.502-30.221 15.997v22.528c7.134 11.565 17.718 15.489 30.883 14.999 13.811-0.525 27.674 0.215 41.485-0.37 8.304-0.361 11.204 1.678 11.169 10.877-0.361 109.138-0.318 218.284-0.060 327.405 0.009 7.59-1.385 10.395-9.569 9.999-14.913-0.74-29.851-0.267-44.763-1.076-15.67-0.387-29.154 1.428-29.154 16.651v22.528c0.645 9.896 8.751 13.226 17.812 13.708 138.395-0.060 276.781-0.155 415.176-0.181 186.652-0.034 373.295-0.017 559.956 0 3.735 0 7.452 0.284 11.178 0.439 10.593-0.525 19.533-10.068 19.878-16.221 0-5.249 0.043-18.148 0.043-23.414-1.317-5.077-3.623-14.078-32.123-12.856zM906.042 812.669c-131.743-0.241-263.469-0.181-395.204-0.181-130.986 0-261.972-0.095-392.958 0.207-9.379 0.026-12.314-1.48-12.262-11.952 0.473-108.475 0.379-216.985-0.034-325.469-0.034-9.423 3.046-10.885 11.402-10.877 185.602 0.207 371.204 0.155 556.806 0.146 77.454 0 154.917 0.146 232.379-0.207 8.355-0.043 10.455 1.928 10.421 10.412-0.318 109.258-0.336 218.516 0.034 327.775 0.009 8.855-2.625 10.163-10.584 10.145zM169.175 190.498c2.47 0.611 5.197 0.232 7.805 0.232 45.486 0.009 90.955-0.060 136.433 0.069 7.461 0.017 14.233-0.344 17.313-8.751 3.218-8.786 2.84-16.677-5.154-22.864h-161.672c-6.282 4.483-11.221 9.75-8.734 18.303 2.048 7.022 7.073 11.29 14.009 13.011zM431.921 190.507c2.47 0.611 5.189 0.232 7.796 0.232 45.469 0.009 90.938-0.060 136.416 0.069 7.443 0.017 14.198-0.344 17.331-8.734 3.296-8.82 2.779-16.659-5.154-22.881h-161.68c-6.342 4.466-11.212 9.775-8.726 18.329 2.039 7.013 7.073 11.264 14.018 12.985zM694.565 190.49c2.461 0.645 5.197 0.25 7.805 0.25 45.503 0.009 91.007-0.069 136.502 0.077 7.495 0.017 14.353-0.336 17.391-8.691 3.21-8.751 2.745-16.72-5.223-22.932h-161.68c-6.239 4.483-11.178 9.689-8.786 18.243 1.996 7.082 7.116 11.247 13.992 13.054zM193.467 389.404c7.942 0.198 8.011-3.537 7.951-9.534-0.25-26.994-0.112-53.997-0.112-80.991 0-27.751-0.052-55.494 0.034-83.237 0.017-5.705 1.325-10.954-7.899-10.92-8.467 0.034-8.682 4.122-8.665 10.438 0.146 55.124 0.207 110.239-0.069 165.354-0.017 6.944 1.885 8.708 8.76 8.889zM297.726 389.327c6.049-0.25 9.362-0.482 9.319-8.278-0.361-55.873-0.327-111.745-0.034-167.618 0.034-7.461-3.106-8.467-9.328-8.691-7.4-0.267-7.409 3.76-7.375 9.216 0.163 27.751 0.077 55.494 0.077 83.245h0.034c0 27.751 0.129 55.503-0.103 83.254-0.060 5.619 0.129 9.164 7.409 8.872zM456.3 389.37c6.807 0.017 7.856-2.633 7.839-8.579-0.138-55.442-0.077-110.893 0.103-166.344 0.017-6.118-0.706-9.681-8.321-9.681-7.478 0-8.476 3.227-8.416 9.517 0.25 27.347 0.103 54.694 0.103 82.040 0 28.095 0.241 56.2-0.172 84.295-0.095 7.108 2.108 8.734 8.863 8.751zM560.851 389.464c8.183 0.086 9.018-3.313 8.958-9.922-0.224-27.355-0.103-54.719-0.103-82.083h-0.129c0-27.734-0.138-55.468 0.095-83.202 0.052-6.161-0.697-9.681-8.33-9.612-7.512 0.069-8.424 3.485-8.416 9.689 0.189 55.098 0.189 110.196 0.181 165.286 0 5.55-0.482 9.75 7.745 9.844zM718.693 204.826c-6.204 0.069-8.476 1.764-8.45 8.304 0.198 55.812 0.232 111.633-0.052 167.446-0.034 7.022 1.979 8.803 8.803 8.786 6.746-0.009 7.951-2.53 7.899-8.536-0.25-28.095-0.12-56.191-0.112-84.286 0.009-27.725-0.146-55.442 0.129-83.168 0.034-6.196-1.704-8.614-8.218-8.545zM824.535 389.395c8.054 0.25 7.977-3.726 7.934-9.595-0.198-27.373-0.103-54.745-0.103-82.118h-0.052c0-28.121-0.172-56.251 0.138-84.372 0.060-6.213-1.403-8.338-8.037-8.571-8.562-0.301-8.657 4.251-8.639 10.472 0.129 55.124 0.224 110.248-0.043 165.363-0.043 7.048 2.031 8.614 8.803 8.82zM510.064 363.408c0.086 6.936 4.328 11.901 11.918 12.168 8.037 0.275 12.297-4.036 13.105-12.753-0.706-6.961-4.509-11.995-12.451-12.047-7.96-0.060-12.649 5.043-12.572 12.632zM247.378 363.46c0.129 6.858 4.285 11.849 11.884 12.081 8.046 0.232 12.125-4.225 13.088-12.675-0.852-6.97-4.5-12.099-12.512-12.064-7.917 0.034-12.598 5.094-12.46 12.658zM772.836 362.789c-0.189 7.512 4.354 12.262 12.15 12.882 8.097-0.525 12.572-4.595 12.503-12.641-0.052-7.461-4.303-11.849-11.574-12.219-7.951-0.413-12.865 4.414-13.080 11.978zM486.357 324.754c-0.232 5.559 3.287 9.328 8.579 9.646 5.43 0.318 8.45-3.606 9.818-9.233-1.179-4.5-3.003-8.76-9.009-8.915-5.783-0.155-9.164 2.943-9.388 8.502zM223.645 324.694c-0.163 5.679 3.339 9.577 8.786 9.724 5.507 0.146 8.519-3.941 9.526-9.259-1.162-5.318-3.76-9.061-9.741-8.915-5.421 0.129-8.424 3.313-8.571 8.45zM749.207 325.288c0.060 5.8 3.735 8.614 9.543 9.423 4.741-1.601 8.88-4.475 8.39-10.128-0.473-5.421-3.967-8.682-9.982-8.218-5.567 0.422-7.985 3.872-7.951 8.923zM748.819 750.91c14.534-0.568 29.154-0.439 43.714-0.043 6.385 0.181 8.287-1.971 8.287-8.347-0.181-82.479-0.181-164.967-0.017-247.447 0.017-6.29-1.73-8.588-8.218-8.407-14.551 0.413-29.162 0.542-43.714-0.034-7.598-0.301-9.379 2.349-9.328 9.62 0.318 40.874 0.172 81.739 0.172 122.605h-0.034c0 40.874 0.198 81.739-0.181 122.605-0.069 7.469 1.824 9.75 9.319 9.448zM761.873 519.65c6.17 0.826 9.827 4.087 9.663 9.448-0.163 5.197-3.322 8.906-9.302 8.717-5.395-0.181-8.054-3.253-8.304-8.399-0.275-5.894 3.528-8.407 7.942-9.767zM223.576 750.91c14.173-0.551 28.397-0.43 42.586-0.052 6.428 0.172 9.242-1.179 9.225-8.536-0.189-82.471-0.12-164.941 0.112-247.404 0.017-6.531-2.194-8.381-8.424-8.226-14.19 0.361-28.422 0.663-42.586-0.086-8.726-0.465-10.524 2.633-10.438 10.825 0.404 40.487 0.181 80.973 0.181 121.46h-0.043c0 40.857 0.172 81.713-0.155 122.57-0.043 7.409 2.151 9.732 9.543 9.448zM237.301 519.96c5.662-0.009 8.046 4.294 9.035 9.139-1.231 5.516-3.803 9.113-9.775 8.708-5.352-0.37-8.011-3.528-8.063-8.639-0.052-5.74 3.313-9.207 8.803-9.207zM487.312 750.928c14.164-0.688 28.397-0.482 42.578-0.060 6.505 0.189 8.304-2.16 8.201-8.424-0.318-18.733-0.060-37.475-0.060-56.217 0.034-62.963-0.086-125.943 0.215-188.915 0.052-8.226-2.048-11.204-10.636-10.713-13.424 0.757-26.917 0.749-40.34 0-8.639-0.482-10.584 2.487-10.498 10.756 0.422 40.47 0.189 80.956 0.189 121.434h-0.146c0 40.487 0.232 80.956-0.189 121.443-0.069 8.442 2.22 11.109 10.687 10.696zM499.6 519.71c5.731 0.723 9.242 4.001 9.113 9.397-0.12 5.275-3.261 8.889-9.233 8.691-5.378-0.181-8.072-3.27-8.261-8.407-0.215-5.757 3.261-8.605 8.381-9.681zM296.366 486.52c-8.338 0.379-5.86 6.368-5.869 10.636-0.155 84.846-0.293 169.683-0.043 254.529 0.026 10.421-2.607 14.887-13.94 14.431-19.8-0.852-39.652-0.181-59.487-0.146-14.895 0.034-15.601-0.671-15.601-16.031-0.043-84.45-0.138-168.926-0.026-253.393 0.009-6.634-0.731-10.378-8.898-10.3-8.149 0.077-7.813 4.526-7.805 10.154 0.112 84.846 0.112 169.683 0.181 254.537 0.017 20.592 8.665 29.292 29.292 29.378 20.953 0.086 41.915-0.043 62.868-0.112 21.874-0.086 29.739-7.856 29.773-29.653 0.069-42.053 0.017-84.088 0.017-126.133 0-42.81-0.241-85.594 0.207-128.387 0.103-8.734-3.571-9.836-10.67-9.509zM561.539 486.357c-7.323 0-8.734 2.693-8.51 9.268 0.422 13.114 0.052 26.254 0.052 39.385-0.017 72.394-0.146 144.797 0.095 217.2 0.034 9.793-2.582 14.241-13.355 13.854-20.17-0.74-40.375-0.103-60.579-0.12-14.284 0-15.007-0.568-15.059-15.429-0.129-41.64-0.069-83.288-0.086-124.928-0.017-43.516-0.129-87.031 0.043-130.547 0.017-5.946-1.058-8.528-7.882-8.786-9.552-0.361-8.812 5.327-8.803 11.539 0.086 84.785 0.069 169.562 0.189 254.348 0.026 18.974 8.347 27.648 27.123 27.958 21.685 0.344 43.369 0.172 65.071 0.060 21.943-0.12 29.644-7.727 29.713-29.653 0.12-42.018 0.034-84.037 0.034-126.038 0-42.776-0.069-85.526 0.077-128.293 0.009-5.946-0.284-9.818-8.123-9.818zM832.305 498.275c0-5.783 1.798-11.927-8.166-12.056-9.982-0.138-8.304 5.774-8.304 11.729 0.034 84.407-0.086 168.805 0.207 253.221 0.043 10.92-3.175 15.489-14.723 15.016-19.422-0.792-38.886-0.198-58.325-0.215-15.446 0-16.203-0.723-16.212-16.677 0-84.037 0.017-168.056 0.112-252.085 0-5.843 0.955-10.86-8.072-10.885-8.622-0.017-8.553 4.346-8.545 10.541 0.112 85.155 0.017 170.311 0.129 255.466 0.017 18.845 8.588 27.553 27.261 27.794 20.945 0.267 41.881 0.232 62.825 0.172 24.636-0.103 31.864-7.349 31.933-32.183 0.103-41.278 0.017-82.54 0.017-123.809h-0.12c0-42.001 0-84.020-0.017-126.029z"></path>
</symbol>
<symbol id="icon-End_UserAnalysis_icon" viewBox="0 0 1024 1024">
<title>End_UserAnalysis_icon</title>
<path class="path1" d="M512 0c-282.773 0-512 229.227-512 512s229.227 512 512 512c282.765 0 512-229.227 512-512s-229.235-512-512-512zM432.566 457.439c1.907-16.986 7.488-32.674 22.645-42.148 13.515-8.434 28.946-10.67 44.884-8.896 8.145 0.915 15.931 2.955 23.489 6.081 11.756 4.862 17.9 14.68 22.747 25.577 4.213 9.466 5.683 19.456 5.081 29.782 0 2.267 0.039 4.526-0.016 6.785-0.063 3.095-0.149 5.988 2.931 8.184 1.29 0.922 1.97 3.127 2.322 4.878 2.337 11.592-0.047 22.442-5.761 32.643-1.407 2.501-2.744 5.214-4.737 7.184-4.565 4.479-6.613 10.154-8.989 15.845-5.581 13.359-14.578 23.88-28.062 29.813-18.276 8.036-34.363 3.416-48.566-9.474-8.27-7.488-13.554-16.916-16.767-27.562-0.422-1.415-1.368-2.767-2.384-3.869-7.934-8.622-13.476-18.534-14.813-30.196-0.61-5.284 0.406-10.779 0.969-16.149 0.133-1.282 1.118-2.9 2.204-3.572 2.595-1.602 2.634-3.861 2.619-6.41-0.039-6.167-0.477-12.397 0.203-18.495zM442.501 560.378c2.329-0.993 3.299 0.109 4.526 1.712 9.122 11.96 20.847 20.222 35.66 23.216 12.468 2.525 24.349-0.078 35.332-6.488 6.918-4.049 13.031-9.107 17.752-15.571 2.079-2.83 3.744-3.736 7.254-2.157 14.602 6.543 29.485 12.483 44.032 19.159 15.61 7.16 25.874 19.589 32.729 35.051 5.581 12.601 8.942 25.741 9.779 39.514 0.336 5.706-0.164 6.464-5.62 8.622-12.866 5.073-26.249 8.059-39.85 10.381-30.579 5.222-61.401 6.597-92.348 6.613-0.008 0.281-0.023 0.555-0.039 0.836-22.411-1.298-44.853-2.189-67.224-4.026-17.22-1.407-34.284-4.385-50.965-9.060-5.128-1.438-10.123-3.353-15.11-5.245-4.026-1.524-4.745-2.681-4.448-7.004 0.649-9.333 2.071-18.557 4.971-27.492 4.065-12.499 9.435-24.271 18.487-34.112 8.153-8.856 18.455-14.336 29.297-18.979 11.882-5.097 23.88-9.904 35.785-14.969zM620.693 596.453c-8.466-13.077-20.605-22.012-34.683-28.289-12.093-5.386-24.396-10.303-36.606-15.438-1.227-0.516-2.423-1.118-4.073-1.884 2.368-6.754 5.034-13.023 9.521-18.401 1.438-1.728 2.837-3.518 4.002-5.44 1.032-1.72 2.29-2.118 4.119-1.673 17.345 4.284 32.58-0.367 46.049-11.381 4.182-3.424 7.692-7.692 11.311-11.749 1.157-1.298 2.095-1.782 3.682-1.102 14.524 6.23 29.118 12.319 43.586 18.674 18.534 8.137 30.196 22.606 37.278 41.124 4.542 11.866 7.582 24.052 7.809 36.856 0.063 2.877-0.836 4.737-3.643 5.612-9.099 2.814-18.057 6.308-27.328 8.317-12.452 2.705-25.131 4.323-37.732 6.285-3.244 0.508-6.574 0.492-9.849 0.844-2.564 0.289-2.29-1.978-2.978-3.228-3.533-6.355-6.519-13.054-10.467-19.128zM625.437 473.080c-1.993 2.283-2.939 5.55-4.088 8.466-5.956 15.055-15.524 26.757-30.806 33.088-8.114 3.361-17.838 4.745-26.233 1.47 2.423-6.91 4.002-13.969 3.549-21.363-0.399-6.511-1.282-12.835-5.448-18.268-0.735-0.961-0.766-2.666-0.704-4.010 1.008-23.865-4.002-45.556-22.669-62.222-5.839-5.214-12.874-8.442-20.339-10.631-2.322-0.688-3.080-1.579-2.791-4.088 1.454-12.538 6.668-23.411 14.477-33.112 5.315-6.613 12.96-9.591 20.761-12.030 11.968-3.744 24.201-4.854 36.606-2.626 8.427 1.509 16.587 3.869 24.076 8.231 8.481 4.932 12.937 13.046 16.923 21.434 3.682 7.77 5.706 15.993 5.48 24.717-0.141 5.44 0.078 10.904 0.305 16.345 0.047 1.212 0.492 2.837 1.352 3.518 3.346 2.619 4.159 6.207 4.495 10.060 1.376 15.978-4.643 29.219-14.946 41.023zM237.373 373.205c18.604-6.175 35.512-2.329 50.254 10.529 1.993 1.743 3.322 1.899 5.605 0.532 26.702-16.056 53.467-31.994 80.224-47.956 4.229-2.517 4.284-2.494 3.236-7.223-4.987-22.481 6.769-45.337 26.593-55.179 27.531-13.656 61.417 0.563 70.507 29.931 1.079 3.494 1.532 7.238 1.868 10.897 0.227 2.454 1.204 3.783 3.525 4.338 11.499 2.689 22.989 5.378 34.48 8.098 9.599 2.283 19.175 4.604 28.758 6.926 0.274 0.070 0.5 0.32 1.219 0.805-9.255 3.65-17.173 8.512-24.138 14.914-0.594 0.532-1.939 0.641-2.798 0.438-14.281-3.4-28.539-6.824-42.789-10.373-2.134-0.524-2.791 0.711-3.51 2.087-5.19 9.888-12.866 17.127-22.895 22.090-18.049 8.935-42.14 5.284-56.429-8.935-2.032-2.032-3.424-2.087-5.792-0.664-26.804 16.087-53.654 32.080-80.536 48.034-2.509 1.485-3.291 2.72-2.556 6.035 4.377 19.691-0.836 36.669-16.064 50.090-11.577 10.209-25.616 13.976-40.561 11.381-20.441-3.549-34.347-15.516-40.327-35.715-7.598-25.733 6.332-52.513 32.127-61.080zM785.955 681.507c-19.894 6.042-37.341 1.532-52.107-13.062-1.634-1.618-2.9-1.813-4.823-0.789-25.725 13.797-51.442 27.593-77.238 41.257-2.791 1.477-3.682 3.228-3.596 6.3 0.578 20.746-12.726 39.264-31.244 46.776-22.677 9.2-49.175 0.383-61.972-20.652-2.501-4.112-3.041-4.159-7.621-2.955-8.028 2.111-16.126 3.994-24.209 5.941-9.888 2.384-19.776 4.737-29.665 7.098-4.596 1.102-9.177 2.306-13.812 3.221-2.673 0.532-3.83 1.821-3.994 4.549-1.165 20.339-15.657 38.459-36.121 44.048-26.859 7.332-53.443-7.309-61.557-32.768-2.752-8.63-3.346-17.306-1.227-26.092 0.75-3.127 0.055-4.893-2.931-6.652-26.999-15.946-53.889-32.080-80.771-48.237-2.126-1.274-3.471-1.188-5.362 0.532-11.889 10.912-26.202 15.438-41.898 12.78-20.457-3.447-34.3-15.415-40.546-35.543-7.676-24.764 5.995-51.552 29.508-60.463 5.863-2.228 12.28-3.002 18.448-4.432 0.063 0.281 0.133 0.563 0.195 0.844 22.098-0.086 40.624 13.75 47.487 33.417 3.424 9.826 4.104 19.886 0.922 29.962-0.711 2.259 0.383 3.142 2.032 4.127 17.76 10.568 35.496 21.176 53.24 31.775 9.536 5.691 19.12 11.295 28.578 17.111 2.111 1.298 3.314 1.047 5.026-0.61 12.28-11.874 27.242-16.095 43.758-13.398 15.79 2.572 27.765 11.444 35.512 25.545 1.274 2.314 2.533 3.158 5.081 2.517 8.27-2.087 16.556-4.073 24.857-6.066 7.879-1.884 15.782-3.729 23.661-5.605 7.301-1.735 14.617-3.369 21.84-5.378 1.102-0.305 2.15-2.251 2.478-3.619 1.204-5.057 2.079-10.209 3.142-15.313 0.516-2.494 2.032-3.627 4.729-3.908 11.772-1.219 23.575-2.236 35.238-4.151 13.179-2.157 26.257-4.956 38.443-10.834 0.899-0.43 2.783-0.141 3.478 0.547 2.392 2.384 4.76 4.901 6.55 7.739 1.587 2.517 2.978 2.408 5.229 1.18 11.835-6.418 23.724-12.734 35.598-19.089 12.405-6.66 24.748-13.445 37.255-19.894 3.283-1.696 3.979-3.596 3.392-7.051-3.127-18.166 2.58-33.518 16.032-45.814 9.912-9.052 21.95-13.007 35.441-12.515 21.395 0.789 38.967 14.492 45.595 33.886 9.028 26.343-5.37 55.632-32.057 63.738zM786.854 316.096c-20.136 6.496-37.935 2.111-53.021-12.741-1.571-1.548-2.759-1.892-4.792-0.797-26.249 14.109-52.537 28.148-78.856 42.125-2.486 1.321-3.103 2.619-2.556 5.558 1.446 7.723 0.922 15.469-1.712 23.755-1.391-2.806-2.439-5.057-3.596-7.262-6.855-13.031-16.47-23.333-30.063-29.454-9.161-4.119-18.948-6.488-28.93-6.933-8.583-0.383-17.22 0.586-25.85 0.946-0.375 0.016-0.766-0.102-1.501-0.195 3.721-5.988 8.411-10.6 14.008-14.32 20.847-13.851 48.12-10.6 65.192 7.848 1.602 1.743 2.837 2.134 4.971 0.993 25.889-13.922 51.763-27.836 77.746-41.554 3.095-1.634 3.744-3.416 3.127-6.582-2.9-15.071 0.899-28.594 10.459-40.358 9.654-11.889 22.364-18.19 37.841-18.252 22.004-0.078 37.904 10.005 47.010 29.845 12.202 26.593-1.829 58.454-29.477 67.381z"></path>
</symbol>
<symbol id="icon-Global_Industry_Analysis_icon" viewBox="0 0 1024 1024">
<title>Global_Industry_Analysis_icon</title>
<path class="path1" d="M492.422 11.166c-0.171 46.592-0.366 93.184-0.512 139.752-0.073 21.455 0 42.886 0 65.024-91.672 6.949-166.449 44.91-222.184 117.492-41.935 54.613-61.659 117.053-60.148 185.88 3.316 150.235 121.783 279.186 282.331 288.817 0 4.291 0 8.704 0 13.093 0 60.294-0.024 120.564 0 180.907 0 3.535 0.366 7.144 0.536 10.679-3.243 0-6.51 0-9.777 0-4.462-5.949-11.288-11.288-12.946-17.896-5.193-20.821-8.509-42.057-12.459-63.195-2.511-13.434-6.778-17.627-19.968-20.334-14.312-2.999-28.623-6.144-42.813-9.63-12.971-3.145-18.895-1.341-26.892 9.704-12.605 17.384-25.015 34.962-37.693 52.297-7.534 10.289-14.629 12.093-26.283 6.802-9.752-4.437-19.48-8.948-29.062-13.8-11.898-6.046-14.677-12.581-11.215-25.576 5.51-20.773 11.093-41.472 16.628-62.245 3.462-12.946 1.512-18.139-8.923-26.088-11.654-8.899-23.186-17.944-34.597-27.136-10.386-8.436-15.848-9.192-27.453-2.95-18.92 10.191-37.742 20.578-56.734 30.622-11.362 6.046-19.334 4.535-27.77-5.291-6.778-7.851-13.288-16.043-19.602-24.332-8.216-10.703-8.070-17.725 0.61-27.916 13.678-16.189 27.55-32.183 41.326-48.274 9.411-10.947 9.801-16.53 3.365-29.135-6.656-13.044-13.263-26.136-19.042-39.522-4.315-10.045-10.971-14.848-21.821-14.336-22.138 1.097-44.276 1.95-66.414 2.999-12.581 0.561-18.651-3.608-21.967-15.896-3.389-12.532-6.485-25.137-9.704-37.717 0-0.658 0-1.341 0-1.95 2.779-9.899 9.679-15.287 19.017-19.090 18.944-7.656 37.595-16.14 56.393-24.137 9.533-4.047 13.751-10.947 13.458-21.431-0.488-15.604-0.561-31.208-0.098-46.787 0.317-10.898-4.096-17.822-14.092-21.943-18.578-7.68-37.327-15.141-55.442-23.796-7.168-3.438-12.898-9.899-19.285-14.994 0-3.243 0-6.534 0-9.777 2.584-10.386 5.12-20.773 7.802-31.134 3.901-15.116 8.485-18.578 24.162-18.042 21.187 0.731 42.325 1.707 63.488 2.341 12.971 0.39 17.749-3.096 23.235-15.116 6.071-13.288 12.312-26.551 18.798-39.668 5.925-11.922 5.51-17.603-3.121-27.453-14.385-16.433-28.891-32.744-43.179-49.274-7.704-8.948-8.046-17.042-1.024-26.502 6.412-8.631 13.044-17.115 19.944-25.356 9.265-11.093 16.14-12.337 29.086-5.534 18.725 9.826 37.352 19.87 56.052 29.745 11.703 6.168 17.53 5.242 27.477-3.145 10.947-9.24 22.040-18.334 33.304-27.16 11.703-9.216 13.531-14.043 9.484-28.623-5.388-19.432-10.825-38.839-16.213-58.295-4.437-16.091-1.755-22.114 13.483-29.72 8.143-4.072 16.384-7.973 24.698-11.703 13.336-6.022 20.041-4.315 28.672 7.241 13.044 17.506 25.966 35.084 38.961 52.638 6.071 8.216 13.507 11.069 23.869 8.216 15.043-4.12 30.33-7.29 45.617-10.533 10.094-2.121 16.018-7.582 17.798-17.969 3.486-20.212 7.924-40.229 10.85-60.514 1.585-11.045 6.12-18.822 16.262-23.308 3.925-0.024 7.826-0.024 11.727-0.024z"></path>
<path class="path2" d="M1012.809 535.479c-1.438 11.215-3.048 22.406-4.242 33.646-10.289 95.134-46.324 179.517-105.667 254.293-2.901 3.657-5.096 6.802-11.093 4.096-40.96-18.334-82.091-36.23-123.197-54.345-0.853-0.39-1.56-1.097-1.292-0.853 14.531-39.668 31.281-78.238 42.569-118.296 11.191-39.814 16.798-81.189 25.234-123.831 0.951 0 4.754 0 8.533 0 52.468 0 105.009 0 157.477-0.049 3.901 0 7.753-0.39 11.678-0.561 0 1.975 0 3.95 0 5.9z"></path>
<path class="path3" d="M1012.809 492.422c-49.201-0.122-98.328-0.268-147.529-0.414-9.143-0.024-18.286 0.366-27.38-0.341-2.292-0.171-6.144-3.755-6.242-5.9-3.243-82.554-24.942-160.207-61.611-233.96-0.244-0.536-0.244-1.219-0.61-2.901 8.753-3.535 17.847-6.802 26.624-10.752 30.866-13.922 61.659-27.819 92.233-42.277 6.802-3.218 10.484-2.828 15.287 3.316 48.201 61.489 80.725 130.389 96.573 206.775 5.193 24.722 6.997 50.127 10.435 75.191 0.439 3.145 1.487 6.193 2.243 9.314-0.024 0.683-0.024 1.292-0.024 1.95z"></path>
<path class="path4" d="M530.676 491.252c0-64.731 0-128.512 0-193.487 14.994-1.365 29.769-2.731 44.568-4.072 50.005-4.584 99.011-14.238 146.846-29.355 8.338-2.633 11.8-0.805 15.482 6.9 27.038 56.076 45.812 114.615 53.199 176.567 1.438 11.922 1.707 24.015 2.389 36.035 0.146 2.219-0.341 4.462-0.561 7.436-87.162-0.024-173.982-0.024-261.925-0.024z"></path>
<path class="path5" d="M530.895 530.603c87.479 0 174.007 0 262.29 0-3.438 81.432-27.819 156.209-64.293 228.815-64.61-20.139-130.292-31.817-197.998-34.718 0-64.975 0-128.926 0-194.097z"></path>
<path class="path6" d="M530.773 259.194c0-82.139 0-162.743 0-245.394 75.24 60.002 133.754 131.828 183.369 213.626-60.392 18.92-120.613 28.623-183.369 31.768z"></path>
<path class="path7" d="M530.798 1011.614c0-84.675 0-166.010 0-247.198 25.381-4.901 153.039 16.628 178.956 30.379-47.86 81.115-109.714 150.357-178.956 216.82z"></path>
<path class="path8" d="M593.042 1005.373c23.528-26.77 45.568-51.151 66.853-76.142 31.134-36.474 59.002-75.386 82.895-117.004 2.56-4.535 4.584-7.241 10.484-4.608 38.010 16.847 76.142 33.475 114.249 50.2 0.853 0.39 1.487 1.146 3.048 2.389-76.581 78.068-168.18 125.83-277.528 145.164z"></path>
<path class="path9" d="M594.383 16.92c108.422 19.188 199.534 68.072 277.431 146.164-24.088 11.093-46.665 21.797-69.486 31.89-14.848 6.558-30.184 12.117-45.227 18.286-4.657 1.902-7.339 1.317-10.142-3.486-41.374-69.973-90.99-133.437-150.284-189.172-0.683-0.61-1-1.536-2.292-3.682z"></path>
</symbol>
<symbol id="icon-Growth_Financial_Analysis_icon" viewBox="0 0 1024 1024">
<title>Growth_Financial_Analysis_icon</title>
<path class="path1" d="M86.78 355.797h-52.068c-19.161 0-34.712 15.551-34.712 34.712v399.186h121.492v-399.186c0-19.161-15.551-34.712-34.712-34.712zM919.864 338.441c0-19.161-15.551-34.712-34.712-34.712h-52.068c-19.161 0-34.712 15.551-34.712 34.712v145.668c16.679-4.287 34.052-6.821 52.068-6.821 2.569 0 5.12 0.243 7.654 0.347l0.035-0.347c0 0 1.284 0.191 3.159 0.486 20.428 1.093 40.11 5.068 58.576 11.611v-150.945zM277.695 494.644h-52.068c-19.161 0-34.712 15.534-34.712 34.712v260.339h121.492v-260.339c0-19.161-15.551-34.712-34.712-34.712zM52.068 338.441c13.711 0 26.086-5.415 35.389-14.076l121.283 70.743c2.36 26.572 24.42 47.468 51.599 47.468 24.715 0 45.316-17.269 50.627-40.37l101.827-46.288c9.528 10.518 23.153 17.234 38.461 17.234 28.759 0 52.068-23.309 52.068-52.068 0-1.423-0.312-2.76-0.417-4.165l117.257-48.857c9.563 11.125 23.552 18.311 39.363 18.311 24.212 0 44.344-16.558 50.176-38.895l110.713-9.233c8.123 18.12 26.225 30.772 47.382 30.772 28.759 0 52.068-23.309 52.068-52.068s-23.309-52.068-52.068-52.068c-24.212 0-44.344 16.558-50.211 38.895l-110.679 9.216c-8.123-18.102-26.225-30.755-47.382-30.755-28.759 0-52.068 23.309-52.068 52.068 0 0.885 0.243 1.701 0.278 2.551l-120.763 46.462c-9.355-8.799-21.868-14.301-35.719-14.301-27.527 0-49.812 21.417-51.703 48.458l-99.449 39.78c-9.563-11.403-23.726-18.814-39.762-18.814-14.735 0-27.96 6.161-37.437 15.985l-119.6-59.791c0.434-2.708 0.833-5.415 0.833-8.261 0-28.759-23.309-52.068-52.068-52.068s-52.068 23.309-52.068 52.068 23.309 52.068 52.068 52.068zM833.085 702.915l19.213-173.021c-3.523-0.191-6.977-0.538-10.535-0.538-91.067 0-164.881 73.832-164.881 164.881s73.815 164.881 164.881 164.881 164.881-73.832 164.881-164.881c0-9.997-1.059-19.768-2.742-29.297l-170.817 37.975zM485.966 407.864h-52.068c-19.161 0-34.712 15.551-34.712 34.712v347.119h121.492v-347.119c0-19.161-15.551-34.712-34.712-34.712zM728.949 516.634v-160.837c0-19.161-15.551-34.712-34.712-34.712h-52.068c-19.161 0-34.712 15.551-34.712 34.712v433.898h62.794c-17.738-30.651-28.082-66.143-28.082-104.136 0-69.632 34.313-131.124 86.78-168.925zM867.797 668.203l156.203-34.712c-34.347-109.047-138.847-121.492-138.847-121.492l-17.356 156.203z"></path>
</symbol>
<symbol id="icon-industries-icon" viewBox="0 0 1024 1024">
<title>industries-icon</title>
<path class="path1" d="M215.924 438.791l125.124-44.27v-284.125h-125.124v328.395zM558.753 438.791l125.18-44.27v-284.125h-125.18v328.395zM63.109 1023.832h897.781v-306.008h-897.781v306.008zM493.091 764.984h96.326v154.414h-96.326v-154.414zM322.925 764.984h96.34v154.414h-96.34v-154.414zM146.348 764.984h96.298v154.414h-96.298v-154.414zM748.895 536.688l-24.562-124.998-312.082 124.998-37.369-124.998-311.773 124.998v133.232h897.781v-133.232h-211.996zM159.365 90.014c15.711-2.96 27.816-11.811 37.411-21.462 9.973-9.805 17.618-19.61 29.009-25.488 10.787-6.074 24.534-7.799 33.413-6.018 8.473 1.473 13.943 5.162 20.228 14.869 5.92 9.272 10.212 21.083 15.458 33.483h2.539c4.489-13.312 4.671-27.466 0.14-41.746-2.371-7.154-6.481-14.448-13.354-20.242-6.733-5.934-16.665-8.753-24.955-7.771-17.156 2.104-27.255 12.933-37.958 20.41-10.521 7.659-21.462 15.977-32.53 20.943-11.404 4.91-22.766 8.29-32.642 8.921-10.058 0.238-17.927-3.016-25.726-8.978-16.16-12.050-29.093-34.283-42.741-56.769l-2.525 0.477c-1.725 26.975 4.755 55.745 28.055 77.6 11.881 10.619 30.678 15.458 46.178 11.769zM546.816 92.202c11.839-2.427 20.228-9.314 26.834-16.931 6.439-7.266 11.755-14.476 19.582-18.264 7.561-4.068 17.618-3.773 22.556-2.006 4.419 1.641 6.523 2.244 11.278 8.304 4.292 5.695 8.024 13.55 13.158 22.023h2.567c4.615-9.384 5.302-19.568 2.469-30.285-1.585-5.302-4.657-10.955-9.875-15.486-5.176-4.727-13.158-6.845-19.484-5.976-13.158 2.048-19.708 10.927-27.087 16.384-7.308 5.737-15.15 10.843-23.243 13.859-8.010 2.483-15.949 4.208-21.911 4.25-6.144-0.323-9.973-2.371-14.785-5.793-10.156-6.901-20.129-21.322-31.968-36.275l-2.539 0.519c-3.563 19.428 0 40.371 17.226 57.106 8.992 8.108 23.566 11.699 35.223 8.571z"></path>
</symbol>
<symbol id="icon-Market_Forecast_Analysis_icon" viewBox="0 0 1024 1024">
<title>Market_Forecast_Analysis_icon</title>
<path class="path1" d="M636.223 636.951v-250.311h-68.267v250.311h68.267zM454.178 636.951v-204.8h-68.267v204.8h68.267zM727.245 272.862l113.778-113.778c0 0-142.086-159.607-341.333-136.533 0 0-160.404-4.892-318.578 136.533l113.778 113.778c0 0 202.274-221.23 432.356 0zM772.756 159.107l-45.511 45.511c0 0-209.033-155.511-432.356 0l-45.511-45.511c0 0 215.973-210.352 523.378 0zM863.778 181.862l-91.022 113.778c0 0 52.452 71.521 68.267 204.8h159.289c0 0 2.503-236.362-136.533-318.578zM545.2 386.662h-68.267v250.311h68.267v-250.311zM294.889 636.951h68.267v-136.533h-68.267v136.533zM203.867 614.195c-50.404-182.363 68.267-318.578 68.267-318.578l-136.533-113.778c-177.061 258.412-91.022 477.867-91.022 477.867 123.676 348.092 432.356 341.333 432.356 341.333v-159.289c-223.96-37.729-273.067-227.556-273.067-227.556zM833.081 543.562c-13.471 317.622-311.364 299.986-311.364 299.986l-3.641 160.176c211.194-8.761 323.356-123.563 323.356-123.563 159.357-121.788 151.848-334.302 151.848-334.302l-160.199-2.298zM567.25 956.37l1.456-64.080c267.856-43.918 311.342-300.009 311.342-300.009l64.080 0.933c-76.641 363.474-376.878 363.156-376.878 363.156zM727.245 636.951v-250.311h-68.267v250.311h68.267z"></path>
</symbol>
<symbol id="icon-market-research" viewBox="0 0 1024 1024">
<title>market-research</title>
<path class="path1" d="M896 405.333c0 0-17.877-35.179-42.667-10.667l-32 32-224-213.333c0 0 11.787-44.725 32-53.333 0 0 23.552-16.928-10.667-32 0 0-14.251-18.059-32-10.667 0 0-131.232 143.488-106.667 330.667 0 0-218.176-28.832-352 128 0 0-14.965 29.109 10.667 42.667 0 0 28.629 20.469 42.667 0l32-32 224 224-32 32c0 0-25.259 20.597 0 42.667 0 0 26.667 34.144 53.333 0 0 0 157.088-111.467 106.667-341.333 0 0 195.435 40.203 330.667-106.667 0 0 18.624-17.739 0-32zM469.333 768l-213.333-213.333c17.728-28.725 53.333-32 53.333-32l192 192c-13.579 52.853-32 53.333-32 53.333zM512 640l-128-128c0 0 71.2-11.605 117.333 10.667 0 0 31.413 67.403 10.667 117.333zM544 480c-19.744-59.019-10.667-96-10.667-96l117.333 106.667c-53.931 3.424-106.667-10.667-106.667-10.667zM704 480l-149.333-160c-3.147-34.080 10.667-64 10.667-64l202.667 202.667c-28 21.739-64 21.333-64 21.333zM512 0c-282.773 0-512 229.227-512 512s229.227 512 512 512 512-229.227 512-512-229.227-512-512-512zM512 960c-247.424 0-448-200.587-448-448 0-247.424 200.576-448 448-448 247.413 0 448 200.576 448 448 0 247.413-200.587 448-448 448z"></path>
</symbol>
<symbol id="icon-Market_Strategy_icon" viewBox="0 0 1024 1024">
<title>Market_Strategy_icon</title>
<path class="path1" d="M512 0c-282.773 0-512 229.227-512 512s229.227 512 512 512c282.765 0 512-229.227 512-512s-229.235-512-512-512zM728.017 528.939c-56.742 30.485-62.144-25.037-62.144-25.037-46.885-5.378-81.85-57.625-81.85-57.625-63.261 32.619-28 124.584-0.743 159.861 9.849 12.694 14.821 27.546 16.962 42.39h43.407v62.964h60.213v78.098h-414.564v-78.098h60.299v-62.964h49.691c-8.223-8.043-15.852-16.923-22.528-26.796-66.513-97.898-19.542-174.291-19.542-174.291-10.959-3.244-45.845 19.565-45.845 19.565 19.628-71.688 127.633-132.565 127.633-132.565-11.999-4.432-45.845 4.276-45.845 4.276 88.369-84.734 196.35-53.217 196.35-53.217 3.26-18.541 56.742-51.075 56.742-51.075-5.48 5.378-7.707 34.746-7.707 34.746 5.48-9.74 22.966-19.565 22.966-19.565-9.849 22.809 0 71.672 0 71.672 28.367 28.273 59.924 126.163 59.924 126.163l12.077 17.353c15.235 21.762 9.607 56.031-5.495 64.145z"></path>
</symbol>
<symbol id="icon-menu" viewBox="0 0 1024 1024">
<title>menu</title>
<path class="path1" d="M201.172 198.827h621.655v138.163h-621.655v-138.163z"></path>
<path class="path2" d="M201.172 454.781h621.655v138.223h-621.655v-138.223z"></path>
<path class="path3" d="M201.172 710.845h621.655v138.221h-621.655v-138.221z"></path>
</symbol>
<symbol id="icon-molecule" viewBox="0 0 1024 1024">
<title>molecule</title>
<path class="path1" d="M728.576 397.455c-79.278 0-147.082 50.028-173.527 120.172l-171.679-38.175c7.639-17.459 11.889-36.726 11.889-56.97 0-22.072-5.038-42.982-14.024-61.65l147.159-76.82c15.57 10.639 34.186 16.543 53.709 16.543 52.541 0 95.278-42.726 95.278-95.247 0-52.531-42.742-95.263-95.278-95.263-52.531 0-95.258 42.737-95.258 95.263 0 15.539 3.779 30.715 10.988 44.375l-142.208 74.24c-25.979-27.131-62.536-44.052-102.968-44.052-78.633 0-142.612 63.974-142.612 142.612s63.974 142.612 142.612 142.612c41.288 0 78.531-17.649 104.602-45.788l187.244 41.636c-0.85 7.183-1.3 14.49-1.3 21.898 0 31.974 8.136 62.080 22.451 88.366l-135.455 74.184c-19.272-25.923-50.12-42.757-84.838-42.757-58.26 0-105.661 47.401-105.661 105.661 0 58.266 47.401 105.667 105.661 105.667 58.271 0 105.672-47.401 105.672-105.667 0-7.608-0.829-15.037-2.371-22.195l143.063-78.356c33.925 37.135 82.714 60.472 136.852 60.472 102.221 0 185.38-83.159 185.38-185.375 0-102.226-83.159-185.385-185.38-185.385zM582.103 154.614c27.965 0 50.708 22.738 50.708 50.693 0 27.94-22.743 50.673-50.708 50.673-12.887 0-25.027-4.823-34.253-13.307-0.753-0.85-1.551-1.649-2.406-2.371-2.135-2.237-4.081-4.685-5.811-7.332-5.381-8.259-8.218-17.828-8.218-27.668 0-27.945 22.738-50.688 50.688-50.688zM252.657 520.52c-54.062 0-98.038-43.981-98.038-98.038s43.981-98.038 98.038-98.038c54.057 0 98.033 43.981 98.033 98.038s-43.981 98.038-98.033 98.038zM345.354 869.386c-33.684 0-61.092-27.407-61.092-61.097 0-33.684 27.407-61.092 61.092-61.092 33.69 0 61.102 27.407 61.102 61.092 0 33.69-27.412 61.097-61.102 61.097zM728.576 723.64c-77.64 0-140.805-63.165-140.805-140.805 0-77.645 63.165-140.81 140.805-140.81 77.645 0 140.81 63.165 140.81 140.81 0 77.64-63.165 140.805-140.81 140.805z"></path>
</symbol>
<symbol id="icon-newsbyte" viewBox="0 0 1024 1024">
<title>newsbyte</title>
<path class="path1" d="M909.491 359.743l-105.045-190.537c-4.721-9.552-15.647-15.951-28.418-18.865-0.304-0.090-0.483-0.295-0.852-0.353-0.657-0.164-1.36-0.049-2.039-0.205-3.816-0.679-7.562-1.123-11.583-1.082-3.999-0.041-7.789 0.41-11.581 1.082-0.705 0.155-1.37 0.041-2.057 0.205-0.343 0.058-0.556 0.261-0.87 0.353-12.769 2.932-23.692 9.339-28.36 18.865l-77.065 412.566-86.294-238.764c-4.719-9.544-15.693-15.966-28.476-18.891-0.278-0.067-0.5-0.246-0.787-0.312-0.655-0.164-1.229-0.041-1.9-0.179-3.825-0.696-7.658-1.172-11.706-1.097-4.087-0.067-7.88 0.401-11.747 1.097-0.631 0.14-1.302 0.017-1.925 0.179-0.321 0.067-0.5 0.246-0.804 0.336-12.771 2.925-23.724 9.322-28.435 18.867l-84.828 213.926-88.204-68.927c-0.705-0.558-1.712-0.761-2.449-1.278-0.515-0.36-0.72-0.828-1.261-1.164-1.369-0.852-3.128-1.155-4.579-1.876-2.835-1.369-5.553-2.686-8.692-3.572-2.499-0.696-5.006-0.959-7.61-1.326-2.9-0.401-5.734-0.853-8.675-0.828-2.966-0.034-5.751 0.427-8.643 0.828-2.613 0.369-5.12 0.63-7.61 1.326-3.128 0.877-5.873 2.203-8.692 3.572-1.492 0.72-3.195 1.015-4.562 1.876-0.567 0.336-0.795 0.828-1.261 1.164-0.795 0.517-1.744 0.737-2.466 1.278l-106.634 111.157c-16.41 12.793-14.795 32.399 3.564 43.786 18.342 11.46 46.433 10.359 62.766-2.444l78.298-81.543 104.392 81.543c16.352 12.795 44.467 13.903 62.8 2.444 1.908-1.166 2.802-2.679 4.325-4.017 0.123-0.065 0.164-0.174 0.304-0.27 2.949-2.596 5.415-5.25 6.989-8.289 0.474-0.759 1.367-1.294 1.802-2.113l61.949-156.187 101.294 280.354c4.712 9.537 15.657 15.916 28.409 18.859 0.312 0.101 0.539 0.27 0.869 0.36 0.696 0.167 1.41 0.041 2.104 0.196 3.808 0.674 7.554 1.123 11.558 1.065 3.965 0.058 7.683-0.393 11.501-1.065 0.72-0.164 1.417-0.038 2.080-0.196 0.369-0.090 0.582-0.259 0.927-0.36 12.704-2.934 23.658-9.339 28.36-18.859l84.272-451.239 43.433 78.766c7.987 16.195 33.3 24.796 56.571 19.227 23.236-5.547 35.589-23.217 27.544-39.438z"></path>
</symbol>
<symbol id="icon-pos-logo" viewBox="0 0 1024 1024">
<title>pos-logo</title>
<path class="path1 fill-color2" d="M197.75 546.238l56.697-32.988-56.712-32.935v32.984h0.015z"></path>
<path class="path2 fill-color2" d="M312.036 480.369v65.943l-0.358 0.216 57.457 32.748v-131.89l-57.545 32.729z"></path>
<path class="path3 fill-color5" d="M254.932 579.29v65.952l114.203-65.967-57.457-32.748z"></path>
<path class="path4 fill-color2" d="M369.135 447.385l74.894-43.219-189.097-109.186v86.467z"></path>
<path class="path5 fill-color1" d="M254.932 381.447v-86.467l-188.661 108.921 74.644 43.375z"></path>
<path class="path6 fill-color2" d="M140.714 579.275v-131.89l0.201-0.108-74.644-43.375-0.446 0.265v218.357l0.328 0.171 74.561-43.175z"></path>
<path class="path7 fill-color1" d="M66.129 622.714l74.585 43.042v-86.236z"></path>
<path class="path8 fill-color2" d="M254.932 645.242v86.452l189.014-109.039-74.811-43.38z"></path>
<path class="path9 fill-color1" d="M197.823 612.254v86.472l57.109 32.969v-86.452z"></path>
<path class="path10 fill-color1" d="M444.029 404.166v0l-74.894 43.219v131.89l74.894 43.248z"></path>
<path class="path11 fill-color6" d="M140.714 579.52l0.211-0.118-0.211-0.127z"></path>
<path class="path12 fill-color5" d="M140.925 579.403l-0.211 0.118v86.236l57.109 32.969v-86.472z"></path>
<path class="path13 fill-color5" d="M197.813 546.311v-0.015l-56.888 33.106 56.898 32.851v-65.943z"></path>
<path class="path14 fill-color5" d="M254.932 447.385l56.658 32.729 57.545-32.729-114.203-65.938z"></path>
<path class="path15 fill-color5" d="M254.932 447.385v-65.938l-114.017 65.83 56.923 33.077z"></path>
<path class="path16 fill-color1" d="M140.91 447.282l-0.196 0.108v131.885l0.206 0.132 56.888-33.106v-65.928l0.020-0.020z"></path>
<path class="path17 fill-color4" d="M197.828 546.419v65.943l57.109 32.988v-65.952z"></path>
<path class="path18 fill-color4" d="M254.937 381.315v65.948l57.099 32.979v-65.879z"></path>
<path class="path19 fill-color6" d="M254.932 513.073l-0.412 0.23 0.412 0.235z"></path>
<path class="path20 fill-color6" d="M254.52 513.303l0.412-0.23v-65.688l-57.094 32.969z"></path>
<path class="path21 fill-color6" d="M254.932 579.29l56.746-32.763-56.746-32.988z"></path>
<path class="path22 fill-color1" d="M254.305 513.347l-56.692 32.993 57.104 32.979v-65.742z"></path>
<path class="path23 fill-color2" d="M312.036 479.942l-57.104-32.557v65.688z"></path>
<path class="path24 fill-color1" d="M254.932 513.538l56.746 32.988 0.358-0.216v-65.943l-0.446-0.255-56.658 32.959z"></path>
<path class="path25 fill-color3" d="M311.678 546.527l-56.746 32.763-57.094-98.936 57.094-32.969z"></path>
<path class="path26 fill-color6" d="M541.059 392.653v30.029h-16.364v-83.601h29.054c8.344 0 14.929 2.464 19.75 7.398s7.237 11.396 7.237 19.387c0 8.030-2.42 14.503-7.261 19.417s-11.416 7.369-19.721 7.369h-12.695zM541.059 379.615h12.69c3.484 0 6.144-1.284 7.981-3.856 1.837-2.567 2.754-5.826 2.754-9.779 0-3.988-0.911-7.295-2.729-9.922s-4.488-3.944-8.011-3.944h-12.69v27.501z"></path>
<path class="path27 fill-color6" d="M619.775 422.682c-0.461-1.034-0.872-2.161-1.235-3.386s-0.642-2.469-0.833-3.733c-1.529 2.528-3.395 4.547-5.6 6.056s-4.757 2.268-7.663 2.268c-5.13 0-9.236-1.685-12.317-5.051s-4.62-7.864-4.62-13.493c0-6.085 1.96-10.813 5.884-14.184s9.75-5.051 17.481-5.051h6.144v-5.051c0-3.023-0.544-5.35-1.636-6.977s-2.729-2.44-4.909-2.44c-1.837 0-3.214 0.652-4.135 1.95s-1.377 3.194-1.377 5.683l-15.791-0.059-0.171-0.343c-0.191-5.399 1.808-9.99 6.002-13.777s9.711-5.683 16.565-5.683c6.467 0 11.725 1.886 15.762 5.654s6.056 9.138 6.056 16.105v25.149c0 3.062 0.211 5.914 0.632 8.555s1.073 5.242 1.95 7.81h-16.188zM609.153 411.599c1.646 0 3.165-0.441 4.566-1.323s2.499-2.009 3.302-3.386v-11.426h-6.144c-2.489 0-4.287 0.862-5.399 2.582s-1.666 3.905-1.666 6.546c0 2.068 0.48 3.753 1.436 5.051s2.259 1.955 3.905 1.955z"></path>
<path class="path28 fill-color6" d="M666.399 410.849c2.219 0 3.895-0.823 5.022-2.469s1.695-4.018 1.695-7.119h14.811l0.171 0.343c0.113 6.507-1.886 11.847-6.002 16.021s-9.348 6.257-15.703 6.257c-8.040 0-14.209-2.621-18.515-7.864s-6.458-12.019-6.458-20.323v-7.981c0-8.27 2.146-15.051 6.428-20.353s10.431-7.952 18.432-7.952c6.737 0 12.087 2.161 16.046 6.487s5.884 10.162 5.772 17.511l-0.113 0.289h-14.87c0-3.386-0.563-6.105-1.695-8.168-1.127-2.058-2.842-3.087-5.14-3.087-3.253 0-5.492 1.382-6.717 4.14s-1.837 6.458-1.837 11.102v7.991c0 4.757 0.612 8.471 1.837 11.156s3.503 4.018 6.835 4.018z"></path>
<path class="path29 fill-color6" d="M713.018 345.568h-16.306v-12.459h16.306v12.459zM713.018 422.682h-16.306v-62.126h16.306v62.126z"></path>
<path class="path30 fill-color6" d="M727.775 422.682v-50.298h-7.638v-11.827h7.638v-4.018c0-7.923 2.146-14.008 6.428-18.261s10.333-6.374 18.143-6.374c2.68 0 5.331 0.289 7.952 0.862s5.561 1.416 8.814 2.528l-2.298 13.322c-2.489-0.843-4.699-1.494-6.634-1.95s-4.199-0.691-6.805-0.691c-3.062 0-5.38 0.902-6.948 2.7s-2.352 4.419-2.352 7.864v4.018h9.931v11.827h-9.931v50.298h-16.301zM776.579 422.682h-16.364v-62.126h16.364v62.126z"></path>
<path class="path31 fill-color6" d="M810.626 410.849c2.219 0 3.895-0.823 5.022-2.469s1.695-4.018 1.695-7.119h14.811l0.171 0.343c0.113 6.507-1.886 11.847-6.002 16.021s-9.348 6.257-15.703 6.257c-8.040 0-14.209-2.621-18.515-7.864s-6.458-12.019-6.458-20.323v-7.981c0-8.27 2.146-15.051 6.428-20.353s10.431-7.952 18.432-7.952c6.737 0 12.087 2.161 16.046 6.487s5.884 10.162 5.772 17.511l-0.113 0.289h-14.87c0-3.386-0.563-6.105-1.695-8.168-1.127-2.058-2.842-3.087-5.14-3.087-3.253 0-5.492 1.382-6.717 4.14s-1.837 6.458-1.837 11.102v7.991c0 4.757 0.612 8.471 1.837 11.156s3.508 4.018 6.835 4.018z"></path>
<path class="path32 fill-color6" d="M581.020 515.141c0 9.799-2.66 17.452-7.981 22.969s-12.401 8.27-21.244 8.27-15.904-2.754-21.186-8.27-7.923-13.17-7.923-22.969v-23.425c0-9.76 2.641-17.428 7.923-22.993s12.327-8.354 21.127-8.354 15.884 2.783 21.244 8.354 8.040 13.234 8.040 22.993v23.425zM564.773 491.535c0-5.992-1.112-10.509-3.332-13.562s-5.453-4.581-9.701-4.581c-4.287 0-7.501 1.519-9.647 4.552s-3.214 7.56-3.214 13.586v23.606c0 6.066 1.093 10.617 3.273 13.645 2.18 3.033 5.399 4.552 9.647 4.552 4.209 0 7.428-1.519 9.647-4.552 2.219-3.028 3.332-7.58 3.332-13.645v-23.601z"></path>
<path class="path33 fill-color6" d="M619.946 497.914l-6.144-0.171c-1.725 0-3.15 0.421-4.277 1.264s-1.999 2.028-2.611 3.562v42.601h-16.306v-62.126h15.213l0.632 8.324 0.289 0.113c0.995-2.984 2.381-5.331 4.165-7.036s3.856-2.553 6.227-2.553c0.725 0 1.504 0.069 2.327 0.201s1.538 0.299 2.151 0.49l-1.666 15.331z"></path>
<path class="path34 fill-color6" d="M645.267 468.056h-16.306v-12.459h16.306v12.459zM645.267 545.17h-16.306v-62.126h16.306v62.126z"></path>
<path class="path35 fill-color6" d="M654.454 511.236c0-8.765 1.808-15.845 5.424-21.244s8.716-8.094 15.301-8.094c2.754 0 5.189 0.701 7.29 2.097s3.944 3.395 5.512 6.002l1.034-6.948h14.184v60.921c0 8.153-2.362 14.576-7.090 19.265s-11.205 7.036-19.436 7.036c-2.68 0-5.532-0.431-8.555-1.293s-5.835-2.019-8.442-3.474l2.871-12.572c2.18 1.225 4.4 2.146 6.658 2.754s4.708 0.921 7.349 0.921c3.444 0 6.026-1.083 7.751-3.243s2.582-5.311 2.582-9.446v-3.562c-1.529 1.989-3.273 3.493-5.223 4.508s-4.155 1.524-6.605 1.524c-6.546 0-11.617-2.518-15.213-7.55s-5.399-11.685-5.399-19.951v-7.648zM670.759 518.908c0 4.522 0.652 8.060 1.95 10.607s3.484 3.822 6.546 3.822c1.685 0 3.165-0.343 4.449-1.034s2.347-1.71 3.185-3.048v-29.441c-0.843-1.534-1.886-2.724-3.131-3.572-1.244-0.843-2.709-1.264-4.39-1.264-3.062 0-5.262 1.485-6.605 4.459-1.338 2.964-2.009 6.908-2.009 11.813v7.658z"></path>
<path class="path36 fill-color6" d="M730.759 468.056h-16.306v-12.459h16.306v12.459zM730.759 545.17h-16.306v-62.126h16.306v62.126z"></path>
<path class="path37 fill-color6" d="M757.059 483.044l0.691 8.555c1.725-3.062 3.836-5.443 6.345-7.148s5.272-2.553 8.295-2.553c5.169 0 9.236 1.989 12.2 5.973s4.449 10.24 4.449 18.775v38.525h-16.364v-38.569c0-4.292-0.603-7.31-1.808-9.054s-3.072-2.616-5.6-2.616c-1.455 0-2.793 0.382-4.018 1.146s-2.259 1.823-3.101 3.165v45.928h-16.306v-62.126h15.218z"></path>
<path class="path38 fill-color6" d="M561.843 645.835c0-3.253-0.843-5.826-2.528-7.722s-4.65-3.763-8.898-5.6c-8.687-3.023-15.208-6.458-19.549-10.309s-6.516-9.236-6.516-16.164c0-6.85 2.528-12.43 7.58-16.737s11.504-6.458 19.348-6.458c7.962 0 14.429 2.401 19.407 7.207s7.388 10.862 7.237 18.172l-0.113 0.343h-15.845c0-3.827-0.955-6.928-2.871-9.299s-4.61-3.562-8.094-3.562c-3.253 0-5.791 0.985-7.609 2.959s-2.729 4.449-2.729 7.437c0 2.754 1.014 5.022 3.043 6.805s5.551 3.763 10.563 5.943c7.923 2.68 13.885 6.075 17.883 10.191s6.002 9.677 6.002 16.678c0 7.237-2.411 12.9-7.237 16.996s-11.235 6.144-19.236 6.144c-7.962 0-14.86-2.327-20.7-6.977s-8.662-11.323-8.471-20.010l0.113-0.343h15.904c0 5.169 1.093 8.878 3.273 11.137s5.473 3.386 9.877 3.386c3.444 0 6.002-0.921 7.663-2.754s2.504-4.326 2.504-7.467z"></path>
<path class="path39 fill-color6" d="M585.385 632.803c0-8.344 2.21-15.169 6.634-20.47s10.612-7.952 18.574-7.952 14.165 2.651 18.603 7.952 6.658 12.126 6.658 20.47v7.692c0 8.422-2.219 15.252-6.658 20.5s-10.622 7.864-18.545 7.864c-8.001 0-14.209-2.621-18.633-7.864s-6.634-12.077-6.634-20.5v-7.692zM601.632 640.475c0 4.797 0.671 8.55 2.009 11.274s3.675 4.081 7.006 4.081c3.214 0 5.502-1.367 6.859-4.111s2.038-6.487 2.038-11.244v-7.702c0-4.679-0.681-8.408-2.038-11.186s-3.665-4.169-6.918-4.169-5.561 1.396-6.918 4.194-2.038 6.521-2.038 11.156v7.707z"></path>
<path class="path40 fill-color6" d="M661.519 667.658h-16.306v-89.573h16.306v89.573z"></path>
<path class="path41 fill-color6" d="M704.409 660.48c-1.685 2.719-3.724 4.797-6.115 6.227s-5.1 2.151-8.123 2.151c-5.551 0-9.887-2.097-13.003-6.286s-4.679-10.691-4.679-19.495v-37.545h16.306v37.707c0 4.405 0.534 7.609 1.607 9.598 1.073 1.994 2.66 2.989 4.767 2.989 1.798 0 3.376-0.333 4.738-1.004s2.518-1.661 3.474-2.959v-46.33h16.364v62.126h-14.356l-0.98-7.178z"></path>
<path class="path42 fill-color6" d="M749.421 590.089v15.443h8.613v11.827h-8.613v31.176c0 2.528 0.363 4.336 1.093 5.424s1.725 1.636 2.984 1.636c0.995 0 1.837-0.049 2.528-0.142s1.455-0.26 2.298-0.49l1.264 12.401c-1.725 0.534-3.371 0.921-4.939 1.146s-3.351 0.343-5.34 0.343c-5.242 0-9.255-1.617-12.028-4.851s-4.165-8.373-4.165-15.414v-31.234h-7.349v-11.823h7.349v-15.443h16.306z"></path>
<path class="path43 fill-color6" d="M784.271 590.544h-16.306v-12.459h16.306v12.459zM784.271 667.658h-16.306v-62.126h16.306v62.126z"></path>
<path class="path44 fill-color6" d="M793.688 632.803c0-8.344 2.21-15.169 6.634-20.47s10.612-7.952 18.574-7.952 14.165 2.651 18.603 7.952 6.658 12.126 6.658 20.47v7.692c0 8.422-2.219 15.252-6.658 20.5s-10.622 7.864-18.545 7.864c-8.001 0-14.209-2.621-18.633-7.864s-6.634-12.077-6.634-20.5v-7.692zM809.94 640.475c0 4.797 0.671 8.55 2.009 11.274s3.675 4.081 7.006 4.081c3.214 0 5.502-1.367 6.859-4.111s2.038-6.487 2.038-11.244v-7.702c0-4.679-0.681-8.408-2.038-11.186s-3.665-4.169-6.918-4.169-5.561 1.396-6.918 4.194-2.038 6.521-2.038 11.156v7.707z"></path>
<path class="path45 fill-color6" d="M867.7 605.532l0.691 8.555c1.725-3.062 3.836-5.443 6.345-7.148s5.272-2.553 8.295-2.553c5.169 0 9.236 1.989 12.2 5.973s4.449 10.24 4.449 18.775v38.525h-16.364v-38.569c0-4.292-0.603-7.31-1.808-9.054s-3.072-2.616-5.6-2.616c-1.455 0-2.793 0.382-4.018 1.146s-2.259 1.823-3.101 3.165v45.928h-16.306v-62.126h15.218z"></path>
<path class="path46 fill-color6" d="M936.94 651.406c0-1.759-0.691-3.283-2.068-4.566s-4.018-2.861-7.923-4.738c-6.237-2.337-10.921-4.978-14.037-7.923s-4.679-6.776-4.679-11.484c0-5.051 1.999-9.368 6.002-12.949s9.289-5.37 15.874-5.37c6.889 0 12.381 1.837 16.477 5.512s6.066 8.363 5.914 14.067l-0.171 0.343h-15.732c0-2.602-0.534-4.669-1.607-6.203s-2.719-2.298-4.939-2.298c-1.759 0-3.253 0.593-4.478 1.779s-1.837 2.621-1.837 4.307c0 1.837 0.612 3.322 1.837 4.449s3.885 2.67 7.981 4.62c6.507 2.219 11.328 4.851 14.468 7.893s4.708 7.036 4.708 11.97c0 5.282-2.107 9.608-6.315 12.974s-9.74 5.051-16.595 5.051c-7.158 0-12.822-2.087-16.996-6.257s-6.164-8.878-5.973-14.125l0.113-0.343h14.929c0.078 3.292 0.843 5.664 2.298 7.119s3.464 2.18 6.026 2.18c2.18 0 3.846-0.534 4.998-1.607s1.725-2.523 1.725-4.4z"></path>
</symbol>
<symbol id="icon-Product_Lifecycle_Management_icon" viewBox="0 0 1024 1024">
<title>Product_Lifecycle_Management_icon</title>
<path class="path1" d="M213.929 400.287c0 0-5.835-47.906-57.045-45.829 0 0-8.366 14.162-39.936 20.045v2.869l11.409 5.729-19.958 20.055 14.259 57.286-14.259 28.643h-2.85l-14.268-28.643 14.268-57.286-17.128-22.924 8.559-2.859v-2.869c0 0-26.334-5.236-39.936-20.045 0 0-51.21-7.438-57.045 48.698v97.396h213.929v-100.265zM111.046 551.298l-43.278-1.208c27.31 185.653 164.458 335.283 342.972 380.377v-41.868c-154.952-43.916-273.466-175.056-299.694-337.302zM524.829 62.29c103.356 0 197.922 37.627 271.022 99.898l27.136-31.531c-80.548-69.352-185.16-111.336-299.568-111.336-146.422 0-276.789 68.676-361.163 175.606l33.85 27.194c76.8-97.328 195.458-159.831 328.723-159.831zM581.883 494.901c0 0-3.97-32.807-38.806-31.387 0 0-5.69 9.699-27.165 13.727v1.961l7.767 3.922-13.582 13.727 9.68 39.231-9.68 19.611h-1.942l-9.699-19.611 9.699-39.231-11.641-15.698 5.825-1.961v-1.961c0 0-17.91-3.594-27.155-13.727 0 0-34.816-5.091-38.796 33.348v66.686h145.476v-68.637h0.019zM108.389 368.775c36.226 0 65.604-29.503 65.604-65.884 0-36.391-29.377-65.884-65.604-65.884-36.236 0-65.613 29.493-65.613 65.884 0.010 36.391 29.377 65.884 65.613 65.884zM935.125 396.346c5.874 28.083 9.013 57.17 9.013 87.001 0 171.452-102.072 318.85-248.504 384.531l19.881 34.478c158.469-73.139 268.568-233.829 268.568-420.449 0-29.638-2.888-58.581-8.211-86.673l-40.747 1.111zM607.57 858.595c0 0-8.376 14.162-39.946 20.045v2.869l11.419 5.729-19.958 20.045 14.268 57.305-14.268 28.643h-2.859l-14.259-28.643 14.259-57.305-17.109-22.905 8.549-2.869v-2.869c0 0-26.334-5.246-39.917-20.045 0 0-51.21-7.448-57.045 48.688v97.396h213.929v-100.255c-0.029 0-5.883-47.906-57.064-45.829zM966.965 208.374c0 0-8.376 14.162-39.946 20.045v2.869l11.419 5.729-15.225 15.292c-6.154-10.771-12.8-21.185-19.736-31.416 4.83 1.14 9.834 1.797 15.003 1.797 36.236 0 65.604-29.503 65.604-65.884 0-36.391-29.368-65.884-65.604-65.884s-65.604 29.493-65.604 65.884c0 30.672 20.905 56.378 49.171 63.71 1.633 2.647 3.256 5.197 4.888 7.864-1.401-0.28-26.576-5.622-39.791-20.016 0 0-51.21-7.438-57.035 48.698v97.396h213.89v-100.255c0 0-5.835-47.906-57.035-45.829zM918.46 343.001h-2.859l-14.268-28.643 14.268-57.286-17.109-22.914 8.569-2.859v-2.676c5.023 8.211 10.018 16.519 14.983 24.875l-3.565 3.584 14.268 57.286-14.288 28.633zM559.065 741.154c-36.236 0-65.613 29.512-65.613 65.874 0 36.391 29.377 65.874 65.613 65.874 36.226 0 65.604-29.493 65.604-65.874s-29.377-65.874-65.604-65.874zM513.42 638.029l28.527 48.698c10.018 8.24 19.958 2.869 19.958 2.869l51.335-20.045c16.307-5.13 11.419-20.055 11.419-20.055l-11.419-51.548c14.394-9.805 28.527-34.391 28.527-34.391l54.175-2.859c11.689 0.802 14.278-14.317 14.278-14.317l5.7-51.557c3.623-21.9-11.399-22.914-11.399-22.914l-51.355-17.186c-0.609-18.548-14.268-40.1-14.268-40.1l22.818-42.969c9.554-15.804-2.85-22.914-2.85-22.914l-42.786-34.372c-12.684-12.143-22.818-2.859-22.818-2.859l-39.936 37.231c-13.505-8.926-45.636-8.598-45.636-8.598l-28.527-45.829c-6.057-10.269-19.968-5.738-19.968-5.738l-57.035 25.774c-7.033 3.033-5.709 11.457-5.709 11.457l11.409 57.286c-11.757 8.453-25.668 34.372-25.668 34.372l-57.045 2.869c-9.796 3.275-11.409 11.467-11.409 11.467l-5.7 51.557c-3.739 22.943 11.419 28.643 11.419 28.643l48.495 14.317c0.367 20.799 17.118 40.091 17.118 40.091l-25.677 42.96c-9.003 11.786 2.85 22.914 2.85 22.914l45.636 37.231c16.355 9.622 22.818 0 22.818 0l37.077-37.231c30.556 10.945 45.645 5.748 45.645 5.748zM396.481 487.646c0-64.068 51.722-116.011 115.519-116.011s115.519 51.934 115.519 116.011c0 64.068-51.722 116.011-115.519 116.011s-115.519-51.944-115.519-116.011zM510.116 473.33c24.634 0 44.612-20.2 44.612-45.114s-19.968-45.114-44.612-45.114c-24.644 0-44.612 20.2-44.612 45.114s19.968 45.114 44.612 45.114z"></path>
</symbol>
<symbol id="icon-Regulatory_Compliance_icon" viewBox="0 0 1024 1024">
<title>Regulatory_Compliance_icon</title>
<path class="path1" d="M512 0c-282.773 0-512 229.227-512 512s229.227 512 512 512 512-229.227 512-512-229.227-512-512-512zM512 960c-247.424 0-448-200.587-448-448 0-247.424 200.576-448 448-448 247.413 0 448 200.576 448 448 0 247.413-200.587 448-448 448zM768 480h-178.645l126.603-126.603c12.523-12.523 12.523-32.832 0-45.355-12.523-12.533-32.832-12.533-45.365 0l-126.592 126.592v-178.635c0-17.675-14.336-32-32-32s-32 14.325-32 32v178.741l-126.389-126.389c-12.501-12.491-32.757-12.491-45.259 0-12.501 12.501-12.501 32.757 0 45.259l126.4 126.389h-178.752c-17.675 0-32 14.325-32 32 0 17.664 14.325 32 32 32h178.635l-126.923 126.923c-12.523 12.533-12.523 32.843 0 45.365s32.832 12.523 45.355 0l126.933-126.933v178.645c0 17.664 14.336 32 32 32s32-14.336 32-32v-178.752l126.4 126.4c12.501 12.501 32.747 12.501 45.248 0s12.501-32.747 0-45.248l-126.4-126.4h178.752c17.664 0 32-14.336 32-32 0-17.675-14.336-32-32-32z"></path>
</symbol>
<symbol id="icon-Risk_Assessments_icon" viewBox="0 0 1024 1024">
<title>Risk_Assessments_icon</title>
<path class="path1" d="M947.774 151.743c-46.645-45.822-113.846-75.183-184.569-75.183-41.639 0-80.752 9.455-118.353 28.385-37.63 18.92-68.216 44.807-92.294 77.671-24.078-32.864-54.664-58.751-92.284-77.671-37.61-18.939-76.733-28.385-118.353-28.385-70.713 0-137.924 29.371-184.569 75.183-46.645 45.802-76.235 112.525-76.235 182.741 0 26.48 3.177 52.454 8.077 76.408l53.813-10.757c-4.9-20.796-6.709-42.309-6.709-65.651 0-55.775 20.068-103.568 60.186-142.91 40.625-39.831 88.772-59.746 145.437-59.746 39.62 0 76.235 10.451 109.846 31.868 33.601 21.399 59.507 49.631 76.235 85.136 4.842 10.307 13.034 15.437 24.557 15.437 11.551 0 20.461-4.775 25.6-15.437 16.949-35.17 41.132-63.737 74.742-85.136 33.591-21.418 70.713-31.868 110.314-31.868 56.684 0 104.821 19.915 144.949 59.248 40.108 39.333 60.167 87.136 60.167 143.408-0.019 17.418-1.646 34.328-4.536 50.788-9.666 55.239-38.73 109.434-87.26 162.826-21.188 23.303-60.071 60.387-116.87 110.544-29.466 26.031-53.152 47.305-71.709 64.234-18.059 16.451-40.242 38.711-66.713 66.723-26.203 27.763-49.162 55.267-68.713 82.159-20.557-26.385-44.262-53.162-71.211-80.666-14.547-14.843-27.246-27.686-38.338-38.625l-49.248 29.543c7.589 7.149 15.905 15.025 25.38 24.040 45.649 43.295 79.145 83.202 110.831 128.957 5.962 8.517 13.59 12.432 22.595 12.432 9.532 0 17.791-3.828 23.581-12.46 20.289-30.213 43.764-61.134 71.201-91.615 27.715-30.768 50.798-54.636 69.211-71.699 18.681-17.293 45.544-41.419 80.255-72.197 21.456-19.016 38.615-33.352 50.157-43.812 11.532-10.47 26.576-24.901 45.142-43.314 18.547-18.432 33.237-34.261 43.649-47.305 10.652-13.35 21.906-29.476 34.596-48.788 25.925-39.448 37.285-70.675 46.635-114.525 4.661-21.887 7.015-44.319 7.015-67.22 0.029-70.235-29.572-136.958-76.207-182.76zM431.027 515.024h156.27c6.661 0 12.7-2.632 17.207-6.862 15.188 43.477 56.483 74.723 105.204 74.723 61.603 0 111.52-49.879 111.52-111.386 0-61.517-49.927-111.396-111.52-111.396-60.292 0-109.281 47.822-111.338 107.549-3.359-1.656-7.072-2.67-11.073-2.67h-139.168l-42.577-107.032c-4.134-10.422-14.594-16.748-26.002-15.685-11.187 1.177-20.289 9.618-22.183 20.662l-40.166 233.338-43.783-238.87c-2.144-11.79-12.384-17.532-24.432-17.532h-0.325c-11.924 0-22.231 5.273-24.653 16.891l-33.4 159.017-21.992-37.773c-4.517-7.618-12.776-13.044-21.657-13.044h-121.645c-13.886 0-25.16 11.216-25.16 24.997 0 13.81 11.274 25.045 25.16 25.045h107.262l47.822 80.36c5.283 8.891 15.427 13.714 25.782 11.963 10.25-1.703 18.403-9.494 20.499-19.6l20.231-97.165 46.109 254.402c2.163 11.915 12.585 20.193 24.777 20.193h0.105c12.221 0 22.633-8.441 24.691-20.384l49.219-285.581 15.839 39.888c3.761 9.589 13.044 15.953 23.38 15.953zM760.019 478.313h39.161v21.6h-39.161v-21.6zM734.198 424.462h23.992l-37.773 104.046h-23.983l37.764-104.046zM621.817 467.863h25.782v-25.409h18.643v25.409h25.772v18.547h-25.772v34.558h-18.643v-34.558h-25.782v-18.547z"></path>
</symbol>
<symbol id="icon-Scientific_Expertise_icon" viewBox="0 0 1024 1024">
<title>Scientific_Expertise_icon</title>
<path class="path1" d="M306.869 538.388l-19.125 33.619c-9.452 16.683-5.167 37.589 10.098 49.294l45.261 34.737c16.1 12.383 39.164 10.461 52.949-4.411l26.577-28.688 38.266 31.854c7.924 6.617 18.196 9.893 28.53 8.98 10.366-0.866 19.913-5.813 26.64-13.627l72.893-84.929c-22.922-16.62-41.291-38.802-52.886-64.638-9.074-20.007-14.115-42.157-14.115-65.457 0-88.962 73.444-161.335 163.73-161.335 18.432 0 36.187 3.040 52.744 8.617 23.205 7.845 44.064 20.653 61.33 37.132l91.939-107.173c13.974-16.258 11.91-40.613-4.616-54.351l-18.763-15.628 9.657-10.335c7.2-7.751 10.839-18.038 10.161-28.53-0.677-10.461-5.656-20.228-13.785-26.986l-81.195-67.616c-8.129-6.79-18.716-9.988-29.255-8.885-10.587 1.056-20.275 6.333-26.797 14.557l-8.869 11.201-18.653-15.533c-16.526-13.737-41.228-11.689-55.138 4.584l-378.455 441.108c-12.824 14.95-12.241 36.943 1.339 51.247l29.538 31.193zM844.705 473.309c-9.421 37.904-32.374 70.609-63.504 92.774 44.127 55.186 86.126 135.562 86.126 242.467v107.615h-547.714v-6.79l180.161-64.953v-33.083c0-21.315-17.534-38.565-39.148-38.565h-374.296c-21.63 0-39.133 17.266-39.133 38.565v33.083l162.848 58.825v45.34c0 41.763 34.343 75.603 76.69 75.603h613.423c42.362 0 76.642-33.824 76.642-75.587v-140.052c0.063-154.388-68.214-265.2-132.096-335.242zM685.607 309.831c-70.152 0-127.228 56.257-127.228 125.385 0 69.144 57.076 125.385 127.228 125.385 70.183 0 127.26-56.241 127.26-125.385 0-69.175-57.076-125.385-127.26-125.385z"></path>
</symbol>
<symbol id="icon-Techniques_Expertise_icon" viewBox="0 0 1024 1024">
<title>Techniques_Expertise_icon</title>
<path class="path1" d="M587.612 703.229c0 0-39.349 46.722-86.644 0-45.903-43.95-74.274-12.343-74.274-12.343l-111.411 209.756c-5.885 10.349-10.063 21.518 0 24.672l394.117 0.901c11.851-3.14 17.572-13.872 14.391-25.573l-136.178-197.414zM857.088 924.317l-269.476-393.817-1.434-271.497c0 0 63.338-15.947 63.338-49.261 0-14.582-25.477-24.74-49.507-24.685h-210.452c-24.685 0-49.507 7.373-49.507 24.685 0 28.235 61.891 49.343 61.891 49.343v271.415l-235.206 394.8c-12.78 47.090 18.2 86.002 65.877 98.645h561.275c47.691-12.643 75.981-52.538 63.201-99.628zM785.681 986.986h-544.672c-30.979-8.219-45.438-31.061-37.137-61.686l222.822-394.8v-271.415c0 0-25.477-8.356-37.137-24.672-4.601-6.458 4.355-12.343 12.384-12.343h185.685c8.028 0 12.384 4.424 12.384 12.343 0 14.828-37.137 24.672-37.137 24.672v271.415l259.959 394.8c8.288 30.597-6.171 53.494-37.151 61.686zM577.14 121.924c-12.766 0-23.101 10.226-23.101 22.815 0 12.602 10.349 22.828 23.101 22.828 12.78 0 23.101-10.226 23.101-22.828s-10.336-22.815-23.101-22.815zM553.793 84.009c23.484 0 42.489-18.773 42.489-41.97s-19.019-41.984-42.489-41.984c-23.47 0-42.503 18.787-42.503 41.984s19.033 41.97 42.503 41.97zM425.11 166.816c25.504 0 46.203-20.453 46.203-45.643s-20.698-45.629-46.203-45.629c-25.532 0-46.217 20.439-46.217 45.629 0 25.204 20.685 45.643 46.217 45.643z"></path>
</symbol>
<symbol id="icon-Technology_Assessment_icon" viewBox="0 0 1024 1024">
<title>Technology_Assessment_icon</title>
<path class="path1" d="M796.715 690.133c-10.848-41.109-48.192-71.467-92.715-71.467-37.675 0-70.187 21.749-85.909 53.333h-362.091c-17.675 0-32 14.336-32 32s14.325 32 32 32h354.453c9.707 42.741 47.861 74.667 93.547 74.667 53.024 0 96-42.976 96-96 0-2.4-0.192-4.747-0.352-7.104 0.128-1.184 0.352-2.347 0.352-3.563 0-4.992-1.237-9.653-3.285-13.867zM704 746.667c-17.664 0-32-14.336-32-32s14.336-32 32-32 32 14.336 32 32-14.336 32-32 32zM768 480h-240.245c-13.184-37.259-48.64-64-90.421-64s-77.227 26.741-90.421 64h-90.912c-17.675 0-32 14.336-32 32s14.325 32 32 32h90.912c13.195 37.259 48.64 64 90.421 64s77.227-26.741 90.421-64h240.245c17.664 0 32-14.336 32-32s-14.336-32-32-32zM437.333 544c-17.675 0-32-14.336-32-32s14.325-32 32-32 32 14.336 32 32-14.325 32-32 32zM512 0c-282.773 0-512 229.227-512 512s229.227 512 512 512 512-229.227 512-512-229.227-512-512-512zM512 960c-247.424 0-448-200.587-448-448 0-247.424 200.576-448 448-448 247.413 0 448 200.576 448 448 0 247.413-200.587 448-448 448zM768 288h-58.912c-13.184-37.259-48.64-64-90.421-64s-77.227 26.741-90.421 64h-272.245c-17.675 0-32 14.325-32 32s14.325 32 32 32h272.245c13.184 37.259 48.64 64 90.421 64s77.227-26.741 90.421-64h58.912c17.664 0 32-14.325 32-32s-14.336-32-32-32zM618.667 352c-17.664 0-32-14.325-32-32s14.336-32 32-32 32 14.325 32 32-14.336 32-32 32z"></path>
</symbol>
<symbol id="icon-Technology_Enhancements_icon" viewBox="0 0 1024 1024">
<title>Technology_Enhancements_icon</title>
<path class="path1" d="M512 0c-282.773 0-512 229.235-512 512 0 282.773 229.227 512 512 512s512-229.227 512-512c0-282.765-229.227-512-512-512zM326.296 481.569l203.698-239.077c7.481-8.81 20.785-9.927 29.665-2.478l10.037 8.411 4.768-6.074c3.518-4.463 8.724-7.324 14.43-7.895 5.683-0.586 11.381 1.141 15.759 4.823l43.712 36.645c4.37 3.658 7.043 8.95 7.41 14.625 0.367 5.698-1.587 11.264-5.472 15.462l-5.19 5.605 10.107 8.466c8.88 7.442 9.998 20.644 2.478 29.454l-49.48 58.087c-9.302-8.935-20.527-15.876-33.010-20.128-8.927-3.017-18.463-4.667-28.398-4.667-48.589 0-88.119 39.225-88.119 87.439 0 12.632 2.728 24.639 7.606 35.48 6.238 14 16.134 26.030 28.461 35.027l-39.232 46.033c-3.619 4.229-8.763 6.926-14.336 7.387-5.558 0.492-11.084-1.282-15.352-4.87l-20.597-17.267-14.305 15.548c-7.41 8.067-19.831 9.099-28.5 2.392l-24.357-18.823c-8.215-6.355-10.529-17.682-5.44-26.718l10.295-18.221-15.931-16.892c-7.293-7.746-7.614-19.667-0.704-27.773zM615.275 470.329c0 37.474-30.72 67.959-68.483 67.959-37.771 0-68.491-30.485-68.491-67.959s30.72-67.951 68.491-67.951c37.763 0 68.483 30.462 68.483 67.951zM703.519 748.583c0 22.63-18.44 40.96-41.257 40.96h-330.166c-22.802 0-41.28-18.338-41.28-40.976v-24.568l-87.65-31.893v-17.916c0-11.561 9.427-20.91 21.066-20.91h201.454c11.624 0 21.066 9.349 21.066 20.91v17.916l-96.967 35.207v3.682h294.803v-58.329c0-57.938-22.606-101.493-46.369-131.408 16.775-12.007 29.133-29.743 34.183-50.285 34.386 37.958 71.148 98.023 71.109 181.701v75.909z"></path>
</symbol>
<symbol id="icon-tips" viewBox="0 0 1024 1024">
<title>tips</title>
<path class="path1" d="M285.793 470.893h-56.434c-7.627 0-13.821-6.185-13.821-13.821s6.193-13.821 13.821-13.821h56.434c7.627 0 13.821 6.185 13.821 13.821s-6.193 13.821-13.821 13.821z"></path>
<path class="path2" d="M747.559 453.484h56.433c7.627 0 13.822-6.185 13.822-13.821 0-7.634-6.195-13.819-13.822-13.819h-56.433c-7.629 0-13.822 6.185-13.822 13.819 0.003 7.636 6.197 13.821 13.822 13.821z"></path>
<path class="path3" d="M317.341 335.708c-2.35 0-4.727-0.599-6.898-1.86l-48.865-28.213c-6.603-3.809-8.871-12.264-5.053-18.874 3.826-6.618 12.279-8.856 18.874-5.053l48.857 28.213c6.603 3.809 8.871 12.266 5.053 18.874-2.563 4.432-7.2 6.914-11.967 6.914z"></path>
<path class="path4" d="M403.577 249.487c-4.767 0-9.412-2.483-11.969-6.905l-28.213-48.865c-3.818-6.612-1.548-15.065 5.055-18.874 6.595-3.809 15.048-1.556 18.874 5.055l28.213 48.857c3.809 6.612 1.548 15.065-5.053 18.874-2.179 1.26-4.555 1.859-6.907 1.859z"></path>
<path class="path5" d="M521.353 217.923c-7.627 0-13.821-6.185-13.821-13.821v-56.417c0-7.627 6.192-13.821 13.821-13.821s13.821 6.185 13.821 13.821v56.419c0 7.634-6.192 13.819-13.821 13.819z"></path>
<path class="path6" d="M639.123 249.494c-2.352 0-4.729-0.597-6.898-1.859-6.603-3.818-8.871-12.271-5.055-18.874l28.211-48.865c3.826-6.612 12.279-8.856 18.877-5.055 6.601 3.809 8.871 12.264 5.053 18.874l-28.213 48.865c-2.563 4.432-7.209 6.914-11.976 6.914z"></path>
<path class="path7" d="M725.369 335.724c-4.77 0-9.416-2.481-11.979-6.914-3.818-6.612-1.548-15.056 5.053-18.874l48.867-28.213c6.584-3.809 15.048-1.556 18.876 5.055 3.808 6.612 1.546 15.056-5.055 18.874l-48.857 28.213c-2.179 1.253-4.557 1.859-6.905 1.859z"></path>
<path class="path8" d="M774.209 599.501c-2.352 0-4.727-0.601-6.898-1.86l-48.865-28.213c-6.601-3.808-8.871-12.264-5.053-18.876 3.825-6.601 12.279-8.871 18.876-5.055l48.858 28.213c6.6 3.816 8.87 12.264 5.053 18.876-2.558 4.431-7.202 6.915-11.971 6.915z"></path>
<path class="path9" d="M268.5 599.473c-4.767 0-9.412-2.481-11.977-6.914-3.818-6.61-1.548-15.056 5.053-18.874l48.865-28.213c6.595-3.826 15.048-1.556 18.874 5.053 3.809 6.61 1.548 15.056-5.053 18.876l-48.857 28.211c-2.186 1.27-4.562 1.86-6.905 1.86z"></path>
<path class="path10" d="M565.936 675.2l-98.942-0.017c-26.559-1.12-33.219-25.95-36.413-37.886-4.383-15.86-10.904-39.431-33.661-64.986-50.437-56.755-65.077-137.725-36.446-201.523 26.165-58.303 83.108-91.742 156.204-91.742s130.038 33.439 156.213 91.733c28.629 63.79 13.99 144.768-36.441 201.504-22.757 25.561-29.278 49.12-33.596 64.719-3.277 12.215-9.928 37.052-36.497 38.175l-0.422 0.024zM472.334 634.24h88.687c0.787-2.285 1.621-5.407 2.195-7.552 4.842-17.509 13.549-48.956 42.639-81.618 39.878-44.875 51.814-108.174 29.672-157.507-19.277-42.926-62.595-67.552-118.851-67.552-56.253 0-99.574 24.617-118.842 67.552-22.142 49.324-10.214 112.631 29.681 157.524 29.090 32.664 37.791 64.126 42.467 81.036 0.713 2.645 1.565 5.832 2.352 8.117z"></path>
<path class="path11" d="M572.955 731.996h-106.134c-11.313 0-20.48-9.167-20.48-20.48s9.167-20.48 20.48-20.48h106.134c11.313 0 20.48 9.167 20.48 20.48s-9.175 20.48-20.48 20.48z"></path>
<path class="path12" d="M568.557 785.294h-97.347c-11.312 0-20.48-9.167-20.48-20.48s9.168-20.48 20.48-20.48h97.338c11.313 0 20.48 9.167 20.48 20.48s-9.167 20.48-20.471 20.48z"></path>
<path class="path13" d="M576.889 811.303c0 13.804-22.777 31.203-54.886 32.186-0.741 0.082-1.391 0.082-2.13 0.082-0.741 0-1.475 0-2.13-0.082-32.031-0.983-54.804-22.409-54.804-32.186 0-11.305 9.093-12.648 20.48-12.648h72.992c11.303 0 20.478 1.343 20.478 12.648z"></path>
</symbol>
</defs>
</svg>
<script src="js/lib/jquery-1.11.3.min.js"></script>
<script src="js/lib/stickyheader.js"></script>
<script src="js/lib/responsive-nav.min.js"></script>
<script src="js/lib/slick.min.js"></script>
<script src="js/global.js"></script>
</html>