@acorex/platform-generator 18.0.7 → 18.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/README.md +11 -11
  2. package/generators.json +9 -9
  3. package/package.json +1 -1
  4. package/src/generators/app-module/files/.eslintrc.json.template +40 -40
  5. package/src/generators/app-module/files/jest.config.ts.template +22 -22
  6. package/src/generators/app-module/files/project.json.template +308 -308
  7. package/src/generators/app-module/files/src/app/app.component.ts.template +10 -10
  8. package/src/generators/app-module/files/src/app/app.module.ts.template +99 -99
  9. package/src/generators/app-module/files/src/app/app.routes.ts.template +13 -13
  10. package/src/generators/app-module/files/src/app/header-interceptor.interceptor.ts.template +33 -33
  11. package/src/generators/app-module/files/src/app/modules/auth/application.loader.ts.template +34 -34
  12. package/src/generators/app-module/files/src/app/modules/auth/auth-root.module.ts.template +52 -52
  13. package/src/generators/app-module/files/src/app/modules/auth/auth.strategy.ts.template +91 -91
  14. package/src/generators/app-module/files/src/app/modules/auth/feature.loader.ts.template +17 -17
  15. package/src/generators/app-module/files/src/app/modules/auth/permission.loader.ts.template +21 -21
  16. package/src/generators/app-module/files/src/app/modules/auth/tenant.loader.ts.template +32 -32
  17. package/src/generators/app-module/files/src/app/modules/common/translation-root.module.ts.template +45 -45
  18. package/src/generators/app-module/files/src/app/modules/layout/entity.loader.ts.template +21 -21
  19. package/src/generators/app-module/files/src/app/modules/layout/layout-root.module.ts.template +79 -79
  20. package/src/generators/app-module/files/src/app/modules/layout/menu.loader.ts.template +159 -159
  21. package/src/generators/app-module/files/src/app/modules/root/home/home.page.html.template +2 -2
  22. package/src/generators/app-module/files/src/app/modules/root/home/home.page.ts.template +9 -9
  23. package/src/generators/app-module/files/src/app/modules/root/root.module.ts.template +32 -32
  24. package/src/generators/app-module/files/src/app/modules/root/sample/sample.entity.ts.template +184 -184
  25. package/src/generators/app-module/files/src/assets/auth-background.svg +6 -6
  26. package/src/generators/app-module/files/src/assets/documents.svg +9 -9
  27. package/src/generators/app-module/files/src/assets/fonts/font-awesome/css/brands.min.css +1457 -1457
  28. package/src/generators/app-module/files/src/assets/fonts/font-awesome/css/fontawesome.min.css +11291 -11291
  29. package/src/generators/app-module/files/src/assets/fonts/font-awesome/css/light.min.css +22 -22
  30. package/src/generators/app-module/files/src/assets/fonts/font-awesome/css/regular.min.css +22 -22
  31. package/src/generators/app-module/files/src/assets/fonts/font-awesome/css/solid.min.css +5 -5
  32. package/src/generators/app-module/files/src/assets/i18n/en/auth.json +49 -49
  33. package/src/generators/app-module/files/src/assets/i18n/en/common.json +179 -179
  34. package/src/generators/app-module/files/src/assets/images/error/error-404.svg +336 -336
  35. package/src/generators/app-module/files/src/assets/images/error/error-offline.svg +133 -133
  36. package/src/generators/app-module/files/src/assets/logos/logo-colored.svg +18 -18
  37. package/src/generators/app-module/files/src/assets/logos/logo-white.svg +17 -17
  38. package/src/generators/app-module/files/src/assets/themes/default/default.scss.template +141 -141
  39. package/src/generators/app-module/files/src/environments/environment.dev.ts.template +19 -19
  40. package/src/generators/app-module/files/src/environments/environment.local.ts.template +19 -19
  41. package/src/generators/app-module/files/src/environments/environment.prod.ts.template +19 -19
  42. package/src/generators/app-module/files/src/environments/environment.test.local.ts.template +19 -19
  43. package/src/generators/app-module/files/src/environments/environment.test.ts.template +19 -19
  44. package/src/generators/app-module/files/src/environments/environment.ts.template +19 -19
  45. package/src/generators/app-module/files/src/index.html.template +34 -34
  46. package/src/generators/app-module/files/src/main.ts.template +6 -6
  47. package/src/generators/app-module/files/src/styles.scss.template +188 -188
  48. package/src/generators/app-module/files/src/test-setup.ts.template +7 -7
  49. package/src/generators/app-module/files/tailwind.config.js.template +18 -18
  50. package/src/generators/app-module/files/tsconfig.app.json.template +10 -10
  51. package/src/generators/app-module/files/tsconfig.editor.json.template +7 -7
  52. package/src/generators/app-module/files/tsconfig.json.template +34 -34
  53. package/src/generators/app-module/files/tsconfig.spec.json.template +11 -11
  54. package/src/generators/app-module/schema.d.ts +4 -4
  55. package/src/generators/app-module/schema.json +27 -27
@@ -1,1457 +1,1457 @@
1
- /*!
2
- * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com
3
- * License - https://fontawesome.com/license (Commercial License)
4
- * Copyright 2023 Fonticons, Inc.
5
- */
6
- :host,
7
- :root {
8
- --fa-style-family-brands: 'Font Awesome 6 Brands';
9
- --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
10
- }
11
- @font-face {
12
- font-family: 'Font Awesome 6 Brands';
13
- font-style: normal;
14
- font-weight: 400;
15
- font-display: block;
16
- src: url(../webfonts/fa-brands-400.woff2) format('woff2'),
17
- url(../webfonts/fa-brands-400.ttf) format('truetype');
18
- }
19
- .fa-brands,
20
- .fab {
21
- font-weight: 400;
22
- }
23
- .fa-monero:before {
24
- content: '\f3d0';
25
- }
26
- .fa-hooli:before {
27
- content: '\f427';
28
- }
29
- .fa-yelp:before {
30
- content: '\f1e9';
31
- }
32
- .fa-cc-visa:before {
33
- content: '\f1f0';
34
- }
35
- .fa-lastfm:before {
36
- content: '\f202';
37
- }
38
- .fa-shopware:before {
39
- content: '\f5b5';
40
- }
41
- .fa-creative-commons-nc:before {
42
- content: '\f4e8';
43
- }
44
- .fa-aws:before {
45
- content: '\f375';
46
- }
47
- .fa-redhat:before {
48
- content: '\f7bc';
49
- }
50
- .fa-yoast:before {
51
- content: '\f2b1';
52
- }
53
- .fa-cloudflare:before {
54
- content: '\e07d';
55
- }
56
- .fa-ups:before {
57
- content: '\f7e0';
58
- }
59
- .fa-wpexplorer:before {
60
- content: '\f2de';
61
- }
62
- .fa-dyalog:before {
63
- content: '\f399';
64
- }
65
- .fa-bity:before {
66
- content: '\f37a';
67
- }
68
- .fa-stackpath:before {
69
- content: '\f842';
70
- }
71
- .fa-buysellads:before {
72
- content: '\f20d';
73
- }
74
- .fa-first-order:before {
75
- content: '\f2b0';
76
- }
77
- .fa-modx:before {
78
- content: '\f285';
79
- }
80
- .fa-guilded:before {
81
- content: '\e07e';
82
- }
83
- .fa-vnv:before {
84
- content: '\f40b';
85
- }
86
- .fa-js-square:before,
87
- .fa-square-js:before {
88
- content: '\f3b9';
89
- }
90
- .fa-microsoft:before {
91
- content: '\f3ca';
92
- }
93
- .fa-qq:before {
94
- content: '\f1d6';
95
- }
96
- .fa-orcid:before {
97
- content: '\f8d2';
98
- }
99
- .fa-java:before {
100
- content: '\f4e4';
101
- }
102
- .fa-invision:before {
103
- content: '\f7b0';
104
- }
105
- .fa-creative-commons-pd-alt:before {
106
- content: '\f4ed';
107
- }
108
- .fa-centercode:before {
109
- content: '\f380';
110
- }
111
- .fa-glide-g:before {
112
- content: '\f2a6';
113
- }
114
- .fa-drupal:before {
115
- content: '\f1a9';
116
- }
117
- .fa-hire-a-helper:before {
118
- content: '\f3b0';
119
- }
120
- .fa-creative-commons-by:before {
121
- content: '\f4e7';
122
- }
123
- .fa-unity:before {
124
- content: '\e049';
125
- }
126
- .fa-whmcs:before {
127
- content: '\f40d';
128
- }
129
- .fa-rocketchat:before {
130
- content: '\f3e8';
131
- }
132
- .fa-vk:before {
133
- content: '\f189';
134
- }
135
- .fa-untappd:before {
136
- content: '\f405';
137
- }
138
- .fa-mailchimp:before {
139
- content: '\f59e';
140
- }
141
- .fa-css3-alt:before {
142
- content: '\f38b';
143
- }
144
- .fa-reddit-square:before,
145
- .fa-square-reddit:before {
146
- content: '\f1a2';
147
- }
148
- .fa-vimeo-v:before {
149
- content: '\f27d';
150
- }
151
- .fa-contao:before {
152
- content: '\f26d';
153
- }
154
- .fa-square-font-awesome:before {
155
- content: '\e5ad';
156
- }
157
- .fa-deskpro:before {
158
- content: '\f38f';
159
- }
160
- .fa-sistrix:before {
161
- content: '\f3ee';
162
- }
163
- .fa-instagram-square:before,
164
- .fa-square-instagram:before {
165
- content: '\e055';
166
- }
167
- .fa-battle-net:before {
168
- content: '\f835';
169
- }
170
- .fa-the-red-yeti:before {
171
- content: '\f69d';
172
- }
173
- .fa-hacker-news-square:before,
174
- .fa-square-hacker-news:before {
175
- content: '\f3af';
176
- }
177
- .fa-edge:before {
178
- content: '\f282';
179
- }
180
- .fa-napster:before {
181
- content: '\f3d2';
182
- }
183
- .fa-snapchat-square:before,
184
- .fa-square-snapchat:before {
185
- content: '\f2ad';
186
- }
187
- .fa-google-plus-g:before {
188
- content: '\f0d5';
189
- }
190
- .fa-artstation:before {
191
- content: '\f77a';
192
- }
193
- .fa-markdown:before {
194
- content: '\f60f';
195
- }
196
- .fa-sourcetree:before {
197
- content: '\f7d3';
198
- }
199
- .fa-google-plus:before {
200
- content: '\f2b3';
201
- }
202
- .fa-diaspora:before {
203
- content: '\f791';
204
- }
205
- .fa-foursquare:before {
206
- content: '\f180';
207
- }
208
- .fa-stack-overflow:before {
209
- content: '\f16c';
210
- }
211
- .fa-github-alt:before {
212
- content: '\f113';
213
- }
214
- .fa-phoenix-squadron:before {
215
- content: '\f511';
216
- }
217
- .fa-pagelines:before {
218
- content: '\f18c';
219
- }
220
- .fa-algolia:before {
221
- content: '\f36c';
222
- }
223
- .fa-red-river:before {
224
- content: '\f3e3';
225
- }
226
- .fa-creative-commons-sa:before {
227
- content: '\f4ef';
228
- }
229
- .fa-safari:before {
230
- content: '\f267';
231
- }
232
- .fa-google:before {
233
- content: '\f1a0';
234
- }
235
- .fa-font-awesome-alt:before,
236
- .fa-square-font-awesome-stroke:before {
237
- content: '\f35c';
238
- }
239
- .fa-atlassian:before {
240
- content: '\f77b';
241
- }
242
- .fa-linkedin-in:before {
243
- content: '\f0e1';
244
- }
245
- .fa-digital-ocean:before {
246
- content: '\f391';
247
- }
248
- .fa-nimblr:before {
249
- content: '\f5a8';
250
- }
251
- .fa-chromecast:before {
252
- content: '\f838';
253
- }
254
- .fa-evernote:before {
255
- content: '\f839';
256
- }
257
- .fa-hacker-news:before {
258
- content: '\f1d4';
259
- }
260
- .fa-creative-commons-sampling:before {
261
- content: '\f4f0';
262
- }
263
- .fa-adversal:before {
264
- content: '\f36a';
265
- }
266
- .fa-creative-commons:before {
267
- content: '\f25e';
268
- }
269
- .fa-watchman-monitoring:before {
270
- content: '\e087';
271
- }
272
- .fa-fonticons:before {
273
- content: '\f280';
274
- }
275
- .fa-weixin:before {
276
- content: '\f1d7';
277
- }
278
- .fa-shirtsinbulk:before {
279
- content: '\f214';
280
- }
281
- .fa-codepen:before {
282
- content: '\f1cb';
283
- }
284
- .fa-git-alt:before {
285
- content: '\f841';
286
- }
287
- .fa-lyft:before {
288
- content: '\f3c3';
289
- }
290
- .fa-rev:before {
291
- content: '\f5b2';
292
- }
293
- .fa-windows:before {
294
- content: '\f17a';
295
- }
296
- .fa-wizards-of-the-coast:before {
297
- content: '\f730';
298
- }
299
- .fa-square-viadeo:before,
300
- .fa-viadeo-square:before {
301
- content: '\f2aa';
302
- }
303
- .fa-meetup:before {
304
- content: '\f2e0';
305
- }
306
- .fa-centos:before {
307
- content: '\f789';
308
- }
309
- .fa-adn:before {
310
- content: '\f170';
311
- }
312
- .fa-cloudsmith:before {
313
- content: '\f384';
314
- }
315
- .fa-pied-piper-alt:before {
316
- content: '\f1a8';
317
- }
318
- .fa-dribbble-square:before,
319
- .fa-square-dribbble:before {
320
- content: '\f397';
321
- }
322
- .fa-codiepie:before {
323
- content: '\f284';
324
- }
325
- .fa-node:before {
326
- content: '\f419';
327
- }
328
- .fa-mix:before {
329
- content: '\f3cb';
330
- }
331
- .fa-steam:before {
332
- content: '\f1b6';
333
- }
334
- .fa-cc-apple-pay:before {
335
- content: '\f416';
336
- }
337
- .fa-scribd:before {
338
- content: '\f28a';
339
- }
340
- .fa-openid:before {
341
- content: '\f19b';
342
- }
343
- .fa-instalod:before {
344
- content: '\e081';
345
- }
346
- .fa-expeditedssl:before {
347
- content: '\f23e';
348
- }
349
- .fa-sellcast:before {
350
- content: '\f2da';
351
- }
352
- .fa-square-twitter:before,
353
- .fa-twitter-square:before {
354
- content: '\f081';
355
- }
356
- .fa-r-project:before {
357
- content: '\f4f7';
358
- }
359
- .fa-delicious:before {
360
- content: '\f1a5';
361
- }
362
- .fa-freebsd:before {
363
- content: '\f3a4';
364
- }
365
- .fa-vuejs:before {
366
- content: '\f41f';
367
- }
368
- .fa-accusoft:before {
369
- content: '\f369';
370
- }
371
- .fa-ioxhost:before {
372
- content: '\f208';
373
- }
374
- .fa-fonticons-fi:before {
375
- content: '\f3a2';
376
- }
377
- .fa-app-store:before {
378
- content: '\f36f';
379
- }
380
- .fa-cc-mastercard:before {
381
- content: '\f1f1';
382
- }
383
- .fa-itunes-note:before {
384
- content: '\f3b5';
385
- }
386
- .fa-golang:before {
387
- content: '\e40f';
388
- }
389
- .fa-kickstarter:before {
390
- content: '\f3bb';
391
- }
392
- .fa-grav:before {
393
- content: '\f2d6';
394
- }
395
- .fa-weibo:before {
396
- content: '\f18a';
397
- }
398
- .fa-uncharted:before {
399
- content: '\e084';
400
- }
401
- .fa-firstdraft:before {
402
- content: '\f3a1';
403
- }
404
- .fa-square-youtube:before,
405
- .fa-youtube-square:before {
406
- content: '\f431';
407
- }
408
- .fa-wikipedia-w:before {
409
- content: '\f266';
410
- }
411
- .fa-rendact:before,
412
- .fa-wpressr:before {
413
- content: '\f3e4';
414
- }
415
- .fa-angellist:before {
416
- content: '\f209';
417
- }
418
- .fa-galactic-republic:before {
419
- content: '\f50c';
420
- }
421
- .fa-nfc-directional:before {
422
- content: '\e530';
423
- }
424
- .fa-skype:before {
425
- content: '\f17e';
426
- }
427
- .fa-joget:before {
428
- content: '\f3b7';
429
- }
430
- .fa-fedora:before {
431
- content: '\f798';
432
- }
433
- .fa-stripe-s:before {
434
- content: '\f42a';
435
- }
436
- .fa-meta:before {
437
- content: '\e49b';
438
- }
439
- .fa-laravel:before {
440
- content: '\f3bd';
441
- }
442
- .fa-hotjar:before {
443
- content: '\f3b1';
444
- }
445
- .fa-bluetooth-b:before {
446
- content: '\f294';
447
- }
448
- .fa-sticker-mule:before {
449
- content: '\f3f7';
450
- }
451
- .fa-creative-commons-zero:before {
452
- content: '\f4f3';
453
- }
454
- .fa-hips:before {
455
- content: '\f452';
456
- }
457
- .fa-behance:before {
458
- content: '\f1b4';
459
- }
460
- .fa-reddit:before {
461
- content: '\f1a1';
462
- }
463
- .fa-discord:before {
464
- content: '\f392';
465
- }
466
- .fa-chrome:before {
467
- content: '\f268';
468
- }
469
- .fa-app-store-ios:before {
470
- content: '\f370';
471
- }
472
- .fa-cc-discover:before {
473
- content: '\f1f2';
474
- }
475
- .fa-wpbeginner:before {
476
- content: '\f297';
477
- }
478
- .fa-confluence:before {
479
- content: '\f78d';
480
- }
481
- .fa-mdb:before {
482
- content: '\f8ca';
483
- }
484
- .fa-dochub:before {
485
- content: '\f394';
486
- }
487
- .fa-accessible-icon:before {
488
- content: '\f368';
489
- }
490
- .fa-ebay:before {
491
- content: '\f4f4';
492
- }
493
- .fa-amazon:before {
494
- content: '\f270';
495
- }
496
- .fa-unsplash:before {
497
- content: '\e07c';
498
- }
499
- .fa-yarn:before {
500
- content: '\f7e3';
501
- }
502
- .fa-square-steam:before,
503
- .fa-steam-square:before {
504
- content: '\f1b7';
505
- }
506
- .fa-500px:before {
507
- content: '\f26e';
508
- }
509
- .fa-square-vimeo:before,
510
- .fa-vimeo-square:before {
511
- content: '\f194';
512
- }
513
- .fa-asymmetrik:before {
514
- content: '\f372';
515
- }
516
- .fa-font-awesome-flag:before,
517
- .fa-font-awesome-logo-full:before,
518
- .fa-font-awesome:before {
519
- content: '\f2b4';
520
- }
521
- .fa-gratipay:before {
522
- content: '\f184';
523
- }
524
- .fa-apple:before {
525
- content: '\f179';
526
- }
527
- .fa-hive:before {
528
- content: '\e07f';
529
- }
530
- .fa-gitkraken:before {
531
- content: '\f3a6';
532
- }
533
- .fa-keybase:before {
534
- content: '\f4f5';
535
- }
536
- .fa-apple-pay:before {
537
- content: '\f415';
538
- }
539
- .fa-padlet:before {
540
- content: '\e4a0';
541
- }
542
- .fa-amazon-pay:before {
543
- content: '\f42c';
544
- }
545
- .fa-github-square:before,
546
- .fa-square-github:before {
547
- content: '\f092';
548
- }
549
- .fa-stumbleupon:before {
550
- content: '\f1a4';
551
- }
552
- .fa-fedex:before {
553
- content: '\f797';
554
- }
555
- .fa-phoenix-framework:before {
556
- content: '\f3dc';
557
- }
558
- .fa-shopify:before {
559
- content: '\e057';
560
- }
561
- .fa-neos:before {
562
- content: '\f612';
563
- }
564
- .fa-hackerrank:before {
565
- content: '\f5f7';
566
- }
567
- .fa-researchgate:before {
568
- content: '\f4f8';
569
- }
570
- .fa-swift:before {
571
- content: '\f8e1';
572
- }
573
- .fa-angular:before {
574
- content: '\f420';
575
- }
576
- .fa-speakap:before {
577
- content: '\f3f3';
578
- }
579
- .fa-angrycreative:before {
580
- content: '\f36e';
581
- }
582
- .fa-y-combinator:before {
583
- content: '\f23b';
584
- }
585
- .fa-empire:before {
586
- content: '\f1d1';
587
- }
588
- .fa-envira:before {
589
- content: '\f299';
590
- }
591
- .fa-gitlab-square:before,
592
- .fa-square-gitlab:before {
593
- content: '\e5ae';
594
- }
595
- .fa-studiovinari:before {
596
- content: '\f3f8';
597
- }
598
- .fa-pied-piper:before {
599
- content: '\f2ae';
600
- }
601
- .fa-wordpress:before {
602
- content: '\f19a';
603
- }
604
- .fa-product-hunt:before {
605
- content: '\f288';
606
- }
607
- .fa-firefox:before {
608
- content: '\f269';
609
- }
610
- .fa-linode:before {
611
- content: '\f2b8';
612
- }
613
- .fa-goodreads:before {
614
- content: '\f3a8';
615
- }
616
- .fa-odnoklassniki-square:before,
617
- .fa-square-odnoklassniki:before {
618
- content: '\f264';
619
- }
620
- .fa-jsfiddle:before {
621
- content: '\f1cc';
622
- }
623
- .fa-sith:before {
624
- content: '\f512';
625
- }
626
- .fa-themeisle:before {
627
- content: '\f2b2';
628
- }
629
- .fa-page4:before {
630
- content: '\f3d7';
631
- }
632
- .fa-hashnode:before {
633
- content: '\e499';
634
- }
635
- .fa-react:before {
636
- content: '\f41b';
637
- }
638
- .fa-cc-paypal:before {
639
- content: '\f1f4';
640
- }
641
- .fa-squarespace:before {
642
- content: '\f5be';
643
- }
644
- .fa-cc-stripe:before {
645
- content: '\f1f5';
646
- }
647
- .fa-creative-commons-share:before {
648
- content: '\f4f2';
649
- }
650
- .fa-bitcoin:before {
651
- content: '\f379';
652
- }
653
- .fa-keycdn:before {
654
- content: '\f3ba';
655
- }
656
- .fa-opera:before {
657
- content: '\f26a';
658
- }
659
- .fa-itch-io:before {
660
- content: '\f83a';
661
- }
662
- .fa-umbraco:before {
663
- content: '\f8e8';
664
- }
665
- .fa-galactic-senate:before {
666
- content: '\f50d';
667
- }
668
- .fa-ubuntu:before {
669
- content: '\f7df';
670
- }
671
- .fa-draft2digital:before {
672
- content: '\f396';
673
- }
674
- .fa-stripe:before {
675
- content: '\f429';
676
- }
677
- .fa-houzz:before {
678
- content: '\f27c';
679
- }
680
- .fa-gg:before {
681
- content: '\f260';
682
- }
683
- .fa-dhl:before {
684
- content: '\f790';
685
- }
686
- .fa-pinterest-square:before,
687
- .fa-square-pinterest:before {
688
- content: '\f0d3';
689
- }
690
- .fa-xing:before {
691
- content: '\f168';
692
- }
693
- .fa-blackberry:before {
694
- content: '\f37b';
695
- }
696
- .fa-creative-commons-pd:before {
697
- content: '\f4ec';
698
- }
699
- .fa-playstation:before {
700
- content: '\f3df';
701
- }
702
- .fa-quinscape:before {
703
- content: '\f459';
704
- }
705
- .fa-less:before {
706
- content: '\f41d';
707
- }
708
- .fa-blogger-b:before {
709
- content: '\f37d';
710
- }
711
- .fa-opencart:before {
712
- content: '\f23d';
713
- }
714
- .fa-vine:before {
715
- content: '\f1ca';
716
- }
717
- .fa-paypal:before {
718
- content: '\f1ed';
719
- }
720
- .fa-gitlab:before {
721
- content: '\f296';
722
- }
723
- .fa-typo3:before {
724
- content: '\f42b';
725
- }
726
- .fa-reddit-alien:before {
727
- content: '\f281';
728
- }
729
- .fa-yahoo:before {
730
- content: '\f19e';
731
- }
732
- .fa-dailymotion:before {
733
- content: '\e052';
734
- }
735
- .fa-affiliatetheme:before {
736
- content: '\f36b';
737
- }
738
- .fa-pied-piper-pp:before {
739
- content: '\f1a7';
740
- }
741
- .fa-bootstrap:before {
742
- content: '\f836';
743
- }
744
- .fa-odnoklassniki:before {
745
- content: '\f263';
746
- }
747
- .fa-nfc-symbol:before {
748
- content: '\e531';
749
- }
750
- .fa-ethereum:before {
751
- content: '\f42e';
752
- }
753
- .fa-speaker-deck:before {
754
- content: '\f83c';
755
- }
756
- .fa-creative-commons-nc-eu:before {
757
- content: '\f4e9';
758
- }
759
- .fa-patreon:before {
760
- content: '\f3d9';
761
- }
762
- .fa-avianex:before {
763
- content: '\f374';
764
- }
765
- .fa-ello:before {
766
- content: '\f5f1';
767
- }
768
- .fa-gofore:before {
769
- content: '\f3a7';
770
- }
771
- .fa-bimobject:before {
772
- content: '\f378';
773
- }
774
- .fa-facebook-f:before {
775
- content: '\f39e';
776
- }
777
- .fa-google-plus-square:before,
778
- .fa-square-google-plus:before {
779
- content: '\f0d4';
780
- }
781
- .fa-mandalorian:before {
782
- content: '\f50f';
783
- }
784
- .fa-first-order-alt:before {
785
- content: '\f50a';
786
- }
787
- .fa-osi:before {
788
- content: '\f41a';
789
- }
790
- .fa-google-wallet:before {
791
- content: '\f1ee';
792
- }
793
- .fa-d-and-d-beyond:before {
794
- content: '\f6ca';
795
- }
796
- .fa-periscope:before {
797
- content: '\f3da';
798
- }
799
- .fa-fulcrum:before {
800
- content: '\f50b';
801
- }
802
- .fa-cloudscale:before {
803
- content: '\f383';
804
- }
805
- .fa-forumbee:before {
806
- content: '\f211';
807
- }
808
- .fa-mizuni:before {
809
- content: '\f3cc';
810
- }
811
- .fa-schlix:before {
812
- content: '\f3ea';
813
- }
814
- .fa-square-xing:before,
815
- .fa-xing-square:before {
816
- content: '\f169';
817
- }
818
- .fa-bandcamp:before {
819
- content: '\f2d5';
820
- }
821
- .fa-wpforms:before {
822
- content: '\f298';
823
- }
824
- .fa-cloudversify:before {
825
- content: '\f385';
826
- }
827
- .fa-usps:before {
828
- content: '\f7e1';
829
- }
830
- .fa-megaport:before {
831
- content: '\f5a3';
832
- }
833
- .fa-magento:before {
834
- content: '\f3c4';
835
- }
836
- .fa-spotify:before {
837
- content: '\f1bc';
838
- }
839
- .fa-optin-monster:before {
840
- content: '\f23c';
841
- }
842
- .fa-fly:before {
843
- content: '\f417';
844
- }
845
- .fa-aviato:before {
846
- content: '\f421';
847
- }
848
- .fa-itunes:before {
849
- content: '\f3b4';
850
- }
851
- .fa-cuttlefish:before {
852
- content: '\f38c';
853
- }
854
- .fa-blogger:before {
855
- content: '\f37c';
856
- }
857
- .fa-flickr:before {
858
- content: '\f16e';
859
- }
860
- .fa-viber:before {
861
- content: '\f409';
862
- }
863
- .fa-soundcloud:before {
864
- content: '\f1be';
865
- }
866
- .fa-digg:before {
867
- content: '\f1a6';
868
- }
869
- .fa-tencent-weibo:before {
870
- content: '\f1d5';
871
- }
872
- .fa-symfony:before {
873
- content: '\f83d';
874
- }
875
- .fa-maxcdn:before {
876
- content: '\f136';
877
- }
878
- .fa-etsy:before {
879
- content: '\f2d7';
880
- }
881
- .fa-facebook-messenger:before {
882
- content: '\f39f';
883
- }
884
- .fa-audible:before {
885
- content: '\f373';
886
- }
887
- .fa-think-peaks:before {
888
- content: '\f731';
889
- }
890
- .fa-bilibili:before {
891
- content: '\e3d9';
892
- }
893
- .fa-erlang:before {
894
- content: '\f39d';
895
- }
896
- .fa-cotton-bureau:before {
897
- content: '\f89e';
898
- }
899
- .fa-dashcube:before {
900
- content: '\f210';
901
- }
902
- .fa-42-group:before,
903
- .fa-innosoft:before {
904
- content: '\e080';
905
- }
906
- .fa-stack-exchange:before {
907
- content: '\f18d';
908
- }
909
- .fa-elementor:before {
910
- content: '\f430';
911
- }
912
- .fa-pied-piper-square:before,
913
- .fa-square-pied-piper:before {
914
- content: '\e01e';
915
- }
916
- .fa-creative-commons-nd:before {
917
- content: '\f4eb';
918
- }
919
- .fa-palfed:before {
920
- content: '\f3d8';
921
- }
922
- .fa-superpowers:before {
923
- content: '\f2dd';
924
- }
925
- .fa-resolving:before {
926
- content: '\f3e7';
927
- }
928
- .fa-xbox:before {
929
- content: '\f412';
930
- }
931
- .fa-searchengin:before {
932
- content: '\f3eb';
933
- }
934
- .fa-tiktok:before {
935
- content: '\e07b';
936
- }
937
- .fa-facebook-square:before,
938
- .fa-square-facebook:before {
939
- content: '\f082';
940
- }
941
- .fa-renren:before {
942
- content: '\f18b';
943
- }
944
- .fa-linux:before {
945
- content: '\f17c';
946
- }
947
- .fa-glide:before {
948
- content: '\f2a5';
949
- }
950
- .fa-linkedin:before {
951
- content: '\f08c';
952
- }
953
- .fa-hubspot:before {
954
- content: '\f3b2';
955
- }
956
- .fa-deploydog:before {
957
- content: '\f38e';
958
- }
959
- .fa-twitch:before {
960
- content: '\f1e8';
961
- }
962
- .fa-ravelry:before {
963
- content: '\f2d9';
964
- }
965
- .fa-mixer:before {
966
- content: '\e056';
967
- }
968
- .fa-lastfm-square:before,
969
- .fa-square-lastfm:before {
970
- content: '\f203';
971
- }
972
- .fa-vimeo:before {
973
- content: '\f40a';
974
- }
975
- .fa-mendeley:before {
976
- content: '\f7b3';
977
- }
978
- .fa-uniregistry:before {
979
- content: '\f404';
980
- }
981
- .fa-figma:before {
982
- content: '\f799';
983
- }
984
- .fa-creative-commons-remix:before {
985
- content: '\f4ee';
986
- }
987
- .fa-cc-amazon-pay:before {
988
- content: '\f42d';
989
- }
990
- .fa-dropbox:before {
991
- content: '\f16b';
992
- }
993
- .fa-instagram:before {
994
- content: '\f16d';
995
- }
996
- .fa-cmplid:before {
997
- content: '\e360';
998
- }
999
- .fa-facebook:before {
1000
- content: '\f09a';
1001
- }
1002
- .fa-gripfire:before {
1003
- content: '\f3ac';
1004
- }
1005
- .fa-jedi-order:before {
1006
- content: '\f50e';
1007
- }
1008
- .fa-uikit:before {
1009
- content: '\f403';
1010
- }
1011
- .fa-fort-awesome-alt:before {
1012
- content: '\f3a3';
1013
- }
1014
- .fa-phabricator:before {
1015
- content: '\f3db';
1016
- }
1017
- .fa-ussunnah:before {
1018
- content: '\f407';
1019
- }
1020
- .fa-earlybirds:before {
1021
- content: '\f39a';
1022
- }
1023
- .fa-trade-federation:before {
1024
- content: '\f513';
1025
- }
1026
- .fa-autoprefixer:before {
1027
- content: '\f41c';
1028
- }
1029
- .fa-whatsapp:before {
1030
- content: '\f232';
1031
- }
1032
- .fa-slideshare:before {
1033
- content: '\f1e7';
1034
- }
1035
- .fa-google-play:before {
1036
- content: '\f3ab';
1037
- }
1038
- .fa-viadeo:before {
1039
- content: '\f2a9';
1040
- }
1041
- .fa-line:before {
1042
- content: '\f3c0';
1043
- }
1044
- .fa-google-drive:before {
1045
- content: '\f3aa';
1046
- }
1047
- .fa-servicestack:before {
1048
- content: '\f3ec';
1049
- }
1050
- .fa-simplybuilt:before {
1051
- content: '\f215';
1052
- }
1053
- .fa-bitbucket:before {
1054
- content: '\f171';
1055
- }
1056
- .fa-imdb:before {
1057
- content: '\f2d8';
1058
- }
1059
- .fa-deezer:before {
1060
- content: '\e077';
1061
- }
1062
- .fa-raspberry-pi:before {
1063
- content: '\f7bb';
1064
- }
1065
- .fa-jira:before {
1066
- content: '\f7b1';
1067
- }
1068
- .fa-docker:before {
1069
- content: '\f395';
1070
- }
1071
- .fa-screenpal:before {
1072
- content: '\e570';
1073
- }
1074
- .fa-bluetooth:before {
1075
- content: '\f293';
1076
- }
1077
- .fa-gitter:before {
1078
- content: '\f426';
1079
- }
1080
- .fa-d-and-d:before {
1081
- content: '\f38d';
1082
- }
1083
- .fa-microblog:before {
1084
- content: '\e01a';
1085
- }
1086
- .fa-cc-diners-club:before {
1087
- content: '\f24c';
1088
- }
1089
- .fa-gg-circle:before {
1090
- content: '\f261';
1091
- }
1092
- .fa-pied-piper-hat:before {
1093
- content: '\f4e5';
1094
- }
1095
- .fa-kickstarter-k:before {
1096
- content: '\f3bc';
1097
- }
1098
- .fa-yandex:before {
1099
- content: '\f413';
1100
- }
1101
- .fa-readme:before {
1102
- content: '\f4d5';
1103
- }
1104
- .fa-html5:before {
1105
- content: '\f13b';
1106
- }
1107
- .fa-sellsy:before {
1108
- content: '\f213';
1109
- }
1110
- .fa-sass:before {
1111
- content: '\f41e';
1112
- }
1113
- .fa-wirsindhandwerk:before,
1114
- .fa-wsh:before {
1115
- content: '\e2d0';
1116
- }
1117
- .fa-buromobelexperte:before {
1118
- content: '\f37f';
1119
- }
1120
- .fa-salesforce:before {
1121
- content: '\f83b';
1122
- }
1123
- .fa-octopus-deploy:before {
1124
- content: '\e082';
1125
- }
1126
- .fa-medapps:before {
1127
- content: '\f3c6';
1128
- }
1129
- .fa-ns8:before {
1130
- content: '\f3d5';
1131
- }
1132
- .fa-pinterest-p:before {
1133
- content: '\f231';
1134
- }
1135
- .fa-apper:before {
1136
- content: '\f371';
1137
- }
1138
- .fa-fort-awesome:before {
1139
- content: '\f286';
1140
- }
1141
- .fa-waze:before {
1142
- content: '\f83f';
1143
- }
1144
- .fa-cc-jcb:before {
1145
- content: '\f24b';
1146
- }
1147
- .fa-snapchat-ghost:before,
1148
- .fa-snapchat:before {
1149
- content: '\f2ab';
1150
- }
1151
- .fa-fantasy-flight-games:before {
1152
- content: '\f6dc';
1153
- }
1154
- .fa-rust:before {
1155
- content: '\e07a';
1156
- }
1157
- .fa-wix:before {
1158
- content: '\f5cf';
1159
- }
1160
- .fa-behance-square:before,
1161
- .fa-square-behance:before {
1162
- content: '\f1b5';
1163
- }
1164
- .fa-supple:before {
1165
- content: '\f3f9';
1166
- }
1167
- .fa-rebel:before {
1168
- content: '\f1d0';
1169
- }
1170
- .fa-css3:before {
1171
- content: '\f13c';
1172
- }
1173
- .fa-staylinked:before {
1174
- content: '\f3f5';
1175
- }
1176
- .fa-kaggle:before {
1177
- content: '\f5fa';
1178
- }
1179
- .fa-space-awesome:before {
1180
- content: '\e5ac';
1181
- }
1182
- .fa-deviantart:before {
1183
- content: '\f1bd';
1184
- }
1185
- .fa-cpanel:before {
1186
- content: '\f388';
1187
- }
1188
- .fa-goodreads-g:before {
1189
- content: '\f3a9';
1190
- }
1191
- .fa-git-square:before,
1192
- .fa-square-git:before {
1193
- content: '\f1d2';
1194
- }
1195
- .fa-square-tumblr:before,
1196
- .fa-tumblr-square:before {
1197
- content: '\f174';
1198
- }
1199
- .fa-trello:before {
1200
- content: '\f181';
1201
- }
1202
- .fa-creative-commons-nc-jp:before {
1203
- content: '\f4ea';
1204
- }
1205
- .fa-get-pocket:before {
1206
- content: '\f265';
1207
- }
1208
- .fa-perbyte:before {
1209
- content: '\e083';
1210
- }
1211
- .fa-grunt:before {
1212
- content: '\f3ad';
1213
- }
1214
- .fa-weebly:before {
1215
- content: '\f5cc';
1216
- }
1217
- .fa-connectdevelop:before {
1218
- content: '\f20e';
1219
- }
1220
- .fa-leanpub:before {
1221
- content: '\f212';
1222
- }
1223
- .fa-black-tie:before {
1224
- content: '\f27e';
1225
- }
1226
- .fa-themeco:before {
1227
- content: '\f5c6';
1228
- }
1229
- .fa-python:before {
1230
- content: '\f3e2';
1231
- }
1232
- .fa-android:before {
1233
- content: '\f17b';
1234
- }
1235
- .fa-bots:before {
1236
- content: '\e340';
1237
- }
1238
- .fa-free-code-camp:before {
1239
- content: '\f2c5';
1240
- }
1241
- .fa-hornbill:before {
1242
- content: '\f592';
1243
- }
1244
- .fa-js:before {
1245
- content: '\f3b8';
1246
- }
1247
- .fa-ideal:before {
1248
- content: '\e013';
1249
- }
1250
- .fa-git:before {
1251
- content: '\f1d3';
1252
- }
1253
- .fa-dev:before {
1254
- content: '\f6cc';
1255
- }
1256
- .fa-sketch:before {
1257
- content: '\f7c6';
1258
- }
1259
- .fa-yandex-international:before {
1260
- content: '\f414';
1261
- }
1262
- .fa-cc-amex:before {
1263
- content: '\f1f3';
1264
- }
1265
- .fa-uber:before {
1266
- content: '\f402';
1267
- }
1268
- .fa-github:before {
1269
- content: '\f09b';
1270
- }
1271
- .fa-php:before {
1272
- content: '\f457';
1273
- }
1274
- .fa-alipay:before {
1275
- content: '\f642';
1276
- }
1277
- .fa-youtube:before {
1278
- content: '\f167';
1279
- }
1280
- .fa-skyatlas:before {
1281
- content: '\f216';
1282
- }
1283
- .fa-firefox-browser:before {
1284
- content: '\e007';
1285
- }
1286
- .fa-replyd:before {
1287
- content: '\f3e6';
1288
- }
1289
- .fa-suse:before {
1290
- content: '\f7d6';
1291
- }
1292
- .fa-jenkins:before {
1293
- content: '\f3b6';
1294
- }
1295
- .fa-twitter:before {
1296
- content: '\f099';
1297
- }
1298
- .fa-rockrms:before {
1299
- content: '\f3e9';
1300
- }
1301
- .fa-pinterest:before {
1302
- content: '\f0d2';
1303
- }
1304
- .fa-buffer:before {
1305
- content: '\f837';
1306
- }
1307
- .fa-npm:before {
1308
- content: '\f3d4';
1309
- }
1310
- .fa-yammer:before {
1311
- content: '\f840';
1312
- }
1313
- .fa-btc:before {
1314
- content: '\f15a';
1315
- }
1316
- .fa-dribbble:before {
1317
- content: '\f17d';
1318
- }
1319
- .fa-stumbleupon-circle:before {
1320
- content: '\f1a3';
1321
- }
1322
- .fa-internet-explorer:before {
1323
- content: '\f26b';
1324
- }
1325
- .fa-stubber:before {
1326
- content: '\e5c7';
1327
- }
1328
- .fa-telegram-plane:before,
1329
- .fa-telegram:before {
1330
- content: '\f2c6';
1331
- }
1332
- .fa-old-republic:before {
1333
- content: '\f510';
1334
- }
1335
- .fa-odysee:before {
1336
- content: '\e5c6';
1337
- }
1338
- .fa-square-whatsapp:before,
1339
- .fa-whatsapp-square:before {
1340
- content: '\f40c';
1341
- }
1342
- .fa-node-js:before {
1343
- content: '\f3d3';
1344
- }
1345
- .fa-edge-legacy:before {
1346
- content: '\e078';
1347
- }
1348
- .fa-slack-hash:before,
1349
- .fa-slack:before {
1350
- content: '\f198';
1351
- }
1352
- .fa-medrt:before {
1353
- content: '\f3c8';
1354
- }
1355
- .fa-usb:before {
1356
- content: '\f287';
1357
- }
1358
- .fa-tumblr:before {
1359
- content: '\f173';
1360
- }
1361
- .fa-vaadin:before {
1362
- content: '\f408';
1363
- }
1364
- .fa-quora:before {
1365
- content: '\f2c4';
1366
- }
1367
- .fa-reacteurope:before {
1368
- content: '\f75d';
1369
- }
1370
- .fa-medium-m:before,
1371
- .fa-medium:before {
1372
- content: '\f23a';
1373
- }
1374
- .fa-amilia:before {
1375
- content: '\f36d';
1376
- }
1377
- .fa-mixcloud:before {
1378
- content: '\f289';
1379
- }
1380
- .fa-flipboard:before {
1381
- content: '\f44d';
1382
- }
1383
- .fa-viacoin:before {
1384
- content: '\f237';
1385
- }
1386
- .fa-critical-role:before {
1387
- content: '\f6c9';
1388
- }
1389
- .fa-sitrox:before {
1390
- content: '\e44a';
1391
- }
1392
- .fa-discourse:before {
1393
- content: '\f393';
1394
- }
1395
- .fa-joomla:before {
1396
- content: '\f1aa';
1397
- }
1398
- .fa-mastodon:before {
1399
- content: '\f4f6';
1400
- }
1401
- .fa-airbnb:before {
1402
- content: '\f834';
1403
- }
1404
- .fa-wolf-pack-battalion:before {
1405
- content: '\f514';
1406
- }
1407
- .fa-buy-n-large:before {
1408
- content: '\f8a6';
1409
- }
1410
- .fa-gulp:before {
1411
- content: '\f3ae';
1412
- }
1413
- .fa-creative-commons-sampling-plus:before {
1414
- content: '\f4f1';
1415
- }
1416
- .fa-strava:before {
1417
- content: '\f428';
1418
- }
1419
- .fa-ember:before {
1420
- content: '\f423';
1421
- }
1422
- .fa-canadian-maple-leaf:before {
1423
- content: '\f785';
1424
- }
1425
- .fa-teamspeak:before {
1426
- content: '\f4f9';
1427
- }
1428
- .fa-pushed:before {
1429
- content: '\f3e1';
1430
- }
1431
- .fa-wordpress-simple:before {
1432
- content: '\f411';
1433
- }
1434
- .fa-nutritionix:before {
1435
- content: '\f3d6';
1436
- }
1437
- .fa-wodu:before {
1438
- content: '\e088';
1439
- }
1440
- .fa-google-pay:before {
1441
- content: '\e079';
1442
- }
1443
- .fa-intercom:before {
1444
- content: '\f7af';
1445
- }
1446
- .fa-zhihu:before {
1447
- content: '\f63f';
1448
- }
1449
- .fa-korvue:before {
1450
- content: '\f42f';
1451
- }
1452
- .fa-pix:before {
1453
- content: '\e43a';
1454
- }
1455
- .fa-steam-symbol:before {
1456
- content: '\f3f6';
1457
- }
1
+ /*!
2
+ * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license (Commercial License)
4
+ * Copyright 2023 Fonticons, Inc.
5
+ */
6
+ :host,
7
+ :root {
8
+ --fa-style-family-brands: 'Font Awesome 6 Brands';
9
+ --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
10
+ }
11
+ @font-face {
12
+ font-family: 'Font Awesome 6 Brands';
13
+ font-style: normal;
14
+ font-weight: 400;
15
+ font-display: block;
16
+ src: url(../webfonts/fa-brands-400.woff2) format('woff2'),
17
+ url(../webfonts/fa-brands-400.ttf) format('truetype');
18
+ }
19
+ .fa-brands,
20
+ .fab {
21
+ font-weight: 400;
22
+ }
23
+ .fa-monero:before {
24
+ content: '\f3d0';
25
+ }
26
+ .fa-hooli:before {
27
+ content: '\f427';
28
+ }
29
+ .fa-yelp:before {
30
+ content: '\f1e9';
31
+ }
32
+ .fa-cc-visa:before {
33
+ content: '\f1f0';
34
+ }
35
+ .fa-lastfm:before {
36
+ content: '\f202';
37
+ }
38
+ .fa-shopware:before {
39
+ content: '\f5b5';
40
+ }
41
+ .fa-creative-commons-nc:before {
42
+ content: '\f4e8';
43
+ }
44
+ .fa-aws:before {
45
+ content: '\f375';
46
+ }
47
+ .fa-redhat:before {
48
+ content: '\f7bc';
49
+ }
50
+ .fa-yoast:before {
51
+ content: '\f2b1';
52
+ }
53
+ .fa-cloudflare:before {
54
+ content: '\e07d';
55
+ }
56
+ .fa-ups:before {
57
+ content: '\f7e0';
58
+ }
59
+ .fa-wpexplorer:before {
60
+ content: '\f2de';
61
+ }
62
+ .fa-dyalog:before {
63
+ content: '\f399';
64
+ }
65
+ .fa-bity:before {
66
+ content: '\f37a';
67
+ }
68
+ .fa-stackpath:before {
69
+ content: '\f842';
70
+ }
71
+ .fa-buysellads:before {
72
+ content: '\f20d';
73
+ }
74
+ .fa-first-order:before {
75
+ content: '\f2b0';
76
+ }
77
+ .fa-modx:before {
78
+ content: '\f285';
79
+ }
80
+ .fa-guilded:before {
81
+ content: '\e07e';
82
+ }
83
+ .fa-vnv:before {
84
+ content: '\f40b';
85
+ }
86
+ .fa-js-square:before,
87
+ .fa-square-js:before {
88
+ content: '\f3b9';
89
+ }
90
+ .fa-microsoft:before {
91
+ content: '\f3ca';
92
+ }
93
+ .fa-qq:before {
94
+ content: '\f1d6';
95
+ }
96
+ .fa-orcid:before {
97
+ content: '\f8d2';
98
+ }
99
+ .fa-java:before {
100
+ content: '\f4e4';
101
+ }
102
+ .fa-invision:before {
103
+ content: '\f7b0';
104
+ }
105
+ .fa-creative-commons-pd-alt:before {
106
+ content: '\f4ed';
107
+ }
108
+ .fa-centercode:before {
109
+ content: '\f380';
110
+ }
111
+ .fa-glide-g:before {
112
+ content: '\f2a6';
113
+ }
114
+ .fa-drupal:before {
115
+ content: '\f1a9';
116
+ }
117
+ .fa-hire-a-helper:before {
118
+ content: '\f3b0';
119
+ }
120
+ .fa-creative-commons-by:before {
121
+ content: '\f4e7';
122
+ }
123
+ .fa-unity:before {
124
+ content: '\e049';
125
+ }
126
+ .fa-whmcs:before {
127
+ content: '\f40d';
128
+ }
129
+ .fa-rocketchat:before {
130
+ content: '\f3e8';
131
+ }
132
+ .fa-vk:before {
133
+ content: '\f189';
134
+ }
135
+ .fa-untappd:before {
136
+ content: '\f405';
137
+ }
138
+ .fa-mailchimp:before {
139
+ content: '\f59e';
140
+ }
141
+ .fa-css3-alt:before {
142
+ content: '\f38b';
143
+ }
144
+ .fa-reddit-square:before,
145
+ .fa-square-reddit:before {
146
+ content: '\f1a2';
147
+ }
148
+ .fa-vimeo-v:before {
149
+ content: '\f27d';
150
+ }
151
+ .fa-contao:before {
152
+ content: '\f26d';
153
+ }
154
+ .fa-square-font-awesome:before {
155
+ content: '\e5ad';
156
+ }
157
+ .fa-deskpro:before {
158
+ content: '\f38f';
159
+ }
160
+ .fa-sistrix:before {
161
+ content: '\f3ee';
162
+ }
163
+ .fa-instagram-square:before,
164
+ .fa-square-instagram:before {
165
+ content: '\e055';
166
+ }
167
+ .fa-battle-net:before {
168
+ content: '\f835';
169
+ }
170
+ .fa-the-red-yeti:before {
171
+ content: '\f69d';
172
+ }
173
+ .fa-hacker-news-square:before,
174
+ .fa-square-hacker-news:before {
175
+ content: '\f3af';
176
+ }
177
+ .fa-edge:before {
178
+ content: '\f282';
179
+ }
180
+ .fa-napster:before {
181
+ content: '\f3d2';
182
+ }
183
+ .fa-snapchat-square:before,
184
+ .fa-square-snapchat:before {
185
+ content: '\f2ad';
186
+ }
187
+ .fa-google-plus-g:before {
188
+ content: '\f0d5';
189
+ }
190
+ .fa-artstation:before {
191
+ content: '\f77a';
192
+ }
193
+ .fa-markdown:before {
194
+ content: '\f60f';
195
+ }
196
+ .fa-sourcetree:before {
197
+ content: '\f7d3';
198
+ }
199
+ .fa-google-plus:before {
200
+ content: '\f2b3';
201
+ }
202
+ .fa-diaspora:before {
203
+ content: '\f791';
204
+ }
205
+ .fa-foursquare:before {
206
+ content: '\f180';
207
+ }
208
+ .fa-stack-overflow:before {
209
+ content: '\f16c';
210
+ }
211
+ .fa-github-alt:before {
212
+ content: '\f113';
213
+ }
214
+ .fa-phoenix-squadron:before {
215
+ content: '\f511';
216
+ }
217
+ .fa-pagelines:before {
218
+ content: '\f18c';
219
+ }
220
+ .fa-algolia:before {
221
+ content: '\f36c';
222
+ }
223
+ .fa-red-river:before {
224
+ content: '\f3e3';
225
+ }
226
+ .fa-creative-commons-sa:before {
227
+ content: '\f4ef';
228
+ }
229
+ .fa-safari:before {
230
+ content: '\f267';
231
+ }
232
+ .fa-google:before {
233
+ content: '\f1a0';
234
+ }
235
+ .fa-font-awesome-alt:before,
236
+ .fa-square-font-awesome-stroke:before {
237
+ content: '\f35c';
238
+ }
239
+ .fa-atlassian:before {
240
+ content: '\f77b';
241
+ }
242
+ .fa-linkedin-in:before {
243
+ content: '\f0e1';
244
+ }
245
+ .fa-digital-ocean:before {
246
+ content: '\f391';
247
+ }
248
+ .fa-nimblr:before {
249
+ content: '\f5a8';
250
+ }
251
+ .fa-chromecast:before {
252
+ content: '\f838';
253
+ }
254
+ .fa-evernote:before {
255
+ content: '\f839';
256
+ }
257
+ .fa-hacker-news:before {
258
+ content: '\f1d4';
259
+ }
260
+ .fa-creative-commons-sampling:before {
261
+ content: '\f4f0';
262
+ }
263
+ .fa-adversal:before {
264
+ content: '\f36a';
265
+ }
266
+ .fa-creative-commons:before {
267
+ content: '\f25e';
268
+ }
269
+ .fa-watchman-monitoring:before {
270
+ content: '\e087';
271
+ }
272
+ .fa-fonticons:before {
273
+ content: '\f280';
274
+ }
275
+ .fa-weixin:before {
276
+ content: '\f1d7';
277
+ }
278
+ .fa-shirtsinbulk:before {
279
+ content: '\f214';
280
+ }
281
+ .fa-codepen:before {
282
+ content: '\f1cb';
283
+ }
284
+ .fa-git-alt:before {
285
+ content: '\f841';
286
+ }
287
+ .fa-lyft:before {
288
+ content: '\f3c3';
289
+ }
290
+ .fa-rev:before {
291
+ content: '\f5b2';
292
+ }
293
+ .fa-windows:before {
294
+ content: '\f17a';
295
+ }
296
+ .fa-wizards-of-the-coast:before {
297
+ content: '\f730';
298
+ }
299
+ .fa-square-viadeo:before,
300
+ .fa-viadeo-square:before {
301
+ content: '\f2aa';
302
+ }
303
+ .fa-meetup:before {
304
+ content: '\f2e0';
305
+ }
306
+ .fa-centos:before {
307
+ content: '\f789';
308
+ }
309
+ .fa-adn:before {
310
+ content: '\f170';
311
+ }
312
+ .fa-cloudsmith:before {
313
+ content: '\f384';
314
+ }
315
+ .fa-pied-piper-alt:before {
316
+ content: '\f1a8';
317
+ }
318
+ .fa-dribbble-square:before,
319
+ .fa-square-dribbble:before {
320
+ content: '\f397';
321
+ }
322
+ .fa-codiepie:before {
323
+ content: '\f284';
324
+ }
325
+ .fa-node:before {
326
+ content: '\f419';
327
+ }
328
+ .fa-mix:before {
329
+ content: '\f3cb';
330
+ }
331
+ .fa-steam:before {
332
+ content: '\f1b6';
333
+ }
334
+ .fa-cc-apple-pay:before {
335
+ content: '\f416';
336
+ }
337
+ .fa-scribd:before {
338
+ content: '\f28a';
339
+ }
340
+ .fa-openid:before {
341
+ content: '\f19b';
342
+ }
343
+ .fa-instalod:before {
344
+ content: '\e081';
345
+ }
346
+ .fa-expeditedssl:before {
347
+ content: '\f23e';
348
+ }
349
+ .fa-sellcast:before {
350
+ content: '\f2da';
351
+ }
352
+ .fa-square-twitter:before,
353
+ .fa-twitter-square:before {
354
+ content: '\f081';
355
+ }
356
+ .fa-r-project:before {
357
+ content: '\f4f7';
358
+ }
359
+ .fa-delicious:before {
360
+ content: '\f1a5';
361
+ }
362
+ .fa-freebsd:before {
363
+ content: '\f3a4';
364
+ }
365
+ .fa-vuejs:before {
366
+ content: '\f41f';
367
+ }
368
+ .fa-accusoft:before {
369
+ content: '\f369';
370
+ }
371
+ .fa-ioxhost:before {
372
+ content: '\f208';
373
+ }
374
+ .fa-fonticons-fi:before {
375
+ content: '\f3a2';
376
+ }
377
+ .fa-app-store:before {
378
+ content: '\f36f';
379
+ }
380
+ .fa-cc-mastercard:before {
381
+ content: '\f1f1';
382
+ }
383
+ .fa-itunes-note:before {
384
+ content: '\f3b5';
385
+ }
386
+ .fa-golang:before {
387
+ content: '\e40f';
388
+ }
389
+ .fa-kickstarter:before {
390
+ content: '\f3bb';
391
+ }
392
+ .fa-grav:before {
393
+ content: '\f2d6';
394
+ }
395
+ .fa-weibo:before {
396
+ content: '\f18a';
397
+ }
398
+ .fa-uncharted:before {
399
+ content: '\e084';
400
+ }
401
+ .fa-firstdraft:before {
402
+ content: '\f3a1';
403
+ }
404
+ .fa-square-youtube:before,
405
+ .fa-youtube-square:before {
406
+ content: '\f431';
407
+ }
408
+ .fa-wikipedia-w:before {
409
+ content: '\f266';
410
+ }
411
+ .fa-rendact:before,
412
+ .fa-wpressr:before {
413
+ content: '\f3e4';
414
+ }
415
+ .fa-angellist:before {
416
+ content: '\f209';
417
+ }
418
+ .fa-galactic-republic:before {
419
+ content: '\f50c';
420
+ }
421
+ .fa-nfc-directional:before {
422
+ content: '\e530';
423
+ }
424
+ .fa-skype:before {
425
+ content: '\f17e';
426
+ }
427
+ .fa-joget:before {
428
+ content: '\f3b7';
429
+ }
430
+ .fa-fedora:before {
431
+ content: '\f798';
432
+ }
433
+ .fa-stripe-s:before {
434
+ content: '\f42a';
435
+ }
436
+ .fa-meta:before {
437
+ content: '\e49b';
438
+ }
439
+ .fa-laravel:before {
440
+ content: '\f3bd';
441
+ }
442
+ .fa-hotjar:before {
443
+ content: '\f3b1';
444
+ }
445
+ .fa-bluetooth-b:before {
446
+ content: '\f294';
447
+ }
448
+ .fa-sticker-mule:before {
449
+ content: '\f3f7';
450
+ }
451
+ .fa-creative-commons-zero:before {
452
+ content: '\f4f3';
453
+ }
454
+ .fa-hips:before {
455
+ content: '\f452';
456
+ }
457
+ .fa-behance:before {
458
+ content: '\f1b4';
459
+ }
460
+ .fa-reddit:before {
461
+ content: '\f1a1';
462
+ }
463
+ .fa-discord:before {
464
+ content: '\f392';
465
+ }
466
+ .fa-chrome:before {
467
+ content: '\f268';
468
+ }
469
+ .fa-app-store-ios:before {
470
+ content: '\f370';
471
+ }
472
+ .fa-cc-discover:before {
473
+ content: '\f1f2';
474
+ }
475
+ .fa-wpbeginner:before {
476
+ content: '\f297';
477
+ }
478
+ .fa-confluence:before {
479
+ content: '\f78d';
480
+ }
481
+ .fa-mdb:before {
482
+ content: '\f8ca';
483
+ }
484
+ .fa-dochub:before {
485
+ content: '\f394';
486
+ }
487
+ .fa-accessible-icon:before {
488
+ content: '\f368';
489
+ }
490
+ .fa-ebay:before {
491
+ content: '\f4f4';
492
+ }
493
+ .fa-amazon:before {
494
+ content: '\f270';
495
+ }
496
+ .fa-unsplash:before {
497
+ content: '\e07c';
498
+ }
499
+ .fa-yarn:before {
500
+ content: '\f7e3';
501
+ }
502
+ .fa-square-steam:before,
503
+ .fa-steam-square:before {
504
+ content: '\f1b7';
505
+ }
506
+ .fa-500px:before {
507
+ content: '\f26e';
508
+ }
509
+ .fa-square-vimeo:before,
510
+ .fa-vimeo-square:before {
511
+ content: '\f194';
512
+ }
513
+ .fa-asymmetrik:before {
514
+ content: '\f372';
515
+ }
516
+ .fa-font-awesome-flag:before,
517
+ .fa-font-awesome-logo-full:before,
518
+ .fa-font-awesome:before {
519
+ content: '\f2b4';
520
+ }
521
+ .fa-gratipay:before {
522
+ content: '\f184';
523
+ }
524
+ .fa-apple:before {
525
+ content: '\f179';
526
+ }
527
+ .fa-hive:before {
528
+ content: '\e07f';
529
+ }
530
+ .fa-gitkraken:before {
531
+ content: '\f3a6';
532
+ }
533
+ .fa-keybase:before {
534
+ content: '\f4f5';
535
+ }
536
+ .fa-apple-pay:before {
537
+ content: '\f415';
538
+ }
539
+ .fa-padlet:before {
540
+ content: '\e4a0';
541
+ }
542
+ .fa-amazon-pay:before {
543
+ content: '\f42c';
544
+ }
545
+ .fa-github-square:before,
546
+ .fa-square-github:before {
547
+ content: '\f092';
548
+ }
549
+ .fa-stumbleupon:before {
550
+ content: '\f1a4';
551
+ }
552
+ .fa-fedex:before {
553
+ content: '\f797';
554
+ }
555
+ .fa-phoenix-framework:before {
556
+ content: '\f3dc';
557
+ }
558
+ .fa-shopify:before {
559
+ content: '\e057';
560
+ }
561
+ .fa-neos:before {
562
+ content: '\f612';
563
+ }
564
+ .fa-hackerrank:before {
565
+ content: '\f5f7';
566
+ }
567
+ .fa-researchgate:before {
568
+ content: '\f4f8';
569
+ }
570
+ .fa-swift:before {
571
+ content: '\f8e1';
572
+ }
573
+ .fa-angular:before {
574
+ content: '\f420';
575
+ }
576
+ .fa-speakap:before {
577
+ content: '\f3f3';
578
+ }
579
+ .fa-angrycreative:before {
580
+ content: '\f36e';
581
+ }
582
+ .fa-y-combinator:before {
583
+ content: '\f23b';
584
+ }
585
+ .fa-empire:before {
586
+ content: '\f1d1';
587
+ }
588
+ .fa-envira:before {
589
+ content: '\f299';
590
+ }
591
+ .fa-gitlab-square:before,
592
+ .fa-square-gitlab:before {
593
+ content: '\e5ae';
594
+ }
595
+ .fa-studiovinari:before {
596
+ content: '\f3f8';
597
+ }
598
+ .fa-pied-piper:before {
599
+ content: '\f2ae';
600
+ }
601
+ .fa-wordpress:before {
602
+ content: '\f19a';
603
+ }
604
+ .fa-product-hunt:before {
605
+ content: '\f288';
606
+ }
607
+ .fa-firefox:before {
608
+ content: '\f269';
609
+ }
610
+ .fa-linode:before {
611
+ content: '\f2b8';
612
+ }
613
+ .fa-goodreads:before {
614
+ content: '\f3a8';
615
+ }
616
+ .fa-odnoklassniki-square:before,
617
+ .fa-square-odnoklassniki:before {
618
+ content: '\f264';
619
+ }
620
+ .fa-jsfiddle:before {
621
+ content: '\f1cc';
622
+ }
623
+ .fa-sith:before {
624
+ content: '\f512';
625
+ }
626
+ .fa-themeisle:before {
627
+ content: '\f2b2';
628
+ }
629
+ .fa-page4:before {
630
+ content: '\f3d7';
631
+ }
632
+ .fa-hashnode:before {
633
+ content: '\e499';
634
+ }
635
+ .fa-react:before {
636
+ content: '\f41b';
637
+ }
638
+ .fa-cc-paypal:before {
639
+ content: '\f1f4';
640
+ }
641
+ .fa-squarespace:before {
642
+ content: '\f5be';
643
+ }
644
+ .fa-cc-stripe:before {
645
+ content: '\f1f5';
646
+ }
647
+ .fa-creative-commons-share:before {
648
+ content: '\f4f2';
649
+ }
650
+ .fa-bitcoin:before {
651
+ content: '\f379';
652
+ }
653
+ .fa-keycdn:before {
654
+ content: '\f3ba';
655
+ }
656
+ .fa-opera:before {
657
+ content: '\f26a';
658
+ }
659
+ .fa-itch-io:before {
660
+ content: '\f83a';
661
+ }
662
+ .fa-umbraco:before {
663
+ content: '\f8e8';
664
+ }
665
+ .fa-galactic-senate:before {
666
+ content: '\f50d';
667
+ }
668
+ .fa-ubuntu:before {
669
+ content: '\f7df';
670
+ }
671
+ .fa-draft2digital:before {
672
+ content: '\f396';
673
+ }
674
+ .fa-stripe:before {
675
+ content: '\f429';
676
+ }
677
+ .fa-houzz:before {
678
+ content: '\f27c';
679
+ }
680
+ .fa-gg:before {
681
+ content: '\f260';
682
+ }
683
+ .fa-dhl:before {
684
+ content: '\f790';
685
+ }
686
+ .fa-pinterest-square:before,
687
+ .fa-square-pinterest:before {
688
+ content: '\f0d3';
689
+ }
690
+ .fa-xing:before {
691
+ content: '\f168';
692
+ }
693
+ .fa-blackberry:before {
694
+ content: '\f37b';
695
+ }
696
+ .fa-creative-commons-pd:before {
697
+ content: '\f4ec';
698
+ }
699
+ .fa-playstation:before {
700
+ content: '\f3df';
701
+ }
702
+ .fa-quinscape:before {
703
+ content: '\f459';
704
+ }
705
+ .fa-less:before {
706
+ content: '\f41d';
707
+ }
708
+ .fa-blogger-b:before {
709
+ content: '\f37d';
710
+ }
711
+ .fa-opencart:before {
712
+ content: '\f23d';
713
+ }
714
+ .fa-vine:before {
715
+ content: '\f1ca';
716
+ }
717
+ .fa-paypal:before {
718
+ content: '\f1ed';
719
+ }
720
+ .fa-gitlab:before {
721
+ content: '\f296';
722
+ }
723
+ .fa-typo3:before {
724
+ content: '\f42b';
725
+ }
726
+ .fa-reddit-alien:before {
727
+ content: '\f281';
728
+ }
729
+ .fa-yahoo:before {
730
+ content: '\f19e';
731
+ }
732
+ .fa-dailymotion:before {
733
+ content: '\e052';
734
+ }
735
+ .fa-affiliatetheme:before {
736
+ content: '\f36b';
737
+ }
738
+ .fa-pied-piper-pp:before {
739
+ content: '\f1a7';
740
+ }
741
+ .fa-bootstrap:before {
742
+ content: '\f836';
743
+ }
744
+ .fa-odnoklassniki:before {
745
+ content: '\f263';
746
+ }
747
+ .fa-nfc-symbol:before {
748
+ content: '\e531';
749
+ }
750
+ .fa-ethereum:before {
751
+ content: '\f42e';
752
+ }
753
+ .fa-speaker-deck:before {
754
+ content: '\f83c';
755
+ }
756
+ .fa-creative-commons-nc-eu:before {
757
+ content: '\f4e9';
758
+ }
759
+ .fa-patreon:before {
760
+ content: '\f3d9';
761
+ }
762
+ .fa-avianex:before {
763
+ content: '\f374';
764
+ }
765
+ .fa-ello:before {
766
+ content: '\f5f1';
767
+ }
768
+ .fa-gofore:before {
769
+ content: '\f3a7';
770
+ }
771
+ .fa-bimobject:before {
772
+ content: '\f378';
773
+ }
774
+ .fa-facebook-f:before {
775
+ content: '\f39e';
776
+ }
777
+ .fa-google-plus-square:before,
778
+ .fa-square-google-plus:before {
779
+ content: '\f0d4';
780
+ }
781
+ .fa-mandalorian:before {
782
+ content: '\f50f';
783
+ }
784
+ .fa-first-order-alt:before {
785
+ content: '\f50a';
786
+ }
787
+ .fa-osi:before {
788
+ content: '\f41a';
789
+ }
790
+ .fa-google-wallet:before {
791
+ content: '\f1ee';
792
+ }
793
+ .fa-d-and-d-beyond:before {
794
+ content: '\f6ca';
795
+ }
796
+ .fa-periscope:before {
797
+ content: '\f3da';
798
+ }
799
+ .fa-fulcrum:before {
800
+ content: '\f50b';
801
+ }
802
+ .fa-cloudscale:before {
803
+ content: '\f383';
804
+ }
805
+ .fa-forumbee:before {
806
+ content: '\f211';
807
+ }
808
+ .fa-mizuni:before {
809
+ content: '\f3cc';
810
+ }
811
+ .fa-schlix:before {
812
+ content: '\f3ea';
813
+ }
814
+ .fa-square-xing:before,
815
+ .fa-xing-square:before {
816
+ content: '\f169';
817
+ }
818
+ .fa-bandcamp:before {
819
+ content: '\f2d5';
820
+ }
821
+ .fa-wpforms:before {
822
+ content: '\f298';
823
+ }
824
+ .fa-cloudversify:before {
825
+ content: '\f385';
826
+ }
827
+ .fa-usps:before {
828
+ content: '\f7e1';
829
+ }
830
+ .fa-megaport:before {
831
+ content: '\f5a3';
832
+ }
833
+ .fa-magento:before {
834
+ content: '\f3c4';
835
+ }
836
+ .fa-spotify:before {
837
+ content: '\f1bc';
838
+ }
839
+ .fa-optin-monster:before {
840
+ content: '\f23c';
841
+ }
842
+ .fa-fly:before {
843
+ content: '\f417';
844
+ }
845
+ .fa-aviato:before {
846
+ content: '\f421';
847
+ }
848
+ .fa-itunes:before {
849
+ content: '\f3b4';
850
+ }
851
+ .fa-cuttlefish:before {
852
+ content: '\f38c';
853
+ }
854
+ .fa-blogger:before {
855
+ content: '\f37c';
856
+ }
857
+ .fa-flickr:before {
858
+ content: '\f16e';
859
+ }
860
+ .fa-viber:before {
861
+ content: '\f409';
862
+ }
863
+ .fa-soundcloud:before {
864
+ content: '\f1be';
865
+ }
866
+ .fa-digg:before {
867
+ content: '\f1a6';
868
+ }
869
+ .fa-tencent-weibo:before {
870
+ content: '\f1d5';
871
+ }
872
+ .fa-symfony:before {
873
+ content: '\f83d';
874
+ }
875
+ .fa-maxcdn:before {
876
+ content: '\f136';
877
+ }
878
+ .fa-etsy:before {
879
+ content: '\f2d7';
880
+ }
881
+ .fa-facebook-messenger:before {
882
+ content: '\f39f';
883
+ }
884
+ .fa-audible:before {
885
+ content: '\f373';
886
+ }
887
+ .fa-think-peaks:before {
888
+ content: '\f731';
889
+ }
890
+ .fa-bilibili:before {
891
+ content: '\e3d9';
892
+ }
893
+ .fa-erlang:before {
894
+ content: '\f39d';
895
+ }
896
+ .fa-cotton-bureau:before {
897
+ content: '\f89e';
898
+ }
899
+ .fa-dashcube:before {
900
+ content: '\f210';
901
+ }
902
+ .fa-42-group:before,
903
+ .fa-innosoft:before {
904
+ content: '\e080';
905
+ }
906
+ .fa-stack-exchange:before {
907
+ content: '\f18d';
908
+ }
909
+ .fa-elementor:before {
910
+ content: '\f430';
911
+ }
912
+ .fa-pied-piper-square:before,
913
+ .fa-square-pied-piper:before {
914
+ content: '\e01e';
915
+ }
916
+ .fa-creative-commons-nd:before {
917
+ content: '\f4eb';
918
+ }
919
+ .fa-palfed:before {
920
+ content: '\f3d8';
921
+ }
922
+ .fa-superpowers:before {
923
+ content: '\f2dd';
924
+ }
925
+ .fa-resolving:before {
926
+ content: '\f3e7';
927
+ }
928
+ .fa-xbox:before {
929
+ content: '\f412';
930
+ }
931
+ .fa-searchengin:before {
932
+ content: '\f3eb';
933
+ }
934
+ .fa-tiktok:before {
935
+ content: '\e07b';
936
+ }
937
+ .fa-facebook-square:before,
938
+ .fa-square-facebook:before {
939
+ content: '\f082';
940
+ }
941
+ .fa-renren:before {
942
+ content: '\f18b';
943
+ }
944
+ .fa-linux:before {
945
+ content: '\f17c';
946
+ }
947
+ .fa-glide:before {
948
+ content: '\f2a5';
949
+ }
950
+ .fa-linkedin:before {
951
+ content: '\f08c';
952
+ }
953
+ .fa-hubspot:before {
954
+ content: '\f3b2';
955
+ }
956
+ .fa-deploydog:before {
957
+ content: '\f38e';
958
+ }
959
+ .fa-twitch:before {
960
+ content: '\f1e8';
961
+ }
962
+ .fa-ravelry:before {
963
+ content: '\f2d9';
964
+ }
965
+ .fa-mixer:before {
966
+ content: '\e056';
967
+ }
968
+ .fa-lastfm-square:before,
969
+ .fa-square-lastfm:before {
970
+ content: '\f203';
971
+ }
972
+ .fa-vimeo:before {
973
+ content: '\f40a';
974
+ }
975
+ .fa-mendeley:before {
976
+ content: '\f7b3';
977
+ }
978
+ .fa-uniregistry:before {
979
+ content: '\f404';
980
+ }
981
+ .fa-figma:before {
982
+ content: '\f799';
983
+ }
984
+ .fa-creative-commons-remix:before {
985
+ content: '\f4ee';
986
+ }
987
+ .fa-cc-amazon-pay:before {
988
+ content: '\f42d';
989
+ }
990
+ .fa-dropbox:before {
991
+ content: '\f16b';
992
+ }
993
+ .fa-instagram:before {
994
+ content: '\f16d';
995
+ }
996
+ .fa-cmplid:before {
997
+ content: '\e360';
998
+ }
999
+ .fa-facebook:before {
1000
+ content: '\f09a';
1001
+ }
1002
+ .fa-gripfire:before {
1003
+ content: '\f3ac';
1004
+ }
1005
+ .fa-jedi-order:before {
1006
+ content: '\f50e';
1007
+ }
1008
+ .fa-uikit:before {
1009
+ content: '\f403';
1010
+ }
1011
+ .fa-fort-awesome-alt:before {
1012
+ content: '\f3a3';
1013
+ }
1014
+ .fa-phabricator:before {
1015
+ content: '\f3db';
1016
+ }
1017
+ .fa-ussunnah:before {
1018
+ content: '\f407';
1019
+ }
1020
+ .fa-earlybirds:before {
1021
+ content: '\f39a';
1022
+ }
1023
+ .fa-trade-federation:before {
1024
+ content: '\f513';
1025
+ }
1026
+ .fa-autoprefixer:before {
1027
+ content: '\f41c';
1028
+ }
1029
+ .fa-whatsapp:before {
1030
+ content: '\f232';
1031
+ }
1032
+ .fa-slideshare:before {
1033
+ content: '\f1e7';
1034
+ }
1035
+ .fa-google-play:before {
1036
+ content: '\f3ab';
1037
+ }
1038
+ .fa-viadeo:before {
1039
+ content: '\f2a9';
1040
+ }
1041
+ .fa-line:before {
1042
+ content: '\f3c0';
1043
+ }
1044
+ .fa-google-drive:before {
1045
+ content: '\f3aa';
1046
+ }
1047
+ .fa-servicestack:before {
1048
+ content: '\f3ec';
1049
+ }
1050
+ .fa-simplybuilt:before {
1051
+ content: '\f215';
1052
+ }
1053
+ .fa-bitbucket:before {
1054
+ content: '\f171';
1055
+ }
1056
+ .fa-imdb:before {
1057
+ content: '\f2d8';
1058
+ }
1059
+ .fa-deezer:before {
1060
+ content: '\e077';
1061
+ }
1062
+ .fa-raspberry-pi:before {
1063
+ content: '\f7bb';
1064
+ }
1065
+ .fa-jira:before {
1066
+ content: '\f7b1';
1067
+ }
1068
+ .fa-docker:before {
1069
+ content: '\f395';
1070
+ }
1071
+ .fa-screenpal:before {
1072
+ content: '\e570';
1073
+ }
1074
+ .fa-bluetooth:before {
1075
+ content: '\f293';
1076
+ }
1077
+ .fa-gitter:before {
1078
+ content: '\f426';
1079
+ }
1080
+ .fa-d-and-d:before {
1081
+ content: '\f38d';
1082
+ }
1083
+ .fa-microblog:before {
1084
+ content: '\e01a';
1085
+ }
1086
+ .fa-cc-diners-club:before {
1087
+ content: '\f24c';
1088
+ }
1089
+ .fa-gg-circle:before {
1090
+ content: '\f261';
1091
+ }
1092
+ .fa-pied-piper-hat:before {
1093
+ content: '\f4e5';
1094
+ }
1095
+ .fa-kickstarter-k:before {
1096
+ content: '\f3bc';
1097
+ }
1098
+ .fa-yandex:before {
1099
+ content: '\f413';
1100
+ }
1101
+ .fa-readme:before {
1102
+ content: '\f4d5';
1103
+ }
1104
+ .fa-html5:before {
1105
+ content: '\f13b';
1106
+ }
1107
+ .fa-sellsy:before {
1108
+ content: '\f213';
1109
+ }
1110
+ .fa-sass:before {
1111
+ content: '\f41e';
1112
+ }
1113
+ .fa-wirsindhandwerk:before,
1114
+ .fa-wsh:before {
1115
+ content: '\e2d0';
1116
+ }
1117
+ .fa-buromobelexperte:before {
1118
+ content: '\f37f';
1119
+ }
1120
+ .fa-salesforce:before {
1121
+ content: '\f83b';
1122
+ }
1123
+ .fa-octopus-deploy:before {
1124
+ content: '\e082';
1125
+ }
1126
+ .fa-medapps:before {
1127
+ content: '\f3c6';
1128
+ }
1129
+ .fa-ns8:before {
1130
+ content: '\f3d5';
1131
+ }
1132
+ .fa-pinterest-p:before {
1133
+ content: '\f231';
1134
+ }
1135
+ .fa-apper:before {
1136
+ content: '\f371';
1137
+ }
1138
+ .fa-fort-awesome:before {
1139
+ content: '\f286';
1140
+ }
1141
+ .fa-waze:before {
1142
+ content: '\f83f';
1143
+ }
1144
+ .fa-cc-jcb:before {
1145
+ content: '\f24b';
1146
+ }
1147
+ .fa-snapchat-ghost:before,
1148
+ .fa-snapchat:before {
1149
+ content: '\f2ab';
1150
+ }
1151
+ .fa-fantasy-flight-games:before {
1152
+ content: '\f6dc';
1153
+ }
1154
+ .fa-rust:before {
1155
+ content: '\e07a';
1156
+ }
1157
+ .fa-wix:before {
1158
+ content: '\f5cf';
1159
+ }
1160
+ .fa-behance-square:before,
1161
+ .fa-square-behance:before {
1162
+ content: '\f1b5';
1163
+ }
1164
+ .fa-supple:before {
1165
+ content: '\f3f9';
1166
+ }
1167
+ .fa-rebel:before {
1168
+ content: '\f1d0';
1169
+ }
1170
+ .fa-css3:before {
1171
+ content: '\f13c';
1172
+ }
1173
+ .fa-staylinked:before {
1174
+ content: '\f3f5';
1175
+ }
1176
+ .fa-kaggle:before {
1177
+ content: '\f5fa';
1178
+ }
1179
+ .fa-space-awesome:before {
1180
+ content: '\e5ac';
1181
+ }
1182
+ .fa-deviantart:before {
1183
+ content: '\f1bd';
1184
+ }
1185
+ .fa-cpanel:before {
1186
+ content: '\f388';
1187
+ }
1188
+ .fa-goodreads-g:before {
1189
+ content: '\f3a9';
1190
+ }
1191
+ .fa-git-square:before,
1192
+ .fa-square-git:before {
1193
+ content: '\f1d2';
1194
+ }
1195
+ .fa-square-tumblr:before,
1196
+ .fa-tumblr-square:before {
1197
+ content: '\f174';
1198
+ }
1199
+ .fa-trello:before {
1200
+ content: '\f181';
1201
+ }
1202
+ .fa-creative-commons-nc-jp:before {
1203
+ content: '\f4ea';
1204
+ }
1205
+ .fa-get-pocket:before {
1206
+ content: '\f265';
1207
+ }
1208
+ .fa-perbyte:before {
1209
+ content: '\e083';
1210
+ }
1211
+ .fa-grunt:before {
1212
+ content: '\f3ad';
1213
+ }
1214
+ .fa-weebly:before {
1215
+ content: '\f5cc';
1216
+ }
1217
+ .fa-connectdevelop:before {
1218
+ content: '\f20e';
1219
+ }
1220
+ .fa-leanpub:before {
1221
+ content: '\f212';
1222
+ }
1223
+ .fa-black-tie:before {
1224
+ content: '\f27e';
1225
+ }
1226
+ .fa-themeco:before {
1227
+ content: '\f5c6';
1228
+ }
1229
+ .fa-python:before {
1230
+ content: '\f3e2';
1231
+ }
1232
+ .fa-android:before {
1233
+ content: '\f17b';
1234
+ }
1235
+ .fa-bots:before {
1236
+ content: '\e340';
1237
+ }
1238
+ .fa-free-code-camp:before {
1239
+ content: '\f2c5';
1240
+ }
1241
+ .fa-hornbill:before {
1242
+ content: '\f592';
1243
+ }
1244
+ .fa-js:before {
1245
+ content: '\f3b8';
1246
+ }
1247
+ .fa-ideal:before {
1248
+ content: '\e013';
1249
+ }
1250
+ .fa-git:before {
1251
+ content: '\f1d3';
1252
+ }
1253
+ .fa-dev:before {
1254
+ content: '\f6cc';
1255
+ }
1256
+ .fa-sketch:before {
1257
+ content: '\f7c6';
1258
+ }
1259
+ .fa-yandex-international:before {
1260
+ content: '\f414';
1261
+ }
1262
+ .fa-cc-amex:before {
1263
+ content: '\f1f3';
1264
+ }
1265
+ .fa-uber:before {
1266
+ content: '\f402';
1267
+ }
1268
+ .fa-github:before {
1269
+ content: '\f09b';
1270
+ }
1271
+ .fa-php:before {
1272
+ content: '\f457';
1273
+ }
1274
+ .fa-alipay:before {
1275
+ content: '\f642';
1276
+ }
1277
+ .fa-youtube:before {
1278
+ content: '\f167';
1279
+ }
1280
+ .fa-skyatlas:before {
1281
+ content: '\f216';
1282
+ }
1283
+ .fa-firefox-browser:before {
1284
+ content: '\e007';
1285
+ }
1286
+ .fa-replyd:before {
1287
+ content: '\f3e6';
1288
+ }
1289
+ .fa-suse:before {
1290
+ content: '\f7d6';
1291
+ }
1292
+ .fa-jenkins:before {
1293
+ content: '\f3b6';
1294
+ }
1295
+ .fa-twitter:before {
1296
+ content: '\f099';
1297
+ }
1298
+ .fa-rockrms:before {
1299
+ content: '\f3e9';
1300
+ }
1301
+ .fa-pinterest:before {
1302
+ content: '\f0d2';
1303
+ }
1304
+ .fa-buffer:before {
1305
+ content: '\f837';
1306
+ }
1307
+ .fa-npm:before {
1308
+ content: '\f3d4';
1309
+ }
1310
+ .fa-yammer:before {
1311
+ content: '\f840';
1312
+ }
1313
+ .fa-btc:before {
1314
+ content: '\f15a';
1315
+ }
1316
+ .fa-dribbble:before {
1317
+ content: '\f17d';
1318
+ }
1319
+ .fa-stumbleupon-circle:before {
1320
+ content: '\f1a3';
1321
+ }
1322
+ .fa-internet-explorer:before {
1323
+ content: '\f26b';
1324
+ }
1325
+ .fa-stubber:before {
1326
+ content: '\e5c7';
1327
+ }
1328
+ .fa-telegram-plane:before,
1329
+ .fa-telegram:before {
1330
+ content: '\f2c6';
1331
+ }
1332
+ .fa-old-republic:before {
1333
+ content: '\f510';
1334
+ }
1335
+ .fa-odysee:before {
1336
+ content: '\e5c6';
1337
+ }
1338
+ .fa-square-whatsapp:before,
1339
+ .fa-whatsapp-square:before {
1340
+ content: '\f40c';
1341
+ }
1342
+ .fa-node-js:before {
1343
+ content: '\f3d3';
1344
+ }
1345
+ .fa-edge-legacy:before {
1346
+ content: '\e078';
1347
+ }
1348
+ .fa-slack-hash:before,
1349
+ .fa-slack:before {
1350
+ content: '\f198';
1351
+ }
1352
+ .fa-medrt:before {
1353
+ content: '\f3c8';
1354
+ }
1355
+ .fa-usb:before {
1356
+ content: '\f287';
1357
+ }
1358
+ .fa-tumblr:before {
1359
+ content: '\f173';
1360
+ }
1361
+ .fa-vaadin:before {
1362
+ content: '\f408';
1363
+ }
1364
+ .fa-quora:before {
1365
+ content: '\f2c4';
1366
+ }
1367
+ .fa-reacteurope:before {
1368
+ content: '\f75d';
1369
+ }
1370
+ .fa-medium-m:before,
1371
+ .fa-medium:before {
1372
+ content: '\f23a';
1373
+ }
1374
+ .fa-amilia:before {
1375
+ content: '\f36d';
1376
+ }
1377
+ .fa-mixcloud:before {
1378
+ content: '\f289';
1379
+ }
1380
+ .fa-flipboard:before {
1381
+ content: '\f44d';
1382
+ }
1383
+ .fa-viacoin:before {
1384
+ content: '\f237';
1385
+ }
1386
+ .fa-critical-role:before {
1387
+ content: '\f6c9';
1388
+ }
1389
+ .fa-sitrox:before {
1390
+ content: '\e44a';
1391
+ }
1392
+ .fa-discourse:before {
1393
+ content: '\f393';
1394
+ }
1395
+ .fa-joomla:before {
1396
+ content: '\f1aa';
1397
+ }
1398
+ .fa-mastodon:before {
1399
+ content: '\f4f6';
1400
+ }
1401
+ .fa-airbnb:before {
1402
+ content: '\f834';
1403
+ }
1404
+ .fa-wolf-pack-battalion:before {
1405
+ content: '\f514';
1406
+ }
1407
+ .fa-buy-n-large:before {
1408
+ content: '\f8a6';
1409
+ }
1410
+ .fa-gulp:before {
1411
+ content: '\f3ae';
1412
+ }
1413
+ .fa-creative-commons-sampling-plus:before {
1414
+ content: '\f4f1';
1415
+ }
1416
+ .fa-strava:before {
1417
+ content: '\f428';
1418
+ }
1419
+ .fa-ember:before {
1420
+ content: '\f423';
1421
+ }
1422
+ .fa-canadian-maple-leaf:before {
1423
+ content: '\f785';
1424
+ }
1425
+ .fa-teamspeak:before {
1426
+ content: '\f4f9';
1427
+ }
1428
+ .fa-pushed:before {
1429
+ content: '\f3e1';
1430
+ }
1431
+ .fa-wordpress-simple:before {
1432
+ content: '\f411';
1433
+ }
1434
+ .fa-nutritionix:before {
1435
+ content: '\f3d6';
1436
+ }
1437
+ .fa-wodu:before {
1438
+ content: '\e088';
1439
+ }
1440
+ .fa-google-pay:before {
1441
+ content: '\e079';
1442
+ }
1443
+ .fa-intercom:before {
1444
+ content: '\f7af';
1445
+ }
1446
+ .fa-zhihu:before {
1447
+ content: '\f63f';
1448
+ }
1449
+ .fa-korvue:before {
1450
+ content: '\f42f';
1451
+ }
1452
+ .fa-pix:before {
1453
+ content: '\e43a';
1454
+ }
1455
+ .fa-steam-symbol:before {
1456
+ content: '\f3f6';
1457
+ }