@zenpatient-org/healthspan-marketing-ui 0.1.171 → 0.2.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 (1099) hide show
  1. package/README.md +11 -2
  2. package/dist/assets/svg/badge-icon.svg +13 -0
  3. package/dist/assets/svg/company-logo.svg +3 -0
  4. package/dist/components/Accordion/Accordion.cjs.js +1 -1
  5. package/dist/components/Accordion/Accordion.es.js +4 -4
  6. package/dist/components/Accordion/accordion.module.css +8 -0
  7. package/dist/components/Accordion/components/AccordionItem/AccordionItem.cjs.js +1 -1
  8. package/dist/components/Accordion/components/AccordionItem/AccordionItem.es.js +9 -9
  9. package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css +59 -0
  10. package/dist/components/AnchorLinks/AnchorLinks.cjs.js +1 -1
  11. package/dist/components/AnchorLinks/AnchorLinks.es.js +16 -16
  12. package/dist/components/AnchorLinks/anchorLinks.module.css +42 -0
  13. package/dist/components/Benefit/Benefit.cjs.js +1 -1
  14. package/dist/components/Benefit/Benefit.es.js +6 -6
  15. package/dist/components/Benefit/benefit.module.css +21 -0
  16. package/dist/components/Button/Button.cjs.js +1 -1
  17. package/dist/components/Button/Button.es.js +1 -1
  18. package/dist/components/Button/button.module.css +164 -0
  19. package/dist/components/Callback/Callback.cjs.js +1 -1
  20. package/dist/components/Callback/Callback.es.js +10 -10
  21. package/dist/components/Callback/callback.module.css +237 -0
  22. package/dist/components/Checkbox/Checkbox.cjs.js +1 -1
  23. package/dist/components/Checkbox/Checkbox.es.js +7 -7
  24. package/dist/components/Checkbox/assets/checkbox-checkmark.svg +3 -0
  25. package/dist/components/Checkbox/assets/checkbox-dash.svg +3 -0
  26. package/dist/components/Checkbox/assets/checkbox-error.svg +3 -0
  27. package/dist/components/Checkbox/checkbox.module.css +112 -0
  28. package/dist/components/ClaimBlock/ClaimBlock.cjs.js +1 -1
  29. package/dist/components/ClaimBlock/ClaimBlock.es.js +1 -1
  30. package/dist/components/ClaimBlock/claimBlock.module.css +49 -0
  31. package/dist/components/ColoredDivider/ColoredDivider.cjs.js +1 -1
  32. package/dist/components/ColoredDivider/ColoredDivider.es.js +5 -5
  33. package/dist/components/ColoredDivider/coloredDivider.module.css +70 -0
  34. package/dist/components/ComplexImageCarousel/ComplexCarousel/ComplexCarousel.cjs.js +1 -1
  35. package/dist/components/ComplexImageCarousel/ComplexCarousel/ComplexCarousel.es.js +7 -7
  36. package/dist/components/ComplexImageCarousel/ComplexCarousel/complexImageCarousel.module.css +125 -0
  37. package/dist/components/ComplexImageCarousel/ComplexImageCarousel.cjs.js +1 -1
  38. package/dist/components/ComplexImageCarousel/ComplexImageCarousel.es.js +3 -3
  39. package/dist/components/ComplexImageCarousel/SimpleImageCarousel/SimpleImageCarousel.cjs.js +1 -1
  40. package/dist/components/ComplexImageCarousel/SimpleImageCarousel/SimpleImageCarousel.es.js +11 -12
  41. package/dist/components/ComplexImageCarousel/SimpleImageCarousel/simpleImageCarousel.module.css +51 -0
  42. package/dist/components/ComplexImageCarousel/useComplexImageCarousel.cjs.js +1 -1
  43. package/dist/components/ComplexImageCarousel/useComplexImageCarousel.es.js +33 -33
  44. package/dist/components/ComplexTooltip/ComplexTooltip.cjs.js +1 -1
  45. package/dist/components/ComplexTooltip/ComplexTooltip.es.js +23 -23
  46. package/dist/components/ComplexTooltip/complexTooltip.module.css +3 -0
  47. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.cjs.js +1 -1
  48. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.es.js +12 -12
  49. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css +74 -0
  50. package/dist/components/ContentTabs/ContentTabs.cjs.js +1 -1
  51. package/dist/components/ContentTabs/ContentTabs.es.js +2 -2
  52. package/dist/components/ContentTabs/contentTabs.module.css +88 -0
  53. package/dist/components/Cursor/Cursor.cjs.js +1 -1
  54. package/dist/components/Cursor/Cursor.es.js +1 -1
  55. package/dist/components/Cursor/assets/cursor_story_trigger_bg.png +0 -0
  56. package/dist/components/Cursor/components/ClientCursor.cjs.js +1 -1
  57. package/dist/components/Cursor/components/ClientCursor.es.js +1 -1
  58. package/dist/components/Cursor/components/clientCursor.module.css +36 -0
  59. package/dist/components/FAQComponent/FAQComponent.cjs.js +1 -1
  60. package/dist/components/FAQComponent/FAQComponent.es.js +15 -15
  61. package/dist/components/FAQComponent/faqComponent.module.css +40 -0
  62. package/dist/components/FAQComponentItem/FAQComponentItem.cjs.js +1 -1
  63. package/dist/components/FAQComponentItem/FAQComponentItem.es.js +16 -16
  64. package/dist/components/FAQComponentItem/faqComponentItem.module.css +149 -0
  65. package/dist/components/FilterError/FilterError.cjs.js +1 -1
  66. package/dist/components/FilterError/FilterError.es.js +1 -1
  67. package/dist/components/FilterError/filterError.module.css +21 -0
  68. package/dist/components/FilterMenu/FilterMenu.cjs.js +1 -1
  69. package/dist/components/FilterMenu/FilterMenu.es.js +2 -2
  70. package/dist/components/FilterMenu/filterMenu.module.css +106 -0
  71. package/dist/components/GalleryPagination/GalleryPagination.cjs.js +1 -1
  72. package/dist/components/GalleryPagination/GalleryPagination.es.js +1 -1
  73. package/dist/components/GalleryPagination/galleryPagination.module.css +38 -0
  74. package/dist/components/HighlightedTitle/HighlightedTitle.cjs.js +1 -1
  75. package/dist/components/HighlightedTitle/HighlightedTitle.es.js +7 -7
  76. package/dist/components/HighlightedTitle/highlightedTitle.module.css +59 -0
  77. package/dist/components/Icon/Icon.cjs.js +1 -1
  78. package/dist/components/IconBracket/IconBracket.cjs.js +1 -1
  79. package/dist/components/IconBracket/IconBracket.es.js +3 -3
  80. package/dist/components/IconBracket/iconBracket.module.css +64 -0
  81. package/dist/components/IconButton/IconButton.cjs.js +1 -1
  82. package/dist/components/IconButton/IconButton.es.js +1 -1
  83. package/dist/components/IconButton/iconButton.module.css +119 -0
  84. package/dist/components/ImageGallery/ImageGallery.cjs.js +1 -1
  85. package/dist/components/ImageGallery/ImageGallery.es.js +5 -5
  86. package/dist/components/ImageGallery/imageGallery.module.css +64 -0
  87. package/dist/components/InfiniteScroll/InfiniteScroll.cjs.js +1 -1
  88. package/dist/components/InfiniteScroll/InfiniteScroll.es.js +17 -17
  89. package/dist/components/InfiniteScroll/infiniteScroll.module.css +35 -0
  90. package/dist/components/Label/Label.cjs.js +1 -1
  91. package/dist/components/Label/Label.es.js +10 -11
  92. package/dist/components/Label/label.module.css +70 -0
  93. package/dist/components/Pagination/Pagination.cjs.js +1 -1
  94. package/dist/components/Pagination/Pagination.es.js +1 -1
  95. package/dist/components/Pagination/pagination.module.css +59 -0
  96. package/dist/components/PlayButton/PlayButton.cjs.js +1 -1
  97. package/dist/components/PlayButton/PlayButton.es.js +1 -1
  98. package/dist/components/PlayButton/playButton.module.css +30 -0
  99. package/dist/components/Pricing/Pricing.cjs.js +1 -1
  100. package/dist/components/Pricing/Pricing.es.js +15 -15
  101. package/dist/components/Pricing/components/BenefitItem/BenefitItem.cjs.js +1 -1
  102. package/dist/components/Pricing/components/BenefitItem/BenefitItem.es.js +6 -6
  103. package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css +9 -0
  104. package/dist/components/Pricing/pricing.module.css +123 -0
  105. package/dist/components/ProductGallery/ProductGallery.cjs.js +1 -1
  106. package/dist/components/ProductGallery/ProductGallery.es.js +5 -5
  107. package/dist/components/ProductGallery/productGallery.module.css +157 -0
  108. package/dist/components/ProductGalleryCard/ProductGalleryCard.cjs.js +1 -1
  109. package/dist/components/ProductGalleryCard/ProductGalleryCard.es.js +13 -13
  110. package/dist/components/ProductGalleryCard/productGalleryCard.module.css +100 -0
  111. package/dist/components/ProductListing/ProductListing.cjs.js +1 -1
  112. package/dist/components/ProductListing/ProductListing.es.js +3 -3
  113. package/dist/components/ProductListing/productListing.module.css +102 -0
  114. package/dist/components/ProductPairs/ProductPairs.cjs.js +1 -1
  115. package/dist/components/ProductPairs/ProductPairs.es.js +7 -7
  116. package/dist/components/ProductPairs/productPairs.module.css +112 -0
  117. package/dist/components/ProgramCard/ProgramCard.cjs.js +1 -1
  118. package/dist/components/ProgramCard/ProgramCard.es.js +8 -8
  119. package/dist/components/ProgramCard/assets/program_card_bg.png +0 -0
  120. package/dist/components/ProgramCard/programCard.module.css +97 -0
  121. package/dist/components/ProgressButton/ProgressButton.cjs.js +1 -1
  122. package/dist/components/ProgressButton/ProgressButton.es.js +2 -2
  123. package/dist/components/ProgressButton/progressButton.module.css +76 -0
  124. package/dist/components/RadioButton/RadioButton.cjs.js +1 -1
  125. package/dist/components/RadioButton/RadioButton.es.js +1 -1
  126. package/dist/components/RadioButton/radioButton.module.css +75 -0
  127. package/dist/components/RatingStars/RatingStars.cjs.js +1 -1
  128. package/dist/components/RatingStars/RatingStars.es.js +4 -4
  129. package/dist/components/RatingStars/ratingStars.module.css +56 -0
  130. package/dist/components/Skeleton/Skeleton.cjs.js +1 -1
  131. package/dist/components/Skeleton/Skeleton.es.js +1 -1
  132. package/dist/components/Skeleton/skeleton.module.css +28 -0
  133. package/dist/components/SmartCallout/SmartCallout.cjs.js +1 -1
  134. package/dist/components/SmartCallout/SmartCallout.es.js +3 -3
  135. package/dist/components/SmartCallout/smartCallout.module.css +9 -0
  136. package/dist/components/StepsCarousel/StepsCarousel.cjs.js +1 -1
  137. package/dist/components/StepsCarousel/StepsCarousel.es.js +21 -37
  138. package/dist/components/StepsCarousel/stepsCarousel.module.css +276 -0
  139. package/dist/components/StudyGridCard/StudyGridCard.cjs.js +1 -1
  140. package/dist/components/StudyGridCard/StudyGridCard.es.js +24 -29
  141. package/dist/components/StudyGridCard/studyGridCard.module.css +208 -0
  142. package/dist/components/Tabs/Tabs.cjs.js +1 -1
  143. package/dist/components/Tabs/Tabs.es.js +1 -1
  144. package/dist/components/Tabs/TabsWithFade.cjs.js +1 -1
  145. package/dist/components/Tabs/TabsWithFade.es.js +1 -1
  146. package/dist/components/Tabs/tabs.module.css +280 -0
  147. package/dist/components/Tag/Tag.cjs.js +1 -1
  148. package/dist/components/Tag/Tag.es.js +15 -16
  149. package/dist/components/Tag/tag.module.css +100 -0
  150. package/dist/components/TextButton/TextButton.cjs.js +1 -1
  151. package/dist/components/TextButton/TextButton.es.js +1 -1
  152. package/dist/components/TextButton/textButton.module.css +106 -0
  153. package/dist/components/TextInput/TextInput.cjs.js +1 -1
  154. package/dist/components/TextInput/TextInput.es.js +1 -1
  155. package/dist/components/TextInput/textInput.module.css +163 -0
  156. package/dist/components/TypeBadge/TypeBadge.cjs.js +1 -1
  157. package/dist/components/TypeBadge/TypeBadge.es.js +1 -1
  158. package/dist/components/TypeBadge/typeBadge.module.css +44 -0
  159. package/dist/components/Typography/Typography.cjs.js +1 -1
  160. package/dist/components/Typography/Typography.es.js +9 -9
  161. package/dist/components/Typography/typography.module.css +602 -0
  162. package/dist/fonts/SoehneMono/soehne-mono-buch-kursiv.woff2 +0 -0
  163. package/dist/fonts/SoehneMono/soehne-mono-buch.woff2 +0 -0
  164. package/dist/fonts/SoehneMono/style.css +15 -0
  165. package/dist/fonts/SuisseIntl/SuisseIntl-Medium.woff2 +0 -0
  166. package/dist/fonts/SuisseIntl/SuisseIntl-Regular.woff2 +0 -0
  167. package/dist/fonts/SuisseIntl/SuisseIntl-Semibold.woff2 +0 -0
  168. package/dist/fonts/SuisseIntl/style.css +23 -0
  169. package/dist/fonts/index.css +7 -0
  170. package/dist/icons/action/alert-error-fill.svg +5 -0
  171. package/dist/icons/action/alert-error.svg +5 -0
  172. package/dist/icons/action/bracket-left.svg +3 -0
  173. package/dist/icons/action/bracket-right.svg +3 -0
  174. package/dist/icons/action/check.svg +5 -0
  175. package/dist/icons/action/circle-check-fill.svg +5 -0
  176. package/dist/icons/action/circle-check.svg +5 -0
  177. package/dist/icons/action/close.svg +5 -0
  178. package/dist/icons/action/dot.svg +3 -0
  179. package/dist/icons/action/help.svg +5 -0
  180. package/dist/icons/action/info.svg +5 -0
  181. package/dist/icons/action/invisible.svg +1 -0
  182. package/dist/icons/action/menu.svg +5 -0
  183. package/dist/icons/action/play.svg +3 -0
  184. package/dist/icons/action/plus.svg +5 -0
  185. package/dist/icons/action/profile.svg +1 -0
  186. package/dist/icons/action/remove.svg +5 -0
  187. package/dist/icons/action/search.svg +5 -0
  188. package/dist/icons/action/visible.svg +1 -0
  189. package/dist/icons/action/warning.svg +5 -0
  190. package/dist/icons/arrow/arrow-back.svg +5 -0
  191. package/dist/icons/arrow/arrow-downward.svg +5 -0
  192. package/dist/icons/arrow/arrow-forward-thin.svg +4 -0
  193. package/dist/icons/arrow/arrow-forward.svg +5 -0
  194. package/dist/icons/arrow/arrow-insert.svg +5 -0
  195. package/dist/icons/arrow/arrow-outward.svg +5 -0
  196. package/dist/icons/arrow/arrow-return.svg +5 -0
  197. package/dist/icons/arrow/arrow-upward.svg +5 -0
  198. package/dist/icons/arrow/chevron-back.svg +5 -0
  199. package/dist/icons/arrow/chevron-down.svg +5 -0
  200. package/dist/icons/arrow/chevron-forward.svg +5 -0
  201. package/dist/icons/arrow/chevron-up.svg +5 -0
  202. package/dist/icons/bold/arrow-bold.svg +3 -0
  203. package/dist/icons/bold/close-bold.svg +3 -0
  204. package/dist/icons/bold/dot-bold.svg +3 -0
  205. package/dist/icons/bold/plus-bold.svg +3 -0
  206. package/dist/icons/chat/message-fill.svg +5 -0
  207. package/dist/icons/chat/message.svg +5 -0
  208. package/dist/icons/eCommerce/calendar.svg +5 -0
  209. package/dist/icons/eCommerce/cart.svg +5 -0
  210. package/dist/icons/eCommerce/package-fill.svg +5 -0
  211. package/dist/icons/eCommerce/package.svg +5 -0
  212. package/dist/icons/faces/smile-fill.svg +5 -0
  213. package/dist/icons/faces/smile.svg +5 -0
  214. package/dist/icons/global/cookie.svg +1 -0
  215. package/dist/icons/global/filter.svg +5 -0
  216. package/dist/icons/global/pin-drop.svg +5 -0
  217. package/dist/icons/global/settings.svg +1 -0
  218. package/dist/icons/indicators/circle-dash-fill.svg +11 -0
  219. package/dist/icons/indicators/circle-dash.svg +16 -0
  220. package/dist/icons/map/pin-drop.svg +5 -0
  221. package/dist/icons/medical/coaching.svg +5 -0
  222. package/dist/icons/medical/labs.svg +5 -0
  223. package/dist/icons/medical/myspan.svg +5 -0
  224. package/dist/icons/medical/optimizations.svg +5 -0
  225. package/dist/icons/medical/protocols.svg +5 -0
  226. package/dist/icons/medical/ruler.svg +5 -0
  227. package/dist/icons/medical/scale.svg +5 -0
  228. package/dist/icons/social/apple.svg +1 -0
  229. package/dist/icons/social/facebook.svg +5 -0
  230. package/dist/icons/social/google.svg +1 -0
  231. package/dist/icons/social/heart-fill.svg +5 -0
  232. package/dist/icons/social/heart.svg +5 -0
  233. package/dist/icons/social/instagram.svg +5 -0
  234. package/dist/icons/social/linkedin.svg +3 -0
  235. package/dist/icons/social/star-fill.svg +5 -0
  236. package/dist/icons/social/star-half.svg +4 -0
  237. package/dist/icons/social/star-outline.svg +5 -0
  238. package/dist/icons/social/star.svg +3 -0
  239. package/dist/icons/social/x.svg +5 -0
  240. package/dist/index.cjs.js +1 -1
  241. package/dist/index.d.ts +0 -1
  242. package/dist/index.es.js +1 -10
  243. package/dist/modules/AllInOne/AllInOne.cjs.js +1 -1
  244. package/dist/modules/AllInOne/AllInOne.es.js +30 -30
  245. package/dist/modules/AllInOne/allInOne.module.css +118 -0
  246. package/dist/modules/Benefits/Benefits.cjs.js +1 -1
  247. package/dist/modules/Benefits/Benefits.es.js +5 -5
  248. package/dist/modules/Benefits/benefits.module.css +185 -0
  249. package/dist/modules/Benefits/components/BenefitItem/BenefitItem.cjs.js +1 -1
  250. package/dist/modules/Benefits/components/BenefitItem/BenefitItem.es.js +2 -2
  251. package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css +30 -0
  252. package/dist/modules/Benefits/components/BenefitTag/BenefitTag.cjs.js +1 -1
  253. package/dist/modules/Benefits/components/BenefitTag/BenefitTag.es.js +4 -4
  254. package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css +29 -0
  255. package/dist/modules/CallToAction/CallToAction.cjs.js +1 -1
  256. package/dist/modules/CallToAction/CallToAction.es.js +36 -36
  257. package/dist/modules/CallToAction/callToAction.module.css +227 -0
  258. package/dist/modules/Callback/Callback.cjs.js +1 -1
  259. package/dist/modules/Callback/Callback.es.js +31 -31
  260. package/dist/modules/Callback/callback.module.css +69 -0
  261. package/dist/modules/CircleHighlights/CircleHighlights.cjs.js +1 -1
  262. package/dist/modules/CircleHighlights/CircleHighlights.es.js +1 -1
  263. package/dist/modules/CircleHighlights/assets/alwaysCurrentImg.jpg +0 -0
  264. package/dist/modules/CircleHighlights/assets/credibleImg.jpg +0 -0
  265. package/dist/modules/CircleHighlights/assets/cuttingImg.jpg +0 -0
  266. package/dist/modules/CircleHighlights/circleHighlights.module.css +75 -0
  267. package/dist/modules/Claims/Claims.cjs.js +1 -1
  268. package/dist/modules/Claims/Claims.es.js +5 -5
  269. package/dist/modules/Claims/claims.module.css +107 -0
  270. package/dist/modules/Compare/Compare.cjs.js +1 -1
  271. package/dist/modules/Compare/Compare.es.js +1 -1
  272. package/dist/modules/Compare/compare.module.css +79 -0
  273. package/dist/modules/Comparison/Comparison.cjs.js +1 -1
  274. package/dist/modules/Comparison/Comparison.es.js +12 -12
  275. package/dist/modules/Comparison/assets/company-logo.svg +3 -0
  276. package/dist/modules/Comparison/comparison.module.css +150 -0
  277. package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.cjs.js +1 -1
  278. package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.es.js +12 -12
  279. package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css +84 -0
  280. package/dist/modules/ContentHighlight/ContentHighlight.cjs.js +1 -1
  281. package/dist/modules/ContentHighlight/ContentHighlight.es.js +2 -2
  282. package/dist/modules/ContentHighlight/contentHighlight.module.css +149 -0
  283. package/dist/modules/Curiosity/Curiosity.cjs.js +1 -1
  284. package/dist/modules/Curiosity/Curiosity.es.js +11 -11
  285. package/dist/modules/Curiosity/curiosity.module.css +153 -0
  286. package/dist/modules/CursorImageBlock/CursorImageBlock.cjs.js +1 -1
  287. package/dist/modules/CursorImageBlock/CursorImageBlock.es.js +2 -2
  288. package/dist/modules/CursorImageBlock/cursorImageBlock.module.css +122 -0
  289. package/dist/modules/ExpandingDetails/ExpandingDetails.cjs.js +1 -1
  290. package/dist/modules/ExpandingDetails/ExpandingDetails.es.js +10 -10
  291. package/dist/modules/ExpandingDetails/expandingDetails.module.css +262 -0
  292. package/dist/modules/FAQModule/FAQModule.cjs.js +1 -1
  293. package/dist/modules/FAQModule/FAQModule.es.js +1 -1
  294. package/dist/modules/FAQModule/faqModule.module.css +76 -0
  295. package/dist/modules/FeaturedIn/FeaturedIn.cjs.js +1 -1
  296. package/dist/modules/FeaturedIn/FeaturedIn.es.js +6 -6
  297. package/dist/modules/FeaturedIn/components/CtaFeaturedIn.cjs.js +1 -1
  298. package/dist/modules/FeaturedIn/components/CtaFeaturedIn.es.js +1 -1
  299. package/dist/modules/FeaturedIn/featuredIn.module.css +198 -0
  300. package/dist/modules/FeaturesGallery/FeaturesGallery.cjs.js +1 -1
  301. package/dist/modules/FeaturesGallery/FeaturesGallery.es.js +2 -2
  302. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.cjs.js +1 -1
  303. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.es.js +5 -5
  304. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css +131 -0
  305. package/dist/modules/FeaturesGallery/components/FeatureGrid/assets/smoke-1.jpg +0 -0
  306. package/dist/modules/FeaturesGallery/components/FeatureGrid/assets/smoke-2.jpg +0 -0
  307. package/dist/modules/FeaturesGallery/components/FeatureGrid/assets/smoke-3.jpg +0 -0
  308. package/dist/modules/FeaturesGallery/featuresGallery.module.css +111 -0
  309. package/dist/modules/FollowTheScience/FollowTheScience.cjs.js +1 -1
  310. package/dist/modules/FollowTheScience/FollowTheScience.es.js +13 -13
  311. package/dist/modules/FollowTheScience/followTheScience.module.css +96 -0
  312. package/dist/modules/Grid/Grid.cjs.js +1 -1
  313. package/dist/modules/Grid/Grid.es.js +1 -1
  314. package/dist/modules/Grid/grid.module.css +257 -0
  315. package/dist/modules/HSModal/HSModal.cjs.js +1 -1
  316. package/dist/modules/HSModal/HSModal.es.js +6 -6
  317. package/dist/modules/HSModal/components/MailchimpModal/MailchimpModal.cjs.js +1 -1
  318. package/dist/modules/HSModal/components/MailchimpModal/MailchimpModal.es.js +7 -7
  319. package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/Newsletter.cjs.js +1 -1
  320. package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/Newsletter.es.js +14 -14
  321. package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/newsletter.module.css +17 -0
  322. package/dist/modules/HSModal/components/MailchimpModal/mailchimpModal.module.css +119 -0
  323. package/dist/modules/HSModal/hsModal.module.css +23 -0
  324. package/dist/modules/HighestStandards/HighestStandards.cjs.js +1 -1
  325. package/dist/modules/HighestStandards/HighestStandards.es.js +13 -13
  326. package/dist/modules/HighestStandards/assets/hs-bg-indigo.jpg +0 -0
  327. package/dist/modules/HighestStandards/assets/hs-bg-orchre.jpg +0 -0
  328. package/dist/modules/HighestStandards/assets/hs-bg-solar.jpg +0 -0
  329. package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.cjs.js +1 -1
  330. package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.es.js +4 -4
  331. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.cjs.js +1 -1
  332. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.es.js +19 -19
  333. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css +78 -0
  334. package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css +14 -0
  335. package/dist/modules/HighestStandards/highestStandards.module.css +193 -0
  336. package/dist/modules/HowItWorks/HowItWorks.cjs.js +1 -1
  337. package/dist/modules/HowItWorks/HowItWorks.d.ts +1 -0
  338. package/dist/modules/HowItWorks/HowItWorks.es.js +10 -10
  339. package/dist/modules/HowItWorks/components/Content/Content.cjs.js +1 -1
  340. package/dist/modules/HowItWorks/components/Content/Content.d.ts +1 -0
  341. package/dist/modules/HowItWorks/components/Content/Content.es.js +57 -37
  342. package/dist/modules/HowItWorks/components/Content/content.module.css +142 -0
  343. package/dist/modules/HowItWorks/howItWorks.module.css +64 -0
  344. package/dist/modules/ImageWithBenefits/ImageWithBenefits.cjs.js +1 -1
  345. package/dist/modules/ImageWithBenefits/ImageWithBenefits.es.js +2 -2
  346. package/dist/modules/ImageWithBenefits/imageWithBenefits.module.css +208 -0
  347. package/dist/modules/ImageWithText/ImageWithText.cjs.js +1 -1
  348. package/dist/modules/ImageWithText/ImageWithText.es.js +15 -15
  349. package/dist/modules/ImageWithText/imageWithText.module.css +245 -0
  350. package/dist/modules/IndividualProductCard/IndividualProductCard.cjs.js +1 -1
  351. package/dist/modules/IndividualProductCard/IndividualProductCard.es.js +18 -18
  352. package/dist/modules/IndividualProductCard/components/Features/Features.cjs.js +1 -1
  353. package/dist/modules/IndividualProductCard/components/Features/Features.es.js +5 -5
  354. package/dist/modules/IndividualProductCard/components/Features/features.module.css +54 -0
  355. package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.cjs.js +1 -1
  356. package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.es.js +8 -8
  357. package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css +117 -0
  358. package/dist/modules/IndividualProductCard/individualProductCard.module.css +118 -0
  359. package/dist/modules/IngredientHighlight/IngredientHighlight.cjs.js +1 -1
  360. package/dist/modules/IngredientHighlight/IngredientHighlight.es.js +1 -1
  361. package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.cjs.js +1 -1
  362. package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.es.js +7 -7
  363. package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css +41 -0
  364. package/dist/modules/IngredientHighlight/ingredientHighlight.module.css +73 -0
  365. package/dist/modules/LongevityPathways/LongevityPathways.cjs.js +1 -1
  366. package/dist/modules/LongevityPathways/LongevityPathways.es.js +7 -7
  367. package/dist/modules/LongevityPathways/longevityPathways.module.css +39 -0
  368. package/dist/modules/OptimalHealth/OptimalHealth.cjs.js +1 -1
  369. package/dist/modules/OptimalHealth/OptimalHealth.es.js +11 -11
  370. package/dist/modules/OptimalHealth/assets/optimal_health_example.png +0 -0
  371. package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.cjs.js +1 -1
  372. package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.es.js +8 -8
  373. package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css +150 -0
  374. package/dist/modules/OptimalHealth/optimalHealth.module.css +86 -0
  375. package/dist/modules/OurProcess/OurProcess.cjs.js +1 -1
  376. package/dist/modules/OurProcess/OurProcess.es.js +5 -5
  377. package/dist/modules/OurProcess/ourProcess.module.css +44 -0
  378. package/dist/modules/PairedProducts/PairedProducts.cjs.js +1 -1
  379. package/dist/modules/PairedProducts/PairedProducts.es.js +5 -5
  380. package/dist/modules/PairedProducts/pairedProducts.module.css +60 -0
  381. package/dist/modules/ProductsDisplay/ProductsDisplay.cjs.js +1 -1
  382. package/dist/modules/ProductsDisplay/ProductsDisplay.es.js +16 -16
  383. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.cjs.js +1 -1
  384. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.es.js +7 -8
  385. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css +16 -0
  386. package/dist/modules/ProductsDisplay/productsDisplay.module.css +30 -0
  387. package/dist/modules/ProductsDisplay/useProductsData.cjs.js +1 -1
  388. package/dist/modules/ProductsDisplay/useProductsData.es.js +12 -11
  389. package/dist/modules/ProgramDetails/ProgramDetails.cjs.js +1 -1
  390. package/dist/modules/ProgramDetails/ProgramDetails.es.js +1 -1
  391. package/dist/modules/ProgramDetails/components/Features/Features.cjs.js +1 -1
  392. package/dist/modules/ProgramDetails/components/Features/Features.es.js +1 -1
  393. package/dist/modules/ProgramDetails/components/Features/features.module.css +69 -0
  394. package/dist/modules/ProgramDetails/programDetails.module.css +58 -0
  395. package/dist/modules/ProgramsDetailsHero/ProgramsDetailsHero.cjs.js +1 -1
  396. package/dist/modules/ProgramsDetailsHero/ProgramsDetailsHero.es.js +6 -6
  397. package/dist/modules/ProgramsDetailsHero/programsDetailsHero.module.css +153 -0
  398. package/dist/modules/ResearchEssentialReadings/ResearchEssentialReadings.cjs.js +1 -1
  399. package/dist/modules/ResearchEssentialReadings/ResearchEssentialReadings.es.js +6 -6
  400. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/ReadingCard.cjs.js +1 -1
  401. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/ReadingCard.es.js +1 -1
  402. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/readingCard.module.css +77 -0
  403. package/dist/modules/ResearchEssentialReadings/researchEssentialReadings.module.css +115 -0
  404. package/dist/modules/ResearchFeatured/ResearchFeatured.cjs.js +1 -1
  405. package/dist/modules/ResearchFeatured/ResearchFeatured.es.js +5 -5
  406. package/dist/modules/ResearchFeatured/components/FeaturedArticle/FeaturedArticle.cjs.js +1 -1
  407. package/dist/modules/ResearchFeatured/components/FeaturedArticle/FeaturedArticle.es.js +2 -2
  408. package/dist/modules/ResearchFeatured/components/FeaturedArticle/featuredArticle.module.css +132 -0
  409. package/dist/modules/ResearchFeatured/components/HighlightedArticle/HighlightedArticle.cjs.js +1 -1
  410. package/dist/modules/ResearchFeatured/components/HighlightedArticle/HighlightedArticle.es.js +5 -5
  411. package/dist/modules/ResearchFeatured/components/HighlightedArticle/highlightedArticle.module.css +55 -0
  412. package/dist/modules/ResearchFeatured/researchFeatured.module.css +56 -0
  413. package/dist/modules/ResearchFilters/ResearchFilters.cjs.js +1 -1
  414. package/dist/modules/ResearchFilters/ResearchFilters.es.js +17 -18
  415. package/dist/modules/ResearchFilters/researchFilters.module.css +59 -0
  416. package/dist/modules/ResearchStudies/ResearchStudies.cjs.js +1 -1
  417. package/dist/modules/ResearchStudies/ResearchStudies.es.js +12 -13
  418. package/dist/modules/ResearchStudies/components/StudiesSkeleton/StudiesSkeleton.cjs.js +1 -1
  419. package/dist/modules/ResearchStudies/components/StudiesSkeleton/StudiesSkeleton.es.js +12 -12
  420. package/dist/modules/ResearchStudies/components/StudiesSkeleton/studiesSkeleton.module.css +74 -0
  421. package/dist/modules/ResearchStudies/components/StudyCard/StudyCard.cjs.js +1 -1
  422. package/dist/modules/ResearchStudies/components/StudyCard/StudyCard.es.js +5 -5
  423. package/dist/modules/ResearchStudies/components/StudyCard/studyCard.module.css +113 -0
  424. package/dist/modules/ResearchStudies/researchStudies.module.css +120 -0
  425. package/dist/modules/Reviews/Reviews.cjs.js +1 -1
  426. package/dist/modules/Reviews/Reviews.es.js +5 -5
  427. package/dist/modules/Reviews/components/ReviewCard/ReviewCard.cjs.js +1 -1
  428. package/dist/modules/Reviews/components/ReviewCard/ReviewCard.es.js +1 -1
  429. package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css +55 -0
  430. package/dist/modules/Reviews/components/ReviewList/ReviewList.cjs.js +1 -1
  431. package/dist/modules/Reviews/components/ReviewList/ReviewList.es.js +3 -3
  432. package/dist/modules/Reviews/components/ReviewList/reviewList.module.css +36 -0
  433. package/dist/modules/Reviews/reviews.module.css +74 -0
  434. package/dist/modules/ScienceHero/ScienceHero.cjs.js +1 -1
  435. package/dist/modules/ScienceHero/ScienceHero.es.js +2 -2
  436. package/dist/modules/ScienceHero/ScienceHeroCursor.cjs.js +1 -1
  437. package/dist/modules/ScienceHero/components/ScienceClientCursor.cjs.js +1 -1
  438. package/dist/modules/ScienceHero/components/ScienceClientCursor.es.js +1 -1
  439. package/dist/modules/ScienceHero/scienceHero.module.css +245 -0
  440. package/dist/modules/ScrollingText/ScrollingText.cjs.js +1 -1
  441. package/dist/modules/ScrollingText/ScrollingText.es.js +4 -4
  442. package/dist/modules/ScrollingText/scrollingText.module.css +53 -0
  443. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.cjs.js +1 -1
  444. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.es.js +14 -14
  445. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css +242 -0
  446. package/dist/modules/SlidingTabsGallery/assets/ipad.png +0 -0
  447. package/dist/modules/Studies/Studies.cjs.js +1 -1
  448. package/dist/modules/Studies/Studies.es.js +9 -9
  449. package/dist/modules/Studies/studies.module.css +98 -0
  450. package/dist/modules/TargetedPrograms/TargetedPrograms.cjs.js +1 -1
  451. package/dist/modules/TargetedPrograms/TargetedPrograms.es.js +4 -4
  452. package/dist/modules/TargetedPrograms/targetedPrograms.module.css +61 -0
  453. package/dist/modules/Testimonial/Testimonial.cjs.js +1 -1
  454. package/dist/modules/Testimonial/Testimonial.es.js +13 -13
  455. package/dist/modules/Testimonial/components/Product/Product.cjs.js +1 -1
  456. package/dist/modules/Testimonial/components/Product/Product.es.js +1 -1
  457. package/dist/modules/Testimonial/components/Product/product.module.css +64 -0
  458. package/dist/modules/Testimonial/components/TextCard/TextCard.cjs.js +1 -1
  459. package/dist/modules/Testimonial/components/TextCard/TextCard.es.js +10 -10
  460. package/dist/modules/Testimonial/components/TextCard/textCard.module.css +45 -0
  461. package/dist/modules/Testimonial/components/VideoCard/VideoCard.cjs.js +1 -1
  462. package/dist/modules/Testimonial/components/VideoCard/VideoCard.es.js +5 -5
  463. package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css +62 -0
  464. package/dist/modules/Testimonial/testimonial.module.css +108 -0
  465. package/dist/modules/TextBlockAnimated/TextBlockAnimated.cjs.js +1 -1
  466. package/dist/modules/TextBlockAnimated/TextBlockAnimated.es.js +9 -9
  467. package/dist/modules/TextBlockAnimated/textBlockAnimated.module.css +62 -0
  468. package/dist/modules/TextTwoImages/TextTwoImages.cjs.js +1 -1
  469. package/dist/modules/TextTwoImages/TextTwoImages.es.js +2 -2
  470. package/dist/modules/TextTwoImages/textTwoImages.module.css +141 -0
  471. package/dist/modules/ThreeCardsWithHero/ThreeCardsWithHero.cjs.js +1 -1
  472. package/dist/modules/ThreeCardsWithHero/ThreeCardsWithHero.es.js +1 -1
  473. package/dist/modules/ThreeCardsWithHero/assets/three_cards_hero_desktop.jpg +0 -0
  474. package/dist/modules/ThreeCardsWithHero/assets/three_cards_hero_mobile.jpg +0 -0
  475. package/dist/modules/ThreeCardsWithHero/components/TransparentCard/TransparentCard.cjs.js +1 -1
  476. package/dist/modules/ThreeCardsWithHero/components/TransparentCard/TransparentCard.es.js +1 -1
  477. package/dist/modules/ThreeCardsWithHero/components/TransparentCard/transparentCard.module.css +49 -0
  478. package/dist/modules/ThreeCardsWithHero/threeCardsWithHero.module.css +183 -0
  479. package/dist/modules/ThreeItemsPlainCarousel/ThreeItemsPlainCarousel.cjs.js +1 -1
  480. package/dist/modules/ThreeItemsPlainCarousel/ThreeItemsPlainCarousel.es.js +2 -2
  481. package/dist/modules/ThreeItemsPlainCarousel/threeItemsPlainCarousel.module.css +197 -0
  482. package/dist/modules/TotalCare/TotalCare.cjs.js +1 -1
  483. package/dist/modules/TotalCare/TotalCare.es.js +5 -5
  484. package/dist/modules/TotalCare/assets/ipad.png +0 -0
  485. package/dist/modules/TotalCare/totalCare.module.css +150 -0
  486. package/dist/modules/TrackProgress/TrackProgress.cjs.js +1 -1
  487. package/dist/modules/TrackProgress/TrackProgress.es.js +1 -1
  488. package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.cjs.js +1 -1
  489. package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.es.js +3 -3
  490. package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css +183 -0
  491. package/dist/modules/TrackProgress/trackProgress.module.css +50 -0
  492. package/dist/modules/TypesOfTests/TypesOfTests.cjs.js +1 -1
  493. package/dist/modules/TypesOfTests/TypesOfTests.es.js +11 -11
  494. package/dist/modules/TypesOfTests/typesOfTests.module.css +196 -0
  495. package/dist/modules/WhatIs/WhatIs.cjs.js +1 -1
  496. package/dist/modules/WhatIs/WhatIs.es.js +1 -1
  497. package/dist/modules/WhatIs/assets/metabolism.jpg +0 -0
  498. package/dist/modules/WhatIs/assets/mitochondria.jpg +0 -0
  499. package/dist/modules/WhatIs/assets/senescence.jpg +0 -0
  500. package/dist/modules/WhatIs/whatIs.module.css +61 -0
  501. package/dist/modules/YourProtocol/YourProtocol.cjs.js +1 -1
  502. package/dist/modules/YourProtocol/YourProtocol.es.js +25 -24
  503. package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.cjs.js +1 -1
  504. package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.es.js +5 -5
  505. package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css +37 -0
  506. package/dist/modules/YourProtocol/yourProtocol.module.css +91 -0
  507. package/dist/node_modules/gsap/CustomEase.cjs.js +1 -1
  508. package/dist/node_modules/gsap/CustomEase.es.js +1 -1
  509. package/dist/node_modules/gsap/Draggable.cjs.js +1 -1
  510. package/dist/node_modules/gsap/Draggable.es.js +2 -2
  511. package/dist/node_modules/gsap/Flip.cjs.js +1 -1
  512. package/dist/node_modules/gsap/Flip.es.js +2 -2
  513. package/dist/node_modules/gsap/Observer.cjs.js +1 -1
  514. package/dist/node_modules/gsap/Observer.es.js +2 -2
  515. package/dist/node_modules/gsap/ScrollTrigger.cjs.js +1 -1
  516. package/dist/node_modules/gsap/ScrollTrigger.es.js +2 -2
  517. package/dist/node_modules/gsap/SplitText.cjs.js +2 -2
  518. package/dist/node_modules/gsap/SplitText.es.js +2 -2
  519. package/dist/node_modules/swiper/modules/navigation.css +1 -0
  520. package/dist/node_modules/swiper/modules/pagination.css +1 -0
  521. package/dist/node_modules/swiper/swiper.css +1 -0
  522. package/dist/pageComponents/Banner/Banner.cjs.js +1 -1
  523. package/dist/pageComponents/Banner/Banner.es.js +1 -1
  524. package/dist/pageComponents/Banner/banner.module.css +26 -0
  525. package/dist/pageComponents/BiologicalAge/BiologicalAge.cjs.js +1 -1
  526. package/dist/pageComponents/BiologicalAge/BiologicalAge.es.js +5 -5
  527. package/dist/pageComponents/BiologicalAge/assets/biological-age-img.png +0 -0
  528. package/dist/pageComponents/BiologicalAge/biologicalAge.module.css +110 -0
  529. package/dist/pageComponents/Bubbles/Bubbles.cjs.js +1 -1
  530. package/dist/pageComponents/Bubbles/Bubbles.es.js +1 -1
  531. package/dist/pageComponents/Bubbles/bubbles.module.css +168 -0
  532. package/dist/pageComponents/ContactUs/ContactUs.cjs.js +1 -1
  533. package/dist/pageComponents/ContactUs/ContactUs.es.js +13 -13
  534. package/dist/pageComponents/ContactUs/contactUs.module.css +152 -0
  535. package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.cjs.js +1 -1
  536. package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.es.js +2 -2
  537. package/dist/pageComponents/DiscoverTheStory/assets/bg-img-mobile.jpg +0 -0
  538. package/dist/pageComponents/DiscoverTheStory/assets/bg-img.jpg +0 -0
  539. package/dist/pageComponents/DiscoverTheStory/assets/content-img.png +0 -0
  540. package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css +107 -0
  541. package/dist/pageComponents/Footer/Footer.cjs.js +1 -1
  542. package/dist/pageComponents/Footer/Footer.es.js +24 -27
  543. package/dist/pageComponents/Footer/assets/CompanyName.svg +3 -0
  544. package/dist/pageComponents/Footer/assets/logo.png +0 -0
  545. package/dist/pageComponents/Footer/assets/newsletter.jpg +0 -0
  546. package/dist/pageComponents/Footer/components/AccordionFooter/AccordionFooter.cjs.js +1 -1
  547. package/dist/pageComponents/Footer/components/AccordionFooter/AccordionFooter.es.js +1 -1
  548. package/dist/pageComponents/Footer/components/AccordionFooter/accordionFooter.module.css +9 -0
  549. package/dist/pageComponents/Footer/components/AccordionFooterItem/AccordionFooterItem.cjs.js +1 -1
  550. package/dist/pageComponents/Footer/components/AccordionFooterItem/AccordionFooterItem.es.js +6 -6
  551. package/dist/pageComponents/Footer/components/AccordionFooterItem/accordionFooterItem.module.css +107 -0
  552. package/dist/pageComponents/Footer/components/FooterAbout/FooterAbout.cjs.js +1 -1
  553. package/dist/pageComponents/Footer/components/FooterAbout/FooterAbout.es.js +2 -2
  554. package/dist/pageComponents/Footer/components/FooterAbout/footerAbout.module.css +123 -0
  555. package/dist/pageComponents/Footer/components/FooterLinksBlock/FooterLinksBlock.cjs.js +1 -1
  556. package/dist/pageComponents/Footer/components/FooterLinksBlock/FooterLinksBlock.es.js +5 -5
  557. package/dist/pageComponents/Footer/components/FooterLinksBlock/footerLinksBlock.module.css +25 -0
  558. package/dist/pageComponents/Footer/components/LinksColumn/LinksColumn.cjs.js +1 -1
  559. package/dist/pageComponents/Footer/components/LinksColumn/LinksColumn.es.js +1 -1
  560. package/dist/pageComponents/Footer/components/LinksColumn/linksColumn.module.css +87 -0
  561. package/dist/pageComponents/Footer/components/NewsLetter/NewsLetter.cjs.js +1 -1
  562. package/dist/pageComponents/Footer/components/NewsLetter/NewsLetter.es.js +9 -9
  563. package/dist/pageComponents/Footer/components/NewsLetter/newsLetter.module.css +103 -0
  564. package/dist/pageComponents/Footer/components/TopTreatmentsSlider/TopTreatmentsSlider.cjs.js +1 -1
  565. package/dist/pageComponents/Footer/components/TopTreatmentsSlider/TopTreatmentsSlider.es.js +2 -2
  566. package/dist/pageComponents/Footer/components/TopTreatmentsSlider/topTreatmentsSlider.module.css +230 -0
  567. package/dist/pageComponents/Footer/footer.module.css +267 -0
  568. package/dist/pageComponents/Gradient/Gradient.cjs.js +1 -1
  569. package/dist/pageComponents/Gradient/Gradient.es.js +1 -1
  570. package/dist/pageComponents/Gradient/gradient.module.css +48 -0
  571. package/dist/pageComponents/HomepageHero/HomepageHero.cjs.js +1 -1
  572. package/dist/pageComponents/HomepageHero/HomepageHero.es.js +27 -24
  573. package/dist/pageComponents/HomepageHero/assets/bg.jpg +0 -0
  574. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.cjs.js +1 -1
  575. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.es.js +1 -1
  576. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.cjs.js +1 -1
  577. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.es.js +6 -6
  578. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.cjs.js +1 -1
  579. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.es.js +6 -6
  580. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.cjs.js +1 -1
  581. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.es.js +1 -1
  582. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.cjs.js +1 -1
  583. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.es.js +1 -1
  584. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css +77 -0
  585. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/AgeGraph.svg +50 -0
  586. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/BiomarkerGraph.svg +51 -0
  587. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/doctor.png +0 -0
  588. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/ft.png +0 -0
  589. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/rapamycin.png +0 -0
  590. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css +65 -0
  591. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css +71 -0
  592. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css +102 -0
  593. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css +81 -0
  594. package/dist/pageComponents/HomepageHero/homepageHero.module.css +140 -0
  595. package/dist/pageComponents/HowItWorksHero/HowItWorksHero.cjs.js +1 -1
  596. package/dist/pageComponents/HowItWorksHero/HowItWorksHero.es.js +7 -7
  597. package/dist/pageComponents/HowItWorksHero/assets/Container.png +0 -0
  598. package/dist/pageComponents/HowItWorksHero/assets/bg.jpg +0 -0
  599. package/dist/pageComponents/HowItWorksHero/assets/people.png +0 -0
  600. package/dist/pageComponents/HowItWorksHero/howItWorksHero.module.css +84 -0
  601. package/dist/pageComponents/LabsHero/LabsHero.cjs.js +1 -1
  602. package/dist/pageComponents/LabsHero/LabsHero.es.js +26 -26
  603. package/dist/pageComponents/LabsHero/assets/bg.jpg +0 -0
  604. package/dist/pageComponents/LabsHero/assets/icon1.png +0 -0
  605. package/dist/pageComponents/LabsHero/assets/icon2.png +0 -0
  606. package/dist/pageComponents/LabsHero/assets/icon3.png +0 -0
  607. package/dist/pageComponents/LabsHero/assets/img1.png +0 -0
  608. package/dist/pageComponents/LabsHero/assets/img2.png +0 -0
  609. package/dist/pageComponents/LabsHero/assets/img3.png +0 -0
  610. package/dist/pageComponents/LabsHero/assets/svg1.svg +89 -0
  611. package/dist/pageComponents/LabsHero/assets/svg2.svg +46 -0
  612. package/dist/pageComponents/LabsHero/assets/svg3.svg +60 -0
  613. package/dist/pageComponents/LabsHero/labsHero.module.css +282 -0
  614. package/dist/pageComponents/OurCompanyHero/OurCompanyHero.cjs.js +1 -1
  615. package/dist/pageComponents/OurCompanyHero/OurCompanyHero.es.js +3 -3
  616. package/dist/pageComponents/OurCompanyHero/assets/CompanyHeroBg.jpg +0 -0
  617. package/dist/pageComponents/OurCompanyHero/assets/hero1.jpg +0 -0
  618. package/dist/pageComponents/OurCompanyHero/assets/hero2.jpg +0 -0
  619. package/dist/pageComponents/OurCompanyHero/assets/hero3.jpg +0 -0
  620. package/dist/pageComponents/OurCompanyHero/assets/hero4.jpg +0 -0
  621. package/dist/pageComponents/OurCompanyHero/assets/hero5.jpg +0 -0
  622. package/dist/pageComponents/OurCompanyHero/assets/hero6.jpg +0 -0
  623. package/dist/pageComponents/OurCompanyHero/assets/hero7.jpg +0 -0
  624. package/dist/pageComponents/OurCompanyHero/assets/hero8.jpg +0 -0
  625. package/dist/pageComponents/OurCompanyHero/assets/hero9.jpg +0 -0
  626. package/dist/pageComponents/OurCompanyHero/ourCompanyHero.module.css +78 -0
  627. package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.cjs.js +1 -1
  628. package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.es.js +25 -25
  629. package/dist/pageComponents/PersonalizedProtocolHero/assets/bg.jpg +0 -0
  630. package/dist/pageComponents/PersonalizedProtocolHero/assets/graph1.svg +47 -0
  631. package/dist/pageComponents/PersonalizedProtocolHero/assets/graph2.svg +45 -0
  632. package/dist/pageComponents/PersonalizedProtocolHero/assets/graph3.svg +44 -0
  633. package/dist/pageComponents/PersonalizedProtocolHero/assets/pill1.jpg +0 -0
  634. package/dist/pageComponents/PersonalizedProtocolHero/assets/pill2.jpg +0 -0
  635. package/dist/pageComponents/PersonalizedProtocolHero/assets/pill3.jpg +0 -0
  636. package/dist/pageComponents/PersonalizedProtocolHero/assets/prod1.png +0 -0
  637. package/dist/pageComponents/PersonalizedProtocolHero/assets/prod2.png +0 -0
  638. package/dist/pageComponents/PersonalizedProtocolHero/assets/prod3.png +0 -0
  639. package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css +312 -0
  640. package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.cjs.js +1 -1
  641. package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.es.js +9 -9
  642. package/dist/pageComponents/StillHaveQuestions/assets/joinOurTeam.jpg +0 -0
  643. package/dist/pageComponents/StillHaveQuestions/assets/stillHaveQuestions.jpg +0 -0
  644. package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css +63 -0
  645. package/dist/pageComponents/TreatmentsHero/TreatmentsHero.cjs.js +1 -1
  646. package/dist/pageComponents/TreatmentsHero/TreatmentsHero.es.js +5 -5
  647. package/dist/pageComponents/TreatmentsHero/assets/bg-bubbles.webp +0 -0
  648. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.cjs.js +1 -1
  649. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.es.js +1 -1
  650. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css +46 -0
  651. package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css +121 -0
  652. package/dist/stories/assets/accessibility.png +0 -0
  653. package/dist/stories/assets/accessibility.svg +1 -0
  654. package/dist/stories/assets/addon-library.png +0 -0
  655. package/dist/stories/assets/assets.png +0 -0
  656. package/dist/stories/assets/avif-test-image.avif +0 -0
  657. package/dist/stories/assets/context.png +0 -0
  658. package/dist/stories/assets/discord.svg +1 -0
  659. package/dist/stories/assets/docs.png +0 -0
  660. package/dist/stories/assets/figma-plugin.png +0 -0
  661. package/dist/stories/assets/github.svg +1 -0
  662. package/dist/stories/assets/share.png +0 -0
  663. package/dist/stories/assets/styling.png +0 -0
  664. package/dist/stories/assets/testing.png +0 -0
  665. package/dist/stories/assets/theming.png +0 -0
  666. package/dist/stories/assets/tutorials.svg +1 -0
  667. package/dist/stories/assets/youtube.svg +1 -0
  668. package/dist/styles/core.css +1 -0
  669. package/dist/utils/useIsMobile.cjs.js +1 -1
  670. package/dist/utils/useIsMobile.es.js +1 -1
  671. package/package.json +15 -7
  672. package/dist/_virtual/ArrowContainer.cjs.js +0 -1
  673. package/dist/_virtual/ArrowContainer.es.js +0 -4
  674. package/dist/_virtual/Popover.cjs.js +0 -1
  675. package/dist/_virtual/Popover.cjs2.js +0 -1
  676. package/dist/_virtual/Popover.es.js +0 -5
  677. package/dist/_virtual/Popover.es2.js +0 -4
  678. package/dist/_virtual/PopoverPortal.cjs.js +0 -1
  679. package/dist/_virtual/PopoverPortal.es.js +0 -4
  680. package/dist/_virtual/_commonjsHelpers.cjs.js +0 -1
  681. package/dist/_virtual/_commonjsHelpers.es.js +0 -6
  682. package/dist/_virtual/browser.cjs.js +0 -1
  683. package/dist/_virtual/browser.es.js +0 -4
  684. package/dist/_virtual/debug.cjs.js +0 -1
  685. package/dist/_virtual/debug.es.js +0 -4
  686. package/dist/_virtual/index.cjs.js +0 -1
  687. package/dist/_virtual/index.cjs2.js +0 -1
  688. package/dist/_virtual/index.cjs3.js +0 -1
  689. package/dist/_virtual/index.cjs4.js +0 -1
  690. package/dist/_virtual/index.es.js +0 -7
  691. package/dist/_virtual/index.es2.js +0 -7
  692. package/dist/_virtual/index.es3.js +0 -4
  693. package/dist/_virtual/index.es4.js +0 -4
  694. package/dist/_virtual/react-is.development.cjs.js +0 -1
  695. package/dist/_virtual/react-is.development.es.js +0 -4
  696. package/dist/_virtual/react-is.production.min.cjs.js +0 -1
  697. package/dist/_virtual/react-is.production.min.es.js +0 -4
  698. package/dist/_virtual/to-querystring.min.cjs.js +0 -1
  699. package/dist/_virtual/to-querystring.min.cjs2.js +0 -1
  700. package/dist/_virtual/to-querystring.min.es.js +0 -7
  701. package/dist/_virtual/to-querystring.min.es2.js +0 -4
  702. package/dist/_virtual/useArrowContainer.cjs.js +0 -1
  703. package/dist/_virtual/useArrowContainer.es.js +0 -4
  704. package/dist/_virtual/useElementRef.cjs.js +0 -1
  705. package/dist/_virtual/useElementRef.es.js +0 -4
  706. package/dist/_virtual/useHandlePrevValues.cjs.js +0 -1
  707. package/dist/_virtual/useHandlePrevValues.es.js +0 -4
  708. package/dist/_virtual/useMemoizedArray.cjs.js +0 -1
  709. package/dist/_virtual/useMemoizedArray.es.js +0 -4
  710. package/dist/_virtual/usePopover.cjs.js +0 -1
  711. package/dist/_virtual/usePopover.es.js +0 -4
  712. package/dist/_virtual/util.cjs.js +0 -1
  713. package/dist/_virtual/util.es.js +0 -4
  714. package/dist/components/Accordion/accordion.module.css.cjs.js +0 -1
  715. package/dist/components/Accordion/accordion.module.css.es.js +0 -7
  716. package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.cjs.js +0 -1
  717. package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.es.js +0 -25
  718. package/dist/components/AnchorLinks/anchorLinks.module.css.cjs.js +0 -1
  719. package/dist/components/AnchorLinks/anchorLinks.module.css.es.js +0 -13
  720. package/dist/components/Benefit/benefit.module.css.cjs.js +0 -1
  721. package/dist/components/Benefit/benefit.module.css.es.js +0 -9
  722. package/dist/components/Button/button.module.css.cjs.js +0 -1
  723. package/dist/components/Button/button.module.css.es.js +0 -31
  724. package/dist/components/Callback/callback.module.css.cjs.js +0 -1
  725. package/dist/components/Callback/callback.module.css.es.js +0 -33
  726. package/dist/components/Checkbox/checkbox.module.css.cjs.js +0 -1
  727. package/dist/components/Checkbox/checkbox.module.css.es.js +0 -31
  728. package/dist/components/ClaimBlock/claimBlock.module.css.cjs.js +0 -1
  729. package/dist/components/ClaimBlock/claimBlock.module.css.es.js +0 -19
  730. package/dist/components/ColoredDivider/coloredDivider.module.css.cjs.js +0 -1
  731. package/dist/components/ColoredDivider/coloredDivider.module.css.es.js +0 -21
  732. package/dist/components/ComplexImageCarousel/ComplexCarousel/complexImageCarousel.module.css.cjs.js +0 -1
  733. package/dist/components/ComplexImageCarousel/ComplexCarousel/complexImageCarousel.module.css.es.js +0 -26
  734. package/dist/components/ComplexImageCarousel/SimpleImageCarousel/simpleImageCarousel.module.css.cjs.js +0 -1
  735. package/dist/components/ComplexImageCarousel/SimpleImageCarousel/simpleImageCarousel.module.css.es.js +0 -17
  736. package/dist/components/ComplexTooltip/complexTooltip.module.css.cjs.js +0 -1
  737. package/dist/components/ComplexTooltip/complexTooltip.module.css.es.js +0 -7
  738. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css.cjs.js +0 -1
  739. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css.es.js +0 -15
  740. package/dist/components/ContentTabs/contentTabs.module.css.cjs.js +0 -1
  741. package/dist/components/ContentTabs/contentTabs.module.css.es.js +0 -29
  742. package/dist/components/Cursor/cursor.module.css.cjs.js +0 -1
  743. package/dist/components/Cursor/cursor.module.css.es.js +0 -11
  744. package/dist/components/FAQComponent/faqComponent.module.css.cjs.js +0 -1
  745. package/dist/components/FAQComponent/faqComponent.module.css.es.js +0 -7
  746. package/dist/components/FAQComponentItem/faqComponentItem.module.css.cjs.js +0 -1
  747. package/dist/components/FAQComponentItem/faqComponentItem.module.css.es.js +0 -27
  748. package/dist/components/FilterError/filterError.module.css.cjs.js +0 -1
  749. package/dist/components/FilterError/filterError.module.css.es.js +0 -11
  750. package/dist/components/FilterMenu/filterMenu.module.css.cjs.js +0 -1
  751. package/dist/components/FilterMenu/filterMenu.module.css.es.js +0 -31
  752. package/dist/components/GalleryPagination/galleryPagination.module.css.cjs.js +0 -1
  753. package/dist/components/GalleryPagination/galleryPagination.module.css.es.js +0 -13
  754. package/dist/components/HighlightedTitle/highlightedTitle.module.css.cjs.js +0 -1
  755. package/dist/components/HighlightedTitle/highlightedTitle.module.css.es.js +0 -13
  756. package/dist/components/IconBracket/iconBracket.module.css.cjs.js +0 -1
  757. package/dist/components/IconBracket/iconBracket.module.css.es.js +0 -15
  758. package/dist/components/IconButton/iconButton.module.css.cjs.js +0 -1
  759. package/dist/components/IconButton/iconButton.module.css.es.js +0 -25
  760. package/dist/components/ImageGallery/imageGallery.module.css.cjs.js +0 -1
  761. package/dist/components/ImageGallery/imageGallery.module.css.es.js +0 -15
  762. package/dist/components/InfiniteScroll/infiniteScroll.module.css.cjs.js +0 -1
  763. package/dist/components/InfiniteScroll/infiniteScroll.module.css.es.js +0 -11
  764. package/dist/components/Label/label.module.css.cjs.js +0 -1
  765. package/dist/components/Label/label.module.css.es.js +0 -7
  766. package/dist/components/Pagination/pagination.module.css.cjs.js +0 -1
  767. package/dist/components/Pagination/pagination.module.css.es.js +0 -19
  768. package/dist/components/PlayButton/playButton.module.css.cjs.js +0 -1
  769. package/dist/components/PlayButton/playButton.module.css.es.js +0 -11
  770. package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css.cjs.js +0 -1
  771. package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css.es.js +0 -7
  772. package/dist/components/Pricing/pricing.module.css.cjs.js +0 -1
  773. package/dist/components/Pricing/pricing.module.css.es.js +0 -25
  774. package/dist/components/ProductGallery/productGallery.module.css.cjs.js +0 -1
  775. package/dist/components/ProductGallery/productGallery.module.css.es.js +0 -27
  776. package/dist/components/ProductGalleryCard/productGalleryCard.module.css.cjs.js +0 -1
  777. package/dist/components/ProductGalleryCard/productGalleryCard.module.css.es.js +0 -21
  778. package/dist/components/ProductListing/productListing.module.css.cjs.js +0 -1
  779. package/dist/components/ProductListing/productListing.module.css.es.js +0 -29
  780. package/dist/components/ProductPairs/productPairs.module.css.cjs.js +0 -1
  781. package/dist/components/ProductPairs/productPairs.module.css.es.js +0 -17
  782. package/dist/components/ProgramCard/programCard.module.css.cjs.js +0 -1
  783. package/dist/components/ProgramCard/programCard.module.css.es.js +0 -13
  784. package/dist/components/ProgressButton/progressButton.module.css.cjs.js +0 -1
  785. package/dist/components/ProgressButton/progressButton.module.css.es.js +0 -21
  786. package/dist/components/RadioButton/radioButton.module.css.cjs.js +0 -1
  787. package/dist/components/RadioButton/radioButton.module.css.es.js +0 -21
  788. package/dist/components/RatingStars/ratingStars.module.css.cjs.js +0 -1
  789. package/dist/components/RatingStars/ratingStars.module.css.es.js +0 -11
  790. package/dist/components/Skeleton/skeleton.module.css.cjs.js +0 -1
  791. package/dist/components/Skeleton/skeleton.module.css.es.js +0 -12
  792. package/dist/components/SmartCallout/smartCallout.module.css.cjs.js +0 -1
  793. package/dist/components/SmartCallout/smartCallout.module.css.es.js +0 -7
  794. package/dist/components/StepsCarousel/stepsCarousel.module.css.cjs.js +0 -1
  795. package/dist/components/StepsCarousel/stepsCarousel.module.css.es.js +0 -31
  796. package/dist/components/StudyGridCard/studyGridCard.module.css.cjs.js +0 -1
  797. package/dist/components/StudyGridCard/studyGridCard.module.css.es.js +0 -35
  798. package/dist/components/Tabs/tabs.module.css.cjs.js +0 -1
  799. package/dist/components/Tabs/tabs.module.css.es.js +0 -37
  800. package/dist/components/Tag/tag.module.css.cjs.js +0 -1
  801. package/dist/components/Tag/tag.module.css.es.js +0 -17
  802. package/dist/components/TextButton/textButton.module.css.cjs.js +0 -1
  803. package/dist/components/TextButton/textButton.module.css.es.js +0 -19
  804. package/dist/components/TextInput/textInput.module.css.cjs.js +0 -1
  805. package/dist/components/TextInput/textInput.module.css.es.js +0 -34
  806. package/dist/components/TypeBadge/typeBadge.module.css.cjs.js +0 -1
  807. package/dist/components/TypeBadge/typeBadge.module.css.es.js +0 -9
  808. package/dist/healthspan-marketing-ui.css +0 -1
  809. package/dist/modules/AllInOne/allInOne.module.css.cjs.js +0 -1
  810. package/dist/modules/AllInOne/allInOne.module.css.es.js +0 -25
  811. package/dist/modules/Benefits/benefits.module.css.cjs.js +0 -1
  812. package/dist/modules/Benefits/benefits.module.css.es.js +0 -37
  813. package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css.cjs.js +0 -1
  814. package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css.es.js +0 -13
  815. package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css.cjs.js +0 -1
  816. package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css.es.js +0 -9
  817. package/dist/modules/CallToAction/callToAction.module.css.cjs.js +0 -1
  818. package/dist/modules/CallToAction/callToAction.module.css.es.js +0 -43
  819. package/dist/modules/Callback/callback.module.css.cjs.js +0 -1
  820. package/dist/modules/Callback/callback.module.css.es.js +0 -15
  821. package/dist/modules/CircleHighlights/circleHighlights.module.css.cjs.js +0 -1
  822. package/dist/modules/CircleHighlights/circleHighlights.module.css.es.js +0 -19
  823. package/dist/modules/Claims/claims.module.css.cjs.js +0 -1
  824. package/dist/modules/Claims/claims.module.css.es.js +0 -19
  825. package/dist/modules/Compare/compare.module.css.cjs.js +0 -1
  826. package/dist/modules/Compare/compare.module.css.es.js +0 -15
  827. package/dist/modules/Comparison/comparison.module.css.cjs.js +0 -1
  828. package/dist/modules/Comparison/comparison.module.css.es.js +0 -41
  829. package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css.cjs.js +0 -1
  830. package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css.es.js +0 -27
  831. package/dist/modules/ContentHighlight/contentHighlight.module.css.cjs.js +0 -1
  832. package/dist/modules/ContentHighlight/contentHighlight.module.css.es.js +0 -25
  833. package/dist/modules/Curiosity/curiosity.module.css.cjs.js +0 -1
  834. package/dist/modules/Curiosity/curiosity.module.css.es.js +0 -31
  835. package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.cjs.js +0 -1
  836. package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.es.js +0 -25
  837. package/dist/modules/ExpandingDetails/expandingDetails.module.css.cjs.js +0 -1
  838. package/dist/modules/ExpandingDetails/expandingDetails.module.css.es.js +0 -47
  839. package/dist/modules/FAQModule/faqModule.module.css.cjs.js +0 -1
  840. package/dist/modules/FAQModule/faqModule.module.css.es.js +0 -19
  841. package/dist/modules/FeaturedIn/featuredIn.module.css.cjs.js +0 -1
  842. package/dist/modules/FeaturedIn/featuredIn.module.css.es.js +0 -35
  843. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css.cjs.js +0 -1
  844. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css.es.js +0 -21
  845. package/dist/modules/FeaturesGallery/featuresGallery.module.css.cjs.js +0 -1
  846. package/dist/modules/FeaturesGallery/featuresGallery.module.css.es.js +0 -21
  847. package/dist/modules/FollowTheScience/followTheScience.module.css.cjs.js +0 -1
  848. package/dist/modules/FollowTheScience/followTheScience.module.css.es.js +0 -17
  849. package/dist/modules/Grid/grid.module.css.cjs.js +0 -1
  850. package/dist/modules/Grid/grid.module.css.es.js +0 -47
  851. package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/newsletter.module.css.cjs.js +0 -1
  852. package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/newsletter.module.css.es.js +0 -8
  853. package/dist/modules/HSModal/components/MailchimpModal/mailchimpModal.module.css.cjs.js +0 -1
  854. package/dist/modules/HSModal/components/MailchimpModal/mailchimpModal.module.css.es.js +0 -19
  855. package/dist/modules/HSModal/hsModal.module.css.cjs.js +0 -1
  856. package/dist/modules/HSModal/hsModal.module.css.es.js +0 -7
  857. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css.cjs.js +0 -1
  858. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css.es.js +0 -25
  859. package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css.cjs.js +0 -1
  860. package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css.es.js +0 -7
  861. package/dist/modules/HighestStandards/highestStandards.module.css.cjs.js +0 -1
  862. package/dist/modules/HighestStandards/highestStandards.module.css.es.js +0 -25
  863. package/dist/modules/HowItWorks/components/Content/content.module.css.cjs.js +0 -1
  864. package/dist/modules/HowItWorks/components/Content/content.module.css.es.js +0 -21
  865. package/dist/modules/HowItWorks/howItWorks.module.css.cjs.js +0 -1
  866. package/dist/modules/HowItWorks/howItWorks.module.css.es.js +0 -17
  867. package/dist/modules/ImageWithBenefits/imageWithBenefits.module.css.cjs.js +0 -1
  868. package/dist/modules/ImageWithBenefits/imageWithBenefits.module.css.es.js +0 -27
  869. package/dist/modules/ImageWithText/imageWithText.module.css.cjs.js +0 -1
  870. package/dist/modules/ImageWithText/imageWithText.module.css.es.js +0 -31
  871. package/dist/modules/IndividualProductCard/components/Features/features.module.css.cjs.js +0 -1
  872. package/dist/modules/IndividualProductCard/components/Features/features.module.css.es.js +0 -17
  873. package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css.cjs.js +0 -1
  874. package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css.es.js +0 -39
  875. package/dist/modules/IndividualProductCard/individualProductCard.module.css.cjs.js +0 -1
  876. package/dist/modules/IndividualProductCard/individualProductCard.module.css.es.js +0 -27
  877. package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css.cjs.js +0 -1
  878. package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css.es.js +0 -17
  879. package/dist/modules/IngredientHighlight/ingredientHighlight.module.css.cjs.js +0 -1
  880. package/dist/modules/IngredientHighlight/ingredientHighlight.module.css.es.js +0 -15
  881. package/dist/modules/LongevityPathways/longevityPathways.module.css.cjs.js +0 -1
  882. package/dist/modules/LongevityPathways/longevityPathways.module.css.es.js +0 -13
  883. package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.cjs.js +0 -1
  884. package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.es.js +0 -35
  885. package/dist/modules/OptimalHealth/optimalHealth.module.css.cjs.js +0 -1
  886. package/dist/modules/OptimalHealth/optimalHealth.module.css.es.js +0 -21
  887. package/dist/modules/OurProcess/ourProcess.module.css.cjs.js +0 -1
  888. package/dist/modules/OurProcess/ourProcess.module.css.es.js +0 -11
  889. package/dist/modules/PairedProducts/pairedProducts.module.css.cjs.js +0 -1
  890. package/dist/modules/PairedProducts/pairedProducts.module.css.es.js +0 -17
  891. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.cjs.js +0 -1
  892. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.es.js +0 -9
  893. package/dist/modules/ProductsDisplay/productsDisplay.module.css.cjs.js +0 -1
  894. package/dist/modules/ProductsDisplay/productsDisplay.module.css.es.js +0 -11
  895. package/dist/modules/ProgramDetails/components/Features/features.module.css.cjs.js +0 -1
  896. package/dist/modules/ProgramDetails/components/Features/features.module.css.es.js +0 -21
  897. package/dist/modules/ProgramDetails/programDetails.module.css.cjs.js +0 -1
  898. package/dist/modules/ProgramDetails/programDetails.module.css.es.js +0 -15
  899. package/dist/modules/ProgramsDetailsHero/programsDetailsHero.module.css.cjs.js +0 -1
  900. package/dist/modules/ProgramsDetailsHero/programsDetailsHero.module.css.es.js +0 -23
  901. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/readingCard.module.css.cjs.js +0 -1
  902. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/readingCard.module.css.es.js +0 -17
  903. package/dist/modules/ResearchEssentialReadings/researchEssentialReadings.module.css.cjs.js +0 -1
  904. package/dist/modules/ResearchEssentialReadings/researchEssentialReadings.module.css.es.js +0 -27
  905. package/dist/modules/ResearchFeatured/components/FeaturedArticle/featuredArticle.module.css.cjs.js +0 -1
  906. package/dist/modules/ResearchFeatured/components/FeaturedArticle/featuredArticle.module.css.es.js +0 -19
  907. package/dist/modules/ResearchFeatured/components/HighlightedArticle/highlightedArticle.module.css.cjs.js +0 -1
  908. package/dist/modules/ResearchFeatured/components/HighlightedArticle/highlightedArticle.module.css.es.js +0 -15
  909. package/dist/modules/ResearchFeatured/researchFeatured.module.css.cjs.js +0 -1
  910. package/dist/modules/ResearchFeatured/researchFeatured.module.css.es.js +0 -15
  911. package/dist/modules/ResearchFilters/researchFilters.module.css.cjs.js +0 -1
  912. package/dist/modules/ResearchFilters/researchFilters.module.css.es.js +0 -13
  913. package/dist/modules/ResearchStudies/components/StudiesSkeleton/studiesSkeleton.module.css.cjs.js +0 -1
  914. package/dist/modules/ResearchStudies/components/StudiesSkeleton/studiesSkeleton.module.css.es.js +0 -17
  915. package/dist/modules/ResearchStudies/components/StudyCard/studyCard.module.css.cjs.js +0 -1
  916. package/dist/modules/ResearchStudies/components/StudyCard/studyCard.module.css.es.js +0 -21
  917. package/dist/modules/ResearchStudies/researchStudies.module.css.cjs.js +0 -1
  918. package/dist/modules/ResearchStudies/researchStudies.module.css.es.js +0 -19
  919. package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css.cjs.js +0 -1
  920. package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css.es.js +0 -13
  921. package/dist/modules/Reviews/components/ReviewList/reviewList.module.css.cjs.js +0 -1
  922. package/dist/modules/Reviews/components/ReviewList/reviewList.module.css.es.js +0 -13
  923. package/dist/modules/Reviews/reviews.module.css.cjs.js +0 -1
  924. package/dist/modules/Reviews/reviews.module.css.es.js +0 -17
  925. package/dist/modules/ScienceHero/scienceHero.module.css.cjs.js +0 -1
  926. package/dist/modules/ScienceHero/scienceHero.module.css.es.js +0 -41
  927. package/dist/modules/ScrollingText/scrollingText.module.css.cjs.js +0 -1
  928. package/dist/modules/ScrollingText/scrollingText.module.css.es.js +0 -11
  929. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.cjs.js +0 -1
  930. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.es.js +0 -35
  931. package/dist/modules/Studies/studies.module.css.cjs.js +0 -1
  932. package/dist/modules/Studies/studies.module.css.es.js +0 -17
  933. package/dist/modules/TargetedPrograms/targetedPrograms.module.css.cjs.js +0 -1
  934. package/dist/modules/TargetedPrograms/targetedPrograms.module.css.es.js +0 -15
  935. package/dist/modules/Testimonial/components/Product/product.module.css.cjs.js +0 -1
  936. package/dist/modules/Testimonial/components/Product/product.module.css.es.js +0 -17
  937. package/dist/modules/Testimonial/components/TextCard/textCard.module.css.cjs.js +0 -1
  938. package/dist/modules/Testimonial/components/TextCard/textCard.module.css.es.js +0 -13
  939. package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css.cjs.js +0 -1
  940. package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css.es.js +0 -17
  941. package/dist/modules/Testimonial/testimonial.module.css.cjs.js +0 -1
  942. package/dist/modules/Testimonial/testimonial.module.css.es.js +0 -27
  943. package/dist/modules/TextBlockAnimated/textBlockAnimated.module.css.cjs.js +0 -1
  944. package/dist/modules/TextBlockAnimated/textBlockAnimated.module.css.es.js +0 -21
  945. package/dist/modules/TextTwoImages/textTwoImages.module.css.cjs.js +0 -1
  946. package/dist/modules/TextTwoImages/textTwoImages.module.css.es.js +0 -25
  947. package/dist/modules/ThreeCardsWithHero/components/TransparentCard/transparentCard.module.css.cjs.js +0 -1
  948. package/dist/modules/ThreeCardsWithHero/components/TransparentCard/transparentCard.module.css.es.js +0 -15
  949. package/dist/modules/ThreeCardsWithHero/threeCardsWithHero.module.css.cjs.js +0 -1
  950. package/dist/modules/ThreeCardsWithHero/threeCardsWithHero.module.css.es.js +0 -23
  951. package/dist/modules/ThreeItemsPlainCarousel/threeItemsPlainCarousel.module.css.cjs.js +0 -1
  952. package/dist/modules/ThreeItemsPlainCarousel/threeItemsPlainCarousel.module.css.es.js +0 -25
  953. package/dist/modules/TotalCare/totalCare.module.css.cjs.js +0 -1
  954. package/dist/modules/TotalCare/totalCare.module.css.es.js +0 -19
  955. package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.cjs.js +0 -1
  956. package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.es.js +0 -29
  957. package/dist/modules/TrackProgress/trackProgress.module.css.cjs.js +0 -1
  958. package/dist/modules/TrackProgress/trackProgress.module.css.es.js +0 -13
  959. package/dist/modules/TypesOfTests/typesOfTests.module.css.cjs.js +0 -1
  960. package/dist/modules/TypesOfTests/typesOfTests.module.css.es.js +0 -31
  961. package/dist/modules/WhatIs/whatIs.module.css.cjs.js +0 -1
  962. package/dist/modules/WhatIs/whatIs.module.css.es.js +0 -15
  963. package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css.cjs.js +0 -1
  964. package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css.es.js +0 -13
  965. package/dist/modules/YourProtocol/yourProtocol.module.css.cjs.js +0 -1
  966. package/dist/modules/YourProtocol/yourProtocol.module.css.es.js +0 -19
  967. package/dist/node_modules/@gsap/react/src/index.cjs.js +0 -9
  968. package/dist/node_modules/@gsap/react/src/index.es.js +0 -29
  969. package/dist/node_modules/gsap/CSSPlugin.cjs.js +0 -8
  970. package/dist/node_modules/gsap/CSSPlugin.es.js +0 -423
  971. package/dist/node_modules/gsap/gsap-core.cjs.js +0 -8
  972. package/dist/node_modules/gsap/gsap-core.es.js +0 -1651
  973. package/dist/node_modules/gsap/index.cjs.js +0 -1
  974. package/dist/node_modules/gsap/index.es.js +0 -13
  975. package/dist/node_modules/jsonp/index.cjs.js +0 -1
  976. package/dist/node_modules/jsonp/index.es.js +0 -31
  977. package/dist/node_modules/jsonp/node_modules/debug/src/browser.cjs.js +0 -1
  978. package/dist/node_modules/jsonp/node_modules/debug/src/browser.es.js +0 -67
  979. package/dist/node_modules/jsonp/node_modules/debug/src/debug.cjs.js +0 -1
  980. package/dist/node_modules/jsonp/node_modules/debug/src/debug.es.js +0 -64
  981. package/dist/node_modules/jsonp/node_modules/ms/index.cjs.js +0 -1
  982. package/dist/node_modules/jsonp/node_modules/ms/index.es.js +0 -79
  983. package/dist/node_modules/object-assign/index.cjs.js +0 -5
  984. package/dist/node_modules/object-assign/index.es.js +0 -54
  985. package/dist/node_modules/prop-types/checkPropTypes.cjs.js +0 -1
  986. package/dist/node_modules/prop-types/checkPropTypes.es.js +0 -54
  987. package/dist/node_modules/prop-types/factoryWithThrowingShims.cjs.js +0 -1
  988. package/dist/node_modules/prop-types/factoryWithThrowingShims.es.js +0 -52
  989. package/dist/node_modules/prop-types/factoryWithTypeCheckers.cjs.js +0 -2
  990. package/dist/node_modules/prop-types/factoryWithTypeCheckers.es.js +0 -329
  991. package/dist/node_modules/prop-types/index.cjs.js +0 -1
  992. package/dist/node_modules/prop-types/index.es.js +0 -17
  993. package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.cjs.js +0 -1
  994. package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.es.js +0 -10
  995. package/dist/node_modules/prop-types/lib/has.cjs.js +0 -1
  996. package/dist/node_modules/prop-types/lib/has.es.js +0 -7
  997. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.cjs.js +0 -8
  998. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.es.js +0 -95
  999. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.cjs.js +0 -8
  1000. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.es.js +0 -78
  1001. package/dist/node_modules/prop-types/node_modules/react-is/index.cjs.js +0 -1
  1002. package/dist/node_modules/prop-types/node_modules/react-is/index.es.js +0 -10
  1003. package/dist/node_modules/react-mailchimp-subscribe/es/SimpleForm.cjs.js +0 -1
  1004. package/dist/node_modules/react-mailchimp-subscribe/es/SimpleForm.es.js +0 -40
  1005. package/dist/node_modules/react-mailchimp-subscribe/es/index.cjs.js +0 -1
  1006. package/dist/node_modules/react-mailchimp-subscribe/es/index.es.js +0 -81
  1007. package/dist/node_modules/react-tiny-popover/dist/ArrowContainer.cjs.js +0 -1
  1008. package/dist/node_modules/react-tiny-popover/dist/ArrowContainer.es.js +0 -37
  1009. package/dist/node_modules/react-tiny-popover/dist/Popover.cjs.js +0 -1
  1010. package/dist/node_modules/react-tiny-popover/dist/Popover.es.js +0 -147
  1011. package/dist/node_modules/react-tiny-popover/dist/PopoverPortal.cjs.js +0 -1
  1012. package/dist/node_modules/react-tiny-popover/dist/PopoverPortal.es.js +0 -20
  1013. package/dist/node_modules/react-tiny-popover/dist/useArrowContainer.cjs.js +0 -1
  1014. package/dist/node_modules/react-tiny-popover/dist/useArrowContainer.es.js +0 -86
  1015. package/dist/node_modules/react-tiny-popover/dist/useElementRef.cjs.js +0 -1
  1016. package/dist/node_modules/react-tiny-popover/dist/useElementRef.es.js +0 -22
  1017. package/dist/node_modules/react-tiny-popover/dist/useHandlePrevValues.cjs.js +0 -1
  1018. package/dist/node_modules/react-tiny-popover/dist/useHandlePrevValues.es.js +0 -34
  1019. package/dist/node_modules/react-tiny-popover/dist/useMemoizedArray.cjs.js +0 -1
  1020. package/dist/node_modules/react-tiny-popover/dist/useMemoizedArray.es.js +0 -24
  1021. package/dist/node_modules/react-tiny-popover/dist/usePopover.cjs.js +0 -1
  1022. package/dist/node_modules/react-tiny-popover/dist/usePopover.es.js +0 -140
  1023. package/dist/node_modules/react-tiny-popover/dist/util.cjs.js +0 -1
  1024. package/dist/node_modules/react-tiny-popover/dist/util.es.js +0 -81
  1025. package/dist/node_modules/swiper/modules/navigation.cjs.js +0 -1
  1026. package/dist/node_modules/swiper/modules/navigation.es.js +0 -127
  1027. package/dist/node_modules/swiper/shared/create-element-if-not-defined.cjs.js +0 -1
  1028. package/dist/node_modules/swiper/shared/create-element-if-not-defined.es.js +0 -12
  1029. package/dist/node_modules/swiper/shared/ssr-window.esm.cjs.js +0 -1
  1030. package/dist/node_modules/swiper/shared/ssr-window.esm.es.js +0 -135
  1031. package/dist/node_modules/swiper/shared/swiper-core.cjs.js +0 -1
  1032. package/dist/node_modules/swiper/shared/swiper-core.es.js +0 -2028
  1033. package/dist/node_modules/swiper/shared/update-on-virtual-data.cjs.js +0 -1
  1034. package/dist/node_modules/swiper/shared/update-on-virtual-data.es.js +0 -62
  1035. package/dist/node_modules/swiper/shared/update-swiper.cjs.js +0 -1
  1036. package/dist/node_modules/swiper/shared/update-swiper.es.js +0 -192
  1037. package/dist/node_modules/swiper/shared/utils.cjs.js +0 -1
  1038. package/dist/node_modules/swiper/shared/utils.es.js +0 -186
  1039. package/dist/node_modules/swiper/swiper-react.cjs.js +0 -1
  1040. package/dist/node_modules/swiper/swiper-react.es.js +0 -242
  1041. package/dist/node_modules/to-querystring/lib/to-querystring.min.cjs.js +0 -1
  1042. package/dist/node_modules/to-querystring/lib/to-querystring.min.es.js +0 -54
  1043. package/dist/pageComponents/Banner/banner.module.css.cjs.js +0 -1
  1044. package/dist/pageComponents/Banner/banner.module.css.es.js +0 -9
  1045. package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.cjs.js +0 -1
  1046. package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.es.js +0 -17
  1047. package/dist/pageComponents/Bubbles/bubbles.module.css.cjs.js +0 -1
  1048. package/dist/pageComponents/Bubbles/bubbles.module.css.es.js +0 -15
  1049. package/dist/pageComponents/ContactUs/contactUs.module.css.cjs.js +0 -1
  1050. package/dist/pageComponents/ContactUs/contactUs.module.css.es.js +0 -37
  1051. package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.cjs.js +0 -1
  1052. package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.es.js +0 -13
  1053. package/dist/pageComponents/Footer/components/AccordionFooter/accordionFooter.module.css.cjs.js +0 -1
  1054. package/dist/pageComponents/Footer/components/AccordionFooter/accordionFooter.module.css.es.js +0 -7
  1055. package/dist/pageComponents/Footer/components/AccordionFooterItem/accordionFooterItem.module.css.cjs.js +0 -1
  1056. package/dist/pageComponents/Footer/components/AccordionFooterItem/accordionFooterItem.module.css.es.js +0 -27
  1057. package/dist/pageComponents/Footer/components/FooterAbout/footerAbout.module.css.cjs.js +0 -1
  1058. package/dist/pageComponents/Footer/components/FooterAbout/footerAbout.module.css.es.js +0 -15
  1059. package/dist/pageComponents/Footer/components/FooterLinksBlock/footerLinksBlock.module.css.cjs.js +0 -1
  1060. package/dist/pageComponents/Footer/components/FooterLinksBlock/footerLinksBlock.module.css.es.js +0 -11
  1061. package/dist/pageComponents/Footer/components/LinksColumn/linksColumn.module.css.cjs.js +0 -1
  1062. package/dist/pageComponents/Footer/components/LinksColumn/linksColumn.module.css.es.js +0 -17
  1063. package/dist/pageComponents/Footer/components/NewsLetter/newsLetter.module.css.cjs.js +0 -1
  1064. package/dist/pageComponents/Footer/components/NewsLetter/newsLetter.module.css.es.js +0 -17
  1065. package/dist/pageComponents/Footer/components/TopTreatmentsSlider/topTreatmentsSlider.module.css.cjs.js +0 -1
  1066. package/dist/pageComponents/Footer/components/TopTreatmentsSlider/topTreatmentsSlider.module.css.es.js +0 -37
  1067. package/dist/pageComponents/Footer/footer.module.css.cjs.js +0 -1
  1068. package/dist/pageComponents/Footer/footer.module.css.es.js +0 -25
  1069. package/dist/pageComponents/Gradient/gradient.module.css.cjs.js +0 -1
  1070. package/dist/pageComponents/Gradient/gradient.module.css.es.js +0 -13
  1071. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.cjs.js +0 -1
  1072. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.es.js +0 -23
  1073. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.cjs.js +0 -1
  1074. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.es.js +0 -21
  1075. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.cjs.js +0 -1
  1076. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.es.js +0 -17
  1077. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.cjs.js +0 -1
  1078. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.es.js +0 -31
  1079. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.cjs.js +0 -1
  1080. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.es.js +0 -19
  1081. package/dist/pageComponents/HomepageHero/homepageHero.module.css.cjs.js +0 -1
  1082. package/dist/pageComponents/HomepageHero/homepageHero.module.css.es.js +0 -23
  1083. package/dist/pageComponents/HowItWorksHero/howItWorksHero.module.css.cjs.js +0 -1
  1084. package/dist/pageComponents/HowItWorksHero/howItWorksHero.module.css.es.js +0 -17
  1085. package/dist/pageComponents/LabsHero/labsHero.module.css.cjs.js +0 -1
  1086. package/dist/pageComponents/LabsHero/labsHero.module.css.es.js +0 -41
  1087. package/dist/pageComponents/OurCompanyHero/ourCompanyHero.module.css.cjs.js +0 -1
  1088. package/dist/pageComponents/OurCompanyHero/ourCompanyHero.module.css.es.js +0 -17
  1089. package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css.cjs.js +0 -1
  1090. package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css.es.js +0 -71
  1091. package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.cjs.js +0 -1
  1092. package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.es.js +0 -13
  1093. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css.cjs.js +0 -1
  1094. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css.es.js +0 -13
  1095. package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.cjs.js +0 -1
  1096. package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.es.js +0 -23
  1097. package/dist/styles/index.d.ts +0 -3
  1098. package/dist/styles/typography.module.css.cjs.js +0 -1
  1099. package/dist/styles/typography.module.css.es.js +0 -129
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Fill=On">
3
+ <path id="check_circle" d="M10.5808 16.2538L17.3038 9.53075L16.25 8.477L10.5808 14.1463L7.73075 11.2963L6.677 12.35L10.5808 16.2538ZM12.0017 21.5C10.6877 21.5 9.45267 21.2507 8.2965 20.752C7.14033 20.2533 6.13467 19.5766 5.2795 18.7218C4.42433 17.8669 3.74725 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45267 3.248 8.2965C3.74667 7.14033 4.42342 6.13467 5.27825 5.2795C6.13308 4.42433 7.13833 3.74725 8.294 3.24825C9.44967 2.74942 10.6844 2.5 11.9983 2.5C13.3123 2.5 14.5473 2.74933 15.7035 3.248C16.8597 3.74667 17.8653 4.42342 18.7205 5.27825C19.5757 6.13308 20.2528 7.13833 20.7518 8.294C21.2506 9.44967 21.5 10.6844 21.5 11.9983C21.5 13.3123 21.2507 14.5473 20.752 15.7035C20.2533 16.8597 19.5766 17.8653 18.7218 18.7205C17.8669 19.5757 16.8617 20.2528 15.706 20.7518C14.5503 21.2506 13.3156 21.5 12.0017 21.5Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Fill=Off">
3
+ <path id="check_circle" d="M10.5808 16.2538L17.3038 9.53075L16.25 8.477L10.5808 14.1463L7.73075 11.2963L6.677 12.35L10.5808 16.2538ZM12.0017 21.5C10.6877 21.5 9.45267 21.2507 8.2965 20.752C7.14033 20.2533 6.13467 19.5766 5.2795 18.7218C4.42433 17.8669 3.74725 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45267 3.248 8.2965C3.74667 7.14033 4.42342 6.13467 5.27825 5.2795C6.13308 4.42433 7.13833 3.74725 8.294 3.24825C9.44967 2.74942 10.6844 2.5 11.9983 2.5C13.3123 2.5 14.5473 2.74933 15.7035 3.248C16.8597 3.74667 17.8653 4.42342 18.7205 5.27825C19.5757 6.13308 20.2528 7.13833 20.7518 8.294C21.2506 9.44967 21.5 10.6844 21.5 11.9983C21.5 13.3123 21.2507 14.5473 20.752 15.7035C20.2533 16.8597 19.5766 17.8653 18.7218 18.7205C17.8669 19.5757 16.8617 20.2528 15.706 20.7518C14.5503 21.2506 13.3156 21.5 12.0017 21.5ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/action/close">
3
+ <path id="close" d="M6.4 18.6538L5.34625 17.6L10.9463 12L5.34625 6.4L6.4 5.34625L12 10.9463L17.6 5.34625L18.6538 6.4L13.0538 12L18.6538 17.6L17.6 18.6538L12 13.0538L6.4 18.6538Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="17" height="11" viewBox="0 0 17 11" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="8.88281" cy="5.05371" r="3" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/action/help">
3
+ <path id="help" d="M11.989 17.6152C12.2745 17.6152 12.5157 17.5168 12.7125 17.3198C12.9093 17.1226 13.0078 16.8812 13.0078 16.5955C13.0078 16.31 12.9092 16.0688 12.712 15.872C12.5148 15.6753 12.2735 15.577 11.988 15.577C11.7025 15.577 11.4613 15.6756 11.2645 15.8728C11.0677 16.0699 10.9692 16.3113 10.9692 16.5968C10.9692 16.8822 11.0678 17.1234 11.265 17.3203C11.4622 17.5169 11.7035 17.6152 11.989 17.6152ZM11.2808 14.0345H12.6885C12.7013 13.5423 12.7734 13.1491 12.9047 12.8548C13.0363 12.5606 13.3552 12.1706 13.8615 11.6848C14.3013 11.2449 14.6382 10.8388 14.872 10.4663C15.106 10.0939 15.223 9.65417 15.223 9.147C15.223 8.28617 14.9137 7.61375 14.2952 7.12975C13.6766 6.64592 12.9448 6.404 12.1 6.404C11.2653 6.404 10.5747 6.62675 10.028 7.07225C9.48117 7.51775 9.09108 8.04242 8.85775 8.64625L10.1423 9.1615C10.2641 8.8295 10.4724 8.50608 10.7673 8.19125C11.0621 7.87658 11.4999 7.71925 12.0808 7.71925C12.6718 7.71925 13.1086 7.88108 13.3913 8.20475C13.6741 8.52858 13.8155 8.88467 13.8155 9.273C13.8155 9.61283 13.7187 9.92375 13.525 10.2057C13.3315 10.4877 13.0848 10.7602 12.7848 11.023C12.1283 11.6153 11.7135 12.0878 11.5405 12.4405C11.3673 12.793 11.2808 13.3243 11.2808 14.0345ZM12.0017 21.5C10.6877 21.5 9.45267 21.2507 8.2965 20.752C7.14033 20.2533 6.13467 19.5766 5.2795 18.7218C4.42433 17.8669 3.74725 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45267 3.248 8.2965C3.74667 7.14033 4.42342 6.13467 5.27825 5.2795C6.13308 4.42433 7.13833 3.74725 8.294 3.24825C9.44967 2.74942 10.6844 2.5 11.9983 2.5C13.3123 2.5 14.5473 2.74933 15.7035 3.248C16.8597 3.74667 17.8653 4.42342 18.7205 5.27825C19.5757 6.13308 20.2528 7.13833 20.7518 8.294C21.2506 9.44967 21.5 10.6844 21.5 11.9983C21.5 13.3123 21.2507 14.5473 20.752 15.7035C20.2533 16.8597 19.5766 17.8653 18.7218 18.7205C17.8669 19.5757 16.8617 20.2528 15.706 20.7518C14.5503 21.2506 13.3156 21.5 12.0017 21.5ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/action/info">
3
+ <path id="info" d="M11.25 16.75H12.75V11H11.25V16.75ZM12 9.2885C12.2288 9.2885 12.4207 9.21108 12.5755 9.05625C12.7303 8.90142 12.8077 8.70958 12.8077 8.48075C12.8077 8.25192 12.7303 8.06008 12.5755 7.90525C12.4207 7.75058 12.2288 7.67325 12 7.67325C11.7712 7.67325 11.5793 7.75058 11.4245 7.90525C11.2697 8.06008 11.1923 8.25192 11.1923 8.48075C11.1923 8.70958 11.2697 8.90142 11.4245 9.05625C11.5793 9.21108 11.7712 9.2885 12 9.2885ZM12.0017 21.5C10.6877 21.5 9.45267 21.2507 8.2965 20.752C7.14033 20.2533 6.13467 19.5766 5.2795 18.7218C4.42433 17.8669 3.74725 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45267 3.248 8.2965C3.74667 7.14033 4.42342 6.13467 5.27825 5.2795C6.13308 4.42433 7.13833 3.74725 8.294 3.24825C9.44967 2.74942 10.6844 2.5 11.9983 2.5C13.3123 2.5 14.5473 2.74933 15.7035 3.248C16.8597 3.74667 17.8653 4.42342 18.7205 5.27825C19.5757 6.13308 20.2528 7.13833 20.7518 8.294C21.2506 9.44967 21.5 10.6844 21.5 11.9983C21.5 13.3123 21.2507 14.5473 20.752 15.7035C20.2533 16.8597 19.5766 17.8653 18.7218 18.7205C17.8669 19.5757 16.8617 20.2528 15.706 20.7518C14.5503 21.2506 13.3156 21.5 12.0017 21.5ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="m15.8 13-1.2-1.2c.2-.8 0-1.5-.7-2.2-.6-.6-1.3-.9-2.3-.8l-1-1a3.5 3.5 0 0 1 1.4-.4 4 4 0 0 1 2.9 1.2 4 4 0 0 1 1.1 3.7l-.2.7Zm3.2 3-1.1-1c.6-.4 1.1-1 1.6-1.5.5-.6 1-1.3 1.3-2A9.8 9.8 0 0 0 9.2 6.4L8 5.2a10 10 0 0 1 4-.7c2.3 0 4.5.6 6.3 2 2 1.2 3.3 3 4.2 5a11.3 11.3 0 0 1-3.5 4.6Zm.8 5.9-4-4a10.8 10.8 0 0 1-3.8.6 11.3 11.3 0 0 1-10.5-7A11.1 11.1 0 0 1 5 7L2.1 4.2l1-1 17.7 17.6-1 1ZM6 8a11 11 0 0 0-2.8 3.4A9.8 9.8 0 0 0 12 17l1.4-.1c.4 0 .8-.2 1.1-.3l-1.3-1.3a3.6 3.6 0 0 1-1.2.2 4 4 0 0 1-2.9-1.1 4 4 0 0 1-1-4.1L6 8Z"/></svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/action/menu">
3
+ <path id="dehaze" d="M3.5 7V5.5H20.5V7H3.5ZM3.5 18.5V17H20.5V18.5H3.5ZM3.5 12.75V11.25H20.5V12.75H3.5Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="28" viewBox="0 0 24 28" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M24 14L-1.30507e-06 27.8564L-9.36995e-08 0.143593L24 14Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/action/plus">
3
+ <path id="close" d="M3.33529 12.7451L3.33529 11.2549H11.2549L11.2549 3.33526L12.7451 3.33526L12.7451 11.2549H20.6647L20.6647 12.7451L12.7451 12.7451L12.7451 20.6647L11.2549 20.6647L11.2549 12.7451L3.33529 12.7451Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M12 2.3a6.8 6.8 0 0 1 3.5 12.5c2.5.8 4.6 2.5 6 4.8l.1.3.4.6-1.3.8-.3-.7-.2-.2a9.6 9.6 0 0 0-16.6.2l-.3.7-1.3-.8.4-.6c1.3-2.4 3.5-4.2 6.1-5.1A6.7 6.7 0 0 1 12 2.2Zm0 1.5a5.2 5.2 0 1 0 0 10.4 5.2 5.2 0 0 0 0-10.4Z"/></svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/action/remove">
3
+ <path id="remove" d="M5.5 12.75V11.25H18.5V12.75H5.5Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/action/search">
3
+ <path id="mystery" d="M11 18C12.9333 18 14.5833 17.3193 15.95 15.9578C17.3167 14.5963 18 12.9437 18 11C18 9.06667 17.3167 7.41667 15.95 6.05C14.5833 4.68333 12.9333 4 11 4C9.05633 4 7.40375 4.68333 6.04225 6.05C4.68075 7.41667 4 9.06667 4 11C4 12.9437 4.68075 14.5963 6.04225 15.9578C7.40375 17.3193 9.05633 18 11 18ZM11 19.5C9.8205 19.5 8.71542 19.2769 7.68475 18.8307C6.65392 18.3846 5.75517 17.7782 4.9885 17.0115C4.22183 16.2448 3.61542 15.3461 3.16925 14.3152C2.72308 13.2846 2.5 12.1795 2.5 11C2.5 9.83083 2.72308 8.73083 3.16925 7.7C3.61542 6.66917 4.22183 5.76792 4.9885 4.99625C5.75517 4.22442 6.65392 3.61542 7.68475 3.16925C8.71542 2.72308 9.8205 2.5 11 2.5C12.1692 2.5 13.2692 2.72308 14.3 3.16925C15.3308 3.61542 16.2321 4.22442 17.0038 4.99625C17.7756 5.76792 18.3846 6.66917 18.8307 7.7C19.2769 8.73083 19.5 9.83083 19.5 11C19.5 12.041 19.3234 13.0237 18.9703 13.948C18.6169 14.8723 18.1287 15.7102 17.5057 16.4615L21.5 20.4557L20.4403 21.5L16.4462 17.521C15.6949 18.1442 14.8571 18.6298 13.9327 18.9778C13.0084 19.3259 12.0308 19.5 11 19.5Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M12 15.6a4 4 0 0 0 2.9-1.2 4 4 0 0 0 1.2-2.9 4 4 0 0 0-1.2-2.9A4 4 0 0 0 12 7.4a4 4 0 0 0-2.9 1.2A4 4 0 0 0 8 11.5a4 4 0 0 0 1.2 2.9 4 4 0 0 0 2.9 1.2Zm0-1.4c-.8 0-1.4-.3-2-.8-.4-.5-.7-1.2-.7-1.9 0-.8.3-1.4.8-2 .5-.4 1.2-.7 1.9-.7.8 0 1.4.3 2 .8.4.5.7 1.2.7 1.9 0 .8-.3 1.4-.8 2-.5.4-1.2.7-1.9.7Zm0 4.3a11.2 11.2 0 0 1-10.5-7 11.2 11.2 0 0 1 10.5-7 11.2 11.2 0 0 1 10.5 7 11.2 11.2 0 0 1-10.5 7Zm0-1.5a9.8 9.8 0 0 0 8.8-5.5 9.8 9.8 0 0 0-17.6 0A9.8 9.8 0 0 0 12 17Z"/></svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/action/warning">
3
+ <path id="warning" d="M1.86549 20.5L12 3L22.1345 20.5H1.86549ZM4.44999 19H19.55L12 6L4.44999 19ZM12 17.8077C12.2288 17.8077 12.4207 17.7303 12.5755 17.5755C12.7303 17.4207 12.8077 17.2288 12.8077 17C12.8077 16.7712 12.7303 16.5793 12.5755 16.4245C12.4207 16.2697 12.2288 16.1923 12 16.1923C11.7712 16.1923 11.5793 16.2697 11.4245 16.4245C11.2697 16.5793 11.1922 16.7712 11.1922 17C11.1922 17.2288 11.2697 17.4207 11.4245 17.5755C11.5793 17.7303 11.7712 17.8077 12 17.8077ZM11.25 15.1923H12.75V10.1923H11.25V15.1923Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/arrow/arrow_back">
3
+ <path id="arrow_back" d="M7.373 12.75L13.0693 18.4462L12 19.5L4.5 12L12 4.5L13.0693 5.55375L7.373 11.25H19.5V12.75H7.373Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/arrow/arrow_downward">
3
+ <path id="arrow_downward" d="M11.25 4.5V16.627L5.55375 10.9307L4.5 12L12 19.5L19.5 12L18.4462 10.9307L12.75 16.627V4.5H11.25Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18.7452 64.0048H109.255" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M72.4844 27.2344L109.254 64.0039L72.4844 100.773" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/arrow/arrow_forward">
3
+ <path id="arrow_forward" d="M16.627 12.75H4.5V11.25H16.627L10.9308 5.55375L12 4.5L19.5 12L12 19.5L10.9308 18.4462L16.627 12.75Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/arrow/arrow_insert">
3
+ <path id="arrow_insert" d="M17.7057 17.6443L7.85575 7.80375V16.75H6.35575V5.25H17.8557V6.75H8.9095L18.75 16.6L17.7057 17.6443Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/arrow/arrow_outward">
3
+ <path id="arrow_outward" d="M6.29425 17.6443L5.25 16.6L15.0905 6.75H6.14425V5.25H17.6443V16.75H16.1443V7.80375L6.29425 17.6443Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/arrow/arrow-return">
3
+ <path id="cached" d="M12.05 19.75C9.88717 19.75 8.0465 18.9974 6.528 17.4923C5.00934 15.9871 4.25 14.1563 4.25 12V11.2192L2.4 13.0693L1.34625 12.0155L5 8.3615L8.65375 12.0155L7.6 13.0693L5.75 11.2192V12C5.75 13.7372 6.3615 15.2132 7.5845 16.428C8.80767 17.6427 10.2962 18.25 12.05 18.25C12.4642 18.25 12.8779 18.2048 13.2913 18.1145C13.7048 18.024 14.1083 17.8884 14.502 17.7078L15.627 18.8328C15.0642 19.1353 14.4831 19.3637 13.8838 19.5182C13.2843 19.6727 12.673 19.75 12.05 19.75ZM19 15.6385L15.3463 11.9845L16.4 10.9307L18.25 12.7808V12C18.25 10.2628 17.6385 8.78683 16.4155 7.572C15.1923 6.35733 13.7038 5.75 11.95 5.75C11.5358 5.75 11.1221 5.79517 10.7088 5.8855C10.2953 5.976 9.89167 6.11158 9.498 6.29225L8.373 5.16725C8.93584 4.86475 9.51692 4.63625 10.1163 4.48175C10.7158 4.32725 11.327 4.25 11.95 4.25C14.1128 4.25 15.9535 5.00258 17.472 6.50775C18.9907 8.01292 19.75 9.84367 19.75 12V12.7808L21.6 10.9307L22.6538 11.9845L19 15.6385Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/arrow/arrow_upward">
3
+ <path id="arrow_upward" d="M11.25 19.5V7.373L5.55375 13.0693L4.5 12L12 4.5L19.5 12L18.4462 13.0693L12.75 7.373V19.5H11.25Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/arrow/chevron_back">
3
+ <path id="arrow_back" d="M16 21.6538L6.34625 12L16 2.34625L17.4193 3.7655L9.1845 12L17.4193 20.2345L16 21.6538Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/arrow/chevron_down">
3
+ <path id="arrow_back" d="M21.5365 7.88275L11.8828 17.5365L2.229 7.88275L3.64825 6.4635L11.8828 14.6982L20.1173 6.4635L21.5365 7.88275Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/arrow/chevron_forward">
3
+ <path id="arrow_forward" d="M7.7655 2.34625L17.4193 12L7.7655 21.6537L6.34625 20.2345L14.581 12L6.34625 3.7655L7.7655 2.34625Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/arrow/chevron_up">
3
+ <path id="arrow_forward" d="M2.229 16.1173L11.8827 6.4635L21.5365 16.1173L20.1172 17.5365L11.8827 9.30175L3.64825 17.5365L2.229 16.1173Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="28" height="16" viewBox="0 0 28 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.3439 9.21402H8.15002V7.386H16.3439L12.6954 3.73738L14 2.45001L19.85 8.30001L14 14.15L12.6954 12.8626L16.3439 9.21402Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="28" height="16" viewBox="0 0 28 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17.762 13.481L13.934 9.67496L10.26 13.327L8.83002 11.919L12.526 8.24496L8.83002 4.52696L10.26 3.11896L13.934 6.79296L17.63 3.14096L19.06 4.54896L15.364 8.24496L19.17 12.051L17.762 13.481Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="28" height="16" viewBox="0 0 28 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="14" cy="8.29999" r="5" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="28" height="16" viewBox="0 0 28 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.999 14.152V9.18H8.02698V7.288H12.999V2.448H15.001V7.288H19.973V9.18H15.001V14.152H12.999Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Filled=On">
3
+ <path id="maps_ugc" d="M1.73074 22.2693L3.48849 16.2615C3.17183 15.5847 2.92791 14.891 2.75674 14.1805C2.58558 13.4702 2.49999 12.7433 2.49999 12C2.49999 10.6858 2.74933 9.45083 3.24799 8.295C3.74666 7.13917 4.42341 6.13375 5.27824 5.27875C6.13308 4.42375 7.13833 3.74692 8.29399 3.24825C9.44966 2.74942 10.6844 2.5 11.9982 2.5C13.3122 2.5 14.5473 2.74933 15.7035 3.248C16.8597 3.74667 17.8653 4.42342 18.7205 5.27825C19.5757 6.13308 20.2527 7.13833 20.7517 8.294C21.2506 9.44967 21.5 10.6844 21.5 11.9983C21.5 13.3123 21.2506 14.5473 20.7517 15.7035C20.2531 16.8597 19.5762 17.8653 18.7212 18.7205C17.8662 19.5757 16.8608 20.2528 15.705 20.7518C14.5492 21.2506 13.3142 21.5 12 21.5C11.2567 21.5 10.5298 21.4144 9.81949 21.2432C9.10899 21.0721 8.41533 20.8282 7.73849 20.5115L1.73074 22.2693Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Filled=Off">
3
+ <path id="Vector" d="M21.885 11.6652C21.885 12.9898 21.632 14.24 21.1359 15.381C20.6398 16.527 19.9552 17.549 19.0919 18.4172C18.2188 19.2805 17.2018 19.97 16.0557 20.4662C14.9147 20.9573 13.6645 21.2054 12.3399 21.2054C11.561 21.2054 10.797 21.126 10.0677 20.9623C9.32848 20.7936 8.60912 20.5455 7.92449 20.233L2.12 21.89L2.14976 21.7858L3.777 16.0905H5.01232V16.15C5.00736 16.3484 4.97759 16.5469 4.92302 16.7453L4.01018 19.9998L7.26466 19.087C7.53256 19.0076 7.78558 18.9729 8.01379 18.9977C8.24696 19.0175 8.49501 19.082 8.74803 19.1862C9.3136 19.4243 9.90893 19.6129 10.5092 19.7518C11.1194 19.8907 11.7396 19.9601 12.3399 19.9601C14.6319 19.9601 16.6114 19.1515 18.2138 17.5441C19.8212 15.9416 20.6348 13.9622 20.6348 11.6701C20.6348 9.37809 19.8212 7.39365 18.2188 5.79121C16.6114 4.18878 14.6319 3.37515 12.3448 3.37515C10.0578 3.37515 8.07332 4.18381 6.46592 5.78625C4.85852 7.38869 4.0449 9.37313 4.0449 11.6751C4.0449 11.8537 4.05483 12.0372 4.06475 12.2208V12.2903H2.81455V12.2307C2.80463 12.0422 2.79471 11.8537 2.79471 11.6652C2.79471 10.3505 3.04772 9.10027 3.54879 7.94929C4.03498 6.80824 4.72458 5.78625 5.59277 4.91806C6.456 4.05979 7.47303 3.37019 8.624 2.87408C9.77002 2.37301 11.0202 2.12 12.3399 2.12C13.6595 2.12 14.9097 2.37301 16.0557 2.87408C17.2067 3.36523 18.2237 4.05483 19.087 4.91806C19.9502 5.78625 20.6448 6.80328 21.1359 7.94929C21.632 9.09035 21.885 10.3405 21.885 11.6652Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/e-commerce/calendar">
3
+ <path id="Union" d="M15.8135 3.5C16.1177 3.5 16.3652 3.74751 16.3652 4.05176V4.82617H18.4609C19.1312 4.82617 19.6787 5.36876 19.6787 6.03906V19.2881C19.6785 19.9582 19.1311 20.5 18.4609 20.5H5.2168C4.5467 20.4999 4.00018 19.9582 4 19.2881V14.876H5.10254V19.2881C5.10274 19.3449 5.15521 19.3973 5.2168 19.3975H18.4609C18.5226 19.3975 18.575 19.345 18.5752 19.2881V9.90332H5.10254V11.1113H4V6.03906C4 5.36883 4.54659 4.82628 5.2168 4.82617H7.31348V4.05176C7.31348 3.74751 7.56098 3.5 7.86523 3.5C8.16935 3.50016 8.41602 3.74761 8.41602 4.05176V4.82617H15.2617V4.05176C15.2617 3.74751 15.5092 3.5 15.8135 3.5ZM8.19727 15.3105C8.74368 15.3107 9.19024 15.7525 9.19043 16.3037C9.19043 16.8503 8.74855 17.2976 8.19727 17.2979C7.64581 17.2979 7.20312 16.8552 7.20312 16.3037C7.20331 15.7524 7.65068 15.3105 8.19727 15.3105ZM11.8389 15.3105C12.3855 15.3105 12.8318 15.7572 12.832 16.3037C12.832 16.8504 12.3856 17.2979 11.8389 17.2979C11.2922 17.2978 10.8457 16.8551 10.8457 16.3037C10.8459 15.7524 11.2923 15.3106 11.8389 15.3105ZM15.4814 15.3105C16.0326 15.3108 16.4744 15.7573 16.4746 16.3037C16.4746 16.8503 16.0327 17.2976 15.4814 17.2979C14.9347 17.2979 14.4873 16.8552 14.4873 16.3037C14.4875 15.7524 14.9301 15.3105 15.4814 15.3105ZM11.8389 12.0049C12.3856 12.0049 12.832 12.4523 12.832 12.999C12.8318 13.5455 12.3854 13.9922 11.8389 13.9922C11.2923 13.9922 10.8459 13.5455 10.8457 12.999C10.8457 12.4523 11.2922 12.0049 11.8389 12.0049ZM15.4814 12.0049C16.0327 12.0051 16.4746 12.4525 16.4746 12.999C16.4744 13.5454 16.0325 13.9919 15.4814 13.9922C14.9349 13.9922 14.4875 13.5455 14.4873 12.999C14.4873 12.4523 14.93 12.0049 15.4814 12.0049ZM5.2168 5.92969C5.15509 5.92979 5.10254 5.97733 5.10254 6.03906V8.80078H18.5752V6.03906C18.5752 5.97726 18.5227 5.92969 18.4609 5.92969H16.3652V6.69922C16.3652 7.00347 16.1177 7.25098 15.8135 7.25098C15.5092 7.25098 15.2617 7.00347 15.2617 6.69922V5.92969H8.41602V6.69922C8.41602 7.00337 8.16935 7.25081 7.86523 7.25098C7.56098 7.25098 7.31348 7.00347 7.31348 6.69922V5.92969H5.2168Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/e-commerce/cart">
3
+ <path id="shopping_cart" d="M8.26694 21.6539C7.7811 21.6539 7.36802 21.4836 7.02769 21.1431C6.68735 20.8028 6.51719 20.3897 6.51719 19.9039C6.51719 19.4179 6.68735 19.0047 7.02769 18.6644C7.36802 18.324 7.7811 18.1539 8.26694 18.1539C8.75294 18.1539 9.1661 18.324 9.50644 18.6644C9.84677 19.0047 10.0169 19.4179 10.0169 19.9039C10.0169 20.3897 9.84677 20.8028 9.50644 21.1431C9.1661 21.4836 8.75294 21.6539 8.26694 21.6539ZM17.9594 21.6539C17.4734 21.6539 17.0603 21.4836 16.7199 21.1431C16.3796 20.8028 16.2094 20.3897 16.2094 19.9039C16.2094 19.4179 16.3796 19.0047 16.7199 18.6644C17.0603 18.324 17.4734 18.1539 17.9594 18.1539C18.4453 18.1539 18.8584 18.324 19.1987 18.6644C19.539 19.0047 19.7092 19.4179 19.7092 19.9039C19.7092 20.3897 19.539 20.8028 19.1987 21.1431C18.8584 21.4836 18.4453 21.6539 17.9594 21.6539ZM7.12844 5.84613L9.66319 11.1539H16.4804C16.5381 11.1539 16.5894 11.1395 16.6344 11.1106C16.6793 11.0818 16.7177 11.0417 16.7497 10.9904L19.4324 6.11538C19.4709 6.04488 19.4741 5.98238 19.4419 5.92788C19.4099 5.87338 19.3554 5.84613 19.2784 5.84613H7.12844ZM6.40944 4.34613H20.2939C20.7029 4.34613 21.0122 4.52021 21.2217 4.86838C21.4314 5.21638 21.4414 5.5718 21.2517 5.93463L18.0477 11.7384C17.8837 12.0269 17.6668 12.2515 17.3969 12.4124C17.1269 12.5734 16.8311 12.6539 16.5094 12.6539H9.21319L8.05544 14.7691C8.0041 14.8461 8.00252 14.9295 8.05069 15.0191C8.09869 15.109 8.17077 15.1539 8.26694 15.1539H18.9592C19.3734 15.1539 19.7092 15.4897 19.7092 15.9039C19.7092 16.3181 19.3734 16.6539 18.9592 16.6539H8.26694C7.60027 16.6539 7.09935 16.3664 6.76419 15.7914C6.42885 15.2164 6.41702 14.6423 6.72869 14.0691L8.15544 11.5039L4.51719 3.84613H3.36319C2.94897 3.84613 2.61319 3.51034 2.61319 3.09613C2.61319 2.68192 2.94897 2.34613 3.36319 2.34613H5.45944L6.40944 4.34613Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Fill=On">
3
+ <path id="package_2" d="M11.25 21.2922V12.4307L3.5 7.94997V15.7922C3.5 16.1204 3.5795 16.4217 3.7385 16.6962C3.8975 16.9706 4.11933 17.1897 4.404 17.3537L11.25 21.2922ZM12.75 21.2922L19.596 17.3537C19.8807 17.1897 20.1025 16.9706 20.2615 16.6962C20.4205 16.4217 20.5 16.1204 20.5 15.7922V7.94997L12.75 12.4307V21.2922ZM16.571 8.49422L19.6845 6.69222L12.9038 2.79422C12.6193 2.63006 12.318 2.54797 12 2.54797C11.682 2.54797 11.3808 2.63006 11.0963 2.79422L8.9 4.05397L16.571 8.49422ZM12 11.1385L15.0712 9.37122L7.39625 4.92497L4.30975 6.69797L12 11.1385Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Fill=Off">
3
+ <path id="Vector" d="M21.2209 7.266C21.0821 7.03739 20.8877 6.86345 20.6322 6.73921L12.7962 2.68885C12.5408 2.55964 12.2742 2.5 11.991 2.5C11.7077 2.5 11.4467 2.55964 11.1913 2.68885L3.35526 6.73921C3.0998 6.86345 2.90543 7.03739 2.76659 7.266C2.6222 7.48964 2.55 7.72819 2.55 7.98165V15.9134C2.55 16.1668 2.6222 16.4054 2.76659 16.629C2.90543 16.8576 3.0998 17.0316 3.35526 17.1608L5.17681 18.1001L5.85989 17.1558L3.98281 16.1818C3.92727 16.1519 3.88285 16.1122 3.85508 16.0674C3.82731 16.0227 3.81065 15.973 3.81065 15.9233V8.35935L11.3634 12.2656V20.0035L9.67516 19.1288L8.99207 20.0731L11.1913 21.2111C11.4467 21.3354 11.7133 21.4 11.991 21.4C12.2686 21.4 12.5408 21.3354 12.7962 21.2111L20.6322 17.1608C20.8877 17.0316 21.0821 16.8576 21.2209 16.629C21.3653 16.4054 21.4319 16.1668 21.4319 15.9134V7.98165C21.4319 7.72819 21.3653 7.48964 21.2209 7.266ZM11.8244 3.66292C11.8799 3.63808 11.9354 3.62814 11.991 3.62814C12.0521 3.62814 12.1076 3.63808 12.1631 3.66292L19.4438 7.43497L16.356 9.03524L8.92543 5.15882L11.8244 3.66292ZM4.52705 7.43497L7.63702 5.82974L15.1065 9.6813L11.991 11.3114L4.52705 7.43497ZM20.1768 15.9233C20.1768 15.973 20.1602 16.0227 20.1324 16.0674C20.1046 16.1122 20.0602 16.1519 20.0047 16.1818L12.6241 20.0035V12.2656L20.1768 8.34444V15.9233Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Fill=On">
3
+ <path id="sentiment_satisfied" d="M15.406 10.8077C15.77 10.8077 16.0786 10.6803 16.3318 10.4255C16.5849 10.1708 16.7115 9.86158 16.7115 9.49775C16.7115 9.13392 16.5842 8.82542 16.3295 8.57225C16.0748 8.31892 15.7655 8.19225 15.4015 8.19225C15.0377 8.19225 14.7292 8.31967 14.476 8.5745C14.2228 8.82917 14.0962 9.13842 14.0962 9.50225C14.0962 9.86608 14.2236 10.1746 14.4783 10.4277C14.7329 10.6811 15.0422 10.8077 15.406 10.8077ZM8.5985 10.8077C8.96233 10.8077 9.27083 10.6803 9.524 10.4255C9.77717 10.1708 9.90375 9.86158 9.90375 9.49775C9.90375 9.13392 9.77642 8.82542 9.52175 8.57225C9.26708 8.31892 8.95783 8.19225 8.594 8.19225C8.23 8.19225 7.92142 8.31967 7.66825 8.5745C7.41508 8.82917 7.2885 9.13842 7.2885 9.50225C7.2885 9.86608 7.41583 10.1746 7.6705 10.4277C7.92517 10.6811 8.2345 10.8077 8.5985 10.8077ZM12 17.1923C13.0435 17.1923 13.9973 16.9003 14.8615 16.3163C15.7257 15.7323 16.3628 14.9602 16.773 14H15.45C15.0833 14.6167 14.5958 15.1042 13.9875 15.4625C13.3792 15.8208 12.7167 16 12 16C11.2833 16 10.6208 15.8208 10.0125 15.4625C9.40417 15.1042 8.91667 14.6167 8.55 14H7.227C7.63717 14.9602 8.27433 15.7323 9.1385 16.3163C10.0027 16.9003 10.9565 17.1923 12 17.1923ZM12.0017 21.5C10.6877 21.5 9.45267 21.2507 8.2965 20.752C7.14033 20.2533 6.13467 19.5766 5.2795 18.7218C4.42433 17.8669 3.74725 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45267 3.248 8.2965C3.74667 7.14033 4.42342 6.13467 5.27825 5.2795C6.13308 4.42433 7.13833 3.74725 8.294 3.24825C9.44967 2.74942 10.6844 2.5 11.9983 2.5C13.3123 2.5 14.5473 2.74933 15.7035 3.248C16.8597 3.74667 17.8653 4.42342 18.7205 5.27825C19.5757 6.13308 20.2528 7.13833 20.7518 8.294C21.2506 9.44967 21.5 10.6844 21.5 11.9983C21.5 13.3123 21.2507 14.5473 20.752 15.7035C20.2533 16.8597 19.5766 17.8653 18.7218 18.7205C17.8669 19.5757 16.8617 20.2528 15.706 20.7518C14.5503 21.2506 13.3156 21.5 12.0017 21.5Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Fill=Off">
3
+ <path id="sentiment_satisfied" d="M15.406 10.8077C15.77 10.8077 16.0786 10.6803 16.3318 10.4255C16.5849 10.1708 16.7115 9.86158 16.7115 9.49775C16.7115 9.13392 16.5842 8.82542 16.3295 8.57225C16.0748 8.31892 15.7655 8.19225 15.4015 8.19225C15.0377 8.19225 14.7292 8.31967 14.476 8.5745C14.2228 8.82917 14.0962 9.13842 14.0962 9.50225C14.0962 9.86608 14.2236 10.1746 14.4783 10.4277C14.7329 10.6811 15.0422 10.8077 15.406 10.8077ZM8.5985 10.8077C8.96233 10.8077 9.27083 10.6803 9.524 10.4255C9.77717 10.1708 9.90375 9.86158 9.90375 9.49775C9.90375 9.13392 9.77642 8.82542 9.52175 8.57225C9.26708 8.31892 8.95783 8.19225 8.594 8.19225C8.23 8.19225 7.92142 8.31967 7.66825 8.5745C7.41508 8.82917 7.2885 9.13842 7.2885 9.50225C7.2885 9.86608 7.41583 10.1746 7.6705 10.4277C7.92517 10.6811 8.2345 10.8077 8.5985 10.8077ZM12 17.1923C13.0435 17.1923 13.9973 16.9003 14.8615 16.3163C15.7257 15.7323 16.3628 14.9602 16.773 14H15.45C15.0833 14.6167 14.5958 15.1042 13.9875 15.4625C13.3792 15.8208 12.7167 16 12 16C11.2833 16 10.6208 15.8208 10.0125 15.4625C9.40417 15.1042 8.91667 14.6167 8.55 14H7.227C7.63717 14.9602 8.27433 15.7323 9.1385 16.3163C10.0027 16.9003 10.9565 17.1923 12 17.1923ZM12.0017 21.5C10.6877 21.5 9.45267 21.2507 8.2965 20.752C7.14033 20.2533 6.13467 19.5766 5.2795 18.7218C4.42433 17.8669 3.74725 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45267 3.248 8.2965C3.74667 7.14033 4.42342 6.13467 5.27825 5.2795C6.13308 4.42433 7.13833 3.74725 8.294 3.24825C9.44967 2.74942 10.6844 2.5 11.9983 2.5C13.3123 2.5 14.5473 2.74933 15.7035 3.248C16.8597 3.74667 17.8653 4.42342 18.7205 5.27825C19.5757 6.13308 20.2528 7.13833 20.7518 8.294C21.2506 9.44967 21.5 10.6844 21.5 11.9983C21.5 13.3123 21.2507 14.5473 20.752 15.7035C20.2533 16.8597 19.5766 17.8653 18.7218 18.7205C17.8669 19.5757 16.8617 20.2528 15.706 20.7518C14.5503 21.2506 13.3156 21.5 12.0017 21.5ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M12 21.8a9.5 9.5 0 0 1-6.9-2.9A9.8 9.8 0 0 1 2.3 12c0-1.3.2-2.5.7-3.7A10.2 10.2 0 0 1 8 3a9 9 0 0 1 5.8-.6 4.2 4.2 0 0 0 1.3 3.7l1.7 1h2.1a3 3 0 0 0 .4 2.7 3 3 0 0 0 2.4 1.4 8.8 8.8 0 0 1-.7 4.5 10.2 10.2 0 0 1-5.2 5.3c-1.2.5-2.5.8-3.8.8ZM10.5 9.8c.4 0 .7-.1 1-.4.3-.3.4-.6.4-1s-.1-.7-.4-1c-.3-.3-.6-.4-1-.4s-.7.1-1 .4c-.3.3-.4.6-.4 1s.1.7.4 1c.3.3.6.4 1 .4Zm-2 5c.4 0 .7-.1 1-.4.3-.3.4-.6.4-1s-.1-.7-.4-1c-.3-.3-.6-.4-1-.4s-.7.1-1 .4c-.3.3-.4.6-.4 1s.1.7.4 1c.3.3.6.4 1 .4Zm6.5 1c.3 0 .5 0 .6-.3.2-.1.3-.4.3-.6 0-.3 0-.5-.3-.6a.9.9 0 0 0-.6-.3c-.3 0-.5 0-.6.3-.2.1-.3.3-.3.6s0 .5.3.6c.1.2.4.3.6.3Zm-3 4.3c2 0 4-.7 5.6-2.2a8.1 8.1 0 0 0 2.6-5.6c-.8-.4-1.5-.9-2-1.5-.5-.7-.8-1.4-.9-2.2A5.6 5.6 0 0 1 14 7c-.9-.9-1.4-2-1.6-3.4a8.3 8.3 0 0 0-8 5.3 8 8 0 0 0 1.8 8.8 8 8 0 0 0 5.9 2.4Z"/></svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/global/filter">
3
+ <path id="discover_tune" d="M13.25 8.75V7.25H16.25V3.25H17.75V7.25H20.75V8.75H13.25ZM16.25 20.75V11.25H17.75V20.75H16.25ZM6.25 20.75V16.75H3.25V15.25H10.75V16.75H7.75V20.75H6.25ZM6.25 12.75V3.25H7.75V12.75H6.25Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/global/pin_drop">
3
+ <path id="pin_drop" d="M12 16.725C13.6437 15.3403 14.8879 14.0025 15.7327 12.7115C16.5776 11.4205 17 10.2109 17 9.08275C17 7.59558 16.5333 6.37667 15.6 5.426C14.6667 4.47533 13.4667 4 12 4C10.5333 4 9.33333 4.47533 8.4 5.426C7.46667 6.37667 7 7.59558 7 9.08275C7 10.2109 7.42242 11.4205 8.26725 12.7115C9.11208 14.0025 10.3563 15.3403 12 16.725ZM12 18.625C9.83583 16.9493 8.2115 15.3125 7.127 13.7145C6.04233 12.1163 5.5 10.5724 5.5 9.08275C5.5 7.15958 6.10517 5.58167 7.3155 4.349C8.52567 3.11633 10.0872 2.5 12 2.5C13.9128 2.5 15.4743 3.11633 16.6845 4.349C17.8948 5.58167 18.5 7.15958 18.5 9.08275C18.5 10.5724 17.9577 12.1147 16.873 13.7095C15.7885 15.3045 14.1642 16.943 12 18.625ZM12 10.8077C12.4987 10.8077 12.9246 10.6311 13.2777 10.2777C13.6311 9.92458 13.8077 9.49867 13.8077 9C13.8077 8.50133 13.6311 8.07542 13.2777 7.72225C12.9246 7.36892 12.4987 7.19225 12 7.19225C11.5013 7.19225 11.0754 7.36892 10.7223 7.72225C10.3689 8.07542 10.1923 8.50133 10.1923 9C10.1923 9.49867 10.3689 9.92458 10.7223 10.2777C11.0754 10.6311 11.5013 10.8077 12 10.8077ZM5.5 21.5V20H18.5V21.5H5.5Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M10.6 21.5a1 1 0 0 1-1-.9l-.3-2.1a4.6 4.6 0 0 1-1.6-1l-2 1c-.4.1-1 0-1.2-.5L3 15.5a1 1 0 0 1 .3-1.3L5 13a5 5 0 0 1 0-1.3V11L3.3 9.8A1 1 0 0 1 3 8.5L4.5 6a1 1 0 0 1 1.2-.4l2 .9a6.4 6.4 0 0 1 1.6-1l.3-2.1c0-.5.5-.9 1-.9h2.8c.5 0 1 .4 1 .9l.3 2.2a4.7 4.7 0 0 1 1.5.9l2-.9c.5-.2 1 0 1.3.4L21 8.5c.2.4 0 1-.3 1.3L18.9 11v.5a18.6 18.6 0 0 1 0 1.3l1.8 1.3c.4.3.5.9.2 1.3L19.5 18a1 1 0 0 1-1.3.4l-2-.9a6.5 6.5 0 0 1-1.5 1l-.3 2.1c0 .5-.5.9-1 .9h-2.8ZM11 20h2l.3-2.7a5.6 5.6 0 0 0 2.6-1.5l2.5 1 1-1.7-2.2-1.6.2-.7a6.3 6.3 0 0 0 0-1.6c0-.2 0-.4-.2-.7l2.2-1.7-1-1.7L16 8.3a5.3 5.3 0 0 0-2.6-1.5L13 4h-2l-.3 2.7A5.2 5.2 0 0 0 8 8.2l-2.5-1-1 1.6 2.2 1.7-.2.7a6.3 6.3 0 0 0 .2 2.3l-2.1 1.7 1 1.7L8 15.8a5.6 5.6 0 0 0 2.7 1.5L11 20Zm1-5c.8 0 1.6-.3 2.1-.9.6-.6 1-1.3 1-2.1s-.4-1.5-1-2.1c-.5-.6-1.3-.9-2-.9-1 0-1.6.3-2.2.9A3 3 0 0 0 9 12c0 .8.3 1.5.9 2.1.6.6 1.3.9 2.1.9Z"/></svg>
@@ -0,0 +1,11 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Filled=On">
3
+ <g id="Vector">
4
+ <path d="M17.3865 5.79738L18.2655 4.75815C17.4164 4.04515 16.4483 3.48465 15.405 3.10189L14.9374 4.37598C15.8309 4.7048 16.6597 5.18582 17.3865 5.79738Z" fill="currentColor"/>
5
+ <path d="M20.1538 10.6429L21.4997 10.3627C21.3105 9.2785 20.9314 8.2355 20.3795 7.28101L19.1953 7.92857C19.668 8.77272 19.9921 9.69063 20.1538 10.6429Z" fill="currentColor"/>
6
+ <path d="M14.9374 19.624L15.405 20.8981C16.4483 20.5153 17.4164 19.9548 18.2655 19.2418L17.3865 18.2026C16.6597 18.8142 15.8309 19.2952 14.9374 19.624Z" fill="currentColor"/>
7
+ <path d="M19.1953 16.0714L20.3795 16.75C20.9317 15.7845 21.3108 14.7313 21.5 13.6373L20.1538 13.4019C19.992 14.3399 19.6677 15.2431 19.1953 16.0714Z" fill="currentColor"/>
8
+ <path d="M12.0759 21.5V2.5C9.53618 2.5 7.10052 3.50089 5.3047 5.28249C3.50888 7.06408 2.5 9.48044 2.5 12C2.5 14.5196 3.50888 16.9359 5.3047 18.7175C7.10052 20.4991 9.53618 21.5 12.0759 21.5Z" fill="currentColor"/>
9
+ </g>
10
+ </g>
11
+ </svg>
@@ -0,0 +1,16 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Filled=Off">
3
+ <g id="Vector">
4
+ <path d="M6.36849 4.33286C5.59019 4.9301 4.90426 5.63889 4.33286 6.43634L5.41853 7.25059C5.91688 6.55945 6.51088 5.9426 7.18274 5.41853L6.36849 4.33286Z" fill="currentColor"/>
5
+ <path d="M4.265 9.48979L2.97577 9.08266C2.64801 10.02 2.48724 11.0075 2.50079 12.0004H3.85788C3.85512 11.1469 3.99266 10.2987 4.265 9.48979Z" fill="currentColor"/>
6
+ <path d="M2.97577 14.986C3.29045 15.9322 3.74811 16.8246 4.33286 17.6323L5.41853 16.8181C4.92799 16.1312 4.53946 15.377 4.265 14.5789L2.97577 14.986Z" fill="currentColor"/>
7
+ <path d="M6.43634 19.6679C7.24403 20.2527 8.13647 20.7103 9.08266 21.025L9.48979 19.7358C8.69164 19.4613 7.93742 19.0728 7.25059 18.5823L6.43634 19.6679Z" fill="currentColor"/>
8
+ <path d="M9.08266 2.97577L9.48979 4.265C10.2987 3.99266 11.1469 3.85512 12.0004 3.85788V2.50079C11.0075 2.48724 10.02 2.64801 9.08266 2.97577Z" fill="currentColor"/>
9
+ <path d="M17.5644 19.6679C18.3637 19.0722 19.0722 18.3637 19.6679 17.5644L18.5823 16.7502C18.0776 17.4585 17.4585 18.0776 16.7502 18.5823L17.5644 19.6679Z" fill="currentColor"/>
10
+ <path d="M19.7358 14.511L21.025 14.9181C21.3202 13.9728 21.4801 12.9905 21.5 12.0004H20.1429C20.1457 12.8539 20.0081 13.7021 19.7358 14.511Z" fill="currentColor"/>
11
+ <path d="M20.9572 9.01481C20.6425 8.06862 20.1848 7.17618 19.6001 6.36849L18.5144 7.18274C19.0049 7.86957 19.3935 8.62379 19.6679 9.42193L20.9572 9.01481Z" fill="currentColor"/>
12
+ <path d="M17.4966 4.265C16.6889 3.68026 15.7965 3.2226 14.8503 2.90792L14.4432 4.19715C15.2413 4.4716 15.9955 4.86014 16.6823 5.35067L17.4966 4.265Z" fill="currentColor"/>
13
+ <path d="M14.9181 21.025L14.511 19.7358C13.7021 20.0081 12.8539 20.1457 12.0004 20.1429V21.5C12.9866 21.4412 13.9642 21.2821 14.9181 21.025Z" fill="currentColor"/>
14
+ </g>
15
+ </g>
16
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/map/pin_drop">
3
+ <path id="pin_drop" d="M11.9323 16.2864C13.5759 14.9017 14.8202 13.5639 15.665 12.2729C16.5098 10.9819 16.9323 9.77232 16.9323 8.64415C16.9323 7.15698 16.4656 5.93807 15.5323 4.9874C14.5989 4.03673 13.3989 3.5614 11.9323 3.5614C10.4656 3.5614 9.2656 4.03673 8.33227 4.9874C7.39893 5.93807 6.93227 7.15698 6.93227 8.64415C6.93227 9.77232 7.35468 10.9819 8.19952 12.2729C9.04435 13.5639 10.2886 14.9017 11.9323 16.2864ZM11.9323 18.1864C9.7681 16.5107 8.14377 14.8739 7.05927 13.2759C5.9746 11.6777 5.43227 10.1338 5.43227 8.64415C5.43227 6.72098 6.03743 5.14307 7.24777 3.9104C8.45793 2.67774 10.0194 2.0614 11.9323 2.0614C13.8451 2.0614 15.4066 2.67774 16.6168 3.9104C17.8271 5.14307 18.4323 6.72098 18.4323 8.64415C18.4323 10.1338 17.8899 11.6761 16.8053 13.2709C15.7208 14.8659 14.0964 16.5044 11.9323 18.1864ZM11.9323 10.3692C12.4309 10.3692 12.8568 10.1925 13.21 9.83915C13.5633 9.48598 13.74 9.06007 13.74 8.5614C13.74 8.06273 13.5633 7.63682 13.21 7.28365C12.8568 6.93032 12.4309 6.75365 11.9323 6.75365C11.4336 6.75365 11.0077 6.93032 10.6545 7.28365C10.3012 7.63682 10.1245 8.06273 10.1245 8.5614C10.1245 9.06007 10.3012 9.48598 10.6545 9.83915C11.0077 10.1925 11.4336 10.3692 11.9323 10.3692ZM5.43227 21.0614V19.5614H18.4323V21.0614H5.43227Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/medical/coaching">
3
+ <path id="ecg_heart" d="M4.24805 13.4615C3.66471 12.8782 3.22755 12.2164 2.93655 11.476C2.64555 10.7355 2.50005 9.9698 2.50005 9.1788C2.50005 7.6033 3.00388 6.25655 4.01155 5.13855C5.01921 4.02055 6.26663 3.46155 7.7538 3.46155C8.49613 3.46155 9.20221 3.61188 9.87205 3.91255C10.542 4.21321 11.1392 4.63405 11.6635 5.17505L12 5.5308L12.3173 5.1943C12.8378 4.64046 13.4346 4.21321 14.1078 3.91255C14.7808 3.61188 15.4853 3.46155 16.2213 3.46155C17.7085 3.46155 18.96 4.02055 19.976 5.13855C20.992 6.25655 21.5 7.59496 21.5 9.1538C21.5 9.9513 21.352 10.7202 21.0558 11.4605C20.7596 12.201 20.325 12.863 19.752 13.4463L11.975 21.2385L4.24805 13.4615ZM7.7538 4.96155C6.6923 4.96155 5.8013 5.3728 5.0808 6.1953C4.3603 7.01763 4.00005 8.0038 4.00005 9.1538C4.00005 9.51796 4.04105 9.87471 4.12305 10.224C4.20521 10.5734 4.33021 10.9154 4.49805 11.25H9.39029L10.777 13.3173L12.2905 8.6038H13.6328L15.3903 11.25H19.502C19.6764 10.9154 19.8071 10.5718 19.8943 10.2193C19.9815 9.8668 20.0219 9.51163 20.0155 9.1538C19.9885 8.0038 19.6148 7.02271 18.8943 6.21055C18.1738 5.39838 17.2828 4.9923 16.2213 4.9923C15.6918 4.9923 15.1799 5.09713 14.6855 5.3068C14.1914 5.51646 13.7629 5.82255 13.4 6.22505L12.3115 7.38855H11.6635L10.575 6.22505C10.2122 5.82255 9.78621 5.5113 9.29705 5.2913C8.80805 5.07146 8.29363 4.96155 7.7538 4.96155ZM12 19.1L18.325 12.75H14.5943L13.223 10.6828L11.7095 15.4115H10.352L8.5848 12.75H5.65955L12 19.1Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/medical/labs">
3
+ <path id="lab_research" d="M8.56725 15.9902V14.4905H10.5018C10.4376 14.7403 10.393 14.9887 10.368 15.2355C10.343 15.4823 10.3376 15.7339 10.3518 15.9902H8.56725ZM8.49975 21C7.20692 21 6.10492 20.5493 5.19375 19.648C4.28242 18.7468 3.82675 17.6526 3.82675 16.3652V7.327H2V2H14.9998V7.327H13.1633V10.7078C12.8851 10.8872 12.629 11.0908 12.395 11.3183C12.161 11.5458 11.9511 11.7954 11.7653 12.0673H8.56725V10.5673H11.6633V7.327H5.32675V16.3652C5.32675 17.2436 5.63525 17.9856 6.25225 18.5913C6.86925 19.1971 7.61842 19.5 8.49975 19.5C8.96775 19.5 9.39792 19.4077 9.79025 19.223C10.1826 19.0385 10.5236 18.7834 10.8133 18.4578C10.9146 18.7078 11.0278 18.9427 11.1528 19.1625C11.2778 19.3823 11.4248 19.5987 11.594 19.8115C11.1825 20.1807 10.7155 20.4711 10.193 20.6828C9.67067 20.8943 9.10625 21 8.49975 21ZM3.49975 5.827H13.4998V3.5H3.49975V5.827ZM16.6633 18.6538C17.4018 18.6538 18.0287 18.3961 18.544 17.8807C19.0595 17.3654 19.3173 16.7385 19.3173 16C19.3173 15.2615 19.0595 14.6346 18.544 14.1193C18.0287 13.6039 17.4018 13.3463 16.6633 13.3463C15.9248 13.3463 15.2978 13.6039 14.7825 14.1193C14.2672 14.6346 14.0095 15.2615 14.0095 16C14.0095 16.7385 14.2672 17.3654 14.7825 17.8807C15.2978 18.3961 15.9248 18.6538 16.6633 18.6538ZM21.7633 22.1443L19.0248 19.4058C18.6709 19.6519 18.2961 19.8382 17.9003 19.9645C17.5044 20.0907 17.0921 20.1538 16.6633 20.1538C15.5094 20.1538 14.5287 19.7499 13.721 18.9423C12.9133 18.1346 12.5095 17.1538 12.5095 16C12.5095 14.8462 12.9133 13.8654 13.721 13.0577C14.5287 12.2501 15.5094 11.8463 16.6633 11.8463C17.8171 11.8463 18.7978 12.2501 19.6055 13.0577C20.4132 13.8654 20.817 14.8462 20.817 16C20.817 16.4288 20.7539 16.8412 20.6278 17.237C20.5014 17.6328 20.3152 18.0077 20.069 18.3615L22.8075 21.1L21.7633 22.1443Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/medical/myspan">
3
+ <path id="guardian" d="M11.5 22.0095C8.53467 22.0095 6.04333 21.4665 4.026 20.3805C2.00867 19.2947 1 17.9627 1 16.3845C1 15.3115 1.50133 14.3358 2.504 13.4575C3.5065 12.5793 4.909 11.8999 6.7115 11.4192V12.9595C5.42433 13.3428 4.40067 13.8425 3.6405 14.4585C2.88017 15.0745 2.5 15.7165 2.5 16.3845C2.5 17.4897 3.39683 18.4534 5.1905 19.2757C6.984 20.0982 9.08717 20.5095 11.5 20.5095C13.9128 20.5095 16.016 20.0982 17.8095 19.2757C19.6032 18.4534 20.5 17.4897 20.5 16.3845C20.5 15.7165 20.1198 15.0745 19.3595 14.4585C18.5993 13.8425 17.5757 13.3428 16.2885 12.9595V11.4192C18.0847 11.8936 19.4856 12.5714 20.4913 13.4527C21.4971 14.3342 22 15.3115 22 16.3845C22 17.9627 20.9913 19.2947 18.974 20.3805C16.9567 21.4665 14.4653 22.0095 11.5 22.0095ZM8.904 17.971V7.0575H4V5.5575H19V7.0575H14.096V17.971H12.5962V12.9997H10.4038V17.971H8.904ZM11.5003 4.4615C11.0271 4.4615 10.6219 4.29292 10.2848 3.95575C9.94742 3.61875 9.77875 3.21358 9.77875 2.74025C9.77875 2.26175 9.94733 1.85208 10.2845 1.51125C10.6215 1.17042 11.0266 1 11.4998 1C11.9729 1 12.3781 1.17042 12.7153 1.51125C13.0526 1.85208 13.2212 2.26175 13.2212 2.74025C13.2212 3.21358 13.0528 3.61875 12.7158 3.95575C12.3786 4.29292 11.9734 4.4615 11.5003 4.4615Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/medical/optimizations">
3
+ <path id="published_with_changes" d="M10.75 21.4115C9.57303 21.2462 8.48203 20.8908 7.47703 20.3453C6.47186 19.7998 5.60036 19.1083 4.86253 18.271C4.1247 17.4338 3.54653 16.4803 3.12803 15.4105C2.70936 14.3407 2.50003 13.2038 2.50003 12C2.50003 10.5218 2.80745 9.15225 3.42228 7.89125C4.03695 6.63042 4.91736 5.5385 6.06353 4.6155H3.37503V3.1155H8.75003V8.4905H7.25003V5.59225C6.2052 6.36409 5.40228 7.30517 4.84128 8.4155C4.28045 9.52567 4.00003 10.7205 4.00003 12C4.00003 13.9795 4.63403 15.7087 5.90203 17.1875C7.16986 18.6663 8.78586 19.566 10.75 19.8865V21.4115ZM10.575 16.2538L6.69628 12.3595L7.75003 11.3058L10.575 14.1308L16.25 8.45575L17.3038 9.525L10.575 16.2538ZM15.25 20.8943V15.5193H16.75V18.4173C17.7885 17.6289 18.5898 16.6822 19.1538 15.577C19.7179 14.4718 20 13.2795 20 12C20 10.0205 19.366 8.29134 18.098 6.8125C16.8302 5.33367 15.2142 4.434 13.25 4.1135V2.5885C15.6104 2.909 17.5754 3.95167 19.1453 5.7165C20.7151 7.48117 21.5 9.57567 21.5 12C21.5 13.4782 21.1926 14.8493 20.5778 16.1135C19.9631 17.3775 19.0827 18.4711 17.9365 19.3943H20.625V20.8943H15.25Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/medical/protocols">
3
+ <path id="Union" d="M12.0056 5.05179C15.5996 2.47179 19.3024 1.12791 21.0964 2.92191C22.6862 4.51193 21.8043 7.63224 19.7644 10.8301L18.7624 9.8223C20.4783 7.03244 20.9519 4.74638 20.112 3.90628C19.836 3.63628 19.4157 3.49808 18.8757 3.49808C17.5377 3.49821 15.4796 4.31989 13.1638 5.92777L13.8337 6.47953C14.4984 7.04297 15.1458 7.63927 15.7624 8.25589C16.2724 8.76585 16.764 9.29407 17.238 9.83402L16.2478 10.8243C15.7978 10.3023 15.3001 9.7682 14.7722 9.24027C14.0745 8.54261 13.3767 7.90883 12.6892 7.33695L12.0056 6.78617L11.322 7.33695C10.6346 7.90873 9.93745 8.54277 9.23995 9.24027C8.31007 10.1702 7.48793 11.1059 6.77999 12.0118L7.33273 12.6953C7.90619 13.3827 8.54247 14.0809 9.23995 14.7784C10.1699 15.7083 11.0996 16.5305 12.0056 17.2325C12.9116 16.5305 13.8422 15.7083 14.7722 14.7784C15.1562 14.3944 15.5161 14.0157 15.8581 13.6377L16.8484 14.628C16.4945 15.0118 16.1283 15.3959 15.7624 15.7618C14.9404 16.5838 14.0638 17.3699 13.1638 18.0899L13.7673 18.4961C16.7521 20.4342 19.2231 21.0009 20.112 20.1123C20.898 19.3263 20.5319 17.2678 19.0739 14.7178L20.0818 13.7041C21.8876 16.7219 22.6019 19.5895 21.0964 21.1016C20.5325 21.6655 19.7702 21.9179 18.8884 21.918C17.094 21.918 14.7718 20.8741 12.4665 19.2852L12.0056 18.96L11.573 19.2686C11.1394 19.5697 10.7041 19.85 10.2722 20.1065C8.4002 21.2225 6.58773 21.918 5.12374 21.918C4.24186 21.918 3.48568 21.6657 2.91574 21.0957C1.23992 19.4194 2.31074 16.0557 4.57687 12.6856L5.04562 12.0118C2.46583 8.42392 1.12792 4.70988 2.91574 2.92191C4.70367 1.13397 8.4117 2.47197 12.0056 5.05179ZM5.52218 13.7735C3.58396 16.7584 3.01698 19.2292 3.90011 20.1123C4.78342 20.9952 7.25941 20.4284 10.2448 18.4903L10.8484 18.084C9.94835 17.37 9.07172 16.5838 8.24972 15.7618C7.42787 14.9399 6.64831 14.0638 5.92843 13.17L5.52218 13.7735ZM12.0056 10.7578C12.6955 10.7578 13.2603 11.3159 13.2605 12.0118C13.2605 12.7018 12.6956 13.2657 12.0056 13.2657C11.3158 13.2654 10.7517 12.7016 10.7517 12.0118C10.7518 11.322 11.3159 10.7581 12.0056 10.7578ZM5.13644 3.49808C4.59644 3.49808 4.17611 3.63628 3.90011 3.90628C2.95824 4.85436 3.66651 7.60179 5.92843 10.8477C6.64832 9.95386 7.42788 9.07774 8.24972 8.25589C8.86637 7.63925 9.51367 7.04299 10.1784 6.47953L10.8484 5.92777C8.5326 4.31994 6.47445 3.49826 5.13644 3.49808Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/medical/ruler">
3
+ <path id="straighten" d="M6.50002 3.48183C6.50002 2.92242 6.67502 2.44893 7.02502 2.06135C7.37502 1.67377 7.8026 1.47998 8.30777 1.47998L15.6923 1.47998C16.1974 1.47998 16.625 1.67377 16.975 2.06135C17.325 2.44893 17.5 2.92242 17.5 3.48183V20.5182C17.5 21.0776 17.325 21.5511 16.975 21.9387C16.625 22.3262 16.1974 22.52 15.6923 22.52H8.30777C7.8026 22.52 7.37502 22.3262 7.02502 21.9387C6.67502 21.5511 6.50002 21.0776 6.50002 20.5182L6.50002 3.48183ZM8.00002 3.48183L8.00002 20.5182C8.00002 20.6034 8.0321 20.6815 8.09627 20.7524C8.16027 20.8234 8.23077 20.859 8.30777 20.859H15.6923C15.7693 20.859 15.8398 20.8234 15.9038 20.7524C15.9679 20.6815 16 20.6034 16 20.5182V17.26H12.3848V15.599H16V12.8305H12.3848V11.1695H16V8.40105H12.3848V6.73999H16V3.48183C16 3.39656 15.9679 3.31849 15.9038 3.24762C15.8398 3.17656 15.7693 3.14104 15.6923 3.14104L8.30777 3.14104C8.23077 3.14104 8.16027 3.17656 8.09627 3.24762C8.0321 3.31849 8.00002 3.39656 8.00002 3.48183Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/medical/scale">
3
+ <path id="monitor_weight" d="M12 11.8077C12.782 11.8077 13.4454 11.5352 13.9902 10.9902C14.5352 10.4454 14.8077 9.782 14.8077 9C14.8077 8.218 14.5352 7.55458 13.9902 7.00975C13.4454 6.46475 12.782 6.19225 12 6.19225C11.218 6.19225 10.5546 6.46475 10.0098 7.00975C9.46475 7.55458 9.19225 8.218 9.19225 9C9.19225 9.782 9.46475 10.4454 10.0098 10.9902C10.5546 11.5352 11.218 11.8077 12 11.8077ZM10.5 9.5C10.3667 9.5 10.25 9.45 10.15 9.35C10.05 9.25 10 9.13333 10 9C10 8.86667 10.05 8.75 10.15 8.65C10.25 8.55 10.3667 8.5 10.5 8.5C10.6333 8.5 10.75 8.55 10.85 8.65C10.95 8.75 11 8.86667 11 9C11 9.13333 10.95 9.25 10.85 9.35C10.75 9.45 10.6333 9.5 10.5 9.5ZM12 9.5C11.8667 9.5 11.75 9.45 11.65 9.35C11.55 9.25 11.5 9.13333 11.5 9C11.5 8.86667 11.55 8.75 11.65 8.65C11.75 8.55 11.8667 8.5 12 8.5C12.1333 8.5 12.25 8.55 12.35 8.65C12.45 8.75 12.5 8.86667 12.5 9C12.5 9.13333 12.45 9.25 12.35 9.35C12.25 9.45 12.1333 9.5 12 9.5ZM13.5 9.5C13.3667 9.5 13.25 9.45 13.15 9.35C13.05 9.25 13 9.13333 13 9C13 8.86667 13.05 8.75 13.15 8.65C13.25 8.55 13.3667 8.5 13.5 8.5C13.6333 8.5 13.75 8.55 13.85 8.65C13.95 8.75 14 8.86667 14 9C14 9.13333 13.95 9.25 13.85 9.35C13.75 9.45 13.6333 9.5 13.5 9.5ZM5.30775 20.5C4.80258 20.5 4.375 20.325 4.025 19.975C3.675 19.625 3.5 19.1974 3.5 18.6923V5.30775C3.5 4.80258 3.675 4.375 4.025 4.025C4.375 3.675 4.80258 3.5 5.30775 3.5H18.6923C19.1974 3.5 19.625 3.675 19.975 4.025C20.325 4.375 20.5 4.80258 20.5 5.30775V18.6923C20.5 19.1974 20.325 19.625 19.975 19.975C19.625 20.325 19.1974 20.5 18.6923 20.5H5.30775ZM5.30775 19H18.6923C18.7692 19 18.8398 18.9679 18.9038 18.9038C18.9679 18.8398 19 18.7692 19 18.6923V5.30775C19 5.23075 18.9679 5.16025 18.9038 5.09625C18.8398 5.03208 18.7692 5 18.6923 5H5.30775C5.23075 5 5.16025 5.03208 5.09625 5.09625C5.03208 5.16025 5 5.23075 5 5.30775V18.6923C5 18.7692 5.03208 18.8398 5.09625 18.9038C5.16025 18.9679 5.23075 19 5.30775 19Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M16.6 11.5c0-1.5.7-2.6 2-3.4-.7-1-1.8-1.7-3.3-1.8-1.5-.1-3 .8-3.6.8-.6 0-2-.7-3-.7C6.3 6.4 4 8 4 11.7c0 1 .2 2.1.6 3.3.5 1.4 2.3 5 4.3 5 1 0 1.7-.7 3-.7s2 .7 3.1.7c2 0 3.6-3.3 4.1-4.8-2.6-1.2-2.5-3.6-2.5-3.7ZM14.4 5c1-1.3 1-2.5 1-2.9-1 0-2.2.7-2.8 1.4-.7.8-1.1 1.8-1 2.9 1 0 2-.5 2.8-1.4Z"/></svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/social/facebook">
3
+ <path id="Vector" d="M22 12.0572C22 6.5005 17.5199 2 11.9967 2C6.47342 2 2 6.5005 2 12.0572C2 17.0757 5.65764 21.2398 10.4386 21.9933V14.9701H7.89769V12.0639H10.4386V9.85066C10.4386 7.32795 11.9298 5.93542 14.2167 5.93542C15.3133 5.93542 16.4567 6.13051 16.4567 6.13051V8.60612H15.1929C13.9492 8.60612 13.5614 9.37975 13.5614 10.1803V12.0639H16.3363L15.895 14.9701H13.568V22C18.3424 21.2398 22 17.0824 22 12.0572Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#FBBC05" d="M1 14.4 4.4 12a6 6 0 0 1 0-3.8L1 5.6a10 10 0 0 0 0 8.8Z"/><path fill="#EA4335" d="M4.4 8.1a5.9 5.9 0 0 1 9.3-2.7l2.9-2.9A10 10 0 0 0 1 5.5l3.4 2.6Z"/><path fill="#34A853" d="M10 20a10 10 0 0 1-9-5.6L4.4 12c.8 2.3 3 4 5.6 4 1.3 0 2.4-.3 3.3-.9l3.2 2.5A9.5 9.5 0 0 1 10 20Z"/><path fill="#4285F4" d="M10 8.2h9.3c.2.6.2 1.2.2 1.8a10 10 0 0 1-3 7.5L13.3 15c1-.6 1.8-1.6 2-3H10V8.2Z"/></svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Filled=On">
3
+ <path id="favorite" d="M12 20.3268L10.8963 19.3345C9.23858 17.8307 7.86775 16.5384 6.78375 15.4578C5.69975 14.3769 4.84075 13.415 4.20675 12.572C3.57275 11.7292 3.12983 10.9603 2.878 10.2653C2.626 9.57044 2.5 8.86536 2.5 8.15002C2.5 6.73086 2.9785 5.54269 3.9355 4.58552C4.89267 3.62852 6.08083 3.15002 7.5 3.15002C8.373 3.15002 9.198 3.35419 9.975 3.76252C10.752 4.17086 11.427 4.75644 12 5.51927C12.573 4.75644 13.248 4.17086 14.025 3.76252C14.802 3.35419 15.627 3.15002 16.5 3.15002C17.9192 3.15002 19.1073 3.62852 20.0645 4.58552C21.0215 5.54269 21.5 6.73086 21.5 8.15002C21.5 8.86536 21.374 9.57044 21.122 10.2653C20.8702 10.9603 20.4272 11.7292 19.7932 12.572C19.1592 13.415 18.3018 14.3769 17.221 15.4578C16.1403 16.5384 14.7679 17.8307 13.1038 19.3345L12 20.3268Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Filled=Off">
3
+ <path id="Vector" d="M21.4814 8.26323C21.4814 8.97782 21.3474 9.69737 21.0893 10.3971C20.8214 11.1117 20.3549 11.9106 19.7048 12.784C19.0498 13.6524 18.1813 14.64 17.0499 15.7913C15.9433 16.9128 14.5191 18.2675 12.8169 19.8257L11.9882 20.58L11.1644 19.8257C10.2116 18.9573 9.40773 18.203 8.70306 17.5281L8.6584 17.4835L9.52683 16.62L9.57149 16.6597C10.4052 17.4537 11.1942 18.1931 11.9882 18.9226C13.6506 17.3991 14.9657 16.1436 16.0177 15.0767C17.0648 14.0246 17.9183 13.0718 18.5535 12.253C19.1788 11.4442 19.6205 10.7246 19.8586 10.1093C20.1117 9.47406 20.2308 8.86864 20.2308 8.26323C20.2308 7.22111 19.8884 6.35268 19.2135 5.67779C18.5436 4.99793 17.6801 4.65552 16.643 4.65552C15.8143 4.65552 15.0401 4.90365 14.3454 5.39989C13.6457 5.9011 13.0254 6.64547 12.5093 7.61811L12.4944 7.65284H11.4771L11.4572 7.61811C10.9362 6.65043 10.3208 5.90606 9.62608 5.40485C8.93133 4.90861 8.16215 4.65552 7.33839 4.65552C6.31116 4.65552 5.4477 4.99793 4.76784 5.67779C4.09295 6.35268 3.75054 7.22607 3.75054 8.27315C3.75054 8.87361 3.8746 9.49391 4.12272 10.1192C4.37084 10.7445 4.80754 11.469 5.42785 12.2729C5.79507 12.7642 6.25657 13.3051 6.79748 13.8807L6.83718 13.9254L5.97868 14.7888L5.93402 14.7442C5.31371 14.0743 4.75295 13.4142 4.27656 12.784C3.62648 11.9106 3.16001 11.1117 2.89203 10.3971C2.62902 9.68745 2.5 8.96789 2.5 8.26323C2.5 6.89359 2.96647 5.72741 3.89445 4.79944C4.82243 3.87146 5.98364 3.40002 7.34335 3.40002C8.27629 3.40002 9.14968 3.64318 9.94367 4.10965C10.7178 4.5662 11.4026 5.23117 11.9882 6.08471C12.6532 5.19147 13.3678 4.51658 14.1171 4.07988C14.8863 3.6283 15.7349 3.40002 16.638 3.40002C17.9977 3.40002 19.1589 3.87146 20.0869 4.79944C21.0099 5.72245 21.4814 6.88863 21.4814 8.26323Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/social/instagram">
3
+ <path id="Union" d="M12 2C14.7158 2 15.0564 2.01188 16.123 2.06055C17.1874 2.1091 17.9147 2.27818 18.5508 2.52539C19.2082 2.78089 19.7655 3.12292 20.3213 3.67871C20.8771 4.23455 21.2191 4.79187 21.4746 5.44922C21.7218 6.08532 21.8909 6.81257 21.9395 7.87695C21.9881 8.94356 22 9.28418 22 12C22 14.7158 21.9881 15.0564 21.9395 16.123C21.8909 17.1874 21.7218 17.9147 21.4746 18.5508C21.2191 19.2082 20.8771 19.7655 20.3213 20.3213C19.7655 20.8771 19.2082 21.219 18.5508 21.4746C17.9147 21.7218 17.1874 21.8909 16.123 21.9395C15.0564 21.9881 14.7158 22 12 22C9.28418 22 8.94352 21.9881 7.87695 21.9395C6.81257 21.8909 6.08532 21.7218 5.44922 21.4746C4.79188 21.219 4.23451 20.8771 3.67871 20.3213C3.12288 19.7655 2.78093 19.2081 2.52539 18.5508C2.27818 17.9147 2.10914 17.1874 2.06055 16.123C2.01188 15.0564 2 14.7158 2 12C2 9.28414 2.01188 8.94356 2.06055 7.87695C2.10914 6.81257 2.27818 6.08532 2.52539 5.44922C2.78093 4.79187 3.12287 4.23455 3.67871 3.67871C4.23452 3.12291 4.79186 2.78089 5.44922 2.52539C6.08532 2.27818 6.81257 2.1091 7.87695 2.06055C8.94352 2.01188 9.28418 2 12 2ZM11.999 3.79688C9.32889 3.79688 9.01251 3.80736 7.95801 3.85547C6.98347 3.89996 6.45393 4.06231 6.10156 4.19922C5.63484 4.38062 5.30108 4.59733 4.95117 4.94727C4.60126 5.29718 4.38453 5.63088 4.20312 6.09766C4.06625 6.45001 3.90387 6.97951 3.85938 7.9541C3.81126 9.00856 3.80078 9.32503 3.80078 11.9951C3.80078 14.6652 3.81126 14.9817 3.85938 16.0361C3.90388 17.0107 4.06625 17.5402 4.20312 17.8926C4.38453 18.3593 4.60126 18.6931 4.95117 19.043C5.30106 19.3929 5.63485 19.6096 6.10156 19.791C6.45392 19.9279 6.98348 20.0903 7.95801 20.1348C9.01231 20.1829 9.3287 20.1934 11.999 20.1934C14.6693 20.1934 14.9857 20.1829 16.04 20.1348C17.0146 20.0903 17.5441 19.9279 17.8965 19.791C18.3633 19.6096 18.697 19.3929 19.0469 19.043C19.3968 18.6931 19.6135 18.3593 19.7949 17.8926C19.9318 17.5402 20.0942 17.0107 20.1387 16.0361C20.1867 14.9817 20.1973 14.6652 20.1973 11.9951C20.1973 9.32503 20.1867 9.00856 20.1387 7.9541C20.0942 6.97954 19.9318 6.45001 19.7949 6.09766C19.6135 5.63091 19.3968 5.2972 19.0469 4.94727C18.697 4.59735 18.3633 4.38063 17.8965 4.19922C17.5441 4.0623 17.0146 3.89997 16.04 3.85547C14.9856 3.80736 14.6691 3.79688 11.999 3.79688ZM12.002 6.86719C14.8379 6.86719 17.1375 9.16606 17.1377 12.002C17.1377 14.838 14.838 17.1377 12.002 17.1377C9.16608 17.1375 6.86719 14.8379 6.86719 12.002C6.86737 9.16619 9.16619 6.8674 12.002 6.86719ZM12.001 8.67188C10.1603 8.67206 8.66813 10.1642 8.66797 12.0049C8.66797 13.8457 10.1602 15.3387 12.001 15.3389C13.8419 15.3389 15.335 13.8458 15.335 12.0049C15.3348 10.1641 13.8418 8.67188 12.001 8.67188ZM17.5195 5.5625C18.2337 5.5625 18.8133 6.14133 18.8135 6.85547C18.8135 7.56978 18.2338 8.14941 17.5195 8.14941C16.8054 8.1492 16.2266 7.56965 16.2266 6.85547C16.2268 6.14146 16.8055 5.56271 17.5195 5.5625Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.60001 18.5238H2.2V7.8238H5.60001V18.5238ZM3.9 6.3238C2.8 6.3238 2 5.5238 2 4.4238C2 3.3238 2.9 2.5238 3.9 2.5238C5 2.5238 5.8 3.3238 5.8 4.4238C5.8 5.5238 5 6.3238 3.9 6.3238ZM18 18.5238H14.6V12.7238C14.6 11.0238 13.9 10.5238 12.9 10.5238C11.9 10.5238 10.9 11.3238 10.9 12.8238V18.5238H7.5V7.8238H10.7V9.3238C11 8.6238 12.2 7.5238 13.9 7.5238C15.8 7.5238 17.8 8.6238 17.8 11.9238V18.5238H18Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Style=Full">
3
+ <path id="star" d="M5.81965 21.5L7.45143 14.4737L2 9.7495L9.19255 9.12537L11.9983 2.5L14.804 9.12537L21.9966 9.7495L16.5451 14.4737L18.1769 21.5L11.9983 17.7723L5.81965 21.5Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.81965 21.5L7.45143 14.4737L2 9.7495L9.19255 9.12537L11.9983 2.5L14.804 9.12537L21.9966 9.7495L16.5451 14.4737L18.1769 21.5L11.9983 17.7723L5.81965 21.5Z" fill="black" fill-opacity="0.1"/>
3
+ <path d="M11.9983 17.7723V2.5L9.19255 9.12537L2 9.7495L7.45143 14.4737L5.81965 21.5L11.9983 17.7723Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Style=Outline">
3
+ <path id="star" d="M5.81965 21.5L7.45143 14.4737L2 9.7495L9.19255 9.12537L11.9983 2.5L14.804 9.12537L21.9966 9.7495L16.5451 14.4737L18.1769 21.5L11.9983 17.7723L5.81965 21.5Z" fill="currentColor" fill-opacity="0.1"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path id="star" d="M3.81965 19.5L5.45143 12.4737L0 7.7495L7.19255 7.12537L9.99828 0.5L12.804 7.12537L19.9966 7.7495L14.5451 12.4737L16.1769 19.5L9.99828 15.7723L3.81965 19.5Z" fill="currentColor" fill-opacity="0.1"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/social/X">
3
+ <path id="Vector" d="M17.7263 3H20.7798L14.1088 10.6246L21.9568 21H15.8118L10.9989 14.7074L5.49184 21H2.43646L9.57184 12.8446L2.04323 3H8.34415L12.6946 8.75169L17.7263 3ZM16.6546 19.1723H18.3466L7.42477 4.73169H5.60907L16.6546 19.1723Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>
package/dist/index.cjs.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */const e=require("./styles/typography.module.css.cjs.js");exports.typography=e.default;
1
+ "use strict";
package/dist/index.d.ts CHANGED
@@ -1 +0,0 @@
1
- export * from './styles';
package/dist/index.es.js CHANGED
@@ -1,10 +1 @@
1
- /* empty css */
2
- /* empty css */
3
- /* empty css */
4
- /* empty css */
5
- /* empty css */
6
- /* empty css */
7
- import { default as f } from "./styles/typography.module.css.es.js";
8
- export {
9
- f as typography
10
- };
1
+