@spw-ds/spw-stencil-library 0.0.1

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 (652) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +16 -0
  3. package/dist/cjs/app-globals-3a1e7e63.js +7 -0
  4. package/dist/cjs/app-globals-3a1e7e63.js.map +1 -0
  5. package/dist/cjs/index-55fbdb28.js +1956 -0
  6. package/dist/cjs/index-55fbdb28.js.map +1 -0
  7. package/dist/cjs/index.cjs.js +4 -0
  8. package/dist/cjs/index.cjs.js.map +1 -0
  9. package/dist/cjs/loader.cjs.js +17 -0
  10. package/dist/cjs/loader.cjs.js.map +1 -0
  11. package/dist/cjs/spw-accordion_58.cjs.entry.js +5955 -0
  12. package/dist/cjs/spw-accordion_58.cjs.entry.js.map +1 -0
  13. package/dist/cjs/spw-stencil-library.cjs.js +27 -0
  14. package/dist/cjs/spw-stencil-library.cjs.js.map +1 -0
  15. package/dist/collection/assets/images/logo.svg +3 -0
  16. package/dist/collection/collection-manifest.json +69 -0
  17. package/dist/collection/components/spw-accordion/spw-accordion-content/spw-accordion-content.css +2 -0
  18. package/dist/collection/components/spw-accordion/spw-accordion-content/spw-accordion-content.js +91 -0
  19. package/dist/collection/components/spw-accordion/spw-accordion-content/spw-accordion-content.js.map +1 -0
  20. package/dist/collection/components/spw-accordion/spw-accordion-item/spw-accordion-item.css +2 -0
  21. package/dist/collection/components/spw-accordion/spw-accordion-item/spw-accordion-item.js +146 -0
  22. package/dist/collection/components/spw-accordion/spw-accordion-item/spw-accordion-item.js.map +1 -0
  23. package/dist/collection/components/spw-accordion/spw-accordion-title/spw-accordion-title.css +2 -0
  24. package/dist/collection/components/spw-accordion/spw-accordion-title/spw-accordion-title.js +64 -0
  25. package/dist/collection/components/spw-accordion/spw-accordion-title/spw-accordion-title.js.map +1 -0
  26. package/dist/collection/components/spw-accordion/spw-accordion.css +2 -0
  27. package/dist/collection/components/spw-accordion/spw-accordion.js +19 -0
  28. package/dist/collection/components/spw-accordion/spw-accordion.js.map +1 -0
  29. package/dist/collection/components/spw-breadcrumb/spw-breadcrumb-item/spw-breadcrumb-item.css +2 -0
  30. package/dist/collection/components/spw-breadcrumb/spw-breadcrumb-item/spw-breadcrumb-item.js +83 -0
  31. package/dist/collection/components/spw-breadcrumb/spw-breadcrumb-item/spw-breadcrumb-item.js.map +1 -0
  32. package/dist/collection/components/spw-breadcrumb/spw-breadcrumb.css +2 -0
  33. package/dist/collection/components/spw-breadcrumb/spw-breadcrumb.js +97 -0
  34. package/dist/collection/components/spw-breadcrumb/spw-breadcrumb.js.map +1 -0
  35. package/dist/collection/components/spw-button/spw-button.css +2 -0
  36. package/dist/collection/components/spw-button/spw-button.js +444 -0
  37. package/dist/collection/components/spw-button/spw-button.js.map +1 -0
  38. package/dist/collection/components/spw-card/spw-card-content/spw-card-content.css +2 -0
  39. package/dist/collection/components/spw-card/spw-card-content/spw-card-content.js +69 -0
  40. package/dist/collection/components/spw-card/spw-card-content/spw-card-content.js.map +1 -0
  41. package/dist/collection/components/spw-card/spw-card-excerpt/spw-card-excerpt.css +2 -0
  42. package/dist/collection/components/spw-card/spw-card-excerpt/spw-card-excerpt.js +52 -0
  43. package/dist/collection/components/spw-card/spw-card-excerpt/spw-card-excerpt.js.map +1 -0
  44. package/dist/collection/components/spw-card/spw-card-image/spw-card-image.css +2 -0
  45. package/dist/collection/components/spw-card/spw-card-image/spw-card-image.js +62 -0
  46. package/dist/collection/components/spw-card/spw-card-image/spw-card-image.js.map +1 -0
  47. package/dist/collection/components/spw-card/spw-card-subtag-item/spw-card-subtag-item.css +2 -0
  48. package/dist/collection/components/spw-card/spw-card-subtag-item/spw-card-subtag-item.js +54 -0
  49. package/dist/collection/components/spw-card/spw-card-subtag-item/spw-card-subtag-item.js.map +1 -0
  50. package/dist/collection/components/spw-card/spw-card-subtags/spw-card-subtags.css +2 -0
  51. package/dist/collection/components/spw-card/spw-card-subtags/spw-card-subtags.js +62 -0
  52. package/dist/collection/components/spw-card/spw-card-subtags/spw-card-subtags.js.map +1 -0
  53. package/dist/collection/components/spw-card/spw-card-title/spw-card-title.css +2 -0
  54. package/dist/collection/components/spw-card/spw-card-title/spw-card-title.js +19 -0
  55. package/dist/collection/components/spw-card/spw-card-title/spw-card-title.js.map +1 -0
  56. package/dist/collection/components/spw-card/spw-card.css +2 -0
  57. package/dist/collection/components/spw-card/spw-card.js +314 -0
  58. package/dist/collection/components/spw-card/spw-card.js.map +1 -0
  59. package/dist/collection/components/spw-checkbox/spw-checkbox.css +2 -0
  60. package/dist/collection/components/spw-checkbox/spw-checkbox.js +238 -0
  61. package/dist/collection/components/spw-checkbox/spw-checkbox.js.map +1 -0
  62. package/dist/collection/components/spw-cookies/spw-cookies.css +2 -0
  63. package/dist/collection/components/spw-cookies/spw-cookies.js +166 -0
  64. package/dist/collection/components/spw-cookies/spw-cookies.js.map +1 -0
  65. package/dist/collection/components/spw-custom-select/spw-custom-select.css +2 -0
  66. package/dist/collection/components/spw-custom-select/spw-custom-select.js +680 -0
  67. package/dist/collection/components/spw-custom-select/spw-custom-select.js.map +1 -0
  68. package/dist/collection/components/spw-field-label/spw-field-label.css +2 -0
  69. package/dist/collection/components/spw-field-label/spw-field-label.js +89 -0
  70. package/dist/collection/components/spw-field-label/spw-field-label.js.map +1 -0
  71. package/dist/collection/components/spw-field-message/spw-field-message.css +2 -0
  72. package/dist/collection/components/spw-field-message/spw-field-message.js +80 -0
  73. package/dist/collection/components/spw-field-message/spw-field-message.js.map +1 -0
  74. package/dist/collection/components/spw-file-upload/spw-file-upload.css +2 -0
  75. package/dist/collection/components/spw-file-upload/spw-file-upload.js +411 -0
  76. package/dist/collection/components/spw-file-upload/spw-file-upload.js.map +1 -0
  77. package/dist/collection/components/spw-footer/spw-footer-bottom/spw-footer-bottom.css +2 -0
  78. package/dist/collection/components/spw-footer/spw-footer-bottom/spw-footer-bottom.js +44 -0
  79. package/dist/collection/components/spw-footer/spw-footer-bottom/spw-footer-bottom.js.map +1 -0
  80. package/dist/collection/components/spw-footer/spw-footer-content/spw-footer-content.css +2 -0
  81. package/dist/collection/components/spw-footer/spw-footer-content/spw-footer-content.js +32 -0
  82. package/dist/collection/components/spw-footer/spw-footer-content/spw-footer-content.js.map +1 -0
  83. package/dist/collection/components/spw-footer/spw-footer-content-col/spw-footer-content-col.css +2 -0
  84. package/dist/collection/components/spw-footer/spw-footer-content-col/spw-footer-content-col.js +43 -0
  85. package/dist/collection/components/spw-footer/spw-footer-content-col/spw-footer-content-col.js.map +1 -0
  86. package/dist/collection/components/spw-footer/spw-footer-link/spw-footer-link.css +2 -0
  87. package/dist/collection/components/spw-footer/spw-footer-link/spw-footer-link.js +62 -0
  88. package/dist/collection/components/spw-footer/spw-footer-link/spw-footer-link.js.map +1 -0
  89. package/dist/collection/components/spw-footer/spw-footer-socials/spw-footer-socials.css +2 -0
  90. package/dist/collection/components/spw-footer/spw-footer-socials/spw-footer-socials.js +19 -0
  91. package/dist/collection/components/spw-footer/spw-footer-socials/spw-footer-socials.js.map +1 -0
  92. package/dist/collection/components/spw-footer/spw-footer.css +2 -0
  93. package/dist/collection/components/spw-footer/spw-footer.js +113 -0
  94. package/dist/collection/components/spw-footer/spw-footer.js.map +1 -0
  95. package/dist/collection/components/spw-group/spw-group.css +2 -0
  96. package/dist/collection/components/spw-group/spw-group.js +181 -0
  97. package/dist/collection/components/spw-group/spw-group.js.map +1 -0
  98. package/dist/collection/components/spw-header/spw-header-lang/spw-header-lang.css +2 -0
  99. package/dist/collection/components/spw-header/spw-header-lang/spw-header-lang.js +46 -0
  100. package/dist/collection/components/spw-header/spw-header-lang/spw-header-lang.js.map +1 -0
  101. package/dist/collection/components/spw-header/spw-header-lang-item/spw-header-lang-item.css +2 -0
  102. package/dist/collection/components/spw-header/spw-header-lang-item/spw-header-lang-item.js +44 -0
  103. package/dist/collection/components/spw-header/spw-header-lang-item/spw-header-lang-item.js.map +1 -0
  104. package/dist/collection/components/spw-header/spw-header-navigation/spw-header-navigation.css +2 -0
  105. package/dist/collection/components/spw-header/spw-header-navigation/spw-header-navigation.js +70 -0
  106. package/dist/collection/components/spw-header/spw-header-navigation/spw-header-navigation.js.map +1 -0
  107. package/dist/collection/components/spw-header/spw-header-navigation-dropdown/spw-header-navigation-dropdown.css +2 -0
  108. package/dist/collection/components/spw-header/spw-header-navigation-dropdown/spw-header-navigation-dropdown.js +19 -0
  109. package/dist/collection/components/spw-header/spw-header-navigation-dropdown/spw-header-navigation-dropdown.js.map +1 -0
  110. package/dist/collection/components/spw-header/spw-header-navigation-item/spw-header-navigation-item.css +2 -0
  111. package/dist/collection/components/spw-header/spw-header-navigation-item/spw-header-navigation-item.js +193 -0
  112. package/dist/collection/components/spw-header/spw-header-navigation-item/spw-header-navigation-item.js.map +1 -0
  113. package/dist/collection/components/spw-header/spw-header-persona/spw-header-persona.css +2 -0
  114. package/dist/collection/components/spw-header/spw-header-persona/spw-header-persona.js +51 -0
  115. package/dist/collection/components/spw-header/spw-header-persona/spw-header-persona.js.map +1 -0
  116. package/dist/collection/components/spw-header/spw-header-persona-item/spw-header-persona-item.css +2 -0
  117. package/dist/collection/components/spw-header/spw-header-persona-item/spw-header-persona-item.js +44 -0
  118. package/dist/collection/components/spw-header/spw-header-persona-item/spw-header-persona-item.js.map +1 -0
  119. package/dist/collection/components/spw-header/spw-header.css +2 -0
  120. package/dist/collection/components/spw-header/spw-header.js +36 -0
  121. package/dist/collection/components/spw-header/spw-header.js.map +1 -0
  122. package/dist/collection/components/spw-icon/assets/LICENSE.txt +165 -0
  123. package/dist/collection/components/spw-icon/assets/all.css +7913 -0
  124. package/dist/collection/components/spw-icon/assets/all.min.css +9 -0
  125. package/dist/collection/components/spw-icon/assets/brands.css +1609 -0
  126. package/dist/collection/components/spw-icon/assets/brands.min.css +6 -0
  127. package/dist/collection/components/spw-icon/assets/fa-brands-400.ttf +0 -0
  128. package/dist/collection/components/spw-icon/assets/fa-brands-400.woff2 +0 -0
  129. package/dist/collection/components/spw-icon/assets/fa-regular-400.ttf +0 -0
  130. package/dist/collection/components/spw-icon/assets/fa-regular-400.woff2 +0 -0
  131. package/dist/collection/components/spw-icon/assets/fa-solid-900.ttf +0 -0
  132. package/dist/collection/components/spw-icon/assets/fa-solid-900.woff2 +0 -0
  133. package/dist/collection/components/spw-icon/assets/fa-v4compatibility.ttf +0 -0
  134. package/dist/collection/components/spw-icon/assets/fa-v4compatibility.woff2 +0 -0
  135. package/dist/collection/components/spw-icon/assets/fontawesome.css +6243 -0
  136. package/dist/collection/components/spw-icon/assets/fontawesome.min.css +9 -0
  137. package/dist/collection/components/spw-icon/assets/regular.css +19 -0
  138. package/dist/collection/components/spw-icon/assets/regular.min.css +6 -0
  139. package/dist/collection/components/spw-icon/assets/solid.css +19 -0
  140. package/dist/collection/components/spw-icon/assets/solid.min.css +6 -0
  141. package/dist/collection/components/spw-icon/assets/svg-with-js.css +461 -0
  142. package/dist/collection/components/spw-icon/assets/svg-with-js.min.css +6 -0
  143. package/dist/collection/components/spw-icon/assets/v4-font-face.css +26 -0
  144. package/dist/collection/components/spw-icon/assets/v4-font-face.min.css +6 -0
  145. package/dist/collection/components/spw-icon/assets/v4-shims.css +2194 -0
  146. package/dist/collection/components/spw-icon/assets/v4-shims.min.css +6 -0
  147. package/dist/collection/components/spw-icon/assets/v5-font-face.css +22 -0
  148. package/dist/collection/components/spw-icon/assets/v5-font-face.min.css +6 -0
  149. package/dist/collection/components/spw-icon/spw-icon.css +10 -0
  150. package/dist/collection/components/spw-icon/spw-icon.js +64 -0
  151. package/dist/collection/components/spw-icon/spw-icon.js.map +1 -0
  152. package/dist/collection/components/spw-iodda/spw-iodda.css +2 -0
  153. package/dist/collection/components/spw-iodda/spw-iodda.js +113 -0
  154. package/dist/collection/components/spw-iodda/spw-iodda.js.map +1 -0
  155. package/dist/collection/components/spw-iodda/spw-iodda.service.js +19 -0
  156. package/dist/collection/components/spw-iodda/spw-iodda.service.js.map +1 -0
  157. package/dist/collection/components/spw-link/spw-link.css +2 -0
  158. package/dist/collection/components/spw-link/spw-link.js +220 -0
  159. package/dist/collection/components/spw-link/spw-link.js.map +1 -0
  160. package/dist/collection/components/spw-loading/spw-loading.css +2 -0
  161. package/dist/collection/components/spw-loading/spw-loading.js +44 -0
  162. package/dist/collection/components/spw-loading/spw-loading.js.map +1 -0
  163. package/dist/collection/components/spw-message/spw-message.css +2 -0
  164. package/dist/collection/components/spw-message/spw-message.js +141 -0
  165. package/dist/collection/components/spw-message/spw-message.js.map +1 -0
  166. package/dist/collection/components/spw-message/utils.js +27 -0
  167. package/dist/collection/components/spw-modal/spw-modal.css +2 -0
  168. package/dist/collection/components/spw-modal/spw-modal.js +361 -0
  169. package/dist/collection/components/spw-modal/spw-modal.js.map +1 -0
  170. package/dist/collection/components/spw-mosaic/spw-mosaic-item/spw-mosaic-item.css +2 -0
  171. package/dist/collection/components/spw-mosaic/spw-mosaic-item/spw-mosaic-item.js +40 -0
  172. package/dist/collection/components/spw-mosaic/spw-mosaic-item/spw-mosaic-item.js.map +1 -0
  173. package/dist/collection/components/spw-mosaic/spw-mosaic.css +2 -0
  174. package/dist/collection/components/spw-mosaic/spw-mosaic.js +301 -0
  175. package/dist/collection/components/spw-mosaic/spw-mosaic.js.map +1 -0
  176. package/dist/collection/components/spw-pagination/spw-pagination.css +2 -0
  177. package/dist/collection/components/spw-pagination/spw-pagination.js +305 -0
  178. package/dist/collection/components/spw-pagination/spw-pagination.js.map +1 -0
  179. package/dist/collection/components/spw-radio/spw-radio.css +2 -0
  180. package/dist/collection/components/spw-radio/spw-radio.js +248 -0
  181. package/dist/collection/components/spw-radio/spw-radio.js.map +1 -0
  182. package/dist/collection/components/spw-search-field/spw-search-field.css +2 -0
  183. package/dist/collection/components/spw-search-field/spw-search-field.js +287 -0
  184. package/dist/collection/components/spw-search-field/spw-search-field.js.map +1 -0
  185. package/dist/collection/components/spw-select/spw-select.css +2 -0
  186. package/dist/collection/components/spw-select/spw-select.js +374 -0
  187. package/dist/collection/components/spw-select/spw-select.js.map +1 -0
  188. package/dist/collection/components/spw-separator/spw-separator.css +2 -0
  189. package/dist/collection/components/spw-separator/spw-separator.js +134 -0
  190. package/dist/collection/components/spw-separator/spw-separator.js.map +1 -0
  191. package/dist/collection/components/spw-table/spw-table-body/spw-table-body.css +2 -0
  192. package/dist/collection/components/spw-table/spw-table-body/spw-table-body.js +19 -0
  193. package/dist/collection/components/spw-table/spw-table-body/spw-table-body.js.map +1 -0
  194. package/dist/collection/components/spw-table/spw-table-cell/spw-table-cell.css +2 -0
  195. package/dist/collection/components/spw-table/spw-table-cell/spw-table-cell.js +159 -0
  196. package/dist/collection/components/spw-table/spw-table-cell/spw-table-cell.js.map +1 -0
  197. package/dist/collection/components/spw-table/spw-table-head/spw-table-head.css +2 -0
  198. package/dist/collection/components/spw-table/spw-table-head/spw-table-head.js +19 -0
  199. package/dist/collection/components/spw-table/spw-table-head/spw-table-head.js.map +1 -0
  200. package/dist/collection/components/spw-table/spw-table-header/spw-table-header.css +2 -0
  201. package/dist/collection/components/spw-table/spw-table-header/spw-table-header.js +158 -0
  202. package/dist/collection/components/spw-table/spw-table-header/spw-table-header.js.map +1 -0
  203. package/dist/collection/components/spw-table/spw-table-row/spw-table-row.css +2 -0
  204. package/dist/collection/components/spw-table/spw-table-row/spw-table-row.js +19 -0
  205. package/dist/collection/components/spw-table/spw-table-row/spw-table-row.js.map +1 -0
  206. package/dist/collection/components/spw-table/spw-table.css +2 -0
  207. package/dist/collection/components/spw-table/spw-table.js +115 -0
  208. package/dist/collection/components/spw-table/spw-table.js.map +1 -0
  209. package/dist/collection/components/spw-text-field/spw-text-field.css +2 -0
  210. package/dist/collection/components/spw-text-field/spw-text-field.js +480 -0
  211. package/dist/collection/components/spw-text-field/spw-text-field.js.map +1 -0
  212. package/dist/collection/components/spw-textarea/spw-textarea.css +2 -0
  213. package/dist/collection/components/spw-textarea/spw-textarea.js +450 -0
  214. package/dist/collection/components/spw-textarea/spw-textarea.js.map +1 -0
  215. package/dist/collection/components/spw-theme-provider/spw-theme-provider.js +59 -0
  216. package/dist/collection/components/spw-theme-provider/spw-theme-provider.js.map +1 -0
  217. package/dist/collection/components/spw-tooltip/spw-tooltip.css +2 -0
  218. package/dist/collection/components/spw-tooltip/spw-tooltip.js +100 -0
  219. package/dist/collection/components/spw-tooltip/spw-tooltip.js.map +1 -0
  220. package/dist/collection/index.js +2 -0
  221. package/dist/collection/index.js.map +1 -0
  222. package/dist/collection/stories/assets/accessibility.svg +5 -0
  223. package/dist/collection/stories/assets/discord.svg +15 -0
  224. package/dist/collection/stories/assets/github.svg +3 -0
  225. package/dist/collection/stories/assets/logo.svg +18 -0
  226. package/dist/collection/stories/assets/tutorials.svg +12 -0
  227. package/dist/collection/stories/assets/youtube.svg +4 -0
  228. package/dist/collection/stories/components/spw-accordion/spw-accordion.stories.js +72 -0
  229. package/dist/collection/stories/components/spw-accordion/spw-accordion.stories.js.map +1 -0
  230. package/dist/collection/stories/components/spw-breadcrumb/spw-breadcrumb.stories.js +66 -0
  231. package/dist/collection/stories/components/spw-breadcrumb/spw-breadcrumb.stories.js.map +1 -0
  232. package/dist/collection/stories/components/spw-button/spw-button.stories.js +74 -0
  233. package/dist/collection/stories/components/spw-button/spw-button.stories.js.map +1 -0
  234. package/dist/collection/stories/components/spw-card/spw-card.stories.js +183 -0
  235. package/dist/collection/stories/components/spw-card/spw-card.stories.js.map +1 -0
  236. package/dist/collection/stories/components/spw-checkbox/spw-checkbox.stories.js +61 -0
  237. package/dist/collection/stories/components/spw-checkbox/spw-checkbox.stories.js.map +1 -0
  238. package/dist/collection/stories/components/spw-cookies/spw-cookies.stories.js +56 -0
  239. package/dist/collection/stories/components/spw-cookies/spw-cookies.stories.js.map +1 -0
  240. package/dist/collection/stories/components/spw-field-message/spw-field-message.stories.js +67 -0
  241. package/dist/collection/stories/components/spw-field-message/spw-field-message.stories.js.map +1 -0
  242. package/dist/collection/stories/components/spw-file-upload/spw-file-upload.stories.js +53 -0
  243. package/dist/collection/stories/components/spw-file-upload/spw-file-upload.stories.js.map +1 -0
  244. package/dist/collection/stories/components/spw-footer/spw-footer.stories.js +126 -0
  245. package/dist/collection/stories/components/spw-footer/spw-footer.stories.js.map +1 -0
  246. package/dist/collection/stories/components/spw-group/spw-group.stories.js +81 -0
  247. package/dist/collection/stories/components/spw-group/spw-group.stories.js.map +1 -0
  248. package/dist/collection/stories/components/spw-header/spw-header.stories.js +135 -0
  249. package/dist/collection/stories/components/spw-header/spw-header.stories.js.map +1 -0
  250. package/dist/collection/stories/components/spw-icon/spw-icon.stories.js +54 -0
  251. package/dist/collection/stories/components/spw-icon/spw-icon.stories.js.map +1 -0
  252. package/dist/collection/stories/components/spw-link/spw-link.stories.js +66 -0
  253. package/dist/collection/stories/components/spw-link/spw-link.stories.js.map +1 -0
  254. package/dist/collection/stories/components/spw-loading/spw-loading.stories.js +58 -0
  255. package/dist/collection/stories/components/spw-loading/spw-loading.stories.js.map +1 -0
  256. package/dist/collection/stories/components/spw-message/spw-message.stories.js +67 -0
  257. package/dist/collection/stories/components/spw-message/spw-message.stories.js.map +1 -0
  258. package/dist/collection/stories/components/spw-modal/spw-modal.stories.js +111 -0
  259. package/dist/collection/stories/components/spw-modal/spw-modal.stories.js.map +1 -0
  260. package/dist/collection/stories/components/spw-mosaic/spw-mosaic.stories.js +146 -0
  261. package/dist/collection/stories/components/spw-mosaic/spw-mosaic.stories.js.map +1 -0
  262. package/dist/collection/stories/components/spw-pagination/spw-pagination.stories.js +93 -0
  263. package/dist/collection/stories/components/spw-pagination/spw-pagination.stories.js.map +1 -0
  264. package/dist/collection/stories/components/spw-radio/spw-radio.stories.js +62 -0
  265. package/dist/collection/stories/components/spw-radio/spw-radio.stories.js.map +1 -0
  266. package/dist/collection/stories/components/spw-search-field/spw-search-field.stories.js +60 -0
  267. package/dist/collection/stories/components/spw-search-field/spw-search-field.stories.js.map +1 -0
  268. package/dist/collection/stories/components/spw-select/spw-select.stories.js +65 -0
  269. package/dist/collection/stories/components/spw-select/spw-select.stories.js.map +1 -0
  270. package/dist/collection/stories/components/spw-separator/spw-separator.stories.js +63 -0
  271. package/dist/collection/stories/components/spw-separator/spw-separator.stories.js.map +1 -0
  272. package/dist/collection/stories/components/spw-table/spw-table.stories.js +103 -0
  273. package/dist/collection/stories/components/spw-table/spw-table.stories.js.map +1 -0
  274. package/dist/collection/stories/components/spw-text-field/spw-text-field.stories.js +61 -0
  275. package/dist/collection/stories/components/spw-text-field/spw-text-field.stories.js.map +1 -0
  276. package/dist/collection/stories/components/spw-textarea/spw-textarea.stories.js +61 -0
  277. package/dist/collection/stories/components/spw-textarea/spw-textarea.stories.js.map +1 -0
  278. package/dist/collection/stories/components/spw-tooltip/spw-tooltip.stories.js +58 -0
  279. package/dist/collection/stories/components/spw-tooltip/spw-tooltip.stories.js.map +1 -0
  280. package/dist/collection/themes/themes.js +23 -0
  281. package/dist/collection/themes/themes.js.map +1 -0
  282. package/dist/collection/utils/animation.js +23 -0
  283. package/dist/collection/utils/animation.js.map +1 -0
  284. package/dist/collection/utils/focus-trap.js +113 -0
  285. package/dist/collection/utils/focus-trap.js.map +1 -0
  286. package/dist/collection/utils/utils.js +224 -0
  287. package/dist/collection/utils/utils.js.map +1 -0
  288. package/dist/components/index.d.ts +33 -0
  289. package/dist/components/index.js +3 -0
  290. package/dist/components/index.js.map +1 -0
  291. package/dist/components/p-0e197bb5.js +231 -0
  292. package/dist/components/p-0e197bb5.js.map +1 -0
  293. package/dist/components/p-1808c8c6.js +81 -0
  294. package/dist/components/p-1808c8c6.js.map +1 -0
  295. package/dist/components/p-3706b88e.js +1816 -0
  296. package/dist/components/p-3706b88e.js.map +1 -0
  297. package/dist/components/p-70d767cd.js +19 -0
  298. package/dist/components/p-70d767cd.js.map +1 -0
  299. package/dist/components/p-72ca702e.js +40 -0
  300. package/dist/components/p-72ca702e.js.map +1 -0
  301. package/dist/components/p-89cf5afe.js +138 -0
  302. package/dist/components/p-89cf5afe.js.map +1 -0
  303. package/dist/components/p-987e354f.js +123 -0
  304. package/dist/components/p-987e354f.js.map +1 -0
  305. package/dist/components/p-a9181b0a.js +46 -0
  306. package/dist/components/p-a9181b0a.js.map +1 -0
  307. package/dist/components/p-b3b66a09.js +48 -0
  308. package/dist/components/p-b3b66a09.js.map +1 -0
  309. package/dist/components/p-cb0eb249.js +36 -0
  310. package/dist/components/p-cb0eb249.js.map +1 -0
  311. package/dist/components/p-cb99b731.js +153 -0
  312. package/dist/components/p-cb99b731.js.map +1 -0
  313. package/dist/components/p-def4fee9.js +33 -0
  314. package/dist/components/p-def4fee9.js.map +1 -0
  315. package/dist/components/p-e37034cf.js +143 -0
  316. package/dist/components/p-e37034cf.js.map +1 -0
  317. package/dist/components/p-e70f2b83.js +62 -0
  318. package/dist/components/p-e70f2b83.js.map +1 -0
  319. package/dist/components/p-f48f06ae.js +91 -0
  320. package/dist/components/p-f48f06ae.js.map +1 -0
  321. package/dist/components/spw-accordion-content.d.ts +11 -0
  322. package/dist/components/spw-accordion-content.js +8 -0
  323. package/dist/components/spw-accordion-content.js.map +1 -0
  324. package/dist/components/spw-accordion-item.d.ts +11 -0
  325. package/dist/components/spw-accordion-item.js +8 -0
  326. package/dist/components/spw-accordion-item.js.map +1 -0
  327. package/dist/components/spw-accordion-title.d.ts +11 -0
  328. package/dist/components/spw-accordion-title.js +8 -0
  329. package/dist/components/spw-accordion-title.js.map +1 -0
  330. package/dist/components/spw-accordion.d.ts +11 -0
  331. package/dist/components/spw-accordion.js +8 -0
  332. package/dist/components/spw-accordion.js.map +1 -0
  333. package/dist/components/spw-breadcrumb-item.d.ts +11 -0
  334. package/dist/components/spw-breadcrumb-item.js +85 -0
  335. package/dist/components/spw-breadcrumb-item.js.map +1 -0
  336. package/dist/components/spw-breadcrumb.d.ts +11 -0
  337. package/dist/components/spw-breadcrumb.js +75 -0
  338. package/dist/components/spw-breadcrumb.js.map +1 -0
  339. package/dist/components/spw-button.d.ts +11 -0
  340. package/dist/components/spw-button.js +8 -0
  341. package/dist/components/spw-button.js.map +1 -0
  342. package/dist/components/spw-card-content.d.ts +11 -0
  343. package/dist/components/spw-card-content.js +45 -0
  344. package/dist/components/spw-card-content.js.map +1 -0
  345. package/dist/components/spw-card-excerpt.d.ts +11 -0
  346. package/dist/components/spw-card-excerpt.js +47 -0
  347. package/dist/components/spw-card-excerpt.js.map +1 -0
  348. package/dist/components/spw-card-image.d.ts +11 -0
  349. package/dist/components/spw-card-image.js +64 -0
  350. package/dist/components/spw-card-image.js.map +1 -0
  351. package/dist/components/spw-card-subtag-item.d.ts +11 -0
  352. package/dist/components/spw-card-subtag-item.js +50 -0
  353. package/dist/components/spw-card-subtag-item.js.map +1 -0
  354. package/dist/components/spw-card-subtags.d.ts +11 -0
  355. package/dist/components/spw-card-subtags.js +57 -0
  356. package/dist/components/spw-card-subtags.js.map +1 -0
  357. package/dist/components/spw-card-title.d.ts +11 -0
  358. package/dist/components/spw-card-title.js +36 -0
  359. package/dist/components/spw-card-title.js.map +1 -0
  360. package/dist/components/spw-card.d.ts +11 -0
  361. package/dist/components/spw-card.js +136 -0
  362. package/dist/components/spw-card.js.map +1 -0
  363. package/dist/components/spw-checkbox.d.ts +11 -0
  364. package/dist/components/spw-checkbox.js +8 -0
  365. package/dist/components/spw-checkbox.js.map +1 -0
  366. package/dist/components/spw-cookies.d.ts +11 -0
  367. package/dist/components/spw-cookies.js +148 -0
  368. package/dist/components/spw-cookies.js.map +1 -0
  369. package/dist/components/spw-custom-select.d.ts +11 -0
  370. package/dist/components/spw-custom-select.js +407 -0
  371. package/dist/components/spw-custom-select.js.map +1 -0
  372. package/dist/components/spw-field-label.d.ts +11 -0
  373. package/dist/components/spw-field-label.js +8 -0
  374. package/dist/components/spw-field-label.js.map +1 -0
  375. package/dist/components/spw-field-message.d.ts +11 -0
  376. package/dist/components/spw-field-message.js +8 -0
  377. package/dist/components/spw-field-message.js.map +1 -0
  378. package/dist/components/spw-file-upload.d.ts +11 -0
  379. package/dist/components/spw-file-upload.js +238 -0
  380. package/dist/components/spw-file-upload.js.map +1 -0
  381. package/dist/components/spw-footer-bottom.d.ts +11 -0
  382. package/dist/components/spw-footer-bottom.js +39 -0
  383. package/dist/components/spw-footer-bottom.js.map +1 -0
  384. package/dist/components/spw-footer-content-col.d.ts +11 -0
  385. package/dist/components/spw-footer-content-col.js +39 -0
  386. package/dist/components/spw-footer-content-col.js.map +1 -0
  387. package/dist/components/spw-footer-content.d.ts +11 -0
  388. package/dist/components/spw-footer-content.js +49 -0
  389. package/dist/components/spw-footer-content.js.map +1 -0
  390. package/dist/components/spw-footer-link.d.ts +11 -0
  391. package/dist/components/spw-footer-link.js +41 -0
  392. package/dist/components/spw-footer-link.js.map +1 -0
  393. package/dist/components/spw-footer-socials.d.ts +11 -0
  394. package/dist/components/spw-footer-socials.js +36 -0
  395. package/dist/components/spw-footer-socials.js.map +1 -0
  396. package/dist/components/spw-footer.d.ts +11 -0
  397. package/dist/components/spw-footer.js +71 -0
  398. package/dist/components/spw-footer.js.map +1 -0
  399. package/dist/components/spw-group.d.ts +11 -0
  400. package/dist/components/spw-group.js +82 -0
  401. package/dist/components/spw-group.js.map +1 -0
  402. package/dist/components/spw-header-lang-item.d.ts +11 -0
  403. package/dist/components/spw-header-lang-item.js +39 -0
  404. package/dist/components/spw-header-lang-item.js.map +1 -0
  405. package/dist/components/spw-header-lang.d.ts +11 -0
  406. package/dist/components/spw-header-lang.js +70 -0
  407. package/dist/components/spw-header-lang.js.map +1 -0
  408. package/dist/components/spw-header-navigation-dropdown.d.ts +11 -0
  409. package/dist/components/spw-header-navigation-dropdown.js +36 -0
  410. package/dist/components/spw-header-navigation-dropdown.js.map +1 -0
  411. package/dist/components/spw-header-navigation-item.d.ts +11 -0
  412. package/dist/components/spw-header-navigation-item.js +168 -0
  413. package/dist/components/spw-header-navigation-item.js.map +1 -0
  414. package/dist/components/spw-header-navigation.d.ts +11 -0
  415. package/dist/components/spw-header-navigation.js +79 -0
  416. package/dist/components/spw-header-navigation.js.map +1 -0
  417. package/dist/components/spw-header-persona-item.d.ts +11 -0
  418. package/dist/components/spw-header-persona-item.js +39 -0
  419. package/dist/components/spw-header-persona-item.js.map +1 -0
  420. package/dist/components/spw-header-persona.d.ts +11 -0
  421. package/dist/components/spw-header-persona.js +69 -0
  422. package/dist/components/spw-header-persona.js.map +1 -0
  423. package/dist/components/spw-header.d.ts +11 -0
  424. package/dist/components/spw-header.js +60 -0
  425. package/dist/components/spw-header.js.map +1 -0
  426. package/dist/components/spw-icon.d.ts +11 -0
  427. package/dist/components/spw-icon.js +8 -0
  428. package/dist/components/spw-icon.js.map +1 -0
  429. package/dist/components/spw-iodda.d.ts +11 -0
  430. package/dist/components/spw-iodda.js +179 -0
  431. package/dist/components/spw-iodda.js.map +1 -0
  432. package/dist/components/spw-link.d.ts +11 -0
  433. package/dist/components/spw-link.js +8 -0
  434. package/dist/components/spw-link.js.map +1 -0
  435. package/dist/components/spw-loading.d.ts +11 -0
  436. package/dist/components/spw-loading.js +8 -0
  437. package/dist/components/spw-loading.js.map +1 -0
  438. package/dist/components/spw-message.d.ts +11 -0
  439. package/dist/components/spw-message.js +104 -0
  440. package/dist/components/spw-message.js.map +1 -0
  441. package/dist/components/spw-modal.d.ts +11 -0
  442. package/dist/components/spw-modal.js +324 -0
  443. package/dist/components/spw-modal.js.map +1 -0
  444. package/dist/components/spw-mosaic-item.d.ts +11 -0
  445. package/dist/components/spw-mosaic-item.js +52 -0
  446. package/dist/components/spw-mosaic-item.js.map +1 -0
  447. package/dist/components/spw-mosaic.d.ts +11 -0
  448. package/dist/components/spw-mosaic.js +2507 -0
  449. package/dist/components/spw-mosaic.js.map +1 -0
  450. package/dist/components/spw-pagination.d.ts +11 -0
  451. package/dist/components/spw-pagination.js +8 -0
  452. package/dist/components/spw-pagination.js.map +1 -0
  453. package/dist/components/spw-radio.d.ts +11 -0
  454. package/dist/components/spw-radio.js +131 -0
  455. package/dist/components/spw-radio.js.map +1 -0
  456. package/dist/components/spw-search-field.d.ts +11 -0
  457. package/dist/components/spw-search-field.js +203 -0
  458. package/dist/components/spw-search-field.js.map +1 -0
  459. package/dist/components/spw-select.d.ts +11 -0
  460. package/dist/components/spw-select.js +149 -0
  461. package/dist/components/spw-select.js.map +1 -0
  462. package/dist/components/spw-separator.d.ts +11 -0
  463. package/dist/components/spw-separator.js +61 -0
  464. package/dist/components/spw-separator.js.map +1 -0
  465. package/dist/components/spw-table-body.d.ts +11 -0
  466. package/dist/components/spw-table-body.js +36 -0
  467. package/dist/components/spw-table-body.js.map +1 -0
  468. package/dist/components/spw-table-cell.d.ts +11 -0
  469. package/dist/components/spw-table-cell.js +57 -0
  470. package/dist/components/spw-table-cell.js.map +1 -0
  471. package/dist/components/spw-table-head.d.ts +11 -0
  472. package/dist/components/spw-table-head.js +36 -0
  473. package/dist/components/spw-table-head.js.map +1 -0
  474. package/dist/components/spw-table-header.d.ts +11 -0
  475. package/dist/components/spw-table-header.js +56 -0
  476. package/dist/components/spw-table-header.js.map +1 -0
  477. package/dist/components/spw-table-row.d.ts +11 -0
  478. package/dist/components/spw-table-row.js +36 -0
  479. package/dist/components/spw-table-row.js.map +1 -0
  480. package/dist/components/spw-table.d.ts +11 -0
  481. package/dist/components/spw-table.js +61 -0
  482. package/dist/components/spw-table.js.map +1 -0
  483. package/dist/components/spw-text-field.d.ts +11 -0
  484. package/dist/components/spw-text-field.js +8 -0
  485. package/dist/components/spw-text-field.js.map +1 -0
  486. package/dist/components/spw-textarea.d.ts +11 -0
  487. package/dist/components/spw-textarea.js +143 -0
  488. package/dist/components/spw-textarea.js.map +1 -0
  489. package/dist/components/spw-theme-provider.d.ts +11 -0
  490. package/dist/components/spw-theme-provider.js +96 -0
  491. package/dist/components/spw-theme-provider.js.map +1 -0
  492. package/dist/components/spw-tooltip.d.ts +11 -0
  493. package/dist/components/spw-tooltip.js +57 -0
  494. package/dist/components/spw-tooltip.js.map +1 -0
  495. package/dist/components_json.d.ts +435 -0
  496. package/dist/components_json.json +7153 -0
  497. package/dist/esm/app-globals-0f993ce5.js +5 -0
  498. package/dist/esm/app-globals-0f993ce5.js.map +1 -0
  499. package/dist/esm/index-080912e4.js +1926 -0
  500. package/dist/esm/index-080912e4.js.map +1 -0
  501. package/dist/esm/index.js +3 -0
  502. package/dist/esm/index.js.map +1 -0
  503. package/dist/esm/loader.js +13 -0
  504. package/dist/esm/loader.js.map +1 -0
  505. package/dist/esm/spw-accordion_58.entry.js +5894 -0
  506. package/dist/esm/spw-accordion_58.entry.js.map +1 -0
  507. package/dist/esm/spw-stencil-library.js +22 -0
  508. package/dist/esm/spw-stencil-library.js.map +1 -0
  509. package/dist/index.cjs.js +1 -0
  510. package/dist/index.js +1 -0
  511. package/dist/spw-stencil-library/assets/LICENSE.txt +165 -0
  512. package/dist/spw-stencil-library/assets/all.css +7913 -0
  513. package/dist/spw-stencil-library/assets/all.min.css +9 -0
  514. package/dist/spw-stencil-library/assets/brands.css +1609 -0
  515. package/dist/spw-stencil-library/assets/brands.min.css +6 -0
  516. package/dist/spw-stencil-library/assets/fa-brands-400.ttf +0 -0
  517. package/dist/spw-stencil-library/assets/fa-brands-400.woff2 +0 -0
  518. package/dist/spw-stencil-library/assets/fa-regular-400.ttf +0 -0
  519. package/dist/spw-stencil-library/assets/fa-regular-400.woff2 +0 -0
  520. package/dist/spw-stencil-library/assets/fa-solid-900.ttf +0 -0
  521. package/dist/spw-stencil-library/assets/fa-solid-900.woff2 +0 -0
  522. package/dist/spw-stencil-library/assets/fa-v4compatibility.ttf +0 -0
  523. package/dist/spw-stencil-library/assets/fa-v4compatibility.woff2 +0 -0
  524. package/dist/spw-stencil-library/assets/fontawesome.css +6243 -0
  525. package/dist/spw-stencil-library/assets/fontawesome.min.css +9 -0
  526. package/dist/spw-stencil-library/assets/regular.css +19 -0
  527. package/dist/spw-stencil-library/assets/regular.min.css +6 -0
  528. package/dist/spw-stencil-library/assets/solid.css +19 -0
  529. package/dist/spw-stencil-library/assets/solid.min.css +6 -0
  530. package/dist/spw-stencil-library/assets/svg-with-js.css +461 -0
  531. package/dist/spw-stencil-library/assets/svg-with-js.min.css +6 -0
  532. package/dist/spw-stencil-library/assets/v4-font-face.css +26 -0
  533. package/dist/spw-stencil-library/assets/v4-font-face.min.css +6 -0
  534. package/dist/spw-stencil-library/assets/v4-shims.css +2194 -0
  535. package/dist/spw-stencil-library/assets/v4-shims.min.css +6 -0
  536. package/dist/spw-stencil-library/assets/v5-font-face.css +22 -0
  537. package/dist/spw-stencil-library/assets/v5-font-face.min.css +6 -0
  538. package/dist/spw-stencil-library/index.esm.js +2 -0
  539. package/dist/spw-stencil-library/index.esm.js.map +1 -0
  540. package/dist/spw-stencil-library/p-205fd6a4.js +3 -0
  541. package/dist/spw-stencil-library/p-205fd6a4.js.map +1 -0
  542. package/dist/spw-stencil-library/p-d3d3de91.entry.js +19 -0
  543. package/dist/spw-stencil-library/p-d3d3de91.entry.js.map +1 -0
  544. package/dist/spw-stencil-library/p-e1255160.js +2 -0
  545. package/dist/spw-stencil-library/p-e1255160.js.map +1 -0
  546. package/dist/spw-stencil-library/spw-stencil-library.css +1 -0
  547. package/dist/spw-stencil-library/spw-stencil-library.esm.js +2 -0
  548. package/dist/spw-stencil-library/spw-stencil-library.esm.js.map +1 -0
  549. package/dist/stats.json +19725 -0
  550. package/dist/types/components/spw-accordion/spw-accordion-content/spw-accordion-content.d.ts +16 -0
  551. package/dist/types/components/spw-accordion/spw-accordion-item/spw-accordion-item.d.ts +25 -0
  552. package/dist/types/components/spw-accordion/spw-accordion-title/spw-accordion-title.d.ts +7 -0
  553. package/dist/types/components/spw-accordion/spw-accordion.d.ts +3 -0
  554. package/dist/types/components/spw-breadcrumb/spw-breadcrumb-item/spw-breadcrumb-item.d.ts +11 -0
  555. package/dist/types/components/spw-breadcrumb/spw-breadcrumb.d.ts +13 -0
  556. package/dist/types/components/spw-button/spw-button.d.ts +48 -0
  557. package/dist/types/components/spw-card/spw-card-content/spw-card-content.d.ts +9 -0
  558. package/dist/types/components/spw-card/spw-card-excerpt/spw-card-excerpt.d.ts +6 -0
  559. package/dist/types/components/spw-card/spw-card-image/spw-card-image.d.ts +8 -0
  560. package/dist/types/components/spw-card/spw-card-subtag-item/spw-card-subtag-item.d.ts +7 -0
  561. package/dist/types/components/spw-card/spw-card-subtags/spw-card-subtags.d.ts +9 -0
  562. package/dist/types/components/spw-card/spw-card-title/spw-card-title.d.ts +3 -0
  563. package/dist/types/components/spw-card/spw-card.d.ts +34 -0
  564. package/dist/types/components/spw-checkbox/spw-checkbox.d.ts +30 -0
  565. package/dist/types/components/spw-cookies/spw-cookies.d.ts +21 -0
  566. package/dist/types/components/spw-custom-select/spw-custom-select.d.ts +79 -0
  567. package/dist/types/components/spw-field-label/spw-field-label.d.ts +11 -0
  568. package/dist/types/components/spw-field-message/spw-field-message.d.ts +9 -0
  569. package/dist/types/components/spw-file-upload/spw-file-upload.d.ts +53 -0
  570. package/dist/types/components/spw-footer/spw-footer-bottom/spw-footer-bottom.d.ts +5 -0
  571. package/dist/types/components/spw-footer/spw-footer-content/spw-footer-content.d.ts +7 -0
  572. package/dist/types/components/spw-footer/spw-footer-content-col/spw-footer-content-col.d.ts +5 -0
  573. package/dist/types/components/spw-footer/spw-footer-link/spw-footer-link.d.ts +7 -0
  574. package/dist/types/components/spw-footer/spw-footer-socials/spw-footer-socials.d.ts +3 -0
  575. package/dist/types/components/spw-footer/spw-footer.d.ts +13 -0
  576. package/dist/types/components/spw-group/spw-group.d.ts +22 -0
  577. package/dist/types/components/spw-header/spw-header-lang/spw-header-lang.d.ts +8 -0
  578. package/dist/types/components/spw-header/spw-header-lang-item/spw-header-lang-item.d.ts +4 -0
  579. package/dist/types/components/spw-header/spw-header-navigation/spw-header-navigation.d.ts +12 -0
  580. package/dist/types/components/spw-header/spw-header-navigation-dropdown/spw-header-navigation-dropdown.d.ts +3 -0
  581. package/dist/types/components/spw-header/spw-header-navigation-item/spw-header-navigation-item.d.ts +26 -0
  582. package/dist/types/components/spw-header/spw-header-persona/spw-header-persona.d.ts +10 -0
  583. package/dist/types/components/spw-header/spw-header-persona-item/spw-header-persona-item.d.ts +4 -0
  584. package/dist/types/components/spw-header/spw-header.d.ts +6 -0
  585. package/dist/types/components/spw-icon/spw-icon.d.ts +7 -0
  586. package/dist/types/components/spw-iodda/spw-iodda.d.ts +19 -0
  587. package/dist/types/components/spw-iodda/spw-iodda.service.d.ts +1 -0
  588. package/dist/types/components/spw-link/spw-link.d.ts +25 -0
  589. package/dist/types/components/spw-loading/spw-loading.d.ts +5 -0
  590. package/dist/types/components/spw-message/spw-message.d.ts +18 -0
  591. package/dist/types/components/spw-modal/spw-modal.d.ts +53 -0
  592. package/dist/types/components/spw-mosaic/spw-mosaic-item/spw-mosaic-item.d.ts +8 -0
  593. package/dist/types/components/spw-mosaic/spw-mosaic.d.ts +31 -0
  594. package/dist/types/components/spw-pagination/spw-pagination.d.ts +30 -0
  595. package/dist/types/components/spw-radio/spw-radio.d.ts +35 -0
  596. package/dist/types/components/spw-search-field/spw-search-field.d.ts +39 -0
  597. package/dist/types/components/spw-select/spw-select.d.ts +48 -0
  598. package/dist/types/components/spw-separator/spw-separator.d.ts +15 -0
  599. package/dist/types/components/spw-table/spw-table-body/spw-table-body.d.ts +3 -0
  600. package/dist/types/components/spw-table/spw-table-cell/spw-table-cell.d.ts +16 -0
  601. package/dist/types/components/spw-table/spw-table-head/spw-table-head.d.ts +3 -0
  602. package/dist/types/components/spw-table/spw-table-header/spw-table-header.d.ts +16 -0
  603. package/dist/types/components/spw-table/spw-table-row/spw-table-row.d.ts +3 -0
  604. package/dist/types/components/spw-table/spw-table.d.ts +23 -0
  605. package/dist/types/components/spw-text-field/spw-text-field.d.ts +57 -0
  606. package/dist/types/components/spw-textarea/spw-textarea.d.ts +53 -0
  607. package/dist/types/components/spw-theme-provider/spw-theme-provider.d.ts +10 -0
  608. package/dist/types/components/spw-tooltip/spw-tooltip.d.ts +13 -0
  609. package/dist/types/components.d.ts +2793 -0
  610. package/dist/types/index.d.ts +1 -0
  611. package/dist/types/stencil-public-runtime.d.ts +1678 -0
  612. package/dist/types/stories/components/spw-accordion/spw-accordion.stories.d.ts +4 -0
  613. package/dist/types/stories/components/spw-breadcrumb/spw-breadcrumb.stories.d.ts +5 -0
  614. package/dist/types/stories/components/spw-button/spw-button.stories.d.ts +7 -0
  615. package/dist/types/stories/components/spw-card/spw-card.stories.d.ts +10 -0
  616. package/dist/types/stories/components/spw-checkbox/spw-checkbox.stories.d.ts +4 -0
  617. package/dist/types/stories/components/spw-cookies/spw-cookies.stories.d.ts +4 -0
  618. package/dist/types/stories/components/spw-field-message/spw-field-message.stories.d.ts +6 -0
  619. package/dist/types/stories/components/spw-file-upload/spw-file-upload.stories.d.ts +4 -0
  620. package/dist/types/stories/components/spw-footer/spw-footer.stories.d.ts +5 -0
  621. package/dist/types/stories/components/spw-group/spw-group.stories.d.ts +6 -0
  622. package/dist/types/stories/components/spw-header/spw-header.stories.d.ts +4 -0
  623. package/dist/types/stories/components/spw-icon/spw-icon.stories.d.ts +4 -0
  624. package/dist/types/stories/components/spw-link/spw-link.stories.d.ts +5 -0
  625. package/dist/types/stories/components/spw-loading/spw-loading.stories.d.ts +5 -0
  626. package/dist/types/stories/components/spw-message/spw-message.stories.d.ts +8 -0
  627. package/dist/types/stories/components/spw-modal/spw-modal.stories.d.ts +8 -0
  628. package/dist/types/stories/components/spw-mosaic/spw-mosaic.stories.d.ts +4 -0
  629. package/dist/types/stories/components/spw-pagination/spw-pagination.stories.d.ts +22 -0
  630. package/dist/types/stories/components/spw-radio/spw-radio.stories.d.ts +4 -0
  631. package/dist/types/stories/components/spw-search-field/spw-search-field.stories.d.ts +4 -0
  632. package/dist/types/stories/components/spw-select/spw-select.stories.d.ts +4 -0
  633. package/dist/types/stories/components/spw-separator/spw-separator.stories.d.ts +5 -0
  634. package/dist/types/stories/components/spw-table/spw-table.stories.d.ts +4 -0
  635. package/dist/types/stories/components/spw-text-field/spw-text-field.stories.d.ts +4 -0
  636. package/dist/types/stories/components/spw-textarea/spw-textarea.stories.d.ts +4 -0
  637. package/dist/types/stories/components/spw-tooltip/spw-tooltip.stories.d.ts +4 -0
  638. package/dist/types/themes/themes.d.ts +13 -0
  639. package/dist/types/utils/animation.d.ts +13 -0
  640. package/dist/types/utils/focus-trap.d.ts +33 -0
  641. package/dist/types/utils/utils.d.ts +11 -0
  642. package/hydrate/index.d.ts +242 -0
  643. package/hydrate/index.js +24773 -0
  644. package/hydrate/index.mjs +24765 -0
  645. package/hydrate/package.json +12 -0
  646. package/loader/cdn.js +1 -0
  647. package/loader/index.cjs.js +1 -0
  648. package/loader/index.d.ts +24 -0
  649. package/loader/index.es2017.js +1 -0
  650. package/loader/index.js +2 -0
  651. package/loader/package.json +11 -0
  652. package/package.json +88 -0
@@ -0,0 +1,2194 @@
1
+ /*!
2
+ * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
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
+ */
6
+ .fa.fa-glass {
7
+ --fa: "\f000"; }
8
+
9
+ .fa.fa-envelope-o {
10
+ font-family: 'Font Awesome 6 Free';
11
+ font-weight: 400; }
12
+
13
+ .fa.fa-envelope-o {
14
+ --fa: "\f0e0"; }
15
+
16
+ .fa.fa-star-o {
17
+ font-family: 'Font Awesome 6 Free';
18
+ font-weight: 400; }
19
+
20
+ .fa.fa-star-o {
21
+ --fa: "\f005"; }
22
+
23
+ .fa.fa-remove {
24
+ --fa: "\f00d"; }
25
+
26
+ .fa.fa-close {
27
+ --fa: "\f00d"; }
28
+
29
+ .fa.fa-gear {
30
+ --fa: "\f013"; }
31
+
32
+ .fa.fa-trash-o {
33
+ font-family: 'Font Awesome 6 Free';
34
+ font-weight: 400; }
35
+
36
+ .fa.fa-trash-o {
37
+ --fa: "\f2ed"; }
38
+
39
+ .fa.fa-home {
40
+ --fa: "\f015"; }
41
+
42
+ .fa.fa-file-o {
43
+ font-family: 'Font Awesome 6 Free';
44
+ font-weight: 400; }
45
+
46
+ .fa.fa-file-o {
47
+ --fa: "\f15b"; }
48
+
49
+ .fa.fa-clock-o {
50
+ font-family: 'Font Awesome 6 Free';
51
+ font-weight: 400; }
52
+
53
+ .fa.fa-clock-o {
54
+ --fa: "\f017"; }
55
+
56
+ .fa.fa-arrow-circle-o-down {
57
+ font-family: 'Font Awesome 6 Free';
58
+ font-weight: 400; }
59
+
60
+ .fa.fa-arrow-circle-o-down {
61
+ --fa: "\f358"; }
62
+
63
+ .fa.fa-arrow-circle-o-up {
64
+ font-family: 'Font Awesome 6 Free';
65
+ font-weight: 400; }
66
+
67
+ .fa.fa-arrow-circle-o-up {
68
+ --fa: "\f35b"; }
69
+
70
+ .fa.fa-play-circle-o {
71
+ font-family: 'Font Awesome 6 Free';
72
+ font-weight: 400; }
73
+
74
+ .fa.fa-play-circle-o {
75
+ --fa: "\f144"; }
76
+
77
+ .fa.fa-repeat {
78
+ --fa: "\f01e"; }
79
+
80
+ .fa.fa-rotate-right {
81
+ --fa: "\f01e"; }
82
+
83
+ .fa.fa-refresh {
84
+ --fa: "\f021"; }
85
+
86
+ .fa.fa-list-alt {
87
+ font-family: 'Font Awesome 6 Free';
88
+ font-weight: 400; }
89
+
90
+ .fa.fa-list-alt {
91
+ --fa: "\f022"; }
92
+
93
+ .fa.fa-dedent {
94
+ --fa: "\f03b"; }
95
+
96
+ .fa.fa-video-camera {
97
+ --fa: "\f03d"; }
98
+
99
+ .fa.fa-picture-o {
100
+ font-family: 'Font Awesome 6 Free';
101
+ font-weight: 400; }
102
+
103
+ .fa.fa-picture-o {
104
+ --fa: "\f03e"; }
105
+
106
+ .fa.fa-photo {
107
+ font-family: 'Font Awesome 6 Free';
108
+ font-weight: 400; }
109
+
110
+ .fa.fa-photo {
111
+ --fa: "\f03e"; }
112
+
113
+ .fa.fa-image {
114
+ font-family: 'Font Awesome 6 Free';
115
+ font-weight: 400; }
116
+
117
+ .fa.fa-image {
118
+ --fa: "\f03e"; }
119
+
120
+ .fa.fa-map-marker {
121
+ --fa: "\f3c5"; }
122
+
123
+ .fa.fa-pencil-square-o {
124
+ font-family: 'Font Awesome 6 Free';
125
+ font-weight: 400; }
126
+
127
+ .fa.fa-pencil-square-o {
128
+ --fa: "\f044"; }
129
+
130
+ .fa.fa-edit {
131
+ font-family: 'Font Awesome 6 Free';
132
+ font-weight: 400; }
133
+
134
+ .fa.fa-edit {
135
+ --fa: "\f044"; }
136
+
137
+ .fa.fa-share-square-o {
138
+ --fa: "\f14d"; }
139
+
140
+ .fa.fa-check-square-o {
141
+ font-family: 'Font Awesome 6 Free';
142
+ font-weight: 400; }
143
+
144
+ .fa.fa-check-square-o {
145
+ --fa: "\f14a"; }
146
+
147
+ .fa.fa-arrows {
148
+ --fa: "\f0b2"; }
149
+
150
+ .fa.fa-times-circle-o {
151
+ font-family: 'Font Awesome 6 Free';
152
+ font-weight: 400; }
153
+
154
+ .fa.fa-times-circle-o {
155
+ --fa: "\f057"; }
156
+
157
+ .fa.fa-check-circle-o {
158
+ font-family: 'Font Awesome 6 Free';
159
+ font-weight: 400; }
160
+
161
+ .fa.fa-check-circle-o {
162
+ --fa: "\f058"; }
163
+
164
+ .fa.fa-mail-forward {
165
+ --fa: "\f064"; }
166
+
167
+ .fa.fa-expand {
168
+ --fa: "\f424"; }
169
+
170
+ .fa.fa-compress {
171
+ --fa: "\f422"; }
172
+
173
+ .fa.fa-eye {
174
+ font-family: 'Font Awesome 6 Free';
175
+ font-weight: 400; }
176
+
177
+ .fa.fa-eye-slash {
178
+ font-family: 'Font Awesome 6 Free';
179
+ font-weight: 400; }
180
+
181
+ .fa.fa-warning {
182
+ --fa: "\f071"; }
183
+
184
+ .fa.fa-calendar {
185
+ --fa: "\f073"; }
186
+
187
+ .fa.fa-arrows-v {
188
+ --fa: "\f338"; }
189
+
190
+ .fa.fa-arrows-h {
191
+ --fa: "\f337"; }
192
+
193
+ .fa.fa-bar-chart {
194
+ --fa: "\e0e3"; }
195
+
196
+ .fa.fa-bar-chart-o {
197
+ --fa: "\e0e3"; }
198
+
199
+ .fa.fa-twitter-square {
200
+ font-family: 'Font Awesome 6 Brands';
201
+ font-weight: 400; }
202
+
203
+ .fa.fa-twitter-square {
204
+ --fa: "\f081"; }
205
+
206
+ .fa.fa-facebook-square {
207
+ font-family: 'Font Awesome 6 Brands';
208
+ font-weight: 400; }
209
+
210
+ .fa.fa-facebook-square {
211
+ --fa: "\f082"; }
212
+
213
+ .fa.fa-gears {
214
+ --fa: "\f085"; }
215
+
216
+ .fa.fa-thumbs-o-up {
217
+ font-family: 'Font Awesome 6 Free';
218
+ font-weight: 400; }
219
+
220
+ .fa.fa-thumbs-o-up {
221
+ --fa: "\f164"; }
222
+
223
+ .fa.fa-thumbs-o-down {
224
+ font-family: 'Font Awesome 6 Free';
225
+ font-weight: 400; }
226
+
227
+ .fa.fa-thumbs-o-down {
228
+ --fa: "\f165"; }
229
+
230
+ .fa.fa-heart-o {
231
+ font-family: 'Font Awesome 6 Free';
232
+ font-weight: 400; }
233
+
234
+ .fa.fa-heart-o {
235
+ --fa: "\f004"; }
236
+
237
+ .fa.fa-sign-out {
238
+ --fa: "\f2f5"; }
239
+
240
+ .fa.fa-linkedin-square {
241
+ font-family: 'Font Awesome 6 Brands';
242
+ font-weight: 400; }
243
+
244
+ .fa.fa-linkedin-square {
245
+ --fa: "\f08c"; }
246
+
247
+ .fa.fa-thumb-tack {
248
+ --fa: "\f08d"; }
249
+
250
+ .fa.fa-external-link {
251
+ --fa: "\f35d"; }
252
+
253
+ .fa.fa-sign-in {
254
+ --fa: "\f2f6"; }
255
+
256
+ .fa.fa-github-square {
257
+ font-family: 'Font Awesome 6 Brands';
258
+ font-weight: 400; }
259
+
260
+ .fa.fa-github-square {
261
+ --fa: "\f092"; }
262
+
263
+ .fa.fa-lemon-o {
264
+ font-family: 'Font Awesome 6 Free';
265
+ font-weight: 400; }
266
+
267
+ .fa.fa-lemon-o {
268
+ --fa: "\f094"; }
269
+
270
+ .fa.fa-square-o {
271
+ font-family: 'Font Awesome 6 Free';
272
+ font-weight: 400; }
273
+
274
+ .fa.fa-square-o {
275
+ --fa: "\f0c8"; }
276
+
277
+ .fa.fa-bookmark-o {
278
+ font-family: 'Font Awesome 6 Free';
279
+ font-weight: 400; }
280
+
281
+ .fa.fa-bookmark-o {
282
+ --fa: "\f02e"; }
283
+
284
+ .fa.fa-twitter {
285
+ font-family: 'Font Awesome 6 Brands';
286
+ font-weight: 400; }
287
+
288
+ .fa.fa-facebook {
289
+ font-family: 'Font Awesome 6 Brands';
290
+ font-weight: 400; }
291
+
292
+ .fa.fa-facebook {
293
+ --fa: "\f39e"; }
294
+
295
+ .fa.fa-facebook-f {
296
+ font-family: 'Font Awesome 6 Brands';
297
+ font-weight: 400; }
298
+
299
+ .fa.fa-facebook-f {
300
+ --fa: "\f39e"; }
301
+
302
+ .fa.fa-github {
303
+ font-family: 'Font Awesome 6 Brands';
304
+ font-weight: 400; }
305
+
306
+ .fa.fa-credit-card {
307
+ font-family: 'Font Awesome 6 Free';
308
+ font-weight: 400; }
309
+
310
+ .fa.fa-feed {
311
+ --fa: "\f09e"; }
312
+
313
+ .fa.fa-hdd-o {
314
+ font-family: 'Font Awesome 6 Free';
315
+ font-weight: 400; }
316
+
317
+ .fa.fa-hdd-o {
318
+ --fa: "\f0a0"; }
319
+
320
+ .fa.fa-hand-o-right {
321
+ font-family: 'Font Awesome 6 Free';
322
+ font-weight: 400; }
323
+
324
+ .fa.fa-hand-o-right {
325
+ --fa: "\f0a4"; }
326
+
327
+ .fa.fa-hand-o-left {
328
+ font-family: 'Font Awesome 6 Free';
329
+ font-weight: 400; }
330
+
331
+ .fa.fa-hand-o-left {
332
+ --fa: "\f0a5"; }
333
+
334
+ .fa.fa-hand-o-up {
335
+ font-family: 'Font Awesome 6 Free';
336
+ font-weight: 400; }
337
+
338
+ .fa.fa-hand-o-up {
339
+ --fa: "\f0a6"; }
340
+
341
+ .fa.fa-hand-o-down {
342
+ font-family: 'Font Awesome 6 Free';
343
+ font-weight: 400; }
344
+
345
+ .fa.fa-hand-o-down {
346
+ --fa: "\f0a7"; }
347
+
348
+ .fa.fa-globe {
349
+ --fa: "\f57d"; }
350
+
351
+ .fa.fa-tasks {
352
+ --fa: "\f828"; }
353
+
354
+ .fa.fa-arrows-alt {
355
+ --fa: "\f31e"; }
356
+
357
+ .fa.fa-group {
358
+ --fa: "\f0c0"; }
359
+
360
+ .fa.fa-chain {
361
+ --fa: "\f0c1"; }
362
+
363
+ .fa.fa-cut {
364
+ --fa: "\f0c4"; }
365
+
366
+ .fa.fa-files-o {
367
+ font-family: 'Font Awesome 6 Free';
368
+ font-weight: 400; }
369
+
370
+ .fa.fa-files-o {
371
+ --fa: "\f0c5"; }
372
+
373
+ .fa.fa-floppy-o {
374
+ font-family: 'Font Awesome 6 Free';
375
+ font-weight: 400; }
376
+
377
+ .fa.fa-floppy-o {
378
+ --fa: "\f0c7"; }
379
+
380
+ .fa.fa-save {
381
+ font-family: 'Font Awesome 6 Free';
382
+ font-weight: 400; }
383
+
384
+ .fa.fa-save {
385
+ --fa: "\f0c7"; }
386
+
387
+ .fa.fa-navicon {
388
+ --fa: "\f0c9"; }
389
+
390
+ .fa.fa-reorder {
391
+ --fa: "\f0c9"; }
392
+
393
+ .fa.fa-magic {
394
+ --fa: "\e2ca"; }
395
+
396
+ .fa.fa-pinterest {
397
+ font-family: 'Font Awesome 6 Brands';
398
+ font-weight: 400; }
399
+
400
+ .fa.fa-pinterest-square {
401
+ font-family: 'Font Awesome 6 Brands';
402
+ font-weight: 400; }
403
+
404
+ .fa.fa-pinterest-square {
405
+ --fa: "\f0d3"; }
406
+
407
+ .fa.fa-google-plus-square {
408
+ font-family: 'Font Awesome 6 Brands';
409
+ font-weight: 400; }
410
+
411
+ .fa.fa-google-plus-square {
412
+ --fa: "\f0d4"; }
413
+
414
+ .fa.fa-google-plus {
415
+ font-family: 'Font Awesome 6 Brands';
416
+ font-weight: 400; }
417
+
418
+ .fa.fa-google-plus {
419
+ --fa: "\f0d5"; }
420
+
421
+ .fa.fa-money {
422
+ --fa: "\f3d1"; }
423
+
424
+ .fa.fa-unsorted {
425
+ --fa: "\f0dc"; }
426
+
427
+ .fa.fa-sort-desc {
428
+ --fa: "\f0dd"; }
429
+
430
+ .fa.fa-sort-asc {
431
+ --fa: "\f0de"; }
432
+
433
+ .fa.fa-linkedin {
434
+ font-family: 'Font Awesome 6 Brands';
435
+ font-weight: 400; }
436
+
437
+ .fa.fa-linkedin {
438
+ --fa: "\f0e1"; }
439
+
440
+ .fa.fa-rotate-left {
441
+ --fa: "\f0e2"; }
442
+
443
+ .fa.fa-legal {
444
+ --fa: "\f0e3"; }
445
+
446
+ .fa.fa-tachometer {
447
+ --fa: "\f625"; }
448
+
449
+ .fa.fa-dashboard {
450
+ --fa: "\f625"; }
451
+
452
+ .fa.fa-comment-o {
453
+ font-family: 'Font Awesome 6 Free';
454
+ font-weight: 400; }
455
+
456
+ .fa.fa-comment-o {
457
+ --fa: "\f075"; }
458
+
459
+ .fa.fa-comments-o {
460
+ font-family: 'Font Awesome 6 Free';
461
+ font-weight: 400; }
462
+
463
+ .fa.fa-comments-o {
464
+ --fa: "\f086"; }
465
+
466
+ .fa.fa-flash {
467
+ --fa: "\f0e7"; }
468
+
469
+ .fa.fa-clipboard {
470
+ --fa: "\f0ea"; }
471
+
472
+ .fa.fa-lightbulb-o {
473
+ font-family: 'Font Awesome 6 Free';
474
+ font-weight: 400; }
475
+
476
+ .fa.fa-lightbulb-o {
477
+ --fa: "\f0eb"; }
478
+
479
+ .fa.fa-exchange {
480
+ --fa: "\f362"; }
481
+
482
+ .fa.fa-cloud-download {
483
+ --fa: "\f0ed"; }
484
+
485
+ .fa.fa-cloud-upload {
486
+ --fa: "\f0ee"; }
487
+
488
+ .fa.fa-bell-o {
489
+ font-family: 'Font Awesome 6 Free';
490
+ font-weight: 400; }
491
+
492
+ .fa.fa-bell-o {
493
+ --fa: "\f0f3"; }
494
+
495
+ .fa.fa-cutlery {
496
+ --fa: "\f2e7"; }
497
+
498
+ .fa.fa-file-text-o {
499
+ font-family: 'Font Awesome 6 Free';
500
+ font-weight: 400; }
501
+
502
+ .fa.fa-file-text-o {
503
+ --fa: "\f15c"; }
504
+
505
+ .fa.fa-building-o {
506
+ font-family: 'Font Awesome 6 Free';
507
+ font-weight: 400; }
508
+
509
+ .fa.fa-building-o {
510
+ --fa: "\f1ad"; }
511
+
512
+ .fa.fa-hospital-o {
513
+ font-family: 'Font Awesome 6 Free';
514
+ font-weight: 400; }
515
+
516
+ .fa.fa-hospital-o {
517
+ --fa: "\f0f8"; }
518
+
519
+ .fa.fa-tablet {
520
+ --fa: "\f3fa"; }
521
+
522
+ .fa.fa-mobile {
523
+ --fa: "\f3cd"; }
524
+
525
+ .fa.fa-mobile-phone {
526
+ --fa: "\f3cd"; }
527
+
528
+ .fa.fa-circle-o {
529
+ font-family: 'Font Awesome 6 Free';
530
+ font-weight: 400; }
531
+
532
+ .fa.fa-circle-o {
533
+ --fa: "\f111"; }
534
+
535
+ .fa.fa-mail-reply {
536
+ --fa: "\f3e5"; }
537
+
538
+ .fa.fa-github-alt {
539
+ font-family: 'Font Awesome 6 Brands';
540
+ font-weight: 400; }
541
+
542
+ .fa.fa-folder-o {
543
+ font-family: 'Font Awesome 6 Free';
544
+ font-weight: 400; }
545
+
546
+ .fa.fa-folder-o {
547
+ --fa: "\f07b"; }
548
+
549
+ .fa.fa-folder-open-o {
550
+ font-family: 'Font Awesome 6 Free';
551
+ font-weight: 400; }
552
+
553
+ .fa.fa-folder-open-o {
554
+ --fa: "\f07c"; }
555
+
556
+ .fa.fa-smile-o {
557
+ font-family: 'Font Awesome 6 Free';
558
+ font-weight: 400; }
559
+
560
+ .fa.fa-smile-o {
561
+ --fa: "\f118"; }
562
+
563
+ .fa.fa-frown-o {
564
+ font-family: 'Font Awesome 6 Free';
565
+ font-weight: 400; }
566
+
567
+ .fa.fa-frown-o {
568
+ --fa: "\f119"; }
569
+
570
+ .fa.fa-meh-o {
571
+ font-family: 'Font Awesome 6 Free';
572
+ font-weight: 400; }
573
+
574
+ .fa.fa-meh-o {
575
+ --fa: "\f11a"; }
576
+
577
+ .fa.fa-keyboard-o {
578
+ font-family: 'Font Awesome 6 Free';
579
+ font-weight: 400; }
580
+
581
+ .fa.fa-keyboard-o {
582
+ --fa: "\f11c"; }
583
+
584
+ .fa.fa-flag-o {
585
+ font-family: 'Font Awesome 6 Free';
586
+ font-weight: 400; }
587
+
588
+ .fa.fa-flag-o {
589
+ --fa: "\f024"; }
590
+
591
+ .fa.fa-mail-reply-all {
592
+ --fa: "\f122"; }
593
+
594
+ .fa.fa-star-half-o {
595
+ font-family: 'Font Awesome 6 Free';
596
+ font-weight: 400; }
597
+
598
+ .fa.fa-star-half-o {
599
+ --fa: "\f5c0"; }
600
+
601
+ .fa.fa-star-half-empty {
602
+ font-family: 'Font Awesome 6 Free';
603
+ font-weight: 400; }
604
+
605
+ .fa.fa-star-half-empty {
606
+ --fa: "\f5c0"; }
607
+
608
+ .fa.fa-star-half-full {
609
+ font-family: 'Font Awesome 6 Free';
610
+ font-weight: 400; }
611
+
612
+ .fa.fa-star-half-full {
613
+ --fa: "\f5c0"; }
614
+
615
+ .fa.fa-code-fork {
616
+ --fa: "\f126"; }
617
+
618
+ .fa.fa-chain-broken {
619
+ --fa: "\f127"; }
620
+
621
+ .fa.fa-unlink {
622
+ --fa: "\f127"; }
623
+
624
+ .fa.fa-calendar-o {
625
+ font-family: 'Font Awesome 6 Free';
626
+ font-weight: 400; }
627
+
628
+ .fa.fa-calendar-o {
629
+ --fa: "\f133"; }
630
+
631
+ .fa.fa-maxcdn {
632
+ font-family: 'Font Awesome 6 Brands';
633
+ font-weight: 400; }
634
+
635
+ .fa.fa-html5 {
636
+ font-family: 'Font Awesome 6 Brands';
637
+ font-weight: 400; }
638
+
639
+ .fa.fa-css3 {
640
+ font-family: 'Font Awesome 6 Brands';
641
+ font-weight: 400; }
642
+
643
+ .fa.fa-unlock-alt {
644
+ --fa: "\f09c"; }
645
+
646
+ .fa.fa-minus-square-o {
647
+ font-family: 'Font Awesome 6 Free';
648
+ font-weight: 400; }
649
+
650
+ .fa.fa-minus-square-o {
651
+ --fa: "\f146"; }
652
+
653
+ .fa.fa-level-up {
654
+ --fa: "\f3bf"; }
655
+
656
+ .fa.fa-level-down {
657
+ --fa: "\f3be"; }
658
+
659
+ .fa.fa-pencil-square {
660
+ --fa: "\f14b"; }
661
+
662
+ .fa.fa-external-link-square {
663
+ --fa: "\f360"; }
664
+
665
+ .fa.fa-compass {
666
+ font-family: 'Font Awesome 6 Free';
667
+ font-weight: 400; }
668
+
669
+ .fa.fa-caret-square-o-down {
670
+ font-family: 'Font Awesome 6 Free';
671
+ font-weight: 400; }
672
+
673
+ .fa.fa-caret-square-o-down {
674
+ --fa: "\f150"; }
675
+
676
+ .fa.fa-toggle-down {
677
+ font-family: 'Font Awesome 6 Free';
678
+ font-weight: 400; }
679
+
680
+ .fa.fa-toggle-down {
681
+ --fa: "\f150"; }
682
+
683
+ .fa.fa-caret-square-o-up {
684
+ font-family: 'Font Awesome 6 Free';
685
+ font-weight: 400; }
686
+
687
+ .fa.fa-caret-square-o-up {
688
+ --fa: "\f151"; }
689
+
690
+ .fa.fa-toggle-up {
691
+ font-family: 'Font Awesome 6 Free';
692
+ font-weight: 400; }
693
+
694
+ .fa.fa-toggle-up {
695
+ --fa: "\f151"; }
696
+
697
+ .fa.fa-caret-square-o-right {
698
+ font-family: 'Font Awesome 6 Free';
699
+ font-weight: 400; }
700
+
701
+ .fa.fa-caret-square-o-right {
702
+ --fa: "\f152"; }
703
+
704
+ .fa.fa-toggle-right {
705
+ font-family: 'Font Awesome 6 Free';
706
+ font-weight: 400; }
707
+
708
+ .fa.fa-toggle-right {
709
+ --fa: "\f152"; }
710
+
711
+ .fa.fa-eur {
712
+ --fa: "\f153"; }
713
+
714
+ .fa.fa-euro {
715
+ --fa: "\f153"; }
716
+
717
+ .fa.fa-gbp {
718
+ --fa: "\f154"; }
719
+
720
+ .fa.fa-usd {
721
+ --fa: "\24"; }
722
+
723
+ .fa.fa-dollar {
724
+ --fa: "\24"; }
725
+
726
+ .fa.fa-inr {
727
+ --fa: "\e1bc"; }
728
+
729
+ .fa.fa-rupee {
730
+ --fa: "\e1bc"; }
731
+
732
+ .fa.fa-jpy {
733
+ --fa: "\f157"; }
734
+
735
+ .fa.fa-cny {
736
+ --fa: "\f157"; }
737
+
738
+ .fa.fa-rmb {
739
+ --fa: "\f157"; }
740
+
741
+ .fa.fa-yen {
742
+ --fa: "\f157"; }
743
+
744
+ .fa.fa-rub {
745
+ --fa: "\f158"; }
746
+
747
+ .fa.fa-ruble {
748
+ --fa: "\f158"; }
749
+
750
+ .fa.fa-rouble {
751
+ --fa: "\f158"; }
752
+
753
+ .fa.fa-krw {
754
+ --fa: "\f159"; }
755
+
756
+ .fa.fa-won {
757
+ --fa: "\f159"; }
758
+
759
+ .fa.fa-btc {
760
+ font-family: 'Font Awesome 6 Brands';
761
+ font-weight: 400; }
762
+
763
+ .fa.fa-bitcoin {
764
+ font-family: 'Font Awesome 6 Brands';
765
+ font-weight: 400; }
766
+
767
+ .fa.fa-bitcoin {
768
+ --fa: "\f15a"; }
769
+
770
+ .fa.fa-file-text {
771
+ --fa: "\f15c"; }
772
+
773
+ .fa.fa-sort-alpha-asc {
774
+ --fa: "\f15d"; }
775
+
776
+ .fa.fa-sort-alpha-desc {
777
+ --fa: "\f881"; }
778
+
779
+ .fa.fa-sort-amount-asc {
780
+ --fa: "\f884"; }
781
+
782
+ .fa.fa-sort-amount-desc {
783
+ --fa: "\f160"; }
784
+
785
+ .fa.fa-sort-numeric-asc {
786
+ --fa: "\f162"; }
787
+
788
+ .fa.fa-sort-numeric-desc {
789
+ --fa: "\f886"; }
790
+
791
+ .fa.fa-youtube-square {
792
+ font-family: 'Font Awesome 6 Brands';
793
+ font-weight: 400; }
794
+
795
+ .fa.fa-youtube-square {
796
+ --fa: "\f431"; }
797
+
798
+ .fa.fa-youtube {
799
+ font-family: 'Font Awesome 6 Brands';
800
+ font-weight: 400; }
801
+
802
+ .fa.fa-xing {
803
+ font-family: 'Font Awesome 6 Brands';
804
+ font-weight: 400; }
805
+
806
+ .fa.fa-xing-square {
807
+ font-family: 'Font Awesome 6 Brands';
808
+ font-weight: 400; }
809
+
810
+ .fa.fa-xing-square {
811
+ --fa: "\f169"; }
812
+
813
+ .fa.fa-youtube-play {
814
+ font-family: 'Font Awesome 6 Brands';
815
+ font-weight: 400; }
816
+
817
+ .fa.fa-youtube-play {
818
+ --fa: "\f167"; }
819
+
820
+ .fa.fa-dropbox {
821
+ font-family: 'Font Awesome 6 Brands';
822
+ font-weight: 400; }
823
+
824
+ .fa.fa-stack-overflow {
825
+ font-family: 'Font Awesome 6 Brands';
826
+ font-weight: 400; }
827
+
828
+ .fa.fa-instagram {
829
+ font-family: 'Font Awesome 6 Brands';
830
+ font-weight: 400; }
831
+
832
+ .fa.fa-flickr {
833
+ font-family: 'Font Awesome 6 Brands';
834
+ font-weight: 400; }
835
+
836
+ .fa.fa-adn {
837
+ font-family: 'Font Awesome 6 Brands';
838
+ font-weight: 400; }
839
+
840
+ .fa.fa-bitbucket {
841
+ font-family: 'Font Awesome 6 Brands';
842
+ font-weight: 400; }
843
+
844
+ .fa.fa-bitbucket-square {
845
+ font-family: 'Font Awesome 6 Brands';
846
+ font-weight: 400; }
847
+
848
+ .fa.fa-bitbucket-square {
849
+ --fa: "\f171"; }
850
+
851
+ .fa.fa-tumblr {
852
+ font-family: 'Font Awesome 6 Brands';
853
+ font-weight: 400; }
854
+
855
+ .fa.fa-tumblr-square {
856
+ font-family: 'Font Awesome 6 Brands';
857
+ font-weight: 400; }
858
+
859
+ .fa.fa-tumblr-square {
860
+ --fa: "\f174"; }
861
+
862
+ .fa.fa-long-arrow-down {
863
+ --fa: "\f309"; }
864
+
865
+ .fa.fa-long-arrow-up {
866
+ --fa: "\f30c"; }
867
+
868
+ .fa.fa-long-arrow-left {
869
+ --fa: "\f30a"; }
870
+
871
+ .fa.fa-long-arrow-right {
872
+ --fa: "\f30b"; }
873
+
874
+ .fa.fa-apple {
875
+ font-family: 'Font Awesome 6 Brands';
876
+ font-weight: 400; }
877
+
878
+ .fa.fa-windows {
879
+ font-family: 'Font Awesome 6 Brands';
880
+ font-weight: 400; }
881
+
882
+ .fa.fa-android {
883
+ font-family: 'Font Awesome 6 Brands';
884
+ font-weight: 400; }
885
+
886
+ .fa.fa-linux {
887
+ font-family: 'Font Awesome 6 Brands';
888
+ font-weight: 400; }
889
+
890
+ .fa.fa-dribbble {
891
+ font-family: 'Font Awesome 6 Brands';
892
+ font-weight: 400; }
893
+
894
+ .fa.fa-skype {
895
+ font-family: 'Font Awesome 6 Brands';
896
+ font-weight: 400; }
897
+
898
+ .fa.fa-foursquare {
899
+ font-family: 'Font Awesome 6 Brands';
900
+ font-weight: 400; }
901
+
902
+ .fa.fa-trello {
903
+ font-family: 'Font Awesome 6 Brands';
904
+ font-weight: 400; }
905
+
906
+ .fa.fa-gratipay {
907
+ font-family: 'Font Awesome 6 Brands';
908
+ font-weight: 400; }
909
+
910
+ .fa.fa-gittip {
911
+ font-family: 'Font Awesome 6 Brands';
912
+ font-weight: 400; }
913
+
914
+ .fa.fa-gittip {
915
+ --fa: "\f184"; }
916
+
917
+ .fa.fa-sun-o {
918
+ font-family: 'Font Awesome 6 Free';
919
+ font-weight: 400; }
920
+
921
+ .fa.fa-sun-o {
922
+ --fa: "\f185"; }
923
+
924
+ .fa.fa-moon-o {
925
+ font-family: 'Font Awesome 6 Free';
926
+ font-weight: 400; }
927
+
928
+ .fa.fa-moon-o {
929
+ --fa: "\f186"; }
930
+
931
+ .fa.fa-vk {
932
+ font-family: 'Font Awesome 6 Brands';
933
+ font-weight: 400; }
934
+
935
+ .fa.fa-weibo {
936
+ font-family: 'Font Awesome 6 Brands';
937
+ font-weight: 400; }
938
+
939
+ .fa.fa-renren {
940
+ font-family: 'Font Awesome 6 Brands';
941
+ font-weight: 400; }
942
+
943
+ .fa.fa-pagelines {
944
+ font-family: 'Font Awesome 6 Brands';
945
+ font-weight: 400; }
946
+
947
+ .fa.fa-stack-exchange {
948
+ font-family: 'Font Awesome 6 Brands';
949
+ font-weight: 400; }
950
+
951
+ .fa.fa-arrow-circle-o-right {
952
+ font-family: 'Font Awesome 6 Free';
953
+ font-weight: 400; }
954
+
955
+ .fa.fa-arrow-circle-o-right {
956
+ --fa: "\f35a"; }
957
+
958
+ .fa.fa-arrow-circle-o-left {
959
+ font-family: 'Font Awesome 6 Free';
960
+ font-weight: 400; }
961
+
962
+ .fa.fa-arrow-circle-o-left {
963
+ --fa: "\f359"; }
964
+
965
+ .fa.fa-caret-square-o-left {
966
+ font-family: 'Font Awesome 6 Free';
967
+ font-weight: 400; }
968
+
969
+ .fa.fa-caret-square-o-left {
970
+ --fa: "\f191"; }
971
+
972
+ .fa.fa-toggle-left {
973
+ font-family: 'Font Awesome 6 Free';
974
+ font-weight: 400; }
975
+
976
+ .fa.fa-toggle-left {
977
+ --fa: "\f191"; }
978
+
979
+ .fa.fa-dot-circle-o {
980
+ font-family: 'Font Awesome 6 Free';
981
+ font-weight: 400; }
982
+
983
+ .fa.fa-dot-circle-o {
984
+ --fa: "\f192"; }
985
+
986
+ .fa.fa-vimeo-square {
987
+ font-family: 'Font Awesome 6 Brands';
988
+ font-weight: 400; }
989
+
990
+ .fa.fa-vimeo-square {
991
+ --fa: "\f194"; }
992
+
993
+ .fa.fa-try {
994
+ --fa: "\e2bb"; }
995
+
996
+ .fa.fa-turkish-lira {
997
+ --fa: "\e2bb"; }
998
+
999
+ .fa.fa-plus-square-o {
1000
+ font-family: 'Font Awesome 6 Free';
1001
+ font-weight: 400; }
1002
+
1003
+ .fa.fa-plus-square-o {
1004
+ --fa: "\f0fe"; }
1005
+
1006
+ .fa.fa-slack {
1007
+ font-family: 'Font Awesome 6 Brands';
1008
+ font-weight: 400; }
1009
+
1010
+ .fa.fa-wordpress {
1011
+ font-family: 'Font Awesome 6 Brands';
1012
+ font-weight: 400; }
1013
+
1014
+ .fa.fa-openid {
1015
+ font-family: 'Font Awesome 6 Brands';
1016
+ font-weight: 400; }
1017
+
1018
+ .fa.fa-institution {
1019
+ --fa: "\f19c"; }
1020
+
1021
+ .fa.fa-bank {
1022
+ --fa: "\f19c"; }
1023
+
1024
+ .fa.fa-mortar-board {
1025
+ --fa: "\f19d"; }
1026
+
1027
+ .fa.fa-yahoo {
1028
+ font-family: 'Font Awesome 6 Brands';
1029
+ font-weight: 400; }
1030
+
1031
+ .fa.fa-google {
1032
+ font-family: 'Font Awesome 6 Brands';
1033
+ font-weight: 400; }
1034
+
1035
+ .fa.fa-reddit {
1036
+ font-family: 'Font Awesome 6 Brands';
1037
+ font-weight: 400; }
1038
+
1039
+ .fa.fa-reddit-square {
1040
+ font-family: 'Font Awesome 6 Brands';
1041
+ font-weight: 400; }
1042
+
1043
+ .fa.fa-reddit-square {
1044
+ --fa: "\f1a2"; }
1045
+
1046
+ .fa.fa-stumbleupon-circle {
1047
+ font-family: 'Font Awesome 6 Brands';
1048
+ font-weight: 400; }
1049
+
1050
+ .fa.fa-stumbleupon {
1051
+ font-family: 'Font Awesome 6 Brands';
1052
+ font-weight: 400; }
1053
+
1054
+ .fa.fa-delicious {
1055
+ font-family: 'Font Awesome 6 Brands';
1056
+ font-weight: 400; }
1057
+
1058
+ .fa.fa-digg {
1059
+ font-family: 'Font Awesome 6 Brands';
1060
+ font-weight: 400; }
1061
+
1062
+ .fa.fa-pied-piper-pp {
1063
+ font-family: 'Font Awesome 6 Brands';
1064
+ font-weight: 400; }
1065
+
1066
+ .fa.fa-pied-piper-alt {
1067
+ font-family: 'Font Awesome 6 Brands';
1068
+ font-weight: 400; }
1069
+
1070
+ .fa.fa-drupal {
1071
+ font-family: 'Font Awesome 6 Brands';
1072
+ font-weight: 400; }
1073
+
1074
+ .fa.fa-joomla {
1075
+ font-family: 'Font Awesome 6 Brands';
1076
+ font-weight: 400; }
1077
+
1078
+ .fa.fa-behance {
1079
+ font-family: 'Font Awesome 6 Brands';
1080
+ font-weight: 400; }
1081
+
1082
+ .fa.fa-behance-square {
1083
+ font-family: 'Font Awesome 6 Brands';
1084
+ font-weight: 400; }
1085
+
1086
+ .fa.fa-behance-square {
1087
+ --fa: "\f1b5"; }
1088
+
1089
+ .fa.fa-steam {
1090
+ font-family: 'Font Awesome 6 Brands';
1091
+ font-weight: 400; }
1092
+
1093
+ .fa.fa-steam-square {
1094
+ font-family: 'Font Awesome 6 Brands';
1095
+ font-weight: 400; }
1096
+
1097
+ .fa.fa-steam-square {
1098
+ --fa: "\f1b7"; }
1099
+
1100
+ .fa.fa-automobile {
1101
+ --fa: "\f1b9"; }
1102
+
1103
+ .fa.fa-cab {
1104
+ --fa: "\f1ba"; }
1105
+
1106
+ .fa.fa-spotify {
1107
+ font-family: 'Font Awesome 6 Brands';
1108
+ font-weight: 400; }
1109
+
1110
+ .fa.fa-deviantart {
1111
+ font-family: 'Font Awesome 6 Brands';
1112
+ font-weight: 400; }
1113
+
1114
+ .fa.fa-soundcloud {
1115
+ font-family: 'Font Awesome 6 Brands';
1116
+ font-weight: 400; }
1117
+
1118
+ .fa.fa-file-pdf-o {
1119
+ font-family: 'Font Awesome 6 Free';
1120
+ font-weight: 400; }
1121
+
1122
+ .fa.fa-file-pdf-o {
1123
+ --fa: "\f1c1"; }
1124
+
1125
+ .fa.fa-file-word-o {
1126
+ font-family: 'Font Awesome 6 Free';
1127
+ font-weight: 400; }
1128
+
1129
+ .fa.fa-file-word-o {
1130
+ --fa: "\f1c2"; }
1131
+
1132
+ .fa.fa-file-excel-o {
1133
+ font-family: 'Font Awesome 6 Free';
1134
+ font-weight: 400; }
1135
+
1136
+ .fa.fa-file-excel-o {
1137
+ --fa: "\f1c3"; }
1138
+
1139
+ .fa.fa-file-powerpoint-o {
1140
+ font-family: 'Font Awesome 6 Free';
1141
+ font-weight: 400; }
1142
+
1143
+ .fa.fa-file-powerpoint-o {
1144
+ --fa: "\f1c4"; }
1145
+
1146
+ .fa.fa-file-image-o {
1147
+ font-family: 'Font Awesome 6 Free';
1148
+ font-weight: 400; }
1149
+
1150
+ .fa.fa-file-image-o {
1151
+ --fa: "\f1c5"; }
1152
+
1153
+ .fa.fa-file-photo-o {
1154
+ font-family: 'Font Awesome 6 Free';
1155
+ font-weight: 400; }
1156
+
1157
+ .fa.fa-file-photo-o {
1158
+ --fa: "\f1c5"; }
1159
+
1160
+ .fa.fa-file-picture-o {
1161
+ font-family: 'Font Awesome 6 Free';
1162
+ font-weight: 400; }
1163
+
1164
+ .fa.fa-file-picture-o {
1165
+ --fa: "\f1c5"; }
1166
+
1167
+ .fa.fa-file-archive-o {
1168
+ font-family: 'Font Awesome 6 Free';
1169
+ font-weight: 400; }
1170
+
1171
+ .fa.fa-file-archive-o {
1172
+ --fa: "\f1c6"; }
1173
+
1174
+ .fa.fa-file-zip-o {
1175
+ font-family: 'Font Awesome 6 Free';
1176
+ font-weight: 400; }
1177
+
1178
+ .fa.fa-file-zip-o {
1179
+ --fa: "\f1c6"; }
1180
+
1181
+ .fa.fa-file-audio-o {
1182
+ font-family: 'Font Awesome 6 Free';
1183
+ font-weight: 400; }
1184
+
1185
+ .fa.fa-file-audio-o {
1186
+ --fa: "\f1c7"; }
1187
+
1188
+ .fa.fa-file-sound-o {
1189
+ font-family: 'Font Awesome 6 Free';
1190
+ font-weight: 400; }
1191
+
1192
+ .fa.fa-file-sound-o {
1193
+ --fa: "\f1c7"; }
1194
+
1195
+ .fa.fa-file-video-o {
1196
+ font-family: 'Font Awesome 6 Free';
1197
+ font-weight: 400; }
1198
+
1199
+ .fa.fa-file-video-o {
1200
+ --fa: "\f1c8"; }
1201
+
1202
+ .fa.fa-file-movie-o {
1203
+ font-family: 'Font Awesome 6 Free';
1204
+ font-weight: 400; }
1205
+
1206
+ .fa.fa-file-movie-o {
1207
+ --fa: "\f1c8"; }
1208
+
1209
+ .fa.fa-file-code-o {
1210
+ font-family: 'Font Awesome 6 Free';
1211
+ font-weight: 400; }
1212
+
1213
+ .fa.fa-file-code-o {
1214
+ --fa: "\f1c9"; }
1215
+
1216
+ .fa.fa-vine {
1217
+ font-family: 'Font Awesome 6 Brands';
1218
+ font-weight: 400; }
1219
+
1220
+ .fa.fa-codepen {
1221
+ font-family: 'Font Awesome 6 Brands';
1222
+ font-weight: 400; }
1223
+
1224
+ .fa.fa-jsfiddle {
1225
+ font-family: 'Font Awesome 6 Brands';
1226
+ font-weight: 400; }
1227
+
1228
+ .fa.fa-life-bouy {
1229
+ --fa: "\f1cd"; }
1230
+
1231
+ .fa.fa-life-buoy {
1232
+ --fa: "\f1cd"; }
1233
+
1234
+ .fa.fa-life-saver {
1235
+ --fa: "\f1cd"; }
1236
+
1237
+ .fa.fa-support {
1238
+ --fa: "\f1cd"; }
1239
+
1240
+ .fa.fa-circle-o-notch {
1241
+ --fa: "\f1ce"; }
1242
+
1243
+ .fa.fa-rebel {
1244
+ font-family: 'Font Awesome 6 Brands';
1245
+ font-weight: 400; }
1246
+
1247
+ .fa.fa-ra {
1248
+ font-family: 'Font Awesome 6 Brands';
1249
+ font-weight: 400; }
1250
+
1251
+ .fa.fa-ra {
1252
+ --fa: "\f1d0"; }
1253
+
1254
+ .fa.fa-resistance {
1255
+ font-family: 'Font Awesome 6 Brands';
1256
+ font-weight: 400; }
1257
+
1258
+ .fa.fa-resistance {
1259
+ --fa: "\f1d0"; }
1260
+
1261
+ .fa.fa-empire {
1262
+ font-family: 'Font Awesome 6 Brands';
1263
+ font-weight: 400; }
1264
+
1265
+ .fa.fa-ge {
1266
+ font-family: 'Font Awesome 6 Brands';
1267
+ font-weight: 400; }
1268
+
1269
+ .fa.fa-ge {
1270
+ --fa: "\f1d1"; }
1271
+
1272
+ .fa.fa-git-square {
1273
+ font-family: 'Font Awesome 6 Brands';
1274
+ font-weight: 400; }
1275
+
1276
+ .fa.fa-git-square {
1277
+ --fa: "\f1d2"; }
1278
+
1279
+ .fa.fa-git {
1280
+ font-family: 'Font Awesome 6 Brands';
1281
+ font-weight: 400; }
1282
+
1283
+ .fa.fa-hacker-news {
1284
+ font-family: 'Font Awesome 6 Brands';
1285
+ font-weight: 400; }
1286
+
1287
+ .fa.fa-y-combinator-square {
1288
+ font-family: 'Font Awesome 6 Brands';
1289
+ font-weight: 400; }
1290
+
1291
+ .fa.fa-y-combinator-square {
1292
+ --fa: "\f1d4"; }
1293
+
1294
+ .fa.fa-yc-square {
1295
+ font-family: 'Font Awesome 6 Brands';
1296
+ font-weight: 400; }
1297
+
1298
+ .fa.fa-yc-square {
1299
+ --fa: "\f1d4"; }
1300
+
1301
+ .fa.fa-tencent-weibo {
1302
+ font-family: 'Font Awesome 6 Brands';
1303
+ font-weight: 400; }
1304
+
1305
+ .fa.fa-qq {
1306
+ font-family: 'Font Awesome 6 Brands';
1307
+ font-weight: 400; }
1308
+
1309
+ .fa.fa-weixin {
1310
+ font-family: 'Font Awesome 6 Brands';
1311
+ font-weight: 400; }
1312
+
1313
+ .fa.fa-wechat {
1314
+ font-family: 'Font Awesome 6 Brands';
1315
+ font-weight: 400; }
1316
+
1317
+ .fa.fa-wechat {
1318
+ --fa: "\f1d7"; }
1319
+
1320
+ .fa.fa-send {
1321
+ --fa: "\f1d8"; }
1322
+
1323
+ .fa.fa-paper-plane-o {
1324
+ font-family: 'Font Awesome 6 Free';
1325
+ font-weight: 400; }
1326
+
1327
+ .fa.fa-paper-plane-o {
1328
+ --fa: "\f1d8"; }
1329
+
1330
+ .fa.fa-send-o {
1331
+ font-family: 'Font Awesome 6 Free';
1332
+ font-weight: 400; }
1333
+
1334
+ .fa.fa-send-o {
1335
+ --fa: "\f1d8"; }
1336
+
1337
+ .fa.fa-circle-thin {
1338
+ font-family: 'Font Awesome 6 Free';
1339
+ font-weight: 400; }
1340
+
1341
+ .fa.fa-circle-thin {
1342
+ --fa: "\f111"; }
1343
+
1344
+ .fa.fa-header {
1345
+ --fa: "\f1dc"; }
1346
+
1347
+ .fa.fa-futbol-o {
1348
+ font-family: 'Font Awesome 6 Free';
1349
+ font-weight: 400; }
1350
+
1351
+ .fa.fa-futbol-o {
1352
+ --fa: "\f1e3"; }
1353
+
1354
+ .fa.fa-soccer-ball-o {
1355
+ font-family: 'Font Awesome 6 Free';
1356
+ font-weight: 400; }
1357
+
1358
+ .fa.fa-soccer-ball-o {
1359
+ --fa: "\f1e3"; }
1360
+
1361
+ .fa.fa-slideshare {
1362
+ font-family: 'Font Awesome 6 Brands';
1363
+ font-weight: 400; }
1364
+
1365
+ .fa.fa-twitch {
1366
+ font-family: 'Font Awesome 6 Brands';
1367
+ font-weight: 400; }
1368
+
1369
+ .fa.fa-yelp {
1370
+ font-family: 'Font Awesome 6 Brands';
1371
+ font-weight: 400; }
1372
+
1373
+ .fa.fa-newspaper-o {
1374
+ font-family: 'Font Awesome 6 Free';
1375
+ font-weight: 400; }
1376
+
1377
+ .fa.fa-newspaper-o {
1378
+ --fa: "\f1ea"; }
1379
+
1380
+ .fa.fa-paypal {
1381
+ font-family: 'Font Awesome 6 Brands';
1382
+ font-weight: 400; }
1383
+
1384
+ .fa.fa-google-wallet {
1385
+ font-family: 'Font Awesome 6 Brands';
1386
+ font-weight: 400; }
1387
+
1388
+ .fa.fa-cc-visa {
1389
+ font-family: 'Font Awesome 6 Brands';
1390
+ font-weight: 400; }
1391
+
1392
+ .fa.fa-cc-mastercard {
1393
+ font-family: 'Font Awesome 6 Brands';
1394
+ font-weight: 400; }
1395
+
1396
+ .fa.fa-cc-discover {
1397
+ font-family: 'Font Awesome 6 Brands';
1398
+ font-weight: 400; }
1399
+
1400
+ .fa.fa-cc-amex {
1401
+ font-family: 'Font Awesome 6 Brands';
1402
+ font-weight: 400; }
1403
+
1404
+ .fa.fa-cc-paypal {
1405
+ font-family: 'Font Awesome 6 Brands';
1406
+ font-weight: 400; }
1407
+
1408
+ .fa.fa-cc-stripe {
1409
+ font-family: 'Font Awesome 6 Brands';
1410
+ font-weight: 400; }
1411
+
1412
+ .fa.fa-bell-slash-o {
1413
+ font-family: 'Font Awesome 6 Free';
1414
+ font-weight: 400; }
1415
+
1416
+ .fa.fa-bell-slash-o {
1417
+ --fa: "\f1f6"; }
1418
+
1419
+ .fa.fa-trash {
1420
+ --fa: "\f2ed"; }
1421
+
1422
+ .fa.fa-copyright {
1423
+ font-family: 'Font Awesome 6 Free';
1424
+ font-weight: 400; }
1425
+
1426
+ .fa.fa-eyedropper {
1427
+ --fa: "\f1fb"; }
1428
+
1429
+ .fa.fa-area-chart {
1430
+ --fa: "\f1fe"; }
1431
+
1432
+ .fa.fa-pie-chart {
1433
+ --fa: "\f200"; }
1434
+
1435
+ .fa.fa-line-chart {
1436
+ --fa: "\f201"; }
1437
+
1438
+ .fa.fa-lastfm {
1439
+ font-family: 'Font Awesome 6 Brands';
1440
+ font-weight: 400; }
1441
+
1442
+ .fa.fa-lastfm-square {
1443
+ font-family: 'Font Awesome 6 Brands';
1444
+ font-weight: 400; }
1445
+
1446
+ .fa.fa-lastfm-square {
1447
+ --fa: "\f203"; }
1448
+
1449
+ .fa.fa-ioxhost {
1450
+ font-family: 'Font Awesome 6 Brands';
1451
+ font-weight: 400; }
1452
+
1453
+ .fa.fa-angellist {
1454
+ font-family: 'Font Awesome 6 Brands';
1455
+ font-weight: 400; }
1456
+
1457
+ .fa.fa-cc {
1458
+ font-family: 'Font Awesome 6 Free';
1459
+ font-weight: 400; }
1460
+
1461
+ .fa.fa-cc {
1462
+ --fa: "\f20a"; }
1463
+
1464
+ .fa.fa-ils {
1465
+ --fa: "\f20b"; }
1466
+
1467
+ .fa.fa-shekel {
1468
+ --fa: "\f20b"; }
1469
+
1470
+ .fa.fa-sheqel {
1471
+ --fa: "\f20b"; }
1472
+
1473
+ .fa.fa-buysellads {
1474
+ font-family: 'Font Awesome 6 Brands';
1475
+ font-weight: 400; }
1476
+
1477
+ .fa.fa-connectdevelop {
1478
+ font-family: 'Font Awesome 6 Brands';
1479
+ font-weight: 400; }
1480
+
1481
+ .fa.fa-dashcube {
1482
+ font-family: 'Font Awesome 6 Brands';
1483
+ font-weight: 400; }
1484
+
1485
+ .fa.fa-forumbee {
1486
+ font-family: 'Font Awesome 6 Brands';
1487
+ font-weight: 400; }
1488
+
1489
+ .fa.fa-leanpub {
1490
+ font-family: 'Font Awesome 6 Brands';
1491
+ font-weight: 400; }
1492
+
1493
+ .fa.fa-sellsy {
1494
+ font-family: 'Font Awesome 6 Brands';
1495
+ font-weight: 400; }
1496
+
1497
+ .fa.fa-shirtsinbulk {
1498
+ font-family: 'Font Awesome 6 Brands';
1499
+ font-weight: 400; }
1500
+
1501
+ .fa.fa-simplybuilt {
1502
+ font-family: 'Font Awesome 6 Brands';
1503
+ font-weight: 400; }
1504
+
1505
+ .fa.fa-skyatlas {
1506
+ font-family: 'Font Awesome 6 Brands';
1507
+ font-weight: 400; }
1508
+
1509
+ .fa.fa-diamond {
1510
+ font-family: 'Font Awesome 6 Free';
1511
+ font-weight: 400; }
1512
+
1513
+ .fa.fa-diamond {
1514
+ --fa: "\f3a5"; }
1515
+
1516
+ .fa.fa-transgender {
1517
+ --fa: "\f224"; }
1518
+
1519
+ .fa.fa-intersex {
1520
+ --fa: "\f224"; }
1521
+
1522
+ .fa.fa-transgender-alt {
1523
+ --fa: "\f225"; }
1524
+
1525
+ .fa.fa-facebook-official {
1526
+ font-family: 'Font Awesome 6 Brands';
1527
+ font-weight: 400; }
1528
+
1529
+ .fa.fa-facebook-official {
1530
+ --fa: "\f09a"; }
1531
+
1532
+ .fa.fa-pinterest-p {
1533
+ font-family: 'Font Awesome 6 Brands';
1534
+ font-weight: 400; }
1535
+
1536
+ .fa.fa-whatsapp {
1537
+ font-family: 'Font Awesome 6 Brands';
1538
+ font-weight: 400; }
1539
+
1540
+ .fa.fa-hotel {
1541
+ --fa: "\f236"; }
1542
+
1543
+ .fa.fa-viacoin {
1544
+ font-family: 'Font Awesome 6 Brands';
1545
+ font-weight: 400; }
1546
+
1547
+ .fa.fa-medium {
1548
+ font-family: 'Font Awesome 6 Brands';
1549
+ font-weight: 400; }
1550
+
1551
+ .fa.fa-y-combinator {
1552
+ font-family: 'Font Awesome 6 Brands';
1553
+ font-weight: 400; }
1554
+
1555
+ .fa.fa-yc {
1556
+ font-family: 'Font Awesome 6 Brands';
1557
+ font-weight: 400; }
1558
+
1559
+ .fa.fa-yc {
1560
+ --fa: "\f23b"; }
1561
+
1562
+ .fa.fa-optin-monster {
1563
+ font-family: 'Font Awesome 6 Brands';
1564
+ font-weight: 400; }
1565
+
1566
+ .fa.fa-opencart {
1567
+ font-family: 'Font Awesome 6 Brands';
1568
+ font-weight: 400; }
1569
+
1570
+ .fa.fa-expeditedssl {
1571
+ font-family: 'Font Awesome 6 Brands';
1572
+ font-weight: 400; }
1573
+
1574
+ .fa.fa-battery-4 {
1575
+ --fa: "\f240"; }
1576
+
1577
+ .fa.fa-battery {
1578
+ --fa: "\f240"; }
1579
+
1580
+ .fa.fa-battery-3 {
1581
+ --fa: "\f241"; }
1582
+
1583
+ .fa.fa-battery-2 {
1584
+ --fa: "\f242"; }
1585
+
1586
+ .fa.fa-battery-1 {
1587
+ --fa: "\f243"; }
1588
+
1589
+ .fa.fa-battery-0 {
1590
+ --fa: "\f244"; }
1591
+
1592
+ .fa.fa-object-group {
1593
+ font-family: 'Font Awesome 6 Free';
1594
+ font-weight: 400; }
1595
+
1596
+ .fa.fa-object-ungroup {
1597
+ font-family: 'Font Awesome 6 Free';
1598
+ font-weight: 400; }
1599
+
1600
+ .fa.fa-sticky-note-o {
1601
+ font-family: 'Font Awesome 6 Free';
1602
+ font-weight: 400; }
1603
+
1604
+ .fa.fa-sticky-note-o {
1605
+ --fa: "\f249"; }
1606
+
1607
+ .fa.fa-cc-jcb {
1608
+ font-family: 'Font Awesome 6 Brands';
1609
+ font-weight: 400; }
1610
+
1611
+ .fa.fa-cc-diners-club {
1612
+ font-family: 'Font Awesome 6 Brands';
1613
+ font-weight: 400; }
1614
+
1615
+ .fa.fa-clone {
1616
+ font-family: 'Font Awesome 6 Free';
1617
+ font-weight: 400; }
1618
+
1619
+ .fa.fa-hourglass-o {
1620
+ --fa: "\f254"; }
1621
+
1622
+ .fa.fa-hourglass-1 {
1623
+ --fa: "\f251"; }
1624
+
1625
+ .fa.fa-hourglass-2 {
1626
+ --fa: "\f252"; }
1627
+
1628
+ .fa.fa-hourglass-3 {
1629
+ --fa: "\f253"; }
1630
+
1631
+ .fa.fa-hand-rock-o {
1632
+ font-family: 'Font Awesome 6 Free';
1633
+ font-weight: 400; }
1634
+
1635
+ .fa.fa-hand-rock-o {
1636
+ --fa: "\f255"; }
1637
+
1638
+ .fa.fa-hand-grab-o {
1639
+ font-family: 'Font Awesome 6 Free';
1640
+ font-weight: 400; }
1641
+
1642
+ .fa.fa-hand-grab-o {
1643
+ --fa: "\f255"; }
1644
+
1645
+ .fa.fa-hand-paper-o {
1646
+ font-family: 'Font Awesome 6 Free';
1647
+ font-weight: 400; }
1648
+
1649
+ .fa.fa-hand-paper-o {
1650
+ --fa: "\f256"; }
1651
+
1652
+ .fa.fa-hand-stop-o {
1653
+ font-family: 'Font Awesome 6 Free';
1654
+ font-weight: 400; }
1655
+
1656
+ .fa.fa-hand-stop-o {
1657
+ --fa: "\f256"; }
1658
+
1659
+ .fa.fa-hand-scissors-o {
1660
+ font-family: 'Font Awesome 6 Free';
1661
+ font-weight: 400; }
1662
+
1663
+ .fa.fa-hand-scissors-o {
1664
+ --fa: "\f257"; }
1665
+
1666
+ .fa.fa-hand-lizard-o {
1667
+ font-family: 'Font Awesome 6 Free';
1668
+ font-weight: 400; }
1669
+
1670
+ .fa.fa-hand-lizard-o {
1671
+ --fa: "\f258"; }
1672
+
1673
+ .fa.fa-hand-spock-o {
1674
+ font-family: 'Font Awesome 6 Free';
1675
+ font-weight: 400; }
1676
+
1677
+ .fa.fa-hand-spock-o {
1678
+ --fa: "\f259"; }
1679
+
1680
+ .fa.fa-hand-pointer-o {
1681
+ font-family: 'Font Awesome 6 Free';
1682
+ font-weight: 400; }
1683
+
1684
+ .fa.fa-hand-pointer-o {
1685
+ --fa: "\f25a"; }
1686
+
1687
+ .fa.fa-hand-peace-o {
1688
+ font-family: 'Font Awesome 6 Free';
1689
+ font-weight: 400; }
1690
+
1691
+ .fa.fa-hand-peace-o {
1692
+ --fa: "\f25b"; }
1693
+
1694
+ .fa.fa-registered {
1695
+ font-family: 'Font Awesome 6 Free';
1696
+ font-weight: 400; }
1697
+
1698
+ .fa.fa-creative-commons {
1699
+ font-family: 'Font Awesome 6 Brands';
1700
+ font-weight: 400; }
1701
+
1702
+ .fa.fa-gg {
1703
+ font-family: 'Font Awesome 6 Brands';
1704
+ font-weight: 400; }
1705
+
1706
+ .fa.fa-gg-circle {
1707
+ font-family: 'Font Awesome 6 Brands';
1708
+ font-weight: 400; }
1709
+
1710
+ .fa.fa-odnoklassniki {
1711
+ font-family: 'Font Awesome 6 Brands';
1712
+ font-weight: 400; }
1713
+
1714
+ .fa.fa-odnoklassniki-square {
1715
+ font-family: 'Font Awesome 6 Brands';
1716
+ font-weight: 400; }
1717
+
1718
+ .fa.fa-odnoklassniki-square {
1719
+ --fa: "\f264"; }
1720
+
1721
+ .fa.fa-get-pocket {
1722
+ font-family: 'Font Awesome 6 Brands';
1723
+ font-weight: 400; }
1724
+
1725
+ .fa.fa-wikipedia-w {
1726
+ font-family: 'Font Awesome 6 Brands';
1727
+ font-weight: 400; }
1728
+
1729
+ .fa.fa-safari {
1730
+ font-family: 'Font Awesome 6 Brands';
1731
+ font-weight: 400; }
1732
+
1733
+ .fa.fa-chrome {
1734
+ font-family: 'Font Awesome 6 Brands';
1735
+ font-weight: 400; }
1736
+
1737
+ .fa.fa-firefox {
1738
+ font-family: 'Font Awesome 6 Brands';
1739
+ font-weight: 400; }
1740
+
1741
+ .fa.fa-opera {
1742
+ font-family: 'Font Awesome 6 Brands';
1743
+ font-weight: 400; }
1744
+
1745
+ .fa.fa-internet-explorer {
1746
+ font-family: 'Font Awesome 6 Brands';
1747
+ font-weight: 400; }
1748
+
1749
+ .fa.fa-television {
1750
+ --fa: "\f26c"; }
1751
+
1752
+ .fa.fa-contao {
1753
+ font-family: 'Font Awesome 6 Brands';
1754
+ font-weight: 400; }
1755
+
1756
+ .fa.fa-500px {
1757
+ font-family: 'Font Awesome 6 Brands';
1758
+ font-weight: 400; }
1759
+
1760
+ .fa.fa-amazon {
1761
+ font-family: 'Font Awesome 6 Brands';
1762
+ font-weight: 400; }
1763
+
1764
+ .fa.fa-calendar-plus-o {
1765
+ font-family: 'Font Awesome 6 Free';
1766
+ font-weight: 400; }
1767
+
1768
+ .fa.fa-calendar-plus-o {
1769
+ --fa: "\f271"; }
1770
+
1771
+ .fa.fa-calendar-minus-o {
1772
+ font-family: 'Font Awesome 6 Free';
1773
+ font-weight: 400; }
1774
+
1775
+ .fa.fa-calendar-minus-o {
1776
+ --fa: "\f272"; }
1777
+
1778
+ .fa.fa-calendar-times-o {
1779
+ font-family: 'Font Awesome 6 Free';
1780
+ font-weight: 400; }
1781
+
1782
+ .fa.fa-calendar-times-o {
1783
+ --fa: "\f273"; }
1784
+
1785
+ .fa.fa-calendar-check-o {
1786
+ font-family: 'Font Awesome 6 Free';
1787
+ font-weight: 400; }
1788
+
1789
+ .fa.fa-calendar-check-o {
1790
+ --fa: "\f274"; }
1791
+
1792
+ .fa.fa-map-o {
1793
+ font-family: 'Font Awesome 6 Free';
1794
+ font-weight: 400; }
1795
+
1796
+ .fa.fa-map-o {
1797
+ --fa: "\f279"; }
1798
+
1799
+ .fa.fa-commenting {
1800
+ --fa: "\f4ad"; }
1801
+
1802
+ .fa.fa-commenting-o {
1803
+ font-family: 'Font Awesome 6 Free';
1804
+ font-weight: 400; }
1805
+
1806
+ .fa.fa-commenting-o {
1807
+ --fa: "\f4ad"; }
1808
+
1809
+ .fa.fa-houzz {
1810
+ font-family: 'Font Awesome 6 Brands';
1811
+ font-weight: 400; }
1812
+
1813
+ .fa.fa-vimeo {
1814
+ font-family: 'Font Awesome 6 Brands';
1815
+ font-weight: 400; }
1816
+
1817
+ .fa.fa-vimeo {
1818
+ --fa: "\f27d"; }
1819
+
1820
+ .fa.fa-black-tie {
1821
+ font-family: 'Font Awesome 6 Brands';
1822
+ font-weight: 400; }
1823
+
1824
+ .fa.fa-fonticons {
1825
+ font-family: 'Font Awesome 6 Brands';
1826
+ font-weight: 400; }
1827
+
1828
+ .fa.fa-reddit-alien {
1829
+ font-family: 'Font Awesome 6 Brands';
1830
+ font-weight: 400; }
1831
+
1832
+ .fa.fa-edge {
1833
+ font-family: 'Font Awesome 6 Brands';
1834
+ font-weight: 400; }
1835
+
1836
+ .fa.fa-credit-card-alt {
1837
+ --fa: "\f09d"; }
1838
+
1839
+ .fa.fa-codiepie {
1840
+ font-family: 'Font Awesome 6 Brands';
1841
+ font-weight: 400; }
1842
+
1843
+ .fa.fa-modx {
1844
+ font-family: 'Font Awesome 6 Brands';
1845
+ font-weight: 400; }
1846
+
1847
+ .fa.fa-fort-awesome {
1848
+ font-family: 'Font Awesome 6 Brands';
1849
+ font-weight: 400; }
1850
+
1851
+ .fa.fa-usb {
1852
+ font-family: 'Font Awesome 6 Brands';
1853
+ font-weight: 400; }
1854
+
1855
+ .fa.fa-product-hunt {
1856
+ font-family: 'Font Awesome 6 Brands';
1857
+ font-weight: 400; }
1858
+
1859
+ .fa.fa-mixcloud {
1860
+ font-family: 'Font Awesome 6 Brands';
1861
+ font-weight: 400; }
1862
+
1863
+ .fa.fa-scribd {
1864
+ font-family: 'Font Awesome 6 Brands';
1865
+ font-weight: 400; }
1866
+
1867
+ .fa.fa-pause-circle-o {
1868
+ font-family: 'Font Awesome 6 Free';
1869
+ font-weight: 400; }
1870
+
1871
+ .fa.fa-pause-circle-o {
1872
+ --fa: "\f28b"; }
1873
+
1874
+ .fa.fa-stop-circle-o {
1875
+ font-family: 'Font Awesome 6 Free';
1876
+ font-weight: 400; }
1877
+
1878
+ .fa.fa-stop-circle-o {
1879
+ --fa: "\f28d"; }
1880
+
1881
+ .fa.fa-bluetooth {
1882
+ font-family: 'Font Awesome 6 Brands';
1883
+ font-weight: 400; }
1884
+
1885
+ .fa.fa-bluetooth-b {
1886
+ font-family: 'Font Awesome 6 Brands';
1887
+ font-weight: 400; }
1888
+
1889
+ .fa.fa-gitlab {
1890
+ font-family: 'Font Awesome 6 Brands';
1891
+ font-weight: 400; }
1892
+
1893
+ .fa.fa-wpbeginner {
1894
+ font-family: 'Font Awesome 6 Brands';
1895
+ font-weight: 400; }
1896
+
1897
+ .fa.fa-wpforms {
1898
+ font-family: 'Font Awesome 6 Brands';
1899
+ font-weight: 400; }
1900
+
1901
+ .fa.fa-envira {
1902
+ font-family: 'Font Awesome 6 Brands';
1903
+ font-weight: 400; }
1904
+
1905
+ .fa.fa-wheelchair-alt {
1906
+ font-family: 'Font Awesome 6 Brands';
1907
+ font-weight: 400; }
1908
+
1909
+ .fa.fa-wheelchair-alt {
1910
+ --fa: "\f368"; }
1911
+
1912
+ .fa.fa-question-circle-o {
1913
+ font-family: 'Font Awesome 6 Free';
1914
+ font-weight: 400; }
1915
+
1916
+ .fa.fa-question-circle-o {
1917
+ --fa: "\f059"; }
1918
+
1919
+ .fa.fa-volume-control-phone {
1920
+ --fa: "\f2a0"; }
1921
+
1922
+ .fa.fa-asl-interpreting {
1923
+ --fa: "\f2a3"; }
1924
+
1925
+ .fa.fa-deafness {
1926
+ --fa: "\f2a4"; }
1927
+
1928
+ .fa.fa-hard-of-hearing {
1929
+ --fa: "\f2a4"; }
1930
+
1931
+ .fa.fa-glide {
1932
+ font-family: 'Font Awesome 6 Brands';
1933
+ font-weight: 400; }
1934
+
1935
+ .fa.fa-glide-g {
1936
+ font-family: 'Font Awesome 6 Brands';
1937
+ font-weight: 400; }
1938
+
1939
+ .fa.fa-signing {
1940
+ --fa: "\f2a7"; }
1941
+
1942
+ .fa.fa-viadeo {
1943
+ font-family: 'Font Awesome 6 Brands';
1944
+ font-weight: 400; }
1945
+
1946
+ .fa.fa-viadeo-square {
1947
+ font-family: 'Font Awesome 6 Brands';
1948
+ font-weight: 400; }
1949
+
1950
+ .fa.fa-viadeo-square {
1951
+ --fa: "\f2aa"; }
1952
+
1953
+ .fa.fa-snapchat {
1954
+ font-family: 'Font Awesome 6 Brands';
1955
+ font-weight: 400; }
1956
+
1957
+ .fa.fa-snapchat-ghost {
1958
+ font-family: 'Font Awesome 6 Brands';
1959
+ font-weight: 400; }
1960
+
1961
+ .fa.fa-snapchat-ghost {
1962
+ --fa: "\f2ab"; }
1963
+
1964
+ .fa.fa-snapchat-square {
1965
+ font-family: 'Font Awesome 6 Brands';
1966
+ font-weight: 400; }
1967
+
1968
+ .fa.fa-snapchat-square {
1969
+ --fa: "\f2ad"; }
1970
+
1971
+ .fa.fa-pied-piper {
1972
+ font-family: 'Font Awesome 6 Brands';
1973
+ font-weight: 400; }
1974
+
1975
+ .fa.fa-first-order {
1976
+ font-family: 'Font Awesome 6 Brands';
1977
+ font-weight: 400; }
1978
+
1979
+ .fa.fa-yoast {
1980
+ font-family: 'Font Awesome 6 Brands';
1981
+ font-weight: 400; }
1982
+
1983
+ .fa.fa-themeisle {
1984
+ font-family: 'Font Awesome 6 Brands';
1985
+ font-weight: 400; }
1986
+
1987
+ .fa.fa-google-plus-official {
1988
+ font-family: 'Font Awesome 6 Brands';
1989
+ font-weight: 400; }
1990
+
1991
+ .fa.fa-google-plus-official {
1992
+ --fa: "\f2b3"; }
1993
+
1994
+ .fa.fa-google-plus-circle {
1995
+ font-family: 'Font Awesome 6 Brands';
1996
+ font-weight: 400; }
1997
+
1998
+ .fa.fa-google-plus-circle {
1999
+ --fa: "\f2b3"; }
2000
+
2001
+ .fa.fa-font-awesome {
2002
+ font-family: 'Font Awesome 6 Brands';
2003
+ font-weight: 400; }
2004
+
2005
+ .fa.fa-fa {
2006
+ font-family: 'Font Awesome 6 Brands';
2007
+ font-weight: 400; }
2008
+
2009
+ .fa.fa-fa {
2010
+ --fa: "\f2b4"; }
2011
+
2012
+ .fa.fa-handshake-o {
2013
+ font-family: 'Font Awesome 6 Free';
2014
+ font-weight: 400; }
2015
+
2016
+ .fa.fa-handshake-o {
2017
+ --fa: "\f2b5"; }
2018
+
2019
+ .fa.fa-envelope-open-o {
2020
+ font-family: 'Font Awesome 6 Free';
2021
+ font-weight: 400; }
2022
+
2023
+ .fa.fa-envelope-open-o {
2024
+ --fa: "\f2b6"; }
2025
+
2026
+ .fa.fa-linode {
2027
+ font-family: 'Font Awesome 6 Brands';
2028
+ font-weight: 400; }
2029
+
2030
+ .fa.fa-address-book-o {
2031
+ font-family: 'Font Awesome 6 Free';
2032
+ font-weight: 400; }
2033
+
2034
+ .fa.fa-address-book-o {
2035
+ --fa: "\f2b9"; }
2036
+
2037
+ .fa.fa-vcard {
2038
+ --fa: "\f2bb"; }
2039
+
2040
+ .fa.fa-address-card-o {
2041
+ font-family: 'Font Awesome 6 Free';
2042
+ font-weight: 400; }
2043
+
2044
+ .fa.fa-address-card-o {
2045
+ --fa: "\f2bb"; }
2046
+
2047
+ .fa.fa-vcard-o {
2048
+ font-family: 'Font Awesome 6 Free';
2049
+ font-weight: 400; }
2050
+
2051
+ .fa.fa-vcard-o {
2052
+ --fa: "\f2bb"; }
2053
+
2054
+ .fa.fa-user-circle-o {
2055
+ font-family: 'Font Awesome 6 Free';
2056
+ font-weight: 400; }
2057
+
2058
+ .fa.fa-user-circle-o {
2059
+ --fa: "\f2bd"; }
2060
+
2061
+ .fa.fa-user-o {
2062
+ font-family: 'Font Awesome 6 Free';
2063
+ font-weight: 400; }
2064
+
2065
+ .fa.fa-user-o {
2066
+ --fa: "\f007"; }
2067
+
2068
+ .fa.fa-id-badge {
2069
+ font-family: 'Font Awesome 6 Free';
2070
+ font-weight: 400; }
2071
+
2072
+ .fa.fa-drivers-license {
2073
+ --fa: "\f2c2"; }
2074
+
2075
+ .fa.fa-id-card-o {
2076
+ font-family: 'Font Awesome 6 Free';
2077
+ font-weight: 400; }
2078
+
2079
+ .fa.fa-id-card-o {
2080
+ --fa: "\f2c2"; }
2081
+
2082
+ .fa.fa-drivers-license-o {
2083
+ font-family: 'Font Awesome 6 Free';
2084
+ font-weight: 400; }
2085
+
2086
+ .fa.fa-drivers-license-o {
2087
+ --fa: "\f2c2"; }
2088
+
2089
+ .fa.fa-quora {
2090
+ font-family: 'Font Awesome 6 Brands';
2091
+ font-weight: 400; }
2092
+
2093
+ .fa.fa-free-code-camp {
2094
+ font-family: 'Font Awesome 6 Brands';
2095
+ font-weight: 400; }
2096
+
2097
+ .fa.fa-telegram {
2098
+ font-family: 'Font Awesome 6 Brands';
2099
+ font-weight: 400; }
2100
+
2101
+ .fa.fa-thermometer-4 {
2102
+ --fa: "\f2c7"; }
2103
+
2104
+ .fa.fa-thermometer {
2105
+ --fa: "\f2c7"; }
2106
+
2107
+ .fa.fa-thermometer-3 {
2108
+ --fa: "\f2c8"; }
2109
+
2110
+ .fa.fa-thermometer-2 {
2111
+ --fa: "\f2c9"; }
2112
+
2113
+ .fa.fa-thermometer-1 {
2114
+ --fa: "\f2ca"; }
2115
+
2116
+ .fa.fa-thermometer-0 {
2117
+ --fa: "\f2cb"; }
2118
+
2119
+ .fa.fa-bathtub {
2120
+ --fa: "\f2cd"; }
2121
+
2122
+ .fa.fa-s15 {
2123
+ --fa: "\f2cd"; }
2124
+
2125
+ .fa.fa-window-maximize {
2126
+ font-family: 'Font Awesome 6 Free';
2127
+ font-weight: 400; }
2128
+
2129
+ .fa.fa-window-restore {
2130
+ font-family: 'Font Awesome 6 Free';
2131
+ font-weight: 400; }
2132
+
2133
+ .fa.fa-times-rectangle {
2134
+ --fa: "\f410"; }
2135
+
2136
+ .fa.fa-window-close-o {
2137
+ font-family: 'Font Awesome 6 Free';
2138
+ font-weight: 400; }
2139
+
2140
+ .fa.fa-window-close-o {
2141
+ --fa: "\f410"; }
2142
+
2143
+ .fa.fa-times-rectangle-o {
2144
+ font-family: 'Font Awesome 6 Free';
2145
+ font-weight: 400; }
2146
+
2147
+ .fa.fa-times-rectangle-o {
2148
+ --fa: "\f410"; }
2149
+
2150
+ .fa.fa-bandcamp {
2151
+ font-family: 'Font Awesome 6 Brands';
2152
+ font-weight: 400; }
2153
+
2154
+ .fa.fa-grav {
2155
+ font-family: 'Font Awesome 6 Brands';
2156
+ font-weight: 400; }
2157
+
2158
+ .fa.fa-etsy {
2159
+ font-family: 'Font Awesome 6 Brands';
2160
+ font-weight: 400; }
2161
+
2162
+ .fa.fa-imdb {
2163
+ font-family: 'Font Awesome 6 Brands';
2164
+ font-weight: 400; }
2165
+
2166
+ .fa.fa-ravelry {
2167
+ font-family: 'Font Awesome 6 Brands';
2168
+ font-weight: 400; }
2169
+
2170
+ .fa.fa-eercast {
2171
+ font-family: 'Font Awesome 6 Brands';
2172
+ font-weight: 400; }
2173
+
2174
+ .fa.fa-eercast {
2175
+ --fa: "\f2da"; }
2176
+
2177
+ .fa.fa-snowflake-o {
2178
+ font-family: 'Font Awesome 6 Free';
2179
+ font-weight: 400; }
2180
+
2181
+ .fa.fa-snowflake-o {
2182
+ --fa: "\f2dc"; }
2183
+
2184
+ .fa.fa-superpowers {
2185
+ font-family: 'Font Awesome 6 Brands';
2186
+ font-weight: 400; }
2187
+
2188
+ .fa.fa-wpexplorer {
2189
+ font-family: 'Font Awesome 6 Brands';
2190
+ font-weight: 400; }
2191
+
2192
+ .fa.fa-meetup {
2193
+ font-family: 'Font Awesome 6 Brands';
2194
+ font-weight: 400; }