font-awesome5-rails 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +21 -0
  3. data/README.md +2 -0
  4. data/Rakefile +12 -0
  5. data/app/assets/fonts/fa-brands-400.eot +0 -0
  6. data/app/assets/fonts/fa-brands-400.svg +1008 -0
  7. data/app/assets/fonts/fa-brands-400.ttf +0 -0
  8. data/app/assets/fonts/fa-brands-400.woff +0 -0
  9. data/app/assets/fonts/fa-brands-400.woff2 +0 -0
  10. data/app/assets/fonts/fa-regular-400.eot +0 -0
  11. data/app/assets/fonts/fa-regular-400.svg +366 -0
  12. data/app/assets/fonts/fa-regular-400.ttf +0 -0
  13. data/app/assets/fonts/fa-regular-400.woff +0 -0
  14. data/app/assets/fonts/fa-regular-400.woff2 +0 -0
  15. data/app/assets/fonts/fa-solid-900.eot +0 -0
  16. data/app/assets/fonts/fa-solid-900.svg +1467 -0
  17. data/app/assets/fonts/fa-solid-900.ttf +0 -0
  18. data/app/assets/fonts/fa-solid-900.woff +0 -0
  19. data/app/assets/fonts/fa-solid-900.woff2 +0 -0
  20. data/app/assets/stylesheets/font-awesome5.css.erb +2695 -0
  21. data/app/helpers/font_awesome5/rails/icon_helper.rb +134 -0
  22. data/lib/font-awesome5-rails.rb +2 -0
  23. data/lib/font-awesome5-rails/engine.rb +6 -0
  24. data/lib/font-awesome5-rails/version.rb +6 -0
  25. data/test/dummy/.gitignore +2 -0
  26. data/test/dummy/app/assets/stylesheets/sass-import.css.sass +1 -0
  27. data/test/dummy/app/assets/stylesheets/scss-import.css.scss +1 -0
  28. data/test/dummy/app/assets/stylesheets/sprockets-require.css +3 -0
  29. data/test/dummy/app/controllers/pages_controller.rb +2 -0
  30. data/test/dummy/app/views/pages/icons.html.erb +5 -0
  31. data/test/dummy/config.ru +3 -0
  32. data/test/dummy/config/application.rb +19 -0
  33. data/test/dummy/config/boot.rb +10 -0
  34. data/test/dummy/config/environment.rb +4 -0
  35. data/test/dummy/config/initializers/secret_token.rb +8 -0
  36. data/test/dummy/config/routes.rb +3 -0
  37. data/test/font_awesome5_rails_test.rb +104 -0
  38. data/test/icon_helper_test.rb +138 -0
  39. data/test/test_helper.rb +7 -0
  40. metadata +147 -0
Binary file
Binary file
Binary file
@@ -0,0 +1,2695 @@
1
+ //= depend_on_asset "fa-brands-400.eot"
2
+ //= depend_on_asset "fa-brands-400.ttf"
3
+ //= depend_on_asset "fa-brands-400.woff2"
4
+ //= depend_on_asset "fa-regular-400.svg"
5
+ //= depend_on_asset "fa-regular-400.woff"
6
+ //= depend_on_asset "fa-solid-900.eot"
7
+ //= depend_on_asset "fa-solid-900.ttf"
8
+ //= depend_on_asset "fa-solid-900.woff2"
9
+ //= depend_on_asset "fa-brands-400.svg"
10
+ //= depend_on_asset "fa-brands-400.woff"
11
+ //= depend_on_asset "fa-regular-400.eot"
12
+ //= depend_on_asset "fa-regular-400.ttf"
13
+ //= depend_on_asset "fa-regular-400.woff2"
14
+ //= depend_on_asset "fa-solid-900.svg"
15
+ //= depend_on_asset "fa-solid-900.woff"
16
+
17
+ /*!
18
+ * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
19
+ * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
20
+ */
21
+ .fa,
22
+ .fas,
23
+ .far,
24
+ .fal,
25
+ .fab {
26
+ -moz-osx-font-smoothing: grayscale;
27
+ -webkit-font-smoothing: antialiased;
28
+ display: inline-block;
29
+ font-style: normal;
30
+ font-variant: normal;
31
+ text-rendering: auto;
32
+ line-height: 1; }
33
+
34
+ .fa-lg {
35
+ font-size: 1.33333em;
36
+ line-height: 0.75em;
37
+ vertical-align: -.0667em; }
38
+
39
+ .fa-xs {
40
+ font-size: .75em; }
41
+
42
+ .fa-sm {
43
+ font-size: .875em; }
44
+
45
+ .fa-1x {
46
+ font-size: 1em; }
47
+
48
+ .fa-2x {
49
+ font-size: 2em; }
50
+
51
+ .fa-3x {
52
+ font-size: 3em; }
53
+
54
+ .fa-4x {
55
+ font-size: 4em; }
56
+
57
+ .fa-5x {
58
+ font-size: 5em; }
59
+
60
+ .fa-6x {
61
+ font-size: 6em; }
62
+
63
+ .fa-7x {
64
+ font-size: 7em; }
65
+
66
+ .fa-8x {
67
+ font-size: 8em; }
68
+
69
+ .fa-9x {
70
+ font-size: 9em; }
71
+
72
+ .fa-10x {
73
+ font-size: 10em; }
74
+
75
+ .fa-fw {
76
+ text-align: center;
77
+ width: 1.25em; }
78
+
79
+ .fa-ul {
80
+ list-style-type: none;
81
+ margin-left: 2.5em;
82
+ padding-left: 0; }
83
+ .fa-ul > li {
84
+ position: relative; }
85
+
86
+ .fa-li {
87
+ left: -2em;
88
+ position: absolute;
89
+ text-align: center;
90
+ width: 2em;
91
+ line-height: inherit; }
92
+
93
+ .fa-border {
94
+ border: solid 0.08em #eee;
95
+ border-radius: .1em;
96
+ padding: .2em .25em .15em; }
97
+
98
+ .fa-pull-left {
99
+ float: left; }
100
+
101
+ .fa-pull-right {
102
+ float: right; }
103
+
104
+ .fa.fa-pull-left,
105
+ .fas.fa-pull-left,
106
+ .far.fa-pull-left,
107
+ .fal.fa-pull-left,
108
+ .fab.fa-pull-left {
109
+ margin-right: .3em; }
110
+
111
+ .fa.fa-pull-right,
112
+ .fas.fa-pull-right,
113
+ .far.fa-pull-right,
114
+ .fal.fa-pull-right,
115
+ .fab.fa-pull-right {
116
+ margin-left: .3em; }
117
+
118
+ .fa-spin {
119
+ -webkit-animation: fa-spin 2s infinite linear;
120
+ animation: fa-spin 2s infinite linear; }
121
+
122
+ .fa-pulse {
123
+ -webkit-animation: fa-spin 1s infinite steps(8);
124
+ animation: fa-spin 1s infinite steps(8); }
125
+
126
+ @-webkit-keyframes fa-spin {
127
+ 0% {
128
+ -webkit-transform: rotate(0deg);
129
+ transform: rotate(0deg); }
130
+ 100% {
131
+ -webkit-transform: rotate(360deg);
132
+ transform: rotate(360deg); } }
133
+
134
+ @keyframes fa-spin {
135
+ 0% {
136
+ -webkit-transform: rotate(0deg);
137
+ transform: rotate(0deg); }
138
+ 100% {
139
+ -webkit-transform: rotate(360deg);
140
+ transform: rotate(360deg); } }
141
+
142
+ .fa-rotate-90 {
143
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
144
+ -webkit-transform: rotate(90deg);
145
+ transform: rotate(90deg); }
146
+
147
+ .fa-rotate-180 {
148
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
149
+ -webkit-transform: rotate(180deg);
150
+ transform: rotate(180deg); }
151
+
152
+ .fa-rotate-270 {
153
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
154
+ -webkit-transform: rotate(270deg);
155
+ transform: rotate(270deg); }
156
+
157
+ .fa-flip-horizontal {
158
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
159
+ -webkit-transform: scale(-1, 1);
160
+ transform: scale(-1, 1); }
161
+
162
+ .fa-flip-vertical {
163
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
164
+ -webkit-transform: scale(1, -1);
165
+ transform: scale(1, -1); }
166
+
167
+ .fa-flip-horizontal.fa-flip-vertical {
168
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
169
+ -webkit-transform: scale(-1, -1);
170
+ transform: scale(-1, -1); }
171
+
172
+ :root .fa-rotate-90,
173
+ :root .fa-rotate-180,
174
+ :root .fa-rotate-270,
175
+ :root .fa-flip-horizontal,
176
+ :root .fa-flip-vertical {
177
+ -webkit-filter: none;
178
+ filter: none; }
179
+
180
+ .fa-stack {
181
+ display: inline-block;
182
+ height: 2em;
183
+ line-height: 2em;
184
+ position: relative;
185
+ vertical-align: middle;
186
+ width: 2em; }
187
+
188
+ .fa-stack-1x,
189
+ .fa-stack-2x {
190
+ left: 0;
191
+ position: absolute;
192
+ text-align: center;
193
+ width: 100%; }
194
+
195
+ .fa-stack-1x {
196
+ line-height: inherit; }
197
+
198
+ .fa-stack-2x {
199
+ font-size: 2em; }
200
+
201
+ .fa-inverse {
202
+ color: #fff; }
203
+
204
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
205
+ readers do not read off random characters that represent icons */
206
+ .fa-500px:before {
207
+ content: "\f26e"; }
208
+
209
+ .fa-accessible-icon:before {
210
+ content: "\f368"; }
211
+
212
+ .fa-accusoft:before {
213
+ content: "\f369"; }
214
+
215
+ .fa-address-book:before {
216
+ content: "\f2b9"; }
217
+
218
+ .fa-address-card:before {
219
+ content: "\f2bb"; }
220
+
221
+ .fa-adjust:before {
222
+ content: "\f042"; }
223
+
224
+ .fa-adn:before {
225
+ content: "\f170"; }
226
+
227
+ .fa-adversal:before {
228
+ content: "\f36a"; }
229
+
230
+ .fa-affiliatetheme:before {
231
+ content: "\f36b"; }
232
+
233
+ .fa-algolia:before {
234
+ content: "\f36c"; }
235
+
236
+ .fa-align-center:before {
237
+ content: "\f037"; }
238
+
239
+ .fa-align-justify:before {
240
+ content: "\f039"; }
241
+
242
+ .fa-align-left:before {
243
+ content: "\f036"; }
244
+
245
+ .fa-align-right:before {
246
+ content: "\f038"; }
247
+
248
+ .fa-amazon:before {
249
+ content: "\f270"; }
250
+
251
+ .fa-amazon-pay:before {
252
+ content: "\f42c"; }
253
+
254
+ .fa-ambulance:before {
255
+ content: "\f0f9"; }
256
+
257
+ .fa-american-sign-language-interpreting:before {
258
+ content: "\f2a3"; }
259
+
260
+ .fa-amilia:before {
261
+ content: "\f36d"; }
262
+
263
+ .fa-anchor:before {
264
+ content: "\f13d"; }
265
+
266
+ .fa-android:before {
267
+ content: "\f17b"; }
268
+
269
+ .fa-angellist:before {
270
+ content: "\f209"; }
271
+
272
+ .fa-angle-double-down:before {
273
+ content: "\f103"; }
274
+
275
+ .fa-angle-double-left:before {
276
+ content: "\f100"; }
277
+
278
+ .fa-angle-double-right:before {
279
+ content: "\f101"; }
280
+
281
+ .fa-angle-double-up:before {
282
+ content: "\f102"; }
283
+
284
+ .fa-angle-down:before {
285
+ content: "\f107"; }
286
+
287
+ .fa-angle-left:before {
288
+ content: "\f104"; }
289
+
290
+ .fa-angle-right:before {
291
+ content: "\f105"; }
292
+
293
+ .fa-angle-up:before {
294
+ content: "\f106"; }
295
+
296
+ .fa-angrycreative:before {
297
+ content: "\f36e"; }
298
+
299
+ .fa-angular:before {
300
+ content: "\f420"; }
301
+
302
+ .fa-app-store:before {
303
+ content: "\f36f"; }
304
+
305
+ .fa-app-store-ios:before {
306
+ content: "\f370"; }
307
+
308
+ .fa-apper:before {
309
+ content: "\f371"; }
310
+
311
+ .fa-apple:before {
312
+ content: "\f179"; }
313
+
314
+ .fa-apple-pay:before {
315
+ content: "\f415"; }
316
+
317
+ .fa-archive:before {
318
+ content: "\f187"; }
319
+
320
+ .fa-arrow-alt-circle-down:before {
321
+ content: "\f358"; }
322
+
323
+ .fa-arrow-alt-circle-left:before {
324
+ content: "\f359"; }
325
+
326
+ .fa-arrow-alt-circle-right:before {
327
+ content: "\f35a"; }
328
+
329
+ .fa-arrow-alt-circle-up:before {
330
+ content: "\f35b"; }
331
+
332
+ .fa-arrow-circle-down:before {
333
+ content: "\f0ab"; }
334
+
335
+ .fa-arrow-circle-left:before {
336
+ content: "\f0a8"; }
337
+
338
+ .fa-arrow-circle-right:before {
339
+ content: "\f0a9"; }
340
+
341
+ .fa-arrow-circle-up:before {
342
+ content: "\f0aa"; }
343
+
344
+ .fa-arrow-down:before {
345
+ content: "\f063"; }
346
+
347
+ .fa-arrow-left:before {
348
+ content: "\f060"; }
349
+
350
+ .fa-arrow-right:before {
351
+ content: "\f061"; }
352
+
353
+ .fa-arrow-up:before {
354
+ content: "\f062"; }
355
+
356
+ .fa-arrows-alt:before {
357
+ content: "\f0b2"; }
358
+
359
+ .fa-arrows-alt-h:before {
360
+ content: "\f337"; }
361
+
362
+ .fa-arrows-alt-v:before {
363
+ content: "\f338"; }
364
+
365
+ .fa-assistive-listening-systems:before {
366
+ content: "\f2a2"; }
367
+
368
+ .fa-asterisk:before {
369
+ content: "\f069"; }
370
+
371
+ .fa-asymmetrik:before {
372
+ content: "\f372"; }
373
+
374
+ .fa-at:before {
375
+ content: "\f1fa"; }
376
+
377
+ .fa-audible:before {
378
+ content: "\f373"; }
379
+
380
+ .fa-audio-description:before {
381
+ content: "\f29e"; }
382
+
383
+ .fa-autoprefixer:before {
384
+ content: "\f41c"; }
385
+
386
+ .fa-avianex:before {
387
+ content: "\f374"; }
388
+
389
+ .fa-aviato:before {
390
+ content: "\f421"; }
391
+
392
+ .fa-aws:before {
393
+ content: "\f375"; }
394
+
395
+ .fa-backward:before {
396
+ content: "\f04a"; }
397
+
398
+ .fa-balance-scale:before {
399
+ content: "\f24e"; }
400
+
401
+ .fa-ban:before {
402
+ content: "\f05e"; }
403
+
404
+ .fa-bandcamp:before {
405
+ content: "\f2d5"; }
406
+
407
+ .fa-barcode:before {
408
+ content: "\f02a"; }
409
+
410
+ .fa-bars:before {
411
+ content: "\f0c9"; }
412
+
413
+ .fa-baseball-ball:before {
414
+ content: "\f433"; }
415
+
416
+ .fa-basketball-ball:before {
417
+ content: "\f434"; }
418
+
419
+ .fa-bath:before {
420
+ content: "\f2cd"; }
421
+
422
+ .fa-battery-empty:before {
423
+ content: "\f244"; }
424
+
425
+ .fa-battery-full:before {
426
+ content: "\f240"; }
427
+
428
+ .fa-battery-half:before {
429
+ content: "\f242"; }
430
+
431
+ .fa-battery-quarter:before {
432
+ content: "\f243"; }
433
+
434
+ .fa-battery-three-quarters:before {
435
+ content: "\f241"; }
436
+
437
+ .fa-bed:before {
438
+ content: "\f236"; }
439
+
440
+ .fa-beer:before {
441
+ content: "\f0fc"; }
442
+
443
+ .fa-behance:before {
444
+ content: "\f1b4"; }
445
+
446
+ .fa-behance-square:before {
447
+ content: "\f1b5"; }
448
+
449
+ .fa-bell:before {
450
+ content: "\f0f3"; }
451
+
452
+ .fa-bell-slash:before {
453
+ content: "\f1f6"; }
454
+
455
+ .fa-bicycle:before {
456
+ content: "\f206"; }
457
+
458
+ .fa-bimobject:before {
459
+ content: "\f378"; }
460
+
461
+ .fa-binoculars:before {
462
+ content: "\f1e5"; }
463
+
464
+ .fa-birthday-cake:before {
465
+ content: "\f1fd"; }
466
+
467
+ .fa-bitbucket:before {
468
+ content: "\f171"; }
469
+
470
+ .fa-bitcoin:before {
471
+ content: "\f379"; }
472
+
473
+ .fa-bity:before {
474
+ content: "\f37a"; }
475
+
476
+ .fa-black-tie:before {
477
+ content: "\f27e"; }
478
+
479
+ .fa-blackberry:before {
480
+ content: "\f37b"; }
481
+
482
+ .fa-blind:before {
483
+ content: "\f29d"; }
484
+
485
+ .fa-blogger:before {
486
+ content: "\f37c"; }
487
+
488
+ .fa-blogger-b:before {
489
+ content: "\f37d"; }
490
+
491
+ .fa-bluetooth:before {
492
+ content: "\f293"; }
493
+
494
+ .fa-bluetooth-b:before {
495
+ content: "\f294"; }
496
+
497
+ .fa-bold:before {
498
+ content: "\f032"; }
499
+
500
+ .fa-bolt:before {
501
+ content: "\f0e7"; }
502
+
503
+ .fa-bomb:before {
504
+ content: "\f1e2"; }
505
+
506
+ .fa-book:before {
507
+ content: "\f02d"; }
508
+
509
+ .fa-bookmark:before {
510
+ content: "\f02e"; }
511
+
512
+ .fa-bowling-ball:before {
513
+ content: "\f436"; }
514
+
515
+ .fa-braille:before {
516
+ content: "\f2a1"; }
517
+
518
+ .fa-briefcase:before {
519
+ content: "\f0b1"; }
520
+
521
+ .fa-btc:before {
522
+ content: "\f15a"; }
523
+
524
+ .fa-bug:before {
525
+ content: "\f188"; }
526
+
527
+ .fa-building:before {
528
+ content: "\f1ad"; }
529
+
530
+ .fa-bullhorn:before {
531
+ content: "\f0a1"; }
532
+
533
+ .fa-bullseye:before {
534
+ content: "\f140"; }
535
+
536
+ .fa-buromobelexperte:before {
537
+ content: "\f37f"; }
538
+
539
+ .fa-bus:before {
540
+ content: "\f207"; }
541
+
542
+ .fa-buysellads:before {
543
+ content: "\f20d"; }
544
+
545
+ .fa-calculator:before {
546
+ content: "\f1ec"; }
547
+
548
+ .fa-calendar:before {
549
+ content: "\f133"; }
550
+
551
+ .fa-calendar-alt:before {
552
+ content: "\f073"; }
553
+
554
+ .fa-calendar-check:before {
555
+ content: "\f274"; }
556
+
557
+ .fa-calendar-minus:before {
558
+ content: "\f272"; }
559
+
560
+ .fa-calendar-plus:before {
561
+ content: "\f271"; }
562
+
563
+ .fa-calendar-times:before {
564
+ content: "\f273"; }
565
+
566
+ .fa-camera:before {
567
+ content: "\f030"; }
568
+
569
+ .fa-camera-retro:before {
570
+ content: "\f083"; }
571
+
572
+ .fa-car:before {
573
+ content: "\f1b9"; }
574
+
575
+ .fa-caret-down:before {
576
+ content: "\f0d7"; }
577
+
578
+ .fa-caret-left:before {
579
+ content: "\f0d9"; }
580
+
581
+ .fa-caret-right:before {
582
+ content: "\f0da"; }
583
+
584
+ .fa-caret-square-down:before {
585
+ content: "\f150"; }
586
+
587
+ .fa-caret-square-left:before {
588
+ content: "\f191"; }
589
+
590
+ .fa-caret-square-right:before {
591
+ content: "\f152"; }
592
+
593
+ .fa-caret-square-up:before {
594
+ content: "\f151"; }
595
+
596
+ .fa-caret-up:before {
597
+ content: "\f0d8"; }
598
+
599
+ .fa-cart-arrow-down:before {
600
+ content: "\f218"; }
601
+
602
+ .fa-cart-plus:before {
603
+ content: "\f217"; }
604
+
605
+ .fa-cc-amazon-pay:before {
606
+ content: "\f42d"; }
607
+
608
+ .fa-cc-amex:before {
609
+ content: "\f1f3"; }
610
+
611
+ .fa-cc-apple-pay:before {
612
+ content: "\f416"; }
613
+
614
+ .fa-cc-diners-club:before {
615
+ content: "\f24c"; }
616
+
617
+ .fa-cc-discover:before {
618
+ content: "\f1f2"; }
619
+
620
+ .fa-cc-jcb:before {
621
+ content: "\f24b"; }
622
+
623
+ .fa-cc-mastercard:before {
624
+ content: "\f1f1"; }
625
+
626
+ .fa-cc-paypal:before {
627
+ content: "\f1f4"; }
628
+
629
+ .fa-cc-stripe:before {
630
+ content: "\f1f5"; }
631
+
632
+ .fa-cc-visa:before {
633
+ content: "\f1f0"; }
634
+
635
+ .fa-centercode:before {
636
+ content: "\f380"; }
637
+
638
+ .fa-certificate:before {
639
+ content: "\f0a3"; }
640
+
641
+ .fa-chart-area:before {
642
+ content: "\f1fe"; }
643
+
644
+ .fa-chart-bar:before {
645
+ content: "\f080"; }
646
+
647
+ .fa-chart-line:before {
648
+ content: "\f201"; }
649
+
650
+ .fa-chart-pie:before {
651
+ content: "\f200"; }
652
+
653
+ .fa-check:before {
654
+ content: "\f00c"; }
655
+
656
+ .fa-check-circle:before {
657
+ content: "\f058"; }
658
+
659
+ .fa-check-square:before {
660
+ content: "\f14a"; }
661
+
662
+ .fa-chess:before {
663
+ content: "\f439"; }
664
+
665
+ .fa-chess-bishop:before {
666
+ content: "\f43a"; }
667
+
668
+ .fa-chess-board:before {
669
+ content: "\f43c"; }
670
+
671
+ .fa-chess-king:before {
672
+ content: "\f43f"; }
673
+
674
+ .fa-chess-knight:before {
675
+ content: "\f441"; }
676
+
677
+ .fa-chess-pawn:before {
678
+ content: "\f443"; }
679
+
680
+ .fa-chess-queen:before {
681
+ content: "\f445"; }
682
+
683
+ .fa-chess-rook:before {
684
+ content: "\f447"; }
685
+
686
+ .fa-chevron-circle-down:before {
687
+ content: "\f13a"; }
688
+
689
+ .fa-chevron-circle-left:before {
690
+ content: "\f137"; }
691
+
692
+ .fa-chevron-circle-right:before {
693
+ content: "\f138"; }
694
+
695
+ .fa-chevron-circle-up:before {
696
+ content: "\f139"; }
697
+
698
+ .fa-chevron-down:before {
699
+ content: "\f078"; }
700
+
701
+ .fa-chevron-left:before {
702
+ content: "\f053"; }
703
+
704
+ .fa-chevron-right:before {
705
+ content: "\f054"; }
706
+
707
+ .fa-chevron-up:before {
708
+ content: "\f077"; }
709
+
710
+ .fa-child:before {
711
+ content: "\f1ae"; }
712
+
713
+ .fa-chrome:before {
714
+ content: "\f268"; }
715
+
716
+ .fa-circle:before {
717
+ content: "\f111"; }
718
+
719
+ .fa-circle-notch:before {
720
+ content: "\f1ce"; }
721
+
722
+ .fa-clipboard:before {
723
+ content: "\f328"; }
724
+
725
+ .fa-clock:before {
726
+ content: "\f017"; }
727
+
728
+ .fa-clone:before {
729
+ content: "\f24d"; }
730
+
731
+ .fa-closed-captioning:before {
732
+ content: "\f20a"; }
733
+
734
+ .fa-cloud:before {
735
+ content: "\f0c2"; }
736
+
737
+ .fa-cloud-download-alt:before {
738
+ content: "\f381"; }
739
+
740
+ .fa-cloud-upload-alt:before {
741
+ content: "\f382"; }
742
+
743
+ .fa-cloudscale:before {
744
+ content: "\f383"; }
745
+
746
+ .fa-cloudsmith:before {
747
+ content: "\f384"; }
748
+
749
+ .fa-cloudversify:before {
750
+ content: "\f385"; }
751
+
752
+ .fa-code:before {
753
+ content: "\f121"; }
754
+
755
+ .fa-code-branch:before {
756
+ content: "\f126"; }
757
+
758
+ .fa-codepen:before {
759
+ content: "\f1cb"; }
760
+
761
+ .fa-codiepie:before {
762
+ content: "\f284"; }
763
+
764
+ .fa-coffee:before {
765
+ content: "\f0f4"; }
766
+
767
+ .fa-cog:before {
768
+ content: "\f013"; }
769
+
770
+ .fa-cogs:before {
771
+ content: "\f085"; }
772
+
773
+ .fa-columns:before {
774
+ content: "\f0db"; }
775
+
776
+ .fa-comment:before {
777
+ content: "\f075"; }
778
+
779
+ .fa-comment-alt:before {
780
+ content: "\f27a"; }
781
+
782
+ .fa-comments:before {
783
+ content: "\f086"; }
784
+
785
+ .fa-compass:before {
786
+ content: "\f14e"; }
787
+
788
+ .fa-compress:before {
789
+ content: "\f066"; }
790
+
791
+ .fa-connectdevelop:before {
792
+ content: "\f20e"; }
793
+
794
+ .fa-contao:before {
795
+ content: "\f26d"; }
796
+
797
+ .fa-copy:before {
798
+ content: "\f0c5"; }
799
+
800
+ .fa-copyright:before {
801
+ content: "\f1f9"; }
802
+
803
+ .fa-cpanel:before {
804
+ content: "\f388"; }
805
+
806
+ .fa-creative-commons:before {
807
+ content: "\f25e"; }
808
+
809
+ .fa-credit-card:before {
810
+ content: "\f09d"; }
811
+
812
+ .fa-crop:before {
813
+ content: "\f125"; }
814
+
815
+ .fa-crosshairs:before {
816
+ content: "\f05b"; }
817
+
818
+ .fa-css3:before {
819
+ content: "\f13c"; }
820
+
821
+ .fa-css3-alt:before {
822
+ content: "\f38b"; }
823
+
824
+ .fa-cube:before {
825
+ content: "\f1b2"; }
826
+
827
+ .fa-cubes:before {
828
+ content: "\f1b3"; }
829
+
830
+ .fa-cut:before {
831
+ content: "\f0c4"; }
832
+
833
+ .fa-cuttlefish:before {
834
+ content: "\f38c"; }
835
+
836
+ .fa-d-and-d:before {
837
+ content: "\f38d"; }
838
+
839
+ .fa-dashcube:before {
840
+ content: "\f210"; }
841
+
842
+ .fa-database:before {
843
+ content: "\f1c0"; }
844
+
845
+ .fa-deaf:before {
846
+ content: "\f2a4"; }
847
+
848
+ .fa-delicious:before {
849
+ content: "\f1a5"; }
850
+
851
+ .fa-deploydog:before {
852
+ content: "\f38e"; }
853
+
854
+ .fa-deskpro:before {
855
+ content: "\f38f"; }
856
+
857
+ .fa-desktop:before {
858
+ content: "\f108"; }
859
+
860
+ .fa-deviantart:before {
861
+ content: "\f1bd"; }
862
+
863
+ .fa-digg:before {
864
+ content: "\f1a6"; }
865
+
866
+ .fa-digital-ocean:before {
867
+ content: "\f391"; }
868
+
869
+ .fa-discord:before {
870
+ content: "\f392"; }
871
+
872
+ .fa-discourse:before {
873
+ content: "\f393"; }
874
+
875
+ .fa-dochub:before {
876
+ content: "\f394"; }
877
+
878
+ .fa-docker:before {
879
+ content: "\f395"; }
880
+
881
+ .fa-dollar-sign:before {
882
+ content: "\f155"; }
883
+
884
+ .fa-dot-circle:before {
885
+ content: "\f192"; }
886
+
887
+ .fa-download:before {
888
+ content: "\f019"; }
889
+
890
+ .fa-draft2digital:before {
891
+ content: "\f396"; }
892
+
893
+ .fa-dribbble:before {
894
+ content: "\f17d"; }
895
+
896
+ .fa-dribbble-square:before {
897
+ content: "\f397"; }
898
+
899
+ .fa-dropbox:before {
900
+ content: "\f16b"; }
901
+
902
+ .fa-drupal:before {
903
+ content: "\f1a9"; }
904
+
905
+ .fa-dyalog:before {
906
+ content: "\f399"; }
907
+
908
+ .fa-earlybirds:before {
909
+ content: "\f39a"; }
910
+
911
+ .fa-edge:before {
912
+ content: "\f282"; }
913
+
914
+ .fa-edit:before {
915
+ content: "\f044"; }
916
+
917
+ .fa-eject:before {
918
+ content: "\f052"; }
919
+
920
+ .fa-elementor:before {
921
+ content: "\f430"; }
922
+
923
+ .fa-ellipsis-h:before {
924
+ content: "\f141"; }
925
+
926
+ .fa-ellipsis-v:before {
927
+ content: "\f142"; }
928
+
929
+ .fa-ember:before {
930
+ content: "\f423"; }
931
+
932
+ .fa-empire:before {
933
+ content: "\f1d1"; }
934
+
935
+ .fa-envelope:before {
936
+ content: "\f0e0"; }
937
+
938
+ .fa-envelope-open:before {
939
+ content: "\f2b6"; }
940
+
941
+ .fa-envelope-square:before {
942
+ content: "\f199"; }
943
+
944
+ .fa-envira:before {
945
+ content: "\f299"; }
946
+
947
+ .fa-eraser:before {
948
+ content: "\f12d"; }
949
+
950
+ .fa-erlang:before {
951
+ content: "\f39d"; }
952
+
953
+ .fa-ethereum:before {
954
+ content: "\f42e"; }
955
+
956
+ .fa-etsy:before {
957
+ content: "\f2d7"; }
958
+
959
+ .fa-euro-sign:before {
960
+ content: "\f153"; }
961
+
962
+ .fa-exchange-alt:before {
963
+ content: "\f362"; }
964
+
965
+ .fa-exclamation:before {
966
+ content: "\f12a"; }
967
+
968
+ .fa-exclamation-circle:before {
969
+ content: "\f06a"; }
970
+
971
+ .fa-exclamation-triangle:before {
972
+ content: "\f071"; }
973
+
974
+ .fa-expand:before {
975
+ content: "\f065"; }
976
+
977
+ .fa-expand-arrows-alt:before {
978
+ content: "\f31e"; }
979
+
980
+ .fa-expeditedssl:before {
981
+ content: "\f23e"; }
982
+
983
+ .fa-external-link-alt:before {
984
+ content: "\f35d"; }
985
+
986
+ .fa-external-link-square-alt:before {
987
+ content: "\f360"; }
988
+
989
+ .fa-eye:before {
990
+ content: "\f06e"; }
991
+
992
+ .fa-eye-dropper:before {
993
+ content: "\f1fb"; }
994
+
995
+ .fa-eye-slash:before {
996
+ content: "\f070"; }
997
+
998
+ .fa-facebook:before {
999
+ content: "\f09a"; }
1000
+
1001
+ .fa-facebook-f:before {
1002
+ content: "\f39e"; }
1003
+
1004
+ .fa-facebook-messenger:before {
1005
+ content: "\f39f"; }
1006
+
1007
+ .fa-facebook-square:before {
1008
+ content: "\f082"; }
1009
+
1010
+ .fa-fast-backward:before {
1011
+ content: "\f049"; }
1012
+
1013
+ .fa-fast-forward:before {
1014
+ content: "\f050"; }
1015
+
1016
+ .fa-fax:before {
1017
+ content: "\f1ac"; }
1018
+
1019
+ .fa-female:before {
1020
+ content: "\f182"; }
1021
+
1022
+ .fa-fighter-jet:before {
1023
+ content: "\f0fb"; }
1024
+
1025
+ .fa-file:before {
1026
+ content: "\f15b"; }
1027
+
1028
+ .fa-file-alt:before {
1029
+ content: "\f15c"; }
1030
+
1031
+ .fa-file-archive:before {
1032
+ content: "\f1c6"; }
1033
+
1034
+ .fa-file-audio:before {
1035
+ content: "\f1c7"; }
1036
+
1037
+ .fa-file-code:before {
1038
+ content: "\f1c9"; }
1039
+
1040
+ .fa-file-excel:before {
1041
+ content: "\f1c3"; }
1042
+
1043
+ .fa-file-image:before {
1044
+ content: "\f1c5"; }
1045
+
1046
+ .fa-file-pdf:before {
1047
+ content: "\f1c1"; }
1048
+
1049
+ .fa-file-powerpoint:before {
1050
+ content: "\f1c4"; }
1051
+
1052
+ .fa-file-video:before {
1053
+ content: "\f1c8"; }
1054
+
1055
+ .fa-file-word:before {
1056
+ content: "\f1c2"; }
1057
+
1058
+ .fa-film:before {
1059
+ content: "\f008"; }
1060
+
1061
+ .fa-filter:before {
1062
+ content: "\f0b0"; }
1063
+
1064
+ .fa-fire:before {
1065
+ content: "\f06d"; }
1066
+
1067
+ .fa-fire-extinguisher:before {
1068
+ content: "\f134"; }
1069
+
1070
+ .fa-firefox:before {
1071
+ content: "\f269"; }
1072
+
1073
+ .fa-first-order:before {
1074
+ content: "\f2b0"; }
1075
+
1076
+ .fa-firstdraft:before {
1077
+ content: "\f3a1"; }
1078
+
1079
+ .fa-flag:before {
1080
+ content: "\f024"; }
1081
+
1082
+ .fa-flag-checkered:before {
1083
+ content: "\f11e"; }
1084
+
1085
+ .fa-flask:before {
1086
+ content: "\f0c3"; }
1087
+
1088
+ .fa-flickr:before {
1089
+ content: "\f16e"; }
1090
+
1091
+ .fa-flipboard:before {
1092
+ content: "\f44d"; }
1093
+
1094
+ .fa-fly:before {
1095
+ content: "\f417"; }
1096
+
1097
+ .fa-folder:before {
1098
+ content: "\f07b"; }
1099
+
1100
+ .fa-folder-open:before {
1101
+ content: "\f07c"; }
1102
+
1103
+ .fa-font:before {
1104
+ content: "\f031"; }
1105
+
1106
+ .fa-font-awesome:before {
1107
+ content: "\f2b4"; }
1108
+
1109
+ .fa-font-awesome-alt:before {
1110
+ content: "\f35c"; }
1111
+
1112
+ .fa-font-awesome-flag:before {
1113
+ content: "\f425"; }
1114
+
1115
+ .fa-fonticons:before {
1116
+ content: "\f280"; }
1117
+
1118
+ .fa-fonticons-fi:before {
1119
+ content: "\f3a2"; }
1120
+
1121
+ .fa-football-ball:before {
1122
+ content: "\f44e"; }
1123
+
1124
+ .fa-fort-awesome:before {
1125
+ content: "\f286"; }
1126
+
1127
+ .fa-fort-awesome-alt:before {
1128
+ content: "\f3a3"; }
1129
+
1130
+ .fa-forumbee:before {
1131
+ content: "\f211"; }
1132
+
1133
+ .fa-forward:before {
1134
+ content: "\f04e"; }
1135
+
1136
+ .fa-foursquare:before {
1137
+ content: "\f180"; }
1138
+
1139
+ .fa-free-code-camp:before {
1140
+ content: "\f2c5"; }
1141
+
1142
+ .fa-freebsd:before {
1143
+ content: "\f3a4"; }
1144
+
1145
+ .fa-frown:before {
1146
+ content: "\f119"; }
1147
+
1148
+ .fa-futbol:before {
1149
+ content: "\f1e3"; }
1150
+
1151
+ .fa-gamepad:before {
1152
+ content: "\f11b"; }
1153
+
1154
+ .fa-gavel:before {
1155
+ content: "\f0e3"; }
1156
+
1157
+ .fa-gem:before {
1158
+ content: "\f3a5"; }
1159
+
1160
+ .fa-genderless:before {
1161
+ content: "\f22d"; }
1162
+
1163
+ .fa-get-pocket:before {
1164
+ content: "\f265"; }
1165
+
1166
+ .fa-gg:before {
1167
+ content: "\f260"; }
1168
+
1169
+ .fa-gg-circle:before {
1170
+ content: "\f261"; }
1171
+
1172
+ .fa-gift:before {
1173
+ content: "\f06b"; }
1174
+
1175
+ .fa-git:before {
1176
+ content: "\f1d3"; }
1177
+
1178
+ .fa-git-square:before {
1179
+ content: "\f1d2"; }
1180
+
1181
+ .fa-github:before {
1182
+ content: "\f09b"; }
1183
+
1184
+ .fa-github-alt:before {
1185
+ content: "\f113"; }
1186
+
1187
+ .fa-github-square:before {
1188
+ content: "\f092"; }
1189
+
1190
+ .fa-gitkraken:before {
1191
+ content: "\f3a6"; }
1192
+
1193
+ .fa-gitlab:before {
1194
+ content: "\f296"; }
1195
+
1196
+ .fa-gitter:before {
1197
+ content: "\f426"; }
1198
+
1199
+ .fa-glass-martini:before {
1200
+ content: "\f000"; }
1201
+
1202
+ .fa-glide:before {
1203
+ content: "\f2a5"; }
1204
+
1205
+ .fa-glide-g:before {
1206
+ content: "\f2a6"; }
1207
+
1208
+ .fa-globe:before {
1209
+ content: "\f0ac"; }
1210
+
1211
+ .fa-gofore:before {
1212
+ content: "\f3a7"; }
1213
+
1214
+ .fa-golf-ball:before {
1215
+ content: "\f450"; }
1216
+
1217
+ .fa-goodreads:before {
1218
+ content: "\f3a8"; }
1219
+
1220
+ .fa-goodreads-g:before {
1221
+ content: "\f3a9"; }
1222
+
1223
+ .fa-google:before {
1224
+ content: "\f1a0"; }
1225
+
1226
+ .fa-google-drive:before {
1227
+ content: "\f3aa"; }
1228
+
1229
+ .fa-google-play:before {
1230
+ content: "\f3ab"; }
1231
+
1232
+ .fa-google-plus:before {
1233
+ content: "\f2b3"; }
1234
+
1235
+ .fa-google-plus-g:before {
1236
+ content: "\f0d5"; }
1237
+
1238
+ .fa-google-plus-square:before {
1239
+ content: "\f0d4"; }
1240
+
1241
+ .fa-google-wallet:before {
1242
+ content: "\f1ee"; }
1243
+
1244
+ .fa-graduation-cap:before {
1245
+ content: "\f19d"; }
1246
+
1247
+ .fa-gratipay:before {
1248
+ content: "\f184"; }
1249
+
1250
+ .fa-grav:before {
1251
+ content: "\f2d6"; }
1252
+
1253
+ .fa-gripfire:before {
1254
+ content: "\f3ac"; }
1255
+
1256
+ .fa-grunt:before {
1257
+ content: "\f3ad"; }
1258
+
1259
+ .fa-gulp:before {
1260
+ content: "\f3ae"; }
1261
+
1262
+ .fa-h-square:before {
1263
+ content: "\f0fd"; }
1264
+
1265
+ .fa-hacker-news:before {
1266
+ content: "\f1d4"; }
1267
+
1268
+ .fa-hacker-news-square:before {
1269
+ content: "\f3af"; }
1270
+
1271
+ .fa-hand-lizard:before {
1272
+ content: "\f258"; }
1273
+
1274
+ .fa-hand-paper:before {
1275
+ content: "\f256"; }
1276
+
1277
+ .fa-hand-peace:before {
1278
+ content: "\f25b"; }
1279
+
1280
+ .fa-hand-point-down:before {
1281
+ content: "\f0a7"; }
1282
+
1283
+ .fa-hand-point-left:before {
1284
+ content: "\f0a5"; }
1285
+
1286
+ .fa-hand-point-right:before {
1287
+ content: "\f0a4"; }
1288
+
1289
+ .fa-hand-point-up:before {
1290
+ content: "\f0a6"; }
1291
+
1292
+ .fa-hand-pointer:before {
1293
+ content: "\f25a"; }
1294
+
1295
+ .fa-hand-rock:before {
1296
+ content: "\f255"; }
1297
+
1298
+ .fa-hand-scissors:before {
1299
+ content: "\f257"; }
1300
+
1301
+ .fa-hand-spock:before {
1302
+ content: "\f259"; }
1303
+
1304
+ .fa-handshake:before {
1305
+ content: "\f2b5"; }
1306
+
1307
+ .fa-hashtag:before {
1308
+ content: "\f292"; }
1309
+
1310
+ .fa-hdd:before {
1311
+ content: "\f0a0"; }
1312
+
1313
+ .fa-heading:before {
1314
+ content: "\f1dc"; }
1315
+
1316
+ .fa-headphones:before {
1317
+ content: "\f025"; }
1318
+
1319
+ .fa-heart:before {
1320
+ content: "\f004"; }
1321
+
1322
+ .fa-heartbeat:before {
1323
+ content: "\f21e"; }
1324
+
1325
+ .fa-hips:before {
1326
+ content: "\f452"; }
1327
+
1328
+ .fa-hire-a-helper:before {
1329
+ content: "\f3b0"; }
1330
+
1331
+ .fa-history:before {
1332
+ content: "\f1da"; }
1333
+
1334
+ .fa-hockey-puck:before {
1335
+ content: "\f453"; }
1336
+
1337
+ .fa-home:before {
1338
+ content: "\f015"; }
1339
+
1340
+ .fa-hooli:before {
1341
+ content: "\f427"; }
1342
+
1343
+ .fa-hospital:before {
1344
+ content: "\f0f8"; }
1345
+
1346
+ .fa-hotjar:before {
1347
+ content: "\f3b1"; }
1348
+
1349
+ .fa-hourglass:before {
1350
+ content: "\f254"; }
1351
+
1352
+ .fa-hourglass-end:before {
1353
+ content: "\f253"; }
1354
+
1355
+ .fa-hourglass-half:before {
1356
+ content: "\f252"; }
1357
+
1358
+ .fa-hourglass-start:before {
1359
+ content: "\f251"; }
1360
+
1361
+ .fa-houzz:before {
1362
+ content: "\f27c"; }
1363
+
1364
+ .fa-html5:before {
1365
+ content: "\f13b"; }
1366
+
1367
+ .fa-hubspot:before {
1368
+ content: "\f3b2"; }
1369
+
1370
+ .fa-i-cursor:before {
1371
+ content: "\f246"; }
1372
+
1373
+ .fa-id-badge:before {
1374
+ content: "\f2c1"; }
1375
+
1376
+ .fa-id-card:before {
1377
+ content: "\f2c2"; }
1378
+
1379
+ .fa-image:before {
1380
+ content: "\f03e"; }
1381
+
1382
+ .fa-images:before {
1383
+ content: "\f302"; }
1384
+
1385
+ .fa-imdb:before {
1386
+ content: "\f2d8"; }
1387
+
1388
+ .fa-inbox:before {
1389
+ content: "\f01c"; }
1390
+
1391
+ .fa-indent:before {
1392
+ content: "\f03c"; }
1393
+
1394
+ .fa-industry:before {
1395
+ content: "\f275"; }
1396
+
1397
+ .fa-info:before {
1398
+ content: "\f129"; }
1399
+
1400
+ .fa-info-circle:before {
1401
+ content: "\f05a"; }
1402
+
1403
+ .fa-instagram:before {
1404
+ content: "\f16d"; }
1405
+
1406
+ .fa-internet-explorer:before {
1407
+ content: "\f26b"; }
1408
+
1409
+ .fa-ioxhost:before {
1410
+ content: "\f208"; }
1411
+
1412
+ .fa-italic:before {
1413
+ content: "\f033"; }
1414
+
1415
+ .fa-itunes:before {
1416
+ content: "\f3b4"; }
1417
+
1418
+ .fa-itunes-note:before {
1419
+ content: "\f3b5"; }
1420
+
1421
+ .fa-jenkins:before {
1422
+ content: "\f3b6"; }
1423
+
1424
+ .fa-joget:before {
1425
+ content: "\f3b7"; }
1426
+
1427
+ .fa-joomla:before {
1428
+ content: "\f1aa"; }
1429
+
1430
+ .fa-js:before {
1431
+ content: "\f3b8"; }
1432
+
1433
+ .fa-js-square:before {
1434
+ content: "\f3b9"; }
1435
+
1436
+ .fa-jsfiddle:before {
1437
+ content: "\f1cc"; }
1438
+
1439
+ .fa-key:before {
1440
+ content: "\f084"; }
1441
+
1442
+ .fa-keyboard:before {
1443
+ content: "\f11c"; }
1444
+
1445
+ .fa-keycdn:before {
1446
+ content: "\f3ba"; }
1447
+
1448
+ .fa-kickstarter:before {
1449
+ content: "\f3bb"; }
1450
+
1451
+ .fa-kickstarter-k:before {
1452
+ content: "\f3bc"; }
1453
+
1454
+ .fa-korvue:before {
1455
+ content: "\f42f"; }
1456
+
1457
+ .fa-language:before {
1458
+ content: "\f1ab"; }
1459
+
1460
+ .fa-laptop:before {
1461
+ content: "\f109"; }
1462
+
1463
+ .fa-laravel:before {
1464
+ content: "\f3bd"; }
1465
+
1466
+ .fa-lastfm:before {
1467
+ content: "\f202"; }
1468
+
1469
+ .fa-lastfm-square:before {
1470
+ content: "\f203"; }
1471
+
1472
+ .fa-leaf:before {
1473
+ content: "\f06c"; }
1474
+
1475
+ .fa-leanpub:before {
1476
+ content: "\f212"; }
1477
+
1478
+ .fa-lemon:before {
1479
+ content: "\f094"; }
1480
+
1481
+ .fa-less:before {
1482
+ content: "\f41d"; }
1483
+
1484
+ .fa-level-down-alt:before {
1485
+ content: "\f3be"; }
1486
+
1487
+ .fa-level-up-alt:before {
1488
+ content: "\f3bf"; }
1489
+
1490
+ .fa-life-ring:before {
1491
+ content: "\f1cd"; }
1492
+
1493
+ .fa-lightbulb:before {
1494
+ content: "\f0eb"; }
1495
+
1496
+ .fa-line:before {
1497
+ content: "\f3c0"; }
1498
+
1499
+ .fa-link:before {
1500
+ content: "\f0c1"; }
1501
+
1502
+ .fa-linkedin:before {
1503
+ content: "\f08c"; }
1504
+
1505
+ .fa-linkedin-in:before {
1506
+ content: "\f0e1"; }
1507
+
1508
+ .fa-linode:before {
1509
+ content: "\f2b8"; }
1510
+
1511
+ .fa-linux:before {
1512
+ content: "\f17c"; }
1513
+
1514
+ .fa-lira-sign:before {
1515
+ content: "\f195"; }
1516
+
1517
+ .fa-list:before {
1518
+ content: "\f03a"; }
1519
+
1520
+ .fa-list-alt:before {
1521
+ content: "\f022"; }
1522
+
1523
+ .fa-list-ol:before {
1524
+ content: "\f0cb"; }
1525
+
1526
+ .fa-list-ul:before {
1527
+ content: "\f0ca"; }
1528
+
1529
+ .fa-location-arrow:before {
1530
+ content: "\f124"; }
1531
+
1532
+ .fa-lock:before {
1533
+ content: "\f023"; }
1534
+
1535
+ .fa-lock-open:before {
1536
+ content: "\f3c1"; }
1537
+
1538
+ .fa-long-arrow-alt-down:before {
1539
+ content: "\f309"; }
1540
+
1541
+ .fa-long-arrow-alt-left:before {
1542
+ content: "\f30a"; }
1543
+
1544
+ .fa-long-arrow-alt-right:before {
1545
+ content: "\f30b"; }
1546
+
1547
+ .fa-long-arrow-alt-up:before {
1548
+ content: "\f30c"; }
1549
+
1550
+ .fa-low-vision:before {
1551
+ content: "\f2a8"; }
1552
+
1553
+ .fa-lyft:before {
1554
+ content: "\f3c3"; }
1555
+
1556
+ .fa-magento:before {
1557
+ content: "\f3c4"; }
1558
+
1559
+ .fa-magic:before {
1560
+ content: "\f0d0"; }
1561
+
1562
+ .fa-magnet:before {
1563
+ content: "\f076"; }
1564
+
1565
+ .fa-male:before {
1566
+ content: "\f183"; }
1567
+
1568
+ .fa-map:before {
1569
+ content: "\f279"; }
1570
+
1571
+ .fa-map-marker:before {
1572
+ content: "\f041"; }
1573
+
1574
+ .fa-map-marker-alt:before {
1575
+ content: "\f3c5"; }
1576
+
1577
+ .fa-map-pin:before {
1578
+ content: "\f276"; }
1579
+
1580
+ .fa-map-signs:before {
1581
+ content: "\f277"; }
1582
+
1583
+ .fa-mars:before {
1584
+ content: "\f222"; }
1585
+
1586
+ .fa-mars-double:before {
1587
+ content: "\f227"; }
1588
+
1589
+ .fa-mars-stroke:before {
1590
+ content: "\f229"; }
1591
+
1592
+ .fa-mars-stroke-h:before {
1593
+ content: "\f22b"; }
1594
+
1595
+ .fa-mars-stroke-v:before {
1596
+ content: "\f22a"; }
1597
+
1598
+ .fa-maxcdn:before {
1599
+ content: "\f136"; }
1600
+
1601
+ .fa-medapps:before {
1602
+ content: "\f3c6"; }
1603
+
1604
+ .fa-medium:before {
1605
+ content: "\f23a"; }
1606
+
1607
+ .fa-medium-m:before {
1608
+ content: "\f3c7"; }
1609
+
1610
+ .fa-medkit:before {
1611
+ content: "\f0fa"; }
1612
+
1613
+ .fa-medrt:before {
1614
+ content: "\f3c8"; }
1615
+
1616
+ .fa-meetup:before {
1617
+ content: "\f2e0"; }
1618
+
1619
+ .fa-meh:before {
1620
+ content: "\f11a"; }
1621
+
1622
+ .fa-mercury:before {
1623
+ content: "\f223"; }
1624
+
1625
+ .fa-microchip:before {
1626
+ content: "\f2db"; }
1627
+
1628
+ .fa-microphone:before {
1629
+ content: "\f130"; }
1630
+
1631
+ .fa-microphone-slash:before {
1632
+ content: "\f131"; }
1633
+
1634
+ .fa-microsoft:before {
1635
+ content: "\f3ca"; }
1636
+
1637
+ .fa-minus:before {
1638
+ content: "\f068"; }
1639
+
1640
+ .fa-minus-circle:before {
1641
+ content: "\f056"; }
1642
+
1643
+ .fa-minus-square:before {
1644
+ content: "\f146"; }
1645
+
1646
+ .fa-mix:before {
1647
+ content: "\f3cb"; }
1648
+
1649
+ .fa-mixcloud:before {
1650
+ content: "\f289"; }
1651
+
1652
+ .fa-mizuni:before {
1653
+ content: "\f3cc"; }
1654
+
1655
+ .fa-mobile:before {
1656
+ content: "\f10b"; }
1657
+
1658
+ .fa-mobile-alt:before {
1659
+ content: "\f3cd"; }
1660
+
1661
+ .fa-modx:before {
1662
+ content: "\f285"; }
1663
+
1664
+ .fa-monero:before {
1665
+ content: "\f3d0"; }
1666
+
1667
+ .fa-money-bill-alt:before {
1668
+ content: "\f3d1"; }
1669
+
1670
+ .fa-moon:before {
1671
+ content: "\f186"; }
1672
+
1673
+ .fa-motorcycle:before {
1674
+ content: "\f21c"; }
1675
+
1676
+ .fa-mouse-pointer:before {
1677
+ content: "\f245"; }
1678
+
1679
+ .fa-music:before {
1680
+ content: "\f001"; }
1681
+
1682
+ .fa-napster:before {
1683
+ content: "\f3d2"; }
1684
+
1685
+ .fa-neuter:before {
1686
+ content: "\f22c"; }
1687
+
1688
+ .fa-newspaper:before {
1689
+ content: "\f1ea"; }
1690
+
1691
+ .fa-nintendo-switch:before {
1692
+ content: "\f418"; }
1693
+
1694
+ .fa-node:before {
1695
+ content: "\f419"; }
1696
+
1697
+ .fa-node-js:before {
1698
+ content: "\f3d3"; }
1699
+
1700
+ .fa-npm:before {
1701
+ content: "\f3d4"; }
1702
+
1703
+ .fa-ns8:before {
1704
+ content: "\f3d5"; }
1705
+
1706
+ .fa-nutritionix:before {
1707
+ content: "\f3d6"; }
1708
+
1709
+ .fa-object-group:before {
1710
+ content: "\f247"; }
1711
+
1712
+ .fa-object-ungroup:before {
1713
+ content: "\f248"; }
1714
+
1715
+ .fa-odnoklassniki:before {
1716
+ content: "\f263"; }
1717
+
1718
+ .fa-odnoklassniki-square:before {
1719
+ content: "\f264"; }
1720
+
1721
+ .fa-opencart:before {
1722
+ content: "\f23d"; }
1723
+
1724
+ .fa-openid:before {
1725
+ content: "\f19b"; }
1726
+
1727
+ .fa-opera:before {
1728
+ content: "\f26a"; }
1729
+
1730
+ .fa-optin-monster:before {
1731
+ content: "\f23c"; }
1732
+
1733
+ .fa-osi:before {
1734
+ content: "\f41a"; }
1735
+
1736
+ .fa-outdent:before {
1737
+ content: "\f03b"; }
1738
+
1739
+ .fa-page4:before {
1740
+ content: "\f3d7"; }
1741
+
1742
+ .fa-pagelines:before {
1743
+ content: "\f18c"; }
1744
+
1745
+ .fa-paint-brush:before {
1746
+ content: "\f1fc"; }
1747
+
1748
+ .fa-palfed:before {
1749
+ content: "\f3d8"; }
1750
+
1751
+ .fa-paper-plane:before {
1752
+ content: "\f1d8"; }
1753
+
1754
+ .fa-paperclip:before {
1755
+ content: "\f0c6"; }
1756
+
1757
+ .fa-paragraph:before {
1758
+ content: "\f1dd"; }
1759
+
1760
+ .fa-paste:before {
1761
+ content: "\f0ea"; }
1762
+
1763
+ .fa-patreon:before {
1764
+ content: "\f3d9"; }
1765
+
1766
+ .fa-pause:before {
1767
+ content: "\f04c"; }
1768
+
1769
+ .fa-pause-circle:before {
1770
+ content: "\f28b"; }
1771
+
1772
+ .fa-paw:before {
1773
+ content: "\f1b0"; }
1774
+
1775
+ .fa-paypal:before {
1776
+ content: "\f1ed"; }
1777
+
1778
+ .fa-pen-square:before {
1779
+ content: "\f14b"; }
1780
+
1781
+ .fa-pencil-alt:before {
1782
+ content: "\f303"; }
1783
+
1784
+ .fa-percent:before {
1785
+ content: "\f295"; }
1786
+
1787
+ .fa-periscope:before {
1788
+ content: "\f3da"; }
1789
+
1790
+ .fa-phabricator:before {
1791
+ content: "\f3db"; }
1792
+
1793
+ .fa-phoenix-framework:before {
1794
+ content: "\f3dc"; }
1795
+
1796
+ .fa-phone:before {
1797
+ content: "\f095"; }
1798
+
1799
+ .fa-phone-square:before {
1800
+ content: "\f098"; }
1801
+
1802
+ .fa-phone-volume:before {
1803
+ content: "\f2a0"; }
1804
+
1805
+ .fa-php:before {
1806
+ content: "\f457"; }
1807
+
1808
+ .fa-pied-piper:before {
1809
+ content: "\f2ae"; }
1810
+
1811
+ .fa-pied-piper-alt:before {
1812
+ content: "\f1a8"; }
1813
+
1814
+ .fa-pied-piper-pp:before {
1815
+ content: "\f1a7"; }
1816
+
1817
+ .fa-pinterest:before {
1818
+ content: "\f0d2"; }
1819
+
1820
+ .fa-pinterest-p:before {
1821
+ content: "\f231"; }
1822
+
1823
+ .fa-pinterest-square:before {
1824
+ content: "\f0d3"; }
1825
+
1826
+ .fa-plane:before {
1827
+ content: "\f072"; }
1828
+
1829
+ .fa-play:before {
1830
+ content: "\f04b"; }
1831
+
1832
+ .fa-play-circle:before {
1833
+ content: "\f144"; }
1834
+
1835
+ .fa-playstation:before {
1836
+ content: "\f3df"; }
1837
+
1838
+ .fa-plug:before {
1839
+ content: "\f1e6"; }
1840
+
1841
+ .fa-plus:before {
1842
+ content: "\f067"; }
1843
+
1844
+ .fa-plus-circle:before {
1845
+ content: "\f055"; }
1846
+
1847
+ .fa-plus-square:before {
1848
+ content: "\f0fe"; }
1849
+
1850
+ .fa-podcast:before {
1851
+ content: "\f2ce"; }
1852
+
1853
+ .fa-pound-sign:before {
1854
+ content: "\f154"; }
1855
+
1856
+ .fa-power-off:before {
1857
+ content: "\f011"; }
1858
+
1859
+ .fa-print:before {
1860
+ content: "\f02f"; }
1861
+
1862
+ .fa-product-hunt:before {
1863
+ content: "\f288"; }
1864
+
1865
+ .fa-pushed:before {
1866
+ content: "\f3e1"; }
1867
+
1868
+ .fa-puzzle-piece:before {
1869
+ content: "\f12e"; }
1870
+
1871
+ .fa-python:before {
1872
+ content: "\f3e2"; }
1873
+
1874
+ .fa-qq:before {
1875
+ content: "\f1d6"; }
1876
+
1877
+ .fa-qrcode:before {
1878
+ content: "\f029"; }
1879
+
1880
+ .fa-question:before {
1881
+ content: "\f128"; }
1882
+
1883
+ .fa-question-circle:before {
1884
+ content: "\f059"; }
1885
+
1886
+ .fa-quidditch:before {
1887
+ content: "\f458"; }
1888
+
1889
+ .fa-quinscape:before {
1890
+ content: "\f459"; }
1891
+
1892
+ .fa-quora:before {
1893
+ content: "\f2c4"; }
1894
+
1895
+ .fa-quote-left:before {
1896
+ content: "\f10d"; }
1897
+
1898
+ .fa-quote-right:before {
1899
+ content: "\f10e"; }
1900
+
1901
+ .fa-random:before {
1902
+ content: "\f074"; }
1903
+
1904
+ .fa-ravelry:before {
1905
+ content: "\f2d9"; }
1906
+
1907
+ .fa-react:before {
1908
+ content: "\f41b"; }
1909
+
1910
+ .fa-rebel:before {
1911
+ content: "\f1d0"; }
1912
+
1913
+ .fa-recycle:before {
1914
+ content: "\f1b8"; }
1915
+
1916
+ .fa-red-river:before {
1917
+ content: "\f3e3"; }
1918
+
1919
+ .fa-reddit:before {
1920
+ content: "\f1a1"; }
1921
+
1922
+ .fa-reddit-alien:before {
1923
+ content: "\f281"; }
1924
+
1925
+ .fa-reddit-square:before {
1926
+ content: "\f1a2"; }
1927
+
1928
+ .fa-redo:before {
1929
+ content: "\f01e"; }
1930
+
1931
+ .fa-redo-alt:before {
1932
+ content: "\f2f9"; }
1933
+
1934
+ .fa-registered:before {
1935
+ content: "\f25d"; }
1936
+
1937
+ .fa-rendact:before {
1938
+ content: "\f3e4"; }
1939
+
1940
+ .fa-renren:before {
1941
+ content: "\f18b"; }
1942
+
1943
+ .fa-reply:before {
1944
+ content: "\f3e5"; }
1945
+
1946
+ .fa-reply-all:before {
1947
+ content: "\f122"; }
1948
+
1949
+ .fa-replyd:before {
1950
+ content: "\f3e6"; }
1951
+
1952
+ .fa-resolving:before {
1953
+ content: "\f3e7"; }
1954
+
1955
+ .fa-retweet:before {
1956
+ content: "\f079"; }
1957
+
1958
+ .fa-road:before {
1959
+ content: "\f018"; }
1960
+
1961
+ .fa-rocket:before {
1962
+ content: "\f135"; }
1963
+
1964
+ .fa-rocketchat:before {
1965
+ content: "\f3e8"; }
1966
+
1967
+ .fa-rockrms:before {
1968
+ content: "\f3e9"; }
1969
+
1970
+ .fa-rss:before {
1971
+ content: "\f09e"; }
1972
+
1973
+ .fa-rss-square:before {
1974
+ content: "\f143"; }
1975
+
1976
+ .fa-ruble-sign:before {
1977
+ content: "\f158"; }
1978
+
1979
+ .fa-rupee-sign:before {
1980
+ content: "\f156"; }
1981
+
1982
+ .fa-safari:before {
1983
+ content: "\f267"; }
1984
+
1985
+ .fa-sass:before {
1986
+ content: "\f41e"; }
1987
+
1988
+ .fa-save:before {
1989
+ content: "\f0c7"; }
1990
+
1991
+ .fa-schlix:before {
1992
+ content: "\f3ea"; }
1993
+
1994
+ .fa-scribd:before {
1995
+ content: "\f28a"; }
1996
+
1997
+ .fa-search:before {
1998
+ content: "\f002"; }
1999
+
2000
+ .fa-search-minus:before {
2001
+ content: "\f010"; }
2002
+
2003
+ .fa-search-plus:before {
2004
+ content: "\f00e"; }
2005
+
2006
+ .fa-searchengin:before {
2007
+ content: "\f3eb"; }
2008
+
2009
+ .fa-sellcast:before {
2010
+ content: "\f2da"; }
2011
+
2012
+ .fa-sellsy:before {
2013
+ content: "\f213"; }
2014
+
2015
+ .fa-server:before {
2016
+ content: "\f233"; }
2017
+
2018
+ .fa-servicestack:before {
2019
+ content: "\f3ec"; }
2020
+
2021
+ .fa-share:before {
2022
+ content: "\f064"; }
2023
+
2024
+ .fa-share-alt:before {
2025
+ content: "\f1e0"; }
2026
+
2027
+ .fa-share-alt-square:before {
2028
+ content: "\f1e1"; }
2029
+
2030
+ .fa-share-square:before {
2031
+ content: "\f14d"; }
2032
+
2033
+ .fa-shekel-sign:before {
2034
+ content: "\f20b"; }
2035
+
2036
+ .fa-shield-alt:before {
2037
+ content: "\f3ed"; }
2038
+
2039
+ .fa-ship:before {
2040
+ content: "\f21a"; }
2041
+
2042
+ .fa-shirtsinbulk:before {
2043
+ content: "\f214"; }
2044
+
2045
+ .fa-shopping-bag:before {
2046
+ content: "\f290"; }
2047
+
2048
+ .fa-shopping-basket:before {
2049
+ content: "\f291"; }
2050
+
2051
+ .fa-shopping-cart:before {
2052
+ content: "\f07a"; }
2053
+
2054
+ .fa-shower:before {
2055
+ content: "\f2cc"; }
2056
+
2057
+ .fa-sign-in-alt:before {
2058
+ content: "\f2f6"; }
2059
+
2060
+ .fa-sign-language:before {
2061
+ content: "\f2a7"; }
2062
+
2063
+ .fa-sign-out-alt:before {
2064
+ content: "\f2f5"; }
2065
+
2066
+ .fa-signal:before {
2067
+ content: "\f012"; }
2068
+
2069
+ .fa-simplybuilt:before {
2070
+ content: "\f215"; }
2071
+
2072
+ .fa-sistrix:before {
2073
+ content: "\f3ee"; }
2074
+
2075
+ .fa-sitemap:before {
2076
+ content: "\f0e8"; }
2077
+
2078
+ .fa-skyatlas:before {
2079
+ content: "\f216"; }
2080
+
2081
+ .fa-skype:before {
2082
+ content: "\f17e"; }
2083
+
2084
+ .fa-slack:before {
2085
+ content: "\f198"; }
2086
+
2087
+ .fa-slack-hash:before {
2088
+ content: "\f3ef"; }
2089
+
2090
+ .fa-sliders-h:before {
2091
+ content: "\f1de"; }
2092
+
2093
+ .fa-slideshare:before {
2094
+ content: "\f1e7"; }
2095
+
2096
+ .fa-smile:before {
2097
+ content: "\f118"; }
2098
+
2099
+ .fa-snapchat:before {
2100
+ content: "\f2ab"; }
2101
+
2102
+ .fa-snapchat-ghost:before {
2103
+ content: "\f2ac"; }
2104
+
2105
+ .fa-snapchat-square:before {
2106
+ content: "\f2ad"; }
2107
+
2108
+ .fa-snowflake:before {
2109
+ content: "\f2dc"; }
2110
+
2111
+ .fa-sort:before {
2112
+ content: "\f0dc"; }
2113
+
2114
+ .fa-sort-alpha-down:before {
2115
+ content: "\f15d"; }
2116
+
2117
+ .fa-sort-alpha-up:before {
2118
+ content: "\f15e"; }
2119
+
2120
+ .fa-sort-amount-down:before {
2121
+ content: "\f160"; }
2122
+
2123
+ .fa-sort-amount-up:before {
2124
+ content: "\f161"; }
2125
+
2126
+ .fa-sort-down:before {
2127
+ content: "\f0dd"; }
2128
+
2129
+ .fa-sort-numeric-down:before {
2130
+ content: "\f162"; }
2131
+
2132
+ .fa-sort-numeric-up:before {
2133
+ content: "\f163"; }
2134
+
2135
+ .fa-sort-up:before {
2136
+ content: "\f0de"; }
2137
+
2138
+ .fa-soundcloud:before {
2139
+ content: "\f1be"; }
2140
+
2141
+ .fa-space-shuttle:before {
2142
+ content: "\f197"; }
2143
+
2144
+ .fa-speakap:before {
2145
+ content: "\f3f3"; }
2146
+
2147
+ .fa-spinner:before {
2148
+ content: "\f110"; }
2149
+
2150
+ .fa-spotify:before {
2151
+ content: "\f1bc"; }
2152
+
2153
+ .fa-square:before {
2154
+ content: "\f0c8"; }
2155
+
2156
+ .fa-square-full:before {
2157
+ content: "\f45c"; }
2158
+
2159
+ .fa-stack-exchange:before {
2160
+ content: "\f18d"; }
2161
+
2162
+ .fa-stack-overflow:before {
2163
+ content: "\f16c"; }
2164
+
2165
+ .fa-star:before {
2166
+ content: "\f005"; }
2167
+
2168
+ .fa-star-half:before {
2169
+ content: "\f089"; }
2170
+
2171
+ .fa-staylinked:before {
2172
+ content: "\f3f5"; }
2173
+
2174
+ .fa-steam:before {
2175
+ content: "\f1b6"; }
2176
+
2177
+ .fa-steam-square:before {
2178
+ content: "\f1b7"; }
2179
+
2180
+ .fa-steam-symbol:before {
2181
+ content: "\f3f6"; }
2182
+
2183
+ .fa-step-backward:before {
2184
+ content: "\f048"; }
2185
+
2186
+ .fa-step-forward:before {
2187
+ content: "\f051"; }
2188
+
2189
+ .fa-stethoscope:before {
2190
+ content: "\f0f1"; }
2191
+
2192
+ .fa-sticker-mule:before {
2193
+ content: "\f3f7"; }
2194
+
2195
+ .fa-sticky-note:before {
2196
+ content: "\f249"; }
2197
+
2198
+ .fa-stop:before {
2199
+ content: "\f04d"; }
2200
+
2201
+ .fa-stop-circle:before {
2202
+ content: "\f28d"; }
2203
+
2204
+ .fa-stopwatch:before {
2205
+ content: "\f2f2"; }
2206
+
2207
+ .fa-strava:before {
2208
+ content: "\f428"; }
2209
+
2210
+ .fa-street-view:before {
2211
+ content: "\f21d"; }
2212
+
2213
+ .fa-strikethrough:before {
2214
+ content: "\f0cc"; }
2215
+
2216
+ .fa-stripe:before {
2217
+ content: "\f429"; }
2218
+
2219
+ .fa-stripe-s:before {
2220
+ content: "\f42a"; }
2221
+
2222
+ .fa-studiovinari:before {
2223
+ content: "\f3f8"; }
2224
+
2225
+ .fa-stumbleupon:before {
2226
+ content: "\f1a4"; }
2227
+
2228
+ .fa-stumbleupon-circle:before {
2229
+ content: "\f1a3"; }
2230
+
2231
+ .fa-subscript:before {
2232
+ content: "\f12c"; }
2233
+
2234
+ .fa-subway:before {
2235
+ content: "\f239"; }
2236
+
2237
+ .fa-suitcase:before {
2238
+ content: "\f0f2"; }
2239
+
2240
+ .fa-sun:before {
2241
+ content: "\f185"; }
2242
+
2243
+ .fa-superpowers:before {
2244
+ content: "\f2dd"; }
2245
+
2246
+ .fa-superscript:before {
2247
+ content: "\f12b"; }
2248
+
2249
+ .fa-supple:before {
2250
+ content: "\f3f9"; }
2251
+
2252
+ .fa-sync:before {
2253
+ content: "\f021"; }
2254
+
2255
+ .fa-sync-alt:before {
2256
+ content: "\f2f1"; }
2257
+
2258
+ .fa-table:before {
2259
+ content: "\f0ce"; }
2260
+
2261
+ .fa-table-tennis:before {
2262
+ content: "\f45d"; }
2263
+
2264
+ .fa-tablet:before {
2265
+ content: "\f10a"; }
2266
+
2267
+ .fa-tablet-alt:before {
2268
+ content: "\f3fa"; }
2269
+
2270
+ .fa-tachometer-alt:before {
2271
+ content: "\f3fd"; }
2272
+
2273
+ .fa-tag:before {
2274
+ content: "\f02b"; }
2275
+
2276
+ .fa-tags:before {
2277
+ content: "\f02c"; }
2278
+
2279
+ .fa-tasks:before {
2280
+ content: "\f0ae"; }
2281
+
2282
+ .fa-taxi:before {
2283
+ content: "\f1ba"; }
2284
+
2285
+ .fa-telegram:before {
2286
+ content: "\f2c6"; }
2287
+
2288
+ .fa-telegram-plane:before {
2289
+ content: "\f3fe"; }
2290
+
2291
+ .fa-tencent-weibo:before {
2292
+ content: "\f1d5"; }
2293
+
2294
+ .fa-terminal:before {
2295
+ content: "\f120"; }
2296
+
2297
+ .fa-text-height:before {
2298
+ content: "\f034"; }
2299
+
2300
+ .fa-text-width:before {
2301
+ content: "\f035"; }
2302
+
2303
+ .fa-th:before {
2304
+ content: "\f00a"; }
2305
+
2306
+ .fa-th-large:before {
2307
+ content: "\f009"; }
2308
+
2309
+ .fa-th-list:before {
2310
+ content: "\f00b"; }
2311
+
2312
+ .fa-themeisle:before {
2313
+ content: "\f2b2"; }
2314
+
2315
+ .fa-thermometer-empty:before {
2316
+ content: "\f2cb"; }
2317
+
2318
+ .fa-thermometer-full:before {
2319
+ content: "\f2c7"; }
2320
+
2321
+ .fa-thermometer-half:before {
2322
+ content: "\f2c9"; }
2323
+
2324
+ .fa-thermometer-quarter:before {
2325
+ content: "\f2ca"; }
2326
+
2327
+ .fa-thermometer-three-quarters:before {
2328
+ content: "\f2c8"; }
2329
+
2330
+ .fa-thumbs-down:before {
2331
+ content: "\f165"; }
2332
+
2333
+ .fa-thumbs-up:before {
2334
+ content: "\f164"; }
2335
+
2336
+ .fa-thumbtack:before {
2337
+ content: "\f08d"; }
2338
+
2339
+ .fa-ticket-alt:before {
2340
+ content: "\f3ff"; }
2341
+
2342
+ .fa-times:before {
2343
+ content: "\f00d"; }
2344
+
2345
+ .fa-times-circle:before {
2346
+ content: "\f057"; }
2347
+
2348
+ .fa-tint:before {
2349
+ content: "\f043"; }
2350
+
2351
+ .fa-toggle-off:before {
2352
+ content: "\f204"; }
2353
+
2354
+ .fa-toggle-on:before {
2355
+ content: "\f205"; }
2356
+
2357
+ .fa-trademark:before {
2358
+ content: "\f25c"; }
2359
+
2360
+ .fa-train:before {
2361
+ content: "\f238"; }
2362
+
2363
+ .fa-transgender:before {
2364
+ content: "\f224"; }
2365
+
2366
+ .fa-transgender-alt:before {
2367
+ content: "\f225"; }
2368
+
2369
+ .fa-trash:before {
2370
+ content: "\f1f8"; }
2371
+
2372
+ .fa-trash-alt:before {
2373
+ content: "\f2ed"; }
2374
+
2375
+ .fa-tree:before {
2376
+ content: "\f1bb"; }
2377
+
2378
+ .fa-trello:before {
2379
+ content: "\f181"; }
2380
+
2381
+ .fa-tripadvisor:before {
2382
+ content: "\f262"; }
2383
+
2384
+ .fa-trophy:before {
2385
+ content: "\f091"; }
2386
+
2387
+ .fa-truck:before {
2388
+ content: "\f0d1"; }
2389
+
2390
+ .fa-tty:before {
2391
+ content: "\f1e4"; }
2392
+
2393
+ .fa-tumblr:before {
2394
+ content: "\f173"; }
2395
+
2396
+ .fa-tumblr-square:before {
2397
+ content: "\f174"; }
2398
+
2399
+ .fa-tv:before {
2400
+ content: "\f26c"; }
2401
+
2402
+ .fa-twitch:before {
2403
+ content: "\f1e8"; }
2404
+
2405
+ .fa-twitter:before {
2406
+ content: "\f099"; }
2407
+
2408
+ .fa-twitter-square:before {
2409
+ content: "\f081"; }
2410
+
2411
+ .fa-typo3:before {
2412
+ content: "\f42b"; }
2413
+
2414
+ .fa-uber:before {
2415
+ content: "\f402"; }
2416
+
2417
+ .fa-uikit:before {
2418
+ content: "\f403"; }
2419
+
2420
+ .fa-umbrella:before {
2421
+ content: "\f0e9"; }
2422
+
2423
+ .fa-underline:before {
2424
+ content: "\f0cd"; }
2425
+
2426
+ .fa-undo:before {
2427
+ content: "\f0e2"; }
2428
+
2429
+ .fa-undo-alt:before {
2430
+ content: "\f2ea"; }
2431
+
2432
+ .fa-uniregistry:before {
2433
+ content: "\f404"; }
2434
+
2435
+ .fa-universal-access:before {
2436
+ content: "\f29a"; }
2437
+
2438
+ .fa-university:before {
2439
+ content: "\f19c"; }
2440
+
2441
+ .fa-unlink:before {
2442
+ content: "\f127"; }
2443
+
2444
+ .fa-unlock:before {
2445
+ content: "\f09c"; }
2446
+
2447
+ .fa-unlock-alt:before {
2448
+ content: "\f13e"; }
2449
+
2450
+ .fa-untappd:before {
2451
+ content: "\f405"; }
2452
+
2453
+ .fa-upload:before {
2454
+ content: "\f093"; }
2455
+
2456
+ .fa-usb:before {
2457
+ content: "\f287"; }
2458
+
2459
+ .fa-user:before {
2460
+ content: "\f007"; }
2461
+
2462
+ .fa-user-circle:before {
2463
+ content: "\f2bd"; }
2464
+
2465
+ .fa-user-md:before {
2466
+ content: "\f0f0"; }
2467
+
2468
+ .fa-user-plus:before {
2469
+ content: "\f234"; }
2470
+
2471
+ .fa-user-secret:before {
2472
+ content: "\f21b"; }
2473
+
2474
+ .fa-user-times:before {
2475
+ content: "\f235"; }
2476
+
2477
+ .fa-users:before {
2478
+ content: "\f0c0"; }
2479
+
2480
+ .fa-ussunnah:before {
2481
+ content: "\f407"; }
2482
+
2483
+ .fa-utensil-spoon:before {
2484
+ content: "\f2e5"; }
2485
+
2486
+ .fa-utensils:before {
2487
+ content: "\f2e7"; }
2488
+
2489
+ .fa-vaadin:before {
2490
+ content: "\f408"; }
2491
+
2492
+ .fa-venus:before {
2493
+ content: "\f221"; }
2494
+
2495
+ .fa-venus-double:before {
2496
+ content: "\f226"; }
2497
+
2498
+ .fa-venus-mars:before {
2499
+ content: "\f228"; }
2500
+
2501
+ .fa-viacoin:before {
2502
+ content: "\f237"; }
2503
+
2504
+ .fa-viadeo:before {
2505
+ content: "\f2a9"; }
2506
+
2507
+ .fa-viadeo-square:before {
2508
+ content: "\f2aa"; }
2509
+
2510
+ .fa-viber:before {
2511
+ content: "\f409"; }
2512
+
2513
+ .fa-video:before {
2514
+ content: "\f03d"; }
2515
+
2516
+ .fa-vimeo:before {
2517
+ content: "\f40a"; }
2518
+
2519
+ .fa-vimeo-square:before {
2520
+ content: "\f194"; }
2521
+
2522
+ .fa-vimeo-v:before {
2523
+ content: "\f27d"; }
2524
+
2525
+ .fa-vine:before {
2526
+ content: "\f1ca"; }
2527
+
2528
+ .fa-vk:before {
2529
+ content: "\f189"; }
2530
+
2531
+ .fa-vnv:before {
2532
+ content: "\f40b"; }
2533
+
2534
+ .fa-volleyball-ball:before {
2535
+ content: "\f45f"; }
2536
+
2537
+ .fa-volume-down:before {
2538
+ content: "\f027"; }
2539
+
2540
+ .fa-volume-off:before {
2541
+ content: "\f026"; }
2542
+
2543
+ .fa-volume-up:before {
2544
+ content: "\f028"; }
2545
+
2546
+ .fa-vuejs:before {
2547
+ content: "\f41f"; }
2548
+
2549
+ .fa-weibo:before {
2550
+ content: "\f18a"; }
2551
+
2552
+ .fa-weixin:before {
2553
+ content: "\f1d7"; }
2554
+
2555
+ .fa-whatsapp:before {
2556
+ content: "\f232"; }
2557
+
2558
+ .fa-whatsapp-square:before {
2559
+ content: "\f40c"; }
2560
+
2561
+ .fa-wheelchair:before {
2562
+ content: "\f193"; }
2563
+
2564
+ .fa-whmcs:before {
2565
+ content: "\f40d"; }
2566
+
2567
+ .fa-wifi:before {
2568
+ content: "\f1eb"; }
2569
+
2570
+ .fa-wikipedia-w:before {
2571
+ content: "\f266"; }
2572
+
2573
+ .fa-window-close:before {
2574
+ content: "\f410"; }
2575
+
2576
+ .fa-window-maximize:before {
2577
+ content: "\f2d0"; }
2578
+
2579
+ .fa-window-minimize:before {
2580
+ content: "\f2d1"; }
2581
+
2582
+ .fa-window-restore:before {
2583
+ content: "\f2d2"; }
2584
+
2585
+ .fa-windows:before {
2586
+ content: "\f17a"; }
2587
+
2588
+ .fa-won-sign:before {
2589
+ content: "\f159"; }
2590
+
2591
+ .fa-wordpress:before {
2592
+ content: "\f19a"; }
2593
+
2594
+ .fa-wordpress-simple:before {
2595
+ content: "\f411"; }
2596
+
2597
+ .fa-wpbeginner:before {
2598
+ content: "\f297"; }
2599
+
2600
+ .fa-wpexplorer:before {
2601
+ content: "\f2de"; }
2602
+
2603
+ .fa-wpforms:before {
2604
+ content: "\f298"; }
2605
+
2606
+ .fa-wrench:before {
2607
+ content: "\f0ad"; }
2608
+
2609
+ .fa-xbox:before {
2610
+ content: "\f412"; }
2611
+
2612
+ .fa-xing:before {
2613
+ content: "\f168"; }
2614
+
2615
+ .fa-xing-square:before {
2616
+ content: "\f169"; }
2617
+
2618
+ .fa-y-combinator:before {
2619
+ content: "\f23b"; }
2620
+
2621
+ .fa-yahoo:before {
2622
+ content: "\f19e"; }
2623
+
2624
+ .fa-yandex:before {
2625
+ content: "\f413"; }
2626
+
2627
+ .fa-yandex-international:before {
2628
+ content: "\f414"; }
2629
+
2630
+ .fa-yelp:before {
2631
+ content: "\f1e9"; }
2632
+
2633
+ .fa-yen-sign:before {
2634
+ content: "\f157"; }
2635
+
2636
+ .fa-yoast:before {
2637
+ content: "\f2b1"; }
2638
+
2639
+ .fa-youtube:before {
2640
+ content: "\f167"; }
2641
+
2642
+ .fa-youtube-square:before {
2643
+ content: "\f431"; }
2644
+
2645
+ .sr-only {
2646
+ border: 0;
2647
+ clip: rect(0, 0, 0, 0);
2648
+ height: 1px;
2649
+ margin: -1px;
2650
+ overflow: hidden;
2651
+ padding: 0;
2652
+ position: absolute;
2653
+ width: 1px; }
2654
+
2655
+ .sr-only-focusable:active, .sr-only-focusable:focus {
2656
+ clip: auto;
2657
+ height: auto;
2658
+ margin: 0;
2659
+ overflow: visible;
2660
+ position: static;
2661
+ width: auto; }
2662
+ @font-face {
2663
+ font-family: 'Font Awesome 5 Brands';
2664
+ font-style: normal;
2665
+ font-weight: normal;
2666
+ src: url('<%= font_path('a-brands-400.eot') %>');
2667
+ src: url('<%= font_path('fa-brands-400.eot') %>?#iefix') format('embedded-opentype'), url('<%= font_path('fa-brands-400.woff2') %>') format('woff2'), url('<%= font_path('fa-brands-400.woff') %>') format('woff'), url('<%= font_path('fa-brands-400.ttf') %>') format('truetype'), url('<%= font_path('fa-brands-400.svg') %>#fontawesome') format('svg');
2668
+ }
2669
+
2670
+ .fab {
2671
+ font-family: 'Font Awesome 5 Brands'; }
2672
+ @font-face {
2673
+ font-family: 'Font Awesome 5 Free';
2674
+ font-style: normal;
2675
+ font-weight: 400;
2676
+ src: url('<%= font_path('fa-regular-400.eot') %>');
2677
+ src: url('<%= font_path('fa-regular-400.eot') %>?#iefix') format('embedded-opentype'), url('<%= font_path('fa-regular-400.woff2') %>') format('woff2'), url('<%= font_path('fa-regular-400.woff') %>') format('woff'), url('<%= font_path('fa-regular-400.ttf') %>') format('truetype'), url('<%= font_path('fa-regular-400.svg') %>#fontawesome') format('svg');
2678
+ }
2679
+
2680
+ .far {
2681
+ font-family: 'Font Awesome 5 Free';
2682
+ font-weight: 400;
2683
+ }
2684
+ @font-face {
2685
+ font-family: 'Font Awesome 5 Free';
2686
+ font-style: normal;
2687
+ font-weight: 900;
2688
+ src: url('<%= font_path('fa-solid-900.eot') %>');
2689
+ src: url('<%= font_path('fa-solid-900.eot') %>?#iefix') format('embedded-opentype'), url('<%= font_path('fa-solid-900.woff2') %>') format('woff2'), url('<%= font_path('fa-solid-900.woff') %>') format('woff'), url('<%= font_path('fa-solid-900.ttf') %>') format('truetype'), url('<%= font_path('fa-solid-900.svg') %>#fontawesome') format('svg');
2690
+ }
2691
+ .fa,
2692
+ .fas {
2693
+ font-family: 'Font Awesome 5 Free';
2694
+ font-weight: 900;
2695
+ }