@nationalarchives/frontend 0.22.0 → 0.23.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 (106) 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/all.js +1 -1
  6. package/nationalarchives/all.js.map +1 -1
  7. package/nationalarchives/analytics.js +1 -1
  8. package/nationalarchives/analytics.js.map +1 -1
  9. package/nationalarchives/analytics.mjs +12 -4
  10. package/nationalarchives/assets/fonts/fa-brands-400.woff2 +0 -0
  11. package/nationalarchives/assets/fonts/fa-solid-900.woff2 +0 -0
  12. package/nationalarchives/components/accordion/accordion.js +1 -1
  13. package/nationalarchives/components/accordion/accordion.js.map +1 -1
  14. package/nationalarchives/components/accordion/accordion.mjs +1 -1
  15. package/nationalarchives/components/accordion/fixtures.json +26 -7
  16. package/nationalarchives/components/accordion/macro-options.json +9 -2
  17. package/nationalarchives/components/accordion/template.njk +2 -2
  18. package/nationalarchives/components/breadcrumbs/breadcrumbs.js +1 -1
  19. package/nationalarchives/components/breadcrumbs/breadcrumbs.js.map +1 -1
  20. package/nationalarchives/components/breadcrumbs/breadcrumbs.mjs +1 -0
  21. package/nationalarchives/components/card/card.css +1 -1
  22. package/nationalarchives/components/card/card.css.map +1 -1
  23. package/nationalarchives/components/card/card.scss +10 -4
  24. package/nationalarchives/components/cookie-banner/cookie-banner.js +1 -1
  25. package/nationalarchives/components/cookie-banner/cookie-banner.js.map +1 -1
  26. package/nationalarchives/components/cookie-banner/cookie-banner.mjs +1 -1
  27. package/nationalarchives/components/date-input/date-input.css +1 -1
  28. package/nationalarchives/components/date-input/date-input.css.map +1 -1
  29. package/nationalarchives/components/date-input/date-input.js +1 -1
  30. package/nationalarchives/components/date-input/date-input.js.map +1 -1
  31. package/nationalarchives/components/date-input/date-input.scss +4 -0
  32. package/nationalarchives/components/error-summary/error-summary.js +1 -1
  33. package/nationalarchives/components/error-summary/error-summary.js.map +1 -1
  34. package/nationalarchives/components/file-input/file-input.css.map +1 -1
  35. package/nationalarchives/components/file-input/file-input.js +1 -1
  36. package/nationalarchives/components/file-input/file-input.js.map +1 -1
  37. package/nationalarchives/components/file-input/file-input.scss +3 -3
  38. package/nationalarchives/components/footer/fixtures.json +3 -3
  39. package/nationalarchives/components/footer/footer.js +1 -1
  40. package/nationalarchives/components/footer/footer.js.map +1 -1
  41. package/nationalarchives/components/footer/template.njk +1 -1
  42. package/nationalarchives/components/gallery/gallery.css +1 -1
  43. package/nationalarchives/components/gallery/gallery.css.map +1 -1
  44. package/nationalarchives/components/gallery/gallery.js +1 -1
  45. package/nationalarchives/components/gallery/gallery.js.map +1 -1
  46. package/nationalarchives/components/gallery/gallery.scss +2 -2
  47. package/nationalarchives/components/global-header/global-header.js +1 -1
  48. package/nationalarchives/components/global-header/global-header.js.map +1 -1
  49. package/nationalarchives/components/header/header.js +1 -1
  50. package/nationalarchives/components/header/header.js.map +1 -1
  51. package/nationalarchives/components/hero/fixtures.json +7 -7
  52. package/nationalarchives/components/hero/hero.css +1 -1
  53. package/nationalarchives/components/hero/hero.css.map +1 -1
  54. package/nationalarchives/components/hero/hero.scss +20 -24
  55. package/nationalarchives/components/hero/template.njk +3 -3
  56. package/nationalarchives/components/picture/picture.css.map +1 -1
  57. package/nationalarchives/components/picture/picture.js +1 -1
  58. package/nationalarchives/components/picture/picture.js.map +1 -1
  59. package/nationalarchives/components/picture/picture.scss +2 -3
  60. package/nationalarchives/components/skip-link/skip-link.js +1 -1
  61. package/nationalarchives/components/skip-link/skip-link.js.map +1 -1
  62. package/nationalarchives/components/tabs/tabs.js +1 -1
  63. package/nationalarchives/components/tabs/tabs.js.map +1 -1
  64. package/nationalarchives/components/text-input/text-input.js +1 -1
  65. package/nationalarchives/components/text-input/text-input.js.map +1 -1
  66. package/nationalarchives/font-awesome.css +9 -9
  67. package/nationalarchives/font-awesome.css.map +1 -1
  68. package/nationalarchives/font-awesome.scss +6 -5
  69. package/nationalarchives/lib/analytics-helpers.mjs +9 -13
  70. package/nationalarchives/lib/cookies.mjs +69 -14
  71. package/nationalarchives/lib/font-awesome/_animated.scss +93 -98
  72. package/nationalarchives/lib/font-awesome/_bordered.scss +27 -0
  73. package/nationalarchives/lib/font-awesome/_core.scss +20 -40
  74. package/nationalarchives/lib/font-awesome/_fa.scss +3 -0
  75. package/nationalarchives/lib/font-awesome/_functions.scss +3 -52
  76. package/nationalarchives/lib/font-awesome/_icons.scss +6 -4
  77. package/nationalarchives/lib/font-awesome/_list.scss +9 -6
  78. package/nationalarchives/lib/font-awesome/_mixins.scss +23 -60
  79. package/nationalarchives/lib/font-awesome/_pulled.scss +15 -0
  80. package/nationalarchives/lib/font-awesome/_rotated-flipped.scss +10 -9
  81. package/nationalarchives/lib/font-awesome/_shims.scss +1255 -1250
  82. package/nationalarchives/lib/font-awesome/_sizing.scss +6 -4
  83. package/nationalarchives/lib/font-awesome/_stacked.scss +11 -10
  84. package/nationalarchives/lib/font-awesome/_variables.scss +5110 -5025
  85. package/nationalarchives/lib/font-awesome/_widths.scss +12 -0
  86. package/nationalarchives/lib/font-awesome/brands.css +3 -3
  87. package/nationalarchives/lib/font-awesome/brands.css.map +1 -1
  88. package/nationalarchives/lib/font-awesome/brands.scss +29 -16
  89. package/nationalarchives/lib/font-awesome/fontawesome.css +3 -3
  90. package/nationalarchives/lib/font-awesome/fontawesome.css.map +1 -1
  91. package/nationalarchives/lib/font-awesome/fontawesome.scss +12 -15
  92. package/nationalarchives/lib/font-awesome/solid.css +3 -3
  93. package/nationalarchives/lib/font-awesome/solid.css.map +1 -1
  94. package/nationalarchives/lib/font-awesome/solid.scss +39 -14
  95. package/nationalarchives/lib/font-awesome/v4-shims.css +3 -3
  96. package/nationalarchives/lib/font-awesome/v4-shims.css.map +1 -1
  97. package/nationalarchives/lib/font-awesome/v4-shims.scss +5 -5
  98. package/nationalarchives/prototype-kit.css +1 -1
  99. package/nationalarchives/prototype-kit.css.map +1 -1
  100. package/nationalarchives/templates/fixtures.json +6 -6
  101. package/nationalarchives/tools/_index.scss +1 -0
  102. package/nationalarchives/tools/_shadows.scss +5 -0
  103. package/nationalarchives/utilities/lists/_index.scss +0 -1
  104. package/package.json +2 -2
  105. package/nationalarchives/assets/fonts/fa-brands-400.ttf +0 -0
  106. package/nationalarchives/assets/fonts/fa-solid-900.ttf +0 -0
@@ -1,28 +1,53 @@
1
1
  /*!
2
- * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
2
+ * Font Awesome Free 7.0.0 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 2024 Fonticons, Inc.
4
+ * Copyright 2025 Fonticons, Inc.
5
5
  */
6
- @import "functions";
7
- @import "variables";
6
+ @use "sass:string";
7
+ @use "variables" as v;
8
+ @use "mixins" as m;
8
9
 
9
10
  :root,
10
11
  :host {
11
- --#{$fa-css-prefix}-style-family-classic: "#{ $fa-style-family }";
12
- --#{$fa-css-prefix}-font-solid: normal 900 1em/1 "#{ $fa-style-family }";
12
+ --#{v.$css-prefix}-family-classic: "#{ v.$family }";
13
+ --#{v.$css-prefix}-font-solid: normal 900 1em/1
14
+ var(--#{v.$css-prefix}-family-classic);
15
+
16
+ /* deprecated: this older custom property will be removed next major release */
17
+ --#{v.$css-prefix}-style-family-classic: var(
18
+ --#{v.$css-prefix}-family-classic
19
+ );
13
20
  }
14
21
 
15
22
  @font-face {
16
- font-family: "Font Awesome 6 Free";
23
+ font-family: "Font Awesome 7 Free";
17
24
  font-style: normal;
18
25
  font-weight: 900;
19
- font-display: $fa-font-display;
20
- src:
21
- url("#{$fa-font-path}/fa-solid-900.woff2") format("woff2"),
22
- url("#{$fa-font-path}/fa-solid-900.ttf") format("truetype");
26
+ font-display: v.$font-display;
27
+ src: url("#{v.$font-path}/fa-solid-900.woff2");
23
28
  }
24
29
 
25
- .fas,
26
- .#{$fa-css-prefix}-solid {
27
- font-weight: 900;
30
+ .fas {
31
+ --#{v.$css-prefix}-family: var(--#{v.$css-prefix}-family-classic);
32
+ --#{v.$css-prefix}-style: 900;
33
+ }
34
+
35
+ .#{v.$css-prefix}-classic {
36
+ --#{v.$css-prefix}-family: var(--#{v.$css-prefix}-family-classic);
37
+ }
38
+
39
+ .#{v.$css-prefix}-solid {
40
+ --#{v.$css-prefix}-style: 900;
41
+ }
42
+
43
+ // convenience mixin for declaring pseudo-elements by CSS variable,
44
+ // including all style-specific font properties and ::before elements.
45
+ @mixin icon($var) {
46
+ @include m.fa-icon(Font Awesome 7 Free);
47
+ @extend .#{v.$css-prefix}-solid;
48
+ @extend .#{v.$css-prefix}-classic;
49
+
50
+ &::before {
51
+ content: string.unquote('"#{ $var }"');
52
+ }
28
53
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
2
+ * Font Awesome Free 7.0.0 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 2024 Fonticons, Inc.
5
- */.fa.fa-glass{--fa:""}.fa.fa-envelope-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-o{--fa:""}.fa.fa-star-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-o{--fa:""}.fa.fa-remove{--fa:""}.fa.fa-close{--fa:""}.fa.fa-gear{--fa:""}.fa.fa-trash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-trash-o{--fa:""}.fa.fa-home{--fa:""}.fa.fa-file-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-o{--fa:""}.fa.fa-clock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-clock-o{--fa:""}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-down{--fa:""}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-up{--fa:""}.fa.fa-play-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-play-circle-o{--fa:""}.fa.fa-repeat{--fa:""}.fa.fa-rotate-right{--fa:""}.fa.fa-refresh{--fa:""}.fa.fa-list-alt{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-list-alt{--fa:""}.fa.fa-dedent{--fa:""}.fa.fa-video-camera{--fa:""}.fa.fa-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-picture-o{--fa:""}.fa.fa-photo{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-photo{--fa:""}.fa.fa-image{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-image{--fa:""}.fa.fa-map-marker{--fa:""}.fa.fa-pencil-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pencil-square-o{--fa:""}.fa.fa-edit{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-edit{--fa:""}.fa.fa-share-square-o{--fa:""}.fa.fa-check-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-square-o{--fa:""}.fa.fa-arrows{--fa:""}.fa.fa-times-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-circle-o{--fa:""}.fa.fa-check-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-circle-o{--fa:""}.fa.fa-mail-forward{--fa:""}.fa.fa-expand{--fa:""}.fa.fa-compress{--fa:""}.fa.fa-eye{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-eye-slash{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-warning{--fa:""}.fa.fa-calendar{--fa:""}.fa.fa-arrows-v{--fa:""}.fa.fa-arrows-h{--fa:""}.fa.fa-bar-chart{--fa:""}.fa.fa-bar-chart-o{--fa:""}.fa.fa-twitter-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-twitter-square{--fa:""}.fa.fa-facebook-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-square{--fa:""}.fa.fa-gears{--fa:""}.fa.fa-thumbs-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-up{--fa:""}.fa.fa-thumbs-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-down{--fa:""}.fa.fa-heart-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-heart-o{--fa:""}.fa.fa-sign-out{--fa:""}.fa.fa-linkedin-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin-square{--fa:""}.fa.fa-thumb-tack{--fa:""}.fa.fa-external-link{--fa:""}.fa.fa-sign-in{--fa:""}.fa.fa-github-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-github-square{--fa:""}.fa.fa-lemon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lemon-o{--fa:""}.fa.fa-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-square-o{--fa:""}.fa.fa-bookmark-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bookmark-o{--fa:""}.fa.fa-twitter{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook{--fa:""}.fa.fa-facebook-f{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-f{--fa:""}.fa.fa-github{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-feed{--fa:""}.fa.fa-hdd-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hdd-o{--fa:""}.fa.fa-hand-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-right{--fa:""}.fa.fa-hand-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-left{--fa:""}.fa.fa-hand-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-up{--fa:""}.fa.fa-hand-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-down{--fa:""}.fa.fa-globe{--fa:""}.fa.fa-tasks{--fa:""}.fa.fa-arrows-alt{--fa:""}.fa.fa-group{--fa:""}.fa.fa-chain{--fa:""}.fa.fa-cut{--fa:""}.fa.fa-files-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-files-o{--fa:""}.fa.fa-floppy-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-floppy-o{--fa:""}.fa.fa-save{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-save{--fa:""}.fa.fa-navicon{--fa:""}.fa.fa-reorder{--fa:""}.fa.fa-magic{--fa:""}.fa.fa-pinterest{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pinterest-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pinterest-square{--fa:""}.fa.fa-google-plus-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-square{--fa:""}.fa.fa-google-plus{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus{--fa:""}.fa.fa-money{--fa:""}.fa.fa-unsorted{--fa:""}.fa.fa-sort-desc{--fa:""}.fa.fa-sort-asc{--fa:""}.fa.fa-linkedin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin{--fa:""}.fa.fa-rotate-left{--fa:""}.fa.fa-legal{--fa:""}.fa.fa-tachometer{--fa:""}.fa.fa-dashboard{--fa:""}.fa.fa-comment-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comment-o{--fa:""}.fa.fa-comments-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comments-o{--fa:""}.fa.fa-flash{--fa:""}.fa.fa-clipboard{--fa:""}.fa.fa-lightbulb-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lightbulb-o{--fa:""}.fa.fa-exchange{--fa:""}.fa.fa-cloud-download{--fa:""}.fa.fa-cloud-upload{--fa:""}.fa.fa-bell-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-o{--fa:""}.fa.fa-cutlery{--fa:""}.fa.fa-file-text-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-text-o{--fa:""}.fa.fa-building-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-building-o{--fa:""}.fa.fa-hospital-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hospital-o{--fa:""}.fa.fa-tablet{--fa:""}.fa.fa-mobile{--fa:""}.fa.fa-mobile-phone{--fa:""}.fa.fa-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-o{--fa:""}.fa.fa-mail-reply{--fa:""}.fa.fa-github-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-o{--fa:""}.fa.fa-folder-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-open-o{--fa:""}.fa.fa-smile-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-smile-o{--fa:""}.fa.fa-frown-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-frown-o{--fa:""}.fa.fa-meh-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-meh-o{--fa:""}.fa.fa-keyboard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-keyboard-o{--fa:""}.fa.fa-flag-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-flag-o{--fa:""}.fa.fa-mail-reply-all{--fa:""}.fa.fa-star-half-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-o{--fa:""}.fa.fa-star-half-empty{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-empty{--fa:""}.fa.fa-star-half-full{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-full{--fa:""}.fa.fa-code-fork{--fa:""}.fa.fa-chain-broken{--fa:""}.fa.fa-unlink{--fa:""}.fa.fa-calendar-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-o{--fa:""}.fa.fa-maxcdn{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-html5{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-css3{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-unlock-alt{--fa:""}.fa.fa-minus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-minus-square-o{--fa:""}.fa.fa-level-up{--fa:""}.fa.fa-level-down{--fa:""}.fa.fa-pencil-square{--fa:""}.fa.fa-external-link-square{--fa:""}.fa.fa-compass{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down{--fa:""}.fa.fa-toggle-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-down{--fa:""}.fa.fa-caret-square-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-up{--fa:""}.fa.fa-toggle-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-up{--fa:""}.fa.fa-caret-square-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-right{--fa:""}.fa.fa-toggle-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-right{--fa:""}.fa.fa-eur{--fa:""}.fa.fa-euro{--fa:""}.fa.fa-gbp{--fa:""}.fa.fa-usd{--fa:"\$"}.fa.fa-dollar{--fa:"\$"}.fa.fa-inr{--fa:""}.fa.fa-rupee{--fa:""}.fa.fa-jpy{--fa:""}.fa.fa-cny{--fa:""}.fa.fa-rmb{--fa:""}.fa.fa-yen{--fa:""}.fa.fa-rub{--fa:""}.fa.fa-ruble{--fa:""}.fa.fa-rouble{--fa:""}.fa.fa-krw{--fa:""}.fa.fa-won{--fa:""}.fa.fa-btc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitcoin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitcoin{--fa:""}.fa.fa-file-text{--fa:""}.fa.fa-sort-alpha-asc{--fa:""}.fa.fa-sort-alpha-desc{--fa:""}.fa.fa-sort-amount-asc{--fa:""}.fa.fa-sort-amount-desc{--fa:""}.fa.fa-sort-numeric-asc{--fa:""}.fa.fa-sort-numeric-desc{--fa:""}.fa.fa-youtube-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-square{--fa:""}.fa.fa-youtube{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-xing{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-xing-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-xing-square{--fa:""}.fa.fa-youtube-play{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-play{--fa:""}.fa.fa-dropbox{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-stack-overflow{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-instagram{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-flickr{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-adn{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitbucket{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitbucket-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitbucket-square{--fa:""}.fa.fa-tumblr{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-tumblr-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-tumblr-square{--fa:""}.fa.fa-long-arrow-down{--fa:""}.fa.fa-long-arrow-up{--fa:""}.fa.fa-long-arrow-left{--fa:""}.fa.fa-long-arrow-right{--fa:""}.fa.fa-apple{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-windows{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-android{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linux{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-dribbble{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-skype{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-foursquare{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-trello{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gratipay{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gittip{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gittip{--fa:""}.fa.fa-sun-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sun-o{--fa:""}.fa.fa-moon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-moon-o{--fa:""}.fa.fa-vk{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-weibo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-renren{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pagelines{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-stack-exchange{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-right{--fa:""}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-left{--fa:""}.fa.fa-caret-square-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-left{--fa:""}.fa.fa-toggle-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-left{--fa:""}.fa.fa-dot-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-dot-circle-o{--fa:""}.fa.fa-vimeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo-square{--fa:""}.fa.fa-try{--fa:""}.fa.fa-turkish-lira{--fa:""}.fa.fa-plus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-plus-square-o{--fa:""}.fa.fa-slack{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wordpress{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-openid{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-institution{--fa:""}.fa.fa-bank{--fa:""}.fa.fa-mortar-board{--fa:""}.fa.fa-yahoo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-reddit{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-reddit-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-reddit-square{--fa:""}.fa.fa-stumbleupon-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-stumbleupon{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-delicious{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-digg{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pied-piper-pp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pied-piper-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-drupal{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-joomla{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-behance{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-behance-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-behance-square{--fa:""}.fa.fa-steam{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-steam-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-steam-square{--fa:""}.fa.fa-automobile{--fa:""}.fa.fa-cab{--fa:""}.fa.fa-spotify{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-deviantart{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-soundcloud{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-pdf-o{--fa:""}.fa.fa-file-word-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-word-o{--fa:""}.fa.fa-file-excel-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-excel-o{--fa:""}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-powerpoint-o{--fa:""}.fa.fa-file-image-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-image-o{--fa:""}.fa.fa-file-photo-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-photo-o{--fa:""}.fa.fa-file-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-picture-o{--fa:""}.fa.fa-file-archive-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-archive-o{--fa:""}.fa.fa-file-zip-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-zip-o{--fa:""}.fa.fa-file-audio-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-audio-o{--fa:""}.fa.fa-file-sound-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-sound-o{--fa:""}.fa.fa-file-video-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-video-o{--fa:""}.fa.fa-file-movie-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-movie-o{--fa:""}.fa.fa-file-code-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-code-o{--fa:""}.fa.fa-vine{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-codepen{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-jsfiddle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-life-bouy{--fa:""}.fa.fa-life-buoy{--fa:""}.fa.fa-life-saver{--fa:""}.fa.fa-support{--fa:""}.fa.fa-circle-o-notch{--fa:""}.fa.fa-rebel{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ra{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ra{--fa:""}.fa.fa-resistance{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-resistance{--fa:""}.fa.fa-empire{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ge{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ge{--fa:""}.fa.fa-git-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-git-square{--fa:""}.fa.fa-git{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-hacker-news{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-y-combinator-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-y-combinator-square{--fa:""}.fa.fa-yc-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc-square{--fa:""}.fa.fa-tencent-weibo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-qq{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-weixin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wechat{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wechat{--fa:""}.fa.fa-send{--fa:""}.fa.fa-paper-plane-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-paper-plane-o{--fa:""}.fa.fa-send-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-send-o{--fa:""}.fa.fa-circle-thin{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-thin{--fa:""}.fa.fa-header{--fa:""}.fa.fa-futbol-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-futbol-o{--fa:""}.fa.fa-soccer-ball-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-soccer-ball-o{--fa:""}.fa.fa-slideshare{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-twitch{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yelp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-newspaper-o{--fa:""}.fa.fa-paypal{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-wallet{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc-visa{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc-mastercard{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc-discover{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc-amex{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc-paypal{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc-stripe{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-slash-o{--fa:""}.fa.fa-trash{--fa:""}.fa.fa-copyright{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-eyedropper{--fa:""}.fa.fa-area-chart{--fa:""}.fa.fa-pie-chart{--fa:""}.fa.fa-line-chart{--fa:""}.fa.fa-lastfm{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-lastfm-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-lastfm-square{--fa:""}.fa.fa-ioxhost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-angellist{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-cc{--fa:""}.fa.fa-ils{--fa:""}.fa.fa-shekel{--fa:""}.fa.fa-sheqel{--fa:""}.fa.fa-buysellads{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-connectdevelop{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-dashcube{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-forumbee{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-leanpub{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-sellsy{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-shirtsinbulk{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-simplybuilt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-skyatlas{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-diamond{--fa:""}.fa.fa-transgender{--fa:""}.fa.fa-intersex{--fa:""}.fa.fa-transgender-alt{--fa:""}.fa.fa-facebook-official{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-official{--fa:""}.fa.fa-pinterest-p{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-whatsapp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-hotel{--fa:""}.fa.fa-viacoin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-medium{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-y-combinator{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc{--fa:""}.fa.fa-optin-monster{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-opencart{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-expeditedssl{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-battery-4{--fa:""}.fa.fa-battery{--fa:""}.fa.fa-battery-3{--fa:""}.fa.fa-battery-2{--fa:""}.fa.fa-battery-1{--fa:""}.fa.fa-battery-0{--fa:""}.fa.fa-object-group{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-object-ungroup{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sticky-note-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sticky-note-o{--fa:""}.fa.fa-cc-jcb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc-diners-club{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-clone{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hourglass-o{--fa:""}.fa.fa-hourglass-1{--fa:""}.fa.fa-hourglass-2{--fa:""}.fa.fa-hourglass-3{--fa:""}.fa.fa-hand-rock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-rock-o{--fa:""}.fa.fa-hand-grab-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-grab-o{--fa:""}.fa.fa-hand-paper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-paper-o{--fa:""}.fa.fa-hand-stop-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-stop-o{--fa:""}.fa.fa-hand-scissors-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-scissors-o{--fa:""}.fa.fa-hand-lizard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-lizard-o{--fa:""}.fa.fa-hand-spock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-spock-o{--fa:""}.fa.fa-hand-pointer-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-pointer-o{--fa:""}.fa.fa-hand-peace-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-peace-o{--fa:""}.fa.fa-registered{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-creative-commons{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gg{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gg-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-odnoklassniki{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-odnoklassniki-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-odnoklassniki-square{--fa:""}.fa.fa-get-pocket{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wikipedia-w{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-safari{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-chrome{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-firefox{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-opera{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-internet-explorer{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-television{--fa:""}.fa.fa-contao{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-500px{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-amazon{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-plus-o{--fa:""}.fa.fa-calendar-minus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-minus-o{--fa:""}.fa.fa-calendar-times-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-times-o{--fa:""}.fa.fa-calendar-check-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-check-o{--fa:""}.fa.fa-map-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-map-o{--fa:""}.fa.fa-commenting{--fa:""}.fa.fa-commenting-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-commenting-o{--fa:""}.fa.fa-houzz{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo{--fa:""}.fa.fa-black-tie{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-fonticons{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-reddit-alien{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-edge{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card-alt{--fa:""}.fa.fa-codiepie{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-modx{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-fort-awesome{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-usb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-product-hunt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-mixcloud{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-scribd{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pause-circle-o{--fa:""}.fa.fa-stop-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-stop-circle-o{--fa:""}.fa.fa-bluetooth{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bluetooth-b{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gitlab{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wpbeginner{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wpforms{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-envira{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wheelchair-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wheelchair-alt{--fa:""}.fa.fa-question-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-question-circle-o{--fa:""}.fa.fa-volume-control-phone{--fa:""}.fa.fa-asl-interpreting{--fa:""}.fa.fa-deafness{--fa:""}.fa.fa-hard-of-hearing{--fa:""}.fa.fa-glide{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-glide-g{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-signing{--fa:""}.fa.fa-viadeo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-viadeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-viadeo-square{--fa:""}.fa.fa-snapchat{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-ghost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-ghost{--fa:""}.fa.fa-snapchat-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-square{--fa:""}.fa.fa-pied-piper{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-first-order{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yoast{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-themeisle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-official{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-official{--fa:""}.fa.fa-google-plus-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-circle{--fa:""}.fa.fa-font-awesome{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-fa{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-fa{--fa:""}.fa.fa-handshake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-handshake-o{--fa:""}.fa.fa-envelope-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-open-o{--fa:""}.fa.fa-linode{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-book-o{--fa:""}.fa.fa-vcard{--fa:""}.fa.fa-address-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-card-o{--fa:""}.fa.fa-vcard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vcard-o{--fa:""}.fa.fa-user-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-circle-o{--fa:""}.fa.fa-user-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-o{--fa:""}.fa.fa-id-badge{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license{--fa:""}.fa.fa-id-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-id-card-o{--fa:""}.fa.fa-drivers-license-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license-o{--fa:""}.fa.fa-quora{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-free-code-camp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-telegram{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-thermometer-4{--fa:""}.fa.fa-thermometer{--fa:""}.fa.fa-thermometer-3{--fa:""}.fa.fa-thermometer-2{--fa:""}.fa.fa-thermometer-1{--fa:""}.fa.fa-thermometer-0{--fa:""}.fa.fa-bathtub{--fa:""}.fa.fa-s15{--fa:""}.fa.fa-window-maximize{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-window-restore{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle{--fa:""}.fa.fa-window-close-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-window-close-o{--fa:""}.fa.fa-times-rectangle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle-o{--fa:""}.fa.fa-bandcamp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-grav{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-etsy{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-imdb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ravelry{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-eercast{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-eercast{--fa:""}.fa.fa-snowflake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-snowflake-o{--fa:""}.fa.fa-superpowers{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wpexplorer{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-meetup{font-family:"Font Awesome 6 Brands";font-weight:400}/*# sourceMappingURL=v4-shims.css.map */
4
+ * Copyright 2025 Fonticons, Inc.
5
+ */.fa.fa-glass{--fa:""}.fa.fa-envelope-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-envelope-o{--fa:""}.fa.fa-star-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-star-o{--fa:""}.fa.fa-remove{--fa:""}.fa.fa-close{--fa:""}.fa.fa-gear{--fa:""}.fa.fa-trash-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-trash-o{--fa:""}.fa.fa-home{--fa:""}.fa.fa-file-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-file-o{--fa:""}.fa.fa-clock-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-clock-o{--fa:""}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-arrow-circle-o-down{--fa:""}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-arrow-circle-o-up{--fa:""}.fa.fa-play-circle-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-play-circle-o{--fa:""}.fa.fa-repeat{--fa:""}.fa.fa-rotate-right{--fa:""}.fa.fa-refresh{--fa:""}.fa.fa-list-alt{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-list-alt{--fa:""}.fa.fa-dedent{--fa:""}.fa.fa-video-camera{--fa:""}.fa.fa-picture-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-picture-o{--fa:""}.fa.fa-photo{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-photo{--fa:""}.fa.fa-image{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-image{--fa:""}.fa.fa-map-marker{--fa:""}.fa.fa-pencil-square-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-pencil-square-o{--fa:""}.fa.fa-edit{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-edit{--fa:""}.fa.fa-share-square-o{--fa:""}.fa.fa-check-square-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-check-square-o{--fa:""}.fa.fa-arrows{--fa:""}.fa.fa-times-circle-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-times-circle-o{--fa:""}.fa.fa-check-circle-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-check-circle-o{--fa:""}.fa.fa-mail-forward{--fa:""}.fa.fa-expand{--fa:""}.fa.fa-compress{--fa:""}.fa.fa-eye{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-eye-slash{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-warning{--fa:""}.fa.fa-calendar{--fa:""}.fa.fa-arrows-v{--fa:""}.fa.fa-arrows-h{--fa:""}.fa.fa-bar-chart{--fa:""}.fa.fa-bar-chart-o{--fa:""}.fa.fa-twitter-square{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-twitter-square{--fa:""}.fa.fa-facebook-square{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-facebook-square{--fa:""}.fa.fa-gears{--fa:""}.fa.fa-thumbs-o-up{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-thumbs-o-up{--fa:""}.fa.fa-thumbs-o-down{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-thumbs-o-down{--fa:""}.fa.fa-heart-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-heart-o{--fa:""}.fa.fa-sign-out{--fa:""}.fa.fa-linkedin-square{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-linkedin-square{--fa:""}.fa.fa-thumb-tack{--fa:""}.fa.fa-external-link{--fa:""}.fa.fa-sign-in{--fa:""}.fa.fa-github-square{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-github-square{--fa:""}.fa.fa-lemon-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-lemon-o{--fa:""}.fa.fa-square-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-square-o{--fa:""}.fa.fa-bookmark-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-bookmark-o{--fa:""}.fa.fa-twitter{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-facebook{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-facebook{--fa:""}.fa.fa-facebook-f{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-facebook-f{--fa:""}.fa.fa-github{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-feed{--fa:""}.fa.fa-hdd-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-hdd-o{--fa:""}.fa.fa-hand-o-right{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-hand-o-right{--fa:""}.fa.fa-hand-o-left{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-hand-o-left{--fa:""}.fa.fa-hand-o-up{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-hand-o-up{--fa:""}.fa.fa-hand-o-down{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-hand-o-down{--fa:""}.fa.fa-globe{--fa:""}.fa.fa-tasks{--fa:""}.fa.fa-arrows-alt{--fa:""}.fa.fa-group{--fa:""}.fa.fa-chain{--fa:""}.fa.fa-cut{--fa:""}.fa.fa-files-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-files-o{--fa:""}.fa.fa-floppy-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-floppy-o{--fa:""}.fa.fa-save{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-save{--fa:""}.fa.fa-navicon{--fa:""}.fa.fa-reorder{--fa:""}.fa.fa-magic{--fa:""}.fa.fa-pinterest{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-pinterest-square{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-pinterest-square{--fa:""}.fa.fa-google-plus-square{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-google-plus-square{--fa:""}.fa.fa-google-plus{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-google-plus{--fa:""}.fa.fa-money{--fa:""}.fa.fa-unsorted{--fa:""}.fa.fa-sort-desc{--fa:""}.fa.fa-sort-asc{--fa:""}.fa.fa-linkedin{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-linkedin{--fa:""}.fa.fa-rotate-left{--fa:""}.fa.fa-legal{--fa:""}.fa.fa-tachometer{--fa:""}.fa.fa-dashboard{--fa:""}.fa.fa-comment-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-comment-o{--fa:""}.fa.fa-comments-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-comments-o{--fa:""}.fa.fa-flash{--fa:""}.fa.fa-clipboard{--fa:""}.fa.fa-lightbulb-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-lightbulb-o{--fa:""}.fa.fa-exchange{--fa:""}.fa.fa-cloud-download{--fa:""}.fa.fa-cloud-upload{--fa:""}.fa.fa-bell-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-bell-o{--fa:""}.fa.fa-cutlery{--fa:""}.fa.fa-file-text-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-file-text-o{--fa:""}.fa.fa-building-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-building-o{--fa:""}.fa.fa-hospital-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-hospital-o{--fa:""}.fa.fa-tablet{--fa:""}.fa.fa-mobile{--fa:""}.fa.fa-mobile-phone{--fa:""}.fa.fa-circle-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-circle-o{--fa:""}.fa.fa-mail-reply{--fa:""}.fa.fa-github-alt{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-folder-o{--fa:""}.fa.fa-folder-open-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-folder-open-o{--fa:""}.fa.fa-smile-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-smile-o{--fa:""}.fa.fa-frown-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-frown-o{--fa:""}.fa.fa-meh-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-meh-o{--fa:""}.fa.fa-keyboard-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-keyboard-o{--fa:""}.fa.fa-flag-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-flag-o{--fa:""}.fa.fa-mail-reply-all{--fa:""}.fa.fa-star-half-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-star-half-o{--fa:""}.fa.fa-star-half-empty{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-star-half-empty{--fa:""}.fa.fa-star-half-full{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-star-half-full{--fa:""}.fa.fa-code-fork{--fa:""}.fa.fa-chain-broken{--fa:""}.fa.fa-unlink{--fa:""}.fa.fa-calendar-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-calendar-o{--fa:""}.fa.fa-maxcdn{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-html5{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-css3{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-unlock-alt{--fa:""}.fa.fa-minus-square-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-minus-square-o{--fa:""}.fa.fa-level-up{--fa:""}.fa.fa-level-down{--fa:""}.fa.fa-pencil-square{--fa:""}.fa.fa-external-link-square{--fa:""}.fa.fa-compass{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-caret-square-o-down{--fa:""}.fa.fa-toggle-down{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-toggle-down{--fa:""}.fa.fa-caret-square-o-up{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-caret-square-o-up{--fa:""}.fa.fa-toggle-up{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-toggle-up{--fa:""}.fa.fa-caret-square-o-right{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-caret-square-o-right{--fa:""}.fa.fa-toggle-right{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-toggle-right{--fa:""}.fa.fa-eur{--fa:""}.fa.fa-euro{--fa:""}.fa.fa-gbp{--fa:""}.fa.fa-usd{--fa:"\$"}.fa.fa-dollar{--fa:"\$"}.fa.fa-inr{--fa:""}.fa.fa-rupee{--fa:""}.fa.fa-jpy{--fa:""}.fa.fa-cny{--fa:""}.fa.fa-rmb{--fa:""}.fa.fa-yen{--fa:""}.fa.fa-rub{--fa:""}.fa.fa-ruble{--fa:""}.fa.fa-rouble{--fa:""}.fa.fa-krw{--fa:""}.fa.fa-won{--fa:""}.fa.fa-btc{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-bitcoin{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-bitcoin{--fa:""}.fa.fa-file-text{--fa:""}.fa.fa-sort-alpha-asc{--fa:""}.fa.fa-sort-alpha-desc{--fa:""}.fa.fa-sort-amount-asc{--fa:""}.fa.fa-sort-amount-desc{--fa:""}.fa.fa-sort-numeric-asc{--fa:""}.fa.fa-sort-numeric-desc{--fa:""}.fa.fa-youtube-square{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-youtube-square{--fa:""}.fa.fa-youtube{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-xing{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-xing-square{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-xing-square{--fa:""}.fa.fa-youtube-play{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-youtube-play{--fa:""}.fa.fa-dropbox{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-stack-overflow{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-instagram{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-flickr{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-adn{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-bitbucket{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-bitbucket-square{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-bitbucket-square{--fa:""}.fa.fa-tumblr{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-tumblr-square{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-tumblr-square{--fa:""}.fa.fa-long-arrow-down{--fa:""}.fa.fa-long-arrow-up{--fa:""}.fa.fa-long-arrow-left{--fa:""}.fa.fa-long-arrow-right{--fa:""}.fa.fa-apple{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-windows{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-android{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-linux{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-dribbble{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-skype{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-foursquare{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-trello{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-gratipay{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-gittip{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-gittip{--fa:""}.fa.fa-sun-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-sun-o{--fa:""}.fa.fa-moon-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-moon-o{--fa:""}.fa.fa-vk{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-weibo{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-renren{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-pagelines{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-stack-exchange{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-arrow-circle-o-right{--fa:""}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-arrow-circle-o-left{--fa:""}.fa.fa-caret-square-o-left{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-caret-square-o-left{--fa:""}.fa.fa-toggle-left{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-toggle-left{--fa:""}.fa.fa-dot-circle-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-dot-circle-o{--fa:""}.fa.fa-vimeo-square{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-vimeo-square{--fa:""}.fa.fa-try{--fa:""}.fa.fa-turkish-lira{--fa:""}.fa.fa-plus-square-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-plus-square-o{--fa:""}.fa.fa-slack{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-wordpress{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-openid{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-institution{--fa:""}.fa.fa-bank{--fa:""}.fa.fa-mortar-board{--fa:""}.fa.fa-yahoo{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-google{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-reddit{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-reddit-square{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-reddit-square{--fa:""}.fa.fa-stumbleupon-circle{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-stumbleupon{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-delicious{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-digg{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-pied-piper-pp{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-pied-piper-alt{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-drupal{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-joomla{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-behance{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-behance-square{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-behance-square{--fa:""}.fa.fa-steam{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-steam-square{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-steam-square{--fa:""}.fa.fa-automobile{--fa:""}.fa.fa-cab{--fa:""}.fa.fa-spotify{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-deviantart{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-soundcloud{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-file-pdf-o{--fa:""}.fa.fa-file-word-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-file-word-o{--fa:""}.fa.fa-file-excel-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-file-excel-o{--fa:""}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-file-powerpoint-o{--fa:""}.fa.fa-file-image-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-file-image-o{--fa:""}.fa.fa-file-photo-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-file-photo-o{--fa:""}.fa.fa-file-picture-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-file-picture-o{--fa:""}.fa.fa-file-archive-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-file-archive-o{--fa:""}.fa.fa-file-zip-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-file-zip-o{--fa:""}.fa.fa-file-audio-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-file-audio-o{--fa:""}.fa.fa-file-sound-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-file-sound-o{--fa:""}.fa.fa-file-video-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-file-video-o{--fa:""}.fa.fa-file-movie-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-file-movie-o{--fa:""}.fa.fa-file-code-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-file-code-o{--fa:""}.fa.fa-vine{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-codepen{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-jsfiddle{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-life-bouy{--fa:""}.fa.fa-life-buoy{--fa:""}.fa.fa-life-saver{--fa:""}.fa.fa-support{--fa:""}.fa.fa-circle-o-notch{--fa:""}.fa.fa-rebel{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-ra{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-ra{--fa:""}.fa.fa-resistance{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-resistance{--fa:""}.fa.fa-empire{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-ge{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-ge{--fa:""}.fa.fa-git-square{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-git-square{--fa:""}.fa.fa-git{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-hacker-news{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-y-combinator-square{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-y-combinator-square{--fa:""}.fa.fa-yc-square{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-yc-square{--fa:""}.fa.fa-tencent-weibo{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-qq{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-weixin{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-wechat{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-wechat{--fa:""}.fa.fa-send{--fa:""}.fa.fa-paper-plane-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-paper-plane-o{--fa:""}.fa.fa-send-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-send-o{--fa:""}.fa.fa-circle-thin{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-circle-thin{--fa:""}.fa.fa-header{--fa:""}.fa.fa-futbol-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-futbol-o{--fa:""}.fa.fa-soccer-ball-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-soccer-ball-o{--fa:""}.fa.fa-slideshare{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-twitch{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-yelp{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-newspaper-o{--fa:""}.fa.fa-paypal{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-google-wallet{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-cc-visa{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-cc-mastercard{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-cc-discover{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-cc-amex{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-cc-paypal{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-cc-stripe{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-bell-slash-o{--fa:""}.fa.fa-trash{--fa:""}.fa.fa-copyright{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-eyedropper{--fa:""}.fa.fa-area-chart{--fa:""}.fa.fa-pie-chart{--fa:""}.fa.fa-line-chart{--fa:""}.fa.fa-lastfm{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-lastfm-square{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-lastfm-square{--fa:""}.fa.fa-ioxhost{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-angellist{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-cc{--fa:""}.fa.fa-ils{--fa:""}.fa.fa-shekel{--fa:""}.fa.fa-sheqel{--fa:""}.fa.fa-buysellads{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-connectdevelop{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-dashcube{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-forumbee{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-leanpub{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-sellsy{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-shirtsinbulk{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-simplybuilt{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-skyatlas{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-diamond{--fa:""}.fa.fa-transgender{--fa:""}.fa.fa-intersex{--fa:""}.fa.fa-transgender-alt{--fa:""}.fa.fa-facebook-official{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-facebook-official{--fa:""}.fa.fa-pinterest-p{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-whatsapp{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-hotel{--fa:""}.fa.fa-viacoin{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-medium{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-y-combinator{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-yc{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-yc{--fa:""}.fa.fa-optin-monster{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-opencart{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-expeditedssl{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-battery-4{--fa:""}.fa.fa-battery{--fa:""}.fa.fa-battery-3{--fa:""}.fa.fa-battery-2{--fa:""}.fa.fa-battery-1{--fa:""}.fa.fa-battery-0{--fa:""}.fa.fa-object-group{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-object-ungroup{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-sticky-note-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-sticky-note-o{--fa:""}.fa.fa-cc-jcb{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-cc-diners-club{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-clone{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-hourglass-o{--fa:""}.fa.fa-hourglass-1{--fa:""}.fa.fa-hourglass-2{--fa:""}.fa.fa-hourglass-3{--fa:""}.fa.fa-hand-rock-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-hand-rock-o{--fa:""}.fa.fa-hand-grab-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-hand-grab-o{--fa:""}.fa.fa-hand-paper-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-hand-paper-o{--fa:""}.fa.fa-hand-stop-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-hand-stop-o{--fa:""}.fa.fa-hand-scissors-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-hand-scissors-o{--fa:""}.fa.fa-hand-lizard-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-hand-lizard-o{--fa:""}.fa.fa-hand-spock-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-hand-spock-o{--fa:""}.fa.fa-hand-pointer-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-hand-pointer-o{--fa:""}.fa.fa-hand-peace-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-hand-peace-o{--fa:""}.fa.fa-registered{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-creative-commons{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-gg{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-gg-circle{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-odnoklassniki{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-odnoklassniki-square{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-odnoklassniki-square{--fa:""}.fa.fa-get-pocket{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-wikipedia-w{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-safari{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-chrome{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-firefox{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-opera{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-internet-explorer{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-television{--fa:""}.fa.fa-contao{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-500px{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-amazon{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-calendar-plus-o{--fa:""}.fa.fa-calendar-minus-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-calendar-minus-o{--fa:""}.fa.fa-calendar-times-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-calendar-times-o{--fa:""}.fa.fa-calendar-check-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-calendar-check-o{--fa:""}.fa.fa-map-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-map-o{--fa:""}.fa.fa-commenting{--fa:""}.fa.fa-commenting-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-commenting-o{--fa:""}.fa.fa-houzz{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-vimeo{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-vimeo{--fa:""}.fa.fa-black-tie{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-fonticons{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-reddit-alien{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-edge{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-credit-card-alt{--fa:""}.fa.fa-codiepie{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-modx{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-fort-awesome{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-usb{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-product-hunt{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-mixcloud{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-scribd{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-pause-circle-o{--fa:""}.fa.fa-stop-circle-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-stop-circle-o{--fa:""}.fa.fa-bluetooth{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-bluetooth-b{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-gitlab{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-wpbeginner{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-wpforms{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-envira{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-wheelchair-alt{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-wheelchair-alt{--fa:""}.fa.fa-question-circle-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-question-circle-o{--fa:""}.fa.fa-volume-control-phone{--fa:""}.fa.fa-asl-interpreting{--fa:""}.fa.fa-deafness{--fa:""}.fa.fa-hard-of-hearing{--fa:""}.fa.fa-glide{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-glide-g{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-signing{--fa:""}.fa.fa-viadeo{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-viadeo-square{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-viadeo-square{--fa:""}.fa.fa-snapchat{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-snapchat-ghost{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-snapchat-ghost{--fa:""}.fa.fa-snapchat-square{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-snapchat-square{--fa:""}.fa.fa-pied-piper{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-first-order{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-yoast{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-themeisle{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-google-plus-official{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-google-plus-official{--fa:""}.fa.fa-google-plus-circle{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-google-plus-circle{--fa:""}.fa.fa-font-awesome{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-fa{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-fa{--fa:""}.fa.fa-handshake-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-handshake-o{--fa:""}.fa.fa-envelope-open-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-envelope-open-o{--fa:""}.fa.fa-linode{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-address-book-o{--fa:""}.fa.fa-vcard{--fa:""}.fa.fa-address-card-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-address-card-o{--fa:""}.fa.fa-vcard-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-vcard-o{--fa:""}.fa.fa-user-circle-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-user-circle-o{--fa:""}.fa.fa-user-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-user-o{--fa:""}.fa.fa-id-badge{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-drivers-license{--fa:""}.fa.fa-id-card-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-id-card-o{--fa:""}.fa.fa-drivers-license-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-drivers-license-o{--fa:""}.fa.fa-quora{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-free-code-camp{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-telegram{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-thermometer-4{--fa:""}.fa.fa-thermometer{--fa:""}.fa.fa-thermometer-3{--fa:""}.fa.fa-thermometer-2{--fa:""}.fa.fa-thermometer-1{--fa:""}.fa.fa-thermometer-0{--fa:""}.fa.fa-bathtub{--fa:""}.fa.fa-s15{--fa:""}.fa.fa-window-maximize{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-window-restore{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-times-rectangle{--fa:""}.fa.fa-window-close-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-window-close-o{--fa:""}.fa.fa-times-rectangle-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-times-rectangle-o{--fa:""}.fa.fa-bandcamp{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-grav{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-etsy{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-imdb{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-ravelry{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-eercast{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-eercast{--fa:""}.fa.fa-snowflake-o{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-snowflake-o{--fa:""}.fa.fa-superpowers{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-wpexplorer{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-meetup{font-family:"Font Awesome 7 Brands";font-weight:400}/*# sourceMappingURL=v4-shims.css.map */