trepur_components 0.4.8 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (319) hide show
  1. package/dist/src/lib/components/Accordion/Accordion.stories.d.ts +6 -0
  2. package/dist/src/lib/components/Accordion/Accordion.stories.js +80 -0
  3. package/dist/src/lib/components/Accordion/Accordion.stories.js.map +1 -0
  4. package/dist/src/lib/components/Accordion/index.d.ts +8 -0
  5. package/dist/src/lib/components/Accordion/index.js +9 -0
  6. package/dist/src/lib/components/Accordion/index.js.map +1 -0
  7. package/dist/src/lib/components/AlertBar/AlertBar.stories.d.ts +6 -0
  8. package/dist/src/lib/components/AlertBar/AlertBar.stories.js +91 -0
  9. package/dist/src/lib/components/AlertBar/AlertBar.stories.js.map +1 -0
  10. package/dist/src/lib/components/AlertBar/index.d.ts +16 -0
  11. package/dist/src/lib/components/AlertBar/index.js +64 -0
  12. package/dist/src/lib/components/AlertBar/index.js.map +1 -0
  13. package/dist/src/lib/components/Breadcrumbs/Breadcrumbs.stories.d.ts +6 -0
  14. package/dist/src/lib/components/Breadcrumbs/Breadcrumbs.stories.js +56 -0
  15. package/dist/src/lib/components/Breadcrumbs/Breadcrumbs.stories.js.map +1 -0
  16. package/dist/src/lib/components/Breadcrumbs/index.d.ts +11 -0
  17. package/dist/src/lib/components/Breadcrumbs/index.js +20 -0
  18. package/dist/src/lib/components/Breadcrumbs/index.js.map +1 -0
  19. package/dist/src/lib/components/BreadcrumbsBordered/BreadcrumbsBordered.stories.d.ts +6 -0
  20. package/dist/src/lib/components/BreadcrumbsBordered/BreadcrumbsBordered.stories.js +45 -0
  21. package/dist/src/lib/components/BreadcrumbsBordered/BreadcrumbsBordered.stories.js.map +1 -0
  22. package/dist/src/lib/components/BreadcrumbsBordered/index.d.ts +9 -0
  23. package/dist/src/lib/components/BreadcrumbsBordered/index.js +18 -0
  24. package/dist/src/lib/components/BreadcrumbsBordered/index.js.map +1 -0
  25. package/dist/src/lib/components/BreadcrumbsItem/BreadcrumbsItem.stories.d.ts +6 -0
  26. package/dist/src/lib/components/BreadcrumbsItem/BreadcrumbsItem.stories.js +50 -0
  27. package/dist/src/lib/components/BreadcrumbsItem/BreadcrumbsItem.stories.js.map +1 -0
  28. package/dist/src/lib/components/BreadcrumbsItem/index.d.ts +12 -0
  29. package/dist/src/lib/components/BreadcrumbsItem/index.js +57 -0
  30. package/dist/src/lib/components/BreadcrumbsItem/index.js.map +1 -0
  31. package/dist/src/lib/components/Button/button.stories.d.ts +6 -0
  32. package/dist/src/lib/components/Button/button.stories.js +132 -0
  33. package/dist/src/lib/components/Button/button.stories.js.map +1 -0
  34. package/dist/src/lib/components/Button/index.d.ts +17 -0
  35. package/dist/src/lib/components/Button/index.js +32 -0
  36. package/dist/src/lib/components/Button/index.js.map +1 -0
  37. package/dist/src/lib/components/Card/Card.stories.d.ts +8 -0
  38. package/dist/src/lib/components/Card/Card.stories.js +124 -0
  39. package/dist/src/lib/components/Card/Card.stories.js.map +1 -0
  40. package/dist/src/lib/components/Card/index.d.ts +31 -0
  41. package/dist/src/lib/components/Card/index.js +66 -0
  42. package/dist/src/lib/components/Card/index.js.map +1 -0
  43. package/dist/src/lib/components/CardWithTopImage/CardWithTopImage.stories.d.ts +6 -0
  44. package/dist/src/lib/components/CardWithTopImage/CardWithTopImage.stories.js +40 -0
  45. package/dist/src/lib/components/CardWithTopImage/CardWithTopImage.stories.js.map +1 -0
  46. package/dist/src/lib/components/CardWithTopImage/index.d.ts +10 -0
  47. package/dist/src/lib/components/CardWithTopImage/index.js +15 -0
  48. package/dist/src/lib/components/CardWithTopImage/index.js.map +1 -0
  49. package/dist/src/lib/components/Carousel/Carousel.stories.d.ts +6 -0
  50. package/dist/src/lib/components/Carousel/Carousel.stories.js +297 -0
  51. package/dist/src/lib/components/Carousel/Carousel.stories.js.map +1 -0
  52. package/dist/src/lib/components/Carousel/index.d.ts +59 -0
  53. package/dist/src/lib/components/Carousel/index.js +122 -0
  54. package/dist/src/lib/components/Carousel/index.js.map +1 -0
  55. package/dist/src/lib/components/ChevronCard/ChevronCard.stories.d.ts +6 -0
  56. package/dist/src/lib/components/ChevronCard/ChevronCard.stories.js +14 -0
  57. package/dist/src/lib/components/ChevronCard/ChevronCard.stories.js.map +1 -0
  58. package/dist/src/lib/components/ChevronCard/index.d.ts +7 -0
  59. package/dist/src/lib/components/ChevronCard/index.js +20 -0
  60. package/dist/src/lib/components/ChevronCard/index.js.map +1 -0
  61. package/dist/src/lib/components/Collapsible/Collapsible.stories.d.ts +6 -0
  62. package/dist/src/lib/components/Collapsible/Collapsible.stories.js +66 -0
  63. package/dist/src/lib/components/Collapsible/Collapsible.stories.js.map +1 -0
  64. package/dist/src/lib/components/Collapsible/index.d.ts +16 -0
  65. package/dist/src/lib/components/Collapsible/index.js +67 -0
  66. package/dist/src/lib/components/Collapsible/index.js.map +1 -0
  67. package/dist/src/lib/components/Column/Column.stories.d.ts +6 -0
  68. package/dist/src/lib/components/Column/Column.stories.js +64 -0
  69. package/dist/src/lib/components/Column/Column.stories.js.map +1 -0
  70. package/dist/src/lib/components/Column/index.d.ts +12 -0
  71. package/dist/src/lib/components/Column/index.js +83 -0
  72. package/dist/src/lib/components/Column/index.js.map +1 -0
  73. package/dist/src/lib/components/Container/Container.stories.d.ts +6 -0
  74. package/dist/src/lib/components/Container/Container.stories.js +30 -0
  75. package/dist/src/lib/components/Container/Container.stories.js.map +1 -0
  76. package/dist/src/lib/components/Container/index.d.ts +9 -0
  77. package/dist/src/lib/components/Container/index.js +8 -0
  78. package/dist/src/lib/components/Container/index.js.map +1 -0
  79. package/dist/src/lib/components/FooterBar/footerBar.stories.d.ts +6 -0
  80. package/dist/src/lib/components/FooterBar/footerBar.stories.js +48 -0
  81. package/dist/src/lib/components/FooterBar/footerBar.stories.js.map +1 -0
  82. package/dist/src/lib/components/FooterBar/index.d.ts +11 -0
  83. package/dist/src/lib/components/FooterBar/index.js +15 -0
  84. package/dist/src/lib/components/FooterBar/index.js.map +1 -0
  85. package/dist/src/lib/components/Form/Form.stories.d.ts +6 -0
  86. package/dist/src/lib/components/Form/Form.stories.js +82 -0
  87. package/dist/src/lib/components/Form/Form.stories.js.map +1 -0
  88. package/dist/src/lib/components/Form/index.d.ts +16 -0
  89. package/dist/src/lib/components/Form/index.js +19 -0
  90. package/dist/src/lib/components/Form/index.js.map +1 -0
  91. package/dist/src/lib/components/FyreCard/FyreCard.stories.d.ts +6 -0
  92. package/dist/src/lib/components/FyreCard/FyreCard.stories.js +22 -0
  93. package/dist/src/lib/components/FyreCard/FyreCard.stories.js.map +1 -0
  94. package/dist/src/lib/components/FyreCard/index.d.ts +13 -0
  95. package/dist/src/lib/components/FyreCard/index.js +17 -0
  96. package/dist/src/lib/components/FyreCard/index.js.map +1 -0
  97. package/dist/src/lib/components/Greeting/Greeting.stories.d.ts +6 -0
  98. package/dist/src/lib/components/Greeting/Greeting.stories.js +33 -0
  99. package/dist/src/lib/components/Greeting/Greeting.stories.js.map +1 -0
  100. package/dist/src/lib/components/Greeting/index.d.ts +10 -0
  101. package/dist/src/lib/components/Greeting/index.js +23 -0
  102. package/dist/src/lib/components/Greeting/index.js.map +1 -0
  103. package/dist/src/lib/components/HamburgerIcon/HamburgerIcon.stories.d.ts +6 -0
  104. package/dist/src/lib/components/HamburgerIcon/HamburgerIcon.stories.js +46 -0
  105. package/dist/src/lib/components/HamburgerIcon/HamburgerIcon.stories.js.map +1 -0
  106. package/dist/src/lib/components/HamburgerIcon/index.d.ts +7 -0
  107. package/dist/src/lib/components/HamburgerIcon/index.js +26 -0
  108. package/dist/src/lib/components/HamburgerIcon/index.js.map +1 -0
  109. package/dist/src/lib/components/Icon/Icon.stories.d.ts +6 -0
  110. package/dist/src/lib/components/Icon/Icon.stories.js +87 -0
  111. package/dist/src/lib/components/Icon/Icon.stories.js.map +1 -0
  112. package/dist/src/lib/components/Icon/index.d.ts +19 -0
  113. package/dist/src/lib/components/Icon/index.js +56 -0
  114. package/dist/src/lib/components/Icon/index.js.map +1 -0
  115. package/dist/src/lib/components/Image/Image.stories.d.ts +6 -0
  116. package/dist/src/lib/components/Image/Image.stories.js +73 -0
  117. package/dist/src/lib/components/Image/Image.stories.js.map +1 -0
  118. package/dist/src/lib/components/Image/index.d.ts +16 -0
  119. package/dist/src/lib/components/Image/index.js +54 -0
  120. package/dist/src/lib/components/Image/index.js.map +1 -0
  121. package/dist/src/lib/components/ImageLink/ImageLink.stories.d.ts +9 -0
  122. package/dist/src/lib/components/ImageLink/ImageLink.stories.js +50 -0
  123. package/dist/src/lib/components/ImageLink/ImageLink.stories.js.map +1 -0
  124. package/dist/src/lib/components/ImageLink/index.d.ts +15 -0
  125. package/dist/src/lib/components/ImageLink/index.js +18 -0
  126. package/dist/src/lib/components/ImageLink/index.js.map +1 -0
  127. package/dist/src/lib/components/ImageLinkList/ImageLinkList.stories.d.ts +6 -0
  128. package/dist/src/lib/components/ImageLinkList/ImageLinkList.stories.js +27 -0
  129. package/dist/src/lib/components/ImageLinkList/ImageLinkList.stories.js.map +1 -0
  130. package/dist/src/lib/components/ImageLinkList/index.d.ts +9 -0
  131. package/dist/src/lib/components/ImageLinkList/index.js +11 -0
  132. package/dist/src/lib/components/ImageLinkList/index.js.map +1 -0
  133. package/dist/src/lib/components/InformationIcon/InformationIcon.stories.d.ts +6 -0
  134. package/dist/src/lib/components/InformationIcon/InformationIcon.stories.js +73 -0
  135. package/dist/src/lib/components/InformationIcon/InformationIcon.stories.js.map +1 -0
  136. package/dist/src/lib/components/InformationIcon/index.d.ts +15 -0
  137. package/dist/src/lib/components/InformationIcon/index.js +45 -0
  138. package/dist/src/lib/components/InformationIcon/index.js.map +1 -0
  139. package/dist/src/lib/components/Input/Input.stories.d.ts +6 -0
  140. package/dist/src/lib/components/Input/Input.stories.js +95 -0
  141. package/dist/src/lib/components/Input/Input.stories.js.map +1 -0
  142. package/dist/src/lib/components/Input/index.d.ts +31 -0
  143. package/dist/src/lib/components/Input/index.js +25 -0
  144. package/dist/src/lib/components/Input/index.js.map +1 -0
  145. package/dist/src/lib/components/Jumbotron/Jumbotron.stories.d.ts +6 -0
  146. package/dist/src/lib/components/Jumbotron/Jumbotron.stories.js +16 -0
  147. package/dist/src/lib/components/Jumbotron/Jumbotron.stories.js.map +1 -0
  148. package/dist/src/lib/components/Jumbotron/index.d.ts +9 -0
  149. package/dist/src/lib/components/Jumbotron/index.js +9 -0
  150. package/dist/src/lib/components/Jumbotron/index.js.map +1 -0
  151. package/dist/src/lib/components/Nav/Nav.stories.d.ts +6 -0
  152. package/dist/src/lib/components/Nav/Nav.stories.js +134 -0
  153. package/dist/src/lib/components/Nav/Nav.stories.js.map +1 -0
  154. package/dist/src/lib/components/Nav/index.d.ts +22 -0
  155. package/dist/src/lib/components/Nav/index.js +65 -0
  156. package/dist/src/lib/components/Nav/index.js.map +1 -0
  157. package/dist/src/lib/components/NavItem/NavItem.stories.d.ts +6 -0
  158. package/dist/src/lib/components/NavItem/NavItem.stories.js +75 -0
  159. package/dist/src/lib/components/NavItem/NavItem.stories.js.map +1 -0
  160. package/dist/src/lib/components/NavItem/index.d.ts +15 -0
  161. package/dist/src/lib/components/NavItem/index.js +24 -0
  162. package/dist/src/lib/components/NavItem/index.js.map +1 -0
  163. package/dist/src/lib/components/NewsCard/NewsCard.stories.d.ts +6 -0
  164. package/dist/src/lib/components/NewsCard/NewsCard.stories.js +60 -0
  165. package/dist/src/lib/components/NewsCard/NewsCard.stories.js.map +1 -0
  166. package/dist/src/lib/components/NewsCard/index.d.ts +14 -0
  167. package/dist/src/lib/components/NewsCard/index.js +20 -0
  168. package/dist/src/lib/components/NewsCard/index.js.map +1 -0
  169. package/dist/src/lib/components/Profile/Profile.stories.d.ts +6 -0
  170. package/dist/src/lib/components/Profile/Profile.stories.js +41 -0
  171. package/dist/src/lib/components/Profile/Profile.stories.js.map +1 -0
  172. package/dist/src/lib/components/Profile/index.d.ts +18 -0
  173. package/dist/src/lib/components/Profile/index.js +36 -0
  174. package/dist/src/lib/components/Profile/index.js.map +1 -0
  175. package/dist/src/lib/components/Row/Row.stories.d.ts +6 -0
  176. package/dist/src/lib/components/Row/Row.stories.js +37 -0
  177. package/dist/src/lib/components/Row/Row.stories.js.map +1 -0
  178. package/dist/src/lib/components/Row/index.d.ts +8 -0
  179. package/dist/src/lib/components/Row/index.js +8 -0
  180. package/dist/src/lib/components/Row/index.js.map +1 -0
  181. package/dist/src/lib/components/Search/Search.stories.d.ts +6 -0
  182. package/dist/src/lib/components/Search/Search.stories.js +48 -0
  183. package/dist/src/lib/components/Search/Search.stories.js.map +1 -0
  184. package/dist/src/lib/components/Search/index.d.ts +13 -0
  185. package/dist/src/lib/components/Search/index.js +23 -0
  186. package/dist/src/lib/components/Search/index.js.map +1 -0
  187. package/dist/src/lib/components/SocialBlock/SocialBlock.stories.d.ts +6 -0
  188. package/dist/src/lib/components/SocialBlock/SocialBlock.stories.js +58 -0
  189. package/dist/src/lib/components/SocialBlock/SocialBlock.stories.js.map +1 -0
  190. package/dist/src/lib/components/SocialBlock/index.d.ts +21 -0
  191. package/dist/src/lib/components/SocialBlock/index.js +65 -0
  192. package/dist/src/lib/components/SocialBlock/index.js.map +1 -0
  193. package/dist/src/lib/components/StarRating/StarRating.stories.d.ts +6 -0
  194. package/dist/src/lib/components/StarRating/StarRating.stories.js +17 -0
  195. package/dist/src/lib/components/StarRating/StarRating.stories.js.map +1 -0
  196. package/dist/src/lib/components/StarRating/index.d.ts +9 -0
  197. package/dist/src/lib/components/StarRating/index.js +27 -0
  198. package/dist/src/lib/components/StarRating/index.js.map +1 -0
  199. package/dist/src/lib/components/Testimonial/Testimonial.stories.d.ts +6 -0
  200. package/dist/src/lib/components/Testimonial/Testimonial.stories.js +95 -0
  201. package/dist/src/lib/components/Testimonial/Testimonial.stories.js.map +1 -0
  202. package/dist/src/lib/components/Testimonial/index.d.ts +17 -0
  203. package/dist/src/lib/components/Testimonial/index.js +27 -0
  204. package/dist/src/lib/components/Testimonial/index.js.map +1 -0
  205. package/dist/src/lib/components/TextAndTitle/TextAndTitle.stories.d.ts +6 -0
  206. package/dist/src/lib/components/TextAndTitle/TextAndTitle.stories.js +63 -0
  207. package/dist/src/lib/components/TextAndTitle/TextAndTitle.stories.js.map +1 -0
  208. package/dist/src/lib/components/TextAndTitle/index.d.ts +26 -0
  209. package/dist/src/lib/components/TextAndTitle/index.js +104 -0
  210. package/dist/src/lib/components/TextAndTitle/index.js.map +1 -0
  211. package/dist/src/lib/components/TextArea/TextArea.stories.d.ts +6 -0
  212. package/dist/src/lib/components/TextArea/TextArea.stories.js +63 -0
  213. package/dist/src/lib/components/TextArea/TextArea.stories.js.map +1 -0
  214. package/dist/src/lib/components/TextArea/index.d.ts +27 -0
  215. package/dist/src/lib/components/TextArea/index.js +19 -0
  216. package/dist/src/lib/components/TextArea/index.js.map +1 -0
  217. package/dist/src/lib/components/Timeline/Timeline.stories.d.ts +6 -0
  218. package/dist/src/lib/components/Timeline/Timeline.stories.js +87 -0
  219. package/dist/src/lib/components/Timeline/Timeline.stories.js.map +1 -0
  220. package/dist/src/lib/components/Timeline/index.d.ts +14 -0
  221. package/dist/src/lib/components/Timeline/index.js +208 -0
  222. package/dist/src/lib/components/Timeline/index.js.map +1 -0
  223. package/dist/src/lib/components/Tubestops/Tubestops.stories.d.ts +6 -0
  224. package/dist/src/lib/components/Tubestops/Tubestops.stories.js +62 -0
  225. package/dist/src/lib/components/Tubestops/Tubestops.stories.js.map +1 -0
  226. package/dist/src/lib/components/Tubestops/index.d.ts +13 -0
  227. package/dist/src/lib/components/Tubestops/index.js +44 -0
  228. package/dist/src/lib/components/Tubestops/index.js.map +1 -0
  229. package/dist/src/lib/components/UserIcon/UserIcon.stories.d.ts +6 -0
  230. package/dist/src/lib/components/UserIcon/UserIcon.stories.js +63 -0
  231. package/dist/src/lib/components/UserIcon/UserIcon.stories.js.map +1 -0
  232. package/dist/src/lib/components/UserIcon/index.d.ts +11 -0
  233. package/dist/src/lib/components/UserIcon/index.js +16 -0
  234. package/dist/src/lib/components/UserIcon/index.js.map +1 -0
  235. package/dist/src/lib/components/Video/Video.stories.d.ts +6 -0
  236. package/dist/src/lib/components/Video/Video.stories.js +17 -0
  237. package/dist/src/lib/components/Video/Video.stories.js.map +1 -0
  238. package/dist/src/lib/components/Video/index.d.ts +17 -0
  239. package/dist/src/lib/components/Video/index.js +9 -0
  240. package/dist/src/lib/components/Video/index.js.map +1 -0
  241. package/dist/src/lib/index.d.ts +39 -0
  242. package/dist/src/lib/index.js +43 -0
  243. package/dist/src/lib/index.js.map +1 -0
  244. package/dist/src/lib/typography/Fonts.stories.d.ts +6 -0
  245. package/dist/src/lib/typography/Fonts.stories.js +12 -0
  246. package/dist/src/lib/typography/Fonts.stories.js.map +1 -0
  247. package/dist/src/lib/typography/index.d.ts +6 -0
  248. package/dist/src/lib/typography/index.js +23 -0
  249. package/dist/src/lib/typography/index.js.map +1 -0
  250. package/dist/src/lib/utils/controls.d.ts +35 -0
  251. package/dist/src/lib/utils/controls.js +21 -0
  252. package/dist/src/lib/utils/controls.js.map +1 -0
  253. package/dist/src/lib/utils/theme.d.ts +3 -0
  254. package/dist/src/lib/utils/theme.js +28 -0
  255. package/dist/src/lib/utils/theme.js.map +1 -0
  256. package/dist/tailwind.config.d.ts +65 -0
  257. package/dist/tailwind.config.js +81 -0
  258. package/dist/tailwind.config.js.map +1 -0
  259. package/package.json +19 -5
  260. package/dist/components/Accordion/index.js +0 -37
  261. package/dist/components/AlertBar/index.js +0 -129
  262. package/dist/components/Breadcrumbs/index.js +0 -66
  263. package/dist/components/BreadcrumbsBordered/index.js +0 -66
  264. package/dist/components/BreadcrumbsItem/index.js +0 -160
  265. package/dist/components/Button/index.js +0 -141
  266. package/dist/components/Card/index.js +0 -151
  267. package/dist/components/CardWithTopImage/index.js +0 -64
  268. package/dist/components/Carousel/index.css +0 -4
  269. package/dist/components/Carousel/index.css.map +0 -1
  270. package/dist/components/Carousel/index.js +0 -185
  271. package/dist/components/ChevronCard/index.js +0 -65
  272. package/dist/components/Collapsible/index.js +0 -158
  273. package/dist/components/Column/index.js +0 -137
  274. package/dist/components/Container/index.js +0 -55
  275. package/dist/components/FooterBar/index.js +0 -60
  276. package/dist/components/Form/index.js +0 -78
  277. package/dist/components/FyreCard/index.js +0 -54
  278. package/dist/components/Greeting/index.js +0 -69
  279. package/dist/components/Icon/index.js +0 -91
  280. package/dist/components/Image/index.js +0 -142
  281. package/dist/components/ImageLink/index.js +0 -61
  282. package/dist/components/ImageLinkList/index.js +0 -45
  283. package/dist/components/InformationIcon/index.js +0 -120
  284. package/dist/components/Input/index.js +0 -112
  285. package/dist/components/Jumbotron/index.js +0 -39
  286. package/dist/components/Nav/index.js +0 -302
  287. package/dist/components/NavItem/index.js +0 -129
  288. package/dist/components/NewsCard/index.js +0 -62
  289. package/dist/components/Profile/index.js +0 -86
  290. package/dist/components/Row/index.js +0 -55
  291. package/dist/components/Search/index.js +0 -60
  292. package/dist/components/SocialBlock/index.js +0 -184
  293. package/dist/components/StarRating/index.js +0 -110
  294. package/dist/components/Testimonial/index.js +0 -70
  295. package/dist/components/TextAndTitle/index.js +0 -283
  296. package/dist/components/TextArea/index.js +0 -97
  297. package/dist/components/Timeline/index.css +0 -133
  298. package/dist/components/Timeline/index.css.map +0 -1
  299. package/dist/components/Timeline/index.js +0 -254
  300. package/dist/components/Tubestops/index.css +0 -92
  301. package/dist/components/Tubestops/index.css.map +0 -1
  302. package/dist/components/Tubestops/index.js +0 -95
  303. package/dist/components/UserIcon/index.js +0 -50
  304. package/dist/components/Users/rupertb/Documents/apps/trepur_components/src/lib/styles/base.css +0 -1831
  305. package/dist/components/Users/rupertb/Documents/apps/trepur_components/src/lib/styles/base.css.map +0 -1
  306. package/dist/components/Video/index.js +0 -67
  307. package/dist/fonts/Sora/OFL.txt +0 -93
  308. package/dist/fonts/Sora/README.txt +0 -70
  309. package/dist/fonts/Sora/Sora-VariableFont_wght.ttf +0 -0
  310. package/dist/fonts/Sora/static/Sora-Bold.ttf +0 -0
  311. package/dist/fonts/Sora/static/Sora-ExtraBold.ttf +0 -0
  312. package/dist/fonts/Sora/static/Sora-ExtraLight.ttf +0 -0
  313. package/dist/fonts/Sora/static/Sora-Light.ttf +0 -0
  314. package/dist/fonts/Sora/static/Sora-Medium.ttf +0 -0
  315. package/dist/fonts/Sora/static/Sora-Regular.ttf +0 -0
  316. package/dist/fonts/Sora/static/Sora-SemiBold.ttf +0 -0
  317. package/dist/fonts/Sora/static/Sora-Thin.ttf +0 -0
  318. package/dist/index.js +0 -311
  319. package/dist/styles/base.css +0 -73
@@ -1,1831 +0,0 @@
1
- /*
2
- ! tailwindcss v3.1.8 | 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
- */
28
-
29
- html {
30
- line-height: 1.5; /* 1 */
31
- -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
32
- tab-size: 4; /* 3 */
33
- font-family: Sora, sans-serif; /* 4 */
34
- }
35
-
36
- /*
37
- 1. Remove the margin in all browsers.
38
- 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
39
- */
40
-
41
- body {
42
- margin: 0; /* 1 */
43
- line-height: inherit; /* 2 */
44
- }
45
-
46
- /*
47
- 1. Add the correct height in Firefox.
48
- 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
49
- 3. Ensure horizontal rules are visible by default.
50
- */
51
-
52
- hr {
53
- height: 0; /* 1 */
54
- color: inherit; /* 2 */
55
- border-top-width: 1px; /* 3 */
56
- }
57
-
58
- /*
59
- Add the correct text decoration in Chrome, Edge, and Safari.
60
- */
61
-
62
- abbr:where([title]) {
63
- text-decoration: underline dotted;
64
- }
65
-
66
- /*
67
- Remove the default font size and weight for headings.
68
- */
69
-
70
- h1,
71
- h2,
72
- h3,
73
- h4,
74
- h5,
75
- h6 {
76
- font-size: inherit;
77
- font-weight: inherit;
78
- }
79
-
80
- /*
81
- Reset links to optimize for opt-in styling instead of opt-out.
82
- */
83
-
84
- a {
85
- color: inherit;
86
- text-decoration: inherit;
87
- }
88
-
89
- /*
90
- Add the correct font weight in Edge and Safari.
91
- */
92
-
93
- b,
94
- strong {
95
- font-weight: bolder;
96
- }
97
-
98
- /*
99
- 1. Use the user's configured `mono` font family by default.
100
- 2. Correct the odd `em` font sizing in all browsers.
101
- */
102
-
103
- code,
104
- kbd,
105
- samp,
106
- pre {
107
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
108
- font-size: 1em; /* 2 */
109
- }
110
-
111
- /*
112
- Add the correct font size in all browsers.
113
- */
114
-
115
- small {
116
- font-size: 80%;
117
- }
118
-
119
- /*
120
- Prevent `sub` and `sup` elements from affecting the line height in all browsers.
121
- */
122
-
123
- sub,
124
- sup {
125
- font-size: 75%;
126
- line-height: 0;
127
- position: relative;
128
- vertical-align: baseline;
129
- }
130
-
131
- sub {
132
- bottom: -0.25em;
133
- }
134
-
135
- sup {
136
- top: -0.5em;
137
- }
138
-
139
- /*
140
- 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)
141
- 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)
142
- 3. Remove gaps between table borders by default.
143
- */
144
-
145
- table {
146
- text-indent: 0; /* 1 */
147
- border-color: inherit; /* 2 */
148
- border-collapse: collapse; /* 3 */
149
- }
150
-
151
- /*
152
- 1. Change the font styles in all browsers.
153
- 2. Remove the margin in Firefox and Safari.
154
- 3. Remove default padding in all browsers.
155
- */
156
-
157
- button,
158
- input,
159
- optgroup,
160
- select,
161
- textarea {
162
- font-family: inherit; /* 1 */
163
- font-size: 100%; /* 1 */
164
- font-weight: inherit; /* 1 */
165
- line-height: inherit; /* 1 */
166
- color: inherit; /* 1 */
167
- margin: 0; /* 2 */
168
- padding: 0; /* 3 */
169
- }
170
-
171
- /*
172
- Remove the inheritance of text transform in Edge and Firefox.
173
- */
174
-
175
- button,
176
- select {
177
- text-transform: none;
178
- }
179
-
180
- /*
181
- 1. Correct the inability to style clickable types in iOS and Safari.
182
- 2. Remove default button styles.
183
- */
184
-
185
- button,
186
- [type='button'],
187
- [type='reset'],
188
- [type='submit'] {
189
- -webkit-appearance: button; /* 1 */
190
- background-color: transparent; /* 2 */
191
- background-image: none; /* 2 */
192
- }
193
-
194
- /*
195
- Use the modern Firefox focus style for all focusable elements.
196
- */
197
-
198
- :-moz-focusring {
199
- outline: auto;
200
- }
201
-
202
- /*
203
- Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
204
- */
205
-
206
- :-moz-ui-invalid {
207
- box-shadow: none;
208
- }
209
-
210
- /*
211
- Add the correct vertical alignment in Chrome and Firefox.
212
- */
213
-
214
- progress {
215
- vertical-align: baseline;
216
- }
217
-
218
- /*
219
- Correct the cursor style of increment and decrement buttons in Safari.
220
- */
221
-
222
- ::-webkit-inner-spin-button,
223
- ::-webkit-outer-spin-button {
224
- height: auto;
225
- }
226
-
227
- /*
228
- 1. Correct the odd appearance in Chrome and Safari.
229
- 2. Correct the outline style in Safari.
230
- */
231
-
232
- [type='search'] {
233
- -webkit-appearance: textfield; /* 1 */
234
- outline-offset: -2px; /* 2 */
235
- }
236
-
237
- /*
238
- Remove the inner padding in Chrome and Safari on macOS.
239
- */
240
-
241
- ::-webkit-search-decoration {
242
- -webkit-appearance: none;
243
- }
244
-
245
- /*
246
- 1. Correct the inability to style clickable types in iOS and Safari.
247
- 2. Change font properties to `inherit` in Safari.
248
- */
249
-
250
- ::-webkit-file-upload-button {
251
- -webkit-appearance: button; /* 1 */
252
- font: inherit; /* 2 */
253
- }
254
-
255
- /*
256
- Add the correct display in Chrome and Safari.
257
- */
258
-
259
- summary {
260
- display: list-item;
261
- }
262
-
263
- /*
264
- Removes the default spacing and border for appropriate elements.
265
- */
266
-
267
- blockquote,
268
- dl,
269
- dd,
270
- h1,
271
- h2,
272
- h3,
273
- h4,
274
- h5,
275
- h6,
276
- hr,
277
- figure,
278
- p,
279
- pre {
280
- margin: 0;
281
- }
282
-
283
- fieldset {
284
- margin: 0;
285
- padding: 0;
286
- }
287
-
288
- legend {
289
- padding: 0;
290
- }
291
-
292
- ol,
293
- ul,
294
- menu {
295
- list-style: none;
296
- margin: 0;
297
- padding: 0;
298
- }
299
-
300
- /*
301
- Prevent resizing textareas horizontally by default.
302
- */
303
-
304
- textarea {
305
- resize: vertical;
306
- }
307
-
308
- /*
309
- 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
310
- 2. Set the default placeholder color to the user's configured gray 400 color.
311
- */
312
-
313
- input::placeholder,
314
- textarea::placeholder {
315
- opacity: 1; /* 1 */
316
- color: #9ca3af; /* 2 */
317
- }
318
-
319
- /*
320
- Set the default cursor for buttons.
321
- */
322
-
323
- button,
324
- [role="button"] {
325
- cursor: pointer;
326
- }
327
-
328
- /*
329
- Make sure disabled buttons don't get the pointer cursor.
330
- */
331
- :disabled {
332
- cursor: default;
333
- }
334
-
335
- /*
336
- 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
337
- 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
338
- This can trigger a poorly considered lint error in some tools but is included by design.
339
- */
340
-
341
- img,
342
- svg,
343
- video,
344
- canvas,
345
- audio,
346
- iframe,
347
- embed,
348
- object {
349
- display: block; /* 1 */
350
- vertical-align: middle; /* 2 */
351
- }
352
-
353
- /*
354
- Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
355
- */
356
-
357
- img,
358
- video {
359
- max-width: 100%;
360
- height: auto;
361
- }
362
-
363
- *, ::before, ::after {
364
- --tw-border-spacing-x: 0;
365
- --tw-border-spacing-y: 0;
366
- --tw-translate-x: 0;
367
- --tw-translate-y: 0;
368
- --tw-rotate: 0;
369
- --tw-skew-x: 0;
370
- --tw-skew-y: 0;
371
- --tw-scale-x: 1;
372
- --tw-scale-y: 1;
373
- --tw-pan-x: ;
374
- --tw-pan-y: ;
375
- --tw-pinch-zoom: ;
376
- --tw-scroll-snap-strictness: proximity;
377
- --tw-ordinal: ;
378
- --tw-slashed-zero: ;
379
- --tw-numeric-figure: ;
380
- --tw-numeric-spacing: ;
381
- --tw-numeric-fraction: ;
382
- --tw-ring-inset: ;
383
- --tw-ring-offset-width: 0px;
384
- --tw-ring-offset-color: #fff;
385
- --tw-ring-color: rgb(59 130 246 / 0.5);
386
- --tw-ring-offset-shadow: 0 0 #0000;
387
- --tw-ring-shadow: 0 0 #0000;
388
- --tw-shadow: 0 0 #0000;
389
- --tw-shadow-colored: 0 0 #0000;
390
- --tw-blur: ;
391
- --tw-brightness: ;
392
- --tw-contrast: ;
393
- --tw-grayscale: ;
394
- --tw-hue-rotate: ;
395
- --tw-invert: ;
396
- --tw-saturate: ;
397
- --tw-sepia: ;
398
- --tw-drop-shadow: ;
399
- --tw-backdrop-blur: ;
400
- --tw-backdrop-brightness: ;
401
- --tw-backdrop-contrast: ;
402
- --tw-backdrop-grayscale: ;
403
- --tw-backdrop-hue-rotate: ;
404
- --tw-backdrop-invert: ;
405
- --tw-backdrop-opacity: ;
406
- --tw-backdrop-saturate: ;
407
- --tw-backdrop-sepia: ;
408
- }
409
-
410
- ::backdrop {
411
- --tw-border-spacing-x: 0;
412
- --tw-border-spacing-y: 0;
413
- --tw-translate-x: 0;
414
- --tw-translate-y: 0;
415
- --tw-rotate: 0;
416
- --tw-skew-x: 0;
417
- --tw-skew-y: 0;
418
- --tw-scale-x: 1;
419
- --tw-scale-y: 1;
420
- --tw-pan-x: ;
421
- --tw-pan-y: ;
422
- --tw-pinch-zoom: ;
423
- --tw-scroll-snap-strictness: proximity;
424
- --tw-ordinal: ;
425
- --tw-slashed-zero: ;
426
- --tw-numeric-figure: ;
427
- --tw-numeric-spacing: ;
428
- --tw-numeric-fraction: ;
429
- --tw-ring-inset: ;
430
- --tw-ring-offset-width: 0px;
431
- --tw-ring-offset-color: #fff;
432
- --tw-ring-color: rgb(59 130 246 / 0.5);
433
- --tw-ring-offset-shadow: 0 0 #0000;
434
- --tw-ring-shadow: 0 0 #0000;
435
- --tw-shadow: 0 0 #0000;
436
- --tw-shadow-colored: 0 0 #0000;
437
- --tw-blur: ;
438
- --tw-brightness: ;
439
- --tw-contrast: ;
440
- --tw-grayscale: ;
441
- --tw-hue-rotate: ;
442
- --tw-invert: ;
443
- --tw-saturate: ;
444
- --tw-sepia: ;
445
- --tw-drop-shadow: ;
446
- --tw-backdrop-blur: ;
447
- --tw-backdrop-brightness: ;
448
- --tw-backdrop-contrast: ;
449
- --tw-backdrop-grayscale: ;
450
- --tw-backdrop-hue-rotate: ;
451
- --tw-backdrop-invert: ;
452
- --tw-backdrop-opacity: ;
453
- --tw-backdrop-saturate: ;
454
- --tw-backdrop-sepia: ;
455
- }
456
- .container {
457
- width: 100%;
458
- }
459
- @media (min-width: 640px) {
460
-
461
- .container {
462
- max-width: 640px;
463
- }
464
- }
465
- @media (min-width: 768px) {
466
-
467
- .container {
468
- max-width: 768px;
469
- }
470
- }
471
- @media (min-width: 1024px) {
472
-
473
- .container {
474
- max-width: 1024px;
475
- }
476
- }
477
- @media (min-width: 1280px) {
478
-
479
- .container {
480
- max-width: 1280px;
481
- }
482
- }
483
- @media (min-width: 1536px) {
484
-
485
- .container {
486
- max-width: 1536px;
487
- }
488
- }
489
- .visible {
490
- visibility: visible;
491
- }
492
- .invisible {
493
- visibility: hidden;
494
- }
495
- .fixed {
496
- position: fixed;
497
- }
498
- .absolute {
499
- position: absolute;
500
- }
501
- .relative {
502
- position: relative;
503
- }
504
- .inset-x-0 {
505
- left: 0px;
506
- right: 0px;
507
- }
508
- .inset-y-0 {
509
- top: 0px;
510
- bottom: 0px;
511
- }
512
- .top-0 {
513
- top: 0px;
514
- }
515
- .bottom-0 {
516
- bottom: 0px;
517
- }
518
- .left-2\/4 {
519
- left: 50%;
520
- }
521
- .top-1\/4 {
522
- top: 25%;
523
- }
524
- .left-1\.5 {
525
- left: 0.375rem;
526
- }
527
- .left-1 {
528
- left: 0.25rem;
529
- }
530
- .left-auto {
531
- left: auto;
532
- }
533
- .right-1\.5 {
534
- right: 0.375rem;
535
- }
536
- .right-1 {
537
- right: 0.25rem;
538
- }
539
- .top-1\/2 {
540
- top: 50%;
541
- }
542
- .top-7 {
543
- top: 1.75rem;
544
- }
545
- .left-7 {
546
- left: 1.75rem;
547
- }
548
- .left-0 {
549
- left: 0px;
550
- }
551
- .left-2 {
552
- left: 0.5rem;
553
- }
554
- .left-3 {
555
- left: 0.75rem;
556
- }
557
- .right-3 {
558
- right: 0.75rem;
559
- }
560
- .z-10 {
561
- z-index: 10;
562
- }
563
- .z-20 {
564
- z-index: 20;
565
- }
566
- .z-0 {
567
- z-index: 0;
568
- }
569
- .z-50 {
570
- z-index: 50;
571
- }
572
- .order-first {
573
- order: -9999;
574
- }
575
- .order-3 {
576
- order: 3;
577
- }
578
- .order-2 {
579
- order: 2;
580
- }
581
- .order-1 {
582
- order: 1;
583
- }
584
- .order-last {
585
- order: 9999;
586
- }
587
- .float-right {
588
- float: right;
589
- }
590
- .float-left {
591
- float: left;
592
- }
593
- .mx-3 {
594
- margin-left: 0.75rem;
595
- margin-right: 0.75rem;
596
- }
597
- .mx-auto {
598
- margin-left: auto;
599
- margin-right: auto;
600
- }
601
- .mx-1 {
602
- margin-left: 0.25rem;
603
- margin-right: 0.25rem;
604
- }
605
- .my-8 {
606
- margin-top: 2rem;
607
- margin-bottom: 2rem;
608
- }
609
- .my-16 {
610
- margin-top: 4rem;
611
- margin-bottom: 4rem;
612
- }
613
- .my-6 {
614
- margin-top: 1.5rem;
615
- margin-bottom: 1.5rem;
616
- }
617
- .my-auto {
618
- margin-top: auto;
619
- margin-bottom: auto;
620
- }
621
- .mx-8 {
622
- margin-left: 2rem;
623
- margin-right: 2rem;
624
- }
625
- .mx-2 {
626
- margin-left: 0.5rem;
627
- margin-right: 0.5rem;
628
- }
629
- .my-0 {
630
- margin-top: 0px;
631
- margin-bottom: 0px;
632
- }
633
- .my-12 {
634
- margin-top: 3rem;
635
- margin-bottom: 3rem;
636
- }
637
- .mr-3 {
638
- margin-right: 0.75rem;
639
- }
640
- .-ml-2 {
641
- margin-left: -0.5rem;
642
- }
643
- .mt-8 {
644
- margin-top: 2rem;
645
- }
646
- .ml-2 {
647
- margin-left: 0.5rem;
648
- }
649
- .-mt-12 {
650
- margin-top: -3rem;
651
- }
652
- .-ml-7 {
653
- margin-left: -1.75rem;
654
- }
655
- .mt-3 {
656
- margin-top: 0.75rem;
657
- }
658
- .-mt-7 {
659
- margin-top: -1.75rem;
660
- }
661
- .ml-3 {
662
- margin-left: 0.75rem;
663
- }
664
- .-mb-7 {
665
- margin-bottom: -1.75rem;
666
- }
667
- .-mr-7 {
668
- margin-right: -1.75rem;
669
- }
670
- .mt-6 {
671
- margin-top: 1.5rem;
672
- }
673
- .mb-2 {
674
- margin-bottom: 0.5rem;
675
- }
676
- .mt-4 {
677
- margin-top: 1rem;
678
- }
679
- .mb-4 {
680
- margin-bottom: 1rem;
681
- }
682
- .mr-4 {
683
- margin-right: 1rem;
684
- }
685
- .mb-8 {
686
- margin-bottom: 2rem;
687
- }
688
- .mt-0 {
689
- margin-top: 0px;
690
- }
691
- .mt-16 {
692
- margin-top: 4rem;
693
- }
694
- .-mr-16 {
695
- margin-right: -4rem;
696
- }
697
- .-ml-16 {
698
- margin-left: -4rem;
699
- }
700
- .ml-4 {
701
- margin-left: 1rem;
702
- }
703
- .mt-2 {
704
- margin-top: 0.5rem;
705
- }
706
- .mb-0 {
707
- margin-bottom: 0px;
708
- }
709
- .block {
710
- display: block;
711
- }
712
- .flex {
713
- display: flex;
714
- }
715
- .inline-flex {
716
- display: inline-flex;
717
- }
718
- .table {
719
- display: table;
720
- }
721
- .grid {
722
- display: grid;
723
- }
724
- .hidden {
725
- display: none;
726
- }
727
- .h-8 {
728
- height: 2rem;
729
- }
730
- .h-0 {
731
- height: 0px;
732
- }
733
- .h-full {
734
- height: 100%;
735
- }
736
- .h-64 {
737
- height: 16rem;
738
- }
739
- .h-24 {
740
- height: 6rem;
741
- }
742
- .h-auto {
743
- height: auto;
744
- }
745
- .h-4 {
746
- height: 1rem;
747
- }
748
- .h-12 {
749
- height: 3rem;
750
- }
751
- .h-20 {
752
- height: 5rem;
753
- }
754
- .h-14 {
755
- height: 3.5rem;
756
- }
757
- .h-32 {
758
- height: 8rem;
759
- }
760
- .h-6 {
761
- height: 1.5rem;
762
- }
763
- .h-10 {
764
- height: 2.5rem;
765
- }
766
- .h-28 {
767
- height: 7rem;
768
- }
769
- .h-36 {
770
- height: 9rem;
771
- }
772
- .h-40 {
773
- height: 10rem;
774
- }
775
- .h-44 {
776
- height: 11rem;
777
- }
778
- .h-96 {
779
- height: 24rem;
780
- }
781
- .h-16 {
782
- height: 4rem;
783
- }
784
- .w-full {
785
- width: 100%;
786
- }
787
- .w-0 {
788
- width: 0px;
789
- }
790
- .w-24 {
791
- width: 6rem;
792
- }
793
- .w-4 {
794
- width: 1rem;
795
- }
796
- .w-12 {
797
- width: 3rem;
798
- }
799
- .w-32 {
800
- width: 8rem;
801
- }
802
- .w-14 {
803
- width: 3.5rem;
804
- }
805
- .w-20 {
806
- width: 5rem;
807
- }
808
- .w-auto {
809
- width: auto;
810
- }
811
- .w-1\/12 {
812
- width: 8.333333%;
813
- }
814
- .w-2\/12 {
815
- width: 16.666667%;
816
- }
817
- .w-3\/12 {
818
- width: 25%;
819
- }
820
- .w-4\/12 {
821
- width: 33.333333%;
822
- }
823
- .w-5\/12 {
824
- width: 41.666667%;
825
- }
826
- .w-6\/12 {
827
- width: 50%;
828
- }
829
- .w-7\/12 {
830
- width: 58.333333%;
831
- }
832
- .w-8\/12 {
833
- width: 66.666667%;
834
- }
835
- .w-9\/12 {
836
- width: 75%;
837
- }
838
- .w-10\/12 {
839
- width: 83.333333%;
840
- }
841
- .w-11\/12 {
842
- width: 91.666667%;
843
- }
844
- .w-6 {
845
- width: 1.5rem;
846
- }
847
- .w-10 {
848
- width: 2.5rem;
849
- }
850
- .w-28 {
851
- width: 7rem;
852
- }
853
- .w-36 {
854
- width: 9rem;
855
- }
856
- .w-40 {
857
- width: 10rem;
858
- }
859
- .w-44 {
860
- width: 11rem;
861
- }
862
- .w-16 {
863
- width: 4rem;
864
- }
865
- .w-48 {
866
- width: 12rem;
867
- }
868
- .w-1\/3 {
869
- width: 33.333333%;
870
- }
871
- .w-96 {
872
- width: 24rem;
873
- }
874
- .flex-1 {
875
- flex: 1 1 0%;
876
- }
877
- .flex-auto {
878
- flex: 1 1 auto;
879
- }
880
- .shrink-0 {
881
- flex-shrink: 0;
882
- }
883
- .translate-y-2\/4 {
884
- --tw-translate-y: 50%;
885
- 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));
886
- }
887
- .rotate-45 {
888
- --tw-rotate: 45deg;
889
- 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));
890
- }
891
- .transform {
892
- 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));
893
- }
894
- .cursor-pointer {
895
- cursor: pointer;
896
- }
897
- .list-none {
898
- list-style-type: none;
899
- }
900
- .flex-row {
901
- flex-direction: row;
902
- }
903
- .flex-row-reverse {
904
- flex-direction: row-reverse;
905
- }
906
- .flex-col {
907
- flex-direction: column;
908
- }
909
- .flex-col-reverse {
910
- flex-direction: column-reverse;
911
- }
912
- .flex-wrap {
913
- flex-wrap: wrap;
914
- }
915
- .items-center {
916
- align-items: center;
917
- }
918
- .justify-end {
919
- justify-content: flex-end;
920
- }
921
- .justify-center {
922
- justify-content: center;
923
- }
924
- .justify-between {
925
- justify-content: space-between;
926
- }
927
- .space-y-1 > :not([hidden]) ~ :not([hidden]) {
928
- --tw-space-y-reverse: 0;
929
- margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
930
- margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
931
- }
932
- .overflow-hidden {
933
- overflow: hidden;
934
- }
935
- .overflow-x-auto {
936
- overflow-x: auto;
937
- }
938
- .whitespace-nowrap {
939
- white-space: nowrap;
940
- }
941
- .break-words {
942
- overflow-wrap: break-word;
943
- }
944
- .rounded {
945
- border-radius: 0.25rem;
946
- }
947
- .rounded-md {
948
- border-radius: 0.375rem;
949
- }
950
- .rounded-full {
951
- border-radius: 9999px;
952
- }
953
- .rounded-none {
954
- border-radius: 0px;
955
- }
956
- .rounded-lg {
957
- border-radius: 0.5rem;
958
- }
959
- .rounded-2xl {
960
- border-radius: 1rem;
961
- }
962
- .rounded-t-2xl {
963
- border-top-left-radius: 1rem;
964
- border-top-right-radius: 1rem;
965
- }
966
- .border {
967
- border-width: 1px;
968
- }
969
- .border-2 {
970
- border-width: 2px;
971
- }
972
- .border-t {
973
- border-top-width: 1px;
974
- }
975
- .border-l {
976
- border-left-width: 1px;
977
- }
978
- .border-b {
979
- border-bottom-width: 1px;
980
- }
981
- .border-r {
982
- border-right-width: 1px;
983
- }
984
- .border-dashed {
985
- border-style: dashed;
986
- }
987
- .border-brand-primary {
988
- --tw-border-opacity: 1;
989
- border-color: rgb(0 87 255 / var(--tw-border-opacity));
990
- }
991
- .border-grey {
992
- --tw-border-opacity: 1;
993
- border-color: rgb(44 55 59 / var(--tw-border-opacity));
994
- }
995
- .border-white {
996
- --tw-border-opacity: 1;
997
- border-color: rgb(255 255 255 / var(--tw-border-opacity));
998
- }
999
- .border-black {
1000
- --tw-border-opacity: 1;
1001
- border-color: rgb(0 0 0 / var(--tw-border-opacity));
1002
- }
1003
- .border-social-facebook {
1004
- --tw-border-opacity: 1;
1005
- border-color: rgb(59 89 153 / var(--tw-border-opacity));
1006
- }
1007
- .border-social-linkedin {
1008
- --tw-border-opacity: 1;
1009
- border-color: rgb(14 118 168 / var(--tw-border-opacity));
1010
- }
1011
- .border-brand-error {
1012
- --tw-border-opacity: 1;
1013
- border-color: rgb(177 16 19 / var(--tw-border-opacity));
1014
- }
1015
- .border-brand-warning {
1016
- --tw-border-opacity: 1;
1017
- border-color: rgb(255 211 92 / var(--tw-border-opacity));
1018
- }
1019
- .border-transparent {
1020
- border-color: transparent;
1021
- }
1022
- .border-l-transparent {
1023
- border-left-color: transparent;
1024
- }
1025
- .border-b-social-facebook {
1026
- --tw-border-opacity: 1;
1027
- border-bottom-color: rgb(59 89 153 / var(--tw-border-opacity));
1028
- }
1029
- .border-opacity-100 {
1030
- --tw-border-opacity: 1;
1031
- }
1032
- .bg-white {
1033
- --tw-bg-opacity: 1;
1034
- background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1035
- }
1036
- .bg-brand-success {
1037
- --tw-bg-opacity: 1;
1038
- background-color: rgb(105 195 100 / var(--tw-bg-opacity));
1039
- }
1040
- .bg-brand-warning {
1041
- --tw-bg-opacity: 1;
1042
- background-color: rgb(255 211 92 / var(--tw-bg-opacity));
1043
- }
1044
- .bg-brand-error {
1045
- --tw-bg-opacity: 1;
1046
- background-color: rgb(177 16 19 / var(--tw-bg-opacity));
1047
- }
1048
- .bg-brand-info-light {
1049
- --tw-bg-opacity: 1;
1050
- background-color: rgb(216 234 245 / var(--tw-bg-opacity));
1051
- }
1052
- .bg-social-facebook {
1053
- --tw-bg-opacity: 1;
1054
- background-color: rgb(59 89 153 / var(--tw-bg-opacity));
1055
- }
1056
- .bg-light-grey {
1057
- --tw-bg-opacity: 1;
1058
- background-color: rgb(73 92 99 / var(--tw-bg-opacity));
1059
- }
1060
- .bg-black {
1061
- --tw-bg-opacity: 1;
1062
- background-color: rgb(0 0 0 / var(--tw-bg-opacity));
1063
- }
1064
- .bg-transparent {
1065
- background-color: transparent;
1066
- }
1067
- .bg-brand-primary {
1068
- --tw-bg-opacity: 1;
1069
- background-color: rgb(0 87 255 / var(--tw-bg-opacity));
1070
- }
1071
- .bg-red {
1072
- --tw-bg-opacity: 1;
1073
- background-color: rgb(187 10 30 / var(--tw-bg-opacity));
1074
- }
1075
- .bg-social-linkedin {
1076
- --tw-bg-opacity: 1;
1077
- background-color: rgb(14 118 168 / var(--tw-bg-opacity));
1078
- }
1079
- .fill-brand-primary {
1080
- fill: #0057ff;
1081
- }
1082
- .fill-brand-secondary {
1083
- fill: #FFA800;
1084
- }
1085
- .object-cover {
1086
- object-fit: cover;
1087
- }
1088
- .p-3 {
1089
- padding: 0.75rem;
1090
- }
1091
- .p-2 {
1092
- padding: 0.5rem;
1093
- }
1094
- .p-4 {
1095
- padding: 1rem;
1096
- }
1097
- .py-3 {
1098
- padding-top: 0.75rem;
1099
- padding-bottom: 0.75rem;
1100
- }
1101
- .px-8 {
1102
- padding-left: 2rem;
1103
- padding-right: 2rem;
1104
- }
1105
- .py-2 {
1106
- padding-top: 0.5rem;
1107
- padding-bottom: 0.5rem;
1108
- }
1109
- .px-1 {
1110
- padding-left: 0.25rem;
1111
- padding-right: 0.25rem;
1112
- }
1113
- .py-1 {
1114
- padding-top: 0.25rem;
1115
- padding-bottom: 0.25rem;
1116
- }
1117
- .px-4 {
1118
- padding-left: 1rem;
1119
- padding-right: 1rem;
1120
- }
1121
- .px-3 {
1122
- padding-left: 0.75rem;
1123
- padding-right: 0.75rem;
1124
- }
1125
- .py-4 {
1126
- padding-top: 1rem;
1127
- padding-bottom: 1rem;
1128
- }
1129
- .px-2 {
1130
- padding-left: 0.5rem;
1131
- padding-right: 0.5rem;
1132
- }
1133
- .py-0 {
1134
- padding-top: 0px;
1135
- padding-bottom: 0px;
1136
- }
1137
- .pl-4 {
1138
- padding-left: 1rem;
1139
- }
1140
- .pt-3 {
1141
- padding-top: 0.75rem;
1142
- }
1143
- .pl-8 {
1144
- padding-left: 2rem;
1145
- }
1146
- .pt-1 {
1147
- padding-top: 0.25rem;
1148
- }
1149
- .pb-4 {
1150
- padding-bottom: 1rem;
1151
- }
1152
- .pt-12 {
1153
- padding-top: 3rem;
1154
- }
1155
- .pb-16 {
1156
- padding-bottom: 4rem;
1157
- }
1158
- .pt-7 {
1159
- padding-top: 1.75rem;
1160
- }
1161
- .pt-4 {
1162
- padding-top: 1rem;
1163
- }
1164
- .pr-8 {
1165
- padding-right: 2rem;
1166
- }
1167
- .pb-2 {
1168
- padding-bottom: 0.5rem;
1169
- }
1170
- .pt-5 {
1171
- padding-top: 1.25rem;
1172
- }
1173
- .pt-2 {
1174
- padding-top: 0.5rem;
1175
- }
1176
- .pr-4 {
1177
- padding-right: 1rem;
1178
- }
1179
- .pt-20 {
1180
- padding-top: 5rem;
1181
- }
1182
- .pb-5 {
1183
- padding-bottom: 1.25rem;
1184
- }
1185
- .pb-3 {
1186
- padding-bottom: 0.75rem;
1187
- }
1188
- .pl-9 {
1189
- padding-left: 2.25rem;
1190
- }
1191
- .pl-2 {
1192
- padding-left: 0.5rem;
1193
- }
1194
- .pr-9 {
1195
- padding-right: 2.25rem;
1196
- }
1197
- .pl-0 {
1198
- padding-left: 0px;
1199
- }
1200
- .text-left {
1201
- text-align: left;
1202
- }
1203
- .text-center {
1204
- text-align: center;
1205
- }
1206
- .text-right {
1207
- text-align: right;
1208
- }
1209
- .text-xs {
1210
- font-size: 16px;
1211
- }
1212
- .text-sm {
1213
- font-size: 24px;
1214
- }
1215
- .text-md {
1216
- font-size: 32px;
1217
- }
1218
- .text-lg {
1219
- font-size: 48px;
1220
- }
1221
- .text-xl {
1222
- font-size: 64px;
1223
- }
1224
- .text-2xl {
1225
- font-size: 80px;
1226
- }
1227
- .text-3xl {
1228
- font-size: 96px;
1229
- }
1230
- .text-4xl {
1231
- font-size: 112px;
1232
- }
1233
- .font-regular {
1234
- font-weight: 400;
1235
- }
1236
- .font-thin {
1237
- font-weight: 100;
1238
- }
1239
- .font-extraLight {
1240
- font-weight: 200;
1241
- }
1242
- .font-light {
1243
- font-weight: 300;
1244
- }
1245
- .font-medium {
1246
- font-weight: 500;
1247
- }
1248
- .font-semiBold {
1249
- font-weight: 600;
1250
- }
1251
- .font-bold {
1252
- font-weight: 700;
1253
- }
1254
- .font-extraBold {
1255
- font-weight: 800;
1256
- }
1257
- .leading-tight {
1258
- line-height: 1.25;
1259
- }
1260
- .text-black {
1261
- --tw-text-opacity: 1;
1262
- color: rgb(0 0 0 / var(--tw-text-opacity));
1263
- }
1264
- .text-white {
1265
- --tw-text-opacity: 1;
1266
- color: rgb(255 255 255 / var(--tw-text-opacity));
1267
- }
1268
- .text-social-facebook {
1269
- --tw-text-opacity: 1;
1270
- color: rgb(59 89 153 / var(--tw-text-opacity));
1271
- }
1272
- .text-social-whatsapp {
1273
- --tw-text-opacity: 1;
1274
- color: rgb(37 211 102 / var(--tw-text-opacity));
1275
- }
1276
- .text-light-grey {
1277
- --tw-text-opacity: 1;
1278
- color: rgb(73 92 99 / var(--tw-text-opacity));
1279
- }
1280
- .text-grey {
1281
- --tw-text-opacity: 1;
1282
- color: rgb(44 55 59 / var(--tw-text-opacity));
1283
- }
1284
- .text-red {
1285
- --tw-text-opacity: 1;
1286
- color: rgb(187 10 30 / var(--tw-text-opacity));
1287
- }
1288
- .text-brand-gold {
1289
- --tw-text-opacity: 1;
1290
- color: rgb(226 177 60 / var(--tw-text-opacity));
1291
- }
1292
- .text-brand-primary {
1293
- --tw-text-opacity: 1;
1294
- color: rgb(0 87 255 / var(--tw-text-opacity));
1295
- }
1296
- .underline {
1297
- text-decoration-line: underline;
1298
- }
1299
- .opacity-30 {
1300
- opacity: 0.3;
1301
- }
1302
- .shadow {
1303
- --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1304
- --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1305
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1306
- }
1307
- .shadow-inner {
1308
- --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
1309
- --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
1310
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1311
- }
1312
- .shadow-lg {
1313
- --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1314
- --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1315
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1316
- }
1317
- .drop-shadow {
1318
- --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
1319
- 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);
1320
- }
1321
- .filter {
1322
- 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);
1323
- }
1324
- .duration-500 {
1325
- transition-duration: 500ms;
1326
- }
1327
- .duration-300 {
1328
- transition-duration: 300ms;
1329
- }
1330
- .duration-700 {
1331
- transition-duration: 700ms;
1332
- }
1333
- .ease-out {
1334
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
1335
- }
1336
- @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.0/css/all.min.css");
1337
-
1338
- @font-face {
1339
- font-family: "Sora";
1340
- src: url("../fonts/Sora/static/Sora-Thin.ttf") format("truetype");
1341
- font-weight: 100;
1342
- font-style: normal;
1343
- }
1344
-
1345
- @font-face {
1346
- font-family: "Sora";
1347
- src: url("../fonts/Sora/static/Sora-ExtraLight.ttf") format("truetype");
1348
- font-weight: 200;
1349
- font-style: normal;
1350
- }
1351
-
1352
- @font-face {
1353
- font-family: "Sora";
1354
- src: url("../fonts/Sora/static/Sora-Light.ttf") format("truetype");
1355
- font-weight: 300;
1356
- font-style: normal;
1357
- }
1358
-
1359
- @font-face {
1360
- font-family: "Sora";
1361
- src: url("../fonts/Sora/static/Sora-Regular.ttf") format("truetype");
1362
- font-weight: 400;
1363
- font-style: normal;
1364
- }
1365
-
1366
- @font-face {
1367
- font-family: "Sora";
1368
- src: url("../fonts/Sora/static/Sora-Medium.ttf") format("truetype");
1369
- font-weight: 500;
1370
- font-style: normal;
1371
- }
1372
-
1373
- @font-face {
1374
- font-family: "Sora";
1375
- src: url("../fonts/Sora/static/Sora-SemiBold.ttf") format("truetype");
1376
- font-weight: 600;
1377
- font-style: normal;
1378
- }
1379
-
1380
- @font-face {
1381
- font-family: "Sora";
1382
- src: url("../fonts/Sora/static/Sora-Bold.ttf") format("truetype");
1383
- font-weight: 700;
1384
- font-style: normal;
1385
- }
1386
-
1387
- @font-face {
1388
- font-family: "Sora";
1389
- src: url("../fonts/Sora/static/Sora-ExtraBold.ttf") format("truetype");
1390
- font-weight: 800;
1391
- font-style: normal;
1392
- }
1393
-
1394
- .slick-track {
1395
- display: flex !important;
1396
- }
1397
-
1398
- .slick-slide {
1399
- height: inherit !important;
1400
- }
1401
-
1402
- .slick-slide > div {
1403
- height: 100%;
1404
- display: flex;
1405
- }
1406
-
1407
- .hover\:cursor-pointer:hover {
1408
- cursor: pointer;
1409
- }
1410
-
1411
- .hover\:border-dashed:hover {
1412
- border-style: dashed;
1413
- }
1414
-
1415
- .hover\:border-brand-success-light:hover {
1416
- --tw-border-opacity: 1;
1417
- border-color: rgb(231 245 231 / var(--tw-border-opacity));
1418
- }
1419
-
1420
- .hover\:border-black:hover {
1421
- --tw-border-opacity: 1;
1422
- border-color: rgb(0 0 0 / var(--tw-border-opacity));
1423
- }
1424
-
1425
- .hover\:border-social-facebook:hover {
1426
- --tw-border-opacity: 1;
1427
- border-color: rgb(59 89 153 / var(--tw-border-opacity));
1428
- }
1429
-
1430
- .hover\:border-social-linkedin:hover {
1431
- --tw-border-opacity: 1;
1432
- border-color: rgb(14 118 168 / var(--tw-border-opacity));
1433
- }
1434
-
1435
- .hover\:border-brand-error:hover {
1436
- --tw-border-opacity: 1;
1437
- border-color: rgb(177 16 19 / var(--tw-border-opacity));
1438
- }
1439
-
1440
- .hover\:border-brand-warning:hover {
1441
- --tw-border-opacity: 1;
1442
- border-color: rgb(255 211 92 / var(--tw-border-opacity));
1443
- }
1444
-
1445
- .hover\:bg-white:hover {
1446
- --tw-bg-opacity: 1;
1447
- background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1448
- }
1449
-
1450
- .hover\:bg-light-grey:hover {
1451
- --tw-bg-opacity: 1;
1452
- background-color: rgb(73 92 99 / var(--tw-bg-opacity));
1453
- }
1454
-
1455
- .hover\:bg-social-whatsapp:hover {
1456
- --tw-bg-opacity: 1;
1457
- background-color: rgb(37 211 102 / var(--tw-bg-opacity));
1458
- }
1459
-
1460
- .hover\:bg-black:hover {
1461
- --tw-bg-opacity: 1;
1462
- background-color: rgb(0 0 0 / var(--tw-bg-opacity));
1463
- }
1464
-
1465
- .hover\:bg-brand-error:hover {
1466
- --tw-bg-opacity: 1;
1467
- background-color: rgb(177 16 19 / var(--tw-bg-opacity));
1468
- }
1469
-
1470
- .hover\:bg-social-facebook:hover {
1471
- --tw-bg-opacity: 1;
1472
- background-color: rgb(59 89 153 / var(--tw-bg-opacity));
1473
- }
1474
-
1475
- .hover\:text-lg:hover {
1476
- font-size: 48px;
1477
- }
1478
-
1479
- .hover\:text-white:hover {
1480
- --tw-text-opacity: 1;
1481
- color: rgb(255 255 255 / var(--tw-text-opacity));
1482
- }
1483
-
1484
- .hover\:text-brand-warning:hover {
1485
- --tw-text-opacity: 1;
1486
- color: rgb(255 211 92 / var(--tw-text-opacity));
1487
- }
1488
-
1489
- .hover\:text-social-facebook:hover {
1490
- --tw-text-opacity: 1;
1491
- color: rgb(59 89 153 / var(--tw-text-opacity));
1492
- }
1493
-
1494
- .hover\:text-brand-primary:hover {
1495
- --tw-text-opacity: 1;
1496
- color: rgb(0 87 255 / var(--tw-text-opacity));
1497
- }
1498
-
1499
- .hover\:text-black:hover {
1500
- --tw-text-opacity: 1;
1501
- color: rgb(0 0 0 / var(--tw-text-opacity));
1502
- }
1503
-
1504
- .hover\:text-social-linkedin:hover {
1505
- --tw-text-opacity: 1;
1506
- color: rgb(14 118 168 / var(--tw-text-opacity));
1507
- }
1508
-
1509
- .hover\:text-brand-error:hover {
1510
- --tw-text-opacity: 1;
1511
- color: rgb(177 16 19 / var(--tw-text-opacity));
1512
- }
1513
-
1514
- .hover\:underline:hover {
1515
- text-decoration-line: underline;
1516
- }
1517
-
1518
- .hover\:opacity-50:hover {
1519
- opacity: 0.5;
1520
- }
1521
-
1522
- .focus\:ring-2:focus {
1523
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1524
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1525
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1526
- }
1527
-
1528
- .focus\:ring-inset:focus {
1529
- --tw-ring-inset: inset;
1530
- }
1531
-
1532
- .focus\:ring-white:focus {
1533
- --tw-ring-opacity: 1;
1534
- --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
1535
- }
1536
-
1537
- [dir="ltr"] .ltr\:ml-3 {
1538
- margin-left: 0.75rem;
1539
- }
1540
-
1541
- [dir="rtl"] .rtl\:mr-3 {
1542
- margin-right: 0.75rem;
1543
- }
1544
-
1545
- @media (min-width: 640px) {
1546
-
1547
- .sm\:inline-block {
1548
- display: inline-block;
1549
- }
1550
-
1551
- .sm\:inline-flex {
1552
- display: inline-flex;
1553
- }
1554
-
1555
- .sm\:grid-cols-2 {
1556
- grid-template-columns: repeat(2, minmax(0, 1fr));
1557
- }
1558
-
1559
- .sm\:items-stretch {
1560
- align-items: stretch;
1561
- }
1562
-
1563
- .sm\:text-lg {
1564
- font-size: 48px;
1565
- }
1566
- }
1567
-
1568
- @media (min-width: 768px) {
1569
-
1570
- .md\:float-right {
1571
- float: right;
1572
- }
1573
-
1574
- .md\:my-6 {
1575
- margin-top: 1.5rem;
1576
- margin-bottom: 1.5rem;
1577
- }
1578
-
1579
- .md\:mx-1 {
1580
- margin-left: 0.25rem;
1581
- margin-right: 0.25rem;
1582
- }
1583
-
1584
- .md\:mb-2 {
1585
- margin-bottom: 0.5rem;
1586
- }
1587
-
1588
- .md\:block {
1589
- display: block;
1590
- }
1591
-
1592
- .md\:inline-flex {
1593
- display: inline-flex;
1594
- }
1595
-
1596
- .md\:hidden {
1597
- display: none;
1598
- }
1599
-
1600
- .md\:w-1\/12 {
1601
- width: 8.333333%;
1602
- }
1603
-
1604
- .md\:w-2\/12 {
1605
- width: 16.666667%;
1606
- }
1607
-
1608
- .md\:w-3\/12 {
1609
- width: 25%;
1610
- }
1611
-
1612
- .md\:w-4\/12 {
1613
- width: 33.333333%;
1614
- }
1615
-
1616
- .md\:w-5\/12 {
1617
- width: 41.666667%;
1618
- }
1619
-
1620
- .md\:w-6\/12 {
1621
- width: 50%;
1622
- }
1623
-
1624
- .md\:w-7\/12 {
1625
- width: 58.333333%;
1626
- }
1627
-
1628
- .md\:w-8\/12 {
1629
- width: 66.666667%;
1630
- }
1631
-
1632
- .md\:w-9\/12 {
1633
- width: 75%;
1634
- }
1635
-
1636
- .md\:w-10\/12 {
1637
- width: 83.333333%;
1638
- }
1639
-
1640
- .md\:w-11\/12 {
1641
- width: 91.666667%;
1642
- }
1643
-
1644
- .md\:w-full {
1645
- width: 100%;
1646
- }
1647
-
1648
- .md\:w-1\/2 {
1649
- width: 50%;
1650
- }
1651
-
1652
- .md\:grid-cols-4 {
1653
- grid-template-columns: repeat(4, minmax(0, 1fr));
1654
- }
1655
-
1656
- .md\:items-center {
1657
- align-items: center;
1658
- }
1659
-
1660
- .md\:bg-social-twitter {
1661
- --tw-bg-opacity: 1;
1662
- background-color: rgb(85 172 238 / var(--tw-bg-opacity));
1663
- }
1664
-
1665
- .md\:py-8 {
1666
- padding-top: 2rem;
1667
- padding-bottom: 2rem;
1668
- }
1669
-
1670
- .md\:pl-8 {
1671
- padding-left: 2rem;
1672
- }
1673
-
1674
- .md\:pr-8 {
1675
- padding-right: 2rem;
1676
- }
1677
-
1678
- .md\:text-left {
1679
- text-align: left;
1680
- }
1681
-
1682
- .md\:text-center {
1683
- text-align: center;
1684
- }
1685
-
1686
- .md\:text-lg {
1687
- font-size: 48px;
1688
- }
1689
- }
1690
-
1691
- @media (min-width: 1024px) {
1692
-
1693
- .lg\:mx-3 {
1694
- margin-left: 0.75rem;
1695
- margin-right: 0.75rem;
1696
- }
1697
-
1698
- .lg\:mb-5 {
1699
- margin-bottom: 1.25rem;
1700
- }
1701
-
1702
- .lg\:block {
1703
- display: block;
1704
- }
1705
-
1706
- .lg\:inline-flex {
1707
- display: inline-flex;
1708
- }
1709
-
1710
- .lg\:w-1\/12 {
1711
- width: 8.333333%;
1712
- }
1713
-
1714
- .lg\:w-2\/12 {
1715
- width: 16.666667%;
1716
- }
1717
-
1718
- .lg\:w-3\/12 {
1719
- width: 25%;
1720
- }
1721
-
1722
- .lg\:w-4\/12 {
1723
- width: 33.333333%;
1724
- }
1725
-
1726
- .lg\:w-5\/12 {
1727
- width: 41.666667%;
1728
- }
1729
-
1730
- .lg\:w-6\/12 {
1731
- width: 50%;
1732
- }
1733
-
1734
- .lg\:w-7\/12 {
1735
- width: 58.333333%;
1736
- }
1737
-
1738
- .lg\:w-8\/12 {
1739
- width: 66.666667%;
1740
- }
1741
-
1742
- .lg\:w-9\/12 {
1743
- width: 75%;
1744
- }
1745
-
1746
- .lg\:w-10\/12 {
1747
- width: 83.333333%;
1748
- }
1749
-
1750
- .lg\:w-11\/12 {
1751
- width: 91.666667%;
1752
- }
1753
-
1754
- .lg\:w-full {
1755
- width: 100%;
1756
- }
1757
-
1758
- .lg\:pl-0 {
1759
- padding-left: 0px;
1760
- }
1761
-
1762
- .lg\:pr-0 {
1763
- padding-right: 0px;
1764
- }
1765
-
1766
- .lg\:text-md {
1767
- font-size: 32px;
1768
- }
1769
- }
1770
-
1771
- @media (min-width: 1280px) {
1772
-
1773
- .xl\:block {
1774
- display: block;
1775
- }
1776
-
1777
- .xl\:w-1\/12 {
1778
- width: 8.333333%;
1779
- }
1780
-
1781
- .xl\:w-2\/12 {
1782
- width: 16.666667%;
1783
- }
1784
-
1785
- .xl\:w-3\/12 {
1786
- width: 25%;
1787
- }
1788
-
1789
- .xl\:w-4\/12 {
1790
- width: 33.333333%;
1791
- }
1792
-
1793
- .xl\:w-5\/12 {
1794
- width: 41.666667%;
1795
- }
1796
-
1797
- .xl\:w-6\/12 {
1798
- width: 50%;
1799
- }
1800
-
1801
- .xl\:w-7\/12 {
1802
- width: 58.333333%;
1803
- }
1804
-
1805
- .xl\:w-8\/12 {
1806
- width: 66.666667%;
1807
- }
1808
-
1809
- .xl\:w-9\/12 {
1810
- width: 75%;
1811
- }
1812
-
1813
- .xl\:w-10\/12 {
1814
- width: 83.333333%;
1815
- }
1816
-
1817
- .xl\:w-11\/12 {
1818
- width: 91.666667%;
1819
- }
1820
-
1821
- .xl\:w-full {
1822
- width: 100%;
1823
- }
1824
-
1825
- .xl\:bg-social-linkedin {
1826
- --tw-bg-opacity: 1;
1827
- background-color: rgb(14 118 168 / var(--tw-bg-opacity));
1828
- }
1829
- }
1830
-
1831
- /*# sourceMappingURL=base.css.map */