@designcrowd/fe-shared-lib 1.0.17-kp-3 → 1.0.17

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 (570) hide show
  1. package/.eslintrc.js +35 -35
  2. package/.prettierrc.js +7 -7
  3. package/.storybook/main.ts +39 -39
  4. package/.storybook/preview-head-master.html +4 -4
  5. package/.storybook/preview-head-publish-master.html +4 -4
  6. package/.storybook/preview-head-publish.html +9 -9
  7. package/.storybook/preview-head.html +9 -9
  8. package/.storybook/preview.js +14 -14
  9. package/.storybook-static/css/.keepme +0 -0
  10. package/Dockerfile +41 -41
  11. package/README.md +103 -103
  12. package/buildspec.yml +46 -46
  13. package/index.cjs +16 -16
  14. package/index.js +54 -54
  15. package/npmrc +0 -0
  16. package/package.json +109 -109
  17. package/postcss.config.js +5 -5
  18. package/public/css/.keepme +0 -0
  19. package/src/atoms/components/Button/Button.vue +323 -323
  20. package/src/atoms/components/Button/ButtonVariant.mixin.vue +126 -126
  21. package/src/atoms/components/Button/Buttons.stories.js +778 -778
  22. package/src/atoms/components/Button/ButtonsCrazyDomains.stories.js +117 -117
  23. package/src/atoms/components/Button/variants/ButtonDarkModePill.vue +52 -52
  24. package/src/atoms/components/Button/variants/ButtonFlat.vue +65 -65
  25. package/src/atoms/components/Button/variants/ButtonGray.vue +64 -64
  26. package/src/atoms/components/Button/variants/ButtonInfo.vue +51 -51
  27. package/src/atoms/components/Button/variants/ButtonInfoFilled.vue +63 -63
  28. package/src/atoms/components/Button/variants/ButtonNoBorder.vue +65 -65
  29. package/src/atoms/components/Button/variants/ButtonOutline.vue +62 -62
  30. package/src/atoms/components/Button/variants/ButtonOutlineNoHover.vue +62 -62
  31. package/src/atoms/components/Button/variants/ButtonOutlineSuccess.vue +54 -54
  32. package/src/atoms/components/Button/variants/ButtonPill.vue +52 -52
  33. package/src/atoms/components/Button/variants/ButtonPrimary.vue +69 -69
  34. package/src/atoms/components/Button/variants/ButtonPrimaryWithIcon.vue +68 -68
  35. package/src/atoms/components/Button/variants/ButtonSecondary.vue +51 -51
  36. package/src/atoms/components/Button/variants/ButtonSuccess.vue +55 -55
  37. package/src/atoms/components/Button/variants/ButtonWarning.vue +65 -65
  38. package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsOutline.vue +58 -58
  39. package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsPrimary.vue +38 -38
  40. package/src/atoms/components/ButtonGroup/ButtonGroup.stories.js +562 -562
  41. package/src/atoms/components/ButtonGroup/ButtonGroup.vue +188 -188
  42. package/src/atoms/components/Carousel/Carousel.fixtures.js +35 -35
  43. package/src/atoms/components/Carousel/Carousel.vue +352 -352
  44. package/src/atoms/components/Carousel/carousel.stories.js +261 -261
  45. package/src/atoms/components/Checkbox/Checkbox.mixin.js +57 -57
  46. package/src/atoms/components/Checkbox/Checkbox.stories.js +206 -206
  47. package/src/atoms/components/Checkbox/Checkbox.vue +89 -89
  48. package/src/atoms/components/Checktile/Checktile.stories.js +79 -79
  49. package/src/atoms/components/Checktile/Checktile.vue +73 -73
  50. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.mixin.js +34 -34
  51. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.stories.js +40 -40
  52. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.vue +30 -30
  53. package/src/atoms/components/ColorPicker/ColorPicker.stories.js +89 -89
  54. package/src/atoms/components/ColorPicker/ColorPicker.vue +95 -95
  55. package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.stories.js +41 -41
  56. package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.vue +71 -71
  57. package/src/atoms/components/Dropdown/Dropdown.stories.js +140 -140
  58. package/src/atoms/components/Dropdown/Dropdown.vue +108 -108
  59. package/src/atoms/components/Dropdown/DropdownItem.vue +21 -21
  60. package/src/atoms/components/FormControl/FormControl.mixin.js +127 -127
  61. package/src/atoms/components/HelloBar/HelloBar.stories.js +195 -195
  62. package/src/atoms/components/HelloBar/HelloBar.vue +156 -156
  63. package/src/atoms/components/Icon/Icon.stories.js +385 -385
  64. package/src/atoms/components/Icon/Icon.vue +809 -809
  65. package/src/atoms/components/Icon/icons/about.vue +0 -0
  66. package/src/atoms/components/Icon/icons/add-page.vue +6 -6
  67. package/src/atoms/components/Icon/icons/ai.vue +6 -6
  68. package/src/atoms/components/Icon/icons/arrow-down.vue +6 -6
  69. package/src/atoms/components/Icon/icons/arrow-left.vue +7 -7
  70. package/src/atoms/components/Icon/icons/arrow-right.vue +7 -7
  71. package/src/atoms/components/Icon/icons/arrow-top-right.vue +6 -6
  72. package/src/atoms/components/Icon/icons/arrow-up-underline.vue +7 -7
  73. package/src/atoms/components/Icon/icons/arrow-up.vue +7 -7
  74. package/src/atoms/components/Icon/icons/attach.vue +6 -6
  75. package/src/atoms/components/Icon/icons/auth-facebook-white.vue +17 -17
  76. package/src/atoms/components/Icon/icons/auth-facebook.vue +24 -24
  77. package/src/atoms/components/Icon/icons/auth-google.vue +32 -32
  78. package/src/atoms/components/Icon/icons/background.vue +7 -7
  79. package/src/atoms/components/Icon/icons/ban.vue +0 -0
  80. package/src/atoms/components/Icon/icons/banner-centered.vue +6 -6
  81. package/src/atoms/components/Icon/icons/banner-left.vue +6 -6
  82. package/src/atoms/components/Icon/icons/banner.vue +7 -7
  83. package/src/atoms/components/Icon/icons/bc-mast.vue +7 -7
  84. package/src/atoms/components/Icon/icons/brush.vue +6 -6
  85. package/src/atoms/components/Icon/icons/business-card-filled.vue +5 -5
  86. package/src/atoms/components/Icon/icons/business.vue +6 -6
  87. package/src/atoms/components/Icon/icons/button-justified.vue +0 -0
  88. package/src/atoms/components/Icon/icons/button.vue +0 -0
  89. package/src/atoms/components/Icon/icons/buttons/button-arrow-left.vue +0 -0
  90. package/src/atoms/components/Icon/icons/buttons/button-arrow-right.vue +0 -0
  91. package/src/atoms/components/Icon/icons/buttons/button-arrow.vue +0 -0
  92. package/src/atoms/components/Icon/icons/buttons/button-brushstroke-left.vue +0 -0
  93. package/src/atoms/components/Icon/icons/buttons/button-brushstroke-right.vue +0 -0
  94. package/src/atoms/components/Icon/icons/buttons/button-brushstroke.vue +0 -0
  95. package/src/atoms/components/Icon/icons/buttons/button-dashed-oval.vue +0 -0
  96. package/src/atoms/components/Icon/icons/buttons/button-dashed-rectangle.vue +0 -0
  97. package/src/atoms/components/Icon/icons/buttons/button-dashed-rounded.vue +0 -0
  98. package/src/atoms/components/Icon/icons/buttons/button-doubleline-oval.vue +0 -0
  99. package/src/atoms/components/Icon/icons/buttons/button-doubleline-rectangle.vue +0 -0
  100. package/src/atoms/components/Icon/icons/buttons/button-doubleline-rounded.vue +0 -0
  101. package/src/atoms/components/Icon/icons/buttons/button-paper-bottom.vue +0 -0
  102. package/src/atoms/components/Icon/icons/buttons/button-paper-top.vue +0 -0
  103. package/src/atoms/components/Icon/icons/buttons/button-paper.vue +0 -0
  104. package/src/atoms/components/Icon/icons/buttons/button-softshadow-oval.vue +0 -0
  105. package/src/atoms/components/Icon/icons/buttons/button-softshadow-rectangle.vue +0 -0
  106. package/src/atoms/components/Icon/icons/buttons/button-softshadow-rounded.vue +0 -0
  107. package/src/atoms/components/Icon/icons/calendar.vue +5 -5
  108. package/src/atoms/components/Icon/icons/callout-error.vue +6 -6
  109. package/src/atoms/components/Icon/icons/callout-info.vue +6 -6
  110. package/src/atoms/components/Icon/icons/callout-success.vue +8 -8
  111. package/src/atoms/components/Icon/icons/callout-warning.vue +6 -6
  112. package/src/atoms/components/Icon/icons/card.vue +9 -9
  113. package/src/atoms/components/Icon/icons/cart-empty.vue +9 -9
  114. package/src/atoms/components/Icon/icons/check-thin.vue +7 -7
  115. package/src/atoms/components/Icon/icons/check.vue +3 -3
  116. package/src/atoms/components/Icon/icons/chevron-down.vue +7 -7
  117. package/src/atoms/components/Icon/icons/chevron-left.vue +7 -7
  118. package/src/atoms/components/Icon/icons/chevron-right-wide.vue +3 -3
  119. package/src/atoms/components/Icon/icons/chevron-right.vue +3 -3
  120. package/src/atoms/components/Icon/icons/chevron-up.vue +7 -7
  121. package/src/atoms/components/Icon/icons/close.vue +6 -6
  122. package/src/atoms/components/Icon/icons/column-1.vue +0 -0
  123. package/src/atoms/components/Icon/icons/column-2.vue +0 -0
  124. package/src/atoms/components/Icon/icons/column-3.vue +0 -0
  125. package/src/atoms/components/Icon/icons/column-4.vue +0 -0
  126. package/src/atoms/components/Icon/icons/community.vue +5 -5
  127. package/src/atoms/components/Icon/icons/contact-message.vue +10 -10
  128. package/src/atoms/components/Icon/icons/content.vue +7 -7
  129. package/src/atoms/components/Icon/icons/copy.vue +10 -10
  130. package/src/atoms/components/Icon/icons/crazy-domains/filter.vue +6 -6
  131. package/src/atoms/components/Icon/icons/crazy-domains/globe.vue +6 -6
  132. package/src/atoms/components/Icon/icons/crazy-domains/home.vue +6 -6
  133. package/src/atoms/components/Icon/icons/crazy-domains/social-facebook.vue +6 -6
  134. package/src/atoms/components/Icon/icons/crazy-domains/social-google.vue +6 -6
  135. package/src/atoms/components/Icon/icons/crazy-domains/social-instagram.vue +6 -6
  136. package/src/atoms/components/Icon/icons/crazy-domains/social-twitter.vue +6 -6
  137. package/src/atoms/components/Icon/icons/crazy-domains/social-youtube.vue +6 -6
  138. package/src/atoms/components/Icon/icons/crop.vue +6 -6
  139. package/src/atoms/components/Icon/icons/delete.vue +8 -8
  140. package/src/atoms/components/Icon/icons/designs.vue +6 -6
  141. package/src/atoms/components/Icon/icons/desktop.vue +7 -7
  142. package/src/atoms/components/Icon/icons/divider-thick.vue +0 -0
  143. package/src/atoms/components/Icon/icons/divider-thin.vue +0 -0
  144. package/src/atoms/components/Icon/icons/divider.vue +0 -0
  145. package/src/atoms/components/Icon/icons/donate.vue +6 -6
  146. package/src/atoms/components/Icon/icons/download.vue +5 -5
  147. package/src/atoms/components/Icon/icons/duplicate.vue +6 -6
  148. package/src/atoms/components/Icon/icons/edit-line.vue +10 -10
  149. package/src/atoms/components/Icon/icons/edit.vue +6 -6
  150. package/src/atoms/components/Icon/icons/ellipsis.vue +6 -6
  151. package/src/atoms/components/Icon/icons/envelope-email.vue +9 -9
  152. package/src/atoms/components/Icon/icons/error.vue +8 -8
  153. package/src/atoms/components/Icon/icons/eye-crossed.vue +7 -7
  154. package/src/atoms/components/Icon/icons/fees.vue +6 -6
  155. package/src/atoms/components/Icon/icons/filter.vue +7 -7
  156. package/src/atoms/components/Icon/icons/filters.vue +6 -6
  157. package/src/atoms/components/Icon/icons/flag.vue +6 -6
  158. package/src/atoms/components/Icon/icons/flip-horizontal.vue +7 -7
  159. package/src/atoms/components/Icon/icons/flip-vertical.vue +7 -7
  160. package/src/atoms/components/Icon/icons/folder.vue +6 -6
  161. package/src/atoms/components/Icon/icons/footer-centered.vue +7 -7
  162. package/src/atoms/components/Icon/icons/footer-left.vue +7 -7
  163. package/src/atoms/components/Icon/icons/form-message.vue +6 -6
  164. package/src/atoms/components/Icon/icons/form.vue +5 -5
  165. package/src/atoms/components/Icon/icons/fullscreen-exit.vue +5 -5
  166. package/src/atoms/components/Icon/icons/fullscreen.vue +5 -5
  167. package/src/atoms/components/Icon/icons/globe.vue +6 -6
  168. package/src/atoms/components/Icon/icons/godaddy/logo.vue +5 -5
  169. package/src/atoms/components/Icon/icons/hamburger-1.vue +0 -0
  170. package/src/atoms/components/Icon/icons/hamburger-2.vue +0 -0
  171. package/src/atoms/components/Icon/icons/hamburger-3.vue +0 -0
  172. package/src/atoms/components/Icon/icons/hamburger-4.vue +0 -0
  173. package/src/atoms/components/Icon/icons/hamburger.vue +7 -7
  174. package/src/atoms/components/Icon/icons/home.vue +7 -7
  175. package/src/atoms/components/Icon/icons/icon-style-circle-bg.vue +22 -22
  176. package/src/atoms/components/Icon/icons/icon-style-no-bg.vue +16 -16
  177. package/src/atoms/components/Icon/icons/icon-style-square-bg.vue +22 -22
  178. package/src/atoms/components/Icon/icons/image-gallery-carousel.vue +7 -7
  179. package/src/atoms/components/Icon/icons/image-gallery-grid.vue +7 -7
  180. package/src/atoms/components/Icon/icons/image-gallery-masonry.vue +6 -6
  181. package/src/atoms/components/Icon/icons/images-gallery.vue +5 -5
  182. package/src/atoms/components/Icon/icons/images.vue +7 -7
  183. package/src/atoms/components/Icon/icons/info.vue +9 -9
  184. package/src/atoms/components/Icon/icons/jobs.vue +8 -8
  185. package/src/atoms/components/Icon/icons/layer-bring-front.vue +6 -6
  186. package/src/atoms/components/Icon/icons/layer-send-back.vue +6 -6
  187. package/src/atoms/components/Icon/icons/layer.vue +6 -6
  188. package/src/atoms/components/Icon/icons/layout/display-style-about-1.vue +20 -20
  189. package/src/atoms/components/Icon/icons/layout/display-style-about-2.vue +20 -20
  190. package/src/atoms/components/Icon/icons/layout/display-style-about-3.vue +20 -20
  191. package/src/atoms/components/Icon/icons/layout/display-style-about-4.vue +32 -32
  192. package/src/atoms/components/Icon/icons/layout/display-style-about-5.vue +27 -27
  193. package/src/atoms/components/Icon/icons/layout/display-style-about-6.vue +27 -27
  194. package/src/atoms/components/Icon/icons/layout/display-style-banner-1.vue +20 -20
  195. package/src/atoms/components/Icon/icons/layout/display-style-banner-2.vue +20 -20
  196. package/src/atoms/components/Icon/icons/layout/display-style-banner-3.vue +20 -20
  197. package/src/atoms/components/Icon/icons/layout/display-style-banner-4.vue +20 -20
  198. package/src/atoms/components/Icon/icons/layout/display-style-banner-5.vue +20 -20
  199. package/src/atoms/components/Icon/icons/layout/display-style-banner-6.vue +27 -27
  200. package/src/atoms/components/Icon/icons/layout/display-style-banner-7.vue +27 -27
  201. package/src/atoms/components/Icon/icons/layout/display-style-banner-8.vue +20 -20
  202. package/src/atoms/components/Icon/icons/layout/display-style-banner-9.vue +20 -20
  203. package/src/atoms/components/Icon/icons/layout/display-style-contact-1.vue +24 -24
  204. package/src/atoms/components/Icon/icons/layout/display-style-contact-2.vue +24 -24
  205. package/src/atoms/components/Icon/icons/layout/display-style-contact-4.vue +24 -24
  206. package/src/atoms/components/Icon/icons/layout/display-style-contact-5.vue +39 -39
  207. package/src/atoms/components/Icon/icons/layout/display-style-contact-6.vue +39 -39
  208. package/src/atoms/components/Icon/icons/layout/display-style-images-1.vue +0 -0
  209. package/src/atoms/components/Icon/icons/layout/display-style-images-2.vue +0 -0
  210. package/src/atoms/components/Icon/icons/layout/display-style-images-3.vue +0 -0
  211. package/src/atoms/components/Icon/icons/layout/display-style-images-4.vue +0 -0
  212. package/src/atoms/components/Icon/icons/layout/display-style-images-5.vue +0 -0
  213. package/src/atoms/components/Icon/icons/layout/display-style-images-6.vue +0 -0
  214. package/src/atoms/components/Icon/icons/layout/footer/display-style-1.vue +7 -7
  215. package/src/atoms/components/Icon/icons/layout/footer/display-style-2.vue +16 -16
  216. package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-1.vue +17 -17
  217. package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-2.vue +17 -17
  218. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-1.vue +17 -17
  219. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-2.vue +17 -17
  220. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-3.vue +13 -13
  221. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-4.vue +13 -13
  222. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-5.vue +17 -17
  223. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-6.vue +17 -17
  224. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-1.vue +16 -16
  225. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-2.vue +16 -16
  226. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-3.vue +16 -16
  227. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-1.vue +17 -17
  228. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-2.vue +17 -17
  229. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-3.vue +17 -17
  230. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-4.vue +21 -21
  231. package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-1.vue +17 -17
  232. package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-2.vue +17 -17
  233. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-1.vue +16 -16
  234. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-2.vue +16 -16
  235. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-3.vue +16 -16
  236. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-normal.vue +7 -7
  237. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-small.vue +7 -7
  238. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-small-text-center-normal.vue +7 -7
  239. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-bottom.vue +11 -11
  240. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-circle.vue +10 -10
  241. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-top.vue +11 -11
  242. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-center-normal.vue +7 -7
  243. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-justify-normal.vue +7 -7
  244. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-left-normal.vue +7 -7
  245. package/src/atoms/components/Icon/icons/layout/layout-icon-left-small-text-left-normal.vue +7 -7
  246. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-center-normal.vue +7 -7
  247. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-justify-normal.vue +7 -7
  248. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-right-normal.vue +7 -7
  249. package/src/atoms/components/Icon/icons/layout/layout-icon-right-small-text-right-normal.vue +7 -7
  250. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-normal.vue +7 -7
  251. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-small.vue +7 -7
  252. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-justify-normal.vue +7 -7
  253. package/src/atoms/components/Icon/icons/layout/layout-icon-top-small-text-center-normal.vue +7 -7
  254. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-1.vue +16 -16
  255. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-2.vue +10 -10
  256. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-3.vue +10 -10
  257. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-4.vue +23 -23
  258. package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-1.vue +16 -16
  259. package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-2.vue +7 -7
  260. package/src/atoms/components/Icon/icons/letterhead-filled.vue +5 -5
  261. package/src/atoms/components/Icon/icons/link.vue +6 -6
  262. package/src/atoms/components/Icon/icons/location.vue +6 -6
  263. package/src/atoms/components/Icon/icons/lock.vue +6 -6
  264. package/src/atoms/components/Icon/icons/mac-command.vue +7 -7
  265. package/src/atoms/components/Icon/icons/maker/align-center.vue +7 -7
  266. package/src/atoms/components/Icon/icons/maker/align-justify.vue +7 -7
  267. package/src/atoms/components/Icon/icons/maker/align-left.vue +7 -7
  268. package/src/atoms/components/Icon/icons/maker/align-right.vue +7 -7
  269. package/src/atoms/components/Icon/icons/maker/animate.vue +7 -7
  270. package/src/atoms/components/Icon/icons/maker/bold.vue +7 -7
  271. package/src/atoms/components/Icon/icons/maker/custom-landscape.vue +5 -5
  272. package/src/atoms/components/Icon/icons/maker/email-symbol.vue +5 -5
  273. package/src/atoms/components/Icon/icons/maker/email.vue +5 -5
  274. package/src/atoms/components/Icon/icons/maker/eraser.vue +5 -5
  275. package/src/atoms/components/Icon/icons/maker/etsy.vue +5 -5
  276. package/src/atoms/components/Icon/icons/maker/facebook.vue +5 -5
  277. package/src/atoms/components/Icon/icons/maker/favicon.vue +7 -7
  278. package/src/atoms/components/Icon/icons/maker/flyer.vue +7 -7
  279. package/src/atoms/components/Icon/icons/maker/gift-certificate.vue +5 -5
  280. package/src/atoms/components/Icon/icons/maker/globe.vue +5 -5
  281. package/src/atoms/components/Icon/icons/maker/image.vue +7 -7
  282. package/src/atoms/components/Icon/icons/maker/instagram.vue +7 -7
  283. package/src/atoms/components/Icon/icons/maker/invitation.vue +5 -5
  284. package/src/atoms/components/Icon/icons/maker/invoice.vue +5 -5
  285. package/src/atoms/components/Icon/icons/maker/italic.vue +7 -7
  286. package/src/atoms/components/Icon/icons/maker/link.vue +7 -7
  287. package/src/atoms/components/Icon/icons/maker/linkedin.vue +7 -7
  288. package/src/atoms/components/Icon/icons/maker/menu.vue +5 -5
  289. package/src/atoms/components/Icon/icons/maker/pause.vue +5 -5
  290. package/src/atoms/components/Icon/icons/maker/phone.vue +5 -5
  291. package/src/atoms/components/Icon/icons/maker/pinterest.vue +5 -5
  292. package/src/atoms/components/Icon/icons/maker/play.vue +5 -5
  293. package/src/atoms/components/Icon/icons/maker/postcard.vue +5 -5
  294. package/src/atoms/components/Icon/icons/maker/poster.vue +7 -7
  295. package/src/atoms/components/Icon/icons/maker/profile.vue +5 -5
  296. package/src/atoms/components/Icon/icons/maker/qrcode.vue +5 -5
  297. package/src/atoms/components/Icon/icons/maker/snapchat.vue +5 -5
  298. package/src/atoms/components/Icon/icons/maker/soundcloud.vue +7 -7
  299. package/src/atoms/components/Icon/icons/maker/strikethrough.vue +7 -7
  300. package/src/atoms/components/Icon/icons/maker/text.vue +7 -7
  301. package/src/atoms/components/Icon/icons/maker/thankyou-card.vue +5 -5
  302. package/src/atoms/components/Icon/icons/maker/tiktok.vue +5 -5
  303. package/src/atoms/components/Icon/icons/maker/tumblr.vue +5 -5
  304. package/src/atoms/components/Icon/icons/maker/twitch.vue +7 -7
  305. package/src/atoms/components/Icon/icons/maker/twitter.vue +5 -5
  306. package/src/atoms/components/Icon/icons/maker/underline.vue +7 -7
  307. package/src/atoms/components/Icon/icons/maker/uppercase.vue +14 -14
  308. package/src/atoms/components/Icon/icons/maker/video.vue +5 -5
  309. package/src/atoms/components/Icon/icons/maker/whatsapp.vue +7 -7
  310. package/src/atoms/components/Icon/icons/maker/youtube.vue +5 -5
  311. package/src/atoms/components/Icon/icons/maker/zoom.vue +5 -5
  312. package/src/atoms/components/Icon/icons/map.vue +6 -6
  313. package/src/atoms/components/Icon/icons/message.vue +6 -6
  314. package/src/atoms/components/Icon/icons/minus-circle-light.vue +7 -7
  315. package/src/atoms/components/Icon/icons/minus.vue +3 -3
  316. package/src/atoms/components/Icon/icons/mobile.vue +5 -5
  317. package/src/atoms/components/Icon/icons/opacity.vue +6 -6
  318. package/src/atoms/components/Icon/icons/other.vue +7 -7
  319. package/src/atoms/components/Icon/icons/page-buttons.vue +8 -8
  320. package/src/atoms/components/Icon/icons/page-hamburger.vue +9 -9
  321. package/src/atoms/components/Icon/icons/page-tabs.vue +9 -9
  322. package/src/atoms/components/Icon/icons/pages.vue +6 -6
  323. package/src/atoms/components/Icon/icons/palette.vue +6 -6
  324. package/src/atoms/components/Icon/icons/pause.vue +5 -5
  325. package/src/atoms/components/Icon/icons/payment.vue +8 -8
  326. package/src/atoms/components/Icon/icons/payments-featured.vue +6 -6
  327. package/src/atoms/components/Icon/icons/payments-textonly.vue +8 -8
  328. package/src/atoms/components/Icon/icons/payments-thumbnail.vue +9 -9
  329. package/src/atoms/components/Icon/icons/phone.vue +6 -6
  330. package/src/atoms/components/Icon/icons/plus-circle-light.vue +8 -8
  331. package/src/atoms/components/Icon/icons/plus-circle.vue +7 -7
  332. package/src/atoms/components/Icon/icons/plus.vue +3 -3
  333. package/src/atoms/components/Icon/icons/poll.vue +3 -3
  334. package/src/atoms/components/Icon/icons/portfolio.vue +10 -10
  335. package/src/atoms/components/Icon/icons/preview.vue +6 -6
  336. package/src/atoms/components/Icon/icons/printing.vue +6 -6
  337. package/src/atoms/components/Icon/icons/processing.vue +5 -5
  338. package/src/atoms/components/Icon/icons/question.vue +11 -11
  339. package/src/atoms/components/Icon/icons/quote.vue +0 -0
  340. package/src/atoms/components/Icon/icons/ratio-1-1.vue +3 -3
  341. package/src/atoms/components/Icon/icons/ratio-16-9.vue +1 -1
  342. package/src/atoms/components/Icon/icons/ratio-2-3.vue +3 -3
  343. package/src/atoms/components/Icon/icons/ratio-3-2.vue +3 -3
  344. package/src/atoms/components/Icon/icons/ratio-3-4.vue +3 -3
  345. package/src/atoms/components/Icon/icons/ratio-4-3.vue +3 -3
  346. package/src/atoms/components/Icon/icons/ratio-9-16.vue +3 -3
  347. package/src/atoms/components/Icon/icons/ratio-circle.vue +8 -8
  348. package/src/atoms/components/Icon/icons/ratio-original.vue +11 -11
  349. package/src/atoms/components/Icon/icons/redo.vue +6 -6
  350. package/src/atoms/components/Icon/icons/reload.vue +6 -6
  351. package/src/atoms/components/Icon/icons/reorderable.vue +5 -5
  352. package/src/atoms/components/Icon/icons/request-payment.vue +6 -6
  353. package/src/atoms/components/Icon/icons/reset.vue +6 -6
  354. package/src/atoms/components/Icon/icons/search.vue +11 -11
  355. package/src/atoms/components/Icon/icons/secure.vue +7 -7
  356. package/src/atoms/components/Icon/icons/services.vue +7 -7
  357. package/src/atoms/components/Icon/icons/settings.vue +7 -7
  358. package/src/atoms/components/Icon/icons/shape.vue +5 -5
  359. package/src/atoms/components/Icon/icons/share.vue +8 -8
  360. package/src/atoms/components/Icon/icons/shop.vue +5 -5
  361. package/src/atoms/components/Icon/icons/sms.vue +5 -5
  362. package/src/atoms/components/Icon/icons/social-facebook-color.vue +9 -9
  363. package/src/atoms/components/Icon/icons/social-facebook.vue +5 -5
  364. package/src/atoms/components/Icon/icons/social-google.vue +5 -5
  365. package/src/atoms/components/Icon/icons/social-instagram-color.vue +24 -24
  366. package/src/atoms/components/Icon/icons/social-linkedin-color.vue +9 -9
  367. package/src/atoms/components/Icon/icons/social-share.vue +7 -7
  368. package/src/atoms/components/Icon/icons/social-twitter-color.vue +9 -9
  369. package/src/atoms/components/Icon/icons/star-filled.vue +6 -6
  370. package/src/atoms/components/Icon/icons/star-hollow.vue +6 -6
  371. package/src/atoms/components/Icon/icons/styles.vue +5 -5
  372. package/src/atoms/components/Icon/icons/submit.vue +5 -5
  373. package/src/atoms/components/Icon/icons/templates.vue +7 -7
  374. package/src/atoms/components/Icon/icons/testimonial-big-image.vue +0 -0
  375. package/src/atoms/components/Icon/icons/testimonial-centered.vue +0 -0
  376. package/src/atoms/components/Icon/icons/testimonial-columns.vue +0 -0
  377. package/src/atoms/components/Icon/icons/text-image-center.vue +6 -6
  378. package/src/atoms/components/Icon/icons/text-image-justified.vue +7 -7
  379. package/src/atoms/components/Icon/icons/text-image-left.vue +9 -9
  380. package/src/atoms/components/Icon/icons/text-image-only.vue +5 -5
  381. package/src/atoms/components/Icon/icons/text-image-right.vue +9 -9
  382. package/src/atoms/components/Icon/icons/text-image.vue +13 -13
  383. package/src/atoms/components/Icon/icons/time.vue +8 -8
  384. package/src/atoms/components/Icon/icons/tooltip-bottom.vue +5 -5
  385. package/src/atoms/components/Icon/icons/tooltip-left.vue +5 -5
  386. package/src/atoms/components/Icon/icons/tooltip-right.vue +5 -5
  387. package/src/atoms/components/Icon/icons/tooltip-top.vue +5 -5
  388. package/src/atoms/components/Icon/icons/undo.vue +6 -6
  389. package/src/atoms/components/Icon/icons/upgrade-alt.vue +7 -7
  390. package/src/atoms/components/Icon/icons/upgrade.vue +9 -9
  391. package/src/atoms/components/Icon/icons/upload-arrow.vue +5 -5
  392. package/src/atoms/components/Icon/icons/upload.vue +5 -5
  393. package/src/atoms/components/Icon/icons/user-accounts.vue +5 -5
  394. package/src/atoms/components/Icon/icons/volume-muted.vue +5 -5
  395. package/src/atoms/components/Icon/icons/volume.vue +5 -5
  396. package/src/atoms/components/Icon/icons/watchlist-filled.vue +14 -14
  397. package/src/atoms/components/Icon/icons/watchlist-hollow-alt.vue +14 -14
  398. package/src/atoms/components/Icon/icons/watchlist-hollow.vue +6 -6
  399. package/src/atoms/components/Icon/icons/website-filled.vue +5 -5
  400. package/src/atoms/components/Icon/icons/website.vue +6 -6
  401. package/src/atoms/components/Icon/icons/wholesale.vue +6 -6
  402. package/src/atoms/components/Icon/icons/zoom-in.vue +5 -5
  403. package/src/atoms/components/Icon/icons/zoom-out.vue +5 -5
  404. package/src/atoms/components/Icon/icons/zoom.vue +11 -11
  405. package/src/atoms/components/Loader/Loader.vue +15 -15
  406. package/src/atoms/components/Masonry/Masonry.stories.js +48 -48
  407. package/src/atoms/components/Masonry/Masonry.vue +48 -48
  408. package/src/atoms/components/Masonry/fixtures.js +589 -589
  409. package/src/atoms/components/Modal/HashRouteModal.stories.js +68 -68
  410. package/src/atoms/components/Modal/HashRouteModal.vue +120 -120
  411. package/src/atoms/components/Modal/Modal.stories.js +303 -303
  412. package/src/atoms/components/Modal/Modal.vue +258 -258
  413. package/src/atoms/components/Notice/Notice.stories.js +174 -174
  414. package/src/atoms/components/Notice/Notice.vue +71 -71
  415. package/src/atoms/components/NumberStepper/NumberStepper.stories.js +51 -51
  416. package/src/atoms/components/NumberStepper/NumberStepper.vue +298 -298
  417. package/src/atoms/components/Picture/Picture.stories.js +90 -90
  418. package/src/atoms/components/Picture/Picture.vue +84 -84
  419. package/src/atoms/components/Picture/picture.fixtures.js +35 -35
  420. package/src/atoms/components/Pill/Pill.stories.js +20 -20
  421. package/src/atoms/components/Pill/Pill.vue +8 -8
  422. package/src/atoms/components/PillBar/PillBar.fixtures.js +941 -941
  423. package/src/atoms/components/PillBar/PillBar.stories.js +39 -39
  424. package/src/atoms/components/PillBar/PillBar.vue +62 -62
  425. package/src/atoms/components/Price/Price.fixtures.js +25 -25
  426. package/src/atoms/components/Price/Price.stories.js +173 -173
  427. package/src/atoms/components/Price/Price.vue +106 -106
  428. package/src/atoms/components/SearchBar/SearchBar.stories.js +21 -21
  429. package/src/atoms/components/SearchBar/SearchBar.vue +51 -51
  430. package/src/atoms/components/Select/Select.stories.js +142 -142
  431. package/src/atoms/components/Select/Select.vue +594 -594
  432. package/src/atoms/components/Select/pointerMixin.js +99 -99
  433. package/src/atoms/components/Select/selectMixin.js +340 -340
  434. package/src/atoms/components/Slider/Slider.stories.js +0 -0
  435. package/src/atoms/components/Slider/Slider.vue +0 -0
  436. package/src/atoms/components/StarRating/StarRating.stories.js +50 -50
  437. package/src/atoms/components/StarRating/StarRating.vue +84 -84
  438. package/src/atoms/components/TabMenu/TabMenu.stories.js +54 -54
  439. package/src/atoms/components/TabMenu/TabMenu.vue +44 -44
  440. package/src/atoms/components/TextCopyField/TextCopyField.stories.js +68 -68
  441. package/src/atoms/components/TextCopyField/TextCopyField.vue +75 -75
  442. package/src/atoms/components/TextInput/TextInput.stories.js +232 -232
  443. package/src/atoms/components/TextInput/TextInput.vue +156 -156
  444. package/src/atoms/components/Textarea/Textarea.stories.js +209 -209
  445. package/src/atoms/components/Textarea/Textarea.vue +109 -109
  446. package/src/atoms/components/Toggle/Toggle.stories.js +176 -176
  447. package/src/atoms/components/Toggle/Toggle.vue +69 -69
  448. package/src/atoms/components/Tooltip/Tooltip.stories.js +493 -493
  449. package/src/atoms/components/Tooltip/Tooltip.vue +196 -196
  450. package/src/atoms/components/design-com/Icon/Icon.stories.js +82 -82
  451. package/src/atoms/components/design-com/Icon/Icon.vue +157 -157
  452. package/src/atoms/components/design-com/Icon/icons/annotate-heart.vue +0 -0
  453. package/src/atoms/components/design-com/Icon/icons/award.vue +7 -7
  454. package/src/atoms/components/design-com/Icon/icons/bezier-curve.vue +0 -0
  455. package/src/atoms/components/design-com/Icon/icons/bulb.vue +7 -7
  456. package/src/atoms/components/design-com/Icon/icons/card.vue +7 -7
  457. package/src/atoms/components/design-com/Icon/icons/check-circle-light.vue +7 -7
  458. package/src/atoms/components/design-com/Icon/icons/chevron-down.vue +7 -7
  459. package/src/atoms/components/design-com/Icon/icons/chevron-left.vue +7 -7
  460. package/src/atoms/components/design-com/Icon/icons/chevron-right.vue +3 -3
  461. package/src/atoms/components/design-com/Icon/icons/chevron-up.vue +7 -7
  462. package/src/atoms/components/design-com/Icon/icons/diamond.vue +7 -7
  463. package/src/atoms/components/design-com/Icon/icons/download.vue +7 -7
  464. package/src/atoms/components/design-com/Icon/icons/file-empty.vue +7 -7
  465. package/src/atoms/components/design-com/Icon/icons/file.vue +7 -7
  466. package/src/atoms/components/design-com/Icon/icons/filter.vue +7 -7
  467. package/src/atoms/components/design-com/Icon/icons/font.vue +7 -7
  468. package/src/atoms/components/design-com/Icon/icons/headphones.vue +7 -7
  469. package/src/atoms/components/design-com/Icon/icons/heart.vue +7 -7
  470. package/src/atoms/components/design-com/Icon/icons/image.vue +7 -7
  471. package/src/atoms/components/design-com/Icon/icons/logo.vue +7 -7
  472. package/src/atoms/components/design-com/Icon/icons/minus-circle-light.vue +7 -7
  473. package/src/atoms/components/design-com/Icon/icons/palette.vue +0 -0
  474. package/src/atoms/components/design-com/Icon/icons/pen.vue +0 -0
  475. package/src/atoms/components/design-com/Icon/icons/plus-circle-light.vue +8 -8
  476. package/src/atoms/components/design-com/Icon/icons/question-circle-filled.vue +7 -7
  477. package/src/atoms/components/design-com/Icon/icons/search.vue +7 -7
  478. package/src/atoms/components/design-com/Icon/icons/star-filled.vue +6 -6
  479. package/src/atoms/components/design-com/Icon/icons/star-hollow.vue +6 -6
  480. package/src/atoms/components/design-com/Icon/icons/text.vue +0 -0
  481. package/src/atoms/components/design-com/Icon/icons/users.vue +7 -7
  482. package/src/atoms/constants/constants.ts +6 -6
  483. package/src/atoms/mixin/hash-router-mixin.js +68 -68
  484. package/src/atoms/thirdparty-components/VueMasonryWall/VueMasonryWall.vue +280 -280
  485. package/src/atoms/thirdparty-components/VueMasonryWall/maxBy.js +50 -50
  486. package/src/css/tailwind.css +3 -3
  487. package/src/experiences/clients/brand-crowd-api.client.js +104 -104
  488. package/src/experiences/clients/brand-page-api.client.js +30 -30
  489. package/src/experiences/components/AuthFlow/Auth.fixtures.js +4 -4
  490. package/src/experiences/components/AuthFlow/Auth.stories.js +345 -345
  491. package/src/experiences/components/AuthFlow/AuthCrazyDomains.stories.js +60 -60
  492. package/src/experiences/components/AuthFlow/AuthLegal.vue +108 -108
  493. package/src/experiences/components/AuthFlow/AuthModal.vue +39 -39
  494. package/src/experiences/components/AuthFlow/ForgotPassword.vue +210 -210
  495. package/src/experiences/components/AuthFlow/ForgotPasswordModal.vue +68 -68
  496. package/src/experiences/components/AuthFlow/ResetPassword.vue +150 -150
  497. package/src/experiences/components/AuthFlow/ResetPasswordModal.vue +64 -64
  498. package/src/experiences/components/AuthFlow/ResetPasswordSuccessModal.vue +56 -56
  499. package/src/experiences/components/AuthFlow/SignIn.vue +442 -442
  500. package/src/experiences/components/AuthFlow/SignUp.vue +272 -272
  501. package/src/experiences/components/AuthFlow/SignUpModal.vue +90 -90
  502. package/src/experiences/components/AuthFlow/SocialSignIn.vue +177 -177
  503. package/src/experiences/components/AuthFlow/SocialSignInButton.vue +74 -74
  504. package/src/experiences/components/AuthFlow/SubmissionButton.vue +56 -56
  505. package/src/experiences/components/PaymentConfigList/PaymentConfig.mixin.js +91 -91
  506. package/src/experiences/components/PaymentConfigList/PaymentConfigDropdown.vue +121 -134
  507. package/src/experiences/components/PaymentConfigList/PaymentConfigList.stories.js +189 -189
  508. package/src/experiences/components/PaymentConfigList/PaymentConfigList.vue +45 -46
  509. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageCard.vue +115 -115
  510. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.stories.js +203 -203
  511. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.vue +0 -0
  512. package/src/experiences/components/PublishBrandPageModal/__fixtures__/data.js +25 -25
  513. package/src/experiences/components/SellDomainNameList/SellDomainNameList.fixtures.js +32 -32
  514. package/src/experiences/components/SellDomainNameList/SellDomainNameList.vue +145 -145
  515. package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.stories.js +74 -74
  516. package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.vue +124 -124
  517. package/src/experiences/components/SellDomainNameModalApplication/SellDomainNameModalApplication.vue +205 -205
  518. package/src/experiences/components/SellDomainNameSearch/SellDomainNameSearch.vue +0 -0
  519. package/src/experiences/components/SellDomainNameSearchResult/SellDomainNameListSearchResult.vue +153 -153
  520. package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.stories.js +38 -38
  521. package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.vue +184 -184
  522. package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.stories.js +40 -40
  523. package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.vue +152 -152
  524. package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.stories.js +205 -205
  525. package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.vue +127 -127
  526. package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.stories.js +58 -58
  527. package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.vue +278 -278
  528. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.stories.js +37 -37
  529. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.vue +328 -328
  530. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessText.vue +140 -140
  531. package/src/experiences/components/UploadYourLogoOnBoarding/LogoCropper.vue +467 -467
  532. package/src/experiences/components/UploadYourLogoOnBoarding/LogoPreview.vue +97 -97
  533. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadError.vue +69 -69
  534. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadExitConfirmation.vue +49 -49
  535. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadModal.vue +38 -38
  536. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploader.vue +91 -91
  537. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadingLoader.vue +22 -22
  538. package/src/experiences/components/UploadYourLogoOnBoarding/UploadYourLogoOnBoarding.vue +290 -290
  539. package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.stories.js +82 -82
  540. package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.vue +201 -201
  541. package/src/experiences/constants/api.js +8 -8
  542. package/src/experiences/constants/error-constants.js +5 -5
  543. package/src/experiences/constants/event-constants.js +18 -18
  544. package/src/experiences/constants/partner-dictionary-constants.js +27 -27
  545. package/src/experiences/constants/rego-source-constants.js +3 -3
  546. package/src/experiences/constants/sell-domain-name-constants.js +4 -4
  547. package/src/experiences/helpers/email-validator.js +5 -5
  548. package/src/experiences/helpers/hex-diff.js +116 -116
  549. package/src/experiences/helpers/tracking.js +5 -5
  550. package/src/experiences/mixins/mediaQueryMixin.js +31 -31
  551. package/src/experiences/mixins/themeMixin.js +22 -22
  552. package/src/themes/base.js +20 -20
  553. package/src/themes/bc.js +95 -95
  554. package/src/themes/bp.js +21 -21
  555. package/src/themes/cd.js +94 -94
  556. package/src/themes/dc.js +84 -84
  557. package/src/themes/dcom.js +106 -106
  558. package/src/themes/themes.js +16 -16
  559. package/src/viewports.js +51 -51
  560. package/storybook-static/favicon.ico +0 -0
  561. package/stylelint.config.js +19 -19
  562. package/tailwind.build.js +83 -83
  563. package/tailwind.config.js +37 -37
  564. package/tailwind.themes.js +59 -59
  565. package/vite.config.ts +37 -37
  566. package/public/css/tailwind-brandCrowd.css +0 -2378
  567. package/public/css/tailwind-brandPage.css +0 -2066
  568. package/public/css/tailwind-crazyDomains.css +0 -2378
  569. package/public/css/tailwind-designCom.css +0 -2378
  570. package/public/css/tailwind-designCrowd.css +0 -2378
@@ -1,2066 +0,0 @@
1
- /*
2
- ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
3
- *//*
4
- 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
5
- 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
6
- */
7
-
8
- *,
9
- ::before,
10
- ::after {
11
- box-sizing: border-box; /* 1 */
12
- border-width: 0; /* 2 */
13
- border-style: solid; /* 2 */
14
- border-color: currentColor; /* 2 */
15
- }
16
-
17
- ::before,
18
- ::after {
19
- --tw-content: '';
20
- }
21
-
22
- /*
23
- 1. Use a consistent sensible line-height in all browsers.
24
- 2. Prevent adjustments of font size after orientation changes in iOS.
25
- 3. Use a more readable tab size.
26
- 4. Use the user's configured `sans` font-family by default.
27
- 5. Use the user's configured `sans` font-feature-settings by default.
28
- 6. Use the user's configured `sans` font-variation-settings by default.
29
- 7. Disable tap highlights on iOS
30
- */
31
-
32
- html,
33
- :host {
34
- line-height: 1.5; /* 1 */
35
- -webkit-text-size-adjust: 100%; /* 2 */
36
- -moz-tab-size: 4; /* 3 */
37
- -o-tab-size: 4;
38
- tab-size: 4; /* 3 */
39
- font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
40
- font-feature-settings: normal; /* 5 */
41
- font-variation-settings: normal; /* 6 */
42
- -webkit-tap-highlight-color: transparent; /* 7 */
43
- }
44
-
45
- /*
46
- 1. Remove the margin in all browsers.
47
- 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
48
- */
49
-
50
- body {
51
- margin: 0; /* 1 */
52
- line-height: inherit; /* 2 */
53
- }
54
-
55
- /*
56
- 1. Add the correct height in Firefox.
57
- 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
58
- 3. Ensure horizontal rules are visible by default.
59
- */
60
-
61
- hr {
62
- height: 0; /* 1 */
63
- color: inherit; /* 2 */
64
- border-top-width: 1px; /* 3 */
65
- }
66
-
67
- /*
68
- Add the correct text decoration in Chrome, Edge, and Safari.
69
- */
70
-
71
- abbr:where([title]) {
72
- -webkit-text-decoration: underline dotted;
73
- text-decoration: underline dotted;
74
- }
75
-
76
- /*
77
- Remove the default font size and weight for headings.
78
- */
79
-
80
- h1,
81
- h2,
82
- h3,
83
- h4,
84
- h5,
85
- h6 {
86
- font-size: inherit;
87
- font-weight: inherit;
88
- }
89
-
90
- /*
91
- Reset links to optimize for opt-in styling instead of opt-out.
92
- */
93
-
94
- a {
95
- color: inherit;
96
- text-decoration: inherit;
97
- }
98
-
99
- /*
100
- Add the correct font weight in Edge and Safari.
101
- */
102
-
103
- b,
104
- strong {
105
- font-weight: bolder;
106
- }
107
-
108
- /*
109
- 1. Use the user's configured `mono` font-family by default.
110
- 2. Use the user's configured `mono` font-feature-settings by default.
111
- 3. Use the user's configured `mono` font-variation-settings by default.
112
- 4. Correct the odd `em` font sizing in all browsers.
113
- */
114
-
115
- code,
116
- kbd,
117
- samp,
118
- pre {
119
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
120
- font-feature-settings: normal; /* 2 */
121
- font-variation-settings: normal; /* 3 */
122
- font-size: 1em; /* 4 */
123
- }
124
-
125
- /*
126
- Add the correct font size in all browsers.
127
- */
128
-
129
- small {
130
- font-size: 80%;
131
- }
132
-
133
- /*
134
- Prevent `sub` and `sup` elements from affecting the line height in all browsers.
135
- */
136
-
137
- sub,
138
- sup {
139
- font-size: 75%;
140
- line-height: 0;
141
- position: relative;
142
- vertical-align: baseline;
143
- }
144
-
145
- sub {
146
- bottom: -0.25em;
147
- }
148
-
149
- sup {
150
- top: -0.5em;
151
- }
152
-
153
- /*
154
- 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
155
- 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
156
- 3. Remove gaps between table borders by default.
157
- */
158
-
159
- table {
160
- text-indent: 0; /* 1 */
161
- border-color: inherit; /* 2 */
162
- border-collapse: collapse; /* 3 */
163
- }
164
-
165
- /*
166
- 1. Change the font styles in all browsers.
167
- 2. Remove the margin in Firefox and Safari.
168
- 3. Remove default padding in all browsers.
169
- */
170
-
171
- button,
172
- input,
173
- optgroup,
174
- select,
175
- textarea {
176
- font-family: inherit; /* 1 */
177
- font-feature-settings: inherit; /* 1 */
178
- font-variation-settings: inherit; /* 1 */
179
- font-size: 100%; /* 1 */
180
- font-weight: inherit; /* 1 */
181
- line-height: inherit; /* 1 */
182
- color: inherit; /* 1 */
183
- margin: 0; /* 2 */
184
- padding: 0; /* 3 */
185
- }
186
-
187
- /*
188
- Remove the inheritance of text transform in Edge and Firefox.
189
- */
190
-
191
- button,
192
- select {
193
- text-transform: none;
194
- }
195
-
196
- /*
197
- 1. Correct the inability to style clickable types in iOS and Safari.
198
- 2. Remove default button styles.
199
- */
200
-
201
- button,
202
- [type='button'],
203
- [type='reset'],
204
- [type='submit'] {
205
- -webkit-appearance: button; /* 1 */
206
- background-color: transparent; /* 2 */
207
- background-image: none; /* 2 */
208
- }
209
-
210
- /*
211
- Use the modern Firefox focus style for all focusable elements.
212
- */
213
-
214
- :-moz-focusring {
215
- outline: auto;
216
- }
217
-
218
- /*
219
- Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
220
- */
221
-
222
- :-moz-ui-invalid {
223
- box-shadow: none;
224
- }
225
-
226
- /*
227
- Add the correct vertical alignment in Chrome and Firefox.
228
- */
229
-
230
- progress {
231
- vertical-align: baseline;
232
- }
233
-
234
- /*
235
- Correct the cursor style of increment and decrement buttons in Safari.
236
- */
237
-
238
- ::-webkit-inner-spin-button,
239
- ::-webkit-outer-spin-button {
240
- height: auto;
241
- }
242
-
243
- /*
244
- 1. Correct the odd appearance in Chrome and Safari.
245
- 2. Correct the outline style in Safari.
246
- */
247
-
248
- [type='search'] {
249
- -webkit-appearance: textfield; /* 1 */
250
- outline-offset: -2px; /* 2 */
251
- }
252
-
253
- /*
254
- Remove the inner padding in Chrome and Safari on macOS.
255
- */
256
-
257
- ::-webkit-search-decoration {
258
- -webkit-appearance: none;
259
- }
260
-
261
- /*
262
- 1. Correct the inability to style clickable types in iOS and Safari.
263
- 2. Change font properties to `inherit` in Safari.
264
- */
265
-
266
- ::-webkit-file-upload-button {
267
- -webkit-appearance: button; /* 1 */
268
- font: inherit; /* 2 */
269
- }
270
-
271
- /*
272
- Add the correct display in Chrome and Safari.
273
- */
274
-
275
- summary {
276
- display: list-item;
277
- }
278
-
279
- /*
280
- Removes the default spacing and border for appropriate elements.
281
- */
282
-
283
- blockquote,
284
- dl,
285
- dd,
286
- h1,
287
- h2,
288
- h3,
289
- h4,
290
- h5,
291
- h6,
292
- hr,
293
- figure,
294
- p,
295
- pre {
296
- margin: 0;
297
- }
298
-
299
- fieldset {
300
- margin: 0;
301
- padding: 0;
302
- }
303
-
304
- legend {
305
- padding: 0;
306
- }
307
-
308
- ol,
309
- ul,
310
- menu {
311
- list-style: none;
312
- margin: 0;
313
- padding: 0;
314
- }
315
-
316
- /*
317
- Reset default styling for dialogs.
318
- */
319
- dialog {
320
- padding: 0;
321
- }
322
-
323
- /*
324
- Prevent resizing textareas horizontally by default.
325
- */
326
-
327
- textarea {
328
- resize: vertical;
329
- }
330
-
331
- /*
332
- 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
333
- 2. Set the default placeholder color to the user's configured gray 400 color.
334
- */
335
-
336
- input::-moz-placeholder, textarea::-moz-placeholder {
337
- opacity: 1; /* 1 */
338
- color: #9ca3af; /* 2 */
339
- }
340
-
341
- input::placeholder,
342
- textarea::placeholder {
343
- opacity: 1; /* 1 */
344
- color: #9ca3af; /* 2 */
345
- }
346
-
347
- /*
348
- Set the default cursor for buttons.
349
- */
350
-
351
- button,
352
- [role="button"] {
353
- cursor: pointer;
354
- }
355
-
356
- /*
357
- Make sure disabled buttons don't get the pointer cursor.
358
- */
359
- :disabled {
360
- cursor: default;
361
- }
362
-
363
- /*
364
- 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
365
- 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
366
- This can trigger a poorly considered lint error in some tools but is included by design.
367
- */
368
-
369
- img,
370
- svg,
371
- video,
372
- canvas,
373
- audio,
374
- iframe,
375
- embed,
376
- object {
377
- display: block; /* 1 */
378
- vertical-align: middle; /* 2 */
379
- }
380
-
381
- /*
382
- Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
383
- */
384
-
385
- img,
386
- video {
387
- max-width: 100%;
388
- height: auto;
389
- }
390
-
391
- /* Make elements with the HTML hidden attribute stay hidden by default */
392
- [hidden] {
393
- display: none;
394
- }
395
-
396
- *, ::before, ::after {
397
- --tw-border-spacing-x: 0;
398
- --tw-border-spacing-y: 0;
399
- --tw-translate-x: 0;
400
- --tw-translate-y: 0;
401
- --tw-rotate: 0;
402
- --tw-skew-x: 0;
403
- --tw-skew-y: 0;
404
- --tw-scale-x: 1;
405
- --tw-scale-y: 1;
406
- --tw-pan-x: ;
407
- --tw-pan-y: ;
408
- --tw-pinch-zoom: ;
409
- --tw-scroll-snap-strictness: proximity;
410
- --tw-gradient-from-position: ;
411
- --tw-gradient-via-position: ;
412
- --tw-gradient-to-position: ;
413
- --tw-ordinal: ;
414
- --tw-slashed-zero: ;
415
- --tw-numeric-figure: ;
416
- --tw-numeric-spacing: ;
417
- --tw-numeric-fraction: ;
418
- --tw-ring-inset: ;
419
- --tw-ring-offset-width: 0px;
420
- --tw-ring-offset-color: #fff;
421
- --tw-ring-color: rgb(59 130 246 / 0.5);
422
- --tw-ring-offset-shadow: 0 0 #0000;
423
- --tw-ring-shadow: 0 0 #0000;
424
- --tw-shadow: 0 0 #0000;
425
- --tw-shadow-colored: 0 0 #0000;
426
- --tw-blur: ;
427
- --tw-brightness: ;
428
- --tw-contrast: ;
429
- --tw-grayscale: ;
430
- --tw-hue-rotate: ;
431
- --tw-invert: ;
432
- --tw-saturate: ;
433
- --tw-sepia: ;
434
- --tw-drop-shadow: ;
435
- --tw-backdrop-blur: ;
436
- --tw-backdrop-brightness: ;
437
- --tw-backdrop-contrast: ;
438
- --tw-backdrop-grayscale: ;
439
- --tw-backdrop-hue-rotate: ;
440
- --tw-backdrop-invert: ;
441
- --tw-backdrop-opacity: ;
442
- --tw-backdrop-saturate: ;
443
- --tw-backdrop-sepia: ;
444
- }
445
-
446
- ::backdrop {
447
- --tw-border-spacing-x: 0;
448
- --tw-border-spacing-y: 0;
449
- --tw-translate-x: 0;
450
- --tw-translate-y: 0;
451
- --tw-rotate: 0;
452
- --tw-skew-x: 0;
453
- --tw-skew-y: 0;
454
- --tw-scale-x: 1;
455
- --tw-scale-y: 1;
456
- --tw-pan-x: ;
457
- --tw-pan-y: ;
458
- --tw-pinch-zoom: ;
459
- --tw-scroll-snap-strictness: proximity;
460
- --tw-gradient-from-position: ;
461
- --tw-gradient-via-position: ;
462
- --tw-gradient-to-position: ;
463
- --tw-ordinal: ;
464
- --tw-slashed-zero: ;
465
- --tw-numeric-figure: ;
466
- --tw-numeric-spacing: ;
467
- --tw-numeric-fraction: ;
468
- --tw-ring-inset: ;
469
- --tw-ring-offset-width: 0px;
470
- --tw-ring-offset-color: #fff;
471
- --tw-ring-color: rgb(59 130 246 / 0.5);
472
- --tw-ring-offset-shadow: 0 0 #0000;
473
- --tw-ring-shadow: 0 0 #0000;
474
- --tw-shadow: 0 0 #0000;
475
- --tw-shadow-colored: 0 0 #0000;
476
- --tw-blur: ;
477
- --tw-brightness: ;
478
- --tw-contrast: ;
479
- --tw-grayscale: ;
480
- --tw-hue-rotate: ;
481
- --tw-invert: ;
482
- --tw-saturate: ;
483
- --tw-sepia: ;
484
- --tw-drop-shadow: ;
485
- --tw-backdrop-blur: ;
486
- --tw-backdrop-brightness: ;
487
- --tw-backdrop-contrast: ;
488
- --tw-backdrop-grayscale: ;
489
- --tw-backdrop-hue-rotate: ;
490
- --tw-backdrop-invert: ;
491
- --tw-backdrop-opacity: ;
492
- --tw-backdrop-saturate: ;
493
- --tw-backdrop-sepia: ;
494
- }
495
- .theme-brandPage .tw-container {
496
- width: 100%;
497
- }
498
- @media (min-width: 640px) {
499
-
500
- .theme-brandPage .tw-container {
501
- max-width: 640px;
502
- }
503
- }
504
- @media (min-width: 768px) {
505
-
506
- .theme-brandPage .tw-container {
507
- max-width: 768px;
508
- }
509
- }
510
- @media (min-width: 1024px) {
511
-
512
- .theme-brandPage .tw-container {
513
- max-width: 1024px;
514
- }
515
- }
516
- @media (min-width: 1280px) {
517
-
518
- .theme-brandPage .tw-container {
519
- max-width: 1280px;
520
- }
521
- }
522
- @media (min-width: 1536px) {
523
-
524
- .theme-brandPage .tw-container {
525
- max-width: 1536px;
526
- }
527
- }
528
- .theme-brandPage .tw-sr-only {
529
- position: absolute;
530
- width: 1px;
531
- height: 1px;
532
- padding: 0;
533
- margin: -1px;
534
- overflow: hidden;
535
- clip: rect(0, 0, 0, 0);
536
- white-space: nowrap;
537
- border-width: 0;
538
- }
539
- .theme-brandPage .tw-pointer-events-none {
540
- pointer-events: none;
541
- }
542
- .theme-brandPage .tw-static {
543
- position: static;
544
- }
545
- .theme-brandPage .tw-fixed {
546
- position: fixed;
547
- }
548
- .theme-brandPage .tw-absolute {
549
- position: absolute;
550
- }
551
- .theme-brandPage .tw-relative {
552
- position: relative;
553
- }
554
- .theme-brandPage .tw--left-16 {
555
- left: -4rem;
556
- }
557
- .theme-brandPage .tw--right-16 {
558
- right: -4rem;
559
- }
560
- .theme-brandPage .tw-bottom-0 {
561
- bottom: 0px;
562
- }
563
- .theme-brandPage .tw-bottom-full {
564
- bottom: 100%;
565
- }
566
- .theme-brandPage .tw-left-0 {
567
- left: 0px;
568
- }
569
- .theme-brandPage .tw-left-1\/2 {
570
- left: 50%;
571
- }
572
- .theme-brandPage .tw-left-2 {
573
- left: 0.5rem;
574
- }
575
- .theme-brandPage .tw-left-full {
576
- left: 100%;
577
- }
578
- .theme-brandPage .tw-right-0 {
579
- right: 0px;
580
- }
581
- .theme-brandPage .tw-right-2 {
582
- right: 0.5rem;
583
- }
584
- .theme-brandPage .tw-right-full {
585
- right: 100%;
586
- }
587
- .theme-brandPage .tw-top-0 {
588
- top: 0px;
589
- }
590
- .theme-brandPage .tw-top-1\/2 {
591
- top: 50%;
592
- }
593
- .theme-brandPage .tw-top-full {
594
- top: 100%;
595
- }
596
- .theme-brandPage .tw-z-10 {
597
- z-index: 10;
598
- }
599
- .theme-brandPage .tw-z-20 {
600
- z-index: 20;
601
- }
602
- .theme-brandPage .tw-z-30 {
603
- z-index: 30;
604
- }
605
- .theme-brandPage .tw-z-50 {
606
- z-index: 50;
607
- }
608
- .theme-brandPage .tw-order-last {
609
- order: 9999;
610
- }
611
- .theme-brandPage .tw-col-span-2 {
612
- grid-column: span 2 / span 2;
613
- }
614
- .theme-brandPage .tw-m-0 {
615
- margin: 0px;
616
- }
617
- .theme-brandPage .tw-m-3 {
618
- margin: 0.75rem;
619
- }
620
- .theme-brandPage .tw-m-5 {
621
- margin: 1.25rem;
622
- }
623
- .theme-brandPage .tw-m-auto {
624
- margin: auto;
625
- }
626
- .theme-brandPage .tw-mx-2 {
627
- margin-left: 0.5rem;
628
- margin-right: 0.5rem;
629
- }
630
- .theme-brandPage .tw-mx-4 {
631
- margin-left: 1rem;
632
- margin-right: 1rem;
633
- }
634
- .theme-brandPage .tw-mx-8 {
635
- margin-left: 2rem;
636
- margin-right: 2rem;
637
- }
638
- .theme-brandPage .tw-mx-auto {
639
- margin-left: auto;
640
- margin-right: auto;
641
- }
642
- .theme-brandPage .tw-my-0 {
643
- margin-top: 0px;
644
- margin-bottom: 0px;
645
- }
646
- .theme-brandPage .tw-my-10 {
647
- margin-top: 2.5rem;
648
- margin-bottom: 2.5rem;
649
- }
650
- .theme-brandPage .tw-my-4 {
651
- margin-top: 1rem;
652
- margin-bottom: 1rem;
653
- }
654
- .theme-brandPage .tw-my-5 {
655
- margin-top: 1.25rem;
656
- margin-bottom: 1.25rem;
657
- }
658
- .theme-brandPage .tw-my-auto {
659
- margin-top: auto;
660
- margin-bottom: auto;
661
- }
662
- .theme-brandPage .tw--mb-1 {
663
- margin-bottom: -0.25rem;
664
- }
665
- .theme-brandPage .tw--mb-1\.5 {
666
- margin-bottom: -0.375rem;
667
- }
668
- .theme-brandPage .tw--ml-px {
669
- margin-left: -1px;
670
- }
671
- .theme-brandPage .tw--mr-1 {
672
- margin-right: -0.25rem;
673
- }
674
- .theme-brandPage .tw--mr-1\.5 {
675
- margin-right: -0.375rem;
676
- }
677
- .theme-brandPage .tw--mt-px {
678
- margin-top: -1px;
679
- }
680
- .theme-brandPage .tw-mb-0 {
681
- margin-bottom: 0px;
682
- }
683
- .theme-brandPage .tw-mb-1 {
684
- margin-bottom: 0.25rem;
685
- }
686
- .theme-brandPage .tw-mb-10 {
687
- margin-bottom: 2.5rem;
688
- }
689
- .theme-brandPage .tw-mb-2 {
690
- margin-bottom: 0.5rem;
691
- }
692
- .theme-brandPage .tw-mb-3 {
693
- margin-bottom: 0.75rem;
694
- }
695
- .theme-brandPage .tw-mb-4 {
696
- margin-bottom: 1rem;
697
- }
698
- .theme-brandPage .tw-mb-6 {
699
- margin-bottom: 1.5rem;
700
- }
701
- .theme-brandPage .tw-mb-8 {
702
- margin-bottom: 2rem;
703
- }
704
- .theme-brandPage .tw-ml-0 {
705
- margin-left: 0px;
706
- }
707
- .theme-brandPage .tw-ml-2 {
708
- margin-left: 0.5rem;
709
- }
710
- .theme-brandPage .tw-ml-3 {
711
- margin-left: 0.75rem;
712
- }
713
- .theme-brandPage .tw-ml-4 {
714
- margin-left: 1rem;
715
- }
716
- .theme-brandPage .tw-ml-6 {
717
- margin-left: 1.5rem;
718
- }
719
- .theme-brandPage .tw-ml-auto {
720
- margin-left: auto;
721
- }
722
- .theme-brandPage .tw-mr-2 {
723
- margin-right: 0.5rem;
724
- }
725
- .theme-brandPage .tw-mr-3 {
726
- margin-right: 0.75rem;
727
- }
728
- .theme-brandPage .tw-mr-4 {
729
- margin-right: 1rem;
730
- }
731
- .theme-brandPage .tw-mr-auto {
732
- margin-right: auto;
733
- }
734
- .theme-brandPage .tw-mt-0 {
735
- margin-top: 0px;
736
- }
737
- .theme-brandPage .tw-mt-0\.5 {
738
- margin-top: 0.125rem;
739
- }
740
- .theme-brandPage .tw-mt-1 {
741
- margin-top: 0.25rem;
742
- }
743
- .theme-brandPage .tw-mt-2 {
744
- margin-top: 0.5rem;
745
- }
746
- .theme-brandPage .tw-mt-3 {
747
- margin-top: 0.75rem;
748
- }
749
- .theme-brandPage .tw-mt-4 {
750
- margin-top: 1rem;
751
- }
752
- .theme-brandPage .tw-mt-8 {
753
- margin-top: 2rem;
754
- }
755
- .theme-brandPage .tw-box-border {
756
- box-sizing: border-box;
757
- }
758
- .theme-brandPage .tw-box-content {
759
- box-sizing: content-box;
760
- }
761
- .theme-brandPage .tw-block {
762
- display: block;
763
- }
764
- .theme-brandPage .tw-inline-block {
765
- display: inline-block;
766
- }
767
- .theme-brandPage .tw-inline {
768
- display: inline;
769
- }
770
- .theme-brandPage .tw-flex {
771
- display: flex;
772
- }
773
- .theme-brandPage .tw-inline-flex {
774
- display: inline-flex;
775
- }
776
- .theme-brandPage .tw-grid {
777
- display: grid;
778
- }
779
- .theme-brandPage .tw-hidden {
780
- display: none;
781
- }
782
- .theme-brandPage .tw-h-0 {
783
- height: 0px;
784
- }
785
- .theme-brandPage .tw-h-10 {
786
- height: 2.5rem;
787
- }
788
- .theme-brandPage .tw-h-12 {
789
- height: 3rem;
790
- }
791
- .theme-brandPage .tw-h-14 {
792
- height: 3.5rem;
793
- }
794
- .theme-brandPage .tw-h-16 {
795
- height: 4rem;
796
- }
797
- .theme-brandPage .tw-h-2 {
798
- height: 0.5rem;
799
- }
800
- .theme-brandPage .tw-h-20 {
801
- height: 5rem;
802
- }
803
- .theme-brandPage .tw-h-24 {
804
- height: 6rem;
805
- }
806
- .theme-brandPage .tw-h-3 {
807
- height: 0.75rem;
808
- }
809
- .theme-brandPage .tw-h-4 {
810
- height: 1rem;
811
- }
812
- .theme-brandPage .tw-h-40 {
813
- height: 10rem;
814
- }
815
- .theme-brandPage .tw-h-5 {
816
- height: 1.25rem;
817
- }
818
- .theme-brandPage .tw-h-6 {
819
- height: 1.5rem;
820
- }
821
- .theme-brandPage .tw-h-8 {
822
- height: 2rem;
823
- }
824
- .theme-brandPage .tw-h-80 {
825
- height: 20rem;
826
- }
827
- .theme-brandPage .tw-h-auto {
828
- height: auto;
829
- }
830
- .theme-brandPage .tw-h-full {
831
- height: 100%;
832
- }
833
- .theme-brandPage .tw-max-h-56 {
834
- max-height: 14rem;
835
- }
836
- .theme-brandPage .tw-max-h-72 {
837
- max-height: 18rem;
838
- }
839
- .theme-brandPage .tw-max-h-full {
840
- max-height: 100%;
841
- }
842
- .theme-brandPage .tw-max-h-screen {
843
- max-height: 100vh;
844
- }
845
- .theme-brandPage .tw-w-1\/3 {
846
- width: 33.333333%;
847
- }
848
- .theme-brandPage .tw-w-10 {
849
- width: 2.5rem;
850
- }
851
- .theme-brandPage .tw-w-12 {
852
- width: 3rem;
853
- }
854
- .theme-brandPage .tw-w-14 {
855
- width: 3.5rem;
856
- }
857
- .theme-brandPage .tw-w-16 {
858
- width: 4rem;
859
- }
860
- .theme-brandPage .tw-w-2 {
861
- width: 0.5rem;
862
- }
863
- .theme-brandPage .tw-w-24 {
864
- width: 6rem;
865
- }
866
- .theme-brandPage .tw-w-3 {
867
- width: 0.75rem;
868
- }
869
- .theme-brandPage .tw-w-32 {
870
- width: 8rem;
871
- }
872
- .theme-brandPage .tw-w-4 {
873
- width: 1rem;
874
- }
875
- .theme-brandPage .tw-w-5 {
876
- width: 1.25rem;
877
- }
878
- .theme-brandPage .tw-w-6 {
879
- width: 1.5rem;
880
- }
881
- .theme-brandPage .tw-w-60 {
882
- width: 15rem;
883
- }
884
- .theme-brandPage .tw-w-64 {
885
- width: 16rem;
886
- }
887
- .theme-brandPage .tw-w-72 {
888
- width: 18rem;
889
- }
890
- .theme-brandPage .tw-w-8 {
891
- width: 2rem;
892
- }
893
- .theme-brandPage .tw-w-96 {
894
- width: 24rem;
895
- }
896
- .theme-brandPage .tw-w-auto {
897
- width: auto;
898
- }
899
- .theme-brandPage .tw-w-fit {
900
- width: -moz-fit-content;
901
- width: fit-content;
902
- }
903
- .theme-brandPage .tw-w-full {
904
- width: 100%;
905
- }
906
- .theme-brandPage .tw-max-w-2xl {
907
- max-width: 42rem;
908
- }
909
- .theme-brandPage .tw-max-w-full {
910
- max-width: 100%;
911
- }
912
- .theme-brandPage .tw-max-w-md {
913
- max-width: 28rem;
914
- }
915
- .theme-brandPage .tw-max-w-xl {
916
- max-width: 36rem;
917
- }
918
- .theme-brandPage .tw-flex-auto {
919
- flex: 1 1 auto;
920
- }
921
- .theme-brandPage .tw-flex-none {
922
- flex: none;
923
- }
924
- .theme-brandPage .tw-grow {
925
- flex-grow: 1;
926
- }
927
- .theme-brandPage .tw-origin-top-right {
928
- transform-origin: top right;
929
- }
930
- .-tw-translate-x-px {
931
- --tw-translate-x: -1px;
932
- 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));
933
- }
934
- .theme-brandPage .tw--translate-x-2 {
935
- --tw-translate-x: -0.5rem;
936
- 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));
937
- }
938
- .theme-brandPage .tw--translate-x-3 {
939
- --tw-translate-x: -0.75rem;
940
- 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));
941
- }
942
- .theme-brandPage .tw--translate-x-4 {
943
- --tw-translate-x: -1rem;
944
- 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));
945
- }
946
- .theme-brandPage .tw--translate-y-1\/2 {
947
- --tw-translate-y: -50%;
948
- 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));
949
- }
950
- .theme-brandPage .tw--translate-y-2 {
951
- --tw-translate-y: -0.5rem;
952
- 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));
953
- }
954
- .theme-brandPage .tw-translate-x-12 {
955
- --tw-translate-x: 3rem;
956
- 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));
957
- }
958
- .theme-brandPage .tw-translate-x-20 {
959
- --tw-translate-x: 5rem;
960
- 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));
961
- }
962
- .theme-brandPage .tw-translate-x-4 {
963
- --tw-translate-x: 1rem;
964
- 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));
965
- }
966
- .theme-brandPage .tw-translate-x-5 {
967
- --tw-translate-x: 1.25rem;
968
- 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));
969
- }
970
- .theme-brandPage .tw-translate-x-6 {
971
- --tw-translate-x: 1.5rem;
972
- 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));
973
- }
974
- .theme-brandPage .tw-translate-x-8 {
975
- --tw-translate-x: 2rem;
976
- 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));
977
- }
978
- .theme-brandPage .tw-translate-y-1\/2 {
979
- --tw-translate-y: 50%;
980
- 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));
981
- }
982
- .theme-brandPage .tw-translate-y-2 {
983
- --tw-translate-y: 0.5rem;
984
- 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));
985
- }
986
- .theme-brandPage .tw-translate-y-2\.5 {
987
- --tw-translate-y: 0.625rem;
988
- 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));
989
- }
990
- .theme-brandPage .tw-translate-y-4 {
991
- --tw-translate-y: 1rem;
992
- 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));
993
- }
994
- .theme-brandPage .tw-scale-0 {
995
- --tw-scale-x: 0;
996
- --tw-scale-y: 0;
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));
998
- }
999
- .theme-brandPage .tw-scale-100 {
1000
- --tw-scale-x: 1;
1001
- --tw-scale-y: 1;
1002
- 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
- }
1004
- .theme-brandPage .tw-transform {
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));
1006
- }
1007
- @keyframes tw-spin {
1008
-
1009
- to {
1010
- transform: rotate(360deg);
1011
- }
1012
- }
1013
- .theme-brandPage .tw-animate-spin {
1014
- animation: tw-spin 1s linear infinite;
1015
- }
1016
- .theme-brandPage .tw-cursor-not-allowed {
1017
- cursor: not-allowed;
1018
- }
1019
- .theme-brandPage .tw-cursor-pointer {
1020
- cursor: pointer;
1021
- }
1022
- .theme-brandPage .tw-cursor-text {
1023
- cursor: text;
1024
- }
1025
- .theme-brandPage .tw-cursor-wait {
1026
- cursor: wait;
1027
- }
1028
- .theme-brandPage .tw-select-none {
1029
- -webkit-user-select: none;
1030
- -moz-user-select: none;
1031
- user-select: none;
1032
- }
1033
- .theme-brandPage .tw-resize-none {
1034
- resize: none;
1035
- }
1036
- .theme-brandPage .tw-list-none {
1037
- list-style-type: none;
1038
- }
1039
- .theme-brandPage .tw-appearance-none {
1040
- -webkit-appearance: none;
1041
- -moz-appearance: none;
1042
- appearance: none;
1043
- }
1044
- .theme-brandPage .tw-grid-flow-row {
1045
- grid-auto-flow: row;
1046
- }
1047
- .theme-brandPage .tw-auto-rows-max {
1048
- grid-auto-rows: max-content;
1049
- }
1050
- .theme-brandPage .tw-grid-cols-1 {
1051
- grid-template-columns: repeat(1, minmax(0, 1fr));
1052
- }
1053
- .theme-brandPage .tw-grid-cols-3 {
1054
- grid-template-columns: repeat(3, minmax(0, 1fr));
1055
- }
1056
- .theme-brandPage .tw-grid-cols-4 {
1057
- grid-template-columns: repeat(4, minmax(0, 1fr));
1058
- }
1059
- .theme-brandPage .tw-flex-row {
1060
- flex-direction: row;
1061
- }
1062
- .theme-brandPage .tw-flex-row-reverse {
1063
- flex-direction: row-reverse;
1064
- }
1065
- .theme-brandPage .tw-flex-col {
1066
- flex-direction: column;
1067
- }
1068
- .theme-brandPage .tw-flex-col-reverse {
1069
- flex-direction: column-reverse;
1070
- }
1071
- .theme-brandPage .tw-content-start {
1072
- align-content: flex-start;
1073
- }
1074
- .theme-brandPage .tw-items-start {
1075
- align-items: flex-start;
1076
- }
1077
- .theme-brandPage .tw-items-end {
1078
- align-items: flex-end;
1079
- }
1080
- .theme-brandPage .tw-items-center {
1081
- align-items: center;
1082
- }
1083
- .theme-brandPage .tw-items-stretch {
1084
- align-items: stretch;
1085
- }
1086
- .theme-brandPage .tw-justify-start {
1087
- justify-content: flex-start;
1088
- }
1089
- .theme-brandPage .tw-justify-end {
1090
- justify-content: flex-end;
1091
- }
1092
- .theme-brandPage .tw-justify-center {
1093
- justify-content: center;
1094
- }
1095
- .theme-brandPage .tw-justify-between {
1096
- justify-content: space-between;
1097
- }
1098
- .theme-brandPage .tw-gap-2 {
1099
- gap: 0.5rem;
1100
- }
1101
- .theme-brandPage .tw-gap-3 {
1102
- gap: 0.75rem;
1103
- }
1104
- .theme-brandPage .tw-gap-4 {
1105
- gap: 1rem;
1106
- }
1107
- .theme-brandPage .tw-self-center {
1108
- align-self: center;
1109
- }
1110
- .theme-brandPage .tw-overflow-hidden {
1111
- overflow: hidden;
1112
- }
1113
- .theme-brandPage .tw-overflow-visible {
1114
- overflow: visible;
1115
- }
1116
- .theme-brandPage .tw-overflow-scroll {
1117
- overflow: scroll;
1118
- }
1119
- .theme-brandPage .tw-overflow-x-auto {
1120
- overflow-x: auto;
1121
- }
1122
- .theme-brandPage .tw-overflow-y-auto {
1123
- overflow-y: auto;
1124
- }
1125
- .theme-brandPage .tw-overflow-x-hidden {
1126
- overflow-x: hidden;
1127
- }
1128
- .theme-brandPage .tw-overflow-y-hidden {
1129
- overflow-y: hidden;
1130
- }
1131
- .theme-brandPage .tw-truncate {
1132
- overflow: hidden;
1133
- text-overflow: ellipsis;
1134
- white-space: nowrap;
1135
- }
1136
- .theme-brandPage .tw-whitespace-nowrap {
1137
- white-space: nowrap;
1138
- }
1139
- .theme-brandPage .tw-break-all {
1140
- word-break: break-all;
1141
- }
1142
- .theme-brandPage .tw-rounded {
1143
- border-radius: 0.25rem;
1144
- }
1145
- .theme-brandPage .tw-rounded-full {
1146
- border-radius: 9999px;
1147
- }
1148
- .theme-brandPage .tw-rounded-md {
1149
- border-radius: 0.375rem;
1150
- }
1151
- .theme-brandPage .tw-rounded-none {
1152
- border-radius: 0px;
1153
- }
1154
- .theme-brandPage .tw-rounded-sm {
1155
- border-radius: 0.125rem;
1156
- }
1157
- .\!tw-rounded-l-none {
1158
- border-top-left-radius: 0px !important;
1159
- border-bottom-left-radius: 0px !important;
1160
- }
1161
- .\!tw-rounded-r-none {
1162
- border-top-right-radius: 0px !important;
1163
- border-bottom-right-radius: 0px !important;
1164
- }
1165
- .theme-brandPage .tw-rounded-b {
1166
- border-bottom-right-radius: 0.25rem;
1167
- border-bottom-left-radius: 0.25rem;
1168
- }
1169
- .theme-brandPage .tw-rounded-l {
1170
- border-top-left-radius: 0.25rem;
1171
- border-bottom-left-radius: 0.25rem;
1172
- }
1173
- .theme-brandPage .tw-rounded-l-none {
1174
- border-top-left-radius: 0px;
1175
- border-bottom-left-radius: 0px;
1176
- }
1177
- .theme-brandPage .tw-rounded-r {
1178
- border-top-right-radius: 0.25rem;
1179
- border-bottom-right-radius: 0.25rem;
1180
- }
1181
- .theme-brandPage .tw-rounded-r-none {
1182
- border-top-right-radius: 0px;
1183
- border-bottom-right-radius: 0px;
1184
- }
1185
- .theme-brandPage .tw-border {
1186
- border-width: 1px;
1187
- }
1188
- .theme-brandPage .tw-border-0 {
1189
- border-width: 0px;
1190
- }
1191
- .theme-brandPage .tw-border-2 {
1192
- border-width: 2px;
1193
- }
1194
- .theme-brandPage .tw-border-b-0 {
1195
- border-bottom-width: 0px;
1196
- }
1197
- .theme-brandPage .tw-border-b-2 {
1198
- border-bottom-width: 2px;
1199
- }
1200
- .theme-brandPage .tw-border-b-4 {
1201
- border-bottom-width: 4px;
1202
- }
1203
- .theme-brandPage .tw-border-l {
1204
- border-left-width: 1px;
1205
- }
1206
- .theme-brandPage .tw-border-l-0 {
1207
- border-left-width: 0px;
1208
- }
1209
- .theme-brandPage .tw-border-r {
1210
- border-right-width: 1px;
1211
- }
1212
- .theme-brandPage .tw-border-r-0 {
1213
- border-right-width: 0px;
1214
- }
1215
- .theme-brandPage .tw-border-t {
1216
- border-top-width: 1px;
1217
- }
1218
- .theme-brandPage .tw-border-t-0 {
1219
- border-top-width: 0px;
1220
- }
1221
- .theme-brandPage .tw-border-t-2 {
1222
- border-top-width: 2px;
1223
- }
1224
- .theme-brandPage .tw-border-solid {
1225
- border-style: solid;
1226
- }
1227
- .theme-brandPage .tw-border-dashed {
1228
- border-style: dashed;
1229
- }
1230
- .theme-brandPage .tw-border-none {
1231
- border-style: none;
1232
- }
1233
- .theme-brandPage .tw-border-black\/10 {
1234
- border-color: rgb(0 0 0 / 0.1);
1235
- }
1236
- .theme-brandPage .tw-border-grayscale-100 {
1237
- --tw-border-opacity: 1;
1238
- border-color: rgb(255 255 255 / var(--tw-border-opacity));
1239
- }
1240
- .theme-brandPage .tw-border-grayscale-300 {
1241
- --tw-border-opacity: 1;
1242
- border-color: rgb(239 239 239 / var(--tw-border-opacity));
1243
- }
1244
- .theme-brandPage .tw-border-grayscale-400 {
1245
- --tw-border-opacity: 1;
1246
- border-color: rgb(230 230 230 / var(--tw-border-opacity));
1247
- }
1248
- .theme-brandPage .tw-border-grayscale-500 {
1249
- --tw-border-opacity: 1;
1250
- border-color: rgb(208 208 208 / var(--tw-border-opacity));
1251
- }
1252
- .theme-brandPage .tw-border-grayscale-600 {
1253
- --tw-border-opacity: 1;
1254
- border-color: rgb(94 94 94 / var(--tw-border-opacity));
1255
- }
1256
- .theme-brandPage .tw-border-white {
1257
- --tw-border-opacity: 1;
1258
- border-color: rgb(255 255 255 / var(--tw-border-opacity));
1259
- }
1260
- .theme-brandPage .tw-bg-black {
1261
- --tw-bg-opacity: 1;
1262
- background-color: rgb(0 0 0 / var(--tw-bg-opacity));
1263
- }
1264
- .theme-brandPage .tw-bg-grayscale-100 {
1265
- --tw-bg-opacity: 1;
1266
- background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1267
- }
1268
- .theme-brandPage .tw-bg-grayscale-200 {
1269
- --tw-bg-opacity: 1;
1270
- background-color: rgb(244 244 244 / var(--tw-bg-opacity));
1271
- }
1272
- .theme-brandPage .tw-bg-grayscale-300 {
1273
- --tw-bg-opacity: 1;
1274
- background-color: rgb(239 239 239 / var(--tw-bg-opacity));
1275
- }
1276
- .theme-brandPage .tw-bg-grayscale-400 {
1277
- --tw-bg-opacity: 1;
1278
- background-color: rgb(230 230 230 / var(--tw-bg-opacity));
1279
- }
1280
- .theme-brandPage .tw-bg-grayscale-500 {
1281
- --tw-bg-opacity: 1;
1282
- background-color: rgb(208 208 208 / var(--tw-bg-opacity));
1283
- }
1284
- .theme-brandPage .tw-bg-transparent {
1285
- background-color: transparent;
1286
- }
1287
- .theme-brandPage .tw-bg-white {
1288
- --tw-bg-opacity: 1;
1289
- background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1290
- }
1291
- .theme-brandPage .tw-bg-opacity-75 {
1292
- --tw-bg-opacity: 0.75;
1293
- }
1294
- .theme-brandPage .tw-bg-opacity-80 {
1295
- --tw-bg-opacity: 0.8;
1296
- }
1297
- .theme-brandPage .tw-bg-no-repeat {
1298
- background-repeat: no-repeat;
1299
- }
1300
- .theme-brandPage .tw-fill-current {
1301
- fill: currentColor;
1302
- }
1303
- .theme-brandPage .tw-object-contain {
1304
- -o-object-fit: contain;
1305
- object-fit: contain;
1306
- }
1307
- .theme-brandPage .tw-object-cover {
1308
- -o-object-fit: cover;
1309
- object-fit: cover;
1310
- }
1311
- .theme-brandPage .tw-object-top {
1312
- -o-object-position: top;
1313
- object-position: top;
1314
- }
1315
- .\!tw-p-0 {
1316
- padding: 0px !important;
1317
- }
1318
- .\!tw-p-0\.5 {
1319
- padding: 0.125rem !important;
1320
- }
1321
- .\!tw-p-1 {
1322
- padding: 0.25rem !important;
1323
- }
1324
- .\!tw-p-1\.5 {
1325
- padding: 0.375rem !important;
1326
- }
1327
- .\!tw-p-10 {
1328
- padding: 2.5rem !important;
1329
- }
1330
- .\!tw-p-11 {
1331
- padding: 2.75rem !important;
1332
- }
1333
- .\!tw-p-12 {
1334
- padding: 3rem !important;
1335
- }
1336
- .\!tw-p-14 {
1337
- padding: 3.5rem !important;
1338
- }
1339
- .\!tw-p-16 {
1340
- padding: 4rem !important;
1341
- }
1342
- .\!tw-p-2 {
1343
- padding: 0.5rem !important;
1344
- }
1345
- .\!tw-p-2\.5 {
1346
- padding: 0.625rem !important;
1347
- }
1348
- .\!tw-p-20 {
1349
- padding: 5rem !important;
1350
- }
1351
- .\!tw-p-24 {
1352
- padding: 6rem !important;
1353
- }
1354
- .\!tw-p-28 {
1355
- padding: 7rem !important;
1356
- }
1357
- .\!tw-p-3 {
1358
- padding: 0.75rem !important;
1359
- }
1360
- .\!tw-p-3\.5 {
1361
- padding: 0.875rem !important;
1362
- }
1363
- .\!tw-p-32 {
1364
- padding: 8rem !important;
1365
- }
1366
- .\!tw-p-36 {
1367
- padding: 9rem !important;
1368
- }
1369
- .\!tw-p-4 {
1370
- padding: 1rem !important;
1371
- }
1372
- .\!tw-p-40 {
1373
- padding: 10rem !important;
1374
- }
1375
- .\!tw-p-44 {
1376
- padding: 11rem !important;
1377
- }
1378
- .\!tw-p-48 {
1379
- padding: 12rem !important;
1380
- }
1381
- .\!tw-p-5 {
1382
- padding: 1.25rem !important;
1383
- }
1384
- .\!tw-p-52 {
1385
- padding: 13rem !important;
1386
- }
1387
- .\!tw-p-56 {
1388
- padding: 14rem !important;
1389
- }
1390
- .\!tw-p-6 {
1391
- padding: 1.5rem !important;
1392
- }
1393
- .\!tw-p-60 {
1394
- padding: 15rem !important;
1395
- }
1396
- .\!tw-p-64 {
1397
- padding: 16rem !important;
1398
- }
1399
- .\!tw-p-7 {
1400
- padding: 1.75rem !important;
1401
- }
1402
- .\!tw-p-72 {
1403
- padding: 18rem !important;
1404
- }
1405
- .\!tw-p-8 {
1406
- padding: 2rem !important;
1407
- }
1408
- .\!tw-p-80 {
1409
- padding: 20rem !important;
1410
- }
1411
- .\!tw-p-9 {
1412
- padding: 2.25rem !important;
1413
- }
1414
- .\!tw-p-96 {
1415
- padding: 24rem !important;
1416
- }
1417
- .\!tw-p-px {
1418
- padding: 1px !important;
1419
- }
1420
- .theme-brandPage .tw-p-0 {
1421
- padding: 0px;
1422
- }
1423
- .theme-brandPage .tw-p-1 {
1424
- padding: 0.25rem;
1425
- }
1426
- .theme-brandPage .tw-p-2 {
1427
- padding: 0.5rem;
1428
- }
1429
- .theme-brandPage .tw-p-3 {
1430
- padding: 0.75rem;
1431
- }
1432
- .theme-brandPage .tw-p-4 {
1433
- padding: 1rem;
1434
- }
1435
- .theme-brandPage .tw-p-6 {
1436
- padding: 1.5rem;
1437
- }
1438
- .theme-brandPage .tw-p-8 {
1439
- padding: 2rem;
1440
- }
1441
- .theme-brandPage .tw-px-0 {
1442
- padding-left: 0px;
1443
- padding-right: 0px;
1444
- }
1445
- .theme-brandPage .tw-px-0\.5 {
1446
- padding-left: 0.125rem;
1447
- padding-right: 0.125rem;
1448
- }
1449
- .theme-brandPage .tw-px-2 {
1450
- padding-left: 0.5rem;
1451
- padding-right: 0.5rem;
1452
- }
1453
- .theme-brandPage .tw-px-20 {
1454
- padding-left: 5rem;
1455
- padding-right: 5rem;
1456
- }
1457
- .theme-brandPage .tw-px-3 {
1458
- padding-left: 0.75rem;
1459
- padding-right: 0.75rem;
1460
- }
1461
- .theme-brandPage .tw-px-4 {
1462
- padding-left: 1rem;
1463
- padding-right: 1rem;
1464
- }
1465
- .theme-brandPage .tw-px-5 {
1466
- padding-left: 1.25rem;
1467
- padding-right: 1.25rem;
1468
- }
1469
- .theme-brandPage .tw-px-6 {
1470
- padding-left: 1.5rem;
1471
- padding-right: 1.5rem;
1472
- }
1473
- .theme-brandPage .tw-px-8 {
1474
- padding-left: 2rem;
1475
- padding-right: 2rem;
1476
- }
1477
- .theme-brandPage .tw-px-px {
1478
- padding-left: 1px;
1479
- padding-right: 1px;
1480
- }
1481
- .theme-brandPage .tw-py-0 {
1482
- padding-top: 0px;
1483
- padding-bottom: 0px;
1484
- }
1485
- .theme-brandPage .tw-py-0\.5 {
1486
- padding-top: 0.125rem;
1487
- padding-bottom: 0.125rem;
1488
- }
1489
- .theme-brandPage .tw-py-1 {
1490
- padding-top: 0.25rem;
1491
- padding-bottom: 0.25rem;
1492
- }
1493
- .theme-brandPage .tw-py-1\.5 {
1494
- padding-top: 0.375rem;
1495
- padding-bottom: 0.375rem;
1496
- }
1497
- .theme-brandPage .tw-py-10 {
1498
- padding-top: 2.5rem;
1499
- padding-bottom: 2.5rem;
1500
- }
1501
- .theme-brandPage .tw-py-2 {
1502
- padding-top: 0.5rem;
1503
- padding-bottom: 0.5rem;
1504
- }
1505
- .theme-brandPage .tw-py-3 {
1506
- padding-top: 0.75rem;
1507
- padding-bottom: 0.75rem;
1508
- }
1509
- .theme-brandPage .tw-py-3\.5 {
1510
- padding-top: 0.875rem;
1511
- padding-bottom: 0.875rem;
1512
- }
1513
- .theme-brandPage .tw-py-4 {
1514
- padding-top: 1rem;
1515
- padding-bottom: 1rem;
1516
- }
1517
- .theme-brandPage .tw-py-5 {
1518
- padding-top: 1.25rem;
1519
- padding-bottom: 1.25rem;
1520
- }
1521
- .theme-brandPage .tw-py-8 {
1522
- padding-top: 2rem;
1523
- padding-bottom: 2rem;
1524
- }
1525
- .theme-brandPage .tw-pb-0 {
1526
- padding-bottom: 0px;
1527
- }
1528
- .theme-brandPage .tw-pb-16 {
1529
- padding-bottom: 4rem;
1530
- }
1531
- .theme-brandPage .tw-pb-24 {
1532
- padding-bottom: 6rem;
1533
- }
1534
- .theme-brandPage .tw-pb-8 {
1535
- padding-bottom: 2rem;
1536
- }
1537
- .theme-brandPage .tw-pl-0 {
1538
- padding-left: 0px;
1539
- }
1540
- .theme-brandPage .tw-pl-12 {
1541
- padding-left: 3rem;
1542
- }
1543
- .theme-brandPage .tw-pl-3 {
1544
- padding-left: 0.75rem;
1545
- }
1546
- .theme-brandPage .tw-pl-8 {
1547
- padding-left: 2rem;
1548
- }
1549
- .theme-brandPage .tw-pr-12 {
1550
- padding-right: 3rem;
1551
- }
1552
- .theme-brandPage .tw-pr-2 {
1553
- padding-right: 0.5rem;
1554
- }
1555
- .theme-brandPage .tw-pr-4 {
1556
- padding-right: 1rem;
1557
- }
1558
- .theme-brandPage .tw-pr-6 {
1559
- padding-right: 1.5rem;
1560
- }
1561
- .theme-brandPage .tw-pt-1 {
1562
- padding-top: 0.25rem;
1563
- }
1564
- .theme-brandPage .tw-pt-12 {
1565
- padding-top: 3rem;
1566
- }
1567
- .theme-brandPage .tw-pt-2 {
1568
- padding-top: 0.5rem;
1569
- }
1570
- .theme-brandPage .tw-pt-6 {
1571
- padding-top: 1.5rem;
1572
- }
1573
- .theme-brandPage .tw-text-left {
1574
- text-align: left;
1575
- }
1576
- .theme-brandPage .tw-text-center {
1577
- text-align: center;
1578
- }
1579
- .theme-brandPage .tw-align-top {
1580
- vertical-align: top;
1581
- }
1582
- .theme-brandPage .tw-align-middle {
1583
- vertical-align: middle;
1584
- }
1585
- .theme-brandPage .tw-font-sans {
1586
- font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1587
- }
1588
- .theme-brandPage .tw-text-2xl {
1589
- font-size: 1.5rem;
1590
- line-height: 2rem;
1591
- }
1592
- .theme-brandPage .tw-text-4xl {
1593
- font-size: 2.25rem;
1594
- line-height: 2.5rem;
1595
- }
1596
- .theme-brandPage .tw-text-base {
1597
- font-size: 1rem;
1598
- line-height: 1.5rem;
1599
- }
1600
- .theme-brandPage .tw-text-lg {
1601
- font-size: 1.125rem;
1602
- line-height: 1.75rem;
1603
- }
1604
- .theme-brandPage .tw-text-sm {
1605
- font-size: 0.875rem;
1606
- line-height: 1.25rem;
1607
- }
1608
- .theme-brandPage .tw-text-xs {
1609
- font-size: 0.75rem;
1610
- line-height: 1rem;
1611
- }
1612
- .theme-brandPage .tw-font-bold {
1613
- font-weight: 700;
1614
- }
1615
- .theme-brandPage .tw-font-normal {
1616
- font-weight: 400;
1617
- }
1618
- .theme-brandPage .tw-font-semibold {
1619
- font-weight: 600;
1620
- }
1621
- .theme-brandPage .tw-uppercase {
1622
- text-transform: uppercase;
1623
- }
1624
- .theme-brandPage .tw-capitalize {
1625
- text-transform: capitalize;
1626
- }
1627
- .theme-brandPage .tw-leading-tight {
1628
- line-height: 1.25;
1629
- }
1630
- .theme-brandPage .tw-text-black {
1631
- --tw-text-opacity: 1;
1632
- color: rgb(0 0 0 / var(--tw-text-opacity));
1633
- }
1634
- .theme-brandPage .tw-text-grayscale-500 {
1635
- --tw-text-opacity: 1;
1636
- color: rgb(208 208 208 / var(--tw-text-opacity));
1637
- }
1638
- .theme-brandPage .tw-text-grayscale-600 {
1639
- --tw-text-opacity: 1;
1640
- color: rgb(94 94 94 / var(--tw-text-opacity));
1641
- }
1642
- .theme-brandPage .tw-text-grayscale-700 {
1643
- --tw-text-opacity: 1;
1644
- color: rgb(43 43 43 / var(--tw-text-opacity));
1645
- }
1646
- .theme-brandPage .tw-text-grayscale-800 {
1647
- --tw-text-opacity: 1;
1648
- color: rgb(17 21 23 / var(--tw-text-opacity));
1649
- }
1650
- .theme-brandPage .tw-text-white {
1651
- --tw-text-opacity: 1;
1652
- color: rgb(255 255 255 / var(--tw-text-opacity));
1653
- }
1654
- .theme-brandPage .tw-underline {
1655
- text-decoration-line: underline;
1656
- }
1657
- .theme-brandPage .tw-no-underline {
1658
- text-decoration-line: none;
1659
- }
1660
- .theme-brandPage .tw-opacity-0 {
1661
- opacity: 0;
1662
- }
1663
- .theme-brandPage .tw-opacity-100 {
1664
- opacity: 1;
1665
- }
1666
- .theme-brandPage .tw-opacity-30 {
1667
- opacity: 0.3;
1668
- }
1669
- .theme-brandPage .tw-opacity-40 {
1670
- opacity: 0.4;
1671
- }
1672
- .theme-brandPage .tw-opacity-50 {
1673
- opacity: 0.5;
1674
- }
1675
- .\!tw-shadow-\[0_0_0_1px\] {
1676
- --tw-shadow: 0 0 0 1px !important;
1677
- --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color) !important;
1678
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
1679
- }
1680
- .\!tw-shadow-\[0_0_0_2px\] {
1681
- --tw-shadow: 0 0 0 2px !important;
1682
- --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color) !important;
1683
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
1684
- }
1685
- .theme-brandPage .tw-shadow {
1686
- --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1687
- --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1688
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1689
- }
1690
- .theme-brandPage .tw-shadow-inner {
1691
- --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
1692
- --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
1693
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1694
- }
1695
- .theme-brandPage .tw-shadow-lg {
1696
- --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1697
- --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1698
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1699
- }
1700
- .theme-brandPage .tw-shadow-md {
1701
- --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
1702
- --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
1703
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1704
- }
1705
- .theme-brandPage .tw-shadow-sm {
1706
- --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1707
- --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
1708
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1709
- }
1710
- .theme-brandPage .tw-shadow-xl {
1711
- --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
1712
- --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
1713
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1714
- }
1715
- .theme-brandPage .tw-outline-none {
1716
- outline: 2px solid transparent;
1717
- outline-offset: 2px;
1718
- }
1719
- .theme-brandPage .tw-ring-1 {
1720
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1721
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1722
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1723
- }
1724
- .theme-brandPage .tw-ring-black {
1725
- --tw-ring-opacity: 1;
1726
- --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
1727
- }
1728
- .theme-brandPage .tw-ring-opacity-5 {
1729
- --tw-ring-opacity: 0.05;
1730
- }
1731
- .theme-brandPage .tw-drop-shadow-sm {
1732
- --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
1733
- 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);
1734
- }
1735
- .theme-brandPage .tw-transition-colors {
1736
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1737
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1738
- transition-duration: 150ms;
1739
- }
1740
- .theme-brandPage .tw-transition-shadow {
1741
- transition-property: box-shadow;
1742
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1743
- transition-duration: 150ms;
1744
- }
1745
- .theme-brandPage .tw-transition-transform {
1746
- transition-property: transform;
1747
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1748
- transition-duration: 150ms;
1749
- }
1750
- .theme-brandPage .tw-duration-200 {
1751
- transition-duration: 200ms;
1752
- }
1753
- .theme-brandPage .tw-duration-300 {
1754
- transition-duration: 300ms;
1755
- }
1756
- .theme-brandPage .tw-ease-in-out {
1757
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1758
- }
1759
- .theme-brandPage .tw-ease-out {
1760
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
1761
- }
1762
- .theme-brandPage .hover\:tw-border-grayscale-400:hover {
1763
- --tw-border-opacity: 1;
1764
- border-color: rgb(230 230 230 / var(--tw-border-opacity));
1765
- }
1766
- .theme-brandPage .hover\:tw-bg-grayscale-200:hover {
1767
- --tw-bg-opacity: 1;
1768
- background-color: rgb(244 244 244 / var(--tw-bg-opacity));
1769
- }
1770
- .theme-brandPage .hover\:tw-bg-grayscale-300:hover {
1771
- --tw-bg-opacity: 1;
1772
- background-color: rgb(239 239 239 / var(--tw-bg-opacity));
1773
- }
1774
- .theme-brandPage .hover\:tw-bg-grayscale-400:hover {
1775
- --tw-bg-opacity: 1;
1776
- background-color: rgb(230 230 230 / var(--tw-bg-opacity));
1777
- }
1778
- .theme-brandPage .hover\:tw-text-grayscale-800:hover {
1779
- --tw-text-opacity: 1;
1780
- color: rgb(17 21 23 / var(--tw-text-opacity));
1781
- }
1782
- .theme-brandPage .hover\:tw-text-white:hover {
1783
- --tw-text-opacity: 1;
1784
- color: rgb(255 255 255 / var(--tw-text-opacity));
1785
- }
1786
- .theme-brandPage .hover\:tw-underline:hover {
1787
- text-decoration-line: underline;
1788
- }
1789
- .theme-brandPage .hover\:tw-shadow-lg:hover {
1790
- --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1791
- --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1792
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1793
- }
1794
- .theme-brandPage .focus\:tw-border-grayscale-600:focus {
1795
- --tw-border-opacity: 1;
1796
- border-color: rgb(94 94 94 / var(--tw-border-opacity));
1797
- }
1798
- .theme-brandPage .focus\:tw-border-grayscale-700:focus {
1799
- --tw-border-opacity: 1;
1800
- border-color: rgb(43 43 43 / var(--tw-border-opacity));
1801
- }
1802
- .theme-brandPage .focus\:tw-outline-none:focus {
1803
- outline: 2px solid transparent;
1804
- outline-offset: 2px;
1805
- }
1806
- @media (min-width: 640px) {
1807
- .theme-brandPage .sm\:tw-absolute {
1808
- position: absolute;
1809
- }
1810
- .theme-brandPage .sm\:tw-bottom-full {
1811
- bottom: 100%;
1812
- }
1813
- .theme-brandPage .sm\:tw-left-full {
1814
- left: 100%;
1815
- }
1816
- .theme-brandPage .sm\:tw-right-full {
1817
- right: 100%;
1818
- }
1819
- .theme-brandPage .sm\:tw-top-auto {
1820
- top: auto;
1821
- }
1822
- .theme-brandPage .sm\:tw-mx-8 {
1823
- margin-left: 2rem;
1824
- margin-right: 2rem;
1825
- }
1826
- .theme-brandPage .sm\:tw-mb-4 {
1827
- margin-bottom: 1rem;
1828
- }
1829
- .theme-brandPage .sm\:tw-ml-4 {
1830
- margin-left: 1rem;
1831
- }
1832
- .theme-brandPage .sm\:tw-mr-4 {
1833
- margin-right: 1rem;
1834
- }
1835
- .theme-brandPage .sm\:tw-mt-0 {
1836
- margin-top: 0px;
1837
- }
1838
- .theme-brandPage .sm\:tw-block {
1839
- display: block;
1840
- }
1841
- .theme-brandPage .sm\:tw-inline {
1842
- display: inline;
1843
- }
1844
- .theme-brandPage .sm\:tw-hidden {
1845
- display: none;
1846
- }
1847
- .theme-brandPage .sm\:tw-h-auto {
1848
- height: auto;
1849
- }
1850
- .theme-brandPage .sm\:tw-w-64 {
1851
- width: 16rem;
1852
- }
1853
- .theme-brandPage .sm\:tw-w-72 {
1854
- width: 18rem;
1855
- }
1856
- .theme-brandPage .sm\:tw-w-96 {
1857
- width: 24rem;
1858
- }
1859
- .theme-brandPage .sm\:tw-w-auto {
1860
- width: auto;
1861
- }
1862
- .theme-brandPage .sm\:tw-flex-row {
1863
- flex-direction: row;
1864
- }
1865
- .theme-brandPage .sm\:tw-rounded-md {
1866
- border-radius: 0.375rem;
1867
- }
1868
- .theme-brandPage .sm\:tw-px-4 {
1869
- padding-left: 1rem;
1870
- padding-right: 1rem;
1871
- }
1872
- }
1873
- @media (min-width: 768px) {
1874
- .theme-brandPage .md\:tw-right-6 {
1875
- right: 1.5rem;
1876
- }
1877
- .theme-brandPage .md\:tw-mb-0 {
1878
- margin-bottom: 0px;
1879
- }
1880
- .theme-brandPage .md\:tw-ml-0 {
1881
- margin-left: 0px;
1882
- }
1883
- .theme-brandPage .md\:tw-ml-2 {
1884
- margin-left: 0.5rem;
1885
- }
1886
- .theme-brandPage .md\:tw-ml-3 {
1887
- margin-left: 0.75rem;
1888
- }
1889
- .theme-brandPage .md\:tw-ml-4 {
1890
- margin-left: 1rem;
1891
- }
1892
- .theme-brandPage .md\:tw-mt-0 {
1893
- margin-top: 0px;
1894
- }
1895
- .theme-brandPage .md\:tw-mt-3 {
1896
- margin-top: 0.75rem;
1897
- }
1898
- .theme-brandPage .md\:tw-flex {
1899
- display: flex;
1900
- }
1901
- .theme-brandPage .md\:tw-grid {
1902
- display: grid;
1903
- }
1904
- .theme-brandPage .md\:tw-hidden {
1905
- display: none;
1906
- }
1907
- .theme-brandPage .md\:tw-h-10 {
1908
- height: 2.5rem;
1909
- }
1910
- .theme-brandPage .md\:tw-h-20 {
1911
- height: 5rem;
1912
- }
1913
- .theme-brandPage .md\:tw-h-full {
1914
- height: 100%;
1915
- }
1916
- .theme-brandPage .md\:tw-w-10 {
1917
- width: 2.5rem;
1918
- }
1919
- .theme-brandPage .md\:tw-w-24 {
1920
- width: 6rem;
1921
- }
1922
- .theme-brandPage .md\:tw-w-auto {
1923
- width: auto;
1924
- }
1925
- .theme-brandPage .md\:tw-w-full {
1926
- width: 100%;
1927
- }
1928
- .theme-brandPage .md\:tw-max-w-full {
1929
- max-width: 100%;
1930
- }
1931
- .theme-brandPage .md\:tw-grow {
1932
- flex-grow: 1;
1933
- }
1934
- .theme-brandPage .md\:tw-grid-cols-2 {
1935
- grid-template-columns: repeat(2, minmax(0, 1fr));
1936
- }
1937
- .theme-brandPage .md\:tw-flex-row {
1938
- flex-direction: row;
1939
- }
1940
- .theme-brandPage .md\:tw-flex-col {
1941
- flex-direction: column;
1942
- }
1943
- .theme-brandPage .md\:tw-items-start {
1944
- align-items: flex-start;
1945
- }
1946
- .theme-brandPage .md\:tw-items-end {
1947
- align-items: flex-end;
1948
- }
1949
- .theme-brandPage .md\:tw-items-center {
1950
- align-items: center;
1951
- }
1952
- .theme-brandPage .md\:tw-justify-start {
1953
- justify-content: flex-start;
1954
- }
1955
- .theme-brandPage .md\:tw-justify-end {
1956
- justify-content: flex-end;
1957
- }
1958
- .theme-brandPage .md\:tw-justify-center {
1959
- justify-content: center;
1960
- }
1961
- .theme-brandPage .md\:tw-gap-2 {
1962
- gap: 0.5rem;
1963
- }
1964
- .theme-brandPage .md\:tw-rounded-l-none {
1965
- border-top-left-radius: 0px;
1966
- border-bottom-left-radius: 0px;
1967
- }
1968
- .theme-brandPage .md\:tw-rounded-r-none {
1969
- border-top-right-radius: 0px;
1970
- border-bottom-right-radius: 0px;
1971
- }
1972
- .theme-brandPage .md\:tw-object-contain {
1973
- -o-object-fit: contain;
1974
- object-fit: contain;
1975
- }
1976
- .theme-brandPage .md\:tw-p-2 {
1977
- padding: 0.5rem;
1978
- }
1979
- .theme-brandPage .md\:tw-p-3 {
1980
- padding: 0.75rem;
1981
- }
1982
- .theme-brandPage .md\:tw-p-6 {
1983
- padding: 1.5rem;
1984
- }
1985
- .theme-brandPage .md\:tw-p-8 {
1986
- padding: 2rem;
1987
- }
1988
- .theme-brandPage .md\:tw-px-4 {
1989
- padding-left: 1rem;
1990
- padding-right: 1rem;
1991
- }
1992
- .theme-brandPage .md\:tw-px-8 {
1993
- padding-left: 2rem;
1994
- padding-right: 2rem;
1995
- }
1996
- .theme-brandPage .md\:tw-py-2 {
1997
- padding-top: 0.5rem;
1998
- padding-bottom: 0.5rem;
1999
- }
2000
- .theme-brandPage .md\:tw-pl-4 {
2001
- padding-left: 1rem;
2002
- }
2003
- .theme-brandPage .md\:tw-pr-2 {
2004
- padding-right: 0.5rem;
2005
- }
2006
- .theme-brandPage .md\:tw-text-left {
2007
- text-align: left;
2008
- }
2009
- .theme-brandPage .md\:tw-text-sm {
2010
- font-size: 0.875rem;
2011
- line-height: 1.25rem;
2012
- }
2013
- .theme-brandPage .md\:tw-text-xs {
2014
- font-size: 0.75rem;
2015
- line-height: 1rem;
2016
- }
2017
- }
2018
- @media (min-width: 1024px) {
2019
- .theme-brandPage .lg\:tw-static {
2020
- position: static;
2021
- }
2022
- .theme-brandPage .lg\:tw-mb-0 {
2023
- margin-bottom: 0px;
2024
- }
2025
- .theme-brandPage .lg\:tw-mr-8 {
2026
- margin-right: 2rem;
2027
- }
2028
- .theme-brandPage .lg\:tw-flex {
2029
- display: flex;
2030
- }
2031
- .theme-brandPage .lg\:tw-h-auto {
2032
- height: auto;
2033
- }
2034
- .theme-brandPage .lg\:tw-max-w-xl {
2035
- max-width: 36rem;
2036
- }
2037
- .theme-brandPage .lg\:tw-flex-row {
2038
- flex-direction: row;
2039
- }
2040
- .theme-brandPage .lg\:tw-items-center {
2041
- align-items: center;
2042
- }
2043
- .theme-brandPage .lg\:tw-overflow-visible {
2044
- overflow: visible;
2045
- }
2046
- .theme-brandPage .lg\:tw-rounded {
2047
- border-radius: 0.25rem;
2048
- }
2049
- .theme-brandPage .lg\:tw-px-20 {
2050
- padding-left: 5rem;
2051
- padding-right: 5rem;
2052
- }
2053
- .theme-brandPage .lg\:tw-px-8 {
2054
- padding-left: 2rem;
2055
- padding-right: 2rem;
2056
- }
2057
- .theme-brandPage .lg\:tw-pb-0 {
2058
- padding-bottom: 0px;
2059
- }
2060
- .theme-brandPage .lg\:tw-pb-8 {
2061
- padding-bottom: 2rem;
2062
- }
2063
- .theme-brandPage .lg\:tw-pt-20 {
2064
- padding-top: 5rem;
2065
- }
2066
- }