hds-web 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1262) hide show
  1. package/README.md +5 -0
  2. package/dist/index.css +6 -0
  3. package/dist/index.es.css +6 -0
  4. package/dist/index.es.js +14 -0
  5. package/dist/index.js +14 -0
  6. package/package.json +100 -0
  7. package/postcss.config.js +8 -0
  8. package/rollup.config.js +54 -0
  9. package/src/HDS/assets/V3/Hasura-Primary.svg +10 -0
  10. package/src/HDS/assets/V3/HasuraBlueLogo.svg +4 -0
  11. package/src/HDS/assets/icons/activity-heart.svg +3 -0
  12. package/src/HDS/assets/icons/activity.svg +3 -0
  13. package/src/HDS/assets/icons/airplay.svg +3 -0
  14. package/src/HDS/assets/icons/airpods.svg +4 -0
  15. package/src/HDS/assets/icons/alarm-clock-check.svg +3 -0
  16. package/src/HDS/assets/icons/alarm-clock-minus.svg +3 -0
  17. package/src/HDS/assets/icons/alarm-clock-off.svg +3 -0
  18. package/src/HDS/assets/icons/alarm-clock-plus.svg +3 -0
  19. package/src/HDS/assets/icons/alarm-clock.svg +3 -0
  20. package/src/HDS/assets/icons/alert-circle.svg +3 -0
  21. package/src/HDS/assets/icons/alert-hexagon.svg +3 -0
  22. package/src/HDS/assets/icons/alert-octagon.svg +3 -0
  23. package/src/HDS/assets/icons/alert-square.svg +3 -0
  24. package/src/HDS/assets/icons/alert-triangle.svg +3 -0
  25. package/src/HDS/assets/icons/align-bottom-01.svg +3 -0
  26. package/src/HDS/assets/icons/align-bottom-02.svg +4 -0
  27. package/src/HDS/assets/icons/align-center.svg +3 -0
  28. package/src/HDS/assets/icons/align-horizontal-centre-01.svg +3 -0
  29. package/src/HDS/assets/icons/align-horizontal-centre-02.svg +4 -0
  30. package/src/HDS/assets/icons/align-justify.svg +3 -0
  31. package/src/HDS/assets/icons/align-left-01.svg +3 -0
  32. package/src/HDS/assets/icons/align-left-02.svg +4 -0
  33. package/src/HDS/assets/icons/align-left.svg +3 -0
  34. package/src/HDS/assets/icons/align-right-01.svg +3 -0
  35. package/src/HDS/assets/icons/align-right-02.svg +4 -0
  36. package/src/HDS/assets/icons/align-right.svg +3 -0
  37. package/src/HDS/assets/icons/align-top-arrow-01.svg +3 -0
  38. package/src/HDS/assets/icons/align-top-arrow-02.svg +4 -0
  39. package/src/HDS/assets/icons/align-vertical-center-01.svg +3 -0
  40. package/src/HDS/assets/icons/align-vertical-center-02.svg +4 -0
  41. package/src/HDS/assets/icons/anchor.svg +3 -0
  42. package/src/HDS/assets/icons/annotation-alert.svg +3 -0
  43. package/src/HDS/assets/icons/annotation-check.svg +3 -0
  44. package/src/HDS/assets/icons/annotation-dots.svg +3 -0
  45. package/src/HDS/assets/icons/annotation-heart.svg +4 -0
  46. package/src/HDS/assets/icons/annotation-info.svg +3 -0
  47. package/src/HDS/assets/icons/annotation-plus.svg +3 -0
  48. package/src/HDS/assets/icons/annotation-question.svg +3 -0
  49. package/src/HDS/assets/icons/annotation-x.svg +3 -0
  50. package/src/HDS/assets/icons/annotation.svg +3 -0
  51. package/src/HDS/assets/icons/announcement-01.svg +3 -0
  52. package/src/HDS/assets/icons/announcement-02.svg +3 -0
  53. package/src/HDS/assets/icons/announcement-03.svg +3 -0
  54. package/src/HDS/assets/icons/archive.svg +3 -0
  55. package/src/HDS/assets/icons/arrow-block-down.svg +3 -0
  56. package/src/HDS/assets/icons/arrow-block-left.svg +3 -0
  57. package/src/HDS/assets/icons/arrow-block-right.svg +3 -0
  58. package/src/HDS/assets/icons/arrow-block-up.svg +3 -0
  59. package/src/HDS/assets/icons/arrow-circle-broken-down-left.svg +3 -0
  60. package/src/HDS/assets/icons/arrow-circle-broken-down-right.svg +3 -0
  61. package/src/HDS/assets/icons/arrow-circle-broken-down.svg +3 -0
  62. package/src/HDS/assets/icons/arrow-circle-broken-left.svg +3 -0
  63. package/src/HDS/assets/icons/arrow-circle-broken-right.svg +3 -0
  64. package/src/HDS/assets/icons/arrow-circle-broken-up-left.svg +3 -0
  65. package/src/HDS/assets/icons/arrow-circle-broken-up-right.svg +3 -0
  66. package/src/HDS/assets/icons/arrow-circle-broken-up.svg +3 -0
  67. package/src/HDS/assets/icons/arrow-circle-down-left.svg +3 -0
  68. package/src/HDS/assets/icons/arrow-circle-down-right.svg +3 -0
  69. package/src/HDS/assets/icons/arrow-circle-down.svg +3 -0
  70. package/src/HDS/assets/icons/arrow-circle-left.svg +3 -0
  71. package/src/HDS/assets/icons/arrow-circle-right.svg +3 -0
  72. package/src/HDS/assets/icons/arrow-circle-up-left.svg +3 -0
  73. package/src/HDS/assets/icons/arrow-circle-up-right.svg +3 -0
  74. package/src/HDS/assets/icons/arrow-circle-up.svg +3 -0
  75. package/src/HDS/assets/icons/arrow-down-left.svg +3 -0
  76. package/src/HDS/assets/icons/arrow-down-right.svg +3 -0
  77. package/src/HDS/assets/icons/arrow-down.svg +3 -0
  78. package/src/HDS/assets/icons/arrow-left.svg +3 -0
  79. package/src/HDS/assets/icons/arrow-narrow-down-left.svg +3 -0
  80. package/src/HDS/assets/icons/arrow-narrow-down-right.svg +3 -0
  81. package/src/HDS/assets/icons/arrow-narrow-down.svg +3 -0
  82. package/src/HDS/assets/icons/arrow-narrow-left.svg +3 -0
  83. package/src/HDS/assets/icons/arrow-narrow-right.svg +3 -0
  84. package/src/HDS/assets/icons/arrow-narrow-up-left.svg +3 -0
  85. package/src/HDS/assets/icons/arrow-narrow-up-right.svg +3 -0
  86. package/src/HDS/assets/icons/arrow-narrow-up.svg +3 -0
  87. package/src/HDS/assets/icons/arrow-right.svg +3 -0
  88. package/src/HDS/assets/icons/arrow-square-down-left.svg +3 -0
  89. package/src/HDS/assets/icons/arrow-square-down-right.svg +3 -0
  90. package/src/HDS/assets/icons/arrow-square-down.svg +3 -0
  91. package/src/HDS/assets/icons/arrow-square-left.svg +3 -0
  92. package/src/HDS/assets/icons/arrow-square-right.svg +3 -0
  93. package/src/HDS/assets/icons/arrow-square-up-left.svg +3 -0
  94. package/src/HDS/assets/icons/arrow-square-up-right.svg +3 -0
  95. package/src/HDS/assets/icons/arrow-square-up.svg +3 -0
  96. package/src/HDS/assets/icons/arrow-up-left.svg +3 -0
  97. package/src/HDS/assets/icons/arrow-up-right.svg +3 -0
  98. package/src/HDS/assets/icons/arrow-up.svg +3 -0
  99. package/src/HDS/assets/icons/arrows-down.svg +3 -0
  100. package/src/HDS/assets/icons/arrows-left.svg +3 -0
  101. package/src/HDS/assets/icons/arrows-right.svg +3 -0
  102. package/src/HDS/assets/icons/arrows-triangle.svg +3 -0
  103. package/src/HDS/assets/icons/arrows-up.svg +3 -0
  104. package/src/HDS/assets/icons/asterisk-01.svg +3 -0
  105. package/src/HDS/assets/icons/asterisk-02.svg +3 -0
  106. package/src/HDS/assets/icons/at-sign.svg +3 -0
  107. package/src/HDS/assets/icons/atom-01.svg +3 -0
  108. package/src/HDS/assets/icons/atom-02.svg +3 -0
  109. package/src/HDS/assets/icons/attachment-01.svg +3 -0
  110. package/src/HDS/assets/icons/attachment-02.svg +3 -0
  111. package/src/HDS/assets/icons/award-01.svg +3 -0
  112. package/src/HDS/assets/icons/award-02.svg +3 -0
  113. package/src/HDS/assets/icons/award-03.svg +3 -0
  114. package/src/HDS/assets/icons/award-04.svg +3 -0
  115. package/src/HDS/assets/icons/award-05.svg +3 -0
  116. package/src/HDS/assets/icons/backpack.svg +3 -0
  117. package/src/HDS/assets/icons/bank-note-01.svg +3 -0
  118. package/src/HDS/assets/icons/bank-note-02.svg +3 -0
  119. package/src/HDS/assets/icons/bank-note-03.svg +3 -0
  120. package/src/HDS/assets/icons/bank.svg +3 -0
  121. package/src/HDS/assets/icons/bar-chart-01.svg +3 -0
  122. package/src/HDS/assets/icons/bar-chart-02.svg +3 -0
  123. package/src/HDS/assets/icons/bar-chart-03.svg +3 -0
  124. package/src/HDS/assets/icons/bar-chart-04.svg +3 -0
  125. package/src/HDS/assets/icons/bar-chart-05.svg +3 -0
  126. package/src/HDS/assets/icons/bar-chart-06.svg +3 -0
  127. package/src/HDS/assets/icons/bar-chart-07.svg +3 -0
  128. package/src/HDS/assets/icons/bar-chart-08.svg +3 -0
  129. package/src/HDS/assets/icons/bar-chart-09.svg +3 -0
  130. package/src/HDS/assets/icons/bar-chart-10.svg +3 -0
  131. package/src/HDS/assets/icons/bar-chart-11.svg +3 -0
  132. package/src/HDS/assets/icons/bar-chart-12.svg +3 -0
  133. package/src/HDS/assets/icons/bar-chart-circle-01.svg +3 -0
  134. package/src/HDS/assets/icons/bar-chart-circle-02.svg +3 -0
  135. package/src/HDS/assets/icons/bar-chart-circle-03.svg +3 -0
  136. package/src/HDS/assets/icons/bar-chart-square-01.svg +3 -0
  137. package/src/HDS/assets/icons/bar-chart-square-02.svg +3 -0
  138. package/src/HDS/assets/icons/bar-chart-square-03.svg +3 -0
  139. package/src/HDS/assets/icons/bar-chart-square-down.svg +3 -0
  140. package/src/HDS/assets/icons/bar-chart-square-minus.svg +3 -0
  141. package/src/HDS/assets/icons/bar-chart-square-plus.svg +3 -0
  142. package/src/HDS/assets/icons/bar-chart-square-up.svg +3 -0
  143. package/src/HDS/assets/icons/bar-line-chart.svg +3 -0
  144. package/src/HDS/assets/icons/battery-charging-01.svg +3 -0
  145. package/src/HDS/assets/icons/battery-charging-02.svg +3 -0
  146. package/src/HDS/assets/icons/battery-empty.svg +3 -0
  147. package/src/HDS/assets/icons/battery-full.svg +3 -0
  148. package/src/HDS/assets/icons/battery-low.svg +3 -0
  149. package/src/HDS/assets/icons/battery-mid.svg +3 -0
  150. package/src/HDS/assets/icons/beaker-01.svg +3 -0
  151. package/src/HDS/assets/icons/beaker-02.svg +3 -0
  152. package/src/HDS/assets/icons/bell-01.svg +3 -0
  153. package/src/HDS/assets/icons/bell-02.svg +3 -0
  154. package/src/HDS/assets/icons/bell-03.svg +3 -0
  155. package/src/HDS/assets/icons/bell-04.svg +3 -0
  156. package/src/HDS/assets/icons/bell-minus.svg +3 -0
  157. package/src/HDS/assets/icons/bell-off-01.svg +3 -0
  158. package/src/HDS/assets/icons/bell-off-02.svg +3 -0
  159. package/src/HDS/assets/icons/bell-off-03.svg +3 -0
  160. package/src/HDS/assets/icons/bell-plus.svg +3 -0
  161. package/src/HDS/assets/icons/bell-ringing-01.svg +3 -0
  162. package/src/HDS/assets/icons/bell-ringing-02.svg +3 -0
  163. package/src/HDS/assets/icons/bell-ringing-03.svg +3 -0
  164. package/src/HDS/assets/icons/bell-ringing-04.svg +3 -0
  165. package/src/HDS/assets/icons/bezier-curve-01.svg +3 -0
  166. package/src/HDS/assets/icons/bezier-curve-02.svg +3 -0
  167. package/src/HDS/assets/icons/bezier-curve-03.svg +3 -0
  168. package/src/HDS/assets/icons/bluetooth-connect.svg +3 -0
  169. package/src/HDS/assets/icons/bluetooth-off.svg +3 -0
  170. package/src/HDS/assets/icons/bluetooth-on.svg +3 -0
  171. package/src/HDS/assets/icons/bluetooth-signal.svg +3 -0
  172. package/src/HDS/assets/icons/bold-01.svg +3 -0
  173. package/src/HDS/assets/icons/bold-02.svg +3 -0
  174. package/src/HDS/assets/icons/bold-square.svg +3 -0
  175. package/src/HDS/assets/icons/book-closed.svg +3 -0
  176. package/src/HDS/assets/icons/book-open-01.svg +3 -0
  177. package/src/HDS/assets/icons/book-open-02.svg +3 -0
  178. package/src/HDS/assets/icons/bookmark-add.svg +3 -0
  179. package/src/HDS/assets/icons/bookmark-check.svg +3 -0
  180. package/src/HDS/assets/icons/bookmark-minus.svg +3 -0
  181. package/src/HDS/assets/icons/bookmark-x.svg +3 -0
  182. package/src/HDS/assets/icons/bookmark.svg +3 -0
  183. package/src/HDS/assets/icons/box.svg +3 -0
  184. package/src/HDS/assets/icons/brackets-check.svg +3 -0
  185. package/src/HDS/assets/icons/brackets-ellipses.svg +3 -0
  186. package/src/HDS/assets/icons/brackets-minus.svg +3 -0
  187. package/src/HDS/assets/icons/brackets-plus.svg +3 -0
  188. package/src/HDS/assets/icons/brackets-slash.svg +3 -0
  189. package/src/HDS/assets/icons/brackets-x.svg +3 -0
  190. package/src/HDS/assets/icons/brackets.svg +3 -0
  191. package/src/HDS/assets/icons/briefcase-01.svg +3 -0
  192. package/src/HDS/assets/icons/briefcase-02.svg +3 -0
  193. package/src/HDS/assets/icons/browser.svg +3 -0
  194. package/src/HDS/assets/icons/brush-01.svg +3 -0
  195. package/src/HDS/assets/icons/brush-02.svg +3 -0
  196. package/src/HDS/assets/icons/brush-03.svg +3 -0
  197. package/src/HDS/assets/icons/building-01.svg +3 -0
  198. package/src/HDS/assets/icons/building-02.svg +3 -0
  199. package/src/HDS/assets/icons/building-03.svg +3 -0
  200. package/src/HDS/assets/icons/building-04.svg +3 -0
  201. package/src/HDS/assets/icons/building-05.svg +3 -0
  202. package/src/HDS/assets/icons/building-06.svg +3 -0
  203. package/src/HDS/assets/icons/building-07.svg +3 -0
  204. package/src/HDS/assets/icons/building-08.svg +3 -0
  205. package/src/HDS/assets/icons/bus.svg +3 -0
  206. package/src/HDS/assets/icons/calculator.svg +3 -0
  207. package/src/HDS/assets/icons/calendar-check-01.svg +3 -0
  208. package/src/HDS/assets/icons/calendar-check-02.svg +3 -0
  209. package/src/HDS/assets/icons/calendar-date.svg +3 -0
  210. package/src/HDS/assets/icons/calendar-heart-01.svg +3 -0
  211. package/src/HDS/assets/icons/calendar-heart-02.svg +3 -0
  212. package/src/HDS/assets/icons/calendar-minus-01.svg +3 -0
  213. package/src/HDS/assets/icons/calendar-minus-02.svg +3 -0
  214. package/src/HDS/assets/icons/calendar-plus-01.svg +3 -0
  215. package/src/HDS/assets/icons/calendar-plus-02.svg +3 -0
  216. package/src/HDS/assets/icons/calendar.svg +3 -0
  217. package/src/HDS/assets/icons/camera-01.svg +4 -0
  218. package/src/HDS/assets/icons/camera-02.svg +4 -0
  219. package/src/HDS/assets/icons/camera-03.svg +4 -0
  220. package/src/HDS/assets/icons/camera-lens.svg +3 -0
  221. package/src/HDS/assets/icons/camera-off.svg +3 -0
  222. package/src/HDS/assets/icons/camera-plus.svg +3 -0
  223. package/src/HDS/assets/icons/certificate-01.svg +3 -0
  224. package/src/HDS/assets/icons/certificate-02.svg +3 -0
  225. package/src/HDS/assets/icons/chart-breakout-circle.svg +3 -0
  226. package/src/HDS/assets/icons/chart-breakout-square.svg +3 -0
  227. package/src/HDS/assets/icons/check-circle-broken.svg +3 -0
  228. package/src/HDS/assets/icons/check-circle.svg +3 -0
  229. package/src/HDS/assets/icons/check-done-01.svg +3 -0
  230. package/src/HDS/assets/icons/check-done-02.svg +3 -0
  231. package/src/HDS/assets/icons/check-heart.svg +3 -0
  232. package/src/HDS/assets/icons/check-square-broken.svg +3 -0
  233. package/src/HDS/assets/icons/check-square.svg +3 -0
  234. package/src/HDS/assets/icons/check-verified-01.svg +3 -0
  235. package/src/HDS/assets/icons/check-verified-02.svg +3 -0
  236. package/src/HDS/assets/icons/check-verified-03.svg +3 -0
  237. package/src/HDS/assets/icons/check.svg +3 -0
  238. package/src/HDS/assets/icons/chevron-down-double.svg +3 -0
  239. package/src/HDS/assets/icons/chevron-down.svg +3 -0
  240. package/src/HDS/assets/icons/chevron-left-double.svg +3 -0
  241. package/src/HDS/assets/icons/chevron-left.svg +3 -0
  242. package/src/HDS/assets/icons/chevron-right-double.svg +3 -0
  243. package/src/HDS/assets/icons/chevron-right.svg +3 -0
  244. package/src/HDS/assets/icons/chevron-selector-horizontal.svg +3 -0
  245. package/src/HDS/assets/icons/chevron-selector-vertical.svg +3 -0
  246. package/src/HDS/assets/icons/chevron-up-double.svg +3 -0
  247. package/src/HDS/assets/icons/chevron-up.svg +3 -0
  248. package/src/HDS/assets/icons/chrome-cast.svg +3 -0
  249. package/src/HDS/assets/icons/circle-cut.svg +3 -0
  250. package/src/HDS/assets/icons/circle.svg +3 -0
  251. package/src/HDS/assets/icons/clapperboard.svg +3 -0
  252. package/src/HDS/assets/icons/clipboard-attachment.svg +3 -0
  253. package/src/HDS/assets/icons/clipboard-check.svg +3 -0
  254. package/src/HDS/assets/icons/clipboard-download.svg +3 -0
  255. package/src/HDS/assets/icons/clipboard-minus.svg +3 -0
  256. package/src/HDS/assets/icons/clipboard-plus.svg +3 -0
  257. package/src/HDS/assets/icons/clipboard-x.svg +3 -0
  258. package/src/HDS/assets/icons/clipboard.svg +3 -0
  259. package/src/HDS/assets/icons/clock-check.svg +3 -0
  260. package/src/HDS/assets/icons/clock-fast-forward.svg +3 -0
  261. package/src/HDS/assets/icons/clock-plus.svg +3 -0
  262. package/src/HDS/assets/icons/clock-refresh.svg +3 -0
  263. package/src/HDS/assets/icons/clock-rewind.svg +3 -0
  264. package/src/HDS/assets/icons/clock-snooze.svg +3 -0
  265. package/src/HDS/assets/icons/clock-stopwatch.svg +3 -0
  266. package/src/HDS/assets/icons/clock.svg +3 -0
  267. package/src/HDS/assets/icons/cloud-01.svg +3 -0
  268. package/src/HDS/assets/icons/cloud-02.svg +3 -0
  269. package/src/HDS/assets/icons/cloud-03.svg +3 -0
  270. package/src/HDS/assets/icons/cloud-blank-01.svg +3 -0
  271. package/src/HDS/assets/icons/cloud-blank-02.svg +3 -0
  272. package/src/HDS/assets/icons/cloud-lightning.svg +3 -0
  273. package/src/HDS/assets/icons/cloud-moon.svg +3 -0
  274. package/src/HDS/assets/icons/cloud-off.svg +3 -0
  275. package/src/HDS/assets/icons/cloud-raining-01.svg +3 -0
  276. package/src/HDS/assets/icons/cloud-raining-02.svg +3 -0
  277. package/src/HDS/assets/icons/cloud-raining-03.svg +3 -0
  278. package/src/HDS/assets/icons/cloud-raining-04.svg +3 -0
  279. package/src/HDS/assets/icons/cloud-raining-05.svg +3 -0
  280. package/src/HDS/assets/icons/cloud-raining-06.svg +3 -0
  281. package/src/HDS/assets/icons/cloud-snowing-01.svg +3 -0
  282. package/src/HDS/assets/icons/cloud-snowing-02.svg +3 -0
  283. package/src/HDS/assets/icons/cloud-sun-01.svg +3 -0
  284. package/src/HDS/assets/icons/cloud-sun-02.svg +3 -0
  285. package/src/HDS/assets/icons/cloud-sun-03.svg +3 -0
  286. package/src/HDS/assets/icons/code-01.svg +3 -0
  287. package/src/HDS/assets/icons/code-02.svg +3 -0
  288. package/src/HDS/assets/icons/code-browser.svg +3 -0
  289. package/src/HDS/assets/icons/code-circle-01.svg +3 -0
  290. package/src/HDS/assets/icons/code-circle-02.svg +3 -0
  291. package/src/HDS/assets/icons/code-circle-03.svg +3 -0
  292. package/src/HDS/assets/icons/code-snippet-01.svg +3 -0
  293. package/src/HDS/assets/icons/code-snippet-02.svg +3 -0
  294. package/src/HDS/assets/icons/code-square-01.svg +3 -0
  295. package/src/HDS/assets/icons/code-square-02.svg +3 -0
  296. package/src/HDS/assets/icons/codepen.svg +3 -0
  297. package/src/HDS/assets/icons/coins-01.svg +3 -0
  298. package/src/HDS/assets/icons/coins-02.svg +3 -0
  299. package/src/HDS/assets/icons/coins-03.svg +3 -0
  300. package/src/HDS/assets/icons/coins-04.svg +3 -0
  301. package/src/HDS/assets/icons/coins-hand.svg +3 -0
  302. package/src/HDS/assets/icons/coins-stacked-01.svg +3 -0
  303. package/src/HDS/assets/icons/coins-stacked-02.svg +3 -0
  304. package/src/HDS/assets/icons/coins-stacked-03.svg +3 -0
  305. package/src/HDS/assets/icons/coins-stacked-04.svg +3 -0
  306. package/src/HDS/assets/icons/coins-swap-01.svg +3 -0
  307. package/src/HDS/assets/icons/coins-swap-02.svg +3 -0
  308. package/src/HDS/assets/icons/colors-1.svg +3 -0
  309. package/src/HDS/assets/icons/colors.svg +3 -0
  310. package/src/HDS/assets/icons/columns-01.svg +4 -0
  311. package/src/HDS/assets/icons/columns-02.svg +3 -0
  312. package/src/HDS/assets/icons/columns-03.svg +3 -0
  313. package/src/HDS/assets/icons/command.svg +3 -0
  314. package/src/HDS/assets/icons/compass-01.svg +3 -0
  315. package/src/HDS/assets/icons/compass-02.svg +3 -0
  316. package/src/HDS/assets/icons/compass-03.svg +4 -0
  317. package/src/HDS/assets/icons/compass.svg +3 -0
  318. package/src/HDS/assets/icons/container.svg +3 -0
  319. package/src/HDS/assets/icons/contrast-01.svg +3 -0
  320. package/src/HDS/assets/icons/contrast-02.svg +4 -0
  321. package/src/HDS/assets/icons/contrast-03.svg +4 -0
  322. package/src/HDS/assets/icons/copy-01.svg +3 -0
  323. package/src/HDS/assets/icons/copy-02.svg +3 -0
  324. package/src/HDS/assets/icons/copy-03.svg +3 -0
  325. package/src/HDS/assets/icons/copy-04.svg +3 -0
  326. package/src/HDS/assets/icons/copy-05.svg +3 -0
  327. package/src/HDS/assets/icons/copy-06.svg +3 -0
  328. package/src/HDS/assets/icons/copy-07.svg +3 -0
  329. package/src/HDS/assets/icons/corner-down-left.svg +3 -0
  330. package/src/HDS/assets/icons/corner-down-right.svg +3 -0
  331. package/src/HDS/assets/icons/corner-left-down.svg +3 -0
  332. package/src/HDS/assets/icons/corner-left-up.svg +3 -0
  333. package/src/HDS/assets/icons/corner-right-down.svg +3 -0
  334. package/src/HDS/assets/icons/corner-right-up.svg +3 -0
  335. package/src/HDS/assets/icons/corner-up-left.svg +3 -0
  336. package/src/HDS/assets/icons/corner-up-right.svg +3 -0
  337. package/src/HDS/assets/icons/cpu-chip-01.svg +3 -0
  338. package/src/HDS/assets/icons/cpu-chip-02.svg +3 -0
  339. package/src/HDS/assets/icons/credit-card-01.svg +3 -0
  340. package/src/HDS/assets/icons/credit-card-02.svg +3 -0
  341. package/src/HDS/assets/icons/credit-card-check.svg +3 -0
  342. package/src/HDS/assets/icons/credit-card-down.svg +3 -0
  343. package/src/HDS/assets/icons/credit-card-download.svg +3 -0
  344. package/src/HDS/assets/icons/credit-card-edit.svg +3 -0
  345. package/src/HDS/assets/icons/credit-card-lock.svg +3 -0
  346. package/src/HDS/assets/icons/credit-card-minus.svg +3 -0
  347. package/src/HDS/assets/icons/credit-card-plus.svg +3 -0
  348. package/src/HDS/assets/icons/credit-card-refresh.svg +3 -0
  349. package/src/HDS/assets/icons/credit-card-search.svg +3 -0
  350. package/src/HDS/assets/icons/credit-card-shield.svg +3 -0
  351. package/src/HDS/assets/icons/credit-card-up.svg +3 -0
  352. package/src/HDS/assets/icons/credit-card-upload.svg +3 -0
  353. package/src/HDS/assets/icons/credit-card-x.svg +3 -0
  354. package/src/HDS/assets/icons/crop-01.svg +3 -0
  355. package/src/HDS/assets/icons/crop-02.svg +3 -0
  356. package/src/HDS/assets/icons/cryptocurrency-01.svg +3 -0
  357. package/src/HDS/assets/icons/cryptocurrency-02.svg +3 -0
  358. package/src/HDS/assets/icons/cryptocurrency-03.svg +3 -0
  359. package/src/HDS/assets/icons/cryptocurrency-04.svg +3 -0
  360. package/src/HDS/assets/icons/cube-01.svg +3 -0
  361. package/src/HDS/assets/icons/cube-02.svg +3 -0
  362. package/src/HDS/assets/icons/cube-03.svg +3 -0
  363. package/src/HDS/assets/icons/cube-04.svg +3 -0
  364. package/src/HDS/assets/icons/cube-outline.svg +3 -0
  365. package/src/HDS/assets/icons/currency-bitcoin-circle.svg +3 -0
  366. package/src/HDS/assets/icons/currency-bitcoin.svg +3 -0
  367. package/src/HDS/assets/icons/currency-dollar-circle.svg +3 -0
  368. package/src/HDS/assets/icons/currency-dollar.svg +3 -0
  369. package/src/HDS/assets/icons/currency-ethereum-circle.svg +3 -0
  370. package/src/HDS/assets/icons/currency-ethereum.svg +3 -0
  371. package/src/HDS/assets/icons/currency-euro-circle.svg +3 -0
  372. package/src/HDS/assets/icons/currency-euro.svg +3 -0
  373. package/src/HDS/assets/icons/currency-pound-circle.svg +3 -0
  374. package/src/HDS/assets/icons/currency-pound.svg +3 -0
  375. package/src/HDS/assets/icons/currency-ruble-circle.svg +3 -0
  376. package/src/HDS/assets/icons/currency-ruble.svg +3 -0
  377. package/src/HDS/assets/icons/currency-rupee-circle.svg +3 -0
  378. package/src/HDS/assets/icons/currency-rupee.svg +3 -0
  379. package/src/HDS/assets/icons/currency-yen-circle.svg +3 -0
  380. package/src/HDS/assets/icons/currency-yen.svg +3 -0
  381. package/src/HDS/assets/icons/cursor-01.svg +3 -0
  382. package/src/HDS/assets/icons/cursor-02.svg +3 -0
  383. package/src/HDS/assets/icons/cursor-03.svg +3 -0
  384. package/src/HDS/assets/icons/cursor-04.svg +3 -0
  385. package/src/HDS/assets/icons/cursor-box.svg +3 -0
  386. package/src/HDS/assets/icons/cursor-click-01.svg +3 -0
  387. package/src/HDS/assets/icons/cursor-click-02.svg +3 -0
  388. package/src/HDS/assets/icons/data.svg +6 -0
  389. package/src/HDS/assets/icons/database-01.svg +3 -0
  390. package/src/HDS/assets/icons/database-02.svg +3 -0
  391. package/src/HDS/assets/icons/database-03.svg +3 -0
  392. package/src/HDS/assets/icons/dataflow-01.svg +3 -0
  393. package/src/HDS/assets/icons/dataflow-02.svg +3 -0
  394. package/src/HDS/assets/icons/dataflow-03.svg +3 -0
  395. package/src/HDS/assets/icons/dataflow-04.svg +3 -0
  396. package/src/HDS/assets/icons/delete.svg +3 -0
  397. package/src/HDS/assets/icons/diamond-01.svg +3 -0
  398. package/src/HDS/assets/icons/diamond-02.svg +3 -0
  399. package/src/HDS/assets/icons/dice-1.svg +3 -0
  400. package/src/HDS/assets/icons/dice-2.svg +3 -0
  401. package/src/HDS/assets/icons/dice-3.svg +3 -0
  402. package/src/HDS/assets/icons/dice-4.svg +3 -0
  403. package/src/HDS/assets/icons/dice-5.svg +3 -0
  404. package/src/HDS/assets/icons/dice-6.svg +3 -0
  405. package/src/HDS/assets/icons/disc-01.svg +4 -0
  406. package/src/HDS/assets/icons/disc-02.svg +3 -0
  407. package/src/HDS/assets/icons/distribute-spacing-horizontal.svg +3 -0
  408. package/src/HDS/assets/icons/distribute-spacing-vertical.svg +3 -0
  409. package/src/HDS/assets/icons/divide-01.svg +3 -0
  410. package/src/HDS/assets/icons/divide-02.svg +3 -0
  411. package/src/HDS/assets/icons/divide-03.svg +3 -0
  412. package/src/HDS/assets/icons/divider.svg +3 -0
  413. package/src/HDS/assets/icons/dotpoints-01.svg +3 -0
  414. package/src/HDS/assets/icons/dotpoints-02.svg +3 -0
  415. package/src/HDS/assets/icons/dots-grid.svg +11 -0
  416. package/src/HDS/assets/icons/dots-horizontal.svg +5 -0
  417. package/src/HDS/assets/icons/dots-vertical.svg +5 -0
  418. package/src/HDS/assets/icons/download-01.svg +3 -0
  419. package/src/HDS/assets/icons/download-02.svg +3 -0
  420. package/src/HDS/assets/icons/download-03.svg +3 -0
  421. package/src/HDS/assets/icons/download-04.svg +3 -0
  422. package/src/HDS/assets/icons/download-cloud-01.svg +3 -0
  423. package/src/HDS/assets/icons/download-cloud-02.svg +3 -0
  424. package/src/HDS/assets/icons/drop.svg +3 -0
  425. package/src/HDS/assets/icons/droplets-01.svg +4 -0
  426. package/src/HDS/assets/icons/droplets-02.svg +3 -0
  427. package/src/HDS/assets/icons/droplets-03.svg +3 -0
  428. package/src/HDS/assets/icons/dropper.svg +3 -0
  429. package/src/HDS/assets/icons/edit-01.svg +3 -0
  430. package/src/HDS/assets/icons/edit-02.svg +3 -0
  431. package/src/HDS/assets/icons/edit-03.svg +3 -0
  432. package/src/HDS/assets/icons/edit-04.svg +3 -0
  433. package/src/HDS/assets/icons/edit-05.svg +3 -0
  434. package/src/HDS/assets/icons/equal-not.svg +3 -0
  435. package/src/HDS/assets/icons/equal.svg +3 -0
  436. package/src/HDS/assets/icons/eraser.svg +3 -0
  437. package/src/HDS/assets/icons/expand-01.svg +3 -0
  438. package/src/HDS/assets/icons/expand-02.svg +3 -0
  439. package/src/HDS/assets/icons/expand-03.svg +3 -0
  440. package/src/HDS/assets/icons/expand-04.svg +3 -0
  441. package/src/HDS/assets/icons/expand-05.svg +3 -0
  442. package/src/HDS/assets/icons/expand-06.svg +3 -0
  443. package/src/HDS/assets/icons/eye-off.svg +3 -0
  444. package/src/HDS/assets/icons/eye.svg +4 -0
  445. package/src/HDS/assets/icons/face-content.svg +3 -0
  446. package/src/HDS/assets/icons/face-frown.svg +3 -0
  447. package/src/HDS/assets/icons/face-happy.svg +3 -0
  448. package/src/HDS/assets/icons/face-id-square.svg +3 -0
  449. package/src/HDS/assets/icons/face-id.svg +3 -0
  450. package/src/HDS/assets/icons/face-neutral.svg +3 -0
  451. package/src/HDS/assets/icons/face-sad.svg +3 -0
  452. package/src/HDS/assets/icons/face-smile.svg +3 -0
  453. package/src/HDS/assets/icons/face-wink.svg +3 -0
  454. package/src/HDS/assets/icons/fast-backward.svg +4 -0
  455. package/src/HDS/assets/icons/fast-forward.svg +4 -0
  456. package/src/HDS/assets/icons/feather.svg +3 -0
  457. package/src/HDS/assets/icons/figma.svg +3 -0
  458. package/src/HDS/assets/icons/file-01.svg +3 -0
  459. package/src/HDS/assets/icons/file-02.svg +3 -0
  460. package/src/HDS/assets/icons/file-03.svg +3 -0
  461. package/src/HDS/assets/icons/file-04.svg +3 -0
  462. package/src/HDS/assets/icons/file-05.svg +3 -0
  463. package/src/HDS/assets/icons/file-06.svg +3 -0
  464. package/src/HDS/assets/icons/file-07.svg +3 -0
  465. package/src/HDS/assets/icons/file-attachment-01.svg +3 -0
  466. package/src/HDS/assets/icons/file-attachment-02.svg +3 -0
  467. package/src/HDS/assets/icons/file-attachment-03.svg +3 -0
  468. package/src/HDS/assets/icons/file-attachment-04.svg +3 -0
  469. package/src/HDS/assets/icons/file-attachment-05.svg +3 -0
  470. package/src/HDS/assets/icons/file-check-01.svg +3 -0
  471. package/src/HDS/assets/icons/file-check-02.svg +3 -0
  472. package/src/HDS/assets/icons/file-check-03.svg +3 -0
  473. package/src/HDS/assets/icons/file-code-01.svg +3 -0
  474. package/src/HDS/assets/icons/file-code-02.svg +3 -0
  475. package/src/HDS/assets/icons/file-download-01.svg +3 -0
  476. package/src/HDS/assets/icons/file-download-02.svg +3 -0
  477. package/src/HDS/assets/icons/file-download-03.svg +3 -0
  478. package/src/HDS/assets/icons/file-heart-01.svg +3 -0
  479. package/src/HDS/assets/icons/file-heart-02.svg +3 -0
  480. package/src/HDS/assets/icons/file-heart-03.svg +3 -0
  481. package/src/HDS/assets/icons/file-lock-01.svg +3 -0
  482. package/src/HDS/assets/icons/file-lock-02.svg +3 -0
  483. package/src/HDS/assets/icons/file-lock-03.svg +3 -0
  484. package/src/HDS/assets/icons/file-minus-01.svg +3 -0
  485. package/src/HDS/assets/icons/file-minus-02.svg +3 -0
  486. package/src/HDS/assets/icons/file-minus-03.svg +3 -0
  487. package/src/HDS/assets/icons/file-plus-01.svg +3 -0
  488. package/src/HDS/assets/icons/file-plus-02.svg +3 -0
  489. package/src/HDS/assets/icons/file-plus-03.svg +3 -0
  490. package/src/HDS/assets/icons/file-question-01.svg +3 -0
  491. package/src/HDS/assets/icons/file-question-02.svg +3 -0
  492. package/src/HDS/assets/icons/file-question-03.svg +3 -0
  493. package/src/HDS/assets/icons/file-search-01.svg +3 -0
  494. package/src/HDS/assets/icons/file-search-02.svg +3 -0
  495. package/src/HDS/assets/icons/file-search-03.svg +3 -0
  496. package/src/HDS/assets/icons/file-shield-01.svg +3 -0
  497. package/src/HDS/assets/icons/file-shield-02.svg +3 -0
  498. package/src/HDS/assets/icons/file-shield-03.svg +3 -0
  499. package/src/HDS/assets/icons/file-x-01.svg +3 -0
  500. package/src/HDS/assets/icons/file-x-02.svg +3 -0
  501. package/src/HDS/assets/icons/file-x-03.svg +3 -0
  502. package/src/HDS/assets/icons/film-01.svg +3 -0
  503. package/src/HDS/assets/icons/film-02.svg +3 -0
  504. package/src/HDS/assets/icons/film-03.svg +3 -0
  505. package/src/HDS/assets/icons/filter-funnel-01.svg +3 -0
  506. package/src/HDS/assets/icons/filter-funnel-02.svg +3 -0
  507. package/src/HDS/assets/icons/filter-lines.svg +3 -0
  508. package/src/HDS/assets/icons/fingerprint-01.svg +3 -0
  509. package/src/HDS/assets/icons/fingerprint-02.svg +3 -0
  510. package/src/HDS/assets/icons/fingerprint-04.svg +3 -0
  511. package/src/HDS/assets/icons/flag-01.svg +3 -0
  512. package/src/HDS/assets/icons/flag-02.svg +3 -0
  513. package/src/HDS/assets/icons/flag-03.svg +3 -0
  514. package/src/HDS/assets/icons/flag-04.svg +3 -0
  515. package/src/HDS/assets/icons/flag-05.svg +3 -0
  516. package/src/HDS/assets/icons/flag-06.svg +3 -0
  517. package/src/HDS/assets/icons/flash-off.svg +3 -0
  518. package/src/HDS/assets/icons/flash.svg +3 -0
  519. package/src/HDS/assets/icons/flex-align-bottom.svg +3 -0
  520. package/src/HDS/assets/icons/flex-align-left.svg +3 -0
  521. package/src/HDS/assets/icons/flex-align-right.svg +3 -0
  522. package/src/HDS/assets/icons/flex-align-top.svg +3 -0
  523. package/src/HDS/assets/icons/flip-backward.svg +3 -0
  524. package/src/HDS/assets/icons/flip-forward.svg +3 -0
  525. package/src/HDS/assets/icons/folder-check.svg +3 -0
  526. package/src/HDS/assets/icons/folder-closed.svg +3 -0
  527. package/src/HDS/assets/icons/folder-code.svg +3 -0
  528. package/src/HDS/assets/icons/folder-download.svg +3 -0
  529. package/src/HDS/assets/icons/folder-lock.svg +3 -0
  530. package/src/HDS/assets/icons/folder-minus.svg +3 -0
  531. package/src/HDS/assets/icons/folder-plus.svg +3 -0
  532. package/src/HDS/assets/icons/folder-question.svg +3 -0
  533. package/src/HDS/assets/icons/folder-search.svg +3 -0
  534. package/src/HDS/assets/icons/folder-shield.svg +3 -0
  535. package/src/HDS/assets/icons/folder-x.svg +3 -0
  536. package/src/HDS/assets/icons/folder.svg +3 -0
  537. package/src/HDS/assets/icons/framer.svg +3 -0
  538. package/src/HDS/assets/icons/gaming-pad-01.svg +3 -0
  539. package/src/HDS/assets/icons/gaming-pad-02.svg +3 -0
  540. package/src/HDS/assets/icons/gift-01.svg +3 -0
  541. package/src/HDS/assets/icons/gift-02.svg +3 -0
  542. package/src/HDS/assets/icons/git-branch-01.svg +3 -0
  543. package/src/HDS/assets/icons/git-branch-02.svg +3 -0
  544. package/src/HDS/assets/icons/git-commit.svg +3 -0
  545. package/src/HDS/assets/icons/git-merge.svg +3 -0
  546. package/src/HDS/assets/icons/git-pull-request.svg +3 -0
  547. package/src/HDS/assets/icons/glasses-01.svg +3 -0
  548. package/src/HDS/assets/icons/glasses-02.svg +3 -0
  549. package/src/HDS/assets/icons/globe-01-1.svg +3 -0
  550. package/src/HDS/assets/icons/globe-01.svg +3 -0
  551. package/src/HDS/assets/icons/globe-02-1.svg +3 -0
  552. package/src/HDS/assets/icons/globe-02.svg +3 -0
  553. package/src/HDS/assets/icons/globe-03.svg +3 -0
  554. package/src/HDS/assets/icons/globe-04.svg +3 -0
  555. package/src/HDS/assets/icons/globe-05.svg +3 -0
  556. package/src/HDS/assets/icons/globe-06.svg +3 -0
  557. package/src/HDS/assets/icons/google-chrome.svg +3 -0
  558. package/src/HDS/assets/icons/graduation-hat-01.svg +3 -0
  559. package/src/HDS/assets/icons/graduation-hat-02.svg +3 -0
  560. package/src/HDS/assets/icons/grid-01.svg +6 -0
  561. package/src/HDS/assets/icons/grid-02.svg +3 -0
  562. package/src/HDS/assets/icons/grid-03.svg +3 -0
  563. package/src/HDS/assets/icons/grid-dots-blank.svg +3 -0
  564. package/src/HDS/assets/icons/grid-dots-bottom.svg +3 -0
  565. package/src/HDS/assets/icons/grid-dots-horizontal-center.svg +3 -0
  566. package/src/HDS/assets/icons/grid-dots-left.svg +3 -0
  567. package/src/HDS/assets/icons/grid-dots-outer.svg +3 -0
  568. package/src/HDS/assets/icons/grid-dots-right.svg +3 -0
  569. package/src/HDS/assets/icons/grid-dots-top.svg +3 -0
  570. package/src/HDS/assets/icons/grid-dots-vertical-center.svg +3 -0
  571. package/src/HDS/assets/icons/hand.svg +3 -0
  572. package/src/HDS/assets/icons/hard-drive.svg +3 -0
  573. package/src/HDS/assets/icons/hash-01.svg +3 -0
  574. package/src/HDS/assets/icons/hash-02.svg +3 -0
  575. package/src/HDS/assets/icons/heading-01.svg +3 -0
  576. package/src/HDS/assets/icons/heading-02.svg +3 -0
  577. package/src/HDS/assets/icons/heading-square.svg +3 -0
  578. package/src/HDS/assets/icons/headphones-01.svg +3 -0
  579. package/src/HDS/assets/icons/headphones-02.svg +3 -0
  580. package/src/HDS/assets/icons/heart-circle.svg +4 -0
  581. package/src/HDS/assets/icons/heart-hand.svg +3 -0
  582. package/src/HDS/assets/icons/heart-hexagon.svg +4 -0
  583. package/src/HDS/assets/icons/heart-octagon.svg +4 -0
  584. package/src/HDS/assets/icons/heart-rounded.svg +3 -0
  585. package/src/HDS/assets/icons/heart-square.svg +4 -0
  586. package/src/HDS/assets/icons/heart.svg +3 -0
  587. package/src/HDS/assets/icons/hearts.svg +3 -0
  588. package/src/HDS/assets/icons/help-circle.svg +3 -0
  589. package/src/HDS/assets/icons/help-octagon-1.svg +3 -0
  590. package/src/HDS/assets/icons/help-octagon.svg +3 -0
  591. package/src/HDS/assets/icons/help-square.svg +3 -0
  592. package/src/HDS/assets/icons/hexagon-01.svg +3 -0
  593. package/src/HDS/assets/icons/hexagon-02.svg +3 -0
  594. package/src/HDS/assets/icons/home-01.svg +3 -0
  595. package/src/HDS/assets/icons/home-02.svg +3 -0
  596. package/src/HDS/assets/icons/home-03.svg +3 -0
  597. package/src/HDS/assets/icons/home-04.svg +4 -0
  598. package/src/HDS/assets/icons/home-05.svg +3 -0
  599. package/src/HDS/assets/icons/home-line.svg +3 -0
  600. package/src/HDS/assets/icons/home-smile.svg +3 -0
  601. package/src/HDS/assets/icons/horizontal-bar-chart-01.svg +3 -0
  602. package/src/HDS/assets/icons/horizontal-bar-chart-02.svg +3 -0
  603. package/src/HDS/assets/icons/horizontal-bar-chart-03.svg +3 -0
  604. package/src/HDS/assets/icons/hourglass-01.svg +3 -0
  605. package/src/HDS/assets/icons/hourglass-02.svg +3 -0
  606. package/src/HDS/assets/icons/hourglass-03.svg +3 -0
  607. package/src/HDS/assets/icons/hurricane-01.svg +3 -0
  608. package/src/HDS/assets/icons/hurricane-02.svg +3 -0
  609. package/src/HDS/assets/icons/hurricane-03.svg +3 -0
  610. package/src/HDS/assets/icons/image-01.svg +3 -0
  611. package/src/HDS/assets/icons/image-02.svg +3 -0
  612. package/src/HDS/assets/icons/image-03.svg +3 -0
  613. package/src/HDS/assets/icons/image-04.svg +4 -0
  614. package/src/HDS/assets/icons/image-05.svg +3 -0
  615. package/src/HDS/assets/icons/image-check.svg +3 -0
  616. package/src/HDS/assets/icons/image-down.svg +3 -0
  617. package/src/HDS/assets/icons/image-indent-left.svg +3 -0
  618. package/src/HDS/assets/icons/image-indent-right.svg +3 -0
  619. package/src/HDS/assets/icons/image-left.svg +3 -0
  620. package/src/HDS/assets/icons/image-plus.svg +3 -0
  621. package/src/HDS/assets/icons/image-right.svg +3 -0
  622. package/src/HDS/assets/icons/image-up.svg +3 -0
  623. package/src/HDS/assets/icons/image-user-check.svg +3 -0
  624. package/src/HDS/assets/icons/image-user-down.svg +3 -0
  625. package/src/HDS/assets/icons/image-user-left.svg +3 -0
  626. package/src/HDS/assets/icons/image-user-plus.svg +3 -0
  627. package/src/HDS/assets/icons/image-user-right.svg +3 -0
  628. package/src/HDS/assets/icons/image-user-up.svg +3 -0
  629. package/src/HDS/assets/icons/image-user-x.svg +3 -0
  630. package/src/HDS/assets/icons/image-user.svg +3 -0
  631. package/src/HDS/assets/icons/image-x.svg +3 -0
  632. package/src/HDS/assets/icons/inbox-01.svg +3 -0
  633. package/src/HDS/assets/icons/inbox-02.svg +3 -0
  634. package/src/HDS/assets/icons/infinity.svg +3 -0
  635. package/src/HDS/assets/icons/info-circle.svg +3 -0
  636. package/src/HDS/assets/icons/info-hexagon.svg +3 -0
  637. package/src/HDS/assets/icons/info-octagon.svg +3 -0
  638. package/src/HDS/assets/icons/info-square.svg +3 -0
  639. package/src/HDS/assets/icons/intersect-circle.svg +4 -0
  640. package/src/HDS/assets/icons/intersect-square.svg +4 -0
  641. package/src/HDS/assets/icons/italic-01.svg +3 -0
  642. package/src/HDS/assets/icons/italic-02.svg +3 -0
  643. package/src/HDS/assets/icons/italic-square.svg +3 -0
  644. package/src/HDS/assets/icons/key-01.svg +3 -0
  645. package/src/HDS/assets/icons/key-02.svg +3 -0
  646. package/src/HDS/assets/icons/keyboard-01.svg +3 -0
  647. package/src/HDS/assets/icons/keyboard-02.svg +3 -0
  648. package/src/HDS/assets/icons/laptop-01.svg +3 -0
  649. package/src/HDS/assets/icons/laptop-02.svg +3 -0
  650. package/src/HDS/assets/icons/layer-single.svg +3 -0
  651. package/src/HDS/assets/icons/layers-three-01.svg +3 -0
  652. package/src/HDS/assets/icons/layers-three-02.svg +3 -0
  653. package/src/HDS/assets/icons/layers-two-01.svg +3 -0
  654. package/src/HDS/assets/icons/layers-two-02.svg +3 -0
  655. package/src/HDS/assets/icons/layout-alt-01.svg +3 -0
  656. package/src/HDS/assets/icons/layout-alt-02.svg +3 -0
  657. package/src/HDS/assets/icons/layout-alt-03.svg +3 -0
  658. package/src/HDS/assets/icons/layout-alt-04.svg +3 -0
  659. package/src/HDS/assets/icons/layout-bottom.svg +3 -0
  660. package/src/HDS/assets/icons/layout-grid-01.svg +3 -0
  661. package/src/HDS/assets/icons/layout-grid-02.svg +3 -0
  662. package/src/HDS/assets/icons/layout-left.svg +3 -0
  663. package/src/HDS/assets/icons/layout-right.svg +3 -0
  664. package/src/HDS/assets/icons/layout-top.svg +3 -0
  665. package/src/HDS/assets/icons/left-indent-01.svg +3 -0
  666. package/src/HDS/assets/icons/left-indent-02.svg +3 -0
  667. package/src/HDS/assets/icons/letter-spacing-01.svg +3 -0
  668. package/src/HDS/assets/icons/letter-spacing-02.svg +3 -0
  669. package/src/HDS/assets/icons/life-buoy-01.svg +3 -0
  670. package/src/HDS/assets/icons/life-buoy-02.svg +3 -0
  671. package/src/HDS/assets/icons/lightbulb-01.svg +3 -0
  672. package/src/HDS/assets/icons/lightbulb-02.svg +3 -0
  673. package/src/HDS/assets/icons/lightbulb-03.svg +3 -0
  674. package/src/HDS/assets/icons/lightbulb-04.svg +3 -0
  675. package/src/HDS/assets/icons/lightbulb-05.svg +3 -0
  676. package/src/HDS/assets/icons/lightning-01.svg +3 -0
  677. package/src/HDS/assets/icons/lightning-02.svg +3 -0
  678. package/src/HDS/assets/icons/line-chart-down-01.svg +3 -0
  679. package/src/HDS/assets/icons/line-chart-down-02.svg +3 -0
  680. package/src/HDS/assets/icons/line-chart-down-03.svg +3 -0
  681. package/src/HDS/assets/icons/line-chart-down-04.svg +3 -0
  682. package/src/HDS/assets/icons/line-chart-down-05.svg +3 -0
  683. package/src/HDS/assets/icons/line-chart-up-01.svg +3 -0
  684. package/src/HDS/assets/icons/line-chart-up-02.svg +3 -0
  685. package/src/HDS/assets/icons/line-chart-up-03.svg +3 -0
  686. package/src/HDS/assets/icons/line-chart-up-04.svg +3 -0
  687. package/src/HDS/assets/icons/line-chart-up-05.svg +3 -0
  688. package/src/HDS/assets/icons/line-height.svg +3 -0
  689. package/src/HDS/assets/icons/link-01.svg +3 -0
  690. package/src/HDS/assets/icons/link-02.svg +3 -0
  691. package/src/HDS/assets/icons/link-03.svg +3 -0
  692. package/src/HDS/assets/icons/link-04.svg +3 -0
  693. package/src/HDS/assets/icons/link-05.svg +3 -0
  694. package/src/HDS/assets/icons/link-broken-01.svg +3 -0
  695. package/src/HDS/assets/icons/link-broken-02.svg +3 -0
  696. package/src/HDS/assets/icons/link-external-01.svg +3 -0
  697. package/src/HDS/assets/icons/link-external-02.svg +3 -0
  698. package/src/HDS/assets/icons/list.svg +3 -0
  699. package/src/HDS/assets/icons/loading-01.svg +3 -0
  700. package/src/HDS/assets/icons/loading-02.svg +3 -0
  701. package/src/HDS/assets/icons/loading-03.svg +3 -0
  702. package/src/HDS/assets/icons/lock-01.svg +3 -0
  703. package/src/HDS/assets/icons/lock-02.svg +3 -0
  704. package/src/HDS/assets/icons/lock-03.svg +3 -0
  705. package/src/HDS/assets/icons/lock-04.svg +3 -0
  706. package/src/HDS/assets/icons/lock-keyhole-circle.svg +4 -0
  707. package/src/HDS/assets/icons/lock-keyhole-square.svg +4 -0
  708. package/src/HDS/assets/icons/lock-unlocked-01.svg +3 -0
  709. package/src/HDS/assets/icons/lock-unlocked-02.svg +3 -0
  710. package/src/HDS/assets/icons/lock-unlocked-03.svg +3 -0
  711. package/src/HDS/assets/icons/lock-unlocked-04.svg +3 -0
  712. package/src/HDS/assets/icons/log-in-01.svg +3 -0
  713. package/src/HDS/assets/icons/log-in-02.svg +3 -0
  714. package/src/HDS/assets/icons/log-in-03.svg +3 -0
  715. package/src/HDS/assets/icons/log-in-04.svg +3 -0
  716. package/src/HDS/assets/icons/log-out-01.svg +3 -0
  717. package/src/HDS/assets/icons/log-out-02.svg +3 -0
  718. package/src/HDS/assets/icons/log-out-03.svg +3 -0
  719. package/src/HDS/assets/icons/log-out-04.svg +3 -0
  720. package/src/HDS/assets/icons/luggage-01.svg +3 -0
  721. package/src/HDS/assets/icons/luggage-02.svg +3 -0
  722. package/src/HDS/assets/icons/luggage-03.svg +3 -0
  723. package/src/HDS/assets/icons/magic-wand-01.svg +3 -0
  724. package/src/HDS/assets/icons/magic-wand-02.svg +3 -0
  725. package/src/HDS/assets/icons/mail-01.svg +3 -0
  726. package/src/HDS/assets/icons/mail-02.svg +3 -0
  727. package/src/HDS/assets/icons/mail-03.svg +3 -0
  728. package/src/HDS/assets/icons/mail-04.svg +3 -0
  729. package/src/HDS/assets/icons/mail-05.svg +3 -0
  730. package/src/HDS/assets/icons/map-01.svg +3 -0
  731. package/src/HDS/assets/icons/map-02.svg +3 -0
  732. package/src/HDS/assets/icons/mark.svg +3 -0
  733. package/src/HDS/assets/icons/marker-pin-01.svg +4 -0
  734. package/src/HDS/assets/icons/marker-pin-02.svg +4 -0
  735. package/src/HDS/assets/icons/marker-pin-03.svg +4 -0
  736. package/src/HDS/assets/icons/marker-pin-04.svg +3 -0
  737. package/src/HDS/assets/icons/marker-pin-05.svg +3 -0
  738. package/src/HDS/assets/icons/marker-pin-06.svg +3 -0
  739. package/src/HDS/assets/icons/maximize-01.svg +3 -0
  740. package/src/HDS/assets/icons/maximize-02.svg +3 -0
  741. package/src/HDS/assets/icons/medical-circle.svg +4 -0
  742. package/src/HDS/assets/icons/medical-cross.svg +3 -0
  743. package/src/HDS/assets/icons/medical-square.svg +4 -0
  744. package/src/HDS/assets/icons/menu-01.svg +3 -0
  745. package/src/HDS/assets/icons/menu-02.svg +3 -0
  746. package/src/HDS/assets/icons/menu-03.svg +3 -0
  747. package/src/HDS/assets/icons/menu-04.svg +3 -0
  748. package/src/HDS/assets/icons/menu-05.svg +3 -0
  749. package/src/HDS/assets/icons/message-alert-circle.svg +3 -0
  750. package/src/HDS/assets/icons/message-alert-square.svg +3 -0
  751. package/src/HDS/assets/icons/message-chat-circle.svg +3 -0
  752. package/src/HDS/assets/icons/message-chat-square.svg +3 -0
  753. package/src/HDS/assets/icons/message-check-circle.svg +3 -0
  754. package/src/HDS/assets/icons/message-check-square.svg +3 -0
  755. package/src/HDS/assets/icons/message-circle-01.svg +3 -0
  756. package/src/HDS/assets/icons/message-circle-02.svg +3 -0
  757. package/src/HDS/assets/icons/message-dots-circle.svg +3 -0
  758. package/src/HDS/assets/icons/message-dots-square.svg +3 -0
  759. package/src/HDS/assets/icons/message-heart-circle.svg +4 -0
  760. package/src/HDS/assets/icons/message-heart-square.svg +4 -0
  761. package/src/HDS/assets/icons/message-notification-circle.svg +3 -0
  762. package/src/HDS/assets/icons/message-notification-square.svg +3 -0
  763. package/src/HDS/assets/icons/message-plus-circle.svg +3 -0
  764. package/src/HDS/assets/icons/message-plus-square.svg +3 -0
  765. package/src/HDS/assets/icons/message-question-circle.svg +3 -0
  766. package/src/HDS/assets/icons/message-question-square.svg +3 -0
  767. package/src/HDS/assets/icons/message-smile-circle.svg +3 -0
  768. package/src/HDS/assets/icons/message-smile-square.svg +3 -0
  769. package/src/HDS/assets/icons/message-square-01.svg +3 -0
  770. package/src/HDS/assets/icons/message-square-02.svg +3 -0
  771. package/src/HDS/assets/icons/message-text-circle-01.svg +3 -0
  772. package/src/HDS/assets/icons/message-text-circle-02.svg +3 -0
  773. package/src/HDS/assets/icons/message-text-square-01.svg +3 -0
  774. package/src/HDS/assets/icons/message-text-square-02.svg +3 -0
  775. package/src/HDS/assets/icons/message-x-circle.svg +3 -0
  776. package/src/HDS/assets/icons/message-x-square.svg +3 -0
  777. package/src/HDS/assets/icons/microphone-01.svg +3 -0
  778. package/src/HDS/assets/icons/microphone-02.svg +3 -0
  779. package/src/HDS/assets/icons/microphone-off-01.svg +3 -0
  780. package/src/HDS/assets/icons/microphone-off-02.svg +3 -0
  781. package/src/HDS/assets/icons/microscope.svg +3 -0
  782. package/src/HDS/assets/icons/minimize-01.svg +3 -0
  783. package/src/HDS/assets/icons/minimize-02.svg +3 -0
  784. package/src/HDS/assets/icons/minus-01.svg +3 -0
  785. package/src/HDS/assets/icons/minus-circle.svg +3 -0
  786. package/src/HDS/assets/icons/minus-square.svg +3 -0
  787. package/src/HDS/assets/icons/minus.svg +3 -0
  788. package/src/HDS/assets/icons/modem-01.svg +3 -0
  789. package/src/HDS/assets/icons/modem-02.svg +3 -0
  790. package/src/HDS/assets/icons/monitor-01.svg +3 -0
  791. package/src/HDS/assets/icons/monitor-02.svg +3 -0
  792. package/src/HDS/assets/icons/monitor-03.svg +3 -0
  793. package/src/HDS/assets/icons/monitor-04.svg +3 -0
  794. package/src/HDS/assets/icons/monitor-05.svg +3 -0
  795. package/src/HDS/assets/icons/moon-01.svg +3 -0
  796. package/src/HDS/assets/icons/moon-02.svg +3 -0
  797. package/src/HDS/assets/icons/moon-eclipse.svg +3 -0
  798. package/src/HDS/assets/icons/moon-star.svg +4 -0
  799. package/src/HDS/assets/icons/mouse.svg +3 -0
  800. package/src/HDS/assets/icons/move.svg +3 -0
  801. package/src/HDS/assets/icons/music-note-01.svg +3 -0
  802. package/src/HDS/assets/icons/music-note-02.svg +3 -0
  803. package/src/HDS/assets/icons/music-note-plus.svg +3 -0
  804. package/src/HDS/assets/icons/navigation-pointer-01.svg +3 -0
  805. package/src/HDS/assets/icons/navigation-pointer-02.svg +3 -0
  806. package/src/HDS/assets/icons/navigation-pointer-off-01.svg +3 -0
  807. package/src/HDS/assets/icons/navigation-pointer-off-02.svg +3 -0
  808. package/src/HDS/assets/icons/notification-box.svg +3 -0
  809. package/src/HDS/assets/icons/notification-message.svg +3 -0
  810. package/src/HDS/assets/icons/notification-text.svg +3 -0
  811. package/src/HDS/assets/icons/octagon.svg +3 -0
  812. package/src/HDS/assets/icons/package-check.svg +3 -0
  813. package/src/HDS/assets/icons/package-minus.svg +3 -0
  814. package/src/HDS/assets/icons/package-plus.svg +3 -0
  815. package/src/HDS/assets/icons/package-search.svg +3 -0
  816. package/src/HDS/assets/icons/package-x.svg +3 -0
  817. package/src/HDS/assets/icons/package.svg +4 -0
  818. package/src/HDS/assets/icons/paint-pour.svg +3 -0
  819. package/src/HDS/assets/icons/paint.svg +3 -0
  820. package/src/HDS/assets/icons/palette.svg +6 -0
  821. package/src/HDS/assets/icons/paperclip.svg +3 -0
  822. package/src/HDS/assets/icons/paragraph-spacing.svg +3 -0
  823. package/src/HDS/assets/icons/paragraph-wrap.svg +3 -0
  824. package/src/HDS/assets/icons/passcode-lock.svg +3 -0
  825. package/src/HDS/assets/icons/passcode.svg +3 -0
  826. package/src/HDS/assets/icons/passport.svg +3 -0
  827. package/src/HDS/assets/icons/pause-circle.svg +3 -0
  828. package/src/HDS/assets/icons/pause-square.svg +3 -0
  829. package/src/HDS/assets/icons/pen-tool-01.svg +3 -0
  830. package/src/HDS/assets/icons/pen-tool-02.svg +3 -0
  831. package/src/HDS/assets/icons/pen-tool-minus.svg +3 -0
  832. package/src/HDS/assets/icons/pen-tool-plus.svg +3 -0
  833. package/src/HDS/assets/icons/pencil-01.svg +3 -0
  834. package/src/HDS/assets/icons/pencil-02.svg +3 -0
  835. package/src/HDS/assets/icons/pencil-line.svg +3 -0
  836. package/src/HDS/assets/icons/pentagon.svg +3 -0
  837. package/src/HDS/assets/icons/percent-01.svg +3 -0
  838. package/src/HDS/assets/icons/percent-02.svg +3 -0
  839. package/src/HDS/assets/icons/percent-03.svg +3 -0
  840. package/src/HDS/assets/icons/perspective-01.svg +3 -0
  841. package/src/HDS/assets/icons/perspective-02.svg +3 -0
  842. package/src/HDS/assets/icons/phone-01.svg +3 -0
  843. package/src/HDS/assets/icons/phone-02.svg +3 -0
  844. package/src/HDS/assets/icons/phone-call-01.svg +3 -0
  845. package/src/HDS/assets/icons/phone-call-02.svg +3 -0
  846. package/src/HDS/assets/icons/phone-hang-up.svg +3 -0
  847. package/src/HDS/assets/icons/phone-incoming-01.svg +3 -0
  848. package/src/HDS/assets/icons/phone-incoming-02.svg +3 -0
  849. package/src/HDS/assets/icons/phone-outgoing-01.svg +3 -0
  850. package/src/HDS/assets/icons/phone-outgoing-02.svg +3 -0
  851. package/src/HDS/assets/icons/phone-pause.svg +3 -0
  852. package/src/HDS/assets/icons/phone-plus.svg +3 -0
  853. package/src/HDS/assets/icons/phone-x.svg +3 -0
  854. package/src/HDS/assets/icons/phone.svg +3 -0
  855. package/src/HDS/assets/icons/pie-chart-01.svg +3 -0
  856. package/src/HDS/assets/icons/pie-chart-02.svg +4 -0
  857. package/src/HDS/assets/icons/pie-chart-03.svg +3 -0
  858. package/src/HDS/assets/icons/pie-chart-04.svg +3 -0
  859. package/src/HDS/assets/icons/piggy-bank-01.svg +3 -0
  860. package/src/HDS/assets/icons/piggy-bank-02.svg +3 -0
  861. package/src/HDS/assets/icons/pilcrow-01.svg +3 -0
  862. package/src/HDS/assets/icons/pilcrow-02.svg +3 -0
  863. package/src/HDS/assets/icons/pilcrow-square.svg +3 -0
  864. package/src/HDS/assets/icons/pin-01.svg +3 -0
  865. package/src/HDS/assets/icons/pin-02.svg +3 -0
  866. package/src/HDS/assets/icons/placeholder.svg +3 -0
  867. package/src/HDS/assets/icons/plane.svg +3 -0
  868. package/src/HDS/assets/icons/play-circle.svg +4 -0
  869. package/src/HDS/assets/icons/play-square.svg +4 -0
  870. package/src/HDS/assets/icons/play.svg +3 -0
  871. package/src/HDS/assets/icons/plus-circle.svg +3 -0
  872. package/src/HDS/assets/icons/plus-square.svg +3 -0
  873. package/src/HDS/assets/icons/plus.svg +3 -0
  874. package/src/HDS/assets/icons/podcast.svg +3 -0
  875. package/src/HDS/assets/icons/power-01.svg +3 -0
  876. package/src/HDS/assets/icons/power-02.svg +3 -0
  877. package/src/HDS/assets/icons/power-03.svg +3 -0
  878. package/src/HDS/assets/icons/presentation-chart-01.svg +3 -0
  879. package/src/HDS/assets/icons/presentation-chart-02.svg +3 -0
  880. package/src/HDS/assets/icons/presentation-chart-03.svg +3 -0
  881. package/src/HDS/assets/icons/printer.svg +3 -0
  882. package/src/HDS/assets/icons/puzzle-piece-01.svg +3 -0
  883. package/src/HDS/assets/icons/puzzle-piece-02.svg +3 -0
  884. package/src/HDS/assets/icons/qr-code-01.svg +3 -0
  885. package/src/HDS/assets/icons/qr-code-02.svg +3 -0
  886. package/src/HDS/assets/icons/receipt-check.svg +3 -0
  887. package/src/HDS/assets/icons/receipt.svg +3 -0
  888. package/src/HDS/assets/icons/recording-01.svg +3 -0
  889. package/src/HDS/assets/icons/recording-02.svg +3 -0
  890. package/src/HDS/assets/icons/recording-03.svg +3 -0
  891. package/src/HDS/assets/icons/reflect-01.svg +3 -0
  892. package/src/HDS/assets/icons/reflect-02.svg +3 -0
  893. package/src/HDS/assets/icons/refresh-ccw-01.svg +3 -0
  894. package/src/HDS/assets/icons/refresh-ccw-02.svg +3 -0
  895. package/src/HDS/assets/icons/refresh-ccw-03.svg +3 -0
  896. package/src/HDS/assets/icons/refresh-ccw-04.svg +3 -0
  897. package/src/HDS/assets/icons/refresh-ccw-05.svg +3 -0
  898. package/src/HDS/assets/icons/refresh-cw-01.svg +3 -0
  899. package/src/HDS/assets/icons/refresh-cw-02.svg +3 -0
  900. package/src/HDS/assets/icons/refresh-cw-03.svg +3 -0
  901. package/src/HDS/assets/icons/refresh-cw-04.svg +3 -0
  902. package/src/HDS/assets/icons/refresh-cw-05.svg +3 -0
  903. package/src/HDS/assets/icons/repeat-01.svg +3 -0
  904. package/src/HDS/assets/icons/repeat-02.svg +3 -0
  905. package/src/HDS/assets/icons/repeat-03.svg +3 -0
  906. package/src/HDS/assets/icons/repeat-04.svg +3 -0
  907. package/src/HDS/assets/icons/reverse-left.svg +3 -0
  908. package/src/HDS/assets/icons/reverse-right.svg +3 -0
  909. package/src/HDS/assets/icons/right-indent-01.svg +3 -0
  910. package/src/HDS/assets/icons/right-indent-02.svg +3 -0
  911. package/src/HDS/assets/icons/rocket-01.svg +3 -0
  912. package/src/HDS/assets/icons/rocket-02.svg +3 -0
  913. package/src/HDS/assets/icons/roller-brush.svg +3 -0
  914. package/src/HDS/assets/icons/route.svg +3 -0
  915. package/src/HDS/assets/icons/rows-01.svg +4 -0
  916. package/src/HDS/assets/icons/rows-02.svg +3 -0
  917. package/src/HDS/assets/icons/rows-03.svg +3 -0
  918. package/src/HDS/assets/icons/rss-01.svg +3 -0
  919. package/src/HDS/assets/icons/rss-02.svg +3 -0
  920. package/src/HDS/assets/icons/ruler.svg +3 -0
  921. package/src/HDS/assets/icons/safe.svg +3 -0
  922. package/src/HDS/assets/icons/sale-01.svg +3 -0
  923. package/src/HDS/assets/icons/sale-02.svg +3 -0
  924. package/src/HDS/assets/icons/sale-03.svg +3 -0
  925. package/src/HDS/assets/icons/sale-04.svg +3 -0
  926. package/src/HDS/assets/icons/save-01.svg +3 -0
  927. package/src/HDS/assets/icons/save-02.svg +3 -0
  928. package/src/HDS/assets/icons/save-03.svg +3 -0
  929. package/src/HDS/assets/icons/scale-01.svg +3 -0
  930. package/src/HDS/assets/icons/scale-02.svg +3 -0
  931. package/src/HDS/assets/icons/scale-03.svg +3 -0
  932. package/src/HDS/assets/icons/scales-01.svg +3 -0
  933. package/src/HDS/assets/icons/scales-02.svg +3 -0
  934. package/src/HDS/assets/icons/scan.svg +3 -0
  935. package/src/HDS/assets/icons/scissors-01.svg +3 -0
  936. package/src/HDS/assets/icons/scissors-02.svg +3 -0
  937. package/src/HDS/assets/icons/scissors-cut-01.svg +3 -0
  938. package/src/HDS/assets/icons/scissors-cut-02.svg +3 -0
  939. package/src/HDS/assets/icons/search-lg.svg +3 -0
  940. package/src/HDS/assets/icons/search-md.svg +3 -0
  941. package/src/HDS/assets/icons/search-refraction.svg +3 -0
  942. package/src/HDS/assets/icons/search-sm.svg +3 -0
  943. package/src/HDS/assets/icons/send-01.svg +3 -0
  944. package/src/HDS/assets/icons/send-02.svg +3 -0
  945. package/src/HDS/assets/icons/send-03.svg +3 -0
  946. package/src/HDS/assets/icons/server-01.svg +3 -0
  947. package/src/HDS/assets/icons/server-02.svg +3 -0
  948. package/src/HDS/assets/icons/server-03.svg +3 -0
  949. package/src/HDS/assets/icons/server-04.svg +3 -0
  950. package/src/HDS/assets/icons/server-05.svg +3 -0
  951. package/src/HDS/assets/icons/server-06.svg +3 -0
  952. package/src/HDS/assets/icons/settings-01.svg +4 -0
  953. package/src/HDS/assets/icons/settings-02.svg +4 -0
  954. package/src/HDS/assets/icons/settings-03.svg +3 -0
  955. package/src/HDS/assets/icons/settings-04.svg +3 -0
  956. package/src/HDS/assets/icons/share-01.svg +3 -0
  957. package/src/HDS/assets/icons/share-02.svg +3 -0
  958. package/src/HDS/assets/icons/share-03.svg +3 -0
  959. package/src/HDS/assets/icons/share-04.svg +3 -0
  960. package/src/HDS/assets/icons/share-05.svg +3 -0
  961. package/src/HDS/assets/icons/share-06.svg +3 -0
  962. package/src/HDS/assets/icons/share-07.svg +3 -0
  963. package/src/HDS/assets/icons/shield-01.svg +3 -0
  964. package/src/HDS/assets/icons/shield-02.svg +3 -0
  965. package/src/HDS/assets/icons/shield-03.svg +3 -0
  966. package/src/HDS/assets/icons/shield-dollar.svg +3 -0
  967. package/src/HDS/assets/icons/shield-off.svg +3 -0
  968. package/src/HDS/assets/icons/shield-plus.svg +3 -0
  969. package/src/HDS/assets/icons/shield-tick.svg +3 -0
  970. package/src/HDS/assets/icons/shield-zap.svg +3 -0
  971. package/src/HDS/assets/icons/shopping-bag-01.svg +3 -0
  972. package/src/HDS/assets/icons/shopping-bag-02.svg +3 -0
  973. package/src/HDS/assets/icons/shopping-bag-03.svg +3 -0
  974. package/src/HDS/assets/icons/shopping-cart-01.svg +3 -0
  975. package/src/HDS/assets/icons/shopping-cart-02.svg +3 -0
  976. package/src/HDS/assets/icons/shopping-cart-03.svg +3 -0
  977. package/src/HDS/assets/icons/shuffle-01.svg +3 -0
  978. package/src/HDS/assets/icons/shuffle-02.svg +3 -0
  979. package/src/HDS/assets/icons/signal-01.svg +3 -0
  980. package/src/HDS/assets/icons/signal-02.svg +3 -0
  981. package/src/HDS/assets/icons/signal-03.svg +3 -0
  982. package/src/HDS/assets/icons/simcard.svg +4 -0
  983. package/src/HDS/assets/icons/skew.svg +3 -0
  984. package/src/HDS/assets/icons/skip-back.svg +3 -0
  985. package/src/HDS/assets/icons/skip-forward.svg +3 -0
  986. package/src/HDS/assets/icons/slash-circle-01.svg +3 -0
  987. package/src/HDS/assets/icons/slash-circle-02.svg +3 -0
  988. package/src/HDS/assets/icons/slash-divider.svg +3 -0
  989. package/src/HDS/assets/icons/slash-octagon.svg +3 -0
  990. package/src/HDS/assets/icons/sliders-01.svg +3 -0
  991. package/src/HDS/assets/icons/sliders-02.svg +3 -0
  992. package/src/HDS/assets/icons/sliders-03.svg +3 -0
  993. package/src/HDS/assets/icons/sliders-04.svg +3 -0
  994. package/src/HDS/assets/icons/snowflake-01.svg +3 -0
  995. package/src/HDS/assets/icons/snowflake-02.svg +3 -0
  996. package/src/HDS/assets/icons/spacing-height-01.svg +3 -0
  997. package/src/HDS/assets/icons/spacing-height-02.svg +3 -0
  998. package/src/HDS/assets/icons/spacing-width-01.svg +3 -0
  999. package/src/HDS/assets/icons/spacing-width-02.svg +3 -0
  1000. package/src/HDS/assets/icons/speaker-01.svg +3 -0
  1001. package/src/HDS/assets/icons/speaker-02.svg +3 -0
  1002. package/src/HDS/assets/icons/speaker-03.svg +3 -0
  1003. package/src/HDS/assets/icons/speedometer-01.svg +3 -0
  1004. package/src/HDS/assets/icons/speedometer-02.svg +3 -0
  1005. package/src/HDS/assets/icons/speedometer-03.svg +3 -0
  1006. package/src/HDS/assets/icons/speedometer-04.svg +3 -0
  1007. package/src/HDS/assets/icons/square.svg +3 -0
  1008. package/src/HDS/assets/icons/stand.svg +3 -0
  1009. package/src/HDS/assets/icons/star-01.svg +3 -0
  1010. package/src/HDS/assets/icons/star-02.svg +3 -0
  1011. package/src/HDS/assets/icons/star-03.svg +3 -0
  1012. package/src/HDS/assets/icons/star-04.svg +3 -0
  1013. package/src/HDS/assets/icons/star-05.svg +3 -0
  1014. package/src/HDS/assets/icons/star-06.svg +3 -0
  1015. package/src/HDS/assets/icons/star-07.svg +3 -0
  1016. package/src/HDS/assets/icons/stars-01.svg +4 -0
  1017. package/src/HDS/assets/icons/stars-02.svg +3 -0
  1018. package/src/HDS/assets/icons/stars-03.svg +3 -0
  1019. package/src/HDS/assets/icons/sticker-circle.svg +4 -0
  1020. package/src/HDS/assets/icons/sticker-square.svg +3 -0
  1021. package/src/HDS/assets/icons/stop-circle.svg +4 -0
  1022. package/src/HDS/assets/icons/stop-square.svg +4 -0
  1023. package/src/HDS/assets/icons/stop.svg +3 -0
  1024. package/src/HDS/assets/icons/strikethrough-01.svg +3 -0
  1025. package/src/HDS/assets/icons/strikethrough-02.svg +3 -0
  1026. package/src/HDS/assets/icons/strikethrough-square.svg +3 -0
  1027. package/src/HDS/assets/icons/subscript.svg +3 -0
  1028. package/src/HDS/assets/icons/sun-setting-01.svg +3 -0
  1029. package/src/HDS/assets/icons/sun-setting-02.svg +3 -0
  1030. package/src/HDS/assets/icons/sun-setting-03.svg +3 -0
  1031. package/src/HDS/assets/icons/sun.svg +3 -0
  1032. package/src/HDS/assets/icons/sunrise.svg +3 -0
  1033. package/src/HDS/assets/icons/sunset.svg +3 -0
  1034. package/src/HDS/assets/icons/switch-horizontal-01.svg +3 -0
  1035. package/src/HDS/assets/icons/switch-horizontal-02.svg +3 -0
  1036. package/src/HDS/assets/icons/switch-vertical-01.svg +3 -0
  1037. package/src/HDS/assets/icons/switch-vertical-02.svg +3 -0
  1038. package/src/HDS/assets/icons/table.svg +3 -0
  1039. package/src/HDS/assets/icons/tablet-01.svg +3 -0
  1040. package/src/HDS/assets/icons/tablet-02.svg +3 -0
  1041. package/src/HDS/assets/icons/tag-01.svg +3 -0
  1042. package/src/HDS/assets/icons/tag-02.svg +3 -0
  1043. package/src/HDS/assets/icons/tag-03.svg +3 -0
  1044. package/src/HDS/assets/icons/target-01.svg +3 -0
  1045. package/src/HDS/assets/icons/target-02.svg +3 -0
  1046. package/src/HDS/assets/icons/target-03.svg +3 -0
  1047. package/src/HDS/assets/icons/target-04.svg +3 -0
  1048. package/src/HDS/assets/icons/target-05.svg +5 -0
  1049. package/src/HDS/assets/icons/telescope.svg +3 -0
  1050. package/src/HDS/assets/icons/terminal-browser.svg +3 -0
  1051. package/src/HDS/assets/icons/terminal-circle.svg +3 -0
  1052. package/src/HDS/assets/icons/terminal-square.svg +3 -0
  1053. package/src/HDS/assets/icons/terminal.svg +3 -0
  1054. package/src/HDS/assets/icons/text-input.svg +3 -0
  1055. package/src/HDS/assets/icons/thermometer-01.svg +3 -0
  1056. package/src/HDS/assets/icons/thermometer-02.svg +4 -0
  1057. package/src/HDS/assets/icons/thermometer-03.svg +3 -0
  1058. package/src/HDS/assets/icons/thermometer-cold.svg +3 -0
  1059. package/src/HDS/assets/icons/thermometer-warm.svg +3 -0
  1060. package/src/HDS/assets/icons/thumbs-down.svg +3 -0
  1061. package/src/HDS/assets/icons/thumbs-up.svg +3 -0
  1062. package/src/HDS/assets/icons/ticket-01.svg +3 -0
  1063. package/src/HDS/assets/icons/ticket-02.svg +3 -0
  1064. package/src/HDS/assets/icons/toggle-01-left.svg +3 -0
  1065. package/src/HDS/assets/icons/toggle-01-right.svg +3 -0
  1066. package/src/HDS/assets/icons/toggle-02-left.svg +3 -0
  1067. package/src/HDS/assets/icons/toggle-02-right.svg +3 -0
  1068. package/src/HDS/assets/icons/toggle-03-left.svg +4 -0
  1069. package/src/HDS/assets/icons/toggle-03-right.svg +4 -0
  1070. package/src/HDS/assets/icons/tool-01.svg +3 -0
  1071. package/src/HDS/assets/icons/tool-02.svg +3 -0
  1072. package/src/HDS/assets/icons/train.svg +3 -0
  1073. package/src/HDS/assets/icons/tram.svg +3 -0
  1074. package/src/HDS/assets/icons/transform.svg +3 -0
  1075. package/src/HDS/assets/icons/translate-01.svg +3 -0
  1076. package/src/HDS/assets/icons/translate-02.svg +3 -0
  1077. package/src/HDS/assets/icons/trash-01.svg +3 -0
  1078. package/src/HDS/assets/icons/trash-02.svg +3 -0
  1079. package/src/HDS/assets/icons/trash-03.svg +3 -0
  1080. package/src/HDS/assets/icons/trash-04.svg +3 -0
  1081. package/src/HDS/assets/icons/trend-down-01.svg +3 -0
  1082. package/src/HDS/assets/icons/trend-down-02.svg +3 -0
  1083. package/src/HDS/assets/icons/trend-up-01.svg +3 -0
  1084. package/src/HDS/assets/icons/trend-up-02.svg +3 -0
  1085. package/src/HDS/assets/icons/triangle.svg +3 -0
  1086. package/src/HDS/assets/icons/trophy-01.svg +3 -0
  1087. package/src/HDS/assets/icons/trophy-02.svg +3 -0
  1088. package/src/HDS/assets/icons/truck-01.svg +3 -0
  1089. package/src/HDS/assets/icons/truck-02.svg +3 -0
  1090. package/src/HDS/assets/icons/tv-01.svg +3 -0
  1091. package/src/HDS/assets/icons/tv-02.svg +3 -0
  1092. package/src/HDS/assets/icons/tv-03.svg +3 -0
  1093. package/src/HDS/assets/icons/type-01.svg +3 -0
  1094. package/src/HDS/assets/icons/type-02.svg +3 -0
  1095. package/src/HDS/assets/icons/type-square.svg +3 -0
  1096. package/src/HDS/assets/icons/type-strikethrough-01.svg +3 -0
  1097. package/src/HDS/assets/icons/type-strikethrough-02.svg +3 -0
  1098. package/src/HDS/assets/icons/umbrella-01.svg +3 -0
  1099. package/src/HDS/assets/icons/umbrella-02.svg +3 -0
  1100. package/src/HDS/assets/icons/umbrella-03.svg +3 -0
  1101. package/src/HDS/assets/icons/underline-01.svg +3 -0
  1102. package/src/HDS/assets/icons/underline-02.svg +3 -0
  1103. package/src/HDS/assets/icons/underline-square.svg +3 -0
  1104. package/src/HDS/assets/icons/upload-01.svg +3 -0
  1105. package/src/HDS/assets/icons/upload-02.svg +3 -0
  1106. package/src/HDS/assets/icons/upload-03.svg +3 -0
  1107. package/src/HDS/assets/icons/upload-04.svg +3 -0
  1108. package/src/HDS/assets/icons/upload-cloud-01.svg +3 -0
  1109. package/src/HDS/assets/icons/upload-cloud-02.svg +3 -0
  1110. package/src/HDS/assets/icons/usb-flash-drive.svg +3 -0
  1111. package/src/HDS/assets/icons/user-01.svg +3 -0
  1112. package/src/HDS/assets/icons/user-02.svg +4 -0
  1113. package/src/HDS/assets/icons/user-03.svg +3 -0
  1114. package/src/HDS/assets/icons/user-check-01.svg +3 -0
  1115. package/src/HDS/assets/icons/user-check-02.svg +3 -0
  1116. package/src/HDS/assets/icons/user-circle.svg +3 -0
  1117. package/src/HDS/assets/icons/user-down-01.svg +3 -0
  1118. package/src/HDS/assets/icons/user-down-02.svg +3 -0
  1119. package/src/HDS/assets/icons/user-edit.svg +3 -0
  1120. package/src/HDS/assets/icons/user-left-01.svg +3 -0
  1121. package/src/HDS/assets/icons/user-left-02.svg +3 -0
  1122. package/src/HDS/assets/icons/user-minus-01.svg +3 -0
  1123. package/src/HDS/assets/icons/user-minus-02.svg +3 -0
  1124. package/src/HDS/assets/icons/user-plus-01.svg +3 -0
  1125. package/src/HDS/assets/icons/user-plus-02.svg +3 -0
  1126. package/src/HDS/assets/icons/user-right-01.svg +3 -0
  1127. package/src/HDS/assets/icons/user-right-02.svg +3 -0
  1128. package/src/HDS/assets/icons/user-square.svg +3 -0
  1129. package/src/HDS/assets/icons/user-up-01.svg +3 -0
  1130. package/src/HDS/assets/icons/user-up-02.svg +3 -0
  1131. package/src/HDS/assets/icons/user-x-01.svg +3 -0
  1132. package/src/HDS/assets/icons/user-x-02.svg +3 -0
  1133. package/src/HDS/assets/icons/users-01.svg +3 -0
  1134. package/src/HDS/assets/icons/users-02.svg +3 -0
  1135. package/src/HDS/assets/icons/users-03.svg +3 -0
  1136. package/src/HDS/assets/icons/users-check.svg +3 -0
  1137. package/src/HDS/assets/icons/users-down.svg +3 -0
  1138. package/src/HDS/assets/icons/users-edit.svg +3 -0
  1139. package/src/HDS/assets/icons/users-left.svg +3 -0
  1140. package/src/HDS/assets/icons/users-minus.svg +3 -0
  1141. package/src/HDS/assets/icons/users-plus.svg +3 -0
  1142. package/src/HDS/assets/icons/users-right.svg +3 -0
  1143. package/src/HDS/assets/icons/users-up.svg +3 -0
  1144. package/src/HDS/assets/icons/users-x.svg +3 -0
  1145. package/src/HDS/assets/icons/variable.svg +3 -0
  1146. package/src/HDS/assets/icons/video-recorder-off.svg +3 -0
  1147. package/src/HDS/assets/icons/video-recorder.svg +4 -0
  1148. package/src/HDS/assets/icons/virus.svg +3 -0
  1149. package/src/HDS/assets/icons/voicemail.svg +3 -0
  1150. package/src/HDS/assets/icons/volume-max.svg +3 -0
  1151. package/src/HDS/assets/icons/volume-min.svg +3 -0
  1152. package/src/HDS/assets/icons/volume-minus.svg +3 -0
  1153. package/src/HDS/assets/icons/volume-plus.svg +3 -0
  1154. package/src/HDS/assets/icons/volume-x.svg +3 -0
  1155. package/src/HDS/assets/icons/wallet-01.svg +3 -0
  1156. package/src/HDS/assets/icons/wallet-02.svg +3 -0
  1157. package/src/HDS/assets/icons/wallet-03.svg +3 -0
  1158. package/src/HDS/assets/icons/wallet-04.svg +3 -0
  1159. package/src/HDS/assets/icons/wallet-05.svg +3 -0
  1160. package/src/HDS/assets/icons/watch-circle.svg +3 -0
  1161. package/src/HDS/assets/icons/watch-square.svg +3 -0
  1162. package/src/HDS/assets/icons/waves.svg +3 -0
  1163. package/src/HDS/assets/icons/webcam-01.svg +3 -0
  1164. package/src/HDS/assets/icons/webcam-02.svg +3 -0
  1165. package/src/HDS/assets/icons/wifi-off.svg +3 -0
  1166. package/src/HDS/assets/icons/wifi.svg +3 -0
  1167. package/src/HDS/assets/icons/wind-01.svg +3 -0
  1168. package/src/HDS/assets/icons/wind-02.svg +3 -0
  1169. package/src/HDS/assets/icons/wind-03.svg +3 -0
  1170. package/src/HDS/assets/icons/x-circle.svg +3 -0
  1171. package/src/HDS/assets/icons/x-close.svg +3 -0
  1172. package/src/HDS/assets/icons/x-square.svg +3 -0
  1173. package/src/HDS/assets/icons/x.svg +3 -0
  1174. package/src/HDS/assets/icons/youtube.svg +4 -0
  1175. package/src/HDS/assets/icons/zap-circle.svg +4 -0
  1176. package/src/HDS/assets/icons/zap-fast.svg +3 -0
  1177. package/src/HDS/assets/icons/zap-off.svg +3 -0
  1178. package/src/HDS/assets/icons/zap-square.svg +4 -0
  1179. package/src/HDS/assets/icons/zap.svg +3 -0
  1180. package/src/HDS/assets/icons/zoom-in.svg +3 -0
  1181. package/src/HDS/assets/icons/zoom-out.svg +3 -0
  1182. package/src/HDS/components/Avatars/avatarGroup.js +76 -0
  1183. package/src/HDS/components/Avatars/hasConAv.js +37 -0
  1184. package/src/HDS/components/Avatars/iconAvatar.js +36 -0
  1185. package/src/HDS/components/Avatars/imageEditor.js +32 -0
  1186. package/src/HDS/components/Avatars/index.js +6 -0
  1187. package/src/HDS/components/Avatars/initialsAvatar.js +32 -0
  1188. package/src/HDS/components/Avatars/profileAvatar.js +65 -0
  1189. package/src/HDS/components/Avatars/selectors.js +0 -0
  1190. package/src/HDS/components/BadgesCaption/badges.js +84 -0
  1191. package/src/HDS/components/BadgesCaption/count.js +35 -0
  1192. package/src/HDS/components/BadgesCaption/index.js +2 -0
  1193. package/src/HDS/components/Banners/banners.js +25 -0
  1194. package/src/HDS/components/Banners/index.js +1 -0
  1195. package/src/HDS/components/Breadcrumbs/breadCrumbs.js +63 -0
  1196. package/src/HDS/components/Breadcrumbs/index.js +1 -0
  1197. package/src/HDS/components/Buttons/button.js +156 -0
  1198. package/src/HDS/components/Buttons/index.js +1 -0
  1199. package/src/HDS/components/Buttons/socialMediaButton.js +78 -0
  1200. package/src/HDS/components/Cards/Menu/flyout.js +71 -0
  1201. package/src/HDS/components/Cards/Menu/flyoutB.js +0 -0
  1202. package/src/HDS/components/Cards/Menu/flyoutFull.js +160 -0
  1203. package/src/HDS/components/Cards/Menu/index.js +1 -0
  1204. package/src/HDS/components/Cards/Misc/featureCard.js +0 -0
  1205. package/src/HDS/components/Cards/Misc/index.js +1 -0
  1206. package/src/HDS/components/Cards/Misc/talkCard.js +41 -0
  1207. package/src/HDS/components/Cards/index.js +2 -0
  1208. package/src/HDS/components/Carousels/carousel.js +165 -0
  1209. package/src/HDS/components/Carousels/carouselCard.js +107 -0
  1210. package/src/HDS/components/Carousels/index.js +2 -0
  1211. package/src/HDS/components/Checkbox/checkbox.js +73 -0
  1212. package/src/HDS/components/Checkbox/index.js +1 -0
  1213. package/src/HDS/components/Headers/customHeader.js +92 -0
  1214. package/src/HDS/components/Headers/index.js +2 -0
  1215. package/src/HDS/components/Headers/v3Header.js +324 -0
  1216. package/src/HDS/components/InputFields/defaultIF.js +46 -0
  1217. package/src/HDS/components/InputFields/error.js +53 -0
  1218. package/src/HDS/components/InputFields/iconLeading.js +45 -0
  1219. package/src/HDS/components/InputFields/iconTrail.js +46 -0
  1220. package/src/HDS/components/InputFields/index.js +9 -0
  1221. package/src/HDS/components/InputFields/leadingDrop.js +62 -0
  1222. package/src/HDS/components/InputFields/leadingText.js +8 -0
  1223. package/src/HDS/components/InputFields/textArea.js +26 -0
  1224. package/src/HDS/components/InputFields/trailingButton.js +47 -0
  1225. package/src/HDS/components/InputFields/trailingDropdown.js +43 -0
  1226. package/src/HDS/components/Snippet/CodeSnippet.js +70 -0
  1227. package/src/HDS/components/Snippet/index.js +1 -0
  1228. package/src/HDS/components/Tables/index.js +1 -0
  1229. package/src/HDS/components/Tables/tableA.js +63 -0
  1230. package/src/HDS/components/Tabs/TabOne.js +50 -0
  1231. package/src/HDS/components/Tabs/TabThree.js +47 -0
  1232. package/src/HDS/components/Tabs/TabTwo.js +46 -0
  1233. package/src/HDS/components/Tabs/index.js +4 -0
  1234. package/src/HDS/components/Tabs/tab.js +47 -0
  1235. package/src/HDS/components/Tooltip/Tooltip.js +89 -0
  1236. package/src/HDS/components/Tooltip/index.js +1 -0
  1237. package/src/HDS/components/common-components/Card/copyCard.js +31 -0
  1238. package/src/HDS/components/common-components/Card/index.js +1 -0
  1239. package/src/HDS/components/common-components/Icon/IconMap.js +2364 -0
  1240. package/src/HDS/components/common-components/Icon/index.js +1 -0
  1241. package/src/HDS/components/common-components/index.js +2 -0
  1242. package/src/HDS/components/index.js +13 -0
  1243. package/src/HDS/foundation/Animations/index.js +0 -0
  1244. package/src/HDS/foundation/ColorPalette/index.js +23 -0
  1245. package/src/HDS/foundation/ColorPalette/my-presets.js +134 -0
  1246. package/src/HDS/foundation/Typography/Typography.js +66 -0
  1247. package/src/HDS/foundation/Typography/TypographyClasses.js +32 -0
  1248. package/src/HDS/foundation/Typography/index.js +2 -0
  1249. package/src/HDS/foundation/Typography/translated.js +20 -0
  1250. package/src/HDS/foundation/index.js +2 -0
  1251. package/src/HDS/helpers/Translations/en-translations.js +8 -0
  1252. package/src/HDS/helpers/Translations/es-translations.js +8 -0
  1253. package/src/HDS/helpers/Translations/fr-translations.js +8 -0
  1254. package/src/HDS/helpers/Translations/index.js +1 -0
  1255. package/src/HDS/helpers/Translations/translations.js +12 -0
  1256. package/src/HDS/helpers/index.js +1 -0
  1257. package/src/HDS/index.js +3 -0
  1258. package/src/index.css +224 -0
  1259. package/src/index.ts +1 -0
  1260. package/src/styles/tailwind.css +4639 -0
  1261. package/tailwind.config.js +808 -0
  1262. package/tsconfig.json +11 -0
@@ -0,0 +1,4639 @@
1
+ /*
2
+ ! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com
3
+ */
4
+
5
+ /*
6
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
7
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
8
+ */
9
+
10
+ *,
11
+ ::before,
12
+ ::after {
13
+ box-sizing: border-box;
14
+ /* 1 */
15
+ border-width: 0;
16
+ /* 2 */
17
+ border-style: solid;
18
+ /* 2 */
19
+ border-color: currentColor;
20
+ /* 2 */
21
+ }
22
+
23
+ ::before,
24
+ ::after {
25
+ --tw-content: '';
26
+ }
27
+
28
+ /*
29
+ 1. Use a consistent sensible line-height in all browsers.
30
+ 2. Prevent adjustments of font size after orientation changes in iOS.
31
+ 3. Use a more readable tab size.
32
+ 4. Use the user's configured `sans` font-family by default.
33
+ 5. Use the user's configured `sans` font-feature-settings by default.
34
+ 6. Use the user's configured `sans` font-variation-settings by default.
35
+ */
36
+
37
+ html {
38
+ line-height: 1.5;
39
+ /* 1 */
40
+ -webkit-text-size-adjust: 100%;
41
+ /* 2 */
42
+ /* 3 */
43
+ tab-size: 4;
44
+ /* 3 */
45
+ font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
46
+ /* 4 */
47
+ -webkit-font-feature-settings: normal;
48
+ font-feature-settings: normal;
49
+ /* 5 */
50
+ font-variation-settings: normal;
51
+ /* 6 */
52
+ }
53
+
54
+ /*
55
+ 1. Remove the margin in all browsers.
56
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
57
+ */
58
+
59
+ body {
60
+ margin: 0;
61
+ /* 1 */
62
+ line-height: inherit;
63
+ /* 2 */
64
+ }
65
+
66
+ /*
67
+ 1. Add the correct height in Firefox.
68
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
69
+ 3. Ensure horizontal rules are visible by default.
70
+ */
71
+
72
+ hr {
73
+ height: 0;
74
+ /* 1 */
75
+ color: inherit;
76
+ /* 2 */
77
+ border-top-width: 1px;
78
+ /* 3 */
79
+ }
80
+
81
+ /*
82
+ Add the correct text decoration in Chrome, Edge, and Safari.
83
+ */
84
+
85
+ abbr:where([title]) {
86
+ -webkit-text-decoration: underline dotted;
87
+ text-decoration: underline dotted;
88
+ }
89
+
90
+ /*
91
+ Remove the default font size and weight for headings.
92
+ */
93
+
94
+ h1,
95
+ h2,
96
+ h3,
97
+ h4,
98
+ h5,
99
+ h6 {
100
+ font-size: inherit;
101
+ font-weight: inherit;
102
+ }
103
+
104
+ /*
105
+ Reset links to optimize for opt-in styling instead of opt-out.
106
+ */
107
+
108
+ a {
109
+ color: inherit;
110
+ text-decoration: inherit;
111
+ }
112
+
113
+ /*
114
+ Add the correct font weight in Edge and Safari.
115
+ */
116
+
117
+ b,
118
+ strong {
119
+ font-weight: bolder;
120
+ }
121
+
122
+ /*
123
+ 1. Use the user's configured `mono` font family by default.
124
+ 2. Correct the odd `em` font sizing in all browsers.
125
+ */
126
+
127
+ code,
128
+ kbd,
129
+ samp,
130
+ pre {
131
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
132
+ /* 1 */
133
+ font-size: 1em;
134
+ /* 2 */
135
+ }
136
+
137
+ /*
138
+ Add the correct font size in all browsers.
139
+ */
140
+
141
+ small {
142
+ font-size: 80%;
143
+ }
144
+
145
+ /*
146
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
147
+ */
148
+
149
+ sub,
150
+ sup {
151
+ font-size: 75%;
152
+ line-height: 0;
153
+ position: relative;
154
+ vertical-align: baseline;
155
+ }
156
+
157
+ sub {
158
+ bottom: -0.25em;
159
+ }
160
+
161
+ sup {
162
+ top: -0.5em;
163
+ }
164
+
165
+ /*
166
+ 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
167
+ 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
168
+ 3. Remove gaps between table borders by default.
169
+ */
170
+
171
+ table {
172
+ text-indent: 0;
173
+ /* 1 */
174
+ border-color: inherit;
175
+ /* 2 */
176
+ border-collapse: collapse;
177
+ /* 3 */
178
+ }
179
+
180
+ /*
181
+ 1. Change the font styles in all browsers.
182
+ 2. Remove the margin in Firefox and Safari.
183
+ 3. Remove default padding in all browsers.
184
+ */
185
+
186
+ button,
187
+ input,
188
+ optgroup,
189
+ select,
190
+ textarea {
191
+ font-family: inherit;
192
+ /* 1 */
193
+ font-size: 100%;
194
+ /* 1 */
195
+ font-weight: inherit;
196
+ /* 1 */
197
+ line-height: inherit;
198
+ /* 1 */
199
+ color: inherit;
200
+ /* 1 */
201
+ margin: 0;
202
+ /* 2 */
203
+ padding: 0;
204
+ /* 3 */
205
+ }
206
+
207
+ /*
208
+ Remove the inheritance of text transform in Edge and Firefox.
209
+ */
210
+
211
+ button,
212
+ select {
213
+ text-transform: none;
214
+ }
215
+
216
+ /*
217
+ 1. Correct the inability to style clickable types in iOS and Safari.
218
+ 2. Remove default button styles.
219
+ */
220
+
221
+ button,
222
+ [type='button'],
223
+ [type='reset'],
224
+ [type='submit'] {
225
+ -webkit-appearance: button;
226
+ /* 1 */
227
+ background-color: transparent;
228
+ /* 2 */
229
+ background-image: none;
230
+ /* 2 */
231
+ }
232
+
233
+ /*
234
+ Use the modern Firefox focus style for all focusable elements.
235
+ */
236
+
237
+ :-moz-focusring {
238
+ outline: auto;
239
+ }
240
+
241
+ /*
242
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
243
+ */
244
+
245
+ :-moz-ui-invalid {
246
+ box-shadow: none;
247
+ }
248
+
249
+ /*
250
+ Add the correct vertical alignment in Chrome and Firefox.
251
+ */
252
+
253
+ progress {
254
+ vertical-align: baseline;
255
+ }
256
+
257
+ /*
258
+ Correct the cursor style of increment and decrement buttons in Safari.
259
+ */
260
+
261
+ ::-webkit-inner-spin-button,
262
+ ::-webkit-outer-spin-button {
263
+ height: auto;
264
+ }
265
+
266
+ /*
267
+ 1. Correct the odd appearance in Chrome and Safari.
268
+ 2. Correct the outline style in Safari.
269
+ */
270
+
271
+ [type='search'] {
272
+ -webkit-appearance: textfield;
273
+ /* 1 */
274
+ outline-offset: -2px;
275
+ /* 2 */
276
+ }
277
+
278
+ /*
279
+ Remove the inner padding in Chrome and Safari on macOS.
280
+ */
281
+
282
+ ::-webkit-search-decoration {
283
+ -webkit-appearance: none;
284
+ }
285
+
286
+ /*
287
+ 1. Correct the inability to style clickable types in iOS and Safari.
288
+ 2. Change font properties to `inherit` in Safari.
289
+ */
290
+
291
+ ::-webkit-file-upload-button {
292
+ -webkit-appearance: button;
293
+ /* 1 */
294
+ font: inherit;
295
+ /* 2 */
296
+ }
297
+
298
+ /*
299
+ Add the correct display in Chrome and Safari.
300
+ */
301
+
302
+ summary {
303
+ display: list-item;
304
+ }
305
+
306
+ /*
307
+ Removes the default spacing and border for appropriate elements.
308
+ */
309
+
310
+ blockquote,
311
+ dl,
312
+ dd,
313
+ h1,
314
+ h2,
315
+ h3,
316
+ h4,
317
+ h5,
318
+ h6,
319
+ hr,
320
+ figure,
321
+ p,
322
+ pre {
323
+ margin: 0;
324
+ }
325
+
326
+ fieldset {
327
+ margin: 0;
328
+ padding: 0;
329
+ }
330
+
331
+ legend {
332
+ padding: 0;
333
+ }
334
+
335
+ ol,
336
+ ul,
337
+ menu {
338
+ list-style: none;
339
+ margin: 0;
340
+ padding: 0;
341
+ }
342
+
343
+ /*
344
+ Prevent resizing textareas horizontally by default.
345
+ */
346
+
347
+ textarea {
348
+ resize: vertical;
349
+ }
350
+
351
+ /*
352
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
353
+ 2. Set the default placeholder color to the user's configured gray 400 color.
354
+ */
355
+
356
+ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
357
+ opacity: 1;
358
+ /* 1 */
359
+ color: #9ca3af;
360
+ /* 2 */
361
+ }
362
+
363
+ input::placeholder,
364
+ textarea::placeholder {
365
+ opacity: 1;
366
+ /* 1 */
367
+ color: #9ca3af;
368
+ /* 2 */
369
+ }
370
+
371
+ /*
372
+ Set the default cursor for buttons.
373
+ */
374
+
375
+ button,
376
+ [role="button"] {
377
+ cursor: pointer;
378
+ }
379
+
380
+ /*
381
+ Make sure disabled buttons don't get the pointer cursor.
382
+ */
383
+
384
+ :disabled {
385
+ cursor: default;
386
+ }
387
+
388
+ /*
389
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
390
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
391
+ This can trigger a poorly considered lint error in some tools but is included by design.
392
+ */
393
+
394
+ img,
395
+ svg,
396
+ video,
397
+ canvas,
398
+ audio,
399
+ iframe,
400
+ embed,
401
+ object {
402
+ display: block;
403
+ /* 1 */
404
+ vertical-align: middle;
405
+ /* 2 */
406
+ }
407
+
408
+ /*
409
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
410
+ */
411
+
412
+ img,
413
+ video {
414
+ max-width: 100%;
415
+ height: auto;
416
+ }
417
+
418
+ /* Make elements with the HTML hidden attribute stay hidden by default */
419
+
420
+ [hidden] {
421
+ display: none;
422
+ }
423
+
424
+ [type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
425
+ -webkit-appearance: none;
426
+ appearance: none;
427
+ background-color: #fff;
428
+ border-color: #6b7280;
429
+ border-width: 1px;
430
+ border-radius: 0px;
431
+ padding-top: 0.5rem;
432
+ padding-right: 0.75rem;
433
+ padding-bottom: 0.5rem;
434
+ padding-left: 0.75rem;
435
+ font-size: 1rem;
436
+ line-height: 1.5rem;
437
+ --tw-shadow: 0 0 #0000;
438
+ }
439
+
440
+ [type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
441
+ outline: 2px solid transparent;
442
+ outline-offset: 2px;
443
+ --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
444
+ --tw-ring-offset-width: 0px;
445
+ --tw-ring-offset-color: #fff;
446
+ --tw-ring-color: #1E56E3;
447
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
448
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
449
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
450
+ border-color: #1E56E3;
451
+ }
452
+
453
+ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
454
+ color: #6b7280;
455
+ opacity: 1;
456
+ }
457
+
458
+ input::placeholder,textarea::placeholder {
459
+ color: #6b7280;
460
+ opacity: 1;
461
+ }
462
+
463
+ ::-webkit-datetime-edit-fields-wrapper {
464
+ padding: 0;
465
+ }
466
+
467
+ ::-webkit-date-and-time-value {
468
+ min-height: 1.5em;
469
+ }
470
+
471
+ ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
472
+ padding-top: 0;
473
+ padding-bottom: 0;
474
+ }
475
+
476
+ select {
477
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
478
+ background-position: right 0.5rem center;
479
+ background-repeat: no-repeat;
480
+ background-size: 1.5em 1.5em;
481
+ padding-right: 2.5rem;
482
+ -webkit-print-color-adjust: exact;
483
+ print-color-adjust: exact;
484
+ }
485
+
486
+ [multiple] {
487
+ background-image: initial;
488
+ background-position: initial;
489
+ background-repeat: unset;
490
+ background-size: initial;
491
+ padding-right: 0.75rem;
492
+ -webkit-print-color-adjust: unset;
493
+ print-color-adjust: unset;
494
+ }
495
+
496
+ [type='checkbox'],[type='radio'] {
497
+ -webkit-appearance: none;
498
+ appearance: none;
499
+ padding: 0;
500
+ -webkit-print-color-adjust: exact;
501
+ print-color-adjust: exact;
502
+ display: inline-block;
503
+ vertical-align: middle;
504
+ background-origin: border-box;
505
+ -webkit-user-select: none;
506
+ user-select: none;
507
+ flex-shrink: 0;
508
+ height: 1rem;
509
+ width: 1rem;
510
+ color: #1E56E3;
511
+ background-color: #fff;
512
+ border-color: #6b7280;
513
+ border-width: 1px;
514
+ --tw-shadow: 0 0 #0000;
515
+ }
516
+
517
+ [type='checkbox'] {
518
+ border-radius: 0px;
519
+ }
520
+
521
+ [type='radio'] {
522
+ border-radius: 100%;
523
+ }
524
+
525
+ [type='checkbox']:focus,[type='radio']:focus {
526
+ outline: 2px solid transparent;
527
+ outline-offset: 2px;
528
+ --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
529
+ --tw-ring-offset-width: 2px;
530
+ --tw-ring-offset-color: #fff;
531
+ --tw-ring-color: #1E56E3;
532
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
533
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
534
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
535
+ }
536
+
537
+ [type='checkbox']:checked,[type='radio']:checked {
538
+ border-color: transparent;
539
+ background-color: currentColor;
540
+ background-size: 100% 100%;
541
+ background-position: center;
542
+ background-repeat: no-repeat;
543
+ }
544
+
545
+ [type='checkbox']:checked {
546
+ background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
547
+ }
548
+
549
+ [type='radio']:checked {
550
+ background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
551
+ }
552
+
553
+ [type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
554
+ border-color: transparent;
555
+ background-color: currentColor;
556
+ }
557
+
558
+ [type='checkbox']:indeterminate {
559
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
560
+ border-color: transparent;
561
+ background-color: currentColor;
562
+ background-size: 100% 100%;
563
+ background-position: center;
564
+ background-repeat: no-repeat;
565
+ }
566
+
567
+ [type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
568
+ border-color: transparent;
569
+ background-color: currentColor;
570
+ }
571
+
572
+ [type='file'] {
573
+ background: unset;
574
+ border-color: inherit;
575
+ border-width: 0;
576
+ border-radius: 0;
577
+ padding: 0;
578
+ font-size: unset;
579
+ line-height: inherit;
580
+ }
581
+
582
+ [type='file']:focus {
583
+ outline: 1px solid ButtonText;
584
+ outline: 1px auto -webkit-focus-ring-color;
585
+ }
586
+
587
+ *, ::before, ::after {
588
+ --tw-border-spacing-x: 0;
589
+ --tw-border-spacing-y: 0;
590
+ --tw-translate-x: 0;
591
+ --tw-translate-y: 0;
592
+ --tw-rotate: 0;
593
+ --tw-skew-x: 0;
594
+ --tw-skew-y: 0;
595
+ --tw-scale-x: 1;
596
+ --tw-scale-y: 1;
597
+ --tw-pan-x: ;
598
+ --tw-pan-y: ;
599
+ --tw-pinch-zoom: ;
600
+ --tw-scroll-snap-strictness: proximity;
601
+ --tw-ordinal: ;
602
+ --tw-slashed-zero: ;
603
+ --tw-numeric-figure: ;
604
+ --tw-numeric-spacing: ;
605
+ --tw-numeric-fraction: ;
606
+ --tw-ring-inset: ;
607
+ --tw-ring-offset-width: 0px;
608
+ --tw-ring-offset-color: #fff;
609
+ --tw-ring-color: rgb(57 112 253 / 0.5);
610
+ --tw-ring-offset-shadow: 0 0 #0000;
611
+ --tw-ring-shadow: 0 0 #0000;
612
+ --tw-shadow: 0 0 #0000;
613
+ --tw-shadow-colored: 0 0 #0000;
614
+ --tw-blur: ;
615
+ --tw-brightness: ;
616
+ --tw-contrast: ;
617
+ --tw-grayscale: ;
618
+ --tw-hue-rotate: ;
619
+ --tw-invert: ;
620
+ --tw-saturate: ;
621
+ --tw-sepia: ;
622
+ --tw-drop-shadow: ;
623
+ --tw-backdrop-blur: ;
624
+ --tw-backdrop-brightness: ;
625
+ --tw-backdrop-contrast: ;
626
+ --tw-backdrop-grayscale: ;
627
+ --tw-backdrop-hue-rotate: ;
628
+ --tw-backdrop-invert: ;
629
+ --tw-backdrop-opacity: ;
630
+ --tw-backdrop-saturate: ;
631
+ --tw-backdrop-sepia: ;
632
+ }
633
+
634
+ ::-webkit-backdrop {
635
+ --tw-border-spacing-x: 0;
636
+ --tw-border-spacing-y: 0;
637
+ --tw-translate-x: 0;
638
+ --tw-translate-y: 0;
639
+ --tw-rotate: 0;
640
+ --tw-skew-x: 0;
641
+ --tw-skew-y: 0;
642
+ --tw-scale-x: 1;
643
+ --tw-scale-y: 1;
644
+ --tw-pan-x: ;
645
+ --tw-pan-y: ;
646
+ --tw-pinch-zoom: ;
647
+ --tw-scroll-snap-strictness: proximity;
648
+ --tw-ordinal: ;
649
+ --tw-slashed-zero: ;
650
+ --tw-numeric-figure: ;
651
+ --tw-numeric-spacing: ;
652
+ --tw-numeric-fraction: ;
653
+ --tw-ring-inset: ;
654
+ --tw-ring-offset-width: 0px;
655
+ --tw-ring-offset-color: #fff;
656
+ --tw-ring-color: rgb(57 112 253 / 0.5);
657
+ --tw-ring-offset-shadow: 0 0 #0000;
658
+ --tw-ring-shadow: 0 0 #0000;
659
+ --tw-shadow: 0 0 #0000;
660
+ --tw-shadow-colored: 0 0 #0000;
661
+ --tw-blur: ;
662
+ --tw-brightness: ;
663
+ --tw-contrast: ;
664
+ --tw-grayscale: ;
665
+ --tw-hue-rotate: ;
666
+ --tw-invert: ;
667
+ --tw-saturate: ;
668
+ --tw-sepia: ;
669
+ --tw-drop-shadow: ;
670
+ --tw-backdrop-blur: ;
671
+ --tw-backdrop-brightness: ;
672
+ --tw-backdrop-contrast: ;
673
+ --tw-backdrop-grayscale: ;
674
+ --tw-backdrop-hue-rotate: ;
675
+ --tw-backdrop-invert: ;
676
+ --tw-backdrop-opacity: ;
677
+ --tw-backdrop-saturate: ;
678
+ --tw-backdrop-sepia: ;
679
+ }
680
+
681
+ ::backdrop {
682
+ --tw-border-spacing-x: 0;
683
+ --tw-border-spacing-y: 0;
684
+ --tw-translate-x: 0;
685
+ --tw-translate-y: 0;
686
+ --tw-rotate: 0;
687
+ --tw-skew-x: 0;
688
+ --tw-skew-y: 0;
689
+ --tw-scale-x: 1;
690
+ --tw-scale-y: 1;
691
+ --tw-pan-x: ;
692
+ --tw-pan-y: ;
693
+ --tw-pinch-zoom: ;
694
+ --tw-scroll-snap-strictness: proximity;
695
+ --tw-ordinal: ;
696
+ --tw-slashed-zero: ;
697
+ --tw-numeric-figure: ;
698
+ --tw-numeric-spacing: ;
699
+ --tw-numeric-fraction: ;
700
+ --tw-ring-inset: ;
701
+ --tw-ring-offset-width: 0px;
702
+ --tw-ring-offset-color: #fff;
703
+ --tw-ring-color: rgb(57 112 253 / 0.5);
704
+ --tw-ring-offset-shadow: 0 0 #0000;
705
+ --tw-ring-shadow: 0 0 #0000;
706
+ --tw-shadow: 0 0 #0000;
707
+ --tw-shadow-colored: 0 0 #0000;
708
+ --tw-blur: ;
709
+ --tw-brightness: ;
710
+ --tw-contrast: ;
711
+ --tw-grayscale: ;
712
+ --tw-hue-rotate: ;
713
+ --tw-invert: ;
714
+ --tw-saturate: ;
715
+ --tw-sepia: ;
716
+ --tw-drop-shadow: ;
717
+ --tw-backdrop-blur: ;
718
+ --tw-backdrop-brightness: ;
719
+ --tw-backdrop-contrast: ;
720
+ --tw-backdrop-grayscale: ;
721
+ --tw-backdrop-hue-rotate: ;
722
+ --tw-backdrop-invert: ;
723
+ --tw-backdrop-opacity: ;
724
+ --tw-backdrop-saturate: ;
725
+ --tw-backdrop-sepia: ;
726
+ }
727
+
728
+ .container {
729
+ width: 100%;
730
+ }
731
+
732
+ @media (min-width: 600px) {
733
+ .container {
734
+ max-width: 600px;
735
+ }
736
+ }
737
+
738
+ @media (min-width: 1240px) {
739
+ .container {
740
+ max-width: 1240px;
741
+ }
742
+ }
743
+
744
+ .sr-only {
745
+ position: absolute;
746
+ width: 1px;
747
+ height: 1px;
748
+ padding: 0;
749
+ margin: -1px;
750
+ overflow: hidden;
751
+ clip: rect(0, 0, 0, 0);
752
+ white-space: nowrap;
753
+ border-width: 0;
754
+ }
755
+
756
+ .pointer-events-none {
757
+ pointer-events: none;
758
+ }
759
+
760
+ .visible {
761
+ visibility: visible;
762
+ }
763
+
764
+ .invisible {
765
+ visibility: hidden;
766
+ }
767
+
768
+ .fixed {
769
+ position: fixed;
770
+ }
771
+
772
+ .absolute {
773
+ position: absolute;
774
+ }
775
+
776
+ .relative {
777
+ position: relative;
778
+ }
779
+
780
+ .inset-0 {
781
+ inset: 0px;
782
+ }
783
+
784
+ .inset-x-0 {
785
+ left: 0px;
786
+ right: 0px;
787
+ }
788
+
789
+ .inset-y-0 {
790
+ top: 0px;
791
+ bottom: 0px;
792
+ }
793
+
794
+ .-bottom-1 {
795
+ bottom: -0.25rem;
796
+ }
797
+
798
+ .-bottom-1\.5 {
799
+ bottom: -0.375rem;
800
+ }
801
+
802
+ .-left-\[60\%\] {
803
+ left: -60%;
804
+ }
805
+
806
+ .bottom-0 {
807
+ bottom: 0px;
808
+ }
809
+
810
+ .bottom-1 {
811
+ bottom: 0.25rem;
812
+ }
813
+
814
+ .bottom-1\.5 {
815
+ bottom: 0.375rem;
816
+ }
817
+
818
+ .bottom-full {
819
+ bottom: 100%;
820
+ }
821
+
822
+ .left-0 {
823
+ left: 0px;
824
+ }
825
+
826
+ .left-1\/2 {
827
+ left: 50%;
828
+ }
829
+
830
+ .left-2 {
831
+ left: 0.5rem;
832
+ }
833
+
834
+ .left-\[160\%\] {
835
+ left: 160%;
836
+ }
837
+
838
+ .left-\[17\.6\%\] {
839
+ left: 17.6%;
840
+ }
841
+
842
+ .left-\[82\.3\%\] {
843
+ left: 82.3%;
844
+ }
845
+
846
+ .left-\[82\.4\%\] {
847
+ left: 82.4%;
848
+ }
849
+
850
+ .right-0 {
851
+ right: 0px;
852
+ }
853
+
854
+ .right-2 {
855
+ right: 0.5rem;
856
+ }
857
+
858
+ .top-0 {
859
+ top: 0px;
860
+ }
861
+
862
+ .isolate {
863
+ isolation: isolate;
864
+ }
865
+
866
+ .-z-10 {
867
+ z-index: -10;
868
+ }
869
+
870
+ .z-10 {
871
+ z-index: 10;
872
+ }
873
+
874
+ .z-50 {
875
+ z-index: 50;
876
+ }
877
+
878
+ .z-\[2\] {
879
+ z-index: 2;
880
+ }
881
+
882
+ .col-span-1 {
883
+ grid-column: span 1 / span 1;
884
+ }
885
+
886
+ .-m-1 {
887
+ margin: -0.25rem;
888
+ }
889
+
890
+ .-m-1\.5 {
891
+ margin: -0.375rem;
892
+ }
893
+
894
+ .-m-2 {
895
+ margin: -0.5rem;
896
+ }
897
+
898
+ .-m-2\.5 {
899
+ margin: -0.625rem;
900
+ }
901
+
902
+ .-m-3 {
903
+ margin: -0.75rem;
904
+ }
905
+
906
+ .m-4 {
907
+ margin: 1rem;
908
+ }
909
+
910
+ .-mx-3 {
911
+ margin-left: -0.75rem;
912
+ margin-right: -0.75rem;
913
+ }
914
+
915
+ .-mx-4 {
916
+ margin-left: -1rem;
917
+ margin-right: -1rem;
918
+ }
919
+
920
+ .-my-2 {
921
+ margin-top: -0.5rem;
922
+ margin-bottom: -0.5rem;
923
+ }
924
+
925
+ .-my-6 {
926
+ margin-top: -1.5rem;
927
+ margin-bottom: -1.5rem;
928
+ }
929
+
930
+ .mx-10 {
931
+ margin-left: 2.5rem;
932
+ margin-right: 2.5rem;
933
+ }
934
+
935
+ .mx-2 {
936
+ margin-left: 0.5rem;
937
+ margin-right: 0.5rem;
938
+ }
939
+
940
+ .mx-3 {
941
+ margin-left: 0.75rem;
942
+ margin-right: 0.75rem;
943
+ }
944
+
945
+ .mx-4 {
946
+ margin-left: 1rem;
947
+ margin-right: 1rem;
948
+ }
949
+
950
+ .mx-5 {
951
+ margin-left: 1.25rem;
952
+ margin-right: 1.25rem;
953
+ }
954
+
955
+ .mx-\[15\%\] {
956
+ margin-left: 15%;
957
+ margin-right: 15%;
958
+ }
959
+
960
+ .mx-auto {
961
+ margin-left: auto;
962
+ margin-right: auto;
963
+ }
964
+
965
+ .my-1 {
966
+ margin-top: 0.25rem;
967
+ margin-bottom: 0.25rem;
968
+ }
969
+
970
+ .my-10 {
971
+ margin-top: 2.5rem;
972
+ margin-bottom: 2.5rem;
973
+ }
974
+
975
+ .my-2 {
976
+ margin-top: 0.5rem;
977
+ margin-bottom: 0.5rem;
978
+ }
979
+
980
+ .my-20 {
981
+ margin-top: 5rem;
982
+ margin-bottom: 5rem;
983
+ }
984
+
985
+ .my-3 {
986
+ margin-top: 0.75rem;
987
+ margin-bottom: 0.75rem;
988
+ }
989
+
990
+ .my-4 {
991
+ margin-top: 1rem;
992
+ margin-bottom: 1rem;
993
+ }
994
+
995
+ .my-5 {
996
+ margin-top: 1.25rem;
997
+ margin-bottom: 1.25rem;
998
+ }
999
+
1000
+ .my-6 {
1001
+ margin-top: 1.5rem;
1002
+ margin-bottom: 1.5rem;
1003
+ }
1004
+
1005
+ .-mb-\[112\%\] {
1006
+ margin-bottom: -112%;
1007
+ }
1008
+
1009
+ .-mb-px {
1010
+ margin-bottom: -1px;
1011
+ }
1012
+
1013
+ .-ml-0 {
1014
+ margin-left: -0px;
1015
+ }
1016
+
1017
+ .-ml-0\.5 {
1018
+ margin-left: -0.125rem;
1019
+ }
1020
+
1021
+ .-ml-1 {
1022
+ margin-left: -0.25rem;
1023
+ }
1024
+
1025
+ .-ml-1\.5 {
1026
+ margin-left: -0.375rem;
1027
+ }
1028
+
1029
+ .-ml-3 {
1030
+ margin-left: -0.75rem;
1031
+ }
1032
+
1033
+ .-ml-4 {
1034
+ margin-left: -1rem;
1035
+ }
1036
+
1037
+ .-ml-px {
1038
+ margin-left: -1px;
1039
+ }
1040
+
1041
+ .-mr-2 {
1042
+ margin-right: -0.5rem;
1043
+ }
1044
+
1045
+ .-mt-4 {
1046
+ margin-top: -1rem;
1047
+ }
1048
+
1049
+ .mb-2 {
1050
+ margin-bottom: 0.5rem;
1051
+ }
1052
+
1053
+ .mb-2\.5 {
1054
+ margin-bottom: 0.625rem;
1055
+ }
1056
+
1057
+ .mb-4 {
1058
+ margin-bottom: 1rem;
1059
+ }
1060
+
1061
+ .mb-\[28\%\] {
1062
+ margin-bottom: 28%;
1063
+ }
1064
+
1065
+ .mb-px {
1066
+ margin-bottom: 1px;
1067
+ }
1068
+
1069
+ .ml-1 {
1070
+ margin-left: 0.25rem;
1071
+ }
1072
+
1073
+ .ml-1\.5 {
1074
+ margin-left: 0.375rem;
1075
+ }
1076
+
1077
+ .ml-2 {
1078
+ margin-left: 0.5rem;
1079
+ }
1080
+
1081
+ .ml-3 {
1082
+ margin-left: 0.75rem;
1083
+ }
1084
+
1085
+ .ml-4 {
1086
+ margin-left: 1rem;
1087
+ }
1088
+
1089
+ .ml-5 {
1090
+ margin-left: 1.25rem;
1091
+ }
1092
+
1093
+ .ml-8 {
1094
+ margin-left: 2rem;
1095
+ }
1096
+
1097
+ .mr-1 {
1098
+ margin-right: 0.25rem;
1099
+ }
1100
+
1101
+ .mr-2 {
1102
+ margin-right: 0.5rem;
1103
+ }
1104
+
1105
+ .mr-4 {
1106
+ margin-right: 1rem;
1107
+ }
1108
+
1109
+ .mt-1 {
1110
+ margin-top: 0.25rem;
1111
+ }
1112
+
1113
+ .mt-10 {
1114
+ margin-top: 2.5rem;
1115
+ }
1116
+
1117
+ .mt-2 {
1118
+ margin-top: 0.5rem;
1119
+ }
1120
+
1121
+ .mt-3 {
1122
+ margin-top: 0.75rem;
1123
+ }
1124
+
1125
+ .mt-4 {
1126
+ margin-top: 1rem;
1127
+ }
1128
+
1129
+ .mt-5 {
1130
+ margin-top: 1.25rem;
1131
+ }
1132
+
1133
+ .mt-6 {
1134
+ margin-top: 1.5rem;
1135
+ }
1136
+
1137
+ .mt-8 {
1138
+ margin-top: 2rem;
1139
+ }
1140
+
1141
+ .ml-10 {
1142
+ margin-left: 2.5rem;
1143
+ }
1144
+
1145
+ .mb-3 {
1146
+ margin-bottom: 0.75rem;
1147
+ }
1148
+
1149
+ .block {
1150
+ display: block;
1151
+ }
1152
+
1153
+ .inline-block {
1154
+ display: inline-block;
1155
+ }
1156
+
1157
+ .inline {
1158
+ display: inline;
1159
+ }
1160
+
1161
+ .flex {
1162
+ display: flex;
1163
+ }
1164
+
1165
+ .inline-flex {
1166
+ display: inline-flex;
1167
+ }
1168
+
1169
+ .table {
1170
+ display: table;
1171
+ }
1172
+
1173
+ .flow-root {
1174
+ display: flow-root;
1175
+ }
1176
+
1177
+ .grid {
1178
+ display: grid;
1179
+ }
1180
+
1181
+ .contents {
1182
+ display: contents;
1183
+ }
1184
+
1185
+ .hidden {
1186
+ display: none;
1187
+ }
1188
+
1189
+ .aspect-\[2\/1\] {
1190
+ aspect-ratio: 2/1;
1191
+ }
1192
+
1193
+ .h-10 {
1194
+ height: 2.5rem;
1195
+ }
1196
+
1197
+ .h-11 {
1198
+ height: 2.75rem;
1199
+ }
1200
+
1201
+ .h-12 {
1202
+ height: 3rem;
1203
+ }
1204
+
1205
+ .h-2 {
1206
+ height: 0.5rem;
1207
+ }
1208
+
1209
+ .h-2\.5 {
1210
+ height: 0.625rem;
1211
+ }
1212
+
1213
+ .h-24 {
1214
+ height: 6rem;
1215
+ }
1216
+
1217
+ .h-4 {
1218
+ height: 1rem;
1219
+ }
1220
+
1221
+ .h-40 {
1222
+ height: 10rem;
1223
+ }
1224
+
1225
+ .h-5 {
1226
+ height: 1.25rem;
1227
+ }
1228
+
1229
+ .h-6 {
1230
+ height: 1.5rem;
1231
+ }
1232
+
1233
+ .h-64 {
1234
+ height: 16rem;
1235
+ }
1236
+
1237
+ .h-7 {
1238
+ height: 1.75rem;
1239
+ }
1240
+
1241
+ .h-8 {
1242
+ height: 2rem;
1243
+ }
1244
+
1245
+ .h-9 {
1246
+ height: 2.25rem;
1247
+ }
1248
+
1249
+ .h-\[60px\] {
1250
+ height: 60px;
1251
+ }
1252
+
1253
+ .h-full {
1254
+ height: 100%;
1255
+ }
1256
+
1257
+ .w-1\/4 {
1258
+ width: 25%;
1259
+ }
1260
+
1261
+ .w-10 {
1262
+ width: 2.5rem;
1263
+ }
1264
+
1265
+ .w-11 {
1266
+ width: 2.75rem;
1267
+ }
1268
+
1269
+ .w-12 {
1270
+ width: 3rem;
1271
+ }
1272
+
1273
+ .w-2 {
1274
+ width: 0.5rem;
1275
+ }
1276
+
1277
+ .w-2\.5 {
1278
+ width: 0.625rem;
1279
+ }
1280
+
1281
+ .w-24 {
1282
+ width: 6rem;
1283
+ }
1284
+
1285
+ .w-3\/4 {
1286
+ width: 75%;
1287
+ }
1288
+
1289
+ .w-4 {
1290
+ width: 1rem;
1291
+ }
1292
+
1293
+ .w-40 {
1294
+ width: 10rem;
1295
+ }
1296
+
1297
+ .w-5 {
1298
+ width: 1.25rem;
1299
+ }
1300
+
1301
+ .w-6 {
1302
+ width: 1.5rem;
1303
+ }
1304
+
1305
+ .w-8 {
1306
+ width: 2rem;
1307
+ }
1308
+
1309
+ .w-96 {
1310
+ width: 24rem;
1311
+ }
1312
+
1313
+ .w-\[60px\] {
1314
+ width: 60px;
1315
+ }
1316
+
1317
+ .w-auto {
1318
+ width: auto;
1319
+ }
1320
+
1321
+ .w-fit {
1322
+ width: -webkit-fit-content;
1323
+ width: -moz-fit-content;
1324
+ width: fit-content;
1325
+ }
1326
+
1327
+ .w-full {
1328
+ width: 100%;
1329
+ }
1330
+
1331
+ .w-screen {
1332
+ width: 100vw;
1333
+ }
1334
+
1335
+ .w-1\/3 {
1336
+ width: 33.333333%;
1337
+ }
1338
+
1339
+ .w-1\/2 {
1340
+ width: 50%;
1341
+ }
1342
+
1343
+ .w-3 {
1344
+ width: 0.75rem;
1345
+ }
1346
+
1347
+ .min-w-full {
1348
+ min-width: 100%;
1349
+ }
1350
+
1351
+ .max-w-2xl {
1352
+ max-width: 42rem;
1353
+ }
1354
+
1355
+ .max-w-7xl {
1356
+ max-width: 80rem;
1357
+ }
1358
+
1359
+ .max-w-\[150px\] {
1360
+ max-width: 150px;
1361
+ }
1362
+
1363
+ .max-w-\[6rem\] {
1364
+ max-width: 6rem;
1365
+ }
1366
+
1367
+ .max-w-max {
1368
+ max-width: -webkit-max-content;
1369
+ max-width: max-content;
1370
+ }
1371
+
1372
+ .max-w-md {
1373
+ max-width: 28rem;
1374
+ }
1375
+
1376
+ .max-w-xs {
1377
+ max-width: 20rem;
1378
+ }
1379
+
1380
+ .max-w-\[50\%\] {
1381
+ max-width: 50%;
1382
+ }
1383
+
1384
+ .flex-1 {
1385
+ flex: 1 1 0%;
1386
+ }
1387
+
1388
+ .flex-auto {
1389
+ flex: 1 1 auto;
1390
+ }
1391
+
1392
+ .flex-none {
1393
+ flex: none;
1394
+ }
1395
+
1396
+ .flex-shrink-0 {
1397
+ flex-shrink: 0;
1398
+ }
1399
+
1400
+ .shrink-0 {
1401
+ flex-shrink: 0;
1402
+ }
1403
+
1404
+ .flex-grow {
1405
+ flex-grow: 1;
1406
+ }
1407
+
1408
+ .grow {
1409
+ flex-grow: 1;
1410
+ }
1411
+
1412
+ .origin-top-right {
1413
+ -webkit-transform-origin: top right;
1414
+ transform-origin: top right;
1415
+ }
1416
+
1417
+ .-translate-x-1\/2 {
1418
+ --tw-translate-x: -50%;
1419
+ -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1420
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1421
+ }
1422
+
1423
+ .-translate-y-1 {
1424
+ --tw-translate-y: -0.25rem;
1425
+ -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1426
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1427
+ }
1428
+
1429
+ .translate-y-0 {
1430
+ --tw-translate-y: 0px;
1431
+ -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1432
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1433
+ }
1434
+
1435
+ .translate-y-1 {
1436
+ --tw-translate-y: 0.25rem;
1437
+ -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1438
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1439
+ }
1440
+
1441
+ .rotate-45 {
1442
+ --tw-rotate: 45deg;
1443
+ -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1444
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1445
+ }
1446
+
1447
+ .scale-100 {
1448
+ --tw-scale-x: 1;
1449
+ --tw-scale-y: 1;
1450
+ -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1451
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1452
+ }
1453
+
1454
+ .scale-95 {
1455
+ --tw-scale-x: .95;
1456
+ --tw-scale-y: .95;
1457
+ -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1458
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1459
+ }
1460
+
1461
+ .transform {
1462
+ -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1463
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1464
+ }
1465
+
1466
+ .select-none {
1467
+ -webkit-user-select: none;
1468
+ user-select: none;
1469
+ }
1470
+
1471
+ .snap-x {
1472
+ scroll-snap-type: x var(--tw-scroll-snap-strictness);
1473
+ }
1474
+
1475
+ .snap-center {
1476
+ scroll-snap-align: center;
1477
+ }
1478
+
1479
+ .list-none {
1480
+ list-style-type: none;
1481
+ }
1482
+
1483
+ .grid-cols-1 {
1484
+ grid-template-columns: repeat(1, minmax(0, 1fr));
1485
+ }
1486
+
1487
+ .grid-cols-2 {
1488
+ grid-template-columns: repeat(2, minmax(0, 1fr));
1489
+ }
1490
+
1491
+ .grid-cols-3 {
1492
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1493
+ }
1494
+
1495
+ .grid-cols-4 {
1496
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1497
+ }
1498
+
1499
+ .flex-row {
1500
+ flex-direction: row;
1501
+ }
1502
+
1503
+ .flex-col {
1504
+ flex-direction: column;
1505
+ }
1506
+
1507
+ .flex-wrap {
1508
+ flex-wrap: wrap;
1509
+ }
1510
+
1511
+ .flex-nowrap {
1512
+ flex-wrap: nowrap;
1513
+ }
1514
+
1515
+ .place-content-around {
1516
+ place-content: space-around;
1517
+ }
1518
+
1519
+ .place-content-evenly {
1520
+ place-content: space-evenly;
1521
+ }
1522
+
1523
+ .items-start {
1524
+ align-items: flex-start;
1525
+ }
1526
+
1527
+ .items-center {
1528
+ align-items: center;
1529
+ }
1530
+
1531
+ .items-stretch {
1532
+ align-items: stretch;
1533
+ }
1534
+
1535
+ .justify-end {
1536
+ justify-content: flex-end;
1537
+ }
1538
+
1539
+ .justify-center {
1540
+ justify-content: center;
1541
+ }
1542
+
1543
+ .justify-between {
1544
+ justify-content: space-between;
1545
+ }
1546
+
1547
+ .justify-around {
1548
+ justify-content: space-around;
1549
+ }
1550
+
1551
+ .gap-1 {
1552
+ gap: 0.25rem;
1553
+ }
1554
+
1555
+ .gap-10 {
1556
+ gap: 2.5rem;
1557
+ }
1558
+
1559
+ .gap-12 {
1560
+ gap: 3rem;
1561
+ }
1562
+
1563
+ .gap-2 {
1564
+ gap: 0.5rem;
1565
+ }
1566
+
1567
+ .gap-28 {
1568
+ gap: 7rem;
1569
+ }
1570
+
1571
+ .gap-3 {
1572
+ gap: 0.75rem;
1573
+ }
1574
+
1575
+ .gap-4 {
1576
+ gap: 1rem;
1577
+ }
1578
+
1579
+ .gap-6 {
1580
+ gap: 1.5rem;
1581
+ }
1582
+
1583
+ .gap-\[14rem\] {
1584
+ gap: 14rem;
1585
+ }
1586
+
1587
+ .gap-x-1 {
1588
+ -webkit-column-gap: 0.25rem;
1589
+ column-gap: 0.25rem;
1590
+ }
1591
+
1592
+ .gap-x-1\.5 {
1593
+ -webkit-column-gap: 0.375rem;
1594
+ column-gap: 0.375rem;
1595
+ }
1596
+
1597
+ .gap-x-12 {
1598
+ -webkit-column-gap: 3rem;
1599
+ column-gap: 3rem;
1600
+ }
1601
+
1602
+ .gap-x-16 {
1603
+ -webkit-column-gap: 4rem;
1604
+ column-gap: 4rem;
1605
+ }
1606
+
1607
+ .gap-x-2 {
1608
+ -webkit-column-gap: 0.5rem;
1609
+ column-gap: 0.5rem;
1610
+ }
1611
+
1612
+ .gap-x-2\.5 {
1613
+ -webkit-column-gap: 0.625rem;
1614
+ column-gap: 0.625rem;
1615
+ }
1616
+
1617
+ .gap-x-3 {
1618
+ -webkit-column-gap: 0.75rem;
1619
+ column-gap: 0.75rem;
1620
+ }
1621
+
1622
+ .gap-x-3\.5 {
1623
+ -webkit-column-gap: 0.875rem;
1624
+ column-gap: 0.875rem;
1625
+ }
1626
+
1627
+ .gap-x-4 {
1628
+ -webkit-column-gap: 1rem;
1629
+ column-gap: 1rem;
1630
+ }
1631
+
1632
+ .gap-x-6 {
1633
+ -webkit-column-gap: 1.5rem;
1634
+ column-gap: 1.5rem;
1635
+ }
1636
+
1637
+ .gap-x-8 {
1638
+ -webkit-column-gap: 2rem;
1639
+ column-gap: 2rem;
1640
+ }
1641
+
1642
+ .gap-y-10 {
1643
+ row-gap: 2.5rem;
1644
+ }
1645
+
1646
+ .gap-y-6 {
1647
+ row-gap: 1.5rem;
1648
+ }
1649
+
1650
+ .-space-x-1 > :not([hidden]) ~ :not([hidden]) {
1651
+ --tw-space-x-reverse: 0;
1652
+ margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
1653
+ margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
1654
+ }
1655
+
1656
+ .-space-x-2 > :not([hidden]) ~ :not([hidden]) {
1657
+ --tw-space-x-reverse: 0;
1658
+ margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
1659
+ margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
1660
+ }
1661
+
1662
+ .space-x-4 > :not([hidden]) ~ :not([hidden]) {
1663
+ --tw-space-x-reverse: 0;
1664
+ margin-right: calc(1rem * var(--tw-space-x-reverse));
1665
+ margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
1666
+ }
1667
+
1668
+ .space-x-6 > :not([hidden]) ~ :not([hidden]) {
1669
+ --tw-space-x-reverse: 0;
1670
+ margin-right: calc(1.5rem * var(--tw-space-x-reverse));
1671
+ margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
1672
+ }
1673
+
1674
+ .space-x-8 > :not([hidden]) ~ :not([hidden]) {
1675
+ --tw-space-x-reverse: 0;
1676
+ margin-right: calc(2rem * var(--tw-space-x-reverse));
1677
+ margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
1678
+ }
1679
+
1680
+ .space-y-2 > :not([hidden]) ~ :not([hidden]) {
1681
+ --tw-space-y-reverse: 0;
1682
+ margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
1683
+ margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
1684
+ }
1685
+
1686
+ .space-y-5 > :not([hidden]) ~ :not([hidden]) {
1687
+ --tw-space-y-reverse: 0;
1688
+ margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
1689
+ margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
1690
+ }
1691
+
1692
+ .divide-x > :not([hidden]) ~ :not([hidden]) {
1693
+ --tw-divide-x-reverse: 0;
1694
+ border-right-width: calc(1px * var(--tw-divide-x-reverse));
1695
+ border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
1696
+ }
1697
+
1698
+ .divide-y > :not([hidden]) ~ :not([hidden]) {
1699
+ --tw-divide-y-reverse: 0;
1700
+ border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
1701
+ border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
1702
+ }
1703
+
1704
+ .divide-y-2 > :not([hidden]) ~ :not([hidden]) {
1705
+ --tw-divide-y-reverse: 0;
1706
+ border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
1707
+ border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
1708
+ }
1709
+
1710
+ .overflow-auto {
1711
+ overflow: auto;
1712
+ }
1713
+
1714
+ .overflow-hidden {
1715
+ overflow: hidden;
1716
+ }
1717
+
1718
+ .overflow-y-auto {
1719
+ overflow-y: auto;
1720
+ }
1721
+
1722
+ .overflow-x-hidden {
1723
+ overflow-x: hidden;
1724
+ }
1725
+
1726
+ .overflow-x-clip {
1727
+ overflow-x: clip;
1728
+ }
1729
+
1730
+ .overflow-x-scroll {
1731
+ overflow-x: scroll;
1732
+ }
1733
+
1734
+ .whitespace-nowrap {
1735
+ white-space: nowrap;
1736
+ }
1737
+
1738
+ .whitespace-pre {
1739
+ white-space: pre;
1740
+ }
1741
+
1742
+ .whitespace-pre-line {
1743
+ white-space: pre-line;
1744
+ }
1745
+
1746
+ .rounded {
1747
+ border-radius: 0.25rem;
1748
+ }
1749
+
1750
+ .rounded-2xl {
1751
+ border-radius: 1rem;
1752
+ }
1753
+
1754
+ .rounded-3xl {
1755
+ border-radius: 1.5rem;
1756
+ }
1757
+
1758
+ .rounded-full {
1759
+ border-radius: 9999px;
1760
+ }
1761
+
1762
+ .rounded-lg {
1763
+ border-radius: 0.5rem;
1764
+ }
1765
+
1766
+ .rounded-md {
1767
+ border-radius: 0.375rem;
1768
+ }
1769
+
1770
+ .rounded-none {
1771
+ border-radius: 0px;
1772
+ }
1773
+
1774
+ .rounded-sm {
1775
+ border-radius: 0.125rem;
1776
+ }
1777
+
1778
+ .rounded-xl {
1779
+ border-radius: 0.75rem;
1780
+ }
1781
+
1782
+ .rounded-l-md {
1783
+ border-top-left-radius: 0.375rem;
1784
+ border-bottom-left-radius: 0.375rem;
1785
+ }
1786
+
1787
+ .rounded-r-2xl {
1788
+ border-top-right-radius: 1rem;
1789
+ border-bottom-right-radius: 1rem;
1790
+ }
1791
+
1792
+ .rounded-r-md {
1793
+ border-top-right-radius: 0.375rem;
1794
+ border-bottom-right-radius: 0.375rem;
1795
+ }
1796
+
1797
+ .rounded-t-md {
1798
+ border-top-left-radius: 0.375rem;
1799
+ border-top-right-radius: 0.375rem;
1800
+ }
1801
+
1802
+ .border {
1803
+ border-width: 1px;
1804
+ }
1805
+
1806
+ .border-0 {
1807
+ border-width: 0px;
1808
+ }
1809
+
1810
+ .border-2 {
1811
+ border-width: 2px;
1812
+ }
1813
+
1814
+ .border-4 {
1815
+ border-width: 4px;
1816
+ }
1817
+
1818
+ .border-\[1\.5px\] {
1819
+ border-width: 1.5px;
1820
+ }
1821
+
1822
+ .border-b {
1823
+ border-bottom-width: 1px;
1824
+ }
1825
+
1826
+ .border-b-2 {
1827
+ border-bottom-width: 2px;
1828
+ }
1829
+
1830
+ .border-l {
1831
+ border-left-width: 1px;
1832
+ }
1833
+
1834
+ .border-l-2 {
1835
+ border-left-width: 2px;
1836
+ }
1837
+
1838
+ .border-r-0 {
1839
+ border-right-width: 0px;
1840
+ }
1841
+
1842
+ .border-solid {
1843
+ border-style: solid;
1844
+ }
1845
+
1846
+ .border-dashed {
1847
+ border-style: dashed;
1848
+ }
1849
+
1850
+ .border-dotted {
1851
+ border-style: dotted;
1852
+ }
1853
+
1854
+ .border-double {
1855
+ border-style: double;
1856
+ }
1857
+
1858
+ .border-hidden {
1859
+ border-style: hidden;
1860
+ }
1861
+
1862
+ .border-none {
1863
+ border-style: none;
1864
+ }
1865
+
1866
+ .border-amber-600 {
1867
+ --tw-border-opacity: 1;
1868
+ border-color: rgb(184 88 0 / var(--tw-border-opacity));
1869
+ }
1870
+
1871
+ .border-blue-200 {
1872
+ --tw-border-opacity: 1;
1873
+ border-color: rgb(223 232 255 / var(--tw-border-opacity));
1874
+ }
1875
+
1876
+ .border-blue-300 {
1877
+ --tw-border-opacity: 1;
1878
+ border-color: rgb(198 214 255 / var(--tw-border-opacity));
1879
+ }
1880
+
1881
+ .border-blue-400 {
1882
+ --tw-border-opacity: 1;
1883
+ border-color: rgb(128 163 255 / var(--tw-border-opacity));
1884
+ }
1885
+
1886
+ .border-blue-600 {
1887
+ --tw-border-opacity: 1;
1888
+ border-color: rgb(30 86 227 / var(--tw-border-opacity));
1889
+ }
1890
+
1891
+ .border-neutral-0 {
1892
+ --tw-border-opacity: 1;
1893
+ border-color: rgb(255 255 255 / var(--tw-border-opacity));
1894
+ }
1895
+
1896
+ .border-neutral-100 {
1897
+ --tw-border-opacity: 1;
1898
+ border-color: rgb(243 244 246 / var(--tw-border-opacity));
1899
+ }
1900
+
1901
+ .border-neutral-200 {
1902
+ --tw-border-opacity: 1;
1903
+ border-color: rgb(229 231 235 / var(--tw-border-opacity));
1904
+ }
1905
+
1906
+ .border-neutral-300 {
1907
+ --tw-border-opacity: 1;
1908
+ border-color: rgb(210 214 219 / var(--tw-border-opacity));
1909
+ }
1910
+
1911
+ .border-neutral-400 {
1912
+ --tw-border-opacity: 1;
1913
+ border-color: rgb(157 164 174 / var(--tw-border-opacity));
1914
+ }
1915
+
1916
+ .border-pink-300 {
1917
+ --tw-border-opacity: 1;
1918
+ border-color: rgb(255 188 214 / var(--tw-border-opacity));
1919
+ }
1920
+
1921
+ .border-pink-500 {
1922
+ --tw-border-opacity: 1;
1923
+ border-color: rgb(225 58 124 / var(--tw-border-opacity));
1924
+ }
1925
+
1926
+ .border-b-neutral-400 {
1927
+ --tw-border-opacity: 1;
1928
+ border-bottom-color: rgb(157 164 174 / var(--tw-border-opacity));
1929
+ }
1930
+
1931
+ .bg-\[\#333333\] {
1932
+ --tw-bg-opacity: 1;
1933
+ background-color: rgb(51 51 51 / var(--tw-bg-opacity));
1934
+ }
1935
+
1936
+ .bg-amber-600 {
1937
+ --tw-bg-opacity: 1;
1938
+ background-color: rgb(184 88 0 / var(--tw-bg-opacity));
1939
+ }
1940
+
1941
+ .bg-blue-100 {
1942
+ --tw-bg-opacity: 1;
1943
+ background-color: rgb(240 244 255 / var(--tw-bg-opacity));
1944
+ }
1945
+
1946
+ .bg-blue-200 {
1947
+ --tw-bg-opacity: 1;
1948
+ background-color: rgb(223 232 255 / var(--tw-bg-opacity));
1949
+ }
1950
+
1951
+ .bg-blue-400 {
1952
+ --tw-bg-opacity: 1;
1953
+ background-color: rgb(128 163 255 / var(--tw-bg-opacity));
1954
+ }
1955
+
1956
+ .bg-blue-500 {
1957
+ --tw-bg-opacity: 1;
1958
+ background-color: rgb(57 112 253 / var(--tw-bg-opacity));
1959
+ }
1960
+
1961
+ .bg-blue-600 {
1962
+ --tw-bg-opacity: 1;
1963
+ background-color: rgb(30 86 227 / var(--tw-bg-opacity));
1964
+ }
1965
+
1966
+ .bg-blue-800 {
1967
+ --tw-bg-opacity: 1;
1968
+ background-color: rgb(0 40 142 / var(--tw-bg-opacity));
1969
+ }
1970
+
1971
+ .bg-cyan-600 {
1972
+ --tw-bg-opacity: 1;
1973
+ background-color: rgb(4 117 141 / var(--tw-bg-opacity));
1974
+ }
1975
+
1976
+ .bg-green-100 {
1977
+ --tw-bg-opacity: 1;
1978
+ background-color: rgb(218 255 244 / var(--tw-bg-opacity));
1979
+ }
1980
+
1981
+ .bg-green-600 {
1982
+ --tw-bg-opacity: 1;
1983
+ background-color: rgb(2 125 89 / var(--tw-bg-opacity));
1984
+ }
1985
+
1986
+ .bg-neutral-0 {
1987
+ --tw-bg-opacity: 1;
1988
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1989
+ }
1990
+
1991
+ .bg-neutral-100 {
1992
+ --tw-bg-opacity: 1;
1993
+ background-color: rgb(243 244 246 / var(--tw-bg-opacity));
1994
+ }
1995
+
1996
+ .bg-neutral-200 {
1997
+ --tw-bg-opacity: 1;
1998
+ background-color: rgb(229 231 235 / var(--tw-bg-opacity));
1999
+ }
2000
+
2001
+ .bg-neutral-50 {
2002
+ --tw-bg-opacity: 1;
2003
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity));
2004
+ }
2005
+
2006
+ .bg-neutral-500 {
2007
+ --tw-bg-opacity: 1;
2008
+ background-color: rgb(108 115 127 / var(--tw-bg-opacity));
2009
+ }
2010
+
2011
+ .bg-neutral-600 {
2012
+ --tw-bg-opacity: 1;
2013
+ background-color: rgb(77 87 97 / var(--tw-bg-opacity));
2014
+ }
2015
+
2016
+ .bg-neutral-900 {
2017
+ --tw-bg-opacity: 1;
2018
+ background-color: rgb(17 25 39 / var(--tw-bg-opacity));
2019
+ }
2020
+
2021
+ .bg-pink-600 {
2022
+ --tw-bg-opacity: 1;
2023
+ background-color: rgb(194 30 95 / var(--tw-bg-opacity));
2024
+ }
2025
+
2026
+ .bg-purple-500 {
2027
+ --tw-bg-opacity: 1;
2028
+ background-color: rgb(140 73 250 / var(--tw-bg-opacity));
2029
+ }
2030
+
2031
+ .bg-purple-600 {
2032
+ --tw-bg-opacity: 1;
2033
+ background-color: rgb(113 43 227 / var(--tw-bg-opacity));
2034
+ }
2035
+
2036
+ .bg-storybook-default-heading {
2037
+ --tw-bg-opacity: 1;
2038
+ background-color: rgb(17 27 41 / var(--tw-bg-opacity));
2039
+ }
2040
+
2041
+ .bg-purple-400 {
2042
+ --tw-bg-opacity: 1;
2043
+ background-color: rgb(180 135 255 / var(--tw-bg-opacity));
2044
+ }
2045
+
2046
+ .object-contain {
2047
+ object-fit: contain;
2048
+ }
2049
+
2050
+ .object-cover {
2051
+ object-fit: cover;
2052
+ }
2053
+
2054
+ .p-0 {
2055
+ padding: 0px;
2056
+ }
2057
+
2058
+ .p-1 {
2059
+ padding: 0.25rem;
2060
+ }
2061
+
2062
+ .p-1\.5 {
2063
+ padding: 0.375rem;
2064
+ }
2065
+
2066
+ .p-2 {
2067
+ padding: 0.5rem;
2068
+ }
2069
+
2070
+ .p-2\.5 {
2071
+ padding: 0.625rem;
2072
+ }
2073
+
2074
+ .p-3 {
2075
+ padding: 0.75rem;
2076
+ }
2077
+
2078
+ .p-4 {
2079
+ padding: 1rem;
2080
+ }
2081
+
2082
+ .p-5 {
2083
+ padding: 1.25rem;
2084
+ }
2085
+
2086
+ .p-6 {
2087
+ padding: 1.5rem;
2088
+ }
2089
+
2090
+ .p-8 {
2091
+ padding: 2rem;
2092
+ }
2093
+
2094
+ .p-\[0px_8px_0px_0px\;\] {
2095
+ padding: 0px 8px 0px 0px;;
2096
+ }
2097
+
2098
+ .px-0 {
2099
+ padding-left: 0px;
2100
+ padding-right: 0px;
2101
+ }
2102
+
2103
+ .px-0\.5 {
2104
+ padding-left: 0.125rem;
2105
+ padding-right: 0.125rem;
2106
+ }
2107
+
2108
+ .px-1 {
2109
+ padding-left: 0.25rem;
2110
+ padding-right: 0.25rem;
2111
+ }
2112
+
2113
+ .px-1\.5 {
2114
+ padding-left: 0.375rem;
2115
+ padding-right: 0.375rem;
2116
+ }
2117
+
2118
+ .px-2 {
2119
+ padding-left: 0.5rem;
2120
+ padding-right: 0.5rem;
2121
+ }
2122
+
2123
+ .px-2\.5 {
2124
+ padding-left: 0.625rem;
2125
+ padding-right: 0.625rem;
2126
+ }
2127
+
2128
+ .px-3 {
2129
+ padding-left: 0.75rem;
2130
+ padding-right: 0.75rem;
2131
+ }
2132
+
2133
+ .px-3\.5 {
2134
+ padding-left: 0.875rem;
2135
+ padding-right: 0.875rem;
2136
+ }
2137
+
2138
+ .px-4 {
2139
+ padding-left: 1rem;
2140
+ padding-right: 1rem;
2141
+ }
2142
+
2143
+ .px-5 {
2144
+ padding-left: 1.25rem;
2145
+ padding-right: 1.25rem;
2146
+ }
2147
+
2148
+ .px-6 {
2149
+ padding-left: 1.5rem;
2150
+ padding-right: 1.5rem;
2151
+ }
2152
+
2153
+ .py-0 {
2154
+ padding-top: 0px;
2155
+ padding-bottom: 0px;
2156
+ }
2157
+
2158
+ .py-0\.5 {
2159
+ padding-top: 0.125rem;
2160
+ padding-bottom: 0.125rem;
2161
+ }
2162
+
2163
+ .py-1 {
2164
+ padding-top: 0.25rem;
2165
+ padding-bottom: 0.25rem;
2166
+ }
2167
+
2168
+ .py-1\.5 {
2169
+ padding-top: 0.375rem;
2170
+ padding-bottom: 0.375rem;
2171
+ }
2172
+
2173
+ .py-10 {
2174
+ padding-top: 2.5rem;
2175
+ padding-bottom: 2.5rem;
2176
+ }
2177
+
2178
+ .py-2 {
2179
+ padding-top: 0.5rem;
2180
+ padding-bottom: 0.5rem;
2181
+ }
2182
+
2183
+ .py-2\.5 {
2184
+ padding-top: 0.625rem;
2185
+ padding-bottom: 0.625rem;
2186
+ }
2187
+
2188
+ .py-3 {
2189
+ padding-top: 0.75rem;
2190
+ padding-bottom: 0.75rem;
2191
+ }
2192
+
2193
+ .py-3\.5 {
2194
+ padding-top: 0.875rem;
2195
+ padding-bottom: 0.875rem;
2196
+ }
2197
+
2198
+ .py-4 {
2199
+ padding-top: 1rem;
2200
+ padding-bottom: 1rem;
2201
+ }
2202
+
2203
+ .py-5 {
2204
+ padding-top: 1.25rem;
2205
+ padding-bottom: 1.25rem;
2206
+ }
2207
+
2208
+ .py-6 {
2209
+ padding-top: 1.5rem;
2210
+ padding-bottom: 1.5rem;
2211
+ }
2212
+
2213
+ .pb-6 {
2214
+ padding-bottom: 1.5rem;
2215
+ }
2216
+
2217
+ .pl-1 {
2218
+ padding-left: 0.25rem;
2219
+ }
2220
+
2221
+ .pl-10 {
2222
+ padding-left: 2.5rem;
2223
+ }
2224
+
2225
+ .pl-16 {
2226
+ padding-left: 4rem;
2227
+ }
2228
+
2229
+ .pl-2 {
2230
+ padding-left: 0.5rem;
2231
+ }
2232
+
2233
+ .pl-3 {
2234
+ padding-left: 0.75rem;
2235
+ }
2236
+
2237
+ .pl-4 {
2238
+ padding-left: 1rem;
2239
+ }
2240
+
2241
+ .pl-7 {
2242
+ padding-left: 1.75rem;
2243
+ }
2244
+
2245
+ .pr-10 {
2246
+ padding-right: 2.5rem;
2247
+ }
2248
+
2249
+ .pr-20 {
2250
+ padding-right: 5rem;
2251
+ }
2252
+
2253
+ .pr-3 {
2254
+ padding-right: 0.75rem;
2255
+ }
2256
+
2257
+ .pr-4 {
2258
+ padding-right: 1rem;
2259
+ }
2260
+
2261
+ .pr-7 {
2262
+ padding-right: 1.75rem;
2263
+ }
2264
+
2265
+ .pr-\[10px\] {
2266
+ padding-right: 10px;
2267
+ }
2268
+
2269
+ .pt-16 {
2270
+ padding-top: 4rem;
2271
+ }
2272
+
2273
+ .pt-5 {
2274
+ padding-top: 1.25rem;
2275
+ }
2276
+
2277
+ .text-left {
2278
+ text-align: left;
2279
+ }
2280
+
2281
+ .text-center {
2282
+ text-align: center;
2283
+ }
2284
+
2285
+ .text-2xl {
2286
+ font-size: 1.5rem;
2287
+ line-height: 2rem;
2288
+ }
2289
+
2290
+ .text-base {
2291
+ font-size: 1rem;
2292
+ line-height: 1.5rem;
2293
+ }
2294
+
2295
+ .text-hds-m-body1 {
2296
+ font-size: 0.938rem;
2297
+ line-height: 1.625rem;
2298
+ letter-spacing: -0.01em;
2299
+ font-weight: 400;
2300
+ }
2301
+
2302
+ .text-hds-m-body1-bold {
2303
+ font-size: 0.938rem;
2304
+ line-height: 1.625rem;
2305
+ letter-spacing: -0.01em;
2306
+ font-weight: 700;
2307
+ }
2308
+
2309
+ .text-hds-m-body1-medium {
2310
+ font-size: 0.938rem;
2311
+ line-height: 1.625rem;
2312
+ letter-spacing: -0.01em;
2313
+ font-weight: 500;
2314
+ }
2315
+
2316
+ .text-hds-m-body1-semi-bold {
2317
+ font-size: 0.938rem;
2318
+ line-height: 1.625rem;
2319
+ letter-spacing: -0.01em;
2320
+ font-weight: 600;
2321
+ }
2322
+
2323
+ .text-hds-m-body1c {
2324
+ font-size: 0.938rem;
2325
+ line-height: 1.375rem;
2326
+ letter-spacing: -0.01em;
2327
+ font-weight: 400;
2328
+ }
2329
+
2330
+ .text-hds-m-body1c-bold {
2331
+ font-size: 0.938rem;
2332
+ line-height: 1.375rem;
2333
+ letter-spacing: -0.01em;
2334
+ font-weight: 700;
2335
+ }
2336
+
2337
+ .text-hds-m-body1c-medium {
2338
+ font-size: 0.938rem;
2339
+ line-height: 1.375rem;
2340
+ letter-spacing: -0.01em;
2341
+ font-weight: 500;
2342
+ }
2343
+
2344
+ .text-hds-m-body1c-semi-bold {
2345
+ font-size: 0.938rem;
2346
+ line-height: 1.375rem;
2347
+ letter-spacing: -0.01em;
2348
+ font-weight: 600;
2349
+ }
2350
+
2351
+ .text-hds-m-body2 {
2352
+ font-size: 0.875rem;
2353
+ line-height: 1.5rem;
2354
+ letter-spacing: ;
2355
+ font-weight: 400;
2356
+ }
2357
+
2358
+ .text-hds-m-body2-bold {
2359
+ font-size: 875rem;
2360
+ line-height: 1.5rem;
2361
+ letter-spacing: ;
2362
+ font-weight: 700;
2363
+ }
2364
+
2365
+ .text-hds-m-body2-medium {
2366
+ font-size: 875rem;
2367
+ line-height: 1.5rem;
2368
+ letter-spacing: ;
2369
+ font-weight: 500;
2370
+ }
2371
+
2372
+ .text-hds-m-body2-semi-bold {
2373
+ font-size: 875rem;
2374
+ line-height: 1.5rem;
2375
+ letter-spacing: ;
2376
+ font-weight: 600;
2377
+ }
2378
+
2379
+ .text-hds-m-body2c {
2380
+ font-size: 0.875rem;
2381
+ line-height: 1.25rem;
2382
+ letter-spacing: ;
2383
+ font-weight: 400;
2384
+ }
2385
+
2386
+ .text-hds-m-body2c-bold {
2387
+ font-size: 0.875rem;
2388
+ line-height: 1.25rem;
2389
+ letter-spacing: ;
2390
+ font-weight: 700;
2391
+ }
2392
+
2393
+ .text-hds-m-body2c-medium {
2394
+ font-size: 0.875rem;
2395
+ line-height: 1.25rem;
2396
+ letter-spacing: ;
2397
+ font-weight: 500;
2398
+ }
2399
+
2400
+ .text-hds-m-body2c-semi-bold {
2401
+ font-size: 0.875rem;
2402
+ line-height: 1.25rem;
2403
+ letter-spacing: ;
2404
+ font-weight: 600;
2405
+ }
2406
+
2407
+ .text-hds-m-body3 {
2408
+ font-size: 0.875rem;
2409
+ line-height: 1.5rem;
2410
+ letter-spacing: ;
2411
+ font-weight: 400;
2412
+ }
2413
+
2414
+ .text-hds-m-body3-bold {
2415
+ font-size: 0.875rem;
2416
+ line-height: 1.5rem;
2417
+ letter-spacing: ;
2418
+ font-weight: 700;
2419
+ }
2420
+
2421
+ .text-hds-m-body3-medium {
2422
+ font-size: 0.875rem;
2423
+ line-height: 1.5rem;
2424
+ letter-spacing: ;
2425
+ font-weight: 500;
2426
+ }
2427
+
2428
+ .text-hds-m-body3-semi-bold {
2429
+ font-size: 0.875rem;
2430
+ line-height: 1.5rem;
2431
+ letter-spacing: ;
2432
+ font-weight: 600;
2433
+ }
2434
+
2435
+ .text-hds-m-body3c {
2436
+ font-size: 0.875rem;
2437
+ line-height: 1.25rem;
2438
+ letter-spacing: ;
2439
+ font-weight: 400;
2440
+ }
2441
+
2442
+ .text-hds-m-body3c-bold {
2443
+ font-size: 0.875rem;
2444
+ line-height: 1.25rem;
2445
+ letter-spacing: ;
2446
+ font-weight: 700;
2447
+ }
2448
+
2449
+ .text-hds-m-body3c-medium {
2450
+ font-size: 0.875rem;
2451
+ line-height: 1.25rem;
2452
+ letter-spacing: ;
2453
+ font-weight: 500;
2454
+ }
2455
+
2456
+ .text-hds-m-body3c-semi-bold {
2457
+ font-size: 0.875rem;
2458
+ line-height: 1.25rem;
2459
+ letter-spacing: ;
2460
+ font-weight: 600;
2461
+ }
2462
+
2463
+ .text-hds-m-code1 {
2464
+ font-size: 0.938rem;
2465
+ line-height: 1.625rem;
2466
+ letter-spacing: -0.01em;
2467
+ font-weight: 450;
2468
+ }
2469
+
2470
+ .text-hds-m-code2 {
2471
+ font-size: 0.875rem;
2472
+ line-height: 1.5rem;
2473
+ letter-spacing: ;
2474
+ font-weight: 450;
2475
+ }
2476
+
2477
+ .text-hds-m-h1 {
2478
+ font-size: 3rem;
2479
+ line-height: 1.25;
2480
+ letter-spacing: -0.02em;
2481
+ font-weight: 700;
2482
+ }
2483
+
2484
+ .text-hds-m-h2 {
2485
+ font-size: 2.25rem;
2486
+ line-height: 3rem;
2487
+ letter-spacing: -0.02em;
2488
+ font-weight: 700;
2489
+ }
2490
+
2491
+ .text-hds-m-h3 {
2492
+ font-size: 1.875rem;
2493
+ line-height: 2.5rem;
2494
+ letter-spacing: -0.02em;
2495
+ font-weight: 700;
2496
+ }
2497
+
2498
+ .text-hds-m-h4 {
2499
+ font-size: 1.25rem;
2500
+ line-height: 2rem;
2501
+ letter-spacing: -0.02em;
2502
+ font-weight: 600;
2503
+ }
2504
+
2505
+ .text-hds-m-h5 {
2506
+ font-size: 1.125rem;
2507
+ line-height: 1.75rem;
2508
+ letter-spacing: -0.02em;
2509
+ font-weight: 600;
2510
+ }
2511
+
2512
+ .text-hds-m-h6 {
2513
+ font-size: 0.75rem;
2514
+ line-height: 1.25rem;
2515
+ letter-spacing: 0.08em;
2516
+ font-weight: 700;
2517
+ }
2518
+
2519
+ .text-hds-m-quote {
2520
+ font-size: 1.125rem;
2521
+ line-height: 1.75rem;
2522
+ letter-spacing: -0.01em;
2523
+ font-weight: 400;
2524
+ }
2525
+
2526
+ .text-hds-m-sub1 {
2527
+ font-size: 1.25rem;
2528
+ line-height: 2rem;
2529
+ letter-spacing: -0.01em;
2530
+ font-weight: 400;
2531
+ }
2532
+
2533
+ .text-hds-m-sub2 {
2534
+ font-size: 1.125rem;
2535
+ line-height: 1.75rem;
2536
+ letter-spacing: -0.01em;
2537
+ font-weight: 400;
2538
+ }
2539
+
2540
+ .text-sm {
2541
+ font-size: 0.875rem;
2542
+ line-height: 1.25rem;
2543
+ }
2544
+
2545
+ .text-xl {
2546
+ font-size: 1.25rem;
2547
+ line-height: 1.75rem;
2548
+ }
2549
+
2550
+ .text-xs {
2551
+ font-size: 0.75rem;
2552
+ line-height: 1rem;
2553
+ }
2554
+
2555
+ .font-medium {
2556
+ font-weight: 500;
2557
+ }
2558
+
2559
+ .font-semibold {
2560
+ font-weight: 600;
2561
+ }
2562
+
2563
+ .italic {
2564
+ font-style: italic;
2565
+ }
2566
+
2567
+ .not-italic {
2568
+ font-style: normal;
2569
+ }
2570
+
2571
+ .text-amber-800 {
2572
+ --tw-text-opacity: 1;
2573
+ color: rgb(120 36 0 / var(--tw-text-opacity));
2574
+ }
2575
+
2576
+ .text-blue-400 {
2577
+ --tw-text-opacity: 1;
2578
+ color: rgb(128 163 255 / var(--tw-text-opacity));
2579
+ }
2580
+
2581
+ .text-blue-500 {
2582
+ --tw-text-opacity: 1;
2583
+ color: rgb(57 112 253 / var(--tw-text-opacity));
2584
+ }
2585
+
2586
+ .text-blue-600 {
2587
+ --tw-text-opacity: 1;
2588
+ color: rgb(30 86 227 / var(--tw-text-opacity));
2589
+ }
2590
+
2591
+ .text-blue-700 {
2592
+ --tw-text-opacity: 1;
2593
+ color: rgb(13 65 198 / var(--tw-text-opacity));
2594
+ }
2595
+
2596
+ .text-blue-800 {
2597
+ --tw-text-opacity: 1;
2598
+ color: rgb(0 40 142 / var(--tw-text-opacity));
2599
+ }
2600
+
2601
+ .text-cyan-800 {
2602
+ --tw-text-opacity: 1;
2603
+ color: rgb(0 57 69 / var(--tw-text-opacity));
2604
+ }
2605
+
2606
+ .text-green-800 {
2607
+ --tw-text-opacity: 1;
2608
+ color: rgb(0 60 43 / var(--tw-text-opacity));
2609
+ }
2610
+
2611
+ .text-neutral-0 {
2612
+ --tw-text-opacity: 1;
2613
+ color: rgb(255 255 255 / var(--tw-text-opacity));
2614
+ }
2615
+
2616
+ .text-neutral-100 {
2617
+ --tw-text-opacity: 1;
2618
+ color: rgb(243 244 246 / var(--tw-text-opacity));
2619
+ }
2620
+
2621
+ .text-neutral-300 {
2622
+ --tw-text-opacity: 1;
2623
+ color: rgb(210 214 219 / var(--tw-text-opacity));
2624
+ }
2625
+
2626
+ .text-neutral-400 {
2627
+ --tw-text-opacity: 1;
2628
+ color: rgb(157 164 174 / var(--tw-text-opacity));
2629
+ }
2630
+
2631
+ .text-neutral-500 {
2632
+ --tw-text-opacity: 1;
2633
+ color: rgb(108 115 127 / var(--tw-text-opacity));
2634
+ }
2635
+
2636
+ .text-neutral-600 {
2637
+ --tw-text-opacity: 1;
2638
+ color: rgb(77 87 97 / var(--tw-text-opacity));
2639
+ }
2640
+
2641
+ .text-neutral-700 {
2642
+ --tw-text-opacity: 1;
2643
+ color: rgb(56 66 80 / var(--tw-text-opacity));
2644
+ }
2645
+
2646
+ .text-neutral-800 {
2647
+ --tw-text-opacity: 1;
2648
+ color: rgb(31 42 55 / var(--tw-text-opacity));
2649
+ }
2650
+
2651
+ .text-neutral-900 {
2652
+ --tw-text-opacity: 1;
2653
+ color: rgb(17 25 39 / var(--tw-text-opacity));
2654
+ }
2655
+
2656
+ .text-pink-400 {
2657
+ --tw-text-opacity: 1;
2658
+ color: rgb(246 119 170 / var(--tw-text-opacity));
2659
+ }
2660
+
2661
+ .text-pink-600 {
2662
+ --tw-text-opacity: 1;
2663
+ color: rgb(194 30 95 / var(--tw-text-opacity));
2664
+ }
2665
+
2666
+ .text-pink-800 {
2667
+ --tw-text-opacity: 1;
2668
+ color: rgb(113 0 44 / var(--tw-text-opacity));
2669
+ }
2670
+
2671
+ .text-purple-500 {
2672
+ --tw-text-opacity: 1;
2673
+ color: rgb(140 73 250 / var(--tw-text-opacity));
2674
+ }
2675
+
2676
+ .text-purple-800 {
2677
+ --tw-text-opacity: 1;
2678
+ color: rgb(63 1 166 / var(--tw-text-opacity));
2679
+ }
2680
+
2681
+ .text-storybook-default-heading {
2682
+ --tw-text-opacity: 1;
2683
+ color: rgb(17 27 41 / var(--tw-text-opacity));
2684
+ }
2685
+
2686
+ .underline {
2687
+ text-decoration-line: underline;
2688
+ }
2689
+
2690
+ .opacity-0 {
2691
+ opacity: 0;
2692
+ }
2693
+
2694
+ .opacity-100 {
2695
+ opacity: 1;
2696
+ }
2697
+
2698
+ .opacity-60 {
2699
+ opacity: 0.6;
2700
+ }
2701
+
2702
+ .shadow {
2703
+ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
2704
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
2705
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2706
+ }
2707
+
2708
+ .shadow-2xl {
2709
+ --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
2710
+ --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
2711
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2712
+ }
2713
+
2714
+ .shadow-inner {
2715
+ --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
2716
+ --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
2717
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2718
+ }
2719
+
2720
+ .shadow-lg {
2721
+ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
2722
+ --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
2723
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2724
+ }
2725
+
2726
+ .shadow-md {
2727
+ --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
2728
+ --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
2729
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2730
+ }
2731
+
2732
+ .shadow-none {
2733
+ --tw-shadow: 0 0 #0000;
2734
+ --tw-shadow-colored: 0 0 #0000;
2735
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2736
+ }
2737
+
2738
+ .shadow-sm {
2739
+ --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
2740
+ --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
2741
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2742
+ }
2743
+
2744
+ .shadow-xl {
2745
+ --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
2746
+ --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
2747
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2748
+ }
2749
+
2750
+ .outline {
2751
+ outline-style: solid;
2752
+ }
2753
+
2754
+ .ring-1 {
2755
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2756
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2757
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2758
+ }
2759
+
2760
+ .ring-2 {
2761
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2762
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2763
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2764
+ }
2765
+
2766
+ .ring-inset {
2767
+ --tw-ring-inset: inset;
2768
+ }
2769
+
2770
+ .ring-neutral-200 {
2771
+ --tw-ring-opacity: 1;
2772
+ --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
2773
+ }
2774
+
2775
+ .ring-opacity-5 {
2776
+ --tw-ring-opacity: 0.05;
2777
+ }
2778
+
2779
+ .blur {
2780
+ --tw-blur: blur(8px);
2781
+ -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2782
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2783
+ }
2784
+
2785
+ .blur-2xl {
2786
+ --tw-blur: blur(40px);
2787
+ -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2788
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2789
+ }
2790
+
2791
+ .blur-3xl {
2792
+ --tw-blur: blur(64px);
2793
+ -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2794
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2795
+ }
2796
+
2797
+ .blur-lg {
2798
+ --tw-blur: blur(16px);
2799
+ -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2800
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2801
+ }
2802
+
2803
+ .blur-md {
2804
+ --tw-blur: blur(12px);
2805
+ -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2806
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2807
+ }
2808
+
2809
+ .blur-none {
2810
+ --tw-blur: blur(0);
2811
+ -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2812
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2813
+ }
2814
+
2815
+ .blur-sm {
2816
+ --tw-blur: blur(4px);
2817
+ -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2818
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2819
+ }
2820
+
2821
+ .blur-xl {
2822
+ --tw-blur: blur(24px);
2823
+ -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2824
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2825
+ }
2826
+
2827
+ .filter {
2828
+ -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2829
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2830
+ }
2831
+
2832
+ .transition {
2833
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
2834
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
2835
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
2836
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2837
+ transition-duration: 150ms;
2838
+ }
2839
+
2840
+ .transition-all {
2841
+ transition-property: all;
2842
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2843
+ transition-duration: 150ms;
2844
+ }
2845
+
2846
+ .transition-opacity {
2847
+ transition-property: opacity;
2848
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2849
+ transition-duration: 150ms;
2850
+ }
2851
+
2852
+ .delay-100 {
2853
+ transition-delay: 100ms;
2854
+ }
2855
+
2856
+ .delay-300 {
2857
+ transition-delay: 300ms;
2858
+ }
2859
+
2860
+ .duration-100 {
2861
+ transition-duration: 100ms;
2862
+ }
2863
+
2864
+ .duration-150 {
2865
+ transition-duration: 150ms;
2866
+ }
2867
+
2868
+ .duration-200 {
2869
+ transition-duration: 200ms;
2870
+ }
2871
+
2872
+ .duration-500 {
2873
+ transition-duration: 500ms;
2874
+ }
2875
+
2876
+ .ease-in {
2877
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2878
+ }
2879
+
2880
+ .ease-out {
2881
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
2882
+ }
2883
+
2884
+ /* Typography classes */
2885
+
2886
+ .scrollbar-hide::-webkit-scrollbar {
2887
+ width: 0;
2888
+ height: 0;
2889
+ }
2890
+
2891
+ .display-2xl-bold {
2892
+ font-size: 4.5rem;
2893
+ line-height: 1;
2894
+ font-weight: 700;
2895
+ letter-spacing: -0.015em;
2896
+ }
2897
+
2898
+ .display-xl-bold {
2899
+ font-size: 3.75rem;
2900
+ line-height: 1;
2901
+ font-weight: 700;
2902
+ letter-spacing: -0.01em;
2903
+ }
2904
+
2905
+ .display-lg-bold {
2906
+ font-size: 3rem;
2907
+ line-height: 1;
2908
+ font-weight: 700;
2909
+ letter-spacing: -0.01em;
2910
+ }
2911
+
2912
+ .display-md-regular {
2913
+ font-size: 2.25rem;
2914
+ line-height: 2.5rem;
2915
+ font-weight: 400;
2916
+ }
2917
+
2918
+ .display-md-bold {
2919
+ font-size: 2.25rem;
2920
+ line-height: 2.5rem;
2921
+ font-weight: 700;
2922
+ }
2923
+
2924
+ .display-sm-regular {
2925
+ font-size: 1.875rem;
2926
+ line-height: 2.25rem;
2927
+ font-weight: 400;
2928
+ }
2929
+
2930
+ .display-sm-bold {
2931
+ font-size: 1.875rem;
2932
+ line-height: 2.25rem;
2933
+ font-weight: 700;
2934
+ }
2935
+
2936
+ .display-xs-regular {
2937
+ font-size: 1.5rem;
2938
+ line-height: 2rem;
2939
+ font-weight: 400;
2940
+ }
2941
+
2942
+ .display-xs-bold {
2943
+ font-size: 1.5rem;
2944
+ line-height: 2rem;
2945
+ font-weight: 700;
2946
+ }
2947
+
2948
+ .text-xl-regular {
2949
+ font-size: 1.25rem;
2950
+ line-height: 1.75rem;
2951
+ font-weight: 400;
2952
+ }
2953
+
2954
+ .text-xl-medium {
2955
+ font-size: 1.25rem;
2956
+ line-height: 1.75rem;
2957
+ font-weight: 500;
2958
+ }
2959
+
2960
+ .text-xl-bold {
2961
+ font-size: 1.25rem;
2962
+ line-height: 1.75rem;
2963
+ font-weight: 700;
2964
+ }
2965
+
2966
+ .text-xl-regular-italic {
2967
+ font-size: 1.25rem;
2968
+ line-height: 1.75rem;
2969
+ font-weight: 400;
2970
+ font-style: italic;
2971
+ }
2972
+
2973
+ .text-xl-medium-italic {
2974
+ font-size: 1.25rem;
2975
+ line-height: 1.75rem;
2976
+ font-weight: 500;
2977
+ font-style: italic;
2978
+ }
2979
+
2980
+ .text-xl-bold-italic {
2981
+ font-size: 1.25rem;
2982
+ line-height: 1.75rem;
2983
+ font-weight: 700;
2984
+ font-style: italic;
2985
+ }
2986
+
2987
+ .text-lg-regular {
2988
+ font-size: 1.125rem;
2989
+ line-height: 1.75rem;
2990
+ font-weight: 400;
2991
+ }
2992
+
2993
+ .text-lg-medium {
2994
+ font-size: 1.125rem;
2995
+ line-height: 1.75rem;
2996
+ font-weight: 500;
2997
+ }
2998
+
2999
+ .text-lg-bold {
3000
+ font-size: 1.125rem;
3001
+ line-height: 1.75rem;
3002
+ font-weight: 700;
3003
+ }
3004
+
3005
+ .text-lg-regular-italic {
3006
+ font-size: 1.125rem;
3007
+ line-height: 1.75rem;
3008
+ font-weight: 400;
3009
+ font-style: italic;
3010
+ }
3011
+
3012
+ .text-lg-medium-italic {
3013
+ font-size: 1.125rem;
3014
+ line-height: 1.75rem;
3015
+ font-weight: 500;
3016
+ font-style: italic;
3017
+ }
3018
+
3019
+ .text-lg-bold-italic {
3020
+ font-size: 1.125rem;
3021
+ line-height: 1.75rem;
3022
+ font-weight: 700;
3023
+ font-style: italic;
3024
+ }
3025
+
3026
+ .text-md-regular {
3027
+ font-size: 1rem;
3028
+ line-height: 1.5rem;
3029
+ font-weight: 400;
3030
+ }
3031
+
3032
+ .text-md-medium {
3033
+ font-size: 1rem;
3034
+ line-height: 1.5rem;
3035
+ font-weight: 500;
3036
+ }
3037
+
3038
+ .text-md-bold {
3039
+ font-size: 1rem;
3040
+ line-height: 1.5rem;
3041
+ font-weight: 700;
3042
+ }
3043
+
3044
+ .text-md-regular-italic {
3045
+ font-size: 1rem;
3046
+ line-height: 1.5rem;
3047
+ font-weight: 400;
3048
+ font-style: italic;
3049
+ }
3050
+
3051
+ .text-md-medium-italic {
3052
+ font-size: 1rem;
3053
+ line-height: 1.5rem;
3054
+ font-weight: 500;
3055
+ font-style: italic;
3056
+ }
3057
+
3058
+ .text-md-bold-italic {
3059
+ font-size: 1rem;
3060
+ line-height: 1.5rem;
3061
+ font-weight: 700;
3062
+ font-style: italic;
3063
+ }
3064
+
3065
+ .text-sm-regular {
3066
+ font-size: 0.875rem;
3067
+ line-height: 1.25rem;
3068
+ font-weight: 400;
3069
+ }
3070
+
3071
+ .text-sm-medium {
3072
+ font-size: 0.875rem;
3073
+ line-height: 1.25rem;
3074
+ font-weight: 500;
3075
+ }
3076
+
3077
+ .text-sm-bold {
3078
+ font-size: 0.875rem;
3079
+ line-height: 1.25rem;
3080
+ font-weight: 700;
3081
+ }
3082
+
3083
+ .text-sm-regular-italic {
3084
+ font-size: 0.875rem;
3085
+ line-height: 1.25rem;
3086
+ font-weight: 400;
3087
+ font-style: italic;
3088
+ }
3089
+
3090
+ .text-sm-medium-italic {
3091
+ font-size: 0.875rem;
3092
+ line-height: 1.25rem;
3093
+ font-weight: 500;
3094
+ font-style: italic;
3095
+ }
3096
+
3097
+ .text-sm-bold-italic {
3098
+ font-size: 0.875rem;
3099
+ line-height: 1.25rem;
3100
+ font-weight: 700;
3101
+ font-style: italic;
3102
+ }
3103
+
3104
+ .text-xs-regular {
3105
+ font-size: 0.75rem;
3106
+ line-height: 1rem;
3107
+ font-weight: 400;
3108
+ letter-spacing: 0.01em;
3109
+ }
3110
+
3111
+ .text-xs-medium {
3112
+ font-size: 0.75rem;
3113
+ line-height: 1rem;
3114
+ font-weight: 500;
3115
+ /* or 133% */
3116
+ letter-spacing: 0.01em;
3117
+ }
3118
+
3119
+ .text-xs-bold {
3120
+ font-size: 0.75rem;
3121
+ line-height: 1rem;
3122
+ font-weight: 700;
3123
+ letter-spacing: 0.01em;
3124
+ }
3125
+
3126
+ .text-xs-regular-italic {
3127
+ font-size: 0.75rem;
3128
+ line-height: 1rem;
3129
+ font-weight: 400;
3130
+ font-style: italic;
3131
+ letter-spacing: 0.01em;
3132
+ }
3133
+
3134
+ .text-xs-medium-italic {
3135
+ font-size: 0.75rem;
3136
+ line-height: 1rem;
3137
+ font-weight: 500;
3138
+ font-style: italic;
3139
+ letter-spacing: 0.01em;
3140
+ }
3141
+
3142
+ .text-xs-bold-italic {
3143
+ font-size: 0.75rem;
3144
+ line-height: 1rem;
3145
+ font-weight: 700;
3146
+ font-style: italic;
3147
+ letter-spacing: 0.01em;
3148
+ }
3149
+
3150
+ .code-lg {
3151
+ font-size: 1.125rem;
3152
+ line-height: 1.75rem;
3153
+ font-weight: 400;
3154
+ }
3155
+
3156
+ .code-md {
3157
+ font-size: 1rem;
3158
+ line-height: 1.5rem;
3159
+ font-weight: 400;
3160
+ }
3161
+
3162
+ .code-sm {
3163
+ font-size: 0.875rem;
3164
+ line-height: 1.25rem;
3165
+ font-weight: 400;
3166
+ }
3167
+
3168
+ .button-sm {
3169
+ border-radius: 9999px;
3170
+ padding-top: 0.5rem;
3171
+ padding-bottom: 0.5rem;
3172
+ padding-left: 1rem;
3173
+ padding-right: 1rem;
3174
+ font-size: 0.875rem;
3175
+ line-height: 1.25rem;
3176
+ font-weight: 500;
3177
+ }
3178
+
3179
+ .button-md {
3180
+ border-radius: 9999px;
3181
+ padding-top: 0.625rem;
3182
+ padding-bottom: 0.625rem;
3183
+ padding-left: 1.25rem;
3184
+ padding-right: 1.25rem;
3185
+ font-size: 0.875rem;
3186
+ line-height: 1.25rem;
3187
+ font-weight: 500;
3188
+ }
3189
+
3190
+ .button-lg {
3191
+ border-radius: 9999px;
3192
+ padding-top: 0.625rem;
3193
+ padding-bottom: 0.625rem;
3194
+ padding-left: 1.5rem;
3195
+ padding-right: 1.5rem;
3196
+ font-size: 1rem;
3197
+ line-height: 1.5rem;
3198
+ font-weight: 500;
3199
+ }
3200
+
3201
+ .button-xl {
3202
+ border-radius: 9999px;
3203
+ padding-top: 0.75rem;
3204
+ padding-bottom: 0.75rem;
3205
+ padding-left: 1.75rem;
3206
+ padding-right: 1.75rem;
3207
+ font-size: 1rem;
3208
+ line-height: 1.5rem;
3209
+ font-weight: 500;
3210
+ }
3211
+
3212
+ .button-2xl {
3213
+ border-radius: 9999px;
3214
+ padding-top: 1rem;
3215
+ padding-bottom: 1rem;
3216
+ padding-left: 2rem;
3217
+ padding-right: 2rem;
3218
+ font-size: 1.125rem;
3219
+ line-height: 1.75rem;
3220
+ font-weight: 500;
3221
+ }
3222
+
3223
+ .language-javascript {
3224
+ background-color: transparent !important;
3225
+ padding: 0 !important;
3226
+ }
3227
+
3228
+ .token.operator {
3229
+ background: none !important;
3230
+ }
3231
+
3232
+ .placeholder\:text-neutral-500::-webkit-input-placeholder {
3233
+ --tw-text-opacity: 1;
3234
+ color: rgb(108 115 127 / var(--tw-text-opacity));
3235
+ }
3236
+
3237
+ .placeholder\:text-neutral-500::placeholder {
3238
+ --tw-text-opacity: 1;
3239
+ color: rgb(108 115 127 / var(--tw-text-opacity));
3240
+ }
3241
+
3242
+ .before\:invisible::before {
3243
+ content: var(--tw-content);
3244
+ visibility: hidden;
3245
+ }
3246
+
3247
+ .before\:absolute::before {
3248
+ content: var(--tw-content);
3249
+ position: absolute;
3250
+ }
3251
+
3252
+ .before\:-top-3::before {
3253
+ content: var(--tw-content);
3254
+ top: -0.75rem;
3255
+ }
3256
+
3257
+ .before\:left-1\/2::before {
3258
+ content: var(--tw-content);
3259
+ left: 50%;
3260
+ }
3261
+
3262
+ .before\:z-10::before {
3263
+ content: var(--tw-content);
3264
+ z-index: 10;
3265
+ }
3266
+
3267
+ .before\:w-max::before {
3268
+ content: var(--tw-content);
3269
+ width: -webkit-max-content;
3270
+ width: max-content;
3271
+ }
3272
+
3273
+ .before\:max-w-xs::before {
3274
+ content: var(--tw-content);
3275
+ max-width: 20rem;
3276
+ }
3277
+
3278
+ .before\:-translate-x-1\/2::before {
3279
+ content: var(--tw-content);
3280
+ --tw-translate-x: -50%;
3281
+ -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3282
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3283
+ }
3284
+
3285
+ .before\:-translate-y-full::before {
3286
+ content: var(--tw-content);
3287
+ --tw-translate-y: -100%;
3288
+ -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3289
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3290
+ }
3291
+
3292
+ .before\:rounded-lg::before {
3293
+ content: var(--tw-content);
3294
+ border-radius: 0.5rem;
3295
+ }
3296
+
3297
+ .before\:bg-blue-700::before {
3298
+ content: var(--tw-content);
3299
+ --tw-bg-opacity: 1;
3300
+ background-color: rgb(13 65 198 / var(--tw-bg-opacity));
3301
+ }
3302
+
3303
+ .before\:px-2::before {
3304
+ content: var(--tw-content);
3305
+ padding-left: 0.5rem;
3306
+ padding-right: 0.5rem;
3307
+ }
3308
+
3309
+ .before\:py-1::before {
3310
+ content: var(--tw-content);
3311
+ padding-top: 0.25rem;
3312
+ padding-bottom: 0.25rem;
3313
+ }
3314
+
3315
+ .before\:py-1\.5::before {
3316
+ content: var(--tw-content);
3317
+ padding-top: 0.375rem;
3318
+ padding-bottom: 0.375rem;
3319
+ }
3320
+
3321
+ .before\:text-neutral-0::before {
3322
+ content: var(--tw-content);
3323
+ --tw-text-opacity: 1;
3324
+ color: rgb(255 255 255 / var(--tw-text-opacity));
3325
+ }
3326
+
3327
+ .before\:content-\[attr\(data-tip\)\]::before {
3328
+ --tw-content: attr(data-tip);
3329
+ content: var(--tw-content);
3330
+ }
3331
+
3332
+ .after\:invisible::after {
3333
+ content: var(--tw-content);
3334
+ visibility: hidden;
3335
+ }
3336
+
3337
+ .after\:absolute::after {
3338
+ content: var(--tw-content);
3339
+ position: absolute;
3340
+ }
3341
+
3342
+ .after\:-top-3::after {
3343
+ content: var(--tw-content);
3344
+ top: -0.75rem;
3345
+ }
3346
+
3347
+ .after\:left-1\/2::after {
3348
+ content: var(--tw-content);
3349
+ left: 50%;
3350
+ }
3351
+
3352
+ .after\:z-10::after {
3353
+ content: var(--tw-content);
3354
+ z-index: 10;
3355
+ }
3356
+
3357
+ .after\:h-0::after {
3358
+ content: var(--tw-content);
3359
+ height: 0px;
3360
+ }
3361
+
3362
+ .after\:w-0::after {
3363
+ content: var(--tw-content);
3364
+ width: 0px;
3365
+ }
3366
+
3367
+ .after\:-translate-x-1\/2::after {
3368
+ content: var(--tw-content);
3369
+ --tw-translate-x: -50%;
3370
+ -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3371
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3372
+ }
3373
+
3374
+ .after\:border-8::after {
3375
+ content: var(--tw-content);
3376
+ border-width: 8px;
3377
+ }
3378
+
3379
+ .after\:border-t-blue-700::after {
3380
+ content: var(--tw-content);
3381
+ --tw-border-opacity: 1;
3382
+ border-top-color: rgb(13 65 198 / var(--tw-border-opacity));
3383
+ }
3384
+
3385
+ .checked\:border-blue-600:checked {
3386
+ --tw-border-opacity: 1;
3387
+ border-color: rgb(30 86 227 / var(--tw-border-opacity));
3388
+ }
3389
+
3390
+ .checked\:bg-blue-100:checked {
3391
+ --tw-bg-opacity: 1;
3392
+ background-color: rgb(240 244 255 / var(--tw-bg-opacity));
3393
+ }
3394
+
3395
+ .focus-within\:z-10:focus-within {
3396
+ z-index: 10;
3397
+ }
3398
+
3399
+ .hover\:scale-125:hover {
3400
+ --tw-scale-x: 1.25;
3401
+ --tw-scale-y: 1.25;
3402
+ -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3403
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3404
+ }
3405
+
3406
+ @-webkit-keyframes bounce {
3407
+ 0%, 100% {
3408
+ -webkit-transform: translateY(-25%);
3409
+ transform: translateY(-25%);
3410
+ -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
3411
+ animation-timing-function: cubic-bezier(0.8,0,1,1);
3412
+ }
3413
+
3414
+ 50% {
3415
+ -webkit-transform: none;
3416
+ transform: none;
3417
+ -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
3418
+ animation-timing-function: cubic-bezier(0,0,0.2,1);
3419
+ }
3420
+ }
3421
+
3422
+ @keyframes bounce {
3423
+ 0%, 100% {
3424
+ -webkit-transform: translateY(-25%);
3425
+ transform: translateY(-25%);
3426
+ -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
3427
+ animation-timing-function: cubic-bezier(0.8,0,1,1);
3428
+ }
3429
+
3430
+ 50% {
3431
+ -webkit-transform: none;
3432
+ transform: none;
3433
+ -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
3434
+ animation-timing-function: cubic-bezier(0,0,0.2,1);
3435
+ }
3436
+ }
3437
+
3438
+ .hover\:animate-bounce:hover {
3439
+ -webkit-animation: bounce 1s infinite;
3440
+ animation: bounce 1s infinite;
3441
+ }
3442
+
3443
+ @keyframes bounce {
3444
+ 0%, 100% {
3445
+ -webkit-transform: translateY(-25%);
3446
+ transform: translateY(-25%);
3447
+ -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
3448
+ animation-timing-function: cubic-bezier(0.8,0,1,1);
3449
+ }
3450
+
3451
+ 50% {
3452
+ -webkit-transform: none;
3453
+ transform: none;
3454
+ -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
3455
+ animation-timing-function: cubic-bezier(0,0,0.2,1);
3456
+ }
3457
+ }
3458
+
3459
+ .hover\:animate-bounce-short:hover {
3460
+ -webkit-animation: bounce 1s ease-in-out 3;
3461
+ animation: bounce 1s ease-in-out 3;
3462
+ }
3463
+
3464
+ @-webkit-keyframes ping {
3465
+ 75%, 100% {
3466
+ -webkit-transform: scale(2);
3467
+ transform: scale(2);
3468
+ opacity: 0;
3469
+ }
3470
+ }
3471
+
3472
+ @keyframes ping {
3473
+ 75%, 100% {
3474
+ -webkit-transform: scale(2);
3475
+ transform: scale(2);
3476
+ opacity: 0;
3477
+ }
3478
+ }
3479
+
3480
+ .hover\:animate-ping:hover {
3481
+ -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
3482
+ animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
3483
+ }
3484
+
3485
+ @-webkit-keyframes pulse {
3486
+ 50% {
3487
+ opacity: .5;
3488
+ }
3489
+ }
3490
+
3491
+ @keyframes pulse {
3492
+ 50% {
3493
+ opacity: .5;
3494
+ }
3495
+ }
3496
+
3497
+ .hover\:animate-pulse:hover {
3498
+ -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
3499
+ animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
3500
+ }
3501
+
3502
+ @-webkit-keyframes spin {
3503
+ to {
3504
+ -webkit-transform: rotate(360deg);
3505
+ transform: rotate(360deg);
3506
+ }
3507
+ }
3508
+
3509
+ @keyframes spin {
3510
+ to {
3511
+ -webkit-transform: rotate(360deg);
3512
+ transform: rotate(360deg);
3513
+ }
3514
+ }
3515
+
3516
+ .hover\:animate-spin:hover {
3517
+ -webkit-animation: spin 1s linear infinite;
3518
+ animation: spin 1s linear infinite;
3519
+ }
3520
+
3521
+ .hover\:border:hover {
3522
+ border-width: 1px;
3523
+ }
3524
+
3525
+ .hover\:border-blue-600:hover {
3526
+ --tw-border-opacity: 1;
3527
+ border-color: rgb(30 86 227 / var(--tw-border-opacity));
3528
+ }
3529
+
3530
+ .hover\:border-neutral-300:hover {
3531
+ --tw-border-opacity: 1;
3532
+ border-color: rgb(210 214 219 / var(--tw-border-opacity));
3533
+ }
3534
+
3535
+ .hover\:border-neutral-400:hover {
3536
+ --tw-border-opacity: 1;
3537
+ border-color: rgb(157 164 174 / var(--tw-border-opacity));
3538
+ }
3539
+
3540
+ .hover\:bg-\[\#333333\]:hover {
3541
+ --tw-bg-opacity: 1;
3542
+ background-color: rgb(51 51 51 / var(--tw-bg-opacity));
3543
+ }
3544
+
3545
+ .hover\:bg-amber-300:hover {
3546
+ --tw-bg-opacity: 1;
3547
+ background-color: rgb(255 206 112 / var(--tw-bg-opacity));
3548
+ }
3549
+
3550
+ .hover\:bg-blue-100:hover {
3551
+ --tw-bg-opacity: 1;
3552
+ background-color: rgb(240 244 255 / var(--tw-bg-opacity));
3553
+ }
3554
+
3555
+ .hover\:bg-blue-200:hover {
3556
+ --tw-bg-opacity: 1;
3557
+ background-color: rgb(223 232 255 / var(--tw-bg-opacity));
3558
+ }
3559
+
3560
+ .hover\:bg-blue-300:hover {
3561
+ --tw-bg-opacity: 1;
3562
+ background-color: rgb(198 214 255 / var(--tw-bg-opacity));
3563
+ }
3564
+
3565
+ .hover\:bg-blue-600:hover {
3566
+ --tw-bg-opacity: 1;
3567
+ background-color: rgb(30 86 227 / var(--tw-bg-opacity));
3568
+ }
3569
+
3570
+ .hover\:bg-blue-700:hover {
3571
+ --tw-bg-opacity: 1;
3572
+ background-color: rgb(13 65 198 / var(--tw-bg-opacity));
3573
+ }
3574
+
3575
+ .hover\:bg-cyan-300:hover {
3576
+ --tw-bg-opacity: 1;
3577
+ background-color: rgb(147 236 255 / var(--tw-bg-opacity));
3578
+ }
3579
+
3580
+ .hover\:bg-green-300:hover {
3581
+ --tw-bg-opacity: 1;
3582
+ background-color: rgb(145 245 215 / var(--tw-bg-opacity));
3583
+ }
3584
+
3585
+ .hover\:bg-neutral-100:hover {
3586
+ --tw-bg-opacity: 1;
3587
+ background-color: rgb(243 244 246 / var(--tw-bg-opacity));
3588
+ }
3589
+
3590
+ .hover\:bg-neutral-300:hover {
3591
+ --tw-bg-opacity: 1;
3592
+ background-color: rgb(210 214 219 / var(--tw-bg-opacity));
3593
+ }
3594
+
3595
+ .hover\:bg-pink-300:hover {
3596
+ --tw-bg-opacity: 1;
3597
+ background-color: rgb(255 188 214 / var(--tw-bg-opacity));
3598
+ }
3599
+
3600
+ .hover\:bg-purple-300:hover {
3601
+ --tw-bg-opacity: 1;
3602
+ background-color: rgb(219 198 255 / var(--tw-bg-opacity));
3603
+ }
3604
+
3605
+ .hover\:bg-gradient-to-t:hover {
3606
+ background-image: linear-gradient(to top, var(--tw-gradient-stops));
3607
+ }
3608
+
3609
+ .hover\:from-amber-200:hover {
3610
+ --tw-gradient-from: #FFE4B0 var(--tw-gradient-from-position);
3611
+ --tw-gradient-from-position: ;
3612
+ --tw-gradient-to: rgb(255 228 176 / 0) var(--tw-gradient-from-position);
3613
+ --tw-gradient-to-position: ;
3614
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3615
+ }
3616
+
3617
+ .hover\:from-0\%:hover {
3618
+ --tw-gradient-from-position: 0%;
3619
+ }
3620
+
3621
+ .hover\:to-neutral-0:hover {
3622
+ --tw-gradient-to: #FFFFFF var(--tw-gradient-to-position);
3623
+ --tw-gradient-to-position: ;
3624
+ }
3625
+
3626
+ .hover\:to-95\%:hover {
3627
+ --tw-gradient-to-position: 95%;
3628
+ }
3629
+
3630
+ .hover\:text-blue-600:hover {
3631
+ --tw-text-opacity: 1;
3632
+ color: rgb(30 86 227 / var(--tw-text-opacity));
3633
+ }
3634
+
3635
+ .hover\:text-blue-700:hover {
3636
+ --tw-text-opacity: 1;
3637
+ color: rgb(13 65 198 / var(--tw-text-opacity));
3638
+ }
3639
+
3640
+ .hover\:text-neutral-0:hover {
3641
+ --tw-text-opacity: 1;
3642
+ color: rgb(255 255 255 / var(--tw-text-opacity));
3643
+ }
3644
+
3645
+ .hover\:text-neutral-800:hover {
3646
+ --tw-text-opacity: 1;
3647
+ color: rgb(31 42 55 / var(--tw-text-opacity));
3648
+ }
3649
+
3650
+ .hover\:text-neutral-900:hover {
3651
+ --tw-text-opacity: 1;
3652
+ color: rgb(17 25 39 / var(--tw-text-opacity));
3653
+ }
3654
+
3655
+ .hover\:underline:hover {
3656
+ text-decoration-line: underline;
3657
+ }
3658
+
3659
+ .hover\:shadow:hover {
3660
+ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
3661
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
3662
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3663
+ }
3664
+
3665
+ .hover\:shadow-xl:hover {
3666
+ --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
3667
+ --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
3668
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3669
+ }
3670
+
3671
+ .hover\:transition-all:hover {
3672
+ transition-property: all;
3673
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3674
+ transition-duration: 150ms;
3675
+ }
3676
+
3677
+ .hover\:ease-in:hover {
3678
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
3679
+ }
3680
+
3681
+ .hover\:ease-out:hover {
3682
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
3683
+ }
3684
+
3685
+ .hover\:before\:visible:hover::before {
3686
+ content: var(--tw-content);
3687
+ visibility: visible;
3688
+ }
3689
+
3690
+ .hover\:after\:visible:hover::after {
3691
+ content: var(--tw-content);
3692
+ visibility: visible;
3693
+ }
3694
+
3695
+ .checked\:hover\:border:hover:checked {
3696
+ border-width: 1px;
3697
+ }
3698
+
3699
+ .checked\:hover\:border-blue-600:hover:checked {
3700
+ --tw-border-opacity: 1;
3701
+ border-color: rgb(30 86 227 / var(--tw-border-opacity));
3702
+ }
3703
+
3704
+ .checked\:hover\:bg-blue-200:hover:checked {
3705
+ --tw-bg-opacity: 1;
3706
+ background-color: rgb(223 232 255 / var(--tw-bg-opacity));
3707
+ }
3708
+
3709
+ .focus\:z-10:focus {
3710
+ z-index: 10;
3711
+ }
3712
+
3713
+ .focus\:border:focus {
3714
+ border-width: 1px;
3715
+ }
3716
+
3717
+ .focus\:border-none:focus {
3718
+ border-style: none;
3719
+ }
3720
+
3721
+ .focus\:border-green-600:focus {
3722
+ --tw-border-opacity: 1;
3723
+ border-color: rgb(2 125 89 / var(--tw-border-opacity));
3724
+ }
3725
+
3726
+ .focus\:border-neutral-200:focus {
3727
+ --tw-border-opacity: 1;
3728
+ border-color: rgb(229 231 235 / var(--tw-border-opacity));
3729
+ }
3730
+
3731
+ .focus\:border-neutral-300:focus {
3732
+ --tw-border-opacity: 1;
3733
+ border-color: rgb(210 214 219 / var(--tw-border-opacity));
3734
+ }
3735
+
3736
+ .focus\:border-pink-500:focus {
3737
+ --tw-border-opacity: 1;
3738
+ border-color: rgb(225 58 124 / var(--tw-border-opacity));
3739
+ }
3740
+
3741
+ .focus\:bg-\[\#333333\]:focus {
3742
+ --tw-bg-opacity: 1;
3743
+ background-color: rgb(51 51 51 / var(--tw-bg-opacity));
3744
+ }
3745
+
3746
+ .focus\:bg-blue-100:focus {
3747
+ --tw-bg-opacity: 1;
3748
+ background-color: rgb(240 244 255 / var(--tw-bg-opacity));
3749
+ }
3750
+
3751
+ .focus\:bg-blue-600:focus {
3752
+ --tw-bg-opacity: 1;
3753
+ background-color: rgb(30 86 227 / var(--tw-bg-opacity));
3754
+ }
3755
+
3756
+ .focus\:bg-neutral-0:focus {
3757
+ --tw-bg-opacity: 1;
3758
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
3759
+ }
3760
+
3761
+ .focus\:text-blue-600:focus {
3762
+ --tw-text-opacity: 1;
3763
+ color: rgb(30 86 227 / var(--tw-text-opacity));
3764
+ }
3765
+
3766
+ .focus\:text-blue-700:focus {
3767
+ --tw-text-opacity: 1;
3768
+ color: rgb(13 65 198 / var(--tw-text-opacity));
3769
+ }
3770
+
3771
+ .focus\:text-neutral-0:focus {
3772
+ --tw-text-opacity: 1;
3773
+ color: rgb(255 255 255 / var(--tw-text-opacity));
3774
+ }
3775
+
3776
+ .focus\:text-neutral-800:focus {
3777
+ --tw-text-opacity: 1;
3778
+ color: rgb(31 42 55 / var(--tw-text-opacity));
3779
+ }
3780
+
3781
+ .focus\:text-neutral-900:focus {
3782
+ --tw-text-opacity: 1;
3783
+ color: rgb(17 25 39 / var(--tw-text-opacity));
3784
+ }
3785
+
3786
+ .focus\:underline:focus {
3787
+ text-decoration-line: underline;
3788
+ }
3789
+
3790
+ .focus\:shadow-\[0_0px_0px_4px_\#80A3FF\]:focus {
3791
+ --tw-shadow: 0 0px 0px 4px #80A3FF;
3792
+ --tw-shadow-colored: 0 0px 0px 4px var(--tw-shadow-color);
3793
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3794
+ }
3795
+
3796
+ .focus\:shadow-\[0_0px_0px_4px_\#DFE8FF\]:focus {
3797
+ --tw-shadow: 0 0px 0px 4px #DFE8FF;
3798
+ --tw-shadow-colored: 0 0px 0px 4px var(--tw-shadow-color);
3799
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3800
+ }
3801
+
3802
+ .focus\:shadow-\[0_0px_0px_4px_\#FFE6F0\]:focus {
3803
+ --tw-shadow: 0 0px 0px 4px #FFE6F0;
3804
+ --tw-shadow-colored: 0 0px 0px 4px var(--tw-shadow-color);
3805
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3806
+ }
3807
+
3808
+ .focus\:shadow-\[0px_0px_0px_4px_\#D2D6DB\]:focus {
3809
+ --tw-shadow: 0px 0px 0px 4px #D2D6DB;
3810
+ --tw-shadow-colored: 0px 0px 0px 4px var(--tw-shadow-color);
3811
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3812
+ }
3813
+
3814
+ .focus\:shadow-\[0px_0px_0px_4px_\#DFE8FF\]:focus {
3815
+ --tw-shadow: 0px 0px 0px 4px #DFE8FF;
3816
+ --tw-shadow-colored: 0px 0px 0px 4px var(--tw-shadow-color);
3817
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3818
+ }
3819
+
3820
+ .focus\:shadow-\[0px_0px_0px_4px_\#F0F4FF\]:focus {
3821
+ --tw-shadow: 0px 0px 0px 4px #F0F4FF;
3822
+ --tw-shadow-colored: 0px 0px 0px 4px var(--tw-shadow-color);
3823
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3824
+ }
3825
+
3826
+ .focus\:shadow-\[0px_0px_0px_4px_\#F3F4F6\]:focus {
3827
+ --tw-shadow: 0px 0px 0px 4px #F3F4F6;
3828
+ --tw-shadow-colored: 0px 0px 0px 4px var(--tw-shadow-color);
3829
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3830
+ }
3831
+
3832
+ .focus\:outline-none:focus {
3833
+ outline: 2px solid transparent;
3834
+ outline-offset: 2px;
3835
+ }
3836
+
3837
+ .focus\:ring-0:focus {
3838
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3839
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
3840
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
3841
+ }
3842
+
3843
+ .focus\:ring-1:focus {
3844
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3845
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
3846
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
3847
+ }
3848
+
3849
+ .focus\:ring-2:focus {
3850
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3851
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
3852
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
3853
+ }
3854
+
3855
+ .focus\:ring-inset:focus {
3856
+ --tw-ring-inset: inset;
3857
+ }
3858
+
3859
+ .focus\:ring-blue-100:focus {
3860
+ --tw-ring-opacity: 1;
3861
+ --tw-ring-color: rgb(240 244 255 / var(--tw-ring-opacity));
3862
+ }
3863
+
3864
+ .focus\:ring-pink-500:focus {
3865
+ --tw-ring-opacity: 1;
3866
+ --tw-ring-color: rgb(225 58 124 / var(--tw-ring-opacity));
3867
+ }
3868
+
3869
+ .focus\:ring-offset-0:focus {
3870
+ --tw-ring-offset-width: 0px;
3871
+ }
3872
+
3873
+ .focus\:ring-offset-2:focus {
3874
+ --tw-ring-offset-width: 2px;
3875
+ }
3876
+
3877
+ .checked\:focus\:border:focus:checked {
3878
+ border-width: 1px;
3879
+ }
3880
+
3881
+ .checked\:focus\:border-blue-600:focus:checked {
3882
+ --tw-border-opacity: 1;
3883
+ border-color: rgb(30 86 227 / var(--tw-border-opacity));
3884
+ }
3885
+
3886
+ .checked\:focus\:bg-blue-100:focus:checked {
3887
+ --tw-bg-opacity: 1;
3888
+ background-color: rgb(240 244 255 / var(--tw-bg-opacity));
3889
+ }
3890
+
3891
+ .checked\:focus\:shadow-\[0px_0px_0px_4px_\#F0F4FF\]:focus:checked {
3892
+ --tw-shadow: 0px 0px 0px 4px #F0F4FF;
3893
+ --tw-shadow-colored: 0px 0px 0px 4px var(--tw-shadow-color);
3894
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3895
+ }
3896
+
3897
+ .focus-visible\:outline:focus-visible {
3898
+ outline-style: solid;
3899
+ }
3900
+
3901
+ .focus-visible\:outline-2:focus-visible {
3902
+ outline-width: 2px;
3903
+ }
3904
+
3905
+ .focus-visible\:outline-offset-2:focus-visible {
3906
+ outline-offset: 2px;
3907
+ }
3908
+
3909
+ .focus-visible\:outline-offset-\[-4px\]:focus-visible {
3910
+ outline-offset: -4px;
3911
+ }
3912
+
3913
+ .disabled\:cursor-not-allowed:disabled {
3914
+ cursor: not-allowed;
3915
+ }
3916
+
3917
+ .disabled\:border:disabled {
3918
+ border-width: 1px;
3919
+ }
3920
+
3921
+ .disabled\:border-neutral-300:disabled {
3922
+ --tw-border-opacity: 1;
3923
+ border-color: rgb(210 214 219 / var(--tw-border-opacity));
3924
+ }
3925
+
3926
+ .disabled\:bg-neutral-100:disabled {
3927
+ --tw-bg-opacity: 1;
3928
+ background-color: rgb(243 244 246 / var(--tw-bg-opacity));
3929
+ }
3930
+
3931
+ .disabled\:text-neutral-500:disabled {
3932
+ --tw-text-opacity: 1;
3933
+ color: rgb(108 115 127 / var(--tw-text-opacity));
3934
+ }
3935
+
3936
+ .group:hover .group-hover\:visible {
3937
+ visibility: visible;
3938
+ }
3939
+
3940
+ .group:hover .group-hover\:block {
3941
+ display: block;
3942
+ }
3943
+
3944
+ .group:hover .group-hover\:translate-x-\[0\.098rem\] {
3945
+ --tw-translate-x: 0.098rem;
3946
+ -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3947
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3948
+ }
3949
+
3950
+ .group:hover .group-hover\:bg-gradient-to-t {
3951
+ background-image: linear-gradient(to top, var(--tw-gradient-stops));
3952
+ }
3953
+
3954
+ .group:hover .group-hover\:from-amber-200 {
3955
+ --tw-gradient-from: #FFE4B0 var(--tw-gradient-from-position);
3956
+ --tw-gradient-from-position: ;
3957
+ --tw-gradient-to: rgb(255 228 176 / 0) var(--tw-gradient-from-position);
3958
+ --tw-gradient-to-position: ;
3959
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3960
+ }
3961
+
3962
+ .group:hover .group-hover\:opacity-30 {
3963
+ opacity: 0.3;
3964
+ }
3965
+
3966
+ .group:hover .group-hover\:transition-all {
3967
+ transition-property: all;
3968
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3969
+ transition-duration: 150ms;
3970
+ }
3971
+
3972
+ .group:hover .group-hover\:delay-100 {
3973
+ transition-delay: 100ms;
3974
+ }
3975
+
3976
+ @media (prefers-color-scheme: dark) {
3977
+ .dark\:bg-amber-500 {
3978
+ --tw-bg-opacity: 1;
3979
+ background-color: rgb(224 121 0 / var(--tw-bg-opacity));
3980
+ }
3981
+
3982
+ .dark\:bg-blue-500 {
3983
+ --tw-bg-opacity: 1;
3984
+ background-color: rgb(57 112 253 / var(--tw-bg-opacity));
3985
+ }
3986
+
3987
+ .dark\:bg-cyan-500 {
3988
+ --tw-bg-opacity: 1;
3989
+ background-color: rgb(14 150 178 / var(--tw-bg-opacity));
3990
+ }
3991
+
3992
+ .dark\:bg-green-500 {
3993
+ --tw-bg-opacity: 1;
3994
+ background-color: rgb(14 165 120 / var(--tw-bg-opacity));
3995
+ }
3996
+
3997
+ .dark\:bg-neutral-500 {
3998
+ --tw-bg-opacity: 1;
3999
+ background-color: rgb(108 115 127 / var(--tw-bg-opacity));
4000
+ }
4001
+
4002
+ .dark\:bg-pink-500 {
4003
+ --tw-bg-opacity: 1;
4004
+ background-color: rgb(225 58 124 / var(--tw-bg-opacity));
4005
+ }
4006
+
4007
+ .dark\:bg-purple-500 {
4008
+ --tw-bg-opacity: 1;
4009
+ background-color: rgb(140 73 250 / var(--tw-bg-opacity));
4010
+ }
4011
+
4012
+ .dark\:text-amber-100 {
4013
+ --tw-text-opacity: 1;
4014
+ color: rgb(255 243 212 / var(--tw-text-opacity));
4015
+ }
4016
+
4017
+ .dark\:text-blue-100 {
4018
+ --tw-text-opacity: 1;
4019
+ color: rgb(240 244 255 / var(--tw-text-opacity));
4020
+ }
4021
+
4022
+ .dark\:text-cyan-100 {
4023
+ --tw-text-opacity: 1;
4024
+ color: rgb(227 250 255 / var(--tw-text-opacity));
4025
+ }
4026
+
4027
+ .dark\:text-green-100 {
4028
+ --tw-text-opacity: 1;
4029
+ color: rgb(218 255 244 / var(--tw-text-opacity));
4030
+ }
4031
+
4032
+ .dark\:text-neutral-100 {
4033
+ --tw-text-opacity: 1;
4034
+ color: rgb(243 244 246 / var(--tw-text-opacity));
4035
+ }
4036
+
4037
+ .dark\:text-pink-100 {
4038
+ --tw-text-opacity: 1;
4039
+ color: rgb(255 237 244 / var(--tw-text-opacity));
4040
+ }
4041
+
4042
+ .dark\:text-purple-100 {
4043
+ --tw-text-opacity: 1;
4044
+ color: rgb(247 242 255 / var(--tw-text-opacity));
4045
+ }
4046
+
4047
+ .dark\:hover\:bg-amber-600:hover {
4048
+ --tw-bg-opacity: 1;
4049
+ background-color: rgb(184 88 0 / var(--tw-bg-opacity));
4050
+ }
4051
+
4052
+ .dark\:hover\:bg-blue-600:hover {
4053
+ --tw-bg-opacity: 1;
4054
+ background-color: rgb(30 86 227 / var(--tw-bg-opacity));
4055
+ }
4056
+
4057
+ .dark\:hover\:bg-cyan-600:hover {
4058
+ --tw-bg-opacity: 1;
4059
+ background-color: rgb(4 117 141 / var(--tw-bg-opacity));
4060
+ }
4061
+
4062
+ .dark\:hover\:bg-green-600:hover {
4063
+ --tw-bg-opacity: 1;
4064
+ background-color: rgb(2 125 89 / var(--tw-bg-opacity));
4065
+ }
4066
+
4067
+ .dark\:hover\:bg-neutral-600:hover {
4068
+ --tw-bg-opacity: 1;
4069
+ background-color: rgb(77 87 97 / var(--tw-bg-opacity));
4070
+ }
4071
+
4072
+ .dark\:hover\:bg-pink-600:hover {
4073
+ --tw-bg-opacity: 1;
4074
+ background-color: rgb(194 30 95 / var(--tw-bg-opacity));
4075
+ }
4076
+
4077
+ .dark\:hover\:bg-purple-600:hover {
4078
+ --tw-bg-opacity: 1;
4079
+ background-color: rgb(113 43 227 / var(--tw-bg-opacity));
4080
+ }
4081
+ }
4082
+
4083
+ @media (min-width: 600px) {
4084
+ .tab\:block {
4085
+ display: block;
4086
+ }
4087
+
4088
+ .tab\:hidden {
4089
+ display: none;
4090
+ }
4091
+
4092
+ .tab\:w-fit {
4093
+ width: -webkit-fit-content;
4094
+ width: -moz-fit-content;
4095
+ width: fit-content;
4096
+ }
4097
+
4098
+ .tab\:text-hds-t-body1 {
4099
+ font-size: 1rem;
4100
+ line-height: 1.75rem;
4101
+ letter-spacing: -0.01em;
4102
+ font-weight: 400;
4103
+ }
4104
+
4105
+ .tab\:text-hds-t-body1-bold {
4106
+ font-size: 1rem;
4107
+ line-height: 1.75rem;
4108
+ letter-spacing: -0.01em;
4109
+ font-weight: 700;
4110
+ }
4111
+
4112
+ .tab\:text-hds-t-body1-medium {
4113
+ font-size: 1rem;
4114
+ line-height: 1.75rem;
4115
+ letter-spacing: -0.01em;
4116
+ font-weight: 500;
4117
+ }
4118
+
4119
+ .tab\:text-hds-t-body1-semi-bold {
4120
+ font-size: 1rem;
4121
+ line-height: 1.75rem;
4122
+ letter-spacing: -0.01em;
4123
+ font-weight: 600;
4124
+ }
4125
+
4126
+ .tab\:text-hds-t-body1c {
4127
+ font-size: 1rem;
4128
+ line-height: 1.5rem;
4129
+ letter-spacing: -0.01em;
4130
+ font-weight: 400;
4131
+ }
4132
+
4133
+ .tab\:text-hds-t-body1c-bold {
4134
+ font-size: 1rem;
4135
+ line-height: 1.5rem;
4136
+ letter-spacing: -0.01em;
4137
+ font-weight: 700;
4138
+ }
4139
+
4140
+ .tab\:text-hds-t-body1c-medium {
4141
+ font-size: 1rem;
4142
+ line-height: 1.5rem;
4143
+ letter-spacing: -0.01em;
4144
+ font-weight: 500;
4145
+ }
4146
+
4147
+ .tab\:text-hds-t-body1c-semi-bold {
4148
+ font-size: 1rem;
4149
+ line-height: 1.5rem;
4150
+ letter-spacing: -0.01em;
4151
+ font-weight: 600;
4152
+ }
4153
+
4154
+ .tab\:text-hds-t-body2 {
4155
+ font-size: 0.938rem;
4156
+ line-height: 1.625rem;
4157
+ letter-spacing: -0.01em;
4158
+ font-weight: 400;
4159
+ }
4160
+
4161
+ .tab\:text-hds-t-body2-bold {
4162
+ font-size: 0.938rem;
4163
+ line-height: 1.625rem;
4164
+ letter-spacing: -0.01em;
4165
+ font-weight: 700;
4166
+ }
4167
+
4168
+ .tab\:text-hds-t-body2-medium {
4169
+ font-size: 0.938rem;
4170
+ line-height: 1.625rem;
4171
+ letter-spacing: -0.01em;
4172
+ font-weight: 500;
4173
+ }
4174
+
4175
+ .tab\:text-hds-t-body2-semi-bold {
4176
+ font-size: 0.938rem;
4177
+ line-height: 1.625rem;
4178
+ letter-spacing: -0.01em;
4179
+ font-weight: 600;
4180
+ }
4181
+
4182
+ .tab\:text-hds-t-body2c {
4183
+ font-size: 0.938rem;
4184
+ line-height: 1.375rem;
4185
+ letter-spacing: -0.01em;
4186
+ font-weight: 400;
4187
+ }
4188
+
4189
+ .tab\:text-hds-t-body2c-bold {
4190
+ font-size: 0.938rem;
4191
+ line-height: 1.375rem;
4192
+ letter-spacing: -0.01em;
4193
+ font-weight: 700;
4194
+ }
4195
+
4196
+ .tab\:text-hds-t-body2c-medium {
4197
+ font-size: 0.938rem;
4198
+ line-height: 1.375rem;
4199
+ letter-spacing: -0.01em;
4200
+ font-weight: 500;
4201
+ }
4202
+
4203
+ .tab\:text-hds-t-body2c-semi-bold {
4204
+ font-size: 0.938rem;
4205
+ line-height: 1.375rem;
4206
+ letter-spacing: -0.01em;
4207
+ font-weight: 600;
4208
+ }
4209
+
4210
+ .tab\:text-hds-t-body3 {
4211
+ font-size: 0.875rem;
4212
+ line-height: 1.5rem;
4213
+ letter-spacing: ;
4214
+ font-weight: 400;
4215
+ }
4216
+
4217
+ .tab\:text-hds-t-body3-bold {
4218
+ font-size: 0.875rem;
4219
+ line-height: 1.5rem;
4220
+ letter-spacing: ;
4221
+ font-weight: 700;
4222
+ }
4223
+
4224
+ .tab\:text-hds-t-body3-medium {
4225
+ font-size: 0.875rem;
4226
+ line-height: 1.5rem;
4227
+ letter-spacing: ;
4228
+ font-weight: 500;
4229
+ }
4230
+
4231
+ .tab\:text-hds-t-body3-semi-bold {
4232
+ font-size: 0.875rem;
4233
+ line-height: 1.5rem;
4234
+ letter-spacing: ;
4235
+ font-weight: 600;
4236
+ }
4237
+
4238
+ .tab\:text-hds-t-body3c {
4239
+ font-size: 0.875rem;
4240
+ line-height: 1.25rem;
4241
+ letter-spacing: ;
4242
+ font-weight: 400;
4243
+ }
4244
+
4245
+ .tab\:text-hds-t-body3c-bold {
4246
+ font-size: 0.875rem;
4247
+ line-height: 1.25rem;
4248
+ letter-spacing: ;
4249
+ font-weight: 700;
4250
+ }
4251
+
4252
+ .tab\:text-hds-t-body3c-medium {
4253
+ font-size: 0.875rem;
4254
+ line-height: 1.25rem;
4255
+ letter-spacing: ;
4256
+ font-weight: 500;
4257
+ }
4258
+
4259
+ .tab\:text-hds-t-body3c-semi-bold {
4260
+ font-size: 0.875rem;
4261
+ line-height: 1.25rem;
4262
+ letter-spacing: ;
4263
+ font-weight: 600;
4264
+ }
4265
+
4266
+ .tab\:text-hds-t-code1 {
4267
+ font-size: 1rem;
4268
+ line-height: 1.75rem;
4269
+ letter-spacing: -0.01em;
4270
+ font-weight: 400;
4271
+ }
4272
+
4273
+ .tab\:text-hds-t-code2 {
4274
+ font-size: 0.938rem;
4275
+ line-height: 1.625rem;
4276
+ letter-spacing: -0.01em;
4277
+ font-weight: 400;
4278
+ }
4279
+
4280
+ .tab\:text-hds-t-h1 {
4281
+ font-size: 3rem;
4282
+ line-height: 1.25;
4283
+ letter-spacing: -0.02em;
4284
+ font-weight: 700;
4285
+ }
4286
+
4287
+ .tab\:text-hds-t-h2 {
4288
+ font-size: 2.25rem;
4289
+ line-height: 3rem;
4290
+ letter-spacing: -0.02em;
4291
+ font-weight: 700;
4292
+ }
4293
+
4294
+ .tab\:text-hds-t-h3 {
4295
+ font-size: 1.875rem;
4296
+ line-height: 2.5rem;
4297
+ letter-spacing: -0.02em;
4298
+ font-weight: 700;
4299
+ }
4300
+
4301
+ .tab\:text-hds-t-h4 {
4302
+ font-size: 1.25rem;
4303
+ line-height: 2rem;
4304
+ letter-spacing: -0.02em;
4305
+ font-weight: 600;
4306
+ }
4307
+
4308
+ .tab\:text-hds-t-h5 {
4309
+ font-size: 1.125rem;
4310
+ line-height: 1.75rem;
4311
+ letter-spacing: -0.02em;
4312
+ font-weight: 600;
4313
+ }
4314
+
4315
+ .tab\:text-hds-t-h6 {
4316
+ font-size: 0.75rem;
4317
+ line-height: 1.25rem;
4318
+ letter-spacing: 0.08em;
4319
+ font-weight: 700;
4320
+ }
4321
+
4322
+ .tab\:text-hds-t-quote {
4323
+ font-size: 1.125rem;
4324
+ line-height: 1.75rem;
4325
+ letter-spacing: -0.01em;
4326
+ font-weight: 400;
4327
+ }
4328
+
4329
+ .tab\:text-hds-t-sub1 {
4330
+ font-size: 1.25rem;
4331
+ line-height: 2rem;
4332
+ letter-spacing: -0.01em;
4333
+ font-weight: 400;
4334
+ }
4335
+
4336
+ .tab\:text-hds-t-sub2 {
4337
+ font-size: 1.125rem;
4338
+ line-height: 1.75rem;
4339
+ letter-spacing: -0.01em;
4340
+ font-weight: 400;
4341
+ }
4342
+ }
4343
+
4344
+ @media (min-width: 1240px) {
4345
+ .desk\:-left-5 {
4346
+ left: -1.25rem;
4347
+ }
4348
+
4349
+ .desk\:-right-5 {
4350
+ right: -1.25rem;
4351
+ }
4352
+
4353
+ .desk\:ml-0 {
4354
+ margin-left: 0px;
4355
+ }
4356
+
4357
+ .desk\:flex {
4358
+ display: flex;
4359
+ }
4360
+
4361
+ .desk\:inline-flex {
4362
+ display: inline-flex;
4363
+ }
4364
+
4365
+ .desk\:w-fit {
4366
+ width: -webkit-fit-content;
4367
+ width: -moz-fit-content;
4368
+ width: fit-content;
4369
+ }
4370
+
4371
+ .desk\:max-w-\[289px\] {
4372
+ max-width: 289px;
4373
+ }
4374
+
4375
+ .desk\:max-w-\[50\%\] {
4376
+ max-width: 50%;
4377
+ }
4378
+
4379
+ .desk\:flex-col {
4380
+ flex-direction: column;
4381
+ }
4382
+
4383
+ .desk\:items-center {
4384
+ align-items: center;
4385
+ }
4386
+
4387
+ .desk\:rounded-2xl {
4388
+ border-radius: 1rem;
4389
+ }
4390
+
4391
+ .desk\:p-8 {
4392
+ padding: 2rem;
4393
+ }
4394
+
4395
+ .desk\:text-hds-d-body1 {
4396
+ font-size: 1rem;
4397
+ line-height: 1.75rem;
4398
+ letter-spacing: -0.01em;
4399
+ font-weight: 400;
4400
+ }
4401
+
4402
+ .desk\:text-hds-d-body1-bold {
4403
+ font-size: 1rem;
4404
+ line-height: 1.75rem;
4405
+ letter-spacing: -0.01em;
4406
+ font-weight: 700;
4407
+ }
4408
+
4409
+ .desk\:text-hds-d-body1-medium {
4410
+ font-size: 1rem;
4411
+ line-height: 1.75rem;
4412
+ letter-spacing: -0.01em;
4413
+ font-weight: 500;
4414
+ }
4415
+
4416
+ .desk\:text-hds-d-body1-semi-bold {
4417
+ font-size: 1rem;
4418
+ line-height: 1.75rem;
4419
+ letter-spacing: -0.01em;
4420
+ font-weight: 600;
4421
+ }
4422
+
4423
+ .desk\:text-hds-d-body1c {
4424
+ font-size: 1rem;
4425
+ line-height: 1.5rem;
4426
+ letter-spacing: -0.01em;
4427
+ font-weight: 400;
4428
+ }
4429
+
4430
+ .desk\:text-hds-d-body1c-bold {
4431
+ font-size: 1rem;
4432
+ line-height: 1.5rem;
4433
+ letter-spacing: -0.01em;
4434
+ font-weight: 700;
4435
+ }
4436
+
4437
+ .desk\:text-hds-d-body1c-medium {
4438
+ font-size: 1rem;
4439
+ line-height: 1.5rem;
4440
+ letter-spacing: -0.01em;
4441
+ font-weight: 500;
4442
+ }
4443
+
4444
+ .desk\:text-hds-d-body1c-semi-bold {
4445
+ font-size: 1rem;
4446
+ line-height: 1.5rem;
4447
+ letter-spacing: -0.01em;
4448
+ font-weight: 600;
4449
+ }
4450
+
4451
+ .desk\:text-hds-d-body2 {
4452
+ font-size: 0.938rem;
4453
+ line-height: 1.625rem;
4454
+ letter-spacing: -0.01em;
4455
+ font-weight: 400;
4456
+ }
4457
+
4458
+ .desk\:text-hds-d-body2-bold {
4459
+ font-size: 0.938rem;
4460
+ line-height: 1.625rem;
4461
+ letter-spacing: -0.01em;
4462
+ font-weight: 700;
4463
+ }
4464
+
4465
+ .desk\:text-hds-d-body2-medium {
4466
+ font-size: 0.938rem;
4467
+ line-height: 1.625rem;
4468
+ letter-spacing: -0.01em;
4469
+ font-weight: 500;
4470
+ }
4471
+
4472
+ .desk\:text-hds-d-body2-semi-bold {
4473
+ font-size: 0.938rem;
4474
+ line-height: 1.625rem;
4475
+ letter-spacing: -0.01em;
4476
+ font-weight: 600;
4477
+ }
4478
+
4479
+ .desk\:text-hds-d-body2c {
4480
+ font-size: 0.938rem;
4481
+ line-height: 1.375rem;
4482
+ letter-spacing: -0.01em;
4483
+ font-weight: 400;
4484
+ }
4485
+
4486
+ .desk\:text-hds-d-body2c-bold {
4487
+ font-size: 0.938rem;
4488
+ line-height: 1.375rem;
4489
+ letter-spacing: -0.01em;
4490
+ font-weight: 700;
4491
+ }
4492
+
4493
+ .desk\:text-hds-d-body2c-medium {
4494
+ font-size: 0.938rem;
4495
+ line-height: 1.375rem;
4496
+ letter-spacing: -0.01em;
4497
+ font-weight: 500;
4498
+ }
4499
+
4500
+ .desk\:text-hds-d-body2c-semi-bold {
4501
+ font-size: 0.938rem;
4502
+ line-height: 1.375rem;
4503
+ letter-spacing: -0.01em;
4504
+ font-weight: 600;
4505
+ }
4506
+
4507
+ .desk\:text-hds-d-body3 {
4508
+ font-size: 0.875rem;
4509
+ line-height: 1.5rem;
4510
+ letter-spacing: ;
4511
+ font-weight: 400;
4512
+ }
4513
+
4514
+ .desk\:text-hds-d-body3-bold {
4515
+ font-size: 0.875rem;
4516
+ line-height: 1.5rem;
4517
+ letter-spacing: ;
4518
+ font-weight: 700;
4519
+ }
4520
+
4521
+ .desk\:text-hds-d-body3-medium {
4522
+ font-size: 0.875rem;
4523
+ line-height: 1.5rem;
4524
+ letter-spacing: ;
4525
+ font-weight: 500;
4526
+ }
4527
+
4528
+ .desk\:text-hds-d-body3-semi-bold {
4529
+ font-size: 0.875rem;
4530
+ line-height: 1.5rem;
4531
+ letter-spacing: ;
4532
+ font-weight: 600;
4533
+ }
4534
+
4535
+ .desk\:text-hds-d-body3c {
4536
+ font-size: 0.875rem;
4537
+ line-height: 1.25rem;
4538
+ letter-spacing: ;
4539
+ font-weight: 400;
4540
+ }
4541
+
4542
+ .desk\:text-hds-d-body3c-bold {
4543
+ font-size: 0.875rem;
4544
+ line-height: 1.25rem;
4545
+ letter-spacing: ;
4546
+ font-weight: 700;
4547
+ }
4548
+
4549
+ .desk\:text-hds-d-body3c-medium {
4550
+ font-size: 0.875rem;
4551
+ line-height: 1.25rem;
4552
+ letter-spacing: ;
4553
+ font-weight: 500;
4554
+ }
4555
+
4556
+ .desk\:text-hds-d-body3c-semi-bold {
4557
+ font-size: 0.875rem;
4558
+ line-height: 1.25rem;
4559
+ letter-spacing: ;
4560
+ font-weight: 600;
4561
+ }
4562
+
4563
+ .desk\:text-hds-d-code1 {
4564
+ font-size: 1rem;
4565
+ line-height: 1.75rem;
4566
+ letter-spacing: -0.01em;
4567
+ font-weight: 400;
4568
+ }
4569
+
4570
+ .desk\:text-hds-d-code2 {
4571
+ font-size: 0.938rem;
4572
+ line-height: 1.625rem;
4573
+ letter-spacing: -0.01em;
4574
+ font-weight: 400;
4575
+ }
4576
+
4577
+ .desk\:text-hds-d-h1 {
4578
+ font-size: 4rem;
4579
+ line-height: 1.125;
4580
+ letter-spacing: -0.02em;
4581
+ font-weight: 700;
4582
+ }
4583
+
4584
+ .desk\:text-hds-d-h2 {
4585
+ font-size: 3rem;
4586
+ line-height: 1.25;
4587
+ letter-spacing: -0.02em;
4588
+ font-weight: 700;
4589
+ }
4590
+
4591
+ .desk\:text-hds-d-h3 {
4592
+ font-size: 2.25rem;
4593
+ line-height: 3rem;
4594
+ letter-spacing: -0.02em;
4595
+ font-weight: 700;
4596
+ }
4597
+
4598
+ .desk\:text-hds-d-h4 {
4599
+ font-size: 1.5rem;
4600
+ line-height: 2.25rem;
4601
+ letter-spacing: -0.02em;
4602
+ font-weight: 600;
4603
+ }
4604
+
4605
+ .desk\:text-hds-d-h5 {
4606
+ font-size: 1.25rem;
4607
+ line-height: 2rem;
4608
+ letter-spacing: -0.02em;
4609
+ font-weight: 600;
4610
+ }
4611
+
4612
+ .desk\:text-hds-d-h6 {
4613
+ font-size: 0.875;
4614
+ line-height: 1.25;
4615
+ letter-spacing: 0.08em;
4616
+ font-weight: 700;
4617
+ }
4618
+
4619
+ .desk\:text-hds-d-quote {
4620
+ font-size: 1.5rem;
4621
+ line-height: 2.25rem;
4622
+ letter-spacing: -0.01em;
4623
+ font-weight: 400;
4624
+ }
4625
+
4626
+ .desk\:text-hds-d-sub1 {
4627
+ font-size: 1.5rem;
4628
+ line-height: 2.25rem;
4629
+ letter-spacing: -0.02em;
4630
+ font-weight: 400;
4631
+ }
4632
+
4633
+ .desk\:text-hds-d-sub2 {
4634
+ font-size: 1.25rem;
4635
+ line-height: 2rem;
4636
+ letter-spacing: -0.01em;
4637
+ font-weight: 400;
4638
+ }
4639
+ }