@nationalarchives/frontend 0.5.0 → 0.6.0

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 (53) hide show
  1. package/nationalarchives/all+analytics.js +1 -1
  2. package/nationalarchives/all+analytics.js.map +1 -1
  3. package/nationalarchives/all.css +1 -1
  4. package/nationalarchives/all.css.map +1 -1
  5. package/nationalarchives/analytics.js +1 -1
  6. package/nationalarchives/analytics.js.map +1 -1
  7. package/nationalarchives/assets/fonts/fa-brands-400.ttf +0 -0
  8. package/nationalarchives/assets/fonts/fa-brands-400.woff2 +0 -0
  9. package/nationalarchives/assets/fonts/fa-solid-900.ttf +0 -0
  10. package/nationalarchives/assets/fonts/fa-solid-900.woff2 +0 -0
  11. package/nationalarchives/components/files-list/fixtures.json +4 -4
  12. package/nationalarchives/components/files-list/template.njk +1 -1
  13. package/nationalarchives/components/footer/fixtures.json +3 -3
  14. package/nationalarchives/components/footer/template.njk +12 -13
  15. package/nationalarchives/components/gallery/analytics.js +22 -11
  16. package/nationalarchives/components/gallery/fixtures.json +3 -3
  17. package/nationalarchives/components/gallery/template.njk +3 -3
  18. package/nationalarchives/components/global-header/fixtures.json +7 -7
  19. package/nationalarchives/components/global-header/template.njk +4 -4
  20. package/nationalarchives/components/header/fixtures.json +1 -1
  21. package/nationalarchives/components/header/template.njk +1 -1
  22. package/nationalarchives/components/pagination/fixtures.json +5 -5
  23. package/nationalarchives/components/pagination/template.njk +2 -2
  24. package/nationalarchives/components/sidebar/analytics.js +3 -0
  25. package/nationalarchives/font-awesome.css +10 -6
  26. package/nationalarchives/font-awesome.css.map +1 -1
  27. package/nationalarchives/font-awesome.scss +1 -1
  28. package/nationalarchives/lib/font-awesome/LICENSE.txt +165 -0
  29. package/nationalarchives/lib/font-awesome/_animated.scss +0 -17
  30. package/nationalarchives/lib/font-awesome/_core.scss +17 -10
  31. package/nationalarchives/lib/font-awesome/_icons.scss +2 -2
  32. package/nationalarchives/lib/font-awesome/_list.scss +1 -1
  33. package/nationalarchives/lib/font-awesome/_mixins.scss +14 -14
  34. package/nationalarchives/lib/font-awesome/_rotated-flipped.scss +1 -1
  35. package/nationalarchives/lib/font-awesome/_shims.scss +616 -1075
  36. package/nationalarchives/lib/font-awesome/_variables.scss +75 -2
  37. package/nationalarchives/lib/font-awesome/brands.css +3 -3
  38. package/nationalarchives/lib/font-awesome/brands.css.map +1 -1
  39. package/nationalarchives/lib/font-awesome/brands.scss +4 -4
  40. package/nationalarchives/lib/font-awesome/fontawesome.css +3 -3
  41. package/nationalarchives/lib/font-awesome/fontawesome.css.map +1 -1
  42. package/nationalarchives/lib/font-awesome/fontawesome.scss +2 -2
  43. package/nationalarchives/lib/font-awesome/solid.css +2 -2
  44. package/nationalarchives/lib/font-awesome/solid.css.map +1 -1
  45. package/nationalarchives/lib/font-awesome/solid.scss +2 -2
  46. package/nationalarchives/lib/font-awesome/v4-shims.css +3 -3
  47. package/nationalarchives/lib/font-awesome/v4-shims.css.map +1 -1
  48. package/nationalarchives/lib/font-awesome/v4-shims.scss +2 -2
  49. package/nationalarchives/prototype-kit.css +1 -1
  50. package/nationalarchives/prototype-kit.css.map +1 -1
  51. package/nationalarchives/templates/fixtures.json +5 -5
  52. package/nationalarchives/utilities/typography/_index.scss +6 -2
  53. package/package.json +1 -1
@@ -5,6 +5,9 @@ $fa-css-prefix: fa !default;
5
5
  $fa-style: 900 !default;
6
6
  $fa-style-family: "Font Awesome 6 Free" !default;
7
7
 
8
+ $fa-icon-property: --fa;
9
+ $fa-duotone-icon-property: --fa--fa;
10
+
8
11
  $fa-display: inline-block !default;
9
12
 
10
13
  $fa-fw-width: fa-divide(20em, 16) !default;
@@ -514,6 +517,8 @@ $fa-var-right-to-bracket: \f2f6;
514
517
  $fa-var-sign-in-alt: \f2f6;
515
518
  $fa-var-venus: \f221;
516
519
  $fa-var-passport: \f5ab;
520
+ $fa-var-thumbtack-slash: \e68f;
521
+ $fa-var-thumb-tack-slash: \e68f;
517
522
  $fa-var-heart-pulse: \f21e;
518
523
  $fa-var-heartbeat: \f21e;
519
524
  $fa-var-people-carry-box: \f4ce;
@@ -634,6 +639,7 @@ $fa-var-square-nfi: \e576;
634
639
  $fa-var-arrow-up-from-ground-water: \e4b5;
635
640
  $fa-var-martini-glass: \f57b;
636
641
  $fa-var-glass-martini-alt: \f57b;
642
+ $fa-var-square-binary: \e69b;
637
643
  $fa-var-rotate-left: \f2ea;
638
644
  $fa-var-rotate-back: \f2ea;
639
645
  $fa-var-rotate-backward: \f2ea;
@@ -806,6 +812,7 @@ $fa-var-glass-martini: \f000;
806
812
  $fa-var-couch: \f4b8;
807
813
  $fa-var-cedi-sign: \e0df;
808
814
  $fa-var-italic: \f033;
815
+ $fa-var-table-cells-column-lock: \e678;
809
816
  $fa-var-church: \f51d;
810
817
  $fa-var-comments-dollar: \f653;
811
818
  $fa-var-democrat: \f747;
@@ -1052,6 +1059,7 @@ $fa-var-face-grin-squint: \f585;
1052
1059
  $fa-var-grin-squint: \f585;
1053
1060
  $fa-var-hand-holding-dollar: \f4c0;
1054
1061
  $fa-var-hand-holding-usd: \f4c0;
1062
+ $fa-var-chart-diagram: \e695;
1055
1063
  $fa-var-bacterium: \e05a;
1056
1064
  $fa-var-hand-pointer: \f25a;
1057
1065
  $fa-var-drum-steelpan: \f56a;
@@ -1084,6 +1092,7 @@ $fa-var-door-closed: \f52a;
1084
1092
  $fa-var-shield-virus: \e06c;
1085
1093
  $fa-var-dice-six: \f526;
1086
1094
  $fa-var-mosquito-net: \e52c;
1095
+ $fa-var-file-fragment: \e697;
1087
1096
  $fa-var-bridge-water: \e4ce;
1088
1097
  $fa-var-person-booth: \f756;
1089
1098
  $fa-var-text-width: \f035;
@@ -1265,6 +1274,7 @@ $fa-var-vials: \f493;
1265
1274
  $fa-var-plug-circle-plus: \e55f;
1266
1275
  $fa-var-place-of-worship: \f67f;
1267
1276
  $fa-var-grip-vertical: \f58e;
1277
+ $fa-var-hexagon-nodes: \e699;
1268
1278
  $fa-var-arrow-turn-up: \f148;
1269
1279
  $fa-var-level-up: \f148;
1270
1280
  $fa-var-u: \55;
@@ -1530,6 +1540,7 @@ $fa-var-assistive-listening-systems: \f2a2;
1530
1540
  $fa-var-tree-city: \e587;
1531
1541
  $fa-var-play: \f04b;
1532
1542
  $fa-var-font: \f031;
1543
+ $fa-var-table-cells-row-lock: \e67a;
1533
1544
  $fa-var-rupiah-sign: \e23d;
1534
1545
  $fa-var-magnifying-glass: \f002;
1535
1546
  $fa-var-search: \f002;
@@ -1653,6 +1664,7 @@ $fa-var-rocket: \f135;
1653
1664
  $fa-var-photo-film: \f87c;
1654
1665
  $fa-var-photo-video: \f87c;
1655
1666
  $fa-var-folder-minus: \f65d;
1667
+ $fa-var-hexagon-nodes-bolt: \e69a;
1656
1668
  $fa-var-store: \f54e;
1657
1669
  $fa-var-arrow-trend-up: \e098;
1658
1670
  $fa-var-plug-circle-minus: \e55e;
@@ -1740,6 +1752,7 @@ $fa-var-shield: \f132;
1740
1752
  $fa-var-shield-blank: \f132;
1741
1753
  $fa-var-arrow-up-short-wide: \f885;
1742
1754
  $fa-var-sort-amount-up-alt: \f885;
1755
+ $fa-var-comment-nodes: \e696;
1743
1756
  $fa-var-house-medical: \e3b2;
1744
1757
  $fa-var-golf-ball-tee: \f450;
1745
1758
  $fa-var-golf-ball: \f450;
@@ -1873,7 +1886,6 @@ $fa-var-exclamation-triangle: \f071;
1873
1886
  $fa-var-warning: \f071;
1874
1887
  $fa-var-database: \f1c0;
1875
1888
  $fa-var-share: \f064;
1876
- $fa-var-arrow-turn-right: \f064;
1877
1889
  $fa-var-mail-forward: \f064;
1878
1890
  $fa-var-bottle-droplet: \e4c4;
1879
1891
  $fa-var-mask-face: \e1d7;
@@ -1931,6 +1943,7 @@ $fa-var-window-minimize: \f2d1;
1931
1943
  $fa-var-mug-saucer: \f0f4;
1932
1944
  $fa-var-coffee: \f0f4;
1933
1945
  $fa-var-brush: \f55d;
1946
+ $fa-var-file-half-dashed: \e698;
1934
1947
  $fa-var-mask: \f6fa;
1935
1948
  $fa-var-magnifying-glass-minus: \f010;
1936
1949
  $fa-var-search-minus: \f010;
@@ -1950,6 +1963,7 @@ $fa-var-sticky-note: \f249;
1950
1963
  $fa-var-bug-slash: \e490;
1951
1964
  $fa-var-arrow-up-from-water-pump: \e4b6;
1952
1965
  $fa-var-bone: \f5d7;
1966
+ $fa-var-table-cells-row-unlock: \e691;
1953
1967
  $fa-var-user-injured: \f728;
1954
1968
  $fa-var-face-sad-tear: \f5b4;
1955
1969
  $fa-var-sad-tear: \f5b4;
@@ -2012,6 +2026,7 @@ $fa-var-redhat: \f7bc;
2012
2026
  $fa-var-yoast: \f2b1;
2013
2027
  $fa-var-cloudflare: \e07d;
2014
2028
  $fa-var-ups: \f7e0;
2029
+ $fa-var-pixiv: \e640;
2015
2030
  $fa-var-wpexplorer: \f2de;
2016
2031
  $fa-var-dyalog: \f399;
2017
2032
  $fa-var-bity: \f37a;
@@ -2032,6 +2047,8 @@ $fa-var-creative-commons-pd-alt: \f4ed;
2032
2047
  $fa-var-centercode: \f380;
2033
2048
  $fa-var-glide-g: \f2a6;
2034
2049
  $fa-var-drupal: \f1a9;
2050
+ $fa-var-jxl: \e67b;
2051
+ $fa-var-dart-lang: \e693;
2035
2052
  $fa-var-hire-a-helper: \f3b0;
2036
2053
  $fa-var-creative-commons-by: \f4e7;
2037
2054
  $fa-var-unity: \e049;
@@ -2047,6 +2064,7 @@ $fa-var-vimeo-v: \f27d;
2047
2064
  $fa-var-contao: \f26d;
2048
2065
  $fa-var-square-font-awesome: \e5ad;
2049
2066
  $fa-var-deskpro: \f38f;
2067
+ $fa-var-brave: \e63c;
2050
2068
  $fa-var-sistrix: \f3ee;
2051
2069
  $fa-var-square-instagram: \e055;
2052
2070
  $fa-var-instagram-square: \e055;
@@ -2103,6 +2121,7 @@ $fa-var-meetup: \f2e0;
2103
2121
  $fa-var-centos: \f789;
2104
2122
  $fa-var-adn: \f170;
2105
2123
  $fa-var-cloudsmith: \f384;
2124
+ $fa-var-opensuse: \e62b;
2106
2125
  $fa-var-pied-piper-alt: \f1a8;
2107
2126
  $fa-var-square-dribbble: \f397;
2108
2127
  $fa-var-dribbble-square: \f397;
@@ -2115,6 +2134,7 @@ $fa-var-scribd: \f28a;
2115
2134
  $fa-var-debian: \e60b;
2116
2135
  $fa-var-openid: \f19b;
2117
2136
  $fa-var-instalod: \e081;
2137
+ $fa-var-files-pinwheel: \e69f;
2118
2138
  $fa-var-expeditedssl: \f23e;
2119
2139
  $fa-var-sellcast: \f2da;
2120
2140
  $fa-var-square-twitter: \f081;
@@ -2131,6 +2151,7 @@ $fa-var-cc-mastercard: \f1f1;
2131
2151
  $fa-var-itunes-note: \f3b5;
2132
2152
  $fa-var-golang: \e40f;
2133
2153
  $fa-var-kickstarter: \f3bb;
2154
+ $fa-var-square-kickstarter: \f3bb;
2134
2155
  $fa-var-grav: \f2d6;
2135
2156
  $fa-var-weibo: \f18a;
2136
2157
  $fa-var-uncharted: \e084;
@@ -2151,9 +2172,11 @@ $fa-var-meta: \e49b;
2151
2172
  $fa-var-laravel: \f3bd;
2152
2173
  $fa-var-hotjar: \f3b1;
2153
2174
  $fa-var-bluetooth-b: \f294;
2175
+ $fa-var-square-letterboxd: \e62e;
2154
2176
  $fa-var-sticker-mule: \f3f7;
2155
2177
  $fa-var-creative-commons-zero: \f4f3;
2156
2178
  $fa-var-hips: \f452;
2179
+ $fa-var-css: \e6a2;
2157
2180
  $fa-var-behance: \f1b4;
2158
2181
  $fa-var-reddit: \f1a1;
2159
2182
  $fa-var-discord: \f392;
@@ -2162,6 +2185,7 @@ $fa-var-app-store-ios: \f370;
2162
2185
  $fa-var-cc-discover: \f1f2;
2163
2186
  $fa-var-wpbeginner: \f297;
2164
2187
  $fa-var-confluence: \f78d;
2188
+ $fa-var-shoelace: \e60c;
2165
2189
  $fa-var-mdb: \f8ca;
2166
2190
  $fa-var-dochub: \f394;
2167
2191
  $fa-var-accessible-icon: \f368;
@@ -2203,6 +2227,7 @@ $fa-var-angrycreative: \f36e;
2203
2227
  $fa-var-y-combinator: \f23b;
2204
2228
  $fa-var-empire: \f1d1;
2205
2229
  $fa-var-envira: \f299;
2230
+ $fa-var-google-scholar: \e63b;
2206
2231
  $fa-var-square-gitlab: \e5ae;
2207
2232
  $fa-var-gitlab-square: \e5ae;
2208
2233
  $fa-var-studiovinari: \f3f8;
@@ -2247,6 +2272,7 @@ $fa-var-less: \f41d;
2247
2272
  $fa-var-blogger-b: \f37d;
2248
2273
  $fa-var-opencart: \f23d;
2249
2274
  $fa-var-vine: \f1ca;
2275
+ $fa-var-signal-messenger: \e663;
2250
2276
  $fa-var-paypal: \f1ed;
2251
2277
  $fa-var-gitlab: \f296;
2252
2278
  $fa-var-typo3: \f42b;
@@ -2258,6 +2284,7 @@ $fa-var-pied-piper-pp: \f1a7;
2258
2284
  $fa-var-bootstrap: \f836;
2259
2285
  $fa-var-odnoklassniki: \f263;
2260
2286
  $fa-var-nfc-symbol: \e531;
2287
+ $fa-var-mintbit: \e62f;
2261
2288
  $fa-var-ethereum: \f42e;
2262
2289
  $fa-var-speaker-deck: \f83c;
2263
2290
  $fa-var-creative-commons-nc-eu: \f4e9;
@@ -2266,9 +2293,11 @@ $fa-var-avianex: \f374;
2266
2293
  $fa-var-ello: \f5f1;
2267
2294
  $fa-var-gofore: \f3a7;
2268
2295
  $fa-var-bimobject: \f378;
2296
+ $fa-var-brave-reverse: \e63d;
2269
2297
  $fa-var-facebook-f: \f39e;
2270
2298
  $fa-var-square-google-plus: \f0d4;
2271
2299
  $fa-var-google-plus-square: \f0d4;
2300
+ $fa-var-web-awesome: \e682;
2272
2301
  $fa-var-mandalorian: \f50f;
2273
2302
  $fa-var-first-order-alt: \f50a;
2274
2303
  $fa-var-osi: \f41a;
@@ -2291,6 +2320,7 @@ $fa-var-magento: \f3c4;
2291
2320
  $fa-var-spotify: \f1bc;
2292
2321
  $fa-var-optin-monster: \f23c;
2293
2322
  $fa-var-fly: \f417;
2323
+ $fa-var-square-bluesky: \e6a3;
2294
2324
  $fa-var-aviato: \f421;
2295
2325
  $fa-var-itunes: \f3b4;
2296
2326
  $fa-var-cuttlefish: \f38c;
@@ -2300,6 +2330,7 @@ $fa-var-viber: \f409;
2300
2330
  $fa-var-soundcloud: \f1be;
2301
2331
  $fa-var-digg: \f1a6;
2302
2332
  $fa-var-tencent-weibo: \f1d5;
2333
+ $fa-var-letterboxd: \e62d;
2303
2334
  $fa-var-symfony: \f83d;
2304
2335
  $fa-var-maxcdn: \f136;
2305
2336
  $fa-var-etsy: \f2d7;
@@ -2322,6 +2353,7 @@ $fa-var-palfed: \f3d8;
2322
2353
  $fa-var-superpowers: \f2dd;
2323
2354
  $fa-var-resolving: \f3e7;
2324
2355
  $fa-var-xbox: \f412;
2356
+ $fa-var-square-web-awesome-stroke: \e684;
2325
2357
  $fa-var-searchengin: \f3eb;
2326
2358
  $fa-var-tiktok: \e07b;
2327
2359
  $fa-var-square-facebook: \f082;
@@ -2333,6 +2365,7 @@ $fa-var-linkedin: \f08c;
2333
2365
  $fa-var-hubspot: \f3b2;
2334
2366
  $fa-var-deploydog: \f38e;
2335
2367
  $fa-var-twitch: \f1e8;
2368
+ $fa-var-flutter: \e694;
2336
2369
  $fa-var-ravelry: \f2d9;
2337
2370
  $fa-var-mixer: \e056;
2338
2371
  $fa-var-square-lastfm: \f203;
@@ -2346,6 +2379,7 @@ $fa-var-cc-amazon-pay: \f42d;
2346
2379
  $fa-var-dropbox: \f16b;
2347
2380
  $fa-var-instagram: \f16d;
2348
2381
  $fa-var-cmplid: \e360;
2382
+ $fa-var-upwork: \e641;
2349
2383
  $fa-var-facebook: \f09a;
2350
2384
  $fa-var-gripfire: \f3ac;
2351
2385
  $fa-var-jedi-order: \f50e;
@@ -2357,6 +2391,7 @@ $fa-var-earlybirds: \f39a;
2357
2391
  $fa-var-trade-federation: \f513;
2358
2392
  $fa-var-autoprefixer: \f41c;
2359
2393
  $fa-var-whatsapp: \f232;
2394
+ $fa-var-square-upwork: \e67c;
2360
2395
  $fa-var-slideshare: \f1e7;
2361
2396
  $fa-var-google-play: \f3ab;
2362
2397
  $fa-var-viadeo: \f2a9;
@@ -2383,6 +2418,7 @@ $fa-var-yandex: \f413;
2383
2418
  $fa-var-readme: \f4d5;
2384
2419
  $fa-var-html5: \f13b;
2385
2420
  $fa-var-sellsy: \f213;
2421
+ $fa-var-square-web-awesome: \e683;
2386
2422
  $fa-var-sass: \f41e;
2387
2423
  $fa-var-wirsindhandwerk: \e2d0;
2388
2424
  $fa-var-wsh: \e2d0;
@@ -2395,6 +2431,7 @@ $fa-var-pinterest-p: \f231;
2395
2431
  $fa-var-apper: \f371;
2396
2432
  $fa-var-fort-awesome: \f286;
2397
2433
  $fa-var-waze: \f83f;
2434
+ $fa-var-bluesky: \e671;
2398
2435
  $fa-var-cc-jcb: \f24b;
2399
2436
  $fa-var-snapchat: \f2ab;
2400
2437
  $fa-var-snapchat-ghost: \f2ab;
@@ -2404,6 +2441,7 @@ $fa-var-wix: \f5cf;
2404
2441
  $fa-var-square-behance: \f1b5;
2405
2442
  $fa-var-behance-square: \f1b5;
2406
2443
  $fa-var-supple: \f3f9;
2444
+ $fa-var-webflow: \e65c;
2407
2445
  $fa-var-rebel: \f1d0;
2408
2446
  $fa-var-css3: \f13c;
2409
2447
  $fa-var-staylinked: \f3f5;
@@ -2974,6 +3012,8 @@ $fa-icons: (
2974
3012
  "sign-in-alt": $fa-var-sign-in-alt,
2975
3013
  "venus": $fa-var-venus,
2976
3014
  "passport": $fa-var-passport,
3015
+ "thumbtack-slash": $fa-var-thumbtack-slash,
3016
+ "thumb-tack-slash": $fa-var-thumb-tack-slash,
2977
3017
  "heart-pulse": $fa-var-heart-pulse,
2978
3018
  "heartbeat": $fa-var-heartbeat,
2979
3019
  "people-carry-box": $fa-var-people-carry-box,
@@ -3094,6 +3134,7 @@ $fa-icons: (
3094
3134
  "arrow-up-from-ground-water": $fa-var-arrow-up-from-ground-water,
3095
3135
  "martini-glass": $fa-var-martini-glass,
3096
3136
  "glass-martini-alt": $fa-var-glass-martini-alt,
3137
+ "square-binary": $fa-var-square-binary,
3097
3138
  "rotate-left": $fa-var-rotate-left,
3098
3139
  "rotate-back": $fa-var-rotate-back,
3099
3140
  "rotate-backward": $fa-var-rotate-backward,
@@ -3267,6 +3308,7 @@ $fa-icons: (
3267
3308
  "couch": $fa-var-couch,
3268
3309
  "cedi-sign": $fa-var-cedi-sign,
3269
3310
  "italic": $fa-var-italic,
3311
+ "table-cells-column-lock": $fa-var-table-cells-column-lock,
3270
3312
  "church": $fa-var-church,
3271
3313
  "comments-dollar": $fa-var-comments-dollar,
3272
3314
  "democrat": $fa-var-democrat,
@@ -3514,6 +3556,7 @@ $fa-icons: (
3514
3556
  "grin-squint": $fa-var-grin-squint,
3515
3557
  "hand-holding-dollar": $fa-var-hand-holding-dollar,
3516
3558
  "hand-holding-usd": $fa-var-hand-holding-usd,
3559
+ "chart-diagram": $fa-var-chart-diagram,
3517
3560
  "bacterium": $fa-var-bacterium,
3518
3561
  "hand-pointer": $fa-var-hand-pointer,
3519
3562
  "drum-steelpan": $fa-var-drum-steelpan,
@@ -3546,6 +3589,7 @@ $fa-icons: (
3546
3589
  "shield-virus": $fa-var-shield-virus,
3547
3590
  "dice-six": $fa-var-dice-six,
3548
3591
  "mosquito-net": $fa-var-mosquito-net,
3592
+ "file-fragment": $fa-var-file-fragment,
3549
3593
  "bridge-water": $fa-var-bridge-water,
3550
3594
  "person-booth": $fa-var-person-booth,
3551
3595
  "text-width": $fa-var-text-width,
@@ -3729,6 +3773,7 @@ $fa-icons: (
3729
3773
  "plug-circle-plus": $fa-var-plug-circle-plus,
3730
3774
  "place-of-worship": $fa-var-place-of-worship,
3731
3775
  "grip-vertical": $fa-var-grip-vertical,
3776
+ "hexagon-nodes": $fa-var-hexagon-nodes,
3732
3777
  "arrow-turn-up": $fa-var-arrow-turn-up,
3733
3778
  "level-up": $fa-var-level-up,
3734
3779
  "u": $fa-var-u,
@@ -3994,6 +4039,7 @@ $fa-icons: (
3994
4039
  "tree-city": $fa-var-tree-city,
3995
4040
  "play": $fa-var-play,
3996
4041
  "font": $fa-var-font,
4042
+ "table-cells-row-lock": $fa-var-table-cells-row-lock,
3997
4043
  "rupiah-sign": $fa-var-rupiah-sign,
3998
4044
  "magnifying-glass": $fa-var-magnifying-glass,
3999
4045
  "search": $fa-var-search,
@@ -4117,6 +4163,7 @@ $fa-icons: (
4117
4163
  "photo-film": $fa-var-photo-film,
4118
4164
  "photo-video": $fa-var-photo-video,
4119
4165
  "folder-minus": $fa-var-folder-minus,
4166
+ "hexagon-nodes-bolt": $fa-var-hexagon-nodes-bolt,
4120
4167
  "store": $fa-var-store,
4121
4168
  "arrow-trend-up": $fa-var-arrow-trend-up,
4122
4169
  "plug-circle-minus": $fa-var-plug-circle-minus,
@@ -4204,6 +4251,7 @@ $fa-icons: (
4204
4251
  "shield-blank": $fa-var-shield-blank,
4205
4252
  "arrow-up-short-wide": $fa-var-arrow-up-short-wide,
4206
4253
  "sort-amount-up-alt": $fa-var-sort-amount-up-alt,
4254
+ "comment-nodes": $fa-var-comment-nodes,
4207
4255
  "house-medical": $fa-var-house-medical,
4208
4256
  "golf-ball-tee": $fa-var-golf-ball-tee,
4209
4257
  "golf-ball": $fa-var-golf-ball,
@@ -4338,7 +4386,6 @@ $fa-icons: (
4338
4386
  "warning": $fa-var-warning,
4339
4387
  "database": $fa-var-database,
4340
4388
  "share": $fa-var-share,
4341
- "arrow-turn-right": $fa-var-arrow-turn-right,
4342
4389
  "mail-forward": $fa-var-mail-forward,
4343
4390
  "bottle-droplet": $fa-var-bottle-droplet,
4344
4391
  "mask-face": $fa-var-mask-face,
@@ -4396,6 +4443,7 @@ $fa-icons: (
4396
4443
  "mug-saucer": $fa-var-mug-saucer,
4397
4444
  "coffee": $fa-var-coffee,
4398
4445
  "brush": $fa-var-brush,
4446
+ "file-half-dashed": $fa-var-file-half-dashed,
4399
4447
  "mask": $fa-var-mask,
4400
4448
  "magnifying-glass-minus": $fa-var-magnifying-glass-minus,
4401
4449
  "search-minus": $fa-var-search-minus,
@@ -4415,6 +4463,7 @@ $fa-icons: (
4415
4463
  "bug-slash": $fa-var-bug-slash,
4416
4464
  "arrow-up-from-water-pump": $fa-var-arrow-up-from-water-pump,
4417
4465
  "bone": $fa-var-bone,
4466
+ "table-cells-row-unlock": $fa-var-table-cells-row-unlock,
4418
4467
  "user-injured": $fa-var-user-injured,
4419
4468
  "face-sad-tear": $fa-var-face-sad-tear,
4420
4469
  "sad-tear": $fa-var-sad-tear,
@@ -4479,6 +4528,7 @@ $fa-brand-icons: (
4479
4528
  "yoast": $fa-var-yoast,
4480
4529
  "cloudflare": $fa-var-cloudflare,
4481
4530
  "ups": $fa-var-ups,
4531
+ "pixiv": $fa-var-pixiv,
4482
4532
  "wpexplorer": $fa-var-wpexplorer,
4483
4533
  "dyalog": $fa-var-dyalog,
4484
4534
  "bity": $fa-var-bity,
@@ -4499,6 +4549,8 @@ $fa-brand-icons: (
4499
4549
  "centercode": $fa-var-centercode,
4500
4550
  "glide-g": $fa-var-glide-g,
4501
4551
  "drupal": $fa-var-drupal,
4552
+ "jxl": $fa-var-jxl,
4553
+ "dart-lang": $fa-var-dart-lang,
4502
4554
  "hire-a-helper": $fa-var-hire-a-helper,
4503
4555
  "creative-commons-by": $fa-var-creative-commons-by,
4504
4556
  "unity": $fa-var-unity,
@@ -4514,6 +4566,7 @@ $fa-brand-icons: (
4514
4566
  "contao": $fa-var-contao,
4515
4567
  "square-font-awesome": $fa-var-square-font-awesome,
4516
4568
  "deskpro": $fa-var-deskpro,
4569
+ "brave": $fa-var-brave,
4517
4570
  "sistrix": $fa-var-sistrix,
4518
4571
  "square-instagram": $fa-var-square-instagram,
4519
4572
  "instagram-square": $fa-var-instagram-square,
@@ -4570,6 +4623,7 @@ $fa-brand-icons: (
4570
4623
  "centos": $fa-var-centos,
4571
4624
  "adn": $fa-var-adn,
4572
4625
  "cloudsmith": $fa-var-cloudsmith,
4626
+ "opensuse": $fa-var-opensuse,
4573
4627
  "pied-piper-alt": $fa-var-pied-piper-alt,
4574
4628
  "square-dribbble": $fa-var-square-dribbble,
4575
4629
  "dribbble-square": $fa-var-dribbble-square,
@@ -4582,6 +4636,7 @@ $fa-brand-icons: (
4582
4636
  "debian": $fa-var-debian,
4583
4637
  "openid": $fa-var-openid,
4584
4638
  "instalod": $fa-var-instalod,
4639
+ "files-pinwheel": $fa-var-files-pinwheel,
4585
4640
  "expeditedssl": $fa-var-expeditedssl,
4586
4641
  "sellcast": $fa-var-sellcast,
4587
4642
  "square-twitter": $fa-var-square-twitter,
@@ -4598,6 +4653,7 @@ $fa-brand-icons: (
4598
4653
  "itunes-note": $fa-var-itunes-note,
4599
4654
  "golang": $fa-var-golang,
4600
4655
  "kickstarter": $fa-var-kickstarter,
4656
+ "square-kickstarter": $fa-var-square-kickstarter,
4601
4657
  "grav": $fa-var-grav,
4602
4658
  "weibo": $fa-var-weibo,
4603
4659
  "uncharted": $fa-var-uncharted,
@@ -4618,9 +4674,11 @@ $fa-brand-icons: (
4618
4674
  "laravel": $fa-var-laravel,
4619
4675
  "hotjar": $fa-var-hotjar,
4620
4676
  "bluetooth-b": $fa-var-bluetooth-b,
4677
+ "square-letterboxd": $fa-var-square-letterboxd,
4621
4678
  "sticker-mule": $fa-var-sticker-mule,
4622
4679
  "creative-commons-zero": $fa-var-creative-commons-zero,
4623
4680
  "hips": $fa-var-hips,
4681
+ "css": $fa-var-css,
4624
4682
  "behance": $fa-var-behance,
4625
4683
  "reddit": $fa-var-reddit,
4626
4684
  "discord": $fa-var-discord,
@@ -4629,6 +4687,7 @@ $fa-brand-icons: (
4629
4687
  "cc-discover": $fa-var-cc-discover,
4630
4688
  "wpbeginner": $fa-var-wpbeginner,
4631
4689
  "confluence": $fa-var-confluence,
4690
+ "shoelace": $fa-var-shoelace,
4632
4691
  "mdb": $fa-var-mdb,
4633
4692
  "dochub": $fa-var-dochub,
4634
4693
  "accessible-icon": $fa-var-accessible-icon,
@@ -4670,6 +4729,7 @@ $fa-brand-icons: (
4670
4729
  "y-combinator": $fa-var-y-combinator,
4671
4730
  "empire": $fa-var-empire,
4672
4731
  "envira": $fa-var-envira,
4732
+ "google-scholar": $fa-var-google-scholar,
4673
4733
  "square-gitlab": $fa-var-square-gitlab,
4674
4734
  "gitlab-square": $fa-var-gitlab-square,
4675
4735
  "studiovinari": $fa-var-studiovinari,
@@ -4714,6 +4774,7 @@ $fa-brand-icons: (
4714
4774
  "blogger-b": $fa-var-blogger-b,
4715
4775
  "opencart": $fa-var-opencart,
4716
4776
  "vine": $fa-var-vine,
4777
+ "signal-messenger": $fa-var-signal-messenger,
4717
4778
  "paypal": $fa-var-paypal,
4718
4779
  "gitlab": $fa-var-gitlab,
4719
4780
  "typo3": $fa-var-typo3,
@@ -4725,6 +4786,7 @@ $fa-brand-icons: (
4725
4786
  "bootstrap": $fa-var-bootstrap,
4726
4787
  "odnoklassniki": $fa-var-odnoklassniki,
4727
4788
  "nfc-symbol": $fa-var-nfc-symbol,
4789
+ "mintbit": $fa-var-mintbit,
4728
4790
  "ethereum": $fa-var-ethereum,
4729
4791
  "speaker-deck": $fa-var-speaker-deck,
4730
4792
  "creative-commons-nc-eu": $fa-var-creative-commons-nc-eu,
@@ -4733,9 +4795,11 @@ $fa-brand-icons: (
4733
4795
  "ello": $fa-var-ello,
4734
4796
  "gofore": $fa-var-gofore,
4735
4797
  "bimobject": $fa-var-bimobject,
4798
+ "brave-reverse": $fa-var-brave-reverse,
4736
4799
  "facebook-f": $fa-var-facebook-f,
4737
4800
  "square-google-plus": $fa-var-square-google-plus,
4738
4801
  "google-plus-square": $fa-var-google-plus-square,
4802
+ "web-awesome": $fa-var-web-awesome,
4739
4803
  "mandalorian": $fa-var-mandalorian,
4740
4804
  "first-order-alt": $fa-var-first-order-alt,
4741
4805
  "osi": $fa-var-osi,
@@ -4758,6 +4822,7 @@ $fa-brand-icons: (
4758
4822
  "spotify": $fa-var-spotify,
4759
4823
  "optin-monster": $fa-var-optin-monster,
4760
4824
  "fly": $fa-var-fly,
4825
+ "square-bluesky": $fa-var-square-bluesky,
4761
4826
  "aviato": $fa-var-aviato,
4762
4827
  "itunes": $fa-var-itunes,
4763
4828
  "cuttlefish": $fa-var-cuttlefish,
@@ -4767,6 +4832,7 @@ $fa-brand-icons: (
4767
4832
  "soundcloud": $fa-var-soundcloud,
4768
4833
  "digg": $fa-var-digg,
4769
4834
  "tencent-weibo": $fa-var-tencent-weibo,
4835
+ "letterboxd": $fa-var-letterboxd,
4770
4836
  "symfony": $fa-var-symfony,
4771
4837
  "maxcdn": $fa-var-maxcdn,
4772
4838
  "etsy": $fa-var-etsy,
@@ -4789,6 +4855,7 @@ $fa-brand-icons: (
4789
4855
  "superpowers": $fa-var-superpowers,
4790
4856
  "resolving": $fa-var-resolving,
4791
4857
  "xbox": $fa-var-xbox,
4858
+ "square-web-awesome-stroke": $fa-var-square-web-awesome-stroke,
4792
4859
  "searchengin": $fa-var-searchengin,
4793
4860
  "tiktok": $fa-var-tiktok,
4794
4861
  "square-facebook": $fa-var-square-facebook,
@@ -4800,6 +4867,7 @@ $fa-brand-icons: (
4800
4867
  "hubspot": $fa-var-hubspot,
4801
4868
  "deploydog": $fa-var-deploydog,
4802
4869
  "twitch": $fa-var-twitch,
4870
+ "flutter": $fa-var-flutter,
4803
4871
  "ravelry": $fa-var-ravelry,
4804
4872
  "mixer": $fa-var-mixer,
4805
4873
  "square-lastfm": $fa-var-square-lastfm,
@@ -4813,6 +4881,7 @@ $fa-brand-icons: (
4813
4881
  "dropbox": $fa-var-dropbox,
4814
4882
  "instagram": $fa-var-instagram,
4815
4883
  "cmplid": $fa-var-cmplid,
4884
+ "upwork": $fa-var-upwork,
4816
4885
  "facebook": $fa-var-facebook,
4817
4886
  "gripfire": $fa-var-gripfire,
4818
4887
  "jedi-order": $fa-var-jedi-order,
@@ -4824,6 +4893,7 @@ $fa-brand-icons: (
4824
4893
  "trade-federation": $fa-var-trade-federation,
4825
4894
  "autoprefixer": $fa-var-autoprefixer,
4826
4895
  "whatsapp": $fa-var-whatsapp,
4896
+ "square-upwork": $fa-var-square-upwork,
4827
4897
  "slideshare": $fa-var-slideshare,
4828
4898
  "google-play": $fa-var-google-play,
4829
4899
  "viadeo": $fa-var-viadeo,
@@ -4850,6 +4920,7 @@ $fa-brand-icons: (
4850
4920
  "readme": $fa-var-readme,
4851
4921
  "html5": $fa-var-html5,
4852
4922
  "sellsy": $fa-var-sellsy,
4923
+ "square-web-awesome": $fa-var-square-web-awesome,
4853
4924
  "sass": $fa-var-sass,
4854
4925
  "wirsindhandwerk": $fa-var-wirsindhandwerk,
4855
4926
  "wsh": $fa-var-wsh,
@@ -4862,6 +4933,7 @@ $fa-brand-icons: (
4862
4933
  "apper": $fa-var-apper,
4863
4934
  "fort-awesome": $fa-var-fort-awesome,
4864
4935
  "waze": $fa-var-waze,
4936
+ "bluesky": $fa-var-bluesky,
4865
4937
  "cc-jcb": $fa-var-cc-jcb,
4866
4938
  "snapchat": $fa-var-snapchat,
4867
4939
  "snapchat-ghost": $fa-var-snapchat-ghost,
@@ -4871,6 +4943,7 @@ $fa-brand-icons: (
4871
4943
  "square-behance": $fa-var-square-behance,
4872
4944
  "behance-square": $fa-var-behance-square,
4873
4945
  "supple": $fa-var-supple,
4946
+ "webflow": $fa-var-webflow,
4874
4947
  "rebel": $fa-var-rebel,
4875
4948
  "css3": $fa-var-css3,
4876
4949
  "staylinked": $fa-var-staylinked,
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
2
+ * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
3
3
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
- * Copyright 2023 Fonticons, Inc.
5
- */:root,:host{--fa-style-family-brands: "Font Awesome 6 Brands";--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url("../webfonts/fa-brands-400.woff2") format("woff2"),url("../webfonts/fa-brands-400.ttf") format("truetype")}.fab,.fa-brands{font-weight:400}.fa-monero:before{content:""}.fa-hooli:before{content:""}.fa-yelp:before{content:""}.fa-cc-visa:before{content:""}.fa-lastfm:before{content:""}.fa-shopware:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-aws:before{content:""}.fa-redhat:before{content:""}.fa-yoast:before{content:""}.fa-cloudflare:before{content:""}.fa-ups:before{content:""}.fa-wpexplorer:before{content:""}.fa-dyalog:before{content:""}.fa-bity:before{content:""}.fa-stackpath:before{content:""}.fa-buysellads:before{content:""}.fa-first-order:before{content:""}.fa-modx:before{content:""}.fa-guilded:before{content:""}.fa-vnv:before{content:""}.fa-square-js:before{content:""}.fa-js-square:before{content:""}.fa-microsoft:before{content:""}.fa-qq:before{content:""}.fa-orcid:before{content:""}.fa-java:before{content:""}.fa-invision:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-centercode:before{content:""}.fa-glide-g:before{content:""}.fa-drupal:before{content:""}.fa-hire-a-helper:before{content:""}.fa-creative-commons-by:before{content:""}.fa-unity:before{content:""}.fa-whmcs:before{content:""}.fa-rocketchat:before{content:""}.fa-vk:before{content:""}.fa-untappd:before{content:""}.fa-mailchimp:before{content:""}.fa-css3-alt:before{content:""}.fa-square-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-contao:before{content:""}.fa-square-font-awesome:before{content:""}.fa-deskpro:before{content:""}.fa-sistrix:before{content:""}.fa-square-instagram:before{content:""}.fa-instagram-square:before{content:""}.fa-battle-net:before{content:""}.fa-the-red-yeti:before{content:""}.fa-square-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-edge:before{content:""}.fa-threads:before{content:""}.fa-napster:before{content:""}.fa-square-snapchat:before{content:""}.fa-snapchat-square:before{content:""}.fa-google-plus-g:before{content:""}.fa-artstation:before{content:""}.fa-markdown:before{content:""}.fa-sourcetree:before{content:""}.fa-google-plus:before{content:""}.fa-diaspora:before{content:""}.fa-foursquare:before{content:""}.fa-stack-overflow:before{content:""}.fa-github-alt:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-pagelines:before{content:""}.fa-algolia:before{content:""}.fa-red-river:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-safari:before{content:""}.fa-google:before{content:""}.fa-square-font-awesome-stroke:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-atlassian:before{content:""}.fa-linkedin-in:before{content:""}.fa-digital-ocean:before{content:""}.fa-nimblr:before{content:""}.fa-chromecast:before{content:""}.fa-evernote:before{content:""}.fa-hacker-news:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-adversal:before{content:""}.fa-creative-commons:before{content:""}.fa-watchman-monitoring:before{content:""}.fa-fonticons:before{content:""}.fa-weixin:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-codepen:before{content:""}.fa-git-alt:before{content:""}.fa-lyft:before{content:""}.fa-rev:before{content:""}.fa-windows:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-square-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-meetup:before{content:""}.fa-centos:before{content:""}.fa-adn:before{content:""}.fa-cloudsmith:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-square-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-codiepie:before{content:""}.fa-node:before{content:""}.fa-mix:before{content:""}.fa-steam:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-scribd:before{content:""}.fa-debian:before{content:""}.fa-openid:before{content:""}.fa-instalod:before{content:""}.fa-expeditedssl:before{content:""}.fa-sellcast:before{content:""}.fa-square-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-r-project:before{content:""}.fa-delicious:before{content:""}.fa-freebsd:before{content:""}.fa-vuejs:before{content:""}.fa-accusoft:before{content:""}.fa-ioxhost:before{content:""}.fa-fonticons-fi:before{content:""}.fa-app-store:before{content:""}.fa-cc-mastercard:before{content:""}.fa-itunes-note:before{content:""}.fa-golang:before{content:""}.fa-kickstarter:before{content:""}.fa-grav:before{content:""}.fa-weibo:before{content:""}.fa-uncharted:before{content:""}.fa-firstdraft:before{content:""}.fa-square-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wpressr:before{content:""}.fa-rendact:before{content:""}.fa-angellist:before{content:""}.fa-galactic-republic:before{content:""}.fa-nfc-directional:before{content:""}.fa-skype:before{content:""}.fa-joget:before{content:""}.fa-fedora:before{content:""}.fa-stripe-s:before{content:""}.fa-meta:before{content:""}.fa-laravel:before{content:""}.fa-hotjar:before{content:""}.fa-bluetooth-b:before{content:""}.fa-sticker-mule:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-hips:before{content:""}.fa-behance:before{content:""}.fa-reddit:before{content:""}.fa-discord:before{content:""}.fa-chrome:before{content:""}.fa-app-store-ios:before{content:""}.fa-cc-discover:before{content:""}.fa-wpbeginner:before{content:""}.fa-confluence:before{content:""}.fa-mdb:before{content:""}.fa-dochub:before{content:""}.fa-accessible-icon:before{content:""}.fa-ebay:before{content:""}.fa-amazon:before{content:""}.fa-unsplash:before{content:""}.fa-yarn:before{content:""}.fa-square-steam:before{content:""}.fa-steam-square:before{content:""}.fa-500px:before{content:""}.fa-square-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-asymmetrik:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-gratipay:before{content:""}.fa-apple:before{content:""}.fa-hive:before{content:""}.fa-gitkraken:before{content:""}.fa-keybase:before{content:""}.fa-apple-pay:before{content:""}.fa-padlet:before{content:""}.fa-amazon-pay:before{content:""}.fa-square-github:before{content:""}.fa-github-square:before{content:""}.fa-stumbleupon:before{content:""}.fa-fedex:before{content:""}.fa-phoenix-framework:before{content:""}.fa-shopify:before{content:""}.fa-neos:before{content:""}.fa-square-threads:before{content:""}.fa-hackerrank:before{content:""}.fa-researchgate:before{content:""}.fa-swift:before{content:""}.fa-angular:before{content:""}.fa-speakap:before{content:""}.fa-angrycreative:before{content:""}.fa-y-combinator:before{content:""}.fa-empire:before{content:""}.fa-envira:before{content:""}.fa-square-gitlab:before{content:""}.fa-gitlab-square:before{content:""}.fa-studiovinari:before{content:""}.fa-pied-piper:before{content:""}.fa-wordpress:before{content:""}.fa-product-hunt:before{content:""}.fa-firefox:before{content:""}.fa-linode:before{content:""}.fa-goodreads:before{content:""}.fa-square-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-sith:before{content:""}.fa-themeisle:before{content:""}.fa-page4:before{content:""}.fa-hashnode:before{content:""}.fa-react:before{content:""}.fa-cc-paypal:before{content:""}.fa-squarespace:before{content:""}.fa-cc-stripe:before{content:""}.fa-creative-commons-share:before{content:""}.fa-bitcoin:before{content:""}.fa-keycdn:before{content:""}.fa-opera:before{content:""}.fa-itch-io:before{content:""}.fa-umbraco:before{content:""}.fa-galactic-senate:before{content:""}.fa-ubuntu:before{content:""}.fa-draft2digital:before{content:""}.fa-stripe:before{content:""}.fa-houzz:before{content:""}.fa-gg:before{content:""}.fa-dhl:before{content:""}.fa-square-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-xing:before{content:""}.fa-blackberry:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-playstation:before{content:""}.fa-quinscape:before{content:""}.fa-less:before{content:""}.fa-blogger-b:before{content:""}.fa-opencart:before{content:""}.fa-vine:before{content:""}.fa-paypal:before{content:""}.fa-gitlab:before{content:""}.fa-typo3:before{content:""}.fa-reddit-alien:before{content:""}.fa-yahoo:before{content:""}.fa-dailymotion:before{content:""}.fa-affiliatetheme:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-bootstrap:before{content:""}.fa-odnoklassniki:before{content:""}.fa-nfc-symbol:before{content:""}.fa-ethereum:before{content:""}.fa-speaker-deck:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-patreon:before{content:""}.fa-avianex:before{content:""}.fa-ello:before{content:""}.fa-gofore:before{content:""}.fa-bimobject:before{content:""}.fa-facebook-f:before{content:""}.fa-square-google-plus:before{content:""}.fa-google-plus-square:before{content:""}.fa-mandalorian:before{content:""}.fa-first-order-alt:before{content:""}.fa-osi:before{content:""}.fa-google-wallet:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-periscope:before{content:""}.fa-fulcrum:before{content:""}.fa-cloudscale:before{content:""}.fa-forumbee:before{content:""}.fa-mizuni:before{content:""}.fa-schlix:before{content:""}.fa-square-xing:before{content:""}.fa-xing-square:before{content:""}.fa-bandcamp:before{content:""}.fa-wpforms:before{content:""}.fa-cloudversify:before{content:""}.fa-usps:before{content:""}.fa-megaport:before{content:""}.fa-magento:before{content:""}.fa-spotify:before{content:""}.fa-optin-monster:before{content:""}.fa-fly:before{content:""}.fa-aviato:before{content:""}.fa-itunes:before{content:""}.fa-cuttlefish:before{content:""}.fa-blogger:before{content:""}.fa-flickr:before{content:""}.fa-viber:before{content:""}.fa-soundcloud:before{content:""}.fa-digg:before{content:""}.fa-tencent-weibo:before{content:""}.fa-symfony:before{content:""}.fa-maxcdn:before{content:""}.fa-etsy:before{content:""}.fa-facebook-messenger:before{content:""}.fa-audible:before{content:""}.fa-think-peaks:before{content:""}.fa-bilibili:before{content:""}.fa-erlang:before{content:""}.fa-x-twitter:before{content:""}.fa-cotton-bureau:before{content:""}.fa-dashcube:before{content:""}.fa-42-group:before{content:""}.fa-innosoft:before{content:""}.fa-stack-exchange:before{content:""}.fa-elementor:before{content:""}.fa-square-pied-piper:before{content:""}.fa-pied-piper-square:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-palfed:before{content:""}.fa-superpowers:before{content:""}.fa-resolving:before{content:""}.fa-xbox:before{content:""}.fa-searchengin:before{content:""}.fa-tiktok:before{content:""}.fa-square-facebook:before{content:""}.fa-facebook-square:before{content:""}.fa-renren:before{content:""}.fa-linux:before{content:""}.fa-glide:before{content:""}.fa-linkedin:before{content:""}.fa-hubspot:before{content:""}.fa-deploydog:before{content:""}.fa-twitch:before{content:""}.fa-ravelry:before{content:""}.fa-mixer:before{content:""}.fa-square-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-vimeo:before{content:""}.fa-mendeley:before{content:""}.fa-uniregistry:before{content:""}.fa-figma:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-dropbox:before{content:""}.fa-instagram:before{content:""}.fa-cmplid:before{content:""}.fa-facebook:before{content:""}.fa-gripfire:before{content:""}.fa-jedi-order:before{content:""}.fa-uikit:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-phabricator:before{content:""}.fa-ussunnah:before{content:""}.fa-earlybirds:before{content:""}.fa-trade-federation:before{content:""}.fa-autoprefixer:before{content:""}.fa-whatsapp:before{content:""}.fa-slideshare:before{content:""}.fa-google-play:before{content:""}.fa-viadeo:before{content:""}.fa-line:before{content:""}.fa-google-drive:before{content:""}.fa-servicestack:before{content:""}.fa-simplybuilt:before{content:""}.fa-bitbucket:before{content:""}.fa-imdb:before{content:""}.fa-deezer:before{content:""}.fa-raspberry-pi:before{content:""}.fa-jira:before{content:""}.fa-docker:before{content:""}.fa-screenpal:before{content:""}.fa-bluetooth:before{content:""}.fa-gitter:before{content:""}.fa-d-and-d:before{content:""}.fa-microblog:before{content:""}.fa-cc-diners-club:before{content:""}.fa-gg-circle:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-kickstarter-k:before{content:""}.fa-yandex:before{content:""}.fa-readme:before{content:""}.fa-html5:before{content:""}.fa-sellsy:before{content:""}.fa-sass:before{content:""}.fa-wirsindhandwerk:before{content:""}.fa-wsh:before{content:""}.fa-buromobelexperte:before{content:""}.fa-salesforce:before{content:""}.fa-octopus-deploy:before{content:""}.fa-medapps:before{content:""}.fa-ns8:before{content:""}.fa-pinterest-p:before{content:""}.fa-apper:before{content:""}.fa-fort-awesome:before{content:""}.fa-waze:before{content:""}.fa-cc-jcb:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-rust:before{content:""}.fa-wix:before{content:""}.fa-square-behance:before{content:""}.fa-behance-square:before{content:""}.fa-supple:before{content:""}.fa-rebel:before{content:""}.fa-css3:before{content:""}.fa-staylinked:before{content:""}.fa-kaggle:before{content:""}.fa-space-awesome:before{content:""}.fa-deviantart:before{content:""}.fa-cpanel:before{content:""}.fa-goodreads-g:before{content:""}.fa-square-git:before{content:""}.fa-git-square:before{content:""}.fa-square-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-trello:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-get-pocket:before{content:""}.fa-perbyte:before{content:""}.fa-grunt:before{content:""}.fa-weebly:before{content:""}.fa-connectdevelop:before{content:""}.fa-leanpub:before{content:""}.fa-black-tie:before{content:""}.fa-themeco:before{content:""}.fa-python:before{content:""}.fa-android:before{content:""}.fa-bots:before{content:""}.fa-free-code-camp:before{content:""}.fa-hornbill:before{content:""}.fa-js:before{content:""}.fa-ideal:before{content:""}.fa-git:before{content:""}.fa-dev:before{content:""}.fa-sketch:before{content:""}.fa-yandex-international:before{content:""}.fa-cc-amex:before{content:""}.fa-uber:before{content:""}.fa-github:before{content:""}.fa-php:before{content:""}.fa-alipay:before{content:""}.fa-youtube:before{content:""}.fa-skyatlas:before{content:""}.fa-firefox-browser:before{content:""}.fa-replyd:before{content:""}.fa-suse:before{content:""}.fa-jenkins:before{content:""}.fa-twitter:before{content:""}.fa-rockrms:before{content:""}.fa-pinterest:before{content:""}.fa-buffer:before{content:""}.fa-npm:before{content:""}.fa-yammer:before{content:""}.fa-btc:before{content:""}.fa-dribbble:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-internet-explorer:before{content:""}.fa-stubber:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-old-republic:before{content:""}.fa-odysee:before{content:""}.fa-square-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-node-js:before{content:""}.fa-edge-legacy:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-medrt:before{content:""}.fa-usb:before{content:""}.fa-tumblr:before{content:""}.fa-vaadin:before{content:""}.fa-quora:before{content:""}.fa-square-x-twitter:before{content:""}.fa-reacteurope:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-amilia:before{content:""}.fa-mixcloud:before{content:""}.fa-flipboard:before{content:""}.fa-viacoin:before{content:""}.fa-critical-role:before{content:""}.fa-sitrox:before{content:""}.fa-discourse:before{content:""}.fa-joomla:before{content:""}.fa-mastodon:before{content:""}.fa-airbnb:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-buy-n-large:before{content:""}.fa-gulp:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-strava:before{content:""}.fa-ember:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-teamspeak:before{content:""}.fa-pushed:before{content:""}.fa-wordpress-simple:before{content:""}.fa-nutritionix:before{content:""}.fa-wodu:before{content:""}.fa-google-pay:before{content:""}.fa-intercom:before{content:""}.fa-zhihu:before{content:""}.fa-korvue:before{content:""}.fa-pix:before{content:""}.fa-steam-symbol:before{content:""}/*# sourceMappingURL=brands.css.map */
4
+ * Copyright 2024 Fonticons, Inc.
5
+ */:root,:host{--fa-style-family-brands: "Font Awesome 6 Brands";--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url("../webfonts/fa-brands-400.woff2") format("woff2"),url("../webfonts/fa-brands-400.ttf") format("truetype")}.fab,.fa-brands{font-weight:400}.fa-monero{--fa:""}.fa-hooli{--fa:""}.fa-yelp{--fa:""}.fa-cc-visa{--fa:""}.fa-lastfm{--fa:""}.fa-shopware{--fa:""}.fa-creative-commons-nc{--fa:""}.fa-aws{--fa:""}.fa-redhat{--fa:""}.fa-yoast{--fa:""}.fa-cloudflare{--fa:""}.fa-ups{--fa:""}.fa-pixiv{--fa:""}.fa-wpexplorer{--fa:""}.fa-dyalog{--fa:""}.fa-bity{--fa:""}.fa-stackpath{--fa:""}.fa-buysellads{--fa:""}.fa-first-order{--fa:""}.fa-modx{--fa:""}.fa-guilded{--fa:""}.fa-vnv{--fa:""}.fa-square-js{--fa:""}.fa-js-square{--fa:""}.fa-microsoft{--fa:""}.fa-qq{--fa:""}.fa-orcid{--fa:""}.fa-java{--fa:""}.fa-invision{--fa:""}.fa-creative-commons-pd-alt{--fa:""}.fa-centercode{--fa:""}.fa-glide-g{--fa:""}.fa-drupal{--fa:""}.fa-jxl{--fa:""}.fa-dart-lang{--fa:""}.fa-hire-a-helper{--fa:""}.fa-creative-commons-by{--fa:""}.fa-unity{--fa:""}.fa-whmcs{--fa:""}.fa-rocketchat{--fa:""}.fa-vk{--fa:""}.fa-untappd{--fa:""}.fa-mailchimp{--fa:""}.fa-css3-alt{--fa:""}.fa-square-reddit{--fa:""}.fa-reddit-square{--fa:""}.fa-vimeo-v{--fa:""}.fa-contao{--fa:""}.fa-square-font-awesome{--fa:""}.fa-deskpro{--fa:""}.fa-brave{--fa:""}.fa-sistrix{--fa:""}.fa-square-instagram{--fa:""}.fa-instagram-square{--fa:""}.fa-battle-net{--fa:""}.fa-the-red-yeti{--fa:""}.fa-square-hacker-news{--fa:""}.fa-hacker-news-square{--fa:""}.fa-edge{--fa:""}.fa-threads{--fa:""}.fa-napster{--fa:""}.fa-square-snapchat{--fa:""}.fa-snapchat-square{--fa:""}.fa-google-plus-g{--fa:""}.fa-artstation{--fa:""}.fa-markdown{--fa:""}.fa-sourcetree{--fa:""}.fa-google-plus{--fa:""}.fa-diaspora{--fa:""}.fa-foursquare{--fa:""}.fa-stack-overflow{--fa:""}.fa-github-alt{--fa:""}.fa-phoenix-squadron{--fa:""}.fa-pagelines{--fa:""}.fa-algolia{--fa:""}.fa-red-river{--fa:""}.fa-creative-commons-sa{--fa:""}.fa-safari{--fa:""}.fa-google{--fa:""}.fa-square-font-awesome-stroke{--fa:""}.fa-font-awesome-alt{--fa:""}.fa-atlassian{--fa:""}.fa-linkedin-in{--fa:""}.fa-digital-ocean{--fa:""}.fa-nimblr{--fa:""}.fa-chromecast{--fa:""}.fa-evernote{--fa:""}.fa-hacker-news{--fa:""}.fa-creative-commons-sampling{--fa:""}.fa-adversal{--fa:""}.fa-creative-commons{--fa:""}.fa-watchman-monitoring{--fa:""}.fa-fonticons{--fa:""}.fa-weixin{--fa:""}.fa-shirtsinbulk{--fa:""}.fa-codepen{--fa:""}.fa-git-alt{--fa:""}.fa-lyft{--fa:""}.fa-rev{--fa:""}.fa-windows{--fa:""}.fa-wizards-of-the-coast{--fa:""}.fa-square-viadeo{--fa:""}.fa-viadeo-square{--fa:""}.fa-meetup{--fa:""}.fa-centos{--fa:""}.fa-adn{--fa:""}.fa-cloudsmith{--fa:""}.fa-opensuse{--fa:""}.fa-pied-piper-alt{--fa:""}.fa-square-dribbble{--fa:""}.fa-dribbble-square{--fa:""}.fa-codiepie{--fa:""}.fa-node{--fa:""}.fa-mix{--fa:""}.fa-steam{--fa:""}.fa-cc-apple-pay{--fa:""}.fa-scribd{--fa:""}.fa-debian{--fa:""}.fa-openid{--fa:""}.fa-instalod{--fa:""}.fa-files-pinwheel{--fa:""}.fa-expeditedssl{--fa:""}.fa-sellcast{--fa:""}.fa-square-twitter{--fa:""}.fa-twitter-square{--fa:""}.fa-r-project{--fa:""}.fa-delicious{--fa:""}.fa-freebsd{--fa:""}.fa-vuejs{--fa:""}.fa-accusoft{--fa:""}.fa-ioxhost{--fa:""}.fa-fonticons-fi{--fa:""}.fa-app-store{--fa:""}.fa-cc-mastercard{--fa:""}.fa-itunes-note{--fa:""}.fa-golang{--fa:""}.fa-kickstarter{--fa:""}.fa-square-kickstarter{--fa:""}.fa-grav{--fa:""}.fa-weibo{--fa:""}.fa-uncharted{--fa:""}.fa-firstdraft{--fa:""}.fa-square-youtube{--fa:""}.fa-youtube-square{--fa:""}.fa-wikipedia-w{--fa:""}.fa-wpressr{--fa:""}.fa-rendact{--fa:""}.fa-angellist{--fa:""}.fa-galactic-republic{--fa:""}.fa-nfc-directional{--fa:""}.fa-skype{--fa:""}.fa-joget{--fa:""}.fa-fedora{--fa:""}.fa-stripe-s{--fa:""}.fa-meta{--fa:""}.fa-laravel{--fa:""}.fa-hotjar{--fa:""}.fa-bluetooth-b{--fa:""}.fa-square-letterboxd{--fa:""}.fa-sticker-mule{--fa:""}.fa-creative-commons-zero{--fa:""}.fa-hips{--fa:""}.fa-css{--fa:""}.fa-behance{--fa:""}.fa-reddit{--fa:""}.fa-discord{--fa:""}.fa-chrome{--fa:""}.fa-app-store-ios{--fa:""}.fa-cc-discover{--fa:""}.fa-wpbeginner{--fa:""}.fa-confluence{--fa:""}.fa-shoelace{--fa:""}.fa-mdb{--fa:""}.fa-dochub{--fa:""}.fa-accessible-icon{--fa:""}.fa-ebay{--fa:""}.fa-amazon{--fa:""}.fa-unsplash{--fa:""}.fa-yarn{--fa:""}.fa-square-steam{--fa:""}.fa-steam-square{--fa:""}.fa-500px{--fa:""}.fa-square-vimeo{--fa:""}.fa-vimeo-square{--fa:""}.fa-asymmetrik{--fa:""}.fa-font-awesome{--fa:""}.fa-font-awesome-flag{--fa:""}.fa-font-awesome-logo-full{--fa:""}.fa-gratipay{--fa:""}.fa-apple{--fa:""}.fa-hive{--fa:""}.fa-gitkraken{--fa:""}.fa-keybase{--fa:""}.fa-apple-pay{--fa:""}.fa-padlet{--fa:""}.fa-amazon-pay{--fa:""}.fa-square-github{--fa:""}.fa-github-square{--fa:""}.fa-stumbleupon{--fa:""}.fa-fedex{--fa:""}.fa-phoenix-framework{--fa:""}.fa-shopify{--fa:""}.fa-neos{--fa:""}.fa-square-threads{--fa:""}.fa-hackerrank{--fa:""}.fa-researchgate{--fa:""}.fa-swift{--fa:""}.fa-angular{--fa:""}.fa-speakap{--fa:""}.fa-angrycreative{--fa:""}.fa-y-combinator{--fa:""}.fa-empire{--fa:""}.fa-envira{--fa:""}.fa-google-scholar{--fa:""}.fa-square-gitlab{--fa:""}.fa-gitlab-square{--fa:""}.fa-studiovinari{--fa:""}.fa-pied-piper{--fa:""}.fa-wordpress{--fa:""}.fa-product-hunt{--fa:""}.fa-firefox{--fa:""}.fa-linode{--fa:""}.fa-goodreads{--fa:""}.fa-square-odnoklassniki{--fa:""}.fa-odnoklassniki-square{--fa:""}.fa-jsfiddle{--fa:""}.fa-sith{--fa:""}.fa-themeisle{--fa:""}.fa-page4{--fa:""}.fa-hashnode{--fa:""}.fa-react{--fa:""}.fa-cc-paypal{--fa:""}.fa-squarespace{--fa:""}.fa-cc-stripe{--fa:""}.fa-creative-commons-share{--fa:""}.fa-bitcoin{--fa:""}.fa-keycdn{--fa:""}.fa-opera{--fa:""}.fa-itch-io{--fa:""}.fa-umbraco{--fa:""}.fa-galactic-senate{--fa:""}.fa-ubuntu{--fa:""}.fa-draft2digital{--fa:""}.fa-stripe{--fa:""}.fa-houzz{--fa:""}.fa-gg{--fa:""}.fa-dhl{--fa:""}.fa-square-pinterest{--fa:""}.fa-pinterest-square{--fa:""}.fa-xing{--fa:""}.fa-blackberry{--fa:""}.fa-creative-commons-pd{--fa:""}.fa-playstation{--fa:""}.fa-quinscape{--fa:""}.fa-less{--fa:""}.fa-blogger-b{--fa:""}.fa-opencart{--fa:""}.fa-vine{--fa:""}.fa-signal-messenger{--fa:""}.fa-paypal{--fa:""}.fa-gitlab{--fa:""}.fa-typo3{--fa:""}.fa-reddit-alien{--fa:""}.fa-yahoo{--fa:""}.fa-dailymotion{--fa:""}.fa-affiliatetheme{--fa:""}.fa-pied-piper-pp{--fa:""}.fa-bootstrap{--fa:""}.fa-odnoklassniki{--fa:""}.fa-nfc-symbol{--fa:""}.fa-mintbit{--fa:""}.fa-ethereum{--fa:""}.fa-speaker-deck{--fa:""}.fa-creative-commons-nc-eu{--fa:""}.fa-patreon{--fa:""}.fa-avianex{--fa:""}.fa-ello{--fa:""}.fa-gofore{--fa:""}.fa-bimobject{--fa:""}.fa-brave-reverse{--fa:""}.fa-facebook-f{--fa:""}.fa-square-google-plus{--fa:""}.fa-google-plus-square{--fa:""}.fa-web-awesome{--fa:""}.fa-mandalorian{--fa:""}.fa-first-order-alt{--fa:""}.fa-osi{--fa:""}.fa-google-wallet{--fa:""}.fa-d-and-d-beyond{--fa:""}.fa-periscope{--fa:""}.fa-fulcrum{--fa:""}.fa-cloudscale{--fa:""}.fa-forumbee{--fa:""}.fa-mizuni{--fa:""}.fa-schlix{--fa:""}.fa-square-xing{--fa:""}.fa-xing-square{--fa:""}.fa-bandcamp{--fa:""}.fa-wpforms{--fa:""}.fa-cloudversify{--fa:""}.fa-usps{--fa:""}.fa-megaport{--fa:""}.fa-magento{--fa:""}.fa-spotify{--fa:""}.fa-optin-monster{--fa:""}.fa-fly{--fa:""}.fa-square-bluesky{--fa:""}.fa-aviato{--fa:""}.fa-itunes{--fa:""}.fa-cuttlefish{--fa:""}.fa-blogger{--fa:""}.fa-flickr{--fa:""}.fa-viber{--fa:""}.fa-soundcloud{--fa:""}.fa-digg{--fa:""}.fa-tencent-weibo{--fa:""}.fa-letterboxd{--fa:""}.fa-symfony{--fa:""}.fa-maxcdn{--fa:""}.fa-etsy{--fa:""}.fa-facebook-messenger{--fa:""}.fa-audible{--fa:""}.fa-think-peaks{--fa:""}.fa-bilibili{--fa:""}.fa-erlang{--fa:""}.fa-x-twitter{--fa:""}.fa-cotton-bureau{--fa:""}.fa-dashcube{--fa:""}.fa-42-group{--fa:""}.fa-innosoft{--fa:""}.fa-stack-exchange{--fa:""}.fa-elementor{--fa:""}.fa-square-pied-piper{--fa:""}.fa-pied-piper-square{--fa:""}.fa-creative-commons-nd{--fa:""}.fa-palfed{--fa:""}.fa-superpowers{--fa:""}.fa-resolving{--fa:""}.fa-xbox{--fa:""}.fa-square-web-awesome-stroke{--fa:""}.fa-searchengin{--fa:""}.fa-tiktok{--fa:""}.fa-square-facebook{--fa:""}.fa-facebook-square{--fa:""}.fa-renren{--fa:""}.fa-linux{--fa:""}.fa-glide{--fa:""}.fa-linkedin{--fa:""}.fa-hubspot{--fa:""}.fa-deploydog{--fa:""}.fa-twitch{--fa:""}.fa-flutter{--fa:""}.fa-ravelry{--fa:""}.fa-mixer{--fa:""}.fa-square-lastfm{--fa:""}.fa-lastfm-square{--fa:""}.fa-vimeo{--fa:""}.fa-mendeley{--fa:""}.fa-uniregistry{--fa:""}.fa-figma{--fa:""}.fa-creative-commons-remix{--fa:""}.fa-cc-amazon-pay{--fa:""}.fa-dropbox{--fa:""}.fa-instagram{--fa:""}.fa-cmplid{--fa:""}.fa-upwork{--fa:""}.fa-facebook{--fa:""}.fa-gripfire{--fa:""}.fa-jedi-order{--fa:""}.fa-uikit{--fa:""}.fa-fort-awesome-alt{--fa:""}.fa-phabricator{--fa:""}.fa-ussunnah{--fa:""}.fa-earlybirds{--fa:""}.fa-trade-federation{--fa:""}.fa-autoprefixer{--fa:""}.fa-whatsapp{--fa:""}.fa-square-upwork{--fa:""}.fa-slideshare{--fa:""}.fa-google-play{--fa:""}.fa-viadeo{--fa:""}.fa-line{--fa:""}.fa-google-drive{--fa:""}.fa-servicestack{--fa:""}.fa-simplybuilt{--fa:""}.fa-bitbucket{--fa:""}.fa-imdb{--fa:""}.fa-deezer{--fa:""}.fa-raspberry-pi{--fa:""}.fa-jira{--fa:""}.fa-docker{--fa:""}.fa-screenpal{--fa:""}.fa-bluetooth{--fa:""}.fa-gitter{--fa:""}.fa-d-and-d{--fa:""}.fa-microblog{--fa:""}.fa-cc-diners-club{--fa:""}.fa-gg-circle{--fa:""}.fa-pied-piper-hat{--fa:""}.fa-kickstarter-k{--fa:""}.fa-yandex{--fa:""}.fa-readme{--fa:""}.fa-html5{--fa:""}.fa-sellsy{--fa:""}.fa-square-web-awesome{--fa:""}.fa-sass{--fa:""}.fa-wirsindhandwerk{--fa:""}.fa-wsh{--fa:""}.fa-buromobelexperte{--fa:""}.fa-salesforce{--fa:""}.fa-octopus-deploy{--fa:""}.fa-medapps{--fa:""}.fa-ns8{--fa:""}.fa-pinterest-p{--fa:""}.fa-apper{--fa:""}.fa-fort-awesome{--fa:""}.fa-waze{--fa:""}.fa-bluesky{--fa:""}.fa-cc-jcb{--fa:""}.fa-snapchat{--fa:""}.fa-snapchat-ghost{--fa:""}.fa-fantasy-flight-games{--fa:""}.fa-rust{--fa:""}.fa-wix{--fa:""}.fa-square-behance{--fa:""}.fa-behance-square{--fa:""}.fa-supple{--fa:""}.fa-webflow{--fa:""}.fa-rebel{--fa:""}.fa-css3{--fa:""}.fa-staylinked{--fa:""}.fa-kaggle{--fa:""}.fa-space-awesome{--fa:""}.fa-deviantart{--fa:""}.fa-cpanel{--fa:""}.fa-goodreads-g{--fa:""}.fa-square-git{--fa:""}.fa-git-square{--fa:""}.fa-square-tumblr{--fa:""}.fa-tumblr-square{--fa:""}.fa-trello{--fa:""}.fa-creative-commons-nc-jp{--fa:""}.fa-get-pocket{--fa:""}.fa-perbyte{--fa:""}.fa-grunt{--fa:""}.fa-weebly{--fa:""}.fa-connectdevelop{--fa:""}.fa-leanpub{--fa:""}.fa-black-tie{--fa:""}.fa-themeco{--fa:""}.fa-python{--fa:""}.fa-android{--fa:""}.fa-bots{--fa:""}.fa-free-code-camp{--fa:""}.fa-hornbill{--fa:""}.fa-js{--fa:""}.fa-ideal{--fa:""}.fa-git{--fa:""}.fa-dev{--fa:""}.fa-sketch{--fa:""}.fa-yandex-international{--fa:""}.fa-cc-amex{--fa:""}.fa-uber{--fa:""}.fa-github{--fa:""}.fa-php{--fa:""}.fa-alipay{--fa:""}.fa-youtube{--fa:""}.fa-skyatlas{--fa:""}.fa-firefox-browser{--fa:""}.fa-replyd{--fa:""}.fa-suse{--fa:""}.fa-jenkins{--fa:""}.fa-twitter{--fa:""}.fa-rockrms{--fa:""}.fa-pinterest{--fa:""}.fa-buffer{--fa:""}.fa-npm{--fa:""}.fa-yammer{--fa:""}.fa-btc{--fa:""}.fa-dribbble{--fa:""}.fa-stumbleupon-circle{--fa:""}.fa-internet-explorer{--fa:""}.fa-stubber{--fa:""}.fa-telegram{--fa:""}.fa-telegram-plane{--fa:""}.fa-old-republic{--fa:""}.fa-odysee{--fa:""}.fa-square-whatsapp{--fa:""}.fa-whatsapp-square{--fa:""}.fa-node-js{--fa:""}.fa-edge-legacy{--fa:""}.fa-slack{--fa:""}.fa-slack-hash{--fa:""}.fa-medrt{--fa:""}.fa-usb{--fa:""}.fa-tumblr{--fa:""}.fa-vaadin{--fa:""}.fa-quora{--fa:""}.fa-square-x-twitter{--fa:""}.fa-reacteurope{--fa:""}.fa-medium{--fa:""}.fa-medium-m{--fa:""}.fa-amilia{--fa:""}.fa-mixcloud{--fa:""}.fa-flipboard{--fa:""}.fa-viacoin{--fa:""}.fa-critical-role{--fa:""}.fa-sitrox{--fa:""}.fa-discourse{--fa:""}.fa-joomla{--fa:""}.fa-mastodon{--fa:""}.fa-airbnb{--fa:""}.fa-wolf-pack-battalion{--fa:""}.fa-buy-n-large{--fa:""}.fa-gulp{--fa:""}.fa-creative-commons-sampling-plus{--fa:""}.fa-strava{--fa:""}.fa-ember{--fa:""}.fa-canadian-maple-leaf{--fa:""}.fa-teamspeak{--fa:""}.fa-pushed{--fa:""}.fa-wordpress-simple{--fa:""}.fa-nutritionix{--fa:""}.fa-wodu{--fa:""}.fa-google-pay{--fa:""}.fa-intercom{--fa:""}.fa-zhihu{--fa:""}.fa-korvue{--fa:""}.fa-pix{--fa:""}.fa-steam-symbol{--fa:""}/*# sourceMappingURL=brands.css.map */