@designcrowd/fe-shared-lib 1.6.10 → 1.7.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 (722) hide show
  1. package/.eslintrc.js +36 -36
  2. package/.github/workflows/auto-merge.yml +52 -52
  3. package/.github/workflows/claude.yml +72 -72
  4. package/.prettierrc.js +7 -7
  5. package/.storybook/main.ts +36 -36
  6. package/.storybook/preview-head-master.html +4 -4
  7. package/.storybook/preview-head-publish-master.html +4 -4
  8. package/.storybook/preview-head-publish.html +9 -9
  9. package/.storybook/preview-head.html +9 -9
  10. package/.storybook/preview.js +53 -53
  11. package/CLAUDE.md +94 -94
  12. package/Dockerfile +43 -43
  13. package/README.md +103 -103
  14. package/buildspec.yml +47 -47
  15. package/dist/css/tailwind-brandCrowd.css +615 -482
  16. package/dist/css/tailwind-brandPage.css +525 -404
  17. package/dist/css/tailwind-crazyDomains.css +615 -482
  18. package/dist/css/tailwind-designCom.css +615 -482
  19. package/dist/css/tailwind-designCrowd.css +615 -482
  20. package/docs/plans/DY-957-plan-phase-2-fe-shared-lib.md +382 -382
  21. package/index.cjs +16 -16
  22. package/index.js +62 -62
  23. package/nodemon.translation.json +6 -6
  24. package/package.json +115 -115
  25. package/postcss.config.js +5 -5
  26. package/public/css/tailwind-brandCrowd.css +513 -537
  27. package/public/css/tailwind-brandPage.css +427 -431
  28. package/public/css/tailwind-crazyDomains.css +513 -537
  29. package/public/css/tailwind-designCom.css +513 -537
  30. package/public/css/tailwind-designCrowd.css +513 -537
  31. package/src/atoms/components/AiPoweredLoader/AiPoweredLoader.stories.js +90 -90
  32. package/src/atoms/components/AiPoweredLoader/AiPoweredLoader.vue +120 -120
  33. package/src/atoms/components/Button/Button.vue +341 -341
  34. package/src/atoms/components/Button/ButtonVariant.mixin.vue +126 -126
  35. package/src/atoms/components/Button/Buttons.stories.js +828 -828
  36. package/src/atoms/components/Button/ButtonsCrazyDomains.stories.js +117 -117
  37. package/src/atoms/components/Button/variants/ButtonAi.vue +63 -63
  38. package/src/atoms/components/Button/variants/ButtonDarkModePill.vue +52 -52
  39. package/src/atoms/components/Button/variants/ButtonFlat.vue +65 -65
  40. package/src/atoms/components/Button/variants/ButtonGray.vue +64 -64
  41. package/src/atoms/components/Button/variants/ButtonInfo.vue +51 -51
  42. package/src/atoms/components/Button/variants/ButtonInfoFilled.vue +63 -63
  43. package/src/atoms/components/Button/variants/ButtonNoBorder.vue +65 -65
  44. package/src/atoms/components/Button/variants/ButtonOutline.vue +62 -62
  45. package/src/atoms/components/Button/variants/ButtonOutlineNoHover.vue +62 -62
  46. package/src/atoms/components/Button/variants/ButtonOutlinePrimary.vue +53 -53
  47. package/src/atoms/components/Button/variants/ButtonOutlineSuccess.vue +54 -54
  48. package/src/atoms/components/Button/variants/ButtonPill.vue +52 -52
  49. package/src/atoms/components/Button/variants/ButtonPrimary.vue +69 -69
  50. package/src/atoms/components/Button/variants/ButtonPrimaryWithIcon.vue +68 -68
  51. package/src/atoms/components/Button/variants/ButtonSecondary.vue +51 -51
  52. package/src/atoms/components/Button/variants/ButtonSuccess.vue +55 -55
  53. package/src/atoms/components/Button/variants/ButtonWarning.vue +65 -65
  54. package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsOutline.vue +58 -58
  55. package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsPrimary.vue +38 -38
  56. package/src/atoms/components/ButtonGroup/ButtonGroup.stories.js +575 -575
  57. package/src/atoms/components/ButtonGroup/ButtonGroup.vue +200 -200
  58. package/src/atoms/components/Carousel/Carousel.fixtures.js +53 -53
  59. package/src/atoms/components/Carousel/Carousel.vue +363 -363
  60. package/src/atoms/components/Carousel/carousel.stories.js +530 -530
  61. package/src/atoms/components/Checkbox/Checkbox.mixin.js +57 -57
  62. package/src/atoms/components/Checkbox/Checkbox.stories.js +340 -340
  63. package/src/atoms/components/Checkbox/Checkbox.vue +84 -84
  64. package/src/atoms/components/Checktile/Checktile.stories.js +79 -79
  65. package/src/atoms/components/Checktile/Checktile.vue +73 -73
  66. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.mixin.js +38 -38
  67. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.stories.js +53 -53
  68. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.vue +33 -33
  69. package/src/atoms/components/ColorPicker/ColorPicker.stories.js +89 -89
  70. package/src/atoms/components/ColorPicker/ColorPicker.vue +95 -95
  71. package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.stories.js +41 -41
  72. package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.vue +71 -71
  73. package/src/atoms/components/Dropdown/Dropdown.stories.js +140 -140
  74. package/src/atoms/components/Dropdown/Dropdown.vue +129 -129
  75. package/src/atoms/components/Dropdown/DropdownItem.vue +33 -33
  76. package/src/atoms/components/FormControl/FormControl.mixin.js +136 -136
  77. package/src/atoms/components/HelloBar/HelloBar.stories.js +195 -195
  78. package/src/atoms/components/HelloBar/HelloBar.vue +156 -156
  79. package/src/atoms/components/Icon/Icon.stories.js +410 -409
  80. package/src/atoms/components/Icon/Icon.vue +932 -930
  81. package/src/atoms/components/Icon/icons/add-page.vue +6 -6
  82. package/src/atoms/components/Icon/icons/ai.vue +6 -6
  83. package/src/atoms/components/Icon/icons/annotate-heart.vue +7 -7
  84. package/src/atoms/components/Icon/icons/arrow-down.vue +6 -6
  85. package/src/atoms/components/Icon/icons/arrow-left.vue +7 -7
  86. package/src/atoms/components/Icon/icons/arrow-right.vue +7 -7
  87. package/src/atoms/components/Icon/icons/arrow-top-right.vue +6 -6
  88. package/src/atoms/components/Icon/icons/arrow-up-underline.vue +7 -7
  89. package/src/atoms/components/Icon/icons/arrow-up.vue +7 -7
  90. package/src/atoms/components/Icon/icons/attach.vue +6 -6
  91. package/src/atoms/components/Icon/icons/auth-facebook-white.vue +17 -17
  92. package/src/atoms/components/Icon/icons/auth-facebook.vue +24 -24
  93. package/src/atoms/components/Icon/icons/auth-google.vue +32 -32
  94. package/src/atoms/components/Icon/icons/award.vue +7 -7
  95. package/src/atoms/components/Icon/icons/background.vue +7 -7
  96. package/src/atoms/components/Icon/icons/badge.vue +7 -7
  97. package/src/atoms/components/Icon/icons/banner-centered.vue +6 -6
  98. package/src/atoms/components/Icon/icons/banner-left.vue +6 -6
  99. package/src/atoms/components/Icon/icons/banner.vue +7 -7
  100. package/src/atoms/components/Icon/icons/bc-mast.vue +7 -7
  101. package/src/atoms/components/Icon/icons/bezier-curve-outline.vue +7 -7
  102. package/src/atoms/components/Icon/icons/bezier-curve.vue +7 -7
  103. package/src/atoms/components/Icon/icons/briefcase.vue +7 -7
  104. package/src/atoms/components/Icon/icons/browser.vue +7 -7
  105. package/src/atoms/components/Icon/icons/brush.vue +6 -6
  106. package/src/atoms/components/Icon/icons/business-card-filled.vue +5 -5
  107. package/src/atoms/components/Icon/icons/business.vue +6 -6
  108. package/src/atoms/components/Icon/icons/calculator.vue +3 -3
  109. package/src/atoms/components/Icon/icons/calendar.vue +5 -5
  110. package/src/atoms/components/Icon/icons/callout-error.vue +6 -6
  111. package/src/atoms/components/Icon/icons/callout-info.vue +6 -6
  112. package/src/atoms/components/Icon/icons/callout-success.vue +8 -8
  113. package/src/atoms/components/Icon/icons/callout-warning.vue +6 -6
  114. package/src/atoms/components/Icon/icons/cap.vue +22 -22
  115. package/src/atoms/components/Icon/icons/card-vertical.vue +7 -7
  116. package/src/atoms/components/Icon/icons/card.vue +9 -9
  117. package/src/atoms/components/Icon/icons/cart-empty.vue +9 -9
  118. package/src/atoms/components/Icon/icons/check-thin.vue +7 -7
  119. package/src/atoms/components/Icon/icons/check.vue +3 -3
  120. package/src/atoms/components/Icon/icons/chevron-down.vue +7 -7
  121. package/src/atoms/components/Icon/icons/chevron-left.vue +7 -7
  122. package/src/atoms/components/Icon/icons/chevron-right-wide.vue +3 -3
  123. package/src/atoms/components/Icon/icons/chevron-right.vue +3 -3
  124. package/src/atoms/components/Icon/icons/chevron-up.vue +7 -7
  125. package/src/atoms/components/Icon/icons/clipboard-check.vue +6 -6
  126. package/src/atoms/components/Icon/icons/close.vue +6 -6
  127. package/src/atoms/components/Icon/icons/community.vue +5 -5
  128. package/src/atoms/components/Icon/icons/contact-message.vue +10 -10
  129. package/src/atoms/components/Icon/icons/content.vue +7 -7
  130. package/src/atoms/components/Icon/icons/copy.vue +10 -10
  131. package/src/atoms/components/Icon/icons/crazy-domains/filter.vue +6 -6
  132. package/src/atoms/components/Icon/icons/crazy-domains/globe.vue +6 -6
  133. package/src/atoms/components/Icon/icons/crazy-domains/home.vue +6 -6
  134. package/src/atoms/components/Icon/icons/crazy-domains/social-facebook.vue +6 -6
  135. package/src/atoms/components/Icon/icons/crazy-domains/social-google.vue +6 -6
  136. package/src/atoms/components/Icon/icons/crazy-domains/social-instagram.vue +6 -6
  137. package/src/atoms/components/Icon/icons/crazy-domains/social-twitter.vue +6 -6
  138. package/src/atoms/components/Icon/icons/crazy-domains/social-youtube.vue +6 -6
  139. package/src/atoms/components/Icon/icons/crop.vue +6 -6
  140. package/src/atoms/components/Icon/icons/crown-alt.vue +5 -5
  141. package/src/atoms/components/Icon/icons/crown.vue +6 -6
  142. package/src/atoms/components/Icon/icons/delete.vue +8 -8
  143. package/src/atoms/components/Icon/icons/designs.vue +6 -6
  144. package/src/atoms/components/Icon/icons/desktop.vue +7 -7
  145. package/src/atoms/components/Icon/icons/digital-business-card-filled.vue +8 -8
  146. package/src/atoms/components/Icon/icons/donate.vue +6 -6
  147. package/src/atoms/components/Icon/icons/download.vue +5 -5
  148. package/src/atoms/components/Icon/icons/duplicate.vue +6 -6
  149. package/src/atoms/components/Icon/icons/edit-line.vue +10 -10
  150. package/src/atoms/components/Icon/icons/edit.vue +6 -6
  151. package/src/atoms/components/Icon/icons/ellipsis.vue +6 -6
  152. package/src/atoms/components/Icon/icons/envelope-email.vue +9 -9
  153. package/src/atoms/components/Icon/icons/error.vue +8 -8
  154. package/src/atoms/components/Icon/icons/eye-crossed.vue +7 -7
  155. package/src/atoms/components/Icon/icons/eye-open.vue +11 -11
  156. package/src/atoms/components/Icon/icons/fees.vue +6 -6
  157. package/src/atoms/components/Icon/icons/file-box.vue +3 -3
  158. package/src/atoms/components/Icon/icons/file-empty.vue +7 -7
  159. package/src/atoms/components/Icon/icons/file.vue +7 -7
  160. package/src/atoms/components/Icon/icons/filter.vue +7 -7
  161. package/src/atoms/components/Icon/icons/filters.vue +6 -6
  162. package/src/atoms/components/Icon/icons/flag.vue +6 -6
  163. package/src/atoms/components/Icon/icons/flip-horizontal.vue +7 -7
  164. package/src/atoms/components/Icon/icons/flip-vertical.vue +7 -7
  165. package/src/atoms/components/Icon/icons/folder.vue +6 -6
  166. package/src/atoms/components/Icon/icons/font.vue +7 -7
  167. package/src/atoms/components/Icon/icons/footer-centered.vue +7 -7
  168. package/src/atoms/components/Icon/icons/footer-left.vue +7 -7
  169. package/src/atoms/components/Icon/icons/form-message.vue +6 -6
  170. package/src/atoms/components/Icon/icons/form.vue +5 -5
  171. package/src/atoms/components/Icon/icons/fullscreen-exit.vue +5 -5
  172. package/src/atoms/components/Icon/icons/fullscreen.vue +5 -5
  173. package/src/atoms/components/Icon/icons/globe.vue +6 -6
  174. package/src/atoms/components/Icon/icons/godaddy/logo.vue +5 -5
  175. package/src/atoms/components/Icon/icons/group.vue +6 -6
  176. package/src/atoms/components/Icon/icons/hamburger.vue +7 -7
  177. package/src/atoms/components/Icon/icons/headphones.vue +7 -7
  178. package/src/atoms/components/Icon/icons/history.vue +12 -12
  179. package/src/atoms/components/Icon/icons/home-outline.vue +6 -6
  180. package/src/atoms/components/Icon/icons/home.vue +7 -7
  181. package/src/atoms/components/Icon/icons/icon-style-circle-bg.vue +22 -22
  182. package/src/atoms/components/Icon/icons/icon-style-no-bg.vue +16 -16
  183. package/src/atoms/components/Icon/icons/icon-style-square-bg.vue +22 -22
  184. package/src/atoms/components/Icon/icons/image-gallery-carousel.vue +7 -7
  185. package/src/atoms/components/Icon/icons/image-gallery-grid.vue +7 -7
  186. package/src/atoms/components/Icon/icons/image-gallery-masonry.vue +6 -6
  187. package/src/atoms/components/Icon/icons/image.vue +7 -7
  188. package/src/atoms/components/Icon/icons/images-gallery.vue +5 -5
  189. package/src/atoms/components/Icon/icons/images.vue +7 -7
  190. package/src/atoms/components/Icon/icons/info.vue +9 -9
  191. package/src/atoms/components/Icon/icons/jobs.vue +8 -8
  192. package/src/atoms/components/Icon/icons/layer-bring-front.vue +6 -6
  193. package/src/atoms/components/Icon/icons/layer-send-back.vue +6 -6
  194. package/src/atoms/components/Icon/icons/layer.vue +6 -6
  195. package/src/atoms/components/Icon/icons/layout/display-style-about-1.vue +20 -20
  196. package/src/atoms/components/Icon/icons/layout/display-style-about-2.vue +20 -20
  197. package/src/atoms/components/Icon/icons/layout/display-style-about-3.vue +20 -20
  198. package/src/atoms/components/Icon/icons/layout/display-style-about-4.vue +32 -32
  199. package/src/atoms/components/Icon/icons/layout/display-style-about-5.vue +27 -27
  200. package/src/atoms/components/Icon/icons/layout/display-style-about-6.vue +27 -27
  201. package/src/atoms/components/Icon/icons/layout/display-style-banner-1.vue +20 -20
  202. package/src/atoms/components/Icon/icons/layout/display-style-banner-2.vue +20 -20
  203. package/src/atoms/components/Icon/icons/layout/display-style-banner-3.vue +20 -20
  204. package/src/atoms/components/Icon/icons/layout/display-style-banner-4.vue +20 -20
  205. package/src/atoms/components/Icon/icons/layout/display-style-banner-5.vue +20 -20
  206. package/src/atoms/components/Icon/icons/layout/display-style-banner-6.vue +27 -27
  207. package/src/atoms/components/Icon/icons/layout/display-style-banner-7.vue +27 -27
  208. package/src/atoms/components/Icon/icons/layout/display-style-banner-8.vue +20 -20
  209. package/src/atoms/components/Icon/icons/layout/display-style-banner-9.vue +20 -20
  210. package/src/atoms/components/Icon/icons/layout/display-style-contact-1.vue +24 -24
  211. package/src/atoms/components/Icon/icons/layout/display-style-contact-2.vue +24 -24
  212. package/src/atoms/components/Icon/icons/layout/display-style-contact-4.vue +24 -24
  213. package/src/atoms/components/Icon/icons/layout/display-style-contact-5.vue +39 -39
  214. package/src/atoms/components/Icon/icons/layout/display-style-contact-6.vue +39 -39
  215. package/src/atoms/components/Icon/icons/layout/footer/display-style-1.vue +7 -7
  216. package/src/atoms/components/Icon/icons/layout/footer/display-style-2.vue +16 -16
  217. package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-1.vue +17 -17
  218. package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-2.vue +17 -17
  219. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-1.vue +17 -17
  220. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-2.vue +17 -17
  221. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-3.vue +13 -13
  222. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-4.vue +13 -13
  223. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-5.vue +17 -17
  224. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-6.vue +17 -17
  225. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-1.vue +16 -16
  226. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-2.vue +16 -16
  227. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-3.vue +16 -16
  228. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-1.vue +17 -17
  229. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-2.vue +17 -17
  230. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-3.vue +17 -17
  231. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-4.vue +21 -21
  232. package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-1.vue +17 -17
  233. package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-2.vue +17 -17
  234. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-1.vue +16 -16
  235. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-2.vue +16 -16
  236. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-3.vue +16 -16
  237. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-normal.vue +7 -7
  238. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-small.vue +7 -7
  239. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-small-text-center-normal.vue +7 -7
  240. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-bottom.vue +11 -11
  241. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-circle.vue +10 -10
  242. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-top.vue +11 -11
  243. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-center-normal.vue +7 -7
  244. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-justify-normal.vue +7 -7
  245. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-left-normal.vue +7 -7
  246. package/src/atoms/components/Icon/icons/layout/layout-icon-left-small-text-left-normal.vue +7 -7
  247. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-center-normal.vue +7 -7
  248. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-justify-normal.vue +7 -7
  249. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-right-normal.vue +7 -7
  250. package/src/atoms/components/Icon/icons/layout/layout-icon-right-small-text-right-normal.vue +7 -7
  251. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-normal.vue +7 -7
  252. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-small.vue +7 -7
  253. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-justify-normal.vue +7 -7
  254. package/src/atoms/components/Icon/icons/layout/layout-icon-top-small-text-center-normal.vue +7 -7
  255. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-1.vue +16 -16
  256. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-2.vue +10 -10
  257. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-3.vue +10 -10
  258. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-4.vue +23 -23
  259. package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-1.vue +16 -16
  260. package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-2.vue +7 -7
  261. package/src/atoms/components/Icon/icons/letterhead-filled.vue +5 -5
  262. package/src/atoms/components/Icon/icons/lightning.vue +7 -7
  263. package/src/atoms/components/Icon/icons/link-in-bio-filled.vue +8 -8
  264. package/src/atoms/components/Icon/icons/link.vue +6 -6
  265. package/src/atoms/components/Icon/icons/location.vue +6 -6
  266. package/src/atoms/components/Icon/icons/lock.vue +6 -6
  267. package/src/atoms/components/Icon/icons/logo.vue +7 -7
  268. package/src/atoms/components/Icon/icons/mac-command.vue +7 -7
  269. package/src/atoms/components/Icon/icons/maker/align-center.vue +7 -7
  270. package/src/atoms/components/Icon/icons/maker/align-justify.vue +7 -7
  271. package/src/atoms/components/Icon/icons/maker/align-left.vue +7 -7
  272. package/src/atoms/components/Icon/icons/maker/align-right.vue +7 -7
  273. package/src/atoms/components/Icon/icons/maker/animate.vue +7 -7
  274. package/src/atoms/components/Icon/icons/maker/bold.vue +7 -7
  275. package/src/atoms/components/Icon/icons/maker/custom-landscape.vue +5 -5
  276. package/src/atoms/components/Icon/icons/maker/email-symbol.vue +5 -5
  277. package/src/atoms/components/Icon/icons/maker/email.vue +5 -5
  278. package/src/atoms/components/Icon/icons/maker/eraser.vue +5 -5
  279. package/src/atoms/components/Icon/icons/maker/etsy.vue +5 -5
  280. package/src/atoms/components/Icon/icons/maker/facebook.vue +5 -5
  281. package/src/atoms/components/Icon/icons/maker/favicon.vue +7 -7
  282. package/src/atoms/components/Icon/icons/maker/flyer.vue +7 -7
  283. package/src/atoms/components/Icon/icons/maker/gift-certificate.vue +5 -5
  284. package/src/atoms/components/Icon/icons/maker/globe.vue +5 -5
  285. package/src/atoms/components/Icon/icons/maker/image.vue +7 -7
  286. package/src/atoms/components/Icon/icons/maker/instagram.vue +7 -7
  287. package/src/atoms/components/Icon/icons/maker/invitation.vue +5 -5
  288. package/src/atoms/components/Icon/icons/maker/invoice.vue +5 -5
  289. package/src/atoms/components/Icon/icons/maker/italic.vue +7 -7
  290. package/src/atoms/components/Icon/icons/maker/link.vue +7 -7
  291. package/src/atoms/components/Icon/icons/maker/linkedin.vue +7 -7
  292. package/src/atoms/components/Icon/icons/maker/menu.vue +5 -5
  293. package/src/atoms/components/Icon/icons/maker/pause.vue +5 -5
  294. package/src/atoms/components/Icon/icons/maker/phone.vue +5 -5
  295. package/src/atoms/components/Icon/icons/maker/pinterest.vue +5 -5
  296. package/src/atoms/components/Icon/icons/maker/play.vue +5 -5
  297. package/src/atoms/components/Icon/icons/maker/postcard.vue +5 -5
  298. package/src/atoms/components/Icon/icons/maker/poster.vue +7 -7
  299. package/src/atoms/components/Icon/icons/maker/profile.vue +5 -5
  300. package/src/atoms/components/Icon/icons/maker/qrcode.vue +5 -5
  301. package/src/atoms/components/Icon/icons/maker/snapchat.vue +5 -5
  302. package/src/atoms/components/Icon/icons/maker/soundcloud.vue +7 -7
  303. package/src/atoms/components/Icon/icons/maker/spacing.vue +18 -18
  304. package/src/atoms/components/Icon/icons/maker/strikethrough.vue +7 -7
  305. package/src/atoms/components/Icon/icons/maker/t-shirt.vue +32 -32
  306. package/src/atoms/components/Icon/icons/maker/text-background-color.vue +12 -12
  307. package/src/atoms/components/Icon/icons/maker/text-color.vue +14 -14
  308. package/src/atoms/components/Icon/icons/maker/text.vue +7 -7
  309. package/src/atoms/components/Icon/icons/maker/thankyou-card.vue +5 -5
  310. package/src/atoms/components/Icon/icons/maker/tiktok.vue +5 -5
  311. package/src/atoms/components/Icon/icons/maker/tumblr.vue +5 -5
  312. package/src/atoms/components/Icon/icons/maker/twitch.vue +7 -7
  313. package/src/atoms/components/Icon/icons/maker/twitter.vue +5 -5
  314. package/src/atoms/components/Icon/icons/maker/underline.vue +7 -7
  315. package/src/atoms/components/Icon/icons/maker/uppercase.vue +14 -14
  316. package/src/atoms/components/Icon/icons/maker/video.vue +5 -5
  317. package/src/atoms/components/Icon/icons/maker/whatsapp.vue +7 -7
  318. package/src/atoms/components/Icon/icons/maker/youtube.vue +5 -5
  319. package/src/atoms/components/Icon/icons/maker/zoom.vue +5 -5
  320. package/src/atoms/components/Icon/icons/map.vue +6 -6
  321. package/src/atoms/components/Icon/icons/media.vue +3 -3
  322. package/src/atoms/components/Icon/icons/message.vue +6 -6
  323. package/src/atoms/components/Icon/icons/minus-circle-light.vue +7 -7
  324. package/src/atoms/components/Icon/icons/minus.vue +3 -3
  325. package/src/atoms/components/Icon/icons/mobile.vue +5 -5
  326. package/src/atoms/components/Icon/icons/mug.vue +29 -29
  327. package/src/atoms/components/Icon/icons/opacity.vue +6 -6
  328. package/src/atoms/components/Icon/icons/other.vue +7 -7
  329. package/src/atoms/components/Icon/icons/page-blank.vue +6 -6
  330. package/src/atoms/components/Icon/icons/page-buttons.vue +8 -8
  331. package/src/atoms/components/Icon/icons/page-hamburger.vue +9 -9
  332. package/src/atoms/components/Icon/icons/page-tabs.vue +9 -9
  333. package/src/atoms/components/Icon/icons/pages.vue +6 -6
  334. package/src/atoms/components/Icon/icons/palette-outline.vue +7 -7
  335. package/src/atoms/components/Icon/icons/palette.vue +6 -6
  336. package/src/atoms/components/Icon/icons/pause.vue +5 -5
  337. package/src/atoms/components/Icon/icons/payment.vue +8 -8
  338. package/src/atoms/components/Icon/icons/payments-featured.vue +6 -6
  339. package/src/atoms/components/Icon/icons/payments-textonly.vue +8 -8
  340. package/src/atoms/components/Icon/icons/payments-thumbnail.vue +9 -9
  341. package/src/atoms/components/Icon/icons/pen-outline.vue +7 -7
  342. package/src/atoms/components/Icon/icons/pen-sparkle.vue +17 -17
  343. package/src/atoms/components/Icon/icons/pen-tool.vue +7 -7
  344. package/src/atoms/components/Icon/icons/pen.vue +7 -7
  345. package/src/atoms/components/Icon/icons/phone.vue +6 -6
  346. package/src/atoms/components/Icon/icons/plus-circle-light.vue +8 -8
  347. package/src/atoms/components/Icon/icons/plus-circle.vue +7 -7
  348. package/src/atoms/components/Icon/icons/plus.vue +3 -3
  349. package/src/atoms/components/Icon/icons/poll.vue +3 -3
  350. package/src/atoms/components/Icon/icons/portfolio.vue +10 -10
  351. package/src/atoms/components/Icon/icons/premium-content.vue +8 -8
  352. package/src/atoms/components/Icon/icons/preview.vue +6 -6
  353. package/src/atoms/components/Icon/icons/printing.vue +6 -6
  354. package/src/atoms/components/Icon/icons/processing.vue +5 -5
  355. package/src/atoms/components/Icon/icons/question-alt.vue +20 -20
  356. package/src/atoms/components/Icon/icons/question.vue +11 -11
  357. package/src/atoms/components/Icon/icons/ratio-1-1.vue +3 -3
  358. package/src/atoms/components/Icon/icons/ratio-16-9.vue +1 -1
  359. package/src/atoms/components/Icon/icons/ratio-2-3.vue +3 -3
  360. package/src/atoms/components/Icon/icons/ratio-3-2.vue +3 -3
  361. package/src/atoms/components/Icon/icons/ratio-3-4.vue +3 -3
  362. package/src/atoms/components/Icon/icons/ratio-4-3.vue +3 -3
  363. package/src/atoms/components/Icon/icons/ratio-9-16.vue +3 -3
  364. package/src/atoms/components/Icon/icons/ratio-circle.vue +8 -8
  365. package/src/atoms/components/Icon/icons/ratio-original.vue +11 -11
  366. package/src/atoms/components/Icon/icons/redo.vue +6 -6
  367. package/src/atoms/components/Icon/icons/reload.vue +6 -6
  368. package/src/atoms/components/Icon/icons/reorderable.vue +5 -5
  369. package/src/atoms/components/Icon/icons/request-payment.vue +6 -6
  370. package/src/atoms/components/Icon/icons/reset.vue +6 -6
  371. package/src/atoms/components/Icon/icons/resize.vue +6 -6
  372. package/src/atoms/components/Icon/icons/save.vue +6 -6
  373. package/src/atoms/components/Icon/icons/search.vue +11 -11
  374. package/src/atoms/components/Icon/icons/secure.vue +7 -7
  375. package/src/atoms/components/Icon/icons/send.vue +12 -12
  376. package/src/atoms/components/Icon/icons/services.vue +7 -7
  377. package/src/atoms/components/Icon/icons/settings.vue +7 -7
  378. package/src/atoms/components/Icon/icons/shape.vue +5 -5
  379. package/src/atoms/components/Icon/icons/share.vue +9 -9
  380. package/src/atoms/components/Icon/icons/shield-tick.vue +6 -6
  381. package/src/atoms/components/Icon/icons/shop.vue +5 -5
  382. package/src/atoms/components/Icon/icons/sms.vue +5 -5
  383. package/src/atoms/components/Icon/icons/social-facebook-color.vue +9 -9
  384. package/src/atoms/components/Icon/icons/social-facebook.vue +5 -5
  385. package/src/atoms/components/Icon/icons/social-google.vue +5 -5
  386. package/src/atoms/components/Icon/icons/social-instagram-color.vue +24 -24
  387. package/src/atoms/components/Icon/icons/social-linkedin-color.vue +9 -9
  388. package/src/atoms/components/Icon/icons/social-share.vue +7 -7
  389. package/src/atoms/components/Icon/icons/social-twitter-color.vue +9 -9
  390. package/src/atoms/components/Icon/icons/sparkle-square.vue +22 -22
  391. package/src/atoms/components/Icon/icons/star-filled.vue +6 -6
  392. package/src/atoms/components/Icon/icons/star-hollow.vue +6 -6
  393. package/src/atoms/components/Icon/icons/sticker.vue +28 -28
  394. package/src/atoms/components/Icon/icons/stop.vue +5 -5
  395. package/src/atoms/components/Icon/icons/styles.vue +5 -5
  396. package/src/atoms/components/Icon/icons/submit.vue +5 -5
  397. package/src/atoms/components/Icon/icons/templates.vue +7 -7
  398. package/src/atoms/components/Icon/icons/text-image-center.vue +6 -6
  399. package/src/atoms/components/Icon/icons/text-image-justified.vue +7 -7
  400. package/src/atoms/components/Icon/icons/text-image-left.vue +9 -9
  401. package/src/atoms/components/Icon/icons/text-image-only.vue +5 -5
  402. package/src/atoms/components/Icon/icons/text-image-right.vue +9 -9
  403. package/src/atoms/components/Icon/icons/text-image.vue +13 -13
  404. package/src/atoms/components/Icon/icons/time.vue +8 -8
  405. package/src/atoms/components/Icon/icons/tooltip-bottom.vue +5 -5
  406. package/src/atoms/components/Icon/icons/tooltip-left.vue +5 -5
  407. package/src/atoms/components/Icon/icons/tooltip-right.vue +5 -5
  408. package/src/atoms/components/Icon/icons/tooltip-top.vue +5 -5
  409. package/src/atoms/components/Icon/icons/undo.vue +6 -6
  410. package/src/atoms/components/Icon/icons/upgrade-alt.vue +7 -7
  411. package/src/atoms/components/Icon/icons/upgrade.vue +9 -9
  412. package/src/atoms/components/Icon/icons/upload-arrow.vue +5 -5
  413. package/src/atoms/components/Icon/icons/upload.vue +5 -5
  414. package/src/atoms/components/Icon/icons/user-accounts.vue +5 -5
  415. package/src/atoms/components/Icon/icons/user-headset.vue +50 -50
  416. package/src/atoms/components/Icon/icons/users-2.vue +5 -0
  417. package/src/atoms/components/Icon/icons/volume-muted.vue +5 -5
  418. package/src/atoms/components/Icon/icons/volume.vue +5 -5
  419. package/src/atoms/components/Icon/icons/watchlist-filled.vue +14 -14
  420. package/src/atoms/components/Icon/icons/watchlist-hollow-alt.vue +14 -14
  421. package/src/atoms/components/Icon/icons/watchlist-hollow.vue +6 -6
  422. package/src/atoms/components/Icon/icons/website-filled.vue +5 -5
  423. package/src/atoms/components/Icon/icons/website.vue +6 -6
  424. package/src/atoms/components/Icon/icons/websites/upgrade-to-add-page.vue +50 -50
  425. package/src/atoms/components/Icon/icons/websites/upgrade-to-contact-form.vue +82 -82
  426. package/src/atoms/components/Icon/icons/websites/upgrade-to-google-ad.vue +92 -92
  427. package/src/atoms/components/Icon/icons/websites/upgrade-to-maps.vue +40 -40
  428. package/src/atoms/components/Icon/icons/websites/upgrade-to-publish.vue +107 -107
  429. package/src/atoms/components/Icon/icons/websites/upgrade-to-remove-watermark.vue +74 -74
  430. package/src/atoms/components/Icon/icons/websites/upgrade-to-videos.vue +16 -16
  431. package/src/atoms/components/Icon/icons/wholesale.vue +6 -6
  432. package/src/atoms/components/Icon/icons/zoom-in.vue +5 -5
  433. package/src/atoms/components/Icon/icons/zoom-out.vue +5 -5
  434. package/src/atoms/components/Icon/icons/zoom.vue +11 -11
  435. package/src/atoms/components/Loader/Loader.vue +15 -15
  436. package/src/atoms/components/Masonry/Masonry.stories.js +48 -48
  437. package/src/atoms/components/Masonry/Masonry.vue +48 -48
  438. package/src/atoms/components/Masonry/fixtures.js +589 -589
  439. package/src/atoms/components/Modal/HashRouteModal.stories.js +68 -68
  440. package/src/atoms/components/Modal/HashRouteModal.vue +120 -120
  441. package/src/atoms/components/Modal/Modal.stories.js +293 -293
  442. package/src/atoms/components/Modal/Modal.vue +272 -272
  443. package/src/atoms/components/Notice/Notice.stories.js +174 -174
  444. package/src/atoms/components/Notice/Notice.vue +71 -71
  445. package/src/atoms/components/NumberStepper/NumberStepper.stories.js +55 -55
  446. package/src/atoms/components/NumberStepper/NumberStepper.vue +340 -340
  447. package/src/atoms/components/Picture/Picture.stories.js +90 -90
  448. package/src/atoms/components/Picture/Picture.vue +84 -84
  449. package/src/atoms/components/Picture/picture.fixtures.js +35 -35
  450. package/src/atoms/components/Pill/Pill.stories.js +20 -20
  451. package/src/atoms/components/Pill/Pill.vue +8 -8
  452. package/src/atoms/components/PillBar/PillBar.fixtures.js +941 -941
  453. package/src/atoms/components/PillBar/PillBar.stories.js +39 -39
  454. package/src/atoms/components/PillBar/PillBar.vue +62 -62
  455. package/src/atoms/components/Price/Price.fixtures.js +85 -85
  456. package/src/atoms/components/Price/Price.stories.js +313 -313
  457. package/src/atoms/components/Price/Price.vue +135 -135
  458. package/src/atoms/components/Price/i18n/price.de-DE.json +5 -5
  459. package/src/atoms/components/Price/i18n/price.es-ES.json +5 -5
  460. package/src/atoms/components/Price/i18n/price.fr-CA.json +5 -5
  461. package/src/atoms/components/Price/i18n/price.fr-FR.json +5 -5
  462. package/src/atoms/components/Price/i18n/price.json +5 -5
  463. package/src/atoms/components/Price/i18n/price.pt-BR.json +5 -5
  464. package/src/atoms/components/Price/i18n/price.pt-PT.json +5 -5
  465. package/src/atoms/components/PromoCard/PromoCard.stories.ts +263 -263
  466. package/src/atoms/components/PromoCard/PromoCard.vue +83 -83
  467. package/src/atoms/components/SearchBar/SearchBar.stories.js +21 -21
  468. package/src/atoms/components/SearchBar/SearchBar.vue +51 -51
  469. package/src/atoms/components/Select/Select.stories.js +142 -142
  470. package/src/atoms/components/Select/Select.vue +619 -619
  471. package/src/atoms/components/Select/pointerMixin.js +99 -99
  472. package/src/atoms/components/Select/selectMixin.js +356 -356
  473. package/src/atoms/components/SparkleIcon/SparkleIcon.stories.js +386 -386
  474. package/src/atoms/components/SparkleIcon/SparkleIcon.vue +136 -136
  475. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-01.svg +5 -5
  476. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-02.svg +5 -5
  477. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-03.svg +5 -5
  478. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-04.svg +5 -5
  479. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-05.svg +5 -5
  480. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-06.svg +5 -5
  481. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-07.svg +5 -5
  482. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-08.svg +5 -5
  483. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-01.svg +5 -5
  484. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-02.svg +14 -14
  485. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-03.svg +14 -14
  486. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-04.svg +14 -14
  487. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-05.svg +14 -14
  488. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-06.svg +14 -14
  489. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-07.svg +14 -14
  490. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-08.svg +14 -14
  491. package/src/atoms/components/SparkleIcon/assets/sparkle.svg +3 -3
  492. package/src/atoms/components/SparkleIcon/index.ts +3 -3
  493. package/src/atoms/components/SparkleIcon/sparkle-paths.ts +54 -54
  494. package/src/atoms/components/SparkleIcon/sparkle-with-spinner-paths.ts +61 -61
  495. package/src/atoms/components/StarRating/StarRating.stories.js +50 -50
  496. package/src/atoms/components/StarRating/StarRating.vue +84 -84
  497. package/src/atoms/components/TabMenu/TabMenu.stories.js +54 -54
  498. package/src/atoms/components/TabMenu/TabMenu.vue +44 -44
  499. package/src/atoms/components/TextCopyField/TextCopyField.stories.js +68 -68
  500. package/src/atoms/components/TextCopyField/TextCopyField.vue +75 -75
  501. package/src/atoms/components/TextInput/TextInput.stories.js +232 -232
  502. package/src/atoms/components/TextInput/TextInput.vue +161 -161
  503. package/src/atoms/components/Textarea/Textarea.stories.js +209 -209
  504. package/src/atoms/components/Textarea/Textarea.vue +112 -112
  505. package/src/atoms/components/Toggle/Toggle.stories.js +176 -176
  506. package/src/atoms/components/Toggle/Toggle.vue +69 -69
  507. package/src/atoms/components/Tooltip/Tooltip.stories.js +493 -493
  508. package/src/atoms/components/Tooltip/Tooltip.vue +196 -196
  509. package/src/atoms/components/design-com/Icon/Icon.stories.js +94 -94
  510. package/src/atoms/components/design-com/Icon/Icon.vue +181 -181
  511. package/src/atoms/components/design-com/Icon/icons/ai.vue +5 -5
  512. package/src/atoms/components/design-com/Icon/icons/award.vue +7 -7
  513. package/src/atoms/components/design-com/Icon/icons/badge.vue +7 -7
  514. package/src/atoms/components/design-com/Icon/icons/briefcase.vue +6 -6
  515. package/src/atoms/components/design-com/Icon/icons/browser.vue +7 -7
  516. package/src/atoms/components/design-com/Icon/icons/bulb.vue +7 -7
  517. package/src/atoms/components/design-com/Icon/icons/card-vertical.vue +8 -8
  518. package/src/atoms/components/design-com/Icon/icons/card.vue +6 -6
  519. package/src/atoms/components/design-com/Icon/icons/check-circle-light.vue +7 -7
  520. package/src/atoms/components/design-com/Icon/icons/chevron-down.vue +7 -7
  521. package/src/atoms/components/design-com/Icon/icons/chevron-left.vue +7 -7
  522. package/src/atoms/components/design-com/Icon/icons/chevron-right.vue +3 -3
  523. package/src/atoms/components/design-com/Icon/icons/chevron-up.vue +7 -7
  524. package/src/atoms/components/design-com/Icon/icons/diamond.vue +7 -7
  525. package/src/atoms/components/design-com/Icon/icons/download.vue +7 -7
  526. package/src/atoms/components/design-com/Icon/icons/file-empty.vue +7 -7
  527. package/src/atoms/components/design-com/Icon/icons/file.vue +7 -7
  528. package/src/atoms/components/design-com/Icon/icons/filter.vue +7 -7
  529. package/src/atoms/components/design-com/Icon/icons/folder.vue +5 -5
  530. package/src/atoms/components/design-com/Icon/icons/font.vue +7 -7
  531. package/src/atoms/components/design-com/Icon/icons/headphones.vue +7 -7
  532. package/src/atoms/components/design-com/Icon/icons/heart.vue +7 -7
  533. package/src/atoms/components/design-com/Icon/icons/image.vue +7 -7
  534. package/src/atoms/components/design-com/Icon/icons/lightning.vue +7 -7
  535. package/src/atoms/components/design-com/Icon/icons/logo.vue +7 -7
  536. package/src/atoms/components/design-com/Icon/icons/minus-circle-light.vue +7 -7
  537. package/src/atoms/components/design-com/Icon/icons/plus-circle-light.vue +8 -8
  538. package/src/atoms/components/design-com/Icon/icons/printing.vue +5 -5
  539. package/src/atoms/components/design-com/Icon/icons/question-circle-filled.vue +7 -7
  540. package/src/atoms/components/design-com/Icon/icons/search.vue +7 -7
  541. package/src/atoms/components/design-com/Icon/icons/shield-tick.vue +5 -5
  542. package/src/atoms/components/design-com/Icon/icons/star-filled.vue +6 -6
  543. package/src/atoms/components/design-com/Icon/icons/star-hollow.vue +6 -6
  544. package/src/atoms/components/design-com/Icon/icons/users.vue +7 -7
  545. package/src/atoms/constants/constants.ts +6 -6
  546. package/src/atoms/mixin/hash-router-mixin.js +68 -68
  547. package/src/atoms/thirdparty-components/VueMasonryWall/VueMasonryWall.vue +280 -280
  548. package/src/atoms/thirdparty-components/VueMasonryWall/maxBy.js +50 -50
  549. package/src/bundleTranslation.js +86 -86
  550. package/src/bundles/bundled-translations.de-DE.json +8 -53
  551. package/src/bundles/bundled-translations.es-ES.json +8 -53
  552. package/src/bundles/bundled-translations.fr-CA.json +8 -53
  553. package/src/bundles/bundled-translations.fr-FR.json +8 -53
  554. package/src/bundles/bundled-translations.json +8 -53
  555. package/src/bundles/bundled-translations.pt-BR.json +8 -53
  556. package/src/bundles/bundled-translations.pt-PT.json +8 -53
  557. package/src/css/tailwind.css +3 -3
  558. package/src/experiences/clients/brand-crowd-api.client.js +142 -142
  559. package/src/experiences/clients/brand-page-api.client.js +62 -62
  560. package/src/experiences/components/AuthFlow/Auth.fixtures.js +4 -4
  561. package/src/experiences/components/AuthFlow/Auth.stories.js +345 -345
  562. package/src/experiences/components/AuthFlow/AuthCrazyDomains.stories.js +60 -60
  563. package/src/experiences/components/AuthFlow/AuthLegal.vue +108 -108
  564. package/src/experiences/components/AuthFlow/AuthModal.vue +39 -39
  565. package/src/experiences/components/AuthFlow/ForgotPassword.vue +222 -222
  566. package/src/experiences/components/AuthFlow/ForgotPasswordModal.vue +68 -68
  567. package/src/experiences/components/AuthFlow/ResetPassword.vue +179 -179
  568. package/src/experiences/components/AuthFlow/ResetPasswordModal.vue +64 -64
  569. package/src/experiences/components/AuthFlow/ResetPasswordSuccessModal.vue +56 -56
  570. package/src/experiences/components/AuthFlow/SignIn.vue +472 -472
  571. package/src/experiences/components/AuthFlow/SignUp.vue +278 -278
  572. package/src/experiences/components/AuthFlow/SignUpModal.vue +90 -90
  573. package/src/experiences/components/AuthFlow/SocialSignIn.vue +177 -177
  574. package/src/experiences/components/AuthFlow/SocialSignInButton.vue +74 -74
  575. package/src/experiences/components/AuthFlow/SubmissionButton.vue +56 -56
  576. package/src/experiences/components/PaymentConfigList/PaymentConfig.mixin.js +118 -118
  577. package/src/experiences/components/PaymentConfigList/PaymentConfigDeleteConfigModal.vue +108 -108
  578. package/src/experiences/components/PaymentConfigList/PaymentConfigDropdown.vue +175 -175
  579. package/src/experiences/components/PaymentConfigList/PaymentConfigList.stories.js +234 -234
  580. package/src/experiences/components/PaymentConfigList/PaymentConfigList.vue +136 -136
  581. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.de-DE.json +11 -11
  582. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.es-ES.json +11 -11
  583. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.fr-CA.json +11 -11
  584. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.fr-FR.json +11 -11
  585. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.json +11 -11
  586. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.pt-BR.json +11 -11
  587. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.pt-PT.json +11 -11
  588. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageCard.vue +119 -119
  589. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.stories.js +262 -262
  590. package/src/experiences/components/PublishBrandPageModal/__fixtures__/data.js +25 -25
  591. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.de-DE.json +27 -27
  592. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.es-ES.json +27 -27
  593. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-CA.json +27 -27
  594. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-FR.json +27 -27
  595. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.json +27 -27
  596. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-BR.json +27 -27
  597. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-PT.json +27 -27
  598. package/src/experiences/components/SellDomainNameList/SellDomainNameList.fixtures.js +32 -32
  599. package/src/experiences/components/SellDomainNameList/SellDomainNameList.vue +157 -157
  600. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.de-DE.json +7 -7
  601. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.es-ES.json +7 -7
  602. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.fr-CA.json +7 -7
  603. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.fr-FR.json +7 -7
  604. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.json +7 -7
  605. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.pt-BR.json +7 -7
  606. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.pt-PT.json +7 -7
  607. package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.stories.js +74 -74
  608. package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.vue +128 -128
  609. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.de-DE.json +5 -5
  610. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.es-ES.json +5 -5
  611. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.fr-CA.json +5 -5
  612. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.fr-FR.json +5 -5
  613. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.json +5 -5
  614. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.pt-BR.json +5 -5
  615. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.pt-PT.json +5 -5
  616. package/src/experiences/components/SellDomainNameModalApplication/SellDomainNameModalApplication.vue +222 -222
  617. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.de-DE.json +5 -5
  618. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.es-ES.json +5 -5
  619. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.fr-CA.json +5 -5
  620. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.fr-FR.json +5 -5
  621. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.json +5 -5
  622. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.pt-BR.json +5 -5
  623. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.pt-PT.json +5 -5
  624. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.de-DE.json +7 -7
  625. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.es-ES.json +7 -7
  626. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.fr-CA.json +7 -7
  627. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.fr-FR.json +7 -7
  628. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.json +7 -7
  629. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.pt-BR.json +7 -7
  630. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.pt-PT.json +7 -7
  631. package/src/experiences/components/SellDomainNameSearchResult/SellDomainNameListSearchResult.vue +167 -167
  632. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.de-DE.json +5 -5
  633. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.es-ES.json +5 -5
  634. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.fr-CA.json +5 -5
  635. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.fr-FR.json +5 -5
  636. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.json +5 -5
  637. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.pt-BR.json +5 -5
  638. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.pt-PT.json +5 -5
  639. package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.stories.js +38 -38
  640. package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.vue +223 -223
  641. package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.stories.js +40 -40
  642. package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.vue +155 -155
  643. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.de-DE.json +7 -7
  644. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.es-ES.json +7 -7
  645. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.fr-CA.json +7 -7
  646. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.fr-FR.json +7 -7
  647. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.json +7 -7
  648. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.pt-BR.json +7 -7
  649. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.pt-PT.json +7 -7
  650. package/src/experiences/components/SideNavigationPanel/MenuCta.vue +62 -62
  651. package/src/experiences/components/SideNavigationPanel/MenuItem.vue +40 -40
  652. package/src/experiences/components/SideNavigationPanel/SideNavigationPanel.stories.js +219 -219
  653. package/src/experiences/components/SideNavigationPanel/SideNavigationPanel.vue +82 -82
  654. package/src/experiences/components/SideNavigationPanel/types.ts +7 -7
  655. package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.stories.js +254 -254
  656. package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.vue +163 -163
  657. package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.stories.js +59 -59
  658. package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.vue +285 -285
  659. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.stories.js +37 -37
  660. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.vue +338 -338
  661. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessText.vue +146 -146
  662. package/src/experiences/components/UploadYourLogoOnBoarding/LogoCropper.vue +473 -473
  663. package/src/experiences/components/UploadYourLogoOnBoarding/LogoKeywords.stories.js +65 -65
  664. package/src/experiences/components/UploadYourLogoOnBoarding/LogoKeywords.vue +156 -156
  665. package/src/experiences/components/UploadYourLogoOnBoarding/LogoPreview.vue +103 -103
  666. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadError.vue +75 -75
  667. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadExitConfirmation.vue +55 -55
  668. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadModal.vue +38 -38
  669. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploader.vue +109 -109
  670. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadingLoader.vue +39 -39
  671. package/src/experiences/components/UploadYourLogoOnBoarding/UploadYourLogoOnBoarding.vue +363 -363
  672. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.de-DE.json +37 -37
  673. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.es-ES.json +37 -37
  674. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.fr-CA.json +37 -37
  675. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.fr-FR.json +37 -37
  676. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.json +37 -37
  677. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.pt-BR.json +37 -37
  678. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.pt-PT.json +37 -37
  679. package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.stories.js +82 -82
  680. package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.vue +211 -211
  681. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.de-DE.json +8 -8
  682. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.es-ES.json +8 -8
  683. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.fr-CA.json +8 -8
  684. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.fr-FR.json +8 -8
  685. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.json +8 -8
  686. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.pt-BR.json +8 -8
  687. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.pt-PT.json +8 -8
  688. package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.stories.js +181 -181
  689. package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.vue +203 -203
  690. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.de-DE.json +42 -42
  691. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.es-ES.json +42 -42
  692. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.fr-CA.json +42 -42
  693. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.fr-FR.json +42 -42
  694. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.json +42 -42
  695. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.pt-BR.json +42 -42
  696. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.pt-PT.json +42 -42
  697. package/src/experiences/constants/api.js +9 -9
  698. package/src/experiences/constants/error-constants.js +5 -5
  699. package/src/experiences/constants/event-constants.js +18 -18
  700. package/src/experiences/constants/partner-dictionary-constants.js +27 -27
  701. package/src/experiences/constants/rego-source-constants.js +3 -3
  702. package/src/experiences/constants/sell-domain-name-constants.js +4 -4
  703. package/src/experiences/helpers/email-validator.js +5 -5
  704. package/src/experiences/helpers/hex-diff.js +116 -116
  705. package/src/experiences/helpers/tracking.js +5 -5
  706. package/src/experiences/mixins/mediaQueryMixin.js +31 -31
  707. package/src/experiences/mixins/themeMixin.js +22 -22
  708. package/src/experiences/models/websiteContextualModel.ts +11 -11
  709. package/src/themes/base.js +20 -20
  710. package/src/themes/bc.js +95 -95
  711. package/src/themes/bp.js +21 -21
  712. package/src/themes/cd.js +94 -94
  713. package/src/themes/dc.js +84 -84
  714. package/src/themes/dcom.js +106 -106
  715. package/src/themes/themes.js +16 -16
  716. package/src/useSharedLibTranslate.js +131 -131
  717. package/src/viewports.js +51 -51
  718. package/stylelint.config.js +19 -19
  719. package/tailwind.build.js +83 -83
  720. package/tailwind.config.js +36 -36
  721. package/tailwind.themes.js +59 -59
  722. package/vite.config.ts +37 -37
@@ -491,40 +491,40 @@ video {
491
491
  --tw-backdrop-opacity: ;
492
492
  --tw-backdrop-saturate: ;
493
493
  --tw-backdrop-sepia: ;
494
- }
494
+ }
495
495
  .tw-container {
496
496
  width: 100%;
497
- }
497
+ }
498
498
  @media (min-width: 640px) {
499
499
 
500
500
  .tw-container {
501
501
  max-width: 640px;
502
502
  }
503
- }
503
+ }
504
504
  @media (min-width: 768px) {
505
505
 
506
506
  .tw-container {
507
507
  max-width: 768px;
508
508
  }
509
- }
509
+ }
510
510
  @media (min-width: 1024px) {
511
511
 
512
512
  .tw-container {
513
513
  max-width: 1024px;
514
514
  }
515
- }
515
+ }
516
516
  @media (min-width: 1280px) {
517
517
 
518
518
  .tw-container {
519
519
  max-width: 1280px;
520
520
  }
521
- }
521
+ }
522
522
  @media (min-width: 1536px) {
523
523
 
524
524
  .tw-container {
525
525
  max-width: 1536px;
526
526
  }
527
- }
527
+ }
528
528
  .tw-sr-only {
529
529
  position: absolute;
530
530
  width: 1px;
@@ -535,1619 +535,1715 @@ video {
535
535
  clip: rect(0, 0, 0, 0);
536
536
  white-space: nowrap;
537
537
  border-width: 0;
538
- }
538
+ }
539
539
  .tw-pointer-events-none {
540
540
  pointer-events: none;
541
- }
541
+ }
542
542
  .tw-static {
543
543
  position: static;
544
- }
544
+ }
545
545
  .tw-fixed {
546
546
  position: fixed;
547
- }
547
+ }
548
548
  .tw-absolute {
549
549
  position: absolute;
550
- }
550
+ }
551
551
  .tw-relative {
552
552
  position: relative;
553
- }
553
+ }
554
+ .tw-inset-0 {
555
+ inset: 0px;
556
+ }
554
557
  .tw--left-16 {
555
558
  left: -4rem;
556
- }
559
+ }
557
560
  .tw--right-16 {
558
561
  right: -4rem;
559
- }
562
+ }
560
563
  .tw-bottom-0 {
561
564
  bottom: 0px;
562
- }
565
+ }
563
566
  .tw-bottom-full {
564
567
  bottom: 100%;
565
- }
568
+ }
566
569
  .tw-left-0 {
567
570
  left: 0px;
568
- }
571
+ }
569
572
  .tw-left-1\/2 {
570
573
  left: 50%;
571
- }
574
+ }
572
575
  .tw-left-2 {
573
576
  left: 0.5rem;
574
- }
577
+ }
575
578
  .tw-left-full {
576
579
  left: 100%;
577
- }
580
+ }
578
581
  .tw-right-0 {
579
582
  right: 0px;
580
- }
583
+ }
581
584
  .tw-right-2 {
582
585
  right: 0.5rem;
583
- }
586
+ }
584
587
  .tw-right-full {
585
588
  right: 100%;
586
- }
589
+ }
587
590
  .tw-top-0 {
588
591
  top: 0px;
589
- }
592
+ }
590
593
  .tw-top-1\/2 {
591
594
  top: 50%;
592
- }
595
+ }
593
596
  .tw-top-full {
594
597
  top: 100%;
595
- }
598
+ }
596
599
  .tw-z-10 {
597
600
  z-index: 10;
598
- }
601
+ }
599
602
  .tw-z-20 {
600
603
  z-index: 20;
601
- }
604
+ }
602
605
  .tw-z-30 {
603
606
  z-index: 30;
604
- }
607
+ }
605
608
  .tw-z-50 {
606
609
  z-index: 50;
607
- }
610
+ }
608
611
  .tw-order-last {
609
612
  order: 9999;
610
- }
613
+ }
611
614
  .tw-col-span-2 {
612
615
  grid-column: span 2 / span 2;
613
- }
616
+ }
614
617
  .tw-m-0 {
615
618
  margin: 0px;
616
- }
619
+ }
617
620
  .tw-m-3 {
618
621
  margin: 0.75rem;
619
- }
622
+ }
623
+ .tw-m-4 {
624
+ margin: 1rem;
625
+ }
620
626
  .tw-m-5 {
621
627
  margin: 1.25rem;
622
- }
628
+ }
623
629
  .tw-m-auto {
624
630
  margin: auto;
625
- }
631
+ }
626
632
  .tw-mx-2 {
627
633
  margin-left: 0.5rem;
628
634
  margin-right: 0.5rem;
629
- }
635
+ }
630
636
  .tw-mx-4 {
631
637
  margin-left: 1rem;
632
638
  margin-right: 1rem;
633
- }
639
+ }
634
640
  .tw-mx-8 {
635
641
  margin-left: 2rem;
636
642
  margin-right: 2rem;
637
- }
643
+ }
638
644
  .tw-mx-auto {
639
645
  margin-left: auto;
640
646
  margin-right: auto;
641
- }
647
+ }
642
648
  .tw-my-0 {
643
649
  margin-top: 0px;
644
650
  margin-bottom: 0px;
645
- }
651
+ }
646
652
  .tw-my-1 {
647
653
  margin-top: 0.25rem;
648
654
  margin-bottom: 0.25rem;
649
- }
655
+ }
650
656
  .tw-my-10 {
651
657
  margin-top: 2.5rem;
652
658
  margin-bottom: 2.5rem;
653
- }
659
+ }
654
660
  .tw-my-4 {
655
661
  margin-top: 1rem;
656
662
  margin-bottom: 1rem;
657
- }
663
+ }
658
664
  .tw-my-5 {
659
665
  margin-top: 1.25rem;
660
666
  margin-bottom: 1.25rem;
661
- }
667
+ }
662
668
  .tw-my-auto {
663
669
  margin-top: auto;
664
670
  margin-bottom: auto;
665
- }
671
+ }
666
672
  .tw--mb-1 {
667
673
  margin-bottom: -0.25rem;
668
- }
674
+ }
669
675
  .tw--mb-1\.5 {
670
676
  margin-bottom: -0.375rem;
671
- }
677
+ }
672
678
  .tw--ml-px {
673
679
  margin-left: -1px;
674
- }
680
+ }
675
681
  .tw--mr-1 {
676
682
  margin-right: -0.25rem;
677
- }
683
+ }
678
684
  .tw--mr-1\.5 {
679
685
  margin-right: -0.375rem;
680
- }
686
+ }
681
687
  .tw--mt-px {
682
688
  margin-top: -1px;
683
- }
689
+ }
684
690
  .tw-mb-0 {
685
691
  margin-bottom: 0px;
686
- }
692
+ }
693
+ .tw-mb-0\.5 {
694
+ margin-bottom: 0.125rem;
695
+ }
687
696
  .tw-mb-1 {
688
697
  margin-bottom: 0.25rem;
689
- }
698
+ }
690
699
  .tw-mb-10 {
691
700
  margin-bottom: 2.5rem;
692
- }
701
+ }
693
702
  .tw-mb-2 {
694
703
  margin-bottom: 0.5rem;
695
- }
704
+ }
696
705
  .tw-mb-3 {
697
706
  margin-bottom: 0.75rem;
698
- }
707
+ }
699
708
  .tw-mb-4 {
700
709
  margin-bottom: 1rem;
701
- }
710
+ }
702
711
  .tw-mb-6 {
703
712
  margin-bottom: 1.5rem;
704
- }
713
+ }
705
714
  .tw-mb-8 {
706
715
  margin-bottom: 2rem;
707
- }
716
+ }
708
717
  .tw-ml-0 {
709
718
  margin-left: 0px;
710
- }
719
+ }
711
720
  .tw-ml-2 {
712
721
  margin-left: 0.5rem;
713
- }
722
+ }
714
723
  .tw-ml-3 {
715
724
  margin-left: 0.75rem;
716
- }
725
+ }
717
726
  .tw-ml-4 {
718
727
  margin-left: 1rem;
719
- }
728
+ }
720
729
  .tw-ml-auto {
721
730
  margin-left: auto;
722
- }
731
+ }
723
732
  .tw-mr-1 {
724
733
  margin-right: 0.25rem;
725
- }
734
+ }
726
735
  .tw-mr-2 {
727
736
  margin-right: 0.5rem;
728
- }
737
+ }
729
738
  .tw-mr-3 {
730
739
  margin-right: 0.75rem;
731
- }
740
+ }
732
741
  .tw-mr-4 {
733
742
  margin-right: 1rem;
734
- }
743
+ }
735
744
  .tw-mr-auto {
736
745
  margin-right: auto;
737
- }
746
+ }
738
747
  .tw-mt-0 {
739
748
  margin-top: 0px;
740
- }
741
- .tw-mt-0\.5 {
742
- margin-top: 0.125rem;
743
- }
749
+ }
744
750
  .tw-mt-1 {
745
751
  margin-top: 0.25rem;
746
- }
752
+ }
747
753
  .tw-mt-2 {
748
754
  margin-top: 0.5rem;
749
- }
755
+ }
750
756
  .tw-mt-3 {
751
757
  margin-top: 0.75rem;
752
- }
758
+ }
753
759
  .tw-mt-4 {
754
760
  margin-top: 1rem;
755
- }
761
+ }
762
+ .tw-mt-6 {
763
+ margin-top: 1.5rem;
764
+ }
756
765
  .tw-mt-8 {
757
766
  margin-top: 2rem;
758
- }
767
+ }
759
768
  .tw-box-border {
760
769
  box-sizing: border-box;
761
- }
770
+ }
762
771
  .tw-box-content {
763
772
  box-sizing: content-box;
764
- }
773
+ }
774
+ .tw-line-clamp-1 {
775
+ overflow: hidden;
776
+ display: -webkit-box;
777
+ -webkit-box-orient: vertical;
778
+ -webkit-line-clamp: 1;
779
+ }
780
+ .tw-line-clamp-2 {
781
+ overflow: hidden;
782
+ display: -webkit-box;
783
+ -webkit-box-orient: vertical;
784
+ -webkit-line-clamp: 2;
785
+ }
786
+ .tw-line-clamp-3 {
787
+ overflow: hidden;
788
+ display: -webkit-box;
789
+ -webkit-box-orient: vertical;
790
+ -webkit-line-clamp: 3;
791
+ }
792
+ .tw-line-clamp-4 {
793
+ overflow: hidden;
794
+ display: -webkit-box;
795
+ -webkit-box-orient: vertical;
796
+ -webkit-line-clamp: 4;
797
+ }
798
+ .tw-line-clamp-5 {
799
+ overflow: hidden;
800
+ display: -webkit-box;
801
+ -webkit-box-orient: vertical;
802
+ -webkit-line-clamp: 5;
803
+ }
804
+ .tw-line-clamp-6 {
805
+ overflow: hidden;
806
+ display: -webkit-box;
807
+ -webkit-box-orient: vertical;
808
+ -webkit-line-clamp: 6;
809
+ }
810
+ .tw-line-clamp-none {
811
+ overflow: visible;
812
+ display: block;
813
+ -webkit-box-orient: horizontal;
814
+ -webkit-line-clamp: none;
815
+ }
765
816
  .tw-block {
766
817
  display: block;
767
- }
818
+ }
768
819
  .tw-inline-block {
769
820
  display: inline-block;
770
- }
821
+ }
771
822
  .tw-inline {
772
823
  display: inline;
773
- }
824
+ }
774
825
  .tw-flex {
775
826
  display: flex;
776
- }
827
+ }
777
828
  .tw-inline-flex {
778
829
  display: inline-flex;
779
- }
830
+ }
780
831
  .tw-grid {
781
832
  display: grid;
782
- }
833
+ }
783
834
  .tw-hidden {
784
835
  display: none;
785
- }
836
+ }
786
837
  .tw-h-0 {
787
838
  height: 0px;
788
- }
839
+ }
789
840
  .tw-h-10 {
790
841
  height: 2.5rem;
791
- }
842
+ }
792
843
  .tw-h-12 {
793
844
  height: 3rem;
794
- }
845
+ }
795
846
  .tw-h-14 {
796
847
  height: 3.5rem;
797
- }
848
+ }
798
849
  .tw-h-16 {
799
850
  height: 4rem;
800
- }
851
+ }
801
852
  .tw-h-2 {
802
853
  height: 0.5rem;
803
- }
854
+ }
804
855
  .tw-h-20 {
805
856
  height: 5rem;
806
- }
857
+ }
807
858
  .tw-h-24 {
808
859
  height: 6rem;
809
- }
860
+ }
810
861
  .tw-h-3 {
811
862
  height: 0.75rem;
812
- }
863
+ }
813
864
  .tw-h-4 {
814
865
  height: 1rem;
815
- }
866
+ }
816
867
  .tw-h-40 {
817
868
  height: 10rem;
818
- }
869
+ }
819
870
  .tw-h-5 {
820
871
  height: 1.25rem;
821
- }
872
+ }
822
873
  .tw-h-6 {
823
874
  height: 1.5rem;
824
- }
875
+ }
825
876
  .tw-h-8 {
826
877
  height: 2rem;
827
- }
878
+ }
828
879
  .tw-h-80 {
829
880
  height: 20rem;
830
- }
881
+ }
831
882
  .tw-h-auto {
832
883
  height: auto;
833
- }
884
+ }
834
885
  .tw-h-fit {
835
886
  height: -moz-fit-content;
836
887
  height: fit-content;
837
- }
888
+ }
838
889
  .tw-h-full {
839
890
  height: 100%;
840
- }
891
+ }
841
892
  .tw-max-h-56 {
842
893
  max-height: 14rem;
843
- }
894
+ }
844
895
  .tw-max-h-72 {
845
896
  max-height: 18rem;
846
- }
897
+ }
847
898
  .tw-max-h-full {
848
899
  max-height: 100%;
849
- }
900
+ }
850
901
  .tw-max-h-screen {
851
902
  max-height: 100vh;
852
- }
903
+ }
853
904
  .tw-w-10 {
854
905
  width: 2.5rem;
855
- }
906
+ }
856
907
  .tw-w-12 {
857
908
  width: 3rem;
858
- }
909
+ }
859
910
  .tw-w-14 {
860
911
  width: 3.5rem;
861
- }
912
+ }
862
913
  .tw-w-16 {
863
914
  width: 4rem;
864
- }
915
+ }
865
916
  .tw-w-2 {
866
917
  width: 0.5rem;
867
- }
918
+ }
868
919
  .tw-w-24 {
869
920
  width: 6rem;
870
- }
921
+ }
871
922
  .tw-w-3 {
872
923
  width: 0.75rem;
873
- }
924
+ }
874
925
  .tw-w-32 {
875
926
  width: 8rem;
876
- }
927
+ }
877
928
  .tw-w-4 {
878
929
  width: 1rem;
879
- }
930
+ }
880
931
  .tw-w-5 {
881
932
  width: 1.25rem;
882
- }
933
+ }
883
934
  .tw-w-6 {
884
935
  width: 1.5rem;
885
- }
936
+ }
886
937
  .tw-w-60 {
887
938
  width: 15rem;
888
- }
939
+ }
889
940
  .tw-w-64 {
890
941
  width: 16rem;
891
- }
942
+ }
892
943
  .tw-w-72 {
893
944
  width: 18rem;
894
- }
945
+ }
895
946
  .tw-w-8 {
896
947
  width: 2rem;
897
- }
948
+ }
898
949
  .tw-w-96 {
899
950
  width: 24rem;
900
- }
951
+ }
952
+ .tw-w-\[14rem\] {
953
+ width: 14rem;
954
+ }
901
955
  .tw-w-auto {
902
956
  width: auto;
903
- }
957
+ }
904
958
  .tw-w-fit {
905
959
  width: -moz-fit-content;
906
960
  width: fit-content;
907
- }
961
+ }
908
962
  .tw-w-full {
909
963
  width: 100%;
910
- }
964
+ }
911
965
  .tw-max-w-2xl {
912
966
  max-width: 42rem;
913
- }
967
+ }
968
+ .tw-max-w-3xl {
969
+ max-width: 48rem;
970
+ }
914
971
  .tw-max-w-full {
915
972
  max-width: 100%;
916
- }
973
+ }
917
974
  .tw-max-w-md {
918
975
  max-width: 28rem;
919
- }
976
+ }
920
977
  .tw-max-w-xl {
921
978
  max-width: 36rem;
922
- }
979
+ }
923
980
  .tw-flex-auto {
924
981
  flex: 1 1 auto;
925
- }
982
+ }
926
983
  .tw-flex-none {
927
984
  flex: none;
928
- }
985
+ }
986
+ .tw-flex-shrink-0 {
987
+ flex-shrink: 0;
988
+ }
929
989
  .tw-grow {
930
990
  flex-grow: 1;
931
- }
991
+ }
932
992
  .tw-origin-top-right {
933
993
  transform-origin: top right;
934
- }
994
+ }
935
995
  .-tw-translate-x-px {
936
996
  --tw-translate-x: -1px;
937
997
  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));
938
- }
998
+ }
939
999
  .tw--translate-x-2 {
940
1000
  --tw-translate-x: -0.5rem;
941
1001
  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));
942
- }
1002
+ }
943
1003
  .tw--translate-x-3 {
944
1004
  --tw-translate-x: -0.75rem;
945
1005
  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));
946
- }
1006
+ }
947
1007
  .tw--translate-x-4 {
948
1008
  --tw-translate-x: -1rem;
949
1009
  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));
950
- }
1010
+ }
951
1011
  .tw--translate-y-1\/2 {
952
1012
  --tw-translate-y: -50%;
953
1013
  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));
954
- }
1014
+ }
955
1015
  .tw--translate-y-2 {
956
1016
  --tw-translate-y: -0.5rem;
957
1017
  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));
958
- }
1018
+ }
959
1019
  .tw-translate-x-12 {
960
1020
  --tw-translate-x: 3rem;
961
1021
  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));
962
- }
1022
+ }
963
1023
  .tw-translate-x-20 {
964
1024
  --tw-translate-x: 5rem;
965
1025
  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));
966
- }
1026
+ }
967
1027
  .tw-translate-x-4 {
968
1028
  --tw-translate-x: 1rem;
969
1029
  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));
970
- }
1030
+ }
971
1031
  .tw-translate-x-5 {
972
1032
  --tw-translate-x: 1.25rem;
973
1033
  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));
974
- }
1034
+ }
975
1035
  .tw-translate-x-6 {
976
1036
  --tw-translate-x: 1.5rem;
977
1037
  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));
978
- }
1038
+ }
979
1039
  .tw-translate-x-8 {
980
1040
  --tw-translate-x: 2rem;
981
1041
  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));
982
- }
1042
+ }
983
1043
  .tw-translate-y-1\/2 {
984
1044
  --tw-translate-y: 50%;
985
1045
  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));
986
- }
1046
+ }
987
1047
  .tw-translate-y-2 {
988
1048
  --tw-translate-y: 0.5rem;
989
1049
  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));
990
- }
1050
+ }
991
1051
  .tw-translate-y-2\.5 {
992
1052
  --tw-translate-y: 0.625rem;
993
1053
  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));
994
- }
1054
+ }
995
1055
  .tw-translate-y-4 {
996
1056
  --tw-translate-y: 1rem;
997
1057
  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));
998
- }
1058
+ }
999
1059
  .tw-scale-0 {
1000
1060
  --tw-scale-x: 0;
1001
1061
  --tw-scale-y: 0;
1002
1062
  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));
1003
- }
1063
+ }
1004
1064
  .tw-scale-100 {
1005
1065
  --tw-scale-x: 1;
1006
1066
  --tw-scale-y: 1;
1007
1067
  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));
1008
- }
1068
+ }
1009
1069
  .tw-transform {
1010
1070
  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));
1011
- }
1071
+ }
1012
1072
  @keyframes tw-spin {
1013
1073
 
1014
1074
  to {
1015
1075
  transform: rotate(360deg);
1016
1076
  }
1017
- }
1077
+ }
1018
1078
  .tw-animate-spin {
1019
1079
  animation: tw-spin 1s linear infinite;
1020
- }
1080
+ }
1021
1081
  .\!tw-cursor-not-allowed {
1022
1082
  cursor: not-allowed !important;
1023
- }
1083
+ }
1024
1084
  .tw-cursor-not-allowed {
1025
1085
  cursor: not-allowed;
1026
- }
1086
+ }
1027
1087
  .tw-cursor-pointer {
1028
1088
  cursor: pointer;
1029
- }
1089
+ }
1030
1090
  .tw-cursor-text {
1031
1091
  cursor: text;
1032
- }
1092
+ }
1033
1093
  .tw-cursor-wait {
1034
1094
  cursor: wait;
1035
- }
1095
+ }
1036
1096
  .tw-select-none {
1037
1097
  -webkit-user-select: none;
1038
1098
  -moz-user-select: none;
1039
1099
  user-select: none;
1040
- }
1100
+ }
1041
1101
  .tw-resize-none {
1042
1102
  resize: none;
1043
- }
1103
+ }
1044
1104
  .tw-list-none {
1045
1105
  list-style-type: none;
1046
- }
1106
+ }
1047
1107
  .tw-appearance-none {
1048
1108
  -webkit-appearance: none;
1049
1109
  -moz-appearance: none;
1050
1110
  appearance: none;
1051
- }
1111
+ }
1052
1112
  .tw-grid-flow-row {
1053
1113
  grid-auto-flow: row;
1054
- }
1114
+ }
1055
1115
  .tw-auto-rows-max {
1056
1116
  grid-auto-rows: max-content;
1057
- }
1117
+ }
1058
1118
  .tw-grid-cols-1 {
1059
1119
  grid-template-columns: repeat(1, minmax(0, 1fr));
1060
- }
1120
+ }
1061
1121
  .tw-grid-cols-3 {
1062
1122
  grid-template-columns: repeat(3, minmax(0, 1fr));
1063
- }
1123
+ }
1064
1124
  .tw-grid-cols-4 {
1065
1125
  grid-template-columns: repeat(4, minmax(0, 1fr));
1066
- }
1126
+ }
1067
1127
  .tw-flex-row {
1068
1128
  flex-direction: row;
1069
- }
1129
+ }
1070
1130
  .tw-flex-row-reverse {
1071
1131
  flex-direction: row-reverse;
1072
- }
1132
+ }
1073
1133
  .tw-flex-col {
1074
1134
  flex-direction: column;
1075
- }
1135
+ }
1076
1136
  .tw-flex-col-reverse {
1077
1137
  flex-direction: column-reverse;
1078
- }
1138
+ }
1079
1139
  .tw-content-start {
1080
1140
  align-content: flex-start;
1081
- }
1141
+ }
1082
1142
  .tw-items-start {
1083
1143
  align-items: flex-start;
1084
- }
1144
+ }
1085
1145
  .tw-items-end {
1086
1146
  align-items: flex-end;
1087
- }
1147
+ }
1088
1148
  .tw-items-center {
1089
1149
  align-items: center;
1090
- }
1150
+ }
1091
1151
  .tw-items-stretch {
1092
1152
  align-items: stretch;
1093
- }
1153
+ }
1094
1154
  .tw-justify-start {
1095
1155
  justify-content: flex-start;
1096
- }
1156
+ }
1097
1157
  .tw-justify-end {
1098
1158
  justify-content: flex-end;
1099
- }
1159
+ }
1100
1160
  .tw-justify-center {
1101
1161
  justify-content: center;
1102
- }
1162
+ }
1103
1163
  .tw-justify-between {
1104
1164
  justify-content: space-between;
1105
- }
1165
+ }
1106
1166
  .tw-gap-2 {
1107
1167
  gap: 0.5rem;
1108
- }
1168
+ }
1109
1169
  .tw-gap-3 {
1110
1170
  gap: 0.75rem;
1111
- }
1171
+ }
1112
1172
  .tw-gap-4 {
1113
1173
  gap: 1rem;
1114
- }
1174
+ }
1115
1175
  .tw-self-center {
1116
1176
  align-self: center;
1117
- }
1177
+ }
1118
1178
  .tw-overflow-hidden {
1119
1179
  overflow: hidden;
1120
- }
1180
+ }
1121
1181
  .tw-overflow-visible {
1122
1182
  overflow: visible;
1123
- }
1183
+ }
1124
1184
  .tw-overflow-scroll {
1125
1185
  overflow: scroll;
1126
- }
1186
+ }
1127
1187
  .tw-overflow-x-auto {
1128
1188
  overflow-x: auto;
1129
- }
1189
+ }
1130
1190
  .tw-overflow-y-auto {
1131
1191
  overflow-y: auto;
1132
- }
1192
+ }
1133
1193
  .tw-overflow-x-hidden {
1134
1194
  overflow-x: hidden;
1135
- }
1195
+ }
1136
1196
  .tw-overflow-y-hidden {
1137
1197
  overflow-y: hidden;
1138
- }
1198
+ }
1139
1199
  .tw-truncate {
1140
1200
  overflow: hidden;
1141
1201
  text-overflow: ellipsis;
1142
1202
  white-space: nowrap;
1143
- }
1203
+ }
1204
+ .tw-text-ellipsis {
1205
+ text-overflow: ellipsis;
1206
+ }
1144
1207
  .tw-whitespace-nowrap {
1145
1208
  white-space: nowrap;
1146
- }
1209
+ }
1147
1210
  .tw-break-all {
1148
1211
  word-break: break-all;
1149
- }
1212
+ }
1150
1213
  .tw-rounded {
1151
1214
  border-radius: 0.5rem;
1152
- }
1215
+ }
1153
1216
  .tw-rounded-full {
1154
1217
  border-radius: 9999px;
1155
- }
1218
+ }
1219
+ .tw-rounded-lg {
1220
+ border-radius: 0.75rem;
1221
+ }
1156
1222
  .tw-rounded-md {
1157
1223
  border-radius: 0.375rem;
1158
- }
1224
+ }
1159
1225
  .tw-rounded-none {
1160
1226
  border-radius: 0px;
1161
- }
1227
+ }
1162
1228
  .tw-rounded-sm {
1163
1229
  border-radius: 0.125rem;
1164
- }
1230
+ }
1165
1231
  .\!tw-rounded-l-none {
1166
1232
  border-top-left-radius: 0px !important;
1167
1233
  border-bottom-left-radius: 0px !important;
1168
- }
1234
+ }
1169
1235
  .\!tw-rounded-r-none {
1170
1236
  border-top-right-radius: 0px !important;
1171
1237
  border-bottom-right-radius: 0px !important;
1172
- }
1238
+ }
1173
1239
  .tw-rounded-b {
1174
1240
  border-bottom-right-radius: 0.5rem;
1175
1241
  border-bottom-left-radius: 0.5rem;
1176
- }
1242
+ }
1177
1243
  .tw-rounded-l {
1178
1244
  border-top-left-radius: 0.5rem;
1179
1245
  border-bottom-left-radius: 0.5rem;
1180
- }
1246
+ }
1181
1247
  .tw-rounded-l-none {
1182
1248
  border-top-left-radius: 0px;
1183
1249
  border-bottom-left-radius: 0px;
1184
- }
1250
+ }
1185
1251
  .tw-rounded-r {
1186
1252
  border-top-right-radius: 0.5rem;
1187
1253
  border-bottom-right-radius: 0.5rem;
1188
- }
1254
+ }
1189
1255
  .tw-rounded-r-none {
1190
1256
  border-top-right-radius: 0px;
1191
1257
  border-bottom-right-radius: 0px;
1192
- }
1258
+ }
1193
1259
  .tw-border {
1194
1260
  border-width: 1px;
1195
- }
1261
+ }
1196
1262
  .tw-border-0 {
1197
1263
  border-width: 0px;
1198
- }
1264
+ }
1199
1265
  .tw-border-2 {
1200
1266
  border-width: 2px;
1201
- }
1267
+ }
1202
1268
  .tw-border-b-0 {
1203
1269
  border-bottom-width: 0px;
1204
- }
1270
+ }
1205
1271
  .tw-border-b-2 {
1206
1272
  border-bottom-width: 2px;
1207
- }
1273
+ }
1208
1274
  .tw-border-b-4 {
1209
1275
  border-bottom-width: 4px;
1210
- }
1276
+ }
1211
1277
  .tw-border-l {
1212
1278
  border-left-width: 1px;
1213
- }
1279
+ }
1214
1280
  .tw-border-l-0 {
1215
1281
  border-left-width: 0px;
1216
- }
1282
+ }
1217
1283
  .tw-border-r {
1218
1284
  border-right-width: 1px;
1219
- }
1285
+ }
1220
1286
  .tw-border-r-0 {
1221
1287
  border-right-width: 0px;
1222
- }
1288
+ }
1223
1289
  .tw-border-t {
1224
1290
  border-top-width: 1px;
1225
- }
1291
+ }
1226
1292
  .tw-border-t-0 {
1227
1293
  border-top-width: 0px;
1228
- }
1294
+ }
1229
1295
  .tw-border-t-2 {
1230
1296
  border-top-width: 2px;
1231
- }
1297
+ }
1232
1298
  .tw-border-solid {
1233
1299
  border-style: solid;
1234
- }
1300
+ }
1235
1301
  .tw-border-dashed {
1236
1302
  border-style: dashed;
1237
- }
1303
+ }
1238
1304
  .tw-border-none {
1239
1305
  border-style: none;
1240
- }
1306
+ }
1241
1307
  .tw-border-black\/10 {
1242
1308
  border-color: rgb(0 0 0 / 0.1);
1243
- }
1309
+ }
1244
1310
  .tw-border-error-500 {
1245
1311
  --tw-border-opacity: 1;
1246
1312
  border-color: rgb(227 73 53 / var(--tw-border-opacity));
1247
- }
1313
+ }
1248
1314
  .tw-border-error-600 {
1249
1315
  --tw-border-opacity: 1;
1250
1316
  border-color: rgb(182 58 42 / var(--tw-border-opacity));
1251
- }
1317
+ }
1252
1318
  .tw-border-grayscale-100 {
1253
1319
  --tw-border-opacity: 1;
1254
1320
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
1255
- }
1321
+ }
1256
1322
  .tw-border-grayscale-300 {
1257
1323
  --tw-border-opacity: 1;
1258
1324
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
1259
- }
1325
+ }
1260
1326
  .tw-border-grayscale-400 {
1261
1327
  --tw-border-opacity: 1;
1262
1328
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
1263
- }
1329
+ }
1264
1330
  .tw-border-grayscale-500 {
1265
1331
  --tw-border-opacity: 1;
1266
1332
  border-color: rgb(209 209 209 / var(--tw-border-opacity));
1267
- }
1333
+ }
1268
1334
  .tw-border-grayscale-600 {
1269
1335
  --tw-border-opacity: 1;
1270
1336
  border-color: rgb(96 96 96 / var(--tw-border-opacity));
1271
- }
1337
+ }
1338
+ .tw-border-grayscale-700 {
1339
+ --tw-border-opacity: 1;
1340
+ border-color: rgb(38 38 38 / var(--tw-border-opacity));
1341
+ }
1272
1342
  .tw-border-info-300 {
1273
1343
  --tw-border-opacity: 1;
1274
1344
  border-color: rgb(178 189 251 / var(--tw-border-opacity));
1275
- }
1345
+ }
1276
1346
  .tw-border-info-500 {
1277
1347
  --tw-border-opacity: 1;
1278
1348
  border-color: rgb(63 89 246 / var(--tw-border-opacity));
1279
- }
1349
+ }
1280
1350
  .tw-border-primary-300 {
1281
1351
  --tw-border-opacity: 1;
1282
1352
  border-color: rgb(178 189 251 / var(--tw-border-opacity));
1283
- }
1353
+ }
1284
1354
  .tw-border-primary-400 {
1285
1355
  --tw-border-opacity: 1;
1286
1356
  border-color: rgb(121 139 249 / var(--tw-border-opacity));
1287
- }
1357
+ }
1288
1358
  .tw-border-primary-500 {
1289
1359
  --tw-border-opacity: 1;
1290
1360
  border-color: rgb(63 89 246 / var(--tw-border-opacity));
1291
- }
1361
+ }
1292
1362
  .tw-border-primary-600 {
1293
1363
  --tw-border-opacity: 1;
1294
1364
  border-color: rgb(50 71 197 / var(--tw-border-opacity));
1295
- }
1365
+ }
1296
1366
  .tw-border-secondary-200 {
1297
1367
  --tw-border-opacity: 1;
1298
1368
  border-color: rgb(216 216 216 / var(--tw-border-opacity));
1299
- }
1369
+ }
1300
1370
  .tw-border-secondary-300 {
1301
1371
  --tw-border-opacity: 1;
1302
1372
  border-color: rgb(177 177 177 / var(--tw-border-opacity));
1303
- }
1373
+ }
1304
1374
  .tw-border-secondary-500 {
1305
1375
  --tw-border-opacity: 1;
1306
1376
  border-color: rgb(61 61 61 / var(--tw-border-opacity));
1307
- }
1377
+ }
1308
1378
  .tw-border-success-400 {
1309
1379
  --tw-border-opacity: 1;
1310
1380
  border-color: rgb(121 139 249 / var(--tw-border-opacity));
1311
- }
1381
+ }
1312
1382
  .tw-border-success-500 {
1313
1383
  --tw-border-opacity: 1;
1314
1384
  border-color: rgb(63 89 246 / var(--tw-border-opacity));
1315
- }
1385
+ }
1316
1386
  .tw-border-success-600 {
1317
1387
  --tw-border-opacity: 1;
1318
1388
  border-color: rgb(50 71 197 / var(--tw-border-opacity));
1319
- }
1389
+ }
1320
1390
  .tw-border-warning-300 {
1321
1391
  --tw-border-opacity: 1;
1322
1392
  border-color: rgb(244 217 156 / var(--tw-border-opacity));
1323
- }
1393
+ }
1324
1394
  .tw-border-warning-500 {
1325
1395
  --tw-border-opacity: 1;
1326
1396
  border-color: rgb(227 160 8 / var(--tw-border-opacity));
1327
- }
1397
+ }
1328
1398
  .tw-border-warning-600 {
1329
1399
  --tw-border-opacity: 1;
1330
1400
  border-color: rgb(182 128 6 / var(--tw-border-opacity));
1331
- }
1401
+ }
1332
1402
  .tw-border-white {
1333
1403
  --tw-border-opacity: 1;
1334
1404
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
1335
- }
1405
+ }
1406
+ .tw-border-t-transparent {
1407
+ border-top-color: transparent;
1408
+ }
1336
1409
  .tw-bg-black {
1337
1410
  --tw-bg-opacity: 1;
1338
1411
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
1339
- }
1412
+ }
1340
1413
  .tw-bg-error-100 {
1341
1414
  --tw-bg-opacity: 1;
1342
1415
  background-color: rgb(252 237 235 / var(--tw-bg-opacity));
1343
- }
1416
+ }
1344
1417
  .tw-bg-error-500 {
1345
1418
  --tw-bg-opacity: 1;
1346
1419
  background-color: rgb(227 73 53 / var(--tw-bg-opacity));
1347
- }
1420
+ }
1348
1421
  .tw-bg-grayscale-100 {
1349
1422
  --tw-bg-opacity: 1;
1350
1423
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
1351
- }
1424
+ }
1352
1425
  .tw-bg-grayscale-200 {
1353
1426
  --tw-bg-opacity: 1;
1354
1427
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
1355
- }
1428
+ }
1356
1429
  .tw-bg-grayscale-300 {
1357
1430
  --tw-bg-opacity: 1;
1358
1431
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
1359
- }
1432
+ }
1360
1433
  .tw-bg-grayscale-400 {
1361
1434
  --tw-bg-opacity: 1;
1362
1435
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
1363
- }
1436
+ }
1364
1437
  .tw-bg-grayscale-500 {
1365
1438
  --tw-bg-opacity: 1;
1366
1439
  background-color: rgb(209 209 209 / var(--tw-bg-opacity));
1367
- }
1440
+ }
1368
1441
  .tw-bg-info-100 {
1369
1442
  --tw-bg-opacity: 1;
1370
1443
  background-color: rgb(236 238 254 / var(--tw-bg-opacity));
1371
- }
1444
+ }
1372
1445
  .tw-bg-info-300 {
1373
1446
  --tw-bg-opacity: 1;
1374
1447
  background-color: rgb(178 189 251 / var(--tw-bg-opacity));
1375
- }
1448
+ }
1376
1449
  .tw-bg-info-400 {
1377
1450
  --tw-bg-opacity: 1;
1378
1451
  background-color: rgb(121 139 249 / var(--tw-bg-opacity));
1379
- }
1452
+ }
1380
1453
  .tw-bg-info-500 {
1381
1454
  --tw-bg-opacity: 1;
1382
1455
  background-color: rgb(63 89 246 / var(--tw-bg-opacity));
1383
- }
1456
+ }
1384
1457
  .tw-bg-info-600 {
1385
1458
  --tw-bg-opacity: 1;
1386
1459
  background-color: rgb(50 71 197 / var(--tw-bg-opacity));
1387
- }
1460
+ }
1388
1461
  .tw-bg-primary-300 {
1389
1462
  --tw-bg-opacity: 1;
1390
1463
  background-color: rgb(178 189 251 / var(--tw-bg-opacity));
1391
- }
1464
+ }
1392
1465
  .tw-bg-primary-400 {
1393
1466
  --tw-bg-opacity: 1;
1394
1467
  background-color: rgb(121 139 249 / var(--tw-bg-opacity));
1395
- }
1468
+ }
1396
1469
  .tw-bg-primary-500 {
1397
1470
  --tw-bg-opacity: 1;
1398
1471
  background-color: rgb(63 89 246 / var(--tw-bg-opacity));
1399
- }
1472
+ }
1400
1473
  .tw-bg-primary-600 {
1401
1474
  --tw-bg-opacity: 1;
1402
1475
  background-color: rgb(50 71 197 / var(--tw-bg-opacity));
1403
- }
1476
+ }
1404
1477
  .tw-bg-secondary-100 {
1405
1478
  --tw-bg-opacity: 1;
1406
1479
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
1407
- }
1480
+ }
1408
1481
  .tw-bg-secondary-300 {
1409
1482
  --tw-bg-opacity: 1;
1410
1483
  background-color: rgb(177 177 177 / var(--tw-bg-opacity));
1411
- }
1484
+ }
1412
1485
  .tw-bg-secondary-500 {
1413
1486
  --tw-bg-opacity: 1;
1414
1487
  background-color: rgb(61 61 61 / var(--tw-bg-opacity));
1415
- }
1488
+ }
1416
1489
  .tw-bg-success-100 {
1417
1490
  --tw-bg-opacity: 1;
1418
1491
  background-color: rgb(236 238 254 / var(--tw-bg-opacity));
1419
- }
1492
+ }
1420
1493
  .tw-bg-success-400 {
1421
1494
  --tw-bg-opacity: 1;
1422
1495
  background-color: rgb(121 139 249 / var(--tw-bg-opacity));
1423
- }
1496
+ }
1424
1497
  .tw-bg-success-500 {
1425
1498
  --tw-bg-opacity: 1;
1426
1499
  background-color: rgb(63 89 246 / var(--tw-bg-opacity));
1427
- }
1500
+ }
1428
1501
  .tw-bg-transparent {
1429
1502
  background-color: transparent;
1430
- }
1503
+ }
1431
1504
  .tw-bg-warning-100 {
1432
1505
  --tw-bg-opacity: 1;
1433
1506
  background-color: rgb(252 246 230 / var(--tw-bg-opacity));
1434
- }
1507
+ }
1435
1508
  .tw-bg-warning-300 {
1436
1509
  --tw-bg-opacity: 1;
1437
1510
  background-color: rgb(244 217 156 / var(--tw-bg-opacity));
1438
- }
1511
+ }
1439
1512
  .tw-bg-warning-500 {
1440
1513
  --tw-bg-opacity: 1;
1441
1514
  background-color: rgb(227 160 8 / var(--tw-bg-opacity));
1442
- }
1515
+ }
1443
1516
  .tw-bg-warning-600 {
1444
1517
  --tw-bg-opacity: 1;
1445
1518
  background-color: rgb(182 128 6 / var(--tw-bg-opacity));
1446
- }
1519
+ }
1447
1520
  .tw-bg-white {
1448
1521
  --tw-bg-opacity: 1;
1449
1522
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1450
- }
1523
+ }
1524
+ .tw-bg-white\/50 {
1525
+ background-color: rgb(255 255 255 / 0.5);
1526
+ }
1451
1527
  .tw-bg-opacity-75 {
1452
1528
  --tw-bg-opacity: 0.75;
1453
- }
1529
+ }
1454
1530
  .tw-bg-opacity-80 {
1455
1531
  --tw-bg-opacity: 0.8;
1456
- }
1532
+ }
1457
1533
  .tw-bg-gradient-to-t {
1458
1534
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
1459
- }
1535
+ }
1460
1536
  .tw-from-\[\#d946ef\] {
1461
1537
  --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
1462
1538
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
1463
1539
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1464
- }
1540
+ }
1465
1541
  .tw-to-\[\#8b5cf6\] {
1466
1542
  --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
1467
- }
1543
+ }
1468
1544
  .tw-bg-no-repeat {
1469
1545
  background-repeat: no-repeat;
1470
- }
1546
+ }
1471
1547
  .tw-fill-current {
1472
1548
  fill: currentColor;
1473
- }
1549
+ }
1474
1550
  .tw-object-contain {
1475
1551
  -o-object-fit: contain;
1476
1552
  object-fit: contain;
1477
- }
1553
+ }
1478
1554
  .tw-object-cover {
1479
1555
  -o-object-fit: cover;
1480
1556
  object-fit: cover;
1481
- }
1557
+ }
1482
1558
  .tw-object-top {
1483
1559
  -o-object-position: top;
1484
1560
  object-position: top;
1485
- }
1561
+ }
1486
1562
  .\!tw-p-0 {
1487
1563
  padding: 0px !important;
1488
- }
1564
+ }
1489
1565
  .\!tw-p-0\.5 {
1490
1566
  padding: 0.125rem !important;
1491
- }
1567
+ }
1492
1568
  .\!tw-p-1 {
1493
1569
  padding: 0.25rem !important;
1494
- }
1570
+ }
1495
1571
  .\!tw-p-1\.5 {
1496
1572
  padding: 0.375rem !important;
1497
- }
1573
+ }
1498
1574
  .\!tw-p-10 {
1499
1575
  padding: 2.5rem !important;
1500
- }
1576
+ }
1501
1577
  .\!tw-p-11 {
1502
1578
  padding: 2.75rem !important;
1503
- }
1579
+ }
1504
1580
  .\!tw-p-12 {
1505
1581
  padding: 3rem !important;
1506
- }
1582
+ }
1507
1583
  .\!tw-p-14 {
1508
1584
  padding: 3.5rem !important;
1509
- }
1585
+ }
1510
1586
  .\!tw-p-16 {
1511
1587
  padding: 4rem !important;
1512
- }
1588
+ }
1513
1589
  .\!tw-p-2 {
1514
1590
  padding: 0.5rem !important;
1515
- }
1591
+ }
1516
1592
  .\!tw-p-2\.5 {
1517
1593
  padding: 0.625rem !important;
1518
- }
1594
+ }
1519
1595
  .\!tw-p-20 {
1520
1596
  padding: 5rem !important;
1521
- }
1597
+ }
1522
1598
  .\!tw-p-24 {
1523
1599
  padding: 6rem !important;
1524
- }
1600
+ }
1525
1601
  .\!tw-p-28 {
1526
1602
  padding: 7rem !important;
1527
- }
1603
+ }
1528
1604
  .\!tw-p-3 {
1529
1605
  padding: 0.75rem !important;
1530
- }
1606
+ }
1531
1607
  .\!tw-p-3\.5 {
1532
1608
  padding: 0.875rem !important;
1533
- }
1609
+ }
1534
1610
  .\!tw-p-32 {
1535
1611
  padding: 8rem !important;
1536
- }
1612
+ }
1537
1613
  .\!tw-p-36 {
1538
1614
  padding: 9rem !important;
1539
- }
1615
+ }
1540
1616
  .\!tw-p-4 {
1541
1617
  padding: 1rem !important;
1542
- }
1618
+ }
1543
1619
  .\!tw-p-40 {
1544
1620
  padding: 10rem !important;
1545
- }
1621
+ }
1546
1622
  .\!tw-p-44 {
1547
1623
  padding: 11rem !important;
1548
- }
1624
+ }
1549
1625
  .\!tw-p-48 {
1550
1626
  padding: 12rem !important;
1551
- }
1627
+ }
1552
1628
  .\!tw-p-5 {
1553
1629
  padding: 1.25rem !important;
1554
- }
1630
+ }
1555
1631
  .\!tw-p-52 {
1556
1632
  padding: 13rem !important;
1557
- }
1633
+ }
1558
1634
  .\!tw-p-56 {
1559
1635
  padding: 14rem !important;
1560
- }
1636
+ }
1561
1637
  .\!tw-p-6 {
1562
1638
  padding: 1.5rem !important;
1563
- }
1639
+ }
1564
1640
  .\!tw-p-60 {
1565
1641
  padding: 15rem !important;
1566
- }
1642
+ }
1567
1643
  .\!tw-p-64 {
1568
1644
  padding: 16rem !important;
1569
- }
1645
+ }
1570
1646
  .\!tw-p-7 {
1571
1647
  padding: 1.75rem !important;
1572
- }
1648
+ }
1573
1649
  .\!tw-p-72 {
1574
1650
  padding: 18rem !important;
1575
- }
1651
+ }
1576
1652
  .\!tw-p-8 {
1577
1653
  padding: 2rem !important;
1578
- }
1654
+ }
1579
1655
  .\!tw-p-80 {
1580
1656
  padding: 20rem !important;
1581
- }
1657
+ }
1582
1658
  .\!tw-p-9 {
1583
1659
  padding: 2.25rem !important;
1584
- }
1660
+ }
1585
1661
  .\!tw-p-96 {
1586
1662
  padding: 24rem !important;
1587
- }
1663
+ }
1588
1664
  .\!tw-p-px {
1589
1665
  padding: 1px !important;
1590
- }
1666
+ }
1591
1667
  .tw-p-0 {
1592
1668
  padding: 0px;
1593
- }
1669
+ }
1594
1670
  .tw-p-1 {
1595
1671
  padding: 0.25rem;
1596
- }
1672
+ }
1597
1673
  .tw-p-2 {
1598
1674
  padding: 0.5rem;
1599
- }
1675
+ }
1600
1676
  .tw-p-3 {
1601
1677
  padding: 0.75rem;
1602
- }
1678
+ }
1603
1679
  .tw-p-4 {
1604
1680
  padding: 1rem;
1605
- }
1681
+ }
1606
1682
  .tw-p-5 {
1607
1683
  padding: 1.25rem;
1608
- }
1684
+ }
1609
1685
  .tw-p-6 {
1610
1686
  padding: 1.5rem;
1611
- }
1687
+ }
1612
1688
  .tw-p-8 {
1613
1689
  padding: 2rem;
1614
- }
1690
+ }
1615
1691
  .tw-px-0 {
1616
1692
  padding-left: 0px;
1617
1693
  padding-right: 0px;
1618
- }
1694
+ }
1619
1695
  .tw-px-0\.5 {
1620
1696
  padding-left: 0.125rem;
1621
1697
  padding-right: 0.125rem;
1622
- }
1698
+ }
1623
1699
  .tw-px-2 {
1624
1700
  padding-left: 0.5rem;
1625
1701
  padding-right: 0.5rem;
1626
- }
1702
+ }
1627
1703
  .tw-px-20 {
1628
1704
  padding-left: 5rem;
1629
1705
  padding-right: 5rem;
1630
- }
1706
+ }
1631
1707
  .tw-px-3 {
1632
1708
  padding-left: 0.75rem;
1633
1709
  padding-right: 0.75rem;
1634
- }
1710
+ }
1635
1711
  .tw-px-4 {
1636
1712
  padding-left: 1rem;
1637
1713
  padding-right: 1rem;
1638
- }
1714
+ }
1639
1715
  .tw-px-5 {
1640
1716
  padding-left: 1.25rem;
1641
1717
  padding-right: 1.25rem;
1642
- }
1718
+ }
1643
1719
  .tw-px-6 {
1644
1720
  padding-left: 1.5rem;
1645
1721
  padding-right: 1.5rem;
1646
- }
1722
+ }
1647
1723
  .tw-px-8 {
1648
1724
  padding-left: 2rem;
1649
1725
  padding-right: 2rem;
1650
- }
1726
+ }
1651
1727
  .tw-px-px {
1652
1728
  padding-left: 1px;
1653
1729
  padding-right: 1px;
1654
- }
1730
+ }
1655
1731
  .tw-py-0 {
1656
1732
  padding-top: 0px;
1657
1733
  padding-bottom: 0px;
1658
- }
1734
+ }
1659
1735
  .tw-py-0\.5 {
1660
1736
  padding-top: 0.125rem;
1661
1737
  padding-bottom: 0.125rem;
1662
- }
1738
+ }
1663
1739
  .tw-py-1 {
1664
1740
  padding-top: 0.25rem;
1665
1741
  padding-bottom: 0.25rem;
1666
- }
1742
+ }
1667
1743
  .tw-py-1\.5 {
1668
1744
  padding-top: 0.375rem;
1669
1745
  padding-bottom: 0.375rem;
1670
- }
1746
+ }
1671
1747
  .tw-py-10 {
1672
1748
  padding-top: 2.5rem;
1673
1749
  padding-bottom: 2.5rem;
1674
- }
1750
+ }
1675
1751
  .tw-py-2 {
1676
1752
  padding-top: 0.5rem;
1677
1753
  padding-bottom: 0.5rem;
1678
- }
1754
+ }
1679
1755
  .tw-py-3 {
1680
1756
  padding-top: 0.75rem;
1681
1757
  padding-bottom: 0.75rem;
1682
- }
1758
+ }
1683
1759
  .tw-py-3\.5 {
1684
1760
  padding-top: 0.875rem;
1685
1761
  padding-bottom: 0.875rem;
1686
- }
1762
+ }
1687
1763
  .tw-py-4 {
1688
1764
  padding-top: 1rem;
1689
1765
  padding-bottom: 1rem;
1690
- }
1766
+ }
1691
1767
  .tw-py-5 {
1692
1768
  padding-top: 1.25rem;
1693
1769
  padding-bottom: 1.25rem;
1694
- }
1770
+ }
1695
1771
  .tw-py-8 {
1696
1772
  padding-top: 2rem;
1697
1773
  padding-bottom: 2rem;
1698
- }
1774
+ }
1699
1775
  .tw-pb-0 {
1700
1776
  padding-bottom: 0px;
1701
- }
1777
+ }
1702
1778
  .tw-pb-16 {
1703
1779
  padding-bottom: 4rem;
1704
- }
1780
+ }
1705
1781
  .tw-pb-24 {
1706
1782
  padding-bottom: 6rem;
1707
- }
1783
+ }
1708
1784
  .tw-pb-8 {
1709
1785
  padding-bottom: 2rem;
1710
- }
1786
+ }
1711
1787
  .tw-pl-0 {
1712
1788
  padding-left: 0px;
1713
- }
1789
+ }
1714
1790
  .tw-pl-12 {
1715
1791
  padding-left: 3rem;
1716
- }
1792
+ }
1717
1793
  .tw-pl-3 {
1718
1794
  padding-left: 0.75rem;
1719
- }
1795
+ }
1720
1796
  .tw-pl-8 {
1721
1797
  padding-left: 2rem;
1722
- }
1798
+ }
1723
1799
  .tw-pr-12 {
1724
1800
  padding-right: 3rem;
1725
- }
1801
+ }
1726
1802
  .tw-pr-2 {
1727
1803
  padding-right: 0.5rem;
1728
- }
1804
+ }
1729
1805
  .tw-pr-4 {
1730
1806
  padding-right: 1rem;
1731
- }
1807
+ }
1732
1808
  .tw-pr-6 {
1733
1809
  padding-right: 1.5rem;
1734
- }
1810
+ }
1735
1811
  .tw-pt-1 {
1736
1812
  padding-top: 0.25rem;
1737
- }
1813
+ }
1738
1814
  .tw-pt-12 {
1739
1815
  padding-top: 3rem;
1740
- }
1816
+ }
1741
1817
  .tw-pt-2 {
1742
1818
  padding-top: 0.5rem;
1743
- }
1744
- .tw-pt-4 {
1745
- padding-top: 1rem;
1746
- }
1819
+ }
1747
1820
  .tw-pt-6 {
1748
1821
  padding-top: 1.5rem;
1749
- }
1822
+ }
1750
1823
  .tw-text-left {
1751
1824
  text-align: left;
1752
- }
1825
+ }
1753
1826
  .tw-text-center {
1754
1827
  text-align: center;
1755
- }
1828
+ }
1756
1829
  .tw-align-top {
1757
1830
  vertical-align: top;
1758
- }
1831
+ }
1759
1832
  .tw-align-middle {
1760
1833
  vertical-align: middle;
1761
- }
1834
+ }
1762
1835
  .tw-font-sans {
1763
1836
  font-family: Inter, Helvetica, sans-serif;
1764
- }
1837
+ }
1765
1838
  .tw-text-2xl {
1766
1839
  font-size: 1.5rem;
1767
1840
  line-height: 2rem;
1768
- }
1841
+ }
1842
+ .tw-text-3xl {
1843
+ font-size: 1.875rem;
1844
+ line-height: 2.25rem;
1845
+ }
1769
1846
  .tw-text-4xl {
1770
1847
  font-size: 2.25rem;
1771
1848
  line-height: 2.5rem;
1772
- }
1849
+ }
1773
1850
  .tw-text-base {
1774
1851
  font-size: 1rem;
1775
1852
  line-height: 1.5rem;
1776
- }
1853
+ }
1777
1854
  .tw-text-lg {
1778
1855
  font-size: 1.125rem;
1779
1856
  line-height: 1.75rem;
1780
- }
1857
+ }
1781
1858
  .tw-text-sm {
1782
1859
  font-size: 0.875rem;
1783
1860
  line-height: 1.25rem;
1784
- }
1861
+ }
1785
1862
  .tw-text-xs {
1786
1863
  font-size: 0.75rem;
1787
1864
  line-height: 1rem;
1788
- }
1865
+ }
1789
1866
  .tw-font-bold {
1790
1867
  font-weight: 700;
1791
- }
1868
+ }
1869
+ .tw-font-medium {
1870
+ font-weight: 500;
1871
+ }
1792
1872
  .tw-font-normal {
1793
1873
  font-weight: 400;
1794
- }
1874
+ }
1795
1875
  .tw-font-semibold {
1796
1876
  font-weight: 600;
1797
- }
1877
+ }
1798
1878
  .tw-uppercase {
1799
1879
  text-transform: uppercase;
1800
- }
1880
+ }
1801
1881
  .tw-capitalize {
1802
1882
  text-transform: capitalize;
1803
- }
1883
+ }
1804
1884
  .tw-leading-tight {
1805
1885
  line-height: 1.25;
1806
- }
1886
+ }
1807
1887
  .tw-text-black {
1808
1888
  --tw-text-opacity: 1;
1809
1889
  color: rgb(0 0 0 / var(--tw-text-opacity));
1810
- }
1890
+ }
1811
1891
  .tw-text-error-500 {
1812
1892
  --tw-text-opacity: 1;
1813
1893
  color: rgb(227 73 53 / var(--tw-text-opacity));
1814
- }
1894
+ }
1815
1895
  .tw-text-error-700 {
1816
1896
  --tw-text-opacity: 1;
1817
1897
  color: rgb(136 44 32 / var(--tw-text-opacity));
1818
- }
1898
+ }
1819
1899
  .tw-text-grayscale-500 {
1820
1900
  --tw-text-opacity: 1;
1821
1901
  color: rgb(209 209 209 / var(--tw-text-opacity));
1822
- }
1902
+ }
1823
1903
  .tw-text-grayscale-600 {
1824
1904
  --tw-text-opacity: 1;
1825
1905
  color: rgb(96 96 96 / var(--tw-text-opacity));
1826
- }
1906
+ }
1827
1907
  .tw-text-grayscale-700 {
1828
1908
  --tw-text-opacity: 1;
1829
1909
  color: rgb(38 38 38 / var(--tw-text-opacity));
1830
- }
1910
+ }
1831
1911
  .tw-text-grayscale-800 {
1832
1912
  --tw-text-opacity: 1;
1833
1913
  color: rgb(23 23 23 / var(--tw-text-opacity));
1834
- }
1914
+ }
1835
1915
  .tw-text-info-300 {
1836
1916
  --tw-text-opacity: 1;
1837
1917
  color: rgb(178 189 251 / var(--tw-text-opacity));
1838
- }
1918
+ }
1839
1919
  .tw-text-info-500 {
1840
1920
  --tw-text-opacity: 1;
1841
1921
  color: rgb(63 89 246 / var(--tw-text-opacity));
1842
- }
1922
+ }
1843
1923
  .tw-text-primary-500 {
1844
1924
  --tw-text-opacity: 1;
1845
1925
  color: rgb(63 89 246 / var(--tw-text-opacity));
1846
- }
1926
+ }
1847
1927
  .tw-text-secondary-400 {
1848
1928
  --tw-text-opacity: 1;
1849
1929
  color: rgb(119 119 119 / var(--tw-text-opacity));
1850
- }
1930
+ }
1851
1931
  .tw-text-secondary-500 {
1852
1932
  --tw-text-opacity: 1;
1853
1933
  color: rgb(61 61 61 / var(--tw-text-opacity));
1854
- }
1934
+ }
1855
1935
  .tw-text-secondary-600 {
1856
1936
  --tw-text-opacity: 1;
1857
1937
  color: rgb(49 49 49 / var(--tw-text-opacity));
1858
- }
1938
+ }
1859
1939
  .tw-text-secondary-800 {
1860
1940
  --tw-text-opacity: 1;
1861
1941
  color: rgb(24 24 24 / var(--tw-text-opacity));
1862
- }
1942
+ }
1863
1943
  .tw-text-success-500 {
1864
1944
  --tw-text-opacity: 1;
1865
1945
  color: rgb(63 89 246 / var(--tw-text-opacity));
1866
- }
1946
+ }
1867
1947
  .tw-text-success-600 {
1868
1948
  --tw-text-opacity: 1;
1869
1949
  color: rgb(50 71 197 / var(--tw-text-opacity));
1870
- }
1950
+ }
1871
1951
  .tw-text-success-700 {
1872
1952
  --tw-text-opacity: 1;
1873
1953
  color: rgb(38 53 148 / var(--tw-text-opacity));
1874
- }
1954
+ }
1875
1955
  .tw-text-warning-700 {
1876
1956
  --tw-text-opacity: 1;
1877
1957
  color: rgb(136 96 5 / var(--tw-text-opacity));
1878
- }
1958
+ }
1879
1959
  .tw-text-white {
1880
1960
  --tw-text-opacity: 1;
1881
1961
  color: rgb(255 255 255 / var(--tw-text-opacity));
1882
- }
1962
+ }
1883
1963
  .tw-underline {
1884
1964
  text-decoration-line: underline;
1885
- }
1965
+ }
1886
1966
  .tw-no-underline {
1887
1967
  text-decoration-line: none;
1888
- }
1968
+ }
1889
1969
  .tw-opacity-0 {
1890
1970
  opacity: 0;
1891
- }
1971
+ }
1892
1972
  .tw-opacity-100 {
1893
1973
  opacity: 1;
1894
- }
1974
+ }
1895
1975
  .tw-opacity-30 {
1896
1976
  opacity: 0.3;
1897
- }
1977
+ }
1898
1978
  .tw-opacity-40 {
1899
1979
  opacity: 0.4;
1900
- }
1980
+ }
1901
1981
  .tw-opacity-50 {
1902
1982
  opacity: 0.5;
1903
- }
1983
+ }
1904
1984
  .\!tw-shadow-\[0_0_0_1px\] {
1905
1985
  --tw-shadow: 0 0 0 1px !important;
1906
1986
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color) !important;
1907
1987
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
1908
- }
1988
+ }
1909
1989
  .\!tw-shadow-\[0_0_0_2px\] {
1910
1990
  --tw-shadow: 0 0 0 2px !important;
1911
1991
  --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color) !important;
1912
1992
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
1913
- }
1993
+ }
1914
1994
  .tw-shadow {
1915
1995
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1916
1996
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1917
1997
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1918
- }
1998
+ }
1919
1999
  .tw-shadow-inner {
1920
2000
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
1921
2001
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
1922
2002
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1923
- }
2003
+ }
1924
2004
  .tw-shadow-lg {
1925
2005
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1926
2006
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1927
2007
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1928
- }
2008
+ }
1929
2009
  .tw-shadow-md {
1930
2010
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
1931
2011
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
1932
2012
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1933
- }
2013
+ }
1934
2014
  .tw-shadow-sm {
1935
2015
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1936
2016
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
1937
2017
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1938
- }
2018
+ }
1939
2019
  .tw-shadow-xl {
1940
2020
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
1941
2021
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
1942
2022
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1943
- }
2023
+ }
1944
2024
  .\!tw-shadow-info-500 {
1945
2025
  --tw-shadow-color: #3f59f6 !important;
1946
2026
  --tw-shadow: var(--tw-shadow-colored) !important;
1947
- }
2027
+ }
1948
2028
  .\!tw-shadow-secondary-200 {
1949
2029
  --tw-shadow-color: #d8d8d8 !important;
1950
2030
  --tw-shadow: var(--tw-shadow-colored) !important;
1951
- }
2031
+ }
1952
2032
  .tw-outline-none {
1953
2033
  outline: 2px solid transparent;
1954
2034
  outline-offset: 2px;
1955
- }
2035
+ }
1956
2036
  .tw-ring-1 {
1957
2037
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1958
2038
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1959
2039
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1960
- }
2040
+ }
1961
2041
  .tw-ring-black {
1962
2042
  --tw-ring-opacity: 1;
1963
2043
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
1964
- }
2044
+ }
1965
2045
  .tw-ring-opacity-5 {
1966
2046
  --tw-ring-opacity: 0.05;
1967
- }
2047
+ }
1968
2048
  .tw-drop-shadow-sm {
1969
2049
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
1970
2050
  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);
1971
- }
2051
+ }
1972
2052
  .tw-transition-colors {
1973
2053
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1974
2054
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1975
2055
  transition-duration: 150ms;
1976
- }
2056
+ }
1977
2057
  .tw-transition-shadow {
1978
2058
  transition-property: box-shadow;
1979
2059
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1980
2060
  transition-duration: 150ms;
1981
- }
2061
+ }
1982
2062
  .tw-transition-transform {
1983
2063
  transition-property: transform;
1984
2064
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1985
2065
  transition-duration: 150ms;
1986
- }
2066
+ }
1987
2067
  .tw-duration-200 {
1988
2068
  transition-duration: 200ms;
1989
- }
2069
+ }
1990
2070
  .tw-duration-300 {
1991
2071
  transition-duration: 300ms;
1992
- }
2072
+ }
1993
2073
  .tw-ease-in-out {
1994
2074
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1995
- }
2075
+ }
1996
2076
  .tw-ease-out {
1997
2077
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
1998
- }
2078
+ }
1999
2079
  .hover\:tw-border-grayscale-400:hover {
2000
2080
  --tw-border-opacity: 1;
2001
2081
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
2002
- }
2082
+ }
2083
+ .hover\:tw-border-grayscale-500:hover {
2084
+ --tw-border-opacity: 1;
2085
+ border-color: rgb(209 209 209 / var(--tw-border-opacity));
2086
+ }
2003
2087
  .hover\:tw-border-info-600:hover {
2004
2088
  --tw-border-opacity: 1;
2005
2089
  border-color: rgb(50 71 197 / var(--tw-border-opacity));
2006
- }
2090
+ }
2007
2091
  .hover\:tw-border-primary-600:hover {
2008
2092
  --tw-border-opacity: 1;
2009
2093
  border-color: rgb(50 71 197 / var(--tw-border-opacity));
2010
- }
2094
+ }
2011
2095
  .hover\:tw-border-primary-700:hover {
2012
2096
  --tw-border-opacity: 1;
2013
2097
  border-color: rgb(38 53 148 / var(--tw-border-opacity));
2014
- }
2098
+ }
2015
2099
  .hover\:tw-border-secondary-700:hover {
2016
2100
  --tw-border-opacity: 1;
2017
2101
  border-color: rgb(37 37 37 / var(--tw-border-opacity));
2018
- }
2102
+ }
2019
2103
  .hover\:tw-border-success-600:hover {
2020
2104
  --tw-border-opacity: 1;
2021
2105
  border-color: rgb(50 71 197 / var(--tw-border-opacity));
2022
- }
2106
+ }
2023
2107
  .hover\:tw-border-warning-600:hover {
2024
2108
  --tw-border-opacity: 1;
2025
2109
  border-color: rgb(182 128 6 / var(--tw-border-opacity));
2026
- }
2110
+ }
2027
2111
  .hover\:tw-bg-grayscale-200:hover {
2028
2112
  --tw-bg-opacity: 1;
2029
2113
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
2030
- }
2114
+ }
2031
2115
  .hover\:tw-bg-grayscale-300:hover {
2032
2116
  --tw-bg-opacity: 1;
2033
2117
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
2034
- }
2118
+ }
2035
2119
  .hover\:tw-bg-grayscale-400:hover {
2036
2120
  --tw-bg-opacity: 1;
2037
2121
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
2038
- }
2122
+ }
2123
+ .hover\:tw-bg-grayscale-500:hover {
2124
+ --tw-bg-opacity: 1;
2125
+ background-color: rgb(209 209 209 / var(--tw-bg-opacity));
2126
+ }
2039
2127
  .hover\:tw-bg-info-100:hover {
2040
2128
  --tw-bg-opacity: 1;
2041
2129
  background-color: rgb(236 238 254 / var(--tw-bg-opacity));
2042
- }
2130
+ }
2043
2131
  .hover\:tw-bg-info-400:hover {
2044
2132
  --tw-bg-opacity: 1;
2045
2133
  background-color: rgb(121 139 249 / var(--tw-bg-opacity));
2046
- }
2134
+ }
2047
2135
  .hover\:tw-bg-info-600:hover {
2048
2136
  --tw-bg-opacity: 1;
2049
2137
  background-color: rgb(50 71 197 / var(--tw-bg-opacity));
2050
- }
2138
+ }
2051
2139
  .hover\:tw-bg-primary-100:hover {
2052
2140
  --tw-bg-opacity: 1;
2053
2141
  background-color: rgb(236 238 254 / var(--tw-bg-opacity));
2054
- }
2142
+ }
2055
2143
  .hover\:tw-bg-primary-400:hover {
2056
2144
  --tw-bg-opacity: 1;
2057
2145
  background-color: rgb(121 139 249 / var(--tw-bg-opacity));
2058
- }
2146
+ }
2059
2147
  .hover\:tw-bg-primary-600:hover {
2060
2148
  --tw-bg-opacity: 1;
2061
2149
  background-color: rgb(50 71 197 / var(--tw-bg-opacity));
2062
- }
2150
+ }
2151
+ .hover\:tw-bg-primary-700:hover {
2152
+ --tw-bg-opacity: 1;
2153
+ background-color: rgb(38 53 148 / var(--tw-bg-opacity));
2154
+ }
2063
2155
  .hover\:tw-bg-secondary-100:hover {
2064
2156
  --tw-bg-opacity: 1;
2065
2157
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
2066
- }
2158
+ }
2067
2159
  .hover\:tw-bg-secondary-400:hover {
2068
2160
  --tw-bg-opacity: 1;
2069
2161
  background-color: rgb(119 119 119 / var(--tw-bg-opacity));
2070
- }
2162
+ }
2071
2163
  .hover\:tw-bg-secondary-500:hover {
2072
2164
  --tw-bg-opacity: 1;
2073
2165
  background-color: rgb(61 61 61 / var(--tw-bg-opacity));
2074
- }
2166
+ }
2075
2167
  .hover\:tw-bg-secondary-600:hover {
2076
2168
  --tw-bg-opacity: 1;
2077
2169
  background-color: rgb(49 49 49 / var(--tw-bg-opacity));
2078
- }
2170
+ }
2171
+ .hover\:tw-bg-secondary-700:hover {
2172
+ --tw-bg-opacity: 1;
2173
+ background-color: rgb(37 37 37 / var(--tw-bg-opacity));
2174
+ }
2079
2175
  .hover\:tw-bg-success-100:hover {
2080
2176
  --tw-bg-opacity: 1;
2081
2177
  background-color: rgb(236 238 254 / var(--tw-bg-opacity));
2082
- }
2178
+ }
2083
2179
  .hover\:tw-bg-success-600:hover {
2084
2180
  --tw-bg-opacity: 1;
2085
2181
  background-color: rgb(50 71 197 / var(--tw-bg-opacity));
2086
- }
2182
+ }
2087
2183
  .hover\:tw-bg-warning-600:hover {
2088
2184
  --tw-bg-opacity: 1;
2089
2185
  background-color: rgb(182 128 6 / var(--tw-bg-opacity));
2090
- }
2091
- .hover\:tw-text-grayscale-800:hover {
2186
+ }
2187
+ .hover\:tw-text-primary-600:hover {
2092
2188
  --tw-text-opacity: 1;
2093
- color: rgb(23 23 23 / var(--tw-text-opacity));
2094
- }
2189
+ color: rgb(50 71 197 / var(--tw-text-opacity));
2190
+ }
2095
2191
  .hover\:tw-text-secondary-500:hover {
2096
2192
  --tw-text-opacity: 1;
2097
2193
  color: rgb(61 61 61 / var(--tw-text-opacity));
2098
- }
2194
+ }
2099
2195
  .hover\:tw-text-success-600:hover {
2100
2196
  --tw-text-opacity: 1;
2101
2197
  color: rgb(50 71 197 / var(--tw-text-opacity));
2102
- }
2198
+ }
2103
2199
  .hover\:tw-text-white:hover {
2104
2200
  --tw-text-opacity: 1;
2105
2201
  color: rgb(255 255 255 / var(--tw-text-opacity));
2106
- }
2202
+ }
2107
2203
  .hover\:tw-underline:hover {
2108
2204
  text-decoration-line: underline;
2109
- }
2205
+ }
2110
2206
  .hover\:tw-shadow-lg:hover {
2111
2207
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
2112
2208
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
2113
2209
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2114
- }
2210
+ }
2115
2211
  .hover\:\!tw-shadow-info-500:hover {
2116
2212
  --tw-shadow-color: #3f59f6 !important;
2117
2213
  --tw-shadow: var(--tw-shadow-colored) !important;
2118
- }
2214
+ }
2119
2215
  .hover\:tw-brightness-\[0\.85\]:hover {
2120
2216
  --tw-brightness: brightness(0.85);
2121
2217
  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);
2122
- }
2218
+ }
2123
2219
  .focus\:tw-border-error-600:focus {
2124
2220
  --tw-border-opacity: 1;
2125
2221
  border-color: rgb(182 58 42 / var(--tw-border-opacity));
2126
- }
2222
+ }
2127
2223
  .focus\:tw-border-grayscale-600:focus {
2128
2224
  --tw-border-opacity: 1;
2129
2225
  border-color: rgb(96 96 96 / var(--tw-border-opacity));
2130
- }
2226
+ }
2131
2227
  .focus\:tw-border-grayscale-700:focus {
2132
2228
  --tw-border-opacity: 1;
2133
2229
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
2134
- }
2230
+ }
2135
2231
  .focus\:tw-border-success-600:focus {
2136
2232
  --tw-border-opacity: 1;
2137
2233
  border-color: rgb(50 71 197 / var(--tw-border-opacity));
2138
- }
2234
+ }
2139
2235
  .focus\:tw-border-warning-600:focus {
2140
2236
  --tw-border-opacity: 1;
2141
2237
  border-color: rgb(182 128 6 / var(--tw-border-opacity));
2142
- }
2238
+ }
2143
2239
  .focus\:tw-outline-none:focus {
2144
2240
  outline: 2px solid transparent;
2145
2241
  outline-offset: 2px;
2146
- }
2242
+ }
2147
2243
  .tw-group:hover .group-hover\:tw-text-info-500 {
2148
2244
  --tw-text-opacity: 1;
2149
2245
  color: rgb(63 89 246 / var(--tw-text-opacity));
2150
- }
2246
+ }
2151
2247
  @media (min-width: 640px) {
2152
2248
 
2153
2249
  .sm\:tw-absolute {
@@ -2179,6 +2275,10 @@ video {
2179
2275
  margin-bottom: 1rem;
2180
2276
  }
2181
2277
 
2278
+ .sm\:tw-ml-2 {
2279
+ margin-left: 0.5rem;
2280
+ }
2281
+
2182
2282
  .sm\:tw-ml-4 {
2183
2283
  margin-left: 1rem;
2184
2284
  }
@@ -2227,6 +2327,10 @@ video {
2227
2327
  flex-direction: row;
2228
2328
  }
2229
2329
 
2330
+ .sm\:tw-items-center {
2331
+ align-items: center;
2332
+ }
2333
+
2230
2334
  .sm\:tw-rounded-md {
2231
2335
  border-radius: 0.375rem;
2232
2336
  }
@@ -2235,13 +2339,21 @@ video {
2235
2339
  padding-left: 1rem;
2236
2340
  padding-right: 1rem;
2237
2341
  }
2238
- }
2342
+ }
2239
2343
  @media (min-width: 768px) {
2240
2344
 
2345
+ .md\:tw-relative {
2346
+ position: relative;
2347
+ }
2348
+
2241
2349
  .md\:tw-right-6 {
2242
2350
  right: 1.5rem;
2243
2351
  }
2244
2352
 
2353
+ .md\:tw-order-first {
2354
+ order: -9999;
2355
+ }
2356
+
2245
2357
  .md\:tw-mb-0 {
2246
2358
  margin-bottom: 0px;
2247
2359
  }
@@ -2306,6 +2418,10 @@ video {
2306
2418
  width: 6rem;
2307
2419
  }
2308
2420
 
2421
+ .md\:tw-w-3\/4 {
2422
+ width: 75%;
2423
+ }
2424
+
2309
2425
  .md\:tw-w-auto {
2310
2426
  width: auto;
2311
2427
  }
@@ -2318,6 +2434,10 @@ video {
2318
2434
  max-width: 100%;
2319
2435
  }
2320
2436
 
2437
+ .md\:tw-flex-1 {
2438
+ flex: 1 1 0%;
2439
+ }
2440
+
2321
2441
  .md\:tw-grow {
2322
2442
  flex-grow: 1;
2323
2443
  }
@@ -2377,6 +2497,10 @@ video {
2377
2497
  object-fit: contain;
2378
2498
  }
2379
2499
 
2500
+ .md\:tw-p-0 {
2501
+ padding: 0px;
2502
+ }
2503
+
2380
2504
  .md\:tw-p-2 {
2381
2505
  padding: 0.5rem;
2382
2506
  }
@@ -2393,6 +2517,11 @@ video {
2393
2517
  padding: 2rem;
2394
2518
  }
2395
2519
 
2520
+ .md\:tw-px-12 {
2521
+ padding-left: 3rem;
2522
+ padding-right: 3rem;
2523
+ }
2524
+
2396
2525
  .md\:tw-px-4 {
2397
2526
  padding-left: 1rem;
2398
2527
  padding-right: 1rem;
@@ -2408,6 +2537,10 @@ video {
2408
2537
  padding-bottom: 0.5rem;
2409
2538
  }
2410
2539
 
2540
+ .md\:tw-pb-0 {
2541
+ padding-bottom: 0px;
2542
+ }
2543
+
2411
2544
  .md\:tw-pl-4 {
2412
2545
  padding-left: 1rem;
2413
2546
  }
@@ -2429,7 +2562,7 @@ video {
2429
2562
  font-size: 0.75rem;
2430
2563
  line-height: 1rem;
2431
2564
  }
2432
- }
2565
+ }
2433
2566
  @media (min-width: 1024px) {
2434
2567
 
2435
2568
  .lg\:tw-static {
@@ -2493,4 +2626,4 @@ video {
2493
2626
  .lg\:tw-pt-20 {
2494
2627
  padding-top: 5rem;
2495
2628
  }
2496
- }
2629
+ }